.locations-intro { padding-block: 30px 40px; }
.locations-breadcrumb { display: flex; gap: 12px; color: var(--muted); font-size: .8rem; margin-bottom: 37px; }
.locations-breadcrumb a:hover { text-decoration: underline; }
.locations-breadcrumb [aria-current] { color: var(--green); }
.locations-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.locations-heading h1 { font-size: clamp(2.8rem, 4.4vw, 4.2rem); line-height: 1.08; letter-spacing: -.05em; font-weight: 750; }
.locations-heading h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.locations-intro-copy { color: var(--muted); line-height: 1.7; }
.locations-intro-copy .text-link { margin-top: 15px; color: var(--green); }
.store-jumps { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.store-jumps a { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 11px 18px; border: 1px solid var(--line); border-radius: 30px; font-size: .87rem; font-weight: 600; background: #fff; }
.store-jumps a:hover { border-color: var(--green); background: var(--green-soft); }
.locations-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; padding-bottom: 80px; }
.location-card { border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; display: flex; flex-direction: column; }
.location-card__content { padding: 34px; flex: 1; display: flex; flex-direction: column; }
.location-card .eyebrow { color: var(--muted); font-size: .73rem; margin-bottom: 14px; }
.location-card h2 { font-size: clamp(1.8rem, 2.5vw, 2.25rem); min-height: 2.5em; }
.location-card address { font-style: normal; color: var(--muted); margin-top: 13px; }
.location-phone { display: inline-flex; align-items: center; gap: 20px; font-size: 1.3rem; font-weight: 650; color: var(--green); min-height: 44px; margin-top: 10px; align-self: start; }
.location-phone:hover { text-decoration: underline; text-underline-offset: 5px; }
.location-hours { margin-top: 22px; border-top: 1px solid var(--line); padding-top: 24px; }
.location-hours h3 { font-size: 1rem; letter-spacing: 0; }
.location-hours dl { margin: 15px 0 0; font-size: .9rem; }
.location-hours dl > div { display: grid; grid-template-columns: minmax(0, 1fr) max-content; align-items: start; gap: 18px; padding-block: 12px; border-bottom: 1px solid #f0f1e9; }
.location-hours dt { color: var(--muted); }
.location-hours dd { margin: 0; text-align: right; font-weight: 600; }
.hours-period { display: block; white-space: nowrap; }
.location-services { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 25px 0; list-style: none; }
.location-services li { background: var(--green-soft); border-radius: 20px; padding: 6px 12px; font-size: .78rem; color: var(--green); }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: auto; }
.location-actions .button { font-size: .87rem; padding: 11px 17px; gap: 20px; min-height: 47px; }
.location-map { border-top: 1px solid var(--line); background: #e8ecdf; }
.location-map iframe { width: 100%; height: 250px; border: 0; display: block; }
.location-map__link { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 13px 24px; color: var(--green); font-size: .8rem; }
.location-map__link:hover { text-decoration: underline; }
@media (max-width: 1100px) {
  .location-card__content { padding: 27px; }
}
@media (max-width: 760px) {
  .locations-intro { padding-block: 22px 30px; }
  .locations-breadcrumb { margin-bottom: 28px; }
  .locations-heading { display: block; }
  .locations-intro-copy { margin-top: 24px; }
  .locations-intro-copy br { display: none; }
  .locations-grid { grid-template-columns: 1fr; padding-bottom: 50px; }
  .location-card h2 { min-height: auto; }
}
@media (max-width: 440px) {
  .location-card__content { padding: 24px; }
  .location-hours dl > div { gap: 12px; }
}
