@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Oswald:wght@500;600;700&family=Amatic+SC:wght@700&display=swap');

h1, h2, h3, .section-heading {
  font-family: 'Oswald', 'Poppins', sans-serif;
  letter-spacing: 0.3px;
}

:root {
  --wood-dark: #4a2c1a;
  --wood-mid: #5c3823;
  --cream: #f6efe4;
  --red: #c1272d;
  --red-dark: #9c1f24;
  --text: #2c1e14;
  --tan: #d98c3d;
}

* { box-sizing: border-box; }

html {
  font-size: 19px;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  color: var(--text);
  background-color: var(--cream);
  background-image:
    radial-gradient(rgba(74,44,26,0.035) 1px, transparent 1.2px),
    radial-gradient(rgba(74,44,26,0.025) 1px, transparent 1.2px);
  background-size: 7px 7px, 11px 11px;
  background-position: 0 0, 3px 5px;
  line-height: 1.65;
}

@media (max-width: 600px) {
  html { font-size: 17px; }
}

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

.wood-bg {
  position: relative;
  background-color: #4a2a18;
  background-image:
    /* fine cross-grain texture */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.006 0.14' numOctaves='5' seed='11' stitchTiles='stitch' result='t'/%3E%3CfeColorMatrix in='t' type='matrix' values='0 0 0 0 0.22 0 0 0 0 0.12 0 0 0 0 0.06 0 0 0 0.85 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"),
    /* soft cathedral-grain arcs, like a freshly cut slab */
    radial-gradient(ellipse 900px 260px at 50% -60%, rgba(0,0,0,0.22), transparent 60%),
    radial-gradient(ellipse 900px 260px at 50% 160%, rgba(0,0,0,0.22), transparent 60%),
    /* knots */
    radial-gradient(ellipse 70px 20px at 15% 25%, rgba(0,0,0,0.35), transparent 70%),
    radial-gradient(ellipse 90px 24px at 82% 70%, rgba(0,0,0,0.30), transparent 70%),
    radial-gradient(ellipse 55px 16px at 48% 88%, rgba(0,0,0,0.25), transparent 70%),
    /* base warm gradient, single continuous slab (no plank seams) */
    linear-gradient(180deg, #6f4327, #3a2213);
  background-size: 500px 500px, auto, auto, auto, auto, auto, auto;
  background-blend-mode: overlay, multiply, multiply, multiply, multiply, multiply, normal;
  color: #f4e9da;
}

/* Soft brushed transition between cream and wood sections */
.wood-bg::before,
.wood-bg::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 22px;
  z-index: 2;
  pointer-events: none;
}

.wood-bg::before {
  top: -1px;
  background: linear-gradient(180deg, var(--cream) 0%, rgba(246,239,228,0) 100%);
}

.wood-bg::after {
  bottom: -1px;
  background: linear-gradient(0deg, var(--cream) 0%, rgba(246,239,228,0) 100%);
}

.divider {
  height: 3px;
  background: repeating-linear-gradient(90deg, rgba(193,39,45,0.5) 0 10px, transparent 10px 20px);
}

/* Header */
.site-header {
  background: var(--wood-dark);
  color: #fff;
  padding: clamp(12px, 2vw, 18px) clamp(18px, 5vw, 40px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: clamp(10px, 2vw, 16px);
}

.header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 28px);
  flex-wrap: wrap;
}

.brand {
  font-family: 'Amatic SC', cursive;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fdf6ec;
  white-space: nowrap;
}

.brand .dot { color: var(--red); }

.main-nav ul {
  list-style: none;
  display: flex;
  gap: clamp(14px, 2.4vw, 34px);
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.main-nav a {
  font-weight: 500;
  font-size: clamp(1.05rem, 1.3vw, 1.15rem);
  color: #f4e9da;
  white-space: nowrap;
}

.main-nav a:hover { color: var(--tan); }

.btn-catering {
  background: var(--red);
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 600;
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  white-space: nowrap;
}

.btn-catering:hover { background: var(--red-dark); }

@media (max-width: 900px) {
  .site-header {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding-bottom: 16px;
  }
  .header-right {
    margin-left: 0;
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }
  .main-nav ul {
    justify-content: center;
    width: 100%;
    gap: 18px 26px;
  }
  .btn-catering {
    order: 2;
    margin-top: 4px;
  }
}

/* Hero */
.hero {
  padding: 70px 40px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: center;
}

.hero h1 {
  font-size: 2.7rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 20px;
}

.hero h1 .accent { color: var(--red); }

.hero h1 {
  position: relative;
  padding-bottom: 16px;
}

.hero h1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 88%;
  height: 2px;
  background: linear-gradient(90deg, var(--text) 0%, var(--text) 70%, rgba(44,30,20,0.25) 100%);
}

.hero p.lead {
  font-size: 1.25rem;
  color: #4a3a2c;
  margin-bottom: 30px;
  max-width: 480px;
}

.btn-row { display: flex; gap: 16px; flex-wrap: wrap; }

.btn-solid {
  background: var(--red);
  color: #fff;
  padding: 14px 30px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1.1rem;
}

.btn-solid:hover { background: var(--red-dark); }

.btn-outline {
  background: transparent;
  color: var(--text);
  padding: 14px 30px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1.1rem;
  border: 2px solid #d8cdbc;
}

.btn-outline:hover { border-color: var(--text); }

.hero-image img {
  width: 100%;
  border-radius: 14px;
  -webkit-mask-image: radial-gradient(ellipse 75% 75% at center, black 55%, transparent 100%);
  mask-image: radial-gradient(ellipse 75% 75% at center, black 55%, transparent 100%);
}

/* Location info band */
.location-band {
  padding: 60px 40px;
}

.location-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.location-grid h2 {
  font-size: 2.1rem;
  font-weight: 700;
  margin: 0 0 20px;
}

.location-grid h2 .hl { color: var(--tan); }

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

.checklist li {
  margin-bottom: 14px;
  font-size: 1.3rem;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.checklist li::before {
  content: '✓';
  color: var(--tan);
  font-weight: 700;
}

.location-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.35);
}

/* Menu items */
.menu-section {
  padding: 65px 40px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-heading {
  font-size: 2.6rem;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 44px;
  position: relative;
  padding: 0 24px;
}

.section-heading::before, .section-heading::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 90px;
  height: 2px;
  background: var(--tan);
}

.section-heading::before { right: 100%; }
.section-heading::after { left: 100%; }

.menu-scroll {
  overflow-x: visible;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 2vw, 30px);
}

.menu-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  margin-bottom: 14px;
}

.menu-card p {
  font-weight: 600;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  margin: 0;
  line-height: 1.3;
}

@media (max-width: 700px) {
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

/* Hours banner */
.hours-banner {
  padding: 45px 20px;
  text-align: center;
}

.hours-banner h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0;
}

.hours-banner .hours-time {
  font-family: 'Oswald', sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  margin: 4px 0 12px;
}

.hours-banner .hours-closed {
  margin: 0 auto;
  font-size: 1.15rem;
  opacity: 0.9;
  display: inline-block;
  position: relative;
  padding: 10px 0 0;
  border-top: 1px solid rgba(244,233,218,0.4);
  min-width: 320px;
}

/* Testimonials + map */
.reviews-section {
  padding: 65px 40px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.3fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.reviews-quotes .quote-bubble:nth-child(1) { transform: translateX(24px); }
.reviews-quotes .quote-bubble:nth-child(2) { transform: translateX(-12px); }
.reviews-quotes .quote-bubble:nth-child(3) { transform: translateX(-36px); }

.reviews-section h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 24px;
  position: relative;
  display: inline-block;
}

.reviews-section h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 3px;
  background: var(--red);
}

.quote-bubble {
  background: #fdf6ec;
  border: 1px solid #e6dccb;
  border-radius: 10px;
  padding: 16px 22px;
  margin-bottom: 18px;
  font-style: italic;
  font-size: 1.25rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.quote-bubble b { font-weight: 700; }

.map-embed {
  background: linear-gradient(160deg, #7a4d2c, #4a2a18);
  padding: 12px;
  border-radius: 14px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.3), inset 0 0 0 2px rgba(255,255,255,0.08);
}

.map-link {
  position: relative;
  display: block;
  height: 300px;
  border-radius: 6px;
  overflow: hidden;
  background: #ddd6c8;
}

.map-tiles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  transition: filter 0.2s ease;
}

.map-link:hover .map-tiles { filter: brightness(0.88); }

.map-tiles img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
}

.map-link .map-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  font-size: 2.2rem;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.5));
  z-index: 2;
}

.map-link .map-pill {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 9px 20px;
  border-radius: 30px;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(0,0,0,0.35);
  z-index: 2;
}

.map-attribution {
  font-size: 0.75rem;
  text-align: right;
  color: #d8cdbc;
  margin-top: 6px;
  padding-right: 4px;
}

.map-attribution a { color: #d8cdbc; text-decoration: underline; }

/* CTA + QR */
.cta-band {
  padding: 65px 40px;
}

.cta-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}

.cta-grid h2 {
  font-size: 2.1rem;
  font-weight: 700;
  margin: 0 0 16px;
  color: #fdf6ec;
}

.cta-grid p {
  color: #e9dcc9;
  font-size: 1.2rem;
  max-width: 500px;
}

.cta-grid h2 .accent { color: var(--tan); }

.cta-photo-qr {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.cta-photo-qr img.dish {
  flex: 1 1 220px;
  min-width: 0;
  max-width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.35);
}

.qr-box {
  background: #fdf6ec;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  flex: 0 0 152px;
  color: var(--text);
}

.qr-box img { width: 120px; height: 120px; display: block; margin: 0 auto 8px; }
.qr-box span { font-weight: 700; font-size: 0.95rem; letter-spacing: 0.5px; color: var(--text); }

@media (max-width: 480px) {
  .cta-photo-qr { justify-content: center; }
}

/* Footer */
.site-footer {
  padding: 50px 40px 30px;
}

.footer-flex {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
}

.footer-col h4 {
  margin: 0 0 16px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fdf6ec;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-flex .social {
  display: flex;
  gap: 14px;
}

.footer-flex .social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #f4e9da;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.footer-flex .social a:hover {
  background: var(--red);
  border-color: var(--red);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1.05rem;
}

.footer-links a:hover { color: var(--tan); }

.footer-visit p {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.5;
}

.footer-visit a:hover { color: var(--tan); }

.footer-bottom-line {
  text-align: center;
  font-size: 0.95rem;
  opacity: 0.75;
  margin-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 18px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 700px) {
  .footer-flex {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  .footer-flex .social { justify-content: center; }
  .footer-links { align-items: center; }
}

@media (max-width: 860px) {
  .hero, .location-grid, .reviews-section, .cta-grid { grid-template-columns: 1fr; }
  .reviews-quotes .quote-bubble { transform: none !important; }
  .main-nav ul { justify-content: center; }
  .site-header { flex-direction: column; }

  .hero { text-align: center; }
  .hero p.lead { margin-left: auto; margin-right: auto; }
  .hero h1::after { left: 50%; transform: translateX(-50%); }
  .btn-row { justify-content: center; }

  .reviews-left { text-align: center; }
  .reviews-section h2 { display: block; }
  .reviews-section h2::after { left: 50%; transform: translateX(-50%); }
}

/* Interior content pages (About, FAQ) */
.page-hero {
  padding: 50px 40px 10px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.page-hero h1 {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0;
}

.content-section {
  padding: 50px 40px;
  max-width: 900px;
  margin: 0 auto;
}

.content-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 22px;
  color: var(--red);
}

.content-section p {
  font-size: 1.2rem;
  margin: 0 0 20px;
  line-height: 1.7;
}

.content-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
  margin-bottom: 30px;
}

/* FAQ */
.faq-category {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 50px 0 18px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--tan);
  color: var(--text);
}

.content-section .faq-category:first-of-type { margin-top: 10px; }

.faq-item {
  border-bottom: 1px solid #e6dccb;
  padding: 20px 0;
}

.faq-item h3 {
  color: var(--red);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.faq-item p {
  font-size: 1.1rem;
  margin: 0;
}

.faq-contact {
  text-align: center;
  margin-top: 40px;
  font-size: 1.15rem;
}

.faq-contact a {
  color: var(--red);
  font-weight: 700;
}
