:root {
  --bg: #121212;
  --card: #1e1e1e;
  --card-strong: #252525;
  --primary: #c62828;
  --accent: #d4af37;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.74);
  --line: rgba(255, 255, 255, 0.11);
  --shadow: 0 22px 65px rgba(0, 0, 0, 0.34);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Poppins", system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body:not(.menu-open) main,
body:not(.menu-open) .footer {
  display: none;
}

body.menu-open .hero {
  display: none;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(198, 40, 40, 0.12), transparent 34%),
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.12), transparent 34%),
    var(--bg);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 18px clamp(18px, 4vw, 56px) 76px;
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.22), rgba(18, 18, 18, 0.46) 45%, rgba(18, 18, 18, 0.76) 100%),
    radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.12), transparent 38%),
    linear-gradient(115deg, rgba(198, 40, 40, 0.2), rgba(18, 18, 18, 0.06) 42%, rgba(18, 18, 18, 0.54)),
    url("../images/hero4.png");
  background-position: center, center, center, center;
  background-repeat: no-repeat;
  background-size: cover, cover, cover, cover;
  background-color: #121212;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand img {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  object-fit: contain;
  padding: 3px;
  background: rgba(0, 0, 0, 0.32);
}

.brand img,
.footer-logo {
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.footer-logo {
  object-fit: contain;
  padding: 4px;
  background: rgba(0, 0, 0, 0.32);
}

.language-switcher {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  max-width: min(100%, 590px);
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.48);
  backdrop-filter: blur(16px);
  scrollbar-width: none;
}

.language-switcher::-webkit-scrollbar,
.category-track::-webkit-scrollbar {
  display: none;
}

.language-button,
.primary-button,
.outline-button,
.category-pill {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.language-button {
  flex: 0 0 auto;
  padding: 0 14px;
  color: var(--muted);
  background: transparent;
}

.language-button.is-active {
  color: var(--text);
  background: rgba(198, 40, 40, 0.92);
}

.hero-content {
  width: min(760px, 100%);
  place-self: center;
  padding-top: 0;
  text-align: center;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.05;
}

h1 {
  font-size: clamp(4rem, 15vw, 8.5rem);
}

.hero-subtitle {
  width: min(640px, 100%);
  max-width: 640px;
  margin: 18px auto 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 3vw, 1.55rem);
}

.primary-button,
.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.primary-button {
  min-width: 164px;
  width: min(100%, 260px);
  padding: 0 24px;
  background: linear-gradient(135deg, var(--primary), #8f1717);
  color: var(--text);
  box-shadow: 0 18px 34px rgba(198, 40, 40, 0.25);
}

.primary-button:hover,
.outline-button:hover,
.language-button:hover,
.category-pill:hover {
  transform: translateY(-2px);
}

.menu-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 58px 0 74px;
}

.menu-page-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 28px;
}

.back-button {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--text);
  background: linear-gradient(135deg, #e53935, #9f1717);
  box-shadow: 0 14px 30px rgba(198, 40, 40, 0.32);
  font: inherit;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.back-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(198, 40, 40, 0.42);
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.section-heading h2 {
  font-size: clamp(2rem, 8vw, 4.2rem);
}

.category-nav {
  position: sticky;
  top: 0;
  z-index: 9;
  margin: 0 -16px 32px;
  padding: 14px 16px 10px;
  background: rgba(18, 18, 18, 0.82);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.category-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 4px 0 6px;
  scroll-padding-inline: 16px;
  scrollbar-width: none;
}

.category-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: 0 17px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: var(--text);
  background: rgba(30, 30, 30, 0.86);
  text-decoration: none;
}

.category-pill.is-active {
  border-color: rgba(198, 40, 40, 0.92);
  color: var(--text);
  background: rgba(198, 40, 40, 0.92);
}

.menu-content {
  display: grid;
  gap: 48px;
}

.scroll-top-button {
  position: fixed;
  left: clamp(14px, 3vw, 34px);
  bottom: clamp(18px, 4vw, 34px);
  z-index: 20;
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--text);
  background: linear-gradient(135deg, #e53935, #9f1717);
  box-shadow: 0 16px 34px rgba(198, 40, 40, 0.35);
  font: inherit;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.scroll-top-button.is-visible {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.scroll-top-button.is-visible:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(198, 40, 40, 0.44);
}

.menu-section {
  scroll-margin-top: 168px;
  animation: slideUp 520ms ease both;
}

.category-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.category-heading h2 {
  font-size: clamp(1.75rem, 5vw, 2.75rem);
}

.category-heading span {
  min-width: 38px;
  min-height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--accent);
  border: 1px solid rgba(212, 175, 55, 0.38);
  background: rgba(212, 175, 55, 0.08);
  font-weight: 700;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 18px;
}

.menu-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)), var(--card);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.menu-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.38);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.card-image-wrap {
  aspect-ratio: 1.35;
  overflow: hidden;
  background: var(--card-strong);
}

.card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.card-image-wrap.is-missing {
  display: none;
}

.menu-card:hover img {
  transform: scale(1.04);
}

.card-body {
  min-height: 198px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
}

.card-body h3 {
  margin-bottom: 8px;
  font-size: 1.36rem;
}

.card-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.price {
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  color: #151515;
  background: var(--accent);
  font-size: 1.05rem;
}

.footer {
  padding: 48px clamp(18px, 5vw, 64px) 28px;
  border-top: 1px solid var(--line);
  background: #0d0d0d;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 24px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.footer h2 {
  margin: 14px 0 8px;
  font-size: 2rem;
}

.footer p,
.footer span,
.footer a,
address {
  color: var(--muted);
  font-style: normal;
}

.footer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
}

.footer-hours {
  white-space: pre-line;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: min(1180px, 100%);
  margin: 28px auto 0;
}

.outline-button {
  min-width: 142px;
  padding: 0 20px;
  border: 1px solid rgba(212, 175, 55, 0.42);
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.copyright {
  width: min(1180px, 100%);
  margin: 26px auto 0;
  font-size: 0.88rem;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 100svh;
    padding: 14px 16px 54px;

    background:
      linear-gradient(
        rgba(18, 18, 18, 0.99),
        rgba(18, 18, 18, 0.15)
      ),
      url("../images/hero3.png");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .brand {
    gap: 10px;
    font-size: 0.98rem;
  }

  .brand img {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .language-switcher {
    width: 100%;
    border-radius: 18px;
  }

  .language-button {
    min-height: 40px;
    padding-inline: 11px;
    font-size: 0.84rem;
  }

  .hero-content {
    padding-top: 0;
  }

  h1 {
    font-size: clamp(3.15rem, 16vw, 5.8rem);
  }

  .hero-subtitle {
    margin: 14px auto 24px;
    font-size: 1rem;
  }

  .primary-button {
    width: min(100%, 260px);
  }

  .menu-shell {
    width: min(100% - 24px, 1180px);
    padding-top: 44px;
  }

  .menu-page-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .back-button {
    width: 48px;
  }

  .category-nav {
    top: 0;
    margin-inline: 0;
    padding-inline: 0;
    overflow: visible;
  }

  .category-track {
    padding-inline: 4px;
    scroll-padding-inline: 18px;
  }

  .card-body {
    min-height: auto;
  }


@media (max-width: 420px) {
  .hero {
    min-height: 100svh;
    padding-inline: 14px;
  }

  .menu-shell {
    width: min(100% - 20px, 1180px);
  }

  .section-heading h2 {
    font-size: 2rem;
  }

  .category-pill {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 0.9rem;
  }

  .menu-grid {
    gap: 14px;
  }

  .card-body {
    padding: 16px;
  }

  .card-body h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 340px) {
  .language-button {
    font-size: 0.78rem;
    padding-inline: 9px;
  }

  h1 {
    font-size: 2.85rem;
  }
}

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