/* =========================================================
   Improwizowane Poniedziałki — header „Na początku było słowo"
   Czerwień + czarny rozdarty róg, dłonie ze „Stworzenia Adama".
   Fonty: Teko (display) + Inter (body).
   ========================================================= */

@font-face { font-family: "Teko"; src: url("assets/fonts/Teko-Light.ttf") format("truetype"); font-weight: 300; font-display: swap; }
@font-face { font-family: "Teko"; src: url("assets/fonts/Teko-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Teko"; src: url("assets/fonts/Teko-Medium.ttf") format("truetype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Teko"; src: url("assets/fonts/Teko-SemiBold.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Teko"; src: url("assets/fonts/Teko-Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Inter"; src: url("assets/fonts/Inter-Thin.ttf") format("truetype"); font-weight: 100; font-display: swap; }
@font-face { font-family: "Inter"; src: url("assets/fonts/Inter-ExtraLight.ttf") format("truetype"); font-weight: 200; font-display: swap; }
@font-face { font-family: "Inter"; src: url("assets/fonts/Inter-Light.ttf") format("truetype"); font-weight: 300; font-display: swap; }
@font-face { font-family: "Inter"; src: url("assets/fonts/Inter-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Inter"; src: url("assets/fonts/Inter-Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Inter"; src: url("assets/fonts/Inter-Black.ttf") format("truetype"); font-weight: 900; font-display: swap; }

:root {
  --red: #f02f00;
  --red-deep: #c92700;
  --cream: #fffde8;
  --ink: #141210;
  --font-display: "Teko", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, "Helvetica Neue", Arial, sans-serif;
  --maxw: 1280px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--red);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  /* GÓRA nawigacji (logo + „Bilety") */
  --nav-fg: var(--cream);
  --nav-dim: rgba(255, 253, 232, .42);
  /* DÓŁ nawigacji (menu w lewym dolnym rogu) — liczone osobno */
  --nav-fg-bot: var(--cream);
  --nav-dim-bot: rgba(255, 253, 232, .55);
}
body[data-nav-top="light"] { --nav-fg: var(--ink); --nav-dim: rgba(20, 18, 16, .42); }
body[data-nav-bot="light"] { --nav-fg-bot: var(--ink); --nav-dim-bot: rgba(20, 18, 16, .55); }
body.modal-open { overflow: hidden; }
body.lock { overflow: hidden; height: 100dvh; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* ---------- Logo (białe na czerwieni, ×2) ---------- */
.brand {
  position: fixed;
  top: clamp(1rem, 2.4vw, 2rem);
  left: clamp(1rem, 2.4vw, 2rem);
  z-index: 30;
}
.brand img { height: 80px; width: auto; filter: brightness(0) invert(1); transition: filter .3s ease; }
/* logo czarne na jasnych sekcjach (inaczej białe logo znikało na kremowym tle);
   ta sama liczba funkcji co bazowy filtr = płynne i pewne przełączenie */
body[data-nav-top="light"] .brand img { filter: brightness(0) invert(0); }

/* ---------- Scena (przyklejona do okna, odjeżdża scrollem) ---------- */
.stage {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: var(--red);
}
.hero__layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform, opacity;
}
.hero__layer--bg {
  inset: -8% -8% -16%;
  width: 116%;
  height: 124%;
  max-width: none;
  transform-origin: 38% 58%;
}
.hero__layer--left {
  transform-origin: 18% 62%;
}

/* ---------- Odliczanie + słowo (na scenie) ---------- */
.count {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.count.is-on { display: flex; }
.count__num {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--cream);
  font-size: clamp(9rem, 42vmin, 28rem);
  line-height: .8;
  letter-spacing: -.01em;
  text-align: center;
}
.count__num--word {
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(3rem, 13vw, 11rem);
  line-height: .9;
  width: 94vw;
  overflow-wrap: anywhere;
}

/* ---------- Header (treść nad sceną) ---------- */
.hero {
  position: relative;
  z-index: 2;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__content {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(1.2rem, 4vw, 2.5rem);
  text-align: center;
  /* JS (placeHero) podnosi całość tak, by pasek słowa leżał na stykających się palcach */
  transform: translateY(var(--hero-shift, 0px));
}
.hero__title {
  margin: 0 0 clamp(.55rem, 1.5vh, 1rem);
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(3.2rem, 8.5vw, 7.2rem);
  line-height: .9;
  letter-spacing: .01em;
  color: var(--cream);
  text-shadow: 0 2px 26px rgba(0, 0, 0, .45);
}

/* ---------- Pole na słowo (spark) ---------- */
.spark { width: min(760px, 92vw); margin: 0 auto; }
.spark__label {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .01em;
  white-space: nowrap;
  font-size: clamp(.92rem, 3.65vw, 1.78rem);
  line-height: 1;
  color: var(--cream);
  text-shadow: 0 2px 22px rgba(0, 0, 0, .5);
}
.spark__form {
  display: flex;
  gap: .5rem;
  /* 80% krycia — dłonie lekko prześwitują pod paskiem; blur trzyma czytelność */
  background: rgba(255, 253, 232, .8);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border-radius: 999px;
  padding: .4rem .4rem .4rem 1.4rem;
  box-shadow: 0 20px 55px -22px rgba(0, 0, 0, .65);
}
.spark__input {
  flex: 1 1 auto;
  min-width: 0;
  background: transparent;
  border: 0;
  outline: none;
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: clamp(1rem, 2vw, 1.15rem);
}
.spark__input::placeholder { color: rgba(20, 18, 16, .45); }
.spark__btn {
  flex: 0 0 auto;
  background: var(--ink);
  color: var(--cream);
  border: 0;
  border-radius: 999px;
  padding: .85rem 1.5rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s ease, transform .15s ease;
}
.spark__btn:hover { background: #000; }
.spark__btn:active { transform: scale(.97); }

/* Powrót: kto już zagrał, widzi swoje słowo zamiast pustego pola */
.spark__again { display: flex; flex-direction: column; align-items: flex-start; gap: .8rem; }
.spark__again .spark__label { margin: 0; white-space: normal; }   /* długie słowo ma się zawinąć, nie uciąć */
.spark__again strong { color: var(--cream); text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 4px; }
/* atrybut `hidden` musi wygrać z `display:flex` z reguł wyżej */
.spark__again[hidden], .spark__form[hidden], .spark__label[hidden] { display: none; }

/* Wyjście dla niezdecydowanych — bramka jest zaproszeniem, nie warunkiem wejścia */
/* Pigułka jak przy podpowiedzi — tekst musi być czytelny także nad jasną dłonią */
.spark__skip {
  display: inline-block;
  margin-top: 1rem;
  padding: .42rem 1rem .46rem;
  border-radius: 999px;
  background: rgba(20, 18, 16, .55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: .88;
  transition: opacity .25s ease, transform .25s ease, background .25s ease;
}
.spark__skip::after { content: " ↓"; }
.spark__skip:hover { opacity: 1; background: rgba(20, 18, 16, .78); transform: translateY(2px); }
.spark__hint {
  position: fixed;
  left: 50%;
  bottom: clamp(1.25rem, 4vh, 2.8rem);
  transform: translateX(-50%);
  z-index: 25;   /* nad sekcjami i przejściem halftone (inaczej lewa część ginęła) */
  /* mrożona pigułka — tekst zawsze czytelny, też nad ciemną dłonią/halftone */
  width: auto;
  max-width: min(760px, 92vw);
  margin: 0;
  padding: .5rem 1.15rem .56rem;
  border-radius: 999px;
  background: rgba(20, 18, 16, .62);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 40px -20px rgba(0, 0, 0, .7);
  text-align: center;
  font-size: clamp(.92rem, 1.35vw, 1.06rem);
  font-weight: 500;
  line-height: 1.45;
  color: var(--cream);
  text-shadow: 0 1px 8px rgba(0, 0, 0, .55);
  pointer-events: none;
}
.spark__hint strong { font-weight: 900; }
.spark__hint--warn {
  padding: .42rem .78rem .46rem;
  border-radius: 999px;
  background: rgba(20, 18, 16, .68);
  color: #fff;
  font-weight: 700;
}

/* ---------- Podpowiedź scrolla (po słowie) ---------- */
.scrollcue {
  position: absolute;
  left: 50%;
  bottom: clamp(1.2rem, 3vh, 2.4rem);
  transform: translateX(-50%) translateY(8px);
  z-index: 3;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cream);
  text-shadow: 0 1px 14px rgba(0, 0, 0, .5);
  opacity: 0;
}
.scrollcue.is-on { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---------- Sekcja 1: repertuar / bilety ---------- */
.next {
  position: relative;
  z-index: 5;
  background: var(--red);
  color: var(--cream);
  /* sekcja wyższa niż ekran = bufor: treść stoi przyklejona w środku, a potem
     jest spory margines przewijania, ZANIM repertuar zacznie ją zakrywać */
  min-height: 150vh;
  overflow: visible;
  isolation: isolate;
  padding: 0 clamp(1.4rem, 7vw, 6.5rem);
}
.section-separator {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-1 * clamp(10rem, 26vh, 18rem) + 1px);
  z-index: 1;
  display: block;
  width: 100%;
  height: clamp(10rem, 26vh, 18rem);
  fill: var(--red);
  pointer-events: none;
  transform: translateZ(0);
  will-change: transform;
}
.section-separator__path {
  will-change: d;
}
/* stare zębate separatory zastąpione canvasem .edge (porwana krawędź halftone) */
.section-separator { display: none; }
.edge {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-1 * clamp(9rem, 20vh, 15rem) + 1px);
  width: 100%;
  height: clamp(9rem, 20vh, 15rem);
  z-index: 1;
  display: block;
  pointer-events: none;
}
.next__inner {
  position: sticky;
  top: 0;
  z-index: 3;
  width: 100%;
  max-width: 1480px;
  min-height: 100dvh;
  margin: 0 auto;
  padding: clamp(5.2rem, 9vh, 7rem) 0 clamp(6rem, 10vh, 8rem);
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(420px, 1.18fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 8rem);
}
.next__copy {
  max-width: 560px;
  padding-left: clamp(0rem, 4vw, 4.5rem);
}
.next__lead {
  margin: 0 0 .9rem;
  font-size: clamp(1.05rem, 1.42vw, 1.45rem);
  line-height: 1.46;
  font-weight: 400;
  letter-spacing: 0;
}
.next__body {
  margin: 0 0 clamp(1.4rem, 3.2vh, 2.2rem);
  font-size: clamp(1.02rem, 1.35vw, 1.38rem);
  line-height: 1.48;
  color: var(--cream);
}
.next__body strong { font-weight: 900; }
.next__weekend {
  margin: clamp(2.4rem, 7vh, 5rem) 0 .45rem;
  font-size: clamp(1.2rem, 1.62vw, 1.6rem);
  line-height: 1.15;
  font-weight: 900;
}
.next__photo {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  max-width: 780px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--cream);
  box-shadow: 0 26px 70px -48px rgba(0, 0, 0, .65);
  transform-origin: 58% 48%;
  will-change: transform, clip-path, opacity;
}
.next__photo img {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  object-position: center 58%;
}
/* Ręka z biletem — stały element przyklejony do prawego górnego rogu */
.ticket-grab {
  position: fixed;
  top: clamp(2.4rem, 5vh, 4.4rem);
  /* 10px zakładki za krawędź — ruch na hoverze nie odsłania szczeliny przy brzegu */
  right: -10px;
  transform-origin: 100% 0;   /* obrót wokół przyklejonego rogu, nie środka */
  z-index: 42;
  width: clamp(15rem, 23vw, 25rem);
  line-height: 0;
  transition: transform .28s cubic-bezier(.2,.7,.2,1);
  will-change: transform, opacity;
}
.ticket-grab img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 26px rgba(20, 18, 16, .32));
}
.ticket-grab:hover { transform: translate(-5px, -3px) rotate(-1.5deg); }
.next__menu {
  position: fixed;
  left: clamp(1.5rem, 3vw, 2.8rem);
  bottom: clamp(1.8rem, 4vh, 3rem);
  z-index: 42;
  display: grid;
  gap: .28rem;
  line-height: 1.12;
  font-weight: 900;
}
.next__menu a {
  width: max-content;
  font-size: clamp(.96rem, 1.05vw, 1.12rem);
  color: var(--nav-dim-bot);
  transform-origin: left center;
  transition: color .3s ease, font-size .2s ease, transform .2s ease;
}
.next__menu a.is-active {
  font-size: clamp(1.16rem, 1.34vw, 1.42rem);
  color: var(--nav-fg-bot);
}
.next__menu a:hover { color: var(--nav-fg-bot); }
.next__menu a:hover {
  color: var(--nav-fg-bot);
  transform: translateX(5px);
}

/* ---------- Menu mobilne: hamburger + pełnoekranowa nakładka (≤1200px) ---------- */
.menu-toggle { display: none; }
@media (max-width: 1200px) {
  /* lista fixed kolidowała z treścią na mniejszych ekranach — chowamy ją za hamburgerem */
  .menu-toggle {
    display: grid;
    place-items: center;
    align-content: center;
    row-gap: 5px;
    position: fixed;
    left: clamp(1rem, 3vw, 1.8rem);
    bottom: clamp(1.2rem, 3vh, 2rem);
    z-index: 46;                 /* nad nakładką menu (z44) — musi dać się zamknąć */
    width: 3.4rem;
    height: 3.4rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(20, 18, 16, .78);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .55);
    cursor: pointer;
    transition: transform .25s cubic-bezier(.2,.7,.2,1), opacity .4s ease;
  }
  .menu-toggle:active { transform: scale(.94); }
  .menu-toggle span {
    display: block;
    width: 1.3rem;
    height: 2px;
    border-radius: 2px;
    background: var(--cream);
    transition: transform .3s cubic-bezier(.2,.7,.2,1), opacity .25s ease;
  }
  body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  body.lock .menu-toggle { opacity: 0; pointer-events: none; }

  .next__menu {
    inset: 0;
    left: 0;
    bottom: 0;
    z-index: 44;
    display: grid;
    align-content: center;
    gap: clamp(.9rem, 2.4vh, 1.4rem);
    padding: clamp(4rem, 12vh, 7rem) clamp(2rem, 9vw, 4.5rem);
    background: rgba(20, 18, 16, .96);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
  }
  body.menu-open .next__menu { opacity: 1; pointer-events: auto; }
  /* w nakładce linki są wielkie i mają stałe kolory (tło zawsze czarne) */
  .next__menu a {
    font-family: var(--font-display);
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(2.2rem, 8.5vw, 3.6rem);
    line-height: .95;
    color: rgba(255, 253, 232, .55);
  }
  .next__menu a.is-active { font-size: clamp(2.2rem, 8.5vw, 3.6rem); color: var(--red); }
  .next__menu a:hover { color: var(--cream); transform: none; }
}

/* ---------- Sekcja 2: repertuar ---------- */
.repertoire {
  position: relative;
  z-index: 6;
  /* wysoka sekcja = SPORY bufor: lista spektakli stoi przyklejona i czytelna
     przez długi kawałek scrolla, zanim „O nas" zacznie ją zakrywać */
  min-height: 175vh;
  background: var(--ink);
  color: var(--cream);
  padding: 0 clamp(1.4rem, 7vw, 6.5rem);
}
.section-separator--repertoire { fill: var(--ink); }

/* ---------- Lista spektakli (repertuar w naszym stylu) ---------- */
.shows {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 253, 232, .16);
}
.show {
  display: grid;
  grid-template-columns: 6.5rem minmax(0, 1fr) 7rem 11rem auto;
  align-items: center;
  gap: clamp(.8rem, 2vw, 2.2rem);
  padding: clamp(.82rem, 1.7vw, 1.25rem) 0;
  border-bottom: 1px solid rgba(255, 253, 232, .16);
  transition: background .2s ease;
}
.show:hover { background: rgba(255, 253, 232, .045); }
.show__when { display: flex; flex-direction: column; gap: .15rem; }
.show__when b {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
  line-height: .82;
  color: var(--cream);
}
.show__when i {
  font-style: normal;
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 253, 232, .5);
}
.show__title {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(1.3rem, 2.1vw, 2.1rem);
  line-height: 1;
  color: var(--cream);
}
.show__title em { font-style: normal; color: var(--red); }
.show__price {
  font-weight: 900;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  color: var(--cream);
  white-space: nowrap;
}
.show__avail {
  justify-self: start;
  font-size: .9rem;
  color: rgba(255, 253, 232, .58);
}
.show__buy {
  justify-self: end;
  padding: .72rem 1.7rem;
  border-radius: 999px;
  background: var(--red);
  color: var(--cream);
  font-weight: 900;
  line-height: 1;
  transition: background .2s ease, transform .15s ease;
}
.show__buy:hover { background: var(--red-deep); transform: translateY(-2px); }
.show__buy--off {
  background: rgba(255, 253, 232, .14);
  color: rgba(255, 253, 232, .55);
  cursor: default;
}
.show__buy--off:hover { background: rgba(255, 253, 232, .14); transform: none; }
.shows__empty {
  margin: 1.4rem 0 0;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  color: rgba(255, 253, 232, .75);
}

@media (max-width: 880px) {
  .show {
    grid-template-columns: 4.6rem 1fr auto;
    grid-template-areas:
      "when title title"
      "when price buy"
      "when avail buy";
    gap: .3rem .9rem;
    align-items: start;
  }
  .show__when { grid-area: when; }
  .show__title { grid-area: title; }
  .show__price { grid-area: price; align-self: center; }
  .show__avail { grid-area: avail; }
  .show__buy { grid-area: buy; align-self: center; }
}
.repertoire__inner {
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 1480px;
  min-height: 100dvh;
  margin: 0 auto;
  padding: clamp(3.4rem, 6vh, 5.4rem) 0 clamp(3.4rem, 6vh, 5.4rem) clamp(0rem, 4vw, 4.5rem);
  display: grid;
  align-content: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}
.repertoire__eyebrow {
  min-width: 0;
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.1rem, 2vw, 1.8rem);
  line-height: 1;
  text-transform: uppercase;
  color: var(--red);
}
.repertoire__header {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(18rem, .45fr);
  gap: clamp(1.5rem, 6vw, 7rem);
  align-items: end;
}
.repertoire__header h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(4.2rem, 10vw, 10rem);
  line-height: .82;
}
.repertoire__header p {
  margin: 0 0 .45rem;
  max-width: 28rem;
  font-size: clamp(1rem, 1.25vw, 1.28rem);
  line-height: 1.45;
  color: rgba(255, 253, 232, .72);
}
.repertoire__grid {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(20rem, .78fr) minmax(18rem, .42fr);
  gap: clamp(1rem, 3vw, 2.4rem);
  align-items: stretch;
}
.show-card {
  min-width: 0;
  min-height: clamp(20rem, 36vh, 30rem);
  padding: clamp(1.35rem, 3vw, 2.4rem);
  border: 1px solid rgba(255, 253, 232, .24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(240, 47, 0, .95), rgba(240, 47, 0, .72)),
    var(--red);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.show-card__label {
  margin-bottom: auto;
  width: max-content;
  font-weight: 900;
  font-size: .86rem;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 253, 232, .78);
}
.show-card h3 {
  margin: 0 0 .7rem;
  max-width: 15ch;
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: .83;
  text-transform: uppercase;
}
.show-card p {
  max-width: 34rem;
  margin: 0 0 1.5rem;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.42;
}
.show-card__link {
  width: max-content;
  max-width: 100%;
  padding: .9rem 1.2rem;
  border: 2px solid var(--cream);
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.show-card__link:hover {
  background: var(--cream);
  color: var(--red);
  transform: translateY(-2px);
}
.repertoire__facts {
  min-width: 0;
  display: grid;
  align-content: stretch;
  border-top: 1px solid rgba(255, 253, 232, .22);
  border-bottom: 1px solid rgba(255, 253, 232, .22);
}
.repertoire__facts p {
  margin: 0;
  padding: clamp(1.1rem, 2vw, 1.7rem) 0;
  display: grid;
  gap: .25rem;
  border-bottom: 1px solid rgba(255, 253, 232, .16);
}
.repertoire__facts p:last-child {
  border-bottom: 0;
}
.repertoire__facts strong {
  font-size: .8rem;
  text-transform: uppercase;
  color: rgba(255, 253, 232, .44);
}
.repertoire__facts span {
  font-size: clamp(1.08rem, 1.55vw, 1.55rem);
  font-weight: 900;
  line-height: 1.18;
}

/* ---------- Sekcja: O nas + liczby ---------- */
/* O nas jest wyższa niż ekran (dużo tekstu + zdjęcie + liczby), więc NIE jest
   przyklejona — wjeżdża na repertuar (zakrywa go), a potem przewija się w całości
   jako finał. Dzięki temu nic z treści się nie chowa pod kolejną warstwą. */
.about {
  position: relative;
  z-index: 7;
  min-height: 100dvh;
  background: var(--cream);
  color: var(--ink);
  /* dolny padding = wysokość krawędzi halftone Zespołu + oddech,
     żeby liczby (500+ itd.) nie wpadały pod rozdarcie następnej sekcji */
  padding: clamp(7rem, 13vh, 10rem) clamp(1.4rem, 7vw, 6.5rem) clamp(14rem, 27vh, 20rem);
}
.section-separator--about { fill: var(--cream); }
.about__inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding-left: clamp(0rem, 4vw, 4.5rem);
}
.about__eyebrow {
  margin: 0 0 clamp(1.5rem, 4vh, 3rem);
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(1.1rem, 2vw, 1.8rem);
  line-height: 1;
  color: var(--ink);
}
.about__top {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: clamp(1.6rem, 5vw, 5rem);
  align-items: end;
}
.about__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(2.8rem, 6vw, 6.4rem);
  line-height: .86;
}
.about__copy > p {
  margin: 0 0 1.1rem;
  font-size: clamp(1.02rem, 1.25vw, 1.28rem);
  line-height: 1.5;
  color: rgba(20, 18, 16, .82);
}
.about__copy > p:last-child { margin-bottom: 0; }
.about__photo {
  margin: clamp(2.6rem, 6vh, 4.5rem) 0 0;
  border-radius: 10px;
  overflow: hidden;
  background: var(--cream);
  box-shadow: 0 30px 80px -50px rgba(0, 0, 0, .7);
}
.about__photo img {
  width: 100%;
  aspect-ratio: 2.15 / 1;
  object-fit: cover;
  object-position: center 74%;
}
.about__stats { margin-top: clamp(3rem, 7vh, 5rem); }
.about__stats-label {
  margin: 0 0 1.3rem;
  font-weight: 800;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  color: var(--ink);
}
.about__stats ul {
  list-style: none;
  margin: 0;
  padding: clamp(1.4rem, 3vh, 2.2rem) 0 0;
  border-top: 2px solid rgba(20, 18, 16, .32);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
}
.about__stats li { display: flex; flex-direction: column; gap: .4rem; }
.about__stats b {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.6rem, 4.6vw, 4.6rem);
  line-height: .82;
  color: var(--ink);
  font-variant-numeric: tabular-nums;   /* równa szerokość cyfr — licznik nie skacze */
}
.about__stats span {
  font-size: clamp(.92rem, 1.1vw, 1.05rem);
  font-weight: 600;
  color: rgba(20, 18, 16, .68);
  max-width: 16ch;
}
@media (max-width: 900px) {
  .about__top { grid-template-columns: 1fr; gap: 1.4rem; align-items: start; }
  .about__photo img { aspect-ratio: 1.6 / 1; }
  .about__stats ul { grid-template-columns: 1fr 1fr; gap: 2.2rem 1.5rem; }
}

/* ---------- Zespół: luźna siatka portretów (docelowo najazd → wideo) ---------- */
.zespol {
  position: relative;
  z-index: 8;                 /* nad „O nas" (z7) */
  background: var(--ink);
  color: var(--cream);
  /* dolny padding = wysokość krawędzi halftone Sceny + oddech,
     żeby nazwiska ostatniego rzędu nie wpadały pod rozdarcie */
  padding: clamp(6rem, 11vh, 9rem) clamp(1.4rem, 7vw, 6.5rem) clamp(14rem, 27vh, 20rem);
}
.zespol__inner { width: 100%; max-width: 1320px; margin: 0 auto; }
.zespol__eyebrow {
  margin: 0 0 clamp(1.6rem, 4vh, 3rem);
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(1.1rem, 2vw, 1.8rem);
  line-height: 1;
  color: var(--red);
}
.zespol__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(1.4rem, 5vw, 5rem);
  align-items: end;
  margin: 0 0 clamp(3rem, 7vh, 5rem);
}
.zespol__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(2.2rem, 5.2vw, 4.6rem);
  line-height: .94;
}
.zespol__lead {
  margin: 0;
  font-size: clamp(1.02rem, 1.35vw, 1.32rem);
  line-height: 1.5;
  color: rgba(255, 253, 232, .82);
}
.zespol__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(1rem, 1.8vw, 1.9rem);
}
.member {
  position: relative;
  transform: rotate(var(--rot, 0deg));
  transition: transform .4s cubic-bezier(.2,.7,.2,1);
}
.member:nth-child(5n+2), .member:nth-child(5n+4) { margin-top: clamp(1.4rem, 4vw, 3.4rem); }
.member__media {
  position: relative;
  aspect-ratio: 9 / 16;   /* proporcje wideo zespołu — hover-wideo mieści się w całości */
  overflow: hidden;
  border-radius: 14px;
  background: #201d1a;
  box-shadow: 0 16px 34px -18px rgba(0, 0, 0, .7);
}
.member__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(.82) contrast(1.03);
  transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}
.member__video {             /* wideo hover — leży nad zdjęciem, widoczne dopiero gdy faktycznie gra */
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}
.member__media.is-playing .member__video { opacity: 1; }
.member--video .member__media::after {     /* znacznik ▶ tylko na kafelkach z wideo */
  content: "▶";
  position: absolute;
  right: .7rem;
  bottom: .7rem;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  font-size: .8rem;
  color: var(--ink);
  background: var(--cream);
  border-radius: 999px;
  opacity: 0;
  transform: scale(.6);
  transition: opacity .35s ease, transform .35s ease;
}
.member:hover { transform: rotate(0deg) translateY(-7px); z-index: 2; }
.member:hover .member__media img { transform: scale(1.07); filter: grayscale(0) contrast(1.05); }
.member--video:hover .member__media::after { opacity: 1; transform: scale(1); }
.member--video:hover .member__media.is-playing::after { opacity: 0; }   /* gdy wideo już gra, znacznik znika */
.member__name {
  margin: .75rem 0 0;
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(.92rem, 1.15vw, 1.18rem);
  letter-spacing: .01em;
  line-height: 1.1;
}
@media (max-width: 1080px) {
  .zespol__grid { grid-template-columns: repeat(3, 1fr); }
  .member:nth-child(5n+2), .member:nth-child(5n+4) { margin-top: 0; }
  .member:nth-child(3n+2) { margin-top: clamp(1.2rem, 4vw, 3rem); }
}
@media (max-width: 760px) {
  .zespol__intro { grid-template-columns: 1fr; gap: 1.2rem; }
  .zespol__grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .member { transform: none; }
  .member:nth-child(2n) { margin-top: 1.8rem; }
  .member:nth-child(3n+2) { margin-top: 0; }
}

/* ---------- Scena: długa czerwona sekcja + rekwizyty (mouse parallax) ---------- */
.scena {
  position: relative;
  z-index: 9;                 /* nad Zespołem (z8) i „O nas" — wjeżdża i zakrywa */
  min-height: 165vh;
  background: var(--red);
  color: var(--cream);
  padding: 0 clamp(1.4rem, 7vw, 6.5rem);
  isolation: isolate;
}
.scena__props {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;           /* rekwizyty nie wychodzą poza sekcję */
  pointer-events: none;
}
.scena__prop {
  position: absolute;
  height: auto;
  transform: rotate(var(--rot, 0deg));   /* statyczny fallback; GSAP przejmuje */
  will-change: transform;
  filter: drop-shadow(0 18px 30px rgba(20, 18, 16, .3));
  opacity: .97;
}
.scena__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  /* duży dolny padding — CTA nie może wpadać pod krawędź halftone Oferty */
  padding: clamp(7rem, 13vh, 11rem) 0 clamp(14rem, 27vh, 20rem);
}
.scena__eyebrow {
  margin: 0 0 clamp(1.4rem, 4vh, 2.6rem);
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(1.1rem, 2vw, 1.8rem);
  line-height: 1;
}
.scena__title {
  margin: 0 0 clamp(1.2rem, 3vh, 2rem);
  max-width: 17ch;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 6vw, 5.4rem);
  line-height: .92;
  letter-spacing: .004em;
}
.scena__lead {
  margin: 0 0 clamp(2.6rem, 6vh, 4.5rem);
  max-width: 44ch;
  font-size: clamp(1.05rem, 1.5vw, 1.42rem);
  line-height: 1.5;
}
/* Opinie — wiszące kremowe kafelki; treść odsłania się dopiero po najechaniu */
.scena__opinie-label {
  margin: 0 0 clamp(1.4rem, 3vh, 2.2rem);
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(1.05rem, 1.7vw, 1.6rem);
  line-height: 1;
  letter-spacing: .01em;
}
.scena__opinie-label span {
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: none;
  font-size: clamp(.82rem, 1vw, .98rem);
  opacity: .7;
}
.scena__opinie {
  position: relative;
  min-height: 74vh;   /* gęściej — kafelki bliżej siebie */
  margin: 0 0 clamp(2.5rem, 6vh, 4rem);
}
.quote {
  position: absolute;
  z-index: 1;
  will-change: transform;            /* GSAP — parallax wg data-depth */
}
.quote:hover { z-index: 9; }
.quote__card {
  position: relative;
  width: 100%;
  background: var(--cream);
  color: var(--ink);
  border-radius: 16px;
  padding: clamp(1.2rem, 1.8vw, 1.7rem) clamp(1.3rem, 2vw, 1.8rem);
  box-shadow: 0 12px 30px -16px rgba(20, 18, 16, .5);
  /* domyślnie: przygaszony i rozmyty (treść nieczytelna), lekko przekręcony */
  opacity: .42;
  filter: blur(2.4px) saturate(.85);
  transform: rotate(var(--rot, 0deg)) scale(.985);
  transition: opacity .4s ease, filter .4s ease, transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease;
  cursor: default;
}
.quote:hover .quote__card {
  opacity: 1;
  filter: blur(0) saturate(1);
  transform: translateY(-8px) scale(1.05) rotate(0deg);
  box-shadow: 0 34px 72px -22px rgba(20, 18, 16, .62);
}
.quote__card p {
  margin: 0 0 .8rem;
  font-size: clamp(1rem, 1.12vw, 1.14rem);
  line-height: 1.42;
  font-weight: 500;
}
.quote__score {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.4rem, 1.9vw, 1.85rem);
  letter-spacing: .02em;
  color: var(--red);
}
.scena__cta {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  padding: 1rem 1.9rem;
  border-radius: 999px;
  transition: transform .18s ease, background .2s ease;
}
.scena__cta:hover { transform: translateY(-2px); background: #fff; }
/* Wideo w Scenie: miniatura + play, iframe dopiero po kliknięciu */
.scena__video { margin-top: clamp(4rem, 9vh, 7rem); }
.scena__video-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.2rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: clamp(1.6rem, 4vh, 2.6rem);
}
.scena__video-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: .9;
}
.scena__video-lead {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.5;
  color: rgba(255, 253, 232, .85);
}
.video-shell {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: var(--ink);
  box-shadow: 0 30px 80px -45px rgba(20, 18, 16, .8);
}
.video-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.2,.7,.2,1), filter .4s ease;
  filter: saturate(.92);
}
.video-shell:hover img { transform: scale(1.03); filter: saturate(1); }
.video-shell__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: clamp(4.4rem, 7vw, 6.4rem);
  height: clamp(4.4rem, 7vw, 6.4rem);
  border-radius: 999px;
  background: var(--cream);
  box-shadow: 0 18px 44px -16px rgba(20, 18, 16, .7);
  transition: transform .3s cubic-bezier(.2,.7,.2,1), background .2s ease;
}
.video-shell__play::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.05rem 0 1.05rem 1.7rem;
  border-color: transparent transparent transparent var(--red);
  transform: translateX(.18rem);
}
.video-shell:hover .video-shell__play { transform: scale(1.08); background: #fff; }
.video-shell.is-playing { cursor: default; }
.video-shell__frame { width: 100%; height: 100%; border: 0; display: block; }

@media (max-width: 820px) {
  /* mobile: kafelki w normalnym pionie, treść zawsze widoczna (brak najeżdżania) */
  .scena__opinie { min-height: 0; display: flex; flex-direction: column; gap: 1rem; }
  .scena__video-head { grid-template-columns: 1fr; align-items: start; }
  .quote { position: static; width: 100% !important; transform: none !important; }
  .quote__card { opacity: 1; filter: none; transform: none; }
  .scena__prop { opacity: .82; }
  .scena__prop:nth-child(4), .scena__prop:nth-child(6), .scena__prop:nth-child(7) { display: none; }
}

/* ---------- Oferta: krem + trzy pakiety + czerwona wstęga ---------- */
.oferta {
  position: relative;
  z-index: 10;                /* nad Sceną (z9) — wjeżdża i zakrywa */
  background: var(--cream);
  color: var(--ink);
  /* duży dolny padding = miejsce na krawędź halftone następnej sekcji */
  padding: clamp(7rem, 13vh, 10rem) clamp(1.4rem, 7vw, 6.5rem) clamp(14rem, 27vh, 20rem);
  /* UWAGA: bez overflow:clip — przycinałby krawędź halftone wystającą nad sekcję;
     wystającą w bok wstęgę przycina overflow-x:clip na body */
}
.oferta__prop {
  position: absolute;
  z-index: 3;                 /* nad krawędzią halftone (canvas .edge ma z1) */
  transform: rotate(var(--rot, 0deg));
  filter: drop-shadow(0 18px 30px rgba(20, 18, 16, .28));
  pointer-events: none;
}
.oferta__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding-left: clamp(0rem, 4vw, 4.5rem);
}
.oferta__eyebrow {
  margin: 0 0 clamp(1.5rem, 4vh, 3rem);
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(1.1rem, 2vw, 1.8rem);
  line-height: 1;
  color: var(--red);
}
.oferta__top {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: clamp(1.6rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(2.6rem, 6vh, 4.5rem);
}
.oferta__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(2.6rem, 5.6vw, 5.8rem);
  line-height: .88;
}
.oferta__copy > p {
  margin: 0 0 1.1rem;
  font-size: clamp(1.02rem, 1.25vw, 1.28rem);
  line-height: 1.5;
  color: rgba(20, 18, 16, .82);
}
.oferta__copy > p:last-child { margin-bottom: 0; }
.oferta__grid {
  list-style: none;
  margin: 0 0 clamp(2.4rem, 5vh, 3.6rem);
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.1rem, 2vw, 2rem);
  align-items: stretch;
}
.pakiet {
  border-radius: 14px;
  padding: clamp(1.5rem, 2.4vw, 2.3rem);
  display: flex;
  flex-direction: column;
  transform: rotate(var(--rot, 0deg));
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease;
  box-shadow: 0 18px 44px -28px rgba(20, 18, 16, .45);
}
.pakiet:hover { transform: rotate(0deg) translateY(-6px); box-shadow: 0 30px 60px -30px rgba(20, 18, 16, .55); }
.pakiet--red { background: var(--red); color: var(--cream); }
.pakiet--ink { background: var(--ink); color: var(--cream); }
.pakiet--line { background: transparent; color: var(--ink); border: 2px solid var(--ink); box-shadow: none; }
.pakiet h3 {
  margin: 0 0 .8rem;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: .85;
}
.pakiet p {
  margin: 0 0 1rem;
  font-size: clamp(.98rem, 1.12vw, 1.12rem);
  line-height: 1.5;
}
.pakiet__label {
  margin: .2rem 0 .6rem;
  font-weight: 800;
  font-size: .86rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  opacity: .8;
}
.pakiet__tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.pakiet__tags li {
  padding: .34rem .7rem .4rem;
  border: 1px solid rgba(255, 253, 232, .55);
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1;
}
.pakiet__foot { margin-top: auto; font-size: .95rem; }
.pakiet__foot a { font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.oferta__cta {
  display: inline-flex;
  align-items: center;
  background: var(--ink);
  color: var(--cream);
  font-weight: 800;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  padding: 1rem 1.9rem;
  border-radius: 999px;
  transition: transform .18s ease, background .2s ease;
}
.oferta__cta:hover { transform: translateY(-2px); background: #000; }
@media (max-width: 980px) {
  .oferta__top { grid-template-columns: 1fr; align-items: start; }
  .oferta__grid { grid-template-columns: 1fr; }
  .oferta__prop { opacity: .7; }
}

/* ---------- Co tam u nas: aktualności (układ gazetowy) ---------- */
.aktu {
  position: relative;
  z-index: 11;                /* nad Ofertą (z10) */
  background: var(--ink);
  color: var(--cream);
  padding: clamp(7rem, 13vh, 10rem) clamp(1.4rem, 7vw, 6.5rem) clamp(14rem, 27vh, 20rem);
}
.aktu__inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding-left: clamp(0rem, 4vw, 4.5rem);
}
.aktu__eyebrow {
  margin: 0 0 clamp(1.5rem, 4vh, 3rem);
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(1.1rem, 2vw, 1.8rem);
  line-height: 1;
  color: var(--red);
}
.aktu__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(1.4rem, 5vw, 5rem);
  align-items: end;
  margin: 0 0 clamp(2.8rem, 6vh, 4.5rem);
}
.aktu__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(2.6rem, 5.6vw, 5.8rem);
  line-height: .88;
}
.aktu__lead {
  margin: 0;
  font-size: clamp(1.02rem, 1.3vw, 1.3rem);
  line-height: 1.5;
  color: rgba(255, 253, 232, .8);
}
.aktu__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-rows: minmax(0, auto);
  gap: 0;
  border-top: 1px solid rgba(255, 253, 232, .2);
  border-left: 1px solid rgba(255, 253, 232, .2);
}
.post {
  position: relative;
  padding: clamp(1.4rem, 2.4vw, 2.2rem);
  border-right: 1px solid rgba(255, 253, 232, .2);
  border-bottom: 1px solid rgba(255, 253, 232, .2);
  display: flex;
  flex-direction: column;
  transition: background .25s ease;
}
.post:hover { background: rgba(255, 253, 232, .045); }
.post--big { grid-row: span 2; }
.post__no {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  color: var(--red);
  margin-bottom: clamp(1rem, 3vh, 2.2rem);
}
.post h3 {
  margin: 0 0 .8rem;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 2.1vw, 2.2rem);
  line-height: .92;
}
.post--big h3 { font-size: clamp(2.2rem, 3.4vw, 3.6rem); }
.post p {
  margin: 0 0 .9rem;
  font-size: clamp(.96rem, 1.1vw, 1.1rem);
  line-height: 1.5;
  color: rgba(255, 253, 232, .78);
}
.post__more {
  margin-top: auto;
  width: max-content;
  font-weight: 800;
  font-size: .95rem;
  color: var(--cream);
  border-bottom: 2px solid var(--red);
  padding-bottom: .15rem;
  transition: color .2s ease, border-color .2s ease;
}
.post__more:hover { color: var(--red); }
@media (max-width: 980px) {
  .aktu__intro { grid-template-columns: 1fr; align-items: start; }
  .aktu__grid { grid-template-columns: 1fr 1fr; }
  .post--big { grid-column: span 2; grid-row: auto; }
}
@media (max-width: 640px) {
  .aktu__grid { grid-template-columns: 1fr; }
  .post--big { grid-column: auto; }
}

/* ---------- Złap nas: finałowe CTA + formularz + stopka ---------- */
.kontakt {
  position: relative;
  z-index: 12;                /* ostatnia warstwa — nad „Co tam u nas" (z11) */
  background: var(--red);
  color: var(--cream);
  padding: clamp(7rem, 13vh, 10rem) clamp(1.4rem, 7vw, 6.5rem) clamp(2.4rem, 5vh, 3.5rem);
}
.kontakt__inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding-left: clamp(0rem, 4vw, 4.5rem);
}
.kontakt__eyebrow {
  margin: 0 0 clamp(1.5rem, 4vh, 3rem);
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(1.1rem, 2vw, 1.8rem);
  line-height: 1;
  color: var(--ink);
}
.final { margin-bottom: clamp(4rem, 9vh, 7rem); }
.final__title {
  margin: 0 0 clamp(1rem, 2.6vh, 1.6rem);
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(3.4rem, 9vw, 9rem);
  line-height: .84;
}
.final__lead {
  margin: 0 0 1rem;
  max-width: 52ch;
  font-size: clamp(1.08rem, 1.45vw, 1.45rem);
  line-height: 1.5;
}
.final__meta {
  margin: 0 0 clamp(1.6rem, 4vh, 2.4rem);
  font-size: clamp(.96rem, 1.15vw, 1.15rem);
  color: rgba(255, 253, 232, .85);
}
.final__actions { display: flex; gap: .9rem; flex-wrap: wrap; }
.kontakt__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding-top: clamp(2.4rem, 5vh, 3.6rem);
  border-top: 2px solid rgba(255, 253, 232, .35);
  scroll-margin-top: 4rem;
}
.kontakt__formbox h3 {
  margin: 0 0 .7rem;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: .9;
}
.kontakt__formlead {
  margin: 0 0 clamp(1.4rem, 3vh, 2rem);
  max-width: 56ch;
  font-size: clamp(.98rem, 1.15vw, 1.15rem);
  line-height: 1.5;
  color: rgba(255, 253, 232, .85);
}
.cform { display: grid; gap: 1rem; }
.cform__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.cform__field { display: grid; gap: .35rem; }
.cform__field span {
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgba(255, 253, 232, .8);
}
.cform__field input,
.cform__field select,
.cform__field textarea {
  width: 100%;
  padding: .8rem 1rem;
  border-radius: 10px;
  border: 1.5px solid rgba(255, 253, 232, .5);
  background: rgba(255, 253, 232, .07);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 1rem;
  outline: none;
  transition: border-color .2s ease, background .2s ease;
}
.cform__field select { appearance: none; cursor: pointer; }
.cform__field select option { color: var(--ink); background: var(--cream); }
.cform__field textarea { resize: vertical; min-height: 7.5rem; }
.cform__field input:focus,
.cform__field select:focus,
.cform__field textarea:focus { border-color: var(--cream); background: rgba(255, 253, 232, .12); }
.cform__consent {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  font-size: .92rem;
  color: rgba(255, 253, 232, .85);
  cursor: pointer;
}
.cform__consent input { margin-top: .2rem; accent-color: var(--ink); }
.cform__consent a { text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }
.cform__consent a:hover { color: var(--ink); }
.cform__send { width: max-content; }
.cform__ok {
  margin: 0;
  padding: 1.4rem 1.6rem;
  border-radius: 12px;
  background: rgba(255, 253, 232, .12);
  border: 1.5px solid rgba(255, 253, 232, .5);
  font-size: 1.08rem;
  line-height: 1.5;
}
.cform__err {
  margin: 0;
  font-size: .95rem;
  color: var(--cream);
  font-weight: 600;
}
.cform__err a { text-decoration: underline; text-underline-offset: 3px; font-weight: 800; }
.kontakt__info { display: grid; gap: clamp(1.4rem, 3vh, 2.2rem); align-content: start; }
.kontakt__block h4 {
  margin: 0 0 .45rem;
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(1.15rem, 1.6vw, 1.5rem);
  line-height: 1;
  color: var(--ink);
}
.kontakt__block p { margin: 0; font-size: clamp(1rem, 1.2vw, 1.18rem); line-height: 1.55; }
.kontakt__block a { font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.kontakt__social { list-style: none; margin: 0; padding: 0; display: grid; gap: .35rem; }
.kontakt__social a { font-weight: 800; }
.kontakt__social a:hover { text-decoration: underline; text-underline-offset: 3px; }
.stopka {
  margin-top: clamp(4rem, 8vh, 6rem);
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255, 253, 232, .3);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.stopka__logo { height: 44px; width: auto; filter: brightness(0) invert(1); }
.stopka__link {
  display: inline-block;
  margin-left: .9rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  opacity: .85;
}
.stopka__link:hover { opacity: 1; }

/* Partner biletowy — logo Biletomatu na końcu stopki */
.stopka__partner {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  padding: .35rem .8rem .35rem .9rem;
  border-radius: 999px;
  background: rgba(20, 18, 16, .28);
  transition: background .25s ease, transform .25s ease;
}
.stopka__partner:hover { background: rgba(20, 18, 16, .5); transform: translateY(-2px); }
.stopka__partner-label {
  font-size: .74rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .8;
  white-space: nowrap;
}
.stopka__partner img { height: 30px; width: auto; }
@media (max-width: 700px) {
  .stopka { flex-wrap: wrap; }
  .stopka__partner { margin-left: 0; }
}
.stopka p { margin: 0; font-size: .9rem; color: rgba(255, 253, 232, .75); }
@media (max-width: 900px) {
  .kontakt__grid { grid-template-columns: 1fr; }
  .cform__row { grid-template-columns: 1fr; }
}

/* ---------- Żywe słowo: wpisane słowo widza, podkreślone „flamastrem" ---------- */
mark.slowo {
  display: inline-block;
  padding: .02em .32em .08em;
  /* nieregularne rogi + lekki przechył = odręczny zakreślacz, nie sztywny box */
  border-radius: .35em .2em .4em .25em / .3em .45em .25em .4em;
  transform: rotate(-1.4deg);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: inherit;
}
.slowo--ink { background: var(--ink); color: var(--cream); }
.slowo--red { background: var(--red); color: var(--cream); }
.slowo--cream { background: var(--cream); color: var(--ink); }

/* ---------- Przyciski ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1;
  padding: 1rem 1.7rem;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease, transform .15s ease, border-color .2s ease;
}
.btn--ink { background: var(--ink); color: var(--cream); }
.btn--ink:hover { background: #000; transform: translateY(-2px); }
.btn--ghost-cream { background: transparent; color: var(--cream); border-color: var(--cream); }
.btn--ghost-cream:hover { background: var(--cream); color: var(--ink); transform: translateY(-2px); }

/* ---------- Modal z biletami (embed eWejściówki) ---------- */
.tmodal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(.7rem, 3vw, 2rem);
}
.tmodal.is-open { display: flex; }
.tmodal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 6, .8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.tmodal__panel {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  height: min(88vh, 860px);
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 50px 130px -40px rgba(0, 0, 0, .85);
}
.tmodal__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 1.2rem;
  background: var(--ink);
  color: var(--cream);
}
.tmodal__title {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  letter-spacing: .02em;
}
.tmodal__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 0 0 auto;
}
.tmodal__ext {
  font-size: .86rem;
  font-weight: 700;
  color: rgba(255, 253, 232, .72);
  white-space: nowrap;
  transition: color .2s ease;
}
.tmodal__ext:hover { color: var(--cream); }
.tmodal__close {
  background: var(--red);
  color: var(--cream);
  border: 0;
  border-radius: 999px;
  padding: .5rem 1.2rem;
  font-family: var(--font-body);
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease;
}
.tmodal__close:hover { background: var(--red-deep); }
.tmodal__frame {
  flex: 1 1 auto;
  width: 100%;
  border: 0;
  background: var(--cream);
}

/* Ręka z biletem pojawia się dopiero od sekcji repertuaru */
.ticket-grab {
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s ease, transform .28s cubic-bezier(.2,.7,.2,1);
}
body.tickets-on .ticket-grab { opacity: 1; pointer-events: auto; }

/* ---------- Stany startowe animacji ---------- */
.anim .hero__title,
.anim .spark,
.anim .spark__hint { opacity: 0; }
.anim .next__copy > *,
.anim .next__photo,
.anim .repertoire__inner > *,
.anim .about__inner > *,
.anim .oferta__inner > *,
.anim .aktu__inner > *,
.anim .kontakt__inner > * { opacity: 0; }
body.lock .next__menu,
body.lock .ticket-grab {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 560px) {
  .spark__form { flex-direction: column; border-radius: 28px; padding: .6rem; }
  .spark__input { text-align: center; padding: .6rem; }
  .spark__btn { width: 100%; }
  .spark__hint { bottom: 1rem; width: 90vw; font-size: .92rem; }
  .brand img { height: 60px; }
  .hero__content {
    width: 100vw;
    max-width: 100vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hero__title { font-size: clamp(2.55rem, 13vw, 3.7rem); }
  .spark__label {
    font-size: clamp(.82rem, 4.2vw, 1.1rem);
    white-space: normal;
  }
}

@media (max-width: 980px) {
  .next {
    padding: clamp(6rem, 12vh, 8rem) clamp(1.1rem, 5vw, 2.6rem) clamp(2.5rem, 7vh, 4rem);
  }
  .next__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: start;
    gap: clamp(2rem, 6vw, 3.5rem);
  }
  .next__copy {
    max-width: 680px;
    padding-left: 0;
  }
  .next__photo {
    width: min(100%, 760px);
  }
  .ticket-grab {
    top: 3.8rem;
    width: clamp(12rem, 34vw, 17rem);
  }
  .repertoire__header,
  .repertoire__grid {
    grid-template-columns: 1fr;
  }
  .repertoire__header p {
    max-width: 42rem;
  }
}

@media (max-width: 560px) {
  .next__lead,
  .next__body {
    font-size: 1.18rem;
  }
  .next__weekend {
    font-size: 1.45rem;
  }
  .ticket-grab {
    top: 3.4rem;
    width: 12.5rem;
  }
  .next__photo img {
    aspect-ratio: 1.05 / 1;
  }
  .next__menu {
    font-size: 1.1rem;
  }
  .repertoire {
    padding: 6rem 1rem 4rem;
  }
  .repertoire__header h2 {
    /* 14.6vw zamiast 17vw: przy 320–560 px całe „PONIEDZIAŁEK." (z kropką)
       mieści się w jednej linii. Przy 17vw wisiało samotne „K." w trzeciej linii.
       Zmierzone: najciaśniej przy 320 px, gdzie granica to 15.06vw — stąd zapas. */
    font-size: clamp(2.9rem, 14.6vw, 5.4rem);
    overflow-wrap: anywhere;   /* zostaje jako zabezpieczenie, ale przy tym rozmiarze się nie uruchamia */
  }
  .show-card {
    min-height: 24rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}

/* ── Baner zgody na statystyki (GA4) ──────────────────────────────
   Pod modalem biletów (z100), nad nakładką menu (z44). */
.cookiebar {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 90;
  width: min(94vw, 36rem);
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1rem;
  align-items: center;
  background: var(--ink);
  color: var(--cream);
  border: 1px solid rgba(255, 253, 232, .22);
  border-radius: 14px;
  padding: .9rem 1.15rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .38);
  font-family: var(--font-body);
}
.cookiebar[hidden] { display: none; }
.cookiebar__text {
  margin: 0;
  font-size: .88rem;
  line-height: 1.5;
  flex: 1 1 17rem;
  color: rgba(255, 253, 232, .85);
}
.cookiebar__text a { color: var(--cream); text-underline-offset: 3px; text-decoration-color: var(--red); }
.cookiebar__text a:hover { color: var(--red); }
.cookiebar__actions { display: flex; gap: .5rem; }
.cookiebar__btn {
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  padding: .5rem 1rem;
  border: 1px solid transparent;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.cookiebar__btn--yes { background: var(--red); color: var(--cream); border-color: var(--red); }
.cookiebar__btn--yes:hover { background: var(--cream); color: var(--red); }
.cookiebar__btn--no { background: transparent; color: rgba(255, 253, 232, .75); border-color: rgba(255, 253, 232, .38); }
.cookiebar__btn--no:hover { color: var(--cream); border-color: var(--cream); }
