.wwa-press-post {
	--wwa-press-post-purple: #58366c;
	--wwa-press-post-purple-deep: #442653;
	--wwa-press-post-teal: #5abea8;
	--wwa-press-post-teal-dark: #347d6f;
	--wwa-press-post-ink: #211b25;
	--wwa-press-post-text: #514b52;
	--wwa-press-post-muted: #746d76;
	--wwa-press-post-line: #ded4df;
	--wwa-press-post-warm: #f8f4f7;
}

#primary.wwa-press-post-page,
.wwa-press-post-page__stage,
.wwa-press-post.hentry {
	float: none;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.wwa-press-post.hentry::before,
.wwa-press-post.hentry::after {
	display: none;
	content: none;
}

.wwa-press-post {
	color: var(--wwa-press-post-text);
	background: #fff;
	font-family: Spartan, sans-serif;
	font-size: 15px;
	line-height: 1.82;
	overflow-wrap: anywhere;
}

.wwa-press-post__shell {
	width: min(1190px, calc(100% - 72px));
	margin-inline: auto;
}

.wwa-press-post__top {
	padding-top: 38px;
}

.wwa-press-post__back {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	color: var(--wwa-press-post-purple);
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.wwa-press-post__back svg,
.wwa-press-post__return svg {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.wwa-press-post__hero {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr) 245px;
	gap: 38px;
	align-items: start;
	padding-block: 40px 74px;
	border-bottom: 1px solid var(--wwa-press-post-line);
}

.wwa-press-post__date {
	display: flex;
	flex-direction: column;
	color: var(--wwa-press-post-purple);
	line-height: 1;
	text-transform: uppercase;
}

.wwa-press-post__date span {
	margin-bottom: 7px;
	color: var(--wwa-press-post-teal-dark);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
}

.wwa-press-post__date strong {
	color: var(--wwa-press-post-purple);
	font-size: 48px;
	font-weight: 300;
}

.wwa-press-post__date small {
	margin-top: 9px;
	color: var(--wwa-press-post-muted);
	font-size: 11px;
	letter-spacing: .12em;
}

.wwa-press-post__title-group {
	min-width: 0;
}

.wwa-press-post__eyebrow {
	margin: 0 0 12px;
	color: var(--wwa-press-post-teal-dark);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 1.5;
	text-transform: uppercase;
}

.wwa-press-post__title-group h1 {
	max-width: 790px;
	margin: 0 0 25px;
	padding: 0;
	color: var(--wwa-press-post-purple);
	font-size: clamp(45px, 5.2vw, 72px);
	font-weight: 300;
	letter-spacing: -.035em;
	line-height: 1.08;
	text-align: left;
}

.wwa-press-post__deck {
	max-width: 770px;
	margin: 0;
	color: var(--wwa-press-post-purple-deep);
	font-size: 17px;
	line-height: 1.78;
}

.wwa-press-post__deck p {
	margin: 0;
}

.wwa-press-post__member {
	min-width: 0;
	padding: 18px;
	border-top: 4px solid var(--wwa-press-post-teal-dark);
	background: var(--wwa-press-post-warm);
}

.wwa-press-post__portrait {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1;
	background: #eee6ef;
}

.wwa-press-post__portrait img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center;
}

.wwa-press-post__portrait--fallback {
	padding: 24px;
	border: 1px solid var(--wwa-press-post-line);
	background: #fff;
}

.wwa-press-post__portrait--fallback img {
	object-fit: contain;
}

.wwa-press-post__member p {
	margin: 16px 0 0;
	line-height: 1.55;
}

.wwa-press-post__member strong,
.wwa-press-post__member span {
	display: block;
}

.wwa-press-post__member strong {
	color: var(--wwa-press-post-purple-deep);
	font-size: 14px;
	font-weight: 600;
}

.wwa-press-post__member span {
	margin-top: 5px;
	color: var(--wwa-press-post-muted);
	font-size: 11px;
	line-height: 1.55;
}

.wwa-press-post__body {
	display: grid;
	grid-template-columns: 170px minmax(0, 760px);
	gap: 54px;
	justify-content: center;
	padding-block: 76px 24px;
}

.wwa-press-post__published {
	align-self: start;
	position: sticky;
	top: 72px;
	padding-top: 15px;
	border-top: 3px solid var(--wwa-press-post-teal-dark);
}

.wwa-press-post__published span,
.wwa-press-post__published time {
	display: block;
}

.wwa-press-post__published span {
	color: var(--wwa-press-post-teal-dark);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.wwa-press-post__published time {
	margin-top: 8px;
	color: var(--wwa-press-post-purple);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
}

.wwa-press-post__copy.entry-content {
	float: none;
	width: auto;
	max-width: none;
	margin: 0;
	padding: 0;
	color: var(--wwa-press-post-text);
	font-family: Spartan, sans-serif;
	font-size: 15px;
	line-height: 1.82;
}

.wwa-press-post__copy.entry-content > *:first-child {
	margin-top: 0;
}

.wwa-press-post__body--lede .wwa-press-post__copy.entry-content > p:first-child {
	color: var(--wwa-press-post-purple-deep);
	font-size: 17px;
	line-height: 1.78;
}

.wwa-press-post__copy.entry-content p,
.wwa-press-post__copy.entry-content li {
	color: var(--wwa-press-post-text);
	font-size: 15px;
	line-height: 1.82;
	text-align: left;
}

.wwa-press-post__copy.entry-content p {
	margin: 0 0 28px;
}

.wwa-press-post__copy.entry-content ul,
.wwa-press-post__copy.entry-content ol {
	margin: 0 0 28px 24px;
}

.wwa-press-post__copy.entry-content li + li {
	margin-top: 8px;
}

.wwa-press-post__copy.entry-content strong {
	color: var(--wwa-press-post-purple-deep);
	font-weight: 600;
}

.wwa-press-post__copy.entry-content h2,
.wwa-press-post__copy.entry-content h3,
.wwa-press-post__copy.entry-content h4 {
	margin: 44px 0 18px;
	color: var(--wwa-press-post-purple);
	font-weight: 400;
	letter-spacing: -.025em;
	line-height: 1.3;
}

.wwa-press-post__copy.entry-content h2 {
	font-size: 30px;
}

.wwa-press-post__copy.entry-content h3 {
	font-size: 24px;
}

.wwa-press-post__copy.entry-content h4 {
	font-size: 19px;
}

.wwa-press-post__copy.entry-content a {
	color: var(--wwa-press-post-teal-dark);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.wwa-press-post__copy.entry-content blockquote {
	margin: 42px 0;
	padding: 30px 34px;
	border-left: 4px solid var(--wwa-press-post-teal-dark);
	background: var(--wwa-press-post-warm);
}

.wwa-press-post__copy.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.wwa-press-post__copy.entry-content img,
.wwa-press-post__copy.entry-content video,
.wwa-press-post__copy.entry-content iframe {
	max-width: 100%;
	height: auto;
}

.wwa-press-post__copy.entry-content .wp-caption {
	max-width: 100%;
}

.wwa-press-post__copy.entry-content table {
	display: block;
	overflow-x: auto;
	max-width: 100%;
}

.wwa-press-post__copy .page-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-top: 42px;
}

.wwa-press-post__copy .page-links a,
.wwa-press-post__copy .page-links > span:not(.page-links-title) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 8px;
}

.wwa-press-post__return {
	padding: 40px 0 82px;
}

.wwa-press-post__return a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 48px;
	padding-top: 26px;
	border-top: 1px solid var(--wwa-press-post-line);
	color: var(--wwa-press-post-teal-dark);
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.wwa-press-post a:focus-visible {
	outline: 3px solid var(--wwa-press-post-purple-deep);
	outline-offset: 3px;
}

@media (max-width: 1100px) {
	.wwa-press-post__hero {
		grid-template-columns: 76px minmax(0, 1fr) 210px;
		gap: 28px;
	}

	.wwa-press-post__member {
		padding: 14px;
	}
}

@media (max-width: 900px) {
	.wwa-press-post__hero {
		grid-template-columns: 70px minmax(0, 1fr);
	}

	.wwa-press-post__member {
		grid-column: 2;
		display: grid;
		grid-template-columns: 120px minmax(0, 1fr);
		gap: 18px;
		align-items: center;
	}

	.wwa-press-post__member p {
		margin: 0;
	}

	.wwa-press-post__body {
		grid-template-columns: 130px minmax(0, 1fr);
		gap: 38px;
	}
}

@media (max-width: 720px) {
	.wwa-press-post {
		font-size: 14px;
		line-height: 1.78;
	}

	.wwa-press-post__shell {
		width: calc(100% - 40px);
	}

	.wwa-press-post__hero {
		grid-template-columns: 1fr;
		padding-block: 34px 58px;
	}

	.wwa-press-post__date {
		flex-direction: row;
		align-items: baseline;
		gap: 9px;
	}

	.wwa-press-post__date strong {
		font-size: 30px;
	}

	.wwa-press-post__date small {
		margin: 0;
	}

	.wwa-press-post__title-group h1 {
		font-size: clamp(38px, 10vw, 54px);
	}

	.wwa-press-post__deck {
		font-size: 16px;
	}

	.wwa-press-post__member {
		grid-column: 1;
	}

	.wwa-press-post__body {
		grid-template-columns: 1fr;
		padding-top: 54px;
	}

	.wwa-press-post__published {
		position: static;
		display: flex;
		align-items: baseline;
		gap: 12px;
	}

	.wwa-press-post__published time {
		margin: 0;
	}
}

@media (max-width: 480px) {
	.wwa-press-post__shell {
		width: calc(100% - 32px);
	}

	.wwa-press-post__title-group h1 {
		font-size: 42px;
	}

	.wwa-press-post__member {
		grid-template-columns: 90px minmax(0, 1fr);
	}

	.wwa-press-post__copy.entry-content p,
	.wwa-press-post__copy.entry-content li {
		font-size: 14px;
	}

	.wwa-press-post__copy.entry-content blockquote {
		padding: 26px 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wwa-press-post,
	.wwa-press-post *,
	.wwa-press-post *::before,
	.wwa-press-post *::after {
		scroll-behavior: auto;
		transition-duration: .001ms;
		animation-duration: .001ms;
	}
}
