:root {
  --navy: #10233f;
  --navy-2: #17325a;
  --bg: #ffffff;
  --bg-alt: #f6f8fb;
  --text: #10192b;
  --text-muted: #5a6478;
  --border: #e3e7ee;
  --accent: #b8860b;
  --accent-dark: #8b6508;
  --up: #b8860b;
  --down: #0f7a3d;
  --neutral: #5a6478;
  --radius: 10px;
  --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); color: var(--text); background: var(--bg); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
img { max-width: 100%; display: block; }

.advertorial-bar { background: var(--navy); color: rgba(255,255,255,0.85); text-align: center; font-size: 12px; padding: 7px 16px; letter-spacing: 0.04em; text-transform: uppercase; }

.site-header { border-bottom: 1px solid var(--border); position: sticky; top: 0; background: #fff; z-index: 20; }
.header-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 16px 24px; }
.brand-link { font-family: Georgia, serif; font-weight: 800; font-size: 22px; color: var(--navy); }
.header-deck { font-size: 13px; color: var(--text-muted); flex: 1; min-width: 220px; text-align: center; margin: 0; }
.header-brief { background: var(--accent); color: #fff; font-weight: 700; font-size: 13px; padding: 10px 18px; border-radius: 6px; white-space: nowrap; }
.header-brief:hover { background: var(--accent-dark); }
.topic-nav { border-top: 1px solid var(--border); background: var(--bg-alt); }
.topic-nav-scroll { display: flex; gap: 22px; overflow-x: auto; padding: 10px 24px; font-size: 13px; font-weight: 600; color: var(--navy); }
.topic-nav-scroll a:hover { color: var(--accent); }

.ticker { background: var(--navy); color: #fff; padding: 10px 0; }
.ticker-row { display: flex; align-items: center; gap: 18px; overflow-x: auto; }
.ticker-note { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; opacity: 0.7; margin: 0; white-space: nowrap; }
.ticker ul { list-style: none; display: flex; gap: 24px; margin: 0; padding: 0; }
.ticker li { display: flex; flex-direction: column; font-size: 12px; white-space: nowrap; }
.ticker li span { opacity: 0.7; }
.ticker li strong { font-weight: 700; }

section { padding: 56px 0; }
.section-label-row { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.section-kicker { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: var(--accent); margin: 0; }
.data-warning { font-size: 12px; color: var(--text-muted); margin: 0; }

.hero-newsroom { padding-top: 40px; }
.equal-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 900px) { .equal-grid { grid-template-columns: 1.4fr 1fr; } }
.lead-story-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 640px) { .lead-story-grid { grid-template-columns: 1.2fr 1fr; } }
.story-label { font-size: 12px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 8px; }
.lead-copy h1 { font-family: Georgia, serif; font-size: clamp(28px, 4vw, 40px); line-height: 1.15; margin: 0 0 14px; color: var(--navy); }
.hero-summary { font-size: 16px; color: var(--text-muted); margin: 0 0 22px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-block; padding: 12px 20px; border-radius: 6px; font-weight: 700; font-size: 14px; border: none; cursor: pointer; }
.button-primary { background: var(--accent); color: #fff; }
.button-primary:hover { background: var(--accent-dark); }
.button-secondary { background: #fff; color: var(--navy); border: 1px solid var(--border); }
.button-secondary:hover { border-color: var(--navy); }
.editorial-media { margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--bg-alt); }
.editorial-media img { width: 100%; height: 100%; object-fit: cover; }
.editorial-media figcaption { font-size: 11.5px; color: var(--text-muted); padding: 8px 10px; }
.hero-media img { aspect-ratio: 4/5; }

.secondary-board { background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; }
.board-heading h2 { font-size: 15px; margin: 4px 0 14px; color: var(--navy); }
.headline-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.headline-list li { border-bottom: 1px solid var(--border); padding-bottom: 12px; font-size: 14px; font-weight: 600; }
.headline-list li:last-child { border-bottom: none; padding-bottom: 0; }
.headline-list a:hover { color: var(--accent); }

.editorial-band { background: var(--bg-alt); }
.analysis-column h2 { font-family: Georgia, serif; font-size: 24px; color: var(--navy); margin: 6px 0 14px; }
.analysis-ledger { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.analysis-ledger > div { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 16px; }
.analysis-ledger span { display: inline-block; width: 24px; height: 24px; line-height: 24px; text-align: center; background: var(--navy); color: #fff; border-radius: 50%; font-size: 12px; font-weight: 800; margin-bottom: 8px; }
.analysis-ledger strong { display: block; font-size: 14px; margin-bottom: 4px; color: var(--navy); }
.analysis-ledger p { font-size: 13px; color: var(--text-muted); margin: 0; }

.section-heading { margin-bottom: 24px; }
.section-heading h2 { font-family: Georgia, serif; font-size: 26px; color: var(--navy); margin: 4px 0 0; }
.section-heading-split { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 16px; }

.pressure-layout { align-items: center; }
.pressure-matrix { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 20px 0; }
@media (min-width: 640px) { .pressure-matrix { grid-template-columns: repeat(3, 1fr); } }
.pressure-matrix article { border: 1px solid var(--border); border-radius: var(--radius); padding: 14px; }
.pressure-matrix h3 { font-size: 14px; margin: 0 0 6px; color: var(--navy); }
.pressure-matrix p { font-size: 12.5px; color: var(--text-muted); margin: 0; }
.pressure-visual img { aspect-ratio: 2/3; }

.numbers-section { background: var(--bg-alt); }
.indicator-board { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 700px) { .indicator-board { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .indicator-board { grid-template-columns: repeat(3, 1fr); } }
.indicator-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; }
.indicator-card > p:first-child { font-size: 12px; font-weight: 800; text-transform: uppercase; color: var(--text-muted); margin: 0 0 4px; }
.indicator-card strong { display: block; font-size: 16px; color: var(--navy); margin-bottom: 8px; }
.trend { display: inline-block; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 20px; margin-bottom: 12px; }
.trend.up { background: #f5e6c3; color: var(--up); }
.trend.down { background: #dcfce7; color: var(--down); }
.trend.neutral { background: #eef1f6; color: var(--neutral); }
.indicator-card h3 { font-size: 12.5px; margin: 10px 0 4px; color: var(--navy); }
.indicator-card p { font-size: 13px; color: var(--text-muted); margin: 0; }

.coverage-index { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .coverage-index { grid-template-columns: repeat(2, 1fr); } }
.coverage-index article { border: 1px solid var(--border); border-radius: var(--radius); padding: 16px; }
.coverage-index span { font-size: 11px; font-weight: 800; text-transform: uppercase; color: var(--accent); }
.coverage-index h3 { font-size: 15px; margin: 6px 0; color: var(--navy); }
.coverage-index h3 a { color: var(--navy); }
.coverage-index h3 a:hover { color: var(--accent); }
.coverage-index p { font-size: 13px; color: var(--text-muted); margin: 0; }
.card-read-more { display: inline-block; margin-top: 10px; font-size: 12.5px; font-weight: 700; color: var(--accent); }
.card-read-more:hover { color: var(--accent-dark); }
.coverage-lead h3 { font-family: Georgia, serif; font-size: 22px; color: var(--navy); }

.request-section { background: var(--navy); color: #fff; }
.request-copy .section-kicker { color: #e8c96b; }
.request-copy h2 { font-family: Georgia, serif; font-size: 26px; margin: 4px 0 14px; }
.trust-list { list-style: none; padding: 0; margin: 16px 0; display: flex; flex-direction: column; gap: 10px; }
.trust-list li { font-size: 13.5px; padding-left: 20px; position: relative; opacity: 0.9; }
.trust-list li::before { content: "✓"; position: absolute; left: 0; color: #e8c96b; }
.general-disclaimer { font-size: 12px; opacity: 0.7; margin-top: 18px; }
.reader-form-card { background: #fff; color: var(--text); border-radius: var(--radius); padding: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-field { margin-bottom: 14px; display: flex; flex-direction: column; gap: 6px; }
.form-field label { font-size: 12.5px; font-weight: 700; color: var(--navy); }
.form-field input { padding: 10px 12px; border: 1px solid var(--border); border-radius: 6px; font-size: 14px; }
.consent-row { display: flex; gap: 8px; align-items: flex-start; font-size: 12px; color: var(--text-muted); margin: 8px 0 16px; }
.form-submit { width: 100%; }
.form-note { font-size: 11px; color: var(--text-muted); margin-top: 10px; text-align: center; }
.hp { position: absolute; left: -9999px; }

.sticky-cta { position: fixed; bottom: 18px; right: 18px; background: var(--accent); color: #fff; font-weight: 700; font-size: 13px; padding: 12px 18px; border-radius: 30px; box-shadow: 0 8px 20px rgba(0,0,0,0.2); z-index: 30; }
.sticky-cta:hover { background: var(--accent-dark); }

.site-footer { background: #0a1220; color: #b8c0d0; padding: 48px 0 24px; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 28px; margin-bottom: 24px; }
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; } }
.footer-grid h2 { font-size: 14px; color: #fff; margin: 0 0 10px; }
.footer-grid p { margin: 4px 0; }
.footer-grid a { color: #b8c0d0; text-decoration: underline; }
.footer-legal-tabs { display: flex; flex-wrap: wrap; gap: 16px; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); padding: 14px 0; margin-bottom: 20px; font-size: 12.5px; }
.footer-legal-tabs a { text-decoration: none; font-weight: 600; color: #dfe4ee; }
.footer-legal-tabs a:hover { color: #fff; }
.footer-accordions details { border-bottom: 1px solid rgba(255,255,255,0.1); padding: 12px 0; }
.footer-accordions summary { cursor: pointer; font-weight: 700; color: #fff; font-size: 13.5px; }
.footer-accordions div { margin-top: 10px; font-size: 12.5px; color: #a7b0c2; }
.footer-accordions div p { margin: 0 0 8px; }
.footer-note { font-size: 11.5px; color: #7c869c; margin-top: 20px; }
.footer-bottom { font-size: 11.5px; color: #7c869c; margin-top: 6px; }

/* ---------- Article pages ---------- */
.article-main { max-width: 760px; margin: 0 auto; padding: 40px 24px 64px; }
.breadcrumb { font-size: 12.5px; color: var(--text-muted); margin-bottom: 16px; }
.breadcrumb a { color: var(--text-muted); font-weight: 600; }
.breadcrumb a:hover { color: var(--accent); }
.article-topic-badge { display: inline-block; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: var(--accent); background: #fff1e8; padding: 4px 10px; border-radius: 4px; margin-bottom: 12px; }
.article-title-page { font-family: Georgia, serif; font-size: clamp(26px, 4vw, 34px); color: var(--navy); line-height: 1.2; margin: 0 0 12px; }
.article-meta-page { font-size: 13px; color: var(--text-muted); margin: 0 0 16px; }
.article-meta-page a { color: var(--text-muted); font-weight: 600; }
.article-ai-disclosure { font-size: 12px; font-style: italic; color: var(--text-muted); margin: 0 0 18px; padding: 6px 0; border-top: 1px dashed var(--border); border-bottom: 1px dashed var(--border); }
.article-hero-img { width: 100%; height: 340px; object-fit: cover; border-radius: var(--radius); margin-bottom: 8px; }
.article-hero-caption { font-size: 11.5px; color: var(--text-muted); margin: 0 0 24px; }
.article-body-content { font-size: 16.5px; color: var(--text); }
.article-body-content p { margin: 0 0 20px; }
.article-body-content h2 { font-family: Georgia, serif; font-size: 21px; color: var(--navy); margin: 32px 0 14px; }
.article-body-content ul { margin: 0 0 20px; padding-left: 20px; }
.article-body-content li { margin-bottom: 8px; }
.article-disclaimer { font-size: 12.5px; color: var(--text-muted); background: var(--bg-alt); border: 1px solid var(--border); border-radius: 8px; padding: 16px 18px; margin: 28px 0; }
.related-articles { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--border); }
.related-articles h2 { font-family: Georgia, serif; font-size: 18px; color: var(--navy); margin: 0 0 12px; }
.related-articles ul { list-style: none; margin: 0; padding: 0; }
.related-articles li { margin-bottom: 8px; }
.related-articles a { font-weight: 600; color: var(--navy); }
.related-articles a:hover { color: var(--accent); }

@media (max-width: 640px) {
  .header-top { flex-direction: column; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
  .article-hero-img { height: 220px; }
}
