/* ============================================================
   GROUPE CHEDJOU — Filigranes techniques
   Plans, poutres dimensionnées et schémas structurels,
   utilisés comme accents graphiques discrets en arrière-plan.
   ============================================================ */

.wm {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  fill: none;
  stroke: currentColor;
  color: var(--color-blue-deep);
  opacity: 0.05;
}

.wm text {
  fill: currentColor;
  stroke: none;
}

.wm--light {
  color: var(--color-white);
}

.wm--hero-tr {
  top: 6%;
  right: -4%;
  width: clamp(220px, 28vw, 420px);
  height: auto;
}

.wm--hero-bl {
  bottom: -8%;
  left: -6%;
  width: clamp(200px, 24vw, 380px);
  height: auto;
  transform: rotate(-6deg);
}

.wm--section-tr {
  top: 4%;
  right: 1%;
  width: clamp(160px, 18vw, 280px);
  height: auto;
  opacity: 0.045;
}

.wm--section-bl {
  bottom: 2%;
  left: 1%;
  width: clamp(160px, 18vw, 280px);
  height: auto;
  opacity: 0.045;
  transform: rotate(4deg);
}

.wm--footer {
  bottom: -12%;
  right: -3%;
  width: clamp(220px, 26vw, 380px);
  height: auto;
}

@media (max-width: 900px) {
  .wm--hero-tr   { width: clamp(180px, 36vw, 280px); }
  .wm--footer    { width: clamp(180px, 36vw, 280px); }
  .wm--hero-bl,
  .wm--section-bl { display: none; }
}

@media (max-width: 540px) {
  .wm--hero-tr,
  .wm--footer {
    width: clamp(140px, 46vw, 200px);
    opacity: 0.04;
  }
  .wm--section-tr { display: none; }
}
