:root{--black: #070707;--deep: #0c0c09;--dark: #141410;--card: #1c1c16;--card2: #222219;--gold: #c8922a;--gold2: #e8b040;--gold3: #f5d070;--cream: #f0e8d0;--text: #c8b890;--muted: #7a6a50;--white: #ffffff;--border: rgba(200,146,42,.15);--border2: rgba(200,146,42,.28)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px}body{font-family:Inter,sans-serif;background:var(--black);color:var(--cream);overflow-x:hidden;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit}.section-eyebrow{display:flex;align-items:center;gap:.6rem;font-size:.7rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.section-eyebrow:before{content:"";width:22px;height:1px;background:var(--gold);opacity:.7}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,5vw,4rem);font-weight:600;line-height:1.05;color:var(--white);margin-bottom:1.2rem}.section-title em{font-style:italic;color:var(--gold)}.section-sub{font-size:1rem;font-weight:300;color:var(--text);line-height:1.75;max-width:540px;margin-bottom:2rem}.section-inner{max-width:1280px;margin:0 auto;padding:0 4rem}.btn-gold{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--black);padding:.9rem 2.2rem;border-radius:4px;border:none;font-family:Inter,sans-serif;font-size:.88rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 20px #c8922a4d;transition:all .25s}.btn-gold:hover{background:linear-gradient(135deg,var(--gold2),var(--gold3));transform:translateY(-2px);box-shadow:0 8px 28px #c8922a66}.btn-gold.btn-large{font-size:1rem;padding:1.1rem 2.8rem}.btn-gold.btn-full{width:100%;display:flex}.btn-gold.btn-center{display:flex;margin:0 auto}.btn-outline-gold{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background:transparent;color:var(--gold);padding:.9rem 2.2rem;border-radius:4px;border:1.5px solid rgba(200,146,42,.4);font-family:Inter,sans-serif;font-size:.88rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .25s}.btn-outline-gold:hover{background:#c8922a14;border-color:var(--gold)}.btn-outline-gold.btn-full{width:100%;display:flex}.atc-form{margin:0;padding:0}.atc-form .btn-gold,.atc-form .btn-outline-gold{border:none}.gold-text{color:var(--gold)!important}#main-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 4rem;background:#07070700;border-bottom:1px solid rgba(200,146,42,0);transition:background .4s,border-color .4s,backdrop-filter .4s}#main-nav.scrolled{background:#070707eb;border-bottom-color:var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.nav-brand{display:flex;align-items:center;gap:.6rem;text-decoration:none}.nav-logo-icon{color:var(--gold);font-size:1rem}.nav-logo-text{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:700;color:var(--white);letter-spacing:.12em}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{font-size:.78rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text);transition:color .2s}.nav-links a:hover{color:var(--gold)}.nav-right{display:flex;align-items:center;gap:1.2rem}.nav-cta-btn{background:var(--gold);color:var(--black);padding:.5rem 1.3rem;border-radius:3px;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transition:all .2s}.nav-cta-btn:hover{background:var(--gold2)}.nav-cart{position:relative;color:var(--text);transition:color .2s}.nav-cart:hover{color:var(--gold)}.cart-count{position:absolute;top:-6px;right:-8px;background:var(--gold);color:var(--black);border-radius:50%;width:17px;height:17px;font-size:.6rem;font-weight:800;display:flex;align-items:center;justify-content:center}.nav-hamburger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:4px}.nav-hamburger span{display:block;width:22px;height:1.5px;background:var(--text);transition:all .3s}.mobile-menu{display:none;flex-direction:column;background:#070707f7;border-bottom:1px solid var(--border);position:fixed;top:0;left:0;right:0;z-index:99;padding-top:70px}.mobile-menu a{display:block;padding:.9rem 2rem;color:var(--cream);font-size:.88rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.04)}.mobile-menu a:hover,.mobile-menu a:focus{color:var(--gold)}.mobile-menu .mobile-cta{background:#c8922a1f;color:var(--gold);font-weight:700}.mobile-menu.open{display:flex}.cart-toast{position:fixed;bottom:2rem;right:2rem;z-index:999;background:var(--card2);border:1px solid var(--border2);border-radius:10px;padding:1rem 1.4rem;display:flex;align-items:center;gap:.8rem;box-shadow:0 8px 32px #00000080;transform:translateY(120%);opacity:0;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .35s;max-width:320px}.cart-toast.visible{transform:translateY(0);opacity:1}.toast-check{color:#4aaa4a;font-size:1rem}.cart-toast span{font-size:.83rem;color:var(--cream)}.toast-link{font-size:.78rem;color:var(--gold);font-weight:700;white-space:nowrap}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-video{width:100%;height:100%;object-fit:cover;object-position:center}.hero-video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#070707eb,#070707b3,#0707078c)}.hero-inner{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:9rem 4rem 5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.hero-eyebrow{display:flex;align-items:center;gap:.6rem;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.4rem;animation:fadeUp .8s ease both}.eyebrow-dot{width:6px;height:6px;background:var(--gold);border-radius:50%;animation:pulse 1.5s ease infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(3.8rem,8vw,7rem);font-weight:600;line-height:.92;color:var(--white);margin-bottom:1.4rem;animation:fadeUp .8s .1s ease both}.hero-title em{font-style:italic;color:var(--gold);display:block}.hero-sub{font-size:1.05rem;font-weight:300;color:var(--text);line-height:1.75;max-width:460px;margin-bottom:2.5rem;animation:fadeUp .8s .2s ease both}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;animation:fadeUp .8s .3s ease both}.hero-learn-link{font-size:.82rem;color:var(--text);letter-spacing:.08em;text-transform:uppercase;display:flex;align-items:center;gap:.4rem;opacity:.7;transition:opacity .2s,color .2s}.hero-learn-link:hover{opacity:1;color:var(--gold)}.hero-proof{display:flex;align-items:center;gap:2rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(200,146,42,.15);animation:fadeUp .8s .45s ease both;flex-wrap:wrap}.hero-proof-item{text-align:center}.proof-stars{color:var(--gold);font-size:.95rem}.proof-num{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:700;color:var(--gold);display:block;line-height:1}.proof-unit{font-size:1rem;font-weight:400}.proof-text{font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);display:block;margin-top:.2rem}.hero-proof-divider{width:1px;height:36px;background:#c8922a33}.hero-product{position:relative;display:flex;justify-content:center;align-items:center;animation:fadeIn 1.2s .3s ease both}.hero-bottle-glow{position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(200,146,42,.18) 0%,transparent 70%);border-radius:50%;animation:breathe 4s ease-in-out infinite}@keyframes breathe{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.08);opacity:1}}.hero-bottle-img{position:relative;z-index:2;max-width:460px;width:100%;filter:drop-shadow(0 30px 60px rgba(0,0,0,.6))}.hero-floating-badge{position:absolute;z-index:3;background:#0c0c09e0;border:1px solid var(--border2);border-radius:10px;padding:.65rem 1rem;text-align:center;animation:float 3.5s ease-in-out infinite;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.badge-1{bottom:50px;right:0;animation-delay:-1s}.badge-2{top:80px;left:0;animation-delay:-.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.fb-num{display:block;font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:700;color:var(--gold)}.fb-label{display:block;font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text)}.hero-scroll-cue{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:2}.scroll-dot{width:24px;height:24px;border:1.5px solid rgba(200,146,42,.4);border-radius:50%;position:relative;animation:scrollBounce 2s ease-in-out infinite}.scroll-dot:before{content:"";position:absolute;top:3px;left:50%;transform:translate(-50%);width:4px;height:8px;background:var(--gold);border-radius:2px}@keyframes scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.trust-bar{background:linear-gradient(90deg,#c8922a1a,#c8922a0f,#c8922a1a);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:.85rem 0;overflow:hidden}.trust-bar-inner{display:flex;align-items:center;justify-content:center;gap:1.8rem;flex-wrap:wrap;max-width:1280px;margin:0 auto;padding:0 2rem}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text);white-space:nowrap}.ti-icon{font-size:.9rem}.trust-sep{color:var(--gold);opacity:.3;font-size:.6rem}.benefits-section{padding:7rem 0;background:linear-gradient(180deg,var(--black),var(--deep))}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:#c8922a0f;border:1px solid var(--border);border-radius:14px;overflow:hidden;margin-top:4rem}.benefit-card{background:var(--dark);padding:2.5rem 2rem;position:relative;overflow:hidden;transition:background .3s}.benefit-card:hover{background:var(--card)}.benefit-icon-wrap{width:60px;height:60px;border-radius:10px;overflow:hidden;position:relative;margin-bottom:1.3rem;border:1px solid var(--border)}.benefit-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0}.benefit-icon-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#c8922a4d,#0c0c09cc)}.benefit-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:1.6rem}.benefit-content h3{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:700;color:var(--white);margin-bottom:.6rem}.benefit-content p{font-size:.83rem;color:var(--text);line-height:1.7;font-weight:300}.benefit-num{position:absolute;bottom:.8rem;right:1.2rem;font-family:Cormorant Garamond,serif;font-size:4rem;font-weight:700;color:#c8922a0d;line-height:1}.product-showcase{padding:7rem 0;background:var(--deep)}.showcase-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.showcase-main-img{border-radius:16px;overflow:hidden;background:var(--dark);border:1px solid var(--border);aspect-ratio:1;margin-bottom:.8rem}.showcase-main-img img{width:100%;height:100%;object-fit:cover;transition:opacity .2s}.showcase-thumbs{display:flex;gap:.6rem}.sc-thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;border:1.5px solid var(--border);cursor:pointer;transition:border-color .2s;background:var(--dark);flex-shrink:0}.sc-thumb:hover,.sc-thumb-active{border-color:var(--gold)}.sc-thumb img{width:100%;height:100%;object-fit:cover}.showcase-rating{display:flex;align-items:center;gap:.6rem;margin-bottom:1.5rem}.sc-stars{color:var(--gold);font-size:1rem}.sc-rating-num{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:700;color:var(--gold)}.sc-reviews{font-size:.78rem;color:var(--muted)}.showcase-specs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.spec-pill{background:#c8922a14;border:1px solid var(--border);border-radius:20px;padding:.3rem .85rem;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold)}.showcase-desc{font-size:.9rem;color:var(--text);line-height:1.75;font-weight:300;margin-bottom:1.8rem;padding-bottom:1.8rem;border-bottom:1px solid var(--border)}.showcase-price-row{display:flex;align-items:baseline;gap:.8rem;margin-bottom:1.5rem}.showcase-price{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:700;color:var(--gold)}.showcase-compare{font-size:1.2rem;color:var(--muted);text-decoration:line-through}.showcase-save{background:#c8922a26;border:1px solid var(--border2);border-radius:20px;padding:.2rem .7rem;font-size:.72rem;font-weight:700;color:var(--gold)}.showcase-guarantees{display:flex;gap:1.5rem;margin-top:1.2rem;flex-wrap:wrap}.sg-item{font-size:.78rem;color:var(--muted);display:flex;align-items:center;gap:.4rem}.ingredients-section{padding:7rem 0;background:var(--black)}.ingredients-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:start;margin-top:4rem}.ingredients-bottle img{width:100%;border-radius:16px;border:1px solid var(--border)}.ingredients-list{display:flex;flex-direction:column;gap:0}.ingredient-item{padding:1.5rem 0;border-bottom:1px solid var(--border)}.ingredient-item:last-child{border-bottom:none}.ing-header{display:flex;align-items:center;gap:.8rem;margin-bottom:.6rem}.ing-icon{font-size:1.2rem}.ing-name{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:700;color:var(--white);flex:1}.ing-dose{font-size:.8rem;font-weight:700;color:var(--gold);background:#c8922a1a;border:1px solid var(--border);border-radius:20px;padding:.2rem .7rem}.ing-desc{font-size:.83rem;color:var(--text);line-height:1.7;font-weight:300;padding-left:2rem}.supp-facts-panel{margin-top:5rem}.supp-facts-img{width:100%;border-radius:16px;border:1px solid var(--border);max-height:600px;object-fit:cover;object-position:center}.video-section{padding:7rem 0;background:var(--deep)}.video-section-inner{max-width:1280px;margin:0 auto;padding:0 4rem;display:grid;grid-template-columns:1fr 1.6fr;gap:5rem;align-items:center}.vs-video-wrap{position:relative;border-radius:16px;overflow:hidden;border:1px solid var(--border);background:var(--dark)}.vs-video{width:100%;display:block}.vs-play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#07070766;transition:opacity .3s}.vs-play-overlay.hidden{opacity:0;pointer-events:none}.vs-play-btn{background:none;border:none;cursor:pointer;color:var(--gold);width:72px;height:72px;transition:transform .2s}.vs-play-btn:hover{transform:scale(1.1)}.vs-play-btn svg{width:100%;height:100%}.gallery-section{padding:7rem 0;background:var(--black)}.gallery-masonry{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:340px 340px;gap:1.2rem;margin-top:4rem}.gm-item{border-radius:14px;overflow:hidden;position:relative;border:1px solid var(--border);transition:transform .35s}.gm-item:hover{transform:scale(1.02)}.gm-item.gm-tall{grid-row:span 2}.gm-item.gm-wide{grid-column:span 2}.gm-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}.gm-item:hover img{transform:scale(1.04)}.gm-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.2rem 1.5rem;background:linear-gradient(to top,rgba(7,7,7,.8),transparent)}.gm-overlay span{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:600;color:var(--gold);letter-spacing:.04em}.science-section{padding:7rem 0;background:var(--deep)}.science-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.science-img img{width:100%;border-radius:16px;border:1px solid var(--border)}.science-desc{font-size:.95rem;color:var(--text);line-height:1.8;font-weight:300;margin-bottom:2.5rem}.science-points{display:flex;flex-direction:column;gap:1.4rem;margin-bottom:2rem}.sci-point{display:flex;gap:1rem;align-items:flex-start}.sci-check{width:28px;height:28px;background:#c8922a1f;border:1px solid var(--border2);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold);font-weight:700;font-size:.85rem}.sci-title{font-size:.9rem;font-weight:600;color:var(--white);margin-bottom:.2rem}.sci-sub{font-size:.8rem;color:var(--text);font-weight:300}.science-cert-row{display:flex;gap:.8rem;flex-wrap:wrap}.sci-cert{background:#c8922a14;border:1px solid var(--border);border-radius:8px;padding:.6rem 1rem;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);text-align:center;line-height:1.4}.pricing-section{padding:7rem 0;background:var(--black)}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:4rem;max-width:860px;margin-left:auto;margin-right:auto}.price-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:2.5rem;position:relative;transition:transform .3s,border-color .3s}.price-card:hover{transform:translateY(-4px);border-color:var(--border2)}.price-card-featured{border-color:var(--gold);box-shadow:0 0 40px #c8922a26}.pc-best-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:linear-gradient(90deg,var(--gold),var(--gold2));color:var(--black);font-size:.72rem;font-weight:800;padding:.3rem 1.2rem;border-radius:20px;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.pc-top{text-align:center;margin-bottom:1.8rem}.pc-name{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:700;color:var(--white);margin-bottom:.2rem}.pc-sub{font-size:.78rem;color:var(--muted);margin-bottom:1.5rem}.pc-img-wrap{width:120px;height:120px;margin:0 auto 1.2rem;position:relative}.pc-img-wrap img{width:100%;height:100%;object-fit:contain}.pc-img-double{width:160px}.pc-bottle-a,.pc-bottle-b{width:90px!important;height:90px!important;position:absolute}.pc-bottle-a{left:0;bottom:0;z-index:2}.pc-bottle-b{right:0;top:0;opacity:.7}.pc-price-row{display:flex;align-items:baseline;gap:.6rem;justify-content:center;margin-bottom:.4rem}.pc-price{font-family:Cormorant Garamond,serif;font-size:3.2rem;font-weight:700;color:var(--gold)}.pc-compare-wrap{text-align:left}.pc-compare{font-size:1rem;color:var(--muted);text-decoration:line-through;display:block}.pc-per{font-size:.7rem;color:var(--muted)}.pc-save-pill{display:inline-block;background:#c8922a1f;border:1px solid var(--border2);border-radius:20px;padding:.2rem .8rem;font-size:.72rem;font-weight:700;color:var(--gold);letter-spacing:.06em}.pc-save-hot{background:#c8922a2e}.pc-perks{list-style:none;margin-bottom:2rem}.pc-perk{display:flex;align-items:center;gap:.6rem;font-size:.82rem;color:var(--text);padding:.45rem 0;border-bottom:1px solid rgba(255,255,255,.04);font-weight:300}.pc-perk:last-child{border-bottom:none}.pc-perk span{color:var(--gold);font-weight:700}.pc-note{font-size:.72rem;color:var(--muted);text-align:center;margin-top:.8rem}.guarantee-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:4rem;padding:2.5rem;background:var(--card);border:1px solid var(--border);border-radius:14px}.gs-item{display:flex;align-items:flex-start;gap:.8rem}.gs-icon{font-size:1.5rem;flex-shrink:0}.gs-item b{font-size:.85rem;color:var(--white);display:block;margin-bottom:.2rem}.gs-item p{font-size:.75rem;color:var(--muted);font-weight:300;margin:0}.reviews-section{padding:7rem 0;background:var(--deep)}.rating-overview{display:flex;align-items:center;gap:3rem;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:2.5rem;margin-top:3rem;margin-bottom:3rem}.ro-big-num{font-family:Cormorant Garamond,serif;font-size:5.5rem;font-weight:700;color:var(--gold);line-height:1}.ro-stars{color:var(--gold);font-size:1.2rem;margin-bottom:.3rem}.ro-count{font-size:.78rem;color:var(--muted);margin-bottom:1rem}.ro-bars{display:flex;flex-direction:column;gap:.4rem;min-width:200px}.ro-bar-row{display:flex;align-items:center;gap:.7rem}.ro-bar-row span:first-child{font-size:.72rem;color:var(--muted);width:28px;text-align:right}.ro-bar-row span:last-child{font-size:.72rem;color:var(--muted);width:24px}.ro-track{flex:1;height:5px;background:#ffffff12;border-radius:3px;overflow:hidden}.ro-fill{height:100%;background:var(--gold);border-radius:3px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.review-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:border-color .3s,transform .3s}.review-card:hover{border-color:var(--border2);transform:translateY(-4px)}.rc-header{display:flex;align-items:flex-start;gap:.8rem;margin-bottom:1rem}.rc-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--black);font-weight:800;font-size:.9rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rc-name{font-size:.85rem;font-weight:700;color:var(--white)}.rc-verified{font-size:.65rem;background:#4aaa4a26;color:#4aaa4a;border:1px solid rgba(74,170,74,.3);padding:.1rem .5rem;border-radius:12px;margin-left:.3rem;font-weight:600}.rc-date{font-size:.72rem;color:var(--muted);margin-top:.1rem}.rc-stars{margin-left:auto;color:var(--gold);font-size:.85rem}.rc-title{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:700;color:var(--white);margin-bottom:.6rem}.rc-text{font-size:.83rem;color:var(--text);line-height:1.75;font-weight:300;margin-bottom:.8rem}.rc-product{font-size:.68rem;color:var(--muted);padding:.2rem .6rem;background:#c8922a0f;border-radius:20px;display:inline-block}.faq-section{padding:7rem 0;background:var(--black)}.faq-list{max-width:820px;margin:3rem auto 0}.faq-item{border-bottom:1px solid var(--border)}.faq-q{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;padding:1.4rem 0;cursor:pointer;text-align:left;gap:1rem}.faq-q span:first-child{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600;color:var(--white)}.faq-icon{font-size:1.3rem;color:var(--gold);flex-shrink:0;transition:transform .3s;font-family:Inter,sans-serif}.faq-q[aria-expanded=true] .faq-icon{transform:rotate(45deg)}.faq-a{padding-bottom:1.4rem}.faq-a p{font-size:.88rem;color:var(--text);line-height:1.8;font-weight:300}.final-cta-section{padding:8rem 0;background:linear-gradient(180deg,var(--deep),var(--black));position:relative;overflow:hidden}.final-cta-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:400px;background:radial-gradient(ellipse,rgba(200,146,42,.1) 0%,transparent 70%);pointer-events:none}.fcs-inner{max-width:1280px;margin:0 auto;padding:0 4rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.fcs-trust{display:flex;gap:1.8rem;flex-wrap:wrap;justify-content:center;margin-top:1.8rem;font-size:.78rem;color:var(--muted)}.fcs-bottle img{width:100%;border-radius:16px;border:1px solid var(--border)}#site-footer{background:var(--black);border-top:1px solid var(--border);padding:5rem 0 2rem}.footer-inner{max-width:1280px;margin:0 auto;padding:0 4rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:700;color:var(--white);letter-spacing:.1em;margin-bottom:.5rem}.footer-tagline{font-size:.82rem;color:var(--text);font-weight:300;margin-bottom:1rem}.footer-stars{font-size:.8rem;color:var(--gold)}.footer-stars span{color:var(--muted)}.footer-col-title{font-size:.68rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.footer-links-col{display:flex;flex-direction:column;gap:.6rem}.footer-links-col a{font-size:.8rem;color:var(--muted);transition:color .2s}.footer-links-col a:hover{color:var(--gold)}.footer-badges{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.footer-badge{background:#c8922a12;border:1px solid var(--border);border-radius:6px;padding:.5rem;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);text-align:center;line-height:1.5}.footer-bottom{max-width:1280px;margin:0 auto;padding:2rem 4rem 0;border-top:1px solid rgba(255,255,255,.05)}.footer-bottom p{font-size:.68rem;color:var(--muted);line-height:1.7}.cart-checkout-page{min-height:100vh;padding-top:72px;background:var(--deep)}.ccp-progress{background:var(--card);border-bottom:1px solid var(--border);padding:1rem 2rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.ccp-step{display:flex;align-items:center;gap:.5rem;opacity:.35}.ccp-step.active{opacity:1}.ccp-dot{width:27px;height:27px;border-radius:50%;border:2px solid rgba(255,255,255,.18);background:#ffffff0d;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:var(--muted);flex-shrink:0}.active-dot{background:var(--gold);border-color:var(--gold);color:var(--black)}.ccp-step span:last-child{font-size:.78rem;font-weight:500;color:var(--text)}.ccp-line{flex:0 0 60px;height:1px;background:var(--border)}.empty-cart-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;gap:1rem;padding:2rem}.empty-cart-wrap .empty-icon{font-size:3.5rem}.empty-cart-wrap h2{font-family:Cormorant Garamond,serif;font-size:2rem;color:var(--white)}.empty-cart-wrap p{color:var(--muted)}.ccp-layout{max-width:1100px;margin:0 auto;padding:2.5rem 2rem 5rem;display:grid;grid-template-columns:1fr 400px;gap:2.5rem;align-items:start}.ccp-card-title{font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin:1.5rem 0 .6rem;display:flex;align-items:center;gap:.5rem}.ccp-card-title:first-child{margin-top:0}.ccp-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.8rem;margin-bottom:.4rem}.ccp-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.ccp-full{grid-column:span 2}.ccp-half{grid-column:span 1}.ccp-group{display:flex;flex-direction:column;gap:.35rem}.ccp-label{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.ccp-input{background:#ffffff0a;border:1.5px solid rgba(255,255,255,.1);border-radius:7px;padding:.75rem 1rem;color:var(--cream);font-family:Inter,sans-serif;font-size:.88rem;outline:none;transition:border-color .2s,background .2s;-webkit-appearance:none;appearance:none;width:100%}.ccp-input:focus{border-color:var(--gold);background:#c8922a0a}.ccp-input::placeholder{color:#78644680}.ccp-select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23c8922a'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.ccp-select option{background:#141410;color:var(--cream)}.ccp-ship{display:flex;align-items:center;gap:.9rem;padding:.9rem 1.1rem;background:#ffffff05;border:1.5px solid var(--border);border-radius:9px;cursor:pointer;margin-bottom:.5rem;transition:all .2s}.ccp-ship:last-child{margin-bottom:0}.ccp-ship.active-ship{border-color:var(--gold);background:#c8922a0d}.ccp-ship input{display:none}.ccp-radio-dot{width:17px;height:17px;border-radius:50%;border:2px solid rgba(255,255,255,.2);flex-shrink:0;transition:all .2s;position:relative}.active-ship .ccp-radio-dot{background:var(--gold);border-color:var(--gold);box-shadow:inset 0 0 0 4px var(--dark)}.ccp-ship-info{flex:1}.ccp-ship-name{font-size:.85rem;font-weight:600;color:var(--white);display:block}.ccp-ship-days{font-size:.72rem;color:var(--muted)}.ccp-ship-price{font-size:.88rem;font-weight:700;color:var(--cream)}.ccp-submit{margin-top:1.5rem;margin-bottom:1rem}.btn-lock{font-size:.9rem}.ccp-fine{font-size:.7rem;color:var(--muted);text-align:center;line-height:1.6;margin-bottom:1rem}.ccp-fine a{color:var(--gold)}.ccp-trust-row{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;border-top:1px solid var(--border);padding-top:1rem}.ccp-trust-row span{font-size:.72rem;color:var(--muted)}.ccp-summary-sticky{position:sticky;top:90px}.ccp-summary-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.8rem;margin-bottom:1rem}.ccp-summary-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--border)}.ccp-summary-header h3{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:700;color:var(--white)}#ccp-item-count{font-size:.75rem;color:var(--muted)}.ccp-items{display:flex;flex-direction:column;gap:.9rem;margin-bottom:1.2rem}.ccp-item{display:flex;gap:.8rem;align-items:flex-start;padding:.8rem 0;border-bottom:1px solid var(--border);transition:opacity .25s,transform .25s}.ccp-item:last-child{border-bottom:none}.ccp-item-img{width:60px;height:60px;border-radius:8px;overflow:hidden;background:#ffffff0a;border:1px solid var(--border);flex-shrink:0;position:relative}.ccp-item-img img{width:100%;height:100%;object-fit:cover}.ccp-qty-badge{position:absolute;top:-5px;right:-5px;background:var(--gold);color:var(--black);border-radius:50%;width:17px;height:17px;font-size:.58rem;font-weight:800;display:flex;align-items:center;justify-content:center}.ccp-item-info{flex:1}.ccp-item-name{font-size:.83rem;font-weight:600;color:var(--white);margin-bottom:.15rem}.ccp-item-var{font-size:.72rem;color:var(--muted)}.ccp-item-qty-ctrl{display:flex;align-items:center;gap:.35rem;margin-top:.5rem}.ccp-qty-btn{width:25px;height:25px;border-radius:5px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:var(--cream);font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .18s;padding:0}.ccp-qty-btn:hover{border-color:var(--gold);color:var(--gold)}.ccp-qty-num{font-size:.85rem;font-weight:700;color:var(--white);min-width:22px;text-align:center}.ccp-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem;flex-shrink:0}.ccp-item-price{font-family:Cormorant Garamond,serif;font-size:1.2rem;color:var(--gold)}.ccp-remove{background:none;border:none;color:var(--muted);font-size:.7rem;cursor:pointer;text-decoration:underline;font-family:Inter,sans-serif;padding:0;transition:color .2s}.ccp-remove:hover{color:#e05555}.ccp-totals{border-top:1px solid var(--border);padding-top:1rem}.ccp-total-row{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;font-size:.83rem;color:var(--text)}.ccp-discount{color:#4aaa4a}.ccp-divider{height:1px;background:var(--border);margin:.6rem 0}.ccp-grand{font-size:.95rem}.ccp-grand span:first-child{color:var(--white);font-weight:700}.ccp-grand-amt{font-family:Cormorant Garamond,serif;font-size:1.7rem;color:var(--gold)}.ccp-guar-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.4rem}.ccp-guar-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.ccp-guar-grid div{display:flex;align-items:flex-start;gap:.5rem;font-size:.75rem}.ccp-guar-grid span{font-size:1rem;flex-shrink:0}.ccp-guar-grid b{display:block;color:var(--white);font-size:.78rem}.ccp-guar-grid p{color:var(--muted);font-weight:300;margin:0;font-size:.7rem}.notfound-page{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 4rem}.notfound-inner{max-width:420px}.notfound-num{font-family:Cormorant Garamond,serif;font-size:10rem;color:#c8922a1f;line-height:1;margin-bottom:-2rem}.notfound-inner h1{font-family:Cormorant Garamond,serif;font-size:2.5rem;color:var(--white);margin-bottom:1rem}.notfound-inner p{color:var(--muted);margin-bottom:2rem}.product-full-page{padding:6rem 2rem 5rem;max-width:1100px;margin:0 auto}.pfp-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.pfp-main{border-radius:14px;overflow:hidden;border:1px solid var(--border);background:var(--dark);margin-bottom:.6rem}.pfp-main img{width:100%;object-fit:cover}.pfp-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.pfp-thumb{width:68px;height:68px;border-radius:7px;overflow:hidden;border:1.5px solid var(--border);cursor:pointer;transition:border-color .2s}.pfp-thumb:hover,.pfp-thumb-active{border-color:var(--gold)}.pfp-thumb img{width:100%;height:100%;object-fit:cover}.pfp-title{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.pfp-stars{color:var(--gold);font-size:.88rem;margin-bottom:1rem}.pfp-stars span{color:var(--muted)}.pfp-price{display:flex;align-items:baseline;gap:.8rem;margin-bottom:1.2rem}.pfp-current{font-family:Cormorant Garamond,serif;font-size:2.5rem;color:var(--gold)}.pfp-compare{font-size:1.1rem;color:var(--muted);text-decoration:line-through}.pfp-desc{font-size:.88rem;color:var(--text);line-height:1.75;margin-bottom:1.5rem;font-weight:300}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:1024px){.section-inner{padding:0 2rem}#main-nav{padding:1rem 2rem}.nav-links{display:none}.nav-hamburger{display:flex}.hero-inner{grid-template-columns:1fr;padding:8rem 2rem 4rem;text-align:center;gap:3rem}.hero-sub,.hero-actions{margin-left:auto;margin-right:auto}.hero-actions,.hero-proof{justify-content:center}.hero-product{display:none}.benefits-grid{grid-template-columns:1fr 1fr}.showcase-layout,.ingredients-layout,.science-layout,.fcs-inner,.video-section-inner{grid-template-columns:1fr;gap:3rem}.pricing-grid{grid-template-columns:1fr;max-width:480px}.reviews-grid{grid-template-columns:1fr}.gallery-masonry{grid-template-columns:1fr 1fr;grid-template-rows:auto}.gm-item.gm-tall,.gm-item.gm-wide{grid-row:auto;grid-column:auto}.footer-inner{grid-template-columns:1fr 1fr;gap:2.5rem}.guarantee-strip{grid-template-columns:1fr 1fr}.ccp-layout{grid-template-columns:1fr}.ccp-summary-col{order:-1}.ccp-summary-sticky{position:static}.ccp-grid{grid-template-columns:1fr}.ccp-half,.ccp-full{grid-column:span 1}.pfp-inner{grid-template-columns:1fr}}@media(max-width:640px){.benefits-grid,.gallery-masonry,.footer-inner{grid-template-columns:1fr}.guarantee-strip{grid-template-columns:1fr 1fr}.ccp-guar-grid{grid-template-columns:1fr}.ro-bars{min-width:unset}.rating-overview{flex-direction:column;gap:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/theme.css.map */
