/* Extended biography: uses the portfolio's existing colours and typefaces. */
.bio-page a:focus-visible,.bio-page button:focus-visible{outline:2px solid var(--blue);outline-offset:5px}
.bio-hero{padding:88px 0 64px;border-bottom:1px solid var(--ink)}
.bio-hero h1{max-width:1000px;font-size:clamp(42px,6.5vw,88px);font-weight:600;line-height:1.04;letter-spacing:-.055em;overflow-wrap:break-word}
.bio-deck{max-width:700px;font-size:20px;color:var(--muted);margin-top:28px}
.bio-links{display:flex;flex-wrap:wrap;gap:16px 28px;margin-top:24px}
.bio-links a,.bio-pager a{font:500 12px DM Mono,monospace;color:var(--blue);text-decoration:underline;text-underline-offset:4px}
.bio-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:80px;padding-top:64px;padding-bottom:88px}
.bio-toc{align-self:start;position:sticky;top:100px}
.bio-toc ol{list-style:none;border-top:1px solid var(--ink)}
.bio-toc a{display:block;padding:16px 0;border-bottom:1px solid var(--line);font:500 12px DM Mono,monospace}
.bio-toc a[aria-current="page"]{color:var(--blue);font-weight:500}
.bio-toc .bio-note{margin-top:24px;font-size:12px;color:var(--muted)}
.bio-content{max-width:820px;min-width:0}
.bio-section{padding-bottom:48px;margin-bottom:48px;border-bottom:1px solid var(--line)}
.bio-section:last-child{margin-bottom:0}
.bio-section h2{font-size:clamp(28px,3vw,40px);line-height:1.15;letter-spacing:-.04em;margin-bottom:28px}
.bio-section p{margin-bottom:18px}
.bio-section p:last-child{margin-bottom:0}
.bio-section ul{padding-left:22px}
.bio-section li{padding-left:4px;margin-bottom:14px}
.bio-section p,.bio-section li{line-height:1.8}
.bio-section a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}
.bio-entry{padding:26px 0;border-top:1px solid var(--line)}
.bio-entry h3{font-size:23px;line-height:1.25;letter-spacing:-.025em;margin-bottom:16px}
.bio-entry .bio-meta{font:500 11px DM Mono,monospace;line-height:1.6;letter-spacing:.03em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}
.bio-pager{display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px;margin-top:40px}
@media(max-width:900px){.bio-layout{grid-template-columns:1fr;gap:40px}.bio-toc{position:static}.bio-toc ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px}.bio-hero{padding:60px 0 44px}}
@media(max-width:600px){.bio-hero h1{font-size:42px}.bio-deck{font-size:18px}.bio-layout{padding-top:36px;padding-bottom:56px}.bio-section{padding-bottom:32px;margin-bottom:32px}.bio-toc ol{grid-template-columns:1fr}.bio-links{gap:16px}.bio-pager{flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.bio-page *{transition:none!important}}
@media print{@page{size:A4;margin:18mm}body.bio-page{background:#fff;color:#111;font-size:10pt}.bio-page header,.bio-page footer,.bio-toc,.bio-pager,.back-to-top,.bio-hero .bio-links,.skip-link{display:none!important}.bio-page .wrap{width:100%;max-width:none}.bio-hero{padding:0 0 12mm}.bio-hero h1{font-size:32pt}.bio-deck{font-size:12pt}.bio-layout{display:block;padding:12mm 0 0}.bio-content{max-width:none}.bio-section h2{font-size:20pt;break-after:avoid}.bio-entry h3{font-size:14pt;break-after:avoid}.bio-section{margin-bottom:8mm;padding-bottom:8mm}.bio-entry{padding:5mm 0}.bio-meta{break-after:avoid}.bio-section p,.bio-section li{orphans:3;widows:3}.bio-page a{color:inherit}.bio-section{break-inside:auto}}
