@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/ibm-plex-mono-400.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/ibm-plex-mono-500.woff2') format('woff2'); }
@font-face { font-family: 'Newsreader'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/newsreader-400.woff2') format('woff2'); }
@font-face { font-family: 'Newsreader'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/newsreader-500.woff2') format('woff2'); }
@font-face { font-family: 'Newsreader'; font-style: normal; font-weight: 700; font-display: swap; src: url('/assets/fonts/newsreader-700.woff2') format('woff2'); }
@font-face { font-family: 'Public Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/public-sans-400.woff2') format('woff2'); }
@font-face { font-family: 'Public Sans'; font-style: normal; font-weight: 600; font-display: swap; src: url('/assets/fonts/public-sans-600.woff2') format('woff2'); }
@font-face { font-family: 'Public Sans'; font-style: normal; font-weight: 700; font-display: swap; src: url('/assets/fonts/public-sans-700.woff2') format('woff2'); }

:root {
    --ink: #14181b;
    --ink-band: #101417;
    --paper: #ffffff;
    --slate: #5b6470;
    --rule: #d9dde2;
    --rule-strong: #14181b;
    --blue: #1e4f7a;
    --blue-tint: #eef3f8;
    --red: #c8102e;
    --amber: #9a6200;
    --serif: "Newsreader", Georgia, serif;
    --sans: "Public Sans", system-ui, -apple-system, sans-serif;
    --mono: "IBM Plex Mono", ui-monospace, Consolas, monospace;
  }
  * { box-sizing: border-box; }
  html { background: #e9ebee; }
  body { margin: 0; color: var(--ink); font-family: var(--sans);
         font-size: 15.5px; line-height: 1.55; }
  a { color: var(--blue); text-underline-offset: 2px; }

  .demo-label { max-width: 62rem; margin: 3rem auto .6rem; padding: 0 1.25rem;
    font-family: var(--mono); font-size: .7rem; letter-spacing: .12em;
    text-transform: uppercase; color: var(--slate); }

  .sheet { max-width: 62rem; margin: 0 auto; background: var(--paper);
    border: 1px solid var(--rule); border-top: none; }

  /* Masthead band */
  .band { background: var(--ink-band); color: #fff; }
  .band-inner { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap;
    padding: 1.05rem 2rem .95rem; }
  .wordmark { font-family: var(--serif); font-optical-sizing: auto;
    font-size: 1.6rem; font-weight: 700; letter-spacing: -.015em;
    color: #fff; text-decoration: none; }
  .wordmark b { color: var(--red); font-weight: 700; }
  .band .desc { font-size: .78rem; color: #9aa4ad; margin-right: auto; }
  .band nav { display: flex; gap: 1.6rem; font-size: .82rem; font-weight: 600; }
  .band nav a { color: #cfd6db; text-decoration: none; letter-spacing: .02em; }
  .band nav a[aria-current] { color: #fff; border-bottom: 2px solid #fff;
    padding-bottom: 3px; }
  .band nav a:hover { color: #fff; }

  /* Record locator strip: id + tier + status only */
  .locator { display: flex; gap: 0; flex-wrap: wrap; border-bottom: 2px solid var(--rule-strong);
    font-family: var(--sans); font-size: .75rem; font-weight: 600; letter-spacing: .03em; }
  .locator span, .locator a { padding: .55rem 1.1rem; border-right: 1px solid var(--rule);
    color: var(--slate); text-decoration: none; white-space: nowrap; }
  .locator > :first-child { padding-left: 2rem; }
  .locator a.loc-event { color: var(--blue); }
  .locator a.loc-event:hover { text-decoration: underline; }
  .locator .loc-status-blue { color: var(--blue); font-weight: 500; }
  .locator .loc-status-red { color: var(--red); font-weight: 500; }

  .content { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0; }
  @media (max-width: 760px) {
    .content { grid-template-columns: 1fr; }
    .rail { border-left: none !important; border-top: 1px solid var(--rule); }
    .band-inner, .main, .method-main { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
    .locator > :first-child { padding-left: 1.25rem; }
  }
  .main { padding: 1.9rem 2.4rem 2.6rem 2rem; min-width: 0; }
  .rail { width: 20rem; border-left: 1px solid var(--rule); padding: 1.9rem 1.5rem 2.6rem;
    background: #fbfcfd; min-width: 0; }

  /* Attribution + title */
  .attribution { font-size: .84rem; color: var(--slate); margin: 0 0 .55rem; }
  .attribution b { color: var(--ink); font-weight: 600; }
  h1.proposition { font-family: var(--serif); font-optical-sizing: auto;
    font-weight: 700; font-size: clamp(1.5rem, 3.2vw, 1.95rem); line-height: 1.2;
    letter-spacing: -.015em; margin: 0 0 1.3rem; text-wrap: balance; }

  /* Status */
  .status { border-top: 2px solid var(--rule-strong); border-bottom: 1px solid var(--rule);
    padding: .95rem 0 1.05rem; margin: 0 0 1.7rem; }
  .status .kicker { font-family: var(--sans); font-size: .68rem; font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase; color: var(--slate); margin-bottom: .3rem; }
  .status .finding { font-family: var(--serif); font-size: 1.3rem; font-weight: 500;
    line-height: 1.25; }
  .status.supported .finding { color: var(--blue); }
  .status .scope { margin: .45rem 0 0; font-size: .88rem; color: var(--slate); }
  .status .normalization-note { margin: .45rem 0 0; font-size: .78rem; color: var(--slate); font-style: italic; }
  .status .checked { margin-top: .5rem; font-family: var(--mono); font-size: .7rem;
    color: var(--slate); }

  /* Evidence */
  .evidence { margin: 0 0 1.7rem; }
  .evidence .kicker { font-family: var(--sans); font-size: .68rem; font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase; color: var(--blue); margin-bottom: .6rem; }
  .evidence blockquote { margin: 0; padding: .2rem 0 .2rem 1.35rem;
    border-left: 3px solid var(--blue);
    font-family: var(--serif); font-size: 1.3rem; font-weight: 400;
    line-height: 1.4; }
  .evidence figcaption { margin-top: .65rem; padding-left: 1.35rem;
    font-size: .84rem; color: var(--slate); }

  .body-note { font-size: .95rem; max-width: 36rem; color: var(--ink); }
  .coverage-xref { font-size: .85rem; max-width: 36rem; color: var(--muted, #666); border-top: 1px solid var(--rule, #ddd); padding-top: .8rem; margin-top: 1.4rem; }

  /* Correction entry: red header + white body + thick red left rule */
  .correction { border-left: 4px solid var(--red); border-top: 1px solid var(--rule);
    border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
    margin: 0 0 1.7rem; }
  .correction .head { background: var(--red); color: #fff; padding: .5rem 1.1rem;
    font-family: var(--mono); font-size: .7rem; letter-spacing: .14em;
    text-transform: uppercase; }
  .correction .bod { padding: 1.05rem 1.15rem 1.2rem; background: var(--paper); }
  .correction h3 { font-family: var(--sans); font-size: .72rem; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase; color: var(--slate);
    margin: .9rem 0 .25rem; }
  .correction h3:first-child { margin-top: 0; }
  .correction p { margin: 0; font-family: var(--serif); font-size: 1.06rem; line-height: 1.4; }
  .correction .reason { font-family: var(--sans); font-size: .85rem;
    color: var(--slate); margin-top: .85rem; }

  /* Rail */
  .rail h2 { font-family: var(--sans); font-size: .7rem; font-weight: 700;
    letter-spacing: .16em; text-transform: uppercase; color: var(--ink);
    border-bottom: 2px solid var(--rule-strong); padding-bottom: .45rem;
    margin: 0 0 .8rem; }
  .rail section + section { margin-top: 1.9rem; }
  .kv { margin: 0; }
  .kv div { display: flex; justify-content: space-between; gap: 1rem;
    padding: .5rem 0; border-bottom: 1px solid var(--rule); font-size: .84rem; }
  .kv dt { color: var(--slate); flex: none; }
  .kv dd { margin: 0; text-align: right; font-variant-numeric: tabular-nums; min-width: 0; }
  .kv div.stacked { display: block; }
  .kv div.stacked dd { margin-top: .25rem; text-align: left; width: 100%; }
  .kv dd.nw { white-space: nowrap; }
  .kv dd .doc-title { display: block; font-size: .8rem; color: var(--slate);
    overflow-wrap: break-word; word-break: break-word; }
  .tier-chip { font-family: var(--mono); font-size: .7rem; color: var(--blue);
    border: 1px solid var(--blue); padding: .05rem .45rem; letter-spacing: .05em;
    text-transform: uppercase; white-space: nowrap; }

  .ledger { list-style: none; margin: 0; padding: 0; }
  .ledger li { padding: .6rem 0; border-bottom: 1px solid var(--rule); }
  .ledger .stamp { font-family: var(--sans); font-size: .72rem; font-weight: 600;
    letter-spacing: .04em; text-transform: uppercase; color: var(--slate); display: block;
    white-space: nowrap; }
  .ledger .event-corrected .stamp { color: var(--red); }
  .ledger p { margin: .25rem 0 0; font-size: .84rem; line-height: 1.45; }

  /* Event membership strip on records */
  .in-event { border-top: 2px solid var(--rule-strong); padding: 1.4rem 2rem 1.7rem; }
  .in-event h2 { font-family: var(--sans); font-size: .7rem; font-weight: 700;
    letter-spacing: .16em; text-transform: uppercase; margin: 0 0 .2rem; }
  .in-event .event-name { font-family: var(--serif); font-size: 1.05rem;
    margin: 0 0 1rem; }
  .in-event .event-name a { color: var(--ink); }
  .rel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 0; border-left: 1px solid var(--rule); }
  .rel-grid a { display: block; padding: .8rem 1.1rem; border-right: 1px solid var(--rule);
    text-decoration: none; color: var(--ink); }
  .rel-grid a:hover .rel-title { color: var(--blue); text-decoration: underline; }
  .rel-stamp { font-family: var(--sans); font-size: .72rem; font-weight: 600;
    color: var(--slate); display: block; margin-bottom: .3rem; }
  .rel-stamp .st-red { color: var(--red); }
  .rel-stamp .st-blue { color: var(--blue); }
  .rel-title { font-family: var(--serif); font-size: .98rem; font-weight: 500;
    line-height: 1.3; display: block; }

  footer.colophon { background: var(--ink-band); color: #9aa4ad;
    padding: 1.3rem 2rem 1.5rem; font-size: .78rem; }
  footer.colophon p { margin: .25rem 0; max-width: 46rem; }
  footer.colophon a { color: #cfd6db; }

  /* Event page */
  .event-main { padding: 2rem 2.4rem 2.6rem 2rem; }
  .event-kicker { font-family: var(--sans); font-size: .72rem; font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase; color: var(--slate); margin: 0 0 .5rem; }
  .event-main h1 { font-family: var(--serif); font-weight: 700;
    font-size: clamp(1.6rem, 3.4vw, 2.1rem); letter-spacing: -.015em;
    line-height: 1.18; margin: 0 0 .6rem; text-wrap: balance; }
  .event-summary { font-family: var(--serif); font-size: 1.08rem; color: var(--ink);
    max-width: 38rem; line-height: 1.5; margin: 0 0 1.4rem; }
  .event-coverage { border-top: 2px solid var(--rule-strong); margin-top: 2.1rem; padding-top: 1.4rem; }
  .event-coverage h2 { font-family: var(--sans); font-size: .7rem; font-weight: 700;
    letter-spacing: .16em; text-transform: uppercase; margin: 0 0 .35rem; }
  .event-coverage .coverage-intro { color: var(--slate); margin: 0 0 1rem; }
  .coverage-details { border-top: 1px solid var(--rule); margin-top: 1rem; padding-top: .85rem; }
  .coverage-details > summary { color: var(--slate); cursor: pointer; line-height: 1.45; }
  .coverage-details > summary::marker { color: var(--blue); }
  .coverage-details > summary a { color: var(--blue); }
  .coverage-expanded { margin-top: 1rem; }
  .coverage-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
  .coverage-list li { padding: .85rem 0; border-bottom: 1px solid var(--rule); }
  .coverage-list a { display: block; color: var(--ink); text-decoration: none; }
  .coverage-list a:hover .coverage-headline { color: var(--blue); text-decoration: underline; }
  .coverage-outlet { display: block; font-family: var(--sans); font-size: .72rem; font-weight: 700;
    letter-spacing: .04em; text-transform: uppercase; color: var(--slate); }
  .coverage-headline { display: block; font-family: var(--serif); font-size: 1rem; line-height: 1.35; margin-top: .2rem; }
  .coverage-date { display: block; font-size: .78rem; color: var(--slate); margin-top: .25rem; }
  .event-counts { display: flex; flex-wrap: wrap; gap: 0; border: 1px solid var(--rule);
    border-left: none; margin: 0 0 2rem; }
  .event-counts div { padding: .7rem 1.4rem; border-left: 1px solid var(--rule); }
  .event-counts .n { font-family: var(--serif); font-size: 1.45rem; font-weight: 700;
    display: block; line-height: 1.1; font-variant-numeric: tabular-nums; }
  .event-counts .lbl { font-family: var(--sans); font-size: .68rem; font-weight: 600;
    letter-spacing: .06em; text-transform: uppercase; color: var(--slate); }
  .event-counts .n.c-blue { color: var(--blue); }
  .event-counts .n.c-red { color: var(--red); }

  .chain-h { font-family: var(--sans); font-size: .7rem; font-weight: 700;
    letter-spacing: .16em; text-transform: uppercase; border-bottom: 2px solid var(--rule-strong);
    padding-bottom: .45rem; margin: 0 0 0; }
  .chain { list-style: none; margin: 0; padding: 0; }
  .chain li { display: grid; grid-template-columns: 9.5rem 7.5rem minmax(0,1fr);
    gap: 1.2rem; padding: .85rem 0; border-bottom: 1px solid var(--rule);
    align-items: baseline; }
  @media (max-width: 760px) {
    .chain li { grid-template-columns: 1fr; gap: .2rem; }
  }
  .chain .when { font-family: var(--sans); font-size: .78rem; color: var(--slate);
    white-space: nowrap; font-variant-numeric: tabular-nums; }
  .chain .kind { font-family: var(--sans); font-size: .68rem; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
  .chain .kind.k-source { color: var(--slate); }
  .chain .kind.k-record { color: var(--blue); }
  .chain .kind.k-correction { color: var(--red); }
  .chain .what { min-width: 0; }
  .chain .what a { font-family: var(--serif); font-size: 1.02rem; font-weight: 500;
    color: var(--ink); text-decoration: none; line-height: 1.35; }
  .chain .what a:hover { color: var(--blue); text-decoration: underline; }
  .chain .what .sub { display: block; font-size: .8rem; color: var(--slate);
    margin-top: .15rem; }
  .chain .what .st { font-family: var(--mono); font-size: .66rem; letter-spacing: .06em; }
  .chain .what .st.st-blue { color: var(--blue); }
  .chain .what .st.st-red { color: var(--red); }

  .contradiction { border-left: 4px solid var(--amber); background: #fdf8ef;
    border-top: 1px solid var(--rule); border-right: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule); padding: .9rem 1.15rem; margin: 1.8rem 0 0; }
  .contradiction .kicker { font-family: var(--sans); font-size: .68rem; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase; color: var(--amber);
    margin-bottom: .35rem; }
  .contradiction p { margin: 0; font-size: .92rem; max-width: 40rem; }


  .chrono p { font-family: var(--serif); font-size: 1.05rem; line-height: 1.6;
    max-width: 42rem; margin: 1rem 0 .6rem; }
  .chrono .cite { font-family: var(--mono); font-size: .68rem; color: var(--blue);
    text-decoration: none; vertical-align: 8%; }
  .chrono .cite:hover { text-decoration: underline; }
  .chrono-note { font-family: var(--sans) !important; font-size: .82rem !important;
    color: var(--slate); max-width: 42rem; }
  .coverage-lede { font-size: .88rem; color: var(--slate); max-width: 44rem;
    margin: .9rem 0 1rem; }
  .coverage { border-collapse: collapse; width: 100%; font-size: .88rem; }
  .coverage th { font-family: var(--sans); font-size: .68rem; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase; color: var(--slate); text-align: left;
    padding: .5rem .8rem; border-bottom: 2px solid var(--rule-strong); }
  .coverage td { padding: .55rem .8rem; border-bottom: 1px solid var(--rule); }
  .coverage td:first-child { font-family: var(--serif); font-size: .98rem; }
  .coverage .cv-yes { color: var(--blue); font-weight: 600; }
  .coverage .cv-no { color: var(--ink); font-weight: 600; }
  .coverage .cv-part { color: var(--amber); font-weight: 600; }
  .coverage .cv-unk { color: var(--slate); font-style: italic; }
  .coverage-foot { font-size: .8rem; color: var(--slate); max-width: 44rem;
    margin: .8rem 0 0; }


  .status.contradicted { border-top-color: var(--red); }
  .status.contradicted .finding { color: var(--red); }
  .layer-note { font-size: .84rem; color: var(--slate); margin: .55rem 0 0; }
  .versus { display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    border: 1px solid var(--rule); margin: 0 0 1.7rem; }
  @media (max-width: 760px) { .versus { grid-template-columns: 1fr; } }
  .versus > div { padding: 1.05rem 1.2rem 1.2rem; min-width: 0; }
  .versus > div + div { border-left: 1px solid var(--rule); }
  @media (max-width: 760px) { .versus > div + div { border-left: none; border-top: 1px solid var(--rule); } }
  .versus .kicker { font-family: var(--sans); font-size: .68rem; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase; margin-bottom: .6rem; }
  .versus .v-claim .kicker { color: var(--slate); }
  .versus .v-record .kicker { color: var(--red); }
  .versus blockquote { margin: 0; padding: .15rem 0 .15rem 1.1rem;
    font-family: var(--serif); font-size: 1.12rem; line-height: 1.42; }
  .versus .v-claim blockquote { border-left: 3px solid var(--slate); }
  .versus .v-record blockquote { border-left: 3px solid var(--red); }
  .versus .src { margin-top: .7rem; font-size: .82rem; color: var(--slate); }
  .checked-against { margin: 0 0 1.7rem; }
  .checked-against h2 { font-family: var(--sans); font-size: .7rem; font-weight: 700;
    letter-spacing: .16em; text-transform: uppercase; margin: 0 0 .6rem; }
  .checked-against ul { list-style: none; margin: 0; padding: 0; }
  .checked-against li { padding: .5rem 0; border-bottom: 1px solid var(--rule);
    font-size: .9rem; display: flex; gap: .8rem; align-items: baseline; }
  .checked-against .ind { font-family: var(--sans); font-size: .68rem; font-weight: 700;
    letter-spacing: .04em; text-transform: uppercase; color: var(--blue);
    white-space: nowrap; }


  .instances { display: flex; flex-wrap: wrap; gap: .35rem 1.1rem; margin: 0 0 1.4rem;
    font-size: .85rem; color: var(--slate); align-items: baseline; }
  .inst-label { font-family: var(--sans); font-size: .68rem; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase; }
  .inst b { color: var(--ink); font-weight: 600; }
  .prop-line { margin: 0; font-family: var(--serif); font-size: 1.08rem;
    line-height: 1.4; }


  .matter-kicker { font-family: var(--sans); font-size: .72rem; font-weight: 700;
    letter-spacing: .06em; color: var(--slate); margin: 0 0 .45rem; text-transform: uppercase; }
  .finding-line { font-family: var(--serif); font-size: 1.14rem; line-height: 1.45;
    color: var(--ink); max-width: 38rem; margin: 0 0 1.2rem; }


  .matters-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
    gap: 0; border: 1px solid var(--rule); border-right: none; margin: .8rem 0 0;
    list-style: none; padding: 0; }
  .matters-grid li { display: flex; }
  .matters-grid a { flex: 1; display: block; padding: 1rem 1.2rem 1.15rem;
    border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
    text-decoration: none; color: var(--ink); min-width: 0; }
  .matters-grid a:hover .mt-title { color: var(--blue); text-decoration: underline; }
  .mt-status { font-family: var(--sans); font-size: .66rem; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase; display: block; margin-bottom: .35rem; }
  .mt-status.st-blue { color: var(--blue); }
  .mt-status.st-red { color: var(--red); }
  .mt-status.st-amber { color: var(--amber); }
  .mt-doc { font-family: var(--sans); font-size: .66rem; font-weight: 600;
    letter-spacing: .06em; text-transform: uppercase; display: block; margin-bottom: .35rem;
    color: var(--slate); }
  .mt-title { font-family: var(--serif); font-size: 1.1rem; font-weight: 700;
    line-height: 1.25; display: block; letter-spacing: -.01em; }
  .mt-finding { display: block; font-size: .84rem; color: var(--slate);
    line-height: 1.45; margin-top: .4rem; }
  .mt-meta { display: block; font-family: var(--sans); font-size: .72rem;
    color: var(--slate); margin-top: .55rem; }

  .home-section { font-family: var(--sans); font-size: .7rem; font-weight: 700;
    letter-spacing: .16em; text-transform: uppercase; margin: 2rem 0 .3rem; }
  .event-index { list-style: none; padding: 0; margin: .8rem 0 0;
    border: 1px solid var(--rule); border-bottom: none; }
  .event-index a { display: flex; flex-wrap: wrap; align-items: baseline; gap: .3rem 1rem;
    justify-content: space-between; padding: .8rem 1.2rem; color: var(--ink);
    text-decoration: none; border-bottom: 1px solid var(--rule); }
  .event-index a:hover .ei-title { color: var(--blue); text-decoration: underline; }
  .ei-title { font-family: var(--serif); font-size: 1.05rem; font-weight: 700;
    letter-spacing: -.01em; }
  .ei-meta { font-family: var(--sans); font-size: .72rem; color: var(--slate); }
  .archive-nav { border-top: 2px solid var(--rule-strong); margin: 1.8rem 0 2rem; padding-top: 1rem; }
  .archive-nav h2, .archive-section h2 { font-family: var(--sans); font-size: .7rem; font-weight: 700;
    letter-spacing: .16em; text-transform: uppercase; margin: 0 0 .7rem; }
  .archive-links { display: flex; flex-wrap: wrap; border: 1px solid var(--rule); border-right: none; }
  .archive-links a { display: flex; flex-direction: column; gap: .15rem; min-width: 8rem; padding: .7rem 1rem;
    color: var(--ink); text-decoration: none; border-right: 1px solid var(--rule); }
  .archive-links a:hover b { color: var(--blue); text-decoration: underline; }
  .archive-links b { font-family: var(--serif); font-size: 1.1rem; font-weight: 500; }
  .archive-links span { font-family: var(--sans); font-size: .72rem; color: var(--slate); }
  .archive-section { border-top: 1px solid var(--rule); padding-top: 1rem; margin-top: 1.5rem; }
  .archive-section .archive-records { margin-top: .7rem; }


  .m-line { max-width: 40rem; margin: 0 0 .65rem !important; }
  .ev-stack { margin: 0 0 1.7rem; }
  .ev-stack > h2 { font-family: var(--sans); font-size: .7rem; font-weight: 700;
    letter-spacing: .16em; text-transform: uppercase; border-bottom: 2px solid var(--rule-strong);
    padding-bottom: .45rem; margin: 0 0 0; }
  .ev-item { padding: 1.05rem 0 1.15rem; border-bottom: 1px solid var(--rule); }
  .ev-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .6rem; }
  .tag { font-family: var(--sans); font-size: .66rem; font-weight: 700;
    letter-spacing: .04em; text-transform: uppercase; padding: .12rem .5rem; border: 1px solid; }
  .tag.t-doc { color: var(--blue); border-color: var(--blue); }
  .tag.t-rep { color: var(--slate); border-color: var(--slate); }
  .tag.t-stmt { color: var(--ink); border-color: var(--ink); }
  .tag.t-claimant { color: var(--red); border-color: var(--red); }
  .ev-item blockquote { margin: 0; padding: .15rem 0 .15rem 1.1rem;
    font-family: var(--serif); font-size: 1.12rem; line-height: 1.45; }
  .ev-item.k-doc blockquote { border-left: 3px solid var(--blue); }
  .ev-item.k-rep blockquote { border-left: 3px solid var(--slate); }
  .ev-item.k-stmt blockquote { border-left: 3px solid var(--ink); }
  .ev-src { margin-top: .55rem; font-size: .82rem; color: var(--slate); }
  .ev-src b { color: var(--ink); font-weight: 600; }
  .source-viewer { margin-top: .9rem; padding: .8rem 0 0 1.1rem; border-left: 1px solid var(--rule-strong); }
  .source-viewer-head { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; }
  .source-viewer-head h3 { margin: 0; font-family: var(--sans); font-size: .68rem; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase; }
  .source-viewer-head a { font-size: .78rem; color: var(--blue); }
  .source-excerpt { margin: .55rem 0 0; font-family: var(--serif); font-size: .96rem; line-height: 1.55; color: var(--slate); }
  .source-excerpt mark { background: #f6e7a9; color: var(--ink); padding: .05rem .12rem; }
  .source-viewer-note, .source-viewer-refusal { margin: .65rem 0 0; font-size: .78rem; line-height: 1.4; color: var(--slate); font-style: italic; }


  .loc-history { margin-left: auto; display: flex; align-items: center; gap: .45rem;
    color: var(--slate) !important; border-right: none !important;
    border-left: 1px solid var(--rule); padding-right: 2rem !important; }
  .loc-history:hover { color: var(--blue) !important; }
  .loc-history .h-glyph { font-size: .85rem; line-height: 1; }

  /* Methodology */
  .method-main { padding: 2.2rem 2.4rem 2.8rem 2rem; }
  .method-main h1 { font-family: var(--serif); font-weight: 700;
    font-size: clamp(1.7rem, 3.6vw, 2.2rem); letter-spacing: -.015em; margin: 0 0 .8rem; }
  .method-main .lede { font-family: var(--serif); font-size: 1.18rem;
    line-height: 1.45; max-width: 34rem; margin: 0 0 1.9rem; }
  .method-main section { border-top: 1px solid var(--rule); padding: 1.25rem 0 .5rem; }
  .method-main section:first-of-type { border-top: 2px solid var(--rule-strong); }
  .method-main h2 { font-family: var(--sans); font-size: .72rem; font-weight: 700;
    letter-spacing: .16em; text-transform: uppercase; margin: 0 0 .6rem; }
  .method-main p { max-width: 37rem; margin: 0 0 .8rem; font-size: .95rem; }

  .anatomy { margin: .4rem 0 .6rem; padding: 0 0 0 2.6rem; max-width: 40rem; }
  .anatomy li { padding: .35rem 0; font-size: .95rem; }
  .anatomy li::marker { font-family: var(--mono); font-size: .8rem; color: var(--slate); }
  .status-table { border-collapse: collapse; width: 100%; max-width: 46rem;
    font-size: .9rem; margin: .4rem 0 .8rem; border: 1px solid var(--rule); }
  .status-table th { font-family: var(--sans); font-size: .68rem; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase; color: var(--slate); text-align: left;
    padding: .5rem .9rem; border-bottom: 2px solid var(--rule-strong);
    border-right: 1px solid var(--rule); background: #fbfcfd; }
  .status-table td { padding: .6rem .9rem; border-bottom: 1px solid var(--rule);
    border-right: 1px solid var(--rule); vertical-align: top; }
  .status-table .st-glyph { width: 1rem; font-family: var(--mono); text-align: center; }
  .status-table .st-name { font-family: var(--serif); font-size: 1.02rem; font-weight: 500;
    width: 14rem; white-space: normal; }
  .status-table .s-blue { color: var(--blue); }
  .status-table .s-amber { color: var(--amber); }
  .status-table .s-red { color: var(--red); }
  .m-note { font-size: .85rem; color: var(--slate); }
  .method-main h2 { font-family: var(--serif); font-size: 1.3rem; font-weight: 700;
    letter-spacing: -.01em; text-transform: none; margin: 0 0 .6rem; }

  .statuses { margin: .3rem 0 .9rem; max-width: 37rem; }
  .statuses dt { font-family: var(--serif); font-size: 1.05rem; font-weight: 500;
    margin-top: .8rem; }
  .statuses dt.s-blue { color: var(--blue); }
  .statuses dt.s-amber { color: var(--amber); }
  .statuses dt.s-red { color: var(--red); }
  .statuses dd { margin: .15rem 0 0; font-size: .88rem; color: var(--slate); }
