.about-hero{position:relative;min-height:520px;display:grid;align-items:center;overflow:hidden;background:var(--brand-primary-dark)}.about-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.about-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(42,38,34,.62);z-index:1}.about-hero .container{position:relative;z-index:2;color:#fff}.about-hero h1{color:#fff;max-width:760px;font-size:max(2rem, min(4vw, 3.5rem))}.about-hero .eyebrow{color:#fff}.timeline-list{display:grid;grid-gap:22px;gap:22px}.timeline-list article{display:grid;grid-template-columns:160px minmax(0,1fr);grid-gap:24px;gap:24px;padding:26px;border-left:4px solid var(--brand-primary);background:#fff;border-radius:var(--brand-radius);box-shadow:0 14px 36px rgba(42,38,34,.08)}.timeline-list span{color:var(--brand-primary-dark);font-weight:800;font-size:1.15rem}.team-card-grid,.values-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.team-card-grid article,.values-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;padding:26px}.team-card-grid article{padding:0;overflow:hidden}.team-card-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.cert-bar{padding:28px 0;background:var(--brand-bg-alt)}.cert-bar .container{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}.cert-bar span{border:1px solid var(--brand-border);border-radius:999px;padding:10px 16px;background:#fff;color:var(--brand-text);font-weight:700}.standard-cta .container{max-width:760px;text-align:center}@media (max-width:991px){.team-card-grid,.timeline-list article,.values-grid{grid-template-columns:1fr}}