/* Home mobile timeline current-year compatibility (2026-05-23 r70)
   Keeps the r14 intent working with the current release-timeline DOM. */

@media (max-width: 760px) {
  body.home-page .hm-timeline__years {
    --hm-timeline-years: 1 !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.home-page .hm-timeline__year-tabs .hm-timeline__year-tab:nth-child(n + 2),
  body.home-page .hm-timeline__years .hm-timeline__year-col:nth-child(n + 2),
  body.home-page .hm-timeline__rail .hm-timeline__year:nth-child(n + 2) {
    display: none !important;
  }
}

