.site-header .brand {
  flex: 0 0 auto;
  margin-right: auto;
  min-height: 54px;
  gap: 9px;
  padding: 5px 14px 5px 8px;
  border: 1px solid #dfcfac;
  border-radius: 14px;
  background: #fff9ed;
  color: #25345d;
  text-shadow: none;
  box-shadow: 0 3px 12px #3022161a;
}
.site-header .brand img {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  object-fit: contain;
  filter: none;
}
.brand-copy { display: flex; flex-direction: column; gap: 3px; text-shadow: none; }
.brand .brand-name {
  color: #25345d;
  font: 700 30px/1 Georgia, 'Times New Roman', serif;
  letter-spacing: -.055em;
}
.brand-tagline {
  color: #625c70;
  font: 400 9px/1.2 Andika, system-ui, sans-serif;
  letter-spacing: .015em;
}
@media (max-width: 760px) {
  .site-header .brand { min-height: 42px; padding: 4px 10px 4px 5px; gap: 6px; border-radius: 11px; }
  .site-header .brand img { width: 33px; height: 33px; flex-basis: 33px; }
  .brand .brand-name { font-size: 25px; }
  .brand-tagline { display: none; }
}
