/* ─── LEADERS ─── */
    .leader-card { background: var(--white); border: 1px solid var(--border); border-radius: 3px; padding: 24px 20px; text-align: center; transition: box-shadow 0.2s; }
    .leader-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.07); }
    .leader-photo { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); margin-bottom: 14px; }
    .leader-name { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 600; color: var(--ink); }
    .leader-role { font-size: 0.73rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); margin-top: 4px; }
    .category-heading { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; color: var(--ink); letter-spacing: 0.04em; display: flex; align-items: center; gap: 16px; margin: 48px 0 24px; }
    .category-heading::after { content: ''; flex: 1; height: 1px; background: var(--border); }
