/* =========================================================
   SELÇUK YEM V5.16 — DAHA KÜÇÜK LOGO ROZETİ
   - V5.15'teki hero/menu birleşimi korunur.
   - Mevcut onaylı Selçuk Yem logosu aynen kullanılır.
   - Yalnızca beyaz rozet ve içindeki logo ölçüsü küçültülür.
   - Hero ve footer dalgalarına dokunulmaz.
   ========================================================= */

@media (min-width:1181px){
  body.home-page .site-header .brand{
    width:228px!important;
    height:126px!important;
    flex:0 0 228px!important;
    padding:20px 22px 16px!important;
    border-radius:0 0 30px 30px!important;
  }
  body.home-page .site-header .brand::after{
    left:11px!important;
    right:-4px!important;
    bottom:-8px!important;
    height:36px!important;
    border-radius:0 0 27px 27px!important;
  }
  body.home-page .site-header .brand img{
    width:184px!important;
    height:74px!important;
  }
}

@media (min-width:981px) and (max-width:1180px){
  body.home-page .site-header .brand{
    width:190px!important;
    height:112px!important;
    flex-basis:190px!important;
    padding:17px 18px 14px!important;
    border-radius:0 0 26px 26px!important;
  }
  body.home-page .site-header .brand::after{
    left:9px!important;
    right:-3px!important;
    bottom:-7px!important;
    height:31px!important;
    border-radius:0 0 23px 23px!important;
  }
  body.home-page .site-header .brand img{
    width:158px!important;
    height:66px!important;
  }
}

@media (min-width:561px) and (max-width:980px){
  body.home-page .site-header .brand{
    width:158px!important;
    height:92px!important;
    flex:0 0 158px!important;
    padding:13px 14px 11px!important;
    border-radius:0 0 22px 22px!important;
  }
  body.home-page .site-header .brand::after{
    left:8px!important;
    right:-3px!important;
    bottom:-5px!important;
    height:26px!important;
    border-radius:0 0 20px 20px!important;
  }
  body.home-page .site-header .brand img{
    width:130px!important;
    height:55px!important;
  }
}

@media (max-width:560px){
  body.home-page .site-header .brand{
    width:136px!important;
    height:80px!important;
    flex-basis:136px!important;
    padding:11px 12px 9px!important;
    border-radius:0 0 18px 18px!important;
  }
  body.home-page .site-header .brand::after{
    left:7px!important;
    right:-2px!important;
    bottom:-5px!important;
    height:22px!important;
    border-radius:0 0 17px 17px!important;
  }
  body.home-page .site-header .brand img{
    width:113px!important;
    height:48px!important;
  }
}
