@font-face {
  font-family: Nunito;
  src: local("Nunito"), local("Nunito Sans");
  font-display: swap;
}

:root {
  --ink: #17201f;
  --muted: #64706e;
  --line: #dbe0dc;
  --paper: #f6f4ee;
  --white: #fffef9;
  --night: #0d1716;
  --night-soft: #172522;
  --green: #d7ff36;
  --red: #b64233;
  color-scheme: light;
  font-family: Nunito, ui-rounded, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 3px;
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--night);
  color: #f7f8f2;
}

.brand,
.header-actions,
.language-switch {
  display: flex;
  align-items: center;
}

.brand {
  gap: 11px;
  font-size: 19px;
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: var(--green);
  color: #10200d;
  font-size: 14px;
}

.header-actions {
  gap: 22px;
}

.official-label {
  color: #aeb8b5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.language-switch {
  gap: 2px;
  padding: 3px;
  border: 1px solid #34403e;
  border-radius: 99px;
}

.language-switch a {
  min-width: 31px;
  padding: 4px 8px;
  border-radius: 99px;
  color: #87918e;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.language-switch a.active {
  background: var(--green);
  color: #10200d;
}

.bot-link {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  background:
    linear-gradient(112deg, rgba(7, 16, 15, 0.99) 0 50%, rgba(54, 75, 29, 0.92)),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(215, 255, 54, 0.04) 80px);
  color: #f8f9f3;
}

.hero::after {
  position: absolute;
  right: -11vw;
  bottom: -38%;
  width: 58vw;
  height: 58vw;
  border: 1px solid rgba(215, 255, 54, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(215, 255, 54, 0.025), 0 0 0 180px rgba(215, 255, 54, 0.018);
  content: "";
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, 90vw);
  margin: 0 auto;
  padding: 90px 0 64px;
}

.eyebrow,
.kicker {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
}

.eyebrow::before {
  width: 34px;
  height: 2px;
  background: var(--green);
  content: "";
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 1050px;
  margin: 27px 0 22px;
  font-size: clamp(58px, 7.7vw, 108px);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.hero-lead {
  max-width: 850px;
  margin: 0;
  color: #c8d0cd;
  font-size: 24px;
  line-height: 1.5;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
  color: #96a39f;
  font-size: 13px;
  font-weight: 800;
}

.hero-model {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 54px;
  border: 1px solid rgba(215, 255, 54, 0.34);
}

.hero-model div {
  display: grid;
  gap: 7px;
  padding: 23px;
  border-right: 1px solid rgba(215, 255, 54, 0.24);
}

.hero-model div:last-child {
  border-right: 0;
}

.hero-model b {
  color: var(--green);
  font-size: 21px;
}

.hero-model span {
  color: #bdc7c4;
  font-size: 12px;
  line-height: 1.4;
}

.article-shell {
  display: grid;
  width: min(1120px, 90vw);
  grid-template-columns: 210px minmax(0, 760px);
  gap: 78px;
  margin: 0 auto;
  padding: 78px 0 110px;
}

.toc {
  position: sticky;
  top: 28px;
  display: grid;
  align-self: start;
  gap: 8px;
  font-size: 12px;
}

.toc p {
  margin: 0 0 12px;
  color: #9c3e32;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.toc a {
  padding: 5px 0;
  color: var(--muted);
  line-height: 1.3;
  text-decoration: none;
}

.toc a:hover {
  color: var(--ink);
}

.section,
.sources {
  padding: 66px 0;
  border-bottom: 1px solid var(--line);
}

.section:first-child {
  padding-top: 0;
}

.kicker {
  margin: 0 0 11px;
  color: var(--red);
}

.section h2,
.sources h2 {
  margin: 0 0 24px;
  font-size: clamp(38px, 5vw, 57px);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.section h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.25;
}

.section p,
.sources p {
  margin: 0 0 20px;
  color: #384341;
}

.standfirst {
  color: var(--ink) !important;
  font-size: 21px;
  font-weight: 750;
  line-height: 1.58;
}

.model-grid,
.category-grid,
.business-grid,
.control-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 34px 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.model-grid > div,
.category-grid > div,
.business-grid > div,
.control-grid > div {
  padding: 23px;
  background: var(--white);
}

.model-grid span,
.category-grid span,
.business-grid span,
.control-grid span,
.comparison-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.model-grid p,
.category-grid p,
.business-grid p,
.control-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.source-note,
.thesis-banner {
  margin: 32px 0;
  padding: 24px 27px;
}

.source-note {
  border: 1px solid #9ba86a;
  background: #eef3d4;
}

.source-note strong {
  display: block;
  margin-bottom: 5px;
}

.thesis-banner {
  border-left: 5px solid var(--green);
  background: var(--night);
  color: #eaf0ed;
}

.thesis-banner strong {
  color: var(--green);
}

.dark-section {
  margin-inline: -36px;
  padding-inline: 36px;
  background: var(--night-soft);
  color: #eef2ed;
}

.dark-section h2,
.dark-section p {
  color: inherit;
}

.dark-section .kicker {
  color: var(--green);
}

.comparison-list {
  display: grid;
  gap: 1px;
  margin: 32px 0;
  background: rgba(255, 255, 255, 0.13);
}

.comparison-list > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 18px 20px;
  background: #1d2c29;
}

.comparison-list span {
  margin: 0;
  color: var(--green);
}

blockquote {
  margin: 34px 0 0;
  padding: 26px 29px;
  border: 0;
  background: var(--night);
  color: #f5f7f1;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.48;
}

.status-table {
  margin: 32px 0;
  border: 1px solid #cbd1c9;
}

.status-table > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
}

.status-table > div:last-child {
  border-bottom: 0;
}

.status-head {
  background: #e8e9e0;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.badge {
  display: inline-block;
  margin-right: 7px;
  padding: 2px 7px;
  border-radius: 99px;
  background: #e1e8bb;
  color: #354309;
  font-size: 11px;
  font-weight: 900;
}

code {
  padding: 2px 5px;
  border-radius: 4px;
  background: #ecece5;
  font: 0.84em ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.timeline {
  position: relative;
  display: grid;
  margin: 34px 0;
  padding-left: 24px;
}

.timeline::before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 5px;
  width: 2px;
  background: #829044;
  content: "";
}

.timeline div {
  position: relative;
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 18px;
  padding: 12px 0;
}

.timeline div::before {
  position: absolute;
  top: 19px;
  left: -25px;
  width: 12px;
  height: 12px;
  border: 2px solid #e9e8dd;
  border-radius: 50%;
  background: #71802d;
  content: "";
}

.timeline .late::before {
  background: var(--red);
}

.timeline time {
  font-weight: 950;
}

.evidence-link {
  display: grid;
  gap: 3px;
  margin-top: 28px;
  padding: 21px 24px;
  border: 1px solid #aeb79a;
  background: #f1f3e2;
  color: inherit;
  text-decoration: none;
}

.evidence-link:hover {
  border-color: #76823f;
}

.evidence-link span {
  color: var(--muted);
  font-size: 13px;
}

.final-list {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.final-list li {
  position: relative;
  padding-left: 28px;
}

.final-list li::before {
  position: absolute;
  left: 0;
  color: #71802d;
  font-weight: 950;
  content: "✓";
}

.identity-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
  padding: 25px;
  background: var(--night);
  color: #eef2ed;
}

.identity-box span,
.identity-box strong,
.identity-box p {
  display: block;
}

.identity-box span {
  color: var(--green);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.identity-box strong {
  margin: 3px 0;
  font-size: 24px;
}

.identity-box p {
  max-width: 500px;
  margin: 0;
  color: #abb6b2;
  font-size: 13px;
}

.identity-box a {
  flex: none;
  padding: 10px 15px;
  border: 1px solid #5c6a66;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.sources ol {
  display: grid;
  gap: 12px;
  padding-left: 22px;
}

.sources a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.page-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 5vw;
  background: var(--night);
  color: #eef2ed;
}

.page-footer div {
  display: grid;
}

.page-footer span {
  color: #87938f;
  font-size: 12px;
}

.page-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.page-footer a {
  color: #bdc6c3;
  font-size: 13px;
  text-decoration: none;
}

@media (max-width: 920px) {
  .hero-model {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-model div:nth-child(2) {
    border-right: 0;
  }

  .hero-model div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(215, 255, 54, 0.24);
  }

  .article-shell {
    display: block;
    width: min(760px, 90vw);
  }

  .toc {
    display: none;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .site-header {
    min-height: 62px;
    padding: 0 20px;
  }

  .official-label,
  .bot-link {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    width: auto;
    padding: 58px 20px 36px;
  }

  h1 {
    font-size: clamp(43px, 13vw, 64px);
  }

  .hero-lead {
    font-size: 19px;
  }

  .hero-model {
    margin-top: 38px;
  }

  .hero-model div {
    padding: 17px 15px;
  }

  .article-shell {
    width: auto;
    padding: 48px 20px 76px;
  }

  .section,
  .sources {
    padding: 52px 0;
  }

  .section h2,
  .sources h2 {
    font-size: 35px;
  }

  .standfirst {
    font-size: 19px;
  }

  .model-grid,
  .category-grid,
  .business-grid,
  .control-grid {
    grid-template-columns: 1fr;
  }

  .dark-section {
    margin-inline: -20px;
    padding-inline: 20px;
  }

  .comparison-list > div,
  .status-table > div,
  .timeline div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .status-head {
    display: none !important;
  }

  .identity-box,
  .page-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .identity-box a {
    text-align: center;
  }

  .page-footer {
    padding: 28px 20px;
  }
}

@media print {
  .site-header,
  .toc,
  .page-footer {
    display: none;
  }

  .hero {
    min-height: auto;
    background: #fff;
    color: #000;
  }

  .hero-lead,
  .hero-meta {
    color: #333;
  }

  .hero-model {
    display: none;
  }

  .article-shell {
    display: block;
    width: 100%;
    padding: 30px 0;
  }
}
