@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@300;400;500;600&display=swap";:root{--font-heading: "Cormorant Garamond", Georgia, serif;--font-body: "Jost", sans-serif;--white: #FFFFFF;--cream: #FDFBF6;--cream-mid: #F5EFE3;--cream-dark: #EDE3D0;--gold: #C9A96E;--gold-light: #E8D4AA;--gold-dark: #A07840;--black: #1A1614;--gray-dark: #3D3530;--gray-mid: #7A706A;--gray-light: #C8BFB8;--red: #C0392B;--green: #2E7D5B;--max-width: 1280px;--gutter: 2rem;--transition: .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:300;color:var(--black);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:var(--font-body)}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4.5rem)}h2{font-size:clamp(2rem,3.5vw,3rem)}h3{font-size:clamp(1.5rem,2.5vw,2rem)}p{font-size:.9375rem;color:var(--gray-dark)}.label-sm{font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-dark)}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter)}.section-padding{padding:6rem 0}.text-center{text-align:center}.gold-rule{width:60px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:1.25rem auto}.gold-rule.left{margin-left:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;transition:all var(--transition);white-space:nowrap}.btn-primary{background:var(--black);color:var(--white);border:1px solid var(--black)}.btn-primary:hover{background:var(--gold-dark);border-color:var(--gold-dark)}.btn-gold{background:var(--gold);color:var(--white);border:1px solid var(--gold)}.btn-gold:hover{background:var(--gold-dark);border-color:var(--gold-dark)}.btn-outline{background:transparent;color:var(--black);border:1px solid var(--black)}.btn-outline:hover{background:var(--black);color:var(--white)}.btn-outline-gold{background:transparent;color:var(--gold-dark);border:1px solid var(--gold)}.btn-outline-gold:hover{background:var(--gold);color:var(--white)}.btn-full{width:100%;justify-content:center}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.announcement-bar{background:var(--black);color:var(--gold-light);text-align:center;padding:.625rem 1rem;font-size:.75rem;letter-spacing:.12em;position:relative;overflow:hidden}.announcement-bar .marquee-inner{display:inline-flex;gap:4rem;animation:marquee 30s linear infinite;white-space:nowrap}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--cream-dark);transition:box-shadow var(--transition)}.site-header.scrolled{box-shadow:0 2px 20px #1a161414}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:1.25rem var(--gutter);max-width:var(--max-width);margin:0 auto}.header-logo{font-family:var(--font-heading);font-size:1.625rem;font-weight:500;letter-spacing:.04em;justify-self:center}.header-logo span{color:var(--gold)}.header-nav{display:flex;gap:2.5rem}.header-nav a{font-size:.75rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--gray-dark);transition:color var(--transition);position:relative}.header-nav a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--gold);transition:width var(--transition)}.header-nav a:hover{color:var(--black)}.header-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:1.25rem;justify-content:flex-end}.header-actions a,.header-actions button{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-mid);transition:color var(--transition)}.header-actions a:hover,.header-actions button:hover{color:var(--gold)}.cart-count{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:var(--gold);color:var(--white);font-size:.625rem;font-weight:500;border-radius:50%;margin-left:4px}.menu-toggle{display:none;flex-direction:column;gap:5px;padding:4px}.menu-toggle span{display:block;width:22px;height:1px;background:var(--black)}.hero{position:relative;min-height:92vh;display:flex;align-items:center;overflow:hidden;background:var(--cream)}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#fdfbf6ed 45%,#fdfbf659)}.hero-content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter)}.hero-inner{max-width:580px}.hero h1{margin-bottom:1.5rem;font-style:italic}.hero h1 em{font-style:normal;color:var(--gold-dark)}.hero-subtitle{font-size:1.0625rem;color:var(--gray-dark);max-width:460px;margin-bottom:2rem;line-height:1.8}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero-social-proof{display:flex;align-items:center;gap:.75rem}.hero-stars{color:var(--gold);font-size:.875rem}.hero-proof-text{font-size:.8125rem;color:var(--gray-mid)}.hero-proof-text strong{color:var(--black)}.audience-section{background:var(--cream-mid);padding:4rem 0}.audience-toggle{display:flex;justify-content:center;gap:0;margin-bottom:3rem;border:1px solid var(--cream-dark);background:var(--white);width:fit-content;margin-left:auto;margin-right:auto}.audience-btn{padding:.75rem 2.5rem;font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--gray-mid);background:transparent;border:none;cursor:pointer;transition:all var(--transition)}.audience-btn.active{background:var(--black);color:var(--white)}.audience-panel{display:none}.audience-panel.active{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.audience-panel-image{aspect-ratio:4/5;overflow:hidden;background:var(--cream-dark)}.audience-panel-image img{width:100%;height:100%;object-fit:cover}.audience-panel-content h2{font-style:italic;margin-bottom:1rem}.audience-panel-content p{margin-bottom:2rem;line-height:1.8}.audience-features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.audience-feature{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:var(--gray-dark)}.audience-feature-dot{width:6px;height:6px;background:var(--gold);border-radius:50%;margin-top:.5rem;flex-shrink:0}.trust-bar{background:var(--white);border-top:1px solid var(--cream-dark);border-bottom:1px solid var(--cream-dark)}.trust-bar-inner{display:flex;justify-content:center;flex-wrap:wrap;gap:2.5rem;padding:1.125rem var(--gutter);max-width:var(--max-width);margin:0 auto}.trust-item{display:flex;align-items:center;gap:.5rem}.trust-item svg{width:16px;height:16px;color:var(--gold);flex-shrink:0}.trust-item span{font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gray-mid)}.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1px solid var(--cream-dark);z-index:90;transform:translateY(100%);transition:transform .4s ease;box-shadow:0 -4px 24px #1a16141a}.sticky-atc.visible{transform:translateY(0)}.sticky-atc-inner{max-width:var(--max-width);margin:0 auto;padding:.875rem var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.sticky-atc-product{display:flex;align-items:center;gap:1rem}.sticky-atc-img{width:48px;height:48px;background:var(--cream);overflow:hidden;flex-shrink:0}.sticky-atc-img img{width:100%;height:100%;object-fit:cover}.sticky-atc-name{font-family:var(--font-heading);font-size:1.1rem}.sticky-atc-price{font-size:.875rem;color:var(--gold-dark);font-weight:500}.sticky-atc-actions{display:flex;align-items:center;gap:1rem}.sticky-atc-actions .btn{padding:.75rem 2rem}.before-after-section{background:var(--cream);padding:6rem 0}.ba-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.ba-card{position:relative;overflow:hidden}.ba-card-images{display:grid;grid-template-columns:1fr 1fr;gap:2px;aspect-ratio:1;background:var(--cream-dark)}.ba-card-images>div{overflow:hidden;position:relative}.ba-card-images img{width:100%;height:100%;object-fit:cover}.ba-label{position:absolute;bottom:.5rem;left:.5rem;background:#1a1614b3;color:var(--white);font-size:.625rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:.2rem .5rem}.ba-card-info{padding:1.25rem 0}.ba-card-info p{font-size:.875rem;color:var(--gray-dark);font-style:italic;margin-bottom:.25rem}.ba-card-info span{font-size:.75rem;color:var(--gray-mid);font-weight:500;letter-spacing:.08em}.ugc-section{padding:5rem 0;background:var(--white);overflow:hidden}.ugc-track{display:flex;gap:1rem;animation:ugc-scroll 40s linear infinite;width:max-content}.ugc-track:hover{animation-play-state:paused}@keyframes ugc-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ugc-card{width:260px;flex-shrink:0}.ugc-card-img{aspect-ratio:1;background:var(--cream-mid);overflow:hidden;margin-bottom:1rem}.ugc-card-img img{width:100%;height:100%;object-fit:cover}.ugc-card-stars{color:var(--gold);font-size:.75rem;margin-bottom:.4rem}.ugc-card p{font-size:.8125rem;color:var(--gray-dark);font-style:italic;line-height:1.6;margin-bottom:.4rem}.ugc-card span{font-size:.75rem;color:var(--gray-mid);font-weight:500;letter-spacing:.08em;text-transform:uppercase}.how-it-works{background:var(--black);padding:6rem 0}.how-it-works h2{color:var(--white);text-align:center;font-style:italic;margin-bottom:.5rem}.how-it-works .gold-rule{margin-bottom:4rem}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.steps-grid:before{content:"";position:absolute;top:28px;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,var(--gold),var(--gold),transparent)}.step-item{text-align:center;position:relative}.step-number{width:56px;height:56px;border:1px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-family:var(--font-heading);font-size:1.5rem;color:var(--gold);background:var(--black);position:relative;z-index:1}.step-item h4{font-family:var(--font-heading);font-size:1.1875rem;color:var(--white);margin-bottom:.5rem}.step-item p{font-size:.875rem;color:var(--gray-light);line-height:1.7}.urgency-banner{background:linear-gradient(135deg,var(--gold-dark),var(--gold));padding:1.25rem var(--gutter);text-align:center}.urgency-inner{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.urgency-text{font-size:.875rem;font-weight:500;letter-spacing:.08em;color:var(--white);text-transform:uppercase}.countdown{display:flex;gap:.5rem;align-items:center}.countdown-unit{text-align:center}.countdown-num{display:block;background:#fff3;color:var(--white);font-family:var(--font-heading);font-size:1.5rem;padding:.2rem .6rem;min-width:44px}.countdown-label{font-size:.6rem;color:#fffc;letter-spacing:.1em;text-transform:uppercase}.countdown-sep{color:var(--white);font-size:1.25rem;padding-bottom:1rem}.split-section{display:grid;grid-template-columns:1fr 1fr}.split-image{aspect-ratio:1;overflow:hidden}.split-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.split-section:hover .split-image img{transform:scale(1.03)}.split-content{display:flex;align-items:center;padding:5rem 4rem;background:var(--cream)}.split-content-inner{max-width:440px}.split-content h2{margin-bottom:1rem;font-style:italic}.split-content p{margin-bottom:1.5rem;line-height:1.8}.split-mini-benefits{display:flex;flex-direction:column;gap:.625rem;margin-bottom:2rem}.split-mini-benefit{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:var(--gray-dark)}.split-mini-benefit:before{content:"\2713";color:var(--gold);font-weight:500;flex-shrink:0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.feature-item{text-align:center;padding:2.5rem 1.5rem;border:1px solid var(--cream-dark);background:var(--white);transition:border-color var(--transition),box-shadow var(--transition)}.feature-item:hover{border-color:var(--gold-light);box-shadow:0 8px 32px #c9a96e14}.feature-icon{width:48px;height:48px;margin:0 auto 1.25rem;color:var(--gold)}.feature-item h4{font-family:var(--font-heading);font-size:1.1875rem;margin-bottom:.5rem}.feature-item p{font-size:.875rem;color:var(--gray-mid);line-height:1.7}.ingredients-section{background:var(--cream);padding:6rem 0}.ingredients-tabs{display:flex;justify-content:center;gap:0;border-bottom:1px solid var(--cream-dark);margin-bottom:3rem}.ing-tab{padding:.875rem 2rem;font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--gray-mid);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;transition:all var(--transition)}.ing-tab.active{color:var(--gold-dark);border-bottom-color:var(--gold)}.ing-panel{display:none;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.ing-panel.active{display:grid}.ing-image{aspect-ratio:1;background:var(--cream-dark);overflow:hidden}.ing-image img{width:100%;height:100%;object-fit:cover}.ing-content h3{font-style:italic;margin-bottom:.5rem}.ing-content .ing-origin{font-size:.8rem;color:var(--gold-dark);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;display:block}.ing-content p{line-height:1.8;margin-bottom:1.5rem}.ing-benefits-list{display:flex;flex-direction:column;gap:.5rem}.ing-benefit{font-size:.875rem;color:var(--gray-dark);display:flex;gap:.625rem}.ing-benefit:before{content:"\25c8";color:var(--gold);flex-shrink:0}.results-banner{background:var(--black);padding:5rem 0;text-align:center}.results-banner h2{color:var(--white);font-style:italic;margin-bottom:.5rem}.results-banner>.container>p{color:var(--gray-light);max-width:500px;margin:0 auto 3rem}.results-stats{display:flex;justify-content:center;gap:5rem;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-family:var(--font-heading);font-size:3.5rem;color:var(--gold);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.75rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--gray-light)}.testimonials-section{background:var(--cream);padding:6rem 0}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.testimonial-card{background:var(--white);padding:2.5rem;border-left:3px solid var(--gold)}.testimonial-stars{color:var(--gold);letter-spacing:2px;font-size:.875rem;margin-bottom:1rem}.testimonial-card blockquote{font-family:var(--font-heading);font-size:1.125rem;font-style:italic;color:var(--black);line-height:1.6;margin-bottom:1.5rem}.testimonial-meta{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--cream-mid);overflow:hidden;flex-shrink:0}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-author{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-mid)}.testimonial-tag{font-size:.7rem;color:var(--gold-dark)}.press-section{background:var(--white);padding:3rem 0;border-top:1px solid var(--cream-dark);border-bottom:1px solid var(--cream-dark)}.press-label{text-align:center;margin-bottom:1.5rem}.press-logos{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.press-logo{font-family:var(--font-heading);font-size:1.25rem;color:var(--gray-light);letter-spacing:.06em;transition:color var(--transition);font-style:italic}.press-logo:hover{color:var(--gold-dark)}.bundle-section{background:var(--white);padding:6rem 0}.bundle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.bundle-card{border:1px solid var(--cream-dark);padding:2rem;position:relative;transition:border-color var(--transition),box-shadow var(--transition)}.bundle-card:hover{border-color:var(--gold-light);box-shadow:0 8px 32px #c9a96e1a}.bundle-card.featured{border-color:var(--gold)}.bundle-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--gold);color:var(--white);font-size:.625rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;padding:.3rem 1rem;white-space:nowrap}.bundle-name{font-family:var(--font-heading);font-size:1.5rem;margin-bottom:.25rem}.bundle-qty{font-size:.8125rem;color:var(--gray-mid);margin-bottom:1.5rem}.bundle-price{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.5rem}.bundle-price .current{font-family:var(--font-heading);font-size:2rem}.bundle-price .was{font-size:1rem;color:var(--gray-light);text-decoration:line-through}.bundle-saving{font-size:.8rem;color:var(--green);font-weight:500;margin-bottom:1.5rem}.bundle-perks{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.bundle-perk{font-size:.875rem;color:var(--gray-dark);display:flex;gap:.5rem;align-items:flex-start}.bundle-perk:before{content:"\2713";color:var(--gold);font-weight:500}.quiz-section{background:linear-gradient(135deg,var(--black) 0%,#2A2018 100%);padding:6rem 0;text-align:center}.quiz-section h2{color:var(--white);font-style:italic}.quiz-section p{color:var(--gray-light);max-width:480px;margin:0 auto 2.5rem}.quiz-options{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.quiz-option{padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.2);color:var(--gray-light);font-size:.8125rem;font-weight:400;letter-spacing:.1em;cursor:pointer;transition:all var(--transition)}.quiz-option:hover,.quiz-option.selected{border-color:var(--gold);color:var(--gold-light);background:#c9a96e1a}.video-section{background:var(--black);padding:6rem 0}.video-section h2{color:var(--white);text-align:center;font-style:italic}.video-section .gold-rule{margin-bottom:3rem}.video-wrapper{position:relative;aspect-ratio:16/9;max-width:900px;margin:0 auto;overflow:hidden;background:var(--gray-dark);cursor:pointer}.video-wrapper img{width:100%;height:100%;object-fit:cover}.video-play-btn{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.video-play-btn span{width:72px;height:72px;border:2px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.5rem;transition:all var(--transition);background:#1a161480}.video-play-btn:hover span{background:var(--gold);color:var(--white)}.newsletter-section{background:var(--cream-mid);padding:5rem 0;text-align:center}.newsletter-section h2{font-style:italic;margin-bottom:.5rem}.newsletter-section p{color:var(--gray-mid);margin-bottom:2rem}.newsletter-form{display:flex;max-width:440px;margin:0 auto}.newsletter-form input{flex:1;padding:.875rem 1.25rem;border:1px solid var(--cream-dark);font-family:var(--font-body);font-size:.875rem;background:var(--white);outline:none;transition:border-color var(--transition)}.newsletter-form input:focus{border-color:var(--gold)}.newsletter-form button{padding:.875rem 1.75rem;background:var(--gold);color:var(--white);font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;border:1px solid var(--gold);transition:background var(--transition)}.newsletter-form button:hover{background:var(--gold-dark);border-color:var(--gold-dark)}.newsletter-trust{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem;flex-wrap:wrap}.newsletter-trust span{font-size:.75rem;color:var(--gray-mid);display:flex;align-items:center;gap:.35rem}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:6rem;padding:4rem var(--gutter);max-width:var(--max-width);margin:0 auto}.product-gallery{position:sticky;top:6rem;align-self:start}.product-main-image{aspect-ratio:1;background:var(--cream);overflow:hidden;margin-bottom:1rem}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:flex;gap:.75rem}.product-thumb{width:80px;height:80px;background:var(--cream);overflow:hidden;cursor:pointer;border:1px solid transparent;transition:border-color var(--transition)}.product-thumb.active,.product-thumb:hover{border-color:var(--gold)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:1rem}.product-subtitle{color:var(--gold-dark);font-size:.8125rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem}.product-title{font-family:var(--font-heading);font-size:2.5rem;margin-bottom:.5rem;font-style:italic}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.8125rem;color:var(--gray-mid)}.product-rating .stars{color:var(--gold)}.product-price-wrap{display:flex;align-items:baseline;gap:1rem;margin-bottom:1rem}.product-price{font-family:var(--font-heading);font-size:2rem}.product-compare-price{font-size:1rem;color:var(--gray-light);text-decoration:line-through}.product-saving{font-size:.8rem;background:var(--gold-light);color:var(--gold-dark);padding:.2rem .6rem;font-weight:500}.product-description{color:var(--gray-dark);font-size:.9375rem;line-height:1.8;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--cream-dark)}.purchase-toggle{display:flex;gap:0;margin-bottom:1.5rem;border:1px solid var(--cream-dark);overflow:hidden}.purchase-option{flex:1;padding:.875rem;text-align:center;cursor:pointer;transition:all var(--transition);border:none;font-family:var(--font-body)}.purchase-option.active{background:var(--black);color:var(--white)}.purchase-option .option-title{font-size:.8rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;display:block;margin-bottom:.2rem}.purchase-option .option-sub{font-size:.7rem;color:inherit;opacity:.7}.purchase-option.active .option-sub{opacity:.8;color:var(--gold-light)}.add-to-cart-btn{width:100%;padding:1.125rem;background:var(--gold);color:var(--white);font-family:var(--font-body);font-size:.8rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;border:none;cursor:pointer;transition:background var(--transition);margin-bottom:.75rem}.add-to-cart-btn:hover{background:var(--gold-dark)}.product-benefits{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--cream-dark)}.product-benefit{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--gray-mid)}.product-benefit:before{content:"";width:6px;height:6px;background:var(--gold);border-radius:50%;flex-shrink:0}.accordion-item{border-bottom:1px solid var(--cream-dark)}.accordion-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:.8125rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--black);cursor:pointer;transition:color var(--transition)}.accordion-trigger:hover{color:var(--gold-dark)}.accordion-trigger .icon{font-size:1.25rem;color:var(--gold);transition:transform var(--transition);line-height:1}.accordion-trigger[aria-expanded=true] .icon{transform:rotate(45deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .4s ease}.accordion-content-inner{padding:0 0 1.5rem;font-size:.9rem;color:var(--gray-dark);line-height:1.8}.site-footer{background:var(--black);color:var(--white);padding:5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding:0 var(--gutter);max-width:var(--max-width);margin:0 auto 4rem}.footer-brand .logo{font-family:var(--font-heading);font-size:1.5rem;color:var(--white);margin-bottom:1rem;display:block}.footer-brand .logo span{color:var(--gold)}.footer-brand p{font-size:.875rem;color:var(--gray-light);line-height:1.8;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.footer-social a{width:36px;height:36px;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--gray-light);transition:all var(--transition)}.footer-social a:hover{border-color:var(--gold);color:var(--gold)}.footer-col h5{font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1.25rem}.footer-col ul{display:flex;flex-direction:column;gap:.625rem}.footer-col ul a{font-size:.875rem;color:var(--gray-light);transition:color var(--transition)}.footer-col ul a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.5rem var(--gutter) 0;max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.8rem;color:var(--gray-mid)}.footer-bottom a{font-size:.8rem;color:var(--gray-mid);transition:color var(--transition)}.footer-bottom a:hover{color:var(--gold)}.footer-certifications{display:flex;gap:1rem;align-items:center;margin-top:1.5rem}.footer-cert{font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-mid);border:1px solid rgba(255,255,255,.1);padding:.35rem .75rem}.cart-drawer{position:fixed;top:0;right:-420px;width:420px;height:100vh;background:var(--white);z-index:200;transition:right .4s ease;display:flex;flex-direction:column;border-left:1px solid var(--cream-dark)}.cart-drawer.open{right:0}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a161480;z-index:150;opacity:0;pointer-events:none;transition:opacity var(--transition)}.overlay.visible{opacity:1;pointer-events:all}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--gray-mid);padding:1.25rem 0}.breadcrumb a:hover{color:var(--gold)}@media(max-width:1024px){.product-page{grid-template-columns:1fr;gap:3rem}.product-gallery{position:static}.footer-grid{grid-template-columns:1fr 1fr}.split-section{grid-template-columns:1fr}.split-content{padding:3rem 2rem}.split-content-inner{max-width:100%}.steps-grid{grid-template-columns:1fr 1fr;gap:2rem}.steps-grid:before{display:none}.bundle-grid{grid-template-columns:1fr;max-width:440px;margin:0 auto}.ba-grid{grid-template-columns:1fr 1fr}.audience-panel.active,.ing-panel.active{grid-template-columns:1fr}}@media(max-width:768px){:root{--gutter: 1.25rem}.header-nav{display:none}.header-nav.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--white);padding:2rem;border-bottom:1px solid var(--cream-dark);gap:1.5rem;z-index:99}.menu-toggle{display:flex}h1{font-size:2.5rem}h2{font-size:1.875rem}.hero{min-height:80vh}.results-stats{gap:2rem}.stat-number{font-size:2.5rem}.footer-grid{grid-template-columns:1fr 1fr}.cart-drawer{width:100%;right:-100%}.product-benefits{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr 1fr}.ba-grid{grid-template-columns:1fr}.sticky-atc-inner{flex-wrap:wrap}.purchase-toggle{flex-direction:column}}@media(max-width:480px){.features-grid,.footer-grid{grid-template-columns:1fr}.newsletter-form,.hero-cta{flex-direction:column}.urgency-inner{flex-direction:column;gap:.75rem}.steps-grid{grid-template-columns:1fr}.press-logos{gap:1.5rem}.quiz-options{flex-direction:column;align-items:center}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/pure-leaf.css.map */
