:root{--ink:#261821;--berry:#8f315c;--pink:#f4dbe5;--cream:#fbf8f3;--line:#e8dedf;--muted:#74676e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif}.announcement{background:var(--ink);color:white;text-align:center;padding:9px;font-size:12px;letter-spacing:.08em}header{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;border-bottom:1px solid var(--line);background:rgba(251,248,243,.94);position:sticky;top:0;z-index:10}.brand{font:700 24px 'Playfair Display';color:var(--ink);text-decoration:none;letter-spacing:.04em}.brand span{color:var(--berry)}nav{display:flex;gap:32px}nav a{color:var(--ink);text-decoration:none;font-size:14px}.header-actions{display:flex;gap:10px}.plain,.cart-button,.close{border:0;background:none;cursor:pointer}.cart-button{background:var(--berry);color:white;border-radius:99px;padding:11px 17px}.cart-button b{background:white;color:var(--berry);border-radius:50%;padding:1px 6px;margin-left:5px}.hero{min-height:620px;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:60px 8vw;background:linear-gradient(125deg,#fbf8f3 45%,#f1d8df)}.eyebrow{color:var(--berry);font-size:12px;font-weight:700;letter-spacing:.18em}.hero h1,.section-heading h2,.about-card h2{font:700 clamp(45px,6vw,78px)/.98 'Playfair Display';margin:18px 0}.hero h1 em{color:var(--berry);font-weight:600}.hero-copy>p:not(.eyebrow){max-width:540px;line-height:1.7;color:var(--muted);font-size:17px}.primary{display:inline-block;margin-top:20px;padding:15px 24px;background:var(--ink);color:white;border-radius:3px;text-decoration:none}.hero-art{height:450px;position:relative;display:flex;align-items:flex-end;justify-content:center;gap:18px}.glow{position:absolute;width:390px;height:390px;border-radius:50%;background:rgba(255,255,255,.55);filter:blur(5px);top:5px}.bottle,.jar{position:relative;z-index:2;box-shadow:0 25px 45px #723b4d3a;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6f2948}.bottle{width:120px;border-radius:38px 38px 18px 18px;background:linear-gradient(90deg,#dca0b8,#f7d8e3,#cb7fa0)}.bottle.tall{height:310px}.bottle.dropper{height:230px;width:105px;border-radius:15px;margin-bottom:5px}.dropper span{position:absolute;top:-88px;width:55px;height:92px;background:#37242c;border-radius:18px 18px 5px 5px}.jar{width:145px;height:125px;border-radius:25px;background:linear-gradient(#f8e7ed,#d99bb4)}.bottle i,.jar i{font:700 20px 'Playfair Display';font-style:normal}.bottle small,.jar small{text-align:center;letter-spacing:.18em;margin-top:8px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);padding:25px 7vw;background:white;border-bottom:1px solid var(--line)}.benefits div{display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px}.benefits b{color:var(--berry);font-size:20px}.shop-section{padding:85px 7vw}.section-heading{display:flex;justify-content:space-between;align-items:end}.section-heading h2,.about-card h2{font-size:44px;margin:8px 0}.search{background:white;border:1px solid var(--line);padding:12px 15px;display:flex;gap:8px}.search input{border:0;outline:0;background:none;min-width:220px}.filters{display:flex;gap:8px;margin:28px 0}.filters button{border:1px solid var(--line);background:transparent;border-radius:99px;padding:9px 17px;cursor:pointer}.filters button.active{background:var(--ink);color:white}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{background:white;border:1px solid var(--line);transition:.2s}.product:hover{transform:translateY(-4px);box-shadow:0 15px 35px #44273312}.product-visual{height:260px;display:grid;place-items:center;background:var(--bg);position:relative;overflow:hidden}.product-visual:after{content:'';position:absolute;width:150px;height:30px;background:#0002;filter:blur(14px);border-radius:50%;bottom:26px}.mini-product{width:75px;height:160px;background:linear-gradient(90deg,var(--accent),#fff8,var(--accent));border-radius:28px 28px 14px 14px;z-index:1;display:grid;place-items:center;font:700 11px 'Playfair Display';color:#5b3343;box-shadow:0 15px 25px #0002}.product-info{padding:18px}.product-info small{color:var(--berry);text-transform:uppercase;letter-spacing:.1em}.product-info h3{font:600 20px 'Playfair Display';margin:8px 0}.product-row{display:flex;align-items:center;justify-content:space-between}.product-row button{background:var(--berry);color:white;border:0;padding:10px 14px;cursor:pointer}.about-card{margin:0 7vw 80px;padding:60px;background:var(--pink);display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-card p:last-child{line-height:1.8;color:var(--muted)}footer{padding:40px 7vw;background:var(--ink);color:#d9ced2;display:flex;align-items:center;justify-content:space-between}footer .brand{color:white}.drawer{position:fixed;right:0;top:0;height:100%;width:min(440px,100%);background:white;z-index:30;transform:translateX(105%);transition:.3s;display:flex;flex-direction:column}.drawer.open{transform:none}.drawer-head{padding:22px 25px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.drawer-head h2{font:700 28px 'Playfair Display';margin:0}.close{font-size:30px}.cart-items{padding:18px 25px;overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:55px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-thumb{background:var(--pink);display:grid;place-items:center;color:var(--berry)}.qty{display:flex;gap:10px;align-items:center;margin-top:8px}.qty button{border:1px solid var(--line);background:white}.remove{border:0;background:none;color:#9a5470;cursor:pointer}.empty{text-align:center;color:var(--muted);margin-top:80px}.cart-footer{padding:22px 25px;border-top:1px solid var(--line)}.cart-footer>div{display:flex;justify-content:space-between;font-size:18px}.checkout{width:100%;border:0;background:#1d9c54;color:white;padding:15px;margin:18px 0 8px;font-weight:700;cursor:pointer}.cart-footer small{color:var(--muted)}.overlay{position:fixed;inset:0;background:#1d1018a8;z-index:20;opacity:0;pointer-events:none;transition:.3s}.overlay.show{opacity:1;pointer-events:auto}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,30px);background:var(--ink);color:white;padding:12px 20px;z-index:40;opacity:0;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:900px){nav{display:none}.hero{grid-template-columns:1fr;padding-top:65px}.hero-art{height:360px}.benefits{grid-template-columns:1fr 1fr;gap:22px}.product-grid{grid-template-columns:1fr 1fr}.about-card{grid-template-columns:1fr;gap:10px}.section-heading{align-items:flex-start;flex-direction:column;gap:15px}}@media(max-width:560px){header{padding:0 4vw}.hero{padding:50px 6vw}.hero-art{transform:scale(.78);margin:-35px}.product-grid{grid-template-columns:1fr}.benefits{grid-template-columns:1fr}.section-heading h2{font-size:36px}.search{width:100%}.search input{min-width:0;width:100%}.shop-section{padding:60px 5vw}.about-card{margin:0 5vw 50px;padding:35px 25px}footer{flex-direction:column;gap:12px}.filters{overflow:auto}}
.product-visual.has-photo:after{display:none}.product-visual img{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}.cart-thumb{overflow:hidden}.cart-thumb img{width:100%;height:100%;object-fit:cover}

/* Bella 360 brand presentation */
.brand-image{display:flex;align-items:center}.brand-image img{display:block;width:145px;height:auto}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 38%,rgba(255,255,255,.92) 0 12%,rgba(255,255,255,.25) 25%,transparent 44%),radial-gradient(circle at 92% 78%,rgba(171,47,102,.2),transparent 34%),linear-gradient(120deg,#fffdfb 0%,#fcf6f7 49%,#f3dce6 100%)}.hero:before,.hero:after{content:'';position:absolute;border-radius:50%;pointer-events:none}.hero:before{width:560px;height:560px;border:1px solid rgba(143,49,92,.12);right:-210px;top:-180px;box-shadow:0 0 0 60px rgba(143,49,92,.035),0 0 0 120px rgba(143,49,92,.025)}.hero:after{width:16px;height:16px;background:#a83c69;left:52%;bottom:16%;box-shadow:38px -24px 0 2px rgba(168,60,105,.28),82px 12px 0 -2px rgba(168,60,105,.3),125px -34px 0 1px rgba(168,60,105,.2)}.hero-copy,.hero-art{z-index:1}.hero-logo{display:block;width:min(330px,76%);height:auto;margin:0 0 22px}.hero .eyebrow{margin-top:0}.hero h1{max-width:650px}.hero-copy>p:not(.eyebrow){font-size:18px;max-width:510px}.primary{box-shadow:0 12px 26px rgba(38,24,33,.18);transition:transform .2s,box-shadow .2s}.primary:hover{transform:translateY(-2px);box-shadow:0 17px 30px rgba(38,24,33,.24)}footer .brand-image img{filter:brightness(0) invert(1);opacity:.95}@media(max-width:900px){.hero-logo{width:250px}.hero:before{right:-280px;top:-220px}}@media(max-width:560px){.brand-image img{width:118px}.hero-logo{width:230px}.hero{padding-top:45px}}

.hero-art{isolation:isolate}.hero-art .glow{width:420px;height:420px;background:radial-gradient(circle,rgba(255,255,255,.9),rgba(255,255,255,.2) 54%,transparent 70%);filter:blur(2px);top:8px}.premium-product-wrap{position:relative;z-index:2;width:min(500px,94%);height:460px;transform:translateY(16px);transition:transform .35s ease}.premium-product-wrap:hover{transform:translateY(7px)}.premium-collection{display:block;width:100%;height:100%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 28px 26px rgba(76,34,51,.23))}.bottle-brand{position:absolute;z-index:3;height:auto;pointer-events:none;filter:drop-shadow(0 1px 0 rgba(255,255,255,.25))}.lotion-brand{width:24%;left:9.7%;top:52%}.serum-brand{width:21%;left:40.5%;top:69%}.jar-brand{width:22%;left:66%;top:79%}@media(max-width:900px){.premium-product-wrap{width:min(440px,96%);height:380px;transform:translateY(6px)}}@media(max-width:560px){.premium-product-wrap{width:min(365px,100%);height:325px;transform:translateY(0)}}

.multibrand-hero{position:relative;z-index:2;display:block;width:min(515px,98%);max-height:480px;object-fit:contain;object-position:center;filter:drop-shadow(0 26px 30px rgba(44,19,28,.38));transform:translateY(7px);transition:transform .35s ease,filter .35s ease}.multibrand-hero:hover{transform:translateY(-2px) scale(1.015);filter:drop-shadow(0 34px 34px rgba(44,19,28,.45))}@media(max-width:900px){.multibrand-hero{width:min(450px,98%);max-height:400px}}@media(max-width:560px){.multibrand-hero{width:min(370px,100%);max-height:340px}}

.hero-art{height:520px}.beauty-model-hero{position:relative;z-index:2;display:block;width:min(560px,100%);height:100%;object-fit:cover;object-position:57% center;border-radius:220px 220px 32px 32px;box-shadow:0 28px 48px rgba(48,16,30,.28);transition:transform .35s ease,box-shadow .35s ease}.beauty-model-hero:hover{transform:translateY(-5px);box-shadow:0 34px 54px rgba(48,16,30,.36)}@media(max-width:900px){.hero-art{height:440px}.beauty-model-hero{width:min(480px,100%);border-radius:160px 160px 28px 28px}}@media(max-width:560px){.hero{min-height:calc(100svh - 74px);padding:36px 6vw 0;grid-template-rows:auto 1fr}.hero-copy{padding-top:0}.hero h1{margin:13px 0;font-size:clamp(43px,13vw,58px)}.hero-copy>p:not(.eyebrow){font-size:16px;line-height:1.55}.primary{margin-top:14px}.hero-art{height:43svh;min-height:350px;align-self:end}.beauty-model-hero{width:min(390px,100%);border-radius:130px 130px 0 0;object-position:57% 35%}.hero:after{display:none}}

/* Refined storefront presentation */
.hero{min-height:650px;padding-top:54px;padding-bottom:54px}.hero-copy{max-width:585px}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:26px}.hero-actions .primary{margin:0;padding:16px 24px;font-weight:700}.secondary{color:var(--ink);font-size:15px;font-weight:700;text-decoration:none;border-bottom:1px solid #b88498;padding:12px 0;transition:color .2s,border-color .2s}.secondary span{color:var(--berry);padding-left:5px;transition:padding .2s}.secondary:hover{color:var(--berry);border-color:var(--berry)}.secondary:hover span{padding-left:9px}.hero-proof{display:flex;gap:18px;margin-top:28px;color:#66535c;font-size:13px;font-weight:600}.hero-proof span{display:flex;align-items:center;gap:7px}.hero-proof b{color:var(--berry);font-size:16px}.category-spotlight{margin:0 7vw;padding:68px 7vw;display:grid;grid-template-columns:.82fr 1.18fr;gap:58px;align-items:center;background:#2a1721;color:#fff;position:relative;overflow:hidden}.category-spotlight:before{content:'';position:absolute;width:520px;height:520px;border-radius:50%;right:-150px;top:-270px;border:1px solid rgba(255,255,255,.17);box-shadow:0 0 0 54px rgba(255,255,255,.04),0 0 0 112px rgba(255,255,255,.025)}.spotlight-copy,.spotlight-actions{position:relative;z-index:1}.spotlight-copy .eyebrow{color:#e7a0bd}.spotlight-copy h2{font:700 clamp(36px,4vw,56px)/1 'Playfair Display';letter-spacing:-.03em;margin:15px 0 18px}.spotlight-copy h2 em{color:#e8a0be;font-weight:600}.spotlight-copy>p:last-child{max-width:360px;margin:0;color:#e0d5da;font-size:16px;line-height:1.7}.spotlight-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.category-link{min-height:124px;padding:18px 20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:#fff;text-decoration:none;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr auto;transition:background .2s,transform .2s,border-color .2s}.category-link span{font-size:11px;letter-spacing:.15em;color:#df9ab8}.category-link strong{grid-column:1/-1;align-self:center;font:600 26px 'Playfair Display'}.category-link i{grid-column:1/-1;font-size:12px;font-style:normal;color:#f2dbe4}.category-link:hover{transform:translateY(-4px);background:var(--berry);border-color:#d87ba4}.benefits{position:relative;z-index:2}.benefits div{font-weight:600}.benefits b{display:grid;place-items:center;width:28px;height:28px;border:1px solid #edc5d4;border-radius:50%;font-size:15px}
@media(max-width:900px){.hero{min-height:auto}.category-spotlight{grid-template-columns:1fr;gap:38px;padding:52px 8vw}.spotlight-copy>p:last-child{max-width:520px}}@media(max-width:560px){.hero{padding-top:30px}.hero-actions{gap:16px;margin-top:21px}.hero-actions .primary{padding:14px 16px;font-size:14px}.secondary{font-size:13px;padding:9px 0}.hero-proof{gap:10px;margin-top:20px;font-size:11px}.hero-proof span{gap:4px}.hero-proof b{font-size:13px}.benefits{grid-template-columns:1fr 1fr;gap:0;padding:17px 5vw}.benefits div{justify-content:flex-start;gap:7px;font-size:11px;padding:9px 0}.benefits b{width:23px;height:23px;font-size:12px}.category-spotlight{margin:0;padding:48px 6vw;gap:31px}.spotlight-copy h2{font-size:38px}.spotlight-copy>p:last-child{font-size:15px}.spotlight-actions{grid-template-columns:1fr 1fr;gap:8px}.category-link{min-height:105px;padding:14px}.category-link strong{font-size:21px}.category-link i{font-size:10px}}

/* Clean category cards: the name is the focal point, not a list number. */
.category-link{padding:20px;display:flex;flex-direction:column;justify-content:space-between}.category-link strong{align-self:auto;font-size:28px}.category-link i{font-size:12px}@media(max-width:560px){.category-link{padding:14px}.category-link strong{font-size:21px}.category-link i{font-size:10px}}

/* Polished actions and benefit icons */
.cart-button{display:inline-flex;align-items:center;gap:7px;font-weight:700;box-shadow:0 7px 17px rgba(143,49,92,.2);transition:transform .2s,background .2s,box-shadow .2s}.cart-button:hover{transform:translateY(-2px);background:#742347;box-shadow:0 11px 22px rgba(143,49,92,.3)}.cart-button b{display:grid;place-items:center;min-width:20px;height:20px;padding:0;margin-left:0}.primary{border-radius:4px;font-weight:700;letter-spacing:.01em}.primary:after{content:'→';display:inline-block;margin-left:9px;transition:transform .2s}.primary:hover:after{transform:translateX(4px)}.category-link{border-radius:3px;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.category-link i{display:flex;align-items:center;justify-content:space-between;width:100%;opacity:.86}.category-link:hover i{opacity:1}.benefits{box-shadow:0 7px 20px rgba(53,23,36,.035)}.benefits .benefit-icon{background:#fff7fa;border:1px solid #e9b5c9;color:var(--berry);box-shadow:0 3px 8px rgba(143,49,92,.09);font-family:'DM Sans',sans-serif;font-size:16px;font-weight:700}
@media(max-width:560px){.cart-button{padding:10px 13px;font-size:13px}.cart-button b{min-width:19px;height:19px}.benefits .benefit-icon{width:25px;height:25px;font-size:13px}}
