:root {
	--pm-ink: #07152f;
	--pm-charcoal: #24364f;
	--pm-ivory: #f7fbff;
	--pm-cream: #eef5ff;
	--pm-gold: #3b82f6;
	--pm-gold-soft: #60a5fa;
	--pm-gold-dark: #1B4FA0;
	--pm-green: #1B4FA0;
	--pm-green-deep: #0a2a5e;
	--pm-green-soft: #e8f1ff;
	--pm-red: #0ea5e9;
	--pm-red-deep: #0369a1;
	--pm-blue: #1B4FA0;
	--pm-blue-soft: #3b82f6;
	--pm-blue-pale: #e8f1ff;
	--pm-glass: rgba(255, 255, 255, .78);
	--pm-glass-strong: rgba(255, 255, 255, .9);
	--pm-dark-glass: rgba(28, 28, 28, .78);
	--pm-line: rgba(28, 28, 28, .12);
	--pm-glass-line: rgba(255, 255, 255, .72);
	--pm-shadow: 0 24px 70px rgba(28, 28, 28, .16);
	--pm-soft-shadow: 0 14px 34px rgba(28, 28, 28, .1);
	--pm-inner-light: inset 0 1px 0 rgba(255,255,255,.86), inset 0 -1px 0 rgba(255,255,255,.18);
}

* {
	box-sizing: border-box;
}

html {
	min-height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	margin: 0;
	min-height: 100vh;
	background: #fff;
	color: var(--pm-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

body::before {
	content: none;
}

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

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

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

.screen-reader-text:focus {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 0 3px rgba(27,79,160,.18);
	clip: auto;
	clip-path: none;
	color: var(--pm-green-deep);
	height: auto;
	left: 16px;
	margin: 0;
	padding: 8px 10px;
	top: 16px;
	width: auto;
	z-index: 100000;
}

.site-header {
	-webkit-backdrop-filter: blur(22px) saturate(155%);
	backdrop-filter: blur(22px) saturate(155%);
	background:
		linear-gradient(135deg, rgba(247,251,255,.98), rgba(232,241,255,.94) 48%, rgba(255,255,255,.96)),
		var(--pm-ivory);
	border-bottom: 1px solid rgba(28,28,28,.08);
	box-shadow: 0 10px 28px rgba(28,28,28,.08);
	color: var(--pm-ink);
	padding: 12px 14px;
	position: sticky;
	top: 0;
	z-index: 20;
}

.site-header::after {
	background: linear-gradient(90deg, transparent, rgba(27,79,160,.46), rgba(14,165,233,.38), transparent);
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.header-shell {
	background:
		linear-gradient(90deg, rgba(255,255,255,.08), transparent 32%),
		linear-gradient(90deg, rgba(6,21,47,.98) 0%, rgba(10,42,94,.84) 20%, rgba(18,63,133,.48) 34%, rgba(27,79,160,0) 42%),
		#1B4FA0;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 20px 55px rgba(28,28,28,.18);
	margin: 0 auto;
	max-width: 1380px;
	overflow: hidden;
	position: relative;
}

.header-shell::before {
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.86), transparent);
	content: "";
	height: 1px;
	left: 18px;
	position: absolute;
	right: 18px;
	top: 0;
}

.header-shell::after {
	background: linear-gradient(90deg, #0a2a5e, var(--pm-blue), var(--pm-blue-soft), var(--pm-red));
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}

.topbar,
.main-nav,
.site-main,
.site-footer__inner {
	margin: 0 auto;
	max-width: 1380px;
	padding-left: 14px;
	padding-right: 14px;
}

.topbar {
	align-items: center;
	display: flex;
	gap: 24px;
	min-height: 82px;
}

.brand {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 7px;
	flex: 0 0 auto;
	min-width: 0;
}

.brand-mark {
	align-items: center;
	display: grid;
	width: 112px;
}

.brand-mark img {
	border-radius: 0;
	box-shadow: none;
	height: auto;
	object-fit: contain;
	width: 112px;
}

.brand-title {
	color: #fff;
	display: none;
	font-size: 1.65rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
	text-shadow: 0 1px 12px rgba(0,0,0,.28);
}

.brand-tagline {
	color: rgba(232,241,255,.82);
	display: block;
	font-size: .86rem;
	line-height: 1.3;
	margin-top: 0;
}

.header-actions {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-left: auto;
}

.menu-toggle {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.05)),
		rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 10px 24px rgba(0,0,0,.16);
	cursor: pointer;
	display: none;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 5px;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 46px;
}

.menu-toggle span {
	background: #fff;
	border-radius: 999px;
	box-shadow: 0 1px 8px rgba(0,0,0,.3);
	display: block;
	height: 2px;
	transition: transform .2s ease, opacity .2s ease, width .2s ease;
	width: 21px;
}

.search-form {
	align-items: center;
	-webkit-backdrop-filter: blur(18px) saturate(155%);
	backdrop-filter: blur(18px) saturate(155%);
	background:
		linear-gradient(135deg, rgba(255,255,255,.94), rgba(232,241,255,.82)),
		rgba(255,255,255,.78);
	border: 1px solid rgba(255,255,255,.72);
	border-radius: 8px;
	box-shadow: var(--pm-inner-light), 0 12px 28px rgba(28,28,28,.08);
	display: flex;
	height: 42px;
	overflow: hidden;
}

.search-field {
	background: transparent;
	border: 0;
	color: var(--pm-ink);
	min-width: 190px;
	outline: 0;
	padding: 0 12px;
}

.search-field::placeholder {
	color: rgba(28,28,28,.48);
}

.search-submit,
.button,
.button-link,
.wp-block-search__button {
	align-items: center;
	background: linear-gradient(135deg, var(--pm-ink), var(--pm-green-deep));
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
}

.main-nav {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: flex-start;
	min-height: 0;
	overflow: visible;
	padding: 0;
}

.main-nav a {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: rgba(255,255,255,.9);
	font-size: .78rem;
	font-weight: 850;
	padding: 28px 0 25px;
	position: relative;
	text-transform: uppercase;
	transition: color .2s ease;
	white-space: nowrap;
}

.main-nav a::after {
	background: var(--pm-gold-soft);
	bottom: 18px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .2s ease;
	width: 100%;
}

.main-nav a:hover {
	background: transparent;
	color: var(--pm-gold-soft);
	transform: none;
}

.main-nav a:hover::after,
.main-nav .current-menu-item > a::after {
	transform: scaleX(1);
}

.main-nav li,
.post-categories li {
	list-style: none;
}

.post-categories {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.topic-nav {
	align-items: center;
	border-top: 1px solid rgba(255,255,255,.14);
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	min-height: 42px;
	overflow: visible;
	padding: 10px 20px 11px;
}

.topic-nav__item {
	align-items: center;
	color: rgba(255,255,255,.76);
	display: inline-flex;
	font-size: .82rem;
	font-weight: 750;
	gap: 7px;
	white-space: nowrap;
}

.topic-nav__item:hover {
	color: #fff;
}

.topic-nav__icon {
	align-items: center;
	background: rgba(255,255,255,.08);
	border: 1px solid currentColor;
	border-radius: 999px;
	display: inline-flex;
	height: 24px;
	justify-content: center;
	opacity: .96;
	width: 24px;
}

.topic-nav__icon svg {
	fill: none;
	height: 14px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
	width: 14px;
}

.topic-nav__item--red {
	color: #ff6d62;
}

.topic-nav__item--blue {
	color: #6fb5ff;
}

.topic-nav__item--green {
	color: #75cf7a;
}

.topic-nav__item--gold {
	color: #e8c14d;
}

.post-card__body > a[rel~="category"],
.featured-card__body > a[rel~="category"] {
	color: rgba(255,255,255,.9);
	display: inline-block;
	font-size: .84rem;
	font-weight: 800;
	margin-bottom: 8px;
	text-shadow: 0 2px 10px rgba(0,0,0,.72);
}

.site-main {
	flex: 1 0 auto;
	padding-bottom: 54px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 24px;
	max-width: 1380px;
	width: calc(100% - 28px);
}

.breaking {
	align-items: center;
	-webkit-backdrop-filter: blur(20px) saturate(150%);
	backdrop-filter: blur(20px) saturate(150%);
	background:
		linear-gradient(135deg, rgba(255,255,255,.96), rgba(232,241,255,.82)),
		rgba(255,255,255,.88);
	border: 1px solid rgba(28,28,28,.08);
	border-radius: 8px;
	box-shadow: var(--pm-inner-light), var(--pm-soft-shadow);
	color: var(--pm-ink);
	display: flex;
	gap: 14px;
	margin-bottom: 24px;
	overflow: hidden;
	padding: 10px 14px;
}

.breaking__label {
	background: linear-gradient(135deg, var(--pm-red), var(--pm-red-deep));
	border-radius: 6px;
	color: #fff;
	font-size: .78rem;
	font-weight: 900;
	padding: 4px 8px;
	text-transform: uppercase;
	white-space: nowrap;
}

.breaking a {
	color: #171717;
	font-weight: 750;
}

.hero-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1.5fr) minmax(300px, .62fr);
	margin-bottom: 26px;
}

.hero-carousel,
.hero-slides {
	min-height: 500px;
	position: relative;
}

.featured-card,
.post-card,
.sidebar-panel {
	-webkit-backdrop-filter: blur(30px) saturate(170%);
	backdrop-filter: blur(30px) saturate(170%);
	background:
		linear-gradient(145deg, rgba(255,255,255,.94), rgba(232,241,255,.76)),
		rgba(255,255,255,.84);
	border: 1px solid rgba(255,255,255,.82);
	border-radius: 8px;
	box-shadow: var(--pm-inner-light), var(--pm-shadow);
	overflow: hidden;
}

.featured-card {
	inset: 0;
	min-height: 500px;
	opacity: 0;
	position: relative;
	position: absolute;
	transform: scale(.99);
	transition: opacity .45s ease, transform .45s ease;
	visibility: hidden;
	width: 100%;
}

.featured-card.is-active {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}

.featured-card__media {
	background:
		linear-gradient(145deg, rgba(7,21,47,.12), rgba(27,79,160,.18)),
		var(--pm-ivory);
	height: 100%;
	min-height: 500px;
}

.featured-card__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.featured-card__body {
	background: linear-gradient(180deg, transparent, rgba(0,0,0,.16) 22%, rgba(0,0,0,.66));
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 96px 26px 48px;
	position: absolute;
	right: 0;
}

.kicker,
.post-categories a {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(255,255,255,.18);
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: .74rem;
	font-weight: 900;
	line-height: 1;
	margin: 0 6px 8px 0;
	padding: 6px 9px;
	text-shadow: 0 1px 8px rgba(0,0,0,.5);
	text-transform: uppercase;
}

.featured-card h1,
.entry-title {
	font-size: clamp(2rem, 5vw, 3.7rem);
	line-height: 1.02;
	margin: 6px 0 12px;
}

.featured-card h1 {
	text-shadow:
		0 2px 2px rgba(0,0,0,1),
		0 4px 8px rgba(0,0,0,.96),
		0 0 18px rgba(0,0,0,.9),
		0 14px 34px rgba(0,0,0,.74),
		0 26px 58px rgba(0,0,0,.54);
}

.featured-card h1,
.featured-card p,
.featured-card__body > a[rel~="category"] {
	text-shadow:
		0 2px 2px rgba(0,0,0,.94),
		0 4px 10px rgba(0,0,0,.84),
		0 0 18px rgba(0,0,0,.72);
}

.featured-card p {
	color: rgba(255,255,255,.9);
	margin: 0;
	max-width: 720px;
}

.hero-dots {
	align-items: center;
	bottom: 18px;
	display: flex;
	gap: 8px;
	left: 26px;
	position: absolute;
	z-index: 5;
}

.hero-dots button {
	background: rgba(255,255,255,.58);
	border: 1px solid rgba(255,255,255,.72);
	border-radius: 999px;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	cursor: pointer;
	height: 10px;
	padding: 0;
	transition: background .2s ease, transform .2s ease, width .2s ease;
	width: 10px;
}

.hero-dots button.is-active {
	background: var(--pm-gold-soft);
	transform: translateY(-1px);
	width: 28px;
}

.side-stack {
	display: grid;
	gap: 12px;
}

.compact-link {
	align-items: center;
	-webkit-backdrop-filter: blur(20px) saturate(145%);
	backdrop-filter: blur(20px) saturate(145%);
	background:
		linear-gradient(135deg, rgba(255,255,255,.96), rgba(232,241,255,.78)),
		rgba(255,255,255,.84);
	border: 1px solid rgba(255,255,255,.82);
	border-radius: 8px;
	box-shadow: var(--pm-inner-light), var(--pm-soft-shadow);
	display: grid;
	gap: 13px;
	grid-template-columns: 110px minmax(0, 1fr);
	min-height: 118px;
	overflow: hidden;
	text-align: left;
	transition: transform .2s ease, box-shadow .2s ease;
	width: 100%;
}

.compact-link:hover,
.compact-link.is-active {
	box-shadow: var(--pm-shadow);
	transform: translateY(-2px);
}

.compact-link.is-active {
	border-color: rgba(27,79,160,.42);
}

.compact-link img,
.news-visual {
	aspect-ratio: 1;
	background:
		linear-gradient(135deg, rgba(7,21,47,.94), rgba(27,79,160,.88) 58%, rgba(14,165,233,.72)),
		linear-gradient(45deg, rgba(96,165,250,.34) 0 12%, transparent 12% 24%, rgba(255,255,255,.16) 24% 36%, transparent 36% 100%);
	color: #fff;
	display: grid;
	height: 100%;
	overflow: hidden;
	place-items: end start;
	position: relative;
	width: 100%;
}

.news-visual::before {
	background:
		linear-gradient(45deg, transparent 46%, rgba(255,255,255,.2) 47% 53%, transparent 54%),
		linear-gradient(-45deg, transparent 46%, rgba(96,165,250,.22) 47% 53%, transparent 54%),
		linear-gradient(90deg, rgba(255,255,255,.08), transparent 38%, rgba(255,255,255,.1));
	content: "";
	inset: 0;
	opacity: .55;
	position: absolute;
}

.news-visual span {
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	background: rgba(28,28,28,.58);
	border: 1px solid rgba(255,255,255,.32);
	border-radius: 999px;
	font-size: .76rem;
	font-weight: 900;
	margin: 12px;
	padding: 5px 9px;
	position: relative;
	text-transform: uppercase;
}

.compact-link img {
	object-fit: cover;
	width: 100%;
}

.compact-link h2 {
	font-size: 1rem;
	line-height: 1.25;
	margin: 0;
	padding-right: 10px;
}

.section-head {
	align-items: end;
	border-bottom: 1px solid rgba(28,28,28,.1);
	display: flex;
	justify-content: space-between;
	margin: 28px 0 16px;
	padding-bottom: 10px;
}

.section-head h2 {
	font-size: clamp(1.35rem, 3vw, 2rem);
	line-height: 1.1;
	margin: 0;
	position: relative;
}

.section-head p {
	color: rgba(28,28,28,.62);
	font-size: 1rem;
	font-weight: 650;
	margin: 8px 0 0;
	max-width: 620px;
}

.section-head h2::after {
	background: linear-gradient(90deg, var(--pm-green), var(--pm-gold), var(--pm-red));
	border-radius: 999px;
	content: "";
	display: block;
	height: 3px;
	margin-top: 8px;
	width: 88px;
}

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

.post-card__media {
	aspect-ratio: auto;
	background:
		linear-gradient(135deg, rgba(7,21,47,.86), rgba(27,79,160,.78) 62%, rgba(14,165,233,.58)),
		var(--pm-ivory);
	height: 100%;
	inset: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.post-card__media .news-visual {
	aspect-ratio: auto;
	height: 100%;
}

.post-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
	width: 100%;
}

.post-card__media::after {
	background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.1) 70%, rgba(0,0,0,.5));
	content: "";
	inset: 0;
	position: absolute;
}

.post-card:hover img {
	transform: scale(1.04);
}

.post-card {
	display: flex;
	flex-direction: column;
	min-height: 390px;
	position: relative;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.post-card:hover {
	border-color: rgba(27,79,160,.36);
	box-shadow: var(--pm-inner-light), 0 26px 68px rgba(28,28,28,.18);
	transform: translateY(-2px);
}

.post-card__body {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0;
	padding: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.post-card h2,
.post-card h3 {
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.25;
	margin: 0 0 7px;
	text-shadow:
		0 2px 2px rgba(0,0,0,1),
		0 4px 8px rgba(0,0,0,.94),
		0 0 16px rgba(0,0,0,.86),
		0 12px 28px rgba(0,0,0,.66);
}

.post-card p {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: rgba(255,255,255,.92);
	display: -webkit-box;
	font-size: .9rem;
	line-height: 1.45;
	margin: 8px 0 0;
	overflow: hidden;
	text-shadow:
		0 2px 2px rgba(0,0,0,.9),
		0 4px 10px rgba(0,0,0,.78),
		0 0 16px rgba(0,0,0,.66);
}

.meta {
	color: rgba(255,255,255,.84);
	font-size: .88rem;
	font-weight: 650;
	text-shadow:
		0 2px 2px rgba(0,0,0,.84),
		0 4px 10px rgba(0,0,0,.7),
		0 0 14px rgba(0,0,0,.6);
}

.entry-layout {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1.5fr) minmax(300px, .62fr);
	justify-content: stretch;
	width: 100%;
}

.article-shell {
	-webkit-backdrop-filter: blur(30px) saturate(170%);
	backdrop-filter: blur(30px) saturate(170%);
	background:
		linear-gradient(145deg, rgba(255,255,255,.96), rgba(232,241,255,.78)),
		rgba(255,255,255,.86);
	border: 1px solid rgba(255,255,255,.84);
	border-radius: 8px;
	box-shadow: var(--pm-inner-light), var(--pm-shadow);
	padding: clamp(22px, 4vw, 38px);
	width: 100%;
}

.article-shell .entry-title {
	font-size: clamp(2rem, 4vw, 3.45rem);
	line-height: 1.08;
	margin-bottom: 12px;
}

.article-meta {
	color: rgba(28,28,28,.58);
	font-size: .95rem;
	font-weight: 750;
	margin-bottom: 22px;
}

.article-featured-media {
	margin: 24px 0 28px;
}

.article-featured-media img {
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	box-shadow: var(--pm-soft-shadow);
	height: auto;
	max-height: 460px;
	object-fit: cover;
	width: 100%;
}

.article-featured-media figcaption {
	color: rgba(28,28,28,.56);
	font-size: .88rem;
	margin-top: 8px;
}

.entry-content {
	font-size: 1.08rem;
	line-height: 1.78;
	max-width: 780px;
}

.entry-content p {
	margin: 0 0 1.15em;
}

.entry-content p:first-child {
	font-size: 1.14rem;
	line-height: 1.72;
}

.entry-content blockquote {
	-webkit-backdrop-filter: blur(16px) saturate(140%);
	backdrop-filter: blur(16px) saturate(140%);
	background:
		linear-gradient(135deg, rgba(255,255,255,.72), rgba(232,241,255,.5)),
		rgba(255,255,255,.38);
	border-left: 4px solid var(--pm-gold);
	border-radius: 8px;
	box-shadow: var(--pm-soft-shadow);
	color: var(--pm-charcoal);
	font-size: 1.12rem;
	font-weight: 750;
	margin: 26px 0;
	padding: 18px 20px;
}

.entry-content blockquote p {
	margin: 0;
}

.entry-content a {
	color: var(--pm-red);
	font-weight: 750;
	text-decoration: underline;
}

.sidebar-panel {
	margin-bottom: 18px;
	padding: 20px;
}

.sidebar-panel h2,
.sidebar-panel h3 {
	font-size: 1.05rem;
	margin: 0 0 12px;
}

.sidebar-news-list,
.sidebar-topic-list {
	display: grid;
	gap: 12px;
}

.sidebar-news-link {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(255,255,255,.78), rgba(232,241,255,.54)),
		rgba(255,255,255,.38);
	border: 1px solid rgba(255,255,255,.7);
	border-radius: 8px;
	display: grid;
	gap: 12px;
	grid-template-columns: 86px minmax(0, 1fr);
	min-height: 94px;
	overflow: hidden;
	padding: 8px;
	transition: transform .2s ease, box-shadow .2s ease;
}

.sidebar-news-link:hover {
	box-shadow: var(--pm-soft-shadow);
	transform: translateY(-1px);
}

.sidebar-news-thumb,
.sidebar-news-thumb img,
.sidebar-news-thumb .news-visual {
	aspect-ratio: 1;
	border-radius: 6px;
	height: 78px;
	overflow: hidden;
	width: 78px;
}

.sidebar-news-thumb img {
	object-fit: cover;
}

.sidebar-news-link strong {
	color: var(--pm-ink);
	display: block;
	font-size: .98rem;
	line-height: 1.22;
}

.sidebar-news-kicker {
	color: rgba(28,28,28,.55);
	display: block;
	font-size: .72rem;
	font-weight: 800;
	margin-bottom: 4px;
}

.sidebar-topic-list a {
	align-items: center;
	border-bottom: 1px solid rgba(28,28,28,.08);
	color: var(--pm-ink);
	display: inline-flex;
	font-weight: 850;
	gap: 9px;
	padding: 8px 0;
}

.sidebar-topic-list a:last-child {
	border-bottom: 0;
}

.sidebar-topic-list .topic-nav__icon {
	background: rgba(28,28,28,.04);
}

.site-footer {
	background: transparent;
	color: #fff;
	flex: 0 0 auto;
	margin-top: 30px;
	padding: 0 14px;
}

.site-footer__inner {
	align-items: center;
	display: block;
	min-height: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.footer-glass {
	background:
		linear-gradient(90deg, rgba(255,255,255,.08), transparent 32%),
		linear-gradient(90deg, rgba(6,21,47,.98) 0%, rgba(10,42,94,.84) 20%, rgba(18,63,133,.48) 34%, rgba(27,79,160,0) 42%),
		#1B4FA0;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.16), var(--pm-shadow);
	margin: 0 auto;
	max-width: 1380px;
	overflow: hidden;
}

.footer-main {
	align-items: start;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(250px, 1.1fr) minmax(340px, 1.25fr) minmax(210px, .65fr);
	padding: 34px 28px 30px;
}

.footer-brand {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer-brand p {
	color: rgba(255,255,255,.66);
	font-size: .88rem;
	line-height: 1.5;
	margin: 0;
	max-width: 300px;
}

.footer-logo {
	border-radius: 0;
	box-shadow: none;
	height: auto;
	object-fit: contain;
	width: 122px;
}

.footer-mark {
	color: var(--pm-gold-soft);
	display: none;
	font-size: 1.2rem;
	font-weight: 900;
}

.footer-links {
	display: grid;
	gap: 36px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-link-group,
.footer-social {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.footer-link-group h2,
.footer-social h2 {
	color: rgba(255,255,255,.52);
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .08em;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.footer-link-group a {
	color: rgba(255,255,255,.86);
	font-size: .88rem;
}

.footer-link-group a:hover,
.footer-legal a:hover {
	color: var(--pm-gold-soft);
}

.social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.social-links a {
	align-items: center;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 50%;
	display: inline-flex;
	font-size: .72rem;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
	width: 38px;
}

.social-links svg {
	fill: none;
	height: 19px;
	stroke: currentColor;
	stroke-width: 1.8;
	width: 19px;
}

.social-links .social-icon-fill {
	fill: currentColor;
	stroke: none;
}

.social-links .social-icon-cutout {
	fill: #0a2a5e;
	stroke: none;
}

.social-links a:hover {
	background: var(--pm-gold);
	border-color: var(--pm-gold);
	color: var(--pm-ink);
}

.social-links a:hover .social-icon-cutout {
	fill: var(--pm-gold);
}

.footer-legal {
	align-items: center;
	background: rgba(0,0,0,.2);
	border-top: 1px solid rgba(255,255,255,.1);
	color: rgba(255,255,255,.48);
	display: flex;
	font-size: .72rem;
	gap: 20px;
	justify-content: space-between;
	padding: 13px 28px;
}

.footer-legal__links {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 18px;
}

.footer-legal a {
	color: rgba(255,255,255,.65);
}

.pagination {
	margin-top: 28px;
}

.page-numbers {
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	background: rgba(255,255,255,.5);
	border: 1px solid rgba(255,255,255,.72);
	border-radius: 6px;
	display: inline-flex;
	font-weight: 800;
	margin-right: 6px;
	min-width: 38px;
	padding: 7px 11px;
}

.page-numbers.current {
	background: var(--pm-ink);
	color: #fff;
}

@media (max-width: 1200px) {
	.brand-tagline {
		font-size: .78rem;
	}
}

@media (max-width: 900px) {
	.topbar {
		align-items: center;
		flex-wrap: wrap;
		gap: 10px;
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.brand {
		flex: 1 0 100%;
		order: 1;
	}

	.menu-toggle {
		display: inline-flex;
		height: 50px;
		margin-left: 0;
		order: 3;
		width: 56px;
	}

	.site-header.is-menu-open .menu-toggle span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.site-header.is-menu-open .menu-toggle span:nth-child(2) {
		opacity: 0;
		width: 4px;
	}

	.site-header.is-menu-open .menu-toggle span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.main-nav {
		display: none;
		flex-basis: auto;
		gap: 8px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		order: 4;
		width: 100%;
	}

	.site-header.is-menu-open .main-nav {
		display: grid;
	}

	.main-nav li {
		display: block;
	}

	.main-nav a {
		align-items: center;
		background: rgba(255,255,255,.08);
		border: 1px solid rgba(255,255,255,.12);
		border-radius: 8px;
		display: flex;
		font-size: .76rem;
		justify-content: center;
		min-height: 42px;
		padding: 9px 8px;
		text-align: center;
		white-space: normal;
	}

	.main-nav a::after {
		display: none;
	}

	.header-actions {
		display: flex;
		flex: 1 1 0;
		margin-left: 0;
		min-width: 0;
		order: 2;
	}

	.header-actions .search-form {
		height: 50px;
		width: 100%;
	}

	.header-actions .search-field {
		flex: 1 1 auto;
		min-width: 0;
	}

	.topic-nav {
		display: none;
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 12px 14px 14px;
	}

	.site-header.is-menu-open .topic-nav {
		display: grid;
	}

	.topic-nav__item {
		background: rgba(255,255,255,.06);
		border: 1px solid rgba(255,255,255,.1);
		border-radius: 8px;
		padding: 8px 9px;
		white-space: normal;
	}

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

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

	.hero-grid,
	.entry-layout {
		grid-template-columns: 1fr;
	}

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

	.featured-card,
	.featured-card__media {
		min-height: 390px;
	}
}

@media (max-width: 680px) {
	.site-header,
	.site-footer {
		padding-left: 10px;
		padding-right: 10px;
	}

	.topbar {
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px;
		min-height: 0;
		padding: 12px 14px;
	}

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

	.site-header.is-menu-open .menu-toggle span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.site-header.is-menu-open .menu-toggle span:nth-child(2) {
		opacity: 0;
		width: 4px;
	}

	.site-header.is-menu-open .menu-toggle span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.brand-tagline {
		display: block;
		font-size: .78rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.brand {
		flex: 1 0 100%;
		overflow: hidden;
	}

	.brand-mark {
		width: 104px;
	}

	.brand-mark img {
		height: auto;
		width: 104px;
	}

	.brand > span:last-child {
		min-width: 0;
	}

	.main-nav {
		flex-basis: auto;
		gap: 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		order: 4;
		padding-top: 6px;
		width: 100%;
	}

	.main-nav,
	.topic-nav {
		display: none;
	}

	.site-header.is-menu-open .main-nav {
		display: grid;
	}

	.main-nav li {
		display: block;
	}

	.main-nav a {
		align-items: center;
		background: rgba(255,255,255,.08);
		border: 1px solid rgba(255,255,255,.12);
		border-radius: 8px;
		display: flex;
		font-size: .76rem;
		justify-content: center;
		min-height: 42px;
		padding: 9px 8px;
		text-align: center;
		white-space: normal;
	}

	.main-nav a::after {
		display: none;
	}

	.header-actions {
		display: flex;
		flex: 1 1 0;
		margin-left: 0;
		min-width: 0;
		order: 2;
		width: auto;
	}

	.search-form {
		height: 50px;
		order: 2;
		width: 100%;
	}

	.topic-nav {
		gap: 10px;
		grid-template-columns: 1fr;
		padding: 12px 14px 14px;
	}

	.site-header.is-menu-open .topic-nav {
		display: grid;
	}

	.topic-nav__item {
		background: rgba(255,255,255,.06);
		border: 1px solid rgba(255,255,255,.1);
		border-radius: 8px;
		padding: 8px 9px;
		white-space: normal;
	}

	.search-field {
		flex: 1 1 auto;
		min-width: 0;
		width: auto;
	}

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

	.featured-card__body {
		padding: 90px 18px 20px;
	}

	.site-footer__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.footer-glass {
		width: 100%;
	}

	.footer-main {
		gap: 28px;
		grid-template-columns: 1fr;
		padding: 26px 20px;
	}

	.footer-links {
		gap: 22px;
	}

	.footer-social {
		grid-column: auto;
	}

	.footer-legal {
		align-items: flex-start;
		flex-direction: column;
		padding: 14px 20px;
	}

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

	.post-card {
		min-height: 360px;
	}

	.compact-link {
		grid-template-columns: 94px minmax(0, 1fr);
		min-height: 104px;
	}
}
