/* ===== Landing hero (docs/index.md via overrides/home.html) ===== */
/* Just the GIF, sized to fit within one screen (no scroll); height-bound also keeps
   it near its native resolution rather than upscaling it. */
.mdx-hero {
  width: 100%;
  padding: 1.5rem 1rem;
  text-align: center;
}

.mdx-hero__inner {
  margin: 0 auto;
}

.mdx-hero__title {
  margin: 0 0 1.1rem;
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 1.15;
}

.mdx-hero__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 13rem);
  height: auto;
  margin: 0 auto;
}
