.central-hero{position:relative;isolation:isolate;overflow:hidden;background:#FAFAFA}
.central-hero>canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0}
.central-hero>.wrap{position:relative;z-index:2}
.central-hero::before,.central-hero::after{content:"";position:absolute;border-radius:9999px;filter:blur(80px);opacity:.35;pointer-events:none;z-index:1}
.central-hero::before{width:520px;height:520px;background:radial-gradient(circle,#E31E24,transparent 60%);top:-160px;left:-120px;animation:central-floaty 9s ease-in-out infinite}
.central-hero::after{width:480px;height:480px;background:radial-gradient(circle,#1E3A5F,transparent 60%);bottom:-180px;right:-120px;animation:central-floaty 11s ease-in-out infinite reverse}
@keyframes central-floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
html[data-motion="off"] .central-hero::before,html[data-motion="off"] .central-hero::after{animation:none}
.central-hero .category-grid{margin-bottom:0;padding-bottom:45px}
.central-hero+.wrap{padding-top:0}
.vhe-motion-setting{margin-top:16px}
.vhe-motion-setting button{border:0;background:transparent;color:inherit;font:inherit;font-size:12px;min-height:44px;padding:8px 0;text-decoration:underline;text-underline-offset:4px;cursor:pointer}
@media(max-width:760px){.central-hero .category-grid{padding-bottom:32px}}
