/* PersonaScope V551: single About video */
#aboutPersonaScope .about-personascope-page{
  width:min(100%,1280px);
  margin:0 auto;
  padding:clamp(8px,2vw,20px);
}
#aboutPersonaScope .about-personascope-media{
  position:relative;
  overflow:hidden;
  width:100%;
  aspect-ratio:16/9;
  border-radius:clamp(14px,2vw,24px);
  background:#07101f;
  box-shadow:0 18px 48px rgba(2,8,20,.22);
}
#aboutPersonaScope .about-personascope-media video{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  background:#07101f;
}
.home-resident-card.home-resident-card-bottom{
  width:min(100%,720px);
  margin:28px auto 0;
  min-height:clamp(390px,76vw,620px);
}
.home-resident-card.home-resident-card-bottom img{
  object-fit:contain;
  object-position:center;
}
@media (max-width:640px){
  #aboutPersonaScope .about-personascope-page{padding:8px 4px 16px}
  #aboutPersonaScope .about-personascope-media{border-radius:12px;box-shadow:0 10px 28px rgba(2,8,20,.18)}
  .home-resident-card.home-resident-card-bottom{margin-top:20px;min-height:430px}
}
@media (prefers-reduced-motion:reduce){
  #aboutPersonaScope .about-personascope-media video{animation:none!important}
}
