.hero-copy{max-width:960px;padding-top:clamp(40px,8vh,88px);padding-bottom:24px;text-align:center}.hero h1{font-size:clamp(3rem,8vw,5.5rem);font-weight:600;line-height:1;letter-spacing:-.025em}.hero .tag{margin:16px auto 0;font-size:clamp(1.1rem,2.1vw,1.4rem);max-width:44ch;color:var(--ink-soft)}.video{position:relative;display:block;margin-top:36px;aspect-ratio:16/9;border-radius:10px;overflow:hidden;background:var(--tint);box-shadow:0 1px 0 var(--grid),0 12px 32px rgba(26,26,26,.14)}.video img,.video iframe{position:absolute;inset:0;width:100%;height:100%;border:0;object-fit:cover;display:block}.video .play{position:absolute;left:50%;top:50%;width:88px;height:88px;margin:-44px 0 0 -44px;border-radius:50%;background:var(--ink);display:grid;place-items:center;transition:background .15s,transform .15s}.video .play svg{width:40px;height:40px;margin-left:5px;fill:var(--paper)}.video:hover .play,.video:focus-visible .play{background:var(--rust);transform:scale(1.06)}.hero .actions{margin-top:32px;display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.btn{display:inline-block;padding:10px 18px;border-radius:6px;background:var(--ink);color:var(--paper);text-decoration:none;font-weight:600;font-size:.98rem}.btn:hover{background:var(--accent);color:#fff}.btn.ghost{background:0 0;color:var(--ink);border:1.5px solid var(--ink)}.btn.ghost:hover{border-color:var(--accent);color:var(--accent);background:0 0}@media(max-width:640px){.video .play{width:64px;height:64px;margin:-32px 0 0 -32px}.video .play svg{width:30px;height:30px}}@media(prefers-reduced-motion:reduce){.top{backdrop-filter:none}.video .play{transition:none}}