/*
 * Medya Olusum Category v8 — scoped editorial concept inside Jannah.
 * Every content selector is rooted at #mo-category; theme integration is rooted
 * at body.mo-category-preview, so no other page inherits this concept.
 */

body.mo-category-preview {
	background: #fff;
}

body.mo-category-preview #tie-container,
body.mo-category-preview #mo-category {
	overflow: visible;
}

body.mo-category-preview #content {
	margin-top: 0;
}

/* Jannah remains the runtime authority, but Home2 owns its visible Panorama chrome. */
body.mo-category-preview #theme-header,
body.mo-category-preview #category-slider,
body.mo-category-preview #footer,
body.mo-category-preview #go-to-top,
body.mo-category-preview .side-aside-wrapper {
	display: none !important;
}

body.mo-category-preview.moh2-menu-open,
body.mo-category-preview.moh2-dialog-open {
	overflow: hidden;
}

/* Flatten only the native Jannah builder shell carrying this shortcode. */
body.mo-category-preview .section-wrapper.mo-category-shell {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.mo-category-preview .section-wrapper.mo-category-shell > .section-item,
body.mo-category-preview .section-wrapper.mo-category-shell > .section-item > .container,
body.mo-category-preview .section-wrapper.mo-category-shell > .section-item > .container > .tie-row,
body.mo-category-preview .section-wrapper.mo-category-shell .main-content,
body.mo-category-preview .section-wrapper.mo-category-shell .container-wrapper,
body.mo-category-preview .section-wrapper.mo-category-shell .mag-box-container,
body.mo-category-preview .section-wrapper.mo-category-shell .entry {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.mo-category-preview .section-wrapper.mo-category-shell .main-content {
	float: none !important;
}

body.mo-category-preview .section-wrapper.mo-category-shell .container-wrapper::before,
body.mo-category-preview .section-wrapper.mo-category-shell .container-wrapper::after,
body.mo-category-preview .section-wrapper.mo-category-shell .mag-box::before,
body.mo-category-preview .section-wrapper.mo-category-shell .mag-box::after {
	display: none !important;
}

#mo-category {
	--moh2-red: #d3161d;
	--moh2-red-dark: #aa0e14;
	--moh2-ink: #101522;
	--moh2-navy: #15233d;
	--moh2-blue: #34527c;
	--moh2-muted: #677080;
	--moh2-line: #dfe2e6;
	--moh2-soft: #f5f6f7;
	--moh2-paper: #fff;
	--moh2-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", serif;
	--moh2-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	--moh2-description-size: 14px;
	--moh2-description-line-height: 1.5;
	width: 100%;
	min-width: 0;
	overflow: clip;
	background: var(--moh2-paper);
	color: var(--moh2-ink);
	font-family: var(--moh2-sans);
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

#mo-category,
#mo-category *,
#mo-category *::before,
#mo-category *::after {
	box-sizing: border-box;
}

#mo-category a {
	color: inherit;
	text-decoration: none;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease, opacity .18s ease, transform .18s ease;
}

#mo-category a:hover {
	color: var(--moh2-red);
}

#mo-category a:focus-visible,
#mo-category button:focus-visible,
#mo-category [tabindex]:focus-visible {
	outline: 3px solid rgba(211, 22, 29, .38);
	outline-offset: 3px;
}

#mo-category img,
#mo-category .moh2-image-fallback {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#mo-category h1,
#mo-category h2,
#mo-category h3,
#mo-category h4,
#mo-category p,
#mo-category ol,
#mo-category ul {
	margin-top: 0;
}

#mo-category .moh2-shell {
	width: min(1400px, calc(100% - 40px));
	margin-right: auto;
	margin-left: auto;
}

#mo-category .moh2-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 99999;
	padding: 10px 15px;
	border-radius: 4px;
	background: #fff;
	color: #111;
	font-weight: 800;
	transform: translateY(-160%);
}

#mo-category .moh2-skip-link:focus {
	transform: translateY(0);
}

/* Panorama header contract, populated with Medya Oluşum data. */
#mo-category .moh2-icon-button {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 999px;
	background: transparent;
	color: var(--moh2-ink);
	box-shadow: none;
	cursor: pointer;
}

#mo-category .moh2-icon-button:hover,
#mo-category .moh2-icon-button:focus-visible {
	border-color: #edf0f3;
	background: var(--moh2-soft);
	color: var(--moh2-red);
}

#mo-category .moh2-icon-button:active {
	transform: scale(.96);
}

#mo-category .moh2-icon-button svg,
#mo-category .moh2-back-to-top svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#mo-category .moh2-utility-bar {
	height: 40px;
	border-bottom: 1px solid #edf0f3;
	background: #fff;
	color: #263244;
	font-size: 12px;
}

#mo-category .moh2-utility-bar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	gap: 20px;
}

#mo-category .moh2-utility-cluster,
#mo-category .moh2-market-strip,
#mo-category .moh2-social-strip {
	display: flex;
	align-items: center;
	gap: 18px;
	white-space: nowrap;
}

#mo-category .moh2-utility-item,
#mo-category .moh2-market-item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

#mo-category .moh2-utility-item + .moh2-utility-item,
#mo-category .moh2-market-item + .moh2-market-item {
	position: relative;
}

#mo-category .moh2-utility-item + .moh2-utility-item::before,
#mo-category .moh2-market-item + .moh2-market-item::before {
	position: absolute;
	top: 50%;
	left: -10px;
	width: 1px;
	height: 17px;
	background: var(--moh2-line);
	content: "";
	transform: translateY(-50%);
}

#mo-category .moh2-market-item {
	align-items: baseline;
}

#mo-category .moh2-market-item strong {
	font-size: 11px;
	letter-spacing: .025em;
}

#mo-category .moh2-market-item span {
	color: #0c8b55;
	font-weight: 750;
}

#mo-category .moh2-social-strip a {
	display: inline-grid;
	place-items: center;
	min-width: 18px;
	height: 24px;
	color: var(--moh2-ink);
	font-weight: 800;
}

#mo-category .moh2-site-header {
	position: relative;
	z-index: 50;
	background: rgba(255, 255, 255, .98);
}

#mo-category .moh2-masthead {
	display: grid;
	place-items: center;
	min-height: 170px;
	padding: 20px;
	border-bottom: 1px solid var(--moh2-line);
	text-align: left;
}

#mo-category .moh2-masthead__inner {
	display: grid;
	grid-template-columns: minmax(280px, .58fr) minmax(0, 1.2fr);
	align-items: center;
	gap: 48px;
	width: min(calc(100% - 64px), 1200px);
}

#mo-category .moh2-masthead__identity {
	min-width: 0;
}

#mo-category .moh2-brand {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}

#mo-category .moh2-brand img {
	width: auto;
	height: auto;
	max-width: min(400px, 100%);
	max-height: 70px;
	object-fit: contain;
}

#mo-category .moh2-brand-tagline {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: min(100%, 400px);
	margin: 14px 0 0;
	color: var(--moh2-muted);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .01em;
	line-height: 1.55;
	text-wrap: balance;
}

#mo-category .moh2-brand-tagline::before,
#mo-category .moh2-brand-tagline::after {
	flex: 0 0 38px;
	width: 38px;
	height: 1px;
	background: #aab1ba;
	content: "";
}

#mo-category .moh2-masthead-feature {
	display: block;
	justify-self: end;
	width: min(100%, 800px);
	overflow: hidden;
}

#mo-category .moh2-masthead-feature img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 800 / 130;
	object-fit: contain;
}

/* The live Jannah primary menu, retained as the publication-network row. */
#mo-category .moh2-network-nav-row {
	background: #fff;
}

#mo-category .moh2-network-nav-row__inner {
	width: min(calc(100% - 64px), 1200px);
	margin: 0 auto;
	border-top: 3px solid #000;
	border-bottom: 1px solid #d5d5d5;
	background: #fff;
}

#mo-category .moh2-network-nav,
#mo-category .moh2-network-menu,
#mo-category .moh2-network-menu .sub-menu {
	margin: 0;
	padding: 0;
}

#mo-category .moh2-network-menu,
#mo-category .moh2-network-menu .sub-menu {
	list-style: none;
}

#mo-category .moh2-network-menu {
	display: flex;
	align-items: stretch;
	justify-content: center;
	min-height: 60px;
}

#mo-category .moh2-network-menu > li {
	position: relative;
	display: flex;
	align-items: stretch;
	margin: 0;
}

#mo-category .moh2-network-menu > li > a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 60px;
	padding: 0 14px;
	color: #2c2f34;
	font-family: "PT Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
}

#mo-category .moh2-network-menu > li.menu-item-has-children > a {
	padding-right: 28px;
}

#mo-category .moh2-network-menu > li.menu-item-has-children > a::after {
	position: absolute;
	top: 50%;
	right: 13px;
	width: 6px;
	height: 6px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	content: "";
	transform: translateY(-68%) rotate(45deg);
}

#mo-category .moh2-network-menu > li > a:hover,
#mo-category .moh2-network-menu > li > a:focus-visible {
	color: var(--moh2-red);
}

#mo-category .moh2-network-menu .sub-menu {
	position: absolute;
	z-index: 80;
	top: 100%;
	left: 0;
	display: none;
	min-width: 210px;
	padding: 10px 0;
	border-top: 2px solid #2c2f34;
	background: #fff;
	box-shadow: 0 12px 28px rgba(9, 20, 37, .15);
}

#mo-category .moh2-network-menu li:hover > .sub-menu,
#mo-category .moh2-network-menu li:focus-within > .sub-menu {
	display: block;
}

#mo-category .moh2-network-menu .sub-menu a {
	display: block;
	padding: 9px 16px;
	color: #2c2f34;
	font-family: "PT Sans", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.35;
	white-space: nowrap;
}

#mo-category .moh2-network-menu .sub-menu a:hover,
#mo-category .moh2-network-menu .sub-menu a:focus-visible {
	background: #f4f5f6;
	color: var(--moh2-red);
}

#mo-category .moh2-nav-row {
	border-bottom: 1px solid var(--moh2-line);
	background: #fff;
}

#mo-category .moh2-nav-row__inner {
	display: flex;
	align-items: center;
	min-height: 54px;
}

#mo-category .moh2-main-nav {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex: 1;
	height: 54px;
}

#mo-category .moh2-main-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	color: var(--moh2-ink);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .01em;
	text-transform: uppercase;
	white-space: nowrap;
}

#mo-category .moh2-main-nav a::after {
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 0;
	height: 3px;
	background: var(--moh2-red);
	content: "";
	transform: translateX(-50%);
	transition: width .2s ease;
}

#mo-category .moh2-main-nav a:hover,
#mo-category .moh2-main-nav a[aria-current="page"] {
	color: var(--moh2-red);
}

#mo-category .moh2-main-nav a:hover::after,
#mo-category .moh2-main-nav a[aria-current="page"]::after {
	width: calc(100% - 36px);
}

#mo-category .moh2-nav-actions {
	display: flex;
	align-items: center;
	gap: 4px;
	padding-left: 14px;
	border-left: 1px solid #edf0f3;
}

#mo-category .moh2-menu-label {
	display: none;
}

#mo-category .moh2-mobile-drawer {
	position: fixed;
	z-index: 200;
	inset: 0;
	visibility: hidden;
	pointer-events: none;
}

#mo-category .moh2-mobile-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(3, 10, 20, .58);
	opacity: 0;
	transition: opacity .25s ease;
}

#mo-category .moh2-mobile-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	width: min(390px, 88vw);
	height: 100%;
	padding: 20px;
	overflow-y: auto;
	background: #fff;
	transform: translateX(100%);
	transition: transform .25s ease;
}

body.mo-category-preview.moh2-menu-open #mo-category .moh2-mobile-drawer {
	visibility: visible;
	pointer-events: auto;
}

body.mo-category-preview.moh2-menu-open #mo-category .moh2-mobile-drawer__backdrop {
	opacity: 1;
}

body.mo-category-preview.moh2-menu-open #mo-category .moh2-mobile-drawer__panel {
	transform: translateX(0);
}

#mo-category .moh2-mobile-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--moh2-line);
}

#mo-category .moh2-mobile-drawer__brand {
	font-family: var(--moh2-serif);
	font-size: 26px;
	font-weight: 700;
}

#mo-category .moh2-mobile-nav {
	display: grid;
	padding: 14px 0;
}

#mo-category .moh2-mobile-nav a {
	padding: 12px 2px;
	border-bottom: 1px solid #edf0f3;
	font-size: 14px;
	font-weight: 750;
}

#mo-category .moh2-mobile-network {
	padding: 18px 0;
	border-top: 1px solid var(--moh2-line);
}

#mo-category .moh2-mobile-network h2 {
	margin: 0 0 8px;
	font-family: var(--moh2-serif);
	font-size: 20px;
}

#mo-category .moh2-mobile-network-menu,
#mo-category .moh2-mobile-network-menu .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mo-category .moh2-mobile-network-menu > li > a {
	display: block;
	padding: 10px 2px;
	border-bottom: 1px solid #edf0f3;
	font-size: 13px;
	font-weight: 750;
}

#mo-category .moh2-mobile-network-menu .sub-menu {
	display: grid;
	padding: 4px 0 8px 14px;
}

#mo-category .moh2-mobile-network-menu .sub-menu a {
	display: block;
	padding: 7px 2px;
	color: var(--moh2-muted);
	font-size: 12px;
}

#mo-category .moh2-mobile-drawer__market {
	padding-top: 16px;
	border-top: 1px solid var(--moh2-line);
}

#mo-category .moh2-mobile-stats {
	width: 100%;
	border-collapse: collapse;
}

#mo-category .moh2-mobile-stats th,
#mo-category .moh2-mobile-stats td {
	padding: 9px 0;
	border: 0;
	border-bottom: 1px solid #edf0f3;
	background: transparent;
	font-size: 12px;
}

#mo-category .moh2-mobile-stats th {
	text-align: left;
}

#mo-category .moh2-mobile-stats td {
	color: #0c8b55;
	font-weight: 800;
	text-align: right;
}

#mo-category .moh2-image-fallback {
	position: relative;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 76% 20%, rgba(211, 22, 29, .48), transparent 34%),
		linear-gradient(145deg, #172236, #38445a 62%, #8e171d);
	color: rgba(255, 255, 255, .72);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

#mo-category .moh2-image-fallback > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Breaking bar */
#mo-category .moh2-breaking {
	border-bottom: 1px solid var(--moh2-line);
	background: #fff;
}

#mo-category .moh2-breaking__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	min-height: 60px;
	overflow: hidden;
}

#mo-category .moh2-breaking__badge {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	align-self: stretch;
	padding: 0 30px 0 18px;
	background: var(--moh2-red);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .035em;
	text-transform: uppercase;
}

#mo-category .moh2-breaking__badge::after {
	position: absolute;
	top: 0;
	right: -18px;
	width: 19px;
	height: 100%;
	background: var(--moh2-red);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
}

#mo-category .moh2-ticker {
	min-width: 0;
	overflow: hidden;
	margin-left: 34px;
}

#mo-category .moh2-ticker__track {
	display: flex;
	align-items: center;
	width: max-content;
	animation: moh2-ticker 70s linear infinite;
}

#mo-category .moh2-ticker:hover .moh2-ticker__track,
#mo-category .moh2-ticker:focus-within .moh2-ticker__track {
	animation-play-state: paused;
}

#mo-category .moh2-ticker__item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding-right: 30px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 650;
}

#mo-category .moh2-ticker__item time {
	color: #8b919c;
	font-size: 12px;
	font-weight: 500;
}

#mo-category .moh2-ticker__item i {
	display: block;
	width: 5px;
	height: 5px;
	margin-left: 4px;
	border-radius: 50%;
	background: var(--moh2-red);
}

#mo-category .moh2-breaking__more {
	position: relative;
	z-index: 2;
	padding-left: 22px;
	background: #fff;
	color: var(--moh2-red);
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

@keyframes moh2-ticker {
	to { transform: translateX(-50%); }
}

/* First editorial area */
#mo-category .moh2-top-layout,
#mo-category .moh2-content-layout {
	display: grid;
	/* 331px track - 30px left padding - 1px divider = 300px visible sidebar content. */
	grid-template-columns: minmax(0, 1fr) 331px;
	gap: 44px;
}

#mo-category .moh2-top-layout {
	padding-top: 20px;
	padding-bottom: 54px;
}

#mo-category .moh2-top-main,
#mo-category .moh2-content-main {
	min-width: 0;
}

#mo-category .moh2-lead-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(330px, .98fr);
	gap: 16px;
	min-height: 680px;
}

#mo-category .moh2-hero-card,
#mo-category .moh2-feature-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	background: #172033;
}

#mo-category .moh2-hero-card__link,
#mo-category .moh2-feature-card > a {
	position: absolute;
	inset: 0;
	display: block;
}

#mo-category .moh2-hero-card__image,
#mo-category .moh2-feature-card img,
#mo-category .moh2-feature-card .moh2-image-fallback {
	transition: transform .55s ease;
}

#mo-category .moh2-hero-card:hover .moh2-hero-card__image,
#mo-category .moh2-feature-card:hover img {
	transform: scale(1.025);
}

#mo-category .moh2-hero-card__shade,
#mo-category .moh2-feature-card__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(4, 9, 17, .04) 22%, rgba(4, 9, 17, .25) 48%, rgba(4, 9, 17, .96) 100%);
}

#mo-category .moh2-hero-card__content,
#mo-category .moh2-feature-card__content {
	position: absolute;
	right: 30px;
	bottom: 27px;
	left: 30px;
	z-index: 1;
	display: block;
	color: #fff;
}

#mo-category .moh2-category-pill {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	margin-bottom: 12px;
	padding: 4px 11px;
	background: var(--moh2-red);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .04em;
	line-height: 1;
	text-transform: uppercase;
}

#mo-category .moh2-hero-card h1 {
	max-width: 920px;
	margin: 0 0 11px;
	color: #fff;
	font-family: var(--moh2-serif);
	font-size: clamp(31px, 2.8vw, 45px);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.09;
	text-shadow: 0 2px 22px rgba(0, 0, 0, .42);
}

#mo-category .moh2-hero-card__excerpt {
	display: block;
	max-width: 830px;
	margin-bottom: 15px;
	color: rgba(255, 255, 255, .92);
	font-family: var(--moh2-serif);
	font-size: var(--moh2-description-size);
	line-height: var(--moh2-description-line-height);
}

#mo-category .moh2-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	color: #7d8490;
	font-size: 11px;
	line-height: 1.35;
}

#mo-category .moh2-meta > span + span::before {
	display: inline-block;
	margin: 0 8px;
	color: #a5aab2;
	content: "•";
}

#mo-category .moh2-hero-card .moh2-meta,
#mo-category .moh2-feature-card .moh2-meta {
	color: rgba(255, 255, 255, .78);
}

#mo-category .moh2-bookmark {
	position: absolute;
	right: 16px;
	bottom: 17px;
	z-index: 3;
	display: grid;
	width: 38px;
	height: 38px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: rgba(10, 16, 27, .36);
	color: #fff;
	cursor: pointer;
	backdrop-filter: blur(5px);
}

#mo-category .moh2-bookmark svg {
	width: 19px;
	height: 19px;
	fill: transparent;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

#mo-category .moh2-bookmark[aria-pressed="true"] {
	background: var(--moh2-red);
}

#mo-category .moh2-bookmark[aria-pressed="true"] svg {
	fill: currentColor;
}

#mo-category .moh2-lead-stack {
	display: grid;
	grid-template-rows: repeat(6, minmax(0, 1fr));
	border-top: 1px solid var(--moh2-line);
}

#mo-category .moh2-lead-story {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 88px;
	align-items: center;
	gap: 14px;
	min-height: 0;
	padding: 8px 0;
	border-bottom: 1px solid var(--moh2-line);
}

#mo-category .moh2-lead-story + .moh2-lead-story {
	padding-top: 8px;
}

#mo-category .moh2-lead-story__image {
	grid-row: 1;
	grid-column: 2;
	width: 88px;
	height: 88px;
	min-height: 88px;
	margin-left: auto;
	overflow: hidden;
	background: var(--moh2-soft);
	aspect-ratio: 1 / 1;
}

#mo-category .moh2-lead-story__content {
	grid-row: 1;
	grid-column: 1;
	min-width: 0;
}

#mo-category .moh2-kicker {
	display: inline-block;
	margin: 2px 0 6px;
	color: var(--moh2-blue);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .055em;
	line-height: 1.2;
	text-transform: uppercase;
}

#mo-category .moh2-lead-story h2,
#mo-category .moh2-standard-card h3,
#mo-category .moh2-list-card h3,
#mo-category .moh2-feature-card h3,
#mo-category .moh2-compact-feature h3,
#mo-category .moh2-mini-card h3,
#mo-category .moh2-split-main h3,
#mo-category .moh2-editor-list h3,
#mo-category .moh2-author-card h4 {
	font-family: var(--moh2-serif);
	font-weight: 700;
	letter-spacing: -.01em;
}

#mo-category .moh2-lead-story h2 {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 6px;
	font-size: 17px;
	line-height: 1.18;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

#mo-category .moh2-lead-story .moh2-meta {
	flex-wrap: nowrap;
	overflow: hidden;
	font-size: 10px;
	white-space: nowrap;
}

#mo-category .moh2-lead-story p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 9px;
	color: #4e5664;
	font-family: var(--moh2-serif);
	font-size: var(--moh2-description-size);
	line-height: var(--moh2-description-line-height);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* Shared section structure */
#mo-category .moh2-editorial-section {
	padding-top: 43px;
}

#mo-category .moh2-section-title-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 19px;
	border-bottom: 1px solid var(--moh2-line);
}

#mo-category .moh2-section-title-row h2 {
	position: relative;
	margin: 0;
	padding: 0 0 10px;
	font-family: var(--moh2-serif);
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

#mo-category .moh2-section-title-row h2::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 68px;
	height: 3px;
	background: var(--moh2-red);
	content: "";
}

#mo-category .moh2-section-more {
	padding-bottom: 10px;
	color: #3d5273;
	font-size: 11px;
	font-weight: 750;
	white-space: nowrap;
}

#mo-category .moh2-section-eyebrow {
	display: block;
	margin-bottom: 6px;
	color: var(--moh2-red);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .11em;
	text-transform: uppercase;
}

#mo-category .moh2-card-grid-3,
#mo-category .moh2-triptych {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

#mo-category .moh2-standard-card__image {
	display: block;
	height: 190px;
	overflow: hidden;
	margin-bottom: 11px;
	background: var(--moh2-soft);
}

#mo-category .moh2-standard-card__image img {
	transition: transform .35s ease;
}

#mo-category .moh2-standard-card:hover .moh2-standard-card__image img {
	transform: scale(1.025);
}

#mo-category .moh2-standard-card h3 {
	margin: 0 0 7px;
	font-size: 18px;
	line-height: 1.25;
}

#mo-category .moh2-standard-card p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 9px;
	color: #5c6471;
	font-family: var(--moh2-serif);
	font-size: var(--moh2-description-size);
	line-height: var(--moh2-description-line-height);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* Sidebars */
#mo-category .moh2-sidebar {
	min-width: 0;
	border-left: 1px solid var(--moh2-line);
	padding-left: 30px;
}

#mo-category .moh2-sidebar-stack {
	display: grid;
	gap: 0;
}

#mo-category .moh2-sidebar-card {
	padding: 20px 0 22px;
	border-bottom: 1px solid var(--moh2-line);
}

#mo-category .moh2-sidebar-card:first-child {
	padding-top: 6px;
}

#mo-category .moh2-sidebar-title {
	position: relative;
	margin: 0 0 16px;
	padding: 0 0 10px;
	border-bottom: 1px solid var(--moh2-line);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .025em;
	text-transform: uppercase;
}

#mo-category .moh2-sidebar-title::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 52px;
	height: 2px;
	background: var(--moh2-red);
	content: "";
}

#mo-category .moh2-most-read,
#mo-category .moh2-live-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mo-category .moh2-most-read li {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 8px;
	padding: 11px 0;
	border-bottom: 1px solid #eceef0;
}

#mo-category .moh2-most-read li:last-child {
	border-bottom: 0;
}

#mo-category .moh2-most-read__number {
	color: var(--moh2-red);
	font-family: var(--moh2-serif);
	font-size: 27px;
	line-height: 1;
}

#mo-category .moh2-most-read li:nth-child(n+4) .moh2-most-read__number {
	color: #333943;
}

#mo-category .moh2-most-read a {
	display: block;
	font-size: 12px;
	font-weight: 720;
	line-height: 1.32;
}

#mo-category .moh2-most-read li div > span {
	display: block;
	margin-top: 4px;
	color: #8b929d;
	font-size: 10px;
}

#mo-category .moh2-stats-table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	font-size: 11px;
}

#mo-category .moh2-stats-table th,
#mo-category .moh2-stats-table td {
	padding: 8px 0;
	border: 0;
	border-bottom: 1px solid #eef0f2;
	background: transparent;
	text-align: left;
}

#mo-category .moh2-stats-table th {
	color: #59616d;
	font-weight: 600;
}

#mo-category .moh2-stats-table td {
	color: var(--moh2-ink);
	font-weight: 900;
	text-align: right;
}

#mo-category .moh2-stats-note {
	margin: 12px 0 0;
	color: #8a919b;
	font-size: 10px;
}

#mo-category .moh2-campaign-banner {
	margin: 0;
	padding: 22px 0;
	border-bottom: 1px solid var(--moh2-line);
}

#mo-category .moh2-campaign-banner a {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: var(--moh2-soft);
	box-shadow: 0 8px 24px rgba(9, 20, 37, .08);
}

#mo-category .moh2-campaign-banner--vertical a {
	aspect-ratio: 9 / 16;
}

#mo-category .moh2-campaign-banner img {
	transition: transform .35s ease;
}

#mo-category .moh2-campaign-banner a:hover img {
	transform: scale(1.018);
}

/* Middle band */
#mo-category .moh2-content-band {
	padding: 14px 0 62px;
	background: #f7f8f9;
}

#mo-category .moh2-feature-list-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.22fr) minmax(300px, .9fr);
	gap: 18px;
}

#mo-category .moh2-feature-card {
	min-height: 480px;
}

#mo-category .moh2-feature-card__content {
	right: 24px;
	bottom: 22px;
	left: 24px;
}

#mo-category .moh2-feature-card h3 {
	max-width: 620px;
	margin: 0 0 10px;
	color: #fff;
	font-family: var(--moh2-serif);
	font-size: clamp(25px, 2vw, 33px);
	line-height: 1.12;
}

#mo-category .moh2-story-list {
	display: grid;
	grid-template-rows: repeat(4, 1fr);
	gap: 0;
}

#mo-category .moh2-list-card {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 13px;
	min-height: 0;
	padding: 0 0 11px;
	border-bottom: 1px solid var(--moh2-line);
}

#mo-category .moh2-list-card + .moh2-list-card {
	padding-top: 11px;
}

#mo-category .moh2-list-card__image {
	min-height: 0;
	overflow: hidden;
	background: #e9ebee;
}

#mo-category .moh2-list-card h3 {
	margin: 0 0 7px;
	font-size: 16px;
	line-height: 1.23;
}

#mo-category .moh2-triptych-module {
	min-width: 0;
}

#mo-category .moh2-triptych-module .moh2-section-title-row h2 {
	font-size: 16px;
}

#mo-category .moh2-triptych .moh2-standard-card__image {
	height: 185px;
}

#mo-category .moh2-duo-modules {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

#mo-category .moh2-compact-feature {
	display: grid;
	grid-template-columns: minmax(145px, 42%) minmax(0, 1fr);
	gap: 15px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--moh2-line);
}

#mo-category .moh2-compact-feature__image {
	min-height: 155px;
	overflow: hidden;
}

#mo-category .moh2-compact-feature h3 {
	margin: 0 0 8px;
	font-size: 19px;
	line-height: 1.23;
}

#mo-category .moh2-compact-feature p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 10px;
	color: #5f6773;
	font-family: var(--moh2-serif);
	font-size: var(--moh2-description-size);
	line-height: var(--moh2-description-line-height);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

#mo-category .moh2-headline-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mo-category .moh2-headline-list li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 11px 0;
	border-bottom: 1px solid var(--moh2-line);
	font-size: 12px;
	font-weight: 720;
}

#mo-category .moh2-headline-list time {
	color: #8a919b;
	font-size: 9px;
	font-weight: 500;
	white-space: nowrap;
}

#mo-category .moh2-live-list li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 11px;
	padding: 10px 0;
	border-bottom: 1px solid #e9ebed;
}

#mo-category .moh2-live-list time {
	color: var(--moh2-red);
	font-size: 10px;
	font-weight: 900;
}

#mo-category .moh2-live-list a {
	font-size: 11px;
	font-weight: 680;
	line-height: 1.35;
}

#mo-category .moh2-editor-list {
	display: grid;
	gap: 12px;
}

#mo-category .moh2-editor-list article {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	gap: 11px;
}

#mo-category .moh2-editor-list__image {
	height: 64px;
	overflow: hidden;
}

#mo-category .moh2-editor-list h3 {
	margin: 0 0 5px;
	font-size: 15px;
	line-height: 1.28;
}

#mo-category .moh2-about-card {
	margin-top: 20px;
	padding: 22px !important;
	border: 0 !important;
	background: var(--moh2-navy);
	color: #fff;
}

#mo-category .moh2-about-card > span {
	color: #ff9296;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

#mo-category .moh2-about-card h2 {
	margin: 8px 0;
	color: #fff;
	font-family: var(--moh2-serif);
	font-size: 23px;
	line-height: 1.15;
}

#mo-category .moh2-about-card p {
	margin: 0 0 16px;
	color: rgba(255, 255, 255, .72);
	font-size: 11px;
}

#mo-category .moh2-about-card div {
	display: flex;
	gap: 9px;
	flex-wrap: wrap;
}

#mo-category .moh2-about-card a {
	display: inline-flex;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, .35);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
}

#mo-category .moh2-about-card a:hover {
	border-color: #fff;
	background: #fff;
	color: var(--moh2-navy);
}

/* Authors: no profile photos; deliberately generated monograms. */
#mo-category .moh2-authors {
	padding-top: 56px;
	padding-bottom: 18px;
}

#mo-category .moh2-authors .moh2-section-title-row {
	align-items: flex-start;
}

#mo-category .moh2-authors-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

#mo-category .moh2-author-card {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
	gap: 14px;
	min-width: 0;
	padding: 17px;
	border: 1px solid var(--moh2-line);
	background: #fff;
}

#mo-category .moh2-author-card__avatar {
	position: relative;
	display: grid;
	overflow: hidden;
	width: 62px;
	height: 62px;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--moh2-navy), #344968);
	color: #fff;
	font-family: var(--moh2-serif);
	font-size: 20px;
	font-weight: 700;
	isolation: isolate;
	letter-spacing: .03em;
}

#mo-category .moh2-author-card__avatar-monogram {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: grid;
	place-items: center;
}

#mo-category .moh2-publication-card__image {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
	object-position: 50% 50%;
	transition: filter .24s ease, transform .24s ease;
}

#mo-category .moh2-author-card__avatar:hover {
	background: var(--moh2-red);
	color: #fff;
}

#mo-category a.moh2-author-card__avatar:hover .moh2-publication-card__image,
#mo-category a.moh2-author-card__avatar:focus-visible .moh2-publication-card__image {
	filter: brightness(.92) saturate(1.04);
	transform: scale(1.055);
}

#mo-category a.moh2-author-card__avatar:focus-visible {
	outline: 3px solid var(--moh2-red);
	outline-offset: 3px;
}

#mo-category .moh2-author-card h3 {
	margin: 0 0 2px;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
}

#mo-category .moh2-author-card__role {
	display: block;
	margin-bottom: 9px;
	color: var(--moh2-red);
	font-size: 8.5px;
	font-weight: 800;
	letter-spacing: .03em;
	text-transform: uppercase;
}

#mo-category .moh2-author-card h4 {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 7px;
	font-size: 12px;
	line-height: 1.28;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* Publication network: eight real primary-menu branches in a continuous rail. */
@keyframes moh2-publications-slide {
	to {
		transform: translate3d(calc(-50% - 7px), 0, 0);
	}
}

#mo-category .moh2-publications .moh2-section-title-row {
	align-items: flex-end;
}

#mo-category .moh2-marquee-toggle {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	margin-bottom: 8px;
	padding: 7px 11px;
	border: 1px solid var(--moh2-line);
	border-radius: 999px;
	background: #fff;
	color: var(--moh2-navy);
	font-size: 10px;
	font-weight: 800;
	cursor: pointer;
}

#mo-category .moh2-marquee-toggle:hover,
#mo-category .moh2-marquee-toggle:focus-visible {
	border-color: var(--moh2-red);
	color: var(--moh2-red);
}

#mo-category .moh2-publications-marquee {
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 0 8px;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
	cursor: grab;
	overscroll-behavior-inline: contain;
	scroll-behavior: auto;
	scrollbar-width: none;
	touch-action: pan-y pinch-zoom;
}

#mo-category .moh2-publications-marquee::-webkit-scrollbar {
	display: none;
}

#mo-category .moh2-publications-marquee:focus-visible {
	outline: 3px solid rgba(218, 27, 40, .3);
	outline-offset: 4px;
}

#mo-category .moh2-publications-marquee.is-dragging {
	cursor: grabbing;
}

#mo-category .moh2-publications-marquee.is-dragging,
#mo-category .moh2-publications-marquee.is-dragging * {
	-webkit-user-select: none;
	user-select: none;
}

#mo-category .moh2-publications-track {
	display: flex;
	width: max-content;
	gap: 14px;
	animation: moh2-publications-slide 52s linear infinite;
	will-change: transform;
}

/* JS enhancement: native scroll position drives auto, drag, swipe and keys. */
#mo-category .moh2-publications-marquee.is-manual-ready .moh2-publications-track {
	animation: none;
	transform: none;
	will-change: auto;
}

#mo-category .moh2-publications-marquee img,
#mo-category .moh2-publications-marquee a {
	-webkit-user-drag: none;
}

#mo-category .moh2-publications-set {
	display: flex;
	flex: none;
	gap: 14px;
}

#mo-category .moh2-publication-card {
	flex: 0 0 clamp(300px, 23.7vw, 338px);
	width: clamp(300px, 23.7vw, 338px);
	min-height: 128px;
	box-shadow: 0 7px 22px rgba(9, 20, 37, .035);
}

#mo-category .moh2-publication-card h3 {
	margin-bottom: 8px;
}

#mo-category .moh2-publication-card .moh2-author-card__avatar {
	flex: none;
	box-shadow: 0 0 0 5px #f2f5f9;
}

#mo-category .moh2-publication-destinations {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 6px;
	font-family: var(--moh2-serif);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
}

#mo-category .moh2-publication-destinations span {
	color: var(--moh2-muted);
}

#mo-category .moh2-publications-marquee:hover .moh2-publications-track,
#mo-category .moh2-publications-marquee:focus-within .moh2-publications-track,
#mo-category .moh2-publications-marquee.is-paused .moh2-publications-track {
	animation-play-state: paused;
}

/* Lower modules */
#mo-category .moh2-lower-editorial {
	padding-top: 38px;
	padding-bottom: 68px;
}

@media (max-width: 840px) {
	#mo-category .moh2-publication-card {
		flex-basis: min(76vw, 320px);
		width: min(76vw, 320px);
	}
}

@media (max-width: 640px) {
	#mo-category .moh2-publications {
		padding-top: 42px;
	}

	#mo-category .moh2-marquee-toggle {
		min-height: 32px;
		padding: 6px 9px;
	}

	#mo-category .moh2-publications-marquee {
		margin-inline: -2px;
		-webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
		mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
	}

	#mo-category .moh2-publication-card {
		grid-template-columns: 54px minmax(0, 1fr);
		flex-basis: min(84vw, 310px);
		width: min(84vw, 310px);
		min-height: 122px;
		padding: 15px;
	}

	#mo-category .moh2-publication-card .moh2-author-card__avatar {
		width: 54px;
		height: 54px;
		font-size: 17px;
	}
}

@media (prefers-reduced-motion: reduce) {
	#mo-category .moh2-marquee-toggle {
		display: none;
	}

	#mo-category .moh2-publications-marquee {
		overflow-x: auto;
		-webkit-mask-image: none;
		mask-image: none;
		scrollbar-width: thin;
	}

	#mo-category .moh2-publications-track {
		animation: none;
		transform: none;
	}
}

#mo-category .moh2-lower-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 44px 36px;
}

#mo-category .moh2-split-module {
	min-width: 0;
}

#mo-category .moh2-split-module__body {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(245px, .95fr);
	gap: 18px;
}

#mo-category .moh2-split-main__image {
	display: block;
	height: 230px;
	overflow: hidden;
	margin-bottom: 12px;
}

#mo-category .moh2-split-main h3 {
	margin: 0 0 7px;
	font-size: 20px;
	line-height: 1.22;
}

#mo-category .moh2-split-main p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 9px;
	color: #5f6773;
	font-family: var(--moh2-serif);
	font-size: var(--moh2-description-size);
	line-height: var(--moh2-description-line-height);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#mo-category .moh2-mini-list {
	display: grid;
	align-content: start;
}

#mo-category .moh2-mini-card {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr);
	gap: 11px;
	padding: 0 0 11px;
	border-bottom: 1px solid var(--moh2-line);
}

#mo-category .moh2-mini-card + .moh2-mini-card {
	padding-top: 11px;
}

#mo-category .moh2-mini-card > a {
	height: 67px;
	overflow: hidden;
}

#mo-category .moh2-mini-card h3 {
	margin: 0 0 6px;
	font-size: 15px;
	line-height: 1.28;
}

/* Dense, image-free archive flow immediately above the custom footer. */
#mo-category .moh2-more-news {
	padding: 56px 0 62px;
	border-top: 1px solid var(--moh2-line);
	background: #fff;
}

#mo-category .moh2-more-news__heading {
	margin-bottom: 30px;
}

#mo-category .moh2-more-news-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 44px 48px;
}

#mo-category .moh2-more-news-group {
	min-width: 0;
}

#mo-category .moh2-more-news-group__title {
	margin: 0;
	border-bottom: 1px solid #aeb3ba;
	font-family: var(--moh2-sans);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
}

#mo-category .moh2-more-news-group__title a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 0 0 12px;
}

#mo-category .moh2-more-news-group__title a::before {
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	background: var(--moh2-red);
	content: "";
}

#mo-category .moh2-more-news-group__title a > span:first-child {
	margin-right: auto;
}

#mo-category .moh2-more-news-group__title a > span:last-child {
	color: #68717d;
	font-size: 18px;
	font-weight: 500;
}

#mo-category .moh2-more-news-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mo-category .moh2-more-news-list li {
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #e2e4e7;
}

#mo-category .moh2-more-news-list a {
	display: block;
	font-family: var(--moh2-serif);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -.008em;
	line-height: 1.35;
}

#mo-category .moh2-more-news-list li:last-child {
	border-bottom: 0;
}

/* Panorama footer and pre-footer contract, backed by real site destinations. */
#mo-category .moh2-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

#mo-category .moh2-newsletter-band {
	border-top: 1px solid var(--moh2-line);
	border-bottom: 1px solid var(--moh2-line);
	background: #fbfbfc;
}

#mo-category .moh2-newsletter-band__inner {
	display: grid;
	grid-template-columns: minmax(250px, 1fr) minmax(360px, 1.15fr) minmax(380px, 1.2fr);
	align-items: center;
	gap: 32px;
	min-height: 116px;
	padding-block: 22px;
}

#mo-category .moh2-newsletter-intro {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
}

#mo-category .moh2-newsletter-icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	color: var(--moh2-red);
}

#mo-category .moh2-newsletter-icon svg {
	width: 48px;
	height: 48px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
}

#mo-category .moh2-newsletter-intro h2 {
	margin-bottom: 4px;
	font-family: var(--moh2-serif);
	font-size: 22px;
}

#mo-category .moh2-newsletter-intro p {
	margin-bottom: 0;
	color: #263244;
	font-size: 12px;
}

#mo-category .moh2-newsletter-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 110px;
}

#mo-category .moh2-newsletter-form input,
#mo-category .moh2-search-input {
	width: 100%;
	height: 44px;
	padding: 0 14px;
	border: 1px solid #cfd5dd;
	border-radius: 0;
	background: #fff;
	color: var(--moh2-ink);
	box-shadow: none;
}

#mo-category .moh2-newsletter-form input {
	border-right: 0;
}

#mo-category .moh2-newsletter-form input:focus,
#mo-category .moh2-search-input:focus {
	border-color: var(--moh2-blue);
	outline: none;
	box-shadow: 0 0 0 3px rgba(52, 82, 124, .12);
}

#mo-category .moh2-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border: 0;
	border-radius: 2px;
	background: var(--moh2-red);
	color: #fff;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .02em;
	text-transform: uppercase;
	cursor: pointer;
}

#mo-category .moh2-button:hover {
	background: var(--moh2-red-dark);
}

#mo-category .moh2-newsletter-benefits {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

#mo-category .moh2-benefit {
	display: grid;
	grid-template-columns: 27px minmax(0, 1fr);
	align-items: center;
	gap: 9px;
	color: #263244;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.25;
}

#mo-category .moh2-benefit svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: var(--moh2-ink);
	stroke-width: 1.5;
}

#mo-category .moh2-site-footer {
	background: #fff;
}

#mo-category .moh2-footer-main {
	display: grid;
	grid-template-columns: 1.45fr 1fr 1fr 1fr 1fr 1.15fr;
	gap: 34px;
	padding: 30px 0 28px;
}

#mo-category .moh2-footer-column h2 {
	margin-bottom: 11px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .035em;
	text-transform: uppercase;
}

#mo-category .moh2-footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
	columns: 1;
}

#mo-category .moh2-footer-links--two {
	columns: 2;
	column-gap: 20px;
}

#mo-category .moh2-footer-links li {
	margin-bottom: 5px;
	break-inside: avoid;
}

#mo-category .moh2-footer-links a,
#mo-category .moh2-footer-column p {
	color: #263244;
	font-size: 12px;
}

#mo-category .moh2-social-list {
	display: grid;
	gap: 5px;
}

#mo-category .moh2-social-list a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #263244;
	font-size: 12px;
}

#mo-category .moh2-social-mark {
	display: inline-grid;
	place-items: center;
	width: 18px;
	color: var(--moh2-ink);
	font-weight: 900;
}

#mo-category .moh2-app-badges {
	display: grid;
	gap: 8px;
}

#mo-category .moh2-app-badge {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	align-items: center;
	width: 154px;
	min-height: 46px;
	padding: 6px 12px;
	border-radius: 6px;
	background: #070707;
	color: #fff;
}

#mo-category .moh2-app-badge:hover {
	background: #202020;
	color: #fff;
}

#mo-category .moh2-app-badge__icon {
	font-size: 14px;
	font-weight: 900;
}

#mo-category .moh2-app-badge small,
#mo-category .moh2-app-badge strong {
	display: block;
}

#mo-category .moh2-app-badge small {
	font-size: 9px;
	line-height: 1;
}

#mo-category .moh2-app-badge strong {
	font-size: 12px;
	line-height: 1.15;
}

#mo-category .moh2-footer-bottom {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 20px;
	min-height: 72px;
	border-top: 1px solid var(--moh2-line);
}

#mo-category .moh2-footer-brand {
	display: flex;
	align-items: center;
	min-width: 0;
}

#mo-category .moh2-footer-brand img {
	width: auto;
	height: auto;
	max-width: 142px;
	max-height: 30px;
	object-fit: contain;
}

#mo-category .moh2-footer-tagline {
	margin-left: 10px;
	color: var(--moh2-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}

#mo-category .moh2-footer-copy {
	color: var(--moh2-muted);
	font-size: 11px;
	text-align: center;
}

#mo-category .moh2-footer-legal {
	display: flex;
	justify-content: flex-end;
	font-size: 11px;
}

#mo-category .moh2-footer-legal a {
	padding: 0 12px;
	border-left: 1px solid var(--moh2-line);
}

#mo-category .moh2-footer-legal a:first-child {
	border-left: 0;
}

#mo-category .moh2-search-dialog {
	position: fixed;
	inset: 50% auto auto 50%;
	width: min(1040px, calc(100vw - 48px));
	max-width: none;
	max-height: min(780px, calc(100vh - 48px));
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 10px;
	box-shadow: 0 30px 100px rgba(2, 10, 20, .28);
	transform: translate(-50%, -50%);
}

#mo-category .moh2-search-dialog::backdrop {
	background: rgba(3, 10, 20, .7);
	backdrop-filter: blur(4px);
}

#mo-category .moh2-search-dialog__inner {
	min-height: 360px;
	max-height: inherit;
	padding: 28px;
	overflow-y: auto;
	background: #fff;
}

#mo-category .moh2-search-dialog__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}

#mo-category .moh2-search-dialog__head h2 {
	margin: 0;
	font-family: var(--moh2-serif);
	font-size: 32px;
}

#mo-category .moh2-search-dialog__eyebrow {
	display: block;
	margin-bottom: 4px;
	color: var(--moh2-red);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

#mo-category .moh2-search-dialog form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 110px;
}

#mo-category .moh2-search-input {
	height: 54px;
	padding: 0 18px;
	border-right: 0;
	font-size: 16px;
}

#mo-category .moh2-search-help {
	margin: 14px 0 0;
	color: var(--moh2-muted);
	font-size: 12px;
}

#mo-category .moh2-live-search {
	margin-top: 22px;
	padding-top: 17px;
	border-top: 1px solid var(--moh2-line);
}

#mo-category .moh2-live-search__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 12px;
}

#mo-category .moh2-live-search__head h3 {
	margin: 0;
	font-family: var(--moh2-serif);
	font-size: 17px;
	line-height: 1.2;
}

#mo-category .moh2-live-search__head span {
	color: var(--moh2-muted);
	font-size: 11px;
	font-weight: 700;
}

#mo-category .moh2-live-search__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px 20px;
	background: var(--moh2-line);
}

#mo-category .moh2-live-search-card {
	min-width: 0;
	background: #fff;
}

#mo-category .moh2-live-search-card > a {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	min-height: 92px;
	padding: 8px 0;
}

#mo-category .moh2-live-search-card__media {
	display: grid;
	place-items: center;
	width: 112px;
	height: 76px;
	overflow: hidden;
	background: #e9edf1;
	color: rgba(255, 255, 255, .8);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .12em;
}

#mo-category .moh2-live-search-card__media.is-fallback {
	background: linear-gradient(145deg, #172236, #8e171d);
}

#mo-category .moh2-live-search-card__content {
	display: block;
	min-width: 0;
}

#mo-category .moh2-live-search-card__category {
	display: block;
	margin-bottom: 3px;
	color: var(--moh2-red);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

#mo-category .moh2-live-search-card h4 {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 1.2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#mo-category .moh2-live-search-card__meta {
	display: block;
	overflow: hidden;
	color: var(--moh2-muted);
	font-size: 10px;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#mo-category .moh2-live-search__status {
	margin: 14px 0 0;
	padding: 14px;
	background: var(--moh2-soft);
	color: var(--moh2-muted);
	font-size: 12px;
	text-align: center;
}

#mo-category .moh2-live-search__status[hidden] {
	display: none;
}

#mo-category .moh2-back-to-top {
	position: fixed;
	z-index: 80;
	right: 22px;
	bottom: 22px;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--moh2-line);
	border-radius: 999px;
	background: #fff;
	color: var(--moh2-ink);
	box-shadow: 0 6px 20px rgba(9, 20, 37, .06);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
}

#mo-category .moh2-back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@media (max-width: 1180px) {
	#mo-category .moh2-more-news-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	#mo-category .moh2-main-nav a {
		padding-inline: 12px;
		font-size: 11px;
	}

	#mo-category .moh2-newsletter-band__inner {
		grid-template-columns: 1fr 1fr;
	}

	#mo-category .moh2-newsletter-benefits {
		grid-column: 1 / -1;
	}

	#mo-category .moh2-footer-main {
		grid-template-columns: repeat(3, 1fr);
	}

	#mo-category .moh2-top-layout,
	#mo-category .moh2-content-layout {
		grid-template-columns: minmax(0, 1fr) 331px;
		gap: 28px;
	}

	#mo-category .moh2-lead-grid {
		grid-template-columns: minmax(0, 1.45fr) minmax(300px, 1fr);
		min-height: 570px;
	}

	#mo-category .moh2-lead-story {
		grid-template-columns: minmax(0, 1fr) 74px;
	}

	#mo-category .moh2-lead-story__image {
		width: 74px;
		height: 74px;
		min-height: 74px;
	}

	#mo-category .moh2-lead-story h2 {
		font-size: 16px;
	}

	#mo-category .moh2-authors-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#mo-category .moh2-split-module__body {
		grid-template-columns: 1fr;
	}

	#mo-category .moh2-mini-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
	}

	#mo-category .moh2-mini-card,
	#mo-category .moh2-mini-card + .moh2-mini-card {
		grid-template-columns: 74px minmax(0, 1fr);
		padding: 0;
		border: 0;
	}
}

@media (max-width: 1040px) {
	#mo-category .moh2-utility-bar {
		display: none;
	}

	#mo-category .moh2-masthead {
		min-height: 0;
	}

	#mo-category .moh2-masthead__inner {
		grid-template-columns: minmax(230px, .55fr) minmax(0, 1.45fr);
		gap: 28px;
		width: calc(100% - 40px);
	}

	#mo-category .moh2-main-nav {
		justify-content: flex-start;
		overflow-x: auto;
		scrollbar-width: none;
	}

	#mo-category .moh2-main-nav::-webkit-scrollbar {
		display: none;
	}

	#mo-category .moh2-network-nav-row__inner {
		width: calc(100% - 40px);
	}

	#mo-category .moh2-network-nav {
		overflow-x: auto;
		scrollbar-width: none;
	}

	#mo-category .moh2-network-nav::-webkit-scrollbar {
		display: none;
	}

	#mo-category .moh2-network-menu {
		justify-content: flex-start;
		width: max-content;
		min-width: 100%;
	}

	#mo-category .moh2-footer-bottom {
		grid-template-columns: 1fr;
		padding: 18px 0;
		text-align: center;
	}

	#mo-category .moh2-footer-brand,
	#mo-category .moh2-footer-legal {
		justify-content: center;
	}

}

@media (max-width: 980px) {
	#mo-category .moh2-top-layout,
	#mo-category .moh2-content-layout {
		grid-template-columns: 1fr;
	}

	#mo-category .moh2-sidebar {
		border-top: 1px solid var(--moh2-line);
		border-left: 0;
		padding-top: 20px;
		padding-left: 0;
	}

	#mo-category .moh2-sidebar-stack {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px;
	}

	#mo-category .moh2-sidebar-card,
	#mo-category .moh2-sidebar-card:first-child {
		padding-top: 0;
	}

	#mo-category .moh2-about-card {
		margin-top: 0;
	}

	#mo-category .moh2-content-band .moh2-sidebar-card:nth-child(3) {
		grid-column: 1 / -1;
	}

	#mo-category .moh2-top-layout .moh2-campaign-banner {
		grid-column: 2;
	}
}

@media (max-width: 840px) {
	#mo-category .moh2-more-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#mo-category .moh2-masthead {
		min-height: 0;
		padding: 20px 18px 18px;
		text-align: center;
	}

	#mo-category .moh2-masthead__inner {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 16px;
		width: 100%;
	}

	#mo-category .moh2-masthead__identity {
		text-align: center;
	}

	#mo-category .moh2-brand {
		justify-content: center;
	}

	#mo-category .moh2-brand img {
		max-width: min(340px, 72vw);
		max-height: 64px;
	}

	#mo-category .moh2-brand-tagline {
		margin-top: 12px;
		margin-right: auto;
		margin-left: auto;
		font-size: 11px;
		letter-spacing: 0;
		line-height: 1.5;
	}

	#mo-category .moh2-brand-tagline::before,
	#mo-category .moh2-brand-tagline::after {
		display: none;
	}

	#mo-category .moh2-network-nav-row__inner {
		width: 100%;
		border-top-width: 2px;
	}

	#mo-category .moh2-network-menu {
		min-height: 44px;
	}

	#mo-category .moh2-network-menu > li > a,
	#mo-category .moh2-network-menu > li.menu-item-has-children > a {
		min-height: 44px;
		padding: 0 13px;
		font-size: 10px;
		font-weight: 700;
	}

	#mo-category .moh2-network-menu > li.menu-item-has-children > a::after,
	#mo-category .moh2-network-menu .sub-menu {
		display: none !important;
	}

	#mo-category .moh2-nav-row__inner {
		justify-content: space-between;
	}

	#mo-category .moh2-main-nav {
		display: none;
	}

	#mo-category .moh2-nav-actions {
		width: 100%;
		justify-content: flex-end;
		border-left: 0;
	}

	#mo-category .moh2-menu-label {
		display: inline;
		margin-left: 6px;
		font-size: 11px;
		font-weight: 800;
		text-transform: uppercase;
	}

	#mo-category .moh2-footer-main {
		grid-template-columns: repeat(2, 1fr);
	}

	#mo-category .moh2-breaking__inner {
		grid-template-columns: auto minmax(0, 1fr);
	}

	#mo-category .moh2-breaking__more {
		display: none;
	}

	#mo-category .moh2-lead-grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	#mo-category .moh2-hero-card {
		min-height: 520px;
	}

	#mo-category .moh2-lead-stack {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		gap: 0 18px;
		border-top: 1px solid var(--moh2-line);
	}

	#mo-category .moh2-lead-story,
	#mo-category .moh2-lead-story + .moh2-lead-story {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 88px;
		align-items: center;
		gap: 14px;
		padding: 10px 0;
		border-bottom: 1px solid var(--moh2-line);
	}

	#mo-category .moh2-lead-story__image {
		display: block;
		width: 88px;
		height: 88px;
		min-height: 88px;
		margin: 0 0 0 auto;
	}

	#mo-category .moh2-lead-story p {
		display: none;
	}

	#mo-category .moh2-feature-list-grid {
		grid-template-columns: 1fr;
	}

	#mo-category .moh2-feature-card {
		min-height: 440px;
	}

	#mo-category .moh2-story-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		gap: 14px;
	}

	#mo-category .moh2-list-card,
	#mo-category .moh2-list-card + .moh2-list-card {
		padding: 0 0 12px;
	}

	#mo-category .moh2-duo-modules,
	#mo-category .moh2-lower-grid {
		grid-template-columns: 1fr;
	}

}

@media (max-width: 640px) {
	#mo-category .moh2-more-news {
		padding: 40px 0 44px;
	}

	#mo-category .moh2-more-news-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	#mo-category .moh2-shell {
		width: min(100% - 28px, 1400px);
	}

	#mo-category .moh2-masthead {
		min-height: 0;
		padding: 18px 14px 16px;
	}

	#mo-category .moh2-brand img {
		max-width: min(280px, 72vw);
		max-height: 52px;
	}

	#mo-category .moh2-brand-tagline {
		display: block;
		max-width: 350px;
		margin: 10px auto 0;
		font-size: 11px;
		line-height: 1.5;
	}

	#mo-category .moh2-masthead__inner {
		gap: 14px;
	}

	#mo-category .moh2-nav-row__inner {
		min-height: 48px;
	}

	#mo-category .moh2-breaking__inner {
		width: 100%;
	}

	#mo-category .moh2-breaking__badge {
		padding-right: 22px;
		padding-left: 14px;
		font-size: 10px;
	}

	#mo-category .moh2-ticker {
		margin-left: 25px;
	}

	#mo-category .moh2-ticker__item {
		font-size: 11px;
	}

	#mo-category .moh2-top-layout {
		padding-top: 14px;
		padding-bottom: 38px;
	}

	#mo-category .moh2-hero-card {
		min-height: 460px;
	}

	#mo-category .moh2-hero-card__content {
		right: 18px;
		bottom: 19px;
		left: 18px;
	}

	#mo-category .moh2-hero-card h1 {
		font-size: clamp(28px, 7.8vw, 36px);
		line-height: 1.1;
	}

	#mo-category .moh2-hero-card__excerpt {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	#mo-category .moh2-lead-stack,
	#mo-category .moh2-card-grid-3,
	#mo-category .moh2-triptych,
	#mo-category .moh2-sidebar-stack,
	#mo-category .moh2-authors-grid,
	#mo-category .moh2-mini-list {
		grid-template-columns: 1fr;
	}

	#mo-category .moh2-top-layout .moh2-campaign-banner {
		grid-column: auto;
	}

	#mo-category .moh2-lead-story,
	#mo-category .moh2-lead-story + .moh2-lead-story {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 92px;
		gap: 12px;
		padding: 12px 0;
		border-bottom: 1px solid var(--moh2-line);
	}

	#mo-category .moh2-lead-story__image {
		width: 92px;
		height: 92px;
		min-height: 92px;
		margin: 0 0 0 auto;
	}

	#mo-category .moh2-lead-story h2 {
		font-size: 16px;
	}

	#mo-category .moh2-standard-card {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		grid-template-rows: auto auto auto;
		align-content: start;
		align-items: start;
		gap: 0 12px;
		padding-bottom: 14px;
		border-bottom: 1px solid var(--moh2-line);
	}

	#mo-category .moh2-standard-card__image,
	#mo-category .moh2-triptych .moh2-standard-card__image {
		grid-row: 1 / span 3;
		width: 112px;
		height: 84px;
		margin-bottom: 0;
		aspect-ratio: 4 / 3;
	}

	#mo-category .moh2-standard-card h3 {
		margin-bottom: 4px;
		font-size: 16px;
	}

	#mo-category .moh2-standard-card p {
		display: none;
	}

	#mo-category .moh2-feature-card {
		min-height: 400px;
	}

	#mo-category .moh2-feature-card h3 {
		font-size: 26px;
	}

	#mo-category .moh2-story-list {
		grid-template-columns: 1fr;
	}

	#mo-category .moh2-list-card {
		grid-template-columns: 105px minmax(0, 1fr);
	}

	#mo-category .moh2-compact-feature {
		grid-template-columns: 112px minmax(0, 1fr);
		align-items: start;
		gap: 12px;
	}

	#mo-category .moh2-compact-feature__image {
		width: 112px;
		height: 84px;
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	#mo-category .moh2-compact-feature p {
		display: none;
	}

	#mo-category .moh2-author-card {
		grid-template-columns: 54px minmax(0, 1fr);
	}

	#mo-category .moh2-author-card__avatar {
		width: 54px;
		height: 54px;
		font-size: 17px;
	}

	#mo-category .moh2-split-main__image {
		height: 220px;
	}

	#mo-category .moh2-mini-card,
	#mo-category .moh2-mini-card + .moh2-mini-card {
		grid-template-columns: 88px minmax(0, 1fr);
		padding: 10px 0;
		border-bottom: 1px solid var(--moh2-line);
	}

	#mo-category .moh2-newsletter-band__inner,
	#mo-category .moh2-newsletter-benefits {
		grid-template-columns: 1fr;
	}

	#mo-category .moh2-newsletter-band__inner {
		gap: 20px;
	}

	#mo-category .moh2-newsletter-benefits {
		grid-column: auto;
	}

	#mo-category .moh2-newsletter-form {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	#mo-category .moh2-search-dialog form {
		grid-template-columns: minmax(0, 1fr) 82px;
	}

	#mo-category .moh2-newsletter-form input,
	#mo-category .moh2-search-input {
		border-right: 1px solid #cfd5dd;
	}

	#mo-category .moh2-footer-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 26px 18px;
	}

	#mo-category .moh2-footer-column {
		min-width: 0;
	}

	#mo-category .moh2-footer-column:first-child {
		grid-column: 1 / -1;
	}

	#mo-category .moh2-footer-column:last-child {
		grid-column: 1 / -1;
	}

	#mo-category .moh2-footer-column:last-child .moh2-app-badges {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#mo-category .moh2-footer-column:last-child .moh2-app-badge {
		width: 100%;
	}

	#mo-category .moh2-footer-tagline {
		display: none;
	}

	#mo-category .moh2-search-dialog {
		inset: 0;
		width: 100vw;
		height: 100dvh;
		max-height: 100dvh;
		transform: none;
		border-radius: 0;
	}

	#mo-category .moh2-search-dialog__inner {
		min-height: 100%;
		padding: 20px 16px;
	}

	#mo-category .moh2-search-dialog__head {
		margin-bottom: 14px;
	}

	#mo-category .moh2-search-dialog__head h2 {
		font-size: 26px;
	}

	#mo-category .moh2-search-input {
		height: 48px;
		padding-inline: 13px;
		font-size: 14px;
	}

	#mo-category .moh2-live-search {
		margin-top: 17px;
		padding-top: 14px;
	}

	#mo-category .moh2-live-search__grid {
		grid-template-columns: 1fr;
	}

	#mo-category .moh2-live-search-card > a {
		grid-template-columns: 96px minmax(0, 1fr);
		min-height: 84px;
	}

	#mo-category .moh2-live-search-card__media {
		width: 96px;
		height: 72px;
	}
}

@media (prefers-reduced-motion: reduce) {
	#mo-category *,
	#mo-category *::before,
	#mo-category *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}

	#mo-category .moh2-ticker__track {
		transform: none !important;
	}
}

/* Dynamic Video Haber playlist: real playable posts, directly above the publication rail. */
#mo-category .moh2-video-news {
	padding: 56px 0 0;
}

#mo-category .moh2-video-playlist {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.9fr) minmax(360px, .9fr);
	overflow: hidden;
	border: 1px solid #20334e;
	border-radius: 2px;
	background: #09182c;
	box-shadow: 0 18px 44px rgba(8, 20, 38, .14);
	color: #fff;
}

#mo-category .moh2-video-stage {
	display: flex;
	min-width: 0;
	min-height: 0;
	flex-direction: column;
	background: #06101e;
}

#mo-category .moh2-video-player {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #000;
}

#mo-category .moh2-video-player::before {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at center, rgba(255, 255, 255, .055), transparent 56%);
	content: "";
	pointer-events: none;
}

#mo-category .moh2-video-player__media {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #000;
	object-fit: contain;
}

#mo-category .moh2-video-stage__caption {
	position: relative;
	display: flex;
	min-height: 126px;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px 24px 18px;
	border-top: 1px solid rgba(255, 255, 255, .09);
	background: linear-gradient(135deg, #0a192e 0%, #10233e 100%);
}

#mo-category .moh2-video-stage__topline {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 7px 11px;
	margin-bottom: 8px;
	color: #aebad0;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.35;
}

#mo-category .moh2-video-stage__category {
	color: #ff6971;
	font-weight: 900;
	letter-spacing: .055em;
	text-transform: uppercase;
}

#mo-category .moh2-video-stage__category:hover,
#mo-category .moh2-video-stage__category:focus-visible {
	color: #fff;
}

#mo-category .moh2-video-stage__counter {
	margin-left: auto;
	color: #fff;
	font-variant-numeric: tabular-nums;
	font-weight: 850;
}

#mo-category .moh2-video-stage h3 {
	max-width: 900px;
	margin: 0 0 10px;
	font-family: var(--moh2-serif);
	font-size: clamp(22px, 2vw, 28px);
	font-weight: 700;
	letter-spacing: -.015em;
	line-height: 1.14;
}

#mo-category .moh2-video-stage h3 a {
	display: -webkit-box;
	overflow: hidden;
	color: #fff;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#mo-category .moh2-video-stage h3 a:hover,
#mo-category .moh2-video-stage h3 a:focus-visible {
	color: #ff737a;
}

#mo-category .moh2-video-stage__article {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: auto;
	color: #fff;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .035em;
	text-transform: uppercase;
}

#mo-category .moh2-video-stage__article:hover,
#mo-category .moh2-video-stage__article:focus-visible {
	color: #ff737a;
}

#mo-category .moh2-video-queue {
	display: grid;
	min-width: 0;
	min-height: 0;
	grid-template-rows: repeat(6, minmax(0, 1fr));
	overflow-x: hidden;
	overflow-y: auto;
	border-left: 1px solid rgba(255, 255, 255, .12);
	background: #0e2039;
	scrollbar-color: #52617a #0e2039;
	scrollbar-width: thin;
}

#mo-category .moh2-video-item {
	position: relative;
	display: grid;
	min-width: 0;
	grid-template-columns: 28px 108px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	padding: 12px 14px 12px 11px;
	border-bottom: 1px solid rgba(255, 255, 255, .105);
	background: transparent;
	color: #fff;
	scroll-margin: 8px;
}

#mo-category .moh2-video-item:last-child {
	border-bottom: 0;
}

#mo-category .moh2-video-item::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	background: transparent;
	content: "";
}

#mo-category .moh2-video-item:hover,
#mo-category .moh2-video-item:focus-visible {
	background: #152b49;
	color: #fff;
}

#mo-category .moh2-video-item.is-active {
	background: linear-gradient(90deg, rgba(211, 22, 29, .24), rgba(255, 255, 255, .035));
	color: #fff;
}

#mo-category .moh2-video-item.is-active::before {
	background: #ee2731;
}

#mo-category .moh2-video-item__number {
	color: #7f91ac;
	font-size: 11px;
	font-variant-numeric: tabular-nums;
	font-weight: 850;
}

#mo-category .moh2-video-item.is-active .moh2-video-item__number {
	color: #ff737a;
}

#mo-category .moh2-video-item__thumb {
	position: relative;
	display: block;
	overflow: hidden;
	width: 108px;
	aspect-ratio: 16 / 9;
	background: #07111f;
}

#mo-category .moh2-video-item__thumb::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(4, 11, 22, .16), transparent 55%);
	content: "";
}

#mo-category .moh2-video-item__play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	padding-left: 2px;
	border: 1px solid rgba(255, 255, 255, .82);
	border-radius: 50%;
	background: rgba(7, 17, 31, .68);
	color: #fff;
	font-size: 9px;
	transform: translate(-50%, -50%);
}

#mo-category .moh2-video-item__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
}

#mo-category .moh2-video-item__category {
	margin-bottom: 3px;
	color: #ff6971;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .06em;
	line-height: 1.15;
	text-transform: uppercase;
}

#mo-category .moh2-video-item__copy strong {
	display: -webkit-box;
	overflow: hidden;
	font-family: var(--moh2-serif);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#mo-category .moh2-video-item__copy time {
	margin-top: 5px;
	color: #9daac0;
	font-size: 9px;
	font-weight: 600;
}

@media (max-width: 1100px) {
	#mo-category .moh2-video-playlist {
		grid-template-columns: minmax(0, 1.72fr) minmax(330px, .92fr);
	}

	#mo-category .moh2-video-item {
		grid-template-columns: 24px 92px minmax(0, 1fr);
		gap: 10px;
		padding: 10px;
	}

	#mo-category .moh2-video-item__thumb {
		width: 92px;
	}
}

@media (max-width: 920px) {
	#mo-category .moh2-video-playlist {
		grid-template-columns: 1fr;
	}

	#mo-category .moh2-video-queue {
		display: grid;
		grid-auto-columns: minmax(285px, 38vw);
		grid-auto-flow: column;
		grid-template-rows: 1fr;
		overflow-x: auto;
		overflow-y: hidden;
		border-top: 1px solid rgba(255, 255, 255, .12);
		border-left: 0;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline proximity;
		-webkit-overflow-scrolling: touch;
	}

	#mo-category .moh2-video-item {
		grid-template-columns: 25px 96px minmax(0, 1fr);
		min-height: 126px;
		border-right: 1px solid rgba(255, 255, 255, .105);
		border-bottom: 0;
		scroll-snap-align: start;
	}

	#mo-category .moh2-video-item__thumb {
		width: 96px;
	}
}

@media (max-width: 640px) {
	#mo-category .moh2-video-news {
		padding-top: 42px;
	}

	#mo-category .moh2-video-news .moh2-section-title-row {
		margin-bottom: 15px;
	}

	#mo-category .moh2-video-stage__caption {
		min-height: 148px;
		padding: 16px 17px 15px;
	}

	#mo-category .moh2-video-stage__topline {
		flex-wrap: wrap;
		gap: 4px 9px;
		margin-bottom: 7px;
		font-size: 10px;
	}

	#mo-category .moh2-video-stage__counter {
		margin-left: auto;
	}

	#mo-category .moh2-video-stage h3 {
		font-size: 20px;
		line-height: 1.16;
	}

	#mo-category .moh2-video-queue {
		grid-auto-columns: min(86vw, 310px);
	}

	#mo-category .moh2-video-item {
		grid-template-columns: 22px 88px minmax(0, 1fr);
		min-height: 118px;
		gap: 9px;
	}

	#mo-category .moh2-video-item__thumb {
		width: 88px;
	}

	#mo-category .moh2-video-item__copy strong {
		font-size: 13px;
	}
}

/* V19: 20-story, progressively enhanced Home2 lead carousel. */
#mo-category .moh2-hero-slider {
	position: relative;
	min-width: 0;
	min-height: 680px;
	overflow: hidden;
	background: #111b2d;
	isolation: isolate;
}

#mo-category .moh2-hero-slider:not(.is-enhanced) .moh2-hero-slider__arrows,
#mo-category .moh2-hero-slider:not(.is-enhanced) .moh2-hero-slider__footer {
	display: none;
}

#mo-category .moh2-hero-slider__viewport,
#mo-category .moh2-hero-slider__track {
	position: absolute;
	inset: 0;
}

#mo-category .moh2-hero-slider__viewport {
	z-index: 1;
	overflow: hidden;
	cursor: grab;
	outline: 0;
	touch-action: pan-y;
}

#mo-category .moh2-hero-slider__viewport:focus-visible {
	outline: 3px solid rgba(255, 255, 255, .9);
	outline-offset: -4px;
}

#mo-category .moh2-hero-slider__viewport.is-dragging {
	cursor: grabbing;
	user-select: none;
}

#mo-category .moh2-hero-slider .moh2-hero-slide {
	position: absolute;
	inset: 0;
	z-index: 0;
	min-height: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate3d(0, 0, 0) scale(1.015);
	transition: opacity .48s ease, transform .72s cubic-bezier(.2, .72, .24, 1), visibility 0s linear .72s;
}

#mo-category .moh2-hero-slider .moh2-hero-slide.is-active {
	z-index: 2;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate3d(0, 0, 0) scale(1);
	transition-delay: 0s;
}

#mo-category .moh2-hero-slider__viewport.is-dragging .moh2-hero-slide.is-active {
	transform: translate3d(var(--moh2-hero-drag-x, 0), 0, 0) scale(.995);
	transition: none;
}

#mo-category .moh2-hero-slider .moh2-hero-card__link,
#mo-category .moh2-hero-slider .moh2-hero-card__image,
#mo-category .moh2-hero-slider .moh2-image-fallback {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

#mo-category .moh2-hero-slider .moh2-hero-card__image {
	object-fit: cover;
}

#mo-category .moh2-hero-slider .moh2-hero-slide.is-image-error::before {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #17243a, #091425);
	color: rgba(255, 255, 255, .68);
	content: "MEDYA OLUŞUM";
	font-size: 16px;
	font-weight: 900;
	letter-spacing: .13em;
}

#mo-category .moh2-hero-slider .moh2-hero-card__shade {
	background: linear-gradient(180deg, rgba(4, 9, 17, .07) 18%, rgba(4, 9, 17, .22) 45%, rgba(4, 9, 17, .97) 100%);
}

#mo-category .moh2-hero-slider .moh2-hero-card__content {
	right: 30px;
	bottom: 27px;
	left: 30px;
}

#mo-category .moh2-hero-slider.is-enhanced .moh2-hero-card__content {
	bottom: 72px;
}

#mo-category .moh2-hero-slider .moh2-hero-card__title {
	display: -webkit-box;
	max-width: 920px;
	overflow: hidden;
	margin: 0 0 11px;
	color: #fff;
	font-family: var(--moh2-serif);
	font-size: clamp(31px, 2.8vw, 45px);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.09;
	text-shadow: 0 2px 22px rgba(0, 0, 0, .42);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

#mo-category .moh2-hero-slider .moh2-hero-card__excerpt {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#mo-category .moh2-hero-slider .moh2-bookmark {
	top: 18px;
	right: 118px;
	bottom: auto;
	background: rgba(5, 12, 23, .62);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
}

#mo-category .moh2-hero-slider__arrows {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 5;
	display: flex;
	gap: 8px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease;
}

#mo-category .moh2-hero-slider.is-enhanced .moh2-hero-slider__arrows {
	opacity: 1;
	pointer-events: auto;
}

#mo-category .moh2-hero-slider__arrow,
#mo-category .moh2-hero-slider__toggle {
	display: grid;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .32);
	border-radius: 50%;
	background: rgba(5, 12, 23, .64);
	color: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
	cursor: pointer;
	backdrop-filter: blur(8px);
	transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

#mo-category .moh2-hero-slider__arrow {
	width: 42px;
	height: 42px;
}

#mo-category .moh2-hero-slider__arrow svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

#mo-category .moh2-hero-slider__arrow:hover,
#mo-category .moh2-hero-slider__arrow:focus-visible,
#mo-category .moh2-hero-slider__toggle:hover,
#mo-category .moh2-hero-slider__toggle:focus-visible {
	border-color: #fff;
	background: var(--moh2-red);
	outline: 0;
	transform: translateY(-1px);
}

#mo-category .moh2-hero-slider__footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-height: 49px;
	align-items: center;
	gap: 15px;
	padding: 9px 15px 10px;
	border-top: 1px solid rgba(255, 255, 255, .14);
	background: rgba(5, 12, 23, .82);
	opacity: 0;
	pointer-events: none;
	backdrop-filter: blur(9px);
	transition: opacity .2s ease;
}

#mo-category .moh2-hero-slider.is-enhanced .moh2-hero-slider__footer {
	opacity: 1;
	pointer-events: auto;
}

#mo-category .moh2-hero-slider__counter {
	display: inline-flex;
	align-items: baseline;
	gap: 4px;
	min-width: 52px;
	color: rgba(255, 255, 255, .68);
	font-size: 10px;
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	letter-spacing: .06em;
}

#mo-category .moh2-hero-slider__counter strong {
	color: #fff;
	font-size: 13px;
}

#mo-category .moh2-hero-pagination {
	display: grid;
	grid-template-columns: repeat(20, minmax(3px, 1fr));
	gap: 4px;
	min-width: 0;
}

#mo-category .moh2-hero-pagination__item {
	position: relative;
	display: block;
	min-width: 0;
	height: 25px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

#mo-category .moh2-hero-pagination__item::before,
#mo-category .moh2-hero-pagination__item::after {
	position: absolute;
	top: 50%;
	left: 0;
	height: 3px;
	border-radius: 999px;
	content: "";
	transform: translateY(-50%);
}

#mo-category .moh2-hero-pagination__item::before {
	right: 0;
	background: rgba(255, 255, 255, .26);
}

#mo-category .moh2-hero-pagination__item::after {
	width: 0;
	background: var(--moh2-red);
}

#mo-category .moh2-hero-pagination__item.is-active::before {
	background: rgba(255, 255, 255, .7);
}

#mo-category .moh2-hero-slider.is-timing .moh2-hero-pagination__item.is-active::after {
	animation: moh2-hero-progress 7.5s linear forwards;
}

#mo-category .moh2-hero-pagination__item:hover::before,
#mo-category .moh2-hero-pagination__item:focus-visible::before {
	background: #fff;
}

#mo-category .moh2-hero-pagination__item:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

#mo-category .moh2-hero-slider__toggle {
	width: 30px;
	height: 30px;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
}

#mo-category .moh2-hero-slider.is-loading .moh2-hero-slider__counter strong {
	opacity: .55;
}

@keyframes moh2-hero-progress {
	from { width: 0; }
	to { width: 100%; }
}

@media (max-width: 1180px) {
	#mo-category .moh2-hero-slider {
		min-height: 570px;
	}
}

@media (max-width: 840px) {
	#mo-category .moh2-hero-slider {
		min-height: 520px;
	}
}

@media (max-width: 640px) {
	#mo-category .moh2-hero-slider {
		min-height: 460px;
	}

	#mo-category .moh2-hero-slider .moh2-hero-card__content {
		right: 18px;
		bottom: 19px;
		left: 18px;
	}

	#mo-category .moh2-hero-slider.is-enhanced .moh2-hero-card__content {
		bottom: 66px;
	}

	#mo-category .moh2-hero-slider .moh2-hero-card__title {
		font-size: clamp(27px, 7.6vw, 34px);
		line-height: 1.1;
		-webkit-line-clamp: 3;
	}

	#mo-category .moh2-hero-slider .moh2-hero-card__excerpt {
		font-size: 14px;
		line-height: 1.45;
		-webkit-line-clamp: 2;
	}

	#mo-category .moh2-hero-slider__arrows {
		top: 12px;
		right: 12px;
		gap: 6px;
	}

	#mo-category .moh2-hero-slider__arrow {
		width: 36px;
		height: 36px;
	}

	#mo-category .moh2-hero-slider .moh2-bookmark {
		top: 12px;
		right: 96px;
		width: 36px;
		height: 36px;
	}

	#mo-category .moh2-hero-slider__footer {
		min-height: 47px;
		gap: 8px;
		padding: 8px 10px 9px;
	}

	#mo-category .moh2-hero-slider__counter {
		min-width: 43px;
		font-size: 9px;
	}

	#mo-category .moh2-hero-slider__counter strong {
		font-size: 12px;
	}

	#mo-category .moh2-hero-pagination {
		gap: 2px;
	}

	#mo-category .moh2-hero-pagination__item::before,
	#mo-category .moh2-hero-pagination__item::after {
		height: 2px;
	}

	#mo-category .moh2-hero-slider__toggle {
		width: 28px;
		height: 28px;
	}
}

@media (prefers-reduced-motion: reduce) {
	#mo-category .moh2-hero-slider .moh2-hero-slide,
	#mo-category .moh2-hero-slider__arrows,
	#mo-category .moh2-hero-slider__footer,
	#mo-category .moh2-hero-slider__arrow,
	#mo-category .moh2-hero-slider__toggle {
		transition: none !important;
	}

	#mo-category .moh2-hero-slider.is-timing .moh2-hero-pagination__item.is-active::after {
		animation: none !important;
	}
}

/* Category preview: archive-specific information architecture. */
#mo-category .moc-category-mast {
	border-bottom: 1px solid var(--moh2-line);
	background:
		linear-gradient(90deg, rgba(211, 22, 29, .035), transparent 38%),
		#fff;
}

#mo-category .moc-category-mast > .moh2-shell {
	padding-top: 28px;
	padding-bottom: 30px;
}

#mo-category .moc-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin-bottom: 24px;
	color: var(--moh2-muted);
	font-size: 12px;
	font-weight: 650;
}

#mo-category .moc-breadcrumb a:hover,
#mo-category .moc-breadcrumb a:focus-visible {
	color: var(--moh2-red);
}

#mo-category .moc-breadcrumb strong {
	color: var(--moh2-ink);
	font-weight: 800;
}

#mo-category .moc-category-mast__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 44px;
}

#mo-category .moc-category-mast__eyebrow {
	display: block;
	margin-bottom: 7px;
	color: var(--moh2-red);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .095em;
	text-transform: uppercase;
}

#mo-category .moc-category-mast h1 {
	margin: 0;
	font-family: var(--moh2-serif);
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 750;
	letter-spacing: -.045em;
	line-height: .98;
}

#mo-category .moc-category-mast__row p {
	max-width: 790px;
	margin: 15px 0 0;
	color: #4d5767;
	font-family: var(--moh2-serif);
	font-size: 18px;
	line-height: 1.55;
}

#mo-category .moc-category-mast__facts {
	display: grid;
	min-width: 235px;
	gap: 8px;
	padding: 18px 0 7px 24px;
	border-left: 1px solid var(--moh2-line);
	color: var(--moh2-muted);
	font-size: 12px;
}

#mo-category .moc-category-mast__facts span {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
}

#mo-category .moc-category-mast__facts strong {
	color: var(--moh2-ink);
	font-size: 14px;
	font-weight: 850;
}

#mo-category .moc-category-feature-layout,
#mo-category .moc-category-content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 331px;
	gap: 44px;
}

@media (min-width: 981px) {
	#mo-category .moc-category-content-layout {
		align-items: start;
	}

	#mo-category .moc-category-content-layout > .moh2-sidebar {
		position: sticky;
		top: var(--moc-category-sidebar-top, 20px);
		align-self: start;
		max-height: none;
		overflow: visible;
	}

	body.admin-bar #mo-category .moc-category-content-layout > .moh2-sidebar {
		top: var(--moc-category-sidebar-top, 52px);
	}
}

#mo-category .moc-category-feature-layout {
	padding-top: 38px;
	padding-bottom: 62px;
}

#mo-category .moc-category-feature {
	display: grid;
	min-width: 0;
	grid-template-columns: minmax(0, 1.62fr) minmax(310px, .88fr);
	gap: 18px;
}

#mo-category .moc-category-lead {
	position: relative;
	min-width: 0;
	min-height: 610px;
	overflow: hidden;
	background: #111b2c;
}

#mo-category .moc-category-lead__link {
	position: absolute;
	inset: 0;
	display: block;
}

#mo-category .moc-category-lead__image,
#mo-category .moc-category-lead .moh2-image-fallback {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s ease;
}

#mo-category .moc-category-lead:hover .moc-category-lead__image {
	transform: scale(1.025);
}

#mo-category .moc-category-lead__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(4, 10, 20, .02) 20%, rgba(4, 10, 20, .92) 100%);
}

#mo-category .moc-category-lead__content {
	position: absolute;
	right: 34px;
	bottom: 32px;
	left: 34px;
	z-index: 2;
	display: block;
	color: #fff;
}

#mo-category .moc-category-lead h2 {
	max-width: 850px;
	margin: 10px 0 12px;
	font-family: var(--moh2-serif);
	font-size: clamp(32px, 3.25vw, 52px);
	font-weight: 750;
	letter-spacing: -.035em;
	line-height: 1.04;
}

#mo-category .moc-category-lead__excerpt {
	display: block;
	max-width: 720px;
	margin-bottom: 13px;
	color: rgba(255, 255, 255, .86);
	font-family: var(--moh2-serif);
	font-size: 16px;
	line-height: 1.5;
}

#mo-category .moc-category-lead .moh2-meta {
	color: rgba(255, 255, 255, .72);
}

#mo-category .moc-category-lead .moh2-bookmark {
	top: 18px;
	right: 18px;
	background: rgba(9, 20, 36, .76);
	color: #fff;
	backdrop-filter: blur(8px);
}

#mo-category .moc-category-secondary {
	display: grid;
	min-width: 0;
	grid-template-rows: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--moh2-line);
}

#mo-category .moc-category-secondary .moh2-lead-story,
#mo-category .moc-category-secondary .moh2-lead-story + .moh2-lead-story {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 106px;
	align-items: center;
	gap: 15px;
	min-height: 0;
	padding: 11px 0;
	border-bottom: 1px solid var(--moh2-line);
}

#mo-category .moc-category-secondary .moh2-lead-story__image {
	display: block;
	width: 106px;
	height: 92px;
	min-height: 92px;
	margin: 0;
}

#mo-category .moc-category-secondary .moh2-lead-story h3 {
	margin: 0 0 9px;
	font-family: var(--moh2-serif);
	font-size: 18px;
	font-weight: 750;
	letter-spacing: -.012em;
	line-height: 1.18;
}

#mo-category .moc-category-content-band {
	padding: 62px 0 72px;
	border-top: 1px solid #e2e5e9;
	background: #f4f5f7;
}

#mo-category .moc-category-archive {
	min-width: 0;
	padding: 30px 34px 34px;
	border: 1px solid #e0e3e7;
	background: #fff;
}

#mo-category .moc-archive-heading {
	margin-bottom: 4px;
}

#mo-category .moc-archive-stream {
	border-top: 1px solid var(--moh2-line);
}

#mo-category .moc-archive-card {
	position: relative;
	display: grid;
	grid-template-columns: 228px minmax(0, 1fr);
	align-items: start;
	gap: 24px;
	padding: 22px 48px 22px 0;
	border-bottom: 1px solid var(--moh2-line);
}

#mo-category .moc-archive-card__image {
	display: block;
	width: 228px;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--moh2-soft);
}

#mo-category .moc-archive-card__image img,
#mo-category .moc-archive-card__image .moh2-image-fallback {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

#mo-category .moc-archive-card:hover .moc-archive-card__image img {
	transform: scale(1.025);
}

#mo-category .moc-archive-card__content {
	min-width: 0;
}

#mo-category .moc-archive-card h3 {
	max-width: 760px;
	margin: 6px 0 8px;
	font-family: var(--moh2-serif);
	font-size: 25px;
	font-weight: 750;
	letter-spacing: -.025em;
	line-height: 1.13;
}

#mo-category .moc-archive-card p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 12px;
	color: #596273;
	font-family: var(--moh2-serif);
	font-size: var(--moh2-description-size);
	line-height: var(--moh2-description-line-height);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#mo-category .moc-archive-card > .moh2-bookmark {
	top: 22px;
	right: 0;
}

#mo-category .moc-category-spotlight,
#mo-category .moc-category-continuation {
	padding-top: 42px;
}

#mo-category .moc-category-spotlight {
	margin-top: 14px;
	padding-bottom: 38px;
	border-bottom: 1px solid var(--moh2-line);
}

#mo-category .moc-category-spotlight .moh2-standard-card__image {
	aspect-ratio: 4 / 3;
}

#mo-category .moc-content-sidebar {
	/* The 331 px grid track already reserves 30 px for the divider/gutter,
	 * leaving the requested 300 px usable sidebar width. */
	padding-right: 0;
}

#mo-category .moc-content-sidebar .moh2-sidebar-stack {
	gap: 18px;
}

#mo-category .moc-content-sidebar .moc-sidebar-panel {
	padding: 20px 19px 18px;
	border: 1px solid #dfe3e8;
	background: #fff;
	box-shadow: 0 9px 24px rgba(15, 30, 51, .055);
}

#mo-category .moc-content-sidebar .moc-sidebar-panel:first-child {
	padding-top: 20px;
}

#mo-category .moc-content-sidebar .moh2-sidebar-title {
	margin-bottom: 10px;
	font-size: 14px;
	letter-spacing: .018em;
}

#mo-category .moc-sidebar-eyebrow {
	display: block;
	margin: 0 0 6px;
	color: var(--moh2-red);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

#mo-category .moc-content-sidebar .moh2-campaign-banner {
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #dfe3e8;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 30, 51, .075);
}

#mo-category .moc-content-sidebar .moh2-campaign-banner a {
	box-shadow: none;
}

#mo-category .moc-category-directory ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mo-category .moc-category-directory li {
	border-bottom: 1px solid var(--moh2-line);
}

#mo-category .moc-category-directory li:last-child {
	border-bottom: 0;
}

#mo-category .moc-category-directory a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 39px;
	padding: 7px 8px 7px 10px;
	font-family: var(--moh2-serif);
	font-size: 14px;
	font-weight: 700;
	transition: color .2s ease, background-color .2s ease;
}

#mo-category .moc-category-directory strong {
	display: inline-grid;
	min-width: 30px;
	height: 22px;
	padding: 0 6px;
	place-items: center;
	border-radius: 999px;
	background: #f1f3f5;
	color: #697281;
	font-family: var(--moh2-sans);
	font-size: 9px;
	font-weight: 750;
}

#mo-category .moc-category-directory a:hover {
	background: #f6f7f9;
	color: var(--moh2-red);
}

#mo-category .moc-category-directory .is-active a {
	background: #fff1f2;
	box-shadow: inset 3px 0 0 var(--moh2-red);
	color: var(--moh2-red);
}

#mo-category .moc-category-directory .is-active strong {
	background: var(--moh2-red);
	color: #fff;
}

#mo-category .moc-sidebar-popular__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mo-category .moc-sidebar-popular__list li {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 11px;
	align-items: start;
	padding: 12px 0;
	border-bottom: 1px solid #e7eaee;
}

#mo-category .moc-sidebar-popular__list li:last-child {
	padding-bottom: 2px;
	border-bottom: 0;
}

#mo-category .moc-sidebar-popular__rank {
	display: inline-grid;
	width: 32px;
	height: 28px;
	place-items: center;
	border: 1px solid #d9dde3;
	color: var(--moh2-red);
	font-family: var(--moh2-serif);
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
}

#mo-category .moc-sidebar-popular__list a {
	display: -webkit-box;
	overflow: hidden;
	font-family: var(--moh2-serif);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.25;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#mo-category .moc-sidebar-popular__list div > span {
	display: block;
	margin-top: 5px;
	color: #8a919c;
	font-size: 9px;
	font-weight: 650;
}

#mo-category .moc-content-sidebar .moh2-live-list li {
	grid-template-columns: 43px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	padding: 12px 0;
}

#mo-category .moc-content-sidebar .moh2-live-list li:last-child {
	padding-bottom: 2px;
	border-bottom: 0;
}

#mo-category .moc-content-sidebar .moh2-live-list time {
	display: inline-grid;
	height: 24px;
	place-items: center;
	background: #fff1f2;
	font-size: 9px;
}

#mo-category .moc-content-sidebar .moh2-live-list a {
	display: -webkit-box;
	overflow: hidden;
	font-family: var(--moh2-serif);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.28;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#mo-category .moc-pagination {
	display: grid;
	grid-template-columns: minmax(90px, 1fr) auto minmax(90px, 1fr);
	align-items: center;
	gap: 18px;
	margin-top: 38px;
	padding-top: 25px;
	border-top: 1px solid var(--moh2-line);
	font-size: 12px;
	font-weight: 800;
}

#mo-category .moc-pagination__pages {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

#mo-category .moc-pagination__pages a,
#mo-category .moc-pagination__pages span {
	display: inline-grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid var(--moh2-line);
	background: #fff;
}

#mo-category .moc-pagination__pages .is-current {
	border-color: var(--moh2-red);
	background: var(--moh2-red);
	color: #fff;
}

#mo-category .moc-pagination__direction:last-child {
	text-align: right;
}

#mo-category .moc-pagination__direction.is-disabled {
	color: #a1a8b2;
}

#mo-category .moc-feed-loader {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 10px;
	min-height: 104px;
	margin-top: 30px;
	padding: 28px 16px 8px;
	border-top: 1px solid var(--moh2-line);
}

#mo-category .moc-feed-loader__sentinel {
	position: absolute;
	top: -1px;
	left: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

#mo-category .moc-feed-loader__button {
	display: inline-flex;
	min-width: 218px;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 22px;
	border: 1px solid #152540;
	border-radius: 2px;
	background: #152540;
	color: #fff;
	font-family: var(--moh2-sans);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .055em;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

#mo-category .moc-feed-loader__button[hidden] {
	display: none !important;
}

#mo-category .moc-feed-loader__button:hover,
#mo-category .moc-feed-loader__button:focus-visible {
	border-color: var(--moh2-red);
	background: var(--moh2-red);
}

#mo-category .moc-feed-loader__button:active {
	transform: translateY(1px);
}

#mo-category .moc-feed-loader__button:disabled {
	cursor: wait;
	opacity: .84;
}

#mo-category .moc-feed-loader__button.is-automatic-fallback {
	position: absolute;
	width: 1px;
	height: 1px;
	min-width: 0;
	min-height: 0;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

#mo-category .moc-feed-loader.has-error .moc-feed-loader__button.is-automatic-fallback,
#mo-category .moc-feed-loader__button.is-automatic-fallback:focus {
	position: static;
	width: auto;
	height: auto;
	min-width: 218px;
	min-height: 46px;
	margin: 0;
	padding: 12px 22px;
	overflow: visible;
	clip: auto;
	clip-path: none;
	white-space: normal;
	border: 1px solid #152540;
}

#mo-category .moc-feed-loader__spinner {
	display: none;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, .4);
	border-top-color: #fff;
	border-radius: 50%;
	animation: moc-feed-spin .7s linear infinite;
}

#mo-category .moc-feed-loader.is-loading .moc-feed-loader__spinner {
	display: block;
}

#mo-category .moc-feed-loader.is-loading .moc-feed-loader__button.is-automatic-fallback {
	position: static;
	width: auto;
	height: auto;
	min-width: 218px;
	min-height: 46px;
	margin: 0;
	padding: 12px 22px;
	overflow: visible;
	clip: auto;
	clip-path: none;
	white-space: normal;
	border: 1px solid #152540;
}

#mo-category .moc-feed-loader__status {
	margin: 0;
	color: #747d8c;
	font-family: var(--moh2-sans);
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

#mo-category .moc-feed-loader.has-error .moc-feed-loader__status {
	color: #a1121c;
}

#mo-category .moc-feed-loader.is-complete {
	min-height: 62px;
	padding-top: 24px;
}

#mo-category .moc-archive-stream--appended {
	animation: moc-feed-reveal .4s ease both;
}

@keyframes moc-feed-spin {
	to { transform: rotate(360deg); }
}

@keyframes moc-feed-reveal {
	from { opacity: 0; transform: translateY(12px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
	#mo-category .moc-feed-loader__spinner,
	#mo-category .moc-archive-stream--appended {
		animation: none;
	}
}

#mo-category .moc-empty-state {
	margin: 28px 0 0;
	padding: 30px;
	border: 1px solid var(--moh2-line);
	background: var(--moh2-soft);
	font-family: var(--moh2-serif);
	font-size: 18px;
}

@media (max-width: 1180px) {
	#mo-category .moc-category-feature-layout,
	#mo-category .moc-category-content-layout {
		grid-template-columns: minmax(0, 1fr) 301px;
		gap: 30px;
	}

	#mo-category .moc-category-feature {
		grid-template-columns: minmax(0, 1.35fr) minmax(280px, .85fr);
	}
}

@media (max-width: 980px) {
	#mo-category .moc-category-mast__row,
	#mo-category .moc-category-feature-layout,
	#mo-category .moc-category-content-layout {
		grid-template-columns: 1fr;
	}

	#mo-category .moc-category-mast__facts {
		min-width: 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 17px 0 0;
		border-top: 1px solid var(--moh2-line);
		border-left: 0;
	}

	#mo-category .moc-category-feature-layout > .moh2-sidebar,
	#mo-category .moc-category-content-layout > .moh2-sidebar {
		padding-left: 0;
		padding-right: 0;
		border-left: 0;
	}

	#mo-category .moc-category-feature-layout > .moh2-sidebar .moh2-sidebar-stack,
	#mo-category .moc-category-content-layout > .moh2-sidebar .moh2-sidebar-stack {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#mo-category .moc-category-content-layout > .moh2-sidebar .moh2-campaign-banner {
		grid-column: auto;
		max-width: none;
		margin: 0;
	}
}

@media (max-width: 760px) {
	#mo-category .moc-category-feature {
		grid-template-columns: 1fr;
	}

	#mo-category .moc-category-lead {
		min-height: 520px;
	}

	#mo-category .moc-category-secondary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		gap: 0 18px;
	}

	#mo-category .moc-archive-card {
		grid-template-columns: 170px minmax(0, 1fr);
		gap: 18px;
	}

	#mo-category .moc-archive-card__image {
		width: 170px;
	}

	#mo-category .moc-archive-card h3 {
		font-size: 21px;
	}
}

@media (max-width: 640px) {
	#mo-category .moc-category-mast > .moh2-shell {
		padding-top: 20px;
		padding-bottom: 22px;
	}

	#mo-category .moc-breadcrumb {
		margin-bottom: 18px;
	}

	#mo-category .moc-category-mast__row {
		gap: 22px;
	}

	#mo-category .moc-category-mast h1 {
		font-size: 44px;
	}

	#mo-category .moc-category-mast__row p {
		font-size: 16px;
	}

	#mo-category .moc-category-mast__facts {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	#mo-category .moc-category-feature-layout {
		padding-top: 16px;
		padding-bottom: 42px;
	}

	#mo-category .moc-category-lead {
		min-height: 460px;
	}

	#mo-category .moc-category-lead__content {
		right: 18px;
		bottom: 20px;
		left: 18px;
	}

	#mo-category .moc-category-lead h2 {
		font-size: clamp(28px, 8vw, 38px);
	}

	#mo-category .moc-category-lead__excerpt {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	#mo-category .moc-category-secondary,
	#mo-category .moc-category-feature-layout > .moh2-sidebar .moh2-sidebar-stack,
	#mo-category .moc-category-content-layout > .moh2-sidebar .moh2-sidebar-stack {
		grid-template-columns: 1fr;
	}

	#mo-category .moc-category-secondary .moh2-lead-story,
	#mo-category .moc-category-secondary .moh2-lead-story + .moh2-lead-story {
		grid-template-columns: minmax(0, 1fr) 92px;
	}

	#mo-category .moc-category-secondary .moh2-lead-story__image {
		width: 92px;
		height: 82px;
		min-height: 82px;
	}

	#mo-category .moc-category-content-band {
		padding: 34px 0 48px;
	}

	#mo-category .moc-category-archive {
		padding: 22px 16px 26px;
	}

	#mo-category .moc-archive-heading {
		align-items: end;
	}

	#mo-category .moc-archive-heading .moh2-section-more {
		font-size: 10px;
	}

	#mo-category .moc-archive-card {
		grid-template-columns: 116px minmax(0, 1fr);
		gap: 13px;
		padding: 16px 0;
	}

	#mo-category .moc-archive-card__image {
		width: 116px;
	}

	#mo-category .moc-archive-card h3 {
		margin: 4px 34px 7px 0;
		font-size: 17px;
		line-height: 1.16;
	}

	#mo-category .moc-archive-card p {
		display: none;
	}

	#mo-category .moc-archive-card > .moh2-bookmark {
		top: 16px;
		right: 0;
		width: 30px;
		height: 30px;
	}

	#mo-category .moc-category-spotlight,
	#mo-category .moc-category-continuation {
		padding-top: 32px;
	}

	#mo-category .moc-pagination {
		grid-template-columns: 1fr 1fr;
		gap: 14px;
	}

	#mo-category .moc-pagination__pages {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	#mo-category .moc-pagination__direction {
		grid-row: 2;
	}
}
