:root {
  --ink: #161513;
  --paper: #f6f1e8;
  --rule: #d8d0c4;
  --mute: #5c574f;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  line-height: 1.55;
}

body {
  min-height: 100vh;
}

a {
  color: inherit;
}

.wrap {
  width: min(720px, calc(100% - 2.4rem));
  margin: 0 auto;
  padding: 2.4rem 0 4rem;
}

.mast {
  border-bottom: 1px solid var(--ink);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.mast p {
  margin: 0.2rem 0 0;
  font-size: 0.92rem;
  color: var(--mute);
}

h1, h2 {
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

h1 {
  font-size: 1.7rem;
  margin: 0;
}

h2 {
  font-size: 1.25rem;
}

.essay {
  font-size: 1.08rem;
}

.essay p {
  margin: 0 0 1rem;
}

.essay .rule {
  border: 0;
  border-top: 1px solid var(--rule);
  margin: 1.8rem 0;
}

.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list li {
  border-top: 1px solid var(--rule);
  padding: 1rem 0;
}

.list a {
  text-decoration: none;
}

.list a:hover h2 {
  text-decoration: underline;
}

.list h2 {
  margin: 0 0 0.3rem;
  font-size: 1.15rem;
}

.meta {
  color: var(--mute);
  font-size: 0.92rem;
}

.standfirst {
  margin: 0;
  max-width: 38rem;
  color: var(--mute);
  font-size: 1.05rem;
}

.back {
  display: inline-block;
  margin-bottom: 1.4rem;
  color: var(--mute);
  text-decoration: none;
  font-size: 0.92rem;
}

.back:hover { text-decoration: underline; }
