:root {
  --bg: #0b0a08;
  --bg-2: #14110d;
  --bg-3: #1d1812;
  --surface: #1a1611;
  --ink: #f5efe4;
  --ink-dim: #cfc5b0;
  --ink-mute: #a89e88;
  --gold: #e0a83d;
  --gold-2: #f3c95a;
  --red: #c3422c;
  --red-2: #e2563b;
  --line: #2a241c;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --max: 1180px;
  --radius: 14px;
  --shadow: 0 10px 40px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 140px; }
body {
  margin: 0;
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.muted { color: var(--ink-mute); }
.eyebrow {
  font-family: var(--sans);
  font-size: .8rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 12px;
  font-weight: 600;
}
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.15; margin: 0 0 18px; color: var(--ink); }
h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: clamp(1.2rem, 2.4vw, 1.5rem); }
p { margin: 0 0 1em; }
a { color: var(--gold); text-decoration: none; }
a:hover, a:focus-visible { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 3px; border-radius: 4px; }

.skip-link {
  position: absolute; left: -9999px; top: 8px;
  background: var(--gold); color: #000; padding: 8px 14px; border-radius: 6px;
  font-weight: 600; z-index: 100;
}
.skip-link:focus { left: 16px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 22px; border-radius: 999px; font-weight: 600; font-size: .95rem;
  border: 1.5px solid transparent; cursor: pointer; text-decoration: none;
  transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn-primary { background: linear-gradient(135deg, var(--red-2), var(--gold)); color: #1a1611; }
.btn-primary:hover { color: #000; filter: brightness(1.06); }
.btn-ghost { background: transparent; color: var(--ink); border-color: rgba(245,239,228,.35); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-2); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11,10,8,.78); backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-row {
  display: flex; align-items: center; gap: 20px;
  height: 72px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  color: var(--ink); text-decoration: none;
}
.brand img { width: 44px; height: 44px; border-radius: 50%; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font-family: var(--serif); font-size: 1.15rem; color: var(--ink); }
.brand-text em { font-style: normal; font-size: .7rem; letter-spacing: .18em; color: var(--gold); text-transform: uppercase; }

.nav-main { margin-left: auto; }
.nav-list {
  list-style: none; display: flex; gap: 22px; margin: 0; padding: 0;
}
.nav-list a {
  color: var(--ink-dim); font-weight: 500; font-size: .95rem;
}
.nav-list a:hover { color: var(--gold-2); text-decoration: none; }
.nav-toggle {
  display: none; background: none; border: 0; padding: 8px; cursor: pointer;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0;
  transition: transform .25s ease, opacity .2s ease;
}

.nav-actions { display: flex; align-items: center; gap: 14px; }
.lang-toggle { display: inline-flex; gap: 2px; border: 1px solid var(--line); border-radius: 999px; padding: 3px; }
.lang-toggle button {
  background: transparent; color: var(--ink-dim); border: 0; cursor: pointer;
  padding: 5px 12px; border-radius: 999px; font: inherit; font-weight: 600; font-size: .8rem;
  letter-spacing: .05em;
}
.lang-toggle button[aria-pressed="true"] { background: var(--gold); color: #1a1611; }
.nav-cta { padding: 9px 18px; font-size: .85rem; }

.hero {
  position: relative; isolation: isolate;
  min-height: 92vh; display: grid; place-items: center; padding: 80px 0;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(224,168,61,.18), transparent 55%),
    radial-gradient(ellipse at 80% 90%, rgba(195,66,44,.18), transparent 55%),
    linear-gradient(180deg, #0b0a08 0%, #14110d 100%);
}
.hero-bg::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.04) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 64%, rgba(255,255,255,.03) 0 1px, transparent 2px);
  background-size: 60px 60px, 90px 90px;
  opacity: .9;
}
.hero-inner { text-align: center; max-width: 880px; }
.hero-logo {
  width: clamp(200px, 30vw, 320px); height: auto; margin: 0 auto 24px;
  filter:
    drop-shadow(0 0 40px rgba(243, 201, 90, .35))
    drop-shadow(0 0 80px rgba(195, 66, 44, .2))
    drop-shadow(0 16px 40px rgba(0, 0, 0, .55));
  animation: logo-glow 4s ease-in-out infinite;
}
@keyframes logo-glow {
  0%, 100% {
    filter:
      drop-shadow(0 0 40px rgba(243, 201, 90, .35))
      drop-shadow(0 0 80px rgba(195, 66, 44, .2))
      drop-shadow(0 16px 40px rgba(0, 0, 0, .55));
  }
  50% {
    filter:
      drop-shadow(0 0 60px rgba(243, 201, 90, .55))
      drop-shadow(0 0 100px rgba(195, 66, 44, .35))
      drop-shadow(0 16px 40px rgba(0, 0, 0, .55));
  }
}
.hero h1 { margin-bottom: 14px; }
.hero-sub { color: var(--ink-dim); font-size: clamp(1rem, 1.6vw, 1.2rem); max-width: 640px; margin: 0 auto 28px; }
.hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 0; }

.section { padding: clamp(60px, 9vw, 120px) 0; }
.about { background: var(--bg-2); }
.about-grid {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center;
}
.about-figure img { border-radius: var(--radius); box-shadow: var(--shadow); }
.notice {
  margin-top: 24px; padding: 14px 16px; border-left: 3px solid var(--gold);
  background: rgba(224,168,61,.06); color: var(--ink-dim); font-size: .92rem;
}

.featured h2 { text-align: center; }
.featured .eyebrow { text-align: center; }
.cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px; margin-top: 36px;
}
.card {
  background: var(--bg-3); border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); transition: transform .25s ease, border-color .25s ease;
}
.card:hover { transform: translateY(-4px); border-color: var(--gold); }
.card img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.card-body { padding: 20px 22px 24px; }
.card-body h3 { margin-bottom: 8px; color: var(--gold); }
.card-body p { color: var(--ink-dim); font-size: .92rem; margin-bottom: 12px; }
.price { font-weight: 700; color: var(--ink); font-family: var(--serif); font-size: 1.15rem; }

.menu .eyebrow, .menu h2 { text-align: center; }
.menu-tabs {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
  margin: 28px 0 48px;
  position: sticky; top: 72px; z-index: 30;
  background: rgba(11,10,8,.92); backdrop-filter: blur(8px);
  padding: 12px 0; border-bottom: 1px solid var(--line);
}
.menu-tabs a {
  font-size: .85rem; padding: 10px 14px; min-height: 40px; border-radius: 999px;
  display: inline-flex; align-items: center;
  border: 1px solid var(--line); color: var(--ink-dim);
  font-weight: 500; letter-spacing: .03em; white-space: nowrap;
}
.menu-tabs a:hover { border-color: var(--gold); color: var(--gold-2); text-decoration: none; }

.menu-section { margin-bottom: 56px; }
.menu-section h3 {
  text-align: center; color: var(--gold);
  font-family: var(--serif); font-size: clamp(1.3rem, 2.2vw, 1.6rem);
  letter-spacing: .02em;
  padding-bottom: 10px; border-bottom: 1px solid var(--line);
  margin-bottom: 24px;
}
.menu-list {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 48px;
}
.menu-list.simple { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px 24px; }
.menu-list.simple li { background: var(--surface); padding: 12px 16px; border-radius: 10px; }
.menu-list li { padding-bottom: 14px; border-bottom: 1px dashed var(--line); }
.m-row {
  display: flex; justify-content: space-between; gap: 14px; align-items: baseline;
  margin-bottom: 4px;
}
.m-name { font-family: var(--serif); font-size: 1.1rem; color: var(--ink); font-weight: 600; }
.m-price { color: var(--gold); font-weight: 600; font-size: .95rem; white-space: nowrap; }
.menu-section p { color: var(--ink-dim); font-size: .9rem; margin: 0; }
.menu-disclaimer {
  text-align: center; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line);
}
.menu-disclaimer p { color: var(--ink-mute); font-size: .85rem; }

.bar { background: var(--bg-3); }
.bar .eyebrow, .bar h2 { text-align: center; }
.bar > .container > .muted { text-align: center; max-width: 640px; margin: 0 auto 32px; }
.bar-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.bar-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px;
}
.bar-card h3 { color: var(--gold); margin-bottom: 14px; }
.bar-card ul { list-style: none; padding: 0; margin: 0; }
.bar-card li { padding: 8px 0; border-bottom: 1px dashed var(--line); font-size: .92rem; color: var(--ink-dim); }
.bar-card li:last-child { border: 0; }
.bar-card li strong { color: var(--ink); }

.catering-inner {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.catering-fig img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/3; object-fit: cover; }
.catering-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }

.reviews { background: var(--bg-2); }
.reviews .eyebrow, .reviews h2 { text-align: center; }
.reviews-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px; margin-top: 36px;
}
.review {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px;
}
.review .stars { color: var(--gold); font-size: 1.1rem; letter-spacing: 2px; margin: 0 0 10px; }
.review blockquote {
  margin: 0 0 14px; font-family: var(--serif); font-size: 1.15rem; line-height: 1.5;
  color: var(--ink);
}
.review cite { color: var(--ink-mute); font-style: normal; font-size: .9rem; }
.reviews-cta { text-align: center; margin-top: 32px; }

.visit-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px;
}
.visit-info h3 {
  font-size: 1rem; letter-spacing: .15em; text-transform: uppercase;
  color: var(--gold); margin-top: 24px; margin-bottom: 8px; font-family: var(--sans); font-weight: 600;
}
.hours { width: 100%; border-collapse: collapse; margin-bottom: 8px; }
.hours th, .hours td { padding: 8px 0; text-align: left; border-bottom: 1px dashed var(--line); font-weight: 400; }
.hours th { color: var(--ink-dim); width: 40%; }
.hours td { color: var(--ink); }
.visit-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.socials { display: flex; gap: 12px; margin-top: 24px; }
.socials a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid var(--line); color: var(--ink-dim);
}
.socials a:hover { color: var(--gold-2); border-color: var(--gold); }
.visit-map iframe {
  width: 100%; height: 100%; min-height: 420px;
  border: 0; border-radius: var(--radius); box-shadow: var(--shadow);
}

.site-footer {
  background: var(--bg-2); border-top: 1px solid var(--line); padding: 32px 0;
}
.footer-row {
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
}
.footer-row .muted { font-size: .85rem; margin: 0; }

.float-cta {
  position: fixed; right: 18px; bottom: 18px; z-index: 60;
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, var(--red-2), var(--gold));
  color: #1a1611; display: none; align-items: center; justify-content: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.4);
}
.float-cta:hover { color: #000; transform: scale(1.05); text-decoration: none; }

@media (max-width: 900px) {
  .nav-toggle { display: block; order: -1; }
  .nav-list {
    position: absolute; top: 72px; left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: rgba(11,10,8,.98); backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
    padding: 12px 24px;
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: transform .25s ease, opacity .2s ease;
  }
  .nav-list li { border-bottom: 1px dashed var(--line); }
  .nav-list li:last-child { border: 0; }
  .nav-list a { display: block; padding: 14px 0; font-size: 1rem; }
  .nav-main.open .nav-list { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-cta { display: none; }
  .nav-row { gap: 10px; }

  .about-grid, .catering-inner, .visit-grid { grid-template-columns: 1fr; gap: 36px; }
  .menu-list { grid-template-columns: 1fr; gap: 16px; }
  .menu-tabs {
    top: 64px;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .menu-tabs::-webkit-scrollbar { display: none; }
  .hours th { width: 38%; font-size: .9rem; }
  .hours td { white-space: nowrap; }
  .float-cta { display: inline-flex; }
}

@media (max-width: 480px) {
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { width: 100%; }
  .container { padding: 0 18px; }
  .menu-disclaimer p { font-size: .9rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
