.hero-lattice{--hero-dot-ink:.5;isolation:isolate;position:relative;overflow:hidden}.hero-lattice__canvas{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero-lattice__copy{display:contents}.hero-lattice__copy>*{z-index:2;position:relative}.s-hero>.hero-lattice{flex:1;justify-content:center;align-items:center;width:100%;display:flex}.s-hero .hero-lattice__copy>.s-inner{flex-direction:column;justify-content:center;align-items:center;width:fit-content;max-width:100%;display:flex}.hero-lattice__node{z-index:3;left:var(--nx);top:var(--ny);width:0;height:0;position:absolute}.hero-lattice__node:after{content:"";box-sizing:border-box;border:1px solid var(--accent-indigo);opacity:0;pointer-events:none;border-radius:50%;width:14px;height:14px;margin:-7px 0 0 -7px;position:absolute;top:0;left:0}.hero-lattice__ring{pointer-events:none;position:absolute;inset:0}.hero-lattice__ring:before,.hero-lattice__ring:after{content:"";box-sizing:border-box;border:1px solid var(--accent-indigo);opacity:0;pointer-events:none;border-radius:50%;width:14px;height:14px;margin:-7px 0 0 -7px;position:absolute;top:0;left:0}.hero-lattice__node.is-done:after,.hero-lattice__node.is-done .hero-lattice__ring:before,.hero-lattice__node.is-done .hero-lattice__ring:after{animation:1.15s cubic-bezier(.45,.05,.55,.95) both heroRipple}.hero-lattice__node.is-done .hero-lattice__ring:before{opacity:.7;animation-delay:.18s}.hero-lattice__node.is-done .hero-lattice__ring:after{opacity:.45;animation-delay:.36s}@keyframes heroRipple{0%{opacity:.5;transform:scale(.26)}to{opacity:0;transform:scale(3.3)}}.hero-lattice__glyph{box-sizing:border-box;background:var(--peak);border:1px solid var(--line-secondary);fill:none;width:32px;height:32px;stroke:var(--text-primary);stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;opacity:0;border-radius:50%;margin:-16px 0 0 -16px;padding:6px;transition:opacity .42s cubic-bezier(.45,.05,.55,.95),transform .42s cubic-bezier(.45,.05,.55,.95),stroke .42s cubic-bezier(.45,.05,.55,.95),stroke-width .42s cubic-bezier(.45,.05,.55,.95),border-color .42s cubic-bezier(.45,.05,.55,.95);position:absolute;top:50%;left:50%;transform:scale(.12)}.hero-lattice__node.is-done .hero-lattice__glyph{opacity:1;transform:scale(1)}.hero-lattice__node[data-glyph=mail] .hero-lattice__glyph,.hero-lattice__node[data-glyph=doc] .hero-lattice__glyph{stroke:var(--sec-orange)}.hero-lattice__node[data-glyph=erp] .hero-lattice__glyph,.hero-lattice__node[data-glyph=db] .hero-lattice__glyph{stroke:var(--sec-teal)}.hero-lattice__node[data-glyph=reason] .hero-lattice__glyph,.hero-lattice__node[data-glyph=decide] .hero-lattice__glyph{stroke:var(--sec-plum)}.hero-lattice__node[data-glyph=flag] .hero-lattice__glyph{stroke:var(--sec-rose)}.hero-lattice__node.is-open .hero-lattice__glyph{transform:scale(1.08)}.hero-lattice__node.is-done:not(.is-open) .hero-lattice__glyph{stroke-width:1.45px;border-color:var(--line-primary)}@media (prefers-reduced-motion:reduce){.hero-lattice__glyph{transition:none}.hero-lattice__node.is-done:after,.hero-lattice__node.is-done .hero-lattice__ring:before,.hero-lattice__node.is-done .hero-lattice__ring:after{animation:none}}.hero-lattice__pop{transform:translate(var(--px),var(--py));width:max-content;max-width:var(--pop-w,184px);background:var(--bedrock);border:1px solid rgb(var(--peak-rgb)/.14);text-align:left;border-radius:8px;flex-direction:column;gap:4px;padding:9px 12px;animation:.24s cubic-bezier(.45,.05,.55,.95) both heroPopIn;display:flex;position:absolute;top:0;left:0}@keyframes heroPopIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.hero-lattice__pop{animation:none}}.hero-lattice__pop:after{content:"";z-index:-1;background:var(--bedrock);border:1px solid rgb(var(--peak-rgb)/.14);border-radius:1px;width:9px;height:9px;position:absolute;transform:rotate(45deg)}.hero-lattice__pop.is-above:after{bottom:-5px;left:var(--arrow);margin-left:-4.5px}.hero-lattice__pop.is-below:after{top:-5px;left:var(--arrow);margin-left:-4.5px}.hero-lattice__pop.is-right:after{left:-5px;top:var(--arrow);margin-top:-4.5px}.hero-lattice__pop.is-left:after{right:-5px;top:var(--arrow);margin-top:-4.5px}.hero-lattice__system{text-transform:uppercase;letter-spacing:.09em;color:#ffffff8c;font-size:9.5px;font-weight:700}.hero-lattice__action{color:#fff;font-size:12.5px;font-weight:600;line-height:1.35}.hero-lattice__reason{border-left:2px solid var(--accent);color:#ffffffb8;padding-left:8px;font-size:11.5px;line-height:1.4}