/* =========================================================
   AGGRO v22 — final footer logo fill override
   ========================================================= */

.visually-hidden{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.page-home .footer-grid{
  grid-template-columns:1.45fr repeat(4,1fr) 1.55fr!important;
}

.page-home .footer-badge--logo-fill{
  display:block!important;
  align-self:stretch!important;
  min-height:270px!important;
  padding:12px!important;
  border-radius:28px!important;
  background:rgba(249,234,215,.38)!important;
  box-shadow:0 18px 36px rgba(92,55,24,.10)!important;
}

.page-home .footer-badge--logo-fill .footer-badge__logo-fill{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:246px!important;
  background-image:url('../images/logo-323-official-smooth.webp')!important;
  background-repeat:no-repeat!important;
  background-position:center center!important;
  background-size:92% auto!important;
  filter:drop-shadow(0 14px 28px rgba(130,0,29,.10))!important;
}

@media(max-width:900px){
  .page-home .footer-grid{grid-template-columns:1fr 1fr!important}
  .page-home .footer-badge--logo-fill{min-height:220px!important;padding:10px!important}
  .page-home .footer-badge--logo-fill .footer-badge__logo-fill{min-height:200px!important;background-size:88% auto!important}
}

@media(max-width:560px){
  .page-home .footer-badge--logo-fill{min-height:190px!important;padding:8px!important}
  .page-home .footer-badge--logo-fill .footer-badge__logo-fill{min-height:174px!important;background-size:86% auto!important}
}
