/*
 * Hero family primitives
 *
 * Layout remains owned by each hero renderer. Only the shared Tokigane
 * signature motion is centralized here so compact, service-hub and
 * disability-pension heroes keep the same rhythm without sharing markup.
 */
:root {
  --hero-family-brush-duration: 1450ms;
  --hero-family-brush-delay: 760ms;
  --hero-family-brush-ease: cubic-bezier(.16, 1, .3, 1);
  --hero-family-brush-max-width: 1920px;
  --hero-family-stamp-duration: 460ms;
  --hero-family-stamp-delay: 2090ms;
  --hero-family-stamp-ease: cubic-bezier(.34, 1.56, .64, 1);
}
