/* Ficha pública del cortometraje */
.fm-corto-ficha {
	margin: 0;
}

.fm-corto-ficha--hero .fm-corto-ficha__year {
	margin: 0;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.fm-corto-ficha--hero .fm-corto-ficha__title {
	margin: 0.35em 0 0;
	font-size: clamp(2rem, 5vw, 3.25rem);
	line-height: 1.08;
	font-weight: 800;
}

.fm-corto-ficha__badge {
	margin: 0.75rem 0 0;
	font-size: 0.9rem;
	font-weight: 600;
	opacity: 0.9;
}

.fm-corto-ficha__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.fm-corto-ficha__cta {
	text-decoration: none;
}

.fm-corto-ficha--informacion .fm-corto-ficha__section-title {
	margin: 0 0 1rem;
	font-size: 1.35rem;
	font-weight: 700;
}

.fm-corto-ficha__dl {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.35rem 1.25rem;
	margin: 0 0 1.5rem;
	max-width: 40rem;
}

.fm-corto-ficha__dt {
	margin: 0;
	font-weight: 600;
}

.fm-corto-ficha__dd {
	margin: 0;
}

.fm-corto-ficha__link {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.fm-corto-ficha__artistas-group {
	margin-bottom: 1.5rem;
}

.fm-corto-ficha__artistas-heading {
	margin: 0 0 0.75rem;
	font-size: 1rem;
	font-weight: 600;
}

.fm-corto-ficha__artistas-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fm-corto-ficha__artistas-item {
	margin: 0;
}

.fm-corto-ficha__artista-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	max-width: 7rem;
	text-align: center;
	text-decoration: none;
	color: inherit;
}

.fm-corto-ficha__artista-avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
}

.fm-corto-ficha__artista-avatar--placeholder {
	display: block;
	background: color-mix(in srgb, currentColor 12%, transparent);
}

.fm-corto-ficha__artista-name {
	font-size: 0.85rem;
	line-height: 1.25;
}

.fm-corto-ficha__artista-role {
	display: block;
	font-size: 0.75rem;
	line-height: 1.2;
	opacity: 0.85;
}

.fm-corto-ficha-editor__hint {
	margin: 0;
	color: #555;
	font-size: 13px;
}
