/* Trinity V40.1 — desktop WebKit paint repair
   WebKit can expose a transparent compositor tile between the sticky command
   header and the cinematic hero. This dark bridge is attached to the existing
   header layer and overlaps the affected upper-left paint area without
   changing document layout, controls, hero content, or the mobile breakpoint. */

@media (min-width:701px){
  body.trinity-storefront > .chainmail-frame-left{
    display:none!important;
  }

  #trinityImageHeader .trinity-desktop-paint-bridge{
    display:block!important;
    position:fixed!important;
    left:0!important;
    top:0!important;
    width:calc(max(248px,18vw) + 40px)!important;
    height:300px!important;
    background:#030303!important;
    pointer-events:none!important;
    z-index:1!important;
  }

  #trinityImageHeader .trinity-v35-shell{
    position:relative!important;
    z-index:2!important;
    background:#030303!important;
    box-shadow:0 0 0 2px #030303!important;
  }
}

@media (max-width:700px){
  #trinityImageHeader .trinity-desktop-paint-bridge{
    display:none!important;
  }
}
