:root {
  --ink: #10120f;
  --paper: #eeeae0;
  --paper-deep: #e2ded3;
  --acid: #d6ff47;
  --orange: #ff5d35;
  --green: #65a234;
  --muted: #77786f;
  --line: rgba(16, 18, 15, .18);
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; scrollbar-gutter: stable; }
html:has(dialog[open]) { overflow: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
main > section { scroll-margin-top: 76px; }

.scroll-progress { position: fixed; z-index: 60; top: 0; left: 0; right: 0; height: 3px; pointer-events: none; background: transparent; }
.scroll-progress i { display: block; width: 100%; height: 100%; transform: scaleX(var(--scroll-progress, 0)); transform-origin: left center; background: linear-gradient(90deg, var(--orange), var(--acid)); box-shadow: 0 0 10px rgba(255,93,53,.4); will-change: transform; }

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  height: 76px;
  padding: 0 4vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .06em;
  background: rgba(238,234,224,.88);
  backdrop-filter: blur(12px) saturate(.8);
  -webkit-backdrop-filter: blur(12px) saturate(.8);
  transition: background .3s, box-shadow .3s;
}
body.is-scrolled .site-header { background: rgba(238,234,224,.95); box-shadow: 0 8px 28px rgba(16,18,15,.06); }

.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; font: 500 15px var(--mono); }
.brand > span:last-child > span { font-weight: 300; }
.brand-mark { width: 22px; height: 22px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; position: relative; overflow: visible; background: radial-gradient(circle at 35% 30%, rgba(101,162,52,.2) 0 9%, transparent 10%), repeating-linear-gradient(118deg, transparent 0 4px, rgba(16,18,15,.09) 5px, transparent 6px); }
.brand-mark::before { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: radial-gradient(circle at 65% 35%, rgba(16,18,15,.18) 0 1px, transparent 1.5px), radial-gradient(circle at 34% 68%, rgba(16,18,15,.15) 0 1.5px, transparent 2px); }
.brand-mark svg { position: relative; z-index: 1; width: 14px; height: 14px; color: var(--green); filter: drop-shadow(0 0 3px rgba(101,162,52,.5)); }
.status { display: flex; align-items: center; gap: 8px; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: #65a234; box-shadow: 0 0 0 4px rgba(101, 162, 52, .14); animation: pulse 2s infinite; }
.header-link { justify-self: end; color: inherit; text-underline-offset: 5px; }
.header-link b { color: var(--orange); margin-left: 6px; font-weight: 400; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.header-actions > button { padding: 0 0 4px; border: 0; border-bottom: 1px solid transparent; background: transparent; color: inherit; font: 10px var(--mono); letter-spacing: .06em; cursor: pointer; transition: border-color .2s, color .2s; }
.header-actions > button:hover { color: var(--orange); border-color: currentColor; }
.nav-link, .nav-current { color: inherit; font: 10px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.nav-link { padding-bottom: 4px; border-bottom: 1px solid transparent; text-decoration: none; transition: border-color .2s, color .2s; }
.nav-link:hover { color: var(--orange); border-color: currentColor; }
.nav-current { padding: 6px 8px; border: 1px solid var(--ink); background: var(--acid); }
.mobile-label { display: none; }

.hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; padding: 7vw 4vw; gap: 6vw; }
.eyebrow, .section-label { font: 500 11px var(--mono); letter-spacing: .11em; }
.eyebrow::before { content: ""; width: 35px; height: 1px; background: var(--orange); display: inline-block; vertical-align: middle; margin-right: 12px; }
h1, h2 { margin: 0; font-weight: 500; letter-spacing: -.065em; line-height: .93; }
h1 { font-size: clamp(60px, 8.5vw, 132px); margin: 28px 0 35px; }
h1 em, h2 em { font-family: Georgia, serif; font-weight: 400; }
h1 em { color: var(--orange); }
.lede { font-size: clamp(16px, 1.35vw, 20px); line-height: 1.65; max-width: 620px; color: #464740; }
.text-link { display: inline-flex; gap: 45px; margin-top: 28px; padding-bottom: 6px; border-bottom: 1px solid; color: inherit; text-decoration: none; font: 500 12px var(--mono); letter-spacing: .06em; }
.text-link[hidden] { display: none; }
.text-link span { color: var(--orange); }
.first-100-note { display: inline-block; margin: 18px 0 0; padding: 9px 11px; background: var(--acid); border: 1px solid var(--ink); font: 500 9px var(--mono); letter-spacing: .07em; }
.inline-cta { display: inline-flex; align-items: center; gap: 28px; padding-bottom: 6px; border-bottom: 1px solid currentColor; color: inherit; text-decoration: none; font: 500 10px var(--mono); letter-spacing: .06em; transition: gap .25s ease, color .25s ease; }
.inline-cta:hover { gap: 38px; color: var(--orange); }

.instrument { align-self: stretch; min-height: 520px; max-height: 690px; background: var(--ink); color: var(--paper); border-radius: 2px; display: grid; grid-template-rows: 56px 1fr 55px; box-shadow: 22px 25px 0 var(--paper-deep); overflow: hidden; }
.instrument-head, .instrument-foot { display: flex; align-items: center; justify-content: space-between; padding: 0 22px; font: 10px var(--mono); letter-spacing: .08em; }
.instrument-head { border-bottom: 1px solid rgba(255,255,255,.13); }
.instrument-foot { border-top: 1px solid rgba(255,255,255,.13); color: #777a70; }
.instrument-foot b { color: var(--acid); font-weight: 400; }
.dot { display: inline-block; width: 6px; height: 6px; background: var(--acid); border-radius: 50%; margin-right: 8px; }
.plot { margin: 24px; position: relative; overflow: hidden; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 20% 25%; }
.plot svg { position: absolute; inset: 8% 0 8%; width: 100%; height: 84%; overflow: visible; }
.line { fill: none; stroke-width: 2; vector-effect: non-scaling-stroke; }
.primary { stroke: var(--acid); }
.ghost { stroke: #777a70; stroke-width: 1; stroke-dasharray: 4 5; }
.area { fill: url(#signalFill); }
.axis-label { position: absolute; z-index: 2; font: 9px var(--mono); color: #6b6d65; background: var(--ink); padding: 2px; }
.y1 { top: 23%; left: 0; } .y2 { bottom: 24%; left: 0; } .x1 { bottom: 0; left: 31%; } .x2 { bottom: 0; right: 28%; }
.scan-line { position: absolute; top: 0; bottom: 0; left: 68%; width: 1px; background: rgba(214,255,71,.38); box-shadow: 0 0 18px var(--acid); }
.day-one-plot { margin: 0; padding: 62px 24px 40px; background-image: none; overflow: hidden; }
.day-one-plot::before { content: ""; position: absolute; inset: 62px 24px 40px; background: radial-gradient(circle at 78% 30%, rgba(214,255,71,.08), transparent 30%); }
.day-one-plot svg { inset: 62px 24px 40px; width: calc(100% - 48px); height: calc(100% - 102px); }
.chart-grid line { stroke: rgba(255,255,255,.08); stroke-width: 1; vector-effect: non-scaling-stroke; }
.chart-stats { position: absolute; z-index: 3; top: 17px; left: 24px; right: 24px; display: flex; gap: 25px; font: 8px var(--mono); letter-spacing: .055em; color: #85887e; }
.chart-stats b { margin-right: 5px; color: var(--paper); font-size: 13px; font-weight: 500; }
.chart-stats span:first-child b { color: var(--acid); }
.real-price-line { stroke-dasharray: 1100; stroke-dashoffset: 1100; animation: draw-real-chart 2.2s .6s cubic-bezier(.2,.8,.2,1) forwards; }
#day-one-area { opacity: 0; animation: reveal-area 1s 1.5s ease forwards; }
.trade-marker { opacity: 0; transform-box: fill-box; transform-origin: center; animation: marker-pop .35s cubic-bezier(.2,1.5,.4,1) forwards; }
.trade-marker.buy { fill: #65a234; stroke: var(--paper); }
.trade-marker.sell { fill: var(--orange); stroke: var(--paper); }
.chart-axis { position: absolute; z-index: 3; left: 24px; right: 24px; bottom: 15px; display: flex; justify-content: space-between; color: #686b62; font: 8px var(--mono); }
.call-legend { position: absolute; z-index: 3; right: 24px; top: 42px; display: flex; gap: 12px; font: 8px var(--mono); color: #85887e; }
.call-legend span { display: flex; align-items: center; gap: 5px; }
.call-legend i { width: 7px; height: 7px; border-radius: 2px; }
.buy-key { background: #65a234; }
.sell-key { background: var(--orange); }
@keyframes draw-real-chart { to { stroke-dashoffset: 0; } }
@keyframes reveal-area { to { opacity: 1; } }
@keyframes marker-pop { from { opacity: 0; transform: scale(.1); } to { opacity: 1; transform: scale(1); } }

.public-scoreboard {
  padding: 90px 4vw 78px;
  border-top: 1px solid #3f423b;
  background: var(--ink);
  color: var(--paper);
}
.scoreboard-heading { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.section-label.light { color: var(--paper); }
.section-label.light span { color: var(--acid); }
.scoreboard-date { margin: 0; color: #888b81; font: 9px var(--mono); letter-spacing: .08em; }
.scoreboard-date time { color: var(--paper); }
.scoreboard-lead { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; margin: 68px 0 58px; }
.scoreboard-lead h2 { font-size: clamp(52px, 7.4vw, 106px); }
.scoreboard-lead h2 em { color: var(--acid); }
.scoreboard-lead > div > p { margin: 0 0 18px; color: #b0b2a9; font-size: 15px; line-height: 1.7; }
.scoreboard-lead > div > p strong { color: var(--paper); }
.scoreboard-lead .inline-cta { margin-top: 10px; }
.light-cta:hover { color: var(--acid); }
.scoreboard-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #4d5048; border-left: 1px solid #4d5048; }
.scoreboard-grid article { min-height: 205px; display: flex; flex-direction: column; padding: 20px; border-right: 1px solid #4d5048; border-bottom: 1px solid #4d5048; }
.scoreboard-grid article > span { color: #888b81; font: 9px var(--mono); letter-spacing: .075em; }
.scoreboard-grid article > strong { margin: auto 0 9px; font: 500 clamp(45px, 5vw, 76px)/.95 var(--mono); letter-spacing: -.075em; }
.scoreboard-grid article > p { margin: 0; color: #888b81; font: 9px/1.5 var(--mono); }
.scoreboard-grid .score-positive > strong { color: var(--acid); }
.scoreboard-grid .score-negative > strong { color: var(--orange); }
.scoreboard-disclosures { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 22px; }
.scoreboard-disclosures p { margin: 0; color: #888b81; font: 8px/1.65 var(--mono); }
.results-scoreboard { border-top: 0; border-bottom: 1px solid var(--ink); }

.thesis, .proof, .annualizer, .pricing { padding: 110px 4vw; border-top: 1px solid var(--line); }
.section-label { display: flex; align-items: center; gap: 14px; }
.section-label span { color: var(--orange); }
.thesis { display: grid; grid-template-columns: 1fr 3fr; }
.thesis-copy h2, .proof-intro h2, .pricing-intro h2, .access h2 { font-size: clamp(43px, 6.1vw, 91px); }
.thesis-copy h2 em { color: var(--muted); }
.thesis-copy > p { max-width: 590px; margin: 35px 0 70px 35%; font-size: 17px; line-height: 1.7; color: #55574f; }
.thesis-copy > .inline-cta { margin-left: 35%; margin-bottom: 55px; }
.loop-shell { grid-column: 2; position: relative; }
.loop-status { display: flex; justify-content: space-between; padding: 10px 0; border-top: 1px solid var(--ink); font: 9px var(--mono); letter-spacing: .07em; }
.loop-status b { color: var(--orange); font-weight: 500; }
.loop { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); overflow: hidden; }
.loop::before { content: ""; position: absolute; z-index: 3; top: 0; left: 0; width: 25%; height: 2px; background: var(--orange); box-shadow: 0 0 13px var(--orange); animation: loop-progress 8s steps(4, end) infinite; }
.loop div { position: relative; min-height: 185px; padding: 18px 15px; border-right: 1px solid var(--line); display: grid; grid-template-rows: 1fr auto auto auto; animation: stage-active 8s infinite; animation-delay: calc(var(--stage) * 2s); }
.loop div::after { content: "→"; position: absolute; z-index: 4; top: 50%; right: -9px; width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper); font: 10px var(--mono); }
.loop div:last-of-type { border: 0; }
.loop div:last-of-type::after { content: "↻"; right: 8px; top: 12px; border-color: currentColor; background: transparent; animation: spin-cycle 2s linear infinite; }
.loop span, .loop small { font: 9px var(--mono); color: var(--muted); }
.loop strong { font: 500 16px var(--mono); }
.loop em { margin-top: 10px; opacity: .28; font: normal 500 8px var(--mono); letter-spacing: .08em; transition: opacity .2s; }
.loop-runner { position: absolute; z-index: 5; top: 50%; left: 12.5%; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,93,53,.16), 0 0 16px var(--orange); animation: runner-cycle 8s cubic-bezier(.45,0,.55,1) infinite; }
.loop-outcome { display: flex; justify-content: space-between; align-items: center; padding: 11px 13px; background: var(--ink); color: var(--paper); font: 8px var(--mono); letter-spacing: .07em; }
.loop-outcome b { color: var(--acid); font-weight: 400; animation: outcome-flash 8s infinite; }
@keyframes stage-active { 0%, 24% { background: var(--acid); color: var(--ink); } 25%, 100% { background: transparent; color: var(--ink); } }
@keyframes loop-progress { from { transform: translateX(0); } to { transform: translateX(400%); } }
@keyframes runner-cycle { 0%, 8% { left: 12.5%; } 25%, 33% { left: 37.5%; } 50%, 58% { left: 62.5%; } 75%, 83% { left: 87.5%; } 100% { left: 12.5%; } }
@keyframes spin-cycle { to { transform: rotate(360deg); } }
@keyframes outcome-flash { 0%, 73% { opacity: .25; } 78%, 96% { opacity: 1; } 100% { opacity: .25; } }

.methodology-teaser { padding: 110px 4vw; border-top: 1px solid var(--line); background: #dfe6d7; }
.methodology-lead { margin: 52px 0 62px 25%; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 7vw; }
.methodology-lead h2 { font-size: clamp(43px, 6.1vw, 91px); }
.methodology-lead h2 em { color: var(--green); }
.methodology-lead p { margin: 0 0 24px; max-width: 390px; color: #55574f; line-height: 1.65; }
.methodology-open { padding: 0 0 7px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: inherit; font: 500 10px var(--mono); letter-spacing: .07em; cursor: pointer; }
.methodology-open span { margin-left: 25px; color: var(--orange); }
.method-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.method-cards article { position: relative; min-height: 245px; padding: 20px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: flex; flex-direction: column; overflow: hidden; transition: background .25s, color .25s, transform .25s; }
.method-cards article::before { content: ""; position: absolute; inset: auto -35px -55px auto; width: 120px; height: 120px; border: 1px solid currentColor; border-radius: 50%; opacity: .12; transform: scale(calc(1 + var(--method-index) * .12)); }
.method-cards article:hover { z-index: 2; background: var(--ink); color: var(--paper); transform: translateY(-5px); }
.method-cards article > span { color: var(--orange); font: 500 9px var(--mono); letter-spacing: .08em; }
.method-cards strong { margin: auto 0 16px; font-size: clamp(21px, 2.2vw, 31px); line-height: 1.05; letter-spacing: -.04em; }
.method-cards p { margin: 0; max-width: 330px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.method-cards article:hover p { color: #aaa99f; }
.method-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.method-chips span { padding: 6px 8px; border: 1px solid rgba(214,255,71,.45); color: var(--acid); font: 8px var(--mono); letter-spacing: .06em; }

.proof { background: var(--ink); color: var(--paper); display: grid; grid-template-columns: 1fr 3fr; }
.proof-intro { display: flex; justify-content: space-between; align-items: end; }
.proof-intro h2 em { color: var(--acid); }
.proof-intro p { max-width: 430px; margin: 0; line-height: 1.65; color: #aaa99f; }
.proof-sidecopy { max-width: 430px; }
.proof-sidecopy .inline-cta { margin-top: 24px; }
.light-cta:hover { color: var(--acid); }
.proof-grid { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 60px; }
.proof-card { margin: 0; padding: 10px; border: 1px solid rgba(238,234,224,.2); border-radius: 4px; background: #171a16; }
.proof-card img { display: block; width: 100%; height: auto; border-radius: 2px; }
.proof-card figcaption { padding: 14px 8px 6px; color: #aaa99f; font: 10px/1.55 var(--mono); letter-spacing: .035em; }

.annualizer { display: grid; grid-template-columns: 1fr 3fr; background: var(--acid); transition: background-color .35s cubic-bezier(.2,.8,.2,1); }
.annualizer.annualizer-positive { background: #b9e978; }
.annualizer.annualizer-negative { background: #ff8a72; }
.annualizer.annualizer-neutral { background: var(--paper-deep); }
.annualizer-intro { display: grid; grid-template-columns: 1.35fr .65fr; gap: 7vw; align-items: end; }
.annualizer-intro h2 { font-size: clamp(43px, 6.1vw, 91px); }
.annualizer-intro h2 em { color: var(--orange); }
.annualizer-intro > p { margin: 0; max-width: 500px; font-size: 15px; line-height: 1.7; }
.day-stamp { display: inline-flex; margin: 0 0 24px; padding: 8px 10px; background: var(--ink); color: var(--acid); font: 500 9px var(--mono); letter-spacing: .08em; }
.annualizer-lab { grid-column: 2; display: grid; grid-template-columns: 1.4fr .6fr; margin-top: 65px; border: 1px solid var(--ink); background: rgba(238,234,224,.35); }
.slider-panel { min-height: 340px; padding: 30px; display: grid; grid-template-columns: 1fr .72fr; gap: 38px; align-content: center; border-right: 1px solid var(--ink); }
.slider-control { min-width: 0; display: grid; align-content: center; }
.interval-control { padding-left: 38px; border-left: 1px solid rgba(24,25,22,.3); }
.slider-panel label, .annual-result > span { font: 500 10px var(--mono); letter-spacing: .09em; }
.slider-panel output { margin: 16px 0 28px; font-size: clamp(55px, 6vw, 92px); font-weight: 500; letter-spacing: -.07em; line-height: 1; }
.interval-control output { min-height: 2em; font: 500 clamp(24px, 2.7vw, 41px)/.95 var(--sans); letter-spacing: -.05em; }
.slider-panel input { width: 100%; height: 24px; margin: 0; appearance: none; background: transparent; cursor: ew-resize; }
.slider-panel input::-webkit-slider-runnable-track { height: 3px; background: linear-gradient(90deg, var(--orange) var(--slider-fill, 67%), var(--ink) var(--slider-fill, 67%)); }
.slider-panel input::-moz-range-track { height: 3px; background: var(--ink); }
.slider-panel input::-moz-range-progress { height: 3px; background: var(--orange); }
.slider-panel input::-webkit-slider-thumb { appearance: none; width: 24px; height: 24px; margin-top: -10px; border: 2px solid var(--ink); border-radius: 50%; background: var(--paper); box-shadow: 0 0 0 5px var(--acid); }
.slider-panel input::-moz-range-thumb { width: 20px; height: 20px; border: 2px solid var(--ink); border-radius: 50%; background: var(--paper); box-shadow: 0 0 0 5px var(--acid); }
.range-labels { display: flex; justify-content: space-between; margin-top: 7px; color: #55574f; font: 9px var(--mono); }
.annual-result { padding: 30px; display: flex; flex-direction: column; justify-content: center; background: var(--ink); color: var(--paper); }
.annual-result > span { color: #8e9187; }
.annual-result strong { margin: 20px 0 9px; color: var(--acid); font-size: clamp(42px, 5vw, 76px); font-weight: 500; letter-spacing: -.06em; line-height: .95; }
.annual-result strong.negative { color: var(--orange); }
.annual-result small { font: 11px var(--mono); color: #aaa99f; }
.annualizer-foot { grid-column: 2; display: flex; justify-content: space-between; align-items: center; gap: 35px; margin-top: 22px; }
.annualizer-foot p { max-width: 720px; margin: 0; font: 9px/1.6 var(--mono); }

.pricing { background: var(--paper-deep); display: grid; grid-template-columns: 1fr 3fr; }
.pricing-intro { display: flex; justify-content: space-between; align-items: end; }
.pricing-intro p { max-width: 370px; line-height: 1.6; color: #5f6159; }
.tiers { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; margin-top: 60px; }
.tier { border: 1px solid var(--ink); padding: 26px; min-height: 400px; display: flex; flex-direction: column; }
.tier + .tier { border-left: 0; }
.tier.accent { background: var(--ink); color: var(--paper); }
.tier-top { display: flex; justify-content: space-between; font: 500 12px var(--mono); letter-spacing: .08em; }
.tier-top small { color: var(--muted); font-size: 9px; }
.accent .tier-top small { color: var(--acid); }
.price { margin: 62px 0 27px; font-size: clamp(62px, 7vw, 105px); font-weight: 500; letter-spacing: -.07em; line-height: 1; }
.price sup { font: 400 22px var(--mono); vertical-align: top; position: relative; top: 11px; margin-right: 6px; }
.price sub { font: 400 12px var(--mono); letter-spacing: 0; }
.tier > p { max-width: 400px; line-height: 1.65; color: var(--muted); margin: 0; }
.accent > p { color: #aaa99f; }
.tier-meta { margin-top: auto; padding-top: 20px; border-top: 1px solid currentColor; font: 10px var(--mono); letter-spacing: .08em; }
.tier-meta span { font-size: 20px; margin-right: 13px; }
.accent .tier-meta span { color: var(--acid); }
.tier-cta { margin-top: 20px; padding: 15px 0 0; border-top: 1px solid var(--line); color: inherit; text-decoration: none; font: 500 10px var(--mono); letter-spacing: .07em; }
.accent .tier-cta { color: var(--acid); border-top-color: rgba(238,234,224,.2); }
.enterprise-connect { grid-column: 2; margin-top: 22px; padding: 22px 26px; border: 1px solid var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 35px; background: var(--paper); }
.enterprise-connect h3 { margin: 7px 0 5px; font-size: clamp(22px, 2.5vw, 34px); letter-spacing: -.04em; }
.enterprise-connect p { margin: 0; color: var(--muted); font-size: 13px; }
.enterprise-connect button { flex: 0 0 auto; padding: 15px 20px; border: 1px solid var(--ink); background: var(--ink); color: var(--acid); font: 500 10px var(--mono); letter-spacing: .07em; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.enterprise-connect button:hover { background: var(--orange); color: var(--ink); transform: translateY(-2px); }
.founder-offer { grid-column: 2; margin-top: 22px; padding: 28px; display: flex; align-items: end; justify-content: space-between; gap: 40px; background: var(--acid); border: 1px solid var(--ink); }
.offer-kicker { font: 500 10px var(--mono); letter-spacing: .1em; }
.founder-offer h3 { margin: 10px 0 8px; font-size: clamp(27px, 3vw, 44px); letter-spacing: -.045em; }
.founder-offer p { max-width: 660px; margin: 0; line-height: 1.55; }
.founder-offer .spot-count { flex: 0 0 auto; padding: 12px 15px; border: 1px solid var(--ink); font: 500 11px var(--mono); letter-spacing: .05em; text-align: center; }
.offer-cta { flex: 0 0 auto; padding: 13px 16px; background: var(--ink); color: var(--acid); text-decoration: none; font: 500 10px var(--mono); letter-spacing: .07em; }

.access { background: var(--orange); color: var(--ink); padding: 120px 4vw; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; }
.access h2 { margin: 28px 0; }
.access h2 em { color: var(--paper); }
.access-copy > p { max-width: 560px; line-height: 1.7; }
.access-launch { min-height: 150px; padding: 25px 28px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; text-align: left; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease; }
.access-launch:hover { transform: translate(-5px, -5px); box-shadow: 8px 8px 0 var(--acid); background: var(--paper); color: var(--ink); }
.access-launch > span { font: 500 clamp(21px, 2.5vw, 36px) var(--mono); letter-spacing: -.03em; }
.access-launch > b { color: var(--acid); font-size: 28px; }
.access-launch:hover > b { color: var(--orange); }
.access-launch > small { grid-column: 1 / -1; color: #94968d; font: 9px/1.5 var(--mono); letter-spacing: .05em; }
.signup-form label { display: block; font: 10px var(--mono); letter-spacing: .1em; margin-bottom: 12px; }
.signup-form .field-row + label { margin-top: 18px; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field-row { display: grid; grid-template-columns: 1fr auto; border-bottom: 2px solid var(--ink); }
.field-row input { width: 100%; min-width: 0; padding: 18px 0; border: 0; outline: 0; background: transparent; color: var(--ink); font: 24px var(--sans); }
.field-row input::placeholder { color: rgba(16,18,15,.45); }
.field-row button { border: 0; background: var(--ink); color: var(--paper); padding: 0 22px; min-width: 190px; font: 500 10px var(--mono); letter-spacing: .08em; cursor: pointer; transition: background .2s, color .2s; }
.field-row button:hover { background: var(--acid); color: var(--ink); }
.field-row button:disabled { opacity: .65; cursor: wait; }
.field-row button b { font-size: 15px; margin-left: 15px; color: var(--acid); }
.form-message { min-height: 22px; font: 10px var(--mono); letter-spacing: .04em; }
.daily-promise { margin: 18px 0 8px; max-width: 650px; font-size: 13px; line-height: 1.6; }
.form-message.success { font-weight: 500; }
.form-message.error { color: #48170d; }

.waitlist-modal { width: min(820px, calc(100vw - 40px)); max-width: none; max-height: calc(100dvh - 28px); padding: 0; border: 0; border-radius: 3px; background: transparent; color: var(--ink); overflow: visible; }
.waitlist-modal::backdrop { background: rgba(16,18,15,.38); backdrop-filter: blur(14px) saturate(.75); -webkit-backdrop-filter: blur(14px) saturate(.75); animation: modal-fade .25s ease both; }
.waitlist-modal[open] { animation: modal-in .35s cubic-bezier(.2,.8,.2,1) both; }
.modal-card { box-sizing: border-box; width: 100%; position: relative; padding: 28px 32px 34px; background: var(--paper); border: 1px solid var(--ink); box-shadow: 18px 20px 0 rgba(16,18,15,.9); }
.modal-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.modal-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); font: 500 9px var(--mono); letter-spacing: .09em; }
.modal-head > span { display: flex; align-items: center; gap: 8px; }
.modal-head i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(101,162,52,.13); }
.modal-close { position: relative; z-index: 2; width: 34px; height: 34px; padding: 0; border: 1px solid var(--ink); border-radius: 50%; background: transparent; color: inherit; font: 300 23px/1 var(--sans); cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.modal-close:hover { transform: rotate(8deg); background: var(--ink); color: var(--paper); }
.modal-copy { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; align-items: end; padding: 36px 0 42px; }
.modal-copy h2 { grid-column: 1; font-size: clamp(48px, 6vw, 76px); }
.modal-copy h2 em { color: var(--orange); }
.modal-copy > p:last-child { grid-column: 2; margin: 0; color: #595b53; font-size: 13px; line-height: 1.65; }
.modal-kicker { grid-column: 1 / -1; margin: 0 0 -18px; font: 500 9px var(--mono); letter-spacing: .1em; }
.waitlist-modal .signup-form { position: relative; z-index: 1; }
.waitlist-modal .field-row { border-bottom-color: var(--ink); }
.waitlist-modal .field-row input { caret-color: var(--orange); }
.waitlist-modal .daily-promise { color: #5f6159; }
.lifetime-meter { position: relative; z-index: 1; margin: -12px 0 34px; padding: 16px 18px 14px; border: 1px solid var(--ink); background: var(--acid); }
.meter-copy { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 12px; }
.meter-copy span { font: 500 9px var(--mono); letter-spacing: .09em; }
.meter-copy strong { font: 500 13px var(--mono); }
.seat-grid { display: grid; grid-template-columns: repeat(20, 1fr); gap: 3px; }
.seat-grid i { aspect-ratio: 1; min-height: 6px; border: 1px solid rgba(16,18,15,.28); background: rgba(238,234,224,.45); transition: background .25s, transform .25s; }
.seat-grid i.claimed { background: var(--ink); border-color: var(--ink); }
.seat-grid i.claimed.delayed-seat { background: var(--muted); }
.seat-grid i.open { border-color: var(--ink); animation: seat-glow 2.8s ease-in-out infinite; animation-delay: calc(var(--seat-index) * 18ms); }
.seat-grid i.open.realtime-seat { background: var(--acid); }
.seat-grid i.open.delayed-seat { background: var(--green); }
.seat-grid i.unknown { background: repeating-linear-gradient(135deg, transparent 0 2px, rgba(16,18,15,.12) 2px 3px); }
.lifetime-meter small { display: block; margin-top: 9px; color: #4f514a; font: 8px var(--mono); letter-spacing: .035em; }
@keyframes seat-glow { 50% { transform: scale(.82); opacity: .7; } }
.enterprise-modal .modal-card { background: #e8efe0; }
.enterprise-modal .modal-head i { background: var(--orange); box-shadow: 0 0 0 4px rgba(255,93,53,.13); }
.enterprise-modal .modal-copy h2 em { color: var(--green); }
@keyframes modal-in { from { opacity: 0; transform: translateY(20px) scale(.98); } }
@keyframes modal-fade { from { opacity: 0; } }

.methodology-modal { width: min(1120px, calc(100vw - 36px)); max-width: none; max-height: calc(100dvh - 28px); padding: 0; border: 0; background: transparent; color: var(--ink); overflow: auto; }
.methodology-modal::backdrop { background: rgba(16,18,15,.48); backdrop-filter: blur(14px) saturate(.7); -webkit-backdrop-filter: blur(14px) saturate(.7); }
.methodology-modal[open] { animation: modal-in .35s cubic-bezier(.2,.8,.2,1) both; }
.methodology-sheet { padding: 28px 32px 34px; border: 1px solid var(--ink); background: var(--paper); box-shadow: 16px 18px 0 rgba(16,18,15,.92); }
.methodology-head i { background: var(--orange); box-shadow: 0 0 0 4px rgba(255,93,53,.13); }
.methodology-hero { display: grid; grid-template-columns: 1.25fr .75fr; gap: 55px; align-items: end; padding: 42px 0 48px; }
.methodology-hero .modal-kicker { grid-column: 1 / -1; margin: 0 -0 -24px; }
.methodology-hero h2 { font-size: clamp(53px, 7vw, 96px); }
.methodology-hero h2 em { color: var(--green); }
.methodology-hero > p:last-child { margin: 0; max-width: 410px; color: #55574f; line-height: 1.7; }
.methodology-pipeline { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.methodology-pipeline article { position: relative; min-height: 145px; padding: 14px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: grid; grid-template-rows: 1fr auto auto; }
.methodology-pipeline article:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -9px; top: 50%; width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper); font: 9px var(--mono); }
.methodology-pipeline article:nth-child(3), .methodology-pipeline article:nth-child(6) { background: var(--acid); }
.methodology-pipeline span, .methodology-pipeline small { color: var(--muted); font: 8px/1.45 var(--mono); }
.methodology-pipeline strong { font: 500 12px var(--mono); }
.methodology-detail-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; margin-top: 20px; }
.gate-board, .method-notes { border: 1px solid var(--ink); }
.method-block-head { min-height: 74px; padding: 16px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--ink); }
.method-block-head span { color: var(--orange); font: 9px var(--mono); letter-spacing: .08em; }
.method-block-head b { max-width: 320px; font-size: 16px; text-align: right; }
.gate-row { display: grid; grid-template-columns: .7fr 1.6fr auto; gap: 16px; align-items: center; padding: 13px 16px; border-bottom: 1px solid var(--line); }
.gate-row:last-child { border: 0; }
.gate-row > span, .gate-row > i { font: 500 8px var(--mono); letter-spacing: .05em; }
.gate-row > i { padding: 5px 6px; border: 1px solid var(--ink); color: var(--green); font-style: normal; }
.gate-row p { margin: 0; color: #5b5d55; font-size: 11px; line-height: 1.5; }
.method-notes ul { margin: 0; padding: 0; list-style: none; }
.method-notes li { padding: 15px 16px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 15px; border-bottom: 1px solid var(--line); }
.method-notes li b { font-size: 11px; }
.method-notes li span { color: #5b5d55; font-size: 11px; line-height: 1.5; }
.honesty-card { margin: 16px; padding: 16px; background: var(--orange); }
.honesty-card span { font: 500 8px var(--mono); letter-spacing: .08em; }
.honesty-card p { margin: 10px 0 0; font-size: 12px; line-height: 1.55; }
.forward-proof { margin-top: 20px; padding: 18px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 15px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); }
.forward-proof > div { display: grid; gap: 5px; }
.forward-proof span, .forward-proof small { color: #85887e; font: 8px var(--mono); }
.forward-proof strong { font-size: 17px; }
.forward-proof > i { color: var(--orange); font: normal 18px var(--mono); }
.forward-proof .future-step { color: var(--acid); }
.methodology-footer { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.methodology-footer p { max-width: 600px; margin: 0; color: var(--muted); font: 9px/1.6 var(--mono); }
.methodology-footer button { padding: 14px 17px; border: 1px solid var(--ink); background: var(--acid); color: var(--ink); font: 500 9px var(--mono); letter-spacing: .07em; cursor: pointer; }

footer { height: 100px; background: var(--ink); color: var(--paper); padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
footer p { font: 9px var(--mono); letter-spacing: .08em; color: #777a70; }
footer p:last-child { justify-self: end; }

/* Results log */
.results-main { min-height: calc(100vh - 176px); }
.results-hero { padding: 95px 4vw 105px; border-bottom: 1px solid var(--ink); }
.results-hero-copy { display: grid; grid-template-columns: 3fr 1fr; gap: 7vw; align-items: end; margin: 60px 0 0 25%; }
.results-hero h1 { margin: 0; font-size: clamp(64px, 9vw, 136px); }
.results-hero h1 em { color: var(--orange); }
.results-hero-copy > div p { margin: 0 0 28px; color: #55574f; font-size: 15px; line-height: 1.75; }
.honesty-strip { display: inline-block; padding: 9px 10px; border: 1px solid var(--ink); background: var(--acid); font: 500 8px var(--mono); letter-spacing: .07em; }
.results-log { display: grid; grid-template-columns: 1fr 3fr; padding: 0 4vw 120px; }
.log-rail { padding-top: 32px; border-right: 1px solid var(--ink); }
.log-rail h2 { font: 500 11px var(--mono); letter-spacing: .1em; }
.log-rail p { color: var(--muted); font: 9px var(--mono); }
#results-entries { min-width: 0; }
.day-entry { border-bottom: 1px solid var(--ink); }
.entry-head { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 20px 0 20px 32px; border-bottom: 1px solid var(--ink); font: 500 10px var(--mono); letter-spacing: .08em; }
.entry-head time { color: var(--orange); font-size: 15px; }
.entry-head span { padding: 7px 9px; background: var(--ink); color: var(--acid); }
.entry-body { padding-left: 32px; }
.entry-summary { display: grid; grid-template-columns: 76px 1fr; gap: 28px; align-items: start; padding: 50px 0 56px; }
.entry-summary .state-icon { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--acid); font: 500 35px var(--mono); }
.entry-summary-warning .state-icon { background: var(--orange); }
.entry-summary h3 { margin-top: 10px; margin-bottom: 14px; }
.entry-summary p, .section-intro p, .visual-caption { max-width: 760px; margin: 0; color: #55574f; font-size: 14px; line-height: 1.65; }
.entry-body section { padding: 52px 0 58px; border-top: 1px solid var(--line); }
.entry-kicker { color: var(--orange); font: 500 9px var(--mono); letter-spacing: .09em; }
.entry-body h3 { max-width: 820px; margin: 16px 0 25px; font-size: clamp(29px, 3.5vw, 51px); font-weight: 500; line-height: 1.04; letter-spacing: -.05em; }
.entry-body code { padding: .08em .3em; background: var(--paper-deep); color: var(--ink); font: .88em var(--mono); }
.section-intro { margin-bottom: 32px; }
.stat-grid { display: grid; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.stat-grid-3 { grid-template-columns: repeat(3, 1fr); }
.stat-grid-2 { grid-template-columns: repeat(2, 1fr); }
.stat-tile { min-width: 0; min-height: 192px; padding: 18px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.stat-tile.fail { background: #f4b09e; }
.stat-tile.pass { background: var(--acid); }
.tile-state { display: flex; align-items: center; gap: 7px; font: 500 9px var(--mono); letter-spacing: .05em; }
.tile-state i, .pass-caption i, .standing-grid span i, .holding-up > span i { width: 19px; height: 19px; display: inline-grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-style: normal; }
.stat-tile > strong { margin: auto 0 10px; overflow-wrap: anywhere; font: 500 clamp(37px, 4.5vw, 68px)/.95 var(--mono); letter-spacing: -.07em; }
.stat-tile > strong.time-stat, .stat-tile > strong.pair-stat { font-size: clamp(25px, 3vw, 42px); letter-spacing: -.05em; }
.stat-tile > strong.range-stat { font-size: clamp(26px, 3.5vw, 49px); }
.stat-tile p { margin: 0; font: 9px/1.5 var(--mono); }
.family-check { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px; border: 1px solid var(--ink); }
.family-check > div { min-width: 0; padding: 15px; display: grid; gap: 15px; border-right: 1px solid var(--ink); }
.family-check > div:last-child { border-right: 0; }
.family-check span { font: 500 8px var(--mono); }
.family-check span i { font-style: normal; }
.family-check strong { font-size: 13px; }
.family-check b { font: 500 22px var(--mono); }
.family-check .fail { background: var(--orange); }
.family-check .pass span { color: var(--green); }
.visual-caption { margin-top: 22px; }
.fix-block { background: var(--acid); margin-left: -32px; padding-left: 32px !important; }
.fix-block .entry-kicker { color: var(--ink); }
.seed-visual { display: grid; grid-template-columns: repeat(5, 1fr) auto 1.2fr; align-items: stretch; border: 1px solid var(--ink); }
.seed-visual span, .seed-visual strong, .seed-visual i { min-height: 82px; display: grid; place-items: center; padding: 10px; border-right: 1px solid var(--ink); text-align: center; font: 500 8px var(--mono); }
.seed-visual i { border: 0; font-size: 18px; font-style: normal; }
.seed-visual strong { border: 0; background: var(--ink); color: var(--acid); font-size: 11px; }
.compact-fix .visual-caption { color: var(--ink); }
.paper-block { background: var(--ink); color: var(--paper); margin-left: -32px; padding-left: 32px !important; }
.paper-block .entry-kicker { color: var(--acid); }
.result-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 34px 0 28px; border-top: 1px solid #575a51; border-left: 1px solid #575a51; }
.result-grid article { min-height: 190px; display: flex; flex-direction: column; padding: 20px; border-right: 1px solid #575a51; border-bottom: 1px solid #575a51; }
.result-grid span { color: #aaa99f; font: 9px var(--mono); letter-spacing: .08em; }
.result-grid span i { font-style: normal; }
.result-grid strong { margin: auto 0 7px; font-size: clamp(42px, 5vw, 72px); font-weight: 500; line-height: 1; letter-spacing: -.06em; }
.result-grid .positive strong { color: var(--acid); }
.result-grid .negative strong { color: var(--orange); }
.result-grid p { margin: 0; color: #aaa99f; font: 9px/1.5 var(--mono); }
.entry-body .bad-news { max-width: none; margin: 0 32px 0 0; padding: 18px 20px; border: 1px solid var(--orange); color: var(--paper); font: 10px/1.65 var(--mono); }
.entry-body .bad-news i { margin-right: 7px; color: var(--orange); font-style: normal; }
.holding-up { max-width: 850px; margin-top: 28px; padding: 25px 28px; border: 1px solid var(--ink); box-shadow: 10px 11px 0 var(--paper-deep); }
.holding-up > span { color: var(--green); font: 500 9px var(--mono); letter-spacing: .09em; }
.holding-up > strong { display: block; margin-top: 22px; font: 500 clamp(43px, 6vw, 77px)/1 var(--mono); letter-spacing: -.07em; }
.holding-up > strong small { display: inline-block; max-width: 150px; margin-left: 12px; font: 8px/1.5 var(--mono); letter-spacing: .03em; }
.holding-up p { margin: 18px 0 0; max-width: 760px; color: #55574f; font-size: 13px; line-height: 1.65; }
.test-recipe { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: stretch; margin-bottom: 24px; border: 1px solid var(--ink); }
.test-recipe div { min-width: 0; min-height: 130px; padding: 14px; display: flex; flex-direction: column; }
.test-recipe div > span, .test-recipe small { color: var(--muted); font: 8px/1.4 var(--mono); }
.test-recipe strong { margin: auto 0 8px; font: 500 11px var(--mono); }
.test-recipe > i { align-self: center; width: 25px; font: normal 15px var(--mono); text-align: center; }
.noise-stats { margin-bottom: 24px; }
.score-compare { padding: 22px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); }
.compare-row { display: grid; grid-template-columns: 150px 1fr 55px; gap: 14px; align-items: center; margin-bottom: 15px; font: 9px var(--mono); }
.compare-track { height: 24px; background: #383b35; overflow: hidden; }
.compare-track i { display: block; width: 100%; height: 100%; background: var(--orange); transform: scaleX(var(--value)); transform-origin: left center; }
.compare-row.real .compare-track i { background: var(--acid); }
.compare-row strong { font: 500 17px var(--mono); }
.score-compare p { margin: 20px 0 0; color: #aaa99f; font: 9px/1.6 var(--mono); }
.threshold-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--ink); }
.threshold-grid > article { min-width: 0; padding: 20px; border-right: 1px solid var(--ink); }
.threshold-grid > article:last-child { border-right: 0; }
.threshold-grid header { display: flex; justify-content: space-between; gap: 20px; font: 500 9px var(--mono); }
.threshold-grid header strong { text-align: right; font: 500 24px var(--mono); }
.threshold-grid header small { display: block; font-size: 7px; }
.threshold-bars { margin-top: 30px; }
.threshold-bars > div { display: grid; grid-template-columns: 48px 1fr 35px; gap: 9px; align-items: center; margin-top: 13px; font: 8px var(--mono); }
.threshold-track { display: block; width: 100%; height: 17px; overflow: hidden; }
.threshold-track i { display: block; width: 100%; height: 100%; background: var(--ink); transform: scaleX(var(--value)); transform-origin: left center; }
.threshold-bars > div.after .threshold-track i { background: var(--orange); }
.threshold-bars b { font: 500 11px var(--mono); }
.pass-caption { margin: 25px 0 0; font: 8px var(--mono); }
.turnover-visual { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border: 1px solid var(--ink); }
.turnover-visual > div { min-height: 190px; padding: 18px; display: flex; flex-direction: column; }
.turnover-visual > div.current { background: var(--acid); }
.turnover-visual span, .turnover-visual small { font: 8px var(--mono); }
.turnover-visual strong { margin: auto 0 5px; font: 500 75px/1 var(--mono); letter-spacing: -.08em; }
.turnover-visual > i { width: 58px; font: normal 24px var(--mono); text-align: center; }
.standing-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; border: 1px solid var(--ink); }
.standing-grid article { min-width: 0; padding: 20px; border-right: 1px solid var(--ink); }
.standing-grid article:last-child { border: 0; }
.standing-grid span { color: var(--green); font: 500 8px var(--mono); }
.standing-grid strong { display: block; margin-top: 25px; font: 500 clamp(22px, 3vw, 37px) var(--mono); letter-spacing: -.05em; }
.outlook-caption { margin: 20px 0 0; padding: 17px 19px; border: 1px solid var(--ink); font: 9px/1.6 var(--mono); }

.reveal { opacity: 0; transform: translateY(16px); animation: reveal .75s cubic-bezier(.2,.8,.2,1) forwards; }
.js-scroll .scroll-reveal { opacity: 0; transform: translateY(34px); transition: opacity .72s cubic-bezier(.2,.8,.2,1), transform .72s cubic-bezier(.2,.8,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.js-scroll .scroll-reveal.in-view { opacity: 1; transform: none; }
.delay-1 { animation-delay: .1s; } .delay-2 { animation-delay: .22s; } .delay-3 { animation-delay: .34s; }
@keyframes reveal { to { opacity: 1; transform: none; } }
@keyframes pulse { 50% { opacity: .35; } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .results-hero-copy { grid-template-columns: 1fr; margin-left: 0; }
  .results-log { grid-template-columns: 1fr; }
  .log-rail { padding-bottom: 25px; border-right: 0; }
  .entry-head, .entry-body { padding-left: 0; }
  .fix-block, .paper-block { margin-left: -4vw; margin-right: -4vw; padding-left: 4vw !important; padding-right: 4vw !important; }
  .status { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 90px; }
  .scoreboard-lead { grid-template-columns: 1fr; }
  .scoreboard-lead > div { max-width: 620px; }
  .instrument { min-height: 450px; }
  .thesis, .proof, .annualizer, .pricing { grid-template-columns: 1fr; }
  .thesis-copy, .proof-intro, .proof-grid, .annualizer-intro, .annualizer-lab, .annualizer-foot, .pricing-intro, .tiers, .loop-shell, .enterprise-connect, .founder-offer { grid-column: 1; }
  .thesis-copy, .proof-intro, .pricing-intro { margin-top: 60px; }
  .thesis-copy > p { margin-left: 15%; }
  .access { grid-template-columns: 1fr; }
  .annualizer-intro { margin-top: 60px; }
  .methodology-lead { margin-left: 0; }
  .method-cards { grid-template-columns: 1fr 1fr; }
  .methodology-pipeline { grid-template-columns: repeat(3, 1fr); }
  .methodology-pipeline article:nth-child(3)::after { display: none; }
  .methodology-detail-grid { grid-template-columns: 1fr; }
  .entry-summary { grid-template-columns: 64px 1fr; }
  .entry-summary .state-icon { width: 64px; height: 64px; }
  .stat-tile { min-height: 170px; }
  .test-recipe { grid-template-columns: 1fr 1fr; }
  .test-recipe > i { display: none; }
  .test-recipe div { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .test-recipe div:nth-of-type(even) { border-right: 0; }
  .threshold-grid { grid-template-columns: 1fr; }
  .threshold-grid > article { border-right: 0; border-bottom: 1px solid var(--ink); }
  .threshold-grid > article:last-child { border-bottom: 0; }
  .waitlist-modal, .methodology-modal { max-height: calc(100dvh - 20px); }
  .methodology-modal { width: calc(100vw - 32px); }
  .methodology-sheet { box-shadow: 10px 11px 0 rgba(16,18,15,.92); }
}

@media (max-width: 620px) {
  .site-header { height: 66px; padding-inline: 20px; }
  .header-actions { gap: 7px; }
  .nav-link, .nav-current { min-height: 44px; display: inline-flex; align-items: center; padding: 0 9px; font-size: 8px; }
  .header-actions > button, .header-link { box-sizing: border-box; min-height: 44px; padding: 0 10px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(16,18,15,.35); text-decoration: none; font: 500 9px var(--mono); letter-spacing: .07em; text-transform: uppercase; }
  .header-actions > button { padding: 0 10px; border-bottom-color: rgba(16,18,15,.35); }
  .header-link { background: var(--ink); color: var(--paper); border-color: var(--ink); }
  .header-link b { margin-left: 5px; }
  .desktop-label { display: none; }
  .mobile-label { display: inline; }
  .hero { min-height: auto; padding: 72px 20px 75px; gap: 60px; }
  .public-scoreboard { padding: 72px 20px 65px; }
  .scoreboard-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .scoreboard-lead { gap: 30px; margin: 48px 0 40px; }
  .scoreboard-lead h2 { font-size: 50px; }
  .scoreboard-grid { grid-template-columns: 1fr 1fr; }
  .scoreboard-grid article { min-height: 170px; padding: 16px; }
  .scoreboard-grid article > strong { font-size: clamp(38px, 12vw, 55px); }
  .scoreboard-disclosures { grid-template-columns: 1fr; gap: 12px; }
  h1 { font-size: 57px; }
  .results-hero { padding: 62px 20px 72px; }
  .results-hero-copy { margin-top: 42px; }
  .results-hero h1 { font-size: 55px; }
  .results-log { padding: 0 20px 85px; }
  .entry-head { align-items: flex-start; flex-direction: column; }
  .entry-summary { grid-template-columns: 1fr; gap: 18px; padding: 38px 0 42px; }
  .entry-summary .state-icon { width: 52px; height: 52px; font-size: 25px; }
  .entry-body section { padding: 46px 0 52px; }
  .entry-body h3 { font-size: 34px; overflow-wrap: anywhere; }
  .stat-grid-3, .stat-grid-2, .result-grid, .family-check, .standing-grid { grid-template-columns: 1fr; }
  .stat-tile { min-height: 155px; }
  .family-check > div, .standing-grid article { border-right: 0; border-bottom: 1px solid var(--ink); }
  .family-check > div:last-child, .standing-grid article:last-child { border-bottom: 0; }
  .seed-visual { grid-template-columns: repeat(5, 1fr); }
  .seed-visual span { min-width: 0; padding: 6px 2px; writing-mode: vertical-rl; }
  .seed-visual i, .seed-visual strong { grid-column: 1 / -1; min-height: 44px; border-top: 1px solid var(--ink); border-right: 0; writing-mode: initial; }
  .test-recipe { grid-template-columns: 1fr; }
  .test-recipe div { min-height: 105px; border-right: 0; }
  .compare-row { grid-template-columns: 1fr 48px; gap: 8px; }
  .compare-row > span { grid-column: 1 / -1; }
  .score-compare { padding: 17px; }
  .turnover-visual > i { width: 35px; }
  .turnover-visual strong { font-size: 58px; }
  .threshold-grid header { flex-direction: column; gap: 10px; }
  .threshold-grid header strong { text-align: left; }
  .fix-block, .paper-block { margin-left: -20px; margin-right: -20px; padding-left: 20px !important; padding-right: 20px !important; }
  .entry-body .bad-news { margin-right: 0; }
  .text-link { width: 100%; gap: 12px; justify-content: space-between; font-size: 10px; }
  .instrument { min-height: 350px; box-shadow: 9px 11px 0 var(--paper-deep); }
  .instrument-foot span:last-child { display: none; }
  .thesis, .proof, .annualizer, .pricing, .access { padding: 80px 20px; }
  .methodology-teaser { padding: 80px 20px; }
  .methodology-lead { grid-template-columns: 1fr; gap: 28px; margin: 48px 0; }
  .methodology-lead h2 { font-size: 46px; }
  .method-cards { grid-template-columns: 1fr; }
  .method-cards article { min-height: 220px; }
  .thesis-copy h2, .proof-intro h2, .pricing-intro h2, .access h2 { font-size: 46px; }
  .thesis-copy > p { margin: 30px 0 50px; }
  .loop { grid-template-columns: 1fr 1fr; }
  .loop div:nth-of-type(2) { border-right: 0; }
  .loop-runner, .loop::before, .loop div::after { display: none; }
  .proof-intro { display: block; }
  .proof-intro p { margin-top: 28px; }
  .proof-grid { grid-template-columns: 1fr; }
  .annualizer-intro, .annualizer-lab { grid-template-columns: 1fr; }
  .annualizer-intro > p { margin-top: 30px; }
  .slider-panel { border-right: 0; border-bottom: 1px solid var(--ink); }
  .slider-panel { min-height: 0; padding: 24px 20px; grid-template-columns: 1fr; gap: 42px; }
  .slider-panel output { font-size: clamp(43px, 15vw, 68px); overflow-wrap: anywhere; }
  .slider-panel input { height: 44px; }
  .interval-control { padding: 38px 0 0; border-left: 0; border-top: 1px solid rgba(24,25,22,.3); }
  .annualizer-foot { align-items: flex-start; flex-direction: column; }
  .pricing-intro { display: block; }
  .pricing-intro p { margin-top: 28px; }
  .tiers { grid-template-columns: 1fr; }
  .tier { min-height: 350px; }
  .tier + .tier { border-left: 1px solid var(--ink); border-top: 0; }
  .founder-offer { display: block; }
  .founder-offer .spot-count { margin-top: 22px; }
  .offer-cta { display: inline-block; margin-top: 12px; }
  .enterprise-connect { align-items: flex-start; flex-direction: column; }
  .field-row { grid-template-columns: 1fr; border: 0; gap: 10px; }
  .field-row input { border-bottom: 2px solid var(--ink); }
  .field-row button { height: 58px; }
  .waitlist-modal { width: calc(100vw - 28px); max-height: calc(100dvh - 16px); overflow-y: auto; }
  .modal-card { padding: 20px 20px 26px; box-shadow: 8px 9px 0 rgba(16,18,15,.9); }
  .modal-copy { grid-template-columns: 1fr; gap: 17px; padding: 28px 0 32px; }
  .modal-copy h2, .modal-copy > p:last-child { grid-column: 1; }
  .modal-copy h2 { font-size: 44px; }
  .modal-kicker { margin-bottom: 0; }
  .lifetime-meter { margin-top: 0; }
  .meter-copy { align-items: flex-start; flex-direction: column; gap: 4px; }
  .seat-grid { grid-template-columns: repeat(10, 1fr); }
  #waitlist-modal .modal-card { display: flex; flex-direction: column; }
  #waitlist-modal .modal-head { order: 0; }
  #waitlist-modal .modal-copy { order: 1; padding: 20px 0 18px; gap: 8px; }
  #waitlist-modal .modal-copy h2 { font-size: clamp(35px, 11vw, 44px); }
  #waitlist-modal .modal-copy > p:last-child { display: none; }
  #waitlist-modal .signup-form { order: 2; }
  #waitlist-modal .signup-form label { margin-bottom: 6px; }
  .signup-form .field-row + label { margin-top: 10px; }
  #waitlist-modal .field-row { gap: 7px; }
  #waitlist-modal .field-row input { padding: 12px 0 10px; font-size: 20px; }
  #waitlist-modal .field-row button { height: 48px; }
  #waitlist-modal .daily-promise { display: none; }
  #waitlist-modal .form-message { margin: 7px 0 10px; min-height: 12px; font-size: 8px; }
  #waitlist-modal .lifetime-meter { order: 3; margin: 0; padding: 12px 12px 10px; }
  #waitlist-modal .meter-copy { flex-direction: row; align-items: baseline; margin-bottom: 8px; }
  #waitlist-modal .meter-copy strong { max-width: 58%; text-align: right; line-height: 1.25; }
  #waitlist-modal .seat-grid { grid-template-columns: repeat(20, 1fr); gap: 2px; }
  #waitlist-modal .seat-grid i { min-height: 5px; }
  #waitlist-modal .lifetime-meter small { margin-top: 6px; }
  .methodology-modal { width: calc(100vw - 24px); }
  .methodology-sheet { padding: 20px 18px 25px; box-shadow: 7px 8px 0 rgba(16,18,15,.92); }
  .methodology-hero { grid-template-columns: 1fr; gap: 20px; padding: 32px 0; }
  .methodology-hero .modal-kicker { margin-bottom: 0; }
  .methodology-hero h2 { font-size: 47px; }
  .methodology-pipeline { grid-template-columns: 1fr 1fr; }
  .methodology-pipeline article { min-height: 125px; }
  .methodology-pipeline article::after { display: none !important; }
  .method-block-head, .methodology-footer { align-items: flex-start; flex-direction: column; }
  .method-block-head b { text-align: left; }
  .gate-row { grid-template-columns: 1fr auto; }
  .gate-row p { grid-column: 1 / -1; grid-row: 2; }
  .forward-proof { grid-template-columns: 1fr; }
  .forward-proof > i { transform: rotate(90deg); justify-self: center; }
  footer { height: auto; padding: 40px 20px; grid-template-columns: 1fr; }
  footer p:last-child { justify-self: start; }
}

@media (max-width: 420px) {
  .site-header { padding-inline: 14px; }
  .brand { gap: 7px; font-size: 12px; }
  .brand-mark { width: 20px; height: 20px; }
  .header-actions { gap: 4px; }
  .nav-link, .nav-current, .header-actions > button, .header-link { padding-inline: 7px; white-space: nowrap; }
  .header-link b { display: none; }
  .header-actions > button[data-methodology-trigger] { display: none; }
  .results-hero h1 { font-size: clamp(45px, 14vw, 55px); }
  .scoreboard-lead h2 { font-size: 43px; }
  .scoreboard-grid { grid-template-columns: 1fr; }
  .scoreboard-grid article { min-height: 145px; }
  .results-hero-copy > div p { font-size: 14px; }
  .entry-head span { max-width: 100%; line-height: 1.45; }
  .turnover-visual { grid-template-columns: 1fr; }
  .turnover-visual > i { width: auto; padding: 8px; transform: rotate(90deg); }
  .turnover-visual > div { min-height: 145px; }
  #waitlist-modal .seat-grid { grid-template-columns: repeat(10, 1fr); }
  #waitlist-modal .seat-grid i { min-height: 8px; }
  .modal-copy h2, #waitlist-modal .modal-copy h2 { font-size: 34px; }
  .methodology-hero h2 { font-size: 39px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js-scroll .scroll-reveal { opacity: 1; transform: none; transition: none; }
}
