/* Luemas menu-to-section navigation */
[data-luemas-anchor] {
  scroll-margin-top: calc(var(--header-group-height, var(--header-height, 0px)) + 20px);
}

#header-group a.luemas-section-link--active,
#header-group a[data-luemas-section-active] {
  color: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
