.contact-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .85rem;
}

.contact-details > a:not(.contact-link) {
  color: #eef4f7;
  font-size: 1.05rem;
  text-decoration: none;
}

.contact-details > a:hover {
  color: #35e5c1;
}

.contact-details address {
  color: #91a2ad;
  font-style: normal;
  line-height: 1.5;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.language-switch {
  display: flex;
  align-items: center;
  gap: .38rem;
  border-left: 1px solid #1c2a35;
  padding-left: 1.25rem;
  color: #536875;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.language-switch button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #6f838f;
  cursor: pointer;
  font: inherit;
  padding: .35rem .15rem;
}

.language-switch button:hover,
.language-switch button:focus-visible,
.language-switch button.active { color: #35e5c1; }

.language-switch button:focus-visible {
  outline: 1px solid #35e5c1;
  outline-offset: 3px;
}

.hero-copy .eyebrow b { font: inherit; }

.brand-logo {
  display: block;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
}

footer .brand-logo {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
}

@media (max-width: 640px) {
  .nav-actions { gap: .9rem; }
  .language-switch { padding-left: 0; border-left: 0; }
}
