/* Santuario Somático — Inicio: retrato circular íntimo, con anillos discretos en azul petróleo y turquesa. */
#sobre-mi .portrait-slot {
  display: grid;
  justify-items: center;
  max-width: 440px;
  margin-inline: auto;
}

#sobre-mi .portrait-orbit {
  top: -18px;
  right: -16px;
  width: 88%;
  height: auto;
  aspect-ratio: 1;
  border-color: rgba(33, 199, 204, .68);
}

#sobre-mi .portrait-photo.home-portrait {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 390px);
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  object-position: 50% 24%;
  border: 10px solid #f8fafa;
  border-radius: 50%;
  box-shadow: 0 24px 48px rgba(24, 61, 72, .18);
}

#sobre-mi .portrait-caption {
  position: relative;
  z-index: 1;
  max-width: 270px;
  margin: 24px 0 0;
  text-align: center;
}

@media (max-width: 820px) {
  #sobre-mi .portrait-slot { max-width: 330px; }
  #sobre-mi .portrait-photo.home-portrait { width: min(100%, 310px); border-width: 8px; }
  #sobre-mi .portrait-orbit { top: -15px; right: -14px; }
}
