/* Features page (/features). Only features-* classes live here; everything else is shared CSS.
   Colours/spacing are tokens only. */

/* Sticky in-page nav, built on the shared .tabs component (horizontal scroll on narrow screens, no JS needed:
   plain anchor links to each feature group's id). Sits just under the sticky site header. */
.features-nav {
  position: sticky;
  top: var(--header-h);
  z-index: 90;
  background: var(--color-bg);
}
.features-nav__list {
  margin: 0;
}
