:root {
  --black: #070504;
  --charcoal: #100d0b;
  --bordeaux: #64111b;
  --bordeaux-2: #8f1d25;
  --gold: #c8a45d;
  --gold-soft: #efd7a1;
  --cream: #f7efe2;
  --muted: #b9aca0;
  --line: rgba(200, 164, 93, .24);
  --glass: rgba(16, 13, 11, .72);
  --shadow: 0 24px 80px rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--cream);
  background: radial-gradient(circle at 20% 0%, rgba(100, 17, 27, .26), transparent 32rem), var(--black);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3.5rem);
  transition: background .35s ease, border-color .35s ease, padding .35s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(7, 5, 4, .9);
  backdrop-filter: blur(18px);
  border-color: var(--line);
  padding-block: .65rem;
}
.brand img { width: 138px; height: auto; }
.desktop-nav { display: none; gap: 1.7rem; align-items: center; }
.desktop-nav a {
  color: rgba(247, 239, 226, .82);
  font-size: .92rem;
  letter-spacing: .02em;
  transition: color .25s ease;
}
.desktop-nav a:hover, .lang-switch a.active { color: var(--gold-soft); }
.header-actions { display: flex; align-items: center; gap: .7rem; }
.lang-switch { display: none; border: 1px solid var(--line); border-radius: 999px; padding: .2rem; background: rgba(0, 0, 0, .22); }
.lang-switch a { padding: .35rem .5rem; font-size: .74rem; border-radius: 999px; color: var(--muted); }
.lang-switch a.active { background: rgba(200, 164, 93, .14); }
.nav-call { display: none; color: var(--black); background: var(--gold); padding: .65rem 1rem; border-radius: 999px; font-weight: 700; }
.menu-toggle, .overlay-close {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.2);
  color: var(--cream);
  border-radius: 50%;
  cursor: pointer;
}
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--cream); }
.mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-content: center;
  gap: 1.2rem;
  background: rgba(7, 5, 4, .97);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1rem);
  transition: opacity .25s ease, transform .25s ease;
}
.mobile-overlay.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.mobile-overlay a { font-family: Georgia, serif; font-size: clamp(2rem, 8vw, 4.6rem); text-align: center; }
.overlay-close { position: absolute; top: 1rem; right: 1rem; font-size: 1.8rem; }
.overlay-call { color: var(--gold-soft); font-family: inherit !important; font-size: 1rem !important; }
.mobile-lang-switch {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-top: .8rem;
}
.mobile-lang-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: .86rem !important;
  font-weight: 850;
  color: var(--muted);
  background: rgba(247,239,226,.05);
}
.mobile-lang-switch a.active {
  color: #120d08;
  background: var(--gold);
}
.mobile-socials {
  display: flex;
  justify-content: center;
  gap: .7rem;
  margin-top: 1rem;
}
.mobile-socials a {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(247,239,226,.06);
  color: var(--gold-soft);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: .85rem !important;
  font-weight: 900;
}
.mobile-socials svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mobile-socials a:hover {
  background: var(--gold);
  color: #120d08;
}

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: center;
  padding: 8rem clamp(1rem, 6vw, 6rem) 4rem;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,5,4,.92), rgba(7,5,4,.44), rgba(7,5,4,.2)), url('../images/hero-restaurant.png') center/cover;
  transform: scale(1.03);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28vh;
  background: linear-gradient(transparent, var(--black));
}
.hero-content { position: relative; z-index: 1; max-width: 760px; }
.kicker {
  margin: 0 0 .85rem;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .76rem;
  font-weight: 800;
}
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.06;
  margin: 0 0 1rem;
  font-weight: 500;
}
h1 { font-size: clamp(3.1rem, 10vw, 7.5rem); max-width: 11ch; }
h2 { font-size: clamp(2.1rem, 5vw, 4.1rem); }
h3 { font-size: 1.35rem; }
.hero p:not(.kicker) { max-width: 640px; color: rgba(247,239,226,.84); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions, .menu-toolbar { display: flex; flex-wrap: wrap; gap: .85rem; align-items: center; margin-top: 2rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .85rem 1.25rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.btn:hover, .food-card:hover { transform: translateY(-3px); }
.btn.primary { background: linear-gradient(135deg, var(--gold), var(--gold-soft)); color: #130d08; box-shadow: 0 12px 34px rgba(200, 164, 93, .22); }
.btn.ghost { background: rgba(247,239,226,.06); color: var(--cream); backdrop-filter: blur(12px); }
.scroll-hint { position: absolute; z-index: 2; bottom: 1.5rem; right: 2rem; color: var(--muted); font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; }

.section, .split-section, .map-section, .instagram-cta, .content-section, .contact-grid, .menu-app {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.section-heading { margin-bottom: 2rem; max-width: 760px; }
.food-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); gap: 1rem; }
.food-card {
  background: linear-gradient(180deg, rgba(247,239,226,.07), rgba(247,239,226,.035));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.food-card:hover { border-color: rgba(239, 215, 161, .55); box-shadow: 0 28px 70px rgba(100,17,27,.28); }
.food-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #160b09; }
.food-card-body { padding: 1rem; }
.food-title-row { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; }
.food-title-row h3 { font-size: 1.15rem; margin-bottom: .5rem; }
.food-title-row span { color: var(--gold-soft); font-weight: 900; white-space: nowrap; }
.food-card p { color: var(--muted); margin: 0 0 .8rem; }
.food-card small { color: rgba(247,239,226,.58); }
.menu-text-only .menu-grid {
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.menu-text-card {
  min-height: 0;
}
.menu-text-card .food-card-body {
  padding: 1.1rem 1.15rem;
}
.menu-text-card .food-title-row h3 {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.02rem;
  line-height: 1.25;
  font-weight: 850;
}
.menu-text-card p {
  font-size: .95rem;
}
.split-section { display: grid; gap: 2rem; grid-template-columns: 1fr; align-items: center; }
.split-section p, .content-section p { color: var(--muted); font-size: 1.06rem; }
.legal-section {
  max-width: 980px;
}
.legal-section h2 {
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  margin-top: 2rem;
}
.legal-section p {
  max-width: 780px;
}
.legal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: .75rem;
  margin: 2rem 0;
}
.legal-grid div {
  display: grid;
  gap: .25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247,239,226,.045);
  padding: 1rem;
}
.legal-grid strong {
  color: var(--gold-soft);
}
.legal-grid span {
  color: var(--cream);
}
.hours-panel, .contact-card, .contact-form {
  border: 1px solid var(--line);
  background: var(--glass);
  backdrop-filter: blur(16px);
  border-radius: 8px;
  padding: clamp(1.2rem, 4vw, 2rem);
  box-shadow: var(--shadow);
}
.hours-panel h3 { color: var(--gold-soft); }
.text-link { color: var(--gold-soft); font-weight: 800; border-bottom: 1px solid currentColor; }
.map-section iframe { width: 100%; min-height: 420px; border: 0; border-radius: 8px; filter: grayscale(.25) contrast(1.05); }
.instagram-cta {
  text-align: center;
  border-block: 1px solid var(--line);
  width: 100%;
  padding-inline: 1rem;
  background: linear-gradient(90deg, rgba(100,17,27,.22), rgba(200,164,93,.08));
}
.page-hero {
  min-height: 58svh;
  display: grid;
  align-items: end;
  padding: 9rem clamp(1rem, 6vw, 6rem) 4rem;
  background: linear-gradient(90deg, rgba(7,5,4,.92), rgba(7,5,4,.35)), url('../images/hero-restaurant.png') center/cover;
}
.page-hero.compact { min-height: 44svh; }
.contact-page-hero {
  min-height: 58svh;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.contact-page-hero h1 {
  font-size: clamp(3rem, 7vw, 5.8rem);
  max-width: 9.5ch;
}
.contact-page-hero p:not(.kicker) {
  max-width: 660px;
  font-size: clamp(1rem, 1.45vw, 1.15rem);
}
.page-hero > div { max-width: 860px; }
.page-hero p:not(.kicker) { color: var(--muted); max-width: 700px; }
.menu-toolbar {
  position: sticky;
  top: 76px;
  z-index: 20;
  display: grid;
  gap: .85rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(180deg, rgba(16, 13, 11, .92), rgba(16, 13, 11, .74));
  backdrop-filter: blur(18px);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0,0,0,.26);
}
.menu-toolbar input, .contact-form input, .contact-form textarea, .admin-input {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(247,239,226,.06);
  color: var(--cream);
  border-radius: 8px;
  padding: .95rem 1rem;
  outline: none;
}
.menu-toolbar input { min-height: 48px; }
.category-pills {
  display: flex;
  gap: .55rem;
  overflow-x: auto;
  padding-bottom: .1rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.category-pills::-webkit-scrollbar { display: none; }
.category-pills button {
  border: 1px solid var(--line);
  background: rgba(247,239,226,.05);
  color: var(--cream);
  border-radius: 999px;
  padding: .7rem 1rem;
  white-space: nowrap;
  cursor: pointer;
}
.category-pills button.active { background: var(--gold); color: #120d08; font-weight: 900; }
.contact-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
.contact-form { display: grid; gap: .8rem; }
.success { color: var(--gold-soft); }

.contact-hero-actions { margin-top: 1.4rem; }
.contact-intro {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
  padding: clamp(3rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 4rem);
}
.contact-intro article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(247,239,226,.065), rgba(247,239,226,.025));
  padding: 1.2rem;
  min-height: 185px;
  box-shadow: var(--shadow);
}
.contact-intro span {
  display: inline-flex;
  color: var(--gold-soft);
  font-weight: 900;
  margin-bottom: 1.4rem;
  letter-spacing: .12em;
}
.contact-intro p { color: var(--muted); margin-bottom: 1.1rem; }
.contact-intro a { color: var(--gold-soft); font-weight: 900; }
.contact-grid-polished { padding-top: 0; align-items: stretch; }
.contact-rich, .contact-form-polished {
  background:
    linear-gradient(135deg, rgba(100,17,27,.18), transparent 48%),
    rgba(12, 9, 8, .82);
}
.contact-rich h2, .contact-form-polished h2 {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.12;
  max-width: 12ch;
}
.contact-detail-list {
  display: grid;
  gap: .75rem;
  margin-top: 2rem;
}
.contact-detail-list > a, .contact-detail-list > div {
  display: grid;
  gap: .25rem;
  padding: 1rem;
  border: 1px solid rgba(200,164,93,.18);
  border-radius: 8px;
  background: rgba(247,239,226,.035);
}
.contact-detail-list strong { color: var(--gold-soft); }
.contact-detail-list span { color: var(--cream); }
.contact-form-polished input, .contact-form-polished textarea {
  background: rgba(247,239,226,.075);
  min-height: 52px;
}
.contact-form-polished textarea { min-height: 150px; }
.contact-map-band {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto clamp(4rem, 7vw, 6rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
  border-block: 1px solid var(--line);
  padding: clamp(2rem, 5vw, 3rem) 0;
}
.contact-map-band p { color: var(--muted); }
.contact-map-band iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 8px;
  filter: grayscale(.18) contrast(1.06);
}

.site-footer {
  padding: 4rem clamp(1rem, 5vw, 4rem) 1rem;
  background: #050403;
  border-top: 1px solid var(--line);
}
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 2rem; width: min(1180px, 100%); margin: 0 auto; }
.footer-logo { width: 150px; margin-bottom: 1rem; }
.site-footer p, .site-footer a { color: var(--muted); }
.site-footer h3 { color: var(--gold-soft); font-size: 1.1rem; }
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 1rem;
}
.footer-socials a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .45rem .75rem;
  color: var(--gold-soft);
  background: rgba(247,239,226,.04);
}
.footer-bottom { width: min(1180px, 100%); margin: 2rem auto 0; color: rgba(247,239,226,.44); font-size: .85rem; }
.sticky-call {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 45;
  display: flex;
  justify-content: center;
  padding: .9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: #120d08;
  font-weight: 900;
  box-shadow: 0 18px 50px rgba(0,0,0,.36);
}

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

@media (min-width: 760px) {
  .desktop-nav, .lang-switch, .nav-call { display: flex; }
  .menu-toggle, .sticky-call { display: none; }
  .split-section, .contact-grid { grid-template-columns: 1.15fr .85fr; }
  .brand img { width: 160px; }
  .menu-toolbar { grid-template-columns: minmax(240px, 360px) minmax(0, 1fr); align-items: center; }
  .contact-map-band { grid-template-columns: .55fr 1fr; }
}

@media (min-width: 1120px) {
  .category-pills { flex-wrap: wrap; overflow: visible; }
}

@media (max-width: 480px) {
  h1 { font-size: 3rem; }
  .hero { padding-inline: 1rem; }
  .btn { width: 100%; }
  .food-grid { grid-template-columns: 1fr; }
  .site-header { padding-inline: .8rem; }
  .brand img { width: 126px; }
}
