/* Premier Plasmotec Components module - governed portfolio choreography. */

body.ppps-module-components {
	--pp-components-rule: rgba(255, 255, 255, .16);
	--pp-components-rule-dark: rgba(7, 8, 9, .16);
	--pp-components-paper: #f2f0ea;
	--pp-components-ink: #070809;
	--pp-components-steel: #aebcc2;
}

body.ppps-module-components .page-studio-content {
	overflow: clip;
}

/*
 * Opening: the existing governed component image moves from a dark technical
 * field into a clear product surface. Shared scene progress remains the only
 * scroll conductor.
 */
body.ppps-module-components .pp-block--industrial-hero {
	position: relative;
	min-height: max(50rem, calc(100svh - var(--ppps-header-height, 74px)));
	overflow: clip;
	isolation: isolate;
	background: var(--pp-components-ink);
}

body.ppps-module-components .pp-block--industrial-hero::before {
	position: absolute;
	z-index: 3;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
	background-position:
		0 calc(var(--pp-scene-progress, 0) * 3rem),
		calc(var(--pp-scene-progress, 0) * 3rem) 0;
	background-size: clamp(4rem, 7vw, 7.5rem) clamp(4rem, 7vw, 7.5rem);
	opacity: calc(.28 + var(--pp-scene-progress, 0) * .38);
}

body.ppps-module-components .pp-block--industrial-hero::after {
	position: absolute;
	z-index: 2;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(
			90deg,
			rgba(7, 8, 9, .92) 0,
			rgba(7, 8, 9, .84) 26%,
			rgba(7, 8, 9, .56) 56%,
			rgba(7, 8, 9, .14) 100%
		);
	opacity: calc(.98 - var(--pp-scene-progress, 0) * .24);
}

body.ppps-module-components
	.pp-block--industrial-hero
	.pp-hero__media {
	z-index: 1;
	inset:
		calc((1 - var(--pp-scene-progress, 0)) * 2.25rem)
		calc((1 - var(--pp-scene-progress, 0)) * 2.25rem)
		0
		calc((1 - var(--pp-scene-progress, 0)) * 2.25rem);
	overflow: clip;
	clip-path: inset(
		calc((1 - var(--pp-scene-progress, 0)) * 2.4%)
		calc((1 - var(--pp-scene-progress, 0)) * 2.8%)
		0
		calc((1 - var(--pp-scene-progress, 0)) * 2.8%)
	);
	transform:
		translate3d(
			calc((.5 - var(--pp-scene-progress, 0)) * 1.4rem),
			calc((.5 - var(--pp-scene-progress, 0)) * .8rem),
			0
		)
		scale(calc(1.045 - var(--pp-scene-progress, 0) * .025));
	transform-origin: center;
	will-change: transform, clip-path;
}

body.ppps-module-components
	.pp-block--industrial-hero
	.pp-hero__media::before {
	position: absolute;
	z-index: 2;
	inset: 0;
	pointer-events: none;
	content: "";
	background: rgba(7, 8, 9, .72);
	clip-path: inset(
		0
		calc(var(--pp-scene-progress, 0) * 100%)
		0
		0
	);
	opacity: .62;
}

body.ppps-module-components
	.pp-block--industrial-hero
	.pp-hero__media::after {
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	left: calc(var(--pp-scene-progress, 0) * 100%);
	width: 1px;
	pointer-events: none;
	content: "";
	background: linear-gradient(
		180deg,
		transparent,
		rgba(255, 255, 255, .84) 16%,
		rgba(174, 188, 194, .9) 72%,
		transparent
	);
	box-shadow: 0 0 2.5rem rgba(174, 188, 194, .32);
	opacity: calc(.2 + var(--pp-scene-progress, 0) * .72);
}

body.ppps-module-components
	.pp-block--industrial-hero
	.pp-hero__media
	:is(img, video) {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter:
		grayscale(calc(.52 - var(--pp-scene-progress, 0) * .22))
		saturate(calc(.48 + var(--pp-scene-progress, 0) * .34))
		contrast(calc(1.18 - var(--pp-scene-progress, 0) * .08))
		brightness(calc(.54 + var(--pp-scene-progress, 0) * .34));
	transform: scale(calc(1.08 - var(--pp-scene-progress, 0) * .04));
	transform-origin: 64% 48%;
}

body.ppps-module-components
	.pp-block--industrial-hero
	.pp-hero__interface {
	z-index: 4;
	inset: clamp(2rem, 4vw, 4.5rem);
	border: 1px solid rgba(255, 255, 255, .14);
	opacity: calc(.38 + var(--pp-scene-progress, 0) * .42);
}

body.ppps-module-components
	.pp-block--industrial-hero
	.pp-hero__interface::before,
body.ppps-module-components
	.pp-block--industrial-hero
	.pp-hero__interface::after {
	position: absolute;
	pointer-events: none;
	content: "";
	background: rgba(255, 255, 255, .34);
}

body.ppps-module-components
	.pp-block--industrial-hero
	.pp-hero__interface::before {
	top: 0;
	bottom: 0;
	left: calc(50% + var(--pp-scene-progress, 0) * 18%);
	width: 1px;
}

body.ppps-module-components
	.pp-block--industrial-hero
	.pp-hero__interface::after {
	right: 0;
	bottom: calc(18% + var(--pp-scene-progress, 0) * 12%);
	left: 0;
	height: 1px;
}

body.ppps-module-components
	.pp-block--industrial-hero
	.pp-hero__interface
	span {
	display: none;
}

body.ppps-module-components
	.pp-block--industrial-hero
	.pp-hero__inner {
	position: relative;
	z-index: 5;
	display: grid;
	min-height: max(50rem, calc(100svh - var(--ppps-header-height, 74px)));
	width: min(calc(100% - clamp(4rem, 9vw, 10rem)), 128rem);
	margin-inline: auto;
	padding-block:
		clamp(10rem, 17vh, 15rem)
		clamp(5rem, 9vh, 8rem);
	align-content: end;
}

body.ppps-module-components
	.pp-block--industrial-hero
	.pp-block__header {
	width: min(100%, 72rem);
	max-width: none;
	margin: 0;
	transform: translate3d(
		0,
		calc((1 - var(--pp-scene-progress, 0)) * 1.4rem),
		0
	);
}

body.ppps-module-components
	.pp-block--industrial-hero
	.pp-block__eyebrow {
	margin-bottom: clamp(1.4rem, 2.4vw, 2.4rem);
}

body.ppps-module-components
	.pp-block--industrial-hero
	.pp-block__title {
	max-width: 10ch;
	margin: 0;
	font-size: clamp(4.4rem, 7.4vw, 9rem);
	line-height: .86;
	letter-spacing: -.06em;
	text-wrap: balance;
}

body.ppps-module-components
	.pp-block--industrial-hero
	.pp-block__copy {
	max-width: 48rem;
	margin-top: clamp(2rem, 3vw, 3.2rem);
	font-size: clamp(1.08rem, 1.15vw, 1.35rem);
	line-height: 1.55;
	opacity: .82;
}

body.ppps-module-components
	.pp-block--industrial-hero
	.pp-block__actions {
	margin-top: clamp(2rem, 3vw, 3rem);
}

/*
 * Three governed reading cues become a sequenced rail. The existing heading
 * and cards stay in the Gutenberg source order.
 */
body.ppps-module-components
	.pp-block--technical-card-grid {
	padding-block: clamp(5.5rem, 10vw, 10rem);
	background: var(--pp-components-paper);
}

body.ppps-module-components
	.pp-block--technical-card-grid
	.pp-block__inner {
	display: grid;
	width: min(calc(100% - clamp(4rem, 9vw, 10rem)), 128rem);
	max-width: none;
	margin-inline: auto;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	gap: clamp(4rem, 8vw, 10rem);
	align-items: start;
}

body.ppps-module-components
	.pp-block--technical-card-grid
	.pp-block__header {
	position: sticky;
	top: calc(
		var(--ppps-admin-offset, 0px)
		+ var(--ppps-header-height, 74px)
		+ 2.5rem
	);
	width: auto;
	max-width: 52rem;
	margin: 0;
}

body.ppps-module-components
	.pp-block--technical-card-grid
	.pp-block__title {
	max-width: 9.5ch;
	margin: 0;
	font-size: clamp(3.8rem, 6vw, 7.2rem);
	line-height: .9;
	letter-spacing: -.065em;
}

body.ppps-module-components
	.pp-block--technical-card-grid
	.pp-block__copy {
	max-width: 38rem;
	margin-top: clamp(1.8rem, 3vw, 3rem);
	font-size: clamp(1.05rem, 1.08vw, 1.28rem);
	line-height: 1.6;
}

body.ppps-module-components
	.pp-block--technical-card-grid
	.pp-card-grid {
	--pp-components-glance-progress: .3333;
	position: relative;
	display: grid;
	padding-left: clamp(2.25rem, 4vw, 5rem);
	grid-template-columns: 1fr;
	gap: 0;
	border: 0;
	background: transparent;
}

body.ppps-module-components
	.pp-block--technical-card-grid
	.pp-card-grid::before,
body.ppps-module-components
	.pp-block--technical-card-grid
	.pp-card-grid::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	pointer-events: none;
	content: "";
}

body.ppps-module-components
	.pp-block--technical-card-grid
	.pp-card-grid::before {
	bottom: 0;
	background: rgba(7, 8, 9, .12);
}

body.ppps-module-components
	.pp-block--technical-card-grid
	.pp-card-grid::after {
	height: calc(var(--pp-components-glance-progress, .3333) * 100%);
	background: var(--pp-components-ink);
	transition: height 720ms cubic-bezier(.2, .65, .25, 1);
}

body.ppps-module-components
	.pp-block--technical-card-grid
	.pp-technical-card {
	position: relative;
	display: grid;
	min-height: clamp(14rem, 18vw, 19rem);
	padding: clamp(2.2rem, 3.8vw, 4.4rem);
	grid-template-columns: clamp(3.6rem, 5vw, 6rem) minmax(0, 1fr);
	grid-template-rows: auto auto auto;
	gap: 1.2rem clamp(1.6rem, 3vw, 3.6rem);
	align-items: start;
	border: 0;
	border-top: 1px solid var(--pp-components-rule-dark);
	background: rgba(255, 255, 255, .24);
	color: var(--pp-components-ink);
	transition:
		background-color 520ms cubic-bezier(.2, .65, .25, 1),
		color 380ms ease,
		transform 520ms cubic-bezier(.2, .65, .25, 1);
}

body.ppps-module-components
	.pp-block--technical-card-grid
	.pp-technical-card:last-child {
	border-bottom: 1px solid var(--pp-components-rule-dark);
}

body.ppps-module-components
	.pp-block--technical-card-grid
	.pp-technical-card__number {
	grid-column: 1;
	grid-row: 1 / span 2;
	font-family: var(--ppps-font-mono, monospace);
	font-size: clamp(.78rem, .75vw, .9rem);
	letter-spacing: .16em;
	opacity: .55;
}

body.ppps-module-components
	.pp-block--technical-card-grid
	.pp-technical-card
	.pp-block__eyebrow {
	grid-column: 2;
	margin: 0;
}

body.ppps-module-components
	.pp-block--technical-card-grid
	.pp-technical-card
	h3 {
	grid-column: 2;
	grid-row: 2;
	max-width: 17ch;
	margin: 0;
	font-size: clamp(2rem, 2.5vw, 3.2rem);
	line-height: .96;
	letter-spacing: -.045em;
	overflow-wrap: normal;
	word-break: normal;
}

body.ppps-module-components
	.pp-block--technical-card-grid
	.pp-technical-card
	> p:last-child {
	grid-column: 2;
	grid-row: 3;
	max-width: 35rem;
	margin: 0;
	align-self: start;
	font-size: clamp(1rem, 1vw, 1.16rem);
	line-height: 1.55;
	opacity: .72;
}

body.ppps-module-components
	.pp-block--technical-card-grid
	.pp-technical-card[data-pp-components-step-state="active"] {
	z-index: 1;
	background: var(--pp-components-ink);
	color: #fff;
	transform: translate3d(clamp(.5rem, 1vw, 1rem), 0, 0);
}

body.ppps-module-components
	.pp-block--technical-card-grid
	.pp-technical-card[data-pp-components-step-state="passed"] {
	background: rgba(174, 188, 194, .22);
}

/*
 * Catalogue: a broad filter ledger and an editorial record field. Records,
 * destinations and query controls remain Core-owned and server-rendered.
 */
body.ppps-module-components #component-portfolio {
	position: relative;
	padding-block: clamp(6rem, 10vw, 11rem);
	overflow: clip;
	background: var(--pp-components-ink);
}

body.ppps-module-components #component-portfolio::after {
	position: absolute;
	z-index: 0;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
	background-size: clamp(4rem, 7vw, 7.5rem) clamp(4rem, 7vw, 7.5rem);
	mask-image: linear-gradient(180deg, #000, transparent 84%);
	opacity: .62;
}

body.ppps-module-components
	#component-portfolio
	.pp-section__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: none;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-block__inner {
	width: min(calc(100% - clamp(4rem, 9vw, 10rem)), 128rem);
	max-width: none;
	margin-inline: auto;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-block__header {
	display: grid;
	width: 100%;
	max-width: none;
	margin: 0 0 clamp(3.5rem, 6vw, 7rem);
	grid-template-columns: repeat(12, minmax(0, 1fr));
	align-items: end;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-block__eyebrow {
	grid-column: 1 / span 3;
	margin: 0 0 1.3rem;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-block__title {
	grid-column: 1 / span 9;
	max-width: 10ch;
	margin: 0;
	font-size: clamp(4.4rem, 7.2vw, 9rem);
	line-height: .86;
	letter-spacing: -.06em;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-filters {
	display: grid;
	margin: 0 0 clamp(2rem, 3vw, 3rem);
	padding: .85rem 0;
	grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(14rem, .62fr);
	gap: clamp(.75rem, 1.2vw, 1.2rem);
	align-items: stretch;
	border: 0;
	border-block: 1px solid var(--pp-components-rule);
	background: transparent;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-filters
	label {
	display: grid;
	min-width: 0;
	padding: 0 clamp(1rem, 2vw, 2rem);
	gap: .7rem;
	background: var(--pp-components-ink);
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-filters
	label:first-child {
	padding-left: 0;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-filters
	label
	span {
	font-family: var(--ppps-font-mono, monospace);
	font-size: .7rem;
	letter-spacing: .14em;
	opacity: .58;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-filters
	select {
	min-height: 3.4rem;
	padding: .75rem 2.5rem .75rem .9rem;
	border: 1px solid rgba(255, 255, 255, .32);
	background-color: var(--pp-components-ink);
	color: #fff;
	font-size: 1rem;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-filters
	.pp-button {
	width: 100%;
	height: 100%;
	min-height: 4.8rem;
	align-self: stretch;
	justify-content: center;
	border-color: var(--pp-components-steel);
	background: var(--pp-components-steel);
	color: var(--pp-components-ink);
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-component-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid var(--pp-components-rule);
	background: var(--pp-components-rule);
	counter-reset: pp-components-record;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card--component {
	position: relative;
	display: block;
	min-width: 0;
	padding: 0;
	overflow: clip;
	border: 0;
	background: var(--pp-components-paper);
	color: var(--pp-components-ink);
	counter-increment: pp-components-record;
	transition:
		background-color 320ms ease,
		transform 720ms cubic-bezier(.2, .65, .25, 1),
		opacity 420ms ease,
		clip-path 720ms cubic-bezier(.2, .65, .25, 1);
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card--component:nth-child(1),
body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card--component:nth-child(7) {
	display: grid;
	min-height: clamp(34rem, 34vw, 43rem);
	grid-column: span 2;
	grid-template-columns: minmax(0, 1.3fr) minmax(20rem, .7fr);
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card--component
	figure {
	position: relative;
	display: grid;
	width: 100%;
	aspect-ratio: 4 / 3;
	margin: 0;
	place-items: center;
	overflow: clip;
	background: #f7f6f2;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card--component:nth-child(1)
	figure,
body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card--component:nth-child(7)
	figure {
	height: 100%;
	aspect-ratio: auto;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card--component
	figure::after {
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	pointer-events: none;
	content: "";
	background: rgba(7, 8, 9, .14);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 540ms cubic-bezier(.2, .65, .25, 1);
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card--component
	figure
	img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
	padding: clamp(.25rem, .6vw, .75rem);
	object-fit: contain;
	object-position: 50% 50%;
	filter: saturate(.82) contrast(1.03);
	transform: scale(1);
	transition:
		transform 760ms cubic-bezier(.2, .65, .25, 1),
		filter 420ms ease;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card__body {
	position: relative;
	display: grid;
	min-height: 12rem;
	padding: clamp(1.8rem, 2.6vw, 3rem);
	align-content: start;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card__body::before {
	position: absolute;
	top: clamp(1.8rem, 2.6vw, 3rem);
	right: clamp(1.8rem, 2.6vw, 3rem);
	content: counter(pp-components-record, decimal-leading-zero);
	font-family: var(--ppps-font-mono, monospace);
	font-size: .72rem;
	letter-spacing: .14em;
	opacity: .42;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card--component:nth-child(1)
	.pp-record-card__body,
body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card--component:nth-child(7)
	.pp-record-card__body {
	min-height: 100%;
	padding: clamp(2.4rem, 3vw, 3.75rem);
	align-content: end;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card__body
	.pp-block__eyebrow {
	margin: 0 0 1.1rem;
	padding-right: 3rem;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card__body
	:is(h3, h5) {
	max-width: 16ch;
	margin: 0;
	font-size: clamp(1.75rem, 2vw, 2.7rem);
	line-height: 1.02;
	letter-spacing: -.04em;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card--component:nth-child(1)
	:is(h3, h5),
body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card--component:nth-child(7)
	:is(h3, h5) {
	font-size: clamp(2.3rem, 3vw, 3.7rem);
	line-height: .94;
	overflow-wrap: normal;
	word-break: normal;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card__body
	> p:last-child {
	max-width: 31rem;
	margin: 1.25rem 0 0;
	font-size: clamp(.96rem, .94vw, 1.12rem);
	line-height: 1.55;
	opacity: .68;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card--component:is(:hover, :focus-within) {
	background: #fff;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card--component:is(:hover, :focus-within)
	figure::after {
	transform: scaleX(1);
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card--component:is(:hover, :focus-within)
	figure
	img {
	filter: saturate(1) contrast(1.02);
	transform: scale(1.035);
}

/*
 * The legacy shared Components safeguard deliberately normalizes every record
 * with a highly specific selector. This route-local block is more specific so
 * the two editorial features are real grid spans rather than cosmetic intent.
 */
body.ppps-module-components
	.pp-block--component-portfolio
	.pp-component-grid
	> .pp-record-card--component {
	display: block;
	min-height: 0;
	grid-column: auto;
	grid-row: auto;
	flex: none;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-component-grid
	> .pp-record-card--component:nth-child(1),
body.ppps-module-components
	.pp-block--component-portfolio
	.pp-component-grid
	> .pp-record-card--component:nth-child(7) {
	display: grid;
	height: auto;
	min-height: clamp(34rem, 34vw, 43rem);
	grid-column: span 2;
	grid-template-columns: minmax(0, 1.3fr) minmax(20rem, .7fr);
	grid-template-rows: minmax(0, 1fr);
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-component-grid
	> .pp-record-card--component.no-media {
	min-height: clamp(22rem, 26vw, 32rem);
	background:
		linear-gradient(rgba(7, 8, 9, .055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(7, 8, 9, .055) 1px, transparent 1px),
		var(--pp-components-paper);
	background-size: clamp(3.5rem, 6vw, 6rem) clamp(3.5rem, 6vw, 6rem);
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-component-grid
	> .pp-record-card--component.no-media:nth-child(1),
body.ppps-module-components
	.pp-block--component-portfolio
	.pp-component-grid
	> .pp-record-card--component.no-media:nth-child(7) {
	grid-template-columns: minmax(0, 1fr);
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-component-grid
	> .pp-record-card--component.no-media
	.pp-record-card__body {
	min-height: clamp(22rem, 26vw, 32rem);
	grid-column: 1 / -1;
	align-content: end;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-component-grid
	> .pp-record-card--component
	figure {
	width: 100%;
	max-height: none;
	aspect-ratio: 4 / 3;
	margin: 0;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-component-grid
	> .pp-record-card--component:nth-child(1)
	figure,
body.ppps-module-components
	.pp-block--component-portfolio
	.pp-component-grid
	> .pp-record-card--component:nth-child(7)
	figure {
	height: 100%;
	max-height: none;
	aspect-ratio: auto;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-component-grid
	> .pp-record-card--component
	.pp-record-card__body {
	display: grid;
	min-height: 12rem;
	padding: clamp(1.8rem, 2.6vw, 3rem);
	flex: none;
	grid-template-columns: minmax(0, 1fr);
	align-content: start;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-component-grid
	> .pp-record-card--component
	.pp-record-card__body
	> * {
	grid-column: 1;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-component-grid
	> .pp-record-card--component:nth-child(1)
	.pp-record-card__body,
body.ppps-module-components
	.pp-block--component-portfolio
	.pp-component-grid
	> .pp-record-card--component:nth-child(7)
	.pp-record-card__body {
	min-height: 100%;
	padding: clamp(2.4rem, 3.5vw, 4.5rem);
	align-content: end;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-load-more {
	margin-top: clamp(2.5rem, 4vw, 4.5rem);
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-load-more
	.pp-button {
	min-width: min(100%, 22rem);
	justify-content: center;
}

/*
 * Application-family mode: Core supplies the governed taxonomy groups and
 * every approved record. The theme turns that semantic hierarchy into one
 * readable automotive-to-sanitary product atlas.
 */
body.ppps-module-components
	.pp-block--component-portfolio[data-pp-component-layout="family-groups"]
	.pp-block__header {
	margin-bottom: clamp(5rem, 9vw, 10rem);
}

body.ppps-module-components .pp-component-families {
	display: grid;
	gap: clamp(8rem, 13vw, 15rem);
}

body.ppps-module-components .pp-component-family {
	position: relative;
	display: grid;
	padding-top: clamp(2rem, 3vw, 3.5rem);
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 0 clamp(1rem, 2vw, 2rem);
	border-top: 1px solid rgba(255, 255, 255, .38);
}

body.ppps-module-components .pp-component-family::before {
	position: absolute;
	top: -1px;
	left: 0;
	width: clamp(5rem, 11vw, 12rem);
	height: 3px;
	content: "";
	background: var(--pp-components-steel);
	transform: scaleX(.2);
	transform-origin: left center;
	transition: transform 900ms cubic-bezier(.2, .65, .25, 1);
}

body.ppps-module-components[data-pp-components-enhanced="ready"].ppps-capability-full
	.pp-component-family[data-pp-components-family-state="visible"]::before {
	transform: scaleX(1);
}

body.ppps-module-components .pp-component-family__header {
	position: sticky;
	top: calc(var(--ppps-header-height, 74px) + 1.5rem);
	display: grid;
	min-width: 0;
	max-height: calc(100svh - var(--ppps-header-height, 74px) - 3rem);
	padding: 0 clamp(1rem, 2vw, 2.4rem) 3rem 0;
	grid-column: 1 / span 4;
	align-self: start;
	align-content: start;
}

body.ppps-module-components
	.pp-component-family__header
	.pp-block__eyebrow {
	display: flex;
	margin: 0 0 clamp(2rem, 4vw, 4.5rem);
	grid-column: 1 / -1;
	grid-row: auto;
	gap: 1rem;
	align-items: center;
	font-family: var(--ppps-font-mono, monospace);
	font-size: .72rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	opacity: .62;
}

body.ppps-module-components
	.pp-component-family__header
	.pp-block__eyebrow
	span {
	display: inline-grid;
	width: 2.25rem;
	height: 2.25rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 50%;
}

body.ppps-module-components .pp-component-family__header h3 {
	max-width: 10ch;
	margin: 0;
	grid-column: 1 / -1;
	grid-row: auto;
	font-size: clamp(3rem, 4.4vw, 5.7rem);
	line-height: .88;
	letter-spacing: -.06em;
	text-wrap: balance;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

body.ppps-module-components
	.pp-component-family__header
	> p:last-child {
	max-width: 28rem;
	margin: clamp(1.8rem, 3vw, 3rem) 0 0;
	grid-column: 1 / -1;
	grid-row: auto;
	font-size: clamp(.98rem, 1vw, 1.15rem);
	line-height: 1.58;
	opacity: .68;
}

body.ppps-module-components .pp-component-family__categories {
	display: grid;
	min-width: 0;
	grid-column: 5 / -1;
	gap: clamp(6rem, 10vw, 11rem);
}

body.ppps-module-components .pp-component-family__category {
	position: relative;
	min-width: 0;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

body.ppps-module-components .pp-component-family__category-header {
	display: grid;
	margin-bottom: clamp(2.25rem, 4vw, 4.5rem);
	grid-template-columns: minmax(0, 1fr) minmax(11rem, .35fr);
	gap: 1rem clamp(2rem, 4vw, 5rem);
	align-items: end;
}

body.ppps-module-components .pp-component-family__count {
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	justify-self: end;
	font-family: var(--ppps-font-mono, monospace);
	font-size: .7rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	opacity: .54;
}

body.ppps-module-components .pp-component-family__category-header h4 {
	grid-column: 1;
	grid-row: 1;
	max-width: 14ch;
	margin: 0;
	font-size: clamp(2.45rem, 3.7vw, 4.8rem);
	line-height: .9;
	letter-spacing: -.055em;
}

body.ppps-module-components
	.pp-component-family__category-header
	h4
	a {
	color: inherit;
	text-decoration: none;
}

body.ppps-module-components
	.pp-component-family__category-header
	h4
	a::after {
	display: inline-block;
	margin-left: .35em;
	content: "\2197";
	font-family: var(--ppps-font-mono, monospace);
	font-size: .32em;
	vertical-align: top;
	opacity: .52;
	transform: translate3d(0, .2em, 0);
	transition:
		opacity 240ms ease,
		transform 320ms ease;
}

body.ppps-module-components
	.pp-component-family__category-header
	h4
	a:is(:hover, :focus-visible)::after {
	opacity: 1;
	transform: translate3d(.2em, 0, 0);
}

body.ppps-module-components
	.pp-component-family__category-header
	> p:last-child {
	grid-column: 1 / -1;
	max-width: 43rem;
	margin: 0;
	font-size: clamp(.98rem, 1vw, 1.13rem);
	line-height: 1.55;
	opacity: .64;
}

body.ppps-module-components
	.pp-component-family__category
	.pp-component-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.ppps-module-components
	.pp-component-family__category
	.pp-component-grid
	> .pp-record-card--component:nth-child(1),
body.ppps-module-components
	.pp-component-family__category
	.pp-component-grid
	> .pp-record-card--component:nth-child(7) {
	min-height: clamp(29rem, 30vw, 38rem);
	grid-column: span 2;
	grid-template-columns: minmax(0, 1.18fr) minmax(17rem, .82fr);
}

body.ppps-module-components
	.pp-component-family__category
	.pp-record-card__body
	:is(h3, h5) {
	font-size: clamp(1.55rem, 1.65vw, 2.25rem);
}

body.ppps-module-components
	.pp-component-family__category
	.pp-record-card--component:nth-child(1)
	:is(h3, h5),
body.ppps-module-components
	.pp-component-family__category
	.pp-record-card--component:nth-child(7)
	:is(h3, h5) {
	font-size: clamp(2.1rem, 2.65vw, 3.35rem);
}

body.ppps-module-components .pp-component-family__more {
	margin: 2.5rem 0 0;
}

body.ppps-module-components[data-pp-components-enhanced="ready"].ppps-capability-full
	.pp-component-family[data-pp-components-family-state="waiting"],
body.ppps-module-components[data-pp-components-enhanced="ready"].ppps-capability-full
	.pp-component-family__category[data-pp-components-category-state="waiting"] {
	opacity: 0;
	transform: translate3d(0, 1.25rem, 0);
}

body.ppps-module-components[data-pp-components-enhanced="ready"].ppps-capability-full
	.pp-component-family[data-pp-components-family-state="visible"],
body.ppps-module-components[data-pp-components-enhanced="ready"].ppps-capability-full
	.pp-component-family__category[data-pp-components-category-state="visible"] {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

body.ppps-module-components .pp-component-family,
body.ppps-module-components .pp-component-family__category {
	transition:
		opacity 480ms ease,
		transform 780ms cubic-bezier(.2, .65, .25, 1);
}

body.ppps-module-components
	.pp-block--enquiry-cta {
	position: relative;
	overflow: clip;
}

body.ppps-module-components
	.pp-block--enquiry-cta::after {
	position: absolute;
	top: 0;
	right: 0;
	width: min(32vw, 38rem);
	height: 100%;
	pointer-events: none;
	content: "";
	border-left: 1px solid rgba(255, 255, 255, .12);
	background:
		linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
	background-size: 4.5rem 4.5rem;
	opacity: .48;
}

/*
 * Subordinate record entrances exist only after the local module reports
 * readiness. Server HTML is therefore complete in no-JavaScript and failure
 * modes.
 */
body.ppps-module-components[data-pp-components-enhanced="ready"].ppps-capability-full
	.pp-block--component-portfolio
	.pp-record-card--component[data-pp-components-record-state="waiting"] {
	opacity: 0;
	clip-path: inset(0 0 12% 0);
	transform: translate3d(var(--pp-components-record-shift, 0), .65rem, 0);
}

body.ppps-module-components[data-pp-components-enhanced="ready"].ppps-capability-full
	.pp-block--component-portfolio
	.pp-record-card--component[data-pp-components-record-state="visible"] {
	opacity: 1;
	clip-path: inset(0 0 0 0);
	transform: translate3d(0, 0, 0);
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card--component:nth-child(odd) {
	--pp-components-record-shift: -2rem;
}

body.ppps-module-components
	.pp-block--component-portfolio
	.pp-record-card--component:nth-child(even) {
	--pp-components-record-shift: 2rem;
}

body.ppps-module-components[data-pp-components-enhanced="ready"]
	.pp-block--component-portfolio
	.pp-record-card--component {
	transition-delay: calc(var(--pp-components-record-index, 0) * 34ms);
}

@media (max-width: 1440px) {
	body.ppps-module-components
		.pp-block--technical-card-grid
		.pp-block__inner {
		grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
		gap: clamp(2.5rem, 5vw, 5rem);
	}

	body.ppps-module-components
		.pp-block--technical-card-grid
		.pp-technical-card {
		grid-template-columns: 3.5rem 1fr;
		grid-template-rows: auto auto auto;
	}

	body.ppps-module-components
		.pp-block--technical-card-grid
		.pp-technical-card
		.pp-block__eyebrow {
		grid-column: 2;
	}

	body.ppps-module-components
		.pp-block--technical-card-grid
		.pp-technical-card
		h3 {
		grid-column: 2;
		grid-row: 2;
	}

	body.ppps-module-components
		.pp-block--technical-card-grid
		.pp-technical-card
		> p:last-child {
		grid-column: 2;
		grid-row: 3;
		align-self: start;
	}

	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-component-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-component-grid
		> .pp-record-card--component:nth-child(1),
	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-component-grid
		> .pp-record-card--component:nth-child(7) {
		grid-column: span 2;
	}
}

@media (max-width: 820px) {
	body.ppps-module-components
		.pp-block--industrial-hero {
		min-height: max(43rem, calc(100svh - var(--ppps-header-height, 64px)));
	}

	body.ppps-module-components
		.pp-block--industrial-hero::after {
		background:
			linear-gradient(
				180deg,
				rgba(7, 8, 9, .18) 0,
				rgba(7, 8, 9, .36) 36%,
				rgba(7, 8, 9, .96) 78%,
				rgba(7, 8, 9, 1) 100%
			);
		opacity: .96;
	}

	body.ppps-module-components
		.pp-block--industrial-hero
		.pp-hero__media {
		inset: 0;
		clip-path: none;
		transform: none;
	}

	body.ppps-module-components
		.pp-block--industrial-hero
		.pp-hero__media
		:is(img, video) {
		object-position: 62% 42%;
		transform: scale(1.04);
	}

	body.ppps-module-components
		.pp-block--industrial-hero
		.pp-hero__interface {
		inset: 1.25rem;
	}

	body.ppps-module-components
		.pp-block--industrial-hero
		.pp-hero__inner {
		min-height: max(43rem, calc(100svh - var(--ppps-header-height, 64px)));
		width: calc(100% - 2.5rem);
		padding-block: clamp(8rem, 18vh, 11rem) 3.25rem;
	}

	body.ppps-module-components
		.pp-block--industrial-hero
		.pp-block__title {
		max-width: 9ch;
		font-size: clamp(3.6rem, 13.5vw, 6rem);
		line-height: .88;
	}

	body.ppps-module-components
		.pp-block--industrial-hero
		.pp-block__copy {
		font-size: 1rem;
	}

	body.ppps-module-components
		.pp-block--technical-card-grid {
		padding-block: 5.5rem;
	}

	body.ppps-module-components
		.pp-block--technical-card-grid
		.pp-block__inner {
		width: calc(100% - 2.5rem);
		grid-template-columns: 1fr;
		gap: 3.5rem;
	}

	body.ppps-module-components
		.pp-block--technical-card-grid
		.pp-block__header {
		position: static;
		max-width: none;
	}

	body.ppps-module-components
		.pp-block--technical-card-grid
		.pp-block__title {
		max-width: 10ch;
		font-size: clamp(3.3rem, 12vw, 5.6rem);
	}

	body.ppps-module-components
		.pp-block--technical-card-grid
		.pp-card-grid {
		padding-left: 1.5rem;
	}

	body.ppps-module-components
		.pp-block--technical-card-grid
		.pp-technical-card {
		min-height: 0;
		padding: 2rem 1.4rem 2.2rem;
		grid-template-columns: 2.75rem 1fr;
		gap: .9rem 1rem;
	}

	body.ppps-module-components
		.pp-block--technical-card-grid
		.pp-technical-card
		h3 {
		max-width: 13ch;
		font-size: clamp(1.8rem, 8vw, 2.6rem);
	}

	body.ppps-module-components
		.pp-block--technical-card-grid
		.pp-technical-card[data-pp-components-step-state="active"] {
		transform: translate3d(.35rem, 0, 0);
	}

	body.ppps-module-components #component-portfolio {
		padding-block: 5.5rem;
	}

	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-block__inner {
		width: calc(100% - 2.5rem);
	}

	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-block__header {
		display: block;
		margin-bottom: 3.5rem;
	}

	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-block__title {
		max-width: 9ch;
		font-size: clamp(3.6rem, 13vw, 6.2rem);
	}

	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-filters {
		grid-template-columns: 1fr;
		gap: 1rem;
		background: transparent;
	}

	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-filters
		label,
	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-filters
		label:first-child {
		padding: 0;
	}

	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-component-grid {
		grid-template-columns: 1fr;
	}

	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-component-grid
		> .pp-record-card--component:nth-child(1),
	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-component-grid
		> .pp-record-card--component:nth-child(7) {
		display: block;
		height: auto;
		min-height: 0;
		grid-column: auto;
		grid-template-rows: none;
	}

	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-component-grid
		> .pp-record-card--component:nth-child(1)
		figure,
	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-component-grid
		> .pp-record-card--component:nth-child(7)
		figure {
		height: auto;
		aspect-ratio: 4 / 3;
	}

	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-component-grid
		> .pp-record-card--component:nth-child(1)
		.pp-record-card__body,
	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-component-grid
		> .pp-record-card--component:nth-child(7)
		.pp-record-card__body {
		min-height: 12rem;
		padding: 1.8rem;
		align-content: start;
	}

	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-record-card__body {
		min-height: 11rem;
		padding: 1.8rem;
	}

	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-record-card__body::before {
		top: 1.8rem;
		right: 1.8rem;
	}

	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-record-card--component:nth-child(1)
		:is(h3, h5),
	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-record-card--component:nth-child(7)
		:is(h3, h5) {
		font-size: clamp(1.9rem, 8vw, 2.8rem);
	}

	body.ppps-module-components .pp-component-families {
		gap: 7rem;
	}

	body.ppps-module-components .pp-component-family {
		display: block;
		padding-top: 2rem;
	}

	body.ppps-module-components .pp-component-family__header {
		position: static;
		display: block;
		max-height: none;
		padding: 0 0 4rem;
	}

	body.ppps-module-components
		.pp-component-family__header
		.pp-block__eyebrow {
		margin-bottom: 2.5rem;
	}

	body.ppps-module-components .pp-component-family__header h3 {
		max-width: 9ch;
		font-size: clamp(3.2rem, 12vw, 5.4rem);
	}

	body.ppps-module-components .pp-component-family__categories {
		display: grid;
		gap: 6rem;
	}

	body.ppps-module-components .pp-component-family__category-header {
		display: block;
		margin-bottom: 2.5rem;
	}

	body.ppps-module-components .pp-component-family__count {
		margin-bottom: 1.25rem;
	}

	body.ppps-module-components .pp-component-family__category-header h4 {
		max-width: 10ch;
		font-size: clamp(2.6rem, 10.5vw, 4.6rem);
	}

	body.ppps-module-components
		.pp-component-family__category-header
		> p:last-child {
		margin-top: 1.25rem;
	}

	body.ppps-module-components
		.pp-component-family__category
		.pp-component-grid {
		grid-template-columns: 1fr;
	}

	body.ppps-module-components
		.pp-component-family__category
		.pp-component-grid
		> .pp-record-card--component:nth-child(1),
	body.ppps-module-components
		.pp-component-family__category
		.pp-component-grid
		> .pp-record-card--component:nth-child(7) {
		display: block;
		min-height: 0;
		grid-column: auto;
		grid-template-columns: none;
	}

	body.ppps-module-components
		.pp-block--enquiry-cta::after {
		display: none;
	}
}

body.ppps-module-components:is(
	.ppps-runtime-disabled,
	.ppps-readiness-failed,
	.ppps-motion-reduced,
	.ppps-motion-off,
	.ppps-capability-lite
)
	.pp-block--industrial-hero
	.pp-hero__media,
body.ppps-module-components:is(
	.ppps-runtime-disabled,
	.ppps-readiness-failed,
	.ppps-motion-reduced,
	.ppps-motion-off,
	.ppps-capability-lite
)
	.pp-block--industrial-hero
	.pp-hero__media
	:is(img, video),
body.ppps-module-components:is(
	.ppps-runtime-disabled,
	.ppps-readiness-failed,
	.ppps-motion-reduced,
	.ppps-motion-off,
	.ppps-capability-lite
)
	.pp-block--industrial-hero
	.pp-block__header {
	clip-path: none;
	transform: none;
	will-change: auto;
}

body.ppps-module-components:is(
	.ppps-runtime-disabled,
	.ppps-readiness-failed,
	.ppps-motion-reduced,
	.ppps-motion-off,
	.ppps-capability-lite
)
	.pp-block--industrial-hero
	.pp-hero__media::before,
body.ppps-module-components:is(
	.ppps-runtime-disabled,
	.ppps-readiness-failed,
	.ppps-motion-reduced,
	.ppps-motion-off,
	.ppps-capability-lite
)
	.pp-block--industrial-hero
	.pp-hero__media::after {
	display: none;
}

body.ppps-module-components:is(
	.ppps-runtime-disabled,
	.ppps-readiness-failed,
	.ppps-motion-reduced,
	.ppps-motion-off,
	.ppps-capability-lite
)
	.pp-block--technical-card-grid
	.pp-card-grid {
	--pp-components-glance-progress: 1;
}

body.ppps-module-components:is(
	.ppps-runtime-disabled,
	.ppps-readiness-failed,
	.ppps-motion-reduced,
	.ppps-motion-off,
	.ppps-capability-lite
)
	:is(
		[data-pp-components-record-state],
		[data-pp-components-family-state],
		[data-pp-components-category-state]
	),
body.ppps-module-components:not([data-pp-components-enhanced="ready"])
	:is(
		[data-pp-components-record-state],
		[data-pp-components-family-state],
		[data-pp-components-category-state]
	) {
	opacity: 1;
	clip-path: none;
	transform: none;
	transition: none;
}

@media (prefers-reduced-motion: reduce) {
	body.ppps-module-components *,
	body.ppps-module-components *::before,
	body.ppps-module-components *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}

	body.ppps-module-components
		.pp-block--industrial-hero
		.pp-hero__media,
	body.ppps-module-components
		.pp-block--industrial-hero
		.pp-hero__media
		:is(img, video),
	body.ppps-module-components
		:is(
			[data-pp-components-record-state],
			[data-pp-components-family-state],
			[data-pp-components-category-state]
		) {
		clip-path: none;
		transform: none;
	}
}

@media (forced-colors: active) {
	body.ppps-module-components
		.pp-block--technical-card-grid
		.pp-technical-card[data-pp-components-step-state="active"],
	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-record-card--component {
		border: 1px solid CanvasText;
	}
}

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

	body.ppps-module-components
		.pp-block--technical-card-grid
		.pp-block__header {
		position: static;
	}

	body.ppps-module-components
		.pp-block--component-portfolio
		.pp-component-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.ppps-module-components
		:is(
			[data-pp-components-record-state],
			[data-pp-components-family-state],
			[data-pp-components-category-state]
		) {
		opacity: 1;
		clip-path: none;
		transform: none;
	}
}
