:root {
  --ink: #23201b;
  --paper: #f6f2e9;
  --rule: #d8d0bf;
  --accent: #7a2f1d;
}
* { box-sizing: border-box; }
body {
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
  max-width: 41rem;
  background: var(--paper);
  color: var(--ink);
  font: 1.02rem/1.68 Georgia, "Iowan Old Style", "Times New Roman", serif;
  -webkit-text-size-adjust: 100%;
}
.masthead { border-bottom: 3px double var(--rule); padding-bottom: 1.4rem; margin-bottom: 2.6rem; }
.kicker { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: #8a8071; margin: 0; }
.masthead h1 { font-size: 2.9rem; margin: .3rem 0 .1rem; letter-spacing: -.02em; font-weight: 400; }
.tagline { font-style: italic; color: #6b6255; margin: 0 0 1.1rem; }
nav a { margin-right: 1.3rem; color: var(--accent); text-decoration: none; font-size: .9rem; border-bottom: 1px solid transparent; }
nav a:hover { border-bottom-color: var(--accent); }
.entry { margin-bottom: 3.4rem; }
.entry h2 { font-size: 1.55rem; font-weight: 400; line-height: 1.28; margin: .2rem 0 .9rem; }
.meta { font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: #8a8071; margin: 0; }
blockquote { margin: 1.5rem 0 1.5rem 1.2rem; padding-left: 1.1rem; border-left: 2px solid var(--rule); font-style: italic; color: #4c453b; }
blockquote p { margin: 0; }
cite { font-style: italic; }
code { font: .88em/1 ui-monospace, "SF Mono", Menlo, monospace; background: #ece5d6; padding: .1em .35em; border-radius: 2px; }
.booklist { padding-left: 1.3rem; }
.booklist li { margin-bottom: .7rem; }
.tags a { font-size: .78rem; color: #8a8071; text-decoration: none; margin-right: .7rem; }
.tags a::before { content: "#"; opacity: .5; }
.tags a:hover { color: var(--accent); }
.pagination { border-top: 1px solid var(--rule); padding-top: 1.2rem; }
.sidenote { border: 1px solid var(--rule); padding: 1.3rem 1.5rem; margin: 3rem 0; background: #fbf8f1; }
.sidenote h3 { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: #8a8071; margin: 0 0 .6rem; font-weight: 400; }
.sidenote h3 + ul + h3 { margin-top: 1.4rem; }
.sidenote ul { list-style: none; padding: 0; margin: 0; }
.sidenote li { display: flex; justify-content: space-between; gap: 1rem; padding: .28rem 0; border-bottom: 1px dotted var(--rule); font-size: .94rem; }
.sidenote li span { color: #8a8071; font-size: .82rem; white-space: nowrap; }
.sidenote p { font-size: .94rem; margin: 0; }
footer { border-top: 1px solid var(--rule); padding-top: 1.3rem; font-size: .88rem; color: #6b6255; }
footer a { color: var(--accent); }
.fineprint { font-size: .76rem; color: #9a9081; }
@media (max-width: 34rem) {
  body { padding: 2rem 1.1rem 3rem; }
  .masthead h1 { font-size: 2.1rem; }
}
