.f-home-hero{position:relative;min-height:680px;display:grid;align-items:center;justify-items:center;place-items:center;background:var(--brand-primary-dark);overflow:hidden;padding:160px 0 140px}.f-home-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.f-home-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(8,38,46,.84),rgba(8,38,46,.56))}.f-home-hero__copy{position:relative;z-index:2;max-width:800px;text-align:center}.f-home-hero h1{font-size:max(2rem, min(4vw, 3.5rem));color:var(--brand-text-inverse)}.f-home-hero p{color:var(--brand-text-inverse)}.f-certifications,.f-milestones,.f-specs{padding:80px 0}.f-certifications{background:var(--brand-bg-alt)}.f-cert-list{display:grid;grid-gap:16px;gap:16px}.f-cert-list article{display:grid;grid-template-columns:90px 1fr;grid-gap:24px;gap:24px;padding:24px;background:#fff;border-left:4px solid var(--brand-accent)}.f-cert-list strong{font-size:1.4rem;color:var(--brand-primary)}.f-specs .table th{background:var(--brand-primary-light)}.f-milestones{background:var(--brand-neutral-dark)}.f-milestones h2,.f-milestones h3,.f-milestones p,.f-milestones time{color:var(--brand-text-inverse)}.f-timeline{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:24px}.f-timeline article{min-width:260px;border-top:2px solid var(--brand-accent);padding-top:24px}.f-timeline time{font-size:1.5rem;font-weight:700}.f-home-cta{background:var(--brand-primary);padding:80px 0 96px;text-align:center}.f-home-cta h2,.f-home-cta p{color:var(--brand-text-inverse)}