:root {
  --font-display: "Archivo Black", "Arial Black", system-ui, sans-serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bg: #11120d;
  --bg-soft: #191b13;
  --panel: #202217;
  --panel-strong: #292c1d;
  --text: #fff8ea;
  --muted: #d8cdb7;
  --line: rgba(255, 248, 234, 0.22);
  --amber: #ffbf3f;
  --green: #91ad5d;
  --cream: #fff6df;
  --danger: #a14030;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --max: 1180px;
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#events,
#beer,
#taproom,
#visit {
  scroll-margin-top: 100px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% -10%, rgba(255, 191, 63, 0.26), transparent 34rem),
    radial-gradient(circle at 85% 22%, rgba(145, 173, 93, 0.13), transparent 30rem),
    linear-gradient(180deg, #10110d 0%, var(--bg) 40%, #171910 100%);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
}

body.is-gated {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

p {
  color: var(--muted);
  margin: 0 0 1rem;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  line-height: 0.95;
  letter-spacing: -0.055em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(4rem, 10vw, 9.5rem);
  max-width: 10ch;
}

h2 {
  font-size: clamp(2.6rem, 6vw, 6rem);
}

h3 {
  font-size: clamp(1.5rem, 2vw, 2.2rem);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(17, 18, 13, 0.86);
  backdrop-filter: blur(18px);
}

.nav-shell,
.section,
.footer-grid {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

#whats-coming-up.section {
  width: min(calc(var(--max) + 120px), calc(100% - 2rem));
}

.nav-shell {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 0;
  font-weight: 900;
  letter-spacing: -0.04em;
  flex: 0 0 auto;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--bg);
  font-family: var(--font-display);
  font-size: 0.85rem;
  transform: rotate(-3deg);
}

.brand-logo-image {
  width: 108px;
  max-height: 52px;
  object-fit: contain;
}

.brand-mark--image {
  background: transparent;
  border-color: var(--line);
  padding: 0.35rem;
  object-fit: contain;
  transform: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-links a {
  color: #e5dac4;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--cream);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  padding: 0.65rem 0.8rem;
  text-transform: uppercase;
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  padding: 0.85rem 1.15rem;
  background: var(--amber);
  color: #171006;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(255, 191, 63, 0.3);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--cream);
  border-color: rgba(255, 191, 63, 0.65);
  box-shadow: 0 20px 42px rgba(255, 191, 63, 0.42);
}

.button.secondary {
  background: rgba(255, 248, 234, 0.07);
  color: var(--cream);
  border-color: rgba(255, 248, 234, 0.34);
  box-shadow: none;
}

.button.secondary:hover {
  border-color: var(--amber);
  background: rgba(255, 191, 63, 0.16);
  color: #fff9e8;
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
}

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

.hero-media {
  z-index: 0;
  overflow: hidden;
}

.hero-media__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 42%;
  opacity: 0;
  filter: brightness(1.15) contrast(1.05) saturate(1.05);
  transform: scale(1);
  transform-origin: center center;
  backface-visibility: hidden;
  transition: opacity 1400ms ease;
  will-change: opacity, transform;
}

.hero-media__image.is-visible {
  opacity: 1;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(8, 9, 6, 0.62), rgba(8, 9, 6, 0.26) 48%, rgba(8, 9, 6, 0.14)),
    linear-gradient(0deg, var(--bg) 0%, transparent 48%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: 8rem 0 5rem;
}

.hero--right-copy .hero-content {
  display: flex;
  justify-content: flex-end;
}

.hero-copy {
  max-width: 640px;
}

.hero-copy h1 {
  font-size: clamp(3rem, 7.3vw, 6.4rem);
  line-height: 0.84;
  max-width: 8.5ch;
}

.hero-copy p {
  max-width: 500px;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  color: var(--cream);
}

.hero-subhead {
  max-width: 36rem;
  white-space: normal !important;
}

.hero-copy > p:not(.eyebrow):not(.hero-note) {
  max-width: none;
  white-space: nowrap;
}

.hero-note {
  display: grid;
  gap: 0.3rem;
  justify-items: start;
  max-width: max-content;
  margin-top: 1.35rem;
}

.hero-note__status {
  color: var(--cream);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.38);
}

.hero-note__rotator {
  min-height: 1.6em;
  transition: opacity 320ms ease;
}

.hero-note__rotator.is-fading {
  opacity: 0;
}

.hero-copy .eyebrow {
  white-space: nowrap;
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.75rem;
}

.eyebrow {
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section {
  padding: clamp(4.5rem, 8vw, 8rem) 0;
}

.feature-strip {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 191, 63, 0.06), rgba(255, 248, 234, 0.02) 45%, rgba(255, 191, 63, 0.06)),
    rgba(255, 248, 234, 0.015);
}

.feature-strip__inner {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  color: var(--cream);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-strip__inner span {
  color: rgba(255, 191, 63, 0.72);
}

.feature-strip--transition {
  position: relative;
  z-index: 1;
  border-block-color: rgba(255, 248, 234, 0.14);
  background:
    linear-gradient(180deg, rgba(17, 18, 13, 0.96), rgba(21, 22, 16, 0.92)),
    linear-gradient(90deg, rgba(255, 191, 63, 0.06), rgba(255, 248, 234, 0.02) 45%, rgba(255, 191, 63, 0.06));
}

.feature-strip--transition .feature-strip__inner {
  padding: 0.78rem 0 0.82rem;
  color: rgba(255, 246, 223, 0.88);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
}

.feature-strip--transition .feature-strip__inner span {
  color: rgba(255, 191, 63, 0.64);
}

.section:nth-of-type(even) {
  background:
    linear-gradient(180deg, rgba(255, 248, 234, 0.025), rgba(255, 191, 63, 0.045)),
    rgba(255, 248, 234, 0.015);
}

.section.tight {
  padding-top: 3rem;
}

.section-head--single {
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin-bottom: 0;
}

.section-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.5rem;
}

.tap-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.9fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: start;
  margin-bottom: 2rem;
}

.tap-section-intro .section-head {
  display: block;
  margin-bottom: 0.75rem;
}

.tap-section-image {
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 234, 0.1);
  background: var(--panel);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.tap-section-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.support-line {
  margin-bottom: 0.4rem;
  color: var(--cream);
  font-weight: 800;
}

.inline-callout {
  display: inline-flex;
  padding: 0.85rem 1.05rem;
  border: 1px solid rgba(255, 191, 63, 0.52);
  background: rgba(255, 191, 63, 0.22);
  color: var(--cream);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 950;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.split--bar-program {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1.25rem, 3vw, 3.25rem);
  align-items: start;
}

.split--bar-program .content-panel {
  max-width: 34rem;
}

.split--bar-program h2 {
  max-width: 10.5ch;
}

.split--bar-program > * {
  min-width: 0;
}

.media-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.media-card.short {
  min-height: 420px;
}

.program-media {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 1rem;
}

.program-media .media-card.short {
  min-height: 460px;
}

.program-list {
  display: grid;
  gap: 1rem;
  margin: 1.35rem 0 0.35rem;
}

.program-list p {
  display: grid;
  gap: 0.25rem;
  margin: 0;
  padding-top: 0.95rem;
  border-top: 1px solid var(--line);
}

.program-list strong {
  color: var(--cream);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.media-card img,
.media-card video {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 58%);
  pointer-events: none;
}

.content-panel {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--line);
  background: rgba(32, 34, 23, 0.78);
}

.grid,
.beer-grid,
.event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.beer-card,
.event-card,
.info-card {
  min-height: 260px;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 248, 234, 0.09), transparent 44%),
    var(--panel);
}

.beer-card--airtable {
  padding: 0;
}

.beer-card__content {
  display: grid;
  gap: 0.85rem;
  padding: 1.25rem;
}

.beer-card__header {
  display: grid;
  gap: 0.35rem;
}

.beer-card__header h3,
.beer-card__details p {
  margin: 0;
}

.beer-card__specs {
  color: var(--muted);
}

.beer-card__details {
  display: grid;
  gap: 0.7rem;
}

.beer-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  color: var(--cream);
}

.beer-card__price--current {
  font-weight: 900;
  font-size: 1.15rem;
}

.beer-card__price--original {
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.beer-card__cta {
  justify-self: start;
}

.beer-card--empty {
  min-height: 0;
  color: var(--muted);
}

.food-truck-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 360px));
}

.event-grid--full {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.happening-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.85fr);
  gap: 1rem;
  align-items: start;
}

.happening-layout--editorial {
  grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1.4fr);
  gap: clamp(2.8rem, 6vw, 5.5rem);
  width: 100%;
}

.happening-heading {
  position: sticky;
  top: 110px;
  min-width: 0;
  display: grid;
  gap: 1rem;
  align-content: start;
}

.happening-heading > p:not(.eyebrow) {
  max-width: 28ch;
  margin: 0;
}

.happening-heading > .button {
  justify-self: start;
  width: auto;
  padding-inline: 1rem;
}

.happening-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  justify-content: flex-start;
}

.happening-cta-row .button {
  width: auto;
  padding-inline: 1rem;
}

.happening-cta-row .button.secondary {
  background: var(--amber);
  color: #11120d;
  border-color: var(--amber);
}

.happening-cta-row .button.secondary:hover {
  opacity: 0.92;
}

.happening-heading h2 {
  max-width: 7ch;
  font-size: clamp(2.15rem, 4.5vw, 3.9rem);
  line-height: 0.9;
  overflow-wrap: normal;
  word-break: normal;
}

.happening-feed {
  display: grid;
  gap: 1.45rem;
  min-width: 0;
  max-width: none;
  width: 100%;
}

.next-event-row__content[hidden],
.next-event-row__media[hidden] {
  display: none;
}

.events-editorial {
  display: grid;
  gap: clamp(1.35rem, 3.5vw, 2rem);
  padding: clamp(1rem, 2.5vw, 1.5rem);
  border: 1px solid rgba(255, 248, 234, 0.08);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 248, 234, 0.03), rgba(255, 191, 63, 0.025)),
    rgba(18, 19, 14, 0.44);
  box-shadow: inset 0 1px 0 rgba(255, 248, 234, 0.04);
}

.events-feature {
  position: relative;
  overflow: hidden;
  min-height: clamp(224px, 22vw, 268px);
  border: 1px solid rgba(255, 191, 63, 0.28);
  border-radius: 18px;
  background-color: #171711;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
  transform: translateY(0);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.events-feature__sr-image {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.events-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-position: inherit;
  background-repeat: inherit;
  background-size: inherit;
  transform: scale(1);
  transform-origin: center;
  transition: transform 260ms ease;
  z-index: 0;
}

.events-feature__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 11, 8, 0.16) 0%, rgba(10, 11, 8, 0.08) 26%, rgba(10, 11, 8, 0.46) 62%, rgba(10, 11, 8, 0.9) 100%),
    linear-gradient(90deg, rgba(10, 11, 8, 0.78) 0%, rgba(10, 11, 8, 0.32) 44%, rgba(10, 11, 8, 0.14) 100%);
  pointer-events: none;
  z-index: 1;
}

.events-feature__content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  gap: 0.28rem;
  min-height: 100%;
  max-width: min(35rem, 100%);
  padding: clamp(0.88rem, 1.9vw, 1.15rem);
}

.events-secondary,
.events-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.85fr);
  gap: clamp(1rem, 3vw, 1.5rem);
  align-items: stretch;
}

.events-editorial__upcoming,
.events-left-column {
  min-height: 100%;
}

.events-secondary__rail,
.events-right-column {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 1rem;
  height: 100%;
  min-height: 100%;
}

.events-secondary__rail > .happening-subsection,
.events-right-column > .happening-subsection,
.events-editorial__food {
  min-height: 0;
}

.next-event-row__content[hidden],
.next-event-row__media[hidden] {
  display: none;
}

.next-event-row__content {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.events-feature h3,
.happening-subsection h3 {
  margin: 0;
}

.events-feature h3 {
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  line-height: 0.94;
  font-weight: 900;
  max-width: 12ch;
  text-wrap: balance;
  color: var(--cream);
}

.events-feature__schedule {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem 0.7rem;
  margin-bottom: 0.16rem;
}

.events-feature__date {
  margin: 0;
  color: rgba(255, 248, 234, 0.98);
  font-size: 1.16rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.next-event-row__time {
  color: var(--cream);
  font-weight: 850;
  letter-spacing: 0.01em;
  font-size: 1.12rem;
  margin: 0;
}

.next-event-row__description {
  color: rgba(255, 246, 223, 0.88);
  max-width: 36ch;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.88rem;
  line-height: 1.38;
}

.next-event-row__content .eyebrow {
  color: var(--amber);
  letter-spacing: 0.2em;
  font-size: 0.7rem;
  font-weight: 820;
  opacity: 1;
}

.event-type-badge {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 191, 63, 0.9);
  background: transparent;
  font-size: 0.64rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.event-type-badge[hidden] {
  display: none;
}

.next-event-row__content > * {
  margin: 0;
}

.next-event-row__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.1rem;
}

.next-event-row__actions .button {
  width: auto;
}

.happening-subsection {
  display: grid;
  gap: 0.68rem;
  align-content: start;
  min-height: 100%;
  padding: 0.92rem 0.92rem 0.96rem;
  border: 1px solid rgba(255, 248, 234, 0.08);
  border-radius: 12px;
  background: rgba(20, 21, 16, 0.46);
}

.happening-subsection h3 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 246, 223, 0.94);
}

.happening-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
  border-top: 0;
}

.happening-list .event-card {
  min-height: 0;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.happening-list .event-card:hover {
  transform: translateY(-2px);
}

.happening-list--rows {
  gap: 0.58rem;
  border-top: 0;
}

.happening-list--rows .event-card {
  padding: 0.52rem 0.66rem 0.56rem;
  border: 1px solid rgba(255, 248, 234, 0.05);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 191, 63, 0.045), rgba(255, 248, 234, 0.012) 40%),
    rgba(27, 28, 21, 0.68);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.happening-list--rows .event-card:hover {
  border-color: rgba(255, 191, 63, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(255, 191, 63, 0.04);
}

.happening-list--rows .event-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.74fr) minmax(300px, 1.26fr);
  gap: 0.82rem;
  align-items: start;
}

.happening-list--rows .event-row__main {
  min-width: 0;
}

.happening-list--rows .event-row__body {
  display: grid;
  gap: 0.08rem;
}

.happening-list--rows .event-row h3 {
  font-size: 1.34rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.015em;
  color: rgba(255, 248, 234, 0.92);
}

.happening-list--rows .event-row__date {
  margin: 0;
  color: rgba(255, 246, 223, 0.74);
  font-size: 0.64rem;
  font-weight: 720;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.happening-list--rows .event-row__aside {
  min-width: 0;
  align-self: start;
  display: grid;
  align-content: start;
  padding-left: 0.82rem;
  border-left: 1px solid rgba(255, 191, 63, 0.18);
}

.happening-list--rows .event-row__aside--empty {
  min-height: 0;
  border-left: 0;
  padding-left: 0;
}

.happening-list--rows .event-row__description {
  margin: 0;
  color: rgba(255, 246, 223, 0.56);
  font-size: 0.82rem;
  line-height: 1.36;
  max-width: none;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 1100px) {
  .happening-list--rows .event-row__description {
    -webkit-line-clamp: 4;
  }
}

.happening-list--food-trucks {
  gap: 0;
  border-top: 1px solid var(--line);
  align-content: start;
}

.happening-list--food-trucks .event-card {
  padding: 0.58rem 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  box-shadow: none;
}

.happening-list--food-trucks .event-row {
  display: grid;
  grid-template-columns: minmax(5.7rem, 0.38fr) minmax(0, 1fr);
  gap: 0.18rem 0.8rem;
  align-items: baseline;
}

.happening-list--food-trucks .event-row__date {
  grid-column: 1;
}

.happening-list--food-trucks .event-row__body,
.happening-list--food-trucks .event-row__description {
  grid-column: 2;
}

.happening-list--food-trucks .event-row h3 {
  font-size: 0.98rem;
  line-height: 1.08;
}

.happening-list--food-trucks .food-truck--today .event-row__date {
  color: rgba(255, 246, 223, 0.96);
  font-weight: 820;
}

.happening-list--food-trucks .food-truck--today h3 {
  color: rgba(255, 248, 234, 0.96);
}

.events-inquiry {
  display: grid;
  gap: 0.7rem;
  padding: 1rem 1rem 1.1rem;
  border: 1px solid rgba(255, 191, 63, 0.28);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 191, 63, 0.1), rgba(255, 248, 234, 0.025) 42%),
    rgba(31, 32, 24, 0.78);
}

.events-inquiry .eyebrow,
.events-inquiry p {
  margin: 0;
}

.events-inquiry .button {
  justify-self: start;
}

.events-inquiry--full {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem 1.25rem;
  padding: 1.35rem 1.3rem;
  border-color: rgba(255, 191, 63, 0.2);
}

.events-inquiry--rail {
  align-content: start;
  gap: 0.64rem;
  padding: clamp(0.9rem, 1.8vw, 1.15rem) clamp(0.9rem, 1.8vw, 1rem) clamp(0.95rem, 1.9vw, 1.1rem);
}

.events-inquiry__content {
  display: grid;
  gap: 0.28rem;
}

.events-inquiry--full .eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

.events-inquiry--rail .eyebrow {
  color: rgba(212, 176, 96, 0.76);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.events-inquiry--full p:not(.eyebrow) {
  color: rgba(255, 246, 223, 0.78);
  max-width: 52ch;
}

.events-inquiry--rail p:not(.eyebrow) {
  color: rgba(255, 246, 223, 0.76);
  max-width: 52ch;
  font-size: 0.94rem;
  line-height: 1.44;
}

.events-inquiry--rail h3 {
  margin: 0;
  font-size: clamp(1.22rem, 1.35vw, 1.55rem);
  line-height: 1.02;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 248, 234, 0.96);
}

.events-inquiry--rail .button {
  font-size: 0.82rem;
  padding: 0.82rem 1.12rem;
}

.events-secondary__inquiry,
.events-right-column .bookings-inquiry-card,
.events-secondary__rail .bookings-inquiry-card {
  margin-top: auto;
  padding-top: clamp(1rem, 2.6vw, 1.75rem);
}

[data-events-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 420ms ease, transform 420ms ease;
}

[data-events-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.events-editorial > [data-events-reveal]:nth-child(1) {
  transition-delay: 0ms;
}

.events-editorial > [data-events-reveal]:nth-child(2) {
  transition-delay: 70ms;
}

.events-editorial > [data-events-reveal]:nth-child(3) {
  transition-delay: 120ms;
}

.happening-list--rows .event-card {
  opacity: 0;
  transform: translateY(14px);
  animation: events-card-rise 420ms ease forwards;
}

.happening-list--rows .event-card:nth-child(1) { animation-delay: 40ms; }
.happening-list--rows .event-card:nth-child(2) { animation-delay: 85ms; }
.happening-list--rows .event-card:nth-child(3) { animation-delay: 130ms; }
.happening-list--rows .event-card:nth-child(4) { animation-delay: 175ms; }
.happening-list--rows .event-card:nth-child(5) { animation-delay: 220ms; }

@keyframes events-card-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.events-feature:hover {
  border-color: rgba(255, 191, 63, 0.22);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.events-feature {
  border-color: rgba(255, 248, 234, 0.12);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.24);
}

.events-feature:hover::before {
  transform: scale(1.015);
}

.event-card--empty {
  padding: 1rem 0;
  color: var(--muted);
}

.event-card--full {
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

.event-card__media {
  min-height: 220px;
  border-bottom: 1px solid var(--line);
  background: var(--panel);
}

.event-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-card__content {
  display: grid;
  gap: 0.75rem;
  padding: 1.25rem;
}

.event-card__time {
  color: var(--cream);
  margin: 0;
}

.event-card__description {
  color: var(--muted);
}

.event-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.happening-subsection + .happening-subsection {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 640px) {
  .inquiry-page-main {
    padding: clamp(2.25rem, 7vw, 3.4rem) 0 clamp(3rem, 8vw, 4.25rem);
  }

  .inquiry-page-header h1 {
    font-size: clamp(2.2rem, 9vw, 3.15rem);
  }

  .events-feature {
    min-height: 0;
    aspect-ratio: 1.14 / 1;
  }

  .events-feature__content {
    max-width: none;
  }

  .happening-list--rows .event-row,
  .happening-list--food-trucks .event-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .events-inquiry--full {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .events-inquiry--rail {
    align-items: start;
  }

  .events-secondary__rail,
  .events-right-column {
    height: auto;
    min-height: 0;
  }

  .events-secondary__inquiry,
  .events-right-column .bookings-inquiry-card,
  .events-secondary__rail .bookings-inquiry-card {
    margin-top: 1.5rem;
    padding-top: 0;
  }

  .happening-list--rows .event-row__aside {
    align-content: start;
    padding-left: 0;
    border-left: 0;
  }

  .event-row__date,
  .event-row__body,
  .event-row__description,
  .happening-list--food-trucks .event-row__date,
  .happening-list--food-trucks .event-row__body,
  .happening-list--food-trucks .event-row__description {
    grid-column: 1;
  }

  .menu-bottom-cta {
    min-height: 390px;
  }

  .menu-bottom-cta__copy {
    padding: 1rem 0.95rem 0.95rem;
    gap: 0.72rem;
  }

  .menu-bottom-cta__copy h2 {
    max-width: 7ch;
  }

  .menu-bottom-cta__media img {
    object-position: 28% 34%;
  }

  .menu-bottom-cta .cta-row {
    justify-content: flex-start;
  }
}

.feature-band {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-block: 1px solid var(--line);
}

.feature-band video,
.feature-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-band--side-panel video {
  filter: brightness(1.18) contrast(1.05) saturate(1.06);
}

.feature-band--pour-video .section {
  position: relative;
  width: 100%;
  z-index: 1;
  padding-top: clamp(1.5rem, 2.8vw, 2.1rem);
  padding-bottom: clamp(3rem, 4.8vw, 4.1rem);
}

.feature-band--pour-video {
  margin-top: 0;
  border-top: 0;
}

.feature-band--pour-video::after {
  display: none;
}

.feature-band--pour-video::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: clamp(8px, 1.4vw, 12px);
  background: linear-gradient(180deg, rgba(17, 18, 13, 0.065) 0%, rgba(17, 18, 13, 0.02) 54%, rgba(17, 18, 13, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.pouring-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(380px, 1.08fr);
  align-items: stretch;
  min-height: min(82vh, 700px);
  gap: clamp(1rem, 2vw, 1.5rem);
}

.pouring-hero-media {
  position: relative;
  min-width: 0;
  min-height: min(82vh, 700px);
  overflow: hidden;
  border: 1px solid rgba(202, 163, 98, 0.12);
  background: rgba(16, 17, 12, 0.9);
}

.pouring-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 11, 8, 0.14) 0%, rgba(10, 11, 8, 0.065) 14%, rgba(10, 11, 8, 0.04) 26%, rgba(10, 11, 8, 0.1) 44%, rgba(10, 11, 8, 0.22) 74%, rgba(10, 11, 8, 0.42) 100%),
    linear-gradient(90deg, rgba(10, 11, 8, 0.02) 0%, rgba(10, 11, 8, 0.03) 56%, rgba(10, 11, 8, 0.12) 82%, rgba(10, 11, 8, 0.2) 100%);
  pointer-events: none;
}

.pouring-hero-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 36% 24%;
  filter: brightness(0.98) contrast(1.14) saturate(1.02);
}

.feature-band--pour-video .content-panel {
  align-self: stretch;
  display: grid;
  align-content: center;
  background:
    linear-gradient(90deg, rgba(24, 25, 18, 0.72) 0%, rgba(24, 25, 18, 0.78) 76%, rgba(24, 25, 18, 0.84) 100%);
  backdrop-filter: blur(7px);
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-left: 0;
  padding: clamp(1.45rem, 2.15vw, 2.05rem) clamp(1.2rem, 1.8vw, 1.55rem);
  overflow: hidden;
  border: 1px solid rgba(202, 163, 98, 0.1);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

.pouring-hero-panel {
  display: grid;
  gap: 1rem;
}

.pouring-hero-panel__intro {
  display: grid;
  gap: 0.24rem;
}

.pouring-hero-panel__subhead {
  margin: 0;
  color: rgba(255, 250, 238, 0.98);
  font-size: 1.36rem;
  font-weight: 650;
  line-height: 1.16;
  max-width: 36ch;
  white-space: nowrap;
  position: relative;
  padding-bottom: 0.64rem;
}

.pouring-hero-panel__subhead::after {
  content: "";
  display: block;
  width: 138px;
  height: 2px;
  margin-top: 0.62rem;
  background: linear-gradient(90deg, rgba(239, 204, 144, 0.98) 0%, rgba(239, 204, 144, 0.64) 58%, rgba(239, 204, 144, 0.16) 100%);
  background-size: 160% 100%;
  animation: pouring-divider-shimmer 4.4s ease-in-out infinite;
}

@keyframes pouring-divider-shimmer {
  0%, 100% {
    background-position: 0% 50%;
    opacity: 0.92;
  }
  50% {
    background-position: 100% 50%;
    opacity: 1;
  }
}

.feature-band--pour-video .content-panel h2 {
  font-size: clamp(2.15rem, 4vw, 3.35rem);
  line-height: 0.92;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.feature-band--pour-video .content-panel > * {
  max-width: 100%;
}

.pouring-offering-list {
  display: grid;
  gap: 1.02rem;
}

.pouring-offering {
  display: grid;
  gap: 0.12rem;
  padding-top: 0.66rem;
  border-top: 1px solid rgba(255, 248, 234, 0.045);
}

.pouring-offering:first-child {
  padding-top: 0;
  border-top: 0;
}

.pouring-offering__label {
  margin: 0;
  color: rgba(252, 221, 168, 1);
  font-size: 1rem;
  font-weight: 1050;
  letter-spacing: 0.295em;
  text-transform: uppercase;
}

.pouring-offering p:last-child {
  margin: 0;
  color: rgba(255, 246, 223, 0.76);
  font-size: 0.92rem;
  line-height: 1.47;
  max-width: 35.5ch;
}

.pouring-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 0.95rem;
}

@media (max-width: 768px) {
  .pouring-hero-panel__subhead {
    white-space: normal;
  }
}

@media (max-width: 860px) {
  .feature-band--pour-video {
    min-height: 0;
  }

  .pouring-hero-layout {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 0;
  }

  .pouring-hero-media {
    min-height: 300px;
    border-bottom: 0;
  }

  .feature-band--pour-video .content-panel {
    width: 100%;
    margin: 0;
  }
}

.feature-band__intro-section {
  position: absolute;
  left: clamp(32px, 7vw, 110px);
  right: auto;
  bottom: clamp(36px, 8vh, 96px);
  top: auto;
  width: auto;
  max-width: min(28rem, calc(100% - 3rem));
  margin: 0;
  padding: 0;
  display: block;
  z-index: 2;
  transform: none;
}

.feature-band__intro-copy {
  position: relative;
  display: grid;
  gap: 0.6rem;
  max-width: min(28rem, calc(100vw - 3rem));
  margin: 0;
}

.feature-band__intro-copy::before {
  content: "";
  position: absolute;
  inset: -0.55rem -0.75rem -0.45rem -0.75rem;
  background: linear-gradient(180deg, rgba(10, 11, 8, 0), rgba(10, 11, 8, 0.03) 48%, rgba(10, 11, 8, 0.1));
  filter: blur(6px);
  pointer-events: none;
}

.feature-band__intro-copy > * {
  position: relative;
  z-index: 1;
}

.feature-band__intro-copy h2 {
  margin: 0;
  max-width: 7ch;
  font-size: clamp(2.4rem, 5vw, 4.35rem);
  line-height: 0.9;
  text-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.feature-band__intro-copy p {
  margin: 0;
  max-width: 27ch;
  color: rgba(255, 246, 223, 0.98);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.feature-band--side-panel {
  min-height: clamp(420px, 62vw, 680px);
  border-top: 0;
  border-bottom: 0;
}

.feature-band--side-panel video {
  filter: brightness(1.48) contrast(1.02) saturate(1.2);
  object-position: center 38%;
  opacity: 1;
}

.feature-band--side-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 18, 13, 0.78) 0%, rgba(17, 18, 13, 0.3) 16%, rgba(17, 18, 13, 0.08) 30%, rgba(17, 18, 13, 0) 44%);
  pointer-events: none;
}

.section--events {
  position: relative;
  margin-top: clamp(-2.4rem, -4vw, -1.35rem);
  padding-top: clamp(2.2rem, 5vw, 3rem);
  padding-bottom: clamp(0.55rem, 1.15vw, 0.8rem);
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(17, 18, 13, 0.02), rgba(17, 18, 13, 0.1) 15%, rgba(17, 18, 13, 0.22) 100%),
    linear-gradient(180deg, rgba(255, 248, 234, 0.025), rgba(255, 191, 63, 0.045)),
    rgba(255, 248, 234, 0.015);
}

.section--events::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(10px, 1.8vw, 16px);
  background:
    linear-gradient(180deg, rgba(17, 18, 13, 0) 0%, rgba(17, 18, 13, 0.04) 60%, rgba(17, 18, 13, 0.075) 100%),
    linear-gradient(90deg, rgba(202, 163, 98, 0) 0%, rgba(202, 163, 98, 0.022) 50%, rgba(202, 163, 98, 0) 100%);
  pointer-events: none;
}

.happening-heading--streamlined {
  gap: 1.15rem;
}

.feature-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 9, 6, 0.78), rgba(8, 9, 6, 0.14));
}

.feature-band .section {
  position: relative;
  z-index: 1;
}

.page-hero {
  min-height: 56vh;
  display: grid;
  align-items: end;
  background-size: cover;
  background-position: center;
  position: relative;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, var(--bg), rgba(17, 18, 13, 0.18)), linear-gradient(90deg, rgba(17, 18, 13, 0.66), transparent);
}

.page-hero .section {
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
}

.inquiry-page-main {
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(4rem, 7vw, 6rem);
}

.inquiry-page-section {
  display: grid;
  gap: 0;
}

.inquiry-page-header {
  display: grid;
  gap: 0.8rem;
  margin-bottom: clamp(1.2rem, 2.5vw, 1.9rem);
  text-align: left;
}

.inquiry-page-header .eyebrow {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
}

.inquiry-page-header h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(2.25rem, 3.5vw, 3.25rem);
  line-height: 0.95;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inquiry-page-header p:not(.eyebrow) {
  margin: 0;
  max-width: 720px;
  font-size: 1rem;
  line-height: 1.55;
}

.inquiry-form-section {
  padding-top: 0;
}

.inquiry-form-intro {
  margin-bottom: 1rem;
}

.inquiry-form-intro p {
  margin: 0;
  max-width: 720px;
  color: rgba(255, 246, 223, 0.76);
  font-size: 0.95rem;
  line-height: 1.5;
}

.inquiry-form-section form.content-panel,
.inquiries-page [data-inquiry-form] {
  width: min(100%, 980px);
  margin-left: 0;
  margin-right: auto;
  margin-top: 0.75rem;
}

.page-hero--menu::after {
  background:
    linear-gradient(0deg, rgba(17, 18, 13, 0.96), rgba(17, 18, 13, 0.18)),
    linear-gradient(90deg, rgba(17, 18, 13, 0.72), rgba(17, 18, 13, 0.12) 56%, rgba(17, 18, 13, 0.52));
}

.page-hero--menu .section {
  display: grid;
  gap: 0.95rem;
  max-width: 40rem;
  padding-bottom: 3rem;
}

.page-hero--menu .cta-row {
  margin-top: 0.15rem;
}

.page-hero--menu h1 {
  font-size: clamp(2.8rem, 5.5vw, 4.3rem);
  line-height: 0.95;
  max-width: 10ch;
}

.page-hero--menu .section > p:not(.eyebrow) {
  max-width: 35rem;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.55;
}

.section--menu-products,
.section--menu-taproom,
.section--menu-togo,
#made-by-roha,
#to-go,
#beer-lineup,
#high-point,
#to-go-cans {
  scroll-margin-top: 110px;
}

.menu-page-main {
  display: grid;
  gap: clamp(0.85rem, 1.8vw, 1.45rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
}

.menu-page-main > .section {
  padding-top: clamp(1.7rem, 3vw, 2.7rem);
  padding-bottom: clamp(1.7rem, 3vw, 2.7rem);
}

.menu-page-hero {
  position: relative;
  min-height: min(78vh, 52rem);
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 248, 234, 0.08);
}

.menu-page-hero__media,
.menu-page-hero__overlay {
  position: absolute;
  inset: 0;
}

.menu-page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.menu-page-hero__overlay {
  background:
    linear-gradient(180deg, rgba(17, 18, 13, 0.28), rgba(17, 18, 13, 0.88) 82%),
    linear-gradient(90deg, rgba(17, 18, 13, 0.82), rgba(17, 18, 13, 0.2) 52%, rgba(17, 18, 13, 0.68));
}

.menu-page-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  width: min(var(--max), calc(100% - 2rem));
  padding: clamp(5rem, 10vw, 8rem) 0 clamp(2.25rem, 4.8vw, 3.6rem);
}

.menu-page-hero__content h1 {
  max-width: 9ch;
  font-size: clamp(3rem, 7vw, 5.4rem);
}

.menu-page-hero__content > p:not(.eyebrow) {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 246, 223, 0.86);
  font-size: 1.08rem;
  line-height: 1.6;
}

.menu-hero-accent {
  display: block;
  width: clamp(9rem, 18vw, 15rem);
  height: 2px;
  margin-top: clamp(1.2rem, 2vw, 1.8rem);
  border-radius: 999px;
  background: rgba(246, 181, 49, 0.45);
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(246, 181, 49, 0.04);
}

.menu-hero-accent::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 46%;
  background: linear-gradient(90deg, transparent, rgba(246, 181, 49, 0.95), transparent);
  animation: menuHeroAccentSweep 3.8s ease-in-out infinite;
}

@keyframes menuHeroAccentSweep {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    transform: translateX(260%);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .menu-hero-accent::after {
    animation: none;
    opacity: 0;
  }
}

.menu-intro-strip {
  display: grid;
  gap: 0.95rem;
  padding-top: clamp(1.15rem, 2vw, 1.8rem);
  padding-bottom: clamp(1rem, 1.8vw, 1.55rem);
}

.menu-intro-strip__copy {
  display: grid;
  gap: 0.45rem;
  max-width: 42rem;
}

.menu-intro-strip__copy h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  max-width: 12ch;
  margin: 0;
}

.menu-intro-strip__copy p:not(.eyebrow) {
  margin: 0;
  max-width: 34rem;
  color: rgba(255, 246, 223, 0.76);
  font-size: 1rem;
  line-height: 1.65;
}

.menu-section-head {
  margin-bottom: 1rem;
}

.menu-section-head h2 {
  font-size: clamp(1.95rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.04em;
  max-width: 13ch;
}

.menu-section-head--secondary h2 {
  max-width: 22ch;
}

.section--menu-products {
  padding-top: clamp(1.15rem, 2vw, 1.7rem);
  padding-bottom: clamp(0.7rem, 2vw, 1.15rem);
}

.section--menu-taproom {
  padding-top: clamp(1.05rem, 1.9vw, 1.55rem);
  padding-bottom: clamp(0.75rem, 1.5vw, 1.1rem);
}

.menu-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.menu-start-here {
  margin: 0;
}

.menu-start-here__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.menu-section-head__note {
  max-width: 46rem;
  margin: 0.65rem 0 0;
  color: rgba(255, 246, 223, 0.74);
  font-size: 1rem;
  line-height: 1.65;
}

.menu-product-group__note {
  margin: 0.35rem 0 0;
  color: rgba(255, 246, 223, 0.62);
  font-size: 0.9rem;
  line-height: 1.45;
  max-width: 46rem;
}

.menu-filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 0.95rem;
  border: 1px solid rgba(255, 248, 234, 0.16);
  border-radius: 999px;
  background: rgba(255, 248, 234, 0.04);
  color: rgba(255, 246, 223, 0.8);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  cursor: pointer;
}

.menu-filter-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 191, 63, 0.42);
  color: var(--cream);
}

.menu-filter-chip.is-active {
  background: rgba(255, 191, 63, 0.15);
  border-color: rgba(255, 191, 63, 0.48);
  color: var(--cream);
}

.menu-product-grid {
  display: grid;
  gap: 0.9rem;
}

.menu-product-group {
  display: grid;
  gap: 0.68rem;
}

.menu-product-group + .menu-product-group {
  margin-top: 0.08rem;
}

.menu-product-group__head .eyebrow {
  color: rgba(255, 246, 223, 0.78);
  font-weight: 900;
}

.menu-product-group__description {
  margin: 0.3rem 0 0;
  max-width: 42rem;
  color: rgba(255, 246, 223, 0.74);
  font-size: 0.98rem;
  line-height: 1.62;
}

.menu-product-group__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.menu-product-group--core-draft {
  gap: 0.55rem;
  margin-top: clamp(0.45rem, 1.5vw, 0.85rem);
}

.menu-product-group--core-draft + .menu-product-group--minimal,
.menu-product-group--minimal + .menu-product-group--minimal {
  margin-top: clamp(0.5rem, 1.4vw, 0.9rem);
}

.menu-product-group--core-draft .menu-product-group__head {
  margin-bottom: 0.18rem;
}

.menu-product-group--core-draft .menu-product-group__head .eyebrow {
  color: rgba(255, 246, 223, 0.9);
  font-size: clamp(1.26rem, 2.15vw, 1.72rem);
  line-height: 1;
  letter-spacing: 0.11em;
  font-weight: 900;
}

.menu-product-group__grid--core-draft .menu-product-card__body {
  gap: 0.6rem;
  padding: 0.95rem 0.95rem 1rem;
}

.menu-product-group__grid--core-draft .menu-product-card__heading h3 {
  font-size: 1.42rem;
  line-height: 1;
}

.menu-product-group__grid--core-draft .menu-product-card__badge--topright {
  font-size: 0.67rem;
}

.menu-product-group__grid--core-draft .menu-product-card__heading {
  gap: 0.7rem;
}

.menu-product-group__grid--core-draft .menu-product-card__heading h3 {
  font-size: 1.48rem;
  line-height: 0.98;
}

.menu-product-group__grid--core-draft .menu-product-card__style {
  margin-top: 0.26rem;
  font-size: 0.98rem;
  line-height: 1.36;
}

.menu-product-group__grid--core-draft .menu-product-card__stats {
  margin-top: 0.1rem;
  font-size: 0.92rem;
  line-height: 1.38;
}

.menu-product-group__grid--core-draft .menu-product-card__availability {
  margin-top: -0.02rem;
}

.menu-product-group__grid--core-draft .menu-product-card__availability-tag {
  font-size: 0.7rem;
}

.menu-product-group__grid--core-draft .menu-product-card__description {
  font-size: 0.95rem;
  line-height: 1.52;
}

.menu-product-group--coming-soon {
  gap: 0.9rem;
  margin-top: clamp(1.05rem, 2.6vw, 1.75rem);
  padding: clamp(0.9rem, 1.7vw, 1.18rem);
  border: 1px solid rgba(255, 191, 63, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(155deg, rgba(255, 191, 63, 0.075), transparent 42%),
    rgba(18, 19, 15, 0.78);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 248, 234, 0.04);
}

.menu-product-group--coming-soon .menu-product-group__head {
  margin-bottom: 0.08rem;
}

.menu-product-group--coming-soon .menu-product-group__head .eyebrow {
  color: rgba(255, 246, 223, 0.92);
  font-size: clamp(1.1rem, 1.8vw, 1.42rem);
  line-height: 1;
  letter-spacing: 0.11em;
  font-weight: 900;
}

.menu-product-group--coming-soon .menu-product-group__grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 320px));
  justify-content: start;
  gap: 1rem;
}

.menu-product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 234, 0.11);
  border-radius: 18px;
  background:
    linear-gradient(160deg, rgba(255, 248, 234, 0.085), transparent 38%),
    rgba(28, 30, 22, 0.88);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(255, 248, 234, 0.025);
}

.menu-product-card--featured {
  min-height: 100%;
  border-color: rgba(255, 191, 63, 0.26);
  background:
    linear-gradient(155deg, rgba(255, 248, 234, 0.12), transparent 42%),
    rgba(30, 31, 23, 0.94);
  box-shadow: 0 30px 62px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 191, 63, 0.07);
}

.menu-product-card--featured .menu-product-card__heading h3 {
  font-size: 1.48rem;
}

.menu-product-card--featured .menu-product-card__body {
  gap: 0.8rem;
  padding: 1.15rem 1.15rem 1.2rem;
}

.menu-product-card--is-sour {
  border-color: rgba(255, 191, 63, 0.18);
}

.menu-product-card--is-seltzer {
  background:
    linear-gradient(160deg, rgba(255, 248, 234, 0.09), transparent 40%),
    rgba(29, 31, 24, 0.84);
}

.menu-product-card--is-na {
  background:
    linear-gradient(160deg, rgba(215, 225, 220, 0.06), transparent 42%),
    rgba(24, 26, 22, 0.82);
  border-color: rgba(220, 230, 225, 0.12);
}

.menu-product-card__media {
  flex: 0 0 auto;
  position: relative;
  aspect-ratio: 1.3 / 1;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 248, 234, 0.08), rgba(255, 191, 63, 0.05)),
    rgba(17, 18, 13, 0.72);
}

.menu-product-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.menu-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.menu-product-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0.3rem 0.56rem;
  border: 1px solid rgba(255, 191, 63, 0.28);
  border-radius: 999px;
  background: rgba(17, 18, 13, 0.56);
  color: rgba(255, 246, 223, 0.88);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.menu-product-card__badges {
  position: absolute;
  top: 1.05rem;
  left: 1.05rem;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.menu-product-card__badges--inline {
  position: static;
  display: grid;
  justify-items: start;
  gap: 0.42rem;
  margin-bottom: 0;
}

.menu-product-card__badges--topright {
  position: static;
  justify-content: flex-end;
  gap: 0.4rem;
  max-width: 9rem;
  margin-left: auto;
}

.menu-product-card__badge--inline {
  position: static;
  margin-bottom: 0;
  width: fit-content;
}

.menu-product-card__badge--topright {
  min-height: 24px;
  padding: 0.24rem 0.52rem;
  font-size: 0.65rem;
}

.menu-product-card__badge.is-scan {
  background: rgba(255, 191, 63, 0.14);
  border-color: rgba(255, 191, 63, 0.34);
  color: rgba(255, 248, 234, 0.94);
}

.menu-product-card__badge.is-meta {
  background: rgba(17, 18, 13, 0.54);
  border-color: rgba(255, 248, 234, 0.14);
}

.menu-product-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.68rem;
  padding: 1rem 1rem 1.05rem;
  min-height: 0;
}

.menu-product-card__upper {
  display: grid;
  gap: 0.62rem;
}

.menu-product-card__callout {
  margin: 0;
  color: rgba(255, 191, 63, 0.9);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-product-card__heading {
  display: block;
}

.menu-product-card__heading h3,
.menu-taproom-item__topline h4 {
  margin: 0;
}

.menu-product-card__heading h3 {
  font-size: 1.3rem;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.menu-product-card__type {
  margin: 0 0 0.3rem;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255, 246, 223, 0.86);
}

.menu-product-card--is-sour .menu-product-card__type {
  color: rgba(255, 224, 159, 0.84);
}

.menu-product-card--is-seltzer .menu-product-card__type {
  color: rgba(244, 241, 229, 0.82);
}

.menu-product-card--is-na .menu-product-card__type {
  color: rgba(216, 226, 220, 0.74);
}

.menu-product-card__style {
  margin: 0.34rem 0 0;
  color: rgba(255, 246, 223, 0.82);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.36;
}

.menu-product-card__stats {
  margin: 0.12rem 0 0;
  color: rgba(255, 246, 223, 0.78);
  font-size: 0.89rem;
  font-weight: 660;
  line-height: 1.38;
}

.menu-product-card__signal {
  margin: 0;
  color: rgba(255, 246, 223, 0.62);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.menu-product-card__availability {
  display: grid;
  justify-items: start;
  gap: 0.42rem;
  margin-top: 0;
}

.menu-product-card__pill-stack {
  display: grid;
  gap: 0.45rem;
  align-content: start;
}

.menu-product-card__support {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  margin-top: auto;
  padding-top: 0.3rem;
}

.menu-product-card__availability-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0.22rem 0.52rem;
  border: 1px solid rgba(255, 248, 234, 0.14);
  border-radius: 999px;
  background: rgba(255, 248, 234, 0.05);
  color: rgba(255, 246, 223, 0.8);
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.menu-product-card__to-go-indicator {
  margin: 0;
  padding-top: 0.08rem;
  color: rgba(235, 195, 113, 0.8);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.menu-product-card__stats span,
.menu-taproom-item__meta span {
  color: rgba(255, 191, 63, 0.62);
}

.menu-product-card__description {
  margin: 0;
  color: rgba(255, 246, 223, 0.82);
  font-size: 0.94rem;
  line-height: 1.55;
}

.menu-product-card--text-only .menu-product-card__body {
  flex: 1 1 auto;
}

.menu-product-card--compact {
  background:
    linear-gradient(160deg, rgba(255, 248, 234, 0.065), transparent 42%),
    rgba(24, 25, 19, 0.82);
}

.menu-product-card--compact .menu-product-card__body {
  gap: 0.62rem;
  padding: 0.92rem 0.95rem 1rem;
}

.menu-product-card--compact .menu-product-card__upper {
  gap: 0.56rem;
}

.menu-product-card--compact .menu-product-card__heading h3 {
  font-size: 1.2rem;
}

.menu-product-card--compact .menu-product-card__description {
  font-size: 0.9rem;
  line-height: 1.5;
}

.menu-rotating-drafts {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
  margin-top: 1rem;
}

.menu-rotating-drafts__copy {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.menu-rotating-drafts__list {
  display: grid;
  gap: 0.85rem;
}

.menu-rotating-drafts__media {
  position: relative;
  overflow: hidden;
  min-height: 24rem;
  border: 1px solid rgba(255, 248, 234, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 248, 234, 0.08), transparent 40%),
    rgba(24, 25, 19, 0.86);
}

.menu-rotating-drafts__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.menu-rotating-draft-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.95rem 0.98rem 1rem;
  border: 1px solid rgba(255, 248, 234, 0.11);
  border-radius: 18px;
  background:
    linear-gradient(160deg, rgba(255, 248, 234, 0.08), transparent 42%),
    rgba(26, 28, 21, 0.9);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.menu-rotating-draft-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
}

.menu-rotating-draft-card__header > div:first-child {
  flex: 1 1 auto;
  min-width: 0;
}

.menu-rotating-draft-card__header .menu-product-card__badges--topright {
  flex: 0 0 auto;
  margin-left: 0;
}

.menu-rotating-draft-card__header h3 {
  margin: 0;
  font-size: 1.24rem;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.menu-rotating-draft-card__header .menu-product-card__style {
  margin-top: 0.3rem;
}

.menu-rotating-draft-card__support {
  display: grid;
  gap: 0.32rem;
  margin-top: auto;
  padding-top: 0.12rem;
}

.menu-rotating-draft-card__description,
.menu-rotating-draft-card__formats {
  margin: 0;
  color: rgba(255, 246, 223, 0.78);
  font-size: 0.92rem;
  line-height: 1.5;
}

.menu-rotating-draft-card__formats {
  color: rgba(255, 246, 223, 0.62);
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.menu-rotating-draft-card .menu-product-card__to-go-indicator {
  margin-top: 0;
  padding-top: 0.05rem;
}

.menu-taproom-groups {
  display: block;
}

.menu-taproom-group {
  padding: 1rem 1rem 0.95rem;
  border: 1px solid rgba(255, 248, 234, 0.12);
  border-radius: 16px;
  background: rgba(20, 21, 16, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 248, 234, 0.03);
}

.menu-taproom-group .eyebrow {
  color: rgba(255, 191, 63, 0.78);
}

.menu-taproom-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
}

.menu-taproom-layout--no-spirits {
  grid-template-columns: minmax(0, 1fr);
}

.menu-taproom-group--spirits {
  min-height: 100%;
}

.menu-taproom-stack {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
}

.menu-taproom-list {
  list-style: none;
  padding: 0;
  margin: 0.78rem 0 0;
  display: grid;
}

.menu-taproom-item {
  padding: 0.62rem 0;
  border-top: 1px solid rgba(255, 248, 234, 0.08);
}

.menu-taproom-item:first-child {
  padding-top: 0;
  border-top: 0;
}

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

.menu-taproom-item__topline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
}

.menu-taproom-item__topline h4 {
  font-size: 0.98rem;
}

.menu-taproom-item__meta {
  margin: 0.18rem 0 0;
  color: rgba(255, 246, 223, 0.74);
  font-size: 0.88rem;
  line-height: 1.38;
}

.menu-taproom-group__more {
  margin: 0.72rem 0 0;
  color: rgba(235, 195, 113, 0.76);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.menu-story-split,
.menu-release-feature {
  padding-top: clamp(1rem, 1.8vw, 1.45rem);
  padding-bottom: clamp(1.5rem, 2.6vw, 2.25rem);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
}

.menu-story-split--brewhouse {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.menu-story-split__media,
.menu-release-feature__media {
  position: relative;
  overflow: hidden;
  min-height: 22rem;
  border: 1px solid rgba(255, 248, 234, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 248, 234, 0.08), transparent 40%),
    rgba(24, 25, 19, 0.86);
}

.menu-story-split__media img,
.menu-release-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

[data-menu-photo-frame].is-missing-photo {
  display: grid;
  place-items: center;
}

[data-menu-photo-frame].is-missing-photo::after {
  content: "RoHa Taproom";
  color: rgba(255, 246, 223, 0.7);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.menu-story-split__copy,
.menu-release-feature__copy {
  display: grid;
  align-content: center;
  gap: 0.85rem;
  padding: clamp(1.25rem, 2vw, 1.8rem) 0;
}

.menu-story-split__copy h2,
.menu-release-feature__copy h2 {
  font-size: clamp(1.95rem, 3.4vw, 2.85rem);
  max-width: 12ch;
  line-height: 1;
  letter-spacing: -0.04em;
}

.menu-story-split__copy p:not(.eyebrow),
.menu-release-feature__copy p:not(.eyebrow) {
  margin: 0;
  max-width: 36rem;
  color: rgba(255, 246, 223, 0.76);
  font-size: 1rem;
  line-height: 1.68;
}

.menu-bottom-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: stretch;
  min-height: clamp(420px, 46vw, 520px);
  padding: 0;
  border: 1px solid rgba(255, 248, 234, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 191, 63, 0.05), rgba(255, 248, 234, 0.012) 46%),
    rgba(22, 23, 17, 0.9);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
}

.menu-bottom-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 11, 8, 0.56) 0%, rgba(10, 11, 8, 0.14) 30%, rgba(10, 11, 8, 0.08) 54%, rgba(10, 11, 8, 0.32) 100%),
    linear-gradient(90deg, rgba(10, 11, 8, 0.14) 0%, rgba(10, 11, 8, 0.08) 40%, rgba(10, 11, 8, 0.22) 100%);
  pointer-events: none;
}

.menu-bottom-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(244, 205, 118, 0.08);
  pointer-events: none;
}

.menu-bottom-cta__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: rgba(24, 25, 19, 0.86);
}

.menu-bottom-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 34% 40%;
  filter: saturate(1.03) contrast(1.04) brightness(0.97);
}

.menu-bottom-cta__copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 0.95rem;
  padding: clamp(1.45rem, 3vw, 2.5rem);
}

.menu-bottom-cta__copy h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4.8vw, 4.15rem);
  max-width: none;
  line-height: 0.94;
  letter-spacing: -0.05em;
  color: rgba(255, 249, 239, 0.98);
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.32);
}

.menu-bottom-cta__copy p:not(.eyebrow) {
  margin: 0;
  max-width: 30rem;
  color: rgba(255, 246, 223, 0.84);
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.62;
}

.menu-bottom-cta .cta-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
}

.menu-story-split--to-go .menu-story-split__copy {
  padding-left: clamp(0rem, 1vw, 0.5rem);
}

.menu-to-go-summary {
  display: grid;
  gap: 0.8rem;
}

.menu-to-go-summary__item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(255, 248, 234, 0.08);
}

.menu-to-go-summary__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.menu-to-go-summary__item h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}

.menu-to-go-summary__item p {
  margin: 0;
  color: rgba(255, 246, 223, 0.72);
  font-size: 0.95rem;
  line-height: 1.45;
}

.menu-to-go-summary__price {
  color: var(--cream);
  font-size: 0.96rem;
  font-weight: 850;
  white-space: nowrap;
}

.menu-inline-callout {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.25rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 248, 234, 0.1);
  border-radius: 16px;
  background: rgba(255, 248, 234, 0.04);
}

.menu-inline-callout p {
  margin: 0;
}

.menu-inline-callout .button {
  justify-self: start;
  margin-top: 0.2rem;
}

.menu-empty-state--soft {
  background: rgba(23, 24, 18, 0.42);
}

.menu-empty-state {
  padding: 1.4rem;
  border: 1px dashed rgba(255, 248, 234, 0.14);
  border-radius: 16px;
  background: rgba(22, 23, 17, 0.5);
  color: rgba(255, 246, 223, 0.78);
}

.menu-empty-state p {
  margin: 0;
}

.visit-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 1rem;
}

.hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.hours-list strong {
  color: var(--cream);
}

.map-placeholder {
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: 2rem;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(129, 155, 85, 0.22), transparent 40%),
    linear-gradient(45deg, rgba(239, 180, 71, 0.16), transparent 38%),
    var(--panel);
  text-align: center;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.4rem;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  color: var(--cream);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 248, 234, 0.08);
  color: var(--text);
  padding: 0.95rem;
  font: inherit;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(239, 180, 71, 0.55);
  outline-offset: 2px;
}

.form-status {
  min-height: 1.5rem;
  color: var(--amber);
  font-weight: 800;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 1rem;
  background:
    radial-gradient(circle at 24% 16%, rgba(245, 192, 74, 0.14), transparent 28rem),
    rgba(0, 0, 0, 0.68);
}

.age-gate[hidden] {
  display: none;
}

.age-gate__panel {
  width: min(560px, 100%);
  padding: clamp(2.5rem, 5vw, 3rem) clamp(2rem, 4vw, 2.5rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(15, 15, 15, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 28px rgba(245, 192, 74, 0.08);
  text-align: center;
  animation: ageGateFadeIn 300ms ease-out;
}

.age-modal-logo {
  display: block;
  margin: 0 auto 24px;
  width: 120px;
  max-width: 40%;
  height: auto;
  object-fit: contain;
  opacity: 0.95;
}

.age-gate__panel h2 {
  margin: 0 0 16px;
  font-size: clamp(2.25rem, 5vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.age-gate__panel > p:not(.age-gate__blocked) {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  line-height: 1.5;
}

@keyframes ageGateFadeIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.age-gate__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-top: 1.75rem;
}

.age-gate__actions .button {
  width: 100%;
  min-height: 52px;
  padding: 0.9rem 1.35rem;
  border-radius: 6px;
  background: linear-gradient(135deg, #f5c04a, #e0a93a);
  color: #120d05;
  border: none;
  box-shadow: 0 6px 20px rgba(245, 192, 74, 0.25);
}

.age-gate__actions .button:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #f7ca63, #e9b44a);
  box-shadow: 0 10px 28px rgba(245, 192, 74, 0.35);
}

.age-gate__actions .button.secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.85);
  box-shadow: none;
}

.age-gate__actions .button.secondary:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.age-gate__blocked {
  margin-top: 1rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #11120d;
  padding: 4rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr 0.8fr;
  gap: 2rem;
}

.footer-brand {
  display: grid;
  align-content: start;
  gap: 0.8rem;
}

.footer-brand__logo {
  display: block;
  width: min(235px, 100%);
  height: auto;
}

.footer-brand p {
  margin: 0;
}

.footer-tagline {
  min-height: 1.4em;
}

.footer-links {
  display: grid;
  gap: 0.65rem;
}

.footer-hours {
  display: grid;
  gap: 0.2rem;
  margin-top: 1rem;
  color: rgba(255, 246, 223, 0.8);
  font-size: 0.97rem;
  line-height: 1.34;
}

.footer-hours p {
  margin: 0;
}

.footer-hours__heading {
  color: rgba(255, 246, 223, 0.94);
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.smallprint {
  width: min(var(--max), calc(100% - 2rem));
  margin: 3rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.note-list {
  color: var(--muted);
  padding-left: 1.2rem;
}

@media (max-width: 1120px) and (min-width: 881px) {
  .menu-start-here__grid,
  .menu-product-group__grid,
  .menu-taproom-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-rotating-drafts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .hero-media__image {
    background-position: 15% center;
  }
}

@media (max-width: 880px) {
  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    inset: 76px 1rem auto 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    border: 1px solid var(--line);
    background: var(--bg-soft);
  }

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

  .section-head,
  .tap-section-intro,
  .happening-layout,
  .split,
  .split.reverse,
  .visit-grid,
  .footer-grid,
  .menu-story-split,
  .menu-release-feature,
  .menu-bottom-cta,
  .menu-rotating-drafts {
    grid-template-columns: 1fr;
  }

  .events-editorial {
    gap: 1.25rem;
  }

  .events-secondary,
  .events-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .events-secondary__rail,
  .events-right-column {
    gap: 1rem;
  }

  .events-feature {
    min-height: 420px;
  }

  .events-feature__inner {
    max-width: none;
  }

  .next-event-row h3 {
    max-width: none;
  }

  .tap-section-image {
    min-height: 300px;
  }

  .program-media {
    grid-template-columns: 1fr;
  }

  .grid,
  .beer-grid,
  .event-grid {
    grid-template-columns: 1fr;
  }

  .menu-start-here__grid,
  .menu-product-group__grid,
  .menu-taproom-stack {
    grid-template-columns: 1fr;
  }

  .menu-taproom-layout {
    grid-template-columns: 1fr;
  }

  .menu-page-main {
    gap: 1.4rem;
  }

  .menu-page-hero {
    min-height: 70vh;
  }

  .menu-page-hero__content {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
  }

  .menu-page-hero__content h1 {
    font-size: clamp(2.55rem, 10vw, 4rem);
  }

  .menu-page-hero__content > p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.58;
  }

  .menu-intro-strip__copy h2,
  .menu-section-head h2,
  .menu-story-split__copy h2,
  .menu-release-feature__copy h2,
  .menu-bottom-cta__copy h2 {
    max-width: none;
  }

  .menu-story-split__media,
  .menu-release-feature__media,
  .menu-bottom-cta__media,
  .menu-rotating-drafts__media {
    min-height: 18rem;
  }

  .menu-bottom-cta {
    min-height: 420px;
  }

  .menu-bottom-cta__copy {
    justify-self: end;
    width: min(100%, 26rem);
    margin-right: 1.15rem;
    padding: 1.3rem 1.1rem 1.2rem;
    gap: 0.8rem;
  }

  .menu-bottom-cta__media img {
    object-position: left center;
  }

  .media-card,
  .media-card.short {
    min-height: 360px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 78vh;
  }

  .hero::before {
    background-position: center 42%;
  }

  .hero--right-copy .hero-content {
    justify-content: flex-start;
  }

  .hero-copy .eyebrow {
    white-space: normal;
  }

  .hero-copy h1 {
    font-size: clamp(2.7rem, 10.2vw, 4.6rem);
    line-height: 0.86;
    max-width: 9ch;
  }

  .hero-copy > p:not(.eyebrow):not(.hero-note) {
    white-space: normal;
  }

  .feature-strip__inner {
    justify-content: flex-start;
  }

  .feature-band--pour-video .content-panel {
    max-width: none;
    margin-left: 0;
    background: rgba(24, 25, 18, 0.88);
    backdrop-filter: blur(7px);
  }

  .menu-filter-bar {
    flex-wrap: wrap;
    overflow-x: visible;
    padding-bottom: 0.3rem;
  }

  .menu-filter-bar::-webkit-scrollbar {
    height: auto;
  }

  .feature-band__intro-section {
    left: 1rem;
    bottom: 1.4rem;
    max-width: calc(100% - 2rem);
  }

  .feature-band__intro-copy {
    max-width: min(21rem, calc(100vw - 2rem));
  }

  .feature-band__intro-copy::before {
    inset: -0.55rem -0.6rem -0.45rem -0.6rem;
  }

  .feature-band__intro-copy h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    max-width: none;
  }

  .section--events {
    margin-top: 0;
    padding-top: 1.35rem;
    padding-bottom: 0.65rem;
  }

  .feature-band--pour-video {
    margin-top: 0;
  }

  .feature-band--pour-video .section {
    padding-top: 1.15rem;
    padding-bottom: 2.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pouring-hero-panel__subhead::after {
    animation: none;
  }

  [data-events-reveal],
  [data-events-reveal].is-visible,
  .happening-list--rows .event-card {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  .events-feature,
  .events-feature::before {
    transition: none !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}


/* Final patio intro override */
body .feature-band.feature-band--side-panel {
  position: relative;
}

body .feature-band.feature-band--side-panel .feature-band__intro-section {
  position: absolute !important;
  left: clamp(48px, 5vw, 90px) !important;
  right: auto !important;
  bottom: 28px !important;
  top: auto !important;
  width: auto !important;
  max-width: min(30rem, calc(100% - 3rem)) !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  transform: none !important;
  z-index: 3 !important;
}

body .feature-band.feature-band--side-panel .feature-band__intro-copy {
  max-width: min(30rem, calc(100vw - 3rem)) !important;
  margin: 0 !important;
}

body .feature-band.feature-band--side-panel .feature-band__intro-copy::before {
  inset: -0.45rem -0.65rem -0.35rem -0.65rem !important;
  background: linear-gradient(0deg, rgba(10, 11, 8, 0.12), rgba(10, 11, 8, 0.02) 65%, rgba(10, 11, 8, 0)) !important;
  filter: blur(4px) !important;
}

body .feature-band.feature-band--side-panel video {
  filter: brightness(1.25) saturate(1.1) contrast(1.02) !important;
  opacity: 1 !important;
}

body .feature-band.feature-band--side-panel::after {
  background: linear-gradient(0deg, rgba(17, 18, 13, 0.64) 0%, rgba(17, 18, 13, 0.24) 16%, rgba(17, 18, 13, 0.06) 30%, rgba(17, 18, 13, 0) 44%) !important;
}

@media (max-width: 900px) {
  body .feature-band.feature-band--side-panel .feature-band__intro-section {
    left: 1rem !important;
    bottom: 24px !important;
    max-width: calc(100% - 2rem) !important;
  }

  body .feature-band.feature-band--side-panel .feature-band__intro-copy {
    max-width: min(21rem, calc(100vw - 2rem)) !important;
  }
}
