/* MIDAS v56 — final desktop home hero cross-browser geometry fix.
   Loaded last under a unique filename to bypass stale browser cache. */
@media (min-width:851px){
  body.midas-home .midas-hero-v4{
    display:block!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:0!important;
    margin:0!important;
    overflow:visible!important;
  }
  body.midas-home .midas-hero-desktop{
    display:block!important;
    position:relative!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    background:#050506!important;
  }
  body.midas-home .midas-hero-desktop>img:first-child{
    display:block!important;
    position:static!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    margin:0!important;
    padding:0!important;
  }
  body.midas-home .midas-hero-desktop>img.midas-letter-sheen-img{
    display:none!important;
  }
  body.midas-home .midas-hero-desktop::before,
  body.midas-home .midas-hero-desktop::after{
    display:none!important;
    content:none!important;
  }
  body.midas-home .midas-proofbar{
    margin-top:0!important;
  }
}
