.na-video-watch-page {
	max-width: 1080px;
	margin: 0 auto;
	padding: 28px 20px 64px;
}

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

.na-video-visual-hero {
	position: relative;
	overflow: hidden;
	max-width: 980px;
	margin: 0 auto;
	padding: 36px 28px 38px;
	border-radius: 32px;
	background:
		linear-gradient(135deg, #061b3d 0%, #08234c 42%, #101827 100%);
	box-shadow:
		0 34px 90px rgba(6, 27, 61, .22),
		0 0 0 1px rgba(255, 255, 255, .08) inset;
	isolation: isolate;
	color: #fff;
}

.na-video-visual-hero::before {
	content: "";
	position: absolute;
	inset: -90px;
	z-index: -3;
	background-image: var(--na-video-hero-image);
	background-position: center;
	background-size: cover;
	opacity: .32;
	filter: blur(36px) saturate(1.15);
	transform: scale(1.08);
}

.na-video-visual-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(90deg, rgba(6, 27, 61, .96) 0%, rgba(6, 27, 61, .86) 48%, rgba(6, 27, 61, .60) 100%),
		radial-gradient(circle at 50% 18%, rgba(196, 20, 46, .30), transparent 26%),
		radial-gradient(circle at 50% 62%, rgba(255, 255, 255, .12), transparent 36%);
}

.na-video-visual-hero-inner::before {
	content: none;
}

.na-video-visual-hero-inner {
	position: relative;
	z-index: 1;
}

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

.na-video-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 12px;
	padding: 7px 13px;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 12px;
	font-weight: 800;
	color: #fff;
	background: #c4142e;
	box-shadow: 0 10px 28px rgba(196, 20, 46, .28);
}

.na-video-title {
	margin: 0 auto;
	max-width: 860px;
	font-size: clamp(30px, 3.05vw, 40px);
	line-height: 1.04;
	font-weight: 800;
	letter-spacing: -.035em;
	color: #fff;
	text-shadow: 0 3px 18px rgba(0, 0, 0, .22);
}

.na-video-inline-meta {
	margin: 12px auto 0;
	line-height: 1.45;
	font-weight: 700;
	color: rgba(255, 255, 255, .78);
	text-align: center;
}

.na-video-meta-date {
	font-size: 15px;
	color: rgba(255, 255, 255, .72);
}

.na-video-meta-author {
	margin-top: 3px;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 800;
	color: #fff;
}

.na-video-meta-secondary {
	margin-top: 3px;
	font-size: 15px;
	color: rgba(255, 255, 255, .76);
}

.na-video-excerpt {
	margin: 16px auto 0;
	max-width: 720px;
	font-size: 17px;
	line-height: 1.55;
	color: rgba(255, 255, 255, .84);
}

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

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

.na-video-player {
	width: min(100%, 410px);
	aspect-ratio: 9 / 16;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 22px;
	background: #000;
	box-shadow:
		0 26px 60px rgba(0, 0, 0, .22),
		0 0 0 1px rgba(255, 255, 255, .55);
}

.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 {
	max-width: 760px;
	margin: 20px auto 0;
	font-size: 18px;
	line-height: 1.7;
}

.na-video-content {
	color: rgba(255, 255, 255, .86);
}

.na-video-content > *:first-child {
	margin-top: 0;
}

.na-video-content > *:last-child {
	margin-bottom: 0;
}

.na-video-content a,
.na-video-related-article a {
	color: #fff;
}

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

.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: rgba(255, 255, 255, .10);
	box-shadow: 0 12px 34px rgba(0, 0, 0, .16);
	border: 1px solid rgba(255, 255, 255, .14);
}

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

.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 {
	max-width: 760px;
	margin: 46px auto 0;
	font-size: 18px;
	line-height: 1.65;
}

.na-video-more-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.na-video-more-item {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	text-decoration: none;
	color: inherit;
	font-weight: 700;
}

.na-video-more-item img {
	width: 170px;
	height: 96px;
	object-fit: cover;
	border-radius: 14px;
	display: block;
	margin: 0;
	box-shadow: 0 8px 22px rgba(26, 32, 48, .10);
}

.na-video-more-text {
	display: block;
	min-width: 0;
}

.na-video-more-title {
	display: block;
}

.na-video-more-author {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 800;
	color: #202437;
}

.na-video-more-meta {
	display: block;
	margin-top: 3px;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 600;
	color: #6b7280;
}

.na-video-widget-area {
	max-width: 760px;
	margin: 40px auto 0;
}

.na-video-widget {
	margin-bottom: 24px;
}

.na-video-widget:last-child {
	margin-bottom: 0;
}

.na-video-widget-title {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 800;
}

.na-video-widget img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.na-video-widget .wp-block-image {
	margin: 0;
}

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

	.na-video-visual-hero {
		padding: 30px 18px 34px;
		border-radius: 28px;
	}

	.na-video-title {
		font-size: clamp(26px, 5.6vw, 34px);
		line-height: 1.06;
	}

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

	.na-video-content,
	.na-video-related-article,
	.na-video-more,
	.na-video-widget-area {
		max-width: 680px;
	}

	.na-video-more-item {
		grid-template-columns: 140px minmax(0, 1fr);
	}

	.na-video-more-item img {
		width: 140px;
		height: 84px;
	}
}

@media (max-width: 520px) {
	.na-video-watch-page {
		padding: 0 0 44px;
	}

	.na-video-visual-hero {
		border-radius: 0 0 24px 24px;
		padding: 18px 12px 26px;
	}

	.na-video-eyebrow {
		margin-bottom: 10px;
		padding: 6px 12px;
		font-size: 10px;
		letter-spacing: .095em;
	}

	.na-video-title {
		font-size: clamp(23px, 6.4vw, 29px);
		line-height: 1.08;
		letter-spacing: -.022em;
		max-width: 96%;
	}

	.na-video-inline-meta {
		margin-top: 10px;
		line-height: 1.3;
	}

	.na-video-meta-date,
	.na-video-meta-secondary {
		font-size: 13px;
	}

	.na-video-meta-author {
		margin-top: 2px;
		font-size: 15px;
		line-height: 1.25;
	}

	.na-video-meta-secondary {
		margin-top: 2px;
	}

	.na-video-hero {
		margin-top: 14px;
		margin-bottom: 18px;
	}

	.na-video-player {
		width: min(100%, 390px);
		border-radius: 18px;
	}

	.na-video-content,
	.na-video-related-article {
		font-size: 16px;
		line-height: 1.6;
	}

	.na-video-more,
	.na-video-widget-area {
		padding-left: 16px;
		padding-right: 16px;
	}

	.na-video-more-item {
		grid-template-columns: 110px minmax(0, 1fr);
		gap: 12px;
	}

	.na-video-more-item img {
		width: 110px;
		height: 78px;
		border-radius: 12px;
	}
}
