/* Radar de Risco — civic-watchdog / stacked dark / overlay cards / sharp */
:root {
  --primary: #7F1D1D;
  --accent: #FCA5A5;
  --bg: #FEF2F2;
  --text: #450A0A;
  --muted: #991B1B;
  --container: 720px;
  --radius: 2px;
  --s1: 0.25rem; --s2: 0.5rem; --s3: 0.75rem; --s4: 1rem; --s5: 1.5rem; --s6: 2rem;
  --font-body: "Arial Narrow", Arial, sans-serif;
  --font-head: Impact, "Arial Black", sans-serif;
  --font-mono: "Courier New", monospace;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-body); font-size: 0.95rem; line-height: 1.5; color: var(--text); background: var(--bg); }
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: underline; text-decoration-thickness: 1px; }
a:hover { background: var(--accent); color: var(--text); text-decoration: none; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--s4); }
h1, h2, h3 { font-family: var(--font-head); font-weight: 400; text-transform: uppercase; letter-spacing: 0.04em; }
h1 { font-size: clamp(1.5rem, 4vw, 2rem); line-height: 1.15; }
h2 { font-size: 1.1rem; margin-bottom: var(--s3); }
p { margin-bottom: var(--s4); }

.site-header { background: var(--primary); color: #fff; }
.site-header a { color: #fff; text-decoration: none; }
.site-header a:hover { background: rgba(255,255,255,0.15); }
.header-inner { display: flex; flex-direction: column; align-items: center; text-align: center; padding: var(--s4) 0 var(--s3); gap: var(--s3); }
.logo { flex-direction: column; gap: var(--s2); }
.logo-text { font-size: 1.5rem; letter-spacing: 0.08em; }
.logo-mark { margin: 0 auto; filter: brightness(1.2); }
.site-nav ul { display: flex; list-style: none; gap: var(--s4); flex-wrap: wrap; justify-content: center; }
.site-nav a { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; padding: var(--s2) var(--s3); border: 1px solid rgba(255,255,255,0.3); }
.site-nav a[aria-current="page"] { background: var(--accent); color: var(--text); border-color: var(--accent); }

.hero-text { padding: var(--s6) 0; border-bottom: 4px solid var(--primary); margin-bottom: var(--s5); }
.hero-text .lead { font-size: 1.05rem; font-family: var(--font-mono); max-width: 36rem; }

.card-overlay-grid { display: flex; flex-direction: column; gap: var(--s4); }
.card-overlay { position: relative; min-height: 220px; border-radius: var(--radius); overflow: hidden; display: block; }
.card-overlay img { width: 100%; height: 220px; object-fit: cover; filter: grayscale(30%) contrast(1.1); }
.card-overlay .overlay-body { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(69,10,10,0.92) 0%, rgba(69,10,10,0.4) 60%, transparent 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: var(--s4); color: #fff; }
.card-overlay .overlay-body a { color: var(--accent); text-decoration: none; }
.card-overlay .overlay-body a:hover { background: transparent; text-decoration: underline; }
.card-overlay h2 { color: #fff; font-size: 1rem; margin-bottom: var(--s2); }
.card-meta { font-family: var(--font-mono); font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.85; }
.tag-pill { display: none; }
.tag-underline { text-decoration: underline; text-decoration-color: var(--accent); }

.numbered-feed { list-style: none; padding: 0; counter-reset: feed; }
.numbered-feed li { counter-increment: feed; padding: var(--s4) 0; border-bottom: 1px solid rgba(127,29,29,0.2); display: grid; grid-template-columns: 2.5rem 1fr; gap: var(--s3); }
.numbered-feed li::before { content: counter(feed, decimal-leading-zero); font-family: var(--font-head); font-size: 1.5rem; color: var(--accent); line-height: 1; }

.article-content { padding: var(--s5) 0; }
.article-content .lead { font-family: var(--font-mono); border-left: 3px solid var(--primary); padding-left: var(--s4); }
.author-footer { margin-top: var(--s6); padding-top: var(--s4); border-top: 2px solid var(--primary); font-family: var(--font-mono); font-size: 0.8rem; }
.byline img { display: none; }

.site-footer { background: var(--text); color: rgba(255,255,255,0.8); padding: var(--s5) 0; margin-top: var(--s6); }
.site-footer a { color: var(--accent); }
.footer-stacked { display: flex; flex-direction: column; gap: var(--s2); }
.footer-stacked a { display: block; padding: var(--s2) 0; border-bottom: 1px solid rgba(255,255,255,0.1); color: #fff; text-decoration: none; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; }
.footer-bottom { margin-top: var(--s4); font-size: 0.7rem; opacity: 0.7; }

.cookie-strip { background: #000; color: #fff; padding: var(--s3) 0; font-size: 0.8rem; position: sticky; top: 0; z-index: 200; }
.cookie-strip.is-hidden { display: none; }
.btn { background: var(--accent); color: var(--text); border: none; padding: var(--s2) var(--s4); font-weight: 700; text-transform: uppercase; font-size: 0.7rem; cursor: pointer; }

main { min-height: 50vh; }
.article-grid { display: none; }
.nav-toggle { display: none; }
.prose-narrow { max-width: 42rem; margin: var(--s5) auto; }
.section-picks { margin-top: var(--s5); }
.section-editorial { margin-top: var(--s5); max-width: 42rem; }
.about-main { max-width: 42rem; padding: var(--s5) var(--s4); margin: 0 auto; }
.contact-main { max-width: 36rem; padding: var(--s5) var(--s4); margin: 0 auto; }
.cookie-strip-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: var(--s3); }
.cookie-strip a { color: #fff; }
.cookie-strip .btn { color: var(--text); }
.article-hero-img { margin-bottom: var(--s5); }
.picks-list { list-style: none; padding: 0; counter-reset: picks; }
.picks-list li { counter-increment: picks; padding: var(--s4) 0; border-bottom: 1px solid rgba(127,29,29,0.2); }
.picks-list li::before { content: counter(picks, decimal-leading-zero) ". "; font-family: var(--font-head); color: var(--accent); }

@media (max-width: 767px) {
  .nav-toggle { display: block; background: none; border: 1px solid #fff; color: #fff; padding: var(--s2); cursor: pointer; }
  .site-nav { display: none; width: 100%; }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; gap: var(--s2); }
}
