:root {
  --color-gold: #ce924a;
  --color-gold-dark: #a96f33;
  --color-charcoal: #252522;
  --color-ink: #171714;
  --color-muted: #69675f;
  --color-line: #e6dfd4;
  --color-paper: #fffaf2;
  --color-cream: #f8f1e6;
  --color-sage: #496356;
  --color-wine: #743c36;
  --color-white: #ffffff;
  --shadow-soft: 0 24px 60px rgba(20, 18, 14, 0.14);
  --font-serif: Georgia, "Times New Roman", serif;
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max-width: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--color-charcoal);
  background: var(--color-paper);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  height: 76px;
  padding: 0.6rem clamp(1rem, 4vw, 3rem);
  color: var(--color-white);
  background: linear-gradient(180deg, rgba(12, 12, 10, 0.78), rgba(12, 12, 10, 0.22));
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 132px;
  width: 132px;
  height: 64px;
  color: var(--color-white);
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.brand img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 132px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
  transform: translateY(-38%);
}

.nav-toggle,
.nav-toggle-button {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 2vw, 2rem);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a,
.header-cta {
  text-decoration: none;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.86);
}

.nav-links a:hover {
  color: var(--color-white);
}

.header-cta {
  min-width: 104px;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: var(--color-white);
  font-weight: 800;
  text-align: center;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  padding: 8rem clamp(1rem, 5vw, 5rem) 4.5rem;
  background: var(--color-ink);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(11, 10, 8, 0.84), rgba(11, 10, 8, 0.46) 44%, rgba(11, 10, 8, 0.2)),
    linear-gradient(0deg, rgba(11, 10, 8, 0.72), rgba(11, 10, 8, 0.06) 45%);
}

.hero-content {
  width: min(760px, 100%);
  color: var(--color-white);
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.85rem;
  color: var(--color-gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(4.6rem, 12vw, 9.8rem);
  line-height: 0.82;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 650px;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.06rem, 2vw, 1.32rem);
  line-height: 1.55;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.86rem 1.2rem;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--color-ink);
  background: var(--color-gold);
}

.button-primary:hover {
  background: #dfaa63;
}

.button-secondary {
  color: var(--color-white);
  background: var(--color-sage);
}

.button-ghost {
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.hours-panel {
  position: absolute;
  right: clamp(1rem, 4vw, 4rem);
  bottom: 3rem;
  display: grid;
  gap: 0.35rem;
  min-width: 230px;
  padding: 1rem;
  color: var(--color-white);
  background: rgba(37, 37, 34, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.hours-panel span {
  color: var(--color-gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.intro-band,
.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(var(--max-width), calc(100% - 2rem));
  margin: -2.2rem auto 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
}

.intro-band div,
.feature-strip div {
  padding: 1.35rem clamp(1rem, 3vw, 1.8rem);
  border-right: 1px solid var(--color-line);
}

.intro-band div:last-child,
.feature-strip div:last-child {
  border-right: 0;
}

.intro-band span,
.feature-strip span {
  display: block;
  color: var(--color-muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.intro-band strong,
.feature-strip strong {
  display: block;
  margin-top: 0.28rem;
  color: var(--color-ink);
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.section {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4.4rem, 8vw, 7rem) 0;
  scroll-margin-top: 92px;
}

.section-split,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.section-copy h2,
.section-heading h2 {
  margin: 0;
  font-family: var(--font-serif);
  color: var(--color-ink);
  font-size: clamp(2.3rem, 5vw, 4.25rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.section-copy p {
  margin: 1.4rem 0 0;
  color: var(--color-muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.about-visual {
  min-height: 620px;
}

.about-visual img {
  aspect-ratio: 4 / 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.text-link {
  color: var(--color-wine);
  font-weight: 900;
  text-decoration-color: rgba(116, 60, 54, 0.32);
  text-underline-offset: 0.3em;
}

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

.menu-category {
  padding: clamp(1.1rem, 3vw, 1.6rem);
  background: var(--color-white);
  border: 1px solid var(--color-line);
}

.menu-category-accent {
  background: var(--color-charcoal);
  border-color: var(--color-charcoal);
  color: var(--color-white);
}

.menu-category h3 {
  margin: 0 0 1rem;
  font-family: var(--font-serif);
  color: var(--color-ink);
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 0.95;
}

.menu-category-accent h3 {
  color: var(--color-white);
}

.menu-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  padding-top: 0.85rem;
  border-top: 1px solid var(--color-line);
}

.menu-category-accent .menu-list li {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.menu-list strong,
.menu-list small {
  display: block;
}

.menu-list strong {
  color: var(--color-ink);
  line-height: 1.35;
}

.menu-category-accent .menu-list strong {
  color: var(--color-white);
}

.menu-list small {
  margin-top: 0.25rem;
  color: var(--color-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.menu-category-accent .menu-list small {
  color: rgba(255, 255, 255, 0.68);
}

.menu-list b {
  color: var(--color-gold-dark);
  white-space: nowrap;
}

.menu-category-accent .menu-list b {
  color: var(--color-gold);
}

.menu-list-compact {
  gap: 0.62rem;
}

.menu-list-compact li {
  padding-top: 0.62rem;
}

.menu-note {
  max-width: 760px;
  margin: 1.2rem 0 0;
  color: var(--color-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.feature-strip {
  margin: 0 auto;
  color: var(--color-white);
  background: var(--color-charcoal);
}

.feature-strip strong {
  color: var(--color-white);
}

.feature-strip span {
  color: rgba(255, 255, 255, 0.68);
}

.gallery-section {
  padding-bottom: clamp(4.4rem, 8vw, 7rem);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: 250px;
  gap: 1rem;
}

.gallery-item {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--color-ink);
}

.gallery-wide {
  grid-row: span 2;
}

.gallery-tall {
  grid-row: span 2;
}

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

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

.gallery-item figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.48rem 0.7rem;
  color: var(--color-white);
  background: rgba(20, 18, 14, 0.72);
  font-size: 0.82rem;
  font-weight: 900;
}

.contact-section {
  align-items: stretch;
  padding-top: 0;
}

.contact-section .section-copy h2 {
  font-size: clamp(2.35rem, 4.2vw, 3.8rem);
}

address {
  margin-top: 1.4rem;
  color: var(--color-charcoal);
  font-style: normal;
  line-height: 1.7;
}

.contact-section .button-secondary {
  background: var(--color-charcoal);
}

.contact-list {
  display: grid;
  gap: 1rem;
  margin: 2rem 0 0;
}

.contact-list div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color-line);
}

.contact-list dt {
  color: var(--color-muted);
  font-weight: 800;
}

.contact-list dd {
  margin: 0;
  font-weight: 800;
  line-height: 1.55;
}

.map-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  color: var(--color-white);
  background: var(--color-ink);
  border: 1px solid var(--color-line);
  box-shadow: var(--shadow-soft);
  text-decoration: none;
}

.map-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  transition: transform 260ms ease;
}

.map-card:hover img {
  transform: scale(1.025);
}

.map-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.2rem;
  background:
    linear-gradient(180deg, rgba(12, 12, 10, 0.58), rgba(12, 12, 10, 0.04) 38%),
    linear-gradient(0deg, rgba(12, 12, 10, 0.72), rgba(12, 12, 10, 0.08) 42%);
}

.map-label {
  align-self: flex-start;
  display: grid;
  gap: 0.2rem;
  max-width: 260px;
  padding: 0.85rem 1rem;
  background: rgba(23, 23, 20, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
}

.map-label strong {
  color: var(--color-white);
  font-family: var(--font-serif);
  font-size: 1.45rem;
  line-height: 1;
}

.map-label small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  font-weight: 800;
}

.map-cta {
  display: block;
  width: 100%;
  padding: 1rem;
  color: var(--color-white);
  background: var(--color-sage);
  font-weight: 900;
  text-align: center;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem clamp(1rem, 5vw, 5rem);
  color: var(--color-white);
  background: var(--color-ink);
}

.site-footer div {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-footer img {
  width: 124px;
  height: auto;
  object-fit: contain;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.site-footer nav {
  display: flex;
  gap: 1.25rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--color-gold);
}

@media (max-width: 980px) {
  .hours-panel {
    position: static;
    width: min(100%, 420px);
    margin-top: 2rem;
  }

  .intro-band,
  .feature-strip,
  .section-split,
  .contact-section,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .intro-band div,
  .feature-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
  }

  .intro-band div:last-child,
  .feature-strip div:last-child {
    border-bottom: 0;
  }

  .menu-board {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-auto-rows: auto;
  }

  .gallery-item,
  .gallery-wide,
  .gallery-tall {
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .map-card {
    min-height: 430px;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 68px;
    padding-block: 0.5rem;
  }

  .brand {
    position: relative;
    z-index: 24;
    flex-basis: 88px;
    width: 88px;
    height: 52px;
  }

  .brand img {
    width: 88px;
    transform: translateY(-39%);
  }

  .header-cta {
    display: none;
  }

  .nav-toggle-button {
    position: relative;
    z-index: 24;
    display: grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: 999px;
    cursor: pointer;
  }

  .nav-toggle-button span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--color-white);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav-toggle:checked + .nav-toggle-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle:checked + .nav-toggle-button span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked + .nav-toggle-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-links {
    position: fixed;
    inset: 0;
    z-index: 22;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.25rem;
    padding: 6rem 1.25rem 2rem;
    background: rgba(23, 23, 20, 0.96);
    transform: translateY(-100%);
    transition: transform 220ms ease;
  }

  .nav-toggle:checked ~ .nav-links {
    transform: translateY(0);
  }

  .nav-links a {
    font-family: var(--font-serif);
    color: var(--color-white);
    font-size: 2.4rem;
    line-height: 1;
  }

  .hero {
    min-height: 88svh;
    padding: 7rem 1rem 3rem;
  }

  .hero h1 {
    font-size: clamp(4.1rem, 18vw, 4.9rem);
    line-height: 0.88;
  }

  .hero-actions,
  .contact-actions,
  .section-heading,
  .site-footer,
  .site-footer div,
  .site-footer nav {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .menu-list li {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .menu-list b {
    white-space: normal;
  }

  .section {
    width: min(100% - 1rem, var(--max-width));
    scroll-margin-top: 82px;
  }

  .about-visual {
    min-height: auto;
  }

  .contact-list div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}
