.n-hero-content {
	display: grid;
	gap: var(--space-16);
	max-width: var(--container-reading);
}

.n-hero-content__eyebrow {
	margin: 0;
	color: var(--color-brand-primary);
	font: inherit;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.n-hero-content__title {
	margin: 0;
	color: var(--color-text-primary);
	font: inherit;
	font-size: clamp(2rem, 5vw, 3.5rem);
	font-weight: 600;
	line-height: 1.1;
	text-wrap: balance;
}

.n-hero-content__text {
	margin: 0;
	color: var(--color-text-secondary);
	font: inherit;
	line-height: 1.7;
}

.n-hero-content__cta {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-16);
	padding-top: var(--space-8);
}
