:root {
  --nrd-font:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --nrd-sight: #a9ccec;
  --nrd-compass: #cbbbf4;
  --nrd-relay: #c1e7a5;
}
body {
  font-family: var(--nrd-font);
}
.nrd-family {
  color: #e9eee8;
  background: #111b17;
  border-bottom: 1px solid #344339;
  font: 500 13px/1.4 var(--nrd-font);
}
.nrd-family-inner {
  max-width: 1420px;
  padding: 12px 32px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.nrd-family a {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}
.nrd-family-home {
  display: flex;
  align-items: center;
  gap: 7px;
}
.nrd-family-home b {
  font-weight: 850;
  letter-spacing: -0.04em;
}
.nrd-family-products {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.nrd-family-products a {
  padding: 6px 11px;
  border-radius: 6px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.nrd-family-products a > span {
  width: 5px;
  height: 5px;
  background: var(--family-accent);
  border-radius: 50%;
}
.nrd-family-products a[aria-current] {
  color: var(--family-accent);
  background: #ffffff0f;
}
.nrd-family a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.nrd-family a:focus-visible,
.nrd-family-connections a:focus-visible {
  outline: 3px solid #c1e7a5;
  outline-offset: 3px;
}
.nrd-family-connections {
  color: #e9eee8;
  background: #111b17;
  padding: 64px max(24px, calc((100% - 1240px) / 2));
  border-top: 1px solid #344339;
  font: 400 15px/1.65 var(--nrd-font);
}
.nrd-connections-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
}
.nrd-family-eyebrow {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #b4c5b7;
  margin: 0 0 14px;
}
.nrd-family-connections h2 {
  font-size: clamp(26px, 3vw, 37px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.035em;
  max-width: 660px;
  margin: 0;
}
.nrd-connections-heading > a {
  white-space: nowrap;
  color: #c1e7a5;
  text-decoration: none;
}
.nrd-connections-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-top: 30px;
}
.nrd-connections-grid > a {
  padding: 24px;
  border: 1px solid #405046;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: #bdc9c0;
}
.nrd-connections-grid > a:hover {
  background: #1c2921;
}
.nrd-connections-grid strong {
  color: var(--family-accent);
  font-size: 18px;
}
.nrd-connections-grid small {
  color: #e9eee8;
  font-size: 13px;
  margin-top: 10px;
}
.compass-marketing {
  background: #181622;
  color: #f3eff8;
}
.compass-marketing em {
  color: var(--nrd-compass);
}
.compass-marketing .primary {
  background: var(--nrd-compass);
  color: #251b36;
}
.compass-marketing .primary:hover {
  background: #ddd2fb;
}
.compass-marketing .eyebrow {
  color: #c2b9d2;
}
.compass-marketing .principles p,
.compass-marketing .hero-description {
  color: #bdb5c9;
}
.compass-marketing .hero-note,
.compass-marketing .start small {
  color: #b2a9c0;
}
.compass-marketing .principles article > span {
  color: #b2a9c0;
}
.compass-marketing .start {
  background: radial-gradient(ellipse at top, #b39adb18, transparent 70%);
}
.compass-marketing .wordmark span {
  color: var(--nrd-compass);
}
:is([data-nrd-product="platform"], [data-nrd-product="compass"])
  .section-heading
  > .eyebrow,
:is([data-nrd-product="platform"], [data-nrd-product="compass"])
  .card-top
  > span:last-child,
:is([data-nrd-product="platform"], [data-nrd-product="compass"]) .card-for,
:is([data-nrd-product="platform"], [data-nrd-product="compass"])
  .illustration-note {
  color: #4d6152;
}
:is([data-nrd-product="platform"], [data-nrd-product="compass"]) .mini-bottom,
:is([data-nrd-product="platform"], [data-nrd-product="compass"])
  .checkin-line
  small {
  color: #455948;
  font-size: 11px;
}
:is([data-nrd-product="platform"], [data-nrd-product="compass"])
  .card-top
  > span:last-child,
:is([data-nrd-product="platform"], [data-nrd-product="compass"]) .mini-label,
:is([data-nrd-product="platform"], [data-nrd-product="compass"]) .mini-row,
:is([data-nrd-product="platform"], [data-nrd-product="compass"])
  .illustration-note {
  font-size: 10px;
}
:is([data-nrd-product="platform"], [data-nrd-product="compass"]) .card-for {
  font-size: 12px;
}
[data-nrd-product="platform"] .orbit-caption,
:is([data-nrd-product="platform"], [data-nrd-product="compass"])
  footer
  > small {
  color: #96aa9c;
}
.relay-marketing .brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.relay-marketing .brand b {
  letter-spacing: -0.04em;
}
.relay-marketing .brand span {
  color: #476c3b;
}
.relay-marketing .product-endorsement {
  display: block;
  color: #52675d;
  font-size: 12px;
  letter-spacing: 0.01em;
}
[data-nrd-product="sight"] {
  --dimmer: #96a5ba;
}
[data-nrd-product="sight"] .hero h1,
[data-nrd-product="sight"] .page-hero h1 {
  font-weight: 550;
  letter-spacing: -0.045em;
}
[data-nrd-product="sight"] .btn {
  border-radius: 8px;
}
[data-nrd-product="sight"] .btn-p {
  background: #a9ccec;
  color: #152536;
  box-shadow: none;
}
[data-nrd-product="sight"] .btn-p:hover {
  background: #c3ddf4;
}
[data-nrd-product="sight"] .pop {
  background: #a9ccec;
  color: #152536;
}
@media (max-width: 760px) {
  .nrd-family-inner {
    padding: 10px 16px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .nrd-family-products {
    gap: 0;
  }
  .nrd-family-products a {
    padding: 6px 7px;
    font-size: 12px;
    gap: 5px;
  }
  .nrd-family-home {
    font-size: 12px;
  }
  .nrd-connections-heading {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .nrd-family-connections {
    padding: 44px 24px;
  }
}
@media (max-width: 980px) {
  .nav-toggle-box {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
  }
  .nav-toggle-box:focus-visible ~ .cta .nav-toggle {
    outline: 3px solid #a9ccec;
    outline-offset: 3px;
  }
  .nav-toggle::before,
  .nav-toggle-box:checked ~ .cta .nav-toggle::before {
    content: none;
  }
  .nav-menu-label {
    font-size: 11px;
    font-weight: 600;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
