:root{color-scheme:only light;--cream: #FAF7F2;--cream-warm: #F5F0E8;--lavender-bg: #F4EFFF;--lavender-soft: #EBE3FF;--purple: #7C3AED;--purple-bright: #A78BFA;--purple-deep: #5B21B6;--purple-darkest: #1A0B2E;--text: #14081F;--text-muted: #4A3F5F;--text-light: #8A7FA0;--border: rgba(124, 58, 237, .14);--border-strong: rgba(124, 58, 237, .28);--shadow: 0 1px 3px rgba(20, 8, 31, .04), 0 4px 24px rgba(124, 58, 237, .06);--shadow-lg: 0 4px 12px rgba(20, 8, 31, .06), 0 24px 48px rgba(124, 58, 237, .1);--gold: #D4A24C;--font-display: "Bebas Neue", sans-serif;--font-body: "DM Sans", sans-serif}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);background-color:#faf7f2;color:var(--text);line-height:1.55;font-size:16px;-webkit-font-smoothing:antialiased;overflow-x:hidden;padding-bottom:76px}h1,h2,h3,h4{font-family:var(--font-display);font-weight:400;letter-spacing:.02em;line-height:.95;color:var(--text)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}img,video{max-width:100%;display:block}.skip-to-content{position:absolute;left:-9999px;top:0;z-index:999;padding:12px 20px;background:var(--purple);color:#fff}.skip-to-content:focus{left:0}.container{padding:0 20px}.section-padding{padding:64px 0}.promo-bar{background:var(--purple-darkest);color:var(--cream);padding:8px 0;font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden}.promo-bar-track{display:inline-flex;align-items:center;gap:28px;animation:scroll 30s linear infinite;padding-left:100%}.promo-bar-track strong{color:var(--purple-bright);font-weight:700}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.nav{background:#faf7f2f2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 20px}.logo{font-family:var(--font-display);font-size:24px;letter-spacing:.04em;display:flex;align-items:center;gap:8px}.logo-mark{width:24px;height:24px;background:var(--purple);border-radius:50%;position:relative;flex-shrink:0}.logo-mark:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;background:var(--cream);border-radius:50%;border:2px solid var(--purple)}.logo-image{max-height:36px;width:auto}.nav-links{display:none}.nav-actions{display:flex;gap:8px;align-items:center}.menu-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;position:relative}.menu-btn span,.menu-btn span:before,.menu-btn span:after{width:18px;height:2px;background:var(--text);position:absolute;left:11px;border-radius:1px}.menu-btn span{top:19px}.menu-btn span:before{content:"";top:-6px;left:0}.menu-btn span:after{content:"";top:6px;left:0}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--cream);z-index:200;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;padding:20px}.mobile-menu.open{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.menu-close{width:40px;height:40px;font-size:32px;color:var(--text);line-height:1}.mobile-menu ul{list-style:none;display:flex;flex-direction:column;gap:4px;flex-grow:1}.mobile-menu li a{display:block;padding:16px;font-family:var(--font-display);font-size:28px;letter-spacing:.04em;border-bottom:1px solid var(--border)}.mobile-menu .menu-cta{margin-top:24px;padding:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:999px;font-size:14px;font-weight:600;letter-spacing:.01em;transition:all .2s ease;border:none;text-decoration:none;min-height:48px}.btn-primary{background:var(--purple);color:#fff;box-shadow:0 1px 2px #5b21b64d,0 6px 16px #7c3aed40}.btn-primary:active{background:var(--purple-deep);transform:scale(.97)}.btn-secondary{background:#fff;color:var(--text);border:1px solid var(--border-strong)}.btn-secondary:active{transform:scale(.97)}.btn-large{padding:16px 26px;font-size:15px;min-height:54px}.btn-full{width:100%}.cart-btn{width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;position:relative;font-size:16px}.cart-count{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:var(--purple);color:#fff;font-size:10px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.hero{position:relative;padding:32px 0 48px;overflow:hidden}.hero:before{content:"";position:absolute;top:-100px;right:-150px;width:400px;height:400px;background:radial-gradient(circle,rgba(167,139,250,.2) 0%,transparent 70%);z-index:0}.hero-content{position:relative;z-index:1}.hero-tagline{display:inline-flex;align-items:center;gap:8px;background:var(--lavender-soft);color:var(--purple-deep);padding:6px 14px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:20px}.hero-tagline:before{content:"\25cf";color:var(--purple);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{font-size:56px;letter-spacing:.02em;margin-bottom:18px;line-height:.92}.hero h1 .accent{background:linear-gradient(135deg,var(--purple) 0%,var(--purple-bright) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-sub{font-size:16px;color:var(--text-muted);margin-bottom:24px;line-height:1.55}.hero-ctas{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.hero-trust{display:flex;flex-direction:column;gap:8px;font-size:13px;color:var(--text-muted);margin-bottom:32px}.hero-trust-item{display:flex;align-items:center;gap:8px}.hero-trust-item:before{content:"\2713";color:var(--purple);font-weight:700}.hero-visual{aspect-ratio:4/5;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,var(--purple-darkest),var(--purple-deep));box-shadow:var(--shadow-lg);position:relative;margin-top:16px}.hero-visual video,.hero-visual img{width:100%;height:100%;object-fit:cover}.hero-badge{position:absolute;bottom:16px;left:16px;right:16px;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:12px 16px;border-radius:14px;display:flex;align-items:center;gap:12px;box-shadow:0 8px 24px #0000001f}.hero-badge-icon{width:36px;height:36px;background:var(--lavender-soft);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.hero-badge-text{font-size:12px;flex-grow:1}.hero-badge-text strong{display:block;font-family:var(--font-display);font-size:18px;letter-spacing:.02em}.hero-badge-text small{color:var(--text-muted);font-size:11px}.trust-strip{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:20px 0}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.trust-item{display:flex;align-items:center;gap:10px}.trust-icon{width:36px;height:36px;background:var(--lavender-bg);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.trust-text strong{display:block;font-size:12px;font-weight:700;line-height:1.2}.trust-text span{font-size:11px;color:var(--text-muted);display:block}.section{padding:64px 0;position:relative}.section-header{margin-bottom:36px}.eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--purple);margin-bottom:12px}.section h2{font-size:44px;margin-bottom:14px;line-height:.95}.section-sub{font-size:16px;color:var(--text-muted);line-height:1.55}.app-section{background:var(--purple-darkest);color:var(--cream);padding:64px 0;position:relative;overflow:hidden}.app-section:before{content:"";position:absolute;top:-150px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(167,139,250,.3) 0%,transparent 70%)}.app-section:after{content:"";position:absolute;bottom:-150px;left:-100px;width:350px;height:350px;background:radial-gradient(circle,rgba(124,58,237,.2) 0%,transparent 70%)}.app-content{position:relative;z-index:1}.app-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#a78bfa26;border:1px solid rgba(167,139,250,.35);color:var(--purple-bright);padding:6px 14px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:20px}.app-eyebrow:before{content:"";width:6px;height:6px;background:var(--purple-bright);border-radius:50%;animation:pulse 2s infinite}.app-section h2{font-size:56px;color:var(--cream);margin-bottom:16px;line-height:.92}.app-section h2 .accent{color:var(--purple-bright)}.app-section .sub{font-size:16px;color:#faf7f2c7;margin-bottom:24px;line-height:1.6}.app-features{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.app-features li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#faf7f2d9;line-height:1.45}.app-features li:before{content:"";width:6px;height:6px;background:var(--purple-bright);border-radius:50%;margin-top:8px;flex-shrink:0}.app-cta-block{background:#a78bfa14;border:1px solid rgba(167,139,250,.2);border-radius:18px;padding:20px;margin-bottom:32px}.early-access-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--gold) 0%,#b8893f 100%);color:#1a0b00;padding:6px 12px;border-radius:8px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}.early-access-badge:before{content:"\2605"}.app-cta-block-title{font-family:var(--font-display);font-size:24px;letter-spacing:.04em;color:var(--cream);margin-bottom:8px;line-height:1}.app-cta-block-text{font-size:13px;color:#faf7f2bf;margin-bottom:16px;line-height:1.5}.app-cta-block .btn-primary{background:var(--purple-bright);color:var(--purple-darkest);font-weight:700}.app-visual{max-width:400px;margin:0 auto 32px;border-radius:18px;overflow:hidden}.app-visual img{width:100%;height:auto;display:block}.products-section{background:var(--lavender-bg);position:relative;overflow:hidden}.bogo-strip{display:flex;align-items:center;gap:12px;background:var(--purple-darkest);color:var(--cream);padding:14px 20px;border-radius:16px;margin-bottom:24px;font-weight:600;font-size:13px;position:relative;z-index:2}.bogo-strip .icon{width:32px;height:32px;background:var(--purple);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.bogo-strip .accent{color:var(--purple-bright);font-weight:700}.bogo-strip-content{flex-grow:1;line-height:1.3}.products-scroll{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:8px 20px 20px;margin:0 -20px;scrollbar-width:none}.products-scroll::-webkit-scrollbar{display:none}.product-card{background:#fff;border-radius:24px;padding:20px;box-shadow:var(--shadow);display:flex;flex-direction:column;position:relative;overflow:hidden;flex:0 0 calc(100vw - 60px);scroll-snap-align:center;max-width:360px}.product-card.featured{border:2px solid var(--purple)}.product-card.featured:before{content:"Best Value";position:absolute;top:0;right:0;background:var(--purple);color:#fff;padding:5px 14px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-bottom-left-radius:12px;z-index:3}.product-image-wrap{aspect-ratio:4/3;border-radius:16px;overflow:hidden;background:var(--lavender-soft);margin-bottom:16px;position:relative}.product-image-wrap img{width:100%;height:100%;object-fit:cover}.product-tag{position:absolute;top:10px;left:10px;background:var(--purple-darkest);color:var(--cream);padding:4px 10px;border-radius:999px;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;z-index:2}.product-name{font-family:var(--font-display);font-size:32px;letter-spacing:.02em;margin-bottom:4px;line-height:1}.product-subtitle{font-size:13px;color:var(--text-light);margin-bottom:14px;font-weight:500}.product-stats{display:flex;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--border)}.product-stat{flex:1}.product-stat .label{font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-light);margin-bottom:4px}.product-stat .value{font-family:var(--font-display);font-size:20px;letter-spacing:.02em;color:var(--text)}.product-description{font-size:13px;color:var(--text-muted);line-height:1.55;margin-bottom:16px;flex-grow:1}.product-price-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:16px}.product-price .amount{font-family:var(--font-display);font-size:32px;letter-spacing:.02em;color:var(--text)}.product-price .vat{font-size:10px;color:var(--text-light);margin-left:4px}.product-includes-mini{background:var(--cream-warm);border-radius:10px;padding:12px 14px;margin-bottom:16px}.product-includes-mini-title{font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);margin-bottom:6px}.product-includes-mini ul{list-style:none;display:grid;gap:4px}.product-includes-mini li{font-size:11px;display:flex;align-items:flex-start;gap:6px;color:var(--text);line-height:1.45}.product-includes-mini li:before{content:"\2192";color:var(--purple);font-weight:700;flex-shrink:0}.product-not-included{background:#d4a24c1a;border:1px solid rgba(212,162,76,.25);border-radius:12px;padding:12px 14px;margin-bottom:16px;display:flex;align-items:center;gap:10px}.product-not-included-text{flex-grow:1;font-size:12px;color:var(--text);line-height:1.4}.product-not-included-text strong{font-weight:700;display:block;margin-bottom:2px;font-size:11px;letter-spacing:.04em}.product-not-included-text span{color:var(--text-muted);font-size:11px}.product-not-included-link{font-size:11px;font-weight:700;letter-spacing:.04em;color:var(--purple);background:#fff;border:1px solid var(--border-strong);padding:6px 10px;border-radius:999px;white-space:nowrap;flex-shrink:0;text-decoration:none;transition:all .2s}.product-not-included-link:active{background:var(--lavender-soft);transform:scale(.97)}.scroll-indicators{display:flex;justify-content:center;gap:6px;margin-top:12px}.scroll-dot{width:6px;height:6px;border-radius:50%;background:var(--border-strong);transition:all .3s}.scroll-dot.active{background:var(--purple);width:18px;border-radius:3px}.steps{display:flex;flex-direction:column;gap:20px}.step{background:#fff;border:1px solid var(--border);border-radius:20px;padding:24px}.step-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}.step-number{font-family:var(--font-display);font-size:56px;letter-spacing:.02em;color:var(--purple-bright);line-height:1;opacity:.5;flex-shrink:0}.step-title-block{flex-grow:1;padding-top:8px}.step h4{font-family:var(--font-display);font-size:28px;letter-spacing:.02em;margin-bottom:8px}.step-time{display:inline-block;font-size:11px;font-weight:600;color:var(--purple);background:var(--lavender-bg);padding:3px 10px;border-radius:999px}.step-image{aspect-ratio:16/9;border-radius:14px;margin-bottom:16px;overflow:hidden}.step-image img{width:100%;height:100%;object-fit:cover}.step p{font-size:14px;color:var(--text-muted);line-height:1.6}.tincture-section{background:var(--cream)}.tincture-image{aspect-ratio:1;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,var(--lavender-soft),var(--lavender-bg));margin-bottom:28px}.tincture-image img{width:100%;height:100%;object-fit:cover}.preorder-badge{display:inline-flex;align-items:center;gap:6px;background:var(--gold);color:#1a0b00;padding:6px 12px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}.preorder-badge:before{content:"\23f3"}.tincture-section h2{font-size:40px;margin-bottom:14px;line-height:.95}.tincture-supply-pitch{background:var(--lavender-bg);border-left:3px solid var(--purple);padding:16px 18px;border-radius:0 12px 12px 0;margin-bottom:20px;display:flex;align-items:center;gap:14px}.tincture-supply-pitch .number{font-family:var(--font-display);font-size:48px;letter-spacing:.02em;color:var(--purple);line-height:1}.tincture-supply-pitch .label{font-size:13px;color:var(--text);font-weight:500;line-height:1.4}.tincture-section p{font-size:15px;color:var(--text-muted);margin-bottom:20px;line-height:1.6}.tincture-features{list-style:none;display:grid;gap:10px;margin-bottom:24px}.tincture-features li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text)}.tincture-features li:before{content:"\2713";color:var(--purple);font-weight:700}.preorder-price-block{background:#fff;border:2px solid var(--purple);border-radius:18px;padding:20px;margin-bottom:16px}.preorder-prices{display:flex;align-items:baseline;gap:12px;margin-bottom:10px;flex-wrap:wrap}.preorder-prices .original{font-family:var(--font-display);font-size:24px;color:var(--text-light);text-decoration:line-through}.preorder-prices .preorder{font-family:var(--font-display);font-size:40px;letter-spacing:.02em;color:var(--purple);line-height:1}.preorder-prices .save{background:var(--lavender-soft);color:var(--purple-deep);padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700}.preorder-info{font-size:12px;color:var(--text-muted);display:flex;align-items:center;gap:6px;margin-bottom:16px}.preorder-info:before{content:"\1f4c5"}.reviews-section{background:var(--cream-warm)}.reviews-scroll{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:8px 20px 20px;margin:0 -20px;scrollbar-width:none}.reviews-scroll::-webkit-scrollbar{display:none}.review-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:22px;flex:0 0 calc(100vw - 60px);scroll-snap-align:center;max-width:340px}.review-stars{color:var(--purple);font-size:13px;margin-bottom:12px;letter-spacing:.1em}.review-photo{aspect-ratio:4/3;border-radius:12px;margin-bottom:14px;overflow:hidden}.review-photo img{width:100%;height:100%;object-fit:cover}.review-text{font-size:14px;line-height:1.55;color:var(--text);margin-bottom:16px}.review-author{display:flex;align-items:center;gap:10px;border-top:1px solid var(--border);padding-top:14px}.review-avatar{width:32px;height:32px;border-radius:50%;background:var(--lavender-bg);flex-shrink:0;overflow:hidden}.review-avatar img{width:100%;height:100%;object-fit:cover}.review-meta strong{display:block;font-size:13px;font-weight:600}.review-meta span{font-size:11px;color:var(--text-light)}.founder{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.founder-photo{aspect-ratio:4/5;border-radius:20px;overflow:hidden;background:var(--lavender-soft);margin-bottom:28px;max-width:320px}.founder-photo img{width:100%;height:100%;object-fit:cover}.founder-content h2{font-size:40px;margin-bottom:18px;line-height:.95}.founder-content p{font-size:15px;color:var(--text-muted);line-height:1.65;margin-bottom:14px}.founder-sig{display:flex;align-items:center;gap:14px;margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}.founder-sig-name{font-family:var(--font-display);font-size:22px;letter-spacing:.04em}.founder-sig-role{font-size:12px;color:var(--text-muted)}.faq-section{background:var(--cream)}.faq-item{border-bottom:1px solid var(--border);padding:18px 0}.faq-question{font-family:var(--font-display);font-size:20px;letter-spacing:.02em;cursor:pointer;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;user-select:none;padding:6px 0;gap:12px;line-height:1.1}.faq-toggle{width:28px;height:28px;border-radius:50%;background:var(--lavender-bg);display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--purple);transition:all .3s ease;flex-shrink:0;font-family:var(--font-body)}.faq-item.open .faq-toggle{background:var(--purple);color:#fff;transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,margin-top .3s ease;font-size:14px;color:var(--text-muted);line-height:1.6}.faq-item.open .faq-answer{max-height:500px;margin-top:12px}.resources-section{background:var(--cream-warm)}.resources-grid{display:grid;grid-template-columns:1fr;gap:20px}.resource-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:28px;position:relative;display:flex;flex-direction:column}.resource-card.spores{border-color:#d4a24c59}.resource-icon{font-size:32px;margin-bottom:12px;line-height:1}.resource-tag{display:inline-block;align-self:flex-start;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:999px;margin-bottom:14px;background:var(--lavender-bg);color:var(--purple-deep)}.resource-tag.warning{background:var(--gold);color:#1a0b00}.resource-card h3{font-family:var(--font-display);font-size:30px;letter-spacing:.02em;line-height:.95;margin-bottom:12px}.resource-card .resource-desc{font-size:14px;color:var(--text-muted);line-height:1.55;margin-bottom:20px}.vendor-block{background:var(--cream-warm);border-radius:14px;padding:16px 18px;margin-bottom:16px;flex-grow:1}.vendor-region{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);margin-bottom:8px;margin-top:14px}.vendor-region:first-child{margin-top:0}.vendor-list{list-style:none;display:flex;flex-direction:column}.vendor-list li{font-size:13px;color:var(--text);padding:8px 0;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:8px}.vendor-list li:last-child{border-bottom:none}.vendor-list li a{color:var(--purple);font-weight:500;font-size:12px;text-decoration:none}.vendor-list li a:after{content:" \2197";opacity:.6}.resource-disclaimer{font-size:11px!important;color:var(--text-light)!important;font-style:italic;line-height:1.5!important;margin-top:0!important;padding-top:14px;border-top:1px solid var(--border)}.final-cta{background:linear-gradient(135deg,var(--purple) 0%,var(--purple-deep) 100%);color:#fff;text-align:center;padding:64px 24px;position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 70% 30%,rgba(255,255,255,.15) 0%,transparent 60%)}.final-cta h2{font-size:48px;color:#fff;margin-bottom:16px;line-height:.95;position:relative}.final-cta p{font-size:15px;opacity:.9;margin-bottom:24px;line-height:1.6;position:relative}.final-cta .btn-primary{background:#fff;color:var(--purple-deep);position:relative}.footer{background:var(--purple-darkest);color:#faf7f2b3;padding:48px 0 24px}.footer-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:32px}.footer-brand .logo{color:var(--cream);margin-bottom:14px}.footer-brand .logo-mark{background:var(--purple-bright)}.footer-brand .logo-mark:after{background:var(--purple-darkest);border-color:var(--purple-bright)}.footer-brand p{font-size:13px;line-height:1.6;margin-bottom:16px}.footer-col h5{font-family:var(--font-display);font-size:14px;color:var(--cream);letter-spacing:.06em;margin-bottom:12px}.footer-col ul{list-style:none;display:grid;gap:8px}.footer-col a{font-size:13px;color:#faf7f2a6}.footer-bottom{padding-top:20px;border-top:1px solid rgba(250,247,242,.1);display:flex;flex-direction:column;align-items:center;gap:12px;font-size:12px;color:#faf7f280;text-align:center}.footer-social{display:flex;gap:10px}.footer-social a{width:36px;height:36px;border:1px solid rgba(250,247,242,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px}.sticky-cta{position:fixed;bottom:0;left:0;right:0;background:#faf7f2f7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border);padding:12px 16px calc(12px + env(safe-area-inset-bottom));z-index:90;display:flex;align-items:center;gap:12px;box-shadow:0 -4px 20px #14081f0f;transform:translateY(100%);transition:transform .3s ease}.sticky-cta.visible{transform:translateY(0)}.sticky-cta-info{flex-grow:1}.sticky-cta-label{font-size:10px;font-weight:700;color:var(--purple);letter-spacing:.08em;text-transform:uppercase;display:block;margin-bottom:2px}.sticky-cta-price{font-family:var(--font-display);font-size:22px;letter-spacing:.04em;color:var(--text);line-height:1}.sticky-cta-price small{font-size:12px;color:var(--text-light);margin-left:6px;font-family:var(--font-body);letter-spacing:0}.sticky-cta .btn{padding:14px 22px;min-height:44px}.app-visual{margin:0 auto;max-width:420px}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:420px;background:#fff;z-index:300;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-10px 0 40px #14081f26}.cart-drawer.open{transform:translate(0)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#14081f80;z-index:290;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.visible{opacity:1;pointer-events:auto}.cart-header{padding:20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border)}.cart-header h2{font-size:28px}.cart-items{flex-grow:1;overflow-y:auto;padding:20px}.cart-item{display:flex;gap:12px;padding:16px 0;border-bottom:1px solid var(--border)}.cart-item-image{width:64px;height:64px;border-radius:8px;background:var(--lavender-bg);flex-shrink:0;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex-grow:1}.cart-item-title{font-size:14px;font-weight:600;margin-bottom:4px}.cart-item-price{font-size:13px;color:var(--text-muted)}.cart-item-qty{display:flex;align-items:center;gap:4px;margin-top:8px}.cart-item-qty button{width:24px;height:24px;border:1px solid var(--border-strong);border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-footer{padding:20px;border-top:1px solid var(--border);background:#fff}.cart-subtotal{display:flex;justify-content:space-between;margin-bottom:12px;font-weight:600}.cart-empty{text-align:center;padding:40px 20px;color:var(--text-muted)}@media(min-width:768px){body{padding-bottom:0}.container{padding:0 32px;max-width:1240px;margin:0 auto}.nav-inner{padding:18px 32px;max-width:1240px;margin:0 auto}.logo{font-size:28px}.logo-mark{width:28px;height:28px}.menu-btn{display:none}.nav-links{display:flex;gap:32px;list-style:none;font-size:14px;font-weight:500}.nav-links a{color:var(--text-muted);transition:color .2s}.nav-links a:hover{color:var(--purple)}.hero{padding:64px 0 100px}.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:center}.hero h1{font-size:88px}.hero-sub{font-size:18px;max-width:480px}.hero-ctas{flex-direction:row;gap:12px}.hero-trust{flex-direction:row;gap:24px}.trust-grid{grid-template-columns:repeat(4,1fr);gap:24px}.trust-text strong{font-size:14px}.trust-text span{font-size:12px}.section{padding:96px 0}.section h2{font-size:64px}.section-header{max-width:720px;margin:0 auto 48px;text-align:center}.app-section h2{font-size:80px}.app-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center}.app-visual{margin:0 auto;max-width:320px}.products-scroll{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;overflow:visible;padding:0;margin:0}.product-card{flex:1;max-width:none;padding:28px}.product-name{font-size:36px}.scroll-indicators{display:none}.steps{flex-direction:row;gap:24px}.step{flex:1}.tincture-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.tincture-section h2{font-size:56px}.reviews-scroll{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;overflow:visible;padding:0;margin:0}.review-card{flex:1;max-width:none}.founder-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:center}.founder-photo{margin-bottom:0}.founder-content h2{font-size:56px}.faq-grid{max-width:720px;margin:0 auto}.faq-question{font-size:26px}.resources-grid{grid-template-columns:1fr 1fr;gap:24px}.resource-card{padding:36px}.resource-card h3{font-size:40px}.final-cta{padding:96px 32px}.final-cta h2{font-size:80px}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:48px}.footer-bottom{flex-direction:row;justify-content:space-between}.sticky-cta{display:none}}@media(min-width:1024px){.hero h1{font-size:112px}.section h2{font-size:76px}.app-section h2,.final-cta h2{font-size:96px}}.app-featured-hook{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--gold) 0%,#b8893f 100%);color:#1a0b00;padding:12px 16px;border-radius:14px;margin-bottom:20px;font-weight:600;font-size:14px;line-height:1.35;box-shadow:0 4px 16px #d4a24c33}.app-featured-hook-icon{font-size:16px;line-height:1;flex-shrink:0}@media(min-width:768px){.app-featured-hook{font-size:15px;padding:14px 18px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/theme.css.map */
