.video-story {
	position: relative;
	overflow: hidden;
	padding: 104px 0 118px;
	background:
		radial-gradient(circle at 11% 7%, rgba(184, 141, 214, .18), transparent 28%),
		radial-gradient(circle at 91% 86%, rgba(225, 168, 73, .2), transparent 31%),
		#f7f3ec;
	color: #123f42;
}

.video-story::before,
.video-story::after {
	position: absolute;
	width: 190px;
	height: 190px;
	border: 1px solid rgba(18, 63, 66, .12);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.video-story::before {
	top: -115px;
	right: 7%;
}

.video-story::after {
	bottom: -142px;
	left: 3%;
	width: 240px;
	height: 240px;
}

.video-story__container {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(280px, .75fr) minmax(0, 1.45fr);
	align-items: center;
	gap: 68px;
}

.video-story__intro {
	max-width: 420px;
}

.video-story__eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	color: #7d4e93;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.video-story__eyebrow i {
	width: 28px;
	height: 1px;
	background: currentColor;
}

.video-story__title {
	margin: 0;
	font-family: var(--font-title, 'Montserrat', sans-serif);
	font-size: clamp(38px, 4.5vw, 68px);
	font-weight: 800;
	line-height: .98;
	letter-spacing: -.045em;
	text-wrap: balance;
}

.video-story__title span {
	display: block;
	margin-top: 9px;
	color: #bf6b2f;
}

.video-story__lead {
	max-width: 390px;
	margin: 30px 0 0;
	color: rgba(18, 63, 66, .76);
	font-size: 16px;
	line-height: 1.7;
}

.video-story__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 30px;
}

.video-story__meta span {
	padding: 7px 11px;
	border: 1px solid rgba(18, 63, 66, .13);
	border-radius: 999px;
	background: rgba(255, 255, 255, .5);
	color: rgba(18, 63, 66, .72);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.video-story__films {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	gap: 18px;
}

.video-story__card {
	position: relative;
	min-width: 0;
	margin: 0;
	padding: 9px;
	border: 1px solid rgba(18, 63, 66, .1);
	border-radius: 27px;
	background: rgba(255, 255, 255, .72);
	box-shadow: 0 24px 60px rgba(56, 42, 28, .12);
	backdrop-filter: blur(10px);
}

.video-story__card--formula {
	margin-top: 66px;
}

.video-story__frame {
	position: relative;
	overflow: hidden;
	border-radius: 19px;
	background: #d8c2e9;
	aspect-ratio: 16 / 9;
}

.video-story__card--formula .video-story__frame {
	background: #d7a54d;
}

.video-story__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-story__number {
	position: absolute;
	top: 12px;
	right: 12px;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, .48);
	border-radius: 50%;
	background: rgba(16, 36, 37, .48);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	backdrop-filter: blur(8px);
}

.video-story__toggle {
	position: absolute;
	right: 12px;
	bottom: 12px;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .48);
	border-radius: 50%;
	background: rgba(16, 36, 37, .58);
	color: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .13);
	backdrop-filter: blur(8px);
	transition: background-color .2s ease, transform .2s ease;
}

.video-story__toggle:hover {
	background: rgba(16, 36, 37, .84);
	transform: scale(1.06);
}

.video-story__toggle:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.video-story__icon--play,
.video-story__toggle.is-paused .video-story__icon--pause {
	display: none;
}

.video-story__toggle.is-paused .video-story__icon--play {
	display: block;
}

.video-story__caption {
	padding: 18px 12px 14px;
}

.video-story__kicker {
	display: block;
	margin-bottom: 7px;
	color: #845598;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.video-story__card--formula .video-story__kicker {
	color: #b26127;
}

.video-story__caption strong {
	display: block;
	font-size: 18px;
	line-height: 1.25;
}

.video-story__caption p {
	margin: 9px 0 0;
	color: rgba(18, 63, 66, .68);
	font-size: 12px;
	line-height: 1.55;
}

@media (max-width: 1100px) {
	.video-story {
		padding: 84px 0 96px;
	}

	.video-story__container {
		grid-template-columns: minmax(250px, .62fr) minmax(0, 1.38fr);
		gap: 42px;
	}

	.video-story__title {
		font-size: clamp(36px, 4.8vw, 56px);
	}
}

@media (max-width: 900px) {
	.video-story__container {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.video-story__intro {
		max-width: 680px;
	}

	.video-story__lead {
		max-width: 600px;
	}
}

@media (max-width: 620px) {
	.video-story {
		padding: 68px 0 72px;
	}

	.video-story__container {
		gap: 36px;
	}

	.video-story__eyebrow {
		margin-bottom: 18px;
		font-size: 10px;
	}

	.video-story__title {
		font-size: clamp(36px, 11vw, 48px);
	}

	.video-story__lead {
		margin-top: 22px;
		font-size: 14px;
	}

	.video-story__meta {
		margin-top: 22px;
	}

	.video-story__films {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.video-story__card--formula {
		margin-top: 0;
	}

	.video-story__card {
		border-radius: 22px;
	}

	.video-story__frame {
		border-radius: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.video-story__toggle {
		transition: none;
	}
}
