/* IWL desktop composition correction.
   The approved copy remains unchanged. This pass lowers the composition,
   moves the signature quote into the open right field, and drops the
   architectural underlay so it no longer crowds the top of the page. */

@media (min-width:981px){
  .iwl-single-shell{
    padding-top:clamp(84px,9vh,112px)!important;
  }

  .iwl-single-page::before{
    background-position:center 58px!important;
  }
}

@media (min-width:1261px){
  .iwl-quote-display{
    top:clamp(258px,29vh,315px)!important;
    left:55vw!important;
    right:auto!important;
    width:min(390px,25vw)!important;
    font-size:clamp(42px,3.05vw,52px)!important;
    line-height:1.04!important;
  }
}

@media (min-width:981px) and (max-width:1260px){
  .iwl-quote-display{
    top:clamp(260px,29vh,310px)!important;
    left:57vw!important;
    right:auto!important;
    width:min(360px,31vw)!important;
    font-size:clamp(34px,3.4vw,44px)!important;
  }
}

@media (max-width:980px){
  .iwl-single-page::before{
    background-position:72% center!important;
  }
}
