/* ════════════════════════════════════════════════════════════════════
   Nigeria MLS — Neighbourhood Template  v1.4.0
   Brand: #182e41 primary | #e8a020 accent | Inter / system-ui
   ════════════════════════════════════════════════════════════════════ */

:root {
  --nmls-primary:    #182e41;
  --nmls-primary-dk: #0f1f2d;
  --nmls-primary-lt: #243d54;
  --nmls-accent:     #e8a020;
  --nmls-cream:      #f5f5f0;
  --nmls-slate:      #f8fafc;
  --nmls-text:       #1a1a1a;
  --nmls-muted:      #64748b;
  --nmls-border:     #e2e8f0;
  --nmls-white:      #ffffff;
  --nmls-radius:     12px;
  --nmls-radius-lg:  16px;
  --nmls-shadow:     0 2px 16px rgba(0,0,0,.07);
  --nmls-shadow-md:  0 4px 24px rgba(0,0,0,.10);
  --nmls-shadow-lg:  0 20px 60px rgba(0,0,0,.15);
}

/* ── Reset / Base ─────────────────────────────────────────────────── */
.nmls-wrap *, .nmls-wrap *::before, .nmls-wrap *::after { box-sizing: border-box; margin: 0; }
.nmls-wrap { font-family: 'Inter', system-ui, sans-serif; color: var(--nmls-text); }
.nmls-wrap a { color: inherit; text-decoration: none; }
.nmls-wrap img { max-width: 100%; display: block; }
.nmls-container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* ── Typography helpers ───────────────────────────────────────────── */
.nmls-label {
  display: inline-block; text-transform: uppercase; letter-spacing: .12em;
  font-size: .68rem; font-weight: 700; color: var(--nmls-accent); margin-bottom: .6rem;
}
.nmls-label--light { color: rgba(255,255,255,.6); }
.nmls-section-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -.02em;
  color: var(--nmls-primary); margin: 0 0 1rem; line-height: 1.15;
}
.nmls-section-title--center { text-align: center; }
.nmls-section-intro { color: var(--nmls-muted); margin-bottom: 2rem; line-height: 1.7; font-size: .95rem; }
.nmls-empty { color: var(--nmls-muted); padding: 2rem 0; font-size: .9rem; }
.nmls-empty a { color: var(--nmls-primary); font-weight: 600; }

/* ── Sections ─────────────────────────────────────────────────────── */
.nmls-section { padding: 5rem 0; }
.nmls-section--alt { background: var(--nmls-slate); }
@media(max-width:640px) { .nmls-section { padding: 3rem 0; } }

/* ── Buttons ──────────────────────────────────────────────────────── */
.nmls-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .35rem;
  padding: .72rem 1.5rem; border-radius: 8px; font-weight: 600; font-size: .88rem;
  cursor: pointer; border: 2px solid transparent; transition: all .2s;
  text-decoration: none; white-space: nowrap; line-height: 1;
}
.nmls-btn:hover { transform: translateY(-1px); }
.nmls-btn--primary { background: var(--nmls-primary); color: #fff; }
.nmls-btn--primary:hover { background: var(--nmls-primary-dk); }
.nmls-btn--accent { background: var(--nmls-accent); color: var(--nmls-primary); }
.nmls-btn--accent:hover { background: #d4911a; }
.nmls-btn--outline { border-color: var(--nmls-primary); color: var(--nmls-primary); background: transparent; }
.nmls-btn--outline:hover { background: var(--nmls-primary); color: #fff; }
.nmls-btn--ghost { background: rgba(255,255,255,.15); color: #fff; border-color: rgba(255,255,255,.35); }
.nmls-btn--ghost:hover { background: rgba(255,255,255,.25); }
.nmls-btn--sm { padding: .48rem .95rem; font-size: .8rem; }
.nmls-btn--lg { padding: .95rem 2.5rem; font-size: .95rem; }
.nmls-btn--block { width: 100%; margin-top: .75rem; }
.nmls-btn--whatsapp { background: #25D366; color: #fff; border-color: transparent; }
.nmls-btn--whatsapp:hover { background: #1ebe5d; }

/* ── Misc helpers ─────────────────────────────────────────────────── */
.nmls-link-all { font-size: .88rem; font-weight: 700; color: var(--nmls-primary); white-space: nowrap; align-self: flex-start; }
.nmls-link-all:hover { text-decoration: underline; }

/* ── Material Symbols ─────────────────────────────────────────────── */
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24;
  vertical-align: middle; line-height: 1;
}


/* ══════════════════════════════════════════════════════════════════
   SINGLE NEIGHBOURHOOD
   ══════════════════════════════════════════════════════════════════ */

/* ── Hero — rounded card inside container ─────────────────────────── */
.nmls-hero-outer {
  max-width: 1200px; margin: 0 auto; padding: 1.25rem 1.5rem 0;
}
.nmls-hero {
  position: relative; min-height: 520px; display: flex; align-items: flex-end;
  border-radius: var(--nmls-radius-lg); overflow: hidden;
  background: var(--nmls-primary) var(--hero-bg) center/cover no-repeat;
  box-shadow: var(--nmls-shadow-lg);
}
.nmls-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(15,31,45,.92) 0%, rgba(0,0,0,0) 55%);
}
.nmls-hero__content {
  position: relative; z-index: 1; width: 100%; padding: 3rem 2.5rem;
}
.nmls-hero__loc {
  display: inline-flex; align-items: center; gap: .3rem;
  color: var(--nmls-accent); font-size: .75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em; margin-bottom: .75rem;
}
.nmls-hero__title {
  font-size: clamp(2.2rem, 5.5vw, 4rem); font-weight: 900; color: #fff;
  line-height: 1.05; letter-spacing: -.03em; margin-bottom: .75rem;
}
.nmls-hero__tagline {
  color: rgba(255,255,255,.85); font-size: 1.05rem; max-width: 560px; line-height: 1.5;
}
@media(max-width:640px) {
  .nmls-hero { min-height: 380px; }
  .nmls-hero__content { padding: 2rem 1.5rem; }
}

/* ── Breadcrumb ───────────────────────────────────────────────────── */
.nmls-breadcrumb {
  padding: .85rem 1.5rem; font-size: .78rem; color: var(--nmls-muted);
  border-bottom: 1px solid var(--nmls-border); background: var(--nmls-white);
}
.nmls-breadcrumb ol {
  list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: .3rem;
  align-items: center; max-width: 1200px; margin: 0 auto;
}
.nmls-breadcrumb a { color: var(--nmls-primary); font-weight: 500; }
.nmls-breadcrumb a:hover { text-decoration: underline; }
.nmls-breadcrumb span { color: var(--nmls-border); }

/* ── About + Vibe ─────────────────────────────────────────────────── */
.nmls-about__grid {
  display: grid; grid-template-columns: 1fr;
  gap: 3rem; align-items: start;
}
@media(min-width:900px) { .nmls-about__grid { grid-template-columns: 3fr 2fr; } }

.nmls-about__lead { font-size: 1.1rem; font-weight: 500; color: var(--nmls-muted); margin-bottom: 1.25rem; }
.nmls-about__body p { color: var(--nmls-muted); line-height: 1.85; margin-bottom: 1rem; font-size: .97rem; }

/* Vibe card — simple icon+label (no progress bars) */
.nmls-vibe-card {
  background: var(--nmls-slate); border: 1px solid var(--nmls-border);
  border-radius: var(--nmls-radius); padding: 1.75rem;
}
@media(min-width:900px) { .nmls-vibe-card { position: sticky; top: 2rem; } }
.nmls-vibe-card__title { font-size: 1rem; font-weight: 700; color: var(--nmls-primary); margin-bottom: 1.25rem; }
.nmls-vibe-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: .85rem; }
.nmls-vibe-item { display: flex; align-items: center; gap: .85rem; }
.nmls-vibe-item__icon { color: var(--nmls-primary); font-size: 1.3rem; flex-shrink: 0; }
.nmls-vibe-item__text { display: flex; flex-direction: column; }
.nmls-vibe-item__label { font-size: .9rem; font-weight: 600; color: var(--nmls-primary); }
.nmls-vibe-item__val { font-size: .78rem; color: var(--nmls-muted); }

/* ── History & Community ──────────────────────────────────────────── */
.nmls-history .nmls-section-title--center { margin-bottom: 2.5rem; }
.nmls-history__grid { display: grid; gap: 3rem; }
@media(min-width:900px) { .nmls-history__grid { grid-template-columns: 1fr 1fr; } }
.nmls-history__heading { font-size: 1.2rem; font-weight: 700; color: var(--nmls-primary); margin-bottom: 1rem; }
.nmls-history__col p { color: var(--nmls-muted); line-height: 1.85; margin-bottom: 1rem; font-size: .96rem; }

/* ── Key Features & Amenities — 4-col card grid ───────────────────── */
.nmls-features .nmls-label { display: block; text-align: center; }
.nmls-features .nmls-section-title { margin-bottom: 2.5rem; }
.nmls-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.25rem;
}
.nmls-feature-card {
  background: var(--nmls-white); border: 1px solid var(--nmls-border);
  border-radius: var(--nmls-radius); padding: 1.75rem 1.5rem;
  transition: box-shadow .2s, transform .2s;
}
.nmls-feature-card:hover { box-shadow: var(--nmls-shadow-md); transform: translateY(-2px); }
.nmls-feature-card__icon {
  font-size: 2.2rem; color: var(--nmls-primary);
  display: block; margin-bottom: .85rem;
}
.nmls-feature-card__title { font-size: 1rem; font-weight: 700; color: var(--nmls-primary); margin-bottom: .5rem; }
.nmls-feature-card__desc { font-size: .82rem; color: var(--nmls-muted); line-height: 1.65; }

/* ── Points of Interest — compact 6-col grid ─────────────────────── */
.nmls-poi .nmls-label { display: block; text-align: center; }
.nmls-poi .nmls-section-title { margin-bottom: 1.75rem; }
.nmls-poi-outer {
  background: var(--nmls-cream); border-radius: var(--nmls-radius-lg);
  padding: 2.5rem 2rem;
}
.nmls-poi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 1rem;
}
.nmls-poi-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  background: var(--nmls-white); border-radius: 10px;
  padding: 1.25rem .75rem; gap: .6rem;
  box-shadow: var(--nmls-shadow); transition: box-shadow .2s, transform .2s;
}
.nmls-poi-card:hover { box-shadow: var(--nmls-shadow-md); transform: translateY(-2px); }
.nmls-poi-card__icon { font-size: 1.8rem; color: var(--nmls-primary); }
.nmls-poi-card__name { font-size: .78rem; font-weight: 700; color: var(--nmls-primary); line-height: 1.3; }
.nmls-poi__loading { display: flex; align-items: center; gap: .5rem; color: var(--nmls-muted); font-size: .9rem; padding: 1rem 0; }
.nmls-poi__none { color: var(--nmls-muted); font-size: .88rem; text-align: center; padding: 1.5rem 0; }
@keyframes nmls-spin { to { transform: rotate(360deg); } }
.nmls-spin { display: inline-block; animation: nmls-spin .8s linear infinite; }

/* ── Map ──────────────────────────────────────────────────────────── */
.nmls-map-section .nmls-section-title { margin-bottom: 1.25rem; }
.nmls-map-wrap { position: relative; border-radius: var(--nmls-radius-lg); overflow: hidden; box-shadow: var(--nmls-shadow-md); }
.nmls-map-canvas {
  width: 100%; height: 460px; display: block; background: var(--nmls-border);
}
.nmls-map-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}
.nmls-map-overlay__card {
  pointer-events: all; background: rgba(255,255,255,.96);
  border-radius: var(--nmls-radius); padding: 2rem;
  max-width: 320px; width: 90%; box-shadow: var(--nmls-shadow-lg);
  text-align: center; border: 1px solid var(--nmls-border);
}
.nmls-map-overlay__icon { font-size: 2.75rem; color: var(--nmls-primary); display: block; margin-bottom: .5rem; }
.nmls-map-overlay__title { font-size: 1.15rem; font-weight: 700; color: var(--nmls-primary); margin-bottom: .5rem; }
.nmls-map-overlay__desc { font-size: .82rem; color: var(--nmls-muted); line-height: 1.65; margin-bottom: 1.25rem; }
@media(max-width:640px) { .nmls-map-canvas { height: 300px; } }

/* ── Agents ───────────────────────────────────────────────────────── */
.nmls-agents__head {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 1.5rem; margin-bottom: 2.5rem; flex-wrap: wrap;
}
.nmls-agents__head .nmls-section-title { margin-bottom: .35rem; }
.nmls-agents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 1.25rem;
}
/* Horizontal Stitch-style card: photo left, body right */
.nmls-agent-card {
  background: var(--nmls-white); border: 1px solid var(--nmls-border);
  border-radius: var(--nmls-radius); padding: 1.5rem;
  display: flex; flex-direction: row; align-items: flex-start; gap: 1.25rem;
  transition: box-shadow .2s, transform .2s;
}
.nmls-agent-card:hover { box-shadow: var(--nmls-shadow-md); transform: translateY(-2px); }

/* Photo column */
.nmls-agent-card__photo-wrap { position: relative; display: inline-block; flex-shrink: 0; }
.nmls-agent-card__photo {
  width: 88px; height: 88px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--nmls-border); display: block;
}
.nmls-agent-card__cert {
  position: absolute; bottom: 2px; left: 50%; transform: translateX(-50%);
  background: var(--nmls-primary); color: #fff;
  font-size: .55rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  padding: .12rem .45rem; border-radius: 20px; white-space: nowrap;
  border: 1.5px solid #fff;
}

/* Body column */
.nmls-agent-card__body { flex: 1; display: flex; flex-direction: column; gap: .35rem; min-width: 0; }
.nmls-agent-card__header { display: flex; justify-content: space-between; align-items: flex-start; gap: .5rem; }
.nmls-agent-card__name { font-size: 1rem; font-weight: 700; color: var(--nmls-primary); }
.nmls-agent-card__stars { font-size: .82rem; font-weight: 700; color: var(--nmls-accent); white-space: nowrap; }
.nmls-agent-card__agency { font-size: .78rem; color: var(--nmls-muted); }
.nmls-agent-card__meta { font-size: .76rem; color: var(--nmls-muted); }
.nmls-agent-card__social { display: flex; gap: .5rem; }
.nmls-agent-card__social-link {
  display: flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--nmls-slate); color: var(--nmls-primary);
  border: 1px solid var(--nmls-border); transition: background .2s, color .2s;
}
.nmls-agent-card__social-link:hover { background: var(--nmls-primary); color: #fff; border-color: var(--nmls-primary); }
.nmls-agent-card__actions { display: flex; gap: .5rem; flex-wrap: wrap; width: 100%; margin-top: .35rem; }
.nmls-agent-card__actions .nmls-btn { flex: 1; min-width: 90px; }

/* ── Property Showcase ────────────────────────────────────────────── */
.nmls-props__head {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 1.5rem; margin-bottom: 2.5rem; flex-wrap: wrap;
}
.nmls-props__head .nmls-section-title { margin-bottom: .35rem; }
.nmls-prop-filter-select {
  background: var(--nmls-white); border: 1px solid var(--nmls-border);
  border-radius: 8px; font-size: .85rem; padding: .55rem 1rem;
  color: var(--nmls-text); outline: none; cursor: pointer;
  transition: border-color .2s;
}
.nmls-prop-filter-select:focus { border-color: var(--nmls-primary); }

/* Tabs */
.nmls-tabs {
  display: flex; gap: 0; flex-wrap: wrap;
  border-bottom: 2px solid var(--nmls-border);
  margin-bottom: 2rem;
}
.nmls-tab {
  background: none; border: none; cursor: pointer;
  padding: .75rem 1.35rem; font-size: .87rem; font-weight: 600;
  color: var(--nmls-muted); border-bottom: 2px solid transparent;
  margin-bottom: -2px; transition: color .2s, border-color .2s, background .15s;
  border-radius: 6px 6px 0 0;
}
.nmls-tab:hover { color: var(--nmls-primary); background: var(--nmls-slate); }
.nmls-tab.is-active { color: var(--nmls-primary); border-bottom-color: var(--nmls-primary); background: none; }
.nmls-tab-panel { display: none; }
.nmls-tab-panel.is-active { display: block; }
@media(max-width:640px) { .nmls-tab { padding: .6rem .85rem; font-size: .8rem; } }

/* Sub-sections */
.nmls-prop-sub { margin-bottom: 4rem; }
.nmls-prop-sub__title {
  display: flex; align-items: center; gap: .75rem;
  font-size: 1.1rem; font-weight: 700; color: var(--nmls-primary);
  margin-bottom: 1.5rem;
}
.nmls-prop-sub__bar {
  display: inline-block; width: 28px; height: 4px;
  background: var(--nmls-primary); border-radius: 2px; flex-shrink: 0;
}

/* Property cards */
.nmls-prop-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem;
}
.nmls-prop-card {
  border-radius: var(--nmls-radius); overflow: hidden; background: var(--nmls-white);
  border: 1px solid var(--nmls-border); transition: box-shadow .2s, transform .2s;
}
.nmls-prop-card:hover { box-shadow: var(--nmls-shadow-md); transform: translateY(-2px); }
.nmls-prop-card__img-wrap { position: relative; display: block; height: 220px; overflow: hidden; }
.nmls-prop-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.nmls-prop-card:hover .nmls-prop-card__img { transform: scale(1.05); }
.nmls-prop-card__img-placeholder {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--nmls-primary), var(--nmls-primary-dk));
}
.nmls-prop-card__img-placeholder .material-symbols-outlined { font-size: 2.5rem; color: rgba(255,255,255,.2); }
.nmls-prop-card__body { padding: 1.25rem; }
.nmls-prop-card__price { font-size: 1.2rem; font-weight: 800; color: var(--nmls-primary); margin-bottom: .3rem; }
.nmls-price-unit { font-size: .72rem; font-weight: 400; color: var(--nmls-muted); }
.nmls-prop-card__title { font-size: .92rem; font-weight: 700; line-height: 1.35; margin-bottom: .5rem; }
.nmls-prop-card__title a:hover { color: var(--nmls-primary); }
.nmls-prop-card__excerpt { font-size: .8rem; color: var(--nmls-muted); line-height: 1.55; margin-bottom: .5rem; }
.nmls-prop-card__meta { display: flex; gap: .85rem; font-size: .78rem; color: var(--nmls-muted); margin-bottom: .75rem; flex-wrap: wrap; }
.nmls-prop-card__meta span { display: flex; align-items: center; gap: .2rem; }
.nmls-prop-card__detail { font-size: .8rem; color: var(--nmls-muted); margin-bottom: .25rem; }
/* Text-only rental card */
.nmls-prop-card--text { border-radius: var(--nmls-radius); }
.nmls-prop-card--text .nmls-prop-card__body { padding: 1.5rem; }

/* Badges */
.nmls-badge {
  position: absolute; top: .65rem; left: .65rem;
  padding: .22rem .6rem; border-radius: 6px;
  font-size: .68rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .05em; color: #fff;
}
.nmls-badge--new      { background: var(--nmls-primary); }
.nmls-badge--sale     { background: var(--nmls-primary); }
.nmls-badge--rent     { background: #1e5fa8; }
.nmls-badge--shortlet { background: #6d28d9; }

/* Explore all CTA */
.nmls-props__explore { text-align: center; margin-top: .5rem; padding-top: 1.5rem; border-top: 1px solid var(--nmls-border); }

/* ── Investment Insights — dark split ─────────────────────────────── */
.nmls-invest { background: var(--nmls-primary); }
.nmls-invest .nmls-container { padding-top: 5rem; padding-bottom: 5rem; }
.nmls-invest__split {
  display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: start;
}
@media(min-width:900px) { .nmls-invest__split { grid-template-columns: 3fr 2fr; } }

/* Left side */
.nmls-invest__title {
  font-size: clamp(1.6rem, 3vw, 2.5rem); font-weight: 800; color: #fff;
  margin-bottom: 1rem; letter-spacing: -.02em;
}
.nmls-invest__text { color: rgba(255,255,255,.75); line-height: 1.8; margin-bottom: 2rem; font-size: .97rem; }
.nmls-invest__metrics { display: flex; gap: 1.25rem; flex-wrap: wrap; margin-bottom: 2rem; }
.nmls-invest__metric {
  background: rgba(255,255,255,.1); border-radius: 10px; padding: 1.25rem;
  min-width: 120px; flex: 1;
}
.nmls-invest__metric-val { display: block; font-size: 1.6rem; font-weight: 800; color: #fff; margin-bottom: .2rem; }
.nmls-invest__metric-label { font-size: .72rem; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .06em; }

/* Price table (inside invest) */
.nmls-price-table { width: 100%; border-collapse: collapse; border-radius: 10px; overflow: hidden; background: rgba(255,255,255,.08); }
.nmls-price-table th { background: rgba(255,255,255,.15); color: rgba(255,255,255,.9); padding: .7rem 1rem; text-align: left; font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; }
.nmls-price-table td { padding: .65rem 1rem; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .83rem; color: rgba(255,255,255,.8); }
.nmls-price-table tr:last-child td { border-bottom: none; }

/* Right side — market report card */
.nmls-invest__report-card {
  background: var(--nmls-white); border-radius: var(--nmls-radius);
  padding: 2rem; box-shadow: var(--nmls-shadow-lg);
}
.nmls-invest__report-title { font-size: 1.2rem; font-weight: 800; color: var(--nmls-primary); margin-bottom: .75rem; }
.nmls-invest__report-desc { font-size: .85rem; color: var(--nmls-muted); line-height: 1.65; margin-bottom: 1.5rem; }
.nmls-invest__form { display: flex; flex-direction: column; gap: .75rem; }
.nmls-invest__form-input {
  width: 100%; padding: .8rem 1rem; border: 1px solid var(--nmls-border);
  border-radius: 8px; font-size: .88rem; outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.nmls-invest__form-input:focus { border-color: var(--nmls-primary); box-shadow: 0 0 0 3px rgba(24,46,65,.08); }

/* ── Narrative — staggered insight cards ──────────────────────────── */
.nmls-narrative .nmls-section-title { margin-bottom: 3rem; }
.nmls-narrative__stack {
  display: flex; flex-direction: column; gap: 1.75rem; max-width: 860px; margin: 0 auto;
}
.nmls-narrative__card {
  background: var(--nmls-white); border-radius: var(--nmls-radius);
  padding: 2rem; box-shadow: var(--nmls-shadow); width: 75%;
}
.nmls-narrative__card--left  { align-self: flex-start; border-left: 4px solid var(--nmls-primary); }
.nmls-narrative__card--center { align-self: center; box-shadow: var(--nmls-shadow-md); border: 1px solid var(--nmls-border); }
.nmls-narrative__card--right { align-self: flex-end; border-right: 4px solid var(--nmls-primary); background: var(--nmls-slate); }
.nmls-narrative__card-title { font-size: 1.1rem; font-weight: 700; color: var(--nmls-primary); margin-bottom: .85rem; }
.nmls-narrative__card-body { color: var(--nmls-muted); line-height: 1.8; font-size: .92rem; }
@media(max-width:640px) {
  .nmls-narrative__card { width: 100%; }
  .nmls-narrative__card--center { align-self: stretch; }
}

/* ── FAQ ──────────────────────────────────────────────────────────── */
.nmls-faq__inner { max-width: 780px; }
.nmls-faq__inner .nmls-label { display: block; text-align: center; }
.nmls-faq__inner .nmls-section-title { margin-bottom: 2rem; }
.nmls-faq-list { margin-top: 1rem; }
.nmls-faq-item {
  background: var(--nmls-white); border: 1px solid var(--nmls-border);
  border-radius: 10px; margin-bottom: .6rem; overflow: hidden;
}
.nmls-faq-question {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; padding: 1.1rem 1.35rem; background: var(--nmls-white); border: none;
  cursor: pointer; text-align: left; font-weight: 600; font-size: .92rem;
  color: var(--nmls-primary); transition: background .2s;
}
.nmls-faq-question:hover,
.nmls-faq-item.is-open .nmls-faq-question { background: var(--nmls-slate); }
.nmls-faq-chevron { transition: transform .3s; flex-shrink: 0; }
.nmls-faq-item.is-open .nmls-faq-chevron { transform: rotate(180deg); }
.nmls-faq-answer { max-height: 0; overflow: hidden; transition: max-height .32s ease; }
.nmls-faq-answer.is-open { max-height: 600px; }
.nmls-faq-answer p { padding: 0 1.35rem 1.35rem; color: var(--nmls-muted); line-height: 1.85; font-size: .88rem; }


/* ══════════════════════════════════════════════════════════════════
   ARCHIVE — /neighbourhood/
   ══════════════════════════════════════════════════════════════════ */

/* Archive Hero */
.nmls-archive-hero {
  position: relative; background: var(--nmls-primary); padding: 5rem 0 4rem; overflow: hidden;
}
.nmls-archive-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(232,160,32,.08) 0%, transparent 70%);
}
.nmls-archive-hero__overlay { display: none; }
.nmls-archive-hero__content { position: relative; z-index: 1; }
.nmls-archive-hero__title { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 800; color: #fff; margin: .5rem 0 1rem; line-height: 1.15; }
.nmls-archive-hero__sub { color: rgba(255,255,255,.72); font-size: 1.05rem; max-width: 600px; line-height: 1.7; margin-bottom: 2rem; }
.nmls-archive-search {
  display: flex; align-items: center; gap: .75rem;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px; padding: .75rem 1.25rem; max-width: 480px; backdrop-filter: blur(4px);
}
.nmls-archive-search .material-symbols-outlined { color: rgba(255,255,255,.6); }
.nmls-archive-search input { background: none; border: none; outline: none; color: #fff; font-size: .95rem; flex: 1; }
.nmls-archive-search input::placeholder { color: rgba(255,255,255,.5); }

/* Stats bar */
.nmls-archive-stats { background: var(--nmls-primary-dk); padding: 1.25rem 0; }
.nmls-archive-stats__inner { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; }
.nmls-archive-stat { text-align: center; }
.nmls-archive-stat strong { display: block; font-size: 1.4rem; font-weight: 800; color: #fff; }
.nmls-archive-stat span { font-size: .72rem; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .07em; }

/* States Grid */
.nmls-states-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; margin-top: .5rem; }
.nmls-state-card { border: 1px solid var(--nmls-border); border-radius: var(--nmls-radius); background: #fff; cursor: pointer; transition: box-shadow .2s, transform .2s; overflow: hidden; }
.nmls-state-card:hover { box-shadow: var(--nmls-shadow); transform: translateY(-2px); }
.nmls-state-card.is-featured { border-color: var(--nmls-primary); box-shadow: 0 0 0 2px var(--nmls-primary); }
.nmls-state-card.is-coming-soon { opacity: .55; cursor: default; }
.nmls-state-card.is-coming-soon:hover { transform: none; box-shadow: none; }
.nmls-state-card__inner { padding: 1.25rem; }
.nmls-state-card__head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: .75rem; }
.nmls-state-card__icon { font-size: 1.6rem; color: var(--nmls-primary); }
.nmls-state-card__badge { background: var(--nmls-accent); color: var(--nmls-primary); font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: .2rem .5rem; border-radius: 4px; }
.nmls-state-card__name { font-size: 1rem; font-weight: 700; color: var(--nmls-primary); margin-bottom: .3rem; }
.nmls-state-card__meta { font-size: .78rem; color: var(--nmls-muted); margin-bottom: .75rem; }
.nmls-state-card__meta--soon { font-style: italic; }
.nmls-state-card__link { display: inline-flex; align-items: center; gap: .25rem; font-size: .8rem; font-weight: 600; color: var(--nmls-primary); }
.nmls-state-card__link .material-symbols-outlined { font-size: .95rem; transition: transform .2s; }
.nmls-state-card:hover .nmls-state-card__link .material-symbols-outlined { transform: translateX(3px); }

/* Neighbourhood list */
.nmls-nb-list-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 2rem; }
.nmls-lga-group { margin-bottom: 2.5rem; }
.nmls-lga-group__title { display: flex; align-items: center; gap: .5rem; font-size: 1.05rem; font-weight: 700; color: var(--nmls-primary); margin-bottom: 1rem; padding-bottom: .6rem; border-bottom: 2px solid var(--nmls-border); }
.nmls-lga-group__title .material-symbols-outlined { font-size: 1.2rem; color: var(--nmls-muted); }
.nmls-lga-group__count { margin-left: auto; background: var(--nmls-primary); color: #fff; font-size: .72rem; font-weight: 700; padding: .15rem .5rem; border-radius: 20px; }
.nmls-nb-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: .6rem; }
.nmls-nb-card { display: block; border: 1px solid var(--nmls-border); border-radius: 8px; background: #fff; transition: border-color .2s, box-shadow .2s; text-decoration: none; }
.nmls-nb-card:hover { border-color: var(--nmls-primary); box-shadow: var(--nmls-shadow); }
.nmls-nb-card__inner { display: flex; align-items: center; justify-content: space-between; padding: .65rem .9rem; gap: .5rem; }
.nmls-nb-card__name { font-size: .85rem; font-weight: 600; color: var(--nmls-text); }
.nmls-nb-card__zone { font-size: .7rem; color: var(--nmls-muted); }
.nmls-nb-card__arrow { font-size: .95rem; color: var(--nmls-muted); transition: transform .2s; flex-shrink: 0; }
.nmls-nb-card:hover .nmls-nb-card__arrow { transform: translateX(3px); color: var(--nmls-primary); }

/* Coming soon */
.nmls-coming-grid { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1rem; }
.nmls-coming-card { display: inline-flex; align-items: center; gap: .4rem; padding: .5rem 1rem; border: 1px dashed var(--nmls-border); border-radius: 8px; font-size: .83rem; color: var(--nmls-muted); }
.nmls-coming-card .material-symbols-outlined { font-size: 1rem; color: var(--nmls-border); }

/* Responsive */
@media(max-width:640px) {
  .nmls-states-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
  .nmls-nb-grid { grid-template-columns: 1fr 1fr; }
  .nmls-archive-stats__inner { gap: 1.25rem; }
  .nmls-features-grid { grid-template-columns: 1fr 1fr; }
  .nmls-agents-grid { grid-template-columns: 1fr; }
  .nmls-prop-grid { grid-template-columns: 1fr; }
  .nmls-poi-grid { grid-template-columns: repeat(2, 1fr); }
}
