.cds-pl-layout {
	--cds-pl-max-width: 1180px;
	--cds-pl-section-space: 72px;
	--cds-pl-gap: 40px;
	color: inherit;
}

.cds-pl-section {
	margin: 0;
	padding: var(--cds-pl-section-space) 0;
}

.cds-pl-inner {
	width: min(100% - 32px, var(--cds-pl-max-width));
	margin: 0 auto;
}

.cds-pl-title {
	margin: 0 0 20px;
	font-size: clamp(28px, 4vw, 48px);
	line-height: 1.08;
	font-weight: 300;
	letter-spacing: 0;
}

.cds-pl-richtext {
	font-size: 18px;
	line-height: 1.65;
	padding-left: 0;
}

.cds-pl-richtext > :first-child {
	margin-top: 0;
}

.cds-pl-richtext > :last-child {
	margin-bottom: 0;
}

.cds-pl-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 24px;
	padding: 11px 22px;
	border: 1px solid currentColor;
	color: inherit;
	text-decoration: none;
	line-height: 1.2;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.cds-pl-button:hover {
	background: #111;
	color: #fff;
}

.cds-pl-button-light {
	color: #fff;
}

.cds-pl-button-light:hover {
	background: #fff;
	color: #111;
}

.cds-pl-cta {
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: center;
}

.cds-pl-product-cta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	align-items: center;
}

.cds-pl-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 64px;
	padding: 16px 20px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: 0;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.cds-pl-cta-button img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
	flex: 0 0 auto;
	transition: transform 0.2s ease;
}

.cds-pl-cta-button:hover img,
.cds-pl-cta-button:focus-visible img {
	transform: scale(1.25);
}

.cds-pl-cta-button-outline {
	border: 2px solid #111;
	background: transparent;
	color: #111;
}

.cds-pl-cta-button-red {
	border: 2px solid #ed002b;
	background: #ed002b;
	color: #fff;
}

.cds-pl-first-description {
	background: rgba(207, 207, 207, 0.2);
	display: flex;
	align-items: center;
	padding-top: 8%;
	padding-bottom: 8%;
}

.cds-pl-first-description-inner {
	width: 85%;
	max-width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	gap: 48px;
	align-items: start;
}

.cds-pl-first-description-title {
	margin: 0;
	color: #000;
	font-family: "Exo", Helvetica, Arial, Lucida, sans-serif;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.12;
	letter-spacing: 0;
}

.cds-pl-first-description-text {
	margin-top: 85px;
}

.cds-pl-second-description {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 0%, rgba(122, 10, 30, 0.95) 0, rgba(122, 10, 30, 0.42) 22%, rgba(19, 18, 17, 0) 48%),
		#131211;
	color: #fff;
	padding-top: 8%;
	padding-bottom: 8%;
}

.cds-pl-second-description-inner {
	position: relative;
	z-index: 1;
	width: 85%;
	max-width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
}

.cds-pl-second-description-title {
	margin: 0 0 28px;
	color: #fff;
	font-family: "Exo", Helvetica, Arial, Lucida, sans-serif;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.12;
	letter-spacing: 0;
}

.cds-pl-second-description-text {
	color: #fff;
	margin-bottom: 30px;
}

.cds-pl-second-description-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 64px;
	padding: 16px 20px;
	border: 1px solid #fff;
	border-radius: 6px;
	background: transparent;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: 0;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.cds-pl-second-description-button img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
	flex: 0 0 auto;
	transition: transform 0.2s ease;
}

.cds-pl-second-description-button:hover img,
.cds-pl-second-description-button:focus-visible img {
	transform: scale(1.25);
}

.cds-pl-second-description-media {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cds-pl-second-description-image {
	display: block;
	width: 100%;
	height: auto;
}

.cds-pl-opening {
	background: #131211;
	color: #fff;
}

.cds-pl-opening-inner {
	width: 85%;
	max-width: 100%;
	margin: 0 auto;
}

.cds-pl-opening-title {
	color: #fff;
	font-family: "Exo", Helvetica, Arial, Lucida, sans-serif;
	font-size: 85px;
	font-weight: 300;
	line-height: 1.05;
	letter-spacing: 0;
}

.cds-pl-opening-title > :first-child {
	margin-top: 0;
}

.cds-pl-opening-title > :last-child {
	margin-bottom: 0;
}

.cds-pl-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
	gap: var(--cds-pl-gap);
	align-items: center;
}

.cds-pl-media img,
.cds-pl-image {
	display: block;
	width: 100%;
	height: auto;
}

.cds-pl-hotspots {
	background:
		radial-gradient(circle at 50% 100%, rgba(122, 10, 30, 0.96) 0, rgba(122, 10, 30, 0.46) 22%, rgba(19, 18, 17, 0) 52%),
		#131211;
	padding-top: 8%;
	padding-bottom: 8%;
}

.cds-pl-hotspots .cds-phcv-viewer {
	width: 85%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
}

.cds-pl-performance {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: #fff;
	background: #111;
}

.cds-pl-performance-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.cds-pl-performance-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.cds-pl-performance-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cds-pl-performance-content {
	position: relative;
	z-index: 1;
}

.cds-pl-performance-content .cds-pl-richtext {
	max-width: 680px;
}

@media (max-width: 900px) {
	.cds-pl-layout {
		--cds-pl-section-space: 52px;
		--cds-pl-gap: 28px;
	}

	.cds-pl-product-cta {
		gap: 18px;
	}

	.cds-pl-cta-button {
		min-height: 58px;
		padding: 14px 22px;
		font-size: 16px;
		gap: 18px;
	}

	.cds-pl-cta-button img {
		width: 20px;
		height: 20px;
	}

	.cds-pl-split {
		grid-template-columns: 1fr;
	}

	.cds-pl-first-description-inner {
		width: min(100% - 32px, var(--cds-pl-max-width));
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.cds-pl-first-description-title {
		font-size: 40px;
	}

	.cds-pl-first-description-text {
		margin-top: 0;
	}

	.cds-pl-second-description-inner {
		width: min(100% - 32px, var(--cds-pl-max-width));
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.cds-pl-second-description-title {
		font-size: 40px;
	}

	.cds-pl-opening-title {
		font-size: 58px;
	}

	.cds-pl-richtext {
		font-size: 16px;
		padding-left: 0;
	}

	.cds-pl-performance {
		min-height: 440px;
	}
}

@media (max-width: 600px) {
	.cds-pl-layout {
		--cds-pl-section-space: 40px;
	}

	.cds-pl-inner,
	.cds-pl-hotspots {
		width: min(100% - 24px, var(--cds-pl-max-width));
	}

	.cds-pl-hotspots {
		width: auto;
	}

	.cds-pl-hotspots .cds-phcv-viewer {
		width: min(100% - 24px, var(--cds-pl-max-width));
	}

	.cds-pl-title {
		font-size: 28px;
	}

	.cds-pl-first-description-title {
		font-size: 32px;
	}

	.cds-pl-second-description-title {
		font-size: 32px;
	}

	.cds-pl-opening-title {
		font-size: 38px;
	}

	.cds-pl-button {
		width: 100%;
	}

	.cds-pl-cta-button {
		width: 100%;
		min-height: 56px;
		padding: 13px 16px;
		font-size: 16px;
		justify-content: space-between;
	}

	.cds-pl-second-description-button {
		width: 100%;
		justify-content: space-between;
	}
}

@media (max-width: 420px) {
	.cds-pl-product-cta {
		grid-template-columns: 1fr;
	}
}
