:root {
  color-scheme: light;
  --paper: oklch(97.8% 0.012 110);
  --surface: oklch(99.5% 0.005 110);
  --ink: oklch(21% 0.02 145);
  --muted: oklch(43% 0.018 135);
  --line: oklch(88% 0.018 110);
  --accent: oklch(39% 0.09 157);
  --accent-soft: oklch(93% 0.035 157);
  --focus: oklch(58% 0.13 55);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.55; }
a { color: var(--accent); }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.skip-link { position: absolute; left: -999px; top: 0; padding: .6rem 1rem; background: var(--ink); color: var(--surface); }
.skip-link:focus { left: 1rem; z-index: 2; }
.site-header, .site-footer { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.site-header { padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.site-footer { padding: 2rem 0 3rem; color: var(--muted); font-size: .9rem; border-top: 1px solid var(--line); margin-top: 4rem; }
.site-header nav, .site-footer nav { display: flex; gap: 1rem; flex-wrap: wrap; }
.site-header a, .site-footer a { text-decoration: none; }
.wordmark { color: var(--ink) !important; font-weight: 750; letter-spacing: -.02em; }
main { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.hero { padding: clamp(4rem, 12vw, 8rem) 0 5rem; max-width: 760px; }
.eyebrow { color: var(--accent); font-weight: 750; letter-spacing: .1em; text-transform: uppercase; font-size: .75rem; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 8vw, 5.9rem); max-width: 850px; margin: .8rem 0 1.25rem; }
h2 { font-size: clamp(1.8rem, 4vw, 3rem); margin: 0 0 1rem; }
h3 { font-size: 1.15rem; margin: 0 0 .5rem; }
.lede { color: var(--muted); font-size: clamp(1.12rem, 2vw, 1.4rem); max-width: 57ch; }
.actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 2.8rem; padding: .65rem 1rem; border: 1px solid var(--accent); border-radius: 999px; text-decoration: none; font-weight: 700; }
.button.primary { background: var(--accent); color: var(--surface); }
.button.secondary { color: var(--accent); background: transparent; }
.section { padding: 4.5rem 0; border-top: 1px solid var(--line); }
.section-intro { max-width: 600px; margin-bottom: 2rem; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 1rem; }
.card { padding: 1.35rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--surface); }
.card p, .muted { color: var(--muted); }
.number { display: inline-grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-weight: 800; margin-bottom: 1rem; }
.callout { border: 1px solid var(--accent); background: var(--accent-soft); padding: 1.25rem 1.4rem; border-radius: .75rem; }
.callout p { margin: 0; }
.prose { max-width: 740px; padding: 4rem 0 2rem; }
.prose h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); }
.prose h2 { font-size: 1.65rem; margin-top: 2.4rem; }
.prose li + li { margin-top: .5rem; }
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); gap: 1rem; align-items: stretch; }
.price { display: flex; flex-direction: column; }
.price .actions { margin-top: auto; }
.price-amount { font-size: 2.6rem; font-weight: 800; letter-spacing: -.05em; }
.price-amount small { font-size: 1rem; font-weight: 600; letter-spacing: 0; color: var(--muted); }
ul { padding-left: 1.3rem; }
.faq details { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 700; }
label { display: block; font-weight: 700; margin-bottom: .35rem; }
input { width: 100%; padding: .75rem .8rem; border: 1px solid var(--line); border-radius: .6rem; font: inherit; background: var(--surface); color: var(--ink); }
.form-row { max-width: 420px; margin-top: 1.25rem; }
.fine-print { color: var(--muted); font-size: .9rem; }
.pill { display: inline-block; padding: .2rem .55rem; border-radius: 999px; background: var(--accent-soft); color: var(--accent); font-size: .85rem; font-weight: 700; }
@media (max-width: 600px) { .site-header { align-items: flex-start; flex-direction: column; } .hero { padding-top: 3.5rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.home-section { padding: clamp(4rem, 8vw, 7.5rem) 0; border-top: 1px solid var(--line); }
.home-section--band { padding-inline: max(1rem, calc((100vw - 1120px) / 2)); background: var(--accent-soft); }
.home-hero { border-top: 0; padding-top: clamp(4.5rem, 11vw, 9rem); }
.home-hero__layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.home-hero__copy { max-width: 700px; }
.home-hero__copy h1 { max-width: 760px; }
.home-hero__copy .fine-print { max-width: 56ch; margin-top: 1rem; }
.surface-preview { padding: clamp(1.25rem, 4vw, 2.25rem); border: 1px solid var(--line); background: var(--surface); border-radius: 1.25rem; box-shadow: 0 1rem 3rem oklch(25% .02 145 / .08); }
.surface-preview__topline, .surface-preview__row { display: flex; align-items: center; gap: .75rem; }
.surface-preview__topline { justify-content: space-between; margin-bottom: 2rem; }
.surface-preview h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: .5rem; }
.surface-preview__row { min-height: 3.5rem; padding: .8rem 0; border-top: 1px solid var(--line); }
.surface-preview__label { width: 4rem; font-weight: 800; color: var(--accent); }
.surface-preview__block { display: block; height: .9rem; border-radius: 999px; background: var(--accent); }
.surface-preview__block--dash { width: 34%; height: 2.5rem; border-radius: .5rem; }
.surface-preview__block--ribbon { width: 62%; }
.surface-preview__block--dial { width: 46%; height: 1.6rem; border-radius: 50%; }
.surface-preview__meta { margin-left: auto; color: var(--muted); font-size: .85rem; }
.home-statement { max-width: 760px; margin-bottom: clamp(2rem, 5vw, 4rem); }
.home-principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.home-principle { padding: clamp(1.25rem, 3vw, 2rem); background: var(--surface); }
.home-principle p, .home-fact p { color: var(--muted); }
.home-section__heading { max-width: 650px; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.home-fact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.home-fact { min-height: 100%; padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid var(--line); background: var(--surface); border-radius: 1rem; }
.home-fact .pill { margin-bottom: 1.25rem; }
.home-section--dark { background: var(--ink); color: var(--surface); border-top: 0; padding-inline: max(1rem, calc((100vw - 1120px) / 2)); }
.home-section--dark .muted, .home-section--dark .surface-card p { color: oklch(88% .015 110); }
.surface-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.surface-card { display: flex; flex-direction: column; min-height: 100%; padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid oklch(73% .02 145 / .4); border-radius: 1rem; background: oklch(28% .02 145); }
.surface-card h3 { margin-top: .8rem; color: var(--surface); }
.surface-card__diagram { position: relative; min-height: 9rem; margin-bottom: 1.75rem; border: 1px solid oklch(73% .02 145 / .3); border-radius: .75rem; background: oklch(24% .02 145); overflow: hidden; }
.diagram-block { position: absolute; display: block; border-radius: .35rem; background: oklch(76% .09 157); }
.diagram-block--large { width: 42%; height: 3.4rem; left: 13%; top: 20%; }
.diagram-block--small { width: 23%; height: 2rem; left: 62%; top: 17%; background: oklch(73% .11 55); }
.diagram-block--medium { width: 30%; height: 2.5rem; left: 36%; top: 62%; background: oklch(84% .06 110); }
.ribbon-line { position: absolute; left: 10%; right: 10%; top: 50%; height: 2px; background: oklch(73% .02 145 / .55); }
.ribbon-marker { position: absolute; top: 23%; bottom: 20%; left: 38%; width: 2px; background: oklch(77% .12 55); }
.ribbon-segment { position: absolute; top: calc(50% - .7rem); height: 1.4rem; border-radius: .25rem; background: oklch(76% .09 157); }
.ribbon-segment--one { left: 14%; width: 22%; }
.ribbon-segment--two { left: 43%; width: 36%; background: oklch(84% .06 110); }
.dial-ring { position: absolute; width: 7rem; height: 7rem; left: calc(50% - 3.5rem); top: 1rem; border: 1rem solid oklch(76% .09 157); border-right-color: oklch(73% .11 55); border-radius: 50%; transform: rotate(-30deg); }
.dial-core { position: absolute; width: 2.2rem; height: 2.2rem; left: calc(50% - 1.1rem); top: 3.4rem; border-radius: 50%; background: oklch(84% .06 110); }
.dial-needle { position: absolute; width: .2rem; height: 2.2rem; left: calc(50% - .1rem); top: 2rem; background: oklch(73% .11 55); transform-origin: bottom; transform: rotate(28deg); }
.plain-note { margin-top: 1rem; padding: 1rem 1.25rem; border: 1px solid oklch(73% .02 145 / .4); border-radius: .75rem; color: oklch(88% .015 110); }
.plain-note strong { color: var(--surface); }
.loop-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.loop-list li { min-height: 11rem; padding: 1.25rem 1rem; border-right: 1px solid var(--line); }
.loop-list li:last-child { border-right: 0; }
.loop-list__step { display: block; color: var(--accent); font-weight: 800; margin-bottom: 2.5rem; }
.loop-list h3 { font-size: 1rem; }
.loop-list p { color: var(--muted); font-size: .93rem; }
.example-note { max-width: 720px; margin-top: clamp(2rem, 5vw, 4rem); padding: 1.5rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--accent-soft); }
.example-note h3 { margin-top: .6rem; }
.example-note p { margin-bottom: 0; color: var(--muted); }
.proof-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 1rem; align-items: stretch; }
.proof-task, .proof-context { padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: 1rem; background: var(--surface); }
.proof-task h3 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 1.5rem 0 .55rem; }
.proof-task p, .proof-context p { color: var(--muted); }
.proof-task__actions { display: flex; gap: .65rem; flex-wrap: wrap; margin-top: 2rem; }
.proof-task__actions span { padding: .55rem .75rem; border: 1px solid var(--line); border-radius: .55rem; font-size: .9rem; font-weight: 700; }
.proof-context { display: flex; flex-direction: column; justify-content: center; }
.proof-context .text-link { margin-top: 1.25rem; font-weight: 750; }
.persona-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.persona-story { padding: clamp(1.25rem, 3vw, 2rem); border-top: .35rem solid var(--accent); background: var(--surface); }
.persona-story--jordan { background: oklch(96% .02 55); }
.persona-story--priya { background: oklch(95% .02 157); }
.persona-story--marcus { background: oklch(95% .01 145); }
.persona-story__tag { color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.persona-story h3 { margin-top: .9rem; }
.persona-story p { color: var(--muted); }
.persona-story__result { margin-bottom: 0; color: var(--ink) !important; font-weight: 700; }
.pricing-compare { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.pricing-offer { display: flex; flex-direction: column; padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: 1rem; background: var(--surface); }
.pricing-offer--paid { border-color: var(--accent); }
.pricing-offer .pill { align-self: flex-start; }
.pricing-offer h3 { margin-top: 1.2rem; }
.price-line { margin: .5rem 0 0; font-size: clamp(2.4rem, 6vw, 4.2rem); font-weight: 800; letter-spacing: -.06em; }
.price-line small { font-size: 1rem; font-weight: 650; letter-spacing: 0; color: var(--muted); }
.annual-price { margin: -.1rem 0 1rem; color: var(--muted); font-weight: 700; }
.pricing-offer ul { flex: 1; margin: 1rem 0 2rem; color: var(--muted); }
.faq--home { max-width: 850px; }
.home-closing { padding-inline: max(1rem, calc((100vw - 1120px) / 2)); background: var(--accent); color: var(--surface); border-top: 0; }
.home-closing__inner { max-width: 750px; }
.home-closing .eyebrow { color: var(--accent-soft); }
.home-closing p { max-width: 58ch; color: oklch(91% .02 110); font-size: 1.15rem; }
.home-closing .button.secondary { border-color: var(--accent-soft); color: var(--surface); }
@media (max-width: 800px) {
  .home-hero__layout, .home-principles, .home-fact-grid, .surface-grid, .proof-layout, .persona-list, .pricing-compare { grid-template-columns: 1fr; }
  .home-section--band { padding-inline: 1rem; }
  .home-section--dark { padding-inline: 1rem; }
  .home-closing { padding-inline: 1rem; }
  .home-section--band, .home-section--dark, .home-closing { width: auto; margin-left: -1rem; margin-right: -1rem; }
  .loop-list { grid-template-columns: 1fr; }
  .loop-list li { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .loop-list li:last-child { border-bottom: 0; }
  .loop-list__step { margin-bottom: .7rem; }
  .surface-preview { max-width: 640px; }
}
