.hero {
  margin-bottom: 3rem;
}

.title {
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
  margin: 0 0 0.25rem;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

.wordmark {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.logo {
  width: 1.05em;
  height: 1.05em;
}

@supports not (text-box-trim: trim-both) {
  .logo {
    margin-bottom: 0.08em;
  }
}

@media (max-width: 500px) {
  .title {
    font-size: 2rem;
  }
}

.tagline {
  margin: 0 0 2rem;
  font-size: 1.2rem;
  color: var(--muted-color);
}

.screenshot {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--border-color);
  border-radius: 12px;
}

.install {
  font-family: var(--font-family-mono);
  font-size: 0.95rem;
  background-color: var(--background-2-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 0.9em 1em;
  overflow-x: auto;
}
