/* Sección /videos/ — layout tipo CNN (player + riel + titular). */

html.vln-videos-forced-dark,
html[data-theme="dark"] body.vln-videos-view {
	color-scheme: dark;
}

body.vln-videos-view,
body.vln-videos-view #app,
body.vln-videos-view .herald-site-content,
body.vln-videos-view #content,
html.vln-videos-forced-dark body {
	background: #121018 !important;
	background-color: #121018 !important;
}

.vln-video-stage {
	background: #121018;
	color: #f0eef4;
	width: 100%;
	padding: 0 0 3.5rem;
}

.vln-video-stage__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 1.1rem;
	box-sizing: border-box;
}

.vln-video-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.15rem;
	padding: 0.95rem 0 1.05rem;
	font-family: GothamPro, sans-serif;
	font-size: 0.92rem;
}

.vln-video-nav a {
	color: #cfcfcf;
	text-decoration: none;
}

.vln-video-nav a:hover { color: #fff; }

.vln-video-nav__brand {
	color: #fff !important;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.vln-video-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.15rem 1.35rem;
	align-items: start;
}

.vln-video-player {
	margin: 0;
	background: #000;
	overflow: hidden;
}

.vln-video-player__frame {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	background: #000;
}

.vln-video-player__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.vln-video-player__el {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	background: #000;
}

.vln-video-player__empty {
	padding: 3rem 1rem;
	text-align: center;
	color: #bbb;
	font-family: GothamPro, sans-serif;
}

.vln-video-rail {
	min-width: 0;
}

.vln-video-rail__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	margin: 0 0 0.7rem;
	padding-bottom: 0.45rem;
	border-bottom: 1px solid #342c42;
}

.vln-video-rail__head h2 {
	margin: 0;
	font-family: GothamPro, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
}

.vln-video-rail__count {
	color: #9a9a9a;
	font-size: 0.75rem;
	font-family: GothamPro, sans-serif;
	text-decoration: none;
	white-space: nowrap;
}

.vln-video-rail__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vln-video-rail__list li + li {
	margin-top: 0.85rem;
}

.vln-video-rail__item {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	text-decoration: none !important;
	color: inherit;
}

.vln-video-rail__thumb {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	background: #1a1a1a;
	overflow: hidden;
}

.vln-video-rail__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.vln-video-rail__time {
	position: absolute;
	left: 6px;
	bottom: 6px;
	display: inline-flex;
	align-items: center;
	gap: 3px;
	padding: 1px 5px;
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.78);
	color: #fff;
	font-family: GothamPro, sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.3;
}

.vln-video-rail__title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: GothamPro, sans-serif;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.28;
	color: #f0f0f0;
}

.vln-video-rail__item:hover .vln-video-rail__title {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.vln-video-rail__kind {
	display: inline-block;
	margin-top: 4px;
	font-size: 10px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #9a9a9a;
	font-family: GothamPro, sans-serif;
}

.vln-video-story {
	max-width: 46rem;
	padding-top: 1.35rem;
}

.vln-video-headline {
	display: flex;
	gap: 14px;
	align-items: stretch;
	margin: 0 0 0.85rem;
}

.vln-video-headline::before {
	content: "";
	width: 8px;
	flex: 0 0 8px;
	background: #ed1919;
}

.vln-video-headline h1,
.vln-video-headline h2 {
	margin: 0;
	font-family: MajritTx, Merriweather, serif;
	font-weight: 800;
	font-size: clamp(1.7rem, 3.6vw, 2.45rem);
	letter-spacing: -0.03em;
	line-height: 1.12;
	color: #fff;
}

.vln-video-headline h2 a {
	color: #fff;
	text-decoration: none;
}

.vln-video-byline {
	margin: 0 0 0.2rem;
	font-family: GothamPro, sans-serif;
	font-size: 0.86rem;
	color: #d0d0d0;
}

.vln-video-when {
	margin: 0 0 0.85rem;
	font-family: GothamPro, sans-serif;
	font-size: 0.78rem;
	color: #8f8f8f;
}

.vln-video-share {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin: 0 0 1.15rem;
}

.vln-video-share a,
.vln-video-share button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	padding: 0;
	border: 0;
	background: none;
	color: #d8d8d8;
	cursor: pointer;
}

.vln-video-share a:hover,
.vln-video-share button:hover,
.vln-video-share button.is-copied {
	color: #fff;
}

.vln-video-story__desc,
.vln-video-story__lead {
	font-family: GothamPro, sans-serif;
	font-size: 1rem;
	line-height: 1.55;
	color: #d8d8d8;
	max-width: 40rem;
}

.vln-video-story__desc p { margin: 0 0 0.85rem; }

.vln-video-source {
	margin: 0.35rem 0 0;
	font-family: GothamPro, sans-serif;
	font-size: 0.78rem;
	color: #8f8f8f;
}

.vln-video-related {
	margin: 1.15rem 0 0;
}

.vln-video-related a {
	color: #fff;
	font-family: GothamPro, sans-serif;
	font-size: 0.9rem;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.vln-videos-hero {
	padding: 0.2rem 0 1.1rem;
}

.vln-videos-hero__title {
	margin: 0;
	font-family: MajritTx, Merriweather, serif;
	font-weight: 900;
	font-size: clamp(1.85rem, 4vw, 2.35rem);
	letter-spacing: -0.03em;
	line-height: 1.12;
	color: #fff;
}

.vln-videos-hero__lead {
	margin: 0.55rem 0 0;
	font-family: GothamPro, sans-serif;
	font-size: 1rem;
	line-height: 1.45;
	color: #bdbdbd;
}

.vln-videos-empty {
	padding: 0.5rem 0 1.5rem;
	font-family: GothamPro, sans-serif;
	color: #bdbdbd;
}

.vln-videos-shorts {
	margin-top: 2.25rem;
}

.vln-video-featured__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #111;
}

.vln-video-featured__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.vln-video-card__play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23111' d='M9 7.2v9.6l7.8-4.8z'/%3E%3C/svg%3E") center / 30px no-repeat;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	pointer-events: none;
}

.vln-video-card__time {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 2;
	padding: 2px 7px;
	border-radius: 2px;
	font-family: GothamPro, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	background: rgba(0, 0, 0, 0.78);
}

.vln-videos-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.15rem;
	margin: 1.25rem 0;
}

.vln-video-card__link {
	display: block;
	text-decoration: none !important;
	color: inherit;
}

.vln-video-card__media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #1a1a1a;
}

.vln-video-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.vln-video-card__title {
	margin: 0.65rem 0 0.3rem;
	font-family: GothamPro, sans-serif;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.28;
	color: #fff;
}

.vln-video-card__desc,
.vln-video-card__meta {
	display: none;
}

.vln-videos-page .nav-links,
.vln-video-stage .nav-links {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
	margin: 1.25rem 0 0;
	font-family: GothamPro, sans-serif;
}

.vln-video-stage .nav-links a,
.vln-video-stage .nav-links span {
	color: #d0d0d0;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

@media (min-width: 900px) {
	.vln-video-layout {
		grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.72fr);
	}
	.vln-videos-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 599px) {
	.vln-video-rail__item {
		grid-template-columns: 96px minmax(0, 1fr);
	}
	.vln-video-headline::before {
		width: 6px;
		flex-basis: 6px;
	}
}
