.menu-page-body {
  background:
    radial-gradient(circle at top left, rgba(236, 191, 118, 0.14), transparent 24%),
    radial-gradient(circle at 82% 0%, rgba(212, 97, 53, 0.16), transparent 22%),
    linear-gradient(180deg, #fff7ea 0%, #f4ead7 52%, #eadfc9 100%);
}

.menu-page-shell {
  overflow: clip;
}

.brand--dark {
  color: var(--ink);
}

.brand--dark img {
  background: rgba(16, 35, 56, 0.08);
}

.menu-hub-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 14px 0;
}

.menu-hub-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 22px;
  border: 1px solid rgba(16, 35, 56, 0.08);
  border-radius: 999px;
  background: rgba(255, 248, 236, 0.86);
  box-shadow: 0 16px 40px rgba(6, 11, 18, 0.08);
  backdrop-filter: blur(16px);
}

.menu-hub-header__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.menu-page-hero {
  position: relative;
  padding: clamp(54px, 7vw, 92px) 0 clamp(42px, 5vw, 68px);
}

.menu-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(235, 178, 95, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(16, 35, 56, 0.04), rgba(16, 35, 56, 0));
  pointer-events: none;
}

.menu-page-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(22px, 4vw, 40px);
  align-items: start;
}

.menu-page-copy h1 {
  margin: 14px 0 16px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.4rem, 8vw, 7rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.menu-page-copy p,
.menu-page-panel p,
.menu-hub-footer p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(19, 19, 19, 0.76);
}

.menu-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.menu-page-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.menu-page-fact,
.menu-page-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 56, 0.08);
  border-radius: 28px;
  background: rgba(255, 249, 240, 0.8);
  box-shadow: 0 22px 54px rgba(17, 24, 31, 0.08);
}

.menu-page-fact {
  padding: 22px 20px;
}

.menu-page-fact strong {
  display: block;
  color: var(--night);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  line-height: 0.95;
}

.menu-page-fact span {
  display: block;
  margin-top: 8px;
  color: rgba(19, 19, 19, 0.66);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-page-panel {
  padding: 28px;
}

.menu-page-panel__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(19, 19, 19, 0.66);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.menu-page-panel__eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.menu-page-panel h2 {
  margin: 16px 0 12px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.menu-unit-switcher {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.menu-unit-switcher__button {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(16, 35, 56, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.menu-unit-switcher__button span,
.menu-unit-switcher__button small {
  display: block;
}

.menu-unit-switcher__button span {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.menu-unit-switcher__button small {
  margin-top: 7px;
  color: rgba(19, 19, 19, 0.64);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.menu-unit-switcher__button:hover,
.menu-unit-switcher__button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(16, 35, 56, 0.16);
  box-shadow: 0 14px 28px rgba(16, 35, 56, 0.1);
}

.menu-unit-switcher__button.is-active {
  border-color: rgba(191, 116, 52, 0.32);
  background:
    linear-gradient(135deg, rgba(235, 178, 95, 0.22), rgba(212, 97, 53, 0.12)),
    rgba(255, 252, 247, 0.94);
}

.menu-pages {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #fffef9 0%, #f4ebdb 100%);
}

.menu-pages__heading {
  max-width: 980px;
  margin: 0 auto 36px;
}

.menu-pages__heading h2 {
  margin: 12px 0 14px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.9rem, 6vw, 5.6rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.menu-pages__heading p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(19, 19, 19, 0.76);
}

.menu-toolbar,
.menu-category-chips,
.menu-sections {
  max-width: 980px;
  margin: 0 auto;
}

.menu-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  margin-bottom: 20px;
}

.menu-search {
  display: grid;
  gap: 10px;
}

.menu-search span {
  color: rgba(19, 19, 19, 0.62);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.menu-search input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(16, 35, 56, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  box-shadow: 0 16px 34px rgba(16, 35, 56, 0.06);
}

.menu-search input:focus {
  outline: 2px solid rgba(191, 116, 52, 0.18);
  border-color: rgba(191, 116, 52, 0.34);
}

.menu-toolbar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.menu-category-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.menu-category-chip {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(16, 35, 56, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(19, 19, 19, 0.74);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.menu-category-chip:hover,
.menu-category-chip:focus-visible,
.menu-category-chip.is-active {
  transform: translateY(-2px);
  border-color: rgba(191, 116, 52, 0.28);
  background:
    linear-gradient(135deg, rgba(235, 178, 95, 0.2), rgba(212, 97, 53, 0.1)),
    rgba(255, 255, 255, 0.88);
  color: var(--night);
}

.menu-sections {
  display: grid;
  gap: 18px;
}

.menu-section {
  overflow: hidden;
  border: 1px solid rgba(16, 35, 56, 0.08);
  border-radius: 30px;
  background: rgba(255, 250, 243, 0.9);
  box-shadow: 0 24px 60px rgba(14, 22, 34, 0.08);
}

.menu-section[open] {
  box-shadow: 0 28px 70px rgba(14, 22, 34, 0.11);
}

.menu-section__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  cursor: pointer;
  list-style: none;
}

.menu-section__summary::-webkit-details-marker {
  display: none;
}

.menu-section__summary-copy {
  display: grid;
  gap: 6px;
}

.menu-section__summary-copy strong {
  color: var(--night);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 0.96;
}

.menu-section__summary-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-section__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(16, 35, 56, 0.06);
  color: rgba(16, 35, 56, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-section__body {
  display: grid;
  gap: 18px;
  padding: 0 22px 22px;
}

.menu-section__note,
.menu-section__lead {
  margin: 0;
  color: rgba(19, 19, 19, 0.72);
  font-size: 0.96rem;
  line-height: 1.7;
}

.menu-items-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.menu-item {
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(16, 35, 56, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.64)),
    rgba(255, 255, 255, 0.72);
}

.menu-item__header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.menu-item__copy {
  min-width: 0;
}

.menu-item__copy h3 {
  margin: 0;
  color: var(--night);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65rem;
  line-height: 0.98;
}

.menu-item__prices {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
}

.menu-price {
  display: grid;
  gap: 4px;
  min-width: 102px;
  padding: 10px 12px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(235, 178, 95, 0.16), rgba(212, 97, 53, 0.09));
  color: var(--night);
  text-align: right;
}

.menu-price small {
  color: rgba(16, 35, 56, 0.58);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-price strong {
  font-size: 1.02rem;
  line-height: 1;
}

.menu-item__description {
  margin: 14px 0 0;
  color: rgba(19, 19, 19, 0.74);
  font-size: 0.94rem;
  line-height: 1.68;
}

.menu-raw-lines {
  display: grid;
  gap: 12px;
}

.menu-raw-line {
  display: grid;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(16, 35, 56, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.menu-raw-line__copy {
  margin: 0;
  color: rgba(19, 19, 19, 0.78);
  font-size: 0.95rem;
  line-height: 1.62;
}

.menu-raw-line__prices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.menu-price--inline {
  min-width: auto;
  text-align: left;
}

.menu-empty-state {
  padding: 28px;
  border: 1px solid rgba(16, 35, 56, 0.08);
  border-radius: 24px;
  background: rgba(255, 250, 243, 0.9);
  text-align: center;
}

.menu-empty-state strong {
  display: block;
  color: var(--night);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}

.menu-empty-state p {
  margin: 10px 0 0;
  color: rgba(19, 19, 19, 0.72);
  line-height: 1.7;
}

.menu-hub-footer {
  padding: 0 0 48px;
}

.menu-hub-footer__row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.7fr) minmax(0, 0.9fr);
  gap: 24px;
  padding: 28px;
  border: 1px solid rgba(16, 35, 56, 0.08);
  border-radius: 30px;
  background: rgba(255, 248, 237, 0.86);
  box-shadow: 0 20px 54px rgba(14, 22, 34, 0.08);
}

.menu-hub-footer__links {
  display: grid;
  gap: 10px;
  color: rgba(19, 19, 19, 0.72);
  font-size: 0.95rem;
}

.menu-hub-footer__note small {
  display: block;
  margin-top: 12px;
  color: rgba(19, 19, 19, 0.56);
}

@media (max-width: 1080px) {
  .menu-page-hero__grid,
  .menu-hub-footer__row {
    grid-template-columns: 1fr;
  }

  .menu-items-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .menu-hub-header {
    padding: 12px 0;
  }

  .menu-hub-header__row,
  .menu-page-panel,
  .menu-hub-footer__row {
    padding: 20px;
    border-radius: 24px;
  }

  .menu-hub-header__row,
  .menu-page-actions,
  .menu-hub-header__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .menu-hub-header__actions .cta-button,
  .menu-page-actions .cta-button {
    width: 100%;
  }

  .menu-page-facts {
    grid-template-columns: 1fr;
  }

  .menu-page-copy h1 {
    font-size: clamp(2.8rem, 15vw, 4.6rem);
  }

  .menu-page-panel h2,
  .menu-pages__heading h2 {
    font-size: clamp(2.2rem, 12vw, 3.6rem);
  }

  .menu-toolbar {
    grid-template-columns: 1fr;
  }

  .menu-toolbar__actions .cta-button {
    width: 100%;
  }

  .menu-category-chips {
    gap: 8px;
  }

  .menu-category-chip {
    width: 100%;
    justify-content: center;
    display: inline-flex;
    align-items: center;
  }

  .menu-section__summary,
  .menu-item__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-item__prices {
    justify-content: flex-start;
  }

  .menu-price {
    width: 100%;
    text-align: left;
  }

  .menu-section,
  .menu-item,
  .menu-empty-state {
    border-radius: 24px;
  }

  .menu-section__summary,
  .menu-section__body {
    padding-left: 18px;
    padding-right: 18px;
  }
}
