.home-hero {
	min-height: 420px;
}

.home-hero-media {
	border-radius: 0.25rem;
	overflow: hidden;
	background: #e9ecef;
}

.home-hero-img {
	display: block;
	width: 100%;
	height: auto;
}

.home-hero-placeholder {
	min-height: 320px;
	background: linear-gradient(135deg, #dee2e6 0%, #ced4da 50%, #adb5bd 100%);
}

.home-hero-title {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	line-height: 1.2;
	color: #1a2b4a;
	margin-bottom: 1.25rem;
}

.home-hero-lead {
	font-size: 1rem;
	line-height: 1.65;
	color: #5c6578;
	margin-bottom: 2rem;
	max-width: 36rem;
}

@media (min-width: 992px) {
	.home-hero-copy {
		padding-left: 1rem;
	}
}
