.chat-motion-heading{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;max-width:640px;margin-bottom:clamp(28px,4vw,44px);display:flex}.chat-motion-heading h2{max-width:560px;font-family:var(--font-display);letter-spacing:-.02em;color:var(--color-ink);margin:10px 0 0;font-size:clamp(24px,3vw,38px);font-weight:800}.chat-motion-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.chat-motion-card{flex-direction:column;display:flex;position:relative}.chat-motion-chrome{z-index:2;align-items:center;gap:6px;display:flex;position:absolute;top:10px;left:12px}.chat-motion-chrome span{background:#ffffffb3;border-radius:50%;width:8px;height:8px}.chat-motion-card h4{font-family:var(--font-display);color:var(--color-ink);margin:20px 0 8px;font-size:1.05rem;font-weight:650}.chat-motion-card p{font-family:var(--font-ui);color:var(--color-muted);margin:0;font-size:.92rem;line-height:1.5}.chat-motion-video-frame{border-radius:var(--radius-lg);aspect-ratio:4/3;border:1px solid var(--color-border);box-shadow:var(--shadow-hover);background:#000;position:relative;overflow:hidden}.chat-motion-video-frame video{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:900px){.chat-motion-grid{grid-template-columns:1fr}}
