:root {
  --bg: #0d0a08;
  --bg-soft: #17120f;
  --surface: rgba(25, 20, 17, 0.9);
  --surface-soft: rgba(30, 24, 20, 0.78);
  --surface-card: rgba(22, 18, 15, 0.92);
  --surface-card-alt: rgba(34, 27, 22, 0.92);
  --line: rgba(240, 218, 184, 0.12);
  --line-strong: rgba(240, 218, 184, 0.24);
  --gold: #d4ae75;
  --gold-soft: #f2e0bf;
  --text-main: #f7efe3;
  --text-soft: #ccb89d;
  --text-muted: #a79174;
  --wine: #6c3429;
  --olive: #223126;
  --shadow-lg: 0 32px 90px rgba(0, 0, 0, 0.42);
  --shadow-md: 0 18px 46px rgba(0, 0, 0, 0.24);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Manrope', sans-serif;
  min-height: 100vh;
  color: var(--text-main);
  background:
    radial-gradient(circle at top left, rgba(212, 174, 117, 0.14), transparent 32%),
    radial-gradient(circle at 85% 15%, rgba(108, 52, 41, 0.18), transparent 28%),
    radial-gradient(circle at bottom right, rgba(34, 49, 38, 0.14), transparent 26%),
    linear-gradient(180deg, #120e0b 0%, #0a0807 56%, #060505 100%);
  padding: 24px 18px 42px;
}

body::before,
body::after {
  content: '';
  position: fixed;
  pointer-events: none;
  inset: auto;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.3;
  z-index: 0;
}

body::before {
  top: -80px;
  right: -80px;
  background: rgba(212, 174, 117, 0.18);
}

body::after {
  left: -120px;
  bottom: 80px;
  background: rgba(108, 52, 41, 0.2);
}

img {
  max-width: 100%;
  display: block;
}

a,
button {
  font: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.menu-page {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.menu-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
  gap: 1.4rem;
  align-items: stretch;
}

.menu-hero-copy,
.menu-banner,
.menu-content-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
}

.menu-hero-copy {
  border-radius: var(--radius-xl);
  padding: 2rem;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.05), transparent 40%),
    linear-gradient(180deg, rgba(27, 22, 19, 0.98), rgba(15, 12, 10, 0.94));
}

.menu-hero-copy::before,
.menu-content-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(212, 174, 117, 0.08), transparent 36%, transparent 64%, rgba(108, 52, 41, 0.08));
  pointer-events: none;
}

.menu-header {
  margin-bottom: 1.35rem;
}

.menu-brand {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.menu-logo {
  width: 92px;
  height: 92px;
  flex: 0 0 92px;
  border-radius: 24px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.34);
}

.menu-heading {
  display: flex;
  flex-direction: column;
}

.menu-kicker,
.menu-content-kicker,
.menu-section-eyebrow,
.menu-banner-chip,
.menu-stat dt {
  text-transform: uppercase;
  letter-spacing: 0.28em;
}

.menu-kicker {
  margin-bottom: 0.5rem;
  font-size: 0.74rem;
  color: var(--gold);
}

.menu-title,
.menu-content-title,
.menu-section-title,
.menu-item-name {
  font-family: 'Cormorant Garamond', serif;
}

.menu-title {
  font-size: clamp(3rem, 7vw, 4.9rem);
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

.menu-subtitle {
  margin-top: 0.7rem;
  max-width: 34rem;
  font-size: 1.04rem;
  line-height: 1.6;
  color: var(--text-soft);
}

.menu-intro {
  max-width: 40rem;
  margin-top: 1.25rem;
  color: var(--text-soft);
  line-height: 1.8;
  font-size: 1rem;
}

.menu-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.menu-highlight {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.72rem 0.92rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-main);
  font-size: 0.88rem;
}

.menu-highlight i {
  color: var(--gold);
}

.menu-cta-row,
.menu-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.menu-cta-row {
  margin-top: 1.45rem;
}

.menu-primary-action,
.menu-secondary-action,
.menu-action-btn,
.menu-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 52px;
  padding: 0.92rem 1.22rem;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.menu-primary-action {
  background: linear-gradient(135deg, #ddb983, #ae7a43);
  color: #130e0c;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 16px 32px rgba(174, 122, 67, 0.2);
}

.menu-secondary-action,
.menu-action-btn {
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-main);
}

.menu-pill {
  border: 1px solid rgba(212, 174, 117, 0.32);
  background: rgba(212, 174, 117, 0.08);
  color: var(--gold-soft);
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.menu-actions {
  margin-top: 0.85rem;
}

.menu-action-btn span,
.menu-pill span,
.menu-primary-action span,
.menu-secondary-action span {
  white-space: nowrap;
}

.menu-primary-action:hover,
.menu-secondary-action:hover,
.menu-action-btn:hover,
.menu-pill:hover {
  transform: translateY(-2px);
}

.menu-secondary-action:hover,
.menu-action-btn:hover {
  border-color: rgba(212, 174, 117, 0.32);
  background: rgba(255, 255, 255, 0.07);
}

.menu-pill:hover {
  border-color: rgba(212, 174, 117, 0.48);
  background: rgba(212, 174, 117, 0.14);
}

.menu-action--instagram i,
.menu-pill i {
  color: var(--gold);
}

.menu-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.55rem;
}

.menu-stat {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.menu-stat dt {
  margin-bottom: 0.55rem;
  font-size: 0.68rem;
  color: var(--text-muted);
}

.menu-stat dd {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  line-height: 1;
  color: var(--gold-soft);
}

#menu-stat-focus {
  font-size: 1.34rem;
  line-height: 1.12;
  text-wrap: balance;
}

.menu-hero-visual {
  display: flex;
}

.menu-banner {
  width: 100%;
  min-height: 100%;
  border-radius: var(--radius-xl);
  background: #050404;
}

.menu-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 8, 7, 0.08), rgba(10, 8, 7, 0.78) 100%),
    linear-gradient(130deg, rgba(212, 174, 117, 0.14), transparent 45%),
    linear-gradient(320deg, rgba(108, 52, 41, 0.3), transparent 44%);
}

.menu-banner-image {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  filter: brightness(0.82) saturate(1.04) contrast(1.02);
}

.menu-banner-caption {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  padding: 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(14, 11, 9, 0.58);
  backdrop-filter: blur(12px);
}

.menu-banner-chip {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(212, 174, 117, 0.12);
  color: var(--gold-soft);
  font-size: 0.66rem;
}

.menu-banner-caption strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  line-height: 1;
  font-weight: 600;
}

.menu-banner-caption p {
  margin-top: 0.65rem;
  color: var(--text-soft);
  line-height: 1.65;
}

.menu-content-shell {
  margin-top: 1.35rem;
  border-radius: var(--radius-xl);
  padding: 1.35rem;
  background: linear-gradient(180deg, rgba(18, 15, 13, 0.95), rgba(12, 10, 9, 0.95));
}

.menu-content-head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
}

.menu-content-kicker {
  margin-bottom: 0.45rem;
  font-size: 0.7rem;
  color: var(--gold);
}

.menu-content-title {
  max-width: 42rem;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 0.98;
  font-weight: 600;
  text-wrap: balance;
}

.menu-content-note {
  max-width: 22rem;
  font-size: 0.94rem;
  line-height: 1.7;
  color: var(--text-soft);
  text-align: right;
}

.menu-tabs {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.15rem 0 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.menu-tabs::-webkit-scrollbar {
  display: none;
}

.menu-tab {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
  padding: 0.82rem 1rem;
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.menu-tab:hover {
  transform: translateY(-1px);
  border-color: rgba(212, 174, 117, 0.26);
  color: var(--text-main);
}

.menu-tab--active {
  background: linear-gradient(135deg, rgba(212, 174, 117, 0.16), rgba(108, 52, 41, 0.3));
  border-color: rgba(212, 174, 117, 0.42);
  color: var(--text-main);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.menu-tab-label {
  white-space: nowrap;
}

.menu-tab-count {
  display: inline-grid;
  place-items: center;
  min-width: 1.9rem;
  height: 1.9rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.menu-sections {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.65rem;
}

.menu-sections--focused {
  grid-template-columns: 1fr;
}

.menu-section {
  position: relative;
  overflow: hidden;
  padding: 1.2rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(32, 26, 21, 0.94), rgba(16, 13, 11, 0.96));
  box-shadow: var(--shadow-md);
}

.menu-section::before {
  content: '';
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 174, 117, 0.72), transparent);
}

.menu-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.95rem;
}

.menu-section-heading {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
}

.menu-section-eyebrow {
  font-size: 0.68rem;
  color: var(--gold);
}

.menu-section-title {
  font-size: 2rem;
  line-height: 0.95;
  font-weight: 600;
}

.menu-section-tools {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.menu-section-count {
  color: var(--text-muted);
  font-size: 0.84rem;
  white-space: nowrap;
}

.menu-section-toggle {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--gold-soft);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.menu-section-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(212, 174, 117, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.menu-section--collapsed .menu-items {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
}

.menu-section--hidden {
  display: none;
}

.menu-items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.78rem;
  padding-top: 0.25rem;
  max-height: 4000px;
  overflow: hidden;
  transition: max-height 0.42s ease, opacity 0.26s ease, padding-top 0.26s ease;
}

.menu-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1rem 1rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.menu-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(212, 174, 117, 0.95), rgba(108, 52, 41, 0.45));
  opacity: 0.72;
}

.menu-item:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 174, 117, 0.22);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
}

.menu-item-name {
  font-size: 1.48rem;
  line-height: 0.98;
  font-weight: 600;
}

.menu-item-desc {
  margin-top: 0.38rem;
  max-width: 42ch;
  color: var(--text-soft);
  line-height: 1.65;
  font-size: 0.92rem;
}

.menu-item-price {
  min-width: 92px;
  padding: 0.56rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 174, 117, 0.24);
  background: linear-gradient(135deg, rgba(212, 174, 117, 0.14), rgba(108, 52, 41, 0.16));
  color: var(--gold-soft);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
  align-self: center;
}

.menu-loading,
.menu-error {
  grid-column: 1 / -1;
  padding: 2rem 1rem;
  border-radius: 24px;
  border: 1px dashed var(--line-strong);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
  text-align: center;
}

.menu-footer {
  margin-top: 1.25rem;
  padding: 0 0.5rem 0.75rem;
  text-align: center;
  color: rgba(226, 208, 181, 0.72);
  font-size: 0.9rem;
  line-height: 1.7;
}

@keyframes menuCardIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu-sections--enter .menu-section {
  animation: menuCardIn 0.45s ease both;
}

.menu-sections--enter .menu-section:nth-child(2) {
  animation-delay: 0.04s;
}

.menu-sections--enter .menu-section:nth-child(3) {
  animation-delay: 0.08s;
}

.menu-sections--enter .menu-section:nth-child(4) {
  animation-delay: 0.12s;
}

.menu-sections--enter .menu-section:nth-child(5) {
  animation-delay: 0.16s;
}

.menu-sections--enter .menu-section:nth-child(6) {
  animation-delay: 0.2s;
}

.menu-sections--enter .menu-section:nth-child(7) {
  animation-delay: 0.24s;
}

.menu-sections--enter .menu-section:nth-child(8) {
  animation-delay: 0.28s;
}

.menu-sections--enter .menu-section:nth-child(9) {
  animation-delay: 0.32s;
}

@media (max-width: 1080px) {
  .menu-hero {
    grid-template-columns: 1fr;
  }

  .menu-banner-image {
    min-height: 420px;
  }
}

@media (max-width: 860px) {
  .menu-content-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-content-note {
    max-width: none;
    text-align: left;
  }

  .menu-sections {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body {
    padding: 14px 10px 26px;
  }

  .menu-hero-copy,
  .menu-content-shell {
    padding: 1.2rem;
  }

  .menu-logo {
    width: 76px;
    height: 76px;
    flex-basis: 76px;
  }

  .menu-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-primary-action,
  .menu-secondary-action,
  .menu-action-btn,
  .menu-pill {
    width: auto;
    min-width: 0;
    flex: 1 1 0;
  }

  .menu-banner-image {
    min-height: 360px;
  }

  .menu-section {
    padding: 1rem;
  }

  .menu-item {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .menu-item-price {
    justify-self: start;
  }
}

@media (max-width: 480px) {
  .menu-brand {
    gap: 0.8rem;
  }

  .menu-kicker,
  .menu-content-kicker,
  .menu-section-eyebrow,
  .menu-banner-chip,
  .menu-stat dt {
    letter-spacing: 0.2em;
  }

  .menu-title {
    font-size: clamp(2.5rem, 15vw, 3.5rem);
  }

  .menu-stats {
    grid-template-columns: 1fr;
  }

  .menu-tab {
    padding: 0.75rem 0.92rem;
  }

  .menu-section-header {
    flex-direction: column;
  }

  .menu-section-tools {
    width: 100%;
    justify-content: space-between;
  }

  .menu-section-title {
    font-size: 1.7rem;
  }

  .menu-item-name {
    font-size: 1.3rem;
  }
}

@media (max-width: 425px) {
  body {
    padding: 10px 8px 20px;
  }

  .menu-hero {
    gap: 0.85rem;
  }

  .menu-hero-copy,
  .menu-content-shell {
    padding: 0.95rem;
  }

  .menu-header {
    margin-bottom: 0.95rem;
  }

  .menu-intro {
    margin-top: 0.85rem;
    font-size: 0.91rem;
    line-height: 1.58;
  }

  .menu-cta-row {
    margin-top: 1rem;
  }

  .menu-cta-row,
  .menu-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .menu-primary-action,
  .menu-secondary-action,
  .menu-action-btn,
  .menu-pill {
    min-width: 0;
    min-height: 46px;
    padding: 0.72rem 0.5rem;
    gap: 0.35rem;
    font-size: 0.78rem;
    line-height: 1.08;
  }

  .menu-primary-action,
  .menu-pill {
    letter-spacing: 0.01em;
    text-transform: none;
  }

  .menu-action-btn span,
  .menu-pill span,
  .menu-primary-action span,
  .menu-secondary-action span {
    white-space: nowrap;
    text-align: center;
    line-height: 1.05;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .menu-banner-caption {
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    padding: 0.9rem;
  }

  .menu-content-shell {
    margin-top: 1rem;
  }

  .menu-content-head {
    gap: 0.7rem;
    margin-bottom: 0.8rem;
  }

  .menu-content-note {
    font-size: 0.84rem;
    line-height: 1.45;
  }
}

@media (max-width: 375px) {
  body {
    padding: 8px 6px 18px;
  }

  .menu-hero-copy,
  .menu-content-shell {
    padding: 0.82rem;
  }

  .menu-logo {
    width: 70px;
    height: 70px;
    flex-basis: 70px;
  }

  .menu-title {
    font-size: clamp(2.25rem, 14vw, 3rem);
  }

  .menu-intro {
    font-size: 0.87rem;
  }

  .menu-primary-action,
  .menu-secondary-action,
  .menu-action-btn,
  .menu-pill {
    min-height: 44px;
    padding: 0.68rem 0.42rem;
    font-size: 0.73rem;
    gap: 0.28rem;
  }

  .menu-tab {
    padding: 0.68rem 0.82rem;
  }

  .menu-tab-count {
    min-width: 1.7rem;
    height: 1.7rem;
    font-size: 0.72rem;
  }
}

@media (max-width: 320px) {
  body {
    padding: 6px 4px 16px;
  }

  .menu-hero-copy,
  .menu-content-shell {
    padding: 0.72rem;
  }

  .menu-brand {
    gap: 0.65rem;
  }

  .menu-logo {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  .menu-kicker,
  .menu-content-kicker,
  .menu-section-eyebrow,
  .menu-banner-chip,
  .menu-stat dt {
    letter-spacing: 0.14em;
  }

  .menu-primary-action,
  .menu-secondary-action,
  .menu-action-btn,
  .menu-pill {
    min-height: 42px;
    padding: 0.64rem 0.36rem;
    font-size: 0.68rem;
    gap: 0.24rem;
  }

  .menu-content-title {
    font-size: 1.75rem;
  }

  .menu-banner-caption strong {
    font-size: 1.42rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
