/* studios-nashville.html — page-specific styles, layered on top of styles.css */

/* ---- Nashville hero ---- */
.nash-hero{padding-bottom:1rem}
.nash-hero__copy .eyebrow{display:block;margin-bottom:1rem}
.nash-hero__copy h1{max-width:12ch;margin-bottom:1.1rem}
.nash-hero__copy p{max-width:48ch;font-size:1.08rem}

/* ---- Featured East Nashville studio ---- */
.nash-featured__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.nash-featured__media img{width:100%;border-radius:var(--radius);object-fit:cover;aspect-ratio:4/3.2}
.nash-featured__copy .eyebrow{display:block;margin-bottom:.8rem}
.nash-featured__copy h2{margin-bottom:1.1rem}
.nash-featured__copy p{margin-bottom:1.1rem;font-size:1.02rem}
.nash-featured__facts{display:flex;flex-direction:column;gap:.7rem;margin:1.4rem 0 1.8rem;padding:1.3rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.nash-featured__facts>div{display:flex;gap:.6rem;align-items:baseline}
.nash-featured__facts dt{font-family:var(--sans);font-weight:600;color:var(--ink);min-width:6.5ch}
.nash-featured__facts dd{color:var(--muted)}
.nash-featured__facts a{color:var(--blue);font-weight:500}

@media (max-width:860px){
  .nash-featured__inner{grid-template-columns:1fr}
}
