.leadership-hero{background:linear-gradient(135deg,var(--dark-900) 0%,#1a0305 60%,var(--dark-900) 100%);padding:10rem 0 6rem;position:relative;overflow:hidden;}
.leadership-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 70% 50%,rgba(227,30,37,.08) 0%,transparent 70%);pointer-events:none;}
.leadership-hero .eyebrow{color:var(--primary);font-size:.78rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem;}
.leadership-hero h1{font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;color:#fff;line-height:1.15;margin-bottom:1.2rem;}
.leadership-hero p{color:var(--text-muted);font-size:1.1rem;max-width:560px;}

.founder-section{padding:6rem 0;}
.founder-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;}
.founder-img-wrap{position:relative;}
.founder-img-wrap img{width:100%;border-radius:var(--radius-lg);object-fit:cover;aspect-ratio:3/4;}
.founder-img-accent{position:absolute;bottom:-1.5rem;right:-1.5rem;width:60%;background:var(--primary);border-radius:var(--radius-md);padding:1.5rem;color:#fff;}
.founder-img-accent strong{display:block;font-size:2rem;font-weight:800;line-height:1;}
.founder-img-accent span{font-size:.8rem;opacity:.85;}
.founder-tag{display:inline-flex;align-items:center;gap:.5rem;background:rgba(227,30,37,.12);color:var(--primary);border:1px solid rgba(227,30,37,.25);border-radius:2rem;padding:.35rem 1rem;font-size:.78rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.2rem;}
.founder-name{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;color:var(--text-primary);margin-bottom:.3rem;}
.founder-title{font-size:1rem;color:var(--primary);font-weight:600;margin-bottom:1.4rem;}
.founder-bio{color:var(--text-secondary);line-height:1.8;font-size:1rem;margin-bottom:2rem;}
.founder-socials{display:flex;gap:.8rem;}
.founder-social{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .25s;}
.founder-social:hover{background:var(--primary);border-color:var(--primary);color:#fff;}

.founder-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2.5rem;}
.pillar-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-md);padding:1.4rem;transition:border-color .25s;}
.pillar-card:hover{border-color:rgba(227,30,37,.35);}
.pillar-icon{font-size:1.4rem;color:var(--primary);margin-bottom:.7rem;}
.pillar-card strong{display:block;font-size:.9rem;font-weight:700;color:var(--text-primary);margin-bottom:.3rem;}
.pillar-card p{font-size:.82rem;color:var(--text-muted);margin:0;line-height:1.6;}

.milestones-section{padding:6rem 0;background:var(--dark-800);}
.milestones-section .section-tag{color:var(--primary);}
.timeline-alt{position:relative;padding-left:2rem;}
.timeline-alt::before{content:'';position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--primary),var(--secondary));}
.tl-item{position:relative;padding:0 0 2.5rem 2.5rem;}
.tl-dot{position:absolute;left:-2rem;top:.3rem;width:14px;height:14px;border-radius:50%;background:var(--primary);border:3px solid var(--dark-800);transform:translateX(-6px);}
.tl-year{font-size:.78rem;font-weight:700;color:var(--primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.3rem;}
.tl-item h4{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin-bottom:.4rem;}
.tl-item p{font-size:.9rem;color:var(--text-secondary);margin:0;line-height:1.7;}

.board-section{padding:6rem 0;}
.board-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.8rem;margin-top:3rem;}
.board-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .3s,box-shadow .3s;}
.board-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(0,0,0,.3);}
.board-card img{width:100%;aspect-ratio:1;object-fit:cover;}
.board-card-body{padding:1.2rem 1.4rem;}
.board-card-body strong{display:block;font-size:.98rem;font-weight:700;color:var(--text-primary);}
.board-card-body span{font-size:.82rem;color:var(--primary);font-weight:600;}
.board-card-body p{font-size:.8rem;color:var(--text-muted);margin:.4rem 0 0;line-height:1.5;}

@media(max-width:900px){
  .founder-grid{grid-template-columns:1fr;}
  .founder-img-accent{position:relative;bottom:auto;right:auto;width:100%;margin-top:1rem;}
  .founder-pillars{grid-template-columns:1fr 1fr;}
}
@media(max-width:540px){.founder-pillars{grid-template-columns:1fr;}}

html.theme-light .leadership-hero{background:linear-gradient(135deg,#f0f4f8 0%,#e8edf3 100%);}
html.theme-light .leadership-hero h1{color:var(--dark-900);}
html.theme-light .milestones-section{background:#f5f7fa;}
html.theme-light .pillar-card,html.theme-light .board-card{background:#fff;border-color:#e8edf3;}
.tl-centered{max-width:640px;margin:3rem auto 0;}
.tl-dot--secondary{background:var(--secondary);}
.tl-year--secondary{color:var(--secondary);}
