/*
 * Founder photo for homepage section (John Patton)
 * Replace with real photo if available.
 */

.founder-photo {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 18px rgba(17, 37, 62, 0.13);
  margin-bottom: 1.1rem;
  border: 3px solid #f6b73c;
  background: #fff;
}

.founder-message {
  font-size: 1.08rem;
  color: #eaf4ff;
  background: rgba(15, 39, 66, 0.13);
  border-left: 4px solid #f6b73c;
  padding: 1.1rem 1.2rem 1.1rem 1.5rem;
  border-radius: 0.7rem;
  margin-bottom: 1.2rem;
  font-style: italic;
}

.founder-signature {
  color: #ffe7a7;
  font-weight: 700;
  font-size: 1.02rem;
  margin-bottom: 0.2rem;
  display: block;
}
