/* Page-scoped styles for /partners (and /es/partners).
   Owned by the page; site.css is NOT forked. Tokens only. */

/* The briefing pitch changes gear mid-column — from a tall-leading lead
   paragraph into a scannable proof list. The shared .stack rhythm (1rem) is
   tuned for same-texture blocks and reads as cramped across that change, so
   this one seam gets the larger step. */
.briefing-promo .lead + .why-points { margin-top: var(--sp-6); }
.briefing-promo .why-points + .btn-row { margin-top: var(--sp-6); }

/* "What's inside" is a short panel beside a much taller column. Top-aligned
   (the .grid-2--sidebar default) it left a hole beneath it; centred against
   the prose it reads as a pull-out of the text rather than a stray box. */
@media (min-width: 52rem) {
  .briefing-promo .grid-2--sidebar > aside { align-self: center; }
}
