/* V7.5.1 — fixed, configurable image frames. Original image files remain untouched. */
:root{
 --mre-v750-hero-h-desktop:350px;--mre-v750-hero-h-tablet:300px;--mre-v750-hero-h-mobile:235px;
 --mre-v750-single-h-desktop:430px;--mre-v750-single-h-tablet:340px;--mre-v750-single-h-mobile:255px;
 --mre-v750-main-h-desktop:250px;--mre-v750-main-h-tablet:225px;--mre-v750-main-h-mobile:210px;
 --mre-v750-branch-h-desktop:210px;--mre-v750-branch-h-tablet:195px;--mre-v750-branch-h-mobile:185px;
 --mre-v750-hero-fit:cover;--mre-v750-single-fit:cover;--mre-v750-card-fit:cover;
 --mre-v750-hero-pos-desktop:center center;--mre-v750-hero-pos-tablet:center center;--mre-v750-hero-pos-mobile:center center;
 --mre-v750-single-pos-desktop:center center;--mre-v750-single-pos-tablet:center center;--mre-v750-single-pos-mobile:center center;
 --mre-v750-card-pos-desktop:center center;--mre-v750-card-pos-tablet:center center;--mre-v750-card-pos-mobile:center center
}
/* Internal page hero/banner. */
.mre-page-hero,.mre-service-hero,.mre-service-item-hero{height:var(--mre-v750-hero-h-desktop)!important;min-height:var(--mre-v750-hero-h-desktop)!important;max-height:var(--mre-v750-hero-h-desktop)!important;overflow:hidden!important}
.mre-page-hero__media,.mre-page-hero__side,.mre-page-hero__media:before,.mre-page-hero__media:after{background-size:var(--mre-v750-hero-fit)!important;background-position:var(--mre-v750-hero-pos-desktop)!important;background-repeat:no-repeat!important}
.mre-page-hero img,.mre-service-hero img,.mre-service-item-hero img{width:100%!important;height:100%!important;object-fit:var(--mre-v750-hero-fit)!important;object-position:var(--mre-v750-hero-pos-desktop)!important}
/* Large image displayed inside the service page itself. */
.mre-service-single__image{display:block!important;width:100%!important;height:var(--mre-v750-single-h-desktop)!important;min-height:var(--mre-v750-single-h-desktop)!important;max-height:var(--mre-v750-single-h-desktop)!important;overflow:hidden!important;border-radius:inherit}
.mre-service-single__image img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:var(--mre-v750-single-fit)!important;object-position:var(--mre-v750-single-pos-desktop)!important}
/* Equal-height service grids and cards. */
.mre-services-archive-grid,.mre-services-grid,.mre-service-branch-grid,.mre-service-item-grid,.mre-service-choices{align-items:stretch!important;grid-auto-rows:1fr}
.mre-service-card,.mre-service-card--archive,.mre-service-branch-card,.mre-service-item-card,.mre-service-choice{height:100%!important;min-width:0;display:flex!important;flex-direction:column!important;overflow:hidden!important}
.mre-service-card--archive .mre-service-card__content,.mre-service-card__content,.mre-service-card__body,.mre-service-branch-card__body,.mre-service-item-card__body,.mre-service-choice__body{flex:1 1 auto!important;display:flex!important;flex-direction:column!important;min-height:0}
.mre-service-card__link,.mre-service-branch-card__body>.mre-service-card__link,.mre-service-item-card__cta{margin-top:auto!important}
.mre-service-item-card__link{height:100%!important;display:flex!important;flex-direction:column!important}
/* Main-service cards. Override historic aspect-ratio rules. */
.mre-service-card--archive .mre-service-card__image,.mre-service-card__image,.mre-service-choice--main .mre-service-choice__image{
 display:block!important;width:100%!important;height:var(--mre-v750-main-h-desktop)!important;min-height:var(--mre-v750-main-h-desktop)!important;max-height:var(--mre-v750-main-h-desktop)!important;flex:0 0 var(--mre-v750-main-h-desktop)!important;aspect-ratio:auto!important;overflow:hidden!important
}
/* Branch and detailed-service cards. */
.mre-service-item-card__image,.mre-service-choice:not(.mre-service-choice--main) .mre-service-choice__image,.mre-service-branch-card__image{
 display:block!important;width:100%!important;height:var(--mre-v750-branch-h-desktop)!important;min-height:var(--mre-v750-branch-h-desktop)!important;max-height:var(--mre-v750-branch-h-desktop)!important;flex:0 0 var(--mre-v750-branch-h-desktop)!important;aspect-ratio:auto!important;overflow:hidden!important
}
.mre-service-card__image img,.mre-service-item-card__image img,.mre-service-choice__image img,.mre-service-branch-card__image img{
 display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:var(--mre-v750-card-fit)!important;object-position:var(--mre-v750-card-pos-desktop)!important
}
@media(max-width:1024px){
 .mre-page-hero,.mre-service-hero,.mre-service-item-hero{height:var(--mre-v750-hero-h-tablet)!important;min-height:var(--mre-v750-hero-h-tablet)!important;max-height:var(--mre-v750-hero-h-tablet)!important}
 .mre-page-hero__media,.mre-page-hero__side,.mre-page-hero__media:before,.mre-page-hero__media:after{background-position:var(--mre-v750-hero-pos-tablet)!important}
 .mre-page-hero img,.mre-service-hero img,.mre-service-item-hero img{object-position:var(--mre-v750-hero-pos-tablet)!important}
 .mre-service-single__image{height:var(--mre-v750-single-h-tablet)!important;min-height:var(--mre-v750-single-h-tablet)!important;max-height:var(--mre-v750-single-h-tablet)!important}
 .mre-service-single__image img{object-position:var(--mre-v750-single-pos-tablet)!important}
 .mre-service-card--archive .mre-service-card__image,.mre-service-card__image,.mre-service-choice--main .mre-service-choice__image{height:var(--mre-v750-main-h-tablet)!important;min-height:var(--mre-v750-main-h-tablet)!important;max-height:var(--mre-v750-main-h-tablet)!important;flex-basis:var(--mre-v750-main-h-tablet)!important}
 .mre-service-item-card__image,.mre-service-choice:not(.mre-service-choice--main) .mre-service-choice__image,.mre-service-branch-card__image{height:var(--mre-v750-branch-h-tablet)!important;min-height:var(--mre-v750-branch-h-tablet)!important;max-height:var(--mre-v750-branch-h-tablet)!important;flex-basis:var(--mre-v750-branch-h-tablet)!important}
 .mre-service-card__image img,.mre-service-item-card__image img,.mre-service-choice__image img,.mre-service-branch-card__image img{object-position:var(--mre-v750-card-pos-tablet)!important}
}
@media(max-width:700px){
 .mre-page-hero,.mre-service-hero,.mre-service-item-hero{height:var(--mre-v750-hero-h-mobile)!important;min-height:var(--mre-v750-hero-h-mobile)!important;max-height:var(--mre-v750-hero-h-mobile)!important}
 .mre-page-hero__media,.mre-page-hero__side,.mre-page-hero__media:before,.mre-page-hero__media:after{background-position:var(--mre-v750-hero-pos-mobile)!important}
 .mre-page-hero img,.mre-service-hero img,.mre-service-item-hero img{object-position:var(--mre-v750-hero-pos-mobile)!important}
 .mre-service-single__image{height:var(--mre-v750-single-h-mobile)!important;min-height:var(--mre-v750-single-h-mobile)!important;max-height:var(--mre-v750-single-h-mobile)!important}
 .mre-service-single__image img{object-position:var(--mre-v750-single-pos-mobile)!important}
 .mre-service-card--archive .mre-service-card__image,.mre-service-card__image,.mre-service-choice--main .mre-service-choice__image{height:var(--mre-v750-main-h-mobile)!important;min-height:var(--mre-v750-main-h-mobile)!important;max-height:var(--mre-v750-main-h-mobile)!important;flex-basis:var(--mre-v750-main-h-mobile)!important}
 .mre-service-item-card__image,.mre-service-choice:not(.mre-service-choice--main) .mre-service-choice__image,.mre-service-branch-card__image{height:var(--mre-v750-branch-h-mobile)!important;min-height:var(--mre-v750-branch-h-mobile)!important;max-height:var(--mre-v750-branch-h-mobile)!important;flex-basis:var(--mre-v750-branch-h-mobile)!important}
 .mre-service-card__image img,.mre-service-item-card__image img,.mre-service-choice__image img,.mre-service-branch-card__image img{object-position:var(--mre-v750-card-pos-mobile)!important}
}
