/* Homepage funnel refinement: Websites and Plugins are the two primary offers. */
.journey-preview .journey-scene-build .chapter-art {
  opacity: 0.62;
}

.journey-preview .journey-instrument-build {
  grid-template-columns: 0.64fr 1.36fr;
}

.journey-preview .journey-instrument-build .journey-open-copy {
  max-width: 530px;
}

.journey-preview .build-instruments {
  right: 0;
  bottom: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(1040px, 76vw);
}

.journey-preview .build-instrument-primary {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  grid-template-rows: auto auto 1fr;
  column-gap: 20px;
  min-height: 238px;
  padding: 12px 20px 18px 12px;
  overflow: hidden;
}

.journey-preview .build-instrument-primary img {
  grid-row: 1 / 4;
  width: 100%;
  height: 100%;
  min-height: 208px;
  object-fit: cover;
}

.journey-preview .build-instrument-web img {
  object-position: 59% center;
}

.journey-preview .build-instrument-plugin img {
  object-position: 47% center;
}

.journey-preview .build-instrument-primary .instrument-code {
  align-self: end;
  margin: 18px 0 26px;
}

.journey-preview .build-instrument-primary strong {
  font-size: clamp(28px, 2.7vw, 42px);
}

.journey-preview .build-instrument-support {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.42fr 0.72fr 1fr;
  gap: 24px;
  align-items: center;
  min-height: 68px;
  padding: 13px 20px;
}

.journey-preview .build-instrument-support .instrument-code,
.journey-preview .build-instrument-support strong,
.journey-preview .build-instrument-support i {
  margin: 0;
}

.journey-preview .build-instrument-support strong {
  font-size: 22px;
}

.home-primary-offers > a {
  isolation: isolate;
  min-height: 680px;
  overflow: hidden;
}

.home-primary-offers > a::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(3, 13, 21, 0.04) 12%, rgba(3, 13, 21, 0.94) 66%);
}

.home-primary-offers .home-offer-art {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.74;
  transition: transform 700ms var(--ease), opacity 400ms ease;
}

.home-primary-offers > a:first-child .home-offer-art {
  object-position: 58% center;
}

.home-primary-offers > a:last-child .home-offer-art {
  object-position: 48% center;
}

.home-primary-offers > a:hover {
  color: var(--v2-ivory);
  background: transparent;
}

.home-primary-offers > a:hover .home-offer-art {
  opacity: 0.9;
  transform: scale(1.025);
}

.home-primary-offers > a:hover span,
.home-primary-offers > a:hover p {
  color: inherit;
}

.home-primary-offers span,
.home-primary-offers h2,
.home-primary-offers p,
.home-primary-offers > a > i {
  position: relative;
  z-index: 1;
}

.home-primary-offers span {
  margin-bottom: clamp(220px, 24vw, 340px);
}

.home-primary-offers h2 {
  max-width: 700px;
}

@media (max-width: 760px) {
  .journey-preview .journey-instrument-build .journey-open-copy {
    padding-bottom: 490px;
  }

  .journey-preview .build-instruments {
    grid-template-columns: 1fr 1fr;
  }

  .journey-preview .build-instrument-primary {
    display: block;
    min-height: 190px;
    padding: 10px;
  }

  .journey-preview .build-instrument-primary img {
    width: 100%;
    height: 104px;
    min-height: 0;
    margin-bottom: 10px;
  }

  .journey-preview .build-instrument-primary .instrument-code {
    margin: 0 0 5px;
  }

  .journey-preview .build-instrument-primary strong {
    font-size: 20px;
  }

  .journey-preview .build-instrument-support {
    grid-template-columns: 1fr;
    gap: 3px;
    min-height: 76px;
  }

  .journey-preview .build-instrument-support i {
    display: none;
  }

  .home-primary-offers > a {
    min-height: 560px;
  }

  .home-primary-offers span {
    margin-bottom: 230px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-primary-offers .home-offer-art {
    transition: none;
  }
}
