
:root{--pink:#ef7897;--pink2:#ffdce6;--rose:#b94264;--ink:#38242a;--cream:#fff9f8;--white:#fff;--green:#718566;--shadow:0 18px 55px rgba(116,55,75,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:linear-gradient(#fff,#fff8fa);overflow-x:hidden}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.section{padding:86px 0}.eyebrow,.section-title span{color:var(--rose);font-weight:700;letter-spacing:.13em;text-transform:uppercase;font-size:.8rem}.section-title{text-align:center;margin-bottom:34px}.section-title h2,.custom h2,.delivery h2,.contact h2{font-family:'Playfair Display',serif;font-size:clamp(2rem,4vw,3.25rem);margin:.35rem 0}.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid #f3dbe2}.nav{height:82px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;font-family:'Playfair Display',serif;font-weight:700}.brand img{width:58px;height:58px;border-radius:50%;object-fit:cover}.nav nav{display:flex;gap:23px;margin-left:auto}.nav nav a{font-weight:600;font-size:.92rem}.nav nav a:hover{color:var(--rose)}.cart-btn,.menu-btn{border:0;background:var(--pink2);border-radius:999px;padding:10px 14px;cursor:pointer}.menu-btn{display:none}.hero{min-height:720px;position:relative;display:flex;align-items:center;background:radial-gradient(circle at 80% 20%,#ffe0e8,transparent 38%),linear-gradient(120deg,#fff7f8,#fff)}.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(#ef789722 1px,transparent 1px);background-size:24px 24px;opacity:.55}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.hero-copy h1{font-family:'Playfair Display',serif;font-size:clamp(4rem,8vw,7.2rem);line-height:.82;margin:18px 0 30px}.hero-copy h1 em{color:var(--pink);font-weight:500}.hero-copy p{font-size:1.08rem;line-height:1.8;max-width:580px}.hero-actions{display:flex;gap:14px;margin:30px 0}.btn{border:0;border-radius:999px;padding:14px 24px;font-weight:700;cursor:pointer;transition:.25s}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #e67b982d}.primary{background:linear-gradient(135deg,var(--pink),#e05a80);color:#fff}.secondary{background:#fff;color:var(--ink);border:1px solid #efd8de}.benefits{display:flex;gap:18px;flex-wrap:wrap;color:#6c545c;font-size:.9rem}.hero-card{position:relative}.hero-card img{height:620px;width:100%;object-fit:cover;border-radius:46% 46% 20px 20px;box-shadow:var(--shadow)}.hero-badge{position:absolute;bottom:22px;left:22px;background:rgba(255,255,255,.9);padding:13px 18px;border-radius:999px;font-weight:700}.occasion-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.occasion-grid button,.filters button{border:1px solid #f2d7df;background:#fff;border-radius:999px;padding:13px 16px;cursor:pointer}.occasion-grid button:hover,.filters button.active,.filters button:hover{background:var(--pink);color:#fff}.catalog{background:#fff}.filters{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:30px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{border-radius:22px;background:#fff;overflow:hidden;box-shadow:var(--shadow);border:1px solid #f7e3e9;transition:.3s}.product-card:hover{transform:translateY(-8px)}.product-card img{height:260px;width:100%;object-fit:cover}.product-body{padding:18px}.product-body h3{font-family:'Playfair Display',serif;font-size:1.35rem;margin:0}.product-body p{color:#765e65;min-height:48px}.price{font-size:1.25rem;font-weight:800;color:var(--rose)}.card-actions{display:flex;gap:8px;margin-top:14px}.card-actions button{flex:1;border:0;border-radius:12px;padding:11px;cursor:pointer;font-weight:700}.add-cart{background:var(--pink);color:#fff}.order-now{background:#fcedf1}.custom{background:linear-gradient(135deg,#fff1f5,#fff)}.custom-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:center;background:#fff;padding:34px;border-radius:32px;box-shadow:var(--shadow)}.custom-grid>img{height:520px;width:100%;object-fit:cover;border-radius:24px}.custom-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:24px 0}.custom-form label{display:grid;gap:7px;font-weight:700}.custom-form input,.custom-form select,.contact input,.contact select,.contact textarea{border:1px solid #ecd4db;border-radius:13px;padding:13px;background:#fff}.delivery-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.delivery-images{display:grid;grid-template-columns:1fr 1fr;gap:14px}.delivery-images img{height:450px;width:100%;object-fit:cover;border-radius:24px}.delivery-images img:nth-child(2){margin-top:60px}.checklist{list-style:none;padding:0}.checklist li{margin:13px 0}.checklist li:before{content:"✓";color:var(--pink);font-weight:900;margin-right:10px}.gallery{background:#fff9fb}.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.gallery-grid img{height:230px;width:100%;object-fit:cover;border-radius:18px;cursor:pointer;transition:.3s}.gallery-grid img:hover{transform:scale(1.03)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.testimonial-grid article{background:#fff;border:1px solid #f2dce2;border-radius:20px;padding:25px;box-shadow:var(--shadow)}.testimonial-grid article div{color:#f4af23;letter-spacing:.15em}.contact{background:linear-gradient(135deg,#f6a4b9,#e96187);color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.contact form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact textarea{grid-column:1/-1;min-height:120px}.contact form button{grid-column:1/-1;background:#442832}.contact .eyebrow{color:#fff}footer{background:#38242a;color:#fff;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px}.footer-grid img{width:85px;height:85px;border-radius:50%;object-fit:cover}.footer-grid a{display:block;margin:8px 0;color:#f7dce4}.copyright{text-align:center;color:#dcbec7;margin-top:35px}.floating-wa{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;border:0;background:#27c968;color:#fff;font-size:1.7rem;z-index:45;box-shadow:0 12px 30px #22995155}.cart-drawer{position:fixed;right:-430px;top:0;width:min(420px,92vw);height:100vh;background:#fff;z-index:100;padding:24px;transition:.35s;box-shadow:-20px 0 55px #0002;overflow:auto}.cart-drawer.open{right:0}.cart-head{display:flex;justify-content:space-between;align-items:center}.cart-head button{font-size:2rem;border:0;background:none}.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #eee}.cart-item img{width:64px;height:64px;object-fit:cover;border-radius:10px}.cart-item button{border:0;background:#fee5ec;border-radius:50%;width:30px;height:30px}.cart-total{font-size:1.25rem;margin:24px 0}.backdrop{position:fixed;inset:0;background:#0006;z-index:90;opacity:0;pointer-events:none;transition:.3s}.backdrop.show{opacity:1;pointer-events:auto}.lightbox{position:fixed;inset:0;display:none;place-items:center;background:#000c;z-index:120;padding:25px}.lightbox.show{display:grid}.lightbox img{max-height:90vh;max-width:92vw;border-radius:16px}.lightbox button{position:absolute;top:20px;right:28px;border:0;background:#fff;color:#333;width:44px;height:44px;border-radius:50%;font-size:2rem}.reveal{opacity:0;transform:translateY(28px);transition:.8s ease}.reveal.visible{opacity:1;transform:none}.petal{position:fixed;top:-40px;z-index:5;pointer-events:none;animation:fall linear forwards;color:#ec7998;opacity:.55}@keyframes fall{to{transform:translate(var(--drift),110vh) rotate(720deg);opacity:0}}
@media(max-width:980px){.nav nav{position:fixed;top:82px;left:0;right:0;background:#fff;display:none;flex-direction:column;padding:24px}.nav nav.open{display:flex}.menu-btn{display:block;margin-left:auto}.nav nav{margin-left:0}.hero-grid,.custom-grid,.delivery-grid,.contact-grid{grid-template-columns:1fr}.hero{padding:70px 0}.hero-card img{height:470px}.occasion-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr)}.testimonial-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.cart-btn{margin-left:0}}
@media(max-width:620px){.brand span{display:none}.section{padding:64px 0}.hero-copy h1{font-size:3.8rem}.hero-actions{flex-direction:column}.occasion-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:1fr}.custom-form{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid img{height:170px}.delivery-images img{height:300px}.contact form{grid-template-columns:1fr}.contact textarea,.contact form button{grid-column:auto}.footer-grid{grid-template-columns:1fr}.benefits{flex-direction:column}.hero-card img{height:390px}}
