@font-face {
  font-family: "Reider Condensed 1";
  src: url("fonts/roboto-condensed-15aca7da.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Reider Condensed 2";
  src: url("fonts/roboto-condensed-478de4c9.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Reider Condensed 3";
  src: url("fonts/roboto-condensed-53148d50.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Reider Condensed 4";
  src: url("fonts/roboto-condensed-6f3c1211.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Reider Condensed 5";
  src: url("fonts/roboto-condensed-76e5366d.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Reider Condensed 6";
  src: url("fonts/roboto-condensed-82b4d7b0.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Reider Condensed 7";
  src: url("fonts/roboto-condensed-d2466d84.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Reider Mono 1";
  src: url("fonts/pt-mono-9f85eedb.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Reider Mono 2";
  src: url("fonts/pt-mono-b13b4422.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Reider Mono 3";
  src: url("fonts/pt-mono-ccdeea15.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Reider Mono 4";
  src: url("fonts/pt-mono-f3c7b433.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --black: #0d0e0d;
  --black-soft: #171816;
  --paper: #e8e0cf;
  --paper-light: #f1eadc;
  --paper-deep: #c8bda7;
  --ink: #171715;
  --red: #b82d27;
  --red-dark: #8e211d;
  --hairline: rgba(232, 224, 207, 0.22);
  --display: "Reider Condensed 1", "Reider Condensed 2", "Reider Condensed 3",
    "Reider Condensed 4", "Reider Condensed 5", "Reider Condensed 6",
    "Reider Condensed 7", "Arial Narrow", Impact, sans-serif;
  --mono: "Reider Mono 1", "Reider Mono 2", "Reider Mono 3", "Reider Mono 4",
    Consolas, monospace;
}

/* Author landing — visual source: _design/author-landing-telegram-right-v5.png */
.author-landing {
  height: 100vh;
  height: 100dvh;
  min-width: 320px;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: clip;
  color: var(--paper-light);
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.024), transparent 27%),
    repeating-linear-gradient(10deg, transparent 0 48px, rgba(255, 255, 255, 0.01) 49px),
    var(--black);
}

.author-landing::before {
  opacity: 0.17;
}

.author-home {
  display: flex;
  width: min(1350px, calc(100% - 88px));
  min-height: 100vh;
  min-height: 100dvh;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 28px 0 16px;
}

.author-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 14px;
  margin: auto 0 20px;
}

.author-home h1 {
  width: 161.29%;
  margin: 0;
  color: var(--paper-light);
  font-family: var(--display);
  font-size: clamp(180px, calc(34vw - 129px), 360px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.73;
  text-transform: uppercase;
  white-space: nowrap;
  transform: scaleX(0.62);
  transform-origin: left center;
}

.telegram-link {
  position: relative;
  display: inline-flex;
  min-width: 250px;
  min-height: 60px;
  align-self: end;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 4px;
  padding: 0 18px;
  overflow: hidden;
  color: var(--red);
  background: rgba(13, 14, 13, 0.9);
  border: 2px solid var(--paper-deep);
  box-shadow:
    inset 0 0 0 3px var(--black),
    inset 0 0 0 4px rgba(232, 224, 207, 0.52);
  font-family: var(--display);
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 0.045em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transform: rotate(-0.12deg);
  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.telegram-link::after {
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(232, 224, 207, 0.42);
  content: "";
  pointer-events: none;
}

.telegram-link b {
  font-family: Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 0.7;
  transition: transform 160ms ease;
}

.telegram-link:hover,
.telegram-link:focus-visible {
  color: var(--paper-light);
  background: var(--red);
  border-color: var(--red);
  transform: translateY(-2px) rotate(-0.12deg);
}

.telegram-link:hover b,
.telegram-link:focus-visible b {
  transform: translateX(6px);
}

.article-stack {
  display: grid;
  gap: 9px;
}

.article-band {
  position: relative;
  display: grid;
  min-height: 145px;
  grid-template-columns: 270px minmax(0, 1fr) 245px;
  align-items: center;
  color: var(--ink);
  background:
    repeating-linear-gradient(3deg, transparent 0 11px, rgba(65, 50, 34, 0.025) 12px),
    radial-gradient(circle at 31% 23%, rgba(255, 255, 255, 0.4), transparent 40%),
    radial-gradient(ellipse at 1% 50%, rgba(23, 23, 21, 0.12), transparent 2.2%),
    radial-gradient(ellipse at 99.7% 20%, rgba(23, 23, 21, 0.1), transparent 1.8%),
    var(--paper-light);
  border: 1px solid rgba(30, 25, 18, 0.7);
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.28);
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.article-band::after {
  position: absolute;
  inset: 0;
  border-left: 8px double rgba(37, 31, 24, 0.34);
  content: "";
  pointer-events: none;
}

.article-band:nth-child(1) {
  clip-path: polygon(0.3% 1%, 99.8% 0, 100% 98%, 0.15% 100%);
  transform: rotate(-0.08deg);
}

.article-band:nth-child(2) {
  clip-path: polygon(0.1% 0, 100% 1%, 99.8% 100%, 0.25% 98.5%);
  transform: translateX(4px) rotate(0.08deg);
}

.article-band:nth-child(3) {
  clip-path: polygon(0.35% 1%, 99.8% 0, 100% 97.5%, 0.1% 100%);
  transform: translateX(1px) rotate(-0.05deg);
}

.article-band--lead {
  min-height: 196px;
}

.article-band__number,
.article-band__title,
.article-band__action {
  position: relative;
  z-index: 1;
  font-family: var(--display);
  font-weight: 900;
  text-transform: uppercase;
}

.article-band__number {
  width: 129.87%;
  padding-left: 105px;
  color: var(--red);
  border-right: 1px solid rgba(23, 23, 21, 0.55);
  font-size: 170px;
  letter-spacing: -0.065em;
  line-height: 0.75;
  transform: scaleX(0.77);
  transform-origin: left center;
}

.article-band__title {
  width: 138.889%;
  padding-left: 96px;
  font-size: 72px;
  letter-spacing: -0.025em;
  line-height: 0.9;
  transform: scaleX(0.72);
  transform-origin: left center;
}

.article-band__action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  padding-right: 18px;
  color: var(--red);
  font-size: 39px;
  line-height: 1;
}

.article-band__action b {
  font-family: Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  transition: transform 160ms ease;
}

.article-band--lead .article-band__number {
  font-size: 210px;
}

.article-band--lead .article-band__title {
  font-size: 92px;
}

.article-band:hover,
.article-band:focus-visible {
  color: var(--red);
  background-color: #fff8e8;
  transform: translateX(-8px);
}

.article-band:hover .article-band__action b,
.article-band:focus-visible .article-band__action b {
  transform: translateX(7px);
}

.telegram-link:focus-visible,
.article-band:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}

.author-footer {
  display: flex;
  min-height: 15px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  color: rgba(232, 224, 207, 0.58);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.author-footer p {
  margin: 0;
}

/*
 * Scale the approved 1440 x 960 composition as one system on wide screens.
 * Width alone is not enough: a 2K monitor can still have a shallow browser
 * viewport, so the shared unit follows whichever dimension is more limiting.
 */
@media (min-width: 1441px) {
  .author-home {
    --landing-unit: min(0.069444vw, 0.104167vh);

    width: clamp(1350px, calc(var(--landing-unit) * 1350), 1800px);
    padding-top: clamp(28px, calc(var(--landing-unit) * 28), 37px);
    padding-bottom: clamp(16px, calc(var(--landing-unit) * 16), 21px);
  }

  .author-hero {
    gap: clamp(14px, calc(var(--landing-unit) * 14), 19px);
    margin-bottom: clamp(20px, calc(var(--landing-unit) * 20), 27px);
  }

  .author-home h1 {
    font-size: clamp(360px, calc(var(--landing-unit) * 360), 468px);
  }

  .telegram-link {
    min-width: clamp(250px, calc(var(--landing-unit) * 250), 325px);
    min-height: clamp(60px, calc(var(--landing-unit) * 60), 78px);
    gap: clamp(18px, calc(var(--landing-unit) * 18), 24px);
    margin-bottom: clamp(4px, calc(var(--landing-unit) * 4), 6px);
    padding-right: clamp(18px, calc(var(--landing-unit) * 18), 24px);
    padding-left: clamp(18px, calc(var(--landing-unit) * 18), 24px);
    font-size: clamp(31px, calc(var(--landing-unit) * 31), 40px);
  }

  .telegram-link b {
    font-size: clamp(36px, calc(var(--landing-unit) * 36), 47px);
  }

  .article-stack {
    gap: clamp(9px, calc(var(--landing-unit) * 9), 12px);
  }

  .article-band {
    min-height: clamp(145px, calc(var(--landing-unit) * 145), 189px);
    grid-template-columns:
      clamp(270px, calc(var(--landing-unit) * 270), 351px)
      minmax(0, 1fr)
      clamp(245px, calc(var(--landing-unit) * 245), 319px);
  }

  .article-band--lead {
    min-height: clamp(196px, calc(var(--landing-unit) * 196), 255px);
  }

  .article-band__number {
    padding-left: clamp(105px, calc(var(--landing-unit) * 105), 137px);
    font-size: clamp(170px, calc(var(--landing-unit) * 170), 221px);
  }

  .article-band__title {
    padding-left: clamp(96px, calc(var(--landing-unit) * 96), 125px);
    font-size: clamp(72px, calc(var(--landing-unit) * 72), 94px);
  }

  .article-band__action {
    gap: clamp(18px, calc(var(--landing-unit) * 18), 24px);
    padding-right: clamp(18px, calc(var(--landing-unit) * 18), 24px);
    font-size: clamp(39px, calc(var(--landing-unit) * 39), 51px);
  }

  .article-band__action b {
    font-size: clamp(48px, calc(var(--landing-unit) * 48), 62px);
  }

  .article-band--lead .article-band__number {
    font-size: clamp(210px, calc(var(--landing-unit) * 210), 273px);
  }

  .article-band--lead .article-band__title {
    font-size: clamp(92px, calc(var(--landing-unit) * 92), 120px);
  }

  .author-footer {
    min-height: clamp(15px, calc(var(--landing-unit) * 15), 20px);
    margin-top: clamp(8px, calc(var(--landing-unit) * 8), 11px);
    font-size: clamp(10px, calc(var(--landing-unit) * 10), 13px);
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .author-home {
    width: calc(100% - 48px);
  }

  .author-hero {
    gap: 14px;
  }

  .telegram-link {
    min-width: 250px;
  }

  .article-band {
    grid-template-columns: 230px minmax(0, 1fr) 180px;
  }

  .article-band__number {
    width: 120%;
    padding-left: 72px;
    font-size: 152px;
  }

  .article-band__title {
    width: 125%;
    padding-left: 62px;
    font-size: 62px;
  }

  .article-band__action {
    gap: 12px;
    padding-right: 12px;
    font-size: 31px;
  }

  .article-band__action b {
    font-size: 40px;
  }

  .article-band--lead .article-band__number {
    font-size: 188px;
  }

  .article-band--lead .article-band__title {
    font-size: 78px;
  }
}

/* Keep the entire landing visible in short desktop browser windows. */
@media (min-width: 901px) and (max-height: 899px) {
  .author-home {
    --landing-short-unit: clamp(0.68px, 0.111111vh, 1px);

    padding-top: calc(var(--landing-short-unit) * 28);
    padding-bottom: calc(var(--landing-short-unit) * 16);
  }

  .author-hero {
    gap: calc(var(--landing-short-unit) * 14);
    margin-bottom: calc(var(--landing-short-unit) * 20);
  }

  .author-home h1 {
    font-size: clamp(
      180px,
      min(calc(34vw - 129px), calc(var(--landing-short-unit) * 360)),
      360px
    );
  }

  .telegram-link {
    min-height: max(48px, calc(var(--landing-short-unit) * 60));
    gap: max(14px, calc(var(--landing-short-unit) * 18));
    font-size: clamp(24px, calc(var(--landing-short-unit) * 31), 31px);
  }

  .telegram-link b {
    font-size: clamp(29px, calc(var(--landing-short-unit) * 36), 36px);
  }

  .article-stack {
    gap: max(6px, calc(var(--landing-short-unit) * 9));
  }

  .article-band {
    min-height: calc(var(--landing-short-unit) * 145);
  }

  .article-band--lead {
    min-height: calc(var(--landing-short-unit) * 196);
  }

  .article-band__number {
    font-size: clamp(116px, calc(var(--landing-short-unit) * 170), 170px);
  }

  .article-band__title {
    font-size: clamp(49px, calc(var(--landing-short-unit) * 72), 72px);
  }

  .article-band__action {
    gap: max(12px, calc(var(--landing-short-unit) * 18));
    font-size: clamp(25px, calc(var(--landing-short-unit) * 39), 39px);
  }

  .article-band__action b {
    font-size: clamp(32px, calc(var(--landing-short-unit) * 48), 48px);
  }

  .article-band--lead .article-band__number {
    font-size: clamp(143px, calc(var(--landing-short-unit) * 210), 210px);
  }

  .article-band--lead .article-band__title {
    font-size: clamp(63px, calc(var(--landing-short-unit) * 92), 92px);
  }

  .author-footer {
    min-height: calc(var(--landing-short-unit) * 15);
    margin-top: calc(var(--landing-short-unit) * 8);
    font-size: max(8px, calc(var(--landing-short-unit) * 10));
  }
}

@media (max-width: 900px) {
  .author-landing {
    height: auto;
    overflow-x: clip;
    overflow-y: visible;
  }

  .author-home {
    width: calc(100% - 24px);
    min-height: 100svh;
    justify-content: flex-start;
    padding: 34px 0 12px;
  }

  .author-hero {
    display: block;
    margin: 0 0 20px;
  }

  .author-home h1 {
    width: 100%;
    margin: 0 0 clamp(24px, 6.2vw, 28px);
    font-size: clamp(92px, 28vw, 190px);
    line-height: 0.82;
    white-space: normal;
    transform: none;
  }

  .telegram-link {
    min-width: 0;
    min-height: 48px;
    align-self: flex-start;
    gap: 16px;
    margin-bottom: 0;
    padding: 0 22px;
    font-size: 24px;
  }

  .telegram-link b {
    font-size: 29px;
  }

  .author-footer {
    justify-content: center;
    margin-top: 14px;
    font-size: 9px;
    letter-spacing: 0.055em;
  }

  .article-stack {
    gap: 6px;
  }

  .article-band,
  .article-band--lead {
    min-height: 145px;
    grid-template-columns: 78px minmax(0, 1fr);
    padding: 18px 14px 16px 0;
  }

  .article-band:nth-child(1),
  .article-band:nth-child(2),
  .article-band:nth-child(3) {
    transform: none;
  }

  .article-band__number,
  .article-band--lead .article-band__number {
    width: auto;
    align-self: stretch;
    padding: 4px 12px;
    font-size: 64px;
    transform: none;
  }

  .article-band__title,
  .article-band--lead .article-band__title {
    width: auto;
    padding-left: 18px;
    font-size: clamp(29px, 8.4vw, 48px);
    letter-spacing: -0.02em;
    line-height: 0.92;
    transform: none;
  }

  .article-band__action {
    grid-column: 2;
    justify-content: flex-start;
    gap: 12px;
    padding: 12px 0 0 18px;
    font-size: 22px;
  }

  .article-band__action b {
    font-size: 28px;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--paper);
  background: var(--black);
  font-family: var(--mono);
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: 999;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.13;
  background-image:
    repeating-linear-gradient(0deg, transparent 0 2px, rgba(255, 255, 255, 0.055) 3px),
    repeating-linear-gradient(91deg, transparent 0 5px, rgba(0, 0, 0, 0.18) 6px);
  mix-blend-mode: screen;
}

button,
input {
  font: inherit;
}

button,
a {
  color: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

a {
  text-underline-offset: 0.22em;
}

::selection {
  color: var(--paper-light);
  background: var(--red);
}

:focus-visible {
  outline: 2px solid #f6c65a;
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1200;
  top: 8px;
  left: 8px;
  padding: 9px 12px;
  color: var(--black);
  background: var(--paper-light);
  transform: translateY(-150%);
}

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

.topbar {
  position: relative;
  z-index: 40;
  display: grid;
  width: 100%;
  min-height: 44px;
  grid-template-columns: auto 1px auto 1fr auto;
  align-items: center;
  padding: 0 clamp(18px, 3vw, 48px);
  color: var(--paper);
  background: rgba(13, 14, 13, 0.96);
  border-bottom: 1px solid var(--hairline);
  font-size: 10px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.topbar__brand {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.topbar__divider {
  width: 1px;
  height: 18px;
  margin: 0 20px;
  background: var(--hairline);
}

.topbar__subject {
  justify-self: center;
}

.topbar__nav {
  display: flex;
  align-self: stretch;
  align-items: stretch;
}

.topbar__nav a,
.topbar__nav button {
  display: flex;
  align-items: center;
  padding: 0 20px;
  background: transparent;
  border-left: 1px solid var(--hairline);
  text-decoration: none;
  text-transform: uppercase;
}

.topbar__nav button {
  min-width: 100px;
  justify-content: center;
  margin: 7px 0 7px 18px;
  padding: 0 16px;
  border: 1px solid rgba(232, 224, 207, 0.45);
}

.topbar__nav a:hover,
.topbar__nav button:hover {
  color: #fff;
  background: rgba(184, 45, 39, 0.28);
}

.landing {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 44px);
  overflow: hidden;
  background-color: var(--black);
  background-image:
    radial-gradient(circle at 18% 30%, rgba(255, 255, 255, 0.022), transparent 25%),
    repeating-linear-gradient(17deg, transparent 0 40px, rgba(255, 255, 255, 0.012) 41px);
}

.masthead {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(1580px, calc(100% - clamp(32px, 6vw, 100px)));
  min-height: 275px;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.72fr) 185px;
  gap: clamp(24px, 3.5vw, 65px);
  align-items: center;
  margin: 0 auto;
  padding: 23px 0 16px;
}

.masthead__title {
  min-width: 0;
}

.masthead__title h1 {
  margin: 0;
  color: var(--paper-light);
  font-family: var(--display);
  font-size: clamp(112px, 12.2vw, 206px);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.072em;
  line-height: 0.75;
  text-transform: uppercase;
  white-space: nowrap;
}

.masthead__title p {
  width: fit-content;
  margin: 20px 0 0;
  padding: 0 0 9px;
  color: var(--paper-light);
  border-top: 4px solid var(--red);
  border-bottom: 4px solid var(--red);
  font-family: var(--display);
  font-size: clamp(21px, 2vw, 34px);
  font-weight: 900;
  letter-spacing: 0.005em;
  line-height: 1.25;
  text-transform: uppercase;
}

.classification {
  align-self: center;
  min-width: 0;
  margin: 0;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}

.classification > div {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 14px;
  padding: 7px 0 5px;
  border-bottom: 1px dotted rgba(232, 224, 207, 0.28);
}

.classification .classification__head {
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 5px;
  padding: 0;
  border: 0;
  font-size: 15px;
}

.classification__head dt {
  padding: 7px 12px;
  border: 1px solid rgba(232, 224, 207, 0.42);
}

.classification__head dd {
  color: var(--red);
  font-size: 17px;
}

.classification dt,
.classification dd {
  margin: 0;
}

.public-seal {
  display: grid;
  width: 156px;
  aspect-ratio: 1;
  place-items: center;
  justify-self: end;
  color: var(--red);
  border: 4px double var(--red);
  border-radius: 50%;
  box-shadow: inset 0 0 0 6px var(--black), inset 0 0 0 8px var(--red);
  text-transform: uppercase;
  transform: rotate(7deg);
}

.public-seal span,
.public-seal strong,
.public-seal small {
  grid-area: 1 / 1;
}

.public-seal span {
  align-self: start;
  margin-top: 19px;
  font-size: 12px;
  letter-spacing: 0.18em;
}

.public-seal strong {
  font-family: var(--display);
  font-size: 62px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.09em;
}

.public-seal small {
  align-self: end;
  margin-bottom: 21px;
  font-size: 11px;
  letter-spacing: 0.25em;
}

.caseboard {
  position: relative;
  z-index: 5;
  width: min(1660px, calc(100% - 24px));
  min-height: 462px;
  margin: -5px auto 0;
  padding: 0 2% 18px 14.5%;
}

.dossier-stack {
  position: relative;
  z-index: 5;
  width: 100%;
  transform: rotate(-0.18deg);
}

.dossier {
  position: relative;
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    repeating-linear-gradient(2deg, transparent 0 12px, rgba(65, 50, 34, 0.025) 13px),
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.42), transparent 38%);
  border: 1px solid rgba(30, 25, 18, 0.56);
  box-shadow:
    0 10px 18px rgba(0, 0, 0, 0.4),
    -5px -7px 0 #b7aa92,
    -10px -12px 0 #d0c5b0;
  transition: transform 220ms ease;
}

.dossier:nth-child(1) {
  z-index: 6;
}

.dossier:nth-child(2) {
  z-index: 5;
  margin-top: -7px;
  transform: translateX(8px) rotate(0.12deg);
}

.dossier:nth-child(3) {
  z-index: 4;
  margin-top: -7px;
  transform: translateX(17px) rotate(-0.08deg);
}

.dossier.is-open {
  z-index: 10;
}

.folder-tab {
  position: absolute;
  top: -29px;
  left: 8px;
  z-index: -1;
  min-width: min(390px, 44%);
  height: 31px;
  padding: 7px 21px 0;
  color: rgba(23, 23, 21, 0.76);
  background: #d7ccb7;
  border: 1px solid rgba(30, 25, 18, 0.46);
  border-bottom: 0;
  border-radius: 22px 65px 0 0 / 9px 18px 0 0;
  font-size: 11px;
  font-style: italic;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.folder-tab span {
  margin-left: 22px;
}

.dossier-summary {
  position: relative;
  z-index: 3;
  display: grid;
  width: 100%;
  min-height: 92px;
  grid-template-columns: 110px minmax(0, 1fr) 170px 90px;
  gap: 20px;
  align-items: center;
  padding: 16px 28px;
  color: var(--ink);
  background: transparent;
  text-align: left;
}

.dossier-summary:hover {
  background: rgba(184, 45, 39, 0.06);
}

.dossier-number,
.dossier-title {
  font-family: var(--display);
  font-weight: 900;
  text-transform: uppercase;
}

.dossier-number {
  font-size: clamp(52px, 5vw, 78px);
  letter-spacing: -0.07em;
  line-height: 0.7;
}

.dossier-title {
  font-size: clamp(30px, 3.25vw, 55px);
  letter-spacing: -0.028em;
  line-height: 0.86;
}

.dossier-time {
  display: grid;
  align-content: center;
  text-transform: uppercase;
}

.dossier-time small {
  margin-bottom: 4px;
  font-size: 9px;
}

.dossier-time b {
  color: var(--red);
  font-size: 16px;
  font-weight: 400;
}

.dossier-state {
  justify-self: end;
  color: rgba(23, 23, 21, 0.58);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dossier.is-open .dossier-summary {
  min-height: 132px;
  grid-template-columns: 125px minmax(290px, 0.95fr) 150px 60px;
  padding-top: 24px;
  padding-bottom: 10px;
}

.dossier.is-open .dossier-number {
  color: var(--red);
  font-size: clamp(76px, 7.2vw, 112px);
}

.dossier.is-open .dossier-title {
  max-width: 600px;
  font-size: clamp(45px, 4.5vw, 74px);
  line-height: 0.84;
}

.dossier-details {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 170px;
  grid-template-columns: minmax(310px, 0.88fr) minmax(280px, 0.75fr) 210px;
  gap: 18px;
  align-items: stretch;
  padding: 0 28px 24px 152px;
  overflow: hidden;
}

.dossier-action {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 18px;
}

.dossier-action p {
  max-width: 430px;
  margin: 0 0 18px;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.35;
}

.dossier-action a {
  display: inline-flex;
  min-width: 248px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 15px 21px;
  color: var(--paper-light);
  background: var(--red);
  border: 1px solid var(--red-dark);
  font-size: 13px;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
}

.dossier-action a:hover,
.dossier-action a:focus-visible {
  background: var(--red-dark);
  transform: translateY(-1px);
}

.dossier-action a span {
  font-size: 22px;
  line-height: 0;
}

.evidence-map {
  position: relative;
  min-height: 145px;
  opacity: 0.58;
  background-image:
    linear-gradient(rgba(75, 61, 43, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 61, 43, 0.12) 1px, transparent 1px),
    repeating-linear-gradient(165deg, transparent 0 19px, rgba(75, 61, 43, 0.09) 20px);
  background-size: 31px 31px, 31px 31px, auto;
  border: 1px solid rgba(43, 35, 26, 0.18);
}

.map-node {
  position: absolute;
  z-index: 3;
  width: 11px;
  height: 11px;
  background: var(--black);
  border: 2px solid var(--paper);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--black);
}

.map-node--one {
  top: 34%;
  left: 10%;
}

.map-node--two {
  top: 69%;
  right: 12%;
}

.map-line {
  position: absolute;
  z-index: 2;
  height: 2px;
  background: var(--red);
  transform-origin: left center;
}

.map-line--one {
  top: 38%;
  left: 12%;
  width: 82%;
  transform: rotate(17deg);
}

.map-line--two {
  top: 72%;
  right: 11%;
  width: 58%;
  transform: rotate(-29deg);
  transform-origin: right center;
}

.evidence-map--mafia .map-line--one {
  transform: rotate(-7deg);
}

.evidence-map--light .map-line--two {
  transform: rotate(7deg);
}

.evidence-card {
  position: relative;
  min-height: 146px;
  align-self: stretch;
  background: #171715;
  border: 7px solid #d9cfbd;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.32);
  transform: rotate(-2.4deg);
}

.tower-mark {
  position: absolute;
  inset: 18px 38px 16px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}

.tower-mark::before {
  position: absolute;
  top: -7px;
  width: 30px;
  height: 19px;
  border-top: 4px double #c8a76a;
  border-bottom: 2px solid #c8a76a;
  content: "";
  transform: rotate(45deg);
}

.tower-mark i {
  display: block;
  width: calc(35px + (var(--layer, 1) * 8px));
  height: 10px;
  margin: 2px;
  border: 1px solid #c8a76a;
  transform: skewX(-13deg);
}

.tower-mark i:nth-child(1) { width: 94px; }
.tower-mark i:nth-child(2) { width: 82px; }
.tower-mark i:nth-child(3) { width: 71px; }
.tower-mark i:nth-child(4) { width: 61px; }
.tower-mark i:nth-child(5) { width: 50px; }
.tower-mark i:nth-child(6) { width: 38px; }

.evidence-card--redacted {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 24px;
  background: #d5cab6;
}

.evidence-card--redacted i {
  height: 11px;
  background: var(--ink);
}

.evidence-card--redacted i:nth-child(2) { width: 72%; }
.evidence-card--redacted i:nth-child(3) { width: 87%; }
.evidence-card--redacted i:nth-child(4) { width: 56%; }

.archive-slip {
  position: absolute;
  right: 8px;
  bottom: 7px;
  z-index: 6;
  width: 178px;
  padding: 12px 13px;
  color: #383126;
  background: #d7cbb6;
  border: 1px solid rgba(40, 32, 23, 0.36);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.23);
  font-size: 10px;
  line-height: 1.45;
  transform: rotate(-3.5deg);
}

.fingerprint {
  width: 142px;
  height: 142px;
  align-self: center;
  justify-self: center;
  opacity: 0.7;
  border: 2px solid var(--ink);
  border-radius: 48% 52% 49% 51%;
  background:
    repeating-radial-gradient(ellipse at 50% 70%, transparent 0 4px, var(--ink) 5px 6px, transparent 7px 10px);
  transform: rotate(8deg) scaleX(0.78);
}

.case-note {
  position: absolute;
  z-index: 3;
  top: 54px;
  left: 2.3%;
  width: 122px;
  color: #2d2922;
  font-size: 11px;
  transform: rotate(-4deg);
}

.case-note > span {
  display: block;
  padding: 25px 20px 45px;
  background: #b7ac97;
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.42);
  line-height: 1.45;
  text-align: center;
}

.case-note > span::before {
  position: absolute;
  top: -8px;
  left: 38px;
  width: 50px;
  height: 17px;
  background: rgba(232, 224, 207, 0.25);
  content: "";
  transform: rotate(3deg);
}

.case-note i {
  position: absolute;
  right: 8px;
  bottom: 39px;
  width: 8px;
  height: 8px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(184, 45, 39, 0.35);
}

.case-note small {
  display: block;
  margin: 28px 0 0 25px;
  color: var(--paper);
  font-size: 10px;
  font-style: italic;
  line-height: 1.55;
  transform: rotate(4deg);
}

.materials {
  position: absolute;
  z-index: 8;
  bottom: 2px;
  left: 0.2%;
  width: 175px;
  padding: 21px 17px 15px;
  color: var(--paper);
  background: #171816;
  border: 1px solid rgba(232, 224, 207, 0.28);
  box-shadow: 8px 9px 0 rgba(0, 0, 0, 0.42);
  font-size: 10px;
  transform: rotate(-1.7deg);
}

.materials strong {
  display: block;
  margin-bottom: 13px;
  padding-bottom: 8px;
  color: var(--red);
  border-bottom: 1px solid var(--red);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.materials ul {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
}

.materials li::before {
  margin-right: 8px;
  color: var(--red);
  content: "☑";
}

.paperclip {
  position: absolute;
  top: -13px;
  right: 17px;
  width: 17px;
  height: 48px;
  border: 2px solid #afa99e;
  border-radius: 12px;
  transform: rotate(4deg);
}

.red-thread {
  position: absolute;
  z-index: 7;
  height: 1px;
  background: var(--red);
  pointer-events: none;
  transform-origin: left center;
}

.thread-one {
  top: 150px;
  left: 9%;
  width: 39%;
  transform: rotate(9deg);
}

.thread-two {
  top: 166px;
  right: -2%;
  width: 61%;
  transform: rotate(18deg);
}

.manifesto {
  position: relative;
  z-index: 8;
  display: grid;
  width: min(1600px, calc(100% - 38px));
  min-height: 96px;
  grid-template-columns: 66px minmax(340px, 1fr) 150px minmax(270px, 0.55fr);
  gap: 24px;
  align-items: center;
  margin: 0 auto 20px;
  padding: 13px 26px;
  color: var(--ink);
  background-color: var(--paper-light);
  background-image: repeating-linear-gradient(0deg, transparent 0 7px, rgba(72, 57, 38, 0.028) 8px);
  border: 1px solid rgba(18, 16, 12, 0.72);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.34);
  transform: rotate(-0.15deg);
}

.manifesto > strong {
  justify-self: center;
  color: var(--red);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.manifesto > p {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}

.author-stamp {
  justify-self: center;
  padding: 8px 13px;
  color: var(--red);
  border: 3px double var(--red);
  font-size: 13px;
  transform: rotate(-2deg);
}

.manifesto-contact {
  display: grid;
  gap: 7px;
  padding: 12px 16px;
  border: 1px solid rgba(23, 23, 21, 0.44);
  font-size: 9px;
  line-height: 1.4;
  text-transform: uppercase;
}

.manifesto-contact a,
.manifesto-contact span {
  color: var(--red);
  font-weight: 700;
  text-decoration: none;
}

/* Article pages */

.article-page {
  min-height: 100vh;
  overflow-x: clip;
  color: var(--paper);
  background: var(--black);
}

.article-topbar {
  display: flex;
  justify-content: space-between;
}

.article-topbar .topbar__nav {
  margin-left: auto;
}

.article-page .topbar {
  position: sticky;
  top: 0;
  z-index: 90;
}

.reading-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: var(--reading-progress, 0%);
  height: 3px;
  background: var(--red);
}

.reader-hero {
  display: grid;
  width: min(1280px, calc(100% - 36px));
  grid-template-columns: 120px minmax(0, 1fr) 230px;
  gap: 34px;
  align-items: end;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 110px) 0 50px;
}

.reader-hero__number {
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(74px, 9vw, 126px);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.7;
}

.reader-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(62px, 8vw, 120px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.8;
  text-transform: uppercase;
}

.reader-hero__meta {
  display: grid;
  gap: 9px;
  padding: 17px;
  border: 1px solid rgba(232, 224, 207, 0.35);
  font-size: 9px;
  line-height: 1.4;
  text-transform: uppercase;
}

.reader-hero__meta span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 7px;
  border-bottom: 1px dotted rgba(232, 224, 207, 0.3);
}

.article-sheet {
  position: relative;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto 70px;
  color: var(--ink);
  background-color: var(--paper-light);
  background-image:
    radial-gradient(circle at 12% 22%, rgba(103, 79, 44, 0.06), transparent 28%),
    repeating-linear-gradient(0deg, transparent 0 12px, rgba(65, 50, 34, 0.025) 13px);
  border: 1px solid rgba(12, 11, 9, 0.82);
  box-shadow:
    9px 10px 0 #b7aa92,
    18px 20px 0 #817762,
    0 28px 45px rgba(0, 0, 0, 0.46);
}

.article-folder-tab {
  position: absolute;
  top: -33px;
  left: 16px;
  min-width: 330px;
  padding: 9px 21px 8px;
  background: #d6cab4;
  border: 1px solid rgba(23, 23, 21, 0.56);
  border-bottom: 0;
  border-radius: 25px 70px 0 0 / 10px 18px 0 0;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-intro {
  padding: clamp(42px, 7vw, 88px) clamp(26px, 7vw, 90px) 44px;
  border-bottom: 1px solid rgba(23, 23, 21, 0.34);
}

.article-intro__stamp {
  float: right;
  margin: -24px -26px 20px 28px;
  padding: 9px 13px;
  color: var(--red);
  border: 4px double var(--red);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: rotate(7deg);
}

.article-deck {
  max-width: 760px;
  margin: 0;
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.96;
}

.article-lead {
  max-width: 720px;
  margin: 28px 0 0;
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.55;
}

.article-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 720px);
  gap: clamp(40px, 7vw, 90px);
  justify-content: center;
  padding: 56px clamp(24px, 6vw, 72px) 90px;
}

.article-toc {
  position: sticky;
  top: 80px;
  align-self: start;
  max-height: calc(100vh - 105px);
  overflow-y: auto;
  padding: 15px 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid rgba(23, 23, 21, 0.4);
}

.article-toc > span {
  display: block;
  margin-bottom: 13px;
  color: var(--red);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-toc a {
  display: block;
  padding: 8px 0;
  border-top: 1px dotted rgba(23, 23, 21, 0.3);
  font-size: 9px;
  line-height: 1.45;
  text-decoration: none;
}

.article-toc a:hover,
.article-toc a:focus-visible {
  color: var(--red);
}

.article-body {
  min-width: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.68;
}

.article-body p {
  margin: 0 0 1.35em;
}

.article-body h2 {
  margin: 2.3em 0 0.7em;
  padding-top: 0.22em;
  border-top: 3px solid var(--ink);
  font-family: var(--display);
  font-size: clamp(44px, 5.4vw, 72px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.9;
  text-transform: uppercase;
}

.article-body h3 {
  margin: 2em 0 0.65em;
  font-family: var(--display);
  font-size: clamp(31px, 3.7vw, 46px);
  font-weight: 800;
  line-height: 0.98;
}

.article-body blockquote {
  margin: 2.1em 0;
  padding: 20px 26px;
  color: var(--red-dark);
  background: rgba(184, 45, 39, 0.06);
  border-left: 7px solid var(--red);
  font-family: var(--display);
  font-size: clamp(26px, 3.1vw, 40px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.article-body ul,
.article-body ol {
  margin: 1.25em 0 1.8em;
  padding-left: 1.4em;
}

.article-body li {
  margin-bottom: 0.48em;
  padding-left: 0.35em;
}

.article-body li::marker {
  color: var(--red);
  font-family: var(--mono);
}

.article-body hr {
  width: 55%;
  height: 9px;
  margin: 56px 0;
  background: var(--red);
  border: 0;
}

.article-body a {
  color: var(--red-dark);
  overflow-wrap: anywhere;
}

.article-body code {
  padding: 0.1em 0.3em;
  color: var(--paper-light);
  background: var(--ink);
  font-family: var(--mono);
  font-size: 0.78em;
}

.article-callout {
  margin: 2.1em 0;
  padding: 26px 30px;
  color: var(--red-dark);
  background: rgba(184, 45, 39, 0.07);
  border-top: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  font-family: var(--display);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.08;
}

.article-callout p:last-child,
.article-callout strong:last-child {
  margin-bottom: 0;
}

.article-postscript {
  margin: 3em 0 1em;
  padding: 22px 25px;
  border: 1px solid rgba(23, 23, 21, 0.48);
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.6;
}

.article-sources {
  margin-top: 4.5em;
}

.article-sources h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.article-sources li {
  font-size: 15px;
  line-height: 1.5;
}

.article-end {
  margin-top: 80px;
  padding: 34px;
  color: var(--paper);
  background: var(--red);
  font-family: var(--mono);
  transform: rotate(-0.35deg);
}

.article-end strong {
  display: block;
  margin-bottom: 20px;
  font-family: var(--display);
  font-size: 42px;
  text-transform: uppercase;
}

.article-end p {
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.55;
}

.article-pagination {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 2px solid var(--ink);
}

.article-pagination a {
  display: grid;
  gap: 8px;
  padding: 26px clamp(22px, 5vw, 60px);
  color: var(--ink);
  text-decoration: none;
}

.article-pagination a + a {
  border-left: 1px solid var(--ink);
  text-align: right;
}

.article-pagination a:hover {
  color: var(--paper);
  background: var(--red);
}

.article-pagination small {
  font-size: 8px;
  text-transform: uppercase;
}

.article-pagination strong {
  font-family: var(--display);
  font-size: clamp(25px, 3vw, 38px);
  line-height: 0.95;
  text-transform: uppercase;
}

.article-copyright {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px 24px;
  color: rgba(232, 224, 207, 0.58);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.article-copyright p {
  margin: 0;
}

@media (max-width: 1180px) {
  .masthead {
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.72fr) 130px;
    gap: 24px;
  }

  .public-seal {
    width: 126px;
  }

  .public-seal strong {
    font-size: 50px;
  }

  .caseboard {
    padding-left: 8%;
  }

  .case-note,
  .materials {
    display: none;
  }

  .dossier-summary,
  .dossier.is-open .dossier-summary {
    grid-template-columns: 100px minmax(0, 1fr) 145px;
  }

  .dossier-state {
    display: none;
  }

  .dossier-details {
    padding-left: 125px;
  }

  .topbar__nav a {
    padding: 0 13px;
  }
}

@media (max-width: 820px) {
  .topbar {
    position: sticky;
    top: 0;
    grid-template-columns: auto 1fr auto;
    min-height: 58px;
    padding: 0 14px;
  }

  .topbar__divider,
  .topbar__label,
  .topbar__subject,
  .topbar__nav a {
    display: none;
  }

  .topbar__nav button {
    min-width: auto;
    margin-left: 0;
  }

  .masthead {
    display: grid;
    width: calc(100% - 30px);
    min-height: auto;
    grid-template-columns: 1fr 112px;
    gap: 22px;
    padding: 45px 0 60px;
  }

  .masthead__title {
    grid-column: 1 / -1;
  }

  .masthead__title h1 {
    font-size: clamp(76px, 23vw, 146px);
    line-height: 0.79;
    white-space: normal;
  }

  .masthead__title p {
    margin-top: 18px;
    font-size: clamp(20px, 6.3vw, 31px);
  }

  .classification {
    font-size: 8px;
  }

  .classification .classification__head {
    font-size: 11px;
  }

  .classification__head dd {
    font-size: 12px;
  }

  .public-seal {
    width: 105px;
  }

  .public-seal span {
    margin-top: 14px;
    font-size: 8px;
  }

  .public-seal strong {
    font-size: 43px;
  }

  .public-seal small {
    margin-bottom: 15px;
    font-size: 8px;
  }

  .caseboard {
    width: calc(100% - 16px);
    min-height: auto;
    padding: 0 0 22px;
  }

  .thread-one,
  .thread-two {
    display: none;
  }

  .dossier-stack {
    transform: none;
  }

  .dossier,
  .dossier:nth-child(2),
  .dossier:nth-child(3) {
    margin-top: 0;
    margin-bottom: 37px;
    transform: none;
  }

  .folder-tab {
    top: -27px;
    min-width: 76%;
    padding-left: 14px;
    font-size: 8px;
  }

  .folder-tab span {
    margin-left: 10px;
  }

  .dossier-summary,
  .dossier.is-open .dossier-summary {
    min-height: 95px;
    grid-template-columns: 64px minmax(0, 1fr) 65px;
    gap: 10px;
    padding: 17px 13px 14px;
  }

  .dossier-number,
  .dossier.is-open .dossier-number {
    font-size: 55px;
  }

  .dossier-title,
  .dossier.is-open .dossier-title {
    font-size: clamp(27px, 8vw, 43px);
    line-height: 0.9;
  }

  .dossier-time {
    align-self: end;
    padding-bottom: 5px;
  }

  .dossier-time small {
    display: none;
  }

  .dossier-time b {
    font-size: 11px;
  }

  .dossier-details {
    display: grid;
    min-height: 350px;
    grid-template-columns: 1fr 112px;
    gap: 12px;
    padding: 10px 14px 20px;
  }

  .dossier-action {
    grid-column: 1 / -1;
    padding: 0;
  }

  .dossier-action p {
    font-size: 15px;
  }

  .dossier-action a {
    width: 100%;
    min-width: 0;
  }

  .evidence-map {
    min-height: 125px;
  }

  .evidence-card {
    min-height: 125px;
  }

  .fingerprint {
    width: 100px;
    height: 100px;
  }

  .archive-slip {
    right: 9px;
    bottom: 7px;
    width: 145px;
    font-size: 8px;
  }

  .manifesto {
    display: grid;
    width: calc(100% - 16px);
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 18px 17px;
  }

  .manifesto > p {
    font-size: 10px;
  }

  .author-stamp,
  .manifesto-contact {
    grid-column: 2;
    justify-self: stretch;
  }

  .author-stamp {
    width: fit-content;
  }

  .reader-hero {
    grid-template-columns: 70px 1fr;
    gap: 16px;
    padding-top: 55px;
  }

  .reader-hero__number {
    font-size: 70px;
  }

  .reader-hero h1 {
    font-size: clamp(52px, 14vw, 82px);
  }

  .reader-hero__meta {
    grid-column: 1 / -1;
  }

  .article-sheet {
    width: calc(100% - 18px);
    margin-bottom: 35px;
    box-shadow: 5px 7px 0 #b7aa92, 10px 14px 0 #817762;
  }

  .article-folder-tab {
    min-width: 75%;
    font-size: 8px;
  }

  .article-intro {
    padding: 43px 19px 34px;
  }

  .article-intro__stamp {
    margin-right: 0;
  }

  .article-layout {
    display: block;
    padding: 38px 20px 65px;
  }

  .article-toc {
    position: static;
    max-height: 250px;
    margin-bottom: 55px;
  }

  .article-body {
    font-size: 17px;
    line-height: 1.62;
  }

  .article-body h2 {
    font-size: clamp(40px, 12vw, 62px);
  }

  .article-body blockquote {
    padding: 18px;
    font-size: 28px;
  }

  .article-end {
    padding: 24px 20px;
  }

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

  .article-pagination a + a {
    border-top: 1px solid var(--ink);
    border-left: 0;
    text-align: left;
  }

  .article-copyright {
    padding-bottom: 20px;
    font-size: 9px;
    letter-spacing: 0.055em;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* Landing page: fixed dossier composition from the approved 1440 × 960 reference. */
.dossier {
  display: block;
  color: var(--ink);
  text-decoration: none;
}

.dossier-cta {
  display: inline-flex;
  min-width: 265px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 15px 21px;
  color: var(--paper-light);
  background: var(--red);
  border: 1px solid var(--red-dark);
  font-size: 13px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.dossier-cta b {
  font-size: 22px;
  font-weight: 400;
  line-height: 0;
}

.evidence-stamp {
  color: var(--red);
  border: 2px solid rgba(184, 45, 39, 0.72);
  font-size: 10px;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(8deg);
}

@media (min-width: 1181px) {
  .topbar {
    padding-right: 29px;
    padding-left: 29px;
  }

  .topbar__divider {
    margin-right: 0;
    margin-left: 0;
  }

  .topbar {
    column-gap: 24px;
  }

  .topbar__subject {
    transform: translateX(-84px);
  }

  .topbar__nav a {
    min-width: 104px;
    justify-content: center;
  }

  .masthead {
    width: calc(100% - 112px);
    min-height: 273px;
    grid-template-columns: minmax(0, 1fr) 285px 160px;
    gap: 48px;
    padding: 19px 26px 14px 0;
  }

  .masthead__title {
    transform: translateY(3px);
  }

  .masthead__title h1 {
    width: 186.916%;
    font-size: 240px;
    letter-spacing: -0.055em;
    line-height: 0.72;
    transform: translateY(5px) scaleX(0.535);
    transform-origin: left center;
  }

  .masthead__title p {
    margin-top: 17px;
    width: fit-content;
    padding-bottom: 10px;
    font-size: 31px;
    transform: scaleX(0.96);
    transform-origin: left center;
  }

  .classification {
    align-self: start;
    margin-top: 24px;
    font-size: 9px;
  }

  .classification > div {
    padding-top: 6px;
    padding-bottom: 4px;
  }

  .classification .classification__head {
    font-size: 14px;
  }

  .classification__head dd {
    font-size: 15px;
  }

  .public-seal {
    align-self: start;
    width: 148px;
    margin-top: 34px;
  }

  .caseboard {
    height: 521px;
    min-height: 521px;
    margin-top: -5px;
  }

  .dossier-stack {
    transform: translateY(28px) rotate(-0.18deg);
  }

  .dossier-summary {
    min-height: 109px;
    grid-template-columns: 100px 555px 140px minmax(0, 1fr);
  }

  .dossier-number {
    width: 128.2%;
    transform: scaleX(0.78);
    transform-origin: left center;
  }

  .dossier-title {
    width: 151.516%;
    font-size: 50px;
    transform: scaleX(0.66);
    transform-origin: left center;
  }

  .dossier.dossier--open .dossier-summary {
    min-height: 130px;
    grid-template-columns: 97px 470px 145px minmax(0, 1fr);
    padding-top: 22px;
    padding-bottom: 9px;
  }

  .dossier.dossier--open .dossier-number {
    width: 161.29%;
    font-size: 135px;
    transform: translateY(-3px) scaleX(0.62);
  }

  .dossier.dossier--open .dossier-title {
    width: 196.078%;
    max-width: none;
    font-size: 77px;
    transform: scaleX(0.51);
  }

  .dossier.dossier--open .dossier-time {
    align-self: start;
    margin-top: -20px;
  }

  .dossier.dossier--open .dossier-details {
    position: relative;
    display: block;
    min-height: 106px;
    padding: 0 28px 24px 152px;
    overflow: visible;
  }

  .dossier--open .dossier-action {
    position: absolute;
    top: 3px;
    left: 146px;
    z-index: 5;
    display: block;
    padding: 0;
  }

  .dossier--open .evidence-map {
    position: absolute;
    top: -122px;
    left: 38%;
    width: 46%;
    min-height: 185px;
  }

  .dossier--open .evidence-card {
    position: absolute;
    top: -142px;
    left: 67%;
    z-index: 4;
    width: 190px;
    min-height: 220px;
  }

  .archive-slip--origin {
    top: -86px;
    right: 10px;
    bottom: auto;
    width: 174px;
  }

  .evidence-stamp {
    position: absolute;
    top: 48px;
    right: 30px;
    width: 126px;
    padding: 7px 9px;
  }

  .fingerprint--row {
    position: absolute;
    top: 12px;
    right: 255px;
    width: 72px;
    height: 72px;
  }

  .archive-slip--row {
    top: 30px;
    right: 35px;
    bottom: auto;
    width: 168px;
    padding: 10px 12px;
  }

  .manifesto {
    margin-top: 0;
    transform: translateY(-6px) rotate(-0.15deg);
  }

  .author-stamp {
    transform: translateX(-20px) rotate(-2deg);
  }

  .materials strong {
    font-size: 16px;
  }

  .case-note {
    top: 45px;
  }

  .materials {
    bottom: 10px;
  }
}

@media (max-width: 820px) {
  .dossier-cta {
    width: 100%;
    min-width: 0;
  }

  .dossier--open .dossier-details {
    display: grid;
  }

  .evidence-stamp,
  .fingerprint--row,
  .archive-slip--row {
    display: none;
  }

  .manifesto {
    margin-bottom: 8px;
  }
}
