/* Selçuk Yem V5.48 — doğal görsel oranı ve kart perspektifi */
.v541-production .v541-process-photo {
  display:block!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  margin:0 -8px!important;
  padding:0!important;
  overflow:visible!important;
  border-radius:0!important;
}
.v541-production .v541-process-photo img {
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  max-height:none!important;
  object-fit:contain!important;
  transform:none!important;
}
/* Fotoğraf ve çerçeve tek yüzey olarak hareket eder. */
.v541-production .v541-process-card {
  transform:perspective(900px) translateZ(0)!important;
  transform-origin:center center;
}
.v541-production.process-anim-ready .v541-process-card:not(.is-revealed) {
  transform:perspective(900px) translate3d(0,24px,-36px) rotateX(4deg)!important;
}
.v541-production .v541-process-card:focus-visible {
  transform:perspective(900px) translate3d(0,-4px,22px) rotateX(2deg)!important;
  z-index:5;
  outline:2px solid #075ca8;
  outline-offset:3px;
}
@media(hover:hover) and (pointer:fine) {
  .v541-production .v541-process-card:hover {
    transform:perspective(900px) translate3d(0,-4px,22px) rotateX(2deg)!important;
    z-index:5;
  }
}
@media(prefers-reduced-motion:reduce) {
  .v541-production .v541-process-card,
  .v541-production.process-anim-ready .v541-process-card {
    transform:none!important;
    transition:none!important;
    opacity:1!important;
  }
}
