:root{color-scheme:light;--bg: #f7f4ed;--surface: #fffdfa;--ink: #18201c;--muted: #5f6964;--line: #d9d3c8;--accent: #2f6f73;--accent-dark: #17484d;--coral: #c96b55;--blue: #6277b8;--shadow: 0 28px 80px rgb(35 41 37 / 16%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg);color:var(--ink);font-size:16px}body{margin:0;min-width:320px}a{color:var(--accent-dark);text-decoration-thickness:.08em;text-underline-offset:.24em}a:hover{color:var(--accent)}.site-header,.site-footer{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;width:min(1120px,calc(100% - 32px));margin:0 auto}.site-header{min-height:76px}.site-header nav,.site-footer nav{display:flex;align-items:center;gap:1rem;font-size:.94rem}.brand{display:inline-flex;align-items:center;gap:.65rem;color:var(--ink);font-weight:760;text-decoration:none}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:var(--accent-dark);color:#fffdfa;font-size:.95rem}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,440px);align-items:center;gap:clamp(2rem,5vw,5rem);width:min(1120px,calc(100% - 32px));min-height:calc(100svh - 148px);margin:0 auto;padding:clamp(2.5rem,7vw,5rem) 0}.hero-copy{max-width:680px}.eyebrow,.section-kicker{margin:0 0 .9rem;color:var(--accent-dark);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,p{margin-top:0}h1{max-width:11ch;margin-bottom:1rem;font-size:clamp(4.4rem,12vw,8.2rem);line-height:.9;letter-spacing:0}h2{margin-bottom:.8rem;font-size:clamp(1.75rem,3vw,2.6rem);line-height:1.05;letter-spacing:0}.lede{max-width:650px;color:var(--muted);font-size:clamp(1.14rem,2vw,1.42rem);line-height:1.55}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin:2rem 0 1.5rem}.availability{display:inline-flex;align-items:center;min-height:44px;padding:0 1rem;border:1px solid var(--line);border-radius:8px;background:#fffdfa9e;color:var(--accent-dark);font-weight:760}.privacy-strip{display:flex;flex-wrap:wrap;gap:.65rem;padding:0;margin:0;list-style:none}.privacy-strip li{padding:.42rem .72rem;border:1px solid var(--line);border-radius:999px;background:#fffdfab8;color:var(--muted);font-size:.92rem;font-weight:700}.app-preview{display:flex;justify-content:center;width:100%}.device-shell{width:min(100%,368px);aspect-ratio:.66;padding:14px;border:1px solid rgb(24 32 28 / 18%);border-radius:42px;background:#222923;box-shadow:var(--shadow)}.app-screen{display:flex;flex-direction:column;height:100%;overflow:hidden;border-radius:31px;background:var(--surface);padding:1.2rem}.screen-top{display:flex;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.9rem}.screen-top strong{color:var(--ink)}.dose-summary{display:grid;gap:.15rem;margin:1.8rem 0 1.1rem;padding:1.1rem;border-radius:18px;background:#e4eee8;color:var(--accent-dark)}.summary-number{font-size:3.9rem;font-weight:850;line-height:.92}.med-row{display:grid;grid-template-columns:22px 1fr 22px;align-items:center;gap:.75rem;min-height:68px;border-bottom:1px solid var(--line)}.med-row strong,.med-row span{display:block}.med-row div span{margin-top:.18rem;color:var(--muted);font-size:.88rem}.pill-dot{width:18px;height:18px;border-radius:999px}.pill-dot.blue{background:var(--blue)}.pill-dot.coral{background:var(--coral)}.checkmark,.empty-check{width:21px;height:21px;border-radius:999px}.checkmark{background:linear-gradient(135deg,transparent 43%,#fffdfa 44% 56%,transparent 57%),var(--accent)}.empty-check{border:2px solid var(--line)}.label-panel{margin-top:auto;padding:1rem;border:1px solid var(--line);border-radius:18px;background:#faf7f0}.panel-title{display:block;margin-bottom:.8rem;color:var(--accent-dark);font-size:.86rem;font-weight:800}dl{display:grid;gap:.7rem;margin:0}dl div{display:flex;justify-content:space-between;gap:1rem}dt{color:var(--muted)}dd{margin:0;font-weight:760}.section-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;width:100%;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--line)}.section-grid article{min-height:360px;padding:clamp(1.5rem,4vw,3rem);background:var(--surface)}.section-grid h2{font-size:clamp(1.6rem,2.3vw,2.1rem)}.section-grid p,.statement p,.legal-page p,.support-page p{color:var(--muted);font-size:1.02rem;line-height:1.68}.statement,.page-shell{width:min(820px,calc(100% - 32px));margin:0 auto;padding:clamp(4rem,8vw,7rem) 0}.statement h2{max-width:13ch}.statement p{max-width:720px}.page-shell h1{max-width:14ch;font-size:clamp(3rem,8vw,5.8rem)}.legal-page h2,.support-page h2{margin-top:2.2rem;font-size:clamp(1.4rem,2vw,1.85rem)}.support-panel{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--line)}.site-footer{min-height:88px;border-top:1px solid var(--line);color:var(--muted);font-size:.92rem}.site-footer p{margin:0}@media(max-width:860px){.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{max-width:none}.app-preview{justify-content:flex-start}.device-shell{max-width:330px}.section-grid{grid-template-columns:1fr}.section-grid article{min-height:auto}}@media(max-width:640px){.site-header,.site-footer{align-items:flex-start;flex-direction:column;justify-content:center}.site-header{padding:1rem 0}h1{font-size:clamp(3.5rem,19vw,5rem)}.hero{width:min(100% - 24px,1120px);padding-top:2rem}.privacy-strip{gap:.45rem}.privacy-strip li{font-size:.84rem}.app-screen{padding:1rem}.device-shell{border-radius:36px;padding:11px}}
