:root {
  --ink: #17211d;
  --paper: #f7f1e8;
  --surface: #fffaf3;
  --muted: #776d62;
  --line: rgba(23, 33, 29, 0.16);
  --green: #173f35;
  --brick: #93452f;
  --gold: #c69b52;
  --sky: #dbe7e3;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: #fffaf3;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(247, 241, 232, 0.95);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-grid;
  gap: 2px;
  width: max-content;
}

.brand span {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.42rem;
  line-height: 1;
}

.brand small,
nav,
.header-action,
.button,
.eyebrow,
.hours-band span,
.dish span,
.hero-note span {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brand small {
  opacity: 0.78;
}

nav {
  display: flex;
  gap: clamp(18px, 3vw, 36px);
}

.header-action {
  justify-self: end;
  border: 1px solid currentColor;
  min-width: 72px;
  padding: 10px 15px;
  text-align: center;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 132px clamp(18px, 4vw, 56px) 86px;
  color: #fffaf3;
}

.hero-photo,
.hero-wash {
  position: absolute;
  inset: 0;
}

.hero-photo {
  background-image: url("https://images.unsplash.com/photo-1555396273-367ea4eb4db5?auto=format&fit=crop&w=2200&q=84");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-wash {
  background:
    linear-gradient(90deg, rgba(9, 13, 11, 0.86), rgba(9, 13, 11, 0.5) 50%, rgba(9, 13, 11, 0.12)),
    linear-gradient(0deg, rgba(9, 13, 11, 0.8), rgba(9, 13, 11, 0.08) 58%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 880px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
}

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

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

h1 {
  max-width: 10.6ch;
  margin-bottom: 24px;
  font-size: clamp(4.35rem, 11vw, 9.4rem);
  line-height: 0.92;
}

h2 {
  max-width: 11ch;
  margin-bottom: 0;
  font-size: clamp(2.5rem, 6vw, 5.35rem);
  line-height: 0.96;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  line-height: 1.14;
}

.hero-copy p {
  max-width: 620px;
  color: rgba(255, 250, 243, 0.87);
  font-size: clamp(1.06rem, 2vw, 1.32rem);
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  padding: 12px 18px;
}

.button.primary {
  background: #fffaf3;
  border-color: #fffaf3;
  color: var(--ink);
}

.button.secondary {
  color: #fffaf3;
}

.button.dark {
  background: var(--green);
  border-color: var(--green);
  color: #fffaf3;
}

.hero-note {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 4vw, 56px);
  bottom: 34px;
  max-width: 270px;
  color: rgba(255, 250, 243, 0.84);
  text-align: right;
}

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

.hero-note span {
  color: var(--gold);
}

.hero-note strong {
  margin-top: 8px;
  color: #fffaf3;
}

.hours-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--green);
  color: #fffaf3;
}

.hours-band div {
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px clamp(18px, 4vw, 56px);
  border-right: 1px solid rgba(255, 250, 243, 0.2);
}

.hours-band div:last-child {
  border-right: 0;
}

.hours-band span {
  color: var(--gold);
}

.hours-band small {
  color: rgba(255, 250, 243, 0.72);
}

.section,
.menu,
.visit,
.private {
  padding: clamp(72px, 10vw, 132px) clamp(18px, 4vw, 56px);
}

.intro,
.private {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: end;
}

.intro > p,
.private > p {
  max-width: 610px;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.8vw, 1.24rem);
}

.menu {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.45fr);
  gap: 28px;
  align-items: end;
  margin-bottom: clamp(32px, 5vw, 64px);
}

.menu-grid {
  display: grid;
  grid-template-columns: 1.16fr 0.84fr;
  gap: 18px;
}

.dish {
  min-height: 315px;
  display: grid;
  grid-template-rows: 1fr auto;
  background: var(--paper);
  border: 1px solid var(--line);
}

.feature-dish {
  grid-row: span 2;
  min-height: 648px;
}

.dish img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.dish div {
  min-height: 154px;
  padding: 24px;
}

.dish span {
  display: block;
  margin-bottom: 8px;
  color: var(--brick);
}

.dish p {
  max-width: 32rem;
  margin-bottom: 0;
  color: var(--muted);
}

.visit {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: stretch;
  background: var(--sky);
}

.visit-copy {
  align-self: center;
}

address {
  margin-top: 28px;
  color: var(--muted);
  font-style: normal;
}

address strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
}

.visit-photo {
  min-height: 520px;
  background-image: url("https://images.unsplash.com/photo-1514933651103-005eec06c04b?auto=format&fit=crop&w=1600&q=84");
  background-position: center;
  background-size: cover;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 24px clamp(18px, 4vw, 56px);
  background: var(--ink);
  color: rgba(255, 250, 243, 0.72);
  font-size: 0.88rem;
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  nav {
    display: none;
  }

  .header-action {
    min-width: 66px;
    padding: 9px 12px;
  }

  .hero {
    min-height: 91svh;
    padding-top: 110px;
    padding-bottom: 120px;
  }

  h1 {
    max-width: 8.2ch;
    font-size: clamp(4rem, 19vw, 6.25rem);
  }

  h2 {
    max-width: 9.4ch;
  }

  .hero-note {
    left: 18px;
    right: 18px;
    bottom: 28px;
    max-width: none;
    text-align: left;
  }

  .hours-band,
  .intro,
  .private,
  .section-heading,
  .menu-grid,
  .visit {
    grid-template-columns: 1fr;
  }

  .hours-band div {
    min-height: 104px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 243, 0.2);
  }

  .hours-band div:last-child {
    border-bottom: 0;
  }

  .feature-dish {
    min-height: 0;
  }

  .dish,
  .feature-dish {
    min-height: 0;
  }

  .dish img {
    aspect-ratio: 1.24 / 1;
    min-height: 0;
  }

  .visit-photo {
    min-height: 360px;
    order: -1;
  }
}

@media (max-width: 460px) {
  .brand span {
    font-size: 1.22rem;
  }

  .brand small,
  .header-action,
  .button,
  .eyebrow,
  .hours-band span,
  .dish span,
  .hero-note span {
    font-size: 0.68rem;
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .section,
  .menu,
  .visit,
  .private {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .dish div {
    padding: 20px;
  }
}
