Home Global page

This folder contains the Home (Global) admin/options page and front-end assets.

- `acf.php` — registers ACF options fields for the Home Global builder (hero fields).
- `shortcodes.php` — provides the `[remark_home_global_hero]` shortcode which renders the hero section (mirrors Home BD hero structure).
- `page.css` — styles for the Home Global page (hero section).
- `page.js` — page-specific JS (placeholder).
- `page.anim.js` — GSAP scroll/entry animations for the hero and sections.

Notes:
- The new page is registered via `remark_get_page_registry()` in `functions.php` as `home-global`. An ACF options page will be created with slug `remark-home-global` when ACF is initialized.
- Use the `[remark_home_global_hero]` shortcode in a page to render the hero.
