/* =========================================================
   GÜNEY PEN - SCROLL KİLİDİ DÜZELTME
   intro-active / locked / menu-open sınıfları sayfada takılı kalırsa
   bilgisayar ve mobilde aşağı-yukarı kaydırmayı tekrar açar.
   ========================================================= */
html{height:auto!important;min-height:100%!important;overflow-y:auto!important;}
body{min-height:100%!important;overflow-x:hidden!important;}
body:not(.intro-active):not(.menu-open){overflow-y:auto!important;position:static!important;}
body.locked:not(.intro-active){overflow-y:auto!important;position:static!important;}

@media (min-width:681px){
  html,body{height:auto!important;min-height:100%!important;overflow-y:auto!important;position:static!important;}
  body.menu-open,
  body.locked,
  body.intro-active.intro-finished{overflow-y:auto!important;position:static!important;}
  .mobile-menu.open{opacity:0!important;visibility:hidden!important;pointer-events:none!important;}
}
