.site-footer .footer-grid > img {
  width: 360px;
  max-width: 100%;
  height: auto;
}

.site-footer .footer-grid > div > strong {
  color: #fff;
}

.footer-contact-hours {
  display: grid;
  justify-items: end;
  gap: 2px;
  text-align: right;
}

.footer-contact-hours > span {
  display: block;
}

.footer-hours {
  color: #a4aaae;
  font-size: .72rem;
}

.footer-hours strong {
  color: #d4d7d9;
  font-weight: 800;
}

.booking-hours {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #d7dcdf;
  border-radius: 10px;
  background: #fff;
}

.booking-hours-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #fff4d8;
  color: #9a6810;
}

.booking-hours-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-hours-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.booking-hours-copy strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: .78rem;
  letter-spacing: .06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.booking-hours-copy span,
.booking-hours-copy small {
  color: #60686e;
  font-size: .79rem;
  line-height: 1.45;
}

.booking-hours-copy small {
  color: #7c6329;
}

@media (max-width: 760px) {
  .footer-contact-hours {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 420px) {
  .booking-hours {
    grid-template-columns: 36px 1fr;
    padding: 13px;
  }

  .booking-hours-icon {
    width: 36px;
    height: 36px;
  }
}

.service-area-section .service-area-city-links {
  max-width: 620px;
  margin: 14px 0 24px;
  font-size: .9rem;
  line-height: 1.65;
}

.service-area-city-links a {
  color: currentColor;
  font-weight: 800;
  text-decoration-color: rgba(17, 19, 21, .42);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.service-area-city-links a:hover,
.service-area-city-links a:focus-visible {
  text-decoration-color: currentColor;
}

.dealer-hero-tagline {
  margin: 18px 0 8px;
  color: var(--amber);
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.12;
  text-transform: uppercase;
}

/*
 * Global split-column guard:
 * Keep long headings inside their assigned column instead of allowing
 * nowrap text or intrinsic grid sizing to run beneath adjacent content.
 */
h1 span {
  white-space: normal;
}

:where(
  .hero-grid,
  .dealer-hero-grid,
  .price-hero-grid,
  .make-hero-grid,
  .city-hero-grid,
  .locations-hero-grid,
  .results-page-hero-grid,
  .booking-layout
) > * {
  min-width: 0;
}

/*
 * Global city hero image shape:
 * Every city page uses the same rounded square treatment at every viewport.
 */
.city-page .city-hero-grid > img,
.city-page .city-hero .hero-visual img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  object-fit: cover;
}

.city-page .city-hero .hero-visual {
  min-height: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 24px;
}

/* Shared bright map treatment for the service-area experiences. */
.locations-map-card {
  background: #e8eef3;
}

.locations-map-card #locations-hero-map {
  width: 100%;
  height: 380px;
  min-height: 380px;
  background: #e8eef3;
}

.locations-map-card .leaflet-tile,
#service-map .leaflet-tile {
  filter: saturate(.76) contrast(.9) brightness(1.08);
}

.restoration-map-tile,
.service-area-map-bg,
.restoration-map-fallback-embed {
  filter: saturate(.76) contrast(.9) brightness(1.08);
}

.locations-map-card .leaflet-control-attribution,
#service-map .leaflet-control-attribution {
  color: #5f6870;
  background: rgba(255, 255, 255, .84);
}

@media (max-width: 640px) {
  .locations-map-card #locations-hero-map {
    height: 310px;
    min-height: 310px;
  }
}

@media (max-width: 760px) {
  .service-area-section .service-area-city-links {
    margin-top: 10px;
    font-size: .84rem;
  }
}
