
/* Final reference adjustment:
   - restore original approved logo
   - integrate hero art into the sky-blue band
   - slightly darker blue under DNA/book
*/
.fm-logo img,
.fm-footer__brand img{
    content:url("../img/frontiermind-logo-reference-original.885c36a5b71f.png") !important;
}

.fm-hero{
    background:
      linear-gradient(
        90deg,
        #f9fcff 0%,
        #eef7ff 25%,
        #dfefff 46%,
        #c8e2f8 66%,
        #9dc9ee 84%,
        #77afe0 100%
      ) !important;
}

.fm-hero::before{
    background:
      linear-gradient(
        90deg,
        rgba(255,255,255,.94) 0%,
        rgba(255,255,255,.90) 25%,
        rgba(255,255,255,.70) 42%,
        rgba(255,255,255,.34) 56%,
        rgba(255,255,255,.08) 72%,
        rgba(255,255,255,0) 100%
      ) !important;
}

.fm-hero::after{
    width:63% !important;
    right:0 !important;
    top:0 !important;
    bottom:0 !important;
    background-image:url("../img/frontiermind-hero-latest-balanced.47f85996a5a4.png") !important;
    background-repeat:no-repeat !important;
    background-position:center bottom !important;
    background-size:contain !important;
    filter:saturate(1.04) contrast(1.02);
}

/* add a slightly deeper lower blue wash under the artwork */
.fm-hero .fm-hero__inner::after{
    content:"";
    position:absolute;
    left:42%;
    right:0;
    bottom:0;
    height:34%;
    background:linear-gradient(
      180deg,
      rgba(40,108,173,0) 0%,
      rgba(31,92,156,.07) 44%,
      rgba(16,70,126,.16) 100%
    );
    z-index:-1;
    pointer-events:none;
}

@media(max-width:760px){
    .fm-hero::after{
        width:100% !important;
        opacity:.44 !important;
        top:135px !important;
        background-size:contain !important;
    }
    .fm-hero .fm-hero__inner::after{
        left:0;
        height:28%;
    }
}
