/* English-only spacing fixes for the shared homepage layout. */
.home-theme-brand,
.home-theme-slide-copy {
    font-family: Georgia, "Times New Roman", serif;
}

.home-theme-brand .hero-title {
    max-width: 1000px;
    font-size: clamp(2.4rem, 3.65vw, 3.7rem);
    letter-spacing: -.015em;
    line-height: 1.26;
}

.home-theme-brand .hero-title span {
    line-height: 1.26;
}

.home-theme-brand .hero-title small {
    line-height: 1.65;
}

.home-theme-slide-copy h2 {
    line-height: 1.36;
}

.home-realtor-copy h2 {
    line-height: 1.36;
}

.home-process-compact .process-card > div {
    min-width: 0;
}

.home-process-compact .process-card h3 {
    box-sizing: border-box;
    padding-right: 2.7rem;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .home-theme-brand .hero-title {
        font-size: clamp(1.75rem, 8vw, 2.15rem);
        line-height: 1.3;
    }

    .home-theme-brand .hero-title span {
        line-height: 1.3;
    }

    .home-theme-slide-copy h2 {
        font-size: 1.58rem;
        line-height: 1.38;
    }

    .home-realtor-copy h2 {
        line-height: 1.4;
    }
}
