.top-section{background:0 0;flex-direction:row;justify-content:center;align-items:center;min-height:100vh;display:flex}.top-section .intro{text-align:left;width:40%}.top-section .intro__kicker{letter-spacing:.25em;text-transform:uppercase;color:var(--brand-color);margin:0 0 .75rem;font-size:.85rem;font-weight:600}.top-section .intro h1{font-family:var(--font-bricolage),var(--font-varela-round),sans-serif;letter-spacing:-.03em;color:var(--text-primary);will-change:font-weight;margin:0;font-size:5rem;font-weight:500;line-height:1}.top-section .intro h2{color:var(--text-secondary);margin:.5rem 0 0;font-size:1.5rem}.top-section .signature{flex-direction:column;justify-content:center;align-items:center;width:60%;max-width:660px;height:100%;display:flex}.top-section .signature .avatar{aspect-ratio:356/466;width:60%;box-shadow:inset 0 0 0 9px rgba(var(--brand-color-rgb), .3);background:var(--avatar-glow-color);border-radius:60% 40% 30% 70%/60% 30% 70% 40%;margin-bottom:1rem;padding:2rem;animation:8s ease-in-out 1s infinite morph;overflow:hidden}.top-section .signature .avatar .profile-picture{object-fit:contain;width:100%;height:100%}.top-section .signature svg{max-width:80%;max-height:7rem}.top-section .signature svg #signature-path{animation:5s linear forwards drawSignature}.top-section .social{justify-content:center;gap:1.25rem;margin:0 auto;display:flex;position:absolute;bottom:3rem;left:0;right:0}@media screen and (max-width:1300px){.top-section .intro{width:50%}}@media screen and (max-width:768px){.top-section{flex-direction:column}.top-section .intro{text-align:center;width:auto;padding:2rem 0 0}.top-section .intro h1{font-size:3.5rem}.top-section .intro h2{font-size:1.25rem}.top-section .signature{height:unset;padding:0 0 2rem}.top-section .social{bottom:1rem}}@keyframes drawSignature{to{stroke-dashoffset:0}}@keyframes morph{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}25%{border-radius:50%}50%{border-radius:40% 60% 70% 30%/40% 60% 30% 70%}75%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}
.section-wrapper{width:100%;max-width:1100px;margin:auto}.section-wrapper .section-active{background:color-mix(in srgb, var(--bg-primary) 82%, transparent);-webkit-backdrop-filter:blur(14px)saturate(120%);box-shadow:0 0 40px var(--brand-color-light);transform:translateY(-5px)!important}.section-wrapper .section{border-radius:8px;padding:5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.section-wrapper .section .section-header{border-right:1px solid var(--text-primary);align-items:center;padding-top:4rem;padding-right:2rem;font-size:3rem;display:flex}.section-wrapper .section .section-header .section-header-icon{padding:.625rem .625rem .625rem 0;font-size:3rem;transition:all .5s}.section-wrapper .section .section-content{min-width:0;padding-left:2rem}.section-wrapper .section .section-content h3,.section-wrapper .section .section-content h4{text-underline-offset:.2rem;align-items:center;display:flex}.section-wrapper .section .section-content h3 svg,.section-wrapper .section .section-content h4 svg{margin-right:.5rem}.section-wrapper .section .section-content b{color:var(--brand-color-light)}.section-wrapper .section.section-reverse{flex-direction:row-reverse}.section-wrapper .section.section-reverse .section-header{border-right:none;border-left:1px solid var(--text-primary);padding-left:2rem;padding-right:0}.section-wrapper .section.section-reverse .section-content{text-align:right;padding-left:0;padding-right:2rem}.section-wrapper .section.section-reverse .section-content h3,.section-wrapper .section.section-reverse .section-content h4{justify-content:flex-end}.section-wrapper .section.section-centered{align-items:center}@media screen and (max-width:768px){.section-wrapper .section,.section-wrapper .section.section-reverse{flex-direction:column;padding:3rem}.section-wrapper .section .section-header,.section-wrapper .section.section-reverse .section-header{border:none;border-bottom:1px solid var(--text-primary);text-align:center;justify-content:center;padding:0 0 .7rem}.section-wrapper .section .section-content,.section-wrapper .section.section-reverse .section-content{text-align:center;padding:0}.section-wrapper .section .section-content h3,.section-wrapper .section .section-content h4,.section-wrapper .section.section-reverse .section-content h3,.section-wrapper .section.section-reverse .section-content h4{justify-content:center}}
.tilt-card{transform-style:preserve-3d;min-width:0}
.project-section{padding:3rem 1rem}.project-section .project-carousel{justify-content:center;align-items:center;gap:5px;width:100%;display:flex;position:relative}.project-section .project-carousel-btn{background:color-mix(in srgb, var(--text-secondary) 8%, transparent);border:1px solid color-mix(in srgb, var(--text-secondary) 18%, transparent);width:40px;height:40px;color:var(--brand-color);cursor:pointer;-webkit-backdrop-filter:blur(4px);z-index:10;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex}.project-section .project-carousel-btn svg{font-size:1.3rem}.project-section .project-carousel-btn:hover{background:rgba(var(--brand-color-rgb), .15);border-color:var(--brand-color-light);color:var(--text-primary);box-shadow:0 0 15px color-mix(in srgb, var(--brand-color-light) 25%, transparent);transform:scale(1.08)}.project-section .project-carousel-btn:active{transform:scale(.95)}.project-section .project-carousel-viewport{flex-grow:1;max-width:800px;overflow:hidden}.project-section .project-carousel-list{scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:16px;padding:10px 60px 20px;display:flex;overflow-x:auto}.project-section .project-carousel-list::-webkit-scrollbar{display:none}.project-section .project-card{cursor:pointer;border:1px solid color-mix(in srgb, var(--text-secondary) 22%, transparent);background:color-mix(in srgb, var(--bg-primary) 88%, transparent);-webkit-backdrop-filter:blur(8px);height:250px;box-shadow:0 10px 25px color-mix(in srgb, var(--text-primary) 18%, transparent);scroll-snap-align:center;border-radius:16px;flex:0 0 170px;transition:border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.project-section .project-card:hover{border-color:color-mix(in srgb, var(--brand-color-light) 45%, transparent)}.project-section .project-card.selected{border-color:var(--brand-color-light);box-shadow:0 0 25px color-mix(in srgb, var(--brand-color-light) 35%, transparent)}.project-section .project-card .project-card-cover{cursor:pointer;width:100%;height:100%;color:inherit;background:0 0;border:0;padding:0;display:block;position:relative}.project-section .project-card .project-card-image{object-fit:cover;object-position:center;z-index:1}.project-section .project-card .project-card-overlay{z-index:4;pointer-events:none;background:linear-gradient(#0000 35%,#0003 55%,#0000008c 75%,#000000c7 100%);align-items:flex-end;gap:10px;padding:25px 15px 15px;display:flex;position:absolute;inset:0}.project-section .project-card .project-card-icon{color:var(--brand-color-light);filter:drop-shadow(0 1px 3px #000c);flex-shrink:0;justify-content:center;align-items:center;display:flex}.project-section .project-card .project-card-icon svg{font-size:1.3rem}.project-section .project-card .project-card-name{color:#fafafa;letter-spacing:.03rem;text-align:left;text-shadow:0 2px 6px #000000e6;font-size:.88rem;font-weight:700;line-height:1.25}.project-section .project-pagination-dots{justify-content:center;align-items:center;gap:12px;margin:5px 0 15px;display:flex}.project-section .project-pagination-dots .project-pagination-dot{background-color:color-mix(in srgb, var(--text-secondary) 30%, transparent);cursor:pointer;border:none;border-radius:50%;width:9px;height:9px;padding:0;transition:all .3s cubic-bezier(.25,.8,.25,1)}.project-section .project-pagination-dots .project-pagination-dot:hover{background-color:color-mix(in srgb, var(--text-secondary) 60%, transparent);transform:scale(1.2)}.project-section .project-pagination-dots .project-pagination-dot.active{background-color:var(--brand-color-light);box-shadow:0 0 10px color-mix(in srgb, var(--brand-color-light) 50%, transparent);transform:scale(1.3)}.project-section .project-inspect{background:color-mix(in srgb, var(--bg-primary) 72%, transparent);-webkit-backdrop-filter:blur(12px)saturate(120%);border:1px solid color-mix(in srgb, var(--text-secondary) 22%, transparent);box-shadow:0 15px 35px color-mix(in srgb, var(--text-primary) 15%, transparent);border-radius:16px;flex-direction:column;width:100%;height:auto;margin-top:10px;padding:20px 15px;display:flex}.project-section .project-inspect-content{flex-direction:column;gap:15px;display:flex}.project-section .project-inspect-header{align-items:center;gap:15px;display:flex}.project-section .project-inspect-header .project-inspect-icon{background:rgba(var(--brand-color-rgb), .12);border:1px solid rgba(var(--brand-color-rgb), .25);width:50px;height:50px;color:var(--brand-color);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.project-section .project-inspect-header .project-inspect-icon svg{font-size:1.6rem}.project-section .project-inspect-header .project-inspect-title-group{flex-direction:column;min-width:0;display:flex}.project-section .project-inspect-header .project-inspect-title{color:var(--text-primary);letter-spacing:.01rem;margin:0 0 4px;font-size:1.3rem;font-weight:700}.project-section .project-inspect-header .project-inspect-duration{color:var(--text-secondary);align-items:center;gap:6px;margin:0;font-size:.78rem;display:flex}.project-section .project-inspect-header .project-inspect-duration svg{color:var(--brand-color-light);font-size:.95rem}.project-section .project-inspect-body .project-inspect-description{color:var(--text-primary);opacity:.85;margin:0;font-size:.94rem;line-height:1.65}.project-section .project-inspect-body .project-inspect-description b{color:var(--brand-color-light)}.project-section .project-inspect-buttons{flex-direction:column;justify-content:center;align-items:center;gap:15px;margin-top:5px;display:flex}.project-section .project-inspect-buttons .project-action-button{flex:none;width:100%;max-width:300px}.project-section .project-action-button{background:linear-gradient(135deg, rgba(var(--brand-color-rgb), .25) 0%, rgba(var(--brand-color-rgb), .05) 100%);border:1px solid rgba(var(--brand-color-rgb), .4);max-width:300px;color:var(--text-primary);letter-spacing:.05rem;text-transform:uppercase;cursor:pointer;border-radius:10px;flex:0 220px;justify-content:center;align-items:center;gap:8px;padding:8px 14px;font-size:.78rem;font-weight:600;transition:background .3s,border-color .3s,box-shadow .3s,transform .2s;display:flex}.project-section .project-action-button .project-action-icon{color:var(--brand-color-light);align-items:center;display:flex}.project-section .project-action-button .project-action-icon svg{font-size:.95rem}@media (min-width:430px){.project-section .project-action-button{gap:10px;padding:10px 16px;font-size:.82rem}.project-section .project-action-button .project-action-icon svg{font-size:1rem}}@media (min-width:768px){.project-section .project-action-button{padding:12px 20px;font-size:.88rem}.project-section .project-action-button .project-action-icon svg{font-size:1.1rem}}.project-section .project-action-button:hover{background:linear-gradient(135deg, rgba(var(--brand-color-rgb), .45) 0%, rgba(var(--brand-color-rgb), .15) 100%);border-color:var(--brand-color-light);box-shadow:0 0 15px color-mix(in srgb, var(--brand-color-light) 25%, transparent);text-decoration:none;transform:translateY(-2px)}.project-section .project-action-button:active{transform:translateY(0)}@media screen and (min-width:768px){.project-section{padding:4rem 1.5rem}.project-section .project-carousel{gap:20px}.project-section .project-carousel-btn{width:48px;height:48px}.project-section .project-carousel-btn svg{font-size:1.6rem}.project-section .project-carousel-list{gap:24px;padding:15px 120px 25px}.project-section .project-card{flex:0 0 210px;height:310px}.project-section .project-inspect{padding:30px}.project-section .project-inspect-buttons{flex-flow:wrap}.project-section .project-inspect-buttons .project-action-button{flex:0 220px;width:auto}}.project-section.section-wrapper .section{flex-direction:column!important;align-items:stretch!important;padding:3rem 1.5rem!important}.project-section.section-wrapper .section .section-header{border-right:none!important;border-bottom:1px solid var(--text-primary)!important;justify-content:center!important;width:100%!important;margin-bottom:30px!important;padding:0 0 15px!important;font-size:2rem!important}.project-section.section-wrapper .section .section-header .section-header-icon{margin-right:15px!important;padding:0!important;font-size:2rem!important}.project-section.section-wrapper .section .section-content{width:100%!important;padding-left:0!important;padding-right:0!important}@media screen and (min-width:768px){.project-section.section-wrapper .section{padding:5rem 3rem!important}.project-section.section-wrapper .section .section-header{justify-content:flex-start!important;font-size:2.6rem!important}.project-section.section-wrapper .section .section-header .section-header-icon{font-size:2.6rem!important}}
.reviews-intro{color:var(--text-primary);align-items:center;gap:.5rem;margin:0 0 1.25rem;font-size:clamp(1.15rem,2.5vw,1.4rem);display:flex}.reviews-intro svg{color:var(--brand-color);flex-shrink:0}.reviews-grid{grid-template-columns:1fr;gap:1rem;width:100%;max-width:760px;margin:0 auto;display:grid}.review-card{flex-direction:column;gap:1rem;padding:clamp(1.25rem,4vw,1.9rem);transition:box-shadow .3s;display:flex;position:relative}.review-card:hover{box-shadow:0 12px 40px rgba(var(--brand-color-rgb), .18)}.review-card__quote-mark{color:color-mix(in srgb, var(--brand-color) 60%, transparent);line-height:0;display:inline-block}.review-card__quote-mark svg{width:1.8rem;height:1.8rem;display:block}.review-card__body{color:var(--text-primary);white-space:pre-line;margin:0;font-size:clamp(.92rem,2vw,1rem);line-height:1.7}.review-card__footnote{color:var(--text-secondary);margin:0;font-size:clamp(.85rem,1.8vw,.92rem);font-style:italic;line-height:1.6}.review-card__footer{border-top:1px solid color-mix(in srgb, var(--text-secondary) 18%, transparent);align-items:center;gap:.85rem;margin-top:auto;padding-top:.75rem;display:flex}.review-avatar{width:clamp(2.6rem,8vw,3rem);height:clamp(2.6rem,8vw,3rem);font-family:var(--font-bricolage),var(--font-varela-round),sans-serif;color:#fff;background:linear-gradient(135deg, var(--brand-color), var(--brand-color-light));box-shadow:0 4px 14px rgba(var(--brand-color-rgb), .35);-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;place-items:center;font-size:clamp(.95rem,3vw,1.1rem);font-weight:700;display:grid}.review-attribution{min-width:0}.review-attribution__name{color:var(--text-primary);font-weight:700;display:block}.review-attribution__meta{color:var(--text-secondary);font-size:.8rem;display:block}@media (min-width:768px){.reviews-grid{gap:1.25rem}}
.about-bento{grid-template-columns:1fr;grid-template-areas:"stats""bio""prog""tools";gap:1rem;width:100%;display:grid}.about-bento__card{background:color-mix(in srgb, var(--bg-primary) 72%, transparent);-webkit-backdrop-filter:blur(12px)saturate(120%);border:1px solid color-mix(in srgb, var(--text-secondary) 22%, transparent);border-radius:14px;min-width:0;padding:clamp(1.1rem,4vw,1.75rem);transition:border-color .3s,transform .3s;overflow:hidden}.about-bento__card:hover{border-color:color-mix(in srgb, var(--brand-color) 45%, transparent)}.about-bento__card h3{color:var(--text-primary);align-items:center;gap:.5rem;margin:0 0 .75rem;font-size:clamp(1.15rem,2.5vw,1.4rem);display:flex}.about-bento__card h3 svg{width:1.4rem;height:1.4rem;color:var(--brand-color);flex-shrink:0}.about-bento__stats{grid-area:stats;grid-template-columns:1fr 1fr;align-content:center;gap:.85rem 1rem;display:grid}.about-bento__stat{flex-direction:column;min-width:0;display:flex}.about-bento__stat-value{font-family:var(--font-bricolage),var(--font-varela-round),sans-serif;color:var(--brand-color);font-size:clamp(1.5rem,6vw,2.1rem);font-weight:700;line-height:1}.about-bento__stat-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);margin-top:.45rem;font-size:clamp(.65rem,1.6vw,.72rem)}.about-bento__bio{grid-area:bio}.about-bento__bio p{color:var(--text-primary);margin:0;font-size:clamp(.95rem,2.2vw,1.05rem);line-height:1.7}.about-bento__marquee--prog{grid-area:prog}.about-bento__marquee--tools{grid-area:tools}.about-marquee{width:100%;min-width:0;padding:.5rem 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%)}.about-marquee__track{align-items:center;gap:2rem;width:max-content;display:flex}.about-marquee__item{display:inline-flex}.about-marquee__item svg{width:clamp(2rem,7vw,2.8rem);height:clamp(2rem,7vw,2.8rem);transition:transform .25s,filter .25s;display:block}.about-marquee__item svg:hover{filter:drop-shadow(0 4px 10px rgba(var(--brand-color-rgb), .35));transform:translateY(-3px)scale(1.08)}.about-marquee--left .about-marquee__track{animation:32s linear infinite about-marquee-left}.about-marquee--right .about-marquee__track{animation:32s linear infinite about-marquee-right}.about-marquee:hover .about-marquee__track{animation-play-state:paused}@keyframes about-marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes about-marquee-right{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (prefers-reduced-motion:reduce){.about-marquee__track{flex-wrap:wrap;justify-content:center;width:100%;animation:none!important}}@media (min-width:1024px){.about-bento{grid-template-columns:1fr 2fr;grid-template-areas:"stats bio""prog prog""tools tools";gap:1.5rem}}
.experience-timeline{width:100%;padding-left:1.75rem;position:relative}.experience-timeline:before{content:"";background:linear-gradient(to bottom, transparent, color-mix(in srgb, var(--brand-color) 55%, transparent), transparent);border-radius:1px;width:2px;position:absolute;top:.5rem;bottom:.5rem;left:.45rem}.experience-timeline__item{margin-bottom:clamp(1rem,3vw,1.5rem);position:relative}.experience-timeline__item:last-child{margin-bottom:0}.experience-timeline__dot{background:var(--bg-primary);border:2px solid var(--brand-color);width:.8rem;height:.8rem;box-shadow:0 0 0 4px rgba(var(--brand-color-rgb), .15);border-radius:50%;position:absolute;top:1.35rem;left:-1.65rem}.experience-timeline__card{padding:clamp(1.1rem,4vw,1.5rem);transition:box-shadow .3s}.experience-timeline__card:hover{box-shadow:0 12px 40px rgba(var(--brand-color-rgb), .18)}.experience-timeline__period{letter-spacing:.08em;text-transform:uppercase;color:var(--brand-color);margin-bottom:.4rem;font-size:clamp(.65rem,1.6vw,.72rem);display:block}.experience-timeline__role{color:var(--text-primary);margin:0 0 .3rem;font-size:clamp(1.15rem,2.5vw,1.4rem)}.experience-timeline__org{color:var(--text-secondary);margin:0 0 .75rem;font-size:clamp(.85rem,2vw,.95rem)}.experience-timeline__description{color:var(--text-primary);margin:0;font-size:clamp(.95rem,2.2vw,1.05rem);line-height:1.7}.experience-timeline__tech{flex-wrap:wrap;gap:.5rem;margin:.9rem 0 0;padding:0;list-style:none;display:flex}.experience-timeline__chip{padding:.25rem .6rem;font-size:.75rem}.experience-timeline__chip svg{width:.95rem;height:.95rem;color:var(--brand-color)}
.contact{text-align:center;flex-direction:column;align-items:center;gap:clamp(.9rem,3vw,1.25rem);padding:clamp(.5rem,3vw,2rem) 0;display:flex}.contact__badge{letter-spacing:.04em;padding:.35rem .9rem;font-size:.78rem}.contact__badge-dot{background:var(--brand-color);border-radius:50%;width:.55rem;height:.55rem;animation:2.2s ease-in-out infinite contact-pulse}.contact__heading{color:var(--text-primary);margin:0;font-size:clamp(1.6rem,5vw,2.4rem)}.contact__lede{max-width:34rem;color:var(--text-secondary);margin:0;font-size:clamp(.95rem,2.2vw,1.05rem);line-height:1.7}.contact__cta{background:var(--brand-color);color:#fefefe;letter-spacing:.02em;box-shadow:0 4px 14px rgba(var(--brand-color-rgb), .35);border-radius:999px;align-items:center;gap:.5rem;padding:.7rem 1.6rem;font-weight:600;transition:transform .25s,box-shadow .25s,background .25s;display:inline-flex}.contact__cta svg{width:1rem;height:1rem}.contact__cta:hover{background:color-mix(in srgb, var(--brand-color) 85%, black);box-shadow:0 6px 20px rgba(var(--brand-color-rgb), .45);text-decoration:none;transform:translateY(-2px)}.contact__cta:focus-visible{outline:2px solid var(--brand-color-light,#21e5e5);outline-offset:2px}.contact__meta{color:var(--text-secondary);flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem 1.25rem;font-size:.85rem;display:flex}.contact__cv{color:var(--brand-color);align-items:center;gap:.45rem;display:inline-flex}.contact__cv svg{width:1rem;height:1rem}@keyframes contact-pulse{0%,to{box-shadow:0 0 0 0 rgba(var(--brand-color-rgb), .35)}50%{box-shadow:0 0 0 6px rgba(var(--brand-color-rgb), 0)}}
.section-nav{z-index:500;flex-direction:row;gap:.75rem;padding:.5rem;display:flex;position:fixed;bottom:1.25rem;right:1.25rem}@media (min-width:768px){.section-nav{flex-direction:column;top:50%;bottom:auto;right:1.5rem;transform:translateY(-50%)}}.section-nav-dot{appearance:none;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:1rem;height:1rem;padding:0;display:inline-flex}.section-nav-dot__indicator{background:var(--text-primary);opacity:.35;border-radius:50%;width:.5rem;height:.5rem;transition:width .25s,height .25s,opacity .25s,background-color .25s;display:block}.section-nav-dot:hover .section-nav-dot__indicator,.section-nav-dot:focus-visible .section-nav-dot__indicator{opacity:.7;width:.7rem;height:.7rem}.section-nav-dot:focus-visible{outline:2px solid var(--brand-color-light,#21e5e5);outline-offset:2px;border-radius:50%}.section-nav-dot[aria-current=true] .section-nav-dot__indicator{background:var(--brand-color-light,#21e5e5);opacity:1;width:.8rem;height:.8rem;box-shadow:0 0 8px var(--brand-color-light,#21e5e5)}@media (prefers-reduced-motion:reduce){.section-nav-dot__indicator{transition:none}}
