:root {
  --ink: #171b16;
  --paper: #f1ead8;
  --cream: #fff7e8;
  --lake: #143f34;
  --lake-2: #0e2d28;
  --amber: #d58a2c;
  --orange: #c85332;
  --wood: #5b351f;
  --muted: rgba(23, 27, 22, .66);
  --line: rgba(23, 27, 22, .18);
  --shadow: 0 30px 90px rgba(20, 63, 52, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next Condensed", "Arial Narrow", "Segoe UI", system-ui, sans-serif;
  line-height: 1.45;
  letter-spacing: 0;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 18px clamp(18px, 4vw, 54px);
  color: var(--cream);
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease;
}
.site-header.is-scrolled, .menu-header {
  background: rgba(241, 234, 216, .94);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: .68rem;
  letter-spacing: .04em;
}
.top-nav {
  display: flex;
  gap: 30px;
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.top-nav a, .header-action { text-decoration: none; }
.header-action {
  justify-self: end;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 0 19px;
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
  background: var(--lake-2);
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(14, 45, 40, .95), rgba(14, 45, 40, .68) 40%, rgba(14, 45, 40, .08) 78%),
    linear-gradient(0deg, rgba(14, 45, 40, .74), rgba(14, 45, 40, .08) 54%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100dvh;
  width: min(850px, calc(100% - 34px));
  flex-direction: column;
  justify-content: flex-end;
  padding: 112px 0 102px clamp(18px, 6vw, 76px);
  color: var(--cream);
}
.eyebrow, .section-kicker {
  margin: 0 0 16px;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .2em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Arial Narrow", "Avenir Next Condensed", Impact, sans-serif;
  font-weight: 950;
  line-height: .92;
  letter-spacing: .01em;
  text-transform: uppercase;
}
h1 {
  max-width: 12ch;
  margin-bottom: 22px;
  font-size: clamp(4rem, 7.8vw, 7.7rem);
}
.hero-text {
  max-width: 560px;
  margin-bottom: 28px;
  color: rgba(255, 247, 232, .82);
  font-size: clamp(1.02rem, 2vw, 1.18rem);
}
.hero-actions, .selector-row, .menu-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.button, .selector-row button, .menu-filters button, .event-toggle {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 27, 22, .22);
  border-radius: 999px;
  background: transparent;
  padding: 0 20px;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.button.primary { border-color: var(--orange); background: var(--orange); color: var(--cream); }
.button.ghost { border-color: rgba(255, 247, 232, .54); color: var(--cream); }
.button:active, .header-action:active, .mobile-dock a:active, button:active { transform: translateY(1px); }

.hero-panel {
  position: absolute;
  right: clamp(18px, 4vw, 58px);
  bottom: clamp(22px, 6vw, 74px);
  z-index: 2;
  width: min(322px, calc(100% - 36px));
  border: 1px solid rgba(255, 247, 232, .22);
  background: rgba(14, 45, 40, .72);
  padding: 22px;
  color: var(--cream);
  backdrop-filter: blur(14px);
}
.hero-panel span, .event-note span, .menu-board span, .choice-strip span {
  display: block;
  margin-bottom: 9px;
  color: var(--amber);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero-panel b { display: block; margin-bottom: 10px; font-size: 1.35rem; }
.hero-panel p { margin-bottom: 0; color: rgba(255, 247, 232, .74); }

.choice-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
}
.choice-strip a {
  min-height: 208px;
  padding: clamp(24px, 5vw, 54px);
  border-right: 1px solid var(--line);
  background: #e5d6b9;
  text-decoration: none;
}
.choice-strip a:last-child { border-right: 0; }
.choice-strip b { display: block; margin-bottom: 8px; font-size: 1.2rem; }
.choice-strip p { max-width: 32ch; margin-bottom: 0; color: var(--muted); }

.night-section, .event-section, .bar-section, .visit-section, .board-section {
  padding: clamp(58px, 9vw, 120px) clamp(18px, 5vw, 76px);
}
.night-section {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: stretch;
}
.night-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--line);
  background: #e5d6b9;
  padding: clamp(28px, 5vw, 62px);
  box-shadow: var(--shadow);
}
.night-copy h2, .event-board h2, .bar-copy h2, .visit-heading h2, .menu-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(3rem, 7vw, 6.4rem);
}
.night-copy p:not(.eyebrow), .event-board p:not(.eyebrow), .bar-copy p, .visit-heading p, .menu-hero p {
  max-width: 58ch;
  color: var(--muted);
  font-size: 1.05rem;
}
.selector-row { margin: 16px 0 22px; }
.selector-row button.is-selected, .menu-filters button.is-selected, .event-toggle[aria-pressed="true"] {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--cream);
}
.text-link {
  width: max-content;
  color: var(--lake);
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.night-photo, .event-photo {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  background: var(--lake-2);
}
.night-photo img, .event-photo img, .bar-section > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.night-photo figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background: rgba(14, 45, 40, .82);
  padding: 14px 16px;
  color: var(--cream);
  font-weight: 850;
}

.event-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  gap: clamp(24px, 5vw, 64px);
  background: var(--lake);
  color: var(--cream);
}
.event-board {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.event-board p:not(.eyebrow) { color: rgba(255, 247, 232, .72); }
.event-toggle { width: max-content; border-color: rgba(255, 247, 232, .36); margin: 8px 0 18px; }
.event-note {
  border: 1px solid rgba(255, 247, 232, .22);
  background: rgba(255, 247, 232, .08);
  padding: 20px;
  opacity: .62;
}
.event-note.is-active { opacity: 1; box-shadow: 0 20px 70px rgba(0, 0, 0, .22); }
.event-note b { display: block; margin-bottom: 8px; font-size: 1.25rem; }
.event-note p { margin-bottom: 0; }

.bar-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .62fr);
  gap: 0;
  align-items: stretch;
}
.bar-section > img {
  min-height: 620px;
}
.bar-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #e5d6b9;
  padding: clamp(32px, 5vw, 64px);
}

.visit-section { background: #f6efdf; }
.visit-heading { margin-bottom: 34px; }
.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
}
.contact-grid a {
  min-height: 190px;
  padding: 24px;
  border-right: 1px solid var(--line);
  text-decoration: none;
}
.contact-grid a:last-child { border-right: 0; }
.contact-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--orange);
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.contact-grid b {
  overflow-wrap: anywhere;
  font-size: 1.16rem;
}

.menu-page { padding-bottom: 88px; }
.menu-hero {
  padding: 138px clamp(18px, 6vw, 84px) 36px;
}
.menu-hero h1 { max-width: 10ch; }
.menu-filters { margin-bottom: 24px; }
.menu-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  background: #e5d6b9;
}
.menu-board article {
  min-height: 280px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.menu-board article:nth-child(3n) { border-right: 0; }
.menu-board h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 3.4vw, 3.5rem);
}
.menu-board p { color: var(--muted); }

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 520ms ease, transform 520ms ease;
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mobile-dock {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 40;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 247, 232, .24);
  background: rgba(14, 45, 40, .92);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .28);
  backdrop-filter: blur(16px);
}
.mobile-dock a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 247, 232, .14);
  color: var(--cream);
  text-decoration: none;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mobile-dock a:last-child { border-right: 0; }
.mobile-dock .dock-call { background: var(--orange); }

@media (hover: hover) {
  .choice-strip a:hover, .contact-grid a:hover { background: #dcc798; }
  .button:hover, .header-action:hover, .selector-row button:hover, .menu-filters button:hover, .event-toggle:hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 900px) {
  body { padding-bottom: 84px; }
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 16px;
  }
  .top-nav { display: none; }
  .brand { font-size: .76rem; }
  .brand-mark { width: 32px; height: 32px; }
  .header-action { min-height: 40px; padding: 0 15px; }
  .hero-copy {
    width: min(100%, calc(100% - 28px));
    justify-content: center;
    padding: 92px 0 112px 16px;
  }
  h1 {
    max-width: 10.8ch;
    margin-bottom: 16px;
    font-size: clamp(3rem, 14vw, 4.35rem);
    line-height: .94;
  }
  .hero-text {
    max-width: 31ch;
    margin-bottom: 18px;
    font-size: .98rem;
  }
  .hero-actions { display: none; }
  .hero-panel {
    left: 16px;
    right: 16px;
    bottom: 86px;
    width: auto;
    padding: 14px 16px;
  }
  .hero-panel p { display: none; }
  .choice-strip, .night-section, .event-section, .bar-section, .contact-grid, .menu-board {
    grid-template-columns: 1fr;
  }
  .choice-strip a, .contact-grid a, .menu-board article {
    border-right: 0;
  }
  .night-section, .event-section, .bar-section, .visit-section, .board-section {
    padding: 52px 16px;
  }
  .night-copy h2, .event-board h2, .bar-copy h2, .visit-heading h2, .menu-hero h1 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }
  .night-photo, .event-photo, .bar-section > img {
    min-height: 380px;
  }
  .bar-copy { padding: 30px 20px; }
  .menu-hero { padding: 112px 16px 24px; }
  .mobile-dock { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
