.aoc-news-index,
.aoc-news-single,
.aoc-news-home {
	--aoc-blue: var(--theme-palette-color-1, #0765bd);
	--aoc-navy: var(--theme-palette-color-3, #062e51);
	--aoc-ink: var(--theme-palette-color-4, #0a1d2c);
	--aoc-muted: #60717e;
	--aoc-line: var(--theme-palette-color-5, #d9e1e6);
	--aoc-paper: var(--theme-palette-color-6, #f2f5f7);
	font-family: Inter, sans-serif;
}

.aoc-news-index,
.aoc-news-index > *,
.aoc-news-single,
.aoc-news-single > *,
.aoc-news-home,
.aoc-news-home > * {
	margin-block: 0;
}

.aoc-news-index-hero,
.aoc-news-single .aoc-news-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--aoc-navy);
}

.aoc-news-index-hero::after,
.aoc-news-single .aoc-news-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(2, 28, 49, 0.94) 0%, rgba(3, 38, 66, 0.7) 54%, rgba(4, 39, 66, 0.18) 82%), linear-gradient(0deg, rgba(2, 29, 51, 0.8), transparent 62%);
}

.aoc-news-index-hero .wp-block-cover__image-background,
.aoc-news-single .aoc-news-hero__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 0;
}

.aoc-news-single .aoc-news-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.aoc-news-index-hero .wp-block-cover__inner-container,
.aoc-news-index-hero__inner,
.aoc-news-single .aoc-news-hero__inner {
	position: relative;
	z-index: 2;
}

.aoc-news-index-hero__inner {
	min-height: 460px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-block: 72px;
}

.aoc-news-index-hero__inner h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(68px, 8vw, 112px);
	font-weight: 500;
	line-height: 0.9;
	letter-spacing: -0.065em;
}

.aoc-news-index-hero__inner > p:last-child {
	max-width: 650px;
	margin: 28px 0 0;
	color: #e0ebf3;
	font-size: clamp(17px, 1.5vw, 21px);
	line-height: 1.5;
}

.aoc-news-index__body {
	padding-block: clamp(76px, 8vw, 120px);
}

.aoc-news-index__head {
	margin: 0 0 46px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--aoc-line);
}

.aoc-news-index__head h2 {
	margin: 0;
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.045em;
}

.aoc-news-index__head p {
	margin: 0;
	color: var(--aoc-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.aoc-news-grid {
	gap: clamp(22px, 2.4vw, 36px) !important;
}

.aoc-news-index .aoc-news-grid {
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.aoc-news-card {
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--aoc-line);
	background: #fff;
	box-shadow: 0 18px 48px rgba(6, 46, 81, 0.06);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.aoc-news-card:hover,
.aoc-news-card:focus-within {
	transform: translateY(-5px);
	border-color: rgba(7, 101, 189, 0.48);
	box-shadow: 0 26px 64px rgba(6, 46, 81, 0.13);
}

.aoc-news-card__image {
	margin: 0;
	overflow: hidden;
	background: var(--aoc-paper);
}

.aoc-news-card__image img {
	width: 100%;
	transition: transform 420ms ease;
}

.aoc-news-card:hover .aoc-news-card__image img {
	transform: scale(1.035);
}

.aoc-news-card__copy {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: clamp(24px, 2.5vw, 34px);
}

.aoc-news-card__date {
	margin: 0 0 18px;
	color: var(--aoc-blue);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.aoc-news-card__title {
	margin: 0;
	font-size: clamp(23px, 2.1vw, 31px);
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: -0.035em;
}

.aoc-news-card__title a {
	color: var(--aoc-ink);
}

.aoc-news-card__title a::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
}

.aoc-news-card__excerpt {
	margin: 20px 0 0;
	color: var(--aoc-muted);
	font-size: 15px;
	line-height: 1.65;
}

.aoc-news-card__excerpt .wp-block-post-excerpt__more-link {
	position: relative;
	z-index: 3;
	margin-top: 24px;
	color: var(--aoc-blue);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.aoc-news-pagination {
	margin-top: 52px;
	gap: 10px;
}

.aoc-news-pagination a,
.aoc-news-pagination .current {
	min-width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--aoc-line);
}

.aoc-news-pagination .current {
	border-color: var(--aoc-blue);
	background: var(--aoc-blue);
	color: #fff;
}

.aoc-news-single .aoc-news-hero {
	min-height: 590px;
	display: flex;
	align-items: stretch;
}

.aoc-news-single .aoc-news-hero__inner {
	min-height: 590px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-block: 36px 72px;
}

.aoc-news-single .aoc-news-hero__copy {
	max-width: 1060px;
	margin: auto 0 0;
}

.aoc-news-single .aoc-news-hero__title {
	max-width: 1030px;
	margin: 0;
	color: #fff;
	font-size: clamp(52px, 6vw, 88px);
	font-weight: 500;
	line-height: 0.95;
	letter-spacing: -0.06em;
}

.aoc-news-single .aoc-news-meta {
	margin: 32px 0 0;
	gap: 18px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.aoc-news-single .aoc-news-meta > * {
	margin: 0;
}

.aoc-news-single .aoc-news-meta > * + *::before {
	content: "·";
	margin-right: 18px;
}

.aoc-news-single .aoc-news-meta a {
	color: inherit;
}

.aoc-news-body {
	padding-block: clamp(76px, 8vw, 120px);
	background: #fff;
}

.aoc-news-article {
	width: min(var(--aoc-reading-max, 760px), calc(100% - (2 * var(--aoc-page-gutter, 32px))));
	margin-inline: auto;
}

.aoc-news-article .aoc-template-page-content {
	display: block;
}

.aoc-news-article .wp-block-aoc-lead,
.aoc-news-article .wp-block-aoc-content-section,
.aoc-news-article .wp-block-aoc-notice,
.aoc-news-article .wp-block-aoc-key-fact,
.aoc-news-article .wp-block-aoc-steps,
.aoc-news-article .wp-block-aoc-text,
.aoc-news-article .wp-block-aoc-data-list,
.aoc-news-article .wp-block-aoc-link-list {
	margin-inline: 0;
}

.aoc-news-back {
	margin: 76px 0 0;
	padding-top: 26px;
	border-top: 1px solid var(--aoc-line);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.aoc-news-back a {
	color: var(--aoc-blue);
}

.aoc-news-home {
	padding-block: clamp(76px, 8vw, 116px);
	padding-inline: 0;
	background: var(--aoc-paper);
}

.aoc-news-home__head {
	margin: clamp(48px, 5vw, 74px) 0 44px;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	gap: 48px;
	align-items: end;
}

.aoc-news-home__head h2 {
	margin: 0;
	font-size: clamp(48px, 6vw, 80px);
	font-weight: 500;
	line-height: 0.95;
	letter-spacing: -0.055em;
}

.aoc-news-home__intro {
	margin: 0;
	color: var(--aoc-muted);
	font-size: 17px;
	line-height: 1.65;
}

.aoc-news-home__all {
	margin-top: 24px;
}

.aoc-news-home__all .wp-block-button__link {
	padding: 0 0 7px;
	border: 0;
	border-bottom: 1px solid var(--aoc-blue);
	border-radius: 0;
	background: transparent;
	color: var(--aoc-blue);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.aoc-news-home__head {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.aoc-news-index .aoc-news-grid,
	.aoc-news-home .aoc-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.aoc-news-index-hero__inner {
		min-height: 420px;
		padding-block: 56px;
	}

	.aoc-news-single .aoc-news-hero,
	.aoc-news-single .aoc-news-hero__inner {
		min-height: 540px;
	}

	.aoc-news-single .aoc-news-hero__inner {
		padding-block: 28px 52px;
	}

	.aoc-news-single .aoc-news-hero__title {
		font-size: clamp(42px, 12vw, 64px);
	}

	.aoc-news-index .aoc-news-grid,
	.aoc-news-home .aoc-news-grid {
		grid-template-columns: 1fr;
	}

	.aoc-news-home__head h2 {
		font-size: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aoc-news-card,
	.aoc-news-card__image img {
		transition: none;
	}
}
