.ms-human-hero { background: linear-gradient(135deg, #f8f5ef 0%, #f2f5ef 48%, #edf4f3 100%); }
.ms-human-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ms-human-grid article { min-height: 250px; padding: 34px; border: 1px solid #e1e5df; background: #fff; }
.ms-human-grid span { display: block; margin-bottom: 42px; color: #799089; font-size: .78rem; font-weight: 850; }
.ms-human-grid h3 { font-size: 1.32rem; }
.ms-human-grid p { color: var(--ms-ink-soft); font-size: .95rem; }
.ms-section--human-note { background: #e9efea; }
.ms-human-note { display: grid; grid-template-columns: .85fr 1.15fr; gap: 58px; }
.ms-human-note h2 { max-width: 620px; }
.ms-human-note > div:last-child { max-width: 720px; }
.ms-bridge { max-width: 970px; }
.ms-bridge blockquote { margin: 0; font-size: clamp(1.35rem, 2vw, 1.9rem); line-height: 1.45; font-weight: 350; padding-left: 30px; border-left: 2px solid var(--ms-accent-2); }
@media (max-width: 900px) { .ms-human-grid { grid-template-columns: repeat(2,1fr); } .ms-human-note { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .ms-human-grid { grid-template-columns: 1fr; } }

/* Gutenberg block wrappers */
.ms-human-grid .ms-human-card { min-height: 250px; padding: 34px; border: 1px solid #e1e5df; background: #fff; }
.ms-human-grid .ms-human-card > p:first-child { margin: 0; }
.ms-human-grid .ms-human-card span { display: block; margin-bottom: 42px; color: #799089; font-size: .78rem; font-weight: 850; }
.ms-human-grid .ms-human-card h3 { font-size: 1.32rem; }
.ms-human-grid .ms-human-card p { color: var(--ms-ink-soft); font-size: .95rem; }
.ms-bridge blockquote p { margin: 0; }
