:root {
  --ink: #111820;
  --ink-soft: #27323b;
  --navy: #0c1721;
  --navy-2: #132330;
  --steel: #64717a;
  --mist: #edf0f1;
  --line: #d7dcde;
  --paper: #ffffff;
  --paper-warm: #f6f4f0;
  --copper: #b56b43;
  --copper-dark: #7f452c;
  --signal: #2f9fac;
  --success: #266d54;
  --error: #a83a36;
  --container: 1320px;
  --header-height: 204px;
}

/* Technical Support — reference-site long-form chapter layout */
.plm-tech-support-page {
  background: #fff;
}

.plm-tech-support-page .plm-narrative-hero__copy {
  max-width: 720px;
}

.plm-tech-support-page .plm-narrative-hero__copy h1 {
  max-width: 720px;
  font-size: clamp(54px, 4.8vw, 72px);
}

.plm-tech-support-page .plm-narrative-hero__tabs .container {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.plm-tech-support-page .plm-narrative-hero__tabs a {
  min-width: 0;
  padding-inline: 18px;
  font-size: 11px;
}

.plm-tech-section,
.plm-tech-training {
  scroll-margin-top: 118px;
}

.plm-tech-section {
  padding: 112px 0;
}

.plm-tech-section--white {
  background: #fff;
}

.plm-tech-section--gray {
  background: #f3f4f5;
}

.plm-tech-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 82px;
  align-items: center;
}

.plm-tech-split--media-first {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.plm-tech-copy,
.plm-tech-training__head {
  position: relative;
}

.plm-tech-copy {
  z-index: 1;
  padding: 42px 0;
}

.plm-tech-copy .plm-kicker,
.plm-tech-training__head .plm-kicker {
  position: relative;
  z-index: 1;
  color: #687581;
}

.plm-tech-number {
  position: absolute;
  z-index: 0;
  top: -18px;
  left: -8px;
  color: rgba(20, 48, 69, 0.055);
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
}

.plm-tech-copy h2,
.plm-tech-training__head h2 {
  position: relative;
  z-index: 1;
  margin: 14px 0 26px;
  color: #142b3d;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.plm-tech-copy > p:not(.plm-kicker),
.plm-tech-training__head > p:not(.plm-kicker) {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: #65727e;
  font-size: 15px;
  line-height: 1.75;
}

.plm-tech-media {
  min-width: 0;
  height: 430px;
  margin: 0;
  overflow: hidden;
  background: #e6eaed;
}

.plm-tech-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.plm-tech-media:hover img {
  transform: scale(1.025);
}

.plm-tech-media--placeholder {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 25%, transparent 25% 50%, rgba(255, 255, 255, 0.05) 50% 75%, transparent 75%),
    #173c58;
  background-size: 34px 34px, auto;
}

.plm-tech-media--placeholder span {
  max-width: 280px;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.plm-tech-media--placeholder strong {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plm-tech-pending {
  position: relative;
  z-index: 1;
  display: grid;
  margin-top: 28px;
  padding: 17px 20px;
  border-left: 3px solid #0b70b8;
  background: #eef4f8;
  gap: 4px;
}

.plm-tech-pending strong {
  color: #0b5487;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plm-tech-pending span {
  color: #566672;
  font-size: 13px;
}

.plm-tech-list,
.plm-tech-bullets {
  position: relative;
  z-index: 1;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.plm-tech-list {
  border-top: 1px solid #cfd5da;
}

.plm-tech-list li {
  display: grid;
  grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1.3fr);
  padding: 14px 0;
  border-bottom: 1px solid #cfd5da;
  gap: 18px;
}

.plm-tech-list b,
.plm-tech-bullets b {
  color: #1b3243;
}

.plm-tech-list span,
.plm-tech-bullets li {
  color: #65727e;
  font-size: 13px;
  line-height: 1.6;
}

.plm-tech-bullets {
  display: grid;
  gap: 15px;
}

.plm-tech-bullets li {
  position: relative;
  padding-left: 20px;
}

.plm-tech-bullets li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 2px;
  content: "";
  background: #0b70b8;
}

.plm-tech-training {
  padding: 116px 0 124px;
  background: #fff;
}

.plm-tech-training__head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.plm-tech-training__head .plm-tech-number {
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
}

.plm-tech-training__head > p:not(.plm-kicker) {
  max-width: 660px;
  margin-inline: auto;
}

.plm-tech-training__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.plm-tech-training__card {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  color: #fff;
  background: #1b3448;
}

.plm-tech-training__card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(6, 24, 38, 0.26), rgba(4, 23, 38, 0.92));
}

.plm-tech-training__card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.plm-tech-training__card:hover img {
  transform: scale(1.035);
}

.plm-tech-training__card > div {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px 36px 38px;
}

.plm-tech-training__card h3 {
  margin: 0 0 14px;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 32px;
  text-transform: uppercase;
}

.plm-tech-training__card p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.65;
}

.plm-tech-timeline {
  position: relative;
  z-index: 1;
  margin: 26px 0;
  border-top: 1px solid #d2d7db;
}

.plm-tech-timeline > div {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #d2d7db;
  gap: 22px;
}

.plm-tech-timeline dt,
.plm-tech-timeline dd {
  margin: 0;
  font-size: 13px;
}

.plm-tech-timeline dt {
  color: #293e4e;
  font-weight: 600;
}

.plm-tech-timeline dd {
  flex: 0 0 auto;
  color: #0b70b8;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .plm-tech-support-page .plm-narrative-hero__tabs a {
    padding-inline: 11px;
    font-size: 10px;
  }

  .plm-tech-split,
  .plm-tech-split--media-first {
    gap: 48px;
  }
}

@media (max-width: 840px) {
  .plm-tech-section {
    padding: 76px 0;
  }

  .plm-tech-split,
  .plm-tech-split--media-first {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .plm-tech-copy {
    padding: 12px 0;
  }

  .plm-tech-media {
    height: 390px;
  }

  .plm-tech-training {
    padding: 82px 0;
  }
}

@media (max-width: 760px) {
  .plm-tech-support-page .plm-narrative-hero__copy h1 {
    font-size: 38px;
  }

  .plm-tech-support-page .plm-narrative-hero__tabs .container {
    width: max-content;
    min-width: 100%;
    grid-template-columns: repeat(5, minmax(150px, 1fr));
  }

  .plm-tech-support-page .plm-narrative-hero__tabs a {
    min-width: 150px;
    padding-inline: 12px;
    font-size: 10px;
  }

  .plm-tech-copy h2,
  .plm-tech-training__head h2 {
    font-size: 38px;
  }

  .plm-tech-number {
    font-size: 76px;
  }

  .plm-tech-media {
    height: 310px;
  }

  .plm-tech-media--placeholder {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }

  .plm-tech-media--placeholder span {
    font-size: 24px;
  }

  .plm-tech-training__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .plm-tech-training__card {
    min-height: 430px;
  }

  .plm-tech-training__card > div {
    padding: 28px 24px;
  }

  .plm-tech-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .plm-tech-timeline > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

/* Technical Support — strict reference-page structure */
.route-view--technical {
  padding-top: 0 !important;
}

.plm-reference-tech-page {
  overflow: hidden;
  color: #26323b;
  background: #fff;
}

.plm-reference-tech-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: #fff;
  background: #536776;
}

.plm-reference-tech-hero__image,
.plm-reference-tech-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.plm-reference-tech-hero__image {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.55) contrast(0.88);
}

.plm-reference-tech-hero__overlay {
  background:
    linear-gradient(90deg, rgba(12, 29, 43, 0.58) 0%, rgba(36, 65, 85, 0.46) 48%, rgba(20, 43, 60, 0.67) 100%),
    rgba(51, 81, 102, 0.34);
}

.plm-reference-tech-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  padding-top: 174px;
  padding-bottom: 116px;
}

.plm-reference-tech-hero__copy {
  grid-column: 2;
  max-width: 690px;
  padding-left: 44px;
}

.plm-reference-tech-hero__copy h1 {
  margin: 0 0 24px;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(44px, 4.1vw, 64px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.plm-reference-tech-hero__copy p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.72;
}

.plm-reference-tech-hero__tabs {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 48px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 18px;
}

.plm-reference-tech-hero__tabs a {
  display: grid;
  min-width: 164px;
  min-height: 48px;
  padding: 10px 16px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  color: #fff;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  text-transform: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.plm-reference-tech-hero__tabs a:hover,
.plm-reference-tech-hero__tabs a:focus-visible {
  color: #123149;
  background: #fff;
}

.plm-reference-tech-section,
.plm-reference-tech-training {
  scroll-margin-top: 84px;
}

.plm-reference-tech-section {
  padding: 104px 0;
}

.plm-reference-tech-section--white {
  background: #fff;
}

.plm-reference-tech-section--gray {
  background: #f3f3f3;
}

.plm-reference-tech-section__inner {
  display: grid;
  max-width: 1200px;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 78px;
  align-items: center;
}

.plm-reference-tech-section__inner--media-first {
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
}

.plm-reference-tech-copy,
.plm-reference-tech-training__head {
  position: relative;
  z-index: 1;
}

.plm-reference-tech-copy {
  min-height: 230px;
  padding: 52px 0 28px;
}

.plm-reference-tech-number {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -6px;
  color: rgba(25, 45, 58, 0.055);
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 92px;
  font-weight: 700;
  line-height: 0.85;
}

.plm-reference-tech-copy h2,
.plm-reference-tech-training__head h2 {
  margin: 0 0 30px;
  color: #28333b;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.plm-reference-tech-copy p {
  max-width: 520px;
  margin: 0;
  color: #69747b;
  font-size: 13px;
  line-height: 1.75;
}

.plm-reference-tech-pending-list {
  margin: 18px 0 0;
  padding-left: 18px;
  color: #69747b;
  font-size: 12px;
  line-height: 1.8;
}

.plm-reference-tech-media {
  position: relative;
  height: 390px;
  margin: 0;
  overflow: hidden;
}

.plm-reference-tech-media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plm-reference-tech-media--placeholder {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 28px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%) 0 0 / 28px 28px,
    linear-gradient(315deg, rgba(255, 255, 255, 0.045) 25%, transparent 25%) 0 0 / 28px 28px,
    linear-gradient(135deg, #526776, #243b4c);
}

.plm-reference-tech-media--placeholder::before {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.plm-reference-tech-media--placeholder span,
.plm-reference-tech-media--placeholder strong {
  position: relative;
  z-index: 1;
}

.plm-reference-tech-media--placeholder span {
  max-width: 285px;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.plm-reference-tech-media--placeholder strong {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.plm-reference-tech-training {
  padding: 116px 0 124px;
  background: #fff;
}

.plm-reference-tech-training > .container {
  max-width: 1160px;
}

.plm-reference-tech-training__head {
  margin: 0 auto 56px;
  padding-top: 32px;
  text-align: center;
}

.plm-reference-tech-training__head .plm-reference-tech-number {
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.plm-reference-tech-training__head h2 {
  margin-bottom: 0;
}

.plm-reference-tech-training__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.plm-reference-tech-training__card {
  position: relative;
  display: flex;
  min-height: 500px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 42px 44px 30px;
  color: #fff;
}

.plm-reference-tech-training__card::before,
.plm-reference-tech-training__card::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.plm-reference-tech-training__card::before {
  opacity: 0.24;
  background:
    linear-gradient(30deg, transparent 46%, rgba(255, 255, 255, 0.2) 47% 49%, transparent 50%) 0 0 / 36px 36px,
    linear-gradient(150deg, transparent 46%, rgba(255, 255, 255, 0.14) 47% 49%, transparent 50%) 0 0 / 36px 36px;
}

.plm-reference-tech-training__card::after {
  background: linear-gradient(180deg, rgba(7, 30, 49, 0.08), rgba(6, 22, 35, 0.58));
}

.plm-reference-tech-training__card--blue {
  background: linear-gradient(145deg, #0a6eaf, #123d61);
}

.plm-reference-tech-training__card--gray {
  background: linear-gradient(145deg, #8a8d8f, #4b5257);
}

.plm-reference-tech-training__copy,
.plm-reference-tech-training__status {
  position: relative;
  z-index: 1;
}

.plm-reference-tech-training__copy {
  text-align: center;
}

.plm-reference-tech-training__copy h3 {
  margin: 0 0 16px;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.plm-reference-tech-training__copy p {
  max-width: 430px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.65;
}

.plm-reference-tech-training__status {
  align-self: center;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .plm-reference-tech-hero__copy {
    padding-left: 20px;
  }

  .plm-reference-tech-hero__tabs {
    gap: 10px;
  }

  .plm-reference-tech-hero__tabs a {
    min-width: 0;
    flex: 1 1 0;
    padding-inline: 9px;
    font-size: 11px;
  }

  .plm-reference-tech-section__inner,
  .plm-reference-tech-section__inner--media-first {
    gap: 50px;
  }
}

@media (max-width: 840px) {
  .plm-reference-tech-hero,
  .plm-reference-tech-hero__inner {
    min-height: 610px;
  }

  .plm-reference-tech-hero__inner {
    display: flex;
    align-items: center;
    padding-top: 128px;
    padding-bottom: 132px;
  }

  .plm-reference-tech-hero__copy {
    max-width: 610px;
    padding-left: 0;
  }

  .plm-reference-tech-hero__tabs {
    bottom: 30px;
    width: calc(100% - 36px);
    overflow-x: auto;
    justify-content: flex-start;
  }

  .plm-reference-tech-hero__tabs a {
    min-width: 145px;
    flex: 0 0 145px;
  }

  .plm-reference-tech-section {
    padding: 76px 0;
  }

  .plm-reference-tech-section__inner,
  .plm-reference-tech-section__inner--media-first {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .plm-reference-tech-copy {
    min-height: 0;
  }

  .plm-reference-tech-media {
    height: 360px;
  }

  .plm-reference-tech-training {
    padding: 86px 0 92px;
  }
}

@media (max-width: 640px) {
  .plm-reference-tech-hero__copy h1 {
    font-size: 38px;
  }

  .plm-reference-tech-hero__copy p {
    font-size: 12px;
  }

  .plm-reference-tech-copy h2,
  .plm-reference-tech-training__head h2 {
    font-size: 34px;
  }

  .plm-reference-tech-number {
    font-size: 76px;
  }

  .plm-reference-tech-media {
    height: 300px;
  }

  .plm-reference-tech-media--placeholder {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }

  .plm-reference-tech-media--placeholder span {
    font-size: 23px;
  }

  .plm-reference-tech-training__grid {
    grid-template-columns: 1fr;
  }

  .plm-reference-tech-training__card {
    min-height: 420px;
    padding: 34px 24px 24px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.is-locked {
  overflow: hidden;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.08;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

h3,
strong,
.button,
.eyebrow {
  font-weight: 700;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 2000;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(calc(100% - 72px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 120px 0;
}

.section--mist {
  background: var(--mist);
}

.section--dark {
  color: var(--paper);
  background: var(--navy);
}

.section--copper {
  background: #ded5ca;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--copper-dark);
  font-size: 12px;
  text-transform: uppercase;
}

.section--dark .eyebrow,
.page-hero .eyebrow,
.hero .eyebrow,
.contact-hero .eyebrow,
.inquiry-banner .eyebrow {
  color: #dca37f;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 52px;
}

.section-heading > div {
  max-width: 850px;
}

.section-heading h2 {
  max-width: 820px;
  margin-bottom: 14px;
  font-size: 46px;
}

.section-heading p {
  max-width: 720px;
  margin: 0;
  color: var(--steel);
  font-size: 17px;
}

.section--dark .section-heading p {
  color: #aeb9c0;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--copper-dark);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: gap 180ms ease, color 180ms ease;
}

.text-link:hover {
  gap: 18px;
  color: var(--copper);
}

.text-link--light {
  color: #dca37f;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.button span {
  transition: transform 180ms ease;
}

.button:hover span {
  transform: translateX(4px);
}

.button:active {
  transform: translateY(1px);
}

.button:disabled {
  cursor: wait;
  opacity: 0.6;
}

.button--primary {
  color: var(--paper);
  background: var(--ink);
}

.button--primary:hover {
  background: var(--copper-dark);
}

.button--outline {
  color: var(--ink);
  background: transparent;
  border-color: #859099;
}

.button--outline:hover {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}

.button--light {
  color: var(--ink);
  background: var(--paper);
}

.button--light:hover {
  color: var(--paper);
  background: var(--copper);
}

.button--ghost-light {
  color: var(--paper);
  background: rgba(12, 23, 33, 0.28);
  border-color: rgba(255, 255, 255, 0.62);
}

.button--ghost-light:hover {
  color: var(--ink);
  background: var(--paper);
}

.button--compact {
  min-height: 40px;
  padding: 8px 16px;
  font-size: 11px;
}

.button--full {
  width: 100%;
}

.icon-button,
.menu-button {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  color: inherit;
  background: transparent;
  font-size: 23px;
  transition: background 180ms ease, border-color 180ms ease;
}

.icon-button:hover,
.menu-button:hover {
  background: var(--mist);
  border-color: var(--line);
}

.route-view {
  min-height: 70vh;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.route-view.is-ready {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 560ms ease, transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.boot-screen {
  display: grid;
  min-height: 100vh;
  place-items: center;
  align-content: center;
  gap: 20px;
  color: var(--paper);
  background: var(--navy);
}

.boot-screen img {
  width: 220px;
}

.boot-screen span {
  color: #aeb9c0;
}

/* Header */
.icon-svg {
  display: block;
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 900;
  width: 100%;
  color: var(--paper);
  pointer-events: none;
  transition: background-color 320ms ease;
}

.site-header > * {
  pointer-events: auto;
}

.site-header--home {
  background: transparent;
}

.site-header--inner {
  background: linear-gradient(180deg, #071018 0%, var(--navy) 100%);
}

.site-header.is-condensed {
  background: transparent;
}

.site-header--inner + .mobile-menu + .route-view {
  padding-top: var(--header-height);
}

.site-header--inner + .mobile-menu + .route-view--quality {
  padding-top: 0;
}

.utility-bar {
  max-height: 82px;
  min-height: 82px;
  overflow: visible;
  opacity: 1;
  transition:
    max-height 320ms cubic-bezier(0.22, 1, 0.36, 1),
    min-height 320ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.utility-bar__inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
}

.site-header.is-condensed .utility-bar {
  max-height: 0;
  min-height: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-18px);
}

.utility-search-shell {
  position: relative;
  z-index: 8;
  width: min(390px, 34vw);
}

.utility-search {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  padding: 0 2px;
  cursor: text;
  color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.68);
  background: transparent;
  text-align: left;
  transition: border-color 180ms ease, color 180ms ease;
}

.utility-search:hover,
.utility-search:focus-within {
  color: var(--paper);
  border-color: var(--paper);
}

.utility-search .icon-svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.utility-search span {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.utility-search__submit {
  display: grid;
  width: 28px;
  height: 36px;
  flex: 0 0 28px;
  padding: 0;
  place-items: center;
  cursor: pointer;
  color: inherit;
  border: 0;
  background: transparent;
}

.utility-search input {
  width: 100%;
  min-width: 0;
  padding: 8px 0;
  color: #fff;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 13px;
}

.utility-search input::placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.utility-search input::-webkit-search-cancel-button {
  filter: invert(1);
}

.utility-search-results {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: min(430px, calc(100vw - 36px));
  max-height: 360px;
  overflow-y: auto;
  color: #213443;
  border-top: 3px solid #0c75bb;
  background: #fff;
  box-shadow: 0 18px 44px rgba(4, 18, 29, 0.26);
}

.utility-search-results[hidden] {
  display: none;
}

.utility-search-results a {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  padding: 13px 16px;
  color: #213443;
  border-bottom: 1px solid #e4e9ec;
  background: #fff;
}

.utility-search-results a:hover,
.utility-search-results a:focus-visible {
  background: #f0f6fa;
}

.utility-search-results small {
  color: #0c75bb;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.utility-search-results strong {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.utility-search-results svg {
  width: 16px;
  height: 16px;
}

.utility-search-results p {
  margin: 0;
  padding: 16px;
  color: #667580;
  font-size: 12px;
}

.utility-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.utility-links a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  transition: color 180ms ease;
}

.utility-links a:hover,
.utility-links a.is-active {
  color: var(--paper);
}

.main-header {
  padding: 8px 0 18px;
  transition: padding 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.main-header__inner {
  display: grid;
  min-height: 96px;
  grid-template-columns: 118px minmax(0, 1fr) 146px;
  align-items: center;
  gap: 18px;
  padding: 0 28px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 55px rgba(4, 12, 18, 0.16);
  backdrop-filter: blur(18px);
  transition:
    min-height 320ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 320ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms ease;
}

.site-header.is-condensed .main-header {
  padding: 10px 0;
}

.site-header.is-condensed .main-header__inner {
  min-height: 72px;
  padding-inline: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 42px rgba(4, 12, 18, 0.22);
}

.brand {
  display: inline-flex;
  width: 102px;
  height: 76px;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  transition: width 260ms ease, height 260ms ease;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) saturate(100%);
  transform: scale(1.52);
  transform-origin: center;
}

.site-header.is-condensed .brand {
  width: 88px;
  height: 54px;
}

.desktop-nav {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.nav-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 6px;
  padding: 0 11px;
  cursor: pointer;
  color: #3e474d;
  border-radius: 4px;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 180ms ease, background-color 180ms ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--navy);
  background: rgba(47, 159, 172, 0.09);
}

.nav-link__caret {
  display: grid;
  place-items: center;
  transition: transform 220ms ease;
}

.nav-link__caret .icon-svg {
  width: 14px;
  height: 14px;
}

.nav-link--mega[aria-expanded="true"] .nav-link__caret {
  transform: rotate(180deg);
}

.header-contact-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  color: var(--paper);
  border: 1px solid var(--navy);
  border-radius: 3px;
  background: var(--navy);
  font-size: 13px;
  font-weight: 700;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.header-contact-button:hover {
  color: var(--navy);
  background: transparent;
  transform: translateY(-1px);
}

.header-contact-button .icon-svg {
  width: 17px;
  height: 17px;
}

.header-actions {
  display: none;
  align-items: center;
  gap: 8px;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  cursor: pointer;
  place-items: center;
  color: var(--navy);
  border-radius: 50%;
  background: rgba(12, 23, 33, 0.06);
}

.menu-button .icon-svg {
  width: 21px;
  height: 21px;
}

.mega-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 880;
  padding-top: 8px;
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(-12px);
  transition:
    opacity 220ms ease,
    transform 320ms ease,
    visibility 0s linear 320ms;
}

.mega-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.mega-menu:not(.is-open) *,
.mega-menu:not(.is-open) a,
.mega-menu:not(.is-open) button {
  pointer-events: none !important;
}

.mega-menu__layout {
  display: grid;
  grid-template-columns: 0.9fr 2.1fr 0.8fr;
  gap: 48px;
  padding: 40px;
  border: 1px solid rgba(215, 220, 222, 0.9);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 30px 65px rgba(8, 19, 27, 0.22);
  backdrop-filter: blur(18px);
}

.mega-menu__intro h2 {
  margin-bottom: 14px;
  font-size: 29px;
}

.mega-menu__intro p {
  margin-bottom: 24px;
  color: var(--steel);
  font-size: 14px;
}

.mega-menu__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
}

.mega-link {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 3px 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  transition: color 180ms ease, padding-left 180ms ease;
}

.mega-link:hover {
  padding-left: 7px;
  color: var(--copper-dark);
}

.mega-link > span {
  grid-row: 1 / 3;
  color: var(--copper-dark);
  font-size: 11px;
}

.mega-link strong {
  font-size: 14px;
}

.mega-link small {
  overflow: hidden;
  color: var(--steel);
  font-size: 12px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mega-menu__visual {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border-radius: 4px;
}

.mega-menu__visual::after {
  position: absolute;
  inset: 0;
  background: rgba(12, 23, 33, 0.34);
  content: "";
}

.mega-menu__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.mega-menu__visual:hover img {
  transform: scale(1.035);
}

.mega-menu__visual span {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--paper);
  font-size: 15px;
  font-weight: 700;
}

.mobile-menu {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  max-height: 920px;
  overflow: hidden;
  color: var(--paper);
  background: var(--navy);
}

.hero__media,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  animation: hero-settle 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__shade {
  background: rgba(5, 13, 19, 0.58);
}

.hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(100vh - var(--header-height));
  max-height: 920px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 80px;
  padding-top: 120px;
  padding-bottom: 96px;
}

.hero__copy {
  max-width: 880px;
}

.hero__copy h1 {
  margin-bottom: 24px;
  font-size: 72px;
}

.hero__copy > p:not(.eyebrow) {
  max-width: 750px;
  margin-bottom: 32px;
  color: #e2e7e9;
  font-size: 19px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__rail {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 15px 12px;
  padding: 26px 0 26px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.38);
}

.hero__rail span {
  color: #dca37f;
  font-size: 11px;
}

.hero__rail strong {
  font-size: 14px;
}

.hero__scroll {
  position: absolute;
  right: 50%;
  bottom: 22px;
  z-index: 3;
  color: var(--paper);
  font-size: 11px;
  text-transform: uppercase;
  transform: translateX(50%);
  animation: scroll-cue 1.8s ease-in-out infinite;
}

@keyframes hero-settle {
  from {
    opacity: 0.72;
    transform: scale(1.035);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scroll-cue {
  0%,
  100% {
    transform: translate(50%, 0);
  }
  50% {
    transform: translate(50%, 7px);
  }
}

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: var(--paper-warm);
}

.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-strip__grid > div {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 16px;
  padding: 22px 28px;
  border-right: 1px solid var(--line);
}

.trust-strip__grid > div:first-child {
  border-left: 1px solid var(--line);
}

.trust-strip strong {
  color: var(--copper-dark);
  font-family: Georgia, serif;
  font-size: 29px;
  font-weight: 400;
}

.trust-strip span {
  color: var(--ink-soft);
  font-size: 13px;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  align-items: center;
  gap: 88px;
}

.split-feature--reverse .split-feature__media {
  order: 2;
}

.split-feature__media {
  position: relative;
  min-height: 570px;
}

.split-feature__media img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}

.image-note {
  position: absolute;
  right: -24px;
  bottom: 24px;
  padding: 12px 16px;
  color: var(--paper);
  background: var(--navy);
  font-size: 11px;
  text-transform: uppercase;
}

.split-feature__copy h2 {
  margin-bottom: 22px;
  font-size: 48px;
}

.split-feature__copy p {
  color: var(--steel);
  font-size: 17px;
}

.split-feature__copy .text-link {
  margin-top: 12px;
}

/* Product systems */
.category-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.category-feature {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: var(--paper);
  background: var(--navy);
}

.category-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.category-feature__veil {
  position: absolute;
  inset: 0;
  background: rgba(7, 16, 24, 0.48);
  transition: background 300ms ease;
}

.category-feature:hover img {
  transform: scale(1.045);
}

.category-feature:hover .category-feature__veil {
  background: rgba(7, 16, 24, 0.62);
}

.category-feature__index {
  position: absolute;
  top: 26px;
  right: 26px;
  color: #dca37f;
  font-size: 12px;
}

.category-feature__body {
  position: absolute;
  right: 32px;
  bottom: 30px;
  left: 32px;
  display: grid;
  gap: 10px;
}

.category-feature__body small {
  font-size: 11px;
  text-transform: uppercase;
}

.category-feature__body strong {
  max-width: 400px;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 400;
}

.category-feature__body em {
  max-width: 440px;
  color: #e2e6e8;
  font-size: 14px;
  font-style: normal;
}

.category-feature__body b {
  justify-self: end;
  font-size: 24px;
  transition: transform 180ms ease;
}

.category-feature:hover .category-feature__body b {
  transform: translateX(7px);
}

.consultation-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 18px;
  border-top: 1px solid #c8cfd2;
  border-left: 1px solid #c8cfd2;
}

.consultation-list a {
  display: grid;
  min-height: 136px;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 8px 10px;
  padding: 24px;
  border-right: 1px solid #c8cfd2;
  border-bottom: 1px solid #c8cfd2;
  background: var(--paper);
  transition: color 180ms ease, background 180ms ease;
}

.consultation-list a:hover {
  color: var(--paper);
  background: var(--ink);
}

.consultation-list span {
  font-size: 15px;
  font-weight: 700;
}

.consultation-list small {
  color: var(--steel);
  font-size: 10px;
}

.consultation-list b {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
}

.process-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #33424d;
}

.process-preview__item {
  display: grid;
  padding: 24px;
  color: var(--paper);
  background: var(--navy);
  transition: background 240ms ease;
}

.process-preview__item:hover {
  background: var(--navy-2);
}

.process-preview__item > div {
  height: 260px;
  margin: -24px -24px 26px;
  overflow: hidden;
}

.process-preview__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  transition: opacity 260ms ease, transform 520ms ease;
}

.process-preview__item:hover img {
  opacity: 1;
  transform: scale(1.035);
}

.process-preview__item > span {
  color: #dca37f;
  font-size: 11px;
}

.process-preview__item h3 {
  margin: 14px 0;
  font-size: 24px;
}

.process-preview__item p {
  min-height: 92px;
  color: #aeb9c0;
  font-size: 14px;
}

.process-preview__item b {
  justify-self: start;
  color: #dca37f;
  font-size: 12px;
  text-transform: uppercase;
}

.solution-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.solution-step {
  min-height: 250px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: color 220ms ease, background 220ms ease;
}

.solution-step:hover {
  color: var(--paper);
  background: var(--ink);
}

.solution-step span {
  display: block;
  margin-bottom: 44px;
  color: var(--copper-dark);
  font-size: 11px;
}

.solution-step:hover span,
.solution-step:hover p {
  color: #d8dfe2;
}

.solution-step h3 {
  margin-bottom: 14px;
  font-size: 21px;
}

.solution-step p {
  margin: 0;
  color: var(--steel);
  font-size: 14px;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.application-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 560px;
  background: var(--navy);
}

.application-band__item {
  position: relative;
  overflow: hidden;
}

.application-band__item::after {
  position: absolute;
  inset: 0;
  background: rgba(7, 15, 21, 0.48);
  content: "";
  transition: background 260ms ease;
}

.application-band__item:hover::after {
  background: rgba(7, 15, 21, 0.3);
}

.application-band__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.application-band__item:hover img {
  transform: scale(1.04);
}

.application-band__item > span {
  position: absolute;
  right: 36px;
  bottom: 34px;
  left: 36px;
  z-index: 1;
  display: grid;
  color: var(--paper);
}

.application-band__item small {
  color: #dca37f;
  font-size: 11px;
  text-transform: uppercase;
}

.application-band__item strong {
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
}

.quality-cta {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 80px;
}

.quality-cta__copy h2 {
  margin-bottom: 22px;
  font-size: 46px;
}

.quality-cta__copy p {
  color: #536069;
  font-size: 17px;
}

.quality-cta__visual {
  min-height: 480px;
}

.quality-cta__visual img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

/* Shared page hero */
.page-hero {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  color: var(--paper);
  background: var(--navy);
}

.page-hero__media,
.page-hero__overlay {
  position: absolute;
  inset: 0;
}

.page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero__overlay {
  background: rgba(7, 16, 23, 0.63);
}

.page-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 500px;
  max-width: 950px;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: max(36px, calc((100% - var(--container)) / 2));
  padding: 90px 0 72px;
}

.page-hero__content h1 {
  margin-bottom: 18px;
  font-size: 62px;
}

.page-hero__content p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: #d6dde0;
  font-size: 19px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 42px;
  color: var(--steel);
  font-size: 12px;
}

.breadcrumbs a {
  color: var(--copper-dark);
}

/* Support center */
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.support-card {
  display: grid;
  min-height: 480px;
  grid-template-rows: auto 180px auto auto 1fr auto;
  gap: 14px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  transition: color 220ms ease, background 220ms ease;
}

.support-card:hover {
  color: var(--paper);
  background: var(--ink);
}

.support-card > span {
  color: var(--copper-dark);
  font-size: 11px;
}

.support-card > div {
  margin: 0 -28px;
  overflow: hidden;
}

.support-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.support-card:hover img {
  transform: scale(1.035);
}

.support-card h3 {
  margin: 4px 0 0;
  font-size: 21px;
}

.support-card p {
  color: var(--steel);
  font-size: 14px;
}

.support-card:hover p {
  color: #b9c3c9;
}

.support-card b {
  color: var(--copper-dark);
  font-size: 12px;
  text-transform: uppercase;
}

.material-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #34444f;
  border-left: 1px solid #34444f;
}

.material-tile {
  min-height: 190px;
  padding: 30px;
  border-right: 1px solid #34444f;
  border-bottom: 1px solid #34444f;
}

.material-tile span {
  color: #dca37f;
  font-size: 11px;
}

.material-tile h3 {
  margin-top: 62px;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 400;
}

.all-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.all-category-card {
  display: grid;
  min-height: 430px;
  grid-template-rows: auto 170px auto 1fr auto;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--line);
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.all-category-card:hover {
  color: var(--paper);
  background: var(--navy);
  transform: translateY(-5px);
}

.all-category-card > span {
  color: var(--copper-dark);
  font-size: 11px;
}

.all-category-card > div {
  margin: 0 -20px;
  overflow: hidden;
}

.all-category-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.all-category-card h3 {
  font-size: 18px;
}

.all-category-card p {
  color: var(--steel);
  font-size: 13px;
}

.all-category-card:hover p {
  color: #b7c1c7;
}

.all-category-card b {
  color: var(--copper-dark);
  font-size: 11px;
  text-transform: uppercase;
}

/* Product detail */
.product-detail {
  padding-top: 64px;
}

.product-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr);
  gap: 72px;
}

.product-gallery__primary {
  height: 660px;
  overflow: hidden;
  background: var(--mist);
}

.product-gallery__primary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 180ms ease;
}

.product-gallery__primary img.is-active {
  opacity: 1;
}

.product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 8px;
}

.product-gallery__thumbs button {
  height: 112px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  background: var(--mist);
}

.product-gallery__thumbs button.is-active {
  border-color: var(--copper);
}

.product-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail__content {
  position: sticky;
  top: 150px;
  align-self: start;
  padding-top: 20px;
}

.product-detail__content h1 {
  margin-bottom: 20px;
  font-size: 52px;
}

.product-lead {
  color: var(--steel);
  font-size: 18px;
}

.spec-block {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.spec-block h2 {
  margin-bottom: 14px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tag-list span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  color: var(--steel);
  font-size: 11px;
}

.product-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.product-note {
  margin-top: 18px;
  color: var(--steel);
  font-size: 12px;
}

.product-requirements {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
}

.product-requirements h2 {
  font-size: 42px;
}

.product-requirements p {
  color: var(--steel);
}

.requirement-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #c7ced1;
  border-left: 1px solid #c7ced1;
}

.requirement-grid > div {
  display: flex;
  min-height: 92px;
  align-items: center;
  gap: 18px;
  padding: 18px;
  border-right: 1px solid #c7ced1;
  border-bottom: 1px solid #c7ced1;
}

.requirement-grid span {
  color: var(--copper-dark);
  font-size: 10px;
}

.requirement-grid strong {
  font-size: 14px;
}

/* Process and solutions */
.process-switcher {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 48px;
  border: 1px solid var(--line);
}

.process-switcher button {
  display: flex;
  min-height: 92px;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  border-right: 1px solid var(--line);
  cursor: pointer;
  color: var(--steel);
  background: var(--paper);
  text-align: left;
  transition: color 180ms ease, background 180ms ease;
}

.process-switcher button:last-child {
  border-right: 0;
}

.process-switcher button.is-active {
  color: var(--paper);
  background: var(--ink);
}

.process-switcher span {
  color: var(--copper);
  font-size: 11px;
}

.process-switcher strong {
  font-size: 15px;
}

.process-detail {
  transition: opacity 180ms ease, transform 180ms ease;
}

.process-detail.is-switching {
  opacity: 0;
  transform: translateY(8px);
}

.process-detail__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.process-detail__head > div {
  max-width: 850px;
}

.process-detail__head h2 {
  margin-bottom: 14px;
  font-size: 48px;
}

.process-detail__head p {
  margin: 0;
  color: var(--steel);
}

.process-timeline {
  margin-top: 36px;
  border-top: 1px solid var(--line);
}

.process-step {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 34px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.process-step > span {
  color: var(--copper-dark);
  font-family: Georgia, serif;
  font-size: 26px;
}

.process-step h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.process-step p {
  max-width: 900px;
  margin: 0;
  color: var(--steel);
}

.solution-flow--large .solution-step {
  min-height: 290px;
}

.delivery-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
}

.delivery-grid h2 {
  font-size: 48px;
}

.delivery-grid > div:first-child p {
  color: #aeb9c0;
}

.delivery-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #34444f;
  border-left: 1px solid #34444f;
}

.delivery-options article {
  min-height: 210px;
  padding: 28px;
  border-right: 1px solid #34444f;
  border-bottom: 1px solid #34444f;
}

.delivery-options span {
  color: #dca37f;
  font-size: 11px;
}

.delivery-options h3 {
  margin: 42px 0 8px;
}

.delivery-options p {
  color: #aeb9c0;
  font-size: 14px;
}

/* Cases, quality, news */
.notice-block {
  max-width: 960px;
  margin-bottom: 50px;
  padding: 24px 28px;
  border-left: 3px solid var(--copper);
  background: var(--paper-warm);
}

.notice-block strong {
  display: block;
  margin-bottom: 6px;
}

.notice-block p {
  margin: 0;
  color: var(--steel);
}

.case-grid,
.quality-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.case-card,
.quality-card {
  border-bottom: 1px solid var(--line);
}

.case-card > div,
.quality-card > div {
  height: 360px;
  overflow: hidden;
}

.case-card img,
.quality-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.case-card:hover img,
.quality-card:hover img {
  transform: scale(1.035);
}

.case-card > span,
.quality-card > span {
  display: block;
  margin-top: 20px;
  color: var(--copper-dark);
  font-size: 11px;
}

.case-card h2,
.quality-card h2 {
  margin: 10px 0;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.case-card p,
.quality-card p {
  min-height: 52px;
  color: var(--steel);
  font-size: 14px;
}

.standards-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 70px;
}

.standards-layout h2 {
  font-size: 42px;
}

.standards-layout p {
  color: var(--steel);
}

.standards-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #c7ced1;
  border-left: 1px solid #c7ced1;
}

.standards-list span {
  display: grid;
  min-height: 110px;
  place-items: center;
  border-right: 1px solid #c7ced1;
  border-bottom: 1px solid #c7ced1;
  font-family: Georgia, serif;
  font-size: 18px;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.article-card {
  display: grid;
  grid-template-rows: 300px auto auto 1fr auto;
  border-bottom: 1px solid var(--line);
}

.article-card > div {
  overflow: hidden;
}

.article-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.article-card:hover img {
  transform: scale(1.035);
}

.article-card small {
  margin-top: 20px;
  color: var(--copper-dark);
  font-size: 10px;
  text-transform: uppercase;
}

.article-card h3 {
  margin: 10px 0 12px;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
}

.article-card p {
  color: var(--steel);
  font-size: 14px;
}

.article-card b {
  padding-bottom: 20px;
  color: var(--copper-dark);
  font-size: 11px;
  text-transform: uppercase;
}

.article-page__header {
  padding: 100px 0 72px;
  background: var(--paper-warm);
}

.article-page__header .container {
  max-width: 1050px;
}

.article-page__header h1 {
  max-width: 980px;
  margin-bottom: 20px;
  font-size: 60px;
}

.article-page__header > .container > p:not(.eyebrow) {
  max-width: 780px;
  color: var(--steel);
  font-size: 19px;
}

.article-page__image {
  width: min(calc(100% - 72px), 1260px);
  height: 600px;
  margin: 0 auto;
}

.article-page__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-page__body {
  display: grid;
  max-width: 1050px;
  grid-template-columns: 1fr 260px;
  gap: 70px;
  padding-top: 70px;
  padding-bottom: 110px;
}

.article-page__body > div > p {
  color: #49565f;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.8;
}

.article-page__body aside {
  align-self: start;
  padding: 24px;
  border-top: 3px solid var(--copper);
  background: var(--mist);
}

.article-page__body ol {
  padding-left: 20px;
  color: var(--steel);
  font-size: 13px;
}

.article-callout {
  margin-top: 50px;
  padding: 32px;
  color: var(--paper);
  background: var(--navy);
}

.article-callout p {
  color: #bdc7cc;
}

/* Technical support */
.support-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: start;
  gap: 70px;
}

.support-layout__aside {
  position: sticky;
  top: 150px;
  display: grid;
  gap: 4px;
  padding: 22px;
  border-left: 2px solid var(--copper);
  background: var(--paper-warm);
}

.support-layout__aside a {
  padding: 10px;
  color: var(--steel);
  font-size: 13px;
}

.support-layout__aside a:hover {
  color: var(--ink);
  background: var(--paper);
}

.accordion {
  border-top: 1px solid var(--line);
}

.accordion__item {
  border-bottom: 1px solid var(--line);
}

.accordion__item > button {
  display: flex;
  width: 100%;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 0;
  cursor: pointer;
  background: transparent;
  text-align: left;
}

.accordion__item > button span {
  font-family: Georgia, serif;
  font-size: 20px;
}

.accordion__item > button b {
  color: var(--copper-dark);
  font-size: 20px;
}

.accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 340ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease;
}

.accordion__panel > p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: var(--steel);
}

.accordion__panel.is-open {
  grid-template-rows: 1fr;
  padding-bottom: 24px;
  opacity: 1;
}

.support-downloads {
  padding-top: 100px;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.download-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.download-card > span {
  color: var(--copper-dark);
  font-size: 10px;
  text-transform: uppercase;
}

.download-card h3 {
  margin: 34px 0 12px;
  font-size: 20px;
}

.download-card p {
  color: var(--steel);
  font-size: 14px;
}

.download-card button {
  align-self: flex-start;
  margin-top: auto;
  padding: 0 0 4px;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  color: var(--copper-dark);
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

/* About and contact */
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #34444f;
  border-left: 1px solid #34444f;
}

.value-grid article {
  min-height: 280px;
  padding: 30px;
  border-right: 1px solid #34444f;
  border-bottom: 1px solid #34444f;
}

.value-grid span {
  color: #dca37f;
  font-size: 11px;
}

.value-grid h3 {
  margin: 64px 0 14px;
  font-size: 21px;
}

.value-grid p {
  color: #aeb9c0;
  font-size: 14px;
}

.contact-hero {
  padding: 110px 0;
  color: var(--paper);
  background: var(--navy);
}

.contact-hero__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: start;
  gap: 100px;
}

.contact-hero h1 {
  margin-bottom: 24px;
  font-size: 64px;
}

.contact-hero__grid > div > p:not(.eyebrow) {
  max-width: 600px;
  color: #bdc7cc;
  font-size: 18px;
}

.contact-details {
  margin-top: 60px;
  border-top: 1px solid #34444f;
}

.contact-details > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid #34444f;
}

.contact-details span {
  color: #dca37f;
  font-size: 10px;
  text-transform: uppercase;
}

.contact-details a,
.contact-details p {
  margin: 0;
  color: var(--paper);
  font-size: 14px;
}

.inquiry-form {
  display: grid;
  gap: 16px;
  padding: 34px;
  color: var(--ink);
  background: var(--paper);
}

.form-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
}

.form-head span {
  color: var(--copper-dark);
  font-size: 10px;
  text-transform: uppercase;
}

.form-head strong {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.inquiry-form label {
  display: grid;
  gap: 6px;
}

.inquiry-form label > span {
  color: var(--steel);
  font-size: 10px;
  text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 47px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper);
  resize: vertical;
}

.inquiry-form textarea {
  min-height: 126px;
}

.file-field input {
  padding: 8px;
  font-size: 12px;
}

.consent-field {
  display: grid !important;
  grid-template-columns: 20px 1fr;
  align-items: start;
}

.consent-field input {
  width: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  accent-color: var(--copper-dark);
}

.consent-field span {
  color: var(--steel) !important;
  font-size: 11px !important;
  line-height: 1.5;
  text-transform: none !important;
}

.form-status {
  min-height: 24px;
  margin: 0;
  font-size: 12px;
}

.form-status.is-success {
  color: var(--success);
}

.form-status.is-error {
  color: var(--error);
}

.contact-steps {
  padding: 0 0 100px;
  color: var(--paper);
  background: var(--navy);
}

.contact-steps .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #34444f;
  border-left: 1px solid #34444f;
}

.contact-steps .container > div {
  display: flex;
  min-height: 110px;
  align-items: center;
  gap: 18px;
  padding: 22px;
  border-right: 1px solid #34444f;
  border-bottom: 1px solid #34444f;
}

.contact-steps span {
  color: #dca37f;
  font-size: 11px;
}

.contact-steps strong {
  font-size: 15px;
}

/* Inquiry CTA */
.inquiry-banner {
  padding: 90px 0;
  color: var(--paper);
  background: var(--copper-dark);
}

.inquiry-banner__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.inquiry-banner h2 {
  max-width: 800px;
  margin-bottom: 14px;
  font-size: 50px;
}

.inquiry-banner p {
  max-width: 700px;
  margin: 0;
  color: #eaded7;
}

.inquiry-banner__inner > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Footer */
.site-footer {
  color: var(--paper);
  background: #071018;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 0.75fr 0.8fr 1.1fr;
  gap: 58px;
  padding-top: 80px;
  padding-bottom: 70px;
}

.footer-brand img {
  width: 200px;
  max-height: 62px;
  object-fit: contain;
  object-position: left;
}

.footer-brand p {
  max-width: 300px;
  margin-top: 24px;
  color: #a7b2b9;
  font-size: 14px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

.footer-social a {
  color: #d6dde0;
  font-size: 11px;
}

.footer-column,
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-column h3,
.footer-contact h3 {
  margin-bottom: 14px;
  color: #dca37f;
  font-size: 11px;
  text-transform: uppercase;
}

.footer-column a,
.footer-contact a {
  color: #c5ced3;
  font-size: 13px;
}

.footer-column a:hover,
.footer-contact a:hover {
  color: var(--paper);
}

.footer-contact p {
  color: #a7b2b9;
  font-size: 13px;
}

.footer-contact .button {
  margin-top: 14px;
}

.footer-bottom {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #273640;
}

.footer-bottom p {
  margin: 0;
  color: #7f8f99;
  font-size: 10px;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 700;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 7px 14px 7px 8px;
  color: var(--paper);
  background: #1b7f5a;
  box-shadow: 0 12px 30px rgba(9, 33, 24, 0.25);
  transition: transform 180ms ease, background 180ms ease;
}

.whatsapp-float:hover {
  background: #146246;
  transform: translateY(-3px);
}

.whatsapp-float span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
}

.whatsapp-float strong {
  font-size: 12px;
}

/* Overlays */
.overlay-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  background: rgba(6, 13, 18, 0.66);
  backdrop-filter: blur(8px);
}

.search-overlay,
.inquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 0s linear 220ms;
}

.search-overlay.is-open,
.inquiry-modal.is-open {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.search-panel {
  position: relative;
  width: min(calc(100% - 40px), 960px);
  margin: 9vh auto 0;
  padding: 52px;
  background: var(--paper);
  transform: translateY(-18px);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.search-overlay.is-open .search-panel,
.inquiry-modal.is-open .inquiry-modal__panel {
  transform: translateY(0);
}

.search-panel__close,
.inquiry-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.search-panel input {
  width: 100%;
  padding: 16px 0;
  border: 0;
  border-bottom: 2px solid var(--ink);
  border-radius: 0;
  font-family: Georgia, serif;
  font-size: 30px;
}

.search-results {
  display: grid;
  margin-top: 28px;
}

.search-results > p {
  color: var(--steel);
}

.search-results > p button {
  padding: 0;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  color: var(--copper-dark);
  background: transparent;
}

.search-results > a {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.search-results small {
  color: var(--copper-dark);
  font-size: 10px;
  text-transform: uppercase;
}

.search-results strong {
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 400;
}

.inquiry-modal__panel {
  position: relative;
  width: min(calc(100% - 40px), 760px);
  max-height: 88vh;
  margin: 6vh auto 0;
  overflow-y: auto;
  transform: translateY(22px);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.inquiry-modal__close {
  z-index: 2;
}

.inquiry-form--modal {
  padding: 42px;
}

/* Local admin and utility pages */
.admin-page,
.not-found {
  min-height: 70vh;
  padding: 100px 0;
}

.admin-page h1,
.not-found h1 {
  max-width: 850px;
  font-size: 56px;
}

.admin-page > .container > p,
.not-found p {
  max-width: 760px;
  color: var(--steel);
}

.admin-inquiries {
  display: grid;
  gap: 18px;
  margin-top: 50px;
}

.admin-inquiries article {
  padding: 28px;
  border: 1px solid var(--line);
}

.admin-inquiries article > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.admin-inquiries article > p {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--steel);
}

.admin-inquiries dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 6px 16px;
  margin-bottom: 0;
  font-size: 13px;
}

.admin-inquiries dt {
  color: var(--steel);
}

.admin-inquiries dd {
  margin: 0;
}

/* Responsive */
@media (max-width: 1320px) {
  .container {
    width: min(calc(100% - 48px), var(--container));
  }

  .main-header__inner {
    grid-template-columns: 104px minmax(0, 1fr) 132px;
    gap: 12px;
    padding-inline: 20px;
  }

  .brand {
    width: 92px;
  }

  .desktop-nav {
    gap: 0;
  }

  .nav-link {
    padding-inline: 6px;
    font-size: 10.5px;
  }

  .mega-menu__layout {
    grid-template-columns: 0.8fr 2fr;
  }

  .mega-menu__visual {
    display: none;
  }

  .consultation-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .all-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1180px) {
  :root {
    --header-height: 96px;
  }

  .utility-bar,
  .desktop-nav,
  .header-contact-button {
    display: none;
  }

  .main-header {
    padding: 12px 0;
  }

  .site-header.is-condensed .main-header {
    padding: 8px 0;
  }

  .main-header__inner {
    min-height: 72px;
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 0 18px;
  }

  .header-actions {
    grid-column: 2;
    display: flex;
  }

  .header-actions .icon-button {
    width: 42px;
    height: 42px;
    color: var(--navy);
    border-radius: 50%;
    background: rgba(12, 23, 33, 0.06);
  }

  .header-actions .icon-button:hover,
  .menu-button:hover {
    background: rgba(47, 159, 172, 0.13);
  }

  .menu-button {
    display: inline-grid;
  }

  .mega-menu {
    display: none;
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: block;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 220ms ease, visibility 0s linear 220ms;
  }

  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition-delay: 0s;
  }

  .mobile-menu__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 12, 17, 0.66);
    backdrop-filter: blur(9px);
  }

  .mobile-menu__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(470px, 94%);
    height: 100%;
    overflow-y: auto;
    color: var(--ink);
    background: var(--paper);
    overscroll-behavior: contain;
    box-shadow: -24px 0 60px rgba(4, 12, 18, 0.24);
    transform: translateX(calc(100% + 24px));
    transition: transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  .mobile-menu.is-open .mobile-menu__panel {
    transform: translateX(0);
  }

  .mobile-menu__top {
    display: flex;
    height: 88px;
    align-items: center;
    justify-content: space-between;
    padding: 16px 26px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

  .mobile-menu__top img {
    width: 102px;
    height: 62px;
    object-fit: contain;
    filter: brightness(0) saturate(100%);
    transform: scale(1.42);
    transform-origin: center;
  }

  .mobile-menu__top .icon-button {
    width: 42px;
    height: 42px;
    color: var(--navy);
    border-radius: 50%;
    background: var(--mist);
  }

  .mobile-menu__search {
    display: flex;
    width: calc(100% - 52px);
    min-height: 52px;
    align-items: center;
    gap: 12px;
    margin: 24px 26px 18px;
    padding: 0 16px;
    cursor: pointer;
    color: var(--steel);
    border: 1px solid var(--line);
    background: #f8f9f9;
    text-align: left;
    transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
  }

  .mobile-menu__search:hover {
    color: var(--navy);
    border-color: rgba(47, 159, 172, 0.55);
    background: var(--paper);
  }

  .mobile-menu__label {
    margin: 0;
    padding: 0 26px 8px;
    color: var(--copper-dark);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .mobile-menu nav {
    display: grid;
    padding: 0 26px;
  }

  .mobile-menu nav a {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
    font-weight: 600;
    transition: color 180ms ease, padding-left 180ms ease;
  }

  .mobile-menu nav a:hover {
    padding-left: 6px;
    color: var(--copper-dark);
  }

  .mobile-menu nav .icon-svg {
    width: 16px;
    height: 16px;
    color: var(--copper-dark);
  }

  .mobile-menu__contact {
    display: grid;
    gap: 10px;
    padding: 26px;
    color: var(--steel);
    font-size: 13px;
  }

  .mobile-menu__contact-button {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 8px;
    color: var(--paper);
    background: var(--navy);
    font-weight: 700;
  }

  .hero__copy h1 {
    font-size: 60px;
  }

  .category-feature {
    min-height: 500px;
  }

  .support-grid,
  .case-grid,
  .quality-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .all-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-main {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
  }

  .footer-contact {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .footer-contact h3,
  .footer-contact p {
    grid-column: 1;
  }

  .footer-contact a,
  .footer-contact .button {
    grid-column: 2;
  }
}

@media (max-width: 900px) {
  .container {
    width: min(calc(100% - 36px), var(--container));
  }

  .section {
    padding: 88px 0;
  }

  .section-heading {
    display: block;
    margin-bottom: 38px;
  }

  .section-heading h2 {
    font-size: 40px;
  }

  .section-heading .text-link {
    margin-top: 20px;
  }

  .hero {
    min-height: 760px;
  }

  .hero__content {
    min-height: 760px;
    grid-template-columns: 1fr;
    align-content: end;
    gap: 38px;
    padding-top: 90px;
    padding-bottom: 84px;
  }

  .hero__copy h1 {
    font-size: 52px;
  }

  .hero__rail {
    grid-template-columns: 32px 1fr 32px 1fr 32px 1fr;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-left: 0;
  }

  .trust-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-feature,
  .quality-cta,
  .product-requirements,
  .standards-layout,
  .delivery-grid,
  .contact-hero__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .split-feature--reverse .split-feature__media {
    order: 0;
  }

  .split-feature__media,
  .split-feature__media img {
    min-height: 440px;
    height: 440px;
  }

  .image-note {
    right: 14px;
  }

  .category-feature-grid,
  .process-preview,
  .application-band,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .category-feature {
    min-height: 520px;
  }

  .consultation-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-preview__item {
    grid-template-columns: 120px 1fr;
    gap: 10px 22px;
  }

  .process-preview__item > div {
    grid-row: 1 / 5;
    width: 120px;
    height: 160px;
    margin: -24px 0 -24px -24px;
  }

  .process-preview__item p {
    min-height: 0;
  }

  .application-band {
    min-height: auto;
  }

  .application-band__item {
    min-height: 460px;
  }

  .material-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-detail__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .product-detail__content {
    position: static;
  }

  .process-switcher {
    grid-template-columns: 1fr;
  }

  .process-switcher button {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .solution-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .support-layout {
    grid-template-columns: 1fr;
  }

  .support-layout__aside {
    position: static;
    display: flex;
    flex-wrap: wrap;
  }

  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-hero h1 {
    font-size: 52px;
  }

  .inquiry-banner__inner {
    display: grid;
  }

  .footer-main {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 70px 0;
  }

  .eyebrow {
    margin-bottom: 12px;
  }

  .section-heading {
    gap: 18px;
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .section-heading p {
    font-size: 15px;
  }

  .brand {
    width: 86px;
    height: 54px;
  }

  .main-header__inner {
    min-height: 72px;
    padding-inline: 14px;
  }

  .header-actions {
    gap: 0;
  }

  .hero {
    min-height: 680px;
    max-height: none;
  }

  .hero__media img {
    object-position: 58% center;
  }

  .hero__shade {
    background: rgba(5, 13, 19, 0.64);
  }

  .hero__content {
    min-height: 680px;
    max-height: none;
    gap: 25px;
    padding-top: 88px;
    padding-bottom: 76px;
  }

  .hero__copy h1 {
    font-size: 41px;
  }

  .hero__copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero__actions {
    display: grid;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__rail {
    display: none;
  }

  .trust-strip__grid > div {
    min-height: 94px;
    padding: 16px;
  }

  .trust-strip strong {
    font-size: 23px;
  }

  .trust-strip span {
    font-size: 11px;
  }

  .split-feature__media,
  .split-feature__media img {
    min-height: 330px;
    height: 330px;
  }

  .split-feature__copy h2,
  .quality-cta__copy h2,
  .product-requirements h2,
  .standards-layout h2,
  .delivery-grid h2 {
    font-size: 34px;
  }

  .category-feature {
    min-height: 440px;
  }

  .category-feature__body {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .category-feature__body strong {
    font-size: 28px;
  }

  .consultation-list {
    grid-template-columns: 1fr;
  }

  .consultation-list a {
    min-height: 90px;
  }

  .process-preview__item {
    display: grid;
    grid-template-columns: 96px 1fr;
    padding: 18px;
  }

  .process-preview__item > div {
    width: 96px;
    height: 138px;
    margin: -18px 0 -18px -18px;
  }

  .process-preview__item h3 {
    font-size: 19px;
  }

  .process-preview__item p {
    display: none;
  }

  .solution-flow {
    grid-template-columns: 1fr;
  }

  .solution-step {
    min-height: 210px;
  }

  .application-band__item {
    min-height: 390px;
  }

  .quality-cta__visual,
  .quality-cta__visual img {
    min-height: 340px;
    height: 340px;
  }

  .page-hero,
  .page-hero__content {
    min-height: 430px;
  }

  .page-hero__content {
    max-width: calc(100% - 28px);
    margin-left: 14px;
    padding: 74px 0 48px;
  }

  .page-hero__content h1 {
    font-size: 42px;
  }

  .page-hero__content p:not(.eyebrow) {
    font-size: 16px;
  }

  .support-grid,
  .all-category-grid,
  .case-grid,
  .quality-grid {
    grid-template-columns: 1fr;
  }

  .support-card {
    min-height: 420px;
  }

  .material-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .material-tile {
    min-height: 150px;
    padding: 20px;
  }

  .material-tile h3 {
    margin-top: 36px;
    font-size: 18px;
  }

  .product-detail {
    padding-top: 40px;
  }

  .product-gallery__primary {
    height: 430px;
  }

  .product-gallery__thumbs button {
    height: 75px;
  }

  .product-detail__content h1 {
    font-size: 40px;
  }

  .product-detail__actions {
    display: grid;
  }

  .requirement-grid {
    grid-template-columns: 1fr;
  }

  .process-detail__head {
    display: grid;
  }

  .process-detail__head h2 {
    font-size: 36px;
  }

  .process-step {
    grid-template-columns: 52px 1fr;
    gap: 18px;
  }

  .delivery-options,
  .download-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .article-page__header {
    padding: 72px 0 50px;
  }

  .article-page__header h1 {
    font-size: 41px;
  }

  .article-page__image {
    width: 100%;
    height: 360px;
  }

  .article-page__body {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 48px;
    padding-bottom: 70px;
  }

  .article-page__body > div > p {
    font-size: 18px;
  }

  .standards-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-hero {
    padding: 74px 0;
  }

  .contact-hero h1 {
    font-size: 42px;
  }

  .inquiry-form {
    padding: 24px 18px;
  }

  .form-head {
    display: grid;
  }

  .contact-steps .container {
    grid-template-columns: 1fr;
  }

  .inquiry-banner {
    padding: 70px 0;
  }

  .inquiry-banner h2 {
    font-size: 38px;
  }

  .inquiry-banner__inner > div:last-child {
    display: grid;
  }

  .footer-main {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 36px 24px;
    padding-top: 60px;
    padding-bottom: 48px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-contact {
    grid-column: 1 / -1;
    display: flex;
  }

  .footer-contact h3,
  .footer-contact p,
  .footer-contact a,
  .footer-contact .button {
    grid-column: auto;
  }

  .footer-bottom {
    display: grid;
    padding: 20px 0;
  }

  .whatsapp-float strong {
    display: none;
  }

  .whatsapp-float {
    width: 50px;
    height: 50px;
    padding: 8px;
    border-radius: 50%;
  }

  .search-panel {
    margin-top: 20px;
    padding: 46px 22px 30px;
  }

  .search-panel input {
    font-size: 21px;
  }

  .search-results > a {
    grid-template-columns: 1fr auto;
  }

  .search-results small {
    grid-column: 1 / -1;
  }

  .inquiry-modal__panel {
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
    margin-top: 10px;
  }

  .admin-page h1,
  .not-found h1 {
    font-size: 42px;
  }

  .admin-inquiries article > div {
    display: grid;
  }

  .admin-inquiries dl {
    grid-template-columns: 90px 1fr;
  }
}

/* PLM-reference rebuild: QIANXIN content in a blue/white industrial solution system. */
@font-face {
  font-family: "Dosis";
  src: url("/assets/fonts/dosis-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Dosis";
  src: url("/assets/fonts/dosis-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Dosis";
  src: url("/assets/fonts/dosis-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/assets/fonts/ibm-plex-sans-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/assets/fonts/ibm-plex-sans-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/assets/fonts/ibm-plex-sans-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --ink: #202020;
  --ink-soft: #334155;
  --navy: #0d1623;
  --navy-2: #1e2f46;
  --steel: #687483;
  --mist: #f5f5f5;
  --line: #dfe4e8;
  --paper: #ffffff;
  --paper-warm: #f5f5f5;
  --copper: #1687d4;
  --copper-dark: #0668aa;
  --signal: #1687d4;
  --container: 1320px;
  --header-height: 174px;
}

@media (min-width: 901px) {
  .container {
    width: min(calc(100% - 144px), var(--container));
  }
}

body {
  color: var(--ink);
  background: var(--paper);
  font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
  line-height: 1.7;
}

h1,
h2,
h3 {
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
}

h1,
h2 {
  font-weight: 600;
}

.eyebrow,
.plm-kicker {
  color: var(--signal);
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.section {
  padding: 104px 0;
}

.section-heading h2 {
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-heading p {
  color: var(--steel);
}

.button,
.plm-button {
  border-radius: 0;
}

.plm-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 22px;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.plm-button span {
  transition: transform 180ms ease;
}

.plm-button:hover span {
  transform: translateX(5px);
}

.plm-button--blue {
  color: #fff;
  background: var(--signal);
  border-color: var(--signal);
}

.plm-button--blue:hover {
  background: #0e70b5;
  border-color: #0e70b5;
  transform: translateY(-2px);
}

.plm-button--outline-light {
  color: #fff;
  background: rgba(13, 22, 35, 0.16);
  border-color: rgba(255, 255, 255, 0.82);
}

.plm-button--outline-light:hover {
  color: var(--navy);
  background: #fff;
}

/* Header */
.utility-bar {
  max-height: 66px;
  min-height: 66px;
}

.utility-bar__inner {
  min-height: 66px;
}

.utility-search-shell {
  width: min(520px, 43vw);
}

.utility-search {
  color: rgba(255, 255, 255, 0.86);
}

.utility-links a {
  font-size: 13px;
}

.main-header {
  padding: 8px 0 14px;
}

.main-header__inner {
  min-height: 86px;
  grid-template-columns: 142px minmax(0, 1fr) 150px;
  padding-inline: 20px;
  border-color: rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 16px 40px rgba(2, 13, 25, 0.16);
}

.brand {
  width: 124px;
  height: 70px;
}

.brand img {
  transform: scale(1.9);
}

.nav-link {
  min-height: 70px;
  padding-inline: 9px;
  color: #2c3c4d;
  border-radius: 0;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--signal);
  background: transparent;
}

.nav-link::after {
  position: absolute;
  right: 10px;
  bottom: 5px;
  left: 10px;
  height: 2px;
  background: var(--signal);
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 180ms ease, transform 220ms ease;
}

.nav-link {
  position: relative;
}

.nav-link:hover::after,
.nav-link.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-contact-button {
  min-height: 52px;
  border-radius: 0;
  background: var(--navy-2);
  border-color: var(--navy-2);
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-header.is-condensed .main-header__inner {
  min-height: 70px;
  border-color: rgba(220, 229, 235, 0.94);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 32px rgba(2, 13, 25, 0.2);
  backdrop-filter: blur(20px) saturate(125%);
}

.mega-menu__layout {
  border-radius: 0;
  border-top: 4px solid var(--signal);
}

.mega-menu__intro h2,
.mega-link strong {
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
}

.mega-menu__intro h2 {
  font-size: 32px;
  text-transform: uppercase;
}

.mega-link:hover {
  color: var(--signal);
}

/* PLM-style homepage */
.plm-kicker {
  margin: 0 0 18px;
}

.plm-kicker--light {
  color: #8fcaf3;
}

.plm-hero {
  position: relative;
  height: calc(100vh - 100px);
  min-height: 715px;
  max-height: 1090px;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.plm-hero__media,
.plm-hero__overlay {
  position: absolute;
  inset: 0;
}

.plm-hero__media img,
.plm-hero__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: plm-hero-in 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.plm-hero__media video {
  pointer-events: none;
  background: var(--navy);
}

.plm-hero__overlay {
  background: linear-gradient(90deg, rgba(4, 43, 76, 0.84) 0%, rgba(5, 54, 94, 0.6) 48%, rgba(9, 50, 82, 0.24) 100%);
}

.plm-hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 0;
  padding-block: 0;
}

.plm-hero__copy {
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
}

.plm-hero__copy h1 {
  margin: 0;
  font-size: 74px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.plm-hero__stroke {
  display: block;
  width: min(520px, 72%);
  height: 9px;
  margin: 18px 0 28px;
  background: var(--signal);
  clip-path: polygon(0 28%, 100% 0, 97% 72%, 4% 100%);
  transform-origin: left center;
  animation: plm-stroke-in 760ms 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.plm-hero__copy > p:not(.plm-kicker) {
  width: 100%;
  max-width: none;
  margin: 20px 0 40px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  line-height: 1.7;
}

.plm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.plm-hero__actions .plm-button {
  min-width: 226px;
  justify-content: space-between;
}

.plm-hero__scroll {
  position: absolute;
  right: 50%;
  bottom: 26px;
  z-index: 3;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  transform: translateX(50%);
  animation: plm-scroll-cue 1.8s ease-in-out infinite;
}

.plm-hero__scroll .icon-svg {
  width: 20px;
  height: 20px;
}

@keyframes plm-hero-in {
  from { opacity: 0.72; transform: scale(1.045); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes plm-stroke-in {
  from { opacity: 0; transform: scaleX(0); }
  to { opacity: 1; transform: scaleX(1); }
}

@keyframes plm-scroll-cue {
  0%, 100% { transform: translate(50%, 0); }
  50% { transform: translate(50%, 7px); }
}

.plm-intro {
  height: 590px;
  padding: 80px 0;
  background:
    repeating-linear-gradient(
      90deg,
      #fff 0,
      #fff 12.5%,
      #fbfcfd 12.5%,
      #fbfcfd 25%
    );
  box-sizing: border-box;
}

.plm-intro__inner {
  text-align: center;
}

.plm-intro h2,
.plm-section-title h2 {
  margin: 0 auto 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.26;
  text-transform: uppercase;
}

.plm-intro h2 {
  max-width: 980px;
  margin-bottom: 40px;
}

.plm-intro .plm-kicker {
  display: none;
}

.plm-intro__copy {
  max-width: 980px;
  min-height: 109px;
  margin: 0 auto;
  color: var(--steel);
  font-size: 16px;
  line-height: 1.72;
}

.plm-proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.plm-proof-row article {
  display: grid;
  min-height: 120px;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  align-items: start;
  padding: 0;
  text-align: left;
}

.plm-proof-row span {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: var(--signal);
  border-bottom: 2px solid var(--signal);
}

.plm-proof-row .icon-svg {
  width: 44px;
  height: 44px;
}

.plm-proof-row strong {
  display: block;
  margin: 0 0 8px;
  color: #004182;
  font-family: "Dosis", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
}

.plm-proof-row p {
  margin: 0;
  color: var(--steel);
  font-size: 14px;
}

.plm-innovation,
.plm-technical-section {
  padding: 70px 0;
  background: var(--mist);
}

.plm-innovation {
  height: 617px;
  padding: 80px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.plm-technical-section {
  height: 718px;
  margin-bottom: 60px;
  padding: 100px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}

.plm-section-title {
  max-width: 920px;
  margin: 0 auto 36px;
  text-align: center;
}

.plm-section-title > p:not(.plm-kicker) {
  max-width: 780px;
  margin: 0 auto;
  color: var(--steel);
}

.plm-section-title--light,
.plm-section-title--light > p:not(.plm-kicker) {
  color: #fff;
}

.plm-section-title--light > p:not(.plm-kicker) {
  color: #aab7c5;
}

.plm-innovation__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.plm-innovation .plm-section-title {
  margin-bottom: 40px;
}

.plm-innovation-card {
  position: relative;
  height: 361px;
  min-height: 361px;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.plm-innovation-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.plm-innovation-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 22, 35, 0.04) 22%, rgba(13, 22, 35, 0.9) 100%);
  transition: background 240ms ease;
}

.plm-innovation-card__number {
  display: none;
}

.plm-innovation-card__content {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 30px;
  display: flex;
  min-height: 80px;
  align-items: center;
  padding: 18px 16px;
  background: rgba(0, 76, 145, 0.9);
}

.plm-innovation-card__content strong {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-transform: none;
}

.plm-innovation-card__content small {
  display: none;
}

.plm-innovation-card__content b {
  display: none;
}

.plm-innovation-card:hover img {
  transform: scale(1.045);
}

.plm-innovation-card:hover .plm-innovation-card__shade {
  background: linear-gradient(180deg, rgba(13, 22, 35, 0.14) 10%, rgba(13, 22, 35, 0.95) 100%);
}

.plm-innovation-card:hover .plm-innovation-card__content b {
  transform: translateX(6px);
}

.plm-process-section {
  position: relative;
  height: 1094px;
  padding: 79px 0 0;
  color: #fff;
  background: var(--navy);
  box-sizing: border-box;
  overflow: hidden;
}

.plm-process-section::after {
  position: absolute;
  z-index: 0;
  top: 114px;
  right: 0;
  width: min(36vw, 560px);
  height: 120px;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.12) 0,
    rgba(255, 255, 255, 0.12) 1px,
    transparent 1px,
    transparent 23px
  );
  content: "";
  pointer-events: none;
}

.plm-process-section > .container {
  position: relative;
  z-index: 1;
}

.plm-process-section .plm-section-title {
  position: relative;
  max-width: none;
  margin: 0 0 115px;
  text-align: left;
}

.plm-process-section .plm-section-title h2 {
  margin-bottom: 42px;
  letter-spacing: 3px;
}

.plm-process-section .plm-section-title > p:not(.plm-kicker) {
  max-width: 900px;
  margin: 0;
  text-align: left;
}

.plm-process-section .plm-section-title::before {
  position: absolute;
  top: -78px;
  left: 0;
  color: rgba(255, 255, 255, 0.08);
  content: "PRODUCTS";
  font-family: "Dosis", sans-serif;
  font-size: 126px;
  font-weight: 600;
  line-height: 1;
}

.plm-product-track {
  display: flex;
  gap: 40px;
  padding-block: 24px;
  margin-block: -24px;
  overflow: visible;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.plm-product-tile {
  position: relative;
  flex: 0 0 calc((100% - 80px) / 3);
  height: 392px;
  min-height: 392px;
  overflow: hidden;
  color: #fff;
  background: #162333;
  transform-origin: center center;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.plm-product-tile img {
  width: 100%;
  height: 58%;
  object-fit: cover;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.plm-product-tile__overlay {
  position: absolute;
  inset: 0 0 42%;
  background: linear-gradient(180deg, rgba(13, 22, 35, 0.03), rgba(13, 22, 35, 0.18));
}

.plm-product-tile__index {
  position: absolute;
  top: 26px;
  right: 26px;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
}

.plm-product-tile__body {
  position: absolute;
  inset: 58% 0 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 8px;
  align-items: start;
  padding: 24px 26px 18px;
  background: #203653;
}

.plm-product-tile__body::before {
  position: absolute;
  top: -34px;
  left: 0;
  width: 86%;
  height: 35px;
  background: #203653;
  content: "";
  pointer-events: none;
}

.plm-product-tile__body > * {
  position: relative;
  z-index: 1;
}

.plm-product-tile__body small {
  color: #9bd5fa;
  font-size: 12px;
  text-transform: uppercase;
}

.plm-product-tile__body strong {
  align-self: start;
  margin-top: 8px;
  font-family: "Dosis", sans-serif;
  font-size: 25px;
  line-height: 1.05;
  text-transform: uppercase;
}

.plm-product-tile__body b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Dosis", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: transform 180ms ease;
}

.plm-product-tile__body b .icon-svg {
  width: 18px;
  height: 18px;
}

.plm-product-tile:hover {
  z-index: 4;
  box-shadow: 0 30px 52px rgba(0, 0, 0, 0.3);
  transform: scale(1.075);
}

.plm-product-tile:hover img {
  transform: scale(1.025);
}

.plm-product-tile:hover .plm-product-tile__body b {
  transform: translateX(6px);
}

.plm-process-lines {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
  border-top: 1px solid #324255;
  border-left: 1px solid #324255;
}

.plm-process-line {
  display: grid;
  min-height: 150px;
  grid-template-columns: 36px 1fr auto;
  gap: 20px;
  padding: 24px 22px;
  border-right: 1px solid #324255;
  border-bottom: 1px solid #324255;
  transition: background 220ms ease;
}

.plm-process-line > span {
  color: var(--signal);
  font-family: "Dosis", sans-serif;
  font-weight: 700;
}

.plm-process-line strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Dosis", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
}

.plm-process-line p {
  margin: 0;
  color: #aab7c5;
  font-size: 14px;
}

.plm-process-line > b {
  align-self: end;
}

.plm-process-line:hover {
  background: #162333;
}

.plm-process-bottom {
  display: flex;
  min-height: 52px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 45px;
}

.plm-process-controls {
  display: flex;
  gap: 12px;
}

.plm-process-controls button {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.plm-process-controls button:hover:not(:disabled) {
  color: var(--navy);
  border-color: #fff;
  background: #fff;
  transform: translateY(-2px);
}

.plm-process-controls button:disabled {
  opacity: 0.3;
  cursor: default;
}

.plm-process-visit {
  display: flex;
  min-height: 32px;
  align-items: center;
}

.plm-process-visit a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease;
}

.plm-process-visit a::after {
  content: "\2192";
  transition: transform 180ms ease;
}

.plm-process-visit a:hover {
  color: #8fcaf3;
  border-color: #8fcaf3;
}

.plm-process-visit a:hover::after {
  transform: translateX(5px);
}

.plm-service-section {
  position: relative;
  height: 717px;
  padding: 79px 0 0;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.plm-service-section > .container {
  position: relative;
  z-index: 1;
}

.plm-service-visual {
  position: absolute;
  top: -80px;
  right: -70px;
  width: min(52vw, 700px);
  height: 230px;
  margin: 0;
  overflow: hidden;
  opacity: 0.46;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 32%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 32%, #000 100%);
}

.plm-service-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), #fff 96%);
  content: "";
}

.plm-service-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(0.5) contrast(0.9);
}

.plm-service-heading {
  position: relative;
  z-index: 2;
  min-height: 130px;
  margin-bottom: 25px;
  padding-top: 0;
}

.plm-service-heading > span {
  position: absolute;
  top: 0;
  left: 0;
  color: #ececec;
  font-family: "Dosis", sans-serif;
  font-size: 126px;
  font-weight: 500;
  line-height: 1;
}

.plm-service-heading .plm-kicker,
.plm-service-heading h2 {
  position: relative;
  z-index: 1;
}

.plm-service-heading h2 {
  margin: 0;
  font-size: 40px;
  text-transform: uppercase;
}

.plm-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 402px;
  gap: 60px 40px;
}

.plm-service-card {
  display: grid;
  min-height: 171px;
  grid-template-columns: 58px 1fr;
  grid-template-rows: 46px 1fr;
  column-gap: 22px;
  padding: 0;
  background: #fff;
  transition: transform 240ms ease;
}

.plm-service-card > span {
  display: grid;
  width: 48px;
  height: 48px;
  grid-row: 1;
  place-items: center;
  color: var(--signal);
  border-bottom: 2px solid var(--signal);
}

.plm-service-card > span .icon-svg {
  width: 32px;
  height: 32px;
}

.plm-service-card > b {
  grid-row: 2;
  color: var(--steel);
  font-size: 18px;
  font-weight: 400;
}

.plm-service-card > div {
  position: relative;
  grid-column: 2;
  grid-row: 1 / 3;
}

.plm-service-card > div::before {
  position: absolute;
  top: -1px;
  left: -18px;
  color: var(--signal);
  content: "/";
  font-family: "Dosis", sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.plm-service-card h3 {
  margin: 0 0 10px;
  color: #064d8b;
  font-size: 21px;
  text-transform: none;
}

.plm-service-card p {
  margin: 0;
  color: var(--steel);
  font-size: 14px;
}

.plm-service-card:hover {
  transform: translateY(-4px);
}

.plm-technical-layout {
  display: grid;
  height: 478px;
  grid-template-columns: 739px 430px;
  align-items: stretch;
  justify-content: start;
  gap: 63px;
}

.plm-technical-section .plm-section-title {
  display: grid;
  min-height: 120px;
  place-items: center;
  margin-bottom: 20px;
}

.plm-technical-brand {
  position: relative;
  min-height: 478px;
  overflow: hidden;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(231, 238, 243, 0.96)),
    repeating-linear-gradient(45deg, transparent 0 20px, rgba(0, 65, 130, 0.04) 20px 21px);
}

.plm-technical-docs {
  position: relative;
  width: 100%;
  height: 478px;
}

.plm-technical-doc {
  position: absolute;
  display: block;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 20px 38px rgba(13, 22, 35, 0.18);
}

.plm-technical-doc--back {
  top: 52px;
  left: 9%;
  width: 42%;
  height: 370px;
  transform: rotate(-5deg);
}

.plm-technical-doc--front {
  top: 30px;
  left: 41%;
  width: 47%;
  height: 410px;
  transform: rotate(4deg);
}

.plm-technical-docs > span {
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 2;
  max-width: 230px;
  padding: 10px 14px;
  color: #fff;
  background: rgba(0, 65, 130, 0.92);
  font-family: "Dosis", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
  text-transform: uppercase;
}

.plm-technical-copy h2 {
  margin: 0 0 18px;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
}

.plm-technical-copy > p:not(.plm-kicker) {
  color: var(--steel);
}

.plm-download-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  height: 478px;
  gap: 30px;
  margin-top: 0;
  padding: 49px 0 79px;
  box-sizing: border-box;
}

.plm-download-grid a {
  position: relative;
  display: flex;
  height: 160px;
  min-height: 160px;
  flex-direction: column;
  justify-content: flex-end;
  gap: 7px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(0, 65, 130, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(13, 22, 35, 0.08);
  transition: color 220ms ease, background-color 220ms ease, transform 240ms ease, box-shadow 240ms ease;
}

.plm-download-grid a:hover {
  color: #fff;
  background: #004182;
  box-shadow: 0 20px 36px rgba(0, 65, 130, 0.2);
  transform: translateY(-5px);
}

.plm-download-grid span {
  position: absolute;
  top: 20px;
  left: 22px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--signal);
  border: 1px solid #c9e5f6;
  border-radius: 50%;
  background: #f3faff;
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.plm-download-grid span .icon-svg {
  width: 22px;
  height: 22px;
}

.plm-download-grid a:hover span {
  color: #004182;
  border-color: #fff;
  background: #fff;
}

.plm-download-grid strong {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  line-height: 1.15;
  text-transform: uppercase;
}

.plm-download-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--steel);
  font-size: 11px;
  line-height: 1.4;
  transition: color 220ms ease;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.plm-download-grid a:hover small {
  color: rgba(255, 255, 255, 0.76);
}

.plm-download-grid b {
  position: absolute;
  top: 22px;
  right: 22px;
  color: var(--signal);
  transition: color 220ms ease, transform 220ms ease;
}

.plm-download-grid a:hover b {
  color: #fff;
  transform: translateX(4px);
}

.plm-advantages {
  position: relative;
  height: 621px;
  min-height: 621px;
  overflow: hidden;
  color: #fff;
  background: repeating-linear-gradient(90deg, #07335a 0 20px, #0b3e69 20px 40px);
  margin-bottom: 60px;
}

.plm-advantages__inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 55%) minmax(0, 45%);
  padding: 60px 0 0 max(40px, calc((100vw - var(--container)) / 2));
  box-sizing: border-box;
}

.plm-advantages__copy {
  padding: 28px 68px 44px 0;
}

.plm-advantages .plm-section-title {
  max-width: none;
  margin: 0 0 32px;
  text-align: left;
}

.plm-advantages .plm-section-title > p:not(.plm-kicker) {
  max-width: 670px;
  line-height: 1.75;
}

.plm-advantages__brand {
  position: relative;
  display: block;
  height: 561px;
  min-height: 561px;
  overflow: hidden;
  background: #fff;
}

.plm-advantages__brand img {
  width: 100%;
  height: 561px;
  object-fit: cover;
  object-position: center;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.plm-advantages__brand:hover img {
  transform: scale(1.025);
}

.plm-advantages__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px 12px;
}

.plm-advantages__grid article {
  min-height: 90px;
  padding: 0 8px;
  text-align: center;
}

.plm-advantages__grid span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  margin: 0 auto 10px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.plm-advantages__grid span .icon-svg {
  width: 25px;
  height: 25px;
}

.plm-advantages__grid article:hover span {
  color: #004182;
  background: #fff;
  transform: translateY(-3px);
}

.plm-advantages__grid strong {
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

/* Support Center */
.plm-inner-head {
  padding: 80px 0 86px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.plm-inner-head .breadcrumbs {
  margin-bottom: 64px;
}

.plm-inner-head__title {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.plm-inner-head__title h1 {
  margin: 0 0 18px;
  font-size: 68px;
  text-transform: uppercase;
}

.plm-inner-head__title > p:not(.plm-kicker) {
  margin: 0;
  color: var(--steel);
  font-size: 17px;
}

.plm-support-section {
  padding: 90px 0 112px;
  background: #f7f8f9;
}

.plm-support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.plm-support-card {
  position: relative;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: 28px;
  background: #fff;
  transition: color 220ms ease, background-color 220ms ease;
}

.plm-support-card__index {
  color: var(--signal);
  font-family: "Dosis", sans-serif;
  font-weight: 700;
}

.plm-support-card__icon {
  position: absolute;
  top: 24px;
  right: 24px;
  color: var(--signal);
}

.plm-support-card h2 {
  min-height: 58px;
  margin: 28px 0 20px;
  font-size: 27px;
  text-transform: uppercase;
}

.plm-support-card__media {
  height: 185px;
  margin-inline: -28px;
  overflow: hidden;
}

.plm-support-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.plm-support-card p {
  min-height: 88px;
  margin: 22px 0 18px;
  color: var(--steel);
  font-size: 13px;
}

.plm-support-card > strong {
  margin-top: auto;
  color: var(--signal);
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
}

.plm-support-card:hover {
  color: #fff;
  background: var(--navy-2);
}

.plm-support-card:hover p {
  color: #c6d0d8;
}

.plm-support-card:hover img {
  transform: scale(1.04);
}

.plm-materials {
  padding: 104px 0;
  background: #fff;
}

.plm-materials__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.plm-materials__grid article {
  min-height: 150px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.plm-materials__grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--signal);
  font-family: "Dosis", sans-serif;
  font-weight: 700;
}

.plm-materials__grid strong {
  font-family: "Dosis", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
}

/* Reference-led inner page system */
.plm-page-banner {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.plm-page-banner__media,
.plm-page-banner__overlay {
  position: absolute;
  inset: 0;
}

.plm-page-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: plm-page-media-in 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.plm-page-banner__overlay {
  background:
    linear-gradient(90deg, rgba(11, 56, 92, 0.96) 0%, rgba(18, 112, 181, 0.84) 52%, rgba(12, 45, 70, 0.62) 100%),
    linear-gradient(rgba(13, 22, 35, 0.16), rgba(13, 22, 35, 0.16));
  mix-blend-mode: multiply;
}

.plm-page-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 300px;
  max-width: 920px;
  flex-direction: column;
  justify-content: center;
  padding-block: 60px;
  animation: plm-page-copy-in 520ms 90ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.plm-page-banner__content h1 {
  margin: 0 0 16px;
  font-size: clamp(50px, 5.8vw, 78px);
  line-height: 0.98;
  text-transform: uppercase;
}

.plm-page-banner__content > p:not(.plm-kicker) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.plm-page-trail {
  min-height: 62px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.plm-page-trail .breadcrumbs {
  min-height: 62px;
  align-items: center;
  margin: 0;
}

.plm-page-trail .breadcrumbs a {
  color: var(--signal);
}

@keyframes plm-page-media-in {
  from { opacity: 0.62; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes plm-page-copy-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.plm-process-catalog {
  padding: 96px 0 112px;
  background: #f7f8f9;
}

.plm-process-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.plm-process-catalog__card {
  display: grid;
  min-height: 610px;
  grid-template-rows: 330px 1fr;
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 22, 34, 0.06);
  transition: color 240ms ease, background-color 240ms ease, transform 260ms ease, box-shadow 260ms ease;
}

.plm-process-catalog__media {
  overflow: hidden;
}

.plm-process-catalog__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.plm-process-catalog__body {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.plm-process-catalog__body small {
  color: var(--signal);
  font-family: "Dosis", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.plm-process-catalog__body strong {
  margin: 20px 0 14px;
  font-family: "Dosis", sans-serif;
  font-size: 30px;
  line-height: 1.05;
  text-transform: uppercase;
}

.plm-process-catalog__body em {
  color: var(--steel);
  font-size: 14px;
  font-style: normal;
}

.plm-process-catalog__body b {
  margin-top: auto;
  padding-top: 24px;
  color: var(--signal);
  font-family: "Dosis", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.plm-process-catalog__card:hover {
  color: #fff;
  background: var(--navy-2);
  box-shadow: 0 28px 58px rgba(7, 22, 34, 0.18);
  transform: translateY(-6px);
}

.plm-process-catalog__card:hover img {
  transform: scale(1.045);
}

.plm-process-catalog__card:hover em {
  color: #c5d0da;
}

.contact-hero.contact-hero--plm {
  padding: 96px 0 110px;
  color: var(--ink);
  background: #f4f6f7;
}

.contact-hero.contact-hero--plm h2 {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(44px, 4.5vw, 64px);
  text-transform: uppercase;
}

.contact-hero.contact-hero--plm .eyebrow {
  color: var(--signal);
}

.contact-hero--plm .contact-hero__grid > div > p:not(.eyebrow) {
  color: var(--steel);
}

.contact-hero--plm .contact-details {
  border-color: var(--line);
}

.contact-hero--plm .contact-details > div {
  border-color: var(--line);
}

.contact-hero--plm .contact-details span {
  color: var(--signal);
}

.contact-hero--plm .contact-details a,
.contact-hero--plm .contact-details p {
  color: var(--ink);
}

.reveal {
  transform: translateY(14px);
  transition: opacity 420ms ease, transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

[id] {
  scroll-margin-top: 110px;
}

/* Footer and quick contact */
.plm-footer {
  height: 511px;
  min-height: 511px;
  box-sizing: border-box;
  color: #fff;
  background: var(--navy-2);
}

.plm-footer__grid.footer-main {
  min-height: 448px;
  grid-template-columns: 0.82fr 1.1fr 0.9fr 1.35fr;
  align-content: start;
  gap: 58px;
  padding-top: 64px;
  padding-bottom: 44px;
  box-sizing: border-box;
}

.plm-footer .footer-brand__logo {
  position: relative;
  display: block;
  width: 190px;
  height: 132px;
  overflow: hidden;
  margin: -16px 0 12px;
}

.plm-footer .footer-brand__logo img {
  position: absolute;
  top: -62px;
  left: -35px;
  width: 260px;
  height: 260px;
  max-height: none;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.plm-footer .footer-brand p,
.plm-footer .footer-contact p {
  color: #aebdca;
}

.plm-footer .footer-social a,
.plm-footer .footer-column a,
.plm-footer .footer-contact a {
  color: #d5dce3;
}

.plm-footer .footer-social a:hover,
.plm-footer .footer-column a:hover,
.plm-footer .footer-contact a:hover {
  color: #74c2f4;
}

.plm-footer .footer-column h3,
.plm-footer .footer-contact h3 {
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.plm-footer .footer-column a {
  position: relative;
  width: fit-content;
}

.plm-footer .footer-column a::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 1px;
  content: "";
  background: #74c2f4;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms ease;
}

.plm-footer .footer-column a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.plm-footer__inquiry {
  margin-top: 10px;
  padding: 0 0 6px;
  cursor: pointer;
  color: #74c2f4;
  border: 0;
  border-bottom: 1px solid rgba(116, 194, 244, 0.55);
  background: transparent;
  font-family: "Dosis", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.plm-footer__contact-line {
  display: block;
  width: fit-content;
  margin-top: 10px;
  color: #d5dce3;
  font-size: 12px;
}

.plm-footer .footer-bottom {
  display: flex;
  min-height: 63px;
  justify-content: space-between;
  gap: 28px;
  color: #93a2af;
  border-color: rgba(255, 255, 255, 0.16);
}

.plm-footer .footer-bottom > div {
  display: flex;
  gap: 24px;
}

.plm-contact-rail {
  position: fixed;
  right: 0;
  top: 18%;
  bottom: auto;
  z-index: 700;
  display: block;
  width: 150px;
  height: 240px;
  color: var(--signal);
  background: transparent;
}

.plm-contact-rail a,
.plm-contact-rail button {
  position: relative;
  display: block;
  width: 150px;
  height: 60px;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  color: var(--signal);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.plm-contact-rail span {
  position: absolute;
  top: 0;
  right: -95px;
  display: flex;
  width: 150px;
  height: 52px;
  align-items: center;
  gap: 19px;
  padding: 8px 20px;
  box-sizing: border-box;
  color: #004182;
  border: 1px solid #004182;
  border-right: 0;
  border-radius: 30px 0 0 30px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 22px rgba(4, 14, 25, 0.1);
  backdrop-filter: blur(12px);
  font-family: "Dosis", sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: right 300ms ease, color 220ms ease, background-color 220ms ease;
}

.plm-contact-rail span em {
  font-style: normal;
  text-transform: uppercase;
  white-space: nowrap;
}

.plm-contact-rail .icon-svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.plm-contact-rail a:hover span,
.plm-contact-rail button:hover span,
.plm-contact-rail a:focus-visible span,
.plm-contact-rail button:focus-visible span {
  right: 0;
  color: #fff;
  background: #004182;
}

/* Reference-style fixed message widget */
.message-widget {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  font-family: Arial, Helvetica, sans-serif;
}

.message-launcher {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  width: 123px;
  height: 44px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 10px 0 0;
  background: #004182;
  box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.12);
  transform: translateY(14px);
  transition: opacity 120ms linear, visibility 0s linear 120ms, transform 180ms ease-out;
  pointer-events: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.message-launcher:hover,
.message-launcher:focus-visible {
  background: #0061ad;
  transform: translateY(10px);
}

.message-launcher__icon {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  color: #004182;
  border-radius: 50%;
  background: #fff;
  place-items: center;
}

.message-launcher__icon .icon-svg {
  width: 17px;
  height: 17px;
}

.message-widget.is-open .message-launcher {
  opacity: 0;
  visibility: hidden;
  transform: translateY(44px);
  pointer-events: none;
}

.message-panel {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 440px;
  height: 600px;
  overflow: hidden;
  color: #3e3e3e;
  border: 1px solid #e5e5e5;
  border-right: 0;
  border-bottom: 0;
  border-radius: 10px 0 0;
  background: #fff;
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: transform 180ms ease-out, opacity 120ms linear, visibility 0s linear 180ms;
  pointer-events: none;
}

.message-widget.is-open .message-panel {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0s;
  pointer-events: auto;
}

.message-panel__header {
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px 0 20px;
  color: #fff;
  background: #004182;
}

.message-panel__header strong {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.message-panel__header button {
  display: grid;
  width: 26px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  color: #fff;
  border: 0;
  background: transparent;
  font: 400 26px/1 Arial, Helvetica, sans-serif;
  place-items: center;
}

.message-panel__body {
  height: calc(100% - 36px);
  overflow-y: auto;
  padding: 12px 14px 24px 15px;
  color: #3e3e3e;
  background: #fff;
  scrollbar-color: #8b8b8b #fcfcfc;
  scrollbar-width: auto;
}

.message-panel__intro {
  margin: 0 0 16px;
  color: #666;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.7px;
}

.message-form {
  display: grid;
  gap: 8px;
  margin: 0;
}

.message-field {
  display: grid;
  gap: 3px;
  margin: 0;
}

.message-field > span,
.message-options-group legend {
  color: #3e3e3e;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.4px;
  text-transform: none;
}

.message-field b,
.message-options-group legend b {
  color: #d2212b;
  font-weight: 700;
}

.message-options-group legend small {
  color: #777;
  font-size: 11px;
}

.message-field input:not([type="file"]),
.message-field textarea {
  display: block;
  width: 100%;
  height: 34px;
  min-height: 34px;
  padding: 5px 8px;
  color: #2f2f2f;
  border: 1px solid #767676;
  border-radius: 0;
  outline-offset: 1px;
  background: #fff;
  font: 400 13px/1.35 Arial, Helvetica, sans-serif;
}

.message-field textarea {
  height: 92px;
  min-height: 92px;
  resize: vertical;
}

.message-file-field input {
  width: 100%;
  height: 34px;
  padding: 4px;
  border: 1px solid #767676;
  border-radius: 0;
  background: #fff;
  font-size: 12px;
}

.message-options-group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.message-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px 5px;
  margin-top: 6px;
}

.message-options label,
.message-consent {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 4px;
  margin: 0;
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
}

.message-options input,
.message-consent input {
  width: 13px;
  height: 13px;
  min-height: 13px;
  flex: 0 0 13px;
  margin: 1px 0 0;
  accent-color: #004182;
}

.message-consent {
  margin-top: 4px;
}

.message-submit {
  display: flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 3px;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 0;
  background: #004182;
  font: 700 13px/1 Arial, Helvetica, sans-serif;
}

.message-submit:hover,
.message-submit:focus-visible {
  background: #0061ad;
}

.message-form .form-status {
  min-height: 16px;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 600px) {
  .plm-contact-rail {
    display: none;
  }

  .message-panel {
    right: 0;
    left: 0;
    width: auto;
    height: min(600px, calc(100dvh - 56px));
    border-radius: 10px 10px 0 0;
  }

  .message-panel__header {
    height: 44px;
    padding-left: 16px;
  }

  .message-panel__body {
    height: calc(100% - 44px);
    padding-inline: 12px;
  }

  .message-field input:not([type="file"]),
  .message-file-field input {
    height: 40px;
    min-height: 40px;
  }

  .message-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.inquiry-banner {
  height: 296px;
  min-height: 296px;
  margin-bottom: 60px;
  padding: 0;
  box-sizing: border-box;
  color: var(--ink);
  background: #fff;
}

.inquiry-banner__inner {
  height: 100%;
  align-items: center;
  padding-inline: 60px;
  box-sizing: border-box;
  background: #f3f5f6;
}

.inquiry-banner__copy h2 {
  margin: 0 0 8px;
  color: #004182;
  font-family: "Dosis", sans-serif;
  font-size: 42px;
  line-height: 1.16;
  text-transform: uppercase;
}

.inquiry-banner__brand {
  display: block;
  margin-bottom: 8px;
  color: #004182;
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.inquiry-banner__copy p:last-child {
  max-width: 650px;
  color: var(--steel);
}

.inquiry-banner__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.inquiry-banner__phone {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #004182;
}

.inquiry-banner__phone .icon-svg {
  width: 40px;
  height: 40px;
  padding: 8px;
  border: 1px solid #b7d8ed;
  border-radius: 50%;
  box-sizing: border-box;
}

.inquiry-banner__phone span {
  display: grid;
  gap: 2px;
}

.inquiry-banner__phone small {
  color: var(--steel);
  font-size: 10px;
  text-transform: uppercase;
}

.inquiry-banner__phone strong {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
}

/* Existing inner pages inherit the same reference-site language. */
.page-hero,
.contact-hero {
  background: var(--navy);
}

.page-hero h1,
.contact-hero h1,
.product-hero h1 {
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.support-card,
.case-card,
.quality-card,
.all-category-card,
.article-card {
  border-radius: 0;
}

@media (max-width: 1320px) {
  .main-header__inner {
    grid-template-columns: 132px minmax(0, 1fr) 142px;
  }

  .nav-link {
    padding-inline: 6px;
    font-size: 11px;
  }

  .plm-innovation-card {
    min-height: 340px;
  }

}

@media (max-width: 1180px) {
  :root {
    --header-height: 96px;
  }

  .main-header__inner {
    grid-template-columns: 1fr auto;
    border-radius: 0;
  }

  .plm-innovation__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .plm-innovation-card:nth-child(4),
  .plm-innovation-card:nth-child(5) {
    min-height: 330px;
  }

  .plm-technical-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
    gap: 34px;
  }

  .plm-footer {
    height: auto;
    min-height: 0;
  }

  .plm-footer__grid.footer-main {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plm-process-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1559px) and (min-width: 1400px) {
  .plm-hero {
    height: calc(100vh - 200px);
  }
}

@media (max-width: 1399px) and (min-width: 901px) {
  .plm-hero {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 1100px) {
  .plm-support-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .plm-intro,
  .plm-innovation,
  .plm-process-section,
  .plm-service-section,
  .plm-technical-section {
    height: auto;
    overflow: visible;
  }

  .plm-hero {
    height: 760px;
    min-height: 760px;
  }

  .plm-hero__content {
    height: 100%;
    min-height: 0;
    padding-bottom: 90px;
  }

  .plm-hero__copy {
    bottom: 90px;
    width: 100%;
  }

  .plm-hero__copy h1 {
    font-size: clamp(54px, 12vw, 78px);
  }

  .plm-hero__copy > p:not(.plm-kicker) {
    font-size: 17px;
    line-height: 1.6;
  }

  .plm-proof-row,
  .plm-process-lines,
  .plm-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .plm-innovation__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .plm-product-track {
    margin-inline: calc((100vw - min(calc(100vw - 36px), var(--container))) / -2);
    padding-inline: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .plm-product-tile:hover {
    box-shadow: none;
    transform: none;
  }

  .plm-product-track::-webkit-scrollbar {
    display: none;
  }

  .plm-product-tile {
    flex: 0 0 min(78vw, 360px);
    height: 420px;
    min-height: 420px;
    scroll-snap-align: start;
  }

  .plm-technical-layout,
  .plm-footer__lead {
    grid-template-columns: 1fr;
  }

  .plm-technical-brand,
  .plm-technical-docs {
    min-height: 390px;
    height: 390px;
  }

  .plm-technical-doc--back {
    height: 312px;
  }

  .plm-technical-doc--front {
    height: 330px;
  }

  .plm-advantages__inner {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .plm-advantages {
    height: auto;
    min-height: 0;
  }

  .plm-advantages__copy {
    padding: 72px 32px;
  }

  .plm-advantages__brand {
    min-height: 360px;
  }

  .plm-advantages__brand img {
    height: 360px;
  }

  .plm-technical-media {
    min-height: 430px;
  }

  .plm-advantages__grid,
  .plm-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .plm-materials__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .plm-footer__lead {
    gap: 28px;
  }

  .plm-footer__grid.footer-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .plm-footer .footer-brand,
  .plm-footer .footer-contact {
    grid-column: 1 / -1;
  }

  .plm-page-banner,
  .plm-page-banner__content {
    min-height: 260px;
  }

  .plm-page-banner__content {
    padding-block: 46px;
  }

  .plm-process-catalog__grid {
    grid-template-columns: 1fr;
  }

  .plm-process-catalog__card {
    min-height: 520px;
    grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
    grid-template-rows: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .plm-hero {
    height: 520px;
    min-height: 520px;
  }

  .plm-hero__media img,
  .plm-hero__media video {
    object-position: 38% center;
  }

  .plm-hero__overlay {
    background: linear-gradient(180deg, rgba(13, 22, 35, 0.36) 0%, rgba(13, 22, 35, 0.86) 68%, rgba(13, 22, 35, 0.96) 100%);
  }

  .plm-hero__content {
    height: 100%;
    min-height: 0;
    padding-bottom: 48px;
  }

  .plm-hero__copy {
    bottom: 48px;
  }

  .plm-hero__copy h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .plm-hero__stroke {
    display: none;
  }

  .plm-hero__actions {
    display: block;
  }

  .plm-hero__actions .plm-button {
    width: auto;
    min-width: 198px;
  }

  .plm-hero__copy > p:not(.plm-kicker) {
    margin: 18px 0 24px;
    font-size: 14px;
    line-height: 1.55;
  }

  .plm-hero__scroll {
    display: none;
  }

  .plm-intro,
  .plm-innovation,
  .plm-process-section,
  .plm-service-section,
  .plm-technical-section,
  .plm-materials {
    padding: 76px 0;
  }

  .plm-technical-section {
    margin-bottom: 40px;
  }

  .plm-intro h2,
  .plm-section-title h2,
  .plm-technical-copy h2 {
    font-size: 38px;
  }

  .plm-intro {
    padding-block: 44px 48px;
  }

  .plm-intro h2 {
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 1.2;
  }

  .plm-intro__copy {
    min-height: 0;
    font-size: 14px;
    line-height: 1.58;
  }

  .plm-process-lines,
  .plm-support-grid,
  .plm-materials__grid {
    grid-template-columns: 1fr;
  }

  .plm-proof-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 30px;
  }

  .plm-proof-row article {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-items: center;
    text-align: center;
  }

  .plm-proof-row span {
    width: 46px;
    height: 46px;
  }

  .plm-proof-row .icon-svg {
    width: 30px;
    height: 30px;
  }

  .plm-proof-row strong {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
  }

  .plm-proof-row p {
    display: none;
  }

  .plm-innovation__grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(278px, 84vw);
    gap: 14px;
    margin-inline: -14px;
    padding-inline: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .plm-innovation__grid::-webkit-scrollbar {
    display: none;
  }

  .plm-innovation-card {
    scroll-snap-align: start;
  }

  .plm-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 18px;
  }

  .plm-service-visual {
    display: none;
  }

  .plm-download-grid,
  .plm-advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plm-service-heading > span,
  .plm-process-section .plm-section-title::before {
    font-size: 76px;
  }

  .plm-service-card {
    min-height: 188px;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: 40px 1fr;
    column-gap: 12px;
  }

  .plm-service-card > span {
    width: 38px;
    height: 38px;
  }

  .plm-service-card > span .icon-svg {
    width: 26px;
    height: 26px;
  }

  .plm-service-card h3 {
    font-size: 18px;
  }

  .plm-service-card p {
    font-size: 12px;
    line-height: 1.5;
  }

  .plm-technical-brand,
  .plm-technical-docs {
    height: 280px;
    min-height: 280px;
  }

  .plm-technical-doc--back {
    top: 28px;
    left: 6%;
    width: 46%;
    height: 214px;
  }

  .plm-technical-doc--front {
    top: 18px;
    left: 43%;
    width: 51%;
    height: 232px;
  }

  .plm-technical-docs > span {
    right: 12px;
    bottom: 12px;
    max-width: 190px;
    font-size: 10px;
  }

  .plm-download-grid a {
    height: auto;
    min-height: 138px;
  }

  .plm-advantages__copy {
    padding: 68px 20px 54px;
  }

  .plm-proof-row {
    margin-top: 46px;
  }

  .plm-innovation-card,
  .plm-innovation-card:nth-child(4),
  .plm-innovation-card:nth-child(5) {
    height: 390px;
    min-height: 390px;
  }

  .plm-process-line {
    min-height: 180px;
  }

  .plm-technical-media {
    min-height: 300px;
  }

  .plm-advantages__inner {
    padding-block: 0;
  }

  .plm-advantages__brand {
    min-height: 280px;
  }

  .plm-advantages__brand img {
    height: 280px;
  }

  .plm-advantages__grid {
    gap: 24px 10px;
  }

  .plm-advantages__grid article {
    min-height: 86px;
    padding-inline: 2px;
  }

  .plm-inner-head {
    padding: 54px 0 62px;
  }

  .plm-inner-head .breadcrumbs {
    margin-bottom: 42px;
  }

  .plm-inner-head__title h1 {
    font-size: 48px;
  }

  .plm-page-banner,
  .plm-page-banner__content {
    min-height: 240px;
  }

  .plm-page-banner__media img {
    object-position: center;
  }

  .plm-page-banner__content h1 {
    font-size: 44px;
  }

  .plm-page-banner__content > p:not(.plm-kicker) {
    font-size: 15px;
  }

  .plm-page-trail,
  .plm-page-trail .breadcrumbs {
    min-height: 54px;
  }

  .plm-process-catalog {
    padding: 72px 0 78px;
  }

  .plm-process-catalog__card {
    min-height: 530px;
    grid-template-columns: 1fr;
    grid-template-rows: 280px 1fr;
  }

  .plm-process-catalog__body {
    padding: 24px;
  }

  .contact-hero--plm {
    padding: 70px 0 78px;
  }

  .contact-hero--plm h2 {
    font-size: 40px;
  }

  .plm-support-section {
    padding: 56px 0 76px;
  }

  .plm-support-card {
    min-height: 490px;
  }

  .plm-footer__lead {
    padding-top: 64px;
    padding-bottom: 54px;
  }

  .plm-footer__lead h2 {
    font-size: 38px;
  }

  .plm-footer__grid.footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 18px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .plm-footer .footer-brand,
  .plm-footer .footer-contact {
    grid-column: 1 / -1;
  }

  .plm-footer .footer-bottom {
    display: grid;
  }

  .inquiry-banner {
    height: auto;
    min-height: 0;
    margin-bottom: 40px;
    padding: 52px 0;
  }

  .inquiry-banner__inner,
  .inquiry-banner__actions {
    display: grid;
    gap: 28px;
  }

  .inquiry-banner__copy h2 {
    font-size: 36px;
  }

  .inquiry-banner__actions .plm-button {
    width: 100%;
  }

  .plm-contact-rail {
    inset: auto 14px 16px auto;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: visible;
    background: transparent;
    box-shadow: 0 12px 30px rgba(4, 14, 25, 0.2);
    transform: none;
  }

  .plm-contact-rail a,
  .plm-contact-rail button,
  .plm-contact-rail a:hover,
  .plm-contact-rail button:hover {
    width: 50px;
    height: 50px;
    border-right: 0;
    border-bottom: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--navy-2);
    box-shadow: none;
  }

  .plm-contact-rail span,
  .plm-contact-rail a:hover span,
  .plm-contact-rail button:hover span,
  .plm-contact-rail a:focus-visible span,
  .plm-contact-rail button:focus-visible span {
    position: static;
    display: grid;
    width: 50px;
    height: 50px;
    padding: 0;
    place-items: center;
    color: #fff;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
  }

  .plm-contact-rail span em {
    display: none;
  }

  .plm-contact-rail > :last-child {
    border-bottom: 0;
  }

  .plm-contact-rail > :not(:first-child) {
    display: none;
  }

}

/* Reference-aligned inner pages */
.plm-narrative-hero {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  color: #fff;
  background: #7893a5;
}

.plm-narrative-hero__media,
.plm-narrative-hero__wash {
  position: absolute;
  inset: 0;
}

.plm-narrative-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  filter: saturate(0.72) contrast(0.9);
  animation: plm-inner-image-in 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.plm-narrative-hero__wash {
  background:
    linear-gradient(90deg, rgba(91, 121, 142, 0.99) 0%, rgba(103, 137, 158, 0.96) 47%, rgba(78, 109, 130, 0.62) 100%),
    linear-gradient(0deg, rgba(12, 23, 33, 0.18), rgba(12, 23, 33, 0.02));
}

.plm-narrative-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 490px;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: 74px;
  align-items: center;
  padding-block: 62px 82px;
}

.plm-narrative-hero__mark {
  display: grid;
  width: 190px;
  height: 190px;
  place-content: center;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(10, 34, 52, 0.08);
  animation: plm-inner-copy-in 620ms 80ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.plm-narrative-hero__mark span {
  font-family: "Dosis", Arial, sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 0.8;
}

.plm-narrative-hero__mark small {
  margin-top: 16px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.plm-narrative-hero__copy {
  max-width: 830px;
  animation: plm-inner-copy-in 620ms 140ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.plm-narrative-hero__copy h1 {
  max-width: 850px;
  margin: 12px 0 24px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: clamp(52px, 5.3vw, 78px);
  font-weight: 600;
  line-height: 0.98;
  text-transform: uppercase;
}

.plm-narrative-hero__copy > p:not(.plm-kicker) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.plm-narrative-hero__tabs {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(30, 60, 80, 0.22);
  backdrop-filter: blur(8px);
}

.plm-narrative-hero__tabs .container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plm-narrative-hero__tabs a {
  display: flex;
  min-height: 80px;
  gap: 14px;
  align-items: center;
  padding: 18px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  font-family: "Dosis", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 220ms ease, background-color 220ms ease;
}

.plm-narrative-hero__tabs a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.plm-narrative-hero__tabs a:hover {
  color: var(--navy);
  background: #fff;
}

.plm-narrative-hero__tabs span {
  color: rgba(255, 255, 255, 0.62);
  transition: color 220ms ease;
}

.plm-narrative-hero__tabs a:hover span {
  color: var(--signal);
}

.plm-catalog-hero {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.plm-catalog-hero > img,
.plm-catalog-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.plm-catalog-hero > img {
  object-fit: cover;
  object-position: center;
  animation: plm-inner-image-in 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.plm-catalog-hero__overlay {
  background: linear-gradient(90deg, rgba(20, 74, 108, 0.92), rgba(43, 118, 159, 0.72), rgba(8, 35, 55, 0.78));
}

.plm-catalog-hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 390px;
  max-width: 960px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 72px;
  text-align: center;
  animation: plm-inner-copy-in 620ms 110ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.plm-catalog-hero__copy h1 {
  margin: 12px 0 18px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: clamp(54px, 6vw, 82px);
  text-transform: uppercase;
}

.plm-catalog-hero__copy > p:not(.plm-kicker) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
}

@keyframes plm-inner-image-in {
  from { opacity: 0.6; transform: scale(1.04); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes plm-inner-copy-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.plm-directory-head {
  max-width: 860px;
  margin: 0 auto 58px;
  text-align: center;
}

.plm-directory-head > span {
  display: block;
  margin-bottom: 12px;
  color: #d8e2e7;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 0.85;
}

.plm-directory-head h2 {
  margin: 10px 0 18px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: clamp(40px, 4vw, 58px);
  text-transform: uppercase;
}

.plm-directory-head > p:not(.plm-kicker) {
  margin: 0 auto;
  color: var(--steel);
  font-size: 16px;
}

.plm-directory-head--light,
.plm-directory-head--light > p:not(.plm-kicker) {
  color: #fff;
}

.plm-directory-head--light > p:not(.plm-kicker) {
  color: #b9c7d1;
}

.plm-support-section,
.plm-process-catalog,
.plm-news-section,
.plm-case-section,
.plm-quality-section,
.plm-technical-body {
  padding: 100px 0 116px;
  background: #f7f8f9;
}

.plm-support-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.plm-process-catalog__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.plm-process-catalog__card {
  min-height: 540px;
  grid-template-rows: 270px 1fr;
  border: 0;
  box-shadow: none;
}

.plm-process-catalog__body strong {
  font-size: 25px;
}

.plm-process-catalog__card:hover {
  transform: none;
}

.plm-consultation {
  padding: 104px 0 116px;
  background: #fff;
}

.plm-consultation__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.plm-consultation-card {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.plm-consultation-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(5, 19, 29, 0.02) 28%, rgba(5, 19, 29, 0.9) 100%);
}

.plm-consultation-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.plm-consultation-card:hover img {
  transform: scale(1.04);
}

.plm-consultation-card > div {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 32px;
}

.plm-consultation-card span,
.plm-integrated-row__copy > span,
.plm-case-card span,
.plm-quality-card span {
  color: #82d1d9;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.plm-consultation-card h3 {
  margin: 12px 0;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 31px;
  text-transform: uppercase;
}

.plm-consultation-card p {
  margin: 0;
  color: #d3dde3;
  font-size: 14px;
}

.plm-integrated {
  padding: 106px 0 120px;
  background: #f1f3f4;
}

.plm-integrated__list {
  display: grid;
  gap: 24px;
}

.plm-integrated-row {
  display: grid;
  min-height: 430px;
  grid-template-columns: 1.05fr 0.95fr;
  color: #fff;
  background: #2f9fac;
}

.plm-integrated-row.is-reverse {
  grid-template-columns: 0.95fr 1.05fr;
  background: var(--navy-2);
}

.plm-integrated-row.is-reverse .plm-integrated-row__media {
  order: 2;
}

.plm-integrated-row__media {
  min-height: 430px;
  overflow: hidden;
}

.plm-integrated-row__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.plm-integrated-row:hover .plm-integrated-row__media img {
  transform: scale(1.035);
}

.plm-integrated-row__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px clamp(34px, 5vw, 72px);
}

.plm-integrated-row__copy h3 {
  margin: 12px 0 20px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  text-transform: uppercase;
}

.plm-integrated-row__copy > p:not(.plm-kicker) {
  color: rgba(255, 255, 255, 0.82);
}

.plm-integrated-row__copy button {
  align-self: flex-start;
  margin-top: 28px;
  padding: 12px 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  background: transparent;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.plm-case-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.plm-case-card {
  position: relative;
  min-height: 390px;
  grid-column: span 4;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.plm-case-card:first-child,
.plm-case-card:nth-child(4) {
  grid-column: span 8;
}

.plm-case-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.plm-case-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 30%, rgba(5, 17, 26, 0.9) 100%);
}

.plm-case-card:hover img {
  transform: scale(1.04);
}

.plm-case-card > div {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
}

.plm-case-card h2 {
  margin: 10px 0 8px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}

.plm-case-card p {
  margin: 0;
  color: #d4dde3;
}

.plm-case-method {
  display: grid;
  max-width: 920px;
  margin: 82px auto 0;
  justify-items: center;
  text-align: center;
}

.plm-case-method h2 {
  margin: 10px 0 18px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 44px;
  text-transform: uppercase;
}

.plm-case-method > p:not(.plm-kicker) {
  color: var(--steel);
}

.plm-case-method .plm-button {
  margin-top: 22px;
}

.plm-news-section .article-grid {
  gap: 22px;
}

.plm-news-section .article-card {
  min-height: 570px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 38px rgba(9, 25, 38, 0.06);
}

.plm-news-section .article-card > div {
  height: 260px;
  overflow: hidden;
}

.plm-news-section .article-card > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.plm-news-section .article-card:hover > div img {
  transform: scale(1.04);
}

/* News index: reference-led compact listing */
.site-header--news {
  background: transparent;
}

.site-header--news + .mobile-menu + .route-view--news {
  padding-top: 0;
}

.plm-news-hero {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  color: #fff;
  background: #173f61;
}

.plm-news-hero > img,
.plm-news-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.plm-news-hero > img {
  object-fit: cover;
  object-position: center 46%;
  animation: plm-inner-image-in 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.plm-news-hero__overlay {
  background: linear-gradient(90deg, rgba(18, 70, 108, 0.87), rgba(35, 101, 145, 0.74), rgba(12, 51, 79, 0.84));
}

.plm-news-hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 350px;
  align-items: flex-end;
  justify-content: center;
  padding: 190px 0 70px;
}

.plm-news-hero__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  animation: plm-inner-copy-in 620ms 120ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.plm-news-hero__title > span {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.78);
  font-family: "Dosis", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.plm-news-hero__title h1 {
  margin: 0;
  font-family: "Dosis", Arial, sans-serif;
  font-size: clamp(44px, 4vw, 58px);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plm-news-trail {
  border-bottom: 0;
}

.plm-news-index {
  min-height: 540px;
  padding: 68px 0 92px;
  background: #f3f5f6;
}

.plm-news-index .plm-news-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.plm-news-index .plm-news-card {
  display: flex;
  min-width: 0;
  min-height: 390px;
  flex-direction: column;
  border: 0;
  background: #fff;
  box-shadow: 0 7px 18px rgba(15, 43, 63, 0.09);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms ease;
}

.plm-news-index .plm-news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(15, 43, 63, 0.14);
}

.plm-news-index .plm-news-card > figure {
  height: 172px;
  margin: 20px 20px 0;
  overflow: hidden;
  background: #e9edf0;
}

.plm-news-index .plm-news-card > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.plm-news-index .plm-news-card:hover > figure img {
  transform: scale(1.035);
}

.plm-news-card__body {
  display: flex;
  height: auto;
  min-height: 198px;
  flex: 1;
  flex-direction: column;
  overflow: visible;
  padding: 20px;
}

.plm-news-card__body small {
  margin: 0 0 10px;
  color: #71808b;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plm-news-card__body h2 {
  margin: 0;
  color: #0e2e47;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.28;
}

.plm-news-card__link {
  display: flex;
  align-items: flex-start;
  margin-top: auto;
  flex-direction: column;
  gap: 7px;
  color: #0b4e7c;
}

.plm-news-card__link i {
  display: inline-flex;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.plm-news-card:hover .plm-news-card__link i {
  transform: translateX(6px);
}

.plm-news-card__link b {
  padding: 0;
  color: inherit;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .plm-news-index .plm-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .plm-news-hero,
  .plm-news-hero__copy {
    min-height: 300px;
  }

  .plm-news-hero__copy {
    align-items: flex-end;
    padding: 132px 0 54px;
  }

  .plm-news-hero__title {
    gap: 14px;
  }

  .plm-news-hero__title > span {
    width: 46px;
    height: 46px;
    font-size: 19px;
  }

  .plm-news-hero__title h1 {
    font-size: 42px;
  }

  .plm-news-index {
    min-height: 0;
    padding: 44px 0 64px;
  }

  .plm-news-index .plm-news-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .plm-news-index .plm-news-card {
    min-height: 0;
  }

  .plm-news-index .plm-news-card > figure {
    height: 210px;
  }

  .plm-news-card__body {
    min-height: 170px;
  }
}

.plm-quality-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.plm-quality-card {
  display: grid;
  min-height: 370px;
  grid-template-columns: 0.92fr 1.08fr;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.plm-quality-card.is-wide {
  grid-column: 1 / -1;
  grid-template-columns: 1.2fr 0.8fr;
}

.plm-quality-card img {
  width: 100%;
  height: 100%;
  min-height: 370px;
  object-fit: cover;
}

.plm-quality-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
}

.plm-quality-card h2 {
  margin: 14px 0;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 32px;
  text-transform: uppercase;
}

.plm-quality-card p {
  margin: 0;
  color: var(--steel);
}

.plm-standards {
  padding: 98px 0;
  color: #fff;
  background: var(--navy-2);
}

.plm-standards__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: center;
}

.plm-standards h2 {
  margin: 12px 0 18px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 48px;
  text-transform: uppercase;
}

.plm-standards p {
  color: #b9c5ce;
}

.plm-standards__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #40515d;
  border-left: 1px solid #40515d;
}

.plm-standards__list span {
  display: grid;
  min-height: 110px;
  place-items: center;
  border-right: 1px solid #40515d;
  border-bottom: 1px solid #40515d;
  font-family: "Dosis", Arial, sans-serif;
  font-weight: 700;
}

.plm-technical-body .support-layout {
  align-items: start;
}

.plm-technical-body .support-layout__aside {
  top: 116px;
}

.plm-about-profile {
  padding: 106px 0;
  background: #fff;
}

.plm-about-profile__grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 76px;
  align-items: center;
}

.plm-about-profile__media {
  min-height: 570px;
  overflow: hidden;
}

.plm-about-profile__media img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}

.plm-about-profile__copy h2 {
  margin: 12px 0 24px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: clamp(42px, 4.2vw, 62px);
  text-transform: uppercase;
}

.plm-about-profile__copy > p:not(.plm-kicker) {
  color: var(--steel);
}

.plm-about-profile__copy a {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 8px;
  color: var(--signal);
  border-bottom: 1px solid var(--signal);
  font-family: "Dosis", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.plm-about-capability {
  padding: 104px 0 114px;
  color: #fff;
  background: var(--navy-2);
}

.plm-about-capability__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #3b4b57;
  border-left: 1px solid #3b4b57;
}

.plm-about-capability__grid article {
  min-height: 260px;
  padding: 32px;
  border-right: 1px solid #3b4b57;
  border-bottom: 1px solid #3b4b57;
}

.plm-about-capability__grid span {
  color: #71c7d0;
  font-family: "Dosis", Arial, sans-serif;
  font-weight: 700;
}

.plm-about-capability__grid h3 {
  margin: 40px 0 14px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 25px;
  text-transform: uppercase;
}

.plm-about-capability__grid p {
  color: #b8c4cd;
  font-size: 14px;
}

.contact-hero.contact-hero--plm {
  padding: 104px 0 116px;
}

.contact-hero--plm .inquiry-form {
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: 0 20px 48px rgba(9, 25, 38, 0.08);
}

@media (max-width: 1100px) {
  .plm-support-grid,
  .plm-process-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plm-process-catalog__card {
    min-height: 500px;
  }

  .plm-narrative-hero__inner {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 44px;
  }

  .plm-narrative-hero__mark {
    width: 170px;
    height: 170px;
  }

  .plm-about-capability__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  html {
    overflow-x: clip;
    scrollbar-gutter: auto;
  }

  .header-contact-button {
    display: none;
  }

  .main-header__inner {
    width: 100%;
    min-width: 0;
  }

  .header-actions {
    min-width: 0;
    justify-self: end;
  }

  .plm-narrative-hero {
    min-height: 510px;
  }

  .plm-narrative-hero__media img {
    object-position: center;
  }

  .plm-narrative-hero__wash {
    background: linear-gradient(180deg, rgba(67, 99, 120, 0.88), rgba(44, 75, 96, 0.98));
  }

  .plm-narrative-hero__inner {
    display: flex;
    min-height: 430px;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: center;
    padding-block: 46px 98px;
  }

  .plm-narrative-hero__mark {
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
  }

  .plm-narrative-hero__mark span {
    font-size: 38px;
  }

  .plm-narrative-hero__mark small {
    display: none;
  }

  .plm-narrative-hero__copy h1 {
    max-width: 100%;
    margin-block: 8px 16px;
    font-size: 39px;
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .plm-narrative-hero__copy > p:not(.plm-kicker) {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }

  .plm-narrative-hero__tabs {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .plm-narrative-hero__tabs::-webkit-scrollbar {
    display: none;
  }

  .plm-narrative-hero__tabs .container {
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .plm-narrative-hero__tabs a {
    min-width: 0;
    min-height: 70px;
    padding: 12px 8px;
    font-size: 12px;
    line-height: 1.25;
    white-space: normal;
  }

  .plm-catalog-hero,
  .plm-catalog-hero__copy {
    min-height: 320px;
  }

  .plm-catalog-hero__copy {
    padding-block: 52px;
  }

  .plm-catalog-hero__copy h1 {
    font-size: 42px;
  }

  .plm-catalog-hero__copy > p:not(.plm-kicker) {
    font-size: 14px;
  }

  .plm-directory-head {
    margin-bottom: 40px;
    text-align: left;
  }

  .plm-directory-head > span {
    font-size: 44px;
  }

  .plm-directory-head h2 {
    font-size: 36px;
  }

  .plm-support-section,
  .plm-process-catalog,
  .plm-news-section,
  .plm-case-section,
  .plm-quality-section,
  .plm-technical-body,
  .plm-consultation,
  .plm-integrated,
  .plm-about-profile,
  .plm-about-capability {
    padding: 70px 0 78px;
  }

  .plm-support-grid,
  .plm-process-catalog__grid,
  .plm-consultation__grid,
  .plm-quality-grid,
  .plm-about-profile__grid {
    grid-template-columns: 1fr;
  }

  .plm-support-card {
    min-height: 470px;
  }

  .plm-process-catalog__card {
    min-height: 510px;
    grid-template-rows: 275px 1fr;
  }

  .plm-consultation-card {
    min-height: 410px;
  }

  .plm-integrated-row,
  .plm-integrated-row.is-reverse {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .plm-integrated-row.is-reverse .plm-integrated-row__media {
    order: 0;
  }

  .plm-integrated-row__media {
    min-height: 300px;
  }

  .plm-integrated-row__copy {
    min-height: 330px;
    padding: 36px 26px;
  }

  .plm-integrated-row__copy h3 {
    font-size: 38px;
  }

  .plm-case-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .plm-case-card,
  .plm-case-card:first-child,
  .plm-case-card:nth-child(4) {
    min-height: 360px;
    grid-column: auto;
  }

  .plm-case-method {
    justify-items: start;
    text-align: left;
  }

  .plm-case-method h2 {
    font-size: 36px;
  }

  .plm-quality-card,
  .plm-quality-card.is-wide {
    min-height: 0;
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .plm-quality-card img {
    height: 280px;
    min-height: 280px;
  }

  .plm-quality-card > div {
    padding: 28px;
  }

  .plm-standards {
    padding: 72px 0;
  }

  .plm-standards__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .plm-standards h2 {
    font-size: 38px;
  }

  .plm-standards__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .plm-about-profile__grid {
    gap: 38px;
  }

  .plm-about-profile__media,
  .plm-about-profile__media img {
    min-height: 330px;
    height: 330px;
  }

  .plm-about-profile__copy h2 {
    font-size: 38px;
  }

  .plm-about-capability__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plm-about-capability__grid article {
    min-height: 230px;
    padding: 22px;
  }

  .plm-about-capability__grid h3 {
    margin-top: 28px;
    font-size: 20px;
  }

  .contact-hero.contact-hero--plm {
    padding: 70px 0 78px;
  }

  .contact-hero__grid > *,
  .contact-hero__grid > div,
  .inquiry-form,
  .form-row,
  .inquiry-form label {
    min-width: 0;
  }

  .inquiry-form input,
  .inquiry-form select,
  .inquiry-form textarea,
  .inquiry-form input[type="file"] {
    max-width: 100%;
  }

  .contact-details > div {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .contact-details a,
  .contact-details p {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 1180px) {
  html {
    overflow-x: clip;
  }

  .mobile-menu {
    overflow: hidden;
    contain: paint;
  }

  .main-header__inner {
    grid-template-columns: 104px minmax(0, 1fr) 96px;
  }

  .brand {
    width: 92px;
    height: 62px;
  }

  .brand img {
    transform: scale(1.42);
  }
}

@media (max-width: 760px) {
  .main-header__inner {
    grid-template-columns: 88px minmax(0, 1fr) 82px;
  }

  .brand {
    width: 82px;
    height: 54px;
  }

  .brand img {
    transform: scale(1.36);
  }
}

@media (max-width: 460px) {
  .plm-about-capability__grid {
    grid-template-columns: 1fr;
  }

  .plm-about-capability__grid article {
    min-height: 190px;
  }

  .plm-standards__list span {
    min-height: 86px;
  }
}

/* About: reference-led company narrative */
.plm-about-reference {
  color: #17212a;
  background: #fff;
}

.plm-about-ref-hero {
  position: relative;
  display: flex;
  min-height: 830px;
  padding: 226px 0 0;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  background-color: #173a5b;
  background-image: linear-gradient(90deg, rgba(13, 47, 78, 0.94), rgba(23, 66, 102, 0.72)), url("/assets/images/client/image65.jpeg");
  background-position: center;
  background-size: cover;
}

.plm-about-ref-hero__shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 32, 56, 0.08) 0%, rgba(6, 32, 56, 0.3) 100%);
}

.plm-about-ref-hero__content,
.plm-about-ref-tabs {
  position: relative;
  z-index: 1;
}

.plm-about-ref-hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 56px;
  align-items: center;
  padding-bottom: 48px;
}

.plm-about-ref-hero__media {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: #0b263e;
  box-shadow: 0 22px 54px rgba(2, 21, 37, 0.26);
}

.plm-about-ref-hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 29, 49, 0.04), rgba(5, 29, 49, 0.66));
}

.plm-about-ref-hero__media > img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.plm-about-ref-hero__media-status {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(4, 27, 46, 0.78);
  backdrop-filter: blur(12px);
}

.plm-about-ref-hero__media-status .icon-svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.plm-about-ref-hero__media-status span {
  display: grid;
  line-height: 1.35;
}

.plm-about-ref-hero__media-status strong {
  font-family: "Dosis", Arial, sans-serif;
  text-transform: uppercase;
}

.plm-about-ref-hero__copy {
  max-width: 560px;
}

.plm-about-ref-hero__logo {
  width: 168px;
  height: 62px;
  margin-bottom: 22px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}

.plm-about-ref-hero__eyebrow {
  margin-bottom: 12px;
  color: #a8d9de;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.plm-about-ref-hero__copy h1 {
  max-width: 620px;
  margin-bottom: 22px;
  color: #fff;
  font-family: "Dosis", Arial, sans-serif;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 700;
  text-transform: uppercase;
}

.plm-about-ref-hero__copy > p:not(.plm-about-ref-hero__eyebrow) {
  max-width: 620px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.88);
}

.plm-about-ref-hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.plm-about-ref-hero__metrics div {
  min-width: 0;
  padding: 16px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.plm-about-ref-hero__metrics strong,
.plm-about-ref-hero__metrics span {
  display: block;
}

.plm-about-ref-hero__metrics strong {
  font-family: "Dosis", Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.plm-about-ref-hero__metrics span,
.plm-about-ref-hero__copy small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}

.plm-about-ref-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-left: 1px solid rgba(255, 255, 255, 0.42);
}

.plm-about-ref-tabs a {
  display: grid;
  min-height: 76px;
  padding: 15px 17px;
  align-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(9, 40, 65, 0.32);
  transition: color 220ms ease, background-color 220ms ease;
}

.plm-about-ref-tabs a:hover,
.plm-about-ref-tabs a:focus-visible {
  color: #10283b;
  background: #fff;
}

.plm-about-ref-tabs span {
  color: #9fd6db;
  font-size: 10px;
}

.plm-about-ref-tabs strong {
  font-family: "Dosis", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.plm-about-section-head {
  max-width: 820px;
  margin: 0 auto 54px;
  text-align: center;
}

.plm-about-section-head > p {
  margin-bottom: 8px;
  color: #2f9fac;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.plm-about-section-head h2 {
  margin-bottom: 14px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 700;
  text-transform: uppercase;
}

.plm-about-section-head > span {
  display: block;
  color: #687681;
}

.plm-about-history {
  padding: 98px 0 108px;
  background: #fff;
}

.plm-about-history__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cbd3d8;
}

.plm-about-history__item {
  position: relative;
  min-width: 0;
  padding: 0 18px 22px;
  border-right: 1px solid #e0e5e8;
}

.plm-about-history__item:first-child {
  border-left: 1px solid #e0e5e8;
}

.plm-about-history__item::before {
  position: absolute;
  top: -5px;
  left: 18px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: #2f9fac;
}

.plm-about-history__year {
  padding: 24px 0 18px;
  color: #2f9fac;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.plm-about-history figure,
.plm-about-history__placeholder {
  margin: 0 0 20px;
  min-height: 170px;
  background: #eef1f2;
}

.plm-about-history figure img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.plm-about-history figcaption {
  padding-top: 6px;
  color: #89949c;
  font-size: 10px;
  line-height: 1.4;
}

.plm-about-history__placeholder {
  display: grid;
  padding: 20px;
  place-items: center;
  color: #7a8790;
  border: 1px dashed #b8c2c8;
  text-align: center;
  text-transform: uppercase;
}

.plm-about-history__item h3 {
  margin-bottom: 10px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

.plm-about-history__item p {
  color: #66737d;
  font-size: 13px;
}

.plm-about-history__note {
  max-width: 1040px;
  margin: 34px auto 0;
  color: #7a8790;
  font-size: 12px;
  text-align: center;
}

.plm-about-lifecycle {
  position: relative;
  padding: 112px 0 124px;
  overflow: hidden;
  background: #f1f3f2;
}

.plm-about-lifecycle::before {
  position: absolute;
  top: 48px;
  left: 50%;
  color: rgba(41, 61, 72, 0.04);
  content: "PRODUCT LIFECYCLE MANAGEMENT";
  font-family: "Dosis", Arial, sans-serif;
  font-size: clamp(74px, 10vw, 150px);
  font-weight: 700;
  line-height: 0.9;
  white-space: nowrap;
  transform: translateX(-50%);
}

.plm-about-lifecycle__diagram {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px minmax(0, 1fr);
  grid-template-rows: repeat(3, minmax(150px, auto));
  gap: 26px 56px;
  align-items: center;
}

.plm-about-lifecycle__center {
  display: grid;
  width: 230px;
  height: 230px;
  grid-column: 2;
  grid-row: 1 / 4;
  place-self: center;
  place-content: center;
  border: 1px solid #2f9fac;
  border-radius: 50%;
  color: #fff;
  background: #0c4166;
  box-shadow: 0 0 0 28px rgba(47, 159, 172, 0.09), 0 0 0 56px rgba(47, 159, 172, 0.04);
  text-align: center;
}

.plm-about-lifecycle__center span {
  margin-bottom: 8px;
  color: #9bd7dc;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.plm-about-lifecycle__center strong {
  font-family: "Dosis", Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
}

.plm-about-lifecycle__item {
  display: flex;
  max-width: 420px;
  gap: 18px;
  align-items: flex-start;
}

.plm-about-lifecycle__item:nth-of-type(odd) {
  justify-self: end;
  text-align: right;
}

.plm-about-lifecycle__item:nth-of-type(even) {
  justify-self: start;
}

.plm-about-lifecycle__item--1,
.plm-about-lifecycle__item--2 {
  grid-row: 1;
}

.plm-about-lifecycle__item--3,
.plm-about-lifecycle__item--4 {
  grid-row: 2;
}

.plm-about-lifecycle__item--5,
.plm-about-lifecycle__item--6 {
  grid-row: 3;
}

.plm-about-lifecycle__item--1,
.plm-about-lifecycle__item--3,
.plm-about-lifecycle__item--5 {
  grid-column: 1;
}

.plm-about-lifecycle__item--2,
.plm-about-lifecycle__item--4,
.plm-about-lifecycle__item--6 {
  grid-column: 3;
}

.plm-about-lifecycle__icon {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  place-items: center;
  color: #176d86;
  border: 1px solid #9bcbd2;
  background: #fff;
}

.plm-about-lifecycle__icon .icon-svg {
  width: 26px;
  height: 26px;
}

.plm-about-lifecycle__item:nth-of-type(odd) .plm-about-lifecycle__icon {
  order: 2;
}

.plm-about-lifecycle__item h3 {
  margin: 0 0 8px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 21px;
  text-transform: uppercase;
}

.plm-about-lifecycle__item p {
  margin: 0;
  color: #687681;
  font-size: 13px;
}

.plm-about-culture {
  padding: 104px 0 112px;
  color: #fff;
  background: #6f7b86;
}

.plm-about-section-head--light > p,
.plm-about-section-head--light > span {
  color: rgba(255, 255, 255, 0.72);
}

.plm-about-culture__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.plm-about-culture__grid article {
  min-height: 300px;
  padding: 34px;
  color: #17212a;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(24, 35, 45, 0.14);
}

.plm-about-culture__grid article > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #176d86;
  border: 1px solid #a4cbd1;
}

.plm-about-culture__grid .icon-svg {
  width: 25px;
  height: 25px;
}

.plm-about-culture__grid h3 {
  margin: 42px 0 14px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 25px;
  text-transform: uppercase;
}

.plm-about-culture__grid p {
  color: #65727b;
}

.plm-about-culture__grid small {
  color: #2f9fac;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.plm-about-band {
  display: grid;
  min-height: 560px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plm-about-band__copy,
.plm-about-band__placeholder {
  display: flex;
  padding: clamp(54px, 8vw, 128px);
  flex-direction: column;
  justify-content: center;
}

.plm-about-band__copy > p:first-child {
  margin-bottom: 14px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.plm-about-band__copy h2 {
  max-width: 700px;
  margin-bottom: 22px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: clamp(38px, 4.4vw, 64px);
  font-weight: 700;
  text-transform: uppercase;
}

.plm-about-band__copy > p:not(:first-child) {
  max-width: 720px;
  color: rgba(18, 31, 41, 0.74);
}

.plm-about-band__copy a,
.plm-about-band__copy button {
  align-self: flex-start;
  margin-top: 18px;
  padding: 13px 18px;
  color: #fff;
  background: #10283b;
  cursor: pointer;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease;
}

.plm-about-band__copy a:hover,
.plm-about-band__copy button:hover {
  color: #10283b;
  background: #fff;
}

.plm-about-band--production {
  background: #c3ae6d;
}

.plm-about-band__media {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
}

.plm-about-band__media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.plm-about-band__media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 10px 13px;
  color: #fff;
  background: rgba(6, 26, 40, 0.72);
  font-size: 10px;
}

.plm-about-band--rd {
  color: #fff;
  background: #778b9e;
}

.plm-about-band--rd .plm-about-band__copy > p:not(:first-child) {
  color: rgba(255, 255, 255, 0.78);
}

.plm-about-band__placeholder {
  align-items: center;
  color: rgba(255, 255, 255, 0.74);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, rgba(221, 228, 233, 0.7), rgba(77, 96, 112, 0.54));
  text-align: center;
  text-transform: uppercase;
}

.plm-about-band__placeholder span {
  display: grid;
  width: 90px;
  height: 90px;
  margin-bottom: 22px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.plm-about-band__placeholder .icon-svg {
  width: 44px;
  height: 44px;
}

.plm-about-service {
  padding: 108px 0 116px;
  background: #f7f8f7;
}

.plm-about-service__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 72px;
  align-items: center;
}

.plm-about-service__intro {
  padding-right: 46px;
  border-right: 1px solid #cfd7db;
}

.plm-about-service__intro img {
  width: 150px;
  height: 70px;
  margin-bottom: 24px;
  object-fit: contain;
  object-position: left center;
}

.plm-about-service__intro h3 {
  font-family: "Dosis", Arial, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

.plm-about-service__intro p {
  color: #697680;
}

.plm-about-service__intro a {
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 5px;
  color: #176d86;
  border-bottom: 1px solid #176d86;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.plm-about-service__steps {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.plm-about-service__steps li {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 0 14px;
  justify-items: center;
  text-align: center;
}

.plm-about-service__steps li:not(:last-child)::after {
  position: absolute;
  top: 48px;
  right: -20%;
  width: 40%;
  border-top: 1px solid #a7bcc5;
  content: "";
}

.plm-about-service__steps li > span {
  display: grid;
  width: 96px;
  height: 96px;
  margin-bottom: 15px;
  place-items: center;
  color: #176d86;
  border: 1px solid #8fb9c3;
  border-radius: 50%;
  background: #fff;
}

.plm-about-service__steps .icon-svg {
  width: 36px;
  height: 36px;
}

.plm-about-service__steps b {
  margin-bottom: 5px;
  color: #2f9fac;
  font-size: 10px;
}

.plm-about-service__steps strong {
  font-family: "Dosis", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.plm-about-service__pending {
  margin: 52px 0 0;
  padding: 16px 20px;
  color: #6e7a83;
  border-left: 3px solid #2f9fac;
  background: #fff;
  font-size: 12px;
}

@media (max-width: 1100px) {
  .plm-about-ref-hero {
    min-height: 920px;
    padding-top: 210px;
  }

  .plm-about-ref-hero__content {
    gap: 34px;
  }

  .plm-about-ref-hero__media,
  .plm-about-ref-hero__media > img {
    min-height: 330px;
    height: 330px;
  }

  .plm-about-ref-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .plm-about-history__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 42px;
  }

  .plm-about-lifecycle__diagram {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 24px;
  }

  .plm-about-lifecycle__center {
    width: 210px;
    height: 210px;
    grid-column: 1 / -1;
    grid-row: auto;
    margin-bottom: 24px;
  }

  .plm-about-lifecycle__item,
  .plm-about-lifecycle__item--1,
  .plm-about-lifecycle__item--2,
  .plm-about-lifecycle__item--3,
  .plm-about-lifecycle__item--4,
  .plm-about-lifecycle__item--5,
  .plm-about-lifecycle__item--6 {
    max-width: none;
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
    text-align: left;
  }

  .plm-about-lifecycle__item:nth-of-type(odd) .plm-about-lifecycle__icon {
    order: 0;
  }

  .plm-about-band__copy,
  .plm-about-band__placeholder {
    padding: 64px 48px;
  }

  .plm-about-service__layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .plm-about-service__intro {
    max-width: 720px;
    padding-right: 0;
    padding-bottom: 34px;
    border-right: 0;
    border-bottom: 1px solid #cfd7db;
  }
}

@media (max-width: 760px) {
  .plm-about-ref-hero {
    min-height: 0;
    padding-top: 148px;
  }

  .plm-about-ref-hero__content {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 30px;
  }

  .plm-about-ref-hero__media {
    order: 2;
  }

  .plm-about-ref-hero__copy h1 {
    font-size: 38px;
  }

  .plm-about-ref-hero__metrics strong {
    font-size: 16px;
  }

  .plm-about-ref-tabs {
    width: 100%;
    margin-bottom: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plm-about-ref-tabs a {
    min-height: 68px;
  }

  .plm-about-history,
  .plm-about-lifecycle,
  .plm-about-culture,
  .plm-about-service {
    padding: 76px 0 82px;
  }

  .plm-about-section-head {
    margin-bottom: 38px;
    text-align: left;
  }

  .plm-about-section-head h2 {
    font-size: 37px;
  }

  .plm-about-history__grid,
  .plm-about-culture__grid {
    grid-template-columns: 1fr;
  }

  .plm-about-history__item {
    padding: 0 18px 28px;
    border-left: 1px solid #e0e5e8;
  }

  .plm-about-history figure,
  .plm-about-history__placeholder,
  .plm-about-history figure img {
    min-height: 210px;
    height: 210px;
  }

  .plm-about-lifecycle::before {
    font-size: 62px;
    white-space: normal;
  }

  .plm-about-lifecycle__diagram {
    grid-template-columns: 1fr;
  }

  .plm-about-lifecycle__item,
  .plm-about-lifecycle__item--1,
  .plm-about-lifecycle__item--2,
  .plm-about-lifecycle__item--3,
  .plm-about-lifecycle__item--4,
  .plm-about-lifecycle__item--5,
  .plm-about-lifecycle__item--6 {
    grid-column: 1;
  }

  .plm-about-culture__grid {
    gap: 18px;
  }

  .plm-about-culture__grid article {
    min-height: 240px;
  }

  .plm-about-band {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .plm-about-band__copy,
  .plm-about-band__placeholder {
    min-height: 390px;
    padding: 54px 28px;
  }

  .plm-about-band__copy h2 {
    font-size: 38px;
  }

  .plm-about-band__media,
  .plm-about-band__media img {
    min-height: 360px;
    height: 360px;
  }

  .plm-about-band--rd .plm-about-band__placeholder {
    order: 2;
  }

  .plm-about-service__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 14px;
  }

  .plm-about-service__steps li::after {
    display: none;
  }
}

@media (max-width: 420px) {
  .plm-about-ref-hero__metrics {
    grid-template-columns: 1fr;
  }

  .plm-about-ref-hero__media,
  .plm-about-ref-hero__media > img {
    min-height: 270px;
    height: 270px;
  }

  .plm-about-ref-hero__media-status {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .plm-about-service__steps li > span {
    width: 76px;
    height: 76px;
  }
}

/* About: strict proportion and section correction against the approved reference page. */
.plm-about-reference {
  overflow: clip;
  letter-spacing: 0;
}

.plm-about-reference .container {
  width: min(1120px, calc(100% - 48px));
  max-width: 1120px;
}

.plm-about-ref-hero {
  min-height: 700px;
  padding: 182px 0 18px;
  box-sizing: border-box;
  background-image: linear-gradient(90deg, rgba(19, 62, 97, 0.92), rgba(31, 82, 122, 0.72)), url("/assets/images/client/image65.jpeg");
}

.plm-about-ref-hero__content {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 40px;
  padding-bottom: 22px;
}

.plm-about-ref-hero__media,
.plm-about-ref-hero__media > img {
  min-height: 300px;
  height: 300px;
}

.plm-about-ref-hero__media {
  box-shadow: none;
}

.plm-about-ref-hero__media-status {
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 12px 14px;
}

.plm-about-ref-hero__logo {
  width: 142px;
  height: 50px;
  margin-bottom: 12px;
}

.plm-about-ref-hero__eyebrow {
  margin-bottom: 7px;
}

.plm-about-ref-hero__copy h1 {
  margin-bottom: 14px;
  font-size: 42px;
  line-height: 1.04;
}

.plm-about-ref-hero__copy > p:not(.plm-about-ref-hero__eyebrow) {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.65;
}

.plm-about-ref-hero__copy small {
  display: block;
  max-width: 560px;
  line-height: 1.45;
}

.plm-about-ref-tabs {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-bottom: 0;
}

.plm-about-ref-tabs a {
  min-height: 58px;
  padding: 10px 12px;
  background: rgba(16, 55, 84, 0.28);
}

.plm-about-ref-tabs strong {
  font-size: 12px;
  line-height: 1.2;
}

.plm-about-section-head {
  margin-bottom: 34px;
}

.plm-about-section-head h2 {
  margin-bottom: 9px;
  font-size: 40px;
  line-height: 1.08;
}

.plm-about-history {
  min-height: 430px;
  padding: 52px 0 58px;
}

.plm-about-history__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.plm-about-history__item {
  padding: 0 14px 12px;
}

.plm-about-history__item::before {
  left: 14px;
}

.plm-about-history__year {
  padding: 17px 0 12px;
  font-size: 18px;
}

.plm-about-history figure,
.plm-about-history__placeholder,
.plm-about-history figure img {
  min-height: 112px;
  height: 112px;
}

.plm-about-history figure,
.plm-about-history__placeholder {
  margin-bottom: 12px;
}

.plm-about-history__placeholder {
  padding: 12px;
}

.plm-about-history__item h3 {
  margin-bottom: 6px;
  font-size: 17px;
}

.plm-about-history__item p,
.plm-about-history figcaption {
  font-size: 11px;
  line-height: 1.45;
}

.plm-about-history__note {
  margin-top: 18px;
}

.plm-about-lifecycle {
  min-height: 930px;
  padding: 96px 0 104px;
  background-color: #f2f3f1;
  background-image: radial-gradient(rgba(30, 61, 79, 0.055) 0.7px, transparent 0.7px);
  background-size: 8px 8px;
}

.plm-about-lifecycle::before {
  top: 34px;
  font-size: 104px;
}

.plm-about-lifecycle__diagram {
  grid-template-columns: minmax(0, 1fr) 230px minmax(0, 1fr);
  grid-template-rows: repeat(3, minmax(142px, auto));
  gap: 20px 42px;
}

.plm-about-lifecycle__center {
  width: 210px;
  height: 210px;
}

.plm-about-lifecycle__item {
  gap: 14px;
}

.plm-about-lifecycle__item h3 {
  font-size: 18px;
}

.plm-about-lifecycle__item p {
  font-size: 12px;
  line-height: 1.5;
}

.plm-about-culture {
  min-height: 650px;
  padding: 82px 0 88px;
  box-sizing: border-box;
  background: #737d86;
}

.plm-about-culture__grid {
  gap: 30px;
}

.plm-about-culture__grid article {
  min-height: 286px;
  padding: 30px;
  box-shadow: 0 12px 28px rgba(24, 35, 45, 0.13);
}

.plm-about-culture__grid h3 {
  margin: 38px 0 12px;
  font-size: 23px;
}

.plm-about-band {
  display: block;
  min-height: 650px;
}

.plm-about-band__copy {
  min-height: 650px;
  width: 50%;
  padding: 74px 8vw;
  box-sizing: border-box;
}

.plm-about-band__copy--left {
  margin-right: auto;
}

.plm-about-band__copy--right {
  margin-left: auto;
  align-items: flex-end;
  text-align: right;
}

.plm-about-band__copy h2 {
  margin-bottom: 18px;
  font-size: 48px;
  line-height: 1.08;
}

.plm-about-band__copy > p:not(:first-child) {
  font-size: 14px;
  line-height: 1.7;
}

.plm-about-band--production {
  color: #fff;
  background: linear-gradient(90deg, #b29a59 0%, #cab98a 43%, #f3f1eb 100%);
}

.plm-about-band--production .plm-about-band__copy > p:not(:first-child) {
  color: rgba(255, 255, 255, 0.9);
}

.plm-about-band--rd {
  color: #fff;
  background: linear-gradient(90deg, #eef1f3 0%, #cbd4db 43%, #74879a 100%);
}

.plm-about-band__media,
.plm-about-band__placeholder {
  display: none;
}

.plm-about-service {
  min-height: 650px;
  padding: 76px 0 82px;
  box-sizing: border-box;
  background-color: #f7f8f6;
  background-image: radial-gradient(rgba(30, 61, 79, 0.045) 0.7px, transparent 0.7px);
  background-size: 8px 8px;
}

.plm-about-service__layout {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 52px;
}

.plm-about-service__intro {
  padding-right: 34px;
}

.plm-about-service__intro img {
  width: 128px;
  height: 58px;
  margin-bottom: 18px;
}

.plm-about-service__intro h3 {
  font-size: 23px;
}

.plm-about-service__steps li > span {
  width: 82px;
  height: 82px;
}

.plm-about-service__steps li:not(:last-child)::after {
  top: 40px;
}

.plm-about-service__pending {
  margin-top: 34px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.74);
}

@media (max-width: 1100px) {
  .plm-about-ref-hero {
    min-height: 760px;
    padding-top: 174px;
  }

  .plm-about-ref-hero__content {
    gap: 28px;
  }

  .plm-about-ref-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .plm-about-band__copy {
    width: 58%;
    padding-right: 6vw;
    padding-left: 6vw;
  }
}

@media (max-width: 760px) {
  .plm-about-reference .container {
    width: min(100% - 32px, 1120px);
  }

  .plm-about-ref-hero {
    min-height: 0;
    padding: 128px 0 16px;
  }

  .plm-about-ref-hero__content {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 24px;
  }

  .plm-about-ref-hero__media {
    order: 0;
  }

  .plm-about-ref-hero__copy {
    order: 1;
  }

  .plm-about-ref-hero__media,
  .plm-about-ref-hero__media > img {
    min-height: 230px;
    height: 230px;
  }

  .plm-about-ref-hero__copy h1 {
    font-size: 34px;
  }

  .plm-about-ref-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plm-about-ref-tabs a {
    min-height: 56px;
  }

  .plm-about-history,
  .plm-about-lifecycle,
  .plm-about-culture,
  .plm-about-service {
    min-height: 0;
    padding: 66px 0 72px;
  }

  .plm-about-section-head {
    margin-bottom: 32px;
    text-align: left;
  }

  .plm-about-section-head h2 {
    font-size: 34px;
  }

  .plm-about-history__grid,
  .plm-about-culture__grid {
    grid-template-columns: 1fr;
  }

  .plm-about-history__item {
    padding: 0 14px 28px;
    border-left: 1px solid #e0e5e8;
  }

  .plm-about-history figure,
  .plm-about-history__placeholder,
  .plm-about-history figure img {
    min-height: 190px;
    height: 190px;
  }

  .plm-about-lifecycle::before {
    top: 32px;
    font-size: 54px;
    white-space: normal;
  }

  .plm-about-lifecycle__diagram {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .plm-about-lifecycle__center,
  .plm-about-lifecycle__item,
  .plm-about-lifecycle__item--1,
  .plm-about-lifecycle__item--2,
  .plm-about-lifecycle__item--3,
  .plm-about-lifecycle__item--4,
  .plm-about-lifecycle__item--5,
  .plm-about-lifecycle__item--6 {
    grid-column: 1;
    grid-row: auto;
  }

  .plm-about-lifecycle__item,
  .plm-about-lifecycle__item:nth-of-type(odd) {
    justify-self: stretch;
    text-align: left;
  }

  .plm-about-lifecycle__item:nth-of-type(odd) .plm-about-lifecycle__icon {
    order: 0;
  }

  .plm-about-culture__grid article {
    min-height: 230px;
  }

  .plm-about-band,
  .plm-about-band__copy {
    min-height: 470px;
  }

  .plm-about-band__copy {
    width: 100%;
    padding: 58px 28px;
  }

  .plm-about-band__copy--right {
    align-items: flex-start;
    text-align: left;
  }

  .plm-about-band__copy h2 {
    font-size: 36px;
  }

  .plm-about-band--production {
    background: linear-gradient(145deg, #b29a59 0%, #cbbb8c 64%, #ece7da 100%);
  }

  .plm-about-band--rd {
    background: linear-gradient(145deg, #d8dfe4 0%, #98a8b6 50%, #74879a 100%);
  }

  .plm-about-service__layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .plm-about-service__intro {
    padding: 0 0 28px;
    border-right: 0;
    border-bottom: 1px solid #cfd7db;
  }

  .plm-about-service__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 12px;
  }

  .plm-about-service__steps li::after {
    display: none;
  }
}

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

/* Quality Assurance: page-specific PLM-inspired chapter layout */
.qa-story-hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background-color: #0a1821;
  background-image: var(--qa-image);
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.qa-story-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: rgba(5, 19, 28, 0.62);
}

.qa-story-hero__wash {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 54%;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(4, 21, 31, 0.22);
}

.qa-story-hero__copy {
  position: absolute;
  top: 190px;
  left: calc(50% - 55px);
  width: 100%;
  max-width: 430px;
  margin: 0;
  text-align: left;
}

.qa-story-hero__copy .qa-story-kicker {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.qa-story-kicker {
  margin: 0 0 16px;
  color: #83d2da;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.qa-story-hero h1 {
  margin: 0 0 24px;
  color: #fff;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.26;
  text-transform: uppercase;
}

.qa-story-hero__copy > p:last-child {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.7;
}

.qa-story-menu {
  position: absolute;
  z-index: 3;
  right: 72px;
  bottom: 41px;
  left: 72px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.qa-story-menu a {
  display: flex;
  min-height: 66px;
  padding: 10px 19px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  background: rgba(5, 18, 27, 0.22);
  backdrop-filter: blur(8px);
  transition: color 260ms ease, background 260ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.qa-story-menu a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.72);
}

.qa-story-menu a:hover,
.qa-story-menu a:focus-visible {
  color: #06151e;
  background: rgba(255, 255, 255, 0.94);
  transform: translateY(-6px);
}

.qa-story-menu span {
  color: #82d1d9;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.qa-story-menu strong {
  margin-top: 6px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.12;
  text-transform: uppercase;
}

.qa-story-scroll {
  position: absolute;
  z-index: 4;
  bottom: 118px;
  left: 50%;
  width: 42px;
  height: 42px;
  transform: translateX(-50%);
}

.qa-story-scroll span,
.qa-story-scroll span::after {
  position: absolute;
  content: "";
}

.qa-story-scroll span {
  top: 10px;
  left: 13px;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  animation: qa-scroll-cue 1.7s ease-in-out infinite;
}

@keyframes qa-scroll-cue {
  0%, 100% { opacity: 0.45; transform: translateY(-3px) rotate(45deg); }
  50% { opacity: 1; transform: translateY(5px) rotate(45deg); }
}

.qa-story-panels {
  background: #0a1720;
}

.qa-story-panel {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  scroll-margin-top: 72px;
  isolation: isolate;
}

.qa-story-panel__media {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-color: #e8eaeb;
  background-image: var(--qa-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.01);
  transition: transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

.qa-story-panel:hover .qa-story-panel__media {
  transform: scale(1.035);
}

.qa-story-panel__inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
}

.qa-story-panel__number {
  color: rgba(255, 255, 255, 0.16);
  font-family: "Dosis", Arial, sans-serif;
  font-size: clamp(220px, 30vw, 500px);
  font-weight: 700;
  line-height: 0.8;
  user-select: none;
}

.qa-story-panel__copy {
  max-width: 700px;
  padding: 72px 0 72px 58px;
}

.qa-story-panel__copy h2 {
  margin: 0 0 26px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: clamp(36px, 3.15vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.qa-story-panel__copy > p:not(.qa-story-kicker) {
  margin: 0;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.75;
}

.qa-story-link {
  display: inline-flex;
  margin-top: 34px;
  padding: 11px 0;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.qa-story-link svg {
  width: 20px;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.qa-story-link:hover svg,
.qa-story-link:focus-visible svg {
  transform: translateX(8px);
}

.qa-story-panel--dark {
  color: #fff;
  background: #091822;
}

.qa-story-panel--dark::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: rgba(4, 18, 28, 0.58);
}

.qa-story-panel.is-copy-right .qa-story-panel__copy {
  grid-column: 2;
}

.qa-story-panel.is-copy-left .qa-story-panel__copy {
  grid-column: 1;
  padding-right: 58px;
  padding-left: 0;
}

.qa-story-panel.is-copy-left .qa-story-panel__number {
  grid-column: 2;
  grid-row: 1;
}

.qa-story-panel--dark .qa-story-panel__copy > p:not(.qa-story-kicker) {
  color: rgba(255, 255, 255, 0.84);
}

.qa-story-panel--light {
  color: var(--ink);
  background: #f5f4f1;
}

.qa-story-panel--light .qa-story-panel__media {
  right: 0;
  left: auto;
  width: 47%;
  border-left: 1px solid rgba(12, 31, 43, 0.12);
}

.qa-story-panel--light .qa-story-panel__inner {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.qa-story-panel--light .qa-story-panel__number {
  position: absolute;
  top: 50%;
  left: -3vw;
  color: rgba(12, 31, 43, 0.055);
  transform: translateY(-50%);
}

.qa-story-panel--light .qa-story-panel__copy {
  grid-column: 1;
  padding-right: 82px;
  padding-left: 0;
}

.qa-story-panel--wash {
  color: var(--ink);
  background: #f5f5f2;
}

.qa-story-panel--wash::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: rgba(255, 255, 255, 0.78);
}

.qa-story-panel--wash .qa-story-panel__number {
  color: rgba(12, 31, 43, 0.1);
}

.qa-story-panel--wash .qa-story-panel__copy > p:not(.qa-story-kicker) {
  color: #4d5961;
}

.qa-story-panel--light .qa-story-panel__copy > p:not(.qa-story-kicker) {
  color: var(--steel);
}

.qa-story-rail {
  position: fixed;
  z-index: 30;
  top: 50%;
  right: 18px;
  display: flex;
  padding: 14px 10px;
  flex-direction: column;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(7, 22, 32, 0.58);
  backdrop-filter: blur(12px);
  transform: translateY(-50%);
}

.qa-story-rail a {
  position: relative;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transition: background 220ms ease, transform 220ms ease;
}

.qa-story-rail a.is-active {
  background: #82d1d9;
  transform: scale(1.25);
}

.qa-story-rail a span {
  position: absolute;
  top: 50%;
  right: 24px;
  width: max-content;
  padding: 5px 8px;
  color: #fff;
  background: #0b1c27;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transform: translate(8px, -50%);
  transition: opacity 180ms ease, transform 220ms ease;
}

.qa-story-rail a:hover span,
.qa-story-rail a:focus-visible span {
  opacity: 1;
  transform: translate(0, -50%);
}

.qa-story-standards {
  padding: 112px 0;
  color: #fff;
  background: #102733;
}

.qa-story-standards__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

.qa-story-standards h2 {
  max-width: 680px;
  margin: 0;
  font-family: "Dosis", Arial, sans-serif;
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 700;
  text-transform: uppercase;
}

.qa-story-standards__copy > p {
  margin: 0;
  color: #c0ccd3;
  font-size: 17px;
}

.qa-story-standards__copy .plm-button {
  margin-top: 30px;
}

@media (min-width: 1181px) {
  .qa-story-hero {
    height: 700px;
    min-height: 700px;
    background-attachment: fixed;
  }

  .qa-story-hero__copy {
    top: 183px;
    left: calc(50% - 40px);
    max-width: 430px;
  }

  .qa-story-hero h1 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 1.26;
  }

  .qa-story-hero__copy > p:last-child {
    display: none;
  }

  .qa-story-menu {
    right: 72px;
    bottom: 13px;
    left: 72px;
    display: flex;
    gap: 20px;
    align-items: stretch;
    justify-content: flex-start;
  }

  .qa-story-menu a {
    width: auto;
    min-width: 156px;
    min-height: 68px;
    padding: 13px 20px;
    border-color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    background: rgba(5, 18, 27, 0.08);
    backdrop-filter: none;
    transform: none;
  }

  .qa-story-menu a:hover,
  .qa-story-menu a:focus-visible {
    color: #07151e;
    background: rgba(255, 255, 255, 0.96);
    transform: none;
  }

  .qa-story-menu span {
    display: none;
  }

  .qa-story-menu strong {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
  }

  .qa-story-scroll {
    bottom: 78px;
  }
}

@media (min-width: 901px) {
  .route-view.route-view--quality {
    transform: none;
    transition: opacity 260ms ease;
  }

  .qa-story-fixed-media {
    position: fixed;
    z-index: 10;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
  }

  .qa-story-fixed-media.is-active {
    visibility: visible;
  }

  .qa-story-fixed-media__layer {
    position: absolute;
    inset: 0;
    overflow: hidden;
    visibility: hidden;
    background-color: #e8eaeb;
    background-image: var(--qa-image);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: inset(100% 0 0 0);
    will-change: clip-path;
    contain: paint;
  }

  .qa-story-fixed-media__layer.is-visible {
    visibility: visible;
  }

  .qa-story-fixed-media__layer::after {
    position: absolute;
    z-index: 0;
    inset: 0;
    content: "";
    pointer-events: none;
  }

  .qa-story-fixed-media__layer.is-copy-right::after {
    background: linear-gradient(270deg, rgba(0, 15, 31, 0.67) 0%, rgba(12, 38, 69, 0.51) 53%, rgba(255, 255, 255, 0) 100%);
  }

  .qa-story-fixed-media__layer.is-copy-left::after {
    background: linear-gradient(270deg, rgba(128, 95, 3, 0) 0%, rgba(15, 28, 34, 0.43) 49%, rgba(6, 20, 29, 0.72) 100%);
  }

  .qa-story-fixed-media__layer--wash.is-copy-right::after {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.74) 42%, rgba(255, 255, 255, 0.06) 74%);
  }

  .qa-story-fixed-media__layer--light.is-copy-left::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.74) 42%, rgba(255, 255, 255, 0.06) 74%);
  }

  .qa-story-fixed-media__inner {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 380px 740px;
    gap: 0;
    align-items: center;
  }

  .qa-story-fixed-media__copy {
    width: 740px;
    max-width: 740px;
  }

  .qa-story-fixed-media__layer.is-copy-right .qa-story-fixed-media__copy {
    grid-column: 2;
  }

  .qa-story-fixed-media__layer.is-copy-left .qa-story-fixed-media__copy {
    grid-column: 1;
  }

  .qa-story-fixed-media__copy h2 {
    margin: 0 0 40px;
    font-size: 40px;
    line-height: 1.26;
    text-transform: uppercase;
  }

  .qa-story-fixed-media__copy p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
  }

  .qa-story-fixed-media__layer--wash .qa-story-fixed-media__copy,
  .qa-story-fixed-media__layer--light .qa-story-fixed-media__copy {
    color: #333;
  }

  .qa-story-fixed-media__layer--dark .qa-story-fixed-media__copy {
    color: #fff;
  }

  .qa-story-fixed-media__layer--dark .qa-story-fixed-media__copy p {
    color: rgba(255, 255, 255, 0.88);
  }

  .qa-story-panels {
    position: relative;
    z-index: 11;
    background: transparent;
  }

  .qa-story-panel {
    position: relative;
    height: 650px;
    min-height: 650px;
    overflow: hidden;
    scroll-margin-top: 0;
    background: transparent;
    background-image: none;
  }

  .qa-story-panel__media,
  .qa-story-panel--light .qa-story-panel__media {
    display: none !important;
  }

  .qa-story-panel:hover .qa-story-panel__media {
    transform: none;
  }

  .qa-story-panel::before,
  .qa-story-panel::after {
    display: none;
  }

  .qa-story-panel__inner,
  .qa-story-panel--light .qa-story-panel__inner {
    position: relative;
    z-index: 1;
    min-height: 650px;
    grid-template-columns: 380px 740px;
    gap: 0;
    align-items: center;
  }

  .qa-story-panel__number,
  .qa-story-panel--light .qa-story-panel__number {
    display: none;
  }

  .qa-story-panel__copy,
  .qa-story-panel--dark .qa-story-panel__copy,
  .qa-story-panel--light .qa-story-panel__copy,
  .qa-story-panel--wash .qa-story-panel__copy {
    width: 740px;
    max-width: 740px;
    padding: 0;
    opacity: 0;
    pointer-events: none;
  }

  .qa-story-panel.is-copy-right .qa-story-panel__copy {
    grid-column: 2;
  }

  .qa-story-panel.is-copy-left .qa-story-panel__copy {
    grid-column: 1;
  }

  .qa-story-panel .qa-story-kicker {
    display: none;
  }

  .qa-story-panel__copy h2 {
    margin: 0 0 40px;
    font-size: 40px;
    line-height: 1.26;
    text-transform: uppercase;
  }

  .qa-story-panel__copy > p:not(.qa-story-kicker) {
    font-size: 16px;
    line-height: 1.7;
  }

  .qa-story-panel--dark::before,
  .qa-story-panel--wash::before,
  .qa-story-panel--light::before {
    display: none;
  }

}

@media (max-width: 1180px) {
  .qa-story-hero__copy {
    position: relative;
    top: auto;
    left: auto;
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 48px;
    text-align: left;
  }

  .qa-story-hero__copy > p:last-child {
    margin-left: 0;
  }

  .qa-story-menu strong {
    font-size: 14px;
  }

  .qa-story-rail {
    display: none;
  }

  .qa-story-panel__copy {
    padding-left: 34px;
  }
}

@media (max-width: 900px) {
  .qa-story-fixed-media {
    display: none;
  }

  .qa-story-hero {
    min-height: auto;
    padding-top: var(--header-height);
  }

  .qa-story-hero__wash {
    display: none;
  }

  .qa-story-hero__copy {
    margin-bottom: 48px;
    text-align: left;
  }

  .qa-story-hero h1 {
    font-size: clamp(36px, 9vw, 52px);
  }

  .qa-story-menu {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .qa-story-menu a {
    min-height: 82px;
    padding: 14px 13px;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .qa-story-menu a:hover,
  .qa-story-menu a:focus-visible {
    transform: none;
  }

  .qa-story-scroll {
    display: none;
  }

  .qa-story-panel,
  .qa-story-panel__inner {
    min-height: 0;
  }

  .qa-story-panel {
    display: flex;
    flex-direction: column;
    background-image: none;
    background-attachment: scroll;
  }

  .qa-story-panel__media,
  .qa-story-panel--light .qa-story-panel__media {
    position: relative;
    z-index: 1;
    width: 100%;
    height: clamp(290px, 67vw, 520px);
    inset: auto;
    border: 0;
    flex: 0 0 auto;
    transform: none;
  }

  .qa-story-panel:hover .qa-story-panel__media {
    transform: none;
  }

  .qa-story-panel--dark::before {
    display: none;
  }

  .qa-story-panel--wash::before {
    display: none;
  }

  .qa-story-panel__inner,
  .qa-story-panel--light .qa-story-panel__inner {
    display: block;
    width: 100%;
  }

  .qa-story-panel__number,
  .qa-story-panel--light .qa-story-panel__number {
    position: absolute;
    top: 36px;
    right: 18px;
    left: auto;
    color: rgba(130, 209, 217, 0.13);
    font-size: 150px;
    transform: none;
  }

  .qa-story-panel__copy,
  .qa-story-panel--dark .qa-story-panel__copy,
  .qa-story-panel--light .qa-story-panel__copy {
    max-width: none;
    padding: 54px 0 62px;
  }

  .qa-story-panel--dark .qa-story-panel__inner {
    color: #fff;
    background: #0a1720;
  }

  .qa-story-panel--wash .qa-story-panel__inner {
    background: #f5f4f1;
  }

  .qa-story-panel--light .qa-story-panel__inner {
    background: #f5f4f1;
  }

  .qa-story-panel__copy h2 {
    max-width: 720px;
    font-size: clamp(38px, 9vw, 58px);
  }

  .qa-story-standards {
    padding: 76px 0;
  }

  .qa-story-standards__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 520px) {
  .qa-story-hero {
    background-position: 58% center;
  }

  .qa-story-hero__copy {
    padding-right: 18px;
    padding-left: 18px;
  }

  .qa-story-menu {
    padding-right: 0;
    padding-left: 0;
  }

  .qa-story-menu strong {
    font-size: 13px;
  }

  .qa-story-panel__copy {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .qa-story-panel__copy > p:not(.qa-story-kicker) {
    font-size: 15px;
  }

  .qa-story-link {
    max-width: 100%;
    line-height: 1.35;
    text-align: left;
  }

  .qa-story-standards h2 {
    font-size: 39px;
  }
}

/* Quality Assurance hero: final PLM reference alignment */
.qa-story-hero {
  height: 792px;
  min-height: 792px;
  max-height: none;
  padding: 0;
  justify-content: initial;
  background-position: center;
}

.qa-story-hero::before {
  background: rgba(4, 18, 27, 0.57);
}

.qa-story-hero__copy {
  position: absolute;
  top: 252px;
  right: auto;
  left: calc(50% - 56px);
  width: min(690px, calc(50% - 50px));
  max-width: 690px;
  margin: 0;
  padding: 0;
  text-align: left;
  text-shadow: 0 2px 18px rgba(3, 19, 31, 0.36);
}

.qa-story-hero h1 {
  max-width: 690px;
  margin: 0;
  color: #fff;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(43px, 3vw, 51px);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.16;
  text-transform: uppercase;
}

.qa-story-hero__lede,
.qa-story-hero__copy > p:last-of-type {
  display: block;
  max-width: 700px;
  margin: 40px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}

.qa-story-menu {
  position: absolute;
  z-index: 3;
  right: max(72px, calc((100vw - var(--container)) / 2));
  bottom: 87px;
  left: max(72px, calc((100vw - var(--container)) / 2));
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 1181px) {
  .qa-story-menu a {
    width: 100%;
    min-width: 0;
    min-height: 49px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(4, 18, 27, 0.15);
    backdrop-filter: none;
    transform: none;
  }

  .qa-story-menu a:hover,
  .qa-story-menu a:focus-visible {
    color: #07151e;
    background: rgba(255, 255, 255, 0.96);
    transform: none;
  }

  .qa-story-menu strong {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
  }
}

/* QA hero benchmark lock: keep this block last so earlier page refinements cannot override it. */
.route-view--quality .qa-story-hero {
  height: 792px;
  min-height: 792px;
  max-height: none;
  padding: 0;
  justify-content: initial;
  background-position: center;
}

.route-view--quality .qa-story-hero::before {
  background: rgba(4, 18, 27, 0.57);
}

.route-view--quality .qa-story-hero__copy {
  position: absolute;
  top: 252px;
  right: auto;
  left: calc(50% - 56px);
  width: min(690px, calc(50% - 50px));
  max-width: 690px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.route-view--quality .qa-story-hero h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(43px, 3vw, 51px);
  letter-spacing: 0.075em;
  line-height: 1.16;
  text-transform: uppercase;
}

.route-view--quality .qa-story-hero__lede,
.route-view--quality .qa-story-hero__copy > p:last-of-type {
  max-width: 700px;
  margin: 40px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}

.route-view--quality .qa-story-menu {
  right: max(72px, calc((100vw - var(--container)) / 2));
  bottom: 87px;
  left: max(72px, calc((100vw - var(--container)) / 2));
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.route-view--quality .qa-story-menu a {
  width: 100%;
  min-width: 0;
  min-height: 49px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(4, 18, 27, 0.15);
  backdrop-filter: none;
  transform: none;
}

.route-view--quality .qa-story-menu a:hover,
.route-view--quality .qa-story-menu a:focus-visible {
  color: #07151e;
  background: rgba(255, 255, 255, 0.96);
  transform: none;
}

.route-view--quality .qa-story-menu strong {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
}

@media (max-width: 1180px) {
  .route-view--quality .qa-story-hero {
    height: 760px;
    min-height: 760px;
    padding: 0;
  }

  .route-view--quality .qa-story-hero__copy {
    top: 190px;
    right: 34px;
    left: 34px;
    width: auto;
    max-width: 660px;
    margin: 0 auto;
  }

  .route-view--quality .qa-story-hero h1 {
    font-size: clamp(40px, 6vw, 56px);
  }

  .route-view--quality .qa-story-menu {
    right: 34px;
    bottom: 32px;
    left: 34px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
}

@media (max-width: 900px) {
  .route-view--quality .qa-story-hero {
    height: 780px;
    min-height: 780px;
    padding: 0;
    background-position: 38% center;
  }

  .route-view--quality .qa-story-hero__copy {
    top: 132px;
    right: 22px;
    left: 22px;
    width: auto;
    padding: 0;
  }

  .route-view--quality .qa-story-hero h1 {
    font-size: clamp(34px, 9vw, 48px);
    letter-spacing: 0.035em;
  }

  .route-view--quality .qa-story-hero__lede,
  .route-view--quality .qa-story-hero__copy > p:last-of-type {
    margin-top: 26px;
    font-size: 15px;
    line-height: 1.58;
  }

  .route-view--quality .qa-story-menu {
    right: 18px;
    bottom: 24px;
    left: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .route-view--quality .qa-story-menu a {
    min-height: 48px;
    padding: 8px 10px;
    border-radius: 3px;
    background: rgba(4, 18, 27, 0.24);
  }

  .route-view--quality .qa-story-menu strong {
    font-size: 12px;
    line-height: 1.25;
  }
}

/* WooCommerce-managed product detail template */
.qx-product-detail {
  padding: 72px 0 104px;
  color: #111827;
  background: #f5f7f8;
}

.qx-product-detail__trail {
  margin-bottom: 48px;
}

.qx-product-detail__trail .breadcrumbs {
  min-height: 24px;
  color: #66737f;
  font-size: 12px;
}

.qx-product-detail__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(48px, 6vw, 92px);
  align-items: start;
}

.qx-product-gallery {
  min-width: 0;
}

.qx-product-gallery__primary {
  display: grid;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  place-items: center;
  border: 1px solid #dce2e5;
  background: #fff;
}

.qx-product-gallery__primary img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qx-product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.qx-product-gallery__thumbs button {
  position: relative;
  aspect-ratio: 1 / 1;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d7dde0;
  border-radius: 0;
  cursor: pointer;
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.qx-product-gallery__thumbs button::after {
  position: absolute;
  right: 8px;
  bottom: 7px;
  left: 8px;
  height: 2px;
  content: "";
  background: #087fbe;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.qx-product-gallery__thumbs button:hover,
.qx-product-gallery__thumbs button:focus-visible,
.qx-product-gallery__thumbs button.is-active {
  border-color: #087fbe;
  box-shadow: 0 8px 20px rgba(13, 53, 78, 0.12);
  transform: translateY(-2px);
}

.qx-product-gallery__thumbs button:focus-visible {
  outline: none;
}

.qx-product-gallery__thumbs button.is-active::after {
  transform: scaleX(1);
}

.qx-product-gallery__thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qx-product-detail__summary {
  position: sticky;
  top: 118px;
  padding-top: 12px;
}

.qx-product-detail__eyebrow,
.qx-product-detail__materials h2,
.qx-product-rfq__fields > p {
  color: #087fbe;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.qx-product-detail__summary h1 {
  max-width: 690px;
  margin: 16px 0 26px;
  color: #111827;
  font-size: clamp(44px, 4vw, 66px);
  letter-spacing: 0;
  line-height: 1.02;
}

.qx-product-detail__lead {
  max-width: 660px;
  margin: 0;
  color: #53616d;
  font-size: 18px;
  line-height: 1.75;
}

.qx-product-detail__materials {
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid #d8dfe3;
}

.qx-product-detail__materials h2 {
  margin: 0 0 15px;
}

.qx-product-detail__materials > div,
.qx-product-rfq__fields > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.qx-product-detail__materials span {
  padding: 8px 11px;
  border: 1px solid #ccd6dc;
  color: #354550;
  background: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1;
}

.qx-product-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 38px;
}

.qx-product-detail__jump {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  color: #243541;
  font-size: 13px;
  font-weight: 700;
}

.qx-product-detail__jump svg {
  width: 15px;
  height: 15px;
  transition: transform 180ms ease;
}

.qx-product-detail__jump:hover svg {
  transform: translateY(4px);
}

.qx-product-detail__note {
  margin: 28px 0 0;
  padding-left: 16px;
  border-left: 2px solid #087fbe;
  color: #66737f;
  font-size: 13px;
  line-height: 1.65;
}

.qx-product-overview {
  background: #fff;
}

.qx-product-overview__grid,
.qx-product-specifications__layout,
.qx-product-rfq__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(54px, 8vw, 132px);
  align-items: start;
}

.qx-product-overview__heading h2,
.qx-product-specifications__heading h2,
.qx-product-rfq h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 56px);
  letter-spacing: 0;
  line-height: 1.1;
}

.qx-product-overview__copy {
  padding-top: 35px;
  border-top: 1px solid #cfd7dc;
}

.qx-product-overview__copy p {
  margin: 0 0 22px;
  color: #53616d;
  font-size: 17px;
  line-height: 1.82;
}

.qx-product-overview__copy p:last-child {
  margin-bottom: 0;
}

.qx-product-features {
  color: #fff;
  background: #0b1b28;
}

.qx-product-features.section,
.qx-product-applications.section {
  padding-top: 62px;
  padding-bottom: 62px;
}

.qx-product-data-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.qx-product-data-head .eyebrow {
  margin-bottom: 8px;
  color: #35b9ef;
}

.qx-product-data-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
  letter-spacing: 0;
  line-height: 1;
}

.qx-product-data-count {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  gap: 10px;
  color: #aebbc4;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
}

.qx-product-data-count strong {
  color: #35b9ef;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.86;
}

.qx-product-data-count span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  white-space: nowrap;
}

.qx-product-features__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.qx-product-feature {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
  min-height: 96px;
  padding: 17px 18px;
  background: #0b1b28;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.qx-product-feature:hover {
  background: #102838;
  box-shadow: inset 0 2px 0 #35b9ef;
}

.qx-product-feature span {
  color: #35b9ef;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.qx-product-feature p {
  margin: 0;
  color: #e8eef2;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
}

.qx-product-specifications {
  scroll-margin-top: 108px;
  background: #eef2f4;
}

.qx-product-specifications__heading {
  position: sticky;
  top: 118px;
}

.qx-product-specifications__heading > p:last-child {
  max-width: 420px;
  margin: 24px 0 0;
  color: #63717c;
  font-size: 15px;
  line-height: 1.7;
}

.qx-product-specifications__table-wrap {
  border-top: 2px solid #132b3d;
}

.qx-product-specifications__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.qx-product-specifications__table tr {
  border-bottom: 1px solid #cbd5da;
}

.qx-product-specifications__table th,
.qx-product-specifications__table td {
  padding: 19px 22px 19px 0;
  vertical-align: top;
  text-align: left;
  overflow-wrap: anywhere;
}

.qx-product-specifications__table th {
  width: 34%;
  color: #203544;
  font-size: 13px;
  font-weight: 700;
}

.qx-product-specifications__table td {
  color: #586873;
  font-size: 14px;
  line-height: 1.55;
}

.qx-product-applications {
  background: #fff;
}

.qx-product-data-head--light {
  border-color: #cfd7dc;
}

.qx-product-data-head--light h2 {
  color: #17242d;
}

.qx-product-data-head--light .qx-product-data-count {
  color: #667580;
}

.qx-product-data-head--light .qx-product-data-count strong {
  color: #087fbe;
}

.qx-product-applications__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: #cfd7dc;
}

.qx-product-application {
  display: grid;
  min-height: 94px;
  grid-template-rows: auto 1fr;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 17px;
  background: #fff;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.qx-product-application:hover {
  background: #f1f7fa;
  box-shadow: inset 0 2px 0 #087fbe;
}

.qx-product-application span {
  color: #087fbe;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.qx-product-application strong {
  color: #26343e;
  font-size: 14px;
  line-height: 1.35;
}

.qx-product-rfq {
  color: #fff;
  background: #0b1b28;
}

.qx-product-rfq .eyebrow {
  color: #35b9ef;
}

.qx-product-rfq p {
  max-width: 690px;
  margin: 26px 0 34px;
  color: #aebbc4;
  font-size: 16px;
  line-height: 1.72;
}

.qx-product-rfq .button--primary {
  color: #0b1b28;
  background: #fff;
}

.qx-product-rfq .button--primary:hover {
  color: #fff;
  background: #087fbe;
}

.qx-product-rfq__fields {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.qx-product-rfq__fields > p {
  margin: 0 0 22px;
  color: #35b9ef;
}

.qx-product-rfq__fields span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  color: #e7edf1;
  font-size: 12px;
}

@media (max-width: 1100px) {
  .qx-product-detail__hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
    gap: 42px;
  }

  .qx-product-detail__summary {
    position: static;
  }

  .qx-product-features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qx-product-applications__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .qx-product-detail {
    padding: 44px 0 76px;
  }

  .qx-product-detail__trail {
    margin-bottom: 30px;
  }

  .qx-product-detail__hero,
  .qx-product-overview__grid,
  .qx-product-specifications__layout,
  .qx-product-rfq__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }

  .qx-product-detail__summary {
    padding-top: 0;
  }

  .qx-product-detail__summary h1 {
    font-size: clamp(39px, 10vw, 55px);
  }

  .qx-product-specifications__heading {
    position: static;
  }

  .qx-product-applications__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .qx-product-detail {
    padding-top: 30px;
  }

  .qx-product-detail__trail .breadcrumbs {
    overflow: hidden;
    white-space: nowrap;
  }

  .qx-product-gallery__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .qx-product-detail__lead {
    font-size: 16px;
    line-height: 1.68;
  }

  .qx-product-detail__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .qx-product-detail__actions .button,
  .qx-product-detail__jump {
    width: 100%;
    justify-content: center;
  }

  .qx-product-features.section,
  .qx-product-applications.section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .qx-product-data-head {
    align-items: end;
    gap: 16px;
    margin-bottom: 14px;
    padding-bottom: 16px;
  }

  .qx-product-data-head h2 {
    font-size: 26px;
  }

  .qx-product-data-count {
    display: block;
    text-align: right;
  }

  .qx-product-data-count strong,
  .qx-product-data-count span {
    display: block;
  }

  .qx-product-data-count strong {
    margin-bottom: 5px;
    font-size: 26px;
  }

  .qx-product-data-count span {
    font-size: 8px;
  }

  .qx-product-feature {
    min-height: 104px;
    padding: 15px;
  }

  .qx-product-specifications__table th,
  .qx-product-specifications__table td {
    display: block;
    width: 100%;
    padding-right: 0;
  }

  .qx-product-specifications__table th {
    padding-bottom: 4px;
  }

  .qx-product-specifications__table td {
    padding-top: 0;
    padding-bottom: 17px;
  }

  .qx-product-applications__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qx-product-application {
    min-height: 102px;
    padding: 15px;
  }

  .qx-product-rfq__fields {
    padding: 24px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .qx-product-gallery__thumbs button,
  .qx-product-gallery__thumbs button::after,
  .qx-product-detail__jump svg,
  .qx-product-application {
    transition: none;
  }
}

/* Navigation catalogs, process directory and pending product details */
@media (min-width: 1181px) {
  .mega-product-column__title,
  .mega-product-column .mega-product-column__title {
    min-height: 42px;
    margin-bottom: 5px;
    color: #1f2c36;
    border-bottom: 1px solid #dfe4e7;
    font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
  }

  .mega-product-column__title:hover,
  .mega-product-column .mega-product-column__title:hover {
    color: #075ca7;
    transform: none;
  }

  .mega-menu--support .mega-product-column a:not(.mega-product-column__title) {
    min-height: 29px;
    font-size: 12.5px;
  }

  .mega-menu--process .mega-product-column a:not(.mega-product-column__title) {
    min-height: 42px;
  }
}

.qx-process-catalog {
  padding-top: 54px;
}

.qx-process-filters {
  margin-bottom: 62px;
}

.qx-process-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.qx-process-catalog-card {
  display: grid;
  min-width: 0;
  grid-template-rows: 280px 1fr;
  overflow: hidden;
  color: #20313e;
  border: 1px solid #dce2e6;
  background: #fff;
  box-shadow: 0 14px 30px rgba(20, 45, 70, 0.08);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.qx-process-catalog-card[hidden] {
  display: none !important;
}

.qx-process-catalog-card figure {
  margin: 0;
  overflow: hidden;
  background: #e9edef;
}

.qx-process-catalog-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(.22, .8, .22, 1);
}

.qx-process-catalog-card > div {
  display: flex;
  min-height: 286px;
  flex-direction: column;
  padding: 28px 30px 26px;
}

.qx-process-catalog-card small {
  color: #0871b6;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.qx-process-catalog-card h3 {
  margin: 13px 0 14px;
  color: #0a2f50;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.1;
}

.qx-process-catalog-card p {
  margin: 0;
  color: #687781;
  font-size: 14px;
  line-height: 1.65;
}

.qx-process-catalog-card > div > span {
  margin-top: auto;
  padding-top: 24px;
  color: #075ca7;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.qx-process-catalog-card:hover {
  border-color: #9fc8e2;
  box-shadow: 0 22px 44px rgba(20, 45, 70, 0.14);
  transform: translateY(-5px);
}

.qx-process-catalog-card:hover figure img {
  transform: scale(1.035);
}

.qx-process-catalog-card:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 155, 222, 0.28), 0 22px 44px rgba(20, 45, 70, 0.14);
}

.qx-pending-product-detail {
  min-height: 62vh;
  padding: 160px 0 150px;
  background: #f5f6f7;
}

.qx-pending-product-detail .breadcrumbs {
  margin-bottom: 112px;
}

.qx-pending-product-detail p {
  margin: 0;
  color: #53616c;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  text-align: center;
}

@media (max-width: 960px) {
  .qx-process-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .qx-process-filters {
    margin-bottom: 40px;
  }

  .qx-process-catalog-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .qx-process-catalog-card {
    grid-template-rows: 220px auto;
  }

  .qx-process-catalog-card > div {
    min-height: 250px;
    padding: 24px 22px;
  }

  .qx-process-catalog-card h3 {
    font-size: 27px;
  }

  .qx-pending-product-detail {
    min-height: 58vh;
    padding: 118px 0 110px;
  }

  .qx-pending-product-detail .breadcrumbs {
    margin-bottom: 82px;
  }
}

/* Quality Assurance: explicit client-confirmation placeholders */
.route-view--quality .qa-story-hero.qa-story-hero--placeholder {
  height: 680px;
  min-height: 680px;
  background-color: #18364a;
  background-image:
    linear-gradient(112deg, rgba(5, 25, 39, 0.92) 0%, rgba(11, 48, 70, 0.78) 52%, rgba(32, 77, 99, 0.54) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0, rgba(255, 255, 255, 0.07) 1px, transparent 1px, transparent 26px);
  background-attachment: scroll;
}

.route-view--quality .qa-story-hero.qa-story-hero--placeholder::before {
  background: linear-gradient(90deg, rgba(4, 20, 32, 0.56) 0%, rgba(4, 20, 32, 0.28) 58%, rgba(4, 20, 32, 0.12) 100%);
}

.qa-story-placeholder-status {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 20px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: #fff;
  background: rgba(5, 23, 36, 0.34);
  font-family: "Dosis", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.qa-story-fixed-media__layer--placeholder,
.qa-story-panel__media--placeholder {
  background-color: #dfe6ea;
  background-image:
    linear-gradient(125deg, rgba(255, 255, 255, 0.94) 0%, rgba(222, 230, 235, 0.88) 48%, rgba(179, 197, 207, 0.74) 100%),
    repeating-linear-gradient(135deg, rgba(12, 44, 63, 0.08) 0, rgba(12, 44, 63, 0.08) 1px, transparent 1px, transparent 24px);
  background-position: center;
  background-size: cover;
}

.qa-story-fixed-media__layer--placeholder::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: min(38vw, 520px);
  padding: 18px 22px;
  border: 1px solid rgba(9, 48, 72, 0.26);
  color: #123e59;
  background: rgba(255, 255, 255, 0.72);
  content: attr(data-placeholder-label);
  font-family: "Dosis", Arial, sans-serif;
  font-size: clamp(13px, 1.15vw, 17px);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.qa-story-fixed-media__layer--placeholder.is-copy-right::before {
  left: clamp(32px, 7vw, 140px);
}

.qa-story-fixed-media__layer--placeholder.is-copy-left::before {
  right: clamp(32px, 7vw, 140px);
}

.qa-story-panel--placeholder .qa-story-panel__copy {
  color: #fff;
}

.qa-story-panel--placeholder .qa-story-panel__copy > p:not(.qa-story-kicker) {
  color: rgba(255, 255, 255, 0.88);
}

.qa-story-panel__media--placeholder span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(82%, 520px);
  padding: 16px 18px;
  border: 1px solid rgba(9, 48, 72, 0.26);
  color: #123e59;
  background: rgba(255, 255, 255, 0.78);
  font-family: "Dosis", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

@media (max-width: 900px) {
  .route-view--quality .qa-story-hero.qa-story-hero--placeholder {
    height: 540px;
    min-height: 540px;
    background-position: center;
  }

  .qa-story-panel--placeholder .qa-story-panel__inner {
    color: var(--ink);
    background: #f5f7f8;
  }

  .qa-story-panel--placeholder .qa-story-panel__copy {
    color: var(--ink);
  }

  .qa-story-panel--placeholder .qa-story-panel__copy > p:not(.qa-story-kicker) {
    color: var(--steel);
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .route-view--quality .qa-story-hero.qa-story-hero--placeholder {
    height: 620px;
    min-height: 620px;
  }
}

/* About is intentionally limited to the client-supplied company profile pending discussion. */
.qx-about-hold {
  color: #132333;
  background: #f5f7f8;
}

.qx-about-hold__intro {
  min-height: 720px;
  padding: clamp(210px, 17vw, 250px) 0 clamp(110px, 11vw, 172px);
}

.qx-about-hold__inner {
  width: min(100% - 48px, 1060px);
}

.qx-about-hold__eyebrow {
  margin: 0 0 22px;
  color: #0877b4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.qx-about-hold h1 {
  max-width: 900px;
  margin: 0;
  color: #0b1723;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.06;
}

.qx-about-hold__copy {
  max-width: 930px;
  margin-top: clamp(48px, 6vw, 78px);
  padding-top: clamp(34px, 4vw, 50px);
  border-top: 1px solid #c9d2d8;
}

.qx-about-hold__copy p {
  margin: 0 0 24px;
  color: #40505e;
  font-size: 17px;
  line-height: 1.86;
}

.qx-about-hold__copy p:last-child {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .qx-about-hold__intro {
    min-height: 0;
    padding: 118px 0 88px;
  }

  .qx-about-hold__inner {
    width: min(100% - 36px, 1060px);
  }

  .qx-about-hold h1 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.12;
  }

  .qx-about-hold__copy {
    margin-top: 42px;
    padding-top: 30px;
  }

  .qx-about-hold__copy p {
    margin-bottom: 21px;
    font-size: 15px;
    line-height: 1.78;
  }
}

/* Support Center: direct product and video library */
.qx-support-hero {
  position: relative;
  display: flex;
  height: 360px;
  min-height: 360px;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #16344d;
}

.qx-support-hero > img,
.qx-support-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.qx-support-hero > img {
  object-fit: cover;
  object-position: center 54%;
  animation: plm-page-media-in 800ms ease-out both;
}

.qx-support-hero__shade {
  background: linear-gradient(90deg, rgba(4, 24, 40, 0.82), rgba(6, 31, 49, 0.48) 55%, rgba(6, 31, 49, 0.18));
}

.qx-support-hero__copy {
  position: relative;
  z-index: 1;
  padding-bottom: 56px;
  animation: plm-page-copy-in 620ms 80ms ease-out both;
}

.qx-support-hero__copy p,
.qx-support-catalog__heading p {
  margin: 0 0 10px;
  color: #0c78bb;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.qx-support-hero__copy p {
  color: #fff;
}

.qx-support-hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(52px, 5.1vw, 76px);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.qx-support-trail {
  background: #fff;
}

.qx-support-catalog {
  padding: 54px 0 108px;
  background: #f3f4f5;
}

.qx-support-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 28px;
  margin: 0 auto 62px;
}

.qx-support-filter {
  min-height: 48px;
  padding: 12px 24px;
  color: #004b87;
  border: 1px solid #075ca7;
  border-radius: 3px;
  background: transparent;
  font: 700 15px/1.2 "Dosis", "Arial Narrow", Arial, sans-serif;
  letter-spacing: 0;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.qx-support-filter:hover,
.qx-support-filter.is-active {
  color: #fff;
  background: #075ca7;
  box-shadow: 0 10px 24px rgba(7, 92, 167, 0.18);
  transform: translateY(-2px);
}

.qx-support-filter:focus-visible,
.qx-support-product:focus-visible,
.qx-support-video:focus-visible,
.qx-support-video-modal button:focus-visible,
.qx-support-video-modal a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 155, 222, 0.3);
}

.qx-support-catalog__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d7dce0;
}

.qx-support-catalog__heading h2 {
  margin: 0;
  color: #0a2f50;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.qx-support-catalog__heading > span {
  padding-bottom: 4px;
  color: #71808c;
  font-size: 13px;
}

.qx-support-products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 38px 30px;
}

.qx-support-product {
  display: grid;
  min-width: 0;
  grid-template-rows: 250px minmax(86px, auto);
  color: #003d74;
  border: 1px solid #e2e5e7;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 12px 26px rgba(24, 45, 61, 0.07);
  text-decoration: none;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.qx-support-product[hidden],
.qx-support-products[hidden],
.qx-support-videos[hidden],
.qx-support-video-modal[hidden] {
  display: none !important;
}

.qx-support-product figure {
  display: grid;
  min-width: 0;
  margin: 0;
  padding: 20px;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #d6dadd;
  background: #fff;
}

.qx-support-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 320ms cubic-bezier(.22, .8, .22, 1);
}

.qx-support-product h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px 14px;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}

.qx-support-product:hover {
  border-color: #9fc8e2;
  box-shadow: 0 20px 38px rgba(24, 45, 61, 0.13);
  transform: translateY(-5px);
}

.qx-support-product:hover img {
  transform: scale(1.035);
}

.qx-support-videos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px 32px;
}

.qx-support-video {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: #0d2131;
  border: 1px solid #e0e4e7;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 12px 26px rgba(24, 45, 61, 0.07);
  text-align: left;
  cursor: pointer;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.qx-support-video figure {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #0c1f2e;
}

.qx-support-video figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(4, 18, 29, 0.08);
  transition: background-color 220ms ease;
}

.qx-support-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(.22, .8, .22, 1);
}

.qx-support-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  padding-left: 4px;
  color: #075ca7;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 32px rgba(3, 20, 32, 0.22);
  font-size: 19px;
  transform: translate(-50%, -50%);
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.qx-support-video > div {
  min-height: 124px;
  padding: 20px 22px 24px;
}

.qx-support-video small {
  display: block;
  margin-bottom: 8px;
  color: #0873b4;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.qx-support-video h3 {
  margin: 0;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
}

.qx-support-video:hover {
  border-color: #9fc8e2;
  box-shadow: 0 20px 38px rgba(24, 45, 61, 0.14);
  transform: translateY(-5px);
}

.qx-support-video:hover figure::after {
  background: rgba(4, 18, 29, 0.22);
}

.qx-support-video:hover img {
  transform: scale(1.045);
}

.qx-support-video:hover .qx-support-video__play {
  color: #fff;
  background: #075ca7;
  transform: translate(-50%, -50%) scale(1.08);
}

.qx-support-video-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  padding: 24px;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 240ms ease, visibility 240ms ease;
}

body.is-locked .route-view--support {
  transform: none;
}

.qx-support-video-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.qx-support-video-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(4, 14, 23, 0.76);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.qx-support-video-modal__panel {
  position: relative;
  z-index: 1;
  width: min(940px, 100%);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.4);
  transform: translateY(22px) scale(0.985);
  transition: transform 280ms cubic-bezier(.22, .8, .22, 1);
}

.qx-support-video-modal.is-open .qx-support-video-modal__panel {
  transform: translateY(0) scale(1);
}

.qx-support-video-modal__panel header {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 20px 16px 26px;
}

.qx-support-video-modal__panel h2 {
  margin: 0;
  color: #0a2f50;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}

.qx-support-video-modal__panel header button {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  padding: 0;
  place-items: center;
  color: #0a2f50;
  border: 1px solid #ccd5dc;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.qx-support-video-modal__panel header button:hover {
  color: #075ca7;
  border-color: #075ca7;
  transform: rotate(90deg);
}

.qx-support-video-modal__panel header .icon-svg {
  width: 20px;
  height: 20px;
}

.qx-support-video-modal__frame {
  aspect-ratio: 16 / 9;
  background: #000;
}

.qx-support-video-modal__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.qx-support-video-modal__panel > a {
  display: inline-flex;
  margin: 16px 24px 20px;
  color: #075ca7;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1180px) {
  .qx-support-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .qx-support-videos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .qx-support-hero {
    height: 280px;
    min-height: 280px;
  }

  .qx-support-hero__copy {
    padding-bottom: 34px;
  }

  .qx-support-hero h1 {
    font-size: 44px;
  }

  .qx-support-catalog {
    padding: 34px 0 72px;
  }

  .qx-support-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 40px;
  }

  .qx-support-filter {
    min-height: 46px;
    padding: 9px 10px;
    font-size: 13px;
  }

  .qx-support-filter:last-child {
    grid-column: 1 / -1;
  }

  .qx-support-catalog__heading {
    align-items: start;
  }

  .qx-support-catalog__heading h2 {
    font-size: 34px;
  }

  .qx-support-catalog__heading > span {
    padding-top: 24px;
  }

  .qx-support-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .qx-support-product {
    grid-template-rows: 152px minmax(70px, auto);
  }

  .qx-support-product figure {
    padding: 10px;
  }

  .qx-support-product h3 {
    padding: 14px 8px;
    font-size: 14px;
    line-height: 1.28;
  }

  .qx-support-videos {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .qx-support-video > div {
    min-height: 100px;
    padding: 16px 18px 20px;
  }

  .qx-support-video-modal {
    padding: 12px;
  }

  .qx-support-video-modal__panel header {
    min-height: 62px;
    padding: 12px 12px 12px 16px;
  }

  .qx-support-video-modal__panel h2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 18px;
  }

  .qx-support-video-modal__panel > a {
    margin: 14px 16px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .qx-support-filter,
  .qx-support-product,
  .qx-support-product img,
  .qx-support-video,
  .qx-support-video img,
  .qx-support-video__play,
  .qx-support-video-modal,
  .qx-support-video-modal__panel {
    transition: none;
  }
}

/* Contact: PLM reference structure */
.site-header--home + .mobile-menu + .route-view--contact {
  padding-top: 0;
}

.qx-contact-hero {
  position: relative;
  height: 420px;
  min-height: 420px;
  overflow: hidden;
  color: #fff;
  background: #174e7b;
}

.qx-contact-hero > img,
.qx-contact-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.qx-contact-hero > img {
  object-fit: cover;
  object-position: center 46%;
}

.qx-contact-hero__overlay {
  background: linear-gradient(90deg, rgba(12, 65, 108, 0.74), rgba(18, 78, 124, 0.6), rgba(8, 51, 88, 0.72));
}

.qx-contact-hero__inner,
.qx-contact-page__grid {
  width: min(calc(100% - 72px), 1480px);
  max-width: none;
}

.qx-contact-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding-top: 106px;
}

.qx-contact-hero__mark {
  display: grid;
  width: 98px;
  height: 108px;
  overflow: hidden;
  place-items: center;
}

.qx-contact-hero__mark img {
  width: 142px;
  height: 142px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.qx-contact-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.qx-contact-page {
  padding: 80px 0 79px;
  color: #22282d;
  background: #f5f5f5;
}

.qx-contact-page__grid {
  display: grid;
  grid-template-columns: 634px 688px;
  justify-content: space-between;
  gap: 158px;
  align-items: start;
}

.qx-contact-form {
  min-width: 0;
}

.qx-contact-form__intro {
  margin: 0 0 25px;
  color: #30363b;
  font-size: 15px;
  line-height: 1.6;
}

.qx-contact-line {
  display: grid;
  min-height: 58px;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: end;
  gap: 10px;
  margin-bottom: 22px;
  border-bottom: 1px solid #0f467f;
}

.qx-contact-line .icon-svg {
  width: 17px;
  height: 17px;
  margin-bottom: 11px;
  color: #777f85;
  stroke-width: 2;
}

.qx-contact-line input {
  width: 100%;
  min-height: 48px;
  padding: 12px 0 8px;
  border: 0;
  outline: 0;
  color: #263039;
  background: transparent;
  font: inherit;
  font-size: 13px;
}

.qx-contact-line input::placeholder {
  color: #8a8f95;
  opacity: 1;
}

.qx-contact-line:focus-within {
  border-bottom-color: #0073bd;
  box-shadow: 0 1px 0 #0073bd;
}

.qx-contact-group {
  min-width: 0;
  margin: 31px 0 39px;
  padding: 0;
  border: 0;
}

.qx-contact-group legend {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  margin: 0 0 17px;
  padding: 0;
  color: #252c31;
}

.qx-contact-group legend .icon-svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: #727a80;
}

.qx-contact-group legend span {
  font-size: 14px;
  font-weight: 600;
}

.qx-contact-group legend b,
.qx-contact-message em {
  color: #d42b24;
  font-style: normal;
}

.qx-contact-group legend small {
  color: #7f878d;
  font-size: 12px;
  font-weight: 400;
}

.qx-contact-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 28px;
  padding-left: 30px;
}

.qx-contact-options label {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  color: #3f474d;
  font-size: 13px;
  line-height: 1.4;
}

.qx-contact-options input {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  margin: 0;
  accent-color: #07559a;
}

.qx-contact-capacity {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 1fr);
  gap: 10px;
  padding-left: 30px;
}

.qx-contact-capacity input,
.qx-contact-capacity select {
  width: 100%;
  min-height: 36px;
  padding: 7px 10px;
  border-radius: 0;
  background: #fff;
  font: inherit;
  font-size: 13px;
}

.qx-contact-capacity input {
  border: 0;
  border-bottom: 1px solid #0f467f;
  background: transparent;
}

.qx-contact-capacity select {
  border: 1px solid #c7ccd0;
}

.qx-contact-message {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  margin-top: 7px;
}

.qx-contact-message > span {
  display: contents;
}

.qx-contact-message .icon-svg {
  width: 17px;
  height: 17px;
  margin-top: 4px;
  color: #727a80;
}

.qx-contact-message b {
  color: #2c3439;
  font-size: 13px;
  font-weight: 500;
}

.qx-contact-message textarea {
  grid-column: 1 / -1;
  width: 100%;
  height: 92px;
  min-height: 92px;
  margin-top: 10px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #0f467f;
  border-radius: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  resize: vertical;
}

.qx-contact-submit {
  width: 123px;
  min-height: 41px;
  margin-top: 38px;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #004182;
  font-size: 12px;
  font-weight: 700;
}

.qx-contact-submit:hover,
.qx-contact-submit:focus-visible {
  background: #075fa7;
}

.qx-contact-form .form-status {
  margin-top: 12px;
}

.qx-contact-form .form-status:empty {
  display: none;
}

.qx-contact-card {
  position: relative;
  min-width: 0;
  min-height: 468px;
  margin-top: 20px;
  padding: 68px 62px 54px;
  color: #fff;
  background: #1d1d1f;
}

.qx-contact-card__accent {
  position: absolute;
  top: -20px;
  right: 0;
  width: 180px;
  height: 20px;
  background: #004182;
}

.qx-contact-card h2 {
  max-width: 540px;
  margin: 0;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.qx-contact-card__list {
  display: grid;
  gap: 27px;
  margin-top: 42px;
}

.qx-contact-card__list p {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  margin: 0;
  color: #f1f3f5;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.qx-contact-card__list .icon-svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: #fff;
}

.qx-contact-card__list a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.qx-contact-card__social {
  display: flex;
  gap: 26px;
  margin-top: 42px;
}

.qx-contact-card__social a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.qx-contact-map {
  height: 500px;
  overflow: hidden;
  background: #d8d9d7;
}

.qx-contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1540px) {
  .qx-contact-page__grid {
    grid-template-columns: minmax(0, 1fr) minmax(440px, 0.98fr);
    gap: clamp(64px, 7vw, 110px);
  }
}

@media (max-width: 1100px) {
  .qx-contact-page__grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .qx-contact-card {
    width: min(100%, 688px);
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .qx-contact-hero {
    height: 310px;
    min-height: 310px;
  }

  .qx-contact-hero__inner,
  .qx-contact-page__grid {
    width: min(calc(100% - 40px), 1480px);
  }

  .qx-contact-hero__inner {
    gap: 12px;
    padding-top: 72px;
  }

  .qx-contact-hero__mark {
    width: 66px;
    height: 70px;
  }

  .qx-contact-hero__mark img {
    width: 96px;
    height: 96px;
  }

  .qx-contact-hero h1 {
    font-size: 32px;
    letter-spacing: 4px;
  }

  .qx-contact-page {
    padding: 48px 0 64px;
  }

  .qx-contact-form__intro {
    margin-bottom: 22px;
    font-size: 14px;
  }

  .qx-contact-options {
    grid-template-columns: 1fr;
    gap: 11px;
    padding-left: 29px;
  }

  .qx-contact-capacity {
    grid-template-columns: 1fr;
    padding-left: 29px;
  }

  .qx-contact-card {
    min-height: 0;
    margin-top: 16px;
    padding: 40px 24px 38px;
  }

  .qx-contact-card__accent {
    top: -16px;
    width: 110px;
    height: 16px;
  }

  .qx-contact-card__list {
    gap: 24px;
    margin-top: 32px;
  }

  .qx-contact-card__list p {
    font-size: 13px;
  }

  .qx-contact-message textarea {
    height: 120px;
    min-height: 120px;
  }

  .qx-contact-map {
    height: 340px;
  }
}

/* QA chapters: fixed imagery, normally scrolling copy */
.qa-story-rail {
  display: none;
}

@media (min-width: 901px) {
  .qa-story-fixed-media__inner,
  .qa-story-fixed-media__copy {
    display: none;
  }

  .qa-story-panel__inner,
  .qa-story-panel--light .qa-story-panel__inner {
    z-index: 12;
  }

  .qa-story-panel__copy,
  .qa-story-panel--dark .qa-story-panel__copy,
  .qa-story-panel--light .qa-story-panel__copy,
  .qa-story-panel--wash .qa-story-panel__copy {
    position: relative;
    opacity: 1;
    pointer-events: auto;
  }

  .qa-story-panel--dark .qa-story-panel__copy {
    color: #fff;
  }

  .qa-story-panel--dark .qa-story-panel__copy > p:not(.qa-story-kicker) {
    color: rgba(255, 255, 255, 0.88);
  }

  .qa-story-panel--wash .qa-story-panel__copy,
  .qa-story-panel--light .qa-story-panel__copy {
    color: #333;
  }
}

@media (max-width: 1180px) {
  .qa-story-hero {
    height: 760px;
    min-height: 760px;
    padding: 0;
  }

  .qa-story-hero__copy {
    position: absolute;
    top: 190px;
    right: 34px;
    left: 34px;
    width: auto;
    max-width: 660px;
    margin: 0 auto;
  }

  .qa-story-hero h1 {
    font-size: clamp(40px, 6vw, 56px);
  }

  .qa-story-menu {
    right: 34px;
    bottom: 32px;
    left: 34px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .qa-story-menu a {
    min-height: 52px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.72);
  }
}

@media (max-width: 900px) {
  .qa-story-hero {
    height: 780px;
    min-height: 780px;
    padding: 0;
    background-position: 38% center;
  }

  .qa-story-hero__copy {
    top: 132px;
    right: 22px;
    left: 22px;
    width: auto;
    padding: 0;
  }

  .qa-story-hero h1 {
    font-size: clamp(34px, 9vw, 48px);
    letter-spacing: 0.035em;
  }

  .qa-story-hero__lede,
  .qa-story-hero__copy > p:last-of-type {
    margin-top: 26px;
    font-size: 15px;
    line-height: 1.58;
  }

  .qa-story-menu {
    right: 18px;
    bottom: 24px;
    left: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .qa-story-menu a {
    min-height: 48px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 3px;
    align-items: center;
    background: rgba(4, 18, 27, 0.24);
  }

  .qa-story-menu strong {
    margin: 0;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    text-transform: none;
  }
}

/* 2026-08-11: reference-aligned header, mega menu and hero refinements */
:root {
  --container: 1480px;
}

.plm-hero__media img,
.plm-hero__media video {
  filter: brightness(1.12) saturate(0.88);
}

.plm-hero__overlay {
  background: linear-gradient(90deg, rgba(4, 38, 65, 0.48) 0%, rgba(5, 49, 82, 0.28) 50%, rgba(8, 45, 72, 0.12) 100%);
}

.plm-hero__copy {
  text-shadow: 0 2px 18px rgba(3, 19, 31, 0.18);
}

.qa-story-hero::before {
  background: linear-gradient(90deg, rgba(4, 32, 52, 0.4) 0%, rgba(5, 35, 56, 0.24) 54%, rgba(6, 37, 57, 0.12) 100%);
}

.qa-story-hero__wash {
  display: none;
}

.qa-story-hero__copy {
  position: absolute;
  top: 190px;
  right: 0;
  left: 0;
  width: min(calc(100% - 144px), var(--container));
  max-width: none;
  margin: 0 auto;
  text-align: left;
  text-shadow: 0 2px 18px rgba(3, 19, 31, 0.2);
}

.qa-story-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 74px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.18;
  text-transform: none;
}

.qa-story-hero__stroke {
  display: block;
  width: min(560px, 74%);
  height: 9px;
  margin: 18px 0 28px;
  background: var(--signal);
  clip-path: polygon(0 28%, 100% 0, 97% 72%, 4% 100%);
}

.qa-story-hero__copy > p:last-of-type {
  display: block;
  max-width: 760px;
  margin: 0 0 38px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 22px;
  line-height: 1.7;
}

.qa-story-hero__actions {
  display: flex;
}

.qa-story-hero__actions .plm-button {
  min-width: 226px;
  justify-content: space-between;
}

@media (min-width: 1181px) {
  .utility-search-shell {
    width: 300px;
    margin-left: auto;
  }

  .mega-menu {
    top: calc(100% - 18px);
    padding-top: 0;
  }

  .site-header.is-condensed .mega-menu {
    top: calc(100% - 10px);
  }

  .mega-menu__layout {
    display: grid;
    height: min(542px, calc(100vh - 170px));
    min-height: 470px;
    grid-template-columns: 220px minmax(0, 1fr) 190px;
    gap: 18px;
    padding: 30px 18px;
    overflow: hidden;
    border: 1px solid rgba(215, 220, 222, 0.92);
    border-top-color: rgba(215, 220, 222, 0.7);
    border-radius: 0 0 6px 6px;
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 30px 65px rgba(8, 19, 27, 0.2);
  }

  .mega-menu__categories {
    display: flex;
    min-width: 0;
    padding-left: 1px;
    flex-direction: column;
    border-left: 1px solid #c8cdd1;
  }

  .mega-category-link {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 16px 0 18px;
    color: #343a40;
    border-left: 2px solid transparent;
    background: #f5f5f5;
    font-size: 14px;
    font-weight: 500;
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
  }

  .mega-category-link:nth-child(even) {
    background: #fafafa;
  }

  .mega-category-link:hover,
  .mega-category-link.is-active {
    color: #075ca7;
    border-left-color: #075ca7;
    background: #fff;
  }

  .mega-category-link b {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
  }

  .mega-category-link .icon-svg {
    width: 15px;
    height: 15px;
  }

  .mega-menu__products {
    display: grid;
    min-width: 0;
    height: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mega-product-column {
    min-width: 0;
    padding: 0 22px;
    border-left: 1px solid #e0e3e5;
  }

  .mega-product-column a {
    display: flex;
    min-height: 45px;
    align-items: center;
    color: #444;
    font-size: 14px;
    line-height: 1.35;
    transition: color 160ms ease, transform 160ms ease;
  }

  .mega-product-column a:hover {
    color: #075ca7;
    transform: translateX(4px);
  }

  .mega-product-column .mega-product-more {
    gap: 8px;
    color: #075ca7;
    font-weight: 600;
  }

  .mega-product-more span {
    display: inline-flex;
  }

  .mega-menu__visual {
    display: flex;
    min-width: 0;
    min-height: 0;
    overflow: visible;
    border-radius: 0;
    flex-direction: column;
    gap: 18px;
  }

  .mega-menu__visual::after {
    display: none;
  }

  .mega-menu__visual > .mega-menu__visual-image {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    display: block;
    width: 100%;
    height: 204px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }

  .mega-menu__visual-image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 44%, rgba(9, 22, 33, 0.64) 100%);
  }

  .mega-menu__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mega-menu__visual-image > b {
    position: absolute;
    right: 16px;
    bottom: 14px;
    left: 16px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mega-menu__visual-image i {
    font-style: normal;
  }

  .mega-menu__visual > strong {
    padding: 3px 0 3px 16px;
    color: #333;
    border-left: 3px solid #075ca7;
    font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .qa-story-hero {
    height: 100svh;
    min-height: 700px;
    max-height: 900px;
  }
}

@media (min-width: 1400px) {
  .mega-menu__layout {
    grid-template-columns: 310px minmax(0, 1fr) 270px;
    gap: 28px;
    padding-inline: 20px;
  }

  .mega-product-column {
    padding-inline: 28px;
  }

  .mega-product-column a {
    font-size: 14.5px;
  }
}

@media (min-width: 1181px) {
  .mega-menu--catalog .mega-catalog {
    height: min(530px, calc(100vh - 150px));
    min-height: 460px;
    width: min(calc(100% - 144px), var(--container));
    max-width: var(--container);
    margin-inline: auto;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 0;
    padding: 0;
    overflow: hidden;
    border-top: 1px solid #e2e5e7;
    box-shadow: 0 22px 52px rgba(8, 19, 27, 0.14);
  }

  .mega-catalog__level {
    display: flex;
    min-width: 0;
    min-height: 0;
    padding: 30px 0;
    flex-direction: column;
    background: #fff;
  }

  .mega-catalog__level + .mega-catalog__level {
    border-left: 1px solid #dfe4e7;
  }

  .mega-catalog__level--primary {
    padding-left: 1px;
    border-left: 1px solid #c7cccf;
    background: #f3f3f3;
  }

  .mega-catalog__level--directory {
    padding: 30px 0;
    background: #fff;
  }

  .mega-catalog__choices {
    display: flex;
    flex-direction: column;
  }

  .mega-catalog-option {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 14px;
    padding: 0 20px 0 22px;
    text-align: left;
    color: #3d4246;
    border: 0;
    border-left: 2px solid transparent;
    border-radius: 0;
    background: transparent;
    font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
    transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, padding 180ms ease;
  }

  .mega-catalog-option > span {
    overflow-wrap: anywhere;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
  }

  .mega-catalog-option > b {
    display: grid;
    flex: 0 0 auto;
    color: #41484d;
    place-items: center;
  }

  .mega-catalog-option .icon-svg {
    width: 15px;
    height: 15px;
  }

  .mega-catalog-option:hover,
  .mega-catalog-option:focus-visible,
  .mega-catalog-option.is-active {
    color: #075ca7;
    border-left-color: #075ca7;
    outline: none;
    background: #fff;
  }

  .mega-catalog-option:hover > b,
  .mega-catalog-option:focus-visible > b,
  .mega-catalog-option.is-active > b {
    color: #075ca7;
  }

  .mega-catalog__panels {
    position: relative;
    min-width: 0;
    min-height: 0;
    flex: 1;
  }

  .mega-catalog-panel {
    position: absolute;
    inset: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateX(10px);
    transition: opacity 170ms ease, transform 230ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 230ms;
  }

  .mega-catalog-panel.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 0s;
  }

  .mega-catalog-directory-panel {
    display: flex;
    flex-direction: column;
  }

  .mega-catalog-groups {
    display: grid;
    min-height: 350px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-content: start;
  }

  .mega-catalog-group {
    min-width: 0;
    min-height: 350px;
    padding: 0 25px;
    border-left: 1px solid #e0e3e5;
  }

  .mega-catalog-group:first-child {
    border-left: 0;
  }

  .mega-catalog-group__title {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 0 12px;
    cursor: pointer;
    text-align: left;
    color: #30363a;
    border: 0;
    border-bottom: 1px solid #e0e3e5;
    border-radius: 0;
    background: transparent;
    font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    transition: color 180ms ease, border-color 180ms ease;
  }

  .mega-catalog-group__title > b {
    display: grid;
    flex: 0 0 auto;
    color: #4b5257;
    place-items: center;
    transition: color 180ms ease, transform 180ms ease;
  }

  .mega-catalog-group__title .icon-svg {
    width: 14px;
    height: 14px;
  }

  .mega-catalog-group__title:hover,
  .mega-catalog-group__title:focus-visible,
  .mega-catalog-group__title.is-active {
    color: #075ca7;
    border-bottom-color: #075ca7;
    outline: none;
  }

  .mega-catalog-group__title:hover > b,
  .mega-catalog-group__title:focus-visible > b,
  .mega-catalog-group__title.is-active > b {
    color: #075ca7;
    transform: translateX(3px);
  }

  .mega-catalog-group__products {
    padding-top: 10px;
  }

  .mega-catalog-products {
    display: grid;
    height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    align-content: start;
  }

  .mega-catalog-products__column {
    min-width: 0;
    min-height: 320px;
    padding: 0 24px;
    border-left: 1px solid #e0e3e5;
  }

  .mega-catalog-products__column:first-child {
    padding-left: 30px;
  }

  .mega-catalog-product {
    display: flex;
    min-height: 39px;
    align-items: center;
    padding: 0;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    overflow-wrap: anywhere;
    transition: color 160ms ease, padding-left 180ms ease;
  }

  .mega-catalog-product:hover,
  .mega-catalog-product:focus-visible {
    color: #075ca7;
    outline: none;
    padding-left: 4px;
  }

  .mega-catalog-more {
    display: inline-flex;
    min-height: 44px;
    margin: 6px 0 0 25px;
    align-items: center;
    gap: 9px;
    color: #075ca7;
    font-size: 14px;
    font-weight: 600;
    transition: gap 180ms ease, color 180ms ease;
  }

  .mega-catalog-more:hover,
  .mega-catalog-more:focus-visible {
    gap: 14px;
    color: #003f7a;
    outline: none;
  }

  .mega-catalog-more .icon-svg {
    width: 15px;
    height: 15px;
  }

  .mega-catalog__visual {
    position: relative;
    min-width: 0;
    min-height: 0;
    padding: 30px 22px 28px;
    overflow: hidden;
    border-left: 1px solid #e0e3e5;
    background: #fff;
  }

  .mega-catalog-visual-panel {
    position: absolute;
    inset: 30px 22px 28px;
    display: flex;
    color: #333;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateX(12px);
    flex-direction: column;
    gap: 18px;
    transition: opacity 180ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 260ms;
  }

  .mega-catalog-visual-panel.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 0s;
  }

  .mega-catalog-visual-panel__image {
    position: relative;
    display: block;
    height: 204px;
    overflow: hidden;
    background: #eef0f1;
  }

  .mega-catalog-visual-panel__image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 55%, rgba(6, 20, 31, 0.35));
  }

  .mega-catalog-visual-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mega-catalog-visual-panel:hover img {
    transform: scale(1.035);
  }

  .mega-catalog-visual-panel__image > b {
    position: absolute;
    right: 14px;
    bottom: 13px;
    z-index: 2;
    display: grid;
    width: 30px;
    height: 30px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.7);
    place-items: center;
  }

  .mega-catalog-visual-panel__image .icon-svg {
    width: 15px;
    height: 15px;
  }

  .mega-catalog-visual-panel > strong {
    padding: 2px 0 2px 16px;
    border-left: 3px solid #075ca7;
    font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
    font-size: 20px;
    font-weight: 650;
    line-height: 1.35;
    text-transform: uppercase;
  }
}

@media (min-width: 1400px) {
  .mega-menu--catalog .mega-catalog {
    grid-template-columns: 280px minmax(720px, 1fr);
  }

  .mega-catalog-group {
    padding-inline: 30px;
  }
}

@media (max-width: 1180px) {
  .main-header__inner {
    border-radius: 6px;
  }

  .qa-story-hero {
    display: flex;
    min-height: 700px;
    padding: 150px 0 78px;
    justify-content: center;
  }

  .qa-story-hero__copy {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: min(calc(100% - 48px), var(--container));
    max-width: none;
    margin: 0 auto;
  }

  .qa-story-hero h1 {
    font-size: clamp(46px, 7vw, 68px);
  }

  .qa-story-hero__copy > p:last-of-type {
    font-size: 18px;
  }
}

@media (max-width: 520px) {
  .main-header__inner {
    border-radius: 5px;
  }

  .qa-story-hero {
    min-height: 680px;
    padding: 132px 0 64px;
    background-position: 38% center;
  }

  .qa-story-hero__copy {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .qa-story-hero h1 {
    font-size: 43px;
    line-height: 1.12;
  }

  .qa-story-hero__stroke {
    width: 100%;
    height: 7px;
    margin-block: 16px 24px;
  }

  .qa-story-hero__copy > p:last-of-type {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.55;
  }

  .qa-story-hero__actions .plm-button {
    min-width: 210px;
  }
}

/* Customer Cases: PLM list structure with explicitly labeled placeholders */
.site-header--home + .mobile-menu + .route-view--cases {
  padding-top: 0;
}

.plm-cases-hero {
  position: relative;
  height: min(760px, 100vh);
  min-height: 690px;
  overflow: hidden;
  color: #fff;
  background: #6f98ba;
}

.plm-cases-hero > img,
.plm-cases-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.plm-cases-hero > img {
  object-fit: cover;
  object-position: center 48%;
  animation: plm-page-media-in 900ms ease-out both;
}

.plm-cases-hero__overlay {
  background: linear-gradient(90deg, rgba(43, 103, 151, 0.76) 0%, rgba(55, 118, 168, 0.68) 54%, rgba(76, 137, 183, 0.54) 100%);
}

.plm-cases-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  height: 100%;
  grid-template-columns: 42% minmax(0, 1fr) 150px;
  gap: 44px;
  align-items: center;
  padding-top: var(--header-height);
}

.plm-cases-hero__copy {
  grid-column: 2;
  max-width: 610px;
  animation: plm-page-copy-in 720ms 120ms ease-out both;
}

.plm-cases-hero__copy h1 {
  max-width: 610px;
  margin: 0;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(50px, 4.1vw, 66px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.plm-cases-hero__copy p {
  max-width: 620px;
  margin: 42px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 16px;
  line-height: 1.85;
}

.plm-cases-hero__brand {
  display: grid;
  width: 136px;
  height: 136px;
  grid-column: 3;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(7, 35, 57, 0.18);
}

.plm-cases-hero__brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.plm-cases-index {
  padding: 72px 0 106px;
  background: #fff;
}

.plm-cases-placeholder-note {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  padding: 13px 18px;
  color: #65727d;
  border-left: 3px solid var(--signal);
  background: #f5f7f8;
  font-size: 13px;
}

.plm-cases-placeholder-note strong {
  flex: 0 0 auto;
  color: var(--signal);
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.plm-cases-list {
  border-bottom: 1px solid var(--line);
}

.plm-cases-row {
  display: grid;
  grid-template-columns: 70px minmax(380px, 510px) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  padding: 54px 0 60px;
  border-top: 1px solid var(--line);
}

.plm-cases-row__number {
  align-self: start;
  padding-top: 20px;
  color: #0b66a4;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1;
}

.plm-cases-row__media {
  position: relative;
  height: 292px;
  margin: 0;
  overflow: hidden;
  background: #eef2f4;
}

.plm-cases-row__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.plm-cases-row:hover .plm-cases-row__media img {
  transform: scale(1.025);
}

.plm-cases-row__media > span {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 7px 10px;
  color: #0b5d96;
  background: rgba(255, 255, 255, 0.94);
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plm-cases-row__copy {
  align-self: center;
}

.plm-cases-row__copy .plm-kicker {
  margin-bottom: 14px;
  color: #8a949c;
  text-transform: none;
}

.plm-cases-row__copy h2 {
  max-width: 540px;
  margin: 0 0 18px;
  color: #075d98;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(30px, 2.35vw, 39px);
  font-weight: 500;
  line-height: 1.13;
}

.plm-cases-row__copy > p:not(.plm-kicker) {
  max-width: 560px;
  margin: 0;
  color: #7a848d;
  font-size: 15px;
  line-height: 1.78;
}

.plm-cases-row__copy .plm-button {
  min-height: 44px;
  margin-top: 24px;
  padding: 10px 19px;
  font-size: 12px;
}

@media (max-width: 1180px) {
  .plm-cases-hero__inner {
    grid-template-columns: 33% minmax(0, 1fr) 120px;
    gap: 28px;
  }

  .plm-cases-hero__brand {
    width: 108px;
    height: 108px;
    padding: 14px;
  }

  .plm-cases-row {
    grid-template-columns: 58px minmax(320px, 430px) minmax(0, 1fr);
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .plm-cases-hero {
    height: 650px;
    min-height: 650px;
  }

  .plm-cases-hero__inner {
    display: flex;
    align-items: flex-end;
    padding-top: 126px;
    padding-bottom: 72px;
  }

  .plm-cases-hero__copy {
    max-width: 680px;
  }

  .plm-cases-hero__copy h1 {
    font-size: clamp(47px, 7vw, 60px);
  }

  .plm-cases-hero__copy p {
    margin-top: 30px;
  }

  .plm-cases-hero__brand {
    position: absolute;
    top: 122px;
    right: 0;
    width: 96px;
    height: 96px;
  }

  .plm-cases-row {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .plm-cases-row__media {
    height: 300px;
  }

  .plm-cases-row__copy {
    grid-column: 2;
  }
}

@media (max-width: 600px) {
  .plm-cases-hero {
    height: 620px;
    min-height: 620px;
  }

  .plm-cases-hero > img {
    object-position: 62% center;
  }

  .plm-cases-hero__overlay {
    background: rgba(42, 101, 148, 0.78);
  }

  .plm-cases-hero__inner {
    width: 100%;
    padding: 142px 24px 56px;
  }

  .plm-cases-hero__copy h1 {
    font-size: 45px;
    line-height: 1.02;
  }

  .plm-cases-hero__copy p {
    margin-top: 26px;
    font-size: 14px;
    line-height: 1.62;
  }

  .plm-cases-hero__brand {
    display: none;
  }

  .plm-cases-index {
    padding: 42px 0 72px;
  }

  .plm-cases-placeholder-note {
    display: grid;
    gap: 4px;
    margin-bottom: 8px;
  }

  .plm-cases-row {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 36px 0 44px;
  }

  .plm-cases-row__number {
    padding-top: 0;
    font-size: 52px;
  }

  .plm-cases-row__media {
    height: 220px;
  }

  .plm-cases-row__copy {
    grid-column: 1;
  }

  .plm-cases-row__copy h2 {
    font-size: 31px;
  }
}

/* Support Center index: reference-directory structure */
.site-header--support + .mobile-menu + .route-view--support {
  padding-top: 0;
}

.plm-support-hero {
  position: relative;
  height: 214px;
  overflow: hidden;
  background: #26577f;
}

.plm-support-hero > img,
.plm-support-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.plm-support-hero > img {
  object-fit: cover;
  object-position: center 40%;
  animation: plm-inner-image-in 820ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.plm-support-hero__overlay {
  background: linear-gradient(90deg, rgba(30, 82, 126, 0.84), rgba(47, 99, 140, 0.73), rgba(24, 66, 101, 0.83));
}

.plm-support-trail {
  min-height: 44px;
  border-bottom: 0;
  background: #fff;
}

.plm-support-trail .container {
  min-height: 44px;
}

.plm-support-hub {
  min-height: 650px;
  padding: 58px 0 108px;
  background: #f5f6f7;
}

.plm-support-hub__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 auto 44px;
  color: #111b27;
}

.plm-support-hub__mark {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  color: #fff;
  border: 4px solid #0d4f8e;
  border-radius: 16px 4px 16px 4px;
  background: #0d4f8e;
  box-shadow: inset 0 0 0 5px #f5f6f7;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.plm-support-hub__title h1 {
  margin: 0;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(44px, 3.1vw, 58px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.plm-support-hub__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 30px;
}

.plm-support-hub__card {
  display: flex;
  min-width: 0;
  min-height: 418px;
  flex-direction: column;
  padding: 20px;
  overflow: hidden;
  color: #1f2b38;
  background: #fff;
  box-shadow: 0 6px 18px rgba(23, 49, 70, 0.08);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease;
}

.plm-support-hub__card-title {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 13px;
  color: #004b8e;
}

.plm-support-hub__card-title > span {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  place-items: center;
  color: #004b8e;
}

.plm-support-hub__card-title .icon-svg {
  width: 38px;
  height: 38px;
  stroke-width: 1.85;
}

.plm-support-hub__card h2 {
  margin: 0;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
}

.plm-support-hub__card figure {
  aspect-ratio: 4 / 3;
  margin: 8px 0 18px;
  overflow: hidden;
  background: #e8ecef;
}

.plm-support-hub__card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.plm-support-hub__card p {
  min-height: 58px;
  margin: 0 0 16px;
  color: #6e7781;
  font-size: 15px;
  line-height: 1.48;
}

.plm-support-hub__card > strong {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: #004b8e;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.plm-support-hub__card > strong i {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid #004b8e;
  border-radius: 50%;
  font-style: normal;
  transition: color 180ms ease, background-color 180ms ease, transform 220ms ease;
}

.plm-support-hub__card > strong .icon-svg {
  width: 13px;
  height: 13px;
}

.plm-support-hub__card:hover {
  box-shadow: 0 16px 34px rgba(19, 54, 82, 0.15);
  transform: translateY(-4px);
}

.plm-support-hub__card:hover figure img {
  transform: scale(1.035);
}

.plm-support-hub__card:hover > strong i {
  color: #fff;
  background: #004b8e;
  transform: translateX(3px);
}

@media (max-width: 1180px) {
  .plm-support-hub__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .plm-support-hub__card {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .plm-support-hero {
    height: 168px;
  }

  .plm-support-hero > img {
    object-position: 64% center;
  }

  .plm-support-hub {
    padding: 42px 0 72px;
  }

  .plm-support-hub__title {
    gap: 15px;
    margin-bottom: 32px;
  }

  .plm-support-hub__mark {
    width: 54px;
    height: 54px;
    border-radius: 12px 3px 12px 3px;
    font-size: 20px;
  }

  .plm-support-hub__title h1 {
    min-width: 0;
    font-size: clamp(30px, 8.5vw, 36px);
    white-space: nowrap;
  }

  .plm-support-hub__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .plm-support-hub__card {
    padding: 18px;
  }

  .plm-support-hub__card p {
    min-height: 0;
  }
}

/* Total Solutions: client-supplied application scenarios in the PLM reference rhythm */
.site-header--home + .mobile-menu + .route-view--solutions {
  padding-top: 0;
}

.qx-solutions-hero {
  position: relative;
  height: min(760px, 100svh);
  min-height: 690px;
  overflow: hidden;
  color: #fff;
  background: #145f94;
}

.qx-solutions-hero > img,
.qx-solutions-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.qx-solutions-hero > img {
  object-fit: cover;
  object-position: center 52%;
  animation: plm-page-media-in 900ms ease-out both;
}

.qx-solutions-hero__overlay {
  background:
    linear-gradient(90deg, rgba(5, 36, 61, 0.52) 0%, rgba(7, 69, 113, 0.64) 44%, rgba(20, 104, 163, 0.84) 100%),
    linear-gradient(0deg, rgba(7, 25, 39, 0.18), rgba(7, 25, 39, 0.04));
}

.qx-solutions-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  height: 100%;
  grid-template-columns: 43% minmax(0, 1fr);
  align-items: center;
  padding-top: var(--header-height);
  padding-bottom: 36px;
}

.qx-solutions-hero__copy {
  grid-column: 2;
  max-width: 680px;
  animation: plm-page-copy-in 720ms 120ms ease-out both;
}

.qx-solutions-hero__copy > p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.84);
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.qx-solutions-hero__copy h1 {
  max-width: 680px;
  margin: 0;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(56px, 5.15vw, 78px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.qx-solutions-applications {
  padding: 86px 0 118px;
  background: repeating-linear-gradient(90deg, #fff 0, #fff 54px, #f8fafb 54px, #f8fafb 108px);
}

.qx-solutions-applications__head {
  margin-bottom: 42px;
}

.qx-solutions-applications__head > p {
  margin: 0 0 6px;
  color: #0877b9;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.qx-solutions-applications__head h2 {
  margin: 0;
  color: #111c27;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(42px, 4.2vw, 62px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.qx-solutions-applications__list {
  display: grid;
  gap: 24px;
}

.qx-solutions-row {
  display: grid;
  min-height: 410px;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 1fr);
  overflow: hidden;
  color: #fff;
  background: #075791;
}

.qx-solutions-row.is-reverse {
  grid-template-columns: minmax(320px, 1fr) minmax(0, 1.55fr);
  background: #0b1724;
}

.qx-solutions-row.is-reverse .qx-solutions-row__media {
  order: 2;
}

.qx-solutions-row__media {
  display: grid;
  min-width: 0;
  min-height: 410px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
  margin: 0;
  overflow: hidden;
  background: #dce3e8;
}

.qx-solutions-row__media img {
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.qx-solutions-row:hover .qx-solutions-row__media img:first-child {
  transform: scale(1.035);
}

.qx-solutions-row:hover .qx-solutions-row__media img:last-child {
  transform: scale(1.035) translateX(-0.5%);
}

.qx-solutions-row__copy {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 72px clamp(34px, 4vw, 64px) 54px;
}

.qx-solutions-row__copy > span {
  position: absolute;
  top: 18px;
  right: 26px;
  color: rgba(255, 255, 255, 0.12);
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 1;
}

.qx-solutions-row__copy h3 {
  position: relative;
  z-index: 1;
  max-width: 390px;
  margin: 0;
  font-family: "Dosis", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(34px, 3.25vw, 48px);
  font-weight: 600;
  line-height: 1.05;
  text-transform: none;
}

.qx-solutions-row__details {
  min-height: 58px;
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

@media (max-width: 1020px) {
  .qx-solutions-row,
  .qx-solutions-row.is-reverse {
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 1fr);
  }

  .qx-solutions-row.is-reverse {
    grid-template-columns: minmax(280px, 1fr) minmax(0, 1.35fr);
  }

  .qx-solutions-row__copy {
    padding-inline: 32px;
  }
}

@media (max-width: 760px) {
  .qx-solutions-hero {
    height: 620px;
    min-height: 620px;
  }

  .qx-solutions-hero > img {
    object-position: 35% center;
  }

  .qx-solutions-hero__overlay {
    background: linear-gradient(180deg, rgba(5, 39, 65, 0.52), rgba(9, 83, 137, 0.9));
  }

  .qx-solutions-hero__inner {
    display: flex;
    align-items: flex-end;
    padding-top: 142px;
    padding-bottom: 76px;
  }

  .qx-solutions-hero__copy {
    max-width: 100%;
  }

  .qx-solutions-hero__copy h1 {
    font-size: clamp(43px, 13.2vw, 58px);
    line-height: 0.98;
  }

  .qx-solutions-applications {
    padding: 62px 0 78px;
  }

  .qx-solutions-applications__head {
    margin-bottom: 30px;
  }

  .qx-solutions-applications__head h2 {
    font-size: 39px;
  }

  .qx-solutions-row,
  .qx-solutions-row.is-reverse {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .qx-solutions-row.is-reverse .qx-solutions-row__media {
    order: 0;
  }

  .qx-solutions-row__media {
    min-height: 280px;
    aspect-ratio: 1.35 / 1;
  }

  .qx-solutions-row__copy {
    min-height: 270px;
    padding: 64px 26px 34px;
  }

  .qx-solutions-row__copy > span {
    top: 14px;
    right: 20px;
    font-size: 68px;
  }

  .qx-solutions-row__copy h3 {
    max-width: 310px;
    font-size: 36px;
  }

  .qx-solutions-row__details {
    min-height: 34px;
    margin-top: 24px;
  }
}

@media (max-width: 600px) {
  .plm-contact-rail {
    display: none;
  }
}

/* Process Management: reference-aligned product directory and honest line placeholders */
.site-header--home + .mobile-menu + .route-view--process {
  padding-top: 0;
}

.qx-process-hero {
  position: relative;
  height: 420px;
  min-height: 420px;
  overflow: hidden;
  color: #fff;
  background: #155c8e;
}

.qx-process-hero > img,
.qx-process-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.qx-process-hero > img {
  object-fit: cover;
  object-position: center 52%;
  animation: plm-page-media-in 900ms ease-out both;
}

.qx-process-hero__overlay {
  background:
    linear-gradient(90deg, rgba(6, 64, 106, 0.82), rgba(24, 99, 148, 0.64), rgba(5, 49, 83, 0.72)),
    linear-gradient(rgba(8, 34, 55, 0.16), rgba(8, 34, 55, 0.16));
}

.qx-process-hero__inner,
.qx-process-trail .container,
.qx-process-index__container {
  width: min(calc(100% - 72px), 1480px);
  max-width: none;
}

.qx-process-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 92px;
  text-align: center;
  animation: plm-page-copy-in 620ms 100ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.qx-process-hero__inner > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Dosis", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.qx-process-hero__inner h1 {
  max-width: 1100px;
  margin: 10px 0 0;
  color: #fff;
  font-family: "Dosis", Arial, sans-serif;
  font-size: clamp(44px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.qx-process-hero--detail__inner h1,
.qx-process-hero--detail .qx-process-hero__inner h1 {
  max-width: 980px;
  font-size: clamp(38px, 4.1vw, 56px);
  letter-spacing: 1px;
}

.qx-process-hero--detail .qx-process-hero__inner > p {
  display: none;
}

.qx-process-trail,
.qx-process-trail .breadcrumbs {
  min-height: 56px;
}

.qx-process-trail .breadcrumbs {
  font-size: 12px;
}

.qx-process-index {
  padding: 56px 0 100px;
  background: #f6f7f7;
}

.qx-process-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  align-items: stretch;
}

.qx-process-product-card {
  display: grid;
  min-width: 0;
  height: 100%;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 45, 70, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.qx-process-product-card:hover {
  box-shadow: 0 16px 34px rgba(20, 45, 70, 0.12);
  transform: translateY(-4px);
}

.qx-process-product-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: #eceeef;
}

.qx-process-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.qx-process-product-card:hover .qx-process-product-card__media img {
  transform: scale(1.035);
}

.qx-process-product-card__body {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 28px 30px 24px;
}

.qx-process-product-card__body > small {
  color: #a8afb4;
  font-size: 10px;
  line-height: 1.35;
}

.qx-process-product-card__body h2 {
  margin: 14px 0 16px;
  color: #07559a;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.18;
}

.qx-process-product-card__body h2 a {
  transition: color 180ms ease;
}

.qx-process-product-card__body h2 a:hover {
  color: #003d73;
}

.qx-process-product-card__body > p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #858c92;
  font-size: 14px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.qx-process-product-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 30px;
}

.qx-process-product-card__actions a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #07559a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.qx-process-product-card__actions a:last-child {
  color: #5f6f7c;
  text-align: right;
}

.qx-process-product-card__actions a:hover,
.qx-process-product-card__actions a:last-child:hover {
  color: #0083d6;
}

.qx-process-product-card__actions--single {
  justify-content: flex-start;
}

.qx-process-product-card__actions--single a:last-child {
  color: #07559a;
  text-align: left;
}

.qx-line-placeholder {
  padding: 82px 0 100px;
  background: #f4f6f7;
}

.qx-line-placeholder__container {
  width: min(calc(100% - 72px), 1280px);
  max-width: none;
}

.qx-line-placeholder__intro {
  max-width: 940px;
  margin-bottom: 46px;
}

.qx-line-placeholder__intro > span {
  display: inline-flex;
  padding: 7px 12px;
  color: #fff;
  background: #07559a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.qx-line-placeholder__intro h2,
.qx-line-placeholder__cta h2 {
  margin: 22px 0 16px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 600;
  line-height: 1.08;
}

.qx-line-placeholder__intro p {
  max-width: 860px;
  margin: 0;
  color: #66727b;
  font-size: 16px;
}

.qx-line-placeholder__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 32px;
  align-items: stretch;
}

.qx-line-record,
.qx-line-pending {
  min-width: 0;
  background: #fff;
  box-shadow: 0 14px 34px rgba(13, 38, 58, 0.07);
}

.qx-line-record img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background: #e9edef;
}

.qx-line-record > div,
.qx-line-pending {
  padding: 30px;
}

.qx-line-record small,
.qx-line-pending > small {
  color: #07559a;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.qx-line-record h3,
.qx-line-pending h3 {
  margin: 14px 0 16px;
  color: #16304a;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.12;
}

.qx-line-record p {
  margin: 0 0 16px;
  color: #6a757d;
  font-size: 14px;
}

.qx-line-record a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #07559a;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.qx-line-pending__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 26px;
  background: #dce1e4;
  border: 1px solid #dce1e4;
}

.qx-line-pending__fields > div {
  display: grid;
  min-height: 92px;
  align-content: center;
  gap: 8px;
  padding: 18px;
  background: #fff;
}

.qx-line-pending__fields span {
  color: #7a858d;
  font-size: 11px;
  text-transform: uppercase;
}

.qx-line-pending__fields strong {
  color: #263846;
  font-size: 14px;
}

.qx-line-placeholder__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 32px;
  padding: 34px 38px;
  color: #fff;
  background: #10263a;
}

.qx-line-placeholder__cta h2 {
  margin: 0 0 10px;
  font-size: 34px;
}

.qx-line-placeholder__cta p {
  max-width: 720px;
  margin: 0;
  color: #b9c5ce;
  font-size: 14px;
}

.qx-line-placeholder__cta > div:last-child {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.qx-line-placeholder__cta a,
.qx-line-placeholder__cta button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.54);
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.qx-line-placeholder__cta button {
  color: #fff;
  border-color: #07559a;
  background: #07559a;
}

/* Process detail: reference-led numbered card placeholder */
.qx-line-steps {
  padding: 38px 0 90px;
  background: #fff;
}

.qx-line-steps__container {
  width: min(calc(100% - 72px), 1480px);
  max-width: none;
}

.qx-line-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

.qx-line-step-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #eeeeee;
  background: #fff;
  box-shadow: 0 8px 22px rgba(18, 45, 67, 0.09);
}

.qx-line-step-card__number {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  width: 58px;
  height: 58px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px 0 0 13px;
  color: #07559a;
  border-bottom-right-radius: 48px;
  background: rgba(229, 233, 235, 0.94);
  font-family: "Dosis", Arial, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
}

.qx-line-step-card__media {
  overflow: hidden;
  aspect-ratio: 2 / 1;
  background: #eef0f1;
}

.qx-line-step-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.qx-line-step-card:hover .qx-line-step-card__media img {
  transform: scale(1.025);
}

.qx-line-step-card__body {
  min-height: 114px;
  padding: 26px 24px 28px;
}

.qx-line-step-card__body h3 {
  margin: 0 0 18px;
  color: #242b30;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.qx-line-step-card__body p {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 9px;
  color: #075e9f;
  font-size: 13px;
  line-height: 1.45;
}

.qx-line-step-card__body p:last-child {
  margin-bottom: 0;
}

.qx-line-step-card__body p span {
  flex: 0 0 auto;
  font-size: 17px;
  line-height: 1;
}

@media (max-width: 1199px) {
  .qx-process-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .qx-process-product-card__body {
    min-height: 300px;
  }

  .qx-line-placeholder__grid {
    grid-template-columns: 1fr;
  }

  .qx-line-placeholder__cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .qx-line-steps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .qx-process-hero {
    height: 340px;
    min-height: 340px;
  }

  .qx-process-hero__inner,
  .qx-process-trail .container,
  .qx-process-index__container,
  .qx-line-placeholder__container,
  .qx-line-steps__container {
    width: min(calc(100% - 32px), 1480px);
  }

  .qx-process-hero__inner {
    padding-top: 68px;
  }

  .qx-process-hero__inner > p {
    font-size: 10px;
  }

  .qx-process-hero__inner h1,
  .qx-process-hero--detail .qx-process-hero__inner h1 {
    font-size: clamp(32px, 9vw, 40px);
    letter-spacing: 1px;
  }

  .qx-process-trail,
  .qx-process-trail .breadcrumbs {
    min-height: 52px;
  }

  .qx-process-trail .breadcrumbs {
    overflow: hidden;
    white-space: nowrap;
  }

  .qx-process-index {
    padding: 36px 0 72px;
  }

  .qx-process-products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .qx-process-product-card__body {
    min-height: 0;
    padding: 22px;
  }

  .qx-process-product-card__body h2 {
    font-size: 26px;
  }

  .qx-process-product-card__body > p {
    -webkit-line-clamp: 5;
  }

  .qx-process-product-card__actions {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 24px;
  }

  .qx-line-placeholder {
    padding: 58px 0 72px;
  }

  .qx-line-placeholder__intro {
    margin-bottom: 32px;
  }

  .qx-line-placeholder__intro h2,
  .qx-line-placeholder__cta h2 {
    font-size: 34px;
  }

  .qx-line-record > div,
  .qx-line-pending {
    padding: 22px;
  }

  .qx-line-pending__fields {
    grid-template-columns: 1fr;
  }

  .qx-line-placeholder__cta {
    padding: 26px 22px;
  }

  .qx-line-placeholder__cta > div:last-child {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .qx-line-placeholder__cta a,
  .qx-line-placeholder__cta button {
    width: 100%;
  }

  .qx-line-steps {
    padding: 34px 0 70px;
  }

  .qx-line-steps__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .qx-line-step-card__number {
    width: 54px;
    height: 54px;
    padding: 8px 0 0 12px;
    font-size: 29px;
  }

  .qx-line-step-card__body {
    padding: 23px 22px 26px;
  }

  .qx-line-step-card__body h3 {
    font-size: 17px;
  }
}

/* News detail: reference-led editorial flow */
.plm-news-detail {
  min-height: 720px;
  color: #20272d;
  background: #fff;
}

.plm-news-detail__hero {
  position: relative;
  height: 202px;
  overflow: hidden;
  background: #255b86;
}

.plm-news-detail__hero-image,
.plm-news-detail__hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.plm-news-detail__hero-image {
  object-fit: cover;
  object-position: center 38%;
  filter: saturate(0.76) contrast(0.94);
  animation: plm-inner-image-in 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.plm-news-detail__hero-overlay {
  background: linear-gradient(90deg, rgba(27, 77, 117, 0.86), rgba(40, 94, 137, 0.72), rgba(21, 63, 97, 0.85));
}

.plm-news-detail__trail {
  min-height: 52px;
  border: 0;
  border-bottom: 1px solid #e0e5e8;
  background: #fff;
}

.plm-news-detail__trail .container,
.plm-news-detail__trail .breadcrumbs {
  min-height: 52px;
}

.plm-news-detail__trail .breadcrumbs {
  display: flex;
  align-items: center;
  margin: 0;
}

.plm-news-detail__article {
  max-width: 1320px;
  padding-top: 54px;
  padding-bottom: 92px;
}

.plm-news-detail__header,
.plm-news-detail__section {
  max-width: 100%;
}

.plm-news-detail__header h1,
.plm-news-detail__section h2 {
  margin: 0;
  color: #20272d;
  font-family: "Dosis", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.plm-news-detail__header h1 {
  max-width: 1180px;
  font-size: clamp(38px, 3.25vw, 50px);
  line-height: 1.16;
}

.plm-news-detail__section {
  margin-top: 50px;
}

.plm-news-detail__section h2 {
  font-size: clamp(30px, 2.25vw, 38px);
  line-height: 1.2;
}

.plm-news-detail__rule {
  display: block;
  width: 34px;
  height: 3px;
  margin: 16px 0 26px;
  background: #0b66a7;
}

.plm-news-detail__header > p,
.plm-news-detail__section > p {
  max-width: 1240px;
  margin: 0;
  color: #3f4c55;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.plm-news-detail__gallery {
  display: grid;
  max-width: 980px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin: 28px 0 54px;
}

.plm-news-detail__gallery figure {
  height: 340px;
  margin: 0;
  overflow: hidden;
  background: #eef1f2;
}

.plm-news-detail__gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .plm-news-detail__article {
    padding-top: 46px;
    padding-bottom: 76px;
  }

  .plm-news-detail__gallery {
    max-width: 100%;
    gap: 22px;
  }

  .plm-news-detail__gallery figure {
    height: 290px;
  }
}

@media (max-width: 760px) {
  .plm-news-detail__hero {
    height: 178px;
  }

  .plm-news-detail__hero-image {
    object-position: center;
  }

  .plm-news-detail__trail,
  .plm-news-detail__trail .container,
  .plm-news-detail__trail .breadcrumbs {
    min-height: 48px;
  }

  .plm-news-detail__trail .breadcrumbs {
    overflow: hidden;
    font-size: 11px;
    white-space: nowrap;
  }

  .plm-news-detail__article {
    padding-top: 38px;
    padding-bottom: 64px;
  }

  .plm-news-detail__header h1 {
    font-size: 34px;
    line-height: 1.15;
  }

  .plm-news-detail__section {
    margin-top: 42px;
  }

  .plm-news-detail__section h2 {
    font-size: 27px;
  }

  .plm-news-detail__rule {
    margin: 13px 0 21px;
  }

  .plm-news-detail__header > p,
  .plm-news-detail__section > p {
    font-size: 15px;
    line-height: 1.72;
  }

  .plm-news-detail__gallery {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 24px 0 42px;
  }

  .plm-news-detail__gallery figure {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}

/* QA hero benchmark final cascade lock */
.route-view--quality .qa-story-hero {
  height: 792px;
  min-height: 792px;
  max-height: none;
  padding: 0;
  justify-content: initial;
  background-position: center;
}

.route-view--quality .qa-story-hero::before {
  background: rgba(4, 18, 27, 0.57);
}

.route-view--quality .qa-story-hero__copy {
  position: absolute;
  top: 252px;
  right: auto;
  left: calc(50% - 56px);
  width: min(690px, calc(50% - 50px));
  max-width: 690px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.route-view--quality .qa-story-hero h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(43px, 3vw, 51px);
  letter-spacing: 0.075em;
  line-height: 1.16;
  text-transform: uppercase;
}

.route-view--quality .qa-story-hero__lede,
.route-view--quality .qa-story-hero__copy > p:last-of-type {
  max-width: 700px;
  margin: 40px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}

.route-view--quality .qa-story-menu {
  right: max(72px, calc((100vw - var(--container)) / 2));
  bottom: 87px;
  left: max(72px, calc((100vw - var(--container)) / 2));
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.route-view--quality .qa-story-menu a {
  width: 100%;
  min-width: 0;
  min-height: 49px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(4, 18, 27, 0.15);
  backdrop-filter: none;
  transform: none;
}

.route-view--quality .qa-story-menu a:hover,
.route-view--quality .qa-story-menu a:focus-visible {
  color: #07151e;
  background: rgba(255, 255, 255, 0.96);
  transform: none;
}

.route-view--quality .qa-story-menu strong {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
}

@media (max-width: 1180px) {
  .route-view--quality .qa-story-hero {
    height: 760px;
    min-height: 760px;
  }

  .route-view--quality .qa-story-hero__copy {
    top: 190px;
    right: 34px;
    left: 34px;
    width: auto;
    max-width: 660px;
    margin: 0 auto;
  }

  .route-view--quality .qa-story-hero h1 {
    font-size: clamp(40px, 6vw, 56px);
  }

  .route-view--quality .qa-story-menu {
    right: 34px;
    bottom: 32px;
    left: 34px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
}

@media (max-width: 900px) {
  .route-view--quality .qa-story-hero {
    height: 780px;
    min-height: 780px;
    background-position: 38% center;
  }

  .route-view--quality .qa-story-hero__copy {
    top: 132px;
    right: 22px;
    left: 22px;
    width: auto;
    padding: 0;
  }

  .route-view--quality .qa-story-hero h1 {
    font-size: clamp(34px, 9vw, 48px);
    letter-spacing: 0.035em;
  }

  .route-view--quality .qa-story-hero__lede,
  .route-view--quality .qa-story-hero__copy > p:last-of-type {
    margin-top: 26px;
    font-size: 15px;
    line-height: 1.58;
  }

  .route-view--quality .qa-story-menu {
    right: 18px;
    bottom: 24px;
    left: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .route-view--quality .qa-story-menu a {
    min-height: 48px;
    padding: 8px 10px;
    border-radius: 3px;
    background: rgba(4, 18, 27, 0.24);
  }

  .route-view--quality .qa-story-menu strong {
    font-size: 12px;
    line-height: 1.25;
  }
}
