/* QAC – GSAP Auto Heading Highlight [Opt‑in, No Hyphenation] */
.qac-ah-ready {
  color: var(--qac-ah-base, #b3b3b3);
  will-change: color;
  /* prevent mid-word splits */
  -webkit-hyphens: none;
  hyphens: none;
  word-break: keep-all;
  overflow-wrap: normal;
}
/* Make each word act as an atomic unit for wrapping */
.qac-ah-ready .word {
  display: inline-block;
  white-space: nowrap;
}
