# Brand Page

This folder contains the assets and configuration for the individual brand pages.

## Files

*   `acf.php`: Defines the Advanced Custom Fields (ACF) for the brand pages.
*   `page.css`: Contains the styles for the brand pages.
*   `page.js`: Contains JavaScript for the brand pages.
*   `page.anim.js`: Contains animations for the brand pages.
*   `shortcodes.php`: Defines the `[remark_brand_meta]` shortcode, which is used to display the brand's logo, website, and call-to-action button.

## Layout

The layout for an individual brand page is constructed as follows:

1.  The `page-brand.php` template file in the theme's root directory is loaded.
2.  The content of the brand page, which is edited in the WordPress admin, contains the `[remark_brand_meta]` shortcode.
3.  The shortcode, defined in `shortcodes.php`, is executed to render the brand's metadata (logo, website, CTA).
4.  The styles in `page.css` are applied to the rendered HTML.
