/* gethermy.com — herbouw volgens DESIGN SPEC (creative director, 2026-07-13)
   Eén stem: Hanken Grotesk. Labels: Space Mono. Geen serif, geen overlays op
   renders, geen decoratieve gimmicks. Wit, licht, museaal rustig; Hermy's
   warme gloed is het enige accent. */

:root {
  --ink: #0a0a0b;
  --ink-soft: #3a3a3e;
  --mist: #6b6b73;
  --paper: #f4f4f2;
  --paper-pure: #ffffff;
  --line: rgba(10, 10, 11, .12);
  --glow: #fff8ec;
  --sans: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  --mono: "Space Mono", ui-monospace, "SF Mono", monospace;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { background: var(--paper); color: var(--ink); }
body { font-family: var(--sans); font-size: clamp(1rem, .96rem + .3vw, 1.13rem); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: clip; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
::selection { background: var(--ink); color: #fff; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; border-radius: 4px; }

.noscript-note { padding: 18px 24px; text-align: center; background: var(--ink); color: #fff; }

/* ---------- typografie-systeem (spec §2) ---------- */
.kicker { font-family: var(--mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--mist); line-height: 1; margin-bottom: 18px; }
h1 { font-size: clamp(3.5rem, 10vw, 8.5rem); font-weight: 600; letter-spacing: -.03em; line-height: .96; text-wrap: balance; }
h2 { font-size: clamp(2.2rem, 5.5vw, 4.2rem); font-weight: 650; letter-spacing: -.02em; line-height: 1.02; text-wrap: balance; }
p { color: var(--ink-soft); max-width: 36em; }
.micro { font-family: var(--mono); font-size: .82rem; letter-spacing: .02em; line-height: 1.5; color: var(--mist); max-width: none; }

/* ---------- knoppen (hermy-nine) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: 12px 24px; border-radius: 999px;
  font-weight: 600; font-size: clamp(.95rem, .9rem + .3vw, 1.05rem); line-height: 1;
  text-decoration: none; white-space: nowrap;
  transition: transform .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
}
.btn--solid { background: var(--ink); color: #fff; box-shadow: 0 8px 30px rgba(0, 0, 0, .18); }
.btn--solid:hover { transform: translateY(-1px); box-shadow: 0 12px 40px rgba(0, 0, 0, .26); }
.btn--ghost { background: rgba(255, 255, 255, .55); color: var(--ink); border: 1px solid var(--line); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.btn--ghost:hover { transform: translateY(-1px); background: rgba(255, 255, 255, .8); }
.btn--play svg { width: 14px; height: 14px; }

/* ---------- nav (hermy-nine, spec §4) ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px clamp(18px, 4vw, 48px);
  mix-blend-mode: difference; color: #fff;
  opacity: 0; transform: translateY(-8px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
  pointer-events: none;
}
:root[data-hero-ready] .nav { opacity: 1; transform: none; pointer-events: auto; }
:root[data-hero-ready] .nav[data-hidden] { opacity: 0; transform: translateY(-100%); pointer-events: none; transition-duration: .35s; }
.nav__brand { font-weight: 700; letter-spacing: .02em; font-size: 1.05rem; text-decoration: none; display: inline-flex; align-items: center; min-height: 44px; }
.nav__right { display: flex; align-items: center; gap: 14px; }
.nav__link { text-decoration: none; font-size: .9rem; font-weight: 500; opacity: .85; display: inline-flex; align-items: center; min-height: 44px; padding: 0 4px; }
.nav__link:hover { opacity: 1; }
.nav__link--cta {
  border: 1px solid rgba(255, 255, 255, .55); border-radius: 999px;
  padding: 0 18px; min-height: 38px; margin-left: 6px; opacity: 1; font-weight: 600;
  transition: background .25s var(--ease), color .25s var(--ease);
}
.nav__link--cta:hover { background: #fff; color: #000; }

/* ---------- tracks (gepinde scènes) ---------- */
.track { position: relative; height: var(--track-h); }
.tview { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; }
.stage { position: absolute; inset: 0; background: var(--paper); }
.stage--dark { background: #101012; }

.plate { position: absolute; opacity: 0; will-change: transform, opacity; }
.plate img, .plate video { width: 100%; height: 100%; object-fit: fill; user-select: none; -webkit-user-drag: none; display: block; }

.dome { position: absolute; }
.dome canvas { position: absolute; inset: 0; width: 100%; height: 100%; mix-blend-mode: screen; pointer-events: none; }
.dome canvas.halo { filter: blur(9px); opacity: .55; }

.clouds { position: absolute; inset: -12%; pointer-events: none; }
.clouds .cw { position: absolute; will-change: transform, opacity; }
.clouds .cw canvas { display: block; width: 100%; height: auto; }

/* ---------- copy-lagen in tracks ---------- */
.tcopy { position: absolute; inset: 0; pointer-events: none; }
.tcopy > * { position: absolute; opacity: 0; }

/* hero: kaal — alleen "Meet Hermy." boven het levende beeld (conversie zit in de nav) */
.hero-copy { top: 7vh; left: 50%; translate: -50% 0; text-align: center; width: min(94vw, 1000px); }

/* ---------- droom-sectie: het verhaal op zwart, gezicht als slot ---------- */
.stage--black { background: #0b0b0d; }
.dream-lines { position: absolute; inset: 0; pointer-events: none; }
.dline {
  position: absolute; top: 50%; left: 50%; translate: -50% -50%;
  width: min(88vw, 860px); text-align: center; color: #fff; max-width: none;
  font-weight: 600; font-size: clamp(1.7rem, 3.3vw, 3rem); letter-spacing: -.015em; line-height: 1.3;
  opacity: 0; visibility: hidden;
}
.dw { opacity: .13; }
.dline--mega {
  width: min(94vw, 1200px);
  font-size: clamp(2.7rem, 6.6vw, 5.6rem); font-weight: 650; letter-spacing: -.028em; line-height: 1.04;
}
.dream-face {
  position: absolute; top: 50%; left: 50%; translate: -50% -50%;
  display: grid; place-items: center; opacity: 0; visibility: hidden;
}
#dreamFace { width: min(40vh, 310px); height: auto; filter: drop-shadow(0 0 30px rgba(255, 246, 220, .25)); }

/* hoofdstuk-hold: alléén op 100% dicht wolkenwit (spec §5C/F) */
.chapter-hold { top: 50%; left: 50%; translate: -50% -50%; text-align: center; width: min(92vw, 940px); }
.chapter-hold .kicker { font-size: 13px; letter-spacing: .34em; margin-bottom: 26px; margin-left: .34em; max-width: none; }
.chapter-hold h2 { font-size: clamp(2.4rem, 5.6vw, 4.6rem); font-weight: 650; letter-spacing: -.025em; line-height: 1.02; }
/* de datum in koeienletters, eigen moment midden in de slotwolken:
   mono-kicker erboven, één regel, strakke tracking, exact gecentreerd */
.chapter-hold--date .date-mega { font-size: clamp(3rem, 7.4vw, 7rem); font-weight: 650; letter-spacing: -.035em; white-space: nowrap; }

/* scene-panelen in de negatieve ruimte van de render (spec §3) */
.scene-panel { pointer-events: auto; }
.scene-panel h2 { font-size: clamp(1.9rem, 3.4vw, 3rem); margin-bottom: 16px; }
.scene-panel > .kicker { margin-bottom: 22px; }
/* panelen rechts van de dome (close-ups vullen het midden) — consistent met "At home";
   dome-rand in de close-ups ligt op ~68vw, dus het paneel start daar voorbij */
.panel-resto { left: 70.5vw; top: 50%; translate: 0 -50%; width: 26vw; min-width: 300px; max-width: 420px; }
.panel-desk { left: 13vw; top: 12%; width: 29vw; min-width: 320px; max-width: 460px; }
.panel-desk .beat-swap { min-height: 170px; }

.beat-swap { position: relative; min-height: 240px; }
.beat-text { position: absolute; inset: 0 auto auto 0; width: 100%; opacity: 0; }
.beat-text p { margin-top: 14px; }
.panel-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }

.panel-desk h2 { margin-bottom: 12px; }
.panel-desk > p { margin-bottom: 22px; }
.panel-desk .capture { margin-bottom: 16px; }

/* slotshot */
/* finale: groot en kaal — de slotregel + minimale capture boven de gluur-Hermy.
   Van ONDERAF verankerd op de dome-hoogte (--dome-clear uit layoutPlates), dus
   overlapt nooit met het mannetje, op geen enkele schermverhouding.
   pointer-events terug aan: .tcopy zet ze uit (naad met qcloud-systeem) */
/* hoog in het lege vlak; de ogen-crop is klein genoeg dat top-verankering
   nergens meer kan botsen (dome-top blijft ruim onder de content) */
.finale { position: absolute; left: 50%; top: max(11vh, 90px); translate: -50% 0; width: min(92vw, 760px); display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px; pointer-events: auto; }
/* lagere/bredere vensters: dome komt hoger -> compacter zetten */
@media (max-height: 840px) {
  .finale { gap: 13px; }
  .night-line { font-size: clamp(1.9rem, 3.6vw, 3rem); }
  .finale-sub { font-size: .95rem; max-width: 460px; }
  .finale .capture { margin-top: 0; }
}
@media (max-height: 680px) {
  .finale .micro { display: none; }
  .night-line { font-size: clamp(1.7rem, 3.2vw, 2.4rem); }
}
.night-line { position: static; translate: none; color: var(--ink); font-size: clamp(2.3rem, 4.8vw, 4.2rem); font-weight: 650; letter-spacing: -.025em; line-height: 1.05; max-width: none; }
.finale-sub { color: var(--ink-soft); max-width: 520px; }
.finale .capture { width: 100%; max-width: 460px; margin-top: 6px; }
.finale .pill { margin: 0 auto; }
.finale .pilot-check { justify-content: center; }

.scroll-hint { position: absolute; bottom: 24px; left: 50%; translate: -50% 0; font-family: var(--mono); font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--mist); opacity: 0; transition: opacity .6s; pointer-events: none; }
.scroll-hint.show { opacity: 1; }

/* ---------- capture (pill, overal identiek — spec §7) ---------- */
.capture .pill {
  display: flex; align-items: center; background: var(--paper-pure);
  border: 1px solid var(--line); border-radius: 999px; padding: 5px;
  max-width: 460px; box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
}
.capture input[type="email"] { flex: 1; min-width: 0; border: 0; background: none; padding: 11px 18px; font: inherit; font-size: 1rem; }
.capture input[type="email"]:focus { outline: none; }
.capture .btn { padding: 10px 20px; min-height: 44px; font-size: .95rem; }
.capture .micro { margin-top: 10px; }
.capture .form-error { color: #a13c2e; font-size: .9rem; margin-top: 8px; }
.form-ok { font-size: 1.25rem; font-weight: 600; }
.pilot-check { display: flex; align-items: center; gap: 10px; margin-top: 16px; font-size: .95rem; color: var(--ink-soft); cursor: pointer; }
.pilot-check input { width: 17px; height: 17px; accent-color: var(--ink); }

/* ---------- aankondigings-beats op dicht wit: zelfde grammatica als het manifest ---------- */
.dline--ink { color: var(--ink); }

/* proof of life op het podium: live gezicht + antwoordregel op de plate + wolkjes */
.dome-ask { position: absolute; }
.dome-ask canvas { position: absolute; inset: 0; width: 100%; height: 100%; mix-blend-mode: screen; pointer-events: none; }
.dome-ask canvas.halo { filter: blur(12px); opacity: .5; }

/* onderbalk: antwoordregel + chips als één kolom — kunnen elkaar nooit overlappen */
.ask-bottom {
  position: absolute; bottom: 4.5vh; left: 50%; translate: -50% 0;
  width: min(96vw, 1180px);
  display: flex; flex-direction: column; align-items: center; gap: 22px;
  pointer-events: none;
}
.ask-line {
  color: #fff; font-weight: 600; font-size: clamp(24px, 1.2rem + 1vw, 34px); letter-spacing: -.01em;
  white-space: nowrap; max-width: 96vw; text-align: center; min-height: 1.35em;
  text-shadow: 0 1px 22px rgba(10, 10, 11, .5), 0 0 3px rgba(10, 10, 11, .35);
}
.ask-line .aw { visibility: hidden; opacity: 0; transition: opacity .16s var(--ease); }
.ask-line .aw.on { visibility: visible; opacity: 1; }
.ask-line.fade { transition: opacity .2s; opacity: 0; }

.ask-hint { transition: opacity .4s; margin-top: 14px; }
.ask-hint.gone { opacity: 0; }
.ask-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }

/* desktop: uitleg rechtsboven (links zit de laptop), vragen als chips onderaan */
.ask-ui { inset: 0; }
.ask-head { position: absolute; top: 10vh; left: 66vw; width: 30vw; min-width: 320px; max-width: 480px; }
.ask-head h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 14px; }
.ask-head .kicker { margin-bottom: 16px; }
.ask-clouds { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.qcloud {
  pointer-events: auto; padding: 13px 22px; border-radius: 999px;
  background: rgba(255, 255, 255, .68); border: 1px solid var(--line);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(10, 10, 11, .10);
  font-weight: 500; font-size: clamp(.88rem, .84rem + .2vw, .98rem); line-height: 1.3;
  color: var(--ink); text-align: center;
  transition: opacity .3s var(--ease), background .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
}
.qcloud:hover, .qcloud.lit { background: rgba(255, 255, 255, .92); transform: translateY(-2px); box-shadow: 0 14px 34px rgba(10, 10, 11, .14); }
.qcloud.dimmed { opacity: .45; }
.qcloud.asked { opacity: .72; }
.qcloud[hidden] { display: none; }

/* CTA-rij onder de desk-beats: duidelijke ademruimte boven, strak links uitgelijnd */
.desk-ctas { display: flex; align-items: center; gap: 14px; margin-top: 32px; }

/* (CSS-domes zijn verwijderd: elk levend gezicht leeft op een echte render) */

/* ---------- finale (track C draagt de conversie, zie .finale verderop) ---------- */

/* edition-badge: draaiend oplage-cirkeltje rechtsonder in de coming-home-sectie */
.edition-badge {
  right: 3vw; bottom: 5.5vh; left: auto; top: auto;
  width: 122px; height: 122px; color: var(--ink);
  display: grid; place-items: center;
}
.edition-badge svg { position: absolute; inset: 0; overflow: visible; animation: eb-spin 28s linear infinite; }
.eb-ring {
  font-family: var(--mono); font-size: 9.2px; letter-spacing: .08em; text-transform: uppercase;
  fill: var(--ink-soft);
}
.eb-num { font-weight: 650; font-size: 1.3rem; letter-spacing: .01em; line-height: 1; }
@keyframes eb-spin { to { transform: rotate(360deg); } }
html.static .edition-badge { display: none; }

/* ---------- FAQ ---------- */
#faq { max-width: 720px; margin: 0 auto; padding: clamp(80px, 12vh, 130px) 24px; }
#faq h2 { font-size: clamp(1.8rem, 3.4vw, 2.8rem); margin-bottom: 26px; }
#faq details { border-top: 1px solid var(--line); }
#faq details:last-of-type { border-bottom: 1px solid var(--line); }
#faq summary { padding: 20px 34px 20px 2px; font-weight: 600; font-size: 1.03rem; cursor: pointer; list-style: none; position: relative; }
#faq summary::-webkit-details-marker { display: none; }
#faq summary::after { content: "+"; position: absolute; right: 6px; top: 50%; translate: 0 -50%; font-size: 22px; font-weight: 300; transition: rotate .3s; }
#faq details[open] summary::after { rotate: 45deg; }
#faq details p { padding: 0 2px 22px; }

/* ---------- footer (echt zwart) + reuzen-wordmark ---------- */
footer { background: #0a0a0b; padding: 56px clamp(20px, 5vw, 56px) 0; overflow: hidden; }
.foot-top { display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; max-width: 1100px; margin: 0 auto; }
.foot-brand { display: flex; align-items: center; gap: 20px; }
.foot-logo { display: block; line-height: 0; }
.foot-brand img { width: 72px; height: auto; display: block; }
.foot-brand p { font-weight: 600; color: #fff; }
footer nav { display: flex; gap: 22px; }
footer nav a { font-size: .9rem; color: rgba(255, 255, 255, .62); text-decoration: none; }
footer nav a:hover { color: #fff; }
.foot-legal { font-family: var(--mono); font-size: .78rem; color: rgba(255, 255, 255, .38); max-width: 1100px; margin: 26px auto 0; }
.foot-wordmark {
  font-size: 23vw; font-weight: 700; letter-spacing: -.04em; line-height: .78;
  text-align: center; color: transparent; -webkit-text-stroke: 1.5px rgba(255, 255, 255, .85);
  margin: 30px 0 -0.14em; user-select: none;
  pointer-events: none; /* decoratie: zijn tekstbox lag over de footer-links en at alle kliks op */
}

/* ---------- mobiele sticky CTA (spec §7) ---------- */
#stickyCta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: var(--paper-pure); border-top: 1px solid var(--line); display: none; }
#stickyCta .btn { width: 100%; }
#stickyCta.show { display: block; }

/* ---------- video-lightbox ---------- */
#videoModal { position: fixed; inset: 0; z-index: 70; display: grid; place-items: center; }
#videoModal[hidden] { display: none; }
.vm-backdrop { position: absolute; inset: 0; background: rgba(7, 7, 8, .88); }
.vm-body { position: relative; width: min(1080px, 92vw); margin: 0; }
.vm-body video { width: 100%; aspect-ratio: 1920/816; border-radius: 18px; background: #000; box-shadow: 0 40px 120px -30px rgba(0, 0, 0, .8); display: block; }
.vm-close { position: absolute; top: -46px; right: 0; width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .3); color: #fff; display: grid; place-items: center; transition: background .2s; }
.vm-close:hover { background: rgba(255, 255, 255, .25); }
.vm-close svg { width: 15px; height: 15px; }

/* ---------- reveal-patroon (spec §6) ---------- */
[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }

/* ---------- statische modus: mobiel (<860px) én reduced-motion ---------- */
html.static .track { height: auto; }
html.static .tview { position: static; height: auto; overflow: visible; display: flex; flex-direction: column; }
html.static .stage, html.static .tcopy { display: contents; }
html.static .plate { position: static; opacity: 1; width: 100% !important; height: auto !important; }
html.static .plate img, html.static .plate video { height: auto; }
html.static .clouds, html.static .scroll-hint { display: none; }
html.static .tcopy > * { position: static; opacity: 1; translate: none; }

html.static .hero-copy { order: 1; padding: max(76px, 10vh) 20px 34px; width: auto; text-align: center; }
html.static [data-plate="hero"] { order: 2; }
html.static .track--dream .tview { background: #0b0b0d; }
html.static .dream-lines { position: static; pointer-events: auto; padding: clamp(60px, 10vh, 100px) 24px 20px; }
html.static .dline { position: static; translate: none; opacity: 1; visibility: visible; margin: 0 auto 36px; }
html.static .dw { opacity: 1; }
html.static .dream-face { position: static; translate: none; opacity: 1; visibility: visible; padding: 8px 0 clamp(50px, 8vh, 80px); }
html.static #dreamFace { width: min(52vw, 230px); }
html.static .chapter-hold { order: 1; padding: clamp(70px, 12vh, 110px) 24px; }
html.static [data-plate="resto"] { order: 2; }
html.static .panel-resto { order: 3; padding: 44px 22px 60px; width: auto; min-width: 0; max-width: 560px; margin: 0 auto; }
html.static .beat-swap { min-height: 0; }
html.static .beat-text { position: static; opacity: 1; margin-bottom: 30px; }
html.static #trackB .dline--ink { order: 0; padding: clamp(40px, 6vh, 64px) 24px 0; margin-bottom: 0; }
html.static #trackB .chapter-hold { order: 1; }
html.static [data-plate="desk"] { order: 2; }
html.static .panel-desk { order: 3; padding: 44px 22px 60px; width: auto; max-width: 560px; margin: 0 auto; }
html.static [data-plate="podium"] { position: relative; order: 5; }
html.static .ask-ui { display: contents; } /* kop vóór het podium, wolkjes erna */
html.static .ask-head { position: static; translate: none; order: 4; padding: 56px 20px 30px; margin: 0 auto; width: auto; min-width: 0; max-width: 560px; text-align: center; }
html.static .ask-head p:not(.kicker) { margin-left: auto; margin-right: auto; }
html.static .ask-bottom { position: static; translate: none; order: 6; width: auto; gap: 16px; padding: 26px 20px 60px; }
html.static .ask-line { color: var(--ink); text-shadow: none; white-space: normal; min-height: 0; }
html.static #trackC .tview { position: relative; }
html.static [data-plate="night"] { position: relative; order: 1; }
html.static .finale { position: static; translate: none; order: 2; width: auto; max-width: 560px; margin: 0 auto; padding: 30px 20px 60px; }
html.static .night-line { font-size: clamp(1.6rem, 7vw, 2.6rem); }
html.static .dome { position: absolute; } /* gezichten blijven op de plaat */

@media (max-width: 860px) {
  .ask-line { font-size: clamp(15px, 4vw, 22px); }
  .foot-top { flex-direction: column; align-items: flex-start; }
  .nav__link--ks { display: none; } /* waitlist-pill dekt dezelfde bestemming */
  .capture .pill { flex-direction: column; padding: 8px; border-radius: 24px; }
  .capture .pill input { width: 100%; padding: 12px 14px; }
  .capture .pill .btn { width: 100%; }
}

/* ---------- html.mobile: telefoon MET motion (fase 1 MOBILE-PLAN) ----------
   Ligt als laag bóven html.static: drie tracks worden weer gepind en
   gechoreografeerd (hero, manifest, finale); track A/B blijven de statische
   flow tot fase 2. Alle regels hieronder draaien html.static-overrides terug
   voor precies die drie tracks. */
html.mobile :is(#trackHero, #trackDream, #trackC).track { height: var(--track-h); }
html.mobile #trackDream.track { background: #0b0b0d; } /* geen wit randje onder de sticky tview */
html.mobile #trackC.track { background: #f4f4f2; }
html.mobile :is(#trackHero, #trackDream, #trackC) .tview { position: sticky; top: 0; height: 100svh; overflow: hidden; display: block; }
html.mobile :is(#trackHero, #trackDream, #trackC) .stage { display: block; position: absolute; inset: 0; }
html.mobile :is(#trackHero, #trackDream, #trackC) .tcopy { display: block; position: absolute; inset: 0; pointer-events: none; }

/* hero: portrait-film full-bleed, titel bovenin, hint onderin */
html.mobile #trackHero .plate { position: absolute; inset: 0; width: 100% !important; height: 100% !important; }
html.mobile #trackHero .plate video { width: 100%; height: 100% !important; object-fit: cover; }
html.mobile #trackHero .hero-copy { position: absolute; order: unset; top: 9svh; left: 50%; translate: -50% 0; padding: 0; width: 94vw; text-align: center; opacity: 0; visibility: hidden; }
html.mobile .scroll-hint { display: block; }

/* manifest: de regels weer als film-frames op zwart */
html.mobile .track--dream .dream-lines { position: absolute; inset: 0; pointer-events: none; padding: 0; }
html.mobile .track--dream .dline { position: absolute; top: 50%; left: 50%; translate: -50% -50%; margin: 0; opacity: 0; visibility: hidden; }
html.mobile .track--dream .dw { opacity: .13; }
html.mobile .track--dream .dream-face { position: absolute; top: 50%; left: 50%; translate: -50% -50%; padding: 0; opacity: 0; visibility: hidden; }
html.mobile #dreamFace { width: min(58vw, 260px); }

/* finale: cover-plate (JS-layout), datum-moment en verankerde copy */
html.mobile #trackC [data-plate="night"] { position: absolute; order: unset; }
html.mobile #trackC [data-plate="night"] img { width: 100%; height: 100% !important; object-fit: fill; }
html.mobile #trackC .chapter-hold--date { position: absolute; order: unset; top: 50%; left: 50%; translate: -50% -50%; width: 94vw; margin: 0; padding: 0; opacity: 0; visibility: hidden; }
html.mobile #trackC .date-mega { font-size: clamp(2.1rem, 10.5vw, 3.6rem); white-space: nowrap; }
html.mobile #trackC .finale { position: absolute; order: unset; top: max(9svh, 64px); left: 50%; translate: -50% 0; width: min(92vw, 560px); margin: 0; padding: 0; opacity: 0; visibility: hidden; pointer-events: auto; }
html.mobile #trackC .night-line { font-size: clamp(1.9rem, 8.6vw, 2.8rem); }

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .nav { transition: none; }
}
