/*
Theme Name: One Incendie
Theme URI: https://one-incendie.fr
Author: TDC
Description: Thème sur-mesure One Incendie — design professionnel plaquette, éditable via blocs Gutenberg.
Version: 2.0.2
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: one-incendie
*/

  :root {
    --orange: #F0742A;
    --orange-soft: #FDEEE2;
    --ink: #1C1B19;
    --gray: #63615C;
    --line: #E8E5E0;
    --bg: #FFFFFF;
    --bg-soft: #F7F6F3;
    --radius: 16px;
    --shadow: 0 2px 4px rgba(28,27,25,0.04), 0 14px 34px rgba(28,27,25,0.09);
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--ink); line-height: 1.6; font-size: 16px; -webkit-font-smoothing: antialiased; }
  a { color: inherit; text-decoration: none; }
  ul { list-style: none; }
  img { max-width: 100%; display: block; }
  .wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
  /* Titres et chiffres : typo géométrique arrondie, comme la plaquette */
  h1, h2, h3, h4, .hp-stat, .stat-num, .svc-num, .timeline-year, .cb-year, .valeur-num, .dom-num, .quote-text { font-family: 'Poppins', sans-serif; }

  /* ═══════ NAV — transparente sur le hero vidéo, blanche en sticky ═══════ */
  .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: transparent; border-bottom: 1px solid transparent; transition: background 0.3s, border-color 0.3s, box-shadow 0.3s; }
  .nav.scrolled { background: rgba(255,255,255,0.96); backdrop-filter: blur(10px); border-bottom-color: var(--line); box-shadow: 0 4px 18px rgba(28,27,25,0.05); }
  .nav-inner { max-width: 1180px; margin: 0 auto; padding: 14px 32px; display: flex; align-items: center; gap: 18px; }
  .nav-tag { font-size: 12px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase; color: rgba(255,255,255,0.62); padding-left: 18px; border-left: 1px solid rgba(255,255,255,0.25); white-space: nowrap; }
  .nav.scrolled .nav-tag { color: var(--gray); border-left-color: var(--line); }
  .nav-right { margin-left: auto; display: flex; align-items: center; gap: 24px; flex: none; }
  .nav-right .btn { white-space: nowrap; }
  @media (max-width: 1280px) { .nav-tag { display: none; } }
  .logo { flex: none; }
  .logo img { height: 42px; width: auto; }
  .logo .logo-std { display: none; }
  .nav.scrolled .logo-std { display: block; }
  .nav.scrolled .logo-blanc { display: none; }
  .nav-links { display: flex; gap: 24px; font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.88); }
  .nav-links a { padding: 6px 0; border-bottom: 2px solid transparent; transition: color 0.2s, border-color 0.2s; white-space: nowrap; }
  .nav-links a:hover, .nav-links a.active { color: #fff; border-color: var(--orange); }
  .nav.scrolled .nav-links { color: var(--gray); }
  .nav.scrolled .nav-links a:hover, .nav.scrolled .nav-links a.active { color: var(--ink); }
  .btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14.5px; border-radius: 8px; padding: 12px 22px; cursor: pointer; border: none; transition: all 0.2s; }
  .btn-solid { background: var(--orange); color: #fff; }
  .btn-solid:hover { background: #D9601C; transform: translateY(-1px); }
  .btn-outline { background: #fff; color: var(--ink); border: 1.5px solid var(--line); }
  .btn-outline:hover { border-color: var(--ink); }
  .nav-burger { display: none; }

  /* Menu mobile plein écran */
  .mnav { position: fixed; inset: 0; z-index: 300; background: rgba(23,19,15,0.97); display: none; flex-direction: column; align-items: center; justify-content: center; gap: 26px; font-family: 'Poppins', sans-serif; font-size: 21px; font-weight: 600; color: #fff; }
  .mnav.open { display: flex; }
  .mnav a:hover { color: var(--orange); }
  .mnav-tel { color: var(--orange); margin-top: 12px; }
  .mnav-close { position: absolute; top: 18px; right: 26px; background: none; border: none; color: #fff; font-size: 42px; cursor: pointer; line-height: 1; }

  /* ═══════ HERO ═══════ */
  /* Hero = la vidéo de marque plein écran, nav transparente par-dessus */
  .hero { position: relative; height: 100vh; min-height: 620px; overflow: hidden; background: #17130F; }
  /* La nav est fixée par-dessus : on décale les ancres pour qu'elle ne masque pas les titres. */
  section[id], header[id], .clients-strip { scroll-margin-top: 76px; }
  .hero-bg { position: absolute; inset: 0; z-index: 0; }
  .hero-bg video { width: 100%; height: 100%; object-fit: cover; object-position: 82% 50%; }
  .hero::after { content: ""; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(to top, rgba(23,19,15,0.88) 0%, rgba(23,19,15,0.35) 42%, rgba(23,19,15,0.12) 70%, rgba(23,19,15,0.35) 100%); }
  .hero-inner { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; height: 100%; padding: 0 32px 190px; display: flex; flex-direction: column; justify-content: flex-end; }
  .hero-copy { max-width: 640px; color: #fff; margin-left: auto; }
  .kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; color: var(--orange); margin-bottom: 22px; }
  .kicker::before { content: ""; width: 22px; height: 2px; background: var(--orange); }
  .hero h1 { font-size: 56px; font-weight: 800; letter-spacing: -1px; line-height: 1.08; margin-bottom: 20px; color: #fff; }
  .hero h1 span { color: var(--orange); }
  .hero-sub { font-size: 18px; color: rgba(255,255,255,0.82); max-width: 540px; margin-bottom: 30px; }
  .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
  .hero .btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.45); }
  .hero .btn-outline:hover { border-color: #fff; }
  .hero-certline { display: flex; gap: 10px 22px; flex-wrap: wrap; font-size: 13.5px; font-weight: 500; color: rgba(255,255,255,0.75); }
  .hero-certline span { display: inline-flex; align-items: center; gap: 7px; }
  .hero-certline svg { width: 15px; height: 15px; color: var(--orange); flex: none; }

  /* ═══════ BANDE STATS ═══════ */
  .stats { background: var(--bg-soft); border-bottom: 1px solid var(--line); }
  .stats-grid { max-width: 1180px; margin: 0 auto; padding: 34px 32px; display: grid; grid-template-columns: repeat(4, 1fr); }
  .stat { text-align: center; padding: 6px 12px; }
  .stat + .stat { border-left: 1px solid var(--line); }
  .stat-num { font-size: 34px; font-weight: 800; letter-spacing: -1px; }
  .stat-num em { font-style: normal; color: var(--orange); }
  .stat-lbl { font-size: 13px; font-weight: 500; letter-spacing: 0.6px; text-transform: uppercase; color: var(--gray); margin-top: 2px; }

  /* ═══════ SECTIONS COMMUNES ═══════ */
  section { padding: 92px 0; }
  .sec-head { max-width: 760px; margin-bottom: 54px; }
  .sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
  .sec-head.center .kicker { justify-content: center; }
  h2 { font-size: 36px; font-weight: 700; letter-spacing: -0.6px; line-height: 1.18; }
  h2 em, h1 em { font-style: normal; color: var(--orange); }
  .sec-head p { font-size: 17px; color: var(--gray); margin-top: 16px; }

  /* ═══════ RÈGLE N°1 (tagline plaquette) ═══════ */
  .rule { display: flex; align-items: center; justify-content: center; gap: 16px; font-family: 'Poppins', sans-serif; font-size: 21px; font-weight: 600; margin-bottom: 18px; }
  .rule em { font-style: normal; color: var(--orange); }
  .rule::before, .rule::after { content: ""; width: 34px; height: 2.5px; background: var(--orange); border-radius: 2px; }

  /* ═══════ DOMAINES (11 métiers plaquette) ═══════ */
  .domaines { background: var(--bg); }
  .dom-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
  /* Tuile à retournement : face avant = texte, face arrière = visuel plaquette */
  .dom { background: #fff; border: 1px solid #F2F0EB; border-radius: 14px; box-shadow: var(--shadow); padding: 20px 18px 18px; width: 172px; min-height: 118px; position: relative;
    transform-style: preserve-3d; transform: perspective(900px) rotateY(0deg);
    transition: transform 0.65s cubic-bezier(0.35,0.1,0.25,1), box-shadow 0.3s, border-color 0.3s; }
  .dom:hover { transform: perspective(900px) rotateY(180deg); box-shadow: 0 6px 10px rgba(28,27,25,0.05), 0 22px 44px rgba(240,116,42,0.16); border-color: rgba(240,116,42,0.4); }
  .dom-img { position: absolute; inset: 0; border-radius: 13px; background-size: cover; background-position: center 35%;
    transform: rotateY(180deg); backface-visibility: hidden; -webkit-backface-visibility: hidden; }
  .dom-num { font-size: 20px; font-weight: 700; color: var(--orange); line-height: 1; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
  .dom-lbl { font-size: 12px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; margin-top: 8px; line-height: 1.45; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
  .dom-pill { margin: 44px auto 0; max-width: 640px; background: #fff; border: 1px solid #F2F0EB; border-radius: 100px; box-shadow: var(--shadow); padding: 16px 30px; display: flex; align-items: center; justify-content: center; gap: 14px; font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 600; text-align: center; }
  .dom-pill em { font-style: normal; color: var(--orange); }
  .dom-pill svg { width: 26px; height: 26px; color: var(--orange); flex: none; }

  /* ═══════ INTRO ═══════ */
  .intro { background: var(--bg); padding: 96px 0; }
  .intro-inner { max-width: 860px; margin: 0 auto; padding: 0 32px; text-align: center; }
  .intro h2 { font-size: 34px; }
  .intro h2 u { text-decoration: none; color: var(--orange); }
  .intro h2 em { font-style: normal; border-bottom: 3px solid var(--orange); }
  .intro-body { font-size: 17.5px; color: var(--gray); margin-top: 24px; max-width: 720px; margin-left: auto; margin-right: auto; }

  /* ═══════ SERVICES ═══════ */
  .services { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .svc { background: #fff; border: 1px solid #F2F0EB; border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s; position: relative; overflow: hidden; }
  .svc::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--orange), rgba(240,116,42,0.35)); transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease; }
  .svc:hover { box-shadow: 0 6px 10px rgba(28,27,25,0.05), 0 24px 48px rgba(240,116,42,0.14); transform: translateY(-4px); border-color: rgba(240,116,42,0.45); }
  .svc:hover::before { transform: scaleX(1); }
  .svc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
  .svc-ic { width: 48px; height: 48px; border-radius: 10px; background: var(--orange-soft); color: var(--orange); display: grid; place-items: center; transition: background 0.3s, color 0.3s; }
  .svc:hover .svc-ic { background: var(--orange); color: #fff; }
  .svc-ic svg { width: 24px; height: 24px; }
  .svc-num { font-size: 22px; font-weight: 700; color: var(--orange); }
  .svc h3 { font-size: 21px; font-weight: 700; letter-spacing: -0.4px; margin-bottom: 6px; }
  .svc-verbs { font-size: 12.5px; font-weight: 600; letter-spacing: 1.1px; text-transform: uppercase; color: var(--orange); margin-bottom: 14px; }
  .svc p { font-size: 14.5px; color: var(--gray); margin-bottom: 18px; }
  .svc ul { display: grid; gap: 9px; }
  .svc li { font-size: 14px; padding-left: 26px; position: relative; }
  .svc li::before { content: ""; position: absolute; left: 0; top: 4px; width: 15px; height: 15px; border-radius: 50%; background: var(--orange-soft);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23F0742A" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4 10-11"/></svg>'); background-size: 9px; background-position: center; background-repeat: no-repeat; }

  /* ═══════ VIDEO ═══════ */
  .video-sec { background: var(--bg); }
  .video-frame { max-width: 900px; margin: 0 auto; aspect-ratio: 16/9; background: linear-gradient(135deg, #23211E, #3A3733); border-radius: var(--radius); position: relative; cursor: pointer; overflow: hidden; box-shadow: var(--shadow); }
  .video-frame iframe { width: 100%; height: 100%; border: 0; }
  .video-play { position: absolute; inset: 0; margin: auto; width: 78px; height: 78px; border-radius: 50%; background: var(--orange); display: grid; place-items: center; transition: transform 0.25s; box-shadow: 0 12px 32px rgba(240,116,42,0.4); }
  .video-frame:hover .video-play { transform: scale(1.08); }
  .video-play svg { width: 30px; height: 30px; fill: #fff; margin-left: 4px; }
  .video-label { position: absolute; bottom: 22px; left: 26px; color: rgba(255,255,255,0.9); font-size: 14px; font-weight: 500; }
  .video-caption { text-align: center; font-size: 14px; color: var(--gray); margin-top: 20px; }

  /* ═══════ SOCIÉTÉ ═══════ */
  .company { background: var(--bg-soft); border-top: 1px solid var(--line); }
  .company-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: center; }
  .company-visual { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/5; max-height: 480px; box-shadow: var(--shadow); background: #E9E4DC; }
  .company-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .company-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(28,27,25,0.55), transparent 45%); }
  .company-badge { position: absolute; z-index: 2; bottom: 18px; left: 18px; right: 18px; background: rgba(255,255,255,0.96); border-radius: 10px; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
  .cb-name { font-weight: 700; font-size: 15px; }
  .cb-role { font-size: 12.5px; color: var(--gray); }
  .cb-year { text-align: right; font-weight: 800; font-size: 22px; color: var(--orange); line-height: 1; }
  .cb-year small { display: block; font-size: 10.5px; font-weight: 600; letter-spacing: 0.8px; color: var(--gray); text-transform: uppercase; margin-top: 3px; }
  .company-copy h2 { margin-bottom: 20px; }
  .company-copy h2 em { font-style: normal; color: var(--orange); }
  .company-intro { font-size: 16.5px; color: var(--gray); margin-bottom: 26px; }
  .certs { display: flex; gap: 10px; flex-wrap: wrap; }
  .cert { background: #fff; border: 1px solid var(--line); border-radius: 100px; padding: 8px 16px; font-size: 13px; font-weight: 600; }
  .cert strong { color: var(--orange); margin-right: 6px; }

  /* Timeline horizontale */
  .parcours { margin-top: 84px; }
  .parcours-title { font-size: 26px; font-weight: 800; letter-spacing: -0.6px; margin-bottom: 40px; }
  .parcours-title em { font-style: normal; color: var(--orange); }
  .timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; position: relative; }
  .timeline::before { content: ""; position: absolute; top: 7px; left: 8px; right: 8px; height: 2px; background: var(--line); }
  .timeline-item { position: relative; padding-top: 30px; }
  .timeline-item::before { content: ""; position: absolute; top: 0; left: 0; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 4px solid var(--orange); }
  .timeline-year { font-size: 14px; font-weight: 800; color: var(--orange); letter-spacing: 0.5px; }
  .timeline-title { font-size: 15.5px; font-weight: 700; margin: 4px 0 8px; }
  .timeline-text { font-size: 13.5px; color: var(--gray); line-height: 1.55; }

  /* Valeurs */
  .valeurs { margin-top: 84px; }
  .valeurs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .valeur { background: #fff; border: 1px solid #F2F0EB; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s; }
  .valeur:hover { transform: translateY(-3px); border-color: rgba(240,116,42,0.45); box-shadow: 0 6px 10px rgba(28,27,25,0.05), 0 22px 44px rgba(240,116,42,0.14); }
  .valeur-num { font-size: 13px; font-weight: 800; letter-spacing: 1.5px; color: var(--orange); }
  .valeur h3 { font-size: 19px; font-weight: 700; margin: 10px 0 8px; }
  .valeur p { font-size: 14.5px; color: var(--gray); }

  /* ═══════ CITATION ═══════ */
  .quote-section { background: var(--bg); }
  .quote-inner { max-width: 820px; margin: 0 auto; padding: 0 32px; text-align: center; }
  .quote-mark { width: 52px; height: 52px; margin: 0 auto 24px; border-radius: 50%; background: var(--orange-soft); color: var(--orange); display: grid; place-items: center; font-size: 34px; font-weight: 800; line-height: 1; padding-top: 14px; }
  .quote-text { font-size: 28px; font-weight: 700; letter-spacing: -0.6px; line-height: 1.35; }
  .quote-author { margin-top: 26px; font-size: 14px; color: var(--gray); }
  .quote-author strong { display: block; color: var(--ink); font-size: 15px; }

  /* ═══════ ENGAGEMENTS ═══════ */
  .engage { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .engage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
  .engage-card { background: #fff; border: 1px solid #F2F0EB; border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow); transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s; }
  .engage-card:hover { box-shadow: 0 6px 10px rgba(28,27,25,0.05), 0 24px 48px rgba(240,116,42,0.14); transform: translateY(-4px); border-color: rgba(240,116,42,0.45); }
  .engage-icon { width: 46px; height: 46px; border-radius: 10px; background: var(--orange-soft); color: var(--orange); display: grid; place-items: center; margin-bottom: 18px; transition: background 0.3s, color 0.3s; }
  .engage-card:hover .engage-icon { background: var(--orange); color: #fff; }
  .engage-icon svg { width: 23px; height: 23px; }
  .engage-card h3 { font-size: 16.5px; font-weight: 700; margin-bottom: 7px; }
  .engage-card p { font-size: 13.5px; color: var(--gray); }

  /* ═══════ CLIENTS ═══════ */
  .clients-strip { background: var(--bg); padding: 64px 0; }
  .clients-head { text-align: center; margin-bottom: 38px; }
  .clients-label { font-size: 12.5px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; color: var(--orange); }
  .clients-title { display: block; font-size: 21px; font-weight: 700; letter-spacing: -0.3px; margin-top: 6px; }
  .clients-slider { overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent); }
  .clients-track { display: flex; align-items: center; gap: 84px; width: max-content; animation: slide 30s linear infinite; }
  .clients-slider:hover .clients-track { animation-play-state: paused; }
  @keyframes slide { to { transform: translateX(-50%); } }
  .client-logo { flex: none; opacity: 0.55; filter: grayscale(1); transition: opacity 0.2s, filter 0.2s; }
  .client-logo:hover { opacity: 1; filter: none; }
  .client-logo svg { height: 34px; width: auto; display: block; }

  /* ═══════ TÉMOIGNAGES ═══════ */
  .testi { background: var(--bg-soft); border-top: 1px solid var(--line); }
  .testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .testi-card { background: #fff; border: 1px solid #F2F0EB; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s; }
  .testi-card:hover { transform: translateY(-4px); border-color: rgba(240,116,42,0.45); box-shadow: 0 6px 10px rgba(28,27,25,0.05), 0 24px 48px rgba(240,116,42,0.14); }
  .testi-card:hover .testi-avatar { background: var(--orange); color: #fff; }
  .testi-stars { color: var(--orange); font-size: 15px; letter-spacing: 3px; margin-bottom: 16px; }
  .testi-quote { font-size: 15px; line-height: 1.65; flex: 1; }
  .testi-author { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
  .testi-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--orange-soft); color: var(--orange); font-weight: 700; font-size: 13.5px; display: grid; place-items: center; flex: none; transition: background 0.3s, color 0.3s; }
  .testi-name { font-weight: 700; font-size: 14.5px; }
  .testi-role { font-size: 12.5px; color: var(--gray); }

  /* ═══════ CONTACT ═══════ */
  .contact { background: var(--bg-soft); border-top: 3px solid var(--orange); }
  .contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: start; }
  .contact-copy h2 { font-size: 42px; }
  .contact-copy h2 em { font-style: normal; color: var(--orange); }
  .contact-lead { font-size: 16.5px; color: var(--gray); margin: 18px 0 36px; }
  .contact-item { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-top: 1px solid var(--line); }
  .contact-item .ic { width: 42px; height: 42px; border-radius: 10px; background: #fff; border: 1px solid var(--line); color: var(--orange); display: grid; place-items: center; flex: none; }
  .contact-item .ic svg { width: 20px; height: 20px; }
  .ci-label { font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gray); }
  .ci-value { font-size: 17px; font-weight: 700; margin-top: 2px; }
  .ci-value a:hover { color: var(--orange); }
  .ci-sub { font-size: 13.5px; color: var(--gray); }

  .contact-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 36px; display: grid; gap: 18px; }
  .cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .cf-field { display: flex; flex-direction: column; gap: 6px; }
  .cf-field label { font-size: 12.5px; font-weight: 600; letter-spacing: 0.4px; color: var(--ink); }
  .cf-field input, .cf-field select, .cf-field textarea { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 8px; padding: 12px 14px; font-family: 'Inter', sans-serif; font-size: 14px; color: var(--ink); transition: border-color 0.2s, background 0.2s; }
  .cf-field input:focus, .cf-field select:focus, .cf-field textarea:focus { outline: none; border-color: var(--orange); background: #fff; }
  .cf-field textarea { resize: vertical; min-height: 104px; }
  .cf-submit { justify-self: start; }
  .cf-note { font-size: 12px; color: var(--gray); }
  .cf-status { font-size: 13px; color: var(--orange); min-height: 16px; }

  /* ═══════ FOOTER ═══════ */
  .footer { background: var(--bg); border-top: 1px solid var(--line); padding: 56px 0 0; }
  .footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 52px; }
  .footer .logo img { height: 36px; margin-bottom: 14px; }
  .footer-about { font-size: 13.5px; color: var(--gray); max-width: 280px; }
  .footer h4 { font-size: 12.5px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; margin-bottom: 16px; }
  .footer li { font-size: 14px; color: var(--gray); margin-bottom: 9px; }
  .footer li a:hover { color: var(--orange); }

  /* Bande noire arrondie — signature de la plaquette */
  .footer-band { background: #17130F; border-radius: 26px 26px 0 0; color: #fff; }
  .fb-inner { max-width: 1180px; margin: 0 auto; padding: 30px 40px 0; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
  .fb-logo { height: 52px; width: auto; }
  .fb-sep { width: 1px; height: 40px; background: rgba(255,255,255,0.22); }
  .fb-tagline { font-size: 19px; font-weight: 500; font-style: italic; color: rgba(255,255,255,0.92); }
  .fb-tagline em { color: var(--orange); font-weight: 700; }
  .fb-shield { width: 52px; height: 58px; color: var(--orange); flex: none; }
  .fb-baseline { max-width: 1180px; margin: 24px auto 0; padding: 18px 40px; border-top: 1px solid rgba(255,255,255,0.12); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 12px; color: rgba(255,255,255,0.5); }

  /* ═══════ REVEAL ═══════ */
  .reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1); }
  .reveal.in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

  /* ═══════ RESPONSIVE ═══════ */
  @media (max-width: 1024px) {
    .nav-tag { display: none; }
    .nav-right { gap: 20px; }
    .nav-links { gap: 20px; }
    .hero { min-height: 540px; }
    .hero-copy { margin-left: 0; }
    .hero-inner { padding-bottom: 56px; }
    .hero h1 { font-size: 46px; }
    .services-grid, .company-grid, .contact-grid { grid-template-columns: 1fr; }
    .company-grid { gap: 40px; }
    .timeline { grid-template-columns: 1fr; gap: 22px; }
    .timeline::before { top: 8px; bottom: 8px; left: 7px; right: auto; width: 2px; height: auto; }
    .timeline-item { padding-top: 0; padding-left: 32px; }
    .engage-grid { grid-template-columns: 1fr 1fr; }
    .stats-grid { grid-template-columns: 1fr 1fr; gap: 18px 0; }
    .stat:nth-child(3) { border-left: none; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 720px) {
    .nav-links { display: none; }
    .nav-burger { display: block; background: none; border: none; cursor: pointer; padding: 8px; }
    .nav-burger span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px 0; }
    .nav.scrolled .nav-burger span { background: var(--ink); }
    .hero h1 { font-size: 38px; letter-spacing: -1.2px; }
    h2 { font-size: 29px; }
    .contact-copy h2 { font-size: 32px; }
    .valeurs-grid, .testi-grid, .engage-grid, .cf-row { grid-template-columns: 1fr; }
    .quote-text { font-size: 22px; }
    section { padding: 64px 0; }
    .nav-inner { padding: 12px 20px; }
    .nav-right .btn { padding: 10px 16px; font-size: 13.5px; }
    .hero { min-height: 480px; }
    .hero-inner { padding: 0 20px 44px; }
    .hero-sub { font-size: 16px; }
    .wrap { padding: 0 20px; }
    .stats-grid { padding: 26px 20px; }
    .stat-num { font-size: 27px; }
    .parcours-title { font-size: 22px; }
    .dom { width: calc(50% - 9px); }
    .dom-pill { font-size: 14.5px; padding: 14px 20px; border-radius: 22px; }
    .contact-form { padding: 24px 20px; }
    .fb-sep { display: none; }
    .fb-inner { justify-content: center; text-align: center; padding: 26px 24px 0; }
    .fb-baseline { justify-content: center; text-align: center; }
  }

/* Logo client texte (slider) */
.client-logo-txt { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 19px; color: #1C1B19; letter-spacing: 0.5px; white-space: nowrap; }
