.rpd-home-page {
	--rpd-home-line: rgba(196, 196, 229, 0.3);
	color: var(--rpd-navy);
	background: var(--rpd-white);
	font-family: var(--font-body);
}

.rpd-home-section {
	position: relative;
	padding: 6rem 0;
	overflow: hidden;
}

.rpd-home-section--soft {
	background: var(--rpd-bg-soft);
}

.rpd-home-section-header {
	max-width: 48rem;
	margin: 0 auto;
	text-align: center;
}

.rpd-home-section-header h2,
.rpd-home-page h2 {
	margin: 0 0 1.2rem;
	color: var(--rpd-navy);
	font-family: var(--font-heading);
	font-size: clamp(2.25rem, 4vw, 3rem);
	font-weight: 700;
	line-height: 1.12;
}

.rpd-home-section-header p:not(.rpd-home-pill):not(.rpd-home-badge) {
	margin: 0 auto;
	color: var(--rpd-body);
	font-size: clamp(1.05rem, 1.7vw, 1.25rem);
	line-height: 1.65;
}

.rpd-home-pill,
.rpd-home-badge {
	display: inline-flex;
	width: fit-content;
	margin: 0 0 1rem;
	padding: 0.4rem 0.8rem;
	border-radius: var(--rpd-radius);
	background: rgba(85, 82, 177, 0.1);
	color: var(--rpd-purple);
	font-size: var(--rpd-font-size-xs);
	font-weight: 700;
	line-height: 1;
}

.rpd-home-badge {
	background: #7a2f7a;
	color: var(--rpd-white);
}

.rpd-home-pill--gold {
	background: rgba(161, 84, 161, 0.15);
	color: #6d2f6d;
}

.rpd-home-eyebrow {
	margin: 0 0 1rem;
	color: var(--rpd-purple-deep);
	font-size: var(--rpd-font-size-xs);
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rpd-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
}

.rpd-home-actions .rpd-btn {
	min-height: 3.5rem;
	padding-inline: 2rem;
	border-radius: var(--rpd-radius);
	font-weight: 700;
}

.rpd-home-actions--center {
	justify-content: center;
}

.rpd-home-hero {
	padding: 5rem 0 6rem;
	background: linear-gradient(135deg, #ffffff 0%, rgba(182, 207, 220, 0.1) 52%, rgba(196, 196, 229, 0.2) 100%);
}

.rpd-home-hero__grid,
.rpd-home-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(3rem, 8vw, 4rem);
	align-items: center;
}

.rpd-home-hero h1 {
	max-width: 11ch;
	margin: 0 0 1.8rem;
	color: var(--rpd-navy);
	font-family: var(--font-heading);
	font-size: clamp(3rem, 5vw, 4.5rem);
	font-weight: 800;
	line-height: 1.1;
}

.rpd-home-hero__copy > p:not(.rpd-home-pill) {
	max-width: 44rem;
	margin: 0 0 2rem;
	color: var(--rpd-body);
	font-size: clamp(1.125rem, 1.7vw, 1.25rem);
	line-height: 1.65;
}

.rpd-home-hero__media,
.rpd-home-launchpad__media,
.rpd-home-pd__media {
	position: relative;
}

.rpd-home-hero__depth {
	position: absolute;
	inset: 10% -4% -6% 8%;
	border-radius: 1rem;
	background: rgba(85, 82, 177, 0.1);
	content: "";
}

.rpd-home-hero__image,
.rpd-home-launchpad__image,
.rpd-home-pd__image,
.rpd-home-image-fallback {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	border-radius: 1rem;
	object-fit: cover;
	box-shadow: var(--rpd-shadow-lg);
}

.rpd-home-hero__image,
.rpd-home-image-fallback--classroom {
	aspect-ratio: 16 / 9;
	min-height: 24rem;
}

.rpd-home-launchpad__image,
.rpd-home-image-fallback--team {
	aspect-ratio: 4 / 3;
	min-height: 0;
}

.rpd-home-pd__image,
.rpd-home-image-fallback--hallway {
	aspect-ratio: 4 / 3;
	min-height: 0;
}

.rpd-home-image-fallback {
	background:
		radial-gradient(circle at 72% 28%, rgba(253, 185, 51, 0.32), transparent 9rem),
		linear-gradient(135deg, #e9edf6, #ffffff 48%, #d8dcef);
}

.rpd-home-image-fallback--team {
	background: linear-gradient(135deg, #d7c7af, #f8f0df 48%, #5552b1);
}

.rpd-home-image-fallback--hallway {
	background: linear-gradient(135deg, #d7e0e7, #ffffff 45%, #b6cfdc);
}

.rpd-home-hero-stat,
.rpd-home-cohort-card {
	position: absolute;
	z-index: 2;
	left: -2rem;
	bottom: -1.5rem;
	display: grid;
	grid-template-columns: 3rem 1fr;
	gap: 0.85rem;
	align-items: center;
	min-width: 14rem;
	padding: 1rem 1.25rem;
	border-radius: 0.75rem;
	background: var(--rpd-white);
	box-shadow: var(--rpd-shadow-lg);
}

.rpd-home-hero-stat span,
.rpd-home-cohort-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: rgba(253, 185, 51, 0.18);
	color: var(--rpd-gold);
	grid-row: span 2;
}

.rpd-home-hero-stat span .rpd-svg-icon,
.rpd-home-cohort-card span .rpd-svg-icon {
	width: 1.25rem;
	height: 1.25rem;
}

.rpd-home-hero-stat strong,
.rpd-home-cohort-card strong {
	color: var(--rpd-navy);
	font-size: 1.2rem;
	line-height: 1.1;
}

.rpd-home-hero-stat small,
.rpd-home-cohort-card small {
	color: var(--rpd-body);
	font-size: 0.88rem;
}

.rpd-home-stats {
	border-block: 1px solid var(--rpd-home-line);
	background: var(--rpd-navy-mid);
	color: var(--rpd-white);
}

.rpd-home-stats__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.9rem 1.25rem;
	padding: 2rem 0;
}

.rpd-home-stat {
	display: inline-flex;
	gap: 0.55rem;
	align-items: center;
	color: var(--rpd-white);
	font-size: 1rem;
	font-weight: 600;
}

.rpd-home-stat:not(:last-child)::after {
	width: 0.3rem;
	height: 0.3rem;
	margin-left: 0.7rem;
	border-radius: 50%;
	background: var(--rpd-purple);
	content: "";
}

.rpd-home-stat strong {
	color: var(--rpd-white);
}

.rpd-home-stat__icon .rpd-svg-icon {
	width: 1.25rem;
	height: 1.25rem;
	color: var(--rpd-gold);
}

.rpd-home-icon .rpd-svg-icon {
	width: 1.5rem;
	height: 1.5rem;
}

.rpd-home-intro p {
	color: var(--rpd-body);
}

.rpd-home-values {
	background: linear-gradient(180deg, rgba(182, 207, 220, 0.1) 0%, #ffffff 100%);
}

.rpd-home-card-grid {
	display: grid;
	gap: 2rem;
	margin-top: 4rem;
}

.rpd-home-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rpd-home-value-card,
.rpd-home-plan,
.rpd-home-testimonial {
	border: 1px solid var(--rpd-home-line);
	border-radius: 1rem;
	background: var(--rpd-white);
	box-shadow: var(--rpd-shadow-sm);
}

.rpd-home-value-card {
	min-height: 18rem;
	padding: 2rem;
}

.rpd-home-value-card h3,
.rpd-home-plan h3 {
	margin: 1.25rem 0 0.8rem;
	color: var(--rpd-navy);
	font-family: var(--font-heading);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
}

.rpd-home-value-card p,
.rpd-home-plan p:not(.rpd-home-plan__badge) {
	color: var(--rpd-body);
	line-height: 1.62;
}

.rpd-home-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 0.75rem;
	color: var(--rpd-purple);
	background: rgba(85, 82, 177, 0.1);
}

.rpd-home-value-card:nth-child(2) .rpd-home-icon {
	color: var(--rpd-purple-deep);
	background: rgba(161, 84, 161, 0.1);
}

.rpd-home-value-card:nth-child(3) .rpd-home-icon {
	color: var(--rpd-gold);
	background: rgba(253, 185, 51, 0.12);
}


.rpd-home-launchpad {
	isolation: isolate;
	background: var(--rpd-navy);
	color: var(--rpd-white);
}

.rpd-home-launchpad::before {
	position: absolute;
	top: -22rem;
	right: -24rem;
	z-index: -1;
	width: 50rem;
	height: 50rem;
	border-radius: 50%;
	background: rgba(85, 82, 177, 0.2);
	filter: blur(120px);
	content: "";
}

.rpd-home-launchpad h2,
.rpd-home-final h2 {
	color: var(--rpd-white);
}

.rpd-home-launchpad p:not(.rpd-home-badge) {
	color: var(--rpd-lavender-soft);
	font-size: 1.125rem;
	line-height: 1.7;
}

.rpd-home-text-link {
	display: inline-flex;
	gap: 0.35rem;
	align-items: center;
	margin-top: 1rem;
	color: var(--rpd-gold);
	font-weight: 800;
	text-decoration: none;
	transition: gap var(--rpd-transition);
}

.rpd-home-text-link:hover {
	gap: 0.6rem;
	color: var(--rpd-gold);
}

.rpd-home-launchpad__media {
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1.5rem;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(8px);
}

.rpd-home-cohort-card {
	left: -1.5rem;
	bottom: -1.5rem;
}

.rpd-home-plan-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
	margin-top: 4rem;
}

.rpd-home-plan {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 29rem;
	padding: 0;
	overflow: visible;
}

.rpd-home-plan--featured {
	border-color: var(--rpd-purple);
	box-shadow: var(--rpd-shadow-lg);
	transform: translateY(-1rem);
}

.rpd-home-plan__badge {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	margin: 0;
	padding: 0.32rem 0.85rem;
	border-radius: 999px;
	background: var(--rpd-purple);
	color: var(--rpd-white);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transform: translate(-50%, -50%);
}

.rpd-home-plan__header {
	padding: 2rem 2rem 1rem;
	border-radius: 1rem 1rem 0 0;
}

.rpd-home-plan--featured .rpd-home-plan__header {
	border-bottom: 1px solid var(--rpd-home-line);
	background: rgba(85, 82, 177, 0.05);
}

.rpd-home-plan__header h3 {
	margin-top: 0;
}

.rpd-home-plan__header strong {
	display: block;
	color: var(--rpd-purple);
	font-family: var(--font-heading);
	font-size: 2rem;
	line-height: 1;
}

.rpd-home-plan__content {
	flex: 1;
	padding: 0 2rem;
}

.rpd-home-plan ul {
	display: grid;
	gap: 0.85rem;
	margin: 1.6rem 0 0;
	padding: 0;
	list-style: none;
	color: var(--rpd-body);
}

.rpd-home-plan li {
	position: relative;
	padding-left: 1.5rem;
}

.rpd-home-plan li::before {
	position: absolute;
	left: 0;
	top: 0.14rem;
	color: var(--rpd-purple-deep);
	font-weight: 900;
	content: "✓";
}

.rpd-home-plan--featured li::before {
	color: var(--rpd-gold);
}

.rpd-home-plan__footer {
	padding: 2rem;
}

.rpd-home-plan .rpd-btn {
	width: 100%;
}

.rpd-home-split--image-left {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.rpd-home-pd__copy p {
	color: var(--rpd-body);
	font-size: 1.125rem;
	line-height: 1.75;
}

.rpd-home-pd__copy p + p {
	margin-top: 1.25rem;
}

.rpd-home-resources {
	isolation: isolate;
	background: #fff9e8;
}

.rpd-home-resources::before,
.rpd-home-resources::after,
.rpd-home-final::before,
.rpd-home-final::after {
	position: absolute;
	z-index: -1;
	width: 30rem;
	height: 30rem;
	border-radius: 50%;
	filter: blur(70px);
	pointer-events: none;
	content: "";
}

.rpd-home-resources::before {
	top: 3rem;
	right: -9rem;
	background: rgba(253, 185, 51, 0.12);
}

.rpd-home-resources::after {
	left: -11rem;
	bottom: 5rem;
	background: rgba(161, 84, 161, 0.1);
}

.rpd-home-resources h2 span {
	color: var(--rpd-purple-deep);
}

.rpd-home-filter-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.65rem;
	margin: 3rem 0 3.5rem;
}

.rpd-home-filter-pills button {
	padding: 0.7rem 1.15rem;
	border: 1px solid var(--rpd-lavender-soft);
	border-radius: 999px;
	background: var(--rpd-white);
	color: var(--rpd-body);
	font: inherit;
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
}

.rpd-home-filter-pills button:hover {
	border-color: var(--rpd-purple-deep);
	color: var(--rpd-purple-deep);
}

.rpd-home-filter-pills .is-active {
	border-color: var(--rpd-navy);
	background: var(--rpd-navy);
	color: var(--rpd-white);
}

.rpd-home-resources [data-resource-card][hidden] {
	display: none;
}

.rpd-home-resource-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.rpd-home-resource-cta {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 2rem;
	align-items: center;
	margin-top: 4rem;
	padding: clamp(2rem, 4vw, 3rem);
	border-radius: 1rem;
	background:
		radial-gradient(circle at 85% 10%, rgba(253, 185, 51, 0.24), transparent 18rem),
		linear-gradient(135deg, var(--rpd-navy), var(--rpd-navy-mid), var(--rpd-purple));
	color: var(--rpd-white);
	box-shadow: var(--rpd-shadow-lg);
}

.rpd-home-resource-cta h3 {
	margin: 0 0 0.7rem;
	color: var(--rpd-white);
	font-family: var(--font-heading);
	font-size: clamp(1.6rem, 3vw, 2rem);
}

.rpd-home-resource-cta p {
	margin: 0;
	color: var(--rpd-lavender-soft);
}

.rpd-home-partnership {
	position: relative;
	display: grid;
	grid-template-columns: 5rem 1fr minmax(10rem, auto);
	gap: 2rem;
	align-items: center;
	max-width: 72rem;
	margin: 0 auto 4rem;
	padding: 2.5rem;
	border: 1px solid var(--rpd-home-line);
	border-radius: 1rem;
	background: var(--rpd-white);
	box-shadow: 0 8px 30px -12px rgba(35, 31, 88, 0.15);
	overflow: hidden;
}

.rpd-home-partnership::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0.22rem;
	background: linear-gradient(90deg, var(--rpd-purple-deep), var(--rpd-purple), var(--rpd-gold));
	content: "";
}

.rpd-home-medal {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--rpd-gold), var(--rpd-orange));
	color: var(--rpd-white);
	box-shadow: var(--rpd-shadow-sm);
}

.rpd-home-medal .rpd-svg-icon {
	width: 1.7rem;
	height: 1.7rem;
}

.rpd-home-partnership h2 {
	margin-bottom: 0.5rem;
	font-size: clamp(1.5rem, 3vw, 1.75rem);
}

.rpd-home-partnership p:not(.rpd-home-eyebrow) {
	color: var(--rpd-body);
}

.rpd-home-partnership__stat {
	padding-left: 2rem;
	border-left: 1px solid var(--rpd-home-line);
}

.rpd-home-partnership__stat strong {
	display: block;
	color: var(--rpd-purple);
	font-family: var(--font-heading);
	font-size: 2.6rem;
	line-height: 1;
}

.rpd-home-partnership__stat span {
	color: var(--rpd-body);
	font-size: 0.86rem;
	font-weight: 700;
}

.rpd-home-endorsements {
	margin-bottom: 4rem;
	text-align: center;
}

.rpd-home-endorsements .rpd-home-eyebrow {
	color: #7670b3;
}

.rpd-home-endorsements div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	gap: 1.2rem 2rem;
	margin-top: 1.5rem;
	color: rgba(35, 31, 88, 0.58);
	font-family: Georgia, serif;
	font-size: 1rem;
	font-variant: small-caps;
	font-weight: 400;
	letter-spacing: 0.03em;
}

.rpd-home-endorsements span:last-child {
	grid-column: 2;
}

.rpd-home-districts {
	max-width: 72rem;
	margin: 0 auto;
}

.rpd-home-districts header {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	align-items: end;
	margin-bottom: 2rem;
}

.rpd-home-districts h2 {
	margin: 0;
	font-size: clamp(1.6rem, 2.5vw, 1.85rem);
}

.rpd-home-districts header > p {
	color: var(--rpd-body);
	font-weight: 700;
}

.rpd-home-district-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	padding: 1px;
	border-radius: 0.75rem;
	background: rgba(196, 196, 229, 0.4);
	overflow: hidden;
}

.rpd-home-district-grid div {
	display: grid;
	place-items: center;
	min-height: 6.4rem;
	padding: 1rem;
	background: var(--rpd-white);
	text-align: center;
}

.rpd-home-district-grid strong {
	color: rgba(35, 31, 88, 0.7);
	font-size: 0.98rem;
}

.rpd-home-district-grid span {
	color: #7670b3;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.rpd-home-districts__note {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.35rem;
	margin-top: 1.5rem;
	text-align: center;
	color: #7670b3;
	font-style: italic;
}

.rpd-home-districts__note a {
	color: var(--rpd-purple);
	font-style: normal;
	font-weight: 800;
	text-decoration: none;
}

.rpd-home-testimonial {
	padding: 2rem;
	border: 0;
	background: var(--rpd-bg-soft);
}

.rpd-home-quote {
	display: inline-flex;
	width: 2.4rem;
	height: 2.4rem;
	color: var(--rpd-purple-deep);
	opacity: 0.55;
}

.rpd-home-quote .rpd-svg-icon {
	width: 2.75rem;
	height: 2.75rem;
}

.rpd-home-testimonial--gold .rpd-home-quote {
	color: var(--rpd-gold);
}

.rpd-home-testimonial--pink .rpd-home-quote {
	color: var(--rpd-purple);
}

.rpd-home-testimonial blockquote {
	margin: 1.2rem 0 2rem;
	color: var(--rpd-navy-mid);
	font-style: italic;
	line-height: 1.7;
}

.rpd-home-testimonial footer {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
}

.rpd-home-testimonial__avatar,
.rpd-home-testimonial__avatar-image {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: var(--rpd-purple);
	color: var(--rpd-white);
	font-weight: 800;
	object-fit: cover;
}

.rpd-home-testimonial__avatar--photo {
	background:
		radial-gradient(circle at 50% 34%, #f1c7a5 0 21%, transparent 22%),
		linear-gradient(135deg, #b6cfdc, #5552b1);
	color: transparent;
}

.rpd-home-testimonial--pink .rpd-home-testimonial__avatar {
	background: var(--rpd-purple-deep);
}

.rpd-home-testimonial small {
	display: block;
	color: #7670b3;
}

.rpd-home-final {
	isolation: isolate;
	text-align: center;
	background: linear-gradient(135deg, var(--rpd-navy-mid), var(--rpd-navy));
	color: var(--rpd-white);
}

.rpd-home-final::before {
	top: -8rem;
	right: -8rem;
	background: rgba(85, 82, 177, 0.3);
}

.rpd-home-final::after {
	left: -8rem;
	bottom: -10rem;
	background: rgba(161, 84, 161, 0.2);
}

.rpd-home-final__inner {
	max-width: 60rem;
}

.rpd-home-final h2 {
	max-width: 48rem;
	margin-inline: auto;
	font-size: clamp(2.25rem, 4vw, 3rem);
}

.rpd-home-final p {
	max-width: 42rem;
	margin: 0 auto 2.2rem;
	color: var(--rpd-lavender-soft);
	font-size: 1.25rem;
	line-height: 1.6;
}

.rpd-home-final .rpd-btn--outline-white,
.rpd-home-resource-cta .rpd-btn--outline-white {
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--rpd-white);
}

.rpd-home-final .rpd-btn--outline-white:hover,
.rpd-home-resource-cta .rpd-btn--outline-white:hover {
	background: rgba(255, 255, 255, 0.1);
	color: var(--rpd-white);
}

@media (max-width: 1080px) {
	.rpd-home-hero__grid,
	.rpd-home-split,
	.rpd-home-split--image-left,
	.rpd-home-resource-cta,
	.rpd-home-partnership {
		grid-template-columns: 1fr;
	}

	.rpd-home-card-grid--three,
	.rpd-home-resource-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rpd-home-plan-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rpd-home-plan--featured {
		transform: translateY(-1rem);
	}

	.rpd-home-pd__copy {
		order: 1;
	}

	.rpd-home-pd__media {
		order: 2;
	}

	.rpd-home-partnership__stat {
		padding-left: 0;
		border-left: 0;
	}

	.rpd-home-district-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 768px) and (max-width: 1080px) {
	.rpd-home-testimonial--tablet-hidden {
		display: none;
	}
}

@media (max-width: 700px) {
	.rpd-home-section {
		padding: 4rem 0;
	}

	.rpd-home-hero {
		padding-top: 4rem;
	}

	.rpd-home-hero h1 {
		max-width: 9ch;
		font-size: clamp(3rem, 14vw, 3.8rem);
	}

	.rpd-home-actions,
	.rpd-home-actions .rpd-btn,
	.rpd-home-card-grid--three,
	.rpd-home-resource-grid,
	.rpd-home-plan-grid,
	.rpd-home-district-grid {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.rpd-home-stats__inner,
	.rpd-home-districts header {
		gap: 1rem;
		text-align: center;
	}

	.rpd-home-stat:not(:last-child)::after {
		display: none;
	}

	.rpd-home-hero-stat,
	.rpd-home-cohort-card {
		display: none;
	}

	.rpd-home-hero__image,
	.rpd-home-image-fallback--classroom,
	.rpd-home-pd__image,
	.rpd-home-image-fallback--hallway {
		aspect-ratio: 1;
		min-height: 0;
	}

	.rpd-home-plan--featured {
		transform: none;
	}

	.rpd-home-districts header {
		display: grid;
	}
}

@media (max-width: 639px) {
	.rpd-home-hero__break {
		display: none;
	}
}
