:root {
	--ic-black: #111216;
	--ic-black-soft: #1c1e24;
	--ic-red: #ed1c24;
	--ic-gray: #6b7079;
	--ic-light: #f4f5f7;
	--ic-white: #ffffff;
	--ic-shell: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ic-black); background: #fff; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.icb-main { min-height: 55vh; }
.icb-shell { width: var(--ic-shell); margin-inline: auto; }
.icb-skip-link { position: fixed; left: 12px; top: -100px; z-index: 99999; padding: 10px 14px; background: #fff; color: #111; }
.icb-skip-link:focus { top: 12px; }
.icb-fallback-header { background: var(--ic-black); color: #fff; }
.icb-fallback-header .icb-shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.icb-fallback-header ul { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }
.icb-fallback-footer { padding: 28px 0; background: var(--ic-black); color: #fff; font-size: 14px; }
.icb-fallback-footer .icb-shell { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.icb-404 { padding: 120px 0; text-align: center; }
.icb-404 h1 { font-size: clamp(42px, 7vw, 84px); margin: 0 0 20px; }
.icb-eyebrow { color: var(--ic-red); text-transform: uppercase; letter-spacing: .16em; font-weight: 700; }
.icb-button { display: inline-flex; padding: 14px 22px; background: var(--ic-red); color: #fff; text-decoration: none; font-weight: 700; }
@media (max-width: 800px) {
	.icb-fallback-header .icb-shell { align-items: flex-start; flex-direction: column; padding: 18px 0; }
	.icb-fallback-header ul { flex-wrap: wrap; }
}
.icb-brand { display: inline-flex; align-items: center; text-decoration: none; }
.icb-brand img, .icb-brand .custom-logo { display: block; width: 190px; max-height: 54px; object-fit: contain; object-position: left center; }
.icb-fallback-header nav { margin-left: auto; }
.icb-fallback-header a { color: #fff; text-decoration: none; }
.icb-fallback-header .menu-item a { display: block; padding: 28px 0 25px; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .05em; border-bottom: 3px solid transparent; }
.icb-fallback-header .menu-item a:hover,
.icb-fallback-header .current-menu-item > a { border-bottom-color: var(--ic-red); }
.icb-fallback-footer a { color: #fff; }
@media (max-width: 800px) {
	.icb-fallback-header nav { width: 100%; margin-left: 0; }
	.icb-fallback-header .menu-item a { padding: 8px 0; }
}
