/* O Que Fazemos › 04 Estudos de Caso (dark sobre imagem). */
.page-o-que-fazemos .ofz-cases {
	position: relative;
	background: var(--leto-charcoal) var(--ofz-cases-img) center/cover no-repeat;
	color: #fff;
	padding-block: clamp(3rem, 2rem + 3vw, 79px) clamp(3rem, 2rem + 3vw, 64px);
}
.page-o-que-fazemos .ofz-cases__scrim {
	position: absolute;
	inset: 0;
	background: rgba(18,18,18,.72);
}
.page-o-que-fazemos .ofz-cases > .stage { position: relative; }
.page-o-que-fazemos .ofz-cases__head .idx,
.page-o-que-fazemos .ofz-cases__head h2 { color: #fff; }
.page-o-que-fazemos .ofz-cases__head .block-2col__aside { color: #fff; opacity: .9; }

.page-o-que-fazemos .ofz-cases__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(1rem, 1.5vw, 17px);
	padding-top: clamp(1.5rem, 3vw, 32px);
}
.page-o-que-fazemos .ofz-case {
	position: relative;
	aspect-ratio: 384/258;
	border-radius: 8px;
	overflow: hidden;
	background: var(--leto-charcoal) var(--ofz-case-img) center/cover no-repeat;
	display: flex;
}
.page-o-que-fazemos .ofz-case__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20,20,20,.25), rgba(20,20,20,.78));
}
.page-o-que-fazemos .ofz-case__body {
	position: relative;
	margin-top: auto;
	width: 100%;
	padding: clamp(1.25rem, 2.5vw, 1.75rem);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .75rem;
}
.page-o-que-fazemos .ofz-case__title {
	font-size: 23.4px;
	line-height: 27px;
	font-weight: 500;
	color: #E9E9E9;
	max-width: 16ch;
}
.page-o-que-fazemos .ofz-case__meta {
	font-size: 10px;
	line-height: 1.5;
	font-weight: 500;
	color: #E9E9E9;
	opacity: .9;
}

@media (max-width: 900px) {
	.page-o-que-fazemos .ofz-cases__grid { grid-template-columns: 1fr; }
	.page-o-que-fazemos .ofz-case { aspect-ratio: 16/9; }
}
