/* Keep the blueprint construction unobstructed; reveal explanations at completion. */
.canopy-experience .canopy-note {
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .55s ease, visibility 0s linear .55s, transform .55s ease;
}

.canopy-experience .canopy-progress {
  display: none;
}

.canopy-experience.is-built .canopy-note.is-active {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

@media (max-width: 800px) {
  .canopy-experience .canopy-note {
    display: none;
  }
}
