.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, 49%) minmax(0, 51%);
  min-height: 680px;
}

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

.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
}

.founder-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 48px clamp(56px, 4.5vw, 72px) 44px;
  background:
    radial-gradient(circle at 82% 14%, rgba(203, 180, 154, .09), transparent 34%),
    var(--founder-paper);
}

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

.founder-content h2 {
  max-width: 690px;
  margin: 0 0 14px;
  color: var(--founder-ink);
  font-family: var(--serif);
  font-size: clamp(3.5rem, 4.2vw, 4.5rem);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.035em;
}

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

.founder-bio p {
  margin: 0;
  color: #463b36;
  font-size: clamp(.95rem, 1.04vw, 1.03rem);
  line-height: 1.45;
}

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

.founder-quote {
  max-width: 690px;
  margin: 16px 0 0;
  color: var(--founder-wood);
  font-family: var(--serif);
  font-size: clamp(1.9rem, 2.25vw, 2.25rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.015em;
}

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

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

.founder-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  gap: 9px;
  padding: 2px 13px;
  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, .3);
}

.founder-indicator svg {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  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.38rem, 1.55vw, 1.65rem);
  font-weight: 500;
  line-height: .95;
}

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

@media (max-width: 1320px) and (min-width: 901px) {
  .founder-content { padding-inline: 48px; }
  .founder-indicator { gap: 7px; padding-inline: 9px; }
  .founder-indicator svg { flex-basis: 24px; width: 24px; height: 24px; }
  .founder-indicator span { font-size: .51rem; letter-spacing: .14em; }
}

@media (max-width: 1180px) and (min-width: 901px) {
  .founder-layout {
    grid-template-columns: minmax(0, 48%) minmax(0, 52%);
    min-height: 680px;
  }

  .founder-content { padding: 38px 34px 34px; }
  .founder-eyebrow { margin-bottom: 8px; font-size: .63rem; }
  .founder-content h2 { margin-bottom: 12px; font-size: clamp(3.25rem, 5vw, 3.7rem); }
  .founder-bio p { font-size: .92rem; line-height: 1.43; }
  .founder-bio p + p { margin-top: 9px; }
  .founder-quote { margin-top: 14px; font-size: clamp(1.72rem, 2.65vw, 2rem); }
  .founder-rule { margin-top: 15px; }
  .founder-indicators { margin-top: 12px; }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .founder-indicator { gap: 4px; padding-inline: 5px; }
  .founder-indicator svg { flex-basis: 21px; width: 21px; height: 21px; }
  .founder-indicator strong { font-size: 1.25rem; }
  .founder-indicator span { font-size: .45rem; letter-spacing: .08em; }
}

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

  .founder-photo {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .founder-photo img {
    object-position: 50% 46%;
  }

  .founder-content {
    padding: 42px clamp(30px, 6vw, 48px) 38px;
  }

  .founder-content h2 {
    max-width: 620px;
    margin-bottom: 13px;
    font-size: clamp(3.25rem, 8.5vw, 4.25rem);
  }

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

  .founder-bio p {
    font-size: .97rem;
    line-height: 1.48;
  }

  .founder-bio p + p { margin-top: 10px; }
  .founder-quote { margin-top: 16px; font-size: clamp(1.85rem, 4.8vw, 2.2rem); }
  .founder-rule { margin-top: 18px; }
  .founder-indicators { margin-top: 13px; }
}

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

  .founder-photo img {
    object-position: 50% 50%;
  }

  .founder-content {
    padding: 32px 22px 30px;
  }

  .founder-eyebrow {
    margin-bottom: 8px;
    font-size: .61rem;
  }

  .founder-content h2 {
    margin-bottom: 13px;
    font-size: clamp(2.72rem, 12.5vw, 3.12rem);
    line-height: .92;
  }

  .founder-bio p {
    font-size: .9rem;
    line-height: 1.48;
  }

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

  .founder-quote {
    margin-top: 16px;
    font-size: clamp(1.7rem, 7.8vw, 1.98rem);
    line-height: 1.02;
  }

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

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

  .founder-indicator {
    display: block;
    padding: 0 6px;
    text-align: center;
  }

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

  .founder-indicator svg {
    width: 21px;
    height: 21px;
    margin: 0 auto 6px;
  }

  .founder-indicator strong {
    font-size: clamp(1.12rem, 5.2vw, 1.32rem);
    white-space: normal;
  }

  .founder-indicator span {
    margin-top: 5px;
    font-size: clamp(.43rem, 1.7vw, .5rem);
    line-height: 1.3;
    letter-spacing: .1em;
    white-space: normal;
  }
}

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