/* ==========================================================================
   The Jukebox Bodrum — main.css
   "Neon on the bay": 1950s gig-poster typography meets a neon-lit pub at
   blue hour. Hand-written, no preprocessor, no framework. Dark-first, no
   theme toggle. Every class name here is the contract in DESIGN.md.

   Order: base → tokens → typography → layout utilities → cream context →
   buttons → header/nav → hero → ticker → motifs (bulbs, poster, vinyl) →
   events/schedule → drinks → menu → reviews/stats → split → gallery →
   hours/map/faq → footer → reveal → responsive → print → reduced motion
   ========================================================================== */


/* --------------------------------------------------------------------------
   1. Base / reset
   -------------------------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 1rem); }

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--midnight);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

body.nav-open { overflow: hidden; }

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

svg { display: inline-block; max-width: 100%; vertical-align: -.15em; }

img { height: auto; }

iframe { max-width: 100%; border: 0; }

h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd { margin: 0; }

a { color: var(--mint); text-decoration-thickness: 1px; text-underline-offset: .18em; }

a:hover { color: var(--amber); }

button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }

table { border-collapse: collapse; width: 100%; }

address { font-style: normal; }

strong, b { font-weight: 700; }

small { font-size: .875em; }

hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }

[id] { scroll-margin-top: calc(var(--header-h) + 1rem); }

:focus-visible { outline: 2px solid var(--mint); outline-offset: 3px; }

:focus:not(:focus-visible) { outline: none; }

::selection { background: var(--amber); color: var(--midnight); }


/* --------------------------------------------------------------------------
   2. Tokens (exactly as DESIGN.md) + a few derived helpers
   -------------------------------------------------------------------------- */
:root {
  --midnight: #0E0B16;
  --plum: #181327;
  --card: #211A33;
  --line: #332A4D;
  --cream: #F7EBD3;
  --cream-2: #EFDDBA;
  --paper-ink: #1E1626;
  --paper-muted: #5E5470;
  --red: #FF3F5C;
  --cherry: #D6203C;
  --amber: #FFB640;
  --mustard: #E5A62B;
  --mint: #3FE0B8;
  --teal: #1A8F84;
  --text: #F4EFE7;
  --muted: #B7AFC6;
  --glow-red: 0 0 8px rgba(255,63,92,.55), 0 0 24px rgba(255,63,92,.35), 0 0 64px rgba(255,63,92,.2);
  --glow-mint: 0 0 8px rgba(63,224,184,.5), 0 0 24px rgba(63,224,184,.3);
  --radius: 6px;

  /* derived — text-size ink on cream (teal 3.35:1 and cherry 4.30:1 both fail AA at body size) */
  --teal-ink: #136E66;    /* 5.15:1 on cream */
  --cherry-ink: #BE1A34;  /* 5.25:1 on cream */

  --font-display: "Alfa Slab One", "Rockwell", "Arial Black", Impact, sans-serif;
  --font-body: Rubik, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-script: Pacifico, "Brush Script MT", cursive;

  --header-h: 72px;
  --container: 1180px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

/* Alfa Slab One has no Cyrillic; Russian pages load Roboto Slab 900 instead (see layout.mjs) */
html[lang="ru"] {
  --font-display: "Roboto Slab", "Alfa Slab One", Rockwell, "Arial Black", Impact, sans-serif;
}

html[lang="ru"] h1, html[lang="ru"] h2, html[lang="ru"] .display { letter-spacing: 0; }

html[lang="ru"] h1, html[lang="ru"] h2, html[lang="ru"] .display,
html[lang="ru"] .wordmark, html[lang="ru"] .event-card__day, html[lang="ru"] .stat__num,
html[lang="ru"] .price, html[lang="ru"] .ticker__chip, html[lang="ru"] .schedule tbody th {
  font-weight: 900;
}


/* --------------------------------------------------------------------------
   3. Typography
   -------------------------------------------------------------------------- */
h1,
.display {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.75rem, 7vw, 5.5rem);
  line-height: .98;
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .45em;
}

h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -.005em;
  text-wrap: balance;
  margin-bottom: .55em;
}

h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.25rem; line-height: 1.3; margin-bottom: .4em; }

h4 { font-weight: 700; font-size: 1rem; line-height: 1.4; margin-bottom: .4em; }

p { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  display: block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .74rem;
  line-height: 1.4;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: .9rem;
}

.lead { font-size: 1.25rem; line-height: 1.55; color: var(--muted); max-width: 62ch; }

.script {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  color: var(--amber);
}

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

.prose { max-width: 62ch; }
.prose ul, .prose ol { padding-left: 1.25rem; margin: 0 0 1em; }
.prose li + li { margin-top: .35em; }


/* --------------------------------------------------------------------------
   4. Layout + utilities
   -------------------------------------------------------------------------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }

.container--narrow { max-width: 820px; }

.section { position: relative; padding-block: clamp(4rem, 8vw, 7rem); }

.section--plum { background: var(--plum); }

.section--cream { background: var(--cream); color: var(--paper-ink); }

.section--poster { background: var(--cream); color: var(--paper-ink); isolation: isolate; }

.section--poster::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: repeating-linear-gradient(135deg, var(--cream) 0 18px, var(--cream-2) 18px 36px);
  opacity: .35;
  pointer-events: none;
}

.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 4vw, 3rem); }

.section-head--center { margin-inline: auto; text-align: center; }

.section-head .lead { margin-top: .25rem; }

.section-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: clamp(2rem, 4vw, 3rem); }

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: .75rem;
  left: .75rem;
  z-index: 1000;
  padding: .75rem 1.25rem;
  background: var(--amber);
  color: var(--midnight);
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  transform: translateY(-200%);
  transition: transform .2s;
}

.skip-link:focus { transform: none; outline-color: var(--midnight); }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

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

.stack > * + * { margin-top: 1rem; }

.cluster { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; }

.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }

.rule--amber { border-top-color: rgba(255,182,64,.45); }

.tag-row { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; margin: 0; padding: 0; }

.tag {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .45em .9em;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text);
}

.tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 6px rgba(255,182,64,.7); }

/* stagger delays for .reveal */
.d-1 { transition-delay: .08s; }
.d-2 { transition-delay: .16s; }
.d-3 { transition-delay: .24s; }
.d-4 { transition-delay: .32s; }


/* --------------------------------------------------------------------------
   5. Cream context — anything sitting on a light section
   -------------------------------------------------------------------------- */
.section--cream h1, .section--cream h2, .section--cream h3, .section--cream h4,
.section--poster h1, .section--poster h2, .section--poster h3, .section--poster h4 { color: var(--paper-ink); }

.section--poster h2 { color: var(--cherry-ink); }

.section--cream .lead, .section--cream .muted,
.section--poster .lead, .section--poster .muted { color: var(--paper-muted); }

.section--cream .eyebrow,
.section--poster .eyebrow { color: var(--cherry-ink); }

.section--cream .script,
.section--poster .script { color: var(--cherry); }

.section--cream a:not(.btn):not(.chip),
.section--poster a:not(.btn):not(.chip) { color: var(--teal-ink); }

.section--cream a:not(.btn):not(.chip):hover,
.section--poster a:not(.btn):not(.chip):hover { color: var(--cherry-ink); }

.section--cream .rule,
.section--poster .rule,
.section--cream hr,
.section--poster hr { border-top-color: rgba(30,22,38,.15); }

.section--cream .tag,
.section--poster .tag { border-color: rgba(30,22,38,.25); color: var(--paper-ink); }

.section--cream .tag::before,
.section--poster .tag::before { background: var(--cherry); box-shadow: none; }

.section--cream ::selection,
.section--poster ::selection { background: var(--cherry); color: #fff; }


/* --------------------------------------------------------------------------
   6. Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  min-height: 48px;
  padding: .95em 1.7em;
  border: 1.5px solid transparent;
  border-radius: 4px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .9rem;
  line-height: 1.1;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color .25s, color .25s, border-color .25s, box-shadow .3s, transform .25s;
}

.btn svg { width: 18px; height: 18px; flex: none; fill: currentColor; }

.btn:active { transform: translateY(1px); }

/* WhatsApp = mint outline by default; a cherry modifier declared later wins */
.btn--wa,
.btn--mint { background: transparent; border-color: var(--mint); color: var(--mint); }

.btn--wa:hover, .btn--wa:focus-visible,
.btn--mint:hover, .btn--mint:focus-visible { background: var(--mint); border-color: var(--mint); color: var(--midnight); box-shadow: var(--glow-mint); }

.btn--cherry { background: var(--cherry); border-color: var(--cherry); color: #fff; }

.btn--cherry:hover,
.btn--cherry:focus-visible { background: var(--cherry); border-color: var(--red); color: #fff; box-shadow: var(--glow-red); }

.btn--cream { background: var(--cream); border-color: var(--cream); color: var(--paper-ink); }

.btn--cream:hover,
.btn--cream:focus-visible {
  background: #fff;
  border-color: var(--amber);
  color: var(--paper-ink);
  box-shadow: 0 0 0 3px rgba(255,182,64,.3), 0 0 24px rgba(255,182,64,.25);
}

.btn--ink { background: var(--paper-ink); border-color: var(--paper-ink); color: var(--cream); }

.btn--ink:hover,
.btn--ink:focus-visible { background: var(--midnight); border-color: var(--midnight); color: var(--cream); box-shadow: 4px 4px 0 var(--mustard); }

.btn--sm,
.site-header .btn { min-height: 44px; padding: .65em 1.15em; font-size: .78rem; }


/* --------------------------------------------------------------------------
   7. Header, wordmark, nav, language switch, mobile overlay
   -------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background-color .35s, border-color .35s;
}

.site-header.is-scrolled { background: rgba(24,19,39,.94); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom-color: var(--line); }

/* without JS the header can never turn opaque, so give it a ground */
html:not(.js) .site-header { background: rgba(14,11,22,.88); }

.site-header .container {
  position: relative;
  z-index: 91;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(.75rem, 2vw, 1.75rem);
  min-height: var(--header-h);
}

.site-header .nav { margin-left: auto; }

.wordmark {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--red);
  text-shadow: var(--glow-red);
  text-decoration: none;
  white-space: nowrap;
}

.wordmark:hover { color: var(--red); }

.wordmark__sub {
  display: block;
  margin-top: .3em;
  font-family: var(--font-script);
  font-size: .68em;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  color: var(--amber);
  text-shadow: none;
}

.nav ul { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 1.75rem); list-style: none; margin: 0; padding: 0; }

.nav__link {
  position: relative;
  display: inline-block;
  padding: .5rem .1rem;
  font-weight: 500;
  font-size: .95rem;
  color: var(--text);
  text-decoration: none;
  white-space: nowrap;
}

.nav__link::after {
  content: "";
  position: absolute;
  left: .1rem;
  right: .1rem;
  bottom: .15rem;
  height: 2px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .35s var(--ease);
}

.nav__link:hover,
.nav__link:focus-visible { color: var(--text); }

.nav__link:hover::after,
.nav__link:focus-visible::after,
.nav__link[aria-current="page"]::after { transform: scaleX(1); }

.nav__link[aria-current="page"] { color: var(--amber); }

.lang-switch { display: flex; align-items: center; gap: .1rem; list-style: none; margin: 0; padding: 0; }

.lang-switch a,
.lang-switch span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 2rem;
  padding: .25rem .3rem;
  border-radius: 3px;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
}

.lang-switch a:hover { color: var(--text); }

.lang-switch [aria-current],
.lang-switch .is-current { color: var(--amber); }

.header-cta { flex: none; }

/* burger: three bars drawn with pseudo-elements, no inner markup required */
.nav-toggle { display: none; position: relative; width: 44px; height: 44px; flex: none; border-radius: 4px; color: var(--text); }

.nav-toggle::before,
.nav-toggle::after {
  content: "";
  position: absolute;
  left: 11px;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: currentColor;
  transition: transform .3s var(--ease), top .3s var(--ease), box-shadow .2s;
}

.nav-toggle::before { top: 15px; box-shadow: 0 7px 0 currentColor; }

.nav-toggle::after { top: 29px; }

.nav-toggle[aria-expanded="true"]::before { top: 21px; transform: rotate(45deg); box-shadow: 0 0 0 transparent; }

.nav-toggle[aria-expanded="true"]::after { top: 21px; transform: rotate(-45deg); }

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  flex-direction: column;
  padding: calc(var(--header-h) + 1.5rem) clamp(1.25rem, 6vw, 3rem) 2rem;
  background: var(--midnight);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .3s, transform .4s var(--ease), visibility 0s linear .4s;
}

.nav-overlay::before {
  content: "";
  position: absolute;
  top: -20vh;
  right: -20vw;
  width: 70vw;
  height: 70vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,63,92,.16), transparent 62%);
  pointer-events: none;
}

body.nav-open .nav-overlay { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }

.nav-overlay .nav { margin: 0; }

.nav-overlay ul { display: flex; flex-direction: column; align-items: flex-start; gap: .2rem; list-style: none; margin: 0; padding: 0; }

.nav-overlay .nav__link,
.nav-overlay__link {
  display: block;
  padding: .3rem 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 9vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -.005em;
  color: var(--text);
  text-decoration: none;
  white-space: normal;
}

.nav-overlay .nav__link::after { display: none; }

.nav-overlay .nav__link:hover,
.nav-overlay__link:hover { color: var(--red); text-shadow: var(--glow-red); }

.nav-overlay .nav__link[aria-current="page"],
.nav-overlay__link[aria-current="page"] { color: var(--amber); }

.nav-overlay .btn { align-self: flex-start; margin-top: 1.75rem; }

.nav-overlay .lang-switch { flex-direction: row;
  flex-wrap: wrap; gap: .35rem; margin-top: auto; padding-top: 1.5rem; border-top: 1px solid var(--line); }

.nav-overlay .lang-switch a,
.nav-overlay .lang-switch span { min-width: 44px; min-height: 44px; font-size: .85rem; }


/* --------------------------------------------------------------------------
   8. Page head (typographic header on plum for inner pages) + hero
   -------------------------------------------------------------------------- */
.page-head {
  position: relative;
  overflow: hidden;
  background: var(--plum);
  border-bottom: 1px solid var(--line);
  padding-top: calc(var(--header-h) + clamp(3rem, 8vw, 6rem));
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.page-head::before {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -45%;
  width: min(60vw, 720px);
  height: min(60vw, 720px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,63,92,.14), transparent 60%);
  pointer-events: none;
}

.page-head .container { position: relative; }
.page-head h1 { max-width: 18ch; }
.page-head .lead { margin-top: .75rem; }

main > .section:first-child:not(.hero):not(.page-head) { padding-top: calc(var(--header-h) + clamp(3rem, 7vw, 5rem)); }

.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: max(600px, 92vh);
  padding-top: calc(var(--header-h) + 3rem);
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
  overflow: hidden;
  isolation: isolate;
}

@supports (min-height: 1svh) {
  .hero { min-height: max(600px, 92svh); }
}

.hero__media,
.hero > picture,
.hero > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; }

.hero__media img,
.hero > picture img,
.hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(14,11,22,.6) 0, rgba(14,11,22,0) 200px),
    linear-gradient(180deg, rgba(14,11,22,.35) 0%, rgba(14,11,22,.55) 55%, var(--midnight) 100%);
}

.hero .container { position: relative; min-width: 0; }

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: .74rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--amber);
}

.hero__eyebrow::before { content: ""; width: 2rem; height: 2px; background: var(--amber); box-shadow: 0 0 8px rgba(255,182,64,.7); }

.hero h1,
.hero .display { max-width: 20ch; color: var(--text); text-shadow: 0 2px 24px rgba(14,11,22,.55); }

.hero__lead { max-width: 56ch; margin-bottom: 1.75rem; font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.55; color: var(--text); opacity: .92; }

.hero__ctas { display: flex; flex-wrap: wrap; gap: .75rem; }

.rating-row { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.75rem; list-style: none; padding: 0; }

.rating-pill {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .45em .9em;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(24,19,39,.7);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  font-size: .85rem;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  white-space: nowrap;
}

.rating-pill svg { width: 14px; height: 14px; flex: none; fill: var(--amber); }

.rating-pill strong { font-weight: 700; }

a.rating-pill:hover { border-color: var(--amber); color: var(--text); }


/* --------------------------------------------------------------------------
   9. Now-playing ticker
   -------------------------------------------------------------------------- */
.ticker { display: flex; align-items: stretch; height: 44px; overflow: hidden; background: var(--plum); border-block: 1px solid var(--line); }

.ticker__chip {
  display: flex;
  align-items: center;
  flex: none;
  padding-inline: 1rem;
  background: var(--amber);
  color: var(--midnight);
  font-family: var(--font-display);
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker__viewport { flex: 1; min-width: 0; display: flex; align-items: center; overflow: hidden; }

.ticker__track { display: flex; width: max-content; align-items: center; animation: ticker 40s linear infinite; will-change: transform; }

.ticker:hover .ticker__track { animation-play-state: paused; }

.ticker__list { display: flex; flex: none; align-items: center; list-style: none; margin: 0; padding: 0; white-space: nowrap; }

.ticker__item { display: inline-flex; align-items: center; font-size: .95rem; font-weight: 500; color: var(--text); }

.ticker__item::after { content: "\2022"; margin-inline: 1.25rem; color: var(--amber); }

.ticker__sep { margin-inline: 1.25rem; color: var(--amber); }

.ticker__item strong { color: var(--amber); font-weight: 700; }

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}


/* --------------------------------------------------------------------------
   10. Motifs: marquee bulbs, poster card, vinyl
   -------------------------------------------------------------------------- */
.bulbs {
  display: block;
  height: 6px;
  width: 100%;
  background: radial-gradient(circle, var(--amber) 0 2px, transparent 2.5px) 0 0 / 14px 6px repeat-x;
  filter: drop-shadow(0 0 3px rgba(255,182,64,.65));
}

.bulbs--inset { width: auto; margin-inline: clamp(1.25rem, 4vw, 2.5rem); }

.poster-card {
  position: relative;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: var(--cream);
  color: var(--paper-ink);
  border: 3px solid var(--cherry);
  border-radius: 4px;
  min-width: 0;
  box-shadow: 6px 6px 0 var(--mustard);
}

.poster-card__head { text-align: center; max-width: 40rem; margin: 0 auto clamp(1.5rem, 4vw, 2.5rem); }

.poster-card__head .eyebrow { color: var(--teal-ink); }

.poster-card > .bulbs { margin-bottom: clamp(1.5rem, 4vw, 2.5rem); }

.vinyl {
  position: absolute;
  right: -70px;
  bottom: -70px;
  z-index: 0;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  opacity: .12;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,.35), transparent 45%),
    radial-gradient(circle at center, var(--midnight) 0 4px, var(--amber) 4px 34px, transparent 34px),
    repeating-radial-gradient(circle at center, #000 0 3px, #4a4a55 3px 4px, #000 4px 8px);
}

.has-vinyl,
.section:has(> .vinyl) { position: relative; overflow: clip; }

.has-vinyl > .container,
.section:has(> .vinyl) > .container { position: relative; z-index: 1; }


/* --------------------------------------------------------------------------
   11. Events: cards, grid, weekly schedule
   -------------------------------------------------------------------------- */
.event-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 1.25rem; }

/* four cards: 2x2 instead of 3 + orphan (explicit modifier, plus :has() for templates that don't set it) */
.event-grid--four,
.event-grid:has(> :nth-child(4):last-child) { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.event-grid--four .event-card__media,
.event-grid:has(> :nth-child(4):last-child) .event-card__media { aspect-ratio: 1 / 1; }

.event-card {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding: 1.5rem;
  background: var(--card);
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  transition: border-color .3s;
}

.event-card:hover { border-color: rgba(255,182,64,.55); }

.event-card h3,
.event-card__title { color: var(--text); }

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

.event-card__top { display: flex; align-items: baseline; justify-content: space-between;
  flex-wrap: wrap;
  min-width: 0; gap: 1rem; }

.event-card__day {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--amber);
}

.event-card__time { font-weight: 700; font-variant-numeric: tabular-nums; color: var(--text); white-space: nowrap; }

.event-card__media { overflow: hidden; border-radius: 4px; aspect-ratio: 4 / 5; background: var(--plum); }

.event-card__media img,
.event-card > img { width: 100%; height: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .6s var(--ease); }

.event-card > img { border-radius: 4px; }

.event-card:hover img { transform: scale(1.03); }

.event-card > .btn,
.event-card__link { align-self: flex-start; margin-top: auto; }

.event-card__link { font-weight: 700; color: var(--mint); }

.schedule-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); border-radius: var(--radius); background: var(--plum); }

.schedule { width: 100%; border-collapse: collapse; background: var(--plum); }

.schedule th,
.schedule td { padding: .9rem 1.1rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }

.schedule thead th {
  padding-top: 1rem;
  padding-bottom: .75rem;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--amber);
}

.schedule tbody th,
.schedule__day {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.05rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--text);
  white-space: nowrap;
}

.schedule__time,
.schedule td:last-child { font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }

.schedule tbody tr:last-child th,
.schedule tbody tr:last-child td { border-bottom: 0; }

.schedule tr.is-today,
.schedule tr[data-today] { background: rgba(255,182,64,.08); box-shadow: inset 3px 0 0 var(--amber); }

.schedule tr.is-today th,
.schedule tr.is-today .schedule__day,
.schedule tr[data-today] th { color: var(--amber); }


/* --------------------------------------------------------------------------
   12. Drinks tiles
   -------------------------------------------------------------------------- */
.drink-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 1.25rem; }

.drink-tile {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--card);
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-decoration: none;
  min-width: 0;
  transition: border-color .3s;
}

.drink-tile:hover { border-color: rgba(255,182,64,.55); color: var(--text); }

.drink-tile__media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--plum); }

.drink-tile__media img,
.drink-tile > img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .6s var(--ease); }

.drink-tile:hover img { transform: scale(1.03); }

.drink-tile--text { background: var(--plum); }

.drink-tile--text .drink-tile__media,
.drink-tile__big {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 9vw, 7rem);
  line-height: 1;
  color: var(--amber);
  text-shadow: 0 0 18px rgba(255,182,64,.35);
  background: var(--plum) radial-gradient(circle at 50% 60%, rgba(255,182,64,.12), transparent 55%);
}

.drink-tile__body { padding: 1.25rem 1.25rem 1.4rem; }

.drink-tile h3 { margin-bottom: .25rem; }

.drink-tile p { font-size: .95rem; color: var(--muted); }


/* --------------------------------------------------------------------------
   13. Menu: sticky chip nav, sections, dotted-leader items, prices
   -------------------------------------------------------------------------- */
.menu-nav {
  position: sticky;
  top: var(--header-h);
  z-index: 50;
  background: rgba(14,11,22,.92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.menu-nav .container,
.menu-nav__list { display: flex; gap: .5rem; padding-block: .75rem; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; scroll-snap-type: x proximity; }

.menu-nav .container::-webkit-scrollbar,
.menu-nav__list::-webkit-scrollbar { display: none; }

.menu-nav ul { display: flex; gap: .5rem; min-width: max-content; list-style: none; margin: 0; padding: 0; }

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  min-height: 44px;
  padding: .5em 1.1em;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--plum);
  color: var(--text);
  font-size: .9rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  scroll-snap-align: start;
  transition: background-color .25s, color .25s, border-color .25s;
}

.chip:hover { border-color: var(--amber); color: var(--amber); }

.chip.is-active,
.chip[aria-current="true"],
.chip[aria-current="location"] { background: var(--amber); border-color: var(--amber); color: var(--midnight); }

.menu-section { padding-block: clamp(2.5rem, 5vw, 4rem); border-bottom: 1px solid var(--line); scroll-margin-top: calc(var(--header-h) + 4.75rem); }

.menu-section:last-child { border-bottom: 0; }

.menu-section h2 { font-size: clamp(1.75rem, 3.2vw, 2.5rem); margin-bottom: .35em; }

.menu-section__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: flex-start; gap: .5rem 1.5rem; margin-bottom: 1.25rem; }

.menu-note { max-width: 60ch; margin-bottom: 1.5rem; font-size: .95rem; color: var(--muted); }

.menu-photo {
  max-width: 760px;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  aspect-ratio: 16 / 9;
  background: var(--plum);
}

.menu-photo img { width: 100%; height: 100%; object-fit: cover; }

.menu-list { max-width: 760px; list-style: none; margin: 0; padding: 0; }

.menu-item {
  display: grid;
  grid-template-columns: auto minmax(1.5rem, 1fr) auto;
  grid-template-areas:
    "name leader price"
    "note note note";
  align-items: baseline;
  column-gap: .6rem;
  min-width: 0;
  padding-block: .55rem;
}

.menu-item__name { grid-area: name; font-weight: 500; min-width: 0; overflow-wrap: anywhere; }

.menu-item__leader { grid-area: leader; align-self: end; height: 1em; min-width: 1.5rem; margin-bottom: .45em; border-bottom: 2px dotted var(--line); }

.menu-item__note { grid-area: note; margin-top: .05rem; font-size: .9rem; color: var(--muted); }

.price {
  grid-area: price;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.05rem;
  letter-spacing: .01em;
  color: var(--amber);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.price--ask { font-family: var(--font-body); font-weight: 500; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }


/* --------------------------------------------------------------------------
   14. Reviews + stats
   -------------------------------------------------------------------------- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 160px), 1fr));
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
  border-block: 1px solid var(--line);
}

.stat { padding: 1.5rem 1rem; text-align: center; min-width: 0; }

.stat + .stat { border-left: 1px solid var(--line); }

.stat__num { display: block; font-family: var(--font-display); font-weight: 400; font-size: 3rem; line-height: 1; color: var(--amber); }

.stat .eyebrow { margin: .6rem 0 0; color: var(--muted); }

.stat a { color: inherit; }

.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 1.5rem; }

.review-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.75rem;
  background: var(--cream);
  color: var(--paper-ink);
  border-radius: var(--radius);
  min-width: 0;
  box-shadow: 6px 6px 0 var(--mustard);
}

.stars { display: flex; gap: .15rem; color: var(--mustard); }

.stars svg { width: 18px; height: 18px; fill: currentColor; }

.review-card blockquote,
.review-card__quote { margin: 0; font-size: 1.2rem; font-weight: 500; line-height: 1.4; color: var(--paper-ink); }

.review-card blockquote p { margin: 0; }

.review-card .eyebrow { margin: auto 0 0; color: var(--paper-muted); }

.review-card a { color: var(--teal-ink); }
.review-card a:hover { color: var(--cherry-ink); }


/* --------------------------------------------------------------------------
   15. Split (media + copy)
   -------------------------------------------------------------------------- */
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }

.split--flip > :first-child { order: 2; }

.split--center { align-items: center; }

.split__media { position: relative; border-radius: var(--radius); min-width: 0; }

* + .split__media { margin-top: 1.75rem; }
.split > .split__media { margin-top: 0; }

.split__media::before { content: ""; position: absolute; inset: -10px; border: 1px solid rgba(255,182,64,.35); border-radius: var(--radius); pointer-events: none; }

.split__media > picture,
.split__media > img,
.split__media > figure { display: block; overflow: hidden; border-radius: var(--radius); }

.split__media img { width: 100%; height: auto; max-height: 640px; object-fit: cover; border-radius: var(--radius); transition: transform .6s var(--ease); }

.split__media:hover img { transform: scale(1.03); }

.split__media figcaption { padding-top: .6rem; font-size: .85rem; color: var(--muted); }

.split__copy { min-width: 0; }

.split__copy > .btn,
.split__copy .cluster { margin-top: 1.5rem; }

.section--cream .split__media::before,
.section--poster .split__media::before { border-color: rgba(30,22,38,.2); }


/* --------------------------------------------------------------------------
   16. Gallery (CSS columns masonry)
   -------------------------------------------------------------------------- */
.gallery-grid { columns: 3; column-gap: 1rem; }

.gallery-item { display: block; break-inside: avoid; margin: 0 0 1rem; }

.gallery-item img { width: 100%; height: auto; border-radius: var(--radius); outline: 2px solid transparent; outline-offset: 4px; transition: outline-color .3s; }

.gallery-item:hover img { outline-color: var(--amber); }

.gallery-item figcaption { padding: .5rem .1rem 0; font-size: .85rem; color: var(--muted); }


/* --------------------------------------------------------------------------
   17. Hours (chalkboard rules), open badge, map, FAQ
   -------------------------------------------------------------------------- */
.hours-table { margin: 0; padding: .5rem 1.25rem; background: var(--plum); border: 1px solid var(--line); border-radius: var(--radius); }

.hours-table > * {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 1rem;
  padding: .7rem 0;
  min-width: 0;
  border-bottom: 2px dotted rgba(255,182,64,.45);
}

.hours-table > :last-child { border-bottom: 0; }

.hours-table dt,
.hours-table__day { font-weight: 500; }

.hours-table dd,
.hours-table__time { margin: 0; font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }

.hours-table .is-today::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: .55rem;
  bottom: .55rem;
  width: 3px;
  background: var(--amber);
  box-shadow: 0 0 8px rgba(255,182,64,.7);
}

.hours-table .is-today,
.hours-table .is-today dt,
.hours-table .is-today dd { color: var(--amber); }

/* flat <dl> variant (dt/dd as direct children, no row wrappers) */
.hours-table:has(> dt) { display: grid; grid-template-columns: 1fr auto; align-items: baseline; column-gap: 1rem; }

.hours-table:has(> dt) > * { display: block; padding: .7rem 0; }

.hours-table:has(> dt) > dt:nth-last-child(2),
.hours-table:has(> dt) > dd:last-child { border-bottom: 0; }

.open-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .4em .9em;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text);
}

.open-badge::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--muted); }

.open-badge.is-open::before { background: var(--mint); box-shadow: var(--glow-mint); }

.open-badge.is-closed::before { background: var(--red); }

.open-badge:empty { display: none; }

.map-frame { overflow: hidden; aspect-ratio: 16 / 10; border: 1px solid var(--line); border-radius: var(--radius); background: var(--plum); filter: saturate(.85); }

.map-frame iframe { display: block; width: 100%; height: 100%; border: 0; }

.faq { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(30,22,38,.15); }

.faq details,
.faq > li { border-bottom: 1px solid rgba(30,22,38,.15); }

.faq > li details { border-bottom: 0; }

.faq summary { position: relative; padding: 1.1rem 3rem 1.1rem 0; font-weight: 700; font-size: 1.05rem; line-height: 1.4; cursor: pointer; list-style: none; }

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: "+";
  position: absolute;
  right: .25rem;
  top: 50%;
  translate: 0 -50%;
  font-family: var(--font-display);
  font-size: 1.6rem;
  line-height: 1;
  color: var(--mustard);
  transition: transform .3s var(--ease), color .3s;
}

.faq summary:hover { color: var(--teal-ink); }
.faq summary:hover::after { color: var(--cherry); }

.faq details[open] summary::after { transform: rotate(45deg); color: var(--cherry); }

.faq details > :not(summary),
.faq__body { padding: 0 3rem 1.25rem 0; max-width: 62ch; color: var(--paper-ink); }

.faq details > p + p { margin-top: .75em; }

/* same list on a dark section */
.section:not(.section--cream):not(.section--poster) .faq,
.section:not(.section--cream):not(.section--poster) .faq details { border-color: var(--line); }

.section:not(.section--cream):not(.section--poster) .faq summary::after { color: var(--amber); }
.section:not(.section--cream):not(.section--poster) .faq summary:hover { color: var(--amber); }
.section:not(.section--cream):not(.section--poster) .faq details > :not(summary) { color: var(--muted); }


/* --------------------------------------------------------------------------
   18. Footer
   -------------------------------------------------------------------------- */
.site-footer { position: relative; background: var(--plum); color: var(--text); padding-bottom: 1.75rem; }

.site-footer > .bulbs { margin: 0; }

.site-footer > .container { padding-top: clamp(3rem, 6vw, 5rem); }

.site-footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); }

.site-footer .wordmark { font-size: 2rem; margin-bottom: 1rem; }

.site-footer .script { display: block; margin-top: 1rem; }

.site-footer__blurb { max-width: 34ch; color: var(--muted); }

.site-footer h3,
.site-footer__title { margin-bottom: 1rem; font-size: .74rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--amber); }

.site-footer ul { list-style: none; margin: 0; padding: 0; }

.site-footer li + li { margin-top: .45rem; }

.site-footer a { color: var(--text); text-decoration: none; }

.site-footer a:hover { color: var(--amber); text-decoration: underline; text-underline-offset: .2em; text-decoration-color: var(--amber); }

.site-footer a svg { display: inline-block; width: 18px; height: 18px; margin-right: .5rem; vertical-align: -4px; fill: currentColor; }

.site-footer address { color: var(--text); }

.site-footer .hours-summary { margin: 0; color: var(--muted); }

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .75rem 1.5rem;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-size: .85rem;
  color: var(--muted);
}

.site-footer__legal p { margin: 0; }

.site-footer__legal .lang-switch { gap: .25rem; }


/* --------------------------------------------------------------------------
   19. Scroll reveal (visible by default; only html.js hides first)
   -------------------------------------------------------------------------- */
@media screen {
  html.js .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s var(--ease), transform .6s var(--ease);
  }
}

html.js .reveal.is-visible { opacity: 1; transform: none; }


/* --------------------------------------------------------------------------
   20. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  :root { --header-h: 64px; }

  .stat__num { font-size: 2.5rem; }

  .site-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
}

@media (max-width: 900px) {
  /* Languages stay visible at the top of every page: below 900px the header row cannot fit six
     codes beside the wordmark and the burger (only ~130px spare at 360px), so the switch wraps to
     its own full-width strip above the wordmark instead of hiding inside the burger menu. */
  :root { --header-h: 105px; }

  .site-header .nav { display: none; }

  .site-header .container { flex-wrap: wrap; row-gap: 0; }

  .site-header > .container > .lang-switch {
    order: -1;
    flex-basis: 100%;
    justify-content: center;
    gap: .15rem;
    margin-inline: calc(clamp(1.25rem, 4vw, 2.5rem) * -1);
    padding-inline: .5rem;
    border-bottom: 1px solid var(--line);
    background: rgba(14, 11, 22, .55);
  }

  .site-header > .container > .lang-switch { min-height: 40px; }

  .site-header > .container > .lang-switch a,
  .site-header > .container > .lang-switch span { min-width: 2.5rem; min-height: 40px; font-size: .78rem; }

  .site-header.is-scrolled > .container > .lang-switch { background: transparent; }

  .site-header .nav-overlay .nav { display: block; }
  /* already in the header strip above — no need to repeat it in the burger menu */
  .site-header .nav-overlay .lang-switch { display: none; }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .site-header .header-cta { margin-left: auto; }
  .site-header .header-cta ~ .nav-toggle { margin-left: 0; }

  /* no JS: no overlay, so fold the nav into a second header row instead */
  html:not(.js) .nav-toggle { display: none; }

  html:not(.js) .site-header .nav-overlay { display: none; }

  html:not(.js) .site-header .container { flex-wrap: wrap; }

  html:not(.js) .site-header .nav {
    display: block;
    order: 10;
    flex-basis: 100%;
    margin: 0;
    padding-bottom: .5rem;
  }

  html:not(.js) .site-header .nav ul {
    flex-wrap: wrap;
    gap: 0 1rem;
  }

  html:not(.js) .site-header { position: absolute; }
}

/* long nav labels (ru/de/nl/pl): the header row cannot fit nav + languages + CTA below ~1280px */
@media (max-width: 1280px) {
  html:is([lang="ru"], [lang="de"], [lang="nl"], [lang="pl"]) .site-header .header-cta { display: none; }
  html:is([lang="ru"], [lang="de"], [lang="nl"], [lang="pl"]) .nav ul { gap: 1rem; }
}

@media (max-width: 1100px) {
  /* long nav labels collapse into the burger earlier, but the language strip stays visible —
     same treatment as the 900px rules above */
  html:is([lang="ru"], [lang="de"], [lang="nl"], [lang="pl"]) { --header-h: 105px; }

  html:is([lang="ru"], [lang="de"], [lang="nl"], [lang="pl"]) .site-header .nav { display: none; }

  html:is([lang="ru"], [lang="de"], [lang="nl"], [lang="pl"]) .site-header .container { flex-wrap: wrap; row-gap: 0; }

  html:is([lang="ru"], [lang="de"], [lang="nl"], [lang="pl"]) .site-header > .container > .lang-switch {
    order: -1;
    flex-basis: 100%;
    justify-content: center;
    gap: .15rem;
    margin-inline: calc(clamp(1.25rem, 4vw, 2.5rem) * -1);
    padding-inline: .5rem;
    border-bottom: 1px solid var(--line);
    background: rgba(14, 11, 22, .55);
  }

  html:is([lang="ru"], [lang="de"], [lang="nl"], [lang="pl"]) .site-header > .container > .lang-switch { min-height: 40px; }

  html:is([lang="ru"], [lang="de"], [lang="nl"], [lang="pl"]) .site-header > .container > .lang-switch a,
  html:is([lang="ru"], [lang="de"], [lang="nl"], [lang="pl"]) .site-header > .container > .lang-switch span { min-width: 2.5rem; min-height: 40px; font-size: .78rem; }

  html:is([lang="ru"], [lang="de"], [lang="nl"], [lang="pl"]) .site-header.is-scrolled > .container > .lang-switch { background: transparent; }

  html:is([lang="ru"], [lang="de"], [lang="nl"], [lang="pl"]) .site-header .nav-overlay .nav { display: block; }
  html:is([lang="ru"], [lang="de"], [lang="nl"], [lang="pl"]) .site-header .nav-overlay .lang-switch { display: none; }

  html:is([lang="ru"], [lang="de"], [lang="nl"], [lang="pl"]) .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
}

@media (max-width: 820px) {
  .split { grid-template-columns: 1fr; }
  .split--flip > :first-child { order: 0; }
  .split__media img { max-height: 520px; }

  .site-footer__grid { grid-template-columns: 1fr; }

  .gallery-grid { columns: 2; }

  .section-head { max-width: none; }
}

@media (max-width: 600px) {
  /* 60px header row + the 41px language strip above it (see the 900px block) */
  :root { --header-h: 101px; }

  body { font-size: 1rem; }

  .site-header .header-cta { display: none; }

  .hero {
    padding-top: calc(var(--header-h) + 2rem);
    padding-bottom: 2.5rem;
  }

  .hero__ctas .btn { width: 100%; }

  .btn { padding: .9em 1.3em; white-space: normal; }

  .ticker__chip { padding-inline: .75rem; }

  .gallery-grid { columns: 1; }

  .stat-row { grid-template-columns: 1fr 1fr; }
  .stat + .stat { border-left: 0; }
  .stat:nth-child(even) { border-left: 1px solid var(--line); }
  .stat:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .stat__num { font-size: 2.25rem; }

  .schedule th,
  .schedule td {
    padding: .7rem .65rem;
    font-size: .95rem;
  }

  .schedule thead th { font-size: .68rem; }

  .schedule thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); }
  .schedule, .schedule tbody, .schedule tr, .schedule th, .schedule td { display: block; }
  .schedule tr { display: grid; grid-template-columns: 1fr auto; column-gap: 1rem; padding: .8rem .9rem; border-bottom: 1px solid var(--line); }
  .schedule tbody tr:last-child { border-bottom: 0; }
  .schedule tbody th { grid-column: 1 / -1; padding: 0 0 .15rem; border: 0; font-size: 1rem; }
  .schedule td { padding: 0; border: 0; }
  .schedule td:last-child,
  .schedule__time { white-space: normal; text-align: right; }

  .event-card { padding: 1.25rem; }

  .event-grid--four,
  .event-grid:has(> :nth-child(4):last-child) { grid-template-columns: 1fr; }

  .review-card { padding: 1.5rem; }

  .review-card,
  .poster-card { box-shadow: 4px 4px 0 var(--mustard); }

  .poster-card { padding: 1.25rem; }

  .menu-item { grid-template-columns: auto minmax(1rem, 1fr) auto; }

  .menu-section { scroll-margin-top: calc(var(--header-h) + 4.5rem); }

  .site-footer__legal { flex-direction: column; }

  .hours-table { padding-inline: 1rem; }
  .hours-table .is-today::before { left: -1rem; }
}

@media (max-width: 380px) {
  .wordmark__sub { display: none; }
  .rating-pill { font-size: .8rem; }
}


/* --------------------------------------------------------------------------
   21. Print
   -------------------------------------------------------------------------- */
@media print {
  body { background: #fff; color: #000; }

  .site-header, .nav-overlay, .nav-toggle, .ticker, .skip-link, .btn,
  .bulbs, .vinyl, .map-frame, .rating-row, .menu-nav { display: none !important; }

  .section, .section--plum, .section--cream, .section--poster,
  .site-footer, .page-head, .hero {
    background: none;
    color: #000;
    min-height: 0;
    padding: 1rem 0;
    border: 0;
  }

  .section--poster::before, .hero::after, .page-head::before { display: none; }

  .hero > picture, .hero > img, .hero__media { display: none; }

  html.js .reveal { opacity: 1; transform: none; transition: none; }

  a { color: #000; text-decoration: underline; }

  .eyebrow, .price, .event-card__day, .stat__num, .wordmark, .wordmark__sub,
  .script, .hero__eyebrow, .schedule thead th, .site-footer h3 {
    color: #000;
    text-shadow: none;
  }

  .review-card, .poster-card, .event-card, .hours-table, .schedule-wrap,
  .drink-tile, .schedule {
    box-shadow: none;
    border: 1px solid #999;
    background: none;
    color: #000;
  }

  .event-card p, .drink-tile p, .lead, .muted, .menu-note, .menu-item__note { color: #333; }
}


/* --------------------------------------------------------------------------
   22. Reduced motion — no ticker scroll, no reveal, no hover scale
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }

  .ticker {
    height: auto;
    min-height: 44px;
    padding-block: .5rem;
  }

  .ticker__viewport { overflow: visible; }

  .ticker__track {
    width: auto;
    animation: none;
  }

  .ticker__list {
    flex-wrap: wrap;
    row-gap: .25rem;
    white-space: normal;
  }

  .ticker__list + .ticker__list,
  .ticker__list[aria-hidden="true"] { display: none; }

  html.js .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .drink-tile:hover img,
  .event-card:hover img,
  .split__media:hover img { transform: none; }

  .btn:active { transform: none; }

  .nav-overlay { transform: none; }

  .skip-link { transition: none; }
}
