.epvc-video-card {
	--epvc-max-width: 420px;
	--epvc-radius: 14px;
	--epvc-gap: 8px;
	--epvc-card-bg: #0b0b0b;
	--epvc-text: #f7f7f2;
	--epvc-muted: #c5c5bf;
	--epvc-accent: #f25b38;
	--epvc-canvas: #f7f7f2;
	width: min(100%, var(--epvc-max-width));
	margin-inline: auto;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.35;
	container-type: inline-size;
}

.epvc-video-card,
.epvc-video-card *,
.epvc-video-card *::before,
.epvc-video-card *::after {
	box-sizing: border-box;
}

.epvc-stage {
	position: relative;
	isolation: isolate;
	width: 100%;
	aspect-ratio: 1 / 1;
	direction: ltr;
	background: var(--epvc-canvas);
}

.epvc-photo,
.epvc-card {
	position: absolute;
	overflow: hidden;
	border-radius: var(--epvc-radius);
}

.epvc-photo {
	z-index: 1;
	background-repeat: no-repeat;
	background-color: #17252b;
}

.epvc-photo::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(140deg, transparent 58%, rgb(4 15 20 / 0.17));
}

.epvc-photo--top {
	top: 0;
	right: 0;
	width: calc(58.5% - var(--epvc-gap));
	height: 61%;
	background-size: 178% auto;
	background-position: 76% 12%;
}

.epvc-photo--bottom {
	left: 0;
	bottom: 0;
	width: 68%;
	height: calc(55% - (var(--epvc-gap) / 2));
	background-size: 180% auto;
	background-position: 28% 88%;
}

.epvc-card {
	z-index: 2;
	top: 0;
	left: 0;
	width: 41.5%;
	height: 45%;
	direction: rtl;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 5.1% 4.1% 4%;
	color: var(--epvc-text);
	background: var(--epvc-card-bg);
	box-shadow: var(--epvc-gap) var(--epvc-gap) 0 var(--epvc-canvas);
}

.epvc-card__stars {
	direction: ltr;
	margin-bottom: 5%;
	color: var(--epvc-accent);
	font-size: 12px;
	font-size: clamp(9px, 3.1cqi, 14px);
	line-height: 1;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.epvc-card__headline {
	max-width: 13ch;
	margin: 0;
	color: inherit;
	font-size: 14px;
	font-size: clamp(10px, 3.35cqi, 17px);
	font-weight: 700;
	line-height: 1.28;
	text-align: right;
}

.epvc-card__experience {
	display: flex;
	direction: rtl;
	align-items: center;
	gap: 7%;
	width: 100%;
	margin-top: 8%;
}

.epvc-card__years {
	direction: ltr;
	color: inherit;
	font-size: 28px;
	font-size: clamp(18px, 7.2cqi, 34px);
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}

.epvc-card__years-label {
	max-width: 6ch;
	color: var(--epvc-muted);
	font-size: 9px;
	font-size: clamp(7px, 2.1cqi, 10px);
	line-height: 1.35;
	text-align: right;
}

.epvc-card__play {
	display: inline-flex;
	direction: rtl;
	align-items: center;
	gap: clamp(5px, 2cqi, 10px);
	max-width: 100%;
	width: 100%;
	margin-top: auto;
	padding: 0;
	border: 0;
	color: var(--epvc-text);
	background: transparent;
	font: inherit;
	cursor: pointer;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}

.epvc-card__play-icon {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 34px;
	width: clamp(26px, 8.4cqi, 40px);
	aspect-ratio: 1;
	border-radius: 999px;
	color: #151515;
	background: var(--epvc-accent);
	transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), background-color 220ms ease;
}

.epvc-card__play-icon svg,
.epvc-card__play-icon i {
	width: 36%;
	height: auto;
	font-size: 0.92em;
	transform: translateX(-4%);
}

.epvc-card__play-label {
	overflow: visible;
	font-size: 10px;
	font-size: clamp(7px, 2.25cqi, 11px);
	font-weight: 700;
}

.epvc-card__play:hover .epvc-card__play-icon,
.epvc-card__play:focus-visible .epvc-card__play-icon {
	transform: scale(1.08);
}

.epvc-card__play:active .epvc-card__play-icon {
	transform: scale(0.96);
}

.epvc-card__play:focus-visible {
	outline: 2px solid var(--epvc-accent);
	outline-offset: 4px;
	border-radius: 999px;
}

.epvc-seal {
	position: absolute;
	z-index: 3;
	top: 48%;
	left: 55%;
	display: grid;
	place-items: center;
	width: 28%;
	aspect-ratio: 1;
	border: 6px solid var(--epvc-canvas);
	border: clamp(4px, 1.7cqi, 8px) solid var(--epvc-canvas);
	border-radius: 999px;
	color: var(--epvc-card-bg);
	background: var(--epvc-canvas);
	transform: translate(-5%, -4%) rotate(-9deg);
}

.epvc-seal::before {
	content: "";
	position: absolute;
	width: 58%;
	aspect-ratio: 1;
	border-radius: 999px;
	background: var(--epvc-accent);
}

.epvc-seal__text {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	fill: currentColor;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: -0.25px;
}

.epvc-seal__icon {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 29%;
	color: var(--epvc-text);
	font-size: 20px;
	font-size: clamp(13px, 5cqi, 24px);
	transform: rotate(9deg);
}

.epvc-seal__icon svg {
	width: 100%;
	height: auto;
}

.epvc-modal[hidden] {
	display: none !important;
}

.epvc-modal {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
	direction: rtl;
}

.epvc-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgb(7 11 13 / 0.86);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	animation: epvc-fade-in 220ms ease both;
}

.epvc-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(960px, 94vw);
	padding: 10px;
	border: 1px solid rgb(255 255 255 / 0.15);
	border-radius: 18px;
	background: #111719;
	box-shadow: 0 26px 80px rgb(2 7 9 / 0.44);
	animation: epvc-pop-in 380ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.epvc-modal__media {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 11px;
	background: #080c0e;
}

.epvc-modal__media iframe,
.epvc-modal__media video {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: contain;
}

.epvc-modal__close {
	position: absolute;
	z-index: 2;
	top: -18px;
	left: -18px;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0 0 3px;
	border: 1px solid rgb(255 255 255 / 0.2);
	border-radius: 999px;
	color: #f7f7f2;
	background: #1b2427;
	font: 400 30px/1 Arial, sans-serif;
	cursor: pointer;
	transition: transform 180ms ease, background-color 180ms ease;
}

.epvc-modal__close:hover,
.epvc-modal__close:focus-visible {
	background: var(--epvc-accent);
	transform: scale(1.06);
}

.epvc-modal__close:focus-visible {
	outline: 2px solid #f7f7f2;
	outline-offset: 3px;
}

.epvc-modal__message {
	margin: 0;
	padding: clamp(44px, 8vw, 90px) 24px;
	color: #f7f7f2;
	font-size: 16px;
	text-align: center;
}

body.epvc-modal-is-open {
	overflow: hidden;
}

@keyframes epvc-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes epvc-pop-in {
	from { opacity: 0; transform: translateY(18px) scale(0.97); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 480px) {
	.epvc-modal {
		padding: 14px;
	}

	.epvc-modal__dialog {
		width: 100%;
		padding: 6px;
		border-radius: 14px;
	}

	.epvc-modal__close {
		top: -15px;
		left: -6px;
		width: 38px;
		height: 38px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.epvc-card__play-icon,
	.epvc-modal__close {
		transition: none;
	}

	.epvc-modal__backdrop,
	.epvc-modal__dialog {
		animation: none;
	}
}

@media (prefers-reduced-transparency: reduce) {
	.epvc-modal__backdrop {
		background: rgb(7 11 13 / 0.96);
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}
}
