/* Service hero: the home-page first-screen system with page-bound media. */
.service-hero-scope header.service-page-hero {
    background-image:
        linear-gradient(90deg, rgb(13 25 22 / 90%) 0%, rgb(13 25 22 / 72%) 37%, rgb(13 25 22 / 24%) 72%, rgb(13 25 22 / 8%) 100%),
        var(--service-hero-image) !important;
    background-position: center;
    background-size: cover;
}

.service-hero-scope .hero_location {
    color: #f0c5a3;
}

.service-hero-scope .h1_blue a {
    display: inline;
    height: auto;
    color: inherit;
    text-decoration-color: #d08a5b;
    text-decoration-thickness: .08em;
    text-underline-offset: .12em;
}

@media (max-width: 1000px) {
    .service-hero-scope header.service-page-hero {
        background-image:
            linear-gradient(0deg, rgb(10 22 18 / 96%) 0%, rgb(10 22 18 / 63%) 62%, rgb(10 22 18 / 24%) 100%),
            var(--service-hero-mobile-image) !important;
        background-position: center;
    }
}
