
/*
Theme Name: Embu News — Blocksy Child (Intercept Style)
Theme URI: https://embunews.com.br
Description: Child theme for Blocksy that mimics The Intercept's clean, high-contrast newsroom layout. Includes homepage hero grid, editoria sections, newsletter and donation CTAs, and reading-friendly typography.
Author: Inova (para Embu News)
Author URI: https://embunews.com.br
Template: blocksy
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: embu-news-intercept-child
*/

/* ---------- Root scales ---------- */
:root{
  --maxw: 72ch;
  --accent: #e11900;
  --ink: #000;
  --ink-2: #111;
  --ink-3: #333;
  --ink-6: #666;
  --paper: #fff;
}

/* Base typography */
body{font-size:16px; line-height:1.7; color:var(--ink-2);}
.entry-content, .single .entry-content{max-width:var(--maxw); margin-inline:auto;}
h1,h2,h3,h4{font-weight:800; line-height:1.2; color:var(--ink);}
a{color:var(--ink); text-decoration-thickness:2px; text-underline-offset:2px;}
a:hover{color:var(--ink); text-decoration-color: var(--accent);}

/* Category label */
.cat-label{
  display:inline-block; font-weight:700; text-transform:uppercase;
  letter-spacing:.02em; padding:.2rem .5rem; border:1px solid var(--ink);
  font-size:12px; margin-bottom:6px;
}

/* Home hero grid */
.home-hero{display:grid; gap:24px; grid-template-columns:2fr 1fr; margin-block: 24px;}
@media(max-width:900px){.home-hero{grid-template-columns:1fr;}}
.home-hero .hero-main .wp-block-post-featured-image img{width:100%; height:auto; aspect-ratio:16/9; object-fit:cover;}

/* Lists in sidebar */
.sidebar-list .wp-block-post {border-top:1px solid #eee; padding-top:10px; margin-top:10px;}
.sidebar-list .wp-block-post:first-child{border-top:none; padding-top:0; margin-top:0;}

/* CTA donate bar (mobile sticky option) */
.cta-doar{
  position:sticky; bottom:0; background:#000; color:#fff; padding:.8rem 1rem;
  display:flex; justify-content:space-between; align-items:center; gap:12px; z-index:20;
}
.cta-doar a{background:var(--accent); color:#fff; padding:.5rem .9rem; font-weight:700; border-radius:2px;}

/* Pullquote */
blockquote, .wp-block-quote{border-left:4px solid var(--ink); padding-left:16px; font-size: 1.1rem; color: var(--ink-3);}

/* Figures */
figcaption{font-size:.875rem; color:#555;}

/* Newsletter box */
.newsletter-box{border:1px solid #e5e5e5; padding:16px; background:#fafafa;}
.newsletter-box h3{margin:0 0 8px 0;}

/* Related posts grid */
.related-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px;}
@media(max-width:900px){.related-grid{grid-template-columns:1fr;}}
.related-grid .wp-block-post-featured-image img{aspect-ratio:16/9; object-fit:cover;}

/* Header height suggestion */
header.site-header{min-height:64px;}
