
@font-face {
  font-family: 'Geometos';
  src: url('../fonts/geometos.ttf') format('truetype');
  font-weight: 400; font-style: normal; font-display: swap;
}
:root {
  --black: #0a0a0a; --black-2: #141414; --black-3: #1d1d1d;
  --red: #C5203C; --red-bright: #E63946; --teal: #16A6A6;
  --cream: #f5efe4; --bone: #ebe5d6; --muted: #8a8076;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Quicksand', system-ui, -apple-system, sans-serif;
  background: var(--black); color: #fff; 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: 1240px; margin: 0 auto; padding: 0 32px; }
a { color: inherit; text-decoration: none; }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10,10,10,0.92);
  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; }
.nav-links a {
  font-family: 'Geometos', sans-serif;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  opacity: 0.7; transition: opacity 0.2s, color 0.2s;
}
.nav-links a:hover, .nav-links a.active { opacity: 1; color: #fff; }
.nav-links a.active { color: var(--red-bright); opacity: 1; }
.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); }

/* Dropdown nav — reserved for future use */

/* Buttons */
.btn {
  display: inline-block; font-family: 'Geometos', sans-serif;
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 16px 32px; cursor: pointer; transition: all 0.2s ease;
  border: 1.5px solid transparent;
}
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-bright); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.45); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.btn-on-red { background: #fff; color: var(--red); border: 1.5px solid #fff; }
.btn-on-red:hover { background: var(--black); border-color: var(--black); color: #fff; }

/* HERO (shared between pages) */
.hero {
  position: relative; min-height: 86vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; background: #000;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(0.55) saturate(1.15);
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0.4) 0%, rgba(10,10,10,0.35) 50%, rgba(10,10,10,0.92) 100%);
}
.hero-content {
  position: relative; z-index: 2; text-align: center;
  padding: 80px 24px; max-width: 920px;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 11px; letter-spacing: 0.4em; text-transform: uppercase;
  color: var(--bone); opacity: 0.9; margin-bottom: 28px;
}
.hero-eyebrow .jiu {
  color: var(--red-bright); font-size: 16px; letter-spacing: 0;
}
.hero-title {
  font-family: 'Geometos', sans-serif;
  font-size: clamp(28px, 5vw, 58px); line-height: 0.95;
  letter-spacing: 0.01em; margin-bottom: 28px; color: #fff;
}
.hero-title .accent {
  display: inline-block; color: var(--red-bright);
  font-family: 'Quicksand', sans-serif; font-weight: 700;
  font-size: 0.75em; letter-spacing: 0; vertical-align: middle;
  padding: 0 0.15em; transform: translateY(-0.05em);
}
.hero-eyebrow .eyebrow-mark {
  display: inline-block; vertical-align: middle;
  height: 22px; width: auto;
}
.section-mark {
  display: block; margin: 0 auto 24px;
  height: 88px; width: auto;
}
.hero-tagline {
  font-size: 17px; line-height: 1.7; max-width: 560px;
  margin: 0 auto 40px; opacity: 0.88; font-weight: 300;
}
.hero-ctas { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.hero-scroll {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  z-index: 2; font-size: 10px; letter-spacing: 0.3em;
  color: rgba(255,255,255,0.5); text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.hero-scroll::after {
  content: ''; width: 1px; height: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,0.5), transparent);
}

/* SECTION SHARED */
.section { padding: 110px 0; }
.section-eyebrow {
  font-family: 'Geometos', sans-serif;
  font-size: 11px; letter-spacing: 0.4em; color: var(--red); margin-bottom: 18px;
}
.section-title {
  font-family: 'Geometos', sans-serif;
  font-size: clamp(24px, 3.2vw, 38px); line-height: 1.05; margin-bottom: 24px; color: #fff;
}

/* QUICK INFO BAR (location pages) */
.quickbar {
  background: var(--black-2);
  border-top: 1px solid rgba(197,32,60,0.25);
  border-bottom: 1px solid rgba(197,32,60,0.25);
  padding: 24px 0;
}
.quickbar-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; align-items: center;
}
.quickbar-item {
  display: flex; flex-direction: column; gap: 4px;
}
.quickbar-label {
  font-family: 'Geometos', sans-serif;
  font-size: 10px; letter-spacing: 0.3em; color: var(--red); text-transform: uppercase;
}
.quickbar-value {
  font-size: 14px; color: #fff; line-height: 1.5;
}
.quickbar-value a { color: #fff; transition: color 0.2s; }
.quickbar-value a:hover { color: var(--red-bright); }
.quickbar-actions {
  display: flex; gap: 8px; justify-content: flex-end;
}
.quickbar-actions .btn-loc {
  font-family: 'Geometos', sans-serif; font-size: 10px; letter-spacing: 0.18em;
  padding: 11px 16px; text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.2); color: #fff;
  transition: all 0.2s; cursor: pointer;
}
.quickbar-actions .btn-loc.primary { background: var(--red); border-color: var(--red); }
.quickbar-actions .btn-loc.primary:hover { background: var(--red-bright); border-color: var(--red-bright); }
.quickbar-actions .btn-loc:not(.primary):hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.4); }

/* ABOUT (split layout) */
.split {
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: 80px; align-items: center;
}
.split.flip { grid-template-columns: 1.1fr 1fr; }
/* Variant used on dc.html / national-landing.html for the
   "Order from anywhere" headline + menu list pairing. Wider right column. */
.menu-cta-split { grid-template-columns: 1fr 1.4fr; align-items: start; }
.split-image {
  position: relative; aspect-ratio: 3/4;
  background-size: cover; background-position: center;
}
.split-image::before {
  content: ''; position: absolute;
  top: -16px; left: -16px; right: 16px; bottom: 16px;
  border: 2px solid var(--red); z-index: -1;
}
.split-image.flip::before {
  left: 16px; right: -16px;
}
.split-copy p {
  font-size: 17px; line-height: 1.8;
  color: rgba(255,255,255,0.78); margin-bottom: 20px; font-weight: 300;
}
.split-copy .lead {
  font-size: 22px; line-height: 1.5; color: #fff;
  font-weight: 400; margin-bottom: 32px;
}

/* HOMEPAGE: location card grid (Two Locations. One Philosophy.) */
.locations-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.location-card { transition: transform 0.4s ease, box-shadow 0.4s ease; }
.location-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -10px rgba(0,0,0,0.5); }
.location-card-actions {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px;
}

/* HOMEPAGE: menu showcase split (image + "An Evolving Table") */
.menu-grid-home {
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: stretch; min-height: 560px;
}

.menu-list { list-style: none; }
.menu-list li {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 18px 0;
  display: flex; align-items: center; justify-content: space-between;
  cursor: pointer; transition: padding 0.25s ease, color 0.25s ease;
}
.menu-list li:hover { padding-left: 14px; color: var(--red-bright); }
.menu-list .name { font-family: 'Geometos', sans-serif; font-size: 18px; letter-spacing: 0.06em; }
.menu-list .arrow { color: var(--red); font-size: 18px; transition: transform 0.25s; }
.menu-list li:hover .arrow { transform: translateX(8px); }

/* GALLERY */
.gallery {
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}
.gallery-item {
  background-size: cover; background-position: center;
  position: relative; overflow: hidden; cursor: pointer;
  min-height: 180px;
}
.gallery-item::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(197,32,60,0); transition: background 0.3s;
}
.gallery-item:hover::after { background: rgba(197,32,60,0.18); }
.gallery-item.tall { grid-row: span 2; }

/* HAPPY HOUR CALLOUT */
.hh-band {
  background: var(--red); text-align: center; padding: 60px 32px;
  position: relative; overflow: hidden;
}
.hh-band-eyebrow {
  font-family: 'Geometos', sans-serif; font-size: 11px; letter-spacing: 0.4em;
  color: rgba(255,255,255,0.85); margin-bottom: 14px;
}
.hh-band-title {
  font-family: 'Geometos', sans-serif; font-size: clamp(28px, 4vw, 40px);
  color: #fff; margin-bottom: 8px; line-height: 1.05;
}
.hh-band-when {
  font-size: 15px; color: rgba(255,255,255,0.92); letter-spacing: 0.08em;
  font-weight: 500; text-transform: uppercase;
}

/* HOURS TABLE */
.hours-grid {
  background: var(--black-2);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 32px 36px;
}
.hours-row {
  display: flex; justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hours-row:last-child { border-bottom: none; }
.hours-row .day {
  font-family: 'Geometos', sans-serif; font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--bone);
}
.hours-row .time { font-size: 14px; color: rgba(255,255,255,0.8); }
.hours-note {
  margin-top: 16px; font-size: 13px;
  color: rgba(255,255,255,0.5); font-style: italic;
}

/* VISIT BLOCK */
.visit-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: stretch;
}
.visit-info { display: flex; flex-direction: column; justify-content: center; }
.visit-info-block {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.visit-info-block:last-child { border-bottom: none; padding-bottom: 0; }
.visit-info h4 {
  font-family: 'Geometos', sans-serif;
  font-size: 12px; letter-spacing: 0.2em; color: var(--red);
  margin-bottom: 10px;
}
.visit-info p {
  font-size: 15px; color: rgba(255,255,255,0.85); line-height: 1.7;
}
.visit-map {
  background: var(--black-2);
  border: 1px solid rgba(255,255,255,0.08);
  min-height: 480px; position: relative;
  overflow: hidden;
}
.visit-map iframe {
  width: 100%; height: 100%; border: 0;
  position: absolute; inset: 0;
  filter: invert(0.92) hue-rotate(180deg) saturate(0.6) brightness(0.95);
}

/* FAQ */
.faq { max-width: 760px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 22px 0;
}
.faq-q {
  font-family: 'Geometos', sans-serif; font-size: 14px;
  letter-spacing: 0.06em; color: #fff; margin-bottom: 8px;
}
.faq-a { font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.7; }

/* FOOTER */
.footer {
  background: var(--black); color: rgba(255,255,255,0.7);
  padding: 80px 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: 32px; 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 overlay — full-screen drawer */
.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-cta:hover { background: var(--red-bright); }
.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;
}

/* Mobile menu close button — text label in Geometos for type-system fit */
.mobile-menu-close {
  position: absolute;
  top: 28px; right: 24px;
  background: transparent; border: none; cursor: pointer;
  padding: 8px 4px;
  font-family: 'Geometos', sans-serif;
  font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase; color: #fff;
  border-bottom: 1px solid var(--red);
  transition: color 0.2s, border-color 0.2s;
}
.mobile-menu-close:hover { color: var(--red-bright); border-color: var(--red-bright); }

/* 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; }
  .hero { min-height: 80vh; }
  .split, .split.flip, .visit-grid { grid-template-columns: 1fr; gap: 36px; }
  .locations-grid { grid-template-columns: 1fr; gap: 20px; }
  .menu-grid-home { grid-template-columns: 1fr; min-height: 0; }
  .menu-grid-home > div:first-child { min-height: 280px; }
  .quickbar-inner { grid-template-columns: 1fr 1fr; gap: 16px; }
  .quickbar-actions { grid-column: 1 / -1; justify-content: stretch; }
  .quickbar-actions .btn-loc { flex: 1; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery-item.tall { grid-row: auto; aspect-ratio: 1/1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .section { padding: 70px 0; }
}
@media (max-width: 540px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero-ctas { flex-direction: column; width: 100%; }
  .btn { width: 100%; }
  .quickbar-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; align-items: flex-start; }
  /* Hero eyebrow: shrink type and gap so location/neighborhood don't wrap. */
  .hero-eyebrow {
    font-size: 10px; letter-spacing: 0.25em; gap: 10px;
    flex-wrap: wrap; justify-content: center;
  }
  .hero-eyebrow .jiu { font-size: 14px; }
}

/* EVENTS HERO */
.events-hero {
  position: relative; height: 70vh; min-height: 520px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.events-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(0.55);
}
.events-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0.4) 0%, rgba(10,10,10,0.7) 100%);
}
.events-hero-content {
  position: relative; z-index: 2; text-align: center;
  padding: 0 24px; max-width: 880px;
}

/* SECTION DARK VARIANT */
.section.dark { background: #0d0d0d; }

/* OFFERINGS GRID */
.offerings-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 32px; max-width: 1100px; margin: 0 auto;
}
.offering-card {
  padding: 36px 32px;
  border: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, transparent 100%);
  transition: border-color 0.25s, transform 0.25s;
  position: relative;
}
.offering-card:hover {
  border-color: rgba(197,32,60,0.5);
  transform: translateY(-2px);
}
.offering-num {
  font-family: 'Geometos', sans-serif; font-size: 11px;
  letter-spacing: 0.3em; color: var(--red); margin-bottom: 16px;
}
.offering-card h3 {
  font-family: 'Geometos', sans-serif; font-size: 22px;
  letter-spacing: 0.04em; color: #fff; margin-bottom: 14px;
  text-transform: uppercase;
}
.offering-card p {
  font-size: 14px; line-height: 1.7;
  color: rgba(255,255,255,0.7); font-weight: 300;
  margin-bottom: 20px;
}
.offering-meta {
  font-family: 'Geometos', sans-serif;
  font-size: 10px; letter-spacing: 0.2em;
  color: rgba(255,255,255,0.45); text-transform: uppercase;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* SPACES */
.spaces-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 32px; max-width: 1100px; margin: 0 auto;
}
.space-card {
  background: #141414;
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}
.space-image {
  height: 280px;
  background-size: cover; background-position: center;
}
.space-content { padding: 32px 32px 36px; position: relative; }
.space-mark {
  position: absolute; top: -34px; right: 28px;
  height: 68px; width: auto;
  background: #141414; padding: 8px;
}
.space-content h3 {
  font-family: 'Geometos', sans-serif; font-size: 24px;
  color: #fff; margin-bottom: 8px;
  text-transform: uppercase; letter-spacing: 0.04em;
}
.space-address {
  font-family: 'Geometos', sans-serif; font-size: 11px;
  letter-spacing: 0.18em; color: var(--red);
  text-transform: uppercase; margin-bottom: 18px;
}
.space-desc {
  font-size: 14px; line-height: 1.7;
  color: rgba(255,255,255,0.7); font-weight: 300;
  margin-bottom: 28px;
}
.space-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
}
.stat { text-align: center; }
.stat-num {
  font-family: 'Geometos', sans-serif; font-size: 28px;
  color: var(--red-bright); margin-bottom: 4px;
}
.stat-label {
  font-family: 'Geometos', sans-serif; font-size: 9px;
  letter-spacing: 0.2em; color: rgba(255,255,255,0.55);
  text-transform: uppercase;
}
.capacity-note {
  text-align: center; margin-top: 32px;
  font-size: 13px; color: rgba(255,255,255,0.5);
  font-style: italic; max-width: 600px; margin-left: auto; margin-right: auto;
}

/* CATERING SPLIT */
.catering-split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
  max-width: 1100px; margin: 0 auto;
}
.catering-image {
  height: 480px;
  background-size: cover; background-position: center;
  border: 1px solid rgba(255,255,255,0.08);
}
.catering-lede {
  font-size: 16px; line-height: 1.8;
  color: rgba(255,255,255,0.85); font-weight: 300;
  margin: 16px 0 32px;
}
.catering-types {
  display: flex; flex-direction: column; gap: 24px;
}
.catering-type {
  padding-left: 20px;
  border-left: 2px solid var(--red);
}
.catering-type h4 {
  font-family: 'Geometos', sans-serif; font-size: 14px;
  letter-spacing: 0.1em; color: #fff; margin-bottom: 8px;
  text-transform: uppercase;
}
.catering-type p {
  font-size: 13px; line-height: 1.7;
  color: rgba(255,255,255,0.65); font-weight: 300;
}

/* PROCESS */
.process-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 36px; max-width: 1000px; margin: 0 auto;
  position: relative;
}
.process-step { text-align: center; padding: 0 12px; }
.process-num {
  font-family: 'Geometos', sans-serif; font-size: 36px;
  color: var(--red); margin-bottom: 16px;
  letter-spacing: 0.04em;
}
.process-step h3 {
  font-family: 'Geometos', sans-serif; font-size: 18px;
  color: #fff; margin-bottom: 14px;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.process-step p {
  font-size: 14px; line-height: 1.7;
  color: rgba(255,255,255,0.7); font-weight: 300;
}

/* INQUIRY FORM */
.inquiry-form { display: flex; flex-direction: column; gap: 20px; }
.form-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-field {
  display: flex; flex-direction: column;
}
.form-field label {
  font-family: 'Geometos', sans-serif; font-size: 10px;
  letter-spacing: 0.18em; color: rgba(255,255,255,0.6);
  text-transform: uppercase; margin-bottom: 8px;
}
.form-field input,
.form-field select,
.form-field textarea {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 14px 16px;
  font-family: 'Quicksand', sans-serif; font-size: 14px;
  color: #fff;
  transition: border-color 0.2s, background 0.2s;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none; border-color: var(--red);
  background: rgba(255,255,255,0.06);
}
.form-field select option {
  background: #141414; color: #fff;
}
.form-field textarea { resize: vertical; min-height: 120px; }
.form-submit {
  text-align: center; margin-top: 12px;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.form-submit .btn {
  border: none; cursor: pointer;
  font-family: 'Geometos', sans-serif; font-size: 11px;
  letter-spacing: 0.2em;
}
.form-note {
  font-size: 13px; color: rgba(255,255,255,0.5);
}
.form-note a {
  color: var(--red-bright); text-decoration: none;
}
.form-note a:hover { color: #fff; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .offerings-grid,
  .spaces-grid,
  .process-grid,
  .form-row { grid-template-columns: 1fr; gap: 24px; }
  .catering-split { gap: 32px; }
  .catering-image { height: 280px; }
  .events-hero { height: 60vh; min-height: 440px; }
  .space-mark { right: 20px; height: 56px; top: -28px; }
}

/* MENU CHOOSER */
.chooser-hero {
  padding: 80px 32px 56px;
  text-align: center;
  background: var(--black);
}
.chooser-hero-content {
  max-width: 760px; margin: 0 auto;
}
.chooser-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 28px; max-width: 1100px; margin: 0 auto;
}
.chooser-card {
  display: block;
  background: #141414;
  border: 1px solid rgba(255,255,255,0.08);
  text-decoration: none; color: inherit;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
  overflow: hidden;
}
.chooser-card:hover {
  border-color: rgba(197,32,60,0.55);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.5);
}
.chooser-card-image {
  height: 220px;
  background-size: cover; background-position: center;
}
.chooser-card-body {
  padding: 32px 32px 36px;
  position: relative;
}
.chooser-mark {
  position: absolute; top: -34px; right: 28px;
  height: 68px; width: auto;
  background: #141414; padding: 8px;
}
.chooser-eyebrow {
  font-family: 'Geometos', sans-serif;
  font-size: 11px; letter-spacing: 0.22em;
  color: var(--red); text-transform: uppercase;
  margin-bottom: 10px;
}
.chooser-card h2 {
  font-family: 'Geometos', sans-serif;
  font-size: clamp(26px, 3.2vw, 36px);
  letter-spacing: 0.02em; color: #fff;
  margin-bottom: 14px; line-height: 1.05;
  text-transform: uppercase;
}
.chooser-desc {
  font-size: 14px; line-height: 1.7;
  color: rgba(255,255,255,0.7); font-weight: 300;
  margin-bottom: 24px;
}
.chooser-info {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 20px; margin-bottom: 24px;
  display: flex; flex-direction: column; gap: 10px;
}
.chooser-info-row {
  display: grid; grid-template-columns: 100px 1fr;
  gap: 16px; align-items: baseline;
}
.chooser-info-label {
  font-family: 'Geometos', sans-serif; font-size: 9px;
  letter-spacing: 0.2em; color: rgba(255,255,255,0.5);
  text-transform: uppercase;
}
.chooser-info-value {
  font-size: 13px; color: rgba(255,255,255,0.85);
  line-height: 1.5;
}
.chooser-cta {
  display: inline-block;
  font-family: 'Geometos', sans-serif; font-size: 12px;
  letter-spacing: 0.18em; color: var(--red-bright);
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--red);
  transition: color 0.2s, border-color 0.2s;
}
.chooser-card:hover .chooser-cta {
  color: #fff; border-color: #fff;
}

@media (max-width: 900px) {
  .chooser-grid { grid-template-columns: 1fr; gap: 32px; }
  .chooser-hero { padding: 56px 20px 32px; }
  .chooser-card-body { padding: 28px 24px 32px; }
  .chooser-mark { right: 20px; height: 56px; top: -28px; }
  .chooser-info-row { grid-template-columns: 90px 1fr; gap: 12px; }
}

/* ---- Reservation modal ---- */
.rsv-modal {
  position: fixed; inset: 0; z-index: 200;
  opacity: 0; pointer-events: none;
  transition: opacity 0.25s ease;
}
.rsv-modal.open { opacity: 1; pointer-events: auto; }
.rsv-modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(10, 10, 10, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.rsv-modal-card {
  position: relative; z-index: 1;
  max-width: 520px; width: calc(100% - 32px);
  max-height: calc(100vh - 64px);
  margin: 32px auto;
  background: #0e0e0e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 56px 36px 40px;
  overflow-y: auto;
  transform: translateY(12px) scale(0.98);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.rsv-modal.open .rsv-modal-card {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.rsv-modal-close {
  position: absolute;
  top: 18px; right: 22px;
  background: transparent; border: none; cursor: pointer;
  padding: 8px 4px;
  font-family: 'Geometos', sans-serif;
  font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase; color: #fff;
  border-bottom: 1px solid var(--red);
  transition: color 0.2s, border-color 0.2s;
}
.rsv-modal-close:hover { color: var(--red-bright); border-color: var(--red-bright); }

.rsv-eyebrow {
  font-family: 'Geometos', sans-serif;
  font-size: 11px; letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}
.rsv-heading {
  font-family: 'Geometos', sans-serif;
  font-size: 32px; line-height: 1.05;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0 0 10px;
}
.rsv-sub {
  font-size: 14px; line-height: 1.5;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 300;
  margin: 0 0 28px;
}

/* Chooser state */
.rsv-choices {
  display: grid; gap: 14px;
}
.rsv-choice {
  display: flex; flex-direction: column; align-items: flex-start;
  text-align: left;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 22px 24px;
  cursor: pointer;
  color: #fff;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.rsv-choice:hover {
  border-color: var(--red);
  background: rgba(197, 32, 60, 0.08);
  transform: translateX(4px);
}
.rsv-choice-eyebrow {
  font-size: 10px; letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 6px;
}
.rsv-choice-name {
  font-family: 'Geometos', sans-serif;
  font-size: 22px; letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 4px;
}
.rsv-choice-meta {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 300;
}

/* Widget state */
.rsv-widget-wrap {
  background: transparent;
  padding: 0;
  margin: 0 auto 22px;
  /* OpenTable's standard widget renders at ~300px wide. Sized + centered
     to hug the widget. With dark=true the widget brings its own dark
     background so we don't need a wrapper background. */
  width: fit-content;
  max-width: 100%;
  min-height: 180px;
  display: flex; align-items: center; justify-content: center;
}
.rsv-widget-wrap iframe { border: 0; }

.rsv-switch {
  background: transparent; border: none; cursor: pointer;
  padding: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px; letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s;
}
.rsv-switch:hover { color: #fff; }

@media (max-width: 540px) {
  .rsv-modal-card { padding: 48px 22px 28px; margin: 16px auto; }
  .rsv-heading { font-size: 26px; }
  .rsv-choice { padding: 18px 20px; }
  .rsv-choice-name { font-size: 19px; }
}

/* ============================================================================
   Announcement toast (private event closure notice)
   Fixed bottom-right, no backdrop — page stays interactive.
   White card so it reads clearly over dark hero photography.
   Slides in from the right edge.
   ============================================================================ */
.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);
  /* Slide in from off-screen-right. 440px = max-width + left margin so the
     card fully clears the viewport edge before animating. */
  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; /* preserve line breaks the admin may enter */
}
.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;
    /* On mobile, slide up from below instead of in from the side */
    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); }
}
  }
}
