/* PortalFilm Theme: estilos del componente production-single/production-header (solo imagen de fondo) */

.pf_pfilm_template_production_single_header {
	position: relative;
	min-height: 55vh;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

@media (min-width: 768px) {
	.pf_pfilm_template_production_single_header {
		min-height: 520px;
	}
}

@media (min-width: 1024px) {
	.pf_pfilm_template_production_single_header {
		min-height: 70vh;
	}
}

.pf_pfilm_template_production_single_header_bg {
	position: absolute;
	inset: 0;
	background-color: #000000;
}

.pf_pfilm_template_production_single_header_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.85;
}

.pf_pfilm_template_production_single_header_overlay {
	position: relative;
	width: 100%;
	/* Gradiente para transición suave; el masthead se superpone sobre la parte inferior */
	background: linear-gradient(transparent, var(--color-bg-surface) 75%);
	min-height: 80px;
}