﻿/* =============================================================================
   BoardIt landing redesign - sandbox.
   Part 1: marketing shell. Part 2: FAITHFUL reproductions of the real board
   (board/board.css) and rep app (rep/rep.css) - values copied verbatim, scoped
   under .tvscreen / .iphone, rendered at natural size and transform-scaled.
   ============================================================================= */
/* Marketing typeface (D76): Manrope, self-hosted like every other dependency.
   The board/rep reproductions below stay on --font-sys — the real product's stack. */
@font-face{
  font-family:'Manrope';
  src:url('/shared/fonts/manrope-var.woff2') format('woff2');
  font-weight:200 800; font-style:normal; font-display:swap;
}
:root{
  --bg:#07080d; --card:#14161e; --card-border:#232634; --grid-line:#2a2f3d;
  --text:#ffffff; --text-dim:#a4adbf; --dim2:#6b7488;
  --font-sys:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  --font:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0; background:var(--bg);}
.page{
  font-family:var(--font); background:var(--bg); color:var(--text);
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
.wrap{max-width:1120px; margin:0 auto; padding:0 24px;}

.wm{font-family:Arial,Helvetica,sans-serif; display:inline-flex; align-items:center; white-space:nowrap; font-weight:800;}
.wm-it{display:inline-flex; align-items:center; justify-content:center; line-height:1;
  background:#fff; color:#07080d; border-radius:.16em; padding:.1em .18em .15em; margin-left:.05em;}

/* ---- nav ---- */
nav{
  position:fixed; top:0; left:0; right:0; z-index:50;
  display:flex; align-items:center; justify-content:space-between;
  padding:16px 28px; transition:background .25s ease, border-color .25s ease;
  border-bottom:1px solid transparent;
}
nav.scrolled{background:rgba(7,8,13,.72); backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px); border-bottom-color:var(--card-border);}
.brand{display:flex; align-items:center; gap:11px; font-size:23px;}
.brand svg{width:32px; height:32px; display:block;}
.signin{
  font-family:var(--font); font-size:14px; font-weight:800; color:var(--text);
  text-decoration:none; border:1.5px solid var(--card-border); border-radius:10px;
  padding:9px 18px; transition:border-color .14s ease, background .14s ease;
}
.signin:hover{border-color:#3a4152; background:var(--card);}
.nav-links{display:flex; align-items:center; gap:10px;}

/* ---- reveal on scroll ---- */
[data-reveal]{opacity:0; transform:translateY(24px); transition:opacity .7s cubic-bezier(.2,.6,.2,1), transform .7s cubic-bezier(.2,.6,.2,1);}
[data-reveal].in{opacity:1; transform:none;}
[data-stagger].in > *{opacity:0; transform:translateY(18px); animation:rise .6s cubic-bezier(.2,.6,.2,1) forwards;}
[data-stagger].in > :nth-child(1){animation-delay:.04s;} [data-stagger].in > :nth-child(2){animation-delay:.11s;}
[data-stagger].in > :nth-child(3){animation-delay:.18s;} [data-stagger].in > :nth-child(4){animation-delay:.25s;}
[data-stagger].in > :nth-child(5){animation-delay:.32s;} [data-stagger].in > :nth-child(6){animation-delay:.39s;}
[data-stagger].in > :nth-child(7){animation-delay:.46s;} [data-stagger].in > :nth-child(8){animation-delay:.53s;}
@keyframes rise{to{opacity:1; transform:none;}}

/* ---- hero ---- */
.hero{
  text-align:center; padding:150px 0 30px;
  background:radial-gradient(1000px 480px at 50% -140px, rgba(255,255,255,.05), transparent 68%), var(--bg);
}
.eyebrow{font-size:12.5px; font-weight:800; letter-spacing:.22em; text-transform:uppercase; color:var(--dim2); margin:0 0 24px;}
h1{font-size:clamp(38px,6.8vw,74px); font-weight:800; letter-spacing:-0.035em; line-height:1.0; margin:0 auto 24px; max-width:14ch; text-wrap:balance;}
.sub{font-size:clamp(17px,2.2vw,21px); font-weight:600; line-height:1.5; color:var(--text-dim); max-width:52ch; margin:0 auto 36px; text-wrap:balance;}
.cta{display:flex; gap:14px; justify-content:center; align-items:center; flex-wrap:wrap;}
.btn{font-family:var(--font); font-size:15px; font-weight:800; text-decoration:none; border-radius:12px; padding:15px 26px; letter-spacing:-0.01em; transition:transform .1s ease, opacity .14s ease, border-color .14s ease; display:inline-flex; align-items:center;}
.btn:active{transform:scale(.98);}
.btn-ghost{background:transparent; color:var(--text); border:1.5px solid var(--card-border);}
.btn-ghost:hover{border-color:#3a4152;}
.appstore{display:inline-flex; border-radius:12px; transition:transform .1s ease, opacity .14s ease;}
.appstore:hover{opacity:.88;} .appstore:active{transform:scale(.98);}
.appstore svg{height:52px; width:auto; display:block;}

.hero-shot{margin:70px auto 0; max-width:1240px; padding:0 24px;}

/* ---- TV frame: modern thin-bezel panel, wall-mount shadow ---- */
.tvframe{
  background:#020308; border:1px solid #1b1f2a; border-radius:14px; padding:10px;
  box-shadow:0 80px 140px -70px rgba(0,0,0,1), 0 0 90px -30px rgba(255,255,255,.06), 0 0 0 1px rgba(255,255,255,.03) inset;
}
.tvfit{position:relative; overflow:hidden; border-radius:6px; width:100%;}
/* absolute: the natural-size screen must not contribute to layout sizing */
.tvfit > *{position:absolute; top:0; left:0; transform-origin:top left;}

/* ---- section scaffolding ---- */
section{padding:110px 0;}
.kicker{font-size:12.5px; font-weight:800; letter-spacing:.2em; text-transform:uppercase; color:var(--dim2); margin:0 0 14px;}
h2{font-size:clamp(30px,4.4vw,46px); font-weight:800; letter-spacing:-0.03em; line-height:1.04; margin:0 0 16px; text-wrap:balance;}
.lead{font-size:17.5px; font-weight:600; color:var(--text-dim); line-height:1.55; max-width:56ch; margin:0;}
.lead-2{margin-top:16px;}
.divider-rule{height:1px; background:var(--card-border);}

/* ---- the moment: log phone | TV | board phone ---- */
.moment-sec{padding-top:130px;}
.moment-stage{
  display:grid; grid-template-columns:280px minmax(0,1fr) 280px; align-items:center;
  gap:48px; margin:64px auto 0; max-width:1360px; padding:0 40px;
}
.ipfit{position:relative; overflow:visible; width:280px;}
.ipfit > *{position:absolute; top:0; left:0; transform-origin:top left;}
@media(max-width:1080px){
  .moment-stage{grid-template-columns:1fr; justify-items:center; gap:30px; padding:0 24px;}
  .tvframe-scene{width:100%; max-width:720px;}
}

/* ---- daily emails (structure from docs/super-redesign/emails.html, recast
   onto the landing's demo store + board palette) ---- */
.mailgrid{display:flex; flex-direction:column; gap:48px; margin:56px auto 0; max-width:680px;}
.lane-label{font-size:12.5px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; color:var(--dim2); margin-bottom:12px;}
.mailframe{border:1px solid var(--card-border); border-radius:14px; overflow:hidden; background:#0c0d12; box-shadow:0 40px 90px -55px rgba(0,0,0,.95);}
.mailhead{padding:15px 24px; border-bottom:1px solid rgba(35,38,52,.6);}
.mailhead .subj{font-size:16.5px; font-weight:800; letter-spacing:-0.01em; margin-bottom:4px;}
.mailhead .meta{font-size:13.5px; font-weight:600; color:var(--dim2);}
/* the email itself - black, like the board */
.email{background:#000; padding:32px 32px; font-weight:600;}
.e-brand{display:flex; align-items:baseline; gap:10px; margin-bottom:24px;}
.wm-mail{font-size:17px;}
.e-brand > span:last-child{color:#555c6b; font-size:11.5px; font-weight:800; text-transform:uppercase; letter-spacing:.14em;}
.e-date{color:var(--dim2); font-size:14px; margin-bottom:3px;}
.e-store{color:var(--text-dim); font-size:15px; font-weight:700; margin-bottom:24px;}
.e-hero{color:#fff; font-size:48px; font-weight:800; letter-spacing:-0.03em; line-height:1; font-variant-numeric:tabular-nums;}
.e-hero small{font-size:17px; color:var(--dim2); font-weight:600; letter-spacing:-0.01em;}
.e-heroL{color:var(--dim2); font-size:14px; margin:8px 0 24px;}
.e-row{display:flex; border-top:1px solid #191c24; padding:13px 0; align-items:baseline; font-size:15.5px;}
.e-row .k{width:128px; color:var(--dim2); font-size:14px; flex:none;}
.e-row .v{color:#ededed; font-weight:600; min-width:0;}
.e-row .v.vgrow{flex:1;}
.e-row .v b{font-weight:800; color:#fff; font-variant-numeric:tabular-nums;}
.e-amber{color:#ffb224; font-weight:700;}
.e-flame{font-size:12px;}
.cells{display:inline-flex; gap:3px; vertical-align:-1px; flex-wrap:wrap;}
.cells i{width:13px; height:13px; border-radius:3px;}
.cells i.half{clip-path:polygon(0 0,100% 0,0 100%);}
.e-cats{display:block; font-size:14px; color:var(--text-dim); margin-top:8px; font-weight:600;}
.e-cats b{font-weight:800; font-variant-numeric:tabular-nums;}
.mixbar{display:flex; height:9px; border-radius:4.5px; overflow:hidden; background:#191c24; margin-top:5px;}
.mixbar i{height:100%;}
.e-sub{color:var(--text-dim); font-size:12px; text-transform:uppercase; letter-spacing:.12em; font-weight:800; margin:24px 0 5px;}
.rtable{width:100%; border-collapse:collapse;}
.rtable th{font-size:11.5px; color:var(--dim2); text-transform:uppercase; letter-spacing:.08em; text-align:left; padding:7px 4px; border-bottom:1px solid #191c24; font-weight:800;}
.rtable th.r,.rtable td.r{text-align:right;}
.rtable td{padding:9px 4px; border-bottom:1px solid #12141b; font-size:15px; color:#ededed; white-space:nowrap; font-variant-numeric:tabular-nums;}
.rtable td.dim{color:var(--dim2);}
.rtable .nm{font-weight:700; color:#fff;}
.rtable .fl{font-size:12.5px;}
.e-tail{padding:10px 2px 0; color:var(--dim2); font-size:13.5px;}
.e-ok{color:var(--dim2); font-size:14.5px; padding:6px 0;}
.e-ok b{color:#04bf33; font-weight:800;}
.e-cta{display:inline-block; margin-top:22px; padding:11px 18px; border:1px solid #333a48; border-radius:10px; color:#ededed; font-weight:700; font-size:14px;}

/* ---- feature index (editorial ruled list) ---- */
.idx{display:grid; grid-template-columns:1fr 1fr; gap:0 56px; margin-top:52px;}
@media(max-width:760px){.idx{grid-template-columns:1fr;}}
.idx-item{display:flex; gap:20px; border-top:1px solid var(--grid-line); padding:24px 0 26px;}
.idx-n{font-size:13px; font-weight:800; color:var(--dim2); font-variant-numeric:tabular-nums; padding-top:3px;}
.idx-item h4{font-size:17.5px; font-weight:800; letter-spacing:-0.01em; margin:0 0 6px;}
.idx-item p{font-size:14.5px; font-weight:600; line-height:1.55; color:var(--text-dim); margin:0;}

/* ---- trust line (one ruled strip under the feature index) ---- */
.trustline{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:8px;
  border-top:1px solid var(--grid-line); padding-top:26px;}
@media(max-width:760px){.trustline{grid-template-columns:1fr; gap:14px;}}
.trustline p{font-size:14px; font-weight:600; line-height:1.55; color:var(--dim2); margin:0;}
.trustline b{font-weight:800; color:var(--text-dim);}

/* ---- origin / closing / footer ---- */
#origin{text-align:center;}
.origin-wrap{display:flex; flex-direction:column; align-items:center;}
.origin-lead{max-width:60ch;}
.closing{text-align:center; padding:120px 0 130px;}
.closing h2{max-width:16ch; margin-left:auto; margin-right:auto;}
.closing .sub{margin:10px auto 30px;}
footer{border-top:1px solid var(--card-border); padding:34px 0;}
footer .wrap{display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap;}
.foot-brand{display:flex; align-items:center; gap:10px; font-size:20px;}
.foot-brand svg{width:28px; height:28px;}
.foot-meta{font-size:13px; font-weight:700; color:var(--dim2); letter-spacing:.02em;}
.foot-meta a{color:var(--dim2); text-decoration:none; transition:color .14s ease;}
.foot-meta a:hover{color:var(--text);}

/* =============================================================================
   Part 2a: THE BOARD - values copied from board/board.css (§4.6), scoped under
   .tvscreen. The screen is built at its real 1920x1080 (or 1080x1920) size and
   transform-scaled to fit, so proportions are exact.
   ============================================================================= */
.tvscreen{
  width:1920px; height:1080px; background:var(--bg); color:var(--text);
  font-family:var(--font-sys); /* the real board's stack — reproduction stays faithful (D76) */
  font-weight:600; display:flex; flex-direction:column; padding:32px 48px;
  user-select:none; overflow:hidden;
}
.tvscreen.tvportrait{width:1080px; height:1920px;}

.tvscreen .bhead{display:flex; align-items:flex-start; justify-content:space-between; gap:24px; padding-bottom:28px; flex:0 0 auto;}
.tvscreen .clock{display:flex; flex-direction:column; gap:4px;}
.tvscreen .clock-time{font-size:56px; font-weight:800; letter-spacing:-0.02em; line-height:1; font-variant-numeric:tabular-nums;}
.tvscreen .clock-date{font-size:22px; font-weight:700; letter-spacing:-0.01em; line-height:1; color:var(--text-dim);}
.tvscreen .branding{font-size:56px; font-weight:800; letter-spacing:-0.02em; line-height:1; text-align:right; white-space:nowrap;}

.tvscreen .stage{flex:1 1 auto; display:flex; align-items:center; justify-content:center; gap:28px; min-height:0;}
.tvscreen .stage-portrait{flex-direction:column; align-items:center; justify-content:flex-start;}
.tvscreen .stage-portrait .grid-panel{margin:auto 0;}

.tvscreen .grid-panel{
  width:fit-content; background:var(--card); border:2px solid var(--grid-line);
  border-radius:12px; overflow:hidden; display:grid;
  grid-template-columns:240px repeat(var(--cols,20), var(--cell-size,80px));
}
.tvscreen.tvportrait .grid-panel{grid-template-columns:repeat(var(--cols,20), var(--cell-size,48px));}
.tvscreen .corner,.tvscreen .colnum{height:56px; border-right:1px solid var(--grid-line); border-bottom:1px solid var(--grid-line);}
.tvscreen .colnum{display:flex; align-items:center; justify-content:center; font-size:22px; font-weight:700; font-variant-numeric:tabular-nums; color:var(--text-dim);}
.tvscreen .name{
  height:var(--cell-size,80px); display:flex; align-items:center; padding:0 24px;
  font-size:28px; font-weight:700; letter-spacing:-0.01em; white-space:nowrap;
  overflow:hidden; text-overflow:ellipsis; border-right:1px solid var(--grid-line); border-bottom:1px solid var(--grid-line);
}
.tvscreen .name.dim{opacity:0.55;}
.tvscreen .name-label{min-width:0; overflow:hidden; text-overflow:ellipsis;}
.tvscreen .streak-flame{flex:none; margin-left:10px; font-size:0.8em; line-height:1; animation:streak-flicker 1.6s ease-in-out infinite;}
@keyframes streak-flicker{0%,100%{transform:scale(1); opacity:1;}50%{transform:scale(0.86); opacity:0.75;}}
.tvscreen .nameband{
  grid-column:1 / -1; height:44px; display:flex; align-items:center; padding:0 18px;
  font-size:26px; font-weight:700; letter-spacing:-0.01em; white-space:nowrap;
  overflow:hidden; text-overflow:ellipsis; background:var(--bg); border-bottom:1px solid var(--grid-line);
}
.tvscreen .nameband.dim{opacity:0.55;}
.tvscreen .cell{position:relative; height:var(--cell-size,80px); width:var(--cell-size,80px); border-right:1px solid var(--grid-line); border-bottom:1px solid var(--grid-line);}
.tvscreen .cell.half-cell{background:linear-gradient(to bottom right, var(--tl-color,transparent) 50%, var(--br-color,transparent) 50%);}
.tvscreen .cell.half-cell.split::after{
  content:""; position:absolute; top:50%; left:50%; width:141.42%; height:1px;
  background:var(--grid-line); transform:translate(-50%,-50%) rotate(-45deg); pointer-events:none;
}
.tvscreen .divider{
  grid-column:1 / -1; display:flex; align-items:center; gap:20px; background:var(--bg);
  padding:14px 24px; font-size:18px; font-weight:800; text-transform:uppercase;
  letter-spacing:0.16em; color:var(--text-dim); border-bottom:1px solid var(--grid-line);
}
.tvscreen .divider::before,.tvscreen .divider::after{content:""; flex:1; height:2px; background:var(--card-border);}

.tvscreen .ledger-panel{
  align-self:center; background:var(--card); border:2px solid var(--grid-line);
  border-radius:16px; padding:24px 28px; display:flex; flex-direction:column; gap:20px;
  max-height:100%; overflow:hidden;
}
.tvscreen.tvportrait .ledger-panel{flex-direction:row; align-self:stretch; gap:22px; padding:22px 26px; max-height:none;}
.tvscreen .ledger-item{min-width:240px; border-left:4px solid var(--cat-color,var(--card-border)); padding-left:16px;}
.tvscreen.tvportrait .ledger-item{flex:1 1 0; min-width:0;}
.tvscreen .ledger-label{font-size:18px; font-weight:700; text-transform:uppercase; letter-spacing:0.10em; color:var(--text-dim); text-align:center; margin-bottom:14px;}
.tvscreen .ledger-stats{display:grid; grid-template-columns:1fr 1fr; gap:14px;}
.tvscreen .stat-label{font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:0.14em; color:var(--text-dim); margin-bottom:4px;}
.tvscreen .stat-value{font-size:48px; font-weight:800; font-variant-numeric:tabular-nums; letter-spacing:-0.02em; line-height:1;}
.tvscreen .stat.current .stat-value{color:var(--cat-color,var(--text));}
.tvscreen .stat.pacing .stat-value{color:var(--text-dim);}

@keyframes cell-pop{0%{transform:scale(0.2); opacity:0;}60%{transform:scale(1.12); opacity:1;}100%{transform:scale(1); opacity:1;}}
.tvscreen .cell.pop{animation:cell-pop 300ms ease-out both; transform-origin:center;}
@keyframes row-flash{0%{background:transparent;}15%{background:var(--flash-color);}100%{background:transparent;}}
.tvscreen .flash{animation:row-flash 2s ease-out both;}
@keyframes band-flash{0%{background:var(--bg);}15%{background:var(--flash-color);}100%{background:var(--bg);}}
.tvscreen .nameband.flash{animation:band-flash 2s ease-out both;}

/* =============================================================================
   Part 2b: THE REP APP - values copied from rep/rep.css, scoped under .iphone.
   Built at a real 390pt logical width inside an iPhone shell, then scaled.
   ============================================================================= */
.iphone{
  width:406px; height:852px; background:#0e1016; border-radius:62px; padding:8px;
  font-family:var(--font-sys); /* the real rep app's stack — reproduction stays faithful (D76) */
  border:1px solid #2c313d;
  box-shadow:0 60px 110px -50px rgba(0,0,0,.95), 0 0 0 1px rgba(255,255,255,.04) inset;
}
.ip-screen{
  position:relative; width:390px; height:836px; border-radius:54px; background:var(--bg);
  overflow:hidden; border:1px solid #12151d;
}
.ip-status{position:relative; height:56px; display:flex; align-items:center; justify-content:space-between; padding:6px 36px 0;}
.ip-time{font-size:17px; font-weight:700; letter-spacing:-0.01em;}
.ip-island{position:absolute; left:50%; top:12px; transform:translateX(-50%); width:122px; height:36px; border-radius:20px; background:#000;}
.ip-icons{display:flex; align-items:center; gap:7px;}
.ip-icons svg{display:block;}
.ip-homebar{position:absolute; bottom:9px; left:50%; transform:translateX(-50%); width:134px; height:5px; border-radius:3px; background:#fff; opacity:.28;}

.rapp{position:relative; height:calc(100% - 56px); padding:8px 20px 0; display:flex; flex-direction:column; font-weight:600;}
.rapp .log-head{display:flex; align-items:center; gap:8px; margin-bottom:8px;}
.rapp .rbtn-link{color:var(--text-dim); font-size:16px; font-weight:700; padding:8px 4px;}
.rapp .log-head h1{margin:0; font-size:26px; font-weight:800; letter-spacing:-0.01em;}
.rapp .log-steps{margin:auto 0; padding-bottom:140px;}
.rapp .step{margin-bottom:28px;}
.rapp .step-label{font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:0.12em; color:var(--text-dim); margin:0 4px 12px;}
.rapp .cat-grid{display:grid; grid-template-columns:1fr 1fr; gap:12px;}
.rapp .cat-btn{
  min-height:88px; display:flex; align-items:center; justify-content:center; text-align:center;
  padding:10px 14px; font-family:inherit; font-size:22px; font-weight:800; color:#fff;
  background:var(--c,var(--card)); border:4px solid transparent; border-radius:14px;
  transition:transform .08s ease, border-color .12s ease; text-shadow:0 1px 2px rgba(0,0,0,.35);
  pointer-events:none;
}
.rapp .cat-btn.selected{border-color:#fff;}
.rapp .credit-row{display:grid; grid-template-columns:1fr 1fr; gap:12px;}
.rapp .rpill{
  min-height:84px; display:flex; align-items:center; justify-content:center; font-family:inherit;
  font-size:28px; font-weight:800; color:var(--text); background:var(--card);
  border:3px solid var(--card-border); border-radius:14px;
  transition:transform .08s ease, background .12s ease, color .12s ease, border-color .12s ease;
  pointer-events:none;
}
.rapp .rpill.selected{background:var(--text); color:var(--bg); border-color:var(--text);}
.rapp .rdock{position:absolute; left:12px; right:12px; bottom:96px;}
.rapp .rbtn-primary{
  width:100%; min-height:72px; display:flex; align-items:center; justify-content:center;
  font-family:inherit; font-size:26px; font-weight:800; letter-spacing:-0.01em;
  background:var(--text); color:var(--bg); border:none; border-radius:16px;
  box-shadow:0 10px 28px rgba(0,0,0,.5); transition:transform .08s ease, opacity .12s ease;
  pointer-events:none;
}
.rapp .rbtn-primary:disabled{opacity:.35;}
.rapp .rbtn-primary.press{transform:scale(.98);}
.rapp .rtoast{
  position:absolute; left:50%; bottom:28px; transform:translateX(-50%); white-space:nowrap;
  padding:16px 24px; font-size:22px; font-weight:700; color:#fff; background:#04bf33;
  border-radius:12px; box-shadow:0 8px 24px rgba(0,0,0,.4);
  opacity:0; transition:opacity .2s ease;
}
.rapp .rtoast.show{opacity:1;}
.tapdot{
  position:absolute; width:38px; height:38px; border-radius:50%; z-index:6;
  background:rgba(255,255,255,.35); border:1.5px solid rgba(255,255,255,.7);
  transform:translate(-50%,-50%) scale(.4); opacity:0; pointer-events:none;
  left:50%; top:50%;
  transition:left .38s cubic-bezier(.3,.7,.3,1), top .38s cubic-bezier(.3,.7,.3,1);
}
.tapdot.press{animation:tap .42s ease;}
@keyframes tap{0%{opacity:0; transform:translate(-50%,-50%) scale(.4);}30%{opacity:1; transform:translate(-50%,-50%) scale(1);}100%{opacity:0; transform:translate(-50%,-50%) scale(1.5);}}

/* ---- the rep app's board view (right phone) - rep.css values verbatim ---- */
.rapp-board .log-head{margin-bottom:12px;}
.board-store{margin-left:auto; font-size:13px; font-weight:700; color:var(--text-dim); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:40%;}
.bscale{overflow:hidden;}
/* neutralize the TV-screen frame so only the grid language remains */
.bvhost{width:fit-content; height:auto; padding:0; display:block; background:transparent; transform-origin:top left;}
.bv-cards{display:grid; grid-template-columns:1fr 1fr; gap:10px; padding-top:14px;}
.bv-card{background:var(--card); border:2px solid var(--card-border); border-left:4px solid var(--card-border); border-radius:12px; padding:12px 14px;}
.bv-card-label{font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:0.08em; color:var(--text-dim); margin-bottom:8px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.bv-card-stats{display:flex; gap:18px;}
.bv-stat-label{font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:0.1em; color:var(--text-dim); margin-bottom:4px;}
.bv-stat-value{font-size:24px; font-weight:800; font-variant-numeric:tabular-nums; line-height:1;}
.bv-dim{color:var(--text-dim);}

/* ---- inquire page (form language mirrors the rep app's §4.6 inputs) ---- */
.inq-main{min-height:100vh; display:flex; flex-direction:column; justify-content:center; max-width:560px; margin:0 auto; padding:130px 24px 80px;}
.inq-main h1{font-size:clamp(34px,5vw,44px); margin:0 0 10px; max-width:none; text-align:left;}
.inq-sub{font-size:16.5px; font-weight:600; color:var(--text-dim); line-height:1.55; margin:0 0 34px;}
.field{margin-bottom:18px;}
.field label{display:block; margin-bottom:8px; font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:0.10em; color:var(--text-dim);}
.field .opt{color:var(--dim2); text-transform:none; letter-spacing:0; font-weight:600;}
.field input,.field textarea{
  width:100%; min-height:56px; padding:14px 16px; font-family:var(--font); font-size:17px;
  font-weight:600; color:var(--text); background:var(--bg); border:2px solid var(--card-border);
  border-radius:12px; outline:none; transition:border-color .12s ease;
}
.field textarea{min-height:150px; resize:vertical; line-height:1.5;}
.field input:focus,.field textarea:focus{border-color:var(--text);}
.inq-send{
  width:100%; min-height:60px; margin-top:8px; font-family:var(--font); font-size:19px;
  font-weight:800; letter-spacing:-0.01em; background:var(--text); color:var(--bg);
  border:none; border-radius:14px; cursor:pointer; transition:transform .08s ease, opacity .14s ease;
}
.inq-send:hover{opacity:.9;} .inq-send:active{transform:scale(.98);}
.inq-note{font-size:13px; font-weight:600; color:var(--dim2); line-height:1.5; margin:16px 0 0;}
.inq-thanks{text-align:center;}
.inq-thanks h1{text-align:center;}
.inq-back{display:inline-flex; margin-top:26px;}

/* ---- reduced motion ---- */
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  .livedot,.tvscreen .streak-flame{animation:none;}
  .tvscreen .cell.pop,.tvscreen .flash,.tvscreen .nameband.flash{animation:none;}
  [data-reveal]{opacity:1; transform:none; transition:none;}
  [data-stagger].in > *{opacity:1; transform:none; animation:none;}
}
