/* =========================================================
   SELÇUK YEM V5.10 — HERO BESİ HAYVANI SLIDER
   V5.9 üst/alt dalga assetleri KİLİTLİDİR ve değiştirilmez.
   Yalnızca fabrika görsel alanı 3 slaytlı hayvan görselleriyle değiştirilir.
   ========================================================= */

.hero-cattle-slider{
  isolation:isolate;
  background:#fff;
}
.hero-cattle-slide{
  position:absolute;
  inset:0;
  margin:0;
  opacity:0;
  overflow:hidden;
  transition:opacity 1.25s ease;
  pointer-events:none;
}
.hero-cattle-slide.is-active{
  opacity:1;
  z-index:1;
}
/* v5.9'daki genel .approved-hero-art img kuralını burada kontrollü biçimde override ediyoruz. */
.approved-hero-art .hero-cattle-slide img{
  position:absolute!important;
  inset:-3% -3% -3% -3%!important;
  width:106%!important;
  height:106%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  will-change:transform;
  backface-visibility:hidden;
  transform:scale(1.015) rotate(0deg);
}
.hero-cattle-slide:nth-child(1) img{object-position:52% 46%!important;}
.hero-cattle-slide:nth-child(2) img{object-position:54% 48%!important;}
.hero-cattle-slide:nth-child(3) img{object-position:48% 46%!important;}

.hero-cattle-slide.is-active:nth-child(1) img{animation:heroKenBurnsA 6.2s ease-in-out both;}
.hero-cattle-slide.is-active:nth-child(2) img{animation:heroKenBurnsB 6.2s ease-in-out both;}
.hero-cattle-slide.is-active:nth-child(3) img{animation:heroKenBurnsC 6.2s ease-in-out both;}

@keyframes heroKenBurnsA{
  from{transform:scale(1.02) rotate(-0.12deg) translate3d(0,0,0);}
  to{transform:scale(1.095) rotate(0.20deg) translate3d(-0.7%,0.4%,0);}
}
@keyframes heroKenBurnsB{
  from{transform:scale(1.09) rotate(0.18deg) translate3d(-0.5%,0,0);}
  to{transform:scale(1.025) rotate(-0.15deg) translate3d(0.5%,-0.3%,0);}
}
@keyframes heroKenBurnsC{
  from{transform:scale(1.03) rotate(0.12deg) translate3d(0.4%,0.2%,0);}
  to{transform:scale(1.085) rotate(-0.18deg) translate3d(-0.4%,-0.2%,0);}
}

/* Sol metni okunur tutan v5.6 gradient'i aynen kalır; sadece hayvan fotoğrafı için biraz daha yumuşak uç. */
.approved-hero-art::after{
  z-index:3!important;
  background:linear-gradient(90deg,
    #fff 0%,
    rgba(255,255,255,1) 9%,
    rgba(255,255,255,.97) 17%,
    rgba(255,255,255,.78) 28%,
    rgba(255,255,255,.36) 40%,
    rgba(255,255,255,0) 56%)!important;
}

@media (max-width:980px){
  .approved-hero-art .hero-cattle-slide img{
    inset:-2%!important;
    width:104%!important;
    height:104%!important;
  }
  .approved-hero-art::after{
    background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.82) 9%,rgba(255,255,255,.10) 35%,rgba(255,255,255,0) 49%)!important;
  }
}
@media (prefers-reduced-motion:reduce){
  .hero-cattle-slide{transition-duration:.35s;}
  .hero-cattle-slide.is-active img{animation:none!important;transform:scale(1.035)!important;}
}
