/* Kanomanya V12 — sadece masaüstü hero stabilizasyonu */
@media (min-width:901px){
  .hero.home-photo-hero{
    grid-template-columns:minmax(430px, .94fr) minmax(560px, 1.06fr)!important;
    gap:clamp(48px,5vw,86px)!important;
    align-items:center!important;
    padding-left:clamp(54px,6vw,112px)!important;
    padding-right:clamp(54px,6vw,112px)!important;
  }
  .home-hero-copy{max-width:640px!important;justify-self:start!important}
  .home-hero-copy .actions{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:12px!important;
    width:auto!important;
    margin:26px 0 0!important;
    padding:0!important;
    transform:none!important;
  }
  .home-hero-copy .actions .btn{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    white-space:nowrap!important;
    transform:none!important;
  }
  .home-hero-slider{max-width:720px!important;width:100%!important;justify-self:end!important}
  .home-slider-stage{height:clamp(470px,55vh,570px)!important;min-height:470px!important;max-height:570px!important}
  .home-slide .home-slide-crop-image{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:var(--crop-x,50%) var(--crop-y,50%)!important;
    transform:scale(var(--crop-zoom,1))!important;
    transform-origin:var(--crop-x,50%) var(--crop-y,50%)!important;
  }
  .home-slide-copy{left:28px!important;right:28px!important;bottom:72px!important}
}
@media (min-width:901px) and (max-width:1180px){
  .hero.home-photo-hero{grid-template-columns:minmax(360px,.92fr) minmax(470px,1.08fr)!important;gap:34px!important}
  .home-slider-stage{height:500px!important;min-height:500px!important}
}
