
@font-face {
  font-family: 'Geometos';
  src: url('../fonts/geometos.ttf') format('truetype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Nostalgia';
  src: url('../fonts/nostalgia.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
:root {
  --ink: #1a1a1a;
  --ink-soft: #4a4a4a;
  --ink-muted: #8a8a8a;
  --paper: #ffffff;
  --paper-warm: #fbf9f4;
  --rule: rgba(0,0,0,0.1);
  --rule-soft: rgba(0,0,0,0.06);
  --red: #C5203C;
  --red-bright: #E63946;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Quicksand', system-ui, -apple-system, sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-weight: 400; line-height: 1.6;
  overflow-x: hidden;
}
.geometos { font-family: 'Geometos', 'Arial Black', sans-serif; letter-spacing: 0.02em; text-transform: uppercase; }
.container { max-width: 980px; margin: 0 auto; padding: 0 32px; }
a { color: inherit; text-decoration: none; }

/* NAV — dark (matches site) */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10,10,10,0.95);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 32px; max-width: 1240px; margin: 0 auto;
}
.nav-logo img { height: 28px; display: block; }
.nav-links { display: flex; gap: 24px; list-style: none; align-items: center; }
/* Dropdown nav — reserved for future use */
.nav-links a {
  font-family: 'Geometos', sans-serif;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  transition: color 0.2s;
}
.nav-links a:hover { color: #fff; }
.nav-links a.active { color: var(--red-bright); }
.nav-cta {
  display: inline-block; background: var(--red); color: #fff;
  font-family: 'Geometos', sans-serif; font-size: 11px; letter-spacing: 0.18em;
  padding: 12px 22px; text-transform: uppercase;
  transition: background 0.2s, transform 0.15s;
}
.nav-cta:hover { background: var(--red-bright); transform: translateY(-1px); }

/* WORDMARK FRAME (PDF-style header) */
.wordmark-frame {
  display: flex; align-items: center; justify-content: center; gap: 24px;
  padding: 56px 32px 24px;
}
.wordmark-frame::before, .wordmark-frame::after {
  content: ''; flex: 0 0 80px; height: 1px; background: var(--ink);
}
.wordmark-frame img { height: 32px; }

/* MENU PAGE HEADER */
.menu-header {
  padding: 0 32px 48px;
  text-align: center;
  background: var(--paper);
}
.menu-header-eyebrow {
  font-family: 'Geometos', sans-serif;
  font-size: 11px; letter-spacing: 0.4em; color: var(--red);
  margin-bottom: 12px;
}
.menu-header h1 {
  font-family: 'Nostalgia', cursive;
  font-weight: 400;
  font-size: clamp(72px, 11vw, 130px);
  line-height: 0.9;
  margin-bottom: 18px;
  color: var(--ink);
  letter-spacing: 0;
}
.menu-switch {
  display: inline-flex; align-items: center; gap: 12px;
  margin-top: 12px;
  font-size: 12px; letter-spacing: 0.18em; color: var(--ink-muted);
  text-transform: uppercase;
}
.menu-switch a { color: var(--red); border-bottom: 1px solid var(--red); padding-bottom: 2px; }

/* TABS */
.tabs-wrap {
  position: sticky; top: 63px; z-index: 90;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.tabs {
  max-width: 980px; margin: 0 auto;
  display: flex; gap: 0; justify-content: center;
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.tabs::-webkit-scrollbar { display: none; }
.tab {
  flex-shrink: 0;
  padding: 18px 28px; cursor: pointer;
  font-family: 'Geometos', sans-serif;
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ink-muted); border: none; background: transparent;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.tab:hover { color: var(--ink); }
.tab.active { color: var(--ink); border-bottom-color: var(--red); }

/* MENU CONTENT */
.menu-panel { display: none; padding: 64px 0 100px; }
.menu-panel.active { display: block; }

.menu-tagline {
  text-align: center;
  color: var(--ink-soft);
  font-size: 16px; max-width: 560px; margin: 0 auto 56px;
  font-weight: 300; line-height: 1.7;
  font-style: italic;
}

.feature-block {
  background: #fff;
  border: 1.5px solid var(--red);
  padding: 32px 36px; margin-bottom: 64px;
  position: relative;
}
.feature-block-title {
  font-family: 'Nostalgia', cursive;
  font-size: 52px; color: var(--red);
  margin-bottom: 24px; letter-spacing: 0;
  line-height: 1;
}
.feature-block-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feature-item-name {
  font-family: 'Geometos', sans-serif; font-size: 12px;
  letter-spacing: 0.12em; color: var(--ink); margin-bottom: 6px;
}
.feature-item-price {
  font-family: 'Geometos', sans-serif; font-size: 18px;
  color: var(--red); margin-bottom: 8px;
}
.feature-item-desc {
  font-size: 12px; color: var(--ink-soft); line-height: 1.5;
}

.section {
  margin-bottom: 72px;
}
.section-title {
  font-family: 'Nostalgia', cursive;
  font-size: 64px; line-height: 1; letter-spacing: 0;
  margin-bottom: 4px;
  color: var(--ink);
  font-weight: 400;
}
.section-subtitle {
  font-family: 'Geometos', sans-serif;
  font-size: 11px; letter-spacing: 0.3em; color: var(--ink-soft);
  margin-bottom: 32px;
  text-transform: uppercase;
}
.section-title:not(:empty) + .section-subtitle {
  margin-top: 8px;
}
.section.featured {
  background: rgba(197,32,60,0.04);
  border-left: 2px solid var(--red);
  padding: 28px 32px;
}

.items-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 32px 56px;
}
.items-grid.single { grid-template-columns: 1fr; max-width: 720px; }

.item {
  display: flex; flex-direction: column; gap: 6px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--rule-soft);
}
.item-head {
  display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
}
.item-name {
  font-family: 'Geometos', sans-serif;
  font-size: 13px; letter-spacing: 0.08em; color: var(--red);
  flex: 1;
}
.item-name-tags {
  display: inline-flex; gap: 5px; margin-left: 8px;
  vertical-align: middle;
}
.item-price {
  font-family: 'Geometos', sans-serif;
  font-size: 16px; color: var(--ink); white-space: nowrap;
}
.item-desc {
  font-size: 13px; color: var(--ink-soft);
  line-height: 1.6; font-weight: 400;
}
.item-mods {
  font-size: 12px; color: var(--ink-muted);
  font-style: italic; margin-top: 4px;
}
.item-mods span { display: block; }

/* Allergen tags — subtle on white */
.tag {
  font-size: 9px; letter-spacing: 0.1em; padding: 2px 6px;
  background: transparent; color: var(--ink-soft);
  border: 1px solid var(--rule);
  font-weight: 600; text-transform: uppercase;
}
.tag.w {
  color: var(--ink-muted);
  border-color: var(--rule-soft);
}

/* WINE specific */
.wine-row {
  display: grid; grid-template-columns: 1fr auto;
  gap: 24px; align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px dotted var(--rule);
}
.wine-name { font-size: 14px; color: var(--ink); line-height: 1.5; }
.wine-notes {
  font-size: 10px; letter-spacing: 0.12em; color: var(--ink-muted);
  text-transform: uppercase; margin-top: 4px;
}
.wine-prices {
  font-family: 'Geometos', sans-serif;
  font-size: 13px; text-align: right; white-space: nowrap;
}
.wine-prices .glass { color: var(--red); }
.wine-prices .sep { color: var(--ink-muted); margin: 0 6px; }
.wine-prices .bottle { color: var(--ink); }

/* HAPPY HOUR banner — keeps the red */
.hh-banner {
  background: var(--red); color: #fff; text-align: center;
  padding: 48px 32px; margin: -64px -32px 64px;
}
.hh-banner h2 {
  font-family: 'Nostalgia', cursive;
  font-size: clamp(56px, 8vw, 84px); margin-bottom: 4px;
  font-weight: 400; line-height: 1;
}
.hh-banner p { font-size: 14px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.95; }

/* LEGEND + DOWNLOAD */
.menu-foot {
  margin-top: 56px; padding-top: 32px;
  border-top: 1px solid var(--rule);
  text-align: center;
}
.legend {
  display: inline-flex; gap: 24px; flex-wrap: wrap; justify-content: center;
  margin-bottom: 24px;
}
.legend-item {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--ink-soft);
}
.legend-item .tag { display: inline-block; }
.disclaimer {
  font-size: 11px; color: var(--ink-muted);
  font-style: italic; max-width: 600px; margin: 16px auto 24px;
  line-height: 1.6;
}
.download-pdf {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Geometos', sans-serif; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--red); border: 1px solid var(--red);
  padding: 10px 18px; transition: all 0.2s;
  background: #fff;
}
.download-pdf:hover { background: var(--red); color: #fff; }

/* FOOTER — dark (matches site) */
.footer {
  background: #0a0a0a; color: rgba(255,255,255,0.7);
  padding: 60px 32px 32px; border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px; max-width: 1240px; margin: 0 auto 60px;
}
.footer-brand img { height: 30px; margin-bottom: 18px; }
.footer-brand p { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.55); font-weight: 300; }
.footer-col h4 {
  font-family: 'Geometos', sans-serif; font-size: 12px;
  letter-spacing: 0.2em; color: #fff; margin-bottom: 18px;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-size: 13px; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-col a:hover { color: var(--red-bright); }
.footer-bottom {
  max-width: 1240px; margin: 0 auto;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between;
  font-size: 11px; letter-spacing: 0.1em; color: rgba(255,255,255,0.4);
  text-transform: uppercase;
}

/* Hamburger button — hidden on desktop */
.nav-toggle {
  display: none;
  background: transparent; border: none; cursor: pointer;
  padding: 8px; margin-left: 4px;
  width: 40px; height: 40px;
  flex-direction: column; justify-content: center; align-items: center; gap: 5px;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: #fff; transition: transform 0.25s, opacity 0.2s;
  transform-origin: center;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh; height: 100dvh;
  background: #0a0a0a;
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  z-index: 99;
  padding: 100px 32px 32px;
  display: flex; flex-direction: column;
  opacity: 0; pointer-events: none;
  transform: translateY(-12px);
  transition: opacity 0.25s, transform 0.25s;
  overflow-y: auto;
}
.mobile-menu.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.mobile-menu-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.mobile-menu-links a {
  display: block; padding: 16px 4px;
  font-family: 'Geometos', sans-serif;
  font-size: 18px; letter-spacing: 0.06em;
  text-transform: uppercase; color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  text-decoration: none;
}
.mobile-menu-links a.active { color: var(--red-bright); }
.mobile-menu-cta {
  display: block; text-align: center;
  margin-top: 28px; padding: 16px 22px;
  background: var(--red); color: #fff;
  font-family: 'Geometos', sans-serif;
  font-size: 13px; letter-spacing: 0.18em;
  text-transform: uppercase; text-decoration: none;
}
.mobile-menu-foot {
  margin-top: auto; padding-top: 28px;
  text-align: center;
}
.mobile-menu-foot a {
  font-size: 13px; color: rgba(255,255,255,0.6);
  text-decoration: none;
  letter-spacing: 0.1em; text-transform: uppercase;
}

/* RESPONSIVE */
@media (max-width: 1120px) and (min-width: 901px) {
  .nav-links { gap: 16px; }
  .nav-links a { font-size: 10px; letter-spacing: 0.12em; }
}
@media (max-width: 1120px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-cta { display: none; }
  .nav-inner { padding: 14px 20px; }
  .container { padding: 0 20px; }
  .items-grid { grid-template-columns: 1fr; gap: 24px; }
  .feature-block-grid { grid-template-columns: 1fr; gap: 16px; }
  .wordmark-frame { padding: 40px 20px 16px; gap: 16px; }
  .wordmark-frame::before, .wordmark-frame::after { flex: 0 0 40px; }
  .menu-header { padding: 0 20px 32px; }
  .menu-header h1 { font-size: 80px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .tabs-wrap { top: 57px; }
  .hh-banner { margin: -64px -20px 40px; padding: 36px 20px; }
  .section-title { font-size: 48px; }
  .feature-block-title { font-size: 40px; }
}
@media (max-width: 540px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; align-items: flex-start; }
  .legend { gap: 12px; }
}

/* ============================================================================
   Announcement toast (private event closure notice)
   Same component as on the location pages, so menu pages also show the popup
   when an announcement is active for that location.
   ============================================================================ */
.announcement-toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  max-width: 380px;
  background: #ffffff;
  color: var(--black);
  padding: 22px 48px 22px 22px;
  border-left: 3px solid var(--red);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transform: translateX(440px);
  transition: opacity 0.35s ease, transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
  pointer-events: none;
  font-family: 'Quicksand', sans-serif;
}
.announcement-toast.open {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.announcement-toast-title {
  font-family: 'Geometos', sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--red);
  margin: 0 0 8px;
  text-transform: uppercase;
}
.announcement-toast-body {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(10, 10, 10, 0.85);
  font-weight: 400;
  white-space: pre-wrap;
}
.announcement-toast-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: transparent;
  border: none;
  color: rgba(10, 10, 10, 0.45);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
  transition: color 0.2s;
}
.announcement-toast-close:hover { color: var(--black); }

@media (max-width: 540px) {
  .announcement-toast {
    bottom: 16px;
    right: 16px;
    left: 16px;
    max-width: none;
    transform: translateY(120%);
    transition: opacity 0.3s ease, transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
  }
  .announcement-toast.open { transform: translateY(0); }
}
