:root {
  --ink: #171717;
  --muted: #5f5f5f;
  --paper: #f6f4ef;
  --white: #fff;
  --rule: #c9c5bc;
  --accent: #a2352a;
  --accent-dark: #79271f;
  --max-width: 1160px;
  --measure: 720px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.58;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 0;
  left: 1rem;
  z-index: 100;
  padding: 0.6rem 0.9rem;
  color: white;
  background: var(--ink);
  transform: translateY(-110%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--rule);
  background: rgba(246, 244, 239, 0.96);
}

.nav-wrap {
  display: flex;
  width: min(calc(100% - 3rem), var(--max-width));
  min-height: 64px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-mark {
  display: none;
}

.site-nav {
  display: flex;
  gap: 1.6rem;
}

.site-nav a {
  padding: 1.2rem 0 1.05rem;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  border-color: var(--accent);
  color: var(--ink);
}

.nav-toggle {
  display: none;
  padding: 0.4rem 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-shell {
  width: min(calc(100% - 3rem), var(--max-width));
  margin: 0 auto;
}

.hero {
  display: grid;
  min-height: 720px;
  padding: clamp(5rem, 10vw, 9rem) 0 6rem;
  align-items: start;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: clamp(4rem, 10vw, 9rem);
}

.eyebrow,
.metric-label,
.section-number {
  display: block;
  margin: 0 0 1.2rem;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  max-width: 12ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 8.6vw, 7.8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.hero h1 em {
  color: inherit;
  font-style: normal;
}

.hero-lede {
  max-width: var(--measure);
  margin: 2rem 0;
  color: #414141;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  line-height: 1.5;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}

.button {
  display: inline-block;
  padding: 0.45rem 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  background: transparent;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  color: var(--accent);
}

.button-primary {
  color: var(--accent-dark);
}

.hero-visual {
  margin-top: 3rem;
  border-top: 3px solid var(--ink);
}

.signal-card {
  display: grid;
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--rule);
  grid-template-columns: 1fr;
}

.signal-card span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.signal-card strong {
  margin: 0.25rem 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.signal-card small {
  color: #777;
  font-size: 0.7rem;
}

.section {
  padding: clamp(5rem, 9vw, 8rem) 0;
  border-top: 1px solid var(--rule);
}

.full-bleed {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.full-bleed > .page-shell {
  padding-top: clamp(5rem, 9vw, 8rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
}

.section-dark {
  border-color: #444;
  color: #f5f1e8;
  background: #1b1b1b;
}

.section-head {
  display: grid;
  margin-bottom: 3.5rem;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
  gap: clamp(2rem, 7vw, 7rem);
}

.section h2,
.story-card h2,
.page-hero h2 {
  max-width: 14ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.section-intro {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
}

.section-dark .section-intro {
  color: #bbb6ad;
}

.metric-grid {
  display: grid;
  border-top: 2px solid var(--ink);
  grid-template-columns: repeat(4, 1fr);
}

.metric {
  min-width: 0;
  padding: 1.4rem 1.4rem 1.4rem 0;
  border-right: 1px solid var(--rule);
}

.metric + .metric {
  padding-left: 1.4rem;
}

.metric:last-child {
  border-right: 0;
}

.metric strong {
  display: block;
  margin: 0 0 0.8rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}

.metric p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.tension-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 9vw, 9rem);
}

.pullquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.03;
}

.pullquote mark {
  color: inherit;
  background: transparent;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.12em;
}

.chart-card {
  padding: 0;
  border-top: 2px solid #f5f1e8;
}

.chart-card h3 {
  margin: 1rem 0 0.2rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.chart-card > p {
  margin: 0 0 2rem;
  color: #aaa59c;
  font-size: 0.75rem;
}

.trend {
  display: grid;
  gap: 1rem;
}

.trend-row {
  display: grid;
  grid-template-columns: 8rem 1fr 3.8rem;
  align-items: center;
  gap: 0.8rem;
}

.trend-label,
.trend-value {
  font-size: 0.74rem;
}

.trend-value {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.trend-track {
  height: 4px;
  background: #555;
}

.trend-fill {
  display: block;
  width: var(--value);
  height: 100%;
  background: #e7e1d5;
  transform-origin: left;
}

.trend-fill.risk {
  background: #c95d50;
}

.taxonomy {
  border-top: 2px solid currentColor;
}

.taxonomy-card {
  display: grid;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
  grid-template-columns: minmax(220px, 0.7fr) minmax(120px, 0.25fr) minmax(0, 1fr);
  gap: 2rem;
}

.section-dark .taxonomy-card {
  border-color: #555;
}

.taxonomy-card h3,
.taxonomy-card strong,
.taxonomy-card p,
.taxonomy-card ul {
  margin: 0;
}

.taxonomy-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.taxonomy-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}

.taxonomy-card p,
.taxonomy-card ul {
  color: var(--muted);
  font-size: 0.88rem;
}

.section-dark .taxonomy-card p,
.section-dark .taxonomy-card ul {
  color: #bbb6ad;
}

.story-links {
  border-top: 2px solid var(--ink);
}

.story-card {
  display: grid;
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
  grid-template-columns: 10rem minmax(260px, 0.8fr) minmax(240px, 1fr);
  gap: 2rem;
  text-decoration: none;
}

.story-card:hover h2 {
  color: var(--accent);
}

.story-card h2 {
  max-width: 18ch;
  font-size: clamp(1.5rem, 2.7vw, 2.4rem);
}

.story-card p {
  margin: 0;
  color: var(--muted);
}

.story-card .arrow {
  display: none;
}

.closing {
  display: grid;
  padding: clamp(3rem, 7vw, 6rem) 0;
  border-top: 5px solid var(--accent);
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.55fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.closing blockquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5.5vw, 5.5rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.closing p {
  align-self: end;
  margin: 0;
  color: var(--muted);
}

.page-hero {
  padding: clamp(5rem, 10vw, 9rem) 0 clamp(4rem, 7vw, 6rem);
  border-bottom: 1px solid var(--rule);
}

.page-hero h1 {
  max-width: 14ch;
  font-size: clamp(3.8rem, 8vw, 7rem);
}

.subnav {
  display: flex;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--rule);
  flex-wrap: wrap;
  gap: 1.5rem;
}

.subnav a {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.subnav a:hover {
  color: var(--accent);
}

.evidence-list {
  border-top: 2px solid var(--ink);
}

.evidence-item {
  display: grid;
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--rule);
  grid-template-columns: 5rem minmax(0, 1fr) minmax(180px, 0.4fr);
  gap: 2rem;
}

.source-tier {
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evidence-item h3 {
  margin: 0 0 0.45rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.evidence-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.evidence-item .result {
  margin-bottom: 0.65rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-variant-numeric: tabular-nums;
}

.caveat {
  padding-top: 0.7rem;
  border-top: 1px solid var(--rule);
}

.incident-grid {
  border-top: 2px solid var(--ink);
}

.incident-card {
  display: grid;
  padding: 2rem 0;
  border-bottom: 1px solid var(--rule);
  grid-template-columns: 11rem minmax(220px, 0.5fr) minmax(0, 1fr);
  gap: 2.5rem;
}

.incident-card h2 {
  margin: 0.5rem 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 400;
}

.incident-card p {
  margin: 0;
  color: var(--muted);
}

.incident-card .incident-stat {
  grid-column: 2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.incident-card .root-cause {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.control-stack {
  border-top: 2px solid var(--ink);
}

.control {
  display: grid;
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--rule);
  grid-template-columns: minmax(230px, 0.5fr) minmax(0, 1fr);
  gap: 3rem;
}

.control-number {
  display: none;
}

.control h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.control p,
.control ul {
  margin: 0;
  color: var(--muted);
}

.source-groups {
  display: grid;
  gap: 5rem;
}

.source-group {
  display: grid;
  grid-template-columns: minmax(180px, 0.3fr) minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 7rem);
}

.source-group h2 {
  margin: 0.6rem 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
}

.source-list {
  border-top: 2px solid var(--ink);
}

.source {
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--rule);
}

.source h3 {
  margin: 0 0 0.3rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 400;
}

.source p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.source a {
  color: var(--accent-dark);
}

.callout {
  max-width: 900px;
  padding: 3rem 0;
  border-top: 5px solid var(--accent);
  border-bottom: 1px solid var(--rule);
}

.callout h2 {
  max-width: 17ch;
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.callout p {
  max-width: var(--measure);
  color: var(--muted);
}

.site-footer {
  margin-top: 5rem;
  border-top: 1px solid #555;
  color: #eeeae2;
  background: #1b1b1b;
}

.footer-grid {
  display: grid;
  width: min(calc(100% - 3rem), var(--max-width));
  margin: 0 auto;
  padding: 4rem 0;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: 4rem;
}

.footer-grid h2 {
  max-width: 15ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.05;
}

.footer-links {
  display: grid;
  align-content: start;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem 2rem;
}

.footer-links a {
  color: #c9c5bc;
  font-size: 0.82rem;
}

.footer-note {
  width: min(calc(100% - 3rem), var(--max-width));
  margin: 0 auto;
  padding: 1.2rem 0;
  border-top: 1px solid #444;
  color: #918d85;
  font-size: 0.74rem;
}

.article-page {
  direction: rtl;
}

.article-page .nav-wrap,
.article-page .footer-grid {
  direction: rtl;
}

.article-page .site-nav {
  direction: rtl;
}

.article-masthead {
  max-width: 980px;
  padding: clamp(5rem, 11vw, 9rem) 0 4rem;
}

.article-masthead h1 {
  max-width: 11ch;
  margin: 0;
  font-family: "Times New Roman", "Noto Serif Hebrew", serif;
  font-size: clamp(4rem, 9.5vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.article-deck {
  max-width: 800px;
  margin: 2rem 0 0;
  color: #3f3f3f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  line-height: 1.65;
}

.article-byline {
  display: flex;
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--rule);
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.article-layout {
  display: grid;
  padding: 4rem 0 7rem;
  align-items: start;
  grid-template-columns: minmax(0, 760px) minmax(190px, 1fr);
  gap: clamp(3rem, 9vw, 8rem);
}

.article-copy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  line-height: 1.92;
}

.article-copy > p:first-child {
  margin-top: 0;
  font-family: "Times New Roman", "Noto Serif Hebrew", serif;
  font-size: 1.5rem;
  line-height: 1.75;
}

.article-copy h2 {
  margin: 4.5rem 0 1.2rem;
  font-family: "Times New Roman", "Noto Serif Hebrew", serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.article-copy h3 {
  margin: 2.8rem 0 0.5rem;
  font-size: 1.05rem;
}

.article-copy p {
  margin: 0 0 1.6rem;
}

.article-copy a {
  color: var(--accent-dark);
}

.article-copy blockquote {
  margin: 3.5rem 0;
  padding: 1.8rem 0;
  border-top: 4px solid var(--accent);
  border-bottom: 1px solid var(--rule);
  font-family: "Times New Roman", "Noto Serif Hebrew", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.25;
}

.article-copy blockquote p {
  margin: 0;
}

.article-data {
  width: 100%;
  margin: 3rem 0;
  border-collapse: collapse;
  border-top: 2px solid var(--ink);
  font-size: 0.9rem;
}

.article-data th,
.article-data td {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
  text-align: right;
}

.article-data th {
  width: 32%;
  padding-left: 2rem;
  font-weight: 700;
}

.article-data td:last-child {
  width: 24%;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.article-questions {
  margin: 2.5rem 0;
  border-top: 2px solid var(--ink);
}

.article-questions div {
  display: grid;
  padding: 1rem 0;
  border-bottom: 1px solid var(--rule);
  grid-template-columns: minmax(180px, 0.5fr) minmax(0, 1fr);
  gap: 2rem;
}

.article-questions dt {
  font-weight: 700;
}

.article-questions dd {
  margin: 0;
  color: var(--muted);
}

.article-sidebar {
  position: sticky;
  top: 100px;
  border-top: 2px solid var(--ink);
}

.article-sidebar section {
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--rule);
}

.article-sidebar h2 {
  margin: 0 0 0.8rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-sidebar p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

.article-sidebar strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--ink);
  font-family: "Times New Roman", "Noto Serif Hebrew", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.article-note {
  margin-top: 4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--rule);
  color: var(--muted);
  font-size: 0.8rem;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 450ms ease, transform 450ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    display: none;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--rule);
    flex-direction: column;
    gap: 0;
    background: var(--paper);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 0.7rem 0;
  }

  .hero,
  .section-head,
  .tension-layout,
  .closing,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    max-width: 560px;
    margin-top: 0;
  }

  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric:nth-child(2) {
    border-right: 0;
  }

  .metric:nth-child(n + 3) {
    border-top: 1px solid var(--rule);
  }

  .taxonomy-card,
  .story-card {
    grid-template-columns: minmax(180px, 0.5fr) minmax(0, 1fr);
  }

  .taxonomy-card p,
  .taxonomy-card ul,
  .story-card p {
    grid-column: 2;
  }

  .incident-card {
    grid-template-columns: 9rem 1fr;
  }

  .incident-card .incident-stat {
    grid-column: 1;
  }

  .incident-card .root-cause {
    grid-column: 2;
    grid-row: auto;
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row: 1;
    gap: 1.5rem;
  }
}

@media (max-width: 600px) {
  .page-shell,
  .nav-wrap,
  .footer-grid,
  .footer-note {
    width: min(calc(100% - 2rem), var(--max-width));
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(3.3rem, 16vw, 5.4rem);
  }

  .metric-grid {
    grid-template-columns: 1fr;
  }

  .metric,
  .metric + .metric {
    padding: 1.3rem 0;
    border-top: 1px solid var(--rule);
    border-right: 0;
  }

  .metric:first-child {
    border-top: 0;
  }

  .trend-row {
    grid-template-columns: 6.5rem 1fr 3.2rem;
    gap: 0.45rem;
  }

  .taxonomy-card,
  .story-card,
  .evidence-item,
  .incident-card,
  .control,
  .source-group {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .taxonomy-card p,
  .taxonomy-card ul,
  .story-card p,
  .evidence-item .caveat,
  .incident-card .incident-stat,
  .incident-card .root-cause {
    grid-column: auto;
    grid-row: auto;
  }

  .article-byline,
  .article-sidebar {
    display: block;
  }

  .article-byline span {
    display: block;
  }

  .article-questions div {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}
