/* Founder */

.founder-section {
  position: relative;
  overflow: hidden;
  background-color: var(--navy);
  color: var(--white);
}

.founder-section::after {
  position: absolute;
  top: -150px;
  right: -100px;
  width: 430px;
  height: 430px;
  border: 80px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  content: "";
}

.founder-quote {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.quote-icon {
  margin-bottom: 24px;
  color: #dda8b5;
  font-size: 3rem;
}

.founder-quote blockquote {
  margin-bottom: 30px;
  color: var(--white);
  font-family: "Playfair Display", serif;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.55;
}

.founder-name {
  margin-bottom: 4px;
  font-weight: 700;
}

.founder-role {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
}
