/*
 Theme Name:   Simulateur Volomax Child
 Theme URI:    https://simulateur.volomax.fr
 Description:  Thème enfant GeneratePress pour le simulateur de chute libre Volomax — Pujaut (Gard).
 Author:       Volomax
 Author URI:   https://volomax.fr
 Template:     generatepress
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  simulateur-child
*/

/* ==========================================================================
   Variables CSS globales — Charte graphique Volomax
   ========================================================================== */

:root {
	/* Couleurs */
	--color-blue: #1E90FF;
	--color-blue-on-dark: #1E90FF;
	--color-blue-accessible: #1470CC;
	--color-night: #0D1B2A;
	--color-orange: #FF6B2B;
	--color-orange-accessible: #B44F0C;
	--color-light: #F5F7FA;
	--color-text: #2D3748;
	--color-text-muted: #5A6470;
	--color-gold: #FFD700;
	--color-white: #FFFFFF;

	/* Typographie */
	--font-title: 'Barlow Condensed', sans-serif;
	--font-body: 'Inter', sans-serif;

	/* Layout */
	--max-width: 1280px;
	--container: 1280px;
	--section-pad: clamp(3rem, 6vw, 5rem);
	--gap: 1.5rem;

	/* Animations */
	--transition: 0.3s ease;

	/* Ombres */
	--shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
	--shadow-md: 0 4px 20px rgba(0, 0, 0, 0.12);
	--shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.16);

	/* Bordures */
	--radius-sm: 4px;
	--radius-md: 8px;
	--radius-lg: 16px;
	--radius-pill: 100px;
}

/* ==========================================================================
   Reset & Base — Mobile-first
   ========================================================================== */

body {
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.6;
	color: var(--color-text);
	background-color: var(--color-light);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-title);
	font-weight: 700;
	line-height: 1.2;
	color: var(--color-night);
}

h1 { font-size: clamp(1.75rem, 5vw, 3rem); }
h2 { font-size: clamp(1.5rem, 4vw, 2.25rem); }
h3 { font-size: clamp(1.25rem, 3vw, 1.75rem); }

img {
	max-width: 100%;
	height: auto;
}

/* ==========================================================================
   Desktop
   ========================================================================== */

@media (min-width: 1024px) {
	body {
		font-size: 1.125rem;
	}
}
