:root {
  --id-accent: #8b0d16;
  --ink: #111;
  --muted: #666;
  --line: #cfcfcf;
  --line-dark: #222;
  --paper: #fff;
  --soft: #f5f5f3;
  --shell: 1240px;
  --sans: "Libre Franklin", Arial, sans-serif;
  --serif: "Libre Caslon Text", Georgia, serif;
  --display: "Libre Caslon Display", Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--serif); }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--id-accent); }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; background: #fff; border: 2px solid #000; padding: 10px 14px; }
.skip-link:focus { top: 12px; }

/* Header */
.utility-bar { background: #090909; color: #fff; font: 600 12px/1 var(--sans); }
.utility-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.utility-left, .utility-right { display: flex; align-items: center; gap: 16px; }
.utility-left span + span, .utility-right a + a { border-left: 1px solid #666; padding-left: 16px; }
.masthead-row { min-height: 126px; display: grid; grid-template-columns: 140px 1fr 140px; align-items: center; border-bottom: 1px solid var(--line-dark); }
.masthead { grid-column: 2; justify-self: center; text-align: center; min-width: 0; }
.masthead-logo { max-height: 82px; max-width: 560px; object-fit: contain; margin: 0 auto; }
.masthead-title { display: block; font: 400 clamp(46px, 7vw, 82px)/.9 var(--display); letter-spacing: -3px; white-space: nowrap; }
.masthead-tagline { display: block; font: 700 11px/1.2 var(--sans); text-transform: uppercase; letter-spacing: 2.5px; margin-top: 9px; }
.icon-button { border: 0; background: transparent; padding: 8px; color: #111; cursor: pointer; }
.nav-toggle { grid-column: 1; width: 42px; display: none; }
.nav-toggle span { display: block; height: 2px; background: currentColor; margin: 5px 0; }
.search-button { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: 7px; font: 700 12px var(--sans); }
.search-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.section-nav-wrap { border-bottom: 2px solid #111; }
.section-nav { min-height: 44px; display: flex; justify-content: center; align-items: center; overflow-x: auto; scrollbar-width: none; }
.section-nav .nav { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; min-width: max-content; }
.section-nav .nav li { margin: 0; }
.section-nav .nav li + li::before { content: "|"; color: #aaa; margin: 0 17px; }
.section-nav .nav a { font: 800 12px/44px var(--sans); text-transform: uppercase; letter-spacing: .25px; }
.section-nav .nav-current a { color: var(--id-accent); }

/* Common */
.site-main { min-height: 60vh; }
.home-shell { padding-top: 26px; }
.eyebrow { color: var(--id-accent); font: 800 10px/1 var(--sans); text-transform: uppercase; letter-spacing: .6px; }
.accent-chip { display: inline-block; background: var(--id-accent); color: #fff !important; padding: 7px 10px 6px; }
.section-heading { min-height: 39px; display: flex; justify-content: space-between; gap: 14px; align-items: center; border-top: 2px solid var(--line-dark); border-bottom: 1px solid var(--line); }
.section-heading h2 { margin: 0; font: 800 14px/1 var(--sans); text-transform: uppercase; }
.section-heading a { font: 700 10px var(--sans); text-transform: uppercase; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 42px; padding: 0 20px; border: 1px solid #111; font: 800 12px var(--sans); cursor: pointer; }
.button-dark { background: #111; color: #fff; }
.button-light { background: #fff; color: #111; }
.button-accent { background: var(--id-accent); border-color: var(--id-accent); color: #fff; }
.meta-line { margin-top: 12px; display: flex; gap: 11px; color: var(--muted); font: 500 11px var(--sans); }
.meta-line span + span::before { content: "•"; margin-right: 11px; }
.muted { color: var(--muted); font-size: 14px; }

/* Homepage hero */
.lead-grid { display: grid; grid-template-columns: 215px minmax(0, 1fr) 250px; border-bottom: 2px solid #111; padding-bottom: 22px; }
.lead-side { padding-right: 18px; border-right: 1px solid var(--line); }
.side-story { display: grid; grid-template-columns: 1fr 78px; gap: 9px; padding: 0 0 16px; margin-bottom: 16px; border-bottom: 1px solid var(--line); }
.side-story > a { grid-column: 2; grid-row: 1; }
.side-story > div { grid-column: 1; grid-row: 1; }
.side-story img { width: 78px; height: 78px; object-fit: cover; }
.side-story h2 { margin: 6px 0 7px; font: 700 17px/1.08 var(--serif); }
.story-time { color: var(--muted); font: 500 10px var(--sans); }
.lead-center { padding: 0 18px; min-width: 0; }
.lead-story { height: 100%; }
.lead-image-wrap { display: block; aspect-ratio: 16/8.4; background: #eee; overflow: hidden; }
.lead-image { width: 100%; height: 100%; object-fit: cover; }
.lead-story-body { padding-top: 12px; }
.lead-story h1 { margin: 8px 0 8px; font: 400 clamp(34px, 3.5vw, 52px)/.98 var(--display); letter-spacing: -1px; }
.lead-deck { margin: 0 0 12px; font: 400 16px/1.38 var(--serif); }
.byline { font: 600 10px/1.3 var(--sans); display: flex; flex-wrap: wrap; gap: 7px; }
.latest-rail { padding-left: 18px; }
.latest-rail .section-heading { border-top: 0; }
.latest-list { margin: 0; padding: 0; list-style: none; }
.latest-list li { display: grid; grid-template-columns: 42px 1fr; gap: 10px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.latest-list a { font: 700 15px/1.22 var(--serif); }
.latest-time { color: var(--muted); font: 600 10px var(--sans); padding-top: 2px; }
.rail-link { display: inline-block; margin-top: 15px; font: 800 10px var(--sans); text-transform: uppercase; }

/* Publication sections */
.section-stack { padding-top: 24px; }
.publication-row { padding: 0 0 28px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.publication-row-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding-top: 16px; }
.publication-row-grid .story-card { min-width: 0; }
.story-card-image { display: block; aspect-ratio: 16/9; overflow: hidden; margin-top: 0; }
.story-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.story-card:hover .story-card-image img { transform: scale(1.015); }
.story-card-body { padding-top: 10px; }
.story-card h2 { margin: 5px 0 6px; font: 700 24px/1.05 var(--serif); }
.story-card p { margin: 0; font: 400 13px/1.35 var(--serif); color: #333; }
.compact-heading { border-top: 0; margin-bottom: 14px; }
.rail-empty { margin: 0; color: var(--muted); font: 400 13px/1.45 var(--serif); }
.illicit-deeds-row { margin-bottom: 0; }
.most-read-band { padding: 28px 0 30px; }
.most-read-grid { list-style: none; margin: 0; padding: 16px 0 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; }
.most-read-grid li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: start; padding: 0 14px; border-left: 1px solid var(--line); }
.most-read-grid li:first-child { border-left: 0; padding-left: 0; }
.most-read-grid li:last-child { padding-right: 0; }
.rank-number { font: 400 28px/1 var(--display); }
.most-read-grid a { font: 700 14px/1.25 var(--serif); }

/* Newsletter + footer */
.newsletter-band { border: 1px solid var(--line); display: grid; grid-template-columns: 48px 1fr auto; gap: 18px; align-items: center; margin-top: 12px; margin-bottom: 28px; padding: 20px 24px; }
.newsletter-icon { font-size: 28px; }
.newsletter-copy h2 { margin: 0 0 3px; font: 800 16px var(--sans); }
.newsletter-copy p { margin: 0; font: 400 13px var(--sans); color: #444; }
.site-footer { background: #0a0a0a; color: #fff; padding: 32px 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .8fr 1.2fr; gap: 36px; }
.footer-title { font: 400 34px/1 var(--display); }
.footer-brand p, .footer-legal p { color: #d3d3d3; font: 400 12px/1.45 var(--sans); }
.site-footer h3 { margin: 2px 0 12px; font: 800 11px var(--sans); text-transform: uppercase; }
.site-footer ul, .site-footer .nav { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 7px 0; }
.site-footer a { font: 500 12px var(--sans); }

/* Archive */
.archive-shell { padding: 38px 0 48px; }
.archive-header { border-bottom: 3px solid #111; padding-bottom: 18px; margin-bottom: 24px; }
.archive-header h1 { margin: 6px 0 0; font: 400 clamp(42px, 6vw, 68px)/1 var(--display); }
.archive-header p { max-width: 760px; color: #444; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 26px; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 42px; font: 700 12px var(--sans); }
.author-header { display: flex; gap: 20px; align-items: center; }
.author-header img { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; }

/* Article */
.article-shell { padding: 38px 0 50px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 820px) 280px; gap: 46px; justify-content: center; }
.article-header h1 { margin: 12px 0 12px; font: 400 clamp(46px, 5.5vw, 72px)/.96 var(--display); letter-spacing: -1.4px; }
.article-deck { margin: 0 0 18px; max-width: 760px; font: 400 20px/1.35 var(--serif); color: #333; }
.article-meta { border-bottom: 1px solid var(--line); padding-bottom: 14px; display: flex; align-items: center; justify-content: space-between; gap: 14px; font: 600 11px var(--sans); }
.author-meta { display: flex; align-items: center; gap: 8px; }
.author-meta img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }
.article-date { color: #555; }
.article-feature { margin: 18px 0 22px; }
.article-feature img { width: 100%; max-height: 650px; object-fit: cover; }
.article-feature figcaption { color: #666; font: 400 10px/1.35 var(--sans); margin-top: 7px; }
.gh-content { font: 400 18px/1.72 var(--serif); }
.gh-content > * { max-width: 700px; margin-left: auto; margin-right: auto; }
.gh-content > p:first-child { font-size: 20px; }
.gh-content h2, .gh-content h3 { font-family: var(--serif); line-height: 1.15; margin-top: 1.8em; }
.gh-content h2 { font-size: 30px; }
.gh-content h3 { font-size: 24px; }
.gh-content a { color: var(--id-accent); text-decoration: underline; text-underline-offset: 3px; }
.gh-content blockquote { border-left: 4px solid var(--id-accent); padding-left: 22px; font-style: italic; }
.gh-content img, .gh-content figure, .gh-content .kg-width-wide { max-width: 900px; }
.gh-content .kg-width-full { max-width: none; width: min(100vw, 1200px); position: relative; left: 50%; transform: translateX(-50%); }
.gh-content .kg-gallery-container { max-width: 900px; }
.gh-content table { width: 100%; border-collapse: collapse; font-family: var(--sans); font-size: 14px; }
.gh-content td, .gh-content th { border: 1px solid var(--line); padding: 9px; text-align: left; }
.article-footer { max-width: 700px; margin: 28px auto 0; border-top: 1px solid #111; border-bottom: 1px solid var(--line); padding: 16px 0; display: flex; justify-content: space-between; gap: 20px; font: 700 11px var(--sans); }
.article-tags a { display: inline-block; background: #f1f1f1; margin: 2px 5px 2px 0; padding: 6px 8px; }
.article-share { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
.copy-link { background: none; border: 0; padding: 0; font: inherit; cursor: pointer; }
.related-section { margin-top: 42px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-top: 16px; }
.related-grid .story-card h2 { font-size: 18px; }
.related-grid .story-card p { display: none; }
.article-sidebar { border-left: 1px solid var(--line); padding-left: 22px; }
.sidebar-module + .sidebar-module { margin-top: 34px; }
.sidebar-latest { list-style: none; padding: 0; margin: 0; }
.sidebar-latest li { padding: 13px 0; border-bottom: 1px solid var(--line); }
.sidebar-latest a { display: block; font: 700 14px/1.25 var(--serif); }
.sidebar-latest span { display: block; margin-top: 6px; color: var(--muted); font: 500 10px var(--sans); }

/* Pages and errors */
.page-shell { max-width: var(--shell); padding-top: 45px; padding-bottom: 50px; overflow: visible; }
.page-header { max-width: 920px; margin: 0 auto 24px; border-bottom: 2px solid #111; padding-bottom: 20px; }
.page-header h1 { margin: 0; font: 400 clamp(48px, 7vw, 74px)/1 var(--display); }
.page-feature-wrap { width: 100vw; max-width: none; position: relative; left: 50%; transform: translateX(-50%); margin: 0 0 30px; }
.page-feature { width: 100%; max-width: none; margin: 0; display: block; }
.page-feature-wrap figcaption { width: min(calc(100% - 48px), 920px); margin: 7px auto 0; color: #666; font: 400 10px/1.35 var(--sans); }
.page-content { max-width: 740px; margin: 0 auto; }
.page-intro { margin-top: -2px; margin-bottom: 26px; font-size: 20px; line-height: 1.5; }
.page-shell--no-title { padding-top: 0; }
.page-shell--no-title .page-feature-wrap { margin-top: 0; }
.error-shell { text-align: center; padding: 100px 0; }
.error-shell h1 { font: 400 64px/1 var(--display); margin: 10px 0; }
.error-shell p { margin-bottom: 26px; }

@media (max-width: 1050px) {
  .lead-grid { grid-template-columns: 190px minmax(0, 1fr); }
  .latest-rail { grid-column: 1 / -1; border-top: 1px solid var(--line); padding: 20px 0 0; margin-top: 20px; }
  .latest-list { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 24px; }
  .publication-row-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .most-read-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 22px; }
  .most-read-grid li:nth-child(4) { border-left: 0; padding-left: 0; }
  .article-layout { grid-template-columns: minmax(0, 1fr) 250px; gap: 28px; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .utility-location { display: none; }
  .utility-right a:first-child { display: none; }
  .masthead-row { min-height: 94px; grid-template-columns: 42px 1fr 42px; }
  .nav-toggle { display: block; }
  .search-button span { display: none; }
  .masthead-title { font-size: clamp(35px, 11vw, 54px); letter-spacing: -2px; }
  .masthead-logo { max-height: 58px; max-width: 260px; }
  .masthead-tagline { font-size: 7px; letter-spacing: 1.5px; }
  .section-nav-wrap { border-bottom-width: 1px; }
  .section-nav { display: none; position: absolute; z-index: 100; width: 100%; left: 0; background: white; border-bottom: 2px solid #111; padding: 10px 14px; }
  .section-nav.is-open { display: block; }
  .section-nav .nav { display: block; }
  .section-nav .nav li + li::before { display: none; }
  .section-nav .nav a { display: block; line-height: 38px; border-bottom: 1px solid #ddd; }
  .home-shell { padding-top: 14px; }
  .lead-grid { display: flex; flex-direction: column; }
  .lead-center { order: -1; padding: 0 0 18px; }
  .lead-story h1 { font-size: 38px; }
  .lead-deck { font-size: 15px; }
  .lead-side { border: 0; padding: 18px 0 0; border-top: 1px solid var(--line); }
  .side-story { grid-template-columns: 1fr 96px; }
  .side-story img { width: 96px; height: 76px; }
  .latest-list { display: block; }
  .publication-row-grid { grid-template-columns: 1fr; }
  .publication-row-grid .story-card + .story-card { border-top: 1px solid var(--line); padding-top: 18px; }
  .most-read-grid { grid-template-columns: 1fr; padding-top: 8px; }
  .most-read-grid li, .most-read-grid li:nth-child(4) { border-left: 0; border-bottom: 1px solid var(--line); padding: 14px 0; }
  .newsletter-band { grid-template-columns: 36px 1fr; padding: 16px; }
  .newsletter-band .button { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-legal { grid-column: 1 / -1; }
  .archive-grid { grid-template-columns: 1fr; }
  .article-shell { padding-top: 24px; }
  .article-layout { display: block; }
  .article-header h1 { font-size: 44px; }
  .article-deck { font-size: 18px; }
  .article-meta { align-items: flex-start; flex-direction: column; }
  .gh-content { font-size: 17px; }
  .gh-content > p:first-child { font-size: 18px; }
  .article-footer { display: block; }
  .article-share { margin-top: 14px; }
  .related-grid { grid-template-columns: 1fr; }
  .article-sidebar { border-left: 0; border-top: 2px solid #111; padding: 28px 0 0; margin-top: 36px; }
  .page-shell { padding-top: 28px; }
  .page-shell--no-title { padding-top: 0; }
  .page-feature-wrap figcaption { width: min(calc(100% - 28px), 920px); }
}

@media (max-width: 480px) {
  .utility-inner { height: 30px; }
  .utility-right a + a, .utility-left span + span { padding-left: 8px; }
  .utility-left, .utility-right { gap: 8px; }
  .masthead-title { font-size: 35px; }
  .lead-image-wrap { aspect-ratio: 4/3; }
  .lead-story h1 { font-size: 34px; }
  .story-card h2 { font-size: 22px; }
  .footer-grid { display: block; }
  .footer-grid > div + div { margin-top: 25px; }
}
