/* Sneakers Sports Lounge — Cinco / events polish pass */

:root {
  color-scheme: light;
  --paper: #f7f3f0;
  --paper-soft: #fffaf8;
  --surface: #ffffff;
  --surface-alt: #fdf6f6;
  --ink: #201919;
  --ink-soft: #685858;
  --ink-inverse: #fff9f7;
  --brand-red: #c62026;
  --brand-red-dark: #95171c;
  --brand-red-soft: #fff0f1;
  --brand-burgundy: #3e1014;
  --brand-charcoal: #171213;
  --line: #eadcdc;
  --line-strong: #d7b9ba;
  --shadow: 0 18px 36px rgba(41, 24, 24, 0.10);
  --shadow-strong: 0 28px 60px rgba(15, 8, 8, 0.24);
  --radius: 20px;
  --radius-sm: 14px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  overflow-x: hidden;
}

img, video, iframe {
  max-width: 100%;
  display: block;
}

a {
  color: var(--brand-red-dark);
  text-decoration: none;
}

a:hover { color: var(--brand-red); }

main {
  min-height: 60vh;
  overflow: hidden;
}

.container {
  width: min(calc(100% - 24px), var(--container));
  margin-inline: auto;
  min-width: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 250, 248, 0.97);
  backdrop-filter: blur(16px);
  border-bottom: 2px solid rgba(198, 32, 38, 0.10);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  position: relative;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 1 1 auto;
  color: var(--ink);
}

.brand img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(198, 32, 38, 0.14);
  background: #fff;
  box-shadow: 0 10px 22px rgba(27, 18, 18, 0.10);
  flex: 0 0 auto;
}

.brand-copy { min-width: 0; }

.brand-copy strong {
  display: block;
  font-size: clamp(1.2rem, 4.2vw, 1.65rem);
  line-height: 1.08;
  font-weight: 800;
  color: var(--ink);
}

.brand-copy span {
  display: block;
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: clamp(0.96rem, 3.2vw, 1.05rem);
  line-height: 1.2;
}

.nav-toggle {
  width: 58px;
  height: 58px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: #fff;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  flex: 0 0 auto;
}

.nav-toggle span {
  width: 28px;
  height: 2px;
  background: var(--ink);
  display: block;
  margin: 0 auto;
}

.main-nav {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  display: none;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background: rgba(255, 251, 249, 0.98);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-strong);
  max-width: calc(100vw - 24px);
  margin-inline: auto;
}

.main-nav.is-open { display: flex; }

.nav-link,
.nav-link--toggle {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--ink);
  font-weight: 700;
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
  text-align: left;
}

.nav-link:hover,
.nav-link.is-active,
.nav-link--toggle:hover,
.nav-link--toggle.is-active,
.nav-group.is-active > .nav-link--toggle {
  background: var(--brand-red-soft);
  color: var(--brand-red-dark);
}

.nav-link-cta {
  background: linear-gradient(180deg, var(--brand-red), var(--brand-red-dark));
  color: #fff;
  box-shadow: 0 14px 26px rgba(198, 32, 38, 0.18);
}

.nav-link-cta:hover,
.nav-link-cta.is-active {
  color: #fff;
  background: linear-gradient(180deg, #d8272e, var(--brand-red));
}

.nav-group { position: relative; }

.nav-link--toggle {
  width: 100%;
  justify-content: space-between;
}

.nav-caret {
  margin-left: 10px;
  font-size: 0.82em;
  transition: transform 180ms ease;
}

.nav-group.is-open .nav-caret { transform: rotate(180deg); }

.submenu {
  display: none;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0 0 18px;
}

.nav-group.is-open .submenu { display: flex; }

.submenu-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 700;
}

.submenu-link:hover,
.submenu-link.is-active {
  background: var(--brand-red-soft);
  color: var(--brand-red-dark);
}

.hero, .page-hero, .section, .site-footer {
  width: 100%;
  max-width: 100%;
}

.hero {
  position: relative;
  min-height: clamp(520px, 66vh, 760px);
  overflow: hidden;
  background: #120d0d;
}

.hero-media, .hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.03) brightness(1.10);
}

.hero-media--image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(17, 10, 10, 0.74) 0%, rgba(17, 10, 10, 0.56) 50%, rgba(17, 10, 10, 0.42) 100%),
    linear-gradient(180deg, rgba(33, 18, 18, 0.12) 0%, rgba(33, 18, 18, 0.20) 100%),
    radial-gradient(circle at 15% 20%, rgba(198, 32, 38, 0.20), transparent 28%);
}

.hero-shell,
.page-hero-inner {
  position: relative;
  z-index: 2;
}

.hero-shell {
  display: grid;
  gap: 24px;
  padding: 56px 0 54px;
}

.hero-copy {
  min-width: 0;
  max-width: 760px;
}

.hero-copy--home {
  max-width: min(100%, 760px);
  margin-inline: auto;
  text-align: center;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffe6e6;
}

.eyebrow--red { color: var(--brand-red-dark); }

.hero-copy--home .eyebrow {
  color: #fff7f7;
  text-align: center;
  margin-bottom: 18px;
  max-width: 100%;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  color: #fffefc;
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-size: clamp(2.35rem, 9.6vw, 4.7rem);
  overflow-wrap: anywhere;
}

.hero-lead,
.page-lead {
  margin: 18px 0 0;
  font-size: 1.04rem;
  line-height: 1.72;
  max-width: 100%;
}

.page-lead { color: rgba(255, 249, 247, 0.98); }

.hero-actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-actions--inline { margin-top: 0; }

.hero-actions--home {
  justify-content: center;
  width: 100%;
  margin-top: 18px;
}

.hero-actions--home .btn:not(.btn-tertiary) { flex: 1 1 220px; }
.hero-actions--home .btn-tertiary { flex: 1 1 100%; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: 160ms ease;
  text-align: center;
}

.btn-primary {
  background: linear-gradient(180deg, var(--brand-red), var(--brand-red-dark));
  color: #fff;
  box-shadow: 0 14px 28px rgba(198, 32, 38, 0.22);
}

.btn-primary:hover { color: #fff; filter: brightness(1.05); }

.btn-event {
  position: relative;
  color: #fff;
  border-color: rgba(255, 214, 92, 0.34);
  background:
    linear-gradient(180deg, rgba(235, 154, 35, 0.98), rgba(198, 32, 38, 0.98) 54%, var(--brand-red-dark));
  box-shadow:
    0 16px 34px rgba(198, 32, 38, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.btn-event:hover {
  color: #fff;
  filter: brightness(1.06);
}

.btn-event::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.13);
  pointer-events: none;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
}

.btn-secondary:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.btn-tertiary {
  background: #fff;
  color: var(--brand-red-dark);
  border-color: #fff;
}

.btn-tertiary:hover { color: var(--brand-red); }

.section--paper .btn-secondary,
.section--soft .btn-secondary,
.site-footer .btn-secondary,
.card .btn-secondary,
.form-card .btn-secondary,
.event-feature-card .btn-secondary {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.section--paper .btn-secondary:hover,
.section--soft .btn-secondary:hover,
.card .btn-secondary:hover,
.form-card .btn-secondary:hover,
.event-feature-card .btn-secondary:hover {
  color: var(--brand-red-dark);
  border-color: var(--line-strong);
  background: var(--brand-red-soft);
}

.home-logo-stage {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 12px 0 28px;
}

.home-logo-disc {
  width: clamp(260px, 70vw, 420px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: grid;
  place-items: center;
  padding: 0;
  position: relative;
  overflow: visible;
}

.home-logo-disc img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.20));
}

.card,
.notice-card,
.cta-panel,
.drink-feature-card,
.visual-card,
.visual-copy-card,
.review-card,
.event-feature-card,
.drink-list-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.card { padding: 22px; }
.card--compact { padding: 16px 18px; }
.card--statement { padding: 28px; text-align: center; }

.statement {
  margin: 0;
  font-size: clamp(1.1rem, 3vw, 1.55rem);
  line-height: 1.5;
  color: var(--ink);
}

.card h2,
.card h3,
.notice-card strong,
.section-heading h2,
.page-hero h1,
.form-card h2,
.menu-card h2,
.info-card h2,
.info-card h3,
.cta-panel h2,
.drink-feature-card h2,
.visual-copy-card h3,
.event-feature-card h2,
.review-card h3 {
  margin-top: 0;
}

.card-kicker,
.event-tag,
.review-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--brand-red-soft);
  color: var(--brand-red-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-grid,
.feature-grid,
.menu-grid,
.card-list,
.footer-grid,
.split-layout,
.stack-layout,
.drink-feature-grid,
.drink-grid,
.visual-grid,
.visual-split,
.reviews-grid {
  display: grid;
  gap: 18px;
}

.section { padding: 48px 0; }
.section--paper { background: var(--paper); }

.section--soft {
  background: linear-gradient(180deg, #fffdfc, #f5eeee);
  border-top: 1px solid #f0e4e4;
  border-bottom: 1px solid #f0e4e4;
}

.section--compact-top { padding-top: 22px; }
.section--tight-top { padding-top: 20px; }
.section--featured-event { padding-top: 28px; }

.section-heading {
  max-width: 820px;
  margin-bottom: 22px;
}

.section-heading--tight { margin-bottom: 12px; }

.section-heading h2,
.content-flow h2,
.cta-panel h2 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  line-height: 1.12;
}

.section-heading p,
.content-flow p,
.card p,
.menu-note,
.menu-item p,
.page-lead,
.form-card p,
.small-copy,
.footer-note,
.footer-grid p,
.drink-feature-card p,
.visual-copy-card p,
.visual-card p,
.review-card p,
.event-feature-card p {
  color: var(--ink-soft);
}

.feature-grid--2,
.feature-grid--3,
.visual-grid,
.reviews-grid {
  grid-template-columns: 1fr;
}

.split-layout,
.visual-split {
  grid-template-columns: 1fr;
  align-items: start;
}

.content-flow > * + * { margin-top: 14px; }

.detail-list,
.detail-bullets,
.tap-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.detail-list li {
  display: grid;
  gap: 6px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.detail-list li:first-child { border-top: 0; padding-top: 0; }
.detail-list strong { color: var(--ink); }
.detail-list span { color: var(--ink-soft); }

.detail-bullets li,
.tap-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: var(--ink-soft);
  break-inside: avoid;
}

.detail-bullets li::before,
.tap-list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  top: 0;
  color: var(--brand-red);
  font-weight: 900;
}

.detail-bullets--tight { margin-top: 14px; }

.card-list--accent .card {
  border-left: 4px solid var(--brand-red);
  box-shadow: 0 18px 34px rgba(27, 18, 18, 0.14);
}

.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #2b1314, #1a0d0d);
}

.page-hero--poster {
  background-image: var(--page-hero-image, none);
  background-size: cover;
  background-position: center center;
}

.page-hero--wide-image {
  background-position: center 46%;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(23, 12, 12, 0.72), rgba(23, 12, 12, 0.44)),
    radial-gradient(circle at 18% 22%, rgba(198, 32, 38, 0.12), transparent 26%);
}

.page-hero-inner {
  padding: 56px 0 42px;
  max-width: 820px;
}

.page-hero .eyebrow {
  background: rgba(198, 32, 38, 0.38);
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff5f5;
}

.page-hero h1 { text-shadow: 0 8px 22px rgba(0, 0, 0, 0.30); }

.page-hero .page-lead {
  display: inline-block;
  max-width: 48rem;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(58, 19, 19, 0.68);
  color: rgba(255, 251, 249, 0.98);
  backdrop-filter: blur(5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.menu-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.menu-switch__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 700;
}

.menu-switch__link:hover,
.menu-switch__link--active {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.home-highlights {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.home-highlights::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(23, 12, 12, 0.72), rgba(23, 12, 12, 0.44)),
    url("../img/hero-poster.jpg") center center / cover no-repeat;
}

.home-highlights > .container {
  position: relative;
  z-index: 1;
}

.home-highlights .section-heading h2,
.home-highlights .section-heading p,
.home-highlights p,
.home-highlights strong { color: #fff9f7; }

.home-highlights .card-list--accent .card { background: rgba(255, 252, 252, 0.94); }
.home-highlights .card-list--accent strong { color: var(--ink); }

.menu-chip-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-start;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.menu-chip-row::-webkit-scrollbar { display: none; }

.chip-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: #fff;
  font-weight: 700;
  color: var(--ink);
  flex: 0 0 auto;
}

.chip-link:hover {
  background: var(--brand-red-soft);
  color: var(--brand-red-dark);
}

.menu-grid,
.drink-grid {
  grid-template-columns: 1fr;
  overflow: hidden;
}

.menu-card,
.drink-list-card {
  padding: 22px;
  width: 100%;
  max-width: 100%;
}

.menu-card h2,
.drink-list-card h2 {
  font-size: 1.45rem;
  color: var(--ink);
}

.menu-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
  border-top: 1px dashed var(--line-strong);
  min-width: 0;
}

.menu-item:first-of-type { border-top: 0; padding-top: 8px; }

.menu-item h3 {
  margin: 0 0 4px;
  font-size: 1.02rem;
}

.menu-item p {
  margin: 0;
  font-size: 0.95rem;
}

.menu-item strong {
  color: var(--brand-red-dark);
  font-size: 0.98rem;
  white-space: normal;
  text-align: left;
}

/* Drink menu */
.drink-feature-grid { grid-template-columns: 1fr; }

.drink-feature-card {
  display: grid;
  grid-template-columns: 1fr;
}

.drink-feature-card__media {
  position: relative;
  min-height: 260px;
  background: #130f10;
  overflow: hidden;
  isolation: isolate;
}

.drink-feature-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(17, 10, 10, 0.10) 0%, rgba(17, 10, 10, 0.78) 100%),
    linear-gradient(90deg, rgba(17, 10, 10, 0.44) 0%, rgba(17, 10, 10, 0.12) 100%);
  pointer-events: none;
}

.drink-feature-card__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.98) brightness(0.86);
}

.drink-feature-card__media--image {
  min-height: 300px;
  background-image: var(--feature-image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.drink-feature-card__overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 22px;
  color: #fff;
  z-index: 2;
}

.drink-feature-card__overlay h2,
.drink-feature-card__overlay p { color: #fff; }

.drink-feature-card__overlay h2 {
  margin: 10px 0 8px;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
}

.drink-feature-card__overlay p { margin: 0; max-width: 34rem; }

.drink-feature-card__copy {
  padding: 24px;
  background: #fff;
}

.drink-feature-card__copy h2 { font-size: clamp(1.35rem, 3vw, 1.9rem); }
.drink-feature-intro { margin-top: 10px; }

.shooter-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.shooter-item {
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--line-strong);
}

.shooter-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.shooter-item h3 {
  margin: 0 0 4px;
  font-size: 1.04rem;
  color: var(--ink);
}

.shooter-item p { margin: 0; font-size: 0.96rem; }

.tap-price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.tap-price-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--brand-red-soft);
  color: var(--brand-red-dark);
  font-weight: 700;
}

.tap-price-pill strong { color: var(--ink); }
.tap-list { columns: 1; margin-top: 0; }
.drink-list-card--wide { grid-column: 1 / -1; }

/* Visual/story cards */
.visual-split { margin-top: 28px; }

.visual-card {
  position: relative;
  min-height: 300px;
  background: #120d0d;
  isolation: isolate;
}

.visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(17, 10, 10, 0.30), rgba(17, 10, 10, 0.66)),
    var(--visual-image) center center / cover no-repeat;
  z-index: 0;
}

.visual-card__overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 24px;
  color: #fff;
  z-index: 1;
}

.visual-card__overlay h3,
.visual-card__overlay p { color: #fff; }
.visual-card__overlay h3 { margin: 12px 0 10px; font-size: clamp(1.28rem, 3vw, 1.8rem); }
.visual-card__overlay p { margin-bottom: 0; }

.visual-copy-card { padding: 26px; }
.reviews-heading { margin-top: 34px; }

.reviews-grid { margin-top: 18px; }
.review-card { padding: 24px; }
.review-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.review-card blockquote { margin: 0; padding: 0; color: var(--ink); }
.review-card blockquote p { margin: 0; color: var(--ink); }
.review-card blockquote p + p { margin-top: 10px; }
.review-dishes { margin-top: 14px; font-size: 0.95rem; }

/* Events */
.event-feature-card {
  position: relative;
  min-height: 560px;
  color: #fff;
  background: #130f10;
  isolation: isolate;
}

.event-feature-card__media,
.event-feature-card__shade {
  position: absolute;
  inset: 0;
}

.event-feature-card__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.02) brightness(0.88);
}

.event-feature-card__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(17, 10, 10, 0.86) 0%, rgba(17, 10, 10, 0.70) 45%, rgba(17, 10, 10, 0.42) 100%),
    radial-gradient(circle at 78% 18%, rgba(255, 205, 65, 0.18), transparent 28%),
    radial-gradient(circle at 16% 80%, rgba(198, 32, 38, 0.30), transparent 32%);
}

.event-feature-card__content {
  position: relative;
  z-index: 2;
  min-height: 560px;
  padding: 24px;
  display: grid;
  gap: 20px;
  align-items: end;
}

.event-date-card {
  width: 104px;
  min-height: 120px;
  border-radius: 18px;
  background: rgba(255, 250, 248, 0.95);
  color: var(--brand-red-dark);
  display: grid;
  place-items: center;
  align-self: start;
  box-shadow: var(--shadow-strong);
}

.event-date-card strong {
  display: block;
  line-height: 0.9;
  font-size: 3rem;
  letter-spacing: -0.06em;
}

.event-date-card span {
  display: block;
  margin-top: -18px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow--event {
  color: #fff7f7;
  background: rgba(198, 32, 38, 0.42);
  border-radius: 999px;
  padding: 7px 11px;
}

.cinco-badge {
  width: min(100%, 560px);
  max-height: 190px;
  object-fit: contain;
  object-position: left center;
  margin: 12px 0 18px;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.30));
}

.event-feature-card__main h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.05rem, 6vw, 4.15rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.event-feature-card__main p {
  max-width: 720px;
  color: rgba(255, 249, 247, 0.90);
  font-size: 1.05rem;
}

.event-feature-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.event-feature-card__details {
  background: rgba(255, 251, 249, 0.93);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 18px;
  padding: 20px;
  backdrop-filter: blur(8px);
}

.event-feature-card__details p,
.event-feature-card__details li { color: var(--ink-soft); }

.visual-grid--events .visual-card { min-height: 340px; }

.event-card h2 {
  margin: 14px 0 8px;
  font-size: 1.5rem;
}

/* Forms, map, footer */
.hours-card .hours-list { margin-top: 18px; }

.hours-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.hours-row:first-child { border-top: 0; padding-top: 0; }
.hours-row strong { color: var(--ink); }
.hours-row span { color: var(--ink-soft); }
.form-card .site-form { margin-top: 18px; }
.form-row { margin-bottom: 16px; }
.form-row-2 { display: grid; gap: 16px; }

label {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 700;
}

input, textarea, select {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  outline: none;
}

input:focus, textarea:focus, select:focus {
  border-color: rgba(198, 32, 38, 0.52);
  box-shadow: 0 0 0 3px rgba(198, 32, 38, 0.10);
}

textarea { resize: vertical; }

.form-status {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--brand-red-soft);
  border: 1px solid rgba(198, 32, 38, 0.18);
  color: var(--brand-red-dark);
}

.map-card { padding: 22px; }

.map-embed {
  margin-top: 14px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.map-embed iframe {
  width: 100%;
  aspect-ratio: 16 / 11;
  border: 0;
  display: block;
}

.cta-panel {
  padding: 22px;
  display: grid;
  gap: 18px;
}

.site-footer {
  background: var(--brand-charcoal);
  color: var(--ink-inverse);
  margin-top: 24px;
  overflow: hidden;
}

.footer-grid {
  padding: 36px 0 22px;
  grid-template-columns: 1fr;
}

.site-footer h3,
.site-footer h4 {
  margin-top: 0;
  color: #fff;
}

.site-footer p,
.site-footer small,
.footer-note {
  color: rgba(255, 249, 247, 0.80);
}

.footer-call {
  display: inline-flex;
  margin-top: 8px;
  font-weight: 800;
  color: #fff;
}

.footer-bottom {
  padding: 18px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.small-copy { font-size: 0.95rem; }

@media (min-width: 760px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .feature-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .split-layout { grid-template-columns: 1.05fr 0.95fr; gap: 24px; }
  .visual-split { grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr); gap: 24px; }
  .form-row-2 { grid-template-columns: 1fr 1fr; }
  .hours-row, .detail-list li { grid-template-columns: 150px 1fr; align-items: start; }
  .footer-grid { grid-template-columns: 1.1fr 1fr; gap: 24px; }
  .cta-panel { grid-template-columns: 1.2fr auto; align-items: center; }

  .menu-item {
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
  }

  .menu-item strong {
    white-space: nowrap;
    text-align: right;
  }

  .drink-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tap-list { columns: 2; column-gap: 22px; }
  .reviews-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .visual-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 980px) {
  .brand img { width: 82px; height: 82px; }

  .main-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    max-width: none;
    overflow: visible;
  }

  .nav-toggle { display: none; }
  .nav-link, .nav-link--toggle { justify-content: center; }
  .nav-group { display: flex; align-items: center; }
  .nav-link--toggle { width: auto; }

  .submenu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 190px;
    padding: 10px;
    background: rgba(255, 251, 249, 0.98);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow-strong);
  }

  .nav-group:hover .submenu,
  .nav-group:focus-within .submenu,
  .nav-group.is-open .submenu { display: flex; }

  .hero--home .hero-shell {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 28px;
    padding: 88px 0 96px;
  }

  .hero--home .hero-copy--home { max-width: 860px; }
  .home-logo-disc { width: clamp(260px, 24vw, 360px); }

  .hero-actions--home {
    max-width: 980px;
    margin-inline: auto;
  }

  .hero-actions--home .btn:not(.btn-tertiary) {
    flex: 0 1 auto;
    min-width: 205px;
  }

  .hero-actions--home .btn-event {
    min-width: 215px;
  }

  .hero-actions--home .btn-tertiary {
    flex: 0 1 auto;
    min-width: 160px;
  }

  .page-hero-inner { padding: 88px 0 58px; }
  .page-hero--wide-image { background-size: 100% auto; background-position: center center; }

  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .drink-feature-card {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
  }

  .drink-feature-card__media {
    min-height: 340px;
    height: auto;
  }

  .drink-feature-card--shooters .drink-feature-card__media {
    min-height: 360px;
  }

  .drink-feature-card--shooters .drink-feature-card__copy {
    padding: 26px;
  }

  .shooter-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 20px;
  }

  .shooter-item { padding-bottom: 10px; }

  .event-feature-card,
  .event-feature-card__content {
    min-height: 610px;
  }

  .event-feature-card__content {
    grid-template-columns: 120px minmax(0, 1fr) 300px;
    align-items: end;
    padding: 38px;
  }

  .event-date-card { align-self: start; }

  .visual-grid--events .visual-card {
    min-height: 380px;
  }

  .visual-split--patio {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: stretch;
  }

  .visual-split--patio .visual-card {
    min-height: 360px;
  }
}

@media (max-width: 759px) {
  .header-inner { padding: 12px 0; }
  .brand img { width: 60px; height: 60px; }

  .hero--home .hero-shell {
    padding: 38px 0 52px;
    gap: 18px;
  }

  .home-logo-disc { width: clamp(228px, 74vw, 318px); }
  .hero-actions { gap: 10px; }
  .hero-actions .btn { width: 100%; min-height: 54px; }
  .hero-actions--home { justify-content: stretch; margin-top: 0; }
  .hero-actions--home .btn { flex: 1 1 100%; }
  .hero-copy--home { text-align: center; }
  .hero-copy--home .eyebrow { margin-bottom: 12px; line-height: 1.5; }
  .page-hero .page-lead { display: block; }
  .event-feature-card, .event-feature-card__content { min-height: 620px; }
  .event-feature-card__content { padding: 20px; }
  .event-feature-card__actions .btn { width: 100%; }
  .cinco-badge { max-height: 140px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-video,
  .drink-feature-card__media video,
  .event-feature-card__media video { display: none; }
}

/* Cinco de Mayo CTA final mobile-safe override
   Keeps the temporary event button solid in iOS/Android, light mode, and dark mode. */
.btn-event,
a.btn-event,
a.btn.btn-event,
button.btn-event,
.hero--home .hero-actions--home .btn-event,
.hero--home .hero-actions--home a.btn.btn-event {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  forced-color-adjust: none;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background-color: #c62026 !important;
  background-image: linear-gradient(180deg, #ee9b27 0%, #d2262d 48%, #95171c 100%) !important;
  border: 1px solid rgba(255, 214, 92, 0.42) !important;
  box-shadow:
    0 16px 30px rgba(149, 23, 28, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  text-shadow: 0 1px 1px rgba(40, 8, 8, 0.20);
  opacity: 1 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.btn-event:hover,
.btn-event:focus,
.btn-event:active,
.btn-event:visited,
a.btn-event:hover,
a.btn-event:focus,
a.btn-event:active,
a.btn-event:visited,
.hero--home .hero-actions--home a.btn.btn-event:hover,
.hero--home .hero-actions--home a.btn.btn-event:focus,
.hero--home .hero-actions--home a.btn.btn-event:active,
.hero--home .hero-actions--home a.btn.btn-event:visited {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background-color: #c62026 !important;
  background-image: linear-gradient(180deg, #ee9b27 0%, #d2262d 48%, #95171c 100%) !important;
}

.btn-event::after,
a.btn-event::after,
a.btn.btn-event::after,
.hero--home .hero-actions--home .btn-event::after,
.hero--home .hero-actions--home a.btn.btn-event::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 759px) {
  .hero--home .hero-actions--home .btn-event,
  .hero--home .hero-actions--home a.btn.btn-event,
  a.btn.btn-event {
    width: 100% !important;
    flex: 1 1 100% !important;
    min-height: 54px;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background-color: #c62026 !important;
    background-image: linear-gradient(180deg, #ee9b27 0%, #d2262d 48%, #95171c 100%) !important;
    border: 1px solid rgba(255, 214, 92, 0.42) !important;
    opacity: 1 !important;
  }
}

@media (prefers-color-scheme: dark) {
  .btn-event,
  a.btn-event,
  a.btn.btn-event,
  .hero--home .hero-actions--home .btn-event,
  .hero--home .hero-actions--home a.btn.btn-event {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background-color: #c62026 !important;
    background-image: linear-gradient(180deg, #ee9b27 0%, #d2262d 48%, #95171c 100%) !important;
    border-color: rgba(255, 214, 92, 0.42) !important;
    opacity: 1 !important;
  }
}

/* Upcoming event menu pop-out
   Used by pages/events.php. Keep this generic so the next temporary event can reuse it. */
.event-menu-toggle {
  border-color: rgba(198, 32, 38, 0.26) !important;
  color: var(--brand-red-dark) !important;
  background: #fff !important;
  box-shadow: 0 12px 24px rgba(41, 24, 24, 0.08);
}

.event-menu-toggle:hover,
.event-menu-toggle:focus,
.event-menu-toggle[aria-expanded="true"] {
  color: #fff !important;
  background: linear-gradient(180deg, var(--brand-red), var(--brand-red-dark)) !important;
  border-color: rgba(198, 32, 38, 0.60) !important;
}

.menu-switch__link--event {
  color: #fff;
  border-color: rgba(255, 214, 92, 0.36);
  background:
    linear-gradient(180deg, rgba(235, 154, 35, 0.96), rgba(198, 32, 38, 0.96) 54%, var(--brand-red-dark));
  box-shadow: 0 14px 28px rgba(149, 23, 28, 0.22);
}

.menu-switch__link--event:hover {
  color: #fff;
  filter: brightness(1.06);
}

.event-menu-panel[hidden] {
  display: none !important;
}

.event-menu-panel {
  margin-top: 20px;
  background:
    radial-gradient(circle at 10% 0%, rgba(238, 155, 39, 0.12), transparent 34%),
    linear-gradient(180deg, #fffdfb, #fff7f3);
  border: 1px solid rgba(198, 32, 38, 0.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow-strong);
  overflow: hidden;
}

.event-menu-panel.is-open {
  animation: eventMenuPop 180ms ease both;
}

@keyframes eventMenuPop {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.992);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.event-menu-panel__inner {
  padding: clamp(20px, 4vw, 34px);
}

.event-menu-panel__header {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
  max-width: 820px;
}

.event-menu-panel__header h2 {
  margin: 0;
  font-size: clamp(1.85rem, 4.5vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.event-menu-panel__header p {
  margin: 0;
  color: var(--ink-soft);
  max-width: 720px;
}

.event-menu-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

.event-menu-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 14px 30px rgba(41, 24, 24, 0.08);
}

.event-menu-card h3 {
  margin: 10px 0 14px;
  font-size: 1.35rem;
  line-height: 1.18;
}

.event-menu-card__list {
  display: grid;
  gap: 14px;
}

.event-menu-item {
  display: grid;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--line-strong);
}

.event-menu-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.event-menu-item strong {
  color: var(--ink);
  font-size: 1.03rem;
  line-height: 1.25;
}

.event-menu-item span,
.event-menu-item p {
  color: var(--ink-soft);
  line-height: 1.55;
}

.event-menu-item p {
  margin: 0;
}

.event-menu-price {
  display: inline-flex;
  width: fit-content;
  margin-top: 2px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--brand-red-soft);
  color: var(--brand-red-dark) !important;
  font-weight: 800;
  font-size: 0.88rem;
}

.event-menu-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(198, 32, 38, 0.08);
  color: var(--brand-red-dark);
  font-weight: 700;
}

.event-menu-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

@media (min-width: 760px) {
  .event-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-menu-card--wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 759px) {
  .event-menu-panel {
    margin-top: 16px;
    border-radius: 18px;
  }

  .event-menu-panel__inner {
    padding: 18px;
  }

  .event-menu-card {
    padding: 18px;
  }

  .event-menu-panel__actions .btn {
    width: 100%;
  }
}

