/* ---------- Base ---------- */
:root {
  --barn-red: #a12b2b;
  --barn-red-dark: #7c1f1f;
  --wood-dark: #241712;
  --wood-mid: #3a2418;
  --cream: #faf3e6;
  --mustard: #e0a526;
  --cta: #ff5722;
  --cta-dark: #d8481a;
  --ink: #241712;
  --font-head: 'Oswald', sans-serif;
  --font-body: 'Nunito Sans', sans-serif;
}

* { 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-head);
  margin: 0 0 0.5em;
  color: var(--wood-dark);
  letter-spacing: 0.02em;
}

a { color: inherit; }

.section-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-eyebrow {
  font-family: var(--font-head);
  color: var(--barn-red);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.85rem;
  margin-bottom: 0.6em;
}

.section-eyebrow--center { text-align: center; }
.section-title--center { text-align: center; }
.section-lead {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
  color: #5a4a40;
}

.stars {
  color: var(--mustard);
  letter-spacing: 0.1em;
  font-size: 1rem;
}

/* ---------- Order Button (consistent CTA) ---------- */
.btn-order {
  display: inline-block;
  background: var(--cta);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: none;
  border-radius: 999px;
  padding: 0.85em 2em;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(255, 87, 34, 0.4);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn-order:hover, .btn-order:focus-visible {
  background: var(--cta-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(255, 87, 34, 0.5);
}

.btn-order--nav { padding: 0.6em 1.5em; font-size: 0.85rem; }
.btn-order--hero { font-size: 1.05rem; padding: 1em 2.4em; }
.btn-order--visit { margin-top: 1.5rem; }

.btn-secondary {
  display: inline-block;
  padding: 0.85em 2em;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-family: var(--font-head);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

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

/* ---------- Navbar ---------- */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(36, 23, 18, 0.96);
  backdrop-filter: blur(6px);
  border-bottom: 3px solid var(--barn-red);
}

.navbar-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-right: auto;
}

.brand-mark {
  background: var(--barn-red);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.brand-name {
  color: var(--cream);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  gap: 28px;
}

.nav-links a {
  color: var(--cream);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  opacity: 0.9;
  transition: opacity 0.15s ease;
}

.nav-links a:hover { opacity: 1; color: var(--mustard); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--cream);
  display: block;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: url('../images/photo-06.jpg') center center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(36,23,18,0.55) 0%, rgba(36,23,18,0.8) 60%, rgba(36,23,18,0.95) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  color: var(--cream);
}

.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--mustard);
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 1em;
}

.hero h1 {
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  margin-bottom: 0.4em;
  text-shadow: 0 4px 18px rgba(0,0,0,0.4);
}

.hero-sub {
  font-size: 1.15rem;
  color: #ecdfd2;
  margin-bottom: 2em;
}

.hero-actions {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2em;
}

.hero-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.95rem;
  color: #ecdfd2;
}

/* ---------- About ---------- */
.about { padding: 6rem 0; background: var(--cream); }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3.5rem;
  align-items: center;
}

.about-image img {
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(36,23,18,0.25);
}

.about-text h2 { font-size: 2rem; margin-bottom: 0.8em; }
.about-text p { color: #4d3d33; margin-bottom: 1.2em; }

/* ---------- Menu ---------- */
.menu { padding: 6rem 0; background: var(--wood-dark); color: var(--cream); }
.menu .section-title--center { color: #fff; font-size: 2rem; }
.menu .section-lead { color: #c9b8a8; }

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

.menu-category {
  background: var(--wood-mid);
  border: 1px solid rgba(224,165,38,0.2);
  border-radius: 12px;
  padding: 2rem;
}

.menu-category h3 {
  color: var(--mustard);
  font-size: 1.3rem;
  border-bottom: 2px solid var(--barn-red);
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.menu-items { list-style: none; margin: 0; padding: 0; }

.menu-items li {
  display: flex;
  flex-direction: column;
  padding: 0.7em 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.menu-items li:last-child { border-bottom: none; }

.item-name { font-weight: 700; color: #fff; }
.item-desc { font-size: 0.9rem; color: #b6a595; margin-top: 0.2em; }

/* ---------- Gallery ---------- */
.gallery { padding: 6rem 0; background: var(--cream); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 14px;
}

.gallery-item { overflow: hidden; border-radius: 10px; }
.gallery-item--wide { grid-column: span 2; }

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-item:hover img { transform: scale(1.06); }

/* ---------- Reviews ---------- */
.reviews { padding: 6rem 0; background: var(--barn-red-dark); color: var(--cream); }
.reviews .section-title--center { color: #fff; font-size: 2rem; }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}

.review-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 1.8rem;
}

.review-text {
  font-style: italic;
  margin: 0.8em 0;
  color: #f3e4d6;
}

.review-author { font-weight: 700; color: var(--mustard); margin: 0; }

/* ---------- Visit ---------- */
.visit { padding: 6rem 0; background: var(--cream); }

.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: stretch;
}

.visit-info h2 { font-size: 2rem; }

address {
  font-style: normal;
  font-size: 1.1rem;
  margin-bottom: 0.6em;
  color: #4d3d33;
}

.visit-phone {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--barn-red);
  text-decoration: none;
  margin-bottom: 1.5em;
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}

.hours-table th, .hours-table td {
  text-align: left;
  padding: 0.5em 0;
  border-bottom: 1px solid rgba(36,23,18,0.12);
  font-weight: 400;
}

.hours-table th { color: var(--wood-dark); font-weight: 700; width: 40%; }
.hours-table td { color: #5a4a40; }

.visit-map {
  min-height: 340px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(36,23,18,0.2);
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--wood-dark);
  color: #cbb9a9;
  padding: 3.5rem 0 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.brand-name--footer {
  font-size: 1.4rem;
  color: #fff;
  display: block;
  margin-bottom: 0.5em;
}

.footer-hours p { margin: 0 0 0.4em; font-size: 0.9rem; }
.footer-hours strong { color: #fff; }

.footer-cta { display: flex; align-items: flex-start; }

.site-footer a { text-decoration: none; color: var(--mustard); }

.footer-fine {
  text-align: center;
  font-size: 0.8rem;
  color: #7c6a5c;
  margin-top: 2.5rem;
}

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

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

.modal {
  background: var(--cream);
  border-radius: 14px;
  max-width: 420px;
  width: 100%;
  padding: 2.4rem 2rem;
  position: relative;
  text-align: center;
  box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}

.modal h2 {
  font-size: 1.5rem;
  color: var(--barn-red);
  margin-bottom: 0.6em;
}

.modal p { color: #4d3d33; margin: 0.6em 0; }

.modal a {
  color: var(--barn-red);
  font-weight: 700;
  font-size: 1.2rem;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: none;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  color: #8a7a6c;
  cursor: pointer;
}

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

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .about-grid, .visit-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); grid-auto-rows: 180px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-cta { display: flex; justify-content: center; }
}

@media (max-width: 720px) {
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(36,23,18,0.98);
    flex-direction: column;
    padding: 12px 24px 20px;
    gap: 16px;
    display: none;
  }
  .nav-links.is-open { display: flex; }
  .nav-toggle { display: flex; }
  .btn-order--nav { display: none; }
  .gallery-item--wide { grid-column: span 2; }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .gallery-item--wide { grid-column: span 1; }
  .hero-actions { flex-direction: column; align-items: stretch; }
}
