/* ============================================================
   BLOCK: location-neighbourhoods
   All selectors scoped under .location-neighbourhoods-block
   ============================================================ */

.location-neighbourhoods-block .l-nbh-title {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #fff;
    margin-bottom: 12px;
}
.location-neighbourhoods-block.sec.md {
    background:#242424;
    padding: 80px 0;
}
.location-neighbourhoods-block .l-nbh-title span {
    color: var(--copper);
}

.location-neighbourhoods-block .l-nbh-desc {
    color: var(--steel);
    max-width: 560px;
    font-size: .97rem;
    margin-bottom: 0;
}

.location-neighbourhoods-block .hood-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 32px;
}

.location-neighbourhoods-block .hood {
    background: rgba(198, 140, 63, .1);
    border: 1px solid rgba(198, 140, 63, .25);
    border-radius: 2px;
    padding: 8px 16px;
    font-family: 'Inter', sans-serif;
    font-size: .85rem;
    color: var(--copper-lt);
}
