:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-178bd1d *//* ==========================================================
   WĄBJAZZNO.6
   STRONA GŁÓWNA ONEPAGE
========================================================== */

html {
    scroll-behavior: smooth;
}

.wjn6-home {
    --wjn-black: #070707;
    --wjn-dark: #151515;
    --wjn-paper: #f4f2ed;
    --wjn-white: #ffffff;
    --wjn-text: #222222;
    --wjn-muted: #686868;

    --wjn-pink: #cc1480;
    --wjn-blue: #00548a;
    --wjn-cyan: #00a6bf;
    --wjn-green: #95f377;
    --wjn-yellow: #f3d827;
    --wjn-red: #ec7f90;
    --wjn-violet: #7452a8;

    position: relative;
    width: 100%;
    margin-top: -76px;
    overflow: hidden;
    color: var(--wjn-text);
    background: var(--wjn-paper);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.wjn6-home,
.wjn6-home * {
    box-sizing: border-box;
}

.wjn6-home img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
}

.wjn6-home h1,
.wjn6-home h2,
.wjn6-home h3,
.wjn6-home p,
.wjn6-home figure,
.wjn6-home ul {
    margin: 0;
}

.wjn6-home h1,
.wjn6-home h2,
.wjn6-home h3 {
    font-family: "Quicksand", "Montserrat", Arial, sans-serif;
}

.wjn6-home a {
    color: inherit;
    text-decoration: none;
}

.wjn6-home a:hover {
    text-decoration: none;
}

.wjn6-home section[id],
.wjn6-home article[id] {
    scroll-margin-top: 120px;
}

.wjn6-container {
    width: min(1260px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
}


/* ==========================================================
   HERO
========================================================== */

.wjn6-hero {
    position: relative;
    isolation: isolate;
    min-height: 880px;
    display: flex;
    align-items: center;
    padding: 170px 0 150px;
    overflow: hidden;
    color: var(--wjn-white);
    background:
        radial-gradient(
            circle at 18% 45%,
            rgba(0, 84, 138, 0.22),
            transparent 34%
        ),
        radial-gradient(
            circle at 82% 20%,
            rgba(204, 20, 128, 0.18),
            transparent 32%
        ),
        var(--wjn-black);
}

.wjn6-hero__grid {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    align-items: center;
    gap: 80px;
}

.wjn6-hero__content {
    position: relative;
    z-index: 5;
}

.wjn6-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    color: var(--wjn-green);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.wjn6-kicker::before {
    content: "";
    width: 46px;
    height: 4px;
    flex: 0 0 auto;
    background: var(--wjn-green);
    transform: rotate(-3deg);
}

.wjn6-logo-title {
    max-width: 760px;
    color: var(--wjn-white);
    font-size: clamp(62px, 8.2vw, 126px);
    font-weight: 400;
    line-height: 0.8;
    letter-spacing: -0.085em;
    white-space: nowrap;
}

.wjn6-logo-title__wab,
.wjn6-logo-title__no {
    color: var(--wjn-white);
    font-weight: 400;
}

.wjn6-logo-title__j {
    color: var(--wjn-yellow);
    font-weight: 700;
}

.wjn6-logo-title__a {
    color: var(--wjn-green);
    font-weight: 700;
}

.wjn6-logo-title__z1 {
    color: var(--wjn-cyan);
    font-weight: 700;
}

.wjn6-logo-title__z2 {
    color: var(--wjn-violet);
    font-weight: 700;
}

.wjn6-logo-title sup {
    position: relative;
    top: -2.8em;
    margin-left: 0.18em;
    color: var(--wjn-pink);
    font-size: 0.18em;
    font-weight: 700;
    letter-spacing: 0;
}

.wjn6-hero__date {
    margin-top: 34px;
    color: var(--wjn-white);
    font-family: "Quicksand", "Montserrat", sans-serif;
    font-size: clamp(27px, 3vw, 42px);
    font-weight: 700;
    letter-spacing: 0.06em;
}

.wjn6-hero__lead {
    max-width: 670px;
    margin-top: 27px !important;
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
    line-height: 1.8;
}

.wjn6-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 37px;
}


/* ==========================================================
   PRZYCISKI
========================================================== */

.wjn6-button {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border: 2px solid transparent;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}

.wjn6-button:hover {
    transform: translateY(-3px);
}

.wjn6-button--pink {
    color: var(--wjn-white);
    background: var(--wjn-pink);
}

.wjn6-button--pink:hover {
    color: var(--wjn-white);
    background: #ae0066;
}

.wjn6-button--outline {
    color: var(--wjn-white);
    border-color: rgba(255, 255, 255, 0.5);
}

.wjn6-button--outline:hover {
    color: var(--wjn-black);
    border-color: var(--wjn-white);
    background: var(--wjn-white);
}


/* ==========================================================
   HERO, WYDARZENIE OTWIERAJĄCE
========================================================== */

.wjn6-hero__opening {
    max-width: 500px;
    display: flex;
    align-items: center;
    gap: 17px;
    margin-top: 52px;
    transition: transform 0.25s ease;
}

.wjn6-hero__opening:hover {
    transform: translateY(-3px);
}

.wjn6-hero__opening-date {
    color: var(--wjn-yellow);
    font-family: "Quicksand", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
}

.wjn6-hero__opening-text {
    padding-left: 17px;
    color: rgba(255, 255, 255, 0.58);
    border-left: 1px solid rgba(255, 255, 255, 0.24);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.wjn6-hero__opening-arrow {
    margin-left: auto;
    color: var(--wjn-green);
    font-size: 25px;
    line-height: 1;
}


/* ==========================================================
   ZDJĘCIA HERO
========================================================== */

.wjn6-hero__visual {
    position: relative;
    min-height: 610px;
}

.wjn6-photo {
    position: absolute;
    overflow: hidden;
    background: #222222;
    box-shadow: 0 35px 75px rgba(0, 0, 0, 0.55);
}

.wjn6-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.wjn6-photo:hover img {
    transform: scale(1.035);
}

.wjn6-photo--john {
    top: 0;
    left: 0;
    z-index: 2;
    width: 74%;
    height: 540px;
    border: 10px solid var(--wjn-white);
    transform: rotate(-2deg);
}

.wjn6-photo--john img {
    object-position: center center;
}

.wjn6-photo--tal {
    right: 0;
    bottom: 0;
    z-index: 4;
    width: 45%;
    height: 300px;
    border: 8px solid var(--wjn-white);
    transform: rotate(4deg);
}

.wjn6-photo--tal img {
    object-position: center top;
}

.wjn6-photo-label {
    position: absolute;
    z-index: 7;
    padding: 9px 15px;
    color: var(--wjn-white);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.wjn6-photo-label--john {
    top: 35px;
    left: -25px;
    background: var(--wjn-blue);
    transform: rotate(-6deg);
}

.wjn6-photo-label--tal {
    right: -8px;
    bottom: 38px;
    background: var(--wjn-pink);
    transform: rotate(5deg);
}

.wjn6-grammy {
    position: absolute;
    top: 8%;
    right: 7%;
    z-index: 8;
    width: 122px;
    height: 122px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--wjn-black);
    border-radius: 50%;
    background: var(--wjn-yellow);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
    transform: rotate(9deg);
}

.wjn6-grammy span {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.wjn6-grammy strong {
    margin-top: 3px;
    font-size: 17px;
    font-weight: 700;
}


/* ==========================================================
   PĘDZLE W HERO
========================================================== */

.wjn6-brush {
    position: absolute;
    z-index: 1;
    display: block;
    pointer-events: none;
}

.wjn6-brush--blue {
    top: 78px;
    left: -3%;
    width: 52%;
    height: 56px;
    background: var(--wjn-blue);
    transform: rotate(-2deg);
    clip-path: polygon(
        0 30%,
        8% 8%,
        21% 25%,
        36% 2%,
        51% 20%,
        67% 0,
        83% 23%,
        100% 5%,
        98% 79%,
        80% 62%,
        64% 92%,
        48% 67%,
        31% 94%,
        14% 66%,
        0 83%
    );
}

.wjn6-brush--green {
    top: 125px;
    left: 15%;
    width: 40%;
    height: 35px;
    background: var(--wjn-green);
    transform: rotate(1deg);
    clip-path: polygon(
        0 20%,
        15% 1%,
        33% 21%,
        51% 4%,
        72% 23%,
        100% 5%,
        97% 82%,
        77% 66%,
        54% 94%,
        29% 67%,
        0 88%
    );
}

.wjn6-brush--red {
    top: 74px;
    right: -4%;
    width: 42%;
    height: 57px;
    background: var(--wjn-red);
    transform: rotate(2deg);
    clip-path: polygon(
        0 13%,
        18% 0,
        38% 21%,
        58% 4%,
        77% 25%,
        100% 7%,
        100% 83%,
        81% 65%,
        60% 92%,
        38% 68%,
        17% 87%,
        0 69%
    );
}

.wjn6-brush--yellow {
    right: 2%;
    bottom: 105px;
    width: 30%;
    height: 28px;
    background: var(--wjn-yellow);
    transform: rotate(-5deg);
    clip-path: polygon(
        0 20%,
        18% 2%,
        38% 23%,
        57% 4%,
        77% 25%,
        100% 5%,
        98% 82%,
        76% 65%,
        55% 92%,
        29% 68%,
        0 87%
    );
}

.wjn6-hero__edge {
    position: absolute;
    right: -2%;
    bottom: -1px;
    left: -2%;
    z-index: 8;
    height: 80px;
    background: var(--wjn-paper);
    clip-path: polygon(
        0 65%,
        13% 48%,
        27% 66%,
        43% 47%,
        60% 63%,
        76% 39%,
        89% 59%,
        100% 44%,
        100% 100%,
        0 100%
    );
}


/* ==========================================================
   PASEK ARTYSTÓW
========================================================== */

.wjn6-marquee {
    position: relative;
    z-index: 12;
    width: 102%;
    margin-left: -1%;
    overflow: hidden;
    color: var(--wjn-white);
    background: var(--wjn-pink);
    transform: rotate(-0.7deg);
}

.wjn6-marquee__content {
    min-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 21px 35px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.wjn6-marquee__content i {
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--wjn-yellow);
}


/* ==========================================================
   NAGŁÓWKI SEKCJI
========================================================== */

.wjn6-section-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.65fr);
    align-items: end;
    gap: 70px;
    margin-bottom: 58px;
}

.wjn6-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--wjn-pink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.wjn6-eyebrow::before {
    content: "";
    width: 35px;
    height: 3px;
    flex: 0 0 auto;
    background: currentColor;
    transform: rotate(-3deg);
}

.wjn6-section-header h2,
.wjn6-video-section h2,
.wjn6-about h2,
.wjn6-tickets h2 {
    color: inherit;
    font-size: clamp(42px, 5.8vw, 76px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.wjn6-section-header p {
    margin-bottom: 5px !important;
    color: var(--wjn-muted);
    font-size: 15px;
    line-height: 1.8;
}


/* ==========================================================
   PROGRAM
========================================================== */

.wjn6-program {
    position: relative;
    padding: 140px 0 150px;
    background:
        linear-gradient(
            rgba(244, 242, 237, 0.95),
            rgba(244, 242, 237, 0.95)
        ),
        repeating-linear-gradient(
            -12deg,
            transparent 0,
            transparent 90px,
            rgba(0, 0, 0, 0.035) 91px,
            transparent 92px
        );
}

.wjn6-events {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}


/* ==========================================================
   KARTY WYDARZEŃ
========================================================== */

.wjn6-event {
    position: relative;
    isolation: isolate;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: var(--wjn-white);
    background: var(--wjn-dark);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.wjn6-event:hover {
    z-index: 5;
    transform: translateY(-7px) rotate(-0.25deg);
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.17);
}

.wjn6-event--opening,
.wjn6-event--final {
    grid-column: 1 / -1;
    min-height: 590px;
}

.wjn6-event__image {
    position: absolute;
    z-index: -3;
    inset: 0;
}

.wjn6-event__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.9s ease;
}

.wjn6-event:hover .wjn6-event__image img {
    transform: scale(1.035);
}

.wjn6-event__overlay {
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
        linear-gradient(
            0deg,
            rgba(5, 5, 5, 0.96) 0%,
            rgba(5, 5, 5, 0.69) 48%,
            rgba(5, 5, 5, 0.08) 100%
        );
}

.wjn6-event__content {
    position: relative;
    z-index: 3;
    min-height: 100%;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: flex-end;
    padding: 34px;
}

.wjn6-event__top {
    position: absolute;
    top: 30px;
    right: 30px;
    left: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.wjn6-event__date {
    color: var(--wjn-white);
    font-family: "Quicksand", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.06em;
}

.wjn6-event__place {
    max-width: 240px;
    padding: 8px 11px;
    color: rgba(255, 255, 255, 0.77);
    background: rgba(0, 0, 0, 0.46);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.09em;
    text-align: right;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.wjn6-event__category {
    margin-bottom: 12px;
    color: var(--wjn-green);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.wjn6-event h3 {
    max-width: 800px;
    color: inherit;
    font-size: clamp(34px, 4.6vw, 65px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.wjn6-event:not(.wjn6-event--opening):not(.wjn6-event--final) h3 {
    font-size: clamp(32px, 3.8vw, 52px);
}

.wjn6-event h3 small {
    display: block;
    margin-top: 10px;
    color: var(--wjn-cyan);
    font-size: 0.46em;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.wjn6-event p {
    max-width: 670px;
    margin-top: 18px !important;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.75;
}

.wjn6-event__free {
    align-self: flex-start;
    margin-top: 20px;
    padding: 7px 11px;
    color: var(--wjn-black);
    background: var(--wjn-yellow);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.wjn6-event__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.wjn6-event-ticket {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    color: var(--wjn-white) !important;
    border: 2px solid var(--wjn-pink);
    border-radius: 2px;
    background: var(--wjn-pink);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.wjn6-event-ticket:hover {
    color: var(--wjn-black) !important;
    border-color: var(--wjn-yellow);
    background: var(--wjn-yellow);
    transform: translateY(-3px);
}

.wjn6-event-ticket--light {
    color: var(--wjn-pink) !important;
    border-color: var(--wjn-white);
    background: var(--wjn-white);
}

.wjn6-event-ticket--light:hover {
    color: var(--wjn-black) !important;
    border-color: var(--wjn-yellow);
    background: var(--wjn-yellow);
}


/* ==========================================================
   JOHN DAVERSA
========================================================== */

.wjn6-event--opening .wjn6-event__image img {
    object-position: center 34%;
}

.wjn6-event--opening .wjn6-event__overlay {
    background:
        linear-gradient(
            90deg,
            rgba(5, 5, 5, 0.96) 0%,
            rgba(5, 5, 5, 0.75) 46%,
            rgba(5, 5, 5, 0.15) 100%
        );
}

.wjn6-event--opening .wjn6-event__content {
    max-width: 820px;
    min-height: 590px;
}

.wjn6-event__country {
    position: absolute;
    right: 25px;
    bottom: 5px;
    color: rgba(255, 255, 255, 0.08);
    font-family: "Quicksand", sans-serif;
    font-size: 150px;
    font-weight: 700;
    line-height: 0.8;
    pointer-events: none;
}


/* ==========================================================
   O.N.E. I BRASS FEDERACJA
========================================================== */

.wjn6-event--photo .wjn6-event__image img {
    object-position: center center;
}

.wjn6-event--photo .wjn6-event__overlay {
    background:
        linear-gradient(
            0deg,
            rgba(5, 5, 5, 0.97) 0%,
            rgba(5, 5, 5, 0.68) 51%,
            rgba(5, 5, 5, 0.05) 100%
        );
}


/* ==========================================================
   MILES DAVIS
========================================================== */

.wjn6-event--miles {
    color: var(--wjn-white);
    background: #111111;
}

.wjn6-event--miles .wjn6-event__image img {
    object-position: center 30%;
    filter: grayscale(1);
}

.wjn6-event--miles .wjn6-event__overlay {
    background:
        linear-gradient(
            0deg,
            rgba(3, 3, 3, 0.98) 0%,
            rgba(3, 3, 3, 0.74) 52%,
            rgba(3, 3, 3, 0.15) 100%
        );
}

.wjn6-event--miles .wjn6-event__category {
    color: var(--wjn-yellow);
}

.wjn6-event--miles h3 small {
    color: var(--wjn-green);
}

.wjn6-event__number {
    position: absolute;
    right: -28px;
    bottom: -28px;
    color: rgba(255, 255, 255, 0.1);
    font-family: "Quicksand", sans-serif;
    font-size: 190px;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: -0.1em;
    pointer-events: none;
}


/* ==========================================================
   JAZZ W FILMIE
========================================================== */

.wjn6-event--film {
    color: var(--wjn-black);
    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(204, 20, 128, 0.14),
            transparent 35%
        ),
        var(--wjn-white);
}

.wjn6-event--film .wjn6-event__content {
    padding-top: 170px;
}

.wjn6-event--film .wjn6-event__date,
.wjn6-event--film h3 {
    color: var(--wjn-black);
}

.wjn6-event--film .wjn6-event__place {
    color: var(--wjn-black);
    background: var(--wjn-paper);
}

.wjn6-event--film .wjn6-event__category {
    color: var(--wjn-violet);
}

.wjn6-film-logo {
    position: absolute;
    top: 28px;
    left: 34px;
    z-index: 5;
    width: min(235px, 43%);
}

.wjn6-film-list {
    display: grid;
    gap: 11px;
    margin-top: 21px !important;
    padding: 0;
    list-style: none;
}

.wjn6-film-list li {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 9px;
    color: var(--wjn-muted);
    font-size: 13px;
    line-height: 1.55;
}

.wjn6-film-list strong {
    color: var(--wjn-violet);
    font-weight: 700;
}

.wjn6-event--film .wjn6-event__free {
    color: var(--wjn-white);
    background: var(--wjn-violet);
}


/* ==========================================================
   MIETEK SZCZEŚNIAK
========================================================== */

.wjn6-event--final {
    color: var(--wjn-white);
    background: var(--wjn-pink);
}

.wjn6-event--final .wjn6-event__image img {
    object-position: center 20%;
}

.wjn6-event--final .wjn6-event__overlay {
    background:
        linear-gradient(
            90deg,
            rgba(25, 3, 18, 0.97) 0%,
            rgba(85, 6, 59, 0.85) 42%,
            rgba(148, 11, 99, 0.44) 68%,
            rgba(12, 5, 10, 0.08) 100%
        );
}

.wjn6-event--final .wjn6-event__content {
    max-width: 800px;
    min-height: 590px;
}

.wjn6-event--final .wjn6-event__category {
    color: var(--wjn-yellow);
}

.wjn6-event--final h3 {
    font-size: clamp(45px, 6vw, 80px);
}

.wjn6-event--final h3 small {
    color: var(--wjn-yellow);
}

.wjn6-event--final p {
    max-width: 650px;
    font-size: 16px;
}

.wjn6-final-circle {
    position: absolute;
    top: -115px;
    right: -50px;
    width: 360px;
    height: 360px;
    border: 48px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.wjn6-final-years {
    position: absolute;
    right: 15px;
    bottom: -50px;
    color: rgba(255, 255, 255, 0.1);
    font-family: "Quicksand", sans-serif;
    font-size: 270px;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: -0.1em;
    pointer-events: none;
}


/* ==========================================================
   FILM
========================================================== */

.wjn6-video-section {
    position: relative;
    padding: 155px 0 165px;
    color: var(--wjn-white);
    background: var(--wjn-black);
}

.wjn6-video-section::before {
    content: "";
    position: absolute;
    top: -46px;
    right: -2%;
    left: -2%;
    height: 76px;
    background: var(--wjn-black);
    clip-path: polygon(
        0 63%,
        14% 35%,
        29% 62%,
        45% 30%,
        62% 57%,
        78% 23%,
        91% 51%,
        100% 34%,
        100% 100%,
        0 100%
    );
}

.wjn6-video-section__grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 75px;
}

.wjn6-video-section h2 {
    margin-bottom: 28px;
    color: var(--wjn-white);
}

.wjn6-video-section__text p {
    margin-top: 27px !important;
    color: rgba(255, 255, 255, 0.63);
    font-size: 16px;
    line-height: 1.8;
}

.wjn6-video-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 29px;
    color: var(--wjn-green) !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.wjn6-video-link::after {
    content: "↗";
    font-size: 20px;
    transition: transform 0.25s ease;
}

.wjn6-video-link:hover::after {
    transform: translate(4px, -4px);
}

.wjn6-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    padding: 9px;
    background: var(--wjn-white);
    box-shadow:
        18px 18px 0 rgba(204, 20, 128, 0.65),
        -16px -16px 0 rgba(0, 84, 138, 0.72);
    transform: rotate(-1deg);
}

.wjn6-video iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.wjn6-video-brush {
    position: absolute;
    right: -8%;
    bottom: 52px;
    width: 46%;
    height: 37px;
    background: var(--wjn-yellow);
    transform: rotate(-4deg);
    clip-path: polygon(
        0 22%,
        18% 2%,
        37% 23%,
        56% 4%,
        75% 26%,
        100% 5%,
        98% 83%,
        76% 65%,
        55% 92%,
        29% 68%,
        0 87%
    );
}


/* ==========================================================
   O FESTIWALU
========================================================== */

.wjn6-about {
    padding: 145px 0;
    background: var(--wjn-white);
}

.wjn6-about__grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 90px;
}

.wjn6-about__edition {
    position: relative;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    overflow: hidden;
    color: var(--wjn-white);
    background: var(--wjn-blue);
    transform: rotate(-2deg);
}

.wjn6-about__edition::before {
    content: "";
    position: absolute;
    top: -55px;
    right: -55px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: var(--wjn-green);
}

.wjn6-about__edition::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: var(--wjn-pink);
}

.wjn6-about__edition span,
.wjn6-about__edition strong {
    position: relative;
    z-index: 2;
}

.wjn6-about__edition span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.wjn6-about__edition strong {
    font-family: "Quicksand", sans-serif;
    font-size: 140px;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: -0.1em;
}

.wjn6-about h2 {
    color: var(--wjn-black);
}

.wjn6-about__lead {
    max-width: 840px;
    margin-top: 32px !important;
    color: var(--wjn-text);
    font-family: "Quicksand", sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5;
}

.wjn6-about__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px;
    margin-top: 40px;
}

.wjn6-about__columns p {
    color: var(--wjn-muted);
    font-size: 15px;
    line-height: 1.85;
}

.wjn6-about__link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 38px;
    color: var(--wjn-pink) !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.wjn6-about__link span {
    font-size: 21px;
    transition: transform 0.25s ease;
}

.wjn6-about__link:hover span {
    transform: translateY(4px);
}


/* ==========================================================
   BILETY
========================================================== */

.wjn6-tickets {
    position: relative;
    isolation: isolate;
    padding: 125px 0 105px;
    overflow: hidden;
    color: var(--wjn-white);
    background: var(--wjn-pink);
}

.wjn6-tickets::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -110px;
    left: 44%;
    width: 340px;
    height: 340px;
    border: 58px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.wjn6-tickets::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -8%;
    bottom: 50px;
    width: 45%;
    height: 39px;
    background: var(--wjn-yellow);
    transform: rotate(-5deg);
    clip-path: polygon(
        0 18%,
        18% 2%,
        37% 24%,
        55% 4%,
        76% 26%,
        100% 5%,
        98% 83%,
        76% 65%,
        54% 92%,
        29% 68%,
        0 87%
    );
}

.wjn6-tickets__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
    align-items: end;
    gap: 60px;
    margin-bottom: 55px;
}

.wjn6-tickets__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.wjn6-tickets h2 {
    max-width: 850px;
    color: var(--wjn-white);
}

.wjn6-tickets__heading p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.8;
}

.wjn6-ticket-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.wjn6-ticket-card {
    position: relative;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 34px;
    overflow: hidden;
    color: var(--wjn-white) !important;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(10, 10, 10, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease;
}

.wjn6-ticket-card::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 230px;
    height: 230px;
    border: 35px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.wjn6-ticket-card:hover {
    color: var(--wjn-white);
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(10, 10, 10, 0.32);
    transform: translateY(-6px);
}

.wjn6-ticket-card--final {
    background: rgba(116, 82, 168, 0.42);
}

.wjn6-ticket-card__date {
    color: var(--wjn-yellow);
    font-family: "Quicksand", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
}

.wjn6-ticket-card__type {
    margin-top: auto;
    color: rgba(255, 255, 255, 0.62);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.wjn6-ticket-card strong {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 9px;
    font-family: "Quicksand", sans-serif;
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
}

.wjn6-ticket-card small {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 9px;
    color: var(--wjn-green);
    font-size: 13px;
    font-weight: 700;
}

.wjn6-ticket-card--final small {
    color: var(--wjn-yellow);
}

.wjn6-ticket-card__button {
    position: relative;
    z-index: 2;
    margin-top: 25px;
    padding: 11px 17px;
    color: var(--wjn-pink);
    background: var(--wjn-white);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.wjn6-ticket-card:hover .wjn6-ticket-card__button {
    color: var(--wjn-black);
    background: var(--wjn-yellow);
}

.wjn6-back-top {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 55px;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.wjn6-back-top span {
    font-size: 20px;
    transition: transform 0.25s ease;
}

.wjn6-back-top:hover {
    color: var(--wjn-white) !important;
}

.wjn6-back-top:hover span {
    transform: translateY(-4px);
}


/* ==========================================================
   TABLETY
========================================================== */

@media screen and (max-width: 1100px) {

    .wjn6-hero__grid {
        grid-template-columns: minmax(0, 1fr) 410px;
        gap: 45px;
    }

    .wjn6-logo-title {
        font-size: clamp(57px, 8.6vw, 94px);
    }

    .wjn6-hero__visual {
        min-height: 540px;
    }

    .wjn6-photo--john {
        height: 480px;
    }

    .wjn6-photo--tal {
        height: 260px;
    }

    .wjn6-section-header {
        gap: 40px;
    }

    .wjn6-about__grid {
        grid-template-columns: 230px minmax(0, 1fr);
        gap: 55px;
    }

    .wjn6-about__edition strong {
        font-size: 115px;
    }

}


/* ==========================================================
   TELEFONY
========================================================== */

@media screen and (max-width: 767px) {

    .wjn6-container {
        width: min(100% - 28px, 680px);
    }

    .wjn6-home section[id],
    .wjn6-home article[id] {
        scroll-margin-top: 85px;
    }

    .wjn6-hero {
        min-height: auto;
        padding: 145px 0 125px;
    }

    .wjn6-hero__grid {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .wjn6-kicker {
        margin-bottom: 22px;
        font-size: 10px;
    }

    .wjn6-logo-title {
        font-size: clamp(52px, 18vw, 83px);
        white-space: normal;
    }

    .wjn6-logo-title sup {
        top: -2.6em;
    }

    .wjn6-hero__date {
        margin-top: 27px;
        font-size: 28px;
    }

    .wjn6-hero__lead {
        font-size: 15px;
    }

    .wjn6-hero__buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .wjn6-button {
        width: 100%;
    }

    .wjn6-hero__opening {
        align-items: flex-start;
    }

    .wjn6-hero__opening-date {
        font-size: 28px;
    }

    .wjn6-hero__opening-arrow {
        display: none;
    }

    .wjn6-hero__visual {
        width: min(100%, 500px);
        min-height: 520px;
        margin: 0 auto;
    }

    .wjn6-photo--john {
        width: 82%;
        height: 430px;
        border-width: 7px;
    }

    .wjn6-photo--tal {
        width: 52%;
        height: 230px;
        border-width: 6px;
    }

    .wjn6-grammy {
        right: 1%;
        width: 95px;
        height: 95px;
    }

    .wjn6-photo-label--john {
        left: -5px;
    }

    .wjn6-marquee__content {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .wjn6-program {
        padding: 105px 0 115px;
    }

    .wjn6-section-header {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-bottom: 42px;
    }

    .wjn6-section-header h2,
    .wjn6-video-section h2,
    .wjn6-about h2,
    .wjn6-tickets h2 {
        font-size: clamp(40px, 12vw, 58px);
    }

    .wjn6-events {
        grid-template-columns: 1fr;
    }

    .wjn6-event,
    .wjn6-event--opening,
    .wjn6-event--final {
        grid-column: auto;
        min-height: 550px;
    }

    .wjn6-event__content,
    .wjn6-event--opening .wjn6-event__content,
    .wjn6-event--final .wjn6-event__content {
        min-height: 550px;
        padding: 25px;
    }

    .wjn6-event__top {
        top: 23px;
        right: 23px;
        left: 23px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .wjn6-event__place {
        max-width: 100%;
        text-align: left;
    }

    .wjn6-event--opening .wjn6-event__image img {
        object-position: 62% center;
    }

    .wjn6-event--opening .wjn6-event__overlay {
        background:
            linear-gradient(
                0deg,
                rgba(5, 5, 5, 0.98) 0%,
                rgba(5, 5, 5, 0.73) 58%,
                rgba(5, 5, 5, 0.15) 100%
            );
    }

    .wjn6-event--final .wjn6-event__image img {
        object-position: 64% center;
    }

    .wjn6-event--final .wjn6-event__overlay {
        background:
            linear-gradient(
                0deg,
                rgba(34, 3, 25, 0.98) 0%,
                rgba(81, 5, 56, 0.8) 57%,
                rgba(10, 5, 8, 0.15) 100%
            );
    }

    .wjn6-event--final h3 {
        font-size: clamp(39px, 12vw, 56px);
    }

    .wjn6-event--film .wjn6-event__content {
        padding-top: 165px;
    }

    .wjn6-film-logo {
        top: 27px;
        left: 25px;
        width: 210px;
    }

    .wjn6-event-ticket {
        width: auto;
    }

    .wjn6-event__country {
        font-size: 90px;
    }

    .wjn6-video-section {
        padding: 110px 0 120px;
    }

    .wjn6-video-section__grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .wjn6-video {
        padding: 6px;
        box-shadow:
            9px 9px 0 rgba(204, 20, 128, 0.65),
            -8px -8px 0 rgba(0, 84, 138, 0.72);
    }

    .wjn6-about {
        padding: 105px 0;
    }

    .wjn6-about__grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .wjn6-about__edition {
        width: min(100%, 320px);
        min-height: 230px;
    }

    .wjn6-about__edition strong {
        font-size: 110px;
    }

    .wjn6-about__lead {
        font-size: 20px;
    }

    .wjn6-about__columns {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .wjn6-tickets {
        padding: 90px 0 80px;
    }

    .wjn6-tickets__heading {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-bottom: 40px;
    }

    .wjn6-ticket-grid {
        grid-template-columns: 1fr;
    }

}


/* ==========================================================
   MAŁE TELEFONY
========================================================== */

@media screen and (max-width: 430px) {

    .wjn6-logo-title {
        font-size: 50px;
    }

    .wjn6-hero__visual {
        min-height: 450px;
    }

    .wjn6-photo--john {
        height: 370px;
    }

    .wjn6-photo--tal {
        height: 195px;
    }

    .wjn6-event {
        min-height: 570px;
    }

    .wjn6-event__content,
    .wjn6-event--opening .wjn6-event__content,
    .wjn6-event--final .wjn6-event__content {
        min-height: 570px;
    }

    .wjn6-event__date {
        font-size: 34px;
    }

    .wjn6-film-list li {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .wjn6-ticket-card {
        min-height: 300px;
        padding: 27px;
    }

}


/* ==========================================================
   WERSJA DESKTOPOWA MOTYWU
   Wrapper motywu posiada 88 px górnego odstępu
========================================================== */

@media screen and (min-width: 996px) {

    .wjn6-home {
        margin-top: -88px;
    }

}


/* ==========================================================
   OGRANICZENIE ANIMACJI
========================================================== */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    .wjn6-home *,
    .wjn6-home *::before,
    .wjn6-home *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

}

/* ==========================================================
   RESPONSYWNE
========================================================== */

@media screen and (max-width: 900px) {

    /* Treść hero zawsze ponad dekoracjami */
    .wjn6-hero__content {
        position: relative;
        z-index: 20;
    }

    .wjn6-kicker {
        position: relative;
        z-index: 21;
        width: fit-content;
        max-width: 100%;
        margin-bottom: 24px;
        padding: 8px 12px 8px 0;
        line-height: 1.45;
        white-space: normal;
    }

    /*
     * Pędzle ustawione dla desktopu nachodzą na treść
     * na węższych ekranach. Na mobile wyłączamy je całkowicie.
     */
    .wjn6-brush--blue,
    .wjn6-brush--green,
    .wjn6-brush--red,
    .wjn6-brush--yellow {
        display: none;
    }

    /*
     * Pasek artystów bez obrotu i bez wystawania
     * poza szerokość ekranu.
     */
    .wjn6-marquee {
        width: 100%;
        margin: 0;
        overflow: hidden;
        transform: none;
    }

    .wjn6-marquee__content {
        width: 100%;
        min-width: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        padding: 0;
        overflow: visible;
        white-space: normal;
    }

    .wjn6-marquee__content span {
        min-width: 0;
        min-height: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 16px;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 11px;
        line-height: 1.35;
        text-align: center;
        overflow-wrap: anywhere;
    }

    .wjn6-marquee__content span:nth-of-type(2n) {
        border-right: 0;
    }

    .wjn6-marquee__content span:nth-last-of-type(-n + 2) {
        border-bottom: 0;
    }

    /* Kropki między artystami nie są potrzebne w układzie kafelkowym */
    .wjn6-marquee__content i {
        display: none;
    }
}


/* ==========================================================
   MAŁE TELEFONY
========================================================== */

@media screen and (max-width: 480px) {

    .wjn6-kicker {
        width: 100%;
        padding-right: 0;
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    .wjn6-kicker::before {
        width: 28px;
    }

    .wjn6-marquee__content {
        grid-template-columns: 1fr;
    }

    .wjn6-marquee__content span {
        min-height: 52px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .wjn6-marquee__content span:nth-last-of-type(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .wjn6-marquee__content span:last-of-type {
        border-bottom: 0;
    }
}/* End custom CSS */