.announcement-bar{background:var(--c-dark);color:#ffffffa6;padding:10px 16px;text-align:center;font-size:11px;font-weight:400;letter-spacing:.12em;text-transform:uppercase;position:relative;z-index:300}.announcement-bar strong{color:var(--c-blush);font-weight:500}.announcement-bar a{color:var(--c-blush);text-decoration:underline;text-underline-offset:2px}.site-header{position:sticky;top:0;z-index:200;background:#faf7f4f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--c-border-light);transition:box-shadow var(--t-base)}.site-header.scrolled{box-shadow:var(--shadow-sm)}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:68px;padding:0 28px}.site-header__logo{font-family:var(--f-serif);font-size:22px;font-weight:400;letter-spacing:.12em;color:var(--c-dark);text-transform:uppercase;grid-column:2;text-align:center}.site-header__logo em{font-style:italic;letter-spacing:.06em}.site-header__nav{display:flex;gap:28px;align-items:center;grid-column:1}.site-header__nav a{font-size:11px;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--c-muted);transition:color var(--t-fast);white-space:nowrap}.site-header__nav a:hover{color:var(--c-dark)}.site-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;grid-column:3}.site-header__cart-btn{display:flex;align-items:center;justify-content:center;gap:0;position:relative;width:40px;height:40px;color:var(--c-dark);background:transparent;border-radius:var(--r-full);transition:background var(--t-fast),color var(--t-fast);cursor:pointer;border:none;font-family:var(--f-sans);padding:0}.site-header__cart-btn:hover{background:var(--c-cream)}.site-header__cart-btn svg{display:block;flex-shrink:0}.cart-count-bubble{position:absolute;top:2px;right:2px;display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;background:var(--c-rose);border-radius:var(--r-full);font-size:9px;font-weight:600;padding:0 4px;line-height:1;color:#fff;pointer-events:none}.site-header__burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none;grid-column:1;justify-self:start}.site-header__burger span{display:block;width:22px;height:1.5px;background:var(--c-dark);border-radius:2px;transition:all var(--t-base)}.mobile-nav{display:none;visibility:hidden;pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--c-bg);z-index:400;flex-direction:column;padding:80px 32px 40px}.mobile-nav.open{display:flex;visibility:visible;pointer-events:auto}.mobile-nav a{font-family:var(--f-serif);font-size:28px;font-weight:400;color:var(--c-dark);padding:16px 0;border-bottom:1px solid var(--c-border-light);display:block}.mobile-nav__close{position:absolute;top:20px;right:24px;background:none;border:none;font-size:28px;color:var(--c-muted);cursor:pointer;font-weight:300;line-height:1;display:none}.mobile-nav.open .mobile-nav__close{display:block}.cart-overlay{position:fixed;right:0;top:0;bottom:0;width:400px;z-index:500;transform:translate(100%);transition:transform var(--t-slow)}.cart-overlay.open{transform:translate(0)}.cart-overlay__bg{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#1e181666;z-index:499;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cart-overlay.open~.cart-overlay__bg{display:block}.cart-drawer{background:var(--c-bg);height:100%;display:flex;flex-direction:column;border-left:1px solid var(--c-border-light)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid var(--c-border-light)}.cart-drawer__title{font-family:var(--f-serif);font-size:18px;font-weight:400;color:var(--c-dark)}.cart-drawer__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--c-cream);color:var(--c-muted);transition:background var(--t-fast)}.cart-drawer__close:hover{background:var(--c-parchment);color:var(--c-dark)}.cart-drawer__body{flex:1;overflow-y:auto;padding:24px}.cart-empty{font-size:14px;color:var(--c-muted);font-weight:300;text-align:center;padding:40px 0}.cart-item{display:grid;grid-template-columns:72px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid var(--c-border-light)}.cart-item__img{border-radius:var(--r-md);overflow:hidden;aspect-ratio:1;background:var(--c-parchment)}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__info{display:flex;flex-direction:column;justify-content:space-between}.cart-item__name{font-size:13px;font-weight:400;color:var(--c-dark);line-height:1.4;margin-bottom:4px}.cart-item__variant{font-size:11px;color:var(--c-muted);margin-bottom:8px}.cart-item__row{display:flex;align-items:center;justify-content:space-between}.cart-item__price{font-family:var(--f-serif);font-size:16px;color:var(--c-dark)}.cart-item__qty{display:flex;align-items:center;gap:0;border:1px solid var(--c-border);border-radius:20px;overflow:hidden;height:30px}.cart-qty__btn{width:30px;height:30px;background:none;border:none;cursor:pointer;font-size:16px;color:var(--c-dark);display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.cart-qty__btn:hover{background:var(--c-cream)}.cart-qty__num{font-size:13px;min-width:24px;text-align:center;color:var(--c-dark)}.cart-item__remove{font-size:11px;color:var(--c-muted);text-decoration:none;cursor:pointer;background:none;padding:4px 0;display:block;margin-top:6px;border:none}.cart-drawer__foot{padding:20px 24px;border-top:1px solid var(--c-border-light)}.cart-subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px;font-size:14px;font-weight:400;color:var(--c-dark)}#cart-total{font-family:var(--f-serif);font-size:20px}.cart-shipping-note{font-size:11px;color:var(--c-muted);text-align:center;margin:10px 0 16px;letter-spacing:.03em}.cart-checkout{margin-top:0}@media(max-width:500px){.cart-overlay{width:100%}}.hero{position:relative;min-height:clamp(620px,calc(100vh - 110px),860px);overflow:hidden;background:var(--c-cream);isolation:isolate}.hero--video-landing{display:flex;align-items:center;justify-content:center;padding:clamp(72px,8vw,120px) 24px clamp(84px,9vw,128px)}.hero-video-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(135deg,var(--c-parchment),var(--c-cream))}.hero-video-bg__media,.hero-video-bg__placeholder{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-video-bg__placeholder{min-height:100%;display:grid;place-items:center;background:radial-gradient(circle at 68% 36%,rgba(229,159,145,.26),transparent 34%),linear-gradient(135deg,#f7eee7,#efe3d8)}.hero-video-bg__placeholder-inner{width:min(760px,calc(100% - 40px));aspect-ratio:16 / 9;border:1px dashed rgba(43,34,31,.18);border-radius:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#2b221f8a;background:#ffffff38;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-video-bg__placeholder-inner span{font-family:var(--f-serif);font-size:clamp(24px,3vw,42px);color:var(--c-dark)}.hero-video-bg__placeholder-inner small{margin-top:10px;font-size:12px;letter-spacing:.1em;text-transform:uppercase}.hero-video-bg__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#18131133,#18131157 56%,#18131180),radial-gradient(circle at center,#fff5ec1a,#18131159)}.hero-video-content{width:min(820px,100%);margin:0 auto;text-align:center;color:#fff;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.hero__eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:28px}.hero__eyebrow--center{justify-content:center}.hero__eyebrow-line{width:24px;height:1px;background:var(--c-rose-mid)}.hero__eyebrow--center .hero__eyebrow-line{background:#ffffff9e}.hero__eyebrow-text{font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--c-rose-mid)}.hero__eyebrow--center .hero__eyebrow-text{color:#ffffffd1}.hero__headline{font-family:var(--f-serif);font-size:clamp(44px,4.5vw,68px);font-weight:400;line-height:1.03;letter-spacing:-.02em;color:var(--c-dark);margin-bottom:20px}.hero__headline--video{max-width:820px;font-size:clamp(42px,6.2vw,92px);line-height:.98;color:#fff;text-wrap:balance;text-shadow:0 16px 45px rgba(0,0,0,.32)}.hero__headline em{font-style:italic;color:var(--c-rose-deep)}.hero__headline--video em{color:#ffd2d9}.hero__sub{font-size:15px;font-weight:300;color:var(--c-brown);line-height:1.8;max-width:380px;margin-bottom:36px}.hero__sub--video{max-width:640px;margin:0 auto 22px;color:#ffffffe0;font-size:clamp(15px,1.35vw,18px);line-height:1.75;text-shadow:0 8px 30px rgba(0,0,0,.34)}.hero__microproof{display:flex;flex-wrap:wrap;gap:8px}.hero__microproof--video{justify-content:center;margin:0 0 22px}.hero__microproof-pill{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:8px 13px;border-radius:var(--r-full);background:#ffffff2e;border:1px solid rgba(255,255,255,.24);color:#ffffffdb;font-size:11px;font-weight:500;letter-spacing:.04em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero__price-block{display:flex;align-items:baseline;gap:12px;margin-bottom:28px}.hero__price-block--video{align-items:center;justify-content:center;margin:2px 0 24px;color:#fff}.hero__price{font-family:var(--f-serif);font-size:36px;font-weight:400;color:var(--c-dark)}.hero__price-block--video .hero__price{color:#fff;text-shadow:0 8px 30px rgba(0,0,0,.34)}.hero__price-old{font-size:18px;color:var(--c-muted);text-decoration:line-through}.hero__price-block--video .hero__price-old{color:#ffffff94}.hero__cta-stack{display:flex;flex-direction:column;gap:12px;max-width:340px;margin-bottom:32px}.hero__cta-stack--video{align-items:center;max-width:none;margin-bottom:0}.hero__cta-stack--video .btn{min-width:min(360px,calc(100vw - 48px));box-shadow:0 18px 60px #00000047}.hero__text-link--video{color:#ffffffc7;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.hero__text-link--video:hover{color:#fff}.hero__trust{display:flex;flex-wrap:wrap;gap:14px;padding-top:24px;border-top:1px solid var(--c-border)}.hero__trust-item{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:400;color:var(--c-muted)}.hero__trust-icon{width:16px;height:16px;border-radius:50%;background:var(--c-blush);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero__trust-icon svg{width:8px;height:8px;color:var(--c-rose-deep)}.hero-video-trust{position:absolute;z-index:2;left:50%;bottom:22px;transform:translate(-50%);width:min(1040px,calc(100% - 48px));display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border-radius:22px;background:#faf7f4e6;border:1px solid rgba(255,255,255,.36);box-shadow:0 16px 60px #0000002e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-video-trust span{min-height:58px;padding:14px 18px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--c-dark);border-right:1px solid rgba(43,34,31,.08)}.hero-video-trust span:last-child{border-right:0}.hero__social-proof{display:flex;align-items:center;gap:10px;margin-bottom:24px}.hero__social-proof .stars{font-size:14px}.hero__social-proof-text{font-size:12px;color:var(--c-muted)}.hero__social-proof-text strong{color:var(--c-dark);font-weight:500}.hero__float-card{display:none}@media(max-width:900px){.hero{min-height:calc(100svh - 92px)}.hero--video-landing{padding:74px 18px 112px}.hero-video-content--clean{transform:translateY(-28px)}.hero-video-bg__media{object-position:center}.hero-video-bg__overlay{background:linear-gradient(180deg,#1813112e,#1813116b 52%,#181311a3),radial-gradient(circle at center,#fff5ec14,#1813116b)}.hero__eyebrow{margin-bottom:18px}.hero__headline--video{font-size:clamp(38px,11.5vw,58px);line-height:1.02}.hero__sub--video{max-width:92vw;font-size:14px;line-height:1.65;margin-bottom:18px}.hero__microproof--video{gap:7px;margin-bottom:18px}.hero__microproof-pill{min-height:30px;font-size:10px;padding:7px 10px}.hero__price-block--video{margin-bottom:18px}.hero__price{font-size:32px}.hero-video-trust{width:calc(100% - 24px);bottom:12px;grid-template-columns:1fr 1fr;border-radius:18px}.hero-video-trust span{min-height:44px;padding:10px 8px;font-size:9px}.hero-video-trust span:nth-child(2){border-right:0}.hero-video-trust span:nth-child(1),.hero-video-trust span:nth-child(2){border-bottom:1px solid rgba(43,34,31,.08)}}@media(max-width:480px){.hero--video-landing{padding-top:56px}.hero-video-content--clean{transform:translateY(-42px)}.hero__eyebrow-text{font-size:9px;letter-spacing:.16em}.hero__headline--video{font-size:clamp(34px,12vw,48px)}.hero__sub--video{font-size:13.5px}.hero__cta-stack--video .btn{min-width:calc(100vw - 36px)}}.proof-bar{background:var(--c-dark);padding:22px 24px;display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}.proof-bar__item{display:flex;flex-direction:column;align-items:center;gap:3px;padding:0 40px}.proof-bar__num{font-family:var(--f-serif);font-size:24px;font-weight:400;color:var(--c-blush);line-height:1}.proof-bar__label{font-size:10px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:#ffffff47}.proof-bar__sep{width:1px;height:36px;background:#ffffff12}@media(max-width:600px){.proof-bar__item{padding:8px 20px}.proof-bar__sep{display:none}}.section-intro{text-align:center;max-width:560px;margin:0 auto var(--sp-2xl)}.section-intro .t-label{margin-bottom:14px;display:block}.section-intro h2{font-family:var(--f-serif);font-size:clamp(28px,3.5vw,44px);font-weight:400;color:var(--c-dark);line-height:1.1;margin-bottom:16px}.section-intro h2 em{font-style:italic;color:var(--c-rose-deep)}.section-intro p{font-size:15px;color:var(--c-brown);font-weight:300;line-height:1.8}.problem-section{background:var(--c-bg)}.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.problem-image{border-radius:var(--r-xl);overflow:hidden;aspect-ratio:4/5;background:var(--c-parchment)}.problem-image img{width:100%;height:100%;object-fit:cover}.problem-content{display:flex;flex-direction:column;gap:28px}.problem-content h2{font-family:var(--f-serif);font-size:clamp(28px,2.8vw,40px);font-weight:400;color:var(--c-dark);line-height:1.1}.problem-content h2 em{font-style:italic;color:var(--c-rose-deep)}.problem-content p{font-size:15px;color:var(--c-brown);font-weight:300;line-height:1.8}.problem-list{display:flex;flex-direction:column;gap:14px}.problem-list__item{display:flex;align-items:flex-start;gap:14px;padding:16px 20px;border-radius:var(--r-md);border:1px solid var(--c-border-light);background:var(--c-bg);transition:border-color var(--t-base),box-shadow var(--t-base)}.problem-list__item:hover{border-color:var(--c-border);box-shadow:var(--shadow-sm)}.problem-list__icon{width:34px;height:34px;border-radius:var(--r-sm);background:var(--c-blush);display:flex;align-items:center;justify-content:center;flex-shrink:0}.problem-list__icon svg{width:14px;height:14px;color:var(--c-rose-deep)}.problem-list__title{font-size:13px;font-weight:500;color:var(--c-dark);margin-bottom:2px}.problem-list__desc{font-size:12px;color:var(--c-muted);font-weight:300;line-height:1.6}@media(max-width:767px){.problem-grid{grid-template-columns:1fr;gap:40px}}.momento-section{background:var(--c-cream)}.momento-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:var(--sp-2xl);border-radius:var(--r-xl);overflow:hidden}.momento-step{background:var(--c-bg);padding:44px 36px;display:flex;flex-direction:column;gap:18px;position:relative}.momento-step:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--c-parchment)}.momento-step.active-step:before{background:var(--c-rose)}.momento-step__num{font-family:var(--f-serif);font-size:52px;font-weight:400;color:var(--c-parchment);line-height:1;letter-spacing:-2px}.momento-step__title{font-family:var(--f-serif);font-size:22px;font-weight:400;color:var(--c-dark)}.momento-step__desc{font-size:13px;color:var(--c-brown);font-weight:300;line-height:1.75}.momento-step__detail{font-size:11px;color:var(--c-rose-mid);font-weight:500;letter-spacing:.06em;padding:6px 12px;background:var(--c-blush);border-radius:var(--r-full);align-self:flex-start}@media(max-width:767px){.momento-steps{grid-template-columns:1fr}.momento-step{padding:32px 24px}}.ugc-section{background:var(--c-dark)}.ugc-section .section-intro .t-label{color:#ffffff40}.ugc-section .section-intro h2{color:#ffffffe6}.ugc-section .section-intro h2 em{color:var(--c-rose)}.ugc-section .section-intro p{color:#ffffff59}.ugc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.ugc-card{position:relative;border-radius:var(--r-lg);overflow:hidden;cursor:pointer;background:#2a1f1c}.ugc-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(30,24,22,.7) 0%,transparent 50%)}.ugc-card:hover .ugc-card__media{transform:scale(1.04)}.ugc-card__media{aspect-ratio:9/16;width:100%;object-fit:cover;display:block;transition:transform .5s ease;background:var(--c-brown)}.ugc-card__placeholder{aspect-ratio:9/16;background:#2a2018;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.ugc-card__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:2}.ugc-card__play-btn{width:44px;height:44px;border-radius:50%;background:#faf7f4e6;display:flex;align-items:center;justify-content:center;transition:transform var(--t-base)}.ugc-card__play-btn svg{width:16px;height:16px;color:var(--c-dark);margin-left:2px}.ugc-card:hover .ugc-card__play-btn{transform:scale(1.1)}.ugc-card__info{position:absolute;bottom:0;left:0;right:0;padding:16px 14px;z-index:3}.ugc-card__handle{font-size:11px;color:#ffffff8c;margin-bottom:3px}.ugc-card__stars{font-size:11px;color:#c8936a;letter-spacing:1px}.ugc-card__hook{font-size:12px;color:#ffffffd9;line-height:1.4;margin-top:4px}.ugc-section .btn{margin-top:var(--sp-xl)}@media(max-width:767px){.ugc-grid{grid-template-columns:repeat(2,1fr)}}.features-section{background:var(--c-bg)}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.features-image-col{position:relative}.features-image{border-radius:var(--r-xl);overflow:hidden;aspect-ratio:4/5;background:var(--c-parchment)}.features-image img{width:100%;height:100%;object-fit:cover}.features-float{position:absolute;background:var(--c-bg);border-radius:var(--r-lg);padding:16px 20px;box-shadow:var(--shadow-lg);border:1px solid var(--c-border-light)}.features-float--tl{top:28px;right:-24px}.features-float--br{bottom:40px;left:-24px}.features-float__label{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--c-muted);margin-bottom:4px}.features-float__val{font-family:var(--f-serif);font-size:20px;color:var(--c-dark)}.features-float__sub{font-size:11px;color:var(--c-rose-mid);margin-top:2px;font-weight:500}.features-content{display:flex;flex-direction:column;gap:0}.features-content h2{font-family:var(--f-serif);font-size:clamp(28px,3vw,42px);font-weight:400;color:var(--c-dark);line-height:1.1;margin-top:14px;margin-bottom:16px}.features-content h2 em{font-style:italic;color:var(--c-rose-deep)}.features-content>p{font-size:15px;color:var(--c-brown);font-weight:300;line-height:1.8;margin-bottom:32px}.feature-list{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--c-border-light)}.feature-item{display:flex;gap:16px;align-items:flex-start;padding:20px 0;border-bottom:1px solid var(--c-border-light)}.feature-item__icon{width:40px;height:40px;border-radius:var(--r-md);background:var(--c-blush);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.feature-item__icon svg{width:18px;height:18px;color:var(--c-rose-deep)}.feature-item__title{font-size:14px;font-weight:500;color:var(--c-dark);margin-bottom:4px;letter-spacing:.01em}.feature-item__desc{font-size:13px;color:var(--c-muted);font-weight:300;line-height:1.65}@media(max-width:900px){.features-grid{grid-template-columns:1fr;gap:48px}.features-float--tl{right:12px}.features-float--br{left:12px}}.scenarios-section{background:var(--c-cream)}.scenarios-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:var(--sp-2xl)}.scenario-card{background:var(--c-bg);border-radius:var(--r-xl);overflow:hidden;transition:transform var(--t-base),box-shadow var(--t-base);cursor:default}.scenario-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.scenario-card__media{aspect-ratio:3/4;background:var(--c-parchment);overflow:hidden}.scenario-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.scenario-card:hover .scenario-card__media img{transform:scale(1.04)}.scenario-card__body{padding:24px 22px}.scenario-card__tag{font-size:10px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--c-rose-mid);margin-bottom:8px}.scenario-card__title{font-family:var(--f-serif);font-size:20px;font-weight:400;color:var(--c-dark);line-height:1.2;margin-bottom:8px}.scenario-card__desc{font-size:13px;color:var(--c-brown);font-weight:300;line-height:1.65}@media(max-width:767px){.scenarios-grid{grid-template-columns:1fr}}.reviews-section{background:var(--c-bg)}.reviews-top{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:var(--sp-2xl);flex-wrap:wrap;gap:20px}.reviews-score-block{display:flex;align-items:center;gap:20px}.reviews-score-num{font-family:var(--f-serif);font-size:64px;font-weight:400;color:var(--c-dark);line-height:1}.reviews-score-detail{display:flex;flex-direction:column;gap:6px}.reviews-score-detail .stars{font-size:16px}.reviews-score-count{font-size:12px;color:var(--c-muted);font-weight:300}.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.review-card{background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--r-xl);padding:28px;display:flex;flex-direction:column;gap:16px;transition:border-color var(--t-base),box-shadow var(--t-base)}.review-card:hover{border-color:var(--c-border);box-shadow:var(--shadow-sm)}.review-card--featured{background:var(--c-cream);border-color:var(--c-border);grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:32px}.review-card__header{display:flex;align-items:center;gap:12px}.review-card__avatar{width:42px;height:42px;border-radius:50%;background:var(--c-blush);display:flex;align-items:center;justify-content:center;font-family:var(--f-serif);font-size:18px;font-weight:400;color:var(--c-rose-deep);flex-shrink:0;overflow:hidden}.review-card__avatar img{width:100%;height:100%;object-fit:cover}.review-card__name{font-size:13px;font-weight:500;color:var(--c-dark);margin-bottom:1px}.review-card__meta{font-size:11px;color:var(--c-muted)}.review-card__verified{margin-left:auto;font-size:10px;font-weight:500;color:var(--c-success);background:#ebf5ee;padding:3px 8px;border-radius:var(--r-full);letter-spacing:.05em;white-space:nowrap}.review-card__text{font-size:14px;color:var(--c-brown);font-weight:300;line-height:1.8;font-family:var(--f-serif);font-style:italic}.review-card__text strong{font-style:normal;font-weight:400;color:var(--c-dark)}.review-card__img{border-radius:var(--r-lg);overflow:hidden;aspect-ratio:4/3}.review-card__img img{width:100%;height:100%;object-fit:cover}@media(max-width:767px){.reviews-grid{grid-template-columns:1fr}.review-card--featured{grid-template-columns:1fr;grid-column:1;gap:20px}}.urgency-section{background:var(--c-dark);padding:var(--sp-3xl) 0}.upsell-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.upsell-media__main{border-radius:16px;overflow:hidden;aspect-ratio:1;background:#ffffff0a}.upsell-media__main img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .2s}.upsell-media__thumbs{display:flex;gap:8px;margin-top:10px}.upsell-thumb{width:64px;height:64px;border-radius:8px;overflow:hidden;border:2px solid transparent;padding:0;cursor:pointer;background:none;opacity:.5;transition:opacity .2s,border-color .2s}.upsell-thumb img{width:100%;height:100%;object-fit:cover;display:block}.upsell-thumb--active,.upsell-thumb:hover{opacity:1;border-color:var(--c-rose)}.upsell-label{font-size:11px;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:#ffffff59;margin-bottom:12px}.upsell-title{font-family:var(--f-serif);font-size:clamp(28px,3.5vw,42px);font-weight:400;color:#ffffffeb;line-height:1.15;margin-bottom:16px}.upsell-title em{color:var(--c-rose);font-style:italic}.upsell-price{display:flex;align-items:baseline;gap:10px;margin-bottom:16px}.upsell-price__current{font-size:26px;font-weight:500;color:#ffffffe6}.upsell-price__compare{font-size:16px;color:#ffffff4d;text-decoration:line-through}.upsell-sub{font-size:15px;color:#ffffff80;line-height:1.7;margin-bottom:24px}.upsell-benefits{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.upsell-benefit{background:#ffffff0f;border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:4px}.upsell-benefit strong{font-size:13px;font-weight:500;color:#ffffffd9}.upsell-benefit span{font-size:13px;color:#ffffff73}.upsell-form{margin-bottom:12px}.upsell-atc{width:100%}.upsell-note{font-size:11px;color:#fff3;letter-spacing:.05em;text-align:center;margin-bottom:20px}@media(max-width:900px){.upsell-grid{grid-template-columns:1fr;gap:32px}.upsell-media__main{max-width:480px;margin:0 auto}}@media(max-width:600px){.upsell-thumb{width:52px;height:52px}}.urgency-section .section-intro .t-label{color:#fff3}.urgency-section .section-intro h2{color:#ffffffe6}.urgency-section .section-intro h2 em{color:var(--c-rose)}.urgency-stock{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--c-blush);margin-bottom:var(--sp-lg)}.stock-dot{width:7px;height:7px;border-radius:50%;background:var(--c-rose);animation:blink 2s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.urgency-actions{display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:var(--sp-xl)}.urgency-note{font-size:11px;color:#fff3;letter-spacing:.05em}.urgency-trust{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-top:var(--sp-lg)}.urgency-trust-item{display:flex;align-items:center;gap:6px;font-size:11px;color:#ffffff4d}.urgency-trust-item svg{width:12px;height:12px;color:var(--c-rose)}.faq-section{background:var(--c-cream)}.faq-inner{max-width:700px;margin:0 auto}.faq-item{border-bottom:1px solid var(--c-border)}.faq-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0;cursor:pointer;background:none;border:none;text-align:left;font-family:var(--f-sans)}.faq-btn:hover .faq-q{color:var(--c-brown)}.faq-q{font-size:14px;font-weight:400;color:var(--c-dark);transition:color var(--t-fast);line-height:1.4}.faq-icon{width:28px;height:28px;border-radius:50%;border:1px solid var(--c-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all var(--t-base);color:var(--c-muted)}.faq-item.open .faq-icon{background:var(--c-dark);border-color:var(--c-dark);color:#fff;transform:rotate(45deg)}.faq-answer{font-size:14px;color:var(--c-brown);font-weight:300;line-height:1.8;padding-bottom:14px;display:none;max-width:580px}.faq-item.open .faq-answer{display:block}.faq-icon-plus{font-size:18px;font-weight:300;line-height:1}.site-footer{background:var(--c-dark);padding:72px 0 32px;color:#ffffff4d}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:56px}.site-footer__logo{font-family:var(--f-serif);font-size:24px;font-weight:400;letter-spacing:.12em;color:#fffc;text-transform:uppercase;margin-bottom:14px}.site-footer__logo em{font-style:italic}.site-footer__tagline{font-size:13px;font-weight:300;color:#ffffff38;line-height:1.7;margin-bottom:28px;max-width:260px}.site-footer__social{display:flex;gap:14px}.site-footer__social a{font-size:11px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:#ffffff40;transition:color var(--t-fast)}.site-footer__social a:hover{color:var(--c-rose)}.site-footer__col-title{font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#fff3;margin-bottom:20px}.site-footer__links{display:flex;flex-direction:column;gap:12px}.site-footer__links a{font-size:13px;font-weight:300;color:#ffffff4d;transition:color var(--t-fast)}.site-footer__links a:hover{color:#ffffffb3}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:28px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.site-footer__copy{font-size:11px;color:#ffffff26}.site-footer__payments{display:flex;gap:8px;align-items:center}.payment-badge{background:#ffffff0d;border:1px solid rgba(255,255,255,.06);border-radius:4px;padding:4px 8px;font-size:9px;font-weight:500;letter-spacing:.04em;color:#ffffff40}@media(max-width:767px){.site-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.site-footer__grid{grid-template-columns:1fr;gap:32px}}.pdp-wrap{background:var(--c-bg)}.pdp-breadcrumb{padding:16px 0;font-size:12px;color:var(--c-muted);display:flex;align-items:center;gap:8px}.pdp-breadcrumb a{color:var(--c-muted)}.pdp-breadcrumb a:hover{color:var(--c-dark)}.pdp-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;padding-bottom:var(--sp-3xl);align-items:start}.pdp-gallery{position:sticky;top:88px}.pdp-gallery__main{border-radius:var(--r-xl);overflow:hidden;aspect-ratio:4/5;background:var(--c-parchment);margin-bottom:12px;cursor:zoom-in}.pdp-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.pdp-gallery__main:hover img{transform:scale(1.03)}.pdp-gallery__thumbs{display:flex;gap:10px}.pdp-thumb{width:80px;height:96px;border-radius:var(--r-md);overflow:hidden;background:var(--c-parchment);cursor:pointer;border:2px solid transparent;transition:border-color var(--t-fast);flex-shrink:0}.pdp-thumb.active{border-color:var(--c-dark)}.pdp-thumb img{width:100%;height:100%;object-fit:cover}.pdp-info{padding-top:8px}.pdp-rating-row{display:flex;align-items:center;gap:10px;margin-bottom:16px}.pdp-rating-text{font-size:12px;color:var(--c-muted)}.pdp-rating-link{color:var(--c-rose-mid);text-decoration:underline;text-underline-offset:2px;font-size:12px}.pdp-title{font-family:var(--f-serif);font-size:clamp(26px,2.5vw,36px);font-weight:400;color:var(--c-dark);line-height:1.1;margin-bottom:6px}.pdp-subtitle{font-size:13px;color:var(--c-muted);font-weight:300;margin-bottom:24px;letter-spacing:.03em}.pdp-price-row{display:flex;align-items:baseline;gap:12px;padding:20px 0;border-top:1px solid var(--c-border-light);border-bottom:1px solid var(--c-border-light);margin-bottom:28px}.pdp-price{font-family:var(--f-serif);font-size:34px;font-weight:400;color:var(--c-dark)}.pdp-price-old{font-size:18px;color:var(--c-muted);text-decoration:line-through}.pdp-price-save{font-size:11px;font-weight:500;letter-spacing:.08em;background:var(--c-blush);color:var(--c-rose-deep);padding:4px 10px;border-radius:var(--r-full)}.pdp-option-label{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--c-muted);margin-bottom:12px;display:flex;justify-content:space-between;align-items:baseline}.pdp-option-label span{font-size:12px;text-transform:none;letter-spacing:0;color:var(--c-dark);font-weight:400}.pdp-colors{display:flex;gap:10px;margin-bottom:28px}.pdp-color-swatch{width:34px;height:34px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:all var(--t-fast);outline:2px solid transparent;outline-offset:3px}.pdp-color-swatch.active{outline-color:var(--c-dark)}.pdp-color-swatch--rosa{background:#e8b4a8}.pdp-color-swatch--stone{background:#c8c0b4}.pdp-color-swatch--night{background:#2a1f1c}.pdp-bundles{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.pdp-bundle{border:1.5px solid var(--c-border);border-radius:var(--r-lg);padding:16px 18px;cursor:pointer;transition:all var(--t-fast);display:flex;align-items:center;gap:14px;position:relative}.pdp-bundle:hover{border-color:var(--c-border);background:var(--c-cream)}.pdp-bundle.selected{border-color:var(--c-dark);background:var(--c-cream)}.pdp-bundle__radio{width:20px;height:20px;border-radius:50%;border:1.5px solid var(--c-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all var(--t-fast)}.pdp-bundle.selected .pdp-bundle__radio{border-color:var(--c-dark)}.pdp-bundle__dot{width:10px;height:10px;border-radius:50%;background:var(--c-dark);opacity:0;transition:opacity var(--t-fast)}.pdp-bundle.selected .pdp-bundle__dot{opacity:1}.pdp-bundle__text{flex:1}.pdp-bundle__name{font-size:13px;font-weight:500;color:var(--c-dark);margin-bottom:2px}.pdp-bundle__sub{font-size:11px;color:var(--c-muted)}.pdp-bundle__sub.save{color:var(--c-rose-mid);font-weight:500}.pdp-bundle__price{font-family:var(--f-serif);font-size:18px;font-weight:400;color:var(--c-dark)}.pdp-bundle__popular{position:absolute;top:-11px;right:14px;background:var(--c-rose);color:var(--c-rose-deep);font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:var(--r-full);border:1.5px solid var(--c-rose-mid)}.pdp-cta-block{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.pdp-delivs{display:flex;flex-direction:column;gap:10px;margin-bottom:28px;padding:20px;background:var(--c-cream);border-radius:var(--r-lg)}.pdp-deliv{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--c-brown);font-weight:300}.pdp-deliv-icon{width:22px;height:22px;border-radius:50%;background:var(--c-blush);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pdp-deliv-icon svg{width:10px;height:10px;color:var(--c-rose-deep)}.pdp-deliv strong{color:var(--c-dark);font-weight:500}.pdp-accordion{border-top:1px solid var(--c-border-light)}.pdp-acc-item{border-bottom:1px solid var(--c-border-light)}.pdp-acc-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 0;cursor:pointer;background:none;border:none;font-family:var(--f-sans)}.pdp-acc-title{font-size:13px;font-weight:400;color:var(--c-dark)}.pdp-acc-icon{width:24px;height:24px;border-radius:50%;border:1px solid var(--c-border);display:flex;align-items:center;justify-content:center;color:var(--c-muted);font-size:16px;font-weight:300;line-height:1;transition:all var(--t-base);flex-shrink:0}.pdp-acc-item.open .pdp-acc-icon{background:var(--c-dark);border-color:var(--c-dark);color:#fff;transform:rotate(45deg)}.pdp-acc-body{font-size:13px;color:var(--c-brown);font-weight:300;line-height:1.8;padding-bottom:18px;display:none}.pdp-acc-item.open .pdp-acc-body{display:block}.pdp-accordion--buyzone{margin-top:18px;border-top:1px solid var(--c-border-light)}.pdp-accordion--buyzone .pdp-acc-body ul,.pdp-accordion--buyzone .pdp-acc-body ol{margin:0 0 12px;padding-left:18px;color:var(--c-brown);font-size:13px;line-height:1.9}.pdp-accordion--buyzone .pdp-acc-body li{margin-bottom:2px}.pdp-specs-list{display:flex;flex-direction:column;gap:8px}.pdp-spec{display:flex;gap:12px;font-size:13px}.pdp-spec-key{color:var(--c-muted);min-width:140px;flex-shrink:0}.pdp-spec-val{color:var(--c-dark);font-weight:400}.sticky-atc{display:none;position:sticky;bottom:0;background:#faf7f4f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--c-border);padding:14px 16px;gap:16px;align-items:center;z-index:100}.sticky-atc__info{flex:1;min-width:0}.sticky-atc__name{font-size:13px;font-weight:400;color:var(--c-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-family:var(--f-serif);font-size:18px;color:var(--c-dark)}.pdp-reviews-strip{background:var(--c-cream)}.pdp-ugc-strip{background:var(--c-dark)}@media(max-width:900px){.pdp-grid{grid-template-columns:1fr;gap:0}.pdp-gallery{position:static}.pdp-gallery__main{border-radius:0;aspect-ratio:1/1}.pdp-gallery__thumbs{padding:12px 16px}.pdp-info{padding:24px 16px 100px}.sticky-atc{display:flex}}.collection-hero{background:var(--c-cream);padding:var(--sp-xl) 0}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;padding:var(--sp-2xl) 0}.product-card{background:var(--c-bg);border-radius:var(--r-xl);overflow:hidden;border:1px solid var(--c-border-light);transition:box-shadow var(--t-base),transform var(--t-base)}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card__media{aspect-ratio:4/5;background:var(--c-parchment);overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:scale(1.03)}.product-card__body{padding:20px 20px 24px}.product-card__name{font-family:var(--f-serif);font-size:18px;font-weight:400;color:var(--c-dark);margin-bottom:4px}.product-card__sub{font-size:12px;color:var(--c-muted);margin-bottom:12px}.product-card__price-row{display:flex;align-items:baseline;gap:10px}.product-card__price{font-family:var(--f-serif);font-size:20px;color:var(--c-dark)}.product-card__price-old{font-size:14px;color:var(--c-muted);text-decoration:line-through}.cart-page{background:var(--c-bg);min-height:60vh}.cart-page-grid{display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start;padding:var(--sp-2xl) 0}.cart-page-title{font-family:var(--f-serif);font-size:32px;font-weight:400;color:var(--c-dark);margin-bottom:32px}.cart-page-item{display:grid;grid-template-columns:88px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid var(--c-border-light)}.cart-page-item__img{border-radius:var(--r-md);overflow:hidden;aspect-ratio:1;background:var(--c-parchment)}.cart-page-item__img img{width:100%;height:100%;object-fit:cover}.cart-page-summary{background:var(--c-cream);border-radius:var(--r-xl);padding:28px;position:sticky;top:88px}.cart-page-summary-title{font-family:var(--f-serif);font-size:20px;color:var(--c-dark);margin-bottom:20px}.cart-summary-row{display:flex;justify-content:space-between;font-size:14px;color:var(--c-brown);padding:8px 0}.cart-summary-row.total{font-size:18px;color:var(--c-dark);font-family:var(--f-serif);border-top:1px solid var(--c-border);margin-top:8px;padding-top:16px}.cart-summary-shipping{font-size:12px;color:var(--c-success);font-weight:500;padding:10px 0}@media(max-width:767px){.cart-page-grid{grid-template-columns:1fr}.cart-page-summary{position:static}}.page-hero{background:var(--c-cream);padding:var(--sp-3xl) 0;text-align:center}.page-hero h1{font-family:var(--f-serif);font-size:clamp(32px,4vw,54px);font-weight:400;color:var(--c-dark)}.page-content{padding:var(--sp-3xl) 0}.page-content p,.page-content li{font-size:15px;color:var(--c-brown);font-weight:300;line-height:1.85;margin-bottom:16px}.page-content h2{font-family:var(--f-serif);font-size:24px;font-weight:400;color:var(--c-dark);margin:32px 0 12px}.error-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center}.error-page h1{font-family:var(--f-serif);font-size:80px;font-weight:400;color:var(--c-parchment);line-height:1;margin-bottom:16px}.error-page h2{font-family:var(--f-serif);font-size:28px;font-weight:400;color:var(--c-dark);margin-bottom:12px}.error-page p{font-size:15px;color:var(--c-muted);margin-bottom:32px}@media(max-width:767px){.site-header__inner{grid-template-columns:auto 1fr auto;padding:0 16px 0 8px;height:60px}.site-header__logo{font-size:18px;grid-column:2;justify-self:center}.site-header__nav{display:none}.site-header__burger{display:flex;grid-column:1;justify-self:start}.site-header__actions{gap:12px;grid-column:3;justify-self:end}.site-header__cart-btn{padding:8px 14px;font-size:11px}.proof-bar__item{padding:6px 16px}}.hero--performance{min-height:740px;background:linear-gradient(90deg,#faf7f4,#f5efe8 52%,#efe6dc);border-bottom:1px solid var(--c-border-light)}.hero--performance .hero__headline{letter-spacing:-.035em}.hero--performance .hero__sub{max-width:560px;color:#4a3830d1}.hero__microproof{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 8px}.hero__microproof-pill{font-size:11px;letter-spacing:.04em;color:var(--c-brown);background:#ffffffb8;border:1px solid rgba(74,56,48,.09);border-radius:999px;padding:8px 12px;box-shadow:var(--shadow-sm)}.hero__text-link{display:inline-flex;justify-content:center;margin-top:8px;font-size:12px;color:var(--c-muted);text-decoration:underline;text-underline-offset:4px}.hero__right--ugc{padding:42px;display:flex;align-items:center;justify-content:center}.hero-media-stack{width:min(520px,100%);position:relative}.hero-video-card{position:relative;border-radius:34px;overflow:hidden;box-shadow:0 24px 80px #1e181624;background:#fff}.hero-video-card .hero__media{aspect-ratio:4/5;object-fit:cover;width:100%;height:auto}.hero__media-placeholder--warm{min-height:620px;background:radial-gradient(circle at 30% 20%,#fff,#f2e3dc 38%,#d8b6a9);display:flex;align-items:center;justify-content:center}.phone-frame{width:260px;aspect-ratio:9/16;border-radius:34px;background:#1e1816db;border:8px solid rgba(255,255,255,.65);color:#fff;padding:22px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow-lg)}.phone-frame__top{font-size:11px;letter-spacing:.12em;text-transform:uppercase;opacity:.7}.phone-frame__play{width:58px;height:58px;border-radius:50%;background:#ffffff2e;display:grid;place-items:center;margin:auto;font-size:20px}.phone-frame__caption{font-family:var(--f-serif);font-size:22px;line-height:1.2}.hero-video-card__badge{position:absolute;left:18px;bottom:18px;background:#faf7f4eb;color:var(--c-brown);border:1px solid rgba(74,56,48,.08);border-radius:999px;padding:9px 14px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-mini-review{position:absolute;right:-28px;bottom:34px;width:240px;background:#fff;border-radius:22px;padding:18px;box-shadow:var(--shadow-md);border:1px solid rgba(74,56,48,.08)}.hero-mini-review p{font-size:13px;line-height:1.55;margin:8px 0;color:var(--c-brown)}.hero-mini-review span{font-size:11px;color:var(--c-muted)}.proof-bar--real .proof-bar__num{font-size:24px}.use-proof{background:#fffaf6;border-top:1px solid var(--c-border-light);border-bottom:1px solid var(--c-border-light)}.use-proof__grid{display:grid;grid-template-columns:.9fr 1.4fr;gap:44px;align-items:center}.use-proof__copy h2{font-family:var(--f-serif);font-size:clamp(36px,4vw,56px);line-height:1.04;margin:12px 0 16px}.use-proof__copy p{color:var(--c-muted);max-width:460px}.use-proof__cards{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.real-card{min-height:210px;border-radius:28px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(74,56,48,.08);box-shadow:var(--shadow-sm)}.real-card span{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--c-muted)}.real-card strong{font-family:var(--f-serif);font-weight:400;font-size:22px;line-height:1.15;color:var(--c-dark)}.real-card--video{background:linear-gradient(160deg,#2c221f,#7d6058);color:#fff}.real-card--video strong,.real-card--video span{color:#fff}.real-card--soft{background:#f1e8df}.real-card--quote{background:#fff}.warm-placeholder{background:linear-gradient(135deg,#f7efe9,#ebd8ce);border-radius:var(--r-xl)}.placeholder-note{font-size:13px;color:var(--c-muted);text-align:center;padding:24px}.problem-grid--conversion{align-items:center}.problem-image--human .img-placeholder{border-radius:var(--r-xl)}.medical-note,.pdp-reality-note{margin-top:18px;padding:14px 16px;border-radius:16px;background:#ffffffa6;color:var(--c-muted);font-size:12px;line-height:1.55;border:1px solid rgba(74,56,48,.08)}.pdp-reality-note{margin:18px 0 22px}.comparison-section{background:#fff}.comparison-table{max-width:860px;margin:0 auto;border:1px solid var(--c-border-light);border-radius:28px;overflow:hidden;box-shadow:var(--shadow-sm)}.comparison-row{display:grid;grid-template-columns:1.35fr .9fr 1.1fr;gap:16px;align-items:center;padding:18px 22px;border-bottom:1px solid var(--c-border-light);background:#fff}.comparison-row:last-child{border-bottom:0}.comparison-row span{color:var(--c-brown);font-weight:400}.comparison-row strong{color:var(--c-dark);font-weight:500}.comparison-row em{color:var(--c-muted);font-style:normal}.comparison-row--head{background:var(--c-cream);font-size:12px;letter-spacing:.1em;text-transform:uppercase}.included-section{background:#f5efe8}.included-card{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:center;background:#fff;border:1px solid var(--c-border-light);border-radius:32px;padding:42px;box-shadow:var(--shadow-sm)}.included-card h2{font-family:var(--f-serif);font-size:clamp(34px,4vw,54px);line-height:1.05;margin:12px 0 14px}.included-card p{color:var(--c-muted);max-width:460px}.included-list{display:grid;gap:12px}.included-list div{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid var(--c-border-light);border-radius:18px;background:#faf7f4;color:var(--c-brown)}.included-list span{width:32px;height:32px;border-radius:50%;background:var(--c-dark);color:#fff;display:grid;place-items:center;font-size:11px}.section-intro--light .t-label,.ugc-section .section-intro p{color:#ffffff94}.ugc-grid--real{align-items:stretch}.ugc-placeholder-text{height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;background:linear-gradient(160deg,#ffffff14,#ffffff05)}.ugc-placeholder-text span{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#ffffff8c;margin-bottom:10px}.ugc-placeholder-text strong{font-family:var(--f-serif);font-weight:400;font-size:24px;line-height:1.16;color:#fff}.ugc-brief{margin:34px auto 0;max-width:760px;padding:18px 20px;border-radius:18px;background:#ffffff0f;color:#ffffff9e;font-size:13px;line-height:1.6;border:1px solid rgba(255,255,255,.08)}.reviews-score-block--honest .reviews-score-num{font-size:42px;color:#c8936a}.reviews-grid--honest .review-card__text{color:var(--c-brown)}@media(max-width:980px){.hero--performance{grid-template-columns:1fr;min-height:auto}.hero__right--ugc{padding:0 18px 42px}.hero-mini-review{position:static;width:auto;margin-top:14px}.use-proof__grid,.included-card,.use-proof__cards{grid-template-columns:1fr}}@media(max-width:767px){.hero--performance .hero__left{padding:48px 18px 28px}.hero__microproof{margin-top:18px}.hero__microproof-pill{font-size:10px;padding:7px 10px}.hero__media-placeholder--warm{min-height:460px}.phone-frame{width:210px}.phone-frame__caption{font-size:18px}.comparison-row{grid-template-columns:1.1fr .8fr .9fr;padding:14px 12px;font-size:13px;gap:8px}.comparison-row--head{font-size:10px}.included-card{padding:24px;border-radius:24px}.real-card{min-height:170px}}.landing-video-section{background:linear-gradient(180deg,#fffaf6,#f2ede6);border-bottom:1px solid var(--c-border-light)}.landing-video__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:44px;align-items:center}.landing-video__copy h2{font-family:var(--f-serif);font-size:clamp(34px,4vw,58px);font-weight:400;line-height:1.03;letter-spacing:-.02em;margin:14px 0 16px;color:var(--c-dark)}.landing-video__copy p{max-width:440px;color:var(--c-brown);font-size:15px;line-height:1.8}.landing-video__checks{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.landing-video__checks span{font-size:11px;color:var(--c-brown);border:1px solid rgba(74,56,48,.1);background:#ffffff9e;border-radius:999px;padding:8px 12px}.landing-video__frame{position:relative;aspect-ratio:16/9;border-radius:34px;overflow:hidden;background:radial-gradient(circle at 25% 20%,#fff,#f3e7df 42%,#e1c6bc);border:1px solid rgba(74,56,48,.08);box-shadow:0 28px 80px #1e181624}.landing-video__media{width:100%;height:100%;object-fit:cover;display:block}.landing-video__placeholder{width:100%;height:100%;display:grid;place-items:center;text-align:center;padding:28px;color:var(--c-brown)}.landing-video__placeholder strong{font-family:var(--f-serif);font-size:clamp(26px,3vw,42px);font-weight:400;display:block;margin-top:14px}.landing-video__placeholder span{font-size:13px;color:var(--c-muted);margin-top:-18px;max-width:360px}.landing-video__play{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--c-dark);color:#fff;box-shadow:var(--shadow-md)}.landing-video__placeholder-badge{position:absolute;left:18px;bottom:18px;background:#faf7f4e6;color:var(--c-brown);border:1px solid rgba(74,56,48,.08);border-radius:999px;padding:9px 14px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero__media{object-fit:cover}.hero-video-card video.hero__media{width:100%;aspect-ratio:4/5;height:auto}@media(max-width:1100px){.hero--performance{min-height:auto;grid-template-columns:1fr 1fr}.hero__right--ugc{padding:26px}.hero-mini-review{right:12px;bottom:12px;width:min(240px,70%)}.use-proof__grid{grid-template-columns:1fr}}@media(max-width:900px){html,body{overflow-x:hidden}.container{padding-left:18px;padding-right:18px}.section{padding:64px 0}.section--sm{padding:48px 0}.hero--performance{display:flex;flex-direction:column;min-height:auto}.hero__left{width:100%;padding:52px 18px 28px}.hero__right--ugc{width:100%;padding:0 18px 44px}.hero__headline{font-size:clamp(42px,14vw,68px);line-height:.98}.hero__sub{font-size:15px;line-height:1.75}.hero__price-block{margin-top:22px}.hero__price{font-size:34px}.hero__trust--compact{grid-template-columns:1fr;gap:10px}.hero-video-card{border-radius:26px}.hero-mini-review{position:static;width:100%;margin-top:12px;border-radius:20px}.landing-video__grid{grid-template-columns:1fr;gap:26px}.landing-video__copy{text-align:center}.landing-video__copy p{margin:0 auto}.landing-video__checks{justify-content:center}.landing-video__frame{border-radius:24px}.proof-bar{overflow-x:auto;justify-content:flex-start;-webkit-overflow-scrolling:touch;scrollbar-width:none}.proof-bar::-webkit-scrollbar{display:none}.proof-bar__item{min-width:160px}.use-proof__cards{grid-template-columns:1fr}.real-card{min-height:150px}.features-grid,.problem-grid,.comparison-grid,.included-card,.urgency-grid{grid-template-columns:1fr!important}.section-intro{margin-bottom:34px}.section-intro h2{font-size:clamp(34px,10vw,48px)}.ugc-grid,.reviews-grid,.scenarios-grid{grid-template-columns:1fr!important}.faq-inner{max-width:100%}.faq-btn{padding:20px 0;align-items:flex-start;gap:16px}.faq-q{font-size:15px;line-height:1.35}.faq-answer{font-size:14px;line-height:1.75}}@media(max-width:640px){:root{--sp-2xl: 44px;--sp-3xl: 60px}.announcement-bar{font-size:9.5px;line-height:1.5;padding:8px 10px;letter-spacing:.08em}.site-header__cart-btn span:not(.cart-count-bubble){display:none}.btn{width:100%;min-height:52px;padding:15px 22px}.btn--lg,.btn--xl{min-height:56px}.hero__left{padding-top:42px}.hero__eyebrow-text{font-size:10px}.hero__microproof{margin-top:16px}.hero__microproof-pill{font-size:10px;padding:7px 10px}.hero__price-block{flex-wrap:wrap}.hero__cta-stack{width:100%}.hero__text-link{font-size:12px}.hero-video-card .hero__media,.hero-video-card video.hero__media{aspect-ratio:4/5}.landing-video__frame{aspect-ratio:16/10;border-radius:20px}.landing-video__placeholder strong{font-size:26px}.landing-video__placeholder span{margin-top:8px}.pdp-title{font-size:31px}.pdp-price-row{flex-wrap:wrap;gap:8px}.pdp-bundle{padding:14px;gap:10px}.pdp-bundle__price{font-size:17px}.pdp-delivs{padding:16px}.pdp-spec{flex-direction:column;gap:2px;padding:10px 0;border-bottom:1px solid var(--c-border-light)}.pdp-spec-key{min-width:0}.sticky-atc{padding:10px 12px calc(10px + env(safe-area-inset-bottom));gap:10px}.sticky-atc .btn{width:auto;min-height:48px;padding:13px 18px;font-size:10px}.site-footer__grid{grid-template-columns:1fr!important;gap:28px}.site-footer__bottom{flex-direction:column;align-items:flex-start;gap:14px}}@media(max-width:380px){.hero__headline{font-size:40px}.hero__price{font-size:30px}.pdp-info{padding-left:12px;padding-right:12px}}.video-shell video{background:#efe5dc}.video-shell:not(.video-shell--ready):after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(110deg,#ffffff14,#ffffff38,#ffffff14);opacity:.35;animation:alivelleVideoSoftLoad 1.45s ease-in-out infinite}.video-shell--ready:after{display:none}@keyframes alivelleVideoSoftLoad{0%{transform:translate(-40%)}to{transform:translate(40%)}}@media(prefers-reduced-motion:reduce){.video-shell:not(.video-shell--ready):after{animation:none}}html,body{overflow-x:hidden;width:100%}img,video{max-width:100%;height:auto;display:block}video{object-fit:cover}.hero-video,.video-banner,.hero-media video{width:100%;height:100%;object-fit:cover;border-radius:0}.hero-media{position:relative;overflow:hidden;border-radius:28px}.hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#00000014,#0000);pointer-events:none}a,button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.site-header__nav a,.mobile-nav a,.footer a,button,.btn{min-height:44px;display:inline-flex;align-items:center}@media(max-width:900px){.site-header{position:sticky;top:0}.site-header__inner{grid-template-columns:auto 1fr auto;height:64px;padding:0 16px 0 8px;gap:12px}.site-header__burger{display:flex;grid-column:1;justify-self:start}.site-header__nav{display:none!important}.site-header__logo{grid-column:2;justify-self:center;font-size:18px;letter-spacing:.08em}.site-header__actions{gap:8px;grid-column:3;justify-self:end}.site-header__cart-btn{padding:8px 14px;font-size:10px;white-space:nowrap}.mobile-nav{display:flex;transform:translate(-100%);transition:transform .35s ease}.mobile-nav.open{transform:translate(0)}.mobile-nav a{font-size:22px;padding:18px 0}.hero,.hero-section,.video-banner-section{padding-top:0}.hero-media,.video-banner,.hero-video-wrapper{border-radius:20px;overflow:hidden}.hero-content,.section-content,.container{padding-left:16px!important;padding-right:16px!important}h1{font-size:clamp(32px,8vw,48px);line-height:1.05}h2{font-size:clamp(26px,6vw,36px);line-height:1.1}p{font-size:15px;line-height:1.6}.grid,.product-grid,.features-grid,.ugc-grid,.footer-grid{grid-template-columns:1fr!important;gap:20px}.product-card,.ugc-card,.feature-card{border-radius:22px}.faq-item{padding:18px 0}.sticky-atc,.mobile-sticky-atc{position:fixed;bottom:12px;left:12px;right:12px;z-index:120;border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cart-overlay{width:100%}}@media(max-width:640px){body{font-size:15px}section{padding-top:48px!important;padding-bottom:48px!important}.hero-media video{min-height:58vh}.site-header__cart-btn span:not(.cart-count-bubble){display:none}.mobile-nav{padding:72px 20px 32px}.mobile-nav a{font-size:20px}.btn,button,.button{width:100%;justify-content:center}input,select,textarea{font-size:16px!important}}.hero--video-landing{min-height:clamp(560px,calc(100svh - 84px),780px);padding:clamp(74px,8vw,120px) 20px clamp(70px,8vw,110px)}.hero-video-content--clean{width:min(760px,100%);gap:0}.hero__headline--clean{max-width:760px;margin-bottom:clamp(16px,2vw,22px);font-size:clamp(48px,6.4vw,92px);line-height:.98}.hero__sub--clean{max-width:610px;margin-bottom:24px;font-size:clamp(14px,1.2vw,17px);line-height:1.65}.hero__microproof--clean{margin-bottom:28px;gap:9px}.hero__microproof--clean .hero__microproof-pill{min-height:34px;padding:8px 15px;font-size:11px;color:#ffffffe6}.hero__cta-stack--clean{margin-bottom:0}.hero__cta-stack--clean .btn{min-width:min(330px,calc(100vw - 40px))}.hero__price-block--video,.hero-video-trust,.hero__text-link--video,.hero__eyebrow--center{display:none!important}.hero-video-bg__overlay{background:linear-gradient(180deg,#18131129,#1813114d 58%,#18131170),radial-gradient(circle at center,#fff5ec14,#18131138)}@media(max-width:900px){.hero--video-landing{min-height:calc(100svh - 72px);padding:86px 18px 72px}.hero-video-content--clean{width:min(92vw,560px)}.hero__headline--clean{font-size:clamp(42px,12.8vw,64px);line-height:1.02;margin-bottom:15px}.hero__sub--clean{max-width:92vw;font-size:13.5px;line-height:1.55;margin-bottom:20px}.hero__microproof--clean{gap:7px;margin-bottom:22px}.hero__microproof--clean .hero__microproof-pill{min-height:31px;padding:7px 10px;font-size:9.5px;letter-spacing:.03em}.hero__cta-stack--clean .btn{min-width:min(320px,calc(100vw - 36px));min-height:58px}}@media(max-width:480px){.hero--video-landing{min-height:calc(100svh - 64px);padding:76px 16px 60px}.hero__headline--clean{font-size:clamp(38px,13.2vw,52px);max-width:350px}.hero__sub--clean{font-size:13px;max-width:330px}.hero__microproof--clean{max-width:330px;justify-content:center}.hero__microproof--clean .hero__microproof-pill{font-size:9px}}.hero-video-bg picture,.hero-video-bg video,.hero-video-bg img{width:100%;height:100%}.hero-video-bg__media--desktop{display:block}.hero-video-bg__media--mobile{display:none}@media(max-width:749px){.hero-video-bg__media--desktop{display:none!important}.hero-video-bg__media--mobile{display:block!important}.hero-video-bg__media{object-fit:cover;object-position:center center}}@media(min-width:750px){.hero-video-bg__media--desktop{display:block!important}.hero-video-bg__media--mobile{display:none!important}}.visual-trust{background:linear-gradient(180deg,#fffaf6,#f7efe8);border-top:1px solid rgba(74,56,48,.06);border-bottom:1px solid rgba(74,56,48,.06)}.visual-trust__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(32px,5vw,72px);align-items:center}.visual-trust__copy h2{max-width:640px;font-family:var(--f-serif);font-size:clamp(34px,4vw,64px);line-height:1.02;letter-spacing:-.025em;font-weight:400;color:var(--c-dark);margin:14px 0 18px}.visual-trust__copy p{max-width:540px;font-size:16px;line-height:1.82;color:#4a3830c2}.visual-trust__checks{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.visual-trust__checks span{display:inline-flex;align-items:center;min-height:38px;padding:10px 14px;border-radius:999px;background:#ffffffb8;border:1px solid rgba(74,56,48,.08);box-shadow:0 10px 34px #2b221f0d;font-size:12px;line-height:1;color:var(--c-brown)}.visual-trust__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.trust-card{background:#ffffffbd;border:1px solid rgba(74,56,48,.08);border-radius:28px;overflow:hidden;box-shadow:0 18px 60px #2b221f14}.trust-card__media{position:relative;aspect-ratio:4 / 5;background:radial-gradient(circle at 50% 30%,rgba(232,150,158,.18),transparent 38%),linear-gradient(135deg,#fff8f4,#ead9cf);overflow:hidden}.trust-card__media img,.trust-card__video{width:100%;height:100%;display:block;object-fit:cover}.trust-card__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;text-align:center;color:#4a38307a}.trust-card__placeholder span{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#4a38307a}.trust-card__placeholder small{max-width:220px;font-size:12px;line-height:1.5;color:#4a383070}.trust-card__body{padding:22px}.trust-card__body span,.trust-card--quote span{display:block;margin-bottom:8px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--c-rose-deep)}.trust-card__body strong{display:block;font-family:var(--f-serif);font-size:clamp(22px,2vw,28px);line-height:1.15;font-weight:400;color:var(--c-dark)}.trust-card--quote{grid-column:span 2;padding:clamp(24px,3vw,34px);background:radial-gradient(circle at 90% 10%,rgba(232,150,158,.12),transparent 35%),#ffffffd6}.trust-card__quote{max-width:780px;font-family:var(--f-serif);font-size:clamp(24px,3vw,38px);line-height:1.18;letter-spacing:-.015em;color:var(--c-dark);margin-bottom:18px}@media(max-width:900px){.visual-trust__grid{grid-template-columns:1fr;gap:30px}.visual-trust__copy{text-align:center}.visual-trust__copy p{margin-left:auto;margin-right:auto}.visual-trust__checks{justify-content:center}.visual-trust__cards{grid-template-columns:1fr}.trust-card--quote{grid-column:auto}}@media(max-width:520px){.visual-trust__copy h2{font-size:clamp(34px,10vw,46px)}.visual-trust__copy p{font-size:14px;line-height:1.7}.visual-trust__checks{gap:8px}.visual-trust__checks span{width:100%;justify-content:center;min-height:36px;font-size:11px}.trust-card{border-radius:24px}.trust-card__body{padding:19px}}.materials-softness{background:linear-gradient(180deg,#fbf8f5,#f5ece6);overflow:hidden}.materials-softness__grid{display:grid;grid-template-columns:minmax(300px,.92fr) minmax(320px,1.08fr);gap:clamp(34px,6vw,92px);align-items:center}.materials-softness__media{position:relative;border-radius:clamp(28px,3vw,44px);overflow:hidden;min-height:clamp(520px,66vw,760px);background:linear-gradient(145deg,#eee0da,#fbf7f4);box-shadow:0 24px 90px #2b221f14}.materials-softness__media img{width:100%;height:100%;min-height:inherit;display:block;object-fit:cover;object-position:center}.materials-softness__placeholder{min-height:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px;color:#4a383075;background:radial-gradient(circle at 50% 24%,rgba(230,160,150,.18),transparent 32%),linear-gradient(160deg,#f8eee9,#eaded8)}.materials-softness__placeholder span{font-family:var(--f-serif);font-size:clamp(26px,3vw,42px);color:#2b221f8a}.materials-softness__placeholder small{margin-top:10px;font-size:11px;letter-spacing:.16em;text-transform:uppercase}.materials-softness__content h2{font-family:var(--f-serif);font-size:clamp(38px,5.4vw,78px);font-weight:400;line-height:.98;letter-spacing:-.025em;color:var(--c-dark);margin:16px 0 22px;max-width:760px}.materials-softness__content h2 em{display:block;font-style:italic;color:var(--c-rose-deep)}.materials-softness__content>p{max-width:640px;font-size:clamp(15px,1.35vw,18px);line-height:1.85;color:#4a3830c2;margin-bottom:clamp(28px,4vw,46px)}.materials-softness__features{display:grid;gap:14px;max-width:720px}.materials-softness__features article{display:grid;grid-template-columns:46px 1fr;column-gap:18px;padding:clamp(18px,2vw,24px);border-radius:26px;background:#ffffffb3;border:1px solid rgba(74,56,48,.075);box-shadow:0 16px 50px #2b221f0b}.materials-softness__features article span{width:46px;height:46px;border-radius:999px;display:grid;place-items:center;background:#e799a024;color:var(--c-rose-deep);font-size:11px;letter-spacing:.12em}.materials-softness__features article strong{display:block;font-family:var(--f-serif);font-size:clamp(22px,2vw,30px);line-height:1.05;font-weight:400;color:var(--c-dark);margin-bottom:7px}.materials-softness__features article p{grid-column:2;margin:0;font-size:14px;line-height:1.65;color:#4a3830b8}@media(max-width:900px){.materials-softness__grid{grid-template-columns:1fr;gap:30px}.materials-softness__media{min-height:0;aspect-ratio:4 / 5;order:2}.materials-softness__content{order:1}.materials-softness__content h2,.materials-softness__content>p,.materials-softness__features{max-width:none}}@media(max-width:560px){.materials-softness__features article{grid-template-columns:38px 1fr;column-gap:14px;border-radius:22px}.materials-softness__features article span{width:38px;height:38px}.materials-softness__features article p{grid-column:1 / -1;margin-top:8px}}.reviews-top--carousel{align-items:center}.reviews-carousel{position:relative;overflow:hidden;width:100%;padding:6px 0 14px;max-width:820px;margin:0 auto}.reviews-track{display:flex;gap:0;width:100%;transition:transform .7s cubic-bezier(.22,.61,.36,1);will-change:transform}.review-card--slide{width:100%;min-width:100%;min-height:238px;flex:0 0 100%;justify-content:space-between;background:#ffffffb8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.review-card__stars{margin:14px 0 12px;color:#c8936a;letter-spacing:.04em}@media(prefers-reduced-motion:reduce){.reviews-track{transition:none;overflow-x:auto;scroll-snap-type:x mandatory}.review-card--slide{scroll-snap-align:start}}@media(max-width:767px){.reviews-carousel{max-width:100%}.review-card--slide{min-height:250px;padding:24px 22px}.reviews-score-num{font-size:52px}}.announcement-bar,.proof-bar,.ugc-section,.urgency-section,.site-footer,.announcement-bar a,.announcement-bar strong,.proof-bar__label,.ugc-section .section-intro p,.ugc-section .section-intro .t-label,.ugc-section .section-intro h2,.urgency-section .section-intro .t-label,.urgency-section .section-intro h2,.urgency-section .section-intro p,.urgency-stock,.urgency-note,.urgency-trust-item,.site-footer__logo,.site-footer__tagline,.site-footer__social a,.site-footer__col-title,.site-footer__links a,.site-footer__copy,.payment-badge{color:#fff}.urgency-section .section-intro h2 em,.ugc-section .section-intro h2 em{color:var(--c-blush)}.urgency-section{background:radial-gradient(circle at 50% 0%,rgba(200,151,138,.22),transparent 34%),var(--c-dark)}.urgency-panel{border:1px solid rgba(255,255,255,.12);border-radius:32px;padding:clamp(34px,6vw,64px) clamp(20px,5vw,54px);background:#ffffff0b;box-shadow:0 28px 80px #0000003d}.urgency-intro p{max-width:680px;margin-left:auto;margin-right:auto;color:#ffffffd1!important}.urgency-stock{color:#ffffffe0!important}.urgency-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.urgency-benefit{border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:16px;background:#ffffff0e;text-align:left}.urgency-benefit strong{display:block;font-size:13px;font-weight:500;color:#fff;margin-bottom:5px}.urgency-benefit span{display:block;font-size:12px;line-height:1.55;color:#ffffffbd;font-weight:300}.urgency-note,.urgency-trust-item{color:#ffffffc7!important}.site-footer{background:linear-gradient(180deg,#241b18 0%,var(--c-dark) 100%)}.site-footer__logo,.site-footer__col-title{color:#fff!important}.site-footer__tagline,.site-footer__links a,.site-footer__social a,.site-footer__copy,.payment-badge{color:#ffffffc7!important}.site-footer__links a:hover,.site-footer__social a:hover{color:#fff!important}.site-footer__bottom{border-top-color:#ffffff24}.payment-badge{border-color:#ffffff2e;background:#ffffff14}.page-content{background:var(--c-bg)}.page-content h2:first-child{margin-top:0}.page-content a{color:var(--c-dark);text-decoration:underline;text-underline-offset:3px}.page-content strong{color:var(--c-dark)}@media(max-width:767px){.urgency-benefits{grid-template-columns:1fr}.urgency-panel{border-radius:24px}}.page-intro{font-size:16px;font-weight:300;color:var(--c-brown);line-height:1.9;margin-bottom:40px;padding-bottom:32px;border-bottom:1px solid var(--c-border-light)}.legal-notice{background:var(--c-cream);border-left:3px solid var(--c-rose);border-radius:0 6px 6px 0;padding:14px 20px;margin-bottom:32px}.legal-notice p{font-size:12px;color:var(--c-muted);margin:0;letter-spacing:.02em}.legal-notice a{color:var(--c-rose-mid);text-decoration:underline;text-underline-offset:3px}.legal-warning{background:#fef3c7;border:1px solid #F59E0B;border-radius:6px;padding:14px 20px;margin-top:12px}.legal-warning p{font-size:13px;color:#92400e;margin:0}.legal-table{border:1px solid var(--c-border);border-radius:8px;overflow:hidden;margin:24px 0}.legal-table__row{display:grid;grid-template-columns:200px 1fr;border-bottom:1px solid var(--c-border-light)}.legal-table__row:last-child{border-bottom:none}.legal-table__label{font-size:12px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--c-muted);background:var(--c-cream);padding:14px 18px;display:flex;align-items:center}.legal-table__value{font-size:14px;font-weight:300;color:var(--c-dark);padding:14px 18px;display:flex;align-items:center}.faq-list{display:flex;flex-direction:column}.faq-item{padding:28px 0;border-bottom:1px solid var(--c-border-light)}.faq-item:last-child{border-bottom:none}.faq-item h2{margin:0 0 10px;font-size:18px}.faq-item p{margin:0}.cookie-category{border:1px solid var(--c-border);border-radius:10px;padding:24px 28px;margin:28px 0}.cookie-category__header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.cookie-category__title{font-family:var(--f-serif);font-size:18px;font-weight:400;color:var(--c-dark);margin:0}.cookie-category__badge{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:20px;white-space:nowrap}.cookie-category__badge--required{background:#d1fae5;color:#065f46}.cookie-category__badge--analytics{background:#dbeafe;color:#1e40af}.cookie-category__badge--marketing{background:var(--c-blush);color:var(--c-rose-deep)}.cookie-category p{font-size:14px;color:var(--c-brown);margin-bottom:16px}.cookie-table{border:1px solid var(--c-border-light);border-radius:6px;overflow:hidden;margin-top:16px;font-size:13px}.cookie-table__head,.cookie-table__row{display:grid;grid-template-columns:1.8fr 1.4fr 2fr 1fr}.cookie-table__head{background:var(--c-cream);border-bottom:1px solid var(--c-border)}.cookie-table__head span{padding:10px 14px;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--c-muted)}.cookie-table__row{border-bottom:1px solid var(--c-border-light)}.cookie-table__row:last-child{border-bottom:none}.cookie-table__row span{padding:10px 14px;color:var(--c-brown);font-weight:300;align-self:center}.cookie-table__row span:first-child{color:var(--c-dark)}.cookie-table code{font-family:SF Mono,Fira Code,monospace;font-size:12px;background:var(--c-cream);padding:2px 6px;border-radius:3px}.page-content ul{margin:0 0 20px;padding-left:0;list-style:none}.page-content ul li{position:relative;padding-left:20px;margin-bottom:10px}.page-content ul li:before{content:"\2013";position:absolute;left:0;color:var(--c-rose)}@media(max-width:767px){.legal-table__row{grid-template-columns:1fr}.legal-table__label{border-bottom:1px solid var(--c-border-light);padding:10px 14px}.legal-table__value{padding:10px 14px}.cookie-table__head,.cookie-table__row{grid-template-columns:1fr 1fr}.cookie-table__head span:nth-child(3),.cookie-table__head span:nth-child(4),.cookie-table__row span:nth-child(3),.cookie-table__row span:nth-child(4){display:none}.cookie-category{padding:20px}.cookie-category__header{flex-wrap:wrap}}.site-footer__social{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.site-footer__social .social-icon-link{display:inline-flex;align-items:center;gap:7px;color:#ffffffd1!important;text-decoration:none}.site-footer__social .social-icon{width:18px;height:18px;display:block;color:currentColor}.site-footer__social .social-icon-link:hover{color:#fff!important}.site-footer__payments{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.payment-logo{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:0;height:auto;border-radius:0;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible;padding:0}.payment-logo svg,.payment-icon{display:block;height:22px;width:auto;max-width:64px;background:transparent!important;border:0!important;box-shadow:none!important}.payment-logo--bizum svg{width:58px;height:22px}.pdp-hk-style{background:#fbf6f1}.pdp-top-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:42px;align-items:start;padding-bottom:44px}.pdp-card-info{background:#ffffffb8;border:1px solid rgba(74,56,48,.1);border-radius:28px;padding:28px;box-shadow:0 18px 44px #4a383012}.pdp-gallery--square{position:sticky;top:86px}.pdp-gallery__main--square{aspect-ratio:1 / 1!important;border-radius:28px;background:#f2e8de;border:1px solid rgba(74,56,48,.08);box-shadow:0 18px 44px #4a383014}.pdp-gallery__main--square img{width:100%;height:100%;object-fit:cover;display:block}.pdp-gallery__thumbs--square{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:12px}.pdp-thumb--square{width:100%;height:auto;aspect-ratio:1 / 1;border-radius:16px;border:2px solid transparent;padding:0;overflow:hidden;background:#f2e8de;cursor:pointer}.pdp-thumb--square.active{border-color:#251b19}.pdp-thumb--square img{width:100%;height:100%;object-fit:cover;display:block}.ratio-1-1{aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:#f2e8de;color:var(--c-muted)}.pdp-rating-row--strong .stars{color:#d08e8b;letter-spacing:1px}.pdp-launch-badge{display:inline-flex;align-items:center;width:fit-content;padding:8px 12px;border-radius:999px;background:#f3d4cf;color:#7c3d38;font-size:12px;font-weight:600;margin:10px 0 16px}.pdp-price-row--compact{padding:14px 0;margin-bottom:16px}.pdp-stock-line{display:flex;align-items:center;gap:8px;font-size:13px;color:#4a3830;margin-bottom:18px}.pdp-stock-dot{width:9px;height:9px;border-radius:50%;background:#77865e;box-shadow:0 0 0 4px #77865e29}.pdp-option-wrap{margin-bottom:18px}.pdp-qty-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:16px 0;font-size:13px;font-weight:500;color:var(--c-dark)}.pdp-qty-control{display:inline-flex;align-items:center;border:1.5px solid rgba(74,56,48,.2);border-radius:999px;overflow:hidden;background:#fff;gap:0}.pdp-qty-control button{width:40px;height:40px;border:0;background:transparent;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:300;color:var(--c-dark);cursor:pointer;line-height:1;transition:background var(--t-fast);flex-shrink:0;padding:0;-webkit-user-select:none;user-select:none}.pdp-qty-control button:hover{background:var(--c-cream)}.pdp-qty-control input{width:44px;height:40px;border:0;border-left:1px solid rgba(74,56,48,.12);border-right:1px solid rgba(74,56,48,.12);background:transparent;text-align:center;font-size:15px;font-weight:500;color:var(--c-dark);-moz-appearance:textfield;display:flex;align-items:center;justify-content:center;padding:0;line-height:40px}.pdp-qty-control input::-webkit-outer-spin-button,.pdp-qty-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pdp-cta-block--hk .btn{min-height:54px;font-size:14px;letter-spacing:.08em}.pdp-trust-mini{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0}.pdp-trust-mini div{background:#fff;border:1px solid rgba(74,56,48,.08);border-radius:14px;padding:10px 12px;font-size:12px;color:#4a3830}.pdp-mini-review{display:flex;gap:12px;padding:14px 16px;background:#f7ece6;border-radius:16px;margin:14px 0 20px;align-items:flex-start}.pdp-mini-review__avatar{width:36px;height:36px;border-radius:50%;background:#d79a94;color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--f-serif);flex-shrink:0;font-size:14px}.pdp-mini-review .stars{font-size:12px;margin-bottom:3px}.pdp-mini-review p{margin:0 0 5px;font-size:12.5px;line-height:1.55;color:#4a3830;font-style:italic}.pdp-mini-review strong{font-size:11px;color:#251b19;letter-spacing:.02em}.pdp-section{padding:64px 0}.pdp-section--cream{background:#f2e8de}.pdp-section--media{background:#fbf6f1}.pdp-section h2{font-family:var(--f-serif);font-size:clamp(30px,4vw,54px);line-height:1.03;font-weight:400;color:#251b19;margin:0 0 18px}.pdp-section h3{font-family:var(--f-serif);font-size:28px;font-weight:400;color:#251b19;margin:0 0 14px}.pdp-section p{color:#5e4b43;line-height:1.7}.pdp-eyebrow{margin:0 0 10px!important;text-transform:uppercase;letter-spacing:.16em;font-size:11px;color:#b96f68!important;font-weight:700}.pdp-section-sub{max-width:620px;margin-top:-8px}.pdp-icons-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.pdp-icon-card{background:#ffffffb8;border:1px solid rgba(74,56,48,.08);border-radius:24px;padding:22px;min-height:170px}.pdp-icon-card span{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f3d4cf;margin-bottom:14px;font-size:23px}.pdp-icon-card strong{display:block;color:#251b19;margin-bottom:6px}.pdp-icon-card p{margin:0;font-size:13px}.pdp-two-col{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.pdp-check-list{margin:22px 0 0;padding:0;list-style:none;display:grid;gap:12px}.pdp-check-list li{position:relative;padding-left:30px;color:#4a3830;line-height:1.6}.pdp-check-list li:before{content:"\2713";position:absolute;left:0;top:0;color:#77865e;font-weight:700}.pdp-use-card{background:#fff;border-radius:28px;padding:30px;border:1px solid rgba(74,56,48,.08);box-shadow:0 18px 44px #4a38300f}.pdp-use-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pdp-use-grid div{background:#fbf6f1;border-radius:18px;padding:16px}.pdp-use-grid strong{display:block;color:#251b19;margin-bottom:3px}.pdp-use-grid span{font-size:12px;color:#7a675e}.pdp-media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.pdp-media-tile{aspect-ratio:1 / 1;border-radius:26px;overflow:hidden;background:#f2e8de;border:1px solid rgba(74,56,48,.08)}.pdp-media-tile img{width:100%;height:100%;object-fit:cover;display:block}.pdp-section-head{text-align:center;max-width:760px;margin:0 auto 28px}.pdp-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.pdp-compare-card{background:#ffffffbd;border:1px solid rgba(74,56,48,.08);border-radius:28px;padding:30px}.pdp-compare-mark{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:34px;margin-bottom:18px}.pdp-compare-card--bad .pdp-compare-mark{background:#b85d55}.pdp-compare-card--good .pdp-compare-mark{background:#77865e}.pdp-compare-card ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}.pdp-compare-card li{color:#4a3830;line-height:1.55;padding-left:24px;position:relative}.pdp-compare-card li:before{content:"\2022";position:absolute;left:8px;color:#b96f68}.pdp-three-blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pdp-info-box{background:#fff;border:1px solid rgba(74,56,48,.08);border-radius:26px;padding:28px}.pdp-info-box ul{margin:0;padding-left:18px;color:#4a3830;line-height:1.8}.pdp-info-box p{margin:0}.pdp-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.pdp-steps div{background:#fff;border-radius:24px;padding:24px;border:1px solid rgba(74,56,48,.08)}.pdp-steps span{width:38px;height:38px;border-radius:50%;background:#251b19;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.pdp-steps strong{display:block;color:#251b19;margin-bottom:6px}.pdp-steps p{margin:0;font-size:13px}.pdp-faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:34px}.pdp-accordion--boxed{background:#fff;border:1px solid rgba(74,56,48,.08);border-radius:26px;padding:8px 22px}@media(max-width:980px){.pdp-top-grid,.pdp-two-col,.pdp-faq-grid{grid-template-columns:1fr}.pdp-gallery--square{position:static}.pdp-icons-row,.pdp-steps{grid-template-columns:1fr 1fr}.pdp-three-blocks{grid-template-columns:repeat(3,1fr);gap:12px}.pdp-card-info{border-radius:22px;padding:22px}}@media(max-width:640px){.pdp-top-grid{gap:22px}.pdp-gallery__main--square{border-radius:0;margin-left:-16px;margin-right:-16px}.pdp-gallery__thumbs--square{grid-template-columns:repeat(5,1fr);overflow-x:auto;padding-bottom:4px}.pdp-card-info{margin:0 -2px}.pdp-icons-row,.pdp-media-grid,.pdp-compare-grid,.pdp-steps,.pdp-trust-mini{grid-template-columns:1fr}.pdp-three-blocks{grid-template-columns:1fr;gap:10px}.pdp-use-grid{grid-template-columns:1fr}.pdp-section{padding:46px 0}.pdp-section h2{font-size:34px}}.pdp-color-swatch,button.pdp-color-swatch{-webkit-appearance:none;appearance:none;width:44px!important;height:44px!important;min-width:44px!important;max-width:44px!important;flex:0 0 44px!important;aspect-ratio:1 / 1!important;border-radius:999px!important;padding:0!important;line-height:1!important;box-sizing:border-box!important;display:inline-block!important;overflow:hidden;border:2px solid #f6eee8;box-shadow:inset 0 0 0 1px #251b192e}.pdp-color-swatch.active,button.pdp-color-swatch.active{outline:2px solid var(--c-dark);outline-offset:3px}.pdp-color-swatch--rosa-suave,.pdp-color-swatch--rosa,button.pdp-color-swatch--rosa-suave,button.pdp-color-swatch--rosa{background:linear-gradient(135deg,#f4b6ae,#e9a79e)!important}.pdp-hk-attention{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:9px 13px;border-radius:999px;background:#fff3ee;border:1px solid rgba(197,132,122,.35);color:#8f514b;font-size:12px;font-weight:700;letter-spacing:.02em;margin:10px 0 16px;box-shadow:0 8px 20px #62392d0f}.pdp-hk-attention span{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:#8a936b;color:#fff;font-size:12px;line-height:1}.pdp-launch-badge,.pdp-yoox-slot[hidden]{display:none!important}.pdp-yoox-slot:not([hidden]){margin-top:18px;padding:16px;border:1px solid var(--c-border-light);border-radius:var(--r-lg);background:#ffffffa6}.reviews-carousel{overflow:hidden!important}.reviews-track{display:flex!important;flex-wrap:nowrap!important;gap:0!important;width:100%!important;transform:translateZ(0)}.review-card--slide{box-sizing:border-box!important;flex:0 0 100%!important;width:100%!important;max-width:100%!important;min-width:100%!important;margin:0!important}@media(prefers-reduced-motion:reduce){.reviews-carousel{overflow-x:auto!important;scroll-snap-type:x mandatory}.reviews-track{transform:none!important}}.reviews-carousel--auto{overflow:hidden!important;position:relative}.reviews-carousel--auto .reviews-track{display:flex!important;flex-wrap:nowrap!important;gap:0!important;width:100%!important;transform:translateZ(0);animation:alivelleReviewSlide10 65s infinite}.reviews-carousel--auto:hover .reviews-track,.reviews-carousel--auto:focus-within .reviews-track{animation-play-state:paused}.reviews-carousel--auto[data-js-review-slider=true] .reviews-track{animation:none!important}@keyframes alivelleReviewSlide10{0%,8%{transform:translateZ(0)}10%,18%{transform:translate3d(-100%,0,0)}20%,28%{transform:translate3d(-200%,0,0)}30%,38%{transform:translate3d(-300%,0,0)}40%,48%{transform:translate3d(-400%,0,0)}50%,58%{transform:translate3d(-500%,0,0)}60%,68%{transform:translate3d(-600%,0,0)}70%,78%{transform:translate3d(-700%,0,0)}80%,88%{transform:translate3d(-800%,0,0)}90%,98%{transform:translate3d(-900%,0,0)}to{transform:translateZ(0)}}@media(prefers-reduced-motion:reduce){.reviews-carousel--auto .reviews-track{animation:none!important;transform:none!important}}.reviews-carousel--auto{position:relative!important;overflow:visible!important;max-width:820px;margin-left:auto;margin-right:auto;padding:8px 52px 18px!important}.reviews-carousel--auto .reviews-viewport{overflow:hidden!important;width:100%;border-radius:var(--r-xl)}.reviews-carousel--auto .reviews-track{display:flex!important;flex-wrap:nowrap!important;gap:0!important;width:100%!important;transform:translateZ(0);transition:transform .72s cubic-bezier(.22,.61,.36,1)!important;animation:none!important;will-change:transform}.reviews-carousel--auto .review-card--slide{box-sizing:border-box!important;flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;margin:0!important}.reviews-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:38px;height:38px;border-radius:999px;border:1px solid rgba(47,35,30,.12);background:#ffffffd1;color:var(--c-dark);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 12px 28px #2f231e1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.reviews-arrow:hover{background:#fff;border-color:#2f231e33;box-shadow:0 16px 34px #2f231e24}.reviews-arrow:active{transform:translateY(-50%) scale(.96)}.reviews-arrow--prev{left:0}.reviews-arrow--next{right:0}.reviews-arrow svg{display:block}@media(max-width:767px){.reviews-carousel--auto{padding-left:42px!important;padding-right:42px!important}.reviews-arrow{width:34px;height:34px}}@media(prefers-reduced-motion:reduce){.reviews-carousel--auto .reviews-track{transition:none!important;animation:none!important}}.pdp-reviews-block{padding:60px 0}.pdp-reviews-header{text-align:center;margin-bottom:40px}.pdp-reviews-header h2{font-family:var(--f-serif);font-size:clamp(24px,4vw,36px);color:var(--c-dark);margin:6px 0 0}.pdp-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:28px}@media(max-width:768px){.pdp-reviews-grid{grid-template-columns:1fr;gap:16px}}.pdp-review-card{background:var(--c-cream);border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--c-border);display:flex;flex-direction:column}.pdp-review-card__img-wrap{width:100%;aspect-ratio:4/3;background:#f0ebe5;overflow:hidden}.pdp-review-card__img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.pdp-review-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:40px;color:var(--c-muted)}.pdp-review-card__body{padding:18px;flex:1;display:flex;flex-direction:column;gap:10px}.pdp-review-card__top{display:flex;align-items:center;justify-content:space-between}.pdp-review-card__verified{font-size:10px;color:var(--c-rose-deep);font-weight:600;letter-spacing:.04em}.pdp-review-card__text{font-size:13px;color:var(--c-dark);line-height:1.6;flex:1;font-style:italic}.pdp-review-card__author{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:10px;border-top:1px solid var(--c-border)}.pdp-review-card__avatar{width:32px;height:32px;border-radius:50%;background:var(--c-rose);color:var(--c-rose-deep);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.pdp-review-card__author strong{display:block;font-size:13px;font-weight:600;color:var(--c-dark)}.pdp-review-card__author span{font-size:11px;color:var(--c-muted)}.pdp-reviews-yotpo-note{text-align:center;font-size:12px;color:var(--c-muted);padding:16px;background:var(--c-cream);border-radius:var(--r-md);border:1px dashed var(--c-border)}.pdp-reviews-yotpo-note a{color:var(--c-brown);text-decoration:underline}.pdp-reviews-yotpo-note code{background:#0000000f;padding:1px 5px;border-radius:3px;font-size:11px}.yotpo .yotpo-main-widget{font-family:var(--f-sans)!important}.site-header__logo{display:inline-flex;align-items:center;justify-content:center;line-height:1}.brand-logo{display:block;height:auto;object-fit:contain}.brand-logo--header{width:clamp(138px,15vw,190px);max-height:44px}.site-footer__logo{display:flex;align-items:center;margin-bottom:16px}.brand-logo--footer{width:min(190px,72vw);max-height:58px;filter:brightness(1.18) saturate(.95)}@media(max-width:640px){.brand-logo--header{width:136px;max-height:38px}.site-header__inner{grid-template-columns:1fr auto 1fr}}
/*# sourceMappingURL=/cdn/shop/t/50/assets/theme.css.map */
