/* Only editorial titles and descriptions can be selected; controls stay simple. */
body{-webkit-user-select:none;user-select:none}
[data-selectable],[data-selectable] *{-webkit-user-select:text;user-select:text}
.scene-copy [data-selectable]{pointer-events:auto}
.scene-copy h2{width:fit-content;max-width:100%}
.scene-copy h2>.scene-title-line+.scene-title-line{margin-top:20px}
a[data-selectable],.contact-headline{-webkit-user-drag:none}

/* Layer line travel with word or letter ripples; native text remains selectable. */
[data-text-parallax]{translate:var(--text-x,0px) var(--text-y,0px)}
.title-unit{display:inline-block;translate:0 calc(var(--type-wave,0px) * var(--unit-depth,0));rotate:calc(var(--type-turn,0deg) * var(--unit-depth,0));transform-origin:50% 80%}
.window-caption h1>span{display:inline-block}
.window-caption h1>.hero-firstline{color:inherit}
.motion-paused [data-text-parallax],.motion-paused .title-unit{translate:none!important;rotate:none!important}
@media(max-width:760px){.index-heading h2>span{display:block;margin-left:0}}
@media print{[data-text-parallax],.title-unit{translate:none!important;rotate:none!important}}
