/* ===========================================================================
   BOOK MODE
   ---------------------------------------------------------------------------
   Loaded only by views/book/*. Everything is scoped to body.book so the
   reputation and practice modes are untouched.

   Direction: the hour of the demolitions. A pre-dawn blue-black, sodium
   worklight amber as the only warm note, and the weathered green of the stone
   that survived. Bodoni Moda for display (the didone of nineteenth-century
   colonial mastheads and demolition notices), Newsreader for reading, Archivo
   Narrow for the register.

   The signature is the ledger: contested losses are set heavy, uncontested
   ones are set light, so the page performs the book's argument rather than
   only stating it.
   ========================================================================= */

body.book {
  --ink: #12161B;
  --ink-deep: #0C0F13;
  --night: #191E25;
  --rule: #2A313A;
  --rule-soft: #20262E;
  --paper: #E6E3DB;
  --ash: #8B93A0;
  --ash-dim: #656C77;
  --sodium: #C8842E;
  --sodium-lt: #E0A455;
  --verdigris: #7FA093;

  --display: 'Bodoni Moda', 'Didot', Georgia, serif;
  --body: 'Newsreader', Georgia, 'Times New Roman', serif;
  --util: 'Archivo Narrow', 'Helvetica Neue', Arial, sans-serif;

  --measure: 64ch;

  background: var(--ink);
  color: var(--paper);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.68;
  font-synthesis-weight: none;
}

body.book ::selection {
  background: var(--sodium);
  color: var(--ink-deep);
}

body.book :focus-visible {
  outline: 2px solid var(--sodium-lt);
  outline-offset: 3px;
}

body.book a {
  color: inherit;
}

/* No `body.book section { padding: 0 }` here. That selector is 0-1-1 and would
   outrank every .book-* section rule below it (0-1-0), collapsing the page's
   vertical rhythm. The section rules carry their own padding and already beat
   the bare `section` selector in style.css. */

.book-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2rem;
}

.book-measure {
  max-width: var(--measure);
}

/* ===== Shared type ===== */

.book-eyebrow {
  font-family: var(--util);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sodium);
}

.book-section-label {
  font-family: var(--util);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ash-dim);
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 2.75rem;
}

.book-h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--paper);
}

.book-prose p {
  margin-bottom: 1.35rem;
  color: #CFCEC7;
}

.book-prose p:last-child {
  margin-bottom: 0;
}

.book-prose a,
.book-inline-link {
  color: var(--sodium-lt);
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(224, 164, 85, 0.4);
}

.book-prose a:hover,
.book-inline-link:hover {
  text-decoration-color: var(--sodium-lt);
}

/* ===== Navigation ===== */

body.book .nav {
  border-bottom: 1px solid transparent;
}

body.book .nav.scrolled {
  background-color: rgba(12, 15, 19, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: none;
  border-bottom-color: var(--rule);
}

body.book .nav-logo {
  font-family: var(--util);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--paper);
}

body.book .nav-links a {
  font-family: var(--util);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ash);
}

body.book .nav-links a:hover,
body.book .nav-links a.active {
  color: var(--sodium-lt);
}

body.book .nav-toggle span {
  background: var(--paper);
}

@media (max-width: 768px) {
  body.book .nav-links {
    background: var(--ink-deep);
    border-bottom: 1px solid var(--rule);
  }
}

/* ===== Masthead ===== */

.book-masthead {
  background: var(--ink-deep);
  padding: 8rem 0 0;
  position: relative;
  overflow: hidden;
}

.book-masthead-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2rem 3rem;
}

.book-working-flag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--util);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sodium);
  border: 1px solid rgba(200, 132, 46, 0.45);
  padding: 0.4rem 0.85rem;
  margin-bottom: 2rem;
}

.book-working-flag::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--sodium);
  border-radius: 50%;
}

.book-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(3.2rem, 11vw, 8rem);
  line-height: 0.92;
  letter-spacing: -0.028em;
  color: var(--paper);
  margin: 1.4rem 0 0;
  text-wrap: balance;
}

.book-subtitle {
  font-family: var(--body);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.15rem, 2.4vw, 1.6rem);
  line-height: 1.35;
  color: var(--ash);
  margin-top: 1.5rem;
  max-width: 34ch;
}

.book-byline {
  font-family: var(--util);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--paper);
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
  display: inline-block;
}

.book-byline a {
  border-bottom: 1px solid transparent;
}

.book-byline a:hover {
  border-bottom-color: var(--sodium);
}

/* The empty sky: a roofline with one building drawn only as an outline. The
   gap is the argument. Drawn rather than photographed — the 1979 and 1982
   press images are almost certainly still in copyright. */

.book-skyline {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -1px;
}

.book-skyline .roof {
  fill: #060809;
}

.book-skyline .lost {
  fill: none;
  stroke: var(--sodium);
  stroke-width: 2;
  stroke-dasharray: 6 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.85;
}

.book-skyline-caption {
  background: #060809;
  padding: 1.1rem 0 1.4rem;
}

.book-skyline-caption p {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2rem;
  font-family: var(--util);
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  color: var(--ash-dim);
}

/* ===== Standfirst ===== */

.book-standfirst {
  padding: 6rem 0;
  border-bottom: 1px solid var(--rule-soft);
}

.book-standfirst p {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.5rem, 3.4vw, 2.35rem);
  line-height: 1.28;
  letter-spacing: -0.012em;
  color: var(--paper);
  max-width: 22ch;
  text-wrap: balance;
}

/* ===== The argument ===== */

.book-argument {
  padding: 6rem 0;
  border-bottom: 1px solid var(--rule-soft);
}

.book-argument-body {
  columns: 2;
  column-gap: 4rem;
}

.book-argument-body p {
  break-inside: avoid-column;
}

@media (max-width: 820px) {
  .book-argument-body {
    columns: 1;
    max-width: var(--measure);
  }
}

/* ===== The ledger (signature) ===== */

.book-ledger {
  padding: 6rem 0;
  border-bottom: 1px solid var(--rule-soft);
}

.book-ledger-intro {
  font-family: var(--util);
  font-size: 0.92rem;
  color: var(--ash);
  max-width: 46ch;
  margin-bottom: 3rem;
}

.ledger {
  list-style: none;
  border-top: 1px solid var(--rule);
}

.ledger-row {
  display: grid;
  grid-template-columns: 5.5rem 1fr 9rem;
  gap: 1.5rem;
  align-items: baseline;
  padding: 1.15rem 0;
  border-bottom: 1px dashed var(--rule-soft);
}

.ledger-year {
  font-family: var(--util);
  font-size: 0.95rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.05em;
  color: var(--ash-dim);
}

.ledger-name {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.15rem;
  color: var(--ash);
  line-height: 1.3;
}

.ledger-place {
  display: block;
  font-family: var(--util);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  color: var(--ash-dim);
  margin-top: 0.25rem;
}

.ledger-outcome {
  font-family: var(--util);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ash-dim);
  text-align: right;
}

/* Fought over in public: heavier name, solid rule, amber marker. */
.ledger-row.is-contested {
  border-bottom: 1px solid var(--rule);
  padding: 1.6rem 0;
}

.ledger-row.is-contested .ledger-name {
  font-weight: 700;
  font-size: 1.55rem;
  color: var(--paper);
}

.ledger-row.is-contested .ledger-year {
  color: var(--sodium);
  font-weight: 600;
}

.ledger-row.is-contested .ledger-outcome {
  color: var(--sodium);
}

/* Still standing. */
.ledger-row.is-standing .ledger-name {
  color: var(--paper);
}

.ledger-row.is-standing .ledger-outcome {
  color: var(--verdigris);
}

.ledger-note {
  grid-column: 2 / -1;
  font-family: var(--body);
  font-size: 0.92rem;
  font-style: italic;
  color: var(--ash-dim);
  margin-top: 0.5rem;
}

@media (max-width: 700px) {
  .ledger-row {
    grid-template-columns: 4.25rem 1fr;
  }
  .ledger-outcome {
    grid-column: 2;
    text-align: left;
    margin-top: 0.35rem;
  }
  .ledger-note {
    grid-column: 2;
  }
  .ledger-row.is-contested .ledger-name {
    font-size: 1.3rem;
  }
}

/* ===== Contents ===== */

.book-contents {
  padding: 6rem 0;
  border-bottom: 1px solid var(--rule-soft);
}

.book-part {
  margin-bottom: 4rem;
}

.book-part:last-child {
  margin-bottom: 0;
}

.book-part-head {
  display: flex;
  align-items: baseline;
  gap: 1.1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 0.5rem;
}

.book-part-number {
  font-family: var(--util);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--sodium);
}

.book-part-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--paper);
}

.book-part-blurb {
  font-family: var(--util);
  font-size: 0.85rem;
  color: var(--ash-dim);
  margin-bottom: 1.5rem;
}

.book-chapter-list {
  list-style: none;
}

.book-chapter-item a {
  display: grid;
  grid-template-columns: 8.5rem 1fr auto;
  gap: 1.5rem;
  align-items: baseline;
  padding: 1.15rem 0;
  border-bottom: 1px dashed var(--rule-soft);
  transition: background-color 0.25s ease;
}

.book-chapter-item a:hover {
  background: rgba(200, 132, 46, 0.05);
}

.book-chapter-label {
  font-family: var(--util);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ash-dim);
}

.book-chapter-title {
  font-family: var(--display);
  font-size: 1.25rem;
  color: var(--paper);
  line-height: 1.3;
}

.book-chapter-item a:hover .book-chapter-title {
  color: var(--sodium-lt);
}

.book-chapter-item.is-thesis .book-chapter-label {
  color: var(--sodium);
}

.book-chapter-precis {
  display: block;
  font-family: var(--body);
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ash);
  margin-top: 0.55rem;
  max-width: 62ch;
}

.book-status {
  font-family: var(--util);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ash-dim);
  border: 1px solid var(--rule);
  padding: 0.24rem 0.55rem;
  white-space: nowrap;
}

.book-status.is-published {
  color: var(--verdigris);
  border-color: rgba(127, 160, 147, 0.4);
}

@media (max-width: 700px) {
  .book-chapter-item a {
    grid-template-columns: 1fr auto;
    gap: 0.5rem 1rem;
  }
  .book-chapter-label {
    grid-column: 1 / -1;
  }
}

/* ===== Serial call to action ===== */

.book-serial {
  padding: 6rem 0;
  background: var(--night);
  border-bottom: 1px solid var(--rule-soft);
}

.book-serial-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

@media (max-width: 820px) {
  .book-serial-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.book-btn {
  display: inline-block;
  font-family: var(--util);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-deep);
  background: var(--sodium);
  padding: 0.95rem 1.9rem;
  border: 1px solid var(--sodium);
  transition: background-color 0.25s ease, color 0.25s ease;
}

.book-btn:hover {
  background: var(--sodium-lt);
  border-color: var(--sodium-lt);
}

.book-btn.is-ghost {
  background: transparent;
  color: var(--sodium);
}

.book-btn.is-ghost:hover {
  background: rgba(200, 132, 46, 0.12);
  color: var(--sodium-lt);
}

.book-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.book-pending-note {
  font-family: var(--util);
  font-size: 0.8rem;
  color: var(--ash-dim);
  border-left: 2px solid var(--rule);
  padding-left: 1rem;
  margin-top: 2rem;
  max-width: 42ch;
}

/* ===== Interior pages ===== */

.book-page-head {
  background: var(--ink-deep);
  padding: 10rem 0 4.5rem;
  border-bottom: 1px solid var(--rule);
}

.book-page-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2.3rem, 6vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.022em;
  color: var(--paper);
  margin-top: 1.2rem;
  max-width: 20ch;
  text-wrap: balance;
}

.book-page-body {
  padding: 5rem 0 6rem;
}

.book-breadcrumbs {
  font-family: var(--util);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  color: var(--ash-dim);
  margin-bottom: 0.5rem;
}

.book-breadcrumbs a:hover {
  color: var(--sodium-lt);
}

.book-breadcrumbs span {
  padding: 0 0.5rem;
}

.book-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  align-items: center;
  margin-top: 2rem;
}

/* Full chapter text (pages row type='chapter') */

.book-chapter-text h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--paper);
  margin: 3rem 0 1.25rem;
}

.book-chapter-text h2:first-child {
  margin-top: 0;
}

.book-chapter-text hr {
  border: none;
  border-top: 1px solid var(--rule);
  margin: 3rem 0;
}

.book-chapter-text blockquote {
  border-left: 2px solid var(--sodium);
  padding-left: 1.25rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: var(--ash);
}

.book-chapter-text sup {
  font-family: var(--util);
  font-size: 0.68em;
  line-height: 0;
}

.book-chapter-text sup a {
  color: var(--sodium-lt);
  text-decoration: none;
  padding: 0 0.1em;
}

.book-footnotes {
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
}

.book-footnotes h2 {
  font-family: var(--util);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ash-dim);
  margin: 0 0 1.5rem;
}

.book-footnotes ol {
  list-style: none;
  counter-reset: fn;
  padding: 0;
}

.book-footnotes li {
  counter-increment: fn;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ash);
  padding-left: 2.2rem;
  position: relative;
  margin-bottom: 0.9rem;
}

.book-footnotes li::before {
  content: counter(fn);
  position: absolute;
  left: 0;
  top: 0.05rem;
  font-family: var(--util);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--sodium);
}

.book-footnotes a {
  color: var(--sodium-lt);
  text-decoration: none;
}

.book-chapter-nav {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 4.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--rule);
  font-family: var(--util);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.book-chapter-nav a {
  color: var(--ash);
  max-width: 22ch;
}

.book-chapter-nav a:hover {
  color: var(--sodium-lt);
}

.book-chapter-nav .is-next {
  text-align: right;
  margin-left: auto;
}

.book-stack-md { margin-top: 2rem; }
.book-stack-lg { margin-top: 4rem; }

.book-source-group {
  margin-bottom: 3rem;
}

.book-source-group h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.35rem;
  color: var(--paper);
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 1.25rem;
}

.book-source-list {
  list-style: none;
}

.book-source-list li {
  font-size: 0.98rem;
  color: var(--ash);
  padding: 0.5rem 0 0.5rem 1.5rem;
  text-indent: -1.5rem;
}

/* ===== Footer ===== */

body.book .footer {
  background: var(--ink-deep);
  border-top: 1px solid var(--rule);
  padding: 3.5rem 0;
}

body.book .footer-brand {
  font-family: var(--display);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--paper);
}

body.book .footer-title,
body.book .footer-copy {
  font-family: var(--util);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  color: var(--ash-dim);
}

body.book .footer-links a {
  color: var(--ash);
}

body.book .footer-links a:hover {
  color: var(--sodium-lt);
}

/* ===== Load sequence =====
   One orchestrated moment: the masthead settles, then the building that is no
   longer there draws itself. */

@keyframes book-rise {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}

@keyframes book-draw {
  from { stroke-dashoffset: 620; }
  to   { stroke-dashoffset: 0; }
}

.book-masthead .book-working-flag,
.book-masthead .book-eyebrow,
.book-masthead .book-title,
.book-masthead .book-subtitle,
.book-masthead .book-byline {
  animation: book-rise 0.85s cubic-bezier(0.2, 0.7, 0.3, 1) backwards;
}

.book-masthead .book-eyebrow      { animation-delay: 0.05s; }
.book-masthead .book-title        { animation-delay: 0.14s; }
.book-masthead .book-subtitle     { animation-delay: 0.26s; }
.book-masthead .book-byline       { animation-delay: 0.36s; }

.book-skyline .lost {
  stroke-dashoffset: 0;
  animation: book-draw 2.4s ease-out 0.8s backwards;
}

@media (prefers-reduced-motion: reduce) {
  body.book *,
  body.book *::before,
  body.book *::after {
    animation: none !important;
    transition: none !important;
  }
  body.book html { scroll-behavior: auto; }
}

/* ---------------------------------------------------------------------------
   Notes (/blog and /blog/:slug) in book mode.

   These pages use the shared blog views, whose furniture is styled in
   style.css against --bg-alt, --bg-card and --border-light. Those tokens are
   not among the ones a client config overrides, so they fell back to
   style.css's light defaults: a white header band and white cards sitting in
   the middle of a dark site. Restyled here to the book palette, and to the
   same rules-not-boxes treatment the contents list uses.
   --------------------------------------------------------------------------- */

body.book .page-header {
  background: var(--ink-deep);
  padding: 10rem 0 4.5rem;
  border-bottom: 1px solid var(--rule);
}

body.book .page-header::after { display: none; }

body.book .page-header .section-label {
  display: block;
  font-family: var(--util);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sodium);
}

body.book .page-header h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2.3rem, 6vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.022em;
  color: var(--paper);
  margin-top: 1.2rem;
  text-wrap: balance;
}

body.book .page-subtitle {
  font-family: var(--body);
  color: var(--ash);
  max-width: 52ch;
  margin-top: 1.4rem;
  font-size: 1.05rem;
}

body.book .blog-listing { background: var(--ink); }

/* Cards become entries in a list, to match the contents and the ledger. */
body.book .posts-grid,
body.book .posts-grid-full {
  display: block;
  max-width: var(--measure);
}

body.book .post-card {
  display: block;
  background: transparent;
  border: 0;
  border-bottom: 1px dashed var(--rule-soft);
  border-radius: 0;
  padding: 1.9rem 0;
  transition: background-color 0.25s ease;
}

body.book .post-card:hover {
  background: rgba(200, 132, 46, 0.05);
  transform: none;
  box-shadow: none;
  border-color: var(--rule);
}

body.book .post-card h2,
body.book .post-card h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.15;
  color: var(--paper);
  margin: 0.55rem 0 0.6rem;
}

body.book .post-card:hover h2,
body.book .post-card:hover h3 { color: var(--sodium-lt); }

body.book .post-tag {
  font-family: var(--util);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sodium);
  background: transparent;
  border: 0;
  padding: 0;
}

body.book .post-date,
body.book .post-readtime,
body.book .article-meta {
  font-family: var(--util);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--ash-dim);
}

body.book .post-excerpt,
body.book .post-card p {
  font-family: var(--body);
  color: #CFCEC7;
  margin: 0;
}

body.book .read-more {
  font-family: var(--util);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--sodium-lt);
}

body.book .empty-state {
  font-family: var(--body);
  color: var(--ash);
  border: 0;
  background: transparent;
  padding: 3rem 0;
}

/* The single note, set like a chapter but without the apparatus. */
body.book .article { background: var(--ink); }

/* .container supplies `margin: 0 auto`; narrow it to the book measure rather
   than replacing it, or the column loses its centring and pins left. */
body.book .article .container { max-width: var(--measure); }

body.book .article-header {
  border-bottom: 1px solid var(--rule);
  padding-bottom: 2rem;
  margin-bottom: 2.75rem;
}

body.book .article-header h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--paper);
  margin-top: 1rem;
  text-wrap: balance;
}

body.book .article-body,
body.book .article-content {
  font-size: 1.0625rem;
  line-height: 1.68;
}

body.book .article-body p,
body.book .article-content p {
  margin-bottom: 1.35rem;
  color: #CFCEC7;
}

body.book .article-body a,
body.book .article-content a {
  color: var(--sodium-lt);
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(224, 164, 85, 0.4);
}

body.book .article-body h2,
body.book .article-content h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--paper);
  margin: 2.4rem 0 1rem;
}
