/* Purpose: Founder · Vibhushri. White editorial spread — portrait + pull quote, press
   creds, stat strip. Ported from the WV reference. */

.founder-spread { background: #FFFFFF; color: var(--emerald); position: relative; overflow: hidden; }
.founder-spread .section-i { position: relative; z-index: 2; max-width: 1280px; }

.founder-grid {
  display: grid; grid-template-columns: 1fr; gap: 48px; align-items: start;
}
@media (min-width: 901px) { .founder-grid { grid-template-columns: 0.88fr 1.12fr; gap: 88px; } }

/* ── Portrait ── */
.founder-portrait { position: relative; border-radius: 22px; overflow: hidden; aspect-ratio: 4 / 5; background: #FFFFFF; box-shadow: 0 30px 70px -28px rgba(55, 96, 84, 0.42); }
.founder-portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }
.founder-portrait__badge {
  position: absolute; top: 18px; right: 18px; z-index: 2;
  width: 78px; height: 78px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-style: italic;
  font-size: 13px; line-height: 1.15; text-align: center; color: var(--emerald); padding: 8px;
  box-shadow: 0 8px 22px -10px rgba(55, 96, 84, 0.30);
}
.founder-portrait__badge strong {
  display: block; font-family: var(--font-mono); font-style: normal;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500;
  opacity: 0.7; margin-bottom: 2px;
}
.founder-caption {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 16px;
  margin-top: 28px; padding-bottom: 16px; border-bottom: 1px solid rgba(55, 96, 84, 0.25);
}
.founder-caption__name { font-family: var(--font-display); font-size: clamp(22px, 1.9vw, 26px); line-height: 1.1; color: var(--emerald); }
.founder-caption__role { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--emerald); opacity: 0.65; white-space: nowrap; }
.founder-heritage { margin-top: 18px; font-size: 13px; line-height: 1.6; color: var(--emerald); opacity: 0.78; }
.founder-heritage em { font-family: var(--font-display); font-style: italic; font-size: 15px; opacity: 1; }

/* ── Story ── */
.founder-story__eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--emerald); opacity: 0.7; margin-bottom: 22px;
}
.founder-story__eyebrow::before { content: ''; width: 24px; height: 1px; background: currentColor; opacity: 0.6; }
.founder-quote {
  font-family: var(--font-display); font-weight: var(--weight-regular);
  font-size: var(--sec-h2); line-height: 1.05; letter-spacing: -0.022em;
  color: var(--emerald); margin: 0 0 24px;
}
.founder-quote em { font-style: italic; color: var(--emerald); opacity: 0.55; }
.founder-cite {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--emerald); opacity: 0.7; margin-bottom: 36px;
}
.founder-cite::before { content: ''; width: 32px; height: 1px; background: currentColor; opacity: 0.6; }
.founder-body { color: var(--emerald); }
.founder-body p { font-size: 16px; line-height: 1.75; margin: 0 0 18px; max-width: 58ch; }
.founder-body em { font-family: var(--font-display); font-style: italic; font-size: 19px; }

.founder-creds {
  display: flex; flex-wrap: wrap; gap: 10px;
  padding: 26px 0; border-top: 1px solid rgba(55, 96, 84, 0.25); border-bottom: 1px solid rgba(55, 96, 84, 0.25);
  margin: 18px 0 36px;
}
.founder-cred {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px 8px 12px; background: var(--cream); border-radius: var(--radius-full);
  font-family: var(--font-body); font-size: 12px; font-weight: 500; color: var(--emerald);
  border: 1px solid rgba(55, 96, 84, 0.10);
  transition: transform var(--dur-default), border-color var(--dur-default);
}
.founder-cred:hover { transform: translateY(-2px); border-color: rgba(55, 96, 84, 0.40); }
.founder-cred__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--emerald); flex-shrink: 0; }
.founder-cred__year { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; opacity: 0.65; margin-left: 2px; }

.founder-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 40px; }
.founder-stat { position: relative; }
.founder-stat + .founder-stat::before { content: ''; position: absolute; left: -16px; top: 4px; bottom: 4px; width: 1px; background: rgba(55, 96, 84, 0.20); }
.founder-stat__n { font-family: var(--font-display); font-style: italic; font-size: clamp(36px, 4vw, 52px); line-height: 1; color: var(--emerald); }
.founder-stat__l { font-family: var(--font-body); font-size: 12px; line-height: 1.4; color: var(--emerald); opacity: 0.7; margin-top: 10px; max-width: 18ch; }
