

.direct-invitation-card > small {
  display: block;
  margin-top: 22px;
  color: #fff;
  font-size: clamp(15px, 1.3vw, 20px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .025em;
  text-transform: none;
}

.direct-social-identities {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(20px, 4vw, 54px);
  box-sizing: border-box;
  width: 100%;
  padding: 2px clamp(8px, 2vw, 24px) 0;
  white-space: nowrap;
}

.direct-social-identities span {
  min-width: 0;
  justify-self: center;
}

.direct-call-heading span {
  display: block;
}

.book-story-context {
  border-top: 2px solid rgba(22, 58, 46, .45);
  padding: 28px 0 8px;
}

.book-story-context h3 {
  margin: 8px 0 0;
}

.book-story-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px 0;
}

.book-story-copy p {
  max-width: 670px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.62;
}

.footer-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  text-align: center;
}

.footer-message > p {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.38;
  text-wrap: balance;
}

.footer-message .footer-related {
  width: fit-content;
  margin: 26px auto 0;
  text-align: center;
}

.footer-meta {
  grid-template-columns: minmax(220px, 1fr) auto auto auto;
  column-gap: clamp(24px, 4vw, 70px);
}

.footer-meta > * {
  align-self: center;
  margin: 0;
  white-space: nowrap;
}

.footer-meta > :first-child {
  justify-self: start;
}

.footer-meta > :not(:first-child) {
  justify-self: center;
}

.footer-meta .consent-settings-link {
  justify-self: end;
}

@media (min-width: 901px) {
  .direct-engagement-stack,
  .follow-engagement-stack {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    height: 100%;
  }

  .founder-story,
  .book-story-context {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  .founder-story-copy,
  .book-story-copy {
    flex: 0 0 auto;
    justify-content: flex-start;
    gap: 22px;
  }

  .founder-story .engagement-end-cap,
  .book-end-cap {
    display: grid;
    grid-template-rows: minmax(76px, auto) 60px 44px;
    align-content: end;
    min-height: 180px;
    margin-top: auto;
    padding-top: 0;
  }

  .founder-story .end-cap-intro,
  .book-end-cap .end-cap-intro {
    align-self: end;
    margin: 0 0 18px !important;
  }

  .founder-story .founder-story-link,
  .book-end-cap .founder-story-link {
    align-self: stretch;
    height: 60px;
    margin: 0 !important;
  }
}


.engagement-form iframe {
  height: 585px;
}


@media (min-width: 961px) {
  .identity-value {
    box-sizing: border-box;
    min-height: 174px;
  }
}

.foundation-now-heading {
  max-width: 1080px;
}

.foundation-now-heading > p:last-child {
  max-width: 1040px;
  text-wrap: balance;
}


.needs-grid .needs-future {
  position: relative;
  background: linear-gradient(145deg, rgba(232, 196, 114, .09), rgba(23, 63, 72, .025));
  border-right-style: dashed;
  border-bottom-style: dashed;
}

.needs-grid .needs-future::after {
  content: "+";
  position: absolute;
  right: 28px;
  bottom: 10px;
  color: rgba(166, 95, 61, .08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8rem;
  line-height: 1;
  pointer-events: none;
}

.needs-grid .needs-future > span {
  border-style: dashed;
  background: rgba(255, 250, 240, .62);
  font-size: 25px;
}

.future-care-path .future-horizon {
  position: relative;
  background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(239, 201, 121, .035));
  border-style: dashed;
  border-top: 4px dashed rgba(239, 201, 121, .58);
  box-shadow: none;
}

.future-care-path .future-plus {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 18px;
  color: #efc979;
  border: 1px dashed rgba(239, 201, 121, .66);
  border-radius: 50%;
  font: 300 30px/1 Arial, sans-serif;
}

.future-care-path .future-horizon h3,
.future-care-path .future-horizon p {
  opacity: .86;
}


.domain-possibility-field {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  width: min(280px, 100%);
  margin-top: 25px;
  padding-top: 22px;
  border-top: 1px solid #e2d3b8;
}

.domain-possibility-field > div {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 10px;
  color: #214a38;
  background: rgba(33, 74, 56, .035);
  border: 1px solid rgba(33, 74, 56, .13);
}

.domain-possibility-field .site-icon {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  color: #b65a31;
}

.domain-possibility-field small {
  font: 800 9px/1.2 Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.domain-possibility-field > i {
  position: absolute;
  top: calc(50% + 11px);
  left: 50%;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: #fffaf0;
  background: #e66c00;
  border: 3px solid #fffaf0;
  border-radius: 50%;
  font: normal 700 18px/1 Arial, sans-serif;
  transform: translate(-50%, -50%);
}

@media (max-width: 900px) {
  .engagement-form iframe {
    height: 620px;
  }
  .footer-message {
    align-items: flex-start;
    text-align: left;
  }

  .footer-message .footer-related {
    margin-left: 0;
  }

  .footer-meta {
    grid-template-columns: 1fr auto;
    gap: 18px 28px;
  }

  .footer-meta > :not(:first-child),
  .footer-meta .consent-settings-link {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .direct-invitation-card > small {
    font-size: 14px;
  }

  .direct-social-identities {
    gap: 20px;
    padding-inline: 0;
  }

  .engagement-form iframe {
    height: 680px;
  }

  .footer-meta {
    grid-template-columns: 1fr;
  }
}
