/* ==========================================================================
   SERVIZI (hub) — Figma 77:469, y=809–1866
   Breadcrumb, then kicker + a single wide intro paragraph (no 2-col split
   here, unlike Chi Siamo's intro — Figma runs the paragraph the full 845px
   measured width), then the 3-up card grid reusing .service-card /
   .grid-3 verbatim from sections/servizi-grid.css (same card component,
   new page-specific photography). No CTA band on this page either: footer
   starts at y=1866 and is exactly 540 tall, ending at 2406 = the frame's
   total height — same pattern as Chi Siamo.
   ========================================================================== */
.servizi-hub {
  padding-top: 64px;      /* measured: hero bottom (809) → crumb top (873) */
  padding-bottom: 139px;  /* measured: card grid bottom (~1727) → footer top (1866) */
}

.servizi-hub__kicker { margin: 0 0 16px; }   /* measured: kicker bottom (~1009) → intro top (1025) */

.servizi-hub__intro {
  max-width: 845px;
  margin: 0 0 90px;   /* measured: intro bottom (1112) → card row top (1202) */
  color: var(--c-text);
}
