/*
Theme Name: Haber Ekstra Portal
Theme URI: https://haberekstra.net/
Author: Haber Ekstra
Description: Haber Ekstra için çok katmanlı, hızlı ve responsive haber portalı teması.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trt-haber-lite
*/

:root {
	--brand: #d51b40;
	--brand-deep: #b80f33;
	--brand-soft: #fcebf0;
	--navy: #10263c;
	--navy-deep: #071726;
	--ink: #101820;
	--ink-2: #263443;
	--ink-soft: #667180;
	--surface: #ffffff;
	--surface-muted: #f3f5f7;
	--surface-warm: #f7f7f6;
	--line: #e2e6ea;
	--line-dark: rgba(255, 255, 255, 0.15);
	--shadow-sm: 0 7px 22px rgba(9, 24, 39, 0.08);
	--shadow-md: 0 18px 46px rgba(9, 24, 39, 0.14);
	--radius-sm: 5px;
	--radius: 10px;
	--radius-lg: 16px;
	--shell: 1280px;
	--header-height: 72px;
	--ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--surface);
	color: var(--ink);
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.search-is-open {
	overflow: hidden;
}

body,
button,
input,
select,
textarea {
	font-family: inherit;
}

img,
svg,
video,
iframe {
	max-width: 100%;
}

img {
	display: block;
	height: auto;
}

figure,
blockquote {
	margin: 0;
}

button,
input {
	font: inherit;
}

button {
	cursor: pointer;
}

a {
	color: inherit;
	text-decoration: none;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid rgba(213, 27, 64, 0.34);
	outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--ink);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.13;
}

.site-shell {
	width: min(calc(100% - 40px), var(--shell));
	margin-inline: auto;
}

.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,
.skip-link:focus {
	z-index: 999999;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	clip: auto;
	padding: 10px 14px;
	background: #fff;
	color: var(--ink);
	font-weight: 800;
	white-space: normal;
	box-shadow: var(--shadow-md);
}

/* Shared editorial elements */
.story-category {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	margin-bottom: 10px;
	color: var(--brand);
	font-size: 0.73rem;
	font-weight: 900;
	letter-spacing: 0.055em;
	line-height: 1.2;
	text-transform: uppercase;
	transition: color 0.22s ease;
}

.story-category::before {
	width: 12px;
	height: 3px;
	margin-right: 7px;
	background: currentColor;
	border-radius: 99px;
	content: "";
}

.story-category:hover {
	color: var(--brand-deep);
}

.story-category--small {
	margin-bottom: 5px;
	font-size: 0.64rem;
}

.story-category--inverse {
	color: #fff;
}

.story-category--inverse:hover {
	color: #fff;
}

.story-link,
.section-heading__all,
.news-timeline__all {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--brand);
	font-size: 0.84rem;
	font-weight: 800;
	transition: gap 0.22s ease, color 0.22s ease;
}

.story-link svg,
.section-heading__all svg,
.news-timeline__all svg,
.breaking-bar__all svg,
.footer-newsletter__button svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.story-link:hover,
.section-heading__all:hover,
.news-timeline__all:hover {
	gap: 12px;
	color: var(--brand-deep);
}

.story-link--inverse {
	color: #fff;
}

.story-link--inverse:hover {
	color: #fff;
}

.story-media {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.story-media__image {
	transition: transform 0.65s var(--ease), filter 0.3s ease;
}

.story-media--placeholder {
	position: relative;
	display: grid;
	place-items: center;
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 45%),
		linear-gradient(135deg, var(--navy), #294d69);
	color: rgba(255, 255, 255, 0.94);
}

.story-media--placeholder::before,
.story-media--placeholder::after {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	content: "";
}

.story-media--placeholder::before {
	width: 68%;
	aspect-ratio: 1;
	inset: -32% -12% auto auto;
}

.story-media--placeholder::after {
	width: 45%;
	aspect-ratio: 1;
	inset: auto auto -25% -10%;
}

.story-media--placeholder span {
	position: relative;
	z-index: 1;
	display: grid;
	width: 68px;
	height: 68px;
	place-items: center;
	border: 3px solid currentColor;
	border-radius: 50%;
	font-size: 1.15rem;
	font-weight: 900;
	letter-spacing: -0.05em;
}

.section-heading {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 28px;
}

.section-heading__mark {
	width: 10px;
	height: 52px;
	flex: 0 0 auto;
	background: var(--brand);
	border-radius: 3px;
	transform: skewY(-10deg);
}

.section-heading > div {
	min-width: 0;
}

.section-heading__eyebrow {
	margin: 0 0 3px;
	color: var(--brand);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.11em;
	line-height: 1;
	text-transform: uppercase;
}

.section-heading h1,
.section-heading h2 {
	margin: 0;
	font-size: clamp(1.8rem, 3.2vw, 2.65rem);
}

.section-heading__all {
	margin-left: auto;
}

/* Header */
.site-header {
	display: contents;
}

.primary-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	height: var(--header-height);
	background: var(--brand);
	box-shadow: 0 4px 18px rgba(78, 4, 23, 0.18);
}

.primary-header__inner {
	display: flex;
	height: 100%;
	align-items: stretch;
	gap: 22px;
}

.site-branding {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

.custom-logo-link {
	display: flex;
	align-items: center;
}

.custom-logo {
	width: auto;
	max-width: 205px;
	max-height: 52px;
	object-fit: contain;
	filter: none;
}

.brand-lockup,
.footer-brand__lockup {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
}

.brand-lockup__mark,
.footer-brand__lockup span {
	display: grid;
	width: 43px;
	height: 43px;
	place-items: center;
	border: 2px solid currentColor;
	border-radius: 50%;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: -0.06em;
}

.brand-lockup__text {
	max-width: 118px;
	font-size: 1.03rem;
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 0.98;
	text-transform: uppercase;
}

.main-navigation {
	min-width: 0;
	flex: 1 1 auto;
}

.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation .nav-menu {
	display: flex;
	height: 100%;
	align-items: stretch;
}

.main-navigation li {
	position: relative;
}

.main-navigation .nav-menu > li > a {
	display: flex;
	height: 100%;
	align-items: center;
	gap: 5px;
	padding: 0 13px;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	transition: background 0.22s ease;
}

.main-navigation .nav-menu > li > a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .nav-menu > li.focus > a {
	background: var(--brand-deep);
}

.menu-item-more span {
	font-size: 1rem;
}

.main-navigation .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 40;
	display: none;
	width: 230px;
	padding: 8px;
	background: #fff;
	border-top: 3px solid var(--brand-deep);
	box-shadow: var(--shadow-md);
}

.main-navigation .sub-menu a {
	display: block;
	padding: 10px 12px;
	color: var(--ink);
	font-size: 0.8rem;
	font-weight: 700;
	transition: background 0.2s ease, color 0.2s ease;
}

.main-navigation .sub-menu a:hover {
	background: var(--surface-muted);
	color: var(--brand);
}

.main-navigation li:hover > .sub-menu,
.main-navigation li.focus > .sub-menu {
	display: block;
}

.header-actions {
	display: flex;
	align-items: stretch;
	flex: 0 0 auto;
	margin-left: auto;
}

.live-link,
.search-toggle,
.menu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	color: #fff;
}

.live-link {
	gap: 7px;
	padding: 0 14px;
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.05em;
}

.live-link__dot {
	width: 8px;
	height: 8px;
	background: #fff;
	border: 2px solid rgba(255, 255, 255, 0.52);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
	animation: live-pulse 2s infinite;
}

@keyframes live-pulse {
	50% { box-shadow: 0 0 0 7px rgba(255, 255, 255, 0); }
}

.search-toggle {
	width: 54px;
	border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.search-toggle svg,
.menu-toggle svg,
.search-close svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2;
}

.menu-toggle {
	display: none;
	width: 54px;
	padding: 0;
}

.menu-toggle__icon {
	display: flex;
}

.site-search-panel {
	position: fixed;
	top: var(--header-height);
	right: 0;
	left: 0;
	z-index: 999;
	padding: 22px 0;
	background: #fff;
	border-bottom: 1px solid var(--line);
	box-shadow: 0 22px 44px rgba(6, 20, 33, 0.19);
	opacity: 0;
	transform: translateY(-12px);
	transition: opacity 0.22s ease, transform 0.22s var(--ease);
}

.site-search-panel.is-open {
	opacity: 1;
	transform: translateY(0);
}

.site-search-panel__inner {
	display: flex;
	align-items: center;
	gap: 15px;
}

.portal-search {
	display: flex;
	min-width: 0;
	flex: 1;
	border-bottom: 2px solid var(--ink);
}

.portal-search__field {
	min-width: 0;
	min-height: 54px;
	flex: 1;
	padding: 0 8px;
	background: transparent;
	border: 0;
	color: var(--ink);
	font-size: clamp(1rem, 2vw, 1.35rem);
	font-weight: 700;
}

.portal-search__field:focus {
	outline: 0;
}

.portal-search__submit {
	padding: 0 24px;
	background: var(--brand);
	border: 0;
	color: #fff;
	font-weight: 800;
}

.search-close {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	background: var(--surface-muted);
	border: 0;
	border-radius: 50%;
	color: var(--ink);
}

.topics-bar {
	background: #fff;
	border-bottom: 1px solid var(--line);
}

.topics-bar__inner {
	display: flex;
	min-height: 48px;
	align-items: center;
	gap: 25px;
}

.topics-highlight {
	flex: 0 0 auto;
	color: var(--brand);
	font-size: 0.83rem;
	font-weight: 900;
}

.topics-navigation {
	min-width: 0;
	margin-left: auto;
}

.topics-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.topics-menu a {
	position: relative;
	color: var(--ink-2);
	font-size: 0.76rem;
	font-weight: 800;
	white-space: nowrap;
}

.topics-menu a::after {
	position: absolute;
	right: 0;
	bottom: -6px;
	left: 0;
	height: 2px;
	background: var(--brand);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.25s var(--ease);
}

.topics-menu a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.breaking-bar {
	background: #fff;
	border-bottom: 1px solid var(--line);
}

.breaking-bar__inner {
	display: flex;
	height: 54px;
	align-items: stretch;
	overflow: hidden;
}

.breaking-bar__label {
	display: flex;
	min-width: 135px;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	background: var(--brand);
	color: #fff;
	font-size: 0.73rem;
	font-weight: 900;
	letter-spacing: 0.035em;
	white-space: nowrap;
}

.breaking-bar__track {
	display: flex;
	min-width: 0;
	align-items: center;
	flex: 1;
	overflow: hidden;
}

.breaking-item {
	display: flex;
	min-width: 0;
	max-width: 47%;
	align-items: center;
	gap: 8px;
	padding: 0 18px;
	border-right: 1px solid var(--line);
	font-size: 0.76rem;
	white-space: nowrap;
}

.breaking-item time {
	color: var(--brand);
	font-weight: 900;
}

.breaking-item span {
	overflow: hidden;
	font-weight: 700;
	text-overflow: ellipsis;
}

.breaking-item:nth-child(n+3) {
	display: none;
}

.breaking-bar__all {
	display: flex;
	align-items: center;
	gap: 4px;
	padding-left: 16px;
	color: var(--brand);
	font-size: 0.72rem;
	font-weight: 900;
	white-space: nowrap;
}

/* Main and home hero */
.site-content {
	min-height: 55vh;
}

.home-main {
	overflow: hidden;
}

.home-hero {
	padding-top: 34px;
	padding-bottom: 38px;
}

.headline-slider {
	position: relative;
	background: #fff;
}

.headline-slider__viewport {
	position: relative;
	min-height: 462px;
}

.headline-slide {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: minmax(0, 1.72fr) minmax(330px, 0.95fr);
	background: #fff;
	opacity: 0;
	pointer-events: none;
	transform: translateX(18px);
	transition: opacity 0.5s ease, transform 0.6s var(--ease);
}

.headline-slide.is-active {
	position: relative;
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

.headline-slide__media {
	display: block;
	min-height: 462px;
	overflow: hidden;
	background: var(--surface-muted);
}

.headline-slide__media:hover .story-media__image {
	transform: scale(1.035);
}

.headline-slide__content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: clamp(30px, 4vw, 58px);
	background: var(--surface-muted);
}

.headline-slide__title {
	margin: 0 0 18px;
	font-size: clamp(2rem, 3.55vw, 3.35rem);
	line-height: 1.04;
}

.headline-slide__title a,
.headline-card__title a,
.popular-feature h3 a,
.popular-ranking__title,
.popular-mini-card h3 a,
.category-feature h3 a,
.category-card h3 a,
.category-rail h3 a,
.media-card h3 a,
.latest-card h3 a,
.archive-story__title a,
.category-top-card h3 a,
.related-news h3 a,
.sidebar-special h3 a {
	transition: color 0.23s ease;
}

.headline-slide__title a:hover,
.headline-card__title a:hover,
.popular-feature h3 a:hover,
.popular-ranking__title:hover,
.popular-mini-card h3 a:hover,
.category-feature h3 a:hover,
.category-card h3 a:hover,
.category-rail h3 a:hover,
.latest-card h3 a:hover,
.archive-story__title a:hover,
.category-top-card h3 a:hover,
.related-news h3 a:hover,
.sidebar-special h3 a:hover {
	color: var(--brand);
}

.headline-slide__excerpt {
	margin: 0 0 23px;
	color: var(--ink-soft);
	font-size: 1rem;
	line-height: 1.66;
}

.headline-slider__controls {
	position: absolute;
	right: 31px;
	bottom: 23px;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 10px;
}

.headline-slider__arrow {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	padding: 0;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: var(--ink);
	transition: background 0.2s ease, color 0.2s ease;
}

.headline-slider__arrow svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.headline-slider__arrow--prev svg {
	transform: rotate(180deg);
}

.headline-slider__arrow:hover {
	background: var(--brand);
	border-color: var(--brand);
	color: #fff;
}

.headline-slider__dots {
	display: flex;
	align-items: center;
	gap: 5px;
}

.headline-slider__dot {
	width: 7px;
	height: 7px;
	padding: 0;
	background: #b9c0c8;
	border: 0;
	border-radius: 50%;
	transition: width 0.25s ease, background 0.25s ease;
}

.headline-slider__dot.is-active {
	width: 22px;
	background: var(--brand);
	border-radius: 99px;
}

.headline-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin-top: 24px;
}

.headline-card,
.popular-mini-card,
.category-card,
.category-top-card,
.related-news article {
	min-width: 0;
}

.headline-card__media,
.popular-mini-card__media,
.category-card__media,
.category-top-card__media,
.related-news__media,
.latest-card__media,
.sidebar-special__media {
	display: block;
	overflow: hidden;
	background: var(--surface-muted);
	aspect-ratio: 16 / 9;
}

.headline-card__media:hover .story-media__image,
.popular-mini-card__media:hover .story-media__image,
.category-card__media:hover .story-media__image,
.category-top-card__media:hover .story-media__image,
.related-news__media:hover .story-media__image,
.latest-card__media:hover .story-media__image,
.sidebar-special__media:hover .story-media__image {
	transform: scale(1.055);
}

.headline-card__content {
	padding-top: 14px;
}

.headline-card__title {
	margin: 0;
	font-size: clamp(1rem, 1.55vw, 1.28rem);
	line-height: 1.28;
}

/* Market strip */
.market-strip {
	background: var(--navy);
	color: #fff;
}

.market-strip__inner {
	display: grid;
	min-height: 88px;
	grid-template-columns: 1.2fr repeat(4, 1fr);
	align-items: stretch;
}

.market-strip__lead,
.market-item {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 17px 24px;
	border-right: 1px solid var(--line-dark);
}

.market-strip__lead {
	background: var(--navy-deep);
}

.market-strip__lead span,
.market-item strong {
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.055em;
}

.market-strip__lead small,
.market-item small {
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.66rem;
}

.market-item {
	position: relative;
	padding-right: 62px;
}

.market-item span {
	position: absolute;
	top: 50%;
	right: 25px;
	color: #b7c4cf;
	font-size: 1.25rem;
	transform: translateY(-50%);
}

/* General home sections */
.editorial-section,
.category-band > .site-shell,
.latest-section {
	padding-top: 76px;
	padding-bottom: 76px;
}

.popular-section {
	padding-bottom: 72px;
}

.popular-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(310px, 0.93fr);
	gap: 44px;
}

.popular-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(285px, 0.9fr);
	min-height: 430px;
	background: var(--surface-muted);
}

.popular-feature__media {
	display: block;
	min-height: 430px;
	overflow: hidden;
}

.popular-feature__media:hover .story-media__image,
.category-feature__media:hover .story-media__image,
.media-card__media:hover .story-media__image,
.category-archive-hero__media:hover .story-media__image {
	transform: scale(1.04);
}

.popular-feature__content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 38px;
}

.popular-feature h3 {
	margin: 0 0 14px;
	font-size: clamp(1.65rem, 2.5vw, 2.45rem);
}

.popular-feature p {
	margin: 0 0 20px;
	color: var(--ink-soft);
}

.popular-ranking {
	margin: 0;
	padding: 0;
	list-style: none;
}

.popular-ranking li {
	display: grid;
	grid-template-columns: 43px 1fr;
	gap: 13px;
	align-items: start;
	padding: 12px 0;
	border-bottom: 1px solid var(--line);
}

.popular-ranking li:first-child {
	padding-top: 0;
}

.popular-ranking__number {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	background: var(--brand);
	border-radius: 4px;
	color: #fff;
	font-size: 0.84rem;
	font-weight: 900;
}

.popular-ranking__title {
	display: block;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.32;
}

.popular-mini-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid var(--line);
}

.popular-mini-card h3 {
	margin: 13px 0 0;
	font-size: 1.08rem;
	line-height: 1.3;
}

.category-band {
	background: var(--surface);
}

.category-band--muted {
	background: var(--surface-muted);
}

.category-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.34fr) minmax(0, 1fr);
	gap: 28px;
}

.category-feature {
	background: var(--navy);
}

.category-feature__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 8.9;
}

.category-feature__content {
	padding: 25px 28px 28px;
}

.category-feature .story-category {
	color: #ff7995;
}

.category-feature h3 {
	margin: 0 0 11px;
	color: #fff;
	font-size: clamp(1.45rem, 2.25vw, 2.05rem);
}

.category-feature h3 a:hover {
	color: #ffb5c4;
}

.category-feature p {
	margin: 0;
	color: rgba(255, 255, 255, 0.67);
}

.category-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 20px;
}

.category-card__content {
	padding-top: 12px;
}

.category-card h3 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.3;
}

.category-rail {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin-top: 28px;
	padding-top: 25px;
	border-top: 1px solid var(--line);
}

.category-rail__item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 15px;
	align-items: start;
}

.category-rail time {
	padding-top: 3px;
	color: var(--brand);
	font-size: 0.79rem;
	font-weight: 900;
}

.category-rail h3 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.3;
}

/* Dark media */
.media-section {
	padding: 78px 0;
	background: var(--navy-deep);
}

.section-heading--inverse h2 {
	color: #fff;
}

.section-heading--inverse .section-heading__eyebrow,
.section-heading--inverse .section-heading__all {
	color: #ff718f;
}

.media-grid {
	display: grid;
	grid-template-columns: 1.25fr repeat(2, minmax(0, 0.72fr));
	gap: 24px;
}

.media-card {
	min-width: 0;
}

.media-card--feature {
	grid-row: span 2;
}

.media-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	background: #172e43;
	aspect-ratio: 16 / 9;
}

.media-card--feature .media-card__media {
	aspect-ratio: 16 / 10.7;
}

.media-card__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(2, 12, 22, 0.38), transparent 55%);
	content: "";
}

.media-card__play,
.sidebar-special__media > span {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	background: var(--brand);
	border-radius: 50%;
	color: #fff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

.media-card__play {
	right: 18px;
	bottom: 18px;
	width: 48px;
	height: 48px;
}

.media-card--feature .media-card__play {
	width: 62px;
	height: 62px;
}

.media-card__play svg,
.sidebar-special__media > span svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.media-card__content {
	padding-top: 15px;
}

.media-card__type {
	color: #ff718f;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.media-card h3 {
	margin: 6px 0 0;
	color: #fff;
	font-size: 1rem;
	line-height: 1.3;
}

.media-card--feature h3 {
	font-size: clamp(1.45rem, 2.3vw, 2.15rem);
}

.media-card h3 a:hover {
	color: #ff99ae;
}

/* Latest grid */
.latest-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 36px;
}

.latest-card {
	display: grid;
	grid-template-columns: 195px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 20px 0;
	border-top: 1px solid var(--line);
}

.latest-card:nth-child(-n+2) {
	border-top: 0;
}

.latest-card__content h3 {
	margin: 0 0 8px;
	font-size: 1.05rem;
	line-height: 1.3;
}

.latest-card__content time {
	color: var(--ink-soft);
	font-size: 0.7rem;
}

/* Generic archive */
.archive-main,
.category-archive,
.single-news {
	padding-top: 46px;
	padding-bottom: 80px;
}

.archive-heading {
	align-items: flex-start;
	margin-bottom: 35px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--line);
}

.archive-description {
	max-width: 760px;
	margin-top: 10px;
	color: var(--ink-soft);
}

.archive-description p:last-child {
	margin-bottom: 0;
}

.archive-list {
	max-width: 940px;
}

.archive-story {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 26px;
	align-items: center;
	padding: 25px 0;
	border-top: 1px solid var(--line);
}

.archive-story:first-child {
	padding-top: 0;
	border-top: 0;
}

.archive-story__media {
	display: block;
	overflow: hidden;
	background: var(--surface-muted);
	aspect-ratio: 16 / 9;
}

.archive-story__media:hover .story-media__image {
	transform: scale(1.05);
}

.archive-story__title {
	margin: 0 0 10px;
	font-size: clamp(1.25rem, 2.15vw, 1.75rem);
}

.archive-story__excerpt {
	margin: 0 0 12px;
	color: var(--ink-soft);
	font-size: 0.9rem;
}

.archive-story__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	color: #84909c;
	font-size: 0.69rem;
	font-weight: 700;
}

/* Category archive */
.category-archive-hero {
	display: grid;
	grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.38fr);
	min-height: 470px;
	margin-bottom: 28px;
	background: var(--brand);
}

.category-archive-hero__content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: clamp(35px, 5vw, 68px);
}

.category-archive-hero__content h2 {
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(2.05rem, 3.8vw, 3.6rem);
	line-height: 1.03;
}

.category-archive-hero__content p {
	margin: 0 0 22px;
	color: rgba(255, 255, 255, 0.79);
	font-size: 1rem;
}

.category-archive-hero__media {
	position: relative;
	display: block;
	min-height: 470px;
	overflow: hidden;
}

.category-archive-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.category-top-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 60px;
}

.category-top-card__content {
	padding-top: 13px;
}

.category-top-card h3 {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.3;
}

.category-content-layout,
.single-news__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 55px;
	align-items: start;
}

.stream-heading {
	margin-bottom: 6px;
	padding-bottom: 15px;
	border-bottom: 3px solid var(--ink);
}

.stream-heading h2 {
	margin: 0;
	font-size: 1.45rem;
}

.category-stream .archive-list {
	max-width: none;
}

.news-timeline {
	padding: 26px 25px;
	background: var(--surface-muted);
}

.news-timeline--sticky {
	position: sticky;
	top: calc(var(--header-height) + 20px);
}

.news-timeline__heading {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom: 2px solid var(--ink);
}

.news-timeline__heading > span {
	width: 7px;
	height: 26px;
	background: var(--brand);
	border-radius: 2px;
	transform: skewY(-10deg);
}

.news-timeline__heading h2 {
	margin: 0;
	font-size: 1.25rem;
}

.news-timeline ol {
	position: relative;
	margin: 0 0 16px;
	padding: 0 0 0 18px;
	list-style: none;
}

.news-timeline ol::before {
	position: absolute;
	top: 9px;
	bottom: 8px;
	left: 2px;
	width: 1px;
	background: #cbd2d9;
	content: "";
}

.news-timeline li {
	position: relative;
	padding: 9px 0 12px 13px;
}

.news-timeline li::before {
	position: absolute;
	top: 16px;
	left: -20px;
	width: 9px;
	height: 9px;
	background: var(--surface-muted);
	border: 2px solid var(--brand);
	border-radius: 50%;
	content: "";
}

.news-timeline time {
	display: block;
	margin-bottom: 3px;
	color: var(--brand);
	font-size: 0.69rem;
	font-weight: 900;
}

.news-timeline li a {
	display: block;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.3;
	transition: color 0.2s ease;
}

.news-timeline li a:hover {
	color: var(--brand);
}

.empty-stream {
	padding: 30px 0;
	color: var(--ink-soft);
}

/* Pagination */
.navigation.pagination,
.posts-navigation {
	margin: 38px 0 0;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
}

.page-numbers,
.posts-navigation a {
	display: inline-flex;
	min-width: 42px;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 8px 13px;
	background: var(--surface-muted);
	border: 1px solid var(--line);
	color: var(--ink);
	font-size: 0.8rem;
	font-weight: 800;
	transition: background 0.2s ease, color 0.2s ease;
}

.page-numbers.current,
.page-numbers:hover,
.posts-navigation a:hover {
	background: var(--brand);
	border-color: var(--brand);
	color: #fff;
}

/* Single news */
.news-article__header {
	margin-bottom: 29px;
}

.news-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	margin-bottom: 21px;
	color: #7d8791;
	font-size: 0.68rem;
	letter-spacing: 0.025em;
}

.news-article__meta strong {
	margin-right: 3px;
	color: var(--ink);
	font-weight: 900;
}

.news-article__title {
	max-width: 920px;
	margin: 0 0 20px;
	font-size: clamp(2.45rem, 5.2vw, 4.5rem);
	line-height: 1.015;
}

.news-article__lead {
	max-width: 860px;
	margin: 0;
	color: var(--ink-2);
	font-size: clamp(1.08rem, 1.8vw, 1.28rem);
	font-weight: 600;
	line-height: 1.6;
}

.news-article__figure {
	margin-bottom: 25px;
}

.news-article__figure .story-media {
	width: 100%;
	max-height: 660px;
	object-fit: cover;
}

.news-article__figure figcaption {
	padding: 9px 0;
	color: #89939d;
	font-size: 0.68rem;
	border-bottom: 1px solid var(--line);
}

.share-bar {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 31px;
	padding: 18px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.share-bar__title {
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.09em;
}

.share-bar__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.share-link,
.footer-social a {
	display: grid;
	place-items: center;
	border-radius: 50%;
}

.share-link {
	width: 39px;
	height: 39px;
	background: var(--surface-muted);
	color: var(--ink-2);
	transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.share-link:hover {
	background: var(--brand);
	color: #fff;
	transform: translateY(-2px);
}

.share-link svg,
.footer-social svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.news-article__content {
	max-width: 820px;
	color: #27313b;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.12rem;
	line-height: 1.86;
}

.news-article__content > *:first-child {
	margin-top: 0;
}

.news-article__content p {
	margin: 0 0 1.55em;
}

.news-article__content h2,
.news-article__content h3,
.news-article__content h4 {
	margin: 1.7em 0 0.7em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-article__content h2 {
	font-size: 1.7rem;
}

.news-article__content h3 {
	font-size: 1.4rem;
}

.news-article__content a {
	color: var(--brand);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.news-article__content img,
.news-article__content iframe,
.news-article__content video {
	max-width: 100%;
}

.news-article__content blockquote {
	margin: 1.8em 0;
	padding: 20px 25px;
	background: var(--surface-muted);
	border-left: 5px solid var(--brand);
	color: var(--ink-2);
	font-size: 1.12em;
	font-style: italic;
}

.news-article__content table {
	width: 100%;
	margin: 1.5em 0;
	border-collapse: collapse;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.88rem;
}

.news-article__content th,
.news-article__content td {
	padding: 10px;
	border: 1px solid var(--line);
	text-align: left;
}

.news-tags {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-top: 38px;
	padding-top: 22px;
	border-top: 1px solid var(--line);
}

.news-tags > strong {
	font-size: 0.75rem;
	text-transform: uppercase;
}

.news-tags > div {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.news-tags a {
	display: inline-flex;
	padding: 6px 10px;
	background: var(--brand-soft);
	border-radius: 3px;
	color: var(--brand);
	font-size: 0.72rem;
	font-weight: 800;
}

.single-sidebar {
	display: grid;
	gap: 32px;
}

.sidebar-special {
	padding-top: 22px;
	border-top: 4px solid var(--ink);
}

.sidebar-special > h2 {
	margin: 0 0 16px;
	font-size: 1.3rem;
}

.sidebar-special article + article {
	margin-top: 22px;
}

.sidebar-special__media {
	position: relative;
}

.sidebar-special__media > span {
	right: 12px;
	bottom: 12px;
	width: 38px;
	height: 38px;
}

.sidebar-special h3 {
	margin: 11px 0 0;
	font-size: 0.98rem;
	line-height: 1.3;
}

.related-news {
	margin-top: 70px;
	padding-top: 52px;
	border-top: 1px solid var(--line);
}

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

.related-news article .story-category {
	margin-top: 13px;
}

.related-news h3 {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.3;
}

.alignwide {
	width: min(1000px, calc(100vw - 40px));
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.alignfull {
	width: 100vw;
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

/* Pages, forms and empty states */
.page:not(.home) .site-main,
.error404 .site-main,
.search-no-results .site-main {
	width: min(calc(100% - 40px), 980px);
	margin-inline: auto;
	padding: 55px 0 80px;
}

.page:not(.home) .entry-title {
	font-size: clamp(2.2rem, 5vw, 4rem);
}

.no-results,
.not-found {
	padding: 40px;
	background: var(--surface-muted);
}

.search-form {
	display: flex;
	gap: 8px;
}

.search-field,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
	max-width: 100%;
	min-height: 46px;
	padding: 10px 13px;
	background: #fff;
	border: 1px solid #cbd2da;
	border-radius: 0;
	color: var(--ink);
}

.search-submit,
button:not(.menu-toggle):not(.search-toggle):not(.search-close):not(.headline-slider__arrow):not(.headline-slider__dot),
input[type="submit"] {
	min-height: 44px;
}

.search-submit,
input[type="submit"] {
	padding: 10px 18px;
	background: var(--brand);
	border: 1px solid var(--brand);
	color: #fff;
	font-weight: 800;
}

/* Footer */
.site-footer {
	color: #d7dee5;
}

.footer-newsletter {
	background: var(--brand);
}

.footer-newsletter__inner {
	display: flex;
	min-height: 145px;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.footer-newsletter p {
	margin: 0 0 4px;
	color: rgba(255, 255, 255, 0.67);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.footer-newsletter h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.45rem, 3vw, 2.3rem);
}

.footer-newsletter__button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	gap: 9px;
	padding: 0 21px;
	background: #fff;
	color: var(--brand);
	font-size: 0.8rem;
	font-weight: 900;
	white-space: nowrap;
}

.footer-main {
	padding: 62px 0 56px;
	background: var(--navy-deep);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.65fr repeat(3, 1fr);
	gap: 55px;
}

.footer-brand__lockup span {
	width: 48px;
	height: 48px;
}

.footer-brand__lockup strong {
	font-size: 1.15rem;
	font-weight: 900;
	letter-spacing: -0.03em;
	text-transform: uppercase;
}

.footer-brand > p {
	max-width: 350px;
	margin: 22px 0;
	color: #91a1af;
	font-size: 0.82rem;
	line-height: 1.7;
}

.footer-social {
	display: flex;
	gap: 8px;
}

.footer-social a {
	width: 37px;
	height: 37px;
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
	transition: background 0.2s ease, transform 0.2s ease;
}

.footer-social a:hover {
	background: var(--brand);
	transform: translateY(-2px);
}

.footer-column h2 {
	margin: 0 0 20px;
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.footer-column ul,
.footer-legal-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-column li + li {
	margin-top: 10px;
}

.footer-column a {
	color: #93a2af;
	font-size: 0.78rem;
	font-weight: 700;
	transition: color 0.2s ease, padding 0.2s ease;
}

.footer-column a:hover {
	padding-left: 4px;
	color: #fff;
}

.footer-bottom {
	padding: 20px 0;
	background: #040f19;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.footer-bottom p {
	margin: 0;
	color: #70818f;
	font-size: 0.68rem;
}

.footer-legal-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.footer-legal-menu a {
	color: #a9b4be;
	font-size: 0.67rem;
}

/* Responsive */
@media (max-width: 1180px) {
	.primary-header__inner {
		gap: 10px;
	}

	.brand-lockup__text {
		display: none;
	}

	.main-navigation .nav-menu > li > a {
		padding-inline: 9px;
		font-size: 0.7rem;
	}

	.popular-layout {
		grid-template-columns: minmax(0, 1.8fr) minmax(275px, 0.85fr);
		gap: 30px;
	}

	.popular-feature {
		grid-template-columns: 1.2fr 0.9fr;
	}

	.category-content-layout,
	.single-news__layout {
		grid-template-columns: minmax(0, 1fr) 310px;
		gap: 38px;
	}
}

@media (max-width: 980px) {
	:root {
		--header-height: 64px;
	}

	.site-shell {
		width: min(calc(100% - 32px), var(--shell));
	}

	.primary-header__inner {
		position: relative;
		align-items: center;
	}

	.site-branding {
		order: 2;
	}

	.brand-lockup__mark {
		width: 39px;
		height: 39px;
	}

	.brand-lockup__text {
		display: inline;
		max-width: none;
	}

	.main-navigation {
		display: flex;
		flex: 0 0 auto;
		order: 1;
	}

	.menu-toggle {
		display: flex;
	}

	.main-navigation .nav-menu {
		position: absolute;
		top: 100%;
		left: -16px;
		display: none;
		width: calc(100% + 32px);
		height: auto;
		max-height: calc(100vh - var(--header-height));
		align-items: stretch;
		flex-direction: column;
		overflow-y: auto;
		background: var(--brand-deep);
		box-shadow: var(--shadow-md);
	}

	.main-navigation.toggled .nav-menu {
		display: flex;
	}

	.main-navigation .nav-menu > li > a {
		min-height: 48px;
		padding: 0 22px;
		border-top: 1px solid rgba(255, 255, 255, 0.13);
		font-size: 0.78rem;
	}

	.main-navigation .sub-menu {
		position: static;
		display: block;
		width: auto;
		padding: 0 0 8px 20px;
		background: rgba(0, 0, 0, 0.1);
		border: 0;
		box-shadow: none;
	}

	.main-navigation .sub-menu a {
		color: #fff;
	}

	.header-actions {
		order: 3;
	}

	.topics-bar__inner {
		overflow: hidden;
	}

	.topics-navigation {
		overflow-x: auto;
		scrollbar-width: none;
	}

	.topics-navigation::-webkit-scrollbar {
		display: none;
	}

	.topics-menu {
		width: max-content;
		justify-content: flex-start;
	}

	.breaking-item {
		max-width: none;
		flex: 1;
	}

	.breaking-item:nth-child(n+2) {
		display: none;
	}

	.headline-slider__viewport {
		min-height: 0;
	}

	.headline-slide {
		grid-template-columns: 1fr;
	}

	.headline-slide__media {
		min-height: 0;
		aspect-ratio: 16 / 8.5;
	}

	.headline-slide__content {
		min-height: 290px;
		padding: 35px 35px 60px;
	}

	.headline-slide__title {
		font-size: clamp(2rem, 5vw, 3.15rem);
	}

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

	.market-strip__inner {
		grid-template-columns: repeat(4, 1fr);
	}

	.market-strip__lead {
		display: none;
	}

	.popular-layout {
		grid-template-columns: 1fr;
	}

	.popular-feature {
		grid-template-columns: 1.2fr 0.9fr;
	}

	.popular-ranking {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0 25px;
	}

	.category-layout {
		grid-template-columns: 1fr;
	}

	.category-feature {
		display: grid;
		grid-template-columns: 1.18fr 0.82fr;
	}

	.category-feature__media {
		aspect-ratio: auto;
	}

	.category-feature__content {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

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

	.media-card--feature {
		grid-column: span 2;
		grid-row: auto;
	}

	.media-card--feature .media-card__media {
		aspect-ratio: 16 / 8.5;
	}

	.category-archive-hero {
		grid-template-columns: 0.95fr 1.2fr;
		min-height: 400px;
	}

	.category-archive-hero__media {
		min-height: 400px;
	}

	.category-content-layout,
	.single-news__layout {
		grid-template-columns: 1fr;
	}

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

	.news-timeline--sticky {
		position: static;
	}

	.news-article__content {
		max-width: none;
	}

	.footer-grid {
		grid-template-columns: 1.5fr repeat(3, 1fr);
		gap: 30px;
	}
}

@media (max-width: 760px) {
	.site-shell {
		width: min(calc(100% - 24px), var(--shell));
	}

	.brand-lockup__text {
		font-size: 0.85rem;
	}

	.live-link {
		width: 42px;
		padding: 0;
	}

	.live-link span:last-child {
		display: none;
	}

	.search-toggle {
		width: 44px;
	}

	.topics-bar__inner {
		min-height: 44px;
		gap: 17px;
	}

	.topics-highlight {
		font-size: 0.72rem;
	}

	.topics-menu {
		gap: 18px;
	}

	.breaking-bar__inner {
		height: 48px;
	}

	.breaking-bar__label {
		min-width: 105px;
		padding-inline: 10px;
		font-size: 0.64rem;
	}

	.breaking-item {
		padding-inline: 12px;
	}

	.breaking-bar__all {
		display: none;
	}

	.home-hero {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.headline-slide__content {
		min-height: 270px;
		padding: 28px 24px 58px;
	}

	.headline-slide__title {
		font-size: clamp(1.75rem, 8vw, 2.55rem);
	}

	.headline-slide__excerpt {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.headline-slider__controls {
		right: 20px;
		bottom: 17px;
	}

	.headline-cards {
		display: flex;
		margin-right: -12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.headline-cards::-webkit-scrollbar {
		display: none;
	}

	.headline-card {
		min-width: 76vw;
		scroll-snap-align: start;
	}

	.market-strip {
		overflow-x: auto;
		scrollbar-width: none;
	}

	.market-strip::-webkit-scrollbar {
		display: none;
	}

	.market-strip__inner {
		width: max-content;
		min-width: 100%;
		grid-template-columns: repeat(4, 150px);
	}

	.editorial-section,
	.category-band > .site-shell,
	.latest-section,
	.media-section {
		padding-top: 54px;
		padding-bottom: 54px;
	}

	.section-heading {
		margin-bottom: 23px;
	}

	.section-heading__mark {
		width: 8px;
		height: 42px;
	}

	.section-heading h1,
	.section-heading h2 {
		font-size: 1.75rem;
	}

	.section-heading__all {
		font-size: 0;
	}

	.section-heading__all svg {
		width: 22px;
		height: 22px;
	}

	.popular-feature {
		grid-template-columns: 1fr;
	}

	.popular-feature__media {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.popular-feature__content {
		padding: 27px 24px;
	}

	.popular-ranking,
	.popular-mini-grid {
		grid-template-columns: 1fr;
	}

	.popular-mini-grid {
		gap: 25px;
	}

	.category-feature {
		display: block;
	}

	.category-feature__media {
		aspect-ratio: 16 / 9;
	}

	.category-card-grid {
		gap: 24px 14px;
	}

	.category-rail {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.media-grid {
		gap: 25px 14px;
	}

	.latest-grid {
		grid-template-columns: 1fr;
	}

	.latest-card,
	.latest-card:nth-child(-n+2) {
		grid-template-columns: 150px 1fr;
		border-top: 1px solid var(--line);
	}

	.latest-card:first-child {
		border-top: 0;
	}

	.archive-main,
	.category-archive,
	.single-news {
		padding-top: 35px;
		padding-bottom: 58px;
	}

	.archive-story {
		grid-template-columns: 210px 1fr;
		gap: 18px;
	}

	.archive-story__excerpt {
		display: none;
	}

	.category-archive-hero {
		grid-template-columns: 1fr;
	}

	.category-archive-hero__content {
		order: 2;
	}

	.category-archive-hero__media {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.category-top-grid {
		gap: 26px 14px;
	}

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

	.news-article__title {
		font-size: clamp(2.15rem, 10vw, 3.35rem);
	}

	.news-article__content {
		font-size: 1.05rem;
		line-height: 1.78;
	}

	.related-news__grid {
		grid-template-columns: 1fr 1fr;
	}

	.related-news article:last-child {
		display: none;
	}

	.footer-newsletter__inner {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.footer-grid {
		grid-template-columns: 1.4fr 1fr 1fr;
	}

	.footer-brand {
		grid-column: 1 / -1;
	}

	.footer-bottom__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 520px) {
	:root {
		--header-height: 60px;
	}

	.brand-lockup__mark {
		width: 36px;
		height: 36px;
		font-size: 0.7rem;
	}

	.brand-lockup__text {
		max-width: 75px;
		font-size: 0.74rem;
	}

	.menu-toggle,
	.search-toggle {
		width: 38px;
	}

	.topics-highlight {
		display: none;
	}

	.topics-navigation {
		margin-left: 0;
	}

	.breaking-bar__label {
		min-width: 92px;
	}

	.breaking-item span {
		max-width: 52vw;
	}

	.site-search-panel__inner {
		gap: 8px;
	}

	.portal-search__submit {
		padding-inline: 14px;
	}

	.headline-slide__media {
		aspect-ratio: 16 / 10;
	}

	.headline-slide__content {
		min-height: 260px;
	}

	.headline-slide__excerpt {
		font-size: 0.9rem;
	}

	.headline-card {
		min-width: 84vw;
	}

	.market-strip__inner {
		grid-template-columns: repeat(4, 138px);
	}

	.popular-feature h3,
	.category-feature h3 {
		font-size: 1.55rem;
	}

	.category-card-grid {
		grid-template-columns: 1fr;
	}

	.category-card {
		display: grid;
		grid-template-columns: 130px 1fr;
		gap: 13px;
		align-items: center;
		padding-top: 14px;
		border-top: 1px solid var(--line);
	}

	.category-card__content {
		padding-top: 0;
	}

	.media-grid {
		grid-template-columns: 1fr;
	}

	.media-card--feature {
		grid-column: auto;
	}

	.latest-card,
	.latest-card:nth-child(-n+2) {
		grid-template-columns: 118px 1fr;
		gap: 13px;
	}

	.latest-card__content h3 {
		font-size: 0.9rem;
	}

	.archive-story {
		grid-template-columns: 125px 1fr;
		gap: 14px;
		padding: 18px 0;
	}

	.archive-story__title {
		font-size: 1rem;
	}

	.archive-story__meta span {
		display: none;
	}

	.archive-story .story-category {
		margin-bottom: 4px;
		font-size: 0.58rem;
	}

	.category-archive-hero__content {
		padding: 29px 24px;
	}

	.category-archive-hero__content h2 {
		font-size: 2rem;
	}

	.category-top-grid {
		grid-template-columns: 1fr;
	}

	.category-top-card {
		display: grid;
		grid-template-columns: 125px 1fr;
		gap: 13px;
		align-items: center;
		padding-top: 14px;
		border-top: 1px solid var(--line);
	}

	.category-top-card__content {
		padding-top: 0;
	}

	.news-article__meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.news-article__title {
		font-size: 2.2rem;
	}

	.news-article__lead {
		font-size: 1.03rem;
	}

	.share-bar {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.share-link {
		width: 37px;
		height: 37px;
	}

	.related-news__grid {
		grid-template-columns: 1fr;
	}

	.related-news article:last-child {
		display: block;
	}

	.footer-newsletter__button {
		width: 100%;
		justify-content: center;
	}

	.footer-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 38px 25px;
	}

	.footer-brand {
		grid-column: 1 / -1;
	}

	.footer-column:last-child {
		grid-column: 1 / -1;
	}
}

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