
:root {
  --brand: #087f5b;
  --ink: #050505;
  --muted: #5b5b5b;
  --paper: #fff;
  --soft: #f4f4f1;
  --line: #d6d6d6;
  --site-width: 1220px;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brand); }
.site-shell { width: min(var(--site-width), calc(100vw - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 10px; z-index: 5; }
.skip-link:focus { left: 8px; }
.site-header { border-bottom: 1px solid var(--ink); }
.utility { height: 34px; display: flex; align-items: center; gap: 16px; font-size: 12px; color: var(--muted); border-bottom: 1px solid var(--line); }
.utility span:first-child { margin-right: auto; }
.utility a { font-weight: 700; }
.masthead { padding: 18px 0 16px; }
.masthead-lockup { display: grid; gap: 3px; align-items: start; }
.network-mark { width: max-content; color: var(--brand); font-weight: 950; font-size: clamp(16px, 2vw, 24px); line-height: .95; letter-spacing: .025em; text-transform: uppercase; }
.outlet-mark { display: inline-block; font-weight: 950; font-size: clamp(58px, 11vw, 128px); line-height: .78; letter-spacing: -.075em; text-transform: uppercase; }
.masthead p { margin: 10px 0 0; max-width: 680px; color: var(--muted); font: 700 13px/1.25 Helvetica Neue, Helvetica, Arial, sans-serif; letter-spacing: .035em; text-transform: uppercase; }
.topic-nav { height: 42px; display: flex; align-items: center; gap: 22px; overflow-x: auto; border-top: 1px solid var(--line); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .035em; }
.topic-nav a { white-space: nowrap; }
.home-page { padding: 24px 0 48px; }
.top-grid { display: grid; grid-template-columns: 260px minmax(0, 1fr) 300px; gap: 24px; align-items: start; }
.lead-column { display: grid; gap: 22px; align-content: start; }
.secondary-stack, .latest-rail, .right-rail { border-top: 4px solid var(--ink); }
.stack-card { padding: 14px 0; border-bottom: 1px solid var(--line); }
.stack-card h3 { margin: 5px 0 0; font-size: 21px; line-height: 1.04; letter-spacing: -.025em; }
.section-label { color: var(--brand); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.card-meta { color: var(--muted); font-size: 12px; margin-top: 6px; display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.cite-badge { background: var(--soft); border: 1px solid var(--line); border-radius: 3px; padding: 1px 5px; font-size: 11px; font-weight: 700; color: var(--muted); white-space: nowrap; }
.lead-card { border-top: 4px solid var(--ink); border-bottom: 1px solid var(--line); padding: 14px 0 20px; }
.lead-card h1 { font-size: clamp(38px, 5vw, 64px); line-height: .92; letter-spacing: -.06em; margin: 7px 0 10px; }
.lead-card p { margin: 0 0 10px; font: 18px/1.38 Georgia, serif; color: #333; }
.meta, .article-meta { color: var(--muted); font-size: 13px; line-height: 1.4; }
.latest-rail h2, .right-rail h2 { margin: 10px 0 0; font-size: 18px; text-transform: uppercase; letter-spacing: -.01em; }
.rail-loading { color: var(--muted); font-size: 13px; font-weight: 400; padding: 10px 0; list-style: none; }
.latest-rail ol, .right-rail ol { list-style: none; margin: 8px 0 0; padding: 0; counter-reset: rail; }
.latest-rail li, .right-rail li { position: relative; padding: 13px 0 13px 34px; border-bottom: 1px solid var(--line); font-size: 16px; font-weight: 800; line-height: 1.15; }
.latest-rail li span, .right-rail li span { display: block; color: var(--brand); font-size: 10px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 4px; }
.latest-rail li::before, .right-rail li::before { counter-increment: rail; content: counter(rail); position: absolute; left: 0; top: 12px; color: var(--brand); font-weight: 950; }
.section-block { margin-top: 38px; padding-top: 18px; border-top: 4px solid var(--ink); }
.block-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.block-heading h2 { margin: 0; font-size: 28px; letter-spacing: -.035em; }
.block-heading a { color: var(--brand); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.section-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.section-card { padding: 16px 18px 16px 16px; border-left: 3px solid var(--brand); border-bottom: 1px solid var(--line); }
.section-card h3 { margin: 4px 0 6px; font-size: 20px; line-height: 1.08; letter-spacing: -.03em; }
.section-card p { margin: 0 0 6px; color: var(--muted); font: 14px/1.4 Georgia, serif; }
.latest-feed { margin-top: 34px; border-top: 4px solid var(--ink); }
.latest-feed .block-heading { padding-top: 14px; }
.feed-list { border-top: 1px solid var(--line); }
.feed-row { display: grid; grid-template-columns: minmax(0, 1fr) 148px; gap: 22px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: start; }
.feed-row h3 { margin: 4px 0 6px; font-size: 22px; line-height: 1.06; letter-spacing: -.035em; }
.feed-row p { margin: 0 0 8px; color: #333; font: 15px/1.42 Georgia, serif; }
.feed-row .feed-kicker { height: 84px; border-left: 4px solid var(--brand); background: var(--soft); display: flex; align-items: end; justify-content: flex-start; padding: 10px; color: var(--brand); font-size: 11px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.article-page { display: grid; grid-template-columns: minmax(0, 740px) 300px; gap: 64px; padding: 38px 0 56px; align-items: start; }
.article-main h1 { font-size: clamp(42px, 6.8vw, 74px); line-height: .92; letter-spacing: -.065em; margin: 8px 0 14px; }
.deck { color: #303030; font: 22px/1.35 Georgia, serif; margin: 0 0 12px; }
.tldr { margin: 28px 0; padding: 18px 20px; border-left: 6px solid var(--brand); background: var(--soft); }
.tldr strong { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.tldr p { margin: 8px 0 0; font: 18px/1.45 Georgia, serif; }
.article-body { margin-top: 28px; }
.article-body h2, .takeaways h2, .faqs h2, .citations h2 { font-size: 28px; line-height: 1.05; letter-spacing: -.04em; margin: 38px 0 10px; }
.article-body h3 { font-size: 21px; margin: 28px 0 8px; }
.article-body p, .faq-item p { font: 19px/1.72 Georgia, serif; margin: 0 0 20px; }
.takeaways, .citations { border-top: 4px solid var(--ink); margin-top: 36px; }
.takeaways li { font: 18px/1.45 Georgia, serif; margin-bottom: 10px; }
.citations ol { padding-left: 22px; }
.citations li { margin-bottom: 12px; font-size: 14px; line-height: 1.4; }
.citations li a { color: var(--brand); font-weight: 800; display: block; }
.citations li span { color: var(--muted); }
.site-footer { border-top: 1px solid var(--ink); padding: 22px 0 40px; display: grid; grid-template-columns: minmax(160px, 1fr) auto; gap: 12px 28px; color: var(--muted); font-size: 13px; align-items: start; }
.site-footer nav { display: flex; gap: 16px; flex-wrap: wrap; justify-content: flex-end; }
.site-footer nav[aria-label="Agent Gazette Network"] { grid-column: 2; }
.site-footer nav span { color: var(--ink); font-weight: 800; }
.site-footer strong { color: var(--ink); }
.editorial-page { max-width: 740px; padding: 48px 0 64px; }
.editorial-page h1 { font-size: clamp(36px, 5vw, 60px); line-height: .92; letter-spacing: -.055em; margin: 10px 0 14px; }
.editorial-page .deck { font: 20px/1.42 Georgia, serif; color: #303030; margin: 0 0 36px; }
.editorial-page h2 { font-size: 22px; letter-spacing: -.03em; margin: 38px 0 8px; border-top: 1px solid var(--line); padding-top: 28px; }
.editorial-page h2:first-of-type { border-top: 4px solid var(--ink); }
.editorial-page p, .editorial-page li { font: 17px/1.68 Georgia, serif; margin: 0 0 14px; color: #222; }
.editorial-page ul, .editorial-page ol { padding-left: 22px; margin: 0 0 16px; }
.editorial-page a { color: var(--brand); font-weight: 700; }
.pitch-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 56px; padding: 48px 0 64px; align-items: start; }
.pitch-form h1 { font-size: clamp(36px, 5vw, 60px); line-height: .92; letter-spacing: -.055em; margin: 10px 0 14px; }
.pitch-form .deck { font: 20px/1.42 Georgia, serif; color: #303030; margin: 0 0 28px; }
.pitch-form form { margin-top: 4px; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; color: var(--brand); margin-bottom: 5px; }
.form-row input, .form-row textarea, .form-row select { width: 100%; padding: 10px 12px; border: 1px solid var(--line); background: var(--paper); font: 15px/1.4 Helvetica Neue, sans-serif; color: var(--ink); border-radius: 2px; outline: none; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--brand); }
.form-row textarea { min-height: 120px; resize: vertical; }
.form-submit { margin-top: 8px; }
.form-submit button { background: var(--ink); color: #fff; border: none; padding: 12px 28px; font: 700 14px Helvetica Neue, sans-serif; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; border-radius: 2px; }
.form-submit button:hover { background: var(--brand); }
.pitch-guide { border-top: 4px solid var(--ink); padding-top: 14px; position: sticky; top: 20px; }
.pitch-guide h2 { font-size: 18px; text-transform: uppercase; letter-spacing: -.01em; margin: 10px 0 14px; }
.pitch-guide ul { list-style: none; padding: 0; margin: 0; }
.pitch-guide li { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.45; color: #333; }
.pitch-guide li::before { content: "→ "; color: var(--brand); font-weight: 900; }
.topic-page { padding: 32px 0 56px; }
.topic-header { border-top: 4px solid var(--ink); padding: 14px 0 18px; margin-bottom: 4px; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.topic-header h1 { font-size: clamp(30px, 4.5vw, 52px); line-height: .92; letter-spacing: -.055em; margin: 6px 0 0; }
.topic-header .topic-count { color: var(--muted); font-size: 13px; white-space: nowrap; }
.story-stream { max-width: 720px; }
.stream-item { border-bottom: 1px solid var(--line); padding: 22px 0; }
.stream-item h2 { font-size: clamp(20px, 2.2vw, 26px); line-height: 1.04; letter-spacing: -.03em; margin: 5px 0 9px; }
.stream-item p { font: 17px/1.55 Georgia, serif; color: #303030; margin: 0 0 10px; }
.stream-meta { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; color: var(--muted); font-size: 12px; }
.stream-empty { color: var(--muted); font: 16px/1.6 Georgia, serif; padding: 28px 0; }
.ad-slot { display: none; }
.ads-enabled .ad-slot { border: 1px solid var(--line); background: #f7f7f4; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; text-align: center; color: var(--muted); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; padding: 10px; }
.ad-slot span { font-size: 9px; color: #9a9a9a; }
.ad-slot strong { font-size: 11px; color: var(--muted); font-weight: 800; }
.ad-billboard { width: min(100%, 970px); min-height: 250px; margin: 18px auto; }
.ad-leaderboard { width: min(100%, 728px); min-height: 90px; margin: 18px auto; }
.ad-mid { width: min(100%, 728px); min-height: 90px; margin: 30px auto; }
.ad-lead { width: min(100%, 336px); min-height: 280px; margin: 0 auto; }
.ad-rail { width: 300px; max-width: 100%; min-height: 250px; margin: 20px 0; }
.article-ad { width: min(100%, 336px); min-height: 280px; margin: 26px auto; }
@media (max-width: 900px) {
  .top-grid, .article-page { grid-template-columns: 1fr; gap: 24px; }
  .secondary-stack { order: 2; }
  .lead-card { order: 1; }
  .latest-rail { order: 3; }
  .section-grid { grid-template-columns: 1fr; }
  .feed-row { grid-template-columns: 1fr; gap: 10px; }
  .feed-row .feed-kicker { height: auto; min-height: 44px; align-items: center; }
  .right-rail { display: none; }
  .ad-billboard, .ad-leaderboard, .ad-mid { width: min(100%, 320px); min-height: 100px; }
  .ad-lead { width: min(100%, 300px); min-height: 250px; }
  .ad-rail { display: none; }
  .article-ad { width: min(100%, 300px); min-height: 250px; }
  .site-footer { display: block; }
  .site-footer nav { justify-content: flex-start; margin-top: 12px; }
  .network-mark { font-size: 14px; letter-spacing: .03em; }
  .outlet-mark { font-size: clamp(52px, 22vw, 86px); letter-spacing: -.06em; }
  .pitch-layout { grid-template-columns: 1fr; }
  .pitch-guide { position: static; }
}
