:root {
  --navy: #003f73;
  --navy-deep: #06233f;
  --blue: #005b8f;
  --blue-soft: #e8f1f7;
  --ink: #142638;
  --muted: #506070;
  --mist: #f5f7f8;
  --line: #d7dfe4;
  --accent: #ff4a3d;
  --white: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, Arial, sans-serif;
}

/* v25 final: lock shared centered widths after all page-specific rules. */
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .section-inner {
  width: min(100% - 80px, 1440px);
  margin-inline: auto;
}
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .split-head,
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .partner-band,
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .placeholder-cert,
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .metric-mock,
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .power-band {
  margin-inline: auto;
}
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow {
  position: relative;
  width: min(100%,1120px);
  margin-left: auto;
  margin-right: auto;
}
.octoli-page #inventec { padding-top: clamp(82px,9vw,132px); }
.octoli-page .partner-band { width: min(100% - 80px,1320px); }
.decarbonization-page #certification .placeholder-cert,
.decarbonization-page #measure .metric-mock { width: min(100%,1180px); }

@media (min-width: 761px) {
  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow::before {
    left: 21px;
    top: 61px;
    bottom: 61px;
  }
  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow article,
  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow article:nth-child(n) {
    box-sizing: border-box;
    width: 100%;
    grid-template-columns: 64px 76px 230px minmax(0,1fr);
    column-gap: 24px;
  }
  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow article::after {
    left: 88px;
    right: 0;
  }
}

@media (max-width: 760px) {
  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .section-inner {
    width: min(100% - 36px,1440px);
  }
  .octoli-page .partner-band { width: min(100% - 36px,1320px); }
  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow { width: 100%; }
}

/* Final page-specific CTA color override. */
.decarbonization-page .cta .button,
.decarbonization-page .cta .button:hover {
  color: #fff;
  background: #176f9e;
}

/* Keep the decarbonization CTA consistent with the site's blue actions. */
.decarbonization-page .cta .button,
.decarbonization-page .cta .button:hover {
  color: #fff;
  background: #176f9e;
}

/* v42 final decarbonization alignment overrides. */
.decarbonization-page #consult .consult-list li,
.decarbonization-page #consult .consult-list li:nth-last-child(-n+2) {
  border-bottom: 0;
}
.decarbonization-page #consult .consult-list::before,
.decarbonization-page #consult .consult-list::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: #d7e0e5;
}
.decarbonization-page #consult .consult-list::before {
  top: 28px;
  bottom: 28px;
  left: 50%;
  width: 1px;
}
.decarbonization-page #consult .consult-list::after {
  top: 50%;
  left: 38px;
  right: 38px;
  height: 1px;
}
.decarbonization-page .cta .button,
.decarbonization-page .cta .button:hover {
  color: #fff;
  background: #176f9e;
}

@media (max-width: 760px) {
  .decarbonization-page #consult .consult-list::before,
  .decarbonization-page #consult .consult-list::after {
    display: none;
  }
  .decarbonization-page #consult .consult-list li:not(:last-child),
  .decarbonization-page #consult .consult-list li:nth-last-child(2) {
    border-bottom: 1px solid #d7e0e5;
  }
}

/* Final shared texture override: keep all special-page blue surfaces consistent. */
:is(.plastics-page .trade-map-pro,
    .octoli-page .section.navy:not(:has(.service-summary)),
    .decarbonization-page .section.navy:not(:has(.service-summary))) {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

:is(.plastics-page .trade-map-pro,
    .octoli-page .section.navy:not(:has(.service-summary)),
    .decarbonization-page .section.navy:not(:has(.service-summary)))::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image:
    repeating-linear-gradient(115deg, rgba(255,255,255,.055) 0 1px, rgba(3,27,47,.12) 1px 2px, transparent 2px 5px),
    linear-gradient(90deg, rgba(15,36,56,.06), transparent 48%);
  opacity: .42;
  pointer-events: none;
}

:is(.plastics-page .trade-map-pro,
    .octoli-page .section.navy:not(:has(.service-summary)),
    .decarbonization-page .section.navy:not(:has(.service-summary))) > * {
  position: relative;
  z-index: 1;
}

/* Shared fine diagonal texture for the principal blue surfaces on special pages. */
:is(.plastics-page .trade-map-pro,
    .octoli-page .section.navy:not(:has(.service-summary)),
    .decarbonization-page .section.navy:not(:has(.service-summary))) {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

:is(.plastics-page .trade-map-pro,
    .octoli-page .section.navy:not(:has(.service-summary)),
    .decarbonization-page .section.navy:not(:has(.service-summary)))::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image:
    repeating-linear-gradient(115deg, rgba(255,255,255,.055) 0 1px, rgba(3,27,47,.12) 1px 2px, transparent 2px 5px),
    linear-gradient(90deg, rgba(15,36,56,.06), transparent 48%);
  opacity: .42;
  pointer-events: none;
}

:is(.plastics-page .trade-map-pro,
    .octoli-page .section.navy:not(:has(.service-summary)),
    .decarbonization-page .section.navy:not(:has(.service-summary))) > * {
  position: relative;
  z-index: 1;
}

/* Shared editorial rhythm for all business pages. */
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page)
  :is(.section,.photo-story,.editorial-showcase,.partner-band,.metric-mock,.power-band)
  .eyebrow {
  margin: 0 0 14px;
  color: #6f8ea2;
  font-weight: 300;
}

:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page)
  .special-hero .eyebrow {
  color: rgba(255,255,255,.78);
}

:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page)
  :is(.section,.photo-story,.editorial-showcase,.partner-band,.metric-mock,.power-band)
  .eyebrow + h2 {
  margin-top: 0;
  margin-bottom: 26px;
}

:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page)
  :is(.section,.photo-story,.editorial-showcase,.partner-band,.metric-mock,.power-band)
  :is(p,.section-intro) {
  line-height: 1.95;
}

:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page)
  :is(.section,.photo-story,.editorial-showcase,.partner-band,.metric-mock,.power-band)
  h2 + p:not(.eyebrow) {
  margin-top: 0;
}

/* Keep the FAQ affordance consistent across every business page. */
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) #faq .faq summary::after {
  color: #ef5a4e !important;
}

:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) #faq .faq summary::marker {
  color: #ef5a4e;
}

:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) #faq .faq summary::-webkit-details-marker {
  color: #ef5a4e;
}

/* v27 cascade lock: plastics trade-support diagram. */
.plastics-page .special-hero,
.plastics-page .support-options { position: relative; overflow: hidden; isolation: isolate; }
.plastics-page .support-options .section-inner { position: relative; z-index: 1; }
.plastics-page .application-diagram {
  box-sizing: border-box;
  width: min(100%,1240px);
  max-width: 1240px;
  padding: 44px 48px 28px;
  background: #eef2f4;
}
.plastics-page .application-hub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 330px;
  min-height: 126px;
  margin: 0 auto 76px;
  padding: 22px 30px;
  gap: 16px;
  line-height: 1.35;
}
.plastics-page .application-hub::after { height: 48px; background: #afc1cc; }
.plastics-page .application-hub span { line-height: 1.2; }
.plastics-page .application-hub strong { font-size: 20px; line-height: 1.45; }
.plastics-page .application-band { gap: 30px; }
.plastics-page .application-band::before {
  left: calc(12.5% - 11px);
  right: calc(12.5% - 11px);
  top: -29px;
  height: 2px;
  background: #afc1cc;
}
.plastics-page .application-band article {
  box-sizing: border-box;
  min-height: 310px;
  padding: 72px 30px 34px;
  box-shadow: 0 14px 34px rgba(3,29,49,.07);
}
.plastics-page .application-band article::before { height: 30px; background: #afc1cc; }
.plastics-page .application-band span {
  top: 0;
  width: 54px;
  height: 54px;
  border-color: #9bb2c1;
  background: #fff;
  font-size: 12px;
}
.plastics-page .application-band h3 {
  min-height: 3em;
  margin: 0 0 18px;
  font-size: 19px;
  line-height: 1.5;
}
.plastics-page .application-band p {
  max-width: 17em;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.85;
  text-align: left;
}
.plastics-page .support-options .section-note {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 44px 22px;
  background: #e8f0f5;
  line-height: 1.8;
}

@media (max-width: 760px) {
  .plastics-page .application-diagram { padding: 32px 20px 24px; }
  .plastics-page .application-hub {
    width: 100%;
    min-height: 104px;
    margin-bottom: 52px;
    padding: 20px 24px;
    gap: 10px;
  }
  .plastics-page .application-hub::after { height: 36px; }
  .plastics-page .application-band { gap: 22px; padding-left: 30px; }
  .plastics-page .application-band::before {
    left: 0;
    right: auto;
    top: -16px;
    bottom: 36px;
    width: 2px;
    height: auto;
  }
  .plastics-page .application-band article { min-height: 0; padding: 28px 24px 28px 38px; }
  .plastics-page .application-band article::before {
    left: -30px;
    top: 36px;
    bottom: auto;
    width: 30px;
    height: 2px;
    transform: none;
  }
  .plastics-page .application-band span {
    left: 0;
    top: 36px;
    width: 46px;
    height: 46px;
    transform: translate(-50%,-50%);
  }
  .plastics-page .application-band h3 { min-height: 0; margin-bottom: 12px; text-align: left; }
  .plastics-page .application-band p { max-width: none; margin: 0; }
  .plastics-page .support-options .section-note { padding: 18px 20px 20px; }
}

/* v27: plastics trade-support diagram refinement. */
.plastics-page .special-hero,
.plastics-page .support-options {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.plastics-page .support-options .section-inner {
  position: relative;
  z-index: 1;
}

.plastics-page .application-diagram {
  box-sizing: border-box;
  width: min(100%, 1240px);
  max-width: 1240px;
  padding: 44px 48px 28px;
  background: #eef2f4;
}

.plastics-page .application-hub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 330px;
  min-height: 126px;
  margin-bottom: 76px;
  padding: 22px 30px;
  gap: 16px;
  box-sizing: border-box;
  line-height: 1.35;
}

.plastics-page .application-hub::after {
  height: 48px;
  background: #afc1cc;
}

.plastics-page .application-hub span {
  line-height: 1.2;
}

.plastics-page .application-hub strong {
  font-size: 20px;
  line-height: 1.45;
}

.plastics-page .application-band {
  gap: 30px;
}

.plastics-page .application-band::before {
  left: calc(12.5% - 11px);
  right: calc(12.5% - 11px);
  top: -29px;
  height: 2px;
  background: #afc1cc;
}

.plastics-page .application-band article {
  box-sizing: border-box;
  min-height: 310px;
  padding: 72px 30px 34px;
  box-shadow: 0 14px 34px rgba(3,29,49,.07);
}

.plastics-page .application-band article::before {
  height: 30px;
  background: #afc1cc;
}

.plastics-page .application-band span {
  top: 0;
  width: 54px;
  height: 54px;
  border-color: #9bb2c1;
  background: #fff;
  font-size: 12px;
}

.plastics-page .application-band h3 {
  min-height: 3em;
  margin: 0 0 18px;
  font-size: 19px;
  line-height: 1.5;
}

.plastics-page .application-band p {
  max-width: 17em;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.85;
  text-align: left;
}

.plastics-page .support-options .section-note {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 44px 22px;
  background: #e8f0f5;
  line-height: 1.8;
}

@media (max-width: 760px) {
  .plastics-page .application-diagram {
    padding: 32px 20px 24px;
  }

  .plastics-page .application-hub {
    width: 100%;
    min-height: 104px;
    margin-bottom: 52px;
    padding: 20px 24px;
    gap: 10px;
  }

  .plastics-page .application-hub::after {
    height: 36px;
  }

  .plastics-page .application-band {
    gap: 22px;
    padding-left: 30px;
  }

  .plastics-page .application-band::before {
    left: 0;
    right: auto;
    top: -16px;
    bottom: 36px;
    width: 2px;
    height: auto;
  }

  .plastics-page .application-band article {
    min-height: 0;
    padding: 28px 24px 28px 38px;
  }

  .plastics-page .application-band article::before {
    left: -30px;
    top: 36px;
    bottom: auto;
    width: 30px;
    height: 2px;
    transform: none;
  }

  .plastics-page .application-band span {
    left: 0;
    top: 36px;
    width: 46px;
    height: 46px;
    transform: translate(-50%,-50%);
  }

  .plastics-page .application-band h3 {
    min-height: 0;
    margin-bottom: 12px;
    text-align: left;
  }

  .plastics-page .application-band p {
    max-width: none;
    margin: 0;
  }

  .plastics-page .support-options .section-note {
    padding: 18px 20px 20px;
  }
}

/* v26: separators belong between entries, never around the whole list. */
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .material-ledger .ledger-row:first-child,
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .info-request ul,
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .rich-catalog-list li:first-child {
  border-top: 0;
}

:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .material-ledger .ledger-row:last-child,
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .info-request li:last-child,
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .rich-catalog-list li:last-child {
  border-bottom: 0;
}

@media (min-width: 761px) {
  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow::before {
    left: 21px;
    top: 34px;
    bottom: 34px;
    width: 1px;
    background: #dbe3e8;
  }

  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow article::before {
    justify-self: start;
    align-self: center;
    margin: 0;
  }

  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow article::after {
    top: auto;
    bottom: 0;
    left: 88px;
    right: 0;
    width: auto;
    height: 1px;
    background: #e1e7eb;
  }
}

@media (max-width: 760px) {
  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow::before {
    left: 18px;
    top: 42px;
    bottom: 42px;
    background: #dbe3e8;
  }

  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow article:first-child {
    border-top: 0;
  }

  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow article:last-child {
    border-bottom: 0;
  }
}

/* Final metal flow layout. Keep this after the shared responsive rules. */
@media (min-width: 761px) {
  .metal-page .number-flow {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    max-width: 1120px;
    margin: 58px auto 0;
    transform: none;
  }
  .metal-page .number-flow::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 30px;
    bottom: 30px;
    width: 1px;
    background: #b8c8d2;
  }
  .metal-page .number-flow article,
  .metal-page .number-flow article:nth-child(4),
  .metal-page .number-flow article:nth-child(5),
  .metal-page .number-flow article:nth-child(6) {
    position: relative;
    display: grid;
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: 64px 76px 230px minmax(0,1fr);
    grid-template-rows: 1fr;
    column-gap: 24px;
    align-items: center;
    justify-items: stretch;
    min-height: 154px;
    padding: 30px 0;
    border-top: 1px solid var(--line);
    background: transparent;
    text-align: left;
  }
  .metal-page .number-flow article:last-child { border-bottom: 1px solid var(--line); }
  .metal-page .number-flow article::before {
    position: relative;
    left: auto;
    top: auto;
    z-index: 2;
    grid-column: 1;
    grid-row: 1;
    display: grid;
    place-items: center;
    width: 42px;
    height: 28px;
    border: 0;
    border-radius: 0;
    color: var(--accent);
    background: #fff;
    font-size: 12px;
    transform: none;
  }
  .metal-page .number-flow article::after { display: none; }
  .metal-page .number-flow article img {
    display: block;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 3px;
  }
  .metal-page .number-flow h3,
  .metal-page .number-flow p { width: 100%; margin: 0; transform: none; }
  .metal-page .number-flow h3 { grid-column: 3; grid-row: 1; font-size: 18px; white-space: normal; }
  .metal-page .number-flow p { grid-column: 4; grid-row: 1; font-size: 14px; line-height: 1.95; }
}

@media (max-width: 760px) {
  .metal-page .number-flow { position: relative; grid-template-columns: 1fr; gap: 0; width: 100%; margin: 38px 0 0; }
  .metal-page .number-flow::before { content: ""; position: absolute; left: 17px; top: 24px; bottom: 24px; width: 1px; background: #b8c8d2; }
  .metal-page .number-flow article,
  .metal-page .number-flow article:nth-child(4),
  .metal-page .number-flow article:nth-child(5),
  .metal-page .number-flow article:nth-child(6) { display: grid; grid-column: 1; grid-row: auto; grid-template-columns: 48px minmax(0,1fr); grid-template-rows: auto auto; gap: 8px 18px; min-height: 0; padding: 28px 0; border-top: 1px solid var(--line); }
  .metal-page .number-flow article::before { position: relative; left: auto; top: auto; grid-column: 1; grid-row: 1 / span 2; align-self: start; width: 36px; height: 28px; background: #fff; }
  .metal-page .number-flow article::after { display: none; }
  .metal-page .number-flow article img { display: none; }
  .metal-page .number-flow h3 { grid-column: 2; grid-row: 1; margin: 0; }
  .metal-page .number-flow p { grid-column: 2; grid-row: 2; margin: 0; }
}

/* v25: shared alignment rules for every special page. */
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .section-inner {
  width: min(100% - 80px, 1440px);
  margin-inline: auto;
}

:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .split-head,
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .partner-band,
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .placeholder-cert,
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .metric-mock,
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .power-band {
  margin-inline: auto;
}

:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow {
  position: relative;
  width: min(100%, 1120px);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 761px) {
  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow::before {
    left: 21px;
    top: 61px;
    bottom: 61px;
  }

  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow article,
  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow article:nth-child(n) {
    box-sizing: border-box;
    width: 100%;
    grid-template-columns: 64px 76px 230px minmax(0, 1fr);
    column-gap: 24px;
  }

  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow article::after {
    left: 88px;
    right: 0;
  }
}

.octoli-page #inventec {
  padding-top: clamp(82px, 9vw, 132px);
}

.octoli-page .partner-band {
  width: min(100% - 80px, 1320px);
}

.decarbonization-page #certification .placeholder-cert,
.decarbonization-page #measure .metric-mock {
  width: min(100%, 1180px);
}

@media (max-width: 760px) {
  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .section-inner {
    width: min(100% - 36px, 1440px);
  }

  .octoli-page .partner-band {
    width: min(100% - 36px, 1320px);
  }

  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow {
    width: 100%;
  }
}

/* Metal trade flow: a readable vertical timeline for text-heavy steps. */
.metal-page .number-flow {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: 100%;
  max-width: 1120px;
  margin: 58px auto 0;
}
.metal-page .number-flow::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 30px;
  bottom: 30px;
  width: 1px;
  background: #b8c8d2;
}
.metal-page .number-flow article,
.metal-page .number-flow article:nth-child(4),
.metal-page .number-flow article:nth-child(5),
.metal-page .number-flow article:nth-child(6) {
  position: relative;
  display: grid;
  grid-column: 1;
  grid-row: auto;
  grid-template-columns: 64px 76px 230px minmax(0,1fr);
  grid-template-rows: 1fr;
  column-gap: 24px;
  align-items: center;
  min-height: 154px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
  background: transparent;
  text-align: left;
}
.metal-page .number-flow article:last-child { border-bottom: 1px solid var(--line); }
.metal-page .number-flow article::before {
  position: relative;
  left: auto;
  top: auto;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 28px;
  border: 0;
  color: var(--accent);
  background: #fff;
  font-size: 12px;
  letter-spacing: .08em;
  transform: none;
}
.metal-page .number-flow article::after,
.metal-page .number-flow article:nth-child(3)::after,
.metal-page .number-flow article:nth-child(4)::after,
.metal-page .number-flow article:nth-child(5)::after { display: none; }
.metal-page .number-flow article img {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 3px;
}
.metal-page .number-flow h3,
.metal-page .number-flow p {
  width: 100%;
  margin: 0;
  transform: none;
}
.metal-page .number-flow h3 {
  grid-column: 3;
  grid-row: 1;
  font-size: 18px;
  white-space: normal;
}
.metal-page .number-flow p {
  grid-column: 4;
  grid-row: 1;
  font-size: 14px;
  line-height: 1.95;
}

@media (max-width: 760px) {
  .metal-page .number-flow { margin-top: 38px; }
  .metal-page .number-flow::before { left: 17px; top: 24px; bottom: 24px; }
  .metal-page .number-flow article,
  .metal-page .number-flow article:nth-child(4),
  .metal-page .number-flow article:nth-child(5),
  .metal-page .number-flow article:nth-child(6) {
    grid-template-columns: 48px minmax(0,1fr);
    grid-template-rows: auto auto;
    gap: 8px 18px;
    min-height: 0;
    padding: 28px 0;
  }
  .metal-page .number-flow article::before { grid-column: 1; grid-row: 1 / span 2; align-self: start; width: 36px; }
  .metal-page .number-flow article img { display: none; }
  .metal-page .number-flow h3 { grid-column: 2; grid-row: 1; }
  .metal-page .number-flow p { grid-column: 2; grid-row: 2; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body { margin: 0; color: var(--ink); background: var(--mist); word-break: auto-phrase; line-break: strict; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 30;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px clamp(20px, 4vw, 64px); background: rgba(232,238,243,.48);
  backdrop-filter: blur(16px);
}
.site-header .brand { display: inline-flex; align-items: center; min-height: 54px; }
.site-header .brand img { width: clamp(112px, 10vw, 152px); height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 2.3vw, 32px); font-size: 14px; font-weight: 800; }
.site-nav a { text-decoration: none; }
.site-nav .contact { padding: 13px 18px; color: #fff; background: var(--navy); }

.business-switcher { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: var(--blue); }
.business-switcher a { position: relative; min-height: 104px; padding: 24px clamp(18px, 3vw, 42px); color: rgba(255,255,255,.76); text-decoration: none; border-right: 1px solid rgba(255,255,255,.14); }
.business-switcher a:last-child { border-right: 0; }
.business-switcher small { display: block; margin-bottom: 8px; color: #8ec6dc; font-size: 10px; font-weight: 800; }
.business-switcher strong { display: block; color: #fff; font-size: 14px; line-height: 1.55; }
.business-switcher a[aria-current="page"] { background: var(--navy-deep); }
.business-switcher a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--accent); }

.special-hero { position: relative; min-height: min(860px, 88vh); display: grid; align-items: end; padding-top: 98px; overflow: hidden; color: #fff; background: var(--navy-deep); }
.special-hero video, .special-hero .hero-poster { position: absolute; inset: 98px 0 0; width: 100%; height: calc(100% - 98px); object-fit: cover; }
.special-hero::after { content: ""; position: absolute; inset: 98px 0 0; background: linear-gradient(90deg, rgba(3,27,47,.93) 0%, rgba(3,27,47,.72) 42%, rgba(3,27,47,.14) 78%); }
.special-hero::before { display: none; }
.hero-copy { position: relative; z-index: 2; width: min(1240px, 100%); padding: clamp(72px, 10vw, 138px) clamp(22px, 7vw, 108px); }
.eyebrow { margin: 0 0 20px; color: #8ec6dc; font-family: "Helvetica Neue", Arial, sans-serif; font-size: 11px; font-weight: 300; letter-spacing: .12em; }
.hero-copy h1 { margin: 0; max-width: 760px; font-size: clamp(42px, 5vw, 72px); line-height: 1.28; letter-spacing: 0; }
.hero-copy .lead { max-width: 680px; margin: 28px 0 0; color: rgba(255,255,255,.8); font-size: 16px; line-height: 2; }
.video-note { position: absolute; z-index: 3; right: 24px; bottom: 22px; padding: 8px 10px; color: rgba(255,255,255,.75); background: rgba(3,29,49,.72); font-size: 10px; }

.section { padding: clamp(72px, 9vw, 124px) clamp(22px, 7vw, 108px); }
.section.white { background: #fff; }
.section.navy { color: #fff; background: var(--navy); }
.section-inner { max-width: 1220px; margin: auto; }
.split-head { display: grid; grid-template-columns: minmax(240px,.78fr) minmax(0,1.22fr); align-items: end; gap: clamp(34px, 7vw, 108px); margin-bottom: 54px; }
.section h2 { margin: 0; color: var(--navy); font-size: clamp(30px, 3.4vw, 48px); line-height: 1.45; }
.navy h2 { color: #fff; }
.section-intro { margin: 0; color: var(--muted); font-size: 15px; line-height: 2; }
.navy .section-intro { color: rgba(255,255,255,.72); }

.section-index { display: none; }
.section-note { max-width: 920px; margin: 38px 0 0 auto; padding: 24px 30px; color: var(--muted); background: #edf2f5; font-size: 14px; line-height: 2; }

.editorial-showcase { position: relative; display: grid; grid-template-columns: minmax(320px,.72fr) minmax(0,1.28fr); gap: clamp(48px,7vw,108px); min-height: 0; padding: clamp(78px,9vw,132px) clamp(28px,7vw,108px); overflow: hidden; background: #f6f9fb; }
.editorial-showcase::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 18px; background: var(--navy); clip-path: polygon(0 0,100% 0,38% 100%,0 100%); }
.showcase-copy { position: relative; z-index: 2; align-self: center; max-width: 510px; padding: 0; color: var(--ink); }
.showcase-copy::before { content: none; }
.showcase-copy h2 { margin: 0; color: var(--navy); font-size: clamp(36px,4vw,56px); line-height: 1.42; }
.showcase-copy p { margin: 28px 0 0; color: var(--muted); line-height: 2; }
.showcase-visual { position: relative; min-height: clamp(520px,52vw,680px); margin-bottom: 28px; }
.showcase-visual .main-photo { width: 100%; height: 100%; object-fit: cover; }
.showcase-visual .sub-photo, .showcase-tag { display: none; }

.rich-catalog { padding: clamp(78px,10vw,140px) clamp(22px,7vw,108px); background: #f6f9fb; }
.rich-catalog-inner { max-width: 1220px; margin: auto; }
.rich-catalog-head { display: grid; grid-template-columns: .72fr 1.28fr; align-items: end; gap: clamp(34px,7vw,108px); margin-bottom: 58px; }
.rich-catalog-head h2 { margin: 0; color: var(--navy); font-size: clamp(34px,4vw,54px); line-height: 1.4; }
.rich-catalog-head p { margin: 0; color: var(--muted); line-height: 2; }
.rich-catalog-list { margin: 0; padding: 0; list-style: none; background: #fff; }
.rich-catalog-list li { display: grid; grid-template-columns: 80px 280px minmax(0,1fr); align-items: center; min-height: 132px; border-bottom: 1px solid var(--line); }
.rich-catalog-list em { padding-left: 30px; color: var(--accent); font-size: 11px; font-style: normal; font-weight: 900; }
.rich-catalog-list strong { color: var(--navy); font-size: 19px; }
.rich-catalog-list span { padding: 26px 38px; color: var(--muted); line-height: 1.9; background: #f8fafb; }

.trade-map-pro { padding: clamp(80px,10vw,140px) clamp(22px,7vw,108px); color: #fff; background: var(--navy-deep); }
.trade-map-pro-inner { max-width: 1220px; margin: auto; }
.trade-map-pro-head { max-width: 760px; margin-bottom: 62px; }
.trade-map-pro h2 { margin: 0; font-size: clamp(34px,4vw,54px); line-height: 1.42; }
.trade-map-pro-head p { margin: 24px 0 0; color: rgba(255,255,255,.68); line-height: 2; }
.trade-route { display: grid; grid-template-columns: 1fr 74px 1.2fr 74px 1fr; align-items: stretch; }
.route-node { min-height: 270px; padding: 38px; background: #0a3d60; }
.route-node.center { position: relative; background: #fff; color: var(--ink); }
.route-node.center::before { content: ""; position: absolute; left: 0; top: 0; width: 72px; height: 5px; background: var(--accent); }
.route-node small { color: #8ec6dc; font-weight: 900; }
.route-node.center small { color: var(--accent); }
.route-node strong { display: block; margin: 30px 0 18px; font-size: 22px; line-height: 1.55; }
.route-node p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.9; }
.route-node.center p { color: var(--muted); }
.route-arrow { position: relative; }
.route-arrow::before { content: ""; position: absolute; left: 16px; right: 16px; top: 50%; height: 1px; background: rgba(255,255,255,.42); }
.route-arrow::after { content: ""; position: absolute; right: 15px; top: calc(50% - 4px); width: 8px; height: 8px; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg); }

.support-options { background: #fff; }
.support-options .split-head { display: block; max-width: 820px; margin: 0 auto 66px; text-align: center; }
.support-options .split-head h2 { margin: 0 auto; }
.support-options .section-intro { max-width: 720px; margin: 28px auto 0; }
.application-diagram { max-width: 1160px; margin: 0 auto; padding: 48px 44px 44px; background: #eef2f4; }
.application-hub { position: relative; z-index: 2; display: grid; place-items: center; gap: 8px; width: 250px; min-height: 112px; margin: 0 auto 72px; color: #fff; background: var(--navy); text-align: center; }
.application-hub::after { content: ""; position: absolute; left: 50%; top: 100%; width: 2px; height: 45px; background: #8aa6b8; transform: translateX(-50%); }
.application-hub span { color: #8ec6dc; font-family: "Helvetica Neue", Arial, sans-serif; font-size: 10px; font-weight: 300; letter-spacing: .12em; }
.application-hub strong { font-size: 18px; }
.application-band { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin: 0; background: transparent; }
.application-band::before { content: ""; position: absolute; left: 12.5%; right: 12.5%; top: -28px; height: 2px; background: #8aa6b8; }
.application-band article { position: relative; min-height: 250px; padding: 54px 26px 28px; background: #fff; box-shadow: 0 12px 30px rgba(3,29,49,.08); }
.application-band article::before { content: ""; position: absolute; left: 50%; bottom: 100%; width: 2px; height: 28px; background: #8aa6b8; transform: translateX(-50%); }
.application-band span { position: absolute; left: 50%; top: 0; display: grid; place-items: center; width: 44px; height: 44px; border: 2px solid #8aa6b8; border-radius: 50%; color: var(--navy); background: #fff; font-family: "Helvetica Neue", Arial, sans-serif; font-size: 11px; font-weight: 700; transform: translate(-50%,-50%); }
.application-band h3 { margin: 0 0 16px; color: var(--navy); font-size: 20px; text-align: center; }
.application-band p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.support-options .section-note { max-width: 1160px; margin: 0 auto; padding: 26px 44px; text-align: center; }

.consult-list { counter-reset: consult; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: clamp(48px,7vw,100px); margin: 0; padding: 0; list-style: none; background: transparent; }
.consult-list li { counter-increment: consult; display: grid; grid-template-columns: 72px minmax(0,1fr); align-items: center; min-height: 132px; padding: 26px 0; border-bottom: 1px solid var(--line); background: transparent; font-size: 17px; font-weight: 800; line-height: 1.7; }
.consult-list li::before { content: "0" counter(consult); display: block; width: auto; height: auto; margin: 0; color: #9ab1c0; background: none; font-family: "Helvetica Neue", Arial, sans-serif; font-size: 28px; font-weight: 300; }

#consult { position: relative; overflow: hidden; }
#consult::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 46%; background: #eef2f4; pointer-events: none; }
#consult .section-inner { position: relative; z-index: 1; max-width: 1180px; }
#consult .split-head { display: block; max-width: 820px; margin: 0 auto 68px; text-align: center; }
#consult .split-head::before { content: none; }
#consult .split-head h2 { max-width: 760px; margin: 0 auto; }
#consult .split-head .section-intro { max-width: 720px; margin: 28px auto 0; }
#consult .consult-list { max-width: 1100px; margin: 0 auto; padding: 18px 44px; column-gap: 52px; background: var(--navy); box-shadow: 0 22px 56px rgba(3,29,49,.15); }
#consult .consult-list li { min-height: 126px; border-bottom-color: rgba(255,255,255,.2); color: #fff; }
#consult .consult-list li::before { color: #8ec6dc; }
#consult .section-note { max-width: 1100px; margin: 0 auto; padding: 28px 44px; color: var(--muted); background: #fff; box-shadow: 0 14px 38px rgba(3,29,49,.08); }

.faq { max-width: 1000px; margin: auto; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 24px 42px 24px 0; color: var(--navy); font-weight: 800; line-height: 1.75; }
.faq p { margin: 0; padding: 0 0 26px; color: var(--muted); line-height: 1.95; }

.service-summary { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); max-width: 1220px; margin: auto; background: var(--navy); }
.service-summary article { min-height: 250px; padding: clamp(30px,4vw,52px); color: #fff; border-right: 1px solid rgba(255,255,255,.14); }
.service-summary article:last-child { border-right: 0; }
.service-summary span { color: #8ec6dc; font-size: 11px; font-weight: 900; }
.service-summary h3 { margin: 28px 0 14px; font-size: 22px; line-height: 1.5; }
.service-summary p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.9; }

.material-ledger { max-width: 1220px; margin: auto; background: #fff; }
.ledger-row { display: grid; grid-template-columns: 230px minmax(0,1fr); border-top: 1px solid var(--line); }
.ledger-row:last-child { border-bottom: 1px solid var(--line); }
.ledger-row dt { margin: 0; padding: 28px 30px; color: var(--navy); font-size: 16px; font-weight: 900; }
.ledger-row dt span { display: block; margin-bottom: 10px; color: var(--accent); font-size: 10px; }
.ledger-row dd { margin: 0; padding: 28px 34px; color: var(--muted); line-height: 1.95; background: #f8fafb; }

.info-section { background: var(--blue-soft); }
.info-request { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(38px,7vw,96px); align-items: start; max-width: 1220px; margin: auto; }
.info-request h2 { margin: 0; color: var(--navy); font-size: clamp(30px,3.4vw,48px); line-height: 1.45; }
.info-request p { margin: 22px 0 0; color: var(--muted); line-height: 2; }
.info-request ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #bdcbd5; }
.info-request li { position: relative; display: grid; grid-template-columns: 76px minmax(0,1fr); align-items: center; min-height: 78px; padding: 16px 0; border-bottom: 1px solid #bdcbd5; color: var(--navy); font-weight: 700; line-height: 1.7; counter-increment: info-item; }
.info-request ul { counter-reset: info-item; }
.info-request li::before { content: "0" counter(info-item); color: #6f8b9c; font-family: "Helvetica Neue", Arial, sans-serif; font-size: 11px; font-weight: 400; letter-spacing: .08em; }
.info-request li::after { content: ""; position: absolute; left: 47px; top: 50%; width: 7px; height: 7px; background: var(--accent); transform: translateY(-50%) rotate(45deg); }

.photo-story { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(320px,.92fr); min-height: 520px; background: #fff; }
.photo-story.reverse { grid-template-columns: minmax(320px,.92fr) minmax(0,1.08fr); }
.photo-story.reverse .story-photo { order: 2; }
.story-photo { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 78px); }
.story-copy h2 { margin: 0 0 24px; color: var(--navy); font-size: clamp(30px, 3.4vw, 46px); line-height: 1.45; }
.story-copy p { margin: 0; color: var(--muted); line-height: 2; }
.plain-list { margin: 28px 0 0; padding: 0; list-style: none; }
.plain-list li { padding: 14px 0; border-top: 1px solid var(--line); font-weight: 700; line-height: 1.65; }

.number-flow { counter-reset: flow; display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); margin-top: 58px; background: transparent; }
.number-flow article { position: relative; min-height: 230px; padding: 78px 20px 22px; background: transparent; text-align: center; }
.number-flow article::before { counter-increment: flow; content: "0" counter(flow); position: absolute; z-index: 2; top: 0; left: 50%; display: grid; place-items: center; width: 56px; height: 56px; margin: 0; border: 2px solid #8aa6b8; border-radius: 50%; color: var(--navy); background: #fff; font-family: "Helvetica Neue", Arial, sans-serif; font-size: 14px; font-weight: 700; transform: translateX(-50%); }
.number-flow article::after { content: ""; position: absolute; top: 27px; left: calc(50% + 28px); width: calc(100% - 56px); height: 2px; background: #b9c8d2; }
.number-flow article:last-child::after { display: none; }
.number-flow h3 { margin: 0 0 12px; color: var(--navy); font-size: 18px; line-height: 1.55; }
.number-flow p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.navy .number-flow article::before { border-color: #8ec6dc; color: #fff; background: var(--navy); }
.navy .number-flow article::after { background: rgba(255,255,255,.3); }
.navy .number-flow h3 { color: #fff; }
.navy .number-flow p { color: rgba(255,255,255,.68); }

.partner-band { display: grid; grid-template-columns: .9fr 1.1fr; max-width: 1220px; margin: auto; background: #fff; }
.partner-logos { display: flex; align-items: center; justify-content: center; gap: 24px; min-height: 320px; padding: 40px; background: #eef2f4; }
.partner-logos img { max-width: 190px; max-height: 72px; object-fit: contain; }
.partner-logos span { position: relative; z-index: 0; display: inline-flex; align-items: center; justify-content: center; min-width: 176px; min-height: 54px; padding: 0 18px; color: var(--navy); font-family: "Helvetica Neue", Arial, sans-serif; font-size: 14px; font-weight: 800; letter-spacing: .16em; }
.partner-logos span b { position: relative; z-index: 2; display: block; padding: 6px 13px; background: #eef2f4; font: inherit; }
.partner-logos span::before { content: ""; position: absolute; z-index: -2; left: 50%; top: 50%; width: 76px; height: 76px; border: 3px solid #086cb8; border-radius: 50%; transform: translate(-50%,-50%); }
.partner-logos span::after { content: ""; position: absolute; z-index: 1; left: -8px; right: -8px; top: 50%; height: 4px; background: linear-gradient(90deg,#086cb8 0 27%,transparent 27% 73%,#75b82a 73% 100%); transform: translateY(-50%); }
.partner-copy { padding: clamp(42px, 6vw, 72px); }
.partner-copy h2 { margin: 0 0 22px; color: var(--navy); font-size: clamp(30px,3vw,44px); line-height: 1.45; }
.partner-copy p { margin: 0; color: var(--muted); line-height: 2; }

.placeholder-cert { display: grid; grid-template-columns: 220px 1fr; gap: 48px; align-items: center; padding: clamp(34px,5vw,58px); background: #fff; }
.cert-mark { width: 150px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #aeb6bc; font-size: 12px; font-weight: 800; text-align: center; }
.placeholder-cert h2 { margin: 0 0 18px; color: var(--navy); }
.placeholder-cert p { margin: 0; color: var(--muted); line-height: 2; }
.placeholder-label { display: inline-block; margin-bottom: 12px; padding: 5px 8px; color: #5f6970; background: #e2e6e8; font-size: 10px; font-weight: 800; }

.metric-mock { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 480px; overflow: hidden; background: #fff; }
.metric-screen { padding: 34px; color: #fff; background: #193f58; }
.metric-screen header { display: flex; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.2); }
.metric-screen strong { display: block; margin: 36px 0 10px; font-size: 42px; }
.metric-chart { height: 180px; margin-top: 30px; background: linear-gradient(145deg, transparent 0 28%, #8ec6dc 29% 31%, transparent 32% 46%, #ef746c 47% 49%, transparent 50%); border-bottom: 1px solid rgba(255,255,255,.35); }
.metric-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px,6vw,74px); }
.metric-copy h2 { margin: 0 0 20px; color: var(--navy); }
.metric-copy p { margin: 0; color: var(--muted); line-height: 2; }

.cta { padding: clamp(76px,9vw,120px) 22px; color: #fff; background: #0b4166; text-align: center; }
.cta h2 { margin: 0; font-size: clamp(30px,4vw,52px); line-height: 1.45; }
.cta p { max-width: 680px; margin: 22px auto 30px; color: rgba(255,255,255,.74); line-height: 1.9; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 26px; color: #fff; background: var(--accent); text-decoration: none; font-weight: 800; }
.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 28px clamp(22px,7vw,108px); color: rgba(255,255,255,.65); background: var(--navy-deep); font-size: 12px; }
.site-footer a { color: #fff; text-decoration: none; }
.back-to-top { position: fixed; z-index: 40; right: 22px; bottom: 22px; display: grid; place-items: center; width: 48px; height: 48px; color: #fff; background: rgba(3,43,73,.94); box-shadow: 0 10px 24px rgba(3,29,49,.2); text-decoration: none; font-size: 22px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover { background: #0a527f; }

/* Metal page: editorial BtoB composition with restrained typography. */
.metal-page .special-hero { min-height: min(780px, 82vh); align-items: center; }
.metal-page .special-hero::after { background: linear-gradient(90deg,rgba(3,27,47,.8) 0%,rgba(3,27,47,.5) 38%,rgba(3,27,47,.06) 72%); }
.metal-page .hero-copy { width: min(1180px,100%); margin: 0 auto; padding-top: clamp(130px,14vw,190px); padding-bottom: clamp(70px,8vw,110px); }
.metal-page .hero-copy h1 { max-width: 680px; font-size: clamp(38px,4.15vw,58px); line-height: 1.38; }
.metal-page .hero-copy .lead { max-width: 620px; font-size: 15px; }

.metal-page .section h2 { font-size: clamp(29px,3vw,42px); }
.metal-page #consult { background: #f6f9fb; }
.metal-page #consult::before { display: none; }
.metal-page #consult .split-head { display: block; max-width: 1100px; margin: 0 auto 52px; text-align: left; }
.metal-page #consult .split-head::before { display: none; }
.metal-page #consult .split-head h2 { margin: 0; }
.metal-page #consult .split-head .section-intro { max-width: 760px; margin: 24px 0 0; }
.metal-page #consult .consult-list { max-width: 1100px; padding: 10px 42px; column-gap: 64px; background: #fff; box-shadow: 0 20px 48px rgba(3,29,49,.09); }
.metal-page #consult .consult-list li { color: var(--navy); border-bottom-color: var(--line); }
.metal-page #consult .consult-list li:nth-last-child(-n+2) { border-bottom: 0; }
.metal-page #consult .consult-list li::before { color: var(--accent); }
.metal-page #consult .section-note { max-width: 1100px; padding: 24px 42px; background: var(--navy); color: rgba(255,255,255,.78); box-shadow: none; text-align: left; }

.metal-page #faq { background: #fff; }
.metal-page #faq .split-head { display: block; max-width: 1000px; margin: 0 0 44px; }
.metal-page #faq .split-head .section-intro { max-width: 720px; margin-top: 20px; }
.metal-page #faq .faq { margin-left: 0; margin-right: auto; }
.metal-page #faq .faq summary { font-size: 16px; }
.metal-page #faq .faq summary::marker { color: var(--accent); }
.metal-page #faq .faq summary::-webkit-details-marker { color: var(--accent); }

.metal-page .editorial-showcase {
  grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr);
  gap: clamp(40px,6vw,88px);
  max-width: none;
  margin: 0;
  padding-left: max(clamp(28px,7vw,108px),calc((100vw - 1440px) / 2 + 44px));
  padding-right: max(clamp(28px,7vw,108px),calc((100vw - 1440px) / 2 + 44px));
  background: #f0f3f4;
}
.metal-page .editorial-showcase::after { display: none; }
.metal-page .showcase-copy { padding-left: clamp(10px,2vw,30px); }
.metal-page .showcase-copy h2 { font-size: clamp(34px,3.5vw,48px); line-height: 1.48; }
.metal-page .showcase-visual { min-height: clamp(440px,38vw,540px); margin: 0; }
.metal-page .showcase-visual::before { content: none; }

.metal-page .section.navy:has(.service-summary) { padding: 0; background: #fff; }
.metal-page .service-summary { position: relative; top: -1px; grid-template-columns: repeat(3,minmax(0,1fr)); max-width: none; background: #fff; box-shadow: none; }
.metal-page .service-summary article { position: relative; min-height: 230px; color: var(--navy); border-right: 1px solid var(--line); }
.metal-page .service-summary article::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 5px; background: var(--navy); }
.metal-page .service-summary span { color: #6e8a9b; font-weight: 300; }
.metal-page .service-summary p { color: var(--muted); }

.metal-page .photo-story { grid-template-columns: minmax(0,1.18fr) minmax(350px,.82fr); max-width: 1440px; min-height: 480px; margin-left: auto; margin-right: auto; background: #f6f8f9; }
.metal-page #materials { margin-top: clamp(42px,5vw,72px); }
.metal-page .photo-story.reverse { grid-template-columns: minmax(350px,.78fr) minmax(0,1.22fr); background: #fff; }
.metal-page .story-photo { min-height: 420px; max-height: 520px; }
.metal-page .story-copy { position: relative; }
.metal-page .story-copy::before { content: none; }
.metal-page .story-copy h2 { font-size: clamp(30px,3vw,42px); }

.metal-page .rich-catalog-head h2,
.metal-page .trade-map-pro h2 { font-size: clamp(31px,3.2vw,44px); }
.metal-page .rich-catalog { background: #f6f8f9; }
.metal-page .rich-catalog-list { box-shadow: 0 18px 44px rgba(3,29,49,.06); }
.metal-page .trade-map-pro { position: relative; overflow: hidden; background: var(--blue); }
.metal-page .trade-map-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(115deg, rgba(255,255,255,.055) 0 1px, rgba(3,27,47,.12) 1px 2px, transparent 2px 5px),
    linear-gradient(90deg, rgba(15,36,56,.06), transparent 48%);
  opacity: .42;
  pointer-events: none;
}
.metal-page .trade-map-pro-inner { position: relative; z-index: 1; }
.metal-page .route-node { background: #176f9f; }
.metal-page .route-node.center { color: var(--ink); background: #fff; }
.metal-page .route-node.center strong { color: var(--navy); }
.metal-page .material-ledger .ledger-row { grid-template-columns: 320px minmax(0,1fr); min-height: 118px; }
.metal-page .material-ledger dt { display: grid; grid-template-columns: 48px minmax(0,1fr); align-items: center; padding: 28px 32px; }
.metal-page .material-ledger dt span { margin: 0; font-weight: 400; }
.metal-page .material-ledger dd { display: flex; align-items: center; }
.metal-page .number-flow {
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 0 clamp(28px,4vw,64px);
  width: 100%;
  margin-left: 0;
}
.metal-page .number-flow article {
  display: grid;
  grid-template-columns: 68px minmax(0,1fr);
  grid-template-rows: auto 1fr;
  column-gap: 22px;
  align-content: start;
  justify-items: stretch;
  min-height: 230px;
  padding: 46px 8px 38px 0;
  border-top: 1px solid #b8c8d2;
  background: transparent;
  text-align: left;
}
.metal-page .number-flow article::before {
  left: 0;
  top: 14px;
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: var(--accent);
  background: transparent;
  font-size: 12px;
  letter-spacing: .08em;
  transform: none;
}
.metal-page .number-flow article::after {
  left: auto;
  right: calc(clamp(28px,4vw,64px) * -.7);
  top: 50%;
  width: clamp(20px,3vw,44px);
  height: 1px;
  background: #b8c8d2;
}
.metal-page .number-flow article::before { font-family: "Helvetica Neue",Arial,sans-serif; }
.metal-page .number-flow article:nth-child(3)::after {
  display: block;
  right: 8px;
  top: auto;
  bottom: -34px;
  width: 1px;
  height: 68px;
  background: linear-gradient(180deg,#b8c8d2 0 72%,#b87333 72% 100%);
}
.metal-page .number-flow article:last-child::after { display: none; }
.metal-page .number-flow article:nth-child(4) { grid-column: 3; grid-row: 2; }
.metal-page .number-flow article:nth-child(5) { grid-column: 2; grid-row: 2; }
.metal-page .number-flow article:nth-child(6) { grid-column: 1; grid-row: 2; }
.metal-page .number-flow article:nth-child(4)::after,
.metal-page .number-flow article:nth-child(5)::after { right: auto; left: calc(clamp(28px,4vw,64px) * -.7); }
.metal-page .number-flow article img {
  display: block;
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  width: 52px;
  height: 52px;
  margin: 4px 0 0;
  padding: 4px;
  object-fit: contain;
  background: transparent;
  filter: brightness(0) saturate(100%) invert(18%) sepia(73%) saturate(1901%) hue-rotate(181deg) brightness(83%) contrast(103%);
}
.metal-page .number-flow h3,
.metal-page .number-flow p {
  grid-column: 2;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  transform: none;
}
.metal-page .number-flow h3 { grid-row: 1; margin-bottom: 12px; font-size: 17px; white-space: normal; }
.metal-page .number-flow p { grid-row: 2; }
.metal-page .info-request li { grid-template-columns: 48px minmax(0,1fr); }
.metal-page .info-request li::after { display: none; }
.metal-page .info-section { background: #f1f3f4; }
.metal-page .info-request ul,
.metal-page .info-request li { border-color: #cbd4d9; }
.metal-page .cta h2 { font-size: clamp(30px,3.4vw,44px); }

/* Plastics page: lighter palette with navy reserved for emphasis. */
.plastics-page #consult { background: #fbfdff; }
.plastics-page #consult::before { height: 42%; background: var(--blue-soft); }
.plastics-page #consult .consult-list { color: var(--navy); background: #fff; box-shadow: 0 16px 40px rgba(3,29,49,.08); }
.plastics-page #consult .consult-list li { color: var(--navy); border-bottom-color: var(--line); }
.plastics-page #consult .consult-list li::before { color: #7894a5; }
.plastics-page #consult .section-note { color: var(--muted); background: var(--blue-soft); box-shadow: none; }
.plastics-page .section.navy:has(.service-summary) { padding: 0; background: #fff; }
.plastics-page .service-summary { max-width: none; background: #fff; }
.plastics-page .service-summary article { position: relative; color: var(--navy); border-right: 1px solid var(--line); }
.plastics-page .service-summary article::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 5px; background: var(--navy); }
.plastics-page .service-summary span { color: #7894a5; font-weight: 300; }
.plastics-page .service-summary p { color: var(--muted); }
.plastics-page .trade-map-pro { background: var(--blue); }
.plastics-page .route-node { background: #176f9f; }
.plastics-page .route-node.center { color: var(--ink); background: #fff; }
.plastics-page .route-node.center strong { color: var(--navy); }

/* Restrained motion shared by every business page. */
.motion-ready .special-hero .hero-copy > * {
  opacity: 0;
  transform: translateY(18px);
  animation: specialHeroIn .9s cubic-bezier(.16,1,.3,1) forwards;
}
.motion-ready .special-hero .hero-copy > :nth-child(1) { animation-delay: .08s; }
.motion-ready .special-hero .hero-copy > :nth-child(2) { animation-delay: .2s; }
.motion-ready .special-hero .hero-copy > :nth-child(3) { animation-delay: .34s; }
.motion-ready .business-switcher {
  opacity: 0;
  transform: translateY(12px);
  animation: specialHeroIn .72s .5s cubic-bezier(.16,1,.3,1) forwards;
}
.motion-ready .reveal-target {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .78s ease, transform .78s cubic-bezier(.16,1,.3,1);
}
.motion-ready .reveal-target.is-visible { opacity: 1; transform: none; }

@keyframes specialHeroIn {
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .motion-ready .special-hero .hero-copy > *,
  .motion-ready .business-switcher,
  .motion-ready .reveal-target {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 74px; }
  .site-header { min-height: 0; padding: 14px 16px; gap: 12px; }
  .site-header .brand { min-height: 46px; }
  .site-header .brand img { width: 108px; }
  .site-nav a:not(.contact) { display: none; }
  .site-nav .contact { padding: 11px 13px; }
  .special-hero { min-height: 680px; padding-top: 74px; }
  .special-hero video, .special-hero .hero-poster { inset: 74px 0 0; height: calc(100% - 74px); }
  .special-hero::after { inset: 74px 0 0; background: linear-gradient(180deg, rgba(3,27,47,.18), rgba(3,27,47,.9) 68%); }
  .special-hero::before { display: none; }
  .hero-copy { padding: 250px 22px 54px; }
  .hero-copy h1 { font-size: 38px; }
  .hero-copy .lead { font-size: 15px; }
  .business-switcher { grid-template-columns: 1fr 1fr; }
  .business-switcher a { min-height: 92px; padding: 18px; }
  .business-switcher a:nth-child(2) { border-right: 0; }
  .business-switcher a:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .split-head, .consult-list, .photo-story, .photo-story.reverse, .partner-band, .placeholder-cert, .metric-mock, .service-summary, .info-request { grid-template-columns: 1fr; }
  .editorial-showcase { grid-template-columns: 1fr; min-height: 0; padding: 72px 22px; background: #eef2f4; }
  .editorial-showcase::after { display: block; width: 8px; }
  .showcase-copy { padding: 0; }
  .showcase-visual { min-height: 390px; margin: 0; }
  .rich-catalog-head, .rich-catalog-list li, .trade-route { grid-template-columns: 1fr; }
  .rich-catalog-list li { padding: 28px 0 0; }
  .rich-catalog-list em { padding: 0 24px 12px; }
  .rich-catalog-list strong { padding: 0 24px 24px; }
  .rich-catalog-list span { padding: 22px 24px; }
  .route-arrow { min-height: 52px; }
  .route-arrow::before { left: 50%; right: auto; top: 10px; bottom: 10px; width: 1px; height: auto; }
  .route-arrow::after { right: auto; left: calc(50% - 4px); top: auto; bottom: 10px; transform: rotate(135deg); }
  .support-options .split-head { margin-bottom: 44px; text-align: left; }
  .support-options .section-intro { margin-left: 0; margin-right: 0; }
  .application-diagram { padding: 34px 22px; }
  .application-hub { width: 100%; min-height: 96px; margin-bottom: 48px; }
  .application-hub::after { height: 34px; }
  .application-band { grid-template-columns: 1fr; gap: 28px; padding-left: 26px; }
  .application-band::before { left: 0; right: auto; top: -14px; bottom: 24px; width: 2px; height: auto; }
  .application-band article { min-height: auto; padding: 28px 24px 28px 42px; }
  .application-band article::before { left: -26px; top: 34px; bottom: auto; width: 26px; height: 2px; transform: none; }
  .application-band span { left: 0; top: 34px; width: 40px; height: 40px; transform: translate(-50%,-50%); }
  .application-band h3 { text-align: left; }
  .support-options .section-note { padding: 24px 22px; text-align: left; }
  .photo-story.reverse .story-photo { order: 0; }
  .story-photo { min-height: 280px; max-height: 360px; }
  .consult-list li { grid-template-columns: 58px minmax(0,1fr); min-height: auto; }
  #consult::before { height: 58%; }
  #consult .split-head { margin-bottom: 44px; text-align: left; }
  #consult .split-head::before { content: none; }
  #consult .split-head h2, #consult .split-head .section-intro { margin-left: 0; margin-right: 0; }
  #consult .consult-list { padding: 10px 22px; }
  #consult .section-note { padding: 24px 22px; }
  .number-flow { grid-template-columns: 1fr; gap: 0; margin-top: 38px; }
  .number-flow article { min-height: 0; padding: 4px 0 38px 78px; text-align: left; }
  .number-flow article::before { top: 0; left: 0; width: 50px; height: 50px; transform: none; }
  .number-flow article::after { top: 50px; bottom: 0; left: 24px; width: 2px; height: auto; }
  .number-flow article:last-child { padding-bottom: 0; }
  .consult-list li, .number-flow article { min-height: auto; }
  .partner-logos { min-height: 220px; flex-wrap: wrap; }
  .partner-logos img { max-width: 140px; }
  .info-request li { grid-template-columns: 66px minmax(0,1fr); min-height: 70px; }
  .info-request li::after { left: 39px; }
  .service-summary article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .ledger-row { grid-template-columns: 1fr; }
  .ledger-row dt { padding-bottom: 12px; }
  .ledger-row dd { padding-top: 18px; }
  .placeholder-cert { gap: 28px; }
  .cert-mark { width: 120px; }
  .metric-screen { min-height: 390px; }
  .site-footer { flex-direction: column; align-items: flex-start; }
  .back-to-top { right: 14px; bottom: 14px; width: 44px; height: 44px; }

  .metal-page .special-hero { min-height: 640px; align-items: end; }
  .metal-page .hero-copy { padding: 230px 22px 48px; }
  .metal-page .hero-copy h1 { font-size: 34px; line-height: 1.42; }
  .metal-page .hero-copy .lead { font-size: 14px; line-height: 1.9; }
  .metal-page #consult::before { width: 42%; clip-path: polygon(46% 0,100% 0,100% 100%,0 100%); opacity: .72; }
  .metal-page #consult .split-head { grid-template-columns: 1fr; gap: 26px; margin-bottom: 42px; }
  .metal-page #consult .split-head::before { position: static; width: 54px; height: 6px; margin: 0 0 22px; clip-path: none; }
  .metal-page #consult .consult-list { grid-template-columns: 1fr; padding: 8px 22px; column-gap: 0; }
  .metal-page #consult .section-note { padding: 22px; }
  .metal-page #faq .faq { margin-left: 0; }
  .metal-page .editorial-showcase { grid-template-columns: 1fr; padding: 68px 22px; }
  .metal-page .showcase-copy { padding-left: 12px; }
  .metal-page .showcase-copy h2 { font-size: 34px; }
  .metal-page .showcase-visual::before { left: 0; bottom: 18px; }
  .metal-page .service-summary { grid-template-columns: 1fr; }
  .metal-page .service-summary article { border-right: 0; border-bottom: 1px solid var(--line); }
  .metal-page .photo-story,
  .metal-page .photo-story.reverse { grid-template-columns: 1fr; min-height: 0; }
  .metal-page #materials { margin-top: 32px; }
  .metal-page .material-ledger .ledger-row { grid-template-columns: 1fr; min-height: 0; }
  .metal-page .material-ledger dt { grid-template-columns: 42px minmax(0,1fr); padding: 24px; }
  .metal-page .number-flow { grid-template-columns: 1fr; gap: 0; width: 100%; margin-left: 0; transform: none; }
  .metal-page .number-flow article,
  .metal-page .number-flow article:nth-child(4),
  .metal-page .number-flow article:nth-child(5),
  .metal-page .number-flow article:nth-child(6) { grid-column: 1; grid-row: auto; min-height: 0; padding: 48px 0 34px; }
  .metal-page .number-flow article::before { left: 0; top: 14px; width: auto; height: auto; transform: none; }
  .metal-page .number-flow article::after,
  .metal-page .number-flow article:nth-child(3)::after,
  .metal-page .number-flow article:nth-child(4)::after,
  .metal-page .number-flow article:nth-child(5)::after { display: none; }
  .metal-page .number-flow article:last-child::after { display: none; }
  .metal-page .number-flow article img { display: block; }
  .metal-page .number-flow h3,
  .metal-page .number-flow p { width: 100%; margin-left: 0; margin-right: 0; transform: none; }
  .metal-page .number-flow h3 { white-space: normal; }
  .metal-page .info-request li { grid-template-columns: 46px minmax(0,1fr); }
}

@media (min-width: 761px) {
  .metal-page .number-flow { position: relative; display: grid; grid-template-columns: 1fr; gap: 0; width: 100%; max-width: 1120px; margin: 58px auto 0; transform: none; }
  .metal-page .number-flow::before { content: ""; position: absolute; left: 20px; top: 61px; bottom: 61px; width: 1px; background: #d9e2e7; }
  .metal-page .number-flow article,
  .metal-page .number-flow article:nth-child(4),
  .metal-page .number-flow article:nth-child(5),
  .metal-page .number-flow article:nth-child(6) { position: relative; display: grid; grid-column: 1; grid-row: auto; grid-template-columns: 64px 76px 230px minmax(0,1fr); grid-template-rows: 1fr; column-gap: 24px; align-items: center; justify-items: stretch; min-height: 122px; padding: 20px 0; border: 0; background: transparent; text-align: left; }
  .metal-page .number-flow article:last-child { border: 0; }
  .metal-page .number-flow article::before { position: relative; left: auto; top: auto; z-index: 2; grid-column: 1; grid-row: 1; display: grid; place-items: center; width: 42px; height: 28px; border: 0; border-radius: 2px; color: #fff; background: var(--accent); font-size: 12px; transform: none; }
  .metal-page .number-flow article::after,
  .metal-page .number-flow article:nth-child(3)::after,
  .metal-page .number-flow article:nth-child(4)::after,
  .metal-page .number-flow article:nth-child(5)::after {
    content: "";
    position: absolute;
    display: block;
    left: 88px;
    right: 0;
    top: auto;
    bottom: 0;
    width: auto;
    height: 1px;
    background: #e5ebee;
  }
  .metal-page .number-flow article:last-child::after { display: none; }
  .metal-page .number-flow article img { display: block; grid-column: 2; grid-row: 1; align-self: center; width: 50px; height: 50px; margin: 0; padding: 3px; }
  .metal-page .number-flow h3,
  .metal-page .number-flow p { width: 100%; margin: 0; transform: none; }
  .metal-page .number-flow h3 { grid-column: 3; grid-row: 1; font-size: 18px; white-space: normal; }
  .metal-page .number-flow p { grid-column: 4; grid-row: 1; font-size: 14px; line-height: 1.95; }
}

.metal-page .eyebrow { color: #b85843; }
.metal-page .special-hero .eyebrow { color: rgba(255,255,255,.78); }
.metal-page .service-summary article::before { background: var(--accent); }
.metal-page .cta .button { background: var(--accent); }
.metal-page .cta .button:hover { background: #e33f34; }

/* Special pages v22: carry the approved metal-page system across each business. */
:is(.plastics-page,.octoli-page,.decarbonization-page) {
  --page-accent: var(--accent);
  --page-secondary: #176f9f;
  background: var(--mist);
}
.octoli-page { --page-secondary: #16729f; }
.decarbonization-page { --page-secondary: #397f78; }

:is(.plastics-page,.octoli-page,.decarbonization-page) .section {
  padding-block: clamp(82px,9vw,132px);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .section-inner {
  width: min(100% - 48px, 1440px);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .split-head {
  align-items: end;
  gap: clamp(40px,7vw,112px);
  margin-bottom: clamp(50px,6vw,82px);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .split-head > div,
:is(.plastics-page,.octoli-page,.decarbonization-page) .split-head .section-intro {
  align-self: end;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .split-head h2 {
  max-width: 11em;
  font-size: clamp(34px,3.5vw,54px);
  line-height: 1.45;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .section-intro {
  max-width: 42em;
  margin: 0 0 .35em;
  line-height: 2.05;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .eyebrow {
  color: #a95c4c;
  font-weight: 300;
  letter-spacing: .08em;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .special-hero .eyebrow {
  color: rgba(255,255,255,.8);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .special-hero::before {
  content: none;
  display: none;
  background: none;
  opacity: 0;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #consult {
  overflow: hidden;
  background: #fbfdff;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #consult::before {
  width: 32%;
  height: 100%;
  background: var(--blue-soft);
  clip-path: polygon(34% 0,100% 0,100% 100%,0 100%);
  opacity: .72;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #consult .split-head,
:is(.plastics-page,.octoli-page,.decarbonization-page) #consult .consult-list,
:is(.plastics-page,.octoli-page,.decarbonization-page) #consult .section-note {
  position: relative;
  z-index: 1;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .consult-list {
  padding: 12px 46px;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 18px 46px rgba(3,29,49,.08);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .consult-list li {
  color: var(--navy);
  border-bottom-color: var(--line);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .consult-list li::before {
  color: var(--page-accent);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .section-note {
  color: var(--muted);
  background: var(--blue-soft);
  box-shadow: none;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #faq .faq {
  width: min(100%, 1120px);
  margin-left: auto;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .faq summary::after {
  color: var(--page-accent);
}

:is(.plastics-page,.octoli-page,.decarbonization-page) .editorial-showcase {
  width: 100%;
  max-width: none;
  min-height: 690px;
  padding: clamp(72px,8vw,126px) max(24px,calc((100vw - 1440px)/2));
  background: #f0f3f4;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .showcase-copy {
  padding-left: clamp(0px,3vw,44px);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .showcase-visual {
  min-height: 500px;
  max-height: 650px;
  margin: 0;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .showcase-tag {
  background: var(--navy);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .section.navy:has(.service-summary) {
  padding: 0;
  background: #fff;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .service-summary {
  max-width: none;
  background: #fff;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .service-summary article {
  position: relative;
  color: var(--navy);
  border-right: 1px solid var(--line);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .service-summary article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--page-accent);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .service-summary span { color: #7894a5; font-weight: 300; }
:is(.plastics-page,.octoli-page,.decarbonization-page) .service-summary p { color: var(--muted); }
:is(.plastics-page,.octoli-page,.decarbonization-page) .photo-story,
:is(.plastics-page,.octoli-page,.decarbonization-page) .photo-story.reverse {
  grid-template-columns: minmax(0,1.08fr) minmax(420px,.92fr);
  width: min(100% - 48px, 1440px);
  min-height: 560px;
  margin: clamp(82px,9vw,132px) auto;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .photo-story.reverse {
  grid-template-columns: minmax(420px,.92fr) minmax(0,1.08fr);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .story-photo {
  min-height: 440px;
  max-height: 620px;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .material-ledger,
:is(.plastics-page,.octoli-page,.decarbonization-page) .application-diagram,
:is(.plastics-page,.octoli-page,.decarbonization-page) .power-band,
:is(.plastics-page,.octoli-page,.decarbonization-page) .partner-band,
:is(.plastics-page,.octoli-page,.decarbonization-page) .placeholder-cert,
:is(.plastics-page,.octoli-page,.decarbonization-page) .metric-mock {
  width: min(100%, 1220px);
  margin-inline: auto;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .trade-map-pro {
  background: var(--page-secondary);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .info-section {
  background: #f1f3f4;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .info-request ul,
:is(.plastics-page,.octoli-page,.decarbonization-page) .info-request li {
  border-color: #cbd4d9;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .trade-map-pro::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(115deg, rgba(255,255,255,.055) 0 1px, rgba(3,27,47,.12) 1px 2px, transparent 2px 5px),
    linear-gradient(90deg, rgba(15,36,56,.06), transparent 48%);
  opacity: .42;
  pointer-events: none;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .trade-map-pro-inner { position: relative; z-index: 1; }
:is(.plastics-page,.octoli-page,.decarbonization-page) .route-node { background: rgba(255,255,255,.1); }
:is(.plastics-page,.octoli-page,.decarbonization-page) .route-node.center { color: var(--ink); background: #fff; }
:is(.plastics-page,.octoli-page,.decarbonization-page) .route-node.center strong { color: var(--navy); }

/* The same compact, readable vertical process used on the metal page. */
@media (min-width: 761px) {
  :is(.plastics-page,.octoli-page,.decarbonization-page) .number-flow {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    max-width: 1120px;
    margin: 58px auto 0;
  }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .number-flow::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 61px;
    bottom: 61px;
    width: 1px;
    background: #d9e2e7;
  }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .number-flow article,
  :is(.plastics-page,.octoli-page,.decarbonization-page) .number-flow article:nth-child(n) {
    position: relative;
    display: grid;
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: 64px 76px 230px minmax(0,1fr);
    grid-template-rows: 1fr;
    column-gap: 24px;
    align-items: center;
    min-height: 122px;
    padding: 20px 0;
    border: 0;
    background: transparent;
    text-align: left;
  }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .number-flow article::before {
    position: relative;
    left: auto;
    top: auto;
    z-index: 2;
    grid-column: 1;
    grid-row: 1;
    display: grid;
    place-items: center;
    width: 42px;
    height: 28px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    background: var(--page-accent);
    font-size: 12px;
    transform: none;
  }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .number-flow article::after {
    content: "";
    position: absolute;
    display: block;
    left: 88px;
    right: 0;
    bottom: 0;
    width: auto;
    height: 1px;
    background: #e5ebee;
  }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .number-flow article:last-child::after { display: none; }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .number-flow article img {
    display: block;
    grid-column: 2;
    grid-row: 1;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 3px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(18%) sepia(73%) saturate(1901%) hue-rotate(181deg) brightness(83%) contrast(103%);
  }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .number-flow h3 {
    grid-column: 3;
    grid-row: 1;
    width: 100%;
    margin: 0;
    font-size: 18px;
    white-space: normal;
  }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .number-flow p {
    grid-column: 4;
    grid-row: 1;
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 1.95;
  }
}

.octoli-page .partner-band { background: #f3f7f9; }
.octoli-page .partner-logos { background: #fff; }
.octoli-page .power-band { overflow: hidden; box-shadow: 0 18px 50px rgba(3,29,49,.08); }
.octoli-page .investment-line { width: min(100%,1220px); margin-inline: auto; }
.octoli-page .investment-areas { gap: 1px; }
.octoli-page .investment-areas article { background: rgba(255,255,255,.09); }
.decarbonization-page .placeholder-label { color: var(--page-secondary); }
.decarbonization-page .cert-mark { border-color: #a8b5bc; color: #71818a; background: #e8edef; }
.decarbonization-page .support-flow {
  color: var(--ink);
  background: #edf4f3;
}
.decarbonization-page .support-flow::before {
  content: none !important;
  display: none !important;
  background: none !important;
}

/* Decarbonization: clearer consultation grouping and calmer support heading. */
.decarbonization-page #consult .consult-list {
  position: relative;
  isolation: isolate;
}
.decarbonization-page #consult .consult-list::before,
.decarbonization-page #consult .consult-list::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: #d7e0e5;
  pointer-events: none;
}
.decarbonization-page #consult .consult-list::before {
  top: 28px;
  bottom: 28px;
  left: 50%;
  width: 1px;
}
.decarbonization-page #consult .consult-list::after {
  top: 50%;
  left: 38px;
  right: 38px;
  height: 1px;
}
.decarbonization-page #consult .consult-list li {
  position: relative;
  z-index: 1;
  border-bottom: 0;
}
.decarbonization-page .support-flow .split-head {
  grid-template-columns: minmax(340px, .9fr) minmax(420px, 1.1fr);
  gap: clamp(56px, 8vw, 128px);
  align-items: end;
  margin-bottom: 56px;
}
.decarbonization-page .support-flow .split-head h2 {
  max-width: 560px;
  font-size: clamp(38px, 4.1vw, 58px);
  line-height: 1.48;
}
.decarbonization-page .support-flow .split-head .section-intro {
  max-width: 660px;
  margin: 0 0 10px;
}
.decarbonization-page .cta .button,
.decarbonization-page .cta .button:hover {
  color: #fff;
  background: #176f9e;
}

@media (max-width: 760px) {
  .decarbonization-page #consult .consult-list::before,
  .decarbonization-page #consult .consult-list::after {
    display: none;
  }
  .decarbonization-page #consult .consult-list li:not(:last-child) {
    border-bottom: 1px solid #d7e0e5;
  }
  .decarbonization-page .support-flow .split-head {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 42px;
  }
  .decarbonization-page .support-flow .split-head .section-intro {
    margin: 0;
  }
}
.decarbonization-page .support-flow h2,
.decarbonization-page .support-flow h3 { color: var(--navy); }
.decarbonization-page .support-flow .section-intro,
.decarbonization-page .support-flow .number-flow p { color: var(--muted); }
:is(.plastics-page,.octoli-page) .cta .button { background: var(--page-accent); }
:is(.plastics-page,.octoli-page) .cta .button:hover { background: #e33f34; }

/* Match every special-page CTA to the restrained action used on the corporate site. */
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .cta .button {
  width: min(100%,540px);
  min-height: 116px;
  padding: 0 36px;
  border: 1px solid #879cab;
  color: #fff;
  background: #29465f;
  font-size: 22px;
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .cta .button:hover {
  transform: translateY(-4px);
  border-color: #a8b8c3;
  color: #fff;
  background: #314f69;
}

@media (max-width: 760px) {
  :is(.plastics-page,.octoli-page,.decarbonization-page) .section-inner { width: min(100% - 36px, 1440px); }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .split-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .split-head h2 { font-size: 32px; }
  :is(.plastics-page,.octoli-page,.decarbonization-page) #consult::before { width: 44%; opacity: .62; }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .consult-list { padding: 8px 22px; }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .editorial-showcase { min-height: 0; padding: 72px 22px; }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .showcase-visual { min-height: 360px; }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .photo-story,
  :is(.plastics-page,.octoli-page,.decarbonization-page) .photo-story.reverse { grid-template-columns: 1fr; width: min(100% - 36px,1440px); min-height: 0; }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .story-photo { min-height: 280px; max-height: 360px; }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .number-flow { position: relative; grid-template-columns: 1fr; gap: 0; width: 100%; margin: 38px 0 0; }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .number-flow::before { content: ""; position: absolute; left: 17px; top: 24px; bottom: 24px; width: 1px; background: #d9e2e7; }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .number-flow article,
  :is(.plastics-page,.octoli-page,.decarbonization-page) .number-flow article:nth-child(n) { display: grid; grid-column: 1; grid-row: auto; grid-template-columns: 48px minmax(0,1fr); grid-template-rows: auto auto; gap: 8px 18px; min-height: 0; padding: 28px 0; border-top: 1px solid var(--line); background: transparent; text-align: left; }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .number-flow article::before { position: relative; left: auto; top: auto; z-index: 2; grid-column: 1; grid-row: 1 / span 2; align-self: start; display: grid; place-items: center; width: 36px; height: 28px; color: #fff; background: var(--page-accent); transform: none; }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .number-flow article::after { display: none; }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .number-flow article img { display: none; }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .number-flow h3 { grid-column: 2; grid-row: 1; width: 100%; margin: 0; }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .number-flow p { grid-column: 2; grid-row: 2; width: 100%; margin: 0; }
  .octoli-page .power-band { grid-template-columns: 1fr; }
}

/* v24: the metal page is the exact layout baseline for all special pages. */
:is(.plastics-page,.octoli-page,.decarbonization-page) .section h2 {
  font-size: clamp(29px,3vw,42px);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #consult {
  background: #f6f9fb;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #consult::before {
  display: none;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #consult .section-inner {
  max-width: 1180px;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #consult .split-head {
  display: block;
  max-width: 1100px;
  margin: 0 auto 52px;
  text-align: left;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #consult .split-head h2 {
  max-width: 760px;
  margin: 0;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #consult .split-head .section-intro {
  max-width: 760px;
  margin: 24px 0 0;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #consult .consult-list {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 42px;
  column-gap: 64px;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 20px 48px rgba(3,29,49,.09);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #consult .consult-list li {
  min-height: 126px;
  color: var(--navy);
  border-bottom-color: var(--line);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #consult .consult-list li:nth-last-child(-n+2) {
  border-bottom: 0;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #consult .consult-list li::before {
  color: var(--accent);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #consult .section-note {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 42px;
  color: rgba(255,255,255,.78);
  background: var(--navy);
  box-shadow: none;
  text-align: left;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #faq {
  background: #fff;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #faq .split-head {
  display: block;
  max-width: 1000px;
  margin: 0 0 44px;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #faq .split-head h2 {
  max-width: none;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #faq .split-head .section-intro {
  max-width: 720px;
  margin: 20px 0 0;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #faq .faq {
  width: min(100%,1000px);
  margin-left: 0;
  margin-right: auto;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) #faq .faq summary {
  font-size: 16px;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .editorial-showcase {
  grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr);
  gap: clamp(40px,6vw,88px);
  min-height: 0;
  margin: 0;
  padding-left: max(clamp(28px,7vw,108px),calc((100vw - 1440px) / 2 + 44px));
  padding-right: max(clamp(28px,7vw,108px),calc((100vw - 1440px) / 2 + 44px));
  background: #f0f3f4;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .editorial-showcase::after {
  display: none;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .showcase-copy {
  padding-left: clamp(10px,2vw,30px);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .showcase-copy h2 {
  font-size: clamp(34px,3.5vw,48px);
  line-height: 1.48;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .showcase-visual {
  min-height: clamp(440px,38vw,540px);
  max-height: none;
  margin: 0;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .showcase-visual::before {
  content: none;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .section.navy:has(.service-summary) {
  padding: 0;
  background: #fff;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .service-summary {
  position: relative;
  top: -1px;
  grid-template-columns: repeat(3,minmax(0,1fr));
  max-width: none;
  background: #fff;
  box-shadow: none;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .service-summary article {
  min-height: 230px;
  color: var(--navy);
  border-right: 1px solid var(--line);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .service-summary article::before {
  background: var(--accent);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .service-summary span {
  color: #6e8a9b;
  font-weight: 300;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .service-summary p {
  color: var(--muted);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .photo-story,
:is(.plastics-page,.octoli-page,.decarbonization-page) .photo-story.reverse {
  width: min(100% - 48px,1440px);
  max-width: 1440px;
  min-height: 480px;
  margin: clamp(42px,5vw,72px) auto;
  background: #f6f8f9;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .photo-story {
  grid-template-columns: minmax(0,1.18fr) minmax(350px,.82fr);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .photo-story.reverse {
  grid-template-columns: minmax(350px,.78fr) minmax(0,1.22fr);
  background: #fff;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .story-photo {
  min-height: 420px;
  max-height: 520px;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .story-copy h2 {
  font-size: clamp(30px,3vw,42px);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .material-ledger .ledger-row {
  grid-template-columns: 320px minmax(0,1fr);
  min-height: 118px;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .material-ledger dt {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  align-items: center;
  padding: 28px 32px;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .material-ledger dt span {
  margin: 0;
  font-weight: 400;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .material-ledger dd {
  display: flex;
  align-items: center;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .info-request li {
  grid-template-columns: 48px minmax(0,1fr);
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .info-request li::after {
  display: none;
}
:is(.plastics-page,.octoli-page,.decarbonization-page) .cta h2 {
  font-size: clamp(30px,3.4vw,44px);
}
.octoli-page .partner-logos,
.octoli-page .partner-logos span b {
  background: #fff;
}

@media (max-width: 760px) {
  :is(.plastics-page,.octoli-page,.decarbonization-page) #consult .split-head {
    max-width: none;
    margin-bottom: 42px;
  }
  :is(.plastics-page,.octoli-page,.decarbonization-page) #consult .consult-list {
    grid-template-columns: 1fr;
    padding: 8px 22px;
    column-gap: 0;
  }
  :is(.plastics-page,.octoli-page,.decarbonization-page) #consult .consult-list li:nth-last-child(2) {
    border-bottom: 1px solid var(--line);
  }
  :is(.plastics-page,.octoli-page,.decarbonization-page) #consult .section-note {
    padding: 22px;
  }
  :is(.plastics-page,.octoli-page,.decarbonization-page) #faq .faq {
    margin-left: 0;
  }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .editorial-showcase {
    grid-template-columns: 1fr;
    padding: 68px 22px;
  }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .service-summary {
    grid-template-columns: 1fr;
  }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .service-summary article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .photo-story,
  :is(.plastics-page,.octoli-page,.decarbonization-page) .photo-story.reverse {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .material-ledger .ledger-row {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  :is(.plastics-page,.octoli-page,.decarbonization-page) .material-ledger dt {
    grid-template-columns: 42px minmax(0,1fr);
    padding: 24px;
  }
}

/* v25 cascade lock: shared centered widths after all page-specific rules. */
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .section-inner {
  width: min(100% - 80px,1440px);
  margin-inline: auto;
}
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .split-head,
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .partner-band,
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .placeholder-cert,
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .metric-mock,
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .power-band {
  margin-inline: auto;
}
:is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow {
  position: relative;
  width: min(100%,1120px);
  margin-left: auto;
  margin-right: auto;
}
.octoli-page #inventec { padding-top: clamp(82px,9vw,132px); }
.octoli-page .partner-band { width: min(100% - 80px,1320px); }
.decarbonization-page #certification .placeholder-cert,
.decarbonization-page #measure .metric-mock { width: min(100%,1180px); }

@media (min-width: 761px) {
  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow::before {
    left: 21px;
    top: 61px;
    bottom: 61px;
  }
  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow article,
  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow article:nth-child(n) {
    box-sizing: border-box;
    width: 100%;
    grid-template-columns: 64px 76px 230px minmax(0,1fr);
    column-gap: 24px;
  }
  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow article::after {
    left: 88px;
    right: 0;
  }
}

@media (max-width: 760px) {
  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .section-inner {
    width: min(100% - 36px,1440px);
  }
  .octoli-page .partner-band { width: min(100% - 36px,1320px); }
  :is(.metal-page,.plastics-page,.octoli-page,.decarbonization-page) .number-flow { width: 100%; }
}

/* v52: plastics application diagram alignment and lighter rules. */
.plastics-page .application-hub::after,
.plastics-page .application-band::before,
.plastics-page .application-band article::before {
  background: #b8c8d2;
}

/* v53: clarify the four-column centers and remove the lower rule. */
@media (min-width: 761px) {
  .plastics-page .application-band {
    gap: 0;
  }
  .plastics-page .application-band article {
    padding-inline: 38px;
    border-right: 1px solid #e1e8ec;
  }
  .plastics-page .application-band article:last-child {
    border-right: 0;
  }
  .plastics-page .application-band h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3em;
    margin-inline: auto;
    text-align: center;
  }
}
.plastics-page .application-hub::after,
.plastics-page .application-band::before,
.plastics-page .application-band article::before {
  background: #c9d5dc;
}
.plastics-page .application-band span {
  border-color: #b9c9d3;
}
.plastics-page .support-options .section-note {
  border-top: 0;
}
.plastics-page .application-hub::after {
  width: 1px;
}
.plastics-page .application-band::before {
  height: 1px;
}
.plastics-page .application-band article::before {
  width: 1px;
}
.plastics-page .application-band span {
  border-width: 1px;
}
.plastics-page .application-band h3 {
  width: 100%;
  text-align: center;
}

@media (max-width: 760px) {
  .plastics-page .application-band::before {
    width: 1px;
  }
  .plastics-page .application-band article::before {
    width: 30px;
    height: 1px;
  }
  .plastics-page .application-band h3 {
    text-align: left;
  }
}

/* v53 final lock. */
@media (min-width: 761px) {
  .plastics-page .application-band { gap: 0; }
  .plastics-page .application-band article {
    padding-inline: 38px;
    border-right: 1px solid #e1e8ec;
  }
  .plastics-page .application-band article:last-child { border-right: 0; }
  .plastics-page .application-band h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3em;
    margin-inline: auto;
    text-align: center;
  }
}
.plastics-page .application-hub::after,
.plastics-page .application-band::before,
.plastics-page .application-band article::before { background: #c9d5dc; }
.plastics-page .application-band span {
  border-width: 1px;
  border-color: #b9c9d3;
}
.plastics-page .support-options .section-note { border-top: 0; }

/* v54 plastics diagram polish. */
@media (min-width: 761px) {
  .plastics-page .application-band article {
    border-right-color: #e7ecef;
  }

  .plastics-page .application-band h3 {
    padding-inline: 8px;
    text-align: center;
  }
}

.plastics-page .application-hub::after,
.plastics-page .application-band::before,
.plastics-page .application-band article::before {
  background: #d7e0e5;
}

.plastics-page .application-band span {
  border-color: #c5d2da;
}

.plastics-page .application-band,
.plastics-page .application-band article,
.plastics-page .support-options .section-note {
  border-bottom: 0;
}

.plastics-page .support-options .section-note {
  border: 0;
  box-shadow: none;
}

.plastics-page .support-options .section-note::before,
.plastics-page .support-options .section-note::after {
  content: none;
  display: none;
}

/* v55 plastics diagram: quiet connectors and seamless lower note. */
.plastics-page .application-diagram {
  background: #fff;
  overflow: hidden;
}

.plastics-page .application-hub::after,
.plastics-page .application-band::before,
.plastics-page .application-band article::before {
  background: #e0e7eb;
}

.plastics-page .application-band span {
  border: 1px solid #d2dde3;
}

.plastics-page .application-band article {
  box-shadow: none;
}

.plastics-page .support-options .section-note {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  background: #fff;
  border: 0 !important;
  outline: 0;
  box-shadow: none !important;
}

/* v56 soften the complete plastics diagram line system. */
.plastics-page .application-hub::after,
.plastics-page .application-band::before,
.plastics-page .application-band article::before {
  background: #edf1f3 !important;
  opacity: 0.72;
}

.plastics-page .application-band span {
  border-color: #e2e9ed !important;
}

@media (min-width: 761px) {
  .plastics-page .application-band article {
    border-right-color: #edf1f3 !important;
  }
}
