/* FRONTIERMIND HERO ENGLISH V1.4B.4
   Local cleanup only: remove residual baked French fragments without touching book/DNA. */

.fm-image-hero--english .fm-image-hero__frame::after{
  content:"";
  position:absolute;
  z-index:2;
  pointer-events:none;

  /* Residual French copy zone only */
  left:39%;
  top:20%;
  width:15%;
  height:52%;

  background:
    linear-gradient(
      90deg,
      #dfeefa 0%,
      #dfeefa 58%,
      rgba(223,238,250,.98) 68%,
      rgba(223,238,250,.78) 78%,
      rgba(223,238,250,.42) 88%,
      rgba(223,238,250,0) 100%
    );
}

/* English content remains above the local cleanup patch */
.fm-hero-en-copy{
  z-index:4 !important;
}

@media(max-width:1000px){
  .fm-image-hero--english .fm-image-hero__frame::after{
    left:42%;
    top:20%;
    width:15%;
    height:52%;
  }
}

/* Mobile uses a different vertical composition; no local patch needed */
@media(max-width:760px){
  .fm-image-hero--english .fm-image-hero__frame::after{
    display:none;
  }
}
