/* Marca original em branco: contraste e escala sem alterar o desenho. */
.site-header .header-inner { min-height: 124px; gap: 20px; }
.site-header .brand {
  flex: 0 0 auto;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid #b89359;
  border-radius: 8px;
  background: #2c2c2c;
  box-shadow: 0 4px 14px rgba(44,44,44,.12);
}
.site-header .brand-logo {
  display: block;
  width: 174px;
  height: auto;
  aspect-ratio: 713 / 380;
  object-fit: contain;
  object-position: center;
}
.hero { padding-top: 124px; }
.hero::before { top: 124px; }
@media (max-width: 699px) {
  .site-header .header-inner { min-height: 110px; gap: 12px; }
  .site-header .brand { padding: 8px 12px; }
  .site-header .brand-logo { width: 144px; }
  .hero { padding-top: 110px; }
  .hero::before { top: 110px; }
}
@media (max-width: 389px) {
  .site-header .header-inner { min-height: 98px; gap: 10px; }
  .site-header .brand { padding: 7px 10px; }
  .site-header .brand-logo { width: 128px; }
  .hero { padding-top: 98px; }
  .hero::before { top: 98px; }
}
