@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Fraunces:ital,wght@1,500;1,600&family=Space+Grotesk:wght@700;800&display=swap');

:root {
  --purple: #3a0e5c;
  --purple-deep: #1c0530;
  --pink: #e8578e;
  --gold: #d9a441;
  --bg-light: #fdf8f3;
  --text: #241433;
  --muted: #6c5f7c;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  color: var(--text); background: var(--bg-light); overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.topnav {
  display: flex; align-items: center; gap: 10px; padding: 14px 20px;
  background: var(--purple-deep); color: #fff;
}
.nav-logo { width: 40px; height: 40px; border-radius: 999px; }
.nav-name { font-size: 14px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
.nav-name span { color: var(--gold); }

.hero {
  position: relative; min-height: 88vh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  background: radial-gradient(120% 90% at 50% 0%, #4a1370 0%, var(--purple) 45%, var(--purple-deep) 100%);
  padding: 48px 22px 40px;
  color: #fff;
}
.hero-splash {
  width: 90vw; max-width: 380px; height: auto; margin-bottom: 18px;
}
@media (min-width: 769px) {
  .hero-splash { max-width: 480px; }
}
.hero h1 {
  font-size: 34px; font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; margin: 0 0 10px;
}
.hero .sub { font-family: 'Fraunces', serif; font-style: italic; font-size: 16px; color: #f2d9e4; margin: 0 0 22px; max-width: 320px; }
.hero .cta { display: inline-block; background: var(--gold); color: var(--purple-deep); font-weight: 800; padding: 15px 24px; border-radius: 999px; font-size: 15px; min-height: 48px; }

section { padding: 44px 20px; }
.section-light { background: var(--bg-light); }
.section-dark { background: var(--purple-deep); color: #fff; }

.section-title { font-size: 26px; font-weight: 800; letter-spacing: -0.01em; margin: 0 0 6px; }
.section-title.on-dark { color: #fff; }
.section-kicker { font-family: 'Fraunces', serif; font-style: italic; color: var(--pink); font-size: 14px; margin: 0 0 6px; }

.fade-el { opacity: 0; transform: translateY(16px); transition: opacity 0.7s cubic-bezier(0.16,1,0.3,1), transform 0.7s cubic-bezier(0.16,1,0.3,1); }
.fade-el.in { opacity: 1; transform: translateY(0); }

.menu-card {
  background: #fff; border: 1px solid #f0e2ea; border-radius: 16px; padding: 16px;
  margin-bottom: 12px; display: flex; justify-content: space-between; gap: 12px; align-items: flex-start;
  cursor: pointer;
}
.menu-thumb { width: 64px; height: 64px; flex: 0 0 auto; border-radius: 12px; overflow: hidden; }
.menu-thumb img { width: 100%; height: 100%; object-fit: cover; }
.menu-info { flex: 1; min-width: 0; }
.menu-card .name { font-weight: 700; font-size: 16px; margin: 0 0 4px; }
.menu-card .desc { font-size: 13px; color: var(--muted); margin: 0; }
.menu-card .price { font-family: 'Space Grotesk', monospace; font-weight: 800; font-size: 17px; color: var(--purple); white-space: nowrap; }
.menu-card .add-btn { margin-top: 8px; background: var(--purple); color: #fff; border: none; border-radius: 999px; padding: 8px 16px; font-size: 12.5px; font-weight: 700; min-height: 40px; }

.banner-divider { padding: 0; }
.banner-divider img { width: 100%; max-width: 1100px; height: auto; display: block; margin: 0 auto; }

.sobre-wrap { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; margin-top: 14px; }
.sobre-logo-card { display: flex; align-items: center; justify-content: center; width: 172px; height: 172px; border-radius: 24px; background: radial-gradient(120% 120% at 30% 20%, #4a1370 0%, var(--purple-deep) 75%); box-shadow: 0 12px 32px rgba(0,0,0,0.2); }
.sobre-logo { width: 140px; height: 140px; border-radius: 20px; }
.sobre-text { font-family: 'Fraunces', serif; font-style: italic; font-size: 16px; color: var(--muted); max-width: 320px; margin: 0; }

.testi-photo { border-radius: 14px; overflow: hidden; margin-bottom: 4px; max-width: 660px; margin-left: auto; margin-right: auto; }
.testi-photo img { width: 100%; height: auto; display: block; }

.toppings-note { font-size: 12.5px; color: var(--muted); margin-top: 4px; }

.badge-surprise { display: inline-block; background: #f1e0ea; color: var(--pink); font-weight: 700; font-size: 11.5px; padding: 4px 10px; border-radius: 999px; margin-bottom: 14px; }

.testimonials { display: grid; gap: 14px; }
.testi { background: rgba(255,255,255,0.06); border-radius: 14px; padding: 16px; font-family: 'Fraunces', serif; font-style: italic; font-size: 15px; line-height: 1.5; }
.testi .who { font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: 700; font-size: 12.5px; color: var(--gold); margin-top: 8px; display: block; }

.apps-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 10px; }
.app-btn { flex: 1; min-width: 100px; text-align: center; background: #fff; border: 1.5px solid #f0e2ea; border-radius: 12px; padding: 12px; font-weight: 700; font-size: 13px; min-height: 44px; }

.cart-bar {
  position: fixed; bottom: 0; left: 0; right: 0; background: var(--purple-deep); color: #fff;
  padding: 14px 20px; display: none; align-items: center; justify-content: space-between; z-index: 40;
  box-shadow: 0 -6px 20px rgba(0,0,0,0.25);
}
.cart-bar.show { display: flex; }
.cart-bar .total { font-family: 'Space Grotesk', monospace; font-weight: 800; font-size: 16px; }
.cart-bar button { background: var(--gold); color: var(--purple-deep); border: none; border-radius: 999px; padding: 12px 20px; font-weight: 800; font-size: 14px; min-height: 44px; }

.modal-overlay { position: fixed; inset: 0; background: rgba(28,5,48,0.6); z-index: 60; display: none; align-items: flex-end; }
.modal-overlay.show { display: flex; }
.modal-sheet { background: #fff; width: 100%; max-height: 88vh; overflow-y: auto; border-radius: 20px 20px 0 0; padding: 22px; }
.modal-sheet h3 { margin: 0 0 4px; font-size: 19px; }
.modal-sheet .modal-price { font-family: 'Space Grotesk', monospace; font-weight: 800; color: var(--purple); margin-bottom: 14px; }
.modal-sheet .chip-group { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.chip { border: 1.5px solid #f0e2ea; border-radius: 999px; padding: 9px 14px; font-size: 13px; min-height: 40px; background: #fff; }
.chip.selected { background: var(--pink); color: #fff; border-color: var(--pink); }
.chip.paid { border-style: dashed; }
.modal-sheet label.section-lbl { display: block; font-weight: 700; font-size: 13px; margin-bottom: 6px; }
.modal-sheet .hint { font-size: 12px; color: var(--muted); margin-bottom: 8px; }
.modal-sheet input[type=text] { width: 100%; padding: 12px; border: 1.5px solid #eee; border-radius: 10px; font-size: 15px; margin-top: 4px; }
.modal-actions { display: flex; gap: 10px; margin-top: 18px; }
.modal-actions button { flex: 1; min-height: 46px; border-radius: 12px; font-weight: 700; font-size: 14px; border: none; }
.modal-actions .cancel { background: #f1eaf6; color: var(--purple); }
.modal-actions .confirm { background: var(--purple); color: #fff; }

.checkout-sheet .line { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f1eaf6; font-size: 14px; }
.checkout-sheet .total-line { font-weight: 800; font-size: 17px; padding-top: 12px; }

.footnote { font-size: 11.5px; color: var(--muted); text-align: center; padding: 20px; }

.whatsapp-fab {
  position: fixed; bottom: 84px; right: 16px; background: #25D366; color: #fff; border-radius: 999px;
  width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; font-size: 24px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.25); z-index: 30;
}
