/* ============ Reset & Base ============ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #2a1a14;
  background: #fffaf3;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: 'Fraunces', Georgia, serif; margin: 0 0 .5em; line-height: 1.15; }
p { margin: 0 0 1em; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

[hidden] { display: none !important; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #c0392b;
  color: #fff;
  padding: 10px 16px;
  z-index: 200;
}
.skip-link:focus { left: 8px; top: 8px; }

/* ============ Brand tokens ============ */
:root {
  --brand-red: #d62828;
  --brand-red-dark: #a81f1f;
  --brand-gold: #f4a11a;
  --ink: #2a1a14;
  --cream: #fffaf3;
  --cream-2: #fdf1de;
}

/* ============ Order Button ============ */
.btn-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--brand-red);
  color: #fff;
  border: none;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: .02em;
  padding: 12px 26px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(214, 40, 40, 0.35);
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
  text-transform: uppercase;
}
.btn-order:hover, .btn-order:focus-visible {
  background: var(--brand-red-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(214, 40, 40, 0.45);
}
.btn-order.btn-lg { padding: 16px 36px; font-size: 1.05rem; }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  transition: background .15s ease, color .15s ease;
}
.btn-ghost:hover { background: #fff; color: var(--ink); }

/* ============ Header ============ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 250, 243, 0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(42, 26, 20, 0.08);
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand { display: flex; flex-direction: column; line-height: 1.1; }
.brand-mark {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: 1.6rem;
  color: var(--brand-red);
}
.brand-sub {
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: .7;
}
.main-nav { display: flex; gap: 28px; flex: 1; justify-content: center; }
.main-nav a {
  font-weight: 700;
  font-size: .92rem;
  color: var(--ink);
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: border-color .15s ease, color .15s ease;
}
.main-nav a:hover { border-color: var(--brand-gold); color: var(--brand-red); }

.header-actions { display: flex; align-items: center; gap: 16px; }
.phone-link { font-weight: 700; font-size: .9rem; color: var(--ink); white-space: nowrap; }

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 3px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.mobile-nav {
  display: flex;
  flex-direction: column;
  padding: 10px 24px 20px;
  border-top: 1px solid rgba(42, 26, 20, 0.08);
  background: var(--cream);
}
.mobile-nav a {
  padding: 12px 0;
  font-weight: 700;
  border-bottom: 1px solid rgba(42, 26, 20, 0.08);
}
.mobile-nav a:last-child { border-bottom: none; }

/* ============ Hero ============ */
.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 640px;
  display: flex;
  align-items: center;
}
.hero-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 80px 24px;
  text-align: center;
  color: #fff;
}
.hero-kicker {
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 700;
  font-size: .85rem;
  color: var(--brand-gold);
  margin-bottom: 14px;
}
.hero h1 {
  font-size: 2.75rem;
  font-weight: 900;
  margin-bottom: 18px;
}
.hero-sub {
  font-size: 1.15rem;
  margin-bottom: 32px;
  opacity: .95;
}
.hero-actions {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  font-size: .95rem;
}
.stars { color: var(--brand-gold); font-size: 1.1rem; letter-spacing: 2px; }

/* ============ Section shared ============ */
section { padding: 84px 0; }
.section-kicker {
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 800;
  font-size: .82rem;
  color: var(--brand-red);
  margin-bottom: 10px;
}
.center { text-align: center; }
.section-kicker.center { display: block; }
h2 { font-size: 2.1rem; }

/* ============ About ============ */
.about { background: var(--cream); }
.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
}
.about-photo img {
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(42, 26, 20, .18);
}

/* ============ Menu ============ */
.menu { background: var(--cream-2); }
.menu-intro { max-width: 560px; margin: 0 auto 48px; opacity: .85; }
.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.menu-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(42, 26, 20, .08);
}
.menu-card h3 {
  color: var(--brand-red);
  font-size: 1.3rem;
  border-bottom: 2px solid var(--brand-gold);
  padding-bottom: 10px;
  margin-bottom: 18px;
}
.menu-card ul { list-style: none; margin: 0; padding: 0; }
.menu-card li {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(42, 26, 20, .12);
}
.menu-card li:last-child { border-bottom: none; }
.menu-card li span { font-weight: 800; }
.menu-card li em { font-style: normal; font-size: .88rem; opacity: .75; margin-top: 2px; }
.menu-note { text-align: center; margin-top: 40px; opacity: .8; font-size: .95rem; }
.menu-note a { color: var(--brand-red); font-weight: 700; }

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

/* ============ Reviews ============ */
.reviews { background: var(--cream-2); }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.review-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  margin: 0;
  box-shadow: 0 10px 30px rgba(42, 26, 20, .08);
}
.review-card p { font-size: 1.05rem; font-style: italic; margin: 14px 0; }
.review-card cite { font-weight: 800; font-style: normal; color: var(--brand-red); }
.reviews-total { text-align: center; margin-top: 32px; font-weight: 700; opacity: .8; }

/* ============ Visit ============ */
.visit { background: var(--cream); }
.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.info-block { margin-bottom: 26px; }
.info-block h3 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--brand-red);
  margin-bottom: 8px;
}
.info-block a { font-weight: 700; }
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table th, .hours-table td {
  text-align: left;
  padding: 6px 0;
  font-weight: 600;
  border-bottom: 1px solid rgba(42, 26, 20, .1);
}
.hours-table th { font-weight: 700; }
.visit-map iframe {
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(42, 26, 20, .18);
}

/* ============ Footer ============ */
.site-footer { background: var(--ink); color: #fff; padding: 56px 0 20px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: center;
}
.footer-brand .brand-mark { color: var(--brand-gold); font-size: 1.5rem; }
.footer-brand .brand-sub { color: #fff; opacity: .7; }
.footer-brand p { margin-top: 8px; opacity: .75; font-size: .9rem; }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { opacity: .85; font-weight: 600; }
.footer-links a:hover { opacity: 1; color: var(--brand-gold); }
.footer-cta { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.footer-cta .phone-link { color: #fff; font-weight: 700; }
.footer-bottom {
  text-align: center;
  margin: 40px auto 0;
  opacity: .5;
  font-size: .82rem;
}

/* ============ Modal ============ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 12, 10, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 500;
}
.modal {
  background: #fff;
  border-radius: 18px;
  padding: 40px;
  max-width: 440px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0 30px 60px rgba(0,0,0,.3);
}
.modal h2 { color: var(--brand-red); font-size: 1.6rem; }
.modal p { opacity: .85; margin-bottom: 24px; }
.modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  color: var(--ink);
  opacity: .6;
}
.modal-close:hover { opacity: 1; }

/* ============ Responsive ============ */
@media (max-width: 900px) {
  .main-nav { display: none; }
  .hamburger { display: flex; }
  .header-actions .btn-order { display: none; }
  .about-grid, .visit-grid { grid-template-columns: 1fr; }
  .about-photo { order: -1; }
  .menu-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-cta { align-items: center; }
  .footer-links { align-items: center; }
  .hero h1 { font-size: 2.1rem; }
}

@media (max-width: 560px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid img { height: 180px; }
  .hero-inner { padding: 60px 20px; }
  section { padding: 60px 0; }
}
