/* Match the project hero typography to the homepage without changing its layout. */
.lp-project-builder-hero__content .lp-hero__title h1,
.lp-project-builder-hero__content .lp-hero__title + .lp-home-heading__line h1 {
  font-family: var(--lp-sans) !important;
  font-size: clamp(3.5rem, 7vw, 5.25rem) !important;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.lp-project-builder-hero__content .lp-hero__title + .lp-home-heading__line h1 {
  color: #e0c391 !important;
  font-style: italic;
  font-weight: 500;
}

.lp-project-builder-hero__content .lp-eyebrow {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.5;
}

.lp-project-builder-hero__content .lp-hero__lead {
  font-size: 1.125rem;
  line-height: 1.65;
}

@media (max-width: 549px) {
  .lp-project-builder-hero__content .lp-hero__title h1,
  .lp-project-builder-hero__content .lp-hero__title + .lp-home-heading__line h1 {
    font-size: 2.75rem !important;
    line-height: 1.03;
  }

  .lp-project-builder-hero__content .lp-hero__lead {
    font-size: 1rem;
    line-height: 1.55;
  }
}
