/* A fixed header surface prevents transparent navigation from changing with each hero image. */
.header {
	background-color: #080c13 !important;
	background-image: none !important;
	-webkit-backdrop-filter: none !important;
	backdrop-filter: none !important;
}

/*
 * Some isolated landing templates keep WordPress's logged-in body class but do
 * not render the toolbar itself. Only remove the toolbar offset in that state.
 */
body.admin-bar:not(:has(#wpadminbar)) .header {
	top: 0 !important;
}
