:root {
  --ink: #11110f;
  --paper: #f1eee6;
  --paper-deep: #e6e1d6;
  --acid: #d9ff43;
  --rust: #a64b2a;
  --muted: #76736a;
  --line: rgba(17,17,15,.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 100; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' 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)'/%3E%3C/svg%3E"); }

.site-header { height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -.04em; line-height: .85; }
.brand small { display: block; font-size: 8px; letter-spacing: .34em; margin-top: 7px; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; }
.brand-mark svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--ink); transition: .25s; }
.desktop-nav a:hover::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; }

.btn { border: 0; padding: 15px 20px; border-radius: 2px; cursor: pointer; display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; font-weight: 600; transition: transform .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-small { padding: 11px 15px; font-size: 12px; }
.btn-primary { background: var(--ink); color: white; }
.btn-primary:hover { background: var(--rust); }
.btn-ghost { border: 1px solid var(--ink); background: transparent; }
.btn-outline { border: 1px solid var(--ink); background: transparent; }
.btn-light { background: var(--acid); color: var(--ink); }
.text-link { font-size: 13px; font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }

.hero { min-height: calc(100vh - 86px); display: grid; grid-template-columns: 53% 47%; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-copy { align-self: center; padding: 8vw 4vw; position: relative; z-index: 2; }
.eyebrow { font-size: 11px; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; display: flex; align-items: center; gap: 10px; margin: 0 0 24px; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: var(--serif); font-size: clamp(64px, 7.4vw, 126px); line-height: .84; letter-spacing: -.075em; font-weight: 400; max-width: 890px; margin-bottom: 32px; }
h1 em, h2 em { color: var(--rust); font-weight: 400; }
.hero-lede { max-width: 590px; font-size: clamp(17px, 1.45vw, 22px); line-height: 1.55; color: #403e38; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }
.trust-row { display: flex; gap: 38px; margin-top: 70px; padding-top: 20px; border-top: 1px solid var(--line); max-width: 610px; }
.trust-row div { display: flex; gap: 9px; align-items: baseline; }
.trust-row strong { font-size: 10px; color: var(--rust); }
.trust-row span { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 600; }

.hero-visual { background: var(--ink); position: relative; min-height: 680px; overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 60% 45%, rgba(217,255,67,.11), transparent 28%), linear-gradient(140deg, transparent 55%, rgba(166,75,42,.2)); }
.orbit { position: absolute; border: 1px solid rgba(241,238,230,.15); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 65%; aspect-ratio: 1; }
.orbit-two { width: 100%; aspect-ratio: 1; border-color: rgba(217,255,67,.13); animation: pulse 5s ease-in-out infinite; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 9px; height: 9px; background: var(--acid); border-radius: 50%; }
.orbit-one::before { top: 16%; left: 14%; }
.orbit-one::after { right: 5%; bottom: 30%; background: var(--rust); }
.orbit-two::before { left: 18%; bottom: 15%; }
.orbit-two::after { right: 20%; top: 12%; background: var(--paper); }
.nest-core { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 220px; height: 220px; border-radius: 50%; background: var(--acid); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: 0 0 70px rgba(217,255,67,.13); }
.nest-core span { font-family: var(--serif); font-size: 31px; line-height: .9; letter-spacing: -.06em; }
.nest-core small { font-size: 9px; text-transform: uppercase; letter-spacing: .12em; margin-top: 14px; }
.floating-card { position: absolute; background: rgba(241,238,230,.96); padding: 18px 20px; width: 185px; box-shadow: 0 15px 50px rgba(0,0,0,.3); }
.floating-card p { font-size: 9px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 7px; color: var(--muted); }
.floating-card strong { font-family: var(--serif); font-weight: 400; font-size: 20px; }
.card-top { right: 8%; top: 17%; transform: rotate(2deg); }
.card-bottom { bottom: 13%; left: 7%; transform: rotate(-2deg); }
.status-dot { float: right; width: 8px; height: 8px; background: #4e8a5a; border-radius: 50%; margin-top: 9px; }
.mini-progress { height: 3px; background: #d3d0c6; margin-top: 13px; }
.mini-progress i { display: block; width: 68%; height: 100%; background: var(--rust); }
.visual-note { position: absolute; color: rgba(255,255,255,.55); right: 5%; bottom: 5%; font-family: var(--serif); font-size: 14px; font-style: italic; }
.hero-index { position: absolute; left: 12px; bottom: 12px; writing-mode: vertical-rl; font-size: 8px; letter-spacing: .15em; }
@keyframes pulse { 50% { transform: translate(-50%,-50%) scale(1.04); opacity: .7; } }

.ticker { background: var(--acid); overflow: hidden; white-space: nowrap; border-bottom: 1px solid var(--ink); }
.ticker div { display: inline-flex; gap: 28px; align-items: center; padding: 14px 0; animation: ticker 32s linear infinite; }
.ticker span { text-transform: uppercase; font-size: 11px; letter-spacing: .12em; font-weight: 700; }
.ticker i { font-size: 8px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-pad { padding: 120px 7vw; }
.positioning { display: grid; grid-template-columns: 18% 82%; }
.section-label { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; color: var(--muted); padding-top: 13px; }
h2 { font-family: var(--serif); font-size: clamp(48px, 6vw, 94px); line-height: .95; letter-spacing: -.06em; font-weight: 400; margin-bottom: 50px; }
.two-col-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; max-width: 980px; }
.two-col-copy p { font-size: 17px; line-height: 1.7; }
.manifesto { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 75px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.manifesto span { padding: 25px 10px; font-family: var(--serif); font-style: italic; font-size: 18px; border-right: 1px solid var(--line); }
.manifesto span:last-child { border: 0; }

.method { background: var(--paper-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 65px; }
.section-head h2 { font-size: clamp(45px, 5vw, 78px); margin-bottom: 0; }
.section-head > p { max-width: 390px; color: #535149; }
.method-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); }
.method-grid article { padding: 35px 35px 45px 0; border-right: 1px solid var(--line); min-height: 360px; position: relative; }
.method-grid article + article { padding-left: 35px; }
.method-grid article:last-child { border-right: 0; }
.step-number { font-size: 10px; color: var(--rust); }
.step-icon { font-family: var(--serif); font-size: 70px; margin: 65px 0 25px; font-weight: 400; }
.method-grid h3 { font-family: var(--serif); font-size: 28px; letter-spacing: -.04em; font-weight: 400; }
.method-grid p { color: var(--muted); max-width: 330px; }

.assessment-callout { background: var(--ink); color: var(--paper); display: grid; grid-template-columns: 43% 57%; padding-top: 90px; padding-bottom: 90px; }
.score-preview { display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid rgba(255,255,255,.15); }
.score-ring { width: 270px; height: 270px; position: relative; }
.score-ring svg { width: 100%; transform: rotate(-90deg); }
.score-ring circle { fill: none; stroke: rgba(255,255,255,.1); stroke-width: 2; }
.score-ring .ring-progress { stroke: var(--acid); stroke-width: 5; stroke-dasharray: 427; stroke-dashoffset: 120; }
.score-ring div { position: absolute; inset: 0; display: flex; justify-content: center; align-items: baseline; }
.score-ring strong { font-family: var(--serif); font-size: 90px; font-weight: 400; margin-top: 74px; }
.score-ring span { color: rgba(255,255,255,.5); }
.score-preview > p { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.assessment-copy { padding-left: 9vw; max-width: 780px; }
.assessment-copy h2 { font-size: clamp(50px,5vw,78px); margin-bottom: 30px; }
.assessment-copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); max-width: 580px; font-size: 18px; }
.assessment-copy ul { list-style: none; padding: 0; margin: 30px 0; display: grid; gap: 11px; }
.assessment-copy li::before { content: "✓"; color: var(--acid); margin-right: 12px; }
.light { color: var(--acid); }

.pricing-head { align-items: center; }
.billing-toggle { border: 1px solid var(--line); padding: 4px; display: flex; }
.billing-toggle button { border: 0; background: transparent; padding: 10px 14px; cursor: pointer; font-size: 12px; }
.billing-toggle button.active { background: var(--ink); color: white; }
.billing-toggle small { color: var(--rust); margin-left: 5px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; align-items: stretch; }
.price-card { border: 1px solid var(--ink); padding: 32px; min-height: 610px; display: flex; flex-direction: column; justify-content: space-between; position: relative; background: var(--paper); }
.price-card.featured { background: var(--ink); color: var(--paper); transform: translateY(-16px); }
.popular { position: absolute; right: 20px; top: 20px; color: var(--acid); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.plan-label { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: var(--rust); }
.price-card h3 { font-family: var(--serif); font-weight: 400; font-size: 31px; line-height: 1.1; min-height: 100px; }
.price { display: flex; align-items: flex-start; margin-top: 40px; }
.price sup { font-size: 20px; margin-top: 13px; }
.price strong { font-family: var(--serif); font-size: 72px; line-height: 1; font-weight: 400; }
.price span { font-size: 11px; align-self: end; margin: 0 0 10px 8px; color: var(--muted); }
.price-card ul { list-style: none; padding: 22px 0; margin: 0; border-top: 1px solid currentColor; }
.price-card li { padding: 9px 0; font-size: 14px; color: var(--muted); }
.featured li { color: rgba(255,255,255,.66); }
.price-card li::before { content: "—"; margin-right: 10px; color: var(--rust); }
.featured .btn-primary { background: var(--acid); color: var(--ink); }
.featured .plan-label { color: var(--acid); }
.pricing-note { max-width: 850px; font-size: 10px; color: var(--muted); margin: 25px auto 0; text-align: center; }

.outcomes { display: grid; grid-template-columns: 18% 82%; background: var(--paper-deep); border-top: 1px solid var(--line); }
.outcome-list { border-top: 1px solid var(--ink); }
.outcome-list div { display: grid; grid-template-columns: 150px 1fr; border-bottom: 1px solid var(--line); padding: 24px 0; }
.outcome-list span { color: var(--rust); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.outcome-list p { margin: 0; font-family: var(--serif); font-size: 24px; }

.resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.resource-grid article { min-height: 330px; border: 1px solid var(--line); padding: 28px; display: flex; flex-direction: column; justify-content: space-between; transition: .25s; }
.resource-grid article:hover { background: var(--ink); color: var(--paper); transform: translateY(-4px); }
.resource-grid span { text-transform: uppercase; font-size: 9px; letter-spacing: .12em; color: var(--rust); }
.resource-grid h3 { font-family: var(--serif); font-size: 30px; line-height: 1.15; font-weight: 400; }
.resource-grid a { font-size: 12px; border-top: 1px solid currentColor; padding-top: 15px; }

.newsletter { background: var(--rust); color: var(--paper); padding: 90px 7vw; display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: end; }
.newsletter h2 { font-size: clamp(45px,5vw,76px); margin: 0; }
.newsletter form label { display: block; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; margin-bottom: 10px; }
.newsletter form > div { display: flex; border-bottom: 1px solid var(--paper); }
.newsletter input { flex: 1; background: transparent; border: 0; color: white; padding: 16px 0; outline: 0; font-size: 18px; min-width: 0; }
.newsletter input::placeholder { color: rgba(255,255,255,.5); }
.newsletter form button { background: transparent; color: white; border: 0; cursor: pointer; font-weight: 600; }
.newsletter form p { font-size: 9px; margin-top: 12px; color: rgba(255,255,255,.6); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

footer { background: var(--ink); color: var(--paper); padding: 70px 7vw 25px; }
.footer-main { display: grid; grid-template-columns: 2.3fr repeat(3,1fr); gap: 50px; padding-bottom: 75px; }
.footer-brand .brand-mark { border-color: var(--paper); }
.footer-main h4 { color: var(--acid); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; margin-bottom: 18px; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 13px; }
.legal-link { border: 0; background: transparent; padding: 0; cursor: pointer; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); padding-top: 20px; display: flex; justify-content: space-between; color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

dialog { border: 0; padding: 0; color: var(--ink); }
dialog::backdrop { background: rgba(0,0,0,.75); backdrop-filter: blur(7px); }
.assessment-modal { width: min(1120px, 95vw); height: min(720px, 92vh); max-width: none; max-height: none; background: var(--paper); overflow: hidden; }
.modal-close { position: absolute; top: 18px; right: 22px; border: 0; background: transparent; font-size: 30px; cursor: pointer; z-index: 5; }
.assessment-shell { height: 100%; display: grid; grid-template-columns: 32% 68%; }
.assessment-sidebar { background: var(--ink); color: var(--paper); padding: 38px; display: flex; flex-direction: column; justify-content: space-between; }
.assessment-sidebar .brand-mark { border-color: var(--paper); }
.assessment-sidebar h3 { font-family: var(--serif); font-size: 38px; line-height: 1; font-weight: 400; }
.assessment-sidebar p { color: var(--acid); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.assessment-progress span { font-size: 10px; color: rgba(255,255,255,.6); }
.assessment-progress > div { height: 3px; background: rgba(255,255,255,.2); margin-top: 10px; }
.assessment-progress i { display: block; height: 100%; width: 12.5%; background: var(--acid); transition: width .3s; }
#assessment-form { padding: 70px 7vw 35px; display: flex; flex-direction: column; justify-content: space-between; overflow-y: auto; }
.question small { color: var(--rust); text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.question h2 { font-size: clamp(34px,4vw,57px); margin: 15px 0 35px; }
.answers { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.answer { border: 1px solid var(--line); padding: 18px; cursor: pointer; transition: .2s; display: flex; align-items: center; gap: 12px; }
.answer:hover, .answer.selected { border-color: var(--ink); background: var(--acid); }
.answer input { accent-color: var(--ink); }
.assessment-controls { display: flex; justify-content: space-between; padding-top: 25px; }
#assessment-result h2 { font-size: 46px; margin-bottom: 20px; }
.result-score { font-family: var(--serif); font-size: 90px; line-height: 1; color: var(--rust); }
.result-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 25px 0; }
.result-grid div { background: var(--paper-deep); padding: 15px; }
.result-grid span { display: block; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.result-grid strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.simple-modal { width: min(590px, 92vw); padding: 50px; background: var(--paper); }
.simple-modal h2 { font-size: 50px; margin-bottom: 20px; }
.simple-modal > p { color: var(--muted); }
.simple-modal code { font-size: 12px; }
.simple-modal form { display: grid; gap: 16px; margin-top: 25px; }
.simple-modal label { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.simple-modal input, .simple-modal textarea { display: block; width: 100%; background: transparent; border: 1px solid var(--line); padding: 13px; margin-top: 6px; resize: vertical; }
.payment-summary { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); margin: 25px 0; }
.payment-summary > div { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; }
.payment-summary > div + div { border-top: 1px solid var(--line); }
.payment-summary span { color: var(--muted); text-transform: uppercase; font-size: 9px; letter-spacing: .12em; }
.payment-summary strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.cashapp-account { background: var(--ink); color: white; padding: 18px; display: flex; align-items: center; gap: 15px; }
.cashapp-icon { width: 42px; height: 42px; border-radius: 9px; display: grid; place-items: center; background: #00d64f; color: white; font-size: 25px; font-weight: 700; }
.cashapp-account small { display: block; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; margin-bottom: 3px; }
.cashapp-account strong { font-size: 18px; }
.payment-steps { padding-left: 22px; margin: 22px 0; color: #555249; font-size: 13px; display: grid; gap: 8px; }
.payment-confirm { display: flex; align-items: flex-start; gap: 10px; font-size: 11px; line-height: 1.45; margin: 20px 0; cursor: pointer; }
.payment-confirm input { width: auto; margin: 2px 0 0; accent-color: #00b846; }
.btn-cashapp { width: 100%; background: #00c94a; color: #071e0f; }
.btn-cashapp:hover { background: #00b842; }
.btn-cashapp.disabled { opacity: .42; cursor: not-allowed; pointer-events: none; }
.payment-security { font-size: 9px !important; line-height: 1.5; margin: 13px 0 0; text-align: center; }
.payment-help { display: block; margin-top: 15px; text-align: center; font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }
.legal-modal { max-height: 80vh; overflow-y: auto; }
.legal-modal h2 { font-size: 44px; }
.legal-modal h3 { font-family: var(--serif); font-size: 23px; font-weight: 400; margin-top: 28px; }
.legal-modal p { font-size: 13px; line-height: 1.7; }
.toast { position: fixed; right: 25px; bottom: 25px; background: var(--acid); color: var(--ink); padding: 14px 20px; z-index: 200; font-size: 13px; transform: translateY(140%); transition: .3s; box-shadow: 0 10px 40px rgba(0,0,0,.2); }
.toast.show { transform: translateY(0); }
.not-found { min-height: 100vh; padding: 8vw; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; max-width: 960px; }
.not-found .brand { margin-bottom: 100px; }
.not-found h1 { font-size: clamp(55px, 8vw, 105px); }
.not-found > p:not(.eyebrow) { max-width: 620px; font-size: 18px; margin-bottom: 30px; }
.reveal { animation: rise .8s both; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } }

@media (max-width: 900px) {
  .desktop-nav, .site-header > .btn { display: none; }
  .menu-toggle { display: block; }
  .desktop-nav.open { position: absolute; display: flex; top: 86px; left: 0; right: 0; background: var(--paper); padding: 30px 4vw; flex-direction: column; border-bottom: 1px solid var(--ink); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 90px 6vw 70px; }
  .hero-visual { min-height: 580px; }
  .section-pad { padding: 85px 6vw; }
  .positioning, .outcomes { grid-template-columns: 1fr; }
  .section-label { margin-bottom: 25px; }
  .section-head { align-items: flex-start; gap: 30px; }
  .method-grid, .pricing-grid, .resource-grid { grid-template-columns: 1fr; }
  .method-grid article, .method-grid article + article { border-right: 0; border-bottom: 1px solid var(--line); padding: 35px 0; min-height: 280px; }
  .step-icon { margin-top: 35px; }
  .assessment-callout { grid-template-columns: 1fr; }
  .score-preview { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); padding-bottom: 60px; }
  .assessment-copy { padding: 65px 0 0; }
  .price-card.featured { transform: none; }
  .newsletter { grid-template-columns: 1fr; }
  .assessment-shell { grid-template-columns: 1fr; }
  .assessment-sidebar { display: none; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 20px; }
}

@media (max-width: 600px) {
  .site-header { height: 72px; }
  .desktop-nav.open { top: 72px; }
  h1 { font-size: 58px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { align-self: flex-start; }
  .trust-row { gap: 15px; justify-content: space-between; }
  .trust-row div { flex-direction: column; gap: 2px; }
  .hero-visual { min-height: 510px; }
  .nest-core { width: 170px; height: 170px; }
  .floating-card { width: 155px; padding: 14px; }
  .positioning h2 { font-size: 49px; }
  .two-col-copy, .manifesto { grid-template-columns: 1fr; }
  .manifesto span { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-head { flex-direction: column; align-items: stretch; }
  .pricing-head { gap: 25px; }
  .billing-toggle { align-self: flex-start; }
  .price-card { min-height: 570px; }
  .score-ring { width: 220px; height: 220px; }
  .score-ring strong { margin-top: 60px; font-size: 74px; }
  .outcome-list div { grid-template-columns: 80px 1fr; gap: 12px; }
  .outcome-list p { font-size: 19px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .assessment-modal { width: 100vw; height: 100vh; }
  #assessment-form { padding: 65px 24px 25px; }
  .answers { grid-template-columns: 1fr; }
  .simple-modal { padding: 45px 25px 30px; }
  .simple-modal h2 { font-size: 39px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
