/* ============================================================
   Tradevanto — shared stylesheet
   Design: "Worlds & The Road" (spec 2026-07-18)
   Palette lock: navy #071A2D · teal #00B8D9 · white · gray #A8B3C2
   Fonts: Montserrat (display) · Figtree (body) · IBM Plex Mono (labels)
   ============================================================ */

:root{
  --navy:#071A2D; --navy-2:#0A2338; --navy-3:#0E2C46;
  --teal:#00B8D9; --teal-ink:#008FAA; --teal-soft:rgba(0,184,217,.12);
  --white:#FFFFFF; --paper:#F8FAFC;
  --gray:#A8B3C2; --gray-2:#5E6F85; --ink:#243650; --body-on-dark:#C9D3DF;
  --line-d:rgba(168,179,194,.14); --line-l:rgba(7,26,45,.1);
  --disp:'Montserrat',Arial,sans-serif;
  --body:'Figtree',Helvetica,Arial,sans-serif;
  --mono:'IBM Plex Mono',Consolas,monospace;
  --max:1150px;
  --z-header:50; --z-chip:55; --z-menu:60;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-padding-top:90px}
body{background:var(--navy);color:var(--white);font-family:var(--body);
  line-height:1.6;font-size:17px;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit}
.tv-wrap{max-width:var(--max);margin:0 auto;padding:0 34px}
:is(a,button,input,summary):focus-visible{outline:3px solid var(--teal);outline-offset:3px;border-radius:4px}
.tv-skip{position:absolute;left:-9999px;top:0;z-index:100;background:var(--teal);color:var(--navy);
  padding:10px 18px;font-family:var(--disp);font-weight:600;border-radius:0 0 8px 0}
.tv-skip:focus{left:0}

h1,h2{font-family:var(--disp);line-height:1.08;letter-spacing:-.02em;text-wrap:balance}
h3{font-family:var(--disp);line-height:1.2;letter-spacing:-.015em;text-wrap:pretty}

/* ---------- header (adaptive) ---------- */
.tv-header{position:fixed;top:0;left:0;right:0;z-index:var(--z-header);
  transition:background .35s,border-color .35s;border-bottom:1px solid transparent}
.tv-header.tv-scrolled{background:rgba(7,26,45,.88);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom-color:var(--line-d)}
.tv-header.on-light{background:rgba(248,250,252,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom-color:var(--line-l)}
.tv-hwrap{display:flex;align-items:center;justify-content:space-between;padding:14px 32px}
.tv-logo{display:flex;align-items:center;gap:13px;text-decoration:none}
.tv-logo img{height:44px}
.tv-wm{font-family:var(--disp);font-weight:400;font-size:25px;letter-spacing:.09em;
  color:var(--white);line-height:1;transition:color .35s}
.tv-wm b{font-weight:700;color:var(--teal)}
.tv-header.on-light .tv-wm{color:var(--navy)}
.tv-nav{display:flex;align-items:center;gap:26px}
.tv-nav a{font-size:14.5px;font-weight:500;color:var(--gray);text-decoration:none;transition:color .2s}
.tv-nav a:hover,.tv-nav a[aria-current="page"]{color:var(--white)}
.tv-header.on-light .tv-nav a{color:var(--gray-2)}
.tv-header.on-light .tv-nav a:hover,.tv-header.on-light .tv-nav a[aria-current="page"]{color:var(--navy)}
.tv-nav a.tv-btn{color:var(--navy)}
.tv-menu-btn{display:none;background:none;border:1px solid var(--line-d);color:var(--white);
  font-family:var(--mono);font-size:12px;letter-spacing:.12em;padding:9px 14px;border-radius:100px;cursor:pointer}
.tv-header.on-light .tv-menu-btn{border-color:var(--line-l);color:var(--navy)}

/* ---------- buttons ---------- */
.tv-btn{display:inline-block;font-family:var(--disp);font-weight:600;font-size:15px;
  padding:15px 30px;border-radius:100px;text-decoration:none;border:1px solid transparent;
  cursor:pointer;transition:transform .18s,box-shadow .18s,border-color .18s,color .18s}
.tv-btn-p{background:var(--teal);color:var(--navy)}
.tv-btn-p:hover{transform:translateY(-2px);box-shadow:0 10px 34px rgba(0,184,217,.4)}
.tv-btn-g{border-color:rgba(168,179,194,.4);color:var(--white)}
.tv-btn-g:hover{border-color:var(--teal);color:var(--teal)}
.tv-btn-n{background:var(--navy);color:var(--white)}
.tv-btn-n:hover{transform:translateY(-2px);box-shadow:0 8px 26px rgba(7,26,45,.3)}
.tv-nav .tv-btn{padding:12px 24px;font-size:14px}
.tv-link{display:inline-block;font-family:var(--disp);font-weight:600;font-size:16px;
  color:var(--teal-ink);text-decoration:none;border-bottom:2px solid transparent;transition:border-color .15s}
.tv-link:hover{border-color:var(--teal)}
.tv-world-dark .tv-link{color:var(--teal)}

/* ---------- worlds (chapters) ---------- */
.tv-world-dark{background:var(--navy);color:var(--white)}
.tv-world-paper{position:relative;background:var(--paper);color:var(--navy);
  box-shadow:0 -30px 80px rgba(7,26,45,.3)}
.tv-ch{padding:15vh 0}
.tv-ch-hero{min-height:100vh;display:flex;align-items:center;padding:120px 0 90px;
  background:radial-gradient(ellipse 80% 60% at 50% 36%,var(--navy-2),var(--navy) 75%)}
.tv-ch-hero-compact{padding:170px 0 90px;
  background:radial-gradient(ellipse 80% 70% at 50% 20%,var(--navy-2),var(--navy) 80%)}

/* hero */
.tv-h1{font-weight:700;font-size:clamp(50px,7.6vw,92px);line-height:1.0;letter-spacing:-.03em}
.tv-h1-sub{font-weight:700;font-size:clamp(38px,5vw,62px);letter-spacing:-.026em}
.tv-accent{color:var(--teal)}
.tv-word{display:inline-block;animation:tv-in .7s cubic-bezier(.2,.7,.2,1) backwards}
@keyframes tv-in{from{opacity:0;transform:translateY(26px)}}
.tv-ch-hero .tv-badge,.tv-ch-hero-compact .tv-badge{animation:tv-in .7s ease .7s backwards}
.tv-ch-hero .tv-lead,.tv-ch-hero-compact .tv-lead{animation:tv-in .7s ease .5s backwards}
.tv-ch-hero .tv-cta-row,.tv-ch-hero-compact .tv-cta-row{animation:tv-in .7s ease .65s backwards}
.tv-ch-hero-compact .tv-anchors{animation:tv-in .7s ease .62s backwards}
/* hero rail builds left to right, one segment at a time */
.tv-ch-hero-compact .tv-rail .tv-seg{animation:tv-in .45s cubic-bezier(.2,.7,.2,1) backwards}
.tv-ch-hero-compact .tv-rail .tv-seg:nth-child(1){animation-delay:.6s}
.tv-ch-hero-compact .tv-rail .tv-seg:nth-child(2){animation-delay:.72s}
.tv-ch-hero-compact .tv-rail .tv-seg:nth-child(3){animation-delay:.84s}
.tv-ch-hero-compact .tv-rail .tv-seg:nth-child(4){animation-delay:.96s}
.tv-ch-hero-compact .tv-rail .tv-seg:nth-child(5){animation-delay:1.08s}
.tv-ch-hero-compact .tv-rail .tv-seg:nth-child(6){animation-delay:1.2s}
.tv-ch-hero-compact .tv-rail .tv-seg:nth-child(7){animation-delay:1.32s}
.tv-ch-hero-compact .tv-rail .tv-seg:nth-child(8){animation-delay:1.44s}
.tv-ch-hero-compact .tv-rail .tv-seg:nth-child(9){animation-delay:1.56s}
.tv-ch-hero-compact .tv-rail .tv-seg:nth-child(10){animation-delay:1.74s}
.tv-lead{font-size:clamp(16px,1.6vw,20px);color:var(--body-on-dark);max-width:52ch;margin:28px 0 40px}
.tv-cta-row{display:flex;gap:15px;flex-wrap:wrap}
.tv-cue{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);
  font-family:var(--mono);font-size:11px;letter-spacing:.22em;color:var(--gray-2);white-space:nowrap}

/* live badge */
.tv-badge{display:inline-flex;align-items:center;gap:9px;font-family:var(--mono);font-size:12px;
  letter-spacing:.14em;color:var(--teal);border:1px solid rgba(0,184,217,.35);border-radius:100px;
  padding:9px 18px;text-transform:uppercase}
.tv-badge .tv-dot{position:relative;flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:var(--teal)}
.tv-badge .tv-dot::after{content:"";position:absolute;inset:0;border-radius:50%;
  background:rgba(0,184,217,.55);animation:tv-ping 2s ease-out infinite}
@keyframes tv-ping{0%{transform:scale(1);opacity:.7}75%,100%{transform:scale(2.8);opacity:0}}

/* headings within chapters */
.tv-h2{font-weight:700;font-size:clamp(34px,4.8vw,58px);letter-spacing:-.026em;line-height:1.05;max-width:17ch}
.tv-h2-big{font-weight:700;font-size:clamp(36px,5.4vw,66px);letter-spacing:-.028em;line-height:1.05;max-width:16ch}
.tv-bigp{font-size:clamp(16px,1.5vw,19px);line-height:1.8;max-width:60ch;margin-top:30px}
.tv-world-paper .tv-bigp{color:var(--ink)}
.tv-world-paper .tv-bigp strong{color:var(--navy)}
.tv-world-dark .tv-bigp{color:var(--body-on-dark)}
.tv-world-dark .tv-bigp strong{color:var(--white)}

/* strike-through moment */
.tv-strike{position:relative;white-space:nowrap}
.tv-strike::after{content:"";position:absolute;left:-2%;right:-2%;top:54%;height:3.5px;
  background:var(--teal);transform:scaleX(0);transform-origin:left center;
  transition:transform .7s cubic-bezier(.7,0,.3,1) .25s}
.tv-armed .tv-strike::after{transform:scaleX(1)}

/* editorial rows (what-we-do; no card grids) */
.tv-rows{margin-top:52px}
.tv-row{display:grid;grid-template-columns:minmax(170px,280px) 1fr;gap:5vw;align-items:center;
  padding:38px 0;border-top:1px solid var(--line-d)}
.tv-row:last-child{border-bottom:1px solid var(--line-d)}
.tv-world-paper .tv-row{border-color:var(--line-l)}
.tv-row .tv-k{font-family:var(--mono);font-size:13px;letter-spacing:.1em;color:var(--teal)}
.tv-world-paper .tv-row .tv-k{color:var(--teal-ink)}
.tv-row h3{font-weight:600;font-size:clamp(22px,2.4vw,30px);letter-spacing:-.015em;margin-bottom:10px}
.tv-row p{font-size:16px;max-width:56ch}
.tv-world-dark .tv-row p{color:var(--body-on-dark)}
.tv-world-paper .tv-row p{color:var(--ink)}

/* ---------- THE ROAD (horizontal set-piece; Home only) ---------- */
.tv-journey{height:420vh;position:relative}
.tv-stage{position:sticky;top:0;height:100vh;overflow:hidden}
.tv-road{position:absolute;left:0;right:0;top:78%;height:1px;background:var(--line-d)}
.tv-road::after{content:"";position:absolute;left:0;top:0;height:1px;
  width:calc(var(--p,0)*100%);background:var(--teal);box-shadow:0 0 12px rgba(0,184,217,.6)}
.tv-track{display:flex;height:100%;align-items:center;will-change:transform}
.tv-car{flex:0 0 auto;width:min(70vw,560px);padding:0 5vw}
.tv-car-lede h2{font-weight:700;font-size:clamp(32px,4vw,50px);letter-spacing:-.024em;line-height:1.06;max-width:14ch}
.tv-car-lede p{font-family:var(--mono);font-size:12px;letter-spacing:.16em;color:var(--gray);
  text-transform:uppercase;margin-top:22px}
.tv-car-gate{width:min(44vw,390px)}
.tv-gate{border:1px solid var(--line-d);border-radius:16px;padding:30px 28px;
  background:linear-gradient(180deg,rgba(10,35,56,.85),rgba(7,26,45,.55));
  min-height:40vh;display:flex;flex-direction:column;justify-content:space-between;
  position:relative;isolation:isolate;transition:border-color .4s}
.tv-gate::after{content:"";position:absolute;inset:-2px;border-radius:inherit;z-index:-1;
  pointer-events:none;box-shadow:0 0 34px rgba(0,184,217,.12);opacity:0;transition:opacity .4s ease}
.tv-gate.tv-cleared::after{opacity:1}
.tv-gate .tv-num{font-family:var(--disp);font-weight:700;font-size:clamp(40px,4.4vw,60px);
  letter-spacing:-.03em;color:rgba(168,179,194,.28)}
.tv-gate .tv-name{font-family:var(--mono);font-size:12.5px;letter-spacing:.16em;
  text-transform:uppercase;color:var(--gray);margin-top:8px}
.tv-gate .tv-verdict{font-family:var(--mono);font-size:11.5px;letter-spacing:.14em;margin-top:24px;
  color:var(--gray-2);display:flex;align-items:center;gap:10px}
.tv-gate .tv-verdict::before{content:"";width:9px;height:9px;border-radius:50%;background:var(--gray-2)}
.tv-gate.tv-cleared{border-color:rgba(0,184,217,.55);box-shadow:0 0 34px rgba(0,184,217,.12)}
.tv-gate.tv-cleared .tv-verdict{color:var(--teal)}
.tv-gate.tv-cleared .tv-verdict::before{background:var(--teal)}
.tv-car-finale h2{font-weight:700;font-size:clamp(30px,3.8vw,48px);letter-spacing:-.024em;line-height:1.05}
.tv-car-finale h2 span{color:var(--teal)}
.tv-car-finale p{color:var(--body-on-dark);font-size:16.5px;max-width:42ch;margin:18px 0 30px}

/* the road, vertical (checkpoint list — Standard, product how-it-works) */
.tv-checks{margin-top:50px;position:relative}
.tv-check{display:grid;grid-template-columns:74px 1fr;gap:26px;padding:30px 0;
  border-top:1px solid var(--line-l);position:relative}
.tv-check:last-child{border-bottom:1px solid var(--line-l)}
.tv-world-dark .tv-check{border-color:var(--line-d)}
.tv-check .tv-cnum{font-family:var(--disp);font-weight:700;font-size:34px;letter-spacing:-.02em;color:rgba(7,26,45,.22)}
.tv-world-dark .tv-check .tv-cnum{color:rgba(168,179,194,.3)}
.tv-check.tv-cleared .tv-cnum{color:var(--teal-ink)}
.tv-world-dark .tv-check.tv-cleared .tv-cnum{color:var(--teal)}
.tv-check h3{font-weight:600;font-size:20px;letter-spacing:-.01em;margin-bottom:7px}
.tv-check p{font-size:15.5px;max-width:60ch}
.tv-world-paper .tv-check p{color:var(--ink)}
.tv-world-dark .tv-check p{color:var(--body-on-dark)}

/* compact rail motif (10 segments; Standard hero) */
.tv-rail{display:flex;gap:7px;max-width:520px;margin-top:40px}
.tv-seg{flex:1;height:42px;border:1px solid var(--line-d);border-radius:6px;position:relative}
.tv-seg-cut::after{content:"";position:absolute;left:16%;right:16%;top:50%;height:1.5px;
  background:var(--gray-2);transform:rotate(-14deg)}
.tv-seg-pass{background:var(--teal-soft);border-color:var(--teal)}
.tv-seg-pass::after{content:"";position:absolute;left:50%;top:46%;width:10px;height:18px;
  border:solid var(--teal);border-width:0 3px 3px 0;transform:translate(-50%,-50%) rotate(45deg)}

/* facts panel */
.tv-facts{display:grid;gap:0;border:1px solid var(--line-l);border-radius:14px;overflow:hidden;background:var(--white)}
.tv-fact{display:flex;gap:18px;align-items:baseline;padding:22px 26px;border-bottom:1px solid var(--line-l)}
.tv-fact:last-child{border-bottom:none}
.tv-fact b{font-family:var(--disp);font-weight:700;font-size:30px;letter-spacing:-.02em;min-width:84px}
.tv-fact span{font-size:14.5px;color:var(--ink);line-height:1.55}
.tv-grid2{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
.tv-grid2>*{min-width:0}

/* ---------- record console (trial / live) ---------- */
.tv-console{border:1px solid var(--line-d);border-radius:18px;overflow:hidden;
  background:linear-gradient(180deg,rgba(10,35,56,.9),rgba(7,26,45,.6));margin-top:54px}
.tv-console-head{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;
  padding:22px 28px;border-bottom:1px solid var(--line-d)}
.tv-console-title{font-family:var(--mono);font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--gray)}
.tv-chart{position:relative;height:300px;
  background:
    linear-gradient(var(--line-d) 1px,transparent 1px),
    linear-gradient(90deg,var(--line-d) 1px,transparent 1px);
  background-size:64px 60px;background-position:center}
.tv-chart-axis{position:absolute;left:28px;bottom:20px;right:28px;height:1px;background:rgba(168,179,194,.3)}
.tv-chart-empty{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;text-align:center;padding:0 24px}
.tv-console-body{padding:26px 28px 30px}
.tv-console-body p{font-size:15.5px;color:var(--body-on-dark);max-width:66ch;line-height:1.7}

/* ---------- two-path conversion close ---------- */
.tv-close-h{text-align:center}
.tv-close-sub{text-align:center;color:var(--body-on-dark);font-size:17px;max-width:54ch;margin:14px auto 54px}
.tv-paths{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:stretch}
.tv-path{border-radius:18px;padding:38px 36px;display:flex;flex-direction:column;justify-content:space-between;gap:26px}
.tv-plabel{font-family:var(--mono);font-size:11.5px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:14px}
.tv-path h3{font-weight:600;font-size:clamp(21px,2.2vw,27px);letter-spacing:-.015em;line-height:1.25}
.tv-path p{font-size:15.5px;line-height:1.65;margin-top:10px;color:var(--body-on-dark)}
.tv-path-go{background:linear-gradient(180deg,rgba(0,184,217,.14),rgba(0,184,217,.04));
  border:1.5px solid var(--teal);box-shadow:0 0 44px rgba(0,184,217,.10)}
.tv-path-go .tv-plabel{color:var(--teal)}
.tv-steps{display:flex;flex-direction:column;margin-top:6px}
.tv-step{display:flex;gap:14px;align-items:baseline;padding:11px 0;border-top:1px solid var(--line-d);
  font-size:14.5px;color:var(--body-on-dark)}
.tv-step b{font-family:var(--mono);font-size:11px;color:var(--teal);letter-spacing:.1em;min-width:20px;font-weight:500}
.tv-path-stay{background:rgba(10,35,56,.7);border:1px solid var(--line-d)}
.tv-path-stay .tv-plabel{color:var(--gray)}
/* email capture slot */
.tv-embed-slot{border:1.5px dashed rgba(0,184,217,.5);border-radius:14px;padding:22px;margin-top:18px;
  font-family:var(--mono);font-size:12.5px;letter-spacing:.06em;color:var(--gray);line-height:1.7}
.tv-micro{display:grid;gap:7px;margin-top:18px;font-size:13.5px;color:var(--gray);line-height:1.5}
.tv-micro span{display:flex;gap:9px;align-items:baseline}
.tv-micro span::before{content:"";width:5px;height:9px;border:solid var(--teal);border-width:0 2px 2px 0;
  transform:rotate(45deg);flex-shrink:0}

/* ---------- FAQ ---------- */
.tv-faq{margin-top:48px;border-top:1px solid var(--line-l)}
.tv-faq details{border-bottom:1px solid var(--line-l)}
.tv-faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;
  gap:20px;padding:24px 4px;font-family:var(--disp);font-weight:600;font-size:18px;letter-spacing:-.01em}
.tv-faq summary::-webkit-details-marker{display:none}
.tv-faq summary::after{content:"+";font-family:var(--mono);font-size:22px;color:var(--teal-ink);
  transition:transform .25s;flex-shrink:0}
.tv-faq details[open] summary::after{transform:rotate(45deg)}
.tv-faq .tv-a{padding:0 4px 26px;font-size:16px;color:var(--ink);max-width:66ch;line-height:1.7}

/* ---------- article hub / list rows ---------- */
.tv-articles{margin-top:46px;border-top:1px solid var(--line-l)}
.tv-article{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:baseline;
  padding:26px 4px;border-bottom:1px solid var(--line-l);text-decoration:none;transition:background .15s}
a.tv-article:hover{background:rgba(0,184,217,.05)}
.tv-article h3{font-weight:600;font-size:20px;letter-spacing:-.01em;margin-bottom:6px}
.tv-article p{font-size:15px;color:var(--ink);max-width:62ch}
.tv-article .tv-k{font-family:var(--mono);font-size:11.5px;letter-spacing:.12em;color:var(--teal-ink);text-transform:uppercase}
.tv-article .tv-meta{font-family:var(--mono);font-size:11.5px;letter-spacing:.08em;color:var(--gray-2);white-space:nowrap}
.tv-coming{opacity:.65}

/* ---------- document register (/disclosures) ---------- */
.tv-doc{max-width:760px}
.tv-doc h2{font-weight:700;font-size:clamp(24px,2.6vw,32px);letter-spacing:-.018em;margin:64px 0 18px}
.tv-doc h2:first-child{margin-top:0}
.tv-doc p{font-size:16.5px;color:var(--ink);line-height:1.8;margin-bottom:16px;max-width:68ch}
.tv-anchors{display:flex;gap:22px;flex-wrap:wrap;margin-top:26px}
.tv-anchors a{font-family:var(--mono);font-size:12.5px;letter-spacing:.1em;color:var(--teal);
  text-decoration:none;text-transform:uppercase}
.tv-anchors a:hover{text-decoration:underline}

/* ---------- footer ---------- */
.tv-footer{background:var(--navy);color:var(--gray);padding:64px 0 40px;font-size:14px;
  border-top:1px solid var(--line-d)}
.tv-footer .tv-fcols{display:grid;grid-template-columns:1.4fr 1fr;gap:48px}
.tv-footer h4{font-family:var(--mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--white);margin-bottom:14px;font-weight:500}
.tv-footer p{line-height:1.7;max-width:64ch}
.tv-footer a{color:var(--gray);text-decoration:none;border-bottom:1px solid transparent}
.tv-footer a:hover{color:var(--white);border-color:var(--gray)}
.tv-flinks{display:grid;gap:10px}
.tv-legal{border-top:1px solid rgba(255,255,255,.08);margin-top:40px;padding-top:24px;
  display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px;color:var(--gray-2)}

/* ---------- mobile chip ---------- */
.tv-chip{display:none;position:fixed;right:16px;bottom:16px;z-index:var(--z-chip);
  align-items:center;gap:10px;background:var(--teal);color:var(--navy);border:none;border-radius:999px;
  font-family:var(--disp);font-weight:700;font-size:14px;padding:12px 8px 12px 18px;
  box-shadow:0 4px 18px rgba(7,26,45,.28);cursor:pointer;opacity:0;transition:opacity .4s;pointer-events:none}
.tv-chip.tv-chip-on{opacity:1;pointer-events:auto}
.tv-chip .tv-chip-x{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;
  border-radius:50%;font-family:var(--mono);font-size:14px;color:var(--navy);background:rgba(7,26,45,.12)}

/* ---------- responsive ---------- */
@media (max-width:900px){
  .tv-grid2{grid-template-columns:1fr;gap:36px}
  .tv-footer .tv-fcols{grid-template-columns:1fr;gap:32px}
}
@media (max-width:700px){
  .tv-hwrap{padding:12px 20px}
  .tv-logo{gap:10px}
  .tv-logo img{height:34px}
  .tv-wm{font-size:19px}
  .tv-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--navy);
    flex-direction:column;align-items:flex-start;padding:20px 24px 24px;gap:18px;
    border-bottom:1px solid var(--line-d);z-index:var(--z-menu)}
  .tv-nav.tv-open{display:flex}
  .tv-header.on-light .tv-nav{background:var(--paper)}
  .tv-menu-btn{display:block}
  .tv-ch{padding:80px 0}
  .tv-journey{height:auto}
  .tv-stage{position:static;height:auto;overflow:visible}
  .tv-road{display:none}
  .tv-track{flex-direction:column;transform:none !important;gap:18px;padding:70px 0;align-items:stretch}
  .tv-car,.tv-car-gate{width:100%;padding:0 24px}
  .tv-gate{min-height:auto;gap:14px}
  .tv-paths{grid-template-columns:1fr}
  .tv-check,.tv-check-icon{display:block;padding:28px 0}
  .tv-check h3{clear:none;margin-bottom:9px}
  .tv-check p{max-width:none}
  .tv-btn{max-width:100%}
  .tv-weeks{flex-wrap:wrap}
  .tv-row{grid-template-columns:1fr;gap:8px}
  .tv-chip{display:inline-flex}
  .tv-wrap{padding:0 24px}
}

/* ---------- scroll reveals (JS-gated: content visible without JS) ---------- */
.tv-js .tv-reveal{opacity:0;transform:translateY(18px);
  transition:opacity .6s ease,transform .6s cubic-bezier(.2,.7,.2,1)}
.tv-js .tv-reveal.tv-in{opacity:1;transform:none}
.tv-js .tv-reveal-pop{opacity:0;transform:translateY(30px) scale(.97);
  transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1)}
.tv-js .tv-reveal-pop.tv-in{opacity:1;transform:none}
/* layering: graphics arrive one beat after their text */
.tv-js .tv-reveal.tv-g{transition-delay:.34s}
.tv-js .tv-check .tv-cicon{opacity:0;transform:scale(.82);
  transition:opacity .45s ease .3s,transform .45s cubic-bezier(.2,.7,.2,1) .3s,color .5s}
.tv-js .tv-check.tv-in .tv-cicon{opacity:1;transform:none}
/* sequential build: trial timeline flows left to right */
.tv-js .tv-weeks>*{opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease}
.tv-js .tv-weeks.tv-in>*{opacity:1;transform:none}
.tv-js .tv-weeks.tv-in>*:nth-child(1){transition-delay:.1s}
.tv-js .tv-weeks.tv-in>*:nth-child(2){transition-delay:.28s}
.tv-js .tv-weeks.tv-in>*:nth-child(3){transition-delay:.46s}
.tv-js .tv-weeks.tv-in>*:nth-child(4){transition-delay:.64s}
.tv-js .tv-weeks.tv-in>*:nth-child(5){transition-delay:.82s}
.tv-js .tv-weeks.tv-in>*:nth-child(6){transition-delay:1s}
/* sequential build: mini wall sweeps cell by cell */
.tv-js .tv-miniwall>*{opacity:0;transform:scale(.82);transition:opacity .35s ease,transform .35s cubic-bezier(.2,.7,.2,1)}
.tv-js .tv-miniwall.tv-in>*{opacity:1;transform:none}
.tv-js .tv-miniwall.tv-in>*:nth-child(1){transition-delay:.06s}
.tv-js .tv-miniwall.tv-in>*:nth-child(2){transition-delay:.13s}
.tv-js .tv-miniwall.tv-in>*:nth-child(3){transition-delay:.2s}
.tv-js .tv-miniwall.tv-in>*:nth-child(4){transition-delay:.27s}
.tv-js .tv-miniwall.tv-in>*:nth-child(5){transition-delay:.34s}
.tv-js .tv-miniwall.tv-in>*:nth-child(6){transition-delay:.41s}
.tv-js .tv-miniwall.tv-in>*:nth-child(7){transition-delay:.48s}
.tv-js .tv-miniwall.tv-in>*:nth-child(8){transition-delay:.55s}
.tv-js .tv-miniwall.tv-in>*:nth-child(9){transition-delay:.76s}
.tv-js .tv-miniwall.tv-in>*:nth-child(10){transition-delay:.62s}
.tv-js .tv-miniwall.tv-in>*:nth-child(11){transition-delay:.69s}
.tv-js .tv-miniwall.tv-in>*:nth-child(12){transition-delay:.9s}

/* ---------- glow highlight (generalized from the record console) ---------- */
.tv-glow{border:1.5px solid var(--teal);border-radius:18px;
  background:linear-gradient(180deg,rgba(0,184,217,.10),rgba(0,184,217,.02));
  box-shadow:0 0 44px rgba(0,184,217,.12)}
.tv-world-paper .tv-glow{background:linear-gradient(180deg,rgba(0,184,217,.08),rgba(0,184,217,.01));
  box-shadow:0 0 38px rgba(0,184,217,.14)}

/* ---------- step icons: free-floating two-tone glyphs ---------- */
.tv-cicon{display:flex;align-items:center;justify-content:center;color:var(--gray-2);margin-bottom:14px}
.tv-cicon svg{width:40px;height:40px}
.tv-cicon svg .a{stroke:var(--teal);filter:drop-shadow(0 0 5px rgba(0,184,217,.55))}
.tv-world-dark .tv-cicon{color:var(--gray)}

/* icon checkpoint variant: number | large icon | text beside it */
.tv-check>*{min-width:0}
.tv-check-icon{grid-template-columns:104px 88px 1fr;align-items:center}
.tv-cicon-lg{margin-bottom:0}
.tv-cicon.tv-cicon-lg svg{width:52px;height:52px}
/* oversized numerals: the number is a feature (color shift only, no glow) */
.tv-check .tv-cnum{font-size:clamp(40px,4vw,54px);line-height:1;letter-spacing:-.03em;
  transition:color .5s}

/* ---------- identity card (anonymity section): profile card, soft glow ---------- */
.tv-idcard{max-width:420px;position:relative;border:1px solid rgba(0,184,217,.28);border-radius:18px;
  background:linear-gradient(180deg,rgba(10,35,56,.92),rgba(7,26,45,.62));
  padding:26px 26px 20px;box-shadow:0 0 38px rgba(0,184,217,.1)}
.tv-idrow{display:flex;justify-content:space-between;gap:8px 16px;align-items:center;flex-wrap:wrap;
  padding:12px 0;border-top:1px solid var(--line-d);font-family:var(--mono);font-size:11.5px;letter-spacing:.1em}
.tv-idrow .v2{text-align:right}
.tv-idrow:first-child{border-top:none;padding-top:0}
.tv-idrow .k2{color:var(--gray-2)}
.tv-idrow .v2{color:var(--gray)}
.tv-idrow .v2.pub{color:var(--teal)}
.tv-idrow .v2.masked{letter-spacing:.02em;color:var(--gray-2)}
.tv-idhead{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.tv-idavatar{width:50px;height:50px;color:var(--gray);flex:0 0 auto}
.tv-idavatar svg{width:100%;height:100%;display:block}
.tv-idavatar .ring{color:var(--teal);opacity:.75;animation:tv-sealspin 30s linear infinite;transform-origin:25px 25px}
/* internal build: head, then rows, one by one */
.tv-js .tv-idcard .tv-idhead,.tv-js .tv-idcard .tv-idrow{opacity:0;transform:translateY(8px);
  transition:opacity .45s ease,transform .45s ease}
.tv-js .tv-idcard.tv-in .tv-idhead,.tv-js .tv-idcard.tv-in .tv-idrow{opacity:1;transform:none}
.tv-js .tv-idcard.tv-in .tv-idhead{transition-delay:.15s}
.tv-js .tv-idcard.tv-in .tv-idrow:nth-of-type(1){transition-delay:.3s}
.tv-js .tv-idcard.tv-in .tv-idrow:nth-of-type(2){transition-delay:.42s}
.tv-js .tv-idcard.tv-in .tv-idrow:nth-of-type(3){transition-delay:.54s}
.tv-js .tv-idcard.tv-in .tv-idrow:nth-of-type(4){transition-delay:.66s}
.tv-js .tv-idcard.tv-in .tv-idrow:nth-of-type(5){transition-delay:.78s}
.tv-js .tv-idcard.tv-in .tv-idrow:nth-of-type(6){transition-delay:.9s}
/* the redacted identity shimmers */
.tv-idrow .v2.masked{animation:tv-redact 4.4s ease-in-out infinite}
@keyframes tv-redact{0%,100%{opacity:.45}50%{opacity:.85}}
.tv-idhead p{font-family:var(--mono);font-size:11px;letter-spacing:.14em;color:var(--gray);text-transform:uppercase}

/* ---------- the unchecked leaderboard: frameless mirage of curves ---------- */
.tv-lb{max-width:540px}
.tv-lb-cap{font-family:var(--mono);text-transform:uppercase;margin-bottom:16px;
  display:flex;flex-direction:column;gap:5px}
.tv-lb-cap .l1{display:flex;align-items:center;gap:11px;font-size:10.5px;letter-spacing:.16em;
  color:var(--ink);white-space:nowrap}
.tv-lb-cap .l1::before{content:"";flex:0 0 auto;width:22px;height:2px;background:var(--teal)}
.tv-lb-cap .l1::after{content:"";flex:1 1 auto;height:1px;background:rgba(7,26,45,.14);min-width:20px}
.tv-lb-cap .l2{font-size:9.5px;letter-spacing:.2em;color:var(--gray-2);padding-left:33px}
.tv-lb-row{position:relative;display:flex;align-items:center;gap:14px;padding:8px 0}
.tv-lb-row .rk{font-family:var(--disp);font-weight:700;font-size:clamp(42px,4.6vw,56px);
  letter-spacing:-.04em;line-height:1;color:rgba(7,26,45,.09);min-width:72px}
.tv-lb-row svg{flex:1;min-width:0;width:100%;height:64px;color:var(--gray);overflow:visible}
.tv-lb-row .tag{font-family:var(--mono);font-size:9.5px;letter-spacing:.12em;color:var(--gray-2);white-space:nowrap;
  border:1.5px dashed rgba(94,111,133,.5);border-radius:100px;padding:6px 11px}
/* build: numeral slides in, curve draws, area washes, tag pops; #3's dot falls off the cliff */
.tv-js .tv-lb .rk{opacity:0;transform:translateX(-12px);transition:opacity .5s ease,transform .5s ease}
.tv-js .tv-lb.tv-in .rk{opacity:1;transform:none}
.tv-js .tv-lb.tv-in .tv-lb-row:nth-of-type(1) .rk{transition-delay:.05s}
.tv-js .tv-lb.tv-in .tv-lb-row:nth-of-type(2) .rk{transition-delay:.3s}
.tv-js .tv-lb.tv-in .tv-lb-row:nth-of-type(3) .rk{transition-delay:.55s}
.tv-js .tv-lb .tag{opacity:0;transform:scale(.7);transition:opacity .4s ease,transform .4s cubic-bezier(.2,1.2,.4,1)}
.tv-js .tv-lb.tv-in .tag{opacity:1;transform:none}
.tv-js .tv-lb.tv-in .tv-lb-row:nth-of-type(1) .tag{transition-delay:1s}
.tv-js .tv-lb.tv-in .tv-lb-row:nth-of-type(2) .tag{transition-delay:1.25s}
.tv-js .tv-lb.tv-in .tv-lb-row:nth-of-type(3) .tag{transition-delay:1.5s}
.tv-js .tv-lb .dd{opacity:0}
.tv-js .tv-lb.tv-in .dd{animation:tv-dropdot 1.1s ease-in 1.75s forwards}
@keyframes tv-dropdot{
  0%{opacity:0;transform:translateY(0)}
  12%{opacity:1}
  100%{opacity:0;transform:translateY(30px)}
}
/* the curves draw themselves in, row by row; the third one collapses */
.tv-js .tv-lb svg .ln{stroke-dasharray:1;stroke-dashoffset:1}
.tv-js .tv-lb.tv-in svg .ln{animation:tv-draw 1s ease-out forwards}
.tv-js .tv-lb.tv-in .tv-lb-row:nth-child(2) svg .ln{animation-delay:.25s}
.tv-js .tv-lb.tv-in .tv-lb-row:nth-child(3) svg .ln{animation-delay:.6s}
.tv-js .tv-lb.tv-in .tv-lb-row:nth-child(4) svg .ln{animation-delay:.95s}
.tv-js .tv-lb svg .ar{opacity:0}
.tv-js .tv-lb.tv-in svg .ar{animation:tv-fade-in .7s ease forwards}
.tv-js .tv-lb.tv-in .tv-lb-row:nth-child(2) svg .ar{animation-delay:.85s}
.tv-js .tv-lb.tv-in .tv-lb-row:nth-child(3) svg .ar{animation-delay:1.2s}
.tv-js .tv-lb.tv-in .tv-lb-row:nth-child(4) svg .ar{animation-delay:1.55s}
@keyframes tv-draw{to{stroke-dashoffset:0}}
@keyframes tv-fade-in{to{opacity:1}}


/* ---------- verbatim copy as scannable bullets (build in sequence) ---------- */
.tv-bullets{margin-top:22px;display:grid;gap:13px;max-width:62ch}
.tv-js .tv-bullets li{opacity:0;transform:translateY(9px);transition:opacity .45s ease,transform .45s ease}
.tv-js .tv-bullets.tv-in li{opacity:1;transform:none}
.tv-js .tv-bullets.tv-in li:nth-child(1){transition-delay:.1s}
.tv-js .tv-bullets.tv-in li:nth-child(2){transition-delay:.28s}
.tv-js .tv-bullets.tv-in li:nth-child(3){transition-delay:.46s}
.tv-js .tv-bullets.tv-in li:nth-child(4){transition-delay:.64s}
.tv-js .tv-bullets.tv-in li:nth-child(5){transition-delay:.82s}
.tv-js .tv-bullets.tv-in li:nth-child(6){transition-delay:1s}
.tv-bullets li{list-style:none;position:relative;padding-left:28px;font-size:16px;line-height:1.65}
.tv-bullets li::before{content:"";position:absolute;left:2px;top:9px;width:7px;height:7px;
  background:var(--teal);transform:rotate(45deg)}
.tv-world-dark .tv-bullets li{color:var(--body-on-dark)}
.tv-world-paper .tv-bullets li{color:var(--ink)}

/* ---------- pillar light scenes (home: lighthouse / altitude bands / lens) ----------
   frameless: graphics made of light. Continuous motion is transform/opacity only;
   one-shot entrances carry both-fill and are force-finished by tv-done */
.tv-lux{max-width:440px}
.tv-scene{position:relative;height:196px}
.tv-scene i{position:absolute;display:block;border-radius:100px;pointer-events:none}
.tv-lux p.tv-plate{text-align:center;margin-top:18px;font-family:var(--disp);font-weight:700;
  font-size:clamp(24px,2.4vw,29px);letter-spacing:-.01em;color:var(--white);max-width:none}
.tv-plate b{color:var(--teal);font-weight:700}
.tv-js .tv-lux .tv-plate{opacity:0;transform:translateY(11px);
  transition:opacity .7s ease,transform .7s ease}
.tv-js .tv-lux.tv-in .tv-plate{opacity:1;transform:none;transition-delay:.55s}

/* scene 1: the lighthouse (vetted strategies) */
.tv-lux .beacon{left:0;top:calc(44% - 1px);width:15px;height:15px;border-radius:50%;
  background:var(--teal);box-shadow:0 0 22px rgba(0,184,217,.85)}
.tv-lux .cone{left:7px;top:calc(44% - 11px);width:88%;height:36px;transform-origin:left center;
  background:linear-gradient(90deg,rgba(0,184,217,.35),rgba(0,184,217,.02));
  clip-path:polygon(0 42%,100% 0,100% 100%,0 58%);border-radius:0}
.tv-js .tv-lux.tv-in .cone{animation:tv-beam 5.6s ease-in-out infinite}
@keyframes tv-beam{0%,100%{transform:rotate(-24deg)}50%{transform:rotate(26deg)}}
.tv-lux .em{width:8px;height:8px;border-radius:50%;background:var(--gray);opacity:.22}
.tv-lux .em1{left:38%;top:26%}
.tv-lux .em2{left:66%;top:42%}
.tv-lux .em3{left:48%;top:66%}
.tv-js .tv-lux.tv-in .em1{animation:tv-flare 5.6s ease-in-out infinite}
.tv-js .tv-lux.tv-in .em2{animation:tv-flare 5.6s ease-in-out 1.3s infinite}
.tv-js .tv-lux.tv-in .em3{animation:tv-flare 5.6s ease-in-out 2.4s infinite}
@keyframes tv-flare{0%,8%{opacity:.22}16%,24%{opacity:.85}36%,100%{opacity:.22}}
.tv-lux .keep{left:82%;top:calc(44% + 1px);width:11px;height:11px;border-radius:50%;
  background:var(--teal);box-shadow:0 0 20px rgba(0,184,217,.9)}
.tv-lux .keep::after{content:"";position:absolute;inset:-6px;border-radius:50%;
  background:radial-gradient(circle,rgba(0,184,217,.55),transparent 70%)}
.tv-js .tv-lux.tv-in .keep::after{animation:tv-breathe-op 4.4s ease-in-out infinite}

/* scene 2: the altitude bands (trading education) */
.tv-lux .band{transform-origin:bottom center}
.tv-lux .band1{left:6%;bottom:10px;width:88%;height:18px;
  background:linear-gradient(90deg,transparent,rgba(168,179,194,.22),transparent)}
.tv-lux .band2{left:12%;bottom:46px;width:76%;height:16px;
  background:linear-gradient(90deg,transparent,rgba(200,210,222,.32),transparent)}
.tv-lux .band3{left:18%;bottom:80px;width:64%;height:14px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent)}
.tv-lux .band4{left:26%;bottom:112px;width:48%;height:12px;
  background:linear-gradient(90deg,transparent,rgba(0,184,217,.85),transparent)}
.tv-lux .band4::after{content:"";position:absolute;inset:-5px;border-radius:inherit;
  background:linear-gradient(90deg,transparent,rgba(0,184,217,.4),transparent);opacity:.5}
.tv-js .tv-lux.tv-in .band4::after{animation:tv-breathe-op 4.2s ease-in-out 2s infinite}
.tv-js .tv-lux.tv-in .band1{animation:tv-up .8s cubic-bezier(.19,1,.22,1) .35s both}
.tv-js .tv-lux.tv-in .band2{animation:tv-up .8s cubic-bezier(.19,1,.22,1) .65s both}
.tv-js .tv-lux.tv-in .band3{animation:tv-up .8s cubic-bezier(.19,1,.22,1) .95s both}
.tv-js .tv-lux.tv-in .band4{animation:tv-up .8s cubic-bezier(.19,1,.22,1) 1.25s both}
@keyframes tv-up{from{transform:scaleY(0)}}
.tv-lux .star{left:calc(50% - 5px);bottom:146px;width:10px;height:10px;border-radius:50%;
  background:var(--white);box-shadow:0 0 16px rgba(255,255,255,.85),0 0 32px rgba(0,184,217,.6)}
.tv-js .tv-lux.tv-in .star{animation:tv-dotin 1s cubic-bezier(.19,1,.22,1) 1.7s both}
@keyframes tv-dotin{from{opacity:0;transform:scale(2.6)}}

/* scene 3: the lens (market intelligence) */
.tv-lux .ray{left:0;width:42%;height:4px;opacity:.12;
  background:linear-gradient(90deg,transparent,rgba(168,179,194,.55))}
.tv-lux .ray1{top:17%;transform:rotate(14deg)}
.tv-lux .ray2{top:45%}
.tv-lux .ray3{top:73%;transform:rotate(-14deg)}
.tv-js .tv-lux.tv-in .ray1{animation:tv-rayfade 2.6s ease .2s both}
.tv-js .tv-lux.tv-in .ray2{animation:tv-rayfade 2.6s ease .45s both}
.tv-js .tv-lux.tv-in .ray3{animation:tv-rayfade 2.6s ease .7s both}
@keyframes tv-rayfade{0%{opacity:0}30%{opacity:.5}100%{opacity:.12}}
.tv-lux .lens{left:47%;top:20%;width:15px;height:60%;border-radius:50%;
  border:2px solid rgba(0,184,217,.65);
  box-shadow:0 0 16px rgba(0,184,217,.3),inset 0 0 12px rgba(0,184,217,.25)}
.tv-js .tv-lux .lens{opacity:0}
.tv-js .tv-lux.tv-in .lens{animation:tv-fade-in .9s ease .5s both}
.tv-lux .outray{left:calc(47% + 24px);top:calc(50% - 2px);width:31%;height:5px;transform-origin:left center;
  background:linear-gradient(90deg,rgba(0,184,217,.9),rgba(0,184,217,.15));
  box-shadow:0 0 18px rgba(0,184,217,.35)}
.tv-js .tv-lux.tv-in .outray{animation:tv-grow 1s cubic-bezier(.19,1,.22,1) 1.2s both}
@keyframes tv-grow{from{transform:scaleX(0)}}
.tv-lux .focal{left:84%;top:calc(50% - 6px);width:12px;height:12px;border-radius:50%;
  background:var(--teal);box-shadow:0 0 24px rgba(0,184,217,.95)}
.tv-lux .focal::after{content:"";position:absolute;inset:-6px;border-radius:50%;
  background:radial-gradient(circle,rgba(0,184,217,.5),transparent 70%)}
.tv-js .tv-lux.tv-in .focal{animation:tv-dotin 1s cubic-bezier(.19,1,.22,1) 1.6s both}
.tv-js .tv-lux.tv-in .focal::after{animation:tv-breathe-op 4.4s ease-in-out 2.6s infinite}

/* road lede chips (ten filters / four-week trial) */
.tv-chips{display:flex;gap:12px;margin-top:26px;flex-wrap:wrap}
.tv-chip2{display:inline-flex;align-items:center;gap:10px;font-family:var(--mono);font-size:11.5px;
  letter-spacing:.14em;color:var(--teal);text-transform:uppercase;
  border:1px solid rgba(0,184,217,.4);border-radius:100px;padding:11px 19px;
  background:linear-gradient(180deg,rgba(0,184,217,.10),rgba(0,184,217,.02));
  box-shadow:0 0 22px rgba(0,184,217,.10)}
.tv-chip2 .n{font-family:var(--disp);font-weight:700;font-size:16px;letter-spacing:0;color:var(--white);
  text-shadow:0 0 14px rgba(0,184,217,.6)}

/* gates glow up as they clear */
.tv-gate .tv-num,.tv-gate .tv-name{transition:color .65s ease}
.tv-gate .tv-num{position:relative;z-index:0}
.tv-gate .tv-num::after{content:attr(data-n);position:absolute;left:0;top:0;z-index:-1;
  pointer-events:none;color:var(--teal);
  text-shadow:0 0 24px rgba(0,184,217,.7),0 0 9px rgba(0,184,217,.4);
  opacity:0;transition:opacity .65s ease}
.tv-gate.tv-cleared .tv-num{color:var(--teal)}
.tv-gate.tv-cleared .tv-num::after{opacity:.55;animation:tv-breathe-op 3.6s ease-in-out .65s infinite}
.tv-gate.tv-cleared .tv-name{color:var(--white)}

/* checkpoint icons wake up as rows clear: base ink darkens, teal accent breathes */
.tv-cicon{transition:color .5s}
.tv-world-paper .tv-check.tv-cleared .tv-cicon{color:var(--navy)}
.tv-world-dark .tv-check.tv-cleared .tv-cicon{color:var(--white)}
.tv-check.tv-cleared .tv-cicon svg .a{animation:tv-breathe-stroke 3.2s ease-in-out 1.1s infinite}
@keyframes tv-breathe-stroke{
  0%,100%{opacity:1}
  50%{opacity:.45}
}
/* ambient breathing for glow surfaces */
.tv-glow{position:relative;isolation:isolate}
.tv-glow::after,.tv-idcard::after{content:"";position:absolute;inset:-2px;border-radius:inherit;
  box-shadow:0 0 54px rgba(0,184,217,.3);opacity:.25;pointer-events:none;z-index:-1;
  animation:tv-breathe-op 4.4s ease-in-out infinite}
@keyframes tv-breathe-op{50%{opacity:1}}
.tv-seg-pass,.tv-week-pub{position:relative;isolation:isolate}
.tv-seg-pass::before,.tv-week-pub::before{content:"";position:absolute;inset:-3px;border-radius:inherit;
  box-shadow:0 0 40px rgba(0,184,217,.22);opacity:.4;pointer-events:none;z-index:-1;
  animation:tv-breathe-op 3.6s ease-in-out infinite}
/* road gates: the number keeps its static glow; the verdict dot carries the pulse */
.tv-gate.tv-cleared .tv-verdict::before{animation:tv-dotpulse 2.4s ease-in-out infinite}
@keyframes tv-dotpulse{
  0%,100%{transform:scale(1);opacity:1}
  50%{transform:scale(1.35);opacity:.55}
}
/* compositor isolation: perpetually animating SVGs repaint on their own layers,
   never invalidating neighboring text */
.tv-cicon svg,.tv-idavatar svg,.tv-seal,.tv-stamp .ants{will-change:transform}

/* ---------- broker fact file ---------- */
.tv-brokerwm{font-family:var(--disp);font-weight:700;font-size:30px;letter-spacing:.14em;color:var(--white)}
.tv-brokersub{font-family:var(--mono);font-size:10.5px;letter-spacing:.18em;color:var(--teal);text-transform:uppercase;margin-top:4px}
/* broker fact file: instrument variant — grid texture + corner brackets */
.tv-idcard.tv-fancy{max-width:none;border-color:rgba(0,184,217,.35);
  background:
    linear-gradient(rgba(168,179,194,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(168,179,194,.045) 1px,transparent 1px),
    linear-gradient(180deg,rgba(10,35,56,.92),rgba(7,26,45,.65));
  background-size:28px 28px,28px 28px,100% 100%;
  box-shadow:0 0 44px rgba(0,184,217,.12)}
.tv-idcard{isolation:isolate}
.tv-brokerhead{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}
.tv-seal{flex:0 0 auto;width:64px;height:64px;color:var(--teal);
  filter:drop-shadow(0 0 10px rgba(0,184,217,.35))}
.tv-seal .ring{animation:tv-sealspin 26s linear infinite;transform-origin:32px 32px}
@media (prefers-reduced-motion:reduce){.tv-seal .ring{animation:none}}
@keyframes tv-sealspin{to{transform:rotate(360deg)}}

/* ---------- trial timeline (standard) ---------- */
.tv-weeks{display:flex;align-items:center;gap:10px;margin-top:44px;max-width:640px}
.tv-week{flex:1;border:1px solid var(--line-d);border-radius:10px;padding:16px 8px;text-align:center;
  font-family:var(--mono);font-size:11px;letter-spacing:.12em;color:var(--gray)}
.tv-week .eye{display:block;margin:0 auto 8px;width:18px;height:18px;color:var(--gray-2)}
.tv-week-pub{border-color:var(--teal);background:var(--teal-soft);color:var(--teal);box-shadow:0 0 24px rgba(0,184,217,.14)}
.tv-week-pub .eye{color:var(--teal)}
.tv-weeks .arr{color:var(--gray-2);flex:0 0 auto}

/* ---------- mini wall (most strategies do not make it) ---------- */
.tv-miniwall{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;max-width:440px;margin-top:8px}
.tv-miniwall .tv-seg{height:52px}

/* ---------- cost receipt: paper slip with header band + torn edge ---------- */
.tv-ledger{position:relative;border-radius:16px 16px 0 0;background:var(--white);
  box-shadow:0 20px 50px rgba(7,26,45,.14),0 0 34px rgba(0,184,217,.08);
  padding:0 26px 96px}
.tv-ledger::after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:10px;
  background:
    linear-gradient(-45deg,transparent 8px,var(--white) 0) 0 0/18px 10px repeat-x,
    linear-gradient(45deg,transparent 8px,var(--white) 0) 9px 0/18px 10px repeat-x}
.tv-lhead{display:flex;justify-content:space-between;align-items:baseline;
  background:var(--navy);margin:0 -26px 4px;padding:16px 26px 14px;border-radius:16px 16px 0 0}
.tv-lhead .a{font-family:var(--mono);font-size:11px;letter-spacing:.16em;color:var(--gray);text-transform:uppercase}
.tv-lhead .b{font-family:var(--disp);font-weight:700;font-size:13px;letter-spacing:.1em;color:var(--white);
  display:flex;align-items:center;gap:10px}
.tv-lhead .b::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--teal);
  box-shadow:0 0 10px rgba(0,184,217,.7)}
.tv-lrow{display:flex;justify-content:space-between;gap:14px;align-items:baseline;
  padding:15px 0;border-bottom:1px dashed rgba(7,26,45,.18)}
.tv-lrow .k2{font-size:14.5px;color:var(--ink)}
.tv-lrow .v2{font-family:var(--mono);font-size:11px;letter-spacing:.1em;color:var(--gray-2);
  text-align:right;text-transform:uppercase}
.tv-lrow .v2.zero{color:var(--teal-ink);font-weight:600;font-size:13px}
.tv-stamp{position:absolute;right:18px;bottom:18px;transform:rotate(-7deg);
  border:none;border-radius:14px;padding:15px 24px;
  font-family:var(--mono);font-size:12px;letter-spacing:.16em;color:var(--teal-ink);
  text-transform:uppercase;text-align:center;line-height:1.65;
  background:rgba(0,184,217,.08)}
.tv-stamp b{display:block;font-family:var(--disp);font-weight:700;font-size:18px;letter-spacing:.03em;color:var(--teal-ink)}
/* one-time impact flash when the stamp lands */
.tv-stamp::before{content:"";position:absolute;inset:-26px;border-radius:50%;pointer-events:none;
  background:radial-gradient(circle,rgba(0,184,217,.45) 0%,transparent 65%);opacity:0}
.tv-js .tv-ledger.tv-in .tv-stamp::before{animation:tv-flash .8s ease-out 1.5s}
@keyframes tv-flash{0%{opacity:0}25%{opacity:1}100%{opacity:0}}
/* the stamp slams down after the receipt is on screen, then keeps beeping */
.tv-js .tv-ledger .tv-stamp{opacity:0}
.tv-js .tv-ledger.tv-in .tv-stamp{animation:tv-stamp-in .4s ease-out 1.15s forwards}
.tv-js .tv-ledger.tv-in .tv-stamp .txt{animation:tv-stamp-breathe 3.2s ease-in-out 1.9s infinite}
.tv-stamp .ants{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;overflow:visible}
.tv-stamp .ants rect{fill:none;stroke:var(--teal-ink);stroke-width:3;stroke-dasharray:7 8;
  x:1.5px;y:1.5px;width:calc(100% - 3px);height:calc(100% - 3px);rx:11px;
  animation:tv-ants 12s linear infinite}
@keyframes tv-ants{to{stroke-dashoffset:-150}}
.tv-stamp .txt{display:block;position:relative}
@keyframes tv-stamp-in{
  from{opacity:0;transform:rotate(-7deg) scale(1.25)}
  to{opacity:1;transform:rotate(-7deg) scale(1)}
}
@keyframes tv-stamp-breathe{
  0%,100%{opacity:.55}
  50%{opacity:1}
}

/* failsafe: once a reveal has had its moment, force children to final state
   (covers throttled tabs where transition clocks freeze) */
.tv-js .tv-done li,.tv-js .tv-done .rk,.tv-js .tv-done .tag,
.tv-js .tv-done .tv-idhead,.tv-js .tv-done .tv-idrow,.tv-js .tv-done .tv-cicon,
.tv-js .tv-done .tv-plate,
.tv-js .tv-weeks.tv-done>*,.tv-js .tv-miniwall.tv-done>*{
  opacity:1;transform:none;transition:none}
/* one-shot scene entrances settle to final state; ambient sweeps/breathes keep running */
.tv-js .tv-lux.tv-done .band,.tv-js .tv-lux.tv-done .star,
.tv-js .tv-lux.tv-done .outray,.tv-js .tv-lux.tv-done .focal{animation:none;opacity:1;transform:none}
.tv-js .tv-lux.tv-done .ray{animation:none}
.tv-js .tv-lux.tv-done .lens{animation:none;opacity:1}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion:reduce){
  .tv-word,.tv-lead,.tv-cta-row,.tv-badge{animation:none}
  .tv-badge .tv-dot::after{animation:none;opacity:0}
  .tv-seg-pass::before,.tv-week-pub::before{animation:none;opacity:.4}
  .tv-gate.tv-cleared .tv-verdict::before{animation:none}
  .tv-strike::after,.tv-gate,.tv-gate::after,.tv-gate .tv-num::after,.tv-check,.tv-chip{transition:none}
  .tv-cue{animation:none}
  .tv-js .tv-reveal,.tv-js .tv-reveal-pop{opacity:1;transform:none;transition:none}
  .tv-js .tv-weeks>*,.tv-js .tv-miniwall>*,.tv-js .tv-check .tv-cicon{opacity:1;transform:none;transition:none}
  .tv-glow,.tv-seg-pass,.tv-week-pub,.tv-gate.tv-cleared,
  .tv-check.tv-cleared .tv-cicon svg .a{animation:none}
  .tv-js .tv-lux .tv-scene i,.tv-js .tv-lux .tv-scene i::after{animation:none;opacity:1;transform:none}
  .tv-js .tv-lux .tv-scene .ray{opacity:.12}
  .tv-js .tv-lux .tv-scene .lens{opacity:1}
  .tv-js .tv-lux .tv-plate{opacity:1;transform:none;transition:none}
  .tv-js .tv-ledger .tv-stamp{opacity:1}
  .tv-js .tv-ledger.tv-in .tv-stamp{animation:none}
  .tv-js .tv-lb svg .ln{stroke-dasharray:none;stroke-dashoffset:0;animation:none}
  .tv-idrow .v2.masked,.tv-idavatar .ring{animation:none}
  .tv-glow::after,.tv-idcard::after{animation:none;opacity:.5}
  .tv-stamp .ants rect,.tv-js .tv-ledger.tv-in .tv-stamp .txt{animation:none}
  .tv-js .tv-ledger.tv-in .tv-stamp::before{animation:none}
  .tv-js .tv-bullets li{opacity:1;transform:none;transition:none}
  .tv-js .tv-lb .rk,.tv-js .tv-lb .tag{opacity:1;transform:none;transition:none}
  .tv-js .tv-lb.tv-in .dd{animation:none;opacity:0}
  .tv-js .tv-idcard .tv-idhead,.tv-js .tv-idcard .tv-idrow{opacity:1;transform:none;transition:none}
  .tv-js .tv-lb svg .ar{opacity:1;animation:none}
  .tv-gate.tv-cleared .tv-num{animation:none}
  .tv-gate.tv-cleared .tv-num::after{animation:none;opacity:.6}
}

/* ---------- late-cascade mobile overrides (must stay at end of file) ---------- */
@media (max-width:700px){
  .tv-logo img{width:auto}
  .tv-lux{margin-bottom:20px;max-width:none}
  .tv-scene{height:180px}
  .tv-ledger{padding-bottom:110px}
  .tv-stamp{right:12px;bottom:16px;padding:11px 15px;font-size:10px;letter-spacing:.12em;line-height:1.6}
  .tv-stamp b{font-size:14px}
  .tv-check .tv-cnum{float:right;font-size:38px;margin:0 0 8px 16px}
  .tv-cicon,.tv-cicon-lg{margin:0 0 22px;justify-content:flex-start}
  .tv-cicon svg,.tv-cicon.tv-cicon-lg svg{width:38px;height:38px}
  .tv-check-icon{display:block}
  .tv-idcard{max-width:none}
  .tv-lb{max-width:none}
  /* keep the drawn curves undistorted: uniform scale instead of the desktop stretch */
  .tv-lb-row svg{height:auto;aspect-ratio:200/44}
  /* the uniform scale shrinks stroke weight too — thicken to match the desktop feel */
  .tv-lb-row svg .ln{stroke-width:5}
  .tv-lb-row svg .dd{r:7}
  /* stacked road: chapter padding already provides 80px — trim the doubled gap */
  .tv-track{padding:28px 0}
}
