/* =========================================
   DRAMALAND — STRONA GŁÓWNA: UKŁAD SEKCJI
========================================= */

.dl-home-top-titles,
.dl-home-moods {
    position: relative;
    z-index: 1;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    transform: none;
}

.dl-home-top-titles {
    padding-bottom: 54px;
}

.dl-home-moods {
    padding-top: 54px;
    padding-bottom: 72px;
}

.dl-home-top-titles + .dl-home-moods {
    margin-top: 0;
}

.dl-home-moods .dl-container,
.dl-home-top-titles .dl-container {
    position: relative;
    z-index: 2;
}

.dl-home-moods-grid {
    position: relative;
    z-index: 2;
    height: auto;
    min-height: 0;
}

.dl-home-mood-card {
    position: relative;
    height: auto;
    min-height: 0;
}

@media (max-width: 760px) {
    .dl-home-top-titles {
        padding-bottom: 34px;
    }

    .dl-home-moods {
        padding-top: 34px;
        padding-bottom: 52px;
    }

    .dl-home-moods-header {
        margin-bottom: 20px;
    }

    .dl-home-moods-header h2 {
        margin-top: 7px;
        font-size: clamp(30px, 10vw, 42px);
        line-height: 1.05;
    }

    .dl-home-moods-grid {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 12px;
    }

    .dl-home-mood-card {
        width: 100%;
        box-sizing: border-box;
    }
}
