:root {
	--vo-results-green: #064b39;
	--vo-results-dark: #03382b;
	--vo-results-leaf: #4d9f32;
	--vo-results-ink: #173f34;
	--vo-results-muted: #526a63;
	--vo-results-line: #cddfd7;
	--vo-results-wash: #eef6f3;
	--vo-results-white: #fff;
}

.page-id-666 .entry-header,
.page-id-666 .featured-media {
	display: none;
}

.page-id-666 .post-inner {
	padding-top: 0;
}

.page-id-666 .post-inner.thin,
.page-id-666 .entry-content {
	max-width: none;
	width: 100%;
}

.page-id-666 .entry-content > .vo-results {
	margin-bottom: 0;
	margin-top: 0;
	max-width: none;
}

.vo-results {
	background: var(--vo-results-white);
	color: var(--vo-results-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1.8rem;
	line-height: 1.62;
}

.vo-results *,
.vo-results *::before,
.vo-results *::after {
	box-sizing: border-box;
}

.vo-results h1,
.vo-results h2,
.vo-results h3,
.vo-results p,
.vo-results ul {
	margin: 0;
}

.vo-results h1,
.vo-results h2,
.vo-results h3 {
	color: var(--vo-results-dark);
	font-family: inherit;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.vo-results__hero,
.vo-results__roles,
.vo-results__shared,
.vo-results__opposition,
.vo-results__sources,
.vo-results__cta {
	margin-left: auto;
	margin-right: auto;
	max-width: 140rem;
	padding-left: clamp(2rem, 5vw, 8rem);
	padding-right: clamp(2rem, 5vw, 8rem);
}

.vo-results__eyebrow,
.vo-results__period {
	color: #287449;
	font-size: 1.35rem;
	font-weight: 850;
	letter-spacing: 0.13em;
	line-height: 1.4;
	text-transform: uppercase;
}

.vo-results__hero {
	align-items: end;
	display: grid;
	gap: clamp(4rem, 8vw, 11rem);
	grid-template-columns: minmax(0, 1.05fr) minmax(34rem, 0.95fr);
	padding-bottom: clamp(6rem, 9vw, 11rem);
	padding-top: clamp(7rem, 9vw, 13rem);
}

.vo-results__hero h1 {
	font-size: clamp(5rem, 8vw, 10.5rem);
	line-height: 0.9;
	margin-top: 2.2rem;
}

.vo-results__hero-copy {
	border-left: 0.5rem solid var(--vo-results-leaf);
	padding-left: clamp(2.5rem, 4vw, 5rem);
}

.vo-results__hero-copy strong {
	color: var(--vo-results-dark);
	display: block;
	font-size: clamp(2.2rem, 2.5vw, 3.1rem);
	letter-spacing: -0.025em;
	line-height: 1.3;
}

.vo-results__hero-copy p {
	color: var(--vo-results-muted);
	font-size: 1.75rem;
	margin-top: 1.8rem;
}

.vo-results__roles {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.vo-results__role {
	min-height: 38rem;
	padding: clamp(5rem, 7vw, 9rem) clamp(2rem, 7vw, 10rem);
}

.vo-results__role--coalition {
	background: var(--vo-results-dark);
	color: #e7f0ec;
}

.vo-results__role--opposition {
	background: var(--vo-results-wash);
}

.vo-results__role--coalition .vo-results__period {
	color: #9bd47b;
}

.vo-results__role h2 {
	font-size: clamp(3.5rem, 4vw, 5.5rem);
	line-height: 1.04;
	margin-top: 1.7rem;
}

.vo-results__role--coalition h2 {
	color: var(--vo-results-white);
}

.vo-results__role > p:last-child {
	font-size: 1.75rem;
	margin-top: 2.5rem;
	max-width: 65rem;
}

.vo-results__shared {
	padding-bottom: clamp(7rem, 10vw, 13rem);
	padding-top: clamp(7rem, 10vw, 13rem);
}

.vo-results__section-heading {
	display: grid;
	gap: 2.5rem clamp(4rem, 8vw, 12rem);
	grid-template-columns: minmax(0, 1.1fr) minmax(32rem, 0.9fr);
}

.vo-results__section-heading .vo-results__eyebrow {
	grid-column: 1 / -1;
}

.vo-results__section-heading h2,
.vo-results__opposition-intro h2,
.vo-results__sources h2,
.vo-results__cta h2 {
	font-size: clamp(3.8rem, 5.5vw, 7rem);
	line-height: 1.02;
}

.vo-results__section-heading > p:last-child {
	color: var(--vo-results-muted);
	font-size: 1.85rem;
}

.vo-results__result-list {
	border-top: 1px solid var(--vo-results-line);
	margin-top: clamp(5rem, 8vw, 9rem);
}

.vo-results__result {
	display: grid;
	gap: clamp(2rem, 4vw, 6rem);
	grid-template-columns: 6rem minmax(20rem, 0.7fr) minmax(0, 1.3fr);
	padding: 4rem 0;
	position: relative;
}

.vo-results__result::after {
	background: var(--vo-results-line);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}

.vo-results__result > span {
	color: var(--vo-results-leaf);
	font-size: 1.35rem;
	font-weight: 850;
	letter-spacing: 0.1em;
}

.vo-results__result > div {
	display: contents;
}

.vo-results__result h3 {
	font-size: clamp(2.3rem, 2.7vw, 3.4rem);
	line-height: 1.15;
}

.vo-results__result ul {
	list-style: none;
	padding: 0;
}

.vo-results__result li {
	color: var(--vo-results-muted);
	font-size: 1.65rem;
	padding-left: 2.8rem;
	position: relative;
}

.vo-results__result li + li {
	margin-top: 1.2rem;
}

.vo-results__result li::before {
	color: var(--vo-results-leaf);
	content: "→";
	font-weight: 900;
	left: 0;
	position: absolute;
}

.vo-results__honesty {
	background: var(--vo-results-wash);
	border-left: 0.5rem solid var(--vo-results-leaf);
	display: grid;
	gap: 1.2rem 4rem;
	grid-template-columns: minmax(20rem, 0.55fr) minmax(0, 1.45fr);
	margin-top: 5rem;
	padding: clamp(3rem, 5vw, 5rem);
}

.vo-results__honesty strong {
	color: var(--vo-results-dark);
	font-size: 2.2rem;
	line-height: 1.3;
}

.vo-results__honesty p {
	color: var(--vo-results-muted);
	font-size: 1.65rem;
}

.vo-results__honesty a,
.vo-results__opposition-intro > a {
	color: var(--vo-results-green) !important;
	font-size: 1.55rem;
	font-weight: 800;
	grid-column: 2;
	text-decoration-thickness: 0.12em;
	text-underline-offset: 0.35em;
}

.vo-results__opposition {
	background: var(--vo-results-dark);
	display: grid;
	gap: clamp(5rem, 8vw, 11rem);
	grid-template-columns: minmax(28rem, 0.75fr) minmax(0, 1.25fr);
	max-width: none;
	padding-bottom: clamp(7rem, 10vw, 13rem);
	padding-top: clamp(7rem, 10vw, 13rem);
}

.vo-results__opposition > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 68rem;
}

.vo-results__opposition .vo-results__eyebrow {
	color: #9bd47b;
}

.vo-results__opposition-intro h2 {
	color: var(--vo-results-white);
	margin-top: 1.8rem;
}

.vo-results__opposition-intro > p:not(.vo-results__eyebrow) {
	color: #d8e7e1;
	font-size: 1.75rem;
	margin-top: 2.5rem;
}

.vo-results__opposition-intro > a {
	color: #fff !important;
	display: inline-block;
	margin-top: 3rem;
}

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

.vo-results__lesson-grid a {
	background: rgba(255, 255, 255, 0.075);
	color: #fff !important;
	display: flex;
	flex-direction: column;
	min-height: 24rem;
	padding: clamp(2.5rem, 4vw, 4rem);
	text-decoration: none;
	transition: background-color 150ms ease;
}

.vo-results__lesson-grid a:hover,
.vo-results__lesson-grid a:focus-visible {
	background: rgba(255, 255, 255, 0.14);
}

.vo-results__lesson-grid strong {
	font-size: 2rem;
}

.vo-results__lesson-grid span {
	color: #d8e7e1;
	font-size: 1.55rem;
	margin-top: 1.4rem;
}

.vo-results__lesson-grid em {
	font-size: 1.35rem;
	font-style: normal;
	font-weight: 800;
	margin-top: auto;
	padding-top: 2rem;
}

.vo-results__sources {
	display: grid;
	gap: clamp(4rem, 8vw, 11rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	padding-bottom: clamp(7rem, 9vw, 11rem);
	padding-top: clamp(7rem, 9vw, 11rem);
}

.vo-results__sources h2 {
	font-size: clamp(3.5rem, 4.5vw, 5.5rem);
	margin-top: 1.5rem;
}

.vo-results__sources > div:last-child {
	border-left: 1px solid var(--vo-results-line);
	padding-left: clamp(3rem, 5vw, 7rem);
}

.vo-results__sources p,
.vo-results__sources li {
	color: var(--vo-results-muted);
	font-size: 1.65rem;
}

.vo-results__sources ul {
	list-style: none;
	margin-top: 2rem;
	padding: 0;
}

.vo-results__sources li {
	border-top: 1px solid var(--vo-results-line);
	padding: 1.5rem 0;
}

.vo-results__sources a {
	color: var(--vo-results-green) !important;
	font-weight: 750;
}

.vo-results__cta {
	align-items: center;
	background: var(--vo-results-wash);
	display: grid;
	gap: 4rem;
	grid-template-columns: minmax(0, 1fr) auto;
	max-width: none;
	padding-bottom: clamp(6rem, 8vw, 10rem);
	padding-top: clamp(6rem, 8vw, 10rem);
}

.vo-results__cta > div {
	max-width: 90rem;
}

.vo-results__cta h2 {
	font-size: clamp(3.4rem, 4.5vw, 5.8rem);
	margin-top: 1.5rem;
}

.vo-results__cta > a {
	background: var(--vo-results-dark);
	border-radius: 0.3rem;
	color: #fff !important;
	font-size: 1.6rem;
	font-weight: 800;
	padding: 1.8rem 2.4rem;
	text-decoration: none;
	white-space: nowrap;
}

@media (max-width: 900px) {
	.vo-results__hero,
	.vo-results__section-heading,
	.vo-results__opposition,
	.vo-results__sources {
		grid-template-columns: 1fr;
	}

	.vo-results__roles {
		grid-template-columns: 1fr;
	}

	.vo-results__role {
		min-height: 0;
	}

	.vo-results__result {
		grid-template-columns: 4rem minmax(0, 1fr);
	}

	.vo-results__result ul {
		grid-column: 2;
	}

	.vo-results__honesty {
		grid-template-columns: 1fr;
	}

	.vo-results__honesty a {
		grid-column: 1;
	}

	.vo-results__sources > div:last-child {
		border-left: 0;
		padding-left: 0;
	}
}

@media (max-width: 620px) {
	.vo-results {
		font-size: 1.7rem;
	}

	.vo-results__hero {
		gap: 3.5rem;
		padding-bottom: 5.5rem;
		padding-top: 5.5rem;
	}

	.vo-results__hero h1 {
		font-size: clamp(4.8rem, 18vw, 7rem);
	}

	.vo-results__hero-copy {
		padding-left: 2rem;
	}

	.vo-results__role {
		padding-bottom: 5rem;
		padding-top: 5rem;
	}

	.vo-results__result {
		gap: 1.2rem;
		grid-template-columns: 1fr;
		padding: 3.2rem 0;
	}

	.vo-results__result ul {
		grid-column: 1;
	}

	.vo-results__lesson-grid {
		grid-template-columns: 1fr;
	}

	.vo-results__lesson-grid a {
		min-height: 20rem;
	}

	.vo-results__cta {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.vo-results__cta > a {
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vo-results * {
		scroll-behavior: auto !important;
	}
}
