@keyframes infiniteScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.carousel-track{cursor:grab;-webkit-overflow-scrolling:touch;animation:infiniteScroll 40s linear infinite;display:flex;will-change:transform;-webkit-transform:translateZ(0);transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;contain:layout style}.carousel-track:hover{animation-play-state:paused}.carousel-track:active{cursor:grabbing}.proj-card{flex-shrink:0}.carousel{position:relative}.carousel:after{content:"";position:absolute;top:0;right:0;bottom:1rem;width:3rem;background:linear-gradient(to right,transparent,rgba(255,255,255,.9));pointer-events:none;z-index:2}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;border:none;background:#fffffff2;color:#007a97;box-shadow:0 2px 12px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,box-shadow .2s,transform .15s;flex-shrink:0}.carousel-nav:hover{background:#007a97;color:#fff;box-shadow:0 4px 18px #007a9759;transform:translateY(-50%) scale(1.08)}.carousel-nav:active{transform:translateY(-50%) scale(.97)}.carousel-prev{left:12px}.carousel-next{right:12px}@media (max-width: 480px){.carousel-nav{width:36px;height:36px}.carousel-prev{left:6px}.carousel-next{right:6px}}@supports (min-height: 100dvh){.hero{min-height:100dvh}}@media (max-width: 1023px){.hero-content{padding-top:calc(62px + 2.5rem)!important}}@media (max-width: 480px){.carousel:after{width:1.5rem}}@keyframes wordReveal{0%{opacity:0;transform:translateY(60px) skewY(4deg);filter:blur(6px)}60%{filter:blur(0)}to{opacity:1;transform:translateY(0) skewY(0);filter:blur(0)}}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmerSweep{0%{transform:translate(-100%) skew(-18deg);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translate(220%) skew(-18deg);opacity:0}}@keyframes dreamPulse{0%,to{text-shadow:0 0 0px transparent}50%{text-shadow:0 0 28px rgba(0,122,151,.55)}}.hero-word{display:inline-block;opacity:0;animation:wordReveal .75s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(.1s + var(--hw, 0) * .14s)}.hero-word--blue{color:var(--blue)}.hero-dream{position:relative;display:inline-block}.hero-shimmer{position:absolute;top:-4px;right:-8px;bottom:-4px;left:-8px;background:linear-gradient(105deg,transparent 30%,rgba(0,199,230,.55) 50%,transparent 70%);border-radius:4px;pointer-events:none;animation:shimmerSweep 1s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.9s;opacity:0}.hero-dream .hero-word--blue{animation:wordReveal .75s cubic-bezier(.22,1,.36,1) forwards,dreamPulse 3.5s ease-in-out 2s infinite}.hero-fade-up{opacity:0;animation:heroFadeUp .7s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(.55s + var(--hd, 0) * .13s)}@media (prefers-reduced-motion: reduce){.hero-word,.hero-fade-up,.hero-shimmer{animation:none!important;opacity:1!important;transform:none!important;filter:none!important}}
