.front-hero {
	padding: clamp( 72px, 10vw, 132px ) 20px;
	color: #ffffff;
	background:
		linear-gradient( 120deg, rgba( 32, 36, 44, 0.96 ), rgba( 124, 35, 53, 0.86 ) ),
		#20242c;
}

.front-hero__inner {
	width: min( 100%, 980px );
	margin-inline: auto;
	text-align: center;
}

.front-hero__eyebrow {
	margin: 0 0 12px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.22em;
}

.front-hero__title {
	margin: 0;
	font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
	font-size: clamp( 2.2rem, 6vw, 4.6rem );
	line-height: 1.25;
}

.front-hero__lead {
	max-width: 760px;
	margin: 24px auto 0;
	font-size: clamp( 1rem, 2vw, 1.18rem );
}

.front-page-content {
	margin-bottom: 56px;
}

.front-section__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.front-section__header h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
	font-size: clamp( 1.7rem, 3vw, 2.5rem );
}
