/* ===== Variables ===== */
:root {
  --brand-red: #d62828;
  --brand-red-dark: #a91d1d;
  --brand-orange: #f4a11a;
  --brand-green: #2f5233;
  --ink: #241a17;
  --cream: #fdf6ec;
  --cream-soft: #fbeedb;
  --border: #ecdcc2;
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Nunito Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --shadow: 0 10px 30px rgba(36, 26, 23, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--font-display); margin: 0 0 0.5em; line-height: 1.15; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
.section-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 24px;
}
.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  color: var(--brand-red);
  font-size: 0.85rem;
  margin: 0 0 8px;
}
.section-lede {
  max-width: 620px;
  color: #5c4c44;
  font-size: 1.05rem;
}

/* ===== Order Button (consistent everywhere) ===== */
.btn-order {
  display: inline-block;
  background: var(--brand-red);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  padding: 14px 32px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 18px rgba(214, 40, 40, 0.4);
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.btn-order:hover {
  background: var(--brand-red-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(169, 29, 29, 0.45);
}
.btn-order--nav { padding: 10px 24px; font-size: 0.9rem; }
.btn-order--hero { font-size: 1.1rem; padding: 16px 38px; }

.btn-secondary {
  display: inline-block;
  padding: 16px 34px;
  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); }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  background: rgba(253, 246, 236, 0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange));
  color: #fff;
  font-family: var(--font-display);
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.brand-text {
  display: flex;
  flex-direction: column;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--ink);
}
.brand-sub {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-green);
}
.main-nav {
  display: flex;
  gap: 28px;
}
.main-nav a {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ink);
  position: relative;
  padding: 6px 0;
}
.main-nav a:hover { color: var(--brand-red); }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 34px;
  height: 34px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.nav-toggle span {
  display: block;
  height: 3px;
  border-radius: 2px;
  background: var(--ink);
}

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(36,20,15,0.55) 0%, rgba(36,20,15,0.72) 60%, rgba(20,12,9,0.88) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
  color: #fff;
  text-align: center;
}
.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 800;
  color: var(--brand-orange);
  font-size: 0.9rem;
  margin-bottom: 14px;
}
.hero-content h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 900;
  margin-bottom: 18px;
}
.hero-tagline {
  font-size: 1.15rem;
  color: #f4ece1;
  margin-bottom: 34px;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* ===== Strip ===== */
.strip {
  background: var(--brand-green);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 28px 24px;
}
.strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 140px;
}
.strip-item strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--brand-orange);
}
.strip-item span {
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  opacity: 0.9;
}

/* ===== About ===== */
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
  align-items: center;
}
.about-media img {
  border-radius: 18px;
  box-shadow: var(--shadow);
  aspect-ratio: 4/5;
  object-fit: cover;
}
.about-copy h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.about-copy p { color: #4a3a33; margin-bottom: 1em; }

/* ===== Menu ===== */
.menu { background: var(--cream-soft); }
.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 40px;
}
.menu-category {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 30px;
  box-shadow: var(--shadow);
}
.menu-category h3 {
  color: var(--brand-red);
  font-size: 1.3rem;
  border-bottom: 2px solid var(--border);
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.menu-category li {
  padding: 10px 0;
  border-bottom: 1px dashed var(--border);
  display: flex;
  flex-direction: column;
}
.menu-category li:last-child { border-bottom: none; }
.menu-category li span {
  font-weight: 800;
  font-size: 1.02rem;
}
.menu-category li em {
  font-style: normal;
  color: #7a6a5f;
  font-size: 0.88rem;
  margin-top: 2px;
}
.menu-note {
  margin-top: 28px;
  font-size: 0.85rem;
  color: #7a6a5f;
  font-style: italic;
}

/* ===== Gallery ===== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.gallery-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease;
}
.gallery-grid img:hover { transform: scale(1.03); }

/* ===== Reviews ===== */
.reviews { background: var(--brand-green); color: #fff; }
.reviews .section-eyebrow { color: var(--brand-orange); }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 40px;
}
.review-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  padding: 28px;
  margin: 0;
}
.review-card .stars {
  color: var(--brand-orange);
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.review-card p {
  font-size: 1rem;
  margin-bottom: 14px;
  color: #f2ede6;
}
.review-card cite {
  font-weight: 800;
  font-style: normal;
  color: var(--brand-orange);
}

/* ===== Location ===== */
.location-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
}
.location-info address {
  font-style: normal;
  font-size: 1.05rem;
  margin-bottom: 10px;
  color: #4a3a33;
}
.phone-link {
  display: inline-block;
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--brand-red);
  margin-bottom: 24px;
}
.hours-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.hours-table th, .hours-table td {
  text-align: left;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  font-weight: 600;
}
.hours-table th { color: var(--ink); font-weight: 800; }
.hours-table td { color: #5c4c44; text-align: right; }
.location-map {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 340px;
}

/* ===== Footer ===== */
.site-footer {
  background: var(--ink);
  color: #f0e6da;
  padding: 50px 24px 24px;
}
.footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-brand .brand-text { color: #fff; }
.footer-info { font-size: 0.9rem; color: #cbb8a8; }
.footer-info a { color: #f0e6da; font-weight: 700; }
.footer-copy {
  max-width: 1140px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 0.8rem;
  color: #8a7768;
}

/* ===== Modal ===== */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 12, 9, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 24px;
}
.modal-backdrop[hidden] { display: none; }
.modal {
  background: #fff;
  border-radius: 18px;
  max-width: 440px;
  width: 100%;
  padding: 40px 34px;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}
.modal h2 {
  font-size: 1.5rem;
  color: var(--brand-red);
  margin-bottom: 14px;
}
.modal p {
  color: #4a3a33;
  margin-bottom: 24px;
}
.modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  color: #9a8a80;
}
.modal-close:hover { color: var(--ink); }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .about-inner, .location-inner { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .about-media { order: -1; }
}
@media (max-width: 760px) {
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  .header-inner { position: relative; }
  .header-inner.nav-open .main-nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--border);
    padding: 20px 24px;
    gap: 16px;
    z-index: 10;
  }
  .btn-order--nav { padding: 9px 18px; font-size: 0.82rem; }
  .hero-content h1 { font-size: 2rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid img { height: 180px; }
  .section-inner { padding: 56px 20px; }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
}
