/* ==========================================================================
   CHI SIAMO — INTRO  (Figma 2001:2756, y=809–1284)
   Breadcrumb, then a kicker + H1 (left) / body paragraph (right) split on
   the existing .grid-2 track (628+628, same as home-about). Breadcrumb and
   kicker type now live in common/page-hero.css (.breadcrumb, .page-kicker)
   — promoted there once Servizi hub needed the identical styles.
   ========================================================================== */
.chi-siamo-intro {
  /* measured: hero bottom (809) → crumb top (873) = 64 */
  padding-top: 64px;
  /* measured: paragraph bottom (~1149) → storia band top (1284) ≈ 135;
     closest existing rhythm token is --space-120, so used as-is rather than
     adding a one-off value this close to it. */
  padding-bottom: var(--space-120);
}

.chi-siamo-intro__kicker { margin: 0 0 24px; }   /* measured: kicker bottom (1002) → heading top (1026) */
.chi-siamo-intro__heading { margin: 0; }
.chi-siamo-intro__copy { margin: 0; }
