/* ===== RESET / BASE ===== */
.houk-slot {
  background: red !important;
  color: white !important;
  border: 4px solid yellow !important;
}
body {
  margin: 0;
  background: #0b0b0b;
  color: #e5e5e5;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
}

/* ===== CONTAINER ===== */

.container {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: clamp(23px, 6vw, 95px);
}

/* ===== HEADER ===== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #111;
  border-bottom: 1px solid #222;
}

/* ===== HEADER LAYOUT ===== */

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  position: relative;
}

/* ===== BRAND ===== */

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 40px 0 0; 
}

.logo-img {
  height: 80px;
  width: auto;
}

.logo-text {
  font-family: "Rubik", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 5vw, 72px);
  letter-spacing: 2px;
  color: #dab00b; /*#e31212;*/
  line-height: 1;
  text-shadow:
    2px 2px 0 #000,
    0 0 10px rgba(227,18,18,0.7),
    0 0 20px rgba(227,18,18,0.4);
 
}

.logo-text:hover {
  color: #ff2a2a;
}

/* ===== NAV ===== */

.main-nav {
  position: static;
}

/* ===== MENU (DESKTOP) ===== */

.menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 12px 20px;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

.menu-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px 20px;
}

.menu a {
  color: #ddd;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}

.menu a:visited {
  color: #ddd;
}

.menu a:hover {
  color: #d94a4a;              /* przygaszona czerwień */
  text-decoration: none;
}

/* ===== HAMBURGER ===== */

.menu-toggle {
  display: none;
}

/* ===================================== */
/* ========== MOBILE ==================== */
/* ===================================== */

@media (max-width: 900px){

  .header-inner {
    flex-wrap: wrap;
  }

  .brand {
    width: 100%;
    justify-content: center;
  }

  .logo-img {
    height: 50px;
  }

  .logo-text {
    font-size: 32px;
  }

  .main-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .menu-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 26px;
    color: white;
    cursor: pointer;

    position: absolute;
    top: 10px;
    right: 15px;
  }

  .menu {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-top: 10px;
    background: #111;
    padding: 15px 20px;

/*    position: static;   /* ← usuwa panel boczny */
  }


  .menu li {
    width: 100%;
  }

  .menu.active {
    display: flex;
  }
}

  .menu a {
    font-size: 16px;
  }


/* ===== TREŚĆ ===== */

.page-title {
  font-family: "Rubik", Arial, sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: #fff;
}

/* ===== LINKI ===== */

a {
  color: #d94a4a;              /* przygaszona czerwień */
  text-decoration: none;
  transition: opacity 0.2s ease;
}

a:visited {
  color: #a83a3a;              /* ciemniejszy, "zużyty" kolor */
}

a:hover {
  color: #e31212;
  opacity: 1;
  text-shadow:
    0 0 2px #000,
    0 0 6px rgba(227,18,18,0.5);
}

/* ===== NEWS ===== */

.news-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.news-item {
  border-left: 3px solid #e31212;
  padding-left: 20px;
}

.news-date {
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
}

.news-item h2 {
  margin: 0 0 10px;
  color: #fff;
}

.news-item p {
  margin: 0;
  line-height: 1.6;
}

/*
 * Dodatkowe style dla newsa Jarocin Festiwal 2026.
 * Plik jest celowo ograniczony klasą .jarocin-article, aby nie zmieniał
 * wyglądu pozostałych podstron HOUK.
 */

.jarocin-article {
  width: min(100% - 46px, 1180px);
  margin: 0 auto;
  padding: 42px 0 70px;
  font-family: inherit;
  line-height: 1.58;
}

.jarocin-article article {
  max-width: 940px;
  margin: 0 auto;
}

.jarocin-article__header {
  margin-bottom: 30px;
}

.jarocin-header-image {
    display: block;
    width: min(100%, 750px);
    height: auto;
/*    margin-bottom: 3px;*/

    border-radius: 6px;
    box-shadow: 0 8px 30px rgba(0,0,0,.35);
}

.jarocin-article h1,
.jarocin-article h2,
.jarocin-article h3,
.jarocin-article h4 {
  line-height: 1.15;
}

.jarocin-article h1 {
  margin: 0;
  font-size: clamp(2rem, 4.6vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.jarocin-article__subtitle {
  margin: 4px 0 22px;
  font-size: clamp(1.25rem, 2.7vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
}

.jarocin-article__lead {
  margin: 0;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  font-weight: 700;
  line-height: 1.45;
}

.jarocin-article__content p,
.jarocin-article__footer p {
  margin: 0 0 1.15em;
  text-align: justify;
  text-wrap: pretty;
}

.jarocin-article strong {
  font-weight: 750;
}

.jarocin-article a {
  overflow-wrap: anywhere;
}

.festival-schedule {
  margin-top: 52px;
}

.festival-schedule > h2 {
  margin: 0 0 28px;
  padding-bottom: 12px;
  border-bottom: 2px solid currentColor;
  font-size: clamp(1.65rem, 3.4vw, 2.4rem);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.festival-day {
  margin: 0 0 40px;
}

.festival-day > h3 {
  margin: 0 0 16px;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 800;
}

.festival-day > h3 span {
  white-space: nowrap;
}

.festival-stages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.festival-stage {
  padding: 20px;
  border: 1px solid rgba(128, 128, 128, 0.45);
  background: rgba(128, 128, 128, 0.08);
}

.festival-stage h4 {
  margin: 0 0 13px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.45);
  font-size: 1.08rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

.festival-stage ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.festival-stage li {
  display: grid;
  grid-template-columns: 8.6em minmax(0, 1fr);
  gap: 0.55em;
  margin: 0;
  padding: 0.42em 0;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  font-weight: 650;
}

.festival-stage li:last-child {
  border-bottom: 0;
}

.festival-stage time {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.festival-stage li.houk-slot {
  padding-right: 0.55em;
  padding-left: 0.55em;
  font-weight: 800;
  outline: 2px solid currentColor;
  outline-offset: -2px;
  background: red !important;
  color: white !important;
  border: 4px solid yellow !important;
}

.jarocin-article__footer {
  margin-top: 46px;
  padding-top: 25px;
  border-top: 1px solid rgba(128, 128, 128, 0.45);
  font-size: 0.92rem;
  opacity: 0.9;
}

.jarocin-article__footer p:first-child {
  font-size: 1rem;
  opacity: 1;
}

@media (max-width: 760px) {
  .jarocin-article {
    width: min(100% - 32px, 1180px);
    padding-top: 28px;
  }

  .jarocin-article__content p,
  .jarocin-article__footer p {
    text-align: left;
  }

  .festival-stages {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .festival-stage {
    padding: 16px;
  }

  .festival-stage li {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .festival-stage time {
    font-size: 0.9em;
    opacity: 0.78;
  }
}


/* ===== FOOTER ===== */

.site-footer {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #222;
  text-align: center;
  font-size: 14px;
  color: #888;
}

/* ===== SKŁAD ZESPOŁU ===== */

.sklad-content {
  margin-top: 30px;
}

.sklad-block {
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 3px solid #e31212;
}

.sklad-block h2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #dab00b;              /* ciemny żółty */
}

.sklad-block h2 span {
  color: #888;
  font-size: 16px;
}

.sklad-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sklad-list li {
  margin-bottom: 6px;
  line-height: 1.6;
}


/* ===== HISTORIA ===== */

.tekst { 
  text-align: justify;
  line-height:120%;
  color: #ddd;
}

.cytat {
  margin: 15px 0 15px 55px;
  width:80%;
  line-height:125%;
  font-style: italic;
}


/* ===== WYWIADY ===== */

.wywiady-content {
  margin-top: 20px;
}

.wywiady-block {
  margin: 30px 0 0 0;
  padding-left: 20px;
  border-left: 3px solid #e31212;
}

.wywiady-block h2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #d94a4a;		/* przygaszona czerwień */
}

.wywiady-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wywiady-list li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.wywiady-list a {
  color: #ddd;
}

.wywiady-list a:hover {
  color: #d94a4a;		/* przygaszona czerwień */
  text-decoration: none;
}


/* ===== DYSKOGRAFIA ===== */

.discography {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.album {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border-left: 3px solid #e31212;
  padding-left: 20px;
  overflow: visible; /* upewnij się */
}

.album img {
  width: 140px;
  height: auto;
}

.album_solo {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-left: 20px;
  overflow: visible; /* upewnij się */
}

.album_solo img {
  width: 250px;
  height: auto;
}

.album_big img {
  width: 200px;
  height: auto;
}

h1 {
  font-size: 20px;
  font-weight: 700;
  color: #d94a4a;		/* przygaszona czerwień */
}


/* kontener linku */
.album a {
  display: inline-block;
}

.album a img {
  display: block;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.album a:hover img {
  transform: scale(1.08);
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 20px rgba(255,255,255,0.8);
}

.album_solo a {
  display: inline-block;
}

.album_solo a img {
  display: block;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.album_solo a:hover img {
  transform: scale(1.08);
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 20px rgba(255,255,255,0.8);
}

.album-info h2 {
  margin: 0;
}

.year {
  color: #888;
  font-size: 14px;
  margin-bottom: 10px;
}

.opis {
  font-size: 14px;
}

span.album_opis {
	font-size:13px;
	color:#F7EDD2;
	text-transform: uppercase;
}

.mp3 { font-size: 11px;
}

/* mobile */

@media (max-width: 700px){
  .album {
    flex-direction: column;
  }

  .album img {
    width: 100%;
    max-width: 300px;
  }
}

.tracklista {
  color: #dab00b;              /* ciemny żółty */
}

.tracklista a, a:visited {
  color: #a83a3a;              /* przygaszona czerwień */
}

.tracklista a:hover {
  color: #e31212;
}


/* ===== GALERIA ===== */

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}

.gallery img {
  width: 100%;
  height: 200px;
  object-fit: cover;   /* przycina zamiast rozciągać */
  cursor: pointer;
}

.gallery img:hover {
  transform: scale(1.05);
}

/* lightbox */

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
}


/* ===== MULTIMEDIA ===== */

 .multimedia-title { 
   font-size: 18px;
   text-transform: uppercase; 
}

.multimedia-row {
  display: flex;
  gap: 30px;
}

.multimedia-left,
.multimedia-right {
  flex: 1;
}

.multimedia-left {
  color: #d94a4a;
  text-align: left;
}

.multimedia-right {
  color: #d94a4a;
  text-align: left;
}

.multimedia-left a,
.multimedia-right a {
  color: #ddd;
  text-decoration: none;
}

.multimedia-left a:hover,
.multimedia-right a:hover {
  color: #fff;
  text-decoration: underline;
}

.video {
  width: 100%;
  max-width: 800px; /* opcjonalnie limit na desktop */
  aspect-ratio: 16 / 9;
}

.video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

p.yt {
  line-height:220%;
  margin: 10px 0 0 0;
  color: #d94a4a;
}

.multimedia-left {
  color: #d94a4a;		/* przygaszona czerwień */
  float: left;
  width: calc(50% - 50px); /* połowa szerokości minus połowa odstępu */
  margin: 0 0 50px 0;
}

.multimedia-right {
  color: #d94a4a;		/* przygaszona czerwień */
  float: left;
  width: calc(50% - 50px);
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


/* ===== TABULATURY ===== */

.tabulatury-content {
  margin-top: 20px;
  line-height:140%;
}

.tabulatury-block {
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 3px solid #e31212;
}

.tabulatury-block h2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #d94a4a;              /* przygaszona czerwień */
}

.tabulatury-block h2 span {
  color: #888;
  font-size: 13px;
}

.tabulatury-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tabulatury-list li {
  margin-bottom: 6px;
  line-height: 1.6;
}


/* ===== SPRZĘT ===== */

.k {
  color: #d94a4a;		/* przygaszona czerwień */
}


/* ===== KONTAKT ===== */
.kontakt-note {
  margin: 40px 0 30px 0;
  font-size: 14px;
}

.center {
  text-align: center;
}

.small {
  font-size: 0.7em; /* odpowiednik size="-2" */
}

.separator p {
  padding-top: 15px;
  margin-top: 40px;
  border-top: 1px solid #ccc;
/*  border-bottom: 1px solid #ccc;*/
  text-align: center;
}


/* ===== BLINKING ===== */

.blinking {
  color: #d94a4a;               /* kolor początkowy */
  animation: blink 2s linear infinite; /* 2 sekundy w jedną stronę, w nieskończoność */
}

@keyframes blink {
  0%   { color: #d94a4a; }
  50%  { color: black; }
  100% { color: #d94a4a; }
}