.projection {
  padding-block: 88px;
  background: #eee5d8;
  scroll-margin-top: 20px;
}

.projectionGrid {
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  gap: 64px;
  align-items: start;
}

.projectionIntro {
  position: sticky;
  top: 38px;
}

.projectionIntro h2 {
  font-size: clamp(2.8rem, 4.7vw, 4.6rem);
}

.projectionIntro > p:not(.eyebrow) {
  margin: 28px 0 0;
  color: #5d6568;
  font-size: 1rem;
  line-height: 1.8;
}

.reviewIncludes {
  display: grid;
  gap: 13px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.reviewIncludes li {
  position: relative;
  display: grid;
  min-height: 30px;
  align-items: center;
  padding-left: 28px;
  color: #354044;
  font-size: .86rem;
  font-weight: 700;
}

.reviewIncludes li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 14px;
  height: 2px;
  background: #a95743;
}

.projectionIntro .projectionNote {
  margin-top: 28px;
  padding-top: 19px;
  border-top: 1px solid #d0c2ad;
  color: #7a7770;
  font-size: .74rem;
}

.formConsent {
  margin: 18px 2px 0;
  color: #777a7b;
  font-size: .62rem;
  line-height: 1.62;
}

.formConsent a {
  color: #874333;
  text-underline-offset: 2px;
}

.projectionWidget {
  min-width: 0;
  max-width: 100%;
  min-height: 560px;
  overflow-x: hidden;
  overflow-anchor: none;
  padding: 28px;
  background: #fff;
  border: 1px solid #d7ccbb;
  box-shadow: 0 24px 70px rgba(31, 40, 44, .12);
}

.widgetPrompt {
  margin: -2px 0 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e4dbcd;
}

.widgetPrompt strong {
  color: #20292d;
  font: 600 1.6rem/1.15 'Cormorant Garamond', serif;
}

.transitionOffer {
  margin: 22px 2px 0;
  padding: 16px 18px;
  border-left: 3px solid #c8a36b;
  background: #f5efe5;
  color: #5f6465;
  font-size: .72rem;
  line-height: 1.6;
}

.transitionOffer strong { color: #20292d; }

#pl-lead-form {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 500px;
}

#pl-lead-form > *,
.projectionWidget iframe,
.bookingWidget iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

@media (max-width: 820px) {
  .projection {
    padding-block: 64px;
  }

  .projectionGrid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .projectionIntro {
    position: static;
  }

  .projectionWidget {
    min-height: 520px;
    padding: 20px;
  }

}

@media (max-width: 500px) {
  .projectionWidget {
    padding: 12px;
  }
}
