/* Trial photography set — isolated so it can be reverted cleanly. */
.hero-visual .photo-placeholder {
  inset: 0;
  padding: 28px;
  align-items: center;
}

.hero-visual .photo-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80% center;
  border-radius: 0;
  box-shadow: none;
}

.practitioner-card figure {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.practitioner-card figure img {
  object-position: center top;
}

@media (max-width: 900px) {
  .hero-visual {
    height: min(128vw, 720px);
  }

  .hero-visual .photo-placeholder {
    inset: 0;
    padding: 18px;
  }

  .hero-visual .photo-placeholder img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 600px) {
  .hero-visual {
    height: 125vw;
    min-height: 440px;
    max-height: 600px;
  }

  .hero-visual .photo-placeholder {
    padding: 12px;
  }

  .hero-visual .photo-placeholder img {
    object-position: 74% center;
  }

  .practitioner-card figure {
    height: 460px;
    padding: 12px;
  }
}
