/*
Theme Name:   Bouger Martinique
Theme URI:    https://bouger-martinique.com
Description:  Child theme de GeneratePress pour Bouger Martinique, le guide des sports et activités outdoor en Martinique. CPT sport/spot/club, templates pSEO, schemas JSON-LD intégrés.
Author:       Bouger Martinique
Author URI:   https://bouger-martinique.com
Template:     generatepress
Version:      1.0.0
Text Domain:  bouger-martinique
Requires PHP: 7.4
License:      GPL-2.0-or-later
*/

/* === DESIGN TOKENS === */
:root{
  /* Palette caraïbe */
  --bm-ocean:#001d3d;
  --bm-ocean-2:#003566;
  --bm-deep:#000814;
  --bm-turquoise:#00a896;
  --bm-turquoise-2:#02c39a;
  --bm-aqua:#7dd3c0;
  --bm-coral:#f77f00;
  --bm-coral-2:#e63946;
  --bm-sun:#ffba08;
  --bm-sand:#fdf6e3;
  --bm-sand-2:#f5ead3;

  /* Couleurs neutres */
  --bm-ink:#0a1929;
  --bm-slate:#3d4a5c;
  --bm-muted:#7a8a9c;
  --bm-white:#ffffff;
  --bm-offwhite:#fafaf7;
  --bm-soft:#eef2f5;

  /* Ombres */
  --bm-shadow-sm:0 2px 8px rgba(0,29,61,.06),0 1px 2px rgba(0,29,61,.04);
  --bm-shadow:0 10px 30px rgba(0,29,61,.08),0 2px 6px rgba(0,29,61,.05);
  --bm-shadow-lg:0 30px 80px rgba(0,29,61,.18),0 8px 20px rgba(0,29,61,.08);

  /* Forme */
  --bm-radius:14px;
  --bm-radius-lg:24px;

  /* Dégradés */
  --bm-grad-ocean:linear-gradient(135deg,#003566 0%,#001d3d 50%,#000814 100%);
  --bm-grad-tropic:linear-gradient(135deg,#00a896 0%,#02c39a 100%);
  --bm-grad-sunset:linear-gradient(135deg,#f77f00 0%,#e63946 100%);
  --bm-grad-fade-dark:linear-gradient(180deg,rgba(0,8,20,0) 0%,rgba(0,8,20,.4) 50%,rgba(0,8,20,.92) 100%);
}

/* Note : les styles complets sont importés depuis assets/css/main.css
   via wp_enqueue_style dans functions.php pour profiter du cache navigateur.
   Ce fichier ne contient que les tokens et les overrides essentiels du parent. */

/* === OVERRIDES MINIMAUX GENERATEPRESS === */
body{
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  color:var(--bm-ink);
  background:var(--bm-offwhite);
  -webkit-font-smoothing:antialiased;
}

h1,h2,h3,h4,.entry-title{
  font-family:'Fraunces',Georgia,serif;
  font-weight:800;
  letter-spacing:-.02em;
  color:var(--bm-ink);
}

a{ color:var(--bm-turquoise); transition:color .2s; }
a:hover{ color:var(--bm-coral); }
