/* Final release layer: resolves legacy cascade drift without changing the visual system. */
.market-ledger .market-index,
.credential-index,
.credential-evidence figcaption span,
.experience-spread ol li > span,
.institution-name-index li::before {
  display: none !important;
}

/* Keep the moving catalogue declaration last: this stylesheet retains earlier release fixes above it. */
.brands .brand-atlas {
  display: block !important;
  width: 100% !important;
  margin-top: 34px !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(18, 31, 39, 0.14) !important;
  border-bottom: 1px solid rgba(18, 31, 39, 0.14) !important;
  background: rgba(250, 252, 251, 0.56) !important;
}

.brands .brand-atlas-row {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  border-bottom: 1px solid rgba(18, 31, 39, 0.12) !important;
}

.brands .brand-atlas-row:last-child {
  border-bottom: 0 !important;
}

.brands .brand-atlas-track,
.brands .brand-atlas-run {
  display: flex !important;
  flex: 0 0 auto !important;
  width: max-content !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.brands .brand-atlas-track {
  will-change: transform !important;
  animation: truepath-brand-atlas-forward var(--atlas-pace, 52s) linear infinite !important;
}

.brands .brand-atlas-row.is-reverse .brand-atlas-track {
  animation-name: truepath-brand-atlas-reverse !important;
}

.brands .brand-atlas:hover .brand-atlas-track,
.brands .brand-atlas.is-motion-paused .brand-atlas-track {
  animation-play-state: paused !important;
}

.brands .brand-atlas-item,
.brands .brand-atlas-item:nth-child(3n),
.brands .brand-atlas-item:nth-child(5n),
.brands .brand-atlas-row:nth-child(2) .brand-atlas-item {
  display: grid !important;
  flex: 0 0 var(--atlas-item-width, 224px) !important;
  width: var(--atlas-item-width, 224px) !important;
  height: 112px !important;
  margin: 0 !important;
  padding: 24px 26px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-right: 1px solid rgba(18, 31, 39, 0.12) !important;
  place-items: center !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

.brands .brand-atlas-item img,
.brands .brand-atlas-item img.is-wide,
.brands .brand-atlas-item img.is-mark,
.brands .brand-atlas-item img.is-compact,
.brands .brand-atlas-item img.is-dark {
  display: block !important;
  width: 154px !important;
  height: 48px !important;
  max-width: 154px !important;
  max-height: 48px !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: scale(var(--brand-optical-scale, 1)) !important;
  transform-origin: center !important;
}

.brands .brand-atlas-item img.is-mark {
  width: 58px !important;
  height: 58px !important;
  max-width: 58px !important;
  max-height: 58px !important;
}

.brands .brand-atlas-item img.is-light-logo {
  filter: brightness(0) saturate(100%) contrast(1.15) !important;
}

@media (max-width: 900px) {
  .brands .brand-atlas-item,
  .brands .brand-atlas-item:nth-child(3n),
  .brands .brand-atlas-item:nth-child(5n),
  .brands .brand-atlas-row:nth-child(2) .brand-atlas-item {
    height: 98px !important;
    padding: 20px 22px !important;
  }
}

@media (max-width: 620px) {
  .brands .brand-atlas {
    margin-top: 28px !important;
  }

  .brands .brand-atlas-item,
  .brands .brand-atlas-item:nth-child(3n),
  .brands .brand-atlas-item:nth-child(5n),
  .brands .brand-atlas-row:nth-child(2) .brand-atlas-item {
    height: 88px !important;
    padding: 18px !important;
  }

  .brands .brand-atlas-item img,
  .brands .brand-atlas-item img.is-wide,
  .brands .brand-atlas-item img.is-mark,
  .brands .brand-atlas-item img.is-compact,
  .brands .brand-atlas-item img.is-dark {
    width: 132px !important;
    height: 42px !important;
    max-width: 132px !important;
    max-height: 42px !important;
  }

  .brands .brand-atlas-item img.is-mark {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brands .brand-atlas-track { animation: none !important; }
}

.credential-evidence figcaption,
.store-figure figcaption {
  gap: 0 !important;
}

.experience-spread ol li {
  grid-template-columns: 1fr !important;
}

/* Keep service lists quiet: the card rhythm comes from horizontal rules only. */
.market-ledger article,
.market-ledger article:first-child {
  border-right: 0 !important;
  border-left: 0 !important;
}

.market-ledger li {
  border-left: 0 !important;
}

.market-ledger article::before,
.market-ledger article::after,
.market-ledger .market-copy::before,
.market-ledger .market-copy::after,
.market-ledger ul::before,
.market-ledger ul::after,
.market-ledger li::before,
.market-ledger li::after {
  display: none !important;
  content: none !important;
}

.hero-logo-run-cell,
.logo-run-cell {
  display: grid !important;
  flex: 0 0 216px !important;
  width: 216px !important;
  height: 124px !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  border-right: 1px solid rgba(18, 31, 39, 0.12) !important;
  place-items: center !important;
}

.hero-logo-run img,
.logo-run img,
.brands-stage .hero-logo-run img,
.brands-stage .logo-run img {
  display: block !important;
  width: 148px !important;
  height: 52px !important;
  max-width: 148px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: scale(var(--brand-optical-scale, 1)) !important;
  transform-origin: center !important;
}

 .brands .brand-atlas {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, 224px) !important;
  justify-content: center !important;
  margin-top: 38px !important;
  overflow: visible !important;
  background: transparent !important;
}

/* Catalogue rails reuse the approved logo-wall motion while keeping each original list visible once per pass. */
.brands .brand-atlas {
  display: block !important;
  width: 100% !important;
  margin-top: 34px !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(18, 31, 39, 0.14) !important;
  border-bottom: 1px solid rgba(18, 31, 39, 0.14) !important;
  background: rgba(250, 252, 251, 0.56) !important;
}

.brands .brand-atlas-row {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  border-bottom: 1px solid rgba(18, 31, 39, 0.12) !important;
}

.brands .brand-atlas-row:last-child {
  border-bottom: 0 !important;
}

.brands .brand-atlas-track,
.brands .brand-atlas-run {
  display: flex !important;
  flex: 0 0 auto !important;
  width: max-content !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.brands .brand-atlas-track {
  will-change: transform !important;
  animation: truepath-brand-atlas-forward var(--atlas-pace, 52s) linear infinite !important;
}

.brands .brand-atlas-row.is-reverse .brand-atlas-track {
  animation-name: truepath-brand-atlas-reverse !important;
}

.brands .brand-atlas:hover .brand-atlas-track,
.brands .brand-atlas.is-motion-paused .brand-atlas-track {
  animation-play-state: paused !important;
}

.brands .brand-atlas-item,
.brands .brand-atlas-item:nth-child(3n),
.brands .brand-atlas-item:nth-child(5n),
.brands .brand-atlas-row:nth-child(2) .brand-atlas-item {
  display: grid !important;
  flex: 0 0 var(--atlas-item-width, 224px) !important;
  width: var(--atlas-item-width, 224px) !important;
  height: 112px !important;
  margin: 0 !important;
  padding: 24px 26px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-right: 1px solid rgba(18, 31, 39, 0.12) !important;
  place-items: center !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

.brands .brand-atlas-item img,
.brands .brand-atlas-item img.is-wide,
.brands .brand-atlas-item img.is-mark,
.brands .brand-atlas-item img.is-compact,
.brands .brand-atlas-item img.is-dark {
  display: block !important;
  width: 154px !important;
  height: 48px !important;
  max-width: 154px !important;
  max-height: 48px !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: scale(var(--brand-optical-scale, 1)) !important;
  transform-origin: center !important;
}

.brands .brand-atlas-item img.is-mark {
  width: 58px !important;
  height: 58px !important;
  max-width: 58px !important;
  max-height: 58px !important;
}

.brands .brand-atlas-item img.is-light-logo {
  filter: brightness(0) saturate(100%) contrast(1.15) !important;
}

@keyframes truepath-brand-atlas-forward {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes truepath-brand-atlas-reverse {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

.brands .brand-atlas-item,
.brands .brand-atlas-item:nth-child(3n),
.brands .brand-atlas-item:nth-child(5n),
.brands .brand-atlas-row:nth-child(2) .brand-atlas-item {
  display: grid !important;
  width: 224px !important;
  height: 118px !important;
  padding: 26px 22px !important;
  overflow: hidden !important;
  border: 1px solid rgba(18, 31, 39, 0.12) !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  place-items: center !important;
  background: rgba(255, 255, 255, 0.78) !important;
}

.brands .brand-atlas-item img,
.brands .brand-atlas-item img.is-wide,
.brands .brand-atlas-item img.is-mark,
.brands .brand-atlas-item img.is-compact,
.brands .brand-atlas-item img.is-dark {
  display: block !important;
  width: 150px !important;
  height: 46px !important;
  max-width: 150px !important;
  max-height: 46px !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: scale(var(--brand-optical-scale, 1)) !important;
  transform-origin: center !important;
}

.brands .brand-atlas-item img.is-mark {
  width: 52px !important;
  height: 52px !important;
  max-width: 52px !important;
  max-height: 52px !important;
}

.credentials .store-page-pair {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

.credentials .store-page-products,
.credentials .store-page-flagship {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 438 / 690 !important;
}

.credentials .store-page-products img {
  object-position: center 46% !important;
}

.credentials .store-page-flagship img {
  object-position: center 16% !important;
}

@media (max-width: 900px) {
  .brands .brand-atlas-item,
  .brands .brand-atlas-item:nth-child(3n),
  .brands .brand-atlas-item:nth-child(5n),
  .brands .brand-atlas-row:nth-child(2) .brand-atlas-item {
    height: 98px !important;
    padding: 20px 22px !important;
  }

  .hero-logo-run-cell,
  .logo-run-cell {
    flex-basis: 176px !important;
    width: 176px !important;
    height: 104px !important;
    padding: 0 18px !important;
  }

  .hero-logo-run img,
  .logo-run img,
  .brands-stage .hero-logo-run img,
  .brands-stage .logo-run img {
    width: 122px !important;
    height: 42px !important;
    max-width: 122px !important;
    max-height: 42px !important;
  }

  .brands .brand-atlas {
    grid-template-columns: repeat(auto-fit, 188px) !important;
  }

  .brands .brand-atlas-item,
  .brands .brand-atlas-item:nth-child(3n),
  .brands .brand-atlas-item:nth-child(5n),
  .brands .brand-atlas-row:nth-child(2) .brand-atlas-item {
    width: 188px !important;
    height: 104px !important;
    padding: 22px 18px !important;
  }

  .credentials .store-page-pair {
    gap: 10px !important;
    padding: 12px !important;
  }
}

@media (max-width: 620px) {
  .brands .brand-atlas {
    margin-top: 28px !important;
  }

  .brands .brand-atlas-item,
  .brands .brand-atlas-item:nth-child(3n),
  .brands .brand-atlas-item:nth-child(5n),
  .brands .brand-atlas-row:nth-child(2) .brand-atlas-item {
    height: 88px !important;
    padding: 18px 18px !important;
  }

  .brands .brand-atlas-item img,
  .brands .brand-atlas-item img.is-wide,
  .brands .brand-atlas-item img.is-mark,
  .brands .brand-atlas-item img.is-compact,
  .brands .brand-atlas-item img.is-dark {
    width: 132px !important;
    height: 42px !important;
    max-width: 132px !important;
    max-height: 42px !important;
  }

  .brands .brand-atlas-item img.is-mark {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
  }

  .brands .brand-atlas {
    grid-template-columns: repeat(auto-fit, 170px) !important;
  }

  .brands .brand-atlas-item,
  .brands .brand-atlas-item:nth-child(3n),
  .brands .brand-atlas-item:nth-child(5n),
  .brands .brand-atlas-row:nth-child(2) .brand-atlas-item {
    width: 170px !important;
    height: 94px !important;
    padding: 18px 14px !important;
  }

  .brands .brand-atlas-item img,
  .brands .brand-atlas-item img.is-wide,
  .brands .brand-atlas-item img.is-mark,
  .brands .brand-atlas-item img.is-compact,
  .brands .brand-atlas-item img.is-dark {
    width: 128px !important;
    height: 40px !important;
    max-width: 128px !important;
    max-height: 40px !important;
  }

  .brands .brand-atlas-item img.is-mark {
    width: 46px !important;
    height: 46px !important;
    max-width: 46px !important;
    max-height: 46px !important;
  }
}

/* Final catalogue rail layer: preserve only moving rows beneath the category tabs. */
.brands .brand-atlas {
  display: block !important;
  width: 100% !important;
  margin-top: 34px !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(18, 31, 39, 0.14) !important;
  border-bottom: 1px solid rgba(18, 31, 39, 0.14) !important;
  background: rgba(250, 252, 251, 0.56) !important;
}

.brands .brand-atlas-row {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  border-bottom: 1px solid rgba(18, 31, 39, 0.12) !important;
}

.brands .brand-atlas-row:last-child { border-bottom: 0 !important; }

.brands .brand-atlas-track,
.brands .brand-atlas-run {
  display: flex !important;
  flex: 0 0 auto !important;
  width: max-content !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.brands .brand-atlas-track {
  will-change: transform !important;
  animation: truepath-brand-atlas-forward var(--atlas-pace, 52s) linear infinite !important;
}

.brands .brand-atlas-row.is-reverse .brand-atlas-track { animation-name: truepath-brand-atlas-reverse !important; }

.brands .brand-atlas:hover .brand-atlas-track,
.brands .brand-atlas.is-motion-paused .brand-atlas-track { animation-play-state: paused !important; }

.brands .brand-atlas-item,
.brands .brand-atlas-item:nth-child(3n),
.brands .brand-atlas-item:nth-child(5n),
.brands .brand-atlas-row:nth-child(2) .brand-atlas-item {
  display: grid !important;
  flex: 0 0 var(--atlas-item-width, 224px) !important;
  width: var(--atlas-item-width, 224px) !important;
  height: 112px !important;
  margin: 0 !important;
  padding: 24px 26px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-right: 1px solid rgba(18, 31, 39, 0.12) !important;
  place-items: center !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

.brands .brand-atlas-item img,
.brands .brand-atlas-item img.is-wide,
.brands .brand-atlas-item img.is-mark,
.brands .brand-atlas-item img.is-compact,
.brands .brand-atlas-item img.is-dark {
  display: block !important;
  width: 154px !important;
  height: 48px !important;
  max-width: 154px !important;
  max-height: 48px !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: scale(var(--brand-optical-scale, 1)) !important;
  transform-origin: center !important;
}

.brands .brand-atlas-item img.is-mark {
  width: 58px !important;
  height: 58px !important;
  max-width: 58px !important;
  max-height: 58px !important;
}

.brands .brand-atlas-item img.is-light-logo { filter: brightness(0) saturate(100%) contrast(1.15) !important; }

@media (max-width: 900px) {
  .brands .brand-atlas-item,
  .brands .brand-atlas-item:nth-child(3n),
  .brands .brand-atlas-item:nth-child(5n),
  .brands .brand-atlas-row:nth-child(2) .brand-atlas-item {
    height: 98px !important;
    padding: 20px 22px !important;
  }
}

@media (max-width: 620px) {
  .brands .brand-atlas { margin-top: 28px !important; }

  .brands .brand-atlas-item,
  .brands .brand-atlas-item:nth-child(3n),
  .brands .brand-atlas-item:nth-child(5n),
  .brands .brand-atlas-row:nth-child(2) .brand-atlas-item {
    height: 88px !important;
    padding: 18px !important;
  }

  .brands .brand-atlas-item img,
  .brands .brand-atlas-item img.is-wide,
  .brands .brand-atlas-item img.is-mark,
  .brands .brand-atlas-item img.is-compact,
  .brands .brand-atlas-item img.is-dark {
    width: 132px !important;
    height: 42px !important;
    max-width: 132px !important;
    max-height: 42px !important;
  }

  .brands .brand-atlas-item img.is-mark {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
  }
}
