/*
 * Compact page-title areas and seamless Training & Education footer transition.
 */

/* Generic inner-page title area: one H1 with compact supporting copy. */
.msf-page-hero {
	display: flex;
	height: 200px;
	min-height: 200px;
	align-items: center;
	padding: 1rem 0;
}

.msf-page-hero__inner {
	width: min(calc(100% - 48px), 1560px);
	max-width: 1560px;
	padding-bottom: 0;
}

.msf-page-hero__inner .msf-eyebrow {
	margin-bottom: 0.55rem;
}

.msf-page-hero h1 {
	max-width: 1480px;
	margin: 0;
	font-size: clamp(2.1rem, 3.65vw, 3.9rem);
	line-height: 1;
	letter-spacing: -0.045em;
}

.msf-page-hero__copy {
	display: -webkit-box;
	max-width: 980px;
	margin-top: 0.55rem;
	overflow: hidden;
	font-size: 0.92rem;
	line-height: 1.42;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.msf-page-hero__orb--one {
	top: -255px;
}

.msf-page-hero__orb--two {
	right: -180px;
	bottom: -330px;
}

.msf-page-hero .msf-wave--page {
	display: none !important;
}

/* News article title and breadcrumb area: visually capped at 200px. */
.msf-news-single__hero {
	display: flex;
	height: 200px;
	min-height: 200px;
	align-items: center;
	padding: 0.85rem 0;
}

.msf-news-single__hero .msf-container--news-single {
	width: min(calc(100% - 48px), 1560px);
	max-width: 1560px;
}

.msf-news-breadcrumb {
	margin-bottom: 0.45rem;
	font-size: 0.68rem;
}

.msf-news-single__meta {
	gap: 0.65rem;
	margin-bottom: 0.55rem;
	font-size: 0.7rem;
}

.msf-news-single__hero h1 {
	display: -webkit-box;
	max-width: 1500px;
	margin: 0;
	overflow: hidden;
	font-size: clamp(2.15rem, 3.55vw, 3.85rem);
	line-height: 0.99;
	letter-spacing: -0.048em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.msf-news-single__orb--one {
	top: -390px;
}

.msf-news-single__orb--two {
	bottom: -360px;
}

.msf-news-single__lead {
	margin-top: 0;
	padding-top: 1.4rem;
	background: var(--msf-light);
}

/* Remove the light footer wave beneath the dark course-fee workflow. */
.post-type-archive-msf_course .msf-wave--footer {
	display: none !important;
}

.post-type-archive-msf_course .site-footer {
	margin-top: -1px;
	background: #0e2338;
}

.post-type-archive-msf_course .site-footer__main {
	margin-top: 0;
	background: linear-gradient(90deg, #0e2338 0%, #0e2338 62%, #103b31 100%);
}

.post-type-archive-msf_course .msf-training-payment-section {
	margin-bottom: 0;
}

@media (max-width: 760px) {
	.msf-page-hero,
	.msf-news-single__hero {
		height: 200px;
		min-height: 200px;
		padding: 0.8rem 0;
	}

	.msf-page-hero__inner,
	.msf-news-single__hero .msf-container--news-single {
		width: min(calc(100% - 30px), 1560px);
	}

	.msf-page-hero h1,
	.msf-news-single__hero h1 {
		font-size: clamp(1.85rem, 8.6vw, 2.7rem);
		line-height: 1.02;
	}

	.msf-page-hero__copy {
		font-size: 0.78rem;
		line-height: 1.35;
	}

	.msf-news-breadcrumb {
		margin-bottom: 0.35rem;
	}

	.msf-news-single__meta {
		margin-bottom: 0.45rem;
	}
}
