.home-bio .home-tour-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 44px;
  margin-top: 12px;
  color: #a6eeee;
  line-height: 1.5;
  text-underline-offset: 4px;
}
.home-tour-dot {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #55ffff;
  box-shadow: 0 0 0 4px rgb(85 255 255 / 10%), 0 0 10px rgb(85 255 255 / 25%);
}
.home-bio .home-tour-link:hover { color: #fff; }
