@keyframes drift{0%{background-position:0 0}100%{background-position:40px 40px}}@keyframes draw{from{stroke-dashoffset:220}to{stroke-dashoffset:0}}.paper-texture{background-image:radial-gradient(rgba(74,66,43,.12) 1px,transparent 1px);background-size:18px 18px}.line-draw{stroke-dasharray:220;animation:draw 2.2s ease both}.soft-drift{animation:drift 18s linear infinite}@media(prefers-reduced-motion:reduce){.line-draw,.soft-drift{animation:none!important}}