.menu-page {
  background: #151414;
  color: #fff;
  min-height: 100vh;
  font-family: "Be Vietnam Pro", "Segoe UI", sans-serif;
}

.menu-page .site-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.menu-page .site-topbar a {
  font-size: 13px;
}

.menu-page #site-topbar > a {
  font-size: 17px;
}

.menu-topbar__right {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  pointer-events: auto;
}

.menu-lang {
  display: flex;
  gap: 4px;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(21, 20, 20, 0.6);
}

.menu-lang__btn {
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 999px;
  padding: 6px 10px;
  cursor: pointer;
  opacity: 0.7;
}

.menu-lang__btn.is-active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.16);
}

.menu-lang__btn:hover {
  opacity: 1;
}

.menu-page__main {
  max-width: 820px;
  margin: 0 auto;
  padding: 100px 20px 80px;
}

.menu-hero {
  display: grid;
  gap: 28px;
  margin-bottom: 40px;
}

.menu-hero__art {
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.menu-hero__art img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-hero__eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 12px;
}

.menu-hero h1 {
  font-family: "Cormorant Garamond", "Be Vietnam Pro", serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin: 0 0 16px;
}

.menu-hero__lead {
  line-height: 1.85;
  opacity: 0.9;
  margin: 0;
  font-size: 15px;
}

.menu-guide {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 24px 22px;
  margin-bottom: 40px;
}

.menu-guide h2,
.menu-picks-wrap h2 {
  font-family: "Cormorant Garamond", "Be Vietnam Pro", serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  font-weight: 500;
}

.menu-guide__list {
  margin: 0;
  padding-left: 20px;
  line-height: 1.9;
  font-size: 14px;
}

.menu-guide__note {
  margin: 16px 0 0;
  font-size: 13px;
  opacity: 0.7;
}

.menu-picks-wrap {
  margin-bottom: 32px;
}

.menu-picks-wrap__lead {
  margin: 0 0 18px;
  font-size: 14px;
  opacity: 0.85;
}

.menu-picks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}

.menu-pick {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 16px;
}

.menu-pick__primary {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 6px;
  line-height: 1.4;
}

.menu-pick__secondary {
  margin: 0 0 10px;
  font-size: 12px;
  opacity: 0.7;
}

.menu-pick__price {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #e8c89a;
}

.menu-nav-wrap {
  position: sticky;
  top: 64px;
  z-index: 20;
  margin-bottom: 28px;
  padding: 10px 0 12px;
  background: linear-gradient(180deg, #151414 88%, rgba(21, 20, 20, 0));
}

.menu-nav-wrap__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0;
}

.menu-nav-wrap__label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.7;
}

.menu-nav-wrap__toggle {
  font-family: inherit;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  white-space: nowrap;
}

.menu-nav-wrap__toggle:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.menu-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, margin 0.25s ease;
}

.menu-nav-wrap.is-expanded .menu-nav {
  max-height: 480px;
  opacity: 1;
  margin-top: 12px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.menu-nav-wrap.is-expanded .menu-nav.is-collapsed {
  max-height: 480px;
  opacity: 1;
}

.menu-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(21, 20, 20, 0.92);
  white-space: nowrap;
}

.menu-nav a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.menu-page-card {
  margin-bottom: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-page-card__head {
  margin-bottom: 16px;
}

.menu-page-card__head span {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.65;
}

.menu-page-card__head p {
  margin: 6px 0 0;
  font-size: 13px;
  opacity: 0.8;
}

.menu-page-card__figure {
  margin: 0 0 28px;
}

.menu-page-card__figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  cursor: zoom-in;
  transition: transform 0.2s ease;
}

.menu-page-card__figure img.is-zoomed {
  cursor: zoom-out;
  transform: scale(1.02);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.menu-page-card__figure figcaption {
  margin-top: 10px;
  font-size: 12px;
  opacity: 0.65;
  text-align: center;
}

.menu-section {
  margin-bottom: 32px;
}

.menu-section__head h2 {
  font-family: "Cormorant Garamond", "Be Vietnam Pro", serif;
  font-size: 1.5rem;
  margin: 0;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.menu-section__sub {
  margin: 4px 0 0;
  font-size: 13px;
  opacity: 0.65;
}

.menu-section__intro {
  margin: 12px 0 14px;
  font-size: 13px;
  line-height: 1.7;
  opacity: 0.85;
  padding-left: 12px;
  border-left: 2px solid rgba(232, 200, 154, 0.5);
}

.menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-item__names {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.menu-item__primary {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.menu-item__secondary {
  font-size: 12px;
  opacity: 0.62;
  line-height: 1.4;
}

.menu-item__price {
  flex-shrink: 0;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #e8c89a;
  white-space: nowrap;
  padding-top: 2px;
}

.menu-item__tag {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #151414;
  background: #e8c89a;
  border-radius: 3px;
  padding: 2px 6px;
  margin-bottom: 6px;
}

.menu-page__footer {
  margin-top: 24px;
  text-align: center;
  font-size: 13px;
  opacity: 0.8;
  line-height: 2;
}

.menu-page__back {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.menu-page .site-topbar {
  mix-blend-mode: normal;
  background: rgba(21, 20, 20, 0.92);
}

@media (min-width: 720px) {
  .menu-page__main {
    padding: 120px 32px 96px;
  }

  .menu-hero {
    grid-template-columns: 200px 1fr;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .menu-topbar__right {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 8px;
  }

  .menu-page .site-topbar__nav {
    gap: 10px;
    font-size: 10px;
  }

  .menu-nav-wrap {
    top: 56px;
    margin-left: -4px;
    margin-right: -4px;
  }

  .menu-nav-wrap.is-expanded .menu-nav {
    max-height: 220px;
  }

  .menu-item {
    flex-direction: column;
    gap: 6px;
  }

  .menu-item__price {
    align-self: flex-start;
  }
}
