
/* ════════════════════════════════════════════
    ALDAYEL WEB DESIGN - STYLESHEET
    ════════════════════════════════════════════ */


/* ── Particles ── */
#particles-js {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 3;
  pointer-events: none;
}

main { position: relative; z-index: 4; }


/* ── Reduced Motion ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  #particles-js { display: none; }
}

/* ── Print ── */
@media print {
  #particles-js, .custom-navbar, .scroll-hint, .hero-cta { display: none; }
  .header { min-height: auto; padding: 60px 0; }
}
