:root {
  color-scheme: light;
  font-family: Georgia, "Times New Roman", serif;
  color: #222;
  background: #fff;
  font-size: 18px;
  line-height: 1.65;
}

* { box-sizing: border-box; }
body { margin: 0; }
main { max-width: 760px; margin: 54px auto 40px; padding: 0 28px; }
h1, h2, h3 { color: #111; line-height: 1.2; }
h1 { margin: 0 0 8px; font-size: 2.4rem; font-weight: normal; letter-spacing: -0.035em; }
h2 { margin: 0 0 22px; font-size: 1.45rem; font-weight: normal; }
h3 { margin: 0 0 10px; font-size: 1.05rem; }
p { margin: 0 0 17px; }
a { color: #163eaa; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:visited { color: #60368a; }
a:hover { color: #0b2470; text-decoration-thickness: 2px; }
a:focus-visible { outline: 2px solid #163eaa; outline-offset: 4px; border-radius: 1px; }
nav { display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: 0.95rem; }
.byline { margin-bottom: 15px; color: #555; }
hr { margin: 29px 0; border: 0; border-top: 1px solid #b8b8b8; }
section { margin-top: 40px; }
article + article { margin-top: 29px; }
.date { color: #555; font-size: 0.85rem; margin-top: -3px; margin-bottom: 12px; }
.books { margin: 12px 0 0; padding-left: 24px; }
.books li { padding-left: 3px; margin-bottom: 6px; }
footer { color: #555; font-size: 0.8rem; }
footer hr { margin-top: 38px; margin-bottom: 17px; }
.skip-link { position: absolute; top: -100px; left: 16px; background: #fff; padding: 8px; }
.skip-link:focus { top: 8px; }

@media (max-width: 520px) {
  :root { font-size: 17px; }
  main { margin-top: 32px; padding: 0 22px; }
  h1 { font-size: 2rem; }
  section { margin-top: 32px; }
}

@media print {
  :root { font-size: 11pt; }
  main { max-width: none; margin: 0; padding: 0; }
  a, a:visited { color: inherit; }
  h2, h3, h4 { break-after: avoid; }
  p { orphans: 3; widows: 3; }
  .skip-link { display: none; }
}

.site-nav { margin-bottom: 25px; }
.site-nav [aria-current="page"] { color: inherit; text-decoration: none; }
.resume ul { padding-left: 23px; }
.resume li { margin-bottom: 12px; }
.resume dt { font-weight: bold; }
.resume dd { margin: 0 0 12px; }
.print-hint { margin-top: 16px; color: #555; font-size: 0.8rem; }

@media print {
  .site-nav, .print-hint { display: none; }
  .resume { font-size: 10pt; line-height: 1.35; }
  .resume h1 { font-size: 24pt; }
  .resume h2 { margin-bottom: 12px; font-size: 15pt; }
  .resume h3 { font-size: 11pt; }
  .resume section { margin-top: 20px; }
  .resume article + article { margin-top: 18px; }
  .resume p, .resume li, .resume dd { margin-bottom: 8px; }
  .resume li, .resume section:last-of-type article { break-inside: avoid; }
  .resume .date { break-after: avoid; }
  .resume hr { margin: 15px 0; }
}
