:root {
  --ink: #080a0d;
  --ink-soft: #11151a;
  --paper: #f4f4f2;
  --white: #fff;
  --muted: #8f949b;
  --line: rgba(10, 13, 17, .14);
  --line-dark: rgba(255, 255, 255, .14);
  --red: #eb3324;
  --red-dark: #b91e15;
  --max: 1440px;
  --pad: clamp(24px, 5vw, 80px);
  --display: "Arial Narrow", "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  --body: Inter, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
}

/* English typography system
   Keep Chinese composition untouched while giving long English copy its own
   scale, rhythm and wrapping rules. */
html[lang="en"] {
  --display: Inter, "Helvetica Neue", Arial, sans-serif;
  --body: Inter, "Helvetica Neue", Arial, sans-serif;
}

html[lang="en"] body {
  font-kerning: normal;
  font-feature-settings: "kern" 1, "liga" 1;
}

html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3 {
  text-wrap: balance;
  hyphens: none;
}

html[lang="en"] p {
  text-wrap: pretty;
}

html[lang="en"] .hero h1 {
  max-width: 940px;
  font-size: clamp(58px, 7.4vw, 112px);
  font-weight: 650;
  line-height: .94;
  letter-spacing: -.042em;
}

html[lang="en"] .page-hero h1,
html[lang="en"] .about-hero h1,
html[lang="en"] .contact-heading h1 {
  font-size: clamp(54px, 7vw, 104px);
  font-weight: 650;
  line-height: .96;
  letter-spacing: -.04em;
}

html[lang="en"] .page-hero-copy > p:last-child,
html[lang="en"] .about-lead,
html[lang="en"] .contact-heading > p:last-child {
  font-size: 17px;
  line-height: 1.72;
}

html[lang="en"] .section-heading h2,
html[lang="en"] .capability-heading h2,
html[lang="en"] .scene-copy h2,
html[lang="en"] .company-copy h2,
html[lang="en"] .feature-story-heading h2,
html[lang="en"] .media-section-heading h2,
html[lang="en"] .spec-heading h2,
html[lang="en"] .download-section h2,
html[lang="en"] .contact-cta h2,
html[lang="en"] .architecture-heading h2 {
  font-size: clamp(38px, 4.4vw, 66px);
  font-weight: 620;
  line-height: 1.07;
  letter-spacing: -.034em;
}

html[lang="en"] .product-card-copy h3 {
  min-height: 2.3em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: clamp(21px, 1.75vw, 26px);
  font-weight: 620;
  line-height: 1.15;
  letter-spacing: -.022em;
}

html[lang="en"] .product-card-copy p,
html[lang="en"] .product-card-copy > span,
html[lang="en"] .eyebrow,
html[lang="en"] .product-model,
html[lang="en"] .product-labels span {
  letter-spacing: .13em;
}

html[lang="en"] .product-hero-copy {
  max-width: 980px;
}

html[lang="en"] .product-hero h1 {
  max-width: 960px;
  font-size: clamp(50px, 6vw, 88px);
  font-weight: 650;
  line-height: .98;
  letter-spacing: -.038em;
}

html[lang="en"] .product-summary {
  max-width: 980px;
  font-family: var(--body);
  font-size: clamp(27px, 2.8vw, 42px);
  font-weight: 520;
  line-height: 1.28;
  letter-spacing: -.025em;
}

html[lang="en"] .feature-row h3,
html[lang="en"] .capability-item h3,
html[lang="en"] .architecture-layer h3,
html[lang="en"] .about-section h2,
html[lang="en"] .application-row h2 {
  line-height: 1.16;
  letter-spacing: -.024em;
}

html[lang="en"] .gm-product-name {
  font-size: clamp(25px, 2.6vw, 38px);
  letter-spacing: -.025em;
}

html[lang="en"] .gm-hero h1 {
  max-width: 980px;
  font-size: clamp(58px, 7.5vw, 108px);
  font-weight: 650;
  line-height: .93;
  letter-spacing: -.043em;
}

html[lang="en"] .gm-hero h2 {
  max-width: 760px;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.25;
  letter-spacing: .012em;
}

html[lang="en"] .gm-heading h2,
html[lang="en"] .gm-final-cta h2 {
  font-size: clamp(40px, 4.8vw, 70px);
  font-weight: 630;
  line-height: 1.05;
  letter-spacing: -.035em;
}

html[lang="en"] .gm-compare-cell h3,
html[lang="en"] .gm-architecture-card h3,
html[lang="en"] .gm-capability-card h3,
html[lang="en"] .gm-screen h3 {
  line-height: 1.2;
  letter-spacing: -.018em;
}

@media (max-width: 680px) {
  html[lang="en"] .hero h1 {
    font-size: clamp(42px, 11.5vw, 46px);
    line-height: .96;
    letter-spacing: -.035em;
  }

  html[lang="en"] .page-hero h1,
  html[lang="en"] .about-hero h1,
  html[lang="en"] .contact-heading h1 {
    font-size: clamp(40px, 11vw, 44px);
    line-height: 1;
    letter-spacing: -.032em;
  }

  html[lang="en"] .product-hero h1 {
    font-size: clamp(38px, 10.8vw, 42px);
    line-height: 1.02;
    letter-spacing: -.03em;
  }

  html[lang="en"] .section-heading h2,
  html[lang="en"] .capability-heading h2,
  html[lang="en"] .scene-copy h2,
  html[lang="en"] .company-copy h2,
  html[lang="en"] .feature-story-heading h2,
  html[lang="en"] .media-section-heading h2,
  html[lang="en"] .spec-heading h2,
  html[lang="en"] .download-section h2,
  html[lang="en"] .contact-cta h2,
  html[lang="en"] .architecture-heading h2 {
    font-size: clamp(34px, 10vw, 39px);
    line-height: 1.08;
    letter-spacing: -.028em;
  }

  html[lang="en"] .product-card-copy h3 {
    min-height: 2.32em;
    font-size: 22px;
  }

  html[lang="en"] .product-summary {
    font-size: clamp(25px, 7.2vw, 29px);
    line-height: 1.3;
    letter-spacing: -.018em;
  }

  html[lang="en"] .gm-hero h1 {
    font-size: clamp(40px, 11vw, 44px);
    line-height: .96;
    letter-spacing: -.034em;
  }

  html[lang="en"] .gm-heading h2,
  html[lang="en"] .gm-final-cta h2 {
    font-size: clamp(35px, 10.4vw, 41px);
    line-height: 1.08;
    letter-spacing: -.028em;
  }

  html[lang="en"] .gm-hero-lead,
  html[lang="en"] .page-hero-copy > p:last-child,
  html[lang="en"] .about-lead,
  html[lang="en"] .contact-heading > p:last-child {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* G-Matrix platform */
.page-g_matrix {
  --gm-accent: #43c5c8;
  --gm-accent-soft: rgba(67, 197, 200, .14);
  --gm-bg: #070b0e;
  --gm-panel: #0e1418;
  background: var(--gm-bg);
  color: #f5f8f8;
}

.page-g_matrix .site-footer { background: #050708; }
.gm-data-rain { position: fixed; z-index: 20; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .9; mask-image: linear-gradient(to bottom, rgba(0,0,0,.96), rgba(0,0,0,.76) 46%, rgba(0,0,0,.9)); }
.gm-shell { width: min(100%, 1440px); margin: 0 auto; padding-inline: var(--pad); }
.gm-section { padding: clamp(90px, 10vw, 160px) 0; background: var(--gm-bg); }
.gm-kicker { margin: 0 0 22px; color: var(--gm-accent); font-size: 10px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.gm-heading { max-width: 920px; margin-bottom: clamp(48px, 6vw, 86px); }
.gm-heading h2,
.gm-final-cta h2 { margin: 0 0 28px; font-family: var(--display); font-size: clamp(42px, 6vw, 86px); font-weight: 600; line-height: 1.02; letter-spacing: -.05em; }
.gm-heading > p:last-child { max-width: 720px; margin: 0; color: rgba(239, 245, 245, .58); font-size: clamp(15px, 1.35vw, 19px); line-height: 1.8; }

.gm-hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: flex-end; padding: 130px 0 clamp(85px, 10vw, 150px); background: #030608; }
.gm-hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .52; }
.gm-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 7, 9, .98) 0%, rgba(3, 7, 9, .72) 46%, rgba(3, 7, 9, .2) 78%), linear-gradient(0deg, #070b0e 0%, transparent 35%); }
.gm-hero-content { position: relative; z-index: 2; }
.gm-product-name { margin: 0 0 6px; color: rgba(255,255,255,.95); font-family: var(--display); font-size: clamp(24px, 3vw, 42px); font-weight: 600; letter-spacing: -.03em; }
.gm-hero h1 { max-width: 980px; margin: 0 0 22px; font-family: var(--display); font-size: clamp(56px, 8.5vw, 132px); font-weight: 600; line-height: .9; letter-spacing: -.065em; }
.gm-hero h2 { margin: 0 0 24px; color: rgba(255,255,255,.72); font-size: clamp(17px, 1.8vw, 25px); font-weight: 500; letter-spacing: .03em; }
.gm-hero-lead { max-width: 690px; margin: 0 0 38px; color: rgba(242,247,247,.64); font-size: clamp(15px, 1.3vw, 19px); line-height: 1.8; }
.button--gm { background: var(--gm-accent); color: #041012; }
.button--gm:hover { background: #77e4e5; }
.gm-scroll { position: absolute; z-index: 3; right: var(--pad); bottom: 36px; width: 38px; height: 62px; border: 1px solid rgba(255,255,255,.28); border-radius: 22px; }
.gm-scroll span { position: absolute; top: 13px; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: var(--gm-accent); transform: translateX(-50%); animation: gm-scroll 2s infinite; }
@keyframes gm-scroll { 0% { transform: translate(-50%,0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translate(-50%,30px); opacity: 0; } }

.gm-comparison { position: relative; background: #f1f4f3; color: #0a1013; }
.gm-comparison .gm-heading > p:last-child { color: #687174; }
.gm-compare-flow { margin-bottom: 28px; padding: 18px 24px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 18px; border: 1px solid rgba(8,16,18,.15); background: #fff; }
.gm-compare-flow span { display: flex; align-items: center; gap: 14px; font-size: clamp(15px,1.4vw,20px); font-weight: 600; }
.gm-compare-flow span:last-of-type { color: #087f83; }
.gm-compare-flow i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(8,16,18,.18); border-radius: 50%; color: #7a8385; font-size: 9px; font-style: normal; }
.gm-compare-flow b { color: #28aeb1; font-size: 22px; font-weight: 400; }
.gm-compare-scenes { margin-bottom: 28px; display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.gm-compare-scenes figure { position: relative; min-height: 280px; overflow: hidden; margin: 0; background: #12181c; }
.gm-compare-scenes figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(3,7,9,.9) 100%); }
.gm-compare-scenes img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .7s ease, filter .7s ease; }
.gm-compare-scenes figure:hover img { transform: scale(1.025); filter: saturate(.9); }
.gm-compare-scenes .gm-compare-scene--new img { filter: saturate(.92); }
.gm-compare-scenes figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; display: flex; align-items: center; gap: 14px; color: #fff; }
.gm-compare-scenes figcaption span { color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .16em; }
.gm-compare-scenes figcaption strong { font-size: clamp(21px,2vw,28px); font-weight: 550; }
.gm-compare-scene--new { box-shadow: inset 0 0 0 1px rgba(67,197,200,.45); }
.gm-compare-table { border-top: 1px solid rgba(8,16,18,.2); }
.gm-compare-head, .gm-compare-row { display: grid; grid-template-columns: 142px minmax(0,1fr) 54px minmax(0,1fr); align-items: stretch; }
.gm-compare-head { min-height: 58px; align-items: center; color: #737c7f; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.gm-compare-head span:nth-child(2) { grid-column: 2; }
.gm-compare-head span:last-child { grid-column: 4; color: #087f83; }
.gm-compare-row { min-height: 154px; border-top: 1px solid rgba(8,16,18,.12); }
.gm-compare-stage { padding: 28px 20px 28px 0; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(8,16,18,.1); }
.gm-compare-stage span { color: #168f92; font-size: 9px; letter-spacing: .14em; }
.gm-compare-stage strong { font-size: 16px; font-weight: 650; }
.gm-compare-cell { padding: 28px clamp(22px,3vw,42px); display: flex; flex-direction: column; justify-content: center; }
.gm-compare-cell h3 { margin: 0 0 10px; font-size: clamp(18px,1.6vw,23px); font-weight: 600; line-height: 1.25; }
.gm-compare-cell p { margin: 0; color: #747d80; font-size: 13px; line-height: 1.7; }
.gm-compare-cell--old { background: rgba(12,20,23,.025); }
.gm-compare-cell--old h3 { color: #626b6e; }
.gm-compare-cell--new { background: linear-gradient(90deg, rgba(67,197,200,.08), transparent); }
.gm-compare-cell--new h3 { color: #076f73; }
.gm-compare-row > i { display: grid; place-items: center; color: #20a7aa; font-style: normal; font-size: 22px; }

.gm-loop-section { background: #091014; }
.gm-loop { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.gm-loop-step { position: relative; min-height: 190px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); background: linear-gradient(135deg, rgba(67,197,200,.08), transparent 60%); }
.gm-loop-step span { color: var(--gm-accent); font-size: 10px; letter-spacing: .14em; }
.gm-loop-step strong { max-width: 150px; font-size: clamp(18px, 1.7vw, 25px); font-weight: 500; }
.gm-loop-step:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -5px; z-index: 2; width: 9px; height: 9px; border-top: 1px solid var(--gm-accent); border-right: 1px solid var(--gm-accent); transform: rotate(45deg); background: #0a1115; }

.gm-architecture { position: relative; background: #070b0e; }
.gm-architecture-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gm-architecture-card { position: relative; min-height: 420px; overflow: hidden; padding: 34px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.13); background: #0d1317; isolation: isolate; }
.gm-architecture-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(4,9,12,.18) 0%, rgba(4,9,12,.45) 42%, rgba(4,9,12,.96) 100%); }
.gm-architecture-bg { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: transform .7s ease, opacity .7s ease; }
.gm-architecture-card:hover .gm-architecture-bg { transform: scale(1.035); opacity: .84; }
.gm-architecture-key { width: 84px; height: 84px; margin-bottom: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(67,197,200,.5); color: #fff; font-size: 34px; }
.gm-architecture-key small { margin-top: 4px; color: var(--gm-accent); font-size: 7px; letter-spacing: .14em; }
.gm-architecture-card h3 { position: relative; margin: 40px 0 14px; font-size: 22px; font-weight: 550; text-shadow: 0 2px 18px rgba(0,0,0,.75); }
.gm-architecture-card p { margin: 0; color: rgba(239,245,245,.56); font-size: 14px; line-height: 1.75; }
.gm-data-line { margin-top: 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; color: rgba(67,197,200,.6); font-size: 8px; letter-spacing: .22em; }
.gm-data-line i { height: 1px; background: linear-gradient(90deg, transparent, rgba(67,197,200,.7)); }
.gm-data-line i:last-child { transform: scaleX(-1); }

.gm-capabilities { position: relative; background: #f1f4f3; color: #0b1114; }
.gm-capability-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.gm-capability-card { position: relative; min-height: 390px; overflow: hidden; padding: 30px; grid-column: span 2; display: flex; flex-direction: column; border: 1px solid rgba(10,18,20,.13); background: #0b1114; color: #fff; isolation: isolate; }
.gm-capability-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(3,7,9,.06) 0%, rgba(3,7,9,.24) 38%, rgba(3,7,9,.96) 84%, #05090b 100%); }
.gm-capability-bg { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .7s ease, filter .7s ease; }
.gm-capability-card:hover .gm-capability-bg { transform: scale(1.035); filter: saturate(1.08); }
.gm-capability-card:nth-child(4) { grid-column: 2 / span 2; }
.gm-capability-card span { color: #6de2e4; font-size: 10px; letter-spacing: .16em; }
.gm-capability-card h3 { margin: auto 0 16px; max-width: 310px; color: #fff; font-size: clamp(21px, 2vw, 29px); font-weight: 550; line-height: 1.15; text-shadow: 0 2px 20px rgba(0,0,0,.7); }
.gm-capability-card p { max-width: 340px; margin: 0; color: rgba(242,247,247,.66); font-size: 14px; line-height: 1.75; }

.gm-gallery { background: #080d10; }
.gm-gallery .gm-shell { max-width: 1220px; }
.gm-gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 76px 22px; }
.gm-screen:first-child { width: min(100%, 1040px); margin-inline: auto; grid-column: 1 / -1; }
.gm-screen { margin: 0; }
.gm-screen img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; border: 1px solid rgba(255,255,255,.12); background: #111; box-shadow: 0 25px 80px rgba(0,0,0,.28); }
.gm-screen figcaption { padding: 22px 2px 0; display: grid; grid-template-columns: 44px 1fr; border-top: 1px solid rgba(255,255,255,.13); }
.gm-screen figcaption > span { color: var(--gm-accent); font-size: 10px; }
.gm-screen h3 { margin: 0 0 8px; font-size: 20px; font-weight: 550; }
.gm-screen p { margin: 0; color: rgba(239,245,245,.5); font-size: 13px; line-height: 1.6; }

.gm-safety { overflow: hidden; background: radial-gradient(circle at 75% 45%, rgba(67,197,200,.14), transparent 25%), #0c1216; }
.gm-safety-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px,8vw,130px); align-items: end; }
.gm-safety-layout .gm-heading { margin: 0; }
.gm-safety-list { border-top: 1px solid rgba(255,255,255,.18); }
.gm-safety-list p { margin: 0; padding: 26px 0; display: flex; align-items: center; gap: 22px; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 16px; }
.gm-safety-list span { color: var(--gm-accent); font-size: 9px; letter-spacing: .1em; }

.gm-demo { background: #050708; }
.gm-demo-player { overflow: hidden; border: 1px solid rgba(255,255,255,.15); background: #000; box-shadow: 0 35px 100px rgba(0,0,0,.45); }
.gm-demo-player video { width: 100%; aspect-ratio: 16 / 9; background: #000; }
.gm-final-cta { padding: clamp(100px, 12vw, 180px) 0; text-align: center; background: radial-gradient(circle at 50% 60%, rgba(67,197,200,.16), transparent 30%), #081014; }
.gm-final-cta .gm-shell { max-width: 920px; }
.gm-final-cta > div > p:not(.gm-kicker) { max-width: 620px; margin: 0 auto 34px; color: rgba(239,245,245,.58); font-size: 17px; line-height: 1.75; }

@media (max-width: 980px) {
  .gm-architecture-grid { grid-template-columns: repeat(2, 1fr); }
  .gm-loop { grid-template-columns: repeat(2, 1fr); }
  .gm-capability-grid { grid-template-columns: repeat(2, 1fr); }
  .gm-capability-card, .gm-capability-card:nth-child(4) { grid-column: auto; }
  .gm-capability-card:last-child { grid-column: 1 / -1; }
  .gm-safety-layout { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .gm-data-rain { opacity: .72; }
  .gm-hero { padding-top: 110px; }
  .gm-hero-video { opacity: .35; }
  .gm-hero-shade { background: linear-gradient(0deg, #070b0e 0%, rgba(3,7,9,.38) 45%, rgba(3,7,9,.7)); }
  .gm-scroll { display: none; }
  .gm-compare-flow { padding: 16px 12px; gap: 8px; }
  .gm-compare-flow span { flex-direction: column; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.35; }
  .gm-compare-flow b { font-size: 17px; }
  .gm-compare-scenes { grid-template-columns: 1fr; }
  .gm-compare-scenes figure { min-height: 210px; }
  .gm-compare-head { display: none; }
  .gm-compare-row { grid-template-columns: 1fr; min-height: 0; margin-bottom: 18px; border: 1px solid rgba(8,16,18,.12); }
  .gm-compare-stage { padding: 18px 20px; flex-direction: row; border-right: 0; border-bottom: 1px solid rgba(8,16,18,.1); }
  .gm-compare-cell { padding: 22px 20px; }
  .gm-compare-row > i { height: 32px; transform: rotate(90deg); }
  .gm-loop, .gm-architecture-grid, .gm-capability-grid, .gm-gallery-grid { grid-template-columns: 1fr; }
  .gm-loop-step { min-height: 142px; }
  .gm-loop-step:not(:last-child)::after { display: none; }
  .gm-capability-card, .gm-capability-card:nth-child(4), .gm-capability-card:last-child, .gm-screen:first-child { grid-column: auto; }
  .gm-capability-card { min-height: 360px; }
  .gm-architecture-card { min-height: 360px; }
  .gm-gallery-grid { gap: 54px; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, height .35s ease;
}

.site-header.scrolled {
  height: 68px;
  background: rgba(8, 10, 13, .92);
  border-color: var(--line-dark);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo-frame {
  height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  width: 46px;
  height: 40px;
  object-fit: contain;
}

.brand-mark--global {
  width: 43px;
  height: 43px;
  filter: drop-shadow(0 0 13px rgba(39, 190, 194, .18));
}

.global-wordmark {
  color: var(--white);
  font-family: var(--display);
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .055em;
  white-space: nowrap;
}

.brand-wordmark {
  display: flex;
  flex-direction: column;
  color: var(--white);
  line-height: 1;
  white-space: nowrap;
}

.brand-wordmark strong {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .12em;
}

.brand-wordmark small {
  margin-top: 5px;
  font-family: var(--display);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .25em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.5vw, 42px);
  font-size: 13px;
}

.site-nav > a:not(.language-switch) {
  position: relative;
  padding: 30px 0;
  opacity: .72;
  transition: opacity .2s ease;
}

.site-nav > a:not(.language-switch)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 1px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.site-nav > a:hover,
.site-nav > a.active {
  opacity: 1;
}

.site-nav > a:hover::after,
.site-nav > a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.language-switch {
  min-width: 54px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .35);
  text-align: center;
  transition: background .2s ease, color .2s ease;
}

.language-switch:hover {
  background: var(--white);
  color: var(--ink);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 12px;
}

.menu-toggle i {
  display: block;
  width: 100%;
  height: 1px;
  margin: 6px 0;
  background: var(--white);
  transition: transform .25s ease;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 120px var(--pad) 80px;
  background:
    radial-gradient(circle at 66% 42%, rgba(235, 51, 36, .24), transparent 11%),
    radial-gradient(circle at 68% 46%, rgba(175, 30, 19, .18), transparent 28%),
    linear-gradient(116deg, #06080a 0%, #0c1015 50%, #15181c 100%);
  color: var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to right, transparent, #000 40%, #000);
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 820px;
}

.eyebrow {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .56);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .26em;
}

.eyebrow--dark {
  color: #777c82;
}

.hero h1,
.page-hero h1,
.about-hero h1,
.contact-heading h1 {
  margin-bottom: 30px;
  font-family: var(--display);
  font-size: clamp(54px, 8.8vw, 138px);
  font-weight: 600;
  line-height: .95;
  letter-spacing: -.055em;
}

.hero h1 {
  max-width: 900px;
}

.hero-lead {
  max-width: 610px;
  margin-bottom: 42px;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(16px, 1.5vw, 21px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 52px;
  padding: 0 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--light {
  background: var(--white);
  color: var(--ink);
}

.button--light:hover {
  background: var(--red);
  color: var(--white);
}

.button--ghost {
  border: 1px solid rgba(255, 255, 255, .3);
  color: var(--white);
}

.button--ghost:hover {
  border-color: var(--white);
}

.button--dark {
  background: var(--ink);
  color: var(--white);
}

.button--dark:hover {
  background: var(--red);
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
}

.hero-ring {
  position: absolute;
  top: 52%;
  left: 69%;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.hero-ring--one {
  width: min(50vw, 720px);
  aspect-ratio: 1;
}

.hero-ring--two {
  width: min(29vw, 420px);
  aspect-ratio: 1;
  border-color: rgba(235, 51, 36, .38);
}

.hero-beam {
  position: absolute;
  top: 50%;
  left: 69%;
  width: 1px;
  height: 120vh;
  background: linear-gradient(transparent, rgba(235, 51, 36, .7), transparent);
  transform: translate(-50%, -50%) rotate(35deg);
  box-shadow: 0 0 40px rgba(235, 51, 36, .7);
}

.hero-crosshair {
  position: absolute;
  top: 52%;
  left: 69%;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: drift 5s ease-in-out infinite;
}

.hero-crosshair::before,
.hero-crosshair::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, .32);
}

.hero-crosshair::before {
  top: 50%;
  left: -28px;
  width: 166px;
  height: 1px;
}

.hero-crosshair::after {
  top: -28px;
  left: 50%;
  width: 1px;
  height: 166px;
}

.hero-crosshair i {
  position: absolute;
  width: 9px;
  height: 9px;
  border-color: var(--red);
}

.hero-crosshair i:nth-child(1) { left: 12px; top: 12px; border-left: 1px solid var(--red); border-top: 1px solid var(--red); }
.hero-crosshair i:nth-child(2) { right: 12px; top: 12px; border-right: 1px solid var(--red); border-top: 1px solid var(--red); }
.hero-crosshair i:nth-child(3) { right: 12px; bottom: 12px; border-right: 1px solid var(--red); border-bottom: 1px solid var(--red); }
.hero-crosshair i:nth-child(4) { left: 12px; bottom: 12px; border-left: 1px solid var(--red); border-bottom: 1px solid var(--red); }

.hero-meta {
  position: absolute;
  z-index: 2;
  left: var(--pad);
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, .5);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-meta i {
  position: relative;
  width: 34px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, .2);
}

.hero-meta i::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 100%;
  background: var(--white);
  animation: scan 2s ease-in-out infinite;
}

.hero-side-label {
  position: absolute;
  right: 24px;
  bottom: 50%;
  color: rgba(255, 255, 255, .3);
  font-size: 9px;
  letter-spacing: .22em;
  writing-mode: vertical-rl;
}

@keyframes drift {
  0%, 100% { transform: translate(-50%, -50%); }
  50% { transform: translate(-46%, -54%); }
}

@keyframes scan {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(260%); }
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(92px, 11vw, 170px) var(--pad);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 70px;
}

.section-heading h2,
.capability-heading h2,
.scene-copy h2,
.company-copy h2,
.feature-story-heading h2,
.media-section-heading h2,
.spec-heading h2,
.download-section h2,
.contact-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(38px, 5vw, 76px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.section-heading > p {
  max-width: 520px;
  margin: 0;
  color: #656a70;
  font-size: 16px;
  line-height: 1.75;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.product-grid--all {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px 22px;
}

.product-grid--featured {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-card-media {
  position: relative;
  height: clamp(330px, 36vw, 520px);
  overflow: hidden;
  display: block;
  background: #15181d;
}

.product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.media-fit--contain {
  object-fit: contain !important;
  background: #000;
}

.product-card-media .media-fit--contain {
  padding: clamp(28px, 4vw, 64px);
}

.product-grid--all .product-card-media {
  height: clamp(230px, 22vw, 330px);
}

.product-grid--all .product-card-media .media-fit--contain {
  padding: clamp(18px, 2.4vw, 34px);
}

.product-grid--all .product-card-copy h3 {
  max-width: calc(100% - 68px);
  font-size: clamp(18px, 1.55vw, 24px);
}

.product-card:hover .product-card-media img {
  transform: scale(1.025);
}

.product-card-copy {
  position: relative;
  padding: 24px 2px;
  border-bottom: 1px solid var(--line);
}

.product-card-copy p {
  margin-bottom: 12px;
  color: #797e84;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.product-card-copy h3 {
  max-width: calc(100% - 90px);
  margin-bottom: 8px;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 550;
  letter-spacing: -.03em;
}

.product-card-copy > span {
  color: #999da2;
  font-size: 11px;
  letter-spacing: .1em;
}

.product-card-copy .text-link {
  position: absolute;
  right: 0;
  bottom: 24px;
}

.status-badge {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 8px 10px;
  background: rgba(8, 10, 13, .8);
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  backdrop-filter: blur(8px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 650;
}

.text-link i {
  color: var(--red);
  font-style: normal;
  transition: transform .2s ease;
}

.text-link:hover i {
  transform: translate(3px, -3px);
}

.text-link--light {
  color: var(--white);
}

.center-action {
  margin-top: 52px;
  text-align: center;
}

.media-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(235, 51, 36, .12), transparent 21%),
    linear-gradient(145deg, #e8e8e5, #d9dad7);
  color: #24272a;
}

.media-placeholder--video {
  background:
    radial-gradient(circle at 70% 40%, rgba(235, 51, 36, .2), transparent 23%),
    linear-gradient(145deg, #0b0e11, #181c21);
  color: var(--white);
}

.media-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(10, 13, 17, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 13, 17, .055) 1px, transparent 1px);
  background-size: 42px 42px;
}

.media-placeholder--video .media-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
}

.media-orbit {
  position: absolute;
  top: 45%;
  left: 56%;
  width: min(52%, 280px);
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .12;
  transform: translate(-50%, -50%);
}

.media-orbit::before,
.media-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
  inset: 16%;
}

.media-orbit::after {
  inset: 34%;
  border-color: var(--red);
  opacity: 1;
}

.media-orbit i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(32deg);
}

.media-orbit i:nth-child(2) { transform: translate(-50%, -50%) rotate(92deg); }
.media-orbit i:nth-child(3) { transform: translate(-50%, -50%) rotate(152deg); }

.media-placeholder-copy {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 8px;
}

.media-code {
  color: var(--red);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
}

.media-placeholder-copy strong {
  font-size: 15px;
  font-weight: 550;
}

.media-placeholder-copy small {
  max-width: 460px;
  color: currentColor;
  font-size: 11px;
  line-height: 1.55;
  opacity: .54;
}

.capabilities {
  padding: clamp(100px, 12vw, 180px) var(--pad);
  background: var(--ink);
  color: var(--white);
}

.architecture-section {
  padding: clamp(100px, 12vw, 180px) var(--pad);
  background: #0d1014;
  color: var(--white);
}

.architecture-heading,
.architecture-flow {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.architecture-heading {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 75px;
}

.architecture-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.architecture-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(38px, 5vw, 76px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.architecture-heading > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, .55);
  font-size: 15px;
  line-height: 1.8;
}

.architecture-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: #080b0f;
}

.architecture-layer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 285px;
  padding: 30px 24px;
  border-right: 1px solid var(--line-dark);
  background-image:
    linear-gradient(180deg, rgba(5, 8, 11, .24), rgba(5, 8, 11, .93) 85%),
    url("../images/home/architecture-flow.webp");
  background-repeat: no-repeat;
  background-size: 500% 100%;
  transition: background-size .6s cubic-bezier(.2, .75, .25, 1), border-color .3s ease;
}

.architecture-layer:nth-child(1) { background-position: 0 50%; }
.architecture-layer:nth-child(2) { background-position: 25% 50%; }
.architecture-layer:nth-child(3) { background-position: 50% 50%; }
.architecture-layer:nth-child(4) { background-position: 75% 50%; }
.architecture-layer:nth-child(5) { background-position: 100% 50%; }

.architecture-layer::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(135deg, rgba(27, 186, 190, .08), transparent 38%);
  opacity: 0;
  transition: opacity .3s ease;
}

.architecture-layer:hover {
  border-color: rgba(69, 210, 214, .35);
  background-size: 540% 108%;
}

.architecture-layer:hover::before {
  opacity: 1;
}

.architecture-layer:last-child {
  border-right: 0;
}

.architecture-layer:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 26px;
  right: -9px;
  color: var(--red);
  font-size: 14px;
}

.architecture-layer > span {
  color: #56d7da;
  font-size: 10px;
  letter-spacing: .14em;
}

.architecture-layer h3 {
  margin: 76px 0 18px;
  font-size: clamp(18px, 1.6vw, 25px);
  font-weight: 520;
  line-height: 1.25;
}

.architecture-layer p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  line-height: 1.7;
}

.capability-heading {
  max-width: var(--max);
  margin: 0 auto 95px;
}

.capability-heading h2 {
  max-width: 810px;
}

.capability-list {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.capability-item {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 480px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line-dark);
  background-position: center;
  background-size: cover;
  transition: transform .4s cubic-bezier(.2, .75, .25, 1), border-color .3s ease;
}

.capability-item:nth-child(1) { background-image: url("../images/home/shared-world-model.webp"); }
.capability-item:nth-child(2) { background-image: url("../images/home/heterogeneous-teaming.webp"); }
.capability-item:nth-child(3) { background-image: url("../images/home/dynamic-replanning.webp"); }

.capability-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 9, 12, .12) 15%, rgba(7, 9, 12, .94) 78%);
  transition: background .35s ease;
}

.capability-item:hover {
  transform: translateY(-6px);
  border-color: rgba(69, 210, 214, .38);
}

.capability-item:hover::before {
  background: linear-gradient(180deg, rgba(7, 9, 12, .02) 8%, rgba(7, 9, 12, .92) 82%);
}

.capability-item > span {
  margin-bottom: auto;
  color: #56d7da;
  font-size: 11px;
}

.capability-item h3 {
  margin: 0 0 18px;
  font-size: clamp(25px, 2.8vw, 40px);
  font-weight: 500;
  letter-spacing: -.035em;
}

.capability-item p {
  max-width: 460px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.7;
}

.scene-banner {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 90px var(--pad);
  background:
    linear-gradient(90deg, rgba(8, 10, 13, .95) 0%, rgba(8, 10, 13, .6) 55%, rgba(8, 10, 13, .15)),
    linear-gradient(145deg, #171a1f, #32363b);
  color: var(--white);
}

.scene-visual {
  position: absolute;
  inset: 0;
  opacity: .55;
}

.building-lines {
  position: absolute;
  right: -5%;
  bottom: -10%;
  width: 68%;
  height: 110%;
  background:
    repeating-linear-gradient(90deg, transparent 0 46px, rgba(255, 255, 255, .1) 47px 48px),
    repeating-linear-gradient(0deg, transparent 0 76px, rgba(255, 255, 255, .08) 77px 78px);
  transform: perspective(600px) rotateY(-12deg) skewY(-7deg);
  border-left: 2px solid rgba(255, 255, 255, .18);
}

.target-dot {
  position: absolute;
  top: 33%;
  right: 29%;
  width: 12px;
  height: 12px;
  border: 2px solid var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 13px rgba(235, 51, 36, .1), 0 0 35px rgba(235, 51, 36, .8);
}

.scene-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.scene-copy p:not(.eyebrow) {
  max-width: 540px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, .62);
  line-height: 1.8;
}

.company-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}

.company-index {
  color: transparent;
  font-family: var(--display);
  font-size: clamp(100px, 18vw, 270px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.08em;
  -webkit-text-stroke: 1px #b7babd;
}

.company-copy > p:not(.eyebrow) {
  max-width: 570px;
  margin: 30px 0 38px;
  color: #62676d;
  line-height: 1.8;
}

.site-footer {
  padding: 70px var(--pad) 28px;
  background: #050608;
  color: var(--white);
}

.footer-main {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
}

.footer-brand img {
  width: auto;
  height: 35px;
  object-fit: contain;
}

.footer-main p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .42);
  font-size: 12px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
}

.footer-nav a:hover {
  color: var(--white);
}

.footer-bottom {
  max-width: var(--max);
  margin: 65px auto 0;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--line-dark);
  color: rgba(255, 255, 255, .28);
  font-size: 9px;
  letter-spacing: .06em;
}

/* Shared inner pages */
.page-hero {
  position: relative;
  min-height: 67vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 150px var(--pad) 85px;
  background:
    radial-gradient(circle at 75% 38%, rgba(235, 51, 36, .19), transparent 18%),
    linear-gradient(125deg, #07090c, #171b20);
  color: var(--white);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to left, #000, transparent 75%);
}

.page-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 1050px;
}

.page-hero-copy > p:last-child {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 16px;
  line-height: 1.8;
}

.page-hero-number {
  position: absolute;
  z-index: 2;
  right: var(--pad);
  bottom: 45px;
  color: transparent;
  font-family: var(--display);
  font-size: clamp(90px, 16vw, 260px);
  font-weight: 700;
  line-height: .7;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .2);
}

.empty-state {
  min-height: 240px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--line);
  color: #777;
}

/* Product detail */
.product-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 125px var(--pad) 90px;
  background: var(--ink);
  color: var(--white);
}

.product-hero-media,
.product-hero-media > .media-placeholder {
  position: absolute;
  inset: 0;
}

.product-hero-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-hero-media > img.media-fit--contain {
  padding: clamp(120px, 14vw, 190px) var(--pad) clamp(80px, 9vw, 130px);
}

.product-hero-media .media-placeholder-copy {
  right: var(--pad);
  bottom: 32px;
  left: auto;
  max-width: 380px;
}

.product-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 5, 7, .86) 0%, rgba(4, 5, 7, .28) 60%, rgba(4, 5, 7, .15));
}

.product-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.product-labels {
  display: flex;
  gap: 8px;
  margin-bottom: 45px;
}

.product-labels span {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .25);
  color: rgba(255, 255, 255, .65);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.product-model {
  margin-bottom: 15px;
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
}

.product-hero h1 {
  max-width: 1000px;
  margin-bottom: 22px;
  font-family: var(--display);
  font-size: clamp(50px, 7vw, 110px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.055em;
}

.product-hero-copy > p:last-child {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.65;
}

.product-subnav {
  position: sticky;
  z-index: 50;
  top: 68px;
  min-height: 58px;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.product-subnav > span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.product-subnav div {
  display: flex;
  gap: 25px;
  font-size: 11px;
}

.product-subnav a {
  padding: 20px 0;
  color: #666b70;
}

.product-subnav a:hover {
  color: var(--red);
}

.product-overview {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(100px, 12vw, 180px) var(--pad);
}

.product-summary {
  max-width: 1040px;
  margin: 0 auto clamp(75px, 8vw, 120px);
  font-family: var(--display);
  font-size: clamp(28px, 3.7vw, 57px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -.04em;
  text-align: center;
}

.product-concept-notice {
  width: fit-content;
  max-width: 920px;
  margin: calc(clamp(75px, 8vw, 120px) * -.55) auto clamp(52px, 6vw, 82px);
  padding: 12px 18px;
  border: 1px solid rgba(235, 51, 36, .3);
  background: rgba(235, 51, 36, .055);
  color: #7d2822;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: .04em;
  text-align: center;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metric {
  min-height: 180px;
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
}

.metric:last-child {
  border-right: 0;
}

.metric strong {
  font-family: var(--display);
  font-size: clamp(45px, 5vw, 72px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.05em;
}

.metric strong small {
  margin-left: 5px;
  color: #777;
  font-size: .25em;
  letter-spacing: 0;
}

.metric > span {
  color: #71767c;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
}

.feature-story {
  padding: clamp(100px, 12vw, 180px) var(--pad);
  background: var(--ink);
  color: var(--white);
}

.feature-story-heading,
.feature-story-list {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.feature-story-heading {
  margin-bottom: 100px;
}

.feature-story-heading h2 {
  max-width: 930px;
}

.feature-row {
  min-height: 235px;
  padding: 50px 0;
  display: grid;
  grid-template-columns: 90px .75fr 1fr;
  gap: 35px;
  border-top: 1px solid var(--line-dark);
}

.feature-row:last-child {
  border-bottom: 1px solid var(--line-dark);
}

.feature-row > span {
  color: var(--red);
  font-size: 11px;
}

.feature-row h3 {
  font-size: clamp(24px, 2.8vw, 39px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.feature-row p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .53);
  font-size: 15px;
  line-height: 1.85;
}

.product-video,
.product-gallery {
  padding: clamp(100px, 11vw, 170px) var(--pad);
  background: #101318;
  color: var(--white);
}

.product-gallery {
  padding-top: 0;
}

.product-gallery--standalone {
  padding-top: clamp(100px, 11vw, 170px);
}

.media-section-heading {
  max-width: var(--max);
  margin: 0 auto 55px;
}

.video-frame {
  max-width: var(--max);
  aspect-ratio: 16 / 8.2;
  margin: 0 auto;
  background: #090b0e;
}

.video-frame video,
.video-frame > .media-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-caption {
  max-width: var(--max);
  margin: 16px auto 0;
  color: rgba(255, 255, 255, .45);
  font-size: 11px;
  line-height: 1.6;
}

.gallery-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.gallery-slot,
.gallery-figure {
  min-height: 420px;
}

.gallery-slot--wide {
  min-height: 620px;
  grid-column: 1 / -1;
}

.gallery-slot > .media-placeholder {
  height: 100%;
}

.gallery-figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  border: 0;
  background: #090b0e;
  color: var(--white);
  cursor: zoom-in;
}

.gallery-figure img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  transition: transform .55s ease, opacity .35s ease;
}

.gallery-figure--cutout {
  background: #000;
}

.gallery-figure--cutout img {
  object-fit: contain;
  padding: clamp(22px, 3vw, 52px);
}

.gallery-figure--datasheet,
.gallery-figure--poster {
  min-height: min(88vh, 980px);
  grid-column: 1 / -1;
}

.gallery-figure--datasheet img,
.gallery-figure--poster img {
  min-height: min(88vh, 980px);
  object-fit: contain;
}

.gallery-figure > span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 9px 12px;
  background: rgba(5, 7, 9, .78);
  font-size: 10px;
  letter-spacing: .08em;
  backdrop-filter: blur(8px);
}

.gallery-figure > span i {
  margin-left: 5px;
  color: var(--red);
  font-style: normal;
}

.gallery-figure:hover img {
  opacity: .86;
  transform: scale(1.015);
}

.image-lightbox {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  padding: 42px;
  border: 0;
  background: rgba(3, 4, 6, .96);
  color: var(--white);
}

.image-lightbox::backdrop {
  background: rgba(0, 0, 0, .76);
}

.image-lightbox[open] {
  display: grid;
  place-items: center;
}

.image-lightbox img {
  max-width: 94vw;
  max-height: 92vh;
  object-fit: contain;
}

.lightbox-close {
  position: fixed;
  z-index: 2;
  top: 18px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(0, 0, 0, .4);
  color: var(--white);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.spec-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(100px, 11vw, 170px) var(--pad);
}

.spec-heading {
  margin-bottom: 65px;
}

.spec-groups {
  border-top: 1px solid var(--ink);
}

.spec-group {
  border-bottom: 1px solid var(--line);
}

.spec-toggle {
  width: 100%;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 90px 1fr 24px;
  align-items: center;
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.spec-toggle > span {
  color: var(--red);
  font-size: 10px;
}

.spec-toggle strong {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 520;
}

.spec-toggle i {
  position: relative;
  width: 20px;
  height: 20px;
}

.spec-toggle i::before,
.spec-toggle i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: var(--ink);
  transform: translate(-50%, -50%);
  transition: transform .2s ease;
}

.spec-toggle i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.spec-toggle[aria-expanded="true"] i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.spec-table {
  padding: 0 0 35px 90px;
}

.spec-toggle[aria-expanded="false"] + .spec-table {
  display: none;
}

.spec-row {
  min-height: 55px;
  padding: 15px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.spec-row span {
  color: #74797f;
}

.spec-row strong {
  font-weight: 500;
}

.download-section {
  padding: 80px var(--pad);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 60px;
  background: #e3e3e0;
}

.download-section > div,
.download-section > p,
.document-list {
  width: 100%;
  max-width: calc(var(--max) / 2);
}

.download-section > div {
  margin-left: auto;
}

.download-section > p {
  margin: 0 auto 5px 0;
  color: #6f747a;
  line-height: 1.7;
}

.contact-cta {
  padding: clamp(80px, 9vw, 130px) var(--pad);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  background: var(--red);
  color: var(--white);
}

.contact-cta p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .7);
}

/* Applications */
.application-radar {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 8%;
  width: min(32vw, 470px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  transform: translateY(-40%);
}

.application-radar::before,
.application-radar::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  inset: 20%;
}

.application-radar::after {
  inset: 40%;
  border-color: rgba(235, 51, 36, .5);
}

.application-radar i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 1px;
  background: rgba(255, 255, 255, .12);
  transform: translate(-50%, -50%);
}

.application-radar i:nth-child(2) { transform: translate(-50%, -50%) rotate(60deg); }
.application-radar i:nth-child(3) { transform: translate(-50%, -50%) rotate(120deg); }

.application-list {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(80px, 10vw, 150px) var(--pad);
}

.application-row {
  position: relative;
  z-index: 0;
  min-height: 280px;
  overflow: hidden;
  padding: 58px 40px;
  display: grid;
  grid-template-columns: 90px .8fr 1fr 30px;
  align-items: center;
  gap: 30px;
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, .15);
  isolation: isolate;
  transition: padding-left .35s ease;
}

.application-row::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .92) 0%, rgba(5, 7, 10, .82) 40%, rgba(5, 7, 10, .48) 72%, rgba(5, 7, 10, .62) 100%),
    linear-gradient(0deg, rgba(5, 7, 10, .24), rgba(5, 7, 10, .08));
  transition: background .35s ease;
}

.application-row-bg {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform .8s cubic-bezier(.2, .65, .3, 1), filter .35s ease;
}

.application-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.application-row:hover {
  padding-left: 58px;
}

.application-row:hover::before {
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .86) 0%, rgba(5, 7, 10, .72) 40%, rgba(5, 7, 10, .32) 72%, rgba(5, 7, 10, .5) 100%),
    linear-gradient(0deg, rgba(5, 7, 10, .18), transparent);
}

.application-row:hover .application-row-bg {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.application-number,
.application-copy p {
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
}

.application-row h2 {
  margin: 10px 0 0;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -.04em;
}

.application-row > p {
  max-width: 500px;
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
  line-height: 1.8;
  text-shadow: 0 1px 18px rgba(0, 0, 0, .45);
}

.application-arrow {
  color: rgba(255, 255, 255, .76);
  font-style: normal;
}

.content-note {
  padding: 24px var(--pad);
  background: #dededa;
  color: #71767c;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}

/* About */
.about-hero {
  position: relative;
  min-height: 82vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 150px var(--pad) 90px;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, .9), rgba(7, 9, 12, .18)),
    radial-gradient(circle at 75% 40%, rgba(235, 51, 36, .22), transparent 12%),
    #15191d;
  color: var(--white);
}

.about-hero-copy {
  position: relative;
  z-index: 2;
}

.about-hero h1 {
  max-width: 850px;
}

.about-year {
  position: absolute;
  right: -1vw;
  bottom: -3vw;
  color: transparent;
  font-family: var(--display);
  font-size: clamp(140px, 28vw, 430px);
  font-weight: 700;
  line-height: .8;
  letter-spacing: -.09em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .12);
}

.about-content {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(100px, 12vw, 180px) var(--pad);
}

.about-lead {
  max-width: 1080px;
  margin-bottom: 110px;
  font-family: var(--display);
  font-size: clamp(28px, 3.8vw, 55px);
  line-height: 1.35;
  letter-spacing: -.04em;
}

.about-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.about-sections article {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.about-sections span {
  color: var(--red);
  font-size: 10px;
}

.about-sections h2 {
  margin: 30px 0 22px;
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 520;
  letter-spacing: -.035em;
}

.about-sections p {
  color: #656a70;
  line-height: 1.85;
}

.about-source {
  margin-top: 100px;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-source p {
  margin: 0;
  color: #777c82;
  font-size: 12px;
}

/* Contact */
.contact-page {
  min-height: 100svh;
  padding: 170px var(--pad) 100px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 100px;
  background:
    radial-gradient(circle at 15% 70%, rgba(235, 51, 36, .18), transparent 22%),
    #090b0e;
  color: var(--white);
}

.contact-heading h1 {
  max-width: 900px;
  font-size: clamp(50px, 7vw, 105px);
}

.contact-heading > p:last-child {
  max-width: 600px;
  color: rgba(255, 255, 255, .55);
  line-height: 1.8;
}

.contact-panel {
  border-top: 1px solid var(--line-dark);
}

.contact-panel > div {
  padding: 28px 0;
  display: grid;
  gap: 10px;
  border-bottom: 1px solid var(--line-dark);
}

.contact-panel span {
  color: rgba(255, 255, 255, .35);
  font-size: 9px;
  letter-spacing: .18em;
}

.contact-panel strong,
.contact-panel a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.contact-panel a:hover {
  color: var(--red);
}

.contact-panel .contact-qr {
  align-items: start;
}

.contact-qr img {
  width: min(220px, 100%);
  height: auto;
  padding: 6px;
  border-radius: 3px;
  background: #fff;
}

.contact-panel > p {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .35);
  font-size: 11px;
  line-height: 1.7;
}

.not-found {
  min-height: 100svh;
  padding: 130px var(--pad);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: var(--white);
  text-align: center;
}

.not-found > span {
  color: transparent;
  font-family: var(--display);
  font-size: clamp(130px, 25vw, 360px);
  font-weight: 700;
  line-height: .75;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .24);
}

.not-found h1 {
  margin: 35px 0 12px;
  font-size: 36px;
}

.not-found p {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .55);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2, .75, .25, 1);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1280px) {
  .product-grid--all {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .site-header {
    height: 68px;
  }

  .menu-toggle {
    z-index: 102;
    display: block;
  }

  .site-nav {
    position: fixed;
    z-index: 101;
    inset: 0;
    padding: 110px var(--pad) 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    background: rgba(7, 9, 12, .98);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform .35s ease, visibility .35s;
  }

  .site-nav.open {
    transform: translateX(0);
    visibility: visible;
  }

  .site-nav > a:not(.language-switch) {
    width: 100%;
    padding: 18px 0;
    font-size: 28px;
  }

  .site-nav > a:not(.language-switch)::after {
    bottom: 10px;
  }

  .menu-toggle[aria-expanded="true"] i:first-of-type {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] i:last-of-type {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .section-heading,
  .architecture-heading,
  .company-intro,
  .contact-page {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 25px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .architecture-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .capability-list {
    grid-template-columns: 1fr;
  }

  .capability-item {
    min-height: 420px;
  }

  .architecture-layer {
    border-bottom: 1px solid var(--line-dark);
  }

  .architecture-layer:nth-child(2n) {
    border-right: 0;
  }

  .architecture-layer:not(:last-child)::after {
    display: none;
  }

  .capability-item,
  .feature-row {
    grid-template-columns: 65px 1fr;
  }

  .capability-item p,
  .feature-row p {
    grid-column: 2;
  }

  .metrics-grid {
    grid-template-columns: 1fr 1fr;
  }

  .metric:nth-child(2) {
    border-right: 0;
  }

  .metric:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .application-row {
    grid-template-columns: 60px .75fr 1fr 20px;
  }

  .contact-page {
    align-content: center;
    gap: 70px;
  }
}

@media (max-width: 680px) {
  :root {
    --pad: 20px;
  }

  .brand-logo-frame {
    height: 42px;
    gap: 7px;
  }

  .global-wordmark {
    font-size: 14px;
    letter-spacing: .035em;
  }

  .brand-mark {
    width: 40px;
    height: 35px;
  }

  .brand-wordmark strong {
    font-size: 15px;
  }

  .brand-wordmark small {
    margin-top: 4px;
    font-size: 8px;
  }

  .hero {
    min-height: 760px;
    align-items: flex-end;
    padding-bottom: 125px;
  }

  .hero::before {
    background-size: 42px 42px;
  }

  .hero-ring {
    top: 32%;
    left: 68%;
  }

  .hero-ring--one {
    width: 92vw;
  }

  .hero-ring--two {
    width: 52vw;
  }

  .hero-crosshair {
    top: 32%;
    left: 68%;
  }

  .hero-beam {
    top: 32%;
    left: 68%;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 70px);
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-side-label {
    display: none;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-heading {
    margin-bottom: 45px;
  }

  .product-grid,
  .product-grid--all,
  .about-sections {
    grid-template-columns: 1fr;
  }

  .product-card-media {
    height: 390px;
  }

  .capabilities,
  .architecture-section,
  .feature-story {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .architecture-flow {
    grid-template-columns: 1fr;
  }

  .architecture-layer {
    min-height: 240px;
    border-right: 0;
  }

  .architecture-layer h3 {
    margin-top: 42px;
  }

  .capability-heading,
  .feature-story-heading {
    margin-bottom: 55px;
  }

  .capability-item,
  .feature-row {
    min-height: 0;
    padding: 34px 0;
    grid-template-columns: 44px 1fr;
    gap: 18px;
  }

  .capability-item p,
  .feature-row p {
    font-size: 14px;
  }

  .capability-item {
    min-height: 430px;
    padding: 28px;
  }

  .scene-banner {
    min-height: 650px;
    padding-bottom: 60px;
  }

  .building-lines {
    width: 110%;
    opacity: .5;
  }

  .company-intro {
    gap: 35px;
  }

  .company-index {
    font-size: 35vw;
  }

  .footer-main {
    flex-direction: column;
  }

  .footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .page-hero {
    min-height: 620px;
    padding-bottom: 60px;
  }

  .page-hero h1,
  .about-hero h1 {
    font-size: 15vw;
  }

  .page-hero-number {
    right: -10px;
    bottom: 10px;
  }

  .product-hero {
    min-height: 780px;
    padding-bottom: 70px;
  }

  .product-hero-overlay {
    background: linear-gradient(0deg, rgba(4, 5, 7, .94) 0%, rgba(4, 5, 7, .32) 75%);
  }

  .product-hero-media .media-placeholder-copy {
    display: none;
  }

  .product-subnav {
    top: 68px;
    overflow-x: auto;
  }

  .product-subnav > span {
    display: none;
  }

  .product-subnav div {
    min-width: max-content;
  }

  .product-summary {
    text-align: left;
  }

  .product-concept-notice {
    width: 100%;
    text-align: left;
  }

  .metric {
    min-height: 145px;
    padding: 25px 18px;
  }

  .video-frame {
    aspect-ratio: 4 / 3;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-slot,
  .gallery-slot--wide,
  .gallery-figure,
  .gallery-figure--datasheet,
  .gallery-figure--poster {
    min-height: 350px;
    grid-column: auto;
  }

  .gallery-figure img,
  .gallery-figure--datasheet img,
  .gallery-figure--poster img {
    min-height: 350px;
  }

  .image-lightbox {
    padding: 54px 10px 16px;
  }

  .spec-toggle {
    grid-template-columns: 45px 1fr 22px;
  }

  .spec-table {
    padding-left: 45px;
  }

  .spec-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .download-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .application-radar {
    top: 25%;
    right: -20%;
    width: 85vw;
  }

  .application-row {
    min-height: 320px;
    padding: 38px 22px;
    grid-template-columns: 42px 1fr 20px;
    gap: 14px;
  }

  .application-row::before {
    background: linear-gradient(90deg, rgba(5, 7, 10, .92), rgba(5, 7, 10, .66));
  }

  .application-row-bg {
    object-position: 65% center;
  }

  .application-row > p {
    grid-column: 2 / -1;
  }

  .application-arrow {
    grid-column: 3;
    grid-row: 1;
  }

  .application-row:hover {
    padding-left: 30px;
  }

  .about-hero {
    min-height: 670px;
    padding-bottom: 60px;
  }

  .about-lead {
    margin-bottom: 70px;
  }

  .about-sections {
    gap: 50px;
  }

  .about-source {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-page {
    padding-top: 130px;
    gap: 50px;
  }

  .contact-heading h1 {
    font-size: 14vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .gm-data-rain {
    display: none;
  }
}
