.manifest-founder-section,
.manifest-content-section,
.manifest-belief-section,
.manifest-cta-section {
  padding: 80px 20px;
}

.manifest-founder-section,
.manifest-belief-section,
.manifest-cta-section {
  background: #ffffff;
}

.manifest-content-section {
  background: #f3f7ee;
}

.manifest-shell {
  max-width: 1200px;
  margin: 0 auto;
}

.manifest-founder-card,
.manifest-content-card,
.manifest-cta-card {
  padding: 25px;
  border: 1px solid rgba(57, 77, 51, 0.1);
  border-radius: 28px;
  background: #ffffff;
}

.manifest-founder-card {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

.manifest-founder-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
  background: #eef4e6;
}

.manifest-founder-photo span {
  color: #6e7c68;
  font-size: 16px;
  font-weight: 600;
}

.manifest-founder-photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.manifest-founder-copy h2,
.manifest-heading h2,
.manifest-cta-card h2 {
  margin: 0 0 16px;
  color: #394d33;
  font-size: 38px;
  line-height: 1.15;
}

.manifest-founder-copy p,
.manifest-cta-card p {
  margin: 0;
  color: #596755;
  font-size: 16px;
  line-height: 1.8;
}

.manifest-lines p {
  margin: 0 0 18px;
  color: #394d33;
  font-size: 27px;
  line-height: 1.25;
  text-align: center;
}

.manifest-lines p:last-child {
  margin-bottom: 0;
}

.manifest-heading {
  max-width: 700px;
  margin: 0 auto 34px;
  text-align: center;
}

.manifest-belief-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.manifest-belief-card {
  padding: 28px;
  border: 1px solid rgba(57, 77, 51, 0.1);
  border-radius: 24px;
  background: #f4f8ee;
  text-align: center;
}

.manifest-belief-card h3 {
  margin: 0;
  color: #394d33;
  font-size: 24px;
  line-height: 1.4;
}



.manifest-cta-card {
  text-align: center;
  background: linear-gradient(135deg, #eef5e3 0%, #ffffff 100%);
}

.manifest-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 14px 28px;
  border-radius: 999px;
  background: #3f5f32;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.manifest-cta-button:hover,
.manifest-cta-button:focus {
  background: #314c28;
  color: #ffffff;
  transform: translateY(-1px);
  text-decoration: none;
}

@media (max-width: 991px) {
  .manifest-founder-section,
  .manifest-content-section,
  .manifest-belief-section,
  .manifest-cta-section {
    padding: 64px 20px;
  }

  .manifest-founder-card,
  .manifest-belief-grid {
    grid-template-columns: 1fr;
  }

  .manifest-founder-copy h2,
  .manifest-heading h2,
  .manifest-cta-card h2 {
    font-size: 32px;
  }

  .manifest-lines p {
    font-size: 28px;
  }

}

@media (max-width: 767px) {
  .manifest-founder-card,
  .manifest-content-card,
  .manifest-cta-card,
  .manifest-belief-card {
    padding: 24px;
    border-radius: 22px;
  }

  .manifest-founder-photo {
    min-height: 260px;
    border-radius: 20px;
  }

  .manifest-founder-photo img {
    min-height: 260px;
  }

  .manifest-founder-copy h2,
  .manifest-heading h2,
  .manifest-cta-card h2 {
    font-size: 27px;
  }

  .manifest-lines p {
    font-size: 22px;
  }


  .manifest-belief-card h3 {
    font-size: 21px;
  }
}
