/* Premier Plasmotec component-category module - governed product dossier. */

body.ppps-module-component-category {
	--pp-category-accent: #afbec3;
	--pp-category-accent-bright: #dce5e7;
	--pp-category-ink: #07090a;
	--pp-category-graphite: #111516;
	--pp-category-paper: #f2f0e9;
	--pp-category-paper-bright: #faf9f5;
	--pp-category-rule-dark: rgba(255, 255, 255, .17);
	--pp-category-rule-light: rgba(7, 9, 10, .18);
}

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

body.ppps-module-component-category :where(
	.pp-hero__inner,
	.pp-section__inner,
	.pp-block__inner,
	.pp-block__header,
	.pp-split__inner,
	.pp-split__media,
	.pp-split__content,
	.pp-component-grid,
	.pp-record-card,
	.pp-record-card__body
) {
	min-width: 0;
}

/* -------------------------------------------------------------------------- */
/* Opening: the governed product image moves through one technical aperture.   */
/* -------------------------------------------------------------------------- */

body.ppps-module-component-category .pp-block--industrial-hero {
	position: relative;
	min-height: max(49rem, calc(100svh - var(--ppps-header-height, 74px)));
	overflow: clip;
	isolation: isolate;
	background: var(--pp-category-ink);
	color: #fff;
}

body.ppps-module-component-category .pp-block--industrial-hero::before {
	position: absolute;
	z-index: 3;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(
			90deg,
			rgba(7, 9, 10, .98) 0,
			rgba(7, 9, 10, .92) 29%,
			rgba(7, 9, 10, .58) 57%,
			rgba(7, 9, 10, .12) 100%
		),
		linear-gradient(
			0deg,
			rgba(7, 9, 10, .76) 0,
			transparent 38%
		);
	opacity: calc(.98 - var(--pp-scene-progress, 0) * .22);
}

body.ppps-module-component-category .pp-block--industrial-hero::after {
	position: absolute;
	z-index: 4;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(rgba(255, 255, 255, .052) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .052) 1px, transparent 1px);
	background-position:
		0 calc(var(--pp-scene-progress, 0) * 2.8rem),
		calc(var(--pp-scene-progress, 0) * 2.8rem) 0;
	background-size: clamp(4.5rem, 7vw, 7.5rem) clamp(4.5rem, 7vw, 7.5rem);
	mask-image: linear-gradient(90deg, #000 0, transparent 72%);
	opacity: calc(.2 + var(--pp-scene-progress, 0) * .38);
}

body.ppps-module-component-category
	.pp-block--industrial-hero
	.pp-hero__media {
	position: absolute;
	z-index: 1;
	inset:
		calc((1 - var(--pp-scene-progress, 0)) * 2rem)
		calc((1 - var(--pp-scene-progress, 0)) * 2rem)
		0
		calc(22% - var(--pp-scene-progress, 0) * 22%);
	margin: 0;
	overflow: clip;
	clip-path: inset(
		calc((1 - var(--pp-scene-progress, 0)) * 2.8%)
		calc((1 - var(--pp-scene-progress, 0)) * 2.4%)
		0
		calc((1 - var(--pp-scene-progress, 0)) * 2.4%)
	);
	transform:
		translate3d(
			calc((.5 - var(--pp-scene-progress, 0)) * 1.35rem),
			0,
			0
		)
		scale(calc(1.045 - var(--pp-scene-progress, 0) * .025));
	transform-origin: 68% 50%;
	will-change: transform, clip-path;
}

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

body.ppps-module-component-category
	.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(220, 229, 231, .88) 15%,
		rgba(175, 190, 195, .96) 76%,
		transparent
	);
	box-shadow: 0 0 2.5rem rgba(175, 190, 195, .38);
	opacity: calc(.3 + var(--pp-scene-progress, 0) * .64);
}

body.ppps-module-component-category
	.pp-block--industrial-hero
	.pp-hero__media
	:is(img, video) {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter:
		grayscale(calc(.62 - var(--pp-scene-progress, 0) * .42))
		saturate(calc(.42 + var(--pp-scene-progress, 0) * .5))
		contrast(calc(1.18 - var(--pp-scene-progress, 0) * .08))
		brightness(calc(.48 + var(--pp-scene-progress, 0) * .4));
	transform: scale(calc(1.09 - var(--pp-scene-progress, 0) * .045));
	transform-origin: var(--pp-focal-x, 50%) var(--pp-focal-y, 50%);
}

body.ppps-module-component-category
	.pp-block--industrial-hero
	.pp-hero__interface {
	position: absolute;
	z-index: 5;
	inset: clamp(2rem, 4vw, 4.5rem);
	pointer-events: none;
	border: 1px solid rgba(255, 255, 255, .14);
	opacity: calc(.36 + var(--pp-scene-progress, 0) * .38);
}

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

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

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

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

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

body.ppps-module-component-category
	.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.25rem),
		0
	);
}

body.ppps-module-component-category
	.pp-block--industrial-hero
	.pp-block__eyebrow {
	margin-bottom: clamp(1.25rem, 2vw, 2rem);
}

body.ppps-module-component-category
	.pp-block--industrial-hero
	.pp-block__title {
	max-width: 10ch;
	margin: 0;
	font-size: clamp(4.3rem, 7.2vw, 8.8rem);
	line-height: .87;
	letter-spacing: -.06em;
	overflow-wrap: normal;
	word-break: normal;
	text-wrap: balance;
}

body.ppps-module-component-category
	.pp-block--industrial-hero
	.pp-block__copy {
	max-width: 46rem;
	margin-top: clamp(1.8rem, 2.8vw, 3rem);
	font-size: clamp(1.04rem, 1.08vw, 1.28rem);
	line-height: 1.56;
	opacity: .82;
}

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

/* -------------------------------------------------------------------------- */
/* Context: one bounded media specimen beside one readable category dossier.   */
/* -------------------------------------------------------------------------- */

body.ppps-module-component-category
	.pp-block--section:has(.pp-block--editorial-split) {
	padding-block: clamp(5.5rem, 9vw, 10rem);
	background:
		linear-gradient(
			90deg,
			transparent 0,
			transparent calc(50% - .5px),
			rgba(7, 9, 10, .05) calc(50% - .5px),
			rgba(7, 9, 10, .05) calc(50% + .5px),
			transparent calc(50% + .5px)
		),
		var(--pp-category-paper);
}

body.ppps-module-component-category
	.pp-block--section:has(.pp-block--editorial-split)
	> .pp-section__inner {
	width: 100%;
	max-width: none;
	padding: 0;
}

body.ppps-module-component-category .pp-block--editorial-split {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}

body.ppps-module-component-category
	.pp-block--editorial-split
	.pp-split__inner {
	display: grid;
	width: min(calc(100% - clamp(4rem, 9vw, 10rem)), 128rem);
	height: clamp(38rem, 48vw, 49rem);
	max-width: none;
	margin-inline: auto;
	grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
	grid-template-rows: minmax(0, 1fr);
	align-items: stretch;
	gap: 0;
	border: 1px solid var(--pp-category-rule-light);
	background: var(--pp-category-paper-bright);
}

body.ppps-module-component-category
	.pp-block--editorial-split
	.pp-split__media {
	position: relative;
	display: block;
	width: 100%;
	min-width: 0;
	height: auto;
	max-height: none;
	min-height: 0;
	margin: 0;
	box-sizing: border-box;
	aspect-ratio: auto;
	overflow: clip;
	background: #d9d9d4;
}

body.ppps-module-component-category
	.pp-block--editorial-split
	.pp-split__media::after {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: var(--pp-category-context-scan, 100%);
	width: 1px;
	pointer-events: none;
	content: "";
	background: linear-gradient(
		180deg,
		transparent,
		rgba(255, 255, 255, .9) 14%,
		rgba(7, 9, 10, .52) 78%,
		transparent
	);
	box-shadow: 0 0 2rem rgba(255, 255, 255, .44);
	transition: left 1.05s cubic-bezier(.2, .65, .25, 1);
}

body.ppps-module-component-category
	.pp-block--editorial-split
	.pp-split__media
	:is(img, video) {
	display: block;
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	object-position: var(--pp-focal-x, 50%) var(--pp-focal-y, 50%);
	filter: saturate(.78) contrast(1.04);
	transform: scale(1.035);
	transition:
		filter 840ms ease,
		transform 1.1s cubic-bezier(.2, .65, .25, 1);
}

body.ppps-module-component-category
	.pp-block--editorial-split
	.pp-split__content {
	position: relative;
	z-index: 3;
	display: grid;
	min-width: 0;
	height: auto;
	max-height: none;
	padding: clamp(2.75rem, 4vw, 4.25rem);
	box-sizing: border-box;
	align-content: space-between;
	border-left: 1px solid var(--pp-category-rule-light);
	background: var(--pp-category-paper-bright);
}

body.ppps-module-component-category
	.pp-block--editorial-split
	.pp-split__content::before {
	width: clamp(4.5rem, 8vw, 8rem);
	height: 1px;
	margin-bottom: clamp(2.5rem, 4vw, 3.75rem);
	content: "";
	background: currentColor;
	transform: scaleX(var(--pp-category-context-line, 0));
	transform-origin: left center;
	transition: transform 900ms cubic-bezier(.2, .65, .25, 1);
}

body.ppps-module-component-category
	.pp-block--editorial-split
	.pp-split__content
	.pp-block__header {
	width: 100%;
	max-width: none;
	margin: 0 0 clamp(2rem, 3vw, 3rem);
}

body.ppps-module-component-category
	.pp-block--editorial-split
	.pp-split__content
	.pp-block__eyebrow {
	margin-bottom: clamp(1.2rem, 2vw, 2rem);
}

body.ppps-module-component-category
	.pp-block--editorial-split
	.pp-split__content
	.pp-block__title {
	max-width: 10ch;
	margin: 0;
	font-size: clamp(2.9rem, 3.6vw, 4.75rem);
	line-height: .92;
	letter-spacing: -.055em;
	overflow-wrap: normal;
	word-break: normal;
	text-wrap: balance;
}

body.ppps-module-component-category
	.pp-block--editorial-split
	.pp-split__content
	.pp-block__copy {
	max-width: 34rem;
	margin-top: clamp(1.6rem, 2.5vw, 2.6rem);
	font-size: clamp(1rem, 1.06vw, 1.2rem);
	line-height: 1.58;
	opacity: .72;
}

body.ppps-module-component-category
	.pp-block--editorial-split
	.pp-split__content
	.pp-button {
	width: fit-content;
}

body.ppps-module-component-category[data-pp-category-enhanced="ready"].ppps-capability-full
	.pp-block--editorial-split[data-pp-category-context-state="waiting"]
	.pp-split__media {
	clip-path: inset(0 12% 0 0);
}

body.ppps-module-component-category[data-pp-category-enhanced="ready"].ppps-capability-full
	.pp-block--editorial-split[data-pp-category-context-state="waiting"]
	.pp-split__content {
	opacity: .55;
	transform: translate3d(2rem, 0, 0);
}

body.ppps-module-component-category[data-pp-category-enhanced="ready"].ppps-capability-full
	.pp-block--editorial-split[data-pp-category-context-state="visible"] {
	--pp-category-context-line: 1;
	--pp-category-context-scan: 100%;
}

body.ppps-module-component-category[data-pp-category-enhanced="ready"].ppps-capability-full
	.pp-block--editorial-split[data-pp-category-context-state="visible"]
	.pp-split__media {
	clip-path: inset(0);
}

body.ppps-module-component-category[data-pp-category-enhanced="ready"].ppps-capability-full
	.pp-block--editorial-split[data-pp-category-context-state="visible"]
	.pp-split__media
	:is(img, video) {
	filter: saturate(.92) contrast(1.02);
	transform: scale(1);
}

body.ppps-module-component-category[data-pp-category-enhanced="ready"].ppps-capability-full
	.pp-block--editorial-split[data-pp-category-context-state="visible"]
	.pp-split__content {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

body.ppps-module-component-category
	.pp-block--editorial-split
	.pp-split__media,
body.ppps-module-component-category
	.pp-block--editorial-split
	.pp-split__content {
	transition:
		clip-path 920ms cubic-bezier(.2, .65, .25, 1),
		opacity 620ms ease,
		transform 920ms cubic-bezier(.2, .65, .25, 1);
}

/* -------------------------------------------------------------------------- */
/* Products: a responsive dossier field driven by the existing Core query.    */
/* -------------------------------------------------------------------------- */

body.ppps-module-component-category #category-components {
	position: relative;
	padding-block: clamp(6rem, 10vw, 11rem);
	overflow: clip;
	background: var(--pp-category-ink);
	color: #fff;
}

body.ppps-module-component-category #category-components::before {
	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(4.5rem, 7vw, 7.5rem) clamp(4.5rem, 7vw, 7.5rem);
	mask-image: linear-gradient(180deg, #000 0, transparent 88%);
	opacity: .58;
}

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

body.ppps-module-component-category
	.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-component-category
	.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-component-category
	.pp-block--component-portfolio
	.pp-block__eyebrow {
	grid-column: 1 / span 3;
	margin: 0 0 1.3rem;
}

body.ppps-module-component-category
	.pp-block--component-portfolio
	.pp-block__title {
	grid-column: 1 / span 9;
	max-width: 10ch;
	margin: 0;
	font-size: clamp(4.2rem, 6.8vw, 8.5rem);
	line-height: .87;
	letter-spacing: -.06em;
	overflow-wrap: normal;
	word-break: normal;
	text-wrap: balance;
}

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

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

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

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

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

body.ppps-module-component-category
	.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-category-accent);
	background: var(--pp-category-accent);
	color: var(--pp-category-ink);
}

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

body.ppps-module-component-category
	.pp-block--component-portfolio[data-pp-category-density="sparse"]
	.pp-component-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.ppps-module-component-category
	.pp-block--component-portfolio[data-pp-category-density="medium"]
	.pp-component-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.ppps-module-component-category
	.pp-block--component-portfolio[data-pp-category-count="1"]
	.pp-component-grid {
	grid-template-columns: minmax(0, 1fr);
}

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

body.ppps-module-component-category
	.pp-block--component-portfolio
	.pp-component-grid:has(> .pp-record-card--component:nth-child(2))
	> .pp-record-card--component:first-child {
	display: grid;
	min-height: clamp(34rem, 34vw, 43rem);
	grid-column: span 2;
	grid-template-columns: minmax(0, 1.28fr) minmax(18rem, .72fr);
	grid-template-rows: minmax(0, 1fr);
}

body.ppps-module-component-category
	.pp-block--component-portfolio[data-pp-category-density="full"]
	.pp-component-grid
	> .pp-record-card--component:nth-child(7) {
	display: grid;
	min-height: clamp(32rem, 31vw, 40rem);
	grid-column: span 2;
	grid-template-columns: minmax(18rem, .72fr) minmax(0, 1.28fr);
	grid-template-rows: minmax(0, 1fr);
}

body.ppps-module-component-category
	.pp-block--component-portfolio[data-pp-category-density="full"]
	.pp-component-grid
	> .pp-record-card--component:nth-child(7)
	figure {
	grid-column: 2;
}

body.ppps-module-component-category
	.pp-block--component-portfolio[data-pp-category-density="full"]
	.pp-component-grid
	> .pp-record-card--component:nth-child(7)
	.pp-record-card__body {
	grid-column: 1;
	grid-row: 1;
}

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

body.ppps-module-component-category
	.pp-block--component-portfolio
	.pp-component-grid:has(> .pp-record-card--component:nth-child(2))
	> .pp-record-card--component:first-child
	figure,
body.ppps-module-component-category
	.pp-block--component-portfolio[data-pp-category-density="full"]
	.pp-component-grid
	> .pp-record-card--component:nth-child(7)
	figure {
	height: clamp(34rem, 34vw, 43rem);
	aspect-ratio: auto;
}

body.ppps-module-component-category
	.pp-block--component-portfolio[data-pp-category-density="full"]
	.pp-component-grid
	> .pp-record-card--component:nth-child(7)
	figure {
	height: clamp(32rem, 31vw, 40rem);
}

body.ppps-module-component-category
	.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, 9, 10, .18);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 560ms cubic-bezier(.2, .65, .25, 1);
}

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

body.ppps-module-component-category
	.pp-block--component-portfolio
	.pp-record-card__body {
	position: relative;
	display: grid;
	min-height: 12rem;
	padding: clamp(1.75rem, 2.5vw, 2.9rem);
	grid-template-columns: minmax(0, 1fr);
	align-content: start;
}

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

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

body.ppps-module-component-category
	.pp-block--component-portfolio
	.pp-component-grid:has(> .pp-record-card--component:nth-child(2))
	> .pp-record-card--component:first-child
	.pp-record-card__body,
body.ppps-module-component-category
	.pp-block--component-portfolio[data-pp-category-density="full"]
	.pp-component-grid
	> .pp-record-card--component:nth-child(7)
	.pp-record-card__body {
	min-height: 0;
	padding: clamp(2.4rem, 3.5vw, 4.4rem);
	align-content: end;
}

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

body.ppps-module-component-category
	.pp-block--component-portfolio
	.pp-record-card__body
	h3 {
	max-width: 16ch;
	margin: 0;
	font-size: clamp(1.7rem, 1.9vw, 2.55rem);
	line-height: 1.02;
	letter-spacing: -.04em;
	overflow-wrap: normal;
	word-break: normal;
}

body.ppps-module-component-category
	.pp-block--component-portfolio
	.pp-component-grid:has(> .pp-record-card--component:nth-child(2))
	> .pp-record-card--component:first-child
	h3,
body.ppps-module-component-category
	.pp-block--component-portfolio[data-pp-category-density="full"]
	.pp-component-grid
	> .pp-record-card--component:nth-child(7)
	h3 {
	font-size: clamp(2.25rem, 2.8vw, 3.55rem);
	line-height: .95;
}

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

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

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

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

body.ppps-module-component-category
	.pp-block--component-portfolio
	.pp-empty-state {
	position: relative;
	display: grid;
	min-height: clamp(20rem, 31vw, 34rem);
	margin: 0;
	padding: clamp(2.5rem, 5vw, 5.5rem);
	align-content: end;
	border: 1px solid var(--pp-category-rule-dark);
	overflow: clip;
	background:
		linear-gradient(
			135deg,
			transparent 0,
			transparent 48.7%,
			rgba(255, 255, 255, .08) 48.8%,
			rgba(255, 255, 255, .08) 49%,
			transparent 49.1%
		),
		var(--pp-category-graphite);
	color: #fff;
	font-size: clamp(1.65rem, 2.8vw, 3.4rem);
	line-height: 1.08;
	letter-spacing: -.035em;
}

body.ppps-module-component-category
	.pp-block--component-portfolio
	.pp-empty-state::before {
	position: absolute;
	top: clamp(2rem, 4vw, 4rem);
	left: clamp(2rem, 4vw, 4rem);
	width: clamp(5rem, 10vw, 10rem);
	height: 1px;
	content: "";
	background: var(--pp-category-accent);
}

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

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

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

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

/* -------------------------------------------------------------------------- */
/* Local entrances. The shared director remains the only scroll conductor.    */
/* -------------------------------------------------------------------------- */

body.ppps-module-component-category[data-pp-category-enhanced="ready"].ppps-capability-full
	.pp-block--component-portfolio
	.pp-record-card--component[data-pp-category-record-state="waiting"] {
	opacity: 0;
	clip-path: inset(0 0 10% 0);
	transform: translate3d(var(--pp-category-record-shift, 0), .65rem, 0);
}

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

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

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

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

/* -------------------------------------------------------------------------- */
/* Responsive composition.                                                     */
/* -------------------------------------------------------------------------- */

@media (max-width: 1180px) {
	body.ppps-module-component-category
		.pp-block--editorial-split
		.pp-split__inner {
		grid-template-columns: minmax(0, 1fr) minmax(21rem, .78fr);
	}

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

	body.ppps-module-component-category
		.pp-block--component-portfolio[data-pp-category-density="full"]
		.pp-component-grid
		> .pp-record-card--component:nth-child(7) {
		grid-column: span 2;
	}
}

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

	body.ppps-module-component-category .pp-block--industrial-hero::before {
		background:
			linear-gradient(
				180deg,
				rgba(7, 9, 10, .12) 0,
				rgba(7, 9, 10, .34) 38%,
				rgba(7, 9, 10, .96) 78%,
				var(--pp-category-ink) 100%
			);
		opacity: .98;
	}

	body.ppps-module-component-category .pp-block--industrial-hero::after {
		mask-image: linear-gradient(180deg, #000, transparent 72%);
	}

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

	body.ppps-module-component-category
		.pp-block--industrial-hero
		.pp-hero__media
		:is(img, video) {
		object-position: var(--pp-focal-x, 50%) 42%;
		filter: saturate(.72) brightness(.72);
		transform: scale(1.045);
	}

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

	body.ppps-module-component-category
		.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-component-category
		.pp-block--industrial-hero
		.pp-block__title {
		max-width: 9ch;
		font-size: clamp(3.5rem, 13vw, 5.8rem);
		line-height: .89;
	}

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

	body.ppps-module-component-category
		.pp-block--section:has(.pp-block--editorial-split) {
		padding-block: 5.5rem;
	}

	body.ppps-module-component-category
		.pp-block--editorial-split
		.pp-split__inner {
		height: auto;
		width: calc(100% - 2.5rem);
		grid-template-columns: minmax(0, 1fr);
	}

	body.ppps-module-component-category
		.pp-block--editorial-split
		.pp-split__media {
		height: auto;
		min-height: 0;
		aspect-ratio: 4 / 3;
		order: 0;
	}

	body.ppps-module-component-category
		.pp-block--editorial-split
		.pp-split__media
		:is(img, video) {
		min-height: 0;
	}

	body.ppps-module-component-category
		.pp-block--editorial-split
		.pp-split__content {
		height: auto;
		min-height: 28rem;
		padding: 1.75rem;
		order: 1;
		border-top: 1px solid var(--pp-category-rule-light);
		border-left: 0;
	}

	body.ppps-module-component-category
		.pp-block--editorial-split
		.pp-split__content::before {
		margin-bottom: 4rem;
	}

	body.ppps-module-component-category
		.pp-block--editorial-split
		.pp-split__content
		.pp-block__title {
		max-width: 100%;
		font-size: clamp(2.4rem, 9.6vw, 4rem);
	}

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

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

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

	body.ppps-module-component-category
		.pp-block--component-portfolio
		.pp-block__title {
		max-width: 9ch;
		font-size: clamp(3.45rem, 12.7vw, 6rem);
	}

	body.ppps-module-component-category
		.pp-block--component-portfolio
		.pp-filters {
		grid-template-columns: minmax(0, 1fr);
		gap: 1rem;
	}

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

	body.ppps-module-component-category
		.pp-block--component-portfolio
		.pp-component-grid,
	body.ppps-module-component-category
		.pp-block--component-portfolio[data-pp-category-density="sparse"]
		.pp-component-grid,
	body.ppps-module-component-category
		.pp-block--component-portfolio[data-pp-category-density="medium"]
		.pp-component-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body.ppps-module-component-category
		.pp-block--component-portfolio
		.pp-component-grid:has(> .pp-record-card--component:nth-child(2))
		> .pp-record-card--component:first-child,
	body.ppps-module-component-category
		.pp-block--component-portfolio[data-pp-category-density="full"]
		.pp-component-grid
		> .pp-record-card--component:nth-child(7) {
		display: block;
		min-height: 0;
		grid-column: auto;
		grid-template-columns: none;
		grid-template-rows: none;
	}

	body.ppps-module-component-category
		.pp-block--component-portfolio[data-pp-category-density="full"]
		.pp-component-grid
		> .pp-record-card--component:nth-child(7)
		figure,
	body.ppps-module-component-category
		.pp-block--component-portfolio[data-pp-category-density="full"]
		.pp-component-grid
		> .pp-record-card--component:nth-child(7)
		.pp-record-card__body {
		grid-column: auto;
		grid-row: auto;
	}

	body.ppps-module-component-category
		.pp-block--component-portfolio
		.pp-component-grid:has(> .pp-record-card--component:nth-child(2))
		> .pp-record-card--component:first-child
		figure,
	body.ppps-module-component-category
		.pp-block--component-portfolio[data-pp-category-density="full"]
		.pp-component-grid
		> .pp-record-card--component:nth-child(7)
		figure {
		height: auto;
		aspect-ratio: 4 / 3;
	}

	body.ppps-module-component-category
		.pp-block--component-portfolio
		.pp-component-grid:has(> .pp-record-card--component:nth-child(2))
		> .pp-record-card--component:first-child
		.pp-record-card__body,
	body.ppps-module-component-category
		.pp-block--component-portfolio[data-pp-category-density="full"]
		.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-component-category
		.pp-block--component-portfolio
		.pp-record-card__body {
		min-height: 11rem;
		padding: 1.8rem;
	}

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

	body.ppps-module-component-category
		.pp-block--component-portfolio
		.pp-component-grid:has(> .pp-record-card--component:nth-child(2))
		> .pp-record-card--component:first-child
		h3,
	body.ppps-module-component-category
		.pp-block--component-portfolio[data-pp-category-density="full"]
		.pp-component-grid
		> .pp-record-card--component:nth-child(7)
		h3 {
		font-size: clamp(1.9rem, 8vw, 2.8rem);
	}

	body.ppps-module-component-category
		.pp-block--component-portfolio
		.pp-empty-state {
		min-height: 17rem;
		padding: 2rem;
		font-size: clamp(1.5rem, 7vw, 2.4rem);
	}

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

/* -------------------------------------------------------------------------- */
/* Complete static, preference, accessibility and print fallbacks.             */
/* -------------------------------------------------------------------------- */

body.ppps-module-component-category: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-component-category: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-component-category:is(
	.ppps-runtime-disabled,
	.ppps-readiness-failed,
	.ppps-motion-reduced,
	.ppps-motion-off,
	.ppps-capability-lite
)
	.pp-block--industrial-hero
	.pp-block__header,
body.ppps-module-component-category:is(
	.ppps-runtime-disabled,
	.ppps-readiness-failed,
	.ppps-motion-reduced,
	.ppps-motion-off,
	.ppps-capability-lite
)
	.pp-block--editorial-split
	.pp-split__media,
body.ppps-module-component-category:is(
	.ppps-runtime-disabled,
	.ppps-readiness-failed,
	.ppps-motion-reduced,
	.ppps-motion-off,
	.ppps-capability-lite
)
	.pp-block--editorial-split
	.pp-split__content,
body.ppps-module-component-category:is(
	.ppps-runtime-disabled,
	.ppps-readiness-failed,
	.ppps-motion-reduced,
	.ppps-motion-off,
	.ppps-capability-lite
)
	[data-pp-category-record-state],
body.ppps-module-component-category:not([data-pp-category-enhanced="ready"])
	[data-pp-category-record-state] {
	opacity: 1;
	clip-path: none;
	transform: none;
	transition: none;
	will-change: auto;
}

body.ppps-module-component-category: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-component-category:is(
	.ppps-runtime-disabled,
	.ppps-readiness-failed,
	.ppps-motion-reduced,
	.ppps-motion-off,
	.ppps-capability-lite
)
	.pp-block--industrial-hero
	.pp-hero__media::after,
body.ppps-module-component-category:is(
	.ppps-runtime-disabled,
	.ppps-readiness-failed,
	.ppps-motion-reduced,
	.ppps-motion-off,
	.ppps-capability-lite
)
	.pp-block--editorial-split
	.pp-split__media::after {
	display: none;
}

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

	body.ppps-module-component-category
		.pp-block--industrial-hero
		.pp-hero__media,
	body.ppps-module-component-category
		.pp-block--industrial-hero
		.pp-hero__media
		:is(img, video),
	body.ppps-module-component-category
		.pp-block--editorial-split
		.pp-split__media,
	body.ppps-module-component-category
		.pp-block--editorial-split
		.pp-split__content,
	body.ppps-module-component-category
		[data-pp-category-record-state] {
		opacity: 1;
		clip-path: none;
		transform: none;
	}
}

@media (forced-colors: active) {
	body.ppps-module-component-category
		.pp-block--editorial-split
		.pp-split__inner,
	body.ppps-module-component-category
		.pp-block--component-portfolio
		.pp-record-card--component,
	body.ppps-module-component-category
		.pp-block--component-portfolio
		.pp-empty-state {
		border: 1px solid CanvasText;
	}
}

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

	body.ppps-module-component-category
		.pp-block--industrial-hero
		.pp-hero__media,
	body.ppps-module-component-category
		.pp-block--editorial-split
		.pp-split__media,
	body.ppps-module-component-category
		.pp-block--editorial-split
		.pp-split__content,
	body.ppps-module-component-category
		[data-pp-category-record-state] {
		opacity: 1;
		clip-path: none;
		transform: none;
	}

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