/* ─── RM Sanierung · global.css ─────────────────────────────────
   Each section widget under /sections is self-contained with its own
   scoped namespace (.rmh3, .rml, .rmu, .rmw, .rms, .rmg, .rmd, .rmb,
   .rmk, .rmf) and handles its own typography + reset. This file only
   provides the page-level baseline so nothing bleeds in from WP/Elementor
   defaults that were present on the source site.
   ───────────────────────────────────────────────────────────── */

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, video, svg { max-width: 100%; display: block; }

/* Honour system-level reduced-motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
