:root {
  --ink: #11100e;
  --ink-soft: #1d1a17;
  --bone: #f4efe4;
  --bone-deep: #e5dccb;
  --ember: #f25a22;
  --ember-dark: #bd3913;
  --sand: #c8bba5;
  --muted: #766f65;
  --line-dark: rgba(17, 16, 14, 0.18);
  --line-light: rgba(244, 239, 228, 0.22);
  --body-font: "Segoe UI", Arial, Helvetica, sans-serif;
  --display-font: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --page: min(100% - 40px, 1260px);
  --section-space: clamp(88px, 11vw, 164px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bone);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

address {
  font-style: normal;
}

[hidden] {
  display: none !important;
}

::selection {
  color: var(--bone);
  background: var(--ember);
}

:focus-visible {
  outline: 3px solid var(--ember);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--bone);
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: var(--page);
  margin-inline: auto;
}

.section-pad {
  padding-block: var(--section-space);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--bone);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 2px;
  background: var(--ember);
  content: "";
}

.eyebrow.dark {
  color: var(--ink);
}

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

h1,
h2 {
  font-family: var(--display-font);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.84;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(4rem, 8.4vw, 8rem);
}

h1 em,
h2 em {
  color: var(--ember);
  font-style: normal;
}

.button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  overflow: hidden;
  padding: 14px 22px;
  border: 2px solid transparent;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color 260ms ease, border-color 260ms ease, transform 260ms var(--ease);
}

.button::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--bone);
  content: "";
  transform: translateY(102%);
  transition: transform 320ms var(--ease);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button:hover::before,
.button:focus-visible::before {
  transform: translateY(0);
}

.button-ember {
  color: var(--bone);
  background: var(--ember);
}

.button-ember:hover,
.button-ember:focus-visible {
  color: var(--ink);
}

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

.button-dark::before {
  background: var(--ember);
}

.button-outline {
  border-color: var(--ink);
  background: transparent;
}

.button-outline::before {
  background: var(--ink);
}

.button-outline:hover,
.button-outline:focus-visible {
  color: var(--bone);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid currentColor;
  color: var(--bone);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 2.2;
  text-transform: uppercase;
  transition: color 200ms ease, gap 260ms var(--ease);
}

.text-link:hover,
.text-link:focus-visible {
  gap: 38px;
  color: var(--ember);
}

.text-link.light {
  margin-top: 22px;
}

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px;
  transition: padding 260ms ease, background 260ms ease;
}

.site-header.is-scrolled {
  padding-block: 10px;
  background: rgba(17, 16, 14, 0.94);
  backdrop-filter: blur(12px);
}

.nav-shell {
  display: flex;
  width: min(100%, 1380px);
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  color: var(--bone);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--bone);
  font-family: var(--display-font);
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.brand i {
  color: var(--ember);
  font-style: normal;
}

.brand-fire {
  position: relative;
  width: 18px;
  height: 23px;
  border-radius: 70% 35% 65% 35%;
  background: var(--ember);
  box-shadow: inset -5px -6px 0 rgba(17, 16, 14, 0.25);
  transform: rotate(42deg);
}

.brand-fire::after {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 7px;
  height: 11px;
  border-radius: 70% 30% 65% 30%;
  background: var(--bone);
  content: "";
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.2vw, 38px);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-links > a:not(.nav-reserve) {
  position: relative;
  padding-block: 12px;
}

.nav-links > a:not(.nav-reserve)::after {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 2px;
  background: var(--ember);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms var(--ease);
}

.nav-links > a:hover::after,
.nav-links > a:focus-visible::after,
.nav-links > a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-reserve {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 18px;
  padding: 10px 16px;
  color: var(--bone);
  background: var(--ember);
  transition: color 200ms ease, background 200ms ease, transform 200ms ease;
}

.nav-reserve:hover,
.nav-reserve:focus-visible {
  color: var(--ink);
  background: var(--bone);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 50px;
  height: 46px;
  border: 1px solid var(--line-light);
  color: var(--bone);
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 240ms ease;
}

/* Hero */
.hero {
  position: relative;
  display: grid;
  min-height: 820px;
  height: 100svh;
  overflow: hidden;
  place-items: end stretch;
  color: var(--bone);
  background: var(--ink);
}

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

.hero-image {
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.88) contrast(1.08);
  transform: scale(1.02);
  animation: hero-breathe 14s ease-in-out infinite alternate;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(17, 16, 14, 0.95) 0%, rgba(17, 16, 14, 0.72) 42%, rgba(17, 16, 14, 0.17) 78%),
    linear-gradient(0deg, rgba(17, 16, 14, 0.94) 0%, transparent 54%);
}

.hero-grain {
  opacity: 0.34;
  background-image:
    repeating-linear-gradient(115deg, transparent 0 21px, rgba(255, 255, 255, 0.026) 21px 22px),
    radial-gradient(circle at 72% 38%, rgba(242, 90, 34, 0.22), transparent 30%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  align-items: end;
  gap: clamp(40px, 7vw, 100px);
  padding-bottom: clamp(70px, 9vh, 110px);
}

.hero-copy {
  max-width: 980px;
}

.hero h1 {
  max-width: 930px;
  margin: 0;
  font-size: clamp(5rem, 10.8vw, 10.8rem);
  text-wrap: balance;
}

.hero h1 em {
  display: inline-block;
  text-shadow: 5px 5px 0 rgba(17, 16, 14, 0.7);
  transform: skew(-5deg);
}

.hero-intro {
  max-width: 570px;
  margin: 28px 0 30px;
  color: rgba(244, 239, 228, 0.84);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.hero-card {
  position: relative;
  margin-bottom: 2px;
  padding: 28px;
  color: var(--ink);
  background: var(--bone);
  box-shadow: 12px 12px 0 var(--ember);
}

.card-kicker {
  display: block;
  margin-bottom: 20px;
  color: var(--ember-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  font-family: var(--display-font);
  font-size: 1.65rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-card p {
  margin: 8px 0 0;
  font-size: 0.8rem;
}

.hero-card-line {
  height: 1px;
  margin-block: 22px;
  background: var(--line-dark);
}

.hero-card .availability {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.availability span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3b8c58;
  box-shadow: 0 0 0 5px rgba(59, 140, 88, 0.15);
}

.hero-card > a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-edge {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 0;
  margin: 0;
  color: rgba(244, 239, 228, 0.45);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}

@keyframes hero-breathe {
  to { transform: scale(1.075); }
}

/* Menu */
.menu-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, transparent 0 72%, rgba(17, 16, 14, 0.035) 72%),
    var(--bone);
}

.menu-section::before {
  position: absolute;
  top: 35px;
  right: -30px;
  color: rgba(17, 16, 14, 0.035);
  content: "E&S";
  font-family: var(--display-font);
  font-size: clamp(14rem, 32vw, 34rem);
  line-height: 0.72;
}

.section-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: clamp(50px, 9vw, 130px);
  margin-bottom: clamp(50px, 7vw, 90px);
}

.section-heading > p {
  max-width: 440px;
  margin-bottom: 8px;
  color: var(--muted);
}

.menu-tabs {
  position: relative;
}

.tab-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 50px;
  border: 2px solid var(--ink);
}

.tab-list button {
  min-height: 72px;
  border: 0;
  border-right: 1px solid var(--ink);
  color: var(--ink);
  background: transparent;
  font-family: var(--display-font);
  font-size: clamp(1.35rem, 3vw, 2.15rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: color 200ms ease, background 200ms ease;
}

.tab-list button:last-child {
  border-right: 0;
}

.tab-list button:hover,
.tab-list button:focus-visible {
  color: var(--bone);
  background: var(--ink-soft);
}

.tab-list button[aria-selected="true"] {
  color: var(--bone);
  background: var(--ember);
}

.menu-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(45px, 8vw, 110px);
  animation: panel-in 360ms var(--ease);
}

@keyframes panel-in {
  from { opacity: 0; transform: translateY(14px); }
}

.menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  padding: 26px 4px;
  border-top: 1px solid var(--line-dark);
  transition: padding 220ms var(--ease), background 220ms ease;
}

.menu-item:hover {
  padding-inline: 16px;
  background: rgba(255, 255, 255, 0.34);
}

.menu-item:nth-last-child(-n + 2) {
  border-bottom: 1px solid var(--line-dark);
}

.menu-item h3 {
  display: inline;
  margin: 0;
  font-family: var(--display-font);
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-transform: uppercase;
}

.dish-number {
  display: inline-block;
  width: 28px;
  color: var(--ember-dark);
  font-size: 0.62rem;
  font-weight: 900;
  vertical-align: 4px;
}

.menu-item p {
  margin: 6px 0 0 28px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.menu-item > strong {
  padding-top: 2px;
  font-family: var(--display-font);
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.menu-item small {
  color: var(--muted);
  font-family: var(--body-font);
  font-size: 0.56rem;
  letter-spacing: 0.06em;
}

.diet {
  display: inline-grid;
  width: 19px;
  height: 19px;
  margin-left: 5px;
  border: 1px solid #46744e;
  border-radius: 50%;
  color: #46744e;
  font-size: 0.58rem;
  font-weight: 900;
  place-items: center;
}

.menu-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
  padding: 18px 22px;
  color: var(--bone);
  background: var(--ink);
}

.menu-note p {
  margin: 0;
  color: var(--sand);
  font-size: 0.74rem;
}

.menu-note a {
  flex: none;
  color: var(--ember);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Story */
.story-section {
  position: relative;
  overflow: hidden;
  color: var(--bone);
  background: var(--ink);
}

.story-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: repeating-linear-gradient(0deg, transparent 0 32px, rgba(244, 239, 228, 0.08) 32px 33px);
  content: "";
}

.story-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(70px, 12vw, 170px);
}

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

.story-lead {
  max-width: 620px;
  margin: 42px 0 18px;
  color: var(--bone);
  font-size: clamp(1.15rem, 2.3vw, 1.65rem);
  font-weight: 700;
  line-height: 1.35;
}

.story-copy > p:not(.eyebrow):not(.story-lead) {
  max-width: 590px;
  color: var(--sand);
}

.fire-board {
  position: relative;
  padding: clamp(30px, 5vw, 56px);
  color: var(--ink);
  background: var(--ember);
  box-shadow: 18px 18px 0 rgba(244, 239, 228, 0.12);
  transform: rotate(1.4deg);
}

.fire-board-top {
  margin-bottom: 28px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.fire-stat {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 16px;
  padding-block: 23px;
  border-top: 1px solid rgba(17, 16, 14, 0.35);
}

.fire-stat strong {
  font-family: var(--display-font);
  font-size: 2.2rem;
  line-height: 1;
}

.fire-stat span {
  font-weight: 800;
  line-height: 1.3;
}

.fire-stamp {
  position: absolute;
  right: -28px;
  bottom: -58px;
  display: grid;
  width: 124px;
  height: 124px;
  border: 2px solid var(--bone);
  border-radius: 50%;
  color: var(--bone);
  background: var(--ink);
  font-family: var(--display-font);
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 0.86;
  text-align: center;
  transform: rotate(-9deg);
  place-content: center;
}

.story-embers i {
  position: absolute;
  border: 2px solid rgba(242, 90, 34, 0.35);
  border-radius: 50%;
  animation: drift 7s ease-in-out infinite alternate;
}

.story-embers i:nth-child(1) { top: 18%; left: 8%; width: 11px; height: 11px; }
.story-embers i:nth-child(2) { top: 42%; right: 7%; width: 19px; height: 19px; animation-delay: -2s; }
.story-embers i:nth-child(3) { bottom: 12%; left: 45%; width: 8px; height: 8px; animation-delay: -4s; }

@keyframes drift {
  to { transform: translate(10px, -42px) scale(1.4); opacity: 0; }
}

/* Reservation */
.reservation-section {
  color: var(--ink);
  background: var(--ember);
}

.reservation-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(60px, 10vw, 140px);
}

.reservation-intro {
  position: sticky;
  top: 120px;
}

.reservation-intro h2 {
  font-size: clamp(4rem, 7vw, 7rem);
}

.reservation-intro h2 em {
  color: var(--bone);
}

.reservation-intro > p:not(.eyebrow) {
  max-width: 490px;
  margin-top: 36px;
  font-weight: 600;
}

.reservation-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  padding-block: 18px;
  border-block: 1px solid rgba(17, 16, 14, 0.35);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.reservation-contact a,
.reservation-contact strong {
  border-bottom: 1px solid var(--ink);
}

.booking-card {
  min-height: 620px;
  padding: clamp(26px, 5vw, 56px);
  background: var(--bone);
  box-shadow: 18px 18px 0 rgba(17, 16, 14, 0.14);
}

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

.field {
  position: relative;
}

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

.field label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.field label span {
  color: var(--muted);
  font-size: 0.58rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid rgba(17, 16, 14, 0.3);
  border-radius: 0;
  padding: 11px 2px;
  color: var(--ink);
  background: transparent;
  outline: 0;
  transition: border-color 180ms ease, background 180ms ease;
}

.field textarea {
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--ember);
  background: rgba(255, 255, 255, 0.4);
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"] {
  border-color: #b42318;
}

.field-error {
  display: block;
  min-height: 17px;
  padding-top: 3px;
  color: #9f2218;
  font-size: 0.66rem;
  font-weight: 700;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 23px 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.consent input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--ember);
}

.submit-button {
  width: 100%;
}

.form-fineprint {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 0.66rem;
  text-align: center;
}

.reservation-success {
  padding: clamp(20px, 3vw, 42px);
  text-align: center;
}

.success-mark {
  display: grid;
  width: 82px;
  height: 82px;
  margin: 0 auto 28px;
  border-radius: 50%;
  color: var(--bone);
  background: var(--ember);
  font-size: 2.2rem;
  font-weight: 900;
  place-items: center;
}

.reservation-success .eyebrow {
  justify-content: center;
}

.reservation-success h3 {
  margin: 8px 0 20px;
  font-family: var(--display-font);
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.reservation-success > p:not(.eyebrow) {
  max-width: 480px;
  margin-inline: auto;
}

.confirmation-code {
  padding: 18px;
  background: var(--bone-deep);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-button {
  margin-top: 12px;
  border: 0;
  border-bottom: 1px solid var(--ink);
  padding: 6px 0;
  color: var(--ink);
  background: transparent;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Location */
.location-section {
  overflow: hidden;
  background: var(--bone);
}

.location-grid {
  display: grid;
  grid-template-columns: 0.78fr 0.82fr 1.2fr;
  align-items: start;
  gap: clamp(38px, 6vw, 82px);
}

.location-copy h2 {
  font-size: clamp(4rem, 6vw, 6.8rem);
}

.location-copy address {
  margin: 32px 0 30px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.hours {
  margin-top: 67px;
}

.hours h3 {
  margin-bottom: 22px;
  font-family: var(--display-font);
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hours dl {
  margin: 0;
}

.hours dl div {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding-block: 12px;
  border-top: 1px solid var(--line-dark);
  font-size: 0.77rem;
}

.hours dl div:last-child {
  border-bottom: 1px solid var(--line-dark);
}

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

.contact-lines {
  display: grid;
  gap: 5px;
  margin-top: 28px;
  font-size: 0.8rem;
  font-weight: 800;
}

.contact-lines a,
.contact-lines span {
  width: fit-content;
  border-bottom: 1px solid var(--ink);
}

.location-note {
  margin-top: 26px;
  color: var(--muted);
  font-size: 0.72rem;
}

.map-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 2px solid var(--ink);
  background:
    linear-gradient(90deg, transparent 48%, rgba(17, 16, 14, 0.06) 48% 50%, transparent 50%),
    linear-gradient(0deg, transparent 48%, rgba(17, 16, 14, 0.06) 48% 50%, transparent 50%),
    var(--bone-deep);
  background-size: 90px 90px;
}

.map-card::after {
  position: absolute;
  right: -15%;
  bottom: -15%;
  width: 78%;
  height: 42%;
  border-radius: 50% 0 0 0;
  background: #8eaaa7;
  content: "";
  transform: rotate(-8deg);
}

.map-road {
  position: absolute;
  z-index: 1;
  width: 120%;
  height: 12px;
  background: var(--bone);
  box-shadow: 0 0 0 1px rgba(17, 16, 14, 0.3), 0 0 0 6px var(--bone-deep), 0 0 0 7px rgba(17, 16, 14, 0.2);
}

.road-one { top: 43%; left: -10%; transform: rotate(-14deg); }
.road-two { top: 28%; left: 4%; transform: rotate(61deg); }

.map-pin {
  position: absolute;
  z-index: 3;
  top: 42%;
  left: 46%;
  display: grid;
  min-width: 155px;
  padding: 16px 17px;
  color: var(--bone);
  background: var(--ink);
  box-shadow: 8px 8px 0 var(--ember);
}

.map-pin > span {
  position: absolute;
  top: -17px;
  left: 14px;
  width: 25px;
  height: 25px;
  border: 7px solid var(--bone);
  border-radius: 50% 50% 50% 0;
  background: var(--ember);
  transform: rotate(-45deg);
}

.map-pin strong {
  font-family: var(--display-font);
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
}

.map-pin small {
  color: var(--sand);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.map-label,
.map-water {
  position: absolute;
  z-index: 2;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-label.coast { top: 15%; right: 8%; }
.map-label.opera { bottom: 27%; left: 8%; }
.map-water { z-index: 3; right: 7%; bottom: 8%; color: var(--bone); }

/* Reviews */
.reviews-section {
  color: var(--bone);
  background: var(--ink-soft);
}

.reviews-heading > p {
  color: var(--sand);
}

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

.review-card {
  min-height: 360px;
  margin: 0;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line-light);
  transition: color 260ms ease, background 260ms ease, transform 300ms var(--ease);
}

.review-card:hover {
  color: var(--ink);
  background: var(--bone);
  transform: translateY(-10px) rotate(-0.7deg);
}

.review-card.feature-review {
  color: var(--ink);
  background: var(--ember);
  transform: translateY(28px);
}

.review-card.feature-review:hover {
  transform: translateY(18px) rotate(0.7deg);
}

.stars {
  margin-bottom: 36px;
  color: var(--ember);
  font-size: 0.82rem;
  letter-spacing: 0.15em;
}

.feature-review .stars {
  color: var(--ink);
}

.review-card > p {
  font-size: clamp(1.08rem, 1.7vw, 1.34rem);
  font-weight: 700;
  line-height: 1.45;
}

.review-card footer {
  display: grid;
  margin-top: 34px;
  font-size: 0.72rem;
}

.review-card footer strong {
  text-transform: uppercase;
}

.review-card footer span {
  color: var(--sand);
}

.review-card:hover footer span,
.feature-review footer span {
  color: rgba(17, 16, 14, 0.62);
}

/* Group dining */
.group-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(78px, 10vw, 130px);
  color: var(--bone);
  background:
    radial-gradient(circle at 82% 30%, rgba(242, 90, 34, 0.28), transparent 28%),
    repeating-linear-gradient(120deg, transparent 0 44px, rgba(244, 239, 228, 0.035) 44px 45px),
    var(--ink);
}

.group-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: clamp(50px, 10vw, 140px);
}

.group-copy h2 {
  font-size: clamp(4.6rem, 9vw, 9rem);
}

.group-details {
  padding-bottom: 10px;
}

.group-details p {
  max-width: 480px;
  margin-bottom: 30px;
  color: var(--sand);
}

/* Footer */
.site-footer {
  padding: 70px 0 28px;
  color: var(--bone);
  background: #090807;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr 0.8fr;
  gap: 46px;
  align-items: start;
  padding-bottom: 55px;
}

.footer-top > p {
  color: var(--sand);
}

.footer-links,
.footer-social {
  display: grid;
  gap: 7px;
  font-size: 0.74rem;
}

.footer-links a,
.footer-social a {
  width: fit-content;
  border-bottom: 1px solid transparent;
}

.footer-links a:hover,
.footer-social a:hover {
  border-bottom-color: var(--ember);
  color: var(--ember);
}

.footer-social span {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid var(--line-light);
  color: var(--muted);
  font-size: 0.64rem;
}

.footer-bottom p {
  margin: 0;
}

.mobile-reserve {
  display: none;
}

/* Progressive reveals */
.js .reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 720ms var(--ease) var(--delay, 0ms), transform 720ms var(--ease) var(--delay, 0ms);
}

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

@media (max-width: 1050px) {
  .hero-content {
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 38px;
  }

  .hero h1 {
    font-size: clamp(5rem, 12vw, 8.6rem);
  }

  .story-grid,
  .reservation-grid {
    gap: 70px;
  }

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

  .map-card {
    grid-column: 1 / -1;
    min-height: 430px;
  }
}

@media (max-width: 820px) {
  :root {
    --page: min(100% - 32px, 700px);
  }

  .site-header {
    padding: 14px 16px;
  }

  .js .menu-toggle {
    display: block;
    position: relative;
    z-index: 2;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .js .nav-links {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding: 90px 30px 40px;
    background: var(--ink);
    transform: translateX(102%);
    visibility: hidden;
    transition: transform 420ms var(--ease), visibility 420ms;
  }

  .js .nav-links.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  .js .nav-links > a:not(.nav-reserve) {
    font-family: var(--display-font);
    font-size: clamp(2.8rem, 11vw, 5rem);
    letter-spacing: 0;
    line-height: 1;
  }

  .js .nav-reserve {
    margin-top: 22px;
  }

  html:not(.js) .nav-shell { flex-wrap: wrap; }
  html:not(.js) .nav-links { width: 100%; flex-wrap: wrap; justify-content: center; gap: 10px 20px; }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    display: block;
    padding-bottom: 56px;
  }

  .hero h1 {
    font-size: clamp(4.7rem, 15vw, 7.8rem);
  }

  .hero-card {
    display: none;
  }

  .hero-edge {
    display: none;
  }

  .section-heading,
  .story-grid,
  .reservation-grid,
  .group-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 30px;
  }

  .section-heading > p {
    max-width: 570px;
  }

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

  .menu-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .menu-item:last-child {
    border-bottom: 1px solid var(--line-dark);
  }

  .story-grid {
    gap: 56px;
  }

  .fire-board {
    width: min(92%, 520px);
    margin-inline: auto;
  }

  .reservation-intro {
    position: static;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

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

  .review-card.feature-review {
    transform: none;
  }

  .group-grid {
    gap: 36px;
  }

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

@media (max-width: 580px) {
  :root {
    --page: min(100% - 28px, 520px);
    --section-space: 82px;
  }

  body {
    padding-bottom: 71px;
  }

  h2 {
    font-size: clamp(3.6rem, 17vw, 5.5rem);
  }

  .brand {
    font-size: 1.08rem;
  }

  .hero {
    min-height: 730px;
    height: 100svh;
    align-items: end;
  }

  .hero-image {
    object-position: 64% center;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(17, 16, 14, 0.98) 0%, rgba(17, 16, 14, 0.72) 63%, rgba(17, 16, 14, 0.3) 100%),
      linear-gradient(90deg, rgba(17, 16, 14, 0.72), transparent);
  }

  .hero h1 {
    font-size: clamp(4rem, 20vw, 6.2rem);
    line-height: 0.82;
  }

  .hero-intro {
    margin-block: 22px;
    font-size: 0.95rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }

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

  .hero-actions .text-link {
    width: fit-content;
  }

  .tab-list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 34px;
  }

  .tab-list button {
    min-height: 58px;
    border-bottom: 1px solid var(--ink);
  }

  .tab-list button:nth-child(2) {
    border-right: 0;
  }

  .tab-list button:nth-child(n + 3) {
    border-bottom: 0;
  }

  .menu-item {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding-block: 22px;
  }

  .menu-item h3 {
    font-size: 1.27rem;
  }

  .menu-item p {
    margin-left: 0;
    font-size: 0.78rem;
  }

  .dish-number {
    width: 24px;
  }

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

  .story-lead {
    margin-top: 30px;
  }

  .fire-board {
    width: calc(100% - 20px);
    margin-left: 0;
    transform: rotate(0.8deg);
  }

  .fire-stamp {
    right: -11px;
    bottom: -58px;
    width: 108px;
    height: 108px;
    font-size: 1.1rem;
  }

  .reservation-grid {
    gap: 46px;
  }

  .reservation-intro h2 {
    font-size: clamp(3.6rem, 16vw, 5rem);
  }

  .booking-card {
    margin-inline: -6px;
    padding: 24px 20px;
    box-shadow: 9px 9px 0 rgba(17, 16, 14, 0.14);
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .field-wide {
    grid-column: auto;
  }

  .location-grid {
    grid-template-columns: 1fr;
  }

  .hours {
    margin-top: 6px;
  }

  .map-card {
    grid-column: auto;
    min-height: 400px;
  }

  .map-pin {
    left: 31%;
  }

  .review-card {
    padding: 28px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .mobile-reserve {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 71px;
    align-items: center;
    justify-content: space-between;
    padding: 11px 18px;
    color: var(--bone);
    background: var(--ember);
    box-shadow: 0 -8px 30px rgba(17, 16, 14, 0.2);
  }

  .mobile-reserve span {
    display: grid;
    font-family: var(--display-font);
    font-size: 1.35rem;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-reserve small {
    margin-bottom: 3px;
    font-family: var(--body-font);
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.14em;
  }

  .mobile-reserve b {
    font-size: 1.7rem;
  }
}

@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;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
