/* #region-hero base layout — background-image stays inline via Django {% static %} tag */
#region-hero {
  position: relative;
  isolation: isolate;
  background-size: cover;
  background-position: center top;
  min-height: 72vh;
}

/* live-pill — light variant for white-background city chooser section */
.live-pill { display:inline-flex; align-items:center; gap:.5rem; padding:.25rem .6rem; border:1px solid rgba(0,0,0,.08); border-radius:999px; background: rgba(255,255,255,.65); color: rgba(17,24,39,.72); }
.live-pill strong { color:#111827; }
.live-pill .live-muted { color: rgba(17,24,39,.58); }
