/*
Theme Name: BestPickHub Child
Theme URI: https://bestpickhub.com
Description: Custom Elementor child theme for affiliate content sites. Editorial layout, blue line-icon system, optimized for Amazon affiliate posts and comparison articles.
Author: BestPickHub
Author URI: https://bestpickhub.com
Template: hello-elementor
Version: 1.0.0
Text Domain: bestpickhub-child
*/

:root {
  /* Brand — Spruce-style warm editorial palette */
  --bph-primary: #E89377;        /* Coral / salmon — accent, badges, buttons */
  --bph-primary-dark: #C97557;   /* Darker coral — hover */
  --bph-primary-light: #FDF5F0;  /* Cream blush — soft backgrounds, badge fill */
  --bph-accent-link: #1A6B85;    /* Teal — inline body links */
  --bph-accent-link-dark: #0D4D62;
  --bph-mint: #B0DDDE;           /* Pale mint — titles underline, soft backgrounds, emphasis */
  --bph-mint-dark: #7FB8B9;      /* Darker mint for hover / text-on-mint contrast */
  --bph-mint-soft: #E6F4F4;      /* Very soft mint tint for section backgrounds */

  /* Neutrals */
  --bph-charcoal: #1A1A1A;
  --bph-text: #333333;
  --bph-text-muted: #6B6B6B;
  --bph-border: #E8E1D8;         /* Warm border tone */
  --bph-bg-soft: #FBF7F3;        /* Very warm cream */
  --bph-cream: #FDF5F0;
  --bph-white: #FFFFFF;

  /* Accents */
  --bph-success: #2E8B57;
  --bph-warning: #E59500;
  --bph-rating-star: #F5A623;

  /* Typography */
  --bph-font-heading: 'Playfair Display', Georgia, serif;
  --bph-font-body: 'Inter', -apple-system, sans-serif;

  /* Spacing scale */
  --bph-space-xs: 0.5rem;
  --bph-space-sm: 1rem;
  --bph-space-md: 1.5rem;
  --bph-space-lg: 2.5rem;
  --bph-space-xl: 4rem;

  /* Layout */
  --bph-container-max: 1200px;
  --bph-content-max: 720px;
  --bph-radius: 8px;
  --bph-radius-lg: 12px;

  /* Shadows */
  --bph-shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --bph-shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --bph-shadow-lg: 0 8px 24px rgba(0,0,0,0.12);
}
