/* No fixed heights: the untouched text reserves its natural, responsive space. */
[data-product-typewriter] .is-typing { position: relative; color: transparent !important; }
[data-product-typewriter] .typewriter-visual {
 position: absolute;
 inset: 0;
 color: var(--typewriter-color);
}
[data-product-typewriter] .typewriter-visual,
[data-product-typewriter] .typewriter-pending {
 font: inherit !important;
 letter-spacing: inherit !important;
}
[data-product-typewriter] .typewriter-pending { visibility: hidden; }
@media (prefers-reduced-motion: reduce) {
 [data-product-typewriter] .is-typing { color: var(--typewriter-color) !important; }
 [data-product-typewriter] .typewriter-visual { display: none; }
}
