/* Keep the opening deck cinematic: cards start above the copy and reveal it while scrolling. */
.hero-ctaimages .wrapper {
  z-index: 2;
}

.hero-ctaimages .b-ctaimages__images,
.hero-ctaimages .b-ctaimages__images:first-of-type,
.hero-ctaimages .b-ctaimages__images:last-of-type {
  z-index: 6;
  opacity: 1;
}

.hero-ctaimages .b-ctaimages__image {
  opacity: 1;
}

/* Final intake polish: keep the dark conversion blocks calmer, lighter and away from the edge. */
.project-intake {
  padding-inline: clamp(1.75rem, 5vw, 5rem);
}

.project-intake__shell {
  width: min(1320px, 100%);
  max-width: 1320px;
  gap: clamp(2.5rem, 5.4vw, 6.5rem);
}

.project-intake__copy {
  gap: clamp(0.8rem, 1.2vw, 1.15rem);
  padding-inline-start: clamp(0.4rem, 1.2vw, 1.25rem);
}

.project-intake h2 {
  font-weight: 720;
  letter-spacing: -0.038em;
}

.project-intake__copy > p:not(.section-label):not(.project-intake__reassurance) {
  max-width: 37rem;
  color: rgba(255, 248, 231, 0.74);
  font-size: clamp(0.96rem, 1.04vw, 1.12rem);
  font-weight: 620;
  letter-spacing: -0.006em;
  line-height: 1.26;
}

.project-intake__checks {
  gap: 0.62rem;
  margin-top: 0.15rem;
  margin-bottom: 0.25rem;
}

.project-intake__checks span {
  min-height: 34px;
  padding: 0 0.9rem;
  background: rgba(255, 248, 231, 0.045);
  color: rgba(255, 248, 231, 0.78);
  font-size: 0.76rem;
  font-weight: 640;
  letter-spacing: 0;
}

.project-intake__reassurance {
  max-width: 36rem;
  border-color: rgba(183, 255, 74, 0.42);
  padding: 0.7rem 0.9rem;
  background: rgba(183, 255, 74, 0.09);
  color: rgba(255, 248, 231, 0.82);
  font-size: clamp(0.88rem, 0.95vw, 1.02rem);
  line-height: 1.24;
}

.project-intake__copy > p.project-intake__reassurance {
  max-width: 36rem;
  font-size: clamp(0.88rem, 0.95vw, 1.02rem);
  font-weight: 620;
  line-height: 1.24;
}

.project-intake__chat {
  min-height: 38px;
  padding-inline: 1rem;
  font-size: 0.78rem;
  font-weight: 760;
}

@media (max-width: 980px) {
  .project-intake {
    padding-inline: clamp(1.25rem, 4.8vw, 2.5rem);
  }

  .project-intake__copy {
    padding-inline-start: 0;
  }
}

@media (max-width: 760px) {
  .project-intake {
    padding-inline: 1.1rem;
  }

  .project-intake__copy > p:not(.section-label):not(.project-intake__reassurance) {
    font-size: 1rem;
    line-height: 1.24;
  }

  .project-intake__checks span {
    min-height: 34px;
    font-size: 0.75rem;
  }
}
