/**
 * Ficha de colección — hero + grid React Node.
 */

.pelisen-coleccion-hero {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin-top: 57px;
	background: #000;
}

.pelisen-coleccion-hero__backdrop {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.pelisen-coleccion-hero__backdrop-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 18%;
}

.pelisen-coleccion-hero__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.35) 38%, rgba(0, 0, 0, 0.88) 82%, #000 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.1) 48%, rgba(0, 0, 0, 0.5) 100%);
	pointer-events: none;
}

.pelisen-coleccion-hero > .container,
.pelisen-coleccion-hero__inner {
	position: relative;
	z-index: 2;
}

.pelisen-coleccion-hero__crumb-bar {
	position: relative;
	z-index: 3;
	width: 100%;
	background: rgba(0, 0, 0, 0.78);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pelisen-coleccion-hero__crumb-bar .container {
	display: flex;
	align-items: center;
	min-height: 36px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.pelisen-coleccion-hero__inner {
	display: flex;
	flex-direction: column;
	min-height: clamp(300px, 38vw, 440px);
	padding-top: 0;
	padding-bottom: 1.85rem;
}

.pelisen-coleccion-hero__breadcrumb {
	flex-shrink: 0;
	margin: 0;
	padding: 0;
	font-size: 0.72rem;
	font-weight: 500;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.38);
	letter-spacing: 0.01em;
}

.pelisen-coleccion-hero__breadcrumb a {
	color: rgba(255, 255, 255, 0.48);
}

.pelisen-coleccion-hero__breadcrumb a:hover {
	color: #67e8f9;
}

.pelisen-coleccion-hero__breadcrumb .is-current {
	color: rgba(255, 255, 255, 0.62);
}

.pelisen-coleccion-hero__breadcrumb-sep {
	opacity: 0.35;
}

.pelisen-coleccion-hero__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 0;
	padding-top: 1.25rem;
}

.pelisen-coleccion-hero__grid {
	display: grid;
	grid-template-columns: minmax(96px, 132px) minmax(0, 1fr);
	gap: 1rem 1.35rem;
	align-items: end;
}

.pelisen-coleccion-hero__poster {
	max-width: 132px;
}

.pelisen-coleccion-hero__poster figure {
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.pelisen-coleccion-hero__poster img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 3;
	object-fit: cover;
}

.pelisen-coleccion-hero__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.65rem, 3.2vw, 2.35rem);
	font-weight: 700;
	line-height: 1.12;
	color: #f8fafc;
	letter-spacing: 0.01em;
}

.pelisen-coleccion-hero__genres {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 0.9rem;
}

.pelisen-coleccion-hero__genre {
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.62rem;
	border-radius: 999px;
	border: 1px solid rgba(71, 85, 105, 0.45);
	background: rgba(15, 23, 42, 0.72);
	color: #cbd5e1;
	font-size: 0.72rem;
	font-weight: 600;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.pelisen-coleccion-hero__genre:hover {
	color: #e2e8f0;
	border-color: rgba(34, 211, 238, 0.35);
	background: rgba(15, 23, 42, 0.92);
}

.pelisen-coleccion-hero__stats {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem 0.75rem;
}

.pelisen-coleccion-hero__meta-pill {
	display: inline-flex;
	align-items: center;
	padding: 0.42rem 0.8rem;
	border-radius: 8px;
	border: 1px solid rgba(71, 85, 105, 0.55);
	background: rgba(8, 16, 28, 0.88);
}

.pelisen-coleccion-hero__stat {
	display: inline-flex;
	align-items: center;
	gap: 0.32rem;
	color: #94a3b8;
	font-size: 0.78rem;
	font-weight: 500;
	white-space: nowrap;
}

.pelisen-coleccion-hero__meta-pill .pelisen-coleccion-hero__stat {
	padding: 0 0.5rem;
}

.pelisen-coleccion-hero__meta-pill .pelisen-coleccion-hero__stat:first-of-type {
	padding-left: 0;
}

.pelisen-coleccion-hero__meta-pill .pelisen-coleccion-hero__stat:last-of-type {
	padding-right: 0;
}

.pelisen-coleccion-hero__stat-divider {
	width: 1px;
	height: 14px;
	background: rgba(71, 85, 105, 0.65);
	flex-shrink: 0;
}

.pelisen-coleccion-hero__stat-num {
	font-weight: 700;
	color: #e2e8f0;
}

.pelisen-coleccion-hero__stat-label {
	color: #94a3b8;
	font-weight: 500;
}

.pelisen-coleccion-hero__stat svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	color: #64748b;
}

.pelisen-coleccion-hero__follow {
	display: inline-flex;
	align-items: center;
	gap: 0.42rem;
	padding: 0.45rem 0.8rem;
	border-radius: 8px;
	border: 1px solid rgba(34, 211, 238, 0.35);
	background: rgba(8, 24, 34, 0.88);
	color: #67e8f9;
	font-size: 0.78rem;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pelisen-coleccion-hero__follow svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}

.pelisen-coleccion-hero__follow:hover,
.pelisen-coleccion-hero__follow.is-active {
	background: rgba(10, 36, 52, 0.95);
	border-color: rgba(94, 234, 212, 0.55);
	color: #a5f3fc;
}

.pelisen-coleccion-single {
	padding: 1.25rem 0 2.5rem;
	background: #000;
}

.pelisen-coleccion-single__desc {
	margin: 0 0 1.35rem;
	max-width: 920px;
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.65;
	color: #94a3b8;
}

.pelisen-coleccion-single__grid {
	margin-top: 0.25rem;
}

.pelisen-coleccion-single__empty {
	margin: 1rem 0;
	padding: 1rem 1.1rem;
	border-radius: 12px;
	border: 1px solid rgba(71, 85, 105, 0.28);
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(10, 14, 24, 0.95));
	color: #94a3b8;
	font-size: 0.92rem;
	font-weight: 600;
}

body.admin-bar .pelisen-coleccion-hero {
	margin-top: 89px;
}

@media (max-width: 767px) {
	.pelisen-coleccion-hero {
		margin-top: 52px;
	}

	body.admin-bar .pelisen-coleccion-hero {
		margin-top: 98px;
	}

	.pelisen-coleccion-hero__shade {
		background:
			linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.35) 28%, rgba(0, 0, 0, 0.72) 70%, #000 100%),
			radial-gradient(ellipse 90% 55% at 50% 35%, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.65));
	}

	.pelisen-coleccion-hero__inner {
		min-height: 0;
		padding: 1.15rem 0 1.5rem;
	}

	.pelisen-coleccion-hero__content {
		flex: 0 0 auto;
		justify-content: flex-start;
		padding-top: 0.85rem;
	}

	.pelisen-coleccion-hero__grid {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 0.95rem;
	}

	.pelisen-coleccion-hero__poster {
		max-width: 168px;
		width: 42vw;
	}

	.pelisen-coleccion-hero__poster figure {
		border-radius: 10px;
		box-shadow: 0 14px 36px rgba(0, 0, 0, 0.55);
	}

	.pelisen-coleccion-hero__main {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.pelisen-coleccion-hero__title {
		margin: 0 0 0.65rem;
		font-size: 1.45rem;
		line-height: 1.2;
		text-align: center;
	}

	.pelisen-coleccion-hero__genres {
		justify-content: center;
		margin-bottom: 0.85rem;
	}

	.pelisen-coleccion-hero__stats {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 0.5rem;
	}

	.pelisen-coleccion-hero__meta-pill {
		padding: 0.4rem 0.7rem;
	}

	.pelisen-coleccion-hero__follow {
		padding: 0.42rem 0.75rem;
	}
}
