@keyframes aboutFloatIn{0%{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes aboutBob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.about-float[data-astro-cid-kh7btl4r]{opacity:.2;animation:aboutBob 5s ease-in-out infinite}.about-float-full[data-astro-cid-kh7btl4r]{animation:aboutBob 5s ease-in-out infinite}.about-float-white[data-astro-cid-kh7btl4r]{opacity:.12;filter:brightness(10);animation:aboutBob 6s ease-in-out infinite}@keyframes marqueeLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marqueeRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.marquee-left[data-astro-cid-kh7btl4r]{animation:marqueeLeft 60s linear infinite}.marquee-right[data-astro-cid-kh7btl4r]{animation:marqueeRight 60s linear infinite}.marquee-container[data-astro-cid-kh7btl4r]:hover .marquee-left[data-astro-cid-kh7btl4r],.marquee-container[data-astro-cid-kh7btl4r]:hover .marquee-right[data-astro-cid-kh7btl4r]{animation-play-state:paused}@keyframes footstepAppear{0%{opacity:0}to{opacity:1}}.footstep[data-astro-cid-kh7btl4r]{opacity:0}.hiw-footsteps[data-astro-cid-kh7btl4r].animate .footstep-1[data-astro-cid-kh7btl4r]{animation:footstepAppear .4s ease-out .2s forwards}.hiw-footsteps[data-astro-cid-kh7btl4r].animate .footstep-2[data-astro-cid-kh7btl4r]{animation:footstepAppear .4s ease-out .5s forwards}.hiw-footsteps[data-astro-cid-kh7btl4r].animate .footstep-3[data-astro-cid-kh7btl4r]{animation:footstepAppear .4s ease-out .8s forwards}.hiw-footsteps[data-astro-cid-kh7btl4r].animate .footstep-4[data-astro-cid-kh7btl4r]{animation:footstepAppear .4s ease-out 1.1s forwards}.hiw-footsteps[data-astro-cid-kh7btl4r].animate .footstep-5[data-astro-cid-kh7btl4r]{animation:footstepAppear .4s ease-out 1.4s forwards}.hiw-footsteps[data-astro-cid-kh7btl4r].animate .footstep-6[data-astro-cid-kh7btl4r]{animation:footstepAppear .4s ease-out 1.7s forwards}.hiw-footsteps[data-astro-cid-kh7btl4r].animate .footstep-7[data-astro-cid-kh7btl4r]{animation:footstepAppear .4s ease-out 2s forwards}.hiw-footsteps[data-astro-cid-kh7btl4r].animate .footstep-8[data-astro-cid-kh7btl4r]{animation:footstepAppear .4s ease-out 2.3s forwards}.hiw-footsteps[data-astro-cid-kh7btl4r].animate .footstep-9[data-astro-cid-kh7btl4r]{animation:footstepAppear .4s ease-out 2.6s forwards}.hiw-footsteps[data-astro-cid-kh7btl4r].animate .footstep-10[data-astro-cid-kh7btl4r]{animation:footstepAppear .4s ease-out 2.9s forwards}.hiw-footsteps[data-astro-cid-kh7btl4r].animate .footstep-11[data-astro-cid-kh7btl4r]{animation:footstepAppear .4s ease-out 3.2s forwards}.hiw-footsteps[data-astro-cid-kh7btl4r].animate .footstep-12[data-astro-cid-kh7btl4r]{animation:footstepAppear .4s ease-out 3.5s forwards}.hiw-footsteps[data-astro-cid-kh7btl4r].animate .footstep-13[data-astro-cid-kh7btl4r]{animation:footstepAppear .4s ease-out 3.8s forwards}.hiw-footsteps[data-astro-cid-kh7btl4r].animate .footstep-14[data-astro-cid-kh7btl4r]{animation:footstepAppear .4s ease-out 4.1s forwards}@keyframes hiwReveal{0%{opacity:0;transform:translateY(24px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.hiw-card[data-astro-cid-kh7btl4r]{opacity:0;transform:translateY(24px) scale(.95)}.hiw-card[data-astro-cid-kh7btl4r].visible{animation:hiwReveal .7s var(--ease-out-cubic) forwards}@keyframes hiwChevronIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.hiw-chevron[data-astro-cid-kh7btl4r]{opacity:0}.visible[data-astro-cid-kh7btl4r] .hiw-chevron[data-astro-cid-kh7btl4r]{animation:hiwChevronIn .5s var(--ease-spring) forwards}.puzzle-icon[data-astro-cid-kh7btl4r]{border:none;background:none;padding:0;cursor:pointer;position:absolute;z-index:10;transition:filter .3s ease,transform .3s ease}.puzzle-icon[data-astro-cid-kh7btl4r]:hover,.puzzle-icon[data-astro-cid-kh7btl4r]:focus-visible{filter:drop-shadow(0 0 8px rgba(248,102,43,.4));transform:scale(1.15);animation-play-state:paused}.puzzle-icon[data-astro-cid-kh7btl4r]:focus-visible{outline:2px solid var(--color-orange);outline-offset:4px;border-radius:50%}.puzzle-tooltip[data-astro-cid-kh7btl4r]{position:absolute;bottom:calc(100% + 10px);left:0;transform:translateY(4px);font-family:var(--font-body);font-size:.75rem;font-style:italic;color:var(--color-olive);background:#fff;border:1px solid var(--color-peach);border-radius:10px;padding:6px 12px;box-shadow:0 4px 12px #00000014;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease;max-width:300px;width:max-content;white-space:normal;text-align:center;line-height:1.4;z-index:20}.puzzle-tooltip[data-astro-cid-kh7btl4r]:after{content:"";position:absolute;top:100%;left:16px;border:6px solid transparent;border-top-color:#fff}.puzzle-icon[data-astro-cid-kh7btl4r]:hover .puzzle-tooltip[data-astro-cid-kh7btl4r],.puzzle-icon[data-astro-cid-kh7btl4r]:focus-visible .puzzle-tooltip[data-astro-cid-kh7btl4r],.puzzle-icon[data-astro-cid-kh7btl4r].tooltip-visible .puzzle-tooltip[data-astro-cid-kh7btl4r]{opacity:1;transform:translateY(0)}.puzzle-icon[data-astro-cid-kh7btl4r].tooltip-right .puzzle-tooltip[data-astro-cid-kh7btl4r]{left:auto;right:0}.puzzle-icon[data-astro-cid-kh7btl4r].tooltip-right .puzzle-tooltip[data-astro-cid-kh7btl4r]:after{left:auto;right:16px}.puzzle-icon[data-astro-cid-kh7btl4r].tooltip-below .puzzle-tooltip[data-astro-cid-kh7btl4r]{bottom:auto;top:calc(100% + 10px);transform:translateY(-4px)}.puzzle-icon[data-astro-cid-kh7btl4r].tooltip-below:hover .puzzle-tooltip[data-astro-cid-kh7btl4r],.puzzle-icon[data-astro-cid-kh7btl4r].tooltip-below:focus-visible .puzzle-tooltip[data-astro-cid-kh7btl4r],.puzzle-icon[data-astro-cid-kh7btl4r].tooltip-below.tooltip-visible .puzzle-tooltip[data-astro-cid-kh7btl4r]{transform:translateY(0)}.puzzle-icon[data-astro-cid-kh7btl4r].tooltip-below .puzzle-tooltip[data-astro-cid-kh7btl4r]:after{top:auto;bottom:100%;border-top-color:transparent;border-bottom-color:#fff}.puzzle-check[data-astro-cid-kh7btl4r]{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:var(--color-forest);color:#fff;font-size:10px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(0);transition:opacity .3s ease,transform .3s cubic-bezier(.34,1.56,.64,1)}.puzzle-icon[data-astro-cid-kh7btl4r].solved .puzzle-check[data-astro-cid-kh7btl4r]{opacity:1;transform:scale(1)}@keyframes puzzleSolve{0%{transform:scale(1) rotate(0)}30%{transform:scale(1.4) rotate(180deg)}60%{transform:scale(1.3) rotate(360deg)}to{transform:scale(1) rotate(360deg)}}.puzzle-icon[data-astro-cid-kh7btl4r].solving{animation:puzzleSolve .7s cubic-bezier(.34,1.56,.64,1) forwards!important}.puzzle-icon[data-astro-cid-kh7btl4r].solving img[data-astro-cid-kh7btl4r]{filter:drop-shadow(0 0 12px rgba(248,102,43,.6))}.puzzle-icon[data-astro-cid-kh7btl4r].shaking{animation:shake .4s ease-out!important}.puzzle-icon[data-astro-cid-kh7btl4r].shaking img[data-astro-cid-kh7btl4r]{filter:drop-shadow(0 0 8px rgba(228,50,50,.4))}.puzzle-icon[data-astro-cid-kh7btl4r].solved{cursor:default;opacity:.35!important;animation:none!important}@keyframes clueGlow{0%,to{filter:drop-shadow(0 0 4px rgba(248,102,43,.2));opacity:1}50%{filter:drop-shadow(0 0 10px rgba(248,102,43,.5));opacity:1}}.puzzle-icon[data-astro-cid-kh7btl4r].active-clue{animation:clueGlow 2s ease-in-out infinite!important}
