/* Products Overview Staging Styles */
body.products-overview-staging {
  background-color: var(--v6p-surface-white, #ffffff);
}

body.products-overview-staging .po-hero {
  min-height: 600px;
  background-color: var(--v6p-navy, #0F172A);
  padding-top: 56px;
  padding-bottom: 64px;
}

body.products-overview-staging .po-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 40px;
  align-items: start;
}

body.products-overview-staging .po-hero-text-col {
  max-width: 600px;
}

body.products-overview-staging .po-breadcrumb {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: var(--v6p-gray-300, #CBD5E1);
  margin-bottom: 28px;
}

body.products-overview-staging .po-eyebrow {
  font-size: var(--type-eyebrow-size-d);
  line-height: var(--type-eyebrow-line);
  font-weight: var(--type-weight-bold);
  letter-spacing: var(--type-eyebrow-track);
  color: var(--v6p-blue, #1A56DB);
  margin-bottom: 16px;
  text-transform: uppercase;
}

body.products-overview-staging .po-h1 {
  font-size: var(--type-hero-size-d);
  line-height: var(--type-hero-line);
  font-weight: var(--type-weight-bold);
  max-width: 610px;
  margin-bottom: 24px;
  color: var(--v6p-white, #FFFFFF);
  margin-top: 0;
  overflow-wrap: break-word;
  letter-spacing: var(--type-hero-track);
}

body.products-overview-staging .po-intro {
  font-size: var(--type-lead-size-d);
  line-height: var(--type-lead-line);
  max-width: 590px;
  margin-bottom: 32px;
  margin-top: 0;
  color: var(--v6p-gray-50, #F8FAFC);
}

body.products-overview-staging .po-proof-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 16px;
  margin-bottom: 36px;
  list-style: none;
  padding: 0;
  margin-top: 0;
}

body.products-overview-staging .po-proof-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: var(--v6p-white, #FFFFFF);
}

body.products-overview-staging .po-proof-list svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--v6p-blue, #1A56DB);
  margin-top: 2px;
}

body.products-overview-staging .po-hero-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

body.products-overview-staging .po-btn-primary {
  min-width: 252px;
  height: 52px;
}

body.products-overview-staging .po-btn-secondary {
  min-width: 190px;
  height: 52px;
}

body.products-overview-staging .po-hero-visual-col {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
}

body.products-overview-staging .po-hero-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--v6p-radius-panel, 16px);
  background: #D8DEE6;
}

body.products-overview-staging .po-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
  display: block;
}

/* -------------------------------------
   IN-PAGE NAVIGATION
-------------------------------------- */
body.products-overview-staging .po-section-nav {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E3E8F0;
  height: 64px;
  display: flex;
  align-items: center;
}

body.products-overview-staging .po-section-nav__inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  overflow-x: auto;
  align-items: center;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body.products-overview-staging .po-section-nav__inner::-webkit-scrollbar {
  display: none;
}

body.products-overview-staging .po-section-nav__item {
  font-size: var(--type-subnav-size-d);
  font-weight: var(--type-weight-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--v6p-gray-500, #64748B);
  text-decoration: none;
  white-space: nowrap;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

body.products-overview-staging .po-section-nav__item:hover,
body.products-overview-staging .po-section-nav__item.is-active {
  color: var(--v6p-blue, #1A56DB);
}

body.products-overview-staging .po-section-nav__item.is-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--v6p-blue, #1A56DB);
}

/* SECTION HEADING */
body.products-overview-staging .po-section-heading {
  margin-bottom: 56px;
  max-width: 720px;
}
body.products-overview-staging .po-section-heading--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body.products-overview-staging .po-section-heading h2 {
  font-size: var(--type-section-standard-size-d);
  line-height: var(--type-section-standard-line);
  font-weight: var(--type-weight-bold);
  color: var(--v6p-navy-950, #07152B);
  margin-top: 20px;
  margin-bottom: 24px;
  text-wrap: balance;
  letter-spacing: var(--type-section-track);
}
body.products-overview-staging .po-section-heading p {
  font-size: var(--type-lead-size-d);
  line-height: var(--type-lead-line);
  color: var(--v6p-gray-500, #5e6b7c);
  margin: 0;
}

/* -------------------------------------
   PRODUCT FAMILIES
-------------------------------------- */
body.products-overview-staging .po-product-families {
  background-color: #FFFFFF;
  padding-top: 104px;
  padding-bottom: 104px;
}

body.products-overview-staging .po-product-families__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

body.products-overview-staging .po-product-card {
  border: 1px solid #E3E8F0;
  border-radius: 12px;
  padding: 32px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
}

body.products-overview-staging .po-product-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

body.products-overview-staging .po-product-card__index {
  font-size: 14px;
  font-weight: 700;
  color: var(--v6p-blue, #1A56DB);
}

body.products-overview-staging .po-product-card__icon {
  width: 24px;
  height: 24px;
  color: var(--v6p-navy-950, #07152B);
}

body.products-overview-staging .po-product-card h3 {
  font-size: var(--type-feature-title-size-d);
  font-weight: var(--type-weight-bold);
  line-height: var(--type-feature-line);
  color: var(--v6p-navy-950, #07152B);
  margin: 0 0 12px 0;
}

body.products-overview-staging .po-product-card p {
  font-size: var(--type-body-size-d);
  line-height: var(--type-body-line);
  color: var(--v6p-gray-500, #5e6b7c);
  margin: 0 0 24px 0;
  flex-grow: 1;
}

body.products-overview-staging .po-product-card__link {
  font-size: 14px;
  font-weight: 700;
  color: var(--v6p-blue, #1A56DB);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

body.products-overview-staging .po-product-card__link:hover {
  text-decoration: underline;
}

/* -------------------------------------
   MANUFACTURING ROUTES
-------------------------------------- */
body.products-overview-staging .po-manufacturing {
  background-color: #F8FAFC;
  padding-top: 104px;
  padding-bottom: 104px;
}

body.products-overview-staging .po-manufacturing__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

body.products-overview-staging .po-manufacturing__panel {
  background-color: #FFFFFF;
  border: 1px solid #DCE4EF;
  border-radius: 16px;
  padding: 48px;
  display: flex;
  flex-direction: column;
}

body.products-overview-staging .po-manufacturing__panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

body.products-overview-staging .po-manufacturing__icon {
  width: 48px;
  height: 48px;
  color: var(--v6p-blue, #1A56DB);
}

body.products-overview-staging .po-manufacturing__panel h3 {
  font-size: var(--type-section-compact-size-d);
  font-weight: var(--type-weight-bold);
  color: var(--v6p-navy-950, #07152B);
  margin: 0 0 16px 0;
}

body.products-overview-staging .po-manufacturing__panel > p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--v6p-gray-500, #5e6b7c);
  margin: 0 0 32px 0;
}

body.products-overview-staging .po-manufacturing__panel ul {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  flex-grow: 1;
}

body.products-overview-staging .po-manufacturing__panel li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--v6p-navy-950, #07152B);
  margin-bottom: 16px;
}

body.products-overview-staging .po-manufacturing__panel li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b63f6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* -------------------------------------
   PROJECT REVIEW BASIS
-------------------------------------- */
body.products-overview-staging .po-review-basis {
  background-color: var(--v6p-navy-950, #07152B);
  padding-top: 104px;
  padding-bottom: 104px;
  color: #FFFFFF;
}

body.products-overview-staging .po-review-basis__grid {
  display: grid;
  grid-template-columns: 38% 57%;
  justify-content: space-between;
  gap: 48px;
}

body.products-overview-staging .po-review-basis__intro .po-eyebrow {
  color: #60A5FA;
}

body.products-overview-staging .po-review-basis__intro h2 {
  font-size: var(--type-section-major-size-d);
  line-height: var(--type-section-major-line);
  font-weight: var(--type-weight-bold);
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 24px;
  text-wrap: balance;
  letter-spacing: var(--type-section-track);
}

body.products-overview-staging .po-review-basis__intro p {
  font-size: var(--type-lead-size-d);
  line-height: var(--type-lead-line);
  color: #94A3B8;
  margin-bottom: 0;
}

body.products-overview-staging .po-review-basis__list {
  display: flex;
  flex-direction: column;
}

body.products-overview-staging .po-review-basis__row {
  display: flex;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(255,255,255, 0.1);
}

body.products-overview-staging .po-review-basis__row:first-child {
  border-top: none;
  padding-top: 0;
}

body.products-overview-staging .po-review-basis__row:last-child {
  padding-bottom: 0;
}

body.products-overview-staging .po-review-basis__row > span {
  flex: 0 0 48px;
  font-size: 16px;
  font-weight: 700;
  color: #60A5FA;
}

body.products-overview-staging .po-review-basis__row h3 {
  font-size: var(--type-module-title-size-d);
  font-weight: var(--type-weight-bold);
  color: #FFFFFF;
  margin: 0 0 8px 0;
}

body.products-overview-staging .po-review-basis__row p {
  font-size: var(--type-body-size-d);
  line-height: var(--type-body-line);
  color: #94A3B8;
  margin: 0;
}

/* -------------------------------------
   DOCUMENTATION
-------------------------------------- */
body.products-overview-staging .po-documentation {
  background-color: #FFFFFF;
  padding-top: 104px;
  padding-bottom: 104px;
}

body.products-overview-staging .po-documentation__grid {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  gap: 48px;
  align-items: start;
}

body.products-overview-staging .po-documentation__content h2 {
  font-size: var(--type-section-standard-size-d);
  line-height: var(--type-section-standard-line);
  font-weight: var(--type-weight-bold);
  color: var(--v6p-navy-950, #07152B);
  margin-top: 20px;
  margin-bottom: 24px;
  letter-spacing: var(--type-section-track);
}

body.products-overview-staging .po-documentation__content p {
  font-size: var(--type-lead-size-d);
  line-height: var(--type-lead-line);
  color: var(--v6p-gray-500, #5e6b7c);
  margin-bottom: 24px;
}

body.products-overview-staging .po-documentation__note {
  font-size: 14px;
  line-height: 1.6;
  color: var(--v6p-gray-500, #64748B);
  padding: 24px;
  background-color: #F8FAFC;
  border-radius: 12px;
  border: 1px solid #DCE4EF;
  margin: 0;
}

body.products-overview-staging .po-documentation__labels {
  background-color: #FFFFFF;
  border: 1px solid #E3E8F0;
  border-radius: 16px;
  padding: 40px;
}

body.products-overview-staging .po-documentation__labels h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--v6p-navy-950, #07152B);
  margin: 0 0 24px 0;
}

body.products-overview-staging .po-documentation__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.products-overview-staging .po-documentation__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: #F8FAFC;
  border: 1px solid #DCE4EF;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--v6p-navy-950, #07152B);
}

/* -------------------------------------
   APPLICATIONS
-------------------------------------- */
body.products-overview-staging .po-applications {
  background-color: #F8FAFC;
  padding-top: 104px;
  padding-bottom: 104px;
}

body.products-overview-staging .po-applications__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

body.products-overview-staging .po-applications__grid article {
  border: 1px solid #DCE4EF;
  border-radius: 12px;
  padding: 32px;
  background-color: #FFFFFF;
}

body.products-overview-staging .po-applications__grid article span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--v6p-blue, #1A56DB);
  margin-bottom: 16px;
}

body.products-overview-staging .po-applications__grid article h3 {
  font-size: var(--type-feature-title-size-d);
  font-weight: var(--type-weight-bold);
  line-height: var(--type-feature-line);
  color: var(--v6p-navy-950, #07152B);
  margin: 0 0 12px 0;
}

body.products-overview-staging .po-applications__grid article p {
  font-size: var(--type-body-size-d);
  line-height: var(--type-body-line);
  color: var(--v6p-gray-500, #5e6b7c);
  margin: 0;
}

/* -------------------------------------
   FINAL CTA
-------------------------------------- */
body.products-overview-staging .po-final-cta {
  background-color: var(--v6p-navy-950, #07152B);
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

body.products-overview-staging .po-final-cta__inner {
  max-width: 800px;
  margin: 0 auto;
}

body.products-overview-staging .po-final-cta .po-eyebrow {
  display: block;
  font-size: var(--type-eyebrow-size-d);
  font-weight: var(--type-weight-bold);
  letter-spacing: var(--type-eyebrow-track);
  text-transform: uppercase;
  color: #60A5FA;
  margin-bottom: 24px;
}

body.products-overview-staging .po-final-cta h2 {
  font-size: var(--type-section-major-size-d);
  line-height: var(--type-section-major-line);
  font-weight: var(--type-weight-bold);
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 32px;
  text-wrap: balance;
  letter-spacing: var(--type-section-track);
}

body.products-overview-staging .po-final-cta p {
  font-size: var(--type-lead-size-d);
  line-height: var(--type-lead-line);
  color: #94A3B8;
  margin: 0 auto 48px auto;
  max-width: 720px;
}

body.products-overview-staging .po-final-cta__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

body.products-overview-staging .po-btn--outline-light {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 200px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: var(--v6p-radius-button, 8px);
  text-decoration: none;
  transition: all 0.2s ease;
}

body.products-overview-staging .po-btn--outline-light:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* -------------------------------------
   RESPONSIVE STYLES
-------------------------------------- */
/* Compact Desktop / Tablet Landscape (max-width: 1199px) */
@media (max-width: 1199px) {
  body.products-overview-staging .po-hero {
    padding-top: 48px;
    padding-bottom: 56px;
  }
  body.products-overview-staging .po-hero-grid {
    gap: 32px;
  }
  body.products-overview-staging .po-h1 {
    font-size: var(--type-hero-size-t);
  }
  body.products-overview-staging .po-intro {
    font-size: var(--type-lead-size-t);
  }
  body.products-overview-staging .po-product-families__grid,
  body.products-overview-staging .po-applications__grid {
    gap: 20px;
  }
  body.products-overview-staging .po-manufacturing__grid {
    gap: 24px;
  }
  body.products-overview-staging .po-manufacturing__panel {
    padding: 32px;
  }
  body.products-overview-staging .po-review-basis__grid {
    gap: 32px;
  }
  body.products-overview-staging .po-documentation__grid {
    gap: 32px;
  }
}

/* Tablet (max-width: 991px) */
@media (max-width: 991px) {
  body.products-overview-staging .po-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  body.products-overview-staging .po-hero-media {
    aspect-ratio: 16 / 10;
  }
  body.products-overview-staging .po-hero-text-col {
    max-width: 100%;
  }
  body.products-overview-staging .po-product-families__grid,
  body.products-overview-staging .po-applications__grid {
    grid-template-columns: 1fr 1fr;
  }
  body.products-overview-staging .po-manufacturing__grid {
    grid-template-columns: 1fr;
  }
  body.products-overview-staging .po-review-basis__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  body.products-overview-staging .po-documentation__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  body.products-overview-staging .po-section-heading h2 {
    font-size: var(--type-section-standard-size-t);
  }
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
  body.products-overview-staging .po-h1 {
    font-size: var(--type-hero-size-m);
    margin-bottom: 20px;
  }
  body.products-overview-staging .po-intro {
    font-size: var(--type-lead-size-m);
    margin-bottom: 24px;
  }
    body.products-overview-staging .po-proof-list {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
  body.products-overview-staging .po-product-families__grid,
  body.products-overview-staging .po-applications__grid {
    grid-template-columns: 1fr;
  }
  body.products-overview-staging .po-product-card {
    padding: 24px;
  }
  body.products-overview-staging .po-manufacturing__panel {
    padding: 24px;
  }
  body.products-overview-staging .po-section-heading h2,
  body.products-overview-staging .po-documentation__content h2 {
    font-size: var(--type-section-standard-size-m);
  }
  body.products-overview-staging .po-review-basis__intro h2,
  body.products-overview-staging .po-final-cta h2 {
    font-size: var(--type-section-major-size-m);
  }
  body.products-overview-staging .po-manufacturing__panel h3 {
    font-size: var(--type-section-compact-size-m);
  }
  body.products-overview-staging .po-product-card h3,
  body.products-overview-staging .po-applications__grid article h3 {
    font-size: var(--type-feature-title-size-m);
  }
  body.products-overview-staging .po-section-nav__item {
    font-size: var(--type-subnav-size-m);
  }
  body.products-overview-staging .po-final-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* Narrow Mobile (max-width: 479px) */
@media (max-width: 479px) {
  body.products-overview-staging .po-h1 {
    font-size: var(--type-hero-size-m);
  }
  body.products-overview-staging .po-hero-cta-row {
    flex-direction: column;
    gap: 12px;
  }
  body.products-overview-staging .po-btn-primary,
  body.products-overview-staging .po-btn-secondary,
  body.products-overview-staging .po-final-cta__actions .v6p-btn,
  body.products-overview-staging .po-final-cta__actions .po-btn--outline-light {
    width: 100%;
    min-width: 0;
  }
  body.products-overview-staging .po-review-basis__row {
    flex-direction: column;
    gap: 12px;
  }
  body.products-overview-staging .po-review-basis__row > span {
    flex: 0 0 auto;
  }
}

/* =========================================================
   PRODUCTS-OVERVIEW-ASSET-RECON-001
   Canonical visual reconciliation layer
   ========================================================= */
body.products-overview-staging .po-portfolio {
  padding-top: 96px;
  padding-bottom: 104px;
}

body.products-overview-staging .po-portfolio__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 52px;
}

body.products-overview-staging .po-portfolio__heading h2 {
  margin: 18px 0 0;
  max-width: 760px;
  font-size: var(--type-section-major-size-d);
  line-height: var(--type-section-major-line);
  font-weight: var(--type-weight-bold);
  color: var(--v6p-navy-950, #07152B);
  text-wrap: balance;
}

body.products-overview-staging .po-portfolio__heading > p {
  margin: 0 0 3px;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--v6p-gray-500, #5e6b7c);
}

body.products-overview-staging .po-portfolio__industrial {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(350px, .76fr);
  min-height: 520px;
  border: 1px solid #DCE4EF;
  background: #FFFFFF;
  overflow: hidden;
}

body.products-overview-staging .po-portfolio__industrial-media {
  display: grid;
  grid-template-columns: 1.28fr .92fr;
  gap: 8px;
  min-width: 0;
  background: #EEF3F8;
  padding: 8px;
}

body.products-overview-staging .po-portfolio__picture,
body.products-overview-staging .po-programme__media,
body.products-overview-staging .po-manufacturing__media,
body.products-overview-staging .po-applications-bridge__media {
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #F3F6F9;
}

body.products-overview-staging .po-portfolio__picture img,
body.products-overview-staging .po-programme__media img,
body.products-overview-staging .po-manufacturing__media img,
body.products-overview-staging .po-applications-bridge__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.products-overview-staging .po-portfolio__picture--wide img {
  object-position: 50% 50%;
  transform: scale(1.12);
}

body.products-overview-staging .po-portfolio__picture--support img {
  object-position: 50% 50%;
  transform: scale(1.10);
}

body.products-overview-staging .po-portfolio__industrial-copy {
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--v6p-navy-950, #07152B);
  color: #FFFFFF;
}

body.products-overview-staging .po-portfolio__index {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .105em;
  font-weight: 800;
  color: #1A56DB;
}

body.products-overview-staging .po-portfolio__industrial-copy .po-portfolio__index {
  color: #7CB2FF;
}

body.products-overview-staging .po-portfolio__industrial-copy h3 {
  margin: 0 0 20px;
  font-size: var(--type-section-compact-size-d);
  line-height: var(--type-section-standard-line);
  font-weight: var(--type-weight-bold);
  color: #FFFFFF;
  text-wrap: balance;
}

body.products-overview-staging .po-portfolio__industrial-copy p {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.65;
  color: #B9C5D5;
}

body.products-overview-staging .po-portfolio__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.products-overview-staging .po-portfolio__links a,
body.products-overview-staging .po-programme__body a,
body.products-overview-staging .po-applications-bridge__link {
  width: fit-content;
  color: #1A56DB;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: .035em;
  text-decoration: none;
}

body.products-overview-staging .po-portfolio__industrial-copy a {
  color: #FFFFFF;
}

body.products-overview-staging .po-portfolio__links a:hover,
body.products-overview-staging .po-programme__body a:hover,
body.products-overview-staging .po-applications-bridge__link:hover {
  text-decoration: underline;
}

body.products-overview-staging .po-portfolio__programmes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

body.products-overview-staging .po-programme {
  min-width: 0;
  border: 1px solid #DCE4EF;
  background: #FFFFFF;
  display: grid;
  grid-template-rows: 286px 1fr;
}

body.products-overview-staging .po-programme__media img {
  object-position: center;
}

body.products-overview-staging .po-programme__body {
  padding: 28px 28px 30px;
  display: flex;
  flex-direction: column;
}

body.products-overview-staging .po-programme__body h3 {
  margin: 0 0 10px;
  font-size: var(--type-feature-title-size-d);
  line-height: var(--type-feature-line);
  font-weight: var(--type-weight-bold);
  color: var(--v6p-navy-950, #07152B);
}

body.products-overview-staging .po-programme__body p {
  margin: 0 0 22px;
  color: var(--v6p-gray-500, #5e6b7c);
  font-size: 15px;
  line-height: 1.6;
  flex: 1;
}

/* Manufacturing retains the original decision structure, now with product-form evidence. */
body.products-overview-staging .po-manufacturing__panel {
  padding: 0 0 42px;
  overflow: hidden;
}

body.products-overview-staging .po-manufacturing__media {
  height: 226px;
  margin-bottom: 30px;
  border-bottom: 1px solid #DCE4EF;
}

body.products-overview-staging .po-manufacturing__media img {
  object-fit: cover;
  object-position: center;
}

body.products-overview-staging .po-manufacturing__panel:first-child .po-manufacturing__media img {
  transform: scale(1.12);
}

body.products-overview-staging .po-manufacturing__panel:nth-child(2) .po-manufacturing__media img {
  transform: scale(1.10);
}

body.products-overview-staging .po-manufacturing__panel-header,
body.products-overview-staging .po-manufacturing__panel > h3,
body.products-overview-staging .po-manufacturing__panel > p,
body.products-overview-staging .po-manufacturing__panel > ul {
  margin-left: 38px;
  margin-right: 38px;
}

body.products-overview-staging .po-manufacturing__panel-header {
  margin-bottom: 16px;
}

body.products-overview-staging .po-manufacturing__icon {
  width: 34px;
  height: 34px;
}

body.products-overview-staging .po-manufacturing__panel h3 {
  font-size: var(--type-section-compact-size-d);
}

body.products-overview-staging .po-manufacturing__panel h3 a,
body.products-overview-staging .po-manufacturing__panel h3 a:link,
body.products-overview-staging .po-manufacturing__panel h3 a:visited {
  color: var(--v6p-navy-950, #07152B);
  text-decoration: none;
}

body.products-overview-staging .po-manufacturing__panel h3 a:hover {
  color: var(--v6p-blue, #1A56DB);
  text-decoration: underline;
}

body.products-overview-staging .po-manufacturing__panel h3 a:focus-visible {
  color: var(--v6p-blue, #1A56DB);
  outline: 2px solid currentColor;
  outline-offset: 3px;
  border-radius: 2px;
}

/* Applications become a single image-led bridge instead of another equal-card wall. */
body.products-overview-staging .po-applications-bridge {
  padding-top: 96px;
  padding-bottom: 96px;
}

body.products-overview-staging .po-applications-bridge__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  gap: 56px;
  align-items: center;
}

body.products-overview-staging .po-applications-bridge__media {
  aspect-ratio: 16 / 9;
  border: 1px solid #DCE4EF;
}

body.products-overview-staging .po-applications-bridge__content h2 {
  margin: 18px 0 20px;
  font-size: var(--type-section-standard-size-d);
  line-height: var(--type-section-standard-line);
  font-weight: var(--type-weight-bold);
  color: var(--v6p-navy-950, #07152B);
  text-wrap: balance;
}

body.products-overview-staging .po-applications-bridge__content > p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--v6p-gray-500, #5e6b7c);
}

body.products-overview-staging .po-applications-bridge__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #DCE4EF;
}

body.products-overview-staging .po-applications-bridge__list li {
  position: relative;
  padding: 13px 0 13px 16px;
  border-bottom: 1px solid #DCE4EF;
  color: var(--v6p-navy-950, #07152B);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}

body.products-overview-staging .po-applications-bridge__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 19px;
  width: 5px;
  height: 5px;
  background: #1A56DB;
}

@media (max-width: 1199px) {
  body.products-overview-staging .po-portfolio__heading {
    gap: 44px;
  }
  body.products-overview-staging .po-portfolio__industrial {
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
  }
  body.products-overview-staging .po-portfolio__industrial-copy {
    padding: 42px 36px;
  }
  body.products-overview-staging .po-programme {
    grid-template-rows: 240px 1fr;
  }
  body.products-overview-staging .po-applications-bridge__grid {
    gap: 40px;
  }
}

@media (max-width: 991px) {
  body.products-overview-staging .po-portfolio,
  body.products-overview-staging .po-applications-bridge {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  body.products-overview-staging .po-portfolio__heading,
  body.products-overview-staging .po-portfolio__industrial,
  body.products-overview-staging .po-applications-bridge__grid {
    grid-template-columns: 1fr;
  }
  body.products-overview-staging .po-portfolio__heading {
    gap: 20px;
    margin-bottom: 40px;
  }
  body.products-overview-staging .po-portfolio__heading > p {
    max-width: 720px;
  }
  body.products-overview-staging .po-portfolio__industrial-media {
    min-height: 430px;
    grid-template-columns: 1.22fr .90fr;
  }
  body.products-overview-staging .po-portfolio__industrial-copy {
    padding: 38px 40px 42px;
  }
  body.products-overview-staging .po-portfolio__programmes {
    grid-template-columns: 1fr;
  }
  body.products-overview-staging .po-programme {
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto;
    min-height: 220px;
  }
  body.products-overview-staging .po-programme__body {
    padding: 28px 30px;
  }
  body.products-overview-staging .po-applications-bridge__media {
    max-height: 460px;
  }
}

@media (max-width: 767px) {
  body.products-overview-staging .po-portfolio {
    padding-top: 64px;
    padding-bottom: 72px;
  }
  body.products-overview-staging .po-portfolio__heading h2 {
    font-size: var(--type-section-major-size-m);
  }
  body.products-overview-staging .po-portfolio__heading > p {
    font-size: 15px;
  }
  body.products-overview-staging .po-portfolio__industrial-media {
    min-height: 0;
    height: 272px;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  }
  body.products-overview-staging .po-portfolio__picture--support img {
    transform: scale(1.15);
  }
  body.products-overview-staging .po-portfolio__industrial-copy {
    padding: 30px 24px 34px;
  }
  body.products-overview-staging .po-portfolio__industrial-copy h3 {
    font-size: var(--type-section-compact-size-m);
  }
  body.products-overview-staging .po-portfolio__programmes {
    margin-top: 12px;
    gap: 12px;
  }
  body.products-overview-staging .po-programme {
    grid-template-columns: 156px minmax(0, 1fr);
    min-height: 164px;
  }
  body.products-overview-staging .po-programme__body {
    padding: 18px 18px 20px;
  }
  body.products-overview-staging .po-programme__body h3 {
    font-size: var(--type-feature-title-size-m);
  }
  body.products-overview-staging .po-programme__body p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  body.products-overview-staging .po-programme__body .po-portfolio__index {
    font-size: 9px;
    margin-bottom: 8px;
  }
  body.products-overview-staging .po-programme__body a {
    font-size: 10px;
  }
  body.products-overview-staging .po-manufacturing__media {
    height: 176px;
  }
  body.products-overview-staging .po-manufacturing__panel-header,
  body.products-overview-staging .po-manufacturing__panel > h3,
  body.products-overview-staging .po-manufacturing__panel > p,
  body.products-overview-staging .po-manufacturing__panel > ul {
    margin-left: 24px;
    margin-right: 24px;
  }
  body.products-overview-staging .po-applications-bridge {
    padding-top: 68px;
    padding-bottom: 72px;
  }
  body.products-overview-staging .po-applications-bridge__grid {
    gap: 28px;
  }
  body.products-overview-staging .po-applications-bridge__content h2 {
    font-size: var(--type-section-standard-size-m);
  }
  body.products-overview-staging .po-applications-bridge__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479px) {
  body.products-overview-staging .po-portfolio__industrial-media {
    height: 238px;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  }
  body.products-overview-staging .po-programme {
    grid-template-columns: 138px minmax(0, 1fr);
  }
  body.products-overview-staging .po-programme__body p {
    display: none;
  }
  body.products-overview-staging .po-programme__body {
    justify-content: center;
  }
  body.products-overview-staging .po-manufacturing__media {
    height: 160px;
  }
}

/* =========================================================
   APEX GEOMETRY V1.1 — SITE-INTERNAL-GEOMETRY-HARMONISATION-001-G1.1P
   TOTAL HERO FOOTPRINT CORRECTION — PRODUCTS OVERVIEW
   Owner feedback/current-pixel evidence: hero section consumes excessive
   vertical page footprint. Preserve image/copy/typography/body-section rhythm.
   ========================================================= */

/* Desktop authority: content-led hero, not min-height-led hero. */
@media (min-width: 1200px) {
  body.products-overview-staging .po-hero {
    min-height: 0;
    padding-top: 32px;
    padding-bottom: 36px;
  }

  body.products-overview-staging .po-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
  }

  body.products-overview-staging .po-breadcrumb {
    margin-bottom: 20px;
  }

  body.products-overview-staging .po-eyebrow {
    margin-bottom: 10px;
  }

  body.products-overview-staging .po-h1 {
    margin-bottom: 18px;
  }

  body.products-overview-staging .po-intro {
    margin-bottom: 24px;
  }

  /*
    The four hero proof bullets duplicate downstream route evidence
    (product scope, manufacturing routes, project review and documentation).
    Suppress them for the controlled visual proof without deleting source copy.
  */
  body.products-overview-staging .po-proof-list {
    display: none;
  }

  body.products-overview-staging .po-hero-cta-row {
    flex-wrap: nowrap;
    align-items: center;
  }

  body.products-overview-staging .po-btn-primary,
  body.products-overview-staging .po-btn-secondary {
    min-width: 0;
    white-space: nowrap;
  }
}

/* Tablet/compact desktop: preserve content-led height; allow action wrap if needed. */
@media (min-width: 992px) and (max-width: 1199px) {
  body.products-overview-staging .po-hero {
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 34px;
  }

  body.products-overview-staging .po-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
  }

  body.products-overview-staging .po-breadcrumb {
    margin-bottom: 18px;
  }

  body.products-overview-staging .po-eyebrow {
    margin-bottom: 10px;
  }

  body.products-overview-staging .po-h1 {
    margin-bottom: 16px;
  }

  body.products-overview-staging .po-intro {
    margin-bottom: 22px;
  }

  body.products-overview-staging .po-proof-list {
    display: none;
  }

  body.products-overview-staging .po-hero-cta-row {
    align-items: center;
  }

  body.products-overview-staging .po-btn-primary,
  body.products-overview-staging .po-btn-secondary {
    min-width: 0;
  }
}

/* Mobile: no fixed/minimum hero height and no redundant proof stack. */
@media (max-width: 991px) {
  body.products-overview-staging .po-hero {
    min-height: 0;
  }

  body.products-overview-staging .po-proof-list {
    display: none;
  }

  body.products-overview-staging .po-breadcrumb {
    margin-bottom: 16px;
  }

  body.products-overview-staging .po-eyebrow {
    margin-bottom: 8px;
  }

  body.products-overview-staging .po-h1 {
    margin-bottom: 16px;
  }

  body.products-overview-staging .po-intro {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  body.products-overview-staging .po-hero {
    padding-top: 24px;
    padding-bottom: 28px;
  }
}

@media (max-width: 479px) {
  body.products-overview-staging .po-hero {
    padding-top: 22px;
    padding-bottom: 26px;
  }
}

/* CPH-06B-R3 PRODUCTS FAMILY-B - BEGIN */
/* Shared Family-B shell for Products Overview B1 programme + B2 manufacturing panels. */
body.products-overview-staging .po-programme,
body.products-overview-staging .po-manufacturing__panel {
  --silcap-vsh-radius-media: var(--silcap-card-media-radius-desktop);
  padding: var(--silcap-card-padding-desktop);
  overflow: hidden;
  border: var(--silcap-card-border);
  border-radius: var(--silcap-card-shell-radius-desktop);
  background: var(--silcap-card-surface);
  box-shadow: var(--silcap-card-shadow);
}

body.products-overview-staging .po-programme__media,
body.products-overview-staging .po-manufacturing__media {
  width: 100%;
  height: auto;
  aspect-ratio: var(--silcap-card-media-ratio-desktop);
  overflow: hidden;
  border-radius: var(--silcap-card-media-radius-desktop);
  background: #f4f6f8;
}

body.products-overview-staging .po-programme__media img,
body.products-overview-staging .po-manufacturing__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.products-overview-staging .po-programme__body {
  padding: 13px 8px 7px;
}

body.products-overview-staging .po-manufacturing__panel-header,
body.products-overview-staging .po-manufacturing__panel > h3,
body.products-overview-staging .po-manufacturing__panel > p,
body.products-overview-staging .po-manufacturing__panel > ul {
  margin-left: 8px;
  margin-right: 8px;
}

body.products-overview-staging .po-manufacturing__panel-header {
  margin-top: 13px;
}

@media (max-width: 640px) {
  body.products-overview-staging .po-programme,
  body.products-overview-staging .po-manufacturing__panel {
    --silcap-vsh-radius-media: var(--silcap-card-media-radius-mobile);
    padding: var(--silcap-card-padding-mobile);
    border-radius: var(--silcap-card-shell-radius-mobile);
  }

  body.products-overview-staging .po-programme__media,
  body.products-overview-staging .po-manufacturing__media {
    height: auto;
    aspect-ratio: var(--silcap-card-media-ratio-mobile);
    border-radius: var(--silcap-card-media-radius-mobile);
  }

  body.products-overview-staging .po-programme__body {
    padding: 11px 6px 5px;
  }

  body.products-overview-staging .po-manufacturing__panel-header,
  body.products-overview-staging .po-manufacturing__panel > h3,
  body.products-overview-staging .po-manufacturing__panel > p,
  body.products-overview-staging .po-manufacturing__panel > ul {
    margin-left: 6px;
    margin-right: 6px;
  }

  body.products-overview-staging .po-manufacturing__panel-header {
    margin-top: 11px;
  }
}
/* CPH-06B-R3 PRODUCTS FAMILY-B - END */

/* SITE-DNA-04 RECOVERY: PRODUCTS SECONDARY CTA */
body.products-overview-staging .po-btn-secondary {
  color: #f8fafc;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.46);
  text-decoration: none;
}
body.products-overview-staging .po-btn-secondary:hover,
body.products-overview-staging .po-btn-secondary:focus-visible {
  color: #0f172a;
  background: #ffffff;
  border-color: #ffffff;
}
