/**
 * Premier Plasmotec OEM Trust and Awards route.
 *
 * Gutenberg remains the page-structure authority. Core remains the authority
 * for customer, relationship, award, issuer, date, recipient, image and
 * progressive-expansion data. This module changes presentation only.
 */

body.ppps-module-oem-trust-awards {
	--pp-oem-ink: #07090a;
	--pp-oem-graphite: #111516;
	--pp-oem-steel: #9eacb0;
	--pp-oem-steel-bright: #dbe3e4;
	--pp-oem-paper: #f1efe8;
	--pp-oem-paper-bright: #faf8f1;
	--pp-oem-paper-deep: #d8d7d0;
	--pp-oem-line-dark: rgba(255, 255, 255, .18);
	--pp-oem-line-light: rgba(7, 9, 10, .22);
	background: var(--pp-oem-ink);
}

body.ppps-module-oem-trust-awards .page-studio-content {
	overflow: clip;
}

body.ppps-module-oem-trust-awards :where(
	.pp-hero__inner,
	.pp-block__inner,
	.pp-section__inner,
	.pp-block__header,
	.pp-block__title,
	.pp-block__copy,
	.pp-customer-grid,
	.pp-customer,
	.pp-awards-story,
	.pp-awards-rail,
	.pp-award,
	.pp-award__body,
	.pp-card-grid,
	.pp-expandable-records__controls
) {
	box-sizing: border-box;
	min-width: 0;
}

/* -------------------------------------------------------------------------- */
/* Opening recognition aperture.                                              */
/* -------------------------------------------------------------------------- */

body.ppps-module-oem-trust-awards .pp-block--industrial-hero {
	position: relative;
	min-height: max(48rem, 100svh);
	padding: 0;
	border-bottom: 1px solid var(--pp-oem-line-dark);
	color: #fff;
	background:
		linear-gradient(
			rgba(255, 255, 255, .045) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255, 255, 255, .045) 1px,
			transparent 1px
		),
		radial-gradient(
			circle at 82% 44%,
			rgba(158, 172, 176, .18),
			transparent 32rem
		),
		var(--pp-oem-ink);
	background-size: 72px 72px, 72px 72px, auto, auto;
	isolation: isolate;
	overflow: clip;
}

body.ppps-module-oem-trust-awards .pp-block--industrial-hero::before {
	position: absolute;
	z-index: 2;
	inset: 0;
	content: "";
	pointer-events: none;
	background:
		linear-gradient(
			90deg,
			rgba(7, 9, 10, .99) 0 24%,
			rgba(7, 9, 10, .9) 39%,
			rgba(7, 9, 10, .25) 68%,
			rgba(7, 9, 10, .07)
		),
		linear-gradient(
			180deg,
			rgba(7, 9, 10, .28),
			transparent 43%,
			rgba(7, 9, 10, .78)
		);
}

body.ppps-module-oem-trust-awards .pp-block--industrial-hero::after {
	position: absolute;
	z-index: 4;
	right: clamp(2.5rem, 4vw, 5rem);
	bottom: clamp(2.5rem, 5vw, 5rem);
	width: clamp(5rem, 8vw, 9rem);
	aspect-ratio: 1;
	border-right: 1px solid rgba(255, 255, 255, .52);
	border-bottom: 1px solid rgba(255, 255, 255, .52);
	content: "";
	pointer-events: none;
	opacity: calc(.22 + var(--pp-scene-progress, 0) * .68);
	transform:
		translate3d(
			calc((1 - var(--pp-scene-progress, 0)) * 1.6rem),
			calc((1 - var(--pp-scene-progress, 0)) * 1.6rem),
			0
		);
}

body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-hero__media {
	position: absolute;
	z-index: 0;
	top: clamp(7rem, 10vh, 8.5rem);
	right: clamp(2.5rem, 4.2vw, 5.5rem);
	bottom: clamp(2.8rem, 5.5vh, 5rem);
	left: auto;
	display: block;
	width: min(70vw, 106rem);
	height: auto;
	border: 1px solid var(--pp-oem-line-dark);
	background: var(--pp-oem-graphite);
	box-shadow: 0 2.6rem 8rem rgba(0, 0, 0, .36);
	clip-path: inset(
		calc((1 - var(--pp-scene-progress, 0)) * 2.2%)
		calc((1 - var(--pp-scene-progress, 0)) * 4.5%)
	);
	transform:
		translate3d(
			calc((1 - var(--pp-scene-progress, 0)) * 2.4vw),
			calc((var(--pp-scene-progress, 0) - .5) * -1rem),
			0
		)
		scale(calc(.965 + var(--pp-scene-progress, 0) * .035));
	transform-origin: 82% 50%;
	overflow: clip;
	will-change: transform, clip-path;
}

body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-hero__media::before {
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	left: calc(var(--pp-scene-progress, 0) * 100%);
	width: 1px;
	content: "";
	pointer-events: none;
	background: rgba(255, 255, 255, .76);
	box-shadow:
		0 0 2.5rem rgba(255, 255, 255, .48),
		-8rem 0 8rem rgba(219, 227, 228, .1);
	opacity: calc(.16 + var(--pp-scene-progress, 0) * .8);
}

body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-hero__media::after {
	position: absolute;
	z-index: 2;
	inset: 0;
	content: "";
	pointer-events: none;
	background:
		linear-gradient(
			rgba(255, 255, 255, .08) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255, 255, 255, .08) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(7, 9, 10, .58),
			transparent 60%
		),
		linear-gradient(
			180deg,
			transparent 52%,
			rgba(7, 9, 10, .48)
		);
	background-size: 20% 25%, 20% 25%, auto, auto;
}

body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-hero__media
	:is(img, video) {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	filter:
		grayscale(calc(.24 - var(--pp-scene-progress, 0) * .16))
		saturate(calc(.62 + var(--pp-scene-progress, 0) * .28))
		contrast(1.08)
		brightness(calc(.62 + var(--pp-scene-progress, 0) * .2));
	transform: scale(calc(1.075 - var(--pp-scene-progress, 0) * .04));
	transform-origin: 58% 50%;
}

body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-hero__interface {
	position: absolute;
	z-index: 1;
	inset: clamp(7rem, 10vh, 8.5rem) clamp(2.5rem, 4.2vw, 5.5rem)
		clamp(2.8rem, 5.5vh, 5rem) auto;
	display: block;
	width: min(70vw, 106rem);
	pointer-events: none;
	opacity: .56;
}

body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-hero__interface
	span {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: rgba(255, 255, 255, .09);
}

body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-hero__interface
	span:nth-child(1) {
	left: 25%;
}

body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-hero__interface
	span:nth-child(2) {
	left: 50%;
}

body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-hero__interface
	span:nth-child(3) {
	left: 75%;
}

body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-hero__interface
	i {
	position: absolute;
	top: calc(var(--pp-scene-progress, 0) * 100%);
	right: 0;
	left: 0;
	height: 1px;
	background: rgba(255, 255, 255, .36);
	box-shadow: 0 0 2rem rgba(255, 255, 255, .26);
}

body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-hero__inner {
	position: relative;
	z-index: 5;
	display: grid;
	min-height: max(48rem, 100svh);
	padding-top: clamp(10rem, 17vh, 14rem);
	padding-bottom: clamp(3rem, 6vh, 6rem);
	align-content: center;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 0 clamp(1rem, 1.8vw, 2rem);
}

body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-hero__inner
	> .pp-block__header {
	position: relative;
	z-index: 2;
	display: grid;
	width: auto;
	max-width: none;
	grid-column: 1 / 7;
	align-self: center;
	gap: 1.25rem;
}

body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-hero__inner
	> .pp-block__actions {
	position: relative;
	z-index: 2;
	grid-column: 1 / 7;
}

body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-block__title {
	max-width: 10ch;
	font-size: clamp(4.3rem, 7.1vw, 8.6rem);
	line-height: .92;
	text-wrap: balance;
}

body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-block__copy {
	max-width: 48ch;
	color: rgba(255, 255, 255, .76);
	font-size: clamp(1rem, 1.08vw, 1.22rem);
}

body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-block__actions {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin-top: clamp(1.5rem, 3vh, 2.5rem);
}

body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-metrics {
	position: absolute;
	z-index: 6;
	right: 0;
	bottom: clamp(3rem, 6vh, 6rem);
	display: grid;
	width: min(35rem, 42vw);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-color: var(--pp-oem-line-dark);
	background: rgba(7, 9, 10, .78);
	backdrop-filter: blur(18px);
}

body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-metric {
	min-height: 8.5rem;
	padding: 1.4rem;
	border-color: var(--pp-oem-line-dark);
}

body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-metric__value {
	font-size: clamp(2.2rem, 3vw, 3.5rem);
}

/* -------------------------------------------------------------------------- */
/* Customer evidence field.                                                   */
/* -------------------------------------------------------------------------- */

body.ppps-module-oem-trust-awards .pp-block--customer-trust-grid {
	position: relative;
}

body.ppps-module-oem-trust-awards .pp-block--customer-trust-grid::before {
	position: absolute;
	inset: -2rem 0 auto;
	height: 1px;
	content: "";
	background: var(--pp-oem-line-light);
	transform: scaleX(calc(.16 + var(--pp-scene-progress, 0) * .84));
	transform-origin: left;
}

body.ppps-module-oem-trust-awards
	.pp-block--customer-trust-grid
	.pp-block__header {
	display: grid;
	max-width: none;
	margin-bottom: clamp(3rem, 6vw, 6rem);
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 1rem clamp(1rem, 1.8vw, 2rem);
}

body.ppps-module-oem-trust-awards
	.pp-block--customer-trust-grid
	.pp-block__eyebrow {
	grid-column: 1 / 4;
}

body.ppps-module-oem-trust-awards
	.pp-block--customer-trust-grid
	.pp-block__title {
	max-width: 13ch;
	grid-column: 5 / -1;
	font-size: clamp(3.4rem, 6.2vw, 7.4rem);
	line-height: .92;
}

body.ppps-module-oem-trust-awards
	.pp-block--customer-trust-grid
	.pp-customer-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid var(--pp-oem-line-light);
	background: var(--pp-oem-line-light);
	counter-reset: pp-oem-customer;
}

body.ppps-module-oem-trust-awards
	.pp-block--customer-trust-grid
	.pp-customer {
	position: relative;
	display: grid;
	min-height: clamp(13rem, 17vw, 20rem);
	padding: clamp(1.4rem, 2.6vw, 3rem);
	align-content: space-between;
	grid-column: span 3;
	border: 0;
	background:
		linear-gradient(
			135deg,
			rgba(255, 255, 255, .74),
			rgba(255, 255, 255, .14)
		),
		var(--pp-oem-paper);
	overflow: clip;
	counter-increment: pp-oem-customer;
	transition:
		background-color 320ms ease,
		color 320ms ease,
		transform 420ms cubic-bezier(.2, .76, .24, 1);
}

body.ppps-module-oem-trust-awards
	.pp-block--customer-trust-grid
	.pp-customer:nth-child(1),
body.ppps-module-oem-trust-awards
	.pp-block--customer-trust-grid
	.pp-customer:nth-child(6) {
	grid-column: span 6;
}

body.ppps-module-oem-trust-awards
	.pp-block--customer-trust-grid
	.pp-customer::before {
	position: absolute;
	top: 1rem;
	right: 1rem;
	content: counter(pp-oem-customer, decimal-leading-zero);
	font-family: var(--ppps-font-mono);
	font-size: .68rem;
	letter-spacing: .12em;
	opacity: .48;
}

body.ppps-module-oem-trust-awards
	.pp-block--customer-trust-grid
	.pp-customer::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 3rem;
	height: 3rem;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	content: "";
	opacity: .18;
	transform: translate3d(1.4rem, 1.4rem, 0);
	transition:
		opacity 320ms ease,
		transform 420ms cubic-bezier(.2, .76, .24, 1);
}

body.ppps-module-oem-trust-awards
	.pp-block--customer-trust-grid
	.pp-customer
	figure {
	display: grid;
	width: min(100%, 15rem);
	height: clamp(3.2rem, 5vw, 5.2rem);
	margin: 0 0 clamp(2rem, 5vw, 5rem);
	align-items: center;
	overflow: hidden;
	contain: paint;
}

body.ppps-module-oem-trust-awards
	.pp-block--customer-trust-grid
	.pp-customer
	figure
	img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	/*
	 * Use the same definite cap as the logo aperture instead of a percentage.
	 * Some governed source files are portrait-oriented; percentage max-height
	 * on a replaced element can resolve against its intrinsic ratio and escape
	 * the grid row, colliding with the customer label.
	 */
	max-height: clamp(3.2rem, 5vw, 5.2rem);
	object-fit: contain;
	object-position: left center;
	filter: none;
}

body.ppps-module-oem-trust-awards
	.pp-block--customer-trust-grid
	.pp-customer
	h3 {
	max-width: 20ch;
	margin: 0;
	font-size: clamp(1.2rem, 1.7vw, 1.8rem);
	line-height: 1.05;
	overflow-wrap: normal;
}

body.ppps-module-oem-trust-awards
	.pp-block--customer-trust-grid
	.pp-customer
	p {
	max-width: 30ch;
	margin: .75rem 0 0;
	color: inherit;
	font-size: clamp(.78rem, .76vw, .94rem);
	line-height: 1.45;
	opacity: .62;
}

body.ppps-module-oem-trust-awards
	.pp-block--customer-trust-grid
	.pp-customer:is(:hover, :focus-within) {
	z-index: 2;
	background: var(--pp-oem-steel-bright);
	transform: translate3d(0, -.35rem, 0);
}

body.ppps-module-oem-trust-awards
	.pp-block--customer-trust-grid
	.pp-customer:is(:hover, :focus-within)::after {
	opacity: .62;
	transform: translate3d(0, 0, 0);
}

/* -------------------------------------------------------------------------- */
/* Chronological award ledger.                                                */
/* -------------------------------------------------------------------------- */

body.ppps-module-oem-trust-awards #awards {
	background:
		linear-gradient(
			rgba(255, 255, 255, .045) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255, 255, 255, .045) 1px,
			transparent 1px
		),
		var(--pp-oem-graphite);
	background-size: 72px 72px;
	color: #fff;
}

body.ppps-module-oem-trust-awards #awards .pp-block--awards-rail {
	color: #fff;
	background: transparent;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-block--awards-rail
	.pp-block__header {
	display: grid;
	max-width: none;
	margin-bottom: clamp(3rem, 6vw, 6rem);
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 1rem clamp(1rem, 1.8vw, 2rem);
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-block--awards-rail
	.pp-block__eyebrow {
	grid-column: 1 / 4;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-block--awards-rail
	.pp-block__title {
	max-width: 13ch;
	grid-column: 5 / -1;
	font-size: clamp(3.4rem, 6.2vw, 7.4rem);
	line-height: .92;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-awards-story {
	position: relative;
	min-height: 0;
	color: #fff;
	overflow: visible;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-awards-rail {
	display: grid;
	width: 100%;
	grid-auto-flow: dense;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid var(--pp-oem-line-dark);
	background: var(--pp-oem-line-dark);
	overflow: visible;
	scroll-snap-type: none;
	counter-reset: pp-oem-award;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-award {
	position: relative;
	display: grid;
	height: auto;
	min-height: clamp(35rem, 40vw, 47rem);
	grid-column: span 4;
	grid-template-rows: auto 1fr;
	border: 0;
	background: var(--pp-oem-paper);
	color: var(--pp-oem-ink);
	overflow: clip;
	counter-increment: pp-oem-award;
	scroll-snap-align: none;
	transition:
		background-color 320ms ease,
		transform 420ms cubic-bezier(.2, .76, .24, 1);
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-award:nth-child(1),
body.ppps-module-oem-trust-awards
	#awards
	.pp-award:nth-child(2),
body.ppps-module-oem-trust-awards
	#awards
	.pp-award:nth-child(3) {
	min-height: clamp(39rem, 44vw, 53rem);
	grid-column: span 4;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-award::after {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	z-index: 3;
	content: counter(pp-oem-award, decimal-leading-zero);
	font-family: var(--ppps-font-mono);
	font-size: .7rem;
	letter-spacing: .12em;
	opacity: .52;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-award
	figure {
	position: relative;
	display: grid;
	width: 100%;
	max-height: none;
	aspect-ratio: 4 / 3;
	margin: 0;
	padding: clamp(1rem, 2vw, 2rem);
	place-items: center;
	background: #fff;
	overflow: hidden;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-award:nth-child(-n + 3)
	figure {
	aspect-ratio: 16 / 9;
}

body.ppps-module-oem-trust-awards #awards .pp-awards-issuer-strip {
	display: grid;
	margin-top: clamp(3rem, 6vw, 6rem);
	grid-template-columns: minmax(10rem, 3fr) minmax(0, 9fr);
	gap: 1rem clamp(1rem, 1.8vw, 2rem);
	border-top: 1px solid var(--pp-oem-line-dark);
	color: #fff;
}

body.ppps-module-oem-trust-awards #awards .pp-awards-issuer-strip h3 {
	margin: 0;
	padding: 1.25rem 0;
	font-family: var(--ppps-font-mono);
	font-size: .76rem;
	letter-spacing: .11em;
	text-transform: uppercase;
}

body.ppps-module-oem-trust-awards #awards .pp-awards-issuer-strip ul {
	display: grid;
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
}

body.ppps-module-oem-trust-awards #awards .pp-awards-issuer-strip li {
	min-width: 0;
	padding: 1.25rem;
	border-right: 1px solid var(--pp-oem-line-dark);
	border-bottom: 1px solid var(--pp-oem-line-dark);
	font-size: clamp(.9rem, 1vw, 1.05rem);
	line-height: 1.25;
}

@media (max-width: 760px) {
	body.ppps-module-oem-trust-awards #awards .pp-awards-issuer-strip {
		grid-template-columns: 1fr;
	}

	body.ppps-module-oem-trust-awards #awards .pp-awards-issuer-strip ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-award
	.pp-lightbox-trigger {
	display: grid;
	width: 100%;
	height: 100%;
	padding: 0;
	place-items: center;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-award
	.pp-award__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	filter: saturate(.88) contrast(1.02);
	transition:
		filter 360ms ease,
		transform 520ms cubic-bezier(.2, .76, .24, 1);
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-award__body {
	display: flex;
	padding: clamp(1.5rem, 2.4vw, 2.8rem);
	flex-direction: column;
	overflow: visible;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-award
	time {
	color: var(--pp-oem-ink);
	font-family: var(--ppps-font-mono);
	font-size: .72rem;
	font-weight: 680;
	letter-spacing: .1em;
	opacity: .62;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-award
	h3 {
	display: block;
	max-width: 18ch;
	margin: 1rem 0;
	font-size: clamp(1.55rem, 1.9vw, 2.4rem);
	line-height: 1.02;
	overflow: visible;
	-webkit-line-clamp: unset;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-award
	p {
	display: block;
	max-width: 40ch;
	overflow: visible;
	-webkit-line-clamp: unset;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-award__issuer {
	margin: auto 0 0;
	padding-top: 1.5rem;
	border-top: 1px solid var(--pp-oem-line-light);
	font-size: clamp(1rem, 1.05vw, 1.2rem);
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-award__entity {
	font-size: .74rem;
	letter-spacing: .08em;
	opacity: .62;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-award__description {
	margin-top: 1.1rem !important;
	font-size: clamp(.88rem, .82vw, 1rem);
	line-height: 1.5 !important;
	opacity: .68;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-award:is(:hover, :focus-within) {
	z-index: 2;
	background: var(--pp-oem-steel-bright);
	transform: translate3d(0, -.35rem, 0);
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-award:is(:hover, :focus-within)
	.pp-award__image {
	filter: saturate(1) contrast(1.02);
	transform: scale(1.018);
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-expandable-records__controls {
	display: grid;
	margin: 1px 0 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: 1px solid var(--pp-oem-line-dark);
	background: var(--pp-oem-line-dark);
	gap: 1px;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-expandable-records__controls
	.pp-button {
	display: flex;
	min-height: 6rem;
	margin: 0;
	padding: 1.25rem 1.5rem;
	justify-content: space-between;
	border: 0;
	background: var(--pp-oem-paper);
	color: var(--pp-oem-ink);
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-expandable-records__controls
	.pp-button::after {
	content: none;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-expandable-records__controls
	[data-pp-expand-collapse]::after {
	content: none;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-expandable-records__controls
	.pp-button:is(:hover, :focus-visible) {
	background: var(--pp-oem-steel-bright);
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-expandable-records__controls
	.pp-button:is(:hover, :focus-visible)::after {
	transform: none;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-awards-progress {
	display: none;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-rail-controls {
	display: none !important;
}

body.ppps-module-oem-trust-awards
	#awards
	.pp-award[hidden],
body.ppps-module-oem-trust-awards
	#awards
	.pp-expandable-records__controls[hidden],
body.ppps-module-oem-trust-awards
	#awards
	[data-pp-expand-more][hidden],
body.ppps-module-oem-trust-awards
	#awards
	[data-pp-expand-collapse][hidden] {
	display: none !important;
}

body.ppps-module-oem-trust-awards .pp-block--enquiry-cta {
	position: relative;
	border-top: 1px solid var(--pp-oem-line-dark);
	background:
		linear-gradient(
			rgba(255, 255, 255, .045) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255, 255, 255, .045) 1px,
			transparent 1px
		),
		var(--pp-oem-ink);
	background-size: 72px 72px;
}

body.ppps-module-oem-trust-awards
	.pp-block--enquiry-cta
	.pp-enquiry-cta__inner {
	align-items: end;
}

body.ppps-module-oem-trust-awards
	.pp-block--enquiry-cta
	.pp-block__title {
	max-width: 10ch;
}

/* -------------------------------------------------------------------------- */
/* Subordinate local entrances.                                               */
/* -------------------------------------------------------------------------- */

body.ppps-module-oem-trust-awards[data-pp-oem-enhanced="ready"]
	[data-pp-oem-state="waiting"] {
	opacity: 0;
	transform: translate3d(
		0,
		calc(1.8rem + min(var(--pp-oem-index, 0), 3) * .18rem),
		0
	);
}

body.ppps-module-oem-trust-awards[data-pp-oem-enhanced="ready"]
	[data-pp-oem-state="visible"] {
	opacity: 1;
	transform: none;
	transition:
		opacity 620ms cubic-bezier(.2, .76, .24, 1),
		transform 720ms cubic-bezier(.2, .76, .24, 1);
	transition-delay: calc(min(var(--pp-oem-index, 0), 3) * 65ms);
}

/* -------------------------------------------------------------------------- */
/* Compact, capability and accessibility fallbacks.                           */
/* -------------------------------------------------------------------------- */

@media (max-width: 980px) {
	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-hero__inner
		> :where(.pp-block__header, .pp-block__actions) {
		grid-column: 1 / 9;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-metrics {
		width: min(29rem, 46vw);
	}

	body.ppps-module-oem-trust-awards
		.pp-block--customer-trust-grid
		.pp-customer {
		grid-column: span 4;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--customer-trust-grid
		.pp-customer:nth-child(1),
	body.ppps-module-oem-trust-awards
		.pp-block--customer-trust-grid
		.pp-customer:nth-child(6) {
		grid-column: span 4;
	}

	body.ppps-module-oem-trust-awards
		#awards
		.pp-award,
	body.ppps-module-oem-trust-awards
		#awards
		.pp-award:nth-child(-n + 2) {
		min-height: 36rem;
		grid-column: span 6;
	}
}

@media (max-width: 720px) {
	body.ppps-module-oem-trust-awards .pp-block--industrial-hero {
		min-height: max(43rem, 100svh);
		background-size: 44px 44px, 44px 44px, auto, auto;
	}

	body.ppps-module-oem-trust-awards .pp-block--industrial-hero::before {
		background:
			linear-gradient(
				180deg,
				rgba(7, 9, 10, .5),
				rgba(7, 9, 10, .82) 48%,
				rgba(7, 9, 10, .97)
			);
	}

	body.ppps-module-oem-trust-awards .pp-block--industrial-hero::after {
		right: 1.25rem;
		bottom: 1.25rem;
		width: 4rem;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-hero__media {
		top: 4.8rem;
		right: 1.25rem;
		bottom: auto;
		left: 1.25rem;
		width: auto;
		height: clamp(16rem, 46vh, 24rem);
		clip-path: inset(
			calc((1 - var(--pp-scene-progress, 0)) * 2%)
			calc((1 - var(--pp-scene-progress, 0)) * 3%)
		);
		transform:
			translate3d(
				0,
				calc((1 - var(--pp-scene-progress, 0)) * 1rem),
				0
			)
			scale(calc(.975 + var(--pp-scene-progress, 0) * .025));
	}

	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-hero__interface {
		display: none;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-hero__inner {
		display: flex;
		min-height: max(43rem, 100svh);
		padding: clamp(23rem, 54vh, 31rem) 1.25rem 2rem;
		justify-content: flex-end;
		flex-direction: column;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-hero__inner
		> .pp-block__header {
		width: 100%;
		align-self: auto;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-block__title {
		max-width: 9.5ch;
		font-size: clamp(3.15rem, 13.3vw, 5.2rem);
		line-height: .91;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-block__copy {
		max-width: 35ch;
		font-size: .95rem;
		line-height: 1.52;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-block__actions {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-block__actions
		.pp-button {
		width: 100%;
		min-width: 0;
		justify-content: center;
		white-space: normal;
		text-align: center;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-metrics {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		margin-top: 1rem;
		backdrop-filter: none;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-metric {
		min-height: 6.5rem;
		padding: 1rem;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-metric__value {
		font-size: 2rem;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--customer-trust-grid
		.pp-block__header,
	body.ppps-module-oem-trust-awards
		#awards
		.pp-block--awards-rail
		.pp-block__header {
		display: block;
		margin-bottom: 2.5rem;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--customer-trust-grid
		.pp-block__title,
	body.ppps-module-oem-trust-awards
		#awards
		.pp-block--awards-rail
		.pp-block__title {
		max-width: 11ch;
		margin-top: 1rem;
		font-size: clamp(2.7rem, 12vw, 4.2rem);
		line-height: .94;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--customer-trust-grid
		.pp-customer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.ppps-module-oem-trust-awards
		.pp-block--customer-trust-grid
		.pp-customer,
	body.ppps-module-oem-trust-awards
		.pp-block--customer-trust-grid
		.pp-customer:nth-child(1),
	body.ppps-module-oem-trust-awards
		.pp-block--customer-trust-grid
		.pp-customer:nth-child(6) {
		min-height: 10.5rem;
		padding: 1rem;
		grid-column: span 1;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--customer-trust-grid
		.pp-customer
		figure {
		width: 100%;
		height: 2.7rem;
		margin-bottom: 2.2rem;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--customer-trust-grid
		.pp-customer
		h3 {
		font-size: .98rem;
		line-height: 1.08;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--customer-trust-grid
		.pp-customer
		p {
		margin-top: .45rem;
		font-size: .7rem;
		line-height: 1.34;
	}

	body.ppps-module-oem-trust-awards
		#awards {
		background-size: 44px 44px;
	}

	body.ppps-module-oem-trust-awards
		#awards
		.pp-awards-rail {
		display: grid;
		grid-template-columns: 1fr;
		overflow: visible;
	}

	body.ppps-module-oem-trust-awards
		#awards
		.pp-award,
	body.ppps-module-oem-trust-awards
		#awards
		.pp-award:nth-child(-n + 2) {
		min-height: 0;
		grid-column: 1;
	}

	body.ppps-module-oem-trust-awards
		#awards
		.pp-award
		figure,
	body.ppps-module-oem-trust-awards
		#awards
		.pp-award:nth-child(-n + 2)
		figure {
		max-height: 19rem;
		aspect-ratio: 4 / 3;
	}

	body.ppps-module-oem-trust-awards
		#awards
		.pp-award__body {
		min-height: 18rem;
		padding: 1.35rem;
	}

	body.ppps-module-oem-trust-awards
		#awards
		.pp-award
		h3 {
		max-width: 19ch;
		font-size: clamp(1.5rem, 7.4vw, 2.1rem);
	}

	body.ppps-module-oem-trust-awards
		#awards
		.pp-expandable-records__controls {
		grid-template-columns: 1fr;
	}

	body.ppps-module-oem-trust-awards
		#awards
		.pp-expandable-records__controls
		.pp-button {
		min-height: 4.8rem;
	}

}

@media (max-width: 390px) {
	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-hero__inner {
		padding-top: clamp(21rem, 50vh, 27rem);
	}

	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-block__title {
		font-size: clamp(2.8rem, 12.7vw, 4.2rem);
	}

}

@media (max-height: 560px) and (orientation: landscape) {
	body.ppps-module-oem-trust-awards .pp-block--industrial-hero,
	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-hero__inner {
		min-height: 40rem;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-hero__inner {
		padding-top: 8rem;
		padding-bottom: 2rem;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-metrics {
		position: relative;
		right: auto;
		bottom: auto;
		width: min(35rem, 46vw);
		margin-top: 1rem;
	}
}

body.ppps-module-oem-trust-awards.ppps-runtime-disabled
	.pp-block--industrial-hero
	.pp-hero__media,
body.ppps-module-oem-trust-awards.ppps-capability-static
	.pp-block--industrial-hero
	.pp-hero__media,
body.ppps-module-oem-trust-awards.ppps-capability-reduced
	.pp-block--industrial-hero
	.pp-hero__media,
body.ppps-module-oem-trust-awards.ppps-capability-off
	.pp-block--industrial-hero
	.pp-hero__media,
body.ppps-module-oem-trust-awards.ppps-readiness-failed
	.pp-block--industrial-hero
	.pp-hero__media,
body.ppps-module-oem-trust-awards.ppps-motion-reduced
	.pp-block--industrial-hero
	.pp-hero__media,
body.ppps-module-oem-trust-awards.ppps-motion-off
	.pp-block--industrial-hero
	.pp-hero__media,
body.ppps-module-oem-trust-awards.ppps-capability-lite
	.pp-block--industrial-hero
	.pp-hero__media {
	clip-path: none;
	transform: none;
	will-change: auto;
}

body.ppps-module-oem-trust-awards.ppps-runtime-disabled
	[data-pp-oem-state],
body.ppps-module-oem-trust-awards.ppps-capability-static
	[data-pp-oem-state],
body.ppps-module-oem-trust-awards.ppps-capability-reduced
	[data-pp-oem-state],
body.ppps-module-oem-trust-awards.ppps-capability-off
	[data-pp-oem-state],
body.ppps-module-oem-trust-awards.ppps-readiness-failed
	[data-pp-oem-state],
body.ppps-module-oem-trust-awards.ppps-motion-reduced
	[data-pp-oem-state],
body.ppps-module-oem-trust-awards.ppps-motion-off
	[data-pp-oem-state],
body.ppps-module-oem-trust-awards.ppps-capability-lite
	[data-pp-oem-state] {
	opacity: 1;
	transform: none;
	transition: none;
}

body.ppps-module-oem-trust-awards.ppps-runtime-disabled
	.pp-block--industrial-hero
	.pp-hero__media::before,
body.ppps-module-oem-trust-awards.ppps-capability-static
	.pp-block--industrial-hero
	.pp-hero__media::before,
body.ppps-module-oem-trust-awards.ppps-capability-reduced
	.pp-block--industrial-hero
	.pp-hero__media::before,
body.ppps-module-oem-trust-awards.ppps-capability-off
	.pp-block--industrial-hero
	.pp-hero__media::before,
body.ppps-module-oem-trust-awards.ppps-readiness-failed
	.pp-block--industrial-hero
	.pp-hero__media::before,
body.ppps-module-oem-trust-awards.ppps-motion-reduced
	.pp-block--industrial-hero
	.pp-hero__media::before,
body.ppps-module-oem-trust-awards.ppps-motion-off
	.pp-block--industrial-hero
	.pp-hero__media::before {
	display: none;
}

.no-js body.ppps-module-oem-trust-awards
	.pp-block--industrial-hero
	.pp-hero__media,
.no-js body.ppps-module-oem-trust-awards
	[data-pp-oem-state] {
	clip-path: none;
	opacity: 1;
	transform: none;
	transition: none;
}

html:not(.js) body.ppps-module-oem-trust-awards
	.pp-awards-rail,
html:not(.js) body.ppps-module-oem-trust-awards
	[data-pp-oem-state] {
	overflow: visible;
	opacity: 1;
	transform: none;
	transition: none;
}

@media (prefers-reduced-motion: reduce) {
	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-hero__media,
	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-hero__media
		:is(img, video),
	body.ppps-module-oem-trust-awards
		[data-pp-oem-state],
	body.ppps-module-oem-trust-awards
		.pp-customer,
body.ppps-module-oem-trust-awards
		.pp-award {
		clip-path: none;
		opacity: 1;
		transform: none;
		transition: none;
	}
}

@media (forced-colors: active) {
	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero,
	body.ppps-module-oem-trust-awards
		#awards,
	body.ppps-module-oem-trust-awards
		.pp-customer-grid,
	body.ppps-module-oem-trust-awards
		.pp-awards-rail,
	body.ppps-module-oem-trust-awards
		.pp-card-grid {
		background: Canvas;
		color: CanvasText;
	}

	body.ppps-module-oem-trust-awards
		.pp-customer,
body.ppps-module-oem-trust-awards
		.pp-award,
body.ppps-module-oem-trust-awards
		.pp-button {
		border: 1px solid CanvasText;
		background: Canvas;
		color: CanvasText;
		forced-color-adjust: auto;
	}
}

@media print {
	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero,
	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-hero__inner {
		min-height: 0;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-hero__media {
		position: relative;
		inset: auto;
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
		clip-path: none;
		transform: none;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-hero__inner {
		display: block;
		padding: 2rem 0;
	}

	body.ppps-module-oem-trust-awards
		.pp-block--industrial-hero
		.pp-metrics {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		margin-top: 1rem;
	}

	body.ppps-module-oem-trust-awards
		.pp-customer-grid,
	body.ppps-module-oem-trust-awards
		.pp-awards-rail,
	body.ppps-module-oem-trust-awards
		.pp-card-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.ppps-module-oem-trust-awards
		.pp-customer,
body.ppps-module-oem-trust-awards
		.pp-award,
body.ppps-module-oem-trust-awards
		[data-pp-oem-state] {
		min-height: 0;
		grid-column: auto;
		break-inside: avoid;
		opacity: 1;
		transform: none;
		transition: none;
	}

	body.ppps-module-oem-trust-awards
		.pp-expandable-records__controls {
		display: none !important;
	}
}
