
.mission-relationship {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: clamp(2rem, 4vw, 4rem);
  border-bottom: 0;
  background:
    radial-gradient(circle at 92% 20%, rgba(232, 200, 120, .16), transparent 27%),
    linear-gradient(135deg, #123f30 0%, #1b513e 64%, #256049 100%);
  padding-top: clamp(4.15rem, 6vw, 5.6rem);
  padding-bottom: clamp(4.15rem, 6vw, 5.6rem);
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, .1), inset 0 -1px rgba(0, 0, 0, .16);
}

.mission-relationship::after {
  position: absolute;
  z-index: -1;
  right: -115px;
  bottom: -230px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
  box-shadow: 0 0 0 62px rgba(255, 255, 255, .018), 0 0 0 124px rgba(255, 255, 255, .012);
  content: '';
}

.mission-relationship .relationship-mark.branded-mark {
  width: 68px;
  height: 68px;
  border: 1px solid rgba(241, 199, 115, .72);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}

.mission-relationship .relationship-mark.branded-mark .site-icon {
  color: #f1c773;
}

.mission-relationship .eyebrow {
  margin-bottom: 12px;
  color: #f1c773;
  font-size: .68rem;
  letter-spacing: .2em;
}

.mission-relationship h2 {
  max-width: 800px;
  margin-bottom: 15px;
  color: #fff;
  font-size: clamp(2rem, 3.6vw, 3.25rem);
  letter-spacing: -.03em;
}

.mission-relationship .relationship-copy > p:not(.eyebrow) {
  max-width: 820px;
  color: rgba(255, 255, 255, .82);
  font-size: .94rem;
  line-height: 1.72;
}

.mission-relationship .relationship-copy .relationship-expansion {
  margin-top: 13px;
  color: rgba(255, 255, 255, .68);
  font-size: .84rem;
}

.mission-relationship > a {
  position: relative;
  justify-content: space-between;
  min-width: 230px;
  border: 2px solid #f1c773;
  border-radius: 3px;
  background: #f1c773;
  color: #123f30;
  padding: 18px 21px;
  font-size: .75rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 11px 28px rgba(0, 0, 0, .2);
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.mission-relationship > a:hover,
.mission-relationship > a:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #123f30;
  transform: translateY(-3px);
  box-shadow: 0 15px 34px rgba(0, 0, 0, .27);
}

@media (max-width: 900px) {
  .mission-relationship {
    grid-template-columns: 68px 1fr;
  }

  .mission-relationship > a {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .mission-relationship {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .mission-relationship > a {
    grid-column: 1;
    width: 100%;
  }
}

.desert-copy > p.desert-need {
  max-width: 680px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .28);
  color: rgba(255, 255, 255, .82);
  font-size: .92rem;
  line-height: 1.72;
}

.desert-copy > p > strong {
  color: #fff;
  font-weight: 800;
}

.desert-copy > p.desert-personal {
  max-width: 680px;
  margin-top: 18px;
  padding-left: 18px;
  border-left: 2px solid rgba(255, 237, 190, .72);
  color: rgba(255, 255, 255, .9);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1rem;
  line-height: 1.7;
}

.mission-center > div {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.mission-center small {
  display: block;
  width: fit-content;
  margin: 13px auto 0;
  border-top: 1px solid rgba(23, 43, 35, .28);
  border-left: 0;
  padding: 9px 12px 0;
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 560px) {
  .mission-center > div {
    display: block;
  }

  .mission-center small {
    margin-top: 12px;
    padding-top: 9px;
  }
}

.center-founder-story {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  padding: clamp(4.75rem, 8vw, 7rem) max(7vw, 28px);
  border-top: 1px solid rgba(22, 75, 57, .15);
  background:
    radial-gradient(circle at 88% 18%, rgba(229, 184, 91, .18), transparent 27%),
    #f5efe2;
  color: #123f30;
}

.center-founder-story .eyebrow {
  margin-bottom: 16px;
  color: #a94722;
}

.center-founder-story h2 {
  max-width: 650px;
  margin: 0 0 20px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.35rem, 4.6vw, 4.1rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.center-founder-story > div:first-child > p:last-child {
  max-width: 700px;
  margin: 0;
  color: rgba(18, 63, 48, .75);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.06rem;
  line-height: 1.75;
}

.notice-copy .notice-status {
  margin-top: 10px;
}

.notice-copy .notice-status strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.center-founder-invitation {
  border-left: 2px solid rgba(169, 71, 34, .65);
  padding: 7px 0 7px 30px;
}

.center-founder-invitation p {
  margin: 0 0 22px;
  color: rgba(18, 63, 48, .76);
  font-size: .95rem;
  line-height: 1.65;
}

.center-founder-invitation a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1.5px solid #164b39;
  padding: 15px 18px;
  color: #123f30;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, transform .2s ease;
  min-width: 330px;
  white-space: nowrap;
}

.journey-steps {
  border-left: 1px solid var(--line);
}

.journey-steps li:last-child {
  border-right: 1px solid var(--line);
}

.center-founder-invitation a:hover,
.center-founder-invitation a:focus-visible {
  background: #123f30;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 820px) {
  .center-founder-story {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .center-founder-invitation {
    max-width: 650px;
  }
}

@media (max-width: 520px) {
  .center-founder-invitation {
    border-top: 2px solid rgba(169, 71, 34, .65);
    border-left: 0;
    padding: 24px 0 0;
  }

  .center-founder-invitation a {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .center-founder-invitation .founder-link-label {
    max-width: 150px;
    line-height: 1.35;
  }
}
