: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}
