/* Partner/photo proportion correction — loaded last. No artificial blur/extension. */
.partner-orbit { min-height: 560px !important; }
.partner-portrait.first { top: 1% !important; left: 4% !important; width: 50% !important; height: 68% !important; border-radius: 88px 88px 22px 88px !important; }
.partner-portrait.second { right: 1% !important; bottom: 0 !important; width: 56% !important; height: 64% !important; }
.partner-portrait img { width: 100% !important; height: 100% !important; object-fit: cover !important; transform: none !important; }
.partner-portrait.first img { object-position: center top !important; }
.partner-portrait.second img { object-position: center 24% !important; }
.partner-portrait:hover img { transform: scale(1.012) !important; }

#nayara.profile { grid-template-columns: .52fr 1.48fr !important; }
#nayara .profile-art { background: #07182b !important; }
#nayara .profile-art img { width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center top !important; transform: none !important; }
#nayara:hover .profile-art img { transform: scale(1.008) !important; }
#marcelo .profile-art img { object-position: center 24% !important; }

@media (max-width: 980px) {
  .partner-orbit { min-height: 500px !important; }
  .partner-portrait.first { left: 3% !important; width: 50% !important; height: 68% !important; }
  .partner-portrait.second { width: 56% !important; height: 64% !important; }
  #nayara.profile { grid-template-columns: .58fr 1.42fr !important; }
}

@media (max-width: 650px) {
  .partner-orbit { min-height: 440px !important; }
  .partner-portrait.first { top: 0 !important; left: 2% !important; width: 52% !important; height: 69% !important; }
  .partner-portrait.second { right: 1% !important; width: 58% !important; height: 63% !important; }
  #nayara.profile, #marcelo.profile { grid-template-columns: 1fr !important; }
  #nayara .profile-art, #marcelo .profile-art { min-height: 470px !important; }
}
