/* ==========================================================================
   Contacto — page-specific rules, 07 §12.
   ========================================================================== */

/* Fixed 2026-08-03 (Teo) — .page-hero never had a padding rule at all,
   confirmed live: the H1 sat directly against the sticky header with 0px
   gap. Same --space-section-generous token now used by every other page
   hero (.service-hero, .home-hero). */
.page-hero {
  padding-block: var(--space-section-generous);
}

.contacto-cta__secondary-link {
  font-size: var(--text-sm);
}
