/* Header — wrapper
 * White band holding the top row + nav row.
 *
 * Sticky must sit on the template-part wrapper (<header>), not the inner
 * band: the inner band's parent is only as tall as the header, so sticking
 * there would release immediately. The <header> wrapper's parent is the
 * full-height .wp-site-blocks, so it stays pinned while the body scrolls.
 */

header.wp-block-template-part {
	position: sticky;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid var(--wp--preset--color--brand);
	background: var(--wp--preset--color--white);
}

.bollaert-header {
	position: relative;
}
