/* ==========================================================================
   Fresh Makelaars – Theme 2 – Single neighborhood
   ========================================================================== */

/* ── Hero ─────────────────────────────────────────────────── */
#fresh-makelaars .neighborhood-hero {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 500px;
  overflow: hidden;
  background: var(--fm2-blue);
  margin-bottom: 40px;
}

#fresh-makelaars .neighborhood-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55);
}

#fresh-makelaars .neighborhood-hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px 30px;
}

#fresh-makelaars .neighborhood-hero-title {
  margin: 0;
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
}

/* ── No image fallback ────────────────────────────────────── */
#fresh-makelaars .neighborhood-page-title {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
  color: var(--fm2-text);
  margin: 0 0 24px;
}

/* ── Body text ────────────────────────────────────────────── */
#fresh-makelaars .neighborhood-text {
  max-width: 720px;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--fm2-text);
}

/* ── Houses section ───────────────────────────────────────── */
#fresh-makelaars .neighborhood-houses-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--fm2-text);
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--fm2-border);
}

#fresh-makelaars .neighborhood-houses {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0 0 48px;
}

#fresh-makelaars .neighborhood-no-houses {
  padding: 40px 24px;
  text-align: center;
  color: var(--fm2-text-muted);
  font-size: 15px;
  border: 1px dashed var(--fm2-border);
  border-radius: var(--fm2-radius);
}

/* ── View listings button ─────────────────────────────────── */
#fresh-makelaars .neighborhood-view-listings-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: var(--fm2-blue);
  border-radius: var(--fm2-radius);
  transition: opacity 200ms ease;
}

#fresh-makelaars .neighborhood-view-listings-btn:hover {
  opacity: 0.85;
}

#fresh-makelaars .neighborhood-view-listings-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ── SEO text ─────────────────────────────────────────────── */
#fresh-makelaars .neighborhood-seo-text {
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px 30px;
}

/* ── Also see ─────────────────────────────────────────────── */
#fresh-makelaars .neighborhood-also-see {
  padding: 48px 0;
  border-top: 1px solid var(--fm2-border);
}

#fresh-makelaars .neighborhood-also-see-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--fm2-text);
  margin: 0 0 24px;
}

#fresh-makelaars .neighborhood-also-see .neighborhoods {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
