:root {
	--eoc-blue: #0b2a4a;
	--eoc-orange: #f59e0b;
	--eoc-teal: #17b8c7;
	--eoc-text: #1e293b;
	--eoc-white: #ffffff;
	--eoc-bg: #ffffff;
	--eoc-muted: #5b677a;
	--eoc-line: #e6ebf1;
	--eoc-soft: #f1f4f8;
	--eoc-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
	--eoc-shadow-soft: 0 10px 28px rgba(17, 24, 39, 0.06);
	--eoc-radius: 12px;
	--eoc-font-head: Merriweather, "Libre Baskerville", Georgia, serif;
	--eoc-font-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--eoc-container: min(1180px, calc(100vw - 40px));
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--eoc-bg);
	color: var(--eoc-text);
	font-family: var(--eoc-font-body);
	line-height: 1.65;
	overflow-x: hidden;
}

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

a:hover {
	color: var(--eoc-blue);
}

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

:focus-visible {
	outline: 3px solid var(--eoc-orange);
	outline-offset: 3px;
}

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

.skip-link:focus {
	position: fixed;
	top: 14px;
	left: 14px;
	z-index: 1000;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: var(--eoc-blue);
	color: var(--eoc-white);
}

.eoc-container {
	width: var(--eoc-container);
	margin-inline: auto;
}

.eoc-site-header {
	position: sticky;
	top: 0;
	z-index: 90;
	background: var(--eoc-white);
	border-bottom: 1px solid var(--eoc-line);
	transition: box-shadow 180ms ease, border-color 180ms ease;
}

.eoc-site-header.is-scrolled {
	border-color: transparent;
	box-shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
}

.eoc-editorial-bar {
	min-height: 34px;
	background: #f7f9fc;
	border-bottom: 1px solid var(--eoc-line);
	color: var(--eoc-muted);
	font-size: 0.78rem;
}

.eoc-editorial-bar__inner,
.eoc-editorial-bar__meta,
.eoc-editorial-bar__links {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 34px;
}

.eoc-editorial-bar__inner {
	justify-content: space-between;
}

.eoc-editorial-bar__links ul {
	display: flex;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.eoc-editorial-bar a {
	color: var(--eoc-muted);
	font-weight: 700;
}

.eoc-topbar {
	background: #b91c1c;
	color: var(--eoc-white);
	font-size: 0.82rem;
	overflow: hidden;
}

.eoc-topbar__inner,
.eoc-header-main {
	display: flex;
	align-items: center;
	gap: 18px;
}

.eoc-topbar__inner {
	justify-content: flex-start;
	min-height: 38px;
}

.eoc-breaking {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	width: 100%;
}

.eoc-breaking strong {
	position: relative;
	z-index: 2;
	flex: 0 0 auto;
	color: var(--eoc-white);
}

.eoc-breaking strong::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 8px;
	border-radius: 50%;
	background: var(--eoc-white);
}

.eoc-breaking__track {
	display: flex;
	gap: 42px;
	min-width: max-content;
	animation: eoc-breaking-scroll 34s linear infinite;
}

.eoc-breaking__track span {
	color: rgba(255, 255, 255, 0.88);
	white-space: nowrap;
}

.eoc-breaking strong,
.eoc-kicker {
	color: var(--eoc-orange);
	font-family: var(--eoc-font-head);
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.eoc-header-main {
	justify-content: space-between;
	padding: 26px 0;
}

.eoc-brand__text {
	display: grid;
	color: var(--eoc-blue);
	font-family: var(--eoc-font-head);
	line-height: 0.96;
	text-transform: uppercase;
}

.eoc-brand__text span {
	font-size: clamp(1.9rem, 4.4vw, 3rem);
	font-weight: 900;
}

.eoc-brand__text strong {
	color: var(--eoc-orange);
	font-size: clamp(1.05rem, 2.4vw, 1.55rem);
	font-weight: 800;
}

.eoc-search {
	display: flex;
	flex: 1;
	max-width: 390px;
	border: 1px solid var(--eoc-line);
	border-radius: 999px;
	background: var(--eoc-white);
	overflow: hidden;
}

.eoc-search input,
.eoc-newsletter__form input {
	width: 100%;
	min-height: 46px;
	border: 0;
	padding: 0 18px;
	font: inherit;
}

.eoc-search button {
	width: 52px;
	border: 0;
	background: var(--eoc-blue);
	color: var(--eoc-white);
	font-size: 1.15rem;
	cursor: pointer;
}

.eoc-social ul,
.eoc-footer-social ul,
.eoc-primary-nav ul,
.eoc-site-footer ul {
	display: flex;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.eoc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid var(--eoc-blue);
	border-radius: 999px;
	background: var(--eoc-blue);
	color: var(--eoc-white);
	font-family: var(--eoc-font-body);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
	transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.eoc-button:hover {
	background: var(--eoc-teal);
	color: var(--eoc-white);
	transform: translateY(-1px);
	box-shadow: var(--eoc-shadow-soft);
}

.eoc-button--accent {
	border-color: var(--eoc-orange);
	background: var(--eoc-orange);
	color: var(--eoc-text);
}

.eoc-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid var(--eoc-line);
	border-radius: var(--eoc-radius);
	background: var(--eoc-white);
}

.eoc-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px auto;
	background: var(--eoc-blue);
}

.eoc-primary-nav {
	border-top: 1px solid var(--eoc-line);
	background: var(--eoc-white);
}

.eoc-primary-nav ul {
	flex-wrap: wrap;
	gap: 0;
}

.eoc-primary-nav a {
	display: block;
	padding: 15px 22px 15px 0;
	font-family: var(--eoc-font-body);
	font-size: 0.82rem;
	font-weight: 800;
	text-transform: uppercase;
}

.eoc-main {
	padding: 48px 0 84px;
}

.eoc-hero__story {
	display: grid;
	grid-template-columns: minmax(0, 70%) minmax(320px, 30%);
	gap: 0;
	align-items: stretch;
	background: var(--eoc-white);
	border: 1px solid var(--eoc-line);
	border-radius: var(--eoc-radius);
	overflow: hidden;
	box-shadow: var(--eoc-shadow-soft);
}

.eoc-hero__media {
	position: relative;
	min-height: 560px;
	background: #111827;
}

.eoc-hero__media::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(17, 24, 39, 0.06), rgba(17, 24, 39, 0.16));
	pointer-events: none;
}

.eoc-hero__media img,
.eoc-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eoc-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: clamp(32px, 5vw, 58px);
	max-width: 460px;
}

.eoc-hero h1,
.eoc-article h1,
.eoc-archive-header h1 {
	margin: 8px 0 14px;
	color: var(--eoc-text);
	font-family: var(--eoc-font-head);
	font-size: 52px;
	line-height: 1.08;
	font-weight: 700;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.eoc-hero__author {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.eoc-hero__avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
}

.eoc-hero__avatar--demo {
	display: inline-grid;
	place-items: center;
	background: var(--eoc-blue);
	color: var(--eoc-white);
	font-size: 0.72rem;
	font-weight: 900;
}

.eoc-front-layout {
	display: grid;
	grid-template-columns: minmax(0, 70%) minmax(280px, 30%);
	gap: 36px;
	align-items: start;
}

.eoc-front-content > .eoc-container,
.eoc-front-sidebar > .eoc-container {
	width: 100%;
}

.eoc-front-sidebar {
	position: sticky;
	top: 176px;
	display: grid;
	gap: 28px;
}

.eoc-front-sidebar .eoc-section,
.eoc-front-sidebar .eoc-newsletter,
.eoc-front-sidebar .eoc-ad__placeholder {
	margin-top: 0;
}

.eoc-front-sidebar .eoc-ad {
	grid-template-columns: 1fr;
}

.eoc-front-sidebar .eoc-ad__placeholder {
	padding: 24px;
}

.eoc-front-sidebar .eoc-newsletter {
	display: grid;
	align-items: start;
	background: var(--eoc-blue);
	color: var(--eoc-white);
}

.eoc-front-sidebar .eoc-newsletter h2,
.eoc-front-sidebar .eoc-newsletter p,
.eoc-front-sidebar .eoc-newsletter .eoc-newsletter__notice {
	color: var(--eoc-white);
}

.eoc-front-sidebar .eoc-newsletter__icon {
	background: var(--eoc-orange);
	color: var(--eoc-text);
}

.eoc-front-sidebar .eoc-ranking li {
	grid-template-columns: auto 72px minmax(0, 1fr);
	gap: 12px;
}

.eoc-front-sidebar .eoc-ranking__media {
	width: 72px;
}

.eoc-front-sidebar .eoc-ranking span {
	font-size: 2.2rem;
}

.eoc-front-sidebar .eoc-ranking a,
.eoc-front-sidebar .eoc-ranking strong {
	font-size: 0.95rem;
}

.eoc-article h1,
.eoc-archive-header h1 {
	display: block;
	overflow: visible;
	-webkit-line-clamp: unset;
}

.eoc-hero p {
	margin: 0 0 22px;
	font-size: 1.05rem;
}

.eoc-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-bottom: 24px;
	color: var(--eoc-muted);
	font-size: 0.88rem;
}

.eoc-section {
	margin-top: 70px;
}

.eoc-section__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 26px;
	border-bottom: 1px solid var(--eoc-line);
}

.eoc-section__header h2 {
	margin: 0;
	padding-bottom: 14px;
	color: var(--eoc-text);
	font-family: var(--eoc-font-head);
	font-size: clamp(1.55rem, 3vw, 2.45rem);
	line-height: 1.08;
}

.eoc-section__header a {
	padding-bottom: 14px;
	color: var(--eoc-blue);
	font-size: 0.92rem;
	font-weight: 800;
}

.eoc-section__header p,
.eoc-hero p,
.eoc-card__excerpt,
.eoc-widget p,
.eoc-newsletter p,
.eoc-site-footer p {
	color: var(--eoc-muted);
}

.eoc-grid {
	display: grid;
	gap: 24px;
}

.eoc-grid--four {
	grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.9fr);
	align-items: stretch;
}

.eoc-grid--four .eoc-card--lead {
	grid-row: span 2;
}

.eoc-grid--four .eoc-card--list {
	grid-column: 1 / -1;
}

.eoc-grid--three {
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
	align-items: stretch;
}

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

.eoc-card {
	display: grid;
	background: var(--eoc-white);
	border: 1px solid var(--eoc-line);
	border-radius: var(--eoc-radius);
	overflow: hidden;
	box-shadow: 0 1px 0 rgba(17, 24, 39, 0.02);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.eoc-card:hover {
	border-color: #cfd8e3;
	transform: translateY(-3px);
	box-shadow: var(--eoc-shadow-soft);
}

.eoc-card--list {
	grid-template-columns: 220px minmax(0, 1fr);
}

.eoc-card--lead {
	grid-row: span 2;
}

.eoc-card--lead .eoc-card__media {
	min-height: 360px;
}

.eoc-card--lead .eoc-card__title {
	font-size: clamp(1.55rem, 3vw, 2.1rem);
}

.eoc-card--secondary,
.eoc-card--compact {
	grid-template-columns: 155px minmax(0, 1fr);
}

.eoc-card--secondary .eoc-card__media,
.eoc-card--compact .eoc-card__media {
	min-height: 170px;
}

.eoc-card__media {
	min-height: 240px;
	background: linear-gradient(135deg, #f1f4f8, #d9e3ee);
}

.eoc-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: inherit;
	place-items: center;
	padding: 18px;
	color: var(--eoc-blue);
	font-family: var(--eoc-font-head);
	font-weight: 800;
	text-align: center;
}

.eoc-card__body {
	padding: 24px;
}

.eoc-card__title {
	margin: 9px 0 10px;
	color: var(--eoc-text);
	font-family: var(--eoc-font-head);
	font-size: 1.22rem;
	line-height: 1.24;
	font-weight: 900;
}

.eoc-card time {
	color: var(--eoc-muted);
	font-size: 0.82rem;
}

.eoc-card--demo {
	background: repeating-linear-gradient(135deg, var(--eoc-white), var(--eoc-white) 12px, #eef4f8 12px, #eef4f8 24px);
}

.eoc-most-read {
	background: var(--eoc-white);
	color: var(--eoc-text);
	padding: 34px;
	border: 1px solid var(--eoc-line);
	border-radius: var(--eoc-radius);
	box-shadow: var(--eoc-shadow-soft);
}

.eoc-most-read .eoc-section__header {
	border-color: var(--eoc-line);
}

.eoc-most-read h2,
.eoc-most-read p {
	color: var(--eoc-text);
}

.eoc-ranking {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.eoc-ranking li {
	display: grid;
	grid-template-columns: auto 96px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 22px 0;
	border-bottom: 1px solid var(--eoc-line);
}

.eoc-ranking span {
	color: var(--eoc-orange);
	font-family: var(--eoc-font-head);
	font-size: clamp(2.4rem, 5vw, 4rem);
	font-weight: 900;
	line-height: 0.9;
}

.eoc-ranking a,
.eoc-ranking strong {
	align-self: center;
	color: var(--eoc-text);
	font-family: var(--eoc-font-head);
	font-size: 1.05rem;
	line-height: 1.25;
}

.eoc-ranking__media {
	display: grid;
	width: 96px;
	aspect-ratio: 4 / 3;
	place-items: center;
	overflow: hidden;
	border-radius: var(--eoc-radius);
	background: var(--eoc-soft);
	color: var(--eoc-blue);
	font-size: 0.72rem;
	font-weight: 800;
	text-align: center;
}

.eoc-ranking__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eoc-ranking__body {
	display: grid;
	gap: 5px;
}

.eoc-ranking__body em {
	color: var(--eoc-orange);
	font-family: var(--eoc-font-body);
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}

.eoc-ad {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
	gap: 24px;
	align-items: center;
}

.eoc-ad__placeholder,
.eoc-newsletter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 70px;
	padding: 34px;
	border: 1px solid var(--eoc-line);
	border-radius: var(--eoc-radius);
	background: var(--eoc-white);
	box-shadow: var(--eoc-shadow-soft);
}

.eoc-ad__placeholder {
	min-height: 90px;
	border-style: dashed;
	text-align: center;
}

.eoc-ad__placeholder--box {
	min-height: 250px;
}

.eoc-newsletter__form {
	display: flex;
	flex: 1;
	max-width: 520px;
	border: 1px solid var(--eoc-line);
	border-radius: 999px;
	overflow: hidden;
}

.eoc-newsletter {
	position: relative;
	overflow: hidden;
	padding: clamp(36px, 6vw, 58px);
}

.eoc-newsletter::before {
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	content: "";
	background: linear-gradient(90deg, var(--eoc-orange), var(--eoc-teal), var(--eoc-blue));
}

.eoc-newsletter__icon {
	display: grid;
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	place-items: center;
	border-radius: 50%;
	background: var(--eoc-blue);
	color: var(--eoc-white);
	font-family: var(--eoc-font-head);
	font-weight: 900;
}

.eoc-newsletter h2 {
	font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.eoc-newsletter__notice {
	margin-bottom: 0;
	color: var(--eoc-blue);
	font-weight: 800;
}

.eoc-newsletter__form input:disabled,
.eoc-newsletter__form button:disabled {
	cursor: not-allowed;
	opacity: 0.7;
}

.eoc-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 32px;
}

.eoc-sidebar {
	display: grid;
	align-content: start;
	gap: 24px;
}

.eoc-sidebar .eoc-most-read {
	width: auto;
	margin: 0;
	padding: 24px;
}

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

.eoc-widget,
.eoc-empty,
.eoc-article {
	padding: 24px;
	border: 1px solid var(--eoc-line);
	border-radius: var(--eoc-radius);
	background: var(--eoc-white);
}

.eoc-widget__title,
.eoc-article h2,
.eoc-newsletter h2,
.eoc-site-footer h2 {
	margin-top: 0;
	color: var(--eoc-text);
	font-family: var(--eoc-font-head);
}

.eoc-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	color: var(--eoc-muted);
}

.eoc-breadcrumbs,
.eoc-share,
.eoc-article__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--eoc-muted);
	font-size: 0.86rem;
}

.eoc-share,
.eoc-article__tags {
	margin-top: 18px;
}

.eoc-share a,
.eoc-article__tags a {
	padding: 7px 11px;
	border: 1px solid var(--eoc-line);
	border-radius: 999px;
	background: var(--eoc-white);
	color: var(--eoc-blue);
	font-weight: 800;
}

.eoc-related {
	margin-top: 34px;
	padding-top: 24px;
	border-top: 1px solid var(--eoc-line);
}

.eoc-article__image {
	margin: 0 0 22px;
}

.eoc-article__content {
	font-size: 1.08rem;
}

.eoc-page {
	max-width: 900px;
}

.eoc-site-footer {
	padding: 58px 0 24px;
	background: #0b1220;
	color: var(--eoc-white);
}

.eoc-footer-grid {
	display: grid;
	grid-template-columns: 1.5fr repeat(5, minmax(0, 1fr));
	gap: 34px;
}

.eoc-site-footer a,
.eoc-site-footer p,
.eoc-site-footer h2 {
	color: var(--eoc-white);
}

.eoc-site-footer h2 {
	margin-bottom: 14px;
	font-size: 1rem;
}

.eoc-site-footer p,
.eoc-site-footer a {
	font-size: 0.94rem;
}

.eoc-brand__text--footer span,
.eoc-brand__text--footer strong {
	color: var(--eoc-white);
}

.eoc-site-footer ul {
	display: grid;
	gap: 10px;
}

.eoc-copyright {
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@keyframes eoc-breaking-scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

@media (max-width: 1024px) {
	.eoc-grid--four,
	.eoc-ranking {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eoc-layout,
	.eoc-footer-grid,
	.eoc-ad {
		grid-template-columns: 1fr;
	}

	.eoc-hero__story {
		grid-template-columns: minmax(0, 62%) minmax(300px, 38%);
	}

	.eoc-hero h1 {
		font-size: 40px;
	}

	.eoc-grid--three {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.eoc-topbar__inner,
	.eoc-editorial-bar__inner,
	.eoc-editorial-bar__meta,
	.eoc-editorial-bar__links,
	.eoc-header-main,
	.eoc-newsletter,
	.eoc-ad__placeholder {
		align-items: stretch;
		flex-direction: column;
	}

	.eoc-search,
	.eoc-newsletter__form {
		max-width: none;
	}

	.eoc-social,
	.eoc-header-main > .eoc-button {
		display: none;
	}

	.eoc-menu-toggle {
		display: block;
		position: absolute;
		right: 16px;
		top: 58px;
	}

	.eoc-primary-nav {
		display: none;
	}

	.eoc-primary-nav.is-open {
		display: block;
	}

	.eoc-primary-nav ul,
	.eoc-list-grid,
	.eoc-grid--three,
	.eoc-grid--four {
		grid-template-columns: 1fr;
	}

	.eoc-primary-nav ul {
		display: grid;
		padding: 10px 0;
	}

	.eoc-hero__story,
	.eoc-card--list,
	.eoc-card--secondary,
	.eoc-card--compact {
		grid-template-columns: 1fr;
	}

	.eoc-hero__media {
		min-height: 330px;
	}

	.eoc-hero__content {
		padding: 24px;
		max-width: none;
	}

	.eoc-hero h1 {
		font-size: 30px;
	}

	.eoc-ranking li {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.eoc-ranking__media {
		display: none;
	}
}

@media (max-width: 390px) {
	:root {
		--eoc-container: min(100vw - 20px, 1160px);
	}

	.eoc-newsletter__form {
		display: grid;
	}

	.eoc-ranking {
		grid-template-columns: 1fr;
	}

	.eoc-hero__media {
		min-height: 280px;
	}
}

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

	.eoc-breaking__track {
		animation: none;
	}
}

/* Mockup alignment pass */
:root {
	--eoc-blue: #062746;
	--eoc-orange: #ff9500;
	--eoc-text: #10233d;
	--eoc-muted: #5f6f82;
	--eoc-line: #e8edf3;
	--eoc-soft: #f4f7fa;
	--eoc-shadow-soft: 0 10px 28px rgba(16, 35, 61, 0.08);
	--eoc-container: min(1188px, calc(100vw - 48px));
}

body {
	background: #ffffff;
	color: var(--eoc-text);
}

.eoc-editorial-bar {
	min-height: 39px;
	background: var(--eoc-blue);
	border-bottom: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.78rem;
}

.eoc-editorial-bar__inner,
.eoc-editorial-bar__meta,
.eoc-editorial-bar__links {
	min-height: 39px;
}

.eoc-editorial-bar a,
.eoc-editorial-bar__meta {
	color: rgba(255, 255, 255, 0.92);
}

.eoc-site-header {
	background: #fff;
	border-bottom: 1px solid var(--eoc-line);
}

.eoc-header-main {
	min-height: 94px;
	padding: 20px 0;
}

.eoc-brand__text {
	font-family: Inter, system-ui, sans-serif;
	line-height: 0.88;
}

.eoc-brand__text span {
	color: var(--eoc-blue);
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 950;
}

.eoc-brand__text strong {
	color: var(--eoc-orange);
	font-size: clamp(1.22rem, 2.4vw, 1.65rem);
	font-weight: 950;
}

.eoc-search {
	max-width: 440px;
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(16, 35, 61, 0.04);
}

.eoc-search input {
	min-height: 42px;
	font-size: 0.88rem;
}

.eoc-search button {
	width: 46px;
	background: var(--eoc-blue);
}

.eoc-header-main > .eoc-button {
	min-width: 172px;
	border-color: var(--eoc-orange);
	border-radius: 4px;
	background: var(--eoc-orange);
	color: #0c2038;
	font-size: 0.82rem;
}

.eoc-header-main > .eoc-button::after {
	content: "↗";
	margin-left: 10px;
	font-size: 1rem;
}

.eoc-primary-nav {
	border-top: 1px solid var(--eoc-line);
	border-bottom: 1px solid var(--eoc-line);
}

.eoc-primary-nav .eoc-container {
	display: flex;
	align-items: center;
	gap: 26px;
	min-height: 52px;
}

.eoc-primary-nav .eoc-container::before {
	content: "☰";
	color: var(--eoc-blue);
	font-size: 1.35rem;
}

.eoc-primary-nav ul {
	flex: 1;
	gap: 28px;
}

.eoc-primary-nav a {
	padding: 0;
	color: var(--eoc-blue);
	font-size: 0.82rem;
	font-weight: 900;
}

.eoc-nav-mode {
	color: var(--eoc-blue);
	font-size: 1.28rem;
}

.eoc-topbar {
	background: #fff;
	border-bottom: 1px solid var(--eoc-line);
	color: var(--eoc-text);
}

.eoc-topbar__inner {
	min-height: 56px;
}

.eoc-breaking {
	gap: 18px;
}

.eoc-breaking strong {
	display: grid;
	min-height: 34px;
	place-items: center;
	padding: 0 18px;
	border-radius: 4px 4px 0 0;
	background: #d12c2c;
	color: #fff;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.78rem;
	font-weight: 900;
}

.eoc-breaking strong::before {
	display: none;
}

.eoc-breaking__track {
	gap: 46px;
	font-size: 0.78rem;
}

.eoc-breaking__track span {
	position: relative;
	color: var(--eoc-text);
}

.eoc-breaking__track span + span::before {
	position: absolute;
	left: -25px;
	content: "•";
	color: #d12c2c;
}

.eoc-main {
	padding: 28px 0 0;
}

.eoc-hero {
	margin-bottom: 34px;
}

.eoc-hero__story {
	grid-template-columns: minmax(0, 70%) minmax(350px, 30%);
	min-height: 560px;
	border: 1px solid var(--eoc-line);
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 13px 36px rgba(16, 35, 61, 0.08);
}

.eoc-hero__media {
	min-height: 560px;
	background: linear-gradient(135deg, #edf2f7, #dbe5ee);
}

.eoc-hero__media::after {
	background: rgba(0, 0, 0, 0.08);
}

.eoc-hero__content {
	max-width: 440px;
	padding: 48px 34px;
}

.eoc-hero h1 {
	margin: 12px 0 18px;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.08;
}

.eoc-hero p {
	margin-bottom: 24px;
	color: #526275;
	font-size: 1.02rem;
	line-height: 1.65;
}

.eoc-kicker {
	color: var(--eoc-orange);
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.72rem;
	font-weight: 950;
}

.eoc-hero__meta {
	align-items: center;
	margin-bottom: 28px;
	font-size: 0.84rem;
}

.eoc-hero .eoc-button {
	width: 100%;
	min-height: 42px;
	border-radius: 4px;
	font-size: 0.82rem;
}

.eoc-front-layout {
	grid-template-columns: minmax(0, 70%) minmax(290px, 30%);
	gap: 40px;
}

.eoc-front-sidebar {
	top: 196px;
	gap: 28px;
}

.eoc-section {
	margin-top: 54px;
}

.eoc-front-content > .eoc-section:first-child {
	margin-top: 0;
}

.eoc-section__header {
	margin-bottom: 18px;
	border-bottom: 1px solid #cfd8e3;
}

.eoc-section__header h2 {
	position: relative;
	padding-bottom: 11px;
	font-family: Inter, system-ui, sans-serif;
	font-size: 1.28rem;
	font-weight: 950;
	text-transform: uppercase;
}

.eoc-section__header h2::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 34px;
	height: 3px;
	content: "";
	background: var(--eoc-orange);
}

.eoc-section__header a {
	color: var(--eoc-blue);
	font-size: 0.72rem;
}

.eoc-grid,
.eoc-list-grid {
	gap: 18px;
}

.eoc-grid--four {
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
}

.eoc-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eoc-card {
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 7px 18px rgba(16, 35, 61, 0.07);
}

.eoc-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(16, 35, 61, 0.1);
}

.eoc-card--lead .eoc-card__media {
	min-height: 384px;
}

.eoc-card--lead .eoc-card__body {
	margin-top: -150px;
	min-height: 150px;
	background: linear-gradient(0deg, rgba(4, 18, 33, 0.92), rgba(4, 18, 33, 0));
	color: #fff;
}

.eoc-card--lead .eoc-card__title,
.eoc-card--lead .eoc-card__excerpt,
.eoc-card--lead time {
	color: #fff;
}

.eoc-card--secondary,
.eoc-card--compact,
.eoc-card--list {
	grid-template-columns: 150px minmax(0, 1fr);
}

.eoc-card--secondary .eoc-card__media,
.eoc-card--compact .eoc-card__media,
.eoc-card--list .eoc-card__media {
	min-height: 138px;
}

.eoc-card__body {
	padding: 18px;
}

.eoc-card__title {
	font-size: 1rem;
	line-height: 1.35;
}

.eoc-card__excerpt {
	font-size: 0.86rem;
	line-height: 1.45;
}

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

.eoc-most-read {
	padding: 0;
	overflow: hidden;
	border-radius: 6px;
}

.eoc-most-read .eoc-section__header {
	margin: 0;
	padding: 18px 22px;
	border-bottom: 0;
	background: var(--eoc-blue);
}

.eoc-most-read .eoc-section__header h2,
.eoc-most-read .eoc-section__header p {
	color: #fff;
}

.eoc-most-read .eoc-section__header h2::after,
.eoc-most-read .eoc-section__header p {
	display: none;
}

.eoc-ranking {
	padding: 12px 18px 18px;
}

.eoc-ranking li {
	grid-template-columns: 64px 72px minmax(0, 1fr);
	gap: 12px;
	padding: 16px 0;
}

.eoc-ranking span {
	color: var(--eoc-orange);
	font-family: Inter, system-ui, sans-serif;
	font-size: 2rem;
	font-weight: 950;
}

.eoc-ranking__media {
	width: 72px;
	border-radius: 5px;
}

.eoc-ranking__body em {
	display: none;
}

.eoc-ranking a,
.eoc-ranking strong {
	font-size: 0.86rem;
	line-height: 1.3;
}

.eoc-front-sidebar .eoc-ad {
	gap: 0;
}

.eoc-front-sidebar .eoc-ad__placeholder {
	min-height: 250px;
	background: linear-gradient(135deg, #f4f7fa, #eef2f6);
	box-shadow: none;
}

.eoc-front-sidebar .eoc-ad__placeholder:first-child {
	display: none;
}

.eoc-newsletter {
	border-radius: 6px;
}

.eoc-front-sidebar .eoc-newsletter {
	padding: 28px 24px;
	background: var(--eoc-blue);
	box-shadow: 0 10px 24px rgba(6, 39, 70, 0.18);
}

.eoc-front-sidebar .eoc-newsletter::before {
	display: none;
}

.eoc-front-sidebar .eoc-newsletter__form {
	display: grid;
	gap: 12px;
	border: 0;
	border-radius: 0;
}

.eoc-front-sidebar .eoc-newsletter__form input {
	border-radius: 4px;
	background: #fff;
}

.eoc-front-sidebar .eoc-newsletter__form button {
	border-radius: 4px;
	background: var(--eoc-orange);
	color: #10233d;
}

.eoc-site-footer {
	margin-top: 70px;
	padding-top: 46px;
	background: var(--eoc-blue);
}

.eoc-footer-grid {
	grid-template-columns: 1.45fr repeat(4, minmax(0, 1fr));
}

@media (max-width: 1024px) {
	.eoc-hero__story,
	.eoc-front-layout {
		grid-template-columns: 1fr;
	}

	.eoc-front-sidebar {
		position: static;
	}

	.eoc-hero h1 {
		font-size: 40px;
	}
}

@media (max-width: 768px) {
	:root {
		--eoc-container: min(100vw - 28px, 1188px);
	}

	.eoc-header-main,
	.eoc-editorial-bar__inner,
	.eoc-editorial-bar__meta,
	.eoc-editorial-bar__links {
		align-items: stretch;
	}

	.eoc-hero__media {
		min-height: 310px;
	}

	.eoc-hero h1 {
		font-size: 30px;
	}

	.eoc-grid--four,
	.eoc-grid--three,
	.eoc-list-grid {
		grid-template-columns: 1fr;
	}

	.eoc-card--secondary,
	.eoc-card--compact,
	.eoc-card--list {
		grid-template-columns: 120px minmax(0, 1fr);
	}

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

/* Fine tuning pass: proportions only */
.eoc-main {
	padding-top: 26px;
}

.eoc-hero {
	margin-bottom: 30px;
}

.eoc-hero__story {
	grid-template-columns: minmax(0, 70%) minmax(330px, 30%);
	min-height: 480px;
}

.eoc-hero__media {
	min-height: 480px;
}

.eoc-hero__content {
	max-width: 430px;
	padding: 34px 30px;
}

.eoc-hero h1 {
	font-size: 48px;
	line-height: 1.1;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.eoc-hero p {
	margin-bottom: 18px;
	font-size: 0.96rem;
	line-height: 1.58;
}

.eoc-hero__meta {
	margin-bottom: 22px;
	gap: 8px 12px;
}

.eoc-front-layout {
	grid-template-columns: minmax(0, 66%) minmax(300px, 34%);
	gap: 32px;
}

.eoc-front-sidebar {
	position: static;
	top: auto;
	gap: 24px;
}

.eoc-section {
	margin-top: 60px;
}

.eoc-section__header {
	margin-bottom: 16px;
}

.eoc-grid,
.eoc-list-grid {
	gap: 20px;
}

.eoc-card__media {
	min-height: 170px;
	border-radius: 12px 12px 0 0;
}

.eoc-card--lead .eoc-card__media {
	min-height: 360px;
}

.eoc-card--lead .eoc-card__body {
	margin-top: -124px;
	min-height: 124px;
}

.eoc-card--secondary .eoc-card__media,
.eoc-card--compact .eoc-card__media,
.eoc-card--list .eoc-card__media {
	min-height: 116px;
}

.eoc-card--secondary,
.eoc-card--compact,
.eoc-card--list {
	grid-template-columns: 132px minmax(0, 1fr);
}

.eoc-card__body {
	padding: 15px;
}

.eoc-card__title {
	margin: 6px 0 7px;
	font-size: 0.96rem;
	line-height: 1.3;
}

.eoc-card__excerpt {
	font-size: 0.8rem;
	line-height: 1.38;
}

.eoc-card time {
	font-size: 0.76rem;
}

.eoc-category-section .eoc-card__media {
	min-height: 142px;
}

.eoc-category-section .eoc-card__body {
	padding: 14px;
}

.eoc-ranking {
	padding: 10px 16px 16px;
}

.eoc-ranking li {
	grid-template-columns: 64px 68px minmax(0, 1fr);
	gap: 10px;
	padding: 13px 0;
}

.eoc-ranking span {
	font-size: 1.85rem;
}

.eoc-ranking__media {
	width: 68px;
	border-radius: 12px;
}

.eoc-front-sidebar .eoc-ad__placeholder {
	min-height: 230px;
}

.eoc-front-sidebar .eoc-newsletter {
	padding: 24px 22px;
}

@media (max-width: 1024px) {
	.eoc-front-layout {
		grid-template-columns: 1fr;
	}

	.eoc-hero__story {
		grid-template-columns: minmax(0, 62%) minmax(300px, 38%);
		min-height: 460px;
	}

	.eoc-hero__media {
		min-height: 460px;
	}

	.eoc-hero h1 {
		font-size: 36px;
	}
}

@media (max-width: 768px) {
	.eoc-hero__story {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.eoc-hero__media {
		min-height: 290px;
	}

	.eoc-hero__content {
		max-width: none;
		padding: 24px;
	}

	.eoc-hero h1 {
		font-size: 30px;
		line-height: 1.1;
	}

	.eoc-section {
		margin-top: 48px;
	}

	.eoc-card--secondary,
	.eoc-card--compact,
	.eoc-card--list {
		grid-template-columns: 112px minmax(0, 1fr);
	}

	.eoc-card--secondary .eoc-card__media,
	.eoc-card--compact .eoc-card__media,
	.eoc-card--list .eoc-card__media {
		min-height: 108px;
	}
}

/* Pixel polish pass */
:root {
	--eoc-radius-sm: 6px;
	--eoc-radius-md: 10px;
	--eoc-radius-lg: 12px;
	--eoc-card-shadow: 0 8px 22px rgba(16, 35, 61, 0.075);
	--eoc-card-shadow-hover: 0 12px 26px rgba(16, 35, 61, 0.105);
}

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

.eoc-container {
	max-width: 1188px;
}

.eoc-editorial-bar__meta,
.eoc-editorial-bar__links {
	gap: 14px;
}

.eoc-editorial-bar__links a,
.eoc-editorial-bar__links li a {
	line-height: 1;
}

.eoc-header-main {
	gap: 24px;
}

.eoc-brand {
	flex: 0 0 auto;
}

.eoc-brand__text span,
.eoc-brand__text strong {
	letter-spacing: 0;
}

.eoc-search {
	height: 42px;
	align-self: center;
	border-color: #dce4ee;
}

.eoc-search input {
	min-height: 40px;
	color: var(--eoc-text);
}

.eoc-search input::placeholder {
	color: #8a99aa;
}

.eoc-search button {
	height: 42px;
	line-height: 1;
}

.eoc-header-main > .eoc-button {
	height: 42px;
	min-height: 42px;
	align-self: center;
	padding-inline: 22px;
	box-shadow: 0 6px 14px rgba(255, 149, 0, 0.18);
}

.eoc-primary-nav .eoc-container {
	min-height: 50px;
}

.eoc-primary-nav ul {
	align-items: center;
}

.eoc-primary-nav a {
	line-height: 50px;
}

.eoc-nav-mode {
	line-height: 1;
}

.eoc-topbar__inner {
	min-height: 52px;
}

.eoc-breaking strong {
	min-height: 32px;
	padding-inline: 16px;
}

.eoc-breaking__track {
	align-items: center;
}

.eoc-hero__story,
.eoc-card,
.eoc-most-read,
.eoc-newsletter,
.eoc-ad__placeholder,
.eoc-widget,
.eoc-empty,
.eoc-article {
	border-color: #e4ebf3;
	border-radius: var(--eoc-radius-lg);
}

.eoc-hero__story {
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(16, 35, 61, 0.08);
}

.eoc-hero__media {
	border-radius: 0;
}

.eoc-hero__content {
	justify-content: center;
}

.eoc-hero h1 {
	margin-bottom: 16px;
	letter-spacing: 0;
	text-wrap: balance;
}

.eoc-hero p {
	max-width: 39rem;
	color: #546579;
}

.eoc-hero__meta {
	align-items: center;
	color: #627185;
	line-height: 1.2;
}

.eoc-hero__avatar {
	box-shadow: 0 0 0 2px #ffffff, 0 1px 4px rgba(16, 35, 61, 0.18);
}

.eoc-button {
	letter-spacing: 0;
}

.eoc-section__header {
	align-items: center;
	gap: 20px;
}

.eoc-section__header h2 {
	padding-bottom: 10px;
	letter-spacing: 0;
}

.eoc-section__header a {
	white-space: nowrap;
	line-height: 1;
}

.eoc-card {
	box-shadow: var(--eoc-card-shadow);
}

.eoc-card:hover {
	box-shadow: var(--eoc-card-shadow-hover);
}

.eoc-card__media {
	overflow: hidden;
	background: linear-gradient(135deg, #f6f8fb, #e8eef5);
}

.eoc-card__media img {
	transition: transform 220ms ease;
}

.eoc-card:hover .eoc-card__media img {
	transform: scale(1.018);
}

.eoc-card__placeholder {
	padding: 16px;
	background: linear-gradient(135deg, #f8fafc, #edf3f8);
	color: #53657a;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.78rem;
	line-height: 1.25;
}

.eoc-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.eoc-card--lead .eoc-card__body {
	justify-content: flex-end;
}

.eoc-card__title {
	letter-spacing: 0;
	text-wrap: pretty;
}

.eoc-card__excerpt {
	margin-top: 0;
	color: #5f6f82;
}

.eoc-card time {
	margin-top: auto;
	color: #7b8999;
	line-height: 1.2;
}

.eoc-kicker {
	line-height: 1;
}

.eoc-most-read {
	box-shadow: var(--eoc-card-shadow);
}

.eoc-most-read .eoc-section__header {
	padding: 18px 20px;
}

.eoc-ranking li:first-child {
	padding-top: 10px;
}

.eoc-ranking li:last-child {
	border-bottom: 0;
	padding-bottom: 8px;
}

.eoc-ranking span {
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.eoc-ranking__media {
	overflow: hidden;
	background: #eef3f8;
}

.eoc-ranking__body {
	align-content: center;
	min-height: 54px;
}

.eoc-ranking a,
.eoc-ranking strong {
	text-wrap: pretty;
}

.eoc-front-sidebar .eoc-ad__placeholder {
	display: grid;
	place-items: center;
	gap: 4px;
	color: #8a99aa;
}

.eoc-front-sidebar .eoc-newsletter {
	gap: 18px;
}

.eoc-front-sidebar .eoc-newsletter h2 {
	margin-bottom: 8px;
	line-height: 1.15;
}

.eoc-front-sidebar .eoc-newsletter p {
	margin-block: 0 10px;
}

.eoc-front-sidebar .eoc-newsletter__form input,
.eoc-front-sidebar .eoc-newsletter__form button {
	min-height: 42px;
}

.eoc-front-sidebar .eoc-newsletter__form input {
	padding-inline: 14px;
}

.eoc-site-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.eoc-footer-grid {
	align-items: start;
}

.eoc-site-footer h2 {
	letter-spacing: 0;
	line-height: 1.2;
}

.eoc-site-footer p,
.eoc-site-footer a {
	line-height: 1.55;
}

.eoc-copyright {
	color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1280px) {
	.eoc-front-layout {
		gap: 28px;
	}

	.eoc-hero h1 {
		font-size: 44px;
	}

	.eoc-card--secondary,
	.eoc-card--compact,
	.eoc-card--list {
		grid-template-columns: 122px minmax(0, 1fr);
	}
}

@media (max-width: 1024px) {
	.eoc-header-main {
		gap: 18px;
	}

	.eoc-hero h1 {
		font-size: 36px;
	}

	.eoc-hero__content {
		padding: 28px;
	}

	.eoc-front-layout {
		gap: 34px;
	}
}

@media (max-width: 768px) {
	.eoc-editorial-bar__inner,
	.eoc-header-main {
		gap: 12px;
	}

	.eoc-search,
	.eoc-header-main > .eoc-button {
		width: 100%;
	}

	.eoc-primary-nav .eoc-container {
		gap: 14px;
		min-height: 48px;
	}

	.eoc-primary-nav a {
		line-height: 1.4;
	}

	.eoc-topbar__inner {
		min-height: 48px;
	}

	.eoc-hero__media {
		min-height: 276px;
	}

	.eoc-card__body {
		padding: 13px;
	}

	.eoc-card__title {
		font-size: 0.92rem;
	}

	.eoc-ranking li {
		grid-template-columns: 64px 64px minmax(0, 1fr);
	}
}

/* Layout correction pass */
:root {
	--eoc-container: min(1400px, calc(100vw - 72px));
}

.eoc-container {
	max-width: 1400px;
}

.eoc-front-layout {
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 40px;
	align-items: start;
}

.eoc-front-sidebar {
	align-self: start;
	width: 100%;
	min-width: 340px;
	gap: 24px;
}

.eoc-front-sidebar > .eoc-container,
.eoc-front-content > .eoc-container {
	max-width: none;
}

.eoc-hero h1 {
	font-size: 44px;
	line-height: 1.08;
	-webkit-line-clamp: 4;
}

.eoc-grid--four {
	grid-template-columns: minmax(0, 1.36fr) minmax(280px, 0.9fr);
	grid-auto-flow: row;
	gap: 20px;
}

.eoc-grid--four .eoc-card--lead {
	grid-column: 1;
	grid-row: 1 / span 2;
}

.eoc-grid--four .eoc-card--secondary {
	grid-column: 2;
}

.eoc-grid--four .eoc-card--list {
	grid-column: 1 / -1;
}

.eoc-card--lead .eoc-card__media {
	min-height: 340px;
}

.eoc-card--lead .eoc-card__body {
	margin-top: -116px;
	min-height: 116px;
}

.eoc-card--secondary,
.eoc-card--compact,
.eoc-card--list {
	grid-template-columns: 128px minmax(0, 1fr);
}

.eoc-card--secondary .eoc-card__media,
.eoc-card--compact .eoc-card__media,
.eoc-card--list .eoc-card__media {
	min-height: 108px;
}

.eoc-section {
	margin-top: 56px;
}

.eoc-category-section .eoc-card__media {
	min-height: 132px;
}

.eoc-category-section .eoc-card__body {
	padding: 12px;
}

.eoc-ranking li,
.eoc-front-sidebar .eoc-ranking li {
	grid-template-columns: 64px 72px minmax(0, 1fr);
}

@media (max-width: 1280px) {
	:root {
		--eoc-container: min(1400px, calc(100vw - 48px));
	}

	.eoc-front-layout {
		grid-template-columns: minmax(0, 1fr) 340px;
		gap: 32px;
	}
}

@media (max-width: 1024px) {
	:root {
		--eoc-container: min(1400px, calc(100vw - 40px));
	}

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

	.eoc-front-sidebar {
		min-width: 0;
	}

	.eoc-grid--four {
		grid-template-columns: minmax(0, 1fr) minmax(260px, 0.82fr);
	}

	.eoc-hero h1 {
		font-size: 36px;
	}
}

@media (max-width: 768px) {
	:root {
		--eoc-container: min(1400px, calc(100vw - 28px));
	}

	.eoc-grid--four {
		grid-template-columns: 1fr;
	}

	.eoc-grid--four .eoc-card--lead,
	.eoc-grid--four .eoc-card--secondary,
	.eoc-grid--four .eoc-card--list {
		grid-column: auto;
		grid-row: auto;
	}

	.eoc-hero h1 {
		font-size: 30px;
	}

	.eoc-ranking li,
	.eoc-front-sidebar .eoc-ranking li {
		grid-template-columns: 64px 64px minmax(0, 1fr);
	}
}

/* Header reference lock */
body .eoc-site-header {
	position: relative;
	top: auto;
	background: #ffffff;
	border-bottom: 1px solid #e6ebf1;
	box-shadow: none;
}

body .eoc-site-header.is-scrolled {
	border-bottom: 1px solid #e6ebf1;
	box-shadow: none;
}

body .eoc-site-header .eoc-editorial-bar {
	display: block;
	min-height: 40px;
	background: #062746;
	color: #ffffff;
}

body .eoc-site-header .eoc-editorial-bar__inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	min-height: 40px;
	gap: 24px;
}

body .eoc-site-header .eoc-editorial-bar__meta,
body .eoc-site-header .eoc-editorial-bar__links {
	display: flex;
	flex-direction: row;
	align-items: center;
	min-height: 40px;
	gap: 18px;
	color: rgba(255, 255, 255, 0.94);
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

body .eoc-site-header .eoc-editorial-bar__links {
	margin-left: auto;
}

body .eoc-site-header .eoc-editorial-bar__links nav ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body .eoc-site-header .eoc-editorial-bar a {
	color: #ffffff;
	text-decoration: none;
}

body .eoc-site-header .eoc-header-main {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) minmax(360px, 520px) minmax(180px, 1fr);
	align-items: center;
	min-height: 112px;
	padding: 22px 0;
	gap: 32px;
}

body .eoc-site-header .eoc-brand {
	justify-self: start;
}

body .eoc-site-header .custom-logo-link,
.eoc-site-footer .custom-logo-link,
.eoc-brand__logo-link {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
}

body .eoc-site-header .custom-logo,
.eoc-site-footer .custom-logo,
.eoc-brand__image {
	width: auto;
	max-width: 260px;
	height: auto;
	max-height: 72px;
	object-fit: contain;
}

.eoc-site-footer .custom-logo,
.eoc-brand__image--footer {
	max-width: 220px;
	max-height: 64px;
}

body .eoc-site-header .eoc-brand__text span {
	display: block;
	color: #062746;
	font-family: Inter, system-ui, sans-serif;
	font-size: 38px;
	font-weight: 950;
	line-height: 0.92;
	text-transform: uppercase;
}

body .eoc-site-header .eoc-brand__text strong {
	display: block;
	color: #ff9500;
	font-family: Inter, system-ui, sans-serif;
	font-size: 24px;
	font-weight: 950;
	line-height: 1.05;
	text-transform: uppercase;
}

body .eoc-site-header .eoc-search {
	justify-self: center;
	width: 100%;
	max-width: 520px;
	height: 46px;
	border: 1px solid #d9e2ed;
	border-radius: 6px;
	background: #ffffff;
	overflow: hidden;
}

body .eoc-site-header .eoc-search input {
	height: 46px;
	min-height: 46px;
	padding: 0 18px;
	color: #516174;
	font-size: 15px;
}

body .eoc-site-header .eoc-search button {
	width: 52px;
	height: 46px;
	background: #062746;
	color: #ffffff;
	font-size: 18px;
}

body .eoc-site-header .eoc-social {
	display: none;
}

body .eoc-site-header .eoc-header-main > .eoc-button {
	justify-self: end;
	width: 176px;
	height: 46px;
	min-height: 46px;
	padding: 0 20px;
	border: 0;
	border-radius: 6px;
	background: #ff9500;
	color: #061f38;
	font-size: 14px;
	font-weight: 950;
}

body .eoc-site-header .eoc-primary-nav {
	background: #ffffff;
	border-top: 1px solid #e6ebf1;
	border-bottom: 1px solid #e6ebf1;
}

body .eoc-site-header .eoc-primary-nav .eoc-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	min-height: 58px;
	gap: 34px;
}

body .eoc-site-header .eoc-primary-nav .eoc-container::before {
	content: "☰";
	color: #062746;
	font-size: 27px;
	line-height: 1;
}

body .eoc-site-header .eoc-primary-nav ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex: 1;
	gap: 34px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body .eoc-site-header .eoc-primary-nav a {
	display: block;
	padding: 0;
	color: #062746;
	font-family: Inter, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 950;
	line-height: 58px;
	text-transform: uppercase;
}

body .eoc-site-header .eoc-primary-nav li:first-child a {
	box-shadow: inset 0 -3px 0 #ff9500;
}

body .eoc-site-header .eoc-nav-mode {
	margin-left: auto;
	color: #062746;
	font-size: 24px;
	line-height: 1;
}

body .eoc-site-header .eoc-topbar {
	background: #ffffff;
	border-bottom: 1px solid #edf1f5;
	color: #172b45;
	overflow: hidden;
}

body .eoc-site-header .eoc-topbar__inner {
	display: flex;
	align-items: center;
	min-height: 58px;
}

body .eoc-site-header .eoc-breaking {
	display: flex;
	align-items: center;
	gap: 0;
	width: 100%;
	overflow: hidden;
}

body .eoc-site-header .eoc-breaking strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	flex: 0 0 150px;
	min-width: 128px;
	min-height: 38px;
	padding: 0 18px;
	border-radius: 5px 5px 0 0;
	background: #d82f2f;
	color: #ffffff;
	font-family: Inter, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 950;
	text-transform: uppercase;
}

body .eoc-site-header .eoc-breaking__track {
	display: flex;
	align-items: center;
	gap: 48px;
	flex: 1 1 auto;
	padding-left: 28px;
	overflow: hidden;
	min-width: max-content;
	color: #172b45;
	font-size: 13px;
	font-weight: 700;
}

body .eoc-site-header .eoc-breaking__track span {
	color: #172b45;
	white-space: nowrap;
}

@media (max-width: 900px) {
	body .eoc-site-header .eoc-editorial-bar__inner,
	body .eoc-site-header .eoc-editorial-bar__meta,
	body .eoc-site-header .eoc-editorial-bar__links,
	body .eoc-site-header .eoc-header-main {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	body .eoc-site-header .eoc-header-main > .eoc-button,
	body .eoc-site-header .eoc-search {
		width: 100%;
		max-width: none;
	}

	body .eoc-site-header .eoc-primary-nav ul {
		flex-wrap: wrap;
		gap: 18px;
	}
}
