/* ── Header logo ─────────────────────────────────────────────────────────── */

/* Scale the logo up slightly from Material's 24 px default */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 2rem;
  width: auto;
}

/* Hide the site-name text — the SVG already contains "Trellis" */
.md-header__topic:first-child {
  display: none;
}

/* ── Home page hero ──────────────────────────────────────────────────────── */

.trellis-hero {
  background: #111827;
  border-radius: 10px;
  padding: 3rem 2rem;
  text-align: center;
  margin-bottom: 2.5rem;
}

.trellis-hero img {
  max-width: 420px;
  width: 70%;
  display: block;
  margin: 0 auto;
}

.trellis-hero-tagline {
  color: #9ca3af;
  font-size: 1.05rem;
  margin-top: 1.25rem;
  margin-bottom: 0;
}
