.founder-photo-placeholder {
  aspect-ratio: 4/5;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #2f9683, #0f3d3a);
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
  padding: 2rem;
  font-size: 0.9rem;
}

.founder-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c17f2a;
  background: #fbedd6;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
}

.founder-quote {
  background: #0a2e2c;
  border-radius: 1.75rem;
  padding: 2.5rem 2.5rem;
  text-align: center;
  max-width: 42rem;
  margin: 0 auto;
}
.founder-quote p {
  font-family: 'Fraunces', serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.founder-quote span {
  color: #93d3c4;
  font-size: 0.9rem;
  font-weight: 600;
}
