.chm-header {
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	position: relative;
	z-index: 500;
}

.chm-sticky {
	position: sticky;
	top: 0;
}

.chm-top-row {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 16px;
}

.chm-brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	max-width: 100%;
}

.chm-logo {
	max-height: 96px;
	max-width: 260px;
	width: auto;
	object-fit: contain;
}

.chm-brand-text {
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0.5px;
	color: var(--chm-accent, #e63329);
	line-height: 1.15;
	text-transform: uppercase;
}

.chm-tagline {
	margin-top: 6px;
	font-size: 15px;
	color: #6b6b6b;
	max-width: 320px;
	line-height: 1.4;
}

.chm-nav {
	border-top: 1px solid #eee;
}

.chm-nav-scroll {
	display: flex;
	align-items: center;
	overflow-x: auto;
	white-space: nowrap;
	padding: 12px 16px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.chm-nav-scroll::-webkit-scrollbar {
	display: none;
}

.chm-nav-link {
	font-weight: 700;
	color: #1a1a1a;
	text-decoration: none;
	padding: 2px 4px;
	flex-shrink: 0;
}

.chm-nav-link.chm-nav-current {
	color: var(--chm-accent, #e63329);
}

.chm-nav-divider {
	color: #ccc;
	margin: 0 12px;
	flex-shrink: 0;
}

@media (min-width: 640px) {
	.chm-brand-text {
		font-size: 32px;
	}
	.chm-nav-scroll {
		justify-content: center;
	}
}
