.not-found-code{margin-bottom:calc(-1 * var(--space-3));color:var(--ink);font-family:var(--font-display);font-size:clamp(4.5rem,2.5rem + 6vw,7rem);font-weight:600;font-variant-numeric:lining-nums;letter-spacing:-.04em;line-height:.9}.not-found-text{max-width:52ch;color:var(--ink-2);font-size:var(--text-md);line-height:1.6}.not-found-links{display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-5);font-size:var(--text-sm);font-weight:500}.not-found-links a{color:var(--brand);text-decoration:none;white-space:nowrap}.not-found-links a:hover{text-decoration:underline;text-underline-offset:.2em}.not-found-code,.not-found-links,.not-found-text{animation:hero-rise .52s var(--ease-out) backwards}.not-found-text{animation-delay:40ms}.not-found-links{animation-delay:.22s}@media (prefers-reduced-motion:reduce){.not-found-code,.not-found-links,.not-found-text{animation:none}}