/* =====================================================
   CMS.CSS — Spaces & Beyond Real Estate

   Previously this file hid #cms-hero-title (and eyebrow,
   subtitle, stats) with opacity:0 until cms.js's async
   Supabase fetch completed, with a 3-second fallback timer
   before forcing it visible. Since the HTML already has real
   fallback text baked in, that hiding step was unnecessary —
   it was the actual cause of the hero title appearing several
   seconds late. cms.js's setText() still works exactly as
   before; it just updates text content directly with no
   visual hide/reveal step, so any real CMS update happens as
   an instant swap instead of a delayed fade-in.
   ===================================================== */