:root {
  --ink: #171717;
  --paper: #ffffff;
  --wash: #f3f4f1;
  --line: #d7d9d3;
  --muted: #62655f;
  --acid: #d8ff3e;
  --cyan: #00a6a6;
  --coral: #ff6257;
  --max: 1180px;
  --reading: 760px;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  color-scheme: light;
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: "Trebuchet MS", "Aptos", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

main,
section,
header,
footer {
  max-width: 100%;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: relative;
  z-index: 20;
  border-top: 6px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: rgba(255, 255, 255, 0.96);
}

.nav-shell {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto;
  align-items: center;
  width: min(calc(100% - 40px), var(--max));
  min-height: 72px;
  min-width: 0;
  margin: 0 auto;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--ink);
  text-decoration: none;
  font-family: "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}

.wordmark-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  border: 2px solid var(--ink);
  background: var(--acid);
  font-family: ui-monospace, "Cascadia Mono", monospace;
  font-size: 15px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-nav a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  font-family: ui-monospace, "Cascadia Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: #fff;
  font-family: ui-monospace, "Cascadia Mono", monospace;
  font-size: 20px;
}

.wrap {
  width: min(calc(100% - 40px), var(--max));
  min-width: 0;
  margin: 0 auto;
}

.kicker,
.eyebrow,
.card-label,
.article-meta,
.mini-label {
  font-family: ui-monospace, "Cascadia Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.cover {
  border-bottom: 1px solid var(--ink);
}

.cover-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.7fr);
  min-height: 610px;
  min-width: 0;
}

.cover-grid > * {
  min-width: 0;
}

.cover-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 68px 7vw 56px 0;
  border-right: 1px solid var(--ink);
  min-width: 0;
  max-width: 100%;
}

.cover-copy h1 {
  max-width: 800px;
  margin: 20px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 126px;
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0;
}

.cover-copy h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 2px var(--ink);
}

.dek {
  max-width: 650px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.cover-note {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  min-width: 0;
  max-width: 100%;
  margin-top: 40px;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.signal-dot {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 7px 0 0 var(--cyan), 14px 0 0 var(--coral);
  margin-right: 14px;
}

.cover-board {
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 34px 0 34px 34px;
  background: var(--wash);
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.board-top,
.board-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  min-width: 0;
}

.board-number {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1;
}

.content-map {
  position: relative;
  min-height: 330px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  margin: 28px 0;
  border: 1px solid var(--ink);
  background-color: #fff;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 36px 36px;
}

.content-map::before,
.content-map::after {
  position: absolute;
  content: "";
  border: 2px solid var(--ink);
}

.content-map::before {
  inset: 15% 15% 42% 20%;
  background: var(--acid);
}

.content-map::after {
  inset: 52% 28% 13% 8%;
  background: var(--cyan);
}

.map-tag {
  position: absolute;
  z-index: 2;
  width: max-content;
  max-width: calc(100% - 16px);
  padding: 7px 9px;
  border: 1px solid var(--ink);
  background: #fff;
  font-family: ui-monospace, "Cascadia Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.map-tag.one { top: 10%; right: 4%; }
.map-tag.two { top: 42%; left: 4%; background: var(--coral); }
.map-tag.three { right: 4%; bottom: 8%; background: var(--acid); }

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

.section-heading {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  margin-bottom: 42px;
}

.section-heading h2 {
  max-width: 850px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
}

.lead-story {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  border: 1px solid var(--ink);
}

.lead-visual {
  min-height: 440px;
  overflow: hidden;
  border-right: 1px solid var(--ink);
  background: #101010;
}

.lead-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: grayscale(1) contrast(1.06);
  transition: filter 220ms ease, transform 350ms ease;
}

.lead-story:hover .lead-visual img {
  filter: grayscale(0);
  transform: scale(1.015);
}

.lead-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
}

.lead-copy h3 {
  margin: 18px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.02;
}

.lead-copy p {
  color: var(--muted);
  font-size: 17px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  border-bottom: 2px solid var(--ink);
  text-decoration: none;
  font-family: ui-monospace, "Cascadia Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-link::after {
  content: "→";
  font-size: 19px;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.story-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 26px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.story-card:nth-child(3n + 1):hover { background: var(--acid); }
.story-card:nth-child(3n + 2):hover { background: var(--cyan); color: #fff; }
.story-card:nth-child(3n + 3):hover { background: var(--coral); }

.story-card h3 {
  margin: 22px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.08;
}

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

.story-card:hover p {
  color: currentColor;
}

.story-card .text-link {
  margin-top: auto;
}

.method-strip {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  border: 1px solid var(--ink);
}

.method-intro,
.method-step {
  padding: 28px;
}

.method-intro {
  color: #fff;
  background: var(--ink);
}

.method-intro h2 {
  margin: 16px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.08;
}

.method-step {
  border-left: 1px solid var(--ink);
}

.step-no {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  line-height: 1;
}

.method-step h3 {
  margin: 40px 0 12px;
  font-size: 18px;
}

.method-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.site-footer {
  padding: 56px 0 28px;
  color: #fff;
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 50px;
}

.footer-statement {
  max-width: 700px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  line-height: 1;
}

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

.footer-links a {
  width: fit-content;
  color: #fff;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.footer-base {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 70px;
  padding-top: 20px;
  border-top: 1px solid #565656;
  color: #b9b9b9;
  font-family: ui-monospace, "Cascadia Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.page-hero {
  padding: 72px 0 48px;
  border-bottom: 1px solid var(--ink);
}

.page-hero h1 {
  max-width: 960px;
  margin: 18px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 0.92;
}

.page-hero p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 19px;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.archive-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  min-height: 250px;
  padding: 28px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  text-decoration: none;
}

.archive-item:hover {
  background: var(--acid);
}

.archive-date {
  font-family: ui-monospace, "Cascadia Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.archive-item h2 {
  margin: 0 0 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.08;
}

.archive-item p {
  margin: 0;
  color: var(--muted);
}

.archive-item:hover p {
  color: var(--ink);
}

body.article-page .shell {
  max-width: none;
  margin: 0;
  padding: 0;
}

body.article-page .shell > header {
  margin: 0;
  padding: 0;
  border: 0;
}

.article-wrap {
  display: grid;
  grid-template-columns: minmax(190px, 0.35fr) minmax(0, var(--reading)) minmax(180px, 0.35fr);
  gap: 48px;
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 70px 0 110px;
}

.article-rail {
  position: sticky;
  top: 24px;
  align-self: start;
  padding-top: 8px;
}

.article-rail p {
  margin: 8px 0 24px;
  color: var(--muted);
  font-size: 13px;
}

.article-rail a {
  display: block;
  width: fit-content;
  margin: 10px 0;
  border-bottom: 1px solid var(--ink);
  text-decoration: none;
  font-size: 13px;
}

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

.article-page article h1 {
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.article-page article > p:first-of-type:not(.article-meta):not(.meta) {
  font-size: 23px;
  line-height: 1.45;
}

.article-page article .meta,
.article-page article .article-meta {
  margin: 10px 0 40px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ink);
  color: var(--muted);
}

.article-page article h2 {
  margin: 2.2em 0 0.65em;
  font-family: "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 31px;
  line-height: 1.15;
}

.article-page article h3 {
  margin: 1.8em 0 0.55em;
  font-size: 22px;
  line-height: 1.25;
}

.article-page article p,
.article-page article li {
  color: #282828;
}

.article-page article a {
  color: #006f70;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.article-page article img {
  width: 100%;
  height: auto;
  margin: 34px 0;
  border: 1px solid var(--ink) !important;
  border-radius: 0 !important;
  background: #fff;
}

.article-page article table {
  display: block;
  max-width: 100%;
  margin: 34px 0 !important;
  overflow-x: auto;
  border-collapse: collapse;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 14px !important;
}

.article-page article th,
.article-page article td {
  min-width: 150px;
  padding: 12px !important;
  border: 1px solid var(--ink) !important;
  background: #fff !important;
  color: var(--ink) !important;
}

.article-page article th {
  background: var(--acid) !important;
  text-align: left !important;
}

.article-page article blockquote {
  margin: 36px 0;
  padding: 8px 0 8px 26px;
  border-left: 8px solid var(--coral);
  font-size: 24px;
  line-height: 1.4;
}

#partner-links {
  display: none !important;
}

.article-page article [aria-label="Yes"] {
  font-size: 0 !important;
}

.article-page article [aria-label="Yes"]::after {
  content: "Yes";
  color: #006f70;
  font-size: 14px;
  font-weight: 700;
}

body.legacy-article .shell > article {
  width: min(calc(100% - 40px), var(--reading));
  margin: 0 auto;
  padding: 70px 0 110px;
}

body.legacy-article .shell > article > h1 {
  margin-top: 0;
}

.callout {
  margin: 34px 0;
  padding: 22px 24px;
  border: 1px solid var(--ink);
  background: var(--acid);
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
}

.checklist {
  padding-left: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  margin: 11px 0;
  padding-left: 34px;
}

.checklist li::before {
  position: absolute;
  left: 0;
  top: 0.15em;
  content: "✓";
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  color: #fff;
  background: var(--cyan);
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.article-aside {
  align-self: start;
  padding: 18px;
  border-top: 7px solid var(--coral);
  background: var(--wash);
  font-size: 13px;
}

.article-aside strong {
  display: block;
  margin-bottom: 10px;
  font-family: ui-monospace, "Cascadia Mono", monospace;
  text-transform: uppercase;
}

.article-aside a {
  display: block;
  margin-top: 14px;
  font-weight: 700;
}

.legal-wrap {
  display: grid;
  grid-template-columns: 250px minmax(0, 760px);
  gap: 70px;
  width: min(calc(100% - 40px), 1080px);
  margin: 0 auto;
  padding: 70px 0 110px;
}

.legal-nav {
  position: sticky;
  top: 30px;
  align-self: start;
  font-size: 13px;
}

.legal-nav a {
  display: block;
  margin: 10px 0;
}

.legal-content h1 {
  margin: 0 0 30px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 1;
}

.legal-content h2 {
  margin-top: 2em;
  font-size: 23px;
}

.legal-content p,
.legal-content li {
  color: #333;
}

.not-found {
  display: grid;
  min-height: 70vh;
  place-items: center;
  padding: 60px 20px;
  text-align: center;
}

.not-found strong {
  display: block;
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 280px;
  font-weight: 400;
  line-height: 0.8;
}

.not-found h1 {
  font-size: 28px;
}

@media (max-width: 980px) {
  .cover-grid,
  .lead-story,
  .method-strip,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cover-copy {
    min-height: 590px;
    padding-right: 0;
    border-right: 0;
  }

  .cover-copy h1 {
    font-size: 92px;
  }

  .dek {
    font-size: 28px;
  }

  .cover-board {
    padding: 34px;
    border-top: 1px solid var(--ink);
  }

  .section-heading h2 {
    font-size: 56px;
  }

  .lead-copy h3 {
    font-size: 46px;
  }

  .footer-statement {
    font-size: 52px;
  }

  .page-hero h1 {
    font-size: 88px;
  }

  .article-page article h1 {
    font-size: 66px;
  }

  .legal-content h1 {
    font-size: 66px;
  }

  .not-found strong {
    font-size: 220px;
  }

  .lead-visual {
    min-height: 350px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

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

  .story-card:nth-child(3n + 1):hover,
  .story-card:nth-child(3n + 2):hover,
  .story-card:nth-child(3n + 3):hover {
    color: var(--ink);
    background: var(--acid);
  }

  .method-step {
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .article-wrap {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .article-aside {
    display: none;
  }
}

@media (max-width: 720px) {
  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 0 18px;
  }

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

  .site-nav a {
    padding: 13px 4px;
    border-bottom: 1px solid var(--line);
  }

  .cover-copy h1 {
    font-size: 74px;
  }

  .dek {
    font-size: 24px;
  }

  .cover-note {
    align-items: flex-start;
    font-size: 13px;
  }

  .cover-board {
    width: 100%;
    max-width: 100%;
  }

  .content-map {
    min-height: 290px;
  }

  .map-tag {
    font-size: 10px;
  }

  .section-heading h2 {
    font-size: 44px;
  }

  .lead-copy h3 {
    font-size: 38px;
  }

  .footer-statement {
    font-size: 42px;
  }

  .page-hero h1 {
    font-size: 64px;
  }

  .section {
    padding: 64px 0;
  }

  .section-heading,
  .archive-grid,
  .story-grid,
  .legal-wrap {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 18px;
  }

  .story-card {
    min-height: 280px;
  }

  .archive-item {
    grid-template-columns: 82px 1fr;
    min-height: 220px;
  }

  .footer-links {
    margin-top: 20px;
  }

  .article-wrap {
    display: block;
    padding-top: 48px;
  }

  .article-rail,
  .legal-nav {
    position: static;
    margin-bottom: 34px;
  }

  .article-rail p,
  .article-rail a:not(:first-of-type) {
    display: none;
  }

  .article-page article {
    font-size: 18px;
  }

  .article-page article h1 {
    font-size: 56px;
  }

  .legal-content h1 {
    font-size: 56px;
  }

  .not-found strong {
    font-size: 170px;
  }
}

@media (max-width: 460px) {
  .wrap,
  .nav-shell,
  .article-wrap,
  body.legacy-article .shell > article {
    width: min(calc(100% - 28px), var(--max));
  }

  .wordmark {
    font-size: 18px;
  }

  .cover-copy {
    min-height: 530px;
    padding-top: 48px;
  }

  .cover-copy h1 {
    font-size: 62px;
  }

  .dek {
    font-size: 22px;
  }

  .cover-board {
    padding: 24px 14px;
  }

  .content-map {
    min-height: 260px;
  }

  .section-heading h2 {
    font-size: 38px;
  }

  .lead-copy h3 {
    font-size: 34px;
  }

  .footer-statement {
    font-size: 36px;
  }

  .page-hero h1 {
    font-size: 52px;
  }

  .article-page article h1,
  .legal-content h1 {
    font-size: 48px;
  }

  .not-found strong {
    font-size: 132px;
  }

  .lead-copy,
  .story-card,
  .archive-item {
    padding: 22px;
  }

  .archive-item {
    display: block;
  }

  .archive-date {
    display: block;
    margin-bottom: 18px;
  }

  .footer-base {
    flex-direction: column;
  }
}

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