:root {
  color-scheme: light;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #f9f9fb;
  color: #1a1c1d;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.dither-overlay {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.05;
  pointer-events: none;
}

.perspective-brain {
  transform: perspective(1000px) rotateY(-25deg) rotateX(5deg);
}

.nav-link {
  border-bottom: 1px solid transparent;
  padding-bottom: 0.25rem;
}

.nav-link.is-active {
  color: rgb(24 24 27);
  border-bottom-color: rgb(24 24 27);
  font-weight: 600;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


.hero-accent {
  background:
    radial-gradient(circle at 20% 20%, rgba(182, 156, 248, 0.28), transparent 35%),
    radial-gradient(circle at 80% 30%, rgba(126, 87, 194, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(243, 244, 246, 0.55));
  border: 1px solid rgba(161, 161, 170, 0.12);
  box-shadow: 0 20px 60px rgba(24, 24, 27, 0.08);
}

.project-card:hover h4 {
  color: #00397e;
}

.project-overlay {
  min-height: 45%;
}


.hero-section {
  isolation: isolate;
}

.wave-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
}

.hero-section > .mx-auto {
  position: relative;
  z-index: 1;
}
