.hero {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.hero-text h1 {
  margin: 0 0 0.25rem;
  font-size: 2rem;
}

.hero-text p.title {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.hero-text p.details {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.hamster {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--border);
  flex-shrink: 0;
}

.bio {
  margin-top: 2rem;
}

.hint {
  margin-top: 2.5rem;
  color: var(--muted);
  font-size: 0.85rem;
}
