/* ============================================
   MENU PAGE · printed menu aesthetic
   #0d0d0d / #C9A96E · two-column desktop
   ============================================ */

body.menu-page {
  background: #0d0d0d;
  background-image: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(201, 169, 110, 0.04) 0%, transparent 55%);
  color: #e8e0d4;
}

.menu-page-main {
  padding: 8rem 1.5rem 5rem;
  max-width: 1120px;
  margin: 0 auto;
}

/* ----- Page header ----- */
.menu-print-header {
  text-align: center;
  margin-bottom: 3.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(201, 169, 110, 0.25);
}

.menu-wordmark {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 300;
  letter-spacing: 0.42em;
  text-transform: lowercase;
  color: #f5efe4;
  margin-bottom: 0.35rem;
}

.menu-page-script {
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  color: #C9A96E;
  letter-spacing: 0.08em;
  margin-bottom: 1.75rem;
}

.menu-page-tagline {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: clamp(0.88rem, 1.5vw, 1rem);
  line-height: 1.8;
  color: rgba(200, 190, 175, 0.85);
  max-width: 36rem;
  margin: 0 auto;
  letter-spacing: 0.02em;
}

/* ----- Section shells ----- */
.menu-page-section {
  margin-bottom: 4rem;
}

.menu-page-section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C9A96E;
  margin-bottom: 2rem;
  text-align: center;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(201, 169, 110, 0.2);
}

.menu-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 3.5rem;
  align-items: start;
}

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

.menu-subhead {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.06em;
  color: #C9A96E;
  margin: 2rem 0 1rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(201, 169, 110, 0.15);
}

.menu-col .menu-subhead:first-child {
  margin-top: 0;
}

.menu-item {
  margin-bottom: 1.35rem;
}

.menu-item-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #f0e8da;
}

.menu-item-name {
  flex: 1;
  min-width: 12rem;
}

.menu-item-price {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #C9A96E;
  white-space: nowrap;
}

.menu-item-desc {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(180, 170, 155, 0.92);
  margin-top: 0.35rem;
}

.menu-item-meta {
  font-size: 0.75rem;
  color: rgba(201, 169, 110, 0.75);
  margin-top: 0.25rem;
  letter-spacing: 0.04em;
}

.menu-item-tray {
  font-family: var(--font-sans);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(201, 169, 110, 0.9);
  margin: 0.2rem 0 0.15rem;
}

/* Featured cocktail */
.cocktail-featured {
  background: linear-gradient(135deg, rgba(201, 169, 110, 0.12) 0%, rgba(201, 169, 110, 0.04) 100%);
  border: 1px solid rgba(201, 169, 110, 0.35);
  border-radius: 4px;
  padding: 1.25rem 1.35rem;
  margin-bottom: 1.5rem;
}

.cocktail-featured .menu-item-head {
  color: #e8d4a8;
}

.cocktail-featured .menu-item-desc {
  color: rgba(210, 200, 185, 0.95);
}

/* Wine subsection */
.menu-wine-note {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(201, 169, 110, 0.65);
  margin: -0.5rem 0 1rem;
}

.menu-wine-line {
  font-family: var(--font-sans);
  font-size: 0.84rem;
  line-height: 1.75;
  color: rgba(190, 180, 165, 0.95);
  margin-bottom: 0.65rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.25rem 1rem;
}

.menu-wine-line span:first-child {
  flex: 1;
  min-width: 10rem;
}

.menu-wine-price {
  color: #C9A96E;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.menu-by-ounce-block {
  margin-bottom: 1.5rem;
}

.menu-by-ounce-block h4 {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  font-weight: 400;
  font-style: italic;
  color: #C9A96E;
  margin-bottom: 0.65rem;
}

.menu-by-ounce-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--font-sans);
  font-size: 0.84rem;
  line-height: 1.75;
  color: rgba(190, 180, 165, 0.95);
  padding: 0.25rem 0;
  border-bottom: 1px solid rgba(201, 169, 110, 0.08);
}

.menu-by-ounce-row span:last-child {
  color: #C9A96E;
  font-weight: 500;
}

/* Footer info bar */
.menu-page-footer-bar {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(201, 169, 110, 0.35);
}

.menu-footer-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem 2rem;
  text-align: center;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  line-height: 1.75;
  color: rgba(200, 190, 175, 0.9);
  letter-spacing: 0.04em;
}

.menu-footer-bottle {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  color: #C9A96E;
  margin: 2rem 0 1.25rem;
}

.menu-footer-allergy {
  text-align: center;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(180, 170, 155, 0.75);
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(201, 169, 110, 0.15);
}

/* Nav on menu page: match gold */
body.menu-page #navbar.scrolled {
  background: rgba(13, 13, 13, 0.92);
  border-bottom-color: rgba(201, 169, 110, 0.2);
}

body.menu-page .nav-logo span,
body.menu-page .section-label {
  color: #C9A96E;
}

@media (max-width: 900px) {
  .menu-two-col {
    grid-template-columns: 1fr;
  }

  .menu-footer-cols {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .menu-page-main {
    padding: 7rem 1.25rem 4rem;
  }
}

body.menu-page #footer {
  background: #0a0a0a;
  border-top-color: rgba(201, 169, 110, 0.22);
}

body.menu-page .footer-grid {
  border-bottom-color: rgba(201, 169, 110, 0.18);
}

@media (max-width: 600px) {
  .menu-wordmark {
    letter-spacing: 0.28em;
  }

  .menu-item-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
