/**
 * Yard Ready Home - Location template
 * Stats band and areas-served chip list only.
 *
 * The page banner reuses .yrh-page-banner from home.css; "Why Choose Us",
 * "Local Insights" and the services listing reuse .yrh-reasons / card
 * styles from about.css and home.css; testimonials, FAQ and the quote
 * band reuse their existing sitewide styles - no rules for any of those
 * here.
 */

/* ==========================================================================
   1. Stats band
   ========================================================================== */

.yrh-stats {
  background: var(--yrh-navy);
  color: var(--yrh-on-dark-70);
}

.yrh-stats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: var(--yrh-space-8);
  text-align: center;
}

.yrh-stat {
  display: flex;
  flex-direction: column;
  gap: var(--yrh-space-2);
}

.yrh-stat__number {
  color: var(--yrh-white);
  font-size: var(--yrh-fs-h2);
  font-weight: var(--yrh-fw-bold);
  line-height: 1;
}

.yrh-stat__label {
  font-size: var(--yrh-fs-sm);
}

/* ==========================================================================
   2. Areas served
   ========================================================================== */

.yrh-city-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--yrh-space-3);
  margin: 0;
  padding: 0;
  list-style: none;
}

.yrh-city-pill {
  padding: var(--yrh-space-2) var(--yrh-space-5);
  border-radius: var(--yrh-radius-pill);
  background: var(--yrh-grey-50);
  color: var(--yrh-ink);
  font-size: var(--yrh-fs-sm);
  font-weight: var(--yrh-fw-semibold);
}
