/* ========================================
   Homepage — New Stories (Swiper section)
   ======================================== */

.hp-stories {
    padding: 48px 0;
}

.hp-stories__title {
    font-family: 'FbMetali', sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    color: var(--hp-text);
    text-align: center;
    margin-bottom: 32px;
}

/* Flexible card sizes; expand to fill available space */
.hp-stories__slider .swiper-slide {
    width: 268px;
    min-width: 268px;
    max-width: 378px;
    flex: 1 1 auto;
    height: auto;
}

/* Allow principle popups to overflow the swiper */
.hp-stories__slider.swiper {
    overflow: visible;
}

@media (min-width: 1300px) {
    .hp-stories__slider .swiper-wrapper {
        display: flex;
    }

    .hp-stories__slider .swiper-slide {
        width: auto;
        min-width: 0;
        max-width: none;
        flex: 1 1 0;
        height: auto;
    }
}

/* CTA below slider */
.hp-stories__cta {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
