/* OGA V5.1.0 — MASTER CENTRAL source-of-truth additions. */

/* Katalin Hajdu: approved profile portrait uses a consistent face-first crop in every circular artist card. */
body.oga-v5100-central :is(.oga-featured-portrait,.oga-artist-card-portrait) img[src*="oga-v5100/katalin-hajdu/katalin09"],
body.oga-v5100-central.oga-artist-katalin-hajdu .oga-artist-profile-portrait{
  object-fit:cover!important;
  object-position:50% 34%!important;
}

/* Katalin banner is intentionally panoramic and belongs only to the hero. */
body.oga-v5100-central.oga-artist-katalin-hajdu .oga-artist-profile-cover{
  background-position:center center!important;
  background-size:cover!important;
}

/* Curated studio/documentary images keep their native framing; no stretching or destructive crop. */
body.oga-v5100-central.oga-artist-katalin-hajdu .oga-artist-work-slider--vertical :is(img,.oga-artist-work-slide img){
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}

/* Final accessibility/focus reinforcement for interactive gallery controls. */
body.oga-v5100-central :is(a,button,input,select,textarea,[tabindex]):focus-visible{
  outline:2px solid #a55245;
  outline-offset:2px;
}
