/* Bridal-registry / Hochzeitsliste archive pages.
   Targeted via the `hl-registry-archive` body class (added in functions.php by
   slug), so there are no hardcoded page IDs. The front-page hero is unaffected. */

/* Client request: hero slider 587px tall on desktop (front page stays 100vh). */
.hl-registry-archive .home_slider .swiper-slide {
    height: 587px !important;
}

.hl-registry-archive .home_slider{
    margin-top: 20px;
}

/* Mobile: a bit shorter than the desktop banner. */
@media (max-width: 767px) {
    .hl-registry-archive .home_slider .swiper-slide {
        height: 420px !important;
    }
}

/* Kill the black flash before the slide background-images finish loading:
   use the page background tone instead of #000 underneath the slides.
   (background-size:cover means the photo fully covers it once loaded.) */
.hl-registry-archive .home_slider {
    background-color: #F1EFED;
}
