:root {
  --ink: #18201d;
  --forest: #24352e;
  --deep: #111713;
  --paper: #efe9dd;
  --cream: #faf4e9;
  --sand: #d8c7ae;
  --copper: #c46c45;
  --muted: #766d62;
  --line: rgba(24, 32, 29, 0.18);
  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, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

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

.topbar {
  position: fixed;
  z-index: 10;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 58px);
  color: var(--cream);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.topbar.is-scrolled {
  background: rgba(250, 244, 233, 0.94);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

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

.brand strong {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.08rem;
}

.brand span,
nav,
.header-action,
.button,
.eyebrow,
.menu-feature span,
.menu-list span,
.hero-meta {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.brand span {
  opacity: 0.72;
}

nav {
  display: flex;
  gap: clamp(16px, 3vw, 34px);
}

.header-action {
  justify-self: end;
  border: 1px solid currentColor;
  padding: 9px 14px;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  overflow: hidden;
  background: var(--deep);
  color: var(--cream);
}

.hero-copy {
  display: grid;
  align-content: center;
  padding: 136px clamp(24px, 5vw, 76px) 104px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--copper);
}

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

h1,
h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 8.6ch;
  margin-bottom: 24px;
  font-size: clamp(3.8rem, 7vw, 7.5rem);
}

h2 {
  max-width: 12ch;
  margin-bottom: 0;
  font-size: clamp(2.35rem, 5vw, 5.2rem);
}

h3 {
  margin-bottom: 8px;
  font-size: 1.25rem;
  line-height: 1.18;
}

.hero-intro {
  max-width: 500px;
  color: rgba(250, 244, 233, 0.76);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

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

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

.button.light {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--deep);
}

.button.ghost {
  color: var(--cream);
}

.button.dark {
  background: var(--deep);
  border-color: var(--deep);
  color: var(--cream);
}

.button.line {
  color: var(--ink);
}

.hero-image {
  position: relative;
  min-height: 100%;
}

.hero-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 23, 19, 0.32), transparent 45%);
  content: "";
}

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

.hero-image-note {
  position: absolute;
  z-index: 1;
  right: 32px;
  bottom: 32px;
  display: grid;
  width: min(270px, calc(100% - 64px));
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 16px;
  background: rgba(250, 244, 233, 0.92);
  color: var(--ink);
}

.hero-image-note span {
  color: var(--copper);
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 700;
}

.hero-image-note p {
  margin: 0;
  font-size: 0.9rem;
}

.hero-meta {
  position: absolute;
  bottom: 28px;
  left: clamp(24px, 5vw, 76px);
  display: grid;
  gap: 4px;
  color: rgba(250, 244, 233, 0.66);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.48fr 1.12fr 0.62fr;
  gap: clamp(26px, 5vw, 86px);
  align-items: end;
  padding: clamp(78px, 10vw, 144px) clamp(20px, 5vw, 76px);
  background: var(--cream);
}

.intro-text {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.menu-section,
.details-section {
  padding: clamp(78px, 10vw, 144px) clamp(20px, 5vw, 76px);
}

.section-heading {
  display: grid;
  max-width: 1160px;
  grid-template-columns: 0.48fr 1.12fr 0.62fr;
  gap: clamp(26px, 5vw, 86px);
  align-items: end;
  margin-bottom: 40px;
}

.section-heading p:last-child,
.details-copy p:last-child,
.photo-band p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.menu-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(280px, 0.76fr);
  gap: 18px;
}

.menu-feature {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  color: var(--cream);
}

.menu-feature::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 23, 19, 0.86), transparent 62%);
  content: "";
}

.menu-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-feature div {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
}

.menu-feature span,
.menu-list span {
  display: block;
  margin-bottom: 9px;
  color: var(--copper);
}

.menu-feature p,
.menu-list p {
  margin: 0;
}

.menu-list {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.menu-list article {
  display: grid;
  align-content: end;
  padding: 26px;
  background: var(--cream);
}

.menu-list article:nth-child(2) {
  background: var(--forest);
  color: var(--cream);
}

.photo-band {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
  background: var(--deep);
  color: var(--cream);
}

.photo-band img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
}

.photo-band div {
  display: grid;
  align-content: center;
  padding: clamp(54px, 7vw, 104px);
}

.photo-band h2 {
  margin-bottom: 20px;
}

.details-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(300px, 1.22fr);
  gap: clamp(44px, 8vw, 120px);
  background: var(--sand);
}

.details-copy p:last-child {
  max-width: 430px;
  margin-top: 20px;
}

.hours-list {
  margin: 0;
}

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

.hours-list dt {
  font-weight: 700;
}

.hours-list dd {
  margin: 0;
  color: var(--muted);
}

.visit-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
  background: var(--cream);
}

.visit-section img {
  width: 100%;
  height: 100%;
  max-height: 720px;
  object-fit: cover;
}

.visit-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(58px, 9vw, 136px) clamp(28px, 8vw, 112px);
}

.visit-copy h2 {
  margin-bottom: 24px;
}

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

.visit-copy > a {
  color: var(--copper);
  font-weight: 700;
}

.preview-note,
footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px 34px;
  padding: 24px clamp(20px, 5vw, 76px);
}

.preview-note {
  background: var(--forest);
  color: var(--cream);
}

.preview-note p {
  max-width: 840px;
  margin: 0;
}

footer {
  background: var(--deep);
  color: rgba(250, 244, 233, 0.68);
  font-size: 0.78rem;
}

footer strong {
  color: var(--cream);
}

@media (max-width: 880px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 900px;
    display: block;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
    min-height: 760px;
    align-content: end;
    padding: 128px 20px 114px;
    background: linear-gradient(0deg, rgba(17, 23, 19, 0.96) 10%, rgba(17, 23, 19, 0.18) 78%);
  }

  h1 {
    font-size: clamp(3.5rem, 16vw, 5.6rem);
  }

  .hero-image {
    position: absolute;
    inset: 0;
  }

  .hero-image::after {
    background: linear-gradient(0deg, rgba(17, 23, 19, 0.2), rgba(17, 23, 19, 0.25));
  }

  .hero-image-note {
    right: 18px;
    bottom: 18px;
  }

  .hero-meta {
    z-index: 3;
    bottom: 108px;
    left: 20px;
  }

  .intro-grid,
  .section-heading,
  .menu-layout,
  .photo-band,
  .details-section,
  .visit-section {
    grid-template-columns: 1fr;
  }

  .intro-grid,
  .section-heading {
    gap: 18px;
  }

  .menu-feature {
    min-height: 410px;
  }

  .menu-list article {
    min-height: 170px;
  }

  .photo-band img {
    min-height: 360px;
  }

  .photo-band div {
    padding: 56px 20px 68px;
  }

  .details-section {
    gap: 30px;
  }

  .visit-section img {
    max-height: 460px;
  }
}
