/* Jury Nullification — book site. Design language mirrors the print
   interior: cream paper, near-black ink, EB Garamond, short centered
   rules, letterspaced small headings. */

:root {
  --paper: #faf6e9;
  --ink: #2b2b2b;
  --accent: #c8b98a;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "EB Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  line-height: 1.6;
}

main {
  max-width: 34rem;
  margin: 0 auto;
  padding: 3.5rem 1.5rem 4rem;
  text-align: center;
}

.kicker {
  font-size: 0.8rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-bottom: 2.2rem;
}

.rule {
  width: 2.2em;
  border: none;
  border-top: 1px solid var(--ink);
  margin: 1.4rem auto;
}

h1 {
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.2;
}

.subtitle {
  font-style: italic;
  font-size: 1.25rem;
  margin-top: 0.6rem;
}

.author {
  font-size: 0.85rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-top: 1.8rem;
}

.cover {
  display: block;
  width: 13rem;
  max-width: 70%;
  margin: 2.5rem auto;
  box-shadow: 0 6px 24px rgba(43, 43, 43, 0.18);
}

p.body {
  text-align: left;
  margin: 1.1rem 0;
  hyphens: auto;
}

p.body + p.body { text-indent: 1.4em; margin-top: 0; }

.status {
  font-style: italic;
  margin-top: 2rem;
}

nav.site {
  margin-top: 2.6rem;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

nav.site a { margin: 0 0.9rem; }

a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--accent); }
a:hover { border-bottom-color: var(--ink); }

footer {
  margin-top: 4rem;
  font-size: 0.85rem;
  line-height: 1.8;
  opacity: 0.85;
}

ul.errata {
  text-align: left;
  list-style: none;
}

ul.errata li {
  margin: 1rem 0;
  padding-left: 1.2rem;
  border-left: 2px solid var(--accent);
}

.entry-date {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
}

article.update {
  text-align: left;
  margin: 2rem 0;
}

article.update h2 {
  font-weight: 400;
  font-style: italic;
  font-size: 1.3rem;
}
