/*
Theme Name: Memphis
Theme URI: https://newurbanmedia.io
Template: hello-elementor
Author: New Urban Media
Author URI: https://newurbanmedia.io
Description: NUM Blueprint child theme. Includes the NU Options admin suite (login branding, analytics, accessibility, form routing) and Apple-style design defaults. Designed as the master template for cloning to NUM client sites.
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1
Updated: 2026-05-11
*/

/* =============================================================
   ANCHOR LINK SCROLLING
   Native smooth scrolling with sticky-header offset.
   Override --site-header-height per site if needed.
   ============================================================= */

html {
  scroll-behavior: smooth;
}

:target,
[id] {
  scroll-margin-top: var(--site-header-height, 100px);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
