html {
  scroll-padding-top: 116px;
}

body {
  overflow-x: hidden;
}

.pc-shell {
  width: min(calc(100% - 72px), var(--content-max, 1480px));
  margin-inline: auto;
}

.pc-section {
  position: relative;
  padding: clamp(78px, 8vw, 128px) 0;
}

.pc-eyebrow,
.pc-kicker {
  margin: 0 0 22px;
  color: var(--orange, #dc4335);
  font: 700 11px/1.15 var(--mono, monospace);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pc-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .62fr);
  align-items: start;
  gap: clamp(40px, 7vw, 112px);
  padding-top: 24px;
  border-top: 1px solid var(--ink, #0b1925);
}

.pc-section-head h2,
.pc-quote h2,
.pc-faq h2 {
  margin: 0;
  font-size: clamp(44px, 5.1vw, 78px);
  font-weight: 850;
  line-height: .96;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.pc-section-head > p {
  max-width: 54ch;
  margin: 52px 0 0;
  color: var(--muted, #536572);
  font-size: 16px;
  line-height: 1.7;
}

.pc-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.pc-button:hover {
  transform: translateY(-2px);
}

.pc-button-primary {
  border-color: var(--orange-strong, #c63228);
  background: var(--orange-strong, #c63228);
  color: #fff;
}

.pc-button-primary:hover,
.pc-button-primary:focus-visible {
  border-color: var(--orange-dark, #90231d);
  background: var(--orange-dark, #90231d);
}

.pc-button-ghost {
  border-color: rgba(255, 255, 255, .48);
  background: rgba(7, 19, 29, .45);
  color: #fff;
}

.pc-button-ghost:hover,
.pc-button-ghost:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--blue-black, #07131d);
}

.pc-button-light {
  border-color: #fff;
  background: #fff;
  color: var(--ink, #0b1925);
}

.pc-button-light:hover,
.pc-button-light:focus-visible {
  background: var(--paper-2, #dfe7ec);
}

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

/* Hero */

.pc-hero {
  position: relative;
  display: grid;
  min-height: 760px;
  overflow: hidden;
  background: var(--blue-black, #07131d);
  color: #fff;
}

.pc-hero::before,
.pc-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
}

.pc-hero::before {
  background:
    linear-gradient(90deg, rgba(4, 13, 20, .98) 0%, rgba(5, 15, 23, .9) 42%, rgba(7, 18, 26, .34) 76%, rgba(7, 18, 26, .54) 100%),
    linear-gradient(180deg, rgba(6, 17, 25, .16), rgba(6, 17, 25, .78));
}

.pc-hero::after {
  opacity: .22;
  background-image:
    linear-gradient(rgba(129, 165, 186, .18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(129, 165, 186, .18) 1px, transparent 1px);
  background-size: 64px 64px;
}

.pc-hero-media {
  position: absolute;
  inset: 0;
  margin: 0;
}

.pc-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 52%;
}

.pc-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: clamp(36px, 5vw, 74px);
  padding-bottom: 190px;
}

.pc-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(40px, 5vw, 72px);
  color: #c7d3da;
  font: 600 11px/1.3 var(--mono, monospace);
  letter-spacing: .045em;
  text-transform: uppercase;
}

.pc-breadcrumb a {
  color: #fff;
}

.pc-breadcrumb a:hover {
  color: var(--acid, #9acde2);
}

.pc-hero-copy {
  width: min(790px, 64%);
}

.pc-kicker {
  color: var(--acid, #9acde2);
}

.pc-hero h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(60px, 6.1vw, 92px);
  font-weight: 900;
  line-height: .91;
  letter-spacing: -.065em;
  text-wrap: balance;
  overflow-wrap: normal;
}

.pc-hero-lede {
  max-width: 68ch;
  margin: 30px 0;
  color: #d9e3e8;
  font-size: 17px;
  line-height: 1.66;
}

.pc-hero-objective {
  display: grid;
  grid-template-columns: 158px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  max-width: 720px;
  margin-top: 28px;
  padding: 18px 20px;
  border-left: 4px solid var(--orange, #dc4335);
  background: rgba(7, 19, 29, .8);
  backdrop-filter: blur(7px);
}

.pc-hero-objective span {
  color: var(--acid, #9acde2);
  font: 700 9px/1.45 var(--mono, monospace);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pc-hero-objective strong {
  font-size: 15px;
  line-height: 1.45;
}

.pc-hero-facts {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #4a6575;
  border-right: 1px solid #4a6575;
  background: rgba(5, 17, 25, .92);
}

.pc-hero-facts > div {
  min-height: 104px;
  padding: 22px 24px;
  border-left: 1px solid #4a6575;
}

.pc-hero-facts span {
  display: block;
  margin-bottom: 11px;
  color: var(--acid, #9acde2);
  font: 700 9px/1.3 var(--mono, monospace);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pc-hero-facts strong {
  display: block;
  font-size: 14px;
  line-height: 1.45;
}

/* Architecture */

.pc-architecture {
  background: var(--paper-2, #dfe7ec);
  color: var(--ink, #0b1925);
}

.pc-architecture-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 56px;
  border-top: 1px solid #78909e;
  border-left: 1px solid #78909e;
}

.pc-architecture-card {
  position: relative;
  min-height: 390px;
  padding: 28px 28px 32px;
  border-right: 1px solid #78909e;
  border-bottom: 1px solid #78909e;
  background: rgba(255, 255, 255, .34);
}

.pc-architecture-card:nth-child(1) {
  background: var(--blue-dark, #102b3c);
  color: #fff;
}

.pc-card-code {
  margin-bottom: 54px;
  color: var(--orange, #dc4335);
  font: 800 46px/.9 var(--mono, monospace);
  letter-spacing: -.08em;
}

.pc-architecture-card:nth-child(1) .pc-card-code {
  color: var(--acid, #9acde2);
}

.pc-architecture-card > p {
  margin: 0 0 15px;
  color: var(--blue, #245f7e);
  font: 700 10px/1.35 var(--mono, monospace);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.pc-architecture-card:nth-child(1) > p {
  color: var(--acid, #9acde2);
}

.pc-architecture-card h3 {
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.pc-architecture-card > span {
  display: block;
  color: var(--muted, #536572);
  font-size: 14px;
  line-height: 1.65;
}

.pc-architecture-card:nth-child(1) > span {
  color: #c9d6dd;
}

.pc-section-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid #78909e;
  color: var(--muted, #536572);
  font-size: 14px;
  line-height: 1.55;
}

.pc-section-link a {
  color: var(--orange-strong, #c63228);
  font-weight: 800;
}

/* Series */

.pc-series {
  background: #fff;
  color: var(--ink, #0b1925);
}

.pc-unit-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 48px;
  padding: 14px 0;
  border-top: 1px solid var(--line, #bcc9d1);
  border-bottom: 1px solid var(--line, #bcc9d1);
}

.pc-unit-switch > span {
  color: var(--muted, #536572);
  font: 700 10px/1.3 var(--mono, monospace);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.pc-unit-switch > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
}

.pc-unit-switch button {
  min-height: 42px;
  padding: 8px 18px;
  border: 1px solid var(--line, #bcc9d1);
  background: #fff;
  color: var(--muted, #536572);
  font: 700 11px/1.2 var(--sans, sans-serif);
  cursor: pointer;
}

.pc-unit-switch button + button {
  border-left: 0;
}

.pc-unit-switch button[aria-pressed="true"] {
  border-color: var(--blue-dark, #102b3c);
  background: var(--blue-dark, #102b3c);
  color: #fff;
}

.pc-series-group {
  margin-top: 62px;
}

.pc-series-group > header {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--ink, #0b1925);
}

.pc-series-group > header > p {
  margin: 0;
  color: var(--orange-strong, #c63228);
  font: 700 10px/1.4 var(--mono, monospace);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pc-series-group > header h3 {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.1;
}

.pc-series-group > header span {
  color: var(--muted, #536572);
  font-size: 14px;
  line-height: 1.55;
}

.pc-series-grid {
  display: grid;
  gap: 18px;
}

.pc-series-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pc-series-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pc-series-card {
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line, #bcc9d1);
  border-top: 5px solid var(--blue-dark, #102b3c);
  background: var(--paper, #eef2f4);
  color: var(--ink, #0b1925);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.pc-series-card:hover,
.pc-series-card:focus-visible {
  border-color: var(--blue, #245f7e);
  box-shadow: 0 22px 48px rgba(16, 43, 60, .13);
  transform: translateY(-4px);
}

.pc-series-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: #fff;
}

.pc-series-media > span {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  display: grid;
  width: 38px;
  height: 32px;
  place-items: center;
  background: var(--blue-black, #07131d);
  color: #fff;
  font: 700 10px/1 var(--mono, monospace);
}

.pc-series-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .25s ease;
}

.pc-series-card:hover .pc-series-media img {
  transform: scale(1.025);
}

.pc-series-body {
  padding: 24px 24px 26px;
}

.pc-series-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line, #bcc9d1);
}

.pc-series-title h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -.045em;
}

.pc-series-title b {
  color: var(--orange-strong, #c63228);
  font: 800 12px/1.2 var(--mono, monospace);
  text-align: right;
}

.pc-series-body > p {
  min-height: 74px;
  margin: 21px 0;
  color: var(--muted, #536572);
  font-size: 14px;
  line-height: 1.6;
}

.pc-series-body dl {
  margin: 0;
}

.pc-series-body dl > div {
  padding: 14px 0;
  border-top: 1px solid var(--line, #bcc9d1);
}

.pc-series-body dt {
  margin-bottom: 7px;
  color: var(--blue, #245f7e);
  font: 700 9px/1.2 var(--mono, monospace);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.pc-series-body dd {
  margin: 0;
  color: var(--muted, #536572);
  font-size: 12px;
  line-height: 1.55;
}

.pc-series-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid var(--ink, #0b1925);
  color: var(--ink, #0b1925);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.pc-series-cta b {
  color: var(--orange, #dc4335);
  font-size: 18px;
}

/* Conditions */

.pc-conditions {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 0%, rgba(36, 95, 126, .42), transparent 34%),
    var(--blue-black, #07131d);
  color: #fff;
}

.pc-conditions::before {
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image:
    linear-gradient(rgba(154, 205, 226, .18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154, 205, 226, .18) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  content: "";
}

.pc-conditions .pc-shell {
  position: relative;
  z-index: 1;
}

.pc-section-head-dark {
  border-color: #5d7684;
}

.pc-section-head-dark > p {
  color: #b9c8d0;
}

.pc-section-head-dark .pc-eyebrow {
  color: var(--acid, #9acde2);
}

.pc-condition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 58px;
  border-top: 1px solid #496371;
  border-left: 1px solid #496371;
}

.pc-condition-grid article {
  min-height: 252px;
  padding: 28px;
  border-right: 1px solid #496371;
  border-bottom: 1px solid #496371;
  background: rgba(10, 27, 38, .72);
}

.pc-condition-grid article > span {
  color: var(--orange, #dc4335);
  font: 800 11px/1 var(--mono, monospace);
}

.pc-condition-grid h3 {
  margin: 38px 0 17px;
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: -.03em;
}

.pc-condition-grid p {
  margin: 0;
  color: #afc0ca;
  font-size: 13px;
  line-height: 1.65;
}

/* Quote */

.pc-quote {
  border-top: 8px solid var(--orange, #dc4335);
  background: var(--blue-dark, #102b3c);
  color: #fff;
}

.pc-quote-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  gap: clamp(48px, 8vw, 124px);
  align-items: start;
}

.pc-quote .pc-eyebrow {
  color: var(--acid, #9acde2);
}

.pc-quote h2 {
  max-width: 13ch;
}

.pc-quote-copy > p:not(.pc-eyebrow, .pc-selected-series, .pc-contact-line) {
  max-width: 58ch;
  margin: 30px 0;
  color: #c0ced6;
  font-size: 15px;
  line-height: 1.7;
}

.pc-selected-series {
  margin: 20px 0 0;
  padding: 13px 15px;
  border-left: 3px solid var(--orange, #dc4335);
  background: rgba(7, 19, 29, .56);
  color: #fff;
  font-weight: 750;
}

.pc-quote-actions {
  margin-top: 32px;
}

.pc-quote-form-link {
  display: inline-block;
  margin-top: 20px;
  border-bottom: 1px solid var(--acid, #9acde2);
  color: var(--acid, #9acde2);
  font-size: 13px;
  font-weight: 800;
}

.pc-contact-line {
  margin: 26px 0 0;
  color: #99aeba;
  font: 600 10px/1.55 var(--mono, monospace);
  letter-spacing: .02em;
}

.pc-quote-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #4f6b7a;
  list-style: none;
}

.pc-quote-list li {
  display: grid;
  min-height: 76px;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #4f6b7a;
}

.pc-quote-list span {
  color: var(--orange, #dc4335);
  font: 800 10px/1 var(--mono, monospace);
}

.pc-quote-list strong {
  font-size: 14px;
  line-height: 1.45;
}

/* FAQ */

.pc-faq {
  background: var(--paper, #eef2f4);
  color: var(--ink, #0b1925);
}

.pc-faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 126px);
  align-items: start;
}

.pc-faq h2 {
  font-size: clamp(48px, 5vw, 74px);
}

.pc-faq header > p:last-child {
  max-width: 44ch;
  margin: 28px 0 0;
  color: var(--muted, #536572);
  font-size: 14px;
  line-height: 1.7;
}

.pc-faq-list {
  border-top: 1px solid var(--ink, #0b1925);
}

.pc-faq-list details {
  border-bottom: 1px solid var(--ink, #0b1925);
}

.pc-faq-list summary {
  position: relative;
  display: grid;
  min-height: 86px;
  grid-template-columns: 48px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.pc-faq-list summary::-webkit-details-marker {
  display: none;
}

.pc-faq-list summary::after {
  color: var(--orange-strong, #c63228);
  font: 500 24px/1 var(--mono, monospace);
  content: "+";
}

.pc-faq-list details[open] summary::after {
  content: "−";
}

.pc-faq-list summary span {
  color: var(--orange-strong, #c63228);
  font: 800 10px/1 var(--mono, monospace);
}

.pc-faq-list details > p {
  max-width: 72ch;
  margin: -4px 48px 28px 66px;
  color: var(--muted, #536572);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .pc-hero-copy {
    width: min(850px, 76%);
  }

  .pc-hero h1 {
    font-size: clamp(56px, 7vw, 80px);
  }

  .pc-series-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-condition-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .pc-section-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .pc-section-head > p {
    margin-top: 0;
  }

  .pc-architecture-grid {
    grid-template-columns: 1fr;
  }

  .pc-architecture-card {
    min-height: 0;
  }

  .pc-card-code {
    margin-bottom: 30px;
  }

  .pc-series-grid-three,
  .pc-series-grid-two {
    grid-template-columns: 1fr;
  }

  .pc-quote-grid,
  .pc-faq-grid {
    grid-template-columns: 1fr;
  }

  .pc-quote h2 {
    max-width: 17ch;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 78px;
  }

  .pc-section {
    padding: 68px 0;
  }

  .pc-section-head h2,
  .pc-quote h2,
  .pc-faq h2 {
    font-size: clamp(36px, 10.5vw, 48px);
    line-height: .98;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .pc-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .pc-hero::before {
    z-index: 1;
    background: linear-gradient(180deg, rgba(4, 13, 20, .98) 0%, rgba(5, 15, 23, .9) 72%, rgba(5, 15, 23, .2) 100%);
  }

  .pc-hero::after {
    z-index: 1;
  }

  .pc-hero-media {
    position: relative;
    z-index: 0;
    order: 2;
    height: 390px;
  }

  .pc-hero-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 19, 29, .32), rgba(7, 19, 29, .12));
    content: "";
  }

  .pc-hero-media img {
    object-position: 65% 50%;
  }

  .pc-hero-inner {
    z-index: 2;
    order: 1;
    padding-top: 28px;
    padding-bottom: 42px;
  }

  .pc-breadcrumb {
    margin-bottom: 38px;
    font-size: 9px;
  }

  .pc-hero-copy {
    width: 100%;
  }

  .pc-hero h1 {
    max-width: none;
    font-size: clamp(42px, 12.6vw, 58px);
    line-height: .94;
    overflow-wrap: anywhere;
  }

  .pc-hero-lede {
    margin: 24px 0;
    font-size: 15px;
  }

  .pc-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pc-hero-objective {
    grid-template-columns: 1fr;
  }

  .pc-hero-facts {
    position: relative;
    z-index: 2;
    order: 3;
    width: 100%;
    grid-template-columns: 1fr;
    border-right: 0;
  }

  .pc-hero-facts > div {
    min-height: 0;
    border-bottom: 1px solid #4a6575;
  }

  .pc-section-link {
    grid-template-columns: 1fr;
  }

  .pc-unit-switch {
    display: block;
  }

  .pc-unit-switch > div {
    margin-top: 13px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-series-group > header {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .pc-series-title h3 {
    font-size: 29px;
  }

  .pc-series-body > p {
    min-height: 0;
  }

  .pc-condition-grid {
    grid-template-columns: 1fr;
  }

  .pc-condition-grid article {
    min-height: 0;
  }

  .pc-quote-grid {
    gap: 52px;
  }

  .pc-quote-list li {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .pc-faq-list summary {
    grid-template-columns: 34px minmax(0, 1fr) 20px;
    gap: 10px;
    font-size: 14px;
  }

  .pc-faq-list details > p {
    margin-right: 20px;
    margin-left: 44px;
  }
}

@media (max-width: 420px) {
  .pc-shell {
    width: min(calc(100% - 28px), var(--content-max, 1480px));
  }

  .pc-hero h1 {
    font-size: clamp(39px, 12vw, 48px);
  }

  .pc-series-body {
    padding: 20px;
  }

  .pc-series-title {
    align-items: flex-start;
  }

  .pc-series-title b {
    max-width: 12ch;
  }

  .pc-contact-line {
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pc-button,
  .pc-series-card,
  .pc-series-media img {
    transition: none;
  }
}

/* Stage 4B shared category extensions */

.cb-role-grid[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cb-process {
  background: var(--paper-2, #dfe7ec);
  color: var(--ink, #0b1925);
}

.cb-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 1px solid #78909e;
  border-left: 1px solid #78909e;
}

.cb-process-grid article {
  min-height: 250px;
  padding: 28px;
  border-right: 1px solid #78909e;
  border-bottom: 1px solid #78909e;
  background: rgba(255, 255, 255, .36);
}

.cb-process-grid article > span {
  color: var(--orange-strong, #c63228);
  font: 800 11px/1 var(--mono, monospace);
}

.cb-process-grid h3 {
  margin: 54px 0 16px;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.cb-process-grid p {
  margin: 0;
  color: var(--muted, #536572);
  font-size: 13px;
  line-height: 1.65;
}

/* AF pneumatic feeder detail page */

.afru-hero .pc-hero-media img {
  object-position: 77% 50%;
}

.afru-fit,
.afru-control,
.afru-install {
  background: #fff;
  color: var(--ink, #0b1925);
}

.afru-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  margin-top: 58px;
  border: 1px solid var(--line, #bcc9d1);
  background: var(--paper, #eef2f4);
}

.afru-feature figure,
.afru-feature img,
.afru-model-intro figure,
.afru-model-intro img,
.afru-wide-evidence figure,
.afru-wide-evidence img,
.afru-gallery figure,
.afru-gallery img,
.afru-install-grid figure,
.afru-install-grid img,
.afru-exploded,
.afru-exploded img,
.afru-parts-grid figure,
.afru-parts-grid img {
  display: block;
  width: 100%;
  margin: 0;
}

.afru-feature figure {
  min-height: 520px;
  overflow: hidden;
  background: #fff;
}

.afru-feature figure img {
  height: 100%;
  object-fit: cover;
}

.afru-feature > div {
  padding: clamp(34px, 5vw, 72px);
}

.afru-feature h3,
.afru-wide-evidence h3 {
  margin: 0 0 26px;
  font-size: clamp(34px, 3.5vw, 54px);
  line-height: .98;
  letter-spacing: -.05em;
}

.afru-feature ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line, #bcc9d1);
  list-style: none;
}

.afru-feature li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line, #bcc9d1);
  color: var(--muted, #536572);
  font-size: 13px;
  line-height: 1.5;
}

.afru-feature a {
  display: inline-block;
  margin-top: 30px;
  color: var(--orange-strong, #c63228);
  font-weight: 800;
}

.afru-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
  border-top: 1px solid var(--ink, #0b1925);
  border-left: 1px solid var(--ink, #0b1925);
}

.afru-compare-grid article {
  min-height: 220px;
  padding: 28px;
  border-right: 1px solid var(--ink, #0b1925);
  border-bottom: 1px solid var(--ink, #0b1925);
}

.afru-compare-grid h3 {
  margin: 0 0 34px;
  font-size: 24px;
  line-height: 1.05;
}

.afru-compare-grid p,
.afru-wide-evidence p {
  margin: 0;
  color: var(--muted, #536572);
  font-size: 13px;
  line-height: 1.65;
}

.afru-diagram {
  position: relative;
  z-index: 1;
  margin: 28px 0 0;
  padding: 24px;
  border: 1px solid #496371;
  background: #fff;
}

.afru-diagram img {
  display: block;
  width: 100%;
  height: auto;
}

.afru-models,
.afru-maintenance {
  background: var(--paper, #eef2f4);
  color: var(--ink, #0b1925);
}

.afru-model-intro {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  margin-top: 30px;
}

.afru-model-intro figure {
  height: 380px;
  overflow: hidden;
  border: 1px solid var(--line, #bcc9d1);
  background: #fff;
}

.afru-model-intro img {
  height: 100%;
  object-fit: contain;
}

.afru-table-wrap {
  max-width: 100%;
  margin-top: 30px;
  overflow-x: auto;
  border: 1px solid var(--line, #bcc9d1);
  background: #fff;
}

.afru-table-wrap:focus-visible {
  outline: 3px solid var(--orange, #dc4335);
  outline-offset: 3px;
}

.afru-table-wrap table {
  width: 100%;
  min-width: 1320px;
  border-collapse: collapse;
  font-size: 12px;
}

.afru-table-wrap th,
.afru-table-wrap td {
  padding: 15px 13px;
  border-right: 1px solid var(--line, #bcc9d1);
  border-bottom: 1px solid var(--line, #bcc9d1);
  text-align: left;
  white-space: nowrap;
}

.afru-table-wrap thead th {
  background: var(--blue-dark, #102b3c);
  color: #fff;
  font: 700 10px/1.35 var(--mono, monospace);
  letter-spacing: .02em;
  white-space: normal;
}

.afru-table-wrap tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  background: #fff;
  color: var(--orange-strong, #c63228);
  font: 800 12px/1 var(--mono, monospace);
}

.afru-table-wrap tr:nth-child(even) td,
.afru-table-wrap tr:nth-child(even) th {
  background: #e3eaee;
}

.afru-note {
  margin: 18px 0 0;
  color: var(--muted, #536572);
  font-size: 12px;
  line-height: 1.6;
}

.afru-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.afru-card-grid article {
  overflow: hidden;
  border: 1px solid var(--line, #bcc9d1);
  border-top: 5px solid var(--blue-dark, #102b3c);
  background: var(--paper, #eef2f4);
}

.afru-card-grid figure {
  position: relative;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.afru-card-grid figure > span {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  display: grid;
  width: 38px;
  height: 32px;
  place-items: center;
  background: var(--blue-black, #07131d);
  color: #fff;
  font: 700 10px/1 var(--mono, monospace);
}

.afru-card-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.afru-card-grid article > div {
  padding: 24px;
}

.afru-card-grid article p {
  margin: 0 0 12px;
  color: var(--blue, #245f7e);
  font: 700 9px/1.35 var(--mono, monospace);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.afru-card-grid h3 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.04em;
}

.afru-card-grid article > div > span {
  color: var(--muted, #536572);
  font-size: 13px;
  line-height: 1.6;
}

.afru-wide-evidence {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  align-items: center;
  margin-top: 20px;
  border: 1px solid var(--line, #bcc9d1);
  background: #fff;
}

.afru-wide-evidence figure {
  min-height: 340px;
  overflow: hidden;
}

.afru-wide-evidence img {
  height: 100%;
  object-fit: contain;
}

.afru-wide-evidence > div {
  padding: clamp(32px, 5vw, 70px);
}

.afru-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 56px;
}

.afru-gallery-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.afru-gallery figure,
.afru-install-grid figure,
.afru-parts-grid figure,
.afru-exploded {
  overflow: hidden;
  border: 1px solid var(--line, #bcc9d1);
  background: #fff;
}

.afru-gallery img {
  height: 370px;
  object-fit: cover;
}

.afru-gallery-three img {
  height: 330px;
  object-fit: contain;
}

.afru-gallery figcaption,
.afru-install-grid figcaption,
.afru-parts-grid figcaption,
.afru-exploded figcaption {
  padding: 15px 17px;
  border-top: 1px solid var(--line, #bcc9d1);
  color: var(--ink, #0b1925);
  font: 700 10px/1.35 var(--mono, monospace);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.afru-custom {
  background: var(--blue-dark, #102b3c);
  color: #fff;
}

.afru-custom .pc-section-head {
  border-color: #5d7684;
}

.afru-custom .pc-section-head > p {
  color: #b9c8d0;
}

.afru-custom .pc-eyebrow {
  color: var(--acid, #9acde2);
}

.afru-install-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 56px;
}

.afru-install-grid img {
  height: 320px;
  object-fit: contain;
}

.afru-install-wide {
  grid-column: 1 / -1;
}

.afru-install-wide img {
  height: auto;
  max-height: 540px;
}

.afru-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.afru-video-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.afru-video-grid button {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #496371;
  background: var(--blue-black, #07131d);
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.afru-video-grid button:focus-visible {
  outline: 3px solid var(--orange, #dc4335);
  outline-offset: 3px;
}

.afru-video-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  opacity: .72;
  transition: opacity .18s ease, transform .18s ease;
}

.afru-video-grid button:hover img {
  opacity: .92;
  transform: scale(1.02);
}

.afru-video-grid button > span {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 18px;
  background: linear-gradient(180deg, transparent, rgba(4, 13, 20, .96));
  font-size: 13px;
  font-weight: 800;
}

.afru-video-grid button b {
  color: var(--acid, #9acde2);
  font: 700 9px/1 var(--mono, monospace);
  text-transform: uppercase;
}

.afru-video-grid button i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--orange, #dc4335);
  font-style: normal;
}

.afru-exploded {
  margin-top: 20px;
}

.afru-exploded img {
  max-height: 620px;
  object-fit: contain;
}

.afru-parts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.afru-parts-grid img {
  aspect-ratio: 1;
  object-fit: contain;
}

.afru-video-dialog {
  width: min(1000px, calc(100% - 40px));
  max-width: none;
  padding: 0;
  overflow: visible;
  border: 1px solid #5d7684;
  background: var(--blue-black, #07131d);
  color: #fff;
}

.afru-video-dialog::backdrop {
  background: rgba(3, 10, 15, .86);
  backdrop-filter: blur(6px);
}

.afru-video-dialog > div {
  position: relative;
  padding: 22px;
}

.afru-video-dialog h2 {
  margin: 0 50px 18px 0;
  font-size: 22px;
  line-height: 1.2;
}

.afru-video-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #5d7684;
  background: var(--orange, #dc4335);
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.afru-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.afru-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1180px) {
  .cb-process-grid,
  .afru-parts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .afru-card-grid,
  .afru-gallery-three,
  .afru-video-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .afru-feature,
  .afru-wide-evidence {
    grid-template-columns: 1fr;
  }

  .afru-feature figure,
  .afru-wide-evidence figure {
    min-height: 0;
  }

  .afru-feature figure img {
    height: auto;
  }

  .afru-compare-grid,
  .afru-card-grid {
    grid-template-columns: 1fr;
  }

  .afru-model-intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .cb-role-grid[data-count="2"],
  .cb-process-grid,
  .afru-gallery,
  .afru-gallery-three,
  .afru-install-grid,
  .afru-video-grid,
  .afru-video-grid-three,
  .afru-parts-grid {
    grid-template-columns: 1fr;
  }

  .cb-process-grid article {
    min-height: 0;
  }

  .cb-process-grid h3 {
    margin-top: 30px;
  }

  .afru-hero .pc-hero-media img {
    object-position: 50% 50%;
  }

  .afru-feature > div,
  .afru-wide-evidence > div {
    padding: 28px 22px;
  }

  .afru-compare-grid article {
    min-height: 0;
  }

  .afru-model-intro figure {
    height: 280px;
  }

  .afru-card-grid article {
    max-width: 100%;
  }

  .afru-gallery img,
  .afru-gallery-three img,
  .afru-install-grid img {
    height: auto;
    max-height: 430px;
  }

  .afru-video-dialog {
    width: calc(100% - 20px);
  }

  .afru-video-dialog > div {
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .afru-video-grid img {
    transition: none;
  }
}
