:root {
  --bg: #0a0d12;
  --surface: #121823;
  --surface-2: #182131;
  --ink: #f5f6f8;
  --muted: #a9b4c3;
  --line: #2a3344;
  --line-soft: #202938;
  --gold: #c79a4a;
  --gold-soft: #e8c98b;
  --focus: #f2d8a0;
  --danger: #d45b5b;
  --max: 1160px;
  --r: 18px;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --shadow-card: 0 22px 44px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 15% -10%, #152036 0%, var(--bg) 48%);
  line-height: 1.6;
  padding-bottom: 4.5rem;
}

h1, h2, h3 { font-family: "Fraunces", Georgia, serif; line-height: 1.08; margin: 0; letter-spacing: 0.01em; }
h1 { font-size: clamp(2.2rem, 6vw, 4.7rem); }
h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
h3 { font-size: clamp(1.15rem, 2.4vw, 1.5rem); }
p { margin: 0; color: var(--muted); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.section { padding: clamp(3.5rem, 9vw, 7rem) 0; }
.stack { display: grid; gap: 1rem; }
.eyebrow {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold-soft);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #000;
  color: #fff;
  padding: 0.65rem 0.9rem;
  z-index: 100;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(10, 13, 18, 0.78);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-soft);
}
.header-inner {
  min-height: 4.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand { text-decoration: none; display: grid; gap: 0.1rem; }
.brand-name { font-family: "Fraunces", serif; font-size: 1.35rem; }
.brand-loc { color: var(--muted); font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; }
.top-nav { display: none; gap: 1.15rem; }
.top-nav a { text-decoration: none; color: var(--muted); font-size: 0.94rem; }
.top-nav a:hover { color: var(--ink); }

.btn {
  min-height: 2.85rem;
  padding: 0.72rem 1.12rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.94rem;
  transition: transform 160ms ease, opacity 160ms ease, background-color 160ms ease, border-color 160ms ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, #d6b77f, #b98736);
  color: #1a1308;
  box-shadow: 0 10px 22px rgba(199, 154, 74, 0.26);
}
.btn-outline,
.btn-ghost {
  border-color: var(--line);
  color: var(--ink);
  background: rgba(17, 24, 35, 0.8);
}

.hero {
  position: relative;
  min-height: min(90vh, 900px);
  display: grid;
  align-items: end;
  border-bottom: 1px solid var(--line-soft);
}
.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-media img {
  width: 100%;
  height: 110%;
  object-fit: cover;
  transform: translateY(0);
  will-change: transform;
  filter: saturate(0.95) contrast(1.03);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 9, 13, 0.2) 0%, rgba(7, 9, 13, 0.86) 80%),
    radial-gradient(circle at 10% 8%, rgba(199, 154, 74, 0.2), transparent 35%);
}
.hero-content {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(2.2rem, 8vw, 6rem);
  max-width: 820px;
}
.lead { font-size: 1.05rem; max-width: 64ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin: 1.25rem 0 1.3rem; }
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
}
.hero-metrics li {
  border: 1px solid rgba(232, 201, 139, 0.24);
  border-radius: 0.8rem;
  background: rgba(17, 24, 35, 0.75);
  padding: 0.7rem;
  display: grid;
}
.hero-metrics span { font-size: 0.75rem; color: var(--gold-soft); text-transform: uppercase; letter-spacing: 0.1em; }
.hero-metrics strong { font-size: 0.9rem; }

.story-grid,
.chef-grid,
.menu-layout { display: grid; gap: 1.4rem; }

.section-head { margin-bottom: 1.2rem; }
.cards { display: grid; gap: 1rem; }
.card {
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: linear-gradient(180deg, rgba(20, 27, 39, 0.86), rgba(13, 18, 26, 0.95));
  padding: 1.2rem;
  box-shadow: var(--shadow-card);
}
.card h3 { margin-bottom: 0.5rem; }

.gallery { display: grid; gap: 0.95rem; }
.plate {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  background: #0f141d;
}
.plate img { aspect-ratio: 4 / 3; object-fit: cover; }
.plate figcaption {
  padding: 0.8rem 0.9rem;
  display: grid;
  gap: 0.2rem;
}
.plate strong { color: var(--ink); }
.plate span { color: var(--muted); font-size: 0.9rem; }

.chef-image {
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.chef-image img { aspect-ratio: 4 / 5; object-fit: cover; }
blockquote {
  margin: 0.4rem 0 0;
  border-left: 2px solid var(--gold);
  padding-left: 0.85rem;
  color: var(--gold-soft);
}

.reserve-panel {
  border: 1px solid rgba(199, 154, 74, 0.35);
  border-radius: calc(var(--r) + 2px);
  background: linear-gradient(180deg, rgba(30, 37, 50, 0.92), rgba(12, 16, 23, 0.98));
  padding: clamp(1.2rem, 4vw, 2.4rem);
  text-align: center;
}
.reserve-actions { margin-top: 1rem; display: flex; justify-content: center; flex-wrap: wrap; gap: 0.7rem; }

.site-footer {
  border-top: 1px solid var(--line-soft);
  padding: 1.05rem 0;
}
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.footer-inner p { font-size: 0.9rem; }
.footer-inner a { color: var(--gold-soft); text-decoration: none; }

.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 13, 18, 0.95);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line-soft);
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom));
  z-index: 40;
}
.mobile-cta .btn { width: 100%; }

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 220ms ease, transform 220ms ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
  border-radius: 0.5rem;
}

@media (min-width: 720px) {
  body { padding-bottom: 0; }
  .top-nav { display: flex; }
  .mobile-cta { display: none; }
  .four-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .three-col { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .story-grid,
  .chef-grid,
  .menu-layout { grid-template-columns: 1fr 1fr; align-items: center; }
}

@media (min-width: 980px) {
  .four-col { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 580px) {
  .hero-metrics { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
