:root { color-scheme: light; --ink: #1d1d1f; --muted: #6e6e73; --paper: #f5f5f7; --surface: #ffffff; --green: #176b43; --green-dark: #163f2e; --green-soft: #e9f2ec; --line: #d2d2d7; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", system-ui, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.shell { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.nav { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; }
.nav-actions { display: flex; align-items: center; gap: 30px; }
.language-picker select { border: 0; border-radius: 999px; padding: 8px 24px 8px 10px; background: transparent; color: var(--muted); font: inherit; font-size: .82rem; cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.brand { color: var(--ink); font-weight: 650; letter-spacing: -.02em; text-decoration: none; }.mark { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 7px; border-radius: 50%; background: var(--green); color: white; font-size: .8rem; font-weight: 650; }.nav-link, .fine-print { color: var(--muted); font-size: .88rem; text-decoration: none; }.nav-link:hover, .nav-link:focus-visible { color: var(--ink); }
.hero { padding: 92px 0 112px; text-align: center; }.hero-copy { max-width: 820px; margin: 0 auto; }.availability { margin: 0 0 26px; color: var(--green); font-size: .9rem; font-weight: 600; }.eyebrow { margin: 0 0 18px; color: var(--green); font-size: .95rem; font-weight: 600; letter-spacing: -.01em; }
h1, h2, h3, p { margin-top: 0; } h1 { max-width: 760px; margin: 0 auto 28px; font-size: clamp(3.5rem, 7vw, 6.6rem); line-height: .97; letter-spacing: -.055em; word-spacing: .035em; font-weight: 600; } .lede { max-width: 530px; margin: 0 auto 32px; color: var(--muted); font-size: 1.2rem; line-height: 1.5; letter-spacing: -.01em; }.button { display: inline-flex; align-items: center; gap: 28px; min-height: 48px; padding: 13px 18px 13px 21px; border-radius: 999px; background: var(--green); color: white; font-weight: 600; text-decoration: none; transition: background .18s ease, transform .18s ease; }.button:hover { background: #0f5b38; }.button:active { transform: scale(.98); }.fine-print { margin: 16px 0 0; }
.product-stage { max-width: 980px; margin: 64px auto 0; padding: 26px; border-radius: 34px; background: var(--green-dark); color: white; text-align: left; box-shadow: 0 24px 60px rgba(22,63,46,.16); }.stage-rail { display: flex; justify-content: space-between; align-items: center; padding: 2px 6px 24px; font-size: .8rem; }.stage-brand { font-weight: 650; letter-spacing: -.02em; }.stage-private { color: rgba(255,255,255,.65); }.stage-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 2px; overflow: hidden; border-radius: 24px; background: rgba(255,255,255,.12); }.stage-main, .stage-detail { min-height: 320px; padding: 42px; }.stage-main { background: var(--surface); color: var(--ink); }.stage-detail { display: flex; flex-direction: column; justify-content: flex-end; background: rgba(255,255,255,.08); }.stage-kicker, .stage-date { margin: 0 0 20px; color: var(--muted); font-size: .9rem; }.stage-date { color: rgba(255,255,255,.66); }.stage-dose { margin: 34px 0 44px; font-size: clamp(5rem, 10vw, 8.8rem); font-weight: 700; letter-spacing: -.095em; line-height: .84; }.stage-dose span { margin-left: 8px; color: var(--muted); font-size: 1.25rem; font-weight: 500; letter-spacing: -.03em; }.stage-status { display: flex; align-items: center; gap: 12px; }.stage-status strong, .stage-status span { display: block; }.stage-status strong { font-size: 1rem; }.stage-status div span { margin-top: 3px; color: var(--muted); font-size: .85rem; }.checkmark { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--green-soft); color: var(--green); font-weight: 700; }.detail-row { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.66); font-size: .86rem; }.detail-row strong { color: white; font-weight: 600; text-align: right; }
.proof { border-top: 1px solid var(--line); padding: 34px 0 164px; }.proof-title { max-width: 500px; margin: 80px 0 72px; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.07em; }.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }.proof article { min-height: 198px; padding: 0 10% 0 0; }.proof article + article { padding-left: 10%; border-left: 1px solid var(--line); }.number { color: var(--muted); font-size: .8rem; font-weight: 600; font-variant-numeric: tabular-nums; }.proof h3 { max-width: 240px; margin: 24px 0 14px; font-size: 1.55rem; line-height: 1.08; letter-spacing: -.04em; }.proof article p, .closing > p { max-width: 270px; color: var(--muted); line-height: 1.52; }
.closing { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; padding: 0 0 164px; }.closing h2 { max-width: 650px; margin: 0; font-size: clamp(3rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.065em; }.closing > p { align-self: end; max-width: 360px; margin: 0; }.footer { display: flex; justify-content: space-between; padding: 24px 0 32px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
@media (max-width: 800px) { .shell { width: min(100% - 40px, 580px); }.nav { padding: 20px 0; }.nav-link { display: none; }.hero { padding: 76px 0 96px; }.hero-copy { max-width: 560px; }.product-stage { margin-top: 54px; padding: 18px; border-radius: 26px; }.stage-rail { padding-bottom: 18px; }.stage-grid { display: block; }.stage-main, .stage-detail { min-height: 0; padding: 30px; }.stage-detail { padding-top: 0; }.stage-dose { margin: 50px 0 40px; }.proof { padding-bottom: 112px; }.proof-title { margin: 64px 0 56px; }.proof-grid, .closing { display: block; }.proof article, .proof article + article { min-height: 0; padding: 0; border: 0; }.proof article + article { margin-top: 48px; }.closing > p { margin-top: 40px; }.footer { gap: 20px; flex-direction: column; } }
@media (max-width: 420px) { .shell { width: min(100% - 32px, 580px); }.hero { padding-top: 76px; }.product-stage { margin-top: 52px; }.stage-main, .stage-detail { padding: 24px; }.stage-dose { font-size: 4.8rem; }.stage-private { max-width: 120px; text-align: right; }.detail-row { flex-direction: column; gap: 5px; }.detail-row strong { text-align: left; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
@media (prefers-contrast: more) { .product-stage { box-shadow: none; } .stage-main, .stage-detail { outline: 1px solid currentColor; outline-offset: -1px; } }
