/*
Theme Name: The Dawn Newsroom
Theme URI: https://thedawn.com.ss/
Author: CJ Innovate Enterprise Solutions Ltd
Author URI: https://cjinnovate.com/
Description: A responsive, advertising-ready newsroom theme built for The Dawn Newspaper of South Sudan.
Version: 1.15.2
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.1
Text Domain: thedawn-newsroom
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
	font-family: "Source Sans 3";
	src: url("assets/fonts/source-sans-3-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Source Sans 3";
	src: url("assets/fonts/source-sans-3-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Source Sans 3";
	src: url("assets/fonts/source-sans-3-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Lora";
	src: url("assets/fonts/lora-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Lora";
	src: url("assets/fonts/lora-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--td-ink: #111317;
	--td-muted: #626873;
	--td-line: #d8dade;
	--td-soft: #f0f1f3;
	--td-red: #c9141d;
	--td-red-dark: #a70f16;
	--td-gold: #f4c600;
	--td-page: 1290px;
}

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

html { scroll-behavior: smooth; }

html[data-theme="light"] { color-scheme: light; }

html[data-theme="dark"] { color-scheme: dark; }

body {
	margin: 0;
	min-width: 320px;
	min-height: 100vh;
	color: var(--td-ink);
	background: #fff;
	font-family: "Source Sans 3", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body.nav-open { overflow: hidden; }

img { display: block; max-width: 100%; height: auto; }

a { color: inherit; }

button, input, textarea, select { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
	outline: 3px solid #2e6db4;
	outline-offset: 3px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: #fff;
	color: var(--td-ink);
	font-weight: 700;
}

.page-width {
	width: min(calc(100% - 48px), var(--td-page));
	margin-inline: auto;
}

.utility-bar {
	min-height: 38px;
	background: #11171b;
	color: #fff;
	font-size: 14px;
}

.utility-bar__inner {
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.utility-context, .utility-actions {
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 0;
}

.utility-context i { width: 1px; height: 14px; background: #6a7075; }

.utility-context .ph-cloud-sun { color: var(--td-gold); font-size: 19px; }

.utility-actions a, .utility-actions button {
	min-width: 28px;
	min-height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: none;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.utility-actions a { font-size: 17px; }

.utility-actions .enewspaper-link {
	width: auto;
	gap: 7px;
	margin-right: 10px;
	padding-right: 16px;
	border-right: 1px solid #555c62;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .03em;
}

.utility-actions .enewspaper-link .ph { color: var(--td-gold); font-size: 17px; }

.utility-actions .reader-account-link {
		width: auto;
		gap: 7px;
		margin-right: 10px;
		padding-right: 16px;
		border-right: 1px solid #555c62;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: .03em;
}

.utility-actions .reader-account-link .ph { color: #fff; font-size: 17px; }

.utility-actions button { gap: 9px; margin-left: 22px; }

.utility-actions .color-scheme-toggle {
	min-width: 0;
	gap: 7px;
	margin-left: 2px;
	padding: 0 10px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
}

.color-scheme-toggle .ph { color: var(--td-gold); font-size: 16px; }

.utility-actions .color-scheme-toggle:hover { background: rgba(255,255,255,.1); }

.masthead { background: #fff; border-bottom: 1px solid #e3e4e6; }

.masthead__inner {
	position: relative;
	min-height: 112px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
}

.masthead-ad {
	min-width: 0;
	width: 100%;
	max-width: 560px;
	justify-self: center;
}

.masthead-ad .tdam-ad { margin: 0; }

.masthead-ad .tdam-ad__label {
	font-size: 9px;
	letter-spacing: .12em;
	margin-bottom: 4px;
}

.masthead-ad .tdam-ad__media {
	aspect-ratio: 728 / 90;
	min-height: 68px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	flex: 0 0 auto;
	color: var(--td-ink);
	text-decoration: none;
}

.brand img { width: 78px; height: 78px; border-radius: 50%; object-fit: cover; }

.brand-copy { display: flex; flex-direction: column; }

.brand-copy strong {
	font-family: "Lora", Georgia, serif;
	font-size: clamp(38px, 4vw, 55px);
	line-height: .95;
	letter-spacing: -.035em;
}

.brand-copy small {
	margin-top: 7px;
	color: var(--td-red);
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.primary-navigation { margin-left: auto; }

.primary-navigation .menu {
	display: flex;
	align-items: stretch;
	gap: 36px;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Header presets controlled from the Homepage editor. */
.masthead--balanced .masthead__inner {
	min-height: 0;
	display: grid;
	grid-template-columns: auto minmax(280px, 1fr) auto;
	grid-template-areas:
		"brand advert action"
		"navigation navigation navigation";
	column-gap: clamp(24px, 3vw, 48px);
	row-gap: 12px;
	padding-top: 15px;
}

.masthead--balanced .brand { grid-area: brand; }

.masthead--balanced .masthead-ad { grid-area: advert; }

.masthead--balanced .primary-navigation {
	grid-area: navigation;
	width: 100%;
	margin: 0;
	border-top: 1px solid var(--td-line);
}

.masthead--balanced .primary-navigation .menu { gap: clamp(24px, 3.2vw, 46px); }

.masthead--balanced .primary-navigation a { min-height: 51px; }

.masthead--balanced .contribute-button { grid-area: action; justify-self: end; }

.masthead--compact .masthead__inner { min-height: 92px; gap: 22px; }

.masthead--compact .brand img { width: 62px; height: 62px; }

.masthead--compact .brand-copy strong { font-size: 40px; }

.masthead--compact .brand-copy small { margin-top: 5px; font-size: 9px; letter-spacing: .13em; }

.masthead--compact .primary-navigation .menu { gap: clamp(14px, 1.6vw, 24px); }

.masthead--compact .primary-navigation > .menu > li > .menu-item__row > a { font-size: 15px; white-space: nowrap; }

.masthead--centered .masthead__inner {
	min-height: 0;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	grid-template-areas:
		"advert brand action"
		"navigation navigation navigation";
	row-gap: 12px;
	padding-top: 15px;
}

.masthead--centered .brand { grid-area: brand; }

.masthead--centered .masthead-ad {
	grid-area: advert;
	justify-self: start;
	max-width: 360px;
}

.masthead--centered .primary-navigation {
	grid-area: navigation;
	width: 100%;
	margin: 0;
	border-top: 1px solid var(--td-line);
}

.masthead--centered .primary-navigation .menu { justify-content: center; gap: clamp(24px, 3.2vw, 46px); }

.masthead--centered .primary-navigation a { min-height: 51px; }

.masthead--centered .contribute-button { grid-area: action; justify-self: end; }

.primary-navigation li { position: relative; }

.primary-navigation > .menu > li { position: static; }

.menu-item__row { display: flex; align-items: center; }

.submenu-toggle {
	width: 28px;
	height: 38px;
	padding: 0;
	display: inline-grid;
	place-items: center;
	border: 0;
	background: transparent;
	color: var(--td-muted);
	cursor: pointer;
}

.submenu-toggle .ph { font-size: 13px; transition: transform 150ms ease; }

.menu-item--mega.is-open .submenu-toggle .ph { transform: rotate(180deg); }

.primary-navigation a {
	position: relative;
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	color: var(--td-ink);
	font-weight: 600;
	text-decoration: none;
}

.primary-navigation > .menu > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: var(--td-red);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 160ms ease;
}

.primary-navigation > .menu > li:hover > a::after,
.primary-navigation > .menu > .current-menu-item > a::after,
.primary-navigation > .menu > .current-menu-ancestor > a::after { transform: scaleX(1); }

.primary-navigation > .menu > .current-menu-item > a { color: var(--td-red); }

.primary-navigation .sub-menu {
	position: absolute;
	z-index: 25;
	top: 100%;
	left: -18px;
	min-width: 210px;
	margin: 0;
	padding: 8px 18px;
	list-style: none;
	background: #fff;
	border-top: 3px solid var(--td-red);
	box-shadow: 0 14px 30px rgba(0,0,0,.15);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 150ms ease, transform 150ms ease;
}

.primary-navigation li:hover > .sub-menu,
.primary-navigation li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }

.primary-navigation .sub-menu a { width: 100%; min-height: 42px; border-bottom: 1px solid var(--td-line); }

.mega-menu {
	position: absolute;
	z-index: 32;
	top: 100%;
	left: 50%;
	width: 100vw;
	width: 100dvw;
	max-height: min(560px, calc(100vh - 150px));
	max-height: min(560px, calc(100dvh - 150px));
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
	padding-top: 3px;
	background: #fff;
	border-top: 3px solid var(--td-red);
	box-shadow: 0 18px 42px rgba(17, 23, 27, .18);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(-50%, 8px);
	transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
}

.menu-item--mega:hover > .mega-menu,
.menu-item--mega:focus-within > .mega-menu,
.menu-item--mega.is-open > .mega-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.mega-menu__inner {
	width: min(calc(100% - 48px), var(--td-page));
	display: grid;
	grid-template-columns: minmax(210px, .62fr) minmax(0, 2.38fr);
	gap: 30px;
	margin: 0 auto;
	padding: 24px 0 22px;
}

.mega-menu__topics { padding-right: 24px; border-right: 1px solid var(--td-line); }

.mega-menu__latest { min-width: 0; }

.mega-menu__latest.is-loading { position: relative; }

.mega-menu__latest.is-loading .mega-menu__stories { opacity: .35; pointer-events: none; }

.mega-menu__latest.is-loading::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 28px;
	height: 28px;
	margin: -14px 0 0 -14px;
	border: 3px solid rgba(201, 20, 29, .18);
	border-top-color: var(--td-red);
	border-radius: 50%;
	animation: thedawn-menu-spin .7s linear infinite;
}

@keyframes thedawn-menu-spin { to { transform: rotate(360deg); } }

.mega-menu__label {
	margin: 0 0 12px;
	color: var(--td-red);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.primary-navigation .mega-menu__all {
	min-height: 0;
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 0 0 12px;
	border-bottom: 1px solid var(--td-line);
	font-family: "Lora", Georgia, serif;
	font-size: 16px;
	font-weight: 700;
}

.mega-menu__topics ul { display: grid; gap: 0; margin: 8px 0 0; padding: 0; list-style: none; }

.primary-navigation .mega-menu__topics li { position: relative; }

.primary-navigation .mega-menu__topics li a {
	width: 100%;
	min-height: 36px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eceef0;
	font-size: 13px;
	font-weight: 600;
}

.primary-navigation .mega-menu__topic-link { transition: color 150ms ease, padding-left 150ms ease, background 150ms ease; }

.primary-navigation .mega-menu__topics li .mega-menu__topic-link:hover,
.primary-navigation .mega-menu__topics li .mega-menu__topic-link:focus-visible,
.primary-navigation .mega-menu__topics li .mega-menu__topic-link.is-active {
	padding-left: 9px;
	background: #fff5f5;
	color: var(--td-red);
}

.primary-navigation .mega-menu__all.is-active { color: var(--td-red); }

.mega-menu__heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }

.mega-menu__heading .mega-menu__label { margin-bottom: 12px; }

.mega-menu__actions { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }

.primary-navigation .mega-menu__view-all {
	min-height: 0;
	color: var(--td-muted);
	font-size: 11px;
	font-weight: 600;
	white-space: nowrap;
}

.mega-menu__scroll-controls { display: flex; align-items: center; gap: 5px; }

.mega-menu__scroll-controls[hidden] { display: none; }

.mega-menu__scroll-controls button {
	width: 32px;
	height: 32px;
	display: inline-grid;
	place-items: center;
	padding: 0;
	border: 1px solid var(--td-line);
	border-radius: 50%;
	background: #fff;
	color: var(--td-ink);
	cursor: pointer;
	transition: border-color 150ms ease, background 150ms ease, color 150ms ease;
}

.mega-menu__scroll-controls button:hover,
.mega-menu__scroll-controls button:focus-visible { border-color: var(--td-red); background: var(--td-red); color: #fff; }

.mega-menu__scroll-controls button:disabled { opacity: .35; cursor: default; }

.mega-menu__scroll-controls button:disabled:hover { border-color: var(--td-line); background: #fff; color: var(--td-ink); }

.mega-menu__stories {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: clamp(220px, 22vw, 285px);
	gap: 20px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 2px 14px;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-color: var(--td-red) #e8eaec;
	scrollbar-width: thin;
	overscroll-behavior-inline: contain;
}

.mega-menu__stories:focus-visible { outline: 2px solid var(--td-red); outline-offset: 3px; }

.mega-menu__stories::-webkit-scrollbar { height: 7px; }

.mega-menu__stories::-webkit-scrollbar-track { background: #e8eaec; }

.mega-menu__stories::-webkit-scrollbar-thumb { background: var(--td-red); border-radius: 999px; }

.mega-menu-story { min-width: 0; scroll-snap-align: start; }

.primary-navigation .mega-menu-story__image { min-height: 0; display: block; overflow: hidden; background: var(--td-soft); }

.mega-menu-story__image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform 180ms ease; }

.mega-menu-story:hover .mega-menu-story__image img { transform: scale(1.025); }

.primary-navigation .mega-menu-story__title {
	min-height: 0;
	display: -webkit-box;
	margin-top: 9px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-family: "Lora", Georgia, serif;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 700;
}

.mega-menu-story p { margin: 7px 0 0; color: var(--td-muted); font-size: 10px; line-height: 1.3; }

.mega-menu__empty { margin: 0; color: var(--td-muted); font-size: 13px; }

.primary-button {
	min-height: 42px;
	padding: 0 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--td-red);
	background: var(--td-red);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 2px 6px rgba(134,10,17,.2);
	transition: background 150ms ease, transform 150ms ease;
}

.primary-button:hover { background: var(--td-red-dark); transform: translateY(-1px); }

.icon-button {
	width: 42px;
	height: 42px;
	padding: 0;
	display: inline-grid;
	place-items: center;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.menu-toggle.icon-button { display: none; }

.search-panel {
	position: absolute;
	z-index: 24;
	left: 0;
	right: 0;
	background: #fff;
	border-bottom: 4px solid var(--td-red);
	box-shadow: 0 12px 30px rgba(0,0,0,.14);
}

.search-panel[hidden] { display: none; }

.search-panel__inner { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; }

.search-panel__inner > .ph { font-size: 21px; }

.search-form { width: 100%; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: end; }

.search-form label { display: block; }

.search-field {
	width: 100%;
	padding: 10px 3px;
	border: 0;
	border-bottom: 1px solid #9da1a6;
	background: transparent;
	font-size: 18px;
}

.search-field:focus { outline: 0; border-color: var(--td-red); }

.search-submit {
	min-height: 42px;
	padding: 0 18px;
	border: 0;
	background: var(--td-red);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.breaking-bar { min-height: 38px; color: #fff; background: linear-gradient(90deg, #be1119, #d41c24 52%, #bd121a); }

.breaking-bar__inner { min-height: 38px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; font-size: 14px; }

.breaking-bar strong { padding: 2px 7px; background: #fff; color: var(--td-red); font-size: 12px; line-height: 1.2; text-transform: uppercase; }

.breaking-bar a { color: #fff; font-weight: 600; text-decoration: none; }

.breaking-bar time { font-size: 12px; }

.ad-slot {
	min-height: 48px;
	margin-block: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: linear-gradient(110deg, #eceeef, #f7f7f7 45%, #eaebed);
	color: #656b72;
	font-size: 12px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.ad-slot a { margin-top: 2px; color: #787d83; font-size: 10px; letter-spacing: 0; text-decoration: none; text-transform: none; }

.tdam-ad { margin-block: 16px; text-align: center; }

.tdam-ad__label { display: block; margin-bottom: 4px; color: var(--td-muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.tdam-ad__media img { width: 100%; height: 100%; max-height: none; }

.newsdesk-heading {
	min-height: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 6px;
	padding: 10px 0 9px;
	border-top: 4px solid var(--td-ink);
}

.newsdesk-heading > div { display: flex; align-items: center; gap: 8px; }

.newsdesk-heading .ph { color: var(--td-red); font-size: 18px; }

.newsdesk-heading strong { font-size: 15px; letter-spacing: .08em; text-transform: uppercase; }

.newsdesk-heading p { margin: 0; color: var(--td-muted); font-size: 12px; }

/* The feed starts after the hero, independent of the height of the coverage column. */
.homepage-lead-layout--with-coverage {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 336px);
	grid-template-areas: "hero coverage" "sections coverage";
	grid-template-rows: min-content 1fr;
	column-gap: 30px;
	align-items: start;
}

.homepage-lead-layout__editorial { grid-area: hero; min-width: 0; }
.homepage-lead-layout > .homepage-sections { grid-area: sections; min-width: 0; }

.homepage-coverage-sidebar {
	grid-area: coverage;
	min-width: 0;
	margin-top: 18px;
}

.homepage-coverage-sidebar .tdlc-home-feature {
	display: block;
	min-height: 0;
	margin: 0 0 24px;
}

.homepage-coverage-sidebar .tdlc-home-feature::before { display: none; }

.homepage-coverage-sidebar .tdlc-home-feature__copy { padding: 26px 22px 22px; }

.homepage-coverage-sidebar .tdlc-home-feature h2 {
	font-size: clamp(1.7rem, 2.35vw, 2.15rem);
	line-height: 1.02;
	margin: 14px 0 12px;
}

.homepage-coverage-sidebar .tdlc-home-feature__copy > p {
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 17px;
	font-size: .86rem;
	line-height: 1.48;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.homepage-coverage-sidebar .tdlc-text-link { font-size: .7rem; }

.homepage-coverage-sidebar .tdlc-home-feature__signal {
	min-height: 0;
	justify-content: flex-start;
	padding: 22px 18px 24px;
}

.homepage-coverage-sidebar .tdlc-home-feature__signal::after { display: none; }

.homepage-coverage-sidebar .tdlc-countdown__label {
	margin-bottom: 13px;
	font-size: .64rem;
}

.homepage-coverage-sidebar .tdlc-countdown__units strong { font-size: clamp(1.45rem, 2.5vw, 1.9rem); }

.homepage-coverage-sidebar .tdlc-countdown__units small {
	font-size: .5rem;
	letter-spacing: .06em;
}

.homepage-coverage-sidebar .tdlc-home-desk {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

.homepage-coverage-sidebar .tdlc-home-desk__header {
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: 0;
}

.homepage-coverage-sidebar .tdlc-home-desk__header h2 {
	font-size: 1.5rem;
	line-height: 1.08;
}

.homepage-coverage-sidebar .tdlc-home-desk__header > a { font-size: .66rem; }

.homepage-coverage-sidebar .tdlc-home-desk__grid { grid-template-columns: 1fr; }

.homepage-coverage-sidebar .tdlc-home-desk-card {
	min-height: 0;
	padding: 22px;
	border-top: 0;
}

.homepage-coverage-sidebar .tdlc-home-desk-card__latest { border-top: 0; padding-top: 4px; }
.homepage-coverage-sidebar .tdpoll { border: 0; background: var(--td-soft); color: var(--td-ink); }
.homepage-coverage-sidebar .tdpoll-kicker { color: var(--td-red); }
.homepage-coverage-sidebar .tdpoll .tdpoll-legend,
.homepage-coverage-sidebar .tdpoll .tdpoll-disclaimer,
.homepage-coverage-sidebar .tdpoll .tdpoll-privacy,
.homepage-coverage-sidebar .tdpoll .tdpoll-total { color: var(--td-muted); }
html[data-theme="dark"] .homepage-coverage-sidebar .tdpoll-option:has(input:checked) { background: #342127; border-color: var(--td-red); }
.homepage-coverage-sidebar .tdpoll .tdpoll-disclaimer { border-top: 0; padding-top: 4px; }

.homepage-coverage-sidebar .tdlc-home-desk-card h3 {
	font-size: 1.3rem;
	margin: 12px 0 15px;
}

.homepage-coverage-sidebar .tdlc-home-desk-card__latest a { font-size: .94rem; }

.homepage-coverage-sidebar .tdlc-home-desk-card footer { margin-top: 14px; }

.homepage-lead-layout--with-coverage .lead-grid--newsdesk {
	grid-template-columns: minmax(0, 1.34fr) minmax(250px, .86fr);
}

.homepage-lead-layout--with-coverage .lead-grid--newsdesk .latest-column { grid-column: 1 / -1; }

.homepage-lead-layout--with-coverage .lead-grid--newsdesk .latest-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0 18px;
}

.lead-grid { display: grid; grid-template-columns: minmax(0,1.48fr) minmax(0,.94fr) minmax(250px,.72fr); gap: 26px; padding-top: 18px; padding-bottom: 0; }

.lead-story { min-width: 0; }

.lead-story--main { padding-right: 0; }

.visual-story { display: block; overflow: hidden; background: #edf0f1; }

.visual-story img { width: 100%; height: 246px; object-fit: cover; transition: transform 280ms ease; }

.lead-story--main .visual-story img { height: clamp(286px, 26vw, 352px); }

.lead-story--secondary .visual-story img { height: clamp(210px, 19vw, 260px); }

.visual-story:hover img, .story-card__link:hover img, .archive-card:hover img { transform: scale(1.025); }

.eyebrow { display: block; margin: 14px 0 6px; color: var(--td-red); font-size: 12px; line-height: 1.2; font-weight: 700; text-transform: uppercase; }

.lead-story__kicker { min-height: 31px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding-top: 12px; }

.lead-story__kicker .eyebrow { margin: 0; }

.story-status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 7px;
	background: var(--td-red);
	color: #fff;
	font-size: 10px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.story-status i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

.story-status--developing { background: #9b4b00; }
.story-status--exclusive { background: var(--td-ink); }
.story-status--live i { animation: thedawn-pulse 1.35s ease-out infinite; }

@keyframes thedawn-pulse {
	0% { box-shadow: 0 0 0 0 rgba(255,255,255,.7); }
	75%, 100% { box-shadow: 0 0 0 5px rgba(255,255,255,0); }
}

@media (prefers-reduced-motion: reduce) {
	.story-status--live i { animation: none; }
}

h1, h2, h3, .latest-list strong, .story-card__link > span { font-family: "Lora", Georgia, serif; }

.lead-story h1, .lead-story h2 { margin: 0; letter-spacing: -.035em; }

.lead-story h1 { max-width: 570px; font-size: clamp(31px,2.7vw,37px); line-height: 1.04; }

.lead-story h2 { font-size: clamp(25px,2vw,28px); line-height: 1.08; }

.lead-story h1 a, .lead-story h2 a { text-decoration: none; }

.lead-story > p { margin: 9px 0 14px; color: #2e3338; font-size: 15px; line-height: 1.48; }

.lead-story--main > p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.story-meta { display: flex; flex-wrap: wrap; color: var(--td-muted); font-size: 12px; }

.story-meta span + span::before { content: ""; display: inline-block; width: 1px; height: 11px; margin: 0 13px; vertical-align: -1px; background: #b9bdc1; }

.latest-column { min-width: 0; }

.latest-column > h2 { margin: 0; padding: 2px 0 8px; color: var(--td-red); font-family: "Source Sans 3", sans-serif; font-size: 17px; line-height: 1; text-transform: uppercase; }

.latest-list { display: grid; }

.latest-list a { min-height: 78px; padding: 11px 0 16px; text-decoration: none; }

.latest-list__kicker { display: flex; align-items: center; gap: 7px; margin-bottom: 5px; color: var(--td-red); font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.latest-list__kicker .story-status { padding: 3px 5px; font-size: 8px; }

.latest-list a:hover strong { color: var(--td-red); }

.latest-list strong { display: block; font-size: 15.5px; line-height: 1.2; }

.latest-list small { display: block; margin-top: 8px; color: var(--td-muted); font-size: 11px; }

/* Top-story presets keep the same editorial content while changing hierarchy. */
.lead-grid--focus {
	grid-template-columns: minmax(0, 1.62fr) minmax(310px, .78fr);
	grid-template-rows: auto 1fr;
}

.lead-grid--focus .lead-story--main {
	grid-row: 1 / span 2;
}

.lead-grid--focus .lead-story--main .visual-story img { height: clamp(390px, 38vw, 520px); }

.lead-grid--focus .lead-story--secondary {
	padding-bottom: 18px;
}

.lead-grid--focus .lead-story--secondary .visual-story img { height: clamp(160px, 15vw, 205px); }

.lead-grid--focus .lead-story--secondary > p,
.lead-grid--focus .lead-story--secondary .story-meta { display: none; }

.lead-grid--focus .latest-column { align-self: start; }

.lead-grid--focus .latest-list a { min-height: 70px; padding-block: 9px; }

.lead-grid--focus .latest-list a:nth-child(n+4) { display: none; }

.lead-grid--headline-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.lead-grid--headline-grid .lead-story--main .visual-story img,
.lead-grid--headline-grid .lead-story--secondary .visual-story img { height: clamp(260px, 25vw, 340px); }

.lead-grid--headline-grid .latest-column { grid-column: 1 / -1; }

.lead-grid--headline-grid .latest-list {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0 20px;
}

.lead-grid--headline-grid .latest-list a { min-height: 0; }

.lower-grid { margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--td-line); display: grid; grid-template-columns: 1.4fr .94fr .7fr; gap: 28px; }

.news-section { min-width: 0; scroll-margin-top: 16px; }

.section-heading { min-height: 26px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; }

.section-heading h2 { margin: 0; color: var(--td-red); font-family: "Source Sans 3", sans-serif; font-size: 17px; line-height: 1; text-transform: uppercase; }

.section-heading a { color: var(--td-muted); font-size: 11px; text-decoration: none; }

.card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }

.card-grid--business { grid-template-columns: repeat(2,minmax(0,1fr)); }

.story-card__link { display: block; text-decoration: none; }

.story-card__link img { width: 100%; height: 101px; object-fit: cover; transition: transform 280ms ease; }

.story-card__link > span { display: block; margin-top: 8px; font-size: 13px; line-height: 1.25; font-weight: 700; }

.story-card__link small { display: block; margin-top: 8px; color: var(--td-muted); font-size: 10px; }

.story-card__category {
	color: var(--td-red) !important;
	font-weight: 700;
	letter-spacing: .035em;
	text-transform: uppercase;
}

.story-card__excerpt {
	margin: 7px 0 0;
	color: #454b52;
	font-size: 13px;
	line-height: 1.42;
}

.story-card .story-meta { margin-top: 8px; font-size: 10px; }

.homepage-sections {
	margin-top: 26px;
	display: grid;
	gap: 0;
}

.homepage-section {
	--td-section-space: 20px;
	--td-card-row-gap: 22px;
	--td-card-column-gap: 22px;
	--td-image-ratio: 16 / 9;
	--td-image-fit: cover;
	--td-image-position: center;
	position: relative;
	min-width: 0;
	padding-block: var(--td-section-space);
	scroll-margin-top: 16px;
}

.homepage-section .section-heading { margin-bottom: 12px; }

.section-story-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--td-card-row-gap) var(--td-card-column-gap);
}

.homepage-section--grid .section-story-grid.has-inline-ad {
	grid-template-columns: repeat(var(--td-section-columns, 5), minmax(0, 1fr));
}

.homepage-section--feature .section-story-grid {
	grid-template-columns: minmax(0, 1.8fr) repeat(3, minmax(0, 1fr));
}

.homepage-section--feature .story-card:first-of-type .story-card__link > span {
	font-size: 22px;
	line-height: 1.15;
}

.homepage-section--feature .story-card:first-of-type .story-card__link img { height: 230px; }

.homepage-section--list .section-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 0; }

.homepage-section--list .story-card {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-content: start;
	column-gap: var(--td-card-column-gap);
	padding-block: calc(var(--td-card-row-gap) / 2);
}

.homepage-section--list .story-card__link { display: grid; grid-column: 1 / -1; grid-template-columns: 150px minmax(0, 1fr); column-gap: var(--td-card-column-gap); }

.homepage-section--list .story-card__link img { grid-row: 1 / 4; width: 150px; height: 96px; }

.homepage-section--list .story-card__category,
.homepage-section--list .story-card__link > span { grid-column: 2; }

.homepage-section--list .story-card__category { margin-top: 0; }

.homepage-section--list .story-card__link > span { margin-top: 4px; font-size: 15px; }

.homepage-section--list .story-card__excerpt,
.homepage-section--list .story-card .story-meta { grid-column: 2; }

.td-section-spacing--compact { --td-section-space: 12px; }

.td-section-spacing--comfortable { --td-section-space: 20px; }

.td-section-spacing--spacious { --td-section-space: 34px; }

.td-card-gap--compact { --td-card-row-gap: 12px; --td-card-column-gap: 14px; }

.td-card-gap--comfortable { --td-card-row-gap: 22px; --td-card-column-gap: 22px; }

.td-card-gap--spacious { --td-card-row-gap: 32px; --td-card-column-gap: 32px; }

.td-image-ratio--landscape { --td-image-ratio: 16 / 9; }

.td-image-ratio--standard { --td-image-ratio: 4 / 3; }

.td-image-ratio--square { --td-image-ratio: 1; }

.td-image-ratio--portrait { --td-image-ratio: 3 / 4; }

.td-image-fit--cover { --td-image-fit: cover; }

.td-image-fit--contain { --td-image-fit: contain; }

.td-image-position--top { --td-image-position: center top; }

.td-image-position--center { --td-image-position: center; }

.td-image-position--bottom { --td-image-position: center bottom; }

.homepage-section .story-card .story-card__link img {
	width: 100%;
	height: auto;
	aspect-ratio: var(--td-image-ratio);
	object-fit: var(--td-image-fit);
	object-position: var(--td-image-position);
	background: var(--td-soft);
}

.td-card-style--divided .story-card { border-bottom: 1px solid var(--td-line); padding-bottom: var(--td-card-row-gap); }

.td-card-style--framed .story-card {
	padding: 12px;
	border: 1px solid var(--td-line);
	background: #fff;
}

.td-images-hidden .story-card__link img { display: none; }

.td-images-hidden.homepage-section--list .story-card,
.td-images-hidden.homepage-section--list .story-card__link { grid-template-columns: 1fr; }

.td-images-hidden.homepage-section--list .story-card__category,
.td-images-hidden.homepage-section--list .story-card__link > span,
.td-images-hidden.homepage-section--list .story-card__excerpt,
.td-images-hidden.homepage-section--list .story-card .story-meta { grid-column: 1; }

.section-ad-card { min-width: 0; }

.section-ad-card .ad-slot { height: 100%; min-height: 160px; margin: 0; }

.section-ad-card .tdam-ad { height: auto; min-height: 0; margin: 0; }

.homepage-section .section-ad-card .tdam-ad .tdam-ad__media { aspect-ratio: 4 / 3; }

.ad-slot--feed,
.tdam-ad--homepage_feed_1,
.tdam-ad--homepage_feed_2,
.tdam-ad--homepage_feed_3 { min-height: 110px; margin-block: 0; }

.homepage-section__empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 32px;
	border: 1px dashed #b8bcc2;
	color: var(--td-muted);
	text-align: center;
}

body.thedawn-homepage-preview .homepage-section {
	cursor: pointer;
	transition: outline-color 150ms ease, opacity 150ms ease;
}

@media (min-width: 901px) {
	body.thedawn-homepage-preview .utility-bar,
	body.thedawn-homepage-preview .utility-bar__inner { min-height: 30px; }

	body.thedawn-homepage-preview .masthead__inner { min-height: 78px; }

	body.thedawn-homepage-preview .brand img { width: 58px; height: 58px; }

	body.thedawn-homepage-preview .brand-copy strong { font-size: 40px; }

	body.thedawn-homepage-preview .brand-copy small { margin-top: 5px; font-size: 10px; }

	body.thedawn-homepage-preview .breaking-bar,
	body.thedawn-homepage-preview .breaking-bar__inner { min-height: 28px; }

	body.thedawn-homepage-preview .ad-slot { min-height: 36px; margin-block: 10px; }

	body.thedawn-homepage-preview .visual-story img { height: 190px; }

	body.thedawn-homepage-preview .lead-story h1 { font-size: 32px; }

	body.thedawn-homepage-preview .lead-story h2 { font-size: 24px; }

	body.thedawn-homepage-preview .latest-list a { min-height: 65px; padding-block: 8px; }
}

body.thedawn-homepage-preview .homepage-section:hover { outline: 2px solid rgba(201, 20, 29, .38); outline-offset: 6px; }

body.thedawn-homepage-preview .homepage-section.is-editor-selected { outline: 3px solid var(--td-red); outline-offset: 7px; }

body.thedawn-homepage-preview .homepage-section.is-hidden-section { opacity: .48; }

.td-preview-section-toolbar {
	position: absolute;
	z-index: 15;
	top: -22px;
	left: -8px;
	display: flex;
	gap: 2px;
	padding: 3px;
	background: #fff;
	border: 1px solid #b9bdc1;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .16);
}

.td-preview-section-toolbar button {
	min-height: 28px;
	padding: 3px 9px;
	border: 0;
	background: #fff;
	color: #24292f;
	font-size: 11px;
	cursor: pointer;
}

.td-preview-section-toolbar button:hover { background: #f0f1f3; color: var(--td-red); }

.ad-slot--compact, .tdam-ad--homepage_sidebar { min-height: 200px; margin: 0; align-self: start; }

.site-footer { margin-top: 52px; border-top: 5px solid var(--td-red); background: #11171b; color: #fff; }

.footer-grid { min-height: 190px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 64px; }

.site-footer .brand { color: #fff; }

.site-footer .brand img { width: 62px; height: 62px; }

.site-footer .brand-copy strong { font-size: 38px; }

.site-footer p { max-width: 460px; color: #c4c8ca; line-height: 1.6; }

.site-footer .menu { display: flex; gap: 22px; margin: 0; padding: 0; list-style: none; }

.site-footer a { color: #fff; font-weight: 600; text-decoration: none; }

.footer-social { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; margin-top: 18px; }
.footer-social:empty { display: none; }
.footer-social a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #495057; border-radius: 50%; font-size: 17px; }
.footer-social a:hover { border-color: var(--td-red); background: var(--td-red); }

.listing-page, .single-page, .error-page { padding-bottom: 34px; }

.page-header { margin: 34px 0 28px; padding-bottom: 18px; border-bottom: 3px solid var(--td-red); }

.page-header h1, .article-header h1, .error-page h1 { margin: 0; font-size: clamp(34px,5vw,58px); line-height: 1.04; letter-spacing: -.04em; }

.archive-description { max-width: 760px; color: var(--td-muted); }

.archive-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 34px 26px; }

.archive-card { min-width: 0; border-bottom: 1px solid var(--td-line); padding-bottom: 22px; }

.archive-card__image { display: block; overflow: hidden; background: var(--td-soft); }

.archive-card__image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform 280ms ease; }

.archive-card h2 { margin: 0; font-size: 22px; line-height: 1.18; letter-spacing: -.025em; }

.archive-card h2 a { text-decoration: none; }

.archive-card p { color: #42474c; }

.navigation.pagination { margin-top: 38px; }

.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }

.nav-links .page-numbers { min-width: 42px; min-height: 42px; padding: 8px 13px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--td-line); text-decoration: none; }

.nav-links .current { background: var(--td-red); border-color: var(--td-red); color: #fff; }

.single-layout { display: grid; grid-template-columns: minmax(0,840px) minmax(240px,1fr); gap: 64px; padding-top: 44px; }

.single-layout--page { grid-template-columns: minmax(0,900px); justify-content: center; }

.article-header h1 { margin-bottom: 20px; }

.article-hero { margin: 34px 0; }

.article-hero img { width: 100%; max-height: 620px; object-fit: cover; }

.article-content { color: #202429; font-family: Georgia, serif; font-size: 19px; line-height: 1.78; }

.article-content > * { max-width: 760px; }

.article-content h2, .article-content h3 { margin-top: 1.7em; line-height: 1.2; }

.article-content a { color: var(--td-red); }

.article-content blockquote { margin: 1.8em 0; padding: 8px 0 8px 24px; border-left: 4px solid var(--td-red); font-size: 1.2em; line-height: 1.5; }

.article-content figure, .article-content img { max-width: 100%; }

.article-content figcaption { color: var(--td-muted); font-family: "Source Sans 3", sans-serif; font-size: 13px; }

.article-sidebar { padding-top: 94px; }

.ad-slot--article, .tdam-ad--article_sidebar { min-height: 340px; position: sticky; top: 24px; }

.article-tags { margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--td-line); }

.article-more {
	margin-top: 48px;
	padding-top: 24px;
	border-top: 4px solid var(--td-ink);
}

.article-more__header {
	display: flex;
	align-items: end;
	gap: 20px;
	margin-bottom: 18px;
}

.article-more__header .eyebrow { display: block; margin: 0 0 3px; }

.article-more__header h2 {
	margin: 0;
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.05;
	letter-spacing: -.035em;
}

.article-more__rule { flex: 1; height: 1px; margin-bottom: 6px; background: var(--td-line); }

.article-more__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }

.article-more__grid--single { grid-template-columns: 1fr; }

.article-more-card {
	display: grid;
	grid-template-columns: minmax(112px, .8fr) minmax(0, 1.25fr);
	min-height: 164px;
	overflow: hidden;
	border: 1px solid var(--td-line);
	background: #fff;
	color: var(--td-ink);
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.article-more-card:hover,
.article-more-card:focus-visible {
	border-color: var(--td-red);
	box-shadow: 0 12px 28px rgba(17, 23, 30, .1);
	transform: translateY(-2px);
}

.article-more-card__media { display: grid; min-height: 164px; place-items: center; overflow: hidden; background: var(--td-soft); color: var(--td-muted); }

.article-more-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 240ms ease; }

.article-more-card:hover .article-more-card__media img { transform: scale(1.035); }

.article-more-card__media > i { font-size: 36px; }

.article-more-card__copy { display: flex; min-width: 0; padding: 16px; flex-direction: column; align-items: flex-start; }

.article-more-card__direction {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 13px;
	color: var(--td-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.article-more-card--newer .article-more-card__direction { align-self: flex-end; }

.article-more-card__category { color: var(--td-red); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.article-more-card strong { margin-top: 5px; font-family: Georgia, serif; font-size: 19px; line-height: 1.18; letter-spacing: -.015em; }

.article-more-card__meta { display: flex; flex-wrap: wrap; gap: 5px; margin-top: auto; padding-top: 14px; color: var(--td-muted); font-size: 12px; }

.article-more__grid--single .article-more-card { grid-template-columns: minmax(180px, .58fr) minmax(0, 1.42fr); }

.error-page { padding-top: 80px; }

.narrow-content { max-width: 760px; margin-inline: auto; }

.no-results { padding-block: 70px; }

.no-results .search-form, .error-page .search-form { margin: 28px 0; }

.contribute-page { padding-bottom: 64px; }

.contribute-hero { border-bottom: 1px solid var(--td-line); background: #f5f6f7; }

.contribute-hero__inner {
	min-height: 320px;
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(280px, .7fr);
	align-items: end;
	gap: 72px;
	padding-block: 62px;
}

.contribute-hero .eyebrow { margin-top: 0; }

.contribute-hero h1 { max-width: 800px; margin: 0; font-size: clamp(42px, 5.4vw, 76px); line-height: .98; letter-spacing: -.045em; }

.contribute-hero__inner > p { margin: 0 0 5px; color: #353b41; font-size: 17px; line-height: 1.55; }

.contribute-layout {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr);
	gap: 72px;
	padding-top: 54px;
}

.contribute-options > h2,
.contribute-form-card > h2 { margin: 0; font-size: 30px; line-height: 1.12; letter-spacing: -.025em; }

.contribute-option-list { margin-top: 30px; border-top: 1px solid var(--td-line); }

.contribute-option-list article {
	min-height: 124px;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 17px;
	padding-block: 22px;
	border-bottom: 1px solid var(--td-line);
}

.contribute-option-list article > .ph { color: var(--td-red); font-size: 28px; }

.contribute-option-list h3 { margin: 0; font-size: 20px; line-height: 1.2; }

.contribute-option-list p,
.contribute-page-copy { margin: 7px 0 0; color: var(--td-muted); font-size: 15px; line-height: 1.55; }

.contribute-page-copy { margin-top: 24px; }

.contribute-form-card { padding: 34px; border-top: 4px solid var(--td-red); background: #fff; box-shadow: 0 16px 44px rgba(24, 31, 36, .11); }

.contribute-form-card > .eyebrow { margin-top: 0; }

.contribute-form-card > p:not(.eyebrow) { margin: 10px 0 24px; color: var(--td-muted); line-height: 1.5; }

.contribute-form { display: grid; gap: 18px; }

.contribute-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.contribute-form label { display: grid; gap: 7px; color: #2f3439; font-size: 13px; font-weight: 700; }

.contribute-form input[type="text"],
.contribute-form input[type="email"],
.contribute-form select,
.contribute-form textarea {
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid #b9bdc1;
	border-radius: 0;
	background: #fff;
	color: var(--td-ink);
}

.contribute-form textarea { min-height: 150px; resize: vertical; }

.contribute-consent { grid-template-columns: auto 1fr; align-items: start; font-weight: 400 !important; }

.contribute-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--td-red); }

.contribute-form .primary-button { justify-self: start; gap: 10px; min-height: 48px; padding-inline: 24px; cursor: pointer; }

.contribute-notice { margin: 18px 0 22px; padding: 13px 15px; border-left: 4px solid; font-size: 14px; line-height: 1.45; }

.contribute-notice--success { border-color: #16843f; background: #effaf3; color: #145b2c; }

.contribute-notice--error { border-color: var(--td-red); background: #fff3f3; color: #7b1217; }

.contribute-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

@media (min-width: 901px) {
	.homepage-lead-layout--with-coverage .section-story-grid,
	.homepage-lead-layout--with-coverage .homepage-section--grid .section-story-grid.has-inline-ad { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.homepage-lead-layout--with-coverage .homepage-section--feature .section-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.homepage-lead-layout--with-coverage .homepage-section--feature .story-card:first-of-type { grid-column: 1 / -1; }
	.homepage-lead-layout--with-coverage .homepage-section--list .section-story-grid { grid-template-columns: 1fr; }
	.homepage-lead-layout--with-coverage .lead-grid--focus { grid-template-columns: minmax(0, 1.3fr) minmax(0, .9fr); }
	.homepage-lead-layout--with-coverage .lead-grid--headline-grid .latest-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 901px) and (max-width: 1200px) {
	.homepage-lead-layout--with-coverage .section-story-grid,
	.homepage-lead-layout--with-coverage .homepage-section--grid .section-story-grid.has-inline-ad { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.homepage-lead-layout--with-coverage .homepage-section--list .section-story-grid { grid-template-columns: 1fr; }
}

@media (max-width: 1080px) {
	.masthead__inner { gap: 20px; }
	.primary-navigation .menu { gap: 20px; }
	.brand img { width: 64px; height: 64px; }
	.brand-copy strong { font-size: 40px; }
	.lower-grid { grid-template-columns: 1fr 1fr; }
	.section-story-grid,
	.homepage-section--feature .section-story-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.homepage-section--grid .section-story-grid.has-inline-ad { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.homepage-section--feature .story-card:first-of-type { grid-column: span 2; }
	.homepage-section--list .section-story-grid { grid-template-columns: 1fr; }
	.ad-slot--compact, .tdam-ad--homepage_sidebar { grid-column: 1/-1; min-height: 120px; }
	.single-layout { gap: 36px; }
	.contribute-hero__inner,
	.contribute-layout { gap: 42px; }
	.homepage-lead-layout--with-coverage { grid-template-columns: minmax(0, 1fr) minmax(280px, 310px); column-gap: 24px; }
}

@media (max-width: 900px) {
	.homepage-lead-layout--with-coverage { grid-template-columns: 1fr; grid-template-areas: "hero" "coverage" "sections"; grid-template-rows: auto; row-gap: 32px; }
	.homepage-lead-layout--with-coverage > .homepage-sections { margin-top: 0; }
	.homepage-coverage-sidebar { margin-top: 0; }
	.homepage-lead-layout--with-coverage .lead-grid--newsdesk { grid-template-columns: 1.2fr 1fr; }
	.lead-grid { grid-template-columns: 1.2fr 1fr; }
	.lead-grid--focus { grid-template-rows: auto; }
	.lead-grid--focus .lead-story--main { grid-row: auto; }
	.latest-column { grid-column: 1/-1; }
	.latest-list { grid-template-columns: repeat(3,1fr); gap: 0 24px; }
	.lead-grid--headline-grid .latest-list { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
	.page-width { width: min(calc(100% - 32px),var(--td-page)); }
	.utility-context > span:first-child { display: none; }
	.utility-actions a { display: none; }
	.utility-actions .reader-account-link { display: inline-flex; margin-right: 6px; padding-right: 10px; }
	.utility-actions .enewspaper-link { display: inline-flex; margin-right: 6px; padding-right: 10px; }
	.utility-actions button { margin-left: 0; }
	.masthead__inner { min-height: 88px; }
	.masthead--balanced .masthead__inner,
	.masthead--compact .masthead__inner,
	.masthead--centered .masthead__inner { min-height: 88px; display: flex; gap: 16px; padding-top: 0; }
	.masthead--balanced .primary-navigation,
	.masthead--centered .primary-navigation { width: auto; border-top: 0; }
	.brand img { width: 58px; height: 58px; }
	.brand-copy strong { font-size: 34px; }
	.brand-copy small { font-size: 9px; }
	.menu-toggle.icon-button { display: inline-grid; margin-left: auto; }
	.primary-navigation { position: absolute; z-index: 30; left: 0; right: 0; top: 126px; display: none; margin: 0; padding: 12px 16px 18px; background: #fff; border-bottom: 4px solid var(--td-red); box-shadow: 0 14px 30px rgba(0,0,0,.15); }
	.primary-navigation.is-open { display: block; }
	.primary-navigation.is-open { max-height: calc(100vh - 126px); max-height: calc(100dvh - 126px); overflow-y: auto; overscroll-behavior: contain; }
	.primary-navigation .menu { display: grid; gap: 0; }
	.primary-navigation a { width: 100%; min-height: 48px; border-bottom: 1px solid var(--td-line); }
	.primary-navigation > .menu > li > a::after { display: none; }
	.primary-navigation .sub-menu { position: static; display: block; margin-left: 18px; padding: 0; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
	.contribute-button { min-height: 40px; padding-inline: 16px; }
	.breaking-bar__inner { grid-template-columns: auto 1fr; gap: 14px; }
	.breaking-bar time { display: none; }
	.newsdesk-heading p { display: none; }
	.lead-grid { grid-template-columns: 1fr; }
	.lead-grid--focus,
	.lead-grid--headline-grid { grid-template-columns: 1fr; }
	.lead-story--main { padding-right: 0; padding-bottom: 0; }
	.latest-list { grid-template-columns: 1fr 1fr; }
	.lead-grid--headline-grid .latest-list { grid-template-columns: 1fr 1fr; }
	.lower-grid { grid-template-columns: 1fr; }
	.card-grid, .card-grid--business { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.section-story-grid,
	.homepage-section--feature .section-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.homepage-section--grid .section-story-grid.has-inline-ad { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.footer-grid { padding-block: 36px; grid-template-columns: 1fr; gap: 24px; }
	.site-footer p { margin: 0; }
	.archive-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.single-layout { grid-template-columns: 1fr; padding-top: 28px; }
	.article-sidebar { padding-top: 0; }
	.ad-slot--article, .tdam-ad--article_sidebar { min-height: 140px; position: static; }
	.primary-navigation > .menu > li { position: relative; }
	.primary-navigation .menu-item__row > a { flex: 1; }
	.submenu-toggle { width: 48px; height: 48px; border-bottom: 1px solid var(--td-line); }
	.mega-menu { position: static; display: none; width: 100%; max-height: none; overflow: visible; padding: 0; border: 0; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
	.menu-item--mega:hover > .mega-menu,
	.menu-item--mega:focus-within > .mega-menu,
	.menu-item--mega.is-open > .mega-menu { display: block; transform: none; }
	.mega-menu__inner { width: 100%; grid-template-columns: 1fr; gap: 18px; padding: 16px 18px 20px; background: #f6f7f7; }
	.mega-menu__topics { padding: 0; border: 0; }
	.mega-menu__stories { grid-auto-columns: minmax(230px, 42vw); }
	.primary-navigation .mega-menu-story__title { min-height: 0; border: 0; }
	.contribute-hero__inner { min-height: 0; grid-template-columns: 1fr; gap: 24px; padding-block: 46px; }
	.contribute-layout { grid-template-columns: 1fr; gap: 42px; }
	.homepage-lead-layout--with-coverage .lead-grid--newsdesk { grid-template-columns: 1fr; }
	.homepage-lead-layout--with-coverage .lead-grid--newsdesk .latest-list { grid-template-columns: 1fr 1fr; }
	.homepage-coverage-sidebar .tdlc-home-feature { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); }
}

@media (max-width: 560px) {
	.page-width { width: min(calc(100% - 24px),var(--td-page)); }
	.utility-context { gap: 8px; }
	.utility-actions button span:first-child { display: none; }
	.utility-actions .enewspaper-link > span:last-child { display: none; }
	.utility-actions .reader-account-link > span:last-child { display: none; }
	.masthead__inner { min-height: 76px; gap: 8px; }
	.brand { gap: 9px; }
	.brand img { width: 48px; height: 48px; }
	.brand-copy strong { font-size: 29px; }
	.brand-copy small { display: none; }
	.primary-navigation { top: 114px; }
	.contribute-button { display: none; }
	.breaking-bar__inner { min-height: 48px; }
	.breaking-bar strong { font-size: 10px; white-space: nowrap; }
	.breaking-bar a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 12px; }
	.ad-slot { min-height: 72px; margin-block: 12px; }
	.visual-story img { height: 230px; }
	.lead-story h1 { font-size: 32px; }
	.lead-story h2 { font-size: 27px; }
	.latest-list { grid-template-columns: 1fr; }
	.lead-grid--headline-grid .latest-list { grid-template-columns: 1fr; }
	.latest-list a { min-height: 70px; }
	.card-grid, .card-grid--business { grid-template-columns: 1fr 1fr; }
	.section-story-grid,
	.homepage-section--feature .section-story-grid { grid-template-columns: 1fr; }
	.homepage-section--grid .section-story-grid.has-inline-ad { grid-template-columns: 1fr; }
	.section-ad-card .ad-slot--compact { min-height: 140px; }
	.homepage-section--feature .story-card:first-of-type { grid-column: auto; }
	.homepage-section--list .story-card,
	.homepage-section--list .story-card__link { grid-template-columns: 112px minmax(0, 1fr); }
	.homepage-section--list .story-card__link img { width: 112px; height: 82px; }
	.story-card__link img { height: 112px; }
	.lower-grid { gap: 34px; }
	.ad-slot--compact, .tdam-ad--homepage_sidebar { min-height: 140px; }
	.search-form { grid-template-columns: 1fr; }
	.search-submit { justify-self: start; }
	.mega-menu__heading { align-items: flex-start; }
	.mega-menu__actions { gap: 8px; }
	.mega-menu__stories { grid-auto-columns: minmax(250px, 82vw); gap: 12px; }
	.mega-menu-story { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 12px; }
	.primary-navigation .mega-menu-story__title { margin-top: 0; }
	.mega-menu-story p { margin-top: 5px; }
	.contribute-hero h1 { font-size: 42px; }
	.contribute-hero__inner { padding-block: 38px; }
	.contribute-layout { padding-top: 36px; }
	.contribute-form-card { padding: 24px 20px; }
	.contribute-form__row { grid-template-columns: 1fr; }
	.homepage-lead-layout--with-coverage .lead-grid--newsdesk .latest-list { grid-template-columns: 1fr; }
	.homepage-coverage-sidebar .tdlc-home-feature { display: block; }
	.archive-grid { grid-template-columns: 1fr; }
	.article-content { font-size: 18px; line-height: 1.7; }
	.article-header h1, .page-header h1 { font-size: 36px; }
	.story-meta span { display: block; width: 100%; margin-top: 4px; }
	.story-meta span + span::before { display: none; }
	.article-more__grid { grid-template-columns: 1fr; }
	.article-more__grid--single .article-more-card { grid-template-columns: minmax(112px, .8fr) minmax(0, 1.25fr); }
}

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

/* Client expansion: premium advertising, video, religion and social sharing. */
.homepage-premium-billboard {
	margin: 18px 0 28px;
	padding: 10px;
	border-top: 4px solid var(--td-red);
	background: #f3f4f5;
}

.homepage-premium-billboard .tdam-ad { margin: 0; }
.homepage-premium-billboard .tdam-ad__label { margin-bottom: 8px; }
.homepage-premium-billboard .tdam-ad__media img { max-height: none; }
.ad-slot--billboard { min-height: 72px; }

.article { position: relative; }

.article-share {
	position: sticky;
	top: 28px;
	z-index: 6;
	width: 44px;
	height: 0;
	margin-left: calc(100% + 18px);
	transform: translateY(20px);
}

.article-share__label {
	display: block;
	margin-bottom: 8px;
	color: var(--td-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .09em;
	text-align: center;
	text-transform: uppercase;
}

.article-share__actions {
	display: grid;
	gap: 7px;
}

.article-share__actions a,
.article-share__actions button {
	width: 42px;
	height: 42px;
	display: inline-grid;
	place-items: center;
	padding: 0;
	border: 1px solid var(--td-line);
	border-radius: 50%;
	background: #fff;
	color: var(--td-ink);
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
	transition: color 160ms ease, border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.article-share__actions a:hover,
.article-share__actions button:hover,
.article-share__actions button.is-copied {
	border-color: var(--td-red);
	background: var(--td-red);
	color: #fff;
	transform: translateY(-2px);
}

.thedawn-video-player {
	margin: 34px 0;
}

.thedawn-video-player__frame {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #090b0d;
}

.thedawn-video-player__frame iframe,
.thedawn-video-player__frame video {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	object-fit: contain;
}

.thedawn-video-player__external {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: linear-gradient(135deg, #15181c, #272c32);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.thedawn-video-player__external .ph { color: var(--td-red); font-size: 48px; }

.thedawn-video-player figcaption {
	margin-top: 7px;
	color: var(--td-muted);
	font-size: 12px;
}

.archive-card__image { position: relative; }

.archive-card__play {
	position: absolute;
	right: 12px;
	bottom: 12px;
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--td-red);
	color: #fff;
	box-shadow: 0 4px 14px rgba(0,0,0,.26);
}

.video-hub,
.religion-hub { padding-bottom: 54px; }

.video-hub__header,
.religion-hub__header {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
	align-items: end;
	gap: 50px;
	margin: 20px 0 28px;
	padding: clamp(38px, 6vw, 72px);
}

.video-hub__header {
	background: var(--td-ink);
	color: #fff;
}

.video-hub__header .eyebrow { margin-top: 0; }

.video-hub__header h1,
.religion-hub__header h1 {
	margin: 0;
	font-size: clamp(48px, 7vw, 90px);
	line-height: .95;
	letter-spacing: -.055em;
}

.video-hub__header > p,
.religion-hub__header p {
	margin: 0;
	font-size: 17px;
	line-height: 1.6;
}

.video-hub__header > p { color: #c9cdd1; }

.video-hub__featured {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(290px, .55fr);
	align-items: center;
	gap: clamp(30px, 5vw, 64px);
	padding-bottom: 40px;
	border-bottom: 1px solid var(--td-line);
}

.video-hub__media,
.video-hub__media > a {
	position: relative;
	display: block;
	min-height: 300px;
	background: #101317;
	overflow: hidden;
}

.video-hub__media img {
	width: 100%;
	height: 100%;
	min-height: 300px;
	object-fit: cover;
}

.video-hub__media .thedawn-video-player { margin: 0; }
.thedawn-video-player--hub figcaption { display: none; }

.video-play-badge {
	position: absolute;
	left: 24px;
	bottom: 22px;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 11px 15px;
	background: var(--td-red);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.video-hub__featured article h2 {
	margin: 0;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.04;
	letter-spacing: -.04em;
}

.video-hub__featured article h2 a { text-decoration: none; }
.video-hub__featured article > p { color: var(--td-muted); font-size: 16px; line-height: 1.6; }
.video-hub__latest-heading,
.religion-hub__latest-heading { margin-top: 42px; }

.religion-hub__header {
	position: relative;
	overflow: hidden;
	border-top: 6px solid var(--td-red);
	background: #f2eee7;
}

.religion-hub__header > .ph {
	justify-self: end;
	color: var(--td-red);
	font-size: clamp(90px, 13vw, 180px);
	opacity: .75;
}

.religion-hub__kicker {
	display: block;
	margin-bottom: 12px;
	color: var(--td-red);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.religion-hub__header p {
	max-width: 700px;
	margin-top: 22px;
	color: #4f4c48;
}

.religion-hub__columns {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 0;
	border-top: 1px solid var(--td-line);
	border-bottom: 1px solid var(--td-line);
	overflow-x: auto;
}

.religion-hub__columns > span {
	margin-right: 8px;
	color: var(--td-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
	white-space: nowrap;
}

.religion-hub__columns a {
	flex: 0 0 auto;
	padding: 9px 12px;
	border: 1px solid var(--td-line);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.religion-hub__columns a:hover { border-color: var(--td-red); color: var(--td-red); }

@media (max-width: 900px) {
	.masthead-ad { display: none; }

	.masthead--balanced .masthead__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"brand action"
			"navigation navigation";
	}

	.masthead--centered .masthead__inner {
		grid-template-areas:
			"blank brand action"
			"navigation navigation navigation";
	}

	.article-share {
		position: static;
		width: auto;
		height: auto;
		margin: 22px 0 4px;
		transform: none;
	}

	.article-share__label { text-align: left; }
	.article-share__actions { display: flex; flex-wrap: wrap; }
	.article-share__actions a,
	.article-share__actions button { width: 40px; height: 40px; }
}

@media (max-width: 820px) {
	.video-hub__header,
	.religion-hub__header,
	.video-hub__featured { grid-template-columns: 1fr; }
	.religion-hub__header > .ph { position: absolute; right: 20px; bottom: 10px; opacity: .12; }
	.footer-social { justify-content: flex-start; }
}

@media (max-width: 560px) {
	.homepage-premium-billboard { margin: 12px 0 22px; padding: 6px; }
	.video-hub__header,
	.religion-hub__header { gap: 20px; padding: 34px 24px; }
	.video-hub__header h1,
	.religion-hub__header h1 { font-size: 50px; }
	.video-hub__media,
	.video-hub__media > a,
	.video-hub__media img { min-height: 210px; }
	.article-share__actions { gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
	.article-share__actions a,
	.article-share__actions button { transition: none; }
}

/* Reader-controlled dark appearance. */
html[data-theme="dark"] {
	--td-ink: #f4f5f7;
	--td-muted: #aeb4be;
	--td-line: #353b44;
	--td-soft: #242a32;
	--td-red: #ff4a55;
	--td-red-dark: #dc303a;
}

html[data-theme="dark"] body {
	--tdlc-ink: #f4f5f7;
	--tdlc-muted: #aeb4be;
	--tdlc-line: #353b44;
	--tdlc-paper: #171b21;
	--tdlc-wash: #1e232a;
	background: #101317;
	color: var(--td-ink);
}

html[data-theme="dark"] .masthead,
html[data-theme="dark"] .primary-navigation,
html[data-theme="dark"] .primary-navigation .sub-menu,
html[data-theme="dark"] .mega-menu,
html[data-theme="dark"] .search-panel,
html[data-theme="dark"] .mega-menu__scroll-controls button,
html[data-theme="dark"] .contribute-form-card,
html[data-theme="dark"] .contribute-form input[type="text"],
html[data-theme="dark"] .contribute-form input[type="email"],
html[data-theme="dark"] .contribute-form select,
html[data-theme="dark"] .contribute-form textarea,
html[data-theme="dark"] .article-share__actions a,
html[data-theme="dark"] .article-share__actions button,
html[data-theme="dark"] .article-more-card,
html[data-theme="dark"] .td-card-style--boxed .story-card,
html[data-theme="dark"] .td-preview-section-toolbar,
html[data-theme="dark"] .td-preview-section-toolbar button,
html[data-theme="dark"] .tdlc-timeline-section,
html[data-theme="dark"] .tdlc-archive-header,
html[data-theme="dark"] .tdlc-archive-card {
	background: #171b21;
	color: var(--td-ink);
}

html[data-theme="dark"] .mega-menu__inner,
html[data-theme="dark"] .homepage-premium-billboard,
html[data-theme="dark"] .contribute-hero,
html[data-theme="dark"] .tdlc-page,
html[data-theme="dark"] .tdlc-home-desk-card,
html[data-theme="dark"] .tdlc-timeline__marker-card,
html[data-theme="dark"] .tdlc-article-context {
	background: #1e232a;
}

html[data-theme="dark"] .religion-hub__header {
	background: #211e1d;
}

html[data-theme="dark"] .ad-slot,
html[data-theme="dark"] .tdam-ad__media {
	background: linear-gradient(110deg, #20252c, #2a3038 45%, #20252c);
}

html[data-theme="dark"] .mega-menu__stories {
	scrollbar-color: var(--td-red) #2c323b;
}

html[data-theme="dark"] .mega-menu__stories::-webkit-scrollbar-track { background: #2c323b; }

html[data-theme="dark"] .primary-navigation .mega-menu__topics li a { border-bottom-color: var(--td-line); }

html[data-theme="dark"] .primary-navigation .mega-menu__topics li .mega-menu__topic-link:hover,
html[data-theme="dark"] .primary-navigation .mega-menu__topics li .mega-menu__topic-link:focus-visible,
html[data-theme="dark"] .primary-navigation .mega-menu__topics li .mega-menu__topic-link.is-active,
html[data-theme="dark"] .td-preview-section-toolbar button:hover {
	background: rgba(255,74,85,.12);
}

html[data-theme="dark"] .mega-menu__scroll-controls button:disabled:hover {
	border-color: var(--td-line);
	background: #171b21;
	color: var(--td-ink);
}

html[data-theme="dark"] .article-content,
html[data-theme="dark"] .archive-card p,
html[data-theme="dark"] .lead-story > p,
html[data-theme="dark"] .story-card__excerpt,
html[data-theme="dark"] .contribute-hero__inner > p,
html[data-theme="dark"] .contribute-form label,
html[data-theme="dark"] .religion-hub__header p {
	color: #d6d9de;
}

html[data-theme="dark"] .story-status--exclusive,
html[data-theme="dark"] .video-hub__header,
html[data-theme="dark"] .tdlc-home-feature,
html[data-theme="dark"] .tdlc-coverage-hero {
	background: #0d1014;
}

html[data-theme="dark"] .tdlc-timeline__rail span { background: var(--tdlc-paper); }

html[data-theme="dark"] .tdlc-badge {
	background: #2b313a;
	color: var(--td-ink);
}

html[data-theme="dark"] .tdlc-home-desk__header > a,
html[data-theme="dark"] .tdlc-home-desk-card footer a,
html[data-theme="dark"] .tdlc-home-desk-card h3 a,
html[data-theme="dark"] .tdlc-home-desk-card__latest a,
html[data-theme="dark"] .tdlc-timeline-card h3 a,
html[data-theme="dark"] .tdlc-archive-card h2 a,
html[data-theme="dark"] .tdlc-article-context a,
html[data-theme="dark"] .tdlc-archive-card .tdlc-text-link {
	color: var(--td-ink);
}

html[data-theme="dark"] .contribute-notice--success {
	background: #12261a;
	color: #9ee2b5;
}

html[data-theme="dark"] .contribute-notice--error {
	background: #2b1719;
	color: #ffb2b7;
}

html[data-theme="dark"] .homepage-section__empty { border-color: #555c66; }

html[data-theme="dark"] input::placeholder,
html[data-theme="dark"] textarea::placeholder { color: #8f96a1; }

html[data-theme="dark"] body,
html[data-theme="dark"] .masthead,
html[data-theme="dark"] .primary-navigation,
html[data-theme="dark"] .mega-menu,
html[data-theme="dark"] .search-panel,
html[data-theme="dark"] .contribute-form-card,
html[data-theme="dark"] .tdlc-page,
html[data-theme="dark"] .tdlc-timeline-section {
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

@media (prefers-reduced-motion: reduce) {
	html[data-theme="dark"] body,
	html[data-theme="dark"] .masthead,
	html[data-theme="dark"] .primary-navigation,
	html[data-theme="dark"] .mega-menu,
	html[data-theme="dark"] .search-panel,
	html[data-theme="dark"] .contribute-form-card,
	html[data-theme="dark"] .tdlc-page,
	html[data-theme="dark"] .tdlc-timeline-section { transition: none; }
}

/* Article reading experience and newsroom search filters. */
.article-progress {
	position: fixed;
	z-index: 99990;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	pointer-events: none;
}

.admin-bar .article-progress { top: 32px; }
.article-progress span { display: block; width: 100%; height: 100%; background: var(--td-red); transform: scaleX(0); transform-origin: left center; }

.single-layout { grid-template-columns: minmax(0, 820px) 300px; gap: 54px; padding-top: 54px; }
.single-content { min-width: 0; }
.article-header { max-width: 820px; }
.article-header__flags { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 13px; }
.article-header__flags .eyebrow { margin: 0; }
.article-header h1 { max-width: 810px; margin-bottom: 18px; font-size: clamp(44px, 5.25vw, 70px); line-height: 1.01; letter-spacing: -.047em; }
.article-deck { max-width: 740px; margin: 0 0 22px; color: #424950; font-family: "Source Sans 3", Arial, sans-serif; font-size: 21px; line-height: 1.48; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; color: var(--td-muted); font-size: 13px; }
.article-meta > span { display: inline-flex; align-items: center; }
.article-meta > span + span::before { content: ""; width: 1px; height: 13px; margin: 0 13px; background: #b9bdc1; }
.article-meta a { color: var(--td-ink); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-meta__author a { margin-left: 4px; }
.article-meta__prefix { margin-right: 4px; }

.article-hero { margin: 32px 0 0; }
.article-hero img { width: 100%; max-height: 600px; object-fit: cover; }
.article-hero figcaption { padding: 8px 0 0; color: var(--td-muted); font-size: 12px; line-height: 1.45; }

.article-share {
	position: static;
	width: auto;
	height: auto;
	margin: 18px 0 28px;
	padding-bottom: 18px;
	transform: none;
	border-bottom: 1px solid var(--td-line);
}
.article-share__label { margin-bottom: 8px; text-align: left; }
.article-share__actions { display: flex; flex-wrap: wrap; gap: 7px; }
.article-share__actions a,
.article-share__actions button { width: 38px; height: 38px; font-size: 16px; }

.article-content { max-width: 720px; color: #24282d; font-size: 19px; line-height: 1.82; }
.article-content > * { max-width: 720px; }
.article-content > :first-child { margin-top: 0; }
.article-content p { margin: 0 0 1.35em; }
.article-content h2 { margin: 1.9em 0 .65em; font-size: clamp(27px, 3vw, 36px); letter-spacing: -.025em; }
.article-content h3 { margin: 1.8em 0 .6em; font-size: clamp(22px, 2.2vw, 29px); }
.article-content blockquote { margin: 2em 0; padding: 22px 26px; border: 0; border-left: 5px solid var(--td-red); background: #f4f5f6; font-family: "Lora", Georgia, serif; font-size: 1.22em; }
.article-content .tdam-ad,
.article-content .ad-slot { max-width: 720px; }

.article-sidebar { padding-top: 119px; }
.article-sidebar > .tdam-ad,
.article-sidebar > .ad-slot { position: sticky; top: 32px; width: 300px; min-height: 0; margin: 0 auto; }
.article-sidebar .tdam-ad__media { max-height: 600px; }
.article-sidebar .tdam-ad__media img { max-height: 600px; object-fit: contain; }
.article-sidebar-latest { margin-top: 28px; border-top: 4px solid var(--td-ink); }
.article-sidebar-latest__header { padding: 16px 0 10px; border-bottom: 1px solid var(--td-line); }
.article-sidebar-latest__header .eyebrow { margin: 0 0 2px; }
.article-sidebar-latest__header h2 { margin: 0; font-size: 24px; letter-spacing: -.025em; }
.article-sidebar-latest > a { display: grid; gap: 4px; padding: 16px 0; border-bottom: 1px solid var(--td-line); text-decoration: none; }
.article-sidebar-latest > a > span { color: var(--td-red); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-sidebar-latest > a strong { font-family: "Lora", Georgia, serif; font-size: 16px; line-height: 1.25; }
.article-sidebar-latest > a small { color: var(--td-muted); font-size: 11px; }
.article-sidebar-latest > a:hover strong { color: var(--td-red); }

.article-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 40px; padding-top: 20px; }
.article-tags__label { margin-right: 3px; color: var(--td-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-tags a { padding: 6px 10px; border: 1px solid var(--td-line); border-radius: 999px; font-size: 12px; text-decoration: none; }
.article-tags a:hover { border-color: var(--td-red); color: var(--td-red); }
.article-author { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 18px; max-width: 720px; margin-top: 30px; padding: 24px; border-top: 4px solid var(--td-ink); background: #f4f5f6; }
.article-author__avatar { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; }
.article-author .eyebrow { margin: 0 0 2px; }
.article-author h2 { margin: 0; font-size: 22px; }
.article-author p { margin: 7px 0; color: #525a62; }
.article-author a { display: inline-flex; align-items: center; gap: 5px; margin-top: 7px; color: var(--td-red); font-size: 13px; font-weight: 700; text-decoration: none; }

.article-more { max-width: 820px; margin-top: 54px; }
.article-more__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.article-more-card { display: flex; min-height: 0; flex-direction: column; }
.article-more-card__media { min-height: 0; aspect-ratio: 16 / 9; }
.article-more-card__copy { min-height: 176px; padding: 15px; }
.article-more-card strong { font-size: 17px; }
.article-more-card__meta { margin-top: auto; }

.newsroom-search-filters { display: grid; grid-template-columns: 1.35fr repeat(3, minmax(135px, .7fr)); gap: 14px; margin: -10px 0 34px; padding: 22px; border: 1px solid var(--td-line); border-top: 4px solid var(--td-ink); background: #f5f6f7; }
.newsroom-search-filters > div { display: grid; align-content: end; gap: 5px; }
.newsroom-search-filters label { color: #4b535b; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.newsroom-search-filters input,
.newsroom-search-filters select { width: 100%; min-height: 42px; padding: 8px 10px; border: 1px solid #b8bec5; border-radius: 0; background: #fff; }
.newsroom-search-filters__actions { grid-template-columns: auto 1fr; align-items: center; }
.newsroom-search-filters__actions a { color: var(--td-muted); font-size: 13px; }

html[data-theme="dark"] .article-deck,
html[data-theme="dark"] .article-content,
html[data-theme="dark"] .article-author p { color: #d8dbe0; }
html[data-theme="dark"] .article-content blockquote,
html[data-theme="dark"] .article-author,
html[data-theme="dark"] .newsroom-search-filters { background: #1c222a; }
html[data-theme="dark"] .newsroom-search-filters input,
html[data-theme="dark"] .newsroom-search-filters select { border-color: #4a525d; background: #11161c; color: var(--td-ink); }
html[data-theme="dark"] .newsroom-search-filters label { color: #c3c8cf; }

@media (max-width: 1050px) {
	.single-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 34px; }
	.article-sidebar > .tdam-ad,
	.article-sidebar > .ad-slot { width: 280px; }
	.newsroom-search-filters { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.newsroom-search-filters__query { grid-column: span 2; }
}

@media (max-width: 900px) {
	.single-layout { grid-template-columns: 1fr; padding-top: 36px; }
	.article-sidebar { display: grid; grid-template-columns: minmax(0, 300px) minmax(0, 1fr); gap: 28px; padding-top: 0; }
	.article-sidebar > .tdam-ad,
	.article-sidebar > .ad-slot { position: static; width: 100%; }
	.article-sidebar-latest { margin-top: 0; }
	.article-more__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) { .admin-bar .article-progress { top: 46px; } }

@media (max-width: 640px) {
	.article-header h1 { font-size: 39px; line-height: 1.03; }
	.article-deck { font-size: 18px; }
	.article-meta { display: grid; gap: 5px; }
	.article-meta > span + span::before { display: none; }
	.article-hero { margin-top: 24px; }
	.article-content { font-size: 18px; line-height: 1.75; }
	.article-author { grid-template-columns: 52px minmax(0, 1fr); padding: 20px; }
	.article-author__avatar { width: 52px; height: 52px; }
	.article-more__grid,
	.article-sidebar { grid-template-columns: 1fr; }
	.article-more-card { display: grid; grid-template-columns: 118px minmax(0, 1fr); }
	.article-more-card__media { height: 100%; aspect-ratio: auto; }
	.article-more-card__copy { min-height: 150px; }
	.newsroom-search-filters { grid-template-columns: 1fr; padding: 18px; }
	.newsroom-search-filters__query { grid-column: auto; }
}

/* Moderated reader discussion. */
.article-comments { max-width: 820px; margin-top: 58px; padding-top: 28px; border-top: 5px solid var(--td-ink); }
.article-comments__header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 310px); align-items: end; gap: 26px; padding-bottom: 20px; border-bottom: 1px solid var(--td-line); }
.article-comments__header .eyebrow { margin: 0 0 3px; }
.article-comments__header h2 { margin: 0; font-size: clamp(28px, 3vw, 38px); letter-spacing: -.035em; }
.article-comments__header > p { margin: 0; color: var(--td-muted); font-size: 14px; line-height: 1.5; }
.article-comments__notice,
.reader-comment__awaiting { margin: 18px 0 0; padding: 12px 14px; border-left: 3px solid #1f8f55; background: #e8f6ee; color: #18573a; font-size: 14px; }
.article-comments__form { margin-top: 24px; padding: 25px; background: #f4f5f6; }
.comment-reply-title { margin: 0; font-size: 26px; }
.comment-reply-title small { margin-left: 8px; font-family: "Source Sans 3", Arial, sans-serif; font-size: 12px; }
.comment-notes { margin: 6px 0 20px; color: var(--td-muted); font-size: 13px; }
.comment-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.comment-form > p { margin: 0; }
.comment-form-comment,
.comment-notes,
.comment-form-cookies-consent,
.comment-policy,
.form-submit,
.logged-in-as { grid-column: 1 / -1; }
.comment-form label { display: block; margin-bottom: 5px; color: #414950; font-size: 12px; font-weight: 700; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea { width: 100%; border: 1px solid #adb4bb; border-radius: 0; background: #fff; color: #171b20; }
.comment-form input[type="text"],
.comment-form input[type="email"] { min-height: 44px; padding: 9px 11px; }
.comment-form textarea { min-height: 150px; padding: 12px; resize: vertical; }
.comment-form input:focus,
.comment-form textarea:focus { outline: 3px solid rgba(201, 20, 29, .18); outline-offset: 1px; border-color: var(--td-red); }
.comment-form-comment small { display: block; margin-top: 5px; color: var(--td-muted); font-size: 11px; }
.comment-form-cookies-consent { display: flex; align-items: start; gap: 8px; color: var(--td-muted); font-size: 12px; }
.comment-form-cookies-consent input { flex: 0 0 auto; margin-top: 3px; }
.comment-policy { display: flex; align-items: center; gap: 7px; color: var(--td-muted); font-size: 12px; }
.comment-policy .ph { color: #1f8f55; font-size: 18px; }
.comment-form .submit { min-height: 44px; padding: 9px 18px; border: 0; background: var(--td-red); color: #fff; font-weight: 700; cursor: pointer; }
.comment-form .submit:hover { background: #a90f17; }
.tdno-comment-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.article-comments__closed { margin: 22px 0 0; color: var(--td-muted); }
.article-comments__list-header { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-top: 36px; padding-bottom: 12px; border-bottom: 1px solid var(--td-line); }
.article-comments__list-header h3 { margin: 0; font-size: 22px; }
.article-comments__list-header span { color: var(--td-muted); font-size: 12px; }
.comment-list { margin: 0; padding: 0; list-style: none; }
.comment-list .children { margin: 0 0 0 52px; padding: 0; list-style: none; }
.reader-comment { margin: 0; padding: 0; }
.reader-comment__body { padding: 24px 0; border-bottom: 1px solid var(--td-line); }
.reader-comment__meta { display: flex; align-items: center; gap: 12px; }
.reader-comment__avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.reader-comment__meta > div { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 8px; }
.reader-comment__meta strong { color: var(--td-ink); }
.reader-comment__meta a { width: 100%; color: var(--td-muted); font-size: 11px; text-decoration: none; }
.reader-comment__staff { padding: 3px 7px; border-radius: 999px; background: var(--td-red); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.reader-comment__content { max-width: 680px; margin: 15px 0 0 64px; color: #333940; font-size: 16px; line-height: 1.65; overflow-wrap: anywhere; }
.reader-comment__content p { margin: 0 0 .8em; }
.reader-comment__actions { display: flex; align-items: center; gap: 15px; margin: 10px 0 0 64px; }
.reader-comment__actions a,
.comment-report button { padding: 0; border: 0; background: transparent; color: var(--td-muted); font-size: 11px; font-weight: 700; text-decoration: none; cursor: pointer; }
.reader-comment__actions a:hover,
.comment-report button:hover { color: var(--td-red); }
.comment-report { margin: 0; }
.comment-navigation { margin-top: 20px; }
.comment-navigation .page-numbers { display: inline-flex; min-width: 34px; min-height: 34px; align-items: center; justify-content: center; padding: 5px 9px; border: 1px solid var(--td-line); text-decoration: none; }
.comment-navigation .current { border-color: var(--td-red); background: var(--td-red); color: #fff; }

html[data-theme="dark"] .article-comments__form { background: #1c222a; }
html[data-theme="dark"] .comment-form label,
html[data-theme="dark"] .reader-comment__content { color: #d8dbe0; }
html[data-theme="dark"] .comment-form input[type="text"],
html[data-theme="dark"] .comment-form input[type="email"],
html[data-theme="dark"] .comment-form textarea { border-color: #4a525d; background: #11161c; color: #f5f6f7; }
html[data-theme="dark"] .article-comments__notice,
html[data-theme="dark"] .reader-comment__awaiting { background: #173427; color: #bde7ce; }

@media (max-width: 640px) {
	.article-comments { margin-top: 44px; }
	.article-comments__header,
	.comment-form { grid-template-columns: 1fr; }
	.comment-form > p { grid-column: auto; }
	.article-comments__form { padding: 20px; }
	.article-comments__list-header { display: grid; }
	.comment-list .children { margin-left: 24px; }
	.reader-comment__content,
	.reader-comment__actions { margin-left: 0; }
}
