.direction-bar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  padding: 0.7rem 1.25rem;
  background: #111;
  color: #f4f1ea;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.direction-bar a {
  color: inherit;
  text-decoration: none;
}

.direction-bar a:hover {
  text-decoration: underline;
}

.direction-bar nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.direction-bar a[aria-current="page"] {
  color: #ffb070;
  text-decoration: underline;
}
