/* Fueltek v6.9.343 — attach the desktop sector journey rail directly to the
   fixed main navigation without allowing the rail to be clipped by the
   navigation scroll mask. Sector pages only. */

@media (min-width: 1221px) {
  /* Desktop header: top 10px + 94px height = 104px lower edge. */
  html[data-theme] body .sector-journey {
    top: 104px;
  }

  /* On sector pages the mask only needs to cover through the header edge.
     Ending it at the same 104px line removes the empty strip while keeping
     scrolling page content hidden behind the fixed navigation. */
  html[data-theme] body .nav-scroll-mask {
    height: 104px !important;
  }
}
