:root {
	--mm-header-height: 76px;
}

.fusion-header-wrapper {
	position: sticky !important;
	top: 0;
	z-index: 10020;
	transition: box-shadow .2s ease, transform .2s ease;
}

.admin-bar .fusion-header-wrapper { top: 32px; }

.fusion-header-wrapper.mm-header-scrolled {
	box-shadow: 0 10px 30px rgba(17, 24, 39, .1);
}

.fusion-header-wrapper.mm-header-scrolled .fusion-header {
	min-height: 64px;
}

.mm-flyout-close {
	position: fixed;
	top: 18px;
	right: 18px;
	z-index: 10050;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #171717;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .18);
	font: 0/0 a;
	cursor: pointer;
}

.mm-flyout-close::before,
.mm-flyout-close::after {
	content: "";
	position: absolute;
	left: 13px;
	top: 23px;
	width: 22px;
	height: 2px;
	background: currentColor;
	transform: rotate(45deg);
}
.mm-flyout-close::after { transform: rotate(-45deg); }
.mm-flyout-close:focus-visible { outline: 3px solid #c62828; outline-offset: 3px; }

.mm-search-correction {
	background: #f7f7f5;
	border-bottom: 1px solid rgba(17, 24, 39, .08);
	color: #202124;
	font-size: .95rem;
}
.mm-search-correction__inner {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	padding: 12px 0;
}
.mm-search-correction a { margin-left: .4em; text-decoration: underline; }

.mm-category-intro {
	width: 100%;
	margin: 0 0 clamp(28px, 5vw, 56px);
	padding: clamp(24px, 4vw, 44px) 0;
	border-bottom: 1px solid rgba(17, 24, 39, .1);
}
.category .fusion-archive-description { display: none !important; }

.fusion-main-menu .sub-menu,
.fusion-main-menu .sub-menu a { color: #fff !important; }
.fusion-main-menu .sub-menu a { background: #202229 !important; }
.fusion-main-menu .sub-menu a:hover,
.fusion-main-menu .sub-menu a:focus { background: #b4232c !important; }

.mm-topic-index { width: min(1240px, calc(100% - 32px)); margin: 0 auto; padding: clamp(36px, 7vw, 88px) 0; }
.mm-topic-index__eyebrow { margin: 0 0 8px; color: #b4232c; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mm-topic-index h1 { margin: 0; font-size: clamp(2.25rem, 6vw, 5rem); line-height: 1; letter-spacing: -.05em; }
.mm-topic-index__lead { max-width: 680px; margin: 18px 0 36px; color: #4b5563; font-size: 1.1rem; }
.mm-topic-index__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.mm-topic-index__item { display: flex; min-height: 150px; flex-direction: column; justify-content: space-between; padding: 24px; border-radius: 18px; background: #f4f4f2; color: #171717; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.mm-topic-index__item:hover { transform: translateY(-3px); background: #ececea; color: #b4232c; }
.mm-topic-index__item strong { font-size: 1.15rem; }
.mm-topic-index__item span { color: #5f6368; font-size: .9rem; line-height: 1.45; }
.mm-category-intro__eyebrow {
	margin: 0 0 8px;
	color: #b4232c;
	font-size: .75rem;
	font-weight: 750;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.mm-category-intro h1 {
	margin: 0;
	font-size: clamp(2rem, 5vw, 4.25rem);
	line-height: 1.02;
	letter-spacing: -.045em;
}
.mm-category-intro__description {
	max-width: 760px;
	margin-top: 16px;
	color: #4b5563;
	font-size: clamp(1rem, 1.4vw, 1.15rem);
	line-height: 1.65;
}
.mm-category-intro__description p { margin: 0; }

@media (max-width: 782px) {
	.admin-bar .fusion-header-wrapper { top: 46px; }
	:root { --mm-header-height: 64px; }
	.fusion-header-wrapper .fusion-header { min-height: var(--mm-header-height); }
	.admin-bar .mm-flyout-close { top: 58px; }
	.mm-category-intro { padding-top: 20px; }
	.mm-topic-index__grid { grid-template-columns: 1fr; }
}

@media (min-width: 783px) and (max-width: 1100px) { .mm-topic-index__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (prefers-reduced-motion: reduce) {
	.fusion-header-wrapper { transition: none; }
}
