/* ============================================================================
   SCMEP ONLINE — HERO REFINEMENT
   Enqueued homepage-only, after style.css/homepage.css — overrides the base
   .scmep-hero rules (720px height, 46rem content column, 64px headline cap)
   with the brief's 760px / 620px / 72px figures. The hero image, dark
   left-to-right scrim, and floating stat card (homepage.css) are unchanged.
   ============================================================================ */

.scmep-hero {
	min-height: 760px;
}

.scmep-hero__inner {
	max-width: 1400px;
}

.scmep-hero__content {
	max-width: 38.75rem; /* 620px */
}

.scmep-hero__title {
	font-size: clamp(2.25rem, 5.6vw, 4.5rem); /* up to 72px */
	line-height: 1.05;
}

.scmep-hero__lede {
	max-width: 33.75rem; /* 540px */
	font-size: clamp(1.0625rem, 1.4vw, 1.25rem); /* up to 20px */
}

/* Hero CTAs read bigger/bolder than the sitewide button default, scoped so
   nothing outside the hero is affected. */
.scmep-hero .sc-btn {
	min-height: 52px;
	border-radius: 14px;
	padding-inline: var(--sc-4);
}

@media (max-width: 900px) {
	.scmep-hero { min-height: 640px; }
}
