:root{--red:#c90019;--red-dark:#79000e;--pink:#ff5d8f;--pink-soft:#ffd6e3;--yellow:#ffc83d;--cream:#fff8ed;--ink:#331319;--white:#fff;--border:#ead9d4;--shadow:0 18px 60px rgba(84,5,22,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif}.topbar{background:var(--red-dark);color:#fff;text-align:center;padding:9px;font-size:13px;font-weight:700}.header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:rgba(255,248,237,.94);position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(121,0,14,.08);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--red-dark);font-family:"Playfair Display",serif;font-size:20px;font-weight:800}.brand img{width:50px;height:50px;border-radius:50%;object-fit:cover}.brand small{display:block;font-family:"DM Sans";font-size:9px;letter-spacing:7px;text-align:center}.nav{display:flex;gap:30px}.nav a{color:var(--ink);font-weight:700;font-size:14px;text-decoration:none}.nav a:hover{color:var(--red)}.header-actions{display:flex;gap:10px}.icon-btn,.cart-button{border:0;background:transparent;cursor:pointer;font:inherit}.icon-btn{font-size:29px}.cart-button{background:var(--red);color:#fff;padding:11px 16px;border-radius:99px;font-weight:700}.cart-button span{background:var(--yellow);color:var(--ink);border-radius:50%;padding:2px 7px;margin-left:5px}.search-panel{position:fixed;z-index:29;top:115px;left:0;right:0;padding:18px 8vw;background:#fff;box-shadow:var(--shadow);display:none}.search-panel.open{display:block}.search-panel input{width:100%;font:inherit;font-size:18px;padding:16px;border:1px solid var(--border);border-radius:12px}.hero{min-height:610px;display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;background:linear-gradient(125deg,#fff8ed 0%,#ffe2e9 55%,#ffb8ca 100%)}.hero-copy{padding:90px 7vw;position:relative;z-index:2}.eyebrow{color:var(--red);font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase}.hero h1,.section h2,.routine h2,.newsletter h2{font-family:"Playfair Display",serif;line-height:.98;margin:14px 0 22px}.hero h1{font-size:clamp(48px,6vw,84px);max-width:780px}.hero h1 em{color:var(--red);font-style:italic}.hero p{font-size:18px;line-height:1.65;max-width:610px}.hero-actions{display:flex;gap:12px;margin:28px 0}.button{display:inline-flex;justify-content:center;align-items:center;padding:14px 22px;border-radius:99px;border:0;text-decoration:none;font:inherit;font-weight:800;cursor:pointer}.button.primary{background:var(--red);color:#fff;box-shadow:0 10px 24px rgba(201,0,25,.22)}.button.ghost{border:1px solid var(--red);color:var(--red)}.button.dark{background:var(--ink);color:#fff}.button.full{width:100%}.trust-row{display:flex;flex-wrap:wrap;gap:18px;font-size:12px;font-weight:700}.hero-art{position:relative;background:radial-gradient(circle at 50% 46%,#ffd963 0 28%,transparent 28.5%),linear-gradient(135deg,var(--red),#e72b52);border-bottom-left-radius:45%}.sun{position:absolute;width:310px;height:310px;border:1px solid rgba(255,255,255,.5);border-radius:50%;top:130px;left:18%}.product-shape{position:absolute;color:var(--red-dark);display:flex;align-items:center;justify-content:center;text-align:center;font-size:11px;letter-spacing:2px;box-shadow:0 30px 45px rgba(72,0,11,.3)}.serum{width:120px;height:260px;border-radius:22px 22px 32px 32px;background:linear-gradient(90deg,#ffd7df,#fff);left:28%;top:180px;transform:rotate(-9deg)}.serum:before{content:"";position:absolute;width:58px;height:70px;background:#fff0f4;border-radius:18px 18px 4px 4px;top:-58px}.cream{width:190px;height:150px;border-radius:45% 45% 28% 28%;background:linear-gradient(160deg,#fff,#ffc7d5);left:50%;top:310px;transform:rotate(7deg)}.hero-sticker{position:absolute;right:8%;top:100px;background:var(--yellow);border-radius:50%;width:115px;height:115px;display:grid;place-content:center;text-align:center;transform:rotate(10deg);font-size:12px}.spark{position:absolute;color:#fff;font-size:34px}.s1{left:16%;top:95px}.s2{right:18%;bottom:70px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;padding:25px 6vw;border-bottom:1px solid var(--border)}.benefits article{display:flex;flex-direction:column;gap:5px;padding:8px 22px;border-right:1px solid var(--border)}.benefits article:last-child{border:0}.benefits span{font-size:13px;color:#765e63}.section{padding:90px 6vw}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.section h2,.routine h2,.newsletter h2{font-size:clamp(36px,4vw,58px)}.text-button{border:0;background:none;color:var(--red);font-weight:800;cursor:pointer}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{border:0;border-radius:24px;min-height:190px;padding:25px;display:flex;flex-direction:column;align-items:flex-start;justify-content:end;cursor:pointer;transition:.25s;box-shadow:0 8px 30px rgba(80,0,10,.07)}.category-card:hover{transform:translateY(-6px)}.category-card span{font-size:50px;margin:auto}.category-card b{font-size:21px}.category-card small{margin-top:4px}.category-card.pink{background:var(--pink-soft)}.category-card.yellow{background:var(--yellow)}.category-card.red{background:var(--red);color:#fff}.category-card.cream{background:#fff}.products-section{background:#fff}.filter-chips{display:flex;gap:9px;margin-bottom:28px;overflow:auto}.filter-chips button{white-space:nowrap;border:1px solid var(--border);background:#fff;border-radius:99px;padding:10px 18px;font:inherit;font-weight:700;cursor:pointer}.filter-chips button.active{background:var(--ink);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{position:relative}.product-visual{height:310px;border-radius:20px;display:grid;place-content:center;position:relative;overflow:hidden;font-size:92px;background:linear-gradient(150deg,#ffe4eb,#fff7ea)}.product-visual.yellow-bg{background:linear-gradient(150deg,#fff0af,#ffd54c)}.product-visual.red-bg{background:linear-gradient(150deg,#ff9bad,#c90019)}.badge{position:absolute;top:14px;left:14px;background:var(--red);color:#fff;padding:6px 10px;border-radius:99px;font-size:10px;font-weight:800}.product-info{padding:15px 3px}.product-info small{color:#92767c}.product-info h3{font-size:16px;margin:6px 0;min-height:42px}.rating{color:#e4a800;font-size:12px}.price-row{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.price strong{font-size:19px}.price s{display:block;font-size:12px;color:#9b888c}.add-button{width:42px;height:42px;border:0;border-radius:50%;background:var(--red);color:#fff;font-size:22px;cursor:pointer}.routine{display:grid;grid-template-columns:1fr 1fr;background:var(--yellow);min-height:500px}.routine-art{display:flex;align-items:center;justify-content:center;gap:20px;background:var(--pink);color:#fff;clip-path:ellipse(72% 100% at 25% 50%)}.routine-number{font-family:"Playfair Display";font-size:260px;line-height:1}.routine-label{font-size:24px;font-weight:800;transform:rotate(-6deg)}.routine-copy{padding:90px 8vw 70px 5vw;align-self:center}.routine-copy p{font-size:18px;line-height:1.65}.newsletter{display:flex;justify-content:space-between;align-items:center;background:#fff0f4}.newsletter form{display:flex;gap:8px;min-width:42%}.newsletter input{flex:1;border:1px solid var(--border);border-radius:99px;padding:15px 19px;font:inherit}footer{background:var(--red-dark);color:#fff;padding:55px 6vw;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}footer>div{display:flex;flex-direction:column;gap:10px}footer a,footer span{color:#f3cdd3;text-decoration:none;font-size:13px}.footer-brand{flex-direction:row}.footer-brand img{width:70px;height:70px;object-fit:cover;border-radius:50%}.footer-brand b{font-family:"Playfair Display";font-size:23px}.cart-drawer{position:fixed;z-index:60;top:0;right:-480px;width:min(460px,100%);height:100vh;background:#fff;display:flex;flex-direction:column;transition:.3s;box-shadow:var(--shadow)}.cart-drawer.open{right:0}.cart-head{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border)}.cart-head h2{margin:0}.cart-head button{border:0;background:none;font-size:32px;cursor:pointer}.cart-items{padding:18px 24px;overflow:auto;flex:1}.empty-cart{text-align:center;padding:60px 20px;color:#8d757a}.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--border)}.cart-item-icon{background:var(--pink-soft);border-radius:12px;display:grid;place-content:center;font-size:29px}.cart-item h4{margin:0 0 5px;font-size:13px}.cart-item small{color:#836d71}.remove-item{border:0;background:none;color:var(--red);cursor:pointer}.shipping-box{padding:18px 24px;background:var(--cream)}.shipping-box label{font-size:13px;font-weight:800}.shipping-box>div{display:flex;margin:8px 0}.shipping-box input{flex:1;padding:11px;border:1px solid var(--border);border-radius:8px 0 0 8px}.shipping-box button{border:0;background:var(--ink);color:#fff;padding:0 15px;border-radius:0 8px 8px 0}.cart-summary{padding:20px 24px;border-top:1px solid var(--border)}.cart-summary>div{display:flex;justify-content:space-between;padding:5px}.cart-summary .total{font-size:20px;padding:15px 5px}.cart-summary>small{display:block;text-align:center;margin-top:8px}.overlay{position:fixed;inset:0;background:rgba(36,0,8,.45);z-index:50;display:none}.overlay.open{display:block}.whatsapp{position:fixed;z-index:20;right:22px;bottom:22px;width:55px;height:55px;background:#25d366;color:#fff;border-radius:50%;display:grid;place-content:center;text-decoration:none;font-size:27px;box-shadow:0 8px 24px rgba(0,0,0,.2)}.toast{position:fixed;z-index:90;bottom:28px;left:50%;transform:translate(-50%,130px);background:var(--ink);color:#fff;padding:13px 20px;border-radius:99px;transition:.3s}.toast.show{transform:translate(-50%,0)}@media(max-width:950px){.nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:65px 6vw}.hero-art{height:480px;border-radius:0}.benefits{grid-template-columns:1fr 1fr}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.routine{grid-template-columns:1fr}.routine-art{min-height:360px;clip-path:none}.newsletter{align-items:flex-start;flex-direction:column}.newsletter form{width:100%}footer{grid-template-columns:1fr 1fr}}@media(max-width:600px){.header{height:70px;padding:0 16px}.brand span{display:none}.brand img{width:46px;height:46px}.hero h1{font-size:46px}.hero-actions{flex-direction:column;align-items:stretch;text-align:center}.trust-row{flex-direction:column;gap:7px}.hero-art{height:410px}.serum{left:16%;top:140px}.cream{left:45%;top:255px}.hero-sticker{top:40px}.benefits{grid-template-columns:1fr 1fr;padding:18px 8px}.benefits article{padding:12px;font-size:13px}.section{padding:65px 18px}.section-heading{align-items:flex-start}.category-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{min-height:160px;padding:15px}.category-card span{font-size:40px}.category-card b{font-size:17px}.product-grid{grid-template-columns:1fr 1fr;gap:12px}.product-visual{height:205px;font-size:62px}.product-info h3{font-size:13px}.routine-number{font-size:190px}.routine-label{font-size:17px}.newsletter form{flex-direction:column}footer{grid-template-columns:1fr}.footer-brand{grid-column:1/-1}}
.coupon-box{padding:0 24px 18px;background:var(--cream)}.coupon-box label{font-size:13px;font-weight:800}.coupon-box>div{display:flex;margin:8px 0}.coupon-box input{flex:1;padding:11px;border:1px solid var(--border);border-radius:8px 0 0 8px}.coupon-box button{border:0;background:var(--ink);color:#fff;padding:0 15px;border-radius:0 8px 8px 0}.coupon-box small.ok{color:#17703a}.coupon-box small.error{color:#a72232}#discountLine{color:#17703a}

.viral-section{background:linear-gradient(135deg,#fff8ed,#ffe4ec);border-top:1px solid #f0d8cf;border-bottom:1px solid #f0d8cf}.viral-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}.viral-card{background:#fff;border:1px solid #edd8d2;border-radius:28px;overflow:hidden;box-shadow:0 18px 45px rgba(82,0,12,.09);display:flex;flex-direction:column}.viral-video-shell{background:#1f050c;aspect-ratio:9/16;min-height:360px;overflow:hidden;display:flex;align-items:center;justify-content:center}.viral-video-shell iframe,.viral-video-shell video{width:100%;height:100%;border:0;object-fit:cover;display:block}.viral-video-shell .tiktok-embed{margin:0!important;width:100%!important;min-width:0!important;max-width:none!important}.viral-link-preview,.viral-placeholder{color:#fff;font-weight:800;text-decoration:none;padding:24px;text-align:center}.viral-info{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}.viral-info small{color:#9a7273;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.viral-info h3{font-size:1.15rem;line-height:1.2;margin:0;color:#26040c}.viral-info p{margin:0;color:#74545a;line-height:1.45}.viral-product-name{color:#c90019;font-weight:800;text-decoration:none}.viral-info strong{font-size:1.35rem;color:#320611}.viral-info .button{margin-top:auto}@media(max-width:980px){.viral-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.viral-video-grid{grid-template-columns:1fr}.viral-video-shell{min-height:300px}}
.viral-tiktok-frame,.viral-youtube-frame{background:#000}.viral-native-video{cursor:pointer}.viral-tiktok-blockquote{margin:0!important;width:100%!important;min-width:0!important;max-width:100%!important}.viral-link-preview{width:100%;height:100%;min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:radial-gradient(circle at 50% 35%,rgba(255,200,61,.22),transparent 36%),linear-gradient(145deg,#310611,#79000e);border:0;color:#fff!important;text-decoration:none!important}.viral-link-preview span{width:62px;height:62px;border-radius:50%;background:var(--red);display:grid;place-content:center;box-shadow:0 12px 30px rgba(201,0,25,.35);font-size:24px}.viral-link-preview b{font-size:20px;color:#fff}.viral-link-preview small{max-width:280px;color:#ffd9df;line-height:1.35}.viral-placeholder{width:100%;height:100%;min-height:360px;display:grid;place-content:center;background:linear-gradient(145deg,#310611,#79000e);color:#fff}
