:root {
  --ink: #271915;
  --muted: #725e54;
  --paper: #fffaf2;
  --linen: #f4eadb;
  --terracotta: #a9432e;
  --olive: #596b3c;
  --gold: #c79b57;
  --espresso: #1d1410;
  --shadow: 0 24px 60px rgba(39, 25, 21, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, sans-serif;
}

img { display: block; max-width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; line-height: .95; margin: 0; font-weight: 700; }
h1 { font-size: clamp(3.8rem, 8vw, 8.8rem); }
h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); }
h3 { font-size: 1.85rem; }
p { line-height: 1.75; }

.site-header {
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(18px, 4vw, 54px);
  color: #fff;
  transition: background .35s ease, color .35s ease, box-shadow .35s ease;
}
.site-header.scrolled, body:not(.home-active) .site-header {
  color: var(--ink);
  background: rgba(255, 250, 242, .92);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 40px rgba(39, 25, 21, .08);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: .04em; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
}
.site-nav { display: flex; gap: clamp(16px, 3vw, 34px); font-size: .9rem; font-weight: 700; text-transform: uppercase; }
.site-nav a { opacity: .82; }
.site-nav a.active, .site-nav a:hover { opacity: 1; color: var(--gold); }
.nav-toggle { display: none; }

.page { display: none; min-height: 100vh; }
.page.active { display: block; }
.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
}
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(29,20,16,.78), rgba(29,20,16,.2) 58%, rgba(29,20,16,.08)); }
.hero-content { position: relative; max-width: 760px; padding: 10vh clamp(22px, 7vw, 90px) 8vh; }
.hero-content p { max-width: 610px; font-size: 1.15rem; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--terracotta); color: #fff; border-color: var(--terracotta); }

.section { width: min(1160px, calc(100% - 36px)); margin: 0 auto; padding: 96px 0; }
.section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 30px; }
.section-heading h2 { max-width: 720px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-grid article, .testimonials article, .quote-panel, .contact-card, .chef-note {
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid rgba(89, 107, 60, .12);
}
.feature-grid article { overflow: hidden; border-radius: 8px; }
.feature-grid img { height: 245px; width: 100%; }
.feature-grid div { padding: 22px; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 6vw, 78px); align-items: center; }
.quote-panel { padding: clamp(28px, 5vw, 54px); border-radius: 8px; }
.quote-panel p { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.05; margin-top: 0; }
.quote-panel span, .testimonials span { color: var(--terracotta); font-weight: 800; }
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonials article { padding: 28px; border-radius: 8px; }
.testimonials p { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.8rem; line-height: 1.08; }
.hours-preview { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(39,25,21,.15); }
dl { margin: 0; }
dt { color: var(--muted); font-weight: 800; }
dd { margin: 5px 0 18px; }

.page-hero {
  padding: 150px clamp(18px, 8vw, 96px) 58px;
  background: var(--espresso);
  color: #fff;
}
.page-hero.compact h1 { max-width: 780px; }
.menu-layout { display: grid; grid-template-columns: 360px 1fr; gap: 34px; align-items: start; }
.chef-note { position: sticky; top: 100px; border-radius: 8px; overflow: hidden; }
.chef-note img { height: 280px; width: 100%; }
.chef-note h2, .chef-note p { padding-inline: 24px; }
.chef-note p { padding-bottom: 18px; }
.menu-list { display: grid; gap: 34px; }
.menu-category {
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(39,25,21,.14);
}
.menu-category h2 { font-size: 2.6rem; margin-bottom: 12px; color: var(--terracotta); }
.menu-category article { display: grid; grid-template-columns: 1fr auto; gap: 8px 20px; padding: 16px 0; }
.menu-category p { grid-column: 1 / -1; margin: 0; color: var(--muted); }
.menu-category small {
  display: inline-flex;
  margin-left: 10px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(89,107,60,.12);
  color: var(--olive);
  font-size: .68rem;
  font-weight: 800;
}
.recommended { color: var(--terracotta); }

.about-intro img { width: 100%; height: 520px; border-radius: 8px; box-shadow: var(--shadow); }
.award-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.award-row span {
  padding: 10px 14px;
  border: 1px solid rgba(169,67,46,.28);
  border-radius: 999px;
  color: var(--terracotta);
  font-weight: 800;
  font-size: .82rem;
}
.philosophy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-top: 10px; }
.philosophy article { border-left: 3px solid var(--gold); padding-left: 22px; }
.interior-strip img { width: 100%; height: min(62vh, 620px); border-radius: 8px; box-shadow: var(--shadow); }

.masonry {
  columns: 3 260px;
  column-gap: 18px;
}
.masonry img {
  width: 100%;
  margin: 0 0 18px;
  border-radius: 8px;
  box-shadow: var(--shadow);
  break-inside: avoid;
}
.masonry img:nth-child(2n) { height: 330px; }
.masonry img:nth-child(3n) { height: 430px; }

.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 34px; align-items: start; }
.reservation-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
label { display: grid; gap: 8px; color: var(--muted); font-weight: 800; font-size: .85rem; }
input, select, textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(39,25,21,.18);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 12px 14px;
}
textarea { min-height: 130px; resize: vertical; }
label:nth-child(6), .reservation-form button { grid-column: 1 / -1; }
.contact-card { border-radius: 8px; padding: 30px; }
.contact-card h2 { margin-bottom: 18px; }
.mini-map {
  min-height: 220px;
  margin: 24px 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.map-canvas {
  min-height: 220px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(29,20,16,.1), rgba(29,20,16,.5)),
    repeating-linear-gradient(35deg, #d9c5a5 0 22px, #c7ad82 22px 24px, #eadfcb 24px 48px);
  transform: scale(var(--map-zoom, 1));
  transition: transform .25s ease;
}
.map-canvas::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50% 50% 50% 0;
  background: var(--terracotta);
  transform: rotate(-45deg);
  position: absolute;
  top: 72px;
}
.map-controls {
  position: absolute;
  right: 12px;
  top: 12px;
  display: grid;
  gap: 8px;
}
.map-controls button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 900;
  box-shadow: 0 8px 24px rgba(29,20,16,.22);
  cursor: pointer;
}
.socials { display: flex; gap: 16px; flex-wrap: wrap; color: var(--terracotta); font-weight: 800; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 860px) {
  .site-header { color: var(--ink); background: rgba(255,250,242,.95); }
  .nav-toggle {
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: transparent;
    place-content: center;
  }
  .nav-toggle span { display: block; width: 17px; height: 2px; background: currentColor; }
  .site-nav {
    position: absolute;
    inset: 72px 16px auto;
    display: none;
    flex-direction: column;
    padding: 18px;
    border-radius: 8px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  h1 { font-size: clamp(3.4rem, 18vw, 5.4rem); }
  .hero { min-height: 92vh; }
  .hero-overlay { background: linear-gradient(0deg, rgba(29,20,16,.8), rgba(29,20,16,.18)); }
  .hero-content { align-self: end; padding-bottom: 72px; }
  .section { padding: 66px 0; }
  .section-heading, .hours-preview { display: block; }
  .feature-grid, .testimonials, .split, .menu-layout, .philosophy, .contact-grid, .reservation-form {
    grid-template-columns: 1fr;
  }
  .chef-note { position: static; }
  .about-intro img, .interior-strip img { height: 360px; }
  .page-hero { padding-top: 118px; }
}
