/**
 * Mission & Vision page.
 *
 * Everything is scoped to the dedicated page wrapper so no other route inherits
 * this presentation.
 */

.ych-mission-vision-page {
	overflow: clip;
	background: var(--ych-bg-primary);
	color: var(--ych-text-primary);
}

.ych-mission-vision-page :where(h1, h2, h3, p) {
	margin-block-start: 0;
}

.ych-mission-vision-page :where(h1, h2, h3) {
	color: var(--ych-text-primary);
	text-wrap: balance;
}

.ych-mission-vision-page p {
	color: var(--ych-text-secondary);
}

.ych-mv-eyebrow {
	margin-block-end: 1rem;
	color: var(--ych-accent-blue) !important;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.ych-mv-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--ych-bg-primary);
}

.ych-mv-hero__grid {
	position: relative;
	isolation: isolate;
	display: grid;
	min-height: clamp(30rem, 58vh, 36rem);
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: 0;
}

.ych-mv-breadcrumb {
	margin-block-end: clamp(2.5rem, 4vw, 3.75rem);
}

.ych-mv-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.625rem;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--ych-text-muted);
	font-size: 0.75rem;
	font-weight: 700;
}

.ych-mv-breadcrumb li + li::before {
	content: "/";
	margin-inline-end: 0.625rem;
	color: var(--ych-border-strong);
}

.ych-mv-breadcrumb a {
	color: var(--ych-text-secondary);
	text-decoration: none;
	transition: color var(--ych-transition);
}

.ych-mv-breadcrumb a:hover {
	color: var(--ych-text-primary);
}

.ych-mv-hero h1 {
	max-width: 11ch;
	margin-block-end: 1.5rem;
	font-size: clamp(3rem, 5vw, 4.5rem);
	letter-spacing: -0.048em;
	line-height: 0.94;
}

.ych-mv-hero__lead {
	max-width: 42rem;
	margin-block-end: 0;
	color: rgba(244, 246, 251, 0.82);
	font-size: clamp(1.05rem, 1.5vw, 1.28rem);
	line-height: 1.7;
}

.ych-mv-hero__content {
	position: relative;
	z-index: 2;
	grid-area: 1 / 1;
	max-width: 48rem;
	padding-block: clamp(4rem, 7vw, 6rem);
}

.ych-mv-hero__media {
	position: absolute;
	z-index: 0;
	inset: 0 calc(50% - 50vw);
	grid-area: 1 / 1;
	width: 100vw;
	height: 100%;
	margin: 0;
	overflow: hidden;
	background: var(--ych-bg-card);
}

.ych-mv-hero__media::after {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(90deg, rgba(5, 12, 22, 0.98) 0%, rgba(5, 12, 22, 0.91) 37%, rgba(5, 12, 22, 0.54) 67%, rgba(5, 12, 22, 0.22) 100%),
		linear-gradient(0deg, rgba(5, 12, 22, 0.74) 0%, transparent 54%);
}

.ych-mv-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center 46%;
}

.ych-mv-section {
	padding-block: clamp(4rem, 6vw, 5.75rem);
}

.ych-mv-section__header {
	max-width: 52rem;
	margin-block-end: clamp(2.5rem, 4vw, 3.75rem);
}

.ych-mv-section__header--split {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.55fr);
	align-items: end;
	gap: clamp(2rem, 5vw, 5rem);
	max-width: none;
}

.ych-mv-section__header h2 {
	margin-block-end: 1.25rem;
	font-size: var(--ych-type-h2);
	letter-spacing: -0.035em;
	line-height: 1;
}

.ych-mv-section__header--split h2 {
	max-width: 15ch;
	margin-block-end: 0;
}

.ych-mv-section__header > p:last-child,
.ych-mv-section__header--split > p {
	max-width: 42rem;
	margin-block-end: 0;
	font-size: 1rem;
	line-height: 1.75;
}

.ych-mv-purpose {
	background: var(--ych-bg-secondary);
	color: var(--ych-text-primary);
}

.ych-mv-purpose :where(h2, h3) {
	color: var(--ych-text-primary);
}

.ych-mv-purpose .ych-mv-section__header p:not(.ych-mv-eyebrow) {
	color: var(--ych-text-secondary);
}

.ych-mv-purpose__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

.ych-mv-purpose__card {
	position: relative;
	min-height: 20rem;
	padding: clamp(2rem, 3vw, 3rem);
	border-radius: var(--ych-radius-panel);
	overflow: hidden;
}

.ych-mv-purpose__card h3 {
	max-width: 12ch;
	margin-block-end: 1.5rem;
	font-size: clamp(2.25rem, 4vw, 3.75rem);
	letter-spacing: -0.04em;
}

.ych-mv-purpose__card > p:last-child {
	position: relative;
	z-index: 1;
	max-width: 42rem;
	margin-block-end: 0;
	font-size: clamp(1.04rem, 1.35vw, 1.16rem);
	line-height: 1.8;
}

.ych-mv-purpose__card--vision {
	border: 1px solid var(--ych-border);
	background: var(--ych-bg-card);
	box-shadow: var(--ych-shadow-small);
}

.ych-mv-purpose__card--vision::after {
	position: absolute;
	inset: auto 0 0;
	height: 0.35rem;
	content: "";
	background: var(--ych-accent-gradient);
}

.ych-mv-purpose__card--vision p {
	color: var(--ych-text-secondary);
}

.ych-mv-purpose__card--mission {
	background:
		radial-gradient(circle at 95% 10%, rgba(154, 114, 208, 0.28), transparent 17rem),
		var(--ych-bg-secondary);
	box-shadow: var(--ych-shadow-medium);
}

.ych-mv-purpose__card--mission p {
	color: var(--ych-text-secondary);
}

.ych-mv-purpose__card--mission h3 {
	color: var(--ych-text-primary);
}

.ych-mv-purpose__marker {
	position: absolute;
	inset: 1.25rem 1.5rem auto auto;
	color: rgba(120, 169, 228, 0.16);
	font-family: var(--ych-font-heading);
	font-size: clamp(4rem, 8vw, 7rem);
	font-weight: 700;
	line-height: 1;
}

.ych-mv-purpose__label {
	position: relative;
	z-index: 1;
	margin-block-end: 1.5rem;
	color: var(--ych-accent-blue) !important;
	font-size: 0.7rem !important;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ych-mv-purpose__icon {
	position: relative;
	z-index: 1;
	display: block;
	width: 5.25rem;
	height: 5.25rem;
	margin-block-end: 2rem;
	object-fit: contain;
}

.ych-mv-purpose__icon--vision {
	width: 6.25rem;
	height: 6.25rem;
}

.ych-mv-values {
	position: relative;
	background:
		linear-gradient(rgba(9, 19, 34, 0.93), rgba(9, 19, 34, 0.97)),
		var(--ych-mv-values-background, none) center / cover no-repeat,
		var(--ych-bg-primary);
}

.ych-mv-values__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.ych-mv-value-card {
	position: relative;
	min-height: 0;
	padding: 0;
	border: 1px solid var(--ych-border);
	border-radius: var(--ych-radius-card);
	overflow: hidden;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
	transition:
		transform var(--ych-transition),
		border-color var(--ych-transition),
		background-color var(--ych-transition);
}

.ych-mv-value-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--ych-bg-card);
}

.ych-mv-value-card__media::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, transparent 48%, rgba(9, 19, 34, 0.72));
}

.ych-mv-value-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
}

.ych-mv-value-card__body {
	min-height: 12rem;
	padding: clamp(1.75rem, 3vw, 2.25rem);
}

.ych-mv-value-card__number {
	position: absolute;
	z-index: 2;
	inset: auto auto 1rem 1rem;
	color: var(--ych-text-primary);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.ych-mv-value-card h3 {
	margin-block-end: 1rem;
	font-size: clamp(1.65rem, 2.35vw, 2.35rem);
	letter-spacing: -0.025em;
}

.ych-mv-value-card p {
	margin-block-end: 0;
	line-height: 1.75;
}

.ych-mv-impact {
	background: var(--ych-bg-secondary);
}

.ych-mv-impact__list {
	display: grid;
	max-width: 80rem;
	margin-inline: auto;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.ych-mv-impact__row {
	display: grid;
	min-width: 0;
	grid-template-columns: 3.75rem minmax(0, 1fr);
	align-items: start;
	gap: 1.5rem;
	padding: clamp(1.75rem, 3vw, 2.5rem);
	border: 1px solid var(--ych-border);
	border-radius: var(--ych-radius-card);
	background: var(--ych-bg-card);
	transition: transform var(--ych-transition), border-color var(--ych-transition), background-color var(--ych-transition);
}

.ych-mv-impact__row--reverse .ych-mv-impact__visual {
	order: initial;
	justify-self: auto;
}

.ych-mv-impact__row--reverse {
	grid-template-columns: 3.75rem minmax(0, 1fr);
}

.ych-mv-impact__row--reverse .ych-mv-impact__content {
	order: initial;
}

.ych-mv-impact__visual {
	position: relative;
	display: grid;
	width: 3.75rem;
	max-width: none;
	aspect-ratio: 1;
	place-items: center;
	border: 0;
	border-radius: 0;
	overflow: hidden;
	background: transparent;
}

.ych-mv-impact__visual-number {
	display: none;
}

.ych-mv-impact__image {
	position: relative;
	z-index: 1;
	width: 3.75rem;
	height: 3.75rem;
	object-fit: contain;
	transition: transform 500ms ease;
}

.ych-mv-impact__number {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-block-end: 1.2rem;
	color: var(--ych-accent-blue) !important;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.ych-mv-impact__number span {
	width: 3.5rem;
	height: 1px;
	background: var(--ych-accent-gradient);
}

.ych-mv-impact__content h3 {
	margin-block-end: 1.5rem;
	font-size: clamp(1.6rem, 2.3vw, 2.2rem);
	letter-spacing: -0.03em;
	line-height: 1.08;
}

.ych-mv-impact__content > p:last-child {
	max-width: 51rem;
	margin-block-end: 0;
	font-size: 1rem;
	line-height: 1.82;
}

.ych-mv-cta {
	background: var(--ych-bg-primary);
}

.ych-mv-cta__panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: clamp(2rem, 5vw, 5rem);
	padding: clamp(2.5rem, 5vw, 5rem);
	border: 1px solid var(--ych-border-strong);
	border-radius: var(--ych-radius-panel);
	overflow: hidden;
	background:
		radial-gradient(circle at 95% 15%, rgba(154, 114, 208, 0.25), transparent 24rem),
		linear-gradient(135deg, var(--ych-bg-secondary), var(--ych-bg-card));
	box-shadow: var(--ych-shadow-large);
}

.ych-mv-cta__panel::before {
	position: absolute;
	inset: auto -8rem -10rem auto;
	width: 24rem;
	aspect-ratio: 1;
	border: 1px solid rgba(120, 169, 228, 0.12);
	border-radius: 50%;
	content: "";
}

.ych-mv-cta h2 {
	margin-block-end: 1.25rem;
	font-size: var(--ych-type-h2);
	letter-spacing: -0.035em;
}

.ych-mv-cta__panel p:last-child {
	max-width: 47rem;
	margin-block-end: 0;
	line-height: 1.75;
}

.ych-mv-cta__actions {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
}

.ych-mv-button {
	display: inline-flex;
	min-height: 3.25rem;
	align-items: center;
	justify-content: center;
	padding: 0.875rem 1.35rem;
	border: 1px solid transparent;
	border-radius: var(--ych-radius-button);
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition:
		transform var(--ych-transition),
		background-color var(--ych-transition),
		border-color var(--ych-transition),
		color var(--ych-transition);
}

.ych-mv-button--primary {
	background: var(--ych-accent-blue);
	color: var(--ych-bg-primary);
}

.ych-mv-button--secondary {
	border-color: var(--ych-border-strong);
	background: rgba(255, 255, 255, 0.035);
	color: var(--ych-text-primary);
}

.ych-mv-breadcrumb a:focus-visible,
.ych-mv-button:focus-visible {
	outline: 0.1875rem solid var(--ych-focus);
	outline-offset: 0.25rem;
}

@media (hover: hover) {
	.ych-mv-value-card:hover {
		transform: translateY(-0.35rem);
		border-color: var(--ych-border-strong);
		background: var(--ych-bg-card-hover);
	}

	.ych-mv-value-card:hover .ych-mv-value-card__image {
		transform: scale(1.045);
	}

	.ych-mv-impact__row:hover {
		transform: translateY(-0.25rem);
		border-color: var(--ych-border-strong);
		background: var(--ych-bg-card-hover);
	}

	.ych-mv-impact__row:hover .ych-mv-impact__image {
		transform: scale(1.045);
	}

	.ych-mv-button:hover {
		transform: translateY(-0.15rem);
	}

	.ych-mv-button--primary:hover {
		background: var(--ych-focus);
		color: var(--ych-bg-primary);
	}

	.ych-mv-button--secondary:hover {
		border-color: var(--ych-accent-blue);
		background: rgba(120, 169, 228, 0.08);
		color: var(--ych-text-primary);
	}
}

@media (max-width: 64rem) {
	.ych-mv-hero__grid,
	.ych-mv-section__header--split,
	.ych-mv-cta__panel {
		grid-template-columns: 1fr;
	}

	.ych-mv-section__header--split h2 {
		max-width: 18ch;
	}

	.ych-mv-impact__row {
		gap: 1.5rem;
	}

	.ych-mv-cta__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 48rem) {
	.ych-mv-hero__grid {
		min-height: 36rem;
	}

	.ych-mv-hero__grid,
	.ych-mv-purpose__grid,
	.ych-mv-values__grid {
		grid-template-columns: 1fr;
	}

	.ych-mv-breadcrumb {
		margin-block-end: 2.75rem;
	}

	.ych-mv-hero h1 {
		font-size: clamp(3.15rem, 15vw, 5rem);
	}

	.ych-mv-purpose__card {
		min-height: auto;
	}

	.ych-mv-purpose__card {
		padding: 2rem;
	}

	.ych-mv-value-card {
		min-height: 0;
	}

	.ych-mv-impact__list {
		grid-template-columns: 1fr;
	}

	.ych-mv-impact__row,
	.ych-mv-impact__row--reverse {
		grid-template-columns: 3.75rem minmax(0, 1fr);
		gap: 1.25rem;
	}

	.ych-mv-impact__visual {
		width: 3.75rem;
		justify-self: start;
	}

	.ych-mv-impact__image {
		width: 3.75rem;
		height: 3.75rem;
	}

	.ych-mv-cta__actions,
	.ych-mv-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ych-mission-vision-page *,
	.ych-mission-vision-page *::before,
	.ych-mission-vision-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (forced-colors: active) {
	.ych-mv-purpose__card,
	.ych-mv-value-card,
	.ych-mv-impact__visual,
	.ych-mv-cta__panel {
		border: 0.125rem solid CanvasText;
	}
}

/*
 * Compact proportions aligned with the About landing page.
 */
.ych-mv-hero__grid {
	min-height: clamp(25rem, 52vh, 29rem);
}

.ych-mv-hero__content {
	padding-block: clamp(3rem, 5vw, 4.25rem);
}

.ych-mv-breadcrumb {
	margin-block-end: clamp(1.75rem, 3vw, 2.5rem);
}

.ych-mv-hero h1 {
	font-size: clamp(2.75rem, 4.25vw, 3.75rem);
	line-height: 0.96;
}

.ych-mv-section {
	padding-block: clamp(3.5rem, 5vw, 4.25rem);
}

.ych-mv-section__header {
	margin-block-end: clamp(2rem, 3vw, 2.75rem);
}

.ych-mv-section__header h2,
.ych-mv-cta h2 {
	font-size: clamp(2.5rem, 4vw, 3.35rem);
}

.ych-mv-purpose__card {
	min-height: 0;
	padding: clamp(1.75rem, 2.5vw, 2.25rem);
}

.ych-mv-purpose__card h3 {
	margin-block-end: 1rem;
	font-size: clamp(2rem, 3vw, 2.75rem);
}

.ych-mv-value-card__body,
.ych-mv-impact__row {
	padding: clamp(1.4rem, 2vw, 1.85rem);
}

.ych-mv-value-card__body {
	min-height: 0;
}

.ych-mv-impact__content h3 {
	margin-block-end: 1rem;
	font-size: clamp(1.45rem, 2vw, 1.85rem);
}

.ych-mv-cta__panel {
	gap: clamp(1.5rem, 3vw, 3rem);
	padding: clamp(2rem, 3.5vw, 3rem);
}

@media (max-width: 42rem) {
	.ych-mv-hero__grid {
		min-height: 22rem;
	}

	.ych-mv-hero__content,
	.ych-mv-section {
		padding-block: 3rem;
	}

	.ych-mv-hero h1,
	.ych-mv-section__header h2,
	.ych-mv-cta h2 {
		font-size: clamp(2.25rem, 10vw, 2.75rem);
	}

	.ych-mv-purpose__card,
	.ych-mv-value-card__body,
	.ych-mv-impact__row,
	.ych-mv-cta__panel {
		padding: 1.25rem;
	}
}

/*
 * Refined editorial scale.
 *
 * Keeps the existing content and visual identity while reducing the oversized
 * presentation and giving long-form copy a more comfortable reading width.
 */
.ych-mv-hero__grid {
	min-height: clamp(21.5rem, 44vh, 24rem);
}

.ych-mv-hero__content {
	max-width: 43rem;
	padding-block: clamp(2.5rem, 4vw, 3.5rem);
}

.ych-mv-breadcrumb {
	margin-block-end: clamp(1.25rem, 2vw, 1.75rem);
}

.ych-mv-hero h1 {
	margin-block-end: 1rem;
	font-size: clamp(2.6rem, 3.75vw, 3.25rem);
	line-height: 0.98;
}

.ych-mv-hero__lead {
	max-width: 38rem;
	font-size: clamp(1rem, 1.25vw, 1.12rem);
	line-height: 1.65;
}

.ych-mv-section {
	padding-block: clamp(2.75rem, 4vw, 3.5rem);
}

.ych-mv-section__header {
	margin-block-end: clamp(1.5rem, 2.5vw, 2rem);
}

.ych-mv-section__header h2,
.ych-mv-cta h2 {
	font-size: clamp(2.15rem, 3.4vw, 2.8rem);
	line-height: 1.04;
}

.ych-mv-section__header > p:last-child,
.ych-mv-section__header--split > p {
	line-height: 1.65;
}

.ych-mv-purpose__grid,
.ych-mv-values__grid,
.ych-mv-impact__list {
	gap: clamp(1rem, 2vw, 1.35rem);
}

.ych-mv-purpose__card {
	padding: clamp(1.4rem, 2vw, 1.75rem);
}

.ych-mv-purpose__icon {
	width: 4rem;
	height: 4rem;
	margin-block-end: 1.25rem;
}

.ych-mv-purpose__icon--vision {
	width: 4.5rem;
	height: 4.5rem;
}

.ych-mv-purpose__label {
	margin-block-end: 1rem;
}

.ych-mv-purpose__marker {
	font-size: clamp(3.5rem, 6vw, 5.25rem);
}

.ych-mv-purpose__card h3 {
	margin-block-end: 0.75rem;
	font-size: clamp(1.75rem, 2.5vw, 2.25rem);
}

.ych-mv-purpose__card > p:last-child {
	font-size: 1rem;
	line-height: 1.65;
}

.ych-mv-value-card__media {
	aspect-ratio: 2 / 1;
}

.ych-mv-value-card__body {
	padding: clamp(1.15rem, 1.8vw, 1.5rem);
}

.ych-mv-value-card h3 {
	margin-block-end: 0.65rem;
	font-size: clamp(1.45rem, 2vw, 1.85rem);
}

.ych-mv-value-card p {
	line-height: 1.6;
}

.ych-mv-impact__row,
.ych-mv-impact__row--reverse {
	grid-template-columns: 3rem minmax(0, 1fr);
	gap: 1rem;
	padding: clamp(1.15rem, 1.8vw, 1.5rem);
}

.ych-mv-impact__visual,
.ych-mv-impact__image {
	width: 3rem;
	height: 3rem;
}

.ych-mv-impact__number {
	margin-block-end: 0.75rem;
}

.ych-mv-impact__content h3 {
	margin-block-end: 0.75rem;
	font-size: clamp(1.35rem, 1.8vw, 1.65rem);
	line-height: 1.12;
}

.ych-mv-impact__content > p:last-child {
	font-size: 0.98rem;
	line-height: 1.68;
}

.ych-mv-cta__panel {
	padding: clamp(1.75rem, 3vw, 2.5rem);
}

@media (max-width: 42rem) {
	.ych-mission-vision-page .site-container {
		width: min(calc(100% - 2rem), var(--content-max-width));
	}

	.ych-mv-hero__grid {
		min-height: 19rem;
	}

	.ych-mv-hero__content {
		padding-block: 2.25rem;
	}

	.ych-mv-breadcrumb {
		margin-block-end: 1.25rem;
	}

	.ych-mv-hero h1 {
		font-size: clamp(2.15rem, 9vw, 2.4rem);
	}

	.ych-mv-section {
		padding-block: 2rem;
	}

	.ych-mv-section__header {
		margin-block-end: 1.5rem;
	}

	.ych-mv-section__header h2,
	.ych-mv-cta h2 {
		font-size: clamp(1.9rem, 8vw, 2.15rem);
		line-height: 1.08;
	}

	.ych-mv-purpose__card,
	.ych-mv-value-card__body,
	.ych-mv-impact__row,
	.ych-mv-cta__panel {
		padding: 1rem;
	}

	.ych-mv-purpose__icon {
		width: 3.5rem;
		height: 3.5rem;
		margin-block-end: 1rem;
	}

	.ych-mv-purpose__icon--vision {
		width: 4rem;
		height: 4rem;
	}

	.ych-mv-purpose__marker {
		font-size: 3.25rem;
	}

	.ych-mv-purpose__card h3 {
		font-size: 1.75rem;
	}

	.ych-mv-value-card__media {
		aspect-ratio: 2.2 / 1;
	}

	.ych-mv-impact__row,
	.ych-mv-impact__row--reverse {
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}

	.ych-mv-impact__visual,
	.ych-mv-impact__image {
		width: 2.75rem;
		height: 2.75rem;
	}

	.ych-mv-impact__content h3 {
		font-size: 1.4rem;
	}

	.ych-mv-impact__content > p:last-child {
		font-size: 0.96rem;
		line-height: 1.62;
	}

	.ych-mv-cta__panel {
		gap: 1.25rem;
	}
}


/* Rachel review: experiential-learning approach. */
.ych-mv-teach {
	background: linear-gradient(145deg, rgba(120, 169, 228, 0.08), transparent 48%), var(--ych-bg-secondary);
	border-block: 1px solid var(--ych-border-soft);
}

.ych-mv-teach__header {
	max-width: 52rem;
}

.ych-mv-teach__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.35rem);
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.ych-mv-teach__steps li,
.ych-mv-teach__steps article {
	height: 100%;
}

.ych-mv-teach__steps article {
	position: relative;
	padding: clamp(1.25rem, 2vw, 1.65rem);
	border: 1px solid var(--ych-border-soft);
	border-radius: 1.1rem;
	background: rgba(16, 32, 51, 0.88);
	box-shadow: 0 1rem 2.25rem rgba(2, 10, 22, 0.16);
}

.ych-mv-teach__steps article > span {
	display: inline-grid;
	width: 2.6rem;
	height: 2.6rem;
	margin-block-end: 1rem;
	place-items: center;
	border: 1px solid var(--ych-accent-blue);
	border-radius: 999px;
	color: var(--ych-accent-blue);
	font-size: 0.75rem;
	font-weight: 800;
}

.ych-mv-teach__steps h3 {
	margin-block-end: 0.65rem;
	font-size: clamp(1.25rem, 1.8vw, 1.55rem);
}

.ych-mv-teach__steps p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.65;
}

.ych-mv-teach__closing {
	max-width: 54rem;
	margin: clamp(1.5rem, 3vw, 2.25rem) 0 0;
	padding-inline-start: 1rem;
	border-inline-start: 0.2rem solid var(--ych-accent-blue);
	font-weight: 650;
	line-height: 1.7;
}

@media (max-width: 64rem) {
	.ych-mv-teach__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 42rem) {
	.ych-mv-teach__steps {
		grid-template-columns: minmax(0, 1fr);
	}

	.ych-mv-teach__steps article {
		padding: 1rem;
	}
}
