/*!
 * Médiamérleg / 360news.hu — Statikus CSS
 * A MEDIAMERLEG_MOCKUP.html és MEDIAMERLEG_ROLUNK.html-ből kibontva
 * Design tokenek: a MEDIAMERLEG_DESIGN.md §3 alapján
 */

:root {
  /* Brand */
  --mm-blue:        #1e5fa8;
  --mm-blue-deep:   #143d6e;
  --mm-blue-soft:   #e8eff8;
  --mm-orange:      #d97706;
  --mm-orange-deep: #92510a;
  --mm-orange-soft: #fef3e2;

  /* Magazine accent (Utah Business inspired) */
  --mm-red:         #c8102e;
  --mm-red-deep:    #8c0a20;

  /* Neutrals */
  --mm-bg:          #ffffff;
  --mm-bg-alt:      #f5f5f5;
  --mm-bg-section:  #ececec;
  --mm-bg-cream:    #faf7f0;
  --mm-ink:         #0a0a0a;
  --mm-navy:        #1f2937;
  --mm-navy-deep:   #111827;
  --mm-text:        #111827;
  --mm-text-muted:  #6b7280;
  --mm-border:      #e5e7eb;
  --mm-divider:     #d1d5db;

  /* FX colors */
  --fx-up:          #10b981;
  --fx-down:        #ef4444;

  /* Typography */
  --font-display:   'Playfair Display', 'Georgia', serif;
  --font-body:      'Inter', system-ui, -apple-system, sans-serif;
  --font-mono:      'JetBrains Mono', ui-monospace, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--mm-bg-section);
  color: var(--mm-text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* ============ MAIN HEADER (NAVY) ============ */
.main-header { background: var(--mm-navy-deep); color: white; border-bottom: 4px solid var(--mm-red); }
.main-header-inner { display: flex; align-items: stretch; justify-content: space-between; min-height: 78px; }

.brand-block { display: flex; align-items: center; gap: 14px; padding: 14px 0; flex-shrink: 0; }
.logo-icon { width: 40px; height: 50px; flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; gap: 2px; }
.logo-text { font-family: var(--font-display); font-weight: 900; font-size: 32px; color: white; letter-spacing: -0.02em; line-height: 1; }
.brand-tagline { font-family: var(--font-mono); font-size: 10px; color: rgba(255,255,255,0.6); font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; }

.main-nav { display: flex; align-items: stretch; }
.main-nav a {
  padding: 0 18px; display: flex; align-items: center;
  font-size: 13px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  transition: background 150ms, color 150ms;
  border-bottom: 3px solid transparent; margin-bottom: -4px;
}
.main-nav a:hover { background: rgba(255,255,255,0.06); color: white; }
.main-nav a.active { background: rgba(255,255,255,0.08); color: white; border-bottom-color: var(--mm-red); }

.header-actions { display: flex; align-items: center; gap: 10px; padding-right: 0; }
.header-icon-btn {
  width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,0.15);
  background: transparent; color: white;
  border-radius: 8px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 150ms, border-color 150ms;
}
.header-icon-btn:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.3); }

/* ============ UTILITY BAR (INDEX STYLE) ============ */
.utility-bar { background: white; border-bottom: 1px solid var(--mm-border); font-family: var(--font-body); font-size: 12px; font-weight: 500; }
.utility-inner {
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 24px;
  padding: 10px 24px; max-width: 1240px; margin: 0 auto;
}

.util-date { display: flex; flex-direction: column; line-height: 1.3; }
.util-date-line { font-weight: 700; color: var(--mm-ink); font-size: 12px; letter-spacing: 0.01em; }
.util-nameday { color: var(--mm-text-muted); font-size: 11px; font-style: italic; }

.util-fx { display: grid; grid-template-columns: repeat(2, auto); column-gap: 32px; row-gap: 4px; justify-content: center; }
.fx-item { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; font-variant-numeric: tabular-nums; }
.fx-symbol { font-weight: 800; color: var(--mm-ink); min-width: 28px; }
.fx-value { color: var(--mm-ink); font-weight: 600; }
.fx-change { display: inline-flex; align-items: center; gap: 2px; font-size: 11px; font-weight: 700; }
.fx-up { color: var(--fx-up); }
.fx-down { color: var(--fx-down); }

.util-weather { display: inline-flex; align-items: center; gap: 10px; padding-left: 20px; border-left: 1px solid var(--mm-border); }
.weather-temps { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.2; font-size: 11px; font-weight: 600; }
.weather-low { color: var(--mm-blue); }
.weather-high { color: var(--mm-red); }
.weather-icon-wrap { width: 30px; height: 30px; color: #f59e0b; }
.weather-now { display: flex; flex-direction: column; line-height: 1.2; }
.weather-now-label { font-size: 10px; color: var(--mm-text-muted); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 700; }
.weather-now-value { font-size: 14px; font-weight: 700; color: var(--mm-ink); font-variant-numeric: tabular-nums; }

/* ============ SUB-NAV (TABS) ============ */
.sub-nav { background: white; border-bottom: 3px solid var(--mm-bg-section); }
.sub-nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 24px; max-width: 1240px; margin: 0 auto; }

.scope-tabs { display: flex; gap: 0; }
.scope-tabs a, .scope-tabs button {
  padding: 16px 28px;
  background: transparent; border: none;
  font-family: var(--font-body); font-weight: 700; font-size: 14px;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--mm-text-muted); cursor: pointer;
  position: relative; transition: color 200ms;
}
.scope-tabs a:hover, .scope-tabs button:hover { color: var(--mm-ink); }
.scope-tabs a.active, .scope-tabs button.active { color: var(--mm-ink); }
.scope-tabs a.active::after, .scope-tabs button.active::after {
  content: ''; position: absolute; bottom: -3px; left: 0; right: 0;
  height: 3px; background: var(--mm-red);
}

.live-indicator { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 11px; font-weight: 700; color: var(--mm-text-muted); text-transform: uppercase; letter-spacing: 0.1em; }
.live-dot { width: 8px; height: 8px; background: var(--mm-red); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.85); } }

/* ============ HERO SECTION ============ */
.hero-section { background: white; padding: 36px 0 28px; border-bottom: 1px solid var(--mm-border); }
.hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center; }

.hero-eyebrow {
  display: inline-block; padding: 5px 14px;
  background: var(--mm-red); color: white;
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  margin-bottom: 16px;
}

.hero-headline { font-family: var(--font-display); font-weight: 900; font-size: 42px; line-height: 1.05; letter-spacing: -0.025em; color: var(--mm-ink); margin-bottom: 18px; }
.hero-emph-blue { color: var(--mm-blue); }
.hero-emph-orange { color: var(--mm-orange); }
.hero-sub { font-size: 15px; color: var(--mm-text-muted); max-width: 480px; line-height: 1.55; }

.hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.stat-card { background: white; border: 1px solid var(--mm-border); border-radius: 10px; padding: 20px 22px; position: relative; overflow: hidden; transition: transform 200ms, box-shadow 200ms; }
.stat-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.stat-card.blue { border-top: 5px solid var(--mm-blue); background: linear-gradient(180deg, var(--mm-blue-soft) 0%, white 60%); }
.stat-card.orange { border-top: 5px solid var(--mm-orange); background: linear-gradient(180deg, var(--mm-orange-soft) 0%, white 60%); }

.stat-label { font-family: var(--font-mono); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--mm-text-muted); margin-bottom: 4px; }
.stat-card.blue .stat-label { color: var(--mm-blue-deep); }
.stat-card.orange .stat-label { color: var(--mm-orange-deep); }
.stat-value { font-family: var(--font-display); font-weight: 900; font-size: 44px; line-height: 0.95; letter-spacing: -0.03em; color: var(--mm-ink); }
.stat-sub { font-size: 12px; color: var(--mm-text-muted); margin-top: 6px; font-weight: 500; }

/* ============ MAIN CONTENT ============ */
main { padding: 32px 0 56px; background: var(--mm-bg-section); }

.section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.section-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 18px; background: var(--mm-red); color: white;
  font-family: var(--font-mono); font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
}

.section-controls { display: flex; gap: 6px; font-size: 11px; font-family: var(--font-mono); text-transform: uppercase; letter-spacing: 0.06em; }
.control-link {
  color: var(--mm-text-muted); cursor: pointer;
  padding: 6px 12px; border: 1px solid var(--mm-border); border-radius: 6px;
  transition: all 150ms; font-weight: 600; background: white;
}
.control-link:hover { background: var(--mm-ink); color: white; border-color: var(--mm-ink); }

/* ============ TOPIC (ACCORDION) ============ */
.topic { background: white; border: 1px solid var(--mm-border); margin-bottom: 10px; overflow: hidden; transition: box-shadow 200ms, border-color 200ms, transform 150ms; }
.topic:hover { box-shadow: 0 4px 14px rgba(0,0,0,0.05); }
.topic.is-open { border-color: var(--mm-navy); box-shadow: 0 8px 28px rgba(10, 10, 10, 0.08); }

.topic-toggle {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 0; background: white; border: none; cursor: pointer;
  text-align: left; font-family: inherit; transition: background 150ms;
}
.topic-toggle:hover { background: var(--mm-bg-cream); }
.topic.is-open .topic-toggle { background: var(--mm-bg-cream); }

.topic-toggle-left { display: flex; align-items: stretch; gap: 0; flex: 1; min-width: 0; }

.topic-rank-block {
  background: var(--mm-navy); color: white;
  padding: 18px 16px; min-width: 78px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  flex-shrink: 0; transition: background 200ms;
}
.topic.is-open .topic-rank-block { background: var(--mm-red); }

.topic-rank-label { font-family: var(--font-mono); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; opacity: 0.7; margin-bottom: 2px; }
.topic-rank { font-family: var(--font-display); font-weight: 900; font-size: 32px; line-height: 1; letter-spacing: -0.02em; }

.topic-center { flex: 1; padding: 18px 22px; min-width: 0; }
.topic-label { font-family: var(--font-display); font-weight: 700; font-size: 22px; line-height: 1.2; color: var(--mm-ink); letter-spacing: -0.015em; margin-bottom: 6px; }
.topic-summary-line { font-size: 12px; color: var(--mm-text-muted); font-weight: 500; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.topic-summary-line .summary-source-list { font-family: var(--font-mono); letter-spacing: 0.02em; }

.topic-toggle-right { display: flex; align-items: center; gap: 16px; flex-shrink: 0; padding-right: 20px; }
.topic-counts { display: flex; align-items: center; gap: 6px; }
.count-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: 4px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
}
.count-pill.left { background: var(--mm-blue); color: white; }
.count-pill.right { background: var(--mm-orange); color: white; }
.count-pill.zero { opacity: 0.4; }

.chevron-wrap { width: 36px; height: 36px; border-radius: 50%; background: var(--mm-bg-alt); display: flex; align-items: center; justify-content: center; transition: background 200ms; }
.topic.is-open .chevron-wrap { background: var(--mm-ink); }
.topic.is-open .chevron { color: white; }
.chevron { width: 18px; height: 18px; color: var(--mm-ink); transition: transform 200ms ease; }
.topic.is-open .chevron { transform: rotate(180deg); }

.topic-body { max-height: 0; overflow: hidden; transition: max-height 350ms ease; }
.topic.is-open .topic-body { max-height: 2400px; transition: max-height 500ms ease; }

.topic-body-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--mm-border); background: white; }
.column { padding: 0; }
.column-left { border-right: 1px solid var(--mm-border); }

.column-bar {
  padding: 14px 24px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em; color: white;
  display: flex; align-items: center; justify-content: space-between;
}
.column-left .column-bar { background: var(--mm-blue); }
.column-right .column-bar { background: var(--mm-orange); }

.column-content { padding: 18px 24px 22px; }

.headline { display: block; padding: 14px 0 14px 16px; border-left: 3px solid transparent; margin-bottom: 2px; transition: border-color 150ms, background 150ms; }
.column-left .headline { border-left-color: var(--mm-blue); }
.column-right .headline { border-left-color: var(--mm-orange); }
.headline + .headline { border-top: 1px solid var(--mm-bg-alt); }
.headline:hover { background: var(--mm-bg-alt); }
.column-left .headline:hover { background: var(--mm-blue-soft); border-left-color: var(--mm-blue-deep); }
.column-right .headline:hover { background: var(--mm-orange-soft); border-left-color: var(--mm-orange-deep); }

.headline-title { font-weight: 600; font-size: 15.5px; line-height: 1.4; color: var(--mm-ink); margin-bottom: 8px; }
.headline:hover .headline-title { text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.headline-meta { display: flex; align-items: center; gap: 8px; font-size: 11px; color: var(--mm-text-muted); flex-wrap: wrap; font-family: var(--font-mono); }

.source-name { font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: 11px; color: var(--mm-ink); }
.column-left .source-name { color: var(--mm-blue-deep); }
.column-right .source-name { color: var(--mm-orange-deep); }

.meta-dot { opacity: 0.4; }
.meta-time { font-variant-numeric: tabular-nums; font-weight: 500; }

.ext-icon { display: inline-block; width: 11px; height: 11px; opacity: 0.35; vertical-align: middle; margin-left: 5px; transition: transform 150ms, opacity 150ms; }
.headline:hover .ext-icon { opacity: 0.9; transform: translate(2px, -2px); }

.empty-side {
  padding: 24px 16px;
  color: var(--mm-text-muted); font-style: italic; font-size: 13px; text-align: center;
  background: var(--mm-bg-alt); border: 1px dashed var(--mm-divider);
  margin: 18px 24px;
}

/* ============ ROLUNK PAGE (saját szabályok) ============ */
.body-rolunk { background: var(--mm-bg); }

.about-hero {
  background: var(--mm-bg-cream);
  padding: 64px 0 56px;
  border-bottom: 1px solid var(--mm-border);
  position: relative; overflow: hidden;
}
.about-hero::before {
  content: ''; position: absolute; top: 0; right: -100px;
  width: 480px; height: 100%;
  background: linear-gradient(135deg, transparent 0%, rgba(30,95,168,0.06) 40%, rgba(217,119,6,0.06) 100%);
  transform: skewX(-12deg); pointer-events: none;
}
.about-hero-inner { max-width: 820px; margin: 0 auto; position: relative; }
.about-headline { font-family: var(--font-display); font-weight: 900; font-size: 60px; line-height: 1.02; letter-spacing: -0.03em; color: var(--mm-ink); margin-bottom: 24px; }
.about-headline .emph-blue { color: var(--mm-blue); }
.about-headline .emph-orange { color: var(--mm-orange); }
.about-subhead { font-family: var(--font-display); font-weight: 400; font-style: italic; font-size: 22px; line-height: 1.4; color: var(--mm-text-muted); max-width: 640px; }

.article-section { padding: 64px 0 88px; background: var(--mm-bg); }
.article-body { max-width: 720px; margin: 0 auto; font-size: 18px; line-height: 1.75; color: var(--mm-text); }
.article-body p { margin-bottom: 22px; }
.article-body strong { color: var(--mm-ink); font-weight: 700; }
.article-body em { font-style: italic; color: var(--mm-text-muted); }
.article-body > p:first-of-type::first-letter {
  font-family: var(--font-display); font-weight: 900; font-size: 84px;
  line-height: 0.85; float: left; margin: 6px 14px -4px 0;
  color: var(--mm-red);
}

.split-divider { display: flex; gap: 8px; margin: 36px 0; align-items: center; justify-content: center; }
.split-divider span { display: block; height: 4px; flex: 1; max-width: 80px; }
.split-divider span:first-child { background: var(--mm-blue); }
.split-divider span:last-child { background: var(--mm-orange); }

.pull-quote {
  font-family: var(--font-display); font-weight: 700; font-style: italic;
  font-size: 32px; line-height: 1.3; letter-spacing: -0.015em;
  color: var(--mm-ink);
  margin: 48px 0; padding: 36px 32px;
  border-left: 6px solid var(--mm-red);
  background: var(--mm-bg-cream);
  text-align: left;
}

.author-block { display: flex; align-items: center; gap: 18px; margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--mm-border); }
.author-avatar { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--mm-blue) 0%, var(--mm-orange) 100%); color: white; font-family: var(--font-display); font-weight: 900; font-size: 22px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.author-info { display: flex; flex-direction: column; gap: 2px; }
.author-label { font-family: var(--font-mono); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--mm-text-muted); }
.author-name { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--mm-ink); letter-spacing: -0.01em; }
.author-sub { font-size: 13px; color: var(--mm-text-muted); }

.cta-strip { padding: 56px 0; background: var(--mm-navy-deep); color: white; text-align: center; }
.cta-headline { font-family: var(--font-display); font-weight: 900; font-size: 28px; letter-spacing: -0.02em; margin-bottom: 20px; }
.cta-headline .emph-blue { color: #5a96d4; }
.cta-headline .emph-orange { color: #f5a623; }
.cta-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; background: var(--mm-red); color: white; font-family: var(--font-body); font-weight: 700; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; border: none; cursor: pointer; transition: background 150ms, transform 150ms; }
.cta-btn:hover { background: #a30e26; transform: translateY(-1px); }

/* ============ FOOTER ============ */
footer { background: var(--mm-navy-deep); color: rgba(255,255,255,0.7); font-size: 13px; line-height: 1.6; padding: 48px 0 28px; border-top: 4px solid var(--mm-red); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 32px; }
.footer-brand { font-family: var(--font-display); font-weight: 900; font-size: 26px; color: white; margin-bottom: 10px; letter-spacing: -0.01em; }
.footer-col-title { font-family: var(--font-mono); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: white; margin-bottom: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { color: rgba(255,255,255,0.7); font-weight: 500; font-size: 13px; }
.footer-links a:hover { color: white; }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,0.5); gap: 16px; flex-wrap: wrap; }

/* ============ ARCHIVE INDEX (egyszerű dátum-választó) ============ */
.archive-index-section { padding: 36px 0 56px; background: var(--mm-bg-section); }
.archive-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
.archive-day {
  background: white; border: 1px solid var(--mm-border); border-radius: 8px;
  padding: 14px 16px; transition: border-color 150ms, box-shadow 150ms;
}
.archive-day:hover { border-color: var(--mm-navy); box-shadow: 0 6px 18px rgba(0,0,0,0.06); }
.archive-day-date { font-family: var(--font-display); font-weight: 900; font-size: 18px; color: var(--mm-ink); margin-bottom: 4px; }
.archive-day-meta { font-family: var(--font-mono); font-size: 11px; color: var(--mm-text-muted); text-transform: uppercase; letter-spacing: 0.06em; }
.archive-day-links { display: flex; gap: 8px; margin-top: 10px; }
.archive-day-links a { padding: 4px 10px; border-radius: 4px; font-family: var(--font-mono); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.archive-day-links .lnk-hazai { background: var(--mm-blue-soft); color: var(--mm-blue-deep); }
.archive-day-links .lnk-nki  { background: var(--mm-orange-soft); color: var(--mm-orange-deep); }

/* ============ FORRASOK (forrás-lista) ============ */
.sources-section { padding: 36px 0 56px; background: var(--mm-bg-section); }
.sources-table { width: 100%; border-collapse: collapse; background: white; border: 1px solid var(--mm-border); border-radius: 8px; overflow: hidden; }
.sources-table thead th { background: var(--mm-navy); color: white; padding: 12px 14px; text-align: left; font-family: var(--font-mono); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; }
.sources-table tbody td { padding: 11px 14px; border-top: 1px solid var(--mm-border); font-size: 14px; }
.sources-table tbody tr:hover { background: var(--mm-bg-cream); }
.sources-table .side-bal { color: var(--mm-blue-deep); font-weight: 700; }
.sources-table .side-jobb { color: var(--mm-orange-deep); font-weight: 700; }
.sources-table a { color: var(--mm-blue-deep); }
.sources-table a:hover { text-decoration: underline; }

/* ============ STATIC PAGES (módszertan, impresszum stb.) ============ */
.static-page-section { padding: 56px 0 80px; background: var(--mm-bg); }
.static-page-content { max-width: 760px; margin: 0 auto; font-size: 16px; line-height: 1.7; color: var(--mm-text); }
.static-page-content h1 { font-family: var(--font-display); font-weight: 900; font-size: 42px; line-height: 1.1; color: var(--mm-ink); margin-bottom: 18px; letter-spacing: -0.02em; }
.static-page-content h2 { font-family: var(--font-display); font-weight: 700; font-size: 24px; color: var(--mm-ink); margin: 28px 0 10px; }
.static-page-content p { margin-bottom: 16px; }
.static-page-content ul { margin: 8px 0 18px 22px; }
.static-page-content li { margin-bottom: 6px; }
.static-page-content strong { font-weight: 700; color: var(--mm-ink); }

/* ============ MOBILE ============ */
@media (max-width: 1024px) {
  .main-nav a { padding: 0 12px; font-size: 12px; }
  .hero-headline { font-size: 32px; }
  .stat-value { font-size: 36px; }
  .about-headline { font-size: 48px; }
}

@media (max-width: 900px) {
  .main-nav { display: none; }
  .utility-inner { grid-template-columns: 1fr; gap: 12px; }
  .util-fx { grid-template-columns: repeat(3, auto); justify-content: start; column-gap: 18px; }
  .util-weather { padding-left: 0; border-left: none; border-top: 1px solid var(--mm-border); padding-top: 8px; }
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .pull-quote { margin: 40px 0; padding: 28px 24px; font-size: 24px; }
}

@media (max-width: 768px) {
  .container { padding: 0 16px; }
  .utility-inner { padding-left: 16px; padding-right: 16px; }
  .sub-nav-inner { padding: 0 16px; }
  .main-header-inner { padding: 0; min-height: 64px; }
  .logo-text { font-size: 24px; }
  .logo-icon { width: 30px; height: 38px; }
  .brand-tagline { display: none; }
  .scope-tabs a, .scope-tabs button { padding: 12px 16px; font-size: 12px; }
  .hero-headline { font-size: 24px; }
  .hero-eyebrow { padding: 4px 10px; font-size: 10px; }
  .hero-section { padding: 24px 0 20px; }
  .stat-value { font-size: 28px; }
  .stat-card { padding: 14px 16px; }
  .topic-rank-block { min-width: 56px; padding: 14px 8px; }
  .topic-rank { font-size: 22px; }
  .topic-rank-label { font-size: 8px; }
  .topic-center { padding: 14px 14px; }
  .topic-label { font-size: 16px; }
  .topic-toggle-right { padding-right: 12px; gap: 8px; }
  .count-pill { padding: 5px 9px; font-size: 10px; }
  .chevron-wrap { width: 30px; height: 30px; }
  .topic-summary-line { display: none; }
  .topic-body-inner { grid-template-columns: 1fr; }
  .column-left { border-right: none; border-bottom: 1px solid var(--mm-border); }
  .column-content { padding: 14px 18px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .about-hero { padding: 40px 0 36px; }
  .about-headline { font-size: 32px; }
  .about-subhead { font-size: 17px; }
  .article-section { padding: 48px 0 64px; }
  .article-body { font-size: 17px; }
  .article-body > p:first-of-type::first-letter { font-size: 64px; margin: 4px 10px -2px 0; }
  .cta-headline { font-size: 22px; }
  .cta-btn { padding: 12px 22px; font-size: 13px; }
  .static-page-content h1 { font-size: 30px; }
}

*:focus-visible { outline: 2px solid var(--mm-red); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
