/* ─────────────────────────────────────────────────────────────────────────
   Lex Arbitri Suite — /writing reading surface
   Legal Volume landing-page dialect (~/Practice/standards/legal-volume.md §5, §8).
   Shared by the index and every article page. GENERATED PAGES LINK THIS FILE.
   Fonts self-hosted (zero-egress) — mirrors the landing site's own @font-face block.
   ───────────────────────────────────────────────────────────────────────── */

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/cormorant-garamond-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/inter-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/inter-latin-400-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/inter-latin-600-normal.woff2') format('woff2');
}

:root {
  color-scheme: light;
  --burgundy: #8B2C2C;
  --paper: #F9F9F7;
  --ink: #1A1A1A;
  --gray: #666666;
  --rule-line: #E0E0E0;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;   /* 17px */
  line-height: 1.7;
  margin: 0;
  padding: 4rem 1.5rem 6rem;
}

.volume { max-width: 720px; margin: 0 auto; }

/* ── Masthead: the §8 "deeper into the same document" cue ─────────────────── */
.masthead {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  margin: 0 0 3.5rem;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  color: var(--gray);
}
.masthead a { text-decoration: none; border-bottom: none; }
.masthead .wordmark {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0;
  color: var(--ink);
}
.masthead .wordmark:hover { color: var(--burgundy); }
.masthead .sep { color: var(--burgundy); }
.masthead .section { color: var(--gray); }

/* ── Headings ─────────────────────────────────────────────────────────────── */
h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  color: var(--ink);
  font-size: 2.5rem;
  line-height: 1.15;
  letter-spacing: 0.01em;
  margin: 0 0 0.75rem;
}
h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  color: var(--ink);
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 2.75rem 0 1rem;
}
h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.25;
  margin: 2.25rem 0 0.85rem;
}

/* ── Article body ─────────────────────────────────────────────────────────── */
.standfirst {
  color: var(--gray);
  font-size: 0.9rem;
  font-style: italic;
  margin: 0 0 2.25rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--rule-line);
}
p { margin: 0 0 1.35rem; }
em { font-style: italic; }
strong { font-weight: 600; }

a {
  color: var(--burgundy);
  text-decoration: none;
  border-bottom: 1px solid rgba(139, 44, 44, 0.3);
}
a:hover { border-bottom-color: var(--burgundy); }

.cite { color: var(--gray); font-size: 0.92em; }
.cite a { color: var(--burgundy); border-bottom-color: rgba(139, 44, 44, 0.25); }

ul.actions { list-style: none; margin: 0 0 1.35rem; padding: 0; }
ul.actions li {
  border-left: 2px solid var(--burgundy);
  padding: 0.15rem 0 0.15rem 1.1rem;
  margin: 0 0 1rem;
}
ul.actions li strong { font-weight: 600; }

/* Plain lists (not weight-bearing) keep ordinary bullets */
ul { margin: 0 0 1.35rem; padding-left: 1.4rem; }
ul li { margin: 0 0 0.5rem; }

/* ── Colophon ─────────────────────────────────────────────────────────────── */
.colophon {
  margin: 4.5rem 0 0;
  padding-top: 1.75rem;
  border-top: 1px solid var(--rule-line);
  font-size: 0.8rem;
  color: var(--gray);
}
.colophon a { color: var(--burgundy); border-bottom-color: rgba(139, 44, 44, 0.3); }

/* ── Index of pieces ──────────────────────────────────────────────────────── */
.lede {
  color: var(--gray);
  font-size: 1rem;
  font-style: italic;
  margin: 0 0 1rem;
}
.index-list { list-style: none; margin: 2.5rem 0 0; padding: 0; }
.index-item { padding: 1.75rem 0; border-bottom: 1px solid var(--rule-line); }
.index-item:first-child { border-top: 1px solid var(--rule-line); }
.index-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 0.35rem;
}
.index-title a { color: var(--ink); border-bottom: none; }
.index-title a:hover { color: var(--burgundy); }
.index-date {
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  color: var(--gray);
  margin: 0 0 0.5rem;
}
.index-standfirst { color: var(--gray); font-style: italic; font-size: 0.95rem; margin: 0; }

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 600px) {
  body { padding: 2.5rem 1.25rem 4rem; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  .index-title { font-size: 1.4rem; }
}
