/** Shopify CDN: Minification failed

Line 1919:55 Expected "}" to go with "{"

**/
/* ================================================================
   LUNA FLUX — LIGHT THEME (CREAM + ROSE)
   Glass Skin Luxury · PDRN Technology · Korean Beauty Science
   Converted from dark theme: May 2026
   ================================================================ */

/* ===== 1. DESIGN TOKENS ===== */
:root {
  /* Base — flipped: was black, now cream */
  --ink:        #FFF8F5;
  --ink-2:      #FFFFFF;
  --ink-3:      #FDF1ED;
  --ink-4:      #F8E9E5;

  /* Brand — jade swapped for rose, rose kept */
  --rose:       #DB7093;
  --rose-light: #FFC1CF;
  --rose-dark:  #C25578;
  --blush:      #F4B8C9;
  --jade:       #DB7093;        /* mapped to rose for legacy refs */
  --jade-light: #FFC1CF;
  --jade-dark:  #C25578;
  --gold:       #D4AF37;
  --gold-light: #E8D5B0;
  --cream:      #2A2A2A;        /* repurposed: now used as DARK TEXT */
  --pearl:      #1A1A1A;        /* repurposed: now used as DEEP TEXT */
  --white:      #FFFFFF;
  --burgundy:   #8B1E3F;

  /* Grays — flipped: lighter at the top */
  --gray-1: #F5E9E5;
  --gray-2: #ECDED9;
  --gray-3: #D9C5BF;
  --gray-4: #9C8983;
  --gray-5: #6B6B6B;

  /* Typography */
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans:  'DM Sans', system-ui, sans-serif;

  /* Glass effects — now frosted white instead of frosted black */
  --glass:        rgba(255,255,255,0.6);
  --glass-border: rgba(219,112,147,0.12);
  --jade-glow:    rgba(219,112,147,0.15);
  --blush-glow:   rgba(244,184,201,0.18);
  --rose-glow:    rgba(219,112,147,0.2);

  /* Motion */
  --ease:     cubic-bezier(0.16,1,0.3,1);
  --ease-in:  cubic-bezier(0.4,0,1,1);
  --ease-out: cubic-bezier(0,0,0.2,1);
  --fast:     0.15s;
  --med:      0.4s;
  --slow:     0.7s;

  /* Radii */
  --r-sm:   4px;
  --r:      10px;
  --r-lg:   20px;
  --r-xl:   32px;
  --r-2xl:  48px;
  --r-full: 9999px;
}

/* ===== 2. RESET ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--sans);background:var(--ink);color:var(--cream);overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{cursor:pointer;border:none;background:none;font-family:var(--sans)}
input,textarea,select{font-family:var(--sans)}
ul,ol{list-style:none}
svg{display:block}

/* ===== 3. TYPOGRAPHY ===== */
.t-display{font-family:var(--serif);font-size:clamp(3.5rem,8vw,9rem);font-weight:300;line-height:.9;letter-spacing:-.03em}
.t-hero{font-family:var(--serif);font-size:clamp(3rem,6vw,7rem);font-weight:300;line-height:.95;letter-spacing:-.02em}
.t-h1{font-family:var(--serif);font-size:clamp(2.5rem,4vw,4.5rem);font-weight:300;line-height:1.05;letter-spacing:-.02em}
.t-h2{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3.5rem);font-weight:300;line-height:1.1}
.t-h3{font-family:var(--serif);font-size:clamp(1.4rem,2vw,2rem);font-weight:400;line-height:1.2}
.t-body{font-size:1rem;line-height:1.75;font-weight:300}
.t-sm{font-size:.875rem;line-height:1.6;font-weight:300}
.t-xs{font-size:.75rem;line-height:1.5;font-weight:400;letter-spacing:.08em;text-transform:uppercase}
.t-label{font-size:.68rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase}
em,.italic{font-style:italic}

/* ===== 4. KEYFRAMES ===== */
@keyframes fadeUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes grain{0%,100%{transform:translate(0,0)}10%{transform:translate(-2%,-3%)}20%{transform:translate(3%,2%)}30%{transform:translate(-1%,4%)}40%{transform:translate(4%,-1%)}50%{transform:translate(-3%,3%)}60%{transform:translate(2%,-4%)}70%{transform:translate(-4%,2%)}80%{transform:translate(3%,-2%)}90%{transform:translate(-2%,4%)}}
@keyframes float{0%,100%{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-18px) rotate(1.5deg)}66%{transform:translateY(-8px) rotate(-1deg)}}
@keyframes orbFloat{0%,100%{transform:translate(0,0) scale(1)}33%{transform:translate(50px,-40px) scale(1.12)}66%{transform:translate(-25px,25px) scale(.95)}}
@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@keyframes marqueeScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@keyframes shimmer{0%{background-position:-200% center}100%{background-position:200% center}}
@keyframes drawLine{from{width:0}to{width:100%}}
@keyframes ripple{0%{transform:scale(0);opacity:1}100%{transform:scale(4);opacity:0}}
@keyframes drawerIn{from{transform:translateX(100%)}to{transform:translateX(0)}}
@keyframes popupIn{from{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}
@keyframes petalFall{0%{transform:translateY(-40px) rotate(0deg) translateX(0);opacity:0}10%{opacity:.7}85%{opacity:.3}100%{transform:translateY(110vh) rotate(720deg) translateX(var(--drift,30px));opacity:0}}
@keyframes jadeGlow{0%,100%{box-shadow:0 0 30px rgba(219,112,147,.2)}50%{box-shadow:0 0 70px rgba(219,112,147,.5),0 0 120px rgba(219,112,147,.15)}}
@keyframes blushGlow{0%,100%{box-shadow:0 0 30px rgba(244,184,201,.2)}50%{box-shadow:0 0 70px rgba(244,184,201,.5)}}
@keyframes pulseGlow{0%,100%{box-shadow:0 0 30px rgba(219,112,147,.2)}50%{box-shadow:0 0 70px rgba(219,112,147,.5)}}
@keyframes glassShimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
@keyframes countUp{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
@keyframes toastIn{from{transform:translateX(120%);opacity:0}to{transform:translateX(0);opacity:1}}
@keyframes toastOut{from{transform:translateX(0);opacity:1}to{transform:translateX(120%);opacity:0}}
@keyframes borderFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
@keyframes particleFloat{0%{transform:translate(0,0) scale(1);opacity:.6}50%{transform:translate(var(--px),var(--py)) scale(1.3);opacity:1}100%{transform:translate(0,0) scale(1);opacity:.6}}

/* ===== 5. UTILITIES ===== */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s var(--ease),transform .8s var(--ease)}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-left{opacity:0;transform:translateX(-40px);transition:opacity .8s var(--ease),transform .8s var(--ease)}
.reveal-left.visible{opacity:1;transform:translateX(0)}
.reveal-right{opacity:0;transform:translateX(40px);transition:opacity .8s var(--ease),transform .8s var(--ease)}
.reveal-right.visible{opacity:1;transform:translateX(0)}
.reveal-delay-1{transition-delay:.12s}
.reveal-delay-2{transition-delay:.24s}
.reveal-delay-3{transition-delay:.36s}
.reveal-delay-4{transition-delay:.48s}
.container{width:100%;max-width:1300px;margin:0 auto;padding:0 clamp(20px,4vw,60px)}
.container-wide{width:100%;max-width:1600px;margin:0 auto;padding:0 clamp(20px,4vw,60px)}
.container-narrow{width:100%;max-width:820px;margin:0 auto;padding:0 clamp(20px,4vw,60px)}
.text-center{text-align:center}
.text-jade{color:var(--rose)}
.text-blush{color:var(--blush)}
.text-rose{color:var(--rose)}
.text-gold{color:var(--gold)}
.text-cream{color:var(--cream)}
.text-muted{color:rgba(42,42,42,.5)}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

/* Glass morphism utility — frosted white */
.glass-card{
  background:rgba(255,255,255,.6);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  border:1px solid var(--glass-border);
  border-radius:var(--r-lg);
  box-shadow:0 4px 20px rgba(219,112,147,.06);
}

/* ===== 6. BUTTONS ===== */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.6rem;
  padding:1rem 2.5rem;
  font-family:var(--sans);font-size:.78rem;font-weight:500;
  letter-spacing:.18em;text-transform:uppercase;
  border-radius:var(--r-full);
  transition:all var(--med) var(--ease);
  position:relative;overflow:hidden;cursor:pointer;
  border:none;white-space:nowrap;
}
.btn-ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,.4);transform:scale(0);animation:ripple .6s linear;pointer-events:none}
.btn-jade{
  background:linear-gradient(135deg,var(--rose-dark),var(--rose),var(--rose-light));
  background-size:200% 200%;
  animation:borderFlow 4s ease infinite;
  color:#FFFFFF;
}
.btn-jade:hover{transform:translateY(-2px);box-shadow:0 16px 50px rgba(219,112,147,.4)}
.btn-rose{background:var(--rose);color:#FFFFFF}
.btn-rose:hover{transform:translateY(-2px);box-shadow:0 16px 50px rgba(219,112,147,.4);background:var(--rose-dark)}
.btn-gold{
  background:linear-gradient(135deg,var(--gold),var(--gold-light),var(--gold));
  background-size:200%;animation:borderFlow 4s ease infinite;
  color:#FFFFFF;
}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 16px 50px rgba(212,175,55,.4)}
.btn-outline{background:transparent;color:var(--cream);border:1px solid rgba(42,42,42,.2)}
.btn-outline:hover{background:rgba(42,42,42,.05);border-color:var(--cream)}
.btn-outline-jade{background:transparent;color:var(--rose);border:1px solid rgba(219,112,147,.3)}
.btn-outline-jade:hover{background:rgba(219,112,147,.08);border-color:var(--rose)}
.btn-glass{
  background:rgba(255,255,255,.5);
  backdrop-filter:blur(12px);
  border:1px solid rgba(219,112,147,.15);
  color:var(--cream);
}
.btn-glass:hover{background:rgba(255,255,255,.75);transform:translateY(-2px)}
.btn-lg{padding:1.3rem 3.5rem;font-size:.82rem}
.btn-sm{padding:.6rem 1.5rem;font-size:.72rem}
.btn-full{width:100%}
.btn-magnetic{transition:transform var(--med) var(--ease)}
.btn-loading{position:relative;pointer-events:none;color:transparent!important}
.btn-loading::after{content:'';position:absolute;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;top:50%;left:50%;transform:translate(-50%,-50%)}

/* ===== 7. NOISE & PRELOADER ===== */
.noise{position:fixed;inset:-50%;width:200%;height:200%;pointer-events:none;z-index:1;opacity:.015;animation:grain 8s steps(2) infinite;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px}

#preloader{position:fixed;inset:0;z-index:9999;background:var(--ink);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2rem;transition:opacity .8s var(--ease)}
#preloader.fade-out{opacity:0;pointer-events:none}
.preloader__logo{font-family:var(--serif);font-size:1.8rem;font-weight:300;letter-spacing:.35em;text-transform:uppercase;color:var(--cream)}
.preloader__tagline{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--rose);margin-top:-.5rem}
.preloader__bar{width:200px;height:1px;background:var(--gray-3);position:relative;overflow:hidden}
.preloader__bar::after{content:'';position:absolute;left:0;top:0;height:100%;width:0;background:linear-gradient(to right,var(--rose),var(--blush));animation:drawLine 1.8s var(--ease) forwards}
.preloader__count{font-family:var(--serif);font-size:.75rem;letter-spacing:.2em;color:var(--gray-4)}

/* ===== 8. CURSOR ===== */
.cursor__dot{width:6px;height:6px;background:var(--rose);border-radius:50%;position:fixed;top:0;left:0;transform:translate(-50%,-50%);pointer-events:none;z-index:9001;transition:width .3s,height .3s}
.cursor__ring{width:38px;height:38px;border:1px solid rgba(219,112,147,.4);border-radius:50%;position:fixed;top:0;left:0;transform:translate(-50%,-50%);pointer-events:none;z-index:9000;mix-blend-mode:multiply;transition:width .4s var(--ease),height .4s var(--ease),background .3s}
.cursor--hover .cursor__ring{width:58px;height:58px;background:rgba(219,112,147,.1);border-color:var(--rose)}
.cursor--hover .cursor__dot{width:3px;height:3px}

/* ===== 9. CHERRY BLOSSOM PETALS ===== */
.petals-container{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:2}
.petal{
  position:absolute;top:-20px;
  width:7px;height:7px;
  background:radial-gradient(ellipse,var(--blush) 0%,rgba(244,184,201,.4) 100%);
  border-radius:50% 0 50% 0;
  opacity:0;
  animation:petalFall var(--dur,8s) linear var(--delay,0s) infinite;
}
.petal:nth-child(even){background:radial-gradient(ellipse,var(--rose-light) 0%,rgba(255,193,207,.3) 100%);width:5px;height:5px;border-radius:50%}

/* ===== 10. ANNOUNCEMENT BAR ===== */
.announcement-bar{
  background:linear-gradient(90deg,var(--rose-dark),var(--rose),var(--rose-dark));
  background-size:200%;
  animation:borderFlow 8s ease infinite;
  color:#FFFFFF;
  text-align:center;
  padding:.65rem 3rem;
  font-size:.75rem;
  font-weight:400;
  letter-spacing:.12em;
  text-transform:uppercase;
  position:relative;z-index:100;
}
.announcement-bar a{text-decoration:underline;opacity:.85;color:#FFFFFF}
.announcement-bar a:hover{opacity:1}
.announcement-bar__close{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#FFFFFF;cursor:pointer;font-size:.9rem;opacity:.7;padding:4px;line-height:1}
.announcement-bar__close:hover{opacity:1}

/* ===== 11. HEADER ===== */
.site-header{position:fixed;top:0;left:0;right:0;z-index:500;transition:all var(--med) var(--ease)}
.site-header.scrolled{background:rgba(255,248,245,.92);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(219,112,147,.12)}
.header__inner{display:flex;align-items:center;justify-content:space-between;padding:1.5rem clamp(20px,4vw,60px);gap:2rem}
.header__logo{font-family:var(--serif);font-size:1.5rem;font-weight:300;letter-spacing:.28em;text-transform:uppercase;color:var(--cream);text-decoration:none;flex-shrink:0;transition:color var(--fast)}
.header__logo:hover{color:var(--rose)}
.header__logo img{height:38px;width:auto;object-fit:contain}
.header__nav{display:flex;align-items:center;gap:2.5rem;flex:1;justify-content:center}
.header__nav-link{font-size:.75rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:rgba(42,42,42,.7);position:relative;transition:color var(--fast);padding:4px 0}
.header__nav-link::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--rose);transition:width var(--med) var(--ease)}
.header__nav-link:hover,.header__nav-link.active{color:var(--cream)}
.header__nav-link:hover::after,.header__nav-link.active::after{width:100%}
.header__actions{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}
.header__icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:rgba(42,42,42,.7);transition:color var(--fast);position:relative}
.header__icon-btn:hover{color:var(--rose)}
.header__cart-count{position:absolute;top:0;right:0;width:16px;height:16px;background:var(--rose);border-radius:50%;font-size:.6rem;font-weight:600;display:flex;align-items:center;justify-content:center;color:#FFFFFF;line-height:1}
.header__hamburger{display:none;flex-direction:column;gap:5px;padding:4px;cursor:pointer;background:none;border:none}
.header__hamburger span{display:block;width:22px;height:1px;background:var(--cream);transition:all var(--med) var(--ease);transform-origin:center}
.header__hamburger.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.header__hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.header__hamburger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

/* Mobile Menu */
.mobile-menu{position:fixed;inset:0;background:var(--ink-2);z-index:450;transform:translateX(-100%);transition:transform var(--slow) var(--ease);display:flex;flex-direction:column;padding:6rem 2.5rem 3rem;overflow-y:auto}
.mobile-menu.open{transform:translateX(0)}
.mobile-menu__nav{display:flex;flex-direction:column;gap:.5rem;flex:1}
.mobile-menu__link{font-family:var(--serif);font-size:2.8rem;font-weight:300;color:var(--cream);opacity:0;transform:translateX(-30px);transition:all var(--med) var(--ease),color var(--fast);padding:.4rem 0;border-bottom:1px solid rgba(42,42,42,.06)}
.mobile-menu.open .mobile-menu__link{opacity:1;transform:translateX(0)}
.mobile-menu.open .mobile-menu__link:nth-child(1){transition-delay:.08s}
.mobile-menu.open .mobile-menu__link:nth-child(2){transition-delay:.14s}
.mobile-menu.open .mobile-menu__link:nth-child(3){transition-delay:.2s}
.mobile-menu.open .mobile-menu__link:nth-child(4){transition-delay:.26s}
.mobile-menu.open .mobile-menu__link:nth-child(5){transition-delay:.32s}
.mobile-menu.open .mobile-menu__link:nth-child(6){transition-delay:.38s}
.mobile-menu__link:hover{color:var(--rose)}
.mobile-menu__footer{display:flex;gap:1rem;align-items:center;padding-top:2rem;flex-wrap:wrap}

/* ===== 12. CART DRAWER ===== */
.cart-overlay{position:fixed;inset:0;background:rgba(42,42,42,.4);z-index:600;opacity:0;visibility:hidden;transition:all var(--med) var(--ease);backdrop-filter:blur(6px)}
.cart-overlay.open{opacity:1;visibility:visible}
.cart-drawer{position:fixed;top:0;right:0;height:100%;width:min(500px,100vw);background:var(--ink-2);border-left:1px solid rgba(219,112,147,.1);z-index:700;transform:translateX(100%);transition:transform var(--slow) var(--ease);display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(219,112,147,.08)}
.cart-drawer.open{transform:translateX(0)}
.cart-drawer__header{padding:2rem;border-bottom:1px solid rgba(42,42,42,.08);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}
.cart-drawer__title{font-family:var(--serif);font-size:1.6rem;font-weight:300;letter-spacing:.05em;color:var(--cream)}
.cart-drawer__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(42,42,42,.15);border-radius:50%;color:var(--cream);cursor:pointer;transition:all var(--fast);background:none;font-size:1.1rem}
.cart-drawer__close:hover{background:rgba(219,112,147,.08);border-color:var(--rose);color:var(--rose)}
.cart-drawer__items{flex:1;overflow-y:auto;padding:1.5rem 2rem}
.cart-drawer__items::-webkit-scrollbar{width:3px}
.cart-drawer__items::-webkit-scrollbar-thumb{background:var(--gray-3);border-radius:2px}
.cart-item{display:grid;grid-template-columns:80px 1fr;gap:1rem;padding:1.25rem 0;border-bottom:1px solid rgba(42,42,42,.06);position:relative}
.cart-item__image{width:80px;height:80px;object-fit:cover;border-radius:var(--r);border:1px solid rgba(42,42,42,.08);background:var(--ink-3)}
.cart-item__info{display:flex;flex-direction:column;gap:.35rem}
.cart-item__title{font-size:.85rem;font-weight:400;color:var(--cream);line-height:1.4}
.cart-item__variant{font-size:.72rem;color:var(--gray-4)}
.cart-item__price{font-family:var(--serif);font-size:1rem;color:var(--burgundy);font-weight:500}
.cart-item__controls{display:flex;align-items:center;gap:.75rem;margin-top:auto}
.qty-control{display:flex;align-items:center;border:1px solid rgba(42,42,42,.15);border-radius:var(--r-full);overflow:hidden;background:#FFFFFF}
.qty-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--cream);cursor:pointer;font-size:1rem;transition:background var(--fast)}
.qty-btn:hover{background:rgba(219,112,147,.08)}
.qty-input{width:34px;text-align:center;background:none;border:none;color:var(--cream);font-size:.82rem;font-family:var(--sans)}
.cart-item__remove{background:none;border:none;color:var(--gray-4);cursor:pointer;font-size:.72rem;padding:3px;transition:color var(--fast)}
.cart-item__remove:hover{color:var(--rose)}
.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1.5rem;text-align:center;color:var(--gray-4)}
.cart-drawer__footer{padding:1.5rem 2rem 2rem;border-top:1px solid rgba(42,42,42,.08);flex-shrink:0;background:var(--ink-3)}

/* Upsell in cart */
.cart-upsell{
  background:linear-gradient(135deg,rgba(219,112,147,.08),rgba(244,184,201,.08));
  border:1px solid rgba(219,112,147,.18);
  border-radius:var(--r-lg);
  padding:1.25rem;
  margin-bottom:1.25rem;
  display:flex;align-items:flex-start;gap:1rem;
}
.cart-upsell__img{width:60px;height:60px;object-fit:cover;border-radius:var(--r);flex-shrink:0}
.cart-upsell__info{flex:1}
.cart-upsell__label{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--rose);margin-bottom:.3rem}
.cart-upsell__title{font-size:.85rem;color:var(--cream);margin-bottom:.5rem;line-height:1.4}
.cart-upsell__action{display:flex;align-items:center;gap:.75rem}
.cart-drawer__subtotal-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.4rem}
.cart-drawer__subtotal-label{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-4)}
.cart-drawer__subtotal-price{font-family:var(--serif);font-size:1.6rem;color:var(--burgundy);font-weight:500}
.cart-drawer__note{font-size:.72rem;color:var(--gray-4);margin-bottom:1.25rem;text-align:center}
.cart-drawer__buttons{display:flex;flex-direction:column;gap:.75rem}

/* Free shipping progress */
.shipping-progress{margin-bottom:1.25rem}
.shipping-progress__label{font-size:.75rem;color:var(--gray-4);margin-bottom:.5rem;line-height:1.5}
.shipping-progress__bar{height:4px;background:rgba(42,42,42,.08);border-radius:2px;overflow:hidden}
.shipping-progress__fill{height:100%;background:linear-gradient(to right,var(--rose),var(--blush));border-radius:2px;transition:width .6s var(--ease)}

/* ===== 13. HERO ===== */
.hero{min-height:100svh;position:relative;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#FFF8F5 0%,#FFE5EC 50%,#FFF8F5 100%)}
.hero__bg{position:absolute;inset:0;pointer-events:none}
.hero__orb{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none;animation:orbFloat 14s ease-in-out infinite}
.hero__orb-1{width:700px;height:700px;background:radial-gradient(circle,rgba(219,112,147,.16) 0%,transparent 70%);top:-100px;right:-150px}
.hero__orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(244,184,201,.18) 0%,transparent 70%);bottom:-50px;left:5%;animation-delay:-5s;animation-duration:18s}
.hero__orb-3{width:350px;height:350px;background:radial-gradient(circle,rgba(212,175,55,.08) 0%,transparent 70%);top:40%;left:45%;animation-delay:-10s;animation-duration:22s}
.hero__content{position:relative;z-index:10;padding:clamp(120px,15vh,200px) 0 clamp(80px,10vh,130px);width:100%}
.hero__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:5rem}
.hero__badge-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}
.hero__badge{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.35rem 1rem;
  background:rgba(219,112,147,.08);
  border:1px solid rgba(219,112,147,.25);
  border-radius:var(--r-full);
  font-size:.65rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--rose);
}
.hero__badge--blush{background:rgba(244,184,201,.12);border-color:rgba(244,184,201,.3);color:var(--burgundy)}
.hero__badge--gold{background:rgba(212,175,55,.1);border-color:rgba(212,175,55,.25);color:var(--gold)}
.hero__title{font-family:var(--serif);font-size:clamp(3.5rem,7vw,7.5rem);font-weight:300;line-height:.9;letter-spacing:-.03em;color:var(--cream);margin-bottom:2rem}
.hero__title .line-jade{color:var(--rose);font-style:italic}
.hero__title .line-blush{color:var(--burgundy)}
.hero__subtitle{font-size:1rem;line-height:1.85;color:rgba(42,42,42,.7);max-width:460px;margin-bottom:2.5rem;font-weight:300}
.hero__cta{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;margin-bottom:2.5rem}
.hero__social-proof{display:flex;align-items:center;gap:1.25rem;padding-top:2rem;border-top:1px solid rgba(42,42,42,.08)}
.hero__avatars{display:flex}
.hero__avatar{width:32px;height:32px;border-radius:50%;border:2px solid var(--ink);background:var(--gray-2);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:.8rem;color:var(--rose);margin-left:-8px}
.hero__avatar:first-child{margin-left:0}
.hero__proof-text{font-size:.8rem;color:var(--gray-5);line-height:1.5}
.hero__proof-text strong{color:var(--cream)}
.hero__media{position:relative;display:flex;align-items:center;justify-content:center}
.hero__product-wrap{position:relative;animation:float 9s ease-in-out infinite}
.hero__product-img{width:100%;max-width:460px;height:auto;object-fit:contain;filter:drop-shadow(0 40px 100px rgba(219,112,147,.3)) drop-shadow(0 0 60px rgba(244,184,201,.2));position:relative;z-index:2}
.hero__glow{position:absolute;inset:-20%;background:radial-gradient(ellipse at center,rgba(219,112,147,.15) 0%,transparent 60%);pointer-events:none;filter:blur(40px)}
.hero__float-tag{
  position:absolute;z-index:5;
  background:rgba(255,255,255,.85);backdrop-filter:blur(16px);
  border:1px solid rgba(219,112,147,.2);
  border-radius:var(--r-lg);
  padding:.75rem 1.25rem;
  box-shadow:0 8px 30px rgba(219,112,147,.1);
}
.hero__float-tag-1{top:10%;left:-5%}
.hero__float-tag-2{bottom:15%;right:-8%}
.hero__float-tag-3{top:45%;right:-12%}
.hero__float-tag-label{font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:var(--rose);margin-bottom:.2rem}
.hero__float-tag-value{font-family:var(--serif);font-size:1.3rem;color:var(--cream);line-height:1}
.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(42,42,42,.5);font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;animation:fadeIn 2s ease 2s both}
.hero__scroll-line{width:1px;height:36px;background:linear-gradient(to bottom,rgba(219,112,147,.5),transparent);animation:float 2s ease-in-out infinite}

/* ===== 14. MARQUEE ===== */
.marquee-section{overflow:hidden;border-top:1px solid rgba(42,42,42,.08);border-bottom:1px solid rgba(42,42,42,.08);padding:1.1rem 0;background:var(--ink-3)}
.marquee-track{display:flex;white-space:nowrap;animation:marqueeScroll 28s linear infinite;width:max-content}
.marquee-track:hover{animation-play-state:paused}
.marquee-item{display:inline-flex;align-items:center;gap:1.75rem;padding:0 1.75rem;font-size:.72rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:rgba(42,42,42,.6)}
.marquee-item .m-icon{color:var(--rose);font-size:.8rem}

/* ===== 15. STATS ===== */
.stats{padding:clamp(80px,10vw,140px) 0;background:var(--ink)}
.stats__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stats__item{padding:3rem 2rem;text-align:center;border-right:1px solid rgba(42,42,42,.08);position:relative}
.stats__item:last-child{border-right:none}
.stats__number{font-family:var(--serif);font-size:clamp(3rem,5vw,5.5rem);font-weight:300;color:var(--cream);line-height:1;margin-bottom:.5rem;display:flex;align-items:baseline;justify-content:center;gap:.08em}
.stats__number-suffix{font-size:.55em;color:var(--rose)}
.stats__label{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(42,42,42,.6);line-height:1.6}

/* ===== 16. SECTION HEADERS ===== */
.section-eyebrow{display:inline-flex;align-items:center;gap:1rem;font-size:.68rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--rose);margin-bottom:1.5rem}
.section-eyebrow::before,.section-eyebrow::after{content:'';width:28px;height:1px;background:var(--rose)}
.section-eyebrow--blush{color:var(--burgundy)}
.section-eyebrow--blush::before,.section-eyebrow--blush::after{background:var(--burgundy)}
.section-title{font-family:var(--serif);font-size:clamp(2.5rem,4vw,4.5rem);font-weight:300;line-height:1.05;color:var(--cream);margin-bottom:1.25rem}
.section-title em{font-style:italic;color:var(--rose)}
.section-title .blush{color:var(--burgundy)}
.section-subtitle{font-size:1rem;line-height:1.8;color:rgba(42,42,42,.65);font-weight:300;max-width:560px;margin:0 auto}
.section-header{text-align:center;margin-bottom:5rem}

/* ===== 17. FEATURED PRODUCT ===== */
.featured-product{padding:clamp(80px,10vw,140px) 0;background:var(--ink-2);position:relative;overflow:hidden}
.featured-product::before{content:'';position:absolute;top:-30%;right:-15%;width:700px;height:700px;background:radial-gradient(circle,rgba(219,112,147,.08) 0%,transparent 65%);pointer-events:none}
.featured-product__inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}
.featured-product__media{position:relative}
.featured-product__image-wrap{position:relative;border-radius:var(--r-xl);overflow:hidden;aspect-ratio:4/5;box-shadow:0 30px 80px rgba(219,112,147,.1)}
.featured-product__image{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}
.featured-product__image-wrap:hover .featured-product__image{transform:scale(1.04)}
.featured-product__badges{position:absolute;top:1.5rem;left:1.5rem;display:flex;flex-direction:column;gap:.75rem}
.product-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem 1rem;border-radius:var(--r-full);font-size:.65rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}
.product-badge--jade{background:var(--rose);color:#FFFFFF;box-shadow:0 4px 20px rgba(219,112,147,.4)}
.product-badge--blush{background:var(--blush);color:var(--burgundy);box-shadow:0 4px 20px rgba(244,184,201,.4)}
.product-badge--gold{background:var(--gold);color:#FFFFFF}
.product-badge--rose{background:var(--rose);color:#FFFFFF}
.featured-product__eyebrow{font-size:.68rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--rose);margin-bottom:1.5rem}
.featured-product__title{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3.5rem);font-weight:300;line-height:1.05;color:var(--cream);margin-bottom:1.5rem}
.featured-product__title em{font-style:italic;color:var(--rose)}
.featured-product__desc{font-size:.98rem;line-height:1.85;color:rgba(42,42,42,.7);font-weight:300;margin-bottom:2.5rem}
.featured-product__features{display:flex;flex-direction:column;gap:.9rem;margin-bottom:2.5rem}
.fp-feature{display:flex;align-items:center;gap:.9rem;font-size:.9rem;color:rgba(42,42,42,.8)}
.fp-feature__icon{width:32px;height:32px;border-radius:50%;background:rgba(219,112,147,.1);border:1px solid rgba(219,112,147,.25);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.8rem;color:var(--rose);transition:all var(--med)}
.fp-feature:hover .fp-feature__icon{background:rgba(219,112,147,.18);transform:scale(1.1)}
.fp-price{display:flex;align-items:baseline;gap:1rem;margin-bottom:2rem}
.price-main{font-family:var(--serif);font-size:2.8rem;font-weight:300;color:var(--burgundy)}
.price-compare{font-size:1.25rem;color:var(--gray-4);text-decoration:line-through}
.price-save{font-size:.75rem;font-weight:500;color:var(--rose);background:rgba(219,112,147,.1);padding:.25rem .75rem;border-radius:var(--r-full)}

/* ===== 18. BUNDLE DEAL ===== */
.bundle-deal{
  padding:clamp(80px,10vw,140px) 0;
  background:linear-gradient(180deg,#FFF8F5 0%,#FFE5EC 100%);
  position:relative;
  overflow:hidden;
}
.bundle-deal::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse at 50% 50%,rgba(219,112,147,.06) 0%,transparent 60%);
  pointer-events:none;
}
.bundle-card{
  background:linear-gradient(135deg,rgba(255,255,255,.7),rgba(255,229,236,.5),rgba(255,255,255,.7));
  backdrop-filter:blur(20px);
  border:1px solid rgba(219,112,147,.2);
  border-radius:var(--r-2xl);
  padding:4rem;
  position:relative;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(219,112,147,.1);
}
.bundle-card::before{
  content:'';position:absolute;top:0;left:0;right:0;height:1px;
  background:linear-gradient(to right,transparent,rgba(219,112,147,.5),rgba(244,184,201,.5),transparent);
}
.bundle-deal__header{text-align:center;margin-bottom:3rem}
.bundle-savings-badge{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.6rem 1.5rem;
  background:linear-gradient(135deg,var(--rose),var(--blush));
  border-radius:var(--r-full);
  font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;
  color:#FFFFFF;margin-bottom:2rem;
  box-shadow:0 8px 30px rgba(219,112,147,.3);
}
.bundle-deal__title{font-family:var(--serif);font-size:clamp(2.5rem,4vw,4rem);font-weight:300;color:var(--cream);margin-bottom:1rem;line-height:1.05}
.bundle-deal__subtitle{font-size:1rem;color:rgba(42,42,42,.7);line-height:1.8;max-width:560px;margin:0 auto}
.bundle-products{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:center;margin-bottom:3rem}
.bundle-product-card{
  background:rgba(255,255,255,.8);
  border:1px solid rgba(219,112,147,.15);
  border-radius:var(--r-xl);
  padding:2rem;
  text-align:center;
  transition:all var(--med) var(--ease);
}
.bundle-product-card:hover{border-color:rgba(219,112,147,.3);background:rgba(255,255,255,.95);transform:translateY(-4px);box-shadow:0 20px 50px rgba(219,112,147,.12)}
.bundle-product-card.is-hero{border-color:rgba(219,112,147,.3);background:rgba(255,255,255,.95)}
.bundle-product-img{width:100%;max-height:220px;object-fit:contain;margin:0 auto 1.5rem;filter:drop-shadow(0 20px 50px rgba(219,112,147,.2))}
.bundle-product-badge{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--rose);margin-bottom:.5rem}
.bundle-product-name{font-family:var(--serif);font-size:1.2rem;color:var(--cream);margin-bottom:.5rem;line-height:1.3}
.bundle-product-price{font-size:.9rem;color:var(--gray-4);text-decoration:line-through}
.bundle-plus{
  width:60px;height:60px;border-radius:50%;
  background:linear-gradient(135deg,var(--rose),var(--blush));
  display:flex;align-items:center;justify-content:center;
  font-size:1.5rem;color:#FFFFFF;font-weight:300;flex-shrink:0;
  box-shadow:0 8px 30px rgba(219,112,147,.3);
}
.bundle-total{text-align:center;margin-bottom:2.5rem}
.bundle-total__label{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-4);margin-bottom:.5rem}
.bundle-total__prices{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}
.bundle-total__was{font-family:var(--serif);font-size:2rem;color:var(--gray-4);text-decoration:line-through}
.bundle-total__now{font-family:var(--serif);font-size:3.5rem;font-weight:300;color:var(--burgundy)}
.bundle-total__save{
  background:linear-gradient(135deg,var(--rose),var(--blush));
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;
  font-size:1.1rem;font-weight:600;
}

/* Countdown Timer */
.countdown{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}
.countdown__label{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gray-4)}
.countdown__units{display:flex;gap:.5rem;align-items:center}
.countdown__unit{text-align:center}
.countdown__number{
  font-family:var(--serif);font-size:2rem;font-weight:300;
  color:var(--cream);
  background:rgba(255,255,255,.8);
  border:1px solid rgba(219,112,147,.15);
  border-radius:var(--r);
  padding:.3rem .75rem;
  min-width:56px;display:block;line-height:1.2;
  transition:all var(--fast);
}
.countdown__number.flip{color:var(--rose)}
.countdown__sep{font-family:var(--serif);font-size:1.5rem;color:var(--rose);align-self:center;padding-bottom:4px}
.countdown__unit-label{font-size:.58rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gray-4);margin-top:.3rem}
.bundle-stock{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.78rem;color:var(--burgundy);margin-top:1rem}
.bundle-stock::before{content:'';width:7px;height:7px;border-radius:50%;background:var(--burgundy);box-shadow:0 0 10px var(--burgundy);animation:pulseGlow 1.5s ease-in-out infinite;flex-shrink:0}

/* ===== 19. SECOND PRODUCT ===== */
.second-product{padding:clamp(80px,10vw,140px) 0;background:var(--ink-2);overflow:hidden;position:relative}
.second-product__inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}
.second-product__media{position:relative}
.second-product__image-wrap{aspect-ratio:4/5;border-radius:var(--r-xl);overflow:hidden;border:1px solid rgba(244,184,201,.2);box-shadow:0 30px 80px rgba(244,184,201,.15)}
.second-product__image{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}
.second-product__image-wrap:hover .second-product__image{transform:scale(1.04)}
.second-product__glow-bar{
  position:absolute;bottom:-2px;left:10%;right:10%;height:1px;
  background:linear-gradient(to right,transparent,var(--blush),transparent);
}

/* ===== 20. BENEFITS GRID ===== */
.benefits{padding:clamp(80px,10vw,140px) 0;background:var(--ink)}
.benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:rgba(42,42,42,.06);border:1px solid rgba(42,42,42,.06)}
.benefit-card{background:var(--ink);padding:3rem 2.5rem;position:relative;overflow:hidden;transition:background var(--med)}
.benefit-card::before{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(to right,var(--rose),var(--blush));transition:width var(--slow) var(--ease)}
.benefit-card:hover{background:var(--ink-3)}
.benefit-card:hover::before{width:100%}
.benefit-card__num{font-family:var(--serif);font-size:5rem;font-weight:300;color:rgba(219,112,147,.08);line-height:1;position:absolute;top:.5rem;right:1rem}
.benefit-card__icon{width:54px;height:54px;border-radius:var(--r-lg);background:rgba(219,112,147,.08);border:1px solid rgba(219,112,147,.18);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.4rem;transition:all var(--med)}
.benefit-card:hover .benefit-card__icon{background:rgba(219,112,147,.15);border-color:rgba(219,112,147,.3);transform:scale(1.08)}
.benefit-card__title{font-family:var(--serif);font-size:1.4rem;font-weight:400;color:var(--cream);margin-bottom:.75rem;line-height:1.25}
.benefit-card__text{font-size:.88rem;line-height:1.8;color:rgba(42,42,42,.65);font-weight:300}

/* ===== 21. SCIENCE ===== */
.science{padding:clamp(80px,10vw,140px) 0;background:var(--ink-3);overflow:hidden}
.science__inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}
.science__sticky{position:sticky;top:120px}
.science__accent{font-size:7rem;font-family:var(--serif);font-weight:300;color:rgba(219,112,147,.08);line-height:1;margin-bottom:-2rem;pointer-events:none;user-select:none}
.ingredient-item{padding:1.75rem 0;border-bottom:1px solid rgba(42,42,42,.08);cursor:pointer}
.ingredient-item:first-child{border-top:1px solid rgba(42,42,42,.08)}
.ingredient-item__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.ingredient-item__name{font-family:var(--serif);font-size:1.4rem;font-weight:400;color:var(--cream);transition:color var(--fast)}
.ingredient-item:hover .ingredient-item__name,.ingredient-item.open .ingredient-item__name{color:var(--rose)}
.ingredient-item__tag{font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:var(--rose);background:rgba(219,112,147,.1);padding:.3rem .75rem;border-radius:var(--r-full);white-space:nowrap}
.ingredient-item__arrow{color:var(--gray-4);transition:transform var(--med) var(--ease),color var(--fast);font-size:1.1rem}
.ingredient-item.open .ingredient-item__arrow{transform:rotate(45deg);color:var(--rose)}
.ingredient-item__body{max-height:0;overflow:hidden;transition:max-height var(--slow) var(--ease)}
.ingredient-item.open .ingredient-item__body{max-height:220px}
.ingredient-item__desc{font-size:.9rem;line-height:1.85;color:rgba(42,42,42,.7);font-weight:300;padding-top:1rem}

/* ===== 22. RESULTS / BEFORE-AFTER ===== */
.results{padding:clamp(80px,10vw,140px) 0;background:var(--ink)}
.results__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem}
.result-card{border-radius:var(--r-xl);overflow:hidden;border:1px solid rgba(42,42,42,.08);background:var(--ink-2);transition:all var(--med) var(--ease)}
.result-card:hover{transform:translateY(-6px);border-color:rgba(219,112,147,.25);box-shadow:0 30px 80px rgba(219,112,147,.12)}
.result-card__timeline{display:flex;border-bottom:1px solid rgba(42,42,42,.06)}
.result-card__before,.result-card__after{flex:1;padding:2rem;text-align:center}
.result-card__before{border-right:1px solid rgba(42,42,42,.06)}
.result-card__time{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-4);margin-bottom:.4rem}
.result-card__metric{font-family:var(--serif);font-size:1.6rem;font-weight:300;color:var(--cream)}
.result-card__metric--after{color:var(--rose)}
.result-card__info{padding:1.5rem 2rem}
.result-card__customer{font-size:.8rem;font-weight:500;color:var(--cream);margin-bottom:.3rem}
.result-card__product{font-size:.72rem;color:var(--rose);margin-bottom:.75rem;letter-spacing:.05em}
.result-card__quote{font-size:.88rem;color:rgba(42,42,42,.65);font-style:italic;line-height:1.7}

/* ===== 23. TESTIMONIALS ===== */
.testimonials{padding:clamp(80px,10vw,140px) 0;background:var(--ink-3);overflow:hidden}
.testimonials__track-wrap{overflow:hidden;cursor:grab}
.testimonials__track-wrap:active{cursor:grabbing}
.testimonials__track{display:flex;gap:1.5rem;transition:transform var(--slow) var(--ease);will-change:transform}
.testimonial-card{background:rgba(255,255,255,.8);border:1px solid rgba(219,112,147,.12);border-radius:var(--r-2xl);padding:2.5rem;min-width:360px;max-width:360px;flex-shrink:0;position:relative;transition:all var(--med) var(--ease);box-shadow:0 8px 30px rgba(219,112,147,.06)}
.testimonial-card:hover{border-color:rgba(219,112,147,.25);transform:translateY(-4px);box-shadow:0 24px 70px rgba(219,112,147,.1)}
.testimonial-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}
.testimonial-card__stars{display:flex;gap:3px}
.testimonial-card__star{color:var(--gold);font-size:.85rem}
.testimonial-card__verified{font-size:.65rem;color:var(--rose);letter-spacing:.1em;text-transform:uppercase}
.testimonial-card__text{font-size:.95rem;line-height:1.85;color:rgba(42,42,42,.8);font-weight:300;margin-bottom:1.5rem;font-style:italic}
.testimonial-card__text::before{content:'"';font-family:var(--serif);font-size:2.5rem;color:var(--rose);opacity:.4;line-height:0;vertical-align:-0.5rem;margin-right:.15rem}
.testimonial-card__author{display:flex;align-items:center;gap:.9rem}
.testimonial-card__avatar{width:44px;height:44px;border-radius:50%;background:var(--gray-2);border:2px solid rgba(219,112,147,.3);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:1.1rem;color:var(--rose)}
.testimonial-card__name{font-weight:500;font-size:.88rem;color:var(--cream)}
.testimonial-card__location{font-size:.72rem;color:var(--gray-4)}
.testimonials__controls{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem}
.testimonials__btn{width:48px;height:48px;border-radius:50%;border:1px solid rgba(42,42,42,.15);background:none;color:var(--cream);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--fast);font-size:1.1rem}
.testimonials__btn:hover{background:rgba(219,112,147,.1);border-color:var(--rose);color:var(--rose)}
.testimonials__dots{display:flex;gap:8px}
.testimonials__dot{width:8px;height:8px;border-radius:50%;background:rgba(42,42,42,.2);cursor:pointer;transition:all var(--fast);border:none}
.testimonials__dot.active{background:var(--rose);width:24px;border-radius:4px}

/* ===== 24. PRESS ===== */
.press{padding:clamp(60px,8vw,100px) 0;background:var(--ink);border-top:1px solid rgba(42,42,42,.06);border-bottom:1px solid rgba(42,42,42,.06)}
.press__label{font-size:.65rem;letter-spacing:.28em;text-transform:uppercase;color:rgba(42,42,42,.4);text-align:center;margin-bottom:2.5rem}
.press__logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:3rem 4.5rem}
.press__name{font-family:var(--serif);font-size:1.1rem;font-style:italic;color:rgba(42,42,42,.35);letter-spacing:.08em;transition:color var(--med);cursor:default}
.press__name:hover{color:rgba(42,42,42,.7)}

/* ===== 25. HOW IT WORKS ===== */
.how-it-works{padding:clamp(80px,10vw,140px) 0;background:var(--ink-3)}
.how-it-works__steps{display:grid;grid-template-columns:repeat(4,1fr);margin-top:5rem;position:relative}
.how-it-works__steps::before{content:'';position:absolute;top:2.4rem;left:12.5%;right:12.5%;height:1px;background:linear-gradient(to right,transparent,rgba(219,112,147,.3),rgba(244,184,201,.3),transparent)}
.step-item{text-align:center;padding:1.5rem 1.5rem 2rem}
.step-item__number{width:48px;height:48px;border-radius:50%;border:1px solid rgba(219,112,147,.3);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-family:var(--serif);font-size:1rem;font-weight:400;color:var(--rose);background:var(--ink-3);position:relative;z-index:1;transition:all var(--med)}
.step-item:hover .step-item__number{background:var(--rose);color:#FFFFFF;border-color:var(--rose);box-shadow:0 0 30px rgba(219,112,147,.4)}
.step-item__title{font-family:var(--serif);font-size:1.15rem;color:var(--cream);margin-bottom:.75rem;font-weight:400}
.step-item__text{font-size:.83rem;line-height:1.75;color:rgba(42,42,42,.65);font-weight:300}

/* ===== 26. GUARANTEE ===== */
.guarantee{padding:clamp(80px,10vw,140px) 0;background:var(--ink);text-align:center;position:relative;overflow:hidden}
.guarantee__badge{width:130px;height:130px;border-radius:50%;border:2px solid rgba(219,112,147,.3);display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;color:var(--rose);position:relative;animation:jadeGlow 3s ease-in-out infinite;background:#FFFFFF}
.guarantee__badge::before{content:'';position:absolute;inset:-10px;border-radius:50%;border:1px solid rgba(219,112,147,.12)}
.guarantee__badge-inner{text-align:center;line-height:1.3}
.guarantee__badge-days{font-size:2.8rem;font-family:var(--serif);font-weight:300;display:block;line-height:1}
.guarantee__badge-text{font-size:.6rem;letter-spacing:.15em;text-transform:uppercase}
.guarantee__features{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-top:4rem}
.guarantee__feature{display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:160px}
.guarantee__feature-icon{font-size:2rem;color:var(--rose)}
.guarantee__feature-title{font-family:var(--serif);font-size:1rem;color:var(--cream);text-align:center}
.guarantee__feature-text{font-size:.78rem;color:rgba(42,42,42,.6);text-align:center;line-height:1.6}

/* ===== 27. EMAIL SIGNUP ===== */
.email-signup{padding:clamp(80px,10vw,140px) 0;background:var(--ink-3);position:relative;overflow:hidden}
.email-signup::before{content:'';position:absolute;bottom:-80px;right:-80px;width:400px;height:400px;background:radial-gradient(circle,rgba(244,184,201,.15) 0%,transparent 60%);pointer-events:none}
.email-form{display:flex;gap:1rem;max-width:520px;margin:3rem auto 0}
.email-form__input{flex:1;background:rgba(255,255,255,.8);border:1px solid rgba(42,42,42,.12);border-radius:var(--r-full);padding:1rem 1.5rem;color:var(--cream);font-size:.9rem;font-family:var(--sans);outline:none;transition:border-color var(--fast),background var(--fast)}
.email-form__input::placeholder{color:rgba(42,42,42,.35)}
.email-form__input:focus{border-color:rgba(219,112,147,.5);background:#FFFFFF}
.email-form__note{font-size:.72rem;color:rgba(42,42,42,.5);text-align:center;margin-top:1rem}

/* ===== 28. FAQ ===== */
.faq{padding:clamp(80px,10vw,140px) 0;background:var(--ink)}
.faq__list{max-width:780px;margin:4rem auto 0}
.faq-item{border-bottom:1px solid rgba(42,42,42,.08);overflow:hidden}
.faq-item:first-child{border-top:1px solid rgba(42,42,42,.08)}
.faq-item__question{width:100%;text-align:left;background:none;border:none;padding:1.75rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;font-family:var(--serif);font-size:1.2rem;font-weight:400;color:var(--cream);transition:color var(--fast)}
.faq-item__question:hover{color:var(--rose)}
.faq-item__icon{width:28px;height:28px;border:1px solid rgba(42,42,42,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;transition:all var(--med) var(--ease);color:var(--rose)}
.faq-item.open .faq-item__icon{transform:rotate(45deg);background:var(--rose);border-color:var(--rose);color:#FFFFFF}
.faq-item__answer{max-height:0;overflow:hidden;transition:max-height var(--slow) var(--ease)}
.faq-item.open .faq-item__answer{max-height:400px}
.faq-item__answer-inner{padding-bottom:1.5rem;font-size:.93rem;line-height:1.85;color:rgba(42,42,42,.7);font-weight:300}

/* ===== 29. FOOTER ===== */
.site-footer{background:var(--ink-3);border-top:1px solid rgba(42,42,42,.08);padding:clamp(60px,8vw,100px) 0 3rem}
.footer__top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(42,42,42,.08)}
.footer__brand-title{font-family:var(--serif);font-size:1.8rem;font-weight:300;letter-spacing:.25em;text-transform:uppercase;color:var(--cream);margin-bottom:1rem}
.footer__brand-desc{font-size:.88rem;line-height:1.85;color:rgba(42,42,42,.55);font-weight:300;margin-bottom:1.5rem;max-width:280px}
.footer__social{display:flex;gap:.75rem}
.footer__social-link{width:38px;height:38px;border:1px solid rgba(42,42,42,.12);border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgba(42,42,42,.55);font-size:.8rem;transition:all var(--fast);text-decoration:none;background:#FFFFFF}
.footer__social-link:hover{background:var(--rose);border-color:var(--rose);color:#FFFFFF;transform:translateY(-2px)}
.footer__col-title{font-size:.65rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--cream);margin-bottom:1.5rem}
.footer__links{display:flex;flex-direction:column;gap:.7rem}
.footer__link{font-size:.85rem;color:rgba(42,42,42,.55);transition:color var(--fast);font-weight:300}
.footer__link:hover{color:var(--rose)}
.footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer__copy{font-size:.75rem;color:rgba(42,42,42,.4)}
.footer__legal{display:flex;gap:1.5rem;flex-wrap:wrap}
.footer__legal-link{font-size:.75rem;color:rgba(42,42,42,.4);transition:color var(--fast)}
.footer__legal-link:hover{color:var(--rose)}

/* ===== 30. PRODUCT PAGE ===== */
.product-page{padding-top:clamp(100px,12vh,140px);min-height:100vh;background:var(--ink)}
.product-page__breadcrumb{padding:1.5rem 0;font-size:.75rem;color:rgba(42,42,42,.5);letter-spacing:.05em}
.product-page__breadcrumb a{color:inherit;transition:color var(--fast)}
.product-page__breadcrumb a:hover{color:var(--rose)}
.product-page__breadcrumb span{margin:0 .5rem}
.product-page__main{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;padding:2rem 0 5rem}
.product-gallery{position:sticky;top:100px}
.product-gallery__main{aspect-ratio:1;border-radius:var(--r-xl);overflow:hidden;background:var(--ink-2);border:1px solid rgba(219,112,147,.12);margin-bottom:1rem;cursor:zoom-in;position:relative;box-shadow:0 20px 60px rgba(219,112,147,.08)}
.product-gallery__main-img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}
.product-gallery__main:hover .product-gallery__main-img{transform:scale(1.04)}
.product-gallery__thumbnails{display:flex;gap:.75rem;overflow-x:auto;scrollbar-width:none}
.product-gallery__thumbnails::-webkit-scrollbar{display:none}
.product-gallery__thumb{width:80px;height:80px;flex-shrink:0;border-radius:var(--r);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:all var(--fast);opacity:.6;background:var(--ink-2)}
.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}
.product-gallery__thumb.active{border-color:var(--rose);opacity:1}
.product-gallery__thumb:hover{opacity:.85}
.product-info__reviews{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}
.product-info__stars{display:flex;gap:2px}
.product-info__star{color:var(--gold);font-size:.8rem}
.product-info__review-count{font-size:.8rem;color:var(--rose);cursor:pointer;border-bottom:1px solid rgba(219,112,147,.4);transition:color var(--fast)}
.product-info__title{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:300;line-height:1.1;color:var(--cream);margin-bottom:1rem}
.product-info__tagline{font-size:.9rem;color:rgba(42,42,42,.65);font-style:italic;font-family:var(--serif);line-height:1.6;margin-bottom:1.5rem}
.product-info__price{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.5rem;padding:1.25rem 0;border-top:1px solid rgba(42,42,42,.08);border-bottom:1px solid rgba(42,42,42,.08)}
.product-info__size-label{font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:rgba(42,42,42,.6);margin-bottom:.75rem}
.product-info__variants{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem}
.variant-btn{padding:.5rem 1.25rem;border:1px solid rgba(42,42,42,.15);border-radius:var(--r-full);background:#FFFFFF;color:var(--cream);font-size:.8rem;cursor:pointer;transition:all var(--fast);font-family:var(--sans)}
.variant-btn:hover{border-color:var(--rose)}
.variant-btn.active{background:var(--rose);border-color:var(--rose);color:#FFFFFF}
.variant-btn.sold-out{opacity:.4;cursor:not-allowed;text-decoration:line-through}
.product-info__quantity{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.25rem}
.product-info__qty-label{font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:rgba(42,42,42,.6)}
.product-info__trust{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;padding:1.25rem;background:rgba(219,112,147,.05);border:1px solid rgba(219,112,147,.12);border-radius:var(--r-lg);margin-bottom:1.5rem}
.trust-item{display:flex;flex-direction:column;align-items:center;gap:.3rem;text-align:center}
.trust-item__icon{font-size:1.2rem;color:var(--rose)}
.trust-item__text{font-size:.62rem;color:rgba(42,42,42,.6);line-height:1.4;letter-spacing:.04em}

/* Product Tabs */
.product-tabs{margin-top:5rem}
.product-tabs__nav{display:flex;border-bottom:1px solid rgba(42,42,42,.08);overflow-x:auto}
.product-tabs__btn{padding:.9rem 2rem;background:none;border:none;border-bottom:2px solid transparent;color:rgba(42,42,42,.5);font-size:.75rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:all var(--fast);white-space:nowrap;margin-bottom:-1px;font-family:var(--sans)}
.product-tabs__btn:hover{color:var(--cream)}
.product-tabs__btn.active{color:var(--rose);border-bottom-color:var(--rose)}
.product-tabs__content{padding:2.5rem 0}
.product-tabs__panel{display:none}
.product-tabs__panel.active{display:block;animation:fadeIn .4s ease}
.product-tabs__panel p{font-size:.93rem;line-height:1.9;color:rgba(42,42,42,.75);margin-bottom:1rem;font-weight:300}
.product-tabs__panel ul{display:flex;flex-direction:column;gap:.5rem}
.product-tabs__panel li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:rgba(42,42,42,.75);font-weight:300;line-height:1.6}
.product-tabs__panel li::before{content:'✦';color:var(--rose);font-size:.55rem;flex-shrink:0;margin-top:.45rem}

/* Product Reviews */
.product-reviews{padding:clamp(60px,8vw,100px) 0;background:var(--ink-3)}
.reviews-summary{display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:start;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(42,42,42,.08)}
.reviews-score{text-align:center;padding-right:3rem;border-right:1px solid rgba(42,42,42,.08)}
.reviews-score__number{font-family:var(--serif);font-size:5rem;font-weight:300;color:var(--cream);line-height:1;margin-bottom:.5rem}
.reviews-score__stars{display:flex;gap:4px;justify-content:center;margin-bottom:.5rem}
.reviews-score__star{color:var(--gold);font-size:1rem}
.reviews-score__count{font-size:.78rem;color:rgba(42,42,42,.5)}
.reviews-bars{display:flex;flex-direction:column;gap:.5rem}
.review-bar-row{display:flex;align-items:center;gap:1rem}
.review-bar-label{font-size:.75rem;color:rgba(42,42,42,.55);min-width:28px}
.review-bar-track{flex:1;height:5px;background:rgba(42,42,42,.08);border-radius:3px;overflow:hidden}
.review-bar-fill{height:100%;background:linear-gradient(to right,var(--rose),var(--blush));border-radius:3px}
.review-bar-count{font-size:.75rem;color:rgba(42,42,42,.45);min-width:24px;text-align:right}
.reviews-list{display:flex;flex-direction:column;gap:2rem}
.review-item{padding:2rem;background:#FFFFFF;border:1px solid rgba(42,42,42,.06);border-radius:var(--r-lg);box-shadow:0 4px 20px rgba(219,112,147,.04)}
.review-item__header{display:flex;align-items:start;justify-content:space-between;margin-bottom:1rem;gap:1rem}
.review-item__author{font-weight:500;font-size:.88rem;color:var(--cream)}
.review-item__stars{display:flex;gap:2px}
.review-item__star{color:var(--gold);font-size:.75rem}
.review-item__verified{font-size:.68rem;color:var(--rose);display:flex;align-items:center;gap:.3rem}
.review-item__date{font-size:.72rem;color:rgba(42,42,42,.4);text-align:right}
.review-item__title{font-family:var(--serif);font-size:1.1rem;color:var(--cream);margin-bottom:.5rem}
.review-item__text{font-size:.88rem;line-height:1.85;color:rgba(42,42,42,.7);font-weight:300}

/* ===== 31. COLLECTION PAGE ===== */
.collection-page{padding-top:clamp(100px,12vh,140px);min-height:100vh;background:var(--ink)}
.collection-hero{padding:4rem 0;text-align:center;border-bottom:1px solid rgba(42,42,42,.08)}
.collection-filters{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;border-bottom:1px solid rgba(42,42,42,.08);flex-wrap:wrap;gap:1rem}
.collection-count{font-size:.78rem;color:rgba(42,42,42,.5)}
.sort-select{background:#FFFFFF;border:1px solid rgba(42,42,42,.15);border-radius:var(--r-full);padding:.5rem 1.25rem;color:var(--cream);font-size:.8rem;cursor:pointer;font-family:var(--sans);outline:none;appearance:none}
.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:3rem 0}
.product-card{background:var(--ink-2);border-radius:var(--r-xl);overflow:hidden;border:1px solid rgba(42,42,42,.06);transition:all var(--med) var(--ease);position:relative}
.product-card:hover{transform:translateY(-6px);box-shadow:0 24px 70px rgba(219,112,147,.12);border-color:rgba(219,112,147,.25)}
.product-card__image-wrap{aspect-ratio:1;overflow:hidden;position:relative;background:var(--ink-3)}
.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}
.product-card:hover .product-card__image{transform:scale(1.06)}
.product-card__quick-add{position:absolute;bottom:1rem;left:1rem;right:1rem;opacity:0;transform:translateY(10px);transition:all var(--med) var(--ease);z-index:2}
.product-card:hover .product-card__quick-add{opacity:1;transform:translateY(0)}
.product-card__info{padding:1.5rem}
.product-card__title{font-family:var(--serif);font-size:1.15rem;font-weight:400;color:var(--cream);margin-bottom:.5rem;line-height:1.3}
.product-card__stars{display:flex;gap:2px;margin-bottom:.75rem}
.product-card__star{color:var(--gold);font-size:.7rem}
.product-card__price-row{display:flex;align-items:baseline;gap:.75rem}

/* ===== 32. CART PAGE ===== */
.cart-page{padding-top:clamp(100px,12vh,140px);min-height:100vh;background:var(--ink);padding-bottom:6rem}
.cart-page__inner{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}
.cart-page__items{display:flex;flex-direction:column}
.cart-page__item{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;padding:2rem 0;border-bottom:1px solid rgba(42,42,42,.06);align-items:start}
.cart-page__item-img{width:100px;height:100px;object-fit:cover;border-radius:var(--r-lg);border:1px solid rgba(42,42,42,.06);background:var(--ink-2)}
.cart-page__item-title{font-family:var(--serif);font-size:1.1rem;color:var(--cream);margin-bottom:.4rem}
.cart-page__item-variant{font-size:.78rem;color:var(--gray-4);margin-bottom:.75rem}
.cart-page__item-price{font-family:var(--serif);font-size:1.25rem;color:var(--burgundy);text-align:right;white-space:nowrap;font-weight:500}
.cart-summary{position:sticky;top:100px;background:var(--ink-2);border:1px solid rgba(219,112,147,.15);border-radius:var(--r-xl);padding:2rem;box-shadow:0 20px 60px rgba(219,112,147,.08)}
.cart-summary__title{font-family:var(--serif);font-size:1.5rem;font-weight:300;margin-bottom:1.5rem;color:var(--cream)}
.cart-summary__row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem;font-size:.88rem}
.cart-summary__row-label{color:rgba(42,42,42,.6)}
.cart-summary__row-value{color:var(--cream)}
.cart-summary__total{display:flex;justify-content:space-between;align-items:baseline;padding:1.25rem 0;border-top:1px solid rgba(42,42,42,.08);margin-bottom:1.5rem}
.cart-summary__total-label{font-size:.9rem;color:var(--cream);font-weight:500}
.cart-summary__total-price{font-family:var(--serif);font-size:1.8rem;color:var(--burgundy);font-weight:500}
.cart-summary__note{font-size:.72rem;color:rgba(42,42,42,.5);text-align:center;margin-bottom:1.25rem;line-height:1.6}

/* ===== 33. POLICY PAGES ===== */
.policy-page{padding-top:clamp(100px,12vh,140px);min-height:100vh;background:var(--ink);padding-bottom:6rem}
.policy-page__inner{max-width:780px;margin:0 auto;padding:0 clamp(20px,4vw,60px)}
.policy-page__title{font-family:var(--serif);font-size:clamp(2.5rem,5vw,4rem);font-weight:300;color:var(--cream);margin-bottom:.75rem;padding:3rem 0 2rem;border-bottom:1px solid rgba(42,42,42,.08)}
.policy-page__updated{font-size:.75rem;color:rgba(42,42,42,.4);margin-bottom:3rem;letter-spacing:.06em}
.policy-content h2{font-family:var(--serif);font-size:1.6rem;font-weight:400;color:var(--cream);margin:2.5rem 0 1rem}
.policy-content h3{font-family:var(--serif);font-size:1.2rem;color:var(--cream);margin:2rem 0 .75rem}
.policy-content p{font-size:.93rem;line-height:1.9;color:rgba(42,42,42,.7);margin-bottom:1.25rem;font-weight:300}
.policy-content ul,.policy-content ol{padding-left:1.5rem;margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.5rem}
.policy-content li{font-size:.93rem;line-height:1.7;color:rgba(42,42,42,.7);font-weight:300;list-style:disc}
.policy-content ol li{list-style:decimal}
.policy-content a{color:var(--rose);border-bottom:1px solid rgba(219,112,147,.4);transition:border-color var(--fast)}
.policy-content a:hover{border-color:var(--rose)}
.policy-content strong{color:var(--cream);font-weight:500}
.policy-nav{display:flex;gap:1rem;flex-wrap:wrap;margin:2rem 0;padding:2rem;background:rgba(219,112,147,.05);border:1px solid rgba(219,112,147,.15);border-radius:var(--r-lg)}
.policy-nav a{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--rose);transition:color var(--fast)}
.policy-nav a:hover{color:var(--rose-dark)}

/* ===== 34. POPUPS ===== */
.popup-overlay{position:fixed;inset:0;background:rgba(42,42,42,.5);z-index:800;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all var(--med) var(--ease);backdrop-filter:blur(8px);padding:1rem}
.popup-overlay.open{opacity:1;visibility:visible}
.popup{background:var(--ink-2);border:1px solid rgba(219,112,147,.15);border-radius:var(--r-xl);max-width:560px;width:100%;position:relative;transform:scale(.9) translateY(20px);transition:transform var(--slow) var(--ease);overflow:hidden;box-shadow:0 30px 80px rgba(219,112,147,.2)}
.popup-overlay.open .popup{transform:scale(1) translateY(0)}
.popup__close{position:absolute;top:1.25rem;right:1.25rem;width:36px;height:36px;border-radius:50%;background:rgba(42,42,42,.06);border:none;color:rgba(42,42,42,.55);cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all var(--fast);z-index:1}
.popup__close:hover{background:rgba(219,112,147,.1);color:var(--rose)}
.popup__banner{width:100%;height:180px;background:linear-gradient(135deg,var(--ink-3),var(--ink-4));position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}
.popup__banner-text{font-family:var(--serif);font-size:2.8rem;color:var(--cream);font-weight:300;text-align:center;letter-spacing:.08em;position:relative;z-index:1}
.popup__banner-glow{position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(219,112,147,.25) 0%,transparent 60%)}
.popup__body{padding:2rem 2.5rem 2.5rem;text-align:center}
.popup__eyebrow{font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;color:var(--rose);margin-bottom:1rem}
.popup__title{font-family:var(--serif);font-size:2rem;font-weight:300;color:var(--cream);margin-bottom:.75rem;line-height:1.2}
.popup__desc{font-size:.88rem;color:rgba(42,42,42,.7);margin-bottom:1.75rem;line-height:1.75;font-weight:300}
.popup__form{display:flex;flex-direction:column;gap:.75rem}
.popup__input{width:100%;background:#FFFFFF;border:1px solid rgba(42,42,42,.12);border-radius:var(--r-full);padding:.9rem 1.5rem;color:var(--cream);font-size:.9rem;font-family:var(--sans);outline:none;text-align:center;transition:border-color var(--fast)}
.popup__input:focus{border-color:rgba(219,112,147,.5)}
.popup__input::placeholder{color:rgba(42,42,42,.4)}
.popup__skip{font-size:.75rem;color:rgba(42,42,42,.4);cursor:pointer;margin-top:.5rem;display:block;transition:color var(--fast)}
.popup__skip:hover{color:var(--gray-4)}

/* ===== 35. SOCIAL PROOF TOAST ===== */
.sp-toast{
  position:fixed;bottom:2rem;left:2rem;z-index:600;
  background:var(--ink-2);
  border:1px solid rgba(219,112,147,.18);
  border-radius:var(--r-lg);
  padding:1rem 1.25rem;
  display:flex;align-items:center;gap:1rem;
  box-shadow:0 20px 60px rgba(219,112,147,.15);
  max-width:300px;
  transform:translateX(-120%);opacity:0;
  transition:none;
}
.sp-toast.show{animation:toastIn .5s var(--ease) forwards}
.sp-toast.hide{animation:toastOut .4s var(--ease-in) forwards}
.sp-toast__avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--rose-dark),var(--blush));display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:1rem;color:#FFFFFF;flex-shrink:0}
.sp-toast__text{flex:1}
.sp-toast__name{font-size:.82rem;font-weight:500;color:var(--cream);margin-bottom:.15rem}
.sp-toast__action{font-size:.75rem;color:rgba(42,42,42,.6);line-height:1.5}
.sp-toast__dot{width:7px;height:7px;border-radius:50%;background:var(--rose);flex-shrink:0;box-shadow:0 0 8px var(--rose)}

/* Cookie Notice */
.cookie-notice{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%) translateY(120px);background:var(--ink-2);border:1px solid rgba(42,42,42,.1);border-radius:var(--r-lg);padding:1.25rem 1.75rem;display:flex;align-items:center;gap:1.5rem;z-index:750;box-shadow:0 20px 60px rgba(219,112,147,.15);transition:transform var(--slow) var(--ease);max-width:520px;width:calc(100% - 3rem)}
.cookie-notice.show{transform:translateX(-50%) translateY(0)}
.cookie-notice__text{font-size:.8rem;color:rgba(42,42,42,.7);line-height:1.6;flex:1}
.cookie-notice__text a{color:var(--rose)}
.cookie-notice__buttons{display:flex;gap:.5rem;flex-shrink:0}

/* Sticky ATC */
.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border-top:1px solid rgba(219,112,147,.15);padding:1rem clamp(20px,4vw,60px);z-index:400;transform:translateY(100%);transition:transform var(--med) var(--ease);box-shadow:0 -10px 30px rgba(219,112,147,.08)}
.sticky-atc.show{transform:translateY(0)}
.sticky-atc__inner{max-width:1300px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.sticky-atc__info{display:flex;flex-direction:column;gap:.2rem}
.sticky-atc__title{font-family:var(--serif);font-size:1rem;color:var(--cream)}
.sticky-atc__price{font-size:.85rem;color:var(--burgundy);font-weight:500}
.sticky-atc__actions{display:flex;gap:.75rem;align-items:center}

/* ===== 36. FORM ELEMENTS ===== */
.form-input{background:#FFFFFF;border:1px solid rgba(42,42,42,.12);border-radius:var(--r);padding:.9rem 1.25rem;color:var(--cream);font-size:.93rem;font-family:var(--sans);outline:none;transition:border-color var(--fast);width:100%}
.form-input:focus{border-color:rgba(219,112,147,.5)}
.form-input::placeholder{color:rgba(42,42,42,.4)}
.errors{background:rgba(255,100,100,.08);border:1px solid rgba(255,100,100,.25);border-radius:var(--r);padding:1rem 1.5rem;margin-bottom:1rem}
.errors li{font-size:.86rem;color:#c44;line-height:1.6}

/* ===== 37. RESPONSIVE ===== */
@media(max-width:1100px){
  .footer__top{grid-template-columns:1fr 1fr;gap:3rem}
  .stats__grid{grid-template-columns:repeat(2,1fr)}
  .stats__item{border-right:none;border-bottom:1px solid rgba(42,42,42,.08)}
  .how-it-works__steps{grid-template-columns:repeat(2,1fr)}
  .how-it-works__steps::before{display:none}
  .bundle-products{grid-template-columns:1fr auto 1fr}
}
@media(max-width:900px){
  .header__nav{display:none}
  .header__hamburger{display:flex}
  .hero__inner{grid-template-columns:1fr;text-align:center}
  .hero__subtitle{margin:0 auto 2.5rem}
  .hero__cta{justify-content:center}
  .hero__social-proof{justify-content:center}
  .hero__media{display:none}
  .featured-product__inner{grid-template-columns:1fr;gap:3rem}
  .second-product__inner{grid-template-columns:1fr;gap:3rem}
  .science__inner{grid-template-columns:1fr}
  .science__sticky{position:static}
  .benefits__grid{grid-template-columns:repeat(2,1fr)}
  .product-page__main{grid-template-columns:1fr;gap:3rem}
  .product-gallery{position:static}
  .product-info__trust{grid-template-columns:repeat(2,1fr)}
  .cart-page__inner{grid-template-columns:1fr}
  .cart-summary{position:static}
  .collection-grid{grid-template-columns:repeat(2,1fr)}
  .reviews-summary{grid-template-columns:1fr}
  .reviews-score{border-right:none;padding-right:0;border-bottom:1px solid rgba(42,42,42,.08);padding-bottom:2rem}
  .bundle-products{grid-template-columns:1fr;gap:2rem}
  .bundle-plus{margin:0 auto}
  .bundle-card{padding:2.5rem 1.5rem}
  .results__grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .benefits__grid{grid-template-columns:1fr}
  .guarantee__features{gap:2rem}
  .footer__top{grid-template-columns:1fr;gap:2.5rem}
  .footer__bottom{flex-direction:column;text-align:center}
  .stats__grid{grid-template-columns:1fr 1fr}
  .email-form{flex-direction:column}
  .testimonial-card{min-width:280px;max-width:280px}
  .cart-page__item{grid-template-columns:80px 1fr}
  .cart-page__item-price{grid-column:1/-1}
  .cookie-notice{flex-direction:column;gap:1rem}
  .how-it-works__steps{grid-template-columns:1fr}
  .sp-toast{left:1rem;right:1rem;max-width:none}
  .results__grid{grid-template-columns:1fr}
  .popup__body{padding:1.5rem 1.5rem 2rem}
  .hero__badge-row{justify-content:center}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* ================================================================
   LUNA FLUX — EXTENSION STYLES v2.0 (LIGHT)
   ================================================================ */

/* ===== SITE HEADER ===== */
.site-header{position:sticky;top:0;z-index:200;transition:background var(--med) var(--ease),transform var(--med) var(--ease),box-shadow var(--med)}
.site-header.scrolled{background:rgba(255,248,245,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 0 rgba(219,112,147,.08)}
.site-header.hidden{transform:translateY(-100%)}
.site-header.visible{transform:translateY(0)}
.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:.75rem 2rem;max-width:1400px;margin:0 auto}
.site-header__logo{font-family:var(--serif);font-size:1.6rem;font-weight:300;letter-spacing:.05em;color:var(--cream)}
.site-header__logo-text{font-family:var(--serif);font-size:1.5rem}
.site-header__nav-list{display:flex;gap:2.5rem;align-items:center}
.site-header__nav-link{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-5);transition:color var(--fast);position:relative}
.site-header__nav-link::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--rose);transition:width var(--med) var(--ease)}
.site-header__nav-link:hover,.site-header__nav-link.active{color:var(--cream)}
.site-header__nav-link:hover::after,.site-header__nav-link.active::after{width:100%}
.site-header__actions{display:flex;align-items:center;gap:.5rem}
.site-header__menu-toggle{display:none}
@media(max-width:768px){
  .site-header__nav{display:none}
  .site-header__menu-toggle{display:flex}
  .site-header__inner{padding:.75rem 1.25rem}
}

/* ===== ICON BUTTON ===== */
.icon-btn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--r-full);color:var(--gray-5);transition:color var(--fast),background var(--fast)}
.icon-btn:hover{color:var(--cream);background:rgba(219,112,147,.08)}
.cart-btn{position:relative}
.cart-count{position:absolute;top:6px;right:6px;width:16px;height:16px;border-radius:50%;background:var(--rose);color:#FFFFFF;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}

/* ===== MOBILE MENU ===== */
.mobile-menu{position:fixed;inset:0 0 0 auto;width:min(320px,90vw);background:var(--ink-2);border-left:1px solid var(--glass-border);z-index:500;transform:translateX(100%);transition:transform var(--med) var(--ease);display:flex;flex-direction:column;padding:1.5rem;box-shadow:-20px 0 60px rgba(219,112,147,.1)}
.mobile-menu.open{transform:translateX(0)}
.mobile-menu-overlay{position:fixed;inset:0;background:rgba(42,42,42,.4);z-index:490;opacity:0;pointer-events:none;transition:opacity var(--med);backdrop-filter:blur(4px)}
.mobile-menu-overlay.open{opacity:1;pointer-events:all}
.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}
.mobile-menu__logo{font-family:var(--serif);font-size:1.4rem;color:var(--cream)}
.mobile-menu__links{display:flex;flex-direction:column;gap:.25rem;flex:1}
.mobile-menu__link{display:block;padding:.875rem 1rem;font-size:1rem;letter-spacing:.04em;color:var(--gray-5);border-radius:var(--r);transition:color var(--fast),background var(--fast)}
.mobile-menu__link:hover{color:var(--cream);background:rgba(219,112,147,.08)}
.mobile-menu__footer{padding-top:1.5rem;border-top:1px solid var(--glass-border)}

/* ===== SKIP LINK ===== */
.skip-link{position:absolute;top:-100%;left:1rem;z-index:9999;background:var(--rose);color:#FFFFFF;padding:.5rem 1rem;border-radius:var(--r);font-size:.875rem;font-weight:600;transition:top var(--fast)}
.skip-link:focus{top:1rem}

/* ===== ANNOUNCEMENT BAR ===== */
.announcement-bar{background:linear-gradient(90deg,var(--ink-3),rgba(219,112,147,.1),var(--ink-3));border-bottom:1px solid var(--glass-border);padding:.5rem 0;overflow:hidden}
.marquee{display:flex;overflow:hidden;user-select:none}
.marquee__track{display:flex;white-space:nowrap;animation:marqueeScroll 28s linear infinite}
.marquee__item{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-5);padding:0 1rem}
.marquee__sep{color:var(--rose);padding:0 .5rem}

/* ===== HERO ===== */
.hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden;padding:6rem 0 4rem}
.hero__bg{position:absolute;inset:0;z-index:0}
.hero__bg-img{width:100%;height:100%;object-fit:cover;opacity:.4}
.hero__bg-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,248,245,.85) 0%,rgba(255,229,236,.5) 50%,rgba(255,248,245,.85) 100%)}
.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;width:100%}
.hero__eyebrow{font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:var(--rose);margin-bottom:1.25rem}
.hero__title{font-family:var(--serif);font-size:clamp(3rem,6vw,7rem);font-weight:300;line-height:.95;letter-spacing:-.02em;color:var(--cream);margin-bottom:1.5rem;white-space:pre-line}
.hero__subtitle{font-size:1.05rem;line-height:1.7;color:var(--gray-5);max-width:480px;margin-bottom:2rem}
.hero__trust{margin-bottom:2rem}
.hero__trust-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.875rem;color:var(--gray-5)}
.hero__trust-stars{display:flex;gap:2px;color:var(--gold)}
.hero__trust-badges{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}
.hero__actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem}
.hero__atc-form{display:inline-flex}
.btn__price{font-weight:600;margin-left:.5rem;padding-left:.75rem;border-left:1px solid rgba(255,255,255,.3)}
.hero__delivery{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--gray-4);letter-spacing:.04em}
.hero__product{position:relative}
.hero__product-img-wrap{position:relative;border-radius:var(--r-xl);overflow:hidden;box-shadow:0 30px 80px rgba(219,112,147,.15)}
.hero__product-img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .6s var(--ease)}
.hero__product-img-wrap:hover .hero__product-img{transform:scale(1.04)}
.hero__product-glow{position:absolute;inset:0;border-radius:inherit;background:radial-gradient(ellipse at 50% 80%,rgba(219,112,147,.3),transparent 70%);pointer-events:none}
.hero__pills{position:absolute;inset:0;pointer-events:none}
.hero__pill{position:absolute;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border:1px solid rgba(219,112,147,.2);border-radius:var(--r-full);padding:.5rem 1rem;font-size:.8rem;display:flex;align-items:center;gap:.5rem;white-space:nowrap;color:var(--cream);box-shadow:0 8px 30px rgba(219,112,147,.1)}
.hero__pill--1{top:15%;right:-2rem;animation:float 6s ease-in-out infinite}
.hero__pill--2{bottom:25%;left:-2rem;animation:float 7s ease-in-out 1s infinite}
.hero__pill--3{top:55%;right:-1rem;animation:float 5s ease-in-out 2s infinite}
.hero__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--gray-4);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;animation:float 3s ease-in-out infinite}
.hero__scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,transparent,var(--rose))}
@media(max-width:900px){
  .hero__inner{grid-template-columns:1fr;text-align:center}
  .hero__subtitle{max-width:none;margin-left:auto;margin-right:auto}
  .hero__actions{justify-content:center}
  .hero__trust-badges{justify-content:center}
  .hero__pills{display:none}
  .hero__product{display:none}
}

/* ===== TRUST BAR ===== */
.trust-bar{background:var(--ink-2);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border)}
.trust-bar__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;padding:1.5rem 0}
.trust-bar__item{display:flex;align-items:center;gap:1rem}
.trust-bar__icon{font-size:1.5rem;flex-shrink:0}
.trust-bar__label{font-size:.875rem;font-weight:500;color:var(--cream)}
.trust-bar__sub{font-size:.78rem;color:var(--gray-5)}
@media(max-width:900px){.trust-bar__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.trust-bar__grid{grid-template-columns:1fr}}

/* ===== STATS ===== */
.stats-section{background:var(--ink-3)}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}
.stat-card{padding:2.5rem;text-align:center;border-radius:var(--r-xl);background:#FFFFFF;border:1px solid rgba(219,112,147,.1);box-shadow:0 4px 20px rgba(219,112,147,.06)}
.stat-card__number{font-family:var(--serif);font-size:clamp(2.5rem,5vw,4rem);font-weight:300;color:var(--rose);line-height:1;margin-bottom:.5rem}
.stat-card__label{font-size:.875rem;color:var(--gray-5);letter-spacing:.05em}
@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stats-grid .stat-card{min-width:0;padding:24px 16px;box-sizing:border-box}}

/* ===== PRODUCT FEATURE ===== */
.product-feature__grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.product-feature__grid--reversed{direction:rtl}
.product-feature__grid--reversed > *{direction:ltr}
.product-feature__img-stack{position:relative}
.product-feature__main-img{width:100%;border-radius:var(--r-xl);aspect-ratio:1;object-fit:cover;box-shadow:0 30px 80px rgba(219,112,147,.12)}
.product-feature__accent-img{position:absolute;bottom:-2rem;right:-2rem;width:200px;border-radius:var(--r-lg);border:3px solid rgba(219,112,147,.25);box-shadow:0 20px 60px rgba(219,112,147,.15)}
.product-feature__glow{position:absolute;inset:0;border-radius:var(--r-xl);background:radial-gradient(ellipse at 30% 70%,rgba(244,184,201,.2),transparent 60%);pointer-events:none}
.product-feature__benefits{display:flex;flex-direction:column;gap:1.25rem;margin:2rem 0}
.product-feature__benefit{display:flex;gap:1rem;align-items:flex-start}
.product-feature__benefit-icon{font-size:1.5rem;flex-shrink:0;margin-top:.1rem}
.product-feature__benefit strong{display:block;font-size:.9rem;color:var(--cream);margin-bottom:.25rem}
.product-feature__benefit p{font-size:.875rem;color:var(--gray-5);line-height:1.6}
.product-feature__cta{display:flex;flex-direction:column;gap:1rem}
.product-feature__pricing{display:flex;align-items:center;gap:1rem}
.product-feature__details-link{font-size:.875rem;color:var(--rose);text-decoration:underline;text-underline-offset:3px}
@media(max-width:900px){
  .product-feature__grid{grid-template-columns:1fr;gap:3rem}
  .product-feature__accent-img{display:none}
}
@media(max-width:768px){
  .product-feature__cta{display:flex!important;flex-direction:column!important;align-items:center!important;gap:16px!important}
  .product-feature__pricing{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:8px!important}
  .product-feature__cta .btn--primary{margin:0 auto!important;min-width:220px!important}
  .product-feature__details-link{display:block!important;text-align:center!important}
}

/* ===== SECOND PRODUCT ===== */
.second-product__inner{position:relative}
.second-product__badge-wrap{text-align:center;margin-bottom:2rem}
.second-product__label{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--burgundy);background:rgba(244,184,201,.15);border:1px solid rgba(244,184,201,.25);padding:.4rem 1.2rem;border-radius:var(--r-full)}
.second-product__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.second-product__img-wrap{position:relative;border-radius:var(--r-xl);overflow:hidden;box-shadow:0 30px 80px rgba(244,184,201,.15)}
.second-product__img-wrap img{width:100%;aspect-ratio:1;object-fit:cover}
.second-product__glow{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 80%,rgba(244,184,201,.25),transparent 65%);pointer-events:none}
.second-product__title{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:300;line-height:1.1;color:var(--cream);margin:.75rem 0 1rem}
.second-product__sub{font-size:1rem;color:var(--gray-5);line-height:1.7;margin-bottom:2rem}
.second-product__features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}
.second-product__feature{display:flex;gap:1rem;align-items:flex-start}
.second-product__feature-icon{font-size:1.4rem;flex-shrink:0}
.second-product__feature strong{display:block;font-size:.875rem;color:var(--cream)}
.second-product__feature p{font-size:.825rem;color:var(--gray-5);line-height:1.6}
.second-product__pricing{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}
.second-product__actions{display:flex;gap:1rem}
@media(max-width:768px){.second-product__grid{grid-template-columns:1fr;gap:2.5rem}}

/* ===== BUNDLE ===== */
.bundle-section{background:linear-gradient(135deg,rgba(219,112,147,.05),rgba(244,184,201,.04))}
.bundle-header{margin-bottom:3rem}
.deal-urgency{margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}
.deal-urgency__label{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gray-5)}
.countdown{display:flex;align-items:center;gap:.5rem}
.countdown__unit{display:flex;flex-direction:column;align-items:center;gap:.25rem}
.countdown__number{font-family:var(--serif);font-size:2.2rem;font-weight:300;min-width:60px;text-align:center;background:rgba(255,255,255,.8);border:1px solid rgba(219,112,147,.15);border-radius:var(--r);padding:.3rem .5rem;transition:color var(--fast);line-height:1}
.countdown__number.flip{color:var(--rose)}
.countdown__label{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-4)}
.countdown__colon{font-family:var(--serif);font-size:2rem;color:var(--gray-5);margin-bottom:1rem}
.deal-urgency__stock{font-size:.825rem;color:var(--burgundy)}
.bundle-card{background:linear-gradient(135deg,rgba(255,255,255,.7),rgba(255,229,236,.5),rgba(255,255,255,.7));backdrop-filter:blur(20px);border:1px solid rgba(219,112,147,.2);border-radius:var(--r-2xl);padding:3rem;box-shadow:0 30px 80px rgba(219,112,147,.1)}
.bundle-products{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:center;margin-bottom:3rem}
.bundle-product{background:rgba(255,255,255,.85);border:1px solid var(--glass-border);border-radius:var(--r-xl);padding:1.5rem;text-align:center;transition:transform var(--med) var(--ease),box-shadow var(--med)}
.bundle-product:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(219,112,147,.12)}
.bundle-product__img-wrap{position:relative;margin-bottom:1.25rem;border-radius:var(--r-lg);overflow:hidden;aspect-ratio:1}
.bundle-product__img-wrap img{width:100%;height:100%;object-fit:cover}
.bundle-product__badge{position:absolute;top:.75rem;right:.75rem;font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .75rem;border-radius:var(--r-full);background:linear-gradient(135deg,var(--rose),var(--rose-dark));color:#FFFFFF}
.bundle-product__badge--hero{background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#FFFFFF}
.bundle-product__name{font-family:var(--serif);font-size:1.1rem;color:var(--cream);margin-bottom:.5rem}
.bundle-product__desc{font-size:.825rem;color:var(--gray-5);line-height:1.6;margin-bottom:.75rem}
.bundle-product__stars{display:flex;justify-content:center;gap:2px;color:var(--gold);margin-bottom:.5rem}
.bundle-product__price{font-size:.9rem;color:var(--burgundy);font-weight:500}
.bundle-plus{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:rgba(219,112,147,.12);border:1px solid rgba(219,112,147,.25);color:var(--rose);flex-shrink:0}
.bundle-total{text-align:center}
.bundle-total__row{display:flex;justify-content:center;margin-bottom:1.5rem}
.bundle-savings-badge{background:linear-gradient(135deg,var(--rose),var(--blush));color:#FFFFFF;font-weight:700;font-size:1.1rem;padding:.5rem 2rem;border-radius:var(--r-full);display:inline-block;box-shadow:0 8px 30px rgba(219,112,147,.3)}
.bundle-total__pricing{margin-bottom:2rem}
.bundle-total__original{font-size:.875rem;color:var(--gray-4);margin-bottom:.5rem}
.bundle-total__deal{font-size:1.1rem;color:var(--cream)}
.bundle-total__save{font-family:var(--serif);font-size:1.8rem;color:var(--burgundy);font-weight:600;margin-left:.5rem}
.bundle-total__perks{display:flex;gap:1.5rem;justify-content:center;margin-top:1.25rem;font-size:.8rem;color:var(--gray-5)}
@media(max-width:768px){
  .bundle-products{grid-template-columns:1fr;gap:1.5rem}
  .bundle-plus{margin:0 auto;transform:rotate(90deg)}
  .bundle-card{padding:2rem 1.25rem}
  .bundle-total__perks{flex-wrap:wrap;gap:.75rem}
}

/* ===== RESULTS ===== */
.ba-wrap{margin:3rem auto;max-width:800px}
.ba-slider{position:relative;border-radius:var(--r-xl);overflow:hidden;aspect-ratio:4/3;cursor:ew-resize;user-select:none}
.ba-before,.ba-after{position:absolute;inset:0}
.ba-before img,.ba-after img{width:100%;height:100%;object-fit:cover}
.ba-after{clip-path:inset(0 50% 0 0);transition:clip-path .05s}
.ba-label{position:absolute;bottom:1rem;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);color:var(--cream);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .8rem;border-radius:var(--r-full)}
.ba-before .ba-label{left:1rem}
.ba-after .ba-label{right:1rem}
.ba-handle{position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:3px;background:var(--rose);cursor:ew-resize;display:flex;align-items:center;justify-content:center}
.ba-handle__line{position:absolute;inset:0;background:var(--rose)}
.ba-handle__circle{position:absolute;width:44px;height:44px;border-radius:50%;background:var(--rose);display:flex;align-items:center;justify-content:center;color:#FFFFFF;gap:0;box-shadow:0 4px 20px rgba(219,112,147,.4)}
.ba-note{text-align:center;font-size:.8rem;color:var(--gray-4);margin-top:1rem;font-style:italic}
.results-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}
.result-card{padding:1.75rem;border-radius:var(--r-xl);border:1px solid rgba(42,42,42,.08);background:#FFFFFF}
.result-card__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}
.result-card__icon{font-size:1.5rem}
.result-card__concern{font-family:var(--serif);font-size:1.1rem;color:var(--cream)}
.result-card__metrics{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1rem}
.result-card__metric{text-align:center}
.result-card__metric-val{display:block;font-family:var(--serif);font-size:1.5rem;font-weight:300;color:var(--cream)}
.result-card__metric--before{color:var(--gray-4);font-size:1.1rem}
.result-card__metric--after{color:var(--rose)}
.result-card__metric-label{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-5);margin-top:.25rem}
.result-card__note{font-size:.825rem;color:var(--gray-5);line-height:1.6}
.results-disclaimer{margin-top:2.5rem;font-size:.8rem;color:var(--gray-4);font-style:italic}
@media(max-width:900px){.results-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.results-grid{grid-template-columns:1fr}}

/* ===== REVIEWS ===== */
.reviews-summary{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1rem 0 2.5rem;flex-wrap:wrap}
.reviews-summary__stars{display:flex;gap:3px;color:var(--gold);font-size:1.25rem}
.reviews-summary__score{font-family:var(--serif);font-size:1.75rem;color:var(--cream)}
.reviews-summary__count{font-size:.875rem;color:var(--gray-5)}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.review-card{padding:1.75rem;border-radius:var(--r-xl);background:#FFFFFF;border:1px solid rgba(42,42,42,.06);box-shadow:0 4px 20px rgba(219,112,147,.05)}
.review-card__header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}
.review-card__avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,var(--rose-dark),var(--blush));flex-shrink:0;display:flex;align-items:center;justify-content:center}
.review-card__avatar img{width:100%;height:100%;object-fit:cover}
.review-card__avatar-initials{font-family:var(--serif);font-size:1.2rem;color:#FFFFFF;font-weight:500}
.review-card__author{font-size:.9rem;font-weight:500;color:var(--cream)}
.review-card__location{font-size:.78rem;color:var(--gray-5);margin-bottom:.25rem}
.review-card__stars{display:flex;gap:1px;color:var(--gold);font-size:.9rem}
.review-card__verified{margin-left:auto;font-size:.7rem;color:var(--rose);letter-spacing:.06em;flex-shrink:0}
.review-card__title{font-family:var(--serif);font-size:1.1rem;color:var(--cream);margin-bottom:.75rem;line-height:1.3}
.review-card__body{font-size:.875rem;color:var(--gray-5);line-height:1.7;margin-bottom:1rem}
.review-card__product{font-size:.78rem;color:var(--gray-4);margin-bottom:.5rem}
.review-card__result{background:rgba(219,112,147,.08);border:1px solid rgba(219,112,147,.18);border-radius:var(--r);padding:.4rem .75rem;font-size:.78rem;color:var(--rose);margin-bottom:.75rem;display:inline-block}
.review-card__date{font-size:.75rem;color:var(--gray-4)}
@media(max-width:900px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.reviews-grid{grid-template-columns:1fr}}

/* ===== STAR RATINGS ===== */
.star{display:inline-block;color:var(--gold)}
.star--half{opacity:.5}
.star--empty{color:var(--gray-4)}

/* ===== INGREDIENTS ===== */
.ingredients-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.ingredient-card{padding:2rem;border-radius:var(--r-xl);background:#FFFFFF;border:1px solid rgba(42,42,42,.06);box-shadow:0 4px 20px rgba(219,112,147,.05)}
.ingredient-card__icon{font-size:2.5rem;margin-bottom:1rem}
.ingredient-card__name{font-family:var(--serif);font-size:1.2rem;color:var(--cream);margin-bottom:.25rem}
.ingredient-card__origin{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--rose);margin-bottom:.75rem}
.ingredient-card__benefit{font-size:.875rem;color:var(--gray-5);line-height:1.6;margin-bottom:1.25rem}
.ingredient-card__pct{display:flex;flex-direction:column;gap:.5rem;font-size:.78rem;color:var(--gray-5)}
.ingredient-card__pct-bar{height:3px;background:rgba(42,42,42,.08);border-radius:var(--r-full);overflow:hidden}
.ingredient-card__pct-fill{height:100%;background:linear-gradient(to right,var(--rose),var(--blush));border-radius:var(--r-full)}
.ingredients-certs{margin-top:3rem}
.ingredients-certs__label{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gray-5);margin-bottom:1rem}
.ingredients-certs__list{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}
.cert-badge{background:#FFFFFF;border:1px solid var(--glass-border);border-radius:var(--r-full);padding:.4rem 1rem;font-size:.8rem;color:var(--cream)}
@media(max-width:768px){.ingredients-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.ingredients-grid{grid-template-columns:1fr}}

/* ===== HOW IT WORKS ===== */
.how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin:3rem 0;position:relative}
.how-step{position:relative;text-align:center;padding:2rem 1.5rem}
.how-step__num{position:absolute;top:-1rem;left:50%;transform:translateX(-50%);width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--rose),var(--blush));color:#FFFFFF;font-weight:700;font-size:.85rem;display:flex;align-items:center;justify-content:center}
.how-step__icon{font-size:2.5rem;margin:1rem 0}
.how-step__title{font-family:var(--serif);font-size:1.15rem;color:var(--cream);margin-bottom:.75rem}
.how-step__text{font-size:.875rem;color:var(--gray-5);line-height:1.65}
.how-step__arrow{position:absolute;top:50%;right:-1rem;transform:translateY(-50%);color:var(--rose);font-size:1.5rem;opacity:.5}
.how-tip{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem 2rem;border-radius:var(--r-xl);margin-top:2rem;background:rgba(219,112,147,.05);border:1px solid rgba(219,112,147,.12)}
.how-tip__icon{font-size:1.5rem;flex-shrink:0}
.how-tip p{font-size:.9rem;color:var(--gray-5);line-height:1.65}
@media(max-width:768px){
  .how-grid{grid-template-columns:repeat(2,1fr)}
  .how-step__arrow{display:none}
}
@media(max-width:480px){.how-grid{grid-template-columns:1fr}}

/* ===== FAQ ===== */
.faq-inner{max-width:760px;margin:0 auto}
.faq-header{margin-bottom:3rem}
.faq-list{display:flex;flex-direction:column;gap:.5rem}
.accordion__item{border:1px solid var(--glass-border);border-radius:var(--r-lg);overflow:hidden;transition:border-color var(--fast);background:#FFFFFF}
.accordion__item.open{border-color:rgba(219,112,147,.3)}
.accordion__btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;font-size:.95rem;color:var(--cream);text-align:left;background:transparent;transition:background var(--fast)}
.accordion__btn:hover{background:rgba(219,112,147,.04)}
.accordion__icon{flex-shrink:0;transition:transform var(--med) var(--ease);color:var(--rose)}
.accordion__item.open .accordion__icon{transform:rotate(180deg)}
.accordion__body{max-height:0;overflow:hidden;transition:max-height var(--med) var(--ease)}
.accordion__content{padding:.25rem 1.5rem 1.5rem;font-size:.9rem;color:var(--gray-5);line-height:1.7}
.accordion__content a{color:var(--rose);text-decoration:underline;text-underline-offset:3px}
.faq-contact{text-align:center;margin-top:2rem;font-size:.9rem;color:var(--gray-5)}
.faq-contact__link{color:var(--rose);text-decoration:underline;text-underline-offset:3px}

/* ===== NEWSLETTER ===== */
.newsletter-card{padding:4rem 3rem;text-align:center;border-radius:var(--r-2xl);position:relative;overflow:hidden;background:linear-gradient(135deg,#FFFFFF,#FFE5EC);border:1px solid rgba(219,112,147,.15)}
.newsletter-card__deco{position:absolute;top:-1rem;right:2rem;font-size:6rem;opacity:.15;line-height:1}
.newsletter-card__title{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:300;color:var(--cream);margin-bottom:1rem}
.newsletter-card__sub{color:var(--gray-5);max-width:500px;margin:0 auto 2rem;line-height:1.7}
.newsletter-form__group{display:flex;gap:1rem;max-width:500px;margin:0 auto 1rem}
.newsletter-form__input{flex:1}
.newsletter-form__note{font-size:.78rem;color:var(--gray-4)}
.newsletter-perks{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}
.newsletter-perks span{font-size:.8rem;color:var(--rose)}
@media(max-width:560px){.newsletter-form__group{flex-direction:column}.newsletter-card{padding:2.5rem 1.5rem}}

/* ===== PRODUCT PAGE ===== */
.product-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;padding:3rem 0}
.gallery__main-wrap{position:relative;border-radius:var(--r-xl);overflow:hidden;cursor:zoom-in;aspect-ratio:1;box-shadow:0 20px 60px rgba(219,112,147,.08)}
.gallery__main-img{width:100%;height:100%;object-fit:cover;transition:opacity .2s}
.gallery__zoom-hint{position:absolute;bottom:1rem;right:1rem;background:rgba(255,255,255,.85);backdrop-filter:blur(8px);color:var(--gray-5);font-size:.72rem;padding:.35rem .75rem;border-radius:var(--r-full);display:flex;align-items:center;gap:.35rem;pointer-events:none}
.gallery__thumbs{display:flex;gap:.75rem;margin-top:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch}
.gallery__thumb{width:72px;height:72px;border-radius:var(--r);overflow:hidden;border:2px solid transparent;transition:border-color var(--fast);flex-shrink:0;padding:0}
.gallery__thumb.active,.gallery__thumb:hover{border-color:var(--rose)}
.gallery__thumb img{width:100%;height:100%;object-fit:cover}
.product-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--gray-5);margin-bottom:1.5rem;flex-wrap:wrap}
.product-breadcrumb a:hover{color:var(--rose)}
.product-breadcrumb span[aria-hidden]{color:var(--gray-4)}
.product-vendor{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--rose);margin-bottom:.5rem}
.product-title{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:300;line-height:1.1;color:var(--cream);margin-bottom:1rem}
.product-reviews-bar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem;font-size:.875rem;color:var(--gray-5)}
.product-reviews-bar__count{color:var(--rose);text-decoration:underline;text-underline-offset:3px}
.product-reviews-bar__sep{color:var(--gray-4)}
.product-price{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}
.product-price__current{font-family:var(--serif);font-size:2rem;color:var(--burgundy);font-weight:500}
.product-price__compare{font-size:1.1rem;color:var(--gray-5)}
.product-short-desc{font-size:.9rem;color:var(--gray-5);line-height:1.7;margin-bottom:1.75rem}
.product-option{margin-bottom:1.5rem}
.product-option__label{display:block;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-5);margin-bottom:.75rem}
.product-option__selected{color:var(--cream);text-transform:none;letter-spacing:0}
.product-option__values{display:flex;gap:.5rem;flex-wrap:wrap}
.product-option__swatch{padding:.5rem 1.25rem;border:1px solid var(--glass-border);border-radius:var(--r-full);font-size:.875rem;color:var(--gray-5);cursor:pointer;transition:border-color var(--fast),color var(--fast),background var(--fast);background:#FFFFFF}
.product-option__swatch input{position:absolute;opacity:0;pointer-events:none}
.product-option__swatch:hover,.product-option__swatch.selected{border-color:var(--rose);color:var(--cream);background:rgba(219,112,147,.08)}
.product-qty{margin-bottom:1.5rem}
.product-qty__label{display:block;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-5);margin-bottom:.75rem}
.qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--glass-border);border-radius:var(--r-full);overflow:hidden;background:#FFFFFF}
.qty-stepper--lg .qty-stepper__btn{width:48px;height:48px}
.qty-stepper__btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--gray-5);transition:color var(--fast),background var(--fast)}
.qty-stepper__btn:hover{color:var(--cream);background:rgba(219,112,147,.08)}
.qty-stepper__val,.qty-stepper__input{width:48px;text-align:center;font-size:1rem;color:var(--cream);background:transparent;border:none;outline:none}
.product-atc-wrap{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}
.product-wishlist{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--gray-5);transition:color var(--fast);margin-bottom:1.75rem}
.product-wishlist:hover,.product-wishlist.active{color:var(--rose)}
.product-trust{display:flex;gap:1.5rem;flex-wrap:wrap;padding:1.25rem 0;border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);margin-bottom:2rem}
.product-trust__item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--gray-5)}
.product-tabs__nav{display:flex;border-bottom:1px solid var(--glass-border);margin-bottom:1.5rem;gap:0}
.product-tabs__tab{padding:.75rem 1.25rem;font-size:.85rem;letter-spacing:.05em;color:var(--gray-5);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color var(--fast),border-color var(--fast)}
.product-tabs__tab.active,.product-tabs__tab:hover{color:var(--cream);border-bottom-color:var(--rose)}
.product-tabs__panel{display:none;font-size:.9rem;color:var(--gray-5);line-height:1.7}
.product-tabs__panel.active{display:block}
.product-tabs__panel ul,.product-tabs__panel ol{padding-left:1.25rem;display:flex;flex-direction:column;gap:.5rem}
.product-tabs__panel li{font-size:.875rem}
.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:300;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-top:1px solid var(--glass-border);padding:1rem;transform:translateY(100%);transition:transform var(--med) var(--ease);box-shadow:0 -10px 30px rgba(219,112,147,.08)}
.sticky-atc.visible{transform:translateY(0)}
.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1400px;margin:0 auto}
.sticky-atc__info{display:flex;align-items:center;gap:1rem}
.sticky-atc__img{width:48px;height:48px;border-radius:var(--r);object-fit:cover}
.sticky-atc__title{font-size:.875rem;color:var(--cream);font-weight:500}
.sticky-atc__price{font-size:.85rem;color:var(--burgundy);font-weight:500}
@media(max-width:768px){
  .product-hero__grid{display:flex!important;flex-direction:column!important;gap:24px!important;padding:2rem 0}
  .product-hero__gallery,.product-hero__info{width:100%!important}
  .product-trust{gap:1rem}
  .sticky-atc__info p:first-child{display:none}
}

/* ===== CART DRAWER ===== */
.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,100vw);background:var(--ink-2);border-left:1px solid var(--glass-border);z-index:400;transform:translateX(100%);transition:transform var(--med) var(--ease);display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(219,112,147,.1)}
.cart-drawer.open{transform:translateX(0)}
.cart-overlay{position:fixed;inset:0;background:rgba(42,42,42,.5);z-index:390;opacity:0;pointer-events:none;transition:opacity var(--med);backdrop-filter:blur(4px)}
.cart-overlay.open{opacity:1;pointer-events:all}
.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--glass-border);flex-shrink:0}
.cart-drawer__title{font-family:var(--serif);font-size:1.3rem;color:var(--cream)}
.shipping-progress{padding:1rem 1.5rem;border-bottom:1px solid var(--glass-border);flex-shrink:0}
.shipping-progress__bar{height:3px;background:rgba(42,42,42,.08);border-radius:var(--r-full);overflow:hidden;margin-bottom:.5rem}
.shipping-progress__fill{height:100%;background:linear-gradient(to right,var(--rose),var(--blush));border-radius:var(--r-full);transition:width .6s var(--ease)}
.shipping-progress__msg{font-size:.78rem;color:var(--gray-5)}
.cart-upsell{margin:1rem 1.5rem;padding:1rem;background:linear-gradient(135deg,rgba(219,112,147,.08),rgba(244,184,201,.08));border:1px solid rgba(219,112,147,.18);border-radius:var(--r-lg);flex-shrink:0}
.cart-upsell__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.cart-upsell__text{font-size:.825rem;color:var(--gray-5);line-height:1.5;flex:1}
.cart-drawer__items{flex:1;overflow-y:auto;padding:1rem 1.5rem}
.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:1rem;padding:1.25rem 0;border-bottom:1px solid rgba(42,42,42,.06)}
.cart-item__img{width:72px;height:72px;border-radius:var(--r);overflow:hidden;flex-shrink:0}
.cart-item__img img{width:100%;height:100%;object-fit:cover}
.cart-item__title{font-size:.875rem;color:var(--cream);margin-bottom:.25rem}
.cart-item__variant{font-size:.78rem;color:var(--gray-5)}
.cart-item__actions{display:flex;align-items:center;gap:.75rem;margin-top:.75rem}
.cart-item__remove{font-size:.75rem;color:var(--gray-4);text-decoration:underline;text-underline-offset:2px;cursor:pointer;background:none;border:none}
.cart-item__price{font-size:.9rem;color:var(--burgundy);font-weight:500;white-space:nowrap}
.cart-empty{text-align:center;padding:3rem 1rem}
.cart-empty__icon{font-size:3rem;margin-bottom:1rem;opacity:.4}
.cart-empty__text{color:var(--gray-5);margin-bottom:1.5rem}
.cart-drawer__footer{padding:1.5rem;border-top:1px solid var(--glass-border);flex-shrink:0;background:var(--ink-3)}
.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:1rem;color:var(--cream)}
.cart-drawer__subtotal-amt{font-family:var(--serif);font-size:1.2rem;font-weight:500;color:var(--burgundy)}
.cart-drawer__note{font-size:.78rem;color:var(--gray-5);margin-bottom:1.25rem}
.cart-drawer__footer .btn+.btn{margin-top:.75rem}

/* ===== POPUPS ===== */
.popup-overlay{position:fixed;inset:0;z-index:600;display:flex;align-items:center;justify-content:center;background:rgba(42,42,42,.5);backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity var(--med)}
.popup-overlay.open{opacity:1;pointer-events:all}
.popup-card{position:relative;max-width:480px;width:90%;padding:3rem 2.5rem;border-radius:var(--r-2xl);text-align:center;background:#FFFFFF;border:1px solid rgba(219,112,147,.15);box-shadow:0 30px 80px rgba(219,112,147,.2)}
.popup-close{position:absolute;top:1rem;right:1rem;color:var(--gray-5)}
.popup-card__icon{font-size:3rem;margin-bottom:1rem}
.popup-card__title{font-family:var(--serif);font-size:clamp(1.5rem,3vw,2rem);color:var(--cream);margin-bottom:.75rem}
.popup-card__sub{font-size:.9rem;color:var(--gray-5);line-height:1.7;margin-bottom:2rem}
.popup-form__group{display:flex;flex-direction:column;gap:.75rem}
.popup-form__note{font-size:.75rem;color:var(--gray-4);margin-top:.5rem}
.popup-card__actions{display:flex;flex-direction:column;gap:.75rem}
.email-popup .popup-form__group{display:flex;gap:.75rem;flex-direction:row}
@media(max-width:480px){
  .popup-card{padding:2rem 1.5rem}
  .email-popup .popup-form__group{flex-direction:column}
}

/* ===== SOCIAL PROOF TOAST ===== */
.sp-toast{position:fixed;bottom:2rem;left:2rem;z-index:500;background:var(--ink-2);border:1px solid rgba(219,112,147,.18);border-radius:var(--r-lg);padding:1rem 1.25rem;transform:translateX(-140%);opacity:0;max-width:300px;box-shadow:0 20px 60px rgba(219,112,147,.15)}
.sp-toast.show{animation:toastIn .5s var(--ease) forwards}
.sp-toast.hide{animation:toastOut .4s var(--ease-in) forwards}
.sp-toast__inner{display:flex;align-items:center;gap:.875rem}
.sp-toast__avatar{font-size:1.5rem;flex-shrink:0}
.sp-toast__title{font-size:.8rem;color:var(--cream);line-height:1.4;margin-bottom:.15rem}
.sp-toast__subtitle{font-size:.78rem;color:var(--gray-5);line-height:1.4}
.sp-toast__time{font-size:.72rem;color:var(--rose);margin-top:.2rem}

/* ===== CART PAGE ===== */
.cart-page__grid{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}
.cart-page__item{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;align-items:start;padding:1.5rem 0;border-bottom:1px solid rgba(42,42,42,.06)}
.cart-page__item-img{aspect-ratio:1;border-radius:var(--r-lg);overflow:hidden}
.cart-page__item-img img{width:100%;height:100%;object-fit:cover}
.cart-page__item-title{font-size:.95rem;color:var(--cream);margin-bottom:.25rem}
.cart-page__item-variant{font-size:.8rem;color:var(--gray-5);margin-bottom:.75rem}
.cart-page__item-price{font-size:.95rem;color:var(--burgundy);font-weight:500;white-space:nowrap}
.cart-page__remove{font-size:.78rem;color:var(--gray-4);text-decoration:underline;text-underline-offset:2px;margin-top:.75rem;display:block}
.cart-page__summary{padding:2rem;border-radius:var(--r-xl);position:sticky;top:100px;background:#FFFFFF;border:1px solid rgba(219,112,147,.15);box-shadow:0 20px 60px rgba(219,112,147,.08)}
.cart-page__summary-title{font-family:var(--serif);font-size:1.4rem;color:var(--cream);margin-bottom:1.5rem}
.cart-page__totals{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1.25rem;border-bottom:1px solid var(--glass-border);margin-bottom:1.25rem}
.cart-page__total-row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--gray-5)}
.cart-page__shipping-note span:last-child{color:var(--rose)}
.cart-page__discount{display:flex;gap:.75rem;margin-bottom:1.5rem}
.cart-page__discount .input{flex:1}
.cart-page__secure{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.78rem;color:var(--gray-4);margin-top:1rem}
.cart-empty{padding:4rem 1rem}
.cart-empty__icon{font-size:4rem;margin-bottom:1rem;opacity:.3}
@media(max-width:768px){.cart-page__grid{grid-template-columns:1fr}.cart-page__summary{position:static}}

/* ===== COLLECTION PAGE ===== */
.collection-header{margin-bottom:3rem;text-align:center}
.collection-desc{color:var(--gray-5);margin-top:.75rem;max-width:600px;margin-left:auto;margin-right:auto}
.collection-count{font-size:.8rem;color:var(--gray-4);margin-top:.5rem}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.collection-empty{text-align:center;padding:4rem 1rem}
@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.product-grid{grid-template-columns:1fr}}

/* ===== PRODUCT CARD ===== */
.product-card{border-radius:var(--r-xl);overflow:hidden;transition:transform var(--med) var(--ease),box-shadow var(--med);background:#FFFFFF;border:1px solid rgba(42,42,42,.06)}
.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px rgba(219,112,147,.12)}
.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:var(--ink-3)}
.product-card__media-link{display:block;width:100%;height:100%}
.product-card__img{width:100%;height:100%;object-fit:cover;transition:opacity .3s,transform .5s var(--ease)}
.product-card__img--hover{position:absolute;inset:0;opacity:0;transition:opacity .3s}
.product-card__media:hover .product-card__img--hover{opacity:1}
.product-card__media:hover .product-card__img:not(.product-card__img--hover){opacity:0}
.product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:.3;color:var(--gray-5)}
.product-card__placeholder svg{width:60px;height:60px}
.product-card__badge{position:absolute;top:.75rem;left:.75rem;background:linear-gradient(135deg,var(--rose),var(--blush));color:#FFFFFF;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .75rem;border-radius:var(--r-full)}
.product-card__wishlist{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.85);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--fast),color var(--fast)}
.product-card:hover .product-card__wishlist{opacity:1}
.product-card__wishlist.active,.product-card__wishlist:hover{color:var(--rose)}
.product-card__info{padding:1.25rem}
.product-card__meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}
.product-card__stars{display:flex;gap:1px;color:var(--gold);font-size:.85rem}
.product-card__review-count{font-size:.75rem;color:var(--gray-5)}
.product-card__title{font-family:var(--serif);font-size:1.05rem;color:var(--cream);line-height:1.25;margin-bottom:.35rem}
.product-card__title a:hover{color:var(--rose)}
.product-card__vendor{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-5);margin-bottom:.5rem}
.product-card__price{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}
.product-card__price-current{font-size:.95rem;color:var(--burgundy);font-weight:500}
.product-card__price-original{font-size:.85rem;color:var(--gray-5)}
.product-card__price-original s{text-decoration:line-through}

/* ===== ACCOUNT PAGES ===== */
.account-section{min-height:60vh}
.account-card{padding:3rem;max-width:520px;margin:0 auto;border-radius:var(--r-xl);background:#FFFFFF;border:1px solid rgba(42,42,42,.06);box-shadow:0 10px 40px rgba(219,112,147,.08)}
.account-inner{max-width:1000px;margin:0 auto}
.account-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;flex-wrap:wrap;gap:1rem}
.account-title{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.5rem);color:var(--cream);margin-bottom:1.5rem}
.account-section-title{font-family:var(--serif);font-size:1.2rem;color:var(--cream);margin-bottom:1.5rem}
.account-grid{display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start}
.account-back{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--rose);margin-bottom:2rem;text-decoration:underline;text-underline-offset:3px}
.account-links{font-size:.875rem;color:var(--gray-5);text-align:center;margin-top:1.25rem}
.account-links a{color:var(--rose)}
.form-errors{background:rgba(196,99,122,.1);border:1px solid rgba(196,99,122,.3);border-radius:var(--r);padding:1rem;margin-bottom:1.5rem;font-size:.875rem;color:var(--rose-dark)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-group{margin-bottom:1.25rem}
.form-label{display:block;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-5);margin-bottom:.5rem}
.address-form{display:flex;flex-direction:column}
.address-card{background:#FFFFFF;border:1px solid var(--glass-border);border-radius:var(--r-lg);padding:1.5rem;margin-bottom:1rem}
.address-actions{display:flex;gap:.75rem;margin-top:1rem}
.orders-table{width:100%;border-collapse:collapse}
.orders-table th{text-align:left;padding:.75rem;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-5);border-bottom:1px solid var(--glass-border)}
.orders-table td{padding:.875rem .75rem;font-size:.875rem;color:var(--gray-5);border-bottom:1px solid rgba(42,42,42,.04)}
.orders-table td a{color:var(--rose)}
.order-date,.order-status{font-size:.875rem;color:var(--gray-5);margin-bottom:.5rem}
.order-items{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0;padding:1.5rem 0;border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border)}
.order-item{display:grid;grid-template-columns:64px 1fr auto;gap:1rem;align-items:center}
.order-item img{width:64px;height:64px;border-radius:var(--r);object-fit:cover}
.order-totals{display:flex;flex-direction:column;gap:.75rem;max-width:320px;margin-left:auto}
.order-total-row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--gray-5)}
.order-total-row--total{font-size:1rem;color:var(--cream);padding-top:.75rem;border-top:1px solid var(--glass-border)}
.account-address{font-size:.875rem;color:var(--gray-5);line-height:1.7;margin:1rem 0}
.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:var(--cream)}
@media(max-width:768px){.account-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}}

/* ===== POLICY PAGE ===== */
.policy-inner{padding:3rem;max-width:800px;margin:0 auto;border-radius:var(--r-xl);background:#FFFFFF;border:1px solid rgba(42,42,42,.06);box-shadow:0 10px 40px rgba(219,112,147,.05)}
.policy-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--glass-border)}
.policy-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:300;color:var(--cream);margin:.75rem 0}
.policy-updated{font-size:.825rem;color:var(--gray-5)}
.policy-content{font-size:.9rem;color:var(--gray-5);line-height:1.8}
.policy-content h2,.policy-content h3{font-family:var(--serif);color:var(--cream);margin:2rem 0 .75rem}
.policy-content p{margin-bottom:1rem}
.policy-content ul,.policy-content ol{padding-left:1.25rem;margin-bottom:1rem}
.policy-content li{margin-bottom:.5rem}
.policy-content a{color:var(--rose);text-decoration:underline;text-underline-offset:3px}
@media(max-width:768px){.policy-inner{padding:2rem 1.5rem}}

/* ===== BLOG ===== */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}
.blog-card{border-radius:var(--r-xl);overflow:hidden;background:#FFFFFF;border:1px solid rgba(42,42,42,.06);transition:transform var(--med) var(--ease),box-shadow var(--med)}
.blog-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(219,112,147,.1)}
.blog-card__img-link img{width:100%;aspect-ratio:16/9;object-fit:cover}
.blog-card__content{padding:1.5rem}
.blog-card__date{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--rose);margin-bottom:.5rem}
.blog-card__title{font-family:var(--serif);font-size:1.2rem;color:var(--cream);margin-bottom:.75rem;line-height:1.3}
.blog-card__title a:hover{color:var(--rose)}
.blog-card__excerpt{font-size:.875rem;color:var(--gray-5);line-height:1.65;margin-bottom:1.25rem}
@media(max-width:768px){.blog-grid{grid-template-columns:1fr}}

/* ===== ARTICLE ===== */
.article-inner{max-width:720px;margin:0 auto}
.article-back{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--rose);margin-bottom:2rem;text-decoration:underline;text-underline-offset:3px}
.article-hero-img{margin-bottom:2.5rem;border-radius:var(--r-xl);overflow:hidden}
.article-hero-img img{width:100%;aspect-ratio:16/9;object-fit:cover}
.article-date{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--rose);margin-bottom:.75rem}
.article-title{font-family:var(--serif);font-size:clamp(1.8rem,4vw,3rem);font-weight:300;color:var(--cream);margin-bottom:.5rem}
.article-author{font-size:.875rem;color:var(--gray-5);margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--glass-border)}
.article-content{font-size:.95rem;color:var(--gray-5);line-height:1.85}
.article-content h2{font-family:var(--serif);color:var(--cream);font-size:1.75rem;margin:2rem 0 .75rem}
.article-content p{margin-bottom:1.25rem}

/* ===== SEARCH ===== */
.search-page__form{margin-bottom:3rem}
.search-page__group{display:flex;gap:1rem;max-width:600px}
.search-page__group .input{flex:1}
.search-count{font-size:.875rem;color:var(--gray-5);margin-bottom:2rem}
.search-empty{padding:4rem 1rem}

/* ===== PASSWORD PAGE ===== */
.password-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--ink)}
.password-card{padding:3rem 2.5rem;max-width:440px;width:100%;text-align:center;border-radius:var(--r-2xl);background:#FFFFFF;border:1px solid rgba(219,112,147,.15);box-shadow:0 30px 80px rgba(219,112,147,.1)}
.password-logo{font-family:var(--serif);font-size:2rem;color:var(--cream);margin-bottom:1.5rem}
.password-title{font-family:var(--serif);font-size:2rem;font-weight:300;color:var(--cream);margin-bottom:.75rem}
.password-sub{font-size:.9rem;color:var(--gray-5);line-height:1.65;margin-bottom:2rem}
.password-form{display:flex;flex-direction:column;gap:.75rem}

/* ===== FOOTER ===== */
.site-footer{background:var(--ink-3);border-top:1px solid var(--glass-border);padding:4rem 0 0}
.footer__inner{display:grid;grid-template-columns:280px 1fr;gap:4rem;max-width:1400px;margin:0 auto;padding:0 2rem 3rem}
.footer__logo{margin-bottom:.75rem;height:36px;width:auto}
.footer__logo-text{font-family:var(--serif);font-size:1.5rem;color:var(--cream);display:block;margin-bottom:.75rem}
.footer__tagline{font-size:.875rem;color:var(--gray-5);margin-bottom:1.5rem}
.footer__socials{display:flex;gap:.75rem}
.footer__social-link{width:40px;height:40px;border-radius:50%;background:#FFFFFF;border:1px solid var(--glass-border);display:flex;align-items:center;justify-content:center;color:var(--gray-5);transition:color var(--fast),background var(--fast),border-color var(--fast)}
.footer__social-link:hover{color:#FFFFFF;background:var(--rose);border-color:var(--rose)}
.footer__nav{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.footer__nav-title{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--cream);margin-bottom:1.25rem}
.footer__nav-list{display:flex;flex-direction:column;gap:.625rem}
.footer__nav-list a{font-size:.875rem;color:var(--gray-5);transition:color var(--fast)}
.footer__nav-list a:hover{color:var(--rose)}
.footer__newsletter-sub{font-size:.825rem;color:var(--gray-5);margin-bottom:1rem;line-height:1.6}
.footer__newsletter{display:flex;flex-direction:column;gap:.75rem}
.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-top:1px solid var(--glass-border);max-width:1400px;margin:0 auto}
.footer__copy{font-size:.8rem;color:var(--gray-4)}
.footer__payments{display:flex;gap:.5rem;font-size:1.2rem}
@media(max-width:900px){
  .footer__inner{grid-template-columns:1fr;gap:2.5rem}
  .footer__nav{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .footer__nav{grid-template-columns:1fr}
  .footer__bottom{flex-direction:column;gap:.75rem;text-align:center}
}

/* ===== PAGE TRANSITIONS ===== */
body.page-exit{opacity:0;transform:translateY(8px);transition:opacity .3s,transform .3s}
body.page-enter{animation:pageEnter .5s var(--ease) forwards}
@keyframes pageEnter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

/* ===== IMAGE ZOOM ===== */
.zoom-overlay{position:fixed;inset:0;z-index:800;background:rgba(42,42,42,.85);display:flex;align-items:center;justify-content:center;cursor:zoom-out;opacity:0;transition:opacity .3s}
.zoom-overlay.open{opacity:1}
.zoom-img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:var(--r-lg)}

/* ===== SCROLL REVEAL ===== */
[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
[data-reveal].revealed{opacity:1;transform:translateY(0)}
[data-reveal]:nth-child(2){transition-delay:.1s}
[data-reveal]:nth-child(3){transition-delay:.2s}
[data-reveal]:nth-child(4){transition-delay:.3s}

/* ===== BADGES ===== */
.badge{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .75rem;border-radius:var(--r-full)}
.badge--jade{background:rgba(219,112,147,.12);border:1px solid rgba(219,112,147,.25);color:var(--rose)}
.badge--blush{background:rgba(244,184,201,.15);border:1px solid rgba(244,184,201,.3);color:var(--burgundy)}
.badge--gold{background:rgba(212,175,55,.12);border:1px solid rgba(212,175,55,.25);color:var(--gold)}

/* ===== INPUTS ===== */
.input{width:100%;background:#FFFFFF;border:1px solid var(--glass-border);border-radius:var(--r);padding:.75rem 1rem;color:var(--cream);font-size:.95rem;transition:border-color var(--fast),background var(--fast);outline:none}
.input:focus{border-color:rgba(219,112,147,.5);background:#FFFFFF}
.input::placeholder{color:var(--gray-4)}
.input--sm{padding:.5rem .875rem;font-size:.875rem}
.input--lg{padding:1rem 1.25rem;font-size:1rem}
select.input{cursor:pointer}

/* ===== BUTTONS ===== */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border-radius:var(--r-full);font-size:.875rem;font-weight:500;letter-spacing:.04em;cursor:pointer;transition:all var(--med) var(--ease);white-space:nowrap;border:1px solid transparent;text-decoration:none}
.btn--primary{background:linear-gradient(135deg,var(--rose),var(--rose-dark));color:#FFFFFF;border-color:transparent;box-shadow:0 4px 20px rgba(219,112,147,.25)}
.btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(219,112,147,.4)}
.btn--primary:active{transform:translateY(0)}
.btn--primary.loading{opacity:.7;cursor:wait}
.btn--primary.success{background:linear-gradient(135deg,#4CAF50,#2e7d32)}
.btn--ghost{border-color:rgba(219,112,147,.3);color:var(--rose);background:transparent}
.btn--ghost:hover{border-color:var(--rose);background:rgba(219,112,147,.05)}
.btn--glass{background:rgba(255,255,255,.6);border-color:rgba(219,112,147,.15);color:var(--cream);backdrop-filter:blur(10px)}
.btn--glass:hover{background:rgba(255,255,255,.85);border-color:rgba(219,112,147,.3)}
.btn--full{width:100%}
.btn--sm{padding:.5rem 1.25rem;font-size:.8rem}
.btn--lg{padding:1.1rem 2.5rem;font-size:.95rem}
.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}

/* ===== EYEBROW ===== */
.eyebrow-tag{display:inline-block;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--rose);margin-bottom:.875rem}

/* ===== SECTION TITLES ===== */
.section-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3.5rem);font-weight:300;line-height:1.1;color:var(--cream);margin-bottom:1rem}
.section-subtitle{font-size:1rem;color:var(--gray-5);line-height:1.7;max-width:600px}
.text-center .section-subtitle{margin-left:auto;margin-right:auto}

/* ===== PRICE STYLES ===== */
.price-main{font-family:var(--serif);font-size:1.75rem;font-weight:500;color:var(--burgundy)}
.price-compare{font-size:1rem;color:var(--gray-5)}
.price-compare s{text-decoration:line-through}

/* ===== SECTION PADDING ===== */
.section-pad{padding:6rem 0}
.section-pad-sm{padding:3rem 0}

/* ===== CONTAINER ===== */
.container{max-width:1400px;margin:0 auto;padding:0 2rem}
@media(max-width:480px){.container{padding:0 1.25rem}}

/* ===== TEXT UTILITIES ===== */
.text-center{text-align:center}
.mt-8{margin-top:2rem}

/* ===== RTE ===== */
.rte h2,.rte h3{font-family:var(--serif);color:var(--cream);margin:1.5rem 0 .75rem}
.rte p{margin-bottom:1rem;color:var(--gray-5);line-height:1.75}
.rte ul,.rte ol{padding-left:1.25rem;margin-bottom:1rem}
.rte li{margin-bottom:.5rem;color:var(--gray-5);line-height:1.65}
.rte a{color:var(--rose);text-decoration:underline;text-underline-offset:3px}
.rte strong{color:var(--cream)}

/* ===== GLASS CARD ===== */
.glass-card{background:rgba(255,255,255,.6);border:1px solid rgba(219,112,147,.12);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 20px rgba(219,112,147,.06)}

/* ===== CHERRY BLOSSOM (PINK) ===== */
.cherry-blossom-canvas{position:fixed;inset:0;pointer-events:none;z-index:1;overflow:hidden}
.petal{position:absolute;top:-20px;width:7px;height:7px;background:radial-gradient(ellipse,var(--blush) 0%,rgba(244,184,201,.4) 100%);border-radius:50% 0 50% 0;opacity:0;animation:petalFall var(--dur,8s) linear var(--delay,0s) infinite}

/* ===== ORBS (ROSE) ===== */
.hero-orbs{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}
.orb{position:absolute;animation:orbFloat var(--dur,20s) ease-in-out var(--delay,0s) infinite alternate}

/* ===== IMG-TEXT SECTION ===== */
.img-text-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.img-text-grid--reversed{direction:rtl}
.img-text-grid--reversed>*{direction:ltr}
.img-text__img{width:100%;border-radius:var(--r-xl);aspect-ratio:4/3;object-fit:cover}
.img-text__placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,rgba(219,112,147,.08),rgba(244,184,201,.08));border-radius:var(--r-xl)}
.img-text__content{display:flex;flex-direction:column;gap:1.5rem}
.img-text__body{font-size:.95rem;color:var(--gray-5);line-height:1.75}
@media(max-width:768px){.img-text-grid{grid-template-columns:1fr;gap:2.5rem}}

/* ===== FOOTER EXTRAS ===== */
.footer__desc{font-size:.825rem;color:var(--gray-5);line-height:1.65;margin-bottom:1.25rem;max-width:260px}
.footer__contact-email{font-size:.8rem;color:var(--gray-5);margin-top:1rem}
.footer__contact-email a{color:var(--rose)}
.footer__as-seen{font-size:.75rem;color:var(--gray-4);letter-spacing:.04em}
.footer__as-seen strong{color:var(--gray-5)}
.footer__payments{display:flex;gap:.75rem;align-items:center}
.footer__payments span{font-size:.7rem;letter-spacing:.06em;color:var(--gray-4);background:#FFFFFF;border:1px solid var(--glass-border);padding:.25rem .6rem;border-radius:var(--r-sm)}

/* ===== HIDE FLOATING HERO BADGES ===== */
[class*="hero__pill"],
[class*="hero-pill"],
[class*="floating-badge"],
[class*="hero__floating"],
[class*="hero__badge"] {
  display: none !important;
}

/* ===== LIGHT THEME LEGACY OVERRIDES ===== */
/* Catch-all for any hardcoded rgba refs that slipped through */
[style*="background:#0A0A0A"],
[style*="background-color:#0A0A0A"],
[style*="background:#020308"],
[style*="background-color:#020308"] {
  background:var(--ink) !important;
  color:var(--cream) !important;
}/* ================================================================
   SESSION FIXES — Mobile centering & layout corrections
   These were applied during May 2026 debugging session
   ================================================================ */

/* === TRUST BAR — center icon + text on mobile === */
@media (max-width: 768px) {
  .trust-bar__grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 480px !important;
    margin: 0 auto !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  
  .trust-bar__item {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    width: 100% !important;
    padding: 8px 24px !important;
  }
  
  .trust-bar__icon {
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.75rem !important;
    line-height: 1 !important;
    width: 40px !important;
    height: 40px !important;
  }
  
  .trust-bar__text {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    text-align: left !important;
  }
  
  .trust-bar__label {
    margin: 0 !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;
  }
  
  .trust-bar__sub {
    margin: 0 !important;
    opacity: 0.75 !important;
    font-size: 0.875rem !important;
    line-height: 1.3 !important;
  }
}

/* === HERO SCROLL INDICATOR — center on mobile === */
@media (max-width: 768px) {
  .hero__scroll-indicator,
  .hero__scroll {
    position: absolute !important;
    bottom: 20px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  
  .hero__scroll-indicator .hero__scroll-line,
  .hero__scroll-line {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  .hero__scroll-indicator span,
  .hero__scroll span {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}

/* === HERO — balanced spacing on mobile === */
@media (max-width: 768px) {
  .hero {
    padding-top: 32px !important;
    padding-bottom: 60px !important;
    min-height: 90vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .hero__inner {
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 40px !important;
  }
  
  .hero__content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 16px !important;
  }
  
  .hero__eyebrow {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
  }
}

/* === STATS / NUMBERS — mobile grid fix === */
@media (max-width: 768px) {
  .stats-section .container,
  .stats .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  
  .stats-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .stats-grid .stat-card {
    min-width: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 24px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }
  
  .stats-grid .stat-card__number {
    font-size: clamp(2rem, 8vw, 3rem) !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.1 !important;
  }
  
  .stats-grid .stat-card__label {
    font-size: clamp(0.8rem, 3vw, 1rem) !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    max-width: 100% !important;
  }
}

/* === PRODUCT FEATURE — center price + CTA on mobile === */
@media (max-width: 768px) {
  .product-feature__cta {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 16px !important;
    width: 100% !important;
  }
  
  .product-feature__pricing {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-align: center !important;
    width: 100% !important;
  }
  
  .product-feature__cta form {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
  
  .product-feature__cta .btn--primary {
    margin: 0 auto !important;
    min-width: 220px !important;
  }
  
  .product-feature__details-link {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
}

/* === PRODUCT PAGE — force single column on mobile === */
@media (max-width: 768px) {
  .product-hero__grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    width: 100% !important;
  }
  
  .product-hero__gallery,
  .product-hero__info {
    width: 100% !important;
    max-width: 100% !important;
  }
/* === HERO — TIGHTEN top gap on mobile === */
@media (max-width: 768px) {
  .hero {
    padding-top: 0 !important;
    padding-bottom: 40px !important;
    min-height: auto !important;
  }
  
  .hero__inner {
    padding-top: 16px !important;
  }
  
  .hero__content {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  
  .hero__eyebrow {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
.cart-drawer { background: #FFF8F5 !important; }
.cart-drawer__items { background: #FFF8F5 !important; }