.founder-section {
  --founder-paper: #f6f1ea;
  --founder-ink: #3a2c28;
  --founder-wood: #8b5e3c;
  --founder-champagne: #cbb49a;
  position: relative;
  overflow: hidden;
  background: var(--founder-paper);
  color: var(--founder-ink);
}

.founder-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 720px;
}

.founder-photo {
  position: relative;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #6f432a;
}

.founder-photo img {
  width: 200%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.founder-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(52px, 4.4vw, 70px) clamp(48px, 5vw, 80px) clamp(46px, 4vw, 64px);
  background:
    radial-gradient(circle at 82% 14%, rgba(203, 180, 154, .1), transparent 34%),
    var(--founder-paper);
}

.founder-eyebrow {
  margin: 0 0 15px;
  color: var(--founder-wood);
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .31em;
  text-transform: uppercase;
}

.founder-content h2 {
  max-width: 680px;
  margin: 0 0 18px;
  color: var(--founder-ink);
  font-family: var(--serif);
  font-size: clamp(3.5rem, 4.7vw, 5rem);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.035em;
}

.founder-bio {
  max-width: 680px;
}

.founder-bio p {
  margin: 0;
  color: #463b36;
  font-size: clamp(.94rem, 1.06vw, 1.05rem);
  line-height: 1.52;
}

.founder-bio p + p {
  margin-top: 14px;
}

.founder-quote {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--founder-wood);
  font-family: var(--serif);
  font-size: clamp(2rem, 2.45vw, 2.6rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.015em;
}

.founder-rule {
  width: 100%;
  height: 1px;
  margin: 26px 0 0;
  background: rgba(139, 94, 60, .45);
}

.founder-indicators {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.founder-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  gap: 12px;
  padding: 4px 17px;
  text-align: left;
}

.founder-indicator:first-child {
  justify-content: flex-start;
  padding-left: 0;
}

.founder-indicator:last-child {
  justify-content: flex-end;
  padding-right: 0;
}

.founder-indicator + .founder-indicator {
  border-left: 1px solid rgba(139, 94, 60, .34);
}

.founder-indicator svg {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--founder-wood);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.founder-indicator div {
  min-width: 0;
}

.founder-indicator strong {
  display: block;
  white-space: nowrap;
  color: var(--founder-ink);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 1.75vw, 1.9rem);
  font-weight: 500;
  line-height: .95;
}

.founder-indicator span {
  display: block;
  margin-top: 8px;
  white-space: nowrap;
  color: var(--founder-ink);
  font-size: clamp(.54rem, .59vw, .63rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .27em;
  text-transform: uppercase;
}

@media (max-width: 1320px) and (min-width: 901px) {
  .founder-indicator { gap: 8px; padding-inline: 10px; }
  .founder-indicator svg { flex-basis: 26px; width: 26px; height: 26px; }
  .founder-indicator span { font-size: .54rem; letter-spacing: .17em; }
}

@media (max-width: 1180px) and (min-width: 901px) {
  .founder-layout { min-height: 710px; }
  .founder-content { padding: 46px 38px 42px; }
  .founder-content h2 { font-size: clamp(3.35rem, 5vw, 4rem); }
  .founder-bio p { font-size: .93rem; line-height: 1.48; }
  .founder-bio p + p { margin-top: 11px; }
  .founder-quote { margin-top: 18px; font-size: clamp(1.9rem, 2.85vw, 2.25rem); }
  .founder-rule { margin-top: 21px; }
  .founder-indicators { margin-top: 17px; }
  .founder-indicator { gap: 8px; padding-inline: 10px; }
  .founder-indicator svg { flex-basis: 26px; width: 26px; height: 26px; }
  .founder-indicator span { letter-spacing: .18em; }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .founder-indicator { gap: 5px; padding-inline: 6px; }
  .founder-indicator svg { flex-basis: 23px; width: 23px; height: 23px; }
  .founder-indicator strong { font-size: 1.35rem; }
  .founder-indicator span { font-size: .48rem; letter-spacing: .1em; }
}

@media (max-width: 900px) {
  .founder-layout {
    display: block;
    min-height: 0;
  }

  .founder-photo {
    min-height: 0;
    aspect-ratio: 1.18 / 1;
  }

  .founder-photo img {
    width: 200%;
    height: 100%;
    object-position: left center;
  }

  .founder-content {
    padding: 54px clamp(28px, 7vw, 56px) 48px;
  }

  .founder-content h2 {
    max-width: 620px;
    font-size: clamp(3.35rem, 9vw, 4.8rem);
  }

  .founder-bio,
  .founder-quote {
    max-width: 660px;
  }

  .founder-bio p {
    font-size: 1rem;
  }

  .founder-quote {
    font-size: clamp(2rem, 5.3vw, 2.55rem);
  }
}

@media (max-width: 560px) {
  .founder-photo {
    aspect-ratio: 8 / 9;
  }

  .founder-content {
    padding: 40px 24px 38px;
  }

  .founder-eyebrow {
    margin-bottom: 12px;
    font-size: .65rem;
  }

  .founder-content h2 {
    margin-bottom: 17px;
    font-size: clamp(2.8rem, 13.5vw, 3.45rem);
    line-height: .94;
  }

  .founder-bio p {
    font-size: .93rem;
    line-height: 1.55;
  }

  .founder-bio p + p {
    margin-top: 13px;
  }

  .founder-quote {
    margin-top: 21px;
    font-size: clamp(1.85rem, 8.5vw, 2.18rem);
    line-height: 1.04;
  }

  .founder-rule {
    margin-top: 23px;
  }

  .founder-indicators {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 17px;
  }

  .founder-indicator {
    display: block;
    padding: 1px 8px;
    text-align: center;
  }

  .founder-indicator:first-child,
  .founder-indicator:last-child {
    padding-inline: 8px;
    text-align: center;
  }

  .founder-indicator svg {
    width: 24px;
    height: 24px;
    margin: 0 auto 8px;
  }

  .founder-indicator strong {
    font-size: clamp(1.2rem, 5.7vw, 1.45rem);
    white-space: normal;
  }

  .founder-indicator span {
    margin-top: 6px;
    font-size: clamp(.47rem, 1.8vw, .55rem);
    line-height: 1.35;
    letter-spacing: .14em;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .founder-section .reveal { transition: none !important; }
}
