/* ==========================================================================
  style.css — uporządkowana wersja (bez zmian w wyglądzie)
  Zmiany: tylko formatowanie/indentacja/porządek białych znaków + nagłówek.
  ========================================================================== */

/* Table of contents (orientacyjnie)
   1) Reset + fonty
   2) Global (body, typografia, linki)
   3) Header + language switcher
   4) Navigation
   5) Layout / sections / container
   6) Components (team, donation, news, listen, facebook)
   7) Footer
   8) Responsive
*/


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* @font-face {
  font-family: 'opensans';
  src: url('fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype'),
  url('fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
} */

/* 1. Deklaracja dla stylu NORMALNEGO */
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 300 800; /* Ustawienie zakresu wag (grubości) */
  font-style: normal; /* Jawne określenie, że to jest styl normalny */
}

/* 2. Deklaracja dla stylu KURSYWY (ITALIC) */
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 300 800;
  font-style: italic; /* Jawne określenie, że to jest styl italic */
}


body {
  font-family: 'opensans', sans-serif;
  background: #f8f7f4;
  color: #2c2c2c;
  line-height: 1.5;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
header {
  background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 50%, #16213e 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;

  position: relative; /* ⬅️ KLUCZOWE */
}

.header-logo {
  width: 480px;
  height: 140px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lang-switcher {
  position: absolute;
  top: 16px;
  right: 20px;

  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: flex;
  gap: 8px;
  align-items: center;
}

.lang-switcher .lang {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  transition: 0.2s;
}

.lang-switcher .lang:hover {
  color: #007BFF;
  transform: translateY(-2px);
}

.separator {
  color: #777;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
nav {
  background: linear-gradient(135deg, #11111b 0%, #0c2544 50%, #16213e 100%);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

nav ul {
  display: grid;
  grid-template-columns: repeat(5, auto);
  list-style: none;
  padding: 0;
  margin: 0;
}

nav a {
  display: block;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 1rem;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}

nav a:hover {
  background: linear-gradient(135deg, #d4af37 0%, #c99a2e 100%);
  border-bottom-color: #d4af37;
}

/* ==========================================================================
   MAIN CONTAINER
   ========================================================================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}

/* ==========================================================================
   SECTIONS
   ========================================================================== */
section {
  background: white;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  border-left: 5px solid #d4af37;
}

section h2 {
  color: linear-gradient(135deg, #d4af37 0%, #c99a2e 100%);
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
  border-bottom: 2px solid #d4af37;
  padding-bottom: 0.5rem;
}

section p {
  margin-bottom: 1rem;
  /* text-wrap: balance; */
  text-align: justify;
  color: #444;
}

.regulations {
  font-size: 1rem; 
  padding: 5px;
  /* text-wrap: wrap;
  letter-spacing: 0.05rem;
  text-wrap: pretty; */
  text-wrap: pretty;
  hyphens: auto;
  overflow-wrap: break-word;
  widows: 2;
  margin-left: 1rem;
}
/* ===============================
   Legal text – lists & spacing (privacy/regulations)
   Wklej pod .regulations
   =============================== */

/* Akapit bezpośrednio przed listą – mniejszy odstęp, łatwo regulować */
.regulations-before-list {
  margin-bottom: 0.35rem; /* ustaw wg potrzeb */
}

/* Lista w dokumentach prawnych */
.regulations-list {
  list-style-type: disc;       /* kropki jak standardowo */
  margin-left: 2rem;         /* przesunięcie całej listy w prawo */
  margin-top: 0;               /* bez dodatkowej "dziury" u góry */
  margin-bottom: 1.25rem;      /* odstęp po liście */
  padding-left: 1.25rem;       /* kontrola pozycji kropek/tekstu */
}

/* Elementy listy */
.regulations-list li {
  margin-bottom: 0.4rem;
  line-height: 1.5;
  color: #444;
}

/* Opcjonalnie: ciaśniejsza lista (np. jedno zdanie) */
.regulations-list.is-tight {
  margin-bottom: 0.75rem;
}

/* Opcjonalnie: gdy lista jest bezpośrednio po <p class="regulations ...">,
   możesz jeszcze bardziej skrócić odstęp między nimi */
.regulations.regulations-before-list + .regulations-list {
  margin-top: 0.15rem; /* ustaw wg potrzeb */
}


.wesprzyj {
  text-align: justify;
  text-wrap: wrap;
}

.text-unified {
  text-align: justify;
  text-wrap: pretty;
  hyphens: auto;
  overflow-wrap: break-word;
  widows: 2;
  orphans: 2;
  line-height: 1.6;
}

/* ZESPÓŁ SECTION */
.team-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  /* margin-bottom: 2rem; */
}

.team-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.team-short {
  line-height: 1.8;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}

.expand-btn {
  background: linear-gradient(135deg, #d4af37 0%, #c99a2e 100%);;
  color: white;
  border: none;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 1rem;
  transition: all 0.3s ease;
}

.expand-btn:hover {
  background: linear-gradient(135deg, #f4d03f 0%, #d4af37 100%);;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* PRZYCISKI POD YT / SPOTIFY – jak "Czytaj więcej", ale w kolorach brandów */

/* YouTube – czerwony */
.player-cta-youtube {
  background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
  box-shadow: 0 4px 10px rgba(255, 0, 0, 0.3);
}

.player-cta-youtube:hover {
  background: linear-gradient(135deg, #ff4d4d 0%, #ff0000 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(255, 0, 0, 0.4);
}

/* Spotify – zielony */
.player-cta-spotify {
  background: linear-gradient(135deg, #1DB954 0%, #159740 100%);
  box-shadow: 0 4px 10px rgba(29, 185, 84, 0.3);
}

.player-cta-spotify:hover {
  background: linear-gradient(135deg, #44c96c 0%, #1DB954 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(29, 185, 84, 0.4);
}

.team-full {
  display: none;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid #d4af37;
  text-align: justify;
}

.long {
  text-indent: 2em;
  text-wrap: wrap;
}

.team-full.active {
  display: block;
}

.team-full h3 {
  color: #d4af37;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.team-full ul {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.team-full li {
  margin-bottom: 0.7rem;
  color: #444;
}

/* AKTUALNOŚCI */
.news-item {
  background: #f0f0f0;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 5px;
  border-left: 4px solid #d4af37;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.news-item img {
  width: 33%;
  object-fit: cover;
  border-radius: 10px;
  min-height: 200px;
}

.news-content {
  width: 67%;
}

.news-item h3 {
  color: #8a6b14;
  margin-bottom: 0.5rem;
}

.news-date {
  font-size: 0.95rem;
  margin-bottom: 0.8rem;
}

.fb-link {
  text-align: center;
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f0f0f0;
  border-radius: 5px;
  border-left: 4px solid #d4af37;
}

.fb-link a {
  color: #d4af37;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #d4af37;
  padding-bottom: 2px;
}

.fb-link a:hover {
  color: #d4af37;
}

.fb-page {
  text-align: center;
  /* margin-top: 2rem;
  padding: 1.5rem;
  background: #f0f0f0;
  border-radius: 5px;
  border-left: 4px solid #d4af37; */
}

/* POSŁUCHAJ NAS */
.listen-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.listen-item {
  background: #f8f7f4;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
}

.listen-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.listen-item h3 {
  color: #d4af37;
  margin-bottom: 1rem;
}

.listen-item a {
  display: inline-block;
  background: #d4af37;
  color: white;
  padding: 0.8rem 2rem;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 1rem;
  transition: all 0.3s ease;
}

.listen-item a:hover {
  background: #d4af37;
}

/* eksperymentalne posłuchaj nas */

/* POSŁUCHAJ NAS – nowy układ z playerami */
.listen-layout {
  display: grid;
  grid-template-columns: 2fr 1.2fr;
  gap: 2rem;
  margin-top: 1.5rem;
}

.listen-media {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.player-block {
  background: #f0f0f0;
  padding: 1rem 0.5rem 0.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.player-block h3 {
  color: #d4af37;
  margin-bottom: 0.4rem;
}

.player-block p {
  margin-bottom: 0.9rem;
  color: #444;
}

.player-embed iframe {
  width: 100%;
  display: block;
}

.player-link {
  display: inline-block;
  text-decoration: none;
  color: #0f3460;
  font-weight: 600;
  border-bottom: 1px solid rgba(15,52,96,0.3);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.player-link:hover {
  color: #d4af37;
  border-color: #d4af37;
}

/* eksperymenty player */
.player-header {
  align-items: center;
  width: 100%;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
  justify-content: center;
  text-align: center;
}

.player-footer {
  align-items: center;
  width: 100%;
  margin-top: 0.5rem;
  justify-content: center;
  text-align: center;
}

.brand-logo {
  width: 120px;
  height: auto;
  flex-shrink: 0;
}

.brand-logo-link {
  display: inline-block;
  width: 100%;
}

.player-tagline {
  margin: 0;
  color: #666;
}

/* odległości wokół playera */
.player-embed {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.4rem;   /* mały, stały odstęp pod playerem */
}

.player-description {
  margin: 0.25rem 0 0.6rem;   /* mały odstęp nad tekstem */
  color: #444;
}

/* jeśli coś wcześniej nadpisywało margin, dociśnij dla Spotify osobną klasą */
.player-description-spotify {
  margin-top: 0.25rem;
}

/* przyciski zostają jak było */
.player-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
  padding: 0.55rem 1.6rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.albums-block {
  background: #f0f0f0;
  padding: 0.5rem 0.5rem 0.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* ==========================================================================
   NOWA KARTA ALBUMU CD
   ========================================================================== */
.album-card {
  background: #0f0f13;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
  border: 1px solid rgba(255, 215, 0, 0.25);
  position: relative;
}

/* złoty pasek na górze */
/* .album-card::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 6px;
background: linear-gradient(90deg, #d4af37, #f5e29e, #d4af37);
} */

.album-header {
  width: 100%;
  text-align: center;
  display: block;
  /* margin-bottom: 1rem; */
  font-size: 1.3rem;
}

/* ====== OKŁADKA ALBUMU – ZAWSZE KWADRAT ====== */
/* ===== OKŁADKA – ZAWSZE 1:1, BEZ PUSTYCH PÓL ===== */

.album-cover {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #0f0f13;
}

.album-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;        /* wypełnia kwadrat */
  object-position: center;
}

.album-info {
  padding: 1.2rem 1.4rem 1.4rem;
  color: #f0f0f0;
}

.album-title {
  margin: 0 0 0.4rem 0;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #e0dfdc;
}

.album-subtitle {
  margin: 0 0 0.6rem 0;
  opacity: 0.9;
  color: #f0f0f0;
  text-wrap: wrap;
}

.album-link {
  display: inline-block;
  font-size: 0.85rem;
  text-decoration: none;
  color: #d4af37;
  border-bottom: 1px solid rgba(212,175,55,0.4);
  padding-bottom: 1px;
  transition: 0.2s ease;
}

.album-link:hover {
  color: #ffd86b;
  border-color: #ffd86b;
}

.album-note {
  margin-top: 1rem;
  margin-bottom: 0rem;
  padding: 0.9rem 1.2rem;
  color: #555;
  background: #f7f6ef;
  border-left: 4px solid #d4af37;
  border-radius: 6px;
  line-height: 1.5;
  text-wrap: wrap;
}

/* ===== ZAKŁADKI ALBUMÓW – JAK PRZYCISKI ===== */

.album-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  /* grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); */
  gap: 0.6rem;
  flex-wrap: wrap;
  margin: 0.6rem 0 1rem;
  align-items: center;
}

.album-tab {
  background: transparent;
  color: #0f3460;
  border: 2px solid rgba(212,175,55,0.75);
  padding: 0.55rem 1.1rem;
  font-size: 0.95rem;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;

  display: flex;
  align-items: center;
  justify-content: center;

  height: 44px;              /* ← jedna, stała wysokość */
  padding: 0 1rem;           /* poziomy padding */
  text-align: center;
  white-space: nowrap;       /* nie łam tekstu */
}

.album-tab:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc(50% - 0.3rem);
}

.album-tab:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
  background: rgba(212,175,55,0.10);
}

.album-tab.is-active {
  background: linear-gradient(135deg, #d4af37 0%, #c99a2e 100%);
  color: #11111b;
  border-color: rgba(212,175,55,0.95);
  box-shadow: 0 6px 16px rgba(0,0,0,0.14);
}

.album-panel {
  display: none;
}

.album-panel.is-active {
  display: block;
}

/* RESPONSIVE – telefony */
@media (max-width: 768px) {
  .listen-layout {
    grid-template-columns: 1fr;
  }

  .player-embed iframe {
    min-height: 190px;
  }

  /* .album-card img {
  height: 220px;
  } */
}

/* ==========================================================================
   WESPRZYJ NAS
   ========================================================================== */
.donation-box {
  background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 50%, #16213e 100%);
  color: white;
  padding: 2.5rem;
  border-radius: 8px;
  text-align: center;
  /* margin-top: 2rem; */
  display: block;
}

.donation-box h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: white;
}

.donation-box p {
  color: white;
  margin-bottom: 0.7rem;
  display: inline;
}

.block-display
{
  display: block;
  margin-bottom: 1.2rem;
}

.donation-details {
  background: rgba(255,255,255,0.1);
  padding: 2rem;
  border-radius: 5px;
  text-align: left;
  margin-bottom: 1.5rem;
}

.donation-details p {
  color: white;
  margin-bottom: 0.7rem;
  font-size: 1.10rem;
}

.donation-details strong {
  color: #d4af37;
}

.donate-btn {
  background: #d4af37;
  color: #2c2c2c;
  border: none;
  padding: 1.2rem 3rem;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.donate-btn:hover {
  background: #f4d03f;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.image-listen-us
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  background: #2c2c2c;
  color: white;
  padding: 0.6rem 1rem 1rem;
  text-align: center;
}

.copyright {
  font-size: 0.65rem; 
  margin-top: 0.2rem; 
  color: #999;
}

/* FACEBOOK BOX – pełna szerokość sekcji, w środku wtyczka 500px */
/* .fb-wrapper {
width: 100%;
margin-top: 2rem;
padding: 1.5rem;
background: #f0f0f0;
border-radius: 5px;
border-left: 4px solid #d4af37;
display: flex;
justify-content: center;   wyśrodkowanie wtyczki
}     */

/* ==========================================================================
   FACEBOOK FULL-WIDTH FIX
   ========================================================================== */
/* .fb-wrapper {
width: 100%;
margin-top: 2rem;
padding: 1.5rem;
background: #f0f0f0;
border-radius: 5px;
border-left: 4px solid #d4af37;
display: flex;
justify-content: center;
}
.fb-wrapper .fb-page,
.fb-wrapper .fb-page > span,
.fb-wrapper iframe {
width: 100% !important;
max-width: 100% !important;
}

.news-link {
display: inline-block;
margin-top: 10px;
padding: 6px 14px;
border-radius: 999px;
border: 1px solid #3b5998;
font-size: 0.9rem;
text-decoration: none;
color: #3b5998;
transition: background 0.2s ease, color 0.2s ease;
}

.news-link:hover {
background: #3b5998;
color: #fff;
}

/* eksperyment facebook */
.fb-header
{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.fb-stub
{
  height: 168px;
  width: 168px;
  border-radius: 50%;
  object-fit: cover;
}

.fb-header-container
{
  display: flex;
  flex-direction: column; 
  justify-content: center;
  text-align: right;
  width: 100%;
  height: 100%; 
}

.fb-header-facebook {
  display: flex;
  flex-direction: column;      /* tekst jeden pod drugim */
  justify-content: center;     /* środek w pionie */
  /* align-items: center;         /* środek w poziomie */
  text-align: center;          /* centrowanie linii tekstu */
  height: 90%;                /* ważne – musi znać wysokość */
}

.fb-note
{
  color:#f8f7f4;
  text-align: left;
  margin-bottom: 0;
}

.fb-text {
  font-weight: 700;
  font-size: 2.0rem;
  color: #1877f2;     /* oficjalny kolor Facebooka */
  letter-spacing: -0.5px;
  display: flex;
   /* margin-top: 2rem; */
}

.fb-section {
  /* margin: 30px auto; */
  padding: 20px;
  background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 50%, #16213e 100%);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.07);
  text-align: center;
}

.player-tagline {
  margin-top: 10px;
  color: rgb(204, 198, 198);
}

.fb-description {
  color: rgb(204, 198, 198);
  margin: 15px 0 25px;
  line-height: 1.6;
  text-align: center;
}

.fb-cta {
  display: inline-block;
  padding: 12px 26px;
  background: #d4af37;
  color: black;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  transition: 0.25s ease;
}

.fb-cta:hover {
  background: linear-gradient(135deg, #45457c 0%, #1e65bd 50%, #2a3e74 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(24, 119, 242, 0.3);
}

.dane-section {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
  font-family: "Georgia", "Times New Roman", serif;
  color: #2b2b2b;
}

.contact-section {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
  font-family: "Georgia", "Times New Roman", serif;
  color: #2b2b2b;
}

.contact-section h2 {
  text-align: center;
  letter-spacing: 2px;
  font-size: 26px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

/* .contact-box {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 30px 0;
} */

.contact-box p {
  font-size: 17px;
  line-height: 1.8;
  margin: 10px 0;
  text-align: left;
}

.contact-box span {
  font-weight: 600;
  letter-spacing: 1px;
}

.rodo-label {
  font-size: 0.75rem;
  color: #8f8d8d;
  margin-top: 1rem;
  margin-bottom: -1.25rem;
  display: block;
}

#rodo-footer
{
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .fb-promo {
    padding: 1.4rem 1.2rem;
  }

  .fb-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .fb-logo {
    width: 130px;
  }

  .fb-header
  {
    display: block;
  }

  .fb-stub
  {
    height: 168px;
    width: 168px;
    border-radius: 50%;
  }

  .donation-box p {
    display: block;
  }

  .fb-header-container
  {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .fb-stub img
  {
    width: 100%;
    object-fit: contain;
    text-align: right;
  }

  .fb-text
  {
    margin-top: 0;
    width: 100%;
    justify-content: center;
  }

  .fb-note
  {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .donation-details p {
    color: white;
    margin-bottom: 0.7rem;
    font-size: 0.95rem;
  }

  .block-display
  {
    margin-bottom: 0rem;
  }

  #rodo-footer
  {
    position: relative;
  }

   .lang-switcher {
    top: 8px;
    right: 10px;
    padding: 5px 12px;
    font-size: 0.85rem;
  }
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 768px) {
  header {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }

  .header-logo {
    width: 360px;
    height: 140px;
  }

  nav {
    position: static;
    box-shadow: none;
  }

  nav ul {
    grid-template-columns: 1fr;
  }

  nav a {
    padding: 0.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }

  nav a:hover {
    background: rgba(255,255,255,0.1);
    border-bottom-color: transparent;
  }

  section {
    padding: 1.5rem;
  }

  section h2 {
    font-size: 1.3rem;
  }

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

  .team-intro {
    grid-template-columns: 1fr;
  }

  .team-image {
    height: 300px;
  }

  .donation-box {
    background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 50%, #16213e 100%);
    color: white;
    padding: 2rem 1rem;
    border-radius: 8px;
    text-align: center;
    margin-top: 2rem;
  }

  .donation-details {
    padding: 0.2rem;
  }

  .news-item {
    background: #f0f0f0;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 5px;
    border-left: 4px solid #d4af37;
    display: block;
  }

  .news-item img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .news-content {
    width: 100%;
  }

  .image-listen-us
  {
    width: 95%;
    height: 250px;
    object-fit: cover;
  }
  .fb-header-facebook{
    text-align: center;
  }

  /* eksperymentalny dodatek */
  @media (max-width: 768px) {

    .player-block .player-spotify
    {
      width: 95%;
    }

    .image-listen-us
    {
      display: none;
    }

    /* Aktualności z Facebooka – wygląd na telefonach */

    .news-item {
      flex-direction: column;      /* zamiast obok siebie – jeden pod drugim */
      align-items: stretch;
      gap: 12px;
    }

    .news-item img {
      width: 100%;                /* obrazek na całą szerokość */
      max-height: 220px;          /* żeby nie był gigantyczny */
      object-fit: cover;
      border-radius: 10px;
    }

    .news-content {
      width: 100%;
    }

    .news-date {
      font-size: 0.85rem;
    }

    .news-link {
      display: inline-block;
      margin-top: 8px;
      font-size: 0.85rem;
    }
  }

}

/* ==========================================================
UJEDNOLICENIE PRZYCISKÓW DO STYLU ".expand-btn" (CZYTAJ WIĘCEJ)
- Tabs pozostawione bez zmian, poza kolorem tekstu w aktywnym tabie
- "Wesprzyj nas" (.donate-btn) zachowuje rozmiar (padding/font-size)
========================================================== */

:root{
  --btn-radius-rect: 10px;         /* bliżej prostokąta niż pill */
  --btn-shadow-hover: 0 4px 12px rgba(0,0,0,0.15);
  --btn-shadow-active: 0 2px 8px rgba(0,0,0,0.12);
  --btn-focus: rgba(212, 175, 55, 0.35);

  /* złoty (jak w .expand-btn) */
  --btn-gold-1: #d4af37;
  --btn-gold-2: #c99a2e;
  --btn-gold-hover: #f4d03f;
}

/* Baza “jak czytaj więcej” – wspólna ergonomia i zachowanie */
.expand-btn,
.fb-cta,
.player-cta,
.news-link,
.donate-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;

  border-radius: var(--btn-radius-rect);
  border: 0;
  cursor: pointer;
  text-decoration: none;

  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.1;

  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.expand-btn:focus-visible,
.fb-cta:focus-visible,
.player-cta:focus-visible,
.news-link:focus-visible,
.donate-btn:focus-visible{
  outline: 3px solid var(--btn-focus);
  outline-offset: 3px;
}

.expand-btn:hover,
.fb-cta:hover,
.player-cta:hover,
.news-link:hover,
.donate-btn:hover{
  transform: translateY(-2px);
  box-shadow: var(--btn-shadow-hover);
}

.expand-btn:active,
.fb-cta:active,
.player-cta:active,
.news-link:active,
.donate-btn:active{
  transform: translateY(0);
  box-shadow: var(--btn-shadow-active);
}

/* Złoty wariant (jak .expand-btn) */
.expand-btn,
.fb-cta,
.donate-btn{
  background: linear-gradient(135deg, var(--btn-gold-1) 0%, var(--btn-gold-2) 100%);
  color: #11111b;
}

.expand-btn:hover,
.fb-cta:hover,
.donate-btn:hover{
  background: linear-gradient(135deg, var(--btn-gold-hover) 0%, var(--btn-gold-1) 100%);
}

/* "Wesprzyj nas" – zachowaj rozmiar (nie zmieniamy padding/font-size z Twojego CSS),
jedynie dostosowujemy narożniki i zachowanie hover/focus powyżej. */

/* Player CTA – ujednolicona geometria, ale kolory brandowe zostają jak były */
.player-cta{
  color: #fff;
  padding: 0.75rem 1.6rem;   /* zbliżone do .expand-btn */
  font-size: 0.95rem;        /* zbliżone do .expand-btn */
}

/* Zachowujemy czerwony i zielony tam gdzie jest */
.player-cta-youtube{
  background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
}
.player-cta-youtube:hover{
  background: linear-gradient(135deg, #ff4d4d 0%, #ff0000 100%);
}

.player-cta-spotify{
  background: linear-gradient(135deg, #1db954 0%, #159740 100%);
}
.player-cta-spotify:hover{
  background: linear-gradient(135deg, #44c96c 0%, #1db954 100%);
}

/* News link – zostaje jako link-button, ale “geometria” jak czytaj więcej */
.news-link{
  padding: 0.75rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--btn-radius-rect);

  background: transparent;
  color: #3b5998;
  border: 1px solid #3b5998;
}

.news-link:hover{
  background: #3b5998;
  color: #fff;
}

/* ==========================================================
DROBNE KOREKTY UX / UI PRZYCISKÓW
========================================================== */

:root{
  --btn-radius-rect: 12px;
}

/* Biała czcionka w CTA */
.expand-btn,
.fb-cta,
.player-cta,
.donate-btn{
  color: #ffffff;
}

/* News link */
.news-link{
  color: #3b5998;
}
.news-link:hover{
  color: #ffffff;
}

.album-tab.is-active{
  color: #000000;
}

/* ==========================================================
KOREKTA CTA NA GRANATOWYM TLE (NEWS / SUPPORT)
- Bardziej szlachetny złoty (mniej jaskrawy)
- Inny charakter niż standardowe CTA
========================================================== */

:root{
  /* Szlachetny złoty – mniej nasycony */
  --gold-noble-1: #c7a84a;
  --gold-noble-2: #b08d2f;
  --gold-noble-hover-1: #d6bb63;
  --gold-noble-hover-2: #c7a84a;
}

/* SUPPORT (wesprzyj nas) – spokojniejszy złoty na granacie */
.support-section .donate-btn,
.donation-box .donate-btn{
  background: linear-gradient(
  135deg,
  var(--gold-noble-1) 0%,
  var(--gold-noble-2) 100%
  );
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.22);
}

.support-section .donate-btn:hover,
.donation-box .donate-btn:hover{
  background: linear-gradient(
  135deg,
  var(--gold-noble-hover-1) 0%,
  var(--gold-noble-hover-2) 100%
  );
}

/* NEWS – link CTA mniej „krzykliwy” */
.news-section .news-link,
.news-item .news-link{
  border-color: var(--gold-noble-1);
  color: var(--gold-noble-1);
  background: transparent;
}

.news-section .news-link:hover,
.news-item .news-link:hover{
  background: var(--gold-noble-1);
  color: #1a1a2e;
}

/* ==========================================================
GLOBALNE Uspokojenie ZŁOTA + KOREKTA KOLORYSTYKI TEKSTU
- Złoty mniej jaskrawy (czytelność, brak „rozmazania”)
- NEWS + SUPPORT: czarna czcionka
========================================================== */

:root{
  /* Jeden spokojny złoty dla CAŁEJ STRONY */
  --btn-gold-1: #c7a84a;
  --btn-gold-2: #b08d2f;
  --btn-gold-hover: #d6bb63;
}

/* Wszystkie złote CTA – spokojniejszy kontrast */
.expand-btn,
.fb-cta,
.donate-btn{
  background: linear-gradient(
  135deg,
  var(--btn-gold-1) 0%,
  var(--btn-gold-2) 100%
  );
  color: #ffffff;
}

.expand-btn:hover,
.fb-cta:hover,
.donate-btn:hover{
  background: linear-gradient(
  135deg,
  var(--btn-gold-hover) 0%,
  var(--btn-gold-1) 100%
  );
}

/* NEWS + SUPPORT – czarna czcionka dla maks. czytelności */
.news-section .news-link,
.news-item .news-link,
.support-section .donate-btn,
.donation-box .donate-btn{
  color: #111111;
}

/* Hover na granacie: nadal czytelny */
.news-section .news-link:hover,
.news-item .news-link:hover{
  color: #111111;
}

/* ==========================================================
FINALNE KOREKTY TYPOGRAFII I TABÓW
- NEWS: przycisk czarny
- Tabs: poświata jak w CTA
- Tekst w przyciskach: sentence case (bez MAJUSKUŁ)
- WYJĄTEK: "Wesprzyj nas" zostaje bez zmian
========================================================== */

/* NEWS – czarny przycisk (czytelny na granacie) */
.news-section .news-link,
.news-item .news-link{
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

.news-section .news-link:hover,
.news-item .news-link:hover{
  background: #1a1a1a;
  color: #ffffff;
}

.album-tab:hover{
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

.album-tab.is-active{
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Typografia przycisków – sentence case */
.expand-btn,
.fb-cta,
.player-cta,
.news-link{
  text-transform: none;
  letter-spacing: 0.02em;
}

/* WYJĄTEK: Wesprzyj nas – zostaje jak było */
.donate-btn{
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ==========================================================
PATCH NA BAZIE v5 (zgodnie z wytycznymi)
1) "Odwiedź nasz profil" (.fb-cta) jak "Wesprzyj" (.donate-btn),
ale bez zmiany wielkości; tekst jak w zdaniu
2) Czerwony i zielony (.player-cta-*) – tekst jak w zdaniu
3) Tabs – poświata jak w pozostałych przyciskach NA HOVER
========================================================== */

/* 1) FB CTA jak donate (gradient + ciężar), ale rozmiar bez zmian */
.fb-cta{
  /* styl jak donate */
  background: linear-gradient(135deg, var(--btn-gold-1) 0%, var(--btn-gold-2) 100%);
  color: #ffffff;

  /* tekst jak w zdaniu */
  text-transform: none;
  letter-spacing: 0.02em;

  /* NIE ruszamy padding/font-size – zostają z v5 */
}

.fb-cta:hover{
  background: linear-gradient(135deg, var(--btn-gold-hover) 0%, var(--btn-gold-1) 100%);
}

/* 2) YouTube / Spotify – tekst jak w zdaniu */
.player-cta{
  text-transform: none;
  letter-spacing: 0.02em;
}

/* 3) Tabs – poświata jak w innych przyciskach przy najeżdżaniu */
.album-tab{
  /* bez stałej poświaty; tylko na hover jak reszta */
  box-shadow: none;
}
.album-tab:hover{
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}
.album-tab:active{
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transform: translateY(0);
}
/* ==========================================================
UJEDNOLICENIE PRZYCISKÓW (na bazie style2.css)
- Kolor złoty: jak "Odwiedź nasz profil" (.fb-cta) ze style2
- Hover: jak "Wesprzyj nas" (.donate-btn) ze style2 (scale + cień)
- Tekst w przyciskach: jak w zdaniu (sentence case)
- WYJĄTEK: .donate-btn (Wesprzyj nas) zostaje: rozmiar + MAJUSKUŁY
- WYJĄTEK: czerwony i zielony (YouTube / Spotify) zachowują kolory
========================================================== */

:root{
  --btn-gold: #d4af37;
  --btn-gold-hover: #f4d03f;
  --btn-text-dark: #2c2c2c;

  --btn-radius: 10px;
  --btn-shadow: 0 4px 12px rgba(0,0,0,0.15);
  --btn-shadow-hover: 0 6px 20px rgba(0,0,0,0.30);
}

/* Wspólna ergonomia (zostawiamy padding/font-size tam gdzie już jest ustawiony) */
.expand-btn,
.fb-cta,
.news-link,
.player-cta,
.donate-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;

  border: none;
  cursor: pointer;
  text-decoration: none;

  border-radius: var(--btn-radius);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}

/* Tekst jak w zdaniu – wszędzie, oprócz "Wesprzyj nas" */
.expand-btn,
.fb-cta,
.news-link,
.player-cta{
  text-transform: none;
  letter-spacing: 0;
}

/* WYJĄTEK: "Wesprzyj nas" – zostaje jak było */
.donate-btn{
  text-transform: uppercase;
  letter-spacing: 1px; /* jak w style2 */
}

/* Złoty wariant (wszędzie poza czerwonym i zielonym) */
.expand-btn,
.fb-cta,
.news-link,
.album-tab{
  box-shadow: var(--btn-shadow);
}

/* Hover – jak w style2 dla donate-btn */
.expand-btn:hover,
.fb-cta:hover,
.news-link:hover,
.donate-btn:hover,
.player-cta:hover{
  transform: scale(1.05);
  box-shadow: var(--btn-shadow-hover);
}

/* Gold hover (jak w style2) */
.expand-btn:hover,
.fb-cta:hover,
.news-link:hover,
.donate-btn:hover{
  background: var(--btn-gold-hover);
}

/* Active – subtelnie „wraca” */
.expand-btn:active,
.fb-cta:active,
.news-link:active,
.donate-btn:active,
.player-cta:active{
  transform: scale(1.00);
  box-shadow: var(--btn-shadow);
}

/* Fokus – czytelny */
.expand-btn:focus-visible,
.fb-cta:focus-visible,
.news-link:focus-visible,
.player-cta:focus-visible,
.donate-btn:focus-visible{
  outline: 3px solid rgba(212,175,55,0.45);
  outline-offset: 3px;
}

/* YouTube / Spotify – zachowujemy kolory (tylko dokładamy hover z donate) */
.player-cta-youtube{
  background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%) !important;
  color: #ffffff;
}
.player-cta-youtube:hover{
  background: linear-gradient(135deg, #ff4d4d 0%, #ff0000 100%) !important;
}

.player-cta-spotify{
  background: linear-gradient(135deg, #1DB954 0%, #159740 100%) !important;
  color: #ffffff;
}
.player-cta-spotify:hover{
  background: linear-gradient(135deg, #44c96c 0%, #1DB954 100%) !important;
}

/* News link – bez obramowania (żeby wyglądał jak reszta przycisków) */
.news-link{
  border: none !important;
}

.tabs button.active,
.tab button.active {
  opacity: 1;
  box-shadow: none;
}

/* Visit our profile – czcionka czarna jak "Wesprzyj nas" */
.fb-cta {
  color: #000000 !important;
}

/* Tabs – zaokrąglenie identyczne jak wszystkie przyciski */
.tabs button,
.tab button,
.tabs .tab,
.tab .tab {
  border-radius: 10px;
}

/* =========================
HOTFIX: ALBUM TABS – tylko zaokrąglenie + hover jak Read more
Nie zmieniamy stylu NIEAKTYWNEGO (kolory, border zostają)
========================= */

.album-tabs .album-tab {
  border-radius: 5px;                 /* jak .expand-btn */
  transition: all 0.3s ease;
}

.album-tabs .album-tab:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* =========================
HOTFIX: GLOBAL BUTTON HOVER – efekt jak "Odwiedź nas na Facebooku" (.fb-cta:hover)
Zasada: NIE zmieniamy kolorów/tła/borderów – tylko "lift" + cień na hover
========================= */

/* Klasy/elementy, które w tym projekcie działają jako przyciski */
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.expand-btn:hover,
.donate-btn:hover,
.player-cta:hover,
.news-link:hover,
.fb-cta:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 14px rgba(24, 119, 242, 0.3) !important;
}

/* === PATCH: Read more / Collapse + Active tabs kolor jak "Wesprzyj nas" === */

/* Read more / Collapse – kolor czcionki jak w .donate-btn */
.expand-btn {
  color: #2c2c2c;
}

/* Tabs – aktywny dokładnie w złocie jak "Wesprzyj nas" */
.album-tab.is-active {
  background: #d4af37;
  color: #2c2c2c;
  border-color: #d4af37;
}

/* ==========================================================
HOVER: ujednolicenie jak "Visit us on YouTube" (player-cta-youtube:hover)
- Dotyczy przycisków (button / linki-CTA)
- Dotyczy logotypów będących linkami: efekt TYLKO na samym logo (img)
========================================================== */

/* 1) Przyciski / CTA – ten sam „lift” + cień (bez zmiany kolorów) */
button:hover,
.expand-btn:hover,
.donate-btn:hover,
.fb-cta:hover,
.news-link:hover,
.player-cta:hover,
.album-tab:hover{
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 14px rgba(0,0,0,0.25) !important;
}

/* 2) Loga YouTube / Spotify itp. – NIE podświetlaj całego paska,
tylko sam obrazek logo */
.brand-logo-link{
  width: auto;              /* zamiast 100% */
  display: inline-block;    /* dopasuj do szerokości logo */
}

/* wyłączamy efekt na całym linku, zostawiamy go tylko na img */
.brand-logo-link:hover{
  transform: none !important;
  box-shadow: none !important;
}

.brand-logo{
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* efekt hover na samym logo */
.brand-logo-link:hover .brand-logo{
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
  border-radius: 10px; /* delikatne, żeby cień wyglądał naturalnie */
}

/* ==========================================================
FINAL OVERRIDE: ALBUM TABS HOVER identyczny jak pozostałe przyciski
(lift + cień + złoty hover jak w donate-btn:hover)
========================================================== */

.album-tabs .album-tab:hover{
  background: #f4d03f !important;   /* jak .donate-btn:hover */
  color: #2c2c2c !important;        /* jak .donate-btn (tekst ciemny) */
  border-color: #f4d03f !important;

  transform: translateY(-2px) !important;
  box-shadow: 0 6px 14px rgba(0,0,0,0.25) !important;
}

/* ==========================================================
FINAL FIX v2: ALBUM TAB = IDENTYCZNE ZAOKRĄGLENIA JAK PRZYCISKI
Źródło prawdy: .expand-btn / .donate-btn
========================================================== */

/* wymuś identyczny border-radius jak przyciski */
.album-tabs .album-tab{
  border-radius: 10px !important;
}

/* zachowaj identyczny hover jak inne przyciski */
.album-tabs .album-tab:hover{
  background: #f4d03f !important;
  color: #2c2c2c !important;
  border-color: #f4d03f !important;

  transform: translateY(-2px) !important;
  box-shadow: 0 6px 14px rgba(0,0,0,0.25) !important;
}

/* ==========================================================
NEWS / FACEBOOK – hover jak logo YouTube
========================================================== */

.fb-header a img,
.news-item a img {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fb-header a:hover img,
.news-item a:hover img {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
  border-radius: 10px;
}

.fb-header a {
  display: inline-block;
  transition: transform 0.25s ease;
}

.fb-header a:hover {
  transform: translateY(-2px);
}

.fb-header a,
.fb-header a:hover {
  text-decoration: none;
  color: inherit;
}

/* ==========================================================
NEWS / FACEBOOK – hover jak logo YouTube
(bez zmiany kształtu i bez rozjeżdżania layoutu)
========================================================== */

/* obrazki (avatar + zdjęcia postów) */
.fb-header a img,
.news-item a img {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* hover TYLKO na obrazie */
.fb-header a:hover img,
.news-item a:hover img {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

/* avatar Facebooka zostaje kółkiem */
.fb-stub {
  border-radius: 50% !important;
}

/* linki FB – brak underline i brak przesuwania całego bloku */
.fb-header a,
.fb-header a:hover {
  text-decoration: none;
  color: inherit;
}

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

/* === Scroll to top button === */
/* #scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #d4af37 0%, #c99a2e 100%);
  color: #111;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  display: none;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}*/

/* Hover tylko na desktopach */
/* @media (hover: hover) {
  #scrollToTop:hover {
    transform: translateY(-3px);
  }
} */

/* Pokazuj tylko na mobile */
/* */


#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #d4af37 0%, #c99a2e 100%);
  color: #111;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  display: none;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 12px;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  text-decoration: none;
  z-index: 1000;
}

.skip-link:focus {
  top: 12px;
}


.skip-link:focus-visible{ top: 12px; }


/* Accessibility: respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* WCAG AA – poprawa kontrastu nagłówków h3 na jasnym tle */
.team-full h3,
.listen-item h3,
.player-block h3{
  color: #5a4a12; /* ciemny „złoty”, przechodzi AA na białym/jasnym */
}

/* =========================================================
   WCAG 2.1 AA – Toast / banner informacyjny (spójny stylistycznie)
   ========================================================= */
.toast {
  position: fixed;
  top: calc(120px + env(safe-area-inset-top));
  left: 50%;
  transform: translateX(-50%);
  z-index: 4000;

  width: min(760px, calc(100% - 24px));
  padding: 14px 16px;
  border-radius: 16px;

  background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 50%, #16213e 100%);
  color: #ffffff;
  border: 2px solid rgba(212, 175, 55, 0.95);
  box-shadow: 0 14px 34px rgba(0,0,0,0.45);

  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.toast__content {
  font-size: 1rem;
  line-height: 1.5;
  flex: 1;
  color: #ffffff;
}

.toast__close {
  width: 44px;
  height: 44px;
  border-radius: 12px;

  background: rgba(255,255,255,0.10);
  color: #ffffff;
  border: 2px solid rgba(212,175,55,0.9);

  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.toast__close:hover {
  background: rgba(255,255,255,0.18);
}

.toast__close:focus-visible {
  outline: 3px solid #FBBF24;
  outline-offset: 2px;
}

.toast.is-hidden {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .toast { transition: none; }
}
    
/* Scroll to top – SVG icon centering + mobile tap */
#scrollToTop{
  display: none; /* JS controls visibility */
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
}

#scrollToTop .to-top-icon{
  width: 22px;
  height: 22px;
  display: block;
}

/* Scroll to top – visibility + perfect centering for SVG */
#scrollToTop{
  display: none;            /* hidden by default */
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
}

#scrollToTop.is-visible{
  display: flex;            /* flex centers icon */
}

#scrollToTop .to-top-icon{
  width: 22px;
  height: 22px;
  display: block;
}


/* --- Recording modal --- */
.recording-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  padding: 24px;
}
.recording-modal.is-open { display: grid; place-items: center; }

.recording-modal__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0,0,0,0.62);
  cursor: pointer;
}

.recording-modal__content {
  position: relative;
  width: min(920px, 100%);
  height: min(80vh, 720px);
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.recording-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 0;
  background: rgba(0,0,0,0.55);
  color: rgba(255,255,255,0.92);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

#recording-modal-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* --- Album cover hover overlay (Msza Es-dur) --- */
.album-cover-link {
  position: relative;
  display: block;
}
.album-cover-link img { display: block; width: 100%; height: auto; }

.album-cover-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,0.55);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.album-cover-overlay > span {
  border: 2px solid rgba(212,175,55,0.85);
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.album-cover-link:hover .album-cover-overlay,
.album-cover-link:focus-visible .album-cover-overlay {
  opacity: 1;
}

/* Long label tab (EN) */
.album-tab--long {
  white-space: normal;
  height: auto;
  min-height: 44px;
  padding: 0.45rem 0.9rem;
  line-height: 1.1;
  font-size: 0.9rem;
}



/* === Donation CTA: small Przelewy24 mark + non-shifting status text === */
.donate-cta {
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
  gap: 2rem;
}

.p24-mini {
  height: 22px;
  width: auto;
  position: absolute;      /* Wyjmuje obrazek z układu (nie zajmuje miejsca) */
  left: calc(50% + 160px); /* Przesunięcie: środek strony + połowa szerokości przycisku */
  /* left: calc(50% + 100px); /* Przesunięcie: środek strony + połowa szerokości przycisku */
  /* Możesz też użyć po prostu: */
  /* margin-left: 20px; i zostawić go w flexie, ale wtedy środek się lekko przesunie. 
     Metoda z absolute jest matematycznie idealna. */
} 

@media (max-width: 768px) {
  .donate-cta {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.p24-mini {
  height: 22px;
  width: auto;
  position: static;      /* Przywraca normalny przepływ dokumentu na mobile */ 
} 
  
}

.donation-status {
  margin-top: 10px;
  min-height: 1.2em; /* reserve space so layout doesn't jump */
}

.donation-status.is-hidden {
  visibility: hidden;
}
