/* ==========================================================================
   SERVIZI — SVILUPPO IMMOBILIARE  (Figma 77:811)
   The simplest of the 3 Servizi detail pages — every content block reuses an
   existing component (page-hero--short, breadcrumb, page-kicker, value-list,
   .project-card/.grid-3 from the homepage's progetti-grid, .aec-btn,
   cta-band, footer). This file is just the intro wrapper (same small
   page-local pattern as .gc-intro/.si-intro) and the "Progetti in evidenza"
   kicker/grid spacing glue.
   ========================================================================== */
.svi-intro {
  padding-top: 64px;   /* measured: hero bottom (554) → crumb top (618) — same constant as every inner page */
  /* No padding-bottom needed here — .values (the next section) already
     carries var(--space-120) top padding, and the two intro columns end
     at the same y in Figma (924), so there's nothing extra to reproduce. */
}
.svi-intro__kicker { margin: 0 0 24px; }   /* measured: kicker bottom (747) → heading top (771) — same as General Contractor/Soluzioni */
.svi-intro__heading { margin: 0; }
.svi-intro__copy { margin: 0; }

.svi-projects { padding: var(--space-120) 0 0; }
.svi-projects__kicker { margin: 0 0 var(--space-40); }   /* measured: kicker bottom (1695) → card top (1739) ≈ 44 */

.svi-viewall-wrap {
  padding: 46px 0 46px;   /* measured: card bottom (2119) → link top (2165) = 46; link bottom (2199) → CTA top (2245) = 46 */
}
.svi-viewall { font-size: 18px; line-height: 34px; }   /* same PULSANTE-at-18px override as .gc-viewall/.si-viewall */
