/* Cabecera Naimar — full bleed; menú centrado (sin marca definitiva) */

.site-header.dynamic-header,
#site-header.site-header {
	max-width: none !important;
	width: 100% !important;
	margin-inline: 0 !important;
	padding-inline: 0 !important;
	padding-block: 0.85rem;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.site-header .header-inner {
	max-width: 1120px !important;
	width: min(1120px, calc(100% - 2rem)) !important;
	margin-inline: auto !important;
	padding-inline: 0 !important;
	box-sizing: border-box;
}
