/* ============================================================================
   broadcast-landing.css — Hinru landing, BROADCAST direction
   ----------------------------------------------------------------------------
   The room shell's system pulled onto a marketing surface:
     • Bold Libre Franklin carries the energy; colour stays restrained.
       (Swapped from Archivo 2026-07-18 to match the app, OD-876. ONE family:
       display is set apart by WEIGHT (800/900) + size, never a second face —
       the old "Archivo Expanded" stack was a dead request (Google 400s that
       family name), so it had always been rendering plain-width anyway.)
     • Everything OUTLINED — hierarchy from outline weight + zoning, not fills.
     • Signal dots carry the room-hue colour energy (the only saturated marks).
     • ONE solid primary CTA per surface (clean fill, no glow).
   Accents are dosed: room dots, thin active rings, ledger top-edges, persona
   name inks, and the single solid CTA. Surfaces stay near-black + card.
   De-AI pass 2026-07-17: hero kicker kept as an all-caps eyebrow but de-shouted
   (.14em tracking, not the old .22em crown); № 01–05 section numbering removed,
   names kept. Signal-dot halos KEPT — glow stays a scarce signal on the dots only
   (ambient washes flattened: close section, page corners). The Backroom rooms/
   staff de-carded to dossier columns (top-rule, no box); circular staff
   letter-avatars became signal dots.
   ============================================================================ */

:root{
  /* elevation — Broadcast obsidian */
  --bg:#0a0b0e; --bg2:#101218; --card:#15171e; --raised:#1d2029;
  --line:#23262f; --line2:#30343f;
  --ink:#f4f5f7; --body:#c4c8d0; --dim:#7f848f; --faint:#5a5f6a;

  /* room hues (finalized Broadcast shell) — the signal-dot palette */
  --desk:#f0b429;  --film:#6d7bf5;  --dugout:#84cc16;  --front:#15c2bc;  --conf:#f97316;
  --desk-soft:#f8d36b; --film-soft:#aab4ff; --dugout-soft:#bdf25e; --front-soft:#60e6df; --conf-soft:#ffae6b;

  /* team / status / persona */
  --team:#e24a3f; --team-soft:#f58a82;
  --gold:#f0b429; --gold-soft:#f8d36b; --gold-ink:#0a0b0e;
  --ok:#7fce6b; --steel:#5aa6ec; --keep:#6fce82; --watch:#e0a23a;
  --p-td:#8aa0c0; --p-gm:#8fb0a0; --p-scout:#b08fae; --p-analyst:#7c9fd6; --p-coach:#c2b38f; --p-youth:#9aa886;
  /* identity / club colour: the ONE accent for people + actions (tweakable). */
  --id:#2f6bf0; --id-soft:#86a9ff; --id-ink:#ffffff;

  --maxw:1080px;
}

*{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; background:var(--bg); }
body{
  background:var(--bg); color:var(--ink);
  font-family:"Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased; position:relative; overflow-x:hidden;
}
/* faint broadcast mesh — one quiet texture, never a gradient wash */
body::before{
  content:""; position:fixed; inset:0; pointer-events:none; z-index:0; opacity:.5;
  background:
    repeating-linear-gradient(115deg, transparent 0 26px, rgba(255,255,255,.012) 26px 27px);
}
body > *{ position:relative; z-index:1; }

.exp{ font-family:"Libre Franklin",sans-serif; }
.cap{ text-transform:uppercase; letter-spacing:.13em; }
.serif{ font-family:Georgia,"Times New Roman",serif; }
.mono{ font-family:"SF Mono","SFMono-Regular",Menlo,Monaco,Consolas,monospace; }
.wrap{ max-width:var(--maxw); margin:0 auto; padding:0 32px; }

/* signal dot — THE colour mark */
.sig{ width:10px; height:10px; border-radius:50%; flex:none; background:var(--c,var(--desk));
  box-shadow:0 0 0 3px color-mix(in srgb,var(--c,var(--desk)) 16%,transparent), 0 0 14px color-mix(in srgb,var(--c,var(--desk)) 60%,transparent); }

/* ---- buttons --------------------------------------------------------------
   One solid primary per surface (clean flat fill, no glow). Everything else ghost. */
.btn{ display:inline-flex; align-items:center; gap:9px; font-family:"Libre Franklin",sans-serif;
  font-weight:800; font-size:14px; letter-spacing:.02em; padding:14px 26px; border-radius:11px;
  cursor:pointer; border:1px solid transparent; text-decoration:none; line-height:1; white-space:nowrap; transition:transform .14s ease, background .14s ease; }
.btn-solid{ background:var(--id); color:var(--id-ink); border-color:transparent; }
.btn-solid:hover{ transform:translateY(-2px); filter:brightness(1.08); }
.btn-ghost{ background:transparent; color:var(--body); border:1px solid var(--line2); }
.btn-ghost:hover{ border-color:var(--dim); color:var(--ink); }
.btn-sm{ padding:10px 18px; font-size:13px; }
.free{ display:block; margin-top:12px; font-size:12px; color:var(--dim); font-weight:600; letter-spacing:.02em; }

/* ============================== NAV ====================================== */
.nav{ position:sticky; top:0; z-index:50; display:flex; align-items:center; justify-content:space-between; padding:18px 32px; background:color-mix(in srgb,var(--bg) 80%,transparent); -webkit-backdrop-filter:blur(14px) saturate(140%); backdrop-filter:blur(14px) saturate(140%); border-bottom:1px solid var(--line); }
.lockup{ display:flex; align-items:center; gap:11px; }
.lk-mark{ width:34px; height:34px; border-radius:9px; border:1px solid var(--line2); background:var(--card);
  display:grid; place-items:center; flex:none; position:relative; }
.lk-mark .sig{ width:9px; height:9px; }
.lk-name{ font-family:"Libre Franklin",sans-serif; font-weight:800; font-size:19px; letter-spacing:-.01em; }
.lk-pipe{ color:var(--line2); font-weight:300; }
.lk-ed{ font-size:12px; color:var(--dim); font-weight:600; letter-spacing:.04em; }

/* ============================== HERO ===================================== */
.hero{ text-align:center; padding:64px 32px 76px; max-width:1000px; margin:0 auto; }
/* hero kicker — an all-caps eyebrow, one language with the section markers.
   Tracked at .14em (confident/editorial), not the old .22em stretch that shouted. */
.eyebrow{ font-size:12px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; color:var(--dim); margin-bottom:26px; display:flex; align-items:center; justify-content:center; gap:10px; }
.eyebrow .sig{ width:8px; height:8px; }
.hero h1{ font-family:"Libre Franklin",sans-serif; font-weight:800; letter-spacing:-.02em;
  font-size:clamp(34px,5.6vw,68px); line-height:1.02; color:var(--ink); margin:0 auto; max-width:18ch; text-wrap:balance; }
/* Emphasis is carried by the headline's own weight + the hero signal strip, not
   by a coloured word (a contrast-hue accent read as a generic AI tell). The
   phrase span just inherits ink. */
.hero h1 .accentword{ color:inherit; }
/* hero signal strip — the one place hue lives up here: the five room dots. */
.hero-strip{ display:flex; align-items:center; justify-content:center; gap:13px; margin:36px auto 0; }
.hero-strip .sig{ width:9px; height:9px; }
.hero-strip .ln{ width:46px; height:1px; background:var(--line2); }
@media(max-width:520px){ .hero-strip .ln{ width:24px; } }
.hero-sub{ font-size:clamp(17px,2vw,23px); line-height:1.5; color:#dfe2e8; max-width:46ch; margin:28px auto 0; text-wrap:pretty; }
.hero-sub b{ color:var(--ink); font-weight:700; }
/* hero proof line — a frozen one-exchange trailer for The Thread (Part B, additive) */
.hero-proof{ max-width:432px; margin:30px auto 0; display:flex; flex-direction:column; gap:12px; }
.hp-row{ display:flex; }
.hp-you{ justify-content:flex-end; }
.hp-staff{ justify-content:flex-start; }
.hp-col{ display:flex; flex-direction:column; max-width:90%; }
.hp-you .hp-col{ align-items:flex-end; }
.hp-staff .hp-col{ align-items:flex-start; }
.hp-lbl{ display:inline-flex; align-items:center; gap:6px; font-size:9.5px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; margin-bottom:5px; }
.hp-you .hp-lbl{ color:var(--id-soft); }
.hp-staff .hp-lbl{ color:#9aa6b2; }
.hp-lbl .sig{ width:7px; height:7px; }
.hp-ubub{ background:var(--raised); border:1px solid var(--line2); border-radius:11px 11px 3px 11px; padding:9px 13px; font-size:13px; font-weight:600; line-height:1.4; color:var(--body); text-align:left; }
.hp-abub{ background:var(--card); border:1px solid var(--line2); border-radius:3px 12px 12px 12px; padding:10px 14px; font-size:13px; line-height:1.5; color:var(--body); text-align:left; }
.hero-cta{ margin-top:40px; display:flex; flex-direction:column; align-items:center; gap:18px; }
.hero-down{ color:var(--dim); font-size:13px; font-weight:600; text-decoration:none; letter-spacing:.04em; display:inline-flex; align-items:center; gap:7px; }
.hero-down:hover{ color:var(--body); }
.hero-count{ margin-top:24px; font-family:"SF Mono","SFMono-Regular",Menlo,Monaco,Consolas,monospace; font-size:12px; letter-spacing:.05em; color:var(--dim); }
.hero-count.is-live{ color:var(--body); }
.hero-count .n{ color:var(--id-soft); font-weight:800; font-variant-numeric:tabular-nums; }

/* ============================ SECTION SHELL ============================== */
section{ border-top:1px solid var(--line); }
.sec{ padding-top:84px; padding-bottom:84px; }
.sec-head{ margin-bottom:46px; }
.sec-eyebrow{ display:flex; align-items:center; gap:11px; font-size:11px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; color:var(--dim); margin-bottom:16px; }
.sec h2{ font-family:"Libre Franklin",sans-serif; font-weight:800; letter-spacing:-.015em;
  font-size:clamp(28px,3.6vw,44px); line-height:1.04; color:var(--ink); max-width:20ch; text-wrap:balance; }
.sec-sub{ font-size:16px; line-height:1.6; color:var(--body); max-width:54ch; margin-top:16px; }

/* ============================ THE THREAD (replay) ======================== */
#sec-thread{ background:var(--bg); }
.stage{ max-width:660px; margin:0 auto; position:relative; transition:height .5s cubic-bezier(.4,.05,.2,1); }
.intertitle{ position:absolute; inset:0; display:none; align-items:center; justify-content:center; text-align:center; opacity:0; }
.intertitle .it-txt{ font-family:"Libre Franklin",sans-serif; font-weight:800; font-size:clamp(20px,3vw,30px); letter-spacing:.02em; color:var(--ink); text-transform:uppercase; }
.scene{ display:none; flex-direction:column; gap:16px; }
.scene.on{ display:flex; }
.scene.fadeout{ opacity:0; transition:opacity .5s ease; }
.scenetag{ font-family:"SF Mono",Menlo,monospace; font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:var(--dim); opacity:0; margin-bottom:2px; }

.umsg{ align-self:flex-end; max-width:78%; display:flex; flex-direction:column; align-items:flex-end; opacity:0; transform:translateY(10px); }
.umsg .ulabel{ font-size:10px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; color:var(--id-soft); margin-bottom:6px; }
.ubub{ position:relative; background:var(--raised); border:1px solid var(--line2); border-radius:13px 13px 4px 13px;
  padding:11px 16px; font-size:14.5px; font-weight:600; color:var(--body); }
.ubub .ghost{ visibility:hidden; white-space:nowrap; }
.ubub .tx{ position:absolute; top:11px; left:16px; right:14px; white-space:nowrap; }

.amsg{ align-self:flex-start; max-width:84%; opacity:0; transform:translateY(10px); }
.alabel{ display:flex; align-items:center; gap:8px; margin-bottom:9px; }
.alabel .sig{ width:8px; height:8px; }
.alabel .nm{ font-size:10px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; color:#9aa6b2; }
.abub{ background:var(--card); border:1px solid var(--line2); border-radius:4px 14px 14px 14px; padding:14px 18px; }
.abub .tx{ font-size:14.5px; line-height:1.58; color:var(--body); }
.cur{ display:inline-block; width:2px; height:14px; margin-left:2px; vertical-align:-2px; background:var(--pc,var(--ink)); }

.chiprow{ align-self:flex-start; opacity:0; }
@keyframes stampin{ 0%{opacity:0;transform:scale(1.4) rotate(-3deg)} 70%{opacity:1;transform:scale(.97) rotate(.5deg)} 100%{opacity:1;transform:scale(1) rotate(0)} }
.chiprow.stamp{ animation:stampin .34s cubic-bezier(.2,.85,.3,1.05) forwards; }
.chip{ display:inline-flex; align-items:center; gap:8px; font-family:"SF Mono",Menlo,monospace; font-size:11px; font-weight:700; letter-spacing:.06em;
  border:1px solid var(--line2); border-radius:999px; padding:6px 13px; color:var(--cc,var(--ok)); }
.chip .sig{ width:7px; height:7px; --c:var(--cc,var(--ok)); }
.chip.kept{ border-color:color-mix(in srgb,var(--gold) 55%,var(--line2)); color:var(--gold-soft); }

.rulecard{ align-self:flex-start; max-width:84%; background:var(--card); border:1px solid color-mix(in srgb,var(--gold) 45%,var(--line2)); border-radius:11px; padding:15px 18px; opacity:0; transform:translateY(10px); }
.rule{ font-family:Georgia,serif; font-style:italic; font-size:16px; line-height:1.5; color:var(--ink); margin-bottom:6px; }
.rulemeta{ font-family:"SF Mono",Menlo,monospace; font-size:11px; letter-spacing:.04em; color:var(--gold-soft); }

.payoff{ text-align:center; font-family:"Libre Franklin",sans-serif; font-weight:700; font-size:clamp(20px,2.6vw,28px); letter-spacing:-.01em; color:var(--ink); max-width:620px; margin:42px auto 0; opacity:0; transition:opacity 1.1s ease; }
.payoff-final{ text-align:center; font-family:Georgia,"Times New Roman",serif; font-style:italic; font-size:clamp(16px,1.9vw,20px); color:var(--body); max-width:620px; margin:12px auto 0; opacity:0; transition:opacity .8s ease; }
.scrub{ display:flex; align-items:center; justify-content:center; gap:13px; margin-top:26px; opacity:0; pointer-events:none; transition:opacity .5s ease; }
.scrub.on{ opacity:1; pointer-events:auto; }
.snav{ width:32px; height:32px; border-radius:999px; border:1px solid var(--line2); background:transparent; color:var(--body); cursor:pointer; font-size:15px; }
.snav:hover{ border-color:var(--dim); color:var(--ink); }
.sdot{ width:9px; height:9px; border-radius:50%; border:none; background:var(--line2); cursor:pointer; padding:0; }
.sdot.on{ background:var(--gold); }
.replaybtn{ display:block; margin:14px auto 0; background:none; border:none; color:var(--gold-soft); font-family:"SF Mono",Menlo,monospace; font-size:12px; cursor:pointer; }

/* ============================ ROOMS ====================================== */
.rooms{ display:grid; grid-template-columns:repeat(5,1fr); column-gap:24px; row-gap:32px; }
@media(max-width:920px){ .rooms{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:540px){ .rooms{ grid-template-columns:1fr; } }
/* dossier columns, not cards (de-AI): a hairline top-rule, no box/fill/rounding —
   the same grammar as the "Still here. Still yours." trio below. */
.room{ position:relative; border-top:1px solid var(--line2); padding:18px 2px 0; transition:border-color .2s ease; }
.room:hover{ border-top-color:color-mix(in srgb,var(--c) 60%,var(--line2)); }
.room .sig{ display:block; margin:2px 0 18px; }
.room .rn{ font-family:"Libre Franklin",sans-serif; font-weight:700; font-size:18px; letter-spacing:-.01em; margin-bottom:9px; }
.room .rl{ font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:color-mix(in srgb,var(--c) 60%,var(--body)); margin-bottom:11px; }
.room .rd{ font-size:13px; line-height:1.55; color:var(--dim); }

/* ============== THE BACKROOM (rooms / staff flip) ====================== */
.bk-toggle{ display:inline-flex; gap:5px; padding:5px; border:1px solid var(--line2); border-radius:12px; background:var(--card); margin-bottom:40px; }
.bk-tab{ display:inline-flex; align-items:center; gap:9px; font-family:"Libre Franklin",sans-serif; font-weight:700; font-size:13px; letter-spacing:.01em; color:var(--body); background:transparent; border:1px solid transparent; border-radius:8px; padding:10px 18px; cursor:pointer; }
.bk-tab .sig{ width:8px; height:8px; opacity:.4; box-shadow:none; transition:opacity .2s ease, box-shadow .2s ease; }
.bk-tab:hover{ color:var(--ink); }
.bk-tab.on{ border-color:color-mix(in srgb,var(--c) 55%,transparent); background:color-mix(in srgb,var(--c) 12%,var(--card)); color:var(--ink); }
.bk-tab.on .sig{ opacity:1; box-shadow:0 0 0 3px color-mix(in srgb,var(--c) 16%,transparent), 0 0 12px color-mix(in srgb,var(--c) 55%,transparent); }
.flip-stage{ perspective:2400px; }
.flipper{ position:relative; transform-style:preserve-3d; transition:transform .62s cubic-bezier(.4,.05,.2,1), height .5s cubic-bezier(.4,.05,.2,1); }
.flipper[data-face="staff"]{ transform:rotateY(180deg); }
.face{ position:absolute; top:0; left:0; width:100%; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
.face-staff{ transform:rotateY(180deg); }
@media (prefers-reduced-motion:reduce){ .flipper{ transition:height .3s ease; } }
/* no-JS: drop the 3D, stack both grids in normal flow */
html:not(.js) .flipper{ height:auto !important; transform:none !important; transform-style:flat; }
html:not(.js) .face{ position:static; transform:none; }
html:not(.js) .face-staff{ margin-top:30px; }
html:not(.js) .bk-toggle{ display:none; }

/* ============================ STAFF ====================================== */
.roster{ display:grid; grid-template-columns:repeat(3,1fr); column-gap:24px; row-gap:32px; }
@media(max-width:820px){ .roster{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:520px){ .roster{ grid-template-columns:1fr; } }
/* dossier columns, not cards (de-AI): top-rule + signal-dot mark, no box */
.staff{ border-top:1px solid var(--line2); padding:18px 2px 0; transition:border-color .2s ease; }
.staff:hover{ border-top-color:color-mix(in srgb,var(--c) 55%,var(--line2)); }
/* the circular letter-avatar was the template tell — now the brand signal dot.
   (The role initial stays in the DOM for screen readers, visually hidden.) */
.staff .badge{ width:10px; height:10px; border-radius:50%; border:none; background:var(--c);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--c) 16%,transparent), 0 0 14px color-mix(in srgb,var(--c) 60%,transparent);
  color:transparent; font-size:0; margin:2px 0 18px; }
.staff .role{ font-size:10px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; color:var(--c); margin-bottom:10px; }
.staff .job{ font-family:"Libre Franklin",sans-serif; font-weight:700; font-size:17px; letter-spacing:-.01em; margin-bottom:9px; }
.staff .desc{ font-size:13px; line-height:1.55; color:var(--dim); }

/* ============================ LEDGER ===================================== */
.ledger{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
@media(max-width:760px){ .ledger{ grid-template-columns:1fr; } }
.lcard{ position:relative; background:var(--card); border:1px solid var(--line); border-radius:12px; padding:22px 20px 24px; }
.lcard .ltag{ display:flex; align-items:center; gap:8px; font-family:"SF Mono",Menlo,monospace; font-size:10px; font-weight:700; letter-spacing:.16em; color:var(--c); margin-bottom:16px; }
.lcard .ltag .sig{ width:7px; height:7px; }
.lcard .lline{ font-family:Georgia,serif; font-size:17px; line-height:1.4; color:var(--ink); margin-bottom:12px; }
.lcard .lkind{ font-size:13px; line-height:1.5; color:var(--dim); }
.stamp{ display:inline-flex; align-items:center; gap:7px; margin-top:16px; font-family:"SF Mono",Menlo,monospace;
  font-size:10px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--gold-soft);
  border:1.5px solid var(--gold); border-radius:6px; padding:6px 11px; transform:rotate(-3deg);
  box-shadow:inset 0 0 0 2px rgba(240,180,41,.12); }

/* ============================ FLEX (differentiator) ===================== */
#sec-flex{ background:var(--bg2); }
.flex-big{ font-family:"Libre Franklin",sans-serif; font-weight:800; letter-spacing:-.015em;
  font-size:clamp(26px,3.4vw,42px); line-height:1.08; color:var(--ink); text-wrap:balance; max-width:24ch; }
.flex-big em{ font-style:normal; color:inherit; }
.flex-sub{ font-size:clamp(16px,1.9vw,21px); line-height:1.5; color:var(--body); margin-top:15px; max-width:42ch; text-wrap:pretty; }
.flex-points{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:44px; }
@media(max-width:720px){ .flex-points{ grid-template-columns:1fr; } }
.fpoint{ border:1px solid var(--line2); border-radius:12px; padding:20px 18px; }

/* the difference — one question, one panel split into two backrooms */
.split{ margin-top:44px; border:1px solid var(--line2); border-radius:18px; overflow:hidden;
  background:var(--bg2); }
.split-q{ padding:22px 26px 20px; border-bottom:1px solid var(--line2); background:var(--bg);
  display:flex; flex-direction:column; align-items:center; text-align:center; gap:10px; }
.split-q-tag{ display:inline-flex; align-items:center; gap:8px; font-family:"Libre Franklin",sans-serif;
  font-weight:800; font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:var(--dim); }
.split-q-tag .sig{ width:7px; height:7px; }
.split-q-text{ font-family:Georgia,"Times New Roman",serif; font-style:italic; font-weight:400;
  font-size:clamp(17px,2vw,23px); line-height:1.3; color:var(--ink); text-wrap:balance; max-width:30ch; }

.split-body{ display:grid; grid-template-columns:1fr 1fr; }
.pane{ padding:24px 26px 28px; border-top:2px solid transparent; }
.pane.cold{ background:var(--bg2); }
.pane.warm{ background:var(--card); border-left:1px solid var(--line2); border-top-color:var(--id); }
@media(max-width:720px){
  .split-body{ grid-template-columns:1fr; }
  .pane.warm{ border-left:0; border-top:1px solid var(--line2); box-shadow:inset 0 2px 0 var(--id); }
}
.pane-top{ display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:18px; min-height:18px; }
.pane-name{ font-size:11px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; color:var(--dim); }
.pane.warm .pane-name{ color:var(--id-soft); }
.pane-mem{ display:inline-flex; align-items:center; gap:7px; font-family:"SF Mono","SFMono-Regular",Menlo,Monaco,Consolas,monospace;
  font-size:11px; letter-spacing:.04em; color:var(--faint); }
.pane.cold .pane-mem .sig{ width:8px; height:8px; background:var(--faint); box-shadow:none; }
.pane-mem.dots{ gap:5px; }
.pane-mem.dots .sig{ width:8px; height:8px; }
.pane-lead{ font-family:"Libre Franklin",sans-serif; font-weight:800; letter-spacing:-.01em;
  font-size:clamp(18px,2.2vw,24px); line-height:1.1; margin-bottom:14px; }
.pane.cold .pane-lead{ color:var(--body); }
.pane.warm .pane-lead{ color:var(--ink); }
.pane-line{ font-size:15px; line-height:1.55; }
.pane.cold .pane-line{ color:var(--dim); }
.pane.warm .pane-line{ color:var(--body); }
.pane-tell{ margin-top:14px; padding-top:13px; border-top:1px dashed var(--line2); font-style:italic; }
.pane.cold .pane-tell{ color:var(--faint); }
.pane.warm .pane-tell{ color:var(--id-soft); border-top-color:color-mix(in srgb,var(--id) 26%,var(--line2)); }
.fpoint .fp-dots{ display:flex; gap:5px; margin-bottom:16px; }
.fpoint .fp-dots i{ width:8px; height:8px; border-radius:50%; }
.fpoint .fp-t{ font-weight:700; font-size:15px; color:var(--ink); line-height:1.4; }
.flex-foot{ font-size:16px; line-height:1.6; color:var(--body); margin-top:34px; max-width:50ch; }
.flex-foot b{ color:var(--ink); font-weight:700; }

/* ============================ THE CREED (lore) ========================== */
#sec-creed{ background:var(--bg2); }
.creed-wrap{ text-align:center; }
.creed-lead{ font-size:clamp(16px,1.9vw,20px); line-height:1.55; color:var(--body); max-width:48ch; margin:0 auto; text-wrap:pretty; }
.creed{ margin:46px auto 0; display:flex; flex-direction:column; gap:12px; }
.creed-line{ font-weight:700; letter-spacing:-.012em; line-height:1.06; color:var(--body); text-wrap:balance;
  font-size:clamp(22px,3.2vw,38px); }
.creed-line.peak{ font-weight:800; color:var(--ink); font-size:clamp(28px,4.4vw,52px); margin-top:8px; }
.creed-foot{ margin-top:42px; display:inline-flex; align-items:center; gap:11px; justify-content:center;
  font-family:"SF Mono","SFMono-Regular",Menlo,Monaco,Consolas,monospace; font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:var(--dim); }
.creed-foot .sig{ width:8px; height:8px; }

/* ============================ THE SAVE (hook) ========================== */
/* Seam breathing room: let No 01's closer settle before No 02 peeks in. */
#sec-save .sec.hook-wrap{ padding-bottom:clamp(120px,15vh,200px); }
#sec-thread .sec{ padding-top:clamp(104px,12vh,160px); }
.hook-grid{ display:grid; grid-template-columns:1.12fr 1fr; gap:clamp(32px,5vw,64px); align-items:start; }
@media(max-width:760px){ .hook-grid{ grid-template-columns:1fr; gap:22px; } }
.hook-l .sec-eyebrow{ margin-bottom:18px; }
.hook-q{ font-weight:800; letter-spacing:-.015em; line-height:1.02; color:var(--ink);
  font-size:clamp(30px,4.6vw,58px); text-wrap:balance; }
.hook-body{ font-size:clamp(16px,1.9vw,20px); line-height:1.62; color:var(--body); text-wrap:pretty; }
.hook-pivot{ font-size:clamp(16px,1.9vw,20px); line-height:1.62; color:var(--body); text-wrap:pretty; }
.hook-r .formcap{ display:inline-block; margin-top:26px; max-width:384px; }
.hook-r .formcap .formguide{ margin-top:0; }
.hook-r .hook-turn{ margin-top:26px; }
.hook-turn{ font-weight:700; letter-spacing:-.01em; line-height:1.14; color:var(--ink);
  font-size:clamp(20px,2.7vw,32px); margin-top:30px; text-wrap:balance; }

/* form guide — the W/D/L run, with the reloaded slot (save-scumming, visualized) */
.formguide{ display:flex; align-items:center; gap:8px; margin-top:42px; flex-wrap:wrap; }
.fg-label{ font-family:"SF Mono","SFMono-Regular",Menlo,Monaco,Consolas,monospace; font-size:10px; letter-spacing:.18em; text-transform:uppercase; color:var(--faint); margin-right:6px; }
.pip{ width:32px; height:32px; border-radius:8px; display:inline-flex; align-items:center; justify-content:center; flex:none;
  font-family:"SF Mono","SFMono-Regular",Menlo,Monaco,Consolas,monospace; font-size:13px; font-weight:700; border:1px solid var(--line2); color:var(--dim); }
.pip.w{ color:var(--keep); border-color:color-mix(in srgb,var(--keep) 50%,var(--line2)); background:color-mix(in srgb,var(--keep) 10%,transparent); }
.pip.d{ color:var(--steel); border-color:color-mix(in srgb,var(--steel) 45%,var(--line2)); background:color-mix(in srgb,var(--steel) 8%,transparent); }
.pip.l{ color:var(--team-soft); border-color:color-mix(in srgb,var(--team) 50%,var(--line2)); background:color-mix(in srgb,var(--team) 10%,transparent); }
.pip.reload{ color:var(--faint); border-style:dashed; background:transparent; font-size:16px; }
.formnote{ margin-top:14px; padding-top:13px; border-top:1px dashed var(--line2); font-family:"SF Mono","SFMono-Regular",Menlo,Monaco,Consolas,monospace; font-size:12px; line-height:1.5; letter-spacing:.01em; color:var(--dim); }

/* ---- "what becomes your lore" — the ledger, folded into The Difference --- */
.keeps{ margin-top:92px; padding-top:60px; border-top:1px solid var(--line); }
.keeps-h{ display:inline-flex; align-items:center; gap:10px; font-size:11px; font-weight:800;
  letter-spacing:.16em; text-transform:uppercase; color:var(--dim); margin-bottom:20px; }
.keeps-h .sig{ width:8px; height:8px; }
.keeps-head{ font-family:"Libre Franklin",sans-serif; font-weight:800; letter-spacing:-.015em;
  font-size:clamp(22px,2.7vw,34px); line-height:1.1; color:var(--ink); margin-bottom:32px; text-wrap:balance; }
.loretri{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(22px,3vw,44px); }
@media(max-width:760px){ .loretri{ grid-template-columns:1fr; gap:30px; } }
.lt-col{ position:relative; border-top:1px solid var(--line2); padding-top:22px; }
/* sequential 1 > 2 > 3 reveal: each ledger rule draws, then its words rise, then the next */
.keeps.armed .loretri .lt-col{ border-top-color:transparent; opacity:0; transform:translateY(16px);
  transition:opacity .5s ease, transform .5s cubic-bezier(.2,.7,.3,1); transition-delay:.14s; }
.keeps.armed .loretri .lt-col::before{ content:""; position:absolute; left:0; top:0; right:0; height:1px;
  background:var(--line2); transform:scaleX(0); transform-origin:left;
  transition:transform .5s cubic-bezier(.2,.7,.3,1); }
.keeps.armed .loretri .lt-col.in{ opacity:1; transform:none; }
.keeps.armed .loretri .lt-col.in::before{ transform:scaleX(1); }
.keeps.armed .loretri .lt-col:nth-child(2){ transition-delay:.42s; }
.keeps.armed .loretri .lt-col:nth-child(3){ transition-delay:.70s; }
.keeps.armed .loretri .lt-col:nth-child(2)::before{ transition-delay:.28s; }
.keeps.armed .loretri .lt-col:nth-child(3)::before{ transition-delay:.56s; }
@media (prefers-reduced-motion: reduce){
  .keeps.armed .loretri .lt-col{ opacity:1; transform:none; border-top-color:var(--line2); }
  .keeps.armed .loretri .lt-col::before{ display:none; }
}
.lt-creed{ font-family:Georgia,"Times New Roman",serif; font-style:italic; font-weight:400;
  font-size:clamp(20px,2.1vw,27px); line-height:1.3; color:var(--ink); text-wrap:balance; }
.lt-eg{ margin-top:18px; display:flex; align-items:baseline; gap:9px;
  font-family:"SF Mono","SFMono-Regular",Menlo,Monaco,Consolas,monospace; font-size:14.5px; line-height:1.5; letter-spacing:.01em; color:var(--body); }
.lt-eg .sig{ width:7px; height:7px; transform:translateY(1px); }

/* ============================ CLOSE ====================================== */
#sec-close{ border-top:1px solid var(--line2); background:var(--bg); text-align:center; }
.close-wrap{ max-width:680px; margin:0 auto; }
.close-stamp{ margin-bottom:26px; display:flex; justify-content:center; }
.close-h{ font-family:"Libre Franklin",sans-serif; font-weight:900; letter-spacing:-.02em;
  font-size:clamp(30px,4.6vw,56px); line-height:1.02; color:var(--ink); text-wrap:balance; max-width:18ch; margin:0 auto; }
.close-body{ font-size:17px; line-height:1.65; color:var(--body); margin:24px auto 30px; max-width:50ch; }
.close-tag{ font-family:Georgia,serif; font-style:italic; font-size:19px; color:var(--gold-soft); margin:22px 0 30px; }
.close-fine{ font-size:12.5px; line-height:1.6; color:var(--dim); margin-top:26px; }

/* ============================ FAQ ======================================== */
.faq{ max-width:720px; margin:0 auto; border-top:1px solid var(--line); }
.qa{ padding:24px 0; border-bottom:1px solid var(--line); }
.qa .q{ display:flex; align-items:center; gap:11px; font-family:"Libre Franklin",sans-serif; font-weight:700; font-size:18px; letter-spacing:-.01em; color:var(--ink); margin-bottom:11px; }
.qa .q::before{ content:""; width:8px; height:8px; border-radius:50%; flex:none; background:var(--c); box-shadow:0 0 0 3px color-mix(in srgb,var(--c) 16%,transparent), 0 0 12px color-mix(in srgb,var(--c) 55%,transparent); }
.qa .a{ font-size:14.5px; line-height:1.62; color:var(--body); margin-left:19px; }
.faq-cta{ text-align:center; margin-top:48px; }

/* ============================ FOOTER ===================================== */
footer{ border-top:1px solid var(--line); padding:34px 32px 52px; text-align:center; }
footer .fine{ font-size:12px; color:var(--faint); font-family:"SF Mono",Menlo,monospace; letter-spacing:.02em; }
footer .sep{ margin:0 8px; }
/* The lockup is the mark PLUS the wordmark, never the wordmark alone (founder
   rule; the app ports this same device in components/hinru/HinruMark.tsx).
   Scaled down for the footer's 12px mono: tile 34->20, dot 9->6, radius 9->6. */
footer .foot-lockup{ display:inline-flex; align-items:center; gap:8px; vertical-align:middle; }
.lk-mark-sm{ width:20px; height:20px; border-radius:6px; }
.lk-mark-sm .sig{ width:6px; height:6px; }
footer .flink{ text-decoration:none; border-bottom:1px solid transparent; transition:color .2s ease, border-color .2s ease; }
footer .flink:hover{ color:var(--body); border-bottom-color:var(--line2); }

/* ============================ STICKY CTA ================================= */
/* nav CTA promote (replaces the old floating #sticky button): ghost at the top,
   solid once the hero CTA scrolls away — one persistent ask, nothing floating. */
.nav #nav-cta{ transition:background .25s ease, color .25s ease, border-color .25s ease, transform .14s ease; }

/* ============================ SPINE SWITCH ==============================
   data-spine="tour" (default) → walk the 5 rooms.
   data-spine="poster"         walks a tighter, bigger-type rhythm. */
body[data-spine="poster"] .sec{ padding-top:96px; padding-bottom:96px; }
body[data-spine="poster"] .roster .desc{ display:none; }            /* poster roster is tighter: names + roles only */
body[data-spine="poster"] .staff{ padding:18px 16px; }
body[data-spine="poster"] .staff .badge{ width:36px; height:36px; font-size:14px; margin-bottom:14px; }
.poster-only{ display:none; }
body[data-spine="poster"] .poster-only{ display:block; }
body[data-spine="poster"] .tour-only{ display:none; }

/* poster statement band */
.statement{ text-align:center; padding:30px 0; }
.statement .st-big{ font-family:"Libre Franklin",sans-serif; font-weight:900; letter-spacing:-.02em;
  font-size:clamp(30px,5vw,62px); line-height:1.0; color:var(--ink); text-transform:uppercase; text-wrap:balance; }
.statement .st-big em{ font-style:normal; color:inherit; }

/* ============================ MOTION FALLBACK ===========================
   No-JS or reduced-motion: render the full finished thread, no performance. */
html.js:not(.reduce) #payoff{ opacity:0; }
html:not(.js) .scene, html.reduce .scene{ display:flex; }
html:not(.js) .scene + .scene, html.reduce .scene + .scene{ margin-top:32px; }
html:not(.js) .ubub .ghost, html.reduce .ubub .ghost{ visibility:visible; }
html:not(.js) .ubub .tx, html.reduce .ubub .tx{ position:static; }
html:not(.js) .umsg, html.reduce .umsg,
html:not(.js) .amsg, html.reduce .amsg,
html:not(.js) .chiprow, html.reduce .chiprow,
html:not(.js) .rulecard, html.reduce .rulecard,
html:not(.js) .scenetag, html.reduce .scenetag{ opacity:1; transform:none; }
html.reduce #payoff{ opacity:1; }
html:not(.js) .scrub, html.reduce .scrub{ display:none; }
html:not(.js) .replaybtn, html.reduce .replaybtn{ display:none; }
html:not(.js) .intertitle, html.reduce .intertitle{ display:none; }

/* ============================================================================
   REVISION 2026-07-04 — nav mobile, gated replay, and the excitement pass
   Every new behavior mirrors the existing reveal grammar and keeps the same
   no-JS / reduced-motion static fallbacks (state = the finished markup).
   ============================================================================ */

/* --- 2.5 mobile nav: drop the decorative descriptor on narrow screens ----- */
@media(max-width:480px){ .lk-pipe, .lk-ed{ display:none; } }

/* --- 2.4 replay button is gated until the first full run completes -------- */
html.js:not(.reduce) .replaybtn{ opacity:0; pointer-events:none; transition:opacity .5s ease; }
html.js:not(.reduce) .replaybtn.show{ opacity:1; pointer-events:auto; }

/* --- 3.1 № 01 form guide plays the ache (armed only in JS + motion-OK) ---- */
html.js:not(.reduce) .formcap.armed .pip{ opacity:0; transform:translateY(7px);
  transition:opacity .34s ease, transform .34s cubic-bezier(.2,.7,.3,1); }
html.js:not(.reduce) .formcap.armed .pip.in{ opacity:1; transform:none; }
html.js:not(.reduce) .formcap.armed .pip.reload.wipe{ animation:reloadwipe .55s cubic-bezier(.3,.7,.3,1); }
@keyframes reloadwipe{ 0%{ transform:none; box-shadow:0 0 0 0 color-mix(in srgb,var(--team) 55%,transparent); }
  38%{ transform:scale(1.18) rotate(-14deg); box-shadow:0 0 16px 2px color-mix(in srgb,var(--team) 45%,transparent); }
  100%{ transform:none; box-shadow:none; } }
html.js:not(.reduce) .formcap.armed .formnote{ opacity:0; transition:opacity .5s ease; }
html.js:not(.reduce) .formcap.armed .formnote.in{ opacity:1; }
/* The turn lands after the note — the Season Film's drift entrance (rise + fade),
   so the ache resolves into the answer instead of both being present at once. */
html.js:not(.reduce) .hook-turn.armed{ opacity:0; transform:translateY(10px); transition:opacity .6s ease, transform .6s cubic-bezier(.2,.7,.3,1); }
html.js:not(.reduce) .hook-turn.armed.in{ opacity:1; transform:none; }

/* --- 3.2 № 04 The Difference: warm pane reveals + types, cold snaps ------- */
html.js:not(.reduce) .split.armed .pane.warm .pane-lead{ opacity:0; transform:translateY(6px);
  transition:opacity .45s ease, transform .45s cubic-bezier(.2,.7,.3,1); }
html.js:not(.reduce) .split.armed .pane.warm .pane-lead.in{ opacity:1; transform:none; }
html.js:not(.reduce) .split.armed .pane.warm .pane-tell{ opacity:0; transition:opacity .5s ease; }
html.js:not(.reduce) .split.armed .pane.warm .pane-tell.in{ opacity:1; }

/* --- 3.3 № 03 the rooms ignite (same .armed/.in grammar as .keeps) -------- */
html.js:not(.reduce) .rooms.armed .room{ opacity:0; transform:translateY(15px);
  transition:opacity .5s ease, transform .5s cubic-bezier(.2,.7,.3,1); }
html.js:not(.reduce) .rooms.armed .room.in{ opacity:1; transform:none; }
html.js:not(.reduce) .rooms.armed .room:nth-child(1){ transition-delay:0s; }
html.js:not(.reduce) .rooms.armed .room:nth-child(2){ transition-delay:.09s; }
html.js:not(.reduce) .rooms.armed .room:nth-child(3){ transition-delay:.18s; }
html.js:not(.reduce) .rooms.armed .room:nth-child(4){ transition-delay:.27s; }
html.js:not(.reduce) .rooms.armed .room:nth-child(5){ transition-delay:.36s; }

/* Static fallback: reduced-motion / no-JS never arm, so markup shows finished. */
@media (prefers-reduced-motion: reduce){
  .formcap.armed .pip, .formcap.armed .formnote, .hook-turn.armed,
  .split.armed .pane.warm .pane-lead, .split.armed .pane.warm .pane-tell,
  .rooms.armed .room{ opacity:1 !important; transform:none !important; }
}
