/* Identidade original do designer, aplicada sem redesenho nem filtros na imagem.
   PNGs copiados integralmente do build local do RDU Stats; ver IDENTIDADE_VISUAL.md. */
:root{
  --brand-accent:#8a4b22;
  --brand-ink:#31271d;
  /* Alias preservado para não refatorar a folha editorial nesta alteração pontual. */
  --red:var(--brand-accent);
  --ink:#25231f;
}
.masthead{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:13px 0 22px;
  font-size:0;
  line-height:0;
  letter-spacing:normal;
  white-space:normal;
}
.brand-wordmark{
  display:block;
  width:440px;
  max-width:86%;
  height:auto;
  object-fit:contain;
}
.footer-brand{
  display:inline-block;
  font-size:0;
  line-height:0;
  letter-spacing:normal;
}
.footer-brand img{display:block;width:220px;max-width:100%;height:auto;object-fit:contain}
@media(max-width:640px){
  .masthead{padding:14px 0 20px}
  .brand-wordmark{width:300px;max-width:90%}
  .footer-brand img{width:190px}
}
