/* FRONTIERMIND HERO ENGLISH V1.4B.2
   Final opaque mask to eliminate all residual 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 48%,
      rgba(255,255,255,.995) 51%,
      rgba(255,255,255,.94) 55%,
      rgba(255,255,255,.72) 59%,
      rgba(255,255,255,.40) 63%,
      rgba(255,255,255,.14) 67%,
      rgba(255,255,255,0) 72%
    ) !important;
}

/* Slightly extend the clean copy zone without changing hero proportions */
.fm-hero-en-copy{
  position:relative;
  z-index:3 !important;
}

/* Preserve the artwork contrast on the right */
.fm-image-hero--english .fm-image-hero__image--art{
  z-index:0 !important;
}

@media(max-width:1000px){
  .fm-image-hero--english .fm-image-hero__frame::before{
    background:
      linear-gradient(
        90deg,
        #ffffff 0%,
        #ffffff 50%,
        rgba(255,255,255,.99) 54%,
        rgba(255,255,255,.88) 58%,
        rgba(255,255,255,.56) 64%,
        rgba(255,255,255,.18) 70%,
        rgba(255,255,255,0) 77%
      ) !important;
  }
}

@media(max-width:760px){
  .fm-image-hero--english .fm-image-hero__frame::before{
    background:
      linear-gradient(
        180deg,
        #ffffff 0%,
        #ffffff 60%,
        rgba(255,255,255,.98) 64%,
        rgba(255,255,255,.78) 70%,
        rgba(255,255,255,.32) 79%,
        rgba(255,255,255,0) 90%
      ) !important;
  }
}
