/* High Desert Scan & Locate 8.2.1
 * Micro release: force corrected section-heading scale and scheduling-card contrast.
 */

/* These are the actual section headings. Keep the approved hero H1 untouched. */
.home .services-section .section-heading h2,
.home .borderland-section h2,
.home .homeowners-section h2,
.home .deliverables-section h2,
.home .schedule-band h2,
.home .ground-truth-feature h2,
.home .contact-section h2 {
    font-size: clamp(3rem, 12vw, 4rem) !important;
    font-weight: 900 !important;
    line-height: 1.02 !important;
    letter-spacing: -.04em !important;
}

/* Do not allow the white text from the dark scheduling band to cascade into
   the white Next day / Same day cards. */
.home .schedule-band .schedule-options article,
.home .schedule-band .schedule-options article div {
    color: #222b33 !important;
}

.home .schedule-band .schedule-options article h3 {
    color: #082846 !important;
}

.home .schedule-band .schedule-options article p,
.home .schedule-band .schedule-options article p:last-child {
    color: #52616e !important;
    opacity: 1 !important;
}

@media (min-width: 720px) {
    .home .services-section .section-heading h2,
    .home .borderland-section h2,
    .home .homeowners-section h2,
    .home .deliverables-section h2,
    .home .schedule-band h2,
    .home .ground-truth-feature h2,
    .home .contact-section h2 {
        font-size: clamp(3.6rem, 8vw, 4.5rem) !important;
    }
}

@media (min-width: 980px) {
    .home .services-section .section-heading h2,
    .home .borderland-section h2,
    .home .homeowners-section h2,
    .home .deliverables-section h2,
    .home .schedule-band h2,
    .home .ground-truth-feature h2,
    .home .contact-section h2 {
        font-size: 4.75rem !important;
    }
}
