/**
 * Section anchors (front end) — only the scroll offset so deep links land
 * below the fixed header. The id assignment lives in section-anchors.js; the
 * "copy link" UI lives in the admin page editor, not on the public site.
 */

:root {
	/* Overwritten at runtime with the live fixed-header height. */
	--qw-anchor-offset: 130px;
}

/* Keep anchored headings clear of the fixed header on jump. */
#main-content h2[id],
#main-content h3[id] {
	scroll-margin-top: var(--qw-anchor-offset);
}
