/* ========================================
   Filoffre — Trames de fond par section
   Chaque section = une page différente du journal
   ======================================== */

/* Section soft (digest preview) — tramé offset */
.section-soft {
  background-image:
    radial-gradient(circle, rgba(22,22,28,0.04) 1px, transparent 1px);
  background-size: 8px 8px;
}

/* Section dark (pricing) — grain inversé blanc sur noir */
.section-dark {
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
}
