/* =========================================================
   ESTILOS DE JORNAL IMPRESSO / BROADSHEET TRADICIONAL
   ESTILO "THE ONION" - COM COLUNAS VERTICAIS E LINHAS REAIS
   ========================================================= */

:root {
  --paper-bg: #fbf9f4; /* Tom sutil de papel jornal de qualidade */
  --paper-border: #1a1a1a;
  --ink-primary: #121212;
  --ink-secondary: #2f2f2f;
  --ink-muted: #555555;
  --accent-gold: #8c6d32;
  --accent-tag: #0a4f36; /* Verde sóbrio de cédula/selo antigo */
  --font-gothic: 'Cinzel', 'Playfair Display', Georgia, serif;
  --font-serif: 'EB Garamond', Garamond, Georgia, serif;
  --font-condensed: 'Oswald', 'Impact', sans-serif;
  --line-thickness: 1px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #274029; /* Fundo verde editorial clássico como no fundo da foto do usuário */
  color: var(--ink-primary);
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.42;
  padding: 24px 12px;
  -webkit-font-smoothing: antialiased;
}

/* CONTAINER BROADSHEET */
.container-broadsheet {
  max-width: 1280px;
  margin: 0 auto;
}

.topic-guides,
.guide-page {
  margin: 26px 0;
  padding: 24px;
  border-top: 3px double var(--paper-border);
  border-bottom: 3px double var(--paper-border);
}

.topic-guides h2,
.guide-page h1,
.guide-page h2 {
  font-family: var(--font-gothic);
  line-height: 1.18;
}

.topic-guides h2 { font-size: clamp(1.45rem, 3vw, 2.2rem); margin: 7px 0; }
.topic-guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 16px; }
.topic-guide-grid a { color: var(--ink-primary); border: 1px solid #bdb4a3; padding: 14px; text-decoration: none; background: #fffdf8; }
.topic-guide-grid a:hover, .topic-guide-grid a:focus { outline: 3px solid var(--accent-gold); outline-offset: 2px; }
.topic-guide-grid strong, .topic-guide-grid span { display: block; }
.topic-guide-grid strong { font-family: var(--font-gothic); margin-bottom: 5px; }
.topic-guide-grid span { color: var(--ink-muted); }
.guide-page { max-width: 880px; margin: 0 auto; background: var(--paper-bg); }
.guide-page .guide-kicker { color: var(--accent-tag); font-family: var(--font-condensed); font-weight: 700; letter-spacing: .08em; }
.guide-page h1 { font-size: clamp(2rem, 5vw, 3.5rem); margin: 9px 0 16px; }
.guide-page h2 { margin: 22px 0 8px; font-size: 1.4rem; }
.guide-page p, .guide-page li { font-size: 1.12rem; }
.guide-page p { margin: 0 0 14px; }
.guide-page ul, .guide-page ol { margin: 0 0 16px 24px; }
.guide-page li { margin-bottom: 7px; }
.guide-page .guide-nav { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; padding-top: 16px; border-top: 1px solid #bdb4a3; }
.guide-page .guide-nav a { color: #074833; font-weight: 700; }
.footer-legal { margin-top: 12px; font-family: var(--font-condensed); font-size: .82rem; letter-spacing: .04em; }
.footer-legal a { color: inherit; }

@media (max-width: 760px) { .topic-guide-grid { grid-template-columns: 1fr; } .guide-page { padding: 18px; } }

/* TOP BANNER */
.news-top-banner {
  background-color: #1a291b;
  color: #e5ded0;
  font-family: var(--font-condensed);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-bottom: 2px solid var(--accent-gold);
  margin-bottom: 12px;
}

.top-bar-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.edition-badge {
  background: var(--accent-gold);
  color: #111;
  padding: 2px 8px;
  font-weight: 700;
  border-radius: 2px;
}

/* PÁGINA DO JORNAL */
.newspaper-page {
  background: var(--paper-bg);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.45);
  border: 1px solid #c9c2b5;
  padding: 24px 28px;
  position: relative;
}

/* LINHA DE BORDA DUPLA CLÁSSICA */
.newspaper-page::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid rgba(0,0,0,0.12);
  pointer-events: none;
}

/* CABEÇALHO DO JORNAL (MASTHEAD) */
.masthead {
  border-bottom: 3px solid var(--paper-border);
  padding-bottom: 10px;
  margin-bottom: 16px;
}

.masthead-upper-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-condensed);
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--paper-border);
  text-transform: uppercase;
}

.center-slogan {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 13px;
}

.masthead-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 8px;
  gap: 20px;
}

.masthead-crest {
  width: 68px;
  height: 68px;
  flex-shrink: 0;
}

.crest-svg {
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.masthead-title-wrap {
  text-align: center;
  flex-grow: 1;
}

.newspaper-name {
  font-family: 'Cinzel', serif;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #0d0d0d;
  line-height: 0.95;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

.newspaper-subtitle {
  font-family: var(--font-condensed);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-top: 6px;
  color: #333;
  font-weight: 600;
}

.masthead-lower-bar {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--paper-border);
  border-bottom: 1px solid var(--paper-border);
  margin-top: 6px;
  padding: 5px 0;
  text-align: center;
  font-family: var(--font-condensed);
  font-size: 11px;
  letter-spacing: 0.08em;
  background: #f4efe6;
}

.masthead-lower-bar .bar-col:not(:last-child) {
  border-right: 1px solid #bbb;
}

.masthead-lower-bar .bar-col {
  color: var(--ink-primary);
  display: block;
  padding: 2px 6px;
  text-decoration: none;
}

.masthead-lower-bar .bar-col:hover,
.masthead-lower-bar .bar-col:focus {
  background: var(--accent-gold);
  color: #111;
  outline: 2px solid var(--ink-primary);
  outline-offset: -2px;
}

/* =========================================================
   GRID BROADSHEET COM AS COLUNAS IDÊNTICAS À IMAGEM
   4 COLUNAS: Coluna 1 (Sidebar Estreita) + Coluna 2 e 3 (Centro) + Coluna 4 (Direita)
   ========================================================= */
.broadsheet-grid {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 250px; /* Layout preciso de jornal */
  gap: 16px;
  align-items: start;
}

/* Linhas divisórias verticais de imprensa */
.col-sidebar-left {
  border-right: 1px solid var(--paper-border);
  padding-right: 14px;
}

.col-main-story {
  border-right: 1px solid var(--paper-border);
  padding-right: 16px;
  padding-left: 2px;
}

.col-sidebar-right {
  padding-left: 2px;
}

/* SEPARADORES HORIZONTAIS */
.h-rule {
  height: 1px;
  background-color: var(--paper-border);
  margin: 14px 0;
  width: 100%;
}

.double-rule {
  height: 3px;
  background: repeating-linear-gradient(to bottom, #111 0, #111 1px, transparent 1px, transparent 2px, #111 2px, #111 3px);
  margin: 18px 0;
}

/* SEÇÃO TAGS / CHAPEUZINHO DE JORNAL */
.section-tag, .kicker {
  display: inline-block;
  font-family: var(--font-condensed);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: #111;
  padding: 1px 5px;
  margin-bottom: 6px;
}

.kicker {
  background: #872121; /* Destaque nobre */
  font-size: 11px;
}

/* CLICKABLE ARTICLES */
.clickable {
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.clickable:hover {
  opacity: 0.88;
}

.clickable:hover .brief-headline,
.clickable:hover .main-headline,
.clickable:hover .sub-headline,
.clickable:hover .right-headline {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

/* 1. ESTILOS DA COLUNA ESQUERDA (BRIEFS) */
.brief-item {
  margin-bottom: 4px;
}

.brief-thumb-container {
  width: 100%;
  height: 105px;
  overflow: hidden;
  border: 1px solid #222;
  margin-bottom: 6px;
  background: #eee;
}

.brief-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.1) grayscale(25%);
  transition: transform 0.3s ease;
}

.clickable:hover .brief-thumb {
  transform: scale(1.04);
}

.brief-headline {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 4px;
  color: #111;
}

.brief-snippet {
  font-size: 12.5px;
  color: #333;
  line-height: 1.35;
  text-align: justify;
}

/* WIDGET CLIMA FINANCEIRO */
.weather-widget {
  background: #f3efe6;
  border: 1px solid #111;
  padding: 8px;
}

.weather-box {
  display: flex;
  gap: 10px;
  align-items: center;
}

.weather-icon {
  font-size: 26px;
}

.weather-data {
  font-size: 11.5px;
  line-height: 1.3;
}

.weather-data strong {
  font-family: var(--font-condensed);
  font-size: 11px;
}

/* ANÚNCIO VINTAGE / CLASSIFICADOS */
.brief-ad {
  border: 2px dashed #333;
  padding: 6px;
  background: #fffef8;
  text-align: center;
}

.ad-inner h5 {
  font-family: var(--font-condensed);
  font-size: 13px;
  letter-spacing: 0.08em;
  margin: 4px 0;
  color: #8c2020;
}

.ad-inner p {
  font-size: 11.5px;
  line-height: 1.3;
  margin-bottom: 8px;
  color: #444;
}

.ad-label {
  display: block;
  font-family: var(--font-condensed);
  font-size: 9px;
  letter-spacing: 0.15em;
  color: #666;
}

.btn-ad {
  background: #111;
  color: #fff;
  font-family: var(--font-condensed);
  font-size: 11px;
  font-weight: 700;
  padding: 6px 10px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.05em;
  width: 100%;
}

.btn-ad:hover {
  background: var(--accent-gold);
  color: #000;
}

/* 2. ESTILOS DA COLUNA CENTRAL (LEAD STORY) */
.lead-header {
  margin-bottom: 12px;
}

.main-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #0f0f0f;
  margin: 4px 0 8px;
  text-transform: uppercase;
}

.main-deck {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 17px;
  line-height: 1.35;
  color: #3a3a3a;
  margin-bottom: 12px;
  font-weight: 500;
}

.newspaper-photo-box {
  margin-bottom: 14px;
  border: 1px solid #111;
  padding: 4px;
  background: #fff;
}

.newspaper-img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
  filter: contrast(1.08) grayscale(15%);
}

.photo-caption {
  font-size: 12px;
  line-height: 1.35;
  padding: 6px 4px 2px;
  color: #333;
  background: #faf8f3;
  border-top: 1px solid #eee;
}

/* TEXTO EM 2 COLUNAS IDÊNTICO A JORNAL */
.multi-column-text {
  column-count: 2;
  column-gap: 20px;
  column-rule: 1px solid #dedede;
  text-align: justify;
}

.multi-column-text p {
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 10px;
  text-indent: 14px;
}

.multi-column-text p:first-of-type {
  text-indent: 0;
}

/* LETRA CAPITULAR (DROPCAP) */
.first-letter {
  float: left;
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  line-height: 40px;
  padding-top: 2px;
  padding-right: 6px;
  padding-bottom: 0;
  color: #111;
  font-weight: 900;
}

.read-full-link {
  font-family: var(--font-condensed);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: right;
  margin-top: 10px;
  color: #8c2020;
}

/* SUB LEAD ROW (DUAS MATÉRIAS LADO A LADO) */
.sub-lead-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: start;
}

.v-rule-inner {
  width: 1px;
  background-color: var(--paper-border);
  height: 100%;
  min-height: 160px;
}

.sub-article .sub-headline {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  line-height: 1.2;
  margin: 4px 0 6px;
  font-weight: 700;
}

.sub-content-flex {
  display: flex;
  gap: 10px;
}

.sub-thumb {
  width: 90px;
  height: 75px;
  object-fit: cover;
  border: 1px solid #222;
  flex-shrink: 0;
}

.sub-content-flex p {
  font-size: 12.5px;
  line-height: 1.35;
  text-align: justify;
}

/* 3. ESTILOS DA COLUNA DIREITA (OPINIÃO & ARTIGOS) */
.right-article {
  margin-bottom: 8px;
}

.right-headline {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
  margin: 4px 0 4px;
}

.byline {
  font-family: var(--font-condensed);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 6px;
}

.right-thumb-container {
  width: 100%;
  height: 130px;
  border: 1px solid #222;
  margin: 6px 0;
  overflow: hidden;
}

.right-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.1) grayscale(20%);
}

.right-summary {
  font-size: 13px;
  line-height: 1.4;
  text-align: justify;
}

/* CITAÇÃO / PROVÉRBIO DESTAQUE */
.quote-box {
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
  padding: 10px 8px;
  text-align: center;
  background: #fdfaf3;
}

.quote-title {
  font-family: var(--font-condensed);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #8c6d32;
  margin-bottom: 4px;
}

.quote-box blockquote {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 4px;
  color: #111;
}

.quote-box cite {
  font-family: var(--font-condensed);
  font-size: 11px;
  display: block;
  font-weight: 700;
  color: #444;
}

.quote-comment {
  font-size: 11.5px;
  color: #555;
  margin-top: 4px;
  font-style: italic;
}

/* CALCULADORAS AMERICANAS COM DESIGN DE IMPRENSA CLÁSSICA */
.calc-box {
  background: #f7f3e8;
  border: 1.5px solid #111;
  padding: 12px 10px;
  position: relative;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.calc-box h2 {
  margin: 0 0 8px;
  color: var(--ink, #1b1b1b);
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
}

.financial-disclaimer {
  margin: 18px 0 0;
  border-top: 1px solid rgba(0, 0, 0, .18);
  padding-top: 12px;
  color: #4e4a41;
  font-size: .78rem;
  line-height: 1.45;
  text-align: left;
}

.calc-badge-top {
  display: inline-block;
  background: #111;
  color: #f4eee1;
  font-family: var(--font-condensed);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 2px 6px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.calc-box h5 {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  margin: 2px 0 4px;
  color: #111;
}

.calc-intro-sub {
  font-size: 11.5px;
  color: #555;
  line-height: 1.35;
  margin-bottom: 10px;
}

/* Abas de Calculadoras */
.calc-tabs {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr 1.3fr;
  gap: 2px;
  border-bottom: 1.5px solid #111;
  margin-bottom: 10px;
}

.calc-tab-btn {
  background: #e6dfcb;
  border: 1px solid #999;
  border-bottom: none;
  font-family: var(--font-condensed);
  font-size: 10px;
  font-weight: 700;
  padding: 6px 2px;
  cursor: pointer;
  color: #444;
  text-align: center;
  transition: all 0.15s ease;
  line-height: 1.1;
}

.calc-tab-btn:hover {
  background: #d8cfb7;
  color: #000;
}

.calc-tab-btn.active {
  background: #111;
  color: #f7f3e8;
  border-color: #111;
}

.calc-tab-panel {
  display: none;
  animation: fadeInCalc 0.25s ease forwards;
}

.calc-tab-panel.active {
  display: block;
}

@keyframes fadeInCalc {
  from { opacity: 0; transform: translateY(2px); }
  to { opacity: 1; transform: translateY(0); }
}

.calc-scripture-anchor {
  background: #ece5d3;
  border-left: 3px solid #8c6d32;
  padding: 5px 8px;
  font-size: 11px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.3;
}

.input-row-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.calc-inputs label {
  display: block;
  font-size: 10px;
  font-family: var(--font-condensed);
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  color: #222;
}

.calc-inputs input,
.calc-select {
  width: 100%;
  padding: 6px 7px;
  font-family: 'EB Garamond', serif;
  font-size: 13.5px;
  font-weight: 600;
  border: 1px solid #333;
  margin-bottom: 7px;
  background: #fff;
  box-sizing: border-box;
}

.calc-select {
  cursor: pointer;
  height: 31px;
}

.btn-calc {
  width: 100%;
  background: #1c3321;
  color: #fdfaf3;
  font-family: var(--font-condensed);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 8px 6px;
  border: 1px solid #000;
  cursor: pointer;
  margin-top: 4px;
  transition: background 0.15s ease;
}

.btn-calc:hover {
  background: #0f1c12;
}

.calc-resultado {
  margin-top: 10px;
  padding: 8px 8px;
  background: #eae2cc;
  border: 1px solid #a89874;
  font-size: 11.5px;
  text-align: center;
  line-height: 1.35;
}

.calc-resultado strong {
  display: block;
  font-size: 18px;
  color: #111;
  font-family: var(--font-condensed);
  letter-spacing: 0.04em;
  margin: 2px 0;
}

.calc-resultado small {
  font-size: 10.5px;
  color: #4a4a4a;
  display: block;
  font-style: italic;
  margin-top: 2px;
}

/* =========================================================
   FOOTER DO JORNAL
   ========================================================= */
.newspaper-footer {
  border-top: 3px solid #111;
  margin-top: 20px;
  padding-top: 14px;
}

.footer-top-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #111;
}

.footer-col h6 {
  font-family: var(--font-condensed);
  font-size: 11.5px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin-bottom: 6px;
  color: #111;
}

.footer-col ul {
  list-style: none;
  font-size: 12px;
}

.footer-col ul li {
  margin-bottom: 4px;
}

.footer-col a {
  color: #111;
  text-decoration: none;
}

.footer-col a:hover {
  text-decoration: underline;
}

.footer-col p {
  font-size: 12px;
  line-height: 1.35;
  color: #444;
}

.print-badge-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.print-seal {
  width: 90px;
  height: 90px;
  border: 2px dashed #8c6d32;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-condensed);
  text-align: center;
  line-height: 1.1;
  padding: 4px;
  margin-bottom: 8px;
}

.print-seal span { font-size: 8px; letter-spacing: 0.1em; }
.print-seal strong { font-size: 11px; letter-spacing: 0.08em; }
.print-seal small { font-size: 9px; color: #8c6d32; }

.btn-print {
  font-family: var(--font-condensed);
  font-size: 10.5px;
  font-weight: 700;
  padding: 5px 10px;
  background: #111;
  color: #fff;
  border: none;
  cursor: pointer;
  letter-spacing: 0.05em;
}

.btn-print:hover {
  background: #333;
}

.footer-bottom-row {
  text-align: center;
  font-family: var(--font-condensed);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: #666;
  padding-top: 10px;
}

/* =========================================================
   MODAL DE LEITURA (SUPLEMENTO EDITORIAL COMPLETO)
   ========================================================= */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(10, 20, 12, 0.85);
  backdrop-filter: blur(4px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
}

.modal-overlay.active {
  display: flex;
}

.modal-newspaper-sheet {
  background: var(--paper-bg);
  width: 100%;
  max-width: 820px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 32px 36px;
  border: 2px solid #111;
  box-shadow: 0 15px 40px rgba(0,0,0,0.6);
  position: relative;
  border-radius: 2px;
}

.modal-close-btn {
  position: absolute;
  top: 16px;
  right: 18px;
  background: #111;
  color: #fff;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.modal-close-btn:hover {
  background: #8c2020;
}

.modal-masthead-mini {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-condensed);
  font-size: 11px;
  letter-spacing: 0.15em;
  border-bottom: 2px solid #111;
  padding-bottom: 6px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.modal-body-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 8px;
  color: #111;
}

.modal-meta-bar {
  font-family: var(--font-condensed);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #666;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.modal-body-content img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  border: 1px solid #222;
  margin-bottom: 8px;
}

.modal-img-caption {
  font-size: 12px;
  font-style: italic;
  color: #555;
  margin-bottom: 16px;
}

.modal-article-text {
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

.modal-article-text p {
  margin-bottom: 14px;
  text-align: justify;
}

.modal-verse-callout {
  background: #f3efe6;
  border-left: 4px solid var(--accent-gold);
  padding: 12px 16px;
  margin: 18px 0;
  font-style: italic;
}

.modal-verse-callout strong {
  display: block;
  font-family: var(--font-condensed);
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #8c6d32;
  margin-top: 4px;
}

/* =========================================================
   RESPONSIVIDADE (MANTER HARMONIA EM TELAS MENORES)
   ========================================================= */
@media (max-width: 1080px) {
  .broadsheet-grid {
    grid-template-columns: 200px 1fr;
  }
  .col-sidebar-right {
    grid-column: span 2;
    border-top: 2px solid var(--paper-border);
    padding-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 768px) {
  body {
    padding: 8px 4px;
  }
  .newspaper-page {
    padding: 14px 12px;
  }
  .newspaper-name {
    font-size: 38px;
    letter-spacing: 0.1em;
  }
  .masthead-crest {
    display: none;
  }
  .broadsheet-grid {
    grid-template-columns: 1fr;
  }
  .col-sidebar-left, .col-main-story, .col-sidebar-right {
    border-right: none;
    padding-right: 0;
  }
  .col-sidebar-left {
    border-bottom: 2px solid var(--paper-border);
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .multi-column-text {
    column-count: 1;
  }
  .sub-lead-row {
    grid-template-columns: 1fr;
  }
  .v-rule-inner {
    display: none;
  }
  .footer-top-row {
    grid-template-columns: 1fr;
  }
}

/* IMPRESSÃO (CTRL+P / BOTÃO IMPRIMIR) */
@media print {
  body {
    background: #fff;
    padding: 0;
  }
  .news-top-banner, .btn-print, .btn-calc, .btn-ad {
    display: none !important;
  }
  .newspaper-page {
    box-shadow: none;
    border: none;
    padding: 0;
    max-width: 100%;
  }
}
