:root {
  --focus: #e8a020;
  --nav-ink: #1b2d4f;
  --nav-paper: #f8f6f1;
  --slate: #5b6978;
}

html { scroll-behavior: smooth; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 12px 16px;
  min-height: 44px;
  box-sizing: border-box;
  color: #fff;
  background: #12203a;
  font: 700 14px/1 Arial, Helvetica, sans-serif;
  transform: translateY(-180%);
}

.skip-link:focus { transform: translateY(0); }

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.nav .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 2vw, 26px);
}

.nav .nav-links > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--nav-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.nav .nav-links > a:not(.nav-cta):hover,
.nav .nav-links > a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-color: var(--focus);
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

.nav .nav-links > .nav-cta {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #0d9488;
  color: #0f766e;
}

.nav .brand,
.button,
.resume-choice a,
.tool-action a,
.roadmap-item > a,
.one-pager a:not(.button),
.door-aside a,
.text-link,
.ip-callout > a,
.contact a,
.contact-panel a,
.site-footer a,
.footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.site-footer a,
.footer a { min-width: 44px; }

.button-primary { background: #0f766e; }
.button-primary:hover { background: #0a5f58; }

.problem-number,
.situation-number,
.tool-index { color: #8a5a00; }

.role-contact .section-label,
.consulting-door .eyebrow { color: #8fe4d7; }

.fit-column:nth-child(2) li { color: #536271; }

.side a {
  min-height: 44px;
  box-sizing: border-box;
}

@media (max-width: 820px) {
  .nav .nav-inner {
    position: relative;
    flex-wrap: wrap;
    gap: 0;
    padding-top: 12px;
  }

  .nav .nav-links {
    order: 2;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2px 14px;
    overflow: visible;
    padding: 2px 0 10px;
  }

  .nav .nav-links > a {
    display: inline-flex !important;
    min-height: 44px;
    font-size: 12px;
  }
  .nav .nav-links > .nav-cta {
    position: absolute;
    top: 12px;
    right: 0;
    min-height: 44px;
    padding: 0;
    border: 0;
  }
}

@media print {
  .contact a,
  .ip-callout > a { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
