/* FRONTIERMIND HOMEPAGE FINISH V1.5
   Final spacing/readability refinements only. */

/* Preserve validated hero */
.fm-image-hero--english,
.fm-image-hero--english .fm-image-hero__frame{
  margin-bottom:0 !important;
}

/* Audience cards breathing room */
.fm-audience{
  margin-top:0 !important;
  margin-bottom:34px !important;
}

/* Latest Publications */
.fm-latest{
  padding-top:0 !important;
  padding-bottom:52px !important;
}
.fm-latest h2{
  margin-bottom:10px !important;
}

/* Institutional value section */
.fm-home-value{
  padding-top:54px !important;
  padding-bottom:56px !important;
}
.fm-home-section-head{
  margin-bottom:34px !important;
}

/* Publishing process readability */
.fm-home-process{
  padding-top:54px !important;
  padding-bottom:56px !important;
}
.fm-process-grid{
  gap:14px !important;
}
.fm-process-grid li{
  min-height:170px !important;
  padding:20px 17px !important;
}
.fm-process-grid b{
  font-size:13.5px !important;
  margin-bottom:17px !important;
}
.fm-process-grid strong{
  font-size:15.5px !important;
  line-height:1.3 !important;
}
.fm-process-grid span{
  font-size:13.25px !important;
  line-height:1.5 !important;
}

/* Open Access / proposal CTA */
.fm-home-oa{
  padding-top:54px !important;
  padding-bottom:54px !important;
}
.fm-home-oa-grid{
  gap:30px !important;
}

/* Footer final readability */
.fm-footer h4{
  font-size:13px !important;
}
.fm-footer p,
.fm-footer a{
  font-size:13px !important;
  line-height:1.58 !important;
}
.fm-footer__bottom{
  font-size:12px !important;
}

/* Keep social icons comfortably visible */
.fm-social-dynamic a{
  width:34px !important;
  height:34px !important;
}

/* Tablet */
@media(max-width:1050px){
  .fm-process-grid li{
    min-height:150px !important;
  }
}

/* Mobile */
@media(max-width:760px){
  .fm-audience{
    margin-bottom:26px !important;
  }
  .fm-latest{
    padding-bottom:38px !important;
  }
  .fm-home-value,
  .fm-home-process,
  .fm-home-oa{
    padding-top:40px !important;
    padding-bottom:40px !important;
  }
  .fm-process-grid li{
    min-height:auto !important;
    padding:18px 16px !important;
  }
  .fm-footer p,
  .fm-footer a{
    font-size:13px !important;
  }
}
