.company-story{background:var(--brand-bg)}.timeline{position:relative;display:grid;grid-gap:22px;gap:22px;max-width:980px;margin:0 auto}.timeline article{display:grid;grid-template-columns:170px minmax(0,1fr);grid-gap:24px;gap:24px;padding:26px;border:1px solid var(--brand-border);background:var(--brand-bg-alt)}.timeline span{color:var(--brand-primary-dark);font-weight:800}.team-grid,.values-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.values-grid article{min-height:220px;padding:28px;border:1px solid var(--brand-border);background:var(--brand-bg)}.team-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.team-grid article{border:1px solid var(--brand-border);background:var(--brand-bg)}.team-grid img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.team-grid h3,.team-grid p{margin-left:18px;margin-right:18px}.team-grid h3{margin-top:18px}.team-grid p{margin-bottom:18px}.credential-bar{background:var(--brand-bg-alt)}.credential-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.credential-row span{padding:16px;text-align:center;color:var(--brand-text);font-weight:800;background:var(--brand-bg);border:1px solid var(--brand-border)}.about-cta{background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-neutral-dark))}.about-cta::after{display:none}@media (max-width:991px){.credential-row,.team-grid,.values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.credential-row,.team-grid,.timeline article,.values-grid{grid-template-columns:1fr}}