:root{--bg: #0a0a0a;--bg-light: #111111;--white: #ffffff;--muted: rgba(255,255,255,.38);--border: rgba(255,255,255,.06);--border-mid: rgba(255,255,255,.12);--purple: #6B21A8;--teal: #0D9488;--accent: #ffffff;--grad: linear-gradient(135deg,#6B21A8,#0D9488);--grad-text: linear-gradient(135deg,#a855f7,#14b8a6);--font-grotesk:"Space Grotesk",sans-serif;--font-mono: "Space Mono",monospace;--font-body: "Inter",sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased}.grain-overlay{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9998;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");background-size:300px 300px}.grad-text{background:var(--grad-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-skeleton{-webkit-text-stroke:1.5px #fff;color:transparent}.btn-primary{background:var(--accent);color:#000;padding:.85rem 2.2rem;border:none;font-family:var(--font-grotesk);font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;text-decoration:none;display:inline-block;transition:opacity .2s;white-space:nowrap}.btn-primary:hover{opacity:.85}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-grad{background:var(--grad);color:#fff;padding:.85rem 2rem;border:none;font-family:var(--font-grotesk);font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;text-decoration:none;display:inline-block;transition:opacity .2s;border-radius:4px}.btn-grad:hover{opacity:.88}.btn-outline{background:transparent;color:#ffffffb3;padding:.85rem 2rem;border:1px solid rgba(255,255,255,.2);font-family:var(--font-grotesk);font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;text-decoration:none;display:inline-block;transition:border-color .2s,color .2s;border-radius:4px}.btn-outline:hover{border-color:#ffffff80;color:#fff}.btn-ghost{color:#ffffff73;text-decoration:none;font-size:.78rem;font-weight:500;letter-spacing:.1em;transition:color .2s;display:inline-flex;align-items:center;gap:.4rem;background:none;border:none;cursor:pointer}.btn-ghost:hover{color:#fff}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.5rem 6%;display:flex;justify-content:space-between;align-items:center;transition:background .3s ease,backdrop-filter .3s ease,border-color .3s ease;border-bottom:1px solid transparent}.site-header.scrolled{background:#0a0a0ae0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom-color:var(--border)}.site-header__logo{font-family:var(--font-grotesk);font-weight:700;font-size:.95rem;letter-spacing:.15em;color:#fff;text-decoration:none}.site-header__nav{display:flex;align-items:center;gap:2rem}.site-header__nav a{font-family:var(--font-grotesk);font-size:.78rem;font-weight:500;letter-spacing:.08em;color:#ffffff80;text-decoration:none;transition:color .2s}.site-header__nav a:hover{color:#fff}.site-header__cart-btn{background:none;border:none;color:#fff9;cursor:pointer;font-family:var(--font-grotesk);font-size:.78rem;letter-spacing:.08em;transition:color .2s;display:flex;align-items:center;gap:.4rem}.site-header__cart-btn:hover{color:#fff}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--bg)}.hero__glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 75% 55% at 25% 55%,rgba(107,33,168,.11) 0%,transparent 65%),radial-gradient(ellipse 55% 45% at 80% 45%,rgba(13,148,136,.08) 0%,transparent 60%);pointer-events:none}.hero__content{position:relative;z-index:2;text-align:center;padding:8rem 6% 6rem;max-width:920px;width:100%}.hero__eyebrow{font-family:var(--font-grotesk);font-size:.65rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:#ffffff47;margin-bottom:1.75rem}.hero__title{font-family:var(--font-grotesk);font-size:clamp(2.8rem,6.5vw,7rem);font-weight:800;letter-spacing:-.025em;line-height:1.02;color:#fff;display:block;margin-bottom:.15rem}.hero__subtitle{font-family:var(--font-grotesk);font-size:clamp(1.5rem,3.2vw,3.6rem);font-weight:600;letter-spacing:-.01em;line-height:1.15;display:block;margin-bottom:2.25rem}.hero__sub{font-family:var(--font-body);font-size:1.05rem;font-weight:400;color:#fff6;margin-bottom:3rem;line-height:1.65}.product-reveal{background:var(--bg-light);padding:9rem 6%;text-align:center}.product-reveal__name{font-family:var(--font-grotesk);font-size:clamp(3rem,8vw,9rem);font-weight:800;letter-spacing:.15em;text-transform:uppercase;margin-bottom:4rem;line-height:1}.product-reveal__image-wrap{position:relative;display:inline-block;margin-bottom:5rem}.product-reveal__glow{position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;border-radius:50%;background:radial-gradient(circle,rgba(107,33,168,.18) 0%,rgba(13,148,136,.12) 40%,transparent 70%);pointer-events:none}.product-reveal__img{width:clamp(240px,35vw,420px);display:block;position:relative;z-index:1}.product-reveal__callouts{display:grid;grid-template-columns:repeat(3,1fr);max-width:640px;margin:0 auto}.product-reveal__callout{padding:0 1.5rem;text-align:center}.product-reveal__callout+.product-reveal__callout{border-left:1px solid rgba(255,255,255,.09)}.product-reveal__callout span{font-family:var(--font-grotesk);font-size:clamp(.7rem,1.5vw,.82rem);font-weight:600;color:#ffffffbf;letter-spacing:.02em;line-height:1.4}.statement{background:var(--bg);padding:12rem 6%;text-align:center}.statement__inner{max-width:800px;margin:0 auto}.statement__line{font-family:var(--font-grotesk);font-size:clamp(1.8rem,4.5vw,5rem);font-weight:800;letter-spacing:-.02em;color:#fff;line-height:1.1;display:block}.statement__line--underline{position:relative;display:inline-block;padding-bottom:.3rem;margin-top:.4rem}.statement__line--underline:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#0D9488 30%,#0D9488 70%,transparent 100%)}.ingredients{background:var(--bg);padding:9rem 6%}.ingredients__inner{max-width:560px;margin:0 auto}.ingredients__label{font-family:var(--font-grotesk);font-size:.6rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:#ffffff47;margin-bottom:3.5rem;text-align:center}.ingredient-row{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;border-bottom:1px solid var(--border)}.ingredient-row__name{font-family:var(--font-grotesk);font-size:clamp(.9rem,2vw,1.05rem);font-weight:500;color:#fff;letter-spacing:-.01em}.ingredient-row__amount{font-family:var(--font-grotesk);font-size:clamp(1rem,2vw,1.2rem);font-weight:600;color:#ffffffb3}.ingredients__closing{font-family:var(--font-body);font-size:.82rem;font-style:italic;color:#ffffff47;text-align:center;margin-top:3rem;line-height:1.6}.purchase{position:relative;padding:10rem 6%;text-align:center;overflow:hidden;background:var(--bg)}.purchase__glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 40%,rgba(107,33,168,.12) 0%,rgba(13,148,136,.08) 50%,transparent 75%);pointer-events:none}.purchase__topline{position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(107,33,168,.5),rgba(13,148,136,.5),transparent)}.purchase__inner{position:relative;z-index:1;max-width:700px;margin:0 auto}.purchase__headline{font-family:var(--font-grotesk);font-size:clamp(2.2rem,5vw,5.5rem);font-weight:800;letter-spacing:-.025em;line-height:1.05;color:#fff;margin-bottom:3.5rem}.purchase__actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.75rem}.purchase__trust{font-family:var(--font-body);font-size:.8rem;color:#ffffff4d;margin-bottom:3.5rem;letter-spacing:.02em}.purchase__divider{height:1px;background:#ffffff0f;margin-bottom:3rem}.purchase__waitlist-label{font-family:var(--font-grotesk);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff40;margin-bottom:1.25rem}.purchase__waitlist-form{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.purchase__waitlist-form input{font-family:var(--font-body);font-size:.85rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);color:#fff;padding:.75rem 1.25rem;border-radius:4px;outline:none;width:260px;transition:border-color .2s}.purchase__waitlist-form input:focus{border-color:#ffffff4d}.purchase__waitlist-form input::placeholder{color:#ffffff40}.purchase__success{font-family:var(--font-body);font-size:.9rem;color:#0d9488e6;letter-spacing:.02em}.product-page{padding-top:6rem}.product-hero{min-height:100vh;padding:9rem 7% 5rem;display:flex;align-items:center;border-bottom:1px solid var(--border)}.product-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;max-width:1300px;margin:0 auto;width:100%}.product-hero__img{display:flex;justify-content:center}.product-hero__img img{width:100%;max-width:520px}.product-hero__label{font-family:var(--font-mono);font-size:.62rem;color:#ffffff4d;letter-spacing:.22em;text-transform:uppercase;display:block;margin-bottom:1rem}.product-hero__name{font-family:var(--font-grotesk);font-size:clamp(3.5rem,6vw,6.5rem);letter-spacing:.02em;line-height:.9;color:#fff;text-transform:uppercase;font-weight:800}.product-hero__name-sub{font-family:var(--font-grotesk);font-size:clamp(2rem,3.5vw,3.5rem);letter-spacing:.02em;line-height:.9;-webkit-text-stroke:1.5px #fff;color:transparent;text-transform:uppercase;font-weight:800;margin-bottom:1.5rem}.product-hero__price-wrap{margin-bottom:1.75rem}.product-hero__price{font-family:var(--font-grotesk);font-size:3.5rem;letter-spacing:.02em;line-height:1;color:#fff;font-weight:800}.product-hero__price-unit{font-family:var(--font-mono);font-size:.7rem;color:#ffffff59;letter-spacing:.08em;margin-left:.75rem}.product-hero__per-serving{font-family:var(--font-mono);font-size:.62rem;color:#ffffff47;letter-spacing:.1em;display:block;margin-top:.35rem}.product-hero__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.product-hero__tag{font-family:var(--font-mono);font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .75rem;border:1px solid rgba(255,255,255,.12);color:#fff6;background:transparent}.product-hero__qty{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.product-hero__qty-label{font-family:var(--font-mono);font-size:.58rem;letter-spacing:.16em;text-transform:uppercase;color:#ffffff59}.qty-btn{width:2rem;height:2rem;border:1px solid rgba(255,255,255,.15);background:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:border-color .2s}.qty-btn:disabled{color:#fff3;cursor:not-allowed}.qty-btn:hover:not(:disabled){border-color:#fff6}.qty-display{font-family:var(--font-mono);font-size:.85rem;min-width:1.5rem;text-align:center;color:#fff}.product-hero__shipping{font-family:var(--font-mono);font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;color:#ffffff38;margin-top:1rem;display:block}.product-specs{padding:7rem 7%;border-bottom:1px solid var(--border)}.product-specs__inner{max-width:1300px;margin:0 auto}.product-specs__title{font-family:var(--font-grotesk);font-size:clamp(2.4rem,4.5vw,4rem);letter-spacing:.02em;line-height:.9;color:#fff;text-transform:uppercase;font-weight:800;margin-bottom:.2rem}.product-specs__title-sub{font-family:var(--font-grotesk);font-size:clamp(2.4rem,4.5vw,4rem);letter-spacing:.02em;line-height:.9;-webkit-text-stroke:1.5px #fff;color:transparent;text-transform:uppercase;font-weight:800;margin-bottom:3rem}.product-specs__list{list-style:none;padding:0;max-width:640px;margin-bottom:3rem}.product-specs__item{display:flex;gap:1.25rem;padding:1rem 0;border-bottom:1px solid var(--border);align-items:flex-start}.product-specs__dash{font-family:var(--font-mono);font-size:.62rem;color:#fff;flex-shrink:0;margin-top:.2rem}.product-specs__item strong{display:block;font-size:.9rem;font-weight:600;margin-bottom:.25rem;color:#fff}.product-specs__item span{font-size:.8rem;color:#ffffff59}.cart-page{min-height:80vh;padding:9rem 7% 5rem;max-width:900px;margin:0 auto}.cart-page__title{font-family:var(--font-grotesk);font-size:clamp(2rem,4vw,3.5rem);font-weight:800;letter-spacing:-.02em;color:#fff;margin-bottom:3rem;border-bottom:1px solid var(--border);padding-bottom:1.5rem}.cart-item{display:flex;gap:2rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid var(--border)}.cart-item__img{width:80px;height:80px;object-fit:cover;flex-shrink:0}.cart-item__info{flex:1}.cart-item__name{font-family:var(--font-grotesk);font-size:.95rem;font-weight:600;color:#fff;letter-spacing:.02em;margin-bottom:.25rem}.cart-item__price{font-family:var(--font-mono);font-size:.78rem;color:#ffffff80}.cart-item__remove{background:none;border:none;color:#ffffff40;cursor:pointer;font-size:.75rem;letter-spacing:.08em;font-family:var(--font-mono);transition:color .2s}.cart-item__remove:hover{color:#ffffffb3}.cart-footer{padding-top:2rem;text-align:right}.cart-footer__total{font-family:var(--font-grotesk);font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.cart-footer__total span{color:#fff6;font-size:.85rem;font-weight:400;margin-right:.5rem}.cart-empty{text-align:center;padding:6rem 0;color:#ffffff4d;font-family:var(--font-grotesk)}.cart-empty p{font-size:1.1rem;margin-bottom:2rem}.site-footer{background:var(--bg);border-top:1px solid var(--border);padding:2rem 6%}.site-footer__inner{max-width:1300px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.site-footer__logo{font-family:var(--font-grotesk);font-weight:700;font-size:.9rem;letter-spacing:.15em;color:#fff;text-decoration:none}.site-footer__links{display:flex;gap:2rem;list-style:none}.site-footer__links a{color:#ffffff38;text-decoration:none;font-size:.75rem;letter-spacing:.08em;transition:color .2s;font-family:var(--font-body)}.site-footer__links a:hover{color:#fff}.site-footer__copy{font-family:var(--font-mono);font-size:.58rem;color:#ffffff2e;letter-spacing:.1em}.fade-in{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.product-hero__grid{grid-template-columns:1fr;gap:2.5rem}.product-hero{padding:8rem 5% 4rem}.product-reveal__callouts{grid-template-columns:1fr;gap:1.5rem}.product-reveal__callout+.product-reveal__callout{border-left:none;border-top:1px solid rgba(255,255,255,.09);padding-top:1.5rem}.purchase__actions{flex-direction:column;align-items:center}.site-footer__links{display:none}.site-header__nav{gap:1rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
