/* JayJayTeamDev image-only visual pass: real ecosystem artwork in every image slot. */
.jayjay-image{display:block;overflow:hidden}
.profile-card .jayjay-image,.directory-profile.jayjay-image,.community-support-art.jayjay-image{aspect-ratio:1/1;border-radius:18px;background:radial-gradient(circle at 50% 35%,rgba(142,101,255,.28),rgba(5,12,29,.96))}
.profile-card .jayjay-image img,.directory-profile.jayjay-image img,.community-support-art.jayjay-image img{width:100%;height:100%;display:block;object-fit:contain;object-position:center}
.brand-profile.jayjay-image{width:54px;height:54px;border-radius:50%;flex:0 0 54px}
.brand-profile.jayjay-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.directory-profile.jayjay-image{width:76px;min-width:76px;height:76px}
.community-support-card .community-support-art{width:100%;max-width:240px;margin:0 auto 16px}
.community-support-card .community-support-art img{object-fit:cover}
@media(max-width:720px){
  .directory-profile.jayjay-image{width:64px;min-width:64px;height:64px}
  .community-support-card .community-support-art{max-width:190px}
}
