/* Deliberately limit the original portrait to the full available width.
   In the taller desktop hero this renders it about 18% smaller than `cover`,
   keeps the full head visible and lets the headline remain dominant. */
.hero-image img{
  object-fit:contain;
  object-position:center bottom;
  transform:translateY(-24px) scale(.59);
  transform-origin:center center;
}
