@media (min-width: 1181px) {
  body.page-story.story-values-refresh-ready #story .story-journey-underlay::before {
    background:
      linear-gradient(180deg, rgba(6, 8, 10, 0.46) 0%, rgba(6, 8, 10, 0.62) 100%),
      linear-gradient(90deg, rgba(6, 8, 10, 0.28) 0%, rgba(6, 8, 10, 0.34) 52%, rgba(6, 8, 10, 0.3) 100%);
  }

  body.page-story.story-values-refresh-ready .story-journey {
    --story-values-track-y: 0px;
  }

  body.page-story.story-values-refresh-ready .story-journey-underlay .story-values-grid {
    height: clamp(420px, 52vh, 620px);
    min-height: clamp(420px, 52vh, 620px);
    overflow: hidden;
  }

  body.page-story.story-values-refresh-ready .story-journey-underlay .story-values-track {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: clamp(112px, 14vh, 180px);
    transform: translate3d(0, var(--story-values-track-y), 0);
    will-change: transform;
  }

  body.page-story.story-values-refresh-ready .story-journey-underlay .story-value {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: clamp(280px, 34vh, 390px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    text-align: center;
    pointer-events: none;
  }

  body.page-story.story-values-refresh-ready .story-journey-underlay .story-value::before,
  body.page-story.story-values-refresh-ready .story-journey-underlay .story-value::after {
    content: none !important;
    display: none !important;
  }

  body.page-story.story-values-refresh-ready .story-journey-underlay .story-value-copy,
  body.page-story.story-values-refresh-ready
    .story-journey-underlay
    .story-value--team-intro
    .story-value-copy {
    position: relative;
    z-index: 1;
    transform: none !important;
    opacity: 1 !important;
    width: min(980px, 100%);
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  body.page-story.story-values-refresh-ready
    .story-journey-underlay
    .story-value--team-intro
    .story-value-copy {
    width: min(1120px, 100%);
    text-align: center;
  }

  body.page-story.story-values-refresh-ready
    .story-journey-underlay
    .story-value:not(.story-value--team-intro)
    .story-value-copy {
    text-align: center;
  }

  body.page-story.story-values-refresh-ready .story-journey-underlay .story-value p {
    margin-left: auto;
    margin-right: auto;
  }
}
