/*
Theme Name:   Pivot Franchise Consultants Child
Theme URI:    https://pivotfranchiseconsultants.com
Description:  Child theme for Pivot Franchise Consultants. Add your custom CSS, JavaScript, and template overrides here without ever touching the parent theme. All parent styles and functionality are inherited automatically. Safe to update the parent theme at any time.
Author:       Pivot Franchise Consultants
Author URI:   https://pivotfranchiseconsultants.com
Template:     pivot-franchise-theme-final
Version:      1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  pivot-franchise-child
*/

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  HOW TO USE THIS CHILD THEME
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

  1. CUSTOM CSS
     Add your overrides below the dashed line.
     Your CSS loads after the parent and wins.

  2. CUSTOM JAVASCRIPT
     Place your JS in /js/custom.js
     It is enqueued automatically.

  3. TEMPLATE OVERRIDES
     Copy any .php file from the parent theme
     folder into this child folder. WordPress
     will always load the child version first.

     Example — customise the blog archive:
       Copy:  pivot-franchise-theme-final/home.php
       Paste: pivot-franchise-child/home.php
       Edit the child copy freely.

  4. ADD PHP FUNCTIONS
     Add hooks and custom functions directly
     in this child theme's functions.php.
     Never edit the parent theme's functions.php.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  COMMON OVERRIDES — uncomment to use
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

  Change the gold accent colour:
  :root { --pf-gold: #d4a843; }

  Change background:
  :root { --pf-black: #0d0d0d; }

  Adjust hero title on mobile:
  @media (max-width: 480px) {
    .pf-hero__title { font-size: 2.6rem; }
  }

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/

/* ── YOUR CUSTOM CSS GOES BELOW THIS LINE ── */
