/* Unified header — D / ink charcoal */
.site-header {
  color: #f3f5f5;
  background: #24282a;
  border-bottom-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
}

.site-header .brand small {
  color: #b9c0c2;
}

.site-header nav a,
.site-header .mobile-quick-links a {
  color: #e6e9ea;
}

.site-header nav a:hover,
.site-header nav a.nav-current,
.site-header .mobile-quick-links a:hover,
.site-header .mobile-quick-links a.nav-current {
  color: #ffffff;
}

.site-header .header-contact {
  color: #f2f4f4;
  border-color: #858f92;
}

/* A slightly deeper ink charcoal closes each page without changing the navy contact area. */
footer {
  background: #1b1f21;
}
