: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);
}
.product-navigation {
  --nav-ink: #f3eff8;
  --nav-muted: #bdb5c9;
  --nav-accent: #cbbbf4;
  --nav-background: #181622f5;
  --nav-line: #bdb5c930;
  display: block;
  position: sticky;
  top: 0;
  z-index: 50;
  max-width: none;
  margin: 0;
  padding: 0;
  color: var(--nav-ink);
  background: var(--nav-background);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--nav-line);
  font: 16px/1.6 var(--nrd-font);
}
.relay-marketing .product-navigation {
  --nav-ink: #17362a;
  --nav-muted: #52675d;
  --nav-accent: #476c3b;
  --nav-background: #f5f7f1f5;
  --nav-line: #52675d30;
}
.product-navigation .wrap {
  display: flex;
  align-items: center;
  gap: 28px;
  max-width: 1120px;
  height: 64px;
  padding: 0 24px;
  margin: 0 auto;
}
.product-navigation ~ main section[id] {
  scroll-margin-top: var(--product-anchor-offset, 80px);
}
.product-navigation .logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 9px;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
  text-decoration: none;
}
.product-navigation .logo b {
  color: var(--nav-accent);
}
.product-navigation .logo-mark {
  display: block;
  width: 24px;
  height: 24px;
}
.product-navigation .links {
  display: flex;
  flex: 1;
  gap: 20px;
  color: var(--nav-muted);
  font-size: 0.9rem;
}
.product-navigation .cta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.product-navigation .btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}
.product-navigation .btn-g {
  border: 1px solid var(--nav-line);
  color: var(--nav-muted);
}
.product-navigation .btn-g:hover {
  color: var(--nav-ink);
  border-color: var(--nav-accent);
}
.product-navigation .btn-p {
  color: #17362a;
  background: #c1e7a5;
}
.product-navigation .btn-p:hover {
  background: #d5f4bd;
}
.product-navigation .nav-toggle-box,
.product-navigation .nav-toggle {
  display: none;
}
.product-navigation a:focus-visible,
.product-navigation .nav-toggle-box:focus-visible ~ .cta .nav-toggle {
  outline: 3px solid var(--nav-accent);
  outline-offset: 3px;
}
.compass-marketing .hero h1,
.relay-marketing .hero h1 {
  font-weight: 550;
  letter-spacing: -0.045em;
}
.compass-marketing .hero h1 em,
.relay-marketing .hero h1 em {
  font-weight: inherit;
}
.constellation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 92px 152px 112px auto;
  align-items: center;
  justify-items: center;
  gap: 24px 20px;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  position: relative;
  isolation: isolate;
}
.orbit {
  position: absolute;
  z-index: -1;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  border: 1px solid #b5d2b326;
  border-radius: 50%;
  pointer-events: none;
}
.orbit-one {
  width: 92%;
}
.orbit-two {
  width: 70%;
  border-style: dashed;
  background: radial-gradient(circle, #a2cd8818, transparent 70%);
}
.orbit-center {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 152px;
  border: 1px solid #bddcac45;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, #2d402c, #15221a 75%);
  box-shadow: 0 0 50px #a2cd8810;
}
.orbit-center b {
  font-size: 43px;
  font-weight: 850;
  letter-spacing: -0.07em;
  line-height: 1.1;
}
.orbit-center > span {
  color: #c1e7a5;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.2em;
  margin-top: 7px;
}
.orbit-center small {
  color: #b6c5b9;
  font-size: 10px;
  margin-top: 13px;
}
.orbit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  max-width: 180px;
  height: 112px;
  border: 1px solid #ffffff26;
  border-radius: 14px;
  background: #1e2923;
  box-shadow: 0 12px 32px #0003;
  text-align: center;
  text-decoration: none;
}
.orbit-card.compass {
  grid-column: 1 / -1;
  grid-row: 1;
  flex-direction: row;
  gap: 13px;
  height: 80px;
  max-width: 210px;
  text-align: left;
}
.orbit-card.sight {
  grid-column: 1;
  grid-row: 3;
}
.orbit-card.relay {
  grid-column: 2;
  grid-row: 3;
}
.orbit-card strong {
  color: var(--color);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.orbit-card small {
  display: block;
  color: #b6c5b9;
  font-size: 11px;
  margin-top: 5px;
}
.orbit-card:hover,
.orbit-card:focus-visible {
  border-color: var(--color);
  background: #28372d;
}
.orbit-caption {
  grid-column: 1 / -1;
  grid-row: 4;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-align: center;
}
@media (max-width: 980px) {
  body:has(.product-navigation .nav-toggle-box:checked) {
    --product-anchor-offset: 200px;
  }
  .product-navigation .links {
    display: none;
  }
  .product-navigation .nav-toggle-box {
    display: block;
  }
  .product-navigation .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-left: 2px;
    border: 1px solid var(--nav-line);
    border-radius: 10px;
    color: var(--nav-muted);
    cursor: pointer;
  }
  .product-navigation .nav-toggle-box:checked ~ .links {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    padding: 6px 24px 14px;
    background: var(--nav-background);
    border-bottom: 1px solid var(--nav-line);
  }
  .product-navigation .links a {
    padding: 13px 2px;
    font-size: 1rem;
  }
}
@media (max-width: 760px) {
  .constellation {
    margin-top: 40px;
    max-width: 380px;
    gap: 20px 16px;
  }
}
@media (max-width: 520px) {
  .product-navigation .wrap {
    gap: 8px;
    padding: 0 14px;
  }
  .product-navigation .logo {
    font-size: 1rem;
    gap: 7px;
  }
  .product-navigation .cta {
    gap: 6px;
  }
  .product-navigation .cta .btn {
    padding: 0.48rem 0.65rem;
    font-size: 0.82rem;
  }
  .product-navigation .nav-toggle {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 360px) {
  .product-navigation .compact-hide {
    display: none;
  }
  nav .cta .btn-p {
    display: none;
  }
}
.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;
  }
}
