.nxb-promo-cards { background: var(--nxb-colour-surface); }
.nxb-promo-cards__grid { display: grid; grid-template-columns: repeat(var(--nxb-promo-count),minmax(0,1fr)); gap: 1rem; }
.page-home .nxb-promo-cards { padding-block: clamp(1rem,1.8vw,1.5rem); }
.nxb-promo-card { display: grid; min-height: 19rem; overflow: hidden; border: 1px solid var(--nxb-colour-line); border-radius: var(--nxb-radius); background: #fff; }
.nxb-promo-card--has-image { grid-template-columns: minmax(9rem,.7fr) minmax(0,1.3fr); }
.nxb-promo-card > img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.nxb-promo-card__body { padding: clamp(1.35rem,2.4vw,1.9rem); }
.nxb-promo-card__body h2 { margin-bottom: .3rem; font-size: clamp(1.35rem,2vw,1.8rem); }
.nxb-promo-card__eyebrow { color: var(--nxb-colour-brand); font-weight: 800; }
.nxb-promo-card .nxb-rich-text { font-size: .88rem; }
.nxb-promo-card .nxb-rich-text p { margin-bottom: .8rem; }
.nxb-promo-card__actions, .nxb-text-image__actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.1rem; }
.nxb-promo-card__actions .nxb-button { padding-inline: .9rem; font-size: .66rem; }
.nxb-button--outline { border-color: var(--nxb-colour-ink); color: var(--nxb-colour-ink); background: transparent; }
@media (max-width: 900px) { .nxb-promo-cards__grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .nxb-promo-card--has-image { grid-template-columns: 1fr; } .nxb-promo-card > img { height: 14rem; min-height: 0; } }
@media (min-width: 901px) {
    .page-home .nxb-promo-card { height: 18rem; min-height: 0; }
    .page-home .nxb-promo-card--has-image { grid-template-columns: minmax(10rem,.76fr) minmax(0,1.24fr); }
    .page-home .nxb-promo-card__body { padding: 1.1rem; }
    .page-home .nxb-promo-card__body h2 { margin-bottom: .25rem; font-size: 1.3rem; }
    .page-home .nxb-promo-card__eyebrow { margin-bottom: .55rem; font-size: .72rem; line-height: 1.35; }
    .page-home .nxb-promo-card .nxb-rich-text { font-size: .74rem; line-height: 1.42; }
    .page-home .nxb-promo-card .nxb-rich-text p { margin-bottom: .55rem; }
    .page-home .nxb-promo-card__actions { flex-wrap: nowrap; gap: .45rem; margin-top: .75rem; }
    .page-home .nxb-promo-card__actions .nxb-button { min-height: 2.45rem; padding: .52rem .68rem; font-size: .56rem; white-space: nowrap; }
}
