/* FRONTIERMIND HERO ENGLISH V1.4B.1
   Stronger left-side mask to fully hide baked-in French copy. */

.fm-image-hero--english .fm-image-hero__frame::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(
      90deg,
      #ffffff 0%,
      #ffffff 42%,
      rgba(255,255,255,.995) 46%,
      rgba(255,255,255,.96) 50%,
      rgba(255,255,255,.78) 55%,
      rgba(255,255,255,.42) 60%,
      rgba(255,255,255,.12) 66%,
      rgba(255,255,255,0) 72%
    ) !important;
}

/* Add a soft blue undertone so the transition blends naturally with the artwork */
.fm-image-hero--english{
  background:linear-gradient(90deg,#ffffff 0%,#f9fcff 40%,#eaf5ff 62%,#cfe6fa 100%) !important;
}

@media(max-width:1000px){
  .fm-image-hero--english .fm-image-hero__frame::before{
    background:
      linear-gradient(
        90deg,
        #ffffff 0%,
        #ffffff 46%,
        rgba(255,255,255,.99) 50%,
        rgba(255,255,255,.86) 56%,
        rgba(255,255,255,.46) 63%,
        rgba(255,255,255,.10) 71%,
        rgba(255,255,255,0) 78%
      ) !important;
  }
}

@media(max-width:760px){
  .fm-image-hero--english .fm-image-hero__frame::before{
    background:
      linear-gradient(
        180deg,
        #ffffff 0%,
        #ffffff 57%,
        rgba(255,255,255,.96) 61%,
        rgba(255,255,255,.70) 68%,
        rgba(255,255,255,.24) 77%,
        rgba(255,255,255,0) 88%
      ) !important;
  }
}
