/* Lanes — orientation without hierarchy */

.ssp-lanes {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ssp-lanes ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 3rem;
}

.ssp-lanes li {
  font-size: 1.25rem;
  opacity: 0.8;
}

.ssp-lanes li:hover {
  opacity: 1;
}
