/*
Theme Name: Paysagement Verdure
Theme URI: https://paysagementverdure.ca
Author: Verdure Paysagement
Description: Thème professionnel pour entreprise de paysagement et entretien extérieur au Québec. Design vert luxueux, très visuel, orienté conversions.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: paysagement-verdure
Tags: paysagement, verdure, jardinage, québec, entretien pelouse
*/

/* ══════════════════════════════════════════
   VARIABLES & RESET
══════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --vert-profond:   #1a2e1a;
  --vert-fonce:     #243824;
  --vert-moyen:     #2d5a2d;
  --vert-vif:       #3d7a3d;
  --vert-clair:     #5a9e4e;
  --vert-accent:    #7bc67e;
  --vert-lime:      #a8d5a2;
  --creme:          #f8f5ef;
  --creme-fonce:    #ede8de;
  --blanc:          #ffffff;
  --noir:           #0e0e0e;
  --noir-2:         #1a1a1a;
  --gris-fonce:     #3a3a3a;
  --gris:           #7a7a7a;
  --gris-clair:     #c8c4bc;
  --or:             #c9a84c;

  --font-titre:  'Playfair Display', Georgia, serif;
  --font-corps:  'DM Sans', system-ui, sans-serif;
  --font-mono:   'Courier New', monospace;

  --shadow-sm:   0 2px 8px rgba(26,46,26,0.12);
  --shadow-md:   0 8px 32px rgba(26,46,26,0.18);
  --shadow-lg:   0 20px 60px rgba(26,46,26,0.25);
  --radius:      4px;
  --transition:  0.35s cubic-bezier(0.4,0,0.2,1);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-corps);
  background: var(--creme);
  color: var(--noir);
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--vert-vif); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--vert-clair); }
ul, ol { list-style: none; }

/* ══════════════════════════════════════════
   TYPOGRAPHIE
══════════════════════════════════════════ */
h1, h2, h3, h4 {
  font-family: var(--font-titre);
  line-height: 1.1;
  color: var(--vert-profond);
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-corps);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--vert-vif);
  margin-bottom: 18px;
}

.kicker::before {
  content: '';
  display: block;
  width: 28px; height: 2px;
  background: var(--vert-clair);
}

/* ══════════════════════════════════════════
   BOUTONS
══════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-corps);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 36px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: var(--transition);
  white-space: nowrap;
}

.btn-primary {
  background: var(--vert-moyen);
  color: var(--blanc);
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--vert-vif);
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}

.btn-primary:hover { color: var(--blanc); }
.btn-primary:hover::before { transform: translateX(0); }
.btn-primary span { position: relative; z-index: 1; }
.btn-primary svg { position: relative; z-index: 1; }

.btn-outline {
  background: transparent;
  color: var(--blanc);
  border: 2px solid rgba(255,255,255,0.5);
}

.btn-outline:hover {
  background: var(--blanc);
  color: var(--vert-profond);
  border-color: var(--blanc);
}

.btn-dark {
  background: var(--vert-profond);
  color: var(--creme);
}

.btn-dark:hover {
  background: var(--vert-fonce);
  color: var(--vert-lime);
}

/* ══════════════════════════════════════════
   NAVIGATION
══════════════════════════════════════════ */
#site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  transition: background var(--transition), box-shadow var(--transition);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 52px;
  height: 80px;
  background: rgba(26,46,26,0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(91,158,78,0.2);
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-leaf {
  width: 44px; height: 44px;
  background: var(--vert-clair);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background var(--transition);
}

.brand-leaf svg {
  transform: rotate(45deg);
  width: 22px; height: 22px;
  fill: white;
}

.site-branding:hover .brand-leaf { background: var(--vert-accent); }

.brand-text {
  font-family: var(--font-titre);
  font-size: 21px;
  font-weight: 700;
  color: var(--blanc);
  line-height: 1.1;
}

.brand-text em {
  display: block;
  font-size: 10px;
  font-family: var(--font-corps);
  font-style: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--vert-accent);
  font-weight: 400;
}

#main-nav {
  display: flex;
  align-items: center;
  gap: 0;
}

#main-nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
}

#main-nav ul li a {
  font-family: var(--font-corps);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(248,245,239,0.8);
  padding: 8px 16px;
  display: block;
  transition: color var(--transition);
  text-decoration: none;
}

#main-nav ul li a:hover { color: var(--vert-accent); }

#main-nav ul li.nav-cta a {
  background: var(--vert-clair);
  color: white;
  padding: 10px 22px;
  margin-left: 8px;
}

#main-nav ul li.nav-cta a:hover { background: var(--vert-accent); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 26px; height: 2px;
  background: var(--creme);
  transition: var(--transition);
}

/* ══════════════════════════════════════════
   HERO
══════════════════════════════════════════ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  animation: heroZoom 14s ease-out forwards;
}

@keyframes heroZoom {
  to { transform: scale(1); }
}

.hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(26,46,26,0.88) 0%,
    rgba(26,46,26,0.5) 55%,
    rgba(26,46,26,0.15) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 52px;
  max-width: 720px;
  animation: heroFade 1.2s 0.3s both;
}

@keyframes heroFade {
  from { opacity: 0; transform: translateY(36px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(91,158,78,0.25);
  border: 1px solid rgba(91,158,78,0.45);
  color: var(--vert-lime);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 8px 18px;
  margin-bottom: 28px;
}

.hero-badge::before {
  content: '';
  width: 8px; height: 8px;
  background: var(--vert-accent);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.4); }
}

.hero h1 {
  font-family: var(--font-titre);
  font-size: clamp(44px, 6.5vw, 88px);
  font-weight: 800;
  line-height: 1.0;
  color: var(--blanc);
  margin-bottom: 28px;
}

.hero h1 em {
  font-style: italic;
  color: var(--vert-accent);
  display: block;
}

.hero-desc {
  font-size: 18px;
  color: rgba(248,245,239,0.78);
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 44px;
  font-weight: 300;
}

.hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.5);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  animation: bounce 2.5s infinite;
}

.hero-scroll svg { width: 20px; height: 20px; stroke: currentColor; fill: none; }

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ══════════════════════════════════════════
   BANDE CHIFFRES
══════════════════════════════════════════ */
.stats-band {
  background: var(--vert-profond);
  padding: 0 52px;
  display: flex;
  align-items: stretch;
  border-bottom: 3px solid var(--vert-clair);
}

.stat-item {
  flex: 1;
  padding: 32px 24px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.07);
  transition: background var(--transition);
}

.stat-item:last-child { border-right: none; }
.stat-item:hover { background: rgba(91,158,78,0.1); }

.stat-num {
  font-family: var(--font-titre);
  font-size: 44px;
  font-weight: 800;
  color: var(--vert-accent);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(248,245,239,0.5);
}

/* ══════════════════════════════════════════
   SECTIONS COMMUNES
══════════════════════════════════════════ */
.section { padding: 100px 52px; }
.section-sm { padding: 70px 52px; }

.section-header {
  max-width: 680px;
  margin-bottom: 64px;
}

.section-header.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-header h2 {
  font-size: clamp(34px, 4.5vw, 58px);
  margin-bottom: 20px;
}

.section-header p {
  font-size: 17px;
  color: var(--gris);
  line-height: 1.75;
}

/* ══════════════════════════════════════════
   SERVICES
══════════════════════════════════════════ */
.services-section {
  background: var(--blanc);
}

.services-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}

.services-sticky {
  position: sticky;
  top: 100px;
}

.services-sticky h2 { font-size: clamp(32px, 4vw, 52px); margin-bottom: 20px; }
.services-sticky p { color: var(--gris); font-size: 16px; line-height: 1.75; margin-bottom: 36px; }

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
}

.service-card {
  background: var(--creme);
  padding: 44px 36px;
  position: relative;
  overflow: hidden;
  cursor: default;
  transition: background var(--transition), transform var(--transition);
  border-bottom: 3px solid transparent;
}

.service-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 3px;
  background: var(--vert-clair);
  transition: width 0.45s ease;
}

.service-card:hover { background: var(--creme-fonce); }
.service-card:hover::after { width: 100%; }

.service-icon {
  width: 56px; height: 56px;
  background: var(--vert-profond);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
  transition: background var(--transition);
}

.service-icon svg {
  width: 26px; height: 26px;
  fill: var(--vert-accent);
  transform: rotate(45deg);
}

.service-card:hover .service-icon { background: var(--vert-moyen); }

.service-num {
  position: absolute;
  top: 16px; right: 20px;
  font-family: var(--font-titre);
  font-size: 64px;
  font-weight: 800;
  color: rgba(26,46,26,0.05);
  line-height: 1;
}

.service-card h3 {
  font-family: var(--font-titre);
  font-size: 22px;
  margin-bottom: 12px;
  color: var(--vert-profond);
}

.service-card p {
  font-size: 14px;
  color: var(--gris);
  line-height: 1.7;
}

/* ══════════════════════════════════════════
   GALERIE AVANT/APRÈS & PROJETS
══════════════════════════════════════════ */
.galerie-section {
  background: var(--vert-profond);
}

.galerie-section .section-header h2,
.galerie-section .kicker { color: var(--blanc); }
.galerie-section .section-header h2 span { color: var(--vert-accent); }
.galerie-section .section-header p { color: rgba(248,245,239,0.6); }

.galerie-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 260px;
  gap: 4px;
}

.galerie-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.galerie-item.tall { grid-row: span 2; }
.galerie-item.wide { grid-column: span 2; }

.galerie-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s cubic-bezier(0.4,0,0.2,1);
}

.galerie-item:hover .galerie-img { transform: scale(1.08); }

.galerie-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,46,26,0.88) 0%, transparent 55%);
  display: flex;
  align-items: flex-end;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.4s;
}

.galerie-item:hover .galerie-overlay { opacity: 1; }

.galerie-tag {
  display: inline-block;
  background: var(--vert-clair);
  color: white;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 4px 12px;
  margin-bottom: 8px;
}

.galerie-info h3 {
  color: var(--blanc);
  font-size: 18px;
  margin-bottom: 4px;
}

.galerie-info p { color: rgba(255,255,255,0.6); font-size: 13px; }

/* Images galerie */
.g1  { background-image: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=900&q=75'); }
.g2  { background-image: url('https://images.unsplash.com/photo-1416879595882-3373a0480b5b?w=900&q=75'); }
.g3  { background-image: url('https://images.unsplash.com/photo-1585320806297-9794b3e4aaae?w=900&q=75'); }
.g4  { background-image: url('https://images.unsplash.com/photo-1598902108854-10e335adac99?w=900&q=75'); }
.g5  { background-image: url('https://images.unsplash.com/photo-1501004318641-b39e6451bec6?w=900&q=75'); }
.g6  { background-image: url('https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?w=900&q=75'); }
.g7  { background-image: url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=900&q=75'); }
.g8  { background-image: url('https://images.unsplash.com/photo-1590856029826-c7a73142bbf1?w=900&q=75'); }

/* ══════════════════════════════════════════
   SECTION POURQUOI NOUS
══════════════════════════════════════════ */
.pourquoi-section { background: var(--creme); }

.pourquoi-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.pourquoi-visuel {
  position: relative;
}

.pourquoi-img-main {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}

.pourquoi-img-badge {
  position: absolute;
  bottom: -28px;
  right: -28px;
  background: var(--vert-moyen);
  color: white;
  padding: 28px 32px;
  text-align: center;
}

.pourquoi-img-badge .big {
  font-family: var(--font-titre);
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  color: var(--vert-lime);
}

.pourquoi-img-badge .small {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 4px;
  color: rgba(255,255,255,0.7);
}

.pourquoi-img-frame {
  position: absolute;
  top: -16px; left: -16px;
  right: 16px; bottom: 16px;
  border: 2px solid var(--vert-clair);
  z-index: -1;
}

.avantages-list { margin-top: 44px; }

.avantage {
  display: flex;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--creme-fonce);
  align-items: flex-start;
  transition: padding-left var(--transition);
}

.avantage:hover { padding-left: 10px; }

.avantage-icon {
  width: 48px; height: 48px;
  background: var(--vert-profond);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.avantage-icon svg { width: 22px; height: 22px; fill: var(--vert-accent); }

.avantage h4 {
  font-family: var(--font-titre);
  font-size: 19px;
  margin-bottom: 5px;
  color: var(--vert-profond);
}

.avantage p { font-size: 14px; color: var(--gris); line-height: 1.65; }

/* ══════════════════════════════════════════
   CTA PLEINE LARGEUR
══════════════════════════════════════════ */
.cta-section {
  position: relative;
  overflow: hidden;
  padding: 100px 52px;
  text-align: center;
  background: var(--vert-moyen);
}

.cta-section::before {
  content: 'VERDURE';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-family: var(--font-titre);
  font-size: 200px;
  font-weight: 800;
  color: rgba(255,255,255,0.04);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: 0.05em;
}

.cta-section h2 {
  font-size: clamp(32px, 5vw, 60px);
  color: var(--blanc);
  margin-bottom: 20px;
}

.cta-section p {
  font-size: 18px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 44px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* ══════════════════════════════════════════
   TÉMOIGNAGES
══════════════════════════════════════════ */
.temoignages-section { background: var(--blanc); }

.temoignages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}

.temoignage-card {
  background: var(--creme);
  padding: 48px 36px;
  position: relative;
  transition: background var(--transition), transform var(--transition);
}

.temoignage-card:hover {
  background: var(--vert-profond);
  transform: translateY(-4px);
}

.temoignage-card:hover .temoignage-quote,
.temoignage-card:hover blockquote,
.temoignage-card:hover .author-name { color: var(--blanc); }

.temoignage-card:hover .author-ville { color: var(--vert-accent); }
.temoignage-card:hover .star { background: var(--vert-accent); }

.temoignage-quote {
  font-family: var(--font-titre);
  font-size: 72px;
  line-height: 0.7;
  color: var(--vert-clair);
  opacity: 0.4;
  margin-bottom: 16px;
  font-weight: 800;
  transition: color var(--transition);
}

.stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}

.star {
  width: 14px; height: 14px;
  background: var(--or);
  clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
  transition: background var(--transition);
}

.temoignage-card blockquote {
  font-size: 15px;
  line-height: 1.8;
  color: var(--gris-fonce);
  font-style: italic;
  margin-bottom: 28px;
  transition: color var(--transition);
}

.temoignage-author { display: flex; align-items: center; gap: 14px; }

.author-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--vert-profond);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-titre);
  font-size: 18px;
  font-weight: 700;
  color: var(--vert-accent);
  flex-shrink: 0;
  border: 2px solid var(--vert-clair);
}

.author-name {
  font-family: var(--font-titre);
  font-weight: 700;
  font-size: 17px;
  color: var(--vert-profond);
  transition: color var(--transition);
}

.author-ville {
  font-size: 12px;
  color: var(--gris);
  margin-top: 2px;
  transition: color var(--transition);
}

/* ══════════════════════════════════════════
   FORMULAIRE SOUMISSION
══════════════════════════════════════════ */
.soumission-section {
  background: var(--vert-profond);
  position: relative;
  overflow: hidden;
}

.soumission-section::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 40%;
  height: 100%;
  background: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&q=60') center/cover;
  opacity: 0.12;
}

.soumission-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.soumission-info .kicker { color: var(--vert-lime); }
.soumission-info .kicker::before { background: var(--vert-accent); }

.soumission-info h2 {
  font-size: clamp(32px, 4vw, 50px);
  color: var(--blanc);
  margin-bottom: 20px;
}

.soumission-info p {
  color: rgba(248,245,239,0.65);
  line-height: 1.75;
  font-size: 16px;
  margin-bottom: 40px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.info-icon {
  width: 44px; height: 44px;
  background: rgba(91,158,78,0.15);
  border: 1px solid rgba(91,158,78,0.35);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.info-icon svg { width: 20px; height: 20px; fill: var(--vert-accent); }

.info-text strong {
  display: block;
  color: var(--blanc);
  font-size: 15px;
  font-weight: 600;
}

.info-text span { color: rgba(248,245,239,0.55); font-size: 14px; }

.soumission-form { display: flex; flex-direction: column; gap: 14px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.form-group { display: flex; flex-direction: column; gap: 6px; }

label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(248,245,239,0.5);
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-bottom: 2px solid rgba(91,158,78,0.4);
  color: var(--creme);
  padding: 14px 16px;
  font-family: var(--font-corps);
  font-size: 15px;
  outline: none;
  transition: border-color var(--transition), background var(--transition);
  width: 100%;
  -webkit-appearance: none;
}

input::placeholder, textarea::placeholder { color: rgba(248,245,239,0.3); }

input:focus, select:focus, textarea:focus {
  border-color: var(--vert-accent);
  background: rgba(255,255,255,0.09);
}

select option { background: var(--vert-profond); color: var(--creme); }
textarea { resize: vertical; min-height: 120px; }

.btn-submit {
  background: var(--vert-clair);
  color: white;
  font-family: var(--font-corps);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 18px 40px;
  border: none;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}

.btn-submit:hover { background: var(--vert-accent); transform: translateY(-2px); }

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
#site-footer {
  background: var(--noir-2);
  border-top: 3px solid var(--vert-moyen);
  padding: 72px 52px 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 56px;
  margin-bottom: 56px;
}

.footer-brand p {
  color: var(--gris);
  font-size: 14px;
  line-height: 1.75;
  margin-top: 20px;
  max-width: 280px;
}

.footer-col h4 {
  font-family: var(--font-titre);
  font-size: 16px;
  color: var(--blanc);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 28px; height: 2px;
  background: var(--vert-clair);
}

.footer-col ul li { margin-bottom: 10px; }

.footer-col ul li a {
  color: var(--gris);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color var(--transition), padding-left var(--transition);
}

.footer-col ul li a::before {
  content: '›';
  color: var(--vert-clair);
  font-size: 18px;
  line-height: 1;
}

.footer-col ul li a:hover { color: var(--vert-accent); padding-left: 4px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom p { color: var(--gris); font-size: 13px; }
.footer-bottom span { color: var(--vert-accent); }

/* ══════════════════════════════════════════
   PAGES INTÉRIEURES
══════════════════════════════════════════ */
.page-banner {
  padding: 160px 52px 80px;
  background: var(--vert-profond);
  position: relative;
  overflow: hidden;
}

.page-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1416879595882-3373a0480b5b?w=1400&q=60') center/cover;
  opacity: 0.1;
}

.page-banner-content { position: relative; z-index: 1; }

.page-banner h1 {
  font-size: clamp(40px, 6vw, 76px);
  color: var(--blanc);
  margin-bottom: 16px;
}

.page-banner h1 span { color: var(--vert-accent); }

.page-banner p {
  color: rgba(248,245,239,0.65);
  font-size: 18px;
  max-width: 560px;
}

.page-content {
  padding: 80px 52px;
  max-width: 960px;
  margin: 0 auto;
}

.page-content p {
  color: var(--gris-fonce);
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
}

/* ══════════════════════════════════════════
   MODAL CONFIRMATION
══════════════════════════════════════════ */
#verdure-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(0,0,0,0.75);
  align-items: center;
  justify-content: center;
}

#verdure-modal.open { display: flex; }

.modal-box {
  background: var(--blanc);
  padding: 64px 52px;
  max-width: 460px;
  text-align: center;
  animation: modalIn 0.4s cubic-bezier(0.4,0,0.2,1) both;
  position: relative;
}

.modal-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--vert-clair);
}

@keyframes modalIn {
  from { opacity: 0; transform: scale(0.92) translateY(20px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}

.modal-icon {
  width: 72px; height: 72px;
  background: var(--vert-profond);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px;
}

.modal-icon svg { width: 36px; height: 36px; stroke: var(--vert-accent); fill: none; stroke-width: 2.5; }

.modal-box h3 {
  font-size: 28px;
  margin-bottom: 12px;
  color: var(--vert-profond);
}

.modal-box p { color: var(--gris); line-height: 1.7; }

.modal-close {
  margin-top: 32px;
  background: var(--vert-moyen);
  color: white;
  padding: 14px 32px;
  border: none;
  cursor: pointer;
  font-family: var(--font-corps);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background var(--transition);
}

.modal-close:hover { background: var(--vert-vif); }

/* ══════════════════════════════════════════
   SCROLL REVEAL
══════════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .services-layout { grid-template-columns: 1fr; }
  .services-sticky { position: static; }
  .pourquoi-layout { grid-template-columns: 1fr; gap: 40px; }
  .pourquoi-visuel { display: none; }
  .soumission-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 768px) {
  .nav-wrap { padding: 0 24px; }
  #main-nav { display: none; }
  #main-nav.open {
    display: flex;
    position: fixed;
    top: 80px; left: 0; right: 0;
    background: var(--vert-profond);
    padding: 24px;
    z-index: 199;
    border-top: 2px solid var(--vert-clair);
  }
  #main-nav.open ul { flex-direction: column; width: 100%; gap: 4px; }
  #main-nav.open ul li a { padding: 12px 16px; }
  .hamburger { display: flex; }

  .section, .section-sm { padding: 60px 24px; }
  .hero-content { padding: 0 24px; }

  .services-grid { grid-template-columns: 1fr; }
  .galerie-masonry { grid-template-columns: 1fr 1fr; }
  .galerie-item.wide { grid-column: span 1; }
  .temoignages-grid { grid-template-columns: 1fr; }
  .stats-band { flex-wrap: wrap; padding: 0 24px; }
  .stat-item { flex: 0 0 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .page-banner { padding: 120px 24px 60px; }
}

@media (max-width: 480px) {
  .galerie-masonry { grid-template-columns: 1fr; }
  .galerie-item.tall { grid-row: span 1; }
  .hero-btns { flex-direction: column; }
  .btn { width: 100%; justify-content: center; }
}
