/* EBW V8.12.7 – strict hero markup/layout repair
   Desktop keeps the original hero. Mobile uses the already installed portrait asset. */
body.ebw-v6 .ebw-hero__image--desktop-v8126,
body.ebw-v6-active .ebw-hero__image--desktop-v8126{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  z-index:-3!important;
}
body.ebw-v6 .ebw-hero__image--mobile-v8126,
body.ebw-v6-active .ebw-hero__image--mobile-v8126{
  display:none!important;
}
@media(max-width:700px){
  body.ebw-v6 .ebw-hero__image--desktop-v8126,
  body.ebw-v6-active .ebw-hero__image--desktop-v8126{
    display:none!important;
  }
  body.ebw-v6 .ebw-hero__image--mobile-v8126,
  body.ebw-v6-active .ebw-hero__image--mobile-v8126{
    display:block!important;
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:62% 66%!important;
    z-index:-3!important;
  }
  /* Preserve the intended V6 mobile rhythm after removing corrupt inline markup. */
  body.ebw-v6 .ebw-hero__content,
  body.ebw-v6-active .ebw-hero__content{
    padding-top:138px!important;
  }
}
