/* =================================================================
   MENU PAGE  -  menu.html styles
   Richmond Station  ·  ark solutions build
   Requires: base.css
================================================================= */

body { background: var(--wine); color: var(--paper); }

/* Subtle grid pattern on wine background */
body::after {
  content: "";
  position: fixed; inset: 0; z-index: -1;
  opacity: .05; pointer-events: none;
  background-image:
    linear-gradient(rgba(244,238,227,.6) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244,238,227,.6) 1px, transparent 1px);
  background-size: 46px 22px;
}

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 40px; }

/* ----------------------------------------------------------------
   HEADER
---------------------------------------------------------------- */
header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(71,9,26,.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(182,137,91,.3);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 28px 60px; }
.brand { display: flex; flex-direction: column; line-height: 1; }
.brand .name { font-family: var(--display); font-weight: 500; font-size: 21px; letter-spacing: .04em; }
.brand .sub  { font-family: var(--label); font-size: 9px; letter-spacing: .42em; text-transform: uppercase; margin-top: 5px; color: var(--brass-light); }
.back {
  font-family: var(--label); font-size: 11.5px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--brass-light);
  display: inline-flex; gap: 8px; align-items: center;
  transition: gap .3s var(--ease);
}
.back:hover { gap: 14px; }

/* ----------------------------------------------------------------
   PAGE HERO
---------------------------------------------------------------- */
.mhero { text-align: center; padding: 90px 0 30px; }
.mhero .section-eyebrow { justify-content: center; color: var(--brass-light); display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.mhero .section-eyebrow::before,
.mhero .section-eyebrow::after { content: ""; width: 38px; height: 1px; background: var(--brass); }
.mhero h1 { font-family: var(--display); font-weight: 300; font-size: clamp(3rem, 7vw, 5.4rem); line-height: 1; letter-spacing: -.02em; }
.mhero h1 em { font-style: italic; color: var(--brass-light); }
.hosp-note { text-align: center; font-family: var(--label); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--brass-light); margin: 26px auto 0; max-width: 640px; line-height: 2; }

/* ----------------------------------------------------------------
   STICKY TABS
---------------------------------------------------------------- */
.tabs {
  position: sticky; top: 96px; z-index: 90;
  display: flex; justify-content: center; gap: 6px; flex-wrap: wrap;
  padding: 30px 0 14px;
  background: linear-gradient(180deg, var(--wine) 70%, transparent);
}
.tab {
  font-family: var(--label); font-size: 12.5px; letter-spacing: .2em;
  text-transform: uppercase; font-weight: 600;
  color: rgba(244,238,227,.6); background: none;
  border: 1px solid transparent; padding: 11px 24px; border-radius: 2px;
  cursor: pointer; transition: .4s var(--ease);
}
.tab:hover { color: var(--paper); }
.tab.active { color: var(--paper); border-color: var(--brass-light); }

/* ----------------------------------------------------------------
   MENU CONTENT
---------------------------------------------------------------- */
.menu-body {
  max-width: 880px; margin: 0 auto; padding: 30px 0 40px;
  min-height: 50vh;
  transition: opacity .45s var(--ease), transform .45s var(--ease);
}
.menu-body.fading { opacity: 0; transform: translateY(12px); }

.mcat { margin-bottom: 58px; }
.mcat h2 {
  font-family: var(--label); font-size: 12px; letter-spacing: .34em;
  text-transform: uppercase; color: var(--brass-light); text-align: center;
  margin-bottom: 36px; display: flex; align-items: center; gap: 18px; justify-content: center;
}
.mcat h2::before, .mcat h2::after { content: ""; height: 1px; width: 50px; background: rgba(182,137,91,.5); }

.mitem { display: flex; justify-content: space-between; align-items: baseline; gap: 22px; padding: 20px 0; border-bottom: 1px solid rgba(182,137,91,.18); }
.mitem:last-child { border-bottom: none; }
.mitem .mleft { flex: 1; }
.mname { font-family: var(--display); font-size: 24px; font-weight: 400; margin-bottom: 6px; }
.mname em { font-style: italic; color: var(--brass-light); font-size: 13px; letter-spacing: .05em; margin-left: 8px; text-transform: lowercase; }
.mdesc { color: rgba(244,238,227,.72); font-size: 16.5px; font-weight: 300; }
.mprice { font-family: var(--display); font-size: 21px; color: var(--brass-light); white-space: nowrap; }

/* ----------------------------------------------------------------
   MENU LIST  (PDF rows)
---------------------------------------------------------------- */
.menu-list { padding: 20px 0 80px; }

.menu-row {
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  padding: 36px 0;
  border-bottom: 1px solid rgba(182,137,91,.2);
  color: var(--paper);
  transition: background .3s;
}
.menu-row:first-child { border-top: 1px solid rgba(182,137,91,.2); }
.menu-row--feature { background: rgba(182,137,91,.08); }
.menu-row--feature:hover { background: rgba(182,137,91,.16); }
.menu-row--feature h2 { color: var(--brass-light) !important; }
.menu-row:hover .mr-link { gap: 14px; color: var(--paper); }
.menu-row:hover h2 { color: var(--brass-light); }

.mr-left { display: flex; align-items: flex-start; gap: 28px; flex: 1; }
.mr-num { font-family: var(--label); font-size: 10px; letter-spacing: .3em; color: var(--brass-light); padding-top: 8px; flex-shrink: 0; }
.menu-row h2 { font-family: var(--display); font-weight: 400; font-size: 28px; margin-bottom: 7px; transition: color .3s; }
.menu-row p { color: rgba(244,238,227,.65); font-size: 16px; font-weight: 300; line-height: 1.5; max-width: 520px; }
.mr-link { font-family: var(--label); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--brass-light); display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; flex-shrink: 0; transition: gap .3s var(--ease), color .3s; }

/* ----------------------------------------------------------------
   PAGE FOOTER
---------------------------------------------------------------- */
.mfoot { text-align: center; padding: 70px 0 110px; }
.mfoot p { font-family: var(--display); font-style: italic; font-size: 22px; color: rgba(244,238,227,.8); margin-bottom: 30px; }
.btn {
  font-family: var(--label); font-size: 12.5px; letter-spacing: .16em;
  text-transform: uppercase; font-weight: 600;
  padding: 15px 32px; border: 1px solid var(--brass-light);
  color: var(--paper); border-radius: 2px; display: inline-block;
  transition: .4s var(--ease);
}
.btn:hover { background: var(--paper); color: var(--wine); }

/* ----------------------------------------------------------------
   RESPONSIVE
---------------------------------------------------------------- */
@media (max-width: 860px) {
  .wrap.nav { padding: 24px 44px; }
}

@media (max-width: 600px) {
  .wrap { padding: 0 24px; }
  .wrap.nav { padding: 20px 24px; }
  .brand .name { font-size: 15px; letter-spacing: .03em; }
  .back { font-size: 10px; letter-spacing: .12em; }
  .mhero { padding: 60px 0 20px; }
  .hosp-note { letter-spacing: .12em; font-size: 10px; }
  .tab { padding: 9px 14px; font-size: 11px; letter-spacing: .13em; }
  .tabs { top: 80px; gap: 4px; padding: 20px 0 10px; }
  .mname { font-size: 21px; }
  .mdesc { font-size: 15px; }
  .mfoot { padding: 50px 0 70px; }
  .mfoot p { font-size: 18px; }
}
