:root{--navy:#26323a;--blue:#0068b5;--blue-dark:#004b8d;--green:#55b947;--light-green:#eaf6e7;--light-blue:#eaf4fb;--white:#fff;--off-white:#f8faf9;--text-gray:#53616b;--border-gray:#e3e8eb;--accent:var(--blue);--measure:62ch;--pad:clamp(20px, 5vw, 64px);--r:14px;--ease:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}html:not(.lenis){scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html:not(.lenis){scroll-behavior:auto}}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-stopped{overflow:hidden}body{background:var(--off-white);color:var(--text-gray);-webkit-font-smoothing:antialiased;margin:0;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}[hidden]{display:none!important}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}a{color:inherit;text-decoration:none}::selection{background:var(--blue);color:var(--white)}.brand-watermark{z-index:-1;opacity:.05;pointer-events:none;-webkit-user-select:none;user-select:none;width:min(46vw,640px);height:auto;position:fixed;top:50%;left:75%;transform:translate(-50%,-50%)}@media (width<=860px){.brand-watermark{width:100vw;height:auto;left:50%}}#gl{z-index:0;pointer-events:none;opacity:0;width:100%;height:100%;transition:opacity 1.4s var(--ease);display:block;position:fixed;inset:0}#gl.is-ready{opacity:1}main,.footer{z-index:2;position:relative}.wrap{width:100%;max-width:1200px;padding-inline:var(--pad);margin-inline:auto}.h2{letter-spacing:-.02em;color:var(--navy);margin:0 0 1.1rem;font-size:clamp(1.9rem,5vw,3.2rem);font-weight:800;line-height:1.08}.lede{color:var(--text-gray);max-width:var(--measure);margin:0 0 3rem;font-size:clamp(1rem,1.5vw,1.15rem);font-weight:400}.lede--lg{max-width:56ch;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:500}.eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);transition:color .8s var(--ease);margin:0 0 1.4rem;font-size:.72rem;font-weight:700}.btn{border:1px solid var(--blue);background:var(--blue);color:var(--white);letter-spacing:.02em;cursor:pointer;transition:transform .4s var(--ease), background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);border-radius:999px;justify-content:center;align-items:center;gap:.5em;padding:.95em 2em;font-size:.86rem;font-weight:700;display:inline-flex}.btn:hover{background:var(--blue-dark);border-color:var(--blue-dark);transform:translateY(-2px)}.btn:focus-visible{outline:2px solid var(--navy);outline-offset:3px}.btn--ghost{color:var(--navy);border-color:var(--border-gray);background:0 0}.btn--ghost:hover{border-color:var(--navy);background:0 0;transform:translateY(-2px)}.btn--sm{padding:.6em 1.3em;font-size:.74rem}.btn--lg{padding:1.15em 2.8em;font-size:.95rem}.nav{z-index:50;padding:1rem var(--pad);padding-top:calc(1rem + env(safe-area-inset-top,0px));transition:background .4s var(--ease), border-color .4s var(--ease), backdrop-filter .4s var(--ease);border-bottom:1px solid #0000;justify-content:space-between;align-items:center;gap:1.5rem;display:flex;position:fixed;top:0;left:0;right:0}.nav.is-stuck{-webkit-backdrop-filter:blur(14px)saturate(140%);border-bottom-color:var(--border-gray);background:#ffffffd1}.nav__brand{letter-spacing:.02em;color:var(--navy);align-items:center;gap:.55rem;font-size:1.05rem;font-weight:800;display:flex}.nav__brand img{width:auto;height:30px}.nav__links{color:var(--text-gray);gap:2rem;font-size:.86rem;font-weight:600;display:flex}.nav__links a{transition:color .3s}.nav__links a:hover{color:var(--blue)}@media (width<=760px){.nav__links{display:none}}.hero{min-height:100svh;padding:8rem var(--pad) 6rem;align-items:center;display:flex;position:relative}.hero__inner{width:100%;max-width:1200px;margin-inline:auto}@media (width<=860px){.hero{padding-top:calc(6.5rem + env(safe-area-inset-top,0px));align-items:flex-start;padding-bottom:48svh}}.hero__title{letter-spacing:-.03em;color:var(--navy);max-width:15ch;margin:0 0 1.8rem;font-size:clamp(2.4rem,6vw,5rem);font-weight:800;line-height:1.04}.hero__lede{color:var(--text-gray);max-width:42ch;margin:0 0 2.6rem;font-size:clamp(1rem,1.5vw,1.2rem)}.hero__actions{flex-wrap:wrap;gap:.9rem;display:flex}@media (width>=861px){.hero__inner>*,.hero__title{max-width:min(54%,620px)}}.hero__scroll{bottom:calc(2rem + env(safe-area-inset-bottom,0px));left:var(--pad);letter-spacing:.2em;text-transform:uppercase;color:var(--text-gray);opacity:.6;align-items:center;gap:.7rem;font-size:.68rem;font-weight:600;display:flex;position:absolute}.hero__scroll span{transform-origin:0;width:42px;height:1px;animation:sweep 2.6s var(--ease) infinite;background:currentColor}@keyframes sweep{0%,to{opacity:.4;transform:scaleX(.3)}50%{opacity:1;transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.hero__scroll span{animation:none}}.belief,.system,.trust{padding:clamp(6rem,14vh,11rem) 0}.belief{padding-bottom:clamp(4rem,10vh,7rem)}.belief .h2{white-space:pre-line;max-width:20ch}.pillars{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:2.5rem;margin:0;padding:0;list-style:none;display:grid}.pillars li{border-top:2px solid var(--border-gray);padding-top:1.6rem}.pillars .n{letter-spacing:.18em;color:var(--accent);transition:color .8s var(--ease);margin-bottom:1rem;font-size:.72rem;font-weight:700;display:block}.pillars h3{color:var(--navy);letter-spacing:-.01em;margin:0 0 .7rem;font-size:1.22rem;font-weight:700}.pillars p{color:var(--text-gray);margin:0;font-size:.95rem}.range__intro{padding-top:clamp(6rem,14vh,11rem);padding-bottom:3rem}.product{min-height:100svh;padding:6rem var(--pad);align-items:center;display:flex;position:relative}.product__inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;width:100%;max-width:1200px;margin-inline:auto;display:grid}.product--left .product__copy{grid-column:1}.product--right .product__copy{grid-column:2}.product__index{letter-spacing:.2em;color:var(--text-gray);opacity:.7;margin:0 0 1.2rem;font-size:.72rem;font-weight:700}.product__index em{color:var(--accent);opacity:1;transition:color .6s var(--ease);font-style:normal}.product__name{letter-spacing:-.02em;color:var(--navy);margin:0 0 .5rem;font-size:clamp(1.7rem,3.6vw,2.6rem);font-weight:800;line-height:1.08}.product__subtitle{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);transition:color .6s var(--ease);margin:0 0 .6rem;font-size:.78rem;font-weight:700}.product__tagline{color:var(--text-gray);margin:0 0 1.6rem;font-size:.98rem;font-style:normal;font-weight:500}.product__stat{border-block:1px solid var(--border-gray);align-items:baseline;gap:.8rem;margin:0 0 1.6rem;padding:1.1rem 0;display:flex}.product__stat b{color:var(--accent);letter-spacing:-.02em;transition:color .6s var(--ease);white-space:nowrap;font-size:clamp(1.7rem,3.4vw,2.4rem);font-weight:800;line-height:1}.product__stat span{color:var(--text-gray);max-width:24ch;font-size:.85rem}.product__blurb{color:var(--text-gray);max-width:44ch;margin:0 0 1.6rem}.product__bullets{gap:.6rem;margin:0 0 2rem;padding:0;list-style:none;display:grid}.product__bullets li{color:var(--navy);padding-left:1.5rem;font-size:.9rem;position:relative}.product__bullets li:before{content:"";background:var(--accent);width:7px;height:7px;transition:background .6s var(--ease);border-radius:50%;position:absolute;top:.62em;left:0}.product__buy{flex-wrap:wrap;align-items:center;gap:1.4rem;display:flex}.product__price{color:var(--navy);font-size:1.4rem;font-weight:800}.product__dose{color:var(--text-gray);font-size:.8rem}@media (width<=860px){.product__inner{grid-template-columns:1fr}.product--left .product__copy,.product--right .product__copy{grid-column:1}.product{min-height:auto;padding-top:60svh;padding-bottom:5rem}.product__copy{background:linear-gradient(to bottom, #f8faf900 0%, var(--off-white) 60%);padding-top:.5rem}}.detail-hero{flex-direction:column;justify-content:center;align-items:stretch}.detail-hero__top{margin-inline:auto;width:100%;max-width:1200px;margin-bottom:1.5rem}.detail-back{color:var(--text-gray);align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;transition:color .3s;display:inline-flex}.detail-back:hover{color:var(--blue)}.notfound{padding-top:10rem;padding-bottom:6rem}.formula{padding:clamp(4rem,10vh,7rem) 0}.formula__list{gap:1rem;max-width:60ch;margin-top:1rem}.formula__list li{font-size:1rem}.gallery{padding:clamp(4rem,10vh,7rem) 0}.gallery__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.gallery__grid img{aspect-ratio:2/3;object-fit:contain;background:var(--off-white);border:1px solid var(--border-gray);border-radius:var(--r);width:100%;padding:1rem}.trust-list{border-top:1px solid var(--border-gray);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem 2.5rem;margin:0;padding:2.2rem 0 0;list-style:none;display:grid}.trust-list li{color:var(--navy);padding-left:1.9rem;font-size:.96rem;font-weight:500;position:relative}.trust-list li:before{content:"";border-left:2px solid var(--green);border-bottom:2px solid var(--green);width:10px;height:6px;position:absolute;top:.42em;left:0;transform:rotate(-45deg)}.closer{text-align:center;align-items:center;min-height:100svh;padding:6rem 0 9rem;display:flex}.closer .wrap{flex-direction:column;align-items:center;display:flex}.closer__title{letter-spacing:-.03em;color:var(--navy);margin:0 0 2.6rem;font-size:clamp(2.1rem,6.5vw,4.4rem);font-weight:800;line-height:1.08}.launch-hero__lede{margin-bottom:2.6rem}.launch-form{width:100%;max-width:480px;margin:0 0 4.5rem}.launch-form__hp{position:absolute}.launch-form__row{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.launch-form__input{border:1px solid var(--border-gray);background:var(--white);min-width:0;color:var(--navy);border-radius:999px;flex:240px;padding:.95em 1.3em;font-family:inherit;font-size:.95rem}.launch-form__input::placeholder{color:var(--text-gray);opacity:.7}.launch-form__input:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.launch-form__status{color:var(--text-gray);min-height:1.3em;margin:1rem 0 0;font-size:.88rem}.launch-form__status[data-state=success]{color:var(--green);font-weight:600}.launch-form__status[data-state=error]{color:#b3261e}.footer{border-top:1px solid var(--border-gray);background:var(--white);padding:4rem 0 2.5rem}.footer__grid{grid-template-columns:2fr 1fr 1fr;gap:2.5rem;display:grid}@media (width<=680px){.footer__grid{grid-template-columns:1fr}}.footer__logo{width:auto;height:46px}.footer__col{color:var(--text-gray);align-content:start;gap:.7rem;font-size:.88rem;font-weight:500;display:grid}.footer__col a:hover{color:var(--blue)}.footer__legal{color:var(--text-gray);opacity:.85;max-width:68ch;margin:3.5rem auto 0;font-size:.74rem;line-height:1.5}.reveal{opacity:0;transition:opacity .9s var(--ease), transform .9s var(--ease);transform:translateY(24px)}.reveal.is-in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}
