/* ── Principles — page-specific tweaks ──────────────────────────────────
   Two SWC Principle List blocks (Core = blue/white, Advanced = green wash)
   after a short prose intro. Card styling is shared in polish.css. */

/* Tighten the seam between the intro prose and the first card section. */
.page-principles .entry-content > .principle-list:first-of-type { padding-top: var(--space-lg); }

/* Core principles read as a 2-up grid; comfortable on this content-led page. */
.page-principles .principle-grid { gap: var(--space-lg); }
