:root {
  --ink: #101b32;
  --forest: #0d2f70;
  --forest-2: #081a3b;
  --brass: #367fd1;
  --paper: #f1f5fa;
  --line: #d7dde6;
  --muted: #667084;
}

.site-header {
  color: var(--ink);
  background: #fff;
}

.utility-bar {
  color: #fff;
  background: var(--forest-2);
  border-bottom-color: rgba(255, 255, 255, .16);
}

.brand {
  gap: 0;
}

.brand-logo {
  display: block;
  width: 300px;
  max-width: 30vw;
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

.nav-cta,
.icon-button {
  color: var(--forest);
  border-color: var(--brass);
}

.hero {
  min-height: 820px;
  height: 100vh;
  padding-top: 126px;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(5, 18, 48, .94) 0%, rgba(8, 39, 92, .72) 43%, rgba(7, 35, 78, .12) 76%), linear-gradient(0deg, rgba(5, 19, 46, .58), transparent 40%);
}

.eyebrow.light,
.hero h1 em,
.people span {
  color: #78cfe0;
}

.button-brass {
  color: #fff;
  background: var(--brass);
}

.button-brass:hover {
  background: #236bbd;
}

.hero-proof {
  background: rgba(5, 22, 55, .76);
}

.proof-grid strong {
  color: #83d2e0;
}

.leadership {
  background: linear-gradient(120deg, var(--forest-2), var(--forest));
}

.initials {
  color: #78cfe0;
  border-color: #4c98df;
}

.consultation {
  background: var(--forest-2);
}

.contact-section {
  background: var(--paper);
}

.contact-channels {
  flex-wrap: wrap;
}

.contact-channels a {
  min-width: 190px;
}

.contact-heading {
  margin-bottom: 46px;
}

.contact-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  min-height: 520px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(8, 26, 59, .09);
}

.address-panel {
  padding: 48px;
  border-top: 4px solid var(--brass);
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contact-detail svg {
  width: 20px;
  color: var(--brass);
  flex: 0 0 auto;
}

.contact-detail span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.contact-detail strong {
  font: 500 20px/1.6 var(--serif);
}

.contact-detail a {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
}

.directions-button {
  margin: 28px 0 42px 35px;
}

.contact-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.map-frame {
  min-height: 520px;
  background: #dce5ef;
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
}

footer {
  background: #06142f;
}

.footer-brand {
  width: fit-content;
  padding: 8px 12px;
  background: #fff;
}

.footer-brand .brand-logo {
  width: 250px;
  height: 52px;
}

@media (max-width: 900px) {
  .brand-logo {
    width: 235px;
    max-width: 62vw;
    height: 54px;
  }

  .hero {
    min-height: 820px;
    padding-top: 110px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 420px;
  }
}

@media (max-width: 600px) {
  .brand-logo {
    width: 210px;
    max-width: 65vw;
    height: 48px;
  }

  .hero {
    min-height: 790px;
  }

  .footer-brand .brand-logo {
    width: 220px;
  }

  .address-panel {
    padding: 30px 24px;
  }

  .contact-detail-grid {
    grid-template-columns: 1fr;
  }

  .directions-button {
    margin-left: 35px;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 350px;
  }
}
