/*
═══════════════════════════════════════════════════════════════════════════
REEL BAR — Client Site Rebuild  ·  Concept: "Tonight's Stagebill"
═══════════════════════════════════════════════════════════════════════════

Client: Reel Bar (Put-in-Bay, OH — South Bass Island)
Industry / category: Island bar + restaurant + live entertainment venue
Brand personality (from site + social): playful (Reel puns), irreverent (Ray Fogg
  adult comedy), authentic island ("real, right now" energy — Pickle Shot DNA)
Primary persona: Day-tripper / overnight visitor planning where to eat, drink,
  and catch a show tonight. Fear: tourist-trap mediocrity / missing the good act.
  Desire: one stop that does food + drinks + legendary stage.
Secondary persona: Midwest regulars (35–54) who already know Ray Fogg / Bob Gatewood
Customer journey: What's on tonight? → Is the food actually good? → How do I get
  there from the ferry / docks?
Primary conversion: See the live lineup / full schedule (drives foot traffic)
Secondary conversion: View menu · Call 419.285.1318 (visually quieter)
Metaphor / design concept: TONIGHT'S STAGEBILL — a venue program + dockside
  marquee. The site reads like a club's nightly setlist, not a SaaS landing page.
Layout DNA: Marquee masthead → setlist board of timed gigs → supporting-act food
  & drinks → backstage story → ferry-route contact. No cookie-cutter 3-card grid
  as identity. No full-bleed photo-overlay hero as the default opening.
Opening module: Dark stagebill strip with "NOW PLAYING" + featured artist +
  tonight-ish lineup teaser. Brand wood-sign plate ("Reel Food. Reel Music.
  Reel Fun.") sits as a secondary chapter, not the H1 strategy.
Proof strategy: #1 island entertainment vote · TripAdvisor quotes · 35+ years of
  Ray Fogg press · 100+ bourbons · viral Pickle Shot · intimate stage
Type direction: Oswald (condensed display) matches bold block REEL BAR wordmark
  + fishing-reel monogram. Source Sans 3 body (matches legacy WP Source Sans Pro).
Palette (from wood interiors, stage blacks, lake/bourbon energy — not prior clients):
  ink #12100e · paper #f2ebe0 · wood #3a281c · bourbon #c4892b · lake #1f4d5a · cream #faf6ef
One signature move: The Setlist Board — date/time-stamped gig cards as the
  primary trust + conversion surface (not a stock calendar widget aesthetic).
Deliberate non-goals:
  - No utility-bar → sticky → photo-overlay condensed caps stack (AAR / kennel fail)
  - No three equal icon feature cards as identity
  - No greenpath clinic / roof-pros split-hero / kennel outdoor-gold remix
  - No Inter + purple SaaS; no invert-filter logos; no centered header logo
Swap-test: Put All American Roof Pros logo here → looks absurd. Stagebill is
  entertainment-native. Pass.

Source content: reelbar.com + facebook.com/reelbarpib + Instagram @reelbar
═══════════════════════════════════════════════════════════════════════════
*/

:root {
  --ink: #12100e;
  --ink-soft: #2a241c;
  --paper: #f2ebe0;
  --cream: #faf6ef;
  --wood: #3a281c;
  --wood-mid: #5c4030;
  --bourbon: #c4892b;
  --bourbon-hot: #d99a35;
  --lake: #1f4d5a;
  --lake-bright: #2a6a7c;
  --line: rgba(18, 16, 14, 0.12);
  --line-strong: rgba(18, 16, 14, 0.22);
  --paper-dim: rgba(242, 235, 224, 0.08);
  --shadow: 0 18px 50px rgba(18, 16, 14, 0.14);
  --radius: 4px;
  --font-display: "Oswald", "Arial Narrow", system-ui, sans-serif;
  --font-body: "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;
  --max: 1180px;
  --header-h: 4.25rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--lake); text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--bourbon); }
:focus-visible { outline: 2px solid var(--bourbon); outline-offset: 3px; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--bourbon);
  color: var(--ink);
  padding: 0.6rem 1rem;
  z-index: 1000;
  font-weight: 700;
}
.skip-link:focus { left: 0.75rem; top: 0.75rem; }

.wrap {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}
.wrap--narrow { width: min(100% - 2rem, 760px); }

/* ─── Type ─── */
.kicker {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bourbon);
  margin: 0 0 0.55rem;
}
h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.05;
  text-transform: uppercase;
  margin: 0 0 0.6rem;
}
h1 { font-size: clamp(2.4rem, 7vw, 4.4rem); }
h2 { font-size: clamp(1.85rem, 4.5vw, 2.85rem); }
h3 { font-size: clamp(1.15rem, 2.2vw, 1.45rem); letter-spacing: 0.04em; }
.lede {
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 38rem;
  margin: 0 0 1.25rem;
}
.fine { font-size: 0.92rem; color: var(--ink-soft); }

/* ─── Buttons ─── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.85rem;
  padding: 0.7rem 1.25rem;
  border-radius: var(--radius);
  border: 2px solid transparent;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 0.2s var(--ease), background 0.2s, color 0.2s, border-color 0.2s;
}
.btn:hover { transform: translateY(-1px); }
.btn--bourbon {
  background: var(--bourbon);
  color: var(--ink) !important;
  border-color: var(--bourbon);
}
.btn--bourbon:hover { background: var(--bourbon-hot); color: var(--ink) !important; }
.btn--ghost-light {
  background: transparent;
  color: var(--cream) !important;
  border-color: rgba(250, 246, 239, 0.45);
}
.btn--ghost-light:hover {
  background: rgba(250, 246, 239, 0.08);
  border-color: var(--cream);
  color: var(--cream) !important;
}
.btn--ghost-dark {
  background: transparent;
  color: var(--ink) !important;
  border-color: var(--line-strong);
}
.btn--ghost-dark:hover {
  border-color: var(--ink);
  color: var(--ink) !important;
}
.btn--lake {
  background: var(--lake);
  color: var(--cream) !important;
  border-color: var(--lake);
}
.btn--lake:hover { background: var(--lake-bright); color: var(--cream) !important; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* Prose must never blank button labels */
.prose a.btn,
.prose a.btn--bourbon,
.prose a.btn--lake,
.prose a.btn--ghost-light,
.prose a.btn--ghost-dark { text-decoration: none; }

/* ─── Utility / header ─── */
.util {
  background: var(--ink);
  color: rgba(250, 246, 239, 0.78);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}
.util .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.1rem;
  padding-block: 0.35rem;
}
.util a {
  color: rgba(250, 246, 239, 0.78);
  text-decoration: none;
}
.util a:hover { color: var(--bourbon-hot); }
.util__social { display: flex; gap: 0.9rem; }
.util__meta { display: none; }
@media (min-width: 720px) {
  .util__meta { display: flex; gap: 1.25rem; align-items: center; }
}
@media (max-width: 719px) {
  .util__social { display: none; } /* mobile declutter */
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(250, 246, 239, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.25s var(--ease);
}
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(18, 16, 14, 0.08); }
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
  padding-block: 0.65rem;
}
.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: auto;
}
.logo img {
  width: clamp(108px, 28vw, 148px);
  height: auto;
}
.nav-desktop {
  display: none;
  align-items: center;
  gap: 0.15rem 1.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-desktop a {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  padding: 0.35rem 0;
}
.nav-desktop a:hover,
.nav-desktop a[aria-current="page"] { color: var(--lake); }
.nav-desktop .nav-cta {
  margin-left: 0.35rem;
  padding: 0.55rem 0.9rem;
  background: var(--bourbon);
  color: var(--ink) !important;
  border-radius: var(--radius);
}
.nav-desktop .nav-cta:hover { background: var(--bourbon-hot); color: var(--ink) !important; }

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: transparent;
  cursor: pointer;
  padding: 0.55rem;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--ink);
  border-radius: 1px;
}
.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.5rem 1rem 1.1rem;
  border-top: 1px solid var(--line);
  background: var(--cream);
}
.nav-mobile.is-open { display: flex; }
.nav-mobile a {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  padding: 0.75rem 0.25rem;
  border-bottom: 1px solid var(--line);
}
.nav-mobile a:last-child { border-bottom: 0; }

@media (min-width: 920px) {
  .nav-desktop { display: flex; }
  .nav-toggle { display: none; }
  .nav-mobile,
  .nav-mobile.is-open { display: none !important; }
}

/* ─── Stagebill hero ─── */
/* Aerial Put-in-Bay plate (harbor + Perry’s Monument) under the setlist UI */
.stagebill {
  background: #0a1218;
  color: var(--cream);
  padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(2.5rem, 6vw, 4rem);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.stagebill__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Keep harbor + monument in frame; favor water/monument over lower edge crop */
  object-position: 55% 35%;
  z-index: 0;
  transform: scale(1.02);
}
@media (max-width: 719px) {
  .stagebill__bg {
    /* Mobile: bias slightly toward Perry’s Monument / downtown cluster */
    object-position: 62% 42%;
  }
}
.stagebill__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  /* Readable type without erasing the island — heavier on copy side */
  background:
    linear-gradient(
      105deg,
      rgba(8, 12, 16, 0.88) 0%,
      rgba(8, 12, 16, 0.72) 38%,
      rgba(8, 14, 20, 0.55) 62%,
      rgba(10, 16, 22, 0.62) 100%
    ),
    linear-gradient(
      to top,
      rgba(8, 12, 16, 0.75) 0%,
      rgba(8, 12, 16, 0.2) 45%,
      rgba(8, 12, 16, 0.45) 100%
    );
}
.stagebill .wrap { position: relative; z-index: 2; }
.stagebill__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(250, 246, 239, 0.2);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
.stagebill__tag {
  font-family: var(--font-display);
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  color: var(--bourbon-hot);
  text-transform: uppercase;
  margin: 0 0 0.4rem;
}
.stagebill h1 {
  color: var(--cream);
  max-width: 14ch;
  margin-bottom: 0.35rem;
}
.stagebill__sub {
  color: rgba(250, 246, 239, 0.72);
  max-width: 32rem;
  margin: 0;
  font-size: 1.05rem;
}
.stagebill__badge {
  border: 1px solid rgba(196, 137, 43, 0.65);
  background: rgba(8, 12, 16, 0.72);
  backdrop-filter: blur(6px);
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  text-align: right;
  min-width: 11rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}
.stagebill__badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  color: var(--bourbon-hot);
  text-transform: uppercase;
}
.stagebill__badge span {
  font-size: 0.85rem;
  color: rgba(250, 246, 239, 0.7);
}

.stagebill__grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 900px) {
  .stagebill__grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: stretch;
    gap: 1.75rem;
  }
}

.featured-show {
  display: grid;
  gap: 0;
  background: rgba(8, 12, 16, 0.78);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(250, 246, 239, 0.16);
  border-radius: 6px;
  overflow: hidden;
  min-height: 100%;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}
@media (min-width: 560px) {
  .featured-show { grid-template-columns: 1.05fr 0.95fr; }
}
.featured-show__media {
  position: relative;
  min-height: 240px;
  background: #000;
}
.featured-show__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 20%;
  min-height: 240px;
}
.featured-show__body {
  padding: 1.25rem 1.2rem 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-show__when {
  font-family: var(--font-display);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--bourbon-hot);
  margin: 0 0 0.4rem;
}
.featured-show h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.3rem);
  color: var(--cream);
  margin-bottom: 0.45rem;
}
.featured-show p {
  color: rgba(250, 246, 239, 0.78);
  margin: 0 0 1rem;
  font-size: 0.98rem;
}
.featured-show .btn-row { margin-top: auto; }

.setlist-peek {
  background: rgba(8, 12, 16, 0.78);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(250, 246, 239, 0.16);
  border-radius: 6px;
  padding: 1rem 1rem 0.65rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}
.setlist-peek__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(250, 246, 239, 0.12);
}
.setlist-peek__head h2 {
  font-size: 1.15rem;
  color: var(--cream);
  margin: 0;
}
.setlist-peek__head a {
  color: var(--bourbon-hot);
  font-family: var(--font-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.78rem;
  text-decoration: none;
}
.setlist-peek__head a:hover { color: var(--cream); }
.setlist-row {
  display: grid;
  grid-template-columns: 4.2rem 1fr auto;
  gap: 0.65rem;
  align-items: center;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(250, 246, 239, 0.08);
  color: var(--cream);
  text-decoration: none;
}
.setlist-row:last-child { border-bottom: 0; }
.setlist-row:hover .setlist-row__act { color: var(--bourbon-hot); }
.setlist-row__time {
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  font-size: 0.88rem;
  color: rgba(250, 246, 239, 0.55);
}
.setlist-row__act {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1rem;
  color: var(--cream);
  transition: color 0.15s;
}
.setlist-row__day {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(250, 246, 239, 0.5);
  font-family: var(--font-display);
}
.stagebill__ctas {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.stagebill__proof {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  color: rgba(250, 246, 239, 0.62);
  font-size: 0.9rem;
}
.stagebill__proof strong { color: var(--cream); font-weight: 600; }

@media (max-width: 719px) {
  .stagebill__badge { text-align: left; }
  .stagebill__proof { display: none; } /* mobile declutter */
}

/* ─── Sections ─── */
.section { padding: clamp(3rem, 7vw, 5rem) 0; }
.section--cream { background: var(--cream); }
.section--wood {
  background: linear-gradient(180deg, var(--wood) 0%, #2a1c14 100%);
  color: var(--cream);
}
/* Light text only on wood — never inherit cream into cream cards (Reel Tots plate) */
.section--wood .lede {
  color: rgba(250, 246, 239, 0.88);
}
.section--wood h2 { color: var(--cream); }
.section--wood .menu-list li {
  border-bottom-color: rgba(250, 246, 239, 0.16);
}
.section--wood .menu-list strong {
  color: var(--cream);
}
.section--wood .menu-list span {
  /* was --ink-soft (dark) → invisible on wood brown */
  color: rgba(250, 246, 239, 0.78);
}
.section--ink {
  background: var(--ink);
  color: var(--cream);
}
.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1rem 2rem;
  margin-bottom: 1.75rem;
}
.section-head .lede { margin-bottom: 0; }

/* Mantra as in-flow story split (cream, framed media) — not a full-bleed black insert.
   Screenshot QA: full-bleed photo + black copy bar felt disconnected from stagebill + acts. */
.story-split--mantra {
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
  padding-bottom: clamp(2.25rem, 4.5vw, 3rem);
  border-bottom: 1px solid var(--line);
}
.story-split--mantra .story-split__media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 40%;
}
.story-split--mantra h2 {
  max-width: 12ch;
}
.section-head--after-mantra {
  margin-top: 0;
}

/* Three acts — NOT equal icon cards; staggered editorial */
.acts {
  display: grid;
  gap: 1rem;
}
@media (min-width: 840px) {
  .acts {
    grid-template-columns: 1.2fr 1fr 1fr;
    align-items: stretch;
  }
  .acts article:first-child { grid-row: span 1; }
}
.act-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 1px 0 rgba(18,16,14,0.03);
}
.act-card--featured {
  background: var(--ink);
  color: var(--cream);
  border-color: transparent;
}
.act-card--featured p { color: rgba(250,246,239,0.75); }
.act-card__img {
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #1a1612;
}
.act-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.act-card--featured .act-card__img { aspect-ratio: 16 / 12; }
.act-card__body { padding: 1.15rem 1.15rem 1.35rem; flex: 1; display: flex; flex-direction: column; }
.act-card__num {
  font-family: var(--font-display);
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--bourbon);
  margin: 0 0 0.35rem;
}
.act-card h3 { margin-bottom: 0.45rem; }
.act-card p { margin: 0 0 1rem; flex: 1; }
.act-card a.more {
  font-family: var(--font-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.82rem;
  text-decoration: none;
  color: var(--lake);
}
.act-card--featured a.more { color: var(--bourbon-hot); }
.act-card a.more:hover { color: var(--bourbon); }

/* Gig cards */
.gig-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 700px) {
  .gig-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1020px) {
  .gig-grid { grid-template-columns: repeat(3, 1fr); }
}
.gig-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 0.85rem;
  padding: 0.85rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s var(--ease);
}
.gig-card:hover {
  border-color: var(--bourbon);
  transform: translateY(-2px);
  color: inherit;
}
.gig-card__img {
  width: 96px;
  height: 96px;
  border-radius: 4px;
  overflow: hidden;
  background: #1a1612;
}
.gig-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.gig-card__meta {
  font-family: var(--font-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--lake);
  margin: 0 0 0.25rem;
}
.gig-card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.25rem;
}
.gig-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Reviews */
.review-stack {
  display: grid;
  gap: 1rem;
}
@media (min-width: 840px) {
  .review-stack { grid-template-columns: repeat(3, 1fr); }
}
.review {
  background: var(--cream);
  border-left: 3px solid var(--bourbon);
  padding: 1.2rem 1.15rem 1.25rem;
  box-shadow: var(--shadow);
}
.review blockquote {
  margin: 0 0 0.9rem;
  font-size: 1.05rem;
  line-height: 1.45;
}
.review cite {
  font-style: normal;
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--ink-soft);
}

/* Menu highlights */
.menu-highlights {
  display: grid;
  gap: 1rem;
}
@media (min-width: 760px) {
  .menu-highlights { grid-template-columns: 1.1fr 0.9fr; }
}
.menu-plate {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  /* Lock dark ink so wood-section cream doesn't paint the card */
  color: var(--ink);
}
.menu-plate img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.menu-plate__body { padding: 1.15rem 1.2rem 1.35rem; }
.menu-plate h3 {
  color: var(--ink);
}
.menu-plate .fine,
.menu-plate p {
  color: var(--ink-soft);
}
.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-list li {
  display: grid;
  gap: 0.15rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}
.menu-list li:last-child { border-bottom: 0; }
.menu-list strong {
  font-family: var(--font-display);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 1rem;
}
.menu-list span { color: var(--ink-soft); font-size: 0.95rem; }

/* Story split */
.story-split {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 880px) {
  .story-split { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}
.story-split__media {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.story-split__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}
/* Full facade — no crop that chops the REEL BAR sign or porch */
.story-split__media--exterior img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center center;
  background: #0e0c0a;
  height: auto;
}
.pullquote {
  margin: 1.25rem 0;
  padding: 1rem 0 1rem 1rem;
  border-left: 3px solid var(--bourbon);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.35;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (min-width: 760px) {
  .gallery { grid-template-columns: repeat(4, 1fr); gap: 0.65rem; }
}
.gallery figure {
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  background: #1a1612;
  aspect-ratio: 1;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery figure:first-child {
  grid-column: span 2;
  aspect-ratio: 16 / 10;
}
@media (min-width: 760px) {
  .gallery figure:first-child {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: auto;
    height: 100%;
  }
}

/* Contact */
.contact-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 880px) {
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
.contact-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.25rem 1.2rem;
}
.contact-card h3 { margin-bottom: 0.5rem; }
.contact-card p { margin: 0 0 0.65rem; }
.contact-card a.phone {
  font-family: var(--font-display);
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: var(--lake);
  text-decoration: none;
}
.contact-card a.phone:hover { color: var(--bourbon); }
.ferry-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ferry-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
}
.ferry-list li:last-child { border-bottom: 0; }
.ferry-list strong {
  display: block;
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.15rem;
}

.form {
  display: grid;
  gap: 0.85rem;
}
.form label {
  display: grid;
  gap: 0.3rem;
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.form input,
.form textarea {
  font: inherit;
  font-family: var(--font-body);
  letter-spacing: normal;
  text-transform: none;
  font-size: 1rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}
.form input:focus,
.form textarea:focus {
  outline: 2px solid var(--bourbon);
  outline-offset: 1px;
  border-color: transparent;
}
.form textarea { min-height: 8rem; resize: vertical; }
.form__row {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 560px) {
  .form__row { grid-template-columns: 1fr 1fr; }
}
.form-success {
  display: none;
  padding: 1rem;
  background: rgba(31, 77, 90, 0.1);
  border: 1px solid var(--lake);
  border-radius: var(--radius);
  color: var(--lake);
  font-weight: 600;
}
.form-success.is-visible { display: block; }
.form.is-sent .form-fields { display: none; }

/* Exterior plate — full-width facade, no tall black void under the photo.
   Primary image: patio/street angle (clean sky, building-forward).
   Side entrance is a small companion, not a height match for the main plate. */
.exterior {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  background: var(--cream);
}
.exterior__plate {
  margin: 0 0 1.15rem;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: transparent;
  line-height: 0; /* kill gap under img */
}
.exterior__plate img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  vertical-align: bottom;
}
.exterior__meta {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}
@media (min-width: 760px) {
  .exterior__meta {
    grid-template-columns: minmax(140px, 200px) 1fr;
    gap: 1.15rem;
  }
}
.exterior__entrance {
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #1a1612;
  line-height: 0;
}
.exterior__entrance img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 160px;
  max-height: 200px;
  object-fit: cover;
  object-position: center 18%;
}
@media (min-width: 760px) {
  .exterior__entrance img {
    max-height: none;
    min-height: 100%;
    aspect-ratio: 3 / 4;
  }
}
.exterior__card {
  background: var(--ink);
  color: var(--cream);
  border-radius: 6px;
  padding: 1.15rem 1.25rem 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.exterior__card h3 {
  color: var(--cream);
  margin-bottom: 0.35rem;
}
.exterior__card p {
  margin: 0 0 0.75rem;
  color: rgba(250, 246, 239, 0.75);
  font-size: 0.98rem;
}
.exterior__card .addr {
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 1.05rem;
  color: var(--bourbon-hot);
  margin-bottom: 0.65rem;
}
.exterior__card .btn-row { margin-top: 0.25rem; }

/* Page hero (interior pages) */
.page-hero {
  background: linear-gradient(160deg, #1a1612, #0e0c0a 60%, #163038);
  color: var(--cream);
  padding: clamp(2.2rem, 5vw, 3.4rem) 0;
  border-bottom: 3px solid var(--bourbon);
}
.page-hero h1 { color: var(--cream); }
.page-hero .lede { color: rgba(250, 246, 239, 0.75); margin-bottom: 0; }

/* Footer */
.site-footer {
  background: var(--ink);
  color: rgba(250, 246, 239, 0.7);
  padding: 2.5rem 0 1.5rem;
  font-size: 0.95rem;
}
.site-footer a { color: rgba(250, 246, 239, 0.85); text-decoration: none; }
.site-footer a:hover { color: var(--bourbon-hot); }
.footer-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 760px) {
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 1.5rem; }
}
.site-footer h3 {
  color: var(--cream);
  font-size: 0.95rem;
  margin-bottom: 0.7rem;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 0.4rem; }
.footer-logo img { width: 140px; margin-bottom: 0.75rem; }
.footer-bottom {
  border-top: 1px solid rgba(250, 246, 239, 0.1);
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  font-size: 0.85rem;
}

/* Sticky mobile CTA */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom));
  background: rgba(18, 16, 14, 0.94);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(196, 137, 43, 0.35);
  transform: translateY(110%);
  transition: transform 0.3s var(--ease);
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta .btn { width: 100%; }
@media (min-width: 920px) {
  .sticky-cta { display: none; }
}

/* Events page timeline */
.event-day {
  margin-bottom: 2rem;
}
.event-day__date {
  font-family: var(--font-display);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: var(--lake);
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--ink);
  margin-bottom: 0.85rem;
}
.event-item {
  display: grid;
  gap: 0.85rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 700px) {
  .event-item {
    grid-template-columns: 110px 120px 1fr;
    align-items: start;
  }
}
.event-item__time {
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  font-size: 1.1rem;
  color: var(--bourbon);
}
.event-item__img {
  width: 100%;
  max-width: 120px;
  aspect-ratio: 1;
  border-radius: 4px;
  overflow: hidden;
  background: #1a1612;
}
.event-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.event-item h3 { margin-bottom: 0.25rem; }
.event-item p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }

/* Menu PDF banner */
.pdf-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  background: var(--ink);
  color: var(--cream);
  border-radius: 6px;
  margin-bottom: 1.75rem;
}
.pdf-banner p { margin: 0; color: rgba(250,246,239,0.75); }

/* Artists roster */
.artist-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.artist-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.artist-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center top;
}
.artist-card__body { padding: 0.95rem 1rem 1.15rem; }
.artist-card h3 { margin-bottom: 0.3rem; }
.artist-card p { margin: 0; font-size: 0.92rem; color: var(--ink-soft); }

/* Misc */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.rule {
  height: 1px;
  background: var(--line);
  border: 0;
  margin: 1.5rem 0;
}
.chip {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.55rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.chip--bourbon {
  border-color: rgba(196, 137, 43, 0.5);
  color: var(--bourbon);
  background: rgba(196, 137, 43, 0.08);
}
.mb-0 { margin-bottom: 0; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 1.5rem; }

/* plate-ink-lock */
