/**
 * BCF-WEB-006B-R1.2 final header/footer staging polish.
 * Scope: sticky header, admin-toolbar offset, claim anchor, footer logo.
 */

.bcf-web006b-active {
  height: auto;
  min-height: 100%;
}

.bcf-web006b-active > .wp-site-blocks {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.bcf-web006b-active .bcf-site-header {
  position: static;
}

.bcf-web006b-active.admin-bar > .wp-site-blocks {
  top: 32px;
}

.bcf-web006b-active #claim {
  scroll-margin-top: 95px;
}

.bcf-web006b-active.admin-bar #claim {
  scroll-margin-top: 127px;
}

.bcf-web006b-active .bcf-footer__brand-home {
  display: inline-flex;
  max-width: 100%;
  border-radius: var(--bcf-radius-md, 8px);
}

.bcf-web006b-active .bcf-footer__brand-logo {
  display: block;
  width: min(190px, 100%);
  height: auto;
}

.bcf-web006b-active .bcf-footer__brand-home + p {
  margin-top: 12px;
}

@media (max-width: 991.98px) {
  .bcf-web006b-active #claim {
    scroll-margin-top: 81px;
  }

  .bcf-web006b-active.admin-bar #claim {
    scroll-margin-top: 113px;
  }
}

@media screen and (max-width: 782px) {
  .bcf-web006b-active.admin-bar > .wp-site-blocks {
    top: 46px;
  }

  .bcf-web006b-active.admin-bar #claim {
    scroll-margin-top: 127px;
  }
}

@media (max-width: 389.98px) {
  .bcf-web006b-active .bcf-footer__brand-logo {
    width: min(180px, 100%);
  }
}
