/* =========================================================
   Fiti Group, fitigroup.org
   Charte maison mère (jeu « blanc, graphite et acier », choisi le 5 septembre 2026) :
   fond blanc, surfaces gris clair, texte graphite, un seul accent gris acier à plat.
   Typo : Montserrat (titres) + Inter (texte), comme Fiti Insights
   ========================================================= */

:root {
  --fond: #FFFFFF;
  --surface: #F4F5F7;
  --texte: #22272E;
  --secondaire: #5F6673;
  --ligne: #E6E8EC;
  --accent: #5D6B7A;
  --accent-clair: #8A97A6;
  --accent-fond: #EEF1F4;

  /* anciens noms conservés pour les pages annexes */
  --nuit: #22272E; --nuit-2: #2E343C; --ivoire: #FFFFFF; --papier: #FFFFFF;
  --or: #5D6B7A; --or-doux: #8A97A6; --ligne-nuit: #E6E8EC;

  /* couleurs des solutions (portées par chaque carte) */
  --kope: #0D9488;      --kope-2: #0D9488;
  --kazi: #27357A;      --kazi-2: #27357A;
  --insights: #1F4E79;  --insights-2: #1F4E79;

  --r: 10px;
  --r-lg: 14px;
  --ombre: 0 1px 2px rgba(34, 39, 46, .04), 0 6px 18px rgba(34, 39, 46, .05);
  --ombre-forte: 0 10px 30px rgba(34, 39, 46, .10);
  --largeur: 1180px;
  --titre: "Montserrat", "Segoe UI", system-ui, sans-serif;
  --corps: "Inter", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--corps); color: var(--texte); background: var(--fond); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: var(--titre); line-height: 1.15; letter-spacing: -.015em; }
.conteneur { width: 100%; max-width: var(--largeur); margin: 0 auto; padding: 0 24px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ---------- Boutons ---------- */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px; border-radius: var(--r); font-weight: 600; font-size: .95rem; cursor: pointer; border: 1px solid transparent; transition: background .15s ease, border-color .15s ease, color .15s ease; }
.btn-or, .btn-nuit { background: var(--texte); color: #fff; }
.btn-or:hover, .btn-nuit:hover { background: var(--nuit-2); }
.btn-contour, .btn-clair { border-color: var(--ligne); color: var(--texte); background: var(--fond); }
.btn-contour:hover, .btn-clair:hover { border-color: var(--accent); }
.btn svg { width: 18px; height: 18px; }

/* ---------- Navigation ---------- */
.nav { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--ligne); color: var(--texte); }
.nav .conteneur { position: relative; display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 24px; }
.marque { white-space: nowrap; display: flex; align-items: center; gap: 12px; font-family: var(--titre); font-weight: 800; font-size: 1.15rem; letter-spacing: -.02em; }
.marque svg { width: 34px; height: 34px; }
.marque small { display: block; font-family: var(--corps); font-weight: 500; font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--secondaire); }
.nav-liens { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 500; }
.nav-liens a { white-space: nowrap; color: var(--secondaire); padding: 6px 0; border-bottom: 2px solid transparent; transition: color .15s, border-color .15s; }
.nav-liens a:hover { color: var(--texte); border-color: var(--accent); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav .btn { padding: 9px 16px; font-size: .88rem; }
.lang { display: inline-flex; align-items: center; padding: 8px 12px; border-radius: var(--r); border: 1px solid var(--ligne); font-size: .8rem; font-weight: 700; letter-spacing: .06em; color: var(--secondaire); }
.lang:hover { color: var(--texte); border-color: var(--accent); }
.burger { display: none; width: 42px; height: 42px; border-radius: var(--r); border: 1px solid var(--ligne); background: transparent; color: var(--texte); cursor: pointer; }
.burger span { display: block; width: 18px; height: 2px; background: currentColor; margin: 4px auto; transition: transform .2s, opacity .2s; }

/* ---------- Méga-menu Produits ---------- */
.a-menu { position: static; }
.a-menu > button { display: inline-flex; align-items: center; gap: 6px; background: none; border: 0; color: var(--secondaire); font: inherit; font-weight: 500; cursor: pointer; padding: 6px 0; border-bottom: 2px solid transparent; transition: color .15s, border-color .15s; }
.a-menu > button:hover, .a-menu.ouvert > button { color: var(--texte); border-color: var(--accent); }
.a-menu > button svg { width: 14px; height: 14px; transition: transform .2s; }
.a-menu.ouvert > button svg { transform: rotate(180deg); }
.mega { position: absolute; left: 24px; right: 24px; top: calc(100% + 8px); margin: 0 auto; max-width: 960px; background: var(--fond); color: var(--texte); border: 1px solid var(--ligne); border-radius: var(--r-lg); box-shadow: var(--ombre-forte); padding: 26px 28px 22px; display: none; grid-template-columns: 1.1fr 1.3fr .9fr; gap: 28px; }
.a-menu.ouvert .mega { display: grid; }
.mega h5 { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--secondaire); margin-bottom: 12px; font-family: var(--corps); }
.mega-item { display: flex; gap: 12px; align-items: flex-start; padding: 10px; border-radius: var(--r); transition: background .15s; }
.mega-item:hover { background: var(--surface); }
.mega-item .ico { flex: none; width: 38px; height: 38px; border-radius: 9px; display: grid; place-items: center; background: var(--c, var(--texte)); color: #fff; font-family: var(--titre); font-weight: 800; font-size: .8rem; }
.mega-item .ico svg { width: 20px; height: 20px; }
.mega-item b { display: block; font-size: .94rem; font-weight: 700; }
.mega-item span { display: block; font-size: .8rem; color: var(--secondaire); line-height: 1.4; }
.mega-liste { display: grid; gap: 2px; }
.mega-liste-compacte .mega-item { padding: 7px 10px; }
.mega-liste-compacte .ico { width: 30px; height: 30px; border-radius: 7px; font-size: .7rem; }
.mega-liste-compacte b { font-size: .88rem; }
.mega-pied { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 16px; margin-top: 6px; border-top: 1px solid var(--ligne); font-size: .86rem; color: var(--secondaire); }
.mega-pied a { color: var(--texte); font-weight: 600; }
.mega-pied a:hover { color: var(--accent); }
.mega-encart { background: var(--surface); color: var(--texte); border-radius: var(--r-lg); padding: 20px; display: flex; flex-direction: column; gap: 10px; border: 1px solid var(--ligne); }
.mega-encart small { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); font-weight: 700; }
.mega-encart b { font-family: var(--titre); font-size: 1.05rem; line-height: 1.3; }
.mega-encart p { font-size: .84rem; color: var(--secondaire); flex: 1; }
.mega-encart .btn { align-self: flex-start; padding: 9px 14px; font-size: .84rem; }

/* ---------- Héros ---------- */
.heros { position: relative; background: var(--fond); color: var(--texte); padding: 88px 0 0; border-bottom: 1px solid var(--ligne); }
.heros .conteneur { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding-bottom: 88px; }
.etiquette { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: var(--r); border: 1px solid var(--ligne); background: var(--surface); font-size: .8rem; font-weight: 500; letter-spacing: .02em; color: var(--secondaire); }
.etiquette i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.heros h1 { font-size: clamp(2.4rem, 4.6vw, 3.8rem); font-weight: 800; margin: 22px 0 18px; }
.heros h1 em { font-style: normal; color: var(--accent); }
.heros .accroche { font-size: 1.12rem; color: var(--secondaire); max-width: 560px; }
.heros .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.heros .preuves { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--ligne); }
.preuve b { display: block; font-family: var(--titre); font-size: 1.5rem; font-weight: 800; color: var(--texte); }
.preuve span { font-size: .82rem; color: var(--secondaire); }

/* Constellation : les marques reliées au groupe */
.constellation { position: relative; width: 100%; aspect-ratio: 1 / .92; max-width: 520px; margin-left: auto; }
.constellation svg.liens { position: absolute; inset: 0; width: 100%; height: 100%; }
.noeud { position: absolute; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--texte); text-align: center; width: 132px; }
.noeud .pastille { width: 60px; height: 60px; border-radius: 14px; display: grid; place-items: center; background: var(--c, var(--texte)); color: #fff; box-shadow: var(--ombre); font-family: var(--titre); font-weight: 800; font-size: 1rem; letter-spacing: -.02em; transition: transform .2s ease; }
.noeud:hover .pastille { transform: translateY(-3px); }
.noeud b { font-size: .86rem; font-weight: 700; }
.noeud span { font-size: .72rem; color: var(--secondaire); line-height: 1.3; }
.noeud-centre .pastille { width: 88px; height: 88px; border-radius: 20px; background: var(--fond); border: 1px solid var(--ligne); box-shadow: none; }
.noeud-centre .pastille svg { width: 56px; height: 56px; }
.noeud-centre b { font-size: 1rem; }
.pulse { animation: none; }
.courbe { display: none; }

/* ---------- Sections ---------- */
.section { padding: 88px 0; }
.section-serree { padding: 64px 0; }
.entete { max-width: 680px; margin-bottom: 44px; }
.surtitre { display: inline-block; font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.entete h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; }
.entete p { color: var(--secondaire); font-size: 1.05rem; margin-top: 14px; }
.entete.centre { margin-left: auto; margin-right: auto; text-align: center; }

/* ---------- Écosystème : cartes des solutions ---------- */
.grille-solutions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.solution { --c: var(--texte); --c2: var(--accent); position: relative; display: flex; flex-direction: column; background: var(--fond); border: 1px solid var(--ligne); border-radius: var(--r-lg); padding: 28px; overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease; }
.solution:hover { border-color: var(--accent-clair); box-shadow: var(--ombre); }
.solution::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--c); }
.solution-tete { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.logo-solution { width: 50px; height: 50px; border-radius: 12px; display: grid; place-items: center; background: var(--c); color: #fff; font-family: var(--titre); font-weight: 800; font-size: 1.05rem; }
.logo-solution svg { width: 30px; height: 30px; }
.statut { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 10px; border-radius: 6px; background: #EAF3EE; color: #1F6B48; }
.statut.test { background: var(--surface); color: var(--secondaire); }
.solution .branche { font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--secondaire); }
.solution h3 { font-size: 1.4rem; font-weight: 800; margin: 4px 0 6px; }
.solution .role { color: var(--c); font-weight: 600; font-size: .95rem; }
.solution p.desc { color: var(--secondaire); margin: 14px 0 20px; flex: 1; }
.solution ul.points { display: grid; gap: 8px; margin-bottom: 24px; font-size: .92rem; }
.solution ul.points li { display: flex; gap: 10px; align-items: flex-start; }
.solution ul.points li::before { content: ""; flex: none; width: 16px; height: 16px; margin-top: 4px; background: var(--c); mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>") center/contain no-repeat; -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>") center/contain no-repeat; }
.solution .actions { display: flex; flex-wrap: wrap; gap: 10px; }
.solution .btn-solution { background: var(--c); color: #fff; }
.solution .btn-solution:hover { filter: brightness(1.08); }
.solution.kope { --c: var(--kope); }
.solution.kazi { --c: var(--kazi); }
.solution.insights { --c: var(--insights); }
.solution.spatial { --c: #3B6E3F; }

/* ---------- Catalogue filtrable ---------- */
.filtres { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.filtre { padding: 8px 14px; border-radius: var(--r); border: 1px solid var(--ligne); background: var(--fond); font: inherit; font-size: .86rem; font-weight: 600; color: var(--secondaire); cursor: pointer; transition: all .15s; }
.filtre:hover { border-color: var(--accent); color: var(--texte); }
.filtre.actif { background: var(--texte); border-color: var(--texte); color: #fff; }
.catalogue { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tuile { --c: var(--texte); --c2: var(--accent); display: flex; gap: 16px; align-items: flex-start; padding: 18px; border-radius: var(--r-lg); background: var(--fond); border: 1px solid var(--ligne); transition: border-color .18s, box-shadow .18s; }
.tuile:hover { border-color: var(--accent-clair); box-shadow: var(--ombre); }
.tuile.masquee { display: none; }
.tuile .ico { flex: none; width: 44px; height: 44px; border-radius: 10px; display: grid; place-items: center; background: var(--c); color: #fff; font-family: var(--titre); font-weight: 800; font-size: .88rem; }
.tuile .ico svg { width: 24px; height: 24px; }
.tuile .famille { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--secondaire); }
.tuile h4 { font-size: 1rem; font-weight: 800; margin: 3px 0 4px; }
.tuile p { font-size: .86rem; color: var(--secondaire); line-height: 1.45; }
.tuile .fleche { margin-left: auto; align-self: center; flex: none; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--ligne); display: grid; place-items: center; color: var(--secondaire); transition: all .15s; }
.tuile .fleche svg { width: 14px; height: 14px; }
.tuile:hover .fleche { background: var(--texte); border-color: var(--texte); color: #fff; }
.catalogue-vide { display: none; text-align: center; color: var(--secondaire); padding: 32px; }

/* ---------- Le groupe : les marques ---------- */
.structure { background: var(--surface); border-top: 1px solid var(--ligne); border-bottom: 1px solid var(--ligne); }
.arbre { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.branche-carte { position: relative; padding: 30px; border-radius: var(--r-lg); border: 1px solid var(--ligne); background: var(--fond); }
.branche-carte .num { font-family: var(--titre); font-weight: 800; font-size: .76rem; letter-spacing: .14em; color: var(--accent); }
.branche-carte h3 { font-size: 1.45rem; font-weight: 800; margin: 8px 0 10px; }
.branche-carte p { color: var(--secondaire); }
.branche-carte .liste { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px 7px 8px; border-radius: var(--r); background: var(--fond); border: 1px solid var(--ligne); font-size: .85rem; font-weight: 600; }
.chip i { width: 12px; height: 12px; border-radius: 3px; background: var(--c, var(--texte)); }
.chip:hover { border-color: var(--accent); }

/* ---------- Interopérabilité ---------- */
.interop { background: var(--fond); color: var(--texte); position: relative; }
.couches { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.couche { padding: 26px; border-radius: var(--r-lg); border: 1px solid var(--ligne); background: var(--fond); }
.couche .niveau { display: inline-flex; align-items: center; gap: 10px; font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--secondaire); }
.couche .niveau b { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 6px; background: var(--texte); color: #fff; font-family: var(--titre); font-size: .82rem; }
.couche h3 { font-size: 1.2rem; font-weight: 800; margin: 16px 0 10px; }
.couche p { color: var(--secondaire); font-size: .95rem; }
.etat, .couche .etat { display: inline-block; margin-top: 18px; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 10px; border-radius: 6px; border: 1px solid var(--ligne); color: var(--secondaire); background: var(--fond); }
.etat.fait, .couche .etat.fait { border-color: transparent; background: #EAF3EE; color: #1F6B48; }
.etat.encours, .couche .etat.encours { border-color: transparent; background: var(--accent-fond); color: var(--accent); }

/* Le système Fiti : produits posés sur un socle commun */
.systeme { margin-top: 52px; }
.systeme-produits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.sys-produit { padding: 16px 18px; border-radius: var(--r-lg); background: var(--fond); border: 1px solid var(--ligne); display: flex; align-items: center; gap: 14px; }
.sys-produit .ico { flex: none; width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center; background: var(--c); color: #fff; font-family: var(--titre); font-weight: 800; font-size: .85rem; }
.sys-produit b { display: block; font-size: 1rem; }
.sys-produit span { font-size: .8rem; color: var(--secondaire); }
.sys-fils { height: 44px; position: relative; }
.sys-fils::before { content: ""; position: absolute; left: 16.66%; right: 16.66%; top: 50%; border-top: 1px dashed var(--accent-clair); }
.sys-fils i { position: absolute; top: 0; bottom: 0; border-left: 1px dashed var(--accent-clair); }
.sys-fils i:nth-child(1) { left: 16.66%; } .sys-fils i:nth-child(2) { left: 50%; } .sys-fils i:nth-child(3) { left: 83.33%; }
.sys-fils::after { content: ""; position: absolute; left: 50%; top: 50%; bottom: 0; border-left: 1px dashed var(--accent-clair); }
.socle { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--ligne); background: var(--surface); }
.socle-couche { display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 20px; padding: 16px 22px; border-top: 1px solid var(--ligne); }
.socle-couche:first-child { border-top: 0; }
.socle-couche .nom { display: flex; align-items: center; gap: 12px; font-family: var(--titre); font-weight: 800; font-size: .98rem; }
.socle-couche .nom i { width: 10px; height: 10px; border-radius: 3px; background: var(--accent); flex: none; }
.socle-couche p { font-size: .88rem; color: var(--secondaire); }
.socle-couche .etat { margin: 0; }
.socle-legende { margin-top: 14px; font-size: .8rem; color: var(--secondaire); text-align: center; }

/* Démo du lanceur */
.demo-lanceur { margin-top: 40px; padding: 24px 26px; border-radius: var(--r-lg); border: 1px dashed var(--accent-clair); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--fond); }
.demo-lanceur p { color: var(--secondaire); font-size: .95rem; max-width: 620px; }
.demo-lanceur p b { color: var(--texte); }
.demo-lanceur code { font-size: .82rem; background: var(--surface); padding: 3px 8px; border-radius: 6px; color: var(--texte); }

/* ---------- Approche ---------- */
.principes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.principe { padding: 24px; border-radius: var(--r-lg); background: var(--fond); border: 1px solid var(--ligne); }
.principe .icone { width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center; background: var(--surface); color: var(--accent); margin-bottom: 16px; border: 1px solid var(--ligne); }
.principe .icone svg { width: 22px; height: 22px; }
.principe h3 { font-size: 1.06rem; font-weight: 800; margin-bottom: 8px; }
.principe p { color: var(--secondaire); font-size: .93rem; }

/* ---------- Contact ---------- */
.contact { background: var(--surface); border-top: 1px solid var(--ligne); }
.contact-boite { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding: 44px; border-radius: var(--r-lg); background: var(--fond); color: var(--texte); border: 1px solid var(--ligne); }
.contact-boite h2 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); font-weight: 800; }
.contact-boite p { color: var(--secondaire); margin-top: 12px; }
.contact-liste { display: grid; gap: 10px; }
.contact-liste a { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: var(--r); border: 1px solid var(--ligne); background: var(--fond); transition: border-color .15s, background .15s; }
.contact-liste a:hover { border-color: var(--accent); background: var(--surface); }
.contact-liste .ic { width: 38px; height: 38px; border-radius: 9px; display: grid; place-items: center; background: var(--c, var(--texte)); color: #fff; flex: none; }
.contact-liste .ic svg { width: 20px; height: 20px; }
.contact-liste b { display: block; font-size: .95rem; }
.contact-liste span { font-size: .82rem; color: var(--secondaire); }

/* ---------- Pied de page ---------- */
.pied { padding: 52px 0 28px; color: var(--secondaire); font-size: .9rem; background: var(--fond); }
.pied-grille { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--ligne); }
.pied .marque { color: var(--texte); }
.pied h4 { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--texte); margin-bottom: 14px; }
.pied li { margin-bottom: 8px; }
.pied a:hover { color: var(--texte); }
.pied-bas { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 22px; font-size: .82rem; }
.pied-bas a { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Animations d'apparition ---------- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .heros .conteneur { grid-template-columns: 1fr; gap: 40px; }
  .constellation { margin: 0 auto; max-width: 440px; }
  .grille-solutions, .couches { grid-template-columns: 1fr; }
  .catalogue { grid-template-columns: 1fr 1fr; }
  .arbre { grid-template-columns: 1fr; }
  .principes { grid-template-columns: 1fr 1fr; }
  .mega { grid-template-columns: 1fr 1fr; }
  .mega-encart { grid-column: 1 / -1; }
  .socle-couche { grid-template-columns: 1fr; gap: 8px; }
  .pied-grille { grid-template-columns: 1fr 1fr; }
  .contact-boite { grid-template-columns: 1fr; padding: 32px; }
}
@media (max-width: 1100px) {
  .nav-liens { position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 0; background: var(--fond); border-bottom: 1px solid var(--ligne); padding: 8px 24px 16px; display: none; max-height: calc(100vh - 68px); overflow-y: auto; }
  .nav-liens.ouvert { display: flex; }
  .nav-liens a { width: 100%; padding: 12px 0; border-bottom: 1px solid var(--ligne); }
  .nav-liens .a-menu { width: 100%; }
  .nav-liens .a-menu > button { width: 100%; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--ligne); }
  .mega { position: static; width: 100%; max-width: none; grid-template-columns: 1fr; gap: 14px; padding: 12px 0 8px; border: 0; box-shadow: none; background: transparent; border-radius: 0; }
  .mega-encart, .mega-pied { display: none; }
  .mega h5 { margin-top: 6px; }
  .mega-item { padding: 8px; }
  .catalogue, .systeme-produits { grid-template-columns: 1fr; }
  .sys-fils { display: none; }
  .nav-actions .btn { display: none; }
  .burger { display: block; }
  .burger.actif span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .burger.actif span:nth-child(2) { opacity: 0; }
  .burger.actif span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .heros { padding-top: 52px; }
  .heros .conteneur { padding-bottom: 52px; }
  .section { padding: 60px 0; }
  .arbre, .principes, .pied-grille { grid-template-columns: 1fr; }
  .demo-lanceur { flex-direction: column; align-items: flex-start; }
  .noeud { width: 104px; }
  .noeud .pastille { width: 50px; height: 50px; border-radius: 12px; font-size: .9rem; }
  .noeud-centre .pastille { width: 72px; height: 72px; }
}
