:root {
  color-scheme: light;
  --ink: #18251f;
  --ink-soft: #47564f;
  --paper: #f5f0e5;
  --paper-deep: #e7decc;
  --panel: #fffdf7;
  --signal: #c34725;
  --signal-dark: #8e2f18;
  --moss: #244a3b;
  --moss-light: #dbe6dc;
  --line: #c8beaa;
  --focus: #1769aa;
  --shadow: 0 24px 70px rgba(24, 37, 31, 0.13);
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 90% 4%, rgba(195, 71, 37, 0.12), transparent 25rem),
    linear-gradient(180deg, #eee7d8 0, var(--paper) 28rem, var(--paper) 100%);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--signal-dark);
  text-decoration-color: rgba(142, 47, 24, 0.42);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.17em;
}

a:hover {
  color: var(--signal);
  text-decoration-color: currentColor;
}

a:focus-visible {
  border-radius: 0.15rem;
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  top: -5rem;
  left: 1rem;
  z-index: 20;
  padding: 0.6rem 0.9rem;
  background: var(--panel);
  color: var(--ink);
}

.skip-link:focus {
  top: 1rem;
}

.topbar {
  border-bottom: 1px solid rgba(36, 74, 59, 0.28);
}

.topbar-inner {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.73rem;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.brand {
  color: var(--moss);
}

.edition {
  color: var(--ink-soft);
  text-align: right;
}

.hero {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4.2rem, 10vw, 8rem) 0 clamp(3.5rem, 7vw, 6rem);
}

.eyebrow,
.section-label,
.card-label,
.timeline-date,
.source-number {
  color: var(--signal-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 970px;
  margin: 1.1rem 0 1.2rem;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 8.7vw, 7.6rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.93;
}

.hero h1 em {
  color: var(--signal);
  font-weight: 500;
}

.dek {
  max-width: 760px;
  margin: 0;
  color: #35463e;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  line-height: 1.45;
}

.hero-meta {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.25rem;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.hero-meta span + span::before {
  margin-right: 1.25rem;
  color: var(--signal);
  content: "•";
}

.article-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 6rem;
  background: var(--panel);
  border: 1px solid rgba(90, 74, 54, 0.22);
  box-shadow: var(--shadow);
}

.article-inner {
  padding: clamp(1.4rem, 5vw, 4.5rem);
}

.verdict {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  gap: clamp(1.6rem, 5vw, 4.5rem);
  margin-bottom: 4.5rem;
  padding: clamp(1.5rem, 4vw, 3.3rem);
  background: var(--moss);
  color: #fffaf0;
}

.verdict .card-label {
  color: #f0a58f;
}

.verdict h2 {
  margin: 0.45rem 0 0;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4.35vw, 4.15rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.verdict-copy {
  align-self: center;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.65;
}

.verdict-copy p {
  margin: 0;
}

.verdict-copy p + p {
  margin-top: 1rem;
}

.verdict-copy strong {
  color: #ffd5c8;
}

.verdict a {
  color: #ffd5c8;
  text-decoration-color: rgba(255, 213, 200, 0.55);
}

.reading-guide {
  max-width: 780px;
  margin: 0 auto 5rem;
  padding: 1.35rem 1.5rem;
  border-left: 5px solid var(--signal);
  background: #f1e8d7;
  color: #35423c;
  font-size: 0.92rem;
}

.reading-guide p {
  margin: 0;
}

.reading-guide p + p {
  margin-top: 0.7rem;
}

.prose {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.prose section {
  margin-top: 5.2rem;
}

.prose h2 {
  margin: 0.45rem 0 1.35rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 4.4vw, 3.25rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.prose h3 {
  margin: 2.6rem 0 0.8rem;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 600;
  line-height: 1.2;
}

.prose p {
  margin: 0 0 1.25rem;
}

.prose .lead {
  color: #2f4038;
  font-family: var(--serif);
  font-size: 1.22rem;
  line-height: 1.58;
}

.fn {
  margin-left: 0.12em;
  font-family: var(--sans);
  font-size: 0.62em;
  font-weight: 800;
  line-height: 0;
  vertical-align: super;
}

.term-grid,
.position-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 980px;
  margin: 2.1rem auto 5.2rem;
}

.term-card,
.position-card {
  min-width: 0;
  padding: 1.45rem;
  border: 1px solid var(--line);
  background: #fbf7ed;
}

.term-card h3,
.position-card h3 {
  margin: 0.4rem 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.2;
}

.term-card p,
.position-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.6;
}

.position-card.supports {
  border-top: 5px solid #38745d;
}

.position-card.restricts {
  border-top: 5px solid var(--signal);
}

.timeline {
  max-width: 930px;
  margin: 2.5rem auto 5.5rem;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 8.2rem minmax(0, 1fr);
  gap: 1.6rem;
  padding: 0 0 2.6rem;
}

.timeline li:not(:last-child) .timeline-body {
  border-bottom: 1px solid var(--line);
  padding-bottom: 2.6rem;
}

.timeline h3 {
  margin: 0 0 0.5rem;
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.2;
}

.timeline p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.66;
}

.pullquote {
  max-width: 980px;
  margin: 5.5rem auto;
  padding: clamp(1.8rem, 5vw, 4rem) 0;
  border-top: 1px solid var(--signal);
  border-bottom: 1px solid var(--signal);
  color: var(--moss);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 4vw, 3.2rem);
  letter-spacing: -0.025em;
  line-height: 1.22;
  text-align: center;
}

.pullquote p {
  margin: 0;
}

.argument-list,
.test-list {
  margin: 1.2rem 0 1.6rem;
  padding-left: 1.3rem;
}

.argument-list li,
.test-list li {
  margin-bottom: 0.78rem;
  padding-left: 0.35rem;
}

.countercase {
  max-width: 900px;
  margin: 5.5rem auto;
  padding: clamp(1.7rem, 4vw, 3rem);
  border: 1px solid var(--line);
  background: #f1e8d7;
}

.countercase h2 {
  margin: 0.45rem 0 1rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.12;
}

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

.three-answers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1030px;
  margin: 2rem auto 5.5rem;
}

.answer {
  padding: 1.5rem;
  background: var(--moss);
  color: #fffaf0;
}

.answer .card-label {
  color: #f0a58f;
}

.answer h3 {
  margin: 0.45rem 0 0.7rem;
  color: #fff;
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1.18;
}

.answer p {
  margin: 0;
  color: #e3ebe6;
  font-size: 0.88rem;
  line-height: 1.58;
}

.answer:nth-child(2) {
  background: #684032;
}

.answer:nth-child(3) {
  background: #333d39;
}

.sources {
  margin-top: 6rem;
  padding-top: 3rem;
  border-top: 3px solid var(--moss);
}

.sources h2 {
  margin: 0.45rem 0 1rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 500;
  line-height: 1.1;
}

.sources-intro {
  max-width: 760px;
  margin-bottom: 2rem;
  color: var(--ink-soft);
}

.source-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  list-style: none;
}

.source-list li {
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--line);
}

.source-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.source-list p {
  margin: 0;
}

.source-list .source-title {
  font-family: var(--serif);
  font-size: 1.1rem;
  line-height: 1.35;
}

.source-note {
  margin-top: 0.2rem;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.method {
  margin-top: 3rem;
  padding: 1.5rem;
  background: var(--moss-light);
  color: #2d3d36;
  font-size: 0.86rem;
}

.method h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.method p {
  margin: 0;
}

.method p + p {
  margin-top: 0.7rem;
}

.site-footer {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0 0 4rem;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 820px) {
  .verdict,
  .three-answers {
    grid-template-columns: 1fr;
  }

  .term-grid,
  .position-grid {
    grid-template-columns: 1fr;
  }

  .timeline li {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .timeline li:not(:last-child) {
    border-bottom: 1px solid var(--line);
    margin-bottom: 2rem;
  }

  .timeline li:not(:last-child) .timeline-body {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 16.5px;
  }

  .topbar-inner,
  .hero,
  .article-shell,
  .site-footer {
    width: min(100% - 1.1rem, 1180px);
  }

  .topbar-inner {
    align-items: flex-start;
    font-size: 0.62rem;
  }

  .hero {
    padding-top: 3.5rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 17vw, 4.5rem);
  }

  .hero-meta {
    display: grid;
    gap: 0.35rem;
  }

  .hero-meta span + span::before {
    display: none;
  }

  .article-inner {
    padding: 1rem;
  }

  .verdict {
    margin-bottom: 3rem;
    padding: 1.25rem;
  }

  .reading-guide,
  .term-card,
  .position-card,
  .answer,
  .countercase,
  .method {
    padding: 1.15rem;
  }

  .prose section,
  .sources {
    margin-top: 4rem;
  }

  .pullquote,
  .countercase,
  .three-answers {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .source-list li {
    grid-template-columns: 2.2rem minmax(0, 1fr);
    gap: 0.55rem;
  }

  .site-footer {
    display: block;
  }

  .site-footer p + p {
    margin-top: 0.45rem;
  }
}

@media print {
  body {
    background: #fff;
    color: #000;
    font-size: 11pt;
  }

  .topbar,
  .site-footer {
    display: none;
  }

  .hero,
  .article-shell {
    width: 100%;
    margin: 0;
  }

  .hero {
    padding: 1.5rem 0 2rem;
  }

  .article-shell {
    border: 0;
    box-shadow: none;
  }

  .article-inner {
    padding: 0;
  }

  .verdict,
  .answer {
    border: 1px solid #555;
    background: #fff;
    color: #000;
  }

  .verdict h2,
  .verdict-copy strong,
  .verdict a,
  .answer h3,
  .answer p {
    color: #000;
  }

  a {
    color: #000;
  }

  section,
  .countercase,
  .sources {
    break-inside: avoid;
  }
}
