:root {
  --paper: #f4ede1;
  --surface: #fbf7f0;
  --ink: #221a14;
  --ink-2: #36261d;
  --muted: #6e6258;
  --fire: #c6552e;
  --fire-dark: #9e3d23;
  --olive: #5a6141;
  --mustard: #d69a3c;
  --line: #e4d6c5;
  --cream: #fffaf2;
  --shadow: 0 24px 70px rgba(34, 26, 20, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

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

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

::selection {
  color: var(--cream);
  background: var(--fire);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(228, 214, 197, 0.86);
  background: rgba(244, 237, 225, 0.9);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.brand-mark {
  position: relative;
  width: 28px;
  height: 28px;
  border: 2px solid var(--ink);
  border-radius: 999px;
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  content: "";
}

.brand-mark::before {
  inset: 6px;
  border-radius: 999px;
  background: var(--fire);
}

.brand-mark::after {
  right: 1px;
  bottom: 1px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--mustard);
}

.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

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

.header-cta,
.button,
.mobile-reserve {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 21px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.header-cta,
.button.primary,
.mobile-reserve {
  color: var(--cream);
  background: var(--fire);
}

.header-cta:hover,
.button.primary:hover,
.mobile-reserve:hover {
  background: var(--fire-dark);
  transform: translateY(-2px);
}

.button.secondary {
  color: var(--ink);
  border: 1.5px solid var(--ink);
  background: transparent;
}

.button.secondary:hover {
  color: var(--cream);
  background: var(--ink);
}

.button.dark {
  width: 100%;
  color: var(--cream);
  background: var(--fire);
}

.button.dark:hover {
  background: var(--mustard);
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  max-width: 1440px;
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 94px) clamp(18px, 4vw, 58px) clamp(36px, 5vw, 58px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--fire);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 650;
  letter-spacing: 0;
}

h1 {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: clamp(58px, 7.2vw, 112px);
  line-height: 0.9;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(38px, 5vw, 74px);
  line-height: 0.98;
}

h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.12;
}

.hero-copy p:not(.eyebrow),
.section-heading p,
.story-copy p,
.takeaway p,
.reviews .section-heading p,
.reserve-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.hero-copy p:not(.eyebrow) {
  max-width: 590px;
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-stage {
  position: relative;
  height: min(72vh, 720px);
  min-height: 490px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.hero-stage img {
  object-position: center;
  filter: saturate(1.08) contrast(1.02);
}

.hero-stage::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(34, 26, 20, 0.05) 35%, rgba(34, 26, 20, 0.88)),
    radial-gradient(circle at 25% 12%, rgba(214, 154, 60, 0.26), transparent 42%);
}

.hero-card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  width: min(320px, calc(100% - 44px));
  padding: 20px;
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: 14px;
  color: var(--cream);
  background: rgba(21, 16, 13, 0.92);
  backdrop-filter: blur(6px);
}

.hero-card span,
.hero-card small {
  display: block;
}

.hero-card span {
  color: var(--mustard);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  margin: 8px 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 28px;
  line-height: 1;
}

.hero-card small {
  color: rgba(255, 250, 242, 0.78);
}

.section {
  padding: clamp(76px, 8vw, 116px) clamp(18px, 4vw, 58px);
}

.story {
  display: grid;
  grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
}

.story-image {
  height: 560px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.story-image img {
  object-position: center center;
}

.story-copy {
  max-width: 640px;
}

.moments {
  background: #eee1d1;
}

.section-heading,
.moment-grid,
.dish-grid,
.reviews .review-grid,
.reviews .review-note {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

.section-heading {
  margin-bottom: 48px;
}

.moment-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.16fr 0.92fr;
  gap: 20px;
}

.moment-card,
.dish-card,
.hours-card,
.location-card,
.reserve-form,
.review-grid article {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
}

.moment-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  box-shadow: 0 16px 40px -20px rgba(34, 26, 20, 0.24);
}

.moment-card--highlight {
  border: 1.5px solid var(--fire);
  box-shadow: 0 20px 50px -18px rgba(198, 85, 46, 0.38);
}

.moment-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--cream);
  background: var(--fire);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.moment-card img {
  height: 250px;
}

.moment-card--highlight img {
  height: 290px;
}

.moment-card div {
  padding: 24px;
}

.moment-card span,
.dish-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.moment-card p,
.dish-card p,
.reviews p,
.practical p,
.hours-list p {
  color: var(--muted);
  line-height: 1.56;
}

.featured {
  background: var(--paper);
}

.dish-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.dish-card {
  overflow: hidden;
  color: inherit;
  box-shadow: 0 14px 34px -20px rgba(34, 26, 20, 0.24);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.dish-card:hover,
.dish-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.dish-card img {
  height: 260px;
  object-position: center;
  transition: transform 500ms ease;
}

.dish-card:hover img,
.dish-card:focus-visible img {
  transform: scale(1.04);
}

.dish-card div {
  padding: 22px;
}

.dish-card strong {
  display: block;
  margin-top: 16px;
  color: var(--fire);
  font-size: 18px;
}

.menu-section {
  color: var(--cream);
  background:
    radial-gradient(circle at 88% 12%, rgba(198, 85, 46, 0.22), transparent 36%),
    linear-gradient(135deg, var(--ink), #15100d);
}

.menu-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 64px);
  max-width: 1320px;
  margin: 0 auto;
}

.menu-intro p:not(.eyebrow) {
  color: rgba(255, 250, 242, 0.84);
  font-size: 18px;
  line-height: 1.68;
}

.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-self: start;
  padding: 6px;
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.06);
}

.menu-tabs button,
.mode-toggle button {
  border: 0;
  border-radius: 999px;
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.menu-tabs button {
  padding: 11px 16px;
  color: rgba(255, 250, 242, 0.72);
}

.menu-tabs button.active {
  color: var(--ink);
  background: var(--mustard);
}

.menu-panels {
  grid-column: 2;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.15);
  border-radius: 14px;
  background: rgba(255, 250, 242, 0.06);
}

.menu-panel {
  display: none;
  padding: 12px 24px;
}

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

.menu-panel p {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
  padding: 19px 0;
  border-bottom: 1px solid rgba(255, 250, 242, 0.13);
}

.menu-panel p:last-child {
  border-bottom: 0;
}

.menu-panel span {
  color: rgba(255, 250, 242, 0.92);
}

.menu-panel strong {
  min-width: max-content;
  padding: 5px 12px;
  border-radius: 999px;
  color: #2a1b0f;
  background: var(--mustard);
  font-size: 15px;
  font-weight: 900;
}

.takeaway {
  padding: 0 clamp(18px, 4vw, 58px);
  background: linear-gradient(180deg, var(--ink) 0 50%, var(--paper) 50% 100%);
}

.takeaway-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 14px;
  color: var(--ink);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.takeaway h2 {
  margin-bottom: 8px;
}

.takeaway p {
  max-width: 720px;
  margin-bottom: 0;
}

.reviews {
  background: var(--paper);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.review-grid article {
  padding: 26px;
}

.review-grid span {
  display: block;
  margin-bottom: 16px;
  color: var(--mustard);
  letter-spacing: 0.12em;
}

.review-grid strong {
  display: block;
  color: var(--fire);
}

.review-note {
  margin-top: 24px;
  color: var(--muted);
  font-weight: 800;
}

.practical {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 22px;
  max-width: 1320px;
  margin: 0 auto;
}

.hours-card,
.location-card {
  padding: clamp(24px, 4vw, 38px);
}

.hours-list {
  display: grid;
  gap: 0;
  margin: 24px 0 16px;
}

.hours-list p {
  display: grid;
  grid-template-columns: minmax(130px, 0.6fr) minmax(0, 1fr);
  gap: 18px;
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.hours-list span {
  font-weight: 900;
}

.hours-list strong {
  color: var(--olive);
}

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

.map-embed {
  width: 100%;
  height: 320px;
  border: 1px solid var(--line);
  border-radius: 14px;
  filter: sepia(0.06) saturate(1.05);
}

.reserve {
  padding: 20px clamp(18px, 4vw, 58px) clamp(76px, 8vw, 116px);
}

.reserve-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: clamp(30px, 6vw, 74px);
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 14px;
  color: var(--cream);
  background:
    radial-gradient(circle at 86% 12%, rgba(214, 154, 60, 0.18), transparent 38%),
    linear-gradient(135deg, var(--ink), #130f0c);
}

.reserve-panel .eyebrow,
.reserve-copy p {
  color: #e8c4a7;
}

.reserve-copy h2 {
  max-width: 620px;
}

dl {
  display: grid;
  gap: 16px;
  margin: 32px 0 0;
}

dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
}

dt {
  color: var(--mustard);
  font-weight: 900;
}

dd {
  margin: 0;
  color: rgba(255, 250, 242, 0.86);
}

.reserve-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  color: var(--ink);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
}

.mode-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 3px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f2e7d8;
}

.mode-toggle button {
  min-height: 39px;
  color: var(--muted);
}

.mode-toggle button.active {
  color: var(--cream);
  background: var(--olive);
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

input,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--cream);
  font: inherit;
}

input:focus,
select:focus {
  border-color: var(--fire);
  outline: none;
}

.reserve-form small {
  color: var(--muted);
  line-height: 1.45;
  text-align: center;
}

.mode-pulse {
  animation: mode-pulse 850ms ease;
}

.mobile-reserve {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 25;
  display: none;
  box-shadow: var(--shadow);
}

.to-top {
  position: fixed;
  right: 18px;
  bottom: 78px;
  z-index: 24;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--surface);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 32px clamp(18px, 4vw, 58px);
  border-top: 1px solid var(--line);
  background: var(--surface);
}

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

.footer > a:last-child {
  color: var(--fire);
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 720ms cubic-bezier(0.16, 1, 0.3, 1), transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.hero .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

@keyframes mode-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(198, 85, 46, 0.28);
  }

  100% {
    box-shadow: 0 0 0 14px rgba(198, 85, 46, 0);
  }
}

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

@media (max-width: 1120px) {
  .hero,
  .story,
  .menu-shell,
  .reserve-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .menu-panels {
    grid-column: auto;
  }

  .moment-grid,
  .dish-grid,
  .review-grid,
  .practical {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 760px) {
  .site-header {
    padding: 13px 16px;
  }

  .nav,
  .header-cta {
    display: none;
  }

  .brand {
    font-size: 14px;
  }

  .hero,
  .section,
  .reserve {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero {
    padding-top: 42px;
  }

  h1 {
    font-size: clamp(54px, 15vw, 74px);
  }

  h2 {
    font-size: clamp(36px, 11vw, 54px);
  }

  .hero-actions .button,
  .takeaway .button {
    width: 100%;
  }

  .hero-stage {
    min-height: 420px;
    height: 480px;
  }

  .hero-card {
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: auto;
  }

  .story-image {
    height: 390px;
  }

  .moment-grid,
  .dish-grid,
  .review-grid,
  .practical,
  .takeaway-inner {
    grid-template-columns: 1fr;
  }

  .moment-card {
    min-height: auto;
  }

  .dish-card img,
  .moment-card img {
    height: 260px;
  }

  .menu-tabs {
    border-radius: 14px;
  }

  .menu-tabs button {
    flex: 1 1 44%;
  }

  .menu-panel p,
  .hours-list p,
  dl div {
    grid-template-columns: 1fr;
  }

  .menu-panel p {
    flex-direction: column;
    gap: 6px;
  }

  .reserve-panel {
    padding: 24px;
  }

  .reserve-form {
    padding: 18px;
  }

  .mobile-reserve {
    display: inline-flex;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
