
/* ============================================================
   PERFORMANCE (Blueprint Fase 6)
   ============================================================ */

/* Skip off-screen rendering for below-the-fold sections */
.about,
.opensource,
#stack,
.contact,
.footer {
  content-visibility: auto;
  contain-intrinsic-size: 0 600px;
}

/* Reduce repaints on animated/interactive elements */
.hero__orb--1,
.hero__orb--2 {
  will-change: transform;
}

/* Tap highlight color fix on mobile */
a, button {
  -webkit-tap-highlight-color: rgba(139, 92, 246, 0.15);
}

/* Prevent FOUT on font load */
@font-face {
  font-display: swap;
}
