:root {
  --ink: #101820;
  --ink-soft: #31404a;
  --paper: #f7f5ef;
  --white: #ffffff;
  --line: #d9d5cb;
  --muted: #6d736f;
  --blue: #1657ff;
  --blue-dark: #0d36a6;
  --orange: #ff4f2f;
  --acid: #d9ff56;
  --serif: Iowan Old Style, Baskerville, Times New Roman, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; text-rendering: optimizeLegibility; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
address { font-style: normal; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--acid);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.signal-bar { background: var(--ink); color: white; font-size: 12px; font-weight: 750; letter-spacing: .055em; }
.signal-inner { min-height: 33px; display: flex; align-items: center; justify-content: space-between; }
.signal-inner span { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; }
.signal-inner i { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgb(217 255 86 / 12%); }
.signal-inner a { color: white; text-decoration: none; }
.signal-inner a:hover { color: var(--acid); }
.site-header { background: var(--paper); border-bottom: 1px solid var(--ink); }
.masthead-row { min-height: 112px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.edition-date { margin: 0; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.wordmark, .footer-wordmark { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 27px; font-weight: 950; letter-spacing: -.045em; text-decoration: none; }
.wordmark-sf, .footer-wordmark span { display: inline-grid; place-items: center; width: 45px; height: 45px; background: var(--blue); color: white; font-size: 21px; letter-spacing: -.08em; }
.header-search { justify-self: end; width: 180px; display: flex; border-bottom: 1px solid var(--ink); }
.header-search input { width: 100%; padding: 8px 2px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.header-search button { border: 0; background: transparent; font-weight: 900; }
.section-nav { border-top: 1px solid var(--line); }
.section-nav-inner { min-height: 45px; display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); overflow-x: auto; scrollbar-width: none; }
.section-nav-inner::-webkit-scrollbar { display: none; }
.section-nav a { flex: 0 0 auto; color: var(--ink); font-size: 13px; font-weight: 760; text-decoration: none; }
.section-nav a:hover { color: var(--blue); }
.section-nav .all-desks-link { margin-left: auto; color: var(--blue); }

.eyebrow, .story-label {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .11em;
  line-height: 1.2;
  text-transform: uppercase;
}
.home-intro { min-height: 640px; display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(40px, 7vw, 104px); align-items: center; padding-block: 70px; }
.home-intro h1 { margin: 0; max-width: 800px; font-family: var(--serif); font-size: clamp(58px, 7.1vw, 104px); font-weight: 500; letter-spacing: -.065em; line-height: .88; }
.home-intro h1 em { color: var(--blue); font-weight: 500; }
.home-intro-dek { max-width: 650px; margin: 30px 0 0; color: var(--ink-soft); font-size: clamp(18px, 2vw, 23px); line-height: 1.45; }
.intro-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 20px; border: 1px solid currentColor; font-size: 13px; font-weight: 850; letter-spacing: .035em; text-decoration: none; }
.button-primary { border-color: var(--blue); background: var(--blue); color: white; }
.button-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.button-secondary { background: transparent; color: var(--ink); }
.button-inverse { border-color: white; color: white; }
.button-inverse:hover { background: white; color: var(--ink); }
.text-link { color: var(--ink); font-size: 14px; font-weight: 800; text-decoration: none; }
.text-link span { color: var(--blue); margin-left: 5px; }
.text-link:hover { color: var(--blue); }
.hero-poster { position: relative; min-height: 470px; overflow: hidden; padding: 24px; background: var(--blue); color: white; box-shadow: 18px 18px 0 var(--acid); }
.hero-poster::before { content: ""; position: absolute; right: -45%; top: 13%; width: 120%; aspect-ratio: 1; border: 2px solid rgb(255 255 255 / 40%); border-radius: 50%; }
.hero-poster::after { content: ""; position: absolute; right: -22%; top: 30%; width: 70%; aspect-ratio: 1; border: 2px solid rgb(255 255 255 / 35%); border-radius: 50%; }
.hero-poster-top { position: relative; z-index: 1; display: flex; justify-content: space-between; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.hero-poster > strong { position: relative; z-index: 1; display: block; margin-top: 46px; font-size: clamp(130px, 17vw, 215px); font-weight: 950; letter-spacing: -.12em; line-height: .75; }
.hero-poster p { position: absolute; z-index: 1; right: 25px; bottom: 20px; margin: 0; text-align: right; font-size: 13px; font-weight: 850; letter-spacing: .1em; line-height: 1.35; }
.poster-lines { position: absolute; z-index: 1; left: 24px; bottom: 28px; display: flex; align-items: end; gap: 5px; }
.poster-lines i { display: block; width: 7px; height: 34px; background: var(--acid); }
.poster-lines i:nth-child(2) { height: 54px; }
.poster-lines i:nth-child(3) { height: 42px; }
.poster-lines i:nth-child(4) { height: 67px; }

.lead-section { padding-block: 34px 90px; border-top: 1px solid var(--ink); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-heading > h2, .section-heading > div > h2 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 4vw, 54px); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.section-heading > span { color: var(--muted); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.article-card { display: grid; grid-template-columns: 280px 1fr; gap: 28px; padding-block: 26px; border-top: 1px solid var(--line); }
.article-card-featured { grid-template-columns: 1.08fr .92fr; gap: clamp(34px, 5vw, 72px); border-top: 0; }
.article-art { position: relative; min-height: 230px; overflow: hidden; display: grid; place-items: center; background: var(--ink); color: white; }
.article-card-featured .article-art { min-height: 430px; }
.article-art::before { content: ""; position: absolute; width: 72%; aspect-ratio: 1; border: 2px solid var(--blue); border-radius: 50%; }
.article-art::after { content: ""; position: absolute; width: 48%; aspect-ratio: 1; border: 2px solid var(--orange); border-radius: 50%; transform: translate(35%, -18%); }
.article-art span { position: relative; z-index: 1; font-size: clamp(82px, 12vw, 162px); font-weight: 950; letter-spacing: -.1em; }
.article-art i { position: absolute; z-index: 1; top: 24px; right: 24px; width: 12px; height: 12px; background: var(--acid); }
.article-card-copy { align-self: center; }
.article-card h2 { max-width: 780px; margin: 0; font-family: var(--serif); font-size: clamp(28px, 3.3vw, 52px); font-weight: 500; letter-spacing: -.04em; line-height: 1.03; }
.article-card:not(.article-card-featured) h2 { font-size: clamp(25px, 2.5vw, 36px); }
.article-card h2 a { text-decoration: none; }
.article-card h2 a:hover { color: var(--blue); }
.article-card-copy > p:not(.story-label) { max-width: 620px; margin: 22px 0; color: var(--ink-soft); font-size: 18px; line-height: 1.55; }
.story-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; }
.story-meta a { color: var(--ink); text-decoration: none; }

.coverage-band { padding-block: 88px 96px; background: var(--ink); color: white; }
.section-heading-light { align-items: end; margin-bottom: 48px; }
.section-heading-light .eyebrow { color: var(--acid); }
.section-heading-light h2 { max-width: 700px; font-size: clamp(43px, 6vw, 74px) !important; color: white; }
.section-heading-light > a { color: white; font-size: 13px; font-weight: 800; text-decoration: none; }
.section-heading-light > a span { color: var(--acid); }
.desk-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-left: 1px solid rgb(255 255 255 / 22%); border-top: 1px solid rgb(255 255 255 / 22%); }
.desk-card { min-height: 205px; display: flex; flex-direction: column; margin: 0; padding: 22px; border-right: 1px solid rgb(255 255 255 / 22%); border-bottom: 1px solid rgb(255 255 255 / 22%); }
.desk-card > p { margin: 0; color: var(--acid); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.desk-card h2 { margin: 24px 0 0; font-family: var(--serif); font-size: 24px; font-weight: 500; letter-spacing: -.025em; line-height: 1.05; }
.desk-card h2 a { text-decoration: none; }
.desk-card h2 a:hover { color: var(--acid); }
.desk-card-footer { display: flex; justify-content: space-between; margin-top: auto; color: rgb(255 255 255 / 58%); font-size: 11px; font-weight: 700; }
.desk-card-footer span:last-child { color: var(--acid); font-size: 16px; }
.desk-grid-light { border-color: var(--line); }
.desk-grid-light .desk-card { color: var(--ink); border-color: var(--line); }
.desk-grid-light .desk-card > p, .desk-grid-light .desk-card-footer span:last-child { color: var(--blue); }
.desk-grid-light .desk-card-footer { color: var(--muted); }
.desk-grid-light .desk-card h2 a:hover { color: var(--blue); }

.evidence-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding-block: 110px; }
.evidence-section h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 68px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.evidence-copy > p { max-width: 620px; margin: 0 0 35px; color: var(--ink-soft); font-size: 21px; }
.principle-grid { border-top: 1px solid var(--ink); }
.principle-grid a { display: grid; grid-template-columns: 50px 1fr auto; gap: 16px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.principle-grid a:hover strong, .principle-grid a:hover i { color: var(--blue); }
.principle-grid span { color: var(--muted); font-size: 11px; font-weight: 800; }
.principle-grid strong { font-size: 15px; }
.principle-grid i { color: var(--blue); font-style: normal; font-weight: 900; }
.newsletter-band { padding-block: 58px; background: var(--blue); color: white; }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; }
.newsletter-band .eyebrow { color: var(--acid); }
.newsletter-band h2 { margin: 0; font-family: var(--serif); font-size: 38px; font-weight: 500; letter-spacing: -.035em; }
.newsletter-band p { margin: 0; color: rgb(255 255 255 / 82%); }

.breadcrumbs { margin: 24px 0 0; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 11px; font-weight: 720; text-transform: uppercase; letter-spacing: .055em; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: var(--line); }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--blue); }
.page-shell { padding-bottom: 110px; }
.page-hero { display: grid; grid-template-columns: 180px 1fr; column-gap: 40px; padding: 84px 0 58px; border-bottom: 1px solid var(--ink); }
.page-hero .eyebrow { padding-top: 14px; }
.page-hero h1 { max-width: 920px; margin: 0; font-family: var(--serif); font-size: clamp(54px, 7.5vw, 96px); font-weight: 500; letter-spacing: -.06em; line-height: .92; }
.page-dek { grid-column: 2; max-width: 820px; margin: 26px 0 0; color: var(--ink-soft); font-size: clamp(18px, 2vw, 23px); line-height: 1.5; }
.prose { max-width: 850px; margin-left: 220px; padding-top: 55px; color: var(--ink-soft); font-family: var(--serif); font-size: 19px; line-height: 1.72; }
.prose a { color: var(--blue-dark); }
.prose h2 { margin: 0 0 14px; color: var(--ink); font-family: var(--sans); font-size: 23px; letter-spacing: -.025em; line-height: 1.25; }
.prose p { margin: 0 0 22px; }
.standfirst { margin-bottom: 52px !important; color: var(--ink); font-size: 25px; line-height: 1.55; }
.about-lines { padding-left: 24px; border-left: 5px solid var(--blue); color: var(--ink); font-size: 22px; line-height: 1.55; }
.about-lines p { margin-bottom: 13px; }
.content-section, .policy-block { margin-top: 55px; padding-top: 28px; border-top: 1px solid var(--line); }
.policy-block + .policy-block { margin-top: 0; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-left: 1px solid var(--line); border-top: 1px solid var(--line); font-family: var(--sans); font-size: 15px; }
.contact-grid article { min-height: 210px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-grid article h2 { font-family: var(--serif); font-size: 27px; font-weight: 500; }
.contact-grid article p { min-height: 72px; color: var(--muted); }
.contact-grid article a { color: var(--blue); font-size: 13px; font-weight: 800; }
.choice-panel { padding: 32px; border: 1px solid var(--ink); background: white; font-family: var(--sans); font-size: 16px; }
.choice-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.choice-status { margin: 24px 0 0 !important; color: var(--muted); font-size: 13px; }

.desk-directory > section { padding-top: 64px; }
.directory-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 20px; }
.directory-heading h2 { margin: 0; font-family: var(--serif); font-size: 42px; font-weight: 500; letter-spacing: -.04em; }
.directory-heading span { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.desk-disclosure { max-width: 850px; margin: 40px 0 0 220px; display: grid; grid-template-columns: 170px 1fr; gap: 28px; padding: 22px 24px; border-left: 5px solid var(--blue); background: white; }
.desk-disclosure strong { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.desk-disclosure p { margin: 0; color: var(--ink-soft); }
.desk-articles { margin-top: 85px; padding-top: 35px; border-top: 1px solid var(--ink); }
.desk-articles .section-heading h2 { font-size: 43px; }
.empty-state { padding: 44px; border: 1px solid var(--line); background: rgb(255 255 255 / 45%); }
.empty-state h2, .empty-state h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 31px; font-weight: 500; }
.empty-state p { margin: 0 0 20px; color: var(--muted); }

.article-shell { max-width: 1180px; padding-bottom: 110px; }
.article-header { max-width: 990px; margin-inline: auto; padding: 75px 0 54px; }
.article-header h1 { margin: 0; font-family: var(--serif); font-size: clamp(58px, 8vw, 106px); font-weight: 500; letter-spacing: -.065em; line-height: .9; }
.article-dek { max-width: 840px; margin: 30px 0; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(21px, 2.5vw, 29px); line-height: 1.4; }
.byline-row { display: flex; gap: 14px; align-items: center; margin-top: 34px; }
.byline-mark { display: grid; place-items: center; width: 43px; height: 43px; background: var(--blue); color: white; font-size: 15px; font-weight: 950; letter-spacing: -.06em; }
.byline-row p { margin: 0; font-size: 13px; font-weight: 700; }
.byline-row p + p { margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .045em; }
.byline-row a { text-decoration: none; }
.byline-row a:hover { color: var(--blue); }
.article-rule { height: 11px; background: var(--ink); box-shadow: 0 4px 0 var(--acid); }
.article-layout { max-width: 990px; display: grid; grid-template-columns: minmax(0, 650px) 260px; gap: 80px; margin: 68px auto 0; }
.article-body { color: #202932; font-family: var(--serif); font-size: 21px; line-height: 1.78; }
.article-body p { margin: 0 0 29px; }
.article-body p:first-child::first-letter { float: left; margin: 5px 9px 0 0; color: var(--blue); font-family: var(--sans); font-size: 76px; font-weight: 900; line-height: .72; }
.article-rail { align-self: start; position: sticky; top: 24px; }
.article-rail > div { padding-top: 18px; border-top: 4px solid var(--blue); }
.article-rail p { margin: 0 0 18px; color: var(--blue); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.article-rail strong { display: block; margin-bottom: 12px; font-family: var(--serif); font-size: 24px; font-weight: 500; line-height: 1.1; }
.article-rail span { display: block; color: var(--muted); font-size: 13px; line-height: 1.6; }
.article-rail a { display: inline-block; margin-top: 18px; color: var(--blue); font-size: 12px; font-weight: 800; text-decoration: none; }
.article-footer-note { max-width: 990px; display: flex; justify-content: space-between; gap: 20px; margin: 70px auto 0; padding: 24px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 750; }
.article-footer-note p { margin: 0; }
.article-footer-note a { color: var(--blue); }

.search-experience { max-width: 900px; margin: 55px 0 0 220px; }
.search-form-large label { display: block; margin-bottom: 12px; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.search-form-large > div { display: flex; }
.search-form-large input { min-width: 0; flex: 1; height: 58px; padding: 0 17px; border: 1px solid var(--ink); border-right: 0; background: white; }
.search-form-large button { min-width: 125px; border: 1px solid var(--blue); background: var(--blue); color: white; font-weight: 850; }
.search-results { margin-top: 55px; }
.search-results > h2 { font-family: var(--serif); font-size: 34px; font-weight: 500; }
.search-result-list { border-top: 1px solid var(--ink); }
.search-result-list article { padding: 24px 0; border-bottom: 1px solid var(--line); }
.search-result-list article p { margin: 0 0 9px; color: var(--blue); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.search-result-list h3 { margin: 0; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.search-result-list h3 a { text-decoration: none; }
.search-result-list h3 a:hover { color: var(--blue); }
.search-result-list article span { display: block; margin-top: 8px; color: var(--muted); }
.not-found { min-height: 670px; display: flex; flex-direction: column; justify-content: center; }
.not-found h1 { max-width: 850px; margin: 0; font-family: var(--serif); font-size: clamp(60px, 9vw, 110px); font-weight: 500; letter-spacing: -.06em; line-height: .9; }
.not-found > p:not(.eyebrow) { max-width: 590px; color: var(--ink-soft); font-size: 20px; }

.ad-slot { max-width: 1180px; min-height: 110px; margin: 20px auto 70px; padding: 12px; border: 1px solid var(--line); background: white; text-align: center; }
.ad-slot > span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.site-footer { background: #0b1116; color: white; }
.footer-top { display: grid; grid-template-columns: 1fr 1.35fr; gap: 80px; padding-block: 72px; }
.footer-wordmark { color: white; }
.footer-top > div > p { margin-top: 18px; color: rgb(255 255 255 / 62%); }
.footer-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; }
.footer-columns > div { display: flex; flex-direction: column; gap: 9px; }
.footer-columns h2 { margin: 0 0 9px; color: var(--acid); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.footer-columns a { color: rgb(255 255 255 / 78%); font-size: 13px; text-decoration: none; }
.footer-columns a:hover { color: white; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgb(255 255 255 / 15%); color: rgb(255 255 255 / 45%); font-size: 10px; text-transform: uppercase; letter-spacing: .055em; }
.footer-bottom p { margin: 0; }
.consent-banner { position: fixed; z-index: 100; right: 20px; bottom: 20px; width: min(540px, calc(100vw - 40px)); display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 20px; border: 1px solid var(--ink); background: white; box-shadow: 0 18px 60px rgb(0 0 0 / 18%); }
.consent-banner strong { font-family: var(--serif); font-size: 21px; }
.consent-banner p { margin: 4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.consent-actions { display: flex; flex-direction: column; gap: 7px; }
.consent-actions button { min-width: 120px; padding: 8px 10px; border: 1px solid var(--ink); background: white; font-size: 11px; font-weight: 800; }
.consent-actions .accept { border-color: var(--blue); background: var(--blue); color: white; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 760px); }
  .masthead-row { min-height: 92px; grid-template-columns: 1fr auto; }
  .edition-date { display: none; }
  .header-search { width: 140px; }
  .home-intro { min-height: 0; grid-template-columns: 1fr; padding-block: 60px 80px; }
  .hero-poster { min-height: 420px; width: min(100%, 480px); }
  .article-card-featured { grid-template-columns: 1fr; }
  .article-card-featured .article-art { min-height: 360px; }
  .desk-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .evidence-section { grid-template-columns: 1fr; gap: 45px; }
  .newsletter-inner { grid-template-columns: 1fr; }
  .page-hero { grid-template-columns: 1fr; padding-top: 60px; }
  .page-hero .eyebrow { padding-top: 0; }
  .page-dek { grid-column: 1; }
  .prose, .search-experience { margin-left: 0; }
  .desk-disclosure { margin-left: 0; }
  .article-layout { grid-template-columns: minmax(0, 1fr); gap: 50px; }
  .article-rail { position: static; }
  .footer-top { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 24px); }
  .signal-inner { min-height: 30px; }
  .signal-inner span { font-size: 9px; }
  .masthead-row { min-height: 76px; }
  .wordmark { font-size: 20px; }
  .wordmark-sf { width: 37px; height: 37px; font-size: 17px; }
  .header-search { width: 46px; border-bottom: 0; }
  .header-search input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
  .header-search button { width: 42px; height: 42px; border: 1px solid var(--line); }
  .section-nav-inner { gap: 23px; }
  .home-intro { gap: 55px; padding-top: 50px; }
  .home-intro h1 { font-size: clamp(52px, 17vw, 78px); }
  .home-intro-dek { font-size: 18px; }
  .intro-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-poster { min-height: 380px; padding: 19px; box-shadow: 10px 10px 0 var(--acid); }
  .hero-poster > strong { margin-top: 62px; font-size: 150px; }
  .lead-section { padding-bottom: 65px; }
  .article-card, .article-card-featured { grid-template-columns: 1fr; }
  .article-card .article-art, .article-card-featured .article-art { min-height: 270px; }
  .article-card h2 { font-size: 36px; }
  .article-card-copy > p:not(.story-label) { font-size: 16px; }
  .section-heading-light { align-items: flex-start; flex-direction: column; }
  .desk-grid { grid-template-columns: 1fr; }
  .desk-card { min-height: 165px; }
  .evidence-section { padding-block: 80px; }
  .page-hero h1 { font-size: 55px; }
  .page-dek { font-size: 18px; }
  .prose { padding-top: 38px; font-size: 18px; }
  .standfirst { font-size: 22px; }
  .about-lines { font-size: 19px; }
  .contact-grid { grid-template-columns: 1fr; }
  .desk-disclosure { grid-template-columns: 1fr; }
  .article-header { padding-top: 55px; }
  .article-header h1 { font-size: clamp(54px, 17vw, 78px); }
  .article-dek { font-size: 21px; }
  .article-layout { margin-top: 45px; }
  .article-body { font-size: 19px; }
  .article-footer-note { align-items: flex-start; flex-direction: column; }
  .search-form-large > div { flex-direction: column; }
  .search-form-large input { border-right: 1px solid var(--ink); }
  .search-form-large button { min-height: 50px; }
  .footer-columns { grid-template-columns: 1fr 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 20px; }
  .consent-banner { grid-template-columns: 1fr; }
  .consent-actions { flex-direction: row; }
  .consent-actions button { flex: 1; }
}

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

@media print {
  .signal-bar, .site-header, .site-footer, .consent-banner, .article-rail, .breadcrumbs { display: none !important; }
  body { background: white; color: black; }
  .article-shell { width: 100%; max-width: none; }
  .article-header, .article-layout { max-width: none; }
  .article-layout { display: block; }
}


/* SFNT v2 byline enhancements */
.story-authors { display: inline-flex; flex-wrap: wrap; gap: 0 4px; }
.story-authors a { color: var(--ink); }
.article-rail a + a { margin-left: 12px; }
.desk-card-footer span:first-child { max-width: 88%; line-height: 1.45; }
@media (max-width: 640px) { .byline-row { align-items: flex-start; } .byline-row p + p { line-height: 1.65; } }
