/* --- KOLOROWE RYTMY - GALERIA PIOSENEK MOBILE --- */
/* Wyłącznie wygląd mobilny galerii. Bez zmian logiki, linków i odtwarzacza. */

@media (max-width: 900px) {
    .songs-gallery-hero {
        width: calc(100% - 24px) !important;
        min-height: 0 !important;
        margin: 0 auto 12px !important;
        padding: 28px 0 18px !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        text-align: center !important;
    }

    .songs-gallery-hero::before {
        inset: 10px -8px auto -8px !important;
        height: 100% !important;
        min-height: 430px !important;
        border-radius: 0 0 34px 34px !important;
    }

    .songs-gallery-hero .header-container {
        min-height: 230px !important;
        order: 1 !important;
        align-items: flex-end !important;
        padding-top: 24px !important;
    }

    .songs-gallery-logo img {
        width: min(230px, 58vw) !important;
        max-width: 100% !important;
    }

    .songs-gallery-hero .hero-content {
        order: 2 !important;
        max-width: 620px !important;
        margin: 0 auto !important;
        padding: 0 8px !important;
        justify-self: center !important;
        text-align: center !important;
    }

    .songs-gallery-hero .hero-content h1 {
        margin: 0 !important;
        text-align: center !important;
        font-size: clamp(34px, 9vw, 46px) !important;
        line-height: 1.08 !important;
        letter-spacing: -1px !important;
    }

    .songs-gallery-lead {
        max-width: 560px !important;
        margin: 18px auto 0 !important;
        text-align: center !important;
        font-size: clamp(16px, 4.2vw, 18px) !important;
        line-height: 1.5 !important;
    }

    .songs-gallery-lead span {
        margin-top: 12px !important;
    }

    .songs-gallery-list {
        margin-top: 28px !important;
        padding: 28px 18px 32px !important;
        border-radius: 28px !important;
    }

    .songs-gallery-list .video-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }

    .songs-gallery-list .video-wrapper {
        border-radius: 18px !important;
        aspect-ratio: 16 / 9 !important;
    }

    .songs-gallery-list .video-title-overlay {
        padding: 28px 10px 12px !important;
        font-size: 13px !important;
        line-height: 1.2 !important;
    }

    .video-modal {
        padding: 16px !important;
    }

    .video-modal iframe {
        width: 94vw !important;
        border-radius: 18px !important;
    }

    .video-modal-close {
        top: 18px !important;
        right: 22px !important;
        font-size: 44px !important;
    }
}

@media (max-width: 560px) {
    .songs-gallery-hero {
        width: calc(100% - 20px) !important;
        padding-top: 18px !important;
        margin-bottom: 8px !important;
    }

    .songs-gallery-hero::before {
        min-height: 390px !important;
        border-radius: 0 0 26px 26px !important;
    }

    .songs-gallery-hero .header-container {
        min-height: 190px !important;
        padding-top: 18px !important;
    }

    .songs-gallery-logo img {
        width: min(190px, 54vw) !important;
    }

    .songs-gallery-hero .hero-content h1 {
        font-size: clamp(31px, 9.4vw, 38px) !important;
    }

    .songs-gallery-lead {
        font-size: 15.5px !important;
    }

    .songs-gallery-list {
        padding: 24px 14px 28px !important;
    }

    .songs-gallery-list .video-gallery {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .songs-gallery-list .video-title-overlay {
        font-size: 13px !important;
    }
}

@media (max-width: 380px) {
    .songs-gallery-hero .hero-content h1 {
        font-size: 29px !important;
    }

    .songs-gallery-list .video-title-overlay {
        font-size: 12px !important;
    }
}
