/* 024 — fixed-size hero, growing characters and traffic-sign elements */
.hero-stage .hero{transform:none!important;clip-path:none!important;border-radius:0!important;box-shadow:none!important}.hero-stage:after{opacity:calc(1 - var(--hero-progress,0))}
.hero-stage .hero-art{transform:translate3d(var(--hero-bg-x,0px),var(--hero-bg-y,0px),-35px) scale(var(--hero-bg-scale,1.065))!important}
.hero-subject{transform:translate3d(var(--hero-subject-x,0px),calc(var(--hero-subject-y,0px) + var(--hero-subject-scroll,0px)),90px) scale(var(--hero-subject-scale,1));transform-origin:70% 100%;transition:filter .35s ease}

.hero-float{overflow:visible;background:none;border:0;box-shadow:none;backdrop-filter:none}.hero-float:before{content:"";position:absolute;inset:0;z-index:-1;border:clamp(4px,.45vw,7px) solid #f5f6e9;box-shadow:0 18px 45px #0009,0 0 28px color-mix(in srgb,var(--lime) 30%,transparent)}
.hero-float--left{left:7%;top:19%;border-radius:0;transform:translate3d(var(--hero-left-x,0px),var(--hero-left-y,0px),140px) rotate(45deg) scale(var(--hero-plate-scale,1));background:var(--lime);color:#071007}.hero-float--left:before{border-radius:14px}.hero-float--left>*{transform:rotate(-45deg)}.hero-float--left:not(.has-image){padding:20px}.hero-float--left:not(.has-image) span{color:#071007;font-weight:700;text-align:center;letter-spacing:.1em}.hero-float--left:not(.has-image) i{position:absolute;width:34%;height:5px;right:10%;bottom:18%;background:#071007;box-shadow:none}.hero-float--left:not(.has-image) i:after{content:"";position:absolute;right:-1px;top:50%;border-left:8px solid #071007;border-top:7px solid transparent;border-bottom:7px solid transparent;transform:translateY(-50%)}
.hero-float--right{right:5.5%;top:16%;border-radius:11px;transform:translate3d(var(--hero-right-x,0px),var(--hero-right-y,0px),170px) rotate(-2deg) scale(var(--hero-plate-scale,1));background:#176b32;color:#fff}.hero-float--right:before{border-radius:11px}.hero-float--right:after{content:"↗";position:absolute;right:12px;bottom:8px;color:#fff;font:700 1rem var(--mono)}.hero-float--right:not(.has-image) span{color:#fff;font-weight:700}.hero-float--right:not(.has-image) b{color:#fff;text-shadow:0 2px 0 #0b3d1b}
.hero-float.has-image{padding:10px}.hero-float--left.has-image img{transform:rotate(-45deg) scale(.78)}.hero-float--right.has-image img{object-fit:contain}
@media(max-width:900px){.hero-float--left{right:7%;left:auto;top:25%;transform:translate3d(var(--hero-left-x,0px),var(--hero-left-y,0px),140px) rotate(45deg) scale(var(--hero-plate-scale,1))}.hero-subject{transform-origin:82% 100%}}
@media(max-width:600px){.hero-float--left{right:6%;top:18%}.hero-float--left:before{border-width:3px}.hero-subject{transform-origin:88% 100%}}
@media(prefers-reduced-motion:reduce){.hero-subject{transform:none!important}.hero-float--left{transform:rotate(45deg)!important}.hero-float--right{transform:none!important}}
