:root {
  --pp-ink: #070809;
  --pp-charcoal: #141719;
  --pp-graphite: #202427;
  --pp-steel: #8d979d;
  --pp-line: #343a3e;
  --pp-paper: #f1efe9;
  --pp-white: #fff;
  --pp-ember: #9aa8ad;
  --pp-content: 820px;
  --pp-wide: 1540px;
  --pp-gutter: 32px;
  --pp-radius: 4px;
  --pp-section: 144px;
  --pp-motion-ease: cubic-bezier(.2,.7,.2,1);
  --pp-motion-reveal-distance: 22px;
  --pp-motion-reveal-duration: .65s;
  --pp-motion-stagger-step: .09s;
  --pp-motion-stagger-scale: 1;
}

.pp-block,
.pp-block * {
  box-sizing: border-box;
}

.pp-block {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: var(--pp-section) max(var(--pp-gutter), calc((100% - var(--pp-wide)) / 2));
  color: var(--pp-ink);
  background: var(--pp-paper);
  isolation: isolate;
}

.pp-tone--ink { color: var(--pp-white); background: var(--pp-ink); }
.pp-tone--charcoal { color: var(--pp-white); background: var(--pp-charcoal); }
.pp-tone--graphite { color: var(--pp-white); background: var(--pp-graphite); }
.pp-tone--steel { color: var(--pp-ink); background: #c8ccce; }
.pp-tone--paper { color: var(--pp-ink); background: var(--pp-paper); }
.pp-tone--white { color: var(--pp-ink); background: var(--pp-white); }

.pp-block__inner,
.pp-section__inner,
.pp-rich-editorial__inner,
.pp-form-block__inner,
.pp-enquiry-cta__inner,
.pp-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100%, var(--pp-wide));
  min-width: 0;
  margin-inline: auto;
}

.pp-icon { display: inline-block; width: 1em; height: 1em; flex: 0 0 auto; vertical-align: -.12em; }
.pp-icon--arrow { margin-left: .55em; }

.pp-block__header {
  display: grid;
  min-width: 0;
  max-width: 840px;
  margin: 0 0 56px;
  gap: 18px;
}

.pp-block__eyebrow {
  margin: 0;
  color: currentColor;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .62;
}

.pp-block__title {
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding-block: .08em .12em;
  font-size: clamp(3.4rem, 5.2vw, 4.75rem);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -.045em;
  overflow: visible;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.pp-safe-reveal {
  display: inline;
  padding-block: .08em .12em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.pp-block__copy {
  max-width: 680px;
  margin: 0;
  color: currentColor;
  font-size: 1.1rem;
  line-height: 1.65;
  opacity: .72;
}

.pp-block__actions,
.pp-editor-button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.pp-button,
.pp-text-link,
.pp-document__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 16px;
  border: 1px solid currentColor;
  border-radius: var(--pp-radius);
  color: inherit;
  background: transparent;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
  gap: 16px;
}

.pp-button:not(.pp-button--ghost) {
  color: var(--pp-white);
  border-color: var(--pp-ember);
  background: var(--pp-ember);
}

.pp-button:hover,
.pp-button:focus-visible {
  color: var(--pp-ink);
  border-color: var(--pp-white);
  background: var(--pp-white);
}

.pp-text-link {
  min-height: 0;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  text-transform: none;
}

.pp-block a:focus-visible,
.pp-block button:focus-visible,
.pp-block input:focus-visible,
.pp-block select:focus-visible,
.pp-block textarea:focus-visible,
.pp-lightbox:focus-visible {
  outline: 3px solid var(--pp-ember);
  outline-offset: 3px;
}

.pp-block--industrial-hero {
  display: grid;
  align-items: end;
  min-height: min(780px, calc(100svh - 36px));
  padding-top: 180px;
  overflow: clip;
}

.pp-hero__media,
.pp-hero__technical-field,
.pp-hero__media::after {
  position: absolute;
  inset: 0;
}

.pp-hero__media::after {
  content: "";
  background: linear-gradient(90deg, rgba(7, 8, 9, .94) 0%, rgba(7, 8, 9, var(--pp-overlay)) 62%, rgba(7, 8, 9, .38) 100%);
}

.pp-hero__media img,
.pp-hero__media video,
.pp-section__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pp-hero__technical-field {
  opacity: .72;
  background:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
    radial-gradient(circle at 76% 48%, rgba(154,168,173,.18), transparent 26%),
    #070809;
  background-size: 64px 64px, 64px 64px, auto, auto;
}

.pp-hero__technical-field i {
  position: absolute;
  right: 8%;
  top: 27%;
  width: 38%;
  aspect-ratio: 16 / 7;
  border: 1px solid rgba(255,255,255,.18);
  transform: skewY(-7deg);
}

.pp-hero__technical-field i:nth-child(2) { right: 12%; top: 34%; opacity: .55; }
.pp-hero__technical-field i:nth-child(3) { right: 16%; top: 41%; opacity: .28; }

.pp-hero__inner {
  display: grid;
  gap: 28px;
}

.pp-hero__inner .pp-block__header { margin-bottom: 0; }
.pp-hero__inner .pp-block__title { max-width: 920px; font-size: 6rem; }
.pp-hero__inner .pp-block__copy { color: rgba(255,255,255,.74); }

/* V15 experience hero: one edited block, several scroll-linked story chapters. */
.pp-hero__interface {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 5.4%, rgba(255,255,255,.1) 5.4% calc(5.4% + 1px), transparent calc(5.4% + 1px) 94.6%, rgba(255,255,255,.1) 94.6% calc(94.6% + 1px), transparent calc(94.6% + 1px)),
    linear-gradient(0deg, transparent 0 7%, rgba(255,255,255,.08) 7% calc(7% + 1px), transparent calc(7% + 1px) 93%, rgba(255,255,255,.08) 93% calc(93% + 1px), transparent calc(93% + 1px));
}

.pp-hero__interface > span {
  position: absolute;
  top: 7%;
  bottom: 7%;
  width: 1px;
  background: linear-gradient(transparent, rgba(255,255,255,.12) 22%, rgba(255,255,255,.12) 78%, transparent);
}

.pp-hero__interface > span:nth-child(1) { left: 28%; }
.pp-hero__interface > span:nth-child(2) { left: 50%; }
.pp-hero__interface > span:nth-child(3) { left: 72%; }
.pp-hero__interface > i {
  position: absolute;
  right: 5.4%;
  bottom: 7%;
  width: 72px;
  height: 1px;
  background: var(--pp-ember);
  transform-origin: right center;
  animation: pp-hero-pulse 3.2s ease-in-out infinite;
}

.pp-hero--experience {
  display: block;
  min-height: 300svh;
  padding: 0;
  background: var(--pp-ink);
}

.pp-hero--experience .pp-hero__stage {
  position: sticky;
  top: 0;
  display: grid;
  min-height: 100svh;
  align-items: end;
  overflow: clip;
}

.pp-hero--experience .pp-hero__media,
.pp-hero--experience .pp-hero__technical-field,
.pp-hero--experience .pp-hero__chapter-media {
  position: absolute;
  inset: 0;
}

.pp-hero--experience .pp-hero__media img,
.pp-hero--experience .pp-hero__media video,
.pp-hero--experience .pp-hero__chapter-media img,
.pp-hero--experience .pp-hero__chapter-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: pp-hero-drift 18s ease-out both;
}

.pp-hero--experience .pp-hero__chapter-media {
  z-index: 0;
  overflow: hidden;
  background: var(--pp-ink);
  opacity: 0;
  transition: opacity .8s cubic-bezier(.2,.7,.2,1);
}

.pp-hero--experience .pp-hero__chapter-media.is-active { opacity: 1; }
.pp-hero__chapter-static-media { display: none; }

.pp-hero--experience .pp-hero__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: none;
  min-height: 100svh;
  padding: clamp(150px, 18vh, 210px) max(var(--pp-gutter), calc((100% - var(--pp-wide)) / 2)) clamp(54px, 8vh, 92px);
  align-content: end;
}

.pp-hero__chapters {
  position: relative;
  width: min(880px, 74vw);
  min-height: 320px;
}

.pp-hero__chapter {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  max-width: 860px;
  gap: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(28px);
  transition: opacity .58s ease, transform .72s cubic-bezier(.2,.7,.2,1), visibility 0s linear .72s;
}

.pp-hero__chapter.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: .1s, .1s, 0s;
}

.pp-hero__chapter .pp-block__header { max-width: 880px; margin: 0; }
.pp-hero__chapter .pp-block__title {
  max-width: 860px;
  margin: 0;
  font-size: clamp(4.3rem, 6vw, 5.6rem);
  line-height: .98;
  letter-spacing: -.055em;
}
.pp-hero__chapter .pp-block__copy { max-width: 620px; font-size: 1.05rem; line-height: 1.6; }

.pp-hero--experience .pp-block__actions {
  position: absolute;
  right: max(var(--pp-gutter), calc((100% - var(--pp-wide)) / 2));
  bottom: clamp(58px, 8vh, 94px);
  z-index: 4;
  justify-content: flex-end;
}

.pp-hero__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  overflow: hidden;
  background: rgba(255,255,255,.16);
}
.pp-hero__progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--pp-ember);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

@keyframes pp-hero-drift { from { transform: scale(1.05); } to { transform: scale(1.015); } }
@keyframes pp-hero-pulse { 0%, 100% { transform: scaleX(.25); opacity: .45; } 50% { transform: scaleX(1); opacity: 1; } }
@keyframes pp-trace-draw { from { stroke-dashoffset: 2200; } to { stroke-dashoffset: 0; } }

/* V15.2 procedural visual system. */
.pp-hero--procedural {
  --pp-field-progress: 0;
  --pp-pointer-x: 0;
  --pp-pointer-y: 0;
}
.pp-hero--procedural:not(.pp-hero--experience) { --pp-field-progress: .56; --pp-trace-offset: 0; }
.pp-hero--procedural:not(.pp-hero--experience) .pp-procedural__trace { animation: pp-trace-draw 1800ms 260ms cubic-bezier(.2,.7,.2,1) both; }

.pp-hero--procedural .pp-hero__technical-field {
  opacity: 1;
  background: var(--pp-ink);
}

.pp-procedural {
  position: absolute;
  inset: 0;
  overflow: hidden;
  color: rgba(214, 224, 228, .72);
  background:
    radial-gradient(circle at calc(72% + var(--pp-pointer-x, 0) * 4%), calc(48% + var(--pp-pointer-y, 0) * 4%), rgba(154,168,173,.13), transparent 30%),
    linear-gradient(125deg, rgba(255,255,255,.025), transparent 38% 62%, rgba(255,255,255,.02));
}

.pp-procedural::before,
.pp-procedural::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.pp-procedural::before {
  inset: 0;
  background: linear-gradient(90deg, rgba(7,8,9,.92), rgba(7,8,9,.28) 58%, rgba(7,8,9,.48));
}

.pp-procedural::after {
  top: 0;
  bottom: 0;
  left: 0;
  width: 16%;
  border-right: 1px solid rgba(255,255,255,.08);
  transform: translateX(calc(var(--pp-field-progress, 0) * 525%));
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.025));
}

.pp-procedural__svg {
  position: absolute;
  inset: -5%;
  width: 110%;
  height: 110%;
  transform: translate3d(calc(var(--pp-pointer-x, 0) * 12px), calc(var(--pp-pointer-y, 0) * 12px), 0) scale(calc(1.02 + var(--pp-field-progress, 0) * .025));
  transform-origin: center;
  will-change: transform;
}

.pp-procedural__svg path,
.pp-procedural__svg circle,
.pp-procedural__svg rect {
  vector-effect: non-scaling-stroke;
}

.pp-procedural__grid {
  color: rgba(255,255,255,.09);
  stroke: currentColor;
  stroke-width: 1;
}

.pp-procedural__datum,
.pp-procedural__ticks,
.pp-procedural__scene {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
}

.pp-procedural__datum {
  opacity: calc(.18 + var(--pp-field-progress, 0) * .18);
  transform: rotate(calc(var(--pp-field-progress, 0) * 8deg));
  transform-origin: 800px 450px;
}

.pp-procedural__ticks { opacity: .5; }
.pp-procedural__scene {
  opacity: 0;
  transform: translateY(22px) scale(.985);
  transform-origin: center;
  transition: opacity 500ms cubic-bezier(.2,.7,.2,1), transform 750ms cubic-bezier(.2,.7,.2,1);
}
.pp-procedural__scene.is-active { opacity: .84; transform: none; }
.pp-procedural__trace {
  stroke: #d7e0e3;
  stroke-width: 2;
  stroke-dasharray: 2200;
  stroke-dashoffset: var(--pp-trace-offset, 2200);
}
.pp-procedural__nodes circle { fill: var(--pp-ink); stroke-width: 2; }
.pp-procedural__plates rect,
.pp-procedural__array rect { fill: rgba(154,168,173,.035); }
.pp-procedural__scanner {
  fill: #d7e0e3;
  stroke: none;
  opacity: .78;
  transform: translateX(calc(var(--pp-field-progress, 0) * 1320px));
}
.pp-procedural--toolpath .pp-procedural__grid { opacity: .62; }
.pp-procedural--toolpath .pp-procedural__datum { transform: rotate(calc(-12deg + var(--pp-field-progress, 0) * 18deg)); }
.pp-procedural--flow .pp-procedural__trace { stroke-width: 3; }
.pp-procedural--flow .pp-procedural__grid { opacity: .38; transform: skewX(-8deg); transform-origin: center; }
.pp-procedural--validation .pp-procedural__datum { opacity: .62; }
.pp-procedural--validation .pp-procedural__scanner { width: 12px; opacity: .9; }
.pp-procedural--network .pp-procedural__grid { opacity: .74; }
.pp-procedural--network .pp-procedural__array { transform: scale(.88); transform-origin: center; }
.pp-procedural__readout {
  position: absolute;
  z-index: 3;
  right: max(var(--pp-gutter), calc((100% - var(--pp-wide)) / 2));
  top: clamp(142px, 18vh, 190px);
  display: grid;
  width: min(270px, 34vw);
  grid-template-columns: auto 1fr auto;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.28);
  color: rgba(255,255,255,.62);
  font-family: SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: .62rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  gap: 18px;
}
.pp-procedural__readout span:nth-child(2) { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.pp-hero--procedural .pp-hero__chapter .pp-block__title {
  clip-path: inset(0 var(--pp-chapter-clip, 0%) 0 0);
}

.pp-texture--grid::before,
.pp-texture--contour::before,
.pp-texture--matrix::before,
.pp-texture--toolpath::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: .42;
}
.pp-texture--grid::before {
  background-image: linear-gradient(currentColor 1px, transparent 1px), linear-gradient(90deg, currentColor 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .055;
}
.pp-texture--matrix::before {
  background-image: radial-gradient(circle, currentColor 1px, transparent 1.5px);
  background-size: 32px 32px;
  opacity: .09;
  mask-image: linear-gradient(120deg, transparent 8%, #000 48%, transparent 88%);
}
.pp-texture--contour::before {
  background: repeating-radial-gradient(ellipse at 78% 45%, transparent 0 42px, currentColor 43px 44px, transparent 45px 74px);
  opacity: .065;
  transform: scale(1.2) translateX(calc(var(--pp-section-progress, 0) * -4%));
}
.pp-texture--toolpath::before {
  background: repeating-linear-gradient(128deg, transparent 0 46px, currentColor 47px 48px, transparent 49px 96px);
  opacity: .045;
  clip-path: polygon(48% 0, 100% 0, 100% 100%, 18% 100%);
}

.pp-process-story__header {
  width: min(100%, var(--pp-wide));
  margin: 0 auto clamp(56px, 8vw, 126px);
  overflow: visible;
}
.pp-process-story__header .pp-block__header { width: 100%; max-width: none; margin: 0; overflow: visible; }
.pp-process-story__header .pp-block__title {
  max-width: 14ch;
  font-size: clamp(3.25rem, 7.25vw, 8.9rem);
  line-height: .91;
  letter-spacing: -.065em;
  overflow: visible;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
  clip-path: none;
  transform: none;
}
.pp-process-story__layout { width: min(100%, var(--pp-wide)); margin-inline: auto; }
.pp-process__sticky { min-width: 0; }
.pp-process__media-stack {
  position: relative;
  width: 100%;
  min-height: clamp(380px, 52vw, 720px);
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  background: #101315;
}
.pp-tone--paper .pp-process__media-stack,
.pp-tone--white .pp-process__media-stack { border-color: rgba(10,12,13,.16); background: #d9ddde; }
.pp-process__media {
  position: absolute;
  inset: 0;
  display: grid;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.025);
  transition: opacity 680ms cubic-bezier(.22,1,.36,1), transform 920ms cubic-bezier(.22,1,.36,1), visibility 0s linear 920ms;
}
.pp-process__media.is-active { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.pp-process__media > img,
.pp-process__media > video,
.pp-process__stage-media > img,
.pp-process__stage-media > video { width: 100%; height: 100%; object-fit: cover; }
.pp-process__media figcaption,
.pp-process__stage-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  margin: 0;
  color: #fff;
  font-size: .66rem;
  line-height: 1.4;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-shadow: 0 1px 12px rgba(0,0,0,.72);
}
.pp-process__media--fallback .pp-procedural,
.pp-process__stage-media--fallback .pp-procedural { position: absolute; inset: 0; min-height: 100%; }
.pp-process__stage-media { display: none; }
.pp-process__counter {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  margin-top: 20px;
  color: currentColor;
  font-family: SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: .68rem;
  opacity: .64;
  gap: 14px;
}
.pp-process__counter i { height: 1px; transform: scaleX(var(--pp-stage-progress, 0)); transform-origin: left; background: currentColor; }

@media (min-width: 901px) {
  .pp-block--process-chain.pp-process--pinned .pp-process-story__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
    align-items: start;
    gap: clamp(46px, 6vw, 104px);
  }
  .pp-block--process-chain.pp-process--pinned .pp-process__sticky {
    position: sticky;
    top: 108px;
    align-self: start;
  }
  .pp-block--process-chain.pp-process--pinned .pp-process {
    display: grid;
    width: 100%;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }
  .pp-block--process-chain.pp-process--pinned .pp-process::before { display: none; }
  .pp-block--process-chain.pp-process--pinned .pp-process__stage {
    display: grid;
    min-height: max(360px, 54svh);
    align-content: center;
    padding: 54px 0;
    border-top: 1px solid currentColor;
    opacity: .28;
    transform: translateY(30px);
    transition: opacity 380ms ease, transform 620ms cubic-bezier(.2,.7,.2,1);
  }
  .pp-block--process-chain.pp-process--pinned .pp-process__stage.is-active { opacity: 1; transform: none; }
  .pp-block--process-chain.pp-process--pinned .pp-process__stage::before { top: -5px; }
  .pp-block--process-chain.pp-process--pinned .pp-process__number { margin-bottom: clamp(30px, 5vh, 54px); }
  .pp-block--process-chain.pp-process--pinned .pp-process h3 { max-width: 620px; font-size: clamp(2.2rem, 3.2vw, 3.65rem); letter-spacing: -.045em; }
  .pp-block--process-chain.pp-process--pinned .pp-process p { max-width: 560px; font-size: 1.04rem; }
}

@media (max-width: 900px) {
  .pp-process-story__header { margin-bottom: 52px; }
  .pp-process-story__header .pp-block__title { max-width: 16ch; font-size: clamp(3rem, 10vw, 5.4rem); line-height: .96; }
  .pp-block--process-chain.pp-process--pinned .pp-process-story__layout { display: block; }
  .pp-block--process-chain.pp-process--pinned .pp-process__sticky { position: static; min-height: 0; }
  .pp-block--process-chain.pp-process--pinned .pp-process__media-stack,
  .pp-block--process-chain.pp-process--pinned .pp-process__counter { display: none; }
  .pp-block--process-chain.pp-process--pinned .pp-process {
    display: grid;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }
  .pp-block--process-chain.pp-process--pinned .pp-process__stage {
    display: block;
    min-height: 0;
    padding: 48px 0;
    border-top: 1px solid currentColor;
    opacity: 1;
    transform: none;
  }
  .pp-block--process-chain.pp-process--pinned .pp-process__stage-media {
    position: relative;
    display: grid;
    width: 100%;
    aspect-ratio: 4 / 3;
    margin: 0 0 30px;
    overflow: hidden;
    background: #101315;
  }
  .pp-block--process-chain.pp-process--pinned .pp-process__number { margin: 0 0 22px; }
  .pp-block--process-chain.pp-process--pinned .pp-process h3 { max-width: 20ch; font-size: clamp(2.2rem, 7vw, 3.4rem); }
  .pp-block--process-chain.pp-process--pinned .pp-process p { max-width: 58ch; }
}

.pp-metrics {
  display: grid;
  grid-template-columns: repeat(var(--pp-columns, 4), minmax(0, 1fr));
  width: 100%;
  min-width: 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.pp-metric {
  display: grid;
  align-content: start;
  min-width: 0;
  min-height: 148px;
  padding: 24px;
  border-right: 1px solid currentColor;
  gap: 12px;
}

.pp-metric:last-child { border-right: 0; }
.pp-metric__value { font-size: 2.7rem; font-weight: 600; line-height: 1.05; }
.pp-metric__label { max-width: 22ch; font-size: .72rem; line-height: 1.45; text-transform: uppercase; opacity: .62; }
.pp-metric__context {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid currentColor;
  font-size: .61rem;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .52;
}
.pp-tone--ink .pp-metrics,
.pp-tone--charcoal .pp-metrics,
.pp-tone--graphite .pp-metrics { border-color: rgba(255,255,255,.18); }
.pp-tone--ink .pp-metric,
.pp-tone--charcoal .pp-metric,
.pp-tone--graphite .pp-metric { border-color: rgba(255,255,255,.18); }

.pp-block--metric-strip { padding-block: 0; }
.pp-block--metric-strip .pp-metrics { max-width: var(--pp-wide); margin-inline: auto; }

.pp-split__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  align-items: center;
  max-width: var(--pp-wide);
  margin-inline: auto;
  gap: 8%;
}

.pp-media--left .pp-split__media { order: 0; }
.pp-media--left .pp-split__content { order: 1; }
.pp-media--right .pp-split__media { order: 1; }
.pp-media--right .pp-split__content { order: 0; }
.pp-split__media { margin: 0; min-width: 0; overflow: hidden; background: var(--pp-charcoal); }
.pp-split__media img,
.pp-split__media video { display: block; width: 100%; height: 100%; object-fit: cover; }
.pp-ratio--1-1 .pp-split__media { aspect-ratio: 1; }
.pp-ratio--4-3 .pp-split__media { aspect-ratio: 4 / 3; }
.pp-ratio--3-2 .pp-split__media { aspect-ratio: 3 / 2; }
.pp-ratio--16-9 .pp-split__media { aspect-ratio: 16 / 9; }
.pp-ratio--portrait .pp-split__media { aspect-ratio: 3 / 4; }
.pp-split__content { min-width: 0; }
.pp-split__content .pp-block__header { margin-bottom: 28px; }

.pp-card-grid,
.pp-equipment-grid,
.pp-component-grid,
.pp-customer-grid,
.pp-plant-grid {
  display: grid;
  grid-template-columns: repeat(var(--pp-columns, 3), minmax(0, 1fr));
  min-width: 0;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
}

.pp-technical-card,
.pp-equipment,
.pp-record-card,
.pp-customer,
.pp-plant-card {
  position: relative;
  min-width: 0;
  padding: 28px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  overflow: hidden;
}

.pp-tone--ink .pp-card-grid,
.pp-tone--ink .pp-equipment-grid,
.pp-tone--ink .pp-component-grid,
.pp-tone--ink .pp-customer-grid,
.pp-tone--ink .pp-plant-grid,
.pp-tone--graphite .pp-card-grid,
.pp-tone--graphite .pp-equipment-grid,
.pp-tone--graphite .pp-component-grid,
.pp-tone--graphite .pp-customer-grid,
.pp-tone--graphite .pp-plant-grid,
.pp-tone--charcoal .pp-card-grid,
.pp-tone--charcoal .pp-equipment-grid,
.pp-tone--charcoal .pp-component-grid,
.pp-tone--charcoal .pp-customer-grid,
.pp-tone--charcoal .pp-plant-grid { border-color: rgba(255,255,255,.16); }

.pp-tone--ink .pp-technical-card,
.pp-tone--ink .pp-equipment,
.pp-tone--ink .pp-record-card,
.pp-tone--ink .pp-customer,
.pp-tone--ink .pp-plant-card,
.pp-tone--graphite .pp-technical-card,
.pp-tone--graphite .pp-equipment,
.pp-tone--graphite .pp-record-card,
.pp-tone--graphite .pp-customer,
.pp-tone--graphite .pp-plant-card,
.pp-tone--charcoal .pp-technical-card,
.pp-tone--charcoal .pp-equipment,
.pp-tone--charcoal .pp-record-card,
.pp-tone--charcoal .pp-customer,
.pp-tone--charcoal .pp-plant-card { border-color: rgba(255,255,255,.16); }

.pp-technical-card__media,
.pp-equipment figure,
.pp-record-card figure {
  width: calc(100% + 56px);
  aspect-ratio: 4 / 3;
  margin: -28px -28px 28px;
  overflow: hidden;
  background: #dde0e1;
}

.pp-technical-card__media { position: relative; }
.pp-technical-card__media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.12); transform: scale(1.015); }
.pp-technical-card__media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 34px 16px 14px;
  color: #fff;
  font-size: .65rem;
  line-height: 1.4;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: linear-gradient(transparent, rgba(5,7,8,.88));
  text-shadow: 0 1px 5px rgba(0,0,0,.9);
}
.pp-equipment figure img,
.pp-record-card figure img { width: 100%; height: 100%; object-fit: contain; }
.pp-technical-card__number { display: block; margin-bottom: 36px; color: var(--pp-ember); font-size: .8rem; font-weight: 700; }
.pp-technical-card h3,
.pp-equipment h3,
.pp-record-card h3,
.pp-customer h3,
.pp-plant-card h3 { margin: 8px 0 14px; font-size: 1.45rem; line-height: 1.2; overflow-wrap: anywhere; }
.pp-technical-card p,
.pp-equipment p,
.pp-record-card p,
.pp-customer p,
.pp-plant-card p,
.pp-plant-card address { color: currentColor; font-size: .92rem; font-style: normal; line-height: 1.6; opacity: .68; }

.pp-technical-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: auto;
}

.pp-technical-card__actions .pp-text-link { margin-top: 0; }

.pp-equipment dl,
.pp-plant-facts dl { display: grid; margin: 28px 0 0; border-top: 1px solid currentColor; }
.pp-equipment dl div,
.pp-plant-facts dl div { display: grid; grid-template-columns: minmax(110px, .4fr) 1fr; padding: 12px 0; border-bottom: 1px solid currentColor; gap: 20px; }
.pp-equipment dt,
.pp-plant-facts dt { font-size: .68rem; text-transform: uppercase; opacity: .54; }
.pp-equipment dd,
.pp-plant-facts dd { margin: 0; font-size: .86rem; line-height: 1.45; }

.pp-process {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0 0 24px;
  list-style: none;
  overflow-x: auto;
  scroll-snap-type: x proximity;
}

.pp-process::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: max(100%, var(--pp-process-width, 100%));
  height: 1px;
  transform-origin: left center;
  background: currentColor;
  opacity: .52;
}

.pp-process__stage {
  position: relative;
  flex: 0 0 min(330px, 80vw);
  min-height: 300px;
  padding: 28px 36px 28px 0;
  border-top: 0;
  scroll-snap-align: start;
}

.pp-process__stage::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--pp-ember);
}

.pp-process__number { display: block; margin-bottom: 90px; font-size: .72rem; opacity: .55; }
.pp-process h3 { margin: 0 0 16px; font-size: 1.5rem; line-height: 1.15; }
.pp-process p { margin: 0 0 18px; line-height: 1.55; opacity: .66; }

.pp-timeline {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pp-timeline--vertical .pp-timeline { max-width: 900px; margin-left: auto; }
.pp-timeline--vertical .pp-timeline__item { position: relative; padding: 0 0 64px 60px; border-left: 1px solid currentColor; }
.pp-timeline--vertical .pp-timeline__item:last-child { border-left-color: transparent; }
.pp-timeline__node { position: absolute; width: 11px; height: 11px; border: 2px solid currentColor; border-radius: 50%; background: var(--pp-paper); }
.pp-timeline--vertical .pp-timeline__node { top: 4px; left: -6px; }
.pp-timeline time { display: block; margin-bottom: 10px; color: var(--pp-ember); font-size: .74rem; font-weight: 700; }
.pp-timeline h3 { margin: 0 0 10px; font-size: 1.55rem; line-height: 1.2; }
.pp-timeline p { max-width: 620px; margin: 0; line-height: 1.6; opacity: .67; }

.pp-timeline--serpentine .pp-timeline__stage { position: relative; isolation: isolate; }
.pp-timeline--serpentine .pp-timeline {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(250px, auto);
  gap: 32px 18px;
  counter-reset: pp-timeline;
}
.pp-timeline__serpent {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.pp-timeline__serpent path { fill: none; stroke: currentColor; stroke-width: 1.25; vector-effect: non-scaling-stroke; stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--pp-timeline-progress, 0)); opacity: .58; }
.pp-timeline__serpent marker path { fill: currentColor; stroke: none; stroke-dasharray: none; opacity: 1; }
.pp-timeline--horizontal .pp-timeline { display: flex; overflow-x: auto; padding-bottom: 20px; }
.pp-timeline--horizontal .pp-timeline__item { position: relative; min-width: 0; padding: 34px 24px 0 0; border-top: 1px solid currentColor; }
.pp-timeline--serpentine .pp-timeline__item {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 62px clamp(18px, 1.8vw, 30px) 28px;
  border: 1px solid rgba(7,8,9,.24);
  background: var(--pp-paper);
}
.pp-timeline--serpentine .pp-timeline__item:nth-child(5) { grid-column: 4; grid-row: 2; }
.pp-timeline--serpentine .pp-timeline__item:nth-child(6) { grid-column: 3; grid-row: 2; }
.pp-timeline--serpentine .pp-timeline__item:nth-child(7) { grid-column: 2; grid-row: 2; }
.pp-timeline--serpentine .pp-timeline__item:nth-child(8) { grid-column: 1; grid-row: 2; }
.pp-timeline--serpentine .pp-timeline__item:nth-child(9) { grid-column: 1; grid-row: 3; }
.pp-timeline--serpentine .pp-timeline__item:nth-child(10) { grid-column: 2; grid-row: 3; }
.pp-timeline--serpentine .pp-timeline__item:nth-child(11) { grid-column: 3; grid-row: 3; }
.pp-timeline--serpentine .pp-timeline__item:nth-child(12) { grid-column: 4; grid-row: 3; }
.pp-timeline--serpentine .pp-timeline__item:nth-child(13) { grid-column: 4; grid-row: 4; }
.pp-timeline__index {
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--pp-ember);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.pp-timeline--horizontal .pp-timeline__item { flex: 0 0 260px; }
.pp-timeline--horizontal .pp-timeline__node { z-index: 4; top: 26px; right: 20px; left: auto; background: var(--pp-paper); }
.pp-timeline--serpentine .pp-timeline__node {
  z-index: 4;
  top: -6px;
  right: auto;
  left: -6px;
  background: var(--pp-paper);
}
.pp-timeline--serpentine .pp-timeline__item:nth-child(4) .pp-timeline__node,
.pp-timeline--serpentine .pp-timeline__item:nth-child(5) .pp-timeline__node,
.pp-timeline--serpentine .pp-timeline__item:nth-child(6) .pp-timeline__node,
.pp-timeline--serpentine .pp-timeline__item:nth-child(7) .pp-timeline__node,
.pp-timeline--serpentine .pp-timeline__item:nth-child(12) .pp-timeline__node,
.pp-timeline--serpentine .pp-timeline__item:nth-child(13) .pp-timeline__node {
  right: -6px;
  left: auto;
}

.pp-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 8px;
}
.pp-mosaic__item { grid-column: span 4; min-width: 0; margin: 0; background: var(--pp-charcoal); overflow: hidden; }
.pp-mosaic__item:nth-child(5n + 1) { grid-column: span 8; }
.pp-mosaic__item:nth-child(5n + 1) .pp-block__media { aspect-ratio: 16 / 9; }
.pp-mosaic__item img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.pp-mosaic__item figcaption { padding: 10px 0; font-size: .74rem; line-height: 1.4; opacity: .66; }
.pp-mosaic--grid .pp-mosaic__item { grid-column: span 4; }
.pp-mosaic--rail .pp-mosaic { display: flex; overflow-x: auto; }
.pp-mosaic--rail .pp-mosaic__item { flex: 0 0 min(420px, 82vw); }
.pp-lightbox-trigger { display: block; width: 100%; padding: 0; border: 0; color: inherit; background: transparent; cursor: zoom-in; }

.pp-lightbox {
  width: min(94vw, 1180px);
  max-width: none;
  max-height: 92vh;
  padding: 52px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--pp-radius);
  color: var(--pp-white);
  background: var(--pp-ink);
}
.pp-lightbox::backdrop { background: rgba(0,0,0,.82); }
.pp-lightbox__content { display: grid; place-items: center; max-height: calc(92vh - 104px); }
.pp-lightbox__content img { max-width: 100%; max-height: calc(92vh - 104px); object-fit: contain; }
.pp-lightbox__close { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border: 1px solid currentColor; color: inherit; background: transparent; font-size: 1.5rem; cursor: pointer; }

.pp-block--technical-table .pp-block__inner { width: min(var(--pp-wide), calc(100vw - (2 * var(--pp-gutter)))); max-width: none; }
.pp-table-layout { display: grid; grid-template-columns: minmax(340px, .62fr) minmax(620px, 1.38fr); align-items: start; gap: clamp(32px, 3.5vw, 60px); }
.pp-table-layout__intro { position: sticky; top: 140px; min-width: 0; }
.pp-table-layout__intro .pp-block__header { margin-bottom: 0; }
.pp-table-layout__intro .pp-block__title {
  max-width: 12ch;
  font-size: clamp(2.9rem, 3.45vw, 4.4rem);
  line-height: .98;
  overflow: visible;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}
.pp-table-layout__intro .pp-safe-reveal {
  display: inline;
  overflow: visible;
  clip-path: none;
}
.pp-table-scroll { width: 100%; max-width: 100%; overflow: visible; border: 1px solid currentColor; }
.pp-table-scroll table { width: 100%; table-layout: fixed; border-collapse: collapse; font-size: clamp(.82rem, 1vw, 1rem); }
.pp-table-scroll caption { padding: 16px; text-align: left; font-weight: 700; }
.pp-table-scroll th,
.pp-table-scroll td { padding: 18px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; text-align: left; vertical-align: top; overflow-wrap: normal; word-break: normal; }
.pp-table-scroll th { font-size: .7rem; line-height: 1.35; text-transform: uppercase; }
.ppps-presentation-page .pp-table-scroll table { table-layout: auto; }
.ppps-presentation-page .pp-table-scroll :is(th, td) { min-width: 112px; }
.ppps-presentation-page .pp-table-scroll :is(th, td):first-child { min-width: 160px; }
.ppps-presentation-page .pp-table-scroll td { overflow-wrap: normal; word-break: normal; }
.pp-table--dark .pp-table-scroll { color: var(--pp-white); background: var(--pp-charcoal); }
.pp-table--dark .pp-table-scroll th,
.pp-table--dark .pp-table-scroll td { border-color: rgba(255,255,255,.16); }
.pp-table--compact .pp-table-scroll th,
.pp-table--compact .pp-table-scroll td,
.pp-table-scroll.is-compact th,
.pp-table-scroll.is-compact td { padding: 11px 14px; }

.pp-plant-map {
  position: relative;
  min-height: 430px;
  margin-bottom: 48px;
  border: 1px solid currentColor;
  overflow: hidden;
  background: rgba(128,128,128,.08);
}
.pp-plant-map__grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(currentColor 1px, transparent 1px), linear-gradient(90deg, currentColor 1px, transparent 1px); background-size: 56px 56px; }
.pp-plant-map__pin { position: absolute; left: var(--pp-x); top: var(--pp-y); width: 11px; height: 11px; transform: translate(-50%, -50%); border: 2px solid currentColor; border-radius: 50%; background: var(--pp-ember); }
.pp-plant-map__pin span { position: absolute; left: 14px; top: -8px; width: max-content; max-width: 180px; padding: 6px 8px; color: var(--pp-white); background: var(--pp-charcoal); font-size: .66rem; line-height: 1.2; }
.pp-plant-grid { --pp-columns: 3; }
.pp-network--cards .pp-plant-card { min-height: 300px; }
.pp-network--rail .pp-plant-grid { display: flex; overflow-x: auto; }
.pp-network--rail .pp-plant-card { flex: 0 0 min(360px, 86vw); }

/* Desktop narrative rails use the page's vertical travel as a deterministic
   horizontal timeline. Native horizontal overflow returns on narrow and
   reduced-motion layouts below. */
.pp-horizontal-story {
  position: relative;
  min-height: 72vh;
  overflow: clip;
}
.pp-horizontal-story__sticky {
  position: sticky;
  top: clamp(112px, 16vh, 176px);
  width: 100%;
  overflow: visible;
}
.pp-horizontal-story [data-pp-horizontal-track] {
  width: max-content;
  max-width: none;
  overflow: visible;
  will-change: transform;
  transition: none;
}
.pp-horizontal-story--plants .pp-plant-grid { gap: clamp(16px, 2vw, 30px); }
.pp-horizontal-story--plants .pp-horizontal-story__sticky { top: clamp(96px, 11vh, 132px); }
.pp-horizontal-story--plants .pp-plant-card {
  width: min(440px, 34vw);
  min-height: clamp(500px, 62vh, 680px);
}
.pp-horizontal-story--timeline .pp-timeline__item { flex-basis: min(380px, 30vw); }
.pp-process--horizontal .pp-process { display: flex; width: var(--pp-process-width); padding: 0; gap: 0; }
.pp-process--horizontal .pp-process::before { display: none; }
.pp-process--horizontal .pp-process__stage { flex: 0 0 min(390px, 29vw); min-height: 440px; padding: clamp(32px, 4vw, 56px); border-top: 1px solid currentColor; border-right: 1px solid currentColor; }
.pp-process--horizontal .pp-process__number { margin-bottom: 72px; }
.pp-process--horizontal .pp-process h3 { font-size: clamp(2rem, 2.8vw, 3.6rem); line-height: 1; letter-spacing: -.045em; }
.pp-process--horizontal .pp-process p { font-size: 1rem; }
.pp-horizontal-story__progress {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: clamp(24px, 4vh, 48px);
  overflow: hidden;
  background: color-mix(in srgb, currentColor 22%, transparent);
}
.pp-horizontal-story__progress span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 100%;
  background: currentColor;
  transform: scaleX(var(--pp-horizontal-progress, 0));
  transform-origin: left center;
}

.pp-rail-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 16px;
  gap: 8px;
}
.pp-rail-controls[hidden] { display: none !important; }
.pp-rail-controls__label {
  margin-right: 6px;
  font-size: .66rem;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .62;
}
.pp-rail-control {
  display: inline-grid;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 0;
  place-items: center;
  color: inherit;
  background: transparent;
  font: inherit;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, opacity 160ms ease;
}
.pp-rail-control:hover:not(:disabled) { color: var(--pp-paper); background: var(--pp-ink); }
.pp-tone--ink .pp-rail-control:hover:not(:disabled),
.pp-tone--graphite .pp-rail-control:hover:not(:disabled),
.pp-tone--charcoal .pp-rail-control:hover:not(:disabled) { color: var(--pp-ink); background: var(--pp-paper); }
.pp-rail-control:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
.pp-rail-control:disabled { opacity: .28; cursor: default; }

.pp-plant-facts { display: grid; grid-template-columns: .4fr 1fr; gap: 10%; margin-bottom: 84px; }
.pp-plant-facts h2,
.pp-plant-detail h2,
.pp-related-records h2 { margin: 0; font-size: 2rem; line-height: 1.1; }
.pp-plant-facts dl { margin-top: 0; }
.pp-plant-detail { display: grid; grid-template-columns: .4fr 1fr; gap: 10%; padding: 48px 0; border-top: 1px solid currentColor; }
.pp-plant-detail__content { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px; }
.pp-plant-detail__content article { min-width: 0; }
.pp-plant-detail__content h3 { margin: 0 0 14px; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; opacity: .58; }
.pp-plant-detail p { margin: 0; line-height: 1.7; opacity: .72; }
.pp-related-records { margin-top: 84px; }
.pp-related-records > h2,
.pp-related-records > h3 { margin-bottom: 32px; }
.pp-inline-enquiry { display: flex; align-items: center; justify-content: space-between; margin-top: 84px; padding: 36px 0; border-top: 1px solid currentColor; gap: 32px; }
.pp-plant-contact { display: grid; grid-template-columns: .4fr 1fr; gap: 10%; margin-top: 84px; padding: 48px 0; border-top: 1px solid currentColor; }
.pp-plant-contact h2 { max-width: 13ch; margin: 12px 0 0; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.02; letter-spacing: -.04em; }
.pp-plant-contact p { max-width: 620px; line-height: 1.7; opacity: .72; }

.pp-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: end;
  margin-bottom: 36px;
  padding: 20px;
  border: 1px solid currentColor;
  gap: 12px;
}
.pp-filters label { display: grid; gap: 8px; }
.pp-filters label span { font-size: .68rem; font-weight: 700; text-transform: uppercase; opacity: .62; }
.pp-filters select { width: 100%; min-height: 46px; padding: 8px 34px 8px 10px; border: 1px solid currentColor; border-radius: 0; color: inherit; background: transparent; }
.pp-component-grid { --pp-columns: 4; }
.pp-record-card--component figure {
  display: grid;
  min-height: 0;
  aspect-ratio: 4 / 3;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--pp-paper);
}
.pp-record-card--component figure img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}
.pp-record-card h3 a { color: inherit; text-decoration: none; }
.pp-load-more { display: flex; justify-content: center; margin-top: 42px; }
.pp-empty-state { padding: 48px; border: 1px solid currentColor; text-align: center; }

.pp-awards-rail {
  display: grid;
  grid-auto-columns: clamp(300px, 23vw, 340px);
  grid-auto-flow: column;
  align-items: stretch;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  border-left: 1px solid currentColor;
}
.pp-award { display: grid; height: 680px; min-width: 0; grid-template-rows: auto 1fr; border-top: 1px solid currentColor; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; scroll-snap-align: start; transform: none; opacity: 1; transition: border-color 220ms ease, box-shadow 220ms ease; }
.pp-award.is-centered { transform: none; opacity: 1; box-shadow: inset 0 0 0 1px currentColor; }
.pp-award figure { box-sizing: border-box; display: grid; width: 100%; aspect-ratio: 4 / 3; margin: 0; padding: 18px; place-items: center; overflow: hidden; background: var(--white, #fff); }
.pp-award figure .pp-lightbox-trigger { display: grid; place-items: center; width: 100%; height: 100%; overflow: hidden; }
.pp-award__image { display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; }
.pp-award__body { min-height: 0; padding: 24px; overflow: hidden; }
.pp-award time { color: var(--pp-ember); font-size: .86rem; font-weight: 720; }
.pp-award h3 { margin: 16px 0; font-size: clamp(1.45rem, 1.8vw, 2rem); line-height: 1.15; }
.pp-award h3,
.pp-award__description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.pp-award h3 { -webkit-line-clamp: 4; }
.pp-award p { margin: 9px 0; line-height: 1.35; }
.pp-award__issuer {
  font-size: clamp(1.08rem, 1.15vw, 1.28rem);
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: -.012em;
  opacity: .94;
}
.pp-award__entity {
  font-size: clamp(.92rem, .86vw, 1.05rem);
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  opacity: .78;
}
.pp-award__description {
  max-width: 30ch;
  margin-top: 22px !important;
  font-size: clamp(.94rem, .92vw, 1.05rem);
  line-height: 1.55 !important;
  opacity: .72;
  -webkit-line-clamp: 6;
}
.pp-awards-progress { height: 2px; margin-top: 22px; overflow: hidden; background: rgba(128,128,128,.22); }
.pp-awards-progress span { display: block; width: 100%; height: 100%; background: currentColor; transform: scaleX(var(--pp-awards-progress, 0)); transform-origin: left; }

.pp-customer-grid { --pp-columns: 5; }
.pp-customer { display: grid; align-content: end; min-height: 220px; }
.pp-customer figure { display: grid; align-items: center; height: 72px; margin: 0 0 34px; }
.pp-customer figure img { max-width: 100%; max-height: 72px; object-fit: contain; object-position: left center; filter: grayscale(1) contrast(4) brightness(0); }
.pp-tone--ink .pp-customer figure img,
.pp-tone--graphite .pp-customer figure img,
.pp-tone--charcoal .pp-customer figure img { filter: grayscale(1) contrast(4) brightness(0) invert(1); }
.pp-customer__wordmark { margin-bottom: 34px; font-size: 1.35rem; font-weight: 700; }

/* Customer marks use transparent canvases; card edges draw the grid without
   painting an artificial final cell when the last row is incomplete. */
.pp-customer-grid {
  gap: 0;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  background: transparent;
}
.pp-customer { border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; }
.pp-tone--ink .pp-customer-grid,
.pp-tone--graphite .pp-customer-grid,
.pp-tone--charcoal .pp-customer-grid,
.pp-tone--ink .pp-customer,
.pp-tone--graphite .pp-customer,
.pp-tone--charcoal .pp-customer { border-color: rgba(255,255,255,.16); }

.pp-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.pp-native-form { position: relative; width: 100%; }
.pp-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 30px; }
.pp-form-grid label { display: grid; min-width: 0; gap: 9px; }
.pp-form-grid label > span { font-size: .72rem; font-weight: 720; letter-spacing: .04em; }
.pp-form-grid :is(input:not([type="checkbox"]), select, textarea) { width: 100%; min-height: 54px; padding: 13px 15px; border: 1px solid rgba(7,8,9,.34); border-radius: 0; background: rgba(255,255,255,.42); color: inherit; font: inherit; }
.pp-form-grid textarea { min-height: 180px; resize: vertical; }
.pp-form-message, .pp-file-field, .pp-form-consent { grid-column: 1 / -1; }
.pp-form-consent { grid-template-columns: 24px minmax(0,1fr); align-items: start; padding: 18px 0; border-top: 1px solid rgba(7,8,9,.22); }
.pp-form-consent input { width: 20px; height: 20px; margin: 0; }
.pp-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 34px; padding-top: 26px; border-top: 1px solid currentColor; }
.pp-form-footer p { max-width: 58ch; margin: 0; opacity: .66; }
.pp-form-footer button { min-height: 54px; padding: 0 24px; border: 1px solid currentColor; background: var(--pp-ink); color: var(--pp-white); font-weight: 750; }

@media (min-width: 901px) {
  .pp-awards-story { position: relative; min-height: 0; overflow: visible; }
  .pp-awards-story .pp-awards-rail { position: relative; top: auto; width: 100%; overflow-x: auto; grid-auto-columns: clamp(300px, 23vw, 340px); }
}

.pp-block--equipment-gallery { display: block; }
.pp-equipment-grid { --pp-columns: 2; }
.pp-equipment { border-radius: 18px; }
.pp-equipment figure { border-radius: 14px; }
.pp-equipment figure img { object-fit: cover; }

@media (max-width: 900px) {
  .pp-table-layout { grid-template-columns: 1fr; gap: 44px; }
  .pp-table-layout__intro { position: static; }
  .pp-form-grid { grid-template-columns: 1fr; }
  .pp-form-message, .pp-file-field, .pp-form-consent { grid-column: 1; }
  .pp-form-footer { align-items: stretch; flex-direction: column; }
  .pp-timeline__serpent { display: none; }
  .pp-timeline--serpentine .pp-timeline__item:nth-child(n) { grid-column: auto; grid-row: auto; }
  .pp-timeline--serpentine .pp-timeline__item:nth-child(n) .pp-timeline__node { top: 4px; right: auto; left: -6px; }
  .pp-award { height: auto; min-height: 620px; }
  .pp-timeline--serpentine .pp-timeline__item:nth-child(4n)::after { display: none; }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .pp-table-layout { grid-template-columns: 1fr; gap: 44px; }
  .pp-table-layout__intro { position: static; }
  .pp-table-layout__intro .pp-block__title { font-size: clamp(2.5rem, 4.2vw, 3.2rem); }
}

@media (max-width: 680px) {
  .pp-table-scroll { border: 0; }
  .pp-table-scroll thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .pp-table-scroll table, .pp-table-scroll tbody, .pp-table-scroll tr, .pp-table-scroll th, .pp-table-scroll td { display: block; width: 100%; }
  .pp-table-scroll tr { margin-bottom: 18px; border: 1px solid currentColor; }
  .pp-table-scroll th, .pp-table-scroll td { display: grid; grid-template-columns: minmax(96px, .42fr) minmax(0, 1fr); gap: 16px; padding: 14px 16px; border-right: 0; }
  .pp-table-scroll th::before, .pp-table-scroll td::before { content: attr(data-label); font-size: .64rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; opacity: .56; }
}

.pp-journal-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.pp-journal-card { display: grid; grid-template-columns: 180px minmax(0, 1fr); min-width: 0; border-top: 1px solid currentColor; }
.pp-journal-card.is-featured { grid-column: span 2; grid-template-columns: 1.2fr .8fr; }
.pp-journal-card figure { min-height: 240px; margin: 0; overflow: hidden; background: var(--pp-charcoal); }
.pp-journal-card figure img { width: 100%; height: 100%; object-fit: cover; }
.pp-journal-card__body { padding: 28px; }
.pp-journal-card h3 { margin: 12px 0; font-size: 1.5rem; line-height: 1.2; }
.pp-journal-card.is-featured h3 { font-size: 2.45rem; }
.pp-journal-card h3 a { color: inherit; text-decoration: none; }
.pp-journal-card p { line-height: 1.55; opacity: .68; }
.pp-record-meta { display: flex; gap: 14px; font-size: .7rem; text-transform: uppercase; }

.pp-news-list { border-top: 1px solid currentColor; }
.pp-news-item { display: grid; grid-template-columns: 150px minmax(0, 1fr) 40px; align-items: start; padding: 26px 0; border-bottom: 1px solid currentColor; gap: 28px; }
.pp-news-item time { color: var(--pp-ember); font-size: .72rem; }
.pp-news-item h3 { margin: 0 0 8px; font-size: 1.25rem; line-height: 1.2; }
.pp-news-item h3 a { color: inherit; text-decoration: none; }
.pp-news-item p { max-width: 760px; margin: 0; line-height: 1.55; opacity: .66; }

.pp-csr-media { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); margin-top: 56px; gap: 8px; }
.pp-csr-media figure { grid-column: span 4; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; }
.pp-csr-media figure:first-child { grid-column: span 8; }
.pp-csr-media img { width: 100%; height: 100%; object-fit: cover; }
.pp-csr--compact .pp-csr-media figure:first-child { grid-column: span 4; }
.pp-block--csr-proof .pp-block__inner { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: end; gap: clamp(36px, 4vw, 72px); }
.pp-block--csr-proof .pp-block__header { min-width: 0; margin-bottom: 0; overflow: visible; }
.pp-block--csr-proof .pp-block__title {
  max-width: 13ch;
  font-size: clamp(3rem, 3.4vw, 4.35rem);
  line-height: .95;
  overflow: visible;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}
.pp-block--csr-proof .pp-safe-reveal { display: inline; overflow: visible; clip-path: none; }
.pp-block--csr-proof .pp-metrics { --pp-columns: 2 !important; }
.pp-block--csr-proof .pp-metric strong { font-size: clamp(3.8rem, 7vw, 8rem); }
.pp-block--csr-proof .pp-csr-media, .pp-block--csr-proof .pp-related-records { grid-column: 1 / -1; }
.pp-hero__media.is-low-resolution { overflow: hidden; background: #111; }
.pp-hero__media.is-low-resolution img { width: calc(100% + 28px); height: calc(100% + 28px); margin: -14px; filter: blur(8px); transform: scale(1.035); }

@media (max-width: 900px) {
  .pp-block--csr-proof .pp-block__inner { grid-template-columns: 1fr; }
  .pp-block--csr-proof .pp-csr-media, .pp-block--csr-proof .pp-related-records { grid-column: 1; }
}

.pp-document-list { border-top: 1px solid currentColor; }
.pp-document { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, auto); align-items: center; padding: 24px 0; border-bottom: 1px solid currentColor; gap: 28px; }
.pp-document h3 { margin: 8px 0; font-size: 1.1rem; line-height: 1.3; }
.pp-document p { margin: 4px 0; font-size: .76rem; opacity: .6; }
.pp-document__actions { display: flex; align-items: stretch; justify-content: flex-end; gap: 8px; }
.pp-document__open,
.pp-document__download { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 10px 14px; border: 1px solid currentColor; color: inherit; text-decoration: none; }
.pp-document__open { flex-direction: column; align-items: flex-start; min-width: 170px; }
.pp-document__open small { display: block; font-size: .62rem; opacity: .62; }

.pp-block--enquiry-cta { padding-block: 92px; }
.pp-enquiry-cta__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 48px; }
.pp-enquiry-cta__inner .pp-block__header { margin: 0; }

.pp-rich-editorial__inner { font-size: 1.05rem; line-height: 1.75; }
.pp-rich-editorial__inner > * { max-width: var(--pp-content); margin-inline: auto; }
.pp-rich-editorial__inner > .alignwide { max-width: var(--pp-wide); }
.pp-rich-editorial__inner > .alignfull { max-width: none; }
.pp-rich-editorial__inner h2,
.pp-rich-editorial__inner h3 { padding-block: .08em; line-height: 1.1; text-wrap: balance; }

.pp-block--section { padding: 0; overflow: clip; }
.pp-section__inner { width: 100%; max-width: none; }
.pp-section__background { position: absolute; inset: 0; z-index: 0; }
.pp-section__background::after { content: ""; position: absolute; inset: 0; background: rgba(7,8,9,.58); }
.pp-width--narrow .pp-section__inner,
.pp-width--narrow.pp-block--rich-editorial .pp-rich-editorial__inner { max-width: 620px; }
.pp-width--content .pp-section__inner,
.pp-width--content.pp-block--rich-editorial .pp-rich-editorial__inner { max-width: var(--pp-content); }
.pp-width--wide .pp-section__inner { max-width: var(--pp-wide); }
.pp-width--full .pp-section__inner { max-width: none; }
.pp-space-top--none { padding-top: 0; }
.pp-space-top--s { padding-top: 24px; }
.pp-space-top--m { padding-top: 48px; }
.pp-space-top--l { padding-top: 72px; }
.pp-space-top--xl { padding-top: 112px; }
.pp-space-top--xxl { padding-top: 152px; }
.pp-space-bottom--none { padding-bottom: 0; }
.pp-space-bottom--s { padding-bottom: 24px; }
.pp-space-bottom--m { padding-bottom: 48px; }
.pp-space-bottom--l { padding-bottom: 72px; }
.pp-space-bottom--xl { padding-bottom: 112px; }
.pp-space-bottom--xxl { padding-bottom: 152px; }

.pp-form-block__inner { max-width: 900px; }
.pp-block form:not(.pp-filters) { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.pp-block form:not(.pp-filters) label { display: grid; gap: 8px; font-size: .78rem; font-weight: 700; }
.pp-block form:not(.pp-filters) input,
.pp-block form:not(.pp-filters) select,
.pp-block form:not(.pp-filters) textarea { width: 100%; min-height: 48px; padding: 12px; border: 1px solid currentColor; border-radius: 0; color: inherit; background: transparent; font: inherit; }
.pp-block form:not(.pp-filters) textarea { min-height: 140px; resize: vertical; }
.pp-block form:not(.pp-filters) .pp-field--full,
.pp-block form:not(.pp-filters) fieldset,
.pp-block form:not(.pp-filters) .pp-form-actions { grid-column: 1 / -1; }
.pp-block .pp-form-error { color: #8e201a; font-weight: 700; }
.pp-tone--ink .pp-form-error,
.pp-tone--graphite .pp-form-error { color: #ff9d86; }

[data-pp-reveal] {
  opacity: 0;
  transform: translateY(var(--pp-motion-reveal-distance));
  transition: opacity var(--pp-motion-reveal-duration) var(--pp-motion-ease), transform var(--pp-motion-reveal-duration) var(--pp-motion-ease);
}
[data-pp-reveal].is-revealed { opacity: 1; transform: none; }
.no-js [data-pp-reveal] { opacity: 1; transform: none; }
[data-pp-reveal] .pp-motion-stagger-item { opacity: 0; transform: translateY(14px) scale(var(--pp-motion-stagger-scale)); transition: opacity var(--pp-motion-reveal-duration) var(--pp-motion-ease), transform var(--pp-motion-reveal-duration) var(--pp-motion-ease); transition-delay: calc(var(--pp-motion-stagger-index, 0) * var(--pp-motion-stagger-step)); }
[data-pp-reveal].is-revealed .pp-motion-stagger-item { opacity: 1; transform: none; }

.pp-motion--line[data-pp-reveal] {
  --pp-motion-reveal-distance: 10px;
  --pp-motion-reveal-duration: .56s;
  --pp-motion-ease: cubic-bezier(.2,.7,.15,1);
}
.pp-motion--line[data-pp-reveal] .pp-safe-reveal,
.pp-motion--line[data-pp-reveal] .pp-block__copy {
  display: inline;
  overflow: hidden;
  position: relative;
}
.pp-motion--line .pp-motion-word {
  display: inline-block;
  clip-path: inset(0 0 104% 0);
  transform: translate3d(0, .72em, 0) rotate(.001deg);
  transition:
    clip-path .78s cubic-bezier(.22,1,.36,1),
    transform .78s cubic-bezier(.22,1,.36,1);
  transition-delay: calc(var(--pp-motion-word-index, 0) * 34ms);
}
.pp-motion--line.is-revealed .pp-motion-word,
.pp-motion--line.is-scene-active .pp-motion-word {
  clip-path: inset(-.15em 0 -.18em);
  transform: none;
}

.pp-motion--fade[data-pp-reveal] {
  --pp-motion-reveal-distance: 0;
  --pp-motion-reveal-duration: .52s;
  --pp-motion-ease: linear;
}

.pp-motion--cascade[data-pp-reveal] .pp-block__header,
.pp-motion--cascade[data-pp-reveal] .pp-process,
.pp-motion--cascade[data-pp-reveal] .pp-timeline,
.pp-motion--cascade[data-pp-reveal] .pp-technical-card-grid,
.pp-motion--cascade[data-pp-reveal] .pp-equipment-grid,
.pp-motion--cascade[data-pp-reveal] .pp-customer-grid,
.pp-motion--cascade[data-pp-reveal] .pp-plant-grid,
.pp-motion--cascade[data-pp-reveal] .pp-card-grid {
  --pp-motion-reveal-distance: 0;
}

.pp-motion--path .pp-process__stage,
.pp-motion--path .pp-timeline__item { transition: opacity .5s ease, transform .5s ease; }
.pp-motion--path .pp-process::before { transform: scaleX(0); transition: transform 1.1s cubic-bezier(.22,1,.36,1); }
.pp-motion--path.is-revealed .pp-process::before { transform: scaleX(1); }
.pp-motion--path .pp-process__stage { opacity: 0; transform: translateY(18px); }
.pp-motion--path.is-revealed .pp-process__stage { opacity: 1; transform: none; }
.pp-motion--path.is-revealed .pp-process__stage:nth-child(2) { transition-delay: .12s; }
.pp-motion--path.is-revealed .pp-process__stage:nth-child(3) { transition-delay: .24s; }
.pp-motion--path.is-revealed .pp-process__stage:nth-child(4) { transition-delay: .36s; }
.pp-motion--path.is-revealed .pp-process__stage:nth-child(5) { transition-delay: .48s; }

.pp-motion--mask :is(
  .pp-split__media,
  .pp-technical-card__media,
  .pp-media-mosaic__item,
  .pp-equipment-card figure,
  .pp-component-card figure
) {
  clip-path: inset(0 100% 0 0);
  transition: clip-path .95s cubic-bezier(.22,1,.36,1);
}
.pp-motion--mask.is-revealed :is(
  .pp-split__media,
  .pp-technical-card__media,
  .pp-media-mosaic__item,
  .pp-equipment-card figure,
  .pp-component-card figure
) {
  clip-path: inset(0);
}
.pp-motion--mask :is(.pp-split__media, .pp-technical-card__media, .pp-media-mosaic__item) :is(img, video) {
  transform: scale(1.075);
  transition: transform 1.2s cubic-bezier(.22,1,.36,1);
}
.pp-motion--mask.is-revealed :is(.pp-split__media, .pp-technical-card__media, .pp-media-mosaic__item) :is(img, video) {
  transform: scale(1);
}

.pp-motion--crossfade :is(.pp-process__media, .pp-hero__chapter-media, .pp-process__stage-media) {
  transition-duration: .82s;
  transition-timing-function: cubic-bezier(.22,1,.36,1);
}

.pp-motion--chapter .pp-process-story__layout {
  position: relative;
}
.pp-motion--chapter .pp-process__stage {
  transition:
    opacity .48s ease,
    transform .82s cubic-bezier(.22,1,.36,1),
    border-color .32s ease;
}
.pp-motion--chapter .pp-process__stage.is-active {
  transform: translate3d(10px, 0, 0);
}

.pp-motion--rail :is([data-pp-horizontal-track], [data-pp-awards-track], .pp-equipment-grid) > * {
  transition: opacity .5s ease, transform .72s cubic-bezier(.22,1,.36,1);
}
.pp-motion--rail:not(.is-revealed) :is([data-pp-horizontal-track], [data-pp-awards-track], .pp-equipment-grid) > * {
  opacity: .24;
  transform: translate3d(44px, 0, 0);
}

.pp-motion--tone {
  isolation: isolate;
}
.pp-motion--tone::after {
  position: absolute;
  z-index: 4;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 36%, rgba(255,255,255,.14) 50%, transparent 64% 100%);
  content: "";
  pointer-events: none;
  transform: translate3d(-115%,0,0);
  transition: transform 1.05s cubic-bezier(.22,1,.36,1);
}
.pp-motion--tone.is-revealed::after {
  transform: translate3d(115%,0,0);
}

.no-js .pp-motion--mask :is(
  .pp-split__media,
  .pp-technical-card__media,
  .pp-media-mosaic__item,
  .pp-equipment-card figure,
  .pp-component-card figure
),
.no-js .pp-motion--mask :is(.pp-split__media, .pp-technical-card__media, .pp-media-mosaic__item) :is(img, video),
.no-js .pp-motion--rail :is([data-pp-horizontal-track], [data-pp-awards-track], .pp-equipment-grid) > * {
  clip-path: none;
  opacity: 1;
  transform: none;
}

.no-js .pp-motion--tone::after {
  display: none;
}

/* V17 editorial system: governed proof, evidence-led media, and mechanical pacing. */
.pp-block {
  overflow: clip;
}

.pp-block__header {
  max-width: 1080px;
  margin-bottom: clamp(56px, 7vw, 108px);
  gap: 22px;
}

.pp-block__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: .64rem;
  letter-spacing: .1em;
}

.pp-block__eyebrow::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: .62;
}

.pp-block__title {
  max-width: 1120px;
  font-size: clamp(4rem, 6.6vw, 7.7rem);
  font-weight: 670;
  letter-spacing: -.062em;
  line-height: .91;
}

.pp-block__copy {
  max-width: 760px;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  line-height: 1.55;
}

.pp-button,
.pp-text-link,
.pp-document__download {
  border-radius: 2px;
}

.pp-block--industrial-hero {
  min-height: max(820px, 100svh);
  padding-top: 150px;
}

.pp-hero--experience {
  min-height: 380svh;
  padding: 0;
}

.pp-hero--experience .pp-hero__stage {
  min-height: 100svh;
}

.pp-hero--experience .pp-hero__inner {
  padding-top: clamp(144px, 18vh, 210px);
  padding-bottom: clamp(74px, 9vh, 112px);
}

.pp-hero--experience .pp-hero__chapters {
  width: min(1180px, 86vw);
  min-height: min(560px, calc(100svh - 240px));
}

.pp-hero--experience .pp-hero__chapter,
.pp-hero--experience .pp-hero__chapter .pp-block__header {
  max-width: 1180px;
}

.pp-hero__chapter .pp-block__title,
.pp-hero__inner .pp-block__title {
  max-width: min(1180px, 88vw);
  font-size: clamp(5.25rem, 8.4vw, 10.25rem);
  letter-spacing: -.064em;
  line-height: .86;
}

.pp-hero__chapter .pp-block__copy {
  max-width: 720px;
  margin-top: clamp(22px, 4vh, 46px);
}

.pp-hero--experience .pp-hero__media,
.pp-hero--experience .pp-hero__chapter-media {
  transform: scale(1.035);
  transition: opacity 700ms ease, transform 1400ms cubic-bezier(.22,1,.36,1);
}

.pp-hero--experience .pp-hero__media.is-active,
.pp-hero--experience .pp-hero__chapter-media.is-active {
  transform: scale(1);
}

.pp-hero__progress {
  height: 2px;
  background: rgba(255,255,255,.22);
}

.pp-split__inner {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(58px, 8vw, 150px);
}

.pp-split__content {
  display: grid;
  align-content: space-between;
  padding-block: clamp(20px, 3vw, 54px);
}

.pp-split__content .pp-block__title {
  max-width: 12ch;
  font-size: clamp(3rem, 4.35vw, 5.5rem);
  overflow-wrap: normal;
  word-break: normal;
}

.pp-technical-card { min-height: clamp(430px, 38vw, 590px); }
.pp-technical-card h3 { font-size: clamp(1.55rem, 1.8vw, 2.15rem); overflow-wrap: normal; word-break: normal; }
.pp-technical-card > p:not(.pp-block__eyebrow) { font-size: clamp(.94rem, 1.02vw, 1.08rem); line-height: 1.55; }

.pp-card-grid,
.pp-equipment-grid,
.pp-component-grid,
.pp-customer-grid,
.pp-plant-grid {
  gap: 1px;
  border: 0;
  background: transparent;
}

.pp-technical-card,
.pp-equipment,
.pp-record-card,
.pp-customer,
.pp-plant-card {
  min-height: 360px;
  padding: clamp(26px, 2.4vw, 42px);
  border: 0;
  background: var(--pp-paper);
  color: var(--pp-ink);
  transition: background-color 360ms ease, color 360ms ease, transform 520ms cubic-bezier(.22,1,.36,1);
}

.pp-customer-grid {
  gap: 0;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  background: transparent;
}
.pp-customer { border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; }
.pp-tone--ink .pp-customer-grid,
.pp-tone--graphite .pp-customer-grid,
.pp-tone--charcoal .pp-customer-grid,
.pp-tone--ink .pp-customer,
.pp-tone--graphite .pp-customer,
.pp-tone--charcoal .pp-customer { border-color: rgba(255,255,255,.16); }

.pp-tone--ink :is(.pp-technical-card,.pp-equipment,.pp-record-card,.pp-customer,.pp-plant-card),
.pp-tone--graphite :is(.pp-technical-card,.pp-equipment,.pp-record-card,.pp-customer,.pp-plant-card),
.pp-tone--charcoal :is(.pp-technical-card,.pp-equipment,.pp-record-card,.pp-customer,.pp-plant-card) {
  background: var(--pp-charcoal);
  color: var(--pp-white);
}

@media (hover: hover) {
  .pp-technical-card:hover,
  .pp-equipment:hover,
  .pp-record-card:hover,
  .pp-plant-card:hover {
    z-index: 2;
    background: #d8dcdd;
    color: var(--pp-ink);
    transform: translateY(-6px);
  }

  .pp-tone--ink :is(.pp-technical-card,.pp-equipment,.pp-record-card,.pp-plant-card):hover,
  .pp-tone--graphite :is(.pp-technical-card,.pp-equipment,.pp-record-card,.pp-plant-card):hover,
  .pp-tone--charcoal :is(.pp-technical-card,.pp-equipment,.pp-record-card,.pp-plant-card):hover {
    background: var(--pp-paper);
    color: var(--pp-ink);
  }
}

.pp-technical-card__media,
.pp-equipment figure,
.pp-record-card figure {
  width: calc(100% + (clamp(26px, 2.4vw, 42px) * 2));
  margin: calc(clamp(26px, 2.4vw, 42px) * -1) calc(clamp(26px, 2.4vw, 42px) * -1) 34px;
}

.pp-process__number,
.pp-technical-card__number,
.pp-award time,
.pp-news-item time {
  font-family: SFMono-Regular, Consolas, "Liberation Mono", monospace;
  letter-spacing: .1em;
}

.pp-block--enquiry-cta {
  padding-block: clamp(110px, 14vw, 220px);
}

.pp-enquiry-cta__inner {
  grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
  gap: clamp(48px, 9vw, 160px);
}

.pp-enquiry-cta__inner .pp-block__title {
  max-width: 1180px;
  font-size: clamp(4rem, 8vw, 10rem);
}

.pp-document {
  transition: background-color 260ms ease, padding 320ms cubic-bezier(.22,1,.36,1);
}

.pp-document:hover,
.pp-document:focus-within {
  padding-inline: 18px;
  background: rgba(127,135,138,.12);
}

@media (max-width: 1180px) {
  :root { --pp-gutter: 26px; --pp-section: 88px; }
  .pp-block__title { font-size: 3.8rem; }
  .pp-hero__inner .pp-block__title { font-size: 4.8rem; }
  .pp-component-grid { --pp-columns: 3; }
  .pp-customer-grid { --pp-columns: 4; }
}

@media (max-width: 900px) {
  :root { --pp-section: 76px; }
  .pp-block__title { font-size: 3.15rem; }
  .pp-hero__inner .pp-block__title { font-size: 4rem; }
  .pp-hero--experience { min-height: 260svh; }
  .pp-hero__chapters { width: min(760px, 86vw); }
  .pp-hero--experience .pp-block__actions { position: static; justify-content: flex-start; }
  .pp-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pp-metric:nth-child(2n) { border-right: 0; }
  .pp-metric:nth-child(n + 3) { border-top: 1px solid currentColor; }
  .pp-split__inner { grid-template-columns: 1fr; gap: 44px; }
  .pp-media--left .pp-split__media,
  .pp-media--right .pp-split__media { order: 0; }
  .pp-media--left .pp-split__content,
  .pp-media--right .pp-split__content { order: 1; }
  .pp-card-grid,
  .pp-equipment-grid,
  .pp-component-grid,
  .pp-customer-grid,
  .pp-plant-grid { --pp-columns: 2; }
  .pp-timeline--serpentine .pp-timeline { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 0; max-width: 720px; }
  .pp-timeline--serpentine .pp-timeline__item:nth-child(n) { grid-column: auto; grid-row: auto; padding: 48px 20px 42px 40px; border: 0; border-left: 1px solid currentColor; background: transparent; }
  .pp-timeline--serpentine .pp-timeline__item:last-child { border-left-color: transparent; }
  .pp-timeline--serpentine .pp-timeline__node { top: 4px; left: -6px; }
  .pp-timeline--serpentine .pp-timeline__item::after { display: none; }
  .pp-timeline--serpentine .pp-timeline__index { top: 10px; left: 40px; }
  .pp-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pp-journal-layout { grid-template-columns: 1fr; }
  .pp-journal-card.is-featured { grid-column: auto; }
  .pp-journal-card,
  .pp-journal-card.is-featured { grid-template-columns: 1fr; }
  .pp-plant-facts,
  .pp-plant-detail,
  .pp-plant-contact { grid-template-columns: 1fr; gap: 28px; }
  .pp-plant-detail__content { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 620px) {
  :root { --pp-gutter: 18px; --pp-section: 64px; }
  .pp-block__header { margin-bottom: 38px; gap: 13px; }
  .pp-block__title { font-size: 2.45rem; line-height: 1.06; }
  .pp-block__copy { font-size: 1rem; }
  .pp-block--industrial-hero { min-height: min(720px, calc(100svh - 20px)); padding-top: 132px; }
  .pp-hero__inner .pp-block__title { font-size: 3rem; line-height: 1.04; }
  .pp-block--industrial-hero.pp-hero--experience { min-height: 220svh; padding-top: 0; }
  .pp-hero--experience .pp-hero__inner { padding: 126px var(--pp-gutter) 34px; }
  .pp-hero__chapters { width: 100%; min-height: 310px; }
  .pp-hero__chapter .pp-block__title { font-size: clamp(2.75rem, 12vw, 3.45rem); line-height: 1; }
  .pp-hero__chapter .pp-block__copy { font-size: .98rem; }
  .pp-hero--experience .pp-block__actions { gap: 8px; }
  .pp-hero--experience .pp-button { min-height: 42px; padding: 10px 12px; font-size: .68rem; }
  .pp-hero__interface > span:nth-child(1) { left: 33%; }
  .pp-hero__interface > span:nth-child(2) { left: 66%; }
  .pp-hero__interface > span:nth-child(3) { display: none; }
  .pp-hero__media::after { background: linear-gradient(0deg, rgba(7,8,9,.96), rgba(7,8,9,.42)); }
  .pp-procedural::before { background: linear-gradient(0deg, rgba(7,8,9,.95), rgba(7,8,9,.22) 70%); }
  .pp-procedural__svg { inset: -2% -38%; width: 176%; }
  .pp-procedural__readout { top: 112px; right: var(--pp-gutter); width: 56vw; }
  .pp-process-story__header { margin-bottom: 42px; }
  .pp-process-story__header .pp-block__title { max-width: 100%; font-size: clamp(2.85rem, 13vw, 4.25rem); line-height: .96; letter-spacing: -.06em; }
  .pp-block--process-chain.pp-process--pinned .pp-process__stage { padding: 40px 0; }
  .pp-block--process-chain.pp-process--pinned .pp-process__stage-media { margin-bottom: 24px; }
  .pp-block--process-chain.pp-process--pinned .pp-process__number { margin: 0 0 20px; }
  .pp-metric { min-height: 126px; padding: 18px 14px; }
  .pp-metric__value { font-size: 2rem; }
  .pp-card-grid,
  .pp-equipment-grid,
  .pp-component-grid,
  .pp-customer-grid,
  .pp-plant-grid { grid-template-columns: 1fr; }
  .pp-process__stage { flex-basis: 82vw; min-height: 270px; }
  .pp-process--horizontal .pp-process__stage { flex: 0 0 82vw; min-height: 360px; padding: 32px 26px; }
  .pp-process__number { margin-bottom: 56px; }
  .pp-timeline--serpentine .pp-timeline,
  .pp-timeline--horizontal .pp-timeline { display: grid; grid-template-columns: 1fr; overflow: visible; }
  .pp-timeline--serpentine .pp-timeline__item,
  .pp-timeline--horizontal .pp-timeline__item { padding: 0 0 44px 40px; border-top: 0; border-left: 1px solid currentColor; }
  .pp-timeline--serpentine .pp-timeline__node,
  .pp-timeline--horizontal .pp-timeline__node { top: 4px; left: -6px; }
  .pp-mosaic__item,
  .pp-mosaic__item:nth-child(5n + 1),
  .pp-mosaic--grid .pp-mosaic__item { grid-column: span 12; }
  .pp-lightbox { padding: 46px 12px 12px; }
  .pp-plant-map { min-height: 330px; }
  .pp-filters { grid-template-columns: 1fr; }
  .pp-csr-media figure,
  .pp-csr-media figure:first-child,
  .pp-csr--compact .pp-csr-media figure:first-child { grid-column: span 12; }
  .pp-news-item { grid-template-columns: 1fr 24px; gap: 10px; }
  .pp-news-item time { grid-column: 1 / -1; }
  .pp-document { grid-template-columns: 1fr; }
  .pp-document__actions { justify-content: stretch; }
  .pp-document__open,
  .pp-document__download { flex: 1; }
  .pp-enquiry-cta__inner { grid-template-columns: 1fr; align-items: start; }
  .pp-enquiry-cta__inner .pp-block__title {
    max-width: 100%;
    font-size: clamp(2.7rem, 12vw, 3.1rem);
    line-height: 1;
    overflow-wrap: anywhere;
  }
  .pp-inline-enquiry { align-items: flex-start; flex-direction: column; }
  .pp-block form:not(.pp-filters) { grid-template-columns: 1fr; }
  .pp-block form:not(.pp-filters) .pp-field--full,
  .pp-block form:not(.pp-filters) fieldset,
  .pp-block form:not(.pp-filters) .pp-form-actions { grid-column: auto; }
  .pp-hide-mobile { display: none; }
}

@media (max-width: 900px) {
  .pp-horizontal-story { min-height: 0; overflow: visible; }
  .pp-horizontal-story__sticky { position: static; overflow: visible; }
  .pp-horizontal-story [data-pp-horizontal-track] { width: 100%; overflow-x: auto; transform: none !important; scroll-snap-type: x proximity; will-change: auto; }
  .pp-horizontal-story--plants .pp-plant-grid,
  .pp-horizontal-story--mosaic .pp-mosaic { width: 100%; overflow-x: auto; scroll-snap-type: x proximity; }
  .pp-horizontal-story--plants .pp-plant-card,
  .pp-horizontal-story--mosaic .pp-mosaic__item { flex: 0 0 min(86vw, 420px); scroll-snap-align: start; }
  .pp-horizontal-story__progress { display: none; }
}

@media (min-width: 621px) and (max-width: 1024px) {
  .pp-hide-tablet { display: none; }
}

@media (min-width: 1025px) {
  .pp-hide-desktop { display: none; }
}

/* Without the optional conductor, every Hero chapter becomes a complete static
   panel. The protected presentation keeps its separately governed adapter. */
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-block--industrial-hero.pp-hero--experience { min-height: 0; }
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-hero--experience .pp-hero__stage {
  position: relative;
  display: block;
  min-height: 0;
  overflow: visible;
}
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-hero__stage > .pp-hero__media,
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-hero__stage > .pp-hero__technical-field,
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-hero__stage > .pp-hero__chapter-media,
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-hero__stage > .pp-hero__interface,
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-hero__progress { display: none; }
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-hero--experience .pp-hero__inner {
  min-height: 0;
  padding: 0 0 clamp(52px, 7vw, 92px);
}
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-hero--experience .pp-hero__chapters {
  display: grid;
  width: 100%;
  min-height: 0;
}
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-hero--experience .pp-hero__chapter {
  position: relative;
  inset: auto;
  display: grid;
  min-height: max(680px, 100svh);
  max-width: none;
  padding: clamp(140px, 18vh, 210px) max(var(--pp-gutter), calc((100% - var(--pp-wide)) / 2)) clamp(58px, 8vh, 96px);
  align-content: end;
  gap: 18px;
  overflow: hidden;
  isolation: isolate;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
}
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-hero__chapter-static-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  overflow: hidden;
  background: var(--pp-ink);
}
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-hero__chapter-static-media::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(7,8,9,.94), rgba(7,8,9,.54) 68%, rgba(7,8,9,.3));
}
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-hero__chapter-static-media > img,
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-hero__chapter-static-media > .pp-procedural {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  animation: none;
}
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-hero__chapter > :not(.pp-hero__chapter-static-media) {
  position: relative;
  z-index: 2;
}
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-hero--experience .pp-block__actions {
  position: static;
  justify-content: flex-start;
  margin: clamp(38px, 5vw, 72px) max(var(--pp-gutter), calc((100% - var(--pp-wide)) / 2)) 0;
}
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-hero--experience .pp-metrics {
  margin: clamp(28px, 4vw, 54px) max(var(--pp-gutter), calc((100% - var(--pp-wide)) / 2)) 0;
}
.no-js .pp-block--process-chain.pp-process--pinned .pp-process__stage { opacity: 1; transform: none; }
.no-js .pp-block--process-chain.pp-process--pinned .pp-process-story__layout { display: block; }
.no-js .pp-block--process-chain.pp-process--pinned .pp-process__sticky { position: static; min-height: 0; }
.no-js .pp-block--process-chain.pp-process--pinned .pp-process__media-stack,
.no-js .pp-block--process-chain.pp-process--pinned .pp-process__counter { display: none; }
.no-js .pp-block--process-chain.pp-process--pinned .pp-process { display: grid; width: 100%; overflow: visible; }
.no-js .pp-block--process-chain.pp-process--pinned .pp-process__stage-media {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0 0 30px;
  overflow: hidden;
}

/* WordPress' runtime and motion settings are expressed as body classes. Keep
   every non-conducted layout aligned with operating-system reduced motion. */
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-block *,
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-block *::before,
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-block *::after {
  scroll-behavior: auto;
  animation-duration: .01ms;
  animation-iteration-count: 1;
  transition-duration: .01ms;
}
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) [data-pp-reveal] { opacity: 1; transform: none; }
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-motion--path .pp-process::before,
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-motion--path .pp-process__stage { opacity: 1; transform: none; }
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-motion--tone::after { display: none; }
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-motion-word,
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-motion--mask :is(.pp-split__media, .pp-technical-card__media, .pp-media-mosaic__item, .pp-equipment-card figure, .pp-component-card figure),
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-motion--mask :is(.pp-split__media, .pp-technical-card__media, .pp-media-mosaic__item) :is(img, video) {
  clip-path: none;
  opacity: 1;
  transform: none;
}
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-process { scroll-snap-type: none; }
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-procedural__svg { transform: none; }
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-procedural::after { display: none; }
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-procedural__trace { stroke-dashoffset: 0; }
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-procedural__scanner { transform: translateX(640px); }
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-block--process-chain.pp-process--pinned .pp-process__stage { opacity: 1; transform: none; }
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-block--process-chain.pp-process--pinned .pp-process-story__layout { display: block; }
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-block--process-chain.pp-process--pinned .pp-process__sticky { position: static; min-height: 0; }
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-block--process-chain.pp-process--pinned .pp-process__media-stack,
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-block--process-chain.pp-process--pinned .pp-process__counter { display: none; }
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-block--process-chain.pp-process--pinned .pp-process { display: grid; width: 100%; overflow: visible; }
:is(body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-block--process-chain.pp-process--pinned .pp-process__stage-media {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0 0 30px;
  overflow: hidden;
}
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-horizontal-story { min-height: 0; height: auto !important; overflow: visible; }
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-horizontal-story__sticky { position: static; }
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-horizontal-story [data-pp-horizontal-track] { width: 100%; transform: none !important; will-change: auto; }
:where(.no-js, body.ppps-runtime-disabled:not(.ppps-presentation-page), body.ppps-capability-static, body.ppps-capability-reduced, body.ppps-capability-off, body.ppps-readiness-failed, body.ppps-motion-off, body.ppps-motion-reduced) .pp-horizontal-story__progress { display: none; }

@media (prefers-reduced-motion: reduce) {
  .pp-block *,
  .pp-block *::before,
  .pp-block *::after {
    scroll-behavior: auto;
    animation-duration: .01ms;
    animation-iteration-count: 1;
    transition-duration: .01ms;
  }
  [data-pp-reveal] { opacity: 1; transform: none; }
  .pp-motion--path .pp-process::before,
  .pp-motion--path .pp-process__stage { opacity: 1; transform: none; }
  .pp-motion--tone::after { display: none; }
  .pp-motion-word,
  .pp-motion--mask :is(.pp-split__media, .pp-technical-card__media, .pp-media-mosaic__item, .pp-equipment-card figure, .pp-component-card figure),
  .pp-motion--mask :is(.pp-split__media, .pp-technical-card__media, .pp-media-mosaic__item) :is(img, video) {
    clip-path: none;
    opacity: 1;
    transform: none;
  }
  .pp-process { scroll-snap-type: none; }
  .pp-horizontal-story { min-height: 0; height: auto !important; overflow: visible; }
  .pp-horizontal-story__sticky { position: static; }
  .pp-horizontal-story [data-pp-horizontal-track] { width: 100%; transform: none !important; will-change: auto; }
  .pp-horizontal-story__progress { display: none; }
  .pp-block--industrial-hero.pp-hero--experience { min-height: 0; }
  .pp-hero--experience .pp-hero__stage { position: relative; display: block; min-height: 0; overflow: visible; }
  .pp-hero__stage > .pp-hero__media,
  .pp-hero__stage > .pp-hero__technical-field,
  .pp-hero__stage > .pp-hero__chapter-media,
  .pp-hero__stage > .pp-hero__interface,
  .pp-hero__progress { display: none; }
  .pp-hero--experience .pp-hero__inner { min-height: 0; padding: 0 0 clamp(52px, 7vw, 92px); }
  .pp-hero--experience .pp-hero__chapters { display: grid; width: 100%; min-height: 0; }
  .pp-hero--experience .pp-hero__chapter {
    position: relative;
    inset: auto;
    display: grid;
    min-height: max(680px, 100svh);
    max-width: none;
    padding: clamp(140px, 18vh, 210px) max(var(--pp-gutter), calc((100% - var(--pp-wide)) / 2)) clamp(58px, 8vh, 96px);
    align-content: end;
    gap: 18px;
    overflow: hidden;
    isolation: isolate;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
  }
  .pp-hero__chapter-static-media { position: absolute; z-index: 0; inset: 0; display: block; overflow: hidden; background: var(--pp-ink); }
  .pp-hero__chapter-static-media::after { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(7,8,9,.94), rgba(7,8,9,.54) 68%, rgba(7,8,9,.3)); }
  .pp-hero__chapter-static-media > img,
  .pp-hero__chapter-static-media > .pp-procedural { width: 100%; height: 100%; object-fit: cover; transform: none; animation: none; }
  .pp-hero__chapter > :not(.pp-hero__chapter-static-media) { position: relative; z-index: 2; }
  .pp-hero--experience .pp-block__actions { position: static; justify-content: flex-start; margin: clamp(38px, 5vw, 72px) max(var(--pp-gutter), calc((100% - var(--pp-wide)) / 2)) 0; }
  .pp-hero--experience .pp-metrics { margin: clamp(28px, 4vw, 54px) max(var(--pp-gutter), calc((100% - var(--pp-wide)) / 2)) 0; }
  .pp-procedural__svg { transform: none; }
  .pp-procedural::after { display: none; }
  .pp-procedural__trace { stroke-dashoffset: 0; }
  .pp-procedural__scanner { transform: translateX(640px); }
  .pp-block--process-chain.pp-process--pinned .pp-process__stage { opacity: 1; transform: none; }
  .pp-block--process-chain.pp-process--pinned .pp-process-story__layout { display: block; }
  .pp-block--process-chain.pp-process--pinned .pp-process__sticky { position: static; min-height: 0; }
  .pp-block--process-chain.pp-process--pinned .pp-process__media-stack,
  .pp-block--process-chain.pp-process--pinned .pp-process__counter { display: none; }
  .pp-block--process-chain.pp-process--pinned .pp-process { display: grid; width: 100%; overflow: visible; }
  .pp-block--process-chain.pp-process--pinned .pp-process__stage-media {
    position: relative;
    display: grid;
    width: 100%;
    aspect-ratio: 4 / 3;
    margin: 0 0 30px;
    overflow: hidden;
  }
}

@media print {
  .pp-block { color: #000; background: #fff; break-inside: avoid; }
  .pp-button,
  .pp-lightbox,
  .pp-filters { display: none; }
}

/* V19 Core is complete before the optional theme conductor mounts. These
   rules prevent V18 themes, disabled runtimes, or script failures from leaving
   content transparent, layered incorrectly, or dependent on animation. */
.pp-block[data-pp-reveal]:not(.is-motion-mounted) {
  opacity: 1;
  transform: none;
}
.pp-block[data-pp-reveal]:not(.is-motion-mounted) :is(
  .pp-motion-stagger-item,
  .pp-process__stage,
  .pp-timeline__item
) {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}

.pp-v19-hero__registered-media,
.pp-v19-hero__static-media,
.pp-handoff__media {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1672 / 941;
  background: #070809;
}

.pp-registered-media__layer,
.pp-handoff__layer {
  position: absolute;
  inset: 0;
}

.pp-registered-media__layer :is(img, svg),
.pp-handoff__layer :is(img, svg),
.pp-v19-hero__static-media > :is(img, .pp-procedural) {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pp-block--industrial-hero.pp-hero--v19:not(.is-motion-mounted) .pp-registered-media__layer {
  display: none;
}
.pp-block--industrial-hero.pp-hero--v19:not(.is-motion-mounted) .pp-registered-media__layer--reduced {
  display: block;
}
.pp-block--industrial-hero.pp-hero--v19:not(.is-motion-mounted) .pp-v19-hero__phases {
  display: none;
}
.pp-block--registered-media-handoff:not(.is-motion-mounted) .pp-handoff__layer {
  display: none;
}
.pp-block--registered-media-handoff:not(.is-motion-mounted) .pp-handoff__layer--fallback,
.pp-block--registered-media-handoff:not(.is-motion-mounted) .pp-handoff__layer--primary:last-of-type {
  display: block;
}

.pp-media-truth-label {
  position: relative;
  z-index: 5;
  display: block;
  padding: 8px 12px;
  color: inherit;
  background: rgba(7, 8, 9, .82);
  font-size: .72rem;
  line-height: 1.35;
  letter-spacing: .04em;
}

.pp-v19-prelude {
  display: grid;
  gap: clamp(34px, 6vw, 92px);
  padding: clamp(72px, 10vw, 150px) max(var(--pp-gutter), calc((100% - var(--pp-wide)) / 2));
}
.pp-v19-prelude__chapter {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
  gap: clamp(26px, 5vw, 76px);
  align-items: center;
}
.pp-v19-prelude__media {
  margin: 0;
}
.pp-v19-prelude__media [data-pp-prelude-video] {
  display: none;
}
.pp-v19-prelude__poster-fallback {
  display: block;
}
.pp-v19-prelude__media > :is(img, .pp-procedural),
.pp-v19-prelude__poster-fallback > :is(img, .pp-procedural) {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.pp-technical-card__media-stack {
  position: relative;
}
.pp-technical-card:not(.is-active) [data-pp-card-media="secondary"],
.pp-block:not(.is-motion-mounted) [data-pp-card-media="secondary"] {
  display: none;
}

.pp-expandable-records__controls {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}
.pp-expandable-records__controls[hidden],
[data-pp-expandable-item][hidden] {
  display: none !important;
}

@media (max-width: 900px) {
  .pp-v19-prelude__chapter {
    grid-template-columns: 1fr;
  }
}
