:root { color-scheme: dark; --void: #07050d; --ink: #eeeafa; --muted: #bcb2cf; --violet: #a77dff; --line: rgba(203,172,255,.2); }
* { box-sizing: border-box; }
html, body { min-height: 100%; }
body { margin: 0; color: var(--ink); background: radial-gradient(ellipse 65% 50% at 50% 12%, rgba(120,66,188,.2), transparent 72%), var(--void); font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.page { width: min(900px, calc(100% - 3rem)); margin: 0 auto; padding: 12vh 0 6rem; }
.eyebrow { margin: 0 0 2rem; color: var(--violet); font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; }
h1 { max-width: 15ch; margin: 0; font-size: clamp(2.6rem, 8vw, 6rem); font-weight: 350; letter-spacing: -.06em; line-height: .94; }
.lead { max-width: 43rem; margin: 2rem 0 4rem; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.25rem); line-height: 1.65; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.cell { min-height: 170px; padding: 1.4rem; background: rgba(12,8,23,.82); }
.cell h2 { margin: 0 0 .7rem; font-size: .83rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.cell p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.back { display: inline-block; margin-top: 4rem; color: var(--violet); font-size: .78rem; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.profile { width: min(860px, calc(100% - 3rem)); margin: 0 auto; padding: 5rem 0; }
.profile h1 { max-width: none; font-size: clamp(2.5rem, 6vw, 4.6rem); }
.profile h2 { margin: 4rem 0 1rem; font-size: .8rem; color: var(--violet); letter-spacing: .16em; text-transform: uppercase; }
.profile p, .profile li { max-width: 47rem; color: var(--muted); line-height: 1.7; }
.profile a { color: var(--violet); }
.evidence-note { margin: -2rem 0 3.5rem; padding: .9rem 1rem; border-left: 2px solid var(--violet); background: rgba(167,125,255,.07); font-size: .9rem; }
.source { margin-top: .65rem !important; font-size: .78rem; letter-spacing: .03em; }
.support-link { margin-top: 1.8rem; font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; opacity: .62; }
.profile ul { padding-left: 1.15rem; }
.role { display: grid; grid-template-columns: 180px 1fr; gap: 1.2rem; padding: 1.2rem 0; border-top: 1px solid var(--line); }
.role:last-child { border-bottom: 1px solid var(--line); }
.role time { color: var(--violet); font-size: .82rem; }
.role h3 { margin: 0 0 .35rem; font-size: 1rem; font-weight: 500; }
.role p { margin: 0; }
@media (max-width: 680px) { .page { padding-top: 15vh; } .grid { grid-template-columns: 1fr; } .role { grid-template-columns: 1fr; gap: .4rem; } }
