.resource-center{background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-secondary))}.resources-hero__grid{display:grid;grid-template-columns:1fr 0.9fr;grid-gap:42px;gap:42px;align-items:center}.resources-hero__grid img{border-radius:var(--radius);box-shadow:var(--shadow-soft)}.resource-feature-section{background:var(--brand-bg)}.resource-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px}.resource-feature-grid article{border:1px solid var(--brand-border);border-radius:var(--radius);padding:24px;background:#fff;box-shadow:var(--shadow-card)}.resource-feature-grid span{display:inline-block;color:var(--brand-primary);font-weight:900;margin-bottom:12px}.resource-feature-grid p{color:var(--brand-text)}.resource-metrics-section{background:var(--brand-bg-alt)}.resource-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px;margin-bottom:26px}.resource-metrics div{background:#fff;border:1px solid var(--brand-border);border-radius:var(--radius);padding:22px;text-align:center}.resource-metrics strong{display:block;color:var(--brand-primary);font-size:max(1.7rem, min(3vw, 2.4rem))}.resource-metrics span{color:var(--brand-text);font-weight:700}.resource-gallery-section{background:var(--brand-bg)}.resource-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.resource-gallery-grid article{border:1px solid var(--brand-border);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--shadow-card)}.resource-gallery-grid img{width:100%;aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover}.resource-gallery-grid h3,.resource-gallery-grid p{margin-left:24px;margin-right:24px}.resource-gallery-grid h3{margin-top:22px}.resource-gallery-grid p{margin-bottom:24px;color:var(--brand-text)}@media (max-width:991px){.resource-gallery-grid,.resources-hero__grid{grid-template-columns:1fr}.resource-feature-grid,.resource-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.resource-feature-grid,.resource-metrics{grid-template-columns:1fr}}