:root {
  --ink: #17120f;
  --muted: #6f6259;
  --paper: #fffaf1;
  --paper-deep: #f3e0c8;
  --tomato: #c83421;
  --tomato-dark: #8f2016;
  --basil: #1f6f43;
  --gold: #d79b2c;
  --line: rgba(23, 18, 15, 0.14);
  --shadow: 0 18px 45px rgba(57, 31, 20, 0.14);
  --radius: 8px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12px 12px, rgba(200, 52, 33, 0.05) 0 2px, transparent 2px 36px),
    linear-gradient(180deg, var(--paper), #fff4df);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.skip-link,
.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;
}

.skip-link:focus {
  z-index: 100;
  width: auto;
  height: auto;
  margin: 12px;
  padding: 10px 14px;
  clip: auto;
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--radius);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 14px 18px;
  color: #fff;
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(255, 250, 241, 0.96);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
  min-height: 44px;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background: var(--tomato);
  color: #fff;
  border-radius: 50%;
  font-family: "Bebas Neue", sans-serif;
  font-size: 25px;
}

.nav-toggle {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid currentColor;
  background: transparent;
  color: currentColor;
  border-radius: 999px;
  cursor: pointer;
}

.nav-toggle svg,
.button svg,
.contact-card svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

.site-nav {
  position: absolute;
  top: 72px;
  left: 18px;
  right: 18px;
  display: none;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 12px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.site-nav.is-open {
  display: grid;
}

.site-nav a {
  padding: 12px;
  min-height: 44px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 6px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--paper-deep);
  outline: none;
}

.hero {
  position: relative;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  isolation: isolate;
  background: var(--ink);
  color: #fff;
  overflow: hidden;
}

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

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

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(14, 10, 8, 0.78) 70%, rgba(14, 10, 8, 0.96));
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  z-index: -1;
  opacity: 0.24;
  background:
    linear-gradient(45deg, transparent 47%, rgba(255, 255, 255, 0.4) 48% 52%, transparent 53%) 0 0 / 36px 36px,
    linear-gradient(-45deg, transparent 47%, rgba(215, 155, 44, 0.45) 48% 52%, transparent 53%) 0 0 / 36px 36px;
}

.hero-content {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 118px 20px 148px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

h1,
h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.92;
}

h1 {
  max-width: 7ch;
  margin-bottom: 18px;
  font-size: clamp(5.7rem, 26vw, 12rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(3rem, 13vw, 6.8rem);
}

h3 {
  font-size: 1rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 560px;
  margin-bottom: 24px;
  font-size: clamp(1.05rem, 4vw, 1.35rem);
  color: rgba(255, 255, 255, 0.88);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: 3px solid rgba(215, 155, 44, 0.35);
  outline-offset: 3px;
}

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

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

.button.ghost {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
}

.button.secondary {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.hero-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.hero-strip span {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 11px 20px;
  background: rgba(23, 18, 15, 0.72);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section {
  position: relative;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 72px 20px;
}

.section::before {
  content: "";
  position: absolute;
  top: 38px;
  right: 20px;
  width: clamp(82px, 18vw, 170px);
  aspect-ratio: 1;
  z-index: -1;
  opacity: 0.14;
  border: 1px solid rgba(200, 52, 33, 0.5);
  background:
    linear-gradient(45deg, transparent 44%, rgba(31, 111, 67, 0.5) 45% 55%, transparent 56%),
    linear-gradient(-45deg, transparent 44%, rgba(215, 155, 44, 0.6) 45% 55%, transparent 56%);
  transform: rotate(8deg);
}

.ornament-band {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 22px 0;
}

.ornament-band::before,
.ornament-band::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 52, 33, 0.44), transparent);
}

.ornament-band span {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid rgba(23, 18, 15, 0.18);
  background: var(--paper);
  box-shadow:
    0 0 0 5px rgba(215, 155, 44, 0.1),
    26px 0 0 -1px var(--tomato),
    -26px 0 0 -1px var(--basil);
  transform: rotate(45deg);
}

.ornament-band span:nth-child(2),
.ornament-band span:nth-child(3) {
  display: none;
}

.ornament-band-light {
  background: #fff;
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
}

.story-ribbon,
.cta-strip {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  border-radius: var(--radius);
}

.story-ribbon {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(23, 18, 15, 0.12);
  background: rgba(23, 18, 15, 0.12);
  box-shadow: var(--shadow);
}

.story-ribbon span {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(215, 155, 44, 0.18), transparent 45%),
    var(--paper);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.split,
.section-heading {
  display: grid;
  gap: 24px;
}

.text-stack {
  color: var(--muted);
  font-size: 1.05rem;
}

.facts {
  display: grid;
  gap: 10px;
  margin-top: 32px;
}

.facts div {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.facts div::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 12px solid rgba(215, 155, 44, 0.12);
}

.facts strong {
  display: block;
  color: var(--tomato);
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.8rem;
  line-height: 0.9;
  font-weight: 400;
}

.facts span,
.section-heading p,
.form-note,
.site-footer p {
  color: var(--muted);
}

.menu-section,
.gallery-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  background:
    radial-gradient(circle at top left, rgba(31, 111, 67, 0.08), transparent 30%),
    #fff;
}

.menu-section::after,
.gallery-section::after {
  content: "41";
  position: absolute;
  right: -18px;
  bottom: -42px;
  color: rgba(200, 52, 33, 0.055);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(10rem, 32vw, 24rem);
  line-height: 0.8;
  pointer-events: none;
}

.menu-section > *,
.gallery-section > * {
  width: min(100%, var(--max));
  margin-left: auto;
  margin-right: auto;
}

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

.menu-card,
.contact-card {
  position: relative;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}

.menu-card::before,
.contact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--tomato), var(--gold), var(--basil));
}

.menu-card.featured {
  border-color: rgba(200, 52, 33, 0.42);
  box-shadow: inset 0 0 0 2px rgba(200, 52, 33, 0.08);
}

.menu-card h3 {
  margin-bottom: 18px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
}

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

.dish-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(23, 18, 15, 0.18);
}

.dish-list span {
  min-width: 0;
}

.dish-list strong {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  color: var(--basil);
}

.gallery {
  display: grid;
  gap: 12px;
}

.gallery-item {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: 0 14px 32px rgba(23, 18, 15, 0.14);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: contain;
}

.gallery-item figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 8px 10px;
  background: rgba(23, 18, 15, 0.82);
  color: #fff;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.booking-panel {
  position: relative;
  display: grid;
  gap: 30px;
  padding: 22px;
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
  overflow: hidden;
}

.booking-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background:
    linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.45) 49% 51%, transparent 52%) 0 0 / 44px 44px,
    linear-gradient(-45deg, transparent 48%, rgba(215, 155, 44, 0.55) 49% 51%, transparent 52%) 0 0 / 44px 44px;
  pointer-events: none;
}

.booking-panel > * {
  position: relative;
}

.cta-strip {
  display: grid;
  gap: 16px;
  align-items: center;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(200, 52, 33, 0.94), rgba(143, 32, 22, 0.96)),
    var(--tomato);
  color: #fff;
  box-shadow: var(--shadow);
}

.cta-strip span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cta-strip strong {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 9vw, 4rem);
  font-weight: 400;
  line-height: 0.95;
}

.cta-strip .button.primary {
  background: #fff;
  color: var(--tomato-dark);
}

.booking-panel p {
  color: rgba(255, 255, 255, 0.76);
}

.booking-form {
  display: grid;
  gap: 14px;
  padding: 16px;
  background: var(--paper);
  color: var(--ink);
  border-radius: var(--radius);
}

.booking-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
  font-size: 0.9rem;
}

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

.booking-form input:focus {
  border-color: var(--tomato);
  outline: 3px solid rgba(200, 52, 33, 0.16);
}

.form-row {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.submit {
  width: 100%;
}

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

.contact-card {
  display: grid;
  gap: 10px;
}

.contact-card svg {
  color: var(--tomato);
}

.contact-card h3 {
  margin: 0;
  font-size: 1.1rem;
}

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

.contact-card a {
  font-weight: 800;
  text-decoration-color: rgba(200, 52, 33, 0.35);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.social-links {
  display: grid;
  gap: 10px;
}

.social-link,
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.social-link {
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-weight: 900;
}

.social-link:hover,
.social-link:focus-visible,
.footer-social a:hover,
.footer-social a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(200, 52, 33, 0.42);
  outline: 3px solid rgba(215, 155, 44, 0.24);
  outline-offset: 2px;
}

.social-link svg,
.footer-social svg,
.brand-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  color: var(--tomato);
}

.site-footer {
  display: grid;
  gap: 12px;
  padding: 28px 20px;
  background:
    linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25% 75%, rgba(255, 255, 255, 0.04) 75%) 0 0 / 32px 32px,
    var(--ink);
  color: #fff;
}

.site-footer div {
  display: grid;
  gap: 2px;
}

.site-footer strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.site-footer p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.footer-meta {
  display: grid;
  gap: 14px;
}

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

.footer-social a {
  width: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.footer-social svg,
.footer-social .brand-icon {
  color: #fff;
}

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

  .nav-toggle {
    display: none;
  }

  .site-nav,
  .site-nav.is-open {
    position: static;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0;
    background: transparent;
    color: currentColor;
    border: 0;
    box-shadow: none;
  }

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

  .site-header:not(.is-scrolled) .site-nav a:hover,
  .site-header:not(.is-scrolled) .site-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.15);
  }

  .hero-content {
    padding-inline: 28px;
  }

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

  .section {
    padding: 96px 28px;
  }

  .split,
  .section-heading,
  .booking-panel {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: start;
  }

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

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

  .cta-strip {
    grid-template-columns: 1fr auto;
    padding: 26px 30px;
  }

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

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

  .gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: dense;
  }

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

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

  .gallery-item,
  .gallery-item img {
    min-height: 300px;
  }

  .site-footer {
    grid-template-columns: 280px 1fr;
    align-items: center;
    padding-inline: 28px;
  }

  .footer-meta {
    justify-items: end;
  }
}

@media (min-width: 1024px) {
  .hero-content {
    padding-bottom: 122px;
  }

  .menu-grid {
    grid-template-columns: repeat(4, 1fr);
  }

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

  .booking-panel {
    padding: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
