/* =========================================================================
   single-fundo › HERO (dark, imagem por tipo + título). Namespaced.
   ========================================================================= */
.single-fundo .fundo-hero {
	position: relative;
	min-height: clamp(300px, 32vw, 400px);
	background: var(--leto-charcoal) var(--fundo-hero-img) center/cover no-repeat;
	display: flex;
	align-items: flex-end;
}
.single-fundo .fundo-hero__scrim {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(20,20,20,.42), rgba(20,20,20,.2) 45%, rgba(20,20,20,.62));
}
.single-fundo .fundo-hero__inner {
	position: relative;
	padding-bottom: clamp(1.75rem, 3vw, 44px);
}
.single-fundo .fundo-hero__eyebrow {
	display: inline-block;
	margin-bottom: .75rem;
	font-size: 12.6px;
	font-weight: 500;
	color: var(--leto-green-deep);
}
.single-fundo .fundo-hero__title {
	font-size: clamp(1.71rem, 1.08rem + 1.8vw, 32.4px);
	font-weight: 500;
	line-height: 1;
	color: #fff;
	max-width: 820px;
}
