/* Homepage hero logo replaces the H1 title */
.agentbi-hero {
  margin: 0 0 1.25rem;
}

.agentbi-hero-logo {
  max-width: min(280px, 90%);
  height: auto;
}

/* White logo is default (dark theme). Invert for light theme. */
[data-md-color-scheme="default"] .agentbi-hero-logo {
  filter: invert(1);
}

/* Home only: hide Material page title when hero logo is present */
.md-typeset:has(.agentbi-hero) > h1:first-of-type {
  display: none;
}
