/*
 * Default page template (page.php).
 *
 * Layout primitives (.service-hero, .service-content, sidebar) are
 * inherited from services.css, which is enqueued alongside this file on
 * default pages. This file only owns the transparent-header overlay
 * placement, keyed by WordPress's `page-template-default` body class so
 * the hero sits at y=0 under the header (matching every other surface).
 */

.page-template-default .site-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
}

.page-template-default .site-main {
	margin-top: 0;
	overflow-x: clip;
}
