@import url("business-profile-v2.css?v=20260822-2");

.hero {
  margin-top: clamp(1rem, 2vw, 1.5rem);
}

.photo-hero {
  min-height: 650px;
  padding: 0;
  align-content: stretch;
  background: #dce8dd;
}

.photo-hero::before {
  display: none;
}

.photo-hero::after {
  content: "";
  position: absolute;
  inset: 58% 0 0;
  background: linear-gradient(0deg, rgba(24, 49, 44, .72), transparent);
  pointer-events: none;
}

.photo-hero img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.photo-hero figcaption {
  position: absolute;
  left: clamp(1.5rem, 4vw, 3.5rem);
  right: clamp(1.5rem, 4vw, 3.5rem);
  bottom: 4.5rem;
  z-index: 2;
  color: #fff;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .65);
}

.button.secondary {
  background: transparent;
}

.services-two {
  max-width: 850px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
  min-height: 410px;
}

img.service-media {
  width: calc(100% + 2.4rem);
  height: 230px;
  display: block;
  object-fit: cover;
  place-items: initial;
}

.plan {
  margin-top: 1rem;
}

.plan-panel h2 {
  max-width: 13ch;
}

.plan-panel dd a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.plan-panel dd a:focus-visible {
  outline-color: #ecbd6c;
}

.location-photo {
  margin: 0 0 2.4rem;
  display: grid;
  grid-template-columns: minmax(135px, 180px) 1fr;
  gap: 1rem;
  align-items: end;
}

.location-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 220 / 621;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}

.location-photo figcaption {
  color: #c8d7d2;
  font-size: .78rem;
  line-height: 1.5;
}

.appointment-contacts {
  display: grid;
  gap: .35rem;
  font-weight: 400;
}

.nearby-facility {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(24, 49, 44, .18);
}

.nearby-facility .section-kicker {
  margin-bottom: .65rem;
}

.nearby-facility h3 {
  margin: 0 0 .8rem;
  font-family: Georgia, serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.08;
}

.nearby-facility .access-action {
  margin-top: .5rem;
  border-color: var(--green);
  color: var(--ink);
}

.story-photo {
  margin: 0;
  align-self: center;
  position: relative;
}

.story-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

.story-photo figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: .6rem .75rem;
  color: #fff;
  background: rgba(24, 49, 44, .78);
  border-radius: 9px;
  font-size: .72rem;
}

.story-link .story-action {
  max-width: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding: .85rem 1rem;
  font-size: .76rem;
  line-height: 1.3;
  text-align: center;
  white-space: normal;
}

.story-link .story-action:hover {
  background: rgba(255, 255, 255, .16);
}

.nearby article > img {
  width: 100%;
  height: 150px;
  display: block;
  object-fit: cover;
}

.review-note {
  grid-template-columns: .6fr 1.7fr 1fr;
}

@media (max-width: 900px) {
  .photo-hero,
  .photo-hero img {
    min-height: 470px;
  }
}

@media (max-width: 560px) {
  .photo-hero,
  .photo-hero img {
    min-height: 390px;
  }

  .photo-hero figcaption {
    bottom: 3rem;
  }

  .services-two {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 390px;
  }

  .location-photo {
    grid-template-columns: 115px 1fr;
  }

  .nearby-facility .access-action {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .review-note {
    grid-template-columns: 1fr;
  }
}
