/* V3.8.2: bind the single raster photo scene to the actual rendered final section. */
.v38-person-photo-section {
  background: #111715;
}

.v38-person-photo-section .v3-final-grid {
  grid-template-columns: minmax(0, .8fr) minmax(55%, 1.2fr);
  gap: clamp(30px, 3.8vw, 62px);
  align-items: center;
}

.v38-person-photo-section .v3-final-face {
  position: relative;
  width: 100%;
  height: clamp(560px, 43vw, 640px);
  min-height: 0;
  overflow: visible;
  border: 0;
  background: none;
  isolation: auto;
}

.v38-person-photo-section .v3-final-face::before,
.v38-person-photo-section .v3-final-face::after {
  content: none;
}

.v38-person-photo-section .v3-person-scene {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  overflow: hidden;
}

.v38-person-photo-section .v3-person-scene img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  border: 0;
  object-fit: cover;
  object-position: center;
  filter: none;
  opacity: 1;
  transform: none;
}

@media (max-width: 860px) {
  .v38-person-photo-section {
    padding-bottom: 126px;
  }

  .v38-person-photo-section .v3-final-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .v38-person-photo-section .v3-final-face {
    width: min(100%, 560px);
    height: auto;
    margin: 0 auto;
  }

  .v38-person-photo-section .v3-person-scene img {
    aspect-ratio: 1;
    max-height: 510px;
    object-fit: cover;
  }
}

@media (max-width: 560px) {
  .v38-person-photo-section .v3-final-grid {
    gap: 26px;
  }
}
