:root {
    --text: #3C3C3C;
    --body: #F8F7F3;
    --purple-0: #D0C9E2;
    --purple-50: #C1B9D4;
    --purple-100: #B2AAC6;
    --purple-150: #A29AB8;
    --purple-200: #938BAA;
    --purple-300: #756C8E;
    --purple-400: #564D72;
    --purple-500: #382E56;
    --purple-600: #2D2545;
    --purple-700: #221C34;
    --purple-800: #161222;
    --purple-850: #110E1A;
    --purple-900: #0B0911;
    --purple-950: #060509;
    --purple-1000: #000000;
    --gold-0: #FFFFFF;
    --gold-50: #F8F7F3;
    --gold-100: #F2EFE8;
    --gold-150: #EBE7DC;
    --gold-200: #E5DFD1;
    --gold-300: #D7CEB9;
    --gold-400: #CABEA2;
    --gold-500: #BDAE8B;
    --gold-600: #9B8F72;
    --gold-700: #7A7058;
    --gold-800: #58503F;
    --gold-850: #474132;
    --gold-900: #373125;
    --gold-950: #262219;
    --gold-1000: #15120C;
    --pink-50: #FBF6F5;
    --pink-100: #F7EDEC;
    --pink-150: #F4E4E2;
    --pink-200: #F0DBD9;
    --pink-300: #E8C9C6;
    --pink-400: #E1B7B3;
    --pink-500: #D9A5A0;
    --pink-600: #B98985;
    --pink-700: #996D69;
    --pink-800: #7A524E;
    --pink-850: #6A4440;
    --pink-900: #5A3632;
    --pink-950: #4A2825;
    --pink-1000: #3A1A17;
    --p: 16px;
    --h6: 21px;
    --h5: 27px;
    --h4: 36px;
    --h3: 47px;
    --h2: 61px;
    --h1: 80px;
    --display: 105px;
    --small: 12px;
    --caption: 9px;
    --font-base: "Instrument Sans";
    --font-title: "PPEditorialNew";
    /* spacing */
    --spacyng-0: 0px;
    --spacing-4: 4px;
    --spacing-8: 8px;
    --spacing-16: 16px;
    --spacing-24: 24px;
    --spacing-32: 32px;
    --spacing-40: 40px;
    --spacing-56: 56px;
    --spacing-88: 88px;
    --spacing-112: 112px;
    --spacing-128: 128px;
    --spacing-144: 144px;
    --spacing-176: 160px;
    --sekcja: 160px;
    --btn-spacing: 16px;
    /* ============= */
    --radius-16: 16px;
    --radius-8: 8px;
    --radius-4: 4px;
}

/* Regular */
@font-face {
    font-family: 'PPEditorialNew';
    src: url('../font/PPEditorialNew-Regular.woff2') format('woff2'),
        url('../font/PPEditorialNew-Regular.woff') format('woff'),
        url('../font/PPEditorialNew-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Ultralight */
@font-face {
    font-family: 'PPEditorialNew';
    src: url('../font/PPEditorialNew-Ultralight.woff2') format('woff2'),
        url('../font/PPEditorialNew-Ultralight.woff') format('woff'),
        url('../font/PPEditorialNew-Ultralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Ultralight Italic */
@font-face {
    font-family: 'PPEditorialNew';
    src: url('../font/PPEditorialNew-UltralightItalic.woff2') format('woff2'),
        url('../font/PPEditorialNew-UltralightItalic.woff') format('woff'),
        url('../font/PPEditorialNew-UltralightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

body {
    background-color: var(--body);
    font-family: var(--font-base);
    font-size: var(--p);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--text);

}

.caption {
    font-family: var(--font-base);
    font-size: var(--caption);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.09px;
}

small {
    font-family: var(--font-base);
    font-size: var(--small);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

a{
    text-decoration: none;
    color: inherit;
}

p {
    font-family: var(--font-base);
    font-size: var(--p);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--text);
}

h6 {
    font-family: var(--font-base);
    font-size: var(--h6);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

h5 {
    font-family: var(--font-base);
    font-size: var(--h5);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

h4 {
    font-family: var(--font-base);
    font-size: var(--h4);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.36px;
}

h3 {
    font-family: var(--font-base);
    font-size: var(--h3);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.47px;
}

h2 {
    font-family: var(--font-title);
    font-size: var(--h2);
    font-style: normal;
    font-weight: 200;
    line-height: 120%;
    letter-spacing: -0.61px;
    margin-bottom: var(--spacing-16);
    color: var(--purple-850);
}

h1 {
    font-family: var(--font-title);
    font-size: var(--h1);
    font-style: normal;
    font-weight: 200;
    line-height: 110%;
    letter-spacing: -0.8px;
    color: var(--purple-850);
}

.display {
    font-family: var(--font-title);
    font-size: var(--display);
    font-style: normal;
    font-weight: 200;
    line-height: 120%;
    letter-spacing: -2.1px;
}

.sekcja {
    margin-bottom: var(--sekcja);
}

.sekcja small{
    margin-bottom: var(--spacing-4);
    display: block;
    color: var(--gold-300);
}

@media (min-width: 1920px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}

/* fixed wrapper */
.nav-fixed {
    position: fixed;
    top: 16px;
    left: 0;
    right: 0;
    z-index: 1040;
}

.main-nav {
    padding: 16px;
    background-color: var(--gold-0);
    border-radius: var(--radius-4);

}

.menu-root {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

@media (min-width: 992px) {
    .menu-root {
        display: flex !important;
        align-items: center;
        gap: .5rem;
        opacity: 1 !important;
        transform: none !important;
        pointer-events: auto !important;
    }

    .menu-root .nav-link {
        padding: .5rem .75rem;
    }
}

/* Toggle: dwie kreski -> X */
.menu-btn {
    position: relative;
    width: 32px;
    height: 24px;
    border: 0;
    background: transparent;
    margin-left: auto;
}

.menu-btn .line {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #111;
    border-radius: 1px;
    transition: transform .35s ease, top .35s ease, opacity .35s ease;
}

.menu-btn .line-1 {
    top: 7px;
}

.menu-btn .line-2 {
    top: 15px;
}

.menu-btn.is-open .line-1 {
    top: 11px;
    transform: rotate(45deg);
}

.menu-btn.is-open .line-2 {
    top: 11px;
    transform: rotate(-45deg);
}

/* Desktop (>=lg): to samo UL jako poziome menu */
@media (min-width: 992px) {
    .menu-root {
        display: flex !important;
        align-items: center;
        gap: .5rem;
    }

    .menu-root .nav-link {
        padding: .5rem .75rem;
        font-weight: 600;
        color: var(--purple-500);
        transition: all 0.3s;
    }

    .menu-root .nav-link:hover{
        color: var(--gold-500);
    }
}

/* Mobile: UL staje się panelem pod paskiem; logo+toggle zawsze widoczne */
@media (max-width: 991.98px) {
    :root {
        --nav-h: 88px;
    }

    /* nadpisywane w JS realną wysokością */
    .menu-root {
        position: fixed;
        left: 12px;
        right: 12px;
        top: var(--nav-h);
        height: calc(100dvh - var(--nav-h) - 16px);
        display: grid;
        align-content: center;
        justify-items: center;
        gap: 32px;
        padding: 24px;
        margin: 0;
        list-style: none;
        background: var(--gold-0);
        z-index: 1051;
        transform: translateY(-2%);
        opacity: 0;
        pointer-events: none;
        border-radius: var(--radius-4);

    }

    .menu-root .nav-link {
        font-size: var(--h3);
        line-height: 1.1;
        color: var(--purple-950);
        text-decoration: none;
    }


    .menu-backdrop {
        position: fixed;
        inset: 0;
        top: var(--nav-h);
        /* odcina obszar paska */
        background: rgba(255, 255, 255, .28);
        z-index: 1050;
        opacity: 0;
        pointer-events: none;
    }
}

.btn {
    padding: 16px 32px;
    font-weight: 500;
position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-text {
  display: inline-block;
}

.btn-spacing {
    margin-top: var(--btn-spacing);
}

.btn-purple {
    border-radius: 4px;
    background-color: var(--purple-500);
    color: var(--gold-0);
}

.btn-purple:hover {
    border-radius: 4px;
    background-color: var(--purple-400);
    color: var(--gold-0);
}

.btn-purple:focus {
    border-radius: 4px;
    background-color: var(--purple-400);
    color: var(--gold-0);
}

.btn-purple:active {
    border-radius: 4px;
    background-color: var(--purple-600);
    color: var(--gold-0);
}


.btn-white {
    border-radius: 4px;
    background-color: var(--gold-0);
    color: var(--purple-500);
}

.btn-white:hover {
    border-radius: 4px;
    background-color: var(--gold-50);
    color: var(--purple-500);
}

.btn-white:focus {
    border-radius: 4px;
    background-color: var(--gold-50);
    color: var(--purple-500);
}

.btn-white:active {
    border-radius: 4px;
    background-color: var(--gold-100);
    color: var(--purple-500);
}


.home-header {
    position: relative;
    height: 100vh;
    display: grid;
    place-items: center;
    padding-block: 32px;
    overflow: hidden; /* żeby wideo nie wystawało */
}

.home-header .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* wideo przycięte do proporcji sekcji */
    z-index: -1; /* wideo pod treścią */
}

.home-header .display,
.home-header p,
.home-header .btn-row {
    position: relative;
    z-index: 1;
    color: var(--gold-0);
}

.home-header .display {
    color: var(--gold-0);
    margin-bottom: var(--spacing-24);
}

.home-header p {
    color: var(--gold-0);
}

.display .line {
    display: block;
    margin-top: .15em;
    font-size: 0.94em;
}

.btn-call {
  display: inline-flex; 
   white-space: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.btn-call .btn-phone {
  display: none; 
}

.btn-call img{
    margin-right: 6px;
}

.sekcja-small{
    margin-bottom: 80px;
}

.intro-label {
  float: left;
 color: var(--pink-500);
font-family: "Instrument Sans";
font-size: var(--p);
font-style: normal;
font-weight: 700;
line-height: 110%;
margin-right: 10%;
}

.intro-label .role{
    color: var(--text);
font-family: "Instrument Sans";
font-size: var(--p);
font-style: normal;
font-weight: 400;
line-height: 110%;
margin-top: 8px;
}

.intro-main {
  display: inline;
  white-space: normal;
}

.intro-title {
  color: #E0E0E0;
}

.highlight {
  color: #E0E0E0;
}

.img-radius{
    border-radius: var(--radius-8);
}

.video-player {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-8);
  transform: translateY(150px); /* startuje niżej */
  margin-top: 100px;
}

.class-card {
    background-color: var(--gold-0);
    padding: 40px 32px;
    border-radius: var(--radius-8);
      will-change: transform;
  transform-origin: center center;
  transition: box-shadow 0.3s ease;
}

.class-card h6{
margin-bottom: var(--spacing-16);
}

.class-card img{
    margin-bottom: var(--spacing-144);
}

.class-card-pack{
    margin-top: var(--spacing-56);
}
.class-card:hover {
  box-shadow: 0 12px 24px rgba(0,0,0,0.02); /* fajny cień na hover */
}

.opinia{
    background-color: var(--gold-0);
    padding-left: var(--spacing-32);
    padding-right: var(--spacing-32);
    padding-bottom: var(--spacing-32);
    padding-top: var(--spacing-40);
    border-radius: var(--radius-8);
    transition: box-shadow 0.3s ease;

}

.opinia.active {
 display: block;
}

.opinia img{
    margin-bottom: var(--spacing-40);
}

.opinia small{
    border-top: 1px solid var(--body);
    padding-top: var(--spacing-16);
    display: block;
}

.opinia .name{
    color: var(--purple-850) !important;
    margin-top: var(--spacing-24);
    margin-bottom: var(--spacing-16);
    font-size: var(--p);
}

.opinie{
    margin-top: var(--spacing-56);
}

.footer{
    background-color: var(--purple-500);
    padding: var(--spacing-40);
    border-radius: var(--radius-8);
}

.footer h6{
    color: var(--gold-0);
}

.footer small{
    color: var(--gold-500);
    margin-bottom: 8px;
    display: block;
}

.footer h5{
    color: var(--gold-0);
}
.footer p{
    color: var(--gold-0);
}

.footer li{
list-style-type: none;
margin-bottom: 8px;
}

.footer ul{
    margin-top: 16px;
padding-left: 0px;
}

.footer li a{
color: var(--gold-0) !important;
opacity: 0.6;
transition: all 0.3s;
}

.footer li a:hover{
    color: var(--gold-500) !important;
    opacity: 1;
    margin-left: 4px;
}

.bottom-section .display{
    color: var(--gold-0);
}

.bottom-section{
    padding-bottom: var(--spacing-32);
    background-image: url(../img/bottom-section.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: var(--spacing-112);
}

.sticky-col {
  position: sticky;
  top: 160px;
  align-self: flex-start;
}

.page-header{
    background-color: var(--purple-600);
    padding-top: 208px;
    text-align: center;
}

.page-header h1{
    color: var(--gold-0);
    text-align: center;
}

.page-header p{
    color: var(--purple-100);
    margin-bottom: var(--spacing-56);
}

.dla-kogo{
    background-color: var(--gold-0);
    padding: 40px 32px;
}

.dla-kogo img{
margin-top: var(--spacing-144);
}

.lekcje h2{
    margin-bottom: var(--spacing-56);
}


.zajecia-info{
    background-color: var(--gold-150);
    padding: 56px 32px;
}


.zajecia-title{
    margin-bottom: var(--spacing-56);
}

.artist-label{
    border-radius: var(--radius-4);
    background-color: var(--gold-150);
    padding: 16px 32px;
    font-size: 14px;
}

.artist-labels{
    margin-top: var(--spacing-56);
}

.koncert {
    text-align: center;
    padding-top: 208px;
    padding-bottom: 208px;
    background-image: url(../img/koncert.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.koncert h2{
    color: var(--gold-0);
}

.koncert p{
    color: var(--gold-150);
}

.omnie {
  background-color: var(--purple-600);
  height: 100vh;
  overflow: hidden; /* ważne: ukrywa wychodzące poza kadr obrazy */
  text-align: center;
 background-image: url("../img/sygnet-omnie.svg");
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;

}

.omnie h1{
    color: var(--gold-0);
    text-align: center;
}

.omnie p{
    color: var(--gold-150);
    text-align: center;
}

.omnie-text{
    padding-left: var(--spacing-56);
    padding-right: var(--spacing-56);
}

.display .indent {
  display: block;
  text-indent: 5em; /* dopasuj wartość do wyglądu */
}

.slogan .display{
    margin-bottom: var(--spacing-88);
}


.video-section {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.video-wrapper {
  width: 70vw;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px;
  transform: scale(0.7);
  opacity: 0;
  clip-path: inset(10% 10% 10% 10%);
  transition: clip-path 0.3s ease-out;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.osagniecia-lista{
margin-top: 186px;
}


.achievement-item {
  align-items: center;
}

.achievement-number {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: var(--gold-400)
}

.achievement-text h6 {

  margin-bottom: var(--spacing-8);
}


@media (max-width: 991.98px) {
  .achievement-number {
    position: static;
    transform: none;
    margin-right: 16px;
    color: rgba(80, 0, 150, 0.3);
  }
  .achievement-item {
    align-items: flex-start;
  }
}

.city-list{
    font-family: var(--font-base);
    font-size: var(--h5);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.city-list li{
    list-style-type: none;
    margin-bottom: var(--spacing-8);
}

.kontakt ul{
    padding-left: 0px;
}

.kontakt{
    padding-top: 280px;
    background-image: url(../img/sygnet-kontakt.svg);
    background-repeat: no-repeat;
    background-position: 80% 100%;
    padding-bottom: 180px;
}

.kontakt h1{
    margin-bottom: var(--spacing-144);
}

.kontakt-info{
    margin-bottom: var(--spacing-56);
}

.kontakt a{
    transition: all 0.3s;
}

.kontakt a:hover{
    color: var(--gold-500);
}

footer a:focus-visible {
  outline: 2px solid #9b59b6;
  outline-offset: 4px;
}

/* === Styl paska przewijania (scrollbar) === */

/* Chrome, Edge, Safari, Opera */
::-webkit-scrollbar {
  width: 8px;              /* szerokość pionowego */
  height: 8px;             /* szerokość poziomego */
}

::-webkit-scrollbar-track {
  background: transparent; /* tło toru */
}

::-webkit-scrollbar-thumb {
  background-color: #382E56; /* kolor uchwytu */
  border-radius: 10px;       /* zaokrąglenie */
}

/* efekt hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #4a3b7a; /* trochę jaśniejszy przy najechaniu */
}

/* Firefox */
* {
  scrollbar-width: thin;             /* "auto" / "thin" */
  scrollbar-color: #382E56 transparent; /* kolor uchwytu i toru */
}

.faq-section{
    padding-top: 280px;
}

.accordion-button:not(.collapsed) {
    background-color: var(--purple-0);
    box-shadow: none;
}

.accordion-button{
    box-shadow: none;
}
.accordion-button:active{
    box-shadow: none;
}
.accordion-button:focus{
    box-shadow: none;
}

.accordion-button:hover{
     background-color: var(--purple-0);
}

.accordion-item{
    margin-bottom: var(--spacing-4);
    border: 0px;
}

.accordion-body{
    color: var(--text);
    opacity: 0.8;
}

.accordion-button{
    font-size: 18px;
}

@media (max-width: 1440px) {
  :root {
    --h6: 19px;
    --h5: 24px;
    --h4: 32px;
    --h3: 42px;
    --h2: 55px;
    --h1: 72px;
    --display: 94px;
    --spacing-24: 22px;
    --spacing-32: 28px;
    --spacing-40: 36px;
    --spacing-56: 50px;
    --spacing-88: 80px;
    --spacing-112: 100px;
    --spacing-128: 115px;
    --spacing-144: 130px;
    --spacing-176: 145px;
    --sekcja: 145px;

  }
  .video-wrapper {
    width: 91.7%;
  }
}

@media (max-width: 1024px) {
  :root {
    --h6: 17px;
    --h5: 22px;
    --h4: 29px;
    --h3: 38px;
    --h2: 49px;
    --h1: 64px;
    --display: 72px;
    --spacing-24: 20px;
    --spacing-32: 26px;
    --spacing-40: 32px;
    --spacing-56: 44px;
    --spacing-88: 70px;
    --spacing-112: 90px;
    --spacing-128: 100px;
    --spacing-144: 110px;
    --spacing-176: 125px;
    --sekcja: 125px;
  }
  .home-header{
    min-height: 100vh;
    height: 100%;
    padding-top: var(--spacing-144);
  }
  .video-player {
    transform: translateY(100px);
    margin-top: 50px;
}
}

@media (max-width: 767.98px) {
  .sekcja-komentarze .row.opinie {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding-bottom: 16px;
  }

  .sekcja-komentarze .row.opinie::-webkit-scrollbar {
    display: none;
  }

  .sekcja-komentarze .opinia-col {
    flex: 0 0 85%;
    scroll-snap-align: center;
  }

  .opinia-slot {
    height: 100%;
  }

  
}

@media (max-width: 768px) {
  :root {
    --h6: 16px;
    --h5: 20px;
    --h4: 26px;
    --h3: 34px;
    --h2: 44px;
    --h1: 58px;
    --display: 76px;
    --spacing-24: 18px;
    --spacing-32: 24px;
    --spacing-40: 28px;
    --spacing-56: 38px;
    --spacing-88: 60px;
    --spacing-112: 75px;
    --spacing-128: 85px;
    --spacing-144: 95px;
    --spacing-176: 110px;
    --sekcja: 110px;
  }
}

@media (max-width: 480px) {
  :root {
    --h6: 18px;
    --h5: 20px;
    --h4: 23px;
    --h3: 30px;
    --h2: 39px;
    --h1: 50px;
    --display: 58px;
    --spacing-24: 16px;
    --spacing-32: 20px;
    --spacing-40: 24px;
    --spacing-56: 32px;
    --spacing-88: 50px;
    --spacing-112: 65px;
    --spacing-128: 72px;
    --spacing-144: 80px;
    --spacing-176: 90px;
    --sekcja: 90px;
  }
  .home-header{
    padding-top: var(--spacing-176);
  }
  .intro-label{
    margin-bottom: var(--spacing-56);
  }

  .video-player {
        transform: translateY(5px);
        margin-top: 0px;
        margin-bottom: var(--spacing-56);
    }
    .sticky-col {
    position: static;
    top: auto;
  }

  .bottom-section{
    padding-bottom: 0px;
  }
  .display .indent {
    text-indent: 0em;
}
.video-section{
    height: auto;
    margin-top: var(--spacing-56);
    margin-bottom: var(--spacing-56);
}
.osagniecia-lista {
    margin-top: 32px;
}

.dla-kogo h6{
    font-size: var(--h4);
}

.dla-kogo img {
    margin-top: var(--spacing-56);
}

.faq-section {
    padding-top: 208px;
}
.accordion{
    margin-top: var(--spacing-56);
}

.kontakt{
    padding-top: 208px;
    background-position: center;
    padding-bottom: var(--spacing-88);
}
.kontakt h1 {
    margin-bottom: var(--spacing-56);
}

}
