*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #FBF9F6;--surface: #F4EFE8;--surface2: #ECE5DA;--text: #211D19;--text2: #57504A;--text3: #8A8179;--sage: #4F8A56;--sage-dark: #2F6B3B;--sage-light: #E3F0E5;--terra: #B85C33;--terra-light: #FBEFE7;--gold: #D99A2B;--border: #E0D7CB;--white: #FFFFFF;--radius: 12px;--radius-lg: 20px;--max-width: 1180px;--shadow-sm: 0 2px 12px rgba(33,29,25,.06);--shadow-md: 0 8px 32px rgba(33,29,25,.1)}html{scroll-behavior:smooth;font-size:17px}body{font-family:Inter,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit}button{cursor:pointer;font-family:inherit}h1,h2,h3,.serif{font-family:Fraunces,Georgia,serif;font-weight:500;letter-spacing:-.015em}.section-inner{max-width:var(--max-width);margin:0 auto}.section-eyebrow{font-size:.82rem;font-weight:600;color:var(--sage);text-transform:uppercase;letter-spacing:.14em;margin-bottom:14px}.section-title{font-family:Fraunces,Georgia,serif;font-size:2.6rem;font-weight:500;line-height:1.12;margin-bottom:18px;color:var(--text)}.section-sub{font-size:1.12rem;color:var(--text2);max-width:620px;line-height:1.7}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.btn-primary{background:var(--sage);color:#fff;border:none;border-radius:50px;padding:19px 40px;font-size:1.06rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:var(--shadow-sm);font-family:Inter,sans-serif}.btn-primary:hover{background:var(--sage-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{background:#fff;color:var(--text);border:2px solid var(--border);border-radius:50px;padding:17px 34px;font-size:1rem;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s;font-family:Inter,sans-serif}.btn-secondary:hover{border-color:var(--sage);color:var(--sage)}.announcement-bar{background:var(--sage-dark);color:#fff;text-align:center;padding:13px 20px;font-size:.95rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.announcement-bar strong{font-weight:700}.announce-countdown{display:flex;gap:5px;align-items:center}.announce-cd-unit{background:#ffffff38;border-radius:6px;padding:2px 9px;font-size:.92rem;font-weight:600;min-width:30px;text-align:center;font-variant-numeric:tabular-nums}.announce-cd-sep{opacity:.5}.site-header{background:#fbf9f6f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:0 48px;height:76px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.header-logo{font-family:Fraunces,Georgia,serif;font-size:1.55rem;font-weight:600;letter-spacing:-.01em;color:var(--text);text-decoration:none}.header-logo span{color:var(--sage)}.header-nav{display:flex;gap:34px;list-style:none}.header-nav a{text-decoration:none;color:var(--text2);font-size:1rem;font-weight:500;transition:color .2s}.header-nav a:hover{color:var(--text)}.header-right{display:flex;align-items:center;gap:14px}.header-cart-btn{background:var(--sage);color:#fff;border:none;border-radius:50px;padding:12px 24px;font-size:1rem;font-weight:600;display:flex;align-items:center;gap:9px;transition:background .2s}.header-cart-btn:hover{background:var(--sage-dark)}.cart-bubble{background:var(--terra);color:#fff;border-radius:50%;width:21px;height:21px;font-size:.78rem;font-weight:600;display:flex;align-items:center;justify-content:center}.header-menu-btn{display:none;background:none;border:none;padding:10px;color:var(--text)}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#211d1973;z-index:300;opacity:0;pointer-events:none;transition:opacity .3s}.cart-drawer-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;background:var(--bg);z-index:301;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{padding:24px 28px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.cart-drawer-title{font-family:Fraunces,serif;font-size:1.5rem;font-weight:500}.cart-close-btn{background:var(--surface);border:none;border-radius:50%;width:40px;height:40px;font-size:1.2rem;color:var(--text2);display:flex;align-items:center;justify-content:center}.cart-drawer-body{flex:1;overflow-y:auto;padding:24px 28px}.cart-empty{text-align:center;padding:56px 0;color:var(--text2);font-size:1.05rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:14px;padding:18px 0;border-bottom:1px solid var(--border);align-items:start}.cart-item-img{width:80px;height:80px;border-radius:10px;background:var(--surface);object-fit:cover}.cart-item-name{font-size:1rem;font-weight:600;margin-bottom:4px}.cart-item-variant{font-size:.92rem;color:var(--text2);margin-bottom:10px}.cart-item-price{font-size:1rem;font-weight:600;white-space:nowrap}.cart-qty{display:flex;align-items:center;gap:10px}.cart-qty-btn{background:var(--surface);border:none;border-radius:8px;width:34px;height:34px;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:background .2s}.cart-qty-btn:hover{background:var(--surface2)}.cart-qty-num{font-size:1rem;font-weight:600;min-width:22px;text-align:center}.cart-drawer-footer{padding:24px 28px;border-top:1px solid var(--border)}.cart-subtotal{display:flex;justify-content:space-between;font-size:1.1rem;margin-bottom:8px}.cart-subtotal .amount{font-weight:700}.cart-shipping-note{font-size:.95rem;color:var(--sage);font-weight:500;margin-bottom:18px}.cart-checkout-btn{width:100%;background:var(--sage);color:#fff;border:none;border-radius:50px;padding:19px;font-size:1.1rem;font-weight:600;transition:background .2s}.cart-checkout-btn:hover{background:var(--sage-dark)}.cart-continue-btn{width:100%;background:none;border:none;color:var(--text2);font-size:.98rem;margin-top:12px;text-decoration:underline}.home-hero-v2{background:linear-gradient(175deg,#EDF3EC 0%,var(--bg) 90%);padding:72px 48px 80px}.home-hero-v2-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.hero-v2-proof{display:flex;align-items:center;gap:10px;margin-bottom:22px}.hero-v2-stars{color:var(--gold);font-size:1.25rem;letter-spacing:1px}.hero-v2-proof-text{font-size:1rem;font-weight:600;color:var(--text2)}.hero-v2-title{font-family:Fraunces,Georgia,serif;font-size:3.6rem;font-weight:550;line-height:1.06;letter-spacing:-.025em;margin-bottom:22px;color:var(--text)}.hero-v2-title em{font-style:italic;color:var(--sage)}.hero-v2-sub{font-size:1.22rem;color:var(--text2);line-height:1.65;margin-bottom:14px;max-width:520px}.hero-v2-urgency{font-size:1.02rem;font-weight:600;color:var(--terra);margin-bottom:30px;display:flex;align-items:center;gap:8px}.hero-v2-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:20px}.hero-v2-timer{font-size:.98rem;color:var(--text2)}.hero-v2-timer strong{color:var(--text);font-weight:700}.hero-v2-img{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/4.6;background:var(--surface);box-shadow:var(--shadow-md)}.hero-v2-img img{width:100%;height:100%;object-fit:cover}.trust-strip{background:#fff;padding:26px 48px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-strip-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:11px}.trust-icon{font-size:1.4rem}.trust-text{font-size:1rem;font-weight:600;color:var(--text)}.benefit-icons-strip{background:#fff;padding:40px 48px;border-bottom:1px solid var(--border)}.benefit-icons-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:20px;text-align:center}.benefit-icon-item{display:flex;flex-direction:column;align-items:center;gap:11px}.benefit-icon-circle{width:64px;height:64px;border-radius:50%;background:var(--sage-light);display:flex;align-items:center;justify-content:center;font-size:1.7rem}.benefit-icon-label{font-size:.95rem;font-weight:600;color:var(--text2);line-height:1.35}.science-tabs-section{padding:96px 48px;background:#fff}.science-tabs-section .section-inner{max-width:var(--max-width);margin:0 auto}.science-tabs-section .section-title{text-align:center;margin-left:auto;margin-right:auto}.science-tabs-section .section-eyebrow{text-align:center;display:block}.sci-tab-nav{display:flex;gap:12px;justify-content:center;margin:34px 0 52px;flex-wrap:wrap}.sci-tab-btn{padding:15px 30px;border-radius:50px;border:2px solid var(--border);background:#fff;font-size:1.02rem;font-weight:600;color:var(--text2);transition:all .2s}.sci-tab-btn:hover{border-color:var(--sage);color:var(--sage)}.sci-tab-btn.active{background:var(--sage);border-color:var(--sage);color:#fff;box-shadow:var(--shadow-sm)}.sci-tab-panel{display:none}.sci-tab-panel.active{display:grid;grid-template-columns:1fr 1.1fr;gap:56px;align-items:center}.sci-panel-img{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/4.4;background:var(--surface);position:relative;box-shadow:var(--shadow-sm)}.sci-panel-img img{width:100%;height:100%;object-fit:cover}.sci-panel-img-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:var(--text3);font-size:.95rem;padding:40px;text-align:center}.sci-panel-img-label{position:absolute;bottom:18px;left:50%;transform:translate(-50%);background:#211d19bf;color:#fff;font-size:.88rem;font-weight:500;padding:7px 16px;border-radius:50px;white-space:nowrap}.sci-panel-cards{display:flex;flex-direction:column;gap:18px}.sci-info-card{background:var(--surface);border-radius:var(--radius);padding:28px 30px}.sci-info-tag{display:inline-block;background:var(--sage);color:#fff;font-size:.8rem;font-weight:700;padding:5px 14px;border-radius:50px;margin-bottom:13px;letter-spacing:.05em;text-transform:uppercase}.sci-info-body{font-size:1.04rem;color:var(--text2);line-height:1.72}.sci-stat-row{display:flex;gap:40px;margin-top:10px;padding-left:8px}.sci-stat{text-align:left}.sci-stat-num{font-family:Fraunces,serif;font-size:2.6rem;font-weight:550;color:var(--sage);line-height:1}.sci-stat-lbl{font-size:.92rem;color:var(--text2);margin-top:6px;font-weight:500}.bundle-feature{background:var(--sage-dark);overflow:hidden}.bundle-feature-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1.05fr;min-height:560px}.bundle-feature-img{position:relative;overflow:hidden;min-height:420px}.bundle-feature-img img{width:100%;height:100%;object-fit:cover;display:block}.bundle-feature-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ffffff0f;color:#ffffff73;font-size:.95rem;flex-direction:column;gap:10px}.bundle-free-badge{position:absolute;bottom:28px;right:28px;background:var(--gold);color:#fff;font-size:1rem;font-weight:700;padding:12px 22px;border-radius:50px;box-shadow:var(--shadow-md)}.bundle-feature-content{padding:72px 60px;display:flex;flex-direction:column;justify-content:center}.bundle-deal-tag{display:inline-block;background:var(--terra);color:#fff;font-size:.8rem;font-weight:700;padding:7px 16px;border-radius:50px;margin-bottom:20px;letter-spacing:.07em;text-transform:uppercase;width:fit-content}.bundle-feature-title{font-family:Fraunces,serif;font-size:2.7rem;font-weight:550;color:#fff;line-height:1.15;margin-bottom:22px}.bundle-feature-pricing{display:flex;align-items:baseline;gap:14px;margin-bottom:8px;flex-wrap:wrap}.bundle-feature-price{font-size:2.7rem;font-weight:700;color:#fff;font-family:Inter,sans-serif}.bundle-feature-orig{font-size:1.4rem;color:#ffffff73;text-decoration:line-through}.bundle-savings-badge{background:#b5e3c8;color:var(--sage-dark);font-size:.9rem;font-weight:700;padding:5px 14px;border-radius:50px}.bundle-feature-note{font-size:1rem;color:#fff9;margin-bottom:26px}.bundle-feature-benefits{list-style:none;margin-bottom:34px;display:flex;flex-direction:column;gap:13px}.bundle-feature-benefits li{font-size:1.1rem;color:#ffffffeb;display:flex;align-items:flex-start;gap:13px;line-height:1.5}.bundle-feature-benefits li:before{content:"\2713";color:#b5e3c8;font-weight:700;flex-shrink:0;font-size:1.15rem}.bundle-feature-cta{background:#fff;color:var(--sage-dark);border:none;border-radius:50px;padding:20px 48px;font-size:1.12rem;font-weight:700;transition:all .2s;text-decoration:none;display:inline-block;text-align:center;width:fit-content}.bundle-feature-cta:hover{background:#b5e3c8;transform:translateY(-1px)}.home-section{padding:96px 48px}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:56px}.how-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:42px 34px;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.how-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.how-number{font-family:Fraunces,serif;font-size:3.4rem;color:var(--sage-light);font-weight:600;line-height:1;margin-bottom:18px;-webkit-text-stroke:1.5px var(--sage)}.how-title{font-size:1.3rem;font-weight:600;margin-bottom:12px;font-family:Inter,sans-serif}.how-desc{font-size:1.04rem;color:var(--text2);line-height:1.7}.symptom-faq{padding:96px 48px;background:var(--bg)}.symptom-faq-inner{max-width:var(--max-width);margin:0 auto}.symptom-faq-header{text-align:center;margin-bottom:56px}.symptom-faq-header .section-title{margin-left:auto;margin-right:auto}.symptom-faq-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:start}.symptom-faq-img{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:3/3.6;background:var(--surface);position:sticky;top:96px;box-shadow:var(--shadow-sm)}.symptom-faq-img img{width:100%;height:100%;object-fit:cover}.symptom-faq-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:var(--text3);font-size:.95rem;min-height:420px}.symptom-item{border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:14px;background:#fff;transition:border-color .2s,box-shadow .2s}.symptom-item.open{border-color:var(--sage);box-shadow:var(--shadow-sm)}.symptom-btn{width:100%;background:none;border:none;text-align:left;padding:22px 26px;font-size:1.12rem;font-weight:600;color:var(--text);display:flex;align-items:center;gap:16px}.symptom-icon{font-size:1.3rem;flex-shrink:0;width:48px;height:48px;background:var(--sage-light);border-radius:50%;display:flex;align-items:center;justify-content:center}.symptom-btn-text{flex:1;line-height:1.4}.symptom-chevron{color:var(--text3);transition:transform .25s;font-size:1.3rem;flex-shrink:0;line-height:1}.symptom-item.open .symptom-chevron{transform:rotate(180deg);color:var(--sage)}.symptom-item.open .symptom-btn{color:var(--sage-dark)}.symptom-answer{display:none;padding:0 26px 24px 90px;font-size:1.05rem;color:var(--text2);line-height:1.75}.symptom-item.open .symptom-answer{display:block}.story-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:72px;align-items:center;margin-top:24px}.story-video-wrap{aspect-ratio:4/4.8;background:var(--surface);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;position:relative;overflow:hidden;box-shadow:var(--shadow-md)}.story-video-wrap video,.story-video-wrap iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.story-play-btn{width:84px;height:84px;background:var(--sage);border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;transition:transform .2s,background .2s;position:relative;z-index:1;box-shadow:var(--shadow-md)}.story-play-btn:hover{transform:scale(1.07);background:var(--sage-dark)}.story-play-icon{width:30px;height:30px;fill:#fff;margin-left:4px}.story-video-label{font-size:1rem;font-weight:500;color:var(--text2);position:relative;z-index:1}.story-author-name{font-family:Fraunces,serif;font-size:2.1rem;font-weight:550;margin-bottom:6px}.story-author-title{font-size:1rem;color:var(--text3);margin-bottom:28px;font-weight:500}.story-quote{font-family:Fraunces,serif;font-size:1.55rem;font-style:italic;line-height:1.45;padding-left:26px;border-left:4px solid var(--sage);margin-bottom:26px;color:var(--text)}.story-body{font-size:1.08rem;color:var(--text2);line-height:1.8}.story-stars{color:var(--gold);font-size:1.35rem;margin-top:26px;letter-spacing:2px}.reviews-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:44px;flex-wrap:wrap;gap:24px}.overall-rating{display:flex;align-items:center;gap:20px}.rating-score{font-family:Fraunces,serif;font-size:4.2rem;font-weight:550;line-height:1}.rating-stars{color:var(--gold);font-size:1.4rem;margin-bottom:6px;letter-spacing:2px}.rating-count{font-size:1rem;color:var(--text2);font-weight:500}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.review-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 30px;box-shadow:var(--shadow-sm)}.review-card-stars{color:var(--gold);font-size:1.1rem;margin-bottom:14px;letter-spacing:1.5px}.review-card-title{font-size:1.15rem;font-weight:700;margin-bottom:12px;line-height:1.35}.review-card-body{font-size:1.02rem;color:var(--text2);line-height:1.72}.review-card-author{margin-top:22px;display:flex;align-items:center;gap:13px}.review-avatar{width:44px;height:44px;border-radius:50%;background:var(--sage-light);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:var(--sage-dark);flex-shrink:0}.review-name{font-size:1rem;font-weight:600}.review-date{font-size:.9rem;color:var(--text3)}.review-verified{font-size:.85rem;color:var(--sage);font-weight:600;margin-top:2px}.home-cta{background:linear-gradient(160deg,var(--sage-dark) 0%,#2A4230 100%);padding:104px 48px;text-align:center}.home-cta .section-eyebrow{color:#b5e3c8}.home-cta .section-title{color:#fff;max-width:640px;margin-left:auto;margin-right:auto;font-size:3rem}.home-cta .section-sub{color:#ffffffb8;margin:0 auto 40px;font-size:1.18rem}.home-cta .btn-primary{background:#fff;color:var(--sage-dark);font-size:1.15rem;padding:21px 52px}.home-cta .btn-primary:hover{background:#b5e3c8}.product-page{max-width:var(--max-width);margin:0 auto;padding:48px 48px 80px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:start}.product-gallery{position:sticky;top:96px}.gallery-main{aspect-ratio:1;background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:14px;position:relative;box-shadow:var(--shadow-sm)}.gallery-main img{width:100%;height:100%;object-fit:cover;display:block}.gallery-badge{position:absolute;top:20px;left:20px;background:var(--terra);color:#fff;font-size:.9rem;font-weight:700;padding:8px 18px;border-radius:50px}.gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gallery-thumb{aspect-ratio:1;background:var(--surface);border-radius:12px;border:2.5px solid transparent;cursor:pointer;overflow:hidden;transition:border-color .2s}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb.active,.gallery-thumb:hover{border-color:var(--sage)}.product-purchase{padding-left:56px}.product-trust-row{display:flex;align-items:center;gap:10px;margin-bottom:18px}.product-stars{color:var(--gold);font-size:1.2rem;letter-spacing:1px}.product-review-count{font-size:.98rem;font-weight:500;color:var(--text2);text-decoration:underline;cursor:pointer}.product-title{font-family:Fraunces,serif;font-size:2.7rem;font-weight:550;line-height:1.12;margin-bottom:10px}.product-tagline{font-size:1.15rem;color:var(--text2);font-style:italic;font-family:Fraunces,serif;margin-bottom:24px}.product-price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:8px;flex-wrap:wrap}.product-price{font-size:2.2rem;font-weight:700}.product-compare-price{font-size:1.3rem;color:var(--text3);text-decoration:line-through}.product-price-badge{background:var(--terra);color:#fff;font-size:.88rem;font-weight:700;padding:5px 14px;border-radius:50px}.product-price-note{font-size:1rem;color:var(--text2);margin-bottom:24px;font-weight:500}.benefit-pills{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:30px}.benefit-pill{display:flex;align-items:center;gap:7px;background:var(--sage-light);color:var(--sage-dark);border-radius:50px;padding:9px 17px;font-size:.95rem;font-weight:600}.bundle-label{font-size:.95rem;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.bundle-options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}.bundle-card{border:2.5px solid var(--border);border-radius:var(--radius);padding:18px 12px;cursor:pointer;transition:all .2s;position:relative;background:#fff;text-align:center}.bundle-card:hover{border-color:var(--sage)}.bundle-card.selected{border-color:var(--sage);background:var(--sage-light);box-shadow:var(--shadow-sm)}.bundle-card.popular:before{content:"Most Popular";position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--sage);color:#fff;font-size:.75rem;font-weight:700;padding:4px 14px;border-radius:50px;white-space:nowrap;letter-spacing:.03em}.bundle-beds-icons{display:flex;justify-content:center;gap:4px;margin-bottom:10px;align-items:flex-end}.bed-icon-svg{width:26px;height:21px}.mat-icon-svg{width:21px;height:12px}.bundle-name{font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:3px}.bundle-price-label{font-size:.92rem;color:var(--text2);font-weight:500}.bundle-free-label{font-size:.85rem;color:var(--terra);font-weight:700;margin-top:5px;min-height:18px}.gift-banner{background:var(--text);color:#fff;border-radius:var(--radius);padding:18px 20px;display:none;align-items:center;gap:16px;margin-bottom:18px}.gift-banner.visible{display:flex}.gift-banner-icon{width:54px;height:54px;background:#ffffff1f;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;flex-shrink:0}.gift-banner-title{font-size:1rem;font-weight:700;margin-bottom:3px}.gift-banner-sub{font-size:.92rem;color:#ffffffad}.gift-banner-value{font-size:1rem;font-weight:700;color:#b5e3c8;white-space:nowrap}.sale-timer{background:var(--terra-light);border:1.5px solid #ECC5A8;border-radius:var(--radius);padding:16px 20px;display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.timer-label{font-size:1rem;color:var(--terra);font-weight:700}.timer-units{display:flex;gap:5px;align-items:center;justify-content:flex-end}.timer-unit{background:#fff;border:1.5px solid #ECC5A8;border-radius:8px;padding:6px 11px;font-size:1.1rem;font-weight:700;color:var(--terra);font-variant-numeric:tabular-nums;min-width:42px;text-align:center}.timer-sep{color:var(--terra);opacity:.5;font-weight:700}.timer-sub-labels{display:flex;gap:5px;margin-top:4px;justify-content:flex-end}.timer-sub-label{font-size:.72rem;font-weight:600;color:var(--text3);min-width:42px;text-align:center;letter-spacing:.06em}.timer-sub-sep{min-width:9px}.btn-add-to-cart{width:100%;background:var(--sage);color:#fff;border:none;border-radius:50px;padding:21px 28px;font-size:1.18rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:12px;transition:background .2s,transform .12s;box-shadow:var(--shadow-sm)}.btn-add-to-cart:hover{background:var(--sage-dark)}.btn-add-to-cart:active{transform:scale(.99)}.btn-add-to-cart.loading{opacity:.7;pointer-events:none}.btn-buy-now{width:100%;background:#fff;color:var(--text);border:2px solid var(--border);border-radius:50px;padding:17px 28px;font-size:1.05rem;font-weight:600;transition:border-color .2s;margin-bottom:26px;display:block;text-align:center;text-decoration:none}.btn-buy-now:hover{border-color:var(--sage);color:var(--sage)}.guarantee-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:30px}.guarantee-item{display:flex;align-items:flex-start;gap:10px}.guarantee-icon{font-size:1.4rem;flex-shrink:0;margin-top:1px}.guarantee-text strong{display:block;font-size:.95rem;font-weight:700;color:var(--text)}.guarantee-text span{font-size:.9rem;color:var(--text2);line-height:1.45}.product-tabs{border-top:1.5px solid var(--border)}.tab-nav{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-btn{padding:17px 0;margin-right:30px;font-size:1rem;font-weight:500;color:var(--text2);background:none;border:none;border-bottom:3px solid transparent;white-space:nowrap;transition:all .2s}.tab-btn.active{color:var(--text);border-bottom-color:var(--sage);font-weight:700}.tab-panel{padding:24px 0;font-size:1.04rem;color:var(--text2);line-height:1.75;display:none}.tab-panel.active{display:block}.tab-panel ul{padding-left:22px}.tab-panel li{margin-bottom:9px}.sticky-cart-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--border);padding:15px 48px;display:flex;align-items:center;justify-content:space-between;z-index:200;transform:translateY(100%);transition:transform .3s ease;box-shadow:0 -6px 32px #211d191a}.sticky-cart-bar.visible{transform:translateY(0)}.sticky-product-info{display:flex;align-items:center;gap:16px}.sticky-thumb{width:52px;height:52px;background:var(--surface);border-radius:10px;overflow:hidden;flex-shrink:0}.sticky-thumb img{width:100%;height:100%;object-fit:cover}.sticky-product-name{font-size:1.02rem;font-weight:700}.sticky-product-price{font-size:.95rem;color:var(--text2);font-weight:500}.sticky-add-btn{background:var(--sage);color:#fff;border:none;border-radius:50px;padding:15px 38px;font-size:1.05rem;font-weight:700;transition:background .2s}.sticky-add-btn:hover{background:var(--sage-dark)}.site-footer{background:#211d19;color:#fff9;padding:80px 48px 40px}.footer-inner{max-width:var(--max-width);margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:56px;margin-bottom:56px}.footer-logo{font-family:Fraunces,serif;font-size:1.5rem;color:#fff;font-weight:600;text-decoration:none;display:block;margin-bottom:14px}.footer-logo span{color:#b5e3c8}.footer-tagline{font-size:1rem;line-height:1.75;margin-bottom:24px}.footer-col h4{color:#fff;font-size:.95rem;font-weight:700;margin-bottom:18px;letter-spacing:.05em;text-transform:uppercase}.footer-col ul{list-style:none}.footer-col li{margin-bottom:12px}.footer-col a{color:#ffffff8c;text-decoration:none;font-size:1rem;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:28px;display:flex;justify-content:space-between;align-items:center;font-size:.95rem;flex-wrap:wrap;gap:14px}.footer-legal{display:flex;gap:24px}.footer-legal a{color:#ffffff73;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:#fffc}@media(max-width:1024px){.home-hero-v2-inner{grid-template-columns:1fr;gap:44px}.hero-v2-title{font-size:2.9rem}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.benefit-icons-inner{grid-template-columns:repeat(3,1fr);row-gap:28px}}@media(max-width:768px){html{font-size:16.5px}.site-header{padding:0 20px;height:68px}.header-nav{display:none}.header-menu-btn{display:flex}.home-hero-v2{padding:44px 20px 52px}.hero-v2-title{font-size:2.4rem}.hero-v2-img{aspect-ratio:4/3.4}.hero-v2-ctas .btn-primary,.hero-v2-ctas .btn-secondary{width:100%}.section-title{font-size:2rem}.science-tabs-section{padding:56px 20px}.sci-tab-panel.active{grid-template-columns:1fr;gap:28px}.sci-tab-btn{padding:13px 22px;font-size:.95rem}.bundle-feature-inner{grid-template-columns:1fr}.bundle-feature-img{min-height:300px}.bundle-feature-content{padding:44px 24px}.bundle-feature-title{font-size:2.1rem}.home-section{padding:56px 20px}.how-grid{grid-template-columns:1fr;gap:18px;margin-top:36px}.symptom-faq{padding:56px 20px}.symptom-faq-grid{grid-template-columns:1fr;gap:36px}.symptom-faq-img{display:none}.symptom-answer{padding-left:26px}.story-grid{grid-template-columns:1fr;gap:36px}.reviews-grid{grid-template-columns:1fr}.trust-strip{padding:22px 20px}.trust-strip-inner{justify-content:flex-start;gap:16px}.home-cta{padding:64px 20px}.home-cta .section-title{font-size:2.2rem}.product-page{padding:24px 20px 56px}.product-grid{grid-template-columns:1fr}.product-gallery{position:static}.product-purchase{padding-left:0;margin-top:28px}.product-title{font-size:2.1rem}.sticky-cart-bar{padding:13px 20px}.sticky-product-name{font-size:.95rem}.cart-drawer{width:100%}.footer-grid{grid-template-columns:1fr;gap:36px}.site-footer{padding:56px 20px 32px}}.video-testimonials{padding:96px 48px;background:var(--surface)}.video-testimonials .section-inner{max-width:var(--max-width);margin:0 auto}.video-testimonials-header{text-align:center;margin-bottom:52px}.video-testimonials-header .section-title{margin-left:auto;margin-right:auto}.video-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.video-card{position:relative;aspect-ratio:9/15;border-radius:var(--radius-lg);overflow:hidden;background:var(--surface2);cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.video-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.video-card img{width:100%;height:100%;object-fit:cover}.video-card video,.video-card iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border:none}.video-card-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--text3);font-size:.9rem;padding:20px;text-align:center}.video-play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,transparent 40%,rgba(33,29,25,.75) 100%)}.video-play-circle{width:60px;height:60px;background:#fffffff0;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .2s}.video-card:hover .video-play-circle{transform:scale(1.08)}.video-play-circle svg{width:22px;height:22px;fill:var(--sage-dark);margin-left:3px}.video-card-info{position:absolute;bottom:0;left:0;right:0;padding:18px;color:#fff;z-index:1}.video-card-name{font-size:1rem;font-weight:700;margin-bottom:3px}.video-card-caption{font-size:.88rem;opacity:.85;line-height:1.4}.video-card-stars{color:var(--gold);font-size:.85rem;margin-bottom:5px;letter-spacing:1px}.research-studies{padding:96px 48px;background:#fff}.research-studies .section-inner{max-width:var(--max-width);margin:0 auto}.research-header{text-align:center;margin-bottom:52px}.research-header .section-title,.research-header .section-sub{margin-left:auto;margin-right:auto}.research-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.research-card{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:32px 34px;transition:border-color .2s,box-shadow .2s}.research-card:hover{border-color:var(--sage);box-shadow:var(--shadow-sm)}.research-year{display:inline-block;background:var(--sage-light);color:var(--sage-dark);font-size:.82rem;font-weight:700;padding:5px 14px;border-radius:50px;margin-bottom:16px}.research-finding{font-family:Fraunces,serif;font-size:1.35rem;font-weight:550;line-height:1.35;margin-bottom:14px;color:var(--text)}.research-detail{font-size:1rem;color:var(--text2);line-height:1.7;margin-bottom:16px}.research-source{font-size:.88rem;color:var(--text3);font-style:italic;display:flex;align-items:center;gap:8px}.research-source:before{content:"\1f4c4";font-style:normal}.research-note{text-align:center;margin-top:36px;font-size:.92rem;color:var(--text3);max-width:640px;margin-left:auto;margin-right:auto;line-height:1.6}.results-timeline{padding:96px 48px;background:var(--bg)}.results-timeline .section-inner{max-width:900px;margin:0 auto}.results-timeline-header{text-align:center;margin-bottom:56px}.results-timeline-header .section-title{margin-left:auto;margin-right:auto}.timeline-track{position:relative;padding-left:44px}.timeline-track:before{content:"";position:absolute;left:15px;top:8px;bottom:8px;width:3px;background:linear-gradient(180deg,var(--sage-light) 0%,var(--sage) 100%);border-radius:2px}.timeline-item{position:relative;padding-bottom:42px}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:-44px;top:4px;width:33px;height:33px;background:#fff;border:3px solid var(--sage);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.95rem}.timeline-when{font-size:.85rem;font-weight:700;color:var(--sage);text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}.timeline-title{font-size:1.28rem;font-weight:700;margin-bottom:8px;font-family:Inter,sans-serif}.timeline-desc{font-size:1.05rem;color:var(--text2);line-height:1.7;max-width:620px}.comparison-section{padding:96px 48px;background:#fff}.comparison-section .section-inner{max-width:980px;margin:0 auto}.comparison-header{text-align:center;margin-bottom:48px}.comparison-header .section-title{margin-left:auto;margin-right:auto}.comparison-table-wrap{border-radius:var(--radius-lg);overflow:hidden;border:1.5px solid var(--border);box-shadow:var(--shadow-sm);overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;background:#fff;min-width:560px}.comparison-table th,.comparison-table td{padding:20px 24px;text-align:center;font-size:1.02rem;border-bottom:1px solid var(--border)}.comparison-table tr:last-child td{border-bottom:none}.comparison-table th{font-size:1.05rem;font-weight:700;background:var(--bg)}.comparison-table th:first-child,.comparison-table td:first-child{text-align:left;font-weight:600;color:var(--text)}.comparison-table th.us-col{background:var(--sage);color:#fff}.comparison-table td.us-col{background:var(--sage-light);font-weight:700;color:var(--sage-dark)}.comp-check{color:var(--sage);font-size:1.25rem;font-weight:700}.comp-x{color:#c0392b;font-size:1.15rem;opacity:.7}.comp-meh{color:var(--text3);font-size:1rem}@media(max-width:900px){.video-grid{grid-template-columns:repeat(2,1fr)}.research-grid{grid-template-columns:1fr}}@media(max-width:768px){.video-testimonials,.research-studies,.results-timeline,.comparison-section{padding:56px 20px}.comparison-table th,.comparison-table td{padding:14px 12px;font-size:.92rem}}.sci-tab-btn{border:1.5px solid var(--sage-dark);box-shadow:3px 3px 0 var(--sage-dark);background:#fff;color:var(--text);transition:all .15s}.sci-tab-btn:hover{transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--sage-dark);border-color:var(--sage-dark);color:var(--text)}.sci-tab-btn.active{background:#8fae6b;background:linear-gradient(180deg,#96b573,#7fa35c);border-color:var(--sage-dark);color:#fff;box-shadow:3px 3px 0 var(--sage-dark)}.sci-info-card{background:#f0f3ea;border:1px solid #DDE3D2;border-radius:10px;box-shadow:4px 4px #3e584240;padding:0;overflow:visible;position:relative}.sci-info-tag{background:#8fae6b;background:linear-gradient(180deg,#96b573,#7fa35c);color:#fff;font-size:.95rem;font-weight:600;padding:8px 18px;border-radius:8px;margin:0;position:relative;top:-14px;left:18px;display:inline-block;text-transform:none;letter-spacing:.01em;box-shadow:2px 2px #3e58424d}.sci-info-body{padding:2px 26px 24px}.sci-panel-img{border-radius:12px;box-shadow:5px 5px #3e584233}.benefit-line-strip{background:#fff;padding:64px 48px}.benefit-line-inner{max-width:var(--max-width);margin:0 auto}.benefit-line-title{font-family:Fraunces,serif;font-size:2.2rem;font-weight:550;text-align:center;line-height:1.2;margin-bottom:44px}.benefit-line-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;text-align:center;margin-bottom:36px}.benefit-line-item{display:flex;flex-direction:column;align-items:center;gap:13px}.benefit-line-icon{width:56px;height:56px;color:#7fa35c}.benefit-line-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.4}.benefit-line-label{font-size:1rem;font-weight:600;color:var(--text);line-height:1.35}.benefit-line-sub{text-align:center;font-size:1.08rem;color:var(--text2);line-height:1.7;max-width:680px;margin:0 auto}.blog-posts-section{padding:96px 48px;background:var(--bg)}.blog-posts-section .section-inner{max-width:var(--max-width);margin:0 auto}.blog-posts-header{text-align:center;margin-bottom:48px}.blog-posts-header .section-title{margin-left:auto;margin-right:auto}.blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.blog-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.blog-card-img{aspect-ratio:16/11;background:var(--surface);overflow:hidden}.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.blog-card:hover .blog-card-img img{transform:scale(1.04)}.blog-card-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text3);font-size:2rem}.blog-card-body{padding:22px 24px 26px;flex:1;display:flex;flex-direction:column}.blog-card-title{font-family:Fraunces,serif;font-size:1.25rem;font-weight:550;line-height:1.3;margin-bottom:8px}.blog-card-date{font-size:.82rem;font-weight:600;color:var(--text3);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.blog-card-excerpt{font-size:.98rem;color:var(--text2);line-height:1.65;flex:1}.blog-card-link{margin-top:16px;font-size:.95rem;font-weight:700;color:var(--sage)}.blog-cta-row{text-align:center;margin-top:40px}@media(max-width:900px){.benefit-line-grid{grid-template-columns:repeat(3,1fr);row-gap:32px}.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.benefit-line-strip{padding:44px 20px}.blog-posts-section{padding:56px 20px}.blog-grid{grid-template-columns:1fr}}.problem-section{padding:96px 48px;background:var(--surface)}.problem-section .section-inner{max-width:var(--max-width);margin:0 auto}.problem-lead{text-align:center;max-width:760px;margin:0 auto 20px}.problem-lead .section-title{margin-left:auto;margin-right:auto;font-size:2.9rem}.problem-lead .section-sub{margin:0 auto}.problem-analogy-box{max-width:820px;margin:40px auto 56px;background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:40px 44px;box-shadow:5px 5px #3e584226;text-align:center}.problem-analogy-icon{font-size:2.6rem;margin-bottom:14px}.problem-analogy-text{font-family:Fraunces,serif;font-size:1.5rem;line-height:1.45;color:var(--text)}.problem-analogy-text em{color:var(--sage);font-style:italic}.problem-cards-label{text-align:center;font-size:.85rem;font-weight:700;color:var(--terra);text-transform:uppercase;letter-spacing:.12em;margin-bottom:24px}.problem-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.problem-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 30px;text-align:center}.problem-card-icon{font-size:2.2rem;margin-bottom:14px}.problem-card-title{font-size:1.15rem;font-weight:700;margin-bottom:10px}.problem-card-desc{font-size:1rem;color:var(--text2);line-height:1.65}.product-range{padding:96px 48px;background:#fff}.product-range .section-inner{max-width:var(--max-width);margin:0 auto}.product-range-header{text-align:center;margin-bottom:48px}.product-range-header .section-title{margin-left:auto;margin-right:auto}.range-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.range-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.range-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.range-card-img{aspect-ratio:1;background:var(--surface);position:relative;overflow:hidden}.range-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.range-card:hover .range-card-img img{transform:scale(1.04)}.range-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;color:var(--text3)}.range-save-badge{position:absolute;bottom:14px;left:14px;background:var(--sage);color:#fff;font-size:.85rem;font-weight:700;padding:6px 14px;border-radius:50px}.range-card-body{padding:20px 22px 24px;text-align:center}.range-card-title{font-family:Fraunces,serif;font-size:1.2rem;font-weight:550;margin-bottom:8px}.range-card-price{font-size:1.05rem}.range-card-price .sale{color:var(--sage);font-weight:700}.range-card-price .orig{color:var(--text3);text-decoration:line-through;margin-left:8px;font-size:.95rem}.guarantee-section{padding:96px 48px;background:linear-gradient(160deg,var(--sage-dark) 0%,#2A4230 100%)}.guarantee-section .section-inner{max-width:880px;margin:0 auto;text-align:center}.guarantee-badge-big{width:110px;height:110px;background:#ffffff1a;border:2.5px solid #B5E3C8;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 30px;color:#fff}.guarantee-badge-num{font-family:Fraunces,serif;font-size:2.1rem;font-weight:600;line-height:1}.guarantee-badge-lbl{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-top:3px;color:#b5e3c8}.guarantee-title{font-family:Fraunces,serif;font-size:2.8rem;font-weight:550;color:#fff;line-height:1.15;margin-bottom:22px}.guarantee-body{font-size:1.18rem;color:#ffffffd1;line-height:1.75;margin-bottom:14px}.guarantee-body strong{color:#fff}.guarantee-highlight{font-family:Fraunces,serif;font-style:italic;font-size:1.35rem;color:#b5e3c8;margin:26px 0 34px}.guarantee-section .btn-primary{background:#fff;color:var(--sage-dark);font-size:1.12rem;padding:20px 48px}.guarantee-section .btn-primary:hover{background:#b5e3c8}@media(max-width:900px){.problem-cards{grid-template-columns:1fr}.range-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.problem-section,.product-range,.guarantee-section{padding:56px 20px}.problem-analogy-box{padding:28px 24px}.problem-analogy-text{font-size:1.25rem}.range-grid{grid-template-columns:1fr 1fr;gap:12px}.guarantee-title{font-size:2.1rem}}.bundle-options{grid-template-columns:repeat(auto-fit,minmax(105px,1fr))}.bundle-card{min-height:118px;display:flex;flex-direction:column;justify-content:center}.product-review-count{text-decoration:none;cursor:default;font-weight:600}@media(max-width:768px){.announcement-bar{padding:9px 12px;font-size:.8rem;gap:8px;line-height:1.3}.announce-cd-unit{padding:1px 6px;font-size:.8rem;min-width:24px}.site-header{height:60px;padding:0 16px}.header-logo{font-size:1.25rem}.header-cart-btn{padding:9px 16px;font-size:.92rem}.product-page{padding:16px 16px 48px}.gallery-main{border-radius:14px;margin-bottom:10px}.gallery-badge{top:12px;left:12px;font-size:.78rem;padding:6px 13px}.gallery-thumbs{gap:7px}.gallery-thumb{border-radius:9px}.product-purchase{margin-top:20px}.product-trust-row{margin-bottom:12px}.product-stars{font-size:1rem}.product-review-count{font-size:.88rem}.product-title{font-size:1.85rem;margin-bottom:6px}.product-tagline{font-size:1rem;margin-bottom:16px}.product-price{font-size:1.8rem}.product-compare-price{font-size:1.1rem}.product-price-badge{font-size:.78rem;padding:4px 11px}.product-price-note{font-size:.9rem;margin-bottom:18px}.benefit-pills{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:24px}.benefit-pill{font-size:.85rem;padding:9px 12px;justify-content:flex-start}.bundle-label{font-size:.85rem}.bundle-options{gap:8px}.bundle-card{padding:14px 8px;min-height:108px}.bundle-name{font-size:.95rem}.bundle-price-label{font-size:.82rem}.bundle-free-label{font-size:.75rem}.bundle-card.popular:before{font-size:.68rem;padding:3px 10px;top:-11px}.gift-banner{padding:14px;gap:12px}.gift-banner-icon{width:44px;height:44px;font-size:1.3rem}.gift-banner-title{font-size:.92rem}.gift-banner-sub{font-size:.82rem}.gift-banner-value{font-size:.9rem}.sale-timer{padding:13px 14px}.timer-label{font-size:.88rem}.timer-unit{padding:5px 8px;font-size:.98rem;min-width:36px}.timer-sub-label{min-width:36px;font-size:.66rem}.btn-add-to-cart{padding:18px 20px;font-size:1.06rem}.btn-buy-now{padding:15px 20px;font-size:.98rem;margin-bottom:20px}.guarantee-strip{grid-template-columns:1fr;gap:10px;margin-bottom:24px}.guarantee-item{background:var(--surface);border-radius:10px;padding:11px 14px;align-items:center}.guarantee-text strong{display:inline;margin-right:6px}.tab-btn{margin-right:20px;font-size:.92rem;padding:13px 0}.tab-panel{font-size:.98rem}.sticky-cart-bar{padding:10px 14px}.sticky-thumb{width:42px;height:42px}.sticky-product-name{font-size:.88rem;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-product-price{font-size:.82rem}.sticky-add-btn{padding:12px 22px;font-size:.95rem}.section-eyebrow{font-size:.74rem}.section-sub{font-size:1rem}.video-grid{gap:10px}.video-card-name{font-size:.88rem}.video-card-caption{font-size:.78rem}.research-card{padding:24px 22px}.research-finding{font-size:1.15rem}.research-detail{font-size:.95rem}.timeline-title{font-size:1.1rem}.timeline-desc{font-size:.96rem}.guarantee-title{font-size:1.85rem}.guarantee-body{font-size:1.02rem}.problem-lead .section-title{font-size:1.9rem}.problem-analogy-text{font-size:1.1rem}.bundle-feature-title{font-size:1.8rem}.bundle-feature-price,.hero-v2-title{font-size:2.1rem}.hero-v2-sub{font-size:1.05rem}.hero-v2-proof{flex-wrap:wrap}}@media(max-width:400px){.bundle-options{grid-template-columns:repeat(auto-fit,minmax(95px,1fr));gap:6px}.bundle-card{padding:12px 6px}.hero-v2-title{font-size:1.85rem}}.trust-box{border:1.5px solid var(--border);border-radius:var(--radius);padding:18px 20px;margin-bottom:12px;background:var(--bg)}.trust-box-item{display:flex;align-items:center;gap:10px;font-size:.98rem;font-weight:600;color:var(--text);padding:5px 0}.trust-box-check{width:20px;height:20px;background:var(--sage);border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.7rem;flex-shrink:0}.delivery-eta{display:flex;align-items:center;justify-content:space-between;background:var(--sage-light);border-radius:10px;padding:12px 16px;margin-bottom:28px;font-size:.95rem;flex-wrap:wrap;gap:8px}.delivery-eta-left{display:flex;align-items:center;gap:8px;font-weight:600}.delivery-dot{width:8px;height:8px;background:var(--sage);border-radius:50%}.delivery-eta-right{font-weight:600}.product-accordions{border-top:1.5px solid var(--border)}.prod-acc{border-bottom:1.5px solid var(--border)}.prod-acc summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:19px 4px;font-size:1.1rem;font-weight:600;color:var(--text)}.prod-acc summary::-webkit-details-marker{display:none}.prod-acc-chevron{transition:transform .25s;color:var(--text2);font-size:1.1rem}.prod-acc[open] .prod-acc-chevron{transform:rotate(180deg);color:var(--sage)}.prod-acc-body{padding:4px 4px 24px;font-size:1.02rem;color:var(--text2);line-height:1.75}.prod-acc-body ul{padding-left:20px}.prod-acc-body li{margin-bottom:8px}.feature-heading{font-family:Fraunces,serif;font-size:1.5rem;font-weight:550;text-align:center;margin:8px 0 26px;color:var(--text)}.feature-heading em{font-style:italic;color:var(--sage)}.feature-row{display:flex;gap:16px;align-items:flex-start;margin-bottom:22px}.feature-row-icon{width:54px;height:54px;background:var(--sage-dark);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.feature-row-title{font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:4px}.feature-row-desc{font-size:.98rem;color:var(--text2);line-height:1.65}.edu-block{padding:64px 48px;background:var(--bg)}.edu-block.alt{background:var(--surface)}.edu-block-inner{max-width:760px;margin:0 auto}.edu-block-title{font-family:Fraunces,serif;font-size:2.1rem;font-weight:550;margin-bottom:20px}.edu-block-body{font-size:1.1rem;color:var(--text2);line-height:1.8}.edu-block-body p{margin-bottom:16px}.edu-block-body strong{color:var(--text)}.edu-block-img{border-radius:var(--radius-lg);overflow:hidden;margin:28px 0 0;box-shadow:var(--shadow-sm)}.edu-block-img img{width:100%;display:block}.edu-img-placeholder{aspect-ratio:16/10;background:var(--surface2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--text3);font-size:.95rem}.benefits-cloud{padding:72px 48px;background:#fff}.benefits-cloud-inner{max-width:780px;margin:0 auto;text-align:center}.benefits-cloud .section-title{margin-left:auto;margin-right:auto}.bc-featured{border:2px dashed var(--sage);border-radius:var(--radius-lg);padding:32px 30px;margin-bottom:32px;background:var(--bg)}.bc-featured-title{font-family:Fraunces,serif;font-size:1.55rem;font-weight:550;margin-bottom:12px}.bc-featured-desc{font-size:1.02rem;color:var(--text2);line-height:1.7;max-width:560px;margin:0 auto 20px}.bc-featured-img{border-radius:12px;overflow:hidden;max-width:420px;margin:0 auto}.bc-featured-img img{width:100%;display:block}.bc-pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.bc-pill{padding:11px 20px;border-radius:50px;border:1.5px solid var(--text);background:#fff;font-size:.95rem;font-weight:600;color:var(--text);cursor:pointer;transition:all .18s;font-family:inherit}.bc-pill:hover{background:var(--sage-light)}.bc-pill.active{background:var(--text);color:#fff}.bc-panel{display:none}.bc-panel.active{display:block}.review-carousel{padding:72px 48px;background:var(--bg)}.review-carousel-inner{max-width:560px;margin:0 auto;text-align:center}.rc-rating-line{font-size:1.05rem;font-weight:600;color:var(--text);margin-bottom:6px}.rc-rating-stars{color:var(--gold);font-size:1.5rem;letter-spacing:3px;margin-bottom:6px}.review-carousel .section-title{margin:0 auto 36px;font-size:2.1rem}.rc-track{position:relative}.rc-card{display:none;background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);text-align:left}.rc-card.active{display:block}.rc-card-img{aspect-ratio:1;background:var(--surface);overflow:hidden}.rc-card-img img{width:100%;height:100%;object-fit:cover}.rc-img-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--text3);font-size:.9rem}.rc-card-body{padding:24px 26px 28px}.rc-card-stars{color:var(--gold);font-size:1rem;margin-bottom:10px}.rc-card-stars span{color:var(--text2);font-size:.9rem;margin-left:6px;font-weight:600}.rc-card-quote{font-size:1.25rem;font-weight:700;margin-bottom:12px}.rc-card-text{font-size:1rem;color:var(--text2);line-height:1.7;margin-bottom:16px}.rc-card-name{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:600}.rc-verified{width:18px;height:18px;background:var(--text);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.6rem}.rc-nav{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:26px}.rc-arrow{width:44px;height:44px;border-radius:50%;border:1.5px solid var(--border);background:#fff;font-size:1.1rem;color:var(--text);display:flex;align-items:center;justify-content:center;transition:all .2s}.rc-arrow:hover{border-color:var(--sage);color:var(--sage)}.rc-dots{display:flex;gap:9px}.rc-dot{width:10px;height:10px;border-radius:50%;border:1.5px solid var(--text);background:transparent;padding:0;cursor:pointer;transition:background .2s}.rc-dot.active{background:var(--text)}.sticky-cart-bar{gap:10px}.sticky-selects{display:flex;gap:8px;flex:1;max-width:380px}.sticky-select-wrap{flex:1}.sticky-select-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text3);display:block;margin-bottom:2px}.sticky-select{width:100%;padding:9px 10px;border:1.5px solid var(--border);border-radius:8px;font-size:.9rem;font-family:inherit;background:#fff;color:var(--text)}.menu-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#211d1966;z-index:400;opacity:0;pointer-events:none;transition:opacity .25s}.menu-drawer-overlay.open{opacity:1;pointer-events:all}.menu-drawer{position:fixed;top:0;left:0;bottom:0;width:min(420px,100%);background:var(--bg);z-index:401;transform:translate(-100%);transition:transform .32s cubic-bezier(.4,0,.2,1);overflow-y:auto}.menu-drawer.open{transform:translate(0)}.menu-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--bg);z-index:1}.menu-drawer-close{background:none;border:none;font-size:1.5rem;color:var(--text);padding:6px;line-height:1}.menu-drawer-body{padding:18px 18px 32px}.menu-product-card{display:flex;align-items:center;justify-content:space-between;gap:14px;background:var(--sage-light);border-radius:14px;padding:6px 6px 6px 20px;margin-bottom:12px;text-decoration:none;color:inherit;min-height:96px;transition:transform .15s}.menu-product-card:active{transform:scale(.985)}.menu-product-info{flex:1}.menu-product-title{font-size:1.08rem;font-weight:700;color:var(--text);line-height:1.3}.menu-product-badge{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text3);margin-top:4px;display:block}.menu-product-img{width:118px;height:88px;border-radius:10px;overflow:hidden;flex-shrink:0;background:#fff}.menu-product-img img{width:100%;height:100%;object-fit:cover}.menu-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:var(--text3)}.menu-shop-all{display:block;width:100%;background:var(--sage-dark);color:#fff;text-align:center;border-radius:50px;padding:17px;font-size:1.05rem;font-weight:700;text-decoration:none;margin:20px 0 26px}.menu-links{list-style:none}.menu-links li{margin-bottom:4px}.menu-links a{display:block;padding:11px 4px;font-size:1.02rem;color:var(--text2);text-decoration:none}.menu-links a:hover{color:var(--text)}@media(max-width:768px){.edu-block,.benefits-cloud,.review-carousel{padding:48px 20px}.edu-block-title{font-size:1.65rem}.edu-block-body{font-size:1.02rem}.sticky-selects{display:none}.sticky-cart-bar{justify-content:space-between}.bc-pill{padding:10px 16px;font-size:.88rem}.review-carousel .section-title{font-size:1.7rem}}@media(min-width:769px){#menu-drawer-open{display:none!important}}@media(max-width:768px){.header-nav-wrap{display:none}.site-header{justify-content:space-between}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/gb-styles.css.map */
