html:has(.home-page){background:#000}html:has(.home-page) body{background:#000}.home-intro{animation:1s ease-out both home-enter}.crosshair-layer{z-index:5;pointer-events:none;position:fixed;inset:0;overflow:hidden}.crosshair{color:#e8eaed;opacity:.35;mix-blend-mode:difference;width:0;height:0;position:absolute;top:0;left:0;transform:translate(-100px,-100px)}.crosshair:before,.crosshair:after{content:"";position:absolute;transform:translate(-50%,-50%)}.crosshair:before{background:linear-gradient(90deg,currentColor 0 calc(50% - .25rem),#0000 calc(50% - .25rem) calc(50% + .25rem),currentColor calc(50% + .25rem));width:200vw;height:1px}.crosshair:after{background:linear-gradient(currentColor 0 calc(50% - .25rem),#0000 calc(50% - .25rem) calc(50% + .25rem),currentColor calc(50% + .25rem));width:1px;height:200vh}.home-page:has(a:hover,button:hover) .crosshair{color:#fff;opacity:.55}@keyframes home-enter{0%{opacity:0;transform:translateY(2rem)}}@media (max-width:768px),(pointer:coarse),(prefers-reduced-motion:reduce){.crosshair-layer{display:none}}@media (min-width:1024px){.home-page .home-intro{flex-direction:row;justify-content:space-between;align-items:flex-start}.home-page .home-copy{text-align:left}.home-page .home-passions,.home-page .home-socials{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){.home-page .home-intro{animation:none}}
