.bc-motion-services,
.bc-motion-results {
  --bc-motion-ink: #061218;
  --bc-motion-paper: #f0f5f9;
  --bc-motion-muted-dark: rgba(240, 245, 249, 0.58);
  --bc-motion-rule-dark: rgba(240, 245, 249, 0.13);
  font-family: Inter, Arial, sans-serif;
}

.bc-motion-services *,
.bc-motion-results * {
  box-sizing: border-box;
}

.bc-motion-services {
  position: relative;
  z-index: 2;
  min-height: 1020px;
  padding: 18px 32px 78px;
  overflow: clip;
  background: var(--bc-motion-ink);
  color: var(--bc-motion-paper);
}

.bc-motion-section-label {
  margin: 0;
  color: rgba(240, 245, 249, 0.68);
  font-family: "Courier New", monospace;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.bc-motion-services-heading-clip {
  margin-top: 30px;
  overflow: hidden;
}

.bc-motion-services-heading-clip h2 {
  margin: 0;
  color: var(--bc-motion-paper);
  font-family: "Stack Sans Headline", Inter, Arial, sans-serif;
  font-size: 14.2vw;
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateY(0);
  transform-origin: left center;
  transition: transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}

.bc-motion-ready .bc-motion-services-heading-clip h2 {
  transform: translateY(110%);
}

.bc-motion-ready .bc-motion-services.bc-motion-visible .bc-motion-services-heading-clip h2 {
  transform: translateY(0);
}

.bc-motion-service-list {
  position: relative;
  margin-top: clamp(116px, 13.5vw, 198px);
  overflow: clip;
  border-bottom: 1px solid var(--bc-motion-rule-dark);
}

.bc-motion-service-row {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 320px;
  align-items: center;
  min-height: 126px;
  border-top: 1px solid var(--bc-motion-rule-dark);
  color: var(--bc-motion-paper);
  text-decoration: none;
  isolation: isolate;
}

.bc-motion-service-row:first-child {
  border-top: 0;
}

.bc-motion-service-row:focus-visible,
.bc-motion-result-card:focus-visible {
  outline: 2px solid #de322d;
  outline-offset: -2px;
}

.bc-motion-service-number {
  align-self: start;
  padding-top: 29px;
  color: var(--bc-motion-muted-dark);
  font-family: "Courier New", monospace;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.bc-motion-number-mobile,
.bc-motion-name-mobile,
.bc-motion-copy-mobile {
  display: none;
}

.bc-motion-service-name {
  padding-left: 31px;
  color: var(--bc-motion-paper);
  font-family: "Stack Sans Headline", Inter, Arial, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.bc-motion-service-description {
  width: 100%;
  padding-right: 3px;
  color: var(--bc-motion-muted-dark);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.bc-motion-service-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 240px;
  height: 200px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0.92);
  transition:
    opacity 160ms ease,
    transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: left, top, transform;
}

.bc-motion-service-cursor.bc-motion-cursor-visible {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.bc-motion-service-cursor img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.bc-motion-reveal {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 700ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.bc-motion-ready .bc-motion-reveal {
  opacity: 0;
  transform: translateY(24px);
}

.bc-motion-ready .bc-motion-reveal.bc-motion-visible {
  opacity: 1;
  transform: translateY(0);
}

.bc-motion-service-row:nth-child(2) {
  transition-delay: 70ms;
}

.bc-motion-service-row:nth-child(3) {
  transition-delay: 140ms;
}

.bc-motion-service-row:nth-child(4) {
  transition-delay: 210ms;
}

.bc-motion-results {
  position: relative;
  z-index: 1;
  height: 452vh;
  min-height: 4068px;
  overflow: clip;
  background: var(--bc-motion-paper);
  color: var(--bc-motion-ink);
}

.bc-motion-results-sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  height: 100vh;
  padding: 0 32px;
}

.bc-motion-results-sticky h2 {
  display: flex;
  justify-content: center;
  gap: 0.2em;
  width: 100%;
  margin: 0;
  color: rgba(6, 18, 24, 0.18);
  font-family: "Stack Sans Headline", Inter, Arial, sans-serif;
  font-size: 10.9vw;
  font-weight: 400;
  line-height: 0.815;
  letter-spacing: -0.063em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: scaleX(0.935);
  transform-origin: left center;
}

.bc-motion-result-cards {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.bc-motion-result-card {
  position: absolute;
  display: block;
  width: 520px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  background: #f2f2f0;
  color: var(--bc-motion-ink);
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(6, 18, 24, 0.025);
}

.bc-motion-result-card-better-money {
  top: 112vh;
  left: 50%;
  transform: translateX(-50%);
}

.bc-motion-result-card-sba {
  top: 184vh;
  right: 8%;
}

.bc-motion-result-card-merrill {
  top: 211vh;
  left: 8%;
}

.bc-motion-result-card-apiture {
  top: 283vh;
  left: 50%;
  transform: translateX(-50%);
}

.bc-motion-result-card-canapi {
  top: 340vh;
  right: 8%;
}

.bc-motion-result-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.bc-motion-result-card:hover .bc-motion-result-image {
  transform: scale(1.018);
}

.bc-motion-result-badge {
  position: absolute;
  bottom: 18px;
  left: 18px;
  max-width: calc(100% - 36px);
  padding: 8px 12px;
  border-radius: 999px;
  background: #232323;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
}

@media screen and (max-width: 991px) {
  .bc-motion-service-row {
    grid-template-columns: 56px minmax(0, 1fr) 270px;
  }

  .bc-motion-service-name {
    padding-left: 22px;
    font-size: 5.2vw;
  }

  .bc-motion-service-description {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .bc-motion-services {
    min-height: 842px;
    padding: 57px 19px 98px;
  }

  .bc-motion-section-label {
    font-size: 16px;
    line-height: 1.3;
  }

  .bc-motion-services-heading-clip {
    margin-top: 18px;
  }

  .bc-motion-services-heading-clip h2 {
    max-width: 100%;
    font-size: clamp(58px, 16.4vw, 66px);
    line-height: 1.18;
    letter-spacing: -0.055em;
    white-space: normal;
  }

  .bc-motion-service-list {
    margin-top: 28px;
  }

  .bc-motion-service-row {
    grid-template-columns: 22px 121px minmax(0, 1fr);
    column-gap: 6px;
    min-height: 81px;
  }

  .bc-motion-service-number {
    align-self: center;
    padding-top: 0;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .bc-motion-number-desktop,
  .bc-motion-name-desktop,
  .bc-motion-copy-desktop,
  .bc-motion-service-cursor {
    display: none;
  }

  .bc-motion-number-mobile,
  .bc-motion-name-mobile,
  .bc-motion-copy-mobile {
    display: inline;
  }

  .bc-motion-service-name {
    padding-left: 8px;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.035em;
  }

  .bc-motion-service-description {
    padding-right: 0;
    font-size: 14px;
    line-height: 1.2;
  }

  .bc-motion-results {
    height: 422vh;
    min-height: 3564px;
  }

  .bc-motion-results-sticky {
    padding: 0 20px;
  }

  .bc-motion-results-sticky h2 {
    display: block;
    color: rgba(6, 18, 24, 0.17);
    font-size: 12.7vw;
    line-height: 1.48;
    letter-spacing: -0.055em;
    white-space: normal;
    transform: none;
  }

  .bc-motion-results-sticky h2 span {
    display: block;
  }

  .bc-motion-result-card {
    right: auto;
    left: 19px;
    width: calc(100% - 38px);
    height: auto;
    aspect-ratio: 16 / 9;
    transform: none;
  }

  .bc-motion-result-card-better-money {
    top: 111vh;
  }

  .bc-motion-result-card-sba {
    top: 151vh;
  }

  .bc-motion-result-card-merrill {
    top: 191vh;
  }

  .bc-motion-result-card-apiture {
    top: 231vh;
  }

  .bc-motion-result-card-canapi {
    top: 271vh;
  }

  .bc-motion-result-badge {
    bottom: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
    padding: 6px 9px;
    font-size: 10px;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bc-motion-services-heading-clip h2,
  .bc-motion-reveal,
  .bc-motion-service-cursor,
  .bc-motion-result-image {
    transition: none;
  }

  .bc-motion-services-heading-clip h2,
  .bc-motion-reveal {
    opacity: 1;
    transform: none;
  }

  .bc-motion-service-cursor {
    display: none;
  }
}
