@keyframes ArrowAnimation_drawArrow__vgCNl{0%{stroke-dashoffset:var(--path-length);opacity:0}10%{opacity:1}40%{stroke-dashoffset:0}50%{fill:rgba(255,255,255,.03)}80%{transform:translateY(300px)}to{opacity:0;transform:translateY(300px)}}.ArrowAnimation_arrow-svg__rn35k{animation:ArrowAnimation_drawArrow__vgCNl 6s infinite;fill:transparent}.ArrowAnimation_arrow-path__9qzEC{stroke-dasharray:var(--path-length);stroke-dashoffset:var(--path-length);animation:inherit}.banner{position:relative;overflow:hidden}.banner__container{width:min(1100px,92%);margin:0 auto;min-height:530px;height:100svh;display:flex;align-items:center;justify-content:space-between;padding-bottom:0}.banner__left{max-width:544px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.banner__title{line-height:.95;font-weight:700;margin:0;font-size:clamp(3rem,6vw,80px);transition:transform .1s linear,opacity .1s linear;will-change:transform,opacity}.banner__primary{color:var(--primary)}.banner__indent{margin-left:16px}.banner__description{margin-top:24px;font-size:18px;line-height:1.6;color:var(--muted-foreground);transition:transform .1s linear,opacity .1s linear;will-change:transform,opacity}.banner__name{font-weight:500;color:var(--foreground)}.banner__cta{margin-top:36px;display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;background:var(--primary);color:var(--primary-foreground);text-decoration:none;font-weight:600;transition:transform .1s linear,opacity .1s linear,filter .15s ease;will-change:transform,opacity}.banner__cta:hover{filter:brightness(1.05)}.banner__stats{display:flex;gap:16px;text-align:center}.banner__stat,.banner__stats{transition:transform .1s linear,opacity .1s linear}.banner__stat{will-change:transform,opacity}.banner__statValue{margin:0 0 6px;font-weight:400;font-size:clamp(1.875rem,3vw,2.25rem);color:var(--primary)}.banner__statLabel{margin:0;color:var(--muted-foreground)}@media (max-width:768px){.banner__container{flex-direction:column;align-items:flex-start;justify-content:center;padding-bottom:40px;gap:28px}.banner__stats{width:100%;justify-content:flex-start;text-align:left;gap:22px}}@media (min-width:768px){.banner__container{position:relative}.banner__stats{position:absolute;bottom:10%;right:4%;flex-direction:column;gap:32px;text-align:right}}.projects{width:min(1100px,92%);margin:0 auto}.project-item{display:block;text-decoration:none;color:inherit;line-height:1;padding:20px 0;border-bottom:1px solid var(--border);transition:opacity .25s ease,transform .25s ease}.project-item:first-child{padding-top:0}.project-item:last-child{padding-bottom:0;border-bottom:none}.project-item--faded{opacity:.3}.project-item:hover{opacity:1}.project-item__thumb{width:100%;aspect-ratio:3/2;object-fit:cover;object-position:top;margin-bottom:24px;border-radius:10px}.project-item__row{display:flex;gap:8px}@media (min-width:768px){.project-item__row{gap:20px}}.project-item__index{color:var(--muted-foreground);flex:0 0 auto}.project-item__index,.project-item__title{font-family:Anton,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.project-item__title{display:flex;align-items:center;gap:16px;margin:0;font-weight:400;font-size:clamp(2.25rem,5vw,3.75rem);line-height:1;background-color:white;background-size:200% 100%;background-position:100%;-webkit-background-clip:text;background-clip:text;color:transparent;transition:background-position .7s ease}.project-item:hover .project-item__title{background-position:0;background-color:var(--primary)}.project-item__icon{display:inline-flex;color:var(--foreground);opacity:0;transition:opacity .25s ease}.project-item__icon.is-visible{opacity:1}.project-item__path{opacity:0;transition:opacity .3s ease}.project-item__path.is-on{opacity:1}.project-item__stack{margin-top:8px;display:flex;flex-wrap:wrap;gap:12px;color:var(--muted-foreground);font-size:12px}.project-item__stackItem{display:flex;align-items:center;gap:12px}.project-item__dot{width:8px;height:8px;border-radius:999px;background:var(--background-light)}@media (max-width:480px){.project-item__row{gap:10px}}