:root{
  --header-h: 100px; /* desktop-ish default */
}

html{
  scroll-padding-top: var(--header-h);
}