.branding {
  transition: color .25s;
}

.branding:hover {
  color: var(--lk);
}