.elementor-700 .elementor-element.elementor-element-89085c9{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-63b3dc6 *//* ==========================================================
   WĄBJAZZNO.6
   PODSTRONA WYDARZENIA
========================================================== */

html {
    scroll-behavior: smooth;
}

.wje6-page {
    --wje-black: #070707;
    --wje-dark: #151515;
    --wje-paper: #f4f2ed;
    --wje-white: #ffffff;
    --wje-text: #252525;
    --wje-muted: #6b6b6b;
    --wje-border: #d9d6cf;

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

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

.wje6-page,
.wje6-page * {
    box-sizing: border-box;
}

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

.wje6-page h1,
.wje6-page h2,
.wje6-page h3,
.wje6-page h4,
.wje6-page p,
.wje6-page figure,
.wje6-page ul {
    margin: 0;
}

.wje6-page h1,
.wje6-page h2,
.wje6-page h3,
.wje6-page h4 {
    font-family: "Quicksand", "Montserrat", Arial, sans-serif;
}

.wje6-page a {
    color: inherit;
    text-decoration: none;
}

.wje6-page a:hover {
    text-decoration: none;
}

.wje6-page section[id],
.wje6-page details[id] {
    scroll-margin-top: 115px;
}

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


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

.wje6-hero {
    position: relative;
    isolation: isolate;
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 165px 0 145px;
    overflow: hidden;
    color: var(--wje-white);
    background:
        radial-gradient(
            circle at 20% 50%,
            rgba(0, 84, 138, 0.25),
            transparent 36%
        ),
        radial-gradient(
            circle at 82% 25%,
            rgba(204, 20, 128, 0.2),
            transparent 32%
        ),
        var(--wje-black);
}

.wje6-hero__grid {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(450px, 1fr);
    align-items: center;
    gap: 90px;
}

.wje6-hero__content {
    position: relative;
    z-index: 10;
}

.wje6-kicker {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 25px;
    color: var(--wje-green);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.wje6-kicker::before {
    content: "";
    width: 42px;
    height: 4px;
    flex: 0 0 auto;
    background: currentColor;
    transform: rotate(-3deg);
}

.wje6-hero h1 {
    max-width: 690px;
    color: var(--wje-white);
    font-size: clamp(62px, 7.5vw, 112px);
    font-weight: 700;
    line-height: 0.88;
    letter-spacing: -0.065em;
}

.wje6-hero h1 span {
    display: block;
    margin-top: 25px;
    color: var(--wje-yellow);
    font-size: 0.34em;
    line-height: 1;
    letter-spacing: 0.05em;
}

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

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

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

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

.wje6-button--pink {
    color: var(--wje-white);
    background: var(--wje-pink);
}

.wje6-button--pink:hover {
    color: var(--wje-white);
    background: #ac0065;
}

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

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


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

.wje6-hero__collage {
    position: relative;
    min-height: 530px;
}

.wje6-collage-photo {
    position: absolute;
    overflow: hidden;
    border: 8px solid var(--wje-white);
    background: #222222;
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.55);
}

.wje6-collage-photo img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.wje6-collage-photo:hover img {
    transform: scale(1.04);
}

.wje6-collage-photo--john {
    top: 0;
    left: 0;
    z-index: 2;
    width: 65%;
    height: 390px;
    transform: rotate(-3deg);
}

.wje6-collage-photo--one {
    top: 48px;
    right: 0;
    z-index: 3;
    width: 49%;
    height: 270px;
    transform: rotate(4deg);
}

.wje6-collage-photo--mietek {
    right: 17%;
    bottom: 0;
    z-index: 4;
    width: 47%;
    height: 265px;
    transform: rotate(-2deg);
}

.wje6-collage-photo--mietek img {
    object-position: center 20%;
}

.wje6-collage-label {
    position: absolute;
    right: -4px;
    bottom: 48px;
    z-index: 7;
    padding: 11px 17px;
    color: var(--wje-white);
    background: var(--wje-pink);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transform: rotate(4deg);
}


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

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

.wje6-brush--blue {
    top: 72px;
    left: -4%;
    width: 53%;
    height: 54px;
    background: var(--wje-blue);
    transform: rotate(-2deg);
    clip-path: polygon(
        0 30%, 10% 7%, 25% 24%, 41% 3%,
        58% 22%, 75% 1%, 100% 24%,
        98% 78%, 80% 61%, 64% 92%,
        46% 66%, 28% 94%, 12% 65%, 0 83%
    );
}

.wje6-brush--green {
    top: 118px;
    left: 16%;
    width: 38%;
    height: 34px;
    background: var(--wje-green);
    transform: rotate(1deg);
    clip-path: polygon(
        0 20%, 15% 2%, 34% 22%, 53% 4%,
        73% 24%, 100% 5%, 97% 82%,
        76% 65%, 53% 94%, 29% 68%, 0 87%
    );
}

.wje6-brush--pink {
    top: 72px;
    right: -4%;
    width: 42%;
    height: 55px;
    background: var(--wje-red);
    transform: rotate(2deg);
    clip-path: polygon(
        0 14%, 18% 0, 38% 21%, 58% 4%,
        78% 25%, 100% 7%, 100% 83%,
        81% 65%, 60% 92%, 38% 68%,
        17% 87%, 0 69%
    );
}

.wje6-hero__edge {
    position: absolute;
    right: -2%;
    bottom: -1px;
    left: -2%;
    z-index: 8;
    height: 75px;
    background: var(--wje-paper);
    clip-path: polygon(
        0 63%, 14% 45%, 29% 65%, 45% 46%,
        62% 63%, 77% 39%, 90% 58%, 100% 43%,
        100% 100%, 0 100%
    );
}


/* ==========================================================
   NAWIGACJA WYDARZEŃ
========================================================== */

.wje6-event-nav {
    position: relative;
    z-index: 15;
    padding: 25px 0;
    color: var(--wje-white);
    background: var(--wje-pink);
}

.wje6-event-nav__inner {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.wje6-event-nav a {
    min-height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.23);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
    transition:
        color 0.25s ease,
        background-color 0.25s ease;
}

.wje6-event-nav a:last-child {
    border-right: 0;
}

.wje6-event-nav a:hover {
    color: var(--wje-black);
    background: var(--wje-yellow);
}

.wje6-event-nav strong {
    display: block;
    margin-bottom: 3px;
    color: var(--wje-yellow);
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    line-height: 1;
}

.wje6-event-nav a:hover strong {
    color: var(--wje-black);
}


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

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

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

.wje6-eyebrow,
.wje6-content-label {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--wje-pink);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.wje6-eyebrow {
    margin-bottom: 15px;
}

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

.wje6-section-header h2,
.wje6-tickets h2 {
    color: var(--wje-black);
    font-size: clamp(44px, 5.7vw, 76px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.wje6-section-header p {
    color: var(--wje-muted);
    font-size: 15px;
    line-height: 1.8;
}


/* ==========================================================
   AKORDEONY
========================================================== */

.wje6-accordions {
    display: grid;
    gap: 18px;
}

.wje6-event {
    --wje-accent: var(--wje-blue);
    --wje-accent-secondary: var(--wje-green);

    overflow: hidden;
    border: 1px solid var(--wje-border);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.045);
}

.wje6-event--john {
    --wje-accent: var(--wje-blue);
    --wje-accent-secondary: var(--wje-green);
}

.wje6-event--one {
    --wje-accent: var(--wje-pink);
    --wje-accent-secondary: var(--wje-cyan);
}

.wje6-event--radio {
    --wje-accent: #202020;
    --wje-accent-secondary: var(--wje-yellow);
}

.wje6-event--brass {
    --wje-accent: var(--wje-yellow);
    --wje-accent-secondary: var(--wje-pink);
}

.wje6-event--film {
    --wje-accent: var(--wje-violet);
    --wje-accent-secondary: var(--wje-cyan);
}

.wje6-event--mietek {
    --wje-accent: var(--wje-pink);
    --wje-accent-secondary: var(--wje-yellow);
}

.wje6-event__summary {
    position: relative;
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    min-height: 145px;
    padding: 25px 34px 25px 28px;
    cursor: pointer;
    list-style: none;
    background: var(--wje-white);
    transition:
        color 0.25s ease,
        background-color 0.25s ease;
}

.wje6-event__summary::-webkit-details-marker {
    display: none;
}

.wje6-event__summary::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 7px;
    background: var(--wje-accent);
}

.wje6-event__summary::after {
    content: "+";
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--wje-white);
    border-radius: 50%;
    background: var(--wje-accent);
    font-family: Arial, sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease;
}

.wje6-event[open] .wje6-event__summary::after {
    content: "−";
    color: var(--wje-black);
    background: var(--wje-accent-secondary);
    transform: rotate(180deg);
}

.wje6-event__summary:hover {
    background: #fafafa;
}

.wje6-event[open] .wje6-event__summary {
    border-bottom: 1px solid var(--wje-border);
}

.wje6-event__date {
    display: flex;
    align-items: flex-end;
    gap: 7px;
    color: var(--wje-black);
}

.wje6-event__date strong {
    font-family: "Quicksand", sans-serif;
    font-size: 53px;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: -0.07em;
}

.wje6-event__date small {
    color: var(--wje-accent);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.wje6-event__heading {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.wje6-event__type {
    margin-bottom: 7px;
    color: var(--wje-accent);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.wje6-event--brass .wje6-event__type {
    color: #9b7900;
}

.wje6-event__title {
    color: var(--wje-black);
    font-family: "Quicksand", sans-serif;
    font-size: clamp(25px, 3.3vw, 43px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.045em;
}

.wje6-event__title small {
    display: block;
    margin-top: 7px;
    color: var(--wje-accent);
    font-size: 0.48em;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.wje6-event__meta {
    margin-top: 10px;
    color: var(--wje-muted);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.wje6-event__toggle {
    display: none;
}


/* ==========================================================
   ZAWARTOŚĆ AKORDEONU
========================================================== */

.wje6-event__body {
    display: grid;
    grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1.1fr);
    gap: 70px;
    padding: 48px;
    animation: wje6-content-show 0.35s ease;
}

@keyframes wje6-content-show {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wje6-event__gallery {
    position: relative;
    min-width: 0;
}

.wje6-event__gallery figure {
    overflow: hidden;
    background: #e7e7e7;
}

.wje6-event__gallery figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.wje6-event__gallery figure:hover img {
    transform: scale(1.035);
}

.wje6-event__gallery--duo {
    min-height: 520px;
}

.wje6-event__gallery--duo figure:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 74%;
    height: 430px;
    border: 7px solid var(--wje-white);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.17);
    transform: rotate(-2deg);
}

.wje6-event__gallery--duo figure:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 53%;
    height: 280px;
    border: 6px solid var(--wje-white);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.17);
    transform: rotate(3deg);
}

.wje6-event--mietek .wje6-event__gallery figure img {
    object-position: center 20%;
}

.wje6-gallery-badge {
    position: absolute;
    top: 24px;
    left: -12px;
    z-index: 5;
    padding: 9px 14px;
    color: var(--wje-white);
    background: var(--wje-blue);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transform: rotate(-5deg);
}

.wje6-gallery-years {
    position: absolute;
    right: -8px;
    bottom: -10px;
    z-index: 5;
    color: rgba(204, 20, 128, 0.18);
    font-family: "Quicksand", sans-serif;
    font-size: 150px;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: -0.1em;
}


/* Galeria O.N.E. */

.wje6-event__gallery--triple {
    min-height: 540px;
}

.wje6-event__gallery--triple figure {
    position: absolute;
    border: 6px solid var(--wje-white);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.wje6-event__gallery--triple .wje6-gallery-main {
    top: 0;
    left: 0;
    width: 81%;
    height: 350px;
    transform: rotate(-2deg);
}

.wje6-event__gallery--triple figure:nth-child(2) {
    right: 0;
    bottom: 18px;
    width: 53%;
    height: 260px;
    transform: rotate(3deg);
}

.wje6-event__gallery--triple figure:nth-child(3) {
    bottom: 0;
    left: 3%;
    width: 45%;
    height: 230px;
    transform: rotate(-4deg);
}


/* ==========================================================
   OPIS WYDARZENIA
========================================================== */

.wje6-event__description {
    min-width: 0;
}

.wje6-event__description h3 {
    margin-top: 17px;
    color: var(--wje-black);
    font-size: clamp(31px, 4vw, 52px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
}

.wje6-event__description p {
    margin-top: 20px !important;
    color: var(--wje-muted);
    font-size: 15px;
    line-height: 1.82;
}

.wje6-event__description .wje6-event__intro {
    color: var(--wje-text);
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.55;
}

.wje6-lineup,
.wje6-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 32px;
    overflow: hidden;
    background: var(--wje-border);
    border: 1px solid var(--wje-border);
}

.wje6-lineup article,
.wje6-facts article {
    min-height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    background: var(--wje-white);
}

.wje6-lineup strong,
.wje6-facts strong {
    color: var(--wje-black);
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.wje6-lineup span,
.wje6-facts span {
    margin-top: 4px;
    color: var(--wje-muted);
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0.05em;
}

.wje6-highlight {
    margin-top: 31px;
    padding: 25px 27px;
    border-left: 5px solid var(--wje-accent);
    background: #f2f0eb;
}

.wje6-highlight strong {
    color: var(--wje-black);
    font-family: "Quicksand", sans-serif;
    font-size: 21px;
    font-weight: 700;
}

.wje6-highlight p {
    margin-top: 9px !important;
    font-size: 14px;
}

.wje6-ticket-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    padding: 0 23px;
    color: var(--wje-white) !important;
    border: 2px solid var(--wje-pink);
    background: var(--wje-pink);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    transition:
        transform 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease;
}

.wje6-ticket-button:hover {
    color: var(--wje-black) !important;
    border-color: var(--wje-yellow);
    background: var(--wje-yellow);
    transform: translateY(-3px);
}

.wje6-ticket-button--mietek {
    border-color: var(--wje-violet);
    background: var(--wje-violet);
}

.wje6-free-entry {
    display: inline-flex;
    margin-top: 31px;
    padding: 8px 13px;
    color: var(--wje-black);
    background: var(--wje-yellow);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}


/* ==========================================================
   RADIO
========================================================== */

.wje6-radio-visual {
    min-height: 520px;
    overflow: hidden;
    background: var(--wje-black);
}

.wje6-radio-visual figure {
    position: absolute;
    inset: 0;
}

.wje6-radio-visual figure img {
    filter: grayscale(1);
    object-position: center center;
}

.wje6-radio-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.92) 0%,
            rgba(0, 0, 0, 0.15) 70%
        );
}

.wje6-radio-logo {
    position: absolute;
    right: 25px;
    bottom: 27px;
    left: 25px;
    z-index: 4;
    padding: 18px;
    background: rgba(255, 255, 255, 0.94);
}

.wje6-radio-logo img {
    max-height: 90px;
    object-fit: contain;
}

.wje6-radio-number {
    position: absolute;
    top: -35px;
    right: -10px;
    z-index: 3;
    color: rgba(255, 255, 255, 0.18);
    font-family: "Quicksand", sans-serif;
    font-size: 155px;
    font-weight: 700;
    line-height: 1;
}

.wje6-host {
    margin-top: 31px;
    padding: 25px;
    color: var(--wje-white);
    background: var(--wje-black);
}

.wje6-host span {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.wje6-host strong {
    display: block;
    margin-top: 6px;
    font-family: "Quicksand", sans-serif;
    font-size: 26px;
    font-weight: 700;
}


/* ==========================================================
   BRASS FEDERACJA
========================================================== */

.wje6-discography {
    margin-top: 32px;
    padding: 25px;
    background: var(--wje-yellow);
}

.wje6-discography .wje6-content-label {
    color: #7d6100;
}

.wje6-discography ul {
    display: grid;
    gap: 9px;
    margin-top: 17px;
    padding: 0;
    list-style: none;
}

.wje6-discography li {
    position: relative;
    padding-left: 18px;
    color: var(--wje-black);
    font-size: 13px;
    font-weight: 600;
}

.wje6-discography li::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--wje-pink);
}

.wje6-media-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
}

.wje6-media-links a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    color: var(--wje-white);
    background: var(--wje-black);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.wje6-media-links a::after {
    content: "↗";
    margin-left: 9px;
    font-size: 15px;
}

.wje6-media-links a:hover {
    color: var(--wje-black);
    background: var(--wje-yellow);
    transform: translateY(-2px);
}


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

.wje6-film-visual {
    min-height: 520px;
    overflow: hidden;
    background:
        linear-gradient(135deg, #ffffff 0%, #eeece7 100%);
}

.wje6-film-logo {
    position: absolute;
    top: 50%;
    right: 10%;
    left: 10%;
    z-index: 5;
    transform: translateY(-50%);
}

.wje6-film-logo img {
    max-height: 250px;
    object-fit: contain;
}

.wje6-film-shape {
    position: absolute;
    display: block;
}

.wje6-film-shape--one {
    top: -35px;
    left: -60px;
    width: 260px;
    height: 170px;
    background: var(--wje-cyan);
    transform: rotate(-12deg);
}

.wje6-film-shape--two {
    right: -55px;
    bottom: -40px;
    width: 260px;
    height: 190px;
    background: var(--wje-pink);
    transform: rotate(8deg);
}

.wje6-film-shape--three {
    right: -20px;
    top: 40px;
    width: 170px;
    height: 45px;
    background: var(--wje-yellow);
    transform: rotate(-7deg);
}

.wje6-schedule {
    display: grid;
    gap: 15px;
    margin-top: 32px;
}

.wje6-schedule article {
    display: grid;
    grid-template-columns: 85px minmax(0, 1fr);
    gap: 22px;
    padding: 23px;
    border: 1px solid var(--wje-border);
    background: var(--wje-white);
}

.wje6-schedule__time {
    color: var(--wje-violet);
    font-family: "Quicksand", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.wje6-schedule h4 {
    color: var(--wje-black);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
}

.wje6-schedule strong {
    display: block;
    margin-top: 5px;
    color: var(--wje-violet);
    font-size: 11px;
    font-weight: 700;
}

.wje6-schedule p {
    margin-top: 10px !important;
    font-size: 13px;
}


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

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

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

.wje6-tickets__brush {
    position: absolute;
    right: -8%;
    bottom: 60px;
    z-index: -1;
    width: 46%;
    height: 38px;
    background: var(--wje-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%
    );
}

.wje6-tickets__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.6fr);
    align-items: end;
    gap: 60px;
    margin-bottom: 52px;
}

.wje6-tickets__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.wje6-tickets h2 {
    color: var(--wje-white);
}

.wje6-tickets__header p {
    color: rgba(255, 255, 255, 0.73);
    font-size: 15px;
    line-height: 1.8;
}

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

.wje6-ticket-card {
    position: relative;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 34px;
    overflow: hidden;
    color: var(--wje-white) !important;
    border: 1px solid rgba(255, 255, 255, 0.27);
    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;
}

.wje6-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%;
}

.wje6-ticket-card:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(10, 10, 10, 0.32);
    transform: translateY(-6px);
}

.wje6-ticket-card--mietek {
    background: rgba(116, 82, 168, 0.45);
}

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

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

.wje6-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.045em;
}

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

.wje6-ticket-card--mietek small {
    color: var(--wje-yellow);
}

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

.wje6-ticket-card:hover .wje6-ticket-card__action {
    color: var(--wje-black);
    background: var(--wje-yellow);
}

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

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

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

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


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

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

    .wje6-hero__grid {
        grid-template-columns: minmax(0, 0.85fr) 430px;
        gap: 45px;
    }

    .wje6-hero__collage {
        min-height: 490px;
    }

    .wje6-event-nav__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .wje6-event-nav a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.23);
    }

    .wje6-event-nav a:nth-child(3n) {
        border-right: 0;
    }

    .wje6-event-nav a:nth-last-child(-n + 3) {
        border-bottom: 0;
    }

    .wje6-event__body {
        grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
        gap: 45px;
        padding: 40px;
    }

}


/* ==========================================================
   TELEFONY I MNIEJSZE TABLETY
========================================================== */

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

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

    .wje6-page section[id],
    .wje6-page details[id] {
        scroll-margin-top: 85px;
    }

    .wje6-hero {
        min-height: auto;
        padding: 140px 0 115px;
    }

    .wje6-brush {
        display: none;
    }

    .wje6-hero__grid {
        grid-template-columns: 1fr;
        gap: 65px;
    }

    .wje6-kicker {
        position: relative;
        z-index: 20;
        max-width: 100%;
        margin-bottom: 21px;
        font-size: 10px;
        white-space: normal;
    }

    .wje6-hero h1 {
        font-size: clamp(55px, 18vw, 85px);
    }

    .wje6-hero h1 span {
        margin-top: 18px;
        font-size: 0.36em;
    }

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

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

    .wje6-button {
        width: 100%;
    }

    .wje6-hero__collage {
        width: min(100%, 520px);
        min-height: 460px;
        margin: 0 auto;
    }

    .wje6-collage-photo {
        border-width: 6px;
    }

    .wje6-collage-photo--john {
        width: 70%;
        height: 330px;
    }

    .wje6-collage-photo--one {
        width: 51%;
        height: 230px;
    }

    .wje6-collage-photo--mietek {
        right: 12%;
        width: 50%;
        height: 220px;
    }

    .wje6-event-nav {
        padding: 0;
    }

    .wje6-event-nav__inner {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wje6-event-nav a {
        min-height: 64px;
        border-right: 1px solid rgba(255, 255, 255, 0.23);
        border-bottom: 1px solid rgba(255, 255, 255, 0.23);
    }

    .wje6-event-nav a:nth-child(3n) {
        border-right: 1px solid rgba(255, 255, 255, 0.23);
    }

    .wje6-event-nav a:nth-child(2n) {
        border-right: 0;
    }

    .wje6-event-nav a:nth-last-child(-n + 3) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.23);
    }

    .wje6-event-nav a:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .wje6-program {
        padding: 100px 0 110px;
    }

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

    .wje6-section-header h2,
    .wje6-tickets h2 {
        font-size: clamp(41px, 12vw, 58px);
    }

    .wje6-event__summary {
        grid-template-columns: 74px minmax(0, 1fr) 38px;
        gap: 16px;
        min-height: 125px;
        padding: 21px 15px 21px 20px;
    }

    .wje6-event__summary::after {
        width: 36px;
        height: 36px;
        font-size: 21px;
    }

    .wje6-event__date {
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
    }

    .wje6-event__date strong {
        font-size: 41px;
    }

    .wje6-event__title {
        font-size: clamp(22px, 7vw, 31px);
    }

    .wje6-event__meta {
        font-size: 9px;
    }

    .wje6-event__body {
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 28px 22px 36px;
    }

    .wje6-event__gallery--duo,
    .wje6-event__gallery--triple,
    .wje6-radio-visual,
    .wje6-film-visual {
        min-height: 470px;
    }

    .wje6-event__gallery--duo figure:first-child {
        height: 370px;
    }

    .wje6-event__gallery--duo figure:nth-child(2) {
        height: 230px;
    }

    .wje6-event__gallery--triple .wje6-gallery-main {
        height: 310px;
    }

    .wje6-event__gallery--triple figure:nth-child(2) {
        height: 220px;
    }

    .wje6-event__gallery--triple figure:nth-child(3) {
        height: 200px;
    }

    .wje6-event__description h3 {
        font-size: clamp(31px, 10vw, 47px);
    }

    .wje6-event__description .wje6-event__intro {
        font-size: 18px;
    }

    .wje6-lineup,
    .wje6-facts {
        grid-template-columns: 1fr;
    }

    .wje6-schedule article {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .wje6-schedule__time {
        font-size: 25px;
    }

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

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

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

}


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

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

    .wje6-hero h1 {
        font-size: 53px;
    }

    .wje6-hero__collage {
        min-height: 395px;
    }

    .wje6-collage-photo--john {
        height: 285px;
    }

    .wje6-collage-photo--one {
        height: 190px;
    }

    .wje6-collage-photo--mietek {
        height: 185px;
    }

    .wje6-event-nav__inner {
        grid-template-columns: 1fr;
    }

    .wje6-event-nav a,
    .wje6-event-nav a:nth-child(2n),
    .wje6-event-nav a:nth-child(3n),
    .wje6-event-nav a:nth-last-child(-n + 2),
    .wje6-event-nav a:nth-last-child(-n + 3) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.23);
    }

    .wje6-event-nav a:last-child {
        border-bottom: 0;
    }

    .wje6-event__summary {
        grid-template-columns: 60px minmax(0, 1fr) 34px;
        gap: 11px;
        padding-right: 10px;
        padding-left: 16px;
    }

    .wje6-event__summary::after {
        width: 32px;
        height: 32px;
        font-size: 19px;
    }

    .wje6-event__date strong {
        font-size: 35px;
    }

    .wje6-event__type {
        font-size: 8px;
    }

    .wje6-event__title {
        font-size: 22px;
    }

    .wje6-event__meta {
        font-size: 8px;
    }

    .wje6-event__gallery--duo,
    .wje6-event__gallery--triple,
    .wje6-radio-visual,
    .wje6-film-visual {
        min-height: 405px;
    }

    .wje6-event__gallery--duo figure:first-child {
        width: 79%;
        height: 320px;
    }

    .wje6-event__gallery--duo figure:nth-child(2) {
        width: 57%;
        height: 195px;
    }

    .wje6-event__gallery--triple .wje6-gallery-main {
        height: 260px;
    }

    .wje6-event__gallery--triple figure:nth-child(2) {
        height: 185px;
    }

    .wje6-event__gallery--triple figure:nth-child(3) {
        height: 170px;
    }

    .wje6-gallery-years {
        font-size: 105px;
    }

    .wje6-media-links {
        display: grid;
        grid-template-columns: 1fr;
    }

    .wje6-media-links a {
        justify-content: space-between;
    }

    .wje6-ticket-button {
        width: 100%;
    }

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

}


/* ==========================================================
   GLOBALNY ODSTĘP MOTYWU NA DESKTOPIE
========================================================== */

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

    .wje6-page {
        margin-top: -88px;
    }

}


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

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

    html {
        scroll-behavior: auto;
    }

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

}/* End custom CSS */