/* Board biography — one printable page (letter/A4). */
.v-bio{font-family:'EB Garamond',Georgia,serif;background:#f5f5f4;color:var(--ink)}
.print-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;max-width:8.5in;margin:0 auto;padding:20px 24px;font-size:16px}
.sheet{background:#fff;max-width:8.5in;margin:0 auto 48px;padding:.75in;box-shadow:0 2px 10px rgba(20,20,19,.12);font-size:12.5pt;line-height:1.5}
.bio-head{border-bottom:2px solid var(--burgundy);padding-bottom:14px;margin-bottom:18px}
.bio-head h1{font-family:'Playfair Display',serif;font-weight:600;font-size:24pt;line-height:1.1}
.bio-head .post{font-size:11pt;margin-top:4px}
.bio-head .place{font-size:10.5pt;color:var(--muted);margin-top:2px}
.sheet .prose p{margin-bottom:10px;text-wrap:pretty}
.sheet .prose p:last-child{margin-bottom:18px}
.sheet section{break-inside:avoid;margin-bottom:16px}
.sheet h2{font-family:'Playfair Display',serif;font-weight:600;font-size:12pt;color:var(--burgundy);letter-spacing:.04em;margin-bottom:6px}
.bullets{list-style:disc;padding-left:18px;display:flex;flex-direction:column;gap:3px}
.fine{margin-top:6px;font-size:10.5pt;color:var(--muted)}
.sheet section p{text-wrap:pretty}
.bio-foot{border-top:1px solid rgba(22,20,18,.25);padding-top:10px;font-size:10.5pt;color:var(--muted)}
@media print{
  @page{margin:0}
  .v-bio{background:#fff}
  .print-bar{display:none}
  .sheet{box-shadow:none;margin:0;max-width:none;padding:.4in .65in .3in;font-size:10pt;line-height:1.35}
  .sheet .prose p{margin-bottom:6px}.sheet .prose p:last-child{margin-bottom:12px}.sheet section{margin-bottom:9px}.bio-head{margin-bottom:12px;padding-bottom:10px}.bio-head h1{font-size:22pt}.bullets{gap:1px}.bio-foot{padding-top:6px;margin-top:2px}
  h1,h2{break-after:avoid}
  p,li{orphans:3;widows:3}
  *{-webkit-print-color-adjust:exact;print-color-adjust:exact}
}
