﻿:root {
  --background: #f8f6f2;
  --foreground: #2b241d;
  --muted: #ede8df;
  --muted-text: #766f66;
  --primary: #c47b1d;
  --primary-dark: #a46116;
  --secondary: #1f4733;
  --secondary-soft: #2c5942;
  --white: #ffffff;
  --border: rgba(31, 71, 51, 0.12);
  --shadow: 0 18px 40px rgba(24, 31, 25, 0.14);
  --display: "Playfair Display", Georgia, "Times New Roman", serif;
  --body: "DM Sans", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--body); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  background: rgba(248, 246, 242, 0.95);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(10px);
}
.nav-inner {
  max-width: 1280px;
  height: 112px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo { display: inline-flex; align-items: center; }
.logo-img { display: block; width: auto; height: 92px; object-fit: contain; transition: opacity 180ms ease; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { color: rgba(43, 36, 29, 0.82); font-size: 0.92rem; font-weight: 650; transition: color 180ms ease; }
.nav-links a:hover, .nav-links a.active { color: var(--primary); }
.whatsapp-pill {
  min-height: 34px;
  padding: 9px 24px;
  border-radius: 999px;
  color: #fff !important;
  background: #25d366;
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.22);
}
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--foreground); }

.hero { position: relative; min-height: calc(100vh - 112px); display: grid; place-items: center; overflow: hidden; margin-top: -112px; padding: 180px 20px 84px; }
.hero-bg, .hero-bg picture, .hero-bg img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-bg img { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.3) 48%, rgba(0,0,0,.2)); }
.hero-content { position: relative; z-index: 2; max-width: 920px; margin: 0 auto; text-align: center; color: #fff; transform: translateY(-22px); }
.hero h1 { margin: 0 0 24px; font-family: var(--display); font-size: clamp(2.1rem, 4.8vw, 4.9rem); line-height: 0.98; font-weight: 800; text-shadow: 0 5px 22px rgba(0,0,0,.45); }
.hero h1 span { color: #fff6df; font-style: italic; }
.hero p { max-width: 720px; margin: 0 auto 40px; color: rgba(255,255,255,.9); font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.72; font-weight: 300; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 32px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; font-size: 1.05rem; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--primary); box-shadow: 0 15px 30px rgba(196, 123, 29, .28); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.1); backdrop-filter: blur(10px); }
.btn-ghost:hover { background: #fff; color: var(--secondary); }

.offer-strip { display: block; background: rgba(196, 123, 29, .06); border-top: 1px solid rgba(196, 123, 29, .1); color: var(--secondary); overflow: hidden; }
.marquee { padding: 14px 0; overflow: hidden; }
.marquee-track { display: flex; width: max-content; animation: marquee 24s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { flex: 0 0 auto; padding: 0 34px; font-size: 1rem; font-weight: 600; letter-spacing: .01em; white-space: nowrap; }
.marquee-track strong { color: var(--primary); margin-left: 8px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.section { padding: 92px 20px; }
.container { max-width: 1180px; margin: 0 auto; }
.narrow { max-width: 900px; margin: 0 auto; }
.center { text-align: center; }
.kicker { display: block; margin-bottom: 18px; color: var(--primary); font-size: .86rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.about-section { background: #fff; }
h2 { margin: 0; font-family: var(--display); color: var(--secondary); font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.08; font-weight: 800; }
.about-section p { margin: 30px auto 42px; color: var(--muted-text); font-size: 1.12rem; line-height: 1.85; }
.rule { width: 96px; height: 4px; margin: 0 auto; border-radius: 999px; background: var(--primary); }

.offers { background: rgba(237, 232, 223, .52); }
.offers h2 { text-align: center; font-size: clamp(2rem, 3.4vw, 2.75rem); margin-bottom: 58px; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.offer-card { overflow: hidden; border-radius: 20px; background: #fff; box-shadow: var(--shadow); transition: transform 220ms ease, box-shadow 220ms ease; }
.offer-card:hover { transform: translateY(-5px); box-shadow: 0 24px 52px rgba(24,31,25,.18); }
.card-image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #ddd; }
.card-image::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.18); transition: background 200ms ease; }
.offer-card:hover .card-image::after { background: rgba(0,0,0,.1); }
.card-image img { height: 100%; object-fit: cover; transform: scale(1.25); transition: transform 700ms ease; }
.offer-card:hover .card-image img { transform: scale(1.33); }
.card-weekday img { object-position: 74% 54%; }
.card-weekend img { object-position: 57% 72%; }
.card-catering img { object-position: 86% 38%; }
.card-body { padding: 28px; }
.card-body h3 { margin: 0 0 12px; font-family: var(--display); color: var(--secondary); font-size: 1.55rem; }
.card-body p { min-height: 54px; margin: 0 0 24px; color: var(--muted-text); line-height: 1.6; }
.card-body a { color: var(--primary); font-weight: 850; }

.cta-section { position: relative; overflow: hidden; padding: 96px 20px; color: #fff; background: var(--secondary); text-align: center; }
.cta-content { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; }
.cta-section h2 { color: #fff; font-size: clamp(2.1rem, 4.6vw, 3.55rem); margin-bottom: 28px; }
.cta-section p { max-width: 720px; margin: 0 auto 44px; color: rgba(255,255,255,.8); font-size: 1.12rem; line-height: 1.75; }
.btn-whatsapp { color: #fff; background: #25d366; }
.btn-facebook { color: #fff; background: #0084ff; }
.cta-section small { display: block; margin-top: 30px; color: rgba(255,255,255,.48); }
.glow { position: absolute; border-radius: 50%; filter: blur(64px); pointer-events: none; }
.glow-a { width: 380px; height: 380px; right: -90px; top: -110px; background: rgba(196,123,29,.22); }
.glow-b { width: 300px; height: 300px; left: -90px; bottom: -110px; background: rgba(196,123,29,.12); }

.rating-strip { padding: 34px 20px; background: rgba(248,246,242,.65); border-top: 1px solid rgba(31,71,51,.1); text-align: center; }
.rating-inner { display: flex; flex-direction: column; align-items: center; gap: 5px; color: var(--secondary); }
.stars { color: #f59e0b; letter-spacing: 3px; font-size: 1.15rem; }
.rating-inner strong { font-size: 1.08rem; }
.rating-inner p { margin: 0; color: rgba(31,71,51,.7); font-size: .9rem; }

.footer { padding: 64px 20px 30px; color: rgba(255,255,255,.82); background: var(--secondary); }
.footer-grid { max-width: 1180px; margin: 0 auto 48px; display: grid; grid-template-columns: 1.2fr .8fr 1.05fr .8fr; gap: 48px; }
.footer-logo-img { display: block; width: auto; height: 82px; margin-bottom: 18px; filter: brightness(0) invert(1); }
.footer p { margin: 0 0 20px; line-height: 1.7; font-size: .95rem; }
.footer h4 { margin: 0 0 18px; color: #fff; font-family: var(--display); font-size: 1.18rem; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.footer a { color: rgba(255,255,255,.72); font-size: .92rem; transition: color 160ms ease; }
.footer a:hover { color: var(--primary); }
.socials { display: flex; flex-wrap: wrap; gap: 14px; }
.socials a { font-size: .82rem; }
.contact-list li { font-size: .92rem; line-height: 1.55; }
.hours li { display: flex; justify-content: space-between; gap: 18px; font-size: .92rem; }
.hours strong { color: var(--primary); }
.footer-bottom { max-width: 1180px; margin: 0 auto; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 22px; align-items: center; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.5); font-size: .78rem; }
.footer-bottom div { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.footer-bottom a { color: rgba(255,255,255,.5); font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 520ms ease, transform 520ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .nav-inner { height: 92px; }
  .logo-img { height: 78px; }
  .menu-button { display: block; position: relative; z-index: 60; }
  .nav-links { position: fixed; inset: 92px 0 auto 0; display: grid; gap: 0; padding: 18px 24px 26px; background: var(--background); border-bottom: 1px solid var(--border); transform: translateY(-130%); transition: transform 220ms ease; box-shadow: 0 20px 30px rgba(0,0,0,.08); }
  .nav-links.is-open { transform: translateY(0); }
  .nav-links a { padding: 16px 0; border-bottom: 1px solid var(--border); }
  .whatsapp-pill { margin-top: 10px; text-align: center; border-bottom: 0 !important; }
  .hero { margin-top: 0; min-height: 85vh; padding: 70px 20px; }
  .hero-content { transform: translateY(-8px); }
  .cards, .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 560px) {
  .nav-inner { padding: 0 16px; }
  .hero-actions, .cta-actions { flex-direction: column; }
  .btn { width: 100%; padding: 0 20px; font-size: 1rem; }
  .section { padding: 72px 16px; }
  .cards { gap: 24px; }
}



