/* ==========================================================================
   neighborhood.css - long-form neighborhood landing pages
   ========================================================================== */
.vr-narticle{padding-block:var(--vr-section-y); background:var(--vr-cream);}
.vr-narticle__wrap{max-width:780px; margin:0 auto; padding-inline:var(--vr-gutter);}
.vr-narticle h2{font-weight:500; font-size:clamp(1.6rem,3vw,2rem); color:var(--vr-teal); margin:2.2rem 0 1rem;}
.vr-narticle h2:first-child{margin-top:0;}
.vr-narticle p{font-size:1.08rem; margin-bottom:1.2rem;}
.vr-narticle ul{margin:0 0 1.2rem 1.2rem; padding:0;}
.vr-narticle li{font-size:1.05rem; margin-bottom:.6rem; padding-left:.3rem;}

/* ==========================================================================
   Locator map, "where you'll find it"
   The map is a static image built by scripts/build-neighborhood-maps.py, so
   the page carries no third-party JavaScript and the highlight ring is drawn
   at the neighborhood's real radius. The button opens the pannable map.
   ========================================================================== */
/* Cream, not sand: this now follows the article and is followed by the sand
   .vr-nwhy band, so cream keeps the page alternating rather than merging two
   sand sections into one long block. */
.vr-nmap{padding-block:0 var(--vr-section-y); background:var(--vr-cream);}
.vr-nmap .vr-eyebrow{margin-bottom:.7rem;}
.vr-nmap__wrap{max-width:var(--vr-maxw); margin:0 auto; padding-inline:var(--vr-gutter);}
.vr-nmap__head{
  font-weight:500; font-size:clamp(1.7rem,3.4vw,2.3rem); color:var(--vr-teal);
  text-align:center; margin-bottom:2.6rem;
}
.vr-nmap__grid{display:grid; grid-template-columns:1.55fr 1fr; gap:2rem; align-items:stretch;}

.vr-nmap__frame{
  position:relative; overflow:hidden; border-radius:8px; margin:0;
  border:1px solid var(--vr-line); background:var(--vr-ivory);
  box-shadow:0 12px 32px rgba(31,42,46,.08);
}
.vr-nmap__img{width:100%; height:100%; object-fit:cover; display:block;}
.vr-nmap__open{
  position:absolute; right:1rem; bottom:1rem; z-index:2;
  font-family:var(--vr-ui); font-weight:500; font-size:.7rem; letter-spacing:.14em;
  text-transform:uppercase; text-decoration:none; color:var(--vr-teal);
  background:rgba(255,255,255,.94); border:1px solid var(--vr-line); border-radius:4px;
  padding:.6rem 1.1rem; transition:background .2s, color .2s;
}
.vr-nmap__open:hover{background:var(--vr-blush); color:#fff; border-color:var(--vr-blush);}

.vr-nmap__side{
  display:flex; flex-direction:column;
  background:#fff; border:1px solid var(--vr-line); border-radius:8px; padding:2rem 1.9rem;
  box-shadow:0 12px 32px rgba(31,42,46,.06);
}
.vr-nmap__side h3{
  font-family:var(--vr-ui); font-weight:500; font-size:.76rem; letter-spacing:.2em;
  text-transform:uppercase; color:var(--vr-blush); margin-bottom:1.1rem;
}
.vr-nmap__list{list-style:none; margin:0; padding:0;}
.vr-nmap__list li{
  font-size:1rem; line-height:1.5; padding:0 0 .9rem 1.6rem; margin-bottom:.9rem;
  border-bottom:1px solid var(--vr-line); position:relative;
}
.vr-nmap__list li:last-child{border-bottom:0; margin-bottom:0; padding-bottom:0;}
.vr-nmap__list li::before{
  content:''; position:absolute; left:.15rem; top:.62em; width:7px; height:7px;
  border-radius:50%; border:1.5px solid var(--vr-blush);
}
.vr-nmap__note{
  margin-top:auto; padding-top:1.6rem; font-size:.95rem; font-style:italic;
  line-height:1.5; color:var(--vr-stone);
}
.vr-nmap__note a{color:var(--vr-blush); text-decoration:none; border-bottom:1px solid currentColor;}
.vr-nmap__note a:hover{color:var(--vr-teal);}
.vr-nmap__credit{
  font-family:var(--vr-ui); font-size:.72rem; color:var(--vr-stone);
  text-align:center; margin-top:1.4rem;
}
.vr-nmap__credit a{color:var(--vr-stone);}

@media (max-width:900px){
  .vr-nmap__grid{grid-template-columns:1fr;}
  .vr-nmap__img{aspect-ratio:16/10;}
}
@media (max-width:560px){
  .vr-nmap__open{right:.7rem; bottom:.7rem; font-size:.62rem; letter-spacing:.1em; padding:.5rem .8rem;}
}

.vr-nwhy{
  position:relative; overflow:hidden; background:var(--vr-sand);
  padding-block:var(--vr-section-y); text-align:center;
}
.vr-nwhy::before{
  content:''; position:absolute; top:-120px; right:-120px; width:420px; height:420px;
  border-radius:50%; border:1px solid rgba(47,74,87,.12); pointer-events:none;
}
.vr-nwhy::after{
  content:''; position:absolute; bottom:-160px; left:-160px; width:420px; height:420px;
  border-radius:50%; border:1px solid rgba(199,163,155,.25); pointer-events:none;
}
.vr-nwhy__wrap{position:relative; max-width:780px; margin:0 auto; padding-inline:var(--vr-gutter);}
.vr-nwhy h2{font-weight:500; font-size:clamp(1.6rem,3vw,2rem); color:var(--vr-teal); margin-bottom:1rem;}
.vr-nwhy p{font-size:1.08rem; margin-bottom:1.6rem;}

.vr-nwhy__stats{display:grid; grid-template-columns:repeat(2,1fr); gap:1.25rem; max-width:520px; margin:0 auto 2.2rem;}
.vr-nwhy__stat{background:#fff; border-radius:8px; padding:1.5rem 1rem; border-top:3px solid var(--vr-blush); box-shadow:0 10px 24px rgba(31,42,46,.06);}
.vr-nwhy__stat-num{display:block; font-family:var(--vr-serif); font-weight:600; font-size:clamp(1.4rem,3vw,1.8rem); color:var(--vr-teal);}
.vr-nwhy__stat-label{display:block; font-family:var(--vr-ui); font-weight:400; font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; color:var(--vr-stone); margin-top:.4rem;}

.vr-nwhy__list{list-style:none; text-align:left; margin:0 auto 2rem; max-width:640px; display:flex; flex-direction:column; gap:.9rem;}
.vr-nwhy__list li{font-size:1rem; padding-left:1.6rem; position:relative;}
.vr-nwhy__list li::before{content:'\2713'; position:absolute; left:0; color:var(--vr-blush); font-weight:700;}
.vr-nwhy__cta{display:flex; gap:1rem; justify-content:center; flex-wrap:wrap;}
