:root {
  --ink: #0b3b78;
  --paper: #f3f5f7;
  --muted: #626873;
  --line: #d6dce4;
  --acid: #c99a3d;
  --blue: #e5eef8;
  --coral: #c99a3d;
  --brand-blue: #0b3b78;
  --brand-blue-deep: #062a58;
  --brand-gold: #c99a3d;
  --brand-gold-text: #79591f;
  --brand-charcoal: #30343b;
  --brand-white: #ffffff;
}

body {
  color: var(--brand-charcoal);
  font-family: "Noto Sans SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
}

h1,
h2,
h3,
.brand,
.button,
.main-nav {
  font-family: "Noto Sans SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
}

.eyebrow,
.core-label,
.signal-card,
.ticker-track,
.vertical-note,
.contact-button,
.footer-bottom {
  font-family: "Montserrat", Arial, sans-serif;
}

.site-header {
  background: rgba(243, 245, 247, 0.94);
  border-bottom-color: rgba(11, 59, 120, 0.16);
}

.brand {
  min-width: 188px;
}

.brand-logo {
  display: block;
  width: auto;
  object-fit: contain;
}

.brand-logo-header {
  height: 56px;
  max-width: 205px;
}

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

.main-nav a:hover,
.footer-links a:hover,
.header-cta span,
.text-link span,
.capability-card a span,
h1 em,
h2 em,
.contact-button:hover {
  color: var(--brand-gold-text);
}

.status-dot,
.signal-card-bottom b {
  background: var(--brand-gold);
  box-shadow: 0 0 0 4px rgba(201, 154, 61, 0.16);
}

.button-primary {
  background: var(--brand-blue);
  color: var(--brand-white);
}

.button-primary:hover {
  background: var(--brand-blue-deep);
}

.button-primary span {
  color: #f0ca78;
}

.hero-core {
  background: var(--blue);
  box-shadow: 22px 26px 0 rgba(201, 154, 61, 0.42);
}

.orbit-two {
  border-color: rgba(201, 154, 61, 0.42);
}

.core-line span,
.icon-nodes::before,
.icon-nodes::after,
.icon-frame::before,
.icon-frame::after {
  background: var(--brand-blue);
}

.core-line span:nth-child(2) {
  background: #6e86a6;
}

.core-line span:nth-child(3),
.icon-frame i {
  background: var(--brand-gold);
}

.ticker {
  background: var(--brand-blue);
  color: #f4d58f;
}

.ticker b {
  color: var(--brand-gold);
}

.featured-card {
  background: var(--brand-gold);
}

.featured-card p {
  color: #30343b;
}

.about {
  background: var(--brand-blue);
}

.about-mark {
  display: flex;
  align-items: center;
  padding-left: 0;
}

.about-logo-mark {
  display: block;
  width: min(240px, 82%);
  height: auto;
}

.about-copy h2 span,
.about-meta strong {
  color: #f0ca78;
}

.contact-button {
  border-bottom-color: var(--brand-blue);
}

@media (max-width: 800px) {
  .brand {
    min-width: 0;
  }

  .brand-logo-header {
    height: 45px;
    max-width: 165px;
  }

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

  .about-logo-mark {
    width: 132px;
  }
}
