:root{--bg:#fffaf7;--card:#fff;--ink:#392d2b;--muted:#7f6e69;--rose:#ca7890;--rose-dark:#a94f6d;--blush:#f7e8eb;--gold:#b89b69;--line:#eaded9;--shadow:0 18px 60px rgba(92,60,60,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',sans-serif}.hero{position:relative;overflow:hidden;background:linear-gradient(145deg,#fff7f6 0%,#fbf1eb 50%,#f6e9ee 100%);min-height:620px;display:flex;align-items:center}.hero-inner{width:min(1180px,calc(100% - 40px));margin:auto;padding:80px 0 70px;position:relative;z-index:2}.eyebrow,.section-kicker{letter-spacing:.18em;font-size:.72rem;font-weight:700;color:var(--rose-dark)}h1,h2{font-family:'Playfair Display',serif}.hero h1{font-size:clamp(3.2rem,8vw,6.8rem);line-height:.92;margin:10px 0 18px;max-width:800px;font-weight:500}.hero-tagline{font-family:'Playfair Display',serif;font-style:italic;font-size:clamp(1.4rem,3vw,2.1rem);color:var(--rose-dark);margin:0 0 16px}.hero-copy{max-width:620px;color:var(--muted);line-height:1.75;font-size:1.03rem}.hero-btn{display:inline-flex;margin-top:20px;padding:14px 22px;border-radius:999px;background:var(--ink);color:#fff;text-decoration:none;font-weight:700}.hero-gallery{position:absolute;right:0;bottom:55px;display:flex;align-items:flex-end;gap:14px}.hero-gallery img{width:150px;height:190px;object-fit:cover;border-radius:80px 80px 24px 24px;border:7px solid rgba(255,255,255,.75);box-shadow:var(--shadow)}.hero-gallery img:nth-child(2){height:250px;width:180px}.hero-blur{position:absolute;border-radius:50%;filter:blur(8px);opacity:.55}.hero-blur-a{width:320px;height:320px;background:#f8cdda;right:4%;top:-80px}.hero-blur-b{width:280px;height:280px;background:#f3d6ac;left:-120px;bottom:-120px}.category-nav{position:sticky;top:0;z-index:30;background:rgba(255,250,247,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.category-nav-inner{width:min(1180px,100%);margin:auto;display:flex;gap:8px;padding:11px 20px;overflow:auto}.category-nav a{white-space:nowrap;text-decoration:none;color:var(--ink);font-size:.9rem;padding:8px 13px;border-radius:999px}.category-nav a:hover{background:var(--blush);color:var(--rose-dark)}main{width:min(1180px,calc(100% - 40px));margin:auto}.menu-section{padding:74px 0 10px;scroll-margin-top:70px}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:28px}.section-heading h2{font-size:clamp(2.4rem,5vw,4.2rem);font-weight:500;margin:4px 0 6px}.section-heading p{color:var(--muted);max-width:620px;line-height:1.6;margin:0}.section-heading img{width:118px;height:118px;border-radius:50%;object-fit:cover;border:6px solid #fff;box-shadow:var(--shadow)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{background:var(--card);border:1px solid #f0e6e2;border-radius:28px;overflow:hidden;box-shadow:0 10px 30px rgba(75,49,49,.045);transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-image{height:230px;position:relative;background:#f3e9e5}.product-image img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:14px;left:14px;background:#fff;padding:7px 10px;border-radius:999px;font-size:.72rem;font-weight:700}.product-content{padding:19px}.product-title-row{display:flex;gap:12px;align-items:flex-start;justify-content:space-between}.product-title-row h3{font-size:1.05rem;margin:0;line-height:1.3}.price{font-size:.88rem;font-weight:700;color:var(--rose-dark);text-align:right;min-width:95px}.description{color:var(--muted);font-size:.88rem;line-height:1.5;margin-top:12px}.description p{margin:4px 0}.minimum{font-size:.78rem;color:var(--gold);font-weight:700;margin:12px 0}.variant-label{font-size:.8rem;font-weight:700;display:block;margin:12px 0}.variant-label select{width:100%;margin-top:6px;border:1px solid var(--line);padding:11px;border-radius:12px;background:#fff;color:var(--ink)}.add-btn{width:100%;border:0;background:var(--blush);color:var(--rose-dark);font-weight:700;padding:12px;border-radius:14px;cursor:pointer}.add-btn:hover{background:#f1d8df}footer{text-align:center;padding:70px 20px 110px;color:var(--muted);font-size:.9rem}.admin-link{color:var(--muted);font-size:.75rem;text-decoration:none}.cart-fab{position:fixed;right:20px;bottom:20px;z-index:45;border:0;border-radius:999px;background:var(--ink);color:white;padding:13px 17px;box-shadow:0 15px 40px rgba(0,0,0,.22);font-weight:700;display:flex;gap:10px;align-items:center;cursor:pointer}.cart-fab b{background:var(--rose);width:24px;height:24px;display:grid;place-items:center;border-radius:50%}.drawer-backdrop{position:fixed;inset:0;background:rgba(29,20,19,.35);z-index:50;opacity:0;pointer-events:none;transition:.25s}.drawer-backdrop.show{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;z-index:55;right:0;top:0;height:100dvh;width:min(460px,100%);background:#fff;padding:26px;transform:translateX(100%);transition:.3s;box-shadow:-30px 0 80px rgba(0,0,0,.14);overflow:auto}.cart-drawer.open{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:16px}.drawer-head h2{margin:3px 0 0;font-size:2rem}.drawer-head button,.cart-row button{border:0;background:transparent;font-size:1.8rem;cursor:pointer;color:var(--muted)}.cart-items{display:grid;gap:10px;margin:18px 0}.cart-row{border:1px solid var(--line);border-radius:16px;padding:13px;display:flex;justify-content:space-between;gap:12px}.cart-row strong,.cart-row small,.cart-row span{display:block}.cart-row small{color:var(--muted);margin-top:4px}.cart-row span{color:var(--rose-dark);font-size:.8rem;font-weight:700;margin-top:5px}.cart-empty{color:var(--muted);padding:22px 0}.note-label{font-size:.82rem;font-weight:700}.note-label textarea{width:100%;min-height:100px;border:1px solid var(--line);border-radius:14px;padding:12px;margin-top:7px;font:inherit;resize:vertical}.whatsapp-btn{width:100%;margin-top:14px;border:0;border-radius:14px;padding:14px;background:#1f9d61;color:#fff;font-weight:800;cursor:pointer}.drawer-help{color:var(--muted);font-size:.8rem;line-height:1.4}@media(max-width:900px){.hero{min-height:700px}.hero-inner{padding-top:60px;padding-bottom:260px}.hero-gallery{right:auto;left:0;bottom:35px}.hero-gallery img{width:120px;height:145px}.hero-gallery img:nth-child(2){width:140px;height:185px}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){main{width:min(100% - 24px,1180px)}.hero-inner{width:calc(100% - 28px)}.hero h1{font-size:3.4rem}.hero-gallery{gap:8px}.hero-gallery img{width:92px;height:120px;border-width:4px}.hero-gallery img:nth-child(2){width:110px;height:150px}.product-grid{grid-template-columns:1fr}.product-image{height:260px}.section-heading{align-items:center}.section-heading img{width:82px;height:82px}.menu-section{padding-top:55px}.product-title-row{gap:8px}.category-nav-inner{padding-left:12px}.cart-fab{right:12px;bottom:12px}}
