:root{color-scheme:light;--ink:#000;--paper:#fff}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--paper)}body{overflow:hidden}.holding-page{min-height:100dvh;display:grid;place-items:center;background:var(--paper)}.brand-mark{display:block;width:clamp(200px,30vw,380px);height:auto;color:var(--ink)}.brand-cycle{animation:brand-cycle 16s linear infinite}@keyframes brand-cycle{0%,75%{opacity:1}82.5%,to{opacity:0}}.bowl,.step{animation:16s cubic-bezier(.33,0,.2,1) infinite;stroke-dasharray:1}.step-3{animation-name:draw-step-3}.step-2{animation-name:draw-step-2}.step-1{animation-name:draw-step-1}.bowl-lower{animation-name:draw-bowl-lower}.bowl-upper{animation-name:draw-bowl-upper}@keyframes draw-step-3{0%,2.5%{stroke-dashoffset:1}10.6%,to{stroke-dashoffset:0}}@keyframes draw-step-2{0%,9.4%{stroke-dashoffset:1}17.5%,to{stroke-dashoffset:0}}@keyframes draw-step-1{0%,16.2%{stroke-dashoffset:1}24.4%,to{stroke-dashoffset:0}}@keyframes draw-bowl-lower{0%,25.6%{stroke-dashoffset:1}33.1%,to{stroke-dashoffset:0}}@keyframes draw-bowl-upper{0%,31.9%{stroke-dashoffset:1}39.4%,to{stroke-dashoffset:0}}.wipe{transform-box:fill-box;transform-origin:top;animation:draw-seven 16s cubic-bezier(.33,0,.2,1) infinite}@keyframes draw-seven{0%,41.2%{transform:scaleY(0)}60%,to{transform:scaleY(1)}}@media (prefers-reduced-motion:reduce){.bowl,.brand-cycle,.step,.wipe{animation:none}.bowl,.step{stroke-dashoffset:0}.wipe{transform:scaleY(1)}}