/* Owner-directed parity polish. This intentionally sits after the governed
   WordPress styles and remains local/noindex until accepted upstream. */
:root {
  --sct-parity-ink: #173c3a;
  --sct-parity-teal: #2f6260;
  --sct-parity-paper: #fffdf8;
  --sct-parity-cream: #fbf7ee;
}

.sct-parity-template {
  font-optical-sizing: auto;
  font-synthesis: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sct-site-header :where(.sct-nav-link, .sct-nav-trigger) {
  font-variation-settings: "wght" 665;
  font-weight: 665;
  letter-spacing: .008em;
  text-rendering: geometricPrecision;
}

/* The gold hover rule was visually reading as a stray yellow divider. */
.sct-site-header :where(.sct-nav-link, .sct-nav-trigger)::after {
  display: none !important;
}

.sct-site-header :where(.sct-nav-link, .sct-nav-trigger):hover,
.sct-site-header :where(.sct-nav-link, .sct-nav-trigger):focus-visible,
.sct-site-header .sct-nav-trigger[aria-expanded="true"] {
  color: #0b706d;
  background: rgba(225, 244, 242, .72);
}

.sct-header-shell {
  border-color: rgba(21, 59, 57, .105);
  box-shadow: 0 18px 48px -31px rgba(21, 59, 57, .5), 0 2px 8px rgba(21, 59, 57, .045);
}

.sct-header-phone,
.sct-header-cta {
  font-variation-settings: "wght" 650;
}

@media (prefers-contrast: more) {
  .sct-site-header :where(.sct-nav-link, .sct-nav-trigger) { font-weight: 700; }
}
