@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=Inconsolata:wght@400;500;600&family=UnifrakturMaguntia&display=swap");

:where(body.essay-dark-knight-trilogy, .essay-doc.essay-dark-knight-trilogy),
:where(body.essay-dark-knight-tribune, .essay-doc.essay-dark-knight-tribune) {
  --ink: #1a1a1a;
  --ink-light: #4a4a4a;
  --muted: #7a7a7a;
  --highlight: #5b6570;
  --highlight-soft: rgba(91, 101, 112, 0.18);
}

:where(body.essay-proliferating-education, .essay-doc.essay-proliferating-education),
:where(body.essay-whats-the-deal-with-the-bee, .essay-doc.essay-whats-the-deal-with-the-bee),
:where(body.essay-how-nations-get-rich, .essay-doc.essay-how-nations-get-rich),
:where(body.essay-dispatches-from-pakistan, .essay-doc.essay-dispatches-from-pakistan) {
  --ink: #1a1a1a;
  --ink-light: #4a4a4a;
  --muted: #7a7a7a;
  --highlight: #2f5d50;
  --highlight-soft: rgba(47, 93, 80, 0.18);
}

:where(body.essay-path-gods-eye, .essay-doc.essay-path-gods-eye),
:where(body.essay-what-holds-value, .essay-doc.essay-what-holds-value),
:where(body.essay-im-finally-building-citizen, .essay-doc.essay-im-finally-building-citizen) {
  --ink: #1a1a1a;
  --ink-light: #4a4a4a;
  --muted: #7a7a7a;
  --highlight: #2e556d;
  --highlight-soft: rgba(46, 85, 109, 0.18);
}

:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) {
  --ink: #1a1a1a;
  --ink-light: #4a4a4a;
  --muted: #7a7a7a;
  --highlight: #7a3b3b;
  --highlight-soft: rgba(122, 59, 59, 0.18);
}

:where(body.essay-reko-diq-gold-and-a-50-year-strategy-for-pakistan, .essay-doc.essay-reko-diq-gold-and-a-50-year-strategy-for-pakistan) {
  --ink: #1a1a1a;
  --ink-light: #4a4a4a;
  --muted: #7a7a7a;
  --highlight: #7a4e2d;
  --highlight-soft: rgba(122, 78, 45, 0.18);
}

:where(body.essay-doc, .essay-doc) {
  background-color: #ffffff;
  color: var(--ink, #1a1a1a);
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

:where(body.essay-doc, .essay-doc) code,
:where(body.essay-doc, .essay-doc) pre {
  font-family: "Inconsolata", monospace;
}

:where(body.essay-doc, .essay-doc) .progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--ink, #1a1a1a) 0%, var(--highlight, #d4af37) 100%);
  z-index: 1000;
}

:where(body.essay-doc, .essay-doc) .container {
  max-width: 640px;
  margin-left: 0;
  margin-right: auto;
  padding: 48px 24px 120px;
}

:where(body.essay-doc, .essay-doc) .article-header {
  margin-bottom: 48px;
}

:where(body.essay-doc, .essay-doc) .article-kicker {
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted, #7a7a7a);
  margin-bottom: 12px;
}

:where(body.essay-doc, .essay-doc) .article-title {
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink, #1a1a1a);
  margin-bottom: 16px;
}

:where(body.essay-doc, .essay-doc) .article-subtitle {
  font-size: 19px;
  color: var(--ink-light, #4a4a4a);
  line-height: 1.55;
  margin-bottom: 24px;
}

:where(body.essay-doc, .essay-doc) .article-meta {
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  color: var(--muted, #7a7a7a);
}

:where(body.essay-doc, .essay-doc) .article-meta strong {
  color: var(--ink, #1a1a1a);
  font-weight: 600;
}

:where(body.essay-doc, .essay-doc) .contents {
  margin-bottom: 48px;
  padding: 24px 0;
  border-top: 1px solid #e8e5e0;
  border-bottom: 1px solid #e8e5e0;
}

:where(body.essay-doc, .essay-doc) .contents-title {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted, #7a7a7a);
  margin-bottom: 16px;
}

:where(body.essay-doc, .essay-doc) .contents-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

:where(body.essay-doc, .essay-doc) .contents-list li {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f0ede8;
}

:where(body.essay-doc, .essay-doc) .contents-list li:last-child {
  border-bottom: none;
}

:where(body.essay-doc, .essay-doc) .contents-num {
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--highlight, #d4af37);
  min-width: 24px;
  padding-top: 2px;
}

:where(body.essay-doc, .essay-doc) .contents-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

:where(body.essay-doc, .essay-doc) .contents-link {
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink, #1a1a1a);
  text-decoration: none;
  transition: color 0.2s ease;
}

:where(body.essay-doc, .essay-doc) .contents-link:hover,
:where(body.essay-doc, .essay-doc) .contents-link.active {
  color: var(--highlight, #d4af37);
}

:where(body.essay-doc, .essay-doc) .contents-desc {
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  color: var(--muted, #7a7a7a);
  line-height: 1.4;
}

:where(body.essay-doc, .essay-doc) .article-body p {
  margin-top: 40px;
  margin-bottom: 26px;
  color: var(--ink, #1a1a1a);
}

:where(body.essay-doc, .essay-doc) .article-body > p:first-of-type::first-letter {
  float: left;
  font-family: "UnifrakturMaguntia", cursive;
  font-size: 64px;
  line-height: 0.85;
  padding-right: 10px;
  padding-top: 4px;
  color: var(--ink, #1a1a1a);
}

:where(body.essay-doc, .essay-doc) .article-body h2 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--ink, #1a1a1a);
  margin: 56px 0 20px;
  padding-top: 24px;
  padding-left: 16px;
  border-left: 3px solid var(--highlight, #d4af37);
}

:where(body.essay-doc, .essay-doc) .article-body h3 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink, #1a1a1a);
  margin: 36px 0 16px;
}

:where(body.essay-doc, .essay-doc) .article-body ul,
:where(body.essay-doc, .essay-doc) .article-body ol {
  margin: 0 0 26px 20px;
}

:where(body.essay-doc, .essay-doc) .article-body ul li,
:where(body.essay-doc, .essay-doc) .article-body ol li {
  margin-bottom: 10px;
  line-height: 1.7;
  padding-left: 4px;
}

:where(body.essay-doc, .essay-doc) .article-body a {
  color: var(--ink, #1a1a1a);
  text-decoration: underline;
  text-decoration-color: var(--highlight, #d4af37);
  text-underline-offset: 3px;
}

:where(body.essay-doc, .essay-doc) .article-body a:hover {
  background: var(--highlight, #d4af37);
  color: var(--paper, #fdfbf7);
  text-decoration: none;
}

:where(body.essay-doc, .essay-doc) .article-body strong {
  color: var(--ink, #1a1a1a);
  background: linear-gradient(
    180deg,
    transparent 60%,
    var(--highlight-soft, rgba(47, 93, 80, 0.18)) 60%
  );
  padding: 0 2px;
}

:where(body.essay-doc, .essay-doc) .essay-img {
  width: 100%;
  height: auto;
  margin: 36px 0;
  display: block;
  border-radius: 12px !important;
  cursor: zoom-in;
}

:where(body.essay-doc, .essay-doc) .pullquote {
  margin: 48px 0;
  padding: 24px 0;
  border-top: 1px solid #e8e5e0;
  border-bottom: 1px solid #e8e5e0;
}

:where(body.essay-doc, .essay-doc) .pullquote p {
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  color: var(--ink, #1a1a1a);
  line-height: 1.45;
  margin-bottom: 8px;
}

:where(body.essay-doc, .essay-doc) .pullquote cite {
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted, #7a7a7a);
  font-style: normal;
}

:where(body.essay-doc, .essay-doc) .closing-quote {
  margin: 48px 0;
  padding: 32px 0;
  text-align: center;
}

:where(body.essay-doc, .essay-doc) .closing-quote p {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--ink, #1a1a1a);
  line-height: 1.4;
  margin-bottom: 0;
}

:where(body.essay-doc, .essay-doc) .closing-quote p::before {
  content: '"';
  font-size: 48px;
  color: var(--highlight, #d4af37);
  display: block;
  line-height: 0.5;
  margin-bottom: 16px;
}

:where(body.essay-doc, .essay-doc) .reading-time {
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid #e8e5e0;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  color: var(--muted, #7a7a7a);
}

/* Special components: shared callouts */
:where(body.essay-doc, .essay-doc) .ideas-section {
  background: #f6f7fb;
  border-left: 3px solid var(--highlight, #d4af37);
  padding: 28px 32px;
  margin: 48px 0 40px;
}

:where(body.essay-doc, .essay-doc) .ideas-section h3,
:where(body.essay-doc, .essay-doc) .draft-notes-title,
:where(body.essay-doc, .essay-doc) .case-study-label,
:where(body.essay-doc, .essay-doc) .diagram-label {
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

:where(body.essay-doc, .essay-doc) .ideas-section ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

:where(body.essay-doc, .essay-doc) .ideas-section li,
:where(body.essay-doc, .essay-doc) .draft-notes li {
  margin-bottom: 10px;
}

:where(body.essay-doc, .essay-doc) .book {
  background: rgba(255, 255, 255, 0.35);
}

/* Special components: Citizen / How Nations Get Rich framework cards */
:where(body.essay-doc, .essay-doc) .framework-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 36px 0;
}

:where(body.essay-doc, .essay-doc) .framework-card,
:where(body.essay-doc, .essay-doc) .draft-notes,
:where(body.essay-doc, .essay-doc) .comparison-card,
:where(body.essay-doc, .essay-doc) .data-callout {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

:where(body.essay-doc, .essay-doc) .framework-card {
  padding: 24px;
}

:where(body.essay-doc, .essay-doc) .card-number {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 8px;
  color: var(--highlight, #d4af37);
  opacity: 0.35;
}

:where(body.essay-doc, .essay-doc) .draft-notes {
  padding: 28px 32px;
  margin: 36px 0;
}

:where(body.essay-doc, .essay-doc) .case-study {
  position: relative;
  margin: 42px 0;
  padding: 24px 28px 22px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0) 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 248, 248, 0.98) 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

:where(body.essay-doc, .essay-doc) .case-study::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--highlight, #2f5d50) 0%, rgba(0, 0, 0, 0.12) 100%);
}

:where(body.essay-doc, .essay-doc) .case-study::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 16px;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 72%);
  pointer-events: none;
}

:where(body.essay-doc, .essay-doc) .case-study-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--highlight, #2f5d50);
}

:where(body.essay-doc, .essay-doc) .case-study-label::before {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

:where(body.essay-doc, .essay-doc) .case-study h4 {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--ink, #1a1a1a);
  margin: 0 0 10px;
}

:where(body.essay-doc, .essay-doc) .case-study p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--ink-light, #4a4a4a);
  margin: 0;
  max-width: 60ch;
}

:where(body.essay-doc, .essay-doc) .revenue-table {
  width: 100%;
  border-collapse: collapse;
  margin: 36px 0;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
}

:where(body.essay-doc, .essay-doc) .revenue-table th,
:where(body.essay-doc, .essay-doc) .revenue-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* Special components: Manufacturing War / Path to God's Eye diagrams */
:where(body.essay-doc, .essay-doc) .diagram {
  background: #111;
  border-radius: 8px;
  padding: 32px 24px;
  margin: 40px 0;
  color: #fff;
  font-family: "Barlow", sans-serif;
}

:where(body.essay-doc, .essay-doc) .diagram-flow,
:where(body.essay-doc, .essay-doc) .diagram-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

:where(body.essay-doc, .essay-doc) .diagram-box,
:where(body.essay-doc, .essay-doc) .diagram-item,
:where(body.essay-doc, .essay-doc) .diagram-center {
  background: #222;
  border: 1px solid #444;
  border-radius: 6px;
  padding: 14px 18px;
  color: #ddd;
}

:where(body.essay-doc, .essay-doc) .diagram-box.black-box,
:where(body.essay-doc, .essay-doc) .diagram-center {
  background: var(--highlight, #d4af37);
  border-color: var(--highlight, #d4af37);
  color: #fff;
}

/* Special components: comparison grids and feature blocks */
:where(body.essay-doc, .essay-doc) .comparison-grid,
:where(body.essay-doc, .essay-doc) .feature-blocks,
:where(body.essay-doc, .essay-doc) .image-grid {
  display: grid;
  gap: 16px;
  margin: 36px 0;
}

:where(body.essay-doc, .essay-doc) .comparison-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

:where(body.essay-doc, .essay-doc) .feature-blocks,
:where(body.essay-doc, .essay-doc) .image-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

:where(body.essay-doc, .essay-doc) .feature-block {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 20px;
}

/* Special components: Dispatches from Pakistan */
:where(body.essay-dispatches-from-pakistan, .essay-doc.essay-dispatches-from-pakistan) .contents-num {
  min-width: 56px;
}

:where(body.essay-dispatches-from-pakistan, .essay-doc.essay-dispatches-from-pakistan) .story-label {
  font-family: "Barlow", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--highlight, #2f5d50);
  margin-top: 56px;
  margin-bottom: -40px;
}

:where(body.essay-dispatches-from-pakistan, .essay-doc.essay-dispatches-from-pakistan) .draft-notes,
:where(body.essay-what-holds-value, .essay-doc.essay-what-holds-value) .draft-notes,
:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .draft-notes {
  position: relative;
  margin-top: 64px;
  padding: 28px 30px 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0) 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 247, 247, 0.98) 100%);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

:where(body.essay-dispatches-from-pakistan, .essay-doc.essay-dispatches-from-pakistan) .draft-notes::before,
:where(body.essay-what-holds-value, .essay-doc.essay-what-holds-value) .draft-notes::before,
:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .draft-notes::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--highlight, #2f5d50) 0%, rgba(0, 0, 0, 0.16) 100%);
}

:where(body.essay-dispatches-from-pakistan, .essay-doc.essay-dispatches-from-pakistan) .draft-notes::after,
:where(body.essay-what-holds-value, .essay-doc.essay-what-holds-value) .draft-notes::after,
:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .draft-notes::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 18px;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.045) 0%, rgba(0, 0, 0, 0) 72%);
  pointer-events: none;
}

:where(body.essay-dispatches-from-pakistan, .essay-doc.essay-dispatches-from-pakistan) .draft-notes-title,
:where(body.essay-what-holds-value, .essay-doc.essay-what-holds-value) .draft-notes-title,
:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .draft-notes-title {
  color: var(--highlight, #2f5d50);
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

:where(body.essay-dispatches-from-pakistan, .essay-doc.essay-dispatches-from-pakistan) .draft-notes-title::before,
:where(body.essay-what-holds-value, .essay-doc.essay-what-holds-value) .draft-notes-title::before,
:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .draft-notes-title::before {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
  opacity: 0.75;
}

:where(body.essay-dispatches-from-pakistan, .essay-doc.essay-dispatches-from-pakistan) .draft-notes h3,
:where(body.essay-what-holds-value, .essay-doc.essay-what-holds-value) .draft-notes h3,
:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .draft-notes h3 {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink, #1a1a1a);
  letter-spacing: -0.01em;
  margin: 26px 0 12px;
  padding: 0;
  border-left: none;
}

:where(body.essay-dispatches-from-pakistan, .essay-doc.essay-dispatches-from-pakistan) .draft-notes ul,
:where(body.essay-what-holds-value, .essay-doc.essay-what-holds-value) .draft-notes ul,
:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .draft-notes ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

:where(body.essay-dispatches-from-pakistan, .essay-doc.essay-dispatches-from-pakistan) .draft-notes ul li,
:where(body.essay-what-holds-value, .essay-doc.essay-what-holds-value) .draft-notes ul li,
:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .draft-notes ul li {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-light, #4a4a4a);
  margin-bottom: 10px;
  padding: 0 0 0 16px;
  position: relative;
}

:where(body.essay-dispatches-from-pakistan, .essay-doc.essay-dispatches-from-pakistan) .draft-notes ul li::before,
:where(body.essay-what-holds-value, .essay-doc.essay-what-holds-value) .draft-notes ul li::before,
:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .draft-notes ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--highlight, #2f5d50);
  font-size: 14px;
}

:where(body.essay-dispatches-from-pakistan, .essay-doc.essay-dispatches-from-pakistan) .draft-notes ul li.book,
:where(body.essay-what-holds-value, .essay-doc.essay-what-holds-value) .draft-notes ul li.book,
:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .draft-notes ul li.book {
  border-left: none;
  padding: 10px 0 10px 16px;
  margin-left: 0;
  margin-top: 14px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 0 8px 8px 0;
}

:where(body.essay-dispatches-from-pakistan, .essay-doc.essay-dispatches-from-pakistan) .draft-notes ul li strong,
:where(body.essay-what-holds-value, .essay-doc.essay-what-holds-value) .draft-notes ul li strong,
:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .draft-notes ul li strong {
  background: none;
  padding: 0;
}

:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .draft-notes h4 {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink, #1a1a1a);
  margin: 26px 0 12px;
}

/* Special components: Path to God's Eye */
:where(body.essay-path-gods-eye, .essay-doc.essay-path-gods-eye) .image-grid img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

:where(body.essay-path-gods-eye, .essay-doc.essay-path-gods-eye) .feature-block {
  background: #fff;
  transition: all 0.2s ease;
}

:where(body.essay-path-gods-eye, .essay-doc.essay-path-gods-eye) .feature-block:hover {
  border-color: #1a1a1a;
  background: #fafafa;
}

:where(body.essay-path-gods-eye, .essay-doc.essay-path-gods-eye) .feature-block strong {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #1a1a1a;
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: none;
  padding-bottom: 8px;
  border-bottom: 2px solid #1a1a1a;
}

:where(body.essay-path-gods-eye, .essay-doc.essay-path-gods-eye) .feature-block p {
  font-size: 13px;
  line-height: 1.6;
  color: #4a4a4a;
  margin-bottom: 0;
  font-family: "Barlow", sans-serif;
}

:where(body.essay-path-gods-eye, .essay-doc.essay-path-gods-eye) .data-sources-diagram {
  margin: 40px 0;
  padding: 32px;
  background: #fafafa;
  border: 1px solid #e8e5e0;
}

:where(body.essay-path-gods-eye, .essay-doc.essay-path-gods-eye) .diagram-title {
  font-family: "Barlow", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted, #7a7a7a);
  margin-bottom: 24px;
  text-align: center;
}

:where(body.essay-path-gods-eye, .essay-doc.essay-path-gods-eye) .diagram-center {
  background: #1a1a1a;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

:where(body.essay-path-gods-eye, .essay-doc.essay-path-gods-eye) .diagram-item {
  background: #fff;
  border: 1px solid #1a1a1a;
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  color: #1a1a1a;
  padding: 8px 14px;
  border-radius: 4px;
  font-weight: 500;
}

/* Special components: Manufacturing War black box model */
:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .blackbox-model {
  margin: 40px 0;
  padding: 24px 22px;
  background: #0b0b0b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: #fff;
}

:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .blackbox-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .blackbox-column {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 16px 16px 14px;
}

:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .blackbox-heading {
  font-family: "Barlow", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
  margin-bottom: 12px;
}

:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .blackbox-list {
  margin: 0;
  padding-left: 18px;
}

:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .blackbox-list li {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 8px;
  padding-left: 2px;
}

:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .blackbox-list li:last-child {
  margin-bottom: 0;
}

:where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .blackbox-core {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  padding: 18px 16px;
  border-radius: 10px;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 700px) {
  :where(body.essay-doc, .essay-doc) .article-title {
    font-size: 28px;
  }

  :where(body.essay-doc, .essay-doc) .article-subtitle {
    font-size: 16px;
  }

  :where(body.essay-doc, .essay-doc) .container {
    padding: 32px 20px 80px;
  }

  :where(body.essay-doc, .essay-doc) .framework-grid,
  :where(body.essay-doc, .essay-doc) .comparison-grid,
  :where(body.essay-doc, .essay-doc) .feature-blocks,
  :where(body.essay-doc, .essay-doc) .image-grid {
    grid-template-columns: 1fr;
  }

  :where(body.essay-path-gods-eye, .essay-doc.essay-path-gods-eye) .data-sources-diagram {
    padding: 20px;
  }

  :where(body.essay-path-gods-eye, .essay-doc.essay-path-gods-eye) .diagram-row {
    flex-direction: column;
    gap: 8px;
  }

  :where(body.essay-path-gods-eye, .essay-doc.essay-path-gods-eye) .diagram-arrow {
    transform: rotate(90deg);
  }

  :where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .blackbox-stage {
    grid-template-columns: 1fr;
  }

  :where(body.essay-manufacturing-war, .essay-doc.essay-manufacturing-war) .blackbox-core {
    min-width: 0;
    min-height: 72px;
  }
}
