.about-hero-timeline::after{background:linear-gradient(90deg,rgba(12,34,51,.9),rgba(16,22,28,.66))}.timeline{position:relative;display:grid;grid-gap:28px;gap:28px;max-width:960px;margin:0 auto}.timeline::before{content:"";position:absolute;left:140px;top:0;bottom:0;width:2px;background:var(--brand-border)}.timeline article{position:relative;display:grid;grid-template-columns:120px 1fr;grid-gap:48px;gap:48px;align-items:start}.timeline article>span{background:var(--brand-primary-dark);color:var(--brand-text-inverse);padding:10px 12px;text-align:center;font-weight:800}.timeline article>div{border:1px solid var(--brand-border);padding:26px;background:var(--brand-bg)}.team-grid,.values-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.team-grid article,.values-grid article{border:1px solid var(--brand-border);background:var(--brand-bg);padding:26px}.team-grid article{padding:0}.team-grid img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.team-grid h3,.team-grid p{padding-left:22px;padding-right:22px}.team-grid p{padding-bottom:22px}.certifications-bar{text-align:center}.cert-logo-row{margin-top:28px;display:flex;justify-content:center;flex-wrap:wrap;gap:22px}.cert-logo-row img{width:72px;height:72px;filter:grayscale(1) opacity(.72)}.about-cta{background:var(--brand-bg)}@media (max-width:991px){.timeline::before{left:0}.timeline article{grid-template-columns:1fr;gap:14px;padding-left:24px}.team-grid,.values-grid{grid-template-columns:1fr}}