:root {
  color-scheme: only light;
  --paper: #f3f0e8;
  --paper-2: #e8e4da;
  --ink: #151515;
  --ink-soft: #343434;
  --blue: #2947ff;
  --blue-dark: #1730d6;
  --orange: #ff553d;
  --yellow: #f3ff73;
  --white: #fffdf7;
  --line: rgba(21, 21, 21, .22);
  --line-light: rgba(255, 255, 255, .25);
  --sans: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.shell { width: min(1380px, calc(100% - 72px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 14px; left: 14px; transform: translateY(-180%); padding: 11px 15px; color: var(--white); background: var(--ink); font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--ink); background: var(--paper); }
.header-inner { min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; }
.brand { position: relative; width: max-content; display: flex; align-items: baseline; gap: 3px; color: var(--ink); text-decoration: none; }
.brand-word { font-size: 18px; font-weight: 950; letter-spacing: -.065em; }
.brand-slash { color: var(--blue); font: italic 700 22px/1 var(--serif); }
.brand i { width: 8px; height: 8px; margin-left: 4px; border-radius: 50%; background: var(--orange); }
nav { display: flex; align-items: center; gap: 32px; }
nav a { position: relative; font: 700 11px/1 var(--mono); letter-spacing: -.02em; text-decoration: none; text-transform: uppercase; }
nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--blue); transition: transform .18s ease; }
nav a:hover::after { transform: scaleX(1); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 17px; padding: 12px 15px; color: var(--white); border: 1px solid var(--ink); background: var(--ink); font: 800 11px/1 var(--mono); text-decoration: none; text-transform: uppercase; transition: color .18s ease, background .18s ease; }
.header-cta > span:last-child { color: var(--yellow); }
.header-cta .header-label { color: inherit; }
.header-cta:hover { color: var(--ink); background: var(--yellow); }
.header-cta:hover > span:last-child { color: var(--blue); }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--ink); background: var(--paper); }
.hero::before { content: ""; position: absolute; z-index: 0; top: 0; right: 0; width: 42%; height: 100%; background: var(--blue); }
.hero-grid { position: relative; z-index: 1; min-height: 820px; display: grid; grid-template-columns: 58% 42%; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 74px 82px 64px 0; }
.signal { width: fit-content; display: flex; margin: 0 0 42px; border: 1px solid var(--ink); font: 800 10px/1 var(--mono); letter-spacing: .02em; text-transform: uppercase; }
.signal span, .signal b { padding: 10px 12px; }
.signal span { color: var(--white); background: var(--ink); }
.signal b { font-weight: 800; background: var(--yellow); }
.hero h1 { max-width: 860px; margin: 0; font-size: clamp(62px, 6vw, 104px); font-weight: 950; line-height: .88; letter-spacing: -.078em; }
.hero h1 em { display: inline-block; margin-top: 11px; color: var(--blue); font: italic 500 .83em/.9 var(--serif); letter-spacing: -.065em; }
.hero-lede { max-width: 750px; margin: 34px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 20px; border: 1px solid var(--ink); font-size: 13px; font-weight: 900; text-decoration: none; text-transform: uppercase; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translate(-3px, -3px); box-shadow: 5px 5px 0 var(--ink); }
.button-primary { min-width: 300px; color: var(--white); background: var(--blue); }
.button-primary b { color: var(--yellow); font: 800 11px/1 var(--mono); }
.sample-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 850; text-decoration: none; }
.sample-link .play { width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); border-radius: 50%; background: var(--ink); transition: transform .18s ease; }
.sample-link:hover .play { transform: rotate(45deg); background: var(--orange); }
.sample-link span:last-child { display: grid; gap: 4px; }
.sample-link small { color: #6d6b66; font: 9px/1.2 var(--mono); }
.compact-proof { display: flex; flex-wrap: wrap; gap: 11px 24px; padding: 24px 0 0; margin: 36px 0 0; border-top: 1px solid var(--line); list-style: none; }
.compact-proof li { color: #4c4a45; font: 700 10px/1.3 var(--mono); text-transform: uppercase; }
.compact-proof b { margin-right: 6px; color: var(--blue); }

.hero-art { position: relative; min-width: 0; display: grid; place-items: center; padding: 86px 28px 66px 72px; color: var(--ink); background-color: var(--blue); background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 46px 46px; }
.hero-art::before { content: ""; position: absolute; width: 340px; height: 340px; top: 7%; right: -15%; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.hero-art::after { content: ""; position: absolute; width: 82px; height: 82px; left: 8%; bottom: 9%; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 13px var(--blue), 0 0 0 14px rgba(255,255,255,.5); }
.art-label { position: absolute; z-index: 3; top: 24px; left: 38px; color: rgba(255,255,255,.85); font: 700 9px/1 var(--mono); letter-spacing: .09em; writing-mode: vertical-rl; }
.paper-receipt { position: relative; z-index: 2; width: min(500px, 100%); min-height: 590px; padding: 34px 34px 28px; border: 1px solid var(--ink); background: var(--white); box-shadow: 14px 14px 0 var(--ink); transform: rotate(-2deg); }
.paper-receipt::before, .paper-receipt::after { content: ""; position: absolute; z-index: -1; border: 1px solid var(--ink); background: var(--yellow); }
.paper-receipt::before { inset: 14px -14px -14px 14px; }
.paper-receipt::after { width: 86px; height: 13px; top: -8px; left: 42%; border: 0; background: rgba(243,255,115,.82); transform: rotate(3deg); }
.receipt-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 25px; border-bottom: 2px solid var(--ink); }
.receipt-brand { display: flex; align-items: center; gap: 12px; }
.receipt-brand strong { width: 54px; height: 54px; display: grid; place-items: center; color: var(--white); background: var(--ink); font: italic 900 16px/1 var(--serif); }
.receipt-brand span { font: 900 11px/1.05 var(--mono); letter-spacing: .04em; }
.receipt-number { text-align: right; font: 900 12px/1.35 var(--mono); }
.receipt-number span { color: #77746d; font-size: 8px; }
.receipt-release { padding: 29px 0 25px; }
.receipt-release > span { color: var(--blue); font: 900 9px/1 var(--mono); letter-spacing: .07em; }
.receipt-release h2 { margin: 10px 0 5px; font-size: 28px; line-height: 1; letter-spacing: -.045em; }
.receipt-release p { margin: 0; color: #706d66; font: 9px/1.5 var(--mono); text-transform: uppercase; }
.receipt-stats { display: grid; grid-template-columns: repeat(3, 1fr); border: 2px solid var(--ink); }
.receipt-stats div { min-height: 92px; display: flex; flex-direction: column; justify-content: space-between; padding: 13px; border-right: 1px solid var(--ink); }
.receipt-stats div:last-child { border: 0; }
.receipt-stats span { font: 900 8px/1 var(--mono); }
.receipt-stats strong { color: var(--blue); font: 900 33px/1 var(--mono); letter-spacing: -.08em; }
.receipt-checks { margin-top: 23px; border-top: 1px solid var(--ink); }
.receipt-checks div { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 51px; border-bottom: 1px solid var(--ink); }
.receipt-checks span { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 750; }
.receipt-checks b { font: 900 9px/1 var(--mono); }
.dot-pass, .dot-fail, .dot-warn { width: 8px; height: 8px; display: inline-block; flex: 0 0 auto; border-radius: 50%; background: var(--blue); }
.dot-fail { background: var(--orange); }
.dot-warn { background: #d09900; }
.receipt-footer { display: flex; flex-wrap: wrap; gap: 6px; padding-top: 21px; }
.receipt-footer span { padding: 7px 8px; border: 1px solid var(--ink); font: 800 8px/1 var(--mono); }
.receipt-stamp { position: absolute; right: 25px; bottom: 88px; padding: 8px 12px; color: var(--orange); border: 3px solid var(--orange); font: 950 13px/1.05 var(--mono); text-align: center; transform: rotate(-8deg); opacity: .86; }
.receipt-stamp small { font-size: 7px; }
.art-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 11px 14px; color: var(--ink); border: 1px solid var(--ink); background: var(--yellow); box-shadow: 5px 5px 0 var(--ink); font: 800 10px/1.25 var(--mono); text-transform: uppercase; }
.art-note b { color: var(--blue); }
.note-a { top: 21%; left: 1%; transform: rotate(2deg); }
.note-b { right: -2%; bottom: 18%; transform: rotate(3deg); }
.serial { position: absolute; z-index: 2; right: -34px; bottom: 34px; color: rgba(255,255,255,.74); font: 700 8px/1 var(--mono); letter-spacing: .08em; transform: rotate(-90deg); }

.scope-ticker { overflow: hidden; padding-block: 15px; color: var(--white); border-bottom: 1px solid var(--ink); background: var(--ink); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 26px; font: 900 12px/1 var(--mono); letter-spacing: .04em; animation: ticker 28s linear infinite; }
.ticker-track i { color: var(--yellow); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding-block: 120px; }
.section-index, .section-head > p, .boundary-title > p, .offer-copy > p, .faq-title > p { margin: 0; font: 900 10px/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.problem-section { padding-block: 104px; color: var(--white); background: var(--ink); }
.problem-grid { display: grid; grid-template-columns: minmax(210px, .4fr) minmax(0, 1.18fr) minmax(280px, .72fr); gap: 64px; align-items: start; }
.problem-grid .problem-index { width: 100%; max-width: 250px; display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 12px; padding-top: 18px; color: var(--white); border-top: 4px solid var(--yellow); font-size: 15px; line-height: 1.2; letter-spacing: .025em; }
.problem-index span { color: #a6a59f; }
.problem-index strong { color: var(--yellow); font-weight: 900; }
.problem-grid h2 { max-width: 620px; margin: 0; font-size: clamp(44px, 3.55vw, 58px); line-height: .98; letter-spacing: -.052em; }
.big-copy { max-width: 620px; margin: 30px 0 0; color: var(--yellow); font: italic 500 clamp(22px, 1.65vw, 27px)/1.3 var(--serif); letter-spacing: -.02em; }
.problem-grid aside { align-self: start; padding: 18px 0 0; border-top: 1px solid var(--line-light); }
.problem-grid aside p { margin: 0 0 23px; color: #aaa9a4; font-size: 15px; line-height: 1.68; }

.section-head { display: grid; grid-template-columns: .42fr 1.58fr; gap: 60px; align-items: start; margin-bottom: 70px; }
.section-head > p { padding-top: 12px; }
.section-head h2 { max-width: 1030px; margin: 0; font-size: clamp(48px, 5vw, 80px); line-height: .94; letter-spacing: -.065em; }
.deliverables { color: var(--white); background: var(--blue); }
.light-head > p { color: var(--yellow); }
.deliverable-board { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: auto auto; gap: 12px; }
.deliverable-card { min-height: 430px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--white); background: var(--white); color: var(--ink); }
.deliverable-card .card-top { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--ink); font: 900 9px/1 var(--mono); }
.deliverable-card .card-top span { color: var(--blue); }
.deliverable-card h3 { margin: auto 0 10px; font-size: 27px; line-height: 1; letter-spacing: -.045em; }
.deliverable-card > p { margin: 0; color: #595752; font-size: 13px; line-height: 1.55; }
.card-summary { grid-row: 1 / 3; min-height: 650px; background: var(--yellow); }
.summary-mock { display: grid; margin-top: 45px; border-top: 2px solid var(--ink); }
.summary-mock p { min-height: 67px; display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 12px; margin: 0; border-bottom: 1px solid var(--ink); font: 800 11px/1 var(--mono); }
.summary-mock p b { font-size: 9px; }
.screen-mock { margin: 38px 0; border: 2px solid var(--ink); }
.screen-bar { height: 30px; display: flex; align-items: center; gap: 5px; padding: 0 9px; border-bottom: 1px solid var(--ink); background: var(--paper-2); }
.screen-bar i { width: 6px; height: 6px; border: 1px solid var(--ink); border-radius: 50%; }
.screen-body { min-height: 145px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 16px; background: var(--paper); }
.screen-body span { border: 1px solid var(--ink); background: var(--blue); }
.screen-body span:first-child { grid-row: 1 / 3; background: var(--orange); }
.screen-body span:last-child { background: var(--yellow); }
.card-data { color: var(--white); background: var(--ink); }
.card-data .card-top { border-color: var(--white); }
.card-data pre { margin: 28px 0; padding: 21px; overflow: hidden; color: var(--yellow); border: 1px solid var(--line-light); font: 11px/1.55 var(--mono); }
.card-data > p { color: #aaa9a4; }
.card-round { grid-column: 2 / 4; min-height: 300px; color: var(--ink); background: var(--orange); }
.round-mark { width: 96px; height: 96px; display: grid; place-items: center; margin: 31px 0 12px auto; border: 2px solid var(--ink); border-radius: 50%; font: italic 500 67px/1 var(--serif); }
.board-link { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 24px; border: 1px solid var(--white); border-top: 0; color: var(--white); font-size: 15px; font-weight: 850; text-decoration: none; }
.board-link b { color: var(--yellow); font: 900 10px/1 var(--mono); }
.board-link:hover { color: var(--ink); background: var(--yellow); }
.board-link:hover b { color: var(--blue); }

.process-section { background: var(--paper); }
.process-section .section-head > p { color: var(--blue); }
.process-grid { border-top: 1px solid var(--ink); }
.process-grid article { min-height: 250px; display: grid; grid-template-columns: .42fr 1.58fr; gap: 60px; padding: 33px 0; border-bottom: 1px solid var(--ink); }
.process-no { color: var(--blue); font: italic 500 112px/.82 var(--serif); letter-spacing: -.08em; }
.process-grid article > div { display: grid; grid-template-columns: 1fr .9fr; gap: 20px 55px; align-items: start; }
.process-grid h3 { margin: 0; font-size: clamp(38px, 4vw, 61px); line-height: .95; letter-spacing: -.06em; }
.process-grid p { max-width: 480px; margin: 0; color: #5f5c56; font-size: 16px; line-height: 1.6; }
.process-grid small { grid-column: 1 / -1; align-self: end; font: 800 9px/1 var(--mono); letter-spacing: .06em; }

.boundary-section { color: var(--white); background: var(--ink); }
.boundary-wrap { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.boundary-title { position: sticky; top: 30px; }
.boundary-title > p:first-child { color: var(--orange); }
.boundary-title h2 { margin: 29px 0 30px; font-size: clamp(50px, 5vw, 78px); line-height: .93; letter-spacing: -.067em; }
.boundary-title h2 em { color: var(--yellow); font: italic 500 .94em/1 var(--serif); }
.boundary-intro { max-width: 460px; color: #a8a6a0; font-size: 16px; line-height: 1.7; }
.boundary-list { display: grid; gap: 16px; }
.boundary-list article { border: 1px solid var(--line-light); }
.boundary-list header { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 21px; border-bottom: 1px solid var(--line-light); }
.boundary-list header span { font: 900 9px/1 var(--mono); letter-spacing: .06em; }
.boundary-list header b { font-size: 18px; }
.yes-list header { color: var(--ink); background: var(--yellow); }
.no-list header { color: var(--ink); background: var(--orange); }
.boundary-list ul { padding: 0; margin: 0; list-style: none; }
.boundary-list li { min-height: 62px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; padding: 0 21px; color: #c1c0bb; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 14px; }
.boundary-list li:last-child { border: 0; }
.boundary-list li span { color: #6f6e6a; font: 800 9px/1 var(--mono); }

.honesty-section { background: var(--yellow); }
.honesty-grid { display: grid; grid-template-columns: .45fr 1.1fr .8fr; gap: 70px; align-items: center; }
.honesty-stamp { width: 210px; height: 210px; display: grid; grid-template-columns: .42fr .58fr; align-items: center; border: 5px solid var(--ink); border-radius: 50%; transform: rotate(-8deg); }
.honesty-stamp span { justify-self: end; padding-right: 10px; font: italic 900 27px/1 var(--serif); writing-mode: vertical-rl; }
.honesty-stamp strong { padding-left: 13px; border-left: 4px solid var(--ink); font: 950 28px/.9 var(--sans); letter-spacing: -.05em; }
.honesty-grid h2 { margin: 20px 0 0; font-size: clamp(48px, 5vw, 78px); line-height: .94; letter-spacing: -.065em; }
.honesty-grid > div:last-child p { color: #46443f; font-size: 16px; line-height: 1.7; }
.honesty-grid > div:last-child a { display: inline-flex; gap: 15px; margin-top: 17px; padding-bottom: 7px; border-bottom: 2px solid var(--ink); font-weight: 900; text-decoration: none; }
.honesty-grid > div:last-child a:hover { color: var(--blue); border-color: var(--blue); }

.offer-section { color: var(--ink); background: var(--orange); }
.offer-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: center; }
.offer-copy > p { margin-bottom: 28px; }
.offer-copy h2 { margin: 0; font-size: clamp(63px, 6.8vw, 108px); line-height: .84; letter-spacing: -.078em; }
.offer-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; max-width: 770px; padding: 34px 0 0; margin: 45px 0 0; border-top: 2px solid var(--ink); list-style: none; }
.offer-copy li { position: relative; padding: 12px 0 12px 22px; border-bottom: 1px solid rgba(21,21,21,.35); font: 800 11px/1.4 var(--mono); text-transform: uppercase; }
.offer-copy li::before { content: "✦"; position: absolute; left: 0; color: var(--yellow); }
.price-panel { padding: 38px; border: 2px solid var(--ink); background: var(--paper); box-shadow: 14px 14px 0 var(--ink); }
.price-label { font: 900 9px/1 var(--mono); letter-spacing: .07em; }
.price { display: flex; align-items: flex-start; padding-block: 31px 25px; border-bottom: 1px solid var(--ink); }
.price sup { margin: 12px 8px 0 0; color: var(--blue); font: 900 24px/1 var(--mono); }
.price strong { font-size: 118px; line-height: .72; letter-spacing: -.09em; }
.price-panel > p { margin: 28px 0; color: #5a5852; font-size: 14px; line-height: 1.65; }
.button-dark { width: 100%; color: var(--white); background: var(--ink); }
.button-dark b { color: var(--yellow); }
.price-panel > small { display: block; margin-top: 16px; color: #74716a; font: 800 8px/1.4 var(--mono); text-align: center; letter-spacing: .05em; }

.faq-section { padding-block: 120px; background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 90px; align-items: start; }
.faq-title { position: sticky; top: 30px; }
.faq-title > p { color: var(--blue); }
.faq-title h2 { margin: 27px 0 0; font-size: clamp(46px, 4.7vw, 75px); line-height: .92; letter-spacing: -.065em; }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--ink); }
.faq-list summary { position: relative; min-height: 82px; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 10px; padding: 0 10px 0 0; cursor: pointer; font-size: 18px; font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font: 900 9px/1 var(--mono); }
.faq-list summary::after { content: "+"; color: var(--blue); font: italic 500 34px/1 var(--serif); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 790px; margin: -5px 60px 28px 50px; color: #5e5b55; font-size: 15px; line-height: 1.72; }

.site-footer { color: var(--white); background: var(--ink); }
.footer-top { min-height: 190px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 50px; }
.footer-mark { display: flex; align-items: baseline; gap: 4px; font-size: 27px; font-weight: 950; letter-spacing: -.07em; }
.footer-mark span { color: var(--blue); font: italic 700 31px/1 var(--serif); }
.footer-mark i { width: 10px; height: 10px; margin-left: 5px; border-radius: 50%; background: var(--orange); }
.footer-top p { color: #aaa8a1; font-size: 12px; line-height: 1.7; }
.footer-links { justify-self: end; display: grid; gap: 10px; text-align: right; }
.footer-links a { color: var(--yellow); font: 800 10px/1.4 var(--mono); text-underline-offset: 4px; }
.footer-bottom { min-height: 63px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.2); color: #77756f; font: 800 8px/1 var(--mono); letter-spacing: .06em; }

@media (max-width: 1160px) {
  .hero-grid { grid-template-columns: 55% 45%; }
  .hero-copy { padding-right: 45px; }
  .hero h1 { font-size: clamp(60px, 7.2vw, 84px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .paper-receipt { transform: scale(.9) rotate(-2deg); }
  .problem-grid { grid-template-columns: minmax(150px, .36fr) minmax(0, 1.28fr) minmax(220px, .7fr); gap: 42px; }
  .boundary-wrap { gap: 60px; }
  .offer-grid { gap: 65px; }
}

@media (max-width: 920px) {
  .shell { width: calc(100% - 44px); }
  .header-inner { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero::before { top: auto; bottom: 0; width: 100%; height: 47%; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { min-height: 670px; padding: 70px 0; }
  .hero-art { min-height: 700px; padding: 80px 50px; }
  .problem-grid, .section-head, .boundary-wrap, .honesty-grid, .offer-grid, .faq-grid { grid-template-columns: 1fr; }
  .problem-grid { gap: 34px; }
  .problem-grid .problem-index { width: 210px; }
  .problem-grid aside { align-self: start; }
  .problem-grid aside { max-width: 700px; }
  .section-head { gap: 26px; }
  .deliverable-board { grid-template-columns: 1fr 1fr; }
  .card-summary { grid-row: auto; min-height: 520px; }
  .card-round { grid-column: 1 / -1; }
  .process-grid article { grid-template-columns: .25fr 1.75fr; gap: 30px; }
  .boundary-title, .faq-title { position: static; }
  .honesty-grid { gap: 36px; }
  .honesty-stamp { width: 170px; height: 170px; }
  .offer-copy ul { max-width: none; }
  .price-panel { max-width: 620px; }
}

@media (max-width: 640px) {
  .shell { width: calc(100% - 28px); }
  .header-inner { min-height: 67px; gap: 15px; }
  .brand-word { font-size: 15px; }
  .brand-slash { font-size: 18px; }
  .brand i { width: 6px; height: 6px; }
  .header-cta { gap: 7px; padding: 11px 10px; font-size: 9px; }
  .header-cta span { font-size: 9px; }
  .hero-copy { min-height: auto; padding: 58px 0 64px; }
  .signal { margin-bottom: 31px; }
  .signal b { display: none; }
  .hero h1 { font-size: clamp(48px, 13.1vw, 58px); line-height: .91; }
  .hero h1 em { display: block; margin-top: 8px; line-height: .95; }
  .hero-lede { font-size: 16px; }
  .hero-actions { width: 100%; gap: 20px; margin-top: 31px; }
  .button-primary { width: 100%; min-width: 0; gap: 10px; padding-inline: 15px; }
  .button-primary b { font-size: 9px; }
  .compact-proof { display: grid; }
  .hero-art { min-height: 590px; padding: 65px 9px 54px 26px; }
  .paper-receipt { width: 94%; min-height: 515px; padding: 25px 23px 21px; transform: scale(.92) rotate(-1.5deg); }
  .receipt-brand strong { width: 45px; height: 45px; }
  .receipt-release h2 { font-size: 22px; }
  .receipt-stats div { min-height: 78px; padding: 10px; }
  .receipt-checks div { min-height: 44px; }
  .receipt-stamp { display: none; }
  .note-a { top: 15%; left: 0; }
  .note-b { right: 0; bottom: 10%; }
  .art-note { padding: 9px 10px; font-size: 8px; }
  .art-label, .serial { display: none; }
  .section, .faq-section { padding-block: 82px; }
  .problem-grid h2, .section-head h2, .boundary-title h2, .honesty-grid h2, .faq-title h2 { font-size: 48px; }
  .problem-grid h2 { font-size: 44px; line-height: .98; }
  .big-copy { margin-top: 21px; font-size: 23px; }
  .deliverable-board { grid-template-columns: 1fr; }
  .deliverable-card, .card-summary { min-height: 430px; }
  .card-round { grid-column: auto; }
  .process-grid article { grid-template-columns: 70px 1fr; gap: 15px; min-height: 280px; }
  .process-no { font-size: 75px; }
  .process-grid article > div { grid-template-columns: 1fr; gap: 18px; }
  .process-grid h3 { font-size: 39px; }
  .process-grid small { grid-column: auto; }
  .boundary-list li { min-height: 72px; padding: 0 14px; font-size: 13px; }
  .honesty-stamp { width: 145px; height: 145px; }
  .honesty-stamp strong { font-size: 22px; }
  .offer-copy h2 { font-size: 67px; }
  .offer-copy ul { grid-template-columns: 1fr; }
  .price-panel { padding: 29px 23px; box-shadow: 8px 8px 0 var(--ink); }
  .price strong { font-size: 93px; }
  .faq-list summary { grid-template-columns: 35px 1fr auto; min-height: 90px; font-size: 16px; }
  .faq-list details p { margin-left: 35px; margin-right: 25px; }
  .footer-top { grid-template-columns: 1fr; gap: 20px; padding-block: 45px; }
  .footer-links { justify-self: start; text-align: left; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  .button, nav a::after, .sample-link .play { transition: none; }
}

@media print {
  .site-header, .scope-ticker, .site-footer { display: none; }
  body { color: #111; background: white; }
  .section, .problem-section, .deliverables, .boundary-section, .honesty-section, .offer-section { color: #111; background: white; }
}
