/* Hangul backdrop — large translucent character behind hero areas */
.hangul-backdrop {
  position: absolute;
  font-family: var(--font-kr-display);
  font-weight: 700;
  line-height: 0.8;
  color: var(--ink);
  pointer-events: none;
  user-select: none;
}
