:root {
  --paper: #fff9ef;
  --cream: #f7ead4;
  --ink: #1f1b18;
  --muted: #74695f;
  --tomato: #c43022;
  --tomato-dark: #8f2118;
  --basil: #1f6d42;
  --gold: #d7a13d;
  --line: rgba(31, 27, 24, 0.14);
  --shadow: 0 24px 80px rgba(31, 27, 24, 0.16);
  --radius: 8px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(31, 27, 24, 0.035) 1px, transparent 1px) 0 0 / 42px 42px,
    var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 14px 18px;
  color: #fff;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled,
.site-header.menu-open {
  background: rgba(255, 249, 239, 0.96);
  color: var(--ink);
  box-shadow: 0 8px 30px rgba(31, 27, 24, 0.08);
  backdrop-filter: blur(16px);
}

.site-header.scrolled .nav-toggle,
.site-header.menu-open .nav-toggle {
  background: rgba(31, 27, 24, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  max-width: calc(100% - 94px);
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  flex: 0 0 auto;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

.brand span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-toggle {
  position: absolute;
  top: 14px;
  right: 18px;
  display: inline-flex;
  flex: 0 0 auto;
  width: auto;
  min-width: 64px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  background: var(--tomato);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  font-size: 0.82rem;
  font-weight: 800;
}

.site-nav {
  order: 2;
  display: flex;
  width: 100%;
  gap: 6px;
  overflow-x: auto;
  padding: 4px 0 0;
  color: inherit;
  scrollbar-width: none;
}

.site-nav a {
  flex: 0 0 auto;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
  font-size: 0.82rem;
  font-weight: 700;
}

.site-nav a:hover {
  background: rgba(255, 255, 255, 0.18);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 94svh;
  padding: 116px 18px 28px;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #201814;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, rgba(23, 16, 12, 0.66) 0%, rgba(23, 16, 12, 0.18) 42%, rgba(23, 16, 12, 0.78) 100%),
    linear-gradient(90deg, rgba(23, 16, 12, 0.82), rgba(23, 16, 12, 0.1));
}

.hero-content {
  min-width: 0;
  width: 100%;
  align-self: end;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--tomato);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd37c;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(4.2rem, 18vw, 9.5rem);
  line-height: 0.86;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.4rem, 10vw, 4.8rem);
  line-height: 0.96;
}

h3 {
  margin-bottom: 18px;
  font-size: 1rem;
}

.hero-copy {
  width: min(28ch, calc(100vw - 56px));
  max-width: min(28ch, calc(100vw - 56px));
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.08rem, 4vw, 1.35rem);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--tomato);
  color: #fff;
}

.btn-primary:hover {
  background: var(--tomato-dark);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.54);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.btn-dark {
  width: 100%;
  background: var(--ink);
  color: #fff;
}

.hero-card {
  width: min(100%, 280px);
  align-self: end;
  margin-top: 36px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.hero-card span,
.intro-band span {
  display: block;
  margin-bottom: 5px;
  color: currentColor;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.68;
}

.hero-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.hero-card small {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.4;
}

.intro-band {
  display: grid;
  gap: 1px;
  background: #3b211a;
}

.intro-band div {
  padding: 20px 18px;
  background: linear-gradient(135deg, #2b211d, #3a241e);
  color: #fff;
}

.intro-band a,
.intro-band strong {
  font-size: 1.05rem;
  font-weight: 800;
}

.section {
  padding: 76px 18px;
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 34px;
}

.section-heading > p:not(.eyebrow) {
  max-width: 660px;
  color: var(--muted);
  line-height: 1.7;
}

.about-grid,
.contact-grid,
.booking-card {
  max-width: 1120px;
  margin: 0 auto;
}

.about-grid {
  display: grid;
  gap: 28px;
}

.about-copy {
  display: grid;
  gap: 14px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.inline-link {
  color: var(--tomato-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.about-photo {
  margin: 0;
}

.about-photo img,
.menu-original img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.86rem;
}

.menu-section {
  background: #fffdf8;
}

.menu-tabs {
  display: flex;
  max-width: 1120px;
  margin: 0 auto 18px;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.menu-tab {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font-weight: 800;
}

.menu-tab.active {
  border-color: var(--tomato);
  background: var(--tomato);
  color: #fff;
}

.menu-panels {
  max-width: 1120px;
  margin: 0 auto;
}

.menu-panel {
  display: none;
  gap: 14px;
}

.menu-panel.active {
  display: grid;
}

.menu-card,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.9);
  padding: 22px;
  box-shadow: 0 14px 40px rgba(31, 27, 24, 0.06);
}

.menu-card h3 {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  color: var(--basil);
  font-size: 1.05rem;
}

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

.menu-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
}

.menu-list span {
  min-width: 0;
  overflow-wrap: anywhere;
}

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

.menu-original {
  max-width: 760px;
  margin: 32px auto 0;
}

.gallery-section {
  background: var(--paper);
}

.gallery {
  display: grid;
  max-width: 1120px;
  margin: 0 auto;
  gap: 10px;
}

.gallery-item {
  display: block;
  width: 100%;
  min-height: 230px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  background: #241c18;
  cursor: zoom-in;
}

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

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

.booking-section {
  background:
    linear-gradient(135deg, rgba(31, 109, 66, 0.94), rgba(29, 67, 49, 0.98)),
    var(--basil);
  color: #fff;
}

.booking-card {
  display: grid;
  gap: 28px;
}

.booking-card .eyebrow {
  color: #ffd37c;
}

.booking-card h2 {
  max-width: 640px;
}

.booking-card p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.booking-form {
  display: grid;
  gap: 12px;
  padding: 20px;
  border-radius: var(--radius);
  background: #fffdf8;
  color: var(--ink);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.booking-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.booking-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 12px;
  background: #fff;
  color: var(--ink);
}

.form-wide {
  grid-column: 1 / -1;
}

.form-note {
  min-height: 42px;
  margin: 0;
  color: var(--muted) !important;
  font-size: 0.9rem;
}

.contact-grid {
  display: grid;
  gap: 14px;
}

.contact-card {
  display: grid;
  gap: 12px;
  align-content: start;
}

.contact-card h3 {
  margin: 0;
  color: var(--basil);
}

.contact-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.contact-card a {
  width: fit-content;
  color: var(--tomato-dark);
  font-weight: 800;
}

.hours {
  display: grid;
  gap: 10px;
  margin: 0;
}

.hours div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.hours dt,
.hours dd {
  margin: 0;
}

.hours dt {
  color: var(--muted);
}

.hours dd {
  font-weight: 800;
  text-align: right;
}

.muted {
  color: var(--muted) !important;
}

.footer {
  display: grid;
  gap: 6px;
  padding: 30px 18px;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  text-align: center;
}

.footer a {
  color: #fff;
  font-weight: 800;
}

.footer p {
  margin: 0;
}

.lightbox {
  width: min(94vw, 980px);
  max-height: 90svh;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
}

.lightbox::backdrop {
  background: rgba(18, 14, 12, 0.82);
}

.lightbox img {
  width: 100%;
  max-height: 88svh;
  object-fit: contain;
  border-radius: var(--radius);
  background: #1f1b18;
}

.lightbox-close {
  position: fixed;
  top: 16px;
  right: 16px;
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: #fffdf8;
  color: var(--ink);
  font-weight: 800;
}

@media (min-width: 900px) {
  .site-header {
    padding-inline: 28px;
  }

  .nav-toggle {
    position: static;
    display: none;
  }

  .site-nav {
    position: static;
    order: 0;
    display: flex;
    width: auto;
    align-items: center;
    gap: 4px;
    overflow: visible;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    box-shadow: none;
  }

  .brand {
    max-width: none;
  }

  .hero-copy {
    width: min(100%, 520px);
    max-width: min(100%, 520px);
  }

  .site-nav a {
    padding: 10px 12px;
    font-size: 0.9rem;
  }

  .site-nav a:hover {
    background: rgba(255, 255, 255, 0.14);
  }

.site-header.scrolled .site-nav a:hover {
    background: var(--cream);
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    min-height: 92vh;
    padding: 150px 40px 40px;
  }

  .intro-band {
    grid-template-columns: repeat(3, 1fr);
  }

  .section {
    padding: 104px 40px;
  }

  .about-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.7fr);
    align-items: start;
  }

  .about-copy {
    font-size: 1.08rem;
  }

  .menu-panel.active {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 260px;
  }

  .gallery-item {
    min-height: 0;
  }

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

  .gallery-item.wide {
    grid-column: span 2;
  }

  .booking-card {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    align-items: center;
  }

  .booking-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1040px) {
  .site-header {
    padding-inline: 44px;
  }

  .hero {
    padding-inline: 64px;
  }

  .menu-panel.active {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
