/* ==========================================================================
   UTILITIES
   ========================================================================== */

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.text-center { text-align: center; }
.mx-auto { margin-inline: auto; }

.divider {
  width: 64px;
  height: 3px;
  border-radius: var(--radius-full);
  background: var(--gradient-brand);
}

.center-kicker { align-items: center; text-align: center; }
.center-kicker .lede { max-width: 52ch; margin-inline: auto; }

@media print {
  #bg-mesh, #hero-canvas, .grain, #preloader, #section-dots,
  #back-to-top, #contact-fab, #contact-fab-items, .cursor-dot, .cursor-ring {
    display: none !important;
  }
  body { background: #fff; color: #000; }
}
