.home-hero-lead {
    font-size: var(--text-lead);
    color: #d4d4d8;
    max-width: 36rem;
    line-height: 1.55;
}

.home-section-title {
    font-family: var(--font-serif);
    font-size: var(--text-section);
    font-weight: 600;
    color: #fafafa;
}

.home-featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
}

.home-map-wrap {
    position: relative;
}

.home-map-wrap svg {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.home-map-wrap path {
    cursor: pointer;
}

.home-cta-band {
    text-align: center;
    padding: 2.5rem 1.5rem;
}