.brand-accent {
  display: flex;
  flex-direction: column;
  width: 10px;
  height: 53px;
  gap: 5px;
  margin-right: 13px;
  flex: 0 0 auto;
}

.brand-accent i {
  display: block;
  flex: 1;
  background: #c92736;
}

.brand-name {
  margin-left: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 2.45rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.075em;
}

.brand-rule {
  width: 1px;
  height: 47px;
  background: #8f9aa5;
  margin: 0 16px;
}

.brand-desc {
  max-width: 180px;
  font-size: .68rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .055em;
}

.footer-brand .brand-rule { background: #526579; }
.footer-brand .brand-desc { color: #d9e3eb; }

.language-switch { display: flex; align-items: center; gap: .38rem; }
.language-switch strong { color: #fff; font-weight: 700; }
.language-switch a { color: #8394a4; text-decoration: none; font-weight: 700; }
.language-switch a:hover, .language-switch a:focus { color: #fff; text-decoration: underline; }

@media (max-width: 900px) {
  .site-header .brand-rule,
  .site-header .brand-desc { display: none; }
}

@media (max-width: 590px) {
  .brand-accent { width: 8px; height: 43px; margin-right: 9px; }
  .brand-name { font-size: 2rem; }
  .footer-brand .brand-rule,
  .footer-brand .brand-desc { display: none; }
}
