/* V104 — make Services shell match the site's standard light background
   and slow down Process summary animation by 2x */

/* Services outer shell should match the general site background, not a darker tint */
#services,
#services.section,
#services .container,
#servicesStage,
.services-stage {
  background: var(--paper-alt) !important;
}

/* Process summary sparks: 2x slower */
#process .process-summary .summary-spark.spark-1 {
  animation: v89-border-run-balanced 44s linear infinite !important;
}
#process .process-summary .summary-spark.spark-2 {
  animation: v89-border-run-balanced 44s linear infinite -14.66s !important;
}
#process .process-summary .summary-spark.spark-3 {
  animation: v89-border-run-balanced 44s linear infinite -29.33s !important;
}
