/* NMG v1.53: final article rhythm and About gateway alignment. */

@media (min-width: 761px) {
  /* Pull the article into the hero's dark lower fade so the gradient rule
     and opening paragraph read as one continuous editorial transition. */
  .latest-news-article-layout {
    position: relative;
    z-index: 2;
    margin-top: clamp(-260px, -14vw, -150px);
    padding-top: clamp(34px, 4vw, 56px);
  }

  /* Use a fixed content start instead of space-between, which pushed the
     shorter third card lower than its neighbours. */
  .about-gateway .work-route-grid--about .work-route-card {
    justify-content: flex-start;
  }

  .about-gateway .work-route-grid--about .work-route-card > span:nth-child(2) {
    margin-top: 31px;
  }
}

@media (max-width: 760px) {
  .latest-news-article-layout {
    margin-top: 0;
  }
}
