/* ============ The RFI — editorial stylesheet ============ */
/* Atlantic/Newsweek register: serif display, hairline rules, restrained accent */

:root {
  --ink: #111111;
  --ink-soft: #444444;
  --ink-faint: #615d55;   /* Warm Gray */
  --paper: #ffffff;
  --paper-tint: #f6f0e5;  /* Newsprint */
  --rule: #d9d4cc;
  --rule-dark: #111111;
  --accent: #b3312b;      /* Wire Red — newsprint brand system */        /* safety-orange, dimmed to editorial red */
  --navy: #12263a;          /* blueprint navy */
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: var(--serif);
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

a { color: inherit; text-decoration: none; }
.hed a:hover, .punch-item a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

/* ============ Top bar ============ */
.topbar {
  border-bottom: 1px solid var(--rule);
  font-family: var(--sans);
  font-size: 12px;
  color: var(--ink-soft);
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 10px; padding-bottom: 10px; gap: 16px;
}
.topbar-tag { display: none; }
@media (min-width: 900px) { .topbar-tag { display: block; letter-spacing: 0.01em; } }
.topbar-cta { color: var(--accent); font-weight: 600; white-space: nowrap; }
.topbar-cta:hover { text-decoration: underline; }

/* ============ Masthead ============ */
.masthead { text-align: center; }
.brand {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(64px, 10vw, 118px);
  letter-spacing: -0.02em;
  line-height: 1;
  padding-top: 34px;
}
.brand em { font-style: italic; color: var(--accent); }
.brand-sub {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin: 14px 0 26px;
}

.mainnav {
  border-top: 2px solid var(--rule-dark);
  border-bottom: 1px solid var(--rule-dark);
}
.mainnav-inner {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 0 28px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.mainnav a { padding: 13px 0; position: relative; }
.mainnav a:hover, .mainnav a.active { color: var(--accent); }
.nav-note {
  font-size: 9px; color: var(--ink-faint); font-weight: 500;
  vertical-align: super; letter-spacing: 0.08em; margin-left: 2px;
}

/* ============ Type system ============ */
.kicker {
  font-family: var(--sans);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent);
  margin: 14px 0 8px;
}
.kicker-note { color: var(--ink-faint); font-weight: 500; }
.hed { font-weight: 700; letter-spacing: -0.01em; }
.hed-xl { font-size: clamp(30px, 4.2vw, 46px); line-height: 1.06; }
.hed-m  { font-size: 23px; line-height: 1.15; }
.hed-s  { font-size: 20px; line-height: 1.18; }
.dek {
  font-size: 19px; line-height: 1.45; color: var(--ink-soft);
  margin-top: 12px; font-weight: 400;
}
.dek-s { font-size: 15.5px; margin-top: 8px; }
.byline {
  font-family: var(--sans); font-size: 12px; color: var(--ink-faint);
  margin-top: 12px;
}
.byline span { color: var(--ink); font-weight: 600; }

/* ============ Lead package ============ */
.lead-package {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 40px 0 48px;
}
@media (min-width: 900px) {
  .lead-package { grid-template-columns: 1.85fr 1fr; }
}
.lead-rail { display: flex; flex-direction: column; }
.rail-story { padding: 0 0 22px; border-bottom: 1px solid var(--rule); }
.rail-story + .rail-story { padding-top: 22px; }
.rail-story:last-child { border-bottom: none; }
.rail-story .kicker { margin-top: 0; }
@media (min-width: 900px) {
  .lead-rail { border-left: 1px solid var(--rule); padding-left: 40px; }
}

/* ============ Placeholder art ============ */
.ph { background: var(--navy); overflow: hidden; }
.ph svg { display: block; width: 100%; height: 100%; }
.ph-hero { aspect-ratio: 8 / 5; }
.ph-card { aspect-ratio: 3 / 2; position: relative; }
.img-link:hover .ph { opacity: 0.93; }

/* ============ Section heads ============ */
.section-head {
  display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap;
  border-top: 2px solid var(--rule-dark);
  padding-top: 12px; margin-bottom: 24px;
}
.section-title {
  font-family: var(--serif); font-size: 24px; font-weight: 800;
  letter-spacing: -0.01em;
}
.section-sub {
  font-family: var(--sans); font-size: 12.5px; color: var(--ink-faint);
  font-style: normal;
}

/* ============ Punch List Daily (video desk) ============ */
.pl-daily {
  background: var(--navy); color: var(--paper);
  margin: 0 -24px; padding: 30px 24px 40px;
}
@media (min-width: 1208px) {
  .pl-daily {
    margin: 0 calc((1160px - 100vw) / 2);
    padding-left: calc((100vw - 1160px) / 2 + 24px);
    padding-right: calc((100vw - 1160px) / 2 + 24px);
  }
}
.section-head-invert { border-top-color: var(--accent); }
.section-head-invert .section-title { color: var(--paper); }
.section-title em { font-style: italic; color: var(--accent); }
.section-sub-invert { color: #8fa3b8; }
.live-pill {
  margin-left: auto; font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: #ff7a3d;
}
.pl-daily-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 900px) { .pl-daily-grid { grid-template-columns: 1.7fr 1fr; } }

.player { display: block; }
.agency-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.agency-tab {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase;
  background: none; border: 1px solid #3d5975; color: #8fa3b8;
  padding: 6px 12px; cursor: pointer; border-radius: 999px;
}
.agency-tab:hover { border-color: var(--accent); color: #ffb38a; }
.agency-tab.active { background: var(--accent); border-color: var(--accent); color: #fff; }
.player-frame {
  aspect-ratio: 16 / 9; background: #0c1b2a; position: relative;
  border: 1px solid #3d5975; display: flex; align-items: center; justify-content: center;
}
.player-note {
  font-family: var(--sans); font-size: 12px; color: #8fa3b8; margin-top: 10px; line-height: 1.5;
}
.player-note .video-credit { color: #6e8092; }
.play-btn {
  width: 0; height: 0;
  border-top: 22px solid transparent; border-bottom: 22px solid transparent;
  border-left: 36px solid var(--accent);
  transition: transform 0.15s ease;
}
.player:hover .play-btn { transform: scale(1.12); border-left-color: #e8500f; }
.player-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 18px; background: linear-gradient(transparent, rgba(4, 12, 20, 0.92));
  display: flex; gap: 12px; align-items: baseline;
}
.ep-num {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  color: var(--paper); background: var(--accent); padding: 3px 7px; white-space: nowrap;
}
.ep-title { font-family: var(--sans); font-size: 13.5px; font-weight: 600; line-height: 1.35; }

.rundown-hed {
  font-family: var(--sans); font-size: 12px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: #8fa3b8;
  margin-bottom: 12px;
}
.rundown-list { list-style: none; }
.rundown-list li {
  font-size: 15.5px; line-height: 1.4; padding: 7px 0 7px 18px;
  border-bottom: 1px solid #24405c; position: relative;
}
.rundown-list li::before {
  content: "—"; position: absolute; left: 0; color: var(--accent);
}
.rundown-list b { font-weight: 600; }

.bid-board {
  width: 100%; border-collapse: collapse; margin-top: 18px;
  font-family: var(--sans); font-size: 12.5px;
}
.bid-board th {
  text-align: left; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
  color: #8fa3b8; padding: 6px 8px 6px 0; border-bottom: 1px solid #3d5975;
}
.bid-board td { padding: 8px 8px 8px 0; border-bottom: 1px solid #24405c; }
.spread-pos { color: #ff9d6b; font-weight: 700; }
.spread-neg { color: #7fd6a4; font-weight: 700; }
.bid-note { font-family: var(--sans); font-size: 10.5px; color: #6e8092; margin-top: 10px; font-style: italic; }
.bid-note-link { color: #ff9d6b; font-weight: 700; font-style: normal; }
.bid-note-link:hover { text-decoration: underline; }

/* ============ The Punch List ============ */
.punchlist {
  background: var(--paper-tint);
  margin: 0 -24px; padding: 28px 24px 36px;
}
@media (min-width: 1208px) {
  .punchlist { margin: 0 calc((1160px - 100vw) / 2 - 0px); padding-left: calc((100vw - 1160px) / 2 + 24px); padding-right: calc((100vw - 1160px) / 2 + 24px); }
}
.punchlist-grid {
  display: grid; grid-template-columns: 1fr; gap: 18px 36px;
}
@media (min-width: 700px)  { .punchlist-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .punchlist-grid { grid-template-columns: 1fr 1fr 1fr; } }
.punch-item {
  display: flex; gap: 12px; align-items: flex-start;
  padding-bottom: 18px; border-bottom: 1px solid var(--rule);
}
.punch-tag {
  font-family: var(--sans); font-size: 10px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--paper); background: var(--navy);
  padding: 4px 7px; margin-top: 3px; white-space: nowrap;
}
.punch-item p { font-size: 16.5px; line-height: 1.4; }

/* ============ Story grid ============ */
.story-grid-section { padding: 44px 0 8px; }
.story-grid {
  display: grid; grid-template-columns: 1fr; gap: 36px 32px;
}
@media (min-width: 640px)  { .story-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .story-grid { grid-template-columns: repeat(3, 1fr); } }
.card .kicker { margin-top: 12px; }

/* ============ As-Built ============ */
.asbuilt { padding: 40px 0 8px; }
.stat-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
@media (min-width: 900px) { .stat-row { grid-template-columns: repeat(4, 1fr); } }
.stat { border-left: 3px solid var(--accent); padding-left: 16px; }
.stat-num {
  font-family: var(--serif); font-weight: 800;
  font-size: clamp(34px, 4vw, 48px); line-height: 1;
}
.stat-label {
  font-family: var(--sans); font-size: 12.5px; color: var(--ink-soft);
  margin-top: 8px; line-height: 1.35;
}
.stat-note {
  font-family: var(--sans); font-size: 11px; color: var(--ink-faint);
  margin-top: 18px; font-style: italic;
}

/* ============ The Toolbox (resources) ============ */
.res-intro {
  font-size: 18px; line-height: 1.55; color: var(--ink-soft);
  max-width: 760px; margin-bottom: 26px;
}
.res-intro a { color: var(--accent); font-weight: 600; }
.res-jumpnav {
  display: flex; flex-wrap: wrap; gap: 8px;
  padding: 14px 0 18px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  margin-bottom: 8px; font-family: var(--sans);
}
.res-jumpnav a {
  font-size: 12px; font-weight: 600; letter-spacing: 0.03em;
  border: 1px solid var(--rule); border-radius: 999px; padding: 6px 13px; color: var(--ink-soft);
}
.res-jumpnav a:hover { border-color: var(--accent); color: var(--accent); }
.res-section { padding-top: 38px; }
.res-h {
  font-family: var(--serif); font-size: 26px; font-weight: 800;
  border-top: 2px solid var(--rule-dark); padding-top: 12px; margin-bottom: 8px;
}
.res-note { font-family: var(--sans); font-size: 13.5px; color: var(--ink-faint); margin-bottom: 18px; max-width: 720px; }
.res-explain {
  background: var(--paper-tint); padding: 18px 20px; margin-bottom: 20px;
  font-size: 16px; line-height: 1.55;
}
.res-explain p + p { margin-top: 12px; }
.res-explain b { font-family: var(--sans); font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; }
.res-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 720px) { .res-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1050px) { .res-grid { grid-template-columns: 1fr 1fr 1fr; } }
.res-grid-compact { gap: 8px; }
.res-card {
  display: block; border: 1px solid var(--rule); padding: 14px 16px;
  text-decoration: none; transition: border-color 0.12s;
}
.res-card:hover { border-color: var(--accent); }
.res-card .rc-name { display: block; font-family: var(--sans); font-size: 14px; font-weight: 700; color: var(--ink); }
.res-card .rc-desc, .res-card .rc-url { display: block; }
.res-card .rc-tag {
  font-family: var(--sans); font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--paper); background: var(--navy);
  padding: 2px 6px; margin-left: 6px; border-radius: 3px; vertical-align: middle;
}
.res-card .rc-desc { font-family: var(--sans); font-size: 12.5px; color: var(--ink-soft); margin-top: 5px; line-height: 1.45; }
.res-card .rc-url { font-family: var(--sans); font-size: 11px; color: var(--accent); margin-top: 7px; word-break: break-all; }

/* ============ Field Guide ============ */
.fieldguide { padding: 44px 0 8px; }
.fieldguide-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
@media (min-width: 900px) { .fieldguide-grid { grid-template-columns: 1.4fr 1fr; align-items: center; } }
.fieldguide-copy .byline { margin-top: 14px; }

/* ============ Newsletter ============ */
.newsletter {
  margin: 48px 0 56px;
  background: var(--navy); color: var(--paper);
  text-align: center;
}
.newsletter-inner { max-width: 620px; margin: 0 auto; padding: 48px 24px 52px; }
.newsletter-hed { font-family: var(--serif); font-size: 34px; font-weight: 800; }
.newsletter-dek {
  font-size: 16.5px; line-height: 1.5; color: #c3cedb; margin-top: 12px;
}
.newsletter-form { display: flex; gap: 0; margin-top: 24px; }
.newsletter-form input {
  flex: 1; padding: 13px 16px; font-family: var(--sans); font-size: 14px;
  border: 1px solid #3d5975; background: #0c1b2a; color: var(--paper);
  outline: none;
}
.newsletter-form input::placeholder { color: #7d90a5; }
.newsletter-form input:focus { border-color: var(--accent); }
.newsletter-form button {
  padding: 13px 26px; font-family: var(--sans); font-size: 13px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  background: var(--accent); color: var(--paper); border: none; cursor: pointer;
}
.newsletter-form button:hover { background: #e8500f; }

/* ============ Footer ============ */
.footer {
  border-top: 2px solid var(--rule-dark);
  padding: 40px 0 0;
  font-family: var(--sans);
}
.footer-inner {
  display: grid; grid-template-columns: 1fr; gap: 36px;
  padding-bottom: 36px;
}
@media (min-width: 800px) { .footer-inner { grid-template-columns: 1.2fr 2fr; } }
.brand-footer { font-size: 40px; padding-top: 0; text-align: left; }
.footer-brand p { font-size: 13.5px; color: var(--ink-soft); margin-top: 10px; line-height: 1.5; max-width: 320px; font-family: var(--serif); }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-cols h4 {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-faint); margin-bottom: 12px;
}
.footer-cols a { display: block; font-size: 13.5px; padding: 4px 0; color: var(--ink-soft); }
.footer-cols a:hover { color: var(--accent); }
.footer-legal {
  border-top: 1px solid var(--rule);
  padding-top: 16px; padding-bottom: 20px;
  font-size: 12px; color: var(--ink-faint);
}

/* ============ Embedded agency video ============ */
.article-video { max-width: 680px; margin: 28px auto 0; padding: 0 24px; }
.video-frame { position: relative; aspect-ratio: 16 / 9; background: #000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
.video-caption {
  font-family: var(--sans); font-size: 12.5px; color: var(--ink-soft); margin-top: 10px;
}
.video-credit { color: var(--ink-faint); }

/* ============ Engagement (likes + saves) ============ */
.story-actions {
  display: flex; gap: 10px; justify-content: center; margin-top: 18px;
}
.act-btn {
  font-family: var(--sans); font-size: 12.5px; font-weight: 600;
  background: none; border: 1px solid var(--rule); color: var(--ink-soft);
  padding: 8px 16px; cursor: pointer; border-radius: 999px; text-decoration: none;
}
.act-btn:hover { border-color: var(--accent); color: var(--accent); }
.act-btn.active { background: var(--accent); border-color: var(--accent); color: var(--paper); }
.save-star {
  background: none; border: none; cursor: pointer;
  font-size: 17px; color: var(--ink-faint); padding: 2px 6px; line-height: 1;
}
.save-star:hover { color: var(--accent); }
.save-star.active { color: var(--accent); }
.saved-h {
  font-family: var(--sans); font-size: 13px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-faint);
  margin-bottom: 16px;
}

/* ============ Article sources ============ */
.article-sources { max-width: 680px; margin: 0 auto; padding: 0 24px 28px; }
.article-sources h4 {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint);
  border-top: 1px solid var(--rule); padding-top: 14px; margin-bottom: 8px;
}
.article-sources ul { list-style: none; }
.article-sources li { font-family: var(--sans); font-size: 12.5px; padding: 3px 0; }
.article-sources a { color: var(--ink-soft); }
.article-sources a:hover { color: var(--accent); }

/* ============ Anchor script box ============ */
.anchor-script { max-width: 680px; margin: 0 auto; padding: 0 24px 64px; }
.anchor-script summary {
  font-family: var(--sans); font-size: 13px; font-weight: 700;
  cursor: pointer; padding: 12px 0; border-top: 2px solid var(--rule-dark);
}
.anchor-box { background: var(--navy); color: var(--paper); padding: 22px 24px; }
.anchor-label {
  font-family: var(--sans); font-size: 10px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: #8fa3b8;
  margin: 14px 0 6px;
}
.anchor-label:first-child { margin-top: 0; }
.anchor-line { font-size: 17px; line-height: 1.5; font-style: italic; }
.anchor-note { font-family: var(--sans); font-size: 12.5px; color: #c3cedb; }

/* ============ Bid Desk story cards ============ */
.biddesk { padding: 44px 0 8px; }
.biddesk-note {
  font-family: var(--sans); font-size: 12.5px; color: var(--ink-faint);
  margin-top: 18px;
}

/* ============ Bid Board page ============ */
.board-page { padding: 36px 0 48px; }
.board-filters {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  margin-bottom: 20px; font-family: var(--sans);
}
.filter-btn {
  font-family: var(--sans); font-size: 12px; font-weight: 600;
  letter-spacing: 0.04em; text-transform: uppercase;
  background: none; border: 1px solid var(--rule); color: var(--ink-soft);
  padding: 7px 14px; cursor: pointer; border-radius: 999px;
}
.filter-btn:hover { border-color: var(--accent); color: var(--accent); }
.filter-btn.active { background: var(--navy); border-color: var(--navy); color: var(--paper); }
.board-count { margin-left: auto; font-size: 12px; color: var(--ink-faint); }

.board-scroll { overflow-x: auto; }
.board-table {
  width: 100%; border-collapse: collapse;
  font-family: var(--sans); font-size: 13px; min-width: 900px;
}
.board-table th {
  text-align: left; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-faint); padding: 8px 14px 8px 0;
  border-bottom: 2px solid var(--rule-dark); white-space: nowrap;
}
.board-table td {
  padding: 12px 14px 12px 0; border-bottom: 1px solid var(--rule);
  vertical-align: top; line-height: 1.4;
}
.td-due { white-space: nowrap; font-weight: 600; }
.due-tbd { color: var(--ink-faint); font-weight: 500; border-bottom: 1px dotted var(--ink-faint); cursor: help; }
.due-urgent { color: var(--accent); font-weight: 700; }
.td-proj { max-width: 420px; }
.proj-title { display: block; font-family: var(--serif); font-size: 15.5px; font-weight: 700; }
.proj-ref { display: block; font-size: 11.5px; color: var(--ink-faint); margin-top: 3px; }
.src-link { color: var(--accent); font-weight: 600; white-space: nowrap; }
.src-link:hover { text-decoration: underline; }

/* ============ Bid results ============ */
.results-grid { display: flex; flex-direction: column; }
.result-card { border-bottom: 1px solid var(--rule); }
.result-card summary {
  display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap;
  padding: 14px 0; cursor: pointer; list-style: none;
}
.result-card summary::-webkit-details-marker { display: none; }
.result-card summary:hover .result-title { color: var(--accent); }
.result-date { font-family: var(--sans); font-size: 12px; color: var(--ink-faint); white-space: nowrap; min-width: 76px; }
.result-title { font-family: var(--serif); font-size: 16.5px; font-weight: 700; flex: 1 1 340px; line-height: 1.3; }
.result-meta { display: flex; gap: 14px; align-items: baseline; font-family: var(--sans); white-space: nowrap; }
.result-low { font-size: 14px; font-weight: 700; }
/* Spread = money left on the table: always negative, always red */
.result-spread { font-size: 12.5px; font-weight: 700; color: #c02b1d; }
.result-n { font-size: 11.5px; color: var(--ink-faint); }
.result-tab {
  width: 100%; border-collapse: collapse; margin: 4px 0 18px;
  font-family: var(--sans); font-size: 12.5px;
}
.result-tab th {
  text-align: left; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-faint); padding: 6px 12px 6px 0; border-bottom: 1px solid var(--rule);
}
.result-tab td { padding: 7px 12px 7px 0; border-bottom: 1px solid #eeebe5; }
.result-tab .row-low td { font-weight: 700; background: var(--paper-tint); }

/* ============ Article page ============ */
.article-head { max-width: 720px; margin: 0 auto; text-align: center; padding: 44px 24px 8px; }
.article-head .hed-xl { margin-top: 10px; }
.article-head .dek { font-size: 21px; margin-top: 18px; }
.article-meta {
  font-family: var(--sans); font-size: 13px; color: var(--ink-faint);
  margin-top: 22px; padding-bottom: 28px; border-bottom: 1px solid var(--rule);
  display: inline-block; padding-left: 40px; padding-right: 40px;
}
.article-meta b { color: var(--ink); font-weight: 600; }
.article-art { max-width: 980px; margin: 24px auto 0; padding: 0 24px; }
.article-art figcaption {
  font-family: var(--sans); font-size: 12px; color: var(--ink-faint);
  margin-top: 10px;
}
.article-body {
  max-width: 680px; margin: 0 auto; padding: 36px 24px 40px;
  font-size: 19.5px; line-height: 1.65;
}
.article-body p + p { margin-top: 1.4em; }
.article-body .lede::first-letter {
  font-size: 76px; font-weight: 800; float: left;
  line-height: 0.82; padding: 6px 10px 0 0;
}
.pullquote {
  border-top: 2px solid var(--rule-dark); border-bottom: 1px solid var(--rule-dark);
  margin: 2.2em 0; padding: 1.1em 0;
  font-size: 27px; line-height: 1.3; font-weight: 600; font-style: italic;
  text-align: center;
}
.article-tags {
  max-width: 680px; margin: 0 auto; padding: 0 24px 64px;
  font-family: var(--sans); font-size: 12px;
}
.article-tags a {
  display: inline-block; border: 1px solid var(--rule); padding: 6px 12px;
  margin-right: 8px; color: var(--ink-soft); border-radius: 999px;
}
.article-tags a:hover { border-color: var(--accent); color: var(--accent); }

/* ======= HOUSE CHARTS (charts.js) ======= */
.chart-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 26px; }
.chart-card { background: var(--paper); border: 1px solid var(--rule); padding: 18px 18px 14px; }
.chart-card svg { width: 100%; height: auto; display: block; }
.chart-title { font-family: var(--sans); font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--navy); margin: 0 0 12px; }
.chart-note { font-family: var(--sans); font-size: 11.5px; color: var(--ink-faint); margin: 10px 0 0; line-height: 1.45; }
.chart-pie { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.chart-legend { list-style: none; margin: 0; padding: 0; font-family: var(--sans); font-size: 12.5px; color: #333; flex: 1; min-width: 150px; }
.chart-legend li { margin: 5px 0; }
.chart-swatch { display: inline-block; width: 11px; height: 11px; margin-right: 7px; vertical-align: baseline; }
.chart-pct { color: var(--ink-faint); }
.rfi-chart.chart-done { margin: 26px 0; }
.article-body .chart-card { max-width: 680px; margin: 0 auto; }

/* ======= NEWSPRINT NAMEPLATE LOCKUP (brand system 2026-08) ======= */
.mast-kicker { font-family: var(--sans); font-size: 10.5px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: var(--ink-faint); text-align: center; padding: 16px 0 8px; }
.mast-plate { border-top: 4px double var(--ink); border-bottom: 4px double var(--ink); padding: 2px 0 8px; }
.mast-tagline { font-family: var(--serif); font-style: italic; font-size: 16px; color: var(--ink); text-align: center; margin: 9px 0 4px; }
.mast-plate .brand { padding-top: 8px; }
