.na-video-watch-page {
	max-width: 1040px;
	margin: 0 auto;
	padding: 30px 20px 56px;
}

.na-video-watch-article {
	width: 100%;
}

.na-video-watch-header {
	max-width: 840px;
	margin: 0 auto 24px;
	text-align: center;
}

.na-video-eyebrow {
	margin: 0 0 8px;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 13px;
	font-weight: 700;
	color: #c4142e;
}

.na-video-title {
	margin: 0;
	font-size: clamp(30px, 4vw, 50px);
	line-height: 1.06;
}

.na-video-inline-meta {
	margin: 16px auto 0;
	font-size: 15px;
	line-height: 1.45;
	font-weight: 700;
	color: #4f5663;
}

.na-video-excerpt {
	margin: 16px auto 0;
	max-width: 720px;
	font-size: 17px;
	line-height: 1.55;
	color: #444;
}

.na-video-hero {
	display: flex;
	justify-content: center;
	margin: 24px auto 30px;
}

.na-video-main {
	display: flex;
	justify-content: center;
	width: 100%;
}

.na-video-player {
	width: min(100%, 390px);
	aspect-ratio: 9 / 16;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 20px;
	background: #000;
	box-shadow: 0 16px 38px rgba(0, 0, 0, .16);
}

.na-video-player iframe,
.na-video-player object,
.na-video-player embed {
	width: 100% !important;
	height: 100% !important;
	border: 0;
	display: block;
}

.na-video-content,
.na-video-related-article,
.na-video-more {
	max-width: 760px;
	margin: 32px auto 0;
	font-size: 18px;
	line-height: 1.65;
}

.na-video-content h2,
.na-video-more h2 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 1.2;
}


.na-video-related-article {
	padding: 20px 22px;
	border-radius: 18px;
	background: #f6f7f8;
}

.na-video-related-article span {
	display: block;
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-size: 12px;
	font-weight: 800;
	color: #c4142e;
}

.na-video-related-article a {
	font-size: 18px;
	line-height: 1.35;
	font-weight: 800;
	text-decoration: none;
	color: inherit;
}

.na-video-related-article a:hover {
	text-decoration: underline;
}

.na-video-more-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.na-video-more-item {
	display: block;
	text-decoration: none;
	color: inherit;
	font-weight: 700;
}

.na-video-more-item img {
	width: 100%;
	height: auto;
	border-radius: 14px;
	display: block;
	margin-bottom: 10px;
}

@media (max-width: 860px) {
	.na-video-watch-page {
		padding-top: 24px;
	}

	.na-video-title {
		font-size: clamp(30px, 9vw, 42px);
	}

	.na-video-player {
		width: min(100%, 420px);
	}

	.na-video-more-grid {
		grid-template-columns: 1fr;
	}
}
