.harkness-home-loading {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f0e8;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.harkness-home-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body.harkness-home-loading-active { overflow: hidden; }
.harkness-home-loading__label { margin: 1rem 0 0; font-family: inherit; }
