/* =========================================================
   HEADER
   ========================================================= */

.site-header-custom {
	width: 100%;
}

.site-header-custom__inner {
	width: min(
		1400px,
		calc(100% - 40px)
	);

	min-height: 80px;

	margin-inline: auto;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}


/* Logo */

.site-branding {
	flex: 0 0 auto;
}


/* Navigation */

.site-header-custom nav {
	margin-left: auto;
}

.site-header-custom nav ul {
	display: flex;
	align-items: center;
	gap: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
}


/* Menu button */

.site-header-custom [data-menu-toggle] {
	display: none;
}