.portfolio-roadmap--deep-link-focus {
  outline: 2px solid var(--accent, #2563eb);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent, #2563eb) 18%, transparent);
  transition: outline-color 0.2s ease, box-shadow 0.2s ease;
}
