.lifestyleVideoRight {
	background: #000000;
	padding: 100px 0;
	color: #FFFFFF;
}

.lifestyleVideoRight__inner {
	display: flex;
	align-items: center;
	gap: 100px;
}

.lifestyleVideoRight__copy {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
	color: #FFFFFF;
}

.lifestyleVideoRight__heading {
	font-family: "Artifex Hand CF", serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	white-space: normal;
	overflow-wrap: break-word;
	word-break: break-word;
}

.lifestyleVideoRight__intro {
	font-family: "Ancizar Serif", serif;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	margin: 0;
}

.lifestyleVideoRight__features {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.lifestyleVideoRight__feature {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.lifestyleVideoRight__featureHeading {
	font-family: "Artifex Hand CF", serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
}

.lifestyleVideoRight__featureBody {
	font-family: "Ancizar Serif", serif;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	margin: 0;
}

.lifestyleVideoRight__videoWrap {
	flex: 0 0 50%;
	min-width: 0;
}

.lifestyleVideoRight__videoLink,
.lifestyleVideoRight__videoStatic {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 670 / 418;
	overflow: hidden;
	background: #000000;
}

.lifestyleVideoRight__videoLink {
	cursor: pointer;
	transition: transform 0.3s ease;
}

.lifestyleVideoRight__videoLink:hover {
	transform: scale(1.01);
}

.lifestyleVideoRight__videoLink:focus {
	outline: none;
}

.lifestyleVideoRight__videoLink:focus-visible {
	outline: 3px solid #FFFFFF;
	outline-offset: 2px;
}

.lifestyleVideoRight__videoLink img,
.lifestyleVideoRight__videoStatic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lifestyleVideoRight__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	pointer-events: none;
	transition: transform 0.3s ease;
}

.lifestyleVideoRight__videoLink:hover .lifestyleVideoRight__play,
.lifestyleVideoRight__videoLink:focus-visible .lifestyleVideoRight__play {
	transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 1024px) {
	.lifestyleVideoRight {
		padding: 60px 30px;
	}
	.lifestyleVideoRight__inner {
		gap: 60px;
	}
	.lifestyleVideoRight__heading {
		font-size: 32px;
		line-height: 40px;
	}
	.lifestyleVideoRight__featureHeading {
		font-size: 22px;
		line-height: 28px;
	}
}

@media (max-width: 768px) {
	.lifestyleVideoRight {
		padding: 40px 0;
	}
	.lifestyleVideoRight__inner {
		flex-direction: column;
		gap: 30px;
	}
	.lifestyleVideoRight__copy {
		flex: 0 0 auto;
		width: 100%;
		gap: 20px;
	}
	.lifestyleVideoRight__videoWrap {
		flex: 0 0 auto;
		width: 100%;
	}
	.lifestyleVideoRight__heading {
		font-size: 28px;
		line-height: 36px;
	}
	.lifestyleVideoRight__features {
		gap: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lifestyleVideoRight__videoLink,
	.lifestyleVideoRight__play {
		transition: none;
	}
	.lifestyleVideoRight__videoLink:hover {
		transform: none;
	}
	.lifestyleVideoRight__videoLink:hover .lifestyleVideoRight__play,
	.lifestyleVideoRight__videoLink:focus-visible .lifestyleVideoRight__play {
		transform: translate(-50%, -50%);
	}
}
