/* ==========================================================================
   EU NEWSROOM — main stylesheet
   Design language: navy + royal blue + gold, serif display headlines
   (Playfair Display), Inter UI, inspired by scientologynews.org.
   ========================================================================== */

:root {
	--navy: #141f4b;
	--navy-2: #1d2c66;
	--navy-3: #0f1738;
	--blue: #2456d8;
	--blue-2: #4a7dff;
	--gold: #f2a91e;
	--gold-2: #ffc84d;
	--ink: #1c2333;
	--muted: #5b6478;
	--line: #e4e8f2;
	--bg: #f4f6fb;
	--card: #ffffff;
	--shadow-sm: 0 1px 2px rgba(20, 31, 75, .06), 0 2px 8px rgba(20, 31, 75, .06);
	--shadow-md: 0 6px 18px rgba(20, 31, 75, .10), 0 2px 6px rgba(20, 31, 75, .06);
	--shadow-lg: 0 18px 40px rgba(20, 31, 75, .16);
	--radius: 14px;
	--radius-sm: 9px;
	--font-display: "Playfair Display", "Georgia", "Times New Roman", serif;
	--font-ui: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--nav-h: 56px;
}

body.no-webfonts {
	--font-display: Georgia, "Times New Roman", serif;
	--font-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--font-ui);
	font-size: 16px;
	line-height: 1.6;
	color: var(--ink);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--navy); }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.22; margin: 0 0 .5em; color: var(--navy); }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid rgba(36, 86, 216, .45); outline-offset: 2px; border-radius: 4px; }

.container { width: min(1240px, 100% - 40px); margin-inline: auto; }
.container-wide { width: min(1360px, 100% - 24px); margin-inline: auto; }

.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px;
	clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
	overflow: hidden; white-space: nowrap;
}
.skip-link:focus {
	position: fixed; top: 10px; left: 10px; z-index: 100000;
	width: auto; height: auto; clip: auto; clip-path: none;
	background: var(--navy); color: #fff; padding: 10px 18px; border-radius: 8px;
}

/* ---------- Buttons ---------- */
.btn-read {
	display: inline-flex; align-items: center; gap: 8px;
	background: linear-gradient(135deg, var(--blue), var(--navy-2));
	color: #fff !important; font-weight: 600; font-size: .86rem;
	padding: 10px 18px; border-radius: 999px; border: 0;
	transition: transform .18s ease, box-shadow .18s ease;
}
.btn-read svg { transition: transform .18s ease; }
.btn-read:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-read:hover svg { transform: translateX(3px); }
.btn-gold {
	display: inline-flex; align-items: center; gap: 9px;
	background: linear-gradient(135deg, var(--gold-2), var(--gold));
	color: var(--navy-3) !important; font-weight: 700; font-size: .92rem;
	padding: 13px 26px; border-radius: 999px;
	box-shadow: 0 8px 22px rgba(242, 169, 30, .35);
	transition: transform .18s ease, box-shadow .18s ease;
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(242, 169, 30, .45); }
.btn-gold.small { padding: 9px 18px; font-size: .84rem; }
.btn-outline {
	display: inline-block; margin-top: 14px; padding: 9px 18px;
	border: 1.5px solid var(--line); border-radius: 999px;
	font-weight: 600; font-size: .85rem; color: var(--navy);
	transition: border-color .18s ease, background .18s ease;
}
.btn-outline:hover { border-color: var(--blue); background: rgba(36, 86, 216, .06); }

/* ==========================================================================
   TOP BAR (scientologynews.org utility bar)
   ========================================================================== */
.topbar {
	background: linear-gradient(90deg, var(--navy-3), var(--navy) 55%, var(--navy-2));
	color: rgba(255, 255, 255, .82);
	font-size: .78rem;
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 38px; }
.topbar-left { display: flex; align-items: center; gap: 12px; min-width: 0; }
.topbar-date { color: var(--gold-2); font-weight: 600; white-space: nowrap; }
.topbar-tagline { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; opacity: .75; }
.topbar-right { display: flex; align-items: center; gap: 10px; }
.topbar-menu { display: flex; gap: 4px; }
.topbar-menu a {
	color: rgba(255, 255, 255, .78); padding: 4px 9px; border-radius: 6px;
	font-weight: 500; letter-spacing: .01em;
}
.topbar-menu a:hover { color: #fff; background: rgba(255, 255, 255, .1); }
.topbar-rss { display: inline-flex; color: var(--gold-2); padding: 4px; }
.topbar-rss:hover { color: #fff; }

/* ==========================================================================
   HEADER — logo + banner
   ========================================================================== */
.site-header { background: #fff; border-bottom: 1px solid var(--line); }
.header-inner {
	display: flex; align-items: center; justify-content: space-between;
	gap: 26px; padding: 14px 0;
}
.site-branding img.site-logo, .site-branding .custom-logo {
	width: min(var(--logo-w, 340px), 62vw); height: auto;
	transition: width .2s ease;
}
.header-banner { flex-shrink: 0; }
.header-banner img {
	max-width: 520px; width: 34vw; min-width: 250px;
	border-radius: 10px; box-shadow: var(--shadow-sm);
	transition: transform .2s ease, box-shadow .2s ease;
}
.header-banner a:hover img { transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* ==========================================================================
   NAVIGATION — sticky navy bar, dropdowns
   ========================================================================== */
.main-nav {
	position: sticky; top: 0; z-index: 900;
	background: linear-gradient(90deg, var(--navy-3), var(--navy) 45%, var(--navy-2));
	box-shadow: 0 6px 18px rgba(15, 23, 56, .35);
}
.admin-bar .main-nav { top: 32px; }
.nav-inner { display: flex; align-items: center; min-height: var(--nav-h); }
.nav-home {
	display: inline-flex; align-items: center; justify-content: center;
	align-self: stretch; padding: 0 18px;
	background: var(--blue); color: #fff;
	transition: background .18s ease;
}
.nav-home:hover { background: var(--blue-2); color: #fff; }

.primary-menu { display: flex; align-items: stretch; flex: 1; }
.primary-menu > li { position: relative; display: flex; }
.primary-menu a {
	display: flex; align-items: center; gap: 6px;
	padding: 0 20px; color: rgba(255, 255, 255, .88);
	font-weight: 600; font-size: .92rem; letter-spacing: .01em;
	position: relative; min-height: var(--nav-h);
}
.primary-menu > li > a::after {
	content: ""; position: absolute; left: 20px; right: 20px; bottom: 0;
	height: 3px; background: var(--gold);
	transform: scaleX(0); transform-origin: left; transition: transform .22s ease;
}
.primary-menu > li > a:hover, .primary-menu > li.current-menu-item > a, .primary-menu > li.current-menu-ancestor > a { color: #fff; }
.primary-menu > li > a:hover::after,
.primary-menu > li.current-menu-item > a::after,
.primary-menu > li.current-menu-ancestor > a::after { transform: scaleX(1); }
.primary-menu .menu-item-has-children > a::before {
	content: ""; margin-left: auto; order: 2;
	border: 5px solid transparent; border-top-color: rgba(255, 255, 255, .55);
	transform: translateY(3px);
}

/* Dropdown */
.primary-menu .sub-menu {
	position: absolute; top: 100%; left: 0; z-index: 50;
	min-width: 270px; padding: 10px;
	background: #fff; border-radius: 0 0 var(--radius) var(--radius);
	box-shadow: var(--shadow-lg); border-top: 3px solid var(--gold);
	opacity: 0; visibility: hidden; transform: translateY(10px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu {
	opacity: 1; visibility: visible; transform: translateY(0);
}
.primary-menu .sub-menu a {
	color: var(--ink); font-weight: 500; font-size: .9rem;
	padding: 10px 14px; min-height: 0; border-radius: 8px;
}
.primary-menu .sub-menu a:hover { background: rgba(36, 86, 216, .08); color: var(--blue); }
.primary-menu .sub-menu .sub-menu { top: -10px; left: 100%; border-radius: var(--radius); border-top: 0; }

.search-toggle {
	margin-left: auto; align-self: stretch; padding: 0 20px;
	background: transparent; border: 0; border-left: 1px solid rgba(255, 255, 255, .14);
	color: #fff; display: inline-flex; align-items: center;
	transition: background .18s ease;
}
.search-toggle:hover { background: rgba(255, 255, 255, .1); }
.nav-toggle { display: none; }

.nav-search { background: var(--navy-3); padding: 18px 0; }
.nav-search[hidden] { display: none; }
.search-form { display: flex; gap: 10px; max-width: 640px; margin-inline: auto; }
.search-field {
	flex: 1; padding: 13px 18px; border-radius: 999px; border: 1.5px solid var(--line);
	font: inherit; background: #fff;
}
.search-submit {
	display: inline-flex; align-items: center; justify-content: center;
	width: 48px; height: 48px; border-radius: 50%; border: 0;
	background: var(--gold); color: var(--navy-3);
	transition: transform .18s ease;
}
.search-submit:hover { transform: scale(1.06); }

/* ==========================================================================
   BREAKING NEWS TICKER
   ========================================================================== */
.ticker { background: #fff; border-bottom: 1px solid var(--line); }
.ticker-inner { display: flex; align-items: center; gap: 18px; min-height: 46px; }
.ticker-label {
	display: inline-flex; align-items: center; gap: 7px;
	background: linear-gradient(135deg, var(--blue), var(--navy-2));
	color: #fff; font-weight: 700; font-size: .76rem; text-transform: uppercase;
	letter-spacing: .08em; padding: 7px 14px; border-radius: 999px;
	white-space: nowrap; position: relative;
}
.ticker-label::after {
	content: ""; position: absolute; inset: -3px; border-radius: 999px;
	border: 2px solid rgba(36, 86, 216, .5);
	animation: pulse 2.2s ease-out infinite;
}
@keyframes pulse {
	0% { transform: scale(1); opacity: .8; }
	70% { transform: scale(1.12); opacity: 0; }
	100% { opacity: 0; }
}
.ticker-viewport { overflow: hidden; flex: 1; mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); }
.ticker-track { display: flex; gap: 46px; width: max-content; animation: ticker 40s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-track li { white-space: nowrap; font-weight: 500; font-size: .92rem; color: var(--ink); display: flex; align-items: center; }
.ticker-track li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); margin-right: 12px; }
.ticker-track a { color: inherit; }
.ticker-track a:hover { color: var(--blue); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ==========================================================================
   HERO — featured carousel + 2×2 rail
   ========================================================================== */
.hero { padding: 26px 0 6px; }
.hero-grid { display: grid; grid-template-columns: 1.75fr 1fr; gap: 18px; }

.hero-slider {
	position: relative; border-radius: var(--radius); overflow: hidden;
	box-shadow: var(--shadow-md); background: var(--navy);
	aspect-ratio: 16 / 9.4; min-height: 420px; max-height: 580px;
}
.hero-slide {
	position: absolute; inset: 0; opacity: 0; visibility: hidden;
	transition: opacity .7s ease, visibility .7s;
}
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide-media, .hero-slide-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-slide-media img { object-fit: cover; transition: transform 6s ease; }
.hero-slide.is-active .hero-slide-media img { transform: scale(1.05); }
.hero-slide-overlay {
	position: absolute; inset: 0; z-index: 2;
	display: flex; flex-direction: column; justify-content: flex-end;
	padding: 30px 34px;
	background: linear-gradient(180deg, rgba(15, 23, 56, 0) 30%, rgba(15, 23, 56, .55) 62%, rgba(15, 23, 56, .92) 100%);
}
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.cat-badge {
	display: inline-block; padding: 5px 12px; border-radius: 6px;
	background: var(--badge, var(--blue)); color: #fff;
	font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em;
}
a.cat-badge:hover { filter: brightness(1.12); color: #fff; }
.featured-badge {
	display: inline-flex; align-items: center; gap: 6px;
	padding: 5px 12px; border-radius: 6px;
	background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: var(--navy-3);
	font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em;
}
.type-badge {
	display: inline-block; padding: 5px 12px; border-radius: 6px;
	background: rgba(255, 255, 255, .14); color: #fff; backdrop-filter: blur(4px);
	font-size: .7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .07em;
}
.dateline {
	display: block; color: var(--gold-2); font-size: .76rem; font-weight: 700;
	letter-spacing: .16em; text-transform: uppercase; margin-bottom: 8px;
}
.hero-title { font-size: clamp(1.5rem, 2.6vw, 2.15rem); margin: 0 0 12px; }
.hero-title a { color: #fff; }
.hero-title a:hover { color: var(--gold-2); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 18px; margin: 0; color: rgba(255, 255, 255, .85); font-size: .84rem; }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.hero-meta .meta-type { color: var(--gold-2); font-weight: 600; letter-spacing: .05em; text-transform: uppercase; font-size: .76rem; }

.hero-controls {
	position: absolute; z-index: 3; top: 18px; right: 18px;
	display: flex; align-items: center; gap: 8px;
	background: rgba(15, 23, 56, .55); backdrop-filter: blur(6px);
	padding: 6px 10px; border-radius: 999px;
}
.hero-arrow {
	display: inline-flex; align-items: center; justify-content: center;
	width: 34px; height: 34px; border-radius: 50%; border: 0;
	background: var(--blue); color: #fff; transition: background .18s ease, transform .18s ease;
}
.hero-arrow:hover { background: var(--blue-2); transform: scale(1.08); }
.hero-counter { color: rgba(255, 255, 255, .85); font-size: .82rem; font-weight: 600; min-width: 44px; text-align: center; }
.hero-counter b { color: var(--gold-2); }

/* Rail */
.hero-rail { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.rail-card {
	position: relative; border-radius: var(--radius); overflow: hidden;
	box-shadow: var(--shadow-sm); background: var(--navy); min-height: 0;
	transition: transform .22s ease, box-shadow .22s ease;
}
.rail-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.rail-media, .rail-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.rail-media img { object-fit: cover; transition: transform .5s ease; }
.rail-card:hover .rail-media img { transform: scale(1.07); }
.rail-overlay {
	position: absolute; inset: 0; z-index: 2;
	display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; gap: 8px;
	padding: 16px 18px;
	background: linear-gradient(180deg, rgba(15, 23, 56, 0) 25%, rgba(15, 23, 56, .85) 78%);
}
.rail-title, .rail-meta { align-self: stretch; }
.rail-title { font-size: 1.02rem; margin: 0; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.rail-title a { color: #fff; }
.rail-title a:hover { color: var(--gold-2); }
.rail-meta { display: flex; gap: 14px; margin: 0; color: rgba(255, 255, 255, .8); font-size: .76rem; }
.rail-meta span { display: inline-flex; align-items: center; gap: 6px; }

/* ==========================================================================
   STATS STRIP
   ========================================================================== */
.stats-strip {
	margin: 26px 0 0;
	background:
		radial-gradient(1000px 300px at 10% 0%, rgba(74, 125, 255, .25), transparent 60%),
		linear-gradient(90deg, var(--navy-3), var(--navy) 50%, var(--navy-2));
	color: #fff;
}
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 20px; padding: 34px 0; }
.stat { text-align: center; position: relative; }
.stat + .stat::before {
	content: ""; position: absolute; left: -10px; top: 12%; bottom: 12%;
	width: 1px; background: rgba(255, 255, 255, .14);
}
.stat-number {
	display: block; font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.5rem);
	font-weight: 700; color: var(--gold-2);
}
.stat-label { display: block; margin-top: 4px; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255, 255, 255, .78); }

/* ==========================================================================
   CONTENT AREA + SECTION HEADS
   ========================================================================== */
.content-with-sidebar {
	display: grid; grid-template-columns: minmax(0, 1fr) 330px;
	gap: 34px; padding: 34px 0 10px;
}
.section-head {
	display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
	margin-bottom: 22px; padding-bottom: 12px;
	border-bottom: 2px solid var(--navy); position: relative;
}
.section-head::after {
	content: ""; position: absolute; left: 0; bottom: -2px; width: 90px; height: 2px;
	background: var(--gold);
}
.section-title {
	display: inline-flex; align-items: center; gap: 9px;
	font-size: 1.45rem; margin: 0; letter-spacing: .01em;
}
.section-more {
	display: inline-flex; align-items: center; gap: 7px;
	font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em;
	color: var(--muted);
}
.section-more:hover { color: var(--blue); }

/* ==========================================================================
   NEWS GRID — cards
   ========================================================================== */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.news-card {
	display: flex; flex-direction: column;
	background: var(--card); border-radius: var(--radius); overflow: hidden;
	box-shadow: var(--shadow-sm); border: 1px solid rgba(228, 232, 242, .8);
	transition: transform .22s ease, box-shadow .22s ease;
}
.news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.card-media { position: relative; display: block; aspect-ratio: 16 / 10.5; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.news-card:hover .card-media img { transform: scale(1.07); }
.card-media .cat-badge { position: absolute; left: 14px; bottom: 14px; z-index: 2; box-shadow: 0 3px 10px rgba(15, 23, 56, .3); }
.card-body { display: flex; flex-direction: column; flex: 1; padding: 18px 20px 20px; }
.card-body .dateline { margin-bottom: 6px; font-size: .7rem; }
.card-title { font-size: 1.12rem; margin: 0 0 8px; }
.card-title a { color: var(--navy); }
.card-title a:hover { color: var(--blue); }
.card-meta { display: flex; align-items: center; gap: 9px; margin: 0 0 10px; color: var(--muted); font-size: .8rem; }
.card-meta span { display: inline-flex; align-items: center; gap: 6px; }
.card-meta .dot { color: var(--gold); }
.card-excerpt {
	color: var(--muted); font-size: .9rem; margin: 0 0 16px;
	display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.card-actions { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.card-actions .btn-read { font-size: .8rem; padding: 9px 15px; }

/* Share row + rail */
.share-row { display: flex; gap: 6px; }
.share-rail .share-row { flex-direction: column; gap: 8px; }
.share-rail .share-btn { width: 40px; height: 40px; border-radius: 12px; background: #fff; border: 1px solid var(--line); }
.share-rail .share-btn svg { width: 17px; height: 17px; }
.share-btn {
	display: inline-flex; align-items: center; justify-content: center;
	width: 30px; height: 30px; border-radius: 8px;
	background: #eef1f8; color: var(--muted);
	transition: background .16s ease, color .16s ease, transform .16s ease;
}
.share-btn:hover { transform: translateY(-2px); color: #fff; }
.share-facebook:hover { background: #1877f2; }
.share-x:hover { background: #14171a; }
.share-linkedin:hover { background: #0a66c2; }
.share-pinterest:hover { background: #e60023; }
.share-whatsapp:hover { background: #25d366; }
.share-email:hover { background: var(--navy); }

/* Pagination */
.pagination { margin: 30px 0 8px; }
.pagination ul, .pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.pagination a, .pagination span, .pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 42px; height: 42px; padding: 0 14px;
	background: #fff; border: 1px solid var(--line); border-radius: 10px;
	color: var(--ink); font-weight: 600; font-size: .9rem;
	transition: all .16s ease;
}
.pagination a:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
.pagination .current, .pagination span.current {
	background: linear-gradient(135deg, var(--gold-2), var(--gold));
	border-color: transparent; color: var(--navy-3);
}

/* ==========================================================================
   SIDEBAR WIDGETS
   ========================================================================== */
.news-sidebar { display: flex; flex-direction: column; gap: 26px; }
.widget {
	background: var(--card); border: 1px solid rgba(228, 232, 242, .8);
	border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm);
}
.widget-title {
	display: flex; align-items: center; justify-content: space-between;
	font-size: 1.12rem; margin: 0 0 16px; padding-bottom: 10px;
	border-bottom: 2px solid var(--navy); position: relative;
}
.widget-title::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 52px; height: 2px; background: var(--gold); }
.widget-rss { color: var(--gold); display: inline-flex; }
.widget-rss:hover { color: var(--blue); }

/* Latest news list */
.latest-list { display: flex; flex-direction: column; gap: 14px; }
.latest-item { display: flex; gap: 12px; align-items: flex-start; }
.latest-thumb { flex-shrink: 0; width: 92px; height: 68px; border-radius: 9px; overflow: hidden; }
.latest-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.latest-item:hover .latest-thumb img { transform: scale(1.08); }
.latest-date { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); margin-bottom: 3px; }
.latest-title {
	font-family: var(--font-display); font-weight: 600; font-size: .92rem; line-height: 1.32; color: var(--navy);
	display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.latest-title:hover { color: var(--blue); }

/* Quick facts */
.facts-list { display: flex; flex-direction: column; gap: 10px; }
.fact { border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.fact-title {
	padding: 12px 14px; font-family: var(--font-display); font-weight: 700; font-size: .98rem;
	color: var(--navy); cursor: pointer; list-style: none; position: relative; user-select: none;
}
.fact-title::after {
	content: "+"; position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
	font-family: var(--font-ui); font-size: 1.2rem; color: var(--gold); font-weight: 700;
	transition: transform .2s ease;
}
.fact[open] .fact-title::after { transform: translateY(-50%) rotate(45deg); }
.fact-title::-webkit-details-marker { display: none; }
.fact-text { padding: 0 14px 14px; margin: 0; font-size: .87rem; color: var(--muted); }

/* Contact */
.contact-list { display: flex; flex-direction: column; gap: 12px; }
.contact-list li { display: flex; gap: 11px; align-items: flex-start; font-size: .9rem; }
.contact-list svg { flex-shrink: 0; margin-top: 3px; color: var(--blue); }
.contact-list a { color: var(--blue); word-break: break-all; }
.contact-list.light { color: rgba(255, 255, 255, .85); }
.contact-list.light svg { color: var(--gold-2); }
.contact-list.light a { color: #fff; }

/* Default WP widgets */
.widget ul li { padding: 6px 0; border-bottom: 1px dashed var(--line); font-size: .92rem; }
.widget ul li:last-child { border-bottom: 0; }
.widget select, .widget input[type="text"], .widget input[type="search"], .widget input[type="email"] {
	width: 100%; padding: 10px 12px; border: 1.5px solid var(--line); border-radius: 9px; font: inherit;
}
.widget .wp-block-search__inside-wrapper { border: 1.5px solid var(--line); border-radius: 999px; }
.widget .wp-block-search__button { background: var(--blue); color: #fff; border-radius: 999px; }

/* ==========================================================================
   HUMANITARIAN TV BANNER
   ========================================================================== */
.tv-banner {
	margin: 40px 0 0; background-size: cover; background-position: center;
	position: relative;
}
.tv-overlay {
	background: linear-gradient(100deg, rgba(15, 23, 56, .95) 8%, rgba(20, 31, 75, .82) 45%, rgba(20, 31, 75, .45) 100%);
}
.tv-inner { padding: 66px 0; max-width: 1240px; }
.tv-kicker {
	display: inline-flex; align-items: center; gap: 8px;
	color: var(--gold-2); font-weight: 700; font-size: .78rem;
	letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px;
}
.tv-title { color: #fff; font-size: clamp(1.6rem, 3.2vw, 2.5rem); max-width: 640px; margin-bottom: 14px; }
.tv-text { color: rgba(255, 255, 255, .85); max-width: 560px; font-size: 1.02rem; margin-bottom: 26px; }

/* ==========================================================================
   INTERNATIONAL PRESS RELEASES
   ========================================================================== */
.intl-section { padding: 44px 0 10px; }
.intl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.intl-card {
	display: flex; gap: 18px; align-items: flex-start;
	background: var(--card); border: 1px solid rgba(228, 232, 242, .8);
	border-radius: var(--radius); padding: 20px 22px; box-shadow: var(--shadow-sm);
	transition: transform .2s ease, box-shadow .2s ease;
}
.intl-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.intl-date {
	flex-shrink: 0; width: 64px; text-align: center;
	background: linear-gradient(160deg, var(--navy), var(--navy-2));
	border-radius: var(--radius-sm); padding: 10px 6px; color: #fff;
}
.intl-day { display: block; font-family: var(--font-display); font-size: 1.45rem; font-weight: 700; color: var(--gold-2); line-height: 1; }
.intl-my { display: block; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; opacity: .85; margin-top: 4px; }
.intl-title { font-size: 1.05rem; font-style: italic; margin: 0 0 6px; line-height: 1.35; }
.intl-title a { color: var(--navy); }
.intl-title a:hover { color: var(--blue); }
.intl-desc {
	margin: 0; font-size: .86rem; color: var(--muted);
	display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}

/* ==========================================================================
   TAG CLOUD
   ========================================================================== */
.tags-section { padding: 34px 0 48px; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-pill {
	display: inline-flex; align-items: center; gap: 8px;
	background: #fff; border: 1.5px solid var(--line); border-radius: 999px;
	padding: 8px 16px; font-size: .85rem; font-weight: 500; color: var(--ink);
	transition: all .16s ease;
}
.tag-pill:hover {
	background: var(--navy); border-color: var(--navy); color: #fff;
	transform: translateY(-2px); box-shadow: var(--shadow-md);
}
.tag-count {
	font-size: .68rem; font-weight: 700; background: rgba(36, 86, 216, .1);
	color: var(--blue); border-radius: 999px; padding: 2px 8px;
}
.tag-pill:hover .tag-count { background: rgba(255, 255, 255, .18); color: var(--gold-2); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
	margin-top: 46px;
	background:
		radial-gradient(900px 320px at 85% 0%, rgba(74, 125, 255, .18), transparent 60%),
		linear-gradient(180deg, var(--navy-3), #0b1129);
	color: rgba(255, 255, 255, .82);
}
.footer-grid {
	display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
	gap: 40px; padding: 54px 0 40px;
}
.footer-logo { width: 74px; height: 74px; margin-bottom: 16px; }
.footer-desc { font-size: .9rem; line-height: 1.65; color: rgba(255, 255, 255, .72); }
.footer-widget-title {
	color: #fff; font-size: 1.06rem; margin: 0 0 18px; padding-bottom: 10px;
	border-bottom: 2px solid rgba(255, 255, 255, .12); position: relative;
}
.footer-widget-title::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 46px; height: 2px; background: var(--gold); }
.footer-menu li { margin-bottom: 4px; }
.footer-menu a {
	display: inline-block; padding: 5px 0 5px 16px; position: relative;
	color: rgba(255, 255, 255, .75); font-size: .9rem;
	transition: color .16s ease, transform .16s ease;
}
.footer-menu a::before {
	content: ""; position: absolute; left: 0; top: 13px;
	width: 7px; height: 7px; border-radius: 2px; background: var(--gold);
	transform: rotate(45deg); opacity: .8;
}
.footer-menu a:hover { color: #fff; transform: translateX(4px); }

.recognition-list { display: flex; flex-direction: column; gap: 10px; margin: 0 0 26px; }
.footer-recognition .widget, .footer-recognition .footer-widget-title + .footer-menu { margin-top: 0; }
.recognition-list li {
	display: flex; gap: 10px; align-items: flex-start;
	font-size: .82rem; color: rgba(255, 255, 255, .78);
	background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 10px; padding: 10px 12px;
}
.recognition-list svg { flex-shrink: 0; color: var(--gold-2); margin-top: 3px; }

.footer-bar { border-top: 1px solid rgba(255, 255, 255, .1); padding: 20px 0; }
.footer-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.copyright { margin: 0; font-size: .8rem; color: rgba(255, 255, 255, .6); }
.legal-menu { display: flex; flex-wrap: wrap; gap: 6px 20px; }
.legal-menu a { color: rgba(255, 255, 255, .72); font-size: .8rem; }
.legal-menu a:hover { color: var(--gold-2); }

.footer-widget ul li { border-color: rgba(255, 255, 255, .1); }
.footer-widget a { color: rgba(255, 255, 255, .8); }
.footer-widget a:hover { color: #fff; }
.footer-widget .widget-title, .footer-widget .footer-widget-title { color: #fff; }

/* Back to top */
.to-top {
	position: fixed; right: 22px; bottom: 22px; z-index: 800;
	width: 46px; height: 46px; border-radius: 50%; border: 0;
	background: linear-gradient(135deg, var(--blue), var(--navy-2)); color: #fff;
	box-shadow: var(--shadow-md);
	display: inline-flex; align-items: center; justify-content: center;
	opacity: 0; visibility: hidden; transform: translateY(12px);
	transition: all .25s ease;
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

/* ==========================================================================
   SINGLE ARTICLE
   ========================================================================== */
.single-hero {
	background: linear-gradient(180deg, var(--navy-3), var(--navy) 60%, var(--navy-2));
	color: #fff; padding: 48px 0 42px; margin-bottom: 0;
}
.single-hero .hero-badges { margin-bottom: 14px; }
.single-title { color: #fff; font-size: clamp(1.7rem, 3.4vw, 2.6rem); max-width: 900px; margin: 0 0 16px; }
.single-meta { display: flex; flex-wrap: wrap; gap: 20px; margin: 0; color: rgba(255, 255, 255, .82); font-size: .9rem; }
.single-meta span { display: inline-flex; align-items: center; gap: 8px; }
.single-meta a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.single-meta a:hover { color: var(--gold-2); }

.single-featured { margin-top: -1px; }
.single-featured img { width: 100%; max-height: 560px; object-fit: cover; border-radius: 0 0 var(--radius) var(--radius); }
.single-featured figcaption { padding: 10px 4px; font-size: .82rem; color: var(--muted); }

.single-layout {
	display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 40px;
	padding: 34px 0;
}
.single-content {
	background: #fff; border: 1px solid rgba(228, 232, 242, .8);
	border-radius: var(--radius); padding: clamp(22px, 4vw, 46px);
	box-shadow: var(--shadow-sm); font-size: 1.03rem; line-height: 1.8;
}
.single-aside .news-sidebar { position: sticky; top: calc(var(--nav-h) + 20px); }
.entry-content > p:first-of-type::first-letter {
	font-family: var(--font-display); font-size: 3.4em; font-weight: 700;
	float: left; line-height: .85; padding: 6px 12px 0 0; color: var(--navy);
}
.entry-content h2, .entry-content h3, .entry-content h4 { margin-top: 1.6em; }
.entry-content blockquote {
	margin: 1.8em 0; padding: 22px 26px;
	border-left: 4px solid var(--gold); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
	background: linear-gradient(90deg, rgba(242, 169, 30, .08), transparent);
	font-family: var(--font-display); font-size: 1.12em; font-style: italic; color: var(--navy-2);
}
.entry-content img { border-radius: var(--radius-sm); }
.entry-content a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(36, 86, 216, .4); }
.entry-content a:hover { text-decoration-color: var(--blue); }
.entry-content table { width: 100%; border-collapse: collapse; margin: 1.6em 0; font-size: .94rem; }
.entry-content th, .entry-content td { padding: 10px 14px; border: 1px solid var(--line); text-align: left; }
.entry-content th { background: var(--bg); color: var(--navy); }
.alignwide { margin-inline: calc(-1 * clamp(0px, 3vw, 40px)); }
.alignfull { margin-inline: calc(50% - 50vw); width: 100vw; max-width: 100vw; }
.alignfull img { border-radius: 0; }
.wp-caption, .wp-block-image figcaption, .gallery-caption { font-size: .82rem; color: var(--muted); }
.bypostauthor { outline: none; }
.sticky { position: relative; }

.single-footer { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 16px; }
.single-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.single-tags a {
	background: var(--bg); border-radius: 999px; padding: 6px 14px;
	font-size: .8rem; font-weight: 500; color: var(--navy);
}
.single-tags a:hover { background: var(--navy); color: #fff; }

.post-nav { margin-bottom: 10px; }
.post-nav .nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.post-nav a {
	display: flex; flex-direction: column; gap: 6px;
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
	padding: 18px 20px; transition: all .18s ease;
}
.post-nav a:hover { border-color: var(--blue); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.post-nav .nav-next a { text-align: right; }
.post-nav .nav-dir { font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); }
.post-nav .nav-title { font-family: var(--font-display); font-weight: 600; color: var(--navy); font-size: 1rem; line-height: 1.35; }

/* Comments */
.comments-wrap { padding-bottom: 40px; }
.comments-area {
	background: #fff; border: 1px solid rgba(228, 232, 242, .8);
	border-radius: var(--radius); padding: clamp(22px, 4vw, 40px); box-shadow: var(--shadow-sm);
}
.comments-title { font-size: 1.3rem; }
.comment-list { margin: 20px 0; }
.comment-list .comment { padding: 18px 0; border-bottom: 1px solid var(--line); }
.comment-list .children { margin-left: 30px; }
.comment-author { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.comment-author .avatar { border-radius: 50%; }
.comment-metadata { font-size: .78rem; color: var(--muted); margin: 4px 0 10px; }
.comment-content p { margin-bottom: .6em; }
.reply a { font-size: .8rem; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.comment-form label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: 6px; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
	width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px; font: inherit;
}
.comment-form input:focus, .comment-form textarea:focus { border-color: var(--blue); outline: none; box-shadow: 0 0 0 3px rgba(36, 86, 216, .12); }
.comment-form .submit { border: 0; margin-top: 8px; }

/* ==========================================================================
   ARCHIVE / SEARCH / 404
   ========================================================================== */
.archive-head { margin-bottom: 24px; }
.archive-kicker { color: var(--gold); font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 6px; }
.archive-title { font-size: 2rem; margin: 0 0 8px; }
.archive-title span { color: var(--blue); }
.archive-desc { color: var(--muted); max-width: 640px; }

.not-found { text-align: center; padding: 80px 0 90px; }
.nf-code {
	font-family: var(--font-display); font-size: clamp(5rem, 14vw, 9rem); font-weight: 800;
	line-height: 1; margin: 0;
	background: linear-gradient(135deg, var(--blue), var(--navy));
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.nf-title { font-size: 1.7rem; }
.nf-text { color: var(--muted); max-width: 480px; margin-inline: auto; }
.not-found .search-form { margin: 26px auto; }
.content-none { background: #fff; border-radius: var(--radius); padding: 40px; text-align: center; }
.content-none .search-form { margin-top: 20px; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1100px) {
	.hero-grid { grid-template-columns: 1fr; }
	.hero-slider { max-height: 540px; }
	.hero-rail { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
	.rail-card { min-height: 230px; }
	.content-with-sidebar, .single-layout { grid-template-columns: minmax(0, 1fr) 300px; }
	.news-grid { grid-template-columns: repeat(2, 1fr); }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}

@media (max-width: 860px) {
	.topbar-tagline { display: none; }
	.header-inner { flex-direction: column; gap: 16px; padding: 16px 0; }
	.header-banner img { width: min(520px, 100%); }
	.content-with-sidebar, .single-layout { grid-template-columns: 1fr; }
	.single-aside .news-sidebar { position: static; }
	.intl-grid { grid-template-columns: 1fr; }
	.stats-grid { grid-template-columns: repeat(2, 1fr); }
	.stat:nth-child(odd)::before { display: none; }

	/* Mobile nav */
	.nav-toggle {
		display: inline-flex; align-items: center; justify-content: center;
		align-self: stretch; padding: 0 18px; border: 0; background: transparent; color: #fff;
	}
	.nav-toggle .icon-close { display: none; }
	.nav-toggle[aria-expanded="true"] .icon-open { display: none; }
	.nav-toggle[aria-expanded="true"] .icon-close { display: inline-flex; }
	.nav-home { display: none; }
	.primary-menu {
		position: absolute; top: 100%; left: 0; right: 0;
		flex-direction: column; align-items: stretch;
		background: var(--navy-3); box-shadow: var(--shadow-lg);
		max-height: 0; overflow: hidden; transition: max-height .3s ease;
	}
	.primary-menu.is-open { max-height: 80vh; overflow-y: auto; }
	.primary-menu a { padding: 14px 22px; min-height: 0; }
	.primary-menu > li > a::after { display: none; }
	.primary-menu .sub-menu {
		position: static; opacity: 1; visibility: visible; transform: none;
		box-shadow: none; border-radius: 0; border-top: 0;
		background: rgba(255, 255, 255, .05); padding: 0;
		display: none;
	}
	.primary-menu li.open > .sub-menu { display: block; }
	.primary-menu .sub-menu a { color: rgba(255, 255, 255, .85); padding-left: 36px; }
	.primary-menu .sub-menu a:hover { background: rgba(255, 255, 255, .08); color: #fff; }
}

@media (max-width: 560px) {
	.news-grid { grid-template-columns: 1fr; }
	.hero-slider { aspect-ratio: auto; height: 430px; min-height: 0; max-height: none; }
	.hero-title { font-size: 1.18rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
	.hero-slide-overlay { padding: 20px; }
	.hero-rail { grid-template-columns: 1fr; }
	.rail-card { min-height: 190px; }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-bar-inner { flex-direction: column; align-items: flex-start; }
	.post-nav .nav-links { grid-template-columns: 1fr; }
	.ticker-label { font-size: .68rem; padding: 6px 11px; }
	.stats-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; }
	.topbar-menu { display: none; }
	.card-actions { flex-direction: column; align-items: flex-start; }
}

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

/* Print */
@media print {
	.topbar, .main-nav, .ticker, .hero-controls, .to-top, .site-footer, .share-row { display: none !important; }
	body { background: #fff; }
}

/* ==========================================================================
   WHO WE ARE — dedicated page (v1.1)
   ========================================================================== */
.hero-kicker {
	display: inline-flex; align-items: center; gap: 8px;
	color: var(--gold-2); font-weight: 700; font-size: .8rem;
	letter-spacing: .18em; text-transform: uppercase; margin: 0 0 14px;
}
.hero-kicker::before { content: ""; width: 34px; height: 2px; background: var(--gold); }

.about-hero { background-size: cover; background-position: center 35%; }
.about-hero-overlay {
	background: linear-gradient(100deg, rgba(15, 23, 56, .96) 20%, rgba(20, 31, 75, .78) 55%, rgba(20, 31, 75, .35) 100%);
}
.about-hero-inner { padding: clamp(70px, 10vw, 120px) 0; max-width: 1240px; }
.about-hero-title {
	color: #fff; font-size: clamp(1.9rem, 4.2vw, 3.1rem);
	max-width: 780px; margin: 0 0 18px;
}
.about-hero-lead { color: rgba(255, 255, 255, .88); font-size: clamp(1rem, 1.5vw, 1.16rem); max-width: 660px; line-height: 1.7; margin: 0 0 28px; }
.about-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-ghost {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 12px 24px; border-radius: 999px;
	border: 1.5px solid rgba(255, 255, 255, .45); color: #fff;
	font-weight: 600; font-size: .9rem; backdrop-filter: blur(3px);
	transition: all .18s ease;
}
.btn-ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .12); color: #fff; }
.btn-ghost.light { border-color: rgba(255, 255, 255, .5); }

.block-kicker { color: var(--gold); font-weight: 700; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 10px; }
.block-title { font-size: clamp(1.5rem, 2.6vw, 2.1rem); margin: 0 0 20px; }

.about-mission {
	display: grid; grid-template-columns: 1.15fr 1fr; gap: 44px; align-items: center;
	padding-top: 54px; padding-bottom: 54px;
}
.mission-text p { color: var(--ink); font-size: 1rem; line-height: 1.8; }
.mission-text p:first-of-type { font-size: 1.08rem; font-weight: 500; color: var(--navy-2); }
.mission-note {
	display: flex; gap: 10px; align-items: flex-start;
	background: linear-gradient(90deg, rgba(242, 169, 30, .12), transparent);
	border-left: 4px solid var(--gold); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
	padding: 14px 18px; font-style: italic; color: var(--navy-2) !important;
}
.mission-note svg { flex-shrink: 0; color: var(--gold); margin-top: 4px; }
.mission-photo { margin: 0; position: relative; }
.mission-photo img {
	width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-lg);
	transform: rotate(1.2deg); transition: transform .35s ease;
}
.mission-photo:hover img { transform: rotate(0); }
.mission-photo figcaption {
	position: absolute; left: 18px; bottom: 18px;
	display: flex; align-items: center; gap: 8px;
	background: rgba(15, 23, 56, .82); color: #fff; backdrop-filter: blur(6px);
	padding: 9px 16px; border-radius: 999px; font-size: .82rem; font-weight: 500;
}
.mission-photo figcaption svg { color: var(--gold-2); }

.about-statutes {
	background:
		radial-gradient(700px 260px at 85% 20%, rgba(242, 169, 30, .14), transparent 60%),
		linear-gradient(120deg, var(--navy-3), var(--navy) 60%, var(--navy-2));
	padding: 56px 0; margin-bottom: 0;
}
.statutes-quote { margin: 0; max-width: 900px; margin-inline: auto; text-align: center; position: relative; padding: 10px 20px 0; }
.quote-mark {
	display: block; font-family: var(--font-display); font-size: 5rem; line-height: .6;
	color: var(--gold-2); margin-bottom: 18px;
}
.statutes-quote p {
	font-family: var(--font-display); font-style: italic;
	font-size: clamp(1.05rem, 1.8vw, 1.3rem); line-height: 1.75; color: #fff;
	margin: 0 0 20px;
}
.statutes-quote cite {
	font-style: normal; font-size: .8rem; font-weight: 600;
	letter-spacing: .1em; text-transform: uppercase; color: var(--gold-2);
}
.statutes-quote cite::before { content: "— "; }

.about-recognition { padding-top: 54px; }
.cred-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cred-card {
	background: var(--card); border: 1px solid rgba(228, 232, 242, .9);
	border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-sm);
	position: relative; overflow: hidden;
	transition: transform .22s ease, box-shadow .22s ease;
}
.cred-card::before {
	content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
	background: linear-gradient(90deg, var(--gold-2), var(--gold));
}
.cred-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.cred-number {
	display: inline-block; font-family: var(--font-display); font-weight: 800;
	font-size: 1.5rem; color: var(--blue); margin-bottom: 10px;
	background: rgba(36, 86, 216, .08); padding: 6px 14px; border-radius: 10px;
}
.cred-title { font-size: 1.12rem; margin: 0 0 8px; }
.cred-text { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }

.about-team { padding: 44px 0 10px; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.team-card {
	display: flex; gap: 22px; align-items: flex-start;
	background: var(--card); border: 1px solid rgba(228, 232, 242, .9);
	border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm);
	position: relative; overflow: hidden;
	transition: transform .22s ease, box-shadow .22s ease;
}
.team-card::after {
	content: ""; position: absolute; inset: auto 0 0 0; height: 4px;
	background: linear-gradient(90deg, var(--accent, var(--blue)), transparent);
}
.team-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.team-avatar {
	flex-shrink: 0; width: 84px; height: 84px; border-radius: 24px;
	background: linear-gradient(135deg, var(--accent, var(--blue)), var(--navy));
	display: flex; align-items: center; justify-content: center;
	box-shadow: 0 10px 24px rgba(20, 31, 75, .25);
	position: relative;
}
.team-avatar::after {
	content: ""; position: absolute; inset: 4px; border-radius: 20px;
	border: 1.5px solid rgba(255, 255, 255, .35);
}
.team-avatar span {
	font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; color: #fff;
}
.team-name { margin: 0 0 4px; font-size: 1.25rem; }
.team-role {
	display: inline-block; margin-bottom: 12px;
	font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
	color: var(--accent, var(--blue));
	background: rgba(36, 86, 216, .1);
	background: color-mix(in srgb, var(--accent, var(--blue)) 10%, transparent);
	padding: 4px 12px; border-radius: 999px;
}
.team-bio { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.7; }

.about-editor-content { margin: 30px auto; }

.about-cta {
	margin-top: 50px;
	background:
		radial-gradient(800px 300px at 15% 0%, rgba(74, 125, 255, .22), transparent 60%),
		linear-gradient(90deg, var(--navy-3), var(--navy));
}
.about-cta-inner {
	display: flex; align-items: center; justify-content: space-between;
	gap: 26px; flex-wrap: wrap; padding: 40px 0;
}
.about-cta-title { color: #fff; font-size: 1.6rem; margin: 0 0 8px; }
.about-cta-text { display: flex; align-items: center; gap: 9px; color: rgba(255, 255, 255, .82); margin: 0; }
.about-cta-text svg { color: var(--gold-2); }

/* ==========================================================================
   PROGRAMME PAGES — shared template (v1.1)
   ========================================================================== */
.programme-page { --prog: var(--blue); }

.prog-hero {
	position: relative; overflow: hidden;
	background: linear-gradient(115deg, var(--navy-3) 5%, var(--navy) 55%, var(--navy-2));
	background:
		radial-gradient(900px 420px at 88% 10%, color-mix(in srgb, var(--prog) 30%, transparent), transparent 62%),
		linear-gradient(115deg, var(--navy-3) 5%, var(--navy) 55%, var(--navy-2));
	color: #fff;
}
.prog-hero-mark {
	position: absolute; right: -40px; top: 50%; transform: translateY(-50%) rotate(-8deg);
	width: min(420px, 40vw); opacity: .09; pointer-events: none;
	filter: saturate(0) brightness(3);
}
.prog-hero-grid {
	display: grid; grid-template-columns: 1.2fr .95fr; gap: 44px; align-items: center;
	padding-top: clamp(44px, 6vw, 74px); padding-bottom: clamp(44px, 6vw, 74px);
	position: relative; z-index: 1;
}
.prog-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: .8rem; margin-bottom: 20px; color: rgba(255, 255, 255, .65); }
.prog-breadcrumb a { color: rgba(255, 255, 255, .8); }
.prog-breadcrumb a:hover { color: var(--gold-2); }
.prog-breadcrumb .sep { opacity: .5; }
.prog-breadcrumb .current { color: var(--gold-2); font-weight: 600; }

.prog-brand {
	display: inline-block; margin-bottom: 12px;
	background: var(--prog); color: #fff;
	font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
	padding: 7px 16px; border-radius: 999px;
	box-shadow: 0 6px 18px rgba(15, 23, 56, .35);
	box-shadow: 0 6px 18px color-mix(in srgb, var(--prog) 55%, transparent);
}
.prog-title { color: #fff; font-size: clamp(2rem, 4vw, 3rem); margin: 0 0 10px; }
.prog-tagline {
	font-family: var(--font-display); font-style: italic;
	font-size: clamp(1.05rem, 1.9vw, 1.35rem); color: var(--gold-2);
	margin: 0 0 18px;
}
.prog-lead { color: rgba(255, 255, 255, .86); font-size: 1.03rem; line-height: 1.75; max-width: 640px; margin: 0 0 26px; }
.prog-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.prog-hero-media { margin: 0; position: relative; }
.prog-hero-media > img {
	width: 100%; aspect-ratio: 4/3; object-fit: cover;
	border-radius: var(--radius); box-shadow: var(--shadow-lg);
	border: 5px solid rgba(255, 255, 255, .12);
	transform: rotate(1.4deg); transition: transform .35s ease;
}
.prog-hero-media:hover > img { transform: rotate(0); }
.prog-icon-chip {
	position: absolute; left: -26px; bottom: -26px;
	width: 96px; height: 96px; border-radius: 26px;
	background: #fff; padding: 10px;
	box-shadow: var(--shadow-lg);
	display: flex; align-items: center; justify-content: center;
	transform: rotate(-4deg);
}
.prog-icon-chip img { max-width: 100%; max-height: 100%; }

.prog-layout {
	display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 40px;
	padding-top: 48px; padding-bottom: 10px;
}
.prog-body {
	background: #fff; border: 1px solid rgba(228, 232, 242, .8);
	border-radius: var(--radius); padding: clamp(24px, 4vw, 44px);
	box-shadow: var(--shadow-sm); font-size: 1.03rem; line-height: 1.8;
}
.prog-body > p:first-of-type::first-letter {
	font-family: var(--font-display); font-size: 3.4em; font-weight: 700;
	float: left; line-height: .85; padding: 6px 12px 0 0; color: var(--prog);
}
.prog-aside { display: flex; flex-direction: column; gap: 22px; align-self: start; position: sticky; top: calc(var(--nav-h) + 20px); }
.prog-facts-card, .prog-contact-card {
	background: var(--card); border: 1px solid rgba(228, 232, 242, .9);
	border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm);
	border-top: 4px solid var(--prog);
}
.prog-facts-title { font-size: 1.05rem; margin: 0 0 16px; }
.prog-fact { display: flex; flex-direction: column; padding: 12px 0; border-top: 1px dashed var(--line); }
.prog-fact:first-of-type { border-top: 0; padding-top: 0; }
.prog-fact-number { font-family: var(--font-display); font-size: 1.55rem; font-weight: 800; color: var(--prog); line-height: 1.1; }
.prog-fact-label { font-size: .82rem; color: var(--muted); margin-top: 3px; }
.prog-facts-cta { margin-top: 14px; width: 100%; justify-content: center; }
.prog-contact-card p { font-size: .88rem; color: var(--muted); }

.prog-related { padding-top: 30px; }

.prog-switch { padding: 34px 0 54px; }
.prog-switch-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.prog-pill {
	display: flex; flex-direction: column; align-items: center; gap: 8px;
	background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius);
	padding: 20px 14px 18px; text-align: center;
	transition: all .2s ease; position: relative; overflow: hidden;
}
.prog-pill::before {
	content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
	background: var(--pill, var(--blue));
	transform: scaleX(0); transition: transform .25s ease;
}
.prog-pill:hover {
	border-color: var(--pill, var(--blue)); transform: translateY(-4px);
	box-shadow: var(--shadow-md);
}
.prog-pill:hover::before { transform: scaleX(1); }
.prog-pill img { width: 54px; height: 54px; object-fit: contain; }
.prog-pill-name { font-family: var(--font-display); font-weight: 700; font-size: .98rem; color: var(--navy); }
.prog-pill-brand { font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--pill, var(--blue)); }

/* Programme + About responsive */
@media (max-width: 1024px) {
	.prog-switch-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
	.about-mission { grid-template-columns: 1fr; gap: 30px; }
	.cred-grid { grid-template-columns: 1fr; }
	.team-grid { grid-template-columns: 1fr; }
	.prog-hero-grid { grid-template-columns: 1fr; gap: 34px; }
	.prog-hero-media { max-width: 560px; }
	.prog-layout { grid-template-columns: 1fr; }
	.prog-aside { position: static; }
}
@media (max-width: 640px) {
	.prog-switch-grid { grid-template-columns: repeat(2, 1fr); }
	.team-card { flex-direction: column; }
	.about-hero-inner { padding: 56px 0; }
	.about-cta-inner { flex-direction: column; align-items: flex-start; }
	.prog-icon-chip { width: 76px; height: 76px; left: -8px; bottom: -20px; }
}

/* ==========================================================================
   FOOTER WIDGET HARDENING (v1.2)
   Any widget dropped into a footer column renders compactly and can
   never stretch the footer into an endless column.
   ========================================================================== */
.site-footer .footer-widget { margin-bottom: 26px; font-size: .87rem; }
.site-footer .footer-widget:last-child { margin-bottom: 0; }
.site-footer .footer-widget p { font-size: .87rem; line-height: 1.62; margin-bottom: .8em; }
.site-footer .footer-widget img {
	max-height: 148px; width: 100%; object-fit: cover;
	border-radius: 10px; margin-bottom: 6px;
}
.site-footer .footer-widget iframe,
.site-footer .footer-widget video {
	width: 100%; aspect-ratio: 16 / 9; height: auto;
	border: 0; border-radius: 10px;
}

/* Long free text (Text / Custom HTML widgets): clamp with an elegant fade */
.site-footer .textwidget { position: relative; max-height: 176px; overflow: hidden; }
.site-footer .textwidget::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 52px;
	background: linear-gradient(180deg, rgba(11, 17, 41, 0), #0b1129 88%);
	pointer-events: none;
}

/* Any list inside a footer widget: cap at 8 entries */
.site-footer .footer-widget ul li:nth-child(n+9) { display: none; }

/* RSS widget: compact headlines only — no summaries, max 3 items */
.site-footer .widget_rss .rss-widget-icon { display: none; }
.site-footer .widget_rss ul li {
	padding: 9px 0; border-bottom: 1px dashed rgba(255, 255, 255, .12);
}
.site-footer .widget_rss ul li:last-child { border-bottom: 0; }
.site-footer .widget_rss ul li:nth-child(n+4) { display: none; }
.site-footer .widget_rss .rsswidget {
	font-family: var(--font-display); font-weight: 600; font-size: .9rem;
	line-height: 1.35; color: #fff;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.site-footer .widget_rss .rsswidget:hover { color: var(--gold-2); }
.site-footer .widget_rss .rss-date {
	display: block; margin-top: 3px;
	font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
	color: var(--gold-2);
}
.site-footer .widget_rss .rssSummary, .site-footer .widget_rss cite { display: none; }

/* Tag cloud (classic widget or block): uniform mini pills, capped at 14 */
.site-footer .tagcloud, .site-footer .wp-block-tag-cloud {
	display: flex; flex-wrap: wrap; gap: 6px;
}
.site-footer .tagcloud a, .site-footer .wp-block-tag-cloud a {
	font-size: .72rem !important; font-weight: 500; line-height: 1;
	padding: 5px 11px; border-radius: 999px;
	background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12);
	color: rgba(255, 255, 255, .78); transition: all .16s ease;
}
.site-footer .tagcloud a:hover, .site-footer .wp-block-tag-cloud a:hover {
	background: var(--gold); border-color: var(--gold); color: var(--navy-3);
}
.site-footer .tagcloud a:nth-of-type(n+15),
.site-footer .wp-block-tag-cloud a:nth-of-type(n+15) { display: none; }

/* Recent posts / categories / meta widgets in footer: tighter rhythm */
.site-footer .footer-widget > ul > li { padding: 7px 0; }
.site-footer .footer-widget .post-date {
	display: block; font-size: .68rem; font-weight: 700; letter-spacing: .08em;
	text-transform: uppercase; color: var(--gold-2);
}

/* Slightly tighter footer rhythm overall */
.footer-grid { padding: 46px 0 34px; gap: 34px; }

/* ==========================================================================
   STICKY MINI BRAND + LANGUAGE SWITCHER (v1.3)
   ========================================================================== */

/* Mini logo that slides into the sticky bar once the header is gone */
.nav-brand {
	display: inline-flex; align-items: center; gap: 9px;
	align-self: center; white-space: nowrap; overflow: hidden;
	max-width: 0; opacity: 0; padding: 0;
	transition: max-width .38s ease, opacity .28s ease, padding .3s ease;
}
.main-nav.is-stuck .nav-brand { max-width: 280px; opacity: 1; padding: 0 12px 0 4px; }
.nav-brand-img {
	height: 30px; width: auto; max-width: none;
	border-radius: 8px; object-fit: contain;
	transition: transform .25s ease;
}
.nav-brand-img.emblem { border-radius: 50%; box-shadow: 0 0 0 2px rgba(255, 255, 255, .18); }
.nav-brand:hover .nav-brand-img { transform: scale(1.06); }
.nav-brand-name {
	color: #fff; font-weight: 700; font-size: .8rem;
	letter-spacing: .06em; text-transform: uppercase;
	overflow: hidden; text-overflow: ellipsis;
}
.nav-brand:hover .nav-brand-name { color: var(--gold-2); }

/* Language switchers — Polylang, WPML, TranslatePress, generic flag items */
.primary-menu img {
	height: 15px !important; width: auto !important; max-width: none;
	border-radius: 2px; align-self: center;
}
.primary-menu > li.lang-item > a,
.primary-menu > li.pll-parent-menu-item > a,
.primary-menu > li[class*="wpml-ls"] > a,
.primary-menu > li.trp-language-switcher > a {
	align-self: center; min-height: 0;
	margin: 0 6px 0 12px; padding: 8px 16px; gap: 8px;
	font-size: .8rem; font-weight: 600; letter-spacing: .03em;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 999px;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.primary-menu > li.lang-item > a::after,
.primary-menu > li.pll-parent-menu-item > a::after,
.primary-menu > li[class*="wpml-ls"] > a::after,
.primary-menu > li.trp-language-switcher > a::after { display: none; }
.primary-menu > li.lang-item > a:hover,
.primary-menu > li.pll-parent-menu-item > a:hover,
.primary-menu > li[class*="wpml-ls"] > a:hover,
.primary-menu > li.trp-language-switcher > a:hover {
	background: rgba(255, 255, 255, .15);
	border-color: rgba(255, 255, 255, .4);
	transform: translateY(-1px);
}
.primary-menu .sub-menu img { height: 13px !important; }

/* Mobile adjustments */
@media (max-width: 860px) {
	/* Brand always visible on mobile (home icon is hidden there) */
	.nav-brand { max-width: 58vw; opacity: 1; padding: 0 4px; margin-right: auto; }
	.nav-brand-img { height: 28px; }
	.nav-brand-name { font-size: .72rem; }
	.main-nav.is-stuck .nav-brand { padding: 0 4px; }
	.search-toggle { margin-left: 0; }

	/* Language pill inside the stacked menu */
	.primary-menu > li.lang-item > a,
	.primary-menu > li.pll-parent-menu-item > a,
	.primary-menu > li[class*="wpml-ls"] > a,
	.primary-menu > li.trp-language-switcher > a {
		margin: 8px 16px 4px; padding: 10px 16px;
		align-self: flex-start; border-radius: 12px;
	}
}

/* ==========================================================================
   DESIGN POLISH PACK (v1.4) — mega menu, live search, progress bar,
   share rail, category filters
   ========================================================================== */

/* ---------- 1 · Mega menu (Programmes) ---------- */
.primary-menu > li.menu-item-mega { position: static; }
.primary-menu .mega-panel {
	position: absolute; top: 100%; left: 50%; transform: translate(-50%, 12px);
	width: min(1020px, calc(100vw - 40px));
	padding: 24px;
	background: #fff; border-radius: 0 0 var(--radius) var(--radius);
	border-top: 3px solid var(--gold);
	box-shadow: var(--shadow-lg);
	opacity: 0; visibility: hidden;
	transition: opacity .22s ease, transform .22s ease, visibility .22s;
	z-index: 60;
}
.primary-menu > li.menu-item-mega:hover > .mega-panel,
.primary-menu > li.menu-item-mega:focus-within > .mega-panel {
	opacity: 1; visibility: visible; transform: translate(-50%, 0);
}
.mega-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px 22px; }
.mega-col { display: flex; flex-direction: column; gap: 4px; }
.mega-col + .mega-col { border-left: 1px solid var(--line); padding-left: 22px; }
.mega-item {
	display: flex; gap: 12px; align-items: flex-start;
	padding: 11px 12px; border-radius: 12px; min-height: 0 !important;
	color: var(--ink); transition: background .16s ease, transform .16s ease;
}
.mega-item:hover { background: rgba(36, 86, 216, .06); transform: translateX(3px); }
.mega-item img { width: 40px; height: 40px; object-fit: contain; flex-shrink: 0; margin-top: 2px; }
.mega-text { display: flex; flex-direction: column; gap: 2px; }
.mega-name { font-family: var(--font-display); font-weight: 700; font-size: .95rem; color: var(--navy); }
.mega-item:hover .mega-name { color: var(--blue); }
.mega-desc { font-size: .76rem; line-height: 1.4; color: var(--muted); }

/* ---------- 2 · Live search dropdown ---------- */
.nav-search .search-form { position: relative; }
.live-results {
	position: absolute; top: calc(100% + 10px); left: 0; right: 0; z-index: 70;
	background: #fff; border-radius: var(--radius);
	box-shadow: var(--shadow-lg); border: 1px solid var(--line);
	overflow: hidden; text-align: left;
	max-height: 0; opacity: 0; visibility: hidden;
	transition: max-height .25s ease, opacity .2s ease, visibility .2s;
}
.live-results.is-open { max-height: 480px; opacity: 1; visibility: visible; overflow-y: auto; }
.live-item {
	display: flex; gap: 12px; align-items: center;
	padding: 11px 16px; border-bottom: 1px solid var(--line);
	transition: background .14s ease;
}
.live-item:hover { background: var(--bg); }
.live-item img { width: 56px; height: 42px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.live-item-info { min-width: 0; }
.live-item-date { display: block; font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); }
.live-item-title {
	font-family: var(--font-display); font-weight: 600; font-size: .9rem; line-height: 1.3; color: var(--navy);
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.live-status { padding: 14px 16px; font-size: .85rem; color: var(--muted); }
.live-see-all {
	display: flex; align-items: center; justify-content: center; gap: 8px;
	padding: 12px; background: var(--navy); color: #fff !important;
	font-weight: 600; font-size: .85rem;
}
.live-see-all:hover { background: var(--navy-2); color: var(--gold-2) !important; }

/* ---------- 3 · Reading progress bar ---------- */
.reading-progress {
	position: fixed; top: 0; left: 0; right: 0; z-index: 1001;
	height: 3px; background: rgba(15, 23, 56, .25);
}
.reading-progress-bar {
	display: block; height: 100%; width: 0;
	background: linear-gradient(90deg, var(--gold-2), var(--gold));
	box-shadow: 0 0 8px rgba(242, 169, 30, .6);
	transition: width .08s linear;
}

/* ---------- 4 · Sticky share rail ---------- */
.share-rail {
	position: fixed; left: 18px; top: 50%; transform: translateY(-50%);
	z-index: 500; display: none;
	flex-direction: column; align-items: center; gap: 10px;
}
@media (min-width: 1440px) {
	body.single .share-rail { display: flex; }
}
.share-rail-label {
	writing-mode: vertical-rl; font-size: .66rem; font-weight: 700;
	letter-spacing: .2em; text-transform: uppercase; color: var(--muted);
}
.share-rail .share-btn { box-shadow: var(--shadow-sm); }

/* ---------- 5 · Category filter pills ---------- */
.cat-filter {
	display: flex; flex-wrap: wrap; gap: 9px;
	margin: -6px 0 24px; padding: 16px 18px;
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
}
.cat-pill {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 8px 16px; border-radius: 999px;
	background: var(--bg); border: 1.5px solid transparent;
	font-size: .84rem; font-weight: 600; color: var(--ink);
	transition: all .16s ease;
}
.cat-pill:hover { border-color: var(--pill, var(--navy)); color: var(--pill, var(--navy)); transform: translateY(-2px); }
.cat-pill.is-active {
	background: var(--pill, var(--navy)); color: #fff;
	border-color: var(--pill, var(--navy));
}
.cat-pill.is-active .cat-pill-count { background: rgba(255, 255, 255, .22); color: #fff; }
.cat-pill-count {
	font-size: .66rem; font-weight: 800;
	background: rgba(20, 31, 75, .09); color: var(--navy);
	padding: 2px 8px; border-radius: 999px;
}

/* ---------- 6 · Mega menu on mobile ---------- */
@media (max-width: 860px) {
	.primary-menu .mega-panel {
		position: static; transform: none; opacity: 1; visibility: visible;
		box-shadow: none; border-radius: 0; border-top: 0; width: 100%;
		background: rgba(255, 255, 255, .05); padding: 6px 0;
		display: none; max-height: none;
	}
	.primary-menu > li.menu-item-mega.open > .mega-panel { display: block; }
	.mega-inner { grid-template-columns: 1fr; gap: 0; }
	.mega-col + .mega-col { border-left: 0; padding-left: 0; }
	.mega-item { padding: 10px 30px; }
	.mega-item img { width: 34px; height: 34px; }
	.mega-name { color: #fff; }
	.mega-item:hover .mega-name { color: var(--gold-2); }
	.mega-desc { color: rgba(255, 255, 255, .6); }
}

/* ==========================================================================
   INSTITUTIONAL ABOUT TEXT (v1.6) — homepage band, Who-we-are block,
   footer, sidebar card
   ========================================================================== */

/* Homepage band */
.about-band { margin: 26px 0 0; }
.about-band-inner {
	position: relative; overflow: hidden;
	display: grid; grid-template-columns: 250px 1fr; gap: 40px; align-items: center;
	background:
		radial-gradient(640px 300px at 96% 10%, rgba(242, 169, 30, .16), transparent 62%),
		linear-gradient(115deg, var(--navy-3) 5%, var(--navy) 55%, var(--navy-2));
	border-radius: var(--radius); padding: 38px 44px; box-shadow: var(--shadow-md);
}
.about-band-mark {
	position: absolute; top: -30px; right: 18px;
	font-family: var(--font-display); font-size: 11rem; line-height: 1;
	color: rgba(255, 255, 255, .05); pointer-events: none; user-select: none;
}
.about-band-heading { position: relative; z-index: 1; }
.about-band-heading .block-kicker { color: var(--gold-2); }
.about-band-title { font-size: 1.55rem; margin: 0 0 16px; color: #fff; }
.about-band-text {
	margin: 0; font-family: var(--font-display); font-size: 1.13rem; line-height: 1.8;
	color: rgba(255, 255, 255, .9);
	position: relative; z-index: 1;
	padding-left: 26px; border-left: 3px solid var(--gold);
}

/* Who-we-are highlighted block */
.about-highlight { padding-top: 44px; }
.about-highlight-quote {
	margin: 0; text-align: center; position: relative; padding: 30px 28px;
	background: linear-gradient(120deg, var(--navy-3), var(--navy) 60%, var(--navy-2));
	border-radius: var(--radius); box-shadow: var(--shadow-md);
}
.about-highlight-quote p {
	font-family: var(--font-display); font-size: clamp(1.1rem, 2vw, 1.4rem); font-style: italic;
	line-height: 1.75; color: #fff; max-width: 880px; margin: 0 auto 16px;
}
.about-highlight-quote .quote-mark { color: var(--gold-2); margin-bottom: 10px; }
.about-highlight-quote cite {
	font-style: normal; font-size: .78rem; font-weight: 700;
	letter-spacing: .12em; text-transform: uppercase; color: var(--gold-2);
}
.about-highlight-quote cite::before { content: "— "; }

/* Footer */
.footer-desc-title { color: var(--gold-2); font-weight: 700; }
.footer-desc-office { font-size: .84rem; opacity: .8; margin-top: 10px; }

/* Sidebar card */
.widget-about { border-top: 4px solid var(--gold); }
.widget-about-text {
	font-size: .9rem; line-height: 1.7; color: var(--muted);
	margin: 0;
}

/* Responsive */
@media (max-width: 860px) {
	.about-band-inner { grid-template-columns: 1fr; gap: 18px; padding: 30px 26px; }
	.about-band-text { font-size: 1.04rem; padding-left: 0; border-left: 0; padding-top: 18px; border-top: 3px solid var(--gold); }
	.about-band-mark { font-size: 8rem; top: -18px; }
}
