:root {
  --bg: #f5f1ea;
  --paper: #fffdf8;
  --ink: #0c1117;
  --ink-soft: #1a212b;
  --gold: #d7a61a;
  --gold-strong: #efb81f;
  --gold-soft: #f6d974;
  --cream: #fff5d9;
  --line: #d7d1c5;
  --muted: #64686f;
  --panel: #0b1119;
  --panel-2: #121a24;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(6, 12, 20, .12);
  --radius: 24px;
  --radius-sm: 18px;
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(7, 12, 19, .96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header::before,
.site-header::after {
  content: '';
  position: absolute;
  top: 0;
  width: 64px;
  height: 72px;
  background-image:
    linear-gradient(45deg, rgba(255,255,255,.92) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255,255,255,.92) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(255,255,255,.92) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(255,255,255,.92) 75%);
  background-size: 32px 32px;
  background-position: 0 0, 0 16px, 16px -16px, -16px 0;
  opacity: .15;
}
.site-header::before { left: 0; }
.site-header::after { right: 0; }
.site-header-inner {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 72px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-logo img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 8px 0 -24px;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.25));
}
.site-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
}
.site-nav-links a {
  color: rgba(255,255,255,.96);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .02em;
  transition: color .2s ease, opacity .2s ease;
}
.site-nav-links a:hover,
.site-nav-links a.active-nav { color: var(--gold-strong); }
.site-reserve-btn {
  background: var(--gold-strong);
  color: #171411;
  font-weight: 800;
  border-radius: 999px;
  padding: 12px 22px;
  box-shadow: 0 10px 30px rgba(239, 184, 31, .25);
}
.mobile-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.16);
  background: transparent;
  border-radius: 12px;
  margin-left: auto;
}
.mobile-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 4px auto;
}

/* General */
.kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.kicker-dark { color: #2f2310; }
h1, h2, h3, h4 { margin: 0; font-family: 'Montserrat', sans-serif; }
p { margin: 0; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--gold-strong);
  color: #171411;
  box-shadow: 0 12px 25px rgba(239, 184, 31, .25);
}
.btn-secondary {
  color: var(--white);
  border: 1px solid rgba(255,255,255,.8);
  background: rgba(255,255,255,.06);
}
.btn-dark {
  color: #fff;
  background: #0d141c;
}
.btn-inline { margin-top: 26px; }
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s ease, transform .5s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Hero */
.hero-section {
  position: relative;
  overflow: hidden;
  background: #0d131b;
  color: #fff;
  min-height: 700px;
}
.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}
.hero-media {
  background:
    radial-gradient(circle at 70% 20%, rgba(238, 183, 21, .20), transparent 32%),
    radial-gradient(circle at 30% 60%, rgba(255, 125, 0, .18), transparent 28%),
    linear-gradient(135deg, #0d1118, #261707 48%, #53300c 72%, #1b120a 100%);
}
.hero-media-has-image {
  background-size: cover;
  background-position: center;
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(11, 15, 23, .88) 0%, rgba(11, 15, 23, .56) 40%, rgba(11, 15, 23, .28) 100%),
    linear-gradient(180deg, rgba(11, 15, 23, .32), rgba(11, 15, 23, .60));
}
.hero-shell {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  padding: 110px 22px 90px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .8fr);
  gap: 28px;
  align-items: end;
}
.hero-copy {
  max-width: 560px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  font-size: 13px;
  font-weight: 600;
}
.hero-copy h1 {
  font-size: clamp(54px, 9vw, 106px);
  line-height: .92;
  letter-spacing: -.03em;
}
.hero-copy h1 span {
  display: block;
  color: #fff;
  text-shadow: 0 8px 26px rgba(0,0,0,.18);
}
.hero-copy h1 strong {
  display: block;
  color: var(--gold-strong);
  font-weight: 900;
  text-shadow: 0 12px 28px rgba(0,0,0,.18);
}
.hero-wave {
  margin: 12px 0 18px;
  color: var(--gold-soft);
  font-size: 42px;
  line-height: 1;
}
.hero-copy p {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  max-width: 520px;
}
.hero-actions {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-spotlight {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 18px;
}
.hero-dish-card {
  width: min(100%, 400px);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 32px;
  padding: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
}
.hero-dish-card img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 24px;
}
.hero-dish-info {
  padding: 14px 10px 4px;
}
.hero-dish-info span {
  display: block;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 8px;
}
.hero-dish-info strong { font-size: 26px; }
.hero-logo-stamp {
  width: 190px;
  height: 190px;
  background: rgba(255,255,255,.92);
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 18px 40px rgba(0,0,0,.24);
}
.hero-logo-stamp img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }

/* Essentials */
.essentials-section {
  position: relative;
  margin-top: -40px;
  z-index: 3;
}
.curve-separator {
  position: relative;
  height: 76px;
  background: var(--bg);
  border-top-left-radius: 80% 100%;
  border-top-right-radius: 80% 100%;
}
.section-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 10px 22px 0;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 36px;
}
.essentials-left h2,
.featured-right h2,
.gallery-strip-copy h2,
.menu-complete-header h2,
.drinks-modern-header h2,
.wine-header h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
}
.essentials-left h2 span { color: var(--gold); }
.essentials-tiles {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.essential-tile {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px 16px;
  min-height: 124px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 800;
  gap: 12px;
  box-shadow: 0 8px 18px rgba(10,16,24,.04);
}
.essential-icon { font-size: 31px; }
.featured-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 320px));
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
}
.featured-card {
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid rgba(12,17,23,.08);
}
.featured-card img,
.featured-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  object-position: center center;
  display: block;
  background: linear-gradient(135deg, #efcf72, #d49d14);
}
.featured-card-body { padding: 14px 16px 18px; }
.featured-card-body h3 { font-size: 20px; margin-bottom: 8px; }
.featured-caption { color: #cf9910; font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.featured-price { color: #cf9910; font-weight: 900; font-size: 20px; }

/* Gallery strip */
.gallery-strip-section {
  margin-top: 34px;
  background: linear-gradient(180deg, #efb81f 0%, #e1aa10 100%);
  padding: 32px 0;
}
.gallery-strip-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 22px;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}
.gallery-strip-copy h2 { margin-bottom: 16px; }
.gallery-strip-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.gallery-mini-card {
  background: rgba(255,255,255,.35);
  border-radius: 18px;
  overflow: hidden;
  min-height: 180px;
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
}
.gallery-mini-card img { width: 100%; height: 100%; object-fit: cover; }

/* Service strip */
.service-strip {
  background: linear-gradient(180deg, #0a1018, #101824);
  color: #fff;
  padding: 0 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.service-item {
  max-width: calc(var(--max) / 3);
  margin: 0 auto;
  width: 100%;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 28px 18px;
  border-right: 1px solid rgba(255,255,255,.08);
}
.service-item:last-child { border-right: none; }
.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255,255,255,.07);
  display: grid;
  place-items: center;
  font-size: 24px;
  color: var(--gold-soft);
}
.service-item h3 {
  margin-bottom: 8px;
  font-size: 23px;
}
.service-item p {
  color: rgba(255,255,255,.74);
  line-height: 1.5;
  margin-bottom: 8px;
}
.service-item a { color: var(--gold-soft); font-weight: 800; }

/* Complete menu */
.menu-complete-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 56px 22px 0;
}
.menu-complete-header {
  max-width: 860px;
  margin-bottom: 24px;
}
.menu-complete-header p:last-child {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 17px;
}
.allergen-controls { margin: 26px 0 22px; }
.allergen-toggle {
  border: 0;
  background: #121821;
  color: #fff;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.allergen-toggle-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold-strong);
}
.allergen-legend {
  background: #fff;
  border: 1px solid rgba(12,17,23,.08);
  border-radius: 24px;
  padding: 26px;
  box-shadow: var(--shadow);
  margin-bottom: 24px;
}
.allergen-legend-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}
.allergen-legend-heading p { color: var(--muted); max-width: 500px; line-height: 1.6; }
.allergen-legend-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.allergen-legend-item {
  border: 1px solid rgba(12,17,23,.08);
  border-radius: 18px;
  background: #faf8f2;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.allergen-legend-item strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}
.allergen-legend-item span,
.allergen-note { color: var(--muted); font-size: 14px; line-height: 1.6; }
.allergen-note { margin-top: 18px; }
.menu-category-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.category-block {
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(12,17,23,.08);
  box-shadow: var(--shadow);
  padding: 26px;
}
.category-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 22px;
}
.category-heading h3 { font-size: 34px; }
.category-description {
  margin-top: 8px;
  color: var(--muted);
  max-width: 860px;
  line-height: 1.6;
}
.menu-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.product-card {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(12,17,23,.08);
  background: #faf8f2;
}
.product-card-featured { border-color: rgba(215,166,26,.5); }
.product-card-image {
  width: 100%;
  height: 235px;
  object-fit: cover;
}
.product-card-body { padding: 18px; }
.product-card-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}
.product-card-top h4 { font-size: 22px; flex: 1; }
.product-price {
  color: #cf9910;
  font-weight: 900;
  font-size: 20px;
  white-space: nowrap;
}
.product-badge {
  display: inline-flex;
  margin: 10px 0 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #111722;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.product-card p {
  color: var(--muted);
  line-height: 1.65;
}
.product-allergens {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.product-allergen-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
  padding: 2px;
  border: 1px solid rgba(12,17,23,.08);
}
.empty-menu {
  color: var(--muted);
  padding: 12px 0;
}

/* Drinks */
.drinks-modern-section,
.wine-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 56px 22px 0;
}
.drinks-modern-grid,
.wine-grid-wrap {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.drinks-category-card,
.wine-card {
  border-radius: 26px;
  padding: 24px;
  color: #fff;
  background: linear-gradient(180deg, #0b1119, #131c28);
  box-shadow: 0 20px 50px rgba(6,12,20,.18);
}
.drinks-category-card h3,
.wine-card h3 { font-size: 28px; margin-bottom: 8px; }
.drinks-category-desc {
  color: rgba(255,255,255,.70);
  margin-bottom: 16px;
  line-height: 1.6;
}
.drinks-list,
.wine-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.drink-row,
.wine-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.drink-row strong,
.wine-row strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}
.drink-row span,
.wine-row span {
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.5;
}
.drink-row b,
.wine-row b {
  white-space: nowrap;
  color: var(--gold-soft);
  font-size: 20px;
}
.drinks-category-card .product-allergens .product-allergen-icon,
.wine-card .product-allergens .product-allergen-icon {
  background: rgba(255,255,255,.92);
}

/* Contact band */
.contact-band {
  max-width: var(--max);
  margin: 0 auto;
  padding: 60px 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.contact-card {
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  border: 1px solid rgba(12,17,23,.08);
  box-shadow: 0 10px 26px rgba(6,12,20,.06);
}
.contact-card h3 { margin-bottom: 12px; font-size: 24px; }
.contact-card p,
.contact-card a { color: var(--muted); line-height: 1.7; }
.contact-card a:hover { color: var(--ink); }

/* Footer */
.site-footer {
  background: #fdfaf4;
  border-top: 1px solid rgba(12,17,23,.08);
  padding: 0 22px 24px;
}
.site-footer-top,
.site-footer-bottom {
  max-width: var(--max);
  margin: 0 auto;
}
.site-footer-top {
  padding: 26px 0;
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr 1fr;
  gap: 24px;
  align-items: start;
}
.footer-branding {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer-branding img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  border-radius: 50%;
}
.footer-branding h3,
.footer-column h4 {
  font-size: 22px;
  margin-bottom: 8px;
}
.footer-branding p,
.footer-column p,
.footer-column a {
  color: var(--muted);
  line-height: 1.7;
}
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.newsletter-form {
  display: flex;
  align-items: center;
  margin-top: 12px;
  background: #fff;
  border: 1px solid rgba(12,17,23,.08);
  border-radius: 999px;
  overflow: hidden;
}
.newsletter-form input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 13px 16px;
  outline: none;
}
.newsletter-form button {
  border: 0;
  background: var(--gold-strong);
  color: #171411;
  font-size: 24px;
  font-weight: 900;
  width: 58px;
  align-self: stretch;
}
.site-footer-bottom {
  padding: 20px 0 0;
  border-top: 1px solid rgba(12,17,23,.08);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--muted);
}
.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-legal-links a { color: var(--muted); }

/* Responsive */
@media (max-width: 1080px) {
  .hero-shell,
  .section-grid,
  .gallery-strip-inner,
  .site-footer-top {
    grid-template-columns: 1fr;
  }
  .hero-spotlight {
    align-items: start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hero-logo-stamp { width: 140px; height: 140px; }
  .gallery-strip-track { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-strip,
  .contact-band,
  .site-footer-top { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  .site-logo img { width: 82px; height: 82px; margin: 5px 0 -16px; }
  .mobile-menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: rgba(7, 12, 19, .98);
    padding: 16px 22px 22px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .site-nav.site-nav-open { display: flex; }
  .site-nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
  }
  .site-reserve-btn { text-align: center; }
  .hero-copy p { font-size: 22px; }
  .essentials-tiles,
  .menu-card-grid,
  .drinks-modern-grid,
  .wine-grid-wrap,
  .allergen-legend-grid,
  .contact-band,
  .service-strip,
  .site-footer-top {
    grid-template-columns: 1fr;
  }
  .featured-grid {
    grid-template-columns: minmax(250px, 320px);
    justify-content: center;
  }
  .service-item {
    max-width: var(--max);
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .service-item:last-child { border-bottom: 0; }
}

@media (max-width: 680px) {
  .site-header-inner,
  .hero-shell,
  .section-grid,
  .gallery-strip-inner,
  .menu-complete-section,
  .drinks-modern-section,
  .wine-section,
  .contact-band,
  .site-footer { padding-left: 16px; padding-right: 16px; }
  .site-header-inner { padding-left: 16px; padding-right: 16px; }
  .hero-shell { padding-top: 76px; padding-bottom: 54px; }
  .hero-copy h1 { font-size: 50px; }
  .hero-copy p { font-size: 19px; }
  .hero-dish-card img { height: 220px; }
  .curve-separator { height: 52px; }
  .category-block,
  .allergen-legend,
  .drinks-category-card,
  .wine-card,
  .contact-card { padding: 18px; }
  .category-heading h3,
  .drinks-category-card h3,
  .wine-card h3 { font-size: 26px; }
  .product-card-top { flex-direction: column; }
  .gallery-strip-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer-bottom { flex-direction: column; }
}
