

/* .conference-hero-heading--k12's font-size + fallback rules moved to
   css/common.css (2026-08-28 heading-uniformity pass) — it's now
   unified with the other sector pages' shared clamp there, plus its
   own 910–1110px grid-reflow fallback, both in one place instead of
   split across this file and common.css. */

/* Grid variant of the partner-logo card (K-12 page) — 8 real sector
   partner-association logos in a static 4-column grid, same top-right
   hero slot the single-logo card uses on the other 4 sector pages.
   No animation/scroll — every logo visible at once. */
.theme-partner-logo-card--grid { width: 460px; }

.theme-partner-logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.theme-partner-logo-grid-item {
    display: block;
    width: 100%;
    height: 76px;
    min-width: 0;
    object-fit: contain;
}

@media (max-width: 600px) {
    .theme-partner-logo-card--grid { width: 336px; }
    .theme-partner-logo-grid { gap: 12px; }
    .theme-partner-logo-grid-item { height: 60px; }}