*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--deep-earth: #2C1A0E;--mushroom: #6B4226;--warm-bark: #A0714F;--cream-mist: #EDD9C5;--soft-linen: #F5EFE4;--forest: #4A6741;--white: #FFFFFF;--text-muted: #7A5C44;--border: #DFC9AE;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 24px;--radius-pill: 999px;--shadow-card: 0 4px 24px rgba(44,26,14,.09);--shadow-hover: 0 12px 40px rgba(44,26,14,.17);--t: .28s cubic-bezier(.4,0,.2,1)}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--soft-linen);color:var(--deep-earth);line-height:1.65;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}ul{list-style:none}h1,h2,h3,h4{font-family:Playfair Display,serif;line-height:1.18}h1{font-size:clamp(2.4rem,5.5vw,4.2rem);font-weight:700}h2{font-size:clamp(1.9rem,3.8vw,3rem);font-weight:600}h3{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:500}p{font-size:1rem;color:var(--mushroom)}.container{width:92%;max-width:1180px;margin:0 auto}.section-label{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--warm-bark);margin-bottom:1rem}.section-title{margin-bottom:1rem;color:var(--deep-earth)}.section-sub{font-size:1.05rem;color:var(--text-muted);max-width:560px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.85rem 2rem;border-radius:var(--radius-pill);font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;border:2px solid transparent;transition:background var(--t),color var(--t),transform var(--t),box-shadow var(--t);white-space:nowrap;text-decoration:none}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 22px #6b422642}.btn-primary{background:var(--mushroom);color:var(--white);border-color:var(--mushroom)}.btn-primary:hover{background:var(--deep-earth);border-color:var(--deep-earth)}.btn-outline{background:transparent;color:var(--deep-earth);border-color:var(--deep-earth)}.btn-outline:hover{background:var(--deep-earth);color:var(--white)}.btn-card{width:100%;background:var(--mushroom);color:var(--white);border-color:var(--mushroom);border-radius:var(--radius-sm);padding:.82rem 1.2rem;font-size:.88rem}.btn-card:hover{background:var(--deep-earth);border-color:var(--deep-earth)}#announcement{background:var(--deep-earth);color:var(--cream-mist);text-align:center;padding:.65rem 1rem;font-size:.78rem;font-weight:500;letter-spacing:.05em}#announcement span{color:var(--warm-bark)}.announcement-inner{position:relative}#close-announcement{position:absolute;right:0;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--warm-bark);font-size:1rem;cursor:pointer;line-height:1;padding:4px}#navbar{position:sticky;top:0;z-index:900;background:#f5efe4f2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);transition:box-shadow var(--t)}#navbar.scrolled{box-shadow:0 2px 22px #2c1a0e1c}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px}.nav-logo{font-family:Playfair Display,serif;font-size:1.55rem;font-weight:700;color:var(--deep-earth);letter-spacing:.02em;flex-shrink:0}.nav-logo span{color:var(--mushroom)}.nav-links{display:flex;gap:2.2rem;font-size:.88rem;font-weight:500}.nav-links a{color:var(--deep-earth);position:relative;padding-bottom:2px;transition:color var(--t)}.nav-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1.5px;background:var(--mushroom);transition:width var(--t)}.nav-links a:hover{color:var(--mushroom)}.nav-links a:hover:after{width:100%}.nav-right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.nav-shop-btn{padding:.65rem 1.4rem;font-size:.84rem}.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}.nav-hamburger span{display:block;width:24px;height:2px;background:var(--deep-earth);border-radius:2px;transition:var(--t)}.nav-mobile{display:none;flex-direction:column;background:var(--soft-linen);border-top:1px solid var(--border);padding:.8rem 0 1.4rem}.nav-mobile.open{display:flex}.nav-mobile a{padding:.75rem 1.4rem;font-size:.95rem;font-weight:500;color:var(--deep-earth);border-bottom:1px solid var(--border);transition:background var(--t)}.nav-mobile a:last-child{border-bottom:none}.nav-mobile a:hover{background:var(--cream-mist)}.nav-mobile .btn{margin:1rem 1.4rem 0;width:calc(100% - 2.8rem)}#hero{background:var(--soft-linen);padding:7rem 0 5.5rem;text-align:center;position:relative;overflow:hidden}#hero:before{content:"";position:absolute;top:-180px;left:50%;transform:translate(-50%);width:700px;height:700px;border-radius:50%;border:1px solid rgba(160,113,79,.12);pointer-events:none}#hero:after{content:"";position:absolute;top:-110px;left:50%;transform:translate(-50%);width:480px;height:480px;border-radius:50%;border:1px solid rgba(160,113,79,.09);pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--cream-mist);color:var(--mushroom);border:1px solid var(--border);border-radius:var(--radius-pill);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.45rem 1.1rem;margin-bottom:1.8rem}.hero-title{margin-bottom:1.4rem;color:var(--deep-earth);max-width:820px;margin-inline:auto}.hero-sub{font-size:1.1rem;color:var(--text-muted);max-width:560px;margin:0 auto 2.6rem;line-height:1.75}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3.4rem}.trust-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem 1.8rem;padding-top:2.4rem;border-top:1px solid var(--border)}.trust-item{display:flex;align-items:center;gap:.45rem;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.trust-item svg{width:16px;height:16px;color:var(--forest);flex-shrink:0}#proof-strip{background:var(--deep-earth);padding:1.1rem 0;overflow:hidden}.proof-track{display:flex;gap:3.5rem;align-items:center;animation:scrollTrack 30s linear infinite;width:max-content}.proof-item{display:flex;align-items:center;gap:.55rem;white-space:nowrap;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--warm-bark)}.proof-item .accent{color:var(--cream-mist)}.proof-dot{color:var(--mushroom);font-size:1.2rem}@keyframes scrollTrack{0%{transform:translate(0)}to{transform:translate(-50%)}}#products{background:var(--cream-mist);padding:7rem 0}.products-header{text-align:center;margin-bottom:3.5rem}.products-header .section-sub{margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{background:var(--soft-linen);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-card);transition:transform var(--t),box-shadow var(--t);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-hover)}.product-visual{height:350px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-bottom:1px solid rgba(0,0,0,.03)}.product-visual-photo{background:#3b1f0e}.product-card-photo{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.product-visual-reishi{background:#3b1f0e}.product-visual-powder{background:#2a3d26}.product-visual-coffee{background:#1c120a}.product-icon{width:110px;height:110px;opacity:.93;transition:transform var(--t)}.product-card:hover .product-icon{transform:scale(1.09) rotate(-3deg)}.product-badge-corner{position:absolute;top:14px;right:14px;background:#ffffff24;color:#edd9c5;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius-pill);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .85rem}.product-body{padding:1.7rem;flex:1;display:flex;flex-direction:column}.product-tag{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--warm-bark);margin-bottom:.5rem}.product-name{font-size:1.3rem;font-weight:600;margin-bottom:.45rem;color:var(--deep-earth)}.product-tagline{font-size:.9rem;color:var(--text-muted);margin-bottom:1.1rem}.product-ingredients{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem}.ingredient-chip{background:var(--cream-mist);color:var(--mushroom);border:1px solid var(--border);border-radius:var(--radius-pill);font-size:.72rem;font-weight:500;padding:.3rem .8rem}.product-footer{margin-top:auto}#why{background:var(--soft-linen);padding:7rem 0}.why-header{text-align:center;margin-bottom:3.8rem}.why-header .section-sub{margin:0 auto}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.8rem}.why-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:2.2rem 1.8rem;transition:transform var(--t),box-shadow var(--t)}.why-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.why-icon{width:54px;height:54px;border-radius:var(--radius-md);background:var(--cream-mist);display:flex;align-items:center;justify-content:center;margin-bottom:1.3rem}.why-icon svg{width:26px;height:26px}.why-card h3{font-size:1.1rem;margin-bottom:.55rem;color:var(--deep-earth)}.why-card p{font-size:.9rem;line-height:1.65;color:var(--text-muted)}#ingredients{background:var(--cream-mist);padding:7rem 0}.ingredients-header{text-align:center;margin-bottom:3.5rem}.ingredients-header .section-sub{margin:0 auto}.mushrooms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.4rem}.mushroom-pill{background:var(--soft-linen);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.6rem 1.2rem;text-align:center;transition:transform var(--t),box-shadow var(--t)}.mushroom-pill:hover{transform:translateY(-3px);box-shadow:var(--shadow-card)}.mushroom-emoji{font-size:2rem;margin-bottom:.7rem}.mushroom-name{font-size:.88rem;font-weight:600;color:var(--deep-earth);margin-bottom:.35rem}.mushroom-benefit{font-size:.75rem;color:var(--text-muted);line-height:1.4}#how{background:var(--deep-earth);padding:7rem 0}#how .section-label{color:var(--warm-bark)}#how .section-title{color:var(--cream-mist)}.how-header{text-align:center;margin-bottom:4.5rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:0;position:relative}.steps-grid:before{content:"";position:absolute;top:38px;left:16%;right:16%;height:1px;background:#a0714f40}.step{text-align:center;padding:0 1.5rem;position:relative}.step-number{width:76px;height:76px;border-radius:50%;background:var(--mushroom);border:3px solid rgba(160,113,79,.35);display:flex;align-items:center;justify-content:center;margin:0 auto 1.7rem;position:relative;z-index:1}.step-number span{font-family:Playfair Display,serif;font-size:1.7rem;font-weight:700;color:var(--cream-mist)}.step h3{color:var(--cream-mist);font-size:1.2rem;margin-bottom:.65rem}.step p{color:var(--warm-bark);font-size:.9rem;line-height:1.7}#testimonials{background:var(--soft-linen);padding:7rem 0}.testimonials-header{text-align:center;margin-bottom:3.6rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.8rem}.testimonial-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:2.1rem 1.9rem;transition:transform var(--t),box-shadow var(--t)}.testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.stars{display:flex;gap:3px;margin-bottom:1rem}.star{color:#d4943a;font-size:1.1rem}.testimonial-text{font-size:.95rem;color:var(--deep-earth);line-height:1.75;font-style:italic;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:.9rem}.author-avatar{width:44px;height:44px;border-radius:50%;background:var(--cream-mist);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-size:1rem;font-weight:600;color:var(--mushroom);flex-shrink:0}.author-name{font-size:.88rem;font-weight:600;color:var(--deep-earth)}.author-label{font-size:.77rem;color:var(--text-muted)}.testimonial-product{display:inline-block;margin-top:1.1rem;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--forest)}#email-capture{background:var(--mushroom);padding:5.5rem 0;text-align:center}.capture-inner{max-width:560px;margin:0 auto}#email-capture .section-label{color:#edd9c5b3}.capture-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;color:var(--cream-mist);margin-bottom:.8rem}.capture-sub{color:#edd9c5bf;font-size:.95rem;margin-bottom:2.2rem}.capture-form{display:flex;gap:.6rem;max-width:440px;margin:0 auto}.capture-input{flex:1;padding:.9rem 1.2rem;border:1.5px solid rgba(255,255,255,.22);border-radius:var(--radius-pill);background:#ffffff1a;color:var(--cream-mist);font-family:Inter,sans-serif;font-size:.9rem;outline:none;transition:border-color var(--t),background var(--t)}.capture-input::placeholder{color:#edd9c57a}.capture-input:focus{border-color:#ffffff8c;background:#ffffff26}.capture-btn{padding:.9rem 1.6rem;background:var(--cream-mist);color:var(--deep-earth);border:none;border-radius:var(--radius-pill);font-family:Inter,sans-serif;font-size:.88rem;font-weight:700;cursor:pointer;transition:background var(--t),transform var(--t);white-space:nowrap}.capture-btn:hover{background:var(--white);transform:translateY(-2px)}.capture-disclaimer{margin-top:1rem;font-size:.75rem;color:#edd9c57a}#footer{background:var(--deep-earth);padding:4rem 0 2.2rem}.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid rgba(160,113,79,.22)}.footer-brand .nav-logo{font-size:1.45rem;color:var(--cream-mist);margin-bottom:.85rem;display:block}.footer-brand .nav-logo span{color:var(--warm-bark)}.footer-tagline{font-size:.84rem;color:var(--warm-bark);line-height:1.65;max-width:200px;margin-bottom:1.4rem}.footer-certifications{display:flex;gap:.5rem;flex-wrap:wrap}.cert-badge{font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--warm-bark);border:1px solid rgba(160,113,79,.3);border-radius:var(--radius-pill);padding:.25rem .7rem}.footer-col h4{font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--cream-mist);margin-bottom:1.1rem}.footer-col ul{display:flex;flex-direction:column;gap:.6rem}.footer-col ul a{font-size:.88rem;color:var(--warm-bark);transition:color var(--t)}.footer-col ul a:hover{color:var(--cream-mist)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-top:2rem}.footer-copy{font-size:.8rem;color:#a0714f99}.social-icons{display:flex;gap:.8rem}.social-icon{width:40px;height:40px;border-radius:var(--radius-sm);border:1px solid rgba(160,113,79,.32);display:flex;align-items:center;justify-content:center;transition:background var(--t),border-color var(--t)}.social-icon:hover{background:#a0714f2e;border-color:var(--warm-bark)}.social-icon svg{width:17px;height:17px;color:var(--warm-bark)}@media(max-width:768px){.nav-links,.nav-shop-btn{display:none}.nav-hamburger{display:flex}#hero{padding:4.5rem 0 3.5rem}.steps-grid:before{display:none}.steps-grid{gap:2.5rem}.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}.capture-form{flex-direction:column}.capture-input,.capture-btn{width:100%}}@media(max-width:520px){.footer-top{grid-template-columns:1fr}.mushrooms-grid{grid-template-columns:repeat(2,1fr)}}#hero{background:var(--soft-linen);padding:5rem 0 4rem;position:relative;overflow:hidden}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{text-align:left}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--cream-mist);color:var(--mushroom);border:1px solid var(--border);border-radius:var(--radius-pill);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.45rem 1.1rem;margin-bottom:1.6rem}.hero-badge .dot{width:7px;height:7px;border-radius:50%;background:var(--forest);flex-shrink:0}.hero-title{margin-bottom:1.2rem;color:var(--deep-earth)}.hero-sub{font-size:1.05rem;color:var(--text-muted);max-width:480px;margin:0 0 2.2rem;line-height:1.75}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.2rem}.trust-bar{display:flex;flex-wrap:wrap;gap:.35rem 1.4rem;padding-top:1.8rem;border-top:1px solid var(--border)}.trust-item{font-size:.78rem;font-weight:600;color:var(--text-muted)}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.hero-product-showcase{position:relative;width:100%;max-width:420px;border-radius:var(--radius-lg);overflow:visible}.hero-product-glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:radial-gradient(circle at 50% 60%,rgba(107,66,38,.12),transparent 70%);pointer-events:none}.hero-product-img{width:100%;border-radius:32px;display:block;object-fit:cover;object-position:center top;aspect-ratio:4/5;box-shadow:0 32px 80px #2c1a0e2e}.hero-float-badge{position:absolute;background:#ffffffeb;border:1px solid var(--border);border-radius:var(--radius-md);padding:.65rem 1rem;box-shadow:0 8px 30px #2c1a0e1a;display:flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;color:var(--deep-earth);white-space:nowrap;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hero-float-1{top:24px;left:-18px}.hero-float-2{bottom:36px;right:-14px}.hf-stars{color:#d4943a;font-size:.85rem}.hf-dot{width:8px;height:8px;border-radius:50%;background:var(--forest);flex-shrink:0}.hf-text{font-size:.75rem;color:var(--text-muted)}#why{background:var(--cream-mist);padding:7rem 0}.why-stat{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;color:var(--mushroom);margin-bottom:.4rem;line-height:1}.why-card-text{flex:1}.why-cta{text-align:center;margin-top:3rem}#ingredients{background:var(--soft-linen);padding:7rem 0}.mushroom-emoji{font-size:1.8rem;margin-bottom:.6rem}.ingredients-cta{text-align:center;margin-top:3rem}.ingredients-cta-sub{font-size:.9rem;color:var(--text-muted);margin-bottom:1.2rem}.how-cta{text-align:center;margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(160,113,79,.2)}.how-cta-btn{border-color:var(--cream-mist)!important;color:var(--cream-mist)!important}.how-cta-btn:hover{background:var(--cream-mist)!important;color:var(--deep-earth)!important}.how-cta-sub{margin-top:.85rem;font-size:.8rem;color:#edd9c58c}.testimonials-aggregate{display:flex;align-items:center;gap:1rem;justify-content:center;margin-top:1rem}.agg-stars{color:#d4943a;font-size:1.3rem;letter-spacing:2px}.agg-score{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--deep-earth)}.agg-divider{width:1px;height:32px;background:var(--border)}.agg-count{font-size:.85rem;color:var(--text-muted);max-width:120px;line-height:1.4}.testimonials-cta{text-align:center;margin-top:3.5rem;padding:3rem 2rem;background:var(--cream-mist);border-radius:var(--radius-lg);border:1px solid var(--border)}.testimonials-cta-title{font-family:Playfair Display,serif;font-size:1.6rem;color:var(--deep-earth);margin-bottom:1.2rem}.testimonials-cta-sub{margin-top:.85rem;font-size:.8rem;color:var(--text-muted)}.verified-badge{display:inline-block;font-size:.68rem;font-weight:600;color:var(--forest);margin-left:5px;vertical-align:middle}.testimonial-product{display:inline-block;margin-top:1.1rem;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--mushroom);text-decoration:none;transition:color .2s}.testimonial-product:hover{color:var(--deep-earth)}.product-visual{overflow:hidden;border-radius:32px 32px 0 0;position:relative}.product-card{border-radius:32px;overflow:hidden;box-shadow:0 8px 30px #0000000a}.products-grid{align-items:stretch}.products-grid .product-card{display:flex;flex-direction:column}.products-grid .product-card .product-visual{height:420px;min-height:420px;max-height:420px}.products-grid .product-card .product-card-photo{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.products-grid .product-card .product-body{flex:1;display:flex;flex-direction:column}.products-grid .product-card .product-footer{margin-top:auto}.products-grid .product-card:nth-child(3) .product-visual{position:relative}.products-grid .product-card:nth-child(3) .product-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:radial-gradient(ellipse 50% 45% at 0% 0%,rgba(10,5,1,.88) 0%,rgba(10,5,1,.6) 25%,transparent 60%)}.products-grid .product-card:nth-child(3) .product-card-photo{position:relative;z-index:1}.products-grid .product-card:nth-child(1) .product-card-photo{object-position:center 22%;transform:scale(1.08);transform-origin:center 22%}.products-grid .product-card:nth-child(2) .product-card-photo{object-position:52% center;transform:scale(1.02);transform-origin:52% center}.products-grid .product-card:nth-child(3) .product-card-photo{object-position:34% center;transform:scale(1.1);transform-origin:34% center}.product-badge,.product-badge-evening,.product-badge-balance,.product-badge-morning{position:absolute!important;bottom:14px!important;left:16px!important;top:auto!important;right:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:0!important;max-width:max-content!important;height:auto!important;padding:6px 14px!important;border-radius:999px!important;font-size:11px!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase!important;white-space:nowrap!important;clip-path:none!important;transform:none!important;overflow:visible!important;backdrop-filter:blur(6px)!important;-webkit-backdrop-filter:blur(6px)!important;z-index:20!important;line-height:1!important}.products-grid .product-card:nth-child(1) .product-badge,.products-grid .product-card:nth-child(1) .product-badge-evening{background:#2c1a0ec7!important;color:#e8d0b0!important;border:1px solid rgba(232,208,176,.22)!important}.products-grid .product-card:nth-child(2) .product-badge,.products-grid .product-card:nth-child(2) .product-badge-balance{background:#234126d1!important;color:#b8ddbf!important;border:1px solid rgba(184,221,191,.22)!important}.products-grid .product-card:nth-child(3) .product-badge,.products-grid .product-card:nth-child(3) .product-badge-morning{background:#6b4226c7!important;color:#f0d8b8!important;border:1px solid rgba(240,216,184,.22)!important;z-index:10!important}.product-stars-row{display:flex;align-items:center;gap:6px;padding:10px 18px 0}.product-stars-row .product-stars-icons{color:#d4943a;font-size:12px;letter-spacing:1.5px}.product-stars-row .product-stars-label{color:var(--text-muted);font-size:11px;font-weight:500}.products-grid .product-card,.products-grid .product-card .product-body{background:var(--soft-linen)}.products-grid .product-card:nth-child(1) .product-tag{color:#7a5c44;background:transparent;border:none}.products-grid .product-card:nth-child(2) .product-tag{color:#4a6741;background:transparent;border:none}.products-grid .product-card:nth-child(3) .product-tag{color:#a0714f;background:transparent;border:none}.btn-card{border-radius:10px!important;padding:.78rem 1.2rem!important;font-size:.85rem!important;letter-spacing:.03em!important}.products-grid .product-card:nth-child(1) .btn-card{background:#2c1a0e!important;border-color:#2c1a0e!important;color:#edd9c5!important}.products-grid .product-card:nth-child(1) .btn-card:hover{background:#1a0f08!important}.products-grid .product-card:nth-child(2) .btn-card{background:#3a5c3c!important;border-color:#3a5c3c!important;color:#edd9c5!important}.products-grid .product-card:nth-child(2) .btn-card:hover{background:#2c4a2e!important}.products-grid .product-card:nth-child(3) .btn-card{background:#6b4226!important;border-color:#6b4226!important;color:#edd9c5!important}.products-grid .product-card:nth-child(3) .btn-card:hover{background:#533318!important}.product-divider{height:1px;background:#a0714f24;margin:0 0 14px}.product-price-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:8px}.product-price-left{display:flex;align-items:baseline;gap:4px}.product-price{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--deep-earth)}.product-price-unit{font-size:.78rem;color:var(--text-muted)}.product-shipping-check{font-size:.72rem;font-weight:600;color:var(--forest)}.product-proof{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--text-muted);margin-bottom:14px}.product-proof-dot{width:6px;height:6px;border-radius:50%;background:var(--forest);flex-shrink:0}.product-benefit{font-size:.82rem;font-weight:600;color:var(--forest);margin-bottom:12px;display:flex;align-items:center;gap:6px}.product-benefit:before{content:"\2713";font-weight:700}.product-guarantee{text-align:center;font-size:.7rem;color:var(--text-muted);margin-top:.55rem}#faq{background:var(--soft-linen);padding:7rem 0}.faq-header{text-align:center;margin-bottom:3.5rem}.faq-grid{max-width:760px;margin:0 auto;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.faq-item{border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-q{width:100%;background:var(--white);border:none;padding:1.4rem 1.8rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;color:var(--deep-earth);cursor:pointer;text-align:left;transition:background var(--t)}.faq-q:hover{background:var(--soft-linen)}.faq-q[aria-expanded=true]{background:var(--cream-mist)}.faq-q[aria-expanded=true] .faq-icon{transform:rotate(45deg)}.faq-icon{font-size:1.4rem;font-weight:300;color:var(--warm-bark);flex-shrink:0;transition:transform var(--t);line-height:1}.faq-a{display:none;padding:0 1.8rem 1.4rem;font-size:.9rem;color:var(--text-muted);line-height:1.75;background:var(--cream-mist)}.faq-a.open{display:block}.faq-cta{text-align:center;margin-top:2.5rem}.faq-cta-sub{font-size:.88rem;color:var(--text-muted);margin-bottom:1rem}.proof-track{animation:scrollTrack 22s linear infinite}.reveal-ready{opacity:0;transform:translateY(14px);transition:opacity .3s ease,transform .3s ease}.reveal-ready.revealed{opacity:1;transform:translateY(0)}.sticky-atc{display:none;position:fixed;bottom:0;left:0;right:0;z-index:998;background:var(--white);border-top:1px solid var(--border);box-shadow:0 -4px 24px #2c1a0e1f;padding:.9rem 1.2rem;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.sticky-atc.visible{transform:translateY(0)}.sticky-atc-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:500px;margin:0 auto}.sticky-atc-info{display:flex;flex-direction:column;gap:2px}.sticky-atc-name{font-size:.85rem;font-weight:600;color:var(--deep-earth)}.sticky-atc-meta{display:flex;align-items:center;gap:.4rem}.sticky-atc-stars{color:#d4943a;font-size:.72rem}.sticky-atc-price{font-size:.8rem;color:var(--text-muted)}.sticky-atc-urgency{font-size:.7rem;color:var(--text-muted)}.sticky-atc-btn{background:var(--mushroom);color:var(--white);padding:.85rem 1.4rem;border-radius:10px;font-size:.88rem;font-weight:700;white-space:nowrap;text-decoration:none;flex-shrink:0;min-height:48px;display:flex;align-items:center;transition:background var(--t)}.sticky-atc-btn:hover{background:var(--deep-earth)}.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;z-index:888;background:var(--white);border-top:1px solid var(--border);padding:.5rem 0 calc(.5rem + env(safe-area-inset-bottom));box-shadow:0 -2px 16px #2c1a0e14}.mbn-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:.3rem .2rem;font-size:.62rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);text-decoration:none;transition:color .2s}.mbn-item svg{transition:stroke .2s}.mbn-item.mbn-active,.mbn-item:hover{color:var(--mushroom)}.mbn-item.mbn-active svg,.mbn-item:hover svg{stroke:var(--mushroom)}.mobile-popup{display:none}.products-carousel-wrap{position:relative}.swipe-dots{display:none;justify-content:center;gap:6px;margin-top:1.2rem}.swipe-dot{width:7px;height:7px;border-radius:50%;background:var(--border);transition:background .2s,transform .2s}.swipe-dot.active{background:var(--mushroom);transform:scale(1.3)}@media(max-width:1024px){.hero-inner{gap:2.5rem}.hero-float-1{left:-8px}.hero-float-2{right:-8px}.products-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem}.products-grid .product-card .product-visual{height:280px;min-height:280px;max-height:280px}.why-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1.2fr 1fr 1fr;gap:1.5rem}}@media(max-width:768px){h1{font-size:clamp(2rem,8vw,2.6rem)}h2{font-size:clamp(1.5rem,6vw,2rem)}#hero,#why,#ingredients,#how,#testimonials,#faq,#products,#email-capture{padding:3.5rem 0}.nav-links,.nav-shop-btn{display:none}.nav-hamburger{display:flex}.nav-inner{height:58px}.nav-logo{font-size:1.3rem}.hero-inner{grid-template-columns:1fr;gap:2rem}.hero-text{text-align:center}.hero-ctas{justify-content:center;flex-direction:column;align-items:center}.hero-ctas .btn{width:100%;padding:1rem;font-size:.95rem;border-radius:14px}.trust-bar{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;justify-content:center}.trust-item{background:var(--cream-mist);border-radius:var(--radius-sm);padding:.4rem .6rem;font-size:.72rem;justify-content:center}.hero-visual{display:block;width:100%}.hero-product-showcase{max-width:100%}.hero-product-img{aspect-ratio:16/9;object-position:center 20%;border-radius:20px}.hero-float-1{top:12px;left:10px;font-size:.7rem;padding:.5rem .8rem}.hero-float-2{bottom:16px;right:10px;font-size:.7rem;padding:.5rem .8rem}.hf-text{font-size:.68rem}.why-header,.ingredients-header,.how-header,.testimonials-header,.faq-header,.products-header{text-align:center}.why-header .section-sub,.ingredients-header .section-sub,.products-header .section-sub{margin:0 auto}.section-label{display:block;text-align:center}.products-swipe{display:flex!important;flex-direction:row!important;overflow-x:scroll!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;gap:1rem!important;padding:0 1rem 1rem!important;margin:0 -1rem!important}.products-swipe::-webkit-scrollbar{display:none}.products-swipe .product-card{flex:0 0 88vw!important;max-width:340px!important;scroll-snap-align:center!important}.products-swipe .product-card:first-child{margin-left:6vw!important}.products-swipe .product-card:last-child{margin-right:6vw!important}.products-swipe .product-card .product-visual{height:300px!important;min-height:300px!important;max-height:300px!important}.swipe-dots{display:flex}.product-body{padding:1rem 1.2rem!important}.btn-card{padding:1rem 1.2rem!important;font-size:.9rem!important;border-radius:12px!important}.product-price{font-size:1.6rem!important}.why-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem}.why-card{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem}.why-icon{margin-bottom:0;flex-shrink:0}.why-stat{font-size:1.4rem;margin-bottom:.2rem;line-height:1}.why-cta .btn{width:100%;justify-content:center;border-radius:14px}.mushrooms-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem}.ingredients-cta .btn{width:100%;justify-content:center;border-radius:14px}.steps-grid{grid-template-columns:1fr!important;gap:2rem}.steps-grid:before{display:none}.step{text-align:left;padding:0;display:flex;gap:1.2rem;align-items:flex-start}.step-number{width:52px!important;height:52px!important;flex-shrink:0;margin:0!important}.step-number span{font-size:1.3rem!important}.step h3{font-size:1rem;margin-bottom:.4rem}.step p{font-size:.85rem}.how-cta .btn{width:100%;justify-content:center;border-radius:14px}.testimonials-grid{grid-template-columns:1fr!important;gap:1.2rem}.testimonials-aggregate{flex-wrap:wrap;gap:.6rem;justify-content:center}.agg-divider{display:none}.testimonials-cta{padding:2rem 1.2rem;background:var(--deep-earth)!important;border-color:var(--deep-earth)!important}.testimonials-cta-title{color:var(--cream-mist)!important;font-size:1.2rem}.testimonials-cta .btn-primary{background:var(--cream-mist)!important;color:var(--deep-earth)!important;border-color:var(--cream-mist)!important;width:100%;padding:1rem}.testimonials-cta-sub{color:#edd9c599!important}.testimonial-card{padding:1.4rem}.faq-q{padding:1.1rem 1.2rem;font-size:.9rem;min-height:56px}.faq-a{padding:0 1.2rem 1.1rem}.faq-icon{font-size:1.6rem}.capture-form{flex-direction:column;gap:.5rem}.capture-input,.capture-btn{width:100%}.capture-btn{padding:1rem!important;font-size:.95rem!important;border-radius:12px!important}.capture-input{padding:1rem 1.2rem!important;font-size:1rem!important;border-radius:12px!important}.capture-title{font-size:clamp(1.5rem,5vw,2rem)}.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1;text-align:center}.footer-tagline{max-width:100%}.footer-certifications{justify-content:center}.footer-bottom{flex-direction:column;align-items:center;gap:.8rem}.sticky-atc{display:block;bottom:calc(56px + env(safe-area-inset-bottom))}.mobile-bottom-nav{display:flex}body{padding-bottom:calc(56px + env(safe-area-inset-bottom))}.mobile-popup{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;align-items:flex-end}.mobile-popup.open{display:flex}.mobile-popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2c1a0e8c;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.mobile-popup-sheet{position:relative;z-index:1;width:100%;background:var(--soft-linen);border-radius:24px 24px 0 0;padding:2rem 1.5rem calc(2rem + env(safe-area-inset-bottom));animation:slideUp .35s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-popup-close{position:absolute;top:1rem;right:1.2rem;background:none;border:none;font-size:1.1rem;color:var(--text-muted);cursor:pointer;padding:4px}.mobile-popup-emoji{font-size:2.2rem;margin-bottom:.8rem;text-align:center}.mobile-popup-title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--deep-earth);text-align:center;margin-bottom:.6rem}.mobile-popup-sub{font-size:.88rem;color:var(--text-muted);text-align:center;line-height:1.65;margin-bottom:1.4rem}.mobile-popup-sub strong{color:var(--mushroom)}.mobile-popup-form{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.8rem}.mobile-popup-input{width:100%;padding:.95rem 1.1rem;border:1.5px solid var(--border);border-radius:12px;background:var(--white);font-family:Inter,sans-serif;font-size:1rem;color:var(--deep-earth);outline:none}.mobile-popup-input:focus{border-color:var(--mushroom)}.mobile-popup-btn{width:100%;padding:1rem;background:var(--mushroom);color:var(--white);border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s}.mobile-popup-btn:hover{background:var(--deep-earth)}.mobile-popup-disclaimer{font-size:.72rem;color:var(--text-muted);text-align:center;margin-bottom:.8rem}.mobile-popup-skip{display:block;width:100%;background:none;border:none;font-size:.78rem;color:var(--text-muted);text-decoration:underline;cursor:pointer;font-family:Inter,sans-serif;text-align:center;padding:.3rem}#announcement{font-size:.78rem!important;padding:.7rem 2.5rem!important}.proof-track{animation-duration:18s!important}}@media(max-width:480px){.container{width:94%}#hero{padding:2.5rem 0 2rem}.hero-badge{font-size:.7rem}.hero-sub{font-size:.9rem}.trust-bar{flex-direction:column;align-items:stretch}.trust-item{text-align:center}.why-grid{grid-template-columns:1fr!important}.mushrooms-grid{grid-template-columns:repeat(3,1fr)!important;gap:.6rem!important}.mushroom-pill{padding:1rem .6rem}.mushroom-emoji{font-size:1.4rem}.mushroom-name{font-size:.78rem}.mushroom-benefit{font-size:.68rem}.footer-top{grid-template-columns:1fr}.agg-score{font-size:1.6rem}.testimonials-cta-title{font-size:1.1rem}.faq-q{padding:1rem;font-size:.85rem}.faq-a{padding:0 1rem 1rem;font-size:.85rem}}@media(min-width:1280px){.hero-inner{gap:6rem}.products-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}.why-grid{grid-template-columns:repeat(4,1fr)}.testimonials-grid{grid-template-columns:repeat(3,1fr)}}@media(hover:none){.btn:active,.btn-card:active,.sticky-atc-btn:active,.mobile-popup-btn:active,.faq-q:active{transform:scale(.97)!important;opacity:.9!important}}@supports (padding-bottom: env(safe-area-inset-bottom)){.sticky-atc{padding-bottom:calc(.85rem + env(safe-area-inset-bottom))!important}body{padding-bottom:calc(56px + env(safe-area-inset-bottom))}}@media(min-width:769px){.mobile-bottom-nav,.sticky-atc,.swipe-dots,.mobile-popup{display:none!important}}#product-page{background:var(--soft-linen);padding:4rem 0 6rem}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-main-image{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:1rem}.product-hero-img{width:100%;display:block;border-radius:var(--radius-lg);border:1px solid var(--border)}.product-thumbs{display:flex;gap:.6rem}.product-thumb{width:72px;height:72px;object-fit:cover;border-radius:var(--radius-sm);border:2px solid transparent;cursor:pointer;transition:border-color var(--t)}.product-breadcrumb{font-size:.78rem;color:var(--text-muted);margin-bottom:1rem}.product-page-stars{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.product-page-stars-icons{color:#d4943a;font-size:1rem}.product-page-stars-label{font-size:.82rem;color:var(--text-muted);font-weight:500}.product-page-stars-link{font-size:.78rem;color:var(--mushroom);text-decoration:underline}.product-page-title{font-family:Playfair Display,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:var(--deep-earth);margin-bottom:.8rem;line-height:1.2}.product-page-benefit{font-size:.88rem;font-weight:600;color:var(--forest);margin-bottom:1.4rem}.product-page-price-wrap{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.product-page-price{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--deep-earth)}.product-page-compare{font-size:1.1rem;color:var(--text-muted);text-decoration:line-through}.product-page-save{font-size:.8rem;font-weight:700;color:var(--forest);background:#4a67411a;padding:.25rem .6rem;border-radius:var(--radius-pill)}.product-page-unit{font-size:.8rem;color:var(--text-muted);width:100%}.product-page-qty-row{display:flex;align-items:center;gap:1.2rem;margin-bottom:1rem}.product-page-qty-label{font-size:.82rem;font-weight:600;color:var(--deep-earth)}.product-page-qty{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.qty-btn{width:40px;height:40px;background:var(--cream-mist);border:none;font-size:1.2rem;cursor:pointer;color:var(--deep-earth);transition:background var(--t);display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:var(--border)}.qty-input{width:48px;height:40px;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);text-align:center;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;color:var(--deep-earth);background:var(--white);outline:none}.product-page-atc{width:100%;padding:1.1rem;font-size:1rem;border-radius:12px;margin-bottom:1.2rem;justify-content:center}.product-page-guarantees{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;margin-bottom:2rem}.ppg-item{display:flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;color:var(--text-muted);background:var(--cream-mist);border-radius:var(--radius-sm);padding:.6rem .8rem}.ppg-icon{font-size:1rem}.product-page-desc{font-size:.92rem;color:var(--text-muted);line-height:1.8;margin-bottom:1.5rem}.product-page-desc h2,.product-page-desc h3{font-family:Playfair Display,serif;color:var(--deep-earth);margin:1.2rem 0 .5rem}.product-page-desc ul{padding-left:1.2rem;margin:.5rem 0}.product-page-desc li{margin-bottom:.3rem}.product-page-proof{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--text-muted);font-weight:500}@media(max-width:768px){.product-layout{grid-template-columns:1fr;gap:2rem}.product-page-guarantees{grid-template-columns:repeat(2,1fr)}.product-page-title{font-size:1.6rem}.product-page-price{font-size:1.7rem}#product-page{padding:2rem 0 4rem}}@media(max-width:480px){.product-thumbs{gap:.4rem}.product-thumb{width:58px;height:58px}}#product-page{background:var(--soft-linen);padding:3rem 0 6rem}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-bottom:6rem}.product-main-image{position:relative;border-radius:24px;overflow:hidden;margin-bottom:.8rem}.product-hero-img{width:100%;display:block;border-radius:24px;border:1px solid var(--border)}.product-badges-overlay{position:absolute;bottom:14px;left:14px}.product-badge-pill{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:999px;background:#2c1a0ec7;color:#e8d0b0;border:1px solid rgba(232,208,176,.22);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.product-thumbs{display:flex;gap:.5rem;margin-bottom:1rem}.product-thumb{width:68px;height:68px;object-fit:cover;border-radius:10px;border:2px solid transparent;cursor:pointer;transition:border-color var(--t)}.product-thumb.active,.product-thumb:hover{border-color:var(--mushroom)}.product-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem}.pts-item{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:.68rem;font-weight:600;color:var(--text-muted);background:var(--cream-mist);border-radius:8px;padding:.5rem .3rem;text-align:center}.product-breadcrumb{font-size:.75rem;color:var(--text-muted);margin-bottom:1rem}.product-breadcrumb a{color:var(--text-muted);transition:color var(--t)}.product-breadcrumb a:hover{color:var(--mushroom)}.product-page-stars{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.8rem;font-size:.8rem}.pps-icons{color:#d4943a;font-size:1rem}.pps-count{color:var(--text-muted);font-weight:500}.pps-sep{color:var(--border)}.pps-sold{color:var(--forest);font-weight:600}.product-page-title{font-family:Playfair Display,serif;font-size:clamp(1.6rem,2.5vw,2.1rem);font-weight:700;color:var(--deep-earth);margin-bottom:.6rem;line-height:1.2}.product-page-benefit{font-size:.88rem;font-weight:600;color:var(--forest);margin-bottom:.8rem}.product-page-short-desc{font-size:.9rem;color:var(--text-muted);line-height:1.75;margin-bottom:1.6rem}.bundle-label{font-size:.8rem;font-weight:700;color:var(--deep-earth);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.7rem}.bundle-options{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.2rem}.bundle-option{position:relative;cursor:pointer;border:1.5px solid var(--border);border-radius:12px;transition:border-color var(--t),background var(--t);overflow:hidden}.bundle-option input{position:absolute;opacity:0;pointer-events:none}.bundle-option.selected,.bundle-option:hover{border-color:var(--mushroom);background:#6b42260a}.bundle-option.bundle-featured{border-color:var(--mushroom)}.bundle-popular-tag,.bundle-best-tag{position:absolute;top:0;right:12px;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:0 0 6px 6px}.bundle-popular-tag{background:var(--mushroom);color:#edd9c5}.bundle-best-tag{background:var(--forest);color:#edd9c5}.bundle-option-inner{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem}.bundle-option-left{display:flex;flex-direction:column;gap:2px}.bundle-bottles{font-size:.92rem;font-weight:600;color:var(--deep-earth)}.bundle-supply{font-size:.75rem;color:var(--text-muted)}.bundle-option-right{text-align:right}.bundle-price{display:block;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--deep-earth)}.bundle-per{font-size:.72rem;color:var(--text-muted)}.purchase-toggle{display:flex;border:1.5px solid var(--border);border-radius:10px;overflow:hidden;margin-bottom:.5rem}.pt-btn{flex:1;padding:.7rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;border:none;cursor:pointer;background:transparent;color:var(--text-muted);transition:all var(--t);position:relative}.pt-btn-active{background:var(--deep-earth);color:#edd9c5}.pt-badge{display:inline-block;font-size:.65rem;font-weight:700;background:var(--forest);color:#fff;padding:1px 5px;border-radius:4px;margin-left:5px;vertical-align:middle}.subscribe-note{font-size:.72rem;color:var(--forest);font-weight:500;margin-bottom:1rem;text-align:center}.product-price-display{display:flex;align-items:baseline;flex-wrap:wrap;gap:.4rem 1rem;margin-bottom:1.2rem;padding:1rem;background:var(--cream-mist);border-radius:12px;border:1px solid var(--border)}.ppd-price{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;color:var(--deep-earth)}.ppd-was{font-size:1rem;color:var(--text-muted);text-decoration:line-through}.ppd-save{font-size:.78rem;font-weight:700;color:var(--forest);background:#4a67411f;padding:.25rem .6rem;border-radius:999px}.ppd-unit{font-size:.78rem;color:var(--text-muted);width:100%}.product-atc-btn{width:100%;padding:1.1rem;font-size:1rem;font-weight:700;border-radius:14px;margin-bottom:.8rem;justify-content:center;letter-spacing:.02em}.product-guarantee-line{font-size:.8rem;color:var(--text-muted);line-height:1.5;margin-bottom:.8rem;padding:.7rem 1rem;background:#4a67410f;border-radius:8px;border:1px solid rgba(74,103,65,.15)}.product-guarantee-line strong{color:var(--forest)}.product-urgency{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--text-muted);margin-bottom:1.4rem}.pu-dot{width:7px;height:7px;border-radius:50%;background:#e05a2b;flex-shrink:0;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.product-ingredients-block{margin-bottom:1.2rem}.pib-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--deep-earth);margin-bottom:.6rem}.pib-chips{display:flex;flex-wrap:wrap;gap:.4rem}.pib-chip{font-size:.75rem;font-weight:500;padding:.3rem .75rem;border-radius:999px;background:var(--cream-mist);border:1px solid var(--border);color:var(--mushroom)}.product-how-to{margin-bottom:1.2rem;padding:1rem;background:var(--cream-mist);border-radius:12px}.pht-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--deep-earth);margin-bottom:.5rem}.pht-text{font-size:.85rem;color:var(--text-muted);line-height:1.7}.product-disclaimer{font-size:.68rem;color:var(--text-muted);line-height:1.6;margin-top:.5rem;opacity:.7}.product-why-section{margin-bottom:5rem}.product-section-title{font-family:Playfair Display,serif;font-size:clamp(1.4rem,2vw,1.9rem);font-weight:700;color:var(--deep-earth);text-align:center;margin-bottom:2.5rem}.product-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-why-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:1.6rem}.pwc-week{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--mushroom);margin-bottom:.6rem}.product-why-card h3{font-family:Playfair Display,serif;font-size:1.05rem;color:var(--deep-earth);margin-bottom:.6rem}.product-why-card p{font-size:.85rem;color:var(--text-muted);line-height:1.7}.product-reviews-section{margin-bottom:5rem}.product-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.pr-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:1.4rem}.pr-stars{color:#d4943a;font-size:1rem;margin-bottom:.7rem}.pr-text{font-size:.88rem;color:var(--text-muted);line-height:1.7;margin-bottom:1rem;font-style:italic}.pr-author{display:flex;align-items:center;gap:.7rem}.pr-avatar{width:36px;height:36px;border-radius:50%;background:var(--cream-mist);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--mushroom);font-size:.9rem;flex-shrink:0}.pr-name{font-size:.8rem;font-weight:600;color:var(--deep-earth)}.pr-verified{font-size:.68rem;color:var(--forest);font-weight:600;margin-left:4px}.pr-loc{font-size:.72rem;color:var(--text-muted);margin-top:1px}.product-final-cta{text-align:center;background:var(--cream-mist);border-radius:24px;padding:4rem 2rem;border:1px solid var(--border)}.product-final-cta-title{font-family:Playfair Display,serif;font-size:clamp(1.4rem,2vw,1.9rem);color:var(--deep-earth);margin-bottom:.6rem}.product-final-cta-sub{font-size:.9rem;color:var(--text-muted);margin-bottom:1.8rem}.product-final-cta-note{font-size:.75rem;color:var(--text-muted);margin-top:.8rem}@media(max-width:768px){.product-layout{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}#product-page{padding:1.5rem 0 4rem}.product-page-title{font-size:1.5rem}.product-why-grid,.product-reviews-grid{grid-template-columns:1fr;gap:1rem}.product-trust-strip{grid-template-columns:repeat(2,1fr)}.product-final-cta{padding:2.5rem 1.2rem}.product-final-cta .btn{width:100%;justify-content:center}.bundle-option-inner{padding:.75rem .9rem}.ppd-price{font-size:1.8rem}.product-atc-btn{padding:1rem;font-size:.95rem}.purchase-toggle{flex-direction:column;border-radius:12px}.pt-btn{padding:.75rem;border-bottom:1px solid var(--border)}.pt-btn:last-child{border-bottom:none}}@media(max-width:480px){.product-trust-strip{grid-template-columns:repeat(4,1fr)}.pts-item{font-size:.6rem;padding:.4rem .2rem}.bundle-price{font-size:1rem}}
/*# sourceMappingURL=/cdn/shop/t/330/assets/nestiya.css.map */
