:root {
  --bg: #f6f3ec;
  --paper: #fbf9f4;
  --ink: #1d1b17;
  --ink-2: #4a463e;
  --ink-3: #7a7468;
  --rule: #ddd6c8;
  --accent: #9a3b1f;
  --accent-soft: #f1e3da;
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --measure: 40rem;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #15140f;
    --paper: #1c1b16;
    --ink: #ece7dc;
    --ink-2: #c4bdae;
    --ink-3: #928b7d;
    --rule: #34312a;
    --accent: #e08a67;
    --accent-soft: #2c211b;
  }
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.1875rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
a { color: var(--accent); text-underline-offset: 0.18em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 2px; }

.wrap { max-width: var(--measure); margin: 0 auto; padding: 0 1rem; }
@media (min-width: 640px) { .wrap { padding: 0 1.5rem; } }

header.site {
  border-bottom: 1px solid var(--rule);
  font-family: var(--sans);
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
}
header.site .wrap { display: flex; justify-content: space-between; align-items: center; padding-top: 1.1rem; padding-bottom: 1.1rem; }
header.site .mark { color: var(--ink); font-weight: 600; letter-spacing: 0.12em; }

/* The entry */
.entry { padding: 4.5rem 0 3.5rem; }
.kicker {
  font-family: var(--sans);
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 1.25rem;
}
h1 {
  font-weight: 400;
  font-size: clamp(2.5rem, 7vw, 3.75rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 0.6rem;
}
.pron {
  font-family: var(--sans);
  font-size: 0.9375rem;
  color: var(--ink-3);
  margin: 0 0 2.25rem;
}
.pron i { font-family: var(--serif); font-size: 1.05rem; }
.definition {
  margin: 0;
  padding: 0 0 0 1.25rem;
  border-left: 3px solid var(--accent);
  font-size: clamp(1.375rem, 3.4vw, 1.75rem);
  line-height: 1.4;
}
.definition p { margin: 0; }

/* Body sections */
section { padding: 3rem 0; border-top: 1px solid var(--rule); }
h2 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 1.5rem;
}
h3 { font-weight: 500; font-size: 1.3rem; line-height: 1.3; margin: 0 0 0.4rem; }
p { margin: 0 0 1.1rem; }
p:last-child { margin-bottom: 0; }
.lead { font-size: 1.375rem; line-height: 1.45; }
.muted { color: var(--ink-2); }

/* Three actors */
.actors { display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); margin: 1.75rem 0; }
@media (min-width: 640px) { .actors { grid-template-columns: repeat(3, 1fr); } }
.actor { background: var(--paper); padding: 1.25rem 1.25rem 1.4rem; }
.actor .who {
  font-family: var(--sans); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--accent); margin: 0 0 0.5rem; font-weight: 600;
}
.actor .does { font-size: 1.25rem; line-height: 1.3; margin: 0 0 0.35rem; }
.actor .note { font-size: 1rem; color: var(--ink-2); margin: 0; line-height: 1.5; }

/* Timeline */
ol.timeline { list-style: none; margin: 1.5rem 0 0; padding: 0; }
ol.timeline li { display: grid; grid-template-columns: 6.5rem 1fr; gap: 1rem; padding: 0.9rem 0; border-top: 1px dashed var(--rule); }
ol.timeline li:first-child { border-top: 0; }
ol.timeline .when { font-family: var(--sans); font-size: 0.875rem; color: var(--ink-3); padding-top: 0.2rem; }
@media (max-width: 420px) { ol.timeline li { grid-template-columns: 1fr; gap: 0.15rem; } }

/* Two readings */
.readings { display: grid; gap: 1rem; margin: 1.5rem 0; }
@media (min-width: 640px) { .readings { grid-template-columns: 1fr 1fr; } }
.reading { padding: 1.25rem; border: 1px solid var(--rule); background: var(--paper); }
.reading.ours { border-color: var(--accent); }
.reading .label { font-family: var(--sans); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 0.6rem; font-weight: 600; }
.reading.ours .label { color: var(--accent); }
.reading p { font-size: 1.05rem; line-height: 1.5; }
.pull { font-size: 1.5rem; line-height: 1.35; margin: 2rem 0 0; }

/* Lists */
ul.plain { list-style: none; padding: 0; margin: 0; }
ul.plain li { padding: 0.65rem 0 0.65rem 1.6rem; position: relative; border-top: 1px dashed var(--rule); }
ul.plain li:first-child { border-top: 0; }
ul.plain li::before { position: absolute; left: 0; top: 0.65rem; font-family: var(--sans); font-weight: 600; }
ul.yes li::before { content: "+"; color: var(--accent); }
ul.no li::before { content: "\2212"; color: var(--ink-3); }
.cols { display: grid; gap: 2rem; }
@media (min-width: 640px) { .cols { grid-template-columns: 1fr 1fr; gap: 2.5rem; } }
.cols h3 { font-family: var(--sans); font-size: 0.9375rem; font-weight: 600; margin-bottom: 0.5rem; }

/* FAQ */
details { border-top: 1px solid var(--rule); padding: 1rem 0; }
details:last-of-type { border-bottom: 1px solid var(--rule); }
summary { cursor: pointer; font-size: 1.2rem; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-family: var(--sans); color: var(--ink-3); flex: none; }
details[open] summary::after { content: "\2212"; }
details p { margin-top: 0.75rem; color: var(--ink-2); }

/* Onward */
.onward { background: var(--accent-soft); padding: 1.75rem 1.5rem; margin-top: 0.5rem; }
.onward p { margin-bottom: 0.9rem; }
.onward a { font-family: var(--sans); font-weight: 500; font-size: 1rem; }

cite { font-style: italic; }
footer { border-top: 1px solid var(--rule); padding: 2rem 0 3rem; font-family: var(--sans); font-size: 0.8125rem; color: var(--ink-3); }
footer p { margin: 0 0 0.4rem; }
