:root{--blush:#fdb7dc;--blush-deep:#fc9bcb;--blush-light:#fff0f6;--petal:#ffe4f0;--rose:#e8759f;--wine:#c95a85;--cream:#fdf8f5;--ink:#2a1a1e;--muted:#8b6e72;--white:#ffffff;--gold:#c9a96e;--font-serif:'Cormorant Garamond',Georgia,serif;--font-sans:'DM Sans',sans-serif;--ease-luxury:cubic-bezier(0.25,0.46,0.45,0.94)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background:var(--cream);color:var(--ink);overflow-x:hidden}.cursor-dot,.cursor-ring{position:fixed;pointer-events:none;z-index:99999;will-change:left,top}.cursor-dot{width:8px;height:8px;background:var(--rose);border-radius:50%;transform:translate(-50%,-50%)}.cursor-ring{width:36px;height:36px;border:2px solid var(--blush);border-radius:50%;transition:width 0.2s,height 0.2s;transform:translate(-50%,-50%)}.cursor-ring.hover-effect{width:48px;height:48px;border-color:var(--rose);background-color:rgba(253,183,220,0.1)}@media (max-width:768px){.cursor-dot,.cursor-ring{display:none}body{cursor:auto!important}}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:12px 5%;display:flex;align-items:center;justify-content:space-between;transition:all 0.5s;background:transparent}nav.scrolled{background:rgba(253,248,245,0.95);backdrop-filter:blur(16px);box-shadow:0 2px 20px rgba(232,117,159,0.1)}.logo-img{height:60px;width:auto;display:block;object-fit:contain}.nav-links{display:flex;gap:24px;list-style:none}.nav-links li{list-style:none}.nav-links a{font-size:0.7rem;letter-spacing:0.15em;text-transform:uppercase;color:var(--muted);text-decoration:none;transition:color 0.3s;white-space:nowrap}.nav-links a:hover{color:var(--rose)}.nav-cta{background:var(--blush);color:var(--ink)!important;padding:8px 18px;border-radius:50px}.nav-cta:hover{background:var(--blush-deep);transform:translateY(-1px)}@media (max-width:1024px){.nav-links{gap:16px}.nav-links a{font-size:0.65rem;letter-spacing:0.1em}}@media (max-width:900px){.nav-links{display:none}}@media (max-width:768px){.logo-img{height:50px}nav{padding:10px 5%}}.hero{min-height:100vh;position:relative;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,var(--blush-light) 0%,var(--petal) 40%,var(--blush) 100%);padding:100px 5% 60px}.hero-content{position:relative;z-index:2;max-width:600px}.hero-eyebrow{font-size:0.7rem;letter-spacing:0.3em;text-transform:uppercase;color:var(--rose);margin-bottom:20px;display:inline-flex;align-items:center;gap:10px}.hero-eyebrow::before,.hero-eyebrow::after{content:'';width:30px;height:1px;background:var(--rose)}.hero-title{font-family:var(--font-serif);font-size:clamp(2.5rem,6vw,5rem);font-weight:300;line-height:1.1;margin-bottom:24px;color:var(--ink)}.hero-title em{font-style:italic;color:var(--rose)}.hero-desc{font-size:clamp(0.9rem,2vw,1rem);line-height:1.6;color:var(--ink);margin-bottom:32px;max-width:500px}.hero-actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.btn-primary{display:inline-flex;align-items:center;gap:10px;background:var(--blush);color:var(--ink);padding:14px 28px;border-radius:50px;font-size:0.8rem;letter-spacing:0.15em;text-transform:uppercase;text-decoration:none;transition:all 0.3s}.btn-primary:hover{background:var(--blush-deep);transform:translateY(-2px)}.btn-secondary{font-size:0.8rem;color:var(--muted);text-decoration:none;display:flex;align-items:center;gap:8px}.btn-secondary:hover{color:var(--rose)}.hero-visual{position:absolute;right:0;top:50%;transform:translateY(-50%);width:45%;max-width:500px;z-index:1}.hero-product-art{position:relative;width:340px;height:340px;margin:0 auto}.product-circle{position:absolute;border-radius:50%;border:1px solid rgba(232,117,159,0.2)}.pc-1{inset:0;animation:rotateSlow 20s linear infinite}.pc-2{inset:30px;animation:rotateSlow 15s linear infinite reverse}.pc-3{inset:60px;background:radial-gradient(circle,var(--petal) 0%,var(--blush) 100%)}.product-icon{position:absolute;inset:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.serum-bottle-img{width:100%;max-width:380px;height:auto;object-fit:contain;display:block;margin:0 auto;border-radius:60px 20px 60px 20px;box-shadow:0 25px 40px -15px rgba(0,0,0,0.25),0 0 0 1px rgba(253,183,220,0.3);transition:all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);animation:none!important}.serum-bottle-img:hover{transform:scale(1.02);box-shadow:0 30px 50px -18px rgba(0,0,0,0.3),0 0 0 2px rgba(253,183,220,0.5)}.star{position:absolute;color:var(--gold);font-size:14px;animation:starTwinkle 2s ease-in-out infinite;pointer-events:none;z-index:2}@keyframes starTwinkle{0%{opacity:0.3;transform:scale(0.8)}50%{opacity:1;transform:scale(1.2)}100%{opacity:0.3;transform:scale(0.8)}}@keyframes rotateSlow{to{transform:rotate(360deg)}}@media (max-width:900px){.hero{min-height:auto;flex-direction:column;padding:100px 5% 50px}.hero-content{max-width:100%;text-align:center;margin-bottom:30px}.hero-actions{justify-content:center}.hero-eyebrow::before,.hero-eyebrow::after{display:none}.hero-desc{margin-left:auto;margin-right:auto}.hero-visual{position:relative;right:auto;top:auto;transform:none;width:100%;margin-top:30px;display:flex!important;justify-content:center}.hero-product-art{width:auto;height:auto}.product-circle{display:none}.product-icon{position:relative;inset:0}.serum-bottle-img{max-width:280px;margin:0 auto}}@media (max-width:600px){.hero{padding:80px 5% 40px}.hero-title{font-size:2.5rem}.serum-bottle-img{max-width:240px}}@media (max-width:480px){.hero{padding:70px 5% 35px}.hero-title{font-size:2.2rem}.serum-bottle-img{max-width:200px}}@media (max-width:375px){.serum-bottle-img{max-width:170px}}.ticker{background:var(--blush);color:var(--ink);padding:14px 0;overflow:hidden}.ticker-track{display:flex;animation:ticker 22s linear infinite;white-space:nowrap}.ticker-item{flex-shrink:0;font-size:0.72rem;letter-spacing:0.2em;text-transform:uppercase;padding:0 40px;display:flex;align-items:center;gap:16px}.ticker-item::after{content:'✦';color:var(--wine);font-size:0.6rem}@keyframes ticker{to{transform:translateX(-50%)}}.product-section{padding:80px 5%;background:var(--white);display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.product-image-wrap{position:relative}.product-img-bg{background:linear-gradient(145deg,var(--petal),var(--blush));border-radius:4px 60px 4px 60px;padding:40px;text-align:center;display:flex;align-items:center;justify-content:center;min-height:400px}.product-bottle-img{width:100%;max-width:280px;height:auto;object-fit:contain;border-radius:20px;display:block;margin:0 auto;filter:drop-shadow(0 20px 30px rgba(253,183,220,0.3));animation:starTwinkle 3s ease-in-out infinite}.product-badge{position:absolute;top:20px;right:-10px;width:80px;height:80px;background:var(--blush);color:var(--ink);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:0.85rem;font-weight:600;text-align:center;line-height:1.2;box-shadow:0 4px 15px rgba(253,183,220,0.4);z-index:10;animation:badgeSpin 8s linear infinite}.product-badge span:first-child{font-size:1.1rem;font-weight:700}.product-badge span:last-child{font-size:0.55rem;letter-spacing:0.1em;text-transform:uppercase}@keyframes badgeSpin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.product-name{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);margin-bottom:16px;color:var(--ink)}.product-name em{color:var(--rose);font-style:italic}.product-subtitle{font-size:0.78rem;letter-spacing:0.25em;text-transform:uppercase;color:var(--muted);margin-bottom:28px}.product-desc{color:var(--muted);line-height:1.7;margin-bottom:24px}.product-bullets{list-style:none;margin-bottom:32px}.product-bullets li{display:flex;align-items:center;gap:10px;margin-bottom:12px;color:var(--ink)}.product-bullets li::before{content:'✦';color:var(--rose)}.product-price-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:15px;margin-bottom:32px}.price{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin-bottom:0;color:var(--rose);text-shadow:2px 2px 4px rgba(232,117,159,0.2);letter-spacing:-0.02em}.price-note{color:var(--muted);font-size:0.75rem;margin-top:4px}.shipping-tag{background:var(--blush-light);color:var(--rose);padding:6px 16px;border-radius:50px;font-size:0.7rem;font-weight:500;letter-spacing:0.05em;display:inline-block;width:auto;white-space:nowrap}.price-info{display:flex;flex-direction:column}.add-cart-btn{width:100%;padding:16px;background:var(--blush);color:var(--ink);border:none;border-radius:8px;font-size:0.8rem;letter-spacing:0.15em;text-transform:uppercase;text-decoration:none;display:inline-block;text-align:center;transition:all 0.3s}.add-cart-btn:hover{background:var(--blush-deep);transform:translateY(-2px)}.trust-row{display:flex;gap:20px;margin-top:20px;justify-content:center;flex-wrap:wrap}.trust-item{font-size:0.7rem;color:var(--muted);display:flex;align-items:center;gap:5px}.trust-icon-img{width:24px;height:24px;display:inline-block;vertical-align:middle;margin-right:6px}@media (max-width:768px){.product-section{grid-template-columns:1fr!important;gap:40px;padding:60px 5%}.product-image-wrap{margin:0 auto;width:100%;max-width:320px}.product-img-bg{min-height:auto;padding:30px}.product-bottle-img{max-width:220px}.product-badge{width:65px;height:65px;font-size:0.7rem;right:0;top:0}.product-info{text-align:center}.product-name{text-align:center}.product-subtitle{text-align:center}.product-desc{text-align:center}.product-bullets li{justify-content:center}.product-price-row{flex-direction:column;align-items:center;text-align:center}.shipping-tag{white-space:normal}.trust-row{justify-content:center}}@media (max-width:480px){.product-section{padding:40px 5%;gap:30px}.product-image-wrap{max-width:280px}.product-img-bg{padding:20px}.product-bottle-img{max-width:180px}.product-badge{width:55px;height:55px}.product-name{font-size:1.8rem}.price{font-size:2rem}}.formula-section{padding:80px 5%;background:var(--cream)}.formula-header{text-align:center;margin-bottom:50px}.section-label{color:var(--rose);letter-spacing:0.2em;text-transform:uppercase;font-size:0.7rem;margin-bottom:12px;display:inline-block}.section-title{font-family:var(--font-serif);font-size:clamp(1.8rem,4vw,2.8rem);color:var(--ink)}.section-title em{color:var(--rose);font-style:italic}.ingredients-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:900px;margin:0 auto}.ingredient-card{background:var(--white);padding:30px;border-radius:16px;transition:all 0.3s}.ingredient-card:hover{background:var(--blush-light);transform:translateY(-5px)}.ingredient-number{font-family:var(--font-serif);font-size:2.5rem;color:var(--blush);margin-bottom:12px}.ingredient-name{font-size:1.1rem;margin-bottom:8px;color:var(--ink)}.ingredient-name em{color:var(--rose)}.ingredient-desc{color:var(--muted);font-size:0.9rem;line-height:1.5}.clean-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:50px}.clean-badge{background:var(--blush);color:var(--ink);padding:8px 16px;border-radius:50px;font-size:0.7rem;letter-spacing:0.1em}@media (max-width:768px){.ingredients-grid{grid-template-columns:1fr}}.how-section{padding:80px 5%;background:linear-gradient(180deg,var(--blush-light) 0%,var(--white) 100%)}.how-inner{display:grid;grid-template-columns:1fr 1fr;gap:50px;max-width:1100px;margin:0 auto}.how-step{display:flex;gap:20px;margin-bottom:30px}.step-num{width:50px;height:50px;border:1px solid var(--rose);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0;color:var(--rose)}.step-text h4{color:var(--ink);margin-bottom:5px}.step-text p{color:var(--muted);line-height:1.5}.how-visual-card{background:var(--blush);border-radius:4px 60px 4px 60px;padding:40px}.result-item{display:flex;align-items:center;gap:15px;margin-bottom:20px;flex-wrap:wrap}.result-week{font-family:var(--font-serif);font-size:1.5rem;min-width:70px;color:var(--wine)}.result-week small{font-size:0.7rem;color:var(--rose)}.result-label{color:var(--wine);margin-bottom:5px;font-size:0.8rem}.result-bar-wrap{flex:1;min-width:150px}.result-bar{height:6px;background:rgba(201,90,133,0.2);border-radius:3px;overflow:hidden}.result-fill{height:100%;background:linear-gradient(90deg,var(--blush),var(--blush-deep));width:0;transition:width 1.2s}@media (max-width:768px){.how-inner{grid-template-columns:1fr}}.beforeafter-polaroid-section{padding:80px 5%;background:var(--cream);text-align:center;overflow:hidden}.ba-slider-container{display:flex;align-items:center;justify-content:center;gap:15px;max-width:1200px;margin:0 auto}.ba-slider-track-container{overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;flex:1;border-radius:30px}.ba-slider-track-container::-webkit-scrollbar{display:none}.ba-slider-track{display:flex;gap:30px;padding:15px;width:fit-content}.ba-polaroid-card{flex-shrink:0;width:500px;background:var(--white);border-radius:24px;padding:24px;box-shadow:0 20px 35px -10px rgba(0,0,0,0.15);transition:transform 0.3s ease}.ba-polaroid-card:hover{transform:translateY(-5px)}.ba-polaroid-images{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.ba-polaroid-image{position:relative;width:100%;border-radius:16px;overflow:hidden;background:var(--blush-light)}.ba-polaroid-image img{width:100%;height:auto;display:block}.ba-polaroid-label{position:absolute;bottom:12px;left:12px;background:rgba(0,0,0,0.7);backdrop-filter:blur(4px);color:white;padding:6px 16px;border-radius:20px;font-size:0.75rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase}.ba-polaroid-label.before{background:rgba(201,90,133,0.9)}.ba-polaroid-label.after{background:rgba(253,183,220,0.9);color:var(--ink)}.ba-separator{text-align:center;margin:5px 0;font-size:0.75rem;color:var(--rose);display:flex;align-items:center;justify-content:center;gap:15px}.ba-separator::before,.ba-separator::after{content:'';flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--blush),transparent)}.ba-polaroid-caption{text-align:center;font-family:var(--font-serif);font-style:italic;color:var(--wine);font-size:0.9rem;margin-top:18px;padding-top:12px;border-top:1px dashed var(--blush)}.ba-slider-btn{background:#fdb7dc;color:#2a1a1e;width:48px;height:48px;border:none;border-radius:50%;font-size:1.8rem;cursor:pointer;transition:all 0.3s;flex-shrink:0;display:flex;align-items:center;justify-content:center;z-index:10}.ba-slider-btn:hover{background:#fc9bcb;transform:scale(1.05)}.ba-scroll-hint{display:none;text-align:center;margin-top:25px;animation:baPulseHint 2s ease-in-out infinite}.ba-scroll-hint .scroll-dot{display:inline-block;width:6px;height:6px;background:#c95a85;border-radius:50%;opacity:0.4;margin:0 4px}.ba-scroll-hint .scroll-text{font-size:0.7rem;color:#c95a85;letter-spacing:0.1em;text-transform:uppercase;margin-top:8px;display:block}@keyframes baPulseHint{0%,100%{opacity:0.6;transform:translateX(0)}50%{opacity:1;transform:translateX(5px)}}.ba-dots{display:flex;justify-content:center;gap:12px;margin-top:30px}.ba-dot{width:10px;height:10px;border-radius:50%;background:#c95a85;opacity:0.4;cursor:pointer}.ba-dot.active{opacity:1;background:#fdb7dc;transform:scale(1.3)}@media (max-width:900px){.ba-polaroid-card{width:450px}.ba-slider-btn{width:40px;height:40px;font-size:1.5rem}.ba-scroll-hint{display:block}.ba-dots{display:none}}@media (max-width:640px){.ba-polaroid-card{width:360px;padding:18px}.ba-slider-btn{display:none}.ba-scroll-hint{display:block}}@media (max-width:480px){.ba-polaroid-card{width:320px;padding:15px}}.videos-slider-wrapper{padding:60px 5%;background:linear-gradient(135deg,#fff0f6 0%,#ffe4f0 50%,#fff5f8 100%);border-radius:40px;margin:40px 0;overflow:hidden}.videos-header{text-align:center;margin-bottom:40px}.videos-badge{display:inline-block;background:#fdb7dc;color:#2a1a1e;font-size:0.7rem;letter-spacing:0.2em;text-transform:uppercase;padding:6px 18px;border-radius:50px;margin-bottom:20px}.videos-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(2rem,5vw,3.2rem);font-weight:400;color:#2a1a1e;margin-bottom:16px}.videos-title em{font-style:italic;color:#e8759f}.videos-subtitle{font-size:1rem;color:#8b6e72;max-width:600px;margin:0 auto;line-height:1.6}.videos-slider-container{display:flex;align-items:center;justify-content:center;gap:15px;max-width:1200px;margin:0 auto}.videos-slider-track-container{overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;flex:1;border-radius:30px}.videos-slider-track-container::-webkit-scrollbar{display:none}.videos-slider-track{display:flex;gap:25px;padding:15px;width:fit-content}.video-slide-card{flex-shrink:0;width:280px;background:#ffffff;border-radius:24px;overflow:hidden;box-shadow:0 15px 35px rgba(0,0,0,0.1);transition:transform 0.3s ease}.video-slide-card:hover{transform:translateY(-5px)}.video-container{position:relative;aspect-ratio:9 / 16;background:#2a1a1e}.video-container video{width:100%;height:100%;object-fit:cover}.videos-slider-btn{background:#fdb7dc;color:#2a1a1e;width:45px;height:45px;border:none;border-radius:50%;font-size:1.8rem;cursor:pointer;transition:all 0.3s;flex-shrink:0}.videos-slider-btn:hover{background:#fc9bcb;transform:scale(1.05)}.videos-scroll-hint{display:none;text-align:center;margin-top:25px;animation:pulseHint 2s ease-in-out infinite}.scroll-dots{display:flex;justify-content:center;gap:12px;margin-bottom:8px}.scroll-dot{display:inline-block;width:6px;height:6px;background:#c95a85;border-radius:50%;opacity:0.4}.scroll-text{font-size:0.7rem;color:#c95a85;letter-spacing:0.1em;text-transform:uppercase}@keyframes pulseHint{0%,100%{opacity:0.6;transform:translateX(0)}50%{opacity:1;transform:translateX(5px)}}.videos-dots{display:flex;justify-content:center;gap:12px;margin-top:30px}.videos-dot{width:10px;height:10px;border-radius:50%;background:#c95a85;opacity:0.4;cursor:pointer}.videos-dot.active{opacity:1;background:#fdb7dc;transform:scale(1.3)}@media (min-width:901px){.video-slide-card{width:300px}.videos-scroll-hint{display:none!important}}@media (min-width:641px) and (max-width:900px){.video-slide-card{width:280px}.videos-slider-btn{width:38px;height:38px;font-size:1.5rem}.videos-scroll-hint{display:block}.videos-dots{display:none}}@media (max-width:640px){.video-slide-card{width:260px}.videos-slider-btn{display:none}.videos-scroll-hint{display:block}.videos-dots{display:none}}.carousel-section{padding:80px 5%;background:var(--cream);text-align:center}.carousel-container{display:flex;align-items:center;justify-content:center;gap:20px;max-width:1200px;margin:0 auto}.carousel-track-container{overflow:hidden;border-radius:30px;flex:1;background:var(--blush-light);padding:20px 0}.carousel-track{display:flex;transition:transform 0.5s ease;gap:20px}.carousel-slide{flex:0 0 calc(33.333% - 13.33px)}.carousel-slide-inner{position:relative;aspect-ratio:3 / 4;border-radius:20px;overflow:hidden;background:var(--blush-light)}.carousel-slide-inner img{width:100%;height:100%;object-fit:cover}.carousel-btn{background:var(--blush);color:var(--ink);width:45px;height:45px;border:none;border-radius:50%;font-size:1.8rem;cursor:pointer;transition:all 0.3s}.carousel-btn:hover{background:var(--blush-deep);transform:scale(1.05)}.carousel-dots{display:flex;justify-content:center;gap:12px;margin-top:30px}.dot{width:10px;height:10px;border-radius:50%;background:var(--muted);cursor:pointer}.dot.active{background:var(--blush);transform:scale(1.3)}@media (max-width:900px){.carousel-slide{flex:0 0 calc(50% - 10px)}}@media (max-width:640px){.carousel-slide{flex:0 0 100%}.carousel-btn{width:35px;height:35px;font-size:1.2rem}}.reviews-section{padding:80px 5%;background:var(--white)}.reviews-header{text-align:center;margin-bottom:50px}.reviews-header .section-label{color:var(--rose)}.reviews-header .section-title{color:var(--ink)}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;max-width:1100px;margin:0 auto}.review-card{background:var(--blush-light);border:1px solid rgba(253,183,220,0.3);border-radius:20px;padding:30px;transition:all 0.3s}.review-card:hover{transform:translateY(-5px);background:var(--blush)}.review-stars{color:var(--gold);margin-bottom:15px}.review-text{font-family:var(--font-serif);font-style:italic;line-height:1.6;margin-bottom:20px;color:var(--ink)}.reviewer{display:flex;align-items:center;gap:12px}.reviewer-avatar{width:40px;height:40px;background:linear-gradient(135deg,var(--blush),var(--rose));border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ink)}.reviewer-name{color:var(--ink);font-weight:500}.reviewer-verified{color:var(--rose);font-size:0.7rem}.shipping-section{padding:60px 5%;background:var(--cream)}.shipping-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;max-width:1000px;margin:0 auto}.shipping-item{text-align:center;padding:25px;background:var(--white);border-radius:16px;border:1px solid var(--blush);transition:all 0.3s}.shipping-item:hover{background:var(--blush);transform:translateY(-3px)}.ship-icon{font-size:2rem;margin-bottom:10px;display:block}.ship-title{color:var(--ink);font-weight:500;margin-bottom:8px}.ship-desc{color:var(--muted);font-size:0.8rem}.faq-section{padding:80px 5%;background:var(--white)}.faq-inner{max-width:700px;margin:0 auto}.faq-item{border-bottom:1px solid rgba(232,117,159,0.2)}.faq-question{width:100%;background:none;border:none;padding:20px 0;display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:500;cursor:pointer;text-align:left;color:var(--ink)}.faq-question:hover{color:var(--rose)}.faq-icon{width:28px;height:28px;border:1px solid var(--rose);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all 0.3s;color:var(--rose)}.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--blush);color:var(--ink)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s ease}.faq-item.open .faq-answer{max-height:200px}.faq-answer p{padding-bottom:20px;color:var(--muted);line-height:1.6}.email-section{padding:80px 5%;background:linear-gradient(135deg,var(--blush),var(--blush-deep));text-align:center}.email-eyebrow{color:var(--wine);letter-spacing:0.2em;font-size:0.7rem;margin-bottom:15px}.email-title{font-family:var(--font-serif);font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:15px;color:var(--ink)}.email-sub{color:var(--muted);margin-bottom:25px}.email-form{display:flex;max-width:450px;margin:0 auto;background:white;border-radius:50px;overflow:hidden}.email-input{flex:1;padding:14px 20px;border:none;font-size:0.9rem}.email-submit{padding:14px 24px;background:var(--blush);border:none;font-weight:bold;cursor:pointer;transition:all 0.3s;color:var(--ink);text-transform:uppercase;font-size:0.7rem}.email-submit:hover{background:var(--blush-deep)}.discount-note{margin-top:15px;font-size:0.7rem;color:var(--wine)}@media (max-width:480px){.email-form{flex-direction:column;border-radius:20px}.email-submit{border-radius:0 0 20px 20px}}.bonita-footer{background:#1a1114;color:rgba(255,255,255,0.7);padding:50px 5% 25px;font-family:'DM Sans',sans-serif}.footer-container{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;max-width:1200px;margin:0 auto;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,0.08)}.footer-col-brand{max-width:280px}.footer-logo{margin-bottom:20px}.footer-logo img{height:42px;width:auto;filter:brightness(0) invert(1);opacity:0.85}.footer-description{font-size:0.8rem;line-height:1.6;margin-bottom:25px;color:rgba(255,255,255,0.55)}.footer-social{display:flex;flex-direction:column;gap:14px}.social-link{display:inline-flex;align-items:center;gap:10px;color:rgba(255,255,255,0.7);text-decoration:none;font-size:0.85rem;transition:all 0.3s ease;background:transparent!important;border:none!important}.social-icon{width:18px;height:18px}.social-link:hover{color:#fdb7dc;transform:translateX(5px)}.footer-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.1rem;font-weight:500;color:#fdb7dc;margin-bottom:20px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{list-style:none;margin-bottom:10px}.footer-links li::before{display:none!important;content:none!important}.footer-links a{color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.8rem;transition:all 0.25s ease}.footer-links a:hover{color:#fdb7dc;transform:translateX(4px)}.footer-contact li{display:flex;align-items:center;gap:10px;margin-bottom:12px}.contact-icon{font-size:0.85rem;min-width:24px;color:#fdb7dc}.footer-newsletter{margin-top:25px}.newsletter-text{font-size:0.7rem;color:#fdb7dc;margin-bottom:12px}.newsletter-form{display:flex;gap:8px}.newsletter-form input{flex:1;padding:10px 14px;border:1px solid rgba(255,255,255,0.15);border-radius:40px;background:rgba(255,255,255,0.05);color:white;font-size:0.75rem}.newsletter-form button{background:#fdb7dc;border:none;border-radius:40px;width:36px;height:36px;font-size:1.1rem;cursor:pointer;color:#1a1114}.newsletter-form button:hover{background:#fc9bcb}.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:15px;max-width:1200px;margin:0 auto;padding-top:25px;font-size:0.7rem;color:rgba(255,255,255,0.4)}.footer-payment{display:flex;gap:20px}@media (max-width:800px){.footer-container{grid-template-columns:repeat(2,1fr);gap:35px}.footer-col-brand{max-width:100%}}@media (max-width:550px){.footer-container{grid-template-columns:1fr;text-align:center}.footer-social{flex-direction:row;justify-content:center;gap:24px}.footer-contact li{justify-content:center}.footer-bottom{flex-direction:column;text-align:center}}.reveal{opacity:0;transform:translateY(30px);transition:all 0.8s var(--ease-luxury)}.reveal.visible{opacity:1;transform:translateY(0)}.trust-cards-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1000px;margin:40px auto;padding:20px}.trust-card{background:var(--white);border-radius:20px;padding:24px 16px;text-align:center;transition:all 0.3s ease;box-shadow:0 8px 20px rgba(0,0,0,0.05);border:1px solid var(--blush)}.trust-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(253,183,220,0.2);border-color:var(--blush-deep)}.trust-icon{font-size:2.2rem;margin-bottom:16px}.trust-title{font-family:var(--font-sans);font-size:0.9rem;font-weight:600;color:var(--ink);margin-bottom:10px}.trust-desc{font-family:var(--font-sans);font-size:0.75rem;color:var(--muted);line-height:1.5}@media (max-width:900px){.trust-cards-wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.trust-cards-wrapper{grid-template-columns:1fr}}.btn-primary,.add-cart-btn,.nav-cta,.email-submit,.carousel-btn,.videos-slider-btn,.ba-slider-btn,.clean-badge,.product-badge,.shipping-tag{background:#fdb7dc!important;color:#2a1a1e!important}.btn-primary:hover,.add-cart-btn:hover,.nav-cta:hover,.email-submit:hover,.carousel-btn:hover,.videos-slider-btn:hover,.ba-slider-btn:hover{background:#fc9bcb!important}.ticker,.how-visual-card{background:#fdb7dc!important}.hero{background:linear-gradient(135deg,#fff0f6 0%,#ffe4f0 40%,#fdb7dc 100%)!important}.hero-eyebrow,.hero-desc,.hero-title,.ticker,.ticker-item{color:#2a1a1e!important}.woocommerce-message,.woocommerce-info,.woocommerce-error{display:none!important}.trust-icon-img{width:30px;height:30px;display:inline-block;vertical-align:middle;margin-right:6px}