#poemImage {
  max-width: 70vw;
  max-height: 75vh;
  filter: grayscale(1) contrast(1.1) brightness(0.85);
  box-shadow: 0 0 120px 40px rgba(0, 0, 0, 0.9);
  mix-blend-mode: screen;
}

#stage1Image { max-width: 60vw; max-height: 55vh; }
#stage4Image { max-width: 60vw; max-height: 60vh; }
#alphabetImage { max-width: 70vw; max-height: 60vh; }

#stage3Audio { filter: grayscale(1) invert(0.85); }
#playerBox { display: flex; flex-direction: column; align-items: center; gap: 12px; }
#visualizer { background: #111; border: 1px solid #333; }

#contactLink {
  color: #777;
  display: inline-flex;
  transition: color 0.5s ease, transform 0.3s ease;
}
#contactLink:hover {
  color: #ccc;
  transform: scale(1.1);
}