/* ============================================================
   RV PAGES — BASE / RESET
   Sets the dark cinematic page surface and core typography.
   ============================================================ */
*,*::before,*::after{ box-sizing:border-box; }
html{ -webkit-text-size-adjust:100%; }
body{
  margin:0;
  font-family:var(--font-sans);
  font-size:var(--text-base);
  line-height:var(--leading-normal);
  color:var(--text);
  background:
    radial-gradient(120% 80% at 50% -10%, rgba(255,255,255,.05), transparent 60%),
    radial-gradient(90% 60% at 100% 0%, rgba(255,255,255,.03), transparent 55%),
    var(--bg);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
::selection{ background:rgba(255,255,255,.22); color:#fff; }
a{ color:inherit; }
h1,h2,h3,h4,p{ margin:0; }
button{ font-family:inherit; }

/* Motion is core to the RV Pages brand — fluid, cinematic, always on.
   We intentionally do NOT globally kill animation under prefers-reduced-motion
   (that froze the shimmer/glow/tilt). Individual continuous loops still ease
   gently; nothing flashes or strobes. */
