/* ---------------------------------------------------------------------------
   Corporate Partners — the grid itself is .ils-logo-wall (components.css).

   Background is band-specific, not the shared --surface-page-alt (white):
   on the live site this section's own <section> carries a flat rgb(228,
   221, 208), while the design system's "alt" token doesn't appear here at
   all — the other three ils-section--alt bands (Criteri di selezione, Come
   funziona, Executive Board) turned out to have no distinct background on
   the live site either, just the page's own cream showing through. That's
   a separate, wider mismatch left alone here since only this band was
   asked for; scoping the real color to .partners rather than changing the
   shared token, which those other three still rely on today.
   --------------------------------------------------------------------------- */

.partners { background: rgb(228, 221, 208); }
