/* Quick-Step manufacturer prototype. Extends the approved manufacturer system. */
.quick-step-page {
  --qs-black: #111113;
  --qs-red: #ed1c24;
  --qs-blue: #134395;
  --qs-pink: #ec008c;
  --qs-warm: #f5f2ee;
}

.quick-step-page .hero__image > img {
  object-position: 62% 54%;
}

.quick-step-page .hero__image::before {
  background:
    linear-gradient(90deg, rgba(4, 4, 5, 0.97) 0%, rgba(4, 4, 5, 0.84) 31%, rgba(4, 4, 5, 0.26) 63%, rgba(4, 4, 5, 0.1) 100%),
    linear-gradient(0deg, rgba(4, 4, 5, 0.5) 0%, transparent 44%);
}

.quick-step-page .hero__brand-row {
  display: grid;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 20px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

.quick-step-page .hero__brand-row .overline {
  margin: 0;
}

.quick-step-logo {
  display: inline-flex;
  width: clamp(145px, 12vw, 190px);
  min-height: 62px;
  padding: 13px 18px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(9px);
}

.quick-step-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.quick-step-page .hero__copy h1 span {
  color: #fff;
  text-shadow: 0 0 30px rgba(237, 28, 36, 0.2);
}

.quick-step-page .material-switch__tab.is-active {
  border-color: rgba(16, 16, 18, 0.38);
  background: linear-gradient(105deg, #fff 0%, #f8f6f3 48%, #fff 100%);
  box-shadow: 0 8px 0 -5px #111113, 0 18px 28px -14px rgba(12, 12, 14, 0.48), inset 0 0 0 1px #fff;
}

.quick-step-page .material-switch__tab.is-active::after {
  content: "✓";
  border-color: rgba(237, 28, 36, 0.45);
  background: #111113;
  color: #ff3038;
}

.quick-step-page .material-switch__tab:not(.is-active)::after {
  content: "→";
}

.quick-step-page .decor-gallery {
  min-height: 640px;
  background: #b4936c;
}

.quick-step-page .decor-gallery > picture > img {
  object-fit: cover;
  object-position: center;
}

.quick-step-page .technical-whisper span::before {
  content: "✓";
  color: var(--qs-red);
}

.quick-step-quote {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: #0d0d0f;
  color: #fff;
}

.quick-step-quote__image {
  position: absolute;
  inset: 0;
}

.quick-step-quote__image::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, #0d0d0f 0%, rgba(13, 13, 15, 0.92) 33%, rgba(13, 13, 15, 0.28) 65%, rgba(13, 13, 15, 0.06) 100%);
  content: "";
}

.quick-step-quote__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
}

.quick-step-quote__inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 590px;
  align-items: center;
}

.quick-step-quote__copy {
  width: min(620px, 56%);
  padding: 74px 0;
}

.quick-step-logo--light {
  margin-bottom: 28px;
}

.quick-step-quote__copy .overline {
  margin-bottom: 22px;
}

.quick-step-quote__copy h2 {
  max-width: 650px;
  margin: 0 0 23px;
  color: #fff;
  font-size: clamp(2.5rem, 4.8vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.quick-step-quote__copy > p {
  max-width: 590px;
  margin: 0 0 30px;
  color: #d2ccc7;
  font-size: 0.92rem;
  line-height: 1.75;
}

.quick-step-page .quick-step-closing .closing__background::after {
  background: linear-gradient(90deg, rgba(7, 7, 8, 0.98) 0%, rgba(7, 7, 8, 0.83) 38%, rgba(7, 7, 8, 0.18) 68%, rgba(7, 7, 8, 0.08) 100%);
}

@media (max-width: 760px) {
  .quick-step-page .hero__image > img {
    object-position: 66% center;
  }

  .quick-step-page .hero__image::before {
    background: linear-gradient(180deg, rgba(4, 4, 5, 0.96) 0%, rgba(4, 4, 5, 0.78) 54%, rgba(4, 4, 5, 0.38) 100%);
  }

  .quick-step-page .hero__brand-row {
    margin-bottom: 16px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .quick-step-logo {
    width: 132px;
    min-height: 48px;
    padding: 10px 13px;
    border-radius: 11px;
  }

  .quick-step-page .material-switch__tab {
    padding-right: 45px;
  }

  .quick-step-page .decor-gallery {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .quick-step-quote,
  .quick-step-quote__inner {
    min-height: 650px;
  }

  .quick-step-quote__image::before {
    background: linear-gradient(180deg, rgba(13, 13, 15, 0.97) 0%, rgba(13, 13, 15, 0.82) 53%, rgba(13, 13, 15, 0.36) 100%);
  }

  .quick-step-quote__image img {
    object-position: 61% center;
  }

  .quick-step-quote__inner {
    align-items: flex-start;
  }

  .quick-step-quote__copy {
    width: 100%;
    padding: 58px 0;
  }

  .quick-step-quote__copy h2 {
    max-width: 390px;
    font-size: clamp(2.4rem, 12vw, 3.5rem);
  }

  .quick-step-quote__copy > p {
    max-width: 370px;
    font-size: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .quick-step-page .material-switch__tab,
  .quick-step-page .decor-gallery img {
    transition: none;
  }
}
