:root {
	--ppna-ink: #172027;
	--ppna-muted: #59666c;
	--ppna-line: #d8d4ca;
	--ppna-paper: #f5f1e8;
	--ppna-white: #fff;
	--ppna-ember: #b76832;
}

.ppna-page {
	background: var(--ppna-paper);
	color: var(--ppna-ink);
}

.ppna-page * {
	box-sizing: border-box;
}

/* Award-giver identity in the existing Newsroom feed. */
.wp-block-plasmotec-newsroom-feed .pp-news-item.ppna-has-issuer-logo {
	grid-template-columns: 112px 126px minmax(0, 1fr) 40px;
	align-items: center;
	gap: 24px;
}

.ppna-feed-logo {
	box-sizing: border-box;
	display: grid;
	place-items: center;
	width: 112px;
	height: 72px;
	padding: 12px;
	background: #fff;
	border: 1px solid rgba(23, 32, 39, .16);
}

.ppna-feed-logo img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 48px;
	object-fit: contain;
}

.ppna-shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.ppna-hero {
	padding: clamp(56px, 8vw, 108px) 0 clamp(48px, 7vw, 88px);
	background: var(--ppna-white);
	border-bottom: 1px solid var(--ppna-line);
}

.ppna-issuer-brand {
	display: flex;
	align-items: center;
	width: min(240px, 54vw);
	height: 76px;
	margin-bottom: clamp(42px, 6vw, 72px);
}

.ppna-issuer-brand img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 72px;
	object-fit: contain;
	object-position: left center;
}

.ppna-issuer-brand span {
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.25;
}

.ppna-kicker,
.ppna-facts dt,
.ppna-body__label {
	font-size: .72rem;
	font-weight: 750;
	letter-spacing: .14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ppna-kicker {
	margin: 0 0 20px;
	color: var(--ppna-ember);
}

.ppna-hero h1 {
	max-width: 980px;
	margin: 0;
	font-size: clamp(2.45rem, 5.5vw, 5.1rem);
	font-weight: 620;
	letter-spacing: -.055em;
	line-height: .98;
	text-wrap: balance;
}

.ppna-standfirst {
	max-width: 780px;
	margin: 34px 0 0;
	color: #39474d;
	font-size: clamp(1.08rem, 1.7vw, 1.42rem);
	line-height: 1.55;
}

.ppna-facts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 0;
	margin: clamp(48px, 7vw, 80px) 0 0;
	border-top: 1px solid var(--ppna-line);
	border-bottom: 1px solid var(--ppna-line);
}

.ppna-facts div {
	padding: 22px 22px 22px 0;
}

.ppna-facts div + div {
	padding-left: 22px;
	border-left: 1px solid var(--ppna-line);
}

.ppna-facts dt {
	margin-bottom: 9px;
	color: var(--ppna-muted);
}

.ppna-facts dd {
	margin: 0;
	font-size: .98rem;
	font-weight: 580;
	line-height: 1.45;
}

.ppna-body {
	display: grid;
	grid-template-columns: minmax(120px, 220px) minmax(0, 760px);
	gap: clamp(36px, 7vw, 100px);
	justify-content: center;
	padding-block: clamp(64px, 9vw, 124px);
}

.ppna-body__label {
	align-self: start;
	position: sticky;
	top: 120px;
	padding-top: 7px;
	color: var(--ppna-muted);
}

.ppna-prose {
	min-width: 0;
}

.ppna-prose > :first-child {
	margin-top: 0;
}

.ppna-prose p,
.ppna-prose li {
	font-size: clamp(1.03rem, 1.25vw, 1.16rem);
	line-height: 1.8;
}

.ppna-prose p {
	margin: 0 0 1.45em;
}

.ppna-prose h2 {
	margin: clamp(58px, 8vw, 90px) 0 24px;
	font-size: clamp(1.75rem, 3vw, 2.65rem);
	font-weight: 620;
	letter-spacing: -.035em;
	line-height: 1.12;
	text-wrap: balance;
}

.ppna-evidence {
	width: min(980px, calc(100vw - 48px));
	margin: clamp(56px, 8vw, 88px) 0 clamp(60px, 8vw, 96px);
	margin-left: 50%;
	transform: translateX(-50%);
}

.ppna-evidence__field {
	display: grid;
	place-items: center;
	min-height: 360px;
	padding: clamp(28px, 6vw, 72px);
	background: var(--ppna-white);
	border: 1px solid var(--ppna-line);
}

.ppna-evidence__image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 680px;
	object-fit: contain;
}

.ppna-evidence figcaption {
	margin-top: 14px;
	color: var(--ppna-muted);
	font-size: .86rem;
	line-height: 1.55;
}

.ppna-prose .wp-block-separator {
	margin: clamp(64px, 8vw, 96px) 0;
	border-color: var(--ppna-line);
}

.ppna-button .wp-block-button__link {
	padding: 14px 20px;
	border: 1px solid var(--ppna-ink);
	border-radius: 0;
	background: var(--ppna-ink);
	color: var(--ppna-white);
	font-size: .9rem;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.ppna-button .wp-block-button__link:hover,
.ppna-button .wp-block-button__link:focus-visible {
	background: transparent;
	color: var(--ppna-ink);
}

.ppna-sources {
	margin-top: 52px;
	padding-top: 20px;
	border-top: 1px solid var(--ppna-line);
}

.ppna-sources summary {
	cursor: pointer;
	font-size: .85rem;
	font-weight: 700;
}

.ppna-sources a {
	color: inherit;
	text-underline-offset: 3px;
}

@media (max-width: 1200px) {
	.ppna-evidence {
		width: 100%;
		margin-left: 0;
		transform: none;
	}
}

@media (max-width: 800px) {
	.wp-block-plasmotec-newsroom-feed .pp-news-item.ppna-has-issuer-logo {
		grid-template-columns: 88px minmax(0, 1fr) 24px;
		align-items: start;
		gap: 10px 18px;
	}

	.ppna-has-issuer-logo .ppna-feed-logo {
		grid-column: 1;
		grid-row: 1 / span 2;
		width: 88px;
		height: 64px;
		padding: 10px;
	}

	.ppna-has-issuer-logo .ppna-feed-logo img {
		max-height: 42px;
	}

	.wp-block-plasmotec-newsroom-feed .pp-news-item.ppna-has-issuer-logo time {
		grid-column: 2 / -1;
	}

	.wp-block-plasmotec-newsroom-feed .pp-news-item.ppna-has-issuer-logo > div:not(.ppna-feed-logo) {
		grid-column: 2;
	}

	.wp-block-plasmotec-newsroom-feed .pp-news-item.ppna-has-issuer-logo > svg {
		grid-column: 3;
		grid-row: 2;
	}

	.ppna-shell {
		width: min(100% - 32px, 720px);
	}

	.ppna-issuer-brand {
		margin-bottom: 56px;
	}

	.ppna-hero h1 {
		font-size: clamp(2.3rem, 10vw, 4rem);
		line-height: 1.02;
	}

	.ppna-facts {
		grid-template-columns: 1fr 1fr;
	}

	.ppna-body {
		display: block;
	}

	.ppna-body__label {
		position: static;
		margin-bottom: 34px;
	}

	.ppna-evidence__field {
		min-height: 260px;
	}
}

@media (max-width: 480px) {
	.wp-block-plasmotec-newsroom-feed .pp-news-item.ppna-has-issuer-logo {
		grid-template-columns: minmax(0, 1fr) 24px;
	}

	.ppna-has-issuer-logo .ppna-feed-logo {
		grid-column: 1 / -1;
		grid-row: auto;
		width: 96px;
		height: 60px;
		margin-bottom: 6px;
	}

	.wp-block-plasmotec-newsroom-feed .pp-news-item.ppna-has-issuer-logo time {
		grid-column: 1 / -1;
	}

	.wp-block-plasmotec-newsroom-feed .pp-news-item.ppna-has-issuer-logo > div:not(.ppna-feed-logo) {
		grid-column: 1;
	}

	.wp-block-plasmotec-newsroom-feed .pp-news-item.ppna-has-issuer-logo > svg {
		grid-column: 2;
		grid-row: 3;
	}

	.ppna-hero {
		padding-top: 42px;
	}

	.ppna-facts {
		grid-template-columns: 1fr;
	}

	.ppna-facts div,
	.ppna-facts div + div,
	.ppna-facts div:nth-child(3) {
		padding: 18px 0;
		border-left: 0;
		border-top: 1px solid var(--ppna-line);
	}

	.ppna-facts div:first-child {
		border-top: 0;
	}

	.ppna-evidence__field {
		min-height: 220px;
		padding: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ppna-page *,
	.ppna-page *::before,
	.ppna-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

@media print {
	.ppna-page {
		background: #fff;
	}

	.ppna-body {
		display: block;
	}

	.ppna-body__label {
		position: static;
		margin-bottom: 24px;
	}
}
