
:root {
  --ink: #1f1b18;
  --muted: #665d55;
  --accent: #9a5a33;
  --accent-dark: #6c3c21;
  --paper: #fbf8f3;
  --paper-deep: #f2ebe1;
  --rule: #d7c8b8;
  --link: #7d4829;
  --sans: "Avenir Next Condensed", "Helvetica Neue", "Avenir Next", "Gill Sans", sans-serif;
  --serif: "New York", "Iowan Old Style", "Baskerville", "Palatino Linotype", "Book Antiqua", serif;
  --mono: "Menlo", "SF Mono", "Courier New", monospace;
}

@page {
  size: Letter;
  margin: 1.0in 0.86in 1.02in 0.86in;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 12.2pt;
  color: var(--ink);
  background: white;
}

body {
  margin: 0;
  font-family: var(--serif);
  line-height: 1.52;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  counter-reset: figure section;
}

.book {
  width: 100%;
}

.page {
  break-after: page;
}

.title-page {
  position: relative;
  min-height: 8.15in;
  overflow: hidden;
  background: transparent;
  border: none;
  box-shadow: none;
}

.title-page::before,
.title-page::after {
  display: none;
}

.title-page-image {
  width: 100%;
  min-height: 8.15in;
}

.title-page-image img {
  display: block;
  width: 100%;
  height: 8.15in;
  object-fit: contain;
  object-position: center top;
}

.imprint-page, .toc-page {
  padding-top: 0.35in;
}

.imprint-box,
.toc-box {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 0.45in 0.5in;
}

.toc-box h2 {
  margin-top: 0;
  font-family: var(--sans);
  font-size: 0.96rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6c3c21;
}

.imprint-box {
  position: relative;
  padding: 0.4in 0.44in 0.42in;
  background:
    linear-gradient(180deg, rgba(255,252,248,0.98), rgba(246,239,229,0.98)),
    radial-gradient(circle at top right, rgba(110,80,143,0.05), transparent 34%),
    linear-gradient(135deg, rgba(154,90,51,0.04), transparent 52%);
  border-color: rgba(157,128,99,0.30);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.44),
    0 10px 24px rgba(58,34,21,0.03);
}

.imprint-box::before {
  content: "";
  position: absolute;
  left: 0.34in;
  right: 0.34in;
  top: 0.18in;
  height: 1px;
  background: linear-gradient(90deg, rgba(106,78,143,0.78), rgba(154,90,51,0.62));
}

.imprint-box::after {
  content: "";
  position: absolute;
  inset: 0.24in;
  border: 1px solid rgba(161,132,104,0.16);
  pointer-events: none;
}

.imprint-kicker {
  margin: 0 0 0.16rem;
  font-family: var(--sans);
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6d5189;
}

.imprint-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(2.4in, 0.94fr);
  gap: 0.3in;
  margin-top: 0.12in;
  align-items: start;
}

.imprint-lead h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.68rem;
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #32251d;
}

.imprint-deck {
  margin: 0.18rem 0 0;
  max-width: 4.45in;
  font-size: 0.94rem;
  line-height: 1.4;
  color: #594e45;
}

.imprint-standfirst {
  margin: 0.8rem 0 0;
  max-width: 4.35in;
  font-size: 1rem;
  line-height: 1.52;
  color: #3d3027;
}

.imprint-standfirst strong {
  color: #2e221a;
}

.imprint-note {
  margin: 0.95rem 0 0;
  padding-top: 0.38rem;
  border-top: 1px solid rgba(154,90,51,0.16);
  font-size: 0.82rem;
  line-height: 1.45;
  color: #62574e;
}

.imprint-specs {
  padding: 0.06in 0 0.02in 0.18in;
  border-left: 1px solid rgba(106,78,143,0.20);
}

.meta-grid {
  display: grid;
  grid-template-columns: 0.98fr 2.25fr;
  gap: 0.28rem 0.72rem;
  margin-top: 0;
  font-size: 0.9rem;
}

.meta-grid dt {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  font-size: 0.72rem;
  margin: 0;
}

.meta-grid dd {
  margin: 0;
}

.toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.toc-list li {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
}

.toc-list a {
  color: var(--ink);
  text-decoration: none;
}

.toc-list .toc-num {
  display: inline-block;
  min-width: 0;
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #73578f;
  text-decoration: none;
  line-height: 1;
}

.toc-page {
  position: relative;
}

.toc-box {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 6.68in;
  padding: 0.42in 0.4in 0.4in;
  background:
    linear-gradient(180deg, rgba(255,252,248,0.96), rgba(246,238,226,0.98)),
    radial-gradient(circle at top right, rgba(108,80,143,0.04), transparent 28%),
    linear-gradient(135deg, rgba(154,90,51,0.04), transparent 52%);
  border-color: rgba(157,128,99,0.34);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.42),
    0 10px 24px rgba(58,34,21,0.03);
}

.toc-box::before {
  content: "";
  position: absolute;
  left: 0.34in;
  right: 0.34in;
  top: 0.22in;
  height: 1px;
  background: linear-gradient(90deg, rgba(106,78,143,0.82), rgba(154,90,51,0.70));
}

.toc-box::after {
  content: "";
  position: absolute;
  left: 0.34in;
  right: 0.34in;
  bottom: 0.22in;
  height: 1px;
  background: linear-gradient(90deg, rgba(154,90,51,0.34), rgba(106,78,143,0.24));
}

.toc-box-inner {
  position: absolute;
  inset: 0.28in 0.28in 0.28in 0.28in;
  border: 1px solid rgba(161,132,104,0.18);
  pointer-events: none;
}

.toc-header {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(1.68in, 0.74fr);
  gap: 0.16in;
  align-items: start;
  margin-top: 0.06in;
  margin-bottom: 0.2in;
}

.toc-titleblock {
  min-width: 0;
}

.toc-kicker {
  margin: 0 0 0.06rem;
  font-family: var(--sans);
  font-size: 0.55rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #6d5189;
}

.toc-box h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.58rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
  color: #35271d;
}

.toc-intro {
  margin: 0.22rem 0 0;
  max-width: 4.8in;
  font-size: 0.82rem;
  line-height: 1.44;
  color: #54493f;
}

.toc-legend {
  align-self: start;
  padding: 0.02in 0 0.01in 0.12in;
  border-left: 1px solid rgba(106,78,143,0.14);
  background: none;
}

.toc-legend h3 {
  margin: 0 0 0.08rem;
  font-family: var(--sans);
  font-size: 0.48rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6d5189;
}

.toc-legend p {
  margin: 0;
  font-size: 0.64rem;
  line-height: 1.3;
  color: #5c5148;
}

.toc-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.34in;
  align-items: stretch;
  margin-top: 0.1in;
  position: relative;
  flex: 1 1 auto;
  min-height: 3.85in;
}

.toc-layout::before {
  content: "";
  position: absolute;
  left: calc(50% - 0.14in);
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(106,78,143,0.06), rgba(154,90,51,0.16), rgba(106,78,143,0.06));
}

.toc-column {
  min-width: 0;
  display: flex;
}

.toc-entry {
  --toc-tone: #73578f;
  --toc-tone-soft: rgba(115,87,143,0.10);
  --toc-tone-border: rgba(115,87,143,0.20);
  --toc-tone-wash: rgba(115,87,143,0.04);
  display: grid;
  grid-template-columns: 0.2in minmax(0, 1fr) 0.18in;
  column-gap: 0.07in;
  align-items: start;
  position: relative;
  padding: 0.078in 0 0.078in 0;
  border-top: 1px solid rgba(154,90,51,0.10);
  break-inside: avoid;
}

.toc-entry:first-child {
  border-top: 1px solid rgba(154,90,51,0.14);
  padding-top: 0.09in;
}

.toc-column .toc-entry:last-child {
  padding-bottom: 0.12in;
}

.toc-entry-body {
  min-width: 0;
  padding-top: 0.01rem;
}

.toc-entry-title {
  display: block;
  font-size: 0.79rem;
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: -0.008em;
  color: var(--ink);
}

.toc-column:first-child .toc-entry-title {
  font-size: 0.775rem;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.toc-entry.tone-01, .essay-section.tone-01 { --toc-tone: #6f4f8f; --toc-tone-soft: rgba(111,79,143,0.12); --toc-tone-border: rgba(111,79,143,0.26); --toc-tone-wash: rgba(111,79,143,0.055); --section-tone: #6f4f8f; --section-tone-soft: rgba(111,79,143,0.12); --section-tone-border: rgba(111,79,143,0.24); }
.toc-entry.tone-02, .essay-section.tone-02 { --toc-tone: #76548d; --toc-tone-soft: rgba(118,84,141,0.12); --toc-tone-border: rgba(118,84,141,0.25); --toc-tone-wash: rgba(118,84,141,0.055); --section-tone: #76548d; --section-tone-soft: rgba(118,84,141,0.12); --section-tone-border: rgba(118,84,141,0.23); }
.toc-entry.tone-03, .essay-section.tone-03 { --toc-tone: #7d5a88; --toc-tone-soft: rgba(125,90,136,0.12); --toc-tone-border: rgba(125,90,136,0.25); --toc-tone-wash: rgba(125,90,136,0.055); --section-tone: #7d5a88; --section-tone-soft: rgba(125,90,136,0.12); --section-tone-border: rgba(125,90,136,0.23); }
.toc-entry.tone-04, .essay-section.tone-04 { --toc-tone: #86617c; --toc-tone-soft: rgba(134,97,124,0.12); --toc-tone-border: rgba(134,97,124,0.25); --toc-tone-wash: rgba(134,97,124,0.055); --section-tone: #86617c; --section-tone-soft: rgba(134,97,124,0.12); --section-tone-border: rgba(134,97,124,0.23); }
.toc-entry.tone-05, .essay-section.tone-05 { --toc-tone: #8f6769; --toc-tone-soft: rgba(143,103,105,0.12); --toc-tone-border: rgba(143,103,105,0.25); --toc-tone-wash: rgba(143,103,105,0.055); --section-tone: #8f6769; --section-tone-soft: rgba(143,103,105,0.12); --section-tone-border: rgba(143,103,105,0.23); }
.toc-entry.tone-06, .essay-section.tone-06 { --toc-tone: #976b58; --toc-tone-soft: rgba(151,107,88,0.12); --toc-tone-border: rgba(151,107,88,0.25); --toc-tone-wash: rgba(151,107,88,0.055); --section-tone: #976b58; --section-tone-soft: rgba(151,107,88,0.12); --section-tone-border: rgba(151,107,88,0.23); }
.toc-entry.tone-07, .essay-section.tone-07 { --toc-tone: #9d724b; --toc-tone-soft: rgba(157,114,75,0.12); --toc-tone-border: rgba(157,114,75,0.25); --toc-tone-wash: rgba(157,114,75,0.055); --section-tone: #9d724b; --section-tone-soft: rgba(157,114,75,0.12); --section-tone-border: rgba(157,114,75,0.23); }
.toc-entry.tone-08, .essay-section.tone-08 { --toc-tone: #a07a45; --toc-tone-soft: rgba(160,122,69,0.12); --toc-tone-border: rgba(160,122,69,0.25); --toc-tone-wash: rgba(160,122,69,0.055); --section-tone: #a07a45; --section-tone-soft: rgba(160,122,69,0.12); --section-tone-border: rgba(160,122,69,0.23); }
.toc-entry.tone-09, .essay-section.tone-09 { --toc-tone: #9a7848; --toc-tone-soft: rgba(154,120,72,0.12); --toc-tone-border: rgba(154,120,72,0.25); --toc-tone-wash: rgba(154,120,72,0.055); --section-tone: #9a7848; --section-tone-soft: rgba(154,120,72,0.12); --section-tone-border: rgba(154,120,72,0.23); }
.toc-entry.tone-10, .essay-section.tone-10 { --toc-tone: #92725a; --toc-tone-soft: rgba(146,114,90,0.12); --toc-tone-border: rgba(146,114,90,0.25); --toc-tone-wash: rgba(146,114,90,0.055); --section-tone: #92725a; --section-tone-soft: rgba(146,114,90,0.12); --section-tone-border: rgba(146,114,90,0.23); }
.toc-entry.tone-11, .essay-section.tone-11 { --toc-tone: #896c69; --toc-tone-soft: rgba(137,108,105,0.12); --toc-tone-border: rgba(137,108,105,0.25); --toc-tone-wash: rgba(137,108,105,0.055); --section-tone: #896c69; --section-tone-soft: rgba(137,108,105,0.12); --section-tone-border: rgba(137,108,105,0.23); }
.toc-entry.tone-12, .essay-section.tone-12 { --toc-tone: #81657a; --toc-tone-soft: rgba(129,101,122,0.12); --toc-tone-border: rgba(129,101,122,0.25); --toc-tone-wash: rgba(129,101,122,0.055); --section-tone: #81657a; --section-tone-soft: rgba(129,101,122,0.12); --section-tone-border: rgba(129,101,122,0.23); }
.toc-entry.tone-13, .essay-section.tone-13 { --toc-tone: #795f86; --toc-tone-soft: rgba(121,95,134,0.12); --toc-tone-border: rgba(121,95,134,0.25); --toc-tone-wash: rgba(121,95,134,0.055); --section-tone: #795f86; --section-tone-soft: rgba(121,95,134,0.12); --section-tone-border: rgba(121,95,134,0.23); }
.toc-entry.tone-14, .essay-section.tone-14 { --toc-tone: #70598c; --toc-tone-soft: rgba(112,89,140,0.12); --toc-tone-border: rgba(112,89,140,0.25); --toc-tone-wash: rgba(112,89,140,0.055); --section-tone: #70598c; --section-tone-soft: rgba(112,89,140,0.12); --section-tone-border: rgba(112,89,140,0.23); }
.toc-entry.tone-15, .essay-section.tone-15 { --toc-tone: #674f8e; --toc-tone-soft: rgba(103,79,142,0.12); --toc-tone-border: rgba(103,79,142,0.26); --toc-tone-wash: rgba(103,79,142,0.055); --section-tone: #674f8e; --section-tone-soft: rgba(103,79,142,0.12); --section-tone-border: rgba(103,79,142,0.24); }

.toc-entry .toc-num {
  color: var(--toc-tone);
  display: block;
  width: 100%;
  margin-top: 0.11rem;
  text-align: left;
  line-height: 1.1;
  font-size: 0.57rem;
  letter-spacing: 0.11em;
  font-variant-numeric: lining-nums tabular-nums;
}

.toc-page-no {
  display: block;
  width: 100%;
  margin-top: 0.11rem;
  font-family: var(--sans);
  font-size: 0.56rem;
  letter-spacing: 0.06em;
  color: color-mix(in srgb, var(--toc-tone) 86%, #4c4037);
  text-transform: uppercase;
  text-align: right;
  line-height: 1.1;
  font-variant-numeric: lining-nums tabular-nums;
}

.toc-entry::after {
  display: none;
}

.toc-summary {
  display: none;
}

.toc-footer-note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.34in;
  margin-top: auto;
  padding-top: 0.18in;
  border-top: 1px solid rgba(154,90,51,0.12);
}

.toc-footer-note p {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.38;
  color: #5a4f46;
}

.toc-footer-note p:first-child {
  padding-right: 0.04in;
}

.toc-footer-note p:last-child {
  padding-left: 0.04in;
}

.toc-footer-note strong {
  display: block;
  margin-bottom: 0.08rem;
  font-family: var(--sans);
  font-size: 0.5rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6c3c21;
}

.essay-shell {
  width: 100%;
}

.essay-section {
  --section-tone: #73578f;
  --section-tone-soft: rgba(115,87,143,0.10);
  --section-tone-border: rgba(115,87,143,0.20);
  margin: 0 0 1.6rem;
  position: relative;
}

.essay-section.section-break {
  break-before: page;
  padding-top: 0.1in;
}

.section-opening {
  margin: 0 0 0.98rem;
  break-after: avoid;
}

.section-meta {
  display: flex;
  align-items: center;
  gap: 0.16in;
  margin-bottom: 0.24rem;
}

.section-number {
  font-family: var(--sans);
  font-size: 0.64rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: rgba(108,60,33,0.78);
  text-transform: uppercase;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.07rem 0.28rem 0.09rem;
  border-radius: 999px;
  border: 1px solid var(--section-tone-border);
  background: linear-gradient(180deg, rgba(255,255,255,0.88), var(--section-tone-soft));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.46),
    0 1px 1px rgba(82,58,42,0.03);
  font-family: var(--sans);
  font-size: 0.46rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--section-tone);
}

.essay-section h2 {
  margin: 0;
  border-top: 1px solid var(--rule);
  padding-top: 0.22in;
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -0.012em;
  text-transform: none;
  color: #30241b;
}

.essay-section:not(.major-opening) h2 {
  font-size: 1.14rem;
  line-height: 1.08;
}

.essay-section.major-opening .section-opening {
  margin-bottom: 1.12rem;
}

.essay-section.major-opening h2 {
  font-size: 1.72rem;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #30241b;
  border-top: 1.5px solid rgba(167,133,100,0.54);
  padding-top: 0.2in;
  font-weight: 700;
}

.essay-section[data-slug="introduction"] h2 {
  font-weight: 800;
}

.section-deck {
  margin: 0.26rem 0 0;
  max-width: 5.2in;
  font-size: 0.84rem;
  line-height: 1.34;
  letter-spacing: 0.08em;
  word-spacing: 0.04em;
  font-variant-caps: all-small-caps;
  color: #5d5147;
}

.essay-section.major-opening .section-deck {
  font-size: 0.88rem;
  color: #56493f;
}

.essay-section h3 {
  margin: 1.15rem 0 0.35rem;
  font-family: var(--sans);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

p {
  margin: 0 0 0.72rem;
  orphans: 3;
  widows: 3;
}

.essay-section[data-slug="introduction"] > p:first-of-type::first-letter {
  float: left;
  font-size: 3.4rem;
  line-height: 0.82;
  padding-right: 0.12rem;
  padding-top: 0.06rem;
  color: var(--accent-dark);
}

ul, ol {
  margin: 0.2rem 0 0.85rem 1.2rem;
  padding: 0;
}

li {
  margin-bottom: 0.3rem;
}

blockquote {
  margin: 1rem 0 1rem 0.35in;
  padding: 0.05rem 0 0.05rem 0.7rem;
  border-left: 2px solid rgba(154,90,51,0.35);
  color: #3d3530;
}

code {
  font-family: var(--mono);
  font-size: 0.83em;
  background: rgba(215,200,184,0.22);
  padding: 0.08em 0.25em;
  border-radius: 3px;
  overflow-wrap: anywhere;
}

pre code {
  display: block;
  white-space: pre-wrap;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

a {
  color: var(--link);
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.11em;
}

.endnote-ref {
  font-family: var(--sans);
  font-size: 0.58em;
  vertical-align: super;
  margin-left: 0.08em;
  letter-spacing: 0.02em;
}

.endnote-ref a {
  color: var(--accent-dark);
  text-decoration: none;
}

.timeline-figure,
figure {
  margin: 1rem 0 1.15rem;
  break-inside: avoid;
}

.timeline-card,
.document-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 0.28in 0.3in;
}

.timeline-figure h3,
figure h3,
figcaption .caption-title {
  margin-top: 0;
  font-family: var(--sans);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.timeline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.62rem;
  margin-top: 0.65rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: 1.2in 1fr;
  gap: 0.35in;
  padding-top: 0.45rem;
  border-top: 1px solid rgba(215,200,184,0.58);
}

.timeline-item:first-child {
  border-top: none;
  padding-top: 0;
}

.timeline-year {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}

.timeline-body strong {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
}

.timeline-body p {
  margin: 0.18rem 0 0;
  font-size: 0.94rem;
}

.document-card img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(31,27,24,0.15);
  box-shadow: 0 8px 18px rgba(41, 32, 24, 0.08);
  background: white;
}

figcaption {
  margin-top: 0.58rem;
  font-size: 0.84rem;
  line-height: 1.38;
  color: var(--muted);
}

.figure-note,
.caption-note {
  display: block;
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.8rem;
}

.small-note {
  font-size: 0.88rem;
  color: var(--muted);
}

.quote-interlude {
  margin: 1.1rem 0 1.4rem;
  padding: 0 0 0 0.16in;
  break-inside: avoid;
}

.quote-interlude.right {
  margin-left: auto;
  padding: 0 0.16in 0 0;
  max-width: 5.4in;
}

.quote-card {
  width: 100%;
  max-width: 5.2in;
  padding: 0.16in 0.22in 0.14in 0.56in;
  background:
    linear-gradient(90deg, rgba(154,90,51,0.09), rgba(255,255,255,0.0) 54%),
    linear-gradient(180deg, rgba(252,249,245,0.68), rgba(247,240,231,0.36));
  border-left: 1.5px solid rgba(154,90,51,0.42);
  position: relative;
  box-shadow: none;
}

.quote-interlude.right .quote-card {
  margin-left: auto;
  background:
    linear-gradient(270deg, rgba(110,80,143,0.09), rgba(255,255,255,0.0) 54%),
    linear-gradient(180deg, rgba(252,249,245,0.68), rgba(247,240,231,0.36));
  border-left: none;
  border-right: 1.5px solid rgba(110,80,143,0.42);
  padding: 0.16in 0.56in 0.14in 0.22in;
}

.quote-card::before {
  content: "“";
  position: absolute;
  top: -0.14in;
  left: 0.06in;
  font-size: 3.45rem;
  line-height: 1;
  color: rgba(154,90,51,0.22);
}

.quote-interlude.right .quote-card::before {
  left: auto;
  right: 0.08in;
  color: rgba(110,80,143,0.22);
}

.quote-kicker {
  display: none;
}

.quote-text {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.16;
  font-weight: 600;
  max-width: 4.45in;
  color: #2b231d;
  text-wrap: balance;
}

.quote-source {
  margin-top: 0.7rem;
  font-family: var(--sans);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.quote-context {
  margin-top: 0.22rem;
  max-width: 4.4in;
  font-size: 0.83rem;
  line-height: 1.42;
  color: var(--muted);
}

.source-note-box {
  background:
    linear-gradient(180deg, rgba(255,252,248,0.98), rgba(246,239,229,0.98)),
    radial-gradient(circle at top right, rgba(110,80,143,0.05), transparent 34%);
  border: 1px solid rgba(157,128,99,0.28);
  padding: 0.34in 0.36in;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.42);
}

.source-note-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.18in 0.24in;
  margin-top: 0.3in;
}

.source-note-grid p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.46;
  color: #4f443c;
}

.source-note-grid strong {
  display: block;
  margin-bottom: 0.08rem;
  font-family: var(--sans);
  font-size: 0.54rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6c3c21;
}

.endnotes-section {
  break-before: page;
}

.endnotes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 2;
  column-gap: 0.34in;
  column-fill: balance;
}

.endnotes-list li {
  position: relative;
  padding-left: 1.7rem;
  margin: 0 0 0.76rem;
  font-size: 0.84rem;
  line-height: 1.42;
  color: #3e3530;
  break-inside: avoid;
  border-top: 1px solid rgba(215,200,184,0.34);
  padding-top: 0.42rem;
}

.endnotes-list li::before {
  content: attr(data-note);
  position: absolute;
  top: 0.42rem;
  left: 0;
  font-family: var(--sans);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  color: var(--accent-dark);
}

.endnotes-list li p {
  margin: 0;
}

.endnotes-list li code {
  font-size: 0.8em;
}

.closing-note {
  margin-top: 1.2rem;
  padding-top: 0.6rem;
  border-top: 1px solid var(--rule);
  font-size: 0.88rem;
  color: var(--muted);
}
