/* Native scrolling keeps wheel, touch, keyboard and browser history in control */
html.dorm-scroll-flow{scroll-behavior:smooth}
.dorm-reveal-line.is-revealing{will-change:clip-path;opacity:1}
.dorm-title-native>.sr-only{position:static!important;display:block!important;width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important;clip-path:none!important;white-space:normal!important}
.dorm-title-native>img,.dorm-title-native>.big-wrap{display:none!important}
@media(prefers-reduced-motion:reduce){
  html.dorm-scroll-flow{scroll-behavior:auto!important}
  .dorm-reveal-line{transform:none!important;opacity:1!important;clip-path:none!important;will-change:auto!important}
}
@media(forced-colors:active){
  .dorm-reveal-line{transform:none!important;opacity:1!important;clip-path:none!important;will-change:auto!important}
}
