/* =========================================================
   SITE OFFICIEL LE COMPTOIR ÉOLIEN
   Aucun framework, aucune police externe.
========================================================= */

:root {
  --blue: #00559E;
  --blue-dark: #073764;
  --blue-ink: #0a2e4f;
  --blue-soft: #eaf5fd;
  --blue-pale: #f3f8fc;
  --green: #00B67A;
  --green-dark: #008d60;
  --green-soft: #e7f8f2;
  --ink: #132638;
  --muted: #607385;
  --line: #dce7ef;
  --line-strong: #cbdce8;
  --surface: #ffffff;
  --page: #f5f8fb;
  --danger: #c14444;
  --warning: #d39316;
  --radius-xs: 8px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --radius-xl: 34px;
  --shadow-sm: 0 8px 24px rgba(13, 47, 78, .07);
  --shadow-md: 0 18px 48px rgba(13, 47, 78, .12);
  --shadow-lg: 0 30px 90px rgba(4, 31, 57, .22);
  --wrap: 1240px;
  --header-height: 78px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
svg { display: block; }
a { color: inherit; }
button, input, select { font: inherit; }
button { color: inherit; }

.wrap {
  width: min(var(--wrap), calc(100% - 40px));
  margin-inline: auto;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100000;
  transform: translateY(-150%);
  padding: 10px 14px;
  color: #fff;
  background: var(--blue-dark);
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid rgba(0, 182, 122, .55);
  outline-offset: 3px;
}

/* =========================================================
   BOUTONS ET ÉLÉMENTS GÉNÉRIQUES
========================================================= */
.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 760;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background-color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--large { min-height: 52px; padding-inline: 22px; }
.btn--green {
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 28px rgba(0, 182, 122, .24);
}
.btn--green:hover { background: var(--green-dark); box-shadow: 0 16px 34px rgba(0, 182, 122, .30); }
.btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
}
.btn--ghost:hover { background: rgba(255, 255, 255, .16); border-color: rgba(255, 255, 255, .55); }
.btn--header {
  color: #fff !important;
  background: var(--blue);
  min-height: 44px;
  padding-inline: 17px !important;
}
.btn--header:hover { background: var(--blue-dark); }

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 820;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow--light { color: #7be3bc; }

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .02em;
}
.pill--green { color: #075c41; background: #dff9ef; }

.status-dot {
  width: 9px;
  height: 9px;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(0, 182, 122, .13);
}

/* =========================================================
   BARRE OFFICIELLE ET HEADER
========================================================= */
.official-bar {
  color: #eaf6ff;
  background: var(--blue-dark);
  font-size: .78rem;
}
.official-bar__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.official-bar__badge {
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7be3bc;
}
.official-bar__badge svg,
.footer-official svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.official-bar__domain {
  color: rgba(255, 255, 255, .62);
  padding-left: 9px;
  border-left: 1px solid rgba(255, 255, 255, .2);
}
.official-bar a {
  margin-left: auto;
  color: #fff;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, .45);
}
.official-bar a:hover { text-decoration-color: #fff; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--header-height);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(7, 55, 100, .08);
  backdrop-filter: blur(16px) saturate(125%);
  transition: box-shadow .2s ease, background-color .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(5, 42, 75, .09); }
.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
  text-decoration: none;
}
.brand__mark { width: 48px; height: 48px; flex: 0 0 auto; }
.brand__copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand__copy strong { color: var(--blue-dark); font-size: 1.15rem; letter-spacing: -.025em; }
.brand__copy small { margin-top: 5px; color: var(--muted); font-size: .72rem; font-weight: 650; }

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
.primary-nav > a:not(.btn) {
  padding: 11px 10px;
  color: #294359;
  border-radius: 9px;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 700;
  white-space: nowrap;
}
.primary-nav > a:not(.btn):hover { color: var(--blue); background: var(--blue-pale); }
.nav-phone {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}
.nav-phone svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.menu-toggle {
  width: 46px;
  height: 46px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}
.menu-toggle span:not(.sr-only) { width: 20px; height: 2px; background: var(--blue-dark); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =========================================================
   HERO
========================================================= */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 87% 12%, rgba(0, 182, 122, .18), transparent 29%),
    radial-gradient(circle at 10% 83%, rgba(44, 142, 211, .22), transparent 34%),
    linear-gradient(135deg, #073764 0%, #064d86 51%, #042d52 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .24;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}
.hero__glow {
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .14;
  pointer-events: none;
}
.hero__glow--one { right: -160px; top: 100px; background: #00d892; }
.hero__glow--two { left: -210px; bottom: -180px; background: #38a8f4; }
.hero__grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr);
  align-items: center;
  gap: clamp(48px, 7vw, 90px);
  padding-top: 72px;
  padding-bottom: 76px;
}
.hero__content h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  line-height: .99;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.hero__lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.7;
}
.hero-search {
  max-width: 720px;
  margin-top: 30px;
}
.hero-search > label {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, .82);
  font-size: .84rem;
  font-weight: 750;
}
.hero-search__row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .21);
}
.hero-search__icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--blue);
}
.hero-search__icon svg,
.catalogue-search__field svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}
.hero-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: .96rem;
}
.hero-search input::placeholder { color: #8b9aa7; }
.hero-search .btn { min-height: 46px; padding-inline: 20px; box-shadow: none; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.hero__proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 33px;
}
.hero__proofs > div {
  min-width: 155px;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, .19);
}
.hero__proofs > div:first-child { padding-left: 0; border-left: 0; }
.hero__proofs strong { display: block; color: #fff; font-size: .94rem; }
.hero__proofs span { display: block; margin-top: 3px; color: rgba(255, 255, 255, .58); font-size: .76rem; }

.hero-product {
  position: relative;
  width: min(100%, 470px);
  justify-self: end;
  color: var(--ink);
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 30px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transform: rotate(1deg);
}
.hero-product::after {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(0, 85, 158, .06);
  border-radius: 22px;
}
.hero-product__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px 0;
}
.hero-product__source { color: var(--muted); font-size: .7rem; font-weight: 700; }
.hero-product__media {
  position: relative;
  display: block;
  aspect-ratio: 1.35 / 1;
  margin: 8px 12px 0;
  overflow: hidden;
  background: linear-gradient(145deg, #eef7fd, #f9fcfe);
  border-radius: 22px;
}
.hero-product__media img { width: 100%; height: 100%; object-fit: contain; padding: 14px; transition: transform .35s var(--ease); }
.hero-product__media:hover img { transform: scale(1.025); }
.hero-product__body { position: relative; z-index: 2; padding: 19px 22px 18px; }
.hero-product__category { margin: 0 0 5px; color: var(--blue); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-product__body h2 {
  min-height: 58px;
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  line-height: 1.3;
  letter-spacing: -.025em;
}
.hero-product__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-top: 18px; }
.hero-product__bottom > div span { display: block; color: var(--muted); font-size: .72rem; }
.hero-product__bottom > div strong { display: block; margin-top: 2px; color: var(--blue-dark); font-size: 1.62rem; line-height: 1.1; }
.round-link {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  transition: transform .2s var(--ease), background-color .2s ease;
}
.round-link:hover { transform: translateX(2px); background: var(--green); }
.round-link svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-product__status {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 20px 13px;
  color: var(--muted);
  background: #f6fafc;
  border-top: 1px solid var(--line);
  font-size: .72rem;
}
.hero-product__status.is-fallback .status-dot,
.catalogue-source.is-fallback .status-dot { background: var(--warning); box-shadow: 0 0 0 4px rgba(211, 147, 22, .13); }
.hero-product__status.is-error .status-dot,
.catalogue-source.is-error .status-dot { background: var(--danger); box-shadow: 0 0 0 4px rgba(193, 68, 68, .12); }

/* =========================================================
   BANDE DE CONFIANCE
========================================================= */
.trust-strip {
  position: relative;
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(7, 55, 100, .05);
}
.trust-strip__grid {
  min-height: 92px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
.trust-item {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 25px;
  border-left: 1px solid var(--line);
}
.trust-item:first-child { padding-left: 0; border-left: 0; }
.trust-item svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--green);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trust-item span { color: var(--muted); font-size: .79rem; line-height: 1.35; }
.trust-item strong { color: var(--blue-dark); }

/* =========================================================
   SECTIONS COMMUNES
========================================================= */
.section { padding: clamp(74px, 8vw, 112px) 0; }
.section--soft { background: var(--page); }
.section-heading { max-width: 760px; margin-bottom: 40px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading h2,
.catalogue-heading h2,
.selection-intro h2,
.faq-intro h2,
.advice-copy h2,
.final-cta h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.section-heading > p:last-child,
.catalogue-heading > div > p:last-child,
.selection-intro > div > p:last-child,
.faq-intro > p,
.advice-copy > p {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

/* =========================================================
   CARTES PROJETS
========================================================= */
.section--projects { background: #fff; }
.project-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.project-card {
  position: relative;
  min-height: 215px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  overflow: hidden;
  text-align: left;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: transform .22s var(--ease), border-color .22s ease, box-shadow .22s ease, background-color .22s ease;
}
.project-card::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -65px;
  bottom: -65px;
  border-radius: 50%;
  background: var(--blue-soft);
  transition: transform .3s var(--ease), background-color .2s ease;
}
.project-card:hover { transform: translateY(-4px); border-color: #a9cce4; box-shadow: var(--shadow-md); }
.project-card:hover::before { transform: scale(1.25); }
.project-card.is-active {
  color: #fff;
  background: linear-gradient(145deg, var(--blue) 0%, var(--blue-dark) 100%);
  border-color: transparent;
  box-shadow: 0 18px 50px rgba(0, 85, 158, .25);
}
.project-card.is-active::before { background: rgba(0, 182, 122, .23); }
.project-card__icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 15px;
}
.project-card__icon svg { width: 33px; height: 33px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.project-card.is-active .project-card__icon { color: #fff; background: rgba(255,255,255,.13); }
.project-card__copy { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 5px; }
.project-card__copy small { color: var(--blue); font-size: .69rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.project-card__copy strong { color: var(--blue-dark); font-size: 1.15rem; line-height: 1.25; }
.project-card__copy span { color: var(--muted); font-size: .82rem; line-height: 1.45; }
.project-card.is-active .project-card__copy small { color: #80e8c1; }
.project-card.is-active .project-card__copy strong { color: #fff; }
.project-card.is-active .project-card__copy span { color: rgba(255,255,255,.72); }
.project-card__check {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  opacity: 0;
  transform: scale(.7);
  transition: opacity .2s ease, transform .2s var(--ease);
}
.project-card__check svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.project-card.is-active .project-card__check { opacity: 1; transform: scale(1); }

/* =========================================================
   SÉLECTION DYNAMIQUE ET CARTES PRODUITS
========================================================= */
.selection-section { background: #fff; }
.selection-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 28px;
}
.selection-intro > div:first-child { max-width: 790px; }
.selection-intro h2 { font-size: clamp(2rem, 3vw, 2.85rem); }
.selection-meta { flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-end; gap: 7px; }
.selection-meta span { color: var(--muted); font-size: .75rem; }
.selection-meta a { color: var(--blue); font-size: .86rem; font-weight: 780; text-decoration: none; }
.selection-meta a:hover { text-decoration: underline; text-underline-offset: 4px; }

.product-row-shell { position: relative; }
.product-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 54px) / 4);
  gap: 18px;
  padding: 4px 2px 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.product-row::-webkit-scrollbar { display: none; }
.row-nav {
  position: absolute;
  top: 47%;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--blue-dark);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: var(--shadow-md);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color .2s ease, color .2s ease, opacity .2s ease, transform .2s var(--ease);
}
.row-nav:hover:not(:disabled) { color: #fff; background: var(--blue); transform: translateY(-50%) scale(1.04); }
.row-nav:disabled { opacity: .35; cursor: default; }
.row-nav svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.row-nav--prev { left: -24px; }
.row-nav--next { right: -24px; }
.row-progress {
  width: min(360px, 70%);
  height: 4px;
  margin: 8px auto 0;
  overflow: hidden;
  background: #e4edf3;
  border-radius: 999px;
}
.row-progress span {
  display: block;
  width: 25%;
  height: 100%;
  transform-origin: left center;
  background: var(--green);
  border-radius: inherit;
  transition: width .25s ease;
}

.product-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 21px;
  box-shadow: 0 9px 28px rgba(11, 57, 91, .07);
  scroll-snap-align: start;
  transition: transform .24s var(--ease), box-shadow .24s ease, border-color .24s ease;
}
.product-card:hover { transform: translateY(-4px); border-color: #b6d3e6; box-shadow: 0 18px 42px rgba(11, 57, 91, .13); }
.product-card__media-link { position: relative; display: block; text-decoration: none; }
.product-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(145deg, #f1f7fb, #fbfdff);
}
.product-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 15px; transition: transform .3s var(--ease); }
.product-card:hover .product-card__media img { transform: scale(1.035); }
.product-card__badges {
  position: absolute;
  inset: 10px 10px auto;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  pointer-events: none;
}
.product-badge {
  max-width: 68%;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 8px;
  color: var(--blue-dark);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(7,55,100,.08);
  border-radius: 999px;
  box-shadow: 0 5px 15px rgba(7,55,100,.08);
  font-size: .63rem;
  font-weight: 820;
  line-height: 1;
  backdrop-filter: blur(7px);
}
.product-badge--stock { color: #096246; background: rgba(226, 251, 241, .95); }
.product-card__content { flex: 1; display: flex; flex-direction: column; padding: 15px 16px 16px; }
.product-card__ref { margin: 0 0 6px; color: #8494a1; font-size: .66rem; font-weight: 720; text-transform: uppercase; letter-spacing: .07em; }
.product-card__title { margin: 0; font-size: .94rem; line-height: 1.42; letter-spacing: -.015em; }
.product-card__title a { color: var(--blue-dark); text-decoration: none; }
.product-card__title a:hover { color: var(--blue); }
.product-card__category { margin: 8px 0 0; color: var(--muted); font-size: .71rem; line-height: 1.35; }
.product-card__footer { margin-top: auto; padding-top: 16px; }
.product-card__price-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; }
.product-card__price-label { display: block; color: var(--muted); font-size: .66rem; }
.product-card__price { display: block; color: var(--blue-dark); font-size: 1.32rem; line-height: 1.15; letter-spacing: -.025em; }
.product-card__old-price { display: block; color: #8998a4; font-size: .72rem; text-decoration: line-through; }
.product-card__actions { display: grid; grid-template-columns: 1fr 43px; gap: 8px; margin-top: 13px; }
.product-card__view,
.product-card__cart {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 12px;
  font-size: .78rem;
  font-weight: 790;
  transition: background-color .2s ease, color .2s ease, transform .2s var(--ease), border-color .2s ease;
}
.product-card__view { color: #fff; background: var(--blue); padding: 9px 12px; }
.product-card__view:hover { background: var(--blue-dark); }
.product-card__cart { color: var(--blue); background: var(--blue-soft); border: 1px solid #d4e8f5; }
.product-card__cart:hover { color: #fff; background: var(--green); border-color: var(--green); }
.product-card__cart svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.product-skeleton {
  min-height: 398px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 21px;
  scroll-snap-align: start;
}
.product-skeleton::before {
  content: "";
  display: block;
  aspect-ratio: 4 / 3;
  background: linear-gradient(100deg, #edf3f7 20%, #fafcfd 40%, #edf3f7 60%);
  background-size: 220% 100%;
  animation: shimmer 1.35s linear infinite;
}
.product-skeleton::after {
  content: "";
  display: block;
  width: calc(100% - 32px);
  height: 130px;
  margin: 18px 16px;
  background:
    linear-gradient(#edf3f7 0 0) 0 0 / 36% 9px no-repeat,
    linear-gradient(#edf3f7 0 0) 0 24px / 92% 13px no-repeat,
    linear-gradient(#edf3f7 0 0) 0 48px / 74% 13px no-repeat,
    linear-gradient(#edf3f7 0 0) 0 84px / 48% 24px no-repeat,
    linear-gradient(#edf3f7 0 0) 0 122px / 100% 42px no-repeat;
  border-radius: 8px;
  opacity: .9;
}
@keyframes shimmer { to { background-position-x: -220%; } }

.micro-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 980px;
  margin: 27px auto 0;
  padding: 15px 18px;
  color: var(--muted);
  background: #f7fafc;
  border: 1px solid var(--line);
  border-radius: 14px;
  font-size: .78rem;
}
.micro-note svg { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: var(--blue); stroke-width: 1.9; stroke-linecap: round; }
.micro-note p { margin: 0; }

/* =========================================================
   CATALOGUE COMPLET
========================================================= */
.catalogue-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.catalogue-heading > div:first-child { max-width: 780px; }
.catalogue-source {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  padding: 10px 13px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  font-size: .72rem;
}
.catalogue-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 14px;
  margin-top: 34px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
}
.catalogue-search label,
.catalogue-sort label {
  display: block;
  margin: 0 0 7px 2px;
  color: var(--blue-dark);
  font-size: .72rem;
  font-weight: 790;
}
.catalogue-search__field { position: relative; display: flex; align-items: center; }
.catalogue-search__field svg { position: absolute; left: 14px; z-index: 1; color: var(--blue); }
.catalogue-search__field input,
.catalogue-sort select {
  width: 100%;
  min-height: 48px;
  color: var(--ink);
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.catalogue-search__field input { padding: 11px 48px 11px 46px; }
.catalogue-search__field input:focus,
.catalogue-sort select:focus { background: #fff; border-color: #7ab5dc; box-shadow: 0 0 0 4px rgba(0,85,158,.08); }
.catalogue-search__field button {
  position: absolute;
  right: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.35rem;
}
.catalogue-search__field button:hover { color: var(--blue); background: var(--blue-soft); }
.catalogue-sort select { padding: 10px 38px 10px 12px; cursor: pointer; }

.category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}
.filter-chip {
  min-height: 39px;
  padding: 8px 14px;
  color: #425c70;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 750;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s var(--ease);
}
.filter-chip:hover { color: var(--blue); border-color: #9ec8e3; transform: translateY(-1px); }
.filter-chip.is-active { color: #fff; background: var(--blue); border-color: var(--blue); box-shadow: 0 8px 18px rgba(0,85,158,.15); }

.catalogue-result-bar {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 17px;
}
.catalogue-result-bar p { margin: 0; color: var(--muted); font-size: .82rem; }
.reset-filters { padding: 6px 0; color: var(--blue); background: transparent; border: 0; cursor: pointer; font-size: .78rem; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.catalogue-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.product-skeleton--grid { min-width: 0; }
.empty-state {
  grid-column: 1 / -1;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  padding: 36px;
  text-align: center;
  color: var(--muted);
  background: #fff;
  border: 1px dashed #b7cddd;
  border-radius: 22px;
}
.empty-state svg { width: 54px; height: 54px; fill: none; stroke: #8ba9bd; stroke-width: 1.5; stroke-linecap: round; }
.empty-state strong { color: var(--blue-dark); font-size: 1.1rem; }
.empty-state p { max-width: 520px; margin: 0; }
.empty-state button { margin-top: 5px; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}
.pagination button,
.pagination span {
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  color: var(--blue-dark);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: .8rem;
  font-weight: 760;
}
.pagination button { cursor: pointer; transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s var(--ease); }
.pagination button:hover:not(:disabled) { color: #fff; background: var(--green); border-color: var(--green); transform: translateY(-1px); }
.pagination button.is-active { color: #fff; background: var(--green); border-color: var(--green); }
.pagination button:disabled { opacity: .4; cursor: default; }
.pagination .pagination-arrow { padding-inline: 14px; }
.pagination .pagination-dots { min-width: 26px; border: 0; background: transparent; }

/* =========================================================
   PARCOURS
========================================================= */
.journey { background: #fff; }
.journey-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.journey-grid::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 49px;
  height: 2px;
  background: linear-gradient(90deg, var(--green), #68b5e6);
  opacity: .35;
}
.journey-grid li { position: relative; z-index: 1; padding: 0 15px; text-align: center; }
.journey-number { position: absolute; right: 18px; top: 4px; color: #d7e7f1; font-size: 2.5rem; font-weight: 900; line-height: 1; }
.journey-icon {
  width: 98px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 21px;
  color: var(--blue);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}
.journey-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.journey-grid h3 { margin: 0; color: var(--blue-dark); font-size: 1.05rem; }
.journey-grid p { margin: 10px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.6; }

/* =========================================================
   CONSEILS
========================================================= */
.section--advice {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(0,182,122,.17), transparent 32%),
    linear-gradient(135deg, #073764, #034d84 55%, #052e52);
}
.section--advice::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: radial-gradient(circle at center, rgba(255,255,255,.14) 1px, transparent 1.4px);
  background-size: 25px 25px;
}
.advice-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(48px, 7vw, 90px); align-items: center; }
.advice-copy h2 { color: #fff; }
.advice-copy > p { color: rgba(255,255,255,.72); }
.advice-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 27px; }
.advice-links { display: grid; gap: 11px; }
.advice-links > a {
  display: grid;
  grid-template-columns: 48px 1fr 30px;
  align-items: center;
  gap: 14px;
  min-height: 90px;
  padding: 15px 17px;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 17px;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: background-color .2s ease, transform .2s var(--ease), border-color .2s ease;
}
.advice-links > a:hover { transform: translateX(4px); background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.28); }
.advice-links__icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; color: #7be3bc; background: rgba(0,182,122,.12); border-radius: 14px; }
.advice-links__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.advice-links strong, .advice-links small { display: block; }
.advice-links strong { font-size: .96rem; }
.advice-links small { margin-top: 4px; color: rgba(255,255,255,.58); font-size: .74rem; }
.advice-links__arrow { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; opacity: .75; }

/* =========================================================
   FAQ
========================================================= */
.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr); gap: clamp(44px, 7vw, 86px); align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro h2 { font-size: clamp(2rem, 3.2vw, 2.9rem); }
.faq-contact-card {
  margin-top: 28px;
  padding: 23px;
  color: #fff;
  background: linear-gradient(145deg, var(--blue), var(--blue-dark));
  border-radius: 22px;
  box-shadow: var(--shadow-md);
}
.faq-contact-card__icon { width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; color: #7be3bc; background: rgba(255,255,255,.1); border-radius: 13px; }
.faq-contact-card__icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.faq-contact-card h3 { margin: 15px 0 0; font-size: 1.15rem; }
.faq-contact-card p { margin: 9px 0 18px; color: rgba(255,255,255,.7); font-size: .82rem; }
.faq-contact-card .btn { width: 100%; }
.text-link { display: inline-flex; margin-top: 13px; color: #fff; font-size: .8rem; font-weight: 750; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 18px 52px 18px 3px;
  color: var(--blue-dark);
  cursor: pointer;
  list-style: none;
  font-weight: 780;
  line-height: 1.4;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before,
.faq-list summary::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 18px;
  height: 2px;
  background: var(--blue);
  border-radius: 2px;
  transform: translateY(-50%);
  transition: transform .2s ease;
}
.faq-list summary::after { transform: translateY(-50%) rotate(90deg); }
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(0); }
.faq-list details > div { padding: 0 52px 24px 3px; }
.faq-list details p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.72; }

/* =========================================================
   CTA FINAL
========================================================= */
.final-cta {
  padding: 68px 0;
  color: #fff;
  background: var(--blue-dark);
}
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { max-width: 750px; color: #fff; font-size: clamp(1.8rem, 3vw, 2.75rem); }
.final-cta__actions { flex: 0 0 auto; display: flex; flex-wrap: wrap; gap: 11px; }

/* =========================================================
   FOOTER
========================================================= */
.site-footer { color: #c8d6e1; background: #061f36; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr) 1.1fr;
  gap: 36px;
  padding-top: 66px;
  padding-bottom: 50px;
}
.brand--footer { min-width: 0; color: #fff; }
.brand--footer .brand__copy strong { color: #fff; }
.brand--footer .brand__copy small { color: #8fa6b8; }
.footer-brand > p { max-width: 340px; margin: 18px 0 17px; color: #8fa6b8; font-size: .82rem; line-height: 1.65; }
.footer-official {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7be3bc;
  font-size: .76rem;
  font-weight: 720;
  text-decoration: none;
}
.footer-official:hover { color: #fff; }
.footer-official svg { width: 21px; height: 21px; }
.footer-column h3 { margin: 3px 0 17px; color: #fff; font-size: .85rem; }
.footer-column a { display: block; width: fit-content; margin: 0 0 10px; color: #8fa6b8; font-size: .78rem; text-decoration: none; }
.footer-column a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-contact p { margin: 0 0 12px; color: #8fa6b8; font-size: .78rem; }
.footer-phone { color: #fff !important; font-size: .9rem !important; font-weight: 800; }
.footer-contact small { display: block; margin-top: 13px; color: #698196; font-size: .66rem; line-height: 1.5; }
.footer-bottom {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-bottom p { margin: 0; color: #698196; font-size: .68rem; }
.footer-bottom a { color: #9ab0c0; }

.mobile-catalogue-cta {
  position: fixed;
  z-index: 900;
  right: 17px;
  bottom: max(17px, env(safe-area-inset-bottom));
  min-height: 48px;
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  color: #fff;
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(0, 91, 63, .28);
  text-decoration: none;
  font-size: .8rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s var(--ease), background-color .2s ease;
}
.mobile-catalogue-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.mobile-catalogue-cta:hover { background: var(--green-dark); }
.mobile-catalogue-cta svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.noscript-notice {
  position: fixed;
  z-index: 100000;
  inset: auto 16px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 14px;
  color: #fff;
  background: #7a2f2f;
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  text-align: center;
}
.noscript-notice a { color: #fff; font-weight: 800; }

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1180px) {
  .primary-nav > a:not(.btn) { padding-inline: 7px; font-size: .82rem; }
  .nav-phone span { display: none; }
  .brand { min-width: 225px; }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .product-row { grid-auto-columns: calc((100% - 36px) / 3); }
  .catalogue-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr) 1.1fr; }
  .footer-grid .footer-column:nth-of-type(3) { display: none; }
}

@media (max-width: 960px) {
  :root { --header-height: 70px; }
  .official-bar__domain { display: none; }
  .site-header { backdrop-filter: blur(12px); }
  .header-inner { min-height: var(--header-height); }
  .brand__mark { width: 43px; height: 43px; }
  .brand__copy strong { font-size: 1.04rem; }
  .brand__copy small { font-size: .67rem; }
  .menu-toggle { display: flex; }
  .primary-nav {
    position: fixed;
    z-index: 1001;
    top: calc(34px + var(--header-height));
    left: 0;
    right: 0;
    max-height: calc(100vh - 104px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 16px 20px 24px;
    overflow-y: auto;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 24px 50px rgba(7,55,100,.15);
    transform: translateY(-115%);
    opacity: 0;
    visibility: hidden;
    transition: transform .25s var(--ease), opacity .2s ease, visibility .2s ease;
  }
  .primary-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .primary-nav > a:not(.btn) { display: flex; min-height: 46px; align-items: center; padding: 10px 12px; font-size: .92rem; border-bottom: 1px solid #eef3f6; }
  .primary-nav .nav-phone span { display: inline; }
  .primary-nav .btn { width: 100%; margin-top: 7px; }
  .hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 50px; padding-top: 65px; padding-bottom: 65px; }
  .hero__content { max-width: 820px; }
  .hero-product { width: min(100%, 650px); justify-self: center; transform: none; }
  .hero-product__media { aspect-ratio: 1.65 / 1; }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); padding: 12px 0; }
  .trust-item { border-left: 0; border-top: 1px solid var(--line); padding: 13px 20px; }
  .trust-item:nth-child(-n+2) { border-top: 0; }
  .trust-item:nth-child(even) { border-left: 1px solid var(--line); }
  .catalogue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-row { grid-auto-columns: calc((100% - 18px) / 2); }
  .journey-grid { grid-template-columns: repeat(2, 1fr); gap: 44px 22px; }
  .journey-grid::before { display: none; }
  .advice-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .faq-contact-card { max-width: 560px; }
  .final-cta__inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-grid .footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 720px) {
  .wrap { width: min(100% - 28px, var(--wrap)); }
  html { scroll-padding-top: 95px; }
  .official-bar__inner { min-height: 32px; }
  .official-bar { font-size: .7rem; }
  .official-bar a { display: none; }
  .brand { min-width: 0; }
  .brand__copy small { display: none; }
  .brand__mark { width: 40px; height: 40px; }
  .primary-nav { top: calc(32px + var(--header-height)); max-height: calc(100vh - 102px); }
  .hero__grid { padding-top: 49px; padding-bottom: 55px; gap: 38px; }
  .hero__content h1 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
  .hero__lead { font-size: .96rem; }
  .hero-search__row { align-items: stretch; flex-wrap: wrap; padding: 8px; border-radius: 18px; }
  .hero-search__icon { position: absolute; left: 10px; top: 9px; }
  .hero-search input { min-height: 43px; width: 100%; flex-basis: calc(100% - 52px); padding-left: 44px; }
  .hero-search .btn { width: 100%; border-radius: 12px; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .hero__proofs { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .hero__proofs > div { padding: 0; border-left: 0; }
  .hero-product__media { aspect-ratio: 1.3 / 1; }
  .hero-product__body { padding-inline: 18px; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:nth-child(even) { border-left: 0; border-top: 1px solid var(--line); padding: 12px 4px; }
  .trust-item:first-child { border-top: 0; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 30px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 170px; flex-direction: row; align-items: center; }
  .project-card__icon { flex: 0 0 auto; }
  .selection-intro { align-items: flex-start; flex-direction: column; gap: 15px; }
  .selection-meta { align-items: flex-start; }
  .product-row { grid-auto-columns: min(82vw, 290px); }
  .row-nav { display: none; }
  .row-progress { width: 72%; }
  .catalogue-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .catalogue-tools { grid-template-columns: 1fr; }
  .category-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
  .category-filters::-webkit-scrollbar { display: none; }
  .filter-chip { flex: 0 0 auto; }
  .catalogue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .catalogue-grid .product-card { border-radius: 16px; }
  .catalogue-grid .product-card__content { padding: 11px; }
  .catalogue-grid .product-card__media img { padding: 9px; }
  .catalogue-grid .product-card__badges { inset: 7px 7px auto; }
  .catalogue-grid .product-badge { max-width: 75%; min-height: 22px; padding: 4px 6px; font-size: .55rem; }
  .catalogue-grid .product-card__ref { font-size: .58rem; }
  .catalogue-grid .product-card__title { font-size: .8rem; line-height: 1.35; }
  .catalogue-grid .product-card__category { display: none; }
  .catalogue-grid .product-card__price { font-size: 1.07rem; }
  .catalogue-grid .product-card__price-label { font-size: .58rem; }
  .catalogue-grid .product-card__actions { grid-template-columns: 1fr; }
  .catalogue-grid .product-card__cart { display: none; }
  .catalogue-grid .product-card__view { min-height: 39px; border-radius: 10px; font-size: .69rem; }
  .product-skeleton--grid { min-height: 320px; }
  .journey-grid { grid-template-columns: 1fr; gap: 34px; }
  .journey-grid li { display: grid; grid-template-columns: 70px 1fr; column-gap: 16px; text-align: left; }
  .journey-icon { grid-row: 1 / 4; width: 70px; height: 70px; margin: 0; }
  .journey-icon svg { width: 30px; height: 30px; }
  .journey-number { right: 4px; top: 0; font-size: 2rem; }
  .journey-grid h3 { align-self: end; }
  .journey-grid p { margin-top: 5px; }
  .advice-links > a { grid-template-columns: 44px 1fr 22px; min-height: 82px; padding: 13px; }
  .faq-list summary { min-height: 70px; padding-right: 42px; font-size: .91rem; }
  .faq-list details > div { padding-right: 10px; }
  .final-cta__actions { width: 100%; display: grid; grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-catalogue-cta { display: flex; }
  .site-footer { padding-bottom: 76px; }
}

@media (max-width: 430px) {
  .wrap { width: calc(100% - 22px); }
  .brand__copy strong { font-size: .94rem; }
  .hero__content h1 { font-size: 2.35rem; }
  .hero-product { border-radius: 23px; }
  .hero-product__top { padding-inline: 13px; }
  .hero-product__source { display: none; }
  .hero-product__body h2 { font-size: 1.08rem; }
  .project-card { padding: 19px; }
  .project-card__icon { width: 48px; height: 48px; }
  .project-card__icon svg { width: 29px; height: 29px; }
  .catalogue-grid { gap: 8px; }
  .catalogue-grid .product-card__title { font-size: .75rem; }
  .catalogue-grid .product-card__price { font-size: 1rem; }
  .pagination button, .pagination span { min-width: 38px; height: 38px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid .footer-contact { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

@media print {
  .official-bar, .site-header, .hero-search, .hero__actions, .row-nav, .catalogue-tools, .category-filters, .pagination, .mobile-catalogue-cta, .final-cta { display: none !important; }
  .hero { color: #000; background: #fff; }
  .hero__lead, .hero__proofs span { color: #333; }
  .hero__content h1, .hero__proofs strong { color: #000; }
  .section { padding: 30px 0; }
  .product-row { grid-auto-flow: row; grid-template-columns: repeat(3, 1fr); overflow: visible; }
  .catalogue-grid { grid-template-columns: repeat(3, 1fr); }
}

/* =========================================================
   VARIANTE ÉDITORIALE — INSTALLATION D’UNE PETITE ÉOLIENNE
========================================================= */
.installation-page { background: #fff; }
.hero--installation .hero__grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr);
  min-height: 730px;
}
.hero-blueprint {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .19;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.16) 50%, transparent 50.2%) 0 0 / 220px 220px,
    linear-gradient(transparent 49.8%, rgba(255,255,255,.16) 50%, transparent 50.2%) 0 0 / 220px 220px,
    radial-gradient(circle at 78% 47%, transparent 0 109px, rgba(123,227,188,.28) 110px 112px, transparent 113px),
    radial-gradient(circle at 78% 47%, transparent 0 185px, rgba(255,255,255,.11) 186px 188px, transparent 189px);
  mask-image: linear-gradient(90deg, transparent 0, #000 30%, #000 100%);
}
.hero--installation .hero__content h1 { max-width: 790px; }
.hero--installation .hero__lead { max-width: 750px; }
.hero--installation .hero__proofs > div { min-width: 170px; }

.installation-dossier {
  transform: none;
  overflow: visible;
  border-radius: 26px 26px 34px 34px;
  box-shadow: 0 34px 95px rgba(0, 25, 48, .31);
}
.installation-dossier::before {
  content: "";
  position: absolute;
  left: 28px;
  top: -11px;
  width: 126px;
  height: 22px;
  z-index: -1;
  background: #dcecf6;
  border-radius: 12px 12px 0 0;
}
.installation-dossier::after { inset: 9px; border-radius: 20px 20px 27px 27px; }
.installation-dossier .hero-product__top { padding-top: 18px; }
.dossier-rail {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 16px 18px 6px;
  padding: 0;
  list-style: none;
}
.dossier-rail::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 12px;
  height: 2px;
  z-index: -1;
  background: #d6e6f0;
}
.dossier-rail li {
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #74889a;
  font-size: .62rem;
  font-weight: 750;
  text-align: center;
}
.dossier-rail li span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: #36566f;
  background: #eef5f9;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #d6e6f0;
  font-size: .57rem;
  font-weight: 900;
}
.dossier-rail li.is-done { color: #087d58; }
.dossier-rail li.is-done span { color: #fff; background: var(--green); box-shadow: 0 0 0 1px var(--green); }
.installation-dossier .hero-product__media {
  aspect-ratio: 1.62 / 1;
  margin-top: 12px;
  background:
    linear-gradient(rgba(0,85,158,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,85,158,.035) 1px, transparent 1px),
    linear-gradient(145deg, #eef7fd, #fbfdff);
  background-size: 22px 22px, 22px 22px, auto;
}
.installation-dossier .hero-product__body { padding-top: 16px; }
.installation-dossier .hero-product__body h2 { min-height: 55px; }

.scope-note {
  position: relative;
  z-index: 4;
  background: #f7fbfe;
  border-bottom: 1px solid var(--line);
}
.scope-note__inner {
  min-height: 108px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}
.scope-note__icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #996407;
  background: #fff4d9;
  border: 1px solid #f1d79b;
  border-radius: 16px;
}
.scope-note__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.scope-note strong { display: block; color: var(--blue-dark); font-size: .98rem; }
.scope-note p { max-width: 820px; margin: 5px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.scope-note a { color: var(--blue); font-size: .82rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.scope-note a:hover { text-decoration: underline; text-underline-offset: 4px; }

.roadmap-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(0,182,122,.07), transparent 32%),
    #fff;
}
.roadmap-heading {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  align-items: end;
  gap: 64px;
  margin-bottom: 54px;
}
.roadmap-heading > p { margin: 0 0 8px; color: var(--muted); line-height: 1.72; }
.roadmap-list { position: relative; margin: 0; padding: 0; list-style: none; }
.roadmap-list::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 42px;
  bottom: 42px;
  width: 2px;
  background: linear-gradient(var(--green), #79b9e2 58%, var(--blue));
}
.roadmap-step {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) minmax(210px, .31fr);
  gap: 28px;
  align-items: start;
  padding: 0 0 42px;
}
.roadmap-step:last-child { padding-bottom: 0; }
.roadmap-step__marker {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue-dark);
  border: 8px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #cfe3f1, 0 12px 25px rgba(7,55,100,.16);
}
.roadmap-step:nth-child(1) .roadmap-step__marker,
.roadmap-step:nth-child(6) .roadmap-step__marker { background: var(--green); }
.roadmap-step__marker span { font-size: .84rem; font-weight: 900; letter-spacing: .06em; }
.roadmap-step__content {
  min-width: 0;
  padding: 3px 34px 30px;
  border-bottom: 1px solid var(--line);
}
.roadmap-step:last-child .roadmap-step__content { border-bottom: 0; }
.roadmap-step__phase { margin: 0 0 5px; color: var(--green-dark); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.roadmap-step h3 { margin: 0; color: var(--blue-dark); font-size: clamp(1.28rem, 2.2vw, 1.75rem); line-height: 1.23; letter-spacing: -.026em; }
.roadmap-step__content > p:not(.roadmap-step__phase) { max-width: 800px; margin: 12px 0 0; color: var(--muted); font-size: .91rem; line-height: 1.7; }
.roadmap-step__content ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.roadmap-step__content li { padding: 6px 10px; color: #36546c; background: #f2f7fa; border: 1px solid #dce8ef; border-radius: 999px; font-size: .69rem; font-weight: 720; }
.roadmap-step__output {
  margin-top: 4px;
  padding: 18px;
  background: #f7fbfe;
  border: 1px solid var(--line);
  border-left: 4px solid var(--green);
  border-radius: 14px;
}
.roadmap-step__output strong { display: block; color: var(--blue); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }
.roadmap-step__output span { display: block; margin-top: 6px; color: var(--blue-dark); font-size: .82rem; font-weight: 760; line-height: 1.45; }

.decision-gates {
  padding: 0 0 clamp(70px, 7vw, 98px);
  background: #fff;
}
.decision-gates__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.decision-gates article {
  position: relative;
  padding: 25px 25px 25px 72px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
}
.decision-gates article::before {
  content: "STOP";
  position: absolute;
  left: 20px;
  top: 24px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #c86f15;
  border-radius: 50%;
  font-size: .48rem;
  font-weight: 900;
  letter-spacing: .04em;
}
.decision-gates h3 { margin: 0; color: var(--blue-dark); font-size: .95rem; }
.decision-gates p { margin: 8px 0 0; color: var(--muted); font-size: .77rem; line-height: 1.6; }

.project-grid--installation .project-card { min-height: 242px; }
.project-grid--installation .project-card__copy p { margin-bottom: 0; }
.project-grid--installation .project-card__check { margin-top: auto; }
.selection-section--installation { position: relative; background: linear-gradient(180deg, #fff, #f7fbfe); }
.selection-section--installation::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: var(--line);
}
.catalogue-section--installation { background: #f3f7fa; }
.catalogue-section--installation .catalogue-grid .product-card { box-shadow: none; }
.catalogue-section--installation .catalogue-grid .product-card:hover { box-shadow: var(--shadow-md); }

.control-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, #fff 0 52%, #073764 52% 100%);
}
.control-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, transparent 0 52%, #000 52%);
}
.control-layout { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(54px, 8vw, 100px); align-items: center; }
.control-panel--checklist { padding-right: 12px; }
.control-panel h2,
.maintenance-plan h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.1rem); line-height: 1.08; letter-spacing: -.045em; }
.control-panel h2 { color: var(--blue-dark); }
.control-panel > p { margin: 17px 0 0; color: var(--muted); line-height: 1.7; }
.checklist-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; margin-top: 26px; }
.checklist-grid label {
  min-height: 62px;
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  gap: 11px;
  padding: 11px 13px;
  color: #29475f;
  background: #f7fafc;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: .78rem;
  font-weight: 700;
  cursor: pointer;
}
.checklist-grid input { width: 20px; height: 20px; accent-color: var(--green); }
.control-panel__note { margin-top: 18px !important; padding: 13px 15px; color: #7c570b !important; background: #fff8e7; border-left: 4px solid #e4a52b; border-radius: 9px; font-size: .77rem; }
.maintenance-plan { color: #fff; padding: 8px 0; }
.maintenance-plan h2 { color: #fff; }
.maintenance-plan > p { margin: 17px 0 0; color: rgba(255,255,255,.7); line-height: 1.7; }
.maintenance-plan ol { display: grid; gap: 13px; margin: 26px 0 28px; padding: 0; list-style: none; counter-reset: maint; }
.maintenance-plan li {
  position: relative;
  min-height: 62px;
  display: grid;
  align-content: center;
  padding: 12px 15px 12px 58px;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 13px;
  font-size: .78rem;
  line-height: 1.55;
  counter-increment: maint;
}
.maintenance-plan li::before {
  content: counter(maint, decimal-leading-zero);
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #7be3bc;
  font-weight: 900;
}

.installation-resources .advice-grid { grid-template-columns: .73fr 1.27fr; }
.advice-links--six { grid-template-columns: repeat(2, 1fr); }
.advice-links--six > a { min-height: 102px; }

.final-cta--installation {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 80%, rgba(0,182,122,.18), transparent 27%),
    linear-gradient(115deg, #052d51, #073764 50%, #00559E);
}
.final-cta--installation::after {
  content: "01  02  03  04  05  06";
  position: absolute;
  right: 2%;
  bottom: -20px;
  color: rgba(255,255,255,.05);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 900;
  letter-spacing: .08em;
  white-space: nowrap;
}
.final-cta--installation .final-cta__inner { position: relative; z-index: 1; }
.final-cta--installation p:not(.eyebrow) { max-width: 720px; margin: 13px 0 0; color: rgba(255,255,255,.68); }

@media (max-width: 1100px) {
  .hero--installation .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); gap: 42px; }
  .roadmap-step { grid-template-columns: 72px minmax(0, 1fr); }
  .roadmap-step__output { grid-column: 2; margin-top: -23px; }
  .decision-gates__grid { grid-template-columns: 1fr; }
  .control-section { background: linear-gradient(180deg, #fff 0 54%, #073764 54% 100%); }
  .control-section::before { mask-image: linear-gradient(180deg, transparent 0 54%, #000 54%); }
  .control-layout { grid-template-columns: 1fr; gap: 78px; }
  .control-panel--checklist { padding-right: 0; }
  .installation-resources .advice-grid { grid-template-columns: 1fr; }
}

@media (max-width: 960px) {
  .hero--installation .hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .installation-dossier { width: min(100%, 600px); justify-self: center; }
  .hero-blueprint { opacity: .1; }
  .roadmap-heading { grid-template-columns: 1fr; gap: 18px; }
  .roadmap-heading > p { max-width: 740px; }
  .scope-note__inner { grid-template-columns: 50px 1fr; padding-block: 20px; }
  .scope-note a { grid-column: 2; justify-self: start; }
  .advice-links--six { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .hero--installation .hero__grid { padding-top: 52px; padding-bottom: 58px; }
  .hero--installation .hero__content h1 { font-size: clamp(2.35rem, 11vw, 3.45rem); }
  .hero--installation .hero__proofs { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .hero--installation .hero__proofs > div { padding: 0; border-left: 0; }
  .dossier-rail { margin-inline: 12px; }
  .dossier-rail li { font-size: .54rem; }
  .scope-note__inner { grid-template-columns: 42px 1fr; gap: 14px; }
  .scope-note__icon { width: 42px; height: 42px; border-radius: 13px; }
  .scope-note a { grid-column: 1 / -1; }
  .roadmap-list::before { left: 25px; }
  .roadmap-step { grid-template-columns: 52px minmax(0, 1fr); gap: 15px; padding-bottom: 34px; }
  .roadmap-step__marker { width: 52px; height: 52px; border-width: 6px; }
  .roadmap-step__content { padding: 0 0 25px; }
  .roadmap-step__output { grid-column: 2; margin-top: -19px; }
  .roadmap-step__content ul { display: grid; }
  .roadmap-step__content li { border-radius: 10px; }
  .decision-gates article { padding: 22px 18px 22px 64px; }
  .checklist-grid { grid-template-columns: 1fr; }
  .control-section { background: linear-gradient(180deg, #fff 0 57%, #073764 57% 100%); }
  .control-section::before { mask-image: linear-gradient(180deg, transparent 0 57%, #000 57%); }
  .control-layout { gap: 72px; }
  .final-cta--installation::after { display: none; }
}

@media (max-width: 460px) {
  .installation-dossier::before { left: 22px; width: 105px; }
  .dossier-rail li { font-size: 0; }
  .dossier-rail li span { font-size: .55rem; }
  .roadmap-step__output { padding: 14px; }
  .control-section { background: linear-gradient(180deg, #fff 0 60%, #073764 60% 100%); }
  .control-section::before { mask-image: linear-gradient(180deg, transparent 0 60%, #000 60%); }
}
