/* ============================================================
   CORNER MAN HEALTH — "The Corner"
   Warm industrial clinical: coal bookends, bone body, oxblood signal
   ============================================================ */

:root{
  --coal:      #0f0d0a;
  --coal-soft: #17140f;
  --bone:      #f1ecdf;
  --bone-deep: #e7e0cf;
  --ink:       #1c1813;
  --ink-soft:  #4c463c;
  --ox:        #7e2a20;
  --ox-deep:   #5e1e16;
  --steel:     #8d8779;
  --line:      rgba(28,24,19,.16);
  --line-bone: rgba(241,236,223,.16);

  --sans: "Archivo", -apple-system, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;

  --pad: clamp(20px, 5vw, 64px);
  --wrap: 1100px;
}

*{ margin:0; padding:0; box-sizing:border-box; }
html{ scroll-behavior:smooth; overflow-x:clip; }
body{
  font-family:var(--sans);
  background:var(--coal);
  color:var(--ink);
  -webkit-font-smoothing:antialiased;
  overflow-x:clip;
}
img{ display:block; max-width:100%; }
a{ color:inherit; text-decoration:none; }
button{ font-family:inherit; cursor:pointer; }

/* ---- film grain ---- */
.grain{
  position:fixed; inset:-50%; z-index:60; pointer-events:none; opacity:.20;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.30'/%3E%3C/svg%3E");
  mix-blend-mode:overlay;
}

/* ---- shared type ---- */
.eyebrow{
  font-stretch:75%; font-weight:700; text-transform:uppercase;
  letter-spacing:.32em; font-size:clamp(11px,1.4vw,13px); color:var(--ox);
  margin-bottom:18px; display:flex; align-items:center; gap:12px;
}
.eyebrow::before{
  content:""; width:13px; height:13px; flex:none;
  border-left:3.5px solid var(--ox); border-bottom:3.5px solid var(--ox);
}

/* ---- large corner marks (logo motif) ---- */
.frame-marks{ position:relative; }
.frame-marks::before, .frame-marks::after{
  content:""; position:absolute; z-index:3; pointer-events:none;
  width:clamp(40px, 7vw, 84px); height:clamp(40px, 7vw, 84px);
}
.frame-marks::before{
  top:clamp(18px,3vw,34px); left:clamp(18px,3vw,34px);
  border-top:4px solid var(--fm, var(--bone)); border-left:4px solid var(--fm, var(--bone));
}
.frame-marks::after{
  bottom:clamp(18px,3vw,34px); right:clamp(18px,3vw,34px);
  border-bottom:4px solid var(--fm, var(--bone)); border-right:4px solid var(--fm, var(--bone));
}
.h2{
  font-stretch:112%; font-weight:900; text-transform:uppercase;
  font-size:clamp(44px, 8.5vw, 96px); line-height:.92; letter-spacing:-.015em;
  margin-bottom:22px;
}
.lede{
  font-size:clamp(17px, 2.4vw, 21px); line-height:1.5; color:var(--ink-soft);
  max-width:34em;
}
.wrap{ max-width:var(--wrap); margin:0 auto; padding:0 var(--pad); }

/* ---- buttons ---- */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:56px; padding:0 30px; border:none; border-radius:999px;
  font-family:var(--sans); font-stretch:95%; font-weight:700;
  font-size:16px; letter-spacing:.01em; transition:transform .25s cubic-bezier(.2,.9,.3,1.4), background .2s;
}
.btn:active{ transform:scale(.97); }
.btn-ox{ background:var(--ox); color:var(--bone); }
.btn-ox:hover{ background:var(--ox-deep); transform:translateY(-2px); }
.btn-ink{ background:var(--ink); color:var(--bone); }
.btn-big{ min-height:66px; padding:0 40px; font-size:18px; }

/* ---- header — persistent light bar ---- */
:root{ --hdrh:calc(62px + env(safe-area-inset-top)); }
.hdr{
  position:fixed; top:0; left:0; right:0; z-index:50; height:var(--hdrh);
  display:flex; align-items:center; justify-content:space-between;
  padding:env(safe-area-inset-top) var(--pad) 0;
  background:var(--bone); color:var(--ink);
  border-bottom:1px solid var(--line);
}
.wordmark{ display:flex; align-items:flex-end; flex:none; }
.mark{ width:30px; height:30px; fill:var(--ox); }
.wm-main{
  font-stretch:110%; font-weight:900; letter-spacing:.05em; font-size:15px;
  line-height:1; margin-left:-16px; margin-bottom:11px;
}
.wm-sub{
  font-stretch:75%; font-weight:600; letter-spacing:.3em; font-size:10px; opacity:.6;
  line-height:1; margin-left:10px; margin-bottom:12px;
}

/* section nav */
.hdr-nav{ display:flex; align-items:center; gap:clamp(16px,2.6vw,30px); }
.hdr-nav a{
  font-stretch:90%; font-weight:700; font-size:13px; letter-spacing:.03em;
  color:var(--ink-soft); transition:color .2s;
}
.hdr-nav a:hover, .hdr-nav a.is-active{ color:var(--ox); }

.hdr-right{ display:flex; align-items:center; gap:12px; }
.hdr-cta{
  font-weight:700; font-size:13px; letter-spacing:.02em; white-space:nowrap;
  border-radius:999px; padding:10px 18px;
  background:var(--ox); color:var(--bone);
  transition:transform .2s;
}
.hdr-cta:hover{ transform:translateY(-1px); }

/* burger — hidden on desktop */
.hdr-burger{
  display:none; flex-direction:column; justify-content:center; gap:5px;
  width:42px; height:42px; padding:0 9px;
  background:none; border:none;
}
.hdr-burger span{
  display:block; height:2px; width:100%; background:var(--ink);
  border-radius:2px; transition:transform .25s, opacity .2s;
}

@media (max-width: 900px){
  .hdr-burger{ display:flex; }
  .hdr-nav{
    position:fixed; top:var(--hdrh); left:0; right:0; z-index:49;
    flex-direction:column; align-items:stretch; gap:0;
    background:var(--bone); border-bottom:1px solid var(--line);
    padding:4px var(--pad) 20px;
    box-shadow:0 24px 40px rgba(15,13,10,.18);
    opacity:0; visibility:hidden; transform:translateY(-10px);
    transition:opacity .22s, transform .22s, visibility 0s .22s;
  }
  body.nav-open .hdr-nav{
    opacity:1; visibility:visible; transform:none;
    transition:opacity .22s, transform .22s;
  }
  .hdr-nav a{
    font-size:16px; padding:16px 2px; color:var(--ink);
    border-top:1px solid var(--line);
  }
  .hdr-nav a:first-child{ border-top:none; }
  body.nav-open .hdr-burger span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
  body.nav-open .hdr-burger span:nth-child(2){ opacity:0; }
  body.nav-open .hdr-burger span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }
}
@media (max-width: 460px){
  .wm-sub{ margin-left:7px; letter-spacing:.22em; font-size:9px; }
  .hdr-cta{ padding:9px 13px; font-size:12px; }
  .hdr-right{ gap:4px; }
}

/* anchored jumps clear the fixed header */
section[id]{ scroll-margin-top:calc(var(--hdrh) + 4px); }

/* ============ 1. HERO ============ */
.hero{
  position:relative; min-height:calc(100svh - var(--hdrh));
  margin-top:var(--hdrh);
  display:flex; align-items:center;
  color:var(--bone); overflow:hidden;
}
@media (max-width: 760px){
  .hero{ align-items:flex-end; }
}
.hero-img{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; object-position:70% center;
  filter:saturate(.75);
  transform:scale(1.06);
  animation:heroDrift 14s ease-out forwards;
}
@keyframes heroDrift{ to{ transform:scale(1); } }
.hero-shade{
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(15,13,10,.6) 0%, rgba(15,13,10,.28) 42%, rgba(15,13,10,.08) 68%),
    linear-gradient(180deg, rgba(15,13,10,.4) 0%, rgba(15,13,10,.06) 32%, rgba(15,13,10,.7) 84%, var(--coal) 100%);
}
.hero-inner{
  position:relative; z-index:2; width:100%;
  max-width:var(--wrap); margin:0 auto;
  padding:0 var(--pad) clamp(72px, 12vh, 130px);
}
.hero-h{
  font-stretch:118%; font-weight:900; text-transform:uppercase;
  font-size:clamp(44px, 9.5vw, 120px); line-height:.9; letter-spacing:-.02em;
  display:flex; flex-direction:column;
}
.hl{ display:block; }
.hl-ox{ color:transparent; -webkit-text-stroke:2px var(--bone); }
.hl-ox .dot{ color:var(--ox); -webkit-text-stroke:0; }
.hero-tag{
  display:flex; align-items:center; gap:12px;
  font-family:var(--serif); font-style:italic;
  font-size:clamp(18px, 2.6vw, 26px); color:rgba(241,236,223,.85);
  margin-bottom:18px;
}
.hero-tag::before{
  content:""; width:12px; height:12px; flex:none;
  border-left:3px solid var(--ox); border-bottom:3px solid var(--ox);
}
.hero-sub{
  font-size:clamp(16px, 2.2vw, 20px); line-height:1.55; font-weight:500;
  margin:26px 0 34px; color:rgba(241,236,223,.85); max-width:30em;
}
.hero-actions{ display:flex; flex-direction:column; gap:20px; align-items:flex-start; }
.hero-pills{
  position:absolute; left:0; right:0; bottom:0; z-index:2;
  display:flex; flex-wrap:wrap; justify-content:center;
  gap:10px; padding:18px var(--pad) calc(18px + env(safe-area-inset-bottom));
  border-top:1px solid rgba(241,236,223,.16);
  background:linear-gradient(180deg, rgba(15,13,10,0), rgba(15,13,10,.45));
}
.hero-pills span{
  font-stretch:82%; font-weight:700; text-transform:uppercase;
  letter-spacing:.14em; font-size:clamp(10px,1.3vw,12px);
  color:var(--bone); white-space:nowrap;
  border:1px solid rgba(241,236,223,.32); border-radius:999px;
  padding:9px 16px;
  background:rgba(15,13,10,.3); backdrop-filter:blur(6px);
}
/* ============ 2. TRUTH ============ */
.truth{ height:250svh; background:var(--coal); position:relative; }
@media (max-width: 760px){
  .truth{ height:220svh; }
}
.truth-sticky{
  position:sticky; top:0; height:100svh;
  display:grid; place-items:center; overflow:hidden;
  background:var(--coal); /* JS interpolates to bone */
}
.truth-line{
  grid-area:1/1; text-align:center; padding:0 var(--pad);
  font-stretch:112%; font-weight:900; text-transform:uppercase;
  font-size:clamp(34px, 7.5vw, 84px); line-height:1.02; letter-spacing:-.01em;
  color:var(--bone);
  opacity:0; transform:translateY(26px) scale(.98);
  transition:opacity .5s ease, transform .5s ease, color .5s;
}
.truth-line.on{ opacity:1; transform:none; }
.truth-serif{
  font-family:var(--serif); font-weight:400; text-transform:none;
  font-stretch:100%; font-style:italic;
  font-size:clamp(44px, 9vw, 110px); color:var(--ox);
}
.truth-sticky.lit .truth-line{ color:var(--ink); }
.truth-sticky.lit .truth-serif{ color:var(--ox); }
.truth-cue{
  position:absolute; bottom:calc(30px + env(safe-area-inset-bottom)); left:50%;
  transform:translateX(-50%); grid-area:auto;
  color:rgba(241,236,223,.75); transition:color .5s, opacity .4s;
}
.truth-sticky.lit .truth-cue{ color:var(--ink); }
.truth-cue span{
  display:block; width:15px; height:15px;
  border-right:3px solid currentColor; border-bottom:3px solid currentColor;
  animation:cuebob 1.7s ease-in-out infinite;
}
@keyframes cuebob{
  0%, 100%{ transform:rotate(45deg) translate(0,0); opacity:.45; }
  50%{ transform:rotate(45deg) translate(5px,5px); opacity:1; }
}

/* ============ bone sections shared ============ */
.sec{ background:var(--bone); padding:clamp(90px,14vh,160px) 0; }
.sec + .sec{ padding-top:clamp(40px,7vh,80px); }

/* ============ 3. PANEL ============ */
.panel{ padding-top:0; }
.panel-fig{ margin:clamp(36px,6vh,64px) 0; }
.panel-fig img{ width:100%; height:clamp(320px,60vh,640px); object-fit:cover; }
.scorecard{
  border:2px solid var(--ink); background:var(--bone);
}
.sc-head{
  display:flex; justify-content:space-between; padding:14px 18px;
  border-bottom:2px solid var(--ink);
  font-stretch:75%; font-weight:700; text-transform:uppercase;
  letter-spacing:.24em; font-size:11px; color:var(--ink-soft);
}
.sc-grid{
  display:grid; grid-template-columns:repeat(3,1fr);
}
.sc-tile{
  padding:clamp(18px,3vw,30px);
  border-right:1px solid var(--line); border-bottom:1px solid var(--line);
  display:flex; flex-direction:column; gap:12px; min-height:168px;
}
.sc-more{ justify-content:space-between; }
.sc-tile:nth-child(3n){ border-right:none; }
.sc-tile:nth-child(n+4){ border-bottom:none; }
.sc-name{
  font-stretch:80%; font-weight:600; text-transform:uppercase;
  letter-spacing:.14em; font-size:clamp(10px,1.4vw,12px); color:var(--ink-soft);
}
.sc-val b{
  font-stretch:112%; font-weight:900; font-style:normal;
  font-size:clamp(30px,4.6vw,52px); letter-spacing:-.02em;
  font-variant-numeric:tabular-nums;
}
.sc-val i{ font-style:normal; font-size:clamp(11px,1.6vw,14px); color:var(--steel); font-weight:600; }
.sc-more{ background:var(--ink); color:var(--bone); }
.sc-more .sc-name{ color:rgba(241,236,223,.6); line-height:1.5; letter-spacing:.12em; }
.sc-more .sc-val i{ color:var(--ox); font-size:clamp(30px,4.6vw,52px); font-weight:900; }
.sc-head-meta{ color:var(--ox); }
.sc-top{ display:flex; justify-content:space-between; align-items:center; gap:8px; }
.sc-chip{
  flex:none; font-stretch:80%; font-weight:700; text-transform:uppercase;
  letter-spacing:.14em; font-size:10px; padding:4px 9px; border-radius:99px;
}
.sc-chip.ok{ color:var(--ink-soft); border:1px solid var(--line); }
.sc-chip.opt{ color:var(--bone); background:var(--ink); }
.sc-chip.watch{ color:var(--bone); background:var(--ox); }
.sc-range{
  position:relative; height:5px; border-radius:3px;
  background:rgba(28,24,19,.1); margin-top:auto;
}
.sc-zone{
  position:absolute; top:0; bottom:0; border-radius:3px;
  left:var(--z1); right:calc(100% - var(--z2));
  background:rgba(28,24,19,.28);
}
.sc-dot{
  position:absolute; top:50%; left:var(--x); transform:translate(-50%,-50%);
  width:13px; height:13px; border-radius:50%;
  background:var(--ox); border:2.5px solid var(--bone);
  box-shadow:0 1px 4px rgba(15,13,10,.3);
}
.sc-minmax{
  display:flex; justify-content:space-between;
  font-size:10px; font-weight:600; letter-spacing:.08em;
  color:var(--steel); font-variant-numeric:tabular-nums;
}
.sc-foot{
  display:flex; gap:22px; padding:12px 18px;
  border-top:2px solid var(--ink);
}
.sc-key{
  display:flex; align-items:center; gap:8px;
  font-stretch:80%; font-weight:600; text-transform:uppercase;
  letter-spacing:.16em; font-size:10px; color:var(--ink-soft);
}
.sc-key i{ display:block; }
.k-zone{ width:22px; height:5px; border-radius:3px; background:rgba(28,24,19,.28); }
.k-dot{ width:11px; height:11px; border-radius:50%; background:var(--ox); border:2px solid var(--bone); box-shadow:0 0 0 1px var(--line); }

/* ============ corner-frame motif ============ */
.corner-frame{ position:relative; }
.corner-frame::before, .corner-frame::after{
  content:""; position:absolute; width:26px; height:26px; pointer-events:none;
}
.corner-frame::before{ top:-2px; left:-2px; border-top:3px solid var(--ox); border-left:3px solid var(--ox); }
.corner-frame::after{ bottom:-2px; right:-2px; border-bottom:3px solid var(--ox); border-right:3px solid var(--ox); }

/* ============ 4. CORNER CHECK ============ */
.cc-card{
  margin-top:clamp(30px,5vh,54px);
  border:2px solid var(--ink); background:var(--bone-deep);
  min-height:480px; display:flex; flex-direction:column;
  padding:clamp(26px,5vw,56px);
}
.cc-progress{
  display:flex; gap:8px; margin-bottom:30px;
}
[hidden]{ display:none !important; }
.cc-progress span{
  font-stretch:80%; font-weight:700; font-size:11px; letter-spacing:.1em;
  padding:5px 10px; border:1.5px solid var(--line); border-radius:999px; color:var(--steel);
}
.cc-progress span.done{ background:var(--ink); border-color:var(--ink); color:var(--bone); }
.cc-progress span.now{ border-color:var(--ox); color:var(--ox); }
.cc-step{ display:none; flex:1; flex-direction:column; justify-content:center; align-items:flex-start; gap:26px; }
.cc-step.is-on{ display:flex; animation:stepIn .4s ease both; }
@keyframes stepIn{ from{ opacity:0; transform:translateY(14px);} to{ opacity:1; transform:none;} }
.cc-big{
  font-stretch:112%; font-weight:900; text-transform:uppercase;
  font-size:clamp(32px,6vw,58px); line-height:.95;
}
.cc-q{
  font-family:var(--serif); font-size:clamp(26px,4.4vw,40px); font-style:italic;
}
.cc-age{
  font-stretch:118%; font-weight:900; font-size:clamp(80px,16vw,150px);
  line-height:1; letter-spacing:-.03em; font-variant-numeric:tabular-nums;
  color:var(--ox);
}
input[type="range"]{
  width:100%; max-width:420px; appearance:none; height:3px;
  background:var(--ink); border-radius:2px; outline:none;
}
input[type="range"]::-webkit-slider-thumb{
  appearance:none; width:34px; height:34px; border-radius:50%;
  background:var(--ox); border:4px solid var(--bone-deep);
  box-shadow:0 0 0 2px var(--ox); cursor:grab;
}
.cc-opts{ display:flex; flex-direction:column; gap:12px; width:100%; max-width:480px; }
.cc-opt{
  min-height:60px; text-align:left; padding:0 22px;
  background:transparent; border:2px solid var(--ink); border-radius:14px;
  font-size:17px; font-weight:600; color:var(--ink);
  transition:background .15s, color .15s, transform .15s;
}
.cc-opt:hover{ background:var(--ink); color:var(--bone); }
.cc-opt:active{ transform:scale(.98); }

.cc-result-eyebrow{
  font-stretch:75%; font-weight:700; text-transform:uppercase;
  letter-spacing:.32em; font-size:12px; color:var(--ox); margin-bottom:8px;
}
.cc-result{
  display:grid; grid-template-columns:minmax(0,340px) 1fr; gap:clamp(24px,4vw,56px);
  align-items:center; width:100%;
}
#ccRadar{ width:100%; max-width:400px; }
#ccRadar .rr-grid{ fill:none; stroke:var(--line); stroke-width:1; }
#ccRadar .rr-axis{ stroke:var(--line); stroke-width:1; }
#ccRadar .rr-poly{
  fill:rgba(126,42,32,.22); stroke:var(--ox); stroke-width:2.5; stroke-linejoin:round;
  transform-origin:150px 150px; animation:radarIn .8s cubic-bezier(.2,.9,.3,1.2) both;
}
@keyframes radarIn{ from{ transform:scale(.2); opacity:0;} to{ transform:scale(1); opacity:1;} }
#ccRadar .rr-dot{ fill:var(--ox); }
#ccRadar text{
  font-family:var(--sans); font-stretch:80%; font-weight:700; font-size:11.5px;
  letter-spacing:.08em; text-transform:uppercase; fill:var(--ink-soft);
}
.cc-read{ display:flex; flex-direction:column; gap:16px; align-items:flex-start; }
.cc-read-h{ font-family:var(--serif); font-style:italic; font-size:clamp(22px,3vw,28px); }
.cc-chips{ display:flex; flex-wrap:wrap; gap:8px; }
.cc-chips span{
  border:1.5px solid var(--ink); border-radius:999px; padding:9px 16px;
  font-stretch:85%; font-weight:700; font-size:13px; letter-spacing:.04em; text-transform:uppercase;
}
.cc-read-note{ font-size:15px; line-height:1.5; color:var(--ink-soft); max-width:30em; }
.cc-again{
  background:none; border:none; color:var(--steel); font-size:13px; font-weight:600;
  text-decoration:underline; text-underline-offset:3px;
}

/* ============ 5. THREE ROUNDS — stacked cards ============ */
.stack{
  margin-top:clamp(30px,5vh,60px);
  display:flex; flex-direction:column; gap:clamp(18px,3vh,28px);
}
.rcard{
  position:sticky; overflow:hidden;
  min-height:min(74svh, 620px);
  border-radius:26px;
  padding:clamp(26px,5vw,64px);
  display:flex; align-items:flex-end;
  box-shadow:0 -18px 50px rgba(15,13,10,.14);
}
.rcard:nth-child(1){ top:calc(74px + env(safe-area-inset-top)); }
.rcard:nth-child(2){ top:calc(94px + env(safe-area-inset-top)); }
.rcard:nth-child(3){ top:calc(114px + env(safe-area-inset-top)); }
.rc-bone{ background:var(--bone-deep); color:var(--ink); border:2px solid var(--ink); }
.rc-ink{ background:var(--ink); color:var(--bone); }
.rc-ox{ background:var(--ox-deep); color:var(--bone); }
.rc-num{
  position:absolute; top:clamp(-30px,-2vw,-14px); right:clamp(8px,3vw,40px);
  font-stretch:118%; font-weight:900; line-height:1;
  font-size:clamp(160px, 34vw, 420px); letter-spacing:-.04em;
  color:transparent; pointer-events:none; user-select:none;
}
.rc-bone .rc-num{ -webkit-text-stroke:2.5px rgba(126,42,32,.5); }
.rc-ink .rc-num{ -webkit-text-stroke:2.5px rgba(241,236,223,.22); }
.rc-ox .rc-num{ -webkit-text-stroke:2.5px rgba(241,236,223,.28); }
.rc-body{ position:relative; z-index:2; max-width:640px; }
.rc-kicker{
  font-stretch:75%; font-weight:700; text-transform:uppercase;
  letter-spacing:.32em; font-size:12px; opacity:.65; margin-bottom:14px;
  display:flex; align-items:center; gap:10px;
}
.rc-kicker::before{
  content:""; width:11px; height:11px; flex:none;
  border-left:3px solid var(--ox); border-bottom:3px solid var(--ox);
}
.rc-ink .rc-kicker::before, .rc-ox .rc-kicker::before{ border-color:var(--bone); }
.rcard h3{
  font-stretch:112%; font-weight:900; text-transform:uppercase;
  font-size:clamp(40px,7vw,84px); line-height:.95; margin-bottom:14px;
}
.rc-line{
  font-family:var(--serif); font-style:italic;
  font-size:clamp(20px,3vw,30px); line-height:1.25; opacity:.85; margin-bottom:26px;
}
.rc-facts{
  list-style:none; display:flex; flex-wrap:wrap; gap:10px 24px;
}
.rc-facts li{
  display:flex; align-items:center; gap:9px;
  font-stretch:85%; font-weight:700; text-transform:uppercase;
  letter-spacing:.14em; font-size:clamp(11px,1.4vw,12.5px); opacity:.8;
}
.rc-facts li::before{
  content:""; width:8px; height:8px; flex:none;
  border-left:2.5px solid currentColor; border-bottom:2.5px solid currentColor;
  opacity:.7;
}

/* ============ 6. SCHEDULING ============ */
.bk-card{
  margin-top:clamp(30px,5vh,54px);
  border:2px solid var(--ink); background:var(--bone-deep);
  padding:clamp(24px,4.5vw,48px);
  display:flex; flex-direction:column; gap:26px;
}
.bk-days{
  display:grid; grid-template-columns:repeat(7,1fr); gap:8px;
}
.bk-day{
  border:1.5px solid var(--line); border-radius:14px; background:transparent;
  padding:12px 4px; display:flex; flex-direction:column; gap:4px; align-items:center;
  color:var(--ink); transition:all .15s; min-height:72px; justify-content:center;
}
.bk-day small{
  font-stretch:80%; font-weight:700; font-size:10px; letter-spacing:.16em;
  text-transform:uppercase; color:var(--steel);
}
.bk-day b{ font-stretch:110%; font-weight:900; font-size:clamp(18px,3vw,26px); font-variant-numeric:tabular-nums; }
.bk-day.sel{ background:var(--ink); border-color:var(--ink); color:var(--bone); }
.bk-day.sel small{ color:var(--ox); }
.bk-times{ display:grid; grid-template-columns:repeat(auto-fill,minmax(120px,1fr)); gap:10px; }
.bk-time{
  border:1.5px solid var(--ink); border-radius:999px; background:transparent;
  min-height:52px; font-weight:700; font-size:15px; color:var(--ink);
  font-variant-numeric:tabular-nums; transition:all .15s;
}
.bk-time.sel{ background:var(--ox); border-color:var(--ox); color:var(--bone); }
.bk-lock{ align-self:flex-start; }
.bk-lock:disabled{ opacity:.35; cursor:not-allowed; transform:none; }
.bk-done{ display:flex; flex-direction:column; gap:10px; align-items:flex-start; animation:stepIn .4s ease both; }
.bk-check{
  width:56px; height:56px; border-radius:50%; background:var(--ox); color:var(--bone);
  display:grid; place-items:center; margin-bottom:6px;
}
.bk-check svg{ width:26px; height:26px; }
.bk-done-h{
  font-stretch:112%; font-weight:900; text-transform:uppercase; font-size:clamp(28px,5vw,44px);
}
.bk-done-p{ font-family:var(--serif); font-size:clamp(19px,2.6vw,24px); color:var(--ink-soft); }

/* ============ 7. 90-DAY CAMP — pinned horizontal tape ============ */
.camp{ height:320svh; background:var(--bone); position:relative; }
.camp-pin{
  position:sticky; top:0; height:100svh; overflow:hidden;
  display:flex; flex-direction:column; justify-content:center;
  gap:clamp(24px,4vh,48px);
  background:
    repeating-linear-gradient(90deg, var(--line) 0 1px, transparent 1px 48px),
    var(--bone);
}
.camp-head{ width:100%; }
.camp-head .h2{ margin-bottom:0; }
.camp-window{ overflow:hidden; }
.camp-track{
  display:flex; gap:clamp(14px,2vw,24px);
  padding:0 var(--pad);
  will-change:transform;
}
.ticket{
  flex:none; width:clamp(270px, 72vw, 400px);
  min-height:clamp(280px, 34vh, 360px);
  background:var(--bone-deep); border:2px solid var(--ink); border-radius:20px;
  padding:clamp(22px,3vw,34px);
  position:relative; overflow:hidden;
  display:flex; flex-direction:column; justify-content:flex-end;
}
.tk-ox{ background:var(--ox-deep); border-color:var(--ox-deep); color:var(--bone); }
.tk-ink{ background:var(--ink); border-color:var(--ink); color:var(--bone); }
.tk-num{
  position:absolute; top:-12px; right:6px;
  font-stretch:118%; font-weight:900; line-height:1; letter-spacing:-.04em;
  font-size:clamp(110px,14vw,170px);
  color:transparent; -webkit-text-stroke:2px rgba(126,42,32,.4);
  pointer-events:none;
}
.tk-ox .tk-num, .tk-ink .tk-num{ -webkit-text-stroke:2px rgba(241,236,223,.25); }
.tk-day{
  font-stretch:75%; font-weight:700; text-transform:uppercase; letter-spacing:.26em;
  font-size:12px; color:var(--ox); margin-bottom:8px;
  display:flex; align-items:center; gap:9px;
}
.tk-ox .tk-day, .tk-ink .tk-day{ color:var(--bone); opacity:.8; }
.tk-day::before{
  content:""; width:10px; height:10px; flex:none;
  border-left:3px solid currentColor; border-bottom:3px solid currentColor;
}
.ticket h3{
  font-stretch:112%; font-weight:900; text-transform:uppercase;
  font-size:clamp(26px,3.4vw,38px); line-height:.95; margin-bottom:10px;
}
.ticket p{ font-size:clamp(14px,1.9vw,17px); line-height:1.5; opacity:.75; max-width:26em; }
.camp-foot{ width:100%; }
.camp-rail{
  height:3px; background:var(--line); border-radius:2px; overflow:hidden; margin-bottom:18px;
}
.camp-rail span{
  display:block; height:100%; width:0%; background:var(--ox);
}
.camp-serif{
  font-family:var(--serif); font-size:clamp(19px,2.6vw,26px);
}
.camp-serif em{ color:var(--ox); }
@media (prefers-reduced-motion: reduce){
  .camp{ height:auto; }
  .camp-pin{ position:static; height:auto; padding:clamp(90px,14vh,160px) 0; }
  .camp-window{ overflow-x:auto; }
}

/* ============ image breaks ============ */
.brk{
  position:relative; height:clamp(480px, 85svh, 820px); overflow:hidden;
  display:flex; align-items:flex-end;
}
.brk img{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; object-position:center;
  filter:saturate(.65) contrast(1.02);
}
.brk-shade{
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(15,13,10,.5) 0%, rgba(15,13,10,.32) 45%, rgba(15,13,10,.88) 100%);
}
.brk-line{
  position:relative; z-index:2; width:100%;
  max-width:var(--wrap); margin:0 auto;
  padding:0 var(--pad) clamp(48px,9vh,92px);
  font-family:var(--serif); font-size:clamp(30px, 5.5vw, 58px); line-height:1.12;
  color:var(--bone); text-shadow:0 2px 30px rgba(15,13,10,.65), 0 1px 6px rgba(15,13,10,.4);
}
.brk-line em{ color:var(--bone); opacity:.8; }

/* ============ 8. FOUNDER ============ */
.founder{ background:var(--bone); }
.founder-grid{
  display:grid; grid-template-columns:1.1fr .9fr; gap:clamp(30px,6vw,80px);
  align-items:center;
}
.founder-copy blockquote p{
  font-family:var(--serif); font-size:clamp(30px,4.6vw,54px); line-height:1.12;
}
.founder-copy em{ color:var(--ox); }
.founder-sig{
  margin-top:34px; font-stretch:110%; font-weight:900; text-transform:uppercase;
  font-size:clamp(16px,2.2vw,20px); letter-spacing:.02em;
}
.founder-sig span{
  display:inline-block; margin-top:4px;
  font-stretch:75%; font-weight:600; font-size:11px; letter-spacing:.3em; color:var(--steel);
}
.founder-fig img{
  width:100%; max-width:440px; margin-left:auto;
  mix-blend-mode:multiply;
  filter:saturate(.85) contrast(1.04) brightness(1.08);
  -webkit-mask-image:linear-gradient(180deg, #000 70%, transparent 99%);
  mask-image:linear-gradient(180deg, #000 70%, transparent 99%);
}

/* ============ 9. FINAL ============ */
.final{
  position:relative; background:var(--coal); color:var(--bone);
  padding:clamp(110px,18vh,200px) 0 0; overflow:hidden;
}
.final-img{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; object-position:center; opacity:.45;
  filter:saturate(.65);
}
.final-shade{
  position:absolute; inset:0;
  background:
    radial-gradient(70% 55% at 50% 42%, rgba(15,13,10,.55), transparent 75%),
    linear-gradient(180deg, var(--coal) 0%, rgba(15,13,10,.3) 45%, rgba(15,13,10,.94) 100%);
}
.final-inner{
  position:relative; z-index:2; text-align:center;
  max-width:var(--wrap); margin:0 auto; padding:0 var(--pad) clamp(100px,16vh,180px);
  display:flex; flex-direction:column; align-items:center; gap:30px;
}
.final-tag{
  font-family:var(--serif); font-style:italic;
  font-size:clamp(20px,3vw,30px); color:rgba(241,236,223,.85);
}
.final-h{
  font-stretch:118%; font-weight:900; text-transform:uppercase;
  font-size:clamp(46px,10.5vw,130px); line-height:.9; letter-spacing:-.02em;
  display:flex; flex-direction:column;
}
.final-h .hl-ox{ color:transparent; -webkit-text-stroke:2px var(--bone); }
.final-note{
  font-size:13px; color:rgba(241,236,223,.55); max-width:34em; line-height:1.6;
}
.ftr{
  position:relative; z-index:2; border-top:1px solid var(--line-bone);
  max-width:var(--wrap); margin:0 auto; padding:34px var(--pad) calc(40px + env(safe-area-inset-bottom));
  display:flex; flex-direction:column; gap:18px;
}
.ftr-brand{ display:flex; align-items:flex-end; }
.ftr p{ font-size:12px; line-height:1.7; color:rgba(241,236,223,.45); max-width:60em; }
.ftr nav{ display:flex; gap:22px; flex-wrap:wrap; }
.ftr nav a{
  font-stretch:80%; font-weight:600; font-size:11px; letter-spacing:.18em;
  text-transform:uppercase; color:rgba(241,236,223,.55);
}

/* ============ 3b. EVERYTHING WE MEASURE — requisition sheet ============ */
.req{
  position:relative; margin-top:clamp(30px,5vh,54px);
  border:2px solid var(--ink); background:#f6f1e4;
  box-shadow:0 24px 60px -30px rgba(15,13,10,.35);
}
.req-head{
  display:flex; justify-content:space-between; padding:14px 18px;
  border-bottom:2px solid var(--ink);
  font-stretch:75%; font-weight:700; text-transform:uppercase;
  letter-spacing:.24em; font-size:11px; color:var(--ink-soft);
}
.req-head-meta{ color:var(--ox); }
.req-cols{
  display:grid; grid-template-columns:repeat(5,1fr);
  padding:clamp(20px,3vw,34px) clamp(16px,2.5vw,28px) clamp(90px,11vw,124px);
  gap:0 clamp(14px,2vw,26px);
}
.req-col + .req-col{ border-left:1px solid var(--line); padding-left:clamp(14px,2vw,26px); }
.req-cat{
  display:flex; align-items:center; gap:8px;
  font-stretch:80%; font-weight:700; text-transform:uppercase;
  letter-spacing:.2em; font-size:10.5px; color:var(--ox);
  padding-bottom:10px; margin-bottom:4px; border-bottom:2px solid var(--ink);
}
.req-cat::before{
  content:""; width:8px; height:8px; flex:none;
  border-left:2.5px solid var(--ox); border-bottom:2.5px solid var(--ox);
}
.req-col ul{ list-style:none; }
.req-col li{
  font-size:clamp(11px,1.4vw,12.5px); font-weight:600; letter-spacing:.03em;
  padding:7.5px 0; border-bottom:1px solid var(--line);
  font-variant-numeric:tabular-nums; color:var(--ink);
  opacity:0; transform:translateY(6px);
  transition:opacity .45s ease, transform .45s ease;
  transition-delay:calc(var(--i, 0) * 22ms);
}
.req.in .req-col li{ opacity:1; transform:none; }
.req-stamp{
  position:absolute; right:clamp(14px,3vw,40px); bottom:clamp(8px,1.6vw,18px);
  display:flex; flex-direction:column; align-items:center; gap:2px;
  padding:12px 22px 14px; border:4px solid var(--ox); border-radius:12px;
  box-shadow:inset 0 0 0 2px #f6f1e4, inset 0 0 0 3.5px var(--ox);
  color:var(--ox); transform:rotate(-8deg);
  mix-blend-mode:multiply; opacity:0; pointer-events:none;
}
.req-stamp b{
  font-stretch:80%; font-weight:700; text-transform:uppercase;
  letter-spacing:.3em; font-size:11px;
}
.req-stamp span{
  font-stretch:118%; font-weight:900; font-size:clamp(34px,5vw,52px);
  line-height:1; letter-spacing:-.02em;
}
.req.stamped .req-stamp{ animation:stampIn .5s cubic-bezier(.2,1.4,.4,1) both; }
@keyframes stampIn{
  0%{ opacity:0; transform:rotate(-8deg) scale(2.3); }
  55%{ opacity:1; transform:rotate(-8deg) scale(.93); }
  100%{ opacity:.92; transform:rotate(-8deg) scale(1); }
}

/* ============ 3c. MORE THAN A PHYSICAL — two papers ============ */
.vs-stage{
  display:grid; grid-template-columns:.85fr 1.15fr;
  gap:clamp(22px,4vw,54px); align-items:center;
  margin-top:clamp(36px,6vh,64px);
}
.sheet{ position:relative; }
.sheet header{
  display:flex; justify-content:space-between; align-items:center; gap:12px;
  font-stretch:75%; font-weight:700; text-transform:uppercase;
  letter-spacing:.24em; font-size:11px;
  padding-bottom:14px; margin-bottom:18px;
}
.sheet-big{
  display:flex; align-items:baseline; gap:14px;
  margin:clamp(14px,2.4vw,26px) 0 clamp(10px,1.8vw,20px);
}
.sheet-big b{
  font-stretch:118%; font-weight:900; line-height:.9;
  font-size:clamp(76px,11vw,132px); letter-spacing:-.03em;
  font-variant-numeric:tabular-nums;
}
.sheet-big span{
  font-stretch:80%; font-weight:700; text-transform:uppercase;
  letter-spacing:.2em; font-size:clamp(11px,1.5vw,13px);
}
.sheet-thin{
  background:#f7f3e8; color:var(--steel);
  transform:rotate(-2.4deg);
  padding:clamp(26px,4vw,46px);
  min-height:clamp(400px,46vw,540px);
  display:flex; flex-direction:column;
  box-shadow:0 14px 34px -14px rgba(15,13,10,.3), 0 2px 6px rgba(15,13,10,.08);
}
.sheet-thin header{ color:var(--steel); border-bottom:1.5px solid rgba(28,24,19,.2); }
.sheet-thin .sheet-big b{
  color:transparent; -webkit-text-stroke:2.5px rgba(141,135,121,.75);
}
.sheet-rows{ list-style:none; }
.sheet-rows li{
  font-size:clamp(15px,2.1vw,19px); font-weight:600; letter-spacing:.03em;
  padding:15px 2px; border-bottom:1px solid rgba(28,24,19,.12);
}
.sheet-quote{
  margin-top:auto; padding-top:26px;
  font-family:var(--serif); font-style:italic;
  font-size:clamp(18px,2.5vw,24px); line-height:1.3;
}
.sheet-dense{
  background:var(--ink); color:var(--bone);
  transform:rotate(1.4deg);
  padding:clamp(28px,4.4vw,52px);
  min-height:clamp(400px,46vw,540px);
  display:flex; flex-direction:column;
  box-shadow:0 30px 70px -24px rgba(15,13,10,.55), 0 4px 12px rgba(15,13,10,.18);
}
.sheet-dense header{ color:rgba(241,236,223,.75); border-bottom:2px solid rgba(241,236,223,.25); }
.sheet-dense .sheet-big span{ color:rgba(241,236,223,.6); }
.sheet-price{
  font-stretch:118%; font-weight:900; font-size:clamp(26px,3.8vw,38px);
  letter-spacing:-.01em; color:var(--bone);
  border:3px solid var(--ox); border-radius:9px; padding:2px 13px;
  transform:rotate(3deg);
}
.sheet-gets{
  list-style:none; margin-top:auto; padding-top:clamp(18px,2.6vw,26px);
  border-top:2px solid rgba(241,236,223,.25);
  display:flex; flex-direction:column; gap:clamp(14px,2vw,20px);
}
.sheet-gets li{
  display:flex; align-items:center; gap:13px;
  font-size:clamp(17px,2.4vw,22px); font-weight:700;
}
.sheet-gets li::before{
  content:""; width:10px; height:10px; flex:none;
  border-left:3.5px solid var(--ox); border-bottom:3.5px solid var(--ox);
}
.vs-line{
  margin-top:clamp(44px,7vh,78px); text-align:center;
  font-family:var(--serif); font-size:clamp(26px,4.4vw,48px); line-height:1.2;
}
.vs-line em{ color:var(--ox); }

/* ============ 7b. DAY 0 → DAY 90 — three trend lines ============ */
.sc-ghost{
  position:absolute; top:50%; left:var(--x); transform:translate(-50%,-50%);
  width:11px; height:11px; border-radius:50%;
  background:transparent; border:2px solid var(--steel);
  opacity:.75;
}
.rm2{
  margin-top:clamp(30px,5vh,54px);
  border-top:2px solid var(--ink); border-bottom:2px solid var(--ink);
}
.rm2-head{
  display:flex; justify-content:space-between; align-items:flex-end; gap:20px;
  padding:clamp(18px,2.6vw,26px) 0 clamp(20px,3vw,30px);
}
.rm2-label{
  font-stretch:75%; font-weight:700; text-transform:uppercase;
  letter-spacing:.24em; font-size:11px; color:var(--ink-soft);
}
.rm2-day{ display:flex; align-items:baseline; gap:10px; }
.rm2-day span, .rm2-day i{
  font-style:normal; font-stretch:80%; font-weight:700; text-transform:uppercase;
  letter-spacing:.2em; font-size:clamp(11px,1.4vw,13px); color:var(--ink-soft);
}
.rm2-day b{
  font-stretch:118%; font-weight:900; line-height:.9;
  font-size:clamp(44px,6.5vw,76px); letter-spacing:-.03em;
  font-variant-numeric:tabular-nums; color:var(--ox);
  min-width:2.1ch; text-align:right;
}
.rm2-grid{
  display:grid; grid-template-columns:repeat(3,1fr);
  gap:clamp(20px,3.4vw,44px);
  padding-bottom:clamp(24px,3.6vw,38px);
}
.rm2-m + .rm2-m{ border-left:1px solid var(--line); padding-left:clamp(20px,3.4vw,44px); }
.rm2-m header{
  display:flex; justify-content:space-between; align-items:center; gap:10px;
  margin-bottom:14px;
}
.rm2-name{
  font-stretch:80%; font-weight:700; text-transform:uppercase;
  letter-spacing:.16em; font-size:clamp(11px,1.4vw,12.5px); color:var(--ink-soft);
}
.rm2-val{
  display:flex; align-items:baseline; gap:9px; margin-bottom:16px;
  font-variant-numeric:tabular-nums;
}
.rm2-val b{
  font-stretch:112%; font-weight:900; line-height:1;
  font-size:clamp(38px,5.4vw,60px); letter-spacing:-.02em;
}
.rm2-val i{
  font-style:normal; font-size:clamp(11px,1.4vw,13px);
  font-weight:600; color:var(--steel);
}
.rm2-val em{
  margin-left:auto; font-style:normal;
  font-stretch:100%; font-weight:900; font-size:clamp(14px,1.9vw,18px);
  color:var(--ox); font-variant-numeric:tabular-nums; white-space:nowrap;
}
.rm2-chart{ width:100%; height:auto; display:block; }
.rm2-chart .ch-zone{ fill:rgba(28,24,19,.07); }
.rm2-chart .ch-zone-label{
  font-family:var(--sans); font-stretch:80%; font-weight:700;
  font-size:8.5px; letter-spacing:.18em; text-transform:uppercase;
  fill:var(--steel);
}
.rm2-chart .ch-tick{
  font-family:var(--sans); font-stretch:85%; font-weight:600;
  font-size:9px; letter-spacing:.1em; fill:var(--steel);
  font-variant-numeric:tabular-nums;
}
.rm2-chart .ch-axis{ stroke:var(--line); stroke-width:1; }
.rm2-chart .ch-line{
  fill:none; stroke:var(--ox); stroke-width:3;
  stroke-linecap:round; stroke-linejoin:round;
}
.rm2-chart .ch-fill{ fill:rgba(126,42,32,.10); }
.rm2-chart .ch-head{ fill:var(--ox); stroke:var(--bone); stroke-width:2.5; }
.rm2-chart .ch-start{ fill:none; stroke:var(--steel); stroke-width:2; }
.rm-scrub{
  display:flex; align-items:center; gap:clamp(14px,2.4vw,24px);
  padding:clamp(18px,3vw,26px) 0;
  border-top:1px solid var(--line);
}
.rm-end{
  flex:none; font-stretch:80%; font-weight:700; text-transform:uppercase;
  letter-spacing:.18em; font-size:11px; color:var(--ink-soft);
}
.rm-scrub input[type="range"]{ max-width:none; flex:1; }
.rm-scrub input[type="range"]::-webkit-slider-thumb{ border-color:var(--bone); }
.rm-note{
  padding:0 0 18px; font-size:12px; color:var(--steel); line-height:1.6;
}

/* ============ 8b. MEMBER VOICES — ink editorial portraits ============ */
.voices{
  background:var(--ink); color:var(--bone);
  padding:clamp(90px,14vh,160px) 0;
}
.v-stage{
  display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:clamp(32px,6vw,84px); align-items:center;
  margin-top:clamp(36px,6vh,64px);
}
.v-fig{
  position:relative; aspect-ratio:4/5; overflow:hidden;
  background:var(--coal);
}
.v-img{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; object-position:center top;
  filter:saturate(.8) contrast(1.03);
  opacity:0; transform:scale(1.05);
  transition:opacity .6s ease, transform 1.1s cubic-bezier(.16,.8,.3,1);
}
.v-img.is-on{ opacity:1; transform:none; }
.v-quotes{ display:grid; min-height:clamp(280px,24vw,340px); align-items:start; }
.v-quote{
  grid-area:1/1; opacity:0; transform:translateY(20px);
  transition:opacity .55s ease, transform .55s cubic-bezier(.16,.8,.3,1);
  pointer-events:none;
}
.v-quote.is-on{ opacity:1; transform:none; pointer-events:auto; }
.v-quote blockquote{
  font-family:var(--serif); font-size:clamp(25px,3.4vw,42px); line-height:1.16;
  max-width:16em;
}
.v-quote blockquote::before{
  content:""; display:block; width:34px; height:4px;
  background:var(--ox); margin-bottom:clamp(16px,2.4vw,24px);
}
.v-quote figcaption{
  margin-top:clamp(16px,2.6vw,24px);
  font-stretch:80%; font-weight:700; text-transform:uppercase;
  letter-spacing:.22em; font-size:11.5px; color:rgba(241,236,223,.55);
}
.v-stat{
  margin-top:clamp(18px,2.8vw,26px); max-width:340px;
  border-left:3px solid var(--ox); padding:4px 0 4px 18px;
  display:flex; flex-direction:column; gap:9px;
}
.v-stat-name{
  font-stretch:80%; font-weight:700; text-transform:uppercase;
  letter-spacing:.18em; font-size:10px; color:rgba(241,236,223,.55);
}
.v-stat-move{ font-variant-numeric:tabular-nums; font-size:15px; font-weight:600; color:rgba(241,236,223,.75); }
.v-stat-move s{ text-decoration-color:rgba(241,236,223,.5); opacity:.6; }
.v-stat-move b{ font-stretch:112%; font-weight:900; font-size:22px; letter-spacing:-.01em; color:var(--bone); }
.v-stat-move i{ font-style:normal; font-size:12px; color:rgba(241,236,223,.45); font-weight:600; }
.voices .sc-range{ background:rgba(241,236,223,.14); }
.voices .sc-zone{ background:rgba(241,236,223,.3); }
.voices .sc-dot{ border-color:var(--ink); }
.voices .sc-ghost{ opacity:.75; border-color:rgba(241,236,223,.5); }
.v-tabs{
  display:flex; gap:clamp(16px,2.6vw,28px);
  margin-top:clamp(28px,4.5vw,46px);
}
.v-tab{
  flex:1; max-width:150px; text-align:left;
  background:none; border:none; padding:14px 2px 2px;
  border-top:2px solid rgba(241,236,223,.18);
  display:flex; align-items:baseline; gap:9px;
  color:rgba(241,236,223,.4);
  transition:color .3s, border-color .3s;
}
.v-tab:hover{ color:rgba(241,236,223,.75); }
.v-tab i{
  font-style:normal; font-stretch:112%; font-weight:900;
  font-size:13px; letter-spacing:.02em; font-variant-numeric:tabular-nums;
}
.v-tab span{
  font-stretch:82%; font-weight:700; text-transform:uppercase;
  letter-spacing:.18em; font-size:11px;
}
.v-tab.is-on{ color:var(--bone); border-top-color:var(--ox); }
.v-tab.is-on i{ color:var(--ox); }
.v-note{
  margin-top:clamp(34px,6vh,56px);
  font-size:12px; color:rgba(241,236,223,.45); line-height:1.6;
}

/* ============ 8b. STRAIGHT ANSWERS — corner-talk Q&A ============ */
.faq-grid{
  display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:clamp(40px,7vw,96px); align-items:start;
}
.faq-left{ position:sticky; top:calc(var(--hdrh) + 34px); }
.faq-left .h2{ font-size:clamp(40px,6.4vw,74px); }
.faq-serif{
  font-family:var(--serif); font-size:clamp(20px,2.8vw,27px);
  line-height:1.3; color:var(--ink-soft); max-width:16em;
}
.faq-serif em{ color:var(--ox); }
.qa{ border-bottom:1px solid var(--line); }
.qa:first-child{ border-top:2px solid var(--ink); }
.qa-q{
  width:100%; display:flex; align-items:center; gap:clamp(14px,2.4vw,24px);
  padding:clamp(20px,3vw,28px) 0; background:none; border:none;
  text-align:left; color:var(--ink);
}
.qa-num{
  flex:none; width:2.2ch; line-height:1;
  font-stretch:118%; font-weight:900; font-size:clamp(26px,3.6vw,42px);
  letter-spacing:-.03em; color:transparent;
  -webkit-text-stroke:1.8px rgba(126,42,32,.45);
  transition:-webkit-text-stroke .25s;
}
.qa.is-open .qa-num{ -webkit-text-stroke:1.8px var(--ox); }
.qa-text{
  flex:1; font-family:var(--serif); font-style:italic;
  font-size:clamp(19px,2.9vw,28px); line-height:1.15;
}
.qa-mark{ position:relative; flex:none; width:20px; height:20px; }
.qa-mark::before, .qa-mark::after{
  content:""; position:absolute; background:var(--ink); border-radius:2px;
  transition:transform .35s cubic-bezier(.2,.9,.3,1.2);
}
.qa-mark::before{ top:8.5px; left:0; width:20px; height:3px; }
.qa-mark::after{ top:0; left:8.5px; width:3px; height:20px; }
.qa.is-open .qa-mark::after{ transform:scaleY(0); }
.qa.is-open .qa-mark::before{ transform:rotate(180deg); }
.qa-a{
  display:grid; grid-template-rows:0fr;
  transition:grid-template-rows .45s cubic-bezier(.2,.8,.2,1);
}
.qa.is-open .qa-a{ grid-template-rows:1fr; }
.qa-a-inner{ overflow:hidden; }
.qa-a-inner p{
  padding:0 44px clamp(24px,3.4vw,32px) clamp(46px,6.5vw,70px);
  font-size:clamp(15px,1.9vw,16.5px); line-height:1.65; color:var(--ink-soft);
  max-width:36em;
}

/* ============ reveal motion ============ */
.reveal{ opacity:0; transform:translateY(30px); transition:opacity .8s ease, transform .8s cubic-bezier(.16,.8,.3,1); }
.reveal.in{ opacity:1; transform:none; }
.d1{ transition-delay:.12s; }
.d2{ transition-delay:.24s; }
.d3{ transition-delay:.36s; }

@media (prefers-reduced-motion: reduce){
  .reveal, .truth-line{ opacity:1 !important; transform:none !important; transition:none !important; }
  .truth-cue span{ animation:none; }
  .hero-img{ animation:none; transform:none; }
  html{ scroll-behavior:auto; }
  .req-col li{ opacity:1 !important; transform:none !important; transition:none !important; }
  .req-stamp{ animation:none !important; opacity:.92; }
  .v-quote{ transition:none; }
  .qa-a{ transition:none; }
}

/* ============ mobile ============ */
@media (max-width: 760px){
  .sc-grid{ grid-template-columns:repeat(2,1fr); }
  .sc-tile{ border-right:1px solid var(--line) !important; border-bottom:1px solid var(--line) !important; min-height:150px; }
  .sc-tile:nth-child(2n){ border-right:none !important; }
  .sc-tile:nth-child(n+5){ border-bottom:none !important; }
  .sc-name{ font-size:11px; }
  .sc-head-meta{ display:none; }
  .sc-chip{ font-size:9px; padding:3px 7px; }
  .cc-result{ grid-template-columns:1fr; justify-items:center; }
  .cc-read{ align-items:center; text-align:center; }
  .rcard{ min-height:66svh; border-radius:20px; align-items:flex-end; }
  .rc-num{ top:-8px; right:6px; }
  .brk{ height:clamp(320px, 52svh, 460px); }
  .brk-line{ padding-bottom:36px; }
  .founder-grid{ grid-template-columns:1fr; padding:76px var(--pad); }
  .founder-fig img{ margin:0 auto; max-width:320px; }
  .bk-days{ gap:5px; }
  .bk-day{ border-radius:10px; min-height:64px; }
  .hero-actions .btn{ width:100%; }
  .hero-inner{ padding-bottom:112px; }
  .hero-pills{
    flex-wrap:nowrap; justify-content:flex-start; overflow-x:auto;
    gap:8px; padding:14px var(--pad) calc(16px + env(safe-area-inset-bottom));
    scrollbar-width:none; -webkit-overflow-scrolling:touch;
  }
  .hero-pills::-webkit-scrollbar{ display:none; }
  .hero-pills span{ padding:8px 13px; font-size:10px; }
  .btn{ width:auto; }
  .cc-card{ min-height:420px; }
  .final-inner .btn{ width:100%; }

  /* roster */
  .req-cols{ grid-template-columns:repeat(2,1fr); gap:18px 20px; padding-bottom:130px; }
  .req-col + .req-col{ border-left:none; padding-left:0; }
  .req-head span:nth-child(2){ display:none; }

  /* versus */
  .vs-stage{ grid-template-columns:1fr; gap:0; }
  .sheet-thin{
    width:88%; min-height:0; margin:0 auto -44px;
    transform:rotate(-3deg); padding-bottom:64px;
  }
  .sheet-thin .sheet-quote{ margin-top:14px; }
  .sheet-dense{ position:relative; z-index:2; transform:rotate(1deg); min-height:0; }

  /* rematch */
  .rm2-grid{ grid-template-columns:1fr; gap:24px; }
  .rm2-m + .rm2-m{ border-left:none; padding-left:0; border-top:1px solid var(--line); padding-top:22px; }
  .rm2-day b{ font-size:44px; }

  /* voices */
  .v-stage{ grid-template-columns:1fr; gap:26px; }
  .v-fig{ aspect-ratio:4/3; }
  .v-fig .v-img{ object-position:center 20%; }
  .v-quotes{ min-height:300px; }
  .v-tabs{ gap:12px; }
  .v-tab{ max-width:none; }

  /* faq */
  .faq-grid{ grid-template-columns:1fr; gap:34px; }
  .faq-left{ position:static; }
  .qa-a-inner p{ padding-right:0; }
}
