/**
 * About Us — scroll-linked core-values divider.
 * The existing ::after pseudo-element remains the neutral track.
 */
body.page-id-487 #pr-core-values {
  --pr-core-values-line-progress: 0;
}

body.page-id-487 #pr-core-values-intro::before {
  content: "";
  position: absolute;
  top: calc(var(--section-padding-block) * -1);
  right: 0;
  bottom: calc(var(--section-padding-block) * -1);
  width: var(--border-width-thin);
  background-color: var(--primary);
  box-shadow: 0 0 0.6rem color-mix(in srgb, var(--primary) 45%, transparent);
  pointer-events: none;
  transform: scaleY(var(--pr-core-values-line-progress));
  transform-origin: top center;
  will-change: transform;
  z-index: 1;
}

@media (max-width: 767px) {
  body.page-id-487 #pr-core-values-intro::before {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-id-487 #pr-core-values {
    --pr-core-values-line-progress: 1;
  }

  body.page-id-487 #pr-core-values-intro::before {
    will-change: auto;
  }
}
