.wcts-pdp-tiger-section {
	--wcts-premium-dark-section-padding-tablet: clamp(5.55rem, 13.5vw, 8rem);
	--wcts-premium-dark-section-padding-mobile: clamp(5.65rem, 16vw, 7.9rem);

	align-items: center;
	gap: clamp(1.5rem, 3vw, 2.8rem);
}

.wcts-pdp-tiger-section__body {
	display: grid;
	align-content: center;
	justify-items: start;
	gap: clamp(0.9rem, 1.7vw, 1.35rem);
	min-width: 0;
}

.wcts-pdp-tiger-section .wcts-pdp-vehicle-section__heading {
	max-width: 28ch;
}

.wcts-pdp-tiger-section .wcts-pdp-vehicle-section__copy {
	max-width: 43rem;
}

.wcts-pdp-tiger-media {
	background: transparent;
}

.wcts-pdp-tiger-media img {
	object-fit: contain;
	padding: clamp(1rem, 2.2vw, 2rem);
	box-sizing: border-box;
}

.wcts-pdp-tiger-section .wcts-pdp-at6-cards {
	gap: clamp(0.75rem, 1.35vw, 1rem);
}

.wcts-pdp-tiger-section .wcts-pdp-at6-card {
	align-self: stretch;
	justify-self: stretch;
	margin: 0;
	height: 100%;
	border-radius: 8px;
}

.wcts-pdp-at6-cards > li.wcts-pdp-at6-card {
	margin: 0;
}

.wcts-pdp-tiger-section--intro {
	grid-template-columns: minmax(0, 0.82fr) minmax(22rem, 1.18fr);
	padding-top: clamp(2.6rem, 6vw, 5rem);
}

.wcts-pdp-tiger-section--intro .wcts-pdp-at6-cards {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: auto;
	align-items: start;
	gap: 0.48rem 1rem;
	max-width: 38rem;
	margin-top: 0.2rem;
}

.wcts-pdp-tiger-section--intro .wcts-pdp-at6-card {
	position: relative;
	min-height: 0;
	height: auto;
	padding: 0 0 0 1.05rem;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.wcts-pdp-tiger-section--intro .wcts-pdp-at6-card::before {
	position: absolute;
	left: 0;
	top: 0.68em;
	width: 0.42rem;
	height: 1px;
	background: #111418;
	content: "";
}

.wcts-pdp-tiger-section--intro .wcts-pdp-at6-card:hover {
	box-shadow: none;
	transform: none;
}

.wcts-pdp-tiger-section--intro .wcts-pdp-at6-card__title {
	font-size: 1rem;
	font-weight: 650;
	line-height: 1.45;
}

.wcts-pdp-tiger-media--intro {
	min-height: clamp(19rem, 35vw, 32rem);
}

.wcts-pdp-tiger-media--intro img {
	width: 146%;
	height: 146%;
}

.wcts-pdp-tiger-section--power,
.wcts-pdp-tiger-section--design {
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	padding:
		clamp(3.2rem, 7vw, 6.4rem)
		max(clamp(1rem, 5vw, 3rem), calc((100vw - 82rem) / 2));
	background: #08090b;
	color: #ffffff;
	overflow: hidden;
	isolation: isolate;
}

.wcts-pdp-tiger-section--power {
	grid-template-columns: minmax(21rem, 1.08fr) minmax(0, 0.92fr);
	background: #08090b;
}

.wcts-pdp-tiger-section--power .wcts-pdp-vehicle-section__heading,
.wcts-pdp-tiger-section--design .wcts-pdp-vehicle-section__heading {
	color: #ffffff;
}

.wcts-pdp-tiger-section--power .wcts-pdp-vehicle-section__copy,
.wcts-pdp-tiger-section--design .wcts-pdp-vehicle-section__copy {
	color: rgba(255, 255, 255, 0.76);
}

.wcts-pdp-tiger-media--power,
.wcts-pdp-tiger-media--design {
	min-height: clamp(22rem, 40vw, 35rem);
	background: transparent;
	overflow: visible;
}

.wcts-pdp-tiger-media--power img,
.wcts-pdp-tiger-media--design img {
	width: 112%;
	height: 112%;
	padding: 0;
	filter: none;
}

.wcts-pdp-tiger-section--power .wcts-pdp-at6-card,
.wcts-pdp-tiger-section--design .wcts-pdp-at6-card {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.055);
	box-shadow: none;
}

.wcts-pdp-tiger-section--power .wcts-pdp-at6-card:hover,
.wcts-pdp-tiger-section--design .wcts-pdp-at6-card:hover {
	border-color: rgba(215, 25, 32, 0.82);
	background: rgba(255, 255, 255, 0.078);
}

.wcts-pdp-tiger-section--power .wcts-pdp-at6-card__title,
.wcts-pdp-tiger-section--design .wcts-pdp-at6-card__title {
	color: #ffffff;
}

.wcts-pdp-tiger-section--power .wcts-pdp-at6-card__text,
.wcts-pdp-tiger-section--design .wcts-pdp-at6-card__text {
	color: rgba(255, 255, 255, 0.72);
}

.wcts-pdp-tiger-section--power .wcts-pdp-at6-card__icon,
.wcts-pdp-tiger-cards--tech .wcts-pdp-at6-card__icon {
	width: clamp(3.8rem, 4.7vw, 4.35rem);
	height: clamp(3.8rem, 4.7vw, 4.35rem);
}

.wcts-pdp-tiger-section--handling {
	gap: clamp(1rem, 2vw, 1.5rem);
}

.wcts-pdp-tiger-section--handling .wcts-pdp-tiger-section__body {
	justify-items: center;
	width: 100%;
	max-width: 68rem;
	margin-inline: auto;
	text-align: center;
}

.wcts-pdp-tiger-section--handling .wcts-pdp-vehicle-section__heading {
	max-width: 32ch;
}

.wcts-pdp-tiger-section--handling .wcts-pdp-vehicle-section__copy {
	max-width: 62rem;
}

.wcts-pdp-tiger-media--wide {
	justify-self: center;
	width: min(100%, 60rem);
	min-height: clamp(18rem, 31vw, 28rem);
	height: auto;
	aspect-ratio: 16 / 9;
	background: transparent;
	overflow: visible;
}

.wcts-pdp-tiger-media--wide img {
	height: 100%;
	padding: clamp(0.8rem, 1.4vw, 1.4rem);
	transform: none !important;
}

.wcts-pdp-tiger-cards--handling {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 68rem;
	margin-inline: auto;
	padding-inline: clamp(0.6rem, 2vw, 1.4rem);
}

.wcts-pdp-tiger-section--tech {
	display: block;
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	padding:
		clamp(3rem, 7vw, 6rem)
		max(clamp(1rem, 5vw, 3rem), calc((100vw - 82rem) / 2));
	border: 0;
	background: #08090b;
	color: #ffffff;
}

.wcts-pdp-tiger-section--tech .wcts-pdp-vehicle-section__heading {
	max-width: 34ch;
	color: #ffffff;
}

.wcts-pdp-tiger-section--tech .wcts-pdp-vehicle-section__copy {
	max-width: 48rem;
	color: rgba(255, 255, 255, 0.76);
}

.wcts-pdp-tiger-section--tech .wcts-pdp-tiger-section__body {
	max-width: 58rem;
}

.wcts-pdp-tiger-cards--tech {
	--wcts-premium-card-min-height: 12rem;

	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: minmax(var(--wcts-premium-card-min-height), 1fr);
	max-width: 82rem;
	margin-top: clamp(1rem, 2vw, 1.4rem);
}

.wcts-pdp-tiger-cards--tech .wcts-pdp-at6-card {
	min-height: var(--wcts-premium-card-min-height);
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.055);
	box-shadow: none;
}

.wcts-pdp-tiger-cards--tech .wcts-pdp-at6-card:hover {
	border-color: rgba(215, 25, 32, 0.82);
	background: rgba(255, 255, 255, 0.078);
}

.wcts-pdp-tiger-cards--tech .wcts-pdp-at6-card__title {
	color: #ffffff;
}

.wcts-pdp-tiger-cards--tech .wcts-pdp-at6-card__text {
	color: rgba(255, 255, 255, 0.72);
}

.wcts-pdp-tiger-section--design {
	position: relative;
	grid-template-columns: minmax(0, 0.82fr) minmax(22rem, 1.18fr);
	min-height: clamp(34rem, 58vw, 48rem);
	background: #08090b;
}

.wcts-pdp-tiger-section--tech + .wcts-pdp-tiger-section--design {
	margin-top: calc((clamp(1.9rem, 4vw, 4.3rem) + 10px) * -1);
}

.wcts-pdp-tiger-section--design .wcts-pdp-at6-cards {
	--wcts-premium-card-min-height: 0;

	grid-template-columns: 1fr;
	grid-auto-rows: 1fr;
	align-items: stretch;
	gap: 0.95rem;
	max-width: 38rem;
}

.wcts-pdp-tiger-section--design .wcts-pdp-at6-card {
	position: relative;
	min-height: 0;
	height: auto;
	box-sizing: border-box;
	padding: 0 0 0 1.35rem;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.wcts-pdp-tiger-section--design .wcts-pdp-at6-card::before {
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 0.55rem;
	height: 2px;
	background: #d71920;
	content: "";
}

.wcts-pdp-tiger-section--design .wcts-pdp-at6-card:hover {
	background: transparent;
	box-shadow: none;
	transform: none;
}

.wcts-pdp-tiger-section--design .wcts-pdp-at6-card__title {
	font-size: clamp(1.02rem, 1.3vw, 1.16rem);
	line-height: 1.25;
}

.wcts-pdp-tiger-section--design .wcts-pdp-at6-card__text {
	max-width: 34rem;
	margin-top: 0.24rem;
	line-height: 1.55;
}

@media (prefers-reduced-motion: no-preference) {
	.wcts-pdp-product--vehicle.wcts-pdp-vehicle-motion-ready .wcts-pdp-tiger-media img {
		transform: translateY(1.2rem) scale(0.96);
		transition:
			filter 220ms ease,
			transform 900ms cubic-bezier(0.2, 0.72, 0.18, 1);
	}

	.wcts-pdp-product--vehicle.wcts-pdp-vehicle-motion-ready .wcts-pdp-vehicle-reveal--visible .wcts-pdp-tiger-media img {
		transform: translateY(0) scale(1);
	}
}

@media (max-width: 1100px) {
	.wcts-pdp-product--vehicle {
		gap: clamp(2.75rem, 7vw, 4.4rem);
	}

	.wcts-pdp-tiger-section--intro,
	.wcts-pdp-tiger-section--power,
	.wcts-pdp-tiger-section--tech,
	.wcts-pdp-tiger-section--design {
		grid-template-columns: 1fr;
	}

	.wcts-pdp-tiger-section--power .wcts-pdp-tiger-media {
		order: 2;
	}

	.wcts-pdp-tiger-section--power,
	.wcts-pdp-tiger-section--tech,
	.wcts-pdp-tiger-section--design {
		padding-block: var(--wcts-premium-dark-section-padding-tablet);
		padding-inline: max(1rem, calc((100vw - 62rem) / 2));
	}

	.wcts-pdp-tiger-section--power,
	.wcts-pdp-tiger-section--design {
		padding-block: clamp(4.35rem, 11vw, 6.2rem);
	}

	.wcts-pdp-at6-section--cooling,
	.wcts-pdp-at6-section--design {
		padding-block: clamp(4.35rem, 11vw, 6.2rem);
	}

	.wcts-pdp-tiger-section--design {
		min-height: 0;
	}

	.wcts-pdp-tiger-cards--handling {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding-inline: 0;
	}
}

@media (max-width: 760px) {
	.wcts-pdp-product--vehicle {
		gap: clamp(2.75rem, 7vw, 4.4rem);
	}

	.wcts-pdp-at6-section--cooling,
	.wcts-pdp-at6-section--design,
	.wcts-pdp-tiger-section--power,
	.wcts-pdp-tiger-section--tech,
	.wcts-pdp-tiger-section--design {
		padding-block: var(--wcts-premium-dark-section-padding-mobile);
		padding-inline: max(1rem, calc((100vw - 38rem) / 2));
	}

	.wcts-pdp-tiger-section--intro .wcts-pdp-at6-cards,
	.wcts-pdp-tiger-section .wcts-pdp-at6-cards,
	.wcts-pdp-tiger-cards--handling,
	.wcts-pdp-tiger-cards--tech,
	.wcts-pdp-tiger-section--design .wcts-pdp-at6-cards {
		grid-template-columns: 1fr;
	}

	.wcts-pdp-tiger-section--handling .wcts-pdp-tiger-section__body {
		justify-items: start;
		text-align: left;
	}

	.wcts-pdp-tiger-media,
	.wcts-pdp-tiger-media--power,
	.wcts-pdp-tiger-media--design {
		min-height: clamp(17rem, 66vw, 24rem);
	}

	.wcts-pdp-tiger-media--wide {
		min-height: clamp(16rem, 62vw, 23rem);
	}

}
