/* ============================================================
   PHOENIX APPLICATIONS — site.css (v3 "scroll film" redesign)
   Near-black cinema. Giant type. Scroll-scrubbed parallax.
   ============================================================ */

/* ---------- fonts ---------- */
@font-face {
  font-family: 'BankGothic';
  src: url('../assets/fonts/bankgothic-light.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'BankGothic';
  src: url('../assets/fonts/bankgothic-medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'BankGothic';
  src: url('../assets/fonts/bankgothic-bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ---------- tokens ---------- */
:root {
  --void: #030406;
  --ink: #07090C;
  --paper: #EDF1F6;
  --dim: rgba(237, 241, 246, .58);
  --faint: rgba(237, 241, 246, .30);
  --line: rgba(237, 241, 246, .13);
  --ember: #FF5B1C;
  --ember-dim: rgba(255, 91, 28, .55);
  --fd: 'BankGothic', 'Arial Narrow', sans-serif;
  --fm: 'IBM Plex Mono', ui-monospace, monospace;
  --fb: 'Inter', -apple-system, sans-serif;
  --pad: clamp(20px, 4vw, 56px);
  --navh: 64px;
}

/* ---------- base ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.rm { scroll-behavior: auto; }
body {
  background: var(--void);
  color: var(--paper);
  font-family: var(--fb);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-top: var(--navh);
}
::selection { background: var(--ember); color: #000; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; background: none; border: 0; color: inherit; cursor: pointer; }

/* ---------- type helpers ---------- */
.k {
  font-family: var(--fm);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--dim);
}
.k .ac, .ac { color: var(--ember); }
.display {
  font-family: var(--fd);
  font-weight: 700;
  text-transform: uppercase;
  line-height: .94;
  letter-spacing: .005em;
}

/* ---------- progress bar ---------- */
.pbar {
  position: fixed; top: 0; left: 0; z-index: 120;
  width: 100%; height: 2px;
  background: var(--ember);
  transform-origin: 0 0; transform: scaleX(0);
  pointer-events: none;
}

/* ---------- nav (Anduril-style: solid black bar, centered links) ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--navh);
  background: #000;
}
.nav-in {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  height: 100%;
  padding: 0 clamp(18px, 2.6vw, 36px);
}
.brand { display: flex; align-items: center; gap: 12px; justify-self: start; }
.brand img { height: 26px; width: auto; }
.brand .wm {
  font-family: var(--fd); font-weight: 700; font-size: 15px;
  letter-spacing: .1em; text-transform: uppercase; line-height: 1;
}
.brand .wm span { display: block; font-weight: 300; font-size: 8.5px; letter-spacing: .34em; color: var(--dim); margin-top: 3px; }
.nav-links { display: flex; align-items: center; gap: clamp(22px, 3.4vw, 52px); justify-self: center; }
.nav-links a {
  font-family: var(--fb); font-size: 15px; font-weight: 400;
  color: rgba(255, 255, 255, .85);
  transition: color .2s;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #fff; }
.nav-right { display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); justify-self: end; }
.nav-right .cta {
  font-family: var(--fb); font-size: 15px;
  color: rgba(255, 255, 255, .85);
  transition: color .2s;
}
.nav-right .cta:hover { color: var(--ember); }
.burger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.burger span { width: 22px; height: 1.5px; background: var(--paper); transition: transform .3s, opacity .3s; }
.mpanel {
  position: fixed; inset: 0; z-index: 99;
  background: rgba(3, 4, 6, .96);
  backdrop-filter: blur(10px);
  display: flex; flex-direction: column; justify-content: center; gap: 8px;
  padding: 0 var(--pad);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .35s, visibility .35s;
}
.mpanel.open { opacity: 1; visibility: visible; pointer-events: auto; }
.mpanel a {
  font-family: var(--fd); font-weight: 700; text-transform: uppercase;
  font-size: clamp(34px, 9vw, 56px); line-height: 1.15; color: var(--paper);
}
.mpanel a.cta { color: var(--ember); }
.mpanel .k { margin-bottom: 24px; }

/* ---------- hero film (home) — video enveloped in a black frame ---------- */
.film {
  position: relative;
  height: calc(100svh - var(--navh));
  background: #000;
  padding: clamp(10px, 1.4vw, 20px) clamp(14px, 2.2vw, 34px) clamp(14px, 2.2vw, 34px);
}
.film-frame { position: relative; height: 100%; overflow: hidden; background: #000; }
.film-frame video, .film-frame img.fallback {
  position: absolute; inset: -2% -1%;
  width: 102%; max-width: none; height: 104%;
  object-fit: cover;
  will-change: transform;
}
.film-scrim {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    radial-gradient(ellipse at center, rgba(3,4,6,.18) 0%, rgba(3,4,6,.46) 100%),
    rgba(3, 4, 6, .18);
}
.film-copy {
  position: absolute; inset: 0; z-index: 3;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  padding: 0 clamp(16px, 5vw, 80px);
}
.film-h {
  font-family: var(--fd); font-weight: 700; text-transform: uppercase;
  font-size: clamp(30px, 4.6vw, 84px);
  line-height: 1.08; letter-spacing: .015em;
  color: #fff;
  text-shadow: 0 2px 28px rgba(0, 0, 0, .55), 0 1px 4px rgba(0, 0, 0, .45);
  text-wrap: balance;
}
.film-sub {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: clamp(14px, 2.4vw, 34px);
  margin-top: clamp(22px, 3.6vh, 44px);
}
.film-sub .k { color: rgba(237, 241, 246, .9); text-shadow: 0 1px 10px rgba(0, 0, 0, .6); }
.film-sub img { height: clamp(26px, 3.2vw, 40px); width: auto; }
.fw, .fs {
  display: inline-block;
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .55s ease, transform .55s ease;   /* exit fade at loop wrap */
}
.film-copy.show .fw, .film-copy.show .fs {
  animation: fwin .9s cubic-bezier(.22, 1, .36, 1) forwards;
  animation-delay: var(--d, .4s);
}
@keyframes fwin {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: translateY(0); }
}
html.rm .fw, html.rm .fs { animation: none; transition: none; opacity: 1; transform: none; }
.cue {
  position: absolute; left: 50%; bottom: 26px; z-index: 4;
  width: 1px; height: 58px;
  background: rgba(237,241,246,.28);
  overflow: hidden;
}
.cue::after {
  content: ''; position: absolute; left: 0; top: -40%;
  width: 100%; height: 40%;
  background: var(--ember);
  animation: cuedrop 2.2s cubic-bezier(.65,0,.35,1) infinite;
}
@keyframes cuedrop { 0% { top: -40%; } 60%, 100% { top: 105%; } }

/* ---------- generic pinned scene ---------- */
.pin { position: relative; }
.pin-stage {
  position: sticky; top: var(--navh);
  height: calc(100svh - var(--navh)); overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}

/* ---------- manifesto ---------- */
.manifesto-wrap { width: min(1280px, 92vw); position: relative; z-index: 3; }
.mline {
  font-family: var(--fd); font-weight: 500; text-transform: uppercase;
  font-size: clamp(34px, 6.6vw, 116px);
  line-height: 1.06; letter-spacing: .01em;
  margin: 0;
}
.mline .w { opacity: .1; transition: opacity .18s linear; }
.mline .w.on { opacity: 1; }
.mline .w.hot { color: var(--ember); }
.mfoot { margin-top: 42px; opacity: 0; transform: translateY(14px); transition: opacity .5s, transform .5s; }
.mfoot.on { opacity: 1; transform: none; }
.ghost {
  position: absolute; z-index: 1; pointer-events: none; user-select: none;
  font-family: var(--fd); font-weight: 700; text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(237, 241, 246, .07);
  line-height: 1; white-space: nowrap;
  will-change: transform;
}

/* ---------- stack scene (PLAN / SENSE / UNDERSTAND) ---------- */
.sw { position: absolute; inset: 0; opacity: 0; will-change: opacity; }
.sw-media { position: absolute; inset: -4%; width: 108%; height: 108%; }
.sw-media video, .sw-media img { width: 100%; height: 100%; object-fit: cover; }
.sw-media::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(3,4,6,.38) 0%, rgba(3,4,6,.82) 100%);
}
.sw-copy {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 0 var(--pad);
}
.sw-word {
  font-family: var(--fd); font-weight: 700; text-transform: uppercase;
  font-size: clamp(64px, 15vw, 250px);
  line-height: .9; letter-spacing: .01em;
  will-change: transform;
}
.sw-sub { margin-top: 26px; }
.sw-ix {
  position: absolute; top: max(84px, 10vh); left: var(--pad);
  font-family: var(--fm); font-size: 12px; letter-spacing: .3em; color: var(--faint);
}

/* ---------- deck chapters ---------- */
.deck { position: relative; }
.chapter {
  position: sticky; top: var(--navh);
  height: calc(100svh - var(--navh)); overflow: hidden;
  display: flex; align-items: flex-end;
  background: var(--void);
  will-change: transform;
}
.ch-media { position: absolute; inset: -5%; width: 110%; height: 110%; will-change: transform; }
.ch-media video, .ch-media img { width: 100%; height: 100%; object-fit: cover; }
.ch-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(200deg, rgba(3,4,6,.14) 0%, rgba(3,4,6,.5) 55%, rgba(3,4,6,.92) 100%);
}
.ch-shade {
  position: absolute; inset: 0; z-index: 5;
  background: #000; opacity: 0; pointer-events: none;
}
.ch-num {
  position: absolute; top: 6vh; right: -1vw; z-index: 1;
  font-family: var(--fd); font-weight: 700;
  font-size: clamp(160px, 34vh, 400px); line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(237,241,246,.1);
  will-change: transform;
}
.ch-in {
  position: relative; z-index: 3;
  padding: 0 var(--pad) clamp(40px, 8vh, 90px);
  width: 100%;
  will-change: transform;
}
.ch-in .k { display: block; margin-bottom: 18px; }
.ch-title {
  font-family: var(--fd); font-weight: 700; text-transform: uppercase;
  font-size: clamp(54px, 10.5vw, 180px);
  line-height: .92; letter-spacing: .004em;
}
.ch-title .tm { font-size: .22em; vertical-align: super; font-weight: 300; }
.ch-line {
  max-width: 620px; margin-top: 22px;
  color: var(--dim); font-size: clamp(15px, 1.25vw, 18px);
}
.ch-go {
  display: inline-flex; align-items: center; gap: 12px;
  margin-top: 30px;
  font-family: var(--fm); font-size: 12px; letter-spacing: .24em; text-transform: uppercase;
  color: var(--ember);
}
.ch-go .arw { transition: transform .3s; }
.chapter:hover .ch-go .arw { transform: translateX(8px); }
.chapter:hover .ch-media video { }

/* ---------- full-bleed band ---------- */
.band {
  position: relative; min-height: 92svh; overflow: hidden;
  display: flex; align-items: flex-end;
}
.band > video, .band > img {
  position: absolute; inset: -5%; width: 110%; max-width: none; height: 110%;
  object-fit: cover; will-change: transform;
}
.band .scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(3,4,6,.5) 0%, rgba(3,4,6,.08) 45%, rgba(3,4,6,.86) 100%);
}
.band-in { position: relative; z-index: 2; padding: 0 var(--pad) clamp(44px, 9vh, 100px); width: 100%; }
.band-in .k { display: block; margin-bottom: 16px; }
.band-h {
  font-family: var(--fd); font-weight: 700; text-transform: uppercase;
  font-size: clamp(38px, 6.4vw, 108px); line-height: .95;
}
.band-p { max-width: 560px; margin-top: 18px; color: var(--dim); }

/* ---------- section shell (dark copy blocks) ---------- */
.sect { position: relative; padding: clamp(90px, 16vh, 200px) var(--pad); overflow: hidden; }
.sect .wrap { max-width: 1500px; margin: 0 auto; position: relative; z-index: 2; }
.sec-h {
  font-family: var(--fd); font-weight: 700; text-transform: uppercase;
  font-size: clamp(36px, 5.8vw, 96px); line-height: .95;
}
.sec-p { max-width: 600px; margin-top: 20px; color: var(--dim); }

/* ---------- mono capability rows ---------- */
.rows { margin-top: clamp(40px, 7vh, 80px); border-top: 1px solid var(--line); }
.row {
  display: grid; grid-template-columns: 90px 1fr 1.2fr; gap: 28px;
  align-items: baseline;
  padding: 26px 0; border-bottom: 1px solid var(--line);
}
.row .ix { font-family: var(--fm); font-size: 12px; color: var(--faint); letter-spacing: .2em; }
.row h3 {
  font-family: var(--fd); font-weight: 500; text-transform: uppercase;
  font-size: clamp(20px, 2.4vw, 34px); line-height: 1.1; letter-spacing: .02em;
}
.row p { color: var(--dim); font-size: 15px; }

/* ---------- framed video (with controls) ---------- */
.frame { position: relative; margin-top: clamp(40px, 7vh, 80px); }
.frame video { width: 100%; height: auto; background: #000; border: 1px solid var(--line); }
.frame-cap {
  display: flex; justify-content: space-between; gap: 16px;
  padding-top: 14px;
}

/* ---------- command bar (typed on view) ---------- */
.cmdbar {
  display: flex; align-items: center; gap: 14px;
  border: 1px solid rgba(237,241,246,.22);
  background: rgba(3,4,6,.72);
  padding: 18px 22px;
  font-family: var(--fm); font-size: clamp(13px, 1.35vw, 18px);
  max-width: 100%;
}
.cmdbar .gt { color: var(--ember); flex: none; }
.cmdbar .caret {
  flex: none; width: 9px; height: 1.15em; background: var(--ember);
  animation: blink 1.05s steps(1) infinite;
}
@keyframes blink { 50% { opacity: 0; } }
.panelcard {
  width: min(420px, 100%);
  border: 1px solid rgba(237,241,246,.2);
  box-shadow: 0 40px 90px rgba(0,0,0,.6);
  overflow: hidden;
}
.panelcard img { width: 100%; }
.panel-cap { margin-top: 12px; }

/* ---------- split section (media + copy) ---------- */
.split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4.5vw, 80px);
  align-items: center;
  margin-top: clamp(48px, 8vh, 100px);
}
.split > * { min-width: 0; }
.split-media { border: 1px solid var(--line); overflow: hidden; }
.split-media video, .split-media img { width: 100%; display: block; }
.split-cap { display: block; margin-top: 12px; }
.split-copy .k { display: block; margin-bottom: 14px; }
.split-copy h3 {
  font-family: var(--fd); font-weight: 700; text-transform: uppercase;
  font-size: clamp(28px, 3.4vw, 54px); line-height: 1;
}
.split-copy p { margin-top: 16px; color: var(--dim); }
.split.rev .split-copy { order: -1; }

/* ---------- spec table ---------- */
.spec {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1px; background: var(--line);
  border: 1px solid var(--line);
  margin-top: 28px;
}
.spec-cell { background: var(--void); padding: 18px 22px; }
.spec-cell.wide { grid-column: 1 / -1; }
.spec-cell .sk {
  display: block;
  font-family: var(--fm); font-size: 10px; font-weight: 500;
  letter-spacing: .24em; text-transform: uppercase; color: var(--faint);
  margin-bottom: 8px;
}
.spec-cell .sv { font-size: 15px; color: var(--paper); }

/* ---------- two-up gallery ---------- */
.duo {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2vw, 28px);
  margin-top: clamp(48px, 8vh, 100px);
}
.duo figure { border: 1px solid var(--line); overflow: hidden; }
.duo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.duo figcaption { padding: 12px 16px; border-top: 1px solid var(--line); }

/* ---------- product hero ---------- */
.phero {
  position: relative; height: calc(100svh - var(--navh)); overflow: hidden;
  display: flex; align-items: flex-end;
  background: #000;
}
.phero > video, .phero > img {
  position: absolute; inset: -6% -3%; width: 106%; max-width: none; height: 112%;
  object-fit: cover; will-change: transform;
}
.phero .scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(3,4,6,.5) 0%, rgba(3,4,6,.12) 40%, rgba(3,4,6,.9) 100%);
}
.phero-in { position: relative; z-index: 2; width: 100%; padding: 0 var(--pad) clamp(44px, 9vh, 96px); will-change: transform; }
.phero-in .k { display: block; margin-bottom: 18px; }
.phero-t {
  font-family: var(--fd); font-weight: 700; text-transform: uppercase;
  font-size: clamp(58px, 12.5vw, 220px); line-height: .9; letter-spacing: .002em;
}
.phero-t .tm { font-size: .2em; vertical-align: super; font-weight: 300; }
.phero-p { max-width: 620px; margin-top: 22px; color: var(--dim); font-size: clamp(15px, 1.3vw, 19px); }

/* ---------- numbers strip ---------- */
.numbers {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px; margin-top: clamp(40px, 7vh, 80px);
}
.num .big {
  font-family: var(--fd); font-weight: 700;
  font-size: clamp(30px, 3.4vw, 54px); line-height: 1.1;
  text-transform: uppercase;
}
.num .k { display: block; margin-top: 10px; }

/* ---------- CTA ---------- */
.ctaband {
  position: relative; min-height: 92svh; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 120px var(--pad);
}
.ghost-c {
  position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none;
  display: flex; align-items: center; justify-content: center;
}
.ghost-c .ghost { position: static; }
.ctaband .ghost { font-size: clamp(200px, 40vw, 620px); }
.ctaband .k { margin-bottom: 26px; }
.cta-h {
  position: relative; z-index: 2;
  font-family: var(--fd); font-weight: 700; text-transform: uppercase;
  font-size: clamp(52px, 10vw, 170px); line-height: .92;
}
.cta-h .ac { color: var(--ember); }
.cta-p { position: relative; z-index: 2; max-width: 560px; margin-top: 24px; color: var(--dim); }
.btn {
  display: inline-flex; align-items: center; gap: 14px;
  margin-top: 40px; padding: 18px 34px;
  background: var(--ember); color: #000;
  font-family: var(--fm); font-size: 12px; font-weight: 600;
  letter-spacing: .24em; text-transform: uppercase;
  transition: background .25s, color .25s;
  position: relative; z-index: 2;
}
.btn:hover { background: var(--paper); }
.btn.line { background: none; color: var(--paper); border: 1px solid rgba(237,241,246,.3); }
.btn.line:hover { border-color: var(--ember); color: var(--ember); }

/* ---------- footer ---------- */
.ft { border-top: 1px solid var(--line); padding: clamp(50px, 8vh, 90px) var(--pad) 40px; }
.ft-in { max-width: 1500px; margin: 0 auto; }
.ft-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 50px;
}
.ft .brand img { height: 30px; }
.ft-brand p { margin-top: 18px; max-width: 340px; color: var(--dim); font-size: 14px; }
.ft-col h4 {
  font-family: var(--fm); font-size: 10px; font-weight: 500;
  letter-spacing: .28em; text-transform: uppercase; color: var(--faint);
  margin-bottom: 18px;
}
.ft-col a { display: block; padding: 5px 0; color: var(--dim); font-size: 14px; transition: color .25s; }
.ft-col a:hover { color: var(--paper); }
.ft-bot {
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  border-top: 1px solid var(--line); padding-top: 26px;
  font-family: var(--fm); font-size: 11px; letter-spacing: .06em; color: var(--faint);
}

/* ---------- contact ---------- */
.contact {
  min-height: 100svh;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  padding: calc(80px + 8vh) var(--pad) 100px;
  max-width: 1500px; margin: 0 auto;
}
.contact-h {
  font-family: var(--fd); font-weight: 700; text-transform: uppercase;
  font-size: clamp(48px, 7.5vw, 130px); line-height: .92;
}
.contact-left .k { display: block; margin-bottom: 20px; }
.contact-left p { max-width: 460px; margin-top: 24px; color: var(--dim); }
.cinfo { margin-top: 50px; display: flex; flex-direction: column; gap: 14px; }
.cinfo a { font-family: var(--fm); font-size: 13px; letter-spacing: .08em; color: var(--dim); transition: color .25s; }
.cinfo a:hover { color: var(--ember); }
.fld { position: relative; margin-bottom: 34px; }
.fld label {
  display: block; margin-bottom: 10px;
  font-family: var(--fm); font-size: 10px; letter-spacing: .26em;
  text-transform: uppercase; color: var(--faint);
}
.fld input, .fld select, .fld textarea {
  width: 100%; background: transparent; border: 0;
  border-bottom: 1px solid rgba(237,241,246,.25);
  color: var(--paper); font-family: var(--fb); font-size: 16px;
  padding: 8px 0 14px; outline: none; border-radius: 0;
  transition: border-color .3s;
}
.fld select { appearance: none; cursor: pointer; }
.fld select option { background: var(--ink); }
.fld textarea { resize: vertical; min-height: 110px; }
.fld input:focus, .fld select:focus, .fld textarea:focus { border-bottom-color: var(--ember); }
.fld.invalid input, .fld.invalid textarea { border-bottom-color: #ff3b3b; }
.ferr { position: absolute; left: 0; top: 100%; margin-top: 6px; font-family: var(--fm); font-size: 11px; color: #ff6a5a; }
.status { margin-top: 18px; font-family: var(--fm); font-size: 13px; }
.status.ok { color: #6fe3a1; }
.status.err { color: #ff6a5a; }
.status a { color: inherit; text-decoration: underline; }

/* ---------- reveal (js-driven clip) ---------- */
.reveal { will-change: clip-path; }
.reveal > video, .reveal > img { will-change: transform; }

/* ---------- reduced motion ---------- */
html.rm .pin { height: auto !important; }
html.rm .pin-stage { position: relative; height: auto; min-height: 100svh; }
html.rm .sw { position: relative; opacity: 1; height: 100svh; }
html.rm .chapter { position: relative; }
html.rm .mline .w, html.rm .mfoot { opacity: 1; transform: none; }
html.rm .cue::after { animation: none; }
html.rm .ghost { display: none; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .nav-links { display: none; }
  .burger { display: flex; }
  .row { grid-template-columns: 48px 1fr; }
  .row p { grid-column: 2; }
  .ft-top { grid-template-columns: 1fr 1fr; }
  .contact { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; align-items: start; }
  .split.rev .split-copy { order: 0; }
}
@media (max-width: 560px) {
  .ft-top { grid-template-columns: 1fr; }
  .brand .wm span { display: none; }
  .nav-right .cta { display: none; }
  .spec { grid-template-columns: 1fr; }
  .duo { grid-template-columns: 1fr; }
}
