.cursor-grid-aura {
  position: absolute;
  inset: -1px -1px auto;
  height: calc(100svh + 2px);
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(to right, #ff1fa9 1px, transparent 1px),
    linear-gradient(to bottom, #ff1fa9 1px, transparent 1px);
  -webkit-mask-image: radial-gradient(circle 190px at var(--cursor-x, -400px) var(--cursor-y, -400px), #000 0%, rgba(0,0,0,.8) 24%, rgba(0,0,0,.38) 52%, rgba(0,0,0,.12) 72%, transparent 100%);
  mask-image: radial-gradient(circle 190px at var(--cursor-x, -400px) var(--cursor-y, -400px), #000 0%, rgba(0,0,0,.8) 24%, rgba(0,0,0,.38) 52%, rgba(0,0,0,.12) 72%, transparent 100%);
  transition: opacity 160ms ease;
}
.legacy-square-hover { display: none !important; }
.tienvoud-impact-copy {
  display: inline-block;
  font-size: clamp(32px, 3.45vw, 52px);
  line-height: 1.15;
}
.tienvoud-school-slogan {
  display: inline-block;
  font-size: clamp(32px, 3.45vw, 52px);
  line-height: 1.15;
}
.tienvoud-impact-copy .tienvoud-impact-accent { color: #ff1fa9; }
.tienvoud-slogan {
  isolation: isolate;
  z-index: 2;
}
.tienvoud-slogan::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -38px -54px;
  pointer-events: none;
  background: radial-gradient(ellipse at center, #ffffff 0%, rgba(255,255,255,.98) 48%, rgba(255,255,255,.76) 67%, rgba(255,255,255,0) 100%);
}
.tienvoud-graph-top-explosion > span { animation-delay: 1.4s !important; }
