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

.cheerer-home .is-layout-flow > * + *,
.cheerer-home .is-layout-constrained > * + *,
.cheerer-hero__layout > * + *,
.cheerer-problems__layout > * + *,
.cheerer-cta__layout > * + *,
.cheerer-case__main > * + * {
	margin-block-start: 0;
}

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

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

:is(.cheerer-home, .cheerer-about, .cheerer-page) .cheerer-kicker {
	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);
	margin: 0 0 0.65rem;
}

.cheerer-text-cta {
	margin: 0;
}

.cheerer-text-cta a {
	align-items: center;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	color: var(--wp--preset--color--text);
	display: inline-flex;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	min-height: 44px;
	text-decoration: none;
	transition: background-size var(--wp--custom--transition--duration) var(--wp--custom--transition--easing), color var(--wp--custom--transition--duration) var(--wp--custom--transition--easing);
}

.cheerer-text-cta a:hover {
	background-size: 100% 1px;
	color: var(--wp--preset--color--primary);
	text-decoration: none;
}

/* Every text CTA carries the arrow so the pattern copy stays plain */
.cheerer-text-cta a::after {
	content: "→";
	display: inline-block;
	margin-left: 0.4em;
	transition: transform var(--wp--custom--transition--duration) var(--wp--custom--transition--easing);
}

.cheerer-text-cta a:hover::after,
.cheerer-service:hover .cheerer-text-cta a::after {
	transform: translateX(4px);
}

.cheerer-hero {
	padding-top: var(--wp--preset--spacing--l);
	padding-bottom: var(--wp--preset--spacing--3-xl);
}

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

.cheerer-hero__copy > h1.cheerer-hero__title {
	display: block;
	font-size: clamp(2.5rem, 9vw, 3.5rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0;
	margin-block-end: 1.35rem;
}

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

.cheerer-hero__line {
	display: block;
	white-space: nowrap;
}

.cheerer-hero__mark {
	color: var(--wp--preset--color--warm);
	font-weight: 500;
}

/* Sections set blockGap 0, which makes WordPress zero the margins of their
   direct children. Spacing between siblings therefore has to be declared with
   the parent in the selector, otherwise the rule is silently dropped. */
.cheerer-hero__copy > .cheerer-hero__lead {
	color: var(--wp--preset--color--text-secondary);
	font-size: var(--wp--preset--font-size--large);
	line-break: strict;
	line-height: 1.85;
	margin: 0 0 var(--wp--preset--spacing--m);
	max-width: 22em;
	word-break: keep-all;
}

.cheerer-hero__cluster {
	column-gap: var(--wp--preset--spacing--l);
	row-gap: 0;
}

.cheerer-hero__cluster .wp-block-buttons {
	margin: 0;
}

.cheerer-hero__board {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	padding: 0;
}

.cheerer-hero__plate {
	aspect-ratio: 16 / 9;
	background-color: var(--wp--preset--color--background-soft);
	background-image: repeating-linear-gradient(
		90deg,
		rgba(0, 60, 120, 0.09) 0,
		rgba(0, 60, 120, 0.09) 1px,
		transparent 1px,
		transparent calc(100% / 12)
	);
	border: 1px solid var(--wp--preset--color--border);
	container-type: inline-size;
	flex: 1 1 auto;
	min-height: 14rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.cheerer-hero__word {
	bottom: 0;
	color: var(--wp--preset--color--primary);
	font-size: clamp(3.25rem, 17.5cqi, 5.5rem);
	font-weight: 700;
	left: 0;
	letter-spacing: -0.07em;
	line-height: 0.76;
	margin: 0;
	max-width: 100%;
	padding: 0 0.08em 0.1em 0.06em;
	position: absolute;
	z-index: 1;
}

.cheerer-hero__fragment {
	aspect-ratio: 1;
	display: block;
	height: auto;
	object-fit: cover;
	object-position: center 46%;
	position: absolute;
	right: 7%;
	top: 11%;
	width: min(32%, 7.25rem);
	z-index: 1;
}

.cheerer-problems {
	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-problems__layout {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--xl);
}

.cheerer-problems__title {
	color: var(--wp--preset--color--secondary);
	font-size: clamp(1.85rem, 4.4vw, 2.75rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.32;
	margin: 0;
	max-width: 9em;
}

.cheerer-problem {
	border-top: 1px solid var(--wp--preset--color--border);
	padding: 1.35rem 0 1.4rem;
}

.cheerer-problem:last-child {
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.cheerer-problem > h3.wp-block-heading {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.45;
	margin: 0;
	margin-block-end: 0.75rem;
}

.cheerer-problem p {
	color: var(--wp--preset--color--text-secondary);
	line-height: 1.8;
	margin: 0;
	max-width: 36em;
}

.cheerer-services {
	counter-reset: cheerer-service;
	padding-top: var(--wp--preset--spacing--section);
	padding-bottom: var(--wp--preset--spacing--section);
}

.cheerer-services > .cheerer-kicker,
.cheerer-services > h2.wp-block-heading {
	margin-left: 3.25rem;
}

.cheerer-services > h2.wp-block-heading {
	font-size: clamp(1.75rem, 3.6vw, 2.35rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.3;
	margin: 0;
	margin-block-end: var(--wp--preset--spacing--xl);
	margin-left: 3.25rem;
}

.cheerer-service {
	border-top: 1px solid var(--wp--preset--color--border);
	counter-increment: cheerer-service;
	display: grid;
	gap: 0.35rem 1rem;
	grid-template-columns: 2.25rem minmax(0, 1fr);
	padding: 1.5rem 0;
}

.cheerer-service:last-child {
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.cheerer-service::before {
	color: var(--wp--preset--color--primary);
	content: counter(cheerer-service, decimal-leading-zero);
	font-size: 0.75rem;
	font-variant-numeric: tabular-nums;
	font-weight: 500;
	grid-column: 1;
	grid-row: 1 / span 3;
	letter-spacing: 0.14em;
	line-height: 1;
	padding-top: 0.85em;
}

/* The number, title and arrow sit far apart, so hovering anywhere in the row
   moves them together */
.cheerer-service:hover > h3.wp-block-heading {
	color: var(--wp--preset--color--primary);
}

.cheerer-service:hover .cheerer-text-cta a {
	background-size: 100% 1px;
	color: var(--wp--preset--color--primary);
}

.cheerer-service > h3.wp-block-heading {
	font-size: clamp(1.35rem, 2.6vw, 1.75rem);
	font-weight: 600;
	grid-column: 2;
	letter-spacing: -0.02em;
	line-height: 1.35;
	margin: 0;
	margin-block-end: 0.55rem;
	transition: color var(--wp--custom--transition--duration) var(--wp--custom--transition--easing);
}

.cheerer-service__purpose {
	color: var(--wp--preset--color--text-secondary);
	grid-column: 2;
	line-height: 1.8;
	margin: 0;
	max-width: 28em;
	word-break: keep-all;
}

.cheerer-service > .cheerer-text-cta {
	grid-column: 2;
	margin-top: 0.35rem;
}

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

.cheerer-process > h2.wp-block-heading {
	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--2-xl);
}

.cheerer-process__track {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--xl);
	position: relative;
}

.cheerer-step {
	position: relative;
}

.cheerer-step > .cheerer-step__num {
	color: var(--wp--preset--color--primary);
	font-size: 0.8125rem;
	font-variant-numeric: tabular-nums;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1;
	margin: 0 0 0.85rem;
}

.cheerer-step > h3.wp-block-heading {
	font-size: 1.35rem;
	letter-spacing: -0.025em;
	line-height: 1.45;
	margin: 0;
	margin-block-end: 0.7rem;
}

.cheerer-step p {
	color: var(--wp--preset--color--text-secondary);
	line-height: 1.8;
	margin: 0;
	max-width: 22em;
}

.cheerer-cases {
	background-color: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--text-on-dark);
	padding-top: var(--wp--preset--spacing--section);
	padding-bottom: var(--wp--preset--spacing--section);
}

.cheerer-cases h2,
.cheerer-cases .wp-block-heading {
	color: var(--wp--preset--color--text-on-dark);
	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-cases .cheerer-text-cta a {
	color: var(--wp--preset--color--text-on-dark);
}

.cheerer-cases .cheerer-text-cta a:hover {
	color: var(--wp--preset--color--accent);
}

.cheerer-cases > .cheerer-cases__intro {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.5rem;
	justify-content: space-between;
	margin-bottom: var(--wp--preset--spacing--l);
}

.cheerer-cases__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cheerer-cases__list .wp-block-post {
	margin: 0;
}

.cheerer-cases__list .wp-block-post:first-child {
	padding: 0 0 var(--wp--preset--spacing--2-xl);
}

.cheerer-cases__list .wp-block-post:not(:first-child) {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0.95rem 0;
}

.cheerer-cases__list .wp-block-post:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Empty state: the message carries the section and the frame beside it is
   openly a holding frame, so nothing reads as a missing image */
.cheerer-stage {
	background: transparent;
	border: 0;
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--l);
	margin: 0;
	padding: 0;
}

.cheerer-stage__wall {
	align-items: flex-end;
	aspect-ratio: 16 / 9;
	border: 1px solid rgba(255, 255, 255, 0.22);
	display: flex;
	overflow: hidden;
	position: relative;
}

.cheerer-stage__wall::before {
	background-image: repeating-linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.14) 0,
		rgba(255, 255, 255, 0.14) 1px,
		transparent 1px,
		transparent calc(100% / 12)
	);
	content: "";
	inset: 0;
	position: absolute;
}

.cheerer-stage__wall::after {
	color: rgba(255, 255, 255, 0.3);
	content: "cheerer!";
	font-size: clamp(2.75rem, 7vw, 4.5rem);
	font-weight: 700;
	letter-spacing: -0.07em;
	line-height: 0.78;
	padding: 0 0 0.18em 0.07em;
	position: relative;
}

.cheerer-stage__copy > .cheerer-stage__label {
	color: var(--wp--custom--color--text-on-dark-muted);
	font-size: var(--wp--preset--font-size--small);
	letter-spacing: 0.08em;
	margin: 0 0 0.75rem;
}

.cheerer-stage__msg {
	color: var(--wp--preset--color--text-on-dark);
	font-size: clamp(1.35rem, 2.8vw, 1.75rem);
	line-height: 1.5;
	margin: 0;
	max-width: 18em;
	text-wrap: balance;
	word-break: keep-all;
}

.cheerer-case .wp-block-post-featured-image {
	margin: 0;
	overflow: hidden;
}

.cheerer-case .wp-block-post-featured-image a,
.cheerer-case .wp-block-post-featured-image img {
	display: block;
	object-fit: cover;
	width: 100%;
}

.cheerer-case .wp-block-post-featured-image img {
	transition: transform var(--wp--custom--transition--duration) var(--wp--custom--transition--easing);
}

.cheerer-case .wp-block-post-featured-image a:hover img {
	transform: scale(1.02);
}

.cheerer-case .wp-block-post-title {
	letter-spacing: -0.03em;
	line-height: 1.2;
	margin: 0;
	word-break: keep-all;
}

.cheerer-case .wp-block-post-title a {
	color: var(--wp--preset--color--text-on-dark);
	text-decoration: none;
}

.cheerer-case .wp-block-post-title a:hover,
.cheerer-case:hover .wp-block-post-title a {
	color: var(--wp--preset--color--soft-orange);
}

.cheerer-case .wp-block-post-excerpt {
	color: var(--wp--custom--color--text-on-dark-muted);
	margin: 0;
}

.cheerer-case .wp-block-post-excerpt p {
	margin: 0;
}

a.cheerer-case__more {
	align-items: center;
	color: var(--wp--preset--color--text-on-dark);
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 500;
	gap: 0.4em;
	min-height: 44px;
	text-decoration: none;
}

a.cheerer-case__more::after {
	content: "→";
	transition: transform var(--wp--custom--transition--duration) var(--wp--custom--transition--easing);
}

.cheerer-case:hover a.cheerer-case__more::after {
	transform: translateX(4px);
}

.cheerer-cases__list .wp-block-post:first-child .wp-block-post-title {
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	margin: 0 0 0.85rem;
}

.cheerer-cases__list .wp-block-post:first-child .wp-block-post-excerpt {
	margin: 0 0 0.85rem;
	max-width: 22em;
}

.cheerer-cases__list .wp-block-post:first-child .wp-block-post-featured-image {
	margin-top: 1.25rem;
}

.cheerer-cases__list .wp-block-post:first-child .wp-block-post-featured-image img {
	aspect-ratio: 16 / 9;
}

.cheerer-cases__list .wp-block-post:not(:first-child) .cheerer-case {
	align-items: center;
	column-gap: 1rem;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 5.5rem;
}

.cheerer-cases__list .wp-block-post:not(:first-child) .wp-block-post-title {
	font-size: clamp(1.0625rem, 2.4vw, 1.25rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	margin: 0 0 0.25rem;
}

.cheerer-cases__list .wp-block-post:not(:first-child) .wp-block-post-excerpt p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cheerer-cases__list .wp-block-post:not(:first-child) a.cheerer-case__more {
	display: none;
}

.cheerer-cases__list .wp-block-post:not(:first-child) .wp-block-post-featured-image {
	height: 4.15rem;
	justify-self: end;
	width: 5.5rem;
}

.cheerer-cases__list .wp-block-post:not(:first-child) .wp-block-post-featured-image img {
	aspect-ratio: 4 / 3;
	height: 4.15rem;
}

.cheerer-cases__list .wp-block-post:not(:first-child) .cheerer-case:not(:has(.wp-block-post-featured-image)) {
	grid-template-columns: minmax(0, 1fr);
}

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

.cheerer-why > h2.cheerer-why__title {
	font-size: clamp(1.85rem, 4.6vw, 2.85rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.32;
	margin: 0;
	margin-block-end: 3.25rem;
}

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

.cheerer-why__item--lead > h3.wp-block-heading {
	font-size: clamp(1.25rem, 2.2vw, 1.5rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.5;
	margin: 0;
	margin-block-end: 1.15rem;
}

.cheerer-why__item--lead > h3.wp-block-heading::before {
	background-color: var(--wp--preset--color--primary);
	content: "";
	display: block;
	height: 2px;
	margin-bottom: 0.85rem;
	width: 1.25rem;
}

.cheerer-why__item--lead p {
	color: var(--wp--preset--color--text-secondary);
	line-height: 1.9;
	margin: 0;
	max-width: 22em;
}

.cheerer-why > .cheerer-why__notes {
	border-top: 1px solid var(--wp--preset--color--border);
	color: var(--wp--preset--color--text-secondary);
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	gap: var(--wp--preset--spacing--xl);
	line-height: 1.9;
	margin-block-start: 2.75rem;
	padding-top: 2.75rem;
}

.cheerer-why__notes p {
	margin: 0;
	max-width: 28em;
}

.cheerer-why__notes strong {
	color: var(--wp--preset--color--text);
	display: block;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.6em;
}

.cheerer-faq {
	counter-reset: cheerer-faq;
	padding-top: var(--wp--preset--spacing--xl);
	padding-bottom: var(--wp--preset--spacing--3-xl);
}

.cheerer-faq h2.cheerer-faq__title {
	font-size: clamp(1.75rem, 3.6vw, 2.35rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.3;
	margin: 0 0 var(--wp--preset--spacing--l);
}

.cheerer-faq__list {
	max-width: 46rem;
}

.cheerer-faq__item {
	border-top: 1px solid var(--wp--preset--color--border);
	counter-increment: cheerer-faq;
	margin: 0;
}

.cheerer-faq__item:last-of-type {
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.cheerer-faq__item summary {
	align-items: baseline;
	cursor: pointer;
	display: flex;
	font-size: 1.125rem;
	font-weight: 600;
	gap: 1rem;
	letter-spacing: -0.02em;
	list-style: none;
	min-height: var(--wp--custom--control--min-height);
	padding: 1.15rem 0;
	transition: color var(--wp--custom--transition--duration) var(--wp--custom--transition--easing);
}

.cheerer-faq__item summary::-webkit-details-marker {
	display: none;
}

.cheerer-faq__item summary::before {
	color: var(--wp--preset--color--primary);
	content: counter(cheerer-faq, decimal-leading-zero);
	flex: 0 0 auto;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	min-width: 1.75rem;
	padding-top: 0.2em;
}

/* Without a marker there is nothing to say the row expands */
.cheerer-faq__item summary::after {
	background-image: linear-gradient(var(--wp--preset--color--text) 0 0), linear-gradient(var(--wp--preset--color--text) 0 0);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 1px, 1px 100%;
	content: "";
	flex: 0 0 auto;
	height: 0.75rem;
	margin-left: auto;
	transition: background-size var(--wp--custom--transition--duration) var(--wp--custom--transition--easing);
	width: 0.75rem;
}

.cheerer-faq__item[open] summary::after {
	background-size: 100% 1px, 1px 0;
}

.cheerer-faq__item summary:hover {
	color: var(--wp--preset--color--primary);
}

.cheerer-faq__item summary:hover::after {
	background-image: linear-gradient(var(--wp--preset--color--primary) 0 0), linear-gradient(var(--wp--preset--color--primary) 0 0);
}

.cheerer-faq__item .wp-block-details__content,
.cheerer-faq__item p {
	color: var(--wp--preset--color--text-secondary);
	margin: 0;
	max-width: 34em;
	padding: 0 0 1.25rem 2.75rem;
}

/* The closing invitation sits on the light tint so the dark footer below it
   stays the only dark band and the two no longer blur into one another */
.cheerer-cta {
	border-top: 1px solid var(--wp--preset--color--border);
	padding-top: var(--wp--preset--spacing--section);
	padding-bottom: var(--wp--preset--spacing--section);
}

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

.cheerer-cta__main > h2.cheerer-cta__title {
	font-size: clamp(2.25rem, 6vw, 3.5rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.22;
	margin: 0;
	margin-block-end: 1.25rem;
}

.cheerer-cta__main > .cheerer-cta__lead {
	color: var(--wp--preset--color--text-secondary);
	font-size: var(--wp--preset--font-size--large);
	line-height: 1.65;
	margin: 0 0 var(--wp--preset--spacing--l);
	max-width: 22em;
	word-break: keep-all;
}

.cheerer-cta__contact a {
	align-items: center;
	color: var(--wp--preset--color--text);
	display: inline-flex;
	font-size: var(--wp--preset--font-size--large);
	min-height: var(--wp--custom--control--min-height);
	text-decoration: none;
}

.cheerer-cta__contact a:hover {
	color: var(--wp--preset--color--primary);
	text-decoration: none;
}

@media (min-width: 782px) {
	.cheerer-services > .cheerer-kicker,
	.cheerer-services > h2.wp-block-heading {
		margin-left: calc(2.5rem + var(--wp--preset--spacing--l));
	}

	.cheerer-service {
		align-items: start;
		column-gap: var(--wp--preset--spacing--l);
		grid-template-columns: 2.5rem minmax(0, 1fr) auto;
		padding: 2.15rem 0;
	}

	.cheerer-service::before {
		grid-row: 1 / span 2;
	}

	.cheerer-service > h3.wp-block-heading,
	.cheerer-service__purpose {
		grid-column: 2;
	}

	.cheerer-service > .cheerer-text-cta {
		grid-column: 3;
		grid-row: 1 / span 2;
		margin-top: 0;
		padding-top: 0.15rem;
	}

	.cheerer-why__featured {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 3.5rem 4.5rem;
	}

	.cheerer-why > .cheerer-why__notes {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 3.5rem 4.5rem;
	}

	.cheerer-why > h2.cheerer-why__title {
		margin-block-end: 6rem;
	}

	.cheerer-cases__list .wp-block-post:first-child .cheerer-case {
		align-items: center;
		column-gap: var(--wp--preset--spacing--3-xl);
		display: grid;
		grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	}

	.cheerer-cases__list .wp-block-post:first-child .wp-block-post-featured-image {
		margin: 0;
	}

	.cheerer-cases__list .wp-block-post:first-child .wp-block-post-featured-image img {
		aspect-ratio: 4 / 3;
		min-height: 20rem;
	}

	.cheerer-cases__list .wp-block-post:not(:first-child) {
		padding: 1.1rem 0;
	}

	.cheerer-cases__list .wp-block-post:not(:first-child) .cheerer-case__main {
		display: contents;
	}

	.cheerer-cases__list .wp-block-post:not(:first-child) .cheerer-case {
		column-gap: var(--wp--preset--spacing--xl);
		grid-template-columns: minmax(12rem, 0.85fr) minmax(0, 1.35fr) 7.25rem;
	}

	.cheerer-cases__list .wp-block-post:not(:first-child) .wp-block-post-title {
		grid-column: 1;
		grid-row: auto;
	}

	.cheerer-cases__list .wp-block-post:not(:first-child) .cheerer-case__copy {
		grid-column: 2;
		grid-row: auto;
	}

	.cheerer-cases__list .wp-block-post:not(:first-child) .wp-block-post-excerpt {
		max-width: none;
	}

	.cheerer-cases__list .wp-block-post:not(:first-child) .wp-block-post-excerpt p {
		-webkit-line-clamp: 1;
	}

	.cheerer-cases__list .wp-block-post:not(:first-child) .wp-block-post-featured-image {
		grid-column: 3;
		height: 5.25rem;
		width: 7.25rem;
	}

	.cheerer-cases__list .wp-block-post:not(:first-child) .wp-block-post-featured-image img {
		height: 5.25rem;
	}

	.cheerer-cases__list .wp-block-post:not(:first-child) .cheerer-case:not(:has(.wp-block-post-featured-image)) {
		grid-template-columns: minmax(12rem, 0.85fr) minmax(0, 1.35fr);
	}

	.cheerer-stage {
		align-items: end;
		column-gap: var(--wp--preset--spacing--3-xl);
		display: grid;
		grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	}

	/* Last in its column, so the selector also names the element to outrank the
	   layout rule that clears the final child's bottom margin */
	.cheerer-stage__copy > p.cheerer-stage__msg {
		margin-bottom: 0.35rem;
	}
}

@media (min-width: 960px) {
	.cheerer-hero {
		padding-top: var(--wp--preset--spacing--xl);
		padding-bottom: var(--wp--preset--spacing--4-xl);
	}

	.cheerer-hero__layout {
		align-items: stretch;
		display: grid;
		gap: var(--wp--preset--spacing--3-xl);
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	}

	.cheerer-hero__copy > h1.cheerer-hero__title {
		font-size: clamp(2.75rem, 4.6vw, 3.75rem);
		line-height: 1.18;
		margin-block-end: 1.35rem;
	}

	.cheerer-hero__copy {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.cheerer-hero__stage {
		align-items: center;
		display: flex;
	}

	.cheerer-hero__board {
		height: auto;
		width: 100%;
	}

	.cheerer-hero__plate {
		aspect-ratio: 16 / 9;
		flex: 0 0 auto;
		min-height: 0;
	}

	.cheerer-hero__fragment {
		right: 8%;
		top: 12%;
		width: min(32%, 10.5rem);
	}

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

	.cheerer-problems__layout {
		align-items: start;
		display: grid;
		gap: var(--wp--preset--spacing--4-xl);
		grid-template-columns: 0.85fr 1.15fr;
	}

	.cheerer-problems__title {
		position: sticky;
		top: 6.5rem;
	}

	.cheerer-cta__layout {
		align-items: end;
		display: grid;
		gap: var(--wp--preset--spacing--3-xl);
		grid-template-columns: 1.35fr 0.75fr;
	}

	/* Section title becomes a left rail, matching the problems section */
	.cheerer-faq__layout {
		align-items: start;
		column-gap: var(--wp--preset--spacing--4-xl);
		display: grid;
		grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
	}

	.cheerer-faq > .cheerer-faq__layout > h2.cheerer-faq__title {
		margin-block-end: 0;
	}
}

@media (min-width: 1200px) {
	.cheerer-process__track {
		display: grid;
		gap: var(--wp--preset--spacing--xl);
		grid-template-columns: repeat(4, 1fr);
	}

	.cheerer-process__track::before {
		background-color: rgba(0, 110, 190, 0.28);
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		right: 0;
		top: 0.45em;
	}

	.cheerer-step__num {
		background-color: var(--wp--preset--color--background-muted);
		display: inline-block;
		margin-bottom: 0.85rem;
		padding-right: 0.7rem;
		position: relative;
		z-index: 1;
	}
}
