@font-face {
  font-family: "IBMPlex";
  src:
    url("./asset/fonts/IBMPlexSans.woff2") format("woff2"),
    url("./asset/fonts/IBMPlexSans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space";
  src:
    url("./asset/fonts/Space.woff2") format("woff2"),
    url("./asset/fonts/Space.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src:
    url("./asset/fonts/Poppins.woff2") format("woff2"),
    url("./asset/fonts/Poppins.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("./asset/fonts/Montserrat.woff2") format("woff2"),
    url("./asset/fonts/Montserrat.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin";
  src:
    url("./asset/fonts/Josefin.woff2") format("woff2"),
    url("./asset/fonts/Josefin.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-main: "Poppins", system-ui, sans-serif;
  --font-tit: "Space", system-ui, sans-serif;
  --font-alt: "Josefin", system-ui, sans-serif;
  --font-Mont: "Montserrat", system-ui, sans-serif;
  --font-IBM: "IBMPlex", system-ui, sans-serif;
  --bg:repeating-linear-gradient(
      0deg,
      hsla(23, 0%, 86%, 0.45) 0px,
      hsla(23, 0%, 86%, 0.45) 1px,
      transparent 1px,
      transparent 36px
    ),
    repeating-linear-gradient(
      90deg,
      hsla(23, 0%, 86%, 0.45) 0px,
      hsla(23, 0%, 86%, 0.45) 1px,
      transparent 1px,
      transparent 36px
    ),
    linear-gradient(90deg, hsl(334, 2%, 100%), hsl(334, 2%, 100%));
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #fbfaf6;
  font-family: var(--font-main);
  overflow-x: hidden;
}
img
{width: 100%;
height: 1005;
}
a{
  text-decoration:none ;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #fff;
}
main {
  width: 100%;
}

/* każda sekcja */
.s {
  min-height: 100vh;
  /* border-bottom: 1px solid #000; */
  background-image: var(--bg);
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gap {
  margin-top: 2rem;
}
.gap-s {
  margin-top: 1rem;
}
.gap-l {
  margin-top: 3rem;
}

/*=======MENU=======*/
/* HAMBURGER */
.menu-toggle {
  position: fixed;
  top: 1.5rem;
  right: 2rem;
  z-index: 999;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
}

/* OVERLAY */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.menu-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* CLOSE */
.menu-close {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-size: 2.5rem;
  background: none;
  border: none;
  cursor: pointer;
}

/* LISTA */
.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.menu-list li {
  margin: 2rem 0;
}

.menu-list a {
  text-decoration: none;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(1.2rem, 1vw, 1.8rem);
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 0.51rem;
}

.menu-list a:hover {
  text-decoration: underline;
  background-color: #ee8c17;
}
/*KONIEC MENU*/

.pasek {
  position: relative;
  width: 100vw;
  height: 2rem;
  background-color: #ee8c17;
  overflow-x: hidden;
}
.pasek.p1 {
  box-shadow: inset -5px 5px 5px rgba(0, 0, 0, 0.85);
}
.pasek.p2 {
  box-shadow: inset 5px -5px 5px rgba(0, 0, 0, 0.85);
}
.pasekZdj {
  position: relative;
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
}
.pasekBox {
  position: relative;
  width: 95vw;
}
.pasekBox img {
  width: 200px;
  height: auto;
}

.sBox {
  position: relative;
  width: 80vw;
  height: 100%;
  flex-direction: column;
  padding: 2rem 0;
  /* background: rgba(255,255,255,0.5);
    backdrop-filter: blur(3px); */
}

.titBox {
  width: 100%;
  margin-bottom: 2.5rem;
}

.titBox.flex {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}

.titBox h2 {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

.titBox h5 {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(0.9rem, 3.2vw, 1.05rem);
  font-weight: 400;
  margin: 0;
  opacity: 0.9;
  text-transform: uppercase;
}
.titHeader h2 {
  font-size: clamp(3.2rem, 6.5vw, 2.5rem);
}
.sImgBox{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 400px;
}
.sImgBox .sImg{
  width: 400px;
}



.textBox {
  width: 100%;
  max-width: 720px;
  text-align: center;
}

.textBox.flex {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.textBox p {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  line-height: 1.6;
  margin: 0;
}
.textBox ul {
  padding-left: 1.2rem;
  margin: 0;
}

.textBox li {
  font-family: var(--font-tit);
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  line-height: 1.6;
}
.textBox.tBExtra p {
  text-transform: uppercase;
  font-size: clamp(2.1rem, 3.3vw, 1.3rem);
  text-align: center;
  font-family: var(--font-alt);
}

/*accordeon*/
.accordion {
  width: 100%;
  max-width: 720px;
  margin-top: 2rem;
}

.acc-item {
  border-top: 1px solid #000;
}

.acc-item:last-child {
  border-bottom: 1px solid #000;
}

/* nagłówek */
.acc-header {
  width: 100%;
  text-align: left;
  padding: 1rem 2rem 1rem 1rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  color: #000;
  text-transform: uppercase;
  position: relative;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

/* HOVER */
.acc-header:hover {
  background-color: #000;
  color: #fff;
}

/* PLUS / MINUS – dziedziczy kolor */
.acc-header::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);

  font-size: 1.5rem;
  line-height: 1;
  transition: color 0.25s ease;
}

.acc-item.active .acc-header::after {
  content: "–";
}

/* PLUS */
.acc-header::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

/* MINUS = STAN OTWARTY */
.acc-item.active .acc-header::after {
  content: "–";
}

/* panel */
.acc-panel {
  overflow: hidden;
  max-height: 0;
  transition:
    max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease;

  opacity: 0;
}

.acc-panel p {
  padding-bottom: 1rem;
  font-family: var(--font-Mont);
}

/* stan otwarty */
.acc-item.active .acc-panel {
  max-height: 1200px;
  opacity: 1;
}

/* button*/
.btnBox {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

/* Wspólna baza */
.btn {
  padding: 0.9rem 2.2rem;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  cursor: pointer;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #000;
  color: #000;
  background-color: #ee8c17;
  box-shadow: 
  inset 1px 4px 4px rgba(0, 0, 0, 0.5),
  inset 1px -4px 4px rgba(127, 82, 4, 0.75);
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

/* Hover – wspólny */
.btn:hover {
  background: #000;
  color: #fff;
}

/* CTA główne */
.btn-1 {
  font-weight: 600;
}

/* CTA drugorzędne */
.btn-2 {
  opacity: 0.75;
}

.btn-2:hover {
  opacity: 1;
}

/* cart*/
.cartBox {
  width: 100%;
  display: grid;
  gap: clamp(1.5rem, 3vw, 3rem);
}

/* DESKTOP: 2 rzędy po 3 */
@media (min-width: 1024px) {
  .cartBox {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* TABLET: 3 rzędy po 2 */
@media (min-width: 640px) and (max-width: 1023px) {
  .cartBox {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE: kolumna */
@media (max-width: 639px) {
  .cartBox {
    grid-template-columns: 1fr;
  }
}
.cartBox {
  width: 100%;
  display: grid;
  gap: clamp(1.5rem, 3vw, 3rem);
}

.cart {
  height: 600px;
  border: 1px solid #000;
  padding: clamp(1.5rem, 2.5vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  background-color: #ee8c17;
  background-position: center;
  background-size: cover;
  box-shadow: 
  inset 1px 4px 4px rgba(0, 0, 0, 0.5),
  inset 1px -4px 4px rgba(127, 82, 4, 0.75);

}
.cart.c1{
  background-image: url(./asset/imgB/books/B3.jpg);
}
.cart.c2{
  background-image: url(./asset/imgB/books/B2.jpg);
}
.cart.c3{
  background-image: url(./asset/imgB/books/B1.jpg);
}
.cart.c4{
  background-image: url(./asset/imgB/books/B4.jpg);
}
.cart.c5{
  background-image: url(./asset/imgB/books/B5.jpg);
}
.cart.c6{
  background-image: url(./asset/imgB/books/B6.jpg);
}







.cart h4 {
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  margin: 0;
  color: #f5f5f5;
}

.cart p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
}
.btn-download {
  align-self: flex-start;
  padding: 0.6rem 1.4rem;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;

  font-family: "Space Grotesk", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.btn-download:hover {
  background: #000;
  color: #fff;
}

/*=========VIDEO TOOLS============*/
/* =========================
   VIDEO TOOLS
========================= */
.videoBox {
  width: 100%;
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

/* desktop: dwa równe bloki */
.videoItem {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* iframe wrapper – proporcje video */
.videoFrame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid #000;
}

/* iframe */
.videoFrame .tytVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: #a21100;
  box-shadow: inset -5px 5px 5px rgba(0, 0, 0, 0.5),
              inset 5px -5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(./asset/img/gg3.jpg);
  background-position: center;
  background-size: contain;
}
.videoFrame .tytVideo.tV1{
   background-image: url(./asset/img/gg1.jpg);
}
.videoFrame .tytVideo:hover{
  background-image: none;
}
.videoItem h4 {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  margin: 0;
  text-transform: uppercase;
}
.videoItem p {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  line-height: 1.6;
  margin: 0;
}
.videoBtn{
  width: 350px;
  background-color: #ee8c17;
  padding: 2rem;
  border: 1px solid #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
  color: #000;
}
.videoBtn:hover{
  background-color: #000;
  box-shadow: none;
  color: #fff;
}
.videoBtn a{
  width: 100%;
  height: 100%;
  
}
/* =========================
   RESPONSYWNOŚĆ
========================= */
@media (max-width: 900px) {
  .videoBox {
    flex-direction: column;
  }

  .videoItem {
    flex: 1 1 100%;
  }
}

/* =========================
   FILTRY
========================= */
.filterBox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 2rem 0;
}

.filter-btn {
  background: none;
  border: 1px solid #000;
  padding: 0.4rem 1rem;
  cursor: pointer;
  font-family: "Space Grotesk", system-ui, sans-serif;
  text-transform: uppercase;
}

.filter-btn.active,
.filter-btn:hover {
  background: #000;
  color: #fff;
}

/* =========================
   GALERIA
========================= */

.galleryGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
  align-items: start;
}

.galleryItem {
  overflow: hidden;
  cursor: pointer;
}

.galleryItem img {
  width: 100%;
  /* height: auto; */
  display: block;
  border: 1px solid #000;
  object-fit: cover;
}

/* ukrywanie przy filtrze */
.galleryItem.hidden {
  display: none;
}

@media (min-width: 1200px) {
  .galleryGrid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 1199px) {
  .galleryGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .galleryGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}





/* =========================
   LIGHTBOX
========================= */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}

.lightbox.hidden {
  display: none;
}

/**** FOOTER ****/
.footer {
  width: 100%;
  background: #111;
  color: #eee;
  padding: clamp(2rem, 5vw, 4rem) 1rem;
}

.footerBox {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  text-align: center;
}

.footerLogos {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.footerLogos img {
  height: 148px;
  max-width: 100%;
  object-fit: contain;
}

.footerText p {
  max-width: 900px;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  line-height: 1.6;
  opacity: 0.9;
  font-family: var(--font-alt);
}

.footerText strong {
  color: #fff;
}

.footerCopy {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  opacity: 0.6;
  font-family: var(--font-alt);
}

/* DESKTOP: 2 rzędy po 3 */
@media (min-width: 1024px) {
  .cartBox {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* TABLET: 3 rzędy po 2 */
@media (min-width: 640px) and (max-width: 1023px) {
  .cartBox {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE: kolumna */
@media (max-width: 639px) {
  .cartBox {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .sBox {
    width: 92vw;
  }

  .gap {
    margin-top: 1rem;
  }
  .gap-l {
    margin-top: 2rem;
  }
}


/* =========================
   VIDEO GRID
========================= */

.videoGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
  width: 100%;
  margin-top: 2rem;
}

/* =========================
   KARTA WIDEO
========================= */

.videoCard {
  display: flex;
  flex-direction: column;
}

.videoCard h4 {
  margin: 1rem 0 0.3rem 0;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.videoCard p {
  font-size: 0.9rem;
  line-height: 1.4;
  opacity: 0.8;
  margin: 0;
}

/* =========================
   RAMKA 16:9
========================= */

.videoFrame {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  overflow: hidden;
  border: 1px solid #000;
  background: #000;
}

.videoFrame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* =========================
   RESPONSYWNOŚĆ
========================= */

/* duży desktop */
@media (min-width: 1400px) {
  .videoGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* tablet */
@media (max-width: 900px) {
  .videoGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* mobile */
@media (max-width: 600px) {
  .videoGrid {
    grid-template-columns: 1fr;
  }
}

.feiningerSong {

  padding: 3rem 2rem;

  flex-direction: column;
}

.songBox {
  max-width: 600px;
  flex-direction: column;
  text-align: center;
}

 .songBox h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
} 

.songIntro {
  text-align: center;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  opacity: 0.7;
}

.songBox audio {
  width: 100%;
}
audio{
  display: flex;
  justify-content: center;
  margin: 2rem 0;
  padding: 0.2rem 1rem;
  background-color: #a21100;
  border-radius: 100px;
}

.koloBox{
  position: relative;
  width: 100vw;
  height: 300px;
  margin-top: 1rem;
}
.koloBox .kolo{
  width: 250px;
  height: 250px;
  background-image: url(./asset/img/aa2.png);
  background-position: center;
  background-size: cover;
}