@supports (animation-timeline:scroll()){@media (prefers-reduced-motion:no-preference){@keyframes pj-hero-parallax{0%{transform:scale(1)translate(0,0)}to{transform:scale(1.08)translateY(12%)}}@keyframes pj-hero-fade-rise{0%,40%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translateY(-16px)}}@keyframes pj-hero-ember-rise{0%{opacity:0;transform:translateY(18%)}to{opacity:1;transform:translate(0,0)}}@keyframes pj-hero-vignette-fade{0%{opacity:0}to{opacity:1}}@media (min-width:1024px){.pj-hero-image{will-change:transform;animation:linear both pj-hero-parallax;animation-timeline:scroll(root);animation-range:0 100vh}.pj-hero-ember{will-change:opacity, transform;animation:linear both pj-hero-ember-rise;animation-timeline:scroll(root);animation-range:20vh 90vh}.pj-hero-vignette{animation:linear both pj-hero-vignette-fade;animation-timeline:scroll(root);animation-range:30vh 90vh}}.pj-hero-eyebrow{will-change:opacity, transform;animation:linear both pj-hero-fade-rise;animation-timeline:scroll(root);animation-range:0 50vh}.pj-hero-title{will-change:opacity, transform;animation:linear both pj-hero-fade-rise;animation-timeline:scroll(root);animation-range:8vh 60vh}.pj-hero-subtitle{will-change:opacity, transform;animation:linear both pj-hero-fade-rise;animation-timeline:scroll(root);animation-range:16vh 70vh}.pj-hero-motto{will-change:opacity, transform;animation:linear both pj-hero-fade-rise;animation-timeline:scroll(root);animation-range:24vh 80vh}}}.dnd-radar [data-radar-poly]{opacity:0;transform-box:fill-box;transform-origin:50%;transition:opacity .9s cubic-bezier(.2,0,0,1),transform .9s cubic-bezier(.2,0,0,1);transform:scale(.7)}.dnd-radar[data-visible=true] [data-radar-poly]{opacity:1;transform:scale(1)}.dnd-radar [data-radar-dot]{opacity:0;transition:opacity .4s cubic-bezier(.2,0,0,1);transition-delay:var(--dot-delay,0s)}.dnd-radar[data-visible=true] [data-radar-dot]{opacity:1}@media (prefers-reduced-motion:reduce){.dnd-radar [data-radar-poly],.dnd-radar [data-radar-dot]{opacity:1;transition:none;transform:none}}.skill-bar-fill{transform-origin:0;transition:transform .75s cubic-bezier(.2,0,0,1);transition-delay:var(--bar-delay,0s);transform:scaleX(0)}[data-visible=true] .skill-bar-fill{transform:scaleX(1)}@media (prefers-reduced-motion:reduce){.skill-bar-fill{transition:none;transform:scaleX(1)}}
