:root{--bg: #fdf8f6;--surface: #ffffff;--border: #f0e4e0;--text: #1f1a18;--muted: #7a6d68;--accent: #e8716a;--accent-dim: #c85850;--on-accent: #ffffff;--radius: 12px;--maxw: 860px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--maxw);margin:0 auto;padding:2rem 1.25rem}header.site{border-bottom:1px solid var(--border);background:#fdf8f6d9;-webkit-backdrop-filter:saturate(150%) blur(8px);backdrop-filter:saturate(150%) blur(8px);position:sticky;top:0;z-index:10}header.site .container{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem}.brand{display:flex;align-items:center;gap:.6rem;font-weight:600;color:var(--text)}.brand-logo{width:32px;height:32px;object-fit:contain;display:inline-block}nav.site a{color:var(--muted);margin-left:1.25rem;font-size:.95rem}nav.site a:hover{color:var(--text);text-decoration:none}.hero{padding:4rem 0 3rem;text-align:center}.hero h1{font-size:clamp(2rem,5vw,3.25rem);line-height:1.15;margin:0 0 1rem;letter-spacing:-.02em}.hero p.lede{font-size:1.15rem;color:var(--muted);max-width:620px;margin:0 auto 2rem}.cta{display:inline-block;background:var(--accent);color:var(--on-accent);padding:.75rem 1.4rem;border-radius:var(--radius);font-weight:600}.cta:hover{text-decoration:none;filter:brightness(1.05)}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:3rem 0}.feature{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.feature h3{margin:0 0 .4rem;font-size:1.05rem}.feature p{margin:0;color:var(--muted);font-size:.95rem}.page h1{font-size:2rem;margin:0 0 .25rem;letter-spacing:-.01em}.page .updated{color:var(--muted);font-size:.9rem;margin-bottom:2rem}.page h2{font-size:1.2rem;margin:2rem 0 .5rem}.page p,.page li{color:var(--text)}.page ul{padding-left:1.25rem}footer.site{border-top:1px solid var(--border);margin-top:4rem;padding:2rem 0;color:var(--muted);font-size:.9rem}footer.site .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}footer.site nav a{color:var(--muted);margin-left:1.25rem}footer.site nav a:first-child{margin-left:0}.hero-split{display:flex;align-items:center;gap:2.5rem;text-align:left;padding:3.5rem 0 2.5rem}.hero-split .hero-copy{flex:1 1 340px}.hero-split .lede{margin:0 0 2rem;max-width:none}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}.cta-ghost{background:transparent;color:var(--accent);border:1.5px solid var(--accent)}.hero-shot{flex:0 1 300px;max-width:300px;width:100%;border-radius:24px;border:1px solid var(--border);box-shadow:0 20px 50px #c858502e}@media(max-width:720px){.hero-split{flex-direction:column;text-align:center}.hero-split .hero-actions{justify-content:center}.hero-shot{max-width:260px}}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:2rem 0 0}.step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.25rem}.step-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--accent);color:var(--on-accent);font-weight:700;margin-bottom:.75rem}.step h3{margin:0 0 .4rem;font-size:1.05rem}.step p{margin:0;color:var(--muted);font-size:.95rem}.science-teaser{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem 2rem;text-align:center;margin:1rem 0 2rem}.science-teaser h2{margin:0 0 .75rem;letter-spacing:-.01em}.science-teaser p{color:var(--muted);max-width:560px;margin:0 auto 1.5rem}
