.siteHeader[data-astro-cid-oql37eb5] {
  position: sticky;
  top: calc(var(--siteHeader-logo-height) * -1);
  bottom: 0;
  height: calc(100vh + var(--siteHeader-logo-height) + var(--siteHeader-logo-height) * .75);
  pointer-events: none;
}

.siteHeader-logo[data-astro-cid-oql37eb5] {
  position: absolute;
  width: 100%;
  padding: var(--site-paddingBlock) var(--site-paddingInline);

  &.-bottom {
    bottom: 0;
  }
}
