/* ═══════════════════════════════════════════════════
   /communities/ - regional section blocks
   ═══════════════════════════════════════════════════ */

.mcr-region-section {
  width: 100%;
}
.mcr-region-section__head {
  max-width: var(--container-tight);
  margin: 0 auto;
  padding: 80px 32px 40px;
  text-align: left;
}
.mcr-region-section__eyebrow {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mcr-muted-text);
  margin: 0 0 18px;
}
.mcr-region-section__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.005em;
  color: var(--mcr-black);
  margin: 0 0 16px;
}
.mcr-region-section__subhead {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 15px;
  color: var(--mcr-mid-text);
  margin: 0;
  max-width: 70ch;
  letter-spacing: 0.01em;
}
.mcr-region-section__grid {
  max-width: var(--container-tight);
  margin: 0 auto;
  padding: 0 32px 96px;
}

/* Chip filter - active state visual hierarchy */
.mcr-chip {
  cursor: pointer;
}
.mcr-chip[aria-selected="true"],
.mcr-chip--active {
  background: var(--mcr-black);
  color: #fff;
  border-color: var(--mcr-black);
}

/* When JS hides a section header on county-filter, smooth-down spacing */
.mcr-region-section .mcr-region-section__head[style*="none"] + .mcr-region-section__grid,
.mcr-region-section__head[style*="display: none"] + .mcr-region-section__grid {
  padding-top: 16px;
}
