*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: "Inter", system-ui, sans-serif; background: #fefce8; color: #14532d; line-height: 1.6; }
.wrap { max-width: 960px; margin: 0 auto; padding: 0 1.25rem; }

/* Nav */
.local-nav { background: #fff; border-bottom: 1px solid #bbf7d0; padding: 0.85rem 0; position: sticky; top: 2rem; z-index: 100; }
.local-nav__inner { display: flex; justify-content: space-between; align-items: center; }
.logo { font-weight: 800; font-size: 1.25rem; color: #166534; text-decoration: none; }
.nav-toggle { display: none; background: transparent; border: 1px solid #86efac; color: #166534; font-size: 1.2rem; padding: 0.35rem 0.55rem; border-radius: 8px; cursor: pointer; }
.local-nav__links { display: flex; gap: 1.25rem; }
.local-nav__links a { color: #15803d; text-decoration: none; font-size: 0.9rem; font-weight: 600; }
.local-nav__links a:hover { color: #166534; }

.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; padding: 2.5rem 0; }
.hero-tag { font-size: 0.78rem; font-weight: 600; color: #15803d; margin: 0 0 0.75rem; }
.hero h1 { font-size: clamp(1.75rem, 4vw, 2.25rem); font-weight: 800; margin: 0 0 0.75rem; color: #166534; }
.hero > div > p { color: #15803d; margin-bottom: 1rem; font-size: 1rem; }
.hours { background: #fff; border-radius: 12px; padding: 1rem 1.25rem; border: 1px solid #bbf7d0; font-size: 0.9rem; margin-bottom: 1.25rem; line-height: 1.7; }
.hours__addr { display: block; margin-top: 0.5rem; color: #64748b; font-size: 0.85rem; }
.hero-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.btn { display: inline-block; padding: 0.75rem 1.35rem; background: #166534; color: #fff; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 0.9rem; border: none; cursor: pointer; font-family: inherit; }
.btn-outline { background: transparent; color: #166534; border: 2px solid #166534; }
.hero-img { background: linear-gradient(135deg, #166534, #22c55e); border-radius: 20px; height: 300px; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 20px 50px rgba(22,101,52,.25); }
.hero-img__emoji { font-size: 4rem; }
.hero-img__label { color: rgba(255,255,255,.9); font-size: 0.85rem; font-weight: 600; margin-top: 0.5rem; }

.about { padding: 2rem 0; border-top: 1px solid #bbf7d0; }
.about h2 { font-size: 1.35rem; margin-bottom: 0.75rem; color: #166534; }
.about > p { color: #15803d; max-width: 640px; margin: 0 0 1.5rem; font-size: 0.95rem; }
.about__highlights { display: flex; gap: 2rem; flex-wrap: wrap; }
.about__highlights div strong { display: block; font-size: 1.35rem; color: #166534; }
.about__highlights div span { font-size: 0.82rem; color: #64748b; }

.menu { padding: 2rem 0; }
.menu h2 { font-size: 1.35rem; margin-bottom: 0.35rem; color: #166534; }
.menu-intro { color: #64748b; font-size: 0.88rem; margin: 0 0 1.25rem; }
.menu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }
.menu-item { background: #fff; border-radius: 12px; padding: 1rem; border: 1px solid #bbf7d0; position: relative; }
.menu-item.featured { border-color: #22c55e; background: #f0fdf4; }
.menu-tag { position: absolute; top: 0.65rem; right: 0.65rem; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; background: #166534; color: #fff; padding: 0.2rem 0.45rem; border-radius: 4px; }
.menu-item strong { display: block; color: #166534; margin-bottom: 0.25rem; padding-right: 4rem; }
.menu-item span { font-size: 0.85rem; color: #64748b; }

.promo { padding: 0 0 2rem; }
.promo__box { background: linear-gradient(135deg, #166534, #22c55e); color: #fff; border-radius: 16px; padding: 1.75rem; text-align: center; }
.promo__box h2 { margin: 0 0 0.35rem; font-size: 1.2rem; }
.promo__box p { margin: 0; font-size: 0.95rem; opacity: 0.95; }

.reviews { padding: 2rem 0; }
.reviews h2 { font-size: 1.35rem; margin-bottom: 1.25rem; color: #166534; }
.reviews__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.reviews blockquote { margin: 0; background: #fff; border: 1px solid #bbf7d0; border-radius: 12px; padding: 1.25rem; }
.reviews blockquote p { margin: 0 0 0.75rem; font-style: italic; color: #334155; font-size: 0.92rem; }
.reviews cite { font-size: 0.8rem; color: #64748b; font-style: normal; font-weight: 600; }

.map { background: #dcfce7; border-radius: 12px; padding: 1.5rem; margin: 2rem 0; border: 1px solid #bbf7d0; }
.map__inner { display: flex; gap: 1rem; align-items: flex-start; color: #166534; }
.map__inner span { font-size: 1.75rem; }
.map__inner strong { display: block; margin-bottom: 0.25rem; }
.map__inner p { margin: 0; font-size: 0.9rem; color: #15803d; line-height: 1.5; }

.reserva { padding: 2rem 0 5rem; max-width: 420px; }
.reserva h2 { font-size: 1.35rem; margin-bottom: 0.35rem; color: #166534; }
.reserva-sub { color: #64748b; font-size: 0.88rem; margin: 0 0 1.25rem; }
.reserva .btn { width: 100%; margin-top: 0.5rem; }

.wa-float { position: fixed; bottom: 1.5rem; right: 1.5rem; background: #25d366; color: #fff; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; text-decoration: none; box-shadow: 0 8px 24px rgba(37,211,102,.45); z-index: 100; transition: transform 0.15s; }
.wa-float:hover { transform: scale(1.05); }

@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; }
  .hero-img { height: 220px; }
  .nav-toggle { display: block; }
  .local-nav__inner { position: relative; }
  .local-nav__links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: #fff; padding: 0.75rem 1.25rem; border-bottom: 1px solid #bbf7d0; box-shadow: 0 8px 20px rgba(0,0,0,.06); }
  .local-nav__links.nav-open { display: flex; }
}
