.hub-hero {
  min-height: auto;
}

.hub-title {
  margin: 0.4rem 0 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.5rem, 9vw, 4.2rem);
  line-height: 1.05;
  max-width: 12ch;
  animation: rise 1s ease 0.12s both;
}

.hub-visual {
  background:
    linear-gradient(180deg, rgba(20, 32, 27, 0.2), rgba(20, 32, 27, 0.75)),
    url("https://images.unsplash.com/photo-1464366400600-7168b8af9bc3?auto=format&fit=crop&w=1400&q=80")
      center / cover;
}

.hub-links {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
  text-align: left;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

.hub-links a {
  display: block;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  color: var(--ink);
  text-decoration: none;
  background: rgba(0, 0, 0, 0.15);
}

.hub-links a:hover {
  border-color: var(--gold);
}
