.wp-site-blocks > .cheerer-about,
.wp-site-blocks > .cheerer-about + .wp-block-template-part {
	margin-block-start: 0;
}

.cheerer-about .is-layout-flow > * + *,
.cheerer-about .is-layout-constrained > * + *,
.cheerer-philosophy__pair > * + *,
.cheerer-philosophy__together-copy > * + *,
.cheerer-method__track > * + *,
.cheerer-scope__list > * + * {
	margin-block-start: 0;
}

.cheerer-about :is(h1, h2, h3) {
	font-feature-settings: "palt";
	word-break: keep-all;
}

.cheerer-about .wp-element-button {
	border-radius: 2px;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	min-height: 44px;
	padding: 0.65rem 1.1rem;
}

/* The page header lives in pages.css so all four section pages share it */

.cheerer-philosophy {
	border-top: 1px solid var(--wp--preset--color--border);
	padding-top: var(--wp--preset--spacing--2-xl);
	padding-bottom: var(--wp--preset--spacing--3-xl);
}

.cheerer-philosophy__pair {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--2-xl);
}

.cheerer-philosophy__item > .cheerer-philosophy__role {
	color: var(--wp--preset--color--primary);
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	margin: 0 0 0.85rem;
}

.cheerer-philosophy__item > h2.cheerer-philosophy__heading {
	font-size: clamp(1.5rem, 3.4vw, 2rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.35;
	margin: 0;
	margin-block-end: 0.9rem;
}

.cheerer-philosophy__item p {
	color: var(--wp--preset--color--text-secondary);
	line-height: 1.85;
	margin: 0;
	max-width: 22em;
	word-break: keep-all;
}

.cheerer-philosophy > .cheerer-philosophy__together {
	border-top: 1px solid var(--wp--preset--color--border);
	margin-block-start: var(--wp--preset--spacing--2-xl);
	padding-top: var(--wp--preset--spacing--2-xl);
}

.cheerer-philosophy__together-copy > h2.cheerer-philosophy__together-title {
	font-size: clamp(1.85rem, 4.4vw, 2.75rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.32;
	margin: 0;
	margin-block-end: 1.15rem;
	max-width: 10em;
}

.cheerer-philosophy__together-copy > h2.cheerer-philosophy__together-title::before {
	background-color: var(--wp--preset--color--primary);
	content: "";
	display: block;
	height: 2px;
	margin-bottom: 1.15rem;
	width: 1.75rem;
}

.cheerer-philosophy__together-copy p {
	color: var(--wp--preset--color--text-secondary);
	font-size: var(--wp--preset--font-size--large);
	line-height: 1.85;
	margin: 0;
	max-width: 28em;
	word-break: keep-all;
}

.cheerer-philosophy__proof {
	color: inherit;
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	margin-top: var(--wp--preset--spacing--l);
	text-decoration: none;
}

.cheerer-philosophy__proof:hover .cheerer-philosophy__proof-name,
.cheerer-about-wall__main:hover .cheerer-about-wall__name,
.cheerer-about-wall__side:hover .cheerer-about-wall__name {
	color: var(--wp--preset--color--primary);
}

.cheerer-philosophy__proof:focus-visible,
.cheerer-about-wall__main:focus-visible,
.cheerer-about-wall__side:focus-visible {
	outline: 3px solid var(--wp--custom--color--focus-ring);
	outline-offset: 3px;
}

.cheerer-philosophy__proof-img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.cheerer-philosophy__proof-name,
.cheerer-about-wall__name {
	color: var(--wp--preset--color--text);
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.cheerer-page-hero + .cheerer-film {
	padding-top: 0;
}

.cheerer-film {
	padding-bottom: var(--wp--preset--spacing--2-xl);
}

.cheerer-film > .cheerer-kicker {
	margin: 0 0 var(--wp--preset--spacing--l);
}

.cheerer-film__frame {
	aspect-ratio: 16 / 9;
	background-color: var(--wp--preset--color--secondary);
	margin: 0;
	overflow: hidden;
	position: relative;
}

.cheerer-film__poster,
.cheerer-film__video {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.cheerer-film__video {
	opacity: 0;
}

.cheerer-film__frame.is-playing .cheerer-film__poster {
	visibility: hidden;
}

.cheerer-film__frame.is-playing .cheerer-film__video {
	opacity: 1;
}

.cheerer-film__play {
	align-items: flex-end;
	background: transparent;
	border: 0;
	color: var(--wp--preset--color--text);
	cursor: pointer;
	display: flex;
	gap: 0.75rem;
	inset: 0;
	justify-content: flex-start;
	padding: 1.15rem 1.25rem;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.cheerer-film__icon {
	background-color: var(--wp--preset--color--primary);
	border-radius: 2px;
	flex: 0 0 44px;
	height: 44px;
	position: relative;
	width: 44px;
}

.cheerer-film__icon::after {
	border-color: transparent transparent transparent var(--wp--preset--color--text-on-dark);
	border-style: solid;
	border-width: 7px 0 7px 12px;
	content: "";
	left: 17px;
	position: absolute;
	top: 15px;
}

.cheerer-film__caption {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 44px;
	margin: 0;
}

.cheerer-film__play:hover .cheerer-film__icon,
.cheerer-film__play:focus-visible .cheerer-film__icon {
	background-color: var(--wp--preset--color--accent);
}

.cheerer-film__play:focus-visible,
.cheerer-film__video:focus-visible {
	outline: 3px solid var(--wp--custom--color--focus-ring);
	outline-offset: 3px;
}

.cheerer-film__frame.is-playing .cheerer-film__play {
	display: none;
}

.cheerer-page-hero + .cheerer-about-wall {
	border-top: 0;
	padding-top: 0;
}

.cheerer-about-wall {
	border-top: 1px solid var(--wp--preset--color--border);
	padding-top: var(--wp--preset--spacing--2-xl);
	padding-bottom: var(--wp--preset--spacing--3-xl);
}

.cheerer-about-wall > .cheerer-about-wall__intro {
	margin-bottom: var(--wp--preset--spacing--l);
	row-gap: 0.35rem;
	width: 100%;
}

.cheerer-about-wall__grid {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--l);
}

.cheerer-about-wall__main,
.cheerer-about-wall__side {
	color: inherit;
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	text-decoration: none;
}

.cheerer-about-wall__img {
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.cheerer-about-wall__main .cheerer-about-wall__img {
	aspect-ratio: 4 / 3;
}

.cheerer-about-wall__side .cheerer-about-wall__img {
	aspect-ratio: 16 / 9;
}

.cheerer-about-wall__img--start {
	object-position: left center;
}

.cheerer-method {
	padding-top: var(--wp--preset--spacing--section);
	padding-bottom: var(--wp--preset--spacing--section);
}

.cheerer-method > h2.cheerer-method__title {
	font-size: clamp(1.75rem, 3.8vw, 2.5rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.3;
	margin: 0;
	margin-block-end: var(--wp--preset--spacing--xl);
}

.cheerer-method__track {
	border-top: 1px solid var(--wp--preset--color--border);
	display: flex;
	flex-direction: column;
}

.cheerer-method__item {
	border-bottom: 1px solid var(--wp--preset--color--border);
	display: flex;
	flex-direction: column;
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	font-weight: 600;
	gap: 0.45rem;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0;
	padding: 1.25rem 0;
}

.cheerer-method__index {
	color: var(--wp--preset--color--muted);
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.14em;
}

.cheerer-scope {
	padding-top: var(--wp--preset--spacing--section);
	padding-bottom: var(--wp--preset--spacing--section-large);
}

.cheerer-scope > .cheerer-scope__intro {
	margin-bottom: var(--wp--preset--spacing--l);
	row-gap: 0.25rem;
	width: 100%;
}

.cheerer-scope__intro > h2.cheerer-scope__title {
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 500;
	letter-spacing: var(--wp--custom--letter-spacing--label);
	line-height: 1.4;
	margin: 0;
}

.cheerer-scope__list {
	border-top: 1px solid var(--wp--preset--color--border);
}

.cheerer-scope__item {
	border-bottom: 1px solid var(--wp--preset--color--border);
	font-size: clamp(1.35rem, 2.6vw, 1.75rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.35;
	margin: 0;
	padding: 1.25rem 0;
	word-break: keep-all;
}

@media (min-width: 782px) {
	.cheerer-philosophy__pair {
		display: grid;
		gap: 0;
		grid-template-columns: 1fr 1fr;
	}

	.cheerer-philosophy__together:not(.cheerer-philosophy__together--proof) .cheerer-philosophy__together-copy {
		align-items: start;
		column-gap: var(--wp--preset--spacing--4-xl);
		display: grid;
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	}

	.cheerer-philosophy__together:not(.cheerer-philosophy__together--proof) .cheerer-philosophy__together-copy > h2.cheerer-philosophy__together-title {
		margin-block-end: 0;
	}

	.cheerer-philosophy__together:not(.cheerer-philosophy__together--proof) .cheerer-philosophy__together-copy p {
		padding-top: 0.6rem;
	}

	.cheerer-philosophy__together--proof {
		align-items: start;
		column-gap: var(--wp--preset--spacing--3-xl);
		display: grid;
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	}

	.cheerer-philosophy__proof {
		margin-top: 0;
	}

	.cheerer-about-wall__grid {
		align-items: stretch;
		display: grid;
		gap: 1.15rem 1.35rem;
		grid-template-columns: 1.45fr 1fr;
		grid-template-rows: 1fr 1fr;
		min-height: 34rem;
	}

	.cheerer-about-wall__main,
	.cheerer-about-wall__side {
		min-height: 0;
	}

	.cheerer-about-wall__main {
		grid-row: 1 / span 2;
	}

	.cheerer-about-wall__main .cheerer-about-wall__img,
	.cheerer-about-wall__side .cheerer-about-wall__img {
		aspect-ratio: auto;
		flex: 1 1 0;
		height: 0;
		min-height: 10rem;
		object-fit: cover;
	}

	.cheerer-philosophy__item + .cheerer-philosophy__item {
		border-left: 1px solid var(--wp--preset--color--border);
		padding-left: 4.5rem;
		margin-left: 4.5rem;
	}

	.cheerer-method__track {
		display: grid;
		gap: 0 2rem;
		grid-template-columns: repeat(4, 1fr);
	}

	.cheerer-method__item {
		border-bottom: 0;
		padding: 1.25rem 0 0;
	}

	.cheerer-scope__list {
		border-bottom: 1px solid var(--wp--preset--color--border);
		border-top: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.cheerer-scope__item {
		border-bottom: 0;
		border-top: 1px solid var(--wp--preset--color--border);
		padding: 1.5rem 1.5rem 1.5rem 0;
	}

	.cheerer-scope__item:nth-child(even) {
		padding-left: 1.5rem;
		padding-right: 0;
	}
}

@media (min-width: 960px) {
	.cheerer-philosophy {
		padding-top: var(--wp--preset--spacing--section);
		padding-bottom: var(--wp--preset--spacing--section-large);
	}

	.cheerer-philosophy__together {
		margin-block-start: 4.5rem;
		padding-top: 4.5rem;
	}

	.cheerer-about-wall {
		padding-top: var(--wp--preset--spacing--section);
		padding-bottom: var(--wp--preset--spacing--section);
	}

	.cheerer-film {
		padding-bottom: var(--wp--preset--spacing--section);
	}

	.cheerer-scope__list {
		grid-template-columns: repeat(4, 1fr);
	}

	.cheerer-scope__item,
	.cheerer-scope__item:nth-child(even) {
		padding-left: 0;
		padding-right: 1.5rem;
	}

	.cheerer-scope__item:last-child {
		padding-right: 0;
	}
}
