@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Montserrat:wght@600;700&display=swap");:root{--bg:#fafaf9;--bg-alt:#ebe5dc;--sand:#e0d9cd;--text:#0f172a;--text-muted:#64748b;--accent:#0e7490;--accent-light:#22d3ee;--ocean:#1a7a8f;--ocean-dark:#0d4a56;--border:#e2e8f0;--card:#ffffff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 2rem;background:rgba(250,250,249,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo{font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#000}.logo,nav a{text-decoration:none}nav a{font-size:.875rem;font-weight:500;color:var(--text-muted);transition:color .2s}nav a:hover{color:var(--accent)}.hero{position:relative;padding:8rem 2rem 3rem;text-align:center;min-height:28rem;display:flex;align-items:center;justify-content:center;background-image:url(https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=1920);background-size:cover;background-position:50%}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(250,250,249,.75) 0,rgba(250,250,249,.85));pointer-events:none}.hero-inner{position:relative;max-width:720px;margin:0 auto}.hero .logo-hero{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#000;margin-bottom:1.5rem}.hero .tagline{font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--text)}.hero-sub{font-size:1rem;color:var(--text-muted);line-height:1.7;font-weight:400}section{max-width:1200px;margin:0 auto;padding:4rem 2rem}#products{padding-top:2rem}.section-label{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}.section-title{font-size:1.75rem;font-weight:700;margin-bottom:2.5rem;color:var(--text)}.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));grid-gap:1.5rem;gap:1.5rem}.product-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:box-shadow .2s,border-color .2s}.product-card:hover{box-shadow:0 8px 30px rgba(0,0,0,.06);border-color:var(--sand)}.product-card.coming-soon{opacity:.85;border-style:dashed}.product-name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.product-use-case{font-size:.8125rem;color:var(--text-muted);margin-bottom:1rem}.product-promise{font-size:1rem;font-weight:600;color:var(--ocean);margin-bottom:1rem}.product-outcomes{list-style:none;margin-bottom:1rem}.product-outcomes li{font-size:.9375rem;color:var(--text-muted);padding-left:1.25rem;position:relative;margin-bottom:.375rem}.product-outcomes li:before{content:"—";position:absolute;left:0;color:var(--ocean);font-weight:600}.product-ingredients{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border)}.product-ingredients h4{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem}.ingredient{margin-bottom:.75rem}.ingredient-name{font-size:.9375rem;font-weight:600;color:var(--text)}.ingredient-desc{font-size:.8125rem;color:var(--text-muted);margin-top:.25rem}.coming-soon-badge{display:inline-block;font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);background:var(--sand);padding:.25rem .5rem;border-radius:4px;margin-bottom:1rem}.waitlist{background:var(--ocean-dark);border-radius:16px;border:1px solid rgba(255,255,255,.15);padding:3rem 2rem;text-align:center;max-width:480px;margin:0 auto}.waitlist h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#fff}.waitlist p{font-size:.9375rem;color:rgba(255,255,255,.7);margin-bottom:1.5rem}.waitlist-embed{max-width:100%;border:none;border-radius:8px}.waitlist-form{display:flex;flex-direction:column;gap:.75rem}.waitlist-form input{font-family:inherit;font-size:1rem;padding:.875rem 1rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:rgba(255,255,255,.08);color:#fff}.waitlist-form input::placeholder{color:rgba(255,255,255,.4)}.waitlist-form input:focus{outline:none;border-color:var(--accent-light);box-shadow:0 0 0 2px rgba(34,211,238,.25)}.waitlist-form button{font-family:inherit;font-size:1rem;font-weight:600;padding:.875rem 1.5rem;background:#fff;color:var(--text);border:none;border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.waitlist-form button:hover{background:var(--sand);color:var(--text)}footer{border-top:1px solid var(--border);padding:2.5rem 2rem;text-align:center}footer a{color:var(--accent);text-decoration:none;font-weight:500}footer a:hover{text-decoration:underline}.footer-main{font-size:.875rem;color:var(--text-muted);margin-bottom:1rem}.footer-main strong{color:var(--text)}.footer-legal{font-size:.6875rem;line-height:1.6;max-width:560px;margin:0 auto;opacity:.85}.footer-legal,.footer-legal a{color:var(--text-muted)}