/*
Theme Name: ACT Construction
Theme URI: https://www.actconstruction.fr
Description: Thème sur mesure pour ACT Construction — professionnel, moderne, haut de gamme.
Version: 1.0.0
Author: ACT Construction
Text Domain: act-construction
*/

:root {
    --green:        #5BBD2E;
    --green-dark:   #4A9E24;
    --green-light:  #EAF7E0;
    --charcoal:     #2D2D2D;
    --charcoal-mid: #4A4A4A;
    --grey:         #6B6B6B;
    --grey-light:   #F7F7F5;
    --white:        #FFFFFF;
    --border:       #E5E5E3;

    --font-heading: 'Montserrat', sans-serif;
    --font-body:    'Inter', sans-serif;

    --radius:   4px;
    --shadow:   0 2px 20px rgba(0,0,0,0.08);
    --shadow-lg: 0 8px 40px rgba(0,0,0,0.14);
    --transition: 0.3s ease;

    --max-width: 1280px;
    --gutter: clamp(1.5rem, 5vw, 4rem);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
    font-family: var(--font-body);
    color: var(--charcoal);
    background: var(--white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
