/* ============================================================
   WEBMO — Variante G : "Off White" (#FAF9F6)
   Mêmes zones que la variante E, en blanc cassé chaud.
   Accents bleus inchangés. Surcharge css/webmo.css.
   ============================================================ */
:root { --parchment: #faf9f6; }

body { background: #fcfbf9; }

/* Hero : lavis off white chaud */
.hero { background: linear-gradient(180deg, #faf9f6 0%, #fdfcfa 72%); }

/* Tuiles blanches réchauffées */
.tile--white { background: #fdfdfb; }
.tools { background: #fdfdfb; border-color: #ecebe5; }

/* Cartes services */
.service { background: #fdfdfb; border-color: #ecebe5; }
.service li { background: #efeee9; color: var(--ink-80); }

/* Dashboard */
.dash-side { background: #f3f1ec; border-right-color: #e8e6df; }
.dash-kpi { background: #f8f7f3; border-color: #eeece6; }

/* Champs de formulaire */
.field input, .field textarea { background: #f6f5f0; }
.field input:focus, .field textarea:focus { background: #fff; }
