/* Neil 8/25 headshot + shared founder well lock — Energy off review */
.person .ph-link,
.person a.ph-link,
.founders .ph-link,
.people .ph-link {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 2px solid #0d3059 !important;
  border-radius: 12px;
  background: transparent !important;
  box-shadow: none !important;
}
.person .headshot,
.person img.headshot,
.founders .headshot,
.people .headshot,
img.headshot {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  image-rendering: auto !important;
  filter: none !important;
  background: transparent !important;
}
/* neutralize any Neil-only gray well if old class remains in HTML */
.neil-native,
.person.neil-native .ph-link,
.person .neil-native,
.ph-link.neil-native {
  background: transparent !important;
  box-shadow: none !important;
  border: 2px solid #0d3059 !important;
  aspect-ratio: 4 / 5 !important;
  padding: 0 !important;
}
