:root {
  --ink: #171713;
  --paper: #f3eee3;
  --paper-2: #fffdf7;
  --acid: #d8ff4f;
  --rust: #d85e3f;
  --green: #153b34;
  --muted: #615d54;
  --line: #cbc2b2;
  --white: #fff;
  --shadow: 8px 8px 0 var(--ink);
  --radius: 2px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.dialog-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img, svg { max-width: 100%; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 200; transform: translateY(-180%); background: var(--acid); color: var(--ink); padding: 10px 14px; font-weight: 900; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--rust); outline-offset: 4px; }

.utility-bar { background: var(--ink); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.site-header { position: relative; z-index: 20; background: rgba(243, 238, 227, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.header-inner { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 34px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; width: fit-content; text-decoration: none; font-size: 12px; line-height: 1.05; font-weight: 950; letter-spacing: .075em; text-transform: uppercase; }
.wordmark-mark { width: 39px; height: 39px; display: grid; place-items: center; border: 2px solid currentColor; font-size: 12px; letter-spacing: -.04em; }
.main-nav { display: flex; gap: 32px; font-size: 14px; font-weight: 700; }
.main-nav a { text-decoration: none; }
.main-nav a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.header-inner > .button { justify-self: end; }

.button { border: 2px solid var(--ink); background: var(--acid); min-height: 52px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-weight: 950; text-decoration: none; cursor: pointer; box-shadow: 5px 5px 0 var(--ink); transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--ink); }
.button:active { transform: translate(5px, 5px); box-shadow: 0 0 0 var(--ink); }
.button:disabled { opacity: .56; cursor: wait; transform: none; }
.button-small { min-height: 43px; padding: 9px 15px; font-size: 13px; }
.button-primary { background: var(--acid); }
.button-wide { width: 100%; }
.text-link { font-weight: 850; text-underline-offset: 5px; text-decoration-thickness: 2px; }
.text-link:hover { text-decoration-color: var(--rust); }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 60px; align-items: center; padding-block: 74px 82px; }
.eyebrow { margin: 0 0 16px; color: #933923; font-size: 12px; line-height: 1.2; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: var(--acid); }
.hero h1, .section h2, .closing-section h2, .faq h2, .offer-card h2, .fit-card h2, .dark-section h2, .acid-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .93;
}
.hero h1 { max-width: 720px; font-size: clamp(57px, 7vw, 101px); }
.hero h1 em { color: var(--rust); font-weight: inherit; }
.hero-lead { max-width: 680px; margin: 28px 0 0; color: #403d36; font-size: clamp(18px, 1.65vw, 22px); }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.microcopy { margin: 18px 0 0; color: var(--muted); font-size: 12px; }

.hero-visual { position: relative; min-height: 590px; background: var(--ink); border: 1px solid var(--ink); box-shadow: 17px 17px 0 var(--rust); overflow: hidden; }
.concept-label { position: absolute; z-index: 5; top: 0; left: 0; right: 0; padding: 12px 18px; background: var(--acid); border-bottom: 1px solid var(--ink); color: var(--ink); font-size: 10px; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.booth-stage { position: absolute; inset: 42px 0 44px; overflow: hidden; perspective: 900px; background: radial-gradient(circle at 50% 28%, #3a3a31 0, #1c1c18 45%, #11110f 100%); }
.booth-light { position: absolute; top: 14px; width: 120px; height: 360px; background: linear-gradient(to bottom, rgba(255,255,230,.35), transparent 82%); filter: blur(16px); clip-path: polygon(44% 0, 56% 0, 100% 100%, 0 100%); }
.booth-light-left { left: 70px; transform: rotate(9deg); }
.booth-light-right { right: 70px; transform: rotate(-9deg); }
.booth-wall { position: absolute; top: 78px; left: 8%; right: 8%; height: 360px; padding: 29px 32px; background: var(--green); border: 3px solid var(--acid); box-shadow: 0 28px 60px rgba(0,0,0,.42); transform: rotateX(-1deg); color: #fff; }
.sample-brand { color: var(--acid); font-size: 15px; font-weight: 950; letter-spacing: .2em; }
.sample-kicker { margin-top: 48px; color: #c0cbc4; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.sample-headline { margin-top: 9px; font-family: Georgia, serif; font-size: clamp(38px, 4.5vw, 61px); line-height: .88; letter-spacing: -.045em; }
.sample-proof { margin-top: 16px; font-size: 13px; font-weight: 700; }
.sample-cta { position: absolute; right: 26px; bottom: 24px; padding: 9px 11px; background: var(--acid); color: var(--green); font-size: 9px; font-weight: 950; letter-spacing: .08em; }
.counter { position: absolute; z-index: 4; left: 36%; bottom: 39px; width: 180px; height: 108px; display: grid; place-items: center; background: #e8e0d3; color: var(--green); transform: perspective(520px) rotateX(3deg); box-shadow: 0 20px 30px rgba(0,0,0,.38); }
.counter span { font-size: 11px; font-weight: 950; letter-spacing: .18em; }
.floor-shadow { position: absolute; left: 12%; right: 12%; bottom: 11px; height: 46px; background: rgba(0,0,0,.6); filter: blur(15px); border-radius: 50%; }
.visual-note { position: absolute; left: 0; right: 0; bottom: 0; height: 44px; padding-inline: 19px; display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .15em; }

.proof-strip { padding: 28px 0 22px; border-block: 1px solid var(--line); background: var(--paper-2); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 76px; padding: 0 24px; display: flex; align-items: center; gap: 16px; border-left: 1px solid var(--line); }
.proof-grid > div:last-child { border-right: 1px solid var(--line); }
.proof-grid strong { font-family: Georgia, serif; color: var(--rust); font-size: 34px; font-weight: 500; }
.proof-grid span { max-width: 150px; font-size: 12px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.proof-footnote { margin-top: 12px; color: var(--muted); font-size: 11px; text-align: right; }

.section { padding-block: 105px; }
.split-intro { display: grid; grid-template-columns: 1.13fr .87fr; gap: 80px; align-items: end; }
.section h2, .dark-section h2, .acid-section h2, .faq h2 { font-size: clamp(43px, 5.7vw, 78px); }
.section-lead { margin: 0; color: var(--muted); font-size: 19px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding-bottom: 105px; }
.problem-card { min-height: 285px; padding: 30px; border: 1px solid var(--line); background: var(--paper-2); }
.problem-card + .problem-card { border-left: 0; }
.card-index { color: #933923; font-size: 10px; font-weight: 950; letter-spacing: .12em; }
.problem-card h3 { margin: 68px 0 12px; font-family: Georgia, serif; font-size: 30px; font-weight: 500; letter-spacing: -.035em; }
.problem-card p { color: var(--muted); }

.dark-section { padding-block: 110px; background: var(--ink); color: #fff; }
.section-heading-light { max-width: 870px; }
.section-heading-light > p:last-child { max-width: 720px; color: #bebcb4; font-size: 19px; }
.deliverable-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #4a4942; }
.deliverable-grid article { min-height: 270px; padding: 30px; border-right: 1px solid #4a4942; border-bottom: 1px solid #4a4942; }
.deliverable-grid article:nth-child(3n) { border-right: 0; }
.deliverable-grid article:nth-child(n+4) { border-bottom: 0; }
.deliverable-grid article > span { color: var(--acid); font-size: 11px; font-weight: 950; }
.deliverable-grid h3 { margin: 59px 0 10px; font-family: Georgia, serif; font-size: 26px; font-weight: 500; letter-spacing: -.025em; }
.deliverable-grid p { margin: 0; color: #bbb8b0; font-size: 14px; }

.sample-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 78px; align-items: center; }
.sample-copy h2 { font-size: clamp(43px, 5vw, 72px); }
.sample-copy .section-lead { margin-top: 25px; }
.check-list { margin: 30px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; }
.check-list li span { width: 23px; height: 23px; flex: 0 0 23px; display: grid; place-items: center; border: 1px solid var(--ink); background: var(--acid); font-size: 12px; font-weight: 950; }
.handoff-stack { position: relative; min-height: 590px; }
.handoff-page { position: absolute; width: min(490px, 80%); aspect-ratio: 4 / 5; padding: 28px; border: 1px solid var(--ink); background: var(--paper-2); box-shadow: 9px 9px 0 rgba(23,23,19,.18); }
.page-back { top: 15px; right: 0; transform: rotate(6deg); background: var(--acid); }
.page-mid { top: 34px; left: 12%; transform: rotate(-5deg); background: var(--rust); color: #fff; }
.page-front { z-index: 3; top: 66px; left: 20%; transform: rotate(1deg); }
.page-back > span, .page-mid > span { font-size: 11px; font-weight: 950; letter-spacing: .13em; }
.map-line { height: 1px; margin-top: 90px; background: var(--ink); transform-origin: left; }
.map-line-a { width: 90%; }.map-line-b { width: 65%; transform: rotate(48deg); }.map-line-c { width: 55%; transform: rotate(-23deg); }
.type-line { height: 13px; margin-top: 22px; background: rgba(255,255,255,.68); }
.type-line-lg { height: 48px; width: 85%; margin-top: 100px; }.type-line-sm { width: 58%; }
.page-status { padding: 8px 10px; background: var(--ink); color: #fff; font-size: 8px; font-weight: 950; letter-spacing: .11em; }
.mini-booth { height: 74%; margin-top: 24px; padding: 24px; display: flex; flex-direction: column; background: var(--green); color: #fff; border: 3px solid var(--acid); }
.mini-booth strong { color: var(--acid); font-size: 10px; letter-spacing: .17em; }
.mini-booth b { margin-top: 63px; font-family: Georgia, serif; font-size: 31px; line-height: .92; font-weight: 500; }
.mini-booth small { margin-top: auto; width: fit-content; padding: 8px 9px; background: var(--acid); color: var(--green); font-size: 7px; font-weight: 950; }
.page-footer { margin-top: 18px; display: flex; justify-content: space-between; font-size: 8px; font-weight: 900; letter-spacing: .1em; }

.acid-section { padding-block: 105px; background: var(--acid); }
.process-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.process-grid article { min-height: 265px; padding: 30px; border-right: 1px solid var(--ink); }
.process-grid article:last-child { border-right: 0; }
.process-grid article > span { font-family: Georgia, serif; color: var(--rust); font-size: 36px; }
.process-grid h3 { margin: 44px 0 11px; font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.process-grid p { margin: 0; max-width: 310px; }

.fit-section { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fit-card { padding: 46px; border: 1px solid var(--ink); }
.fit-card h2 { font-size: clamp(40px, 4.6vw, 63px); }
.fit-card ul { margin: 36px 0 0; padding-left: 20px; display: grid; gap: 13px; }
.fit-yes { background: var(--paper-2); box-shadow: 10px 10px 0 var(--green); }
.fit-no { background: #ddd5c7; color: #504d46; }

.offer-section { padding-top: 18px; }
.offer-card { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--ink); color: #fff; box-shadow: 18px 18px 0 var(--rust); }
.offer-copy, .offer-scope { padding: 55px; }
.offer-copy { border-right: 1px solid #4a4942; }
.offer-card h2 { font-size: clamp(45px, 5.5vw, 76px); }
.offer-copy > p:not(.eyebrow) { max-width: 540px; color: #bab8b1; font-size: 18px; }
.price-row { margin-top: 50px; display: flex; align-items: end; gap: 18px; }
.price-row strong { font-family: Georgia, serif; color: var(--acid); font-size: 92px; line-height: .8; font-weight: 500; letter-spacing: -.06em; }
.price-row span { color: #aaa89f; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.offer-scope { background: var(--paper-2); color: var(--ink); }
.scope-title { margin: 0; font-size: 12px; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.check-list.compact { margin: 26px 0 36px; }
.check-list.compact li { font-weight: 700; }
.dark-microcopy { text-align: center; }

.faq { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; }
.faq-heading { position: sticky; top: 36px; align-self: start; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 30px; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 690px; margin: -6px 0 27px; color: var(--muted); }

.closing-section { padding-block: 110px; background: var(--green); color: #fff; text-align: center; }
.closing-inner { display: grid; justify-items: center; }
.closing-section h2 { max-width: 930px; font-size: clamp(50px, 7vw, 94px); }
.closing-section .button { margin-top: 38px; }

.site-footer { padding: 68px 0 22px; background: var(--ink); color: #d1cec6; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr 1fr; gap: 48px; }
.footer-wordmark { color: #fff; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 13px; }
.footer-grid > div:first-child p { max-width: 290px; color: #8e8b83; }
.footer-grid a, .footer-link { color: #b7b4ac; text-decoration: none; }
.footer-grid a:hover, .footer-link:hover { color: var(--acid); text-decoration: underline; }
.footer-link { padding: 0; border: 0; background: none; cursor: pointer; }
.footer-label { margin: 0 0 10px; color: #fff; font-size: 10px; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.footer-bottom { margin-top: 52px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #37362f; color: #747169; font-size: 11px; }

.checkout-dialog { width: min(920px, calc(100% - 28px)); max-height: calc(100dvh - 28px); margin: auto; padding: 0; border: 2px solid var(--ink); background: var(--paper-2); color: var(--ink); box-shadow: 14px 14px 0 var(--rust); overflow: auto; }
.checkout-dialog::backdrop { background: rgba(15,15,12,.78); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; z-index: 3; top: 12px; right: 14px; width: 38px; height: 38px; border: 1px solid currentColor; background: var(--paper-2); cursor: pointer; font-size: 28px; line-height: 1; }
.dialog-grid { display: grid; grid-template-columns: .88fr 1.12fr; }
.dialog-summary { padding: 46px; background: var(--green); color: #fff; }
.dialog-summary h2 { margin: 0; font-family: Georgia, serif; font-size: 55px; line-height: .95; font-weight: 500; letter-spacing: -.045em; }
.dialog-summary > p:not(.eyebrow) { color: #c3cec7; }
.dialog-price { margin-top: 30px; display: flex; align-items: end; gap: 12px; }
.dialog-price strong { color: var(--acid); font-family: Georgia, serif; font-size: 60px; line-height: .9; font-weight: 500; }
.dialog-price span { color: #a9b8b0; font-size: 10px; font-weight: 900; letter-spacing: .09em; }
.dialog-summary ul { margin: 30px 0 0; padding-left: 18px; color: #d6ded9; font-size: 13px; }
.checkout-form { padding: 52px 46px 40px; display: grid; gap: 17px; }
.consent-row { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; cursor: pointer; color: #46433c; font-size: 14px; }
.consent-row input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--green); }
.consent-row a { font-weight: 800; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-error { min-height: 22px; color: #a52216; font-size: 13px; font-weight: 800; }
.payment-note { margin: 0; color: var(--muted); font-size: 11px; text-align: center; }

.cookie-banner { position: fixed; z-index: 100; left: 18px; right: 18px; bottom: 18px; width: min(930px, calc(100% - 36px)); margin-inline: auto; padding: 20px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; border: 2px solid var(--ink); background: var(--paper-2); box-shadow: 8px 8px 0 var(--ink); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-size: 15px; }
.cookie-banner p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.cookie-actions { display: flex; gap: 9px; }
.cookie-button { min-height: 42px; padding: 9px 13px; border: 1px solid var(--ink); background: var(--paper-2); cursor: pointer; font-size: 12px; font-weight: 850; }
.cookie-button:last-child { background: var(--acid); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Shared legal and intake layouts */
.simple-header { border-bottom: 1px solid var(--line); }
.simple-header .header-inner { grid-template-columns: 1fr auto; }
.simple-nav { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 750; }
.legal-main, .intake-main { width: min(860px, calc(100% - 40px)); margin-inline: auto; padding: 72px 0 110px; }
.legal-main h1, .intake-main h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(51px, 7vw, 82px); line-height: .94; letter-spacing: -.055em; font-weight: 500; }
.legal-main h2 { margin: 54px 0 13px; padding-top: 24px; border-top: 1px solid var(--line); font-family: Georgia, serif; font-size: 29px; font-weight: 500; letter-spacing: -.025em; }
.legal-main h3 { margin-top: 30px; }
.legal-main p, .legal-main li { color: #4c4942; }
.legal-main li + li { margin-top: 7px; }
.legal-updated { margin: 18px 0 38px; color: var(--muted); font-size: 13px; }
.legal-callout { margin: 30px 0; padding: 22px; border: 1px solid var(--ink); background: var(--paper-2); }
.legal-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.legal-table th, .legal-table td { padding: 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { background: #e7dfd1; }

.status-card { margin-top: 34px; padding: 28px; border: 1px solid var(--ink); background: var(--paper-2); box-shadow: 8px 8px 0 var(--ink); }
.status-card[data-state="success"] { box-shadow: 8px 8px 0 var(--green); }
.status-card[data-state="error"] { box-shadow: 8px 8px 0 var(--rust); }
.status-line { display: flex; align-items: center; gap: 14px; }
.status-dot { width: 13px; height: 13px; border-radius: 50%; background: #d59a24; box-shadow: 0 0 0 6px rgba(213,154,36,.13); }
[data-state="success"] .status-dot { background: #1c785b; box-shadow: 0 0 0 6px rgba(28,120,91,.13); }
[data-state="error"] .status-dot { background: var(--rust); box-shadow: 0 0 0 6px rgba(216,94,63,.13); }
.intake-form { margin-top: 42px; display: grid; gap: 26px; }
.form-section { padding: 30px; border: 1px solid var(--line); background: var(--paper-2); }
.form-section h2 { margin: 0 0 20px; font-family: Georgia, serif; font-size: 31px; font-weight: 500; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label, .field > span { font-size: 12px; font-weight: 850; }
.field small { color: var(--muted); }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #999286; background: #fff; padding: 12px 13px; color: var(--ink); }
.field textarea { min-height: 110px; resize: vertical; }
.inline-check { display: grid; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; font-size: 13px; }
.inline-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--green); }
.intake-form[hidden] { display: none; }
.success-panel { margin-top: 40px; padding: 34px; background: var(--green); color: #fff; box-shadow: 10px 10px 0 var(--acid); }
.success-panel h2 { margin: 0; font-family: Georgia, serif; font-size: 46px; font-weight: 500; }
.success-panel[hidden] { display: none; }
.form-confirmations { display: grid; gap: 16px; }
.not-found { min-height: 100dvh; display: grid; align-content: center; justify-items: start; }
.not-found h1 { max-width: 850px; margin: 10px 0 20px; font-family: Georgia, serif; font-size: clamp(64px, 10vw, 140px); font-weight: 500; line-height: .85; letter-spacing: -.07em; }
.not-found p:not(.eyebrow) { margin: 0 0 28px; color: var(--muted); font-size: 19px; }

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

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-visual { width: min(680px, 100%); margin-inline: auto; }
  .split-intro, .sample-layout, .faq { grid-template-columns: 1fr; gap: 42px; }
  .faq-heading { position: static; }
  .deliverable-grid { grid-template-columns: repeat(2, 1fr); }
  .deliverable-grid article:nth-child(3n) { border-right: 1px solid #4a4942; }
  .deliverable-grid article:nth-child(2n) { border-right: 0; }
  .deliverable-grid article:nth-child(n+4) { border-bottom: 1px solid #4a4942; }
  .deliverable-grid article:nth-child(n+5) { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .utility-inner { gap: 8px; font-size: 8px; letter-spacing: .08em; }
  .utility-inner span:nth-of-type(4), .utility-inner span:nth-of-type(5) { display: none; }
  .header-inner { min-height: 72px; gap: 14px; }
  .wordmark { font-size: 10px; }
  .wordmark-mark { width: 34px; height: 34px; }
  .header-inner > .button { min-height: 39px; padding: 8px 10px; box-shadow: 3px 3px 0 var(--ink); font-size: 11px; }
  .hero { padding-block: 52px 64px; gap: 45px; }
  .hero h1 { font-size: clamp(50px, 16vw, 72px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 465px; box-shadow: 9px 9px 0 var(--rust); }
  .booth-stage { inset-block: 42px 40px; }
  .booth-wall { top: 65px; height: 280px; padding: 22px; }
  .sample-kicker { margin-top: 35px; }
  .sample-headline { font-size: 37px; }
  .sample-cta { right: 17px; bottom: 16px; }
  .counter { left: 33%; bottom: 31px; width: 140px; height: 85px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { border-bottom: 1px solid var(--line); }
  .proof-grid > div:nth-child(2) { border-right: 1px solid var(--line); }
  .proof-grid > div:nth-child(n+3) { border-bottom: 0; }
  .proof-footnote { text-align: left; }
  .section, .dark-section, .acid-section { padding-block: 72px; }
  .problem-grid, .deliverable-grid, .process-grid, .fit-section, .offer-card { grid-template-columns: 1fr; }
  .problem-grid { padding-bottom: 72px; }
  .problem-card + .problem-card { border-left: 1px solid var(--line); border-top: 0; }
  .problem-card { min-height: 240px; }
  .problem-card h3 { margin-top: 45px; }
  .deliverable-grid article, .deliverable-grid article:nth-child(2n), .deliverable-grid article:nth-child(3n) { border-right: 0; border-bottom: 1px solid #4a4942; }
  .deliverable-grid article:last-child { border-bottom: 0; }
  .handoff-stack { min-height: 450px; overflow: hidden; }
  .handoff-page { width: 78%; padding: 18px; }
  .page-front { left: 16%; }
  .mini-booth b { margin-top: 38px; font-size: 22px; }
  .process-grid article { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .process-grid article:last-child { border-bottom: 0; }
  .fit-section { padding-inline: 0; width: min(100% - 28px, var(--shell)); }
  .fit-card { padding: 32px; }
  .offer-section { width: min(100% - 28px, var(--shell)); }
  .offer-copy, .offer-scope { padding: 36px 28px; }
  .offer-copy { border-right: 0; border-bottom: 1px solid #4a4942; }
  .price-row strong { font-size: 73px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .dialog-grid { grid-template-columns: 1fr; }
  .dialog-summary { padding: 38px 26px; }
  .dialog-summary h2 { font-size: 45px; }
  .dialog-summary ul { display: none; }
  .checkout-form { padding: 32px 26px; }
  .cookie-banner { grid-template-columns: 1fr; gap: 14px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-button { padding-inline: 8px; }
  .simple-nav a:not(:last-child) { display: none; }
  .legal-main, .intake-main { width: min(100% - 28px, 860px); padding-top: 50px; }
  .legal-table { display: block; overflow-x: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
}
