/*
Theme Name: CurrentLume
Author: CurrentLume
Description: An image-led editorial news theme with optional education directories, curated homepage slots, first-party popularity rankings, responsive archives, dark mode, and accessible overlays.
Version: 1.7.0
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: currentlume
Tags: news, blog, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, right-sidebar, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
*/

@font-face {
	font-family: "InterVariable";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("assets/fonts/InterVariable.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+20B9, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "InterVariable";
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
	src: url("assets/fonts/InterVariable-Italic.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+20B9, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--cl-accent: #236b4e;
	--cl-accent-strong: #164e3a;
	--cl-accent-soft: #e6f2ec;
	--cl-on-accent: #ffffff;
	--cl-canvas: #f7f5ef;
	--cl-surface: #ffffff;
	--cl-surface-raised: #ffffff;
	--cl-ink: #18211d;
	--cl-muted: #5d6a64;
	--cl-border: #dce4df;
	--cl-header: rgba(255, 255, 255, 0.94);
	--cl-soft: #eff3f0;
	--cl-highlight: #a86408;
	--cl-danger: #b42318;
	--cl-shadow: 0 12px 30px rgba(39, 32, 28, 0.06);
	--cl-radius: 12px;
	--cl-radius-small: 8px;
	--cl-container: 1200px;
	--cl-header-height: 112px;
	--cl-font-body: "InterVariable", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--cl-font-heading: "InterVariable", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--cl-body-size-desktop: 16px;
	--cl-body-size-tablet: 16px;
	--cl-body-size-mobile: 15px;
	--cl-body-size: var(--cl-body-size-desktop);
	--cl-article-size-desktop: 18px;
	--cl-article-size-tablet: 17px;
	--cl-article-size-mobile: 17px;
	--cl-article-size: var(--cl-article-size-desktop);
	--cl-body-leading: 1.55;
	--cl-article-leading: 1.78;
	--cl-heading-weight: 750;
	--cl-article-scale: 1;
	--cl-fast: 160ms ease;
	--cl-slow: 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-theme="dark"] {
	--cl-accent: #78d5ac;
	--cl-accent-strong: #a6e7cb;
	--cl-accent-soft: #173a2e;
	--cl-on-accent: #18211d;
	--cl-canvas: #101713;
	--cl-surface: #17211d;
	--cl-surface-raised: #1d2924;
	--cl-ink: #f3f7f5;
	--cl-muted: #aebab4;
	--cl-border: #31423a;
	--cl-header: rgba(16, 23, 19, 0.94);
	--cl-soft: #202c27;
	--cl-highlight: #f4b65c;
	--cl-danger: #ff8a7a;
	--cl-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
	color-scheme: dark;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--cl-canvas);
	color: var(--cl-ink);
	font-family: var(--cl-font-body);
	font-size: var(--cl-body-size);
	font-optical-sizing: auto;
	font-feature-settings: "cv02", "cv03", "cv04", "cv11";
	line-height: var(--cl-body-leading);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--cl-font-heading);
	font-weight: var(--cl-heading-weight);
}

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

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

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

button {
	border: 0;
	cursor: pointer;
}

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

a:hover {
	color: var(--cl-accent);
}

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

img {
	height: auto;
}

figure {
	margin: 0;
}

/* WordPress-generated content classes. */

.alignleft {
	float: left;
	margin: 0 1.5rem 1rem 0;
}

.alignright {
	float: right;
	margin: 0 0 1rem 1.5rem;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
	margin-top: 0.55rem;
	color: var(--cl-muted);
	font-size: 0.78rem;
}

.sticky {
	position: relative;
}

.sticky::before {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
	width: 10px;
	height: 10px;
	background: var(--cl-accent);
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	content: "";
}

.bypostauthor > .comment-body {
	border-left: 3px solid var(--cl-accent);
}

.wp-block-quote.is-style-lume-quote {
	margin-inline: 0;
	padding: 1.2rem 1.35rem;
	background: var(--cl-accent-soft);
	border: 0;
	border-left: 5px solid var(--cl-accent);
	border-radius: var(--cl-radius-small);
}

.story-brief {
	padding: 1.25rem 1.4rem;
	background: var(--cl-soft);
	border: 1px solid var(--cl-border);
	border-radius: var(--cl-radius-small);
}

.story-brief > :last-child {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
p {
	margin-block-start: 0;
}

h1,
h2,
h3,
h4 {
	text-wrap: balance;
}

::selection {
	background: var(--cl-accent);
	color: var(--cl-on-accent);
}

:focus-visible {
	outline: 3px solid var(--cl-accent);
	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: var(--cl-surface);
	color: var(--cl-ink);
	border-radius: 6px;
	box-shadow: var(--cl-shadow);
}

.skip-link {
	font-weight: 800;
}

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

.site-shell {
	min-height: 70vh;
}

.site-main {
	padding-block: 12px 42px;
}

.surface {
	background: var(--cl-surface);
	border: 1px solid var(--cl-border);
	border-radius: var(--cl-radius);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
	overflow: hidden;
}

.cl-icon {
	width: 1.15em;
	height: 1.15em;
	flex: 0 0 auto;
}

.icon-button {
	display: inline-grid;
	width: 40px;
	height: 40px;
	padding: 0;
	place-items: center;
	background: var(--cl-surface-raised);
	border: 1px solid var(--cl-border);
	border-radius: 10px;
	color: var(--cl-ink);
	transition: color var(--cl-fast), background var(--cl-fast), transform var(--cl-fast), border-color var(--cl-fast);
}

.icon-button:hover {
	color: var(--cl-accent);
	border-color: color-mix(in srgb, var(--cl-accent) 40%, var(--cl-border));
	transform: translateY(-1px);
}

.button-link,
.load-more-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 11px 20px;
	background: var(--cl-accent);
	border: 1px solid var(--cl-accent);
	border-radius: 999px;
	color: var(--cl-on-accent);
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: background var(--cl-fast), transform var(--cl-fast);
}

.button-link:hover,
.load-more-button:hover {
	background: var(--cl-accent-strong);
	color: var(--cl-on-accent);
	transform: translateY(-2px);
}

/* Header */

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	height: var(--cl-header-height);
	background: var(--cl-header);
	border-bottom: 1px solid var(--cl-border);
	backdrop-filter: blur(18px);
	transition: box-shadow var(--cl-fast);
}

.site-header.is-scrolled {
	box-shadow: 0 10px 30px rgba(28, 25, 22, 0.08);
}

.site-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 14px;
	align-items: center;
	width: min(calc(100% - 32px), var(--cl-container));
	height: 100%;
	margin-inline: auto;
}

.menu-toggle {
	display: none;
}

.site-brand {
	min-width: 0;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
	height: 52px;
}

.custom-logo {
	width: auto;
	max-width: 260px;
	max-height: 48px;
	object-fit: contain;
}

.site-wordmark {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	color: var(--cl-ink);
	font-family: var(--cl-font-heading);
	font-size: clamp(1.35rem, 2.7vw, 2rem);
	font-weight: var(--cl-heading-weight);
	letter-spacing: -0.08em;
	line-height: 1;
	text-transform: lowercase;
}

.site-wordmark:hover {
	color: var(--cl-ink);
}

.site-wordmark__mark {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	background: var(--cl-accent);
	border-radius: 8px 8px 8px 2px;
	color: var(--cl-on-accent);
	font-size: 1.2rem;
	letter-spacing: -0.04em;
}

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

.social-links a {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	background: var(--cl-surface-raised);
	border: 1px solid var(--cl-border);
	border-radius: 50%;
	color: var(--cl-ink);
	transition: color var(--cl-fast), border-color var(--cl-fast), transform var(--cl-fast);
}

.social-links a:hover {
	color: var(--cl-accent);
	border-color: var(--cl-accent);
	transform: translateY(-2px);
}

.site-header__socials {
	justify-self: start;
}

.site-header__actions {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-self: end;
}

.header-language {
	display: grid;
	min-width: 40px;
	height: 40px;
	padding-inline: 10px;
	place-items: center;
	background: var(--cl-surface-raised);
	border: 1px solid var(--cl-border);
	border-radius: 10px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.theme-toggle__sun,
html[data-theme="dark"] .theme-toggle__moon {
	display: none;
}

html[data-theme="dark"] .theme-toggle__sun {
	display: block;
}

.no-js-navigation {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	padding: 12px 16px;
	background: var(--cl-surface);
	border-bottom: 1px solid var(--cl-border);
	list-style: none;
}

.js .no-js-navigation {
	display: none;
}

/* Overlays */

.site-overlay[hidden] {
	display: none;
}

.site-overlay {
	position: fixed;
	inset: 0;
	z-index: 2000;
}

.site-overlay__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	background: rgba(9, 14, 11, 0.62);
	opacity: 0;
	backdrop-filter: blur(4px);
	transition: opacity var(--cl-fast);
}

.site-overlay__panel {
	position: absolute;
	background: var(--cl-surface);
	color: var(--cl-ink);
	box-shadow: 20px 0 70px rgba(0, 0, 0, 0.22);
	opacity: 0;
	transition: transform var(--cl-slow), opacity var(--cl-fast);
}

.site-overlay.is-open .site-overlay__backdrop,
.site-overlay.is-open .site-overlay__panel {
	opacity: 1;
}

.site-overlay__panel--menu {
	inset: 0 auto 0 0;
	width: min(460px, 92vw);
	padding: 20px 26px 28px;
	overflow-y: auto;
	transform: translateX(-102%);
}

.site-overlay.is-open .site-overlay__panel--menu {
	transform: translateX(0);
}

.site-overlay__panel--search {
	top: 0;
	right: 0;
	left: 0;
	width: min(760px, calc(100% - 32px));
	margin-inline: auto;
	padding: 24px;
	border-radius: 0 0 16px 16px;
	transform: translateY(-30px);
}

.site-overlay.is-open .site-overlay__panel--search {
	transform: translateY(0);
}

.site-overlay__header {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--cl-border);
}

.site-overlay__header h2,
.overlay-brand {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 850;
	letter-spacing: -0.02em;
}

.menu-panel__section {
	padding-block: 26px;
	border-bottom: 1px solid var(--cl-border);
}

.menu-panel__section h2 {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 14px;
	color: var(--cl-muted);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.category-cloud,
.topic-cloud,
.menu-panel__utility ul,
.footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.category-cloud a,
.topic-cloud a {
	display: inline-flex;
	padding: 9px 13px;
	background: var(--cl-soft);
	border: 1px solid transparent;
	border-radius: 7px;
	font-size: 0.82rem;
	font-weight: 750;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.category-cloud a:hover,
.topic-cloud a:hover {
	background: var(--cl-accent-soft);
	border-color: var(--cl-accent);
}

.menu-panel__utility {
	padding-block: 22px;
}

.menu-panel__utility a,
.footer-menu a {
	font-weight: 750;
	text-decoration: underline;
	text-decoration-color: color-mix(in srgb, var(--cl-accent) 45%, transparent);
	text-underline-offset: 4px;
}

.menu-panel__footer {
	display: grid;
	gap: 18px;
	padding-top: 24px;
}

.menu-panel__footer p {
	margin: 0;
	color: var(--cl-muted);
	font-size: 0.78rem;
}

.search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.search-form label {
	display: block;
}

.search-field {
	width: 100%;
	height: 52px;
	padding: 0 16px;
	background: var(--cl-soft);
	border: 1px solid var(--cl-border);
	border-radius: 10px;
	outline: none;
}

.search-field:focus {
	border-color: var(--cl-accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--cl-accent) 18%, transparent);
}

.search-submit {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	min-width: 112px;
	padding-inline: 18px;
	background: var(--cl-accent);
	border-radius: 10px;
	color: var(--cl-on-accent);
	font-weight: 800;
}

.search-overlay__hint {
	margin: 12px 0 0;
	color: var(--cl-muted);
	font-size: 0.82rem;
}

/* Shared module headings and metadata */

.section-heading {
	display: flex;
	gap: 8px;
	align-items: center;
	min-height: 40px;
	padding: 8px 12px;
	border-bottom: 1px solid var(--cl-border);
}

.section-heading h2,
.section-heading h3 {
	margin: 0;
	font-size: 0.94rem;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.section-heading .cl-icon {
	color: var(--cl-accent);
}

.eyebrow,
.story-badge,
.article-category {
	display: inline-flex;
	width: fit-content;
	padding: 5px 9px;
	background: var(--cl-accent);
	border-radius: 4px;
	color: var(--cl-on-accent);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-transform: uppercase;
}

.post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	align-items: center;
	color: var(--cl-muted);
	font-size: 0.72rem;
}

.post-meta > span,
.post-meta time {
	display: inline-flex;
	gap: 5px;
	align-items: center;
}

.post-meta .cl-icon {
	width: 1em;
	height: 1em;
}

.meta-chip {
	display: inline-flex;
	padding: 4px 8px;
	border: 1px solid color-mix(in srgb, var(--cl-accent) 45%, var(--cl-border));
	border-radius: 5px;
	color: var(--cl-accent-strong);
	font-weight: 750;
	text-transform: uppercase;
}

/* Homepage */

.newsroom-home {
	display: grid;
	gap: 12px;
}

.do-not-miss__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	padding: 10px;
}

.overlay-story {
	position: relative;
	min-height: 250px;
	overflow: hidden;
	border-radius: var(--cl-radius-small);
	background: #16201b;
}

.overlay-story a,
.overlay-story figure {
	display: block;
	height: 100%;
}

.overlay-story__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter var(--cl-slow);
}

.overlay-story::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 30%, rgba(6, 11, 8, 0.9) 100%);
	content: "";
	pointer-events: none;
}

.overlay-story__content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 18px;
	color: #fff;
}

.overlay-story__content h2 {
	margin: 9px 0 0;
	font-size: clamp(1.05rem, 1.55vw, 1.35rem);
	line-height: 1.22;
}

.overlay-story:hover .overlay-story__image {
	filter: saturate(1.08);
	transform: scale(1.035);
}

.overlay-story--no-media {
	background: linear-gradient(145deg, var(--cl-accent-strong), #16201b);
}

.home-banner,
.home-rail__widgets,
.footer-ad {
	overflow: hidden;
	border-radius: var(--cl-radius);
}

.home-banner .widget,
.home-rail__widgets .widget,
.footer-ad .widget,
.article-sidebar .widget {
	margin: 0;
}

.home-banner img,
.home-rail__widgets img,
.article-sidebar .widget img,
.footer-ad img {
	width: 100%;
	border-radius: var(--cl-radius);
}

.home-feature-grid {
	display: grid;
	grid-template-areas: "rail lead";
	grid-template-columns: 340px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.home-feature-grid.home-feature-grid--no-rail {
	grid-template-areas: "lead";
	grid-template-columns: minmax(0, 1fr);
}

.home-feature-grid.home-feature-grid--no-lead {
	grid-template-areas: "rail";
	grid-template-columns: minmax(0, 1fr);
}

.home-rail {
	display: grid;
	grid-area: rail;
	gap: 12px;
}

.home-lead {
	display: grid;
	grid-area: lead;
	gap: 12px;
	min-width: 0;
}

.ranked-list {
	margin: 0;
	padding: 4px 10px 9px;
	list-style: none;
	counter-reset: ranking;
}

.ranked-item {
	border-bottom: 1px solid var(--cl-border);
}

.ranked-item:last-child {
	border-bottom: 0;
}

.ranked-item > a {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 9px;
	padding: 11px 2px;
	color: var(--cl-ink);
}

.ranked-item > a:hover .ranked-item__title {
	color: var(--cl-accent);
}

.ranked-item__number {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	background: var(--cl-soft);
	border-radius: 8px;
	font-family: var(--cl-font-heading);
	font-size: 1.3rem;
	line-height: 1;
}

.ranked-item__body {
	display: block;
	min-width: 0;
}

.ranked-item__title {
	display: block;
	font-size: 0.87rem;
	font-weight: 720;
	line-height: 1.4;
	transition: color var(--cl-fast);
}

.ranked-item .story-badge {
	margin-top: 6px;
	font-size: 0.58rem;
}

.ranked-item__meta {
	display: flex;
	gap: 8px;
	justify-content: space-between;
	margin-top: 6px;
	color: var(--cl-muted);
	font-size: 0.63rem;
}

.ranked-item__meta span,
.ranked-item__meta time {
	display: inline-flex;
	gap: 4px;
	align-items: center;
}

.lead-carousel__viewport {
	position: relative;
	min-height: 528px;
	overflow: hidden;
	background: #18211d;
}

.lead-carousel__track {
	height: 100%;
}

.lead-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 420ms ease, transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
	transform: scale(1.015);
}

.lead-slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
}

.lead-slide--no-media {
	background: radial-gradient(circle at 85% 10%, color-mix(in srgb, var(--cl-accent) 75%, transparent), transparent 42%), #18211d;
}

.lead-slide[hidden] {
	display: block;
}

.lead-slide > a,
.lead-slide figure {
	display: block;
	height: 100%;
}

.lead-slide__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lead-slide::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(3, 8, 5, 0.02) 25%, rgba(4, 10, 6, 0.88) 100%);
	content: "";
	pointer-events: none;
}

.lead-slide__content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 38px 46px 52px;
	color: #fff;
}

.lead-slide__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: center;
	margin-bottom: 10px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.lead-slide__content h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2rem, 4.2vw, 3.75rem);
	letter-spacing: -0.045em;
	line-height: 1.02;
}

.lead-slide__content p {
	max-width: 670px;
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 1rem;
}

.lead-carousel__arrows {
	position: absolute;
	inset: 50% 16px auto;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	transform: translateY(-50%);
}

.lead-carousel__arrows button {
	display: grid;
	width: 42px;
	height: 42px;
	padding: 0;
	place-items: center;
	background: rgba(255, 255, 255, 0.88);
	border-radius: 50%;
	color: #142019;
	pointer-events: auto;
	transition: background var(--cl-fast), transform var(--cl-fast);
}

.lead-carousel__arrows button:hover {
	background: #fff;
	transform: scale(1.06);
}

.lead-carousel__dots {
	position: absolute;
	right: 0;
	bottom: 19px;
	left: 0;
	z-index: 4;
	display: flex;
	gap: 8px;
	justify-content: center;
}

.lead-carousel__dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	transition: background var(--cl-fast), transform var(--cl-fast);
}

.lead-carousel__dots button[aria-current="true"] {
	background: #fff;
	transform: scale(1.35);
}

.reading-now__list {
	display: grid;
	padding: 4px 12px 8px;
}

.reading-now__item {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	padding: 9px 0;
	border-bottom: 1px solid var(--cl-border);
}

.reading-now__item--no-thumb {
	grid-template-columns: minmax(0, 1fr) auto;
}

.reading-now__item--no-score {
	grid-template-columns: 42px minmax(0, 1fr);
}

.reading-now__item--no-thumb.reading-now__item--no-score {
	grid-template-columns: minmax(0, 1fr);
}

.reading-now__item:last-child {
	border-bottom: 0;
}

.reading-now__thumb {
	width: 42px;
	height: 42px;
	overflow: hidden;
	border-radius: 11px;
}

.reading-now__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reading-now__body {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.reading-now__body strong {
	overflow: hidden;
	font-size: 0.83rem;
	font-weight: 720;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.reading-now__body span {
	color: var(--cl-muted);
	font-size: 0.64rem;
}

.reading-now__score {
	display: grid;
	min-width: 46px;
	height: 38px;
	padding-inline: 8px;
	place-items: center;
	background: var(--cl-soft);
	border-radius: 8px;
	font-family: var(--cl-font-heading);
	font-size: 1.12rem;
}

.video-news {
	padding: 0 10px 12px;
	background: color-mix(in srgb, var(--cl-accent) 64%, var(--cl-surface));
	border: 1px solid color-mix(in srgb, var(--cl-accent) 72%, var(--cl-border));
	border-radius: var(--cl-radius);
}

.video-news .section-heading {
	margin-inline: -10px;
	border-bottom-color: rgba(255, 255, 255, 0.22);
	color: #fff;
}

.video-news .section-heading .cl-icon {
	color: #fff;
}

.video-news__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	padding-top: 10px;
}

.video-card {
	overflow: hidden;
	background: #0d1611;
	border-radius: 10px;
	color: #fff;
}

.video-card__media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.video-card__media--no-image {
	background: linear-gradient(145deg, color-mix(in srgb, var(--cl-accent) 75%, #0d1611), #0d1611);
}

.video-card--no-media h3 {
	padding-top: 18px;
}

.video-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.88;
	transition: opacity var(--cl-fast), transform var(--cl-slow);
}

.video-card:hover .video-card__media img {
	opacity: 1;
	transform: scale(1.025);
}

.video-card__play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	width: 54px;
	height: 54px;
	padding: 0;
	place-items: center;
	background: #ee2d3b;
	border-radius: 16px;
	color: #fff;
	box-shadow: 0 9px 25px rgba(0, 0, 0, 0.3);
	transform: translate(-50%, -50%);
}

.video-card__play .cl-icon {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.video-card__media iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.video-card h3 {
	margin: 0;
	padding: 12px 14px 14px;
	font-size: 0.9rem;
	line-height: 1.35;
}

.latest-news {
	padding-bottom: 16px;
}

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

.story-card {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--cl-border);
}

.story-card--no-media {
	grid-template-rows: minmax(0, 1fr);
}

.story-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: 9px;
	background: var(--cl-soft);
}

.story-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1), filter var(--cl-slow);
}

.story-card:hover .story-card__media img {
	filter: saturate(1.05);
	transform: scale(1.035);
}

.story-card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 13px 4px 0;
}

.story-card__title {
	margin: 0;
	font-size: clamp(1.02rem, 1.55vw, 1.24rem);
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.story-card__title a:hover {
	color: var(--cl-accent);
}

.story-card__excerpt {
	display: -webkit-box;
	margin: 8px 0 13px;
	overflow: hidden;
	color: var(--cl-muted);
	font-size: 0.82rem;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.story-card .story-badge {
	margin-bottom: 8px;
}

.story-card .post-meta {
	width: 100%;
	margin-top: auto;
	padding-top: 12px;
	justify-content: space-between;
}

.story-pagination {
	display: grid;
	gap: 14px;
	justify-items: center;
	padding: 20px 12px 8px;
}

.load-more-button.is-loading {
	opacity: 0.68;
	pointer-events: none;
}

.load-more-button .cl-icon {
	transition: transform var(--cl-fast);
}

.load-more-button:hover .cl-icon {
	transform: translateX(3px);
}

.pagination-links {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
}

.pagination-links .page-numbers {
	display: grid;
	min-width: 36px;
	height: 36px;
	padding-inline: 8px;
	place-items: center;
	background: var(--cl-soft);
	border-radius: 8px;
	font-size: 0.78rem;
	font-weight: 700;
}

.pagination-links .current {
	background: var(--cl-accent);
	color: var(--cl-on-accent);
}

.js .pagination-links {
	display: none;
}

/* Archives and empty states */

.archive-page {
	padding-top: 16px;
}

.archive-header {
	display: flex;
	gap: 22px;
	align-items: center;
	margin-bottom: 12px;
	padding: 20px 24px;
	background: var(--cl-surface);
	border: 1px solid var(--cl-border);
	border-radius: var(--cl-radius);
}

.archive-header h1 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.5rem);
	letter-spacing: -0.05em;
	line-height: 1;
}

.archive-header__eyebrow {
	margin-bottom: 7px;
	color: var(--cl-accent);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.archive-header__description {
	max-width: 760px;
	margin-top: 8px;
	color: var(--cl-muted);
	font-size: 0.88rem;
}

.archive-header__description > *:last-child {
	margin-bottom: 0;
}

.archive-author__avatar img {
	border-radius: 50%;
}

.archive-grid {
	padding: 16px;
	background: var(--cl-surface);
	border: 1px solid var(--cl-border);
	border-radius: var(--cl-radius);
}

.empty-state,
.error-panel {
	display: grid;
	max-width: 720px;
	margin: 60px auto;
	padding: 48px;
	justify-items: start;
	background: var(--cl-surface);
	border: 1px solid var(--cl-border);
	border-radius: 18px;
	box-shadow: var(--cl-shadow);
}

.empty-state__mark {
	display: grid;
	width: 58px;
	height: 58px;
	margin-bottom: 24px;
	place-items: center;
	background: var(--cl-accent-soft);
	border-radius: 16px;
	color: var(--cl-accent);
}

.empty-state h2,
.error-panel h1 {
	margin-bottom: 10px;
	font-size: clamp(1.8rem, 4vw, 3.2rem);
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.empty-state p,
.error-panel > p {
	color: var(--cl-muted);
}

.error-code {
	margin-bottom: 12px;
	color: var(--cl-accent) !important;
	font-family: var(--cl-font-heading);
	font-size: clamp(4rem, 14vw, 9rem);
	font-weight: 700;
	line-height: 0.8;
}

.error-panel .search-form {
	width: 100%;
	margin-block: 16px 22px;
}

/* Single story */

.article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 12px;
	align-items: start;
}

.article-layout.article-layout--full {
	grid-template-columns: minmax(0, 1fr);
}

.article-main {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.article-hero {
	overflow: hidden;
	background: var(--cl-soft);
	border-radius: var(--cl-radius);
}

.article-hero__image {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.article-hero figcaption {
	padding: 9px 12px;
	color: var(--cl-muted);
	font-size: 0.72rem;
}

.article-header {
	padding: 22px 28px 26px;
}

.article-header__tools {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.article-header__tools--end {
	justify-content: flex-end;
}

.font-controls {
	display: flex;
	gap: 7px;
}

.font-controls button {
	display: grid;
	min-width: 44px;
	height: 38px;
	padding-inline: 8px;
	place-items: center;
	background: var(--cl-soft);
	border: 1px solid var(--cl-border);
	border-radius: 7px;
	font-weight: 850;
}

.font-controls button:first-child {
	color: var(--cl-danger);
	font-size: 1.25rem;
}

.article-header h1 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(2rem, 4.5vw, 4.35rem);
	letter-spacing: -0.055em;
	line-height: 1.02;
}

.article-deck {
	max-width: 820px;
	margin: 14px 0 0;
	color: var(--cl-accent-strong);
	font-family: var(--cl-font-body);
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	font-style: italic;
	line-height: 1.42;
}

.article-byline {
	display: flex;
	gap: 20px;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid var(--cl-border);
}

.article-author {
	display: flex;
	gap: 11px;
	align-items: center;
}

.article-author img {
	width: 52px;
	height: 52px;
	border-radius: 13px;
}

.article-author span {
	display: grid;
}

.article-author strong {
	font-size: 0.9rem;
}

.article-author small {
	color: var(--cl-muted);
}

.article-content {
	padding: clamp(24px, 5vw, 58px);
	font-size: calc(var(--cl-article-size) * var(--cl-article-scale));
	line-height: var(--cl-article-leading);
}

.article-content > * {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.article-content > .alignwide {
	max-width: 980px;
}

.article-content > .alignfull {
	width: calc(100% + 2 * clamp(24px, 5vw, 58px));
	max-width: none;
	margin-left: calc(-1 * clamp(24px, 5vw, 58px));
}

.article-content > p:first-child {
	font-weight: 650;
}

.article-content a {
	color: var(--cl-accent-strong);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.article-content blockquote {
	padding: 20px 24px;
	border-left: 4px solid var(--cl-accent);
	background: var(--cl-accent-soft);
	font-family: var(--cl-font-body);
	font-size: 1.14em;
}

.article-content img {
	border-radius: 8px;
}

.article-content figcaption {
	color: var(--cl-muted);
	font-size: 0.72rem;
	text-align: center;
}

.article-content table {
	width: 100%;
	border-collapse: collapse;
}

.article-content th,
.article-content td {
	padding: 10px;
	border: 1px solid var(--cl-border);
	text-align: left;
}

.article-footer {
	display: grid;
	gap: 20px;
	padding: 20px 24px;
}

.article-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.article-tags > span,
.article-tags a {
	display: inline-flex;
	gap: 5px;
	align-items: center;
}

.article-tags > span {
	margin-right: 4px;
	color: var(--cl-muted);
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
}

.article-tags a {
	padding: 7px 10px;
	background: var(--cl-soft);
	border-radius: 6px;
	font-size: 0.75rem;
	font-weight: 700;
}

.share-tools {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	padding-top: 18px;
	border-top: 1px solid var(--cl-border);
}

.share-tools__label {
	margin-right: 5px;
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.share-tools a,
.share-tools button {
	display: grid;
	width: 38px;
	height: 38px;
	padding: 0;
	place-items: center;
	background: var(--cl-soft);
	border: 1px solid var(--cl-border);
	border-radius: 50%;
}

.share-feedback {
	color: var(--cl-accent);
	font-size: 0.75rem;
	font-weight: 700;
}

.article-sidebar {
	position: sticky;
	top: calc(var(--cl-header-height) + 12px);
	display: grid;
	gap: 12px;
}

.related-stories {
	padding-bottom: 6px;
}

.related-stories .news-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.comments-area {
	padding: 24px;
}

.comments-title {
	font-size: 1.3rem;
}

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

.comment {
	padding-block: 18px;
	border-bottom: 1px solid var(--cl-border);
}

.comment .children {
	margin-left: 30px;
	list-style: none;
}

.comment-meta {
	font-size: 0.78rem;
}

.comment-content {
	margin-top: 8px;
}

.comment-form {
	display: grid;
	gap: 10px;
}

.comment-form input:not([type="checkbox"]),
.comment-form textarea {
	width: 100%;
	padding: 11px 12px;
	background: var(--cl-soft);
	border: 1px solid var(--cl-border);
	border-radius: 8px;
}

.comment-form .submit {
	padding: 11px 20px;
	background: var(--cl-accent);
	border-radius: 999px;
	color: var(--cl-on-accent);
	font-weight: 800;
}

/* Widgets and footer */

.currentlume-widget {
	background: var(--cl-surface);
	border: 1px solid var(--cl-border);
	border-radius: var(--cl-radius);
}

.currentlume-widget > :not(.widget-title) {
	margin: 12px;
}

.widget-title {
	margin: 0;
	padding: 10px 12px;
	border-bottom: 1px solid var(--cl-border);
	font-size: 0.92rem;
}

.footer-ad {
	margin-block: 0 12px;
}

.site-footer {
	padding-block: 14px;
	background: color-mix(in srgb, var(--cl-accent) 76%, #173525);
	color: #fff;
}

.site-footer__inner {
	display: grid;
	gap: 10px;
}

.site-footer__top,
.site-footer__details {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	padding: 14px 18px;
	background: rgba(7, 50, 30, 0.26);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
}

.site-footer .site-wordmark,
.site-footer .site-wordmark:hover {
	color: #fff;
}

.site-footer__brand {
	display: flex;
	gap: 14px;
	align-items: center;
}

.site-footer__brand p {
	margin: 0;
	font-size: 0.75rem;
}

.site-footer .social-links a {
	background: rgba(255, 255, 255, 0.92);
	border-color: transparent;
	color: #13241b;
}

.site-footer__details {
	align-items: flex-start;
}

.site-footer__about {
	max-width: 760px;
}

.site-footer__about p {
	margin-bottom: 14px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.83rem;
}

.footer-menu a {
	color: #fff;
	font-size: 0.8rem;
}

.site-footer__contact {
	display: grid;
	gap: 8px;
	min-width: 270px;
	font-size: 0.78rem;
	font-style: normal;
}

.site-footer__contact a,
.site-footer__contact span {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	color: #fff;
}

.back-to-top {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 900;
	display: grid;
	width: 46px;
	height: 46px;
	padding: 0;
	place-items: center;
	background: var(--cl-accent);
	border-radius: 50%;
	color: var(--cl-on-accent);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
	transition: opacity var(--cl-fast), transform var(--cl-fast);
}

.back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

/* Standard WordPress theme components */

.site-header__inner {
	height: 68px;
}

.primary-navigation {
	height: 44px;
	background: var(--cl-surface);
	border-top: 1px solid var(--cl-border);
}

.primary-navigation__inner {
	height: 100%;
}

.primary-menu,
.primary-menu .sub-menu,
.menu-panel__primary-list,
.menu-panel__primary-list .sub-menu,
.no-js-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.primary-menu > li {
	position: relative;
	display: flex;
	align-items: stretch;
}

.primary-menu a {
	display: flex;
	gap: 6px;
	align-items: center;
	padding: 0 14px;
	border-radius: 7px;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.primary-menu > li > a:hover,
.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a,
.primary-menu > li:focus-within > a {
	background: var(--cl-accent-soft);
	color: var(--cl-accent-strong);
}

.primary-menu .menu-item-has-children > a::after {
	width: 6px;
	height: 6px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	content: "";
	transform: rotate(45deg) translateY(-2px);
}

.primary-menu .sub-menu {
	position: absolute;
	z-index: 30;
	top: calc(100% - 2px);
	left: 0;
	width: 230px;
	padding: 8px;
	background: var(--cl-surface-raised);
	border: 1px solid var(--cl-border);
	border-radius: 10px;
	box-shadow: var(--cl-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity var(--cl-fast), transform var(--cl-fast), visibility var(--cl-fast);
}

.primary-menu .sub-menu .sub-menu {
	top: -9px;
	left: calc(100% + 5px);
}

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

.primary-menu .sub-menu li {
	position: relative;
}

.primary-menu .sub-menu a {
	min-height: 40px;
	padding: 9px 11px;
	text-transform: none;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu a:focus-visible {
	background: var(--cl-soft);
}

.menu-panel__primary-list {
	display: grid;
	gap: 4px;
}

.menu-panel__primary-list a {
	display: block;
	padding: 10px 12px;
	background: var(--cl-soft);
	border-radius: 7px;
	font-size: 0.88rem;
	font-weight: 760;
}

.menu-panel__primary-list a:hover {
	background: var(--cl-accent-soft);
}

.menu-panel__primary-list .sub-menu {
	display: grid;
	gap: 4px;
	margin: 5px 0 6px 18px;
	padding-left: 10px;
	border-left: 2px solid var(--cl-border);
}

.menu-panel__primary-list .sub-menu a {
	background: transparent;
	font-size: 0.82rem;
}

.no-js-navigation > ul,
.no-js-navigation .menu {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.no-js-navigation .search-form {
	width: min(420px, 100%);
}

.breadcrumbs {
	padding-block: 12px 2px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.breadcrumbs ol {
	display: flex;
	gap: 8px;
	align-items: center;
	min-width: max-content;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--cl-muted);
	font-size: 0.76rem;
}

.breadcrumbs--yoast > span,
.breadcrumbs--yoast .yoast-breadcrumbs {
	display: flex;
	gap: 8px;
	align-items: center;
	min-width: max-content;
	margin: 0;
	color: var(--cl-muted);
	font-size: 0.76rem;
	white-space: nowrap;
}

.breadcrumbs li {
	display: flex;
	gap: 8px;
	align-items: center;
}

.breadcrumbs li + li::before {
	color: var(--cl-border);
	content: "/";
}

.breadcrumbs a {
	display: inline-flex;
	gap: 5px;
	align-items: center;
	font-weight: 750;
}

.breadcrumbs--yoast a {
	font-weight: 750;
}

.breadcrumbs [aria-current="page"] {
	max-width: 50vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumbs--yoast .breadcrumb_last {
	display: inline-block;
	max-width: 50vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-view,
.attachment-view {
	padding-top: 12px;
}

.page-layout {
	display: grid;
	gap: 12px;
	align-items: start;
}

.page-layout.has-sidebar {
	grid-template-columns: minmax(0, 1fr) 300px;
}

.page-layout__main {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.page-content,
.attachment-content {
	overflow: hidden;
}

.singular-content {
	max-width: 960px;
	margin-inline: auto;
}

.page-featured-media {
	background: var(--cl-soft);
}

.page-featured-media__image {
	width: 100%;
	max-height: 620px;
	object-fit: cover;
}

.page-featured-media figcaption {
	padding: 9px 14px;
	color: var(--cl-muted);
	font-size: 0.75rem;
}

.page-header {
	padding: clamp(24px, 5vw, 52px) clamp(22px, 6vw, 64px) 20px;
}

.page-header h1 {
	margin: 0;
	font-size: clamp(2.2rem, 5vw, 4.7rem);
	letter-spacing: -0.055em;
	line-height: 1.02;
}

.page-deck {
	max-width: 780px;
	margin: 14px 0 0;
	color: var(--cl-accent-strong);
	font-family: var(--cl-font-body);
	font-size: 1.2rem;
	font-style: italic;
}

.page-header .post-meta {
	margin-top: 18px;
}

.page-entry {
	padding: 12px clamp(22px, 6vw, 64px) clamp(30px, 6vw, 64px);
	font-size: 1.05rem;
	line-height: 1.78;
}

.page-entry > * {
	max-width: 820px;
	margin-right: auto;
	margin-left: auto;
}

.page-entry > .alignwide {
	max-width: 1040px;
}

.page-entry > .alignfull {
	width: calc(100% + 2 * clamp(22px, 6vw, 64px));
	max-width: none;
	margin-left: calc(-1 * clamp(22px, 6vw, 64px));
}

.page-entry a,
.attachment-description a {
	color: var(--cl-accent-strong);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.page-entry-footer {
	padding: 14px clamp(22px, 6vw, 64px) 24px;
	border-top: 1px solid var(--cl-border);
	font-size: 0.78rem;
}

.edit-link a {
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.general-sidebar {
	position: sticky;
	top: calc(var(--cl-header-height) + 12px);
	display: grid;
	gap: 12px;
}

.general-sidebar .currentlume-widget {
	overflow: hidden;
}

.general-sidebar ul {
	margin: 0;
	padding-left: 20px;
}

.archive-content-layout {
	display: grid;
	gap: 12px;
	align-items: start;
}

.archive-content-layout.has-sidebar {
	grid-template-columns: minmax(0, 1fr) 300px;
}

.archive-results {
	min-width: 0;
}

.archive-search-count {
	margin: 8px 0 0;
	color: var(--cl-accent-strong);
	font-size: 0.82rem;
	font-weight: 800;
}

.archive-search-form {
	width: min(580px, 100%);
	margin-top: 16px;
}

.empty-state .search-form {
	width: 100%;
	margin: 8px 0 18px;
}

.story-pagination.has-load-error .pagination-links {
	display: flex;
}

.load-more-status:not(.screen-reader-text) {
	max-width: 620px;
	margin: 0;
	padding: 10px 14px;
	background: color-mix(in srgb, var(--cl-danger) 9%, var(--cl-surface));
	border: 1px solid color-mix(in srgb, var(--cl-danger) 30%, var(--cl-border));
	border-radius: 8px;
	color: var(--cl-danger);
	font-size: 0.82rem;
}

.article-header__labels {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.article-hero--video {
	position: relative;
}

.article-hero--video iframe {
	width: 100%;
	aspect-ratio: 16 / 10;
	border: 0;
}

.article-hero__play {
	z-index: 2;
	width: 72px;
	height: 72px;
	border-radius: 20px;
}

.author-bio {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 20px;
	align-items: start;
	padding: 24px;
}

.author-bio img {
	border-radius: 20px;
}

.author-bio__eyebrow {
	margin: 0 0 3px;
	color: var(--cl-accent);
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.author-bio h2 {
	margin-bottom: 7px;
	font-size: 1.4rem;
}

.author-bio p:not(.author-bio__eyebrow) {
	margin-bottom: 10px;
	color: var(--cl-muted);
}

.author-bio a {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	color: var(--cl-accent-strong);
	font-size: 0.8rem;
	font-weight: 800;
}

.article-post-navigation {
	padding: 20px 24px;
}

.article-post-navigation .navigation {
	margin: 0;
}

.article-post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.article-post-navigation .nav-next {
	text-align: right;
}

.article-post-navigation a {
	display: grid;
	gap: 4px;
	height: 100%;
	padding: 12px 14px;
	background: var(--cl-soft);
	border-radius: 8px;
}

.post-navigation__label {
	color: var(--cl-accent);
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.post-navigation__title {
	font-weight: 800;
	line-height: 1.3;
}

.attachment-content {
	max-width: 960px;
	margin-inline: auto;
}

.attachment-header {
	padding: clamp(24px, 5vw, 52px);
	text-align: center;
}

.attachment-header__eyebrow {
	margin-bottom: 8px;
	color: var(--cl-accent);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.attachment-header h1 {
	margin-bottom: 10px;
	font-size: clamp(2rem, 5vw, 4rem);
	letter-spacing: -0.05em;
	line-height: 1;
}

.attachment-media {
	display: grid;
	min-height: 160px;
	padding: clamp(18px, 4vw, 42px);
	place-items: center;
	background: var(--cl-soft);
}

.attachment-media img {
	max-height: 720px;
	object-fit: contain;
}

.attachment-media video,
.attachment-media audio {
	width: 100%;
}

.attachment-download {
	display: flex;
	gap: 14px;
	align-items: center;
	padding: 18px 22px;
	background: var(--cl-surface);
	border: 1px solid var(--cl-border);
	border-radius: 10px;
}

.attachment-download .cl-icon {
	width: 32px;
	height: 32px;
	color: var(--cl-accent);
}

.attachment-download span {
	display: grid;
}

.attachment-caption,
.attachment-description {
	max-width: 760px;
	margin-inline: auto;
	padding: 20px clamp(22px, 6vw, 64px) 0;
}

.attachment-caption {
	color: var(--cl-muted);
	font-family: var(--cl-font-body);
	font-style: italic;
}

.attachment-navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 24px;
}

.attachment-navigation > div:last-child {
	text-align: right;
}

.error-suggestions {
	max-width: 920px;
	margin: 0 auto 42px;
	padding-bottom: 20px;
}

.error-suggestions__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	padding: 22px 28px;
}

.error-suggestions h2 {
	font-size: 1.05rem;
}

.error-suggestions ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.error-suggestions a {
	font-weight: 750;
	text-decoration: underline;
	text-decoration-color: color-mix(in srgb, var(--cl-accent) 40%, transparent);
	text-underline-offset: 4px;
}

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

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

.footer-widget-column {
	min-width: 0;
}

.site-footer .currentlume-widget {
	height: 100%;
	background: rgba(7, 50, 30, 0.26);
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.site-footer .widget-title {
	border-color: rgba(255, 255, 255, 0.1);
}

.site-footer .currentlume-widget a {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.35);
	text-underline-offset: 3px;
}

.site-footer .currentlume-widget ul {
	margin: 12px;
	padding-left: 18px;
}

.back-to-top {
	visibility: hidden;
}

.back-to-top[hidden] {
	display: none;
}

.back-to-top.is-visible {
	visibility: visible;
}
/* Responsive composition */

@media (max-width: 1080px) {
	.site-header__socials a:nth-child(n+5) {
		display: none;
	}

	.home-feature-grid {
		grid-template-columns: 310px minmax(0, 1fr);
	}

	.lead-carousel__viewport {
		min-height: 480px;
	}

	.article-layout {
		grid-template-columns: minmax(0, 1fr) 300px;
	}
}

@media (max-width: 980px) {
	:root {
		--cl-body-size: var(--cl-body-size-tablet);
		--cl-article-size: var(--cl-article-size-tablet);
	}
}

@media (max-width: 900px) {
	.site-header__inner {
		grid-template-columns: auto 1fr auto;
	}

	.site-header__socials {
		display: none;
	}

	.home-feature-grid {
		grid-template-columns: 280px minmax(0, 1fr);
	}

	.lead-carousel__viewport {
		min-height: 450px;
	}

	.lead-slide__content {
		padding: 30px 38px 46px;
	}

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

	.video-card:last-child {
		display: none;
	}

	.article-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.article-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	:root {
		--cl-body-size: var(--cl-body-size-mobile);
		--cl-article-size: var(--cl-article-size-mobile);
		--cl-header-height: 58px;
	}

	.site-container {
		width: 100%;
	}

	.site-main {
		padding: 8px 0 28px;
	}

	.site-header__inner {
		grid-template-columns: 40px minmax(0, 1fr) auto;
		gap: 8px;
		width: calc(100% - 16px);
	}

	.menu-toggle {
		display: inline-grid;
	}

	.site-header__actions {
		gap: 5px;
	}

	.icon-button,
	.header-language {
		width: 38px;
		height: 38px;
		border-radius: 9px;
	}

	.site-wordmark {
		gap: 7px;
		font-size: 1.32rem;
	}

	.site-wordmark__mark {
		width: 30px;
		height: 30px;
		border-radius: 7px 7px 7px 2px;
	}

	.custom-logo-link {
		height: 44px;
	}

	.custom-logo {
		max-width: 150px;
		max-height: 38px;
	}

	.site-overlay__panel--menu {
		width: 100%;
		padding: 14px 16px 24px;
	}

	.site-overlay__panel--search {
		width: 100%;
		padding: 16px;
		border-radius: 0 0 12px 12px;
	}

	.search-form {
		grid-template-columns: 1fr;
	}

	.search-submit {
		height: 48px;
	}

	.newsroom-home {
		gap: 8px;
	}

	.do-not-miss,
	.reading-now,
	.video-news {
		display: none;
	}

	.home-banner,
	.home-banner img {
		border-radius: 0;
	}

	.home-feature-grid {
		display: grid;
		grid-template-areas:
			"lead"
			"rail";
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
	}

	.home-lead {
		order: 1;
	}

	.home-rail {
		order: 2;
	}

	.home-lead .surface,
	.home-rail .surface,
	.latest-news,
	.archive-grid,
	.archive-header,
	.article-main > .surface,
	.article-hero,
	.related-stories,
	.comments-area {
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}

	.lead-carousel__viewport {
		min-height: 390px;
	}

	.lead-slide__content {
		padding: 28px 20px 45px;
	}

	.lead-slide__content h2 {
		font-size: clamp(1.7rem, 9vw, 2.5rem);
		line-height: 1.05;
	}

	.lead-slide__content p {
		display: none;
	}

	.lead-carousel__arrows {
		display: none;
	}

	.ranked-list {
		padding-inline: 10px;
	}

	.ranked-item:nth-child(n+6) {
		display: none;
	}

	.ranked-item > a {
		grid-template-columns: 42px minmax(0, 1fr);
		padding-block: 12px;
	}

	.ranked-item__title {
		font-size: 0.98rem;
	}

	.news-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
		padding: 0;
	}

	.story-card {
		padding-bottom: 0;
	}

	.story-card__media {
		border-radius: 0;
	}

	.story-card__body {
		padding: 16px 16px 20px;
	}

	.story-card__title {
		font-size: 1.26rem;
	}

	.story-card__excerpt {
		font-size: 0.9rem;
	}

	.latest-news {
		padding-bottom: 10px;
	}

	.archive-page {
		padding-top: 8px;
	}

	.archive-header {
		margin-bottom: 8px;
		padding: 20px 16px;
	}

	.archive-header h1 {
		font-size: 2.35rem;
	}

	.archive-author__avatar img {
		width: 76px;
		height: 76px;
	}

	.article-layout {
		gap: 8px;
	}

	.article-hero__image {
		aspect-ratio: 16 / 10;
	}

	.article-header {
		padding: 18px 20px 22px;
	}

	.article-header h1 {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.article-byline {
		display: grid;
		align-items: start;
	}

	.article-content {
		padding: 28px 20px;
	}

	.article-content > .alignfull {
		width: calc(100% + 40px);
		margin-left: -20px;
	}

	.article-footer,
	.comments-area {
		padding-inline: 20px;
	}

	.related-stories .news-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.article-sidebar {
		display: none;
	}

	.site-footer {
		padding: 8px;
	}

	.site-footer__top,
	.site-footer__details {
		display: grid;
		gap: 18px;
		padding: 16px;
	}

	.site-footer__brand {
		flex-wrap: wrap;
	}

	.site-footer__contact {
		min-width: 0;
	}

	.site-footer__socials {
		justify-self: start;
	}

	.empty-state,
	.error-panel {
		margin: 24px 12px;
		padding: 28px 22px;
	}

	.back-to-top {
		right: 14px;
		bottom: 14px;
		width: 44px;
		height: 44px;
	}
}

@media (max-width: 390px) {
	.header-language {
		display: none;
	}

	.site-wordmark__mark {
		display: none;
	}

	.lead-carousel__viewport {
		min-height: 360px;
	}
}

@media (max-width: 1080px) {
	.primary-menu a {
		padding-inline: 10px;
		font-size: 0.72rem;
	}

	.page-layout.has-sidebar,
	.archive-content-layout.has-sidebar {
		grid-template-columns: minmax(0, 1fr) 280px;
	}
}

@media (max-width: 900px) {

	.page-layout.has-sidebar,
	.archive-content-layout.has-sidebar {
		grid-template-columns: minmax(0, 1fr);
	}

	.general-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.site-header__inner {
		height: 100%;
	}

	.primary-navigation {
		display: none;
	}

	.breadcrumbs {
		padding: 9px 16px 0;
	}

	.breadcrumbs [aria-current="page"] {
		max-width: 56vw;
	}

	.page-layout,
	.attachment-view {
		gap: 8px;
	}

	.page-content,
	.attachment-content,
	.author-bio,
	.article-post-navigation,
	.error-suggestions {
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}

	.page-header {
		padding: 28px 20px 16px;
	}

	.page-header h1 {
		font-size: clamp(2.1rem, 11vw, 3.4rem);
	}

	.page-entry {
		padding: 10px 20px 34px;
	}

	.page-entry > .alignfull {
		width: calc(100% + 40px);
		margin-left: -20px;
	}

	.page-entry-footer {
		padding-inline: 20px;
	}

	.general-sidebar {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		margin-top: 8px;
	}

	.archive-content-layout {
		display: block;
	}

	.author-bio {
		grid-template-columns: 70px minmax(0, 1fr);
		gap: 14px;
		padding: 20px;
	}

	.author-bio img {
		width: 70px;
		height: 70px;
		border-radius: 14px;
	}

	.article-post-navigation {
		padding: 16px;
	}

	.article-post-navigation .nav-links {
		grid-template-columns: minmax(0, 1fr);
	}

	.article-post-navigation .nav-next {
		text-align: left;
	}

	.attachment-header,
	.attachment-media {
		padding: 24px 20px;
	}

	.attachment-navigation,
	.error-suggestions__grid,
	.footer-widgets {
		grid-template-columns: minmax(0, 1fr);
	}

	.error-suggestions {
		margin-bottom: 8px;
	}

	.error-suggestions__grid {
		gap: 20px;
		padding: 20px;
	}
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.site-header,
	.primary-navigation,
	.breadcrumbs,
	.site-footer,
	.article-sidebar,
	.article-footer,
	.author-bio,
	.article-post-navigation,
	.related-stories,
	.comments-area,
	.back-to-top,
	.footer-ad {
		display: none !important;
	}

	body {
		background: #fff;
		color: #000;
	}

	.site-container,
	.article-layout {
		display: block;
		width: 100%;
		max-width: none;
	}

	.article-main > * {
		border: 0;
		box-shadow: none;
	}
}

/* Education Core integration */
.education-kicker {
	margin: 0 0 6px;
	color: var(--cl-accent);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.education-home-hub {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	gap: 26px 52px;
	margin: 22px 0 26px;
	padding: 34px;
	overflow: hidden;
	background: var(--cl-accent-strong);
	color: var(--cl-on-accent);
	animation: cl-education-rise 440ms var(--cl-slow) both;
}

.education-home-hub .education-kicker { color: color-mix(in srgb, var(--cl-on-accent) 72%, transparent); }
.education-home-hub__intro h2 {
	max-width: 620px;
	margin: 0;
	font-family: var(--cl-font-heading);
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 0.98;
	letter-spacing: -0.04em;
}
.education-home-hub__intro > p:last-child { max-width: 620px; margin: 16px 0 0; color: color-mix(in srgb, var(--cl-on-accent) 78%, transparent); }

.education-home-search {
	align-self: center;
	display: flex;
	padding: 7px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(4, 22, 14, 0.22);
	color: #18211d;
}
.education-home-search input { min-width: 0; flex: 1; padding: 12px 14px; border: 0; outline: 0; background: transparent; }
.education-home-search button { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 8px; background: #18211d; color: #fff; font-weight: 800; }
.education-home-search svg { width: 18px; }

.education-home-links {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid color-mix(in srgb, var(--cl-on-accent) 18%, transparent);
	border-bottom: 1px solid color-mix(in srgb, var(--cl-on-accent) 18%, transparent);
}
.education-home-links a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 20px; color: var(--cl-on-accent); transition: background var(--cl-fast); }
.education-home-links a + a { border-left: 1px solid color-mix(in srgb, var(--cl-on-accent) 18%, transparent); }
.education-home-links a:hover,
.education-home-links a:focus-visible { background: color-mix(in srgb, var(--cl-on-accent) 10%, transparent); color: var(--cl-on-accent); }
.education-home-links strong { font-size: 1.5rem; }

.education-home-deadlines { display: grid; grid-column: 1 / -1; grid-template-columns: 190px minmax(0, 1fr); gap: 22px; }
.education-home-deadlines__label { display: flex; align-items: flex-start; gap: 9px; padding-top: 3px; font-size: 0.85rem; text-transform: uppercase; }
.education-home-deadlines__label span { color: var(--cl-on-accent); font-size: 0.7rem; }
.education-home-deadlines__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px 26px; }
.education-home-deadlines__list a { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; border-bottom: 1px solid color-mix(in srgb, var(--cl-on-accent) 13%, transparent); color: var(--cl-on-accent); font-size: 0.9rem; }
.education-home-deadlines__list span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.education-home-deadlines__list time { flex: 0 0 auto; color: var(--cl-on-accent); font-weight: 800; }

.education-home-discovery { margin: 42px 0; }
.education-home-discovery__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.education-home-column { padding: 22px; }
.education-home-column__heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.education-home-column__heading h3 { margin: 0; font-size: 1.15rem; }
.education-home-column__heading a,
.education-card__link { color: var(--cl-accent); font-size: 0.82rem; font-weight: 800; }
.education-home-profile { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 13px; align-items: center; padding: 13px 0; border-top: 1px solid var(--cl-border); }
.education-home-profile__thumb,
.education-home-profile__thumb img { width: 58px; height: 58px; border-radius: 10px; object-fit: cover; }
.education-home-profile strong,
.education-home-profile small { display: block; }
.education-home-updates { margin: 30px 0 42px; }
.education-home-updates__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.education-update-lane { padding: 22px; }
.education-update-lane h3 { margin: 0 0 8px; font-family: var(--cl-font-heading); font-size: 1.35rem; }
.education-update-lane__list article { padding: 14px 0; border-top: 1px solid var(--cl-border); }
.education-update-lane__list article > p { display: flex; justify-content: space-between; gap: 10px; margin: 0; color: var(--cl-muted); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; }
.education-update-lane__list h4 { margin: 6px 0 10px; font-size: 0.98rem; line-height: 1.28; }
.education-update-lane__date { display: flex; justify-content: space-between; gap: 10px; padding: 6px 8px; border-left: 3px solid var(--cl-accent); background: var(--cl-accent-soft); color: var(--cl-accent-strong); font-size: 0.7rem; font-weight: 800; }
.education-update-lane__date span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.education-update-lane__date time { flex: 0 0 auto; }

.education-home-profile small { margin-top: 3px; overflow: hidden; color: var(--cl-muted); font-size: 0.78rem; text-overflow: ellipsis; white-space: nowrap; }

.story-card__deadline { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; padding: 7px 9px; border-left: 3px solid var(--cl-accent); background: var(--cl-accent-soft); color: var(--cl-accent-strong); font-size: 0.72rem; font-weight: 800; }
.story-card__deadline time { flex: 0 0 auto; }
.education-deadline--today { border-color: #c87800; background: #fff3cf; color: #784800; }
.education-deadline--expired { border-color: var(--cl-muted); opacity: 0.74; }

.education-context { margin-bottom: 18px; padding: 24px; border-top: 4px solid var(--cl-accent); }
.education-context__heading,
.education-context__source { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.education-context__heading h2,
.education-link-group h3 { margin: 0; }
.education-context__heading h2 { font-size: 1.3rem; }
.education-deadline { min-width: 210px; padding: 10px 14px; border-left: 3px solid var(--cl-accent); background: var(--cl-accent-soft); text-align: right; }
.education-deadline span,
.education-deadline time { display: block; }
.education-deadline span { color: var(--cl-muted); font-size: 0.7rem; font-weight: 800; text-transform: uppercase; }
.education-deadline time { font-weight: 900; }
.education-context__groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--cl-border); }
.education-link-group h3 { margin-bottom: 9px; font-size: 0.78rem; letter-spacing: 0.05em; text-transform: uppercase; }
.education-link-list { display: flex; flex-wrap: wrap; gap: 7px; }
.education-link-list a { padding: 6px 9px; border-radius: 999px; background: var(--cl-soft); color: var(--cl-accent-strong); font-size: 0.78rem; font-weight: 800; }
.education-context__source { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--cl-border); color: var(--cl-muted); font-size: 0.82rem; }
.education-official-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 8px; background: var(--cl-accent); color: var(--cl-on-accent); font-weight: 800; }
.education-official-link:hover,
.education-official-link:focus-visible { background: var(--cl-accent-strong); color: var(--cl-on-accent); }

.education-directory,
.education-profile { padding-block: 30px 70px; }
.education-directory__header { max-width: 800px; margin-bottom: 24px; }
.education-directory__header h1,
.education-profile__hero h1 { margin: 0; font-family: var(--cl-font-heading); font-size: clamp(2.5rem, 6vw, 5rem); line-height: 0.98; letter-spacing: -0.04em; }
.education-directory__header > p:last-child { max-width: 650px; color: var(--cl-muted); }
.education-filters { display: grid; grid-template-columns: minmax(220px, 1.3fr) repeat(3, minmax(140px, 0.75fr)) auto; gap: 14px; align-items: end; margin-bottom: 24px; padding: 18px; }
.education-filters label,
.education-filters__search { display: grid; gap: 6px; color: var(--cl-muted); font-size: 0.75rem; font-weight: 800; }
.education-filters input,
.education-filters select { width: 100%; min-height: 44px; padding: 9px 11px; border: 1px solid var(--cl-border); border-radius: 7px; background: var(--cl-surface-raised); color: var(--cl-ink); }
.education-filters__actions { display: flex; align-items: center; gap: 10px; min-height: 44px; }
.education-filters__actions button { height: 44px; padding: 0 15px; border-radius: 7px; background: var(--cl-accent); color: var(--cl-on-accent); font-weight: 800; }
.education-filters__actions a { color: var(--cl-muted); font-size: 0.78rem; font-weight: 800; }

.education-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.education-card { overflow: hidden; transition: transform var(--cl-fast), box-shadow var(--cl-fast); }
.education-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(39, 32, 28, 0.11); }
.education-card__media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--cl-soft); }
.education-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--cl-slow); }
.education-card:hover .education-card__media img { transform: scale(1.025); }
.education-card__body { padding: 20px; }
.education-card__meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--cl-muted); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; }
.education-type { color: var(--cl-accent); }
.education-card h2 { margin: 9px 0; font-family: var(--cl-font-heading); font-size: 1.45rem; line-height: 1.12; }
.education-card__body > p { color: var(--cl-muted); font-size: 0.88rem; }
.education-card dl,
.education-profile__facts dl { margin: 15px 0; }
.education-card dl > div,
.education-profile__facts dl > div { display: flex; justify-content: space-between; gap: 15px; padding: 8px 0; border-top: 1px solid var(--cl-border); }
.education-card dt,
.education-profile__facts dt { color: var(--cl-muted); font-size: 0.76rem; }
.education-card dd,
.education-profile__facts dd { margin: 0; font-size: 0.82rem; font-weight: 800; text-align: right; }

.education-profile__hero { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 32px; }
.education-profile__identity { display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 24px; align-items: center; }
.education-profile__mark,
.education-profile__mark img { width: 116px; height: 116px; border-radius: 18px; object-fit: cover; }
.education-profile__mark { overflow: hidden; background: var(--cl-soft); }
.education-profile__deck { max-width: 720px; margin: 12px 0; color: var(--cl-muted); font-size: 1.04rem; }
.education-profile__layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 22px; margin-top: 22px; }
.education-profile__main { display: grid; gap: 22px; }
.education-profile__content,
.education-profile__relations,
.education-profile__updates,
.education-profile__facts { padding: 26px; }
.education-profile__facts { position: sticky; top: calc(var(--cl-header-height) + 22px); align-self: start; }
.education-profile__facts h2 { margin-top: 0; }
.education-profile__facts > p { color: var(--cl-muted); font-size: 0.76rem; }
.education-profile__relation-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px 22px; margin-top: 12px; }
.education-profile__relation-list a { padding: 13px 0; border-top: 1px solid var(--cl-border); }
.education-profile__relation-list strong,
.education-profile__relation-list span { display: block; }
.education-profile__relation-list span { margin-top: 3px; overflow: hidden; color: var(--cl-muted); font-size: 0.8rem; text-overflow: ellipsis; white-space: nowrap; }
.education-profile__news-list { display: grid; gap: 1px; margin-top: 12px; background: var(--cl-border); }
.education-profile__news-item { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 18px; padding: 16px 0; background: var(--cl-surface); }
.education-profile__news-media,
.education-profile__news-media img { width: 150px; aspect-ratio: 16 / 10; border-radius: 10px; object-fit: cover; }
.education-profile__news-item h3 { margin: 5px 0; font-size: 1.02rem; line-height: 1.25; }
.education-profile__news-item > div > p:last-child { margin: 6px 0 0; color: var(--cl-muted); font-size: 0.8rem; }
.education-profile__news-meta { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin: 0; color: var(--cl-muted); font-size: 0.72rem; }
.education-profile__news-meta .education-deadline { width: auto; min-width: 0; padding: 3px 7px; border-left-width: 2px; text-align: left; }

.education-empty { padding: 38px; text-align: center; }

@keyframes cl-education-rise {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
	.education-home-hub,
	.education-profile__layout { grid-template-columns: minmax(0, 1fr); }
	.education-home-discovery__grid,
	.education-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.education-home-column:last-child { grid-column: 1 / -1; }
	.education-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.education-profile__facts { position: static; }
}

@media (max-width: 720px) {
	.education-home-hub { margin-inline: -16px; padding: 26px 20px; border-radius: 0; }
	.education-home-links,
	.education-home-deadlines,
	.education-home-deadlines__list,
	.education-home-discovery__grid,
	.education-grid,
	.education-context__groups,
	.education-profile__layout,
	.education-profile__relation-list { grid-template-columns: minmax(0, 1fr); }
	.education-home-updates__grid { grid-template-columns: minmax(0, 1fr); }
	.education-profile__news-item { grid-template-columns: 96px minmax(0, 1fr); gap: 12px; }
	.education-profile__news-media,
	.education-profile__news-media img { width: 96px; }
	.education-home-links a + a { border-top: 1px solid color-mix(in srgb, var(--cl-on-accent) 18%, transparent); border-left: 0; }
	.education-home-deadlines { gap: 8px; }
	.education-home-column:last-child { grid-column: auto; }
	.education-context__heading,
	.education-context__source,
	.education-profile__hero { align-items: flex-start; flex-direction: column; }
	.education-deadline { width: 100%; text-align: left; }
	.education-filters { grid-template-columns: minmax(0, 1fr); }
	.education-profile__identity { grid-template-columns: 76px minmax(0, 1fr); }
	.education-profile__mark,
	.education-profile__mark img { width: 76px; height: 76px; border-radius: 13px; }
}

@media (max-width: 480px) {
	.education-home-search button span { display: none; }
	.education-home-hub__intro h2,
	.education-directory__header h1,
	.education-profile__hero h1 { font-size: 2.3rem; }
	.education-profile__hero,
	.education-profile__content,
	.education-profile__relations,
	.education-profile__updates,
	.education-profile__facts,
	.education-context { padding: 20px; }
}
