:root {
  --brand-red: #d62828;
  --brand-red-dark: #a91f1f;
  --brand-orange: #f4a261;
  --brand-cream: #fff8ef;
  --text-dark: #2b1e17;
  --text-muted: #5f4d42;
  --border-soft: #ecdfd1;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', system-ui, -apple-system, Helvetica, Arial, sans-serif;
  color: var(--text-dark);
  background: var(--brand-cream);
  line-height: 1.6;
}

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

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

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

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

/* Order button — the star of the page */
.btn-order {
  display: inline-block;
  background: var(--brand-red);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  border-radius: 999px;
  padding: 14px 32px;
  cursor: pointer;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 14px rgba(214, 40, 40, 0.4);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  text-align: center;
}

.btn-order:hover {
  background: var(--brand-red-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(214, 40, 40, 0.5);
}

.btn-order--nav {
  padding: 10px 24px;
  font-size: 0.9rem;
}

.btn-order--hero {
  font-size: 1.15rem;
  padding: 16px 40px;
}

.btn-order--footer {
  font-size: 1.05rem;
}

.btn-order--modal {
  margin-top: 20px;
}

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 999px;
  padding: 14px 30px;
  font-weight: 600;
  transition: background 0.15s ease, color 0.15s ease;
}

.btn-secondary:hover {
  background: #fff;
  color: var(--text-dark);
}

/* Navbar */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--border-soft);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.nav-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--brand-red);
  white-space: nowrap;
}

.logo span {
  color: var(--text-dark);
  font-weight: 400;
  font-size: 0.95rem;
  display: block;
  font-family: system-ui, sans-serif;
}

.nav-links {
  display: flex;
  gap: 24px;
  flex: 1;
  justify-content: center;
}

.nav-links[hidden] {
  display: flex;
}

.nav-links a {
  font-weight: 600;
  color: var(--text-dark);
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: var(--brand-red);
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--text-dark);
  border-radius: 2px;
}

/* Hero */
.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: url('../images/photo-01.jpg') center center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(43,30,23,0.55), rgba(43,30,23,0.75));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: 0 24px;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 16px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.hero-tagline {
  font-size: 1.25rem;
  margin-bottom: 32px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}

.hero-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.hero-rating {
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: #ffd9a0;
}

/* About */
.about {
  padding: 80px 0;
  background: #fff;
}

.about h2 {
  color: var(--brand-red);
  font-size: 2.2rem;
  margin-bottom: 24px;
  text-align: center;
}

.about p {
  max-width: 760px;
  margin: 0 auto 20px;
  color: var(--text-muted);
}

/* Menu */
.menu {
  padding: 80px 0;
  background: var(--brand-cream);
}

.menu h2 {
  color: var(--brand-red);
  font-size: 2.2rem;
  text-align: center;
}

.section-sub {
  text-align: center;
  color: var(--text-muted);
  margin: 12px 0 48px;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.menu-category h3 {
  color: var(--brand-red-dark);
  border-bottom: 3px solid var(--brand-orange);
  padding-bottom: 10px;
  margin-bottom: 18px;
  font-size: 1.35rem;
}

.menu-category ul {
  list-style: none;
}

.menu-category li {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  border-bottom: 1px dashed var(--border-soft);
}

.item-name {
  font-weight: 700;
}

.item-desc {
  color: var(--text-muted);
  font-size: 0.92rem;
}

/* Gallery */
.gallery {
  padding: 80px 0;
  background: #fff;
}

.gallery h2 {
  color: var(--brand-red);
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 40px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.gallery-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.2s ease;
}

.gallery-grid img:hover {
  transform: scale(1.04);
}

/* Reviews */
.reviews {
  padding: 80px 0;
  background: var(--brand-cream);
}

.reviews h2 {
  color: var(--brand-red);
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 40px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.review-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.06);
}

.stars {
  color: var(--brand-orange);
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.review-card footer {
  margin-top: 14px;
  font-weight: 700;
  color: var(--brand-red-dark);
}

.google-rating-summary {
  text-align: center;
  margin-top: 32px;
  font-weight: 600;
  color: var(--text-muted);
}

/* Hours & Location */
.hours-location {
  padding: 80px 0;
  background: #fff;
}

.hours-location-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.hours-block h2 {
  color: var(--brand-red);
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.hours-block h2:not(:first-child) {
  margin-top: 32px;
}

.hours-list {
  list-style: none;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--border-soft);
}

.phone-link {
  color: var(--brand-red);
  font-weight: 700;
  font-size: 1.15rem;
}

.map-block iframe {
  border-radius: 12px;
  min-height: 400px;
}

/* Footer */
.site-footer {
  background: var(--text-dark);
  color: #fff;
  padding: 50px 0 20px;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.site-footer h3 {
  color: var(--brand-orange);
  margin-bottom: 8px;
}

.footer-copy {
  text-align: center;
  margin-top: 30px;
  font-size: 0.85rem;
  color: #bba99a;
}

/* Modal */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}

.modal-backdrop[hidden] {
  display: none;
}

.modal {
  background: #fff;
  border-radius: 14px;
  padding: 40px;
  max-width: 440px;
  width: 100%;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.modal h2 {
  color: var(--brand-red);
  margin-bottom: 16px;
  font-size: 1.5rem;
}

.modal p {
  color: var(--text-muted);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  color: var(--text-muted);
  line-height: 1;
}

.modal-close:hover {
  color: var(--brand-red);
}

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

  .hours-location-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    gap: 18px;
    border-bottom: 1px solid var(--border-soft);
    box-shadow: 0 6px 12px rgba(0,0,0,0.06);
  }

  .nav-links[hidden] {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .btn-order--nav {
    display: none;
  }

  .hero-content h1 {
    font-size: 2.1rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .hero-cta {
    flex-direction: column;
  }

  .modal {
    padding: 30px 24px;
  }
}
