.hero{--px:0;--py:0;--sy:0;--lb:6vh;--fade:1}.hero-art{transform:translate(calc(var(--px, 0) * .5px),calc((var(--py, 0) * .5 + var(--sy, 0) * .18) * 1px)) scale(1.06);transform-origin:50% 60%;will-change:transform;transition:transform .9s var(--ease-out-expo);animation:hero-kenburns 16s cubic-bezier(.16,1,.3,1) both}.hero-img{opacity:0;animation:hero-fade 1.4s ease-out .15s forwards}.hero-glow{background:radial-gradient(circle,rgba(255,241,201,.55) 0,rgba(243,180,90,.28) 30%,rgba(226,69,44,.12) 55%,rgba(226,69,44,0) 72%);mix-blend-mode:screen;animation:hero-breathe 7s ease-in-out infinite}.hero-letterbox{height:var(--lb);transition:height .2s linear}.hero-copy,.hero-scroll,.hero-tategaki{opacity:var(--fade)}@keyframes hero-kenburns{0%{scale:1.12}to{scale:1}}@keyframes hero-fade{to{opacity:1}}@keyframes hero-breathe{0%,to{opacity:.55;transform:translate(-50%,-50%) scale(1)}50%{opacity:.9;transform:translate(-50%,-50%) scale(1.12)}}@media (prefers-reduced-motion:reduce){.hero-art{animation:none;transform:none;transition:none}.hero-img{opacity:1}.hero-glow,.hero-img{animation:none}}