.site-dynamic-section { color: #3D4351; }
.site-section-title { margin-bottom: 38px; }
.site-section-title h2 { color: #3D4351; margin-top: 0; }
.site-section-title p { color: #607080; font-size: 16px; }
.site-split-row { display: flex; align-items: center; flex-wrap: wrap; row-gap: 28px; }
.site-split-copy, .site-split-media { float: none; }
.site-copy p:last-child { margin-bottom: 0; }
.site-more[hidden] { display: none; }
.site-more { overflow: hidden; }
.site-more.is-animating { transition: max-height 320ms ease, opacity 260ms ease; }
.site-more-btn { margin-top: 0; }
.site-action-buttons { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 24px; }
.site-action-buttons .btn { margin-top: 0; }
.site-secondary-btn { color: #FF5274; border-color: #FF5274; background: transparent; }
.site-secondary-btn:hover, .site-secondary-btn:focus { color: #fff; border-color: #FF5274; background: #FF5274; }
header ul.primary-nav li a[data-menu-hover]:hover,
header ul.primary-nav li a[data-menu-hover]:focus,
header ul.primary-nav li a[data-menu-hover].active {
    color: var(--menu-hover-color, #FF5274) !important;
}

section.hero{
    position: relative;
    overflow: hidden;
}

section.hero::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -150%;
    width: 80%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        110deg,
        transparent 0%,
        transparent 38%,
        rgba(255, 255, 255, .14) 50%,
        transparent 62%,
        transparent 100%
    );
    animation: heroShine 7s infinite;
}

section.hero .container,
section.hero .down-arrow,
section.hero .hero-partner-badges{
    z-index: 2;
}

section.hero .navigation{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

section.hero .container{
    position: relative;
}

section.hero .hero-content{
    padding-top: 18%;
}

@media screen and (max-width: 1024px){
    section.hero .hero-content{
        padding-top: 32%;
    }
}

@media screen and (max-width: 991px){
    section.hero .navigation{
        position: fixed;
        z-index: 10000;
    }

    section.hero .header-nav{
        background: #000;
        z-index: 9999;
    }

    section.hero .hero-content{
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width: 480px){
    section.hero .hero-content{
        padding-top: 32%;
    }
}

@keyframes heroShine{
    0%{
        left: -150%;
    }
    45%,
    100%{
        left: 200%;
    }
}

@media (prefers-reduced-motion: reduce){
    section.hero::after{
        animation: none;
        display: none;
    }
}

.site-element-tekst_pelna_szerokosc .site-action-buttons { justify-content: flex-start; }
.site-section-image { margin: 0; overflow: hidden; }
.site-section-image img { display: block; width: 100%; height: auto; border-radius: 6px; box-shadow: 0 18px 48px rgba(31, 45, 61, 0.16); }
.site-section-image figcaption { margin-top: 10px; color: #6c7a89; font-size: 13px; }
.site-element { margin: 22px 0; }
.site-element h4 { color: #3D4351; font-weight: 700; }
.site-gallery-block { clear: both; padding-top: 28px; }
.site-gallery-block h4 { color: #3D4351; font-weight: 700; text-align: center; }
.reveal-image { opacity: 0; transform: translate3d(0, 24px, 0); transition: opacity .7s ease, transform .7s ease; }
.reveal-image.from-left { transform: translate3d(-42px, 0, 0); }
.reveal-image.from-right { transform: translate3d(42px, 0, 0); }
.reveal-image.from-top { transform: translate3d(0, -42px, 0); }
.reveal-image.from-bottom { transform: translate3d(0, 42px, 0); }
.reveal-image.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
@media (max-width: 991px) {
    .site-split-row { display: block; }
    .site-split-media { margin-top: 26px; }
}

.site-content-element { margin-bottom: 42px; }
.site-content-element:last-child { margin-bottom: 0; }
.site-section-image-full { margin: 0 auto 42px; max-width: 100%; }
.site-section-image-full img { width: 100%; max-height: 720px; object-fit: cover; }
.site-button-element { clear: both; margin: 28px 0 42px; }
.site-section-legacy-text { max-width: 920px; margin: 0 auto 36px; }
/* Elementy sekcji zawsze jeden pod drugim */
.site-content-element{
    display: block;
    clear: both;
    width: 100%;
    float: none;
}

.site-content-element::after{
    content: '';
    display: table;
    clear: both;
}
/* Kazdy element dodany w sekcji jest osobnym blokiem */
.site-dynamic-section .site-content-element{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    clear: both !important;
    float: none !important;
    margin: 0 0 42px !important;
}

.site-dynamic-section .site-content-element:last-child{
    margin-bottom: 0 !important;
}

.site-dynamic-section .site-content-element > .site-split-row,
.site-dynamic-section .site-content-element > .site-gallery-block,
.site-dynamic-section .site-content-element > .site-button-element,
.site-dynamic-section .site-content-element > .site-section-image{
    width: 100%;
    clear: both;
}

.site-button-element .btn{
    display: inline-block;
}
/* Galeria publiczna: kwadratowe miniatury */
.site-gallery-block .box-container .box .inner,
.site-gallery-block .box-container .box a{
    display: block;
    width: 100%;
}

.site-gallery-block .box-container .box a{
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.site-gallery-block .box-container .box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Galeria publiczna: miniatury lekko szersze */
@media (min-width: 992px){
    header .header-nav{
        display: block;
        width: 100%;
    }

    header nav{
        width: 100%;
    }

    header ul.primary-nav{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: clamp(12px, 1.65vw, 24px);
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

    header ul.primary-nav li{
        display: block;
        flex: 0 1 auto;
    }

    header ul.primary-nav li a{
        display: block;
        padding-right: 0;
        font-size: clamp(11px, .95vw, 13px);
        line-height: 1.3;
    }

    .site-gallery-block .box-container.four-cols .box{
        width: 24.25%;
    }
}








/* Galeria publiczna: prostokatne, wycentrowane miniatury z przesunieciem hover */
.site-gallery-block .box-container{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: flex-start !important;
}

.site-gallery-block .box-container .box{
    float: none !important;
    clear: none !important;
}

.site-gallery-block .box-container.four-cols .box:nth-child(n){
    clear: none !important;
    margin-left: 0 !important;
}

.site-gallery-block .box-container .box a{
    aspect-ratio: 4 / 3 !important;
    overflow: hidden !important;
}

.site-gallery-block .box-container .box img{
    width: calc(100% + 50px) !important;
    max-width: calc(100% + 50px) !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: translate3d(-40px, 0, 0) !important;
}

.site-gallery-block .box-container .box:hover img{
    transform: translate3d(0, 0, 0) !important;
}
/* Element: tekst na cala szerokosc i samo zdjecie */
.site-full-copy{
    width: 100%;
    max-width: 100%;
}

.site-element-tekst_pelna_szerokosc .site-full-copy{
    clear: both;
}

.site-element-zdjecie_pelne .site-section-image-full{
    width: 100%;
}

.site-scenario-intro {
    max-width: 820px;
    margin: 0 auto 34px;
    color: #536176;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
}

.site-scenario-intro p {
    margin: 0 0 12px;
}

.site-scenario-empty {
    text-align: center;
    color: #536176;
    font-size: 16px;
}
.site-regulamin-copy{
    max-width: 920px;
    margin: 0 auto;
    color: #39485a;
    font-size: 16px;
    line-height: 1.75;
}

.site-regulamin-copy p{
    margin: 0 0 14px;
}

.site-regulamin-page .site-action-buttons{
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.site-dynamic-section .site-section-title h2{
    font-size: 34px;
    line-height: 1.2;
}

@media screen and (max-width: 640px){
    .site-dynamic-section .site-section-title h2{
        font-size: 29px;
    }
}
/* Globalne ustawienia wyglądu z panelu administracyjnego */
body,
.site-dynamic-section,
.site-dynamic-section p,
.site-dynamic-section li,
.site-dynamic-section .site-copy,
.site-section-legacy-text{
    font-size: var(--site-text-font-size, 16px);

    word-spacing: var(--site-text-word-spacing, 0px);
    letter-spacing: var(--site-text-letter-spacing, 0px);
    color: var(--site-text-color, #3D4351);
}

.site-dynamic-section{
    padding-top: var(--site-section-padding-y, 90px);
    padding-bottom: var(--site-section-padding-y, 90px);
}

.site-dynamic-section .container{
    max-width: var(--site-content-max-width, 1170px);
}

.site-dynamic-section .site-section-title{
    margin-bottom: var(--site-heading-margin-bottom, 38px);
}

.site-dynamic-section .site-section-title h2{
    font-size: var(--site-heading-font-size, 34px);
    line-height: var(--site-heading-line-height, 1.2);
    color: var(--site-heading-color, #3D4351);
    font-weight: var(--site-heading-weight, 700);
}

.site-dynamic-section .site-content-element{
    margin-bottom: var(--site-element-spacing, 42px) !important;
}

.btn,
.site-dynamic-section .btn,
.hero-content .btn,
.mobile-sticky-cta a{
    border-radius: var(--site-button-radius, 40px);
    font-size: var(--site-button-font-size, 13px);
}

.btn.btn-fill,
.site-dynamic-section .btn.btn-fill,
.mobile-sticky-cta .cta-primary{
    background-color: var(--site-button-primary-color, #FF5274);
    border-color: var(--site-button-primary-color, #FF5274);
    color: var(--site-button-text-color, #ffffff);
}


.site-secondary-btn,
.mobile-sticky-cta .cta-secondary{
    color: var(--site-button-secondary-color, #11365c);
    border-color: var(--site-button-secondary-color, #11365c);
}

.site-secondary-btn:hover,
.site-secondary-btn:focus{
    color: var(--site-button-text-color, #ffffff);
    background: var(--site-button-secondary-color, #11365c);
    border-color: var(--site-button-secondary-color, #11365c);
}

.site-section-image img,
.site-section-image-full img{
    border-radius: var(--site-image-radius, 6px);
    box-shadow: 0 18px 48px rgba(31, 45, 61, calc(var(--site-image-shadow-strength, 16) / 100));
}

.reveal-image{
    transition-duration: var(--site-image-animation-speed, .7s);
}

.site-gallery-block .box-container{
    gap: var(--site-gallery-gap, 1%);
}

.site-gallery-block .box-container.four-cols .box{
    width: var(--site-gallery-thumb-width, 24.25%) !important;
}

.site-gallery-block h4,
.site-section-image figcaption,
.site-carousel-slide figcaption,
.glightbox-clean .gslide-description{
    color: var(--site-gallery-caption-color, #6c7a89);
}

.site-carousel-block{
    position: relative;
    clear: both;
    width: 100%;
    margin: 0 auto;
}

.site-anchor{
    display: block;
    height: 0;
    overflow: hidden;
}

.site-section-has-carousel{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 34px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.site-section-has-carousel .container,
.site-section-has-carousel .site-content-element,
.site-section-has-carousel .site-carousel-block,
.site-section-has-carousel .site-carousel-viewport,
.site-section-has-carousel .site-carousel-slide{
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.site-section-has-carousel .site-section-title{
    margin-top: 18px;
	margin-bottom: 18px;
}

.site-section-has-carousel .site-content-element{
    margin-bottom: 0 !important;
}

.site-carousel-description{
    margin: 0 0 18px;
    text-align: center;
    color: var(--site-gallery-caption-color, #6c7a89);
}

.site-carousel-viewport{
    position: relative;
    overflow: visible;
    min-height: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.site-carousel-slide{
    position: absolute;
    inset: 0;
    display: grid;
    align-content: end;
    margin: 0;
    opacity: 0;
    transform: translateX(24px);
    pointer-events: none;
    transition: opacity .65s ease, transform .65s ease;
}

.site-carousel-slide.is-active{
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    position: relative;
}

.site-carousel-slide img{
    display: block;
    width: calc(100% - 168px);
    max-width: 100%;
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    border-radius: var(--site-image-radius, 6px);

}

.site-carousel-slide figcaption{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 22px;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.68));
    color: #fff;
    font-size: 16px;
    line-height: 1.45;
}

.site-carousel-arrow{
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    color: #11365c;
    font-size: 34px;
    line-height: 1;
    transform: translateY(-50%);
    box-shadow: 0 8px 24px rgba(17,54,92,.22);
}

.site-carousel-controls{
    display: block;
}

.site-carousel-prev{
    left: 14px;
}

.site-carousel-next{
    right: 14px;
}

.site-carousel-dots{
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-top: 8px;
    margin-bottom: 14px;
}

.site-carousel-dot{
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #cbd6e2;
    transition: background .25s ease, transform .25s ease;
}

.site-carousel-dot.is-active{
    background: #ff5274;
    transform: scale(1.35);
}

@media screen and (max-width: 640px){
    .site-section-has-carousel{
        padding-top: 10px !important;
        padding-bottom: 0 !important;
        margin-bottom: 48px !important;
    }

    .site-carousel-block{
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        grid-template-areas:
            "viewport viewport viewport"
            "controls controls controls";
        align-items: center;
        gap: 12px 10px;
        width: 100%;
        max-width: 100%;
    }

    .site-carousel-viewport{
        grid-area: viewport;
        min-height: 0;
        width: 100%;
    }

    .site-carousel-slide img{
        width: 100%;
        height: auto;
        min-height: 0;
        margin-left: auto;
        margin-right: auto;
        border-radius: var(--site-image-radius, 6px);
    }

    .site-carousel-slide figcaption{
        padding: 14px 16px;
        font-size: 14px;
    }

    .site-carousel-arrow{
        position: static;
        top: auto;
        bottom: auto;
        width: 42px;
        height: 42px;
        font-size: 28px;
        transform: none;
        box-shadow: 0 8px 18px rgba(17,54,92,.16);
    }

    .site-carousel-controls{
        grid-area: controls;
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        align-items: center;
        width: 100%;
        gap: 10px;
    }

    .site-carousel-prev{
        justify-self: start;
        left: auto;
    }

    .site-carousel-next{
        justify-self: end;
        right: auto;
    }

    .site-carousel-dots{
        align-items: center;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 640px){
    .site-dynamic-section .site-section-title h2{
        font-size: var(--site-heading-mobile-font-size, 29px);
    }
}

.site-dynamic-section[style*="--site-section-local-color"] .site-section-title h2,
.site-dynamic-section[style*="--site-section-local-color"] .site-section-title p,
.site-dynamic-section[style*="--site-section-local-color"] .site-element h4,
.site-dynamic-section[style*="--site-section-local-color"] .site-copy,
.site-dynamic-section[style*="--site-section-local-color"] .site-section-legacy-text{
    color: var(--site-section-local-color);
}

.btn.btn-fill:hover,
.btn.btn-fill:focus,
.site-dynamic-section .btn.btn-fill:hover,
.site-dynamic-section .btn.btn-fill:focus,
.mobile-sticky-cta .cta-primary:hover,
.mobile-sticky-cta .cta-primary:focus{
    background-color: #D7405D;
    border-color: #D7405D;
    color: #ffffff;
}

@media screen and (max-width: 991px){
    .site-section-image-full{
        max-width: var(--site-image-mobile-width, 100%) !important;
    }
    .site-dynamic-section .container{
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
    }
}

/* Korekty: mobile tekst nad zdjeciem oraz oryginalny drugi przycisk */
.site-secondary-btn,
.site-dynamic-section .site-secondary-btn,
.mobile-sticky-cta .cta-secondary,
.btn.btn-accent.site-secondary-btn{
    color: #FF5274 !important;
    border-color: #FF5274 !important;
    background: transparent !important;
}
.site-secondary-btn:hover,
.site-secondary-btn:focus,
.site-dynamic-section .site-secondary-btn:hover,
.site-dynamic-section .site-secondary-btn:focus,
.mobile-sticky-cta .cta-secondary:hover,
.mobile-sticky-cta .cta-secondary:focus{
    color: #ffffff !important;
    border-color: #FF5274 !important;
    background: #FF5274 !important;
}

@media screen and (max-width: 991px){
    .site-dynamic-section .site-mobile-text-first{
        display: flex !important;
        flex-direction: column !important;
    }
    .site-dynamic-section .site-mobile-text-first .site-split-copy{
        float: none !important;
        width: 100% !important;
        order: 1 !important;
    }
    .site-dynamic-section .site-mobile-text-first .site-split-media{
        float: none !important;
        width: 100% !important;
        order: 2 !important;
        margin-top: 26px !important;
    }
}


@media screen and (max-width: 900px){
    .site-gallery-block .box-container.four-cols .box{
        width: 49% !important;
    }
}

.site-tickets-module{
    position: relative;
    overflow: hidden;
}

.site-tickets-module .site-ticket-row{
    display: flex;
    align-items: center;
}

.site-tickets-module .site-ticket-copy{
    color: inherit;
}

.site-tickets-module .site-ticket-copy p:last-child{
    margin-bottom: 0;
}

.site-tickets-module .site-section-image{
    margin-bottom: 0;
}

.site-tickets-module .site-section-image img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.site-ticket-action{
    display: flex;
    justify-content: flex-start;
    margin-top: 28px;
}

.site-ticket-sale-notice{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 28px;
    padding: 14px 18px;
    border-left: 4px solid #ff5274;
    background: rgba(255, 255, 255, .86);
    color: #11365c;
    box-shadow: 0 10px 24px rgba(17, 54, 92, .08);
    font-weight: 700;
    line-height: 1.35;
}

.site-ticket-sale-notice strong{
    color: #ff5274;
}

.site-ticket-reservation-btn,
.site-dynamic-section .site-ticket-reservation-btn{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    min-width: 240px;
    min-height: 62px;
    padding: 15px 24px;
    overflow: hidden;
    border: 1px solid #dbe4ea;
    border-left: 4px solid #ff5274;
    border-radius: 6px;
    background: #ffffff;
    color: #11365c;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(17,54,92,.12);
    transition: background .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.site-ticket-reservation-btn::after,
.site-dynamic-section .site-ticket-reservation-btn::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #11365c;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .22s ease;
}

.site-ticket-reservation-btn:hover,
.site-ticket-reservation-btn:focus,
.site-dynamic-section .site-ticket-reservation-btn:hover,
.site-dynamic-section .site-ticket-reservation-btn:focus{
    background: #ff5274;
    border-color: #ff5274;
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(255,82,116,.24);
    transform: translateY(-3px);
}

.site-ticket-reservation-btn:hover::after,
.site-ticket-reservation-btn:focus::after,
.site-dynamic-section .site-ticket-reservation-btn:hover::after,
.site-dynamic-section .site-ticket-reservation-btn:focus::after{
    transform: scaleX(1);
}

@media screen and (max-width: 991px){
    .site-tickets-module .site-ticket-row{
        display: flex !important;
        flex-direction: column !important;
    }

    .site-tickets-module .site-split-copy,
    .site-tickets-module .site-split-media{
        width: 100% !important;
        float: none !important;
    }

    .site-tickets-module .site-split-media{
        margin-top: 26px;
    }

    .site-tickets-module .site-mobile-text-first .site-split-copy{
        order: 1 !important;
    }

    .site-tickets-module .site-mobile-text-first .site-split-media{
        order: 2 !important;
    }

    .site-ticket-action{
        margin-top: 24px;
    }

    .site-ticket-sale-notice{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 24px;
        box-sizing: border-box;
    }

    .site-ticket-reservation-btn,
    .site-dynamic-section .site-ticket-reservation-btn{
        width: 100%;
        max-width: 320px;
        min-width: 0;
    }
}
