/* Direction B — Caribbean Modern (default)
   tokens.css already matches this direction. This file adds
   only the nav-specific overrides that differ from the base.
*/

/* Direction B nav — cream/paper sticky bar (matches prototype) */
.jsh-topbar {
  background: rgba(245,241,230,0.92);
  color: var(--jsh-ink);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
}
body.jsh-dark .jsh-topbar {
  background: rgba(6,22,15,0.92);
  color: var(--jsh-cream);
}
.jsh-nav-link { color: var(--jsh-text); opacity: 1; }
.jsh-nav-cta {
  background: var(--jsh-accent) !important;
  color: var(--jsh-accent-fg) !important;
  border-radius: var(--jsh-radius-pill) !important;
  font-weight: 700 !important;
}
