/*
 * Schüring High End – Header Equalizer-Muster (LED-Blöcke).
 * SVG-Data-URI hinter Logo & Navigation im Desktop-Header-Main.
 * Finale, vom Kunden bestätigte Variante (siehe memory-bank/06_snippets.md).
 */
.site-header__desktop .header-main {
	position: relative;
	overflow: hidden;
}

.site-header__desktop .header-main::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='176' height='108' viewBox='0 0 176 108'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Crect x='0' y='96' width='20' height='10' rx='2'/%3E%3Crect x='24' y='12' width='20' height='10' rx='2'/%3E%3Crect x='24' y='24' width='20' height='10' rx='2'/%3E%3Crect x='24' y='36' width='20' height='10' rx='2'/%3E%3Crect x='24' y='48' width='20' height='10' rx='2'/%3E%3Crect x='24' y='60' width='20' height='10' rx='2'/%3E%3Crect x='24' y='72' width='20' height='10' rx='2'/%3E%3Crect x='24' y='84' width='20' height='10' rx='2'/%3E%3Crect x='24' y='96' width='20' height='10' rx='2'/%3E%3Crect x='48' y='60' width='20' height='10' rx='2'/%3E%3Crect x='48' y='72' width='20' height='10' rx='2'/%3E%3Crect x='48' y='84' width='20' height='10' rx='2'/%3E%3Crect x='48' y='96' width='20' height='10' rx='2'/%3E%3Crect x='72' y='36' width='20' height='10' rx='2'/%3E%3Crect x='72' y='48' width='20' height='10' rx='2'/%3E%3Crect x='72' y='60' width='20' height='10' rx='2'/%3E%3Crect x='72' y='72' width='20' height='10' rx='2'/%3E%3Crect x='72' y='84' width='20' height='10' rx='2'/%3E%3Crect x='72' y='96' width='20' height='10' rx='2'/%3E%3Crect x='96' y='84' width='20' height='10' rx='2'/%3E%3Crect x='96' y='96' width='20' height='10' rx='2'/%3E%3Crect x='120' y='48' width='20' height='10' rx='2'/%3E%3Crect x='120' y='60' width='20' height='10' rx='2'/%3E%3Crect x='120' y='72' width='20' height='10' rx='2'/%3E%3Crect x='120' y='84' width='20' height='10' rx='2'/%3E%3Crect x='120' y='96' width='20' height='10' rx='2'/%3E%3Crect x='144' y='24' width='20' height='10' rx='2'/%3E%3Crect x='144' y='36' width='20' height='10' rx='2'/%3E%3Crect x='144' y='48' width='20' height='10' rx='2'/%3E%3Crect x='144' y='60' width='20' height='10' rx='2'/%3E%3Crect x='144' y='72' width='20' height='10' rx='2'/%3E%3Crect x='144' y='84' width='20' height='10' rx='2'/%3E%3Crect x='144' y='96' width='20' height='10' rx='2'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 100%;
}

.site-header__desktop .header-main > * {
	position: relative;
	z-index: 1;
}
