/* MarsBazaar — cinematic layer
 * Carbon ground, bone ink, one hot red. Every stage is sticky inside a shell
 * whose height IS the runway, so the document length is declared, not emergent.
 */

:root{
  --carbon:#0B0908; --soot:#12100E; --soot-2:#1A1613;
  --bone:#EDE6DB; --dust:#A3968A; --dust-2:#786C61;
  --hot:#E03C31; --hot-2:#FF6B5C; --cy:#3DF2FF; --mint:#35B57F;
  --line:rgba(237,230,219,.13); --line-2:rgba(237,230,219,.26);
  --sans:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
  --disp:"Archivo Black","Arial Black",sans-serif;
  --mono:"JetBrains Mono",ui-monospace,monospace;
  --pad:clamp(1.25rem,4vw,4rem);
  --ease:cubic-bezier(.4,0,.2,1);
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-font-smoothing:antialiased;scroll-behavior:auto}
body{
  margin:0;background:var(--carbon);color:var(--bone);
  font-family:var(--sans);font-size:16px;line-height:1.62;
  /* NO overflow here. Any overflow value other than `visible` on an ancestor of
   * a position:sticky element makes that ancestor the sticky element's scroll
   * container — on iOS Safari the stages then stop pinning entirely and every
   * scene simply scrolls past, which is the whole effect gone on a phone.
   * Nothing needs clipping at this level anyway: each .stage already has
   * overflow:hidden, which is what contains the cards that fly in from
   * off-screen during the manifest. */
}
img{max-width:100%;display:block}
canvas{max-width:100%}
/* Flex/grid children default to min-width:auto, i.e. their intrinsic
   width — which is how a 1170px-wide canvas backing store once forced
   a whole stage off screen. Nothing here needs that behaviour. */
.stage > *,.grid > *,.labs__row > *{min-width:0}
a{color:inherit;text-decoration:none}
::selection{background:rgba(224,60,49,.45)}

/* Lenis */
html.lenis,html.lenis body{height:auto}
.lenis.lenis-smooth iframe{pointer-events:none}

/* ── progress + nav ─────────────────────────────────────────────────────── */
.prog{position:fixed;inset:0 0 auto 0;height:2px;z-index:60;background:rgba(237,230,219,.08)}
.prog i{display:block;height:100%;background:linear-gradient(90deg,var(--hot),var(--hot-2));
  transform-origin:0 50%;transform:scaleX(0);will-change:transform}

.nav{
  position:fixed;top:0;left:0;right:0;z-index:55;
  display:flex;align-items:center;gap:var(--pad);
  padding:14px var(--pad);
  transition:transform .4s var(--ease),background .3s,backdrop-filter .3s;
}
.nav.is-solid{background:rgba(11,9,8,.72);backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line)}
.nav.is-hidden{transform:translateY(-104%)}
/* The wordmark must never be squeezed: as a flex item it was shrinking from
   180px to 39px once the motion control joined the row on a phone. */
.nav__brand{margin-right:auto;display:flex;align-items:center;flex:0 0 auto}
.nav__links{display:none;gap:2rem}
.nav__links a{font-family:var(--mono);font-size:.72rem;letter-spacing:.16em;
  text-transform:uppercase;color:var(--dust);transition:color .2s}
.nav__links a:hover{color:var(--bone)}
.nav__cta{
  font-family:var(--mono);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;
  padding:.62rem 1.1rem;background:var(--hot);color:#fff;font-weight:700;
  white-space:nowrap;transition:background .2s,transform .2s;
}
.nav__cta:hover{background:var(--hot-2);transform:translateY(-1px)}
@media(min-width:1000px){.nav__links{display:flex}}

/* ── the sticky machine ─────────────────────────────────────────────────
 * .scene is the RUNWAY (height in vh). .stage is what holds still.
 * No JS pinning anywhere — this is the whole pin mechanism. */
.scene{position:relative}
.stage{
  position:sticky;top:0;height:100svh;overflow:hidden;
  display:flex;align-items:center;justify-content:center;
}

.scene--open{height:300vh}
.scene--count{height:170vh}
.scene--manifest{height:360vh}
.scene--film{height:240vh}
.scene--studios{height:260vh}
.scene--labs{height:230vh}
.scene--menta{height:230vh}
.scene--mmu{height:230vh}
.scene--end{height:120vh}

/* ── shared type ────────────────────────────────────────────────────────── */
.eyebrow{
  display:flex;align-items:center;gap:.75rem;margin:0 0 1.1rem;
  font-family:var(--mono);font-size:.7rem;font-weight:500;
  letter-spacing:.22em;text-transform:uppercase;color:var(--dust);
}
.eyebrow::before{content:"";width:30px;height:1px;background:var(--hot)}
.eyebrow--cy::before{background:var(--cy)}
h1,h2{font-family:var(--disp);font-weight:400;text-transform:uppercase;
  line-height:1;letter-spacing:.004em;margin:0}
h2{font-size:clamp(2rem,5.2vw,4.1rem)}
p{margin:0 0 1.1rem;color:var(--dust)}

.btn{
  display:inline-flex;align-items:center;gap:.55rem;
  font-family:var(--mono);font-size:.76rem;font-weight:700;
  letter-spacing:.15em;text-transform:uppercase;
  padding:1rem 1.7rem;transition:transform .2s var(--ease),background .2s,border-color .2s;
}
.btn--hot{background:var(--hot);color:#fff}
.btn--hot:hover{background:var(--hot-2);transform:translateY(-2px)}
.btn--ghost{border:1px solid var(--line-2);color:var(--bone)}
.btn--ghost:hover{border-color:var(--bone);transform:translateY(-2px)}

/* ═══ 1 · COLD OPEN ═════════════════════════════════════════════════════ */
#heroSeq{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.vig{position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    linear-gradient(180deg,rgba(11,9,8,.82) 0%,rgba(11,9,8,.22) 34%,rgba(11,9,8,.55) 74%,var(--carbon) 100%),
    radial-gradient(120% 78% at 50% 46%,transparent 30%,rgba(11,9,8,.7) 100%);
}
.open{position:relative;z-index:2;width:min(1180px,100%);padding:0 var(--pad)}
.open__eyebrow{
  display:flex;align-items:center;gap:.7rem;margin:0 0 1.4rem;
  font-family:var(--mono);font-size:clamp(.62rem,1.5vw,.78rem);font-weight:500;
  letter-spacing:.2em;text-transform:uppercase;color:var(--dust);
}
.tick{width:8px;height:8px;border-radius:50%;background:var(--cy);
  box-shadow:0 0 12px var(--cy);animation:pulse 2.4s ease-in-out infinite}
@keyframes pulse{50%{opacity:.35}}
.open__h{
  font-size:clamp(2.5rem,8.4vw,7rem);margin:0 0 1.6rem;
  text-shadow:0 6px 40px rgba(0,0,0,.55);
}
.open__h .w{display:inline-block;overflow:hidden;vertical-align:bottom}
.w--hot{color:var(--hot-2)}
.open__p{max-width:54ch;font-size:clamp(.98rem,1.5vw,1.14rem);color:#C6BCB1}
.open__cta{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:2rem}
.scrollcue{
  position:absolute;left:50%;bottom:2.2rem;transform:translateX(-50%);
  z-index:2;display:flex;flex-direction:column;align-items:center;gap:.6rem;
  font-family:var(--mono);font-size:.62rem;letter-spacing:.28em;
  text-transform:uppercase;color:var(--dust-2);margin:0;
}
.scrollcue i{width:1px;height:44px;background:linear-gradient(180deg,var(--dust-2),transparent);
  animation:cue 2.2s ease-in-out infinite}
@keyframes cue{50%{opacity:.2;transform:scaleY(.6)}}

/* ═══ 2 · THE COUNT ═════════════════════════════════════════════════════ */
.stage--count{background:var(--carbon)}
.counts{
  display:grid;gap:1px;width:min(1180px,100%);margin:0 var(--pad);
  grid-template-columns:1fr 1fr;background:var(--line);border:1px solid var(--line);
}
@media(min-width:900px){.counts{grid-template-columns:repeat(4,1fr)}}
.ct{background:var(--carbon);padding:clamp(1.4rem,3vw,2.6rem)}
.ct b{display:block;font-family:var(--disp);font-size:clamp(1.7rem,4.4vw,3.1rem);
  line-height:1;font-weight:400;font-variant-numeric:tabular-nums}
.ct b em{font-style:normal;color:var(--hot)}
/* `>` matters: the counter is a <span> inside the <b>, and a bare `.ct span`
   also caught it — the number rendered at label size in mono while the "+"
   stayed display-size, so it read as a stray red plus on its own line. */
.ct > span{display:block;margin-top:.7rem;font-family:var(--mono);font-size:.66rem;
  letter-spacing:.13em;text-transform:uppercase;color:var(--dust-2);line-height:1.5}
.ct b span{display:inline;font:inherit;letter-spacing:inherit;text-transform:none;
  color:inherit;margin:0}

/* ═══ 3 · MANIFEST ══════════════════════════════════════════════════════ */
.stage--manifest{
  flex-direction:column;gap:clamp(1.4rem,4vh,3rem);
  padding:calc(72px + 2vh) var(--pad) 4vh;
  perspective:1400px;
}
.mf__head{width:min(1180px,100%)}
.mf__h{font-size:clamp(1.7rem,4.4vw,3.4rem)}
.grid{
  display:grid;gap:10px;width:min(1180px,100%);
  grid-template-columns:repeat(2,1fr);transform-style:preserve-3d;
}
@media(min-width:760px){.grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1100px){.grid{grid-template-columns:repeat(4,1fr)}}
.card{
  display:flex;flex-direction:column;gap:.4rem;
  padding:clamp(.85rem,1.5vw,1.15rem);
  background:var(--soot);border:1px solid var(--line);
  transition:border-color .25s,background .25s;will-change:transform;
}
.card:hover{border-color:var(--hot);background:var(--soot-2)}
.card b{font-size:.98rem;font-weight:600;letter-spacing:-.01em}
.card span{font-size:.78rem;color:var(--dust-2);line-height:1.45;flex:1}
.card i{font-family:var(--mono);font-style:normal;font-size:.62rem;
  letter-spacing:.1em;color:var(--hot);text-transform:lowercase}
.card--soon{opacity:.6}
.card--soon i{color:var(--dust-2)}

/* ═══ 4 · FLAGSHIP ══════════════════════════════════════════════════════ */
.stage--film{display:block;padding:0}
.film__media{position:absolute;inset:0;z-index:0}
#awSeq{width:100%;height:100%;display:block}
/* The scrim has to be heavier over the copy column than the old one was: this
   footage is bright under the hex lights, where the screenshot it replaced was
   uniformly dark, and bone text on a lit white wall is unreadable. */
.stage--film::after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    linear-gradient(90deg,var(--carbon) 4%,rgba(11,9,8,.96) 34%,rgba(11,9,8,.72) 58%,rgba(11,9,8,.25) 86%),
    linear-gradient(180deg,rgba(11,9,8,.55) 0%,transparent 26%,transparent 72%,rgba(11,9,8,.72) 100%);
}
.film__cap{
  position:absolute;left:var(--pad);bottom:2rem;z-index:2;margin:0;
  font-family:var(--mono);font-size:.62rem;letter-spacing:.18em;
  text-transform:uppercase;color:var(--dust-2);
}
.film__copy{
  position:relative;z-index:2;height:100%;display:flex;flex-direction:column;
  justify-content:center;gap:.2rem;
  width:min(620px,92%);margin-left:var(--pad);
}
.film__copy h2{margin-bottom:1.2rem}
.ticks{list-style:none;margin:.4rem 0 0;padding:0;display:grid;gap:.8rem}
.ticks li{position:relative;padding-left:1.5rem;font-size:.92rem;color:var(--dust)}
.ticks li::before{content:"";position:absolute;left:0;top:.62em;
  width:8px;height:8px;background:var(--hot)}
.ticks b{color:var(--bone)}

/* ═══ 5 · STUDIOS ═══════════════════════════════════════════════════════ */
.stage--studios{flex-direction:column;align-items:flex-start;
  gap:clamp(1.2rem,4vh,2.6rem);padding:calc(72px + 3vh) 0 5vh}
.st__head{padding:0 var(--pad);width:min(1180px,100%)}
.st__rail{display:flex;gap:18px;padding:0 var(--pad);will-change:transform}
.st{margin:0;flex:0 0 auto;width:min(78vw,620px);
  background:var(--soot);border:1px solid var(--line)}
.st img{width:100%;height:clamp(200px,42vh,420px);object-fit:cover}
.st figcaption{padding:1rem 1.2rem 1.3rem}
.st figcaption b{display:block;font-size:1.05rem;margin-bottom:.25rem}
.st figcaption span{font-size:.85rem;color:var(--dust-2)}

/* ═══ 6 · LABS ══════════════════════════════════════════════════════════ */
.stage--labs{flex-direction:column;gap:clamp(1.2rem,4vh,2.4rem);
  padding:calc(72px + 3vh) var(--pad) 5vh;background:#07060A}
.labs__bg{position:absolute;inset:0;z-index:0;pointer-events:none;
  background:
    radial-gradient(70% 50% at 18% 12%,rgba(61,242,255,.10),transparent 62%),
    radial-gradient(60% 46% at 86% 88%,rgba(224,60,49,.12),transparent 62%);}
.labs__copy{position:relative;z-index:1;width:min(1180px,100%)}
.labs__copy p{max-width:60ch}
.labs__row{position:relative;z-index:1;display:grid;gap:12px;width:min(1180px,100%);
  grid-template-columns:repeat(2,1fr);perspective:1200px}
@media(min-width:900px){.labs__row{grid-template-columns:repeat(4,1fr)}}
.lab{background:#0C0A12;border:1px solid rgba(61,242,255,.16);
  transition:border-color .25s,transform .25s;will-change:transform}
.lab:hover{border-color:var(--cy);transform:translateY(-4px)}
.lab img{width:100%;height:clamp(96px,15vh,150px);object-fit:cover;
  border-bottom:1px solid rgba(61,242,255,.14)}
.lab b{display:block;padding:.75rem 1rem .15rem;font-size:.92rem}
.lab span{display:block;padding:0 1rem 1rem;font-size:.74rem;color:var(--dust-2)}

/* ═══ 7 · MMU FRONTIER ══════════════════════════════════════════════════
   Gameplay footage PLAYED behind the copy (not a scrubbed sequence), in the
   game's own palette: dark teal ground #101516, pale lime HUD accent #DCEC9D. */
.stage--mmu{display:block;padding:0;background:#101516}
.mm__bg{position:absolute;inset:0;z-index:0}
.mm__bg video{width:100%;height:100%;object-fit:cover;display:block}
.stage--mmu::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(90deg,rgba(16,21,22,.94) 6%,rgba(16,21,22,.78) 46%,rgba(16,21,22,.22) 86%)}
.mm__copy{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;
  justify-content:center;width:min(640px,92%);margin-left:var(--pad)}
.mm__copy .eyebrow::before{background:#DCEC9D}
.mm__copy h2{margin-bottom:1rem}
.mm__copy h2 em{font-style:normal;color:#DCEC9D}
.mm__copy .chip{border-color:rgba(220,236,157,.42);color:#DCEC9D;background:rgba(220,236,157,.08)}
.mm__copy .open__cta{margin-top:1.6rem}

/* ═══ 8 · MENTA ═════════════════════════════════════════════════════════ */
.stage--menta{display:block;padding:0}
.mt__bg{position:absolute;inset:0;z-index:0}
.mt__bg img{width:100%;height:100%;object-fit:cover}
.stage--menta::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(90deg,rgba(6,20,15,.94) 6%,rgba(6,20,15,.80) 46%,rgba(6,20,15,.30) 86%)}
.mt__copy{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;
  justify-content:center;width:min(640px,92%);margin-left:var(--pad)}
.mt__copy .eyebrow::before{background:var(--mint)}
.mt__copy h2{margin-bottom:1rem}
.mt__copy h2 em{font-style:normal;color:var(--mint)}
.mt__logo{width:64px;height:64px;border-radius:50%;margin-bottom:1.2rem;
  box-shadow:0 8px 30px rgba(0,0,0,.5)}
.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.4rem}
.chip{font-family:var(--mono);font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;
  padding:.42rem .75rem;border:1px solid rgba(53,181,127,.4);color:#9FE3C4;
  background:rgba(53,181,127,.09)}

/* ═══ 9 · CLOSING ═══════════════════════════════════════════════════════ */
.stage--end{background:
  radial-gradient(80% 60% at 50% 8%,rgba(224,60,49,.16),transparent 62%),var(--carbon)}
.end{width:min(1180px,100%);padding:0 var(--pad);text-align:center}
.end h2{font-size:clamp(2rem,6.6vw,5rem);margin-bottom:1.4rem}
.end h2 .w{display:inline-block;overflow:hidden;vertical-align:bottom}
.end p{max-width:52ch;margin-inline:auto;font-size:1.06rem}
.end .open__cta{justify-content:center}
.end__foot{margin-top:2.6rem;font-family:var(--mono);font-size:.66rem;
  letter-spacing:.14em;text-transform:uppercase;color:var(--dust-2)}

/* ── reduced motion: keep the content, drop the choreography ───────────── */


/* ── phones ─────────────────────────────────────────────────────────────── */
@media(max-width:860px){
  .scene--open{height:250vh}
  .scene--manifest{height:340vh}
  .scene--film,.scene--labs,.scene--menta,.scene--mmu{height:210vh}
  .scene--studios{height:240vh}
  .stage--film::after{background:linear-gradient(180deg,rgba(11,9,8,.45) 0%,rgba(11,9,8,.90) 42%,rgba(11,9,8,.97) 100%)}
  .stage--menta::after{background:linear-gradient(180deg,rgba(6,20,15,.55) 0%,rgba(6,20,15,.94) 44%)}
  .stage--mmu::after{background:linear-gradient(180deg,rgba(16,21,22,.50) 0%,rgba(16,21,22,.94) 44%)}
  .film__copy,.mt__copy,.mm__copy{width:auto;margin:0 var(--pad);justify-content:flex-end;padding-bottom:8vh}
  .ticks li{font-size:.85rem}
  .st{width:82vw}
}

/* ── contact form in the closing scene ──────────────────────────────────
 * The component is lifted from the live stylesheet so the form a visitor
 * meets here is the same one the admin inbox was built around; only the
 * ground colours are re-pointed at the cinematic palette. */
.end__form{max-width:600px;margin:2.2rem auto 0;text-align:left}
.end .end__form .form-card{background:var(--soot);border:1px solid var(--line)}
/* ---------- 1. Utilities: telemetry text, stamps, plates ---------- */
.tele, .eyebrow, .kicker, .role, .fig-tag, .plate-cap, .stamp, .work-tags span, .marquee-track span, .fc-head, .cf-field label, .footer-col h4{font-family: var(--mono);}
/* The transmission console (form) */
.form-card{position: relative;
  border: 1px solid var(--line-2);
  background: var(--carbon);
  box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.4);
  padding: clamp(1.4rem, 3vw, 2.2rem);}
.fc-head{display: flex; align-items: center; gap: 0.6rem;
  font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--dust); margin-bottom: var(--space-6);
  padding-bottom: var(--space-4); border-bottom: 1px dashed var(--line-2);}
.fc-dot{width: 8px; height: 8px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 8px var(--signal); animation: pulse 2.2s ease-in-out infinite;}
.fc-time{margin-left: auto; color: var(--dust-dark);}
.cf-grid{display: grid; gap: var(--space-4); grid-template-columns: 1fr;}
.cf-grid{grid-template-columns: 1fr 1fr;}
.cf-field{margin-bottom: var(--space-2);}
.cf-field label{display: block; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--dust); margin: 0 0 0.45rem;}
.cf-field label i{color: var(--hot); font-style: normal;}
.cf-field input, .cf-field select, .cf-field textarea{width: 100%; font: inherit; font-size: 0.95rem; color: var(--bone);
  background: var(--soot); border: 1px solid var(--line);
  padding: 0.85rem 1rem; border-radius: 2px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;}
.cf-field input::placeholder, .cf-field textarea::placeholder{color: var(--dust-dark);}
.cf-field input:hover, .cf-field select:hover, .cf-field textarea:hover{border-color: var(--line-2);}
.cf-field input:focus, .cf-field select:focus, .cf-field textarea:focus{outline: none; border-color: var(--hot);
  box-shadow: 3px 3px 0 rgba(224, 60, 49, 0.18);}
.cf-field textarea{resize: vertical; min-height: 128px;}
.cf-field select{appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23A89684' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center;}
.cf-hp{position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0;}
.fc-submit{width: 100%; justify-content: center; margin-top: var(--space-4);}
.cf-status{margin: var(--space-3) 0 0; font-family: var(--mono); font-size: 0.8rem; letter-spacing: 0.04em; color: var(--dust); min-height: 1.3em; text-align: center;}
.cf-status.bad{color: var(--hot-2);}
.fc-note{margin: var(--space-4) 0 0; font-size: 0.78rem; color: var(--dust-dark); text-align: center;}
.fc-note a{color: var(--dust);}
.fc-note a:hover{color: var(--ember-ink);}
.form-card.sent .cf-grid, .form-card.sent .cf-field, .form-card.sent .fc-submit, .form-card.sent .fc-note, .form-card.sent .cf-status{display: none;}
.cf-done{text-align: center; padding: var(--space-10) var(--space-2);}
.cf-done .ok-ring{width: 64px; height: 64px; margin: 0 auto var(--space-6);
  display: grid; place-items: center;
  border: 1.5px solid #22C55E;
  animation: okpop 0.5s cubic-bezier(0.16, 1, 0.3, 1);}
.cf-done b{display: block; font-family: var(--font-display); font-weight: 400; text-transform: uppercase; font-size: 1.2rem; margin-bottom: 0.4rem; color: var(--bone);}
.cf-done p{margin: 0; color: var(--dust);}
@keyframes pulse { 50% { opacity: 0.4; } }
@keyframes okpop { from { transform: scale(0.6); opacity: 0; } }
/* ── closing scene is the one that must NOT be a fixed-height stage ──────
 * Every other stage holds a composition that is designed to fit 100svh. The
 * closing scene carries the contact form, whose height depends on the
 * browser's own control metrics and the visitor's font size — pinning it to
 * 100svh with overflow:hidden silently clipped the submit button. It scrolls
 * normally instead; there is nothing to scrub here anyway. */
.scene--end{height:auto}
.stage--end{position:static;height:auto;min-height:100svh;overflow:visible;
  padding:14vh 0 10vh;align-items:center}


/* Every scene's contents are transformed by the choreography, so they need to be
   their own compositing layer while a scene is on screen. */
.stage > *{will-change:transform,opacity,filter}

/* On a phone the promoted-layer hint costs more than it saves: a dozen stages
   worth of elements each holding a compositor layer is real memory pressure,
   and blur is no longer animated there anyway. */
@media(max-width:860px){
  .stage > *{will-change:auto}
  .card,.lab{will-change:transform}
}

/* ── reduced motion, LAST ────────────────────────────────────────────────
   Placement is load-bearing. This block and the max-width:860px block below
   it used to be in the opposite order, and since they share specificity the
   phone rules simply won — the shortened runways here were silently ignored
   and a Low Power Mode phone still scrolled the full-length page. Anything
   that must beat a breakpoint has to come after it. */
