:root{color-scheme:light}body{margin:0;padding:0;font:14px -apple-system,BlinkMacSystemFont,sans-serif;background:#faf9f5;color:#141413}img{max-width:100%}.nav-cart{background:none;border:none;cursor:pointer;position:relative;padding:.3rem;display:flex;align-items:center;justify-content:center}
.cart-badge{position:absolute;top:-4px;right:-6px;background:#7C4DFF;color:#fff;font-size:.6rem;font-weight:700;min-width:16px;height:16px;border-radius:0;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}
#cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s;display:flex;align-items:center;justify-content:center;padding:1.25rem}
#cart-overlay.open{opacity:1;pointer-events:all}
#cart-modal{background:#fff;width:100%;max-width:460px;max-height:min(86vh,640px);z-index:1001;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.2);position:relative;transform:translateY(12px);transition:transform .35s cubic-bezier(.4,0,.2,1);border-radius:0}
#cart-overlay.open #cart-modal{transform:none}
#cart-head{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;border-bottom:1px solid #f0f0f0}
#cart-head h3{font-size:1rem;font-weight:700;letter-spacing:.04em}
#cart-close{background:none;border:none;cursor:pointer;font-size:1.3rem;color:#888;line-height:1;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;margin-right:-.6rem}
#cart-body{flex:1;overflow-y:auto;padding:1.5rem}
#cart-empty{text-align:center;color:#aaa;font-size:.9rem;padding:3rem 0}
.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #f4f4f4}
.cart-item-img{width:72px;height:72px;object-fit:cover;border-radius:0;flex-shrink:0;background:#f8f8f8}
.cart-item-info{flex:1;display:flex;flex-direction:column;gap:.3rem}
.cart-item-name{font-size:.82rem;font-weight:700;line-height:1.35}
.cart-item-price{font-size:.95rem;font-weight:700;color:#7C4DFF}.cart-item-remove{flex-shrink:0;align-self:flex-start;background:none;border:none;padding:.3rem;margin:-.3rem -.3rem 0 0;cursor:pointer;color:#c2c2c2;line-height:0;border-radius:0;transition:color .18s,background .18s}.cart-item-remove:hover{color:#7C4DFF;background:#EFE7FF}.cart-item-remove:focus-visible{outline:2px solid #7C4DFF;outline-offset:2px}
.cart-qty{display:flex;align-items:center;gap:.5rem;margin-top:.3rem}
.cart-qty button{width:26px;height:26px;border:1px solid #e0e0e0;background:#fff;border-radius:0;cursor:pointer;font-size:1rem;line-height:1;display:flex;align-items:center;justify-content:center}
.cart-qty span{font-size:.88rem;font-weight:600;min-width:20px;text-align:center}
#cart-foot{padding:1.2rem 1.5rem;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:.8rem}
#cart-total-row{display:flex;justify-content:space-between;align-items:center}
#cart-total-row span:first-child{font-size:.82rem;color:#666}
#cart-total-val{font-size:1.15rem;font-weight:700}
#cart-checkout-btn{background:#7C4DFF;color:#fff;border:none;border-radius:0;padding:1rem;font-size:.95rem;font-weight:700;cursor:pointer;letter-spacing:.03em;transition:background .2s}
#cart-checkout-btn:hover{background:#c8501f}
.cart-free-ship{font-size:.75rem;color:#666;text-align:center}.step-img{margin:-2.25rem -2.25rem 1.5rem;border-radius:var(--r-lg) var(--r-lg) 0 0;overflow:hidden;aspect-ratio:4/3}.step-img img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:640px){}

:root{--brand:#7C4DFF;--brand-dk:#5B36CC;--bg:#FFF;--bg-soft:#F7F4F1;--text:#1A1210;--text-muted:#7C6D65;--border:#EAE2DB;--font-disp:'Montserrat',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;--font-body:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;--max-w:1180px;--px:clamp(1.25rem,5vw,3.5rem);--r:4px;--r-lg:14px}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:var(--font-body)}
nav{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border);padding:.85rem var(--px);display:flex;align-items:center;justify-content:space-between}
.nav-logo-link{display:flex;align-items:center;line-height:0}
.nav-links{display:flex;gap:2rem;list-style:none;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}
.nav-links a:hover{color:var(--brand)}
.nav-cart{width:34px;height:34px;border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.85rem;color:var(--text-muted)}
.hero{display:flex;align-items:center;min-height:90vh;overflow:hidden;position:relative}
.hero-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,rgba(232,98,42,.82) 0%,rgba(196,80,31,.78) 100%);background-size:cover;background-position:center;padding:5rem var(--px);color:#fff;z-index:1}
.hero-eyebrow{font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;opacity:.75;margin-bottom:2rem}
.hero-title{font-family:var(--font-disp);font-size:clamp(3.2rem,6vw,6.5rem);font-weight:400;line-height:1.05;text-wrap:balance;margin-bottom:1.25rem}
.hero-title em{font-style:italic;opacity:.85}
.hero-sub{font-size:1.05rem;opacity:.85;max-width:60ch;line-height:1.7;margin-bottom:2.25rem}
.hero-pricing{display:flex;align-items:baseline;gap:.85rem;margin-bottom:2rem;flex-wrap:wrap}
.hero-price-now{font-family:var(--font-disp);font-size:2.8rem;font-weight:700;font-variant-numeric:tabular-nums}
.hero-price-was{font-size:1rem;opacity:.55;text-decoration:line-through;font-variant-numeric:tabular-nums}
.hero-badge{background:rgba(255,255,255,.2);padding:.2em .65em;border-radius:0;font-size:.78rem;letter-spacing:.05em;backdrop-filter:blur(4px)}
.btn-hero{display:inline-flex;align-items:center;align-self:flex-start;gap:.5rem;background:#fff;color:var(--brand);padding:.95rem 2rem;border:none;border-radius:var(--r);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:opacity .2s}
.btn-hero:hover{opacity:.9}
.product-wrap{max-width:var(--max-w);margin:0 auto;padding:5rem var(--px);display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.gallery{position:sticky;top:76px}
.gallery-main{width:100%;aspect-ratio:1/1;background:var(--bg-soft);border-radius:var(--r-lg);margin-bottom:1rem;overflow:hidden}
.ph-box{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-muted)}
.ph-box .ph-icon{font-size:2.25rem;opacity:.5}
.ph-label{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}
.thumbs{display:flex;gap:.75rem}
.thumb{flex:1;aspect-ratio:1;background:var(--bg-soft);border-radius:var(--r);cursor:pointer;border:2px solid transparent;transition:border-color .2s;display:flex;align-items:center;justify-content:center}
.thumb.active{border-color:var(--brand)}
.thumb span{font-size:.6rem;color:var(--text-muted)}
.prod-eyebrow{font-size:.63rem;letter-spacing:.16em;text-transform:uppercase;color:var(--brand);margin-bottom:.65rem}
.prod-name{font-family:var(--font-disp);font-size:clamp(1.35rem,2.3vw,2.05rem);font-weight:700;line-height:1.15;text-wrap:balance;margin-bottom:.65rem}
.prod-sub{font-size:.87rem;color:var(--text-muted);line-height:1.65;margin-bottom:1.5rem}
.prod-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.75rem}
.tag{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;padding:.35em .85em;border-radius:0;border:1px solid var(--border);color:var(--text-muted)}
.tag-dot{width:5px;height:5px;border-radius:50%;background:var(--brand);flex-shrink:0}
.price-box{padding:1.2rem 1.25rem;background:var(--bg-soft);border-radius:0;margin-bottom:1.5rem}
.price-row{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.35rem}
.price-now{font-family:var(--font-disp);font-size:1.95rem;font-weight:700;font-variant-numeric:tabular-nums}
.price-was{font-size:.88rem;color:var(--text-muted);text-decoration:line-through;font-variant-numeric:tabular-nums}
.price-off{background:var(--brand);color:#fff;padding:.15em .55em;border-radius:0;font-size:.68rem;font-weight:700}
.price-inst{font-size:.77rem;color:var(--text-muted)}
.btn-buy{width:100%;padding:1.1rem;background:var(--text);color:var(--bg);border:none;border-radius:0;font-size:.8rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;cursor:pointer;transition:opacity .2s;margin-bottom:.65rem}
.btn-buy:hover{opacity:.82}
.btn-details{width:100%;padding:.95rem;background:transparent;color:var(--text);border:1px solid var(--border);border-radius:var(--r);font-size:.77rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;margin-bottom:1.5rem}
.trust-row{display:flex;gap:2rem;border-top:1px solid var(--border);padding-top:1.25rem}
.trust-item{display:flex;flex-direction:column;gap:.15rem}
.trust-lbl{font-size:.63rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}
.trust-val{font-size:.8rem;font-weight:600}
.benefits{background:#E8DCFF;color:#2A1B4F;padding:4rem var(--px)}
.benefits-grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}
.ben{display:flex;flex-direction:column;gap:.65rem}
.ben-icon{display:none}
.ben-title{font-size:1rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.ben-desc{font-size:.92rem;opacity:.75;line-height:1.7}
.how{padding:5rem var(--px)}
.how-inner{max-width:var(--max-w);margin:0 auto}
.sec-head{text-align:center;margin-bottom:3.5rem}
.sec-eyebrow{font-size:.63rem;letter-spacing:.18em;text-transform:uppercase;color:var(--brand);margin-bottom:.65rem}
.sec-title{font-family:var(--font-disp);font-size:clamp(1.7rem,2.8vw,2.4rem);font-weight:400;text-wrap:balance}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.step{padding:2.25rem;background:var(--bg-soft);border-radius:var(--r-lg)}
.step-n{font-family:var(--font-disp);font-size:3.5rem;font-weight:400;color:var(--brand);opacity:.22;line-height:1;margin-bottom:.85rem}
.step-title{font-size:.85rem;font-weight:700;margin-bottom:.45rem}
.step-desc{font-size:.8rem;color:var(--text-muted);line-height:1.65}
.actives{padding:5rem var(--px);background:var(--bg)}
.actives-inner{max-width:var(--max-w);margin:0 auto}
.actives-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;margin-top:3.5rem}
.active-card{padding:2rem 1.75rem;background:var(--bg);border-right:1px solid var(--border);border-bottom:1px solid var(--border);transition:background .2s}
.active-card:hover{background:var(--bg-soft)}
.active-name{font-size:.82rem;font-weight:700;letter-spacing:.04em;color:var(--brand);margin-bottom:.5rem;text-transform:uppercase}
.active-desc{font-size:.82rem;color:var(--text-muted);line-height:1.65}
.tech{background:var(--bg-soft);padding:5rem var(--px)}
.tech-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.tech-visual{aspect-ratio:4/5;border-radius:var(--r-lg);border:1px solid var(--border);overflow:hidden}
.tech-visual img{width:100%;height:100%;object-fit:cover}
.tech-tag{display:inline-block;background:var(--brand);color:#fff;font-size:.63rem;letter-spacing:.16em;text-transform:uppercase;padding:.35em .9em;border-radius:0;margin-bottom:1.5rem}
.tech-title{font-family:var(--font-disp);font-size:clamp(1.5rem,2.4vw,2.1rem);font-weight:400;line-height:1.2;text-wrap:balance;margin-bottom:1.1rem}
.tech-desc{font-size:.86rem;color:var(--text-muted);line-height:1.75;margin-bottom:2rem}
.tech-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.tstat{padding:1.1rem;background:var(--bg);border-radius:var(--r);border:1px solid var(--border)}
.tstat-n{font-family:var(--font-disp);font-size:1.05rem;color:var(--brand);margin-bottom:.2rem;line-height:1.2}
.tstat-l{font-size:.7rem;color:var(--text-muted);line-height:1.4}
.lifestyle{overflow:hidden;height:320px;position:relative}
.lifestyle-track{display:flex;height:100%;animation:marquee 24s linear infinite;width:max-content}
.lifestyle-track:hover{animation-play-state:paused}
@media(max-width:640px){.lifestyle{height:220px}.lc{width:180px!important}}
.lc{width:280px;height:100%;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}
.lc img{width:100%;height:100%;object-fit:cover;display:block}
.lc:nth-child(odd){background:#F1EAFF}
.lc:nth-child(even){background:#7C4DFF18}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.editorial{display:grid;grid-template-columns:1fr 1fr}
.ed-cell{min-height:520px;padding:3rem;display:flex;align-items:flex-end;position:relative;overflow:hidden;background-size:cover;background-position:center}
.ed-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,.1) 60%)}
.ed-cap{color:#fff;max-width:30ch;position:relative;z-index:1}
.ed-cap-ey{font-size:.63rem;letter-spacing:.16em;text-transform:uppercase;opacity:.7;margin-bottom:.5rem}
.ed-cap-title{font-family:var(--font-disp);font-size:clamp(1.2rem,2vw,1.6rem);font-weight:400;line-height:1.2;text-wrap:balance}
.club{padding:5rem var(--px);text-align:center;background:var(--bg-soft)}
.club-eyebrow{font-size:.63rem;letter-spacing:.18em;text-transform:uppercase;color:var(--brand);margin-bottom:.65rem}
.club-title{font-family:var(--font-disp);font-size:clamp(1.7rem,2.8vw,2.4rem);font-weight:400;margin-bottom:.65rem}
.club-sub{font-size:.87rem;color:var(--text-muted);max-width:40ch;margin:0 auto 2rem;line-height:1.65}
.email-form{display:flex;max-width:420px;margin:0 auto;border:1px solid var(--border);border-radius:var(--r);overflow:hidden;background:var(--bg)}
.email-form input{flex:1;padding:.9rem 1.1rem;border:none;background:transparent;font-size:.84rem;color:var(--text);outline:none}
.email-form input::placeholder{color:var(--text-muted)}
.email-form button{padding:.9rem 1.4rem;background:var(--brand);color:#fff;border:none;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:background .2s}
.email-form button:hover{background:var(--brand-dk)}
.final-offer{background:linear-gradient(135deg,#7C4DFF 0%,#5B36CC 100%);color:#fff;padding:5.5rem var(--px);text-align:center}.fo-inner{max-width:640px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.fo-eyebrow{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;opacity:.8;margin-bottom:1rem}.fo-title{font-family:var(--font-disp);font-size:clamp(2rem,4.5vw,3.2rem);font-weight:400;line-height:1.1;text-wrap:balance;margin-bottom:.9rem}.fo-title em{font-style:italic}.fo-sub{font-size:.98rem;opacity:.9;line-height:1.6;max-width:34ch;margin:0 auto 2.2rem}.fo-price{display:flex;align-items:baseline;justify-content:center;gap:.8rem;margin-bottom:.4rem;flex-wrap:wrap}.fo-now{font-family:var(--font-disp);font-size:3rem;font-weight:700;font-variant-numeric:tabular-nums}.fo-was{font-size:1.05rem;opacity:.6;text-decoration:line-through}.fo-badge{background:rgba(255,255,255,.22);padding:.2em .7em;border-radius:0;font-size:.8rem}.fo-inst{font-size:.88rem;opacity:.85;margin-bottom:2rem}.fo-btn{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--brand);padding:1.1rem 2.6rem;border:none;border-radius:0;font-size:.82rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 30px rgba(0,0,0,.15)}.fo-btn:hover{transform:translateY(-2px);box-shadow:0 12px 36px rgba(0,0,0,.22)}.fo-trust{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:1.75rem;font-size:.78rem;opacity:.85}footer{background:#F8F7FA;color:#1A1210;padding:4rem var(--px) 2rem}
.foot-inner{max-width:var(--max-w);margin:0 auto}
.foot-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;margin-bottom:2rem;border-bottom:1px solid rgba(26,18,16,.08)}
.foot-tagline{font-size:.77rem;color:#5A5565;line-height:1.65;max-width:26ch}
.foot-col-title{font-size:.63rem;letter-spacing:.15em;text-transform:uppercase;color:#7C6D65;margin-bottom:1.1rem}
.foot-links{list-style:none;display:flex;flex-direction:column;gap:.55rem}
.foot-links a{font-size:.8rem;color:#2A1B4F;opacity:.8;transition:opacity .2s}
.foot-links a:hover{opacity:1}
.foot-bot{display:flex;justify-content:space-between;align-items:center;font-size:.7rem;color:#7C6D65;opacity:.85}
.foot-social{display:flex;gap:1rem}.foot-social a{color:inherit;text-decoration:none;transition:opacity .2s}.foot-social a:hover{opacity:1}.foot-social-row{display:flex;gap:.6rem;margin-top:1.25rem}.foot-ig{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(42,27,79,.22);border-radius:50%;color:#2A1B4F;opacity:.75;transition:opacity .2s,border-color .2s}.foot-ig:hover{opacity:1;border-color:rgba(42,27,79,.5)}.foot-ig svg{width:17px;height:17px}
@media(prefers-reduced-motion:no-preference){.fu{opacity:0;transform:translateY(22px);transition:opacity .55s ease,transform .55s ease}.fu.vis{opacity:1;transform:none}}
@media(min-width:1440px){.hero-content{padding:6rem clamp(4rem,10vw,10rem)}.hero-title{font-size:clamp(4.5rem,5.5vw,7rem)}.hero-price-now{font-size:3.2rem}.product-wrap{gap:7rem}}
@media(max-width:860px){.product-wrap{grid-template-columns:1fr;gap:2.5rem}.gallery{position:static}.benefits-grid{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr}.tech-inner{grid-template-columns:1fr}.tech-visual{aspect-ratio:16/9}.actives-grid{grid-template-columns:1fr 1fr}.editorial{grid-template-columns:1fr}.foot-top{grid-template-columns:1fr 1fr}.nav-links{display:none}}
@media(max-width:640px){.hero{min-height:100svh}.hero-content{padding:3rem 1.5rem 4rem}.hero-title{font-size:clamp(2.6rem,10vw,3.5rem)}.hero-sub{font-size:.95rem;max-width:100%}.hero-price-now{font-size:2.1rem}.btn-hero{width:100%;justify-content:center;padding:1rem}.product-wrap{padding:3rem 1.25rem;gap:2rem}.benefits-grid{grid-template-columns:1fr;gap:1.75rem}.steps{grid-template-columns:1fr;gap:1.25rem}.actives-grid{grid-template-columns:1fr}.lifestyle{height:220px}.lc{width:200px}.ed-cell{min-height:260px;padding:2rem 1.5rem}.foot-top{grid-template-columns:1fr;gap:2rem}.foot-bot{flex-direction:column;gap:.75rem;text-align:center}nav{padding:.75rem 1.25rem}.club,.how,.actives,.tech{padding:3.5rem 1.25rem}footer{padding:3rem 1.25rem 1.5rem}.benefits{padding:3rem 1.25rem}.email-form{flex-direction:column;border:none;gap:.75rem}.email-form input,.email-form button{border-radius:var(--r);padding:.9rem 1rem}.email-form input{border:1px solid var(--border)}}
.nav-cart{background:none;border:none;cursor:pointer;position:relative;padding:.3rem;display:flex;align-items:center;justify-content:center}
.cart-badge{position:absolute;top:-4px;right:-6px;background:#7C4DFF;color:#fff;font-size:.6rem;font-weight:700;min-width:16px;height:16px;border-radius:0;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}
#cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s;display:flex;align-items:center;justify-content:center;padding:1.25rem}
#cart-overlay.open{opacity:1;pointer-events:all}
#cart-modal{background:#fff;width:100%;max-width:460px;max-height:min(86vh,640px);z-index:1001;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.2);position:relative;transform:translateY(12px);transition:transform .35s cubic-bezier(.4,0,.2,1);border-radius:0}
#cart-overlay.open #cart-modal{transform:none}
#cart-head{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;border-bottom:1px solid #f0f0f0}
#cart-head h3{font-size:1rem;font-weight:700;letter-spacing:.04em}
#cart-close{background:none;border:none;cursor:pointer;font-size:1.3rem;color:#888;line-height:1;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;margin-right:-.6rem}
#cart-body{flex:1;overflow-y:auto;padding:1.5rem}
#cart-empty{text-align:center;color:#aaa;font-size:.9rem;padding:3rem 0}
.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #f4f4f4}
.cart-item-img{width:72px;height:72px;object-fit:cover;border-radius:0;flex-shrink:0;background:#f8f8f8}
.cart-item-info{flex:1;display:flex;flex-direction:column;gap:.3rem}
.cart-item-name{font-size:.82rem;font-weight:700;line-height:1.35}
.cart-item-price{font-size:.95rem;font-weight:700;color:#7C4DFF}
.cart-qty{display:flex;align-items:center;gap:.5rem;margin-top:.3rem}
.cart-qty button{width:26px;height:26px;border:1px solid #e0e0e0;background:#fff;border-radius:0;cursor:pointer;font-size:1rem;line-height:1;display:flex;align-items:center;justify-content:center}
.cart-qty span{font-size:.88rem;font-weight:600;min-width:20px;text-align:center}
#cart-foot{padding:1.2rem 1.5rem;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:.8rem}
#cart-total-row{display:flex;justify-content:space-between;align-items:center}
#cart-total-row span:first-child{font-size:.82rem;color:#666}
#cart-total-val{font-size:1.15rem;font-weight:700}
#cart-checkout-btn{background:#7C4DFF;color:#fff;border:none;border-radius:0;padding:1rem;font-size:.95rem;font-weight:700;cursor:pointer;letter-spacing:.03em;transition:background .2s}
#cart-checkout-btn:hover{background:#c8501f}
.cart-free-ship{font-size:.75rem;color:#666;text-align:center}.step-img{margin:-2.25rem -2.25rem 1.5rem;border-radius:var(--r-lg) var(--r-lg) 0 0;overflow:hidden;aspect-ratio:4/3}.step-img img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:640px){}
/* ===== Slide de vídeos (shoppable) + modal ===== */
.vreel-sec{max-width:var(--max-w);margin:0 auto;padding:2rem var(--px) 5rem}
.vreel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.75rem;flex-wrap:wrap}
.vreel-head .sec-eyebrow{margin-bottom:.5rem}
.vreel-title{font-family:var(--font-disp);font-size:clamp(1.7rem,2.8vw,2.4rem);font-weight:400;line-height:1.1;text-wrap:balance}
.vreel-nav{display:flex;gap:.5rem}
.vreel-nav button{width:42px;height:42px;border:1px solid var(--border);background:var(--bg);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text);transition:background .2s,border-color .2s}
.vreel-nav button:hover{background:var(--bg-soft);border-color:var(--brand);color:var(--brand)}
.vreel{--cards:3.25;--vgap:1rem;display:flex;gap:var(--vgap);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.35rem;cursor:grab}
.vreel::-webkit-scrollbar{display:none}
.vreel.dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}
.vcard{position:relative;flex:0 0 calc((100% - (var(--cards) - 1)*var(--vgap))/var(--cards));aspect-ratio:9/16;scroll-snap-align:start;border-radius:var(--r-lg);overflow:hidden;background:var(--bg-soft);cursor:pointer;box-shadow:0 4px 18px rgba(0,0,0,.06);transition:transform .25s ease,box-shadow .25s ease}
.vcard:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.14)}
.vcard video,.vcard .vposter{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.vcard::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.4),transparent 42%);z-index:1;pointer-events:none}
.vcard .vplay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:2;pointer-events:none}
.vcard .vplay svg{width:48px;height:48px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.45));transition:transform .2s}
.vcard:hover .vplay svg{transform:scale(1.09)}
.vcard .vtag{position:absolute;left:.7rem;bottom:.7rem;z-index:2;color:#fff;font-size:.72rem;font-weight:600;letter-spacing:.02em;text-shadow:0 1px 6px rgba(0,0,0,.5)}
.vmodal-ov{position:fixed;inset:0;background:rgba(10,6,4,.82);backdrop-filter:blur(4px);z-index:2000;display:none;align-items:center;justify-content:center;padding:1.25rem}
.vmodal-ov.open{display:flex}
.vmodal{position:relative;width:min(400px,100%);max-height:92vh;background:#000;border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 70px rgba(0,0,0,.55)}
.vmodal-video-wrap{position:relative;background:#000;flex:1;min-height:0;display:flex}
.vmodal-video-wrap video{width:100%;max-height:calc(92vh - 86px);object-fit:contain;display:block;background:#000}
.vmodal-close{position:absolute;top:.6rem;right:.6rem;z-index:5;width:34px;height:34px;border:none;border-radius:50%;background:rgba(0,0,0,.5);color:#fff;font-size:1.05rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}
.vmodal-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:40px;height:40px;border:none;border-radius:50%;background:rgba(0,0,0,.42);color:#fff;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}
.vmodal-arrow:hover{background:rgba(0,0,0,.72)}
.vmodal-arrow.prev{left:.6rem}.vmodal-arrow.next{right:.6rem}
.vmodal-buy{background:var(--bg);padding:.85rem;display:flex;gap:.55rem;align-items:stretch}
.vmodal-qty{position:relative;flex:0 0 auto}
.vmodal-qty select{height:100%;appearance:none;-webkit-appearance:none;background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--r);padding:.7rem 2.1rem .7rem .95rem;font-size:.78rem;font-weight:700;letter-spacing:.02em;color:var(--text);cursor:pointer;font-family:var(--font-body)}
.vmodal-qty::after{content:"▾";position:absolute;right:.75rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--text-muted);font-size:.7rem}
.vmodal-add{flex:1;background:var(--text);color:var(--bg);border:none;border-radius:var(--r);padding:.9rem 1rem;font-size:.78rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;cursor:pointer;transition:opacity .2s}
.vmodal-add:hover{opacity:.85}
@media(max-width:860px){.vreel{--cards:2.4}}
@media(max-width:640px){.vreel{--cards:1.7}.vcard{border-radius:0}}
/* ===== Cabeçalho: hambúrguer (esq) · logo (centro) · sacola (dir) ===== */
nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:sticky;top:0;background:var(--bg);border-bottom-color:var(--border);transition:background .3s,border-color .3s}
.nav-burger,.nav-cart{width:40px;height:40px;border:none;background:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--brand);transition:color .3s;border-radius:0}
.nav-burger{justify-self:start}
.nav-cart{justify-self:end;position:relative}
.nav-burger svg,.nav-cart svg{width:24px;height:24px}
.nav-logo-link{justify-self:center}
.nav-logo-link svg path{fill:var(--brand);transition:fill .3s}
nav .cart-badge{background:var(--brand)}
section[id]{scroll-margin-top:72px}
/* estado ao rolar: header translúcido + logo/ícones brancos */
nav.scrolled{background:rgba(150,54,20,.7);border-bottom-color:transparent;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
nav.scrolled .nav-burger,nav.scrolled .nav-cart{color:#fff}
nav.scrolled .nav-logo-link svg path{fill:#fff}
nav.scrolled .cart-badge{background:#fff;color:var(--brand)}
/* menu lateral (esquerda) */
#menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s}
#menu-overlay.open{opacity:1;pointer-events:all}
#menu-drawer{position:fixed;top:0;left:-380px;width:min(340px,86vw);height:100%;background:var(--bg);z-index:1001;display:flex;flex-direction:column;transition:left .35s cubic-bezier(.4,0,.2,1);box-shadow:8px 0 32px rgba(0,0,0,.12)}
#menu-drawer.open{left:0}
#menu-head{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;border-bottom:1px solid var(--border)}
#menu-head span{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted)}
#menu-close{background:none;border:none;cursor:pointer;font-size:1.3rem;color:var(--text-muted);line-height:1;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;margin-right:-.6rem}
.menu-links{list-style:none;display:flex;flex-direction:column;padding:.5rem 0;margin:0}
.menu-links a{display:block;padding:.95rem 1.5rem;font-family:var(--font-disp);font-size:1.3rem;color:var(--text);border-bottom:1px solid var(--border);transition:background .2s,color .2s,padding-left .2s}
.menu-links a:hover{background:var(--bg-soft);color:var(--brand);padding-left:1.85rem}
.menu-foot{margin-top:auto;padding:1.5rem;font-size:.72rem;color:var(--text-muted);letter-spacing:.05em}
/* ===== Hero em vídeo (glass) + pop-up story ===== */
.hero{position:relative;width:100%;aspect-ratio:4/5;min-height:0;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#000}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero-glass{position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,rgba(232,98,42,.5),rgba(196,80,31,.58));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.hero-cta-wrap{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;padding:1rem}
.hero-headline{color:#fff;text-align:center;font-family:var(--font-disp);font-size:clamp(1.5rem,3.2vw,2.7rem);font-weight:700;line-height:1.12;letter-spacing:-.01em;text-wrap:balance;margin-bottom:.55rem;max-width:18ch}
.hero-msg{color:#fff;text-align:center;font-size:clamp(.85rem,1.4vw,1.02rem);font-weight:500;line-height:1.55;text-wrap:balance;margin-bottom:1.5rem;max-width:46ch;opacity:.96}
@media(max-width:640px){.hero-headline{margin-bottom:.4rem}.hero-msg{margin-bottom:1rem}}
.hero-cta{display:inline-flex;align-items:center;gap:.7rem;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.55);color:#fff;padding:.7rem 1.6rem .7rem .7rem;border-radius:100px;font-size:.95rem;font-weight:600;letter-spacing:.02em;cursor:pointer;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:background .25s,transform .25s;box-shadow:0 10px 34px rgba(0,0,0,.22)}
.hero-cta:hover{background:rgba(255,255,255,.28);transform:translateY(-2px)}
.hero-cta-play{width:40px;height:40px;flex-shrink:0;border-radius:50%;background:#fff;color:var(--brand);display:flex;align-items:center;justify-content:center}
.hero-cta-play svg{width:18px;height:18px;margin-left:3px}
/* desktop: hero 45% mais estreito (55% da largura), centralizado sobre fundo escuro */
@media(min-width:861px){.hero{height:30.94vw;aspect-ratio:auto}}
@media(max-width:640px){.hero-cta{font-size:.82rem;padding:.55rem 1.3rem .55rem .55rem}.hero-cta-play{width:34px;height:34px}}
/* pop-up story 9:16 */
.hmodal-ov{position:fixed;inset:0;background:rgba(10,6,4,.85);backdrop-filter:blur(4px);z-index:2000;display:none;align-items:center;justify-content:center;padding:1rem}
.hmodal-ov.open{display:flex}
.hmodal{position:relative;height:min(88vh,760px);aspect-ratio:9/16;max-width:96vw;background:#000;border-radius:18px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.55)}
.hmodal video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#000}
.hmodal-close{position:absolute;top:.7rem;right:.7rem;z-index:5;width:36px;height:36px;border:none;border-radius:50%;background:rgba(0,0,0,.45);backdrop-filter:blur(6px);color:#fff;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}
.hmodal-buy{position:absolute;left:2px;right:2px;bottom:2px;z-index:4;display:flex;gap:.5rem;align-items:stretch;padding:.55rem;border-radius:14px;background:rgba(255,255,255,.14);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.3)}
.hmodal-qty{position:relative;flex:0 0 auto}
.hmodal-qty select{height:100%;appearance:none;-webkit-appearance:none;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.4);border-radius:11px;padding:.8rem 2.1rem .8rem 1.1rem;font-size:.8rem;font-weight:600;color:#fff;cursor:pointer;font-family:var(--font-body)}
.hmodal-qty select option{color:#1a1210}
.hmodal-qty::after{content:"▾";position:absolute;right:.9rem;top:50%;transform:translateY(-50%);pointer-events:none;color:#fff;font-size:.7rem}
.hmodal-add{flex:1;background:#fff;color:var(--brand);border:none;border-radius:11px;padding:.85rem 1rem;font-size:.8rem;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px rgba(0,0,0,.22)}
.hmodal-add:hover{transform:translateY(-1px)}
/* ===== Botão fixo mobile "Comprar agora" (luz passando) ===== */
#mobile-buy{display:none;position:fixed;left:0;right:0;bottom:0;z-index:999;border:none;cursor:pointer;background:linear-gradient(135deg,#7C4DFF,#5B36CC);color:#fff;font-family:var(--font-body);font-size:1rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:1.05rem 1rem;padding-bottom:calc(1.05rem + env(safe-area-inset-bottom,0px));overflow:hidden;align-items:center;justify-content:center;box-shadow:0 -6px 24px rgba(0,0,0,.18);transition:transform .3s}
#mobile-buy span{position:relative;z-index:1}
#mobile-buy::before{content:"";position:absolute;top:0;left:-60%;width:55%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.5),transparent);transform:skewX(-20deg);animation:mbShine 2.6s ease-in-out infinite}
@keyframes mbShine{0%{left:-60%}55%,100%{left:135%}}
body:has(#cart-overlay.open) #mobile-buy,body:has(#menu-drawer.open) #mobile-buy{transform:translateY(130%)}
/* ===== Mobile: imagem 1:1 full-bleed + thumbs pequenas ===== */
@media(max-width:640px){
  #mobile-buy{display:flex}
  body{padding-bottom:64px}
  .gallery-main{aspect-ratio:1/1;margin:0 -1.25rem .75rem;width:auto;border-radius:0}
  .thumbs{gap:.5rem;justify-content:flex-start}
  .thumb{flex:0 0 58px;max-width:58px}
}
/* ===== Bundle & Save ===== */
.bundles-head{display:flex;align-items:center;gap:.75rem;margin:.25rem 0 1rem;color:var(--text-muted);font-size:.66rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap}
.bundles-head::before,.bundles-head::after{content:"";height:1px;background:var(--border);flex:1}
.bundles{display:flex;flex-direction:column;gap:.6rem}
.bundle{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;text-align:left;background:var(--bg-soft);border:1.5px solid transparent;border-radius:0;padding:.95rem 1.1rem;cursor:pointer;font-family:var(--font-body);transition:border-color .2s,background .2s,box-shadow .2s}
.bundle:hover{border-color:var(--border)}
.bundle.sel{border-color:var(--brand);background:#fff;box-shadow:0 6px 20px rgba(232,98,42,.13)}
.bundle-l{display:flex;flex-direction:column;gap:.28rem;min-width:0}
.bundle-top{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}
.bundle-qty{font-size:1rem;font-weight:700;color:var(--text)}
.bundle-save{font-size:.6rem;font-weight:700;letter-spacing:.02em;background:var(--brand);color:#fff;padding:.25em .6em;border-radius:0;white-space:nowrap}
.bundle-pct{font-size:.76rem;color:var(--text-muted)}
.bundle-r{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}
.bundle-price{font-family:var(--font-disp);font-size:1.25rem;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums;line-height:1.1}
.bundle-was{font-size:.76rem;color:var(--text-muted);text-decoration:line-through;font-variant-numeric:tabular-nums}
.bundle-badge{position:absolute;top:-9px;right:14px;background:var(--brand);color:#fff;font-size:.58rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.3em .7em;border-radius:0;box-shadow:0 4px 12px rgba(232,98,42,.4)}
/* ===== Lupa / zoom da imagem do produto ===== */
.gallery-main{position:relative}
.zoom-btn{position:absolute;top:.7rem;right:.7rem;z-index:3;width:38px;height:38px;border:none;border-radius:50%;background:rgba(255,255,255,.85);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 12px rgba(0,0,0,.15);transition:background .2s,transform .2s}
.zoom-btn:hover{background:#fff;transform:scale(1.06)}
.zoom-btn svg{width:18px;height:18px}
.zmodal-ov{position:fixed;inset:0;background:rgba(10,6,4,.9);backdrop-filter:blur(4px);z-index:2100;display:none;align-items:center;justify-content:center;padding:1rem}
.zmodal-ov.open{display:flex}
.zmodal{position:relative;width:min(560px,96vw);height:min(80vh,560px);background:#160f0d;border-radius:18px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.55);display:flex;flex-direction:column}
.zmodal-stage{position:relative;flex:1;min-height:0;overflow:hidden;cursor:zoom-in;touch-action:none;background:#160f0d}
#zmodal-img{width:100%;height:100%;object-fit:contain;transform:scale(1);transform-origin:center center;transition:transform .25s ease,transform-origin .06s linear;user-select:none;-webkit-user-select:none;pointer-events:none}
.zmodal-buy{display:flex;gap:.55rem;align-items:stretch;padding:.7rem;background:#000}
/* tags: fundo laranja, texto branco, check branco (sem bolinha) */
.tag{background:var(--brand);color:#fff;border:none;font-weight:600;gap:.32em}
.tag svg{width:12px;height:12px;flex-shrink:0}
/* bloco de pagamento */
.pay-info{margin:1rem 0 1.15rem;display:flex;flex-direction:column;gap:.5rem}
.pay-pay{font-size:.86rem;color:var(--text)}
.pay-pay b{font-weight:700;color:var(--brand)}
.pay-ship{display:flex;align-items:center;gap:.55rem;font-size:.82rem;color:var(--text-muted)}
.pay-icons{display:inline-flex;align-items:center;gap:.45rem;color:var(--brand)}
.pay-icons svg{width:22px;height:22px}
/* carrossel inline (abaixo do botão) */
.vreel-inline{margin-top:2rem;scroll-margin-top:80px}
.vreel-inline .vreel{--cards:2.3}
.vreel-inline .vreel-title{font-size:1.1rem}
.vreel-inline .vreel-head{margin-bottom:1rem}
@media(max-width:640px){.vreel-inline .vreel{--cards:1.5}}
/* FAQ */
.faq{margin-top:2.25rem;scroll-margin-top:80px}
.faq-title{font-family:var(--font-disp);font-size:1.15rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}
.faq-item{border-bottom:1px solid var(--border)}
.faq-item summary{list-style:none;cursor:pointer;padding:.95rem 0;font-size:.9rem;font-weight:600;color:var(--text);display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";font-size:1.25rem;color:var(--brand);font-weight:400;line-height:1}
.faq-item[open] summary::after{content:"−"}
.faq-item p{margin:0 0 1rem;font-size:.85rem;color:var(--text-muted);line-height:1.65}
/* desktop: galeria sticky (imagem 1:1 fixa) */
@media(min-width:861px){.gallery{align-self:start}}
/* pagamento em 2 colunas abaixo do botão (sem quebrar linha) */
.pay-row{display:flex;gap:.5rem;margin-top:.7rem;width:100%}
.pay-cell{flex:1;display:flex;align-items:center;justify-content:center;gap:.35rem;min-width:0}
.pay-cell svg{width:16px;height:16px;flex-shrink:0;color:var(--brand)}
.pay-cell span{font-size:clamp(.48rem,2.1vw,.6rem);line-height:1.15;color:var(--text-muted);white-space:nowrap}
.pay-cell b{color:var(--text);font-weight:700}
.btn-buy{background:var(--brand);margin-top:.6rem;display:flex;align-items:center;justify-content:center;border-radius:0}
.btn-buy:hover{background:var(--brand);opacity:.92}
.btn-buy:active{background:var(--brand-dk)}
/* carrossel: só o subtítulo */
.vreel-sub{font-size:.85rem;font-weight:600;color:var(--text-muted);letter-spacing:.01em;margin:0}
/* cards de vídeo: leve desfoque (~90% nitidez) */
.vcard video{filter:blur(1.6px);transform:scale(1.06)}
/* thumbnails pequenas */
.thumbs{gap:.5rem;flex-wrap:wrap;justify-content:flex-start}
.thumb{flex:0 0 60px;max-width:60px}
/* carrossel: header centralizado, subtítulo negrito+normal */
.vreel-head{justify-content:center;text-align:center}
.vreel-sub{text-align:center;font-weight:400;color:var(--text-muted)}
.vreel-sub b{font-weight:700;color:var(--text)}
/* nota/avaliações no bloco do produto */
.rating-summary{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem;flex-wrap:wrap}
.rating-stars{color:var(--brand);font-size:1rem;letter-spacing:.06em}
.rating-num{font-size:.82rem;font-weight:700;color:var(--text)}
.rating-count{font-size:.8rem;color:var(--text-muted);text-decoration:underline}
/* seção de avaliações (carrossel) */
.reviews{max-width:var(--max-w);margin:0 auto;padding:4rem var(--px);scroll-margin-top:80px}
.reviews-head{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem;margin-bottom:2rem}
.reviews-stars{color:var(--brand);font-size:1.6rem;letter-spacing:.12em}
.reviews-score{font-size:1rem;color:var(--text-muted)}
.reviews-score b{font-family:var(--font-disp);font-size:1.5rem;color:var(--text);font-weight:700}
.reviews-track{display:flex;flex-direction:column;gap:1.25rem}
.reviews-track::-webkit-scrollbar{display:none}
.reviews-track.dragging{cursor:grabbing;scroll-snap-type:none}
.review{flex:0 0 calc((100% - (var(--rcards,3.45) - 1)*1rem)/var(--rcards,3.45));scroll-snap-align:start;background:var(--bg-soft);border:1px solid var(--border);border-radius:14px;padding:1.35rem;display:flex;flex-direction:column;gap:.8rem}
.reviews-row{--rcards:3.45;display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.25rem;cursor:grab}
.reviews-row::-webkit-scrollbar{display:none}
.reviews-row.dragging{cursor:grabbing;scroll-snap-type:none}
@media(max-width:860px){.reviews-row{--rcards:2.4}}
@media(max-width:640px){.reviews-row{--rcards:1.25}}
.review-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}
.review-stars{color:var(--brand);font-size:.95rem;letter-spacing:.05em}
.star-empty{color:var(--border)}
.review-verified{font-size:.62rem;color:#2f9e57;font-weight:700}
.review-text{font-size:.88rem;line-height:1.55;color:var(--text)}
.review-img{width:100%;height:180px;object-fit:cover;border-radius:0}
.review-author{display:flex;align-items:center;gap:.6rem;margin-top:auto}
.review-avatar{width:36px;height:36px;border-radius:50%;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}
.review-who{display:flex;flex-direction:column;line-height:1.2}
.review-name{font-size:.82rem;font-weight:700;color:var(--text)}
.review-date{font-size:.72rem;color:var(--text-muted)}
.review-title{font-size:.9rem;font-weight:700;color:var(--text);margin:0}
.reviews-more-wrap{display:flex;justify-content:center;margin-top:1.75rem}
.reviews-more{background:none;border:1.5px solid var(--brand);color:var(--brand);border-radius:100px;padding:.75rem 2rem;font-size:.8rem;font-weight:700;letter-spacing:.03em;cursor:pointer;font-family:var(--font-body);transition:background .2s,color .2s}
.reviews-more:hover{background:var(--brand);color:#fff}