.reach {
    padding: clamp(3rem, 5vw, 5rem) 0;
}

.reach__inner {
    text-align: center;
}

.reach__title {
    margin: 0 0 0.75rem;
    font-family: var(--ld-font-display);
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--ld-text);
}

.reach__subtitle {
    margin: 0 0 1.25rem;
    font-family: var(--ld-font-display);
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 800;
    line-height: 1.3;
    color: var(--ld-accent);
}

.reach__copy {
    max-width: 44rem;
    margin: 0 auto 2rem;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--ld-text);
}

.reach__map {
    width: min(100%, 64rem);
    margin-inline: auto;
}

@media (max-width: 767px) {
    .reach__inner {
        text-align: left;
    }

    .reach__copy {
        margin-inline: 0;
    }
}
