
/* Hero mobile tweaks */
.hero-title {
	font-size: clamp(1.8rem, 4vw + 1rem, 3.2rem);
	line-height: 1.2;
}

.hero-subtitle {
	font-size: clamp(1rem, 1vw + 0.8rem, 1.3rem);
	line-height: 1.45;
}

@media (max-width: 575.98px) {
	.hero-title {
		font-size: 1.6rem!important;
		line-height: 1.15;
	}

	.hero-subtitle {
		font-size: 1.05rem;
		line-height: 1.4;
		margin-bottom: 1.25rem;
	}
}
