.direct-engagement-stack {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}

.direct-engagement-stack .direct-invitation-card {
  grid-column: auto;
  grid-row: auto;
  width: 100%;
}

.founder-story {
  border-top: 2px solid rgba(17, 66, 48, .7);
  padding: 30px 5px 8px;
  color: #123f30;
}

.founder-story-label {
  margin: 0 0 12px;
  color: #a94722;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.founder-story h3 {
  max-width: 600px;
  margin: 0 0 14px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 500;
  line-height: 1.08;
}

.founder-story > p:not(.founder-story-label) {
  max-width: 660px;
  margin: 0 0 22px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.06rem;
  line-height: 1.72;
}

.founder-story-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1.5px solid #164b39;
  padding: 13px 18px;
  color: #123f30;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

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

.founder-story small {
  display: block;
  max-width: 570px;
  margin-top: 15px;
  color: rgba(18, 63, 48, .76);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: .85rem;
  font-style: italic;
  line-height: 1.5;
}

.vision-menu-story {
  position: relative;
  margin-top: 4px;
  padding-top: 18px !important;
}

.vision-menu-story::before {
  position: absolute;
  top: 7px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(22, 75, 57, .16);
  content: '';
}

.vision-menu-story::after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 9px;
  border-radius: 50%;
  background: #c65b31;
  content: '';
  vertical-align: middle;
}

@media (max-width: 900px) {
  .direct-engagement-stack {
    grid-column: 1;
    grid-row: 2;
  }
}

@media (max-width: 560px) {
  .founder-story {
    padding-right: 0;
    padding-left: 0;
  }

  .founder-story-link {
    justify-content: space-between;
    width: 100%;
  }
}
