:root {
  --ink: #102018;
  --muted: #5a665d;
  --paper: #fbf6ea;
  --panel: #fffaf0;
  --forest: #18251b;
  --forest-2: #274432;
  --saffron: #d9a441;
  --claret: #8c342a;
  --line: rgba(16, 32, 24, 0.16);
  --shadow: 0 24px 80px rgba(18, 28, 22, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}

body::selection {
  background: var(--saffron);
  color: var(--forest);
}

a {
  color: inherit;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: #fffaf0;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.site-header.scrolled {
  color: var(--ink);
  background: rgba(251, 246, 234, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 600;
  text-decoration: none;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

nav a {
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  align-items: end;
  padding: 132px clamp(18px, 5vw, 72px) 72px;
  overflow: hidden;
  color: #fffaf0;
  background: var(--forest);
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(10, 18, 13, 0.78), rgba(10, 18, 13, 0.36) 44%, rgba(10, 18, 13, 0.2)), url("assets/hero.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-content {
  position: relative;
  width: min(760px, 100%);
  padding-bottom: clamp(14px, 6vh, 58px);
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--saffron);
}

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

h1,
h2,
h3 {
  font-family: Fraunces, Georgia, serif;
  margin: 0;
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(3.4rem, 8vw, 7rem);
}

h2 {
  font-size: clamp(2.1rem, 4vw, 4.4rem);
}

h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

p {
  line-height: 1.65;
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  color: rgba(255, 250, 240, 0.88);
}

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

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 250, 240, 0.36);
  text-decoration: none;
  font-weight: 800;
  color: #fffaf0;
  background: rgba(255, 250, 240, 0.1);
}

.btn.primary {
  border-color: var(--saffron);
  background: var(--saffron);
  color: var(--forest);
}

.btn.ghost {
  backdrop-filter: blur(8px);
}

.btn.outline {
  color: var(--forest);
  border-color: var(--line);
  background: transparent;
}

.section {
  padding: clamp(70px, 9vw, 126px) clamp(18px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.75fr);
  gap: clamp(36px, 8vw, 104px);
  align-items: start;
}

.intro-copy {
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  color: var(--muted);
}

.intro-copy p:first-child {
  margin-top: 0;
  color: var(--ink);
}

.menu-band {
  background: #efe7d3;
  border-block: 1px solid var(--line);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 36px;
}

.section-head h2 {
  grid-column: 2;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.menu-grid article {
  min-height: 260px;
  padding: clamp(24px, 3vw, 36px);
  background: var(--panel);
}

.menu-grid span {
  display: block;
  margin-bottom: 42px;
  color: var(--claret);
  font-weight: 800;
}

.menu-grid p,
.review-grid p {
  color: var(--muted);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--forest);
}

.gallery figure {
  position: relative;
  min-height: clamp(260px, 36vw, 560px);
  margin: 0;
  background: var(--forest);
}

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

.gallery figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(251, 246, 234, 0.88);
  color: var(--forest);
  font-size: 0.8rem;
  font-weight: 800;
}

.gallery img {
  transition: transform 180ms ease, filter 180ms ease;
}

.gallery figure:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.015);
}

.atmosphere {
  background: var(--forest);
  color: #fffaf0;
}

.atmosphere .section-head h2,
.atmosphere .eyebrow {
  color: #fffaf0;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 250, 240, 0.18);
  border: 1px solid rgba(255, 250, 240, 0.18);
}

.review-grid article {
  min-height: 190px;
  padding: clamp(24px, 3vw, 38px);
  background: rgba(255, 250, 240, 0.06);
}

.review-grid p {
  margin: 0;
  color: rgba(255, 250, 240, 0.82);
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
}

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

.visit {
  display: grid;
  grid-template-columns: minmax(300px, 0.62fr) minmax(360px, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
}

.visit-card {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  background: var(--panel);
}

.visit-card p {
  color: var(--muted);
}

.visit-card p:nth-of-type(2) {
  color: var(--ink);
  font-weight: 700;
}

iframe {
  width: 100%;
  min-height: 520px;
  border: 1px solid var(--line);
  filter: saturate(0.9);
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 32px clamp(18px, 5vw, 72px) 96px;
  color: #fffaf0;
  background: var(--forest);
}

footer p {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.3rem;
}

footer a {
  color: rgba(255, 250, 240, 0.78);
  text-decoration: none;
}

.mobile-actions {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 30;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 250, 240, 0.4);
  border-radius: 999px;
  background: rgba(24, 37, 27, 0.88);
  backdrop-filter: blur(18px);
}

.mobile-actions a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  color: var(--forest);
  background: var(--saffron);
}

.mobile-actions a + a {
  color: #fffaf0;
  background: rgba(255, 250, 240, 0.12);
}

@media (max-width: 880px) {
  .site-header {
    padding: 14px 18px;
  }

  nav {
    gap: 12px;
    font-size: 0.76rem;
  }

  .hero {
    min-height: 92svh;
    padding: 112px 18px 58px;
  }

  .hero-media {
    background-image: linear-gradient(180deg, rgba(10, 18, 13, 0.36), rgba(10, 18, 13, 0.78) 72%, rgba(10, 18, 13, 0.88)), url("assets/hero.jpg");
  }

  h1 {
    font-size: clamp(2.85rem, 11vw, 4.35rem);
    line-height: 1.02;
  }

  .intro,
  .section-head,
  .visit {
    grid-template-columns: 1fr;
  }

  .section-head h2 {
    grid-column: auto;
  }

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

  .menu-grid article {
    min-height: 210px;
  }

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

  .gallery figure,
  .gallery .wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }

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

  iframe {
    min-height: 390px;
  }

  footer {
    display: block;
    padding-bottom: 112px;
  }

  footer a {
    display: block;
    margin-top: 6px;
  }

  .mobile-actions {
    display: grid;
  }
}

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

  nav a:first-child {
    display: none;
  }

  .hero {
    min-height: 88svh;
  }

  .hero-content {
    padding-bottom: clamp(92px, 18vh, 148px);
  }

  .intro.section {
    padding-top: 120px;
  }

  .hero-actions {
    display: none;
  }

  .hero-actions .btn {
    flex: 1 1 150px;
  }

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

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