@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Geist:wght@400;500;600&family=Geist+Mono:wght@400;500&display=swap");

:root {
  --canvas: #ffffff;
  --paper: #fafafa;
  --mist: #f5f5f0;
  --ink: #141414;
  --graphite: #666666;
  --slate: #8d8d8d;
  --accent: #1d7f40;
  --accent-wash: #e1f0e6;
  --border: #ebebeb;
  --hairline: #f0f0f0;
  --wash: #f7f7f7;
  --success: #1d7f40;
  --danger: #a33a32;
  --warning: #996c1d;
  --font-sans: "Geist", -apple-system, system-ui, "Segoe UI", sans-serif;
  --font-serif: "EB Garamond", Georgia, serif;
  --font-mono: "Geist Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: var(--font-sans); font-feature-settings: "tnum" 1, "zero" 1; font-variant-numeric: tabular-nums slashed-zero; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; }
button, input, select { font: inherit; }
.wrap { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 20; padding: 10px 14px; background: var(--ink); color: #fff; border-radius: 6px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.mono { font-family: var(--font-mono); font-size: 10px; letter-spacing: .11em; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255, 255, 255, .96); border-bottom: 1px solid var(--hairline); }
.nav-inner { min-height: 68px; 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; font-size: 17px; font-weight: 600; letter-spacing: -.025em; }
.brand-light { color: var(--graphite); font-weight: 400; }
.brand-mark { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--ink); border-radius: 7px; font-family: var(--font-serif); font-size: 19px; line-height: 1; }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: 13px; color: var(--graphite); }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--ink); }
.nav-cta { padding: 10px 14px; border-radius: 7px; background: var(--ink); color: #fff !important; }

.hero { position: relative; min-height: min(760px, calc(100svh - 68px)); display: flex; align-items: center; border-bottom: 1px solid var(--hairline); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .95fr); align-items: center; gap: clamp(48px, 8vw, 112px); padding: 76px 0 92px; }
.hero-copy { max-width: 640px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--slate); font-size: 11px; font-weight: 500; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--accent); }
.eyebrow-rule { display: none; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 13ch; margin-bottom: 24px; font-family: var(--font-serif); font-size: clamp(50px, 6.8vw, 86px); font-weight: 500; letter-spacing: -.035em; line-height: .94; text-wrap: balance; }
h1 em { color: var(--accent); font-style: italic; }
.hero-offer { max-width: 34ch; margin-bottom: 12px; font-size: clamp(18px, 2vw, 23px); font-weight: 500; letter-spacing: -.02em; line-height: 1.25; }
.hero-description { max-width: 50ch; margin-bottom: 30px; color: var(--graphite); font-size: 16px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 11px 17px; border: 1px solid transparent; border-radius: 7px; cursor: pointer; font-size: 13px; font-weight: 600; line-height: 1.2; text-decoration: none; }
.button-primary { background: var(--ink); color: #fff; }
.button-primary:hover, .button-primary:focus-visible { background: #333; }
.quiet-note { color: var(--slate); font-size: 12px; line-height: 1.45; }
.scroll-cue { position: absolute; bottom: 24px; left: max(24px, calc((100% - 1240px) / 2)); color: var(--graphite); font-size: 12px; text-decoration: none; }
.scroll-cue span { margin-left: 5px; color: var(--accent); }

.product-preview { min-width: 0; margin: 0; padding: 20px; border: 1px solid #dcdedb; border-radius: 12px; background: var(--paper); }
.preview-topline, .preview-heading, .preview-metrics, .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.preview-topline { padding-bottom: 16px; border-bottom: 1px solid var(--border); color: var(--slate); }
.preview-state { padding: 5px 8px; border: 1px solid #bbddc5; border-radius: 999px; color: var(--accent); font-size: 11px; }
.preview-heading { align-items: flex-end; padding: 24px 0 20px; }
.preview-kicker { margin-bottom: 5px; color: var(--slate); font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.preview-heading h2 { margin: 0; font-family: var(--font-serif); font-size: 28px; font-weight: 500; letter-spacing: -.02em; }
.preview-date { color: var(--graphite); font-family: var(--font-mono); font-size: 10px; white-space: nowrap; }
.preview-metrics { align-items: stretch; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.preview-metrics div { flex: 1; min-width: 0; padding: 13px 12px; border-right: 1px solid var(--border); }
.preview-metrics div:first-child { padding-left: 0; }
.preview-metrics div:last-child { padding-right: 0; border-right: 0; }
.preview-metrics span, .preview-metrics strong { display: block; }
.preview-metrics span { margin-bottom: 5px; color: var(--slate); font-size: 10px; }
.preview-metrics strong { font-size: 16px; font-weight: 600; }
.metric-accent { color: var(--warning); }
.preview-table-wrap { overflow-x: auto; }
.preview-table { width: 100%; min-width: 0; table-layout: fixed; border-collapse: collapse; font-size: 11px; }
.preview-table th { padding: 14px 8px 10px; color: var(--slate); font-family: var(--font-mono); font-size: 9px; font-weight: 400; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.preview-table th:first-child, .preview-table td:first-child { padding-left: 0; }
.preview-table th:last-child, .preview-table td:last-child { padding-right: 0; }
.preview-table td { padding: 12px 8px; border-top: 1px solid var(--border); line-height: 1.35; white-space: nowrap; }
.table-status { color: var(--accent); }
.table-status-muted { color: var(--graphite); }
.table-status-warn { color: var(--warning); }
.product-preview figcaption { margin-top: 18px; color: var(--slate); font-size: 10px; line-height: 1.45; }

.section { padding: clamp(72px, 10vw, 128px) 0; }
.section-soft { background: var(--mist); }
.section-dark { background: var(--ink); color: #fff; }
.section-heading { max-width: 620px; }
.section-heading h2 { max-width: 15ch; margin-bottom: 20px; font-family: var(--font-serif); font-size: clamp(38px, 4.7vw, 62px); font-weight: 500; letter-spacing: -.03em; line-height: .98; text-wrap: balance; }
.section-heading > p:last-child, .terms-copy > p { color: var(--graphite); font-size: 16px; line-height: 1.65; }
.section-dark .section-heading > p:last-child { color: #c7c7c7; }
.compact-heading h2 { font-size: clamp(34px, 4vw, 52px); }
.scope-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 64px; border-top: 1px solid #dfe3df; }
.scope-item { min-height: 220px; padding: 20px 22px 20px 0; border-right: 1px solid #dfe3df; }
.scope-item + .scope-item { padding-left: 22px; }
.scope-item:last-child { border-right: 0; }
.scope-index { display: block; margin-bottom: 38px; color: var(--accent); font-family: var(--font-mono); font-size: 11px; }
.scope-item h3 { margin-bottom: 10px; font-family: var(--font-serif); font-size: 24px; font-weight: 500; }
.scope-item p { max-width: 24ch; margin-bottom: 0; color: var(--graphite); font-size: 13px; line-height: 1.55; }
.terms-grid, .enrollment-grid, .faq-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(48px, 9vw, 136px); }
.terms-copy { max-width: 560px; }
.terms-list { margin: 34px 0 26px; border-top: 1px solid var(--border); }
.terms-list div { display: flex; justify-content: space-between; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--border); font-size: 13px; }
.terms-list dt { color: var(--slate); }
.terms-list dd { margin: 0; color: var(--ink); text-align: right; }
.small-copy { color: var(--slate) !important; font-size: 12px !important; line-height: 1.5 !important; }
.enrollment-section { border-top: 1px solid var(--hairline); }
.support-line { margin-top: 24px; font-size: 13px !important; }
.support-line a { color: var(--accent); }
.form-panel { max-width: 650px; padding: 28px; border: 1px solid var(--border); border-radius: 10px; background: var(--paper); }
.typeform-enrollment { display: grid; gap: 20px; }
.typeform-intro h3 { margin: 0 0 10px; font-family: var(--font-serif); font-size: 30px; font-weight: 500; letter-spacing: -.025em; }
.typeform-intro > p:last-child { margin: 0; color: var(--graphite); font-size: 13px; line-height: 1.6; }
.typeform-widget-shell { display: grid; gap: 12px; min-height: 180px; }
.typeform-widget-shell[hidden] { display: none; }
.typeform-widget { width: 100%; min-height: 520px; }
.typeform-widget[hidden] { display: none; }
.typeform-status { margin: 0; color: var(--graphite); font-size: 13px; line-height: 1.5; }
.typeform-fallback { display: grid; gap: 12px; margin: 0; color: var(--slate); font-size: 12px; line-height: 1.5; }
.typeform-fallback[hidden] { display: none; }
.typeform-fallback p { margin: 0; }
.typeform-fallback a, .consent-copy a { color: var(--accent); }
.typeform-fallback a.button-primary { color: #fff; }
.consent-copy { margin: 0; color: var(--slate); font-size: 11px; line-height: 1.5; }

.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { padding: 18px 0; cursor: pointer; font-family: var(--font-serif); font-size: 22px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { float: right; color: var(--accent); content: "+"; font-family: var(--font-sans); font-size: 18px; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 58ch; margin: -2px 34px 18px 0; color: var(--graphite); font-size: 13px; line-height: 1.6; }
.site-footer { padding: 25px 0; border-top: 1px solid var(--hairline); color: var(--slate); font-size: 11px; }
.footer-inner { flex-wrap: wrap; }
.footer-inner a { color: var(--graphite); text-decoration: none; }

@media (max-width: 900px) { .nav-links a:not(.nav-cta) { display: none; } .hero-grid, .terms-grid, .enrollment-grid, .faq-grid { grid-template-columns: 1fr; gap: 52px; } .hero { min-height: auto; } .hero-grid { padding: 72px 0 84px; } .scope-grid { grid-template-columns: repeat(2, 1fr); } .scope-item:nth-child(2) { border-right: 0; } .scope-item:nth-child(n + 3) { border-top: 1px solid #dfe3df; } }
@media (max-width: 560px) { .wrap { width: min(100% - 32px, 1240px); } .nav-inner { min-height: 60px; } .nav-cta { padding: 9px 10px; font-size: 11px; } .hero-grid { padding: 56px 0 72px; } h1 { max-width: 15ch; font-size: clamp(44px, 13vw, 66px); } .hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; } .product-preview { padding: 15px; } .preview-heading { align-items: flex-start; flex-direction: column; gap: 9px; } .preview-heading h2 { font-size: 25px; } .preview-metrics div { padding: 12px 7px; } .preview-metrics span { font-size: 9px; } .preview-metrics strong { font-size: 14px; } .preview-table { font-size: 10px; } .preview-table th:nth-child(2), .preview-table td:nth-child(2) { display: none; } .preview-table th, .preview-table td { padding-left: 4px; padding-right: 4px; white-space: normal; overflow-wrap: anywhere; vertical-align: top; } .preview-table th:first-child, .preview-table td:first-child { width: 34%; padding-left: 0; } .preview-table th:nth-child(3), .preview-table td:nth-child(3) { width: 25%; } .preview-table th:last-child, .preview-table td:last-child { width: 41%; padding-right: 0; } .scope-grid { grid-template-columns: 1fr; margin-top: 44px; } .scope-item, .scope-item + .scope-item { min-height: auto; padding: 18px 0; border-right: 0; border-top: 1px solid #dfe3df; } .scope-item:first-child { border-top: 0; } .scope-index { margin-bottom: 18px; } .form-panel { padding: 18px; } .terms-list div { align-items: flex-start; flex-direction: column; gap: 4px; } .terms-list dd { text-align: left; } .faq-list summary { font-size: 20px; } .typeform-widget { min-height: 260px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media (hover: hover) and (pointer: fine) { .button-primary { transition: background-color .15s ease; } }
