/* v2.2.8: dependable counter-clockwise brush reveal for pattern 32. */
.site-intro--sequence-quiet.is-loaded .site-intro__stage--1 { animation: chisou-counter-brush-visible 1180ms cubic-bezier(.2, .82, .22, 1) .48s forwards; }

@keyframes chisou-counter-brush-visible {
  0% { opacity: 0; clip-path: polygon(50% 50%, 0 0, 0 0); transform: rotate(10deg) scale(.88); }
  10% { opacity: 1; }
  28% { clip-path: polygon(50% 50%, 0 0, 0 46%, 0 46%); }
  52% { clip-path: polygon(50% 50%, 0 0, 0 100%, 52% 100%, 52% 100%); }
  76% { clip-path: polygon(50% 50%, 0 0, 0 100%, 100% 100%, 100% 50%, 100% 50%); }
  100% { opacity: 1; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); transform: rotate(0) scale(1); }
}
