.clinic-gallery > div img:nth-child(6) {
  object-position: center 78%;
}

.hero-title-line {
  white-space: nowrap;
}

.hero-planning {
  margin: -12px 0 28px;
  color: var(--wine);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.5;
}

.hero-visual > img {
  object-position: center 38%;
}


.about .portrait img,
.clinic-gallery img {
  cursor: zoom-in;
}

.image-lightbox {
  width: min(1100px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100% - 32px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #241319;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .5);
}

.image-lightbox::backdrop {
  background: rgba(24, 11, 16, .82);
  backdrop-filter: blur(4px);
}

.image-lightbox img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 64px);
  margin: auto;
  object-fit: contain;
  object-position: center;
}

.image-lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #571d32;
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
}

.image-lightbox-close:focus-visible {
  outline: 3px solid #e5c3cd;
  outline-offset: 3px;
}
