/* Faixa superior alinhada à cor original do rodapé. */
.site-header { background: var(--ink); border-bottom-color: rgba(255, 255, 255, .16); }
.site-header .header-content { min-height: 124px; }
.header-logo-link { display: flex; align-items: center; min-width: 0; }
.site-header .header-logo { display: block; width: auto !important; height: 110px !important; max-width: 330px; max-height: 110px; object-fit: contain; }
.site-header .header-tools { color: rgba(255, 250, 243, .72); }
.site-header .header-tools b { color: #fffaf3; }
.site-header .search-trigger { border-color: rgba(255, 255, 255, .3); color: #fffaf3; }

@media (max-width: 619px) {
  .site-header .header-content { min-height: 74px; gap: 12px; }
  .site-header .header-logo { width: auto !important; height: 80px !important; max-width: 240px; max-height: 80px; }
  .site-header .header-tools { gap: 7px; font-size: 9px; }
}
