:root {
  --company-navy: #080d32;
  --company-ink: #11163d;
  --company-body: #4d536f;
  --company-subtle: #626987;
  --company-line: #e1e0ea;
  --company-soft: #f5f6fa;
  --company-purple: #754bd4;
  --company-cyan: #2ba2bd;
  --company-coral: #ef9d84;
  --company-gradient: linear-gradient(90deg, #28a8c1 0%, #7852d7 52%, #f1a081 100%);
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--company-ink); background: #fff; font-family: "Inter", ui-sans-serif, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.company-shell { width: min(1280px, 100%); margin: 0 auto; padding-inline: 48px; }
.company-eyebrow { margin: 0; color: var(--company-subtle); font-size: 12px; font-weight: 700; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
.company-eyebrow-light { color: rgba(255, 255, 255, .7); }
.company-section-heading { display: flex; max-width: 820px; flex-direction: column; }
.company-section-heading h2, .company-section-heading-center h2 { margin: 14px 0 18px; font-family: "Archivo", sans-serif; font-size: clamp(38px, 4vw, 56px); letter-spacing: -.04em; line-height: 1.04; }
.company-section-heading > p:not(.company-eyebrow), .company-section-heading-center > p:not(.company-eyebrow) { max-width: 650px; margin: 0; color: var(--company-body); font-size: 16px; line-height: 1.65; }
.company-section-heading-center { max-width: 790px; margin: 0 auto 52px; text-align: center; }
.company-section-heading-center > p:not(.company-eyebrow) { margin-inline: auto; color: rgba(255, 255, 255, .7); }

.company-hero { position: relative; min-height: 690px; overflow: hidden; color: #fff; background: var(--company-navy); isolation: isolate; }
.company-hero > img, .company-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.company-hero > img { z-index: -2; object-fit: cover; object-position: center 48%; }
.company-hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(5, 9, 40, .98) 0%, rgba(8, 13, 50, .9) 43%, rgba(8, 13, 50, .34) 77%, rgba(8, 13, 50, .15)), linear-gradient(0deg, rgba(7, 11, 43, .66), transparent 60%); }
.company-hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; content: ""; background: var(--company-gradient); }
.company-hero-content { display: flex; min-height: 690px; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding-top: 170px; padding-bottom: 88px; }
.company-hero h1 { max-width: 900px; margin: 22px 0 26px; font-family: "Archivo", sans-serif; font-size: clamp(58px, 6.4vw, 92px); letter-spacing: -.055em; line-height: .94; }
.company-hero-content > p:last-child { max-width: 650px; margin: 0; color: rgba(255, 255, 255, .82); font-size: 19px; line-height: 1.6; }

.company-intro { padding: 118px 0 126px; }
.company-intro-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; align-items: start; }
.company-intro h2 { max-width: 500px; margin: 18px 0 0; font-family: "Archivo", sans-serif; font-size: clamp(42px, 4.2vw, 62px); letter-spacing: -.045em; line-height: 1.02; }
.company-intro-copy { padding-top: 3px; }
.company-intro-copy p { margin: 0; color: var(--company-body); font-size: 17px; line-height: 1.75; }
.company-intro-copy p + p { margin-top: 26px; }
.company-intro-copy .company-lead { color: var(--company-ink); font-family: "Archivo", sans-serif; font-size: 27px; font-weight: 500; letter-spacing: -.025em; line-height: 1.4; }

.company-full-stack { padding: 104px 0 112px; color: #fff; background: var(--company-navy); }
.company-full-stack .company-section-heading-center h2 { color: #fff; }
.company-stack-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255, 255, 255, .13); border-radius: 0 0 16px 16px; background: linear-gradient(145deg, rgba(32, 40, 91, .65), rgba(11, 17, 58, .82)); }
.company-stack-grid::before { position: absolute; top: -1px; right: 0; left: 0; height: 2px; content: ""; background: var(--company-gradient); }
.company-stack-grid article { min-height: 310px; padding: 40px; }
.company-stack-grid article + article { border-left: 1px solid rgba(255, 255, 255, .13); }
.company-stack-grid span { color: #c4b4f0; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.company-stack-grid h3 { margin: 92px 0 15px; font-family: "Archivo", sans-serif; font-size: 31px; letter-spacing: -.03em; }
.company-stack-grid p { margin: 0; color: rgba(255, 255, 255, .67); font-size: 14px; line-height: 1.65; }

.company-mission { padding: 120px 0; background: var(--company-soft); }
.company-mission-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.company-mission-image { position: relative; overflow: hidden; min-height: 560px; border-radius: 16px; box-shadow: 0 24px 55px rgba(15, 20, 61, .15); }
.company-mission-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.company-mission-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(7, 11, 44, .72), transparent 55%); }
.company-mission-image span { position: absolute; bottom: 26px; left: 30px; z-index: 1; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.company-mission-copy h2 { margin: 16px 0 28px; font-family: "Archivo", sans-serif; font-size: clamp(40px, 4vw, 58px); letter-spacing: -.04em; line-height: 1.04; }
.company-mission-copy blockquote { margin: 0; padding: 28px 0 0 28px; border-top: 1px solid var(--company-line); border-left: 2px solid #7f58d8; color: var(--company-body); font-size: 18px; line-height: 1.7; }

.company-history { padding: 118px 0 130px; }
.company-timeline { display: grid; margin: 72px 0 0; padding: 0; list-style: none; }
.company-timeline li { display: grid; min-height: 160px; grid-template-columns: 130px 54px 1fr; align-items: start; }
.company-timeline time { padding-top: 2px; color: #6851bb; font-family: "Archivo", sans-serif; font-size: 26px; font-weight: 700; }
.company-timeline li > span { position: relative; width: 12px; height: 12px; margin-top: 9px; border: 3px solid #fff; border-radius: 50%; background: #7752d3; box-shadow: 0 0 0 1px #7752d3; }
.company-timeline li > span::after { position: absolute; top: 12px; left: 2px; width: 1px; height: 140px; content: ""; background: linear-gradient(#8f74dc, #e1e0ea); }
.company-timeline li:last-child > span::after { display: none; }
.company-timeline li > div { max-width: 750px; padding-bottom: 50px; }
.company-timeline h3 { margin: 0 0 9px; font-family: "Archivo", sans-serif; font-size: 24px; letter-spacing: -.02em; }
.company-timeline p { margin: 0; color: var(--company-body); font-size: 15px; line-height: 1.65; }

.company-hanwha { padding: 112px 0; color: #fff; background: linear-gradient(110deg, #1d3054 0%, #146891 58%, #1c7ba2 100%); }
.company-hanwha-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 95px; align-items: center; }
.company-hanwha h2 { margin: 16px 0 22px; font-family: "Archivo", sans-serif; font-size: clamp(48px, 5vw, 70px); letter-spacing: -.045em; line-height: .98; }
.company-hanwha-copy > p:not(.company-eyebrow) { max-width: 690px; margin: 0; color: rgba(255, 255, 255, .8); font-size: 17px; line-height: 1.7; }
.company-hanwha a { display: inline-flex; margin-top: 30px; color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; }
.company-hanwha-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border: 1px solid rgba(255, 255, 255, .22); border-radius: 14px; background: rgba(7, 18, 50, .18); }
.company-hanwha-facts > div { min-height: 145px; padding: 28px; }
.company-hanwha-facts > div:nth-child(even) { border-left: 1px solid rgba(255, 255, 255, .2); }
.company-hanwha-facts > div:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, .2); }
.company-hanwha-facts dt { font-family: "Archivo", sans-serif; font-size: 29px; font-weight: 700; letter-spacing: -.03em; }
.company-hanwha-facts dd { margin: 8px 0 0; color: rgba(255, 255, 255, .65); font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }

.company-leadership-preview { padding: 120px 0 125px; }
.company-heading-with-link { max-width: none; flex-direction: row; align-items: end; justify-content: space-between; gap: 50px; }
.company-heading-with-link > div { max-width: 820px; }
.company-heading-with-link h2 { margin: 14px 0 0; font-family: "Archivo", sans-serif; font-size: clamp(40px, 4vw, 56px); letter-spacing: -.04em; line-height: 1.04; }
.company-heading-with-link > a { flex: 0 0 auto; margin-bottom: 8px; color: #4735a0; font-size: 14px; font-weight: 700; text-decoration: none; }
.company-people-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 52px; }
.company-people-grid article { overflow: hidden; border: 1px solid var(--company-line); border-radius: 12px; background: #fff; box-shadow: 0 16px 32px rgba(15, 20, 61, .06); }
.company-people-grid img { width: 100%; aspect-ratio: .79; object-fit: cover; object-position: center top; background: #edf0f5; }
.company-people-grid article > div { padding: 24px 22px 27px; }
.company-role { min-height: 31px; margin: 0; color: #6e50c4; font-size: 9px; font-weight: 700; letter-spacing: .09em; line-height: 1.5; text-transform: uppercase; }
.company-people-grid h3 { margin: 11px 0 13px; font-family: "Archivo", sans-serif; font-size: 22px; letter-spacing: -.02em; }
.company-people-grid article > div > p:last-child { margin: 0; color: var(--company-body); font-size: 12px; line-height: 1.58; }

.company-values { padding: 104px 0 120px; background: var(--company-soft); }
.company-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 52px; border: 1px solid var(--company-line); border-radius: 14px; background: #fff; }
.company-values-grid article { min-height: 280px; padding: 30px; }
.company-values-grid article + article { border-left: 1px solid var(--company-line); }
.company-values-grid span { color: #7651d4; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.company-values-grid h3 { margin: 72px 0 13px; font-family: "Archivo", sans-serif; font-size: 24px; letter-spacing: -.025em; }
.company-values-grid p { margin: 0; color: var(--company-body); font-size: 13px; line-height: 1.6; }

.company-closing { position: relative; min-height: 500px; overflow: hidden; color: #fff; background: var(--company-navy); isolation: isolate; }
.company-closing > img, .company-closing-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.company-closing > img { z-index: -2; object-fit: cover; }.company-closing-shade { z-index: -1; background: linear-gradient(90deg, rgba(7, 11, 43, .96), rgba(7, 11, 43, .58)); }
.company-closing-content { display: flex; min-height: 500px; flex-direction: column; align-items: flex-start; justify-content: center; }
.company-closing h2 { max-width: 890px; margin: 18px 0 30px; font-family: "Archivo", sans-serif; font-size: clamp(48px, 5vw, 70px); letter-spacing: -.045em; line-height: 1; }
.company-closing a { padding: 14px 20px; border: 1px solid rgba(255, 255, 255, .45); border-radius: 8px; color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }

@media (max-width: 1050px) {
  .company-shell { padding-inline: 32px; }
  .company-intro-grid { gap: 60px; }.company-mission-grid { gap: 50px; }.company-hanwha-grid { gap: 55px; }
  .company-people-grid { grid-template-columns: repeat(2, 1fr); }.company-values-grid { grid-template-columns: repeat(2, 1fr); }.company-values-grid article:nth-child(3) { border-left: 0; }.company-values-grid article:nth-child(n+3) { border-top: 1px solid var(--company-line); }
}

@media (max-width: 760px) {
  .company-shell { padding-inline: 22px; }
  .company-hero, .company-hero-content { min-height: 650px; }.company-hero-content { padding-top: 140px; padding-bottom: 62px; }.company-hero h1 { font-size: 55px; }
  .company-intro, .company-mission, .company-history, .company-leadership-preview { padding: 82px 0; }
  .company-intro-grid, .company-mission-grid, .company-hanwha-grid { grid-template-columns: 1fr; }.company-intro-grid { gap: 44px; }.company-intro-copy .company-lead { font-size: 23px; }
  .company-stack-grid { grid-template-columns: 1fr; }.company-stack-grid article { min-height: 250px; }.company-stack-grid article + article { border-top: 1px solid rgba(255, 255, 255, .13); border-left: 0; }.company-stack-grid h3 { margin-top: 55px; }
  .company-mission-image { min-height: 430px; }.company-timeline li { grid-template-columns: 92px 38px 1fr; }.company-timeline li > span::after { height: 156px; }
  .company-hanwha { padding: 82px 0; }.company-hanwha-grid { gap: 48px; }.company-heading-with-link { align-items: flex-start; flex-direction: column; gap: 25px; }
  .company-values-grid { grid-template-columns: 1fr; }.company-values-grid article + article { border-top: 1px solid var(--company-line); border-left: 0; }.company-values-grid article { min-height: 240px; }.company-values-grid h3 { margin-top: 46px; }
}

@media (max-width: 500px) {
  .company-shell { padding-inline: 18px; }.company-hero h1 { font-size: 45px; }.company-hero-content > p:last-child { font-size: 16px; }
  .company-section-heading h2, .company-section-heading-center h2, .company-intro h2, .company-mission-copy h2 { font-size: 38px; }
  .company-hanwha-facts, .company-people-grid { grid-template-columns: 1fr; }.company-hanwha-facts > div:nth-child(even) { border-left: 0; }.company-hanwha-facts > div + div { border-top: 1px solid rgba(255, 255, 255, .2); }
  .company-timeline li { grid-template-columns: 72px 26px 1fr; }.company-timeline time { font-size: 21px; }
  .company-people-grid img { aspect-ratio: .86; }.company-closing h2 { font-size: 43px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
