.about-heritage-hero{background-color:var(--brand-primary-dark);position:relative;min-height:560px;display:flex;align-items:end;overflow:hidden;padding-top:160px}.about-heritage-hero .hero-cover{position:absolute;top:0;right:0;bottom:0;left:0}.about-heritage-hero .hero-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-heritage-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(90,37,37,.82),rgba(90,37,37,.18))}.about-hero-copy{position:relative;z-index:1;max-width:720px;padding-bottom:40px}.about-hero-copy h1,.about-hero-copy p{color:var(--brand-text-inverse)}.about-hero-copy .eyebrow{color:var(--brand-primary-light)}.timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.timeline article{border-top:4px solid var(--brand-primary);background:var(--brand-neutral-light);padding:22px;border-radius:var(--brand-radius)}.timeline span{display:inline-block;color:var(--brand-primary);font-weight:800;margin-bottom:10px}.about-copy{margin-top:30px}.team-grid,.value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.value-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.team-grid article,.value-grid article{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:22px}.team-grid img{aspect-ratio:1/1;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);margin-bottom:16px}.cert-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}.cert-row span{border:1px solid var(--brand-border);background:var(--brand-bg);border-radius:var(--brand-radius);text-align:center;padding:14px;font-weight:800;color:var(--brand-primary-dark)}@media (max-width:991px){.cert-row,.team-grid,.timeline{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.cert-row,.team-grid,.timeline,.value-grid{grid-template-columns:1fr}}