/* Founder page — Olutayo Oyelere */

.founder-page { --header-h: 108px; }

.founder-hero {
  position: relative;
  padding: calc(var(--header-h) + 3rem) 0 4rem;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.founder-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.founder-hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3.5rem;
  align-items: center;
}

.founder-portrait {
  text-align: center;
  padding: 2.5rem 1.5rem;
  overflow: hidden;
}

.portrait-monogram {
  width: 140px;
  height: 140px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  background: linear-gradient(145deg, var(--accent), var(--accent-dark));
  border-radius: 50%;
  box-shadow: 0 12px 40px var(--accent-glow);
}

.portrait-caption {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

.founder-label {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.founder-intro h1 {
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 1.1rem;
}

.founder-tagline {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 52ch;
  line-height: 1.7;
  margin-bottom: 1.75rem;
}

.founder-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}

.founder-meta-item {
  padding: 1rem 1.25rem;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.founder-meta-item:nth-child(2n) { border-right: none; }
.founder-meta-item:nth-child(n+3) { border-bottom: none; }

.meta-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--steel);
  margin-bottom: 0.3rem;
}

.meta-value {
  font-size: 0.92rem;
  font-weight: 600;
}

.meta-value a {
  color: var(--accent);
}

.meta-value a:hover { text-decoration: underline; }

.founder-keywords {
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--border);
  background: var(--bg-raised);
}

.founder-section-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  align-items: start;
}

.founder-copy {
  padding: 2rem;
}

.founder-copy p {
  color: var(--text-muted);
  margin-bottom: 1.1rem;
  line-height: 1.75;
  font-size: 0.98rem;
}

.founder-copy p:last-child { margin-bottom: 0; }

.founder-copy strong { color: var(--text); }

.founder-copy a {
  color: var(--accent);
  font-weight: 500;
}

.founder-copy a:hover { text-decoration: underline; }

.founder-leadership {
  background: var(--bg-raised);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.leadership-card {
  padding: 1.75rem;
}

.leadership-num {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--accent);
  display: block;
  margin-bottom: 0.75rem;
}

.leadership-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.55rem;
}

.leadership-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.expertise-list {
  list-style: none;
  padding: 0;
  overflow: hidden;
}

.expertise-list li {
  padding: 1rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid var(--border);
  padding-left: 2.5rem;
  position: relative;
}

.expertise-list li:last-child { border-bottom: none; }

.expertise-list li::before {
  content: '→';
  position: absolute;
  left: 1.25rem;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 0.8rem;
}

.korvex-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem;
  border-color: var(--accent-border);
  background: linear-gradient(135deg, var(--bg-panel), rgba(14, 165, 233, 0.06));
}

.korvex-banner h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.korvex-banner p {
  color: var(--text-muted);
  font-size: 0.95rem;
  max-width: 48ch;
}

.quote-panel {
  padding: 2.5rem 3rem;
  text-align: center;
  border-left: 3px solid var(--accent);
}

.quote-panel p {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 500;
  line-height: 1.6;
  color: var(--text);
  font-style: italic;
  max-width: 58ch;
  margin: 0 auto 1.25rem;
}

.quote-panel footer {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.quote-panel cite {
  font-style: normal;
  font-weight: 600;
  color: var(--accent);
}

.founder-contact {
  background: var(--bg-raised);
  border-top: 1px solid var(--border);
}

@media (max-width: 900px) {
  .founder-hero-layout,
  .founder-section-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .founder-portrait {
    max-width: 280px;
    margin: 0 auto;
  }

  .leadership-grid { grid-template-columns: 1fr; }

  .korvex-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .founder-page { --header-h: 72px; }

  .founder-meta { grid-template-columns: 1fr; }

  .founder-meta-item {
    border-right: none !important;
    border-bottom: 1px solid var(--border) !important;
  }

  .founder-meta-item:last-child { border-bottom: none !important; }

  .quote-panel { padding: 1.75rem; }
}
