@font-face{font-family:Thunder;src:url(Thunder-BlackHC.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Thunder;src:url(Thunder-BoldHC.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Thunder;src:url(Thunder-SemiBoldHC.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Thunder;src:url(Thunder-MediumHC.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Trajan Pro 3";src:url(TrajanPro3-Regular.woff2) format("woff2"),url(TrajanPro3-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}:root{--cream: #f0ede7;--cream-2: #e8e3dc;--cream-3: #ddd8cf;--purple: #2b1840;--purple-2: #3a2355;--gold: #7b5c1a;--gold-2: #9a7a30;--text: #231535;--text-muted: #6b5f77;--white: #ffffff;--border: rgba(35, 21, 53, .12);--border-light: rgba(240, 237, 231, .2);--font-body: Arial, Helvetica, sans-serif;--font-display: "Trajan Pro 3", "Times New Roman", serif;--max-w: 1680px;--pad-x: 60px;--header-h: 80px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--cream);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .6s ease}p{font-size:16px}body.is-dark{background-color:#402341;--cream: #402341;--cream-2: #4e2c50;--cream-3: #3a1e3a;--white: #402341}body.is-dark .section-ingredients{background:#402341}body.is-dark .hero__heading{color:#f0ede7}body.is-dark .hero__subtext{color:#f0ede799}body.is-dark .section-hero .btn-primary{background:#f0ede7;color:#402341}body.is-dark .section-hero .btn-secondary{background:transparent;color:#f0ede7;border-color:#f0ede773}body.is-dark .dark-hero__heading{color:#fff}body.is-dark .section-dark-hero .social-proof__rating{color:#f0ede7d9}body.is-dark .section-dark-hero .social-proof__trust{color:#f0ede78c}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit;border:none;background:none}ul,ol{list-style:none}.site-header{position:fixed;inset:0 0 auto 0;height:var(--header-h);z-index:200;background:#fff;border-bottom:1px solid var(--border);transition:background .3s ease,box-shadow .3s ease,border-color .3s ease}.site-header.is-scrolled{background:#fff;box-shadow:0 2px 20px #2315350f}.header__inner{max-width:var(--max-w);height:100%;margin:0 auto;padding:0 var(--pad-x);display:flex;align-items:center;justify-content:space-between;gap:32px}.header__logo{display:flex;align-items:center;line-height:1}.header__logo-img{height:50px;width:auto;display:block}.header__nav{display:flex;align-items:center;gap:44px}.header__nav a{font-size:15px;font-weight:500;color:var(--text);transition:color .2s}.header__nav a:hover{color:var(--gold)}.header__icons{display:flex;align-items:center;gap:18px}.header__icon-btn{color:var(--text);display:flex;align-items:center;justify-content:center;transition:color .2s}.header__icon-btn:hover{color:var(--gold)}.header__hamburger{display:none}body.menu-open{overflow:hidden}.mobile-menu-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;pointer-events:none;visibility:hidden;transition:visibility .4s ease}.mobile-menu-drawer[aria-hidden=false]{pointer-events:auto;visibility:visible}.mobile-menu-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#23153566;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:opacity .4s ease}.mobile-menu-drawer[aria-hidden=false] .mobile-menu-drawer__overlay{opacity:1}.mobile-menu-drawer__content{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:320px;background:var(--purple);padding:24px var(--pad-x);display:flex;flex-direction:column;gap:40px;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);box-shadow:-10px 0 30px #23153526}.mobile-menu-drawer[aria-hidden=false] .mobile-menu-drawer__content{transform:translate(0)}.mobile-menu-drawer__header{display:flex;align-items:center;justify-content:space-between}.mobile-menu-drawer__logo img{height:40px;width:auto}.mobile-menu-drawer__close{color:var(--cream);display:flex;align-items:center;justify-content:center;transition:color .2s}.mobile-menu-drawer__close:hover{color:var(--gold)}.mobile-menu-drawer__nav{display:flex;flex-direction:column;gap:24px}.mobile-menu-drawer__link{font-family:var(--font-display);font-size:28px;font-weight:500;color:var(--cream);letter-spacing:-1px;transition:color .2s}.mobile-menu-drawer__link:hover{color:var(--gold)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:var(--purple);color:var(--cream);padding:16px 32px;border-radius:100px;font-size:15px;font-weight:600;letter-spacing:.2px;transition:background .6s ease,color .6s ease,transform .15s;border:none;cursor:pointer}.btn-primary:hover{background:var(--purple-2);transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--text);padding:15px 32px;border-radius:100px;font-size:15px;font-weight:600;border:1.5px solid #ffffff;transition:border-color .6s ease,background .6s ease,color .6s ease;cursor:pointer}.btn-secondary:hover{border-color:var(--text);background:#2315350a}.section-hero{min-height:100vh;background:var(--cream);display:flex;align-items:center;padding-top:var(--header-h);position:relative;transition:background-color .6s ease}.hero__inner{max-width:var(--max-w);width:100%;margin:0 auto;padding:80px var(--pad-x);display:grid;grid-template-columns:55% 45%;align-items:center;gap:32px}.hero__heading{font-family:var(--font-display);font-size:clamp(57px,7.41vw,90px);font-weight:600;line-height:.9;color:#402341;letter-spacing:-4px;margin-bottom:28px;transition:color .6s ease}.hero__subtext{font-size:16px;line-height:1.75;color:var(--text-muted);max-width:440px;margin-bottom:44px;transition:color .6s ease}.hero__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hero__box-space{height:600px}.hero__mobile-img{display:none}.section-dark-hero{min-height:100vh;position:relative;display:flex;align-items:flex-end;padding:0 var(--pad-x) 80px;background:transparent}.dark-hero__content{max-width:var(--max-w);width:100%;margin:0 auto;opacity:0;transform:translateY(40px);transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1)}.dark-hero__content.is-visible{opacity:1;transform:none}.dark-hero__heading{font-family:var(--font-display);font-size:clamp(33px,4.34vw,75px);font-weight:600;line-height:.9;color:#402341;letter-spacing:-4px;margin-bottom:28px;transition:color .6s ease}.dark-hero__proof{display:flex;flex-direction:column;gap:8px}.social-proof__avatars{display:flex;align-items:center;margin-bottom:14px}.social-proof__avatars-img{height:40px;width:auto;display:block}.social-proof__avatar{width:40px;height:40px;border-radius:50%;background:var(--cream-2);border:2.5px solid var(--purple);margin-right:-10px;overflow:hidden;flex-shrink:0}.social-proof__avatar img{width:100%;height:100%;object-fit:cover}.social-proof__avatar--placeholder{display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:var(--text-muted)}.social-proof__rating{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--text);margin-bottom:8px;transition:color .6s ease}.social-proof__stars{color:gold}.social-proof__trust{font-size:13px;color:var(--text-muted);line-height:1.55;max-width:260px;transition:color .6s ease}.section-text-statement{min-height:100vh;display:flex;flex-direction:column;background:var(--cream);overflow:hidden;transition:background-color .6s ease}.text-statement__upper{flex:1;display:flex;align-items:flex-end;justify-content:flex-end;padding:120px var(--pad-x) 52px}.text-statement__body{max-width:320px;font-size:16px;line-height:1.8;color:var(--text);text-align:center}.text-statement__bg-img{width:100%;display:block}.section-product-showcase{min-height:100vh;background:var(--cream);display:flex;align-items:stretch;transition:background-color .6s ease}.product-showcase__inner{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 var(--pad-x);display:grid;grid-template-columns:1fr 1.4fr 1.2fr;gap:40px;align-items:stretch;min-height:100vh}.product-showcase__label{height:100%;display:flex;align-items:center;justify-content:flex-start}.product-showcase__name{font-family:var(--font-display);font-size:clamp(21px,2.78vw,48px);font-weight:400;line-height:.9;color:var(--text);letter-spacing:-2px;white-space:pre-line}.product-showcase__name-big{display:inline-block;margin-top:12px;font-size:clamp(33px,3.6vw,62px);white-space:nowrap}.product-showcase__visual{height:100%;display:flex;align-items:center;justify-content:center;padding:40px 0}.product-showcase__img{width:100%;max-width:440px;transform:rotate(-10deg);opacity:0;filter:drop-shadow(0 24px 56px rgba(43,24,64,.16));will-change:opacity}.teleport-box{position:fixed;pointer-events:none;z-index:50;display:none;transform-origin:center center}.teleport-box__img{width:100%;display:block;filter:drop-shadow(0 24px 56px rgba(43,24,64,.16))}.product-showcase__details{height:100%;padding-top:140px;padding-bottom:80px;display:flex;flex-direction:column;gap:18px}.product-showcase__title{font-family:var(--font-display);font-size:clamp(14px,1.52vw,26px);font-weight:700;line-height:1.2;color:var(--text);letter-spacing:1px}.product-showcase__price{font-family:var(--font-display);font-size:clamp(20px,2.5vw,28px);font-weight:700;color:#402341}.product-showcase__desc{font-size:14px;line-height:1.75;color:#402341;max-width:380px}.section-product-feature{background:var(--cream);min-height:100vh;display:flex;align-items:center;transition:background-color .6s ease}.product-feature__inner{max-width:var(--max-w);width:100%;margin:0 auto;padding:100px var(--pad-x);display:grid;grid-template-columns:50% 50%;gap:64px;align-items:center}.product-feature__box-space{height:620px;position:relative;display:flex;align-items:center}.product-feature__label{font-size:22px;font-weight:700;color:var(--text);opacity:.55;margin-bottom:36px}.product-feature__title{font-size:40px;font-weight:800;line-height:1.18;color:var(--text);margin-bottom:18px;letter-spacing:-.5px}.product-feature__price{font-size:18px;font-weight:500;color:var(--text-muted);margin-bottom:18px}.product-feature__description{font-size:15px;line-height:1.75;color:var(--text-muted);margin-bottom:40px;max-width:380px}.accordion{border-top:1px solid var(--border);margin-bottom:40px}.accordion__item{border-bottom:1px solid var(--border)}.accordion__trigger{width:100%;padding:18px 0;display:flex;justify-content:space-between;align-items:center;text-align:left;font-size:15px;font-weight:600;color:var(--text);gap:16px;background:none;border:none}.accordion__icon{width:26px;height:26px;flex-shrink:0;border:1.5px solid var(--text);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;color:var(--text);transition:transform .3s ease}.accordion__item.is-open .accordion__icon{transform:rotate(45deg)}.accordion__body{max-height:0;overflow:hidden;padding:0;font-size:14px;line-height:1.75;color:#402341;transition:max-height .38s cubic-bezier(.4,0,.2,1),padding .38s cubic-bezier(.4,0,.2,1)}.accordion__item.is-open .accordion__body{max-height:400px;padding-bottom:18px}.btn-add-to-cart{display:block;width:100%;background:var(--purple);color:var(--cream);padding:20px;border-radius:100px;font-size:16px;font-weight:700;letter-spacing:.3px;text-align:center;border:none;cursor:pointer;transition:background .2s,transform .15s}.btn-add-to-cart:hover{background:var(--purple-2);transform:translateY(-1px)}.btn-amazon{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:transparent;color:var(--purple);padding:18px 20px;border-radius:100px;border:2px solid var(--purple);font-size:16px;font-weight:700;letter-spacing:.3px;text-align:center;cursor:pointer;transition:background .2s,color .2s,transform .15s}.btn-amazon__logo{width:22px;height:auto;flex-shrink:0}.btn-amazon:hover{background:var(--purple);color:var(--cream);transform:translateY(-1px)}.btn-amazon:hover .btn-amazon__logo{filter:brightness(0) invert(1)}.section-benefits-feel{min-height:100vh;display:grid;grid-template-columns:55% 45%}.benefits-feel__left{background:var(--purple);padding:80px;display:flex;flex-direction:column;justify-content:space-between}.benefits-feel__heading{font-family:var(--font-display);font-weight:700;font-size:clamp(40px,5.21vw,90px);text-transform:uppercase;color:#fff;line-height:.9;letter-spacing:-4px}.benefits-feel__list{display:flex;flex-direction:column;gap:28px}.benefits-feel__item{display:flex;align-items:center;gap:20px}.benefits-feel__icon{width:56px;height:56px;flex-shrink:0}.benefits-feel__label{font-size:20px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#fff;line-height:1.3}.benefits-feel__right{position:relative;overflow:hidden;background:var(--cream-2)}.benefits-feel__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.section-benefits{min-height:100vh;display:grid;grid-template-columns:55% 45%}.benefits__left{background:var(--purple);padding:100px 80px;display:flex;flex-direction:column;justify-content:center;gap:52px}.benefits__right{background:var(--cream-2);position:relative;overflow:hidden}.benefits__right img{width:100%;height:100%;object-fit:cover;object-position:center}.benefits__right-placeholder{width:100%;height:100%;background:linear-gradient(160deg,var(--cream-2) 0%,var(--cream-3) 100%);display:flex;align-items:center;justify-content:center}.section-label{font-family:var(--font-display);font-size:clamp(40px,5.21vw,90px);font-weight:700;text-transform:uppercase;letter-spacing:-4px;line-height:.9;color:#fff}.benefits__list{display:flex;flex-direction:column;gap:26px}.benefits__item{display:flex;align-items:center;gap:20px}.benefits__icon{width:50px;height:50px;border-radius:50%;border:1.5px solid rgba(240,237,231,.35);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:22px}.benefits__item-label{font-size:13px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase;color:var(--cream)}.section-routine{min-height:100vh;display:grid;grid-template-columns:55% 45%}.routine__left{background:var(--purple);padding:100px 80px;display:flex;flex-direction:column;justify-content:space-between;gap:48px}.routine__right{background:var(--cream-2);position:relative;overflow:hidden}.routine__right img{width:100%;height:100%;object-fit:cover;object-position:center}.routine__steps{display:flex;flex-direction:column;gap:26px}.routine__step{display:flex;align-items:center;gap:20px}.routine__step-num{width:36px;height:36px;border-radius:50%;border:1.5px solid rgba(240,237,231,.35);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:var(--cream);flex-shrink:0}.routine__step-text{font-size:13px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase;color:var(--cream)}.section-ingredients{background:#e7d8c0;padding:160px 0;transition:background-color .6s ease}.ingredients__inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--pad-x)}.ingredients__header{text-align:center;margin-bottom:64px}.ingredients__heading{font-family:var(--font-display);font-size:clamp(20px,2.63vw,51px);font-weight:500;color:#3f2b29;margin-bottom:20px;line-height:46px;letter-spacing:-4px;text-transform:capitalize;white-space:pre-line}.ingredients__sub{font-family:Arial,sans-serif;font-size:18px;color:#3f2b29;max-width:600px;margin:0 auto;line-height:1.7}.ingredients__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.ingredient-card{border-radius:14px;overflow:hidden;position:relative}.ingredient-card__img{width:100%;height:auto;display:block;transition:transform .4s ease}.ingredient-card:hover .ingredient-card__img{transform:scale(1.05)}.ingredient-card__body{position:absolute;bottom:0;left:0;right:0;padding:20px 20px 28px;text-align:center}.ingredient-card__name{font-family:var(--font-display);font-size:clamp(12px,1.59vw,31px);font-weight:400;color:#373737;margin-bottom:6px;letter-spacing:-4px}.ingredient-card__desc{font-family:Arial,sans-serif;font-size:13px;color:var(--text-muted);line-height:1.6}.section-testimonials{background:var(--purple);padding:120px 0;overflow:hidden}.testimonials__inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--pad-x)}.testimonials__heading{font-family:var(--font-display);font-size:clamp(38px,4.92vw,85px);font-weight:600;line-height:.9;color:#e7d8c0;margin-bottom:64px;letter-spacing:-4px;text-align:center}.testimonials__slider{overflow:hidden;margin:0 calc(-1 * var(--pad-x));padding:0 var(--pad-x)}.testimonials__track{display:flex;gap:18px;transition:transform .45s cubic-bezier(.25,.46,.45,.94)}.testimonial-card{background:var(--cream);border-radius:22px;padding:36px 30px;width:340px;min-height:366px;flex-shrink:0;display:flex;flex-direction:column;gap:20px}.testimonial-card__quote-img{width:48px;height:auto}.testimonial-card__stars{color:var(--gold-2);font-size:17px;line-height:1;letter-spacing:3px}.testimonial-card__text{font-size:15px;line-height:1.7;color:var(--text-muted);flex:1}.testimonial-card__author{display:flex;align-items:center;gap:12px}.testimonial-card__name{font-size:15px;font-weight:700;color:var(--text)}.testimonial-card__role{font-size:13px;color:var(--text-muted)}.testimonials__controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:48px}.testimonials__btn{width:44px;height:44px;border-radius:50%;border:1.5px solid rgba(240,237,231,.28);color:var(--cream);display:flex;align-items:center;justify-content:center;font-size:16px;transition:border-color .2s,background .2s}.testimonials__btn:hover{border-color:var(--cream);background:#f0ede71a}.testimonials__dots{display:flex;align-items:center;gap:8px}.testimonials__dot{width:8px;height:8px;border-radius:4px;background:#f0ede747;cursor:pointer;transition:background .2s,width .25s;border:none}.testimonials__dot.is-active{background:var(--cream);width:22px}.section-faq{background:var(--cream);padding:120px 0;transition:background-color .6s ease}.faq__inner{max-width:840px;margin:0 auto;padding:0 var(--pad-x)}.faq__heading{font-family:var(--font-display);font-size:clamp(38px,4.92vw,85px);font-weight:600;line-height:.9;margin-bottom:64px;text-align:center;letter-spacing:-4px}.faq__list{display:flex;flex-direction:column;gap:10px}.faq__item{background:var(--white);border-radius:99px;transition:border-radius .38s cubic-bezier(.4,0,.2,1)}.faq__item.is-open{border-radius:15px}.faq__trigger{width:100%;padding:22px 28px 22px 32px;display:flex;justify-content:space-between;align-items:center;text-align:left;font-size:18px;font-weight:600;color:#402341;gap:16px;background:none;border:none}.faq__icon{width:32px;height:32px;flex-shrink:0;background:#402341;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--cream);transition:transform .3s ease;line-height:1}.faq__item.is-open .faq__icon{transform:rotate(45deg)}.faq__body{max-height:0;overflow:hidden;padding:0 32px;font-size:15px;line-height:1.75;color:#402341;transition:max-height .38s cubic-bezier(.4,0,.2,1),padding .38s cubic-bezier(.4,0,.2,1)}.faq__item.is-open .faq__body{max-height:400px;padding-bottom:24px}.section-cta-banner{padding:0 var(--pad-x) 120px}.cta-banner__box{max-width:var(--max-w);margin:0 auto;border-radius:24px;min-height:800px;position:relative;overflow:hidden;display:flex;align-items:flex-start;justify-content:center}.cta-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.cta-banner__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:28px;text-align:center;padding:80px}.cta-banner__heading{font-family:var(--font-display);font-size:clamp(43px,5.56vw,96px);font-weight:600;line-height:.9;color:#774b2f;letter-spacing:-4px}.cta-banner__btn{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--text);padding:14px 32px;border-radius:100px;font-size:15px;font-weight:600;transition:background .2s,transform .15s}.cta-banner__btn:hover{background:var(--cream);transform:translateY(-1px)}.site-footer{background:var(--cream);position:relative;overflow:hidden;padding-top:1px}.footer__watermark{width:100%;line-height:0;pointer-events:none;-webkit-user-select:none;user-select:none;will-change:transform}.footer__watermark-img{width:100%;display:block}.footer__body{position:relative;max-width:var(--max-w);margin:80px auto 0;padding:40px var(--pad-x) 200px;display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:0}.footer__cta-left{display:flex;flex-direction:column;align-items:flex-start;gap:36px;padding-top:20px}.footer__cta-heading{font-family:var(--font-display);font-size:clamp(22px,2.89vw,50px);font-weight:600;line-height:.9;color:#402341;letter-spacing:-4px;white-space:pre-line}.footer__cta-btn{font-size:15px;padding:16px 36px}.footer__bottle{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:400px;z-index:2}.footer__bottle-glow{position:absolute;bottom:-60px;left:50%;transform:translate(-50%);width:700px;height:700px;background:radial-gradient(circle at center,rgba(120,80,160,.18) 0%,transparent 65%);pointer-events:none;z-index:0}.footer__bottle-img{position:relative;z-index:1;width:100%;height:auto;display:block}.footer__nav-columns{display:flex;justify-content:flex-end;gap:60px;padding-top:20px}.footer__col-label{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--text-muted);margin-bottom:18px}.footer__nav-list{display:flex;flex-direction:column;gap:10px;list-style:none}.footer__nav-list a{font-size:14px;color:var(--text);transition:color .2s}.footer__nav-list a:hover{color:var(--gold)}.footer__bottom{border-top:1px solid var(--border);max-width:var(--max-w);margin:0 auto;padding:24px var(--pad-x);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer__copyright{font-size:13px;color:var(--text-muted)}.footer__bottom-right{display:flex;align-items:center;gap:24px}.footer__made-by,.footer__bottom-right a{font-size:13px;color:var(--text-muted);transition:color .2s}.footer__bottom-right a:hover{color:var(--text)}.section-how-it-works{min-height:100vh;display:grid;grid-template-columns:55% 45%}.how-it-works__left{background:var(--purple);padding:130px 80px;display:flex;flex-direction:column;justify-content:space-between}.how-it-works__heading{font-family:var(--font-display);font-weight:700;font-size:clamp(38px,4.92vw,85px);line-height:.9;text-transform:uppercase;color:#fff;letter-spacing:-4px}.how-it-works__steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:28px}.how-it-works__step{display:flex;align-items:center;gap:20px}.how-it-works__num{width:45px;height:45px;border-radius:50%;border:1.5px solid rgba(255,255,255,.45);display:flex;align-items:center;justify-content:center;font-family:Arial,sans-serif;font-size:20px;font-weight:400;color:#fff;flex-shrink:0}.how-it-works__step-text{font-family:Arial,sans-serif;font-size:20px;font-weight:700;text-transform:uppercase;color:#fff;line-height:1.5;letter-spacing:.06em}.how-it-works__right{overflow:hidden}.how-it-works__img{width:100%;height:100%;object-fit:cover}.section-cart{background:var(--cream);min-height:100vh;padding:120px 0 160px}.cart__inner{max-width:860px;margin:0 auto;padding:0 var(--pad-x)}.cart__heading{font-family:var(--font-display);font-size:40px;font-weight:700;color:var(--text);margin-bottom:60px}.cart__empty{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.cart__empty-text{font-family:Arial,sans-serif;font-size:18px;color:var(--text-muted)}.cart__items{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--border)}.cart__item{display:grid;grid-template-columns:100px 1fr auto auto;align-items:center;gap:24px;padding:24px 0;border-bottom:1px solid var(--border)}.cart__item-img{width:100px;height:100px;border-radius:12px;overflow:hidden;background:var(--cream-2)}.cart__item-img img{width:100%;height:100%;object-fit:cover}.cart__item-title{font-family:var(--font-display);font-size:18px;font-weight:600;color:var(--text);margin-bottom:4px}.cart__item-variant{font-family:Arial,sans-serif;font-size:13px;color:var(--text-muted);margin-bottom:8px}.cart__item-price{font-family:Arial,sans-serif;font-size:15px;font-weight:600;color:var(--text)}.cart__qty-input{width:60px;text-align:center;padding:8px;border:1.5px solid var(--border);border-radius:8px;font-size:15px;color:var(--text);background:#fff}.cart__item-remove{font-family:Arial,sans-serif;font-size:13px;color:var(--text-muted);text-decoration:underline;transition:color .2s}.cart__item-remove:hover{color:var(--text)}.cart__footer{margin-top:48px;display:flex;flex-direction:column;align-items:flex-end;gap:20px}.cart__total{display:flex;gap:16px;align-items:baseline}.cart__total-label{font-family:Arial,sans-serif;font-size:16px;color:var(--text-muted)}.cart__total-price{font-family:var(--font-display);font-size:28px;font-weight:700;color:var(--text)}.cart__checkout-btn{min-width:200px}.cart__continue{font-family:Arial,sans-serif;font-size:14px;color:var(--text-muted);text-decoration:underline}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:4px}.will-animate{opacity:0;transform:translateY(30px);transition:opacity .72s ease,transform .72s cubic-bezier(.22,1,.36,1)}.will-animate.is-visible{opacity:1;transform:none}@media(max-width:768px){:root{--pad-x: 20px;--header-h: 64px}body{letter-spacing:.02em}h1,h2,h3,h4,h5,h6,.hero__heading,.dark-hero__heading,.product-showcase__name,.product-showcase__name-big,.benefits-feel__heading,.how-it-works__heading,.ingredients__heading,.testimonials__heading,.faq__heading,.cta-banner__heading,.footer__cta-heading{letter-spacing:-1px!important}.header__nav{display:none}.header__hamburger{display:flex}.section-hero{min-height:auto}.hero__inner{grid-template-columns:1fr;padding:100px var(--pad-x) 60px;gap:24px}.hero__heading{font-size:clamp(36px,9vw,57px)}.hero__subtext{max-width:100%}.hero__actions{flex-direction:column;align-items:stretch}.hero__mobile-img{display:block;width:100%;max-width:280px;margin:40px auto 570px}.hero__mobile-img img{width:100%;height:auto;display:block;filter:drop-shadow(0 16px 36px rgba(43,24,64,.16));transform:rotate(-10deg);transform-origin:center center}.hero__box-space{display:none}.section-dark-hero{min-height:auto;align-items:center;padding:100px var(--pad-x) 60px}.dark-hero__content{display:flex;flex-direction:column;align-items:center;text-align:center}.dark-hero__heading{font-size:clamp(28px,7vw,40px)}.dark-hero__proof{display:flex;flex-direction:column;align-items:center}.section-text-statement{min-height:auto}.text-statement__upper{align-items:center;justify-content:center;padding:60px var(--pad-x) 32px}.text-statement__body{max-width:100%;text-align:center}.section-product-showcase{min-height:auto}.product-showcase__inner{grid-template-columns:1fr;min-height:auto;padding:60px var(--pad-x);gap:24px}.product-showcase__label{order:1;justify-content:center!important}.product-showcase__name{font-size:clamp(18px,5.5vw,24px);letter-spacing:-.5px!important;text-align:center!important}.product-showcase__name-top{white-space:nowrap!important;font-size:clamp(16px,5.5vw,24px)!important;display:inline-block!important}.product-showcase__name-big{white-space:nowrap!important;font-size:clamp(16px,5.5vw,24px)!important;display:inline-block!important;margin-top:0!important;margin-left:8px!important}.mobile-hide{display:none!important}.product-showcase__visual{order:2;padding:0}.product-showcase__img{max-width:240px;transform:rotate(-5deg)}.product-showcase__details{order:3;padding-top:0;padding-bottom:0;gap:14px}.section-benefits-feel{grid-template-columns:1fr;min-height:auto}.benefits-feel__left{padding:60px var(--pad-x);gap:36px}.benefits-feel__heading{font-size:clamp(32px,8vw,50px)}.benefits-feel__list{gap:20px}.benefits-feel__icon{width:40px;height:40px}.benefits-feel__label{font-size:15px}.benefits-feel__right{min-height:280px}.section-how-it-works{grid-template-columns:1fr;min-height:auto}.how-it-works__left{padding:60px var(--pad-x);gap:36px}.how-it-works__heading{font-size:clamp(30px,8vw,45px)}.how-it-works__num{width:36px;height:36px;font-size:16px}.how-it-works__step-text{font-size:15px}.how-it-works__right{min-height:280px}.section-ingredients{padding:60px 0}.ingredients__header{margin-bottom:36px}.ingredients__heading{font-size:clamp(24px,7vw,45px)}.ingredients__sub{font-size:15px}.ingredients__grid{grid-template-columns:repeat(2,1fr);gap:10px}.ingredient-card__body{padding:12px}.ingredient-card__name{font-size:clamp(14px,4vw,20px)}.ingredient-card__desc{font-size:12px}.section-testimonials{padding:60px 0}.testimonials__heading{font-size:clamp(28px,8vw,45px);margin-bottom:36px}.testimonials__slider{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}.testimonials__slider::-webkit-scrollbar{display:none!important}.testimonials__track{transition:none!important}.testimonial-card{scroll-snap-align:center!important;width:290px!important;padding:24px 20px;min-height:auto}.section-faq{padding:60px 0}.faq__heading{font-size:clamp(28px,8vw,45px);margin-bottom:36px}.faq__trigger{padding:16px 20px;font-size:15px}.faq__body{padding:0 20px;font-size:14px}.faq__item.is-open .faq__body{padding-bottom:16px}.faq__icon{width:28px;height:28px;font-size:18px}.section-cta-banner{padding:0 var(--pad-x) 60px}.cta-banner__box{min-height:360px}.cta-banner__content{padding:40px 20px;gap:20px}.cta-banner__heading{font-size:clamp(28px,8vw,50px)}.footer__body{display:flex!important;flex-direction:column!important;align-items:center!important;padding:40px var(--pad-x) 0!important;gap:40px!important;text-align:center!important}.footer__cta-left{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;order:1!important}.footer__cta-heading{text-align:center!important;font-size:clamp(28px,8vw,50px)!important}.footer__nav-columns{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:40px 20px!important;width:100%!important;max-width:440px!important;margin:0 auto!important;order:2!important}.footer__nav-col{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}.footer__nav-col:nth-child(3){grid-column:span 2!important}.footer__col-label{text-align:center!important}.footer__nav-list{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}.footer__nav-list li{text-align:center!important}.footer__bottle{position:relative!important;left:auto!important;bottom:auto!important;transform:none!important;width:160px!important;margin:40px auto 0!important;order:3!important;z-index:2!important}.footer__bottle-glow{position:absolute!important;width:280px!important;height:280px!important;bottom:-40px!important;left:50%!important;transform:translate(-50%)!important}.footer__bottom{flex-direction:column!important;text-align:center!important;gap:16px!important}.footer__bottom-right{flex-direction:row!important;flex-wrap:wrap!important;justify-content:center!important;gap:18px!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
