:root{--pink:#ef879d;--pink-dark:#c9516d;--blush:#fff0f3;--cream:#fffaf6;--ink:#332a2c;--muted:#766a6d;--line:#eadde0;--white:#fff;--shadow:0 18px 50px rgba(91,57,65,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif}.announcement{padding:9px 16px;background:var(--ink);color:#fff;text-align:center;font-size:12px;letter-spacing:.04em}.site-header{height:84px;padding:0 5vw;display:grid;grid-template-columns:1fr minmax(260px,500px) 1fr;align-items:center;gap:24px;background:rgba(255,250,246,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none}.brand-icon{width:48px;height:48px;object-fit:contain;display:block;flex:0 0 48px}.brand-copy strong,.brand-copy small{display:block}.brand-copy strong{font-family:"Playfair Display";font-size:20px;line-height:1}.brand-copy small{color:var(--muted);font-size:10px;margin-top:5px;letter-spacing:.06em}.search{height:46px;border:1px solid var(--line);background:#fff;border-radius:999px;display:flex;align-items:center;padding:0 18px;gap:10px}.search input{border:0;outline:0;width:100%;font:inherit;background:transparent}.cart-button{justify-self:end;border:0;background:transparent;display:flex;gap:8px;align-items:center;font:600 14px inherit;cursor:pointer}.cart-button b{background:var(--pink);color:white;min-width:23px;height:23px;padding:0 6px;display:grid;place-items:center;border-radius:99px}.hero{min-height:540px;padding:74px 8vw;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden;background:linear-gradient(120deg,#fff6f7 0%,#fffaf6 65%)}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.2em;color:var(--pink-dark);margin:0 0 13px}.hero h1,.section-heading h2,.drawer-header h2,dialog h2{font-family:"Playfair Display";margin:0}.hero h1{font-size:clamp(49px,6vw,82px);line-height:.98}.hero h1 em{color:var(--pink-dark);font-weight:600}.hero>div>p:not(.eyebrow){max-width:560px;color:var(--muted);line-height:1.7;font-size:16px;margin:25px 0}.primary-button,.secondary-button,.whatsapp-button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:999px;padding:14px 23px;font:600 14px inherit;text-decoration:none;cursor:pointer}.primary-button{background:var(--ink);color:#fff}.hero-art{height:390px;position:relative;display:grid;place-items:center}.gift{width:230px;height:230px;background:var(--pink);border-radius:42% 58% 55% 45%;display:grid;place-items:center;color:#fff;font-size:85px;box-shadow:var(--shadow);transform:rotate(7deg);position:relative;z-index:2}.orb{position:absolute;border-radius:50%}.orb-one{width:290px;height:290px;background:#fbd7df;left:3%;top:10%}.orb-two{width:180px;height:180px;background:#f8dcbf;right:4%;bottom:2%}.spark{position:absolute;color:#d8758a;font-size:36px}.spark-one{right:8%;top:3%}.spark-two{left:10%;bottom:6%;font-size:24px}.shop{padding:80px 5vw 100px;max-width:1500px;margin:auto}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-heading h2{font-size:42px}.section-heading>p{color:var(--muted);font-size:13px}.toolbar{display:flex;justify-content:space-between;gap:20px;margin-bottom:28px;align-items:center}.categories{display:flex;gap:8px;overflow:auto;padding-bottom:4px}.category-button,#sortSelect{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 16px;white-space:nowrap;font:500 13px inherit;color:var(--ink)}.category-button{cursor:pointer}.category-button.active{background:var(--ink);color:#fff;border-color:var(--ink)}#sortSelect{border-radius:10px}.status{text-align:center;padding:34px;color:var(--muted)}.status.warning{color:#7a5b17;background:#fff7d6;border-radius:14px}.status.error{color:#9a344a;background:#ffe9ee;border-radius:14px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 18px}.product-card{min-width:0;cursor:pointer}.product-image{aspect-ratio:1/1.12;border-radius:16px;overflow:hidden;background:#f2e9e6;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.product-card:hover img{transform:scale(1.04)}.product-placeholder{height:100%;display:grid;place-items:center;color:#b8919b;font-family:"Playfair Display";font-size:48px}.product-tag{position:absolute;top:11px;left:11px;background:#fff;padding:6px 9px;border-radius:99px;font-size:10px;font-weight:700}.product-info{padding:13px 2px}.product-info h3{font-size:14px;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-meta{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:12px}.product-price{font-weight:700;color:var(--ink);font-size:14px}.secondary-button{margin:36px auto 0;border:1px solid var(--ink);background:transparent}.hidden{display:none!important}.overlay{position:fixed;inset:0;background:rgba(31,20,23,.42);z-index:40;opacity:0;pointer-events:none;transition:.25s}.overlay.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(450px,100%);background:#fff;z-index:50;transform:translateX(100%);transition:.3s;display:flex;flex-direction:column;box-shadow:var(--shadow)}.cart-drawer.open{transform:none}.drawer-header{padding:28px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.drawer-header h2{font-size:28px}.icon-button{border:0;background:#f6edef;width:38px;height:38px;border-radius:50%;font-size:24px;cursor:pointer}.cart-items{padding:20px;overflow:auto;flex:1}.empty-cart{text-align:center;color:var(--muted);padding:70px 20px}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:13px;padding:13px 0;border-bottom:1px solid var(--line)}.cart-item img,.cart-item .mini-placeholder{width:72px;height:80px;object-fit:cover;border-radius:10px;background:#f2e9e6}.cart-item h4{font-size:13px;margin:2px 0 5px}.cart-item p{font-size:11px;color:var(--muted);margin:0 0 7px}.quantity{display:flex;align-items:center;gap:10px}.quantity button{border:1px solid var(--line);background:white;width:25px;height:25px;border-radius:50%;cursor:pointer}.remove{border:0;background:transparent;color:#a35164;cursor:pointer;font-size:12px}.cart-footer{padding:22px;border-top:1px solid var(--line)}.cart-total{display:flex;justify-content:space-between;margin-bottom:16px}.cart-total strong{font-size:20px}.whatsapp-button{width:100%;background:#25d366;color:#fff}.cart-footer small{display:block;text-align:center;color:var(--muted);margin-top:12px;line-height:1.4}dialog{border:0;border-radius:22px;padding:0;box-shadow:var(--shadow);width:min(880px,calc(100% - 28px));color:var(--ink)}dialog::backdrop{background:rgba(31,20,23,.55)}.modal-close{position:absolute;right:17px;top:17px;z-index:2}.modal-layout{display:grid;grid-template-columns:1fr 1fr}.modal-layout>img,.modal-image-placeholder{width:100%;height:100%;min-height:480px;object-fit:cover;background:#f4e9e6;display:grid;place-items:center;font-size:80px;color:#c68a99}.modal-details{padding:58px 42px}.modal-details h2{font-size:36px;margin-bottom:8px}.modal-price{font-size:22px;font-weight:700}.modal-description{color:var(--muted);line-height:1.65;font-size:14px}.option-label{font-size:12px;font-weight:700;margin:22px 0 8px}.option-list{display:flex;flex-wrap:wrap;gap:7px}.option-chip{border:1px solid var(--line);background:#fff;padding:8px 12px;border-radius:99px;font:500 12px inherit;cursor:pointer}.option-chip.selected{border-color:var(--pink-dark);background:var(--blush)}.add-button{width:100%;background:var(--ink);color:#fff;margin-top:28px}.checkout-modal{padding:42px;width:min(500px,calc(100% - 28px))}.checkout-modal h2{font-size:32px;margin-bottom:24px}.checkout-modal label{display:block;font-size:12px;font-weight:600;margin:14px 0}.checkout-modal input,.checkout-modal textarea{display:block;width:100%;margin-top:7px;border:1px solid var(--line);border-radius:10px;padding:12px;font:inherit}.checkout-modal textarea{min-height:90px;resize:vertical}footer{background:var(--ink);color:#fff;padding:45px 5vw;display:flex;align-items:center;justify-content:space-between;gap:25px}footer .brand,footer a{color:#fff}footer p{color:#cfbec2;font-size:13px}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-logo{height:56px;width:auto;display:block;filter:drop-shadow(0 6px 12px rgba(0,0,0,.15))}.footer-tagline{color:#cfbec2;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
@media(max-width:950px){.site-header{grid-template-columns:1fr auto}.search{order:3;grid-column:1/-1;margin-bottom:13px}.site-header{height:auto;padding-top:14px}.hero{grid-template-columns:1fr;min-height:auto}.hero-art{height:280px}.gift{width:180px;height:180px}.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.announcement{font-size:10px}.brand-copy small{display:none}.brand-copy strong{font-size:17px}.brand-icon{width:40px;height:40px;flex-basis:40px}.hero{padding:58px 22px 38px}.hero h1{font-size:48px}.hero-art{height:240px}.gift{width:150px;height:150px;font-size:62px}.shop{padding:60px 16px 80px}.section-heading{align-items:start}.section-heading h2{font-size:32px}.section-heading>p{display:none}.toolbar{align-items:stretch;flex-direction:column}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 10px}.product-info h3{font-size:13px}.product-meta{display:block}.product-meta span{display:block;margin-top:3px}.modal-layout{grid-template-columns:1fr}.modal-layout>img,.modal-image-placeholder{min-height:300px;max-height:360px}.modal-details{padding:32px 22px}.modal-details h2{font-size:29px}footer{flex-direction:column;text-align:center}.footer-brand{align-items:center}.cart-item{grid-template-columns:62px 1fr auto}.cart-item img,.cart-item .mini-placeholder{width:62px;height:70px}}

/* Refined storefront */
.hero-gallery{height:430px;position:relative}.hero-card{position:absolute;margin:0;overflow:hidden;background:#eadfda;box-shadow:0 22px 60px rgba(91,57,65,.16);border:7px solid #fff}.hero-card img{width:100%;height:100%;object-fit:cover}.hero-card-main{width:56%;height:88%;left:18%;top:5%;border-radius:120px 120px 22px 22px;transform:rotate(-2deg)}.hero-card-top{width:31%;height:43%;right:0;top:0;border-radius:24px;transform:rotate(7deg)}.hero-card-bottom{width:31%;height:43%;left:0;bottom:0;border-radius:24px;transform:rotate(-7deg)}.hero-sticker{position:absolute;right:2%;bottom:5%;width:104px;height:104px;border-radius:50%;display:grid;place-content:center;text-align:center;background:var(--ink);color:#fff;font:700 30px/1 "Playfair Display";box-shadow:0 12px 30px rgba(41,34,37,.25);transform:rotate(8deg)}.hero-sticker small{font:700 9px/1.2 "DM Sans";letter-spacing:.11em;margin-top:5px}
.product-card{transition:transform .25s}.product-card:hover{transform:translateY(-4px)}.product-image{aspect-ratio:4/5;border-radius:18px}.product-image:after{content:"";position:absolute;inset:auto 0 0;height:32%;background:linear-gradient(transparent,rgba(31,20,23,.45));opacity:0;transition:.3s}.product-card:hover .product-image:after,.product-card:hover .view-product{opacity:1}.product-tag{z-index:2;background:rgba(255,255,255,.92);font-size:9px;letter-spacing:.08em}.view-product{position:absolute;z-index:2;left:14px;bottom:13px;color:#fff;font-size:12px;font-weight:700;opacity:0;transition:.3s}.product-category{margin:0 0 5px;color:var(--pink-dark);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-info{padding-top:14px}.product-info h3{margin-bottom:8px}.product-meta{align-items:end;font-size:10px}.product-meta>span:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-price{white-space:nowrap}
@media(max-width:950px){.hero-gallery{height:360px;margin-top:25px}}
@media(max-width:680px){.hero{padding:52px 20px 30px}.hero h1{font-size:46px}.hero-gallery{height:300px;margin-top:20px}.hero-card-main{left:20%;width:60%}.hero-card-top,.hero-card-bottom{width:35%;height:42%}.hero-sticker{width:80px;height:80px;font-size:23px}.hero-sticker small{font-size:7px}.shop{padding-left:14px;padding-right:14px}.product-image{border-radius:13px}.view-product{display:none}.product-info h3{font-size:12px}.product-price{font-size:13px}}
