:root {
  --ink: #231c16;
  --cream: #f7f0e3;
  --paper: #fffdf8;
  --accent: #765039;
  --gold: #b99a72;
  --red: #5d3827;
  --green: #244d3a;
  --green-dark: #173529;
  --muted: #746b62;
  --line: #ded3c3;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; }

.site-header {
  min-height: 82px;
  padding: 8px clamp(20px, 5vw, 72px);
  display: flex;
  align-items: center;
  gap: 30px;
  background: rgba(25, 20, 16, .97);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 3px solid var(--accent);
  backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: 250px; }
.brand img { width: 105px; height: 59px; object-fit: cover; object-position: center; }
.brand span { font-size: .7rem; line-height: 1.2; letter-spacing: .12em; text-transform: uppercase; color: #c9bfb5; }
.brand b { display: block; color: #fff; font-size: .92rem; letter-spacing: .04em; }
.site-header nav { display: flex; gap: 26px; margin-left: auto; }
.site-header nav a, .menu-nav a, footer nav a { text-decoration: none; font-weight: 700; font-size: .82rem; }
.site-header nav a:hover { color: #c9aa86; }
.nav-toggle { display: none; }

.call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--accent);
  color: #fff;
  padding: 13px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: .76rem;
  letter-spacing: .07em;
  border-radius: 2px;
  transition: .2s;
}
.call:hover { background: var(--red); transform: translateY(-2px); }

.hero {
  min-height: 640px;
  display: grid;
  align-items: center;
  padding: 80px max(6vw, 30px) 110px;
  position: relative;
  overflow: hidden;
  background: url("images/hero.jpg") center 48% / cover no-repeat;
}
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(27,18,12,.88) 0%, rgba(27,18,12,.65) 45%, rgba(27,18,12,.18) 78%), linear-gradient(0deg, rgba(27,18,12,.42), transparent 55%); }
.hero__content { position: relative; z-index: 2; max-width: 850px; color: #fff; }
.hero h1 { max-width: 820px; margin: .18em 0; font-size: clamp(3.3rem, 6.8vw, 6.8rem); line-height: .88; font-weight: 800; text-transform: uppercase; letter-spacing: -.075em; }
.hero h1 span { display: block; color: #d6b992; }
.hero__content > p:not(.eyebrow) { max-width: 570px; font-size: 1.08rem; }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 800; color: var(--accent); }
.hero .eyebrow { color: #d6b992; }

.quick-info { width: min(1120px, 90%); margin: -48px auto 0; position: relative; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--cream); box-shadow: 0 15px 35px rgba(40, 25, 10, .13); border-top: 4px solid var(--gold); }
.quick-info article { padding: 28px 34px; border-right: 1px solid var(--line); }
.quick-info article:last-child { border: 0; }
.quick-info span, .category-title span { font-size: .67rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; color: var(--accent); }
.quick-info strong { display: block; margin: 6px 0; font-size: 1.18rem; font-weight: 800; }
.quick-info p { margin: 0; color: var(--muted); font-size: .9rem; }
.quick-info a { text-decoration: none; }

.feature, .menu-section { padding: 94px max(5vw, 20px); }
.section-heading { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.section-heading h2, .visit h2 { margin: .1em 0 .25em; font-size: clamp(2.3rem, 4.4vw, 4.2rem); line-height: 1; font-weight: 800; letter-spacing: -.045em; }
.section-heading > p:last-child { color: var(--muted); font-size: 1rem; }
.day-grid { width: min(1120px, 100%); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.day-grid article { padding: 24px; min-height: 138px; background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--gold); }
.day-grid span { font-size: 1rem; font-weight: 800; color: var(--red); text-transform: uppercase; letter-spacing: .05em; }
.day-grid p { margin-bottom: 0; font-size: .93rem; }
.feature > .text-link, .feature > .call { display: flex; width: max-content; margin: 34px auto 0; }
.text-link { font-weight: 800; text-transform: uppercase; letter-spacing: .07em; text-decoration: none; color: var(--red); font-size: .78rem; }

.feature--dark { background: var(--green-dark); color: #fff; position: relative; overflow: hidden; }
.feature--dark::before { content: ""; position: absolute; inset: 0; opacity: .075; background-image: linear-gradient(30deg, #b99a72 12%, transparent 12.5%, transparent 87%, #b99a72 87.5%), linear-gradient(150deg, #b99a72 12%, transparent 12.5%, transparent 87%, #b99a72 87.5%); background-size: 54px 94px; }
.feature--dark > * { position: relative; }
.feature--dark .eyebrow { color: #d6b992; }
.feature--dark .day-grid article { color: #fff; background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.18); border-top-color: var(--gold); }
.feature--dark .day-grid span { color: #d6b992; }
.times { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 22px; }
.times span { padding: 7px 11px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.2); font-size: .76rem; }

.menu-section { background: #fff; }
.menu-nav { width: min(1120px, 100%); margin: 0 auto 58px; display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.menu-nav a { padding: 8px 11px; background: var(--cream); border: 1px solid #eadfce; border-radius: 2px; color: #4e443b; }
.menu-nav a:hover { border-color: var(--accent); color: var(--accent); }
.menu-category { width: min(1120px, 100%); margin: 0 auto 72px; display: grid; grid-template-columns: 230px 1fr; gap: 48px; }
.category-title { position: sticky; top: 115px; align-self: start; padding-left: 18px; border-left: 4px solid var(--accent); }
.category-title h3 { margin: 7px 0; font-size: 2rem; line-height: 1.08; font-weight: 800; letter-spacing: -.04em; }
.category-title p { font-size: .84rem; color: var(--muted); }
.menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 36px; }
.menu-grid article { padding: 16px 0; border-bottom: 1px solid var(--line); }
.menu-grid h4 { margin: 0; font-size: .87rem; font-weight: 800; text-transform: uppercase; letter-spacing: .035em; }
.menu-grid p { margin: 5px 0 0; color: var(--muted); font-size: .86rem; }

.visit { display: grid; grid-template-columns: 1fr 1.15fr; min-height: 510px; background: var(--cream); border-top: 5px solid var(--gold); }
.visit > div { padding: 78px max(6vw, 30px); display: flex; flex-direction: column; justify-content: center; }
.visit iframe { border: 0; width: 100%; height: 100%; min-height: 440px; }
.visit__actions { display: flex; align-items: center; gap: 24px; margin-top: 22px; }

footer { padding: 60px 5vw 32px; text-align: center; background: #16120f; color: #fff; border-top: 5px solid var(--accent); }
footer > img { width: min(330px, 70vw); height: 130px; object-fit: cover; object-position: center; }
footer h2 { margin: 6px 0 0; font-size: 1rem; text-transform: uppercase; letter-spacing: .12em; }
footer p { color: #cfc5ba; }
footer nav { display: flex; justify-content: center; gap: 26px; margin: 25px 0; }
footer small { display: block; color: #a99f95; }
.credit { display: block; margin-top: 10px; color: #a99f95; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; text-decoration: none; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.day-grid article, .menu-grid article, .quick-info article { transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.day-grid article:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 14px 30px rgba(23,53,41,.12); }
.menu-grid article:hover { transform: translateX(7px); border-color: var(--accent); }
.quick-info article:hover { background: #fff8eb; }


@media (max-width: 880px) {
  .site-header { min-height: 74px; padding: 7px 18px; }
  .brand { min-width: 0; }
  .brand img { width: 90px; height: 51px; }
  .brand span { display: none; }
  .nav-toggle { display: block; margin-left: auto; border: 0; background: transparent; color: #fff; font: 700 .8rem var(--sans); text-transform: uppercase; }
  .site-header nav { display: none; position: absolute; top: 74px; left: 0; right: 0; margin: 0; padding: 22px; background: #1b1612; flex-direction: column; border-bottom: 3px solid var(--accent); }
  .site-header nav.open { display: flex; }
  .call--header { display: none; }
  .hero { min-height: 620px; padding: 75px 25px 85px; }
  .hero h1 { font-size: 3.35rem; }
  .quick-info { grid-template-columns: 1fr; margin-top: 0; width: 100%; }
  .quick-info article { border-right: 0; border-bottom: 1px solid var(--line); padding: 22px 25px; }
  .feature, .menu-section { padding: 72px 20px; }
  .day-grid { grid-template-columns: 1fr; }
  .day-grid article { min-height: auto; }
  .menu-category { grid-template-columns: 1fr; gap: 18px; margin-bottom: 58px; }
  .category-title { position: static; }
  .menu-grid { grid-template-columns: 1fr; }
  .visit { grid-template-columns: 1fr; }
  .visit > div { padding: 64px 25px; }
  .visit iframe { min-height: 380px; }
}

@media (max-width: 500px) {
  .hero h1 { font-size: 2.75rem; }
  .section-heading h2, .visit h2 { font-size: 2.5rem; }
  .hero { min-height: 580px; }
  .visit__actions { align-items: flex-start; flex-direction: column; }
  footer nav { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
