:root {
  --blue: #0759dc;
  --blue-dark: #063c9c;
  --yellow: #ffd51f;
  --cream: #fff3ce;
  --paper: #fffdf4;
  --ink: #11100d;
  --red: #df3c2f;
  --muted: #5e5748;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
#main { scroll-margin-top: 92px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
img { max-width: 100%; }
a { color: var(--blue); font-weight: 900; }
p { margin: 0 0 18px; font-size: 18px; }
h1, h2, h3 { margin-top: 0; letter-spacing: 0; }
h1 { margin-bottom: 22px; font-size: clamp(52px, 8vw, 106px); line-height: .89; }
h2 { margin-bottom: 18px; font-size: clamp(38px, 5vw, 66px); line-height: .95; }
h3 { margin-bottom: 10px; font-size: 25px; line-height: 1.05; }
button, input, textarea { font: inherit; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; background: white; padding: 12px; }
.skip-link:focus { left: 12px; top: 12px; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 4px solid var(--ink); background: rgba(255,213,31,.96); backdrop-filter: blur(9px); }
.nav { width: min(var(--max), calc(100% - 32px)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; text-transform: uppercase; line-height: .9; white-space: nowrap; }
.brand img { width: 58px; height: 66px; object-fit: contain; object-position: center; }
.brand-text { font-size: 14px; font-weight: 950; }
.brand-text span { display: block; font-size: 25px; }
.links { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.links a { color: var(--ink); text-decoration: none; font-size: 15px; }
.links a:hover, .links a:focus-visible, .links a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 6px; }
.links .nav-cta { padding: 11px 15px; border: 3px solid var(--ink); background: var(--blue); color: white; box-shadow: 4px 4px 0 var(--ink); text-decoration: none; }
.eyebrow { display: inline-block; margin-bottom: 15px; padding: 6px 10px; background: var(--ink); color: white; font-size: 13px; font-weight: 950; text-transform: uppercase; }
.lead { font-size: clamp(22px, 2.5vw, 31px); font-weight: 850; line-height: 1.25; }
.kicker { color: var(--muted); font-weight: 900; }
.fine { color: var(--muted); font-size: 14px; }
.red { color: var(--red); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; margin: 7px 10px 7px 0; padding: 12px 18px; border: 3px solid var(--ink); background: var(--blue); color: white; box-shadow: 5px 5px 0 var(--ink); text-decoration: none; font-weight: 950; }
.button:hover, .button:focus-visible { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--ink); }
.button.secondary { background: var(--yellow); color: var(--ink); }
.button.cream { background: var(--paper); color: var(--ink); }
.pressure-hero { position: relative; height: clamp(680px, calc(100svh - 120px), 760px); overflow: hidden; border-bottom: 6px solid var(--ink); background: var(--cream); isolation: isolate; }
.pressure-hero-art, .pressure-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.pressure-hero-art { z-index: -2; object-fit: cover; object-position: center; }
.pressure-hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(255,243,206,.99) 0%, rgba(255,243,206,.94) 31%, rgba(255,243,206,.44) 53%, rgba(255,243,206,0) 72%); }
.pressure-hero-copy { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; padding: clamp(46px, 6vh, 68px) 0 38px; }
.pressure-hero-copy > * { max-width: 650px; }
.pressure-hero-copy h1 { max-width: 700px; font-size: clamp(58px, 6.7vw, 90px); }
.pressure-hero-copy .lead { max-width: 590px; font-size: clamp(21px, 2vw, 27px); }
.hero-note { max-width: 570px; font-size: 17px; font-weight: 750; }
.trust-line { margin-top: 13px; color: var(--muted); font-size: 13px; font-weight: 950; text-transform: uppercase; }
.truth-strip { padding: 27px 18px; border-bottom: 5px solid var(--ink); background: var(--ink); color: white; }
.truth-strip p { max-width: 1000px; margin: 0 auto; font-size: clamp(23px, 3vw, 38px); font-weight: 900; line-height: 1.15; text-align: center; }
.truth-strip mark { background: var(--yellow); color: var(--ink); }
.section { padding: clamp(62px, 9vw, 118px) 18px; }
.section-inner { width: min(var(--max), 100%); margin: 0 auto; }
.section-head { max-width: 810px; margin-bottom: 50px; }
.cream-band { background: var(--cream); }
.paper-band { background: var(--paper); }
.yellow-band { border-top: 5px solid var(--ink); border-bottom: 5px solid var(--ink); background: var(--yellow); }
.blue-band { border-top: 5px solid var(--ink); border-bottom: 5px solid var(--ink); background: var(--blue); color: white; }
.ink-band { background: var(--ink); color: white; }
.pressure-path { display: grid; border-top: 4px solid var(--ink); }
.pressure-step { display: grid; grid-template-columns: 110px minmax(0, 1fr) minmax(260px, .6fr); gap: 26px; align-items: baseline; padding: 26px 0; border-bottom: 2px solid var(--ink); }
.pressure-step .number { color: var(--blue); font-size: 56px; font-weight: 950; line-height: 1; }
.pressure-step h3 { margin: 0; font-size: clamp(28px, 4vw, 49px); }
.pressure-step p { margin: 0; }
.rate-scene { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1fr); gap: 64px; align-items: center; }
.rate-copy { max-width: 600px; }
.rate-board { min-height: 420px; border: 4px solid var(--ink); background: var(--paper); box-shadow: 10px 10px 0 var(--ink); transform: rotate(.6deg); overflow: hidden; }
.rate-row { display: grid; grid-template-columns: 120px 1fr; gap: 18px; align-items: center; padding: 25px; border-bottom: 3px solid var(--ink); }
.rate-number { font-size: 70px; font-weight: 950; line-height: 1; }
.rate-bar { height: 32px; border: 3px solid var(--ink); background: var(--yellow); }
.rate-row.bad .rate-number { color: var(--red); }
.rate-row.bad .rate-bar { background: var(--red); }
.rate-caption { padding: 18px 25px; background: var(--blue); color: white; font-size: 20px; font-weight: 900; }
.kit-reveal { display: grid; grid-template-columns: minmax(340px, .75fr) minmax(0, 1fr); gap: clamp(40px, 8vw, 96px); align-items: center; }
.kit-stack { position: relative; min-height: 520px; }
.kit-sheet { position: absolute; width: 72%; min-height: 410px; padding: 32px; border: 4px solid var(--ink); background: var(--paper); color: var(--ink); box-shadow: 8px 8px 0 rgba(17,16,13,.4); }
.kit-sheet.back { left: 19%; top: 58px; transform: rotate(8deg); background: var(--yellow); }
.kit-sheet.mid { left: 9%; top: 30px; transform: rotate(-5deg); }
.kit-sheet.front { left: 14%; top: 0; background: var(--cream); }
.kit-sheet img { display: block; width: 160px; height: 230px; margin: 20px auto 4px; object-fit: contain; }
.kit-sheet strong { display: block; font-size: 37px; line-height: .95; text-transform: uppercase; }
.kit-points { margin: 28px 0; padding: 0; list-style: none; border-top: 2px solid rgba(255,255,255,.7); }
.kit-points li { padding: 15px 0; border-bottom: 2px solid rgba(255,255,255,.7); font-size: 19px; font-weight: 800; }
.tool-preview { padding: 30px; border: 4px solid var(--ink); background: var(--paper); color: var(--ink); box-shadow: 11px 11px 0 var(--yellow); transform: rotate(-.6deg); }
.tool-top { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; text-transform: uppercase; }
.tool-progress { height: 11px; margin: 12px 0 30px; border: 2px solid var(--ink); }
.tool-progress span { display: block; width: 60%; height: 100%; background: var(--blue); }
.tool-preview p { font-size: 31px; font-weight: 950; line-height: 1.05; }
.tool-answer { position: relative; padding: 15px 45px 15px 5px; border-top: 2px solid var(--ink); font-weight: 900; }
.tool-answer:last-of-type { border-bottom: 2px solid var(--ink); }
.tool-answer::after { content: ""; position: absolute; right: 5px; top: 13px; width: 22px; height: 22px; border: 3px solid var(--ink); }
.tool-answer.is-checked { padding-left: 12px; border-left: 8px solid var(--blue); background: var(--cream); }
.tool-answer.is-checked::after { content: "X"; display: grid; place-items: center; background: var(--yellow); }
.tool-preview small { display: block; margin-top: 20px; color: var(--muted); font-weight: 900; }
.episode-feature { display: grid; grid-template-columns: minmax(360px, 1fr) minmax(0, 1fr); gap: 50px; align-items: center; }
.episode-image { overflow: hidden; border: 4px solid var(--ink); box-shadow: 10px 10px 0 var(--blue); transform: rotate(-.7deg); }
.episode-image img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.cta-rip { position: relative; padding: clamp(70px, 9vw, 110px) 18px; overflow: hidden; background: var(--yellow); }
.cta-rip::before, .cta-rip::after { content: ""; position: absolute; left: 0; width: 100%; height: 8px; background: repeating-linear-gradient(90deg, var(--ink) 0 22px, transparent 22px 38px); }
.cta-rip::before { top: 0; }
.cta-rip::after { bottom: 0; }
.cta-rip-inner { width: min(960px, 100%); margin: 0 auto; text-align: center; }
.cta-rip h2 { font-size: clamp(45px, 7vw, 88px); }
.page-hero { padding: clamp(64px, 9vw, 110px) 18px; border-bottom: 5px solid var(--ink); background: var(--paper); }
.page-hero-inner { width: min(var(--max), 100%); margin: 0 auto; }
.page-hero h1 { max-width: 1000px; }
.page-hero .lead { max-width: 830px; }
.page-hero.visual { position: relative; min-height: 570px; overflow: hidden; background: var(--yellow); }
.page-hero.visual .page-hero-inner { position: relative; z-index: 2; }
.page-mark { position: absolute; z-index: 1; right: max(5vw, calc((100vw - var(--max))/2)); bottom: -30px; width: min(340px, 35vw); max-height: 520px; object-fit: contain; }
.kit-chapters { border-top: 4px solid var(--ink); }
.kit-chapter { display: grid; grid-template-columns: 90px minmax(0, 1fr) minmax(250px, .65fr); gap: 24px; padding: 30px 0; border-bottom: 2px solid var(--ink); }
.kit-chapter .number { font-size: 43px; font-weight: 950; color: var(--blue); }
.kit-chapter h3 { font-size: 32px; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); }
.timeline-item { min-height: 230px; padding: 25px; border-left: 3px solid var(--ink); }
.timeline-item:last-child { border-right: 3px solid var(--ink); }
.timeline-item strong { display: block; margin-bottom: 18px; color: var(--blue); font-size: 50px; line-height: 1; }
.signup-layout { display: grid; grid-template-columns: minmax(0, .75fr) minmax(420px, 1fr); gap: 70px; align-items: start; }
.signup-slot { border: 4px solid var(--ink); background: var(--paper); box-shadow: 10px 10px 0 var(--blue); }
.signup-slot-header { padding: 19px 22px; border-bottom: 4px solid var(--ink); background: var(--yellow); }
.signup-slot-body { padding: 28px; }
.preview-form { display: grid; gap: 15px; }
.preview-form label { font-weight: 900; }
.preview-form input { width: 100%; padding: 13px 14px; border: 3px solid var(--ink); background: white; }
.preview-form button { padding: 14px; border: 3px solid var(--ink); background: var(--blue); color: white; box-shadow: 4px 4px 0 var(--ink); font-weight: 950; cursor: not-allowed; }
.preview-notice { margin: 12px 0 0; color: var(--muted); font-size: 13px; font-weight: 800; }
.join-reasons { margin: 0; padding: 0; list-style: none; border-top: 3px solid var(--ink); }
.join-reasons li { padding: 17px 0; border-bottom: 2px solid var(--ink); font-size: 18px; font-weight: 800; }
.episode-list { display: grid; gap: 28px; }
.episode { display: grid; grid-template-columns: minmax(260px, .45fr) minmax(0, 1fr); gap: 30px; align-items: center; padding-bottom: 28px; border-bottom: 3px solid var(--ink); }
.episode img { display: block; width: 100%; aspect-ratio: 16/9; border: 3px solid var(--ink); object-fit: cover; }
.contact-lines { border-top: 4px solid var(--ink); }
.contact-line { display: grid; grid-template-columns: 180px 1fr; gap: 30px; padding: 25px 0; border-bottom: 2px solid var(--ink); }
.contact-line strong { color: var(--blue); font-size: 22px; }
.legal-layout { width: min(900px, calc(100% - 36px)); margin: 0 auto; padding: 70px 0 100px; }
.legal-layout h1 { font-size: clamp(48px, 7vw, 86px); }
.legal-layout h2 { margin-top: 40px; font-size: 31px; }
.legal-layout h3 { margin-top: 28px; }
.legal-layout li { margin-bottom: 9px; font-size: 18px; }
.legal-note { padding: 18px; border-left: 6px solid var(--yellow); background: var(--paper); }
.legal-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 3px solid var(--ink); }
.legal-links a { padding: 18px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); background: var(--paper); color: var(--ink); text-decoration: none; }
.footer { padding: 48px 18px 36px; border-top: 5px solid var(--ink); background: var(--ink); color: white; }
.footer-inner { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1fr); gap: 50px; }
.footer-brand { display: flex; gap: 14px; align-items: flex-start; }
.footer-brand img { width: 78px; height: 105px; object-fit: contain; }
.footer-brand strong { display: block; color: var(--yellow); font-size: 25px; line-height: 1; text-transform: uppercase; }
.footer p { font-size: 15px; }
.footer-links { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 12px 18px; }
.footer a { color: var(--yellow); }
.footer-legal { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.25); color: #d7d1c0; font-size: 13px; }
@media (max-width: 900px) {
  .nav { align-items: flex-start; padding: 10px 0; }
  .links { gap: 12px; flex-wrap: wrap; }
  .rate-scene, .kit-reveal, .episode-feature, .signup-layout { grid-template-columns: 1fr; }
  .pressure-step, .kit-chapter { grid-template-columns: 78px 1fr; }
  .pressure-step p, .kit-chapter p { grid-column: 2; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .timeline-item:nth-child(3), .timeline-item:nth-child(4) { border-top: 3px solid var(--ink); }
  .page-mark { opacity: .25; width: 310px; }
}
@media (max-width: 900px) {
  .pressure-hero { height: 680px; }
  .pressure-hero-art { object-position: 66% center; }
  .pressure-hero-shade { background: linear-gradient(180deg, rgba(255,243,206,.995) 0%, rgba(255,243,206,.97) 58%, rgba(255,243,206,.75) 73%, rgba(255,243,206,.12) 100%); }
  .pressure-hero-copy { padding-top: 38px; }
  .pressure-hero-copy > * { max-width: 590px; }
  .pressure-hero-copy h1 { max-width: 610px; font-size: clamp(54px, 8.4vw, 68px); }
  .pressure-hero-copy .lead { max-width: 560px; font-size: 22px; }
  .pressure-hero-copy .hero-note { max-width: 540px; font-size: 16px; }
}
@media (max-width: 680px) {
  .nav { display: block; min-height: 0; padding: 7px 0 9px; }
  .brand { margin-bottom: 5px; }
  .brand img { width: 42px; height: 46px; }
  .brand-text { font-size: 11px; }
  .brand-text span { font-size: 20px; }
  .links { justify-content: flex-start; }
  .links a { font-size: 12px; }
  .links a[href="/"] { display: none; }
  .links .nav-cta { padding: 8px 10px; }
  .pressure-hero { height: 610px; min-height: 610px; }
  .pressure-hero-art { object-position: 67% center; }
  .pressure-hero-shade { background: linear-gradient(180deg, rgba(255,243,206,.99) 0%, rgba(255,243,206,.93) 56%, rgba(255,243,206,.12) 85%, transparent 100%); }
  .pressure-hero-copy { padding-top: 32px; }
  .pressure-hero-copy h1 { font-size: clamp(49px, 14vw, 73px); }
  .hero-note { display: none; }
  .trust-line { font-size: 10px; }
  .pressure-step, .kit-chapter { grid-template-columns: 1fr; gap: 8px; }
  .pressure-step p, .kit-chapter p { grid-column: 1; }
  .pressure-step .number, .kit-chapter .number { font-size: 27px; }
  .rate-board { min-height: auto; }
  .rate-row { grid-template-columns: 1fr; }
  .kit-stack { min-height: 440px; }
  .tool-preview { padding: 22px; box-shadow: 7px 7px 0 var(--yellow); }
  .kit-sheet { width: 78%; min-height: 355px; padding: 22px; }
  .kit-sheet img { width: 120px; height: 180px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline-item, .timeline-item:last-child { border: 0; border-bottom: 3px solid var(--ink); }
  .episode, .contact-line, .footer-inner { grid-template-columns: 1fr; }
  .legal-links { grid-template-columns: 1fr; }
  .footer-legal { grid-column: 1; }
  h2 { font-size: 41px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
