/**
 * SEO & Core Web Vitals helpers — CLS-safe image/layout reserves
 */

.hm-brand__logo-img {
    width: auto;
    min-height: 62px;
}

.hm-footer__brand-col img {
    width: 148px;
    max-width: 148px;
    min-height: 40px;
    aspect-ratio: 148 / 40;
    object-fit: contain;
}

@media (min-width: 992px) {
    body.page-home .hm-hero__media .hv-hero__slider,
    body.page-home .hm-hero__media #jssor_1,
    body.page-home .hm-hero__media .hv-hero__slider [data-u="slides"] {
        min-height: clamp(360px, 52vw, 775px);
    }

    body.page-home .hm-hero__media .hv-hero__slider [data-u="slides"] img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-color: #0a1628;
    }
}

/* Mobile: never crop/zoom hero slides — Jssor scale handles fit */
@media (max-width: 991.98px) {
    body.page-home .hm-hero__media .hv-hero__slider [data-u="slides"] img {
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        object-fit: fill !important;
        object-position: center center !important;
        transform: none !important;
        animation: none !important;
        background-color: #0a1628;
    }
}

.hm-showcase__frame,
.hm-showcase__photos {
    contain: layout;
}

.hv-reviews-page__diary-link img {
    background-color: #fff;
}

.hv-gallery__card img,
.hm-showcase__photo img {
    background-color: rgba(10, 22, 40, 0.35);
}
