/*
 Theme Name: ProfitHub Premium
 Theme URI: https://profithub.blog
 Description: Premium child theme for ProfitHub — Health, Wellness & Supplement Reviews. Built on Blocksy.
 Author: ProfitHub
 Author URI: https://profithub.blog
 Template: blocksy
 Version: 4.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: profithub-premium
*/

/* ============================================
   CSS VARIABLES — ProfitHub Health Design System
   ============================================ */
:root {
  /* Primary — Health Green */
  --ph-primary: #1a6b3c;
  --ph-primary-hover: #145a31;
  --ph-primary-light: #e8f5ed;
  --ph-primary-ultra-light: #f0faf4;
  --ph-primary-rgb: 26, 107, 60;

  /* Accent — Warm Gold */
  --ph-accent: #f59e0b;
  --ph-accent-hover: #d97706;

  /* Neutrals */
  --ph-dark: #1e293b;
  --ph-text: #334155;
  --ph-text-light: #64748b;
  --ph-bg: #ffffff;
  --ph-bg-alt: #f8fafc;
  --ph-border: #e2e8f0;

  /* Shadows */
  --ph-shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --ph-shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --ph-shadow-lg: 0 8px 30px rgba(0,0,0,0.12);
  --ph-shadow-xl: 0 20px 40px rgba(0,0,0,0.15);

  /* Radius */
  --ph-radius: 12px;
  --ph-radius-sm: 8px;
  --ph-radius-xs: 4px;

  /* Spacing (8px grid) */
  --ph-space-1: 0.25rem;
  --ph-space-2: 0.5rem;
  --ph-space-3: 0.75rem;
  --ph-space-4: 1rem;
  --ph-space-6: 1.5rem;
  --ph-space-8: 2rem;
  --ph-space-12: 3rem;
  --ph-space-16: 4rem;
  --ph-space-20: 5rem;
  --ph-space-24: 6rem;

  /* Blocksy palette override */
  --theme-palette-color-1: #1a6b3c;
  --theme-palette-color-2: #145a31;
  --theme-palette-color-3: #f59e0b;
  --theme-palette-color-4: #1e293b;
  --theme-palette-color-5: #f8fafc;
}
