:root { --ink: #222; --muted: #666; --accent: #1a5276; }
* { box-sizing: border-box; }
body {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
  max-width: 42rem;
  margin: 0 auto;
  padding: 1rem 1.25rem 3rem;
  line-height: 1.65;
}
.site-header { border-bottom: 1px solid #ddd; padding: 0.75rem 0 0.5rem; margin-bottom: 2rem; }
.site-title { font-size: 1.4rem; font-weight: bold; text-decoration: none; color: var(--ink); }
nav { margin-top: 0.35rem; }
nav a { margin-right: 0.9rem; color: var(--accent); text-decoration: none; }
nav a:hover, a:hover { text-decoration: underline; }
a { color: var(--accent); }
h1 { font-size: 1.6rem; line-height: 1.25; }
.byline { color: var(--muted); font-style: italic; margin-top: -0.5rem; }
.piece-list { list-style: none; padding: 0; }
.piece-list li { margin: 0.5rem 0; }
.piece-list .date { color: var(--muted); margin-left: 0.5rem; font-size: 0.9rem; }
img { max-width: 100%; height: auto; }
figcaption { color: var(--muted); font-size: 0.9rem; font-style: italic; }
.site-footer { border-top: 1px solid #ddd; margin-top: 3rem; padding-top: 1rem; color: var(--muted); font-size: 0.9rem; }
