*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{--rose:#e8405a;--rose-light:#ff6b82;--rose-pale:#fff0f2;--rose-mid:#fcd5db;--cream:#fdf8f4;--dark:#1a0a0e;--text:#3d1a22;--muted:#9a6a74;--white:#ffffff;--gold:#c9973a;--gold-light:#f5d88a}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}
nav{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:.75rem 2.5rem;background:rgba(253,248,244,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(232,64,90,.12);transition:box-shadow .3s}
nav.scrolled{box-shadow:0 4px 40px rgba(232,64,90,.08)}
.nav-logo img{height:52px;width:52px;border-radius:50%;object-fit:cover}
.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{font-size:.88rem;font-weight:500;color:var(--muted);text-decoration:none;transition:color .2s}
.nav-links a:hover{color:var(--rose)}
.nav-right{display:flex;align-items:center;gap:1rem}
.cart-btn{position:relative;background:var(--white);border:1.5px solid var(--rose-mid);color:var(--rose);width:44px;height:44px;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.15rem;transition:all .2s}
.cart-btn:hover{background:var(--rose);color:var(--white);border-color:var(--rose)}
.cart-count{position:absolute;top:-6px;right:-6px;background:var(--rose);color:white;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:none;align-items:center;justify-content:center}
.cart-count.visible{display:flex}
.nav-order{background:var(--rose);color:white;border:none;padding:.6rem 1.4rem;border-radius:10px;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .2s;font-family:inherit}
.nav-order:hover{background:#c42d45}
.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 2.5rem 5rem;position:relative;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 70% 80% at 70% 50%,#fce4e8 0%,transparent 70%),radial-gradient(ellipse 40% 40% at 15% 80%,#fde8c8 0%,transparent 60%);z-index:0}
.hero-inner{position:relative;z-index:1;max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}
.hero-tag{display:inline-flex;align-items:center;gap:.5rem;background:var(--rose-pale);border:1px solid var(--rose-mid);color:var(--rose);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.35rem 1rem;border-radius:100px;margin-bottom:1.5rem}
.hero h1{font-family:'Playfair Display',serif;font-size:clamp(2.6rem,5vw,4rem);font-weight:700;line-height:1.1;color:var(--dark);margin-bottom:1.2rem}
.hero h1 .accent{color:var(--rose);font-style:italic}
.hero-desc{font-size:1rem;color:var(--muted);line-height:1.8;max-width:400px;margin-bottom:2rem}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}
.btn-rose{background:var(--rose);color:white;border:none;padding:.85rem 2rem;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;display:flex;align-items:center;gap:.5rem}
.btn-rose:hover{background:#c42d45;transform:translateY(-2px);box-shadow:0 8px 24px rgba(232,64,90,.3)}
.btn-outline{background:transparent;border:1.5px solid var(--rose-mid);color:var(--text);padding:.85rem 2rem;border-radius:12px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}
.btn-outline:hover{border-color:var(--rose);color:var(--rose);background:var(--rose-pale)}
.hero-stats{display:flex;gap:2rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--rose-mid)}
.stat-val{font-family:'Playfair Display',serif;font-size:1.6rem;font-weight:700;color:var(--rose)}
.stat-label{font-size:.78rem;color:var(--muted);margin-top:.15rem}
.hero-visual{display:flex;align-items:center;justify-content:center;position:relative}
.hero-logo-wrap{width:300px;height:300px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero-logo-wrap img{width:100%;height:100%;object-fit:cover}
.float-badge{position:absolute;top:20px;right:-10px;background:var(--gold);color:white;font-size:.72rem;font-weight:700;padding:.4rem .9rem;border-radius:100px;box-shadow:0 4px 12px rgba(201,151,58,.4);white-space:nowrap}
.section{padding:5rem 2.5rem;max-width:1100px;margin:0 auto;position:relative;z-index:1}
.section-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--rose);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}
.section-eyebrow::before{content:'';display:block;width:28px;height:2px;background:var(--rose);border-radius:1px}
.section-title{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:var(--dark);margin-bottom:.75rem;line-height:1.2}
.section-sub{font-size:.95rem;color:var(--muted);line-height:1.7}
#menu{background:var(--white)}
.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}
.menu-card{background:var(--cream);border:1.5px solid var(--rose-mid);border-radius:20px;overflow:hidden;cursor:pointer;transition:all .25s}
.menu-card:hover{border-color:var(--rose);transform:translateY(-4px);box-shadow:0 20px 48px rgba(232,64,90,.14)}
.mc-img{width:100%;aspect-ratio:1/1;overflow:hidden;position:relative}
.mc-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}
.menu-card:hover .mc-img img{transform:scale(1.06)}
.mc-body{padding:1.4rem}
.mc-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.6rem}
.mc-name{font-family:'Playfair Display',serif;font-size:1.15rem;font-weight:700;color:var(--dark)}
.mc-badge{font-size:.7rem;font-weight:700;padding:.25rem .7rem;border-radius:100px;background:var(--gold-light);color:#7a5010;white-space:nowrap}
.mc-desc{font-size:.83rem;color:var(--muted);line-height:1.65;margin-bottom:.9rem}
.mc-sizes{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}
.size-tag{font-size:.72rem;font-weight:600;padding:.25rem .65rem;border-radius:20px;border:1.5px solid var(--rose-mid);color:var(--rose);background:var(--rose-pale);cursor:pointer;transition:all .15s}
.size-tag:hover,.size-tag.active{background:var(--rose);color:white;border-color:var(--rose)}
.mc-footer{display:flex;justify-content:space-between;align-items:center}
.mc-price{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:700;color:var(--rose)}
.mc-price span{font-size:.72rem;font-family:'DM Sans',sans-serif;color:var(--muted);font-weight:400}
.add-to-cart{background:var(--rose);color:white;border:none;width:42px;height:42px;border-radius:12px;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}
.add-to-cart:hover{background:#c42d45;transform:scale(1.1)}
.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:2.5rem}
.price-card{background:var(--white);border:1.5px solid var(--rose-mid);border-radius:16px;padding:1.5rem;text-align:center;transition:all .2s;cursor:pointer}
.price-card:hover{border-color:var(--rose);transform:translateY(-3px);box-shadow:0 10px 30px rgba(232,64,90,.12)}
.price-card.featured{background:var(--rose);border-color:var(--rose)}
.price-card.featured .price-name{color:white}
.price-card.featured .price-amount{color:white}
.price-card.featured .price-desc{color:rgba(255,255,255,.8)}
.price-icon{font-size:2rem;margin-bottom:.75rem}
.price-name{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;color:var(--dark);margin-bottom:.25rem}
.price-amount{font-family:'Playfair Display',serif;font-size:1.6rem;font-weight:700;color:var(--rose);margin-bottom:.25rem}
.price-desc{font-size:.78rem;color:var(--muted);margin-top:.5rem}
.cart-overlay{position:fixed;inset:0;z-index:2000;background:rgba(26,10,14,.45);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .3s}
.cart-overlay.open{opacity:1;pointer-events:all}
.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:95vw;background:var(--white);z-index:2001;transform:translateX(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;border-left:1px solid var(--rose-mid);box-shadow:-20px 0 60px rgba(0,0,0,.12)}
.cart-drawer.open{transform:translateX(0)}
.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem;border-bottom:1px solid var(--rose-mid)}
.cart-header-title{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:700;color:var(--dark)}
.cart-close{background:var(--rose-pale);border:none;width:36px;height:36px;border-radius:10px;cursor:pointer;font-size:1rem;color:var(--rose);display:flex;align-items:center;justify-content:center}
.cart-close:hover{background:var(--rose-mid)}
.cart-items{flex:1;overflow-y:auto;padding:1.25rem 1.75rem;display:flex;flex-direction:column;gap:1rem}
.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted);gap:.75rem;padding:3rem}
.cart-empty .ce-icon{font-size:3rem}
.cart-empty p{font-size:.9rem;text-align:center}
.cart-item{display:flex;align-items:center;gap:1rem;background:var(--cream);border-radius:14px;padding:.9rem 1rem;animation:slideIn .25s ease}
@keyframes slideIn{from{opacity:0;transform:translateX(20px)}}
.ci-icon{width:56px;height:56px;border-radius:10px;overflow:hidden;flex-shrink:0}
.ci-icon img{width:100%;height:100%;object-fit:cover}
.ci-info{flex:1;min-width:0}
.ci-name{font-size:.88rem;font-weight:600;color:var(--dark);margin-bottom:.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ci-size{font-size:.75rem;color:var(--muted);margin-bottom:.2rem}
.ci-price{font-size:.82rem;color:var(--rose);font-weight:600}
.ci-qty{display:flex;align-items:center;gap:.5rem}
.qty-btn{background:var(--white);border:1.5px solid var(--rose-mid);color:var(--rose);width:28px;height:28px;border-radius:8px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .15s;font-family:inherit}
.qty-btn:hover{background:var(--rose);color:white;border-color:var(--rose)}
.qty-num{font-size:.9rem;font-weight:700;color:var(--dark);min-width:18px;text-align:center}
.cart-footer{padding:1.5rem 1.75rem;border-top:1px solid var(--rose-mid)}
.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}
.cart-total-label{font-size:.9rem;color:var(--muted);font-weight:500}
.cart-total-val{font-family:'Playfair Display',serif;font-size:1.4rem;font-weight:700;color:var(--rose)}
.checkout-btn{width:100%;background:var(--rose);color:white;border:none;padding:1rem;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:.6rem}
.checkout-btn:hover{background:#c42d45;transform:translateY(-2px);box-shadow:0 8px 24px rgba(232,64,90,.35)}
.checkout-note{font-size:.75rem;color:var(--muted);text-align:center;margin-top:.75rem}
.modal-overlay{position:fixed;inset:0;z-index:3000;background:rgba(26,10,14,.55);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s;padding:1rem}
.modal-overlay.open{opacity:1;pointer-events:all}
.modal{background:var(--white);border-radius:24px;width:100%;max-width:520px;box-shadow:0 24px 80px rgba(0,0,0,.18);transform:scale(.96) translateY(12px);transition:transform .3s cubic-bezier(.4,0,.2,1);max-height:90vh;overflow-y:auto}
.modal-overlay.open .modal{transform:scale(1) translateY(0)}
.modal-header{padding:1.75rem 1.75rem 1.25rem;border-bottom:1px solid var(--rose-mid);display:flex;align-items:center;justify-content:space-between}
.modal-title{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:700;color:var(--dark)}
.modal-close{background:var(--rose-pale);border:none;width:36px;height:36px;border-radius:10px;cursor:pointer;font-size:1rem;color:var(--rose);display:flex;align-items:center;justify-content:center}
.modal-body{padding:1.75rem}
.order-summary{background:var(--rose-pale);border-radius:14px;padding:1.1rem 1.25rem;margin-bottom:1.5rem}
.os-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--rose);margin-bottom:.75rem}
.os-item{display:flex;justify-content:space-between;font-size:.88rem;color:var(--text);margin-bottom:.35rem}
.os-total{display:flex;justify-content:space-between;padding-top:.75rem;margin-top:.5rem;border-top:1px solid var(--rose-mid)}
.os-total span:first-child{font-weight:600}
.os-total span:last-child{font-weight:700;color:var(--rose)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}
.form-group{display:flex;flex-direction:column;gap:.4rem}
.form-group.full{grid-column:1/-1}
.form-group label{font-size:.8rem;font-weight:600;color:var(--text)}
.form-group input,.form-group textarea{padding:.75rem 1rem;border:1.5px solid var(--rose-mid);border-radius:10px;font-size:.9rem;background:var(--cream);color:var(--dark);outline:none;font-family:inherit;transition:border-color .2s}
.form-group input:focus,.form-group textarea:focus{border-color:var(--rose)}
.form-group textarea{resize:none;height:72px}
.whatsapp-btn{width:100%;padding:1rem;background:#25D366;color:white;border:none;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:.6rem;margin-top:1.5rem}
.whatsapp-btn:hover{background:#1aa34a;transform:translateY(-2px)}
#about{background:var(--rose-pale)}
.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.about-visual{background:var(--white);border-radius:28px;height:360px;overflow:hidden;box-shadow:0 8px 40px rgba(232,64,90,.1);border:1.5px solid var(--rose-mid);display:flex;align-items:center;justify-content:center}
.about-logo{width:220px;height:220px;border-radius:50%;object-fit:cover}
.about-text h2{font-family:'Playfair Display',serif;font-size:2rem;font-weight:700;color:var(--dark);line-height:1.25;margin-bottom:1.25rem}
.about-text p{font-size:.95rem;color:var(--muted);line-height:1.85;margin-bottom:1rem}
.about-chips{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1.5rem}
.chip{background:var(--white);border:1.5px solid var(--rose-mid);color:var(--rose);font-size:.78rem;font-weight:600;padding:.4rem 1rem;border-radius:100px}
.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:3rem}
.review-card{background:var(--white);border:1.5px solid var(--rose-mid);border-radius:18px;padding:1.5rem;transition:transform .2s,box-shadow .2s}
.review-card:hover{transform:translateY(-3px);box-shadow:0 12px 36px rgba(232,64,90,.1)}
.review-stars{color:var(--rose);font-size:1rem;letter-spacing:2px;margin-bottom:1rem}
.review-text{font-size:.88rem;color:var(--muted);line-height:1.75;font-style:italic;margin-bottom:1.25rem}
.reviewer{display:flex;align-items:center;gap:.75rem}
.r-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--rose),var(--rose-light));display:flex;align-items:center;justify-content:center;color:white;font-size:.85rem;font-weight:700;flex-shrink:0}
.r-name{font-size:.88rem;font-weight:600;color:var(--dark)}
.r-loc{font-size:.78rem;color:var(--muted)}
footer{background:var(--dark);color:rgba(255,255,255,.7);padding:3rem 2.5rem 2rem}
.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}
.footer-brand-wrap{display:flex;align-items:center;gap:1rem}
.footer-logo{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(232,64,90,.4)}
.footer-brand{font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:700;color:var(--white)}
.footer-brand em{color:#ff6b82;font-style:italic}
.footer-tagline{font-size:.82rem;margin-top:.3rem;color:rgba(255,255,255,.45)}
.footer-links{display:flex;gap:1.5rem}
.footer-links a{font-size:.85rem;color:rgba(255,255,255,.55);text-decoration:none;transition:color .2s}
.footer-links a:hover{color:#ff6b82}
.footer-copy{font-size:.78rem;color:rgba(255,255,255,.3);text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.06);max-width:1100px;margin-left:auto;margin-right:auto}
.toast{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%) translateY(80px);background:var(--dark);color:white;padding:.8rem 1.5rem;border-radius:100px;font-size:.88rem;font-weight:500;display:flex;align-items:center;gap:.5rem;box-shadow:0 8px 32px rgba(0,0,0,.25);z-index:5000;transition:transform .35s cubic-bezier(.4,0,.2,1);white-space:nowrap}
.toast.show{transform:translateX(-50%) translateY(0)}
.full-divider{height:1px;background:linear-gradient(to right,transparent,var(--rose-mid),transparent);margin:0}
@media(max-width:768px){nav{padding:.9rem 1.25rem}.nav-links{display:none}.hero{padding:7rem 1.25rem 4rem}.hero-inner{grid-template-columns:1fr;gap:2.5rem}.hero-visual{display:none}.section{padding:3.5rem 1.25rem}.about-inner{grid-template-columns:1fr;gap:2rem}.about-visual{height:220px}footer{padding:2rem 1.25rem}.footer-inner{flex-direction:column;align-items:flex-start}.pricing-grid{grid-template-columns:1fr 1fr}}
.cart-items::-webkit-scrollbar{width:4px}.cart-items::-webkit-scrollbar-thumb{background:var(--rose-mid);border-radius:4px}