:root {
  --brand-red: #d62828;
  --brand-red-dark: #a81f1f;
  --brand-gold: #f4a637;
  --ink: #241b1b;
  --cream: #fdf6ec;
  --muted: #6b5f5a;
  --border: #eae0d3;
  font-size: 16px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}

img { max-width: 100%; display: block; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; line-height: 1.2; }

a { color: inherit; text-decoration: none; }

/* Order button — brand element, consistent everywhere */
.btn-order {
  display: inline-block;
  background: var(--brand-red);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  padding: 12px 28px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(214, 40, 40, 0.4);
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
}
.btn-order:hover {
  background: var(--brand-red-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(214, 40, 40, 0.5);
}
.btn-order-lg {
  font-size: 1.1rem;
  padding: 16px 40px;
}

.btn-secondary {
  display: inline-block;
  padding: 16px 36px;
  border-radius: 999px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  transition: background 0.15s ease, color 0.15s ease;
}
.btn-secondary:hover { background: #fff; color: var(--ink); }

/* Navbar */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253, 246, 236, 0.97);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(6px);
}
.nav-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--brand-red-dark);
  margin-right: auto;
}
.nav-links {
  display: flex;
  gap: 22px;
  font-weight: 600;
  font-size: 0.95rem;
}
.nav-links a:hover { color: var(--brand-red); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  width: 24px;
  height: 3px;
  background: var(--ink);
  border-radius: 2px;
}

.nav-links-mobile {
  display: none;
  flex-direction: column;
  padding: 12px 24px 18px;
  border-top: 1px solid var(--border);
  gap: 14px;
  font-weight: 600;
}

/* Hero */
.hero {
  position: relative;
  min-height: 92vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(36,27,27,0.55) 0%, rgba(36,27,27,0.75) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: var(--brand-gold);
  margin-bottom: 14px;
  font-size: 0.85rem;
}
.hero h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}
.hero-tagline {
  font-size: 1.15rem;
  margin-bottom: 32px;
  color: #f2e8da;
}
.hero-actions {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

/* About */
.about { padding: 90px 0; }
.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}
.about-text h2 { font-size: 2.2rem; margin-bottom: 20px; color: var(--brand-red-dark); }
.about-text p { margin-bottom: 16px; color: var(--muted); }
.about-photo img { border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); }

/* Section titles */
.section-title {
  font-size: 2.2rem;
  text-align: center;
  color: var(--brand-red-dark);
  margin-bottom: 8px;
}
.section-sub {
  text-align: center;
  color: var(--muted);
  margin-bottom: 46px;
}

/* Menu */
.menu { padding: 90px 0; background: #fff; }
.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.menu-category h3 {
  font-size: 1.3rem;
  color: var(--brand-red);
  border-bottom: 2px solid var(--brand-gold);
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.menu-category ul { list-style: none; }
.menu-category li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--border);
}
.price { color: var(--brand-red-dark); font-weight: 700; }
.menu-note {
  text-align: center;
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: 40px;
}

/* Gallery */
.gallery { padding: 90px 0; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.2s ease;
}
.gallery-grid img:hover { transform: scale(1.03); }

/* Reviews */
.reviews { padding: 90px 0; background: #fff; }
.reviews-summary {
  text-align: center;
  margin-bottom: 44px;
  color: var(--muted);
  font-weight: 600;
}
.stars { color: var(--brand-gold); font-size: 1.2rem; letter-spacing: 2px; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.review-card {
  background: var(--cream);
  border-radius: 14px;
  padding: 28px;
  border: 1px solid var(--border);
}
.review-card p { margin: 14px 0; color: var(--ink); }
.review-card cite { color: var(--muted); font-weight: 700; font-style: normal; }

/* Location */
.location { padding: 90px 0; }
.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}
.hours-list { list-style: none; margin: 24px 0; max-width: 360px; }
.hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
}
.address { margin-bottom: 10px; color: var(--muted); }
.phone { margin-bottom: 24px; font-weight: 700; font-size: 1.1rem; }
.phone a:hover { color: var(--brand-red); }
.location-map {
  width: 100%;
  height: 400px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* Footer */
.site-footer {
  background: var(--ink);
  color: #f2e8da;
  padding: 50px 0 20px;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 30px;
}
.footer-grid .brand { color: #fff; font-size: 1.2rem; margin-bottom: 8px; display: block; }
.footer-grid a:hover { color: var(--brand-gold); }
.footer-copy {
  text-align: center;
  font-size: 0.8rem;
  color: #b8a9a0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

/* Modal */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(36, 27, 27, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}
.modal-backdrop[hidden] { display: none; }
.modal {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  max-width: 420px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.modal h2 { color: var(--brand-red-dark); margin-bottom: 16px; font-size: 1.5rem; }
.modal p { color: var(--muted); font-size: 1.05rem; }
.modal p a { color: var(--brand-red); font-weight: 700; }
.modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  color: var(--muted);
}
.modal-close:hover { color: var(--brand-red); }

/* Responsive */
@media (max-width: 900px) {
  .about-grid, .location-grid { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-links-mobile.open { display: flex; }
  .hero h1 { font-size: 2.1rem; }
  .hero-tagline { font-size: 1rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid img { height: 160px; }
  .footer-grid { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
}
