/* La red de valores: cada idea ocupa un nodo y puede moverse */
.values h2{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}
.values-stage{min-height:555px;isolation:isolate;cursor:grab}.values-stage:active{cursor:grabbing}.values-network{position:absolute;inset:0;width:100%;height:100%;z-index:1;overflow:visible;pointer-events:none}.values-network line{stroke:#fff;stroke-width:2;stroke-dasharray:5 7;opacity:.67;animation:dash 12s linear infinite}.values-network circle{fill:var(--yellow);stroke:var(--purple);stroke-width:3}.values h2{width:340px;padding:27px 18px;border-radius:48%;background:radial-gradient(circle,#40388d 0%,#40388ddd 42%,transparent 70%);z-index:2}.value{z-index:3;touch-action:none;user-select:none;cursor:grab;animation:node-float 4.4s ease-in-out infinite}.value:focus-visible{outline:3px solid #fff;outline-offset:5px}.value.dragging{animation:none;cursor:grabbing;z-index:5!important;transform:scale(1.08)!important}.v1{font-family:"Fugaz One",sans-serif;letter-spacing:.02em;animation-delay:-.4s}.v2{font-family:Bungee,sans-serif;font-size:clamp(.68rem,1.45vw,1.15rem);letter-spacing:-.04em;animation-delay:-1.6s}.v3{font-family:"Space Grotesk",sans-serif;font-size:clamp(.9rem,1.8vw,1.45rem);letter-spacing:-.06em;animation-delay:-2.4s}.v4{font-family:Modak,serif;font-weight:400;letter-spacing:.02em;animation-delay:-3.1s}.v5{font-family:"DM Sans",sans-serif;letter-spacing:.08em;font-style:italic;animation-delay:-.9s}.v6{font-family:Bungee,sans-serif;font-size:clamp(.68rem,1.25vw,1rem);letter-spacing:-.04em;animation-delay:-3.7s}@keyframes node-float{0%,100%{translate:0 0}50%{translate:0 -11px}}@keyframes dash{to{stroke-dashoffset:-145}}@media(max-width:760px){.values h2{width:235px;padding:22px 8px}.values-network{display:none}.value{animation:none}}@media(prefers-reduced-motion:reduce){.value,.values-network line{animation:none}}
