
/* =========================================================
   V8.2 BRANDING BUILD
   Real logo image, favicon-ready assets, premium category nav.
   ========================================================= */

body.home .site-header,
body.home header.site-header,
body.home .ast-primary-header-bar,
body.home .main-header-bar,
body.home .ast-mobile-header-wrap{
  display:none !important;
}

body.home .sa-v82b-header-shell{
  display:block !important;
  position:relative !important;
  z-index:999999 !important;
  width:100% !important;
  background:#050914 !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
  box-shadow:0 12px 34px rgba(0,0,0,.24) !important;
}

body.home .sa-v82b-header{
  max-width:1320px !important;
  min-height:96px !important;
  margin:0 auto !important;
  padding:0 70px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:34px !important;
  box-sizing:border-box !important;
}

body.home .sa-v82b-logo{
  display:flex !important;
  align-items:center !important;
  gap:16px !important;
  color:#fff !important;
  text-decoration:none !important;
  flex:0 0 auto !important;
  transition:transform .22s ease !important;
}

body.home .sa-v82b-logo:hover{
  transform:scale(1.025) !important;
}

body.home .sa-v82b-logo img{
  width:64px !important;
  height:64px !important;
  display:block !important;
  object-fit:contain !important;
  border-radius:50% !important;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.32)) !important;
}

body.home .sa-v82b-logo span{
  display:flex !important;
  flex-direction:column !important;
  line-height:1 !important;
}

body.home .sa-v82b-logo strong{
  color:#fff !important;
  font-size:25px !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:.035em !important;
}

body.home .sa-v82b-logo em{
  margin-top:7px !important;
  color:#f3c55b !important;
  font-size:15px !important;
  line-height:1 !important;
  font-style:normal !important;
  font-weight:950 !important;
  letter-spacing:.34em !important;
  text-align:center !important;
}

body.home .sa-v82b-menu{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  flex-wrap:wrap !important;
  gap:28px !important;
}

body.home .sa-v82b-menu a{
  display:inline-flex !important;
  align-items:center !important;
  color:#fff !important;
  text-decoration:none !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  letter-spacing:.01em !important;
  white-space:nowrap !important;
  transition:color .18s ease, transform .18s ease !important;
}

body.home .sa-v82b-menu a:hover{
  color:#f3c55b !important;
  transform:translateY(-1px) !important;
}

body.home .sa-v8-hero{
  margin-top:0 !important;
}

@media(max-width:1120px){
  body.home .sa-v82b-header{
    min-height:auto !important;
    padding:20px 28px !important;
    flex-direction:column !important;
    align-items:flex-start !important;
  }
  body.home .sa-v82b-menu{
    justify-content:flex-start !important;
    gap:18px 24px !important;
  }
}

@media(max-width:640px){
  body.home .sa-v82b-header{
    padding:16px 20px !important;
  }
  body.home .sa-v82b-logo img{
    width:52px !important;
    height:52px !important;
  }
  body.home .sa-v82b-logo strong{
    font-size:20px !important;
  }
  body.home .sa-v82b-logo em{
    font-size:12px !important;
  }
  body.home .sa-v82b-menu a{
    font-size:12px !important;
  }
}
