.home-company{background:#f3f6fa}
.home-company-copy{position:relative;isolation:isolate}
.home-company-copy::before{content:"2003";position:absolute;z-index:-1;right:0;top:-32px;font-family:var(--display);font-size:clamp(120px,14vw,220px);font-weight:700;line-height:1;color:#e6edf5;pointer-events:none;user-select:none}
.home-company-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:72px;align-items:center}
.home-company-video{aspect-ratio:16/9;background:var(--navy);overflow:hidden;border-radius:8px}
.home-company-play{display:block;position:relative;width:100%;height:100%;color:#fff}
.home-company-play img{display:block;width:100%;height:100%;object-fit:cover;filter:brightness(.74)}
.home-company-play-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:76px;height:76px;border-radius:50%;background:var(--blue);color:#fff}
.home-company-play:hover .home-company-play-icon{background:var(--navy)}
.home-company-video-label{position:absolute;bottom:22px;left:24px;color:#fff;font-size:14px;font-weight:600}
.home-company-video iframe{display:block;width:100%;height:100%;border:0}
.home-company-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin:64px 0 0;padding:40px 0 0;border-top:1px solid var(--line,#dce4ec)}
.home-company-stats>div{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}
.home-company-stats>div+div{border-left:1px solid #d7e1eb}
.home-company-stats dt{font-size:14px;line-height:1.5;color:var(--ink)}
.home-company-stats dd{order:-1;margin:0;color:var(--blue);font-family:var(--display);font-size:clamp(48px,5vw,72px);font-weight:700;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.02em}
.home-company-stats sup{font-size:.45em;vertical-align:super;margin-left:3px}
@media(max-width:760px){.home-company-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 16px;margin-top:40px;padding-top:32px}.home-company-stats dt{font-size:13px}.home-company-stats>div:nth-child(odd){border-left:0}.home-company-copy::before{top:-16px;font-size:130px}}
.home-company-copy h2{font-size:clamp(36px,4vw,52px);margin:0 0 24px}
.home-company-copy .home-company-lead{font-size:22px;font-weight:600;line-height:1.5;color:var(--ink);margin:0 0 22px}
.home-company-copy p{font-size:15px;line-height:1.85;max-width:60ch}
.home-company-copy .button{margin-top:16px}
.home-company a:focus-visible{outline:2px solid var(--blue);outline-offset:4px}
@media(max-width:760px){.home-company-grid{grid-template-columns:1fr;gap:32px}.home-company-copy{grid-row:1}.home-company-copy h2{margin-bottom:20px}.home-company-play-icon{width:60px;height:60px}}
