.About-module__5t0ELG__modalOverlay{z-index:1000;background:#1e1e2ed9;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.About-module__5t0ELG__modalContent{background:var(--ctp-base);border-radius:16px;flex-direction:column;align-items:center;max-width:90vw;max-height:90vh;padding:2rem;display:flex;position:relative;box-shadow:0 8px 32px #00000040}.About-module__5t0ELG__modalImage{border-radius:12px;max-width:60vw;max-height:70vh;box-shadow:0 4px 24px #0000002e}.About-module__5t0ELG__modalCloseBtn{background:var(--ctp-accent);color:var(--ctp-base);cursor:pointer;border:none;border-radius:50%;width:2.5rem;height:2.5rem;font-size:2rem;transition:background .2s;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 8px #0000001f}.About-module__5t0ELG__modalCloseBtn:hover{background:var(--ctp-lavender)}.About-module__5t0ELG__container{min-height:100vh;color:var(--ctp-subtext0);font-family:JetBrains Mono,monospace;display:flex}.About-module__5t0ELG__sidebar{flex-direction:column;justify-content:space-between;width:50%;max-width:600px;height:100vh;padding:2rem 4rem;display:flex;position:sticky;top:0}.About-module__5t0ELG__sidebarContent{flex-direction:column;display:flex}.About-module__5t0ELG__name{color:var(--ctp-text);letter-spacing:-.02em;margin:0 0 .5rem;font-size:3rem;font-weight:700}.About-module__5t0ELG__title{color:var(--ctp-accent);margin:0 0 1rem;font-size:1.25rem;font-weight:500}.About-module__5t0ELG__tagline{color:var(--ctp-subtext0);max-width:300px;margin:0 0 3rem;font-size:1rem;line-height:1.6}.About-module__5t0ELG__profileImageWrap{border:1px solid var(--ctp-surface0);background:var(--ctp-base);border-radius:12px;width:min(320px,100%);margin:0 0 2rem;padding:.6rem}.About-module__5t0ELG__profileImage{border-radius:8px;width:100%;height:auto;display:block}.About-module__5t0ELG__nav{flex-direction:column;gap:.75rem;margin-bottom:3rem;display:flex}.About-module__5t0ELG__navLink{color:var(--ctp-overlay0);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:1rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .25s;display:flex}.About-module__5t0ELG__navLink:hover{color:var(--ctp-text)}.About-module__5t0ELG__navLink:hover .About-module__5t0ELG__navIndicator{background:var(--ctp-text);width:64px}.About-module__5t0ELG__navIndicator{background:var(--ctp-overlay0);width:32px;height:1px;transition:all .25s}.About-module__5t0ELG__navLinkActive{color:var(--ctp-text)!important}.About-module__5t0ELG__navLinkActive .About-module__5t0ELG__navIndicator{background:var(--ctp-accent);width:64px}.About-module__5t0ELG__socials{flex-direction:column;gap:1.5rem;margin-top:auto;display:flex}.About-module__5t0ELG__resumeBtn{background:var(--ctp-accent);color:var(--ctp-base);width:fit-content;box-shadow:0 4px 12px rgba(var(--ctp-accent-rgb), .2);border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:.8rem 1.5rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.About-module__5t0ELG__resumeBtn:hover{background:var(--ctp-lavender);box-shadow:0 6px 16px rgba(var(--ctp-accent-rgb), .3);transform:translateY(-2px)}.About-module__5t0ELG__socialIcons{align-items:center;gap:1.5rem;display:flex}.About-module__5t0ELG__socialIcon{width:24px;height:24px;color:var(--ctp-overlay0);transition:color .25s,transform .25s}.About-module__5t0ELG__socials a:hover .About-module__5t0ELG__socialIcon{color:var(--ctp-accent);transform:translateY(-3px)}.About-module__5t0ELG__main{flex:1;max-width:600px;padding:6rem 4rem}.About-module__5t0ELG__section{margin-bottom:6rem;scroll-margin-top:6rem}.About-module__5t0ELG__sectionTitle{color:var(--ctp-accent);margin:0 0 2rem;font-family:JetBrains Mono,monospace;font-size:1.5rem;font-weight:700}.About-module__5t0ELG__aboutText p{color:var(--ctp-subtext0);margin:0 0 1.5rem;font-size:1rem;line-height:1.75}.About-module__5t0ELG__aboutText p:last-child{margin-bottom:0}.About-module__5t0ELG__highlight{color:var(--ctp-accent);background:linear-gradient(120deg, rgba(var(--ctp-accent-rgb), .15) 0%, rgba(var(--ctp-accent-rgb), .15) 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0% 100%;border-radius:4px;padding:.05em .2em;transition:background-size .6s cubic-bezier(.25,.46,.45,.94);display:inline;position:relative}.About-module__5t0ELG__highlight.About-module__5t0ELG__visible{background-size:100% 100%}.About-module__5t0ELG__highlight:after{content:"";background:linear-gradient(90deg, var(--ctp-accent), var(--ctp-lavender));border-radius:2px;width:0%;height:2px;transition:width .8s cubic-bezier(.25,.46,.45,.94) .2s;position:absolute;bottom:0;left:0}.About-module__5t0ELG__highlight.About-module__5t0ELG__visible:after{width:100%}.About-module__5t0ELG__sectionFadeIn{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.About-module__5t0ELG__sectionVisible{opacity:1;transform:translateY(0)}.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__aboutText p,.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__experienceItem,.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__skillGroup,.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__galleryItem{opacity:0;animation:.5s forwards About-module__5t0ELG__fadeSlideIn}.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__aboutText p:first-child{animation-delay:.1s}.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__aboutText p:nth-child(2){animation-delay:.25s}.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__aboutText p:nth-child(3){animation-delay:.4s}.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__experienceItem:first-child{animation-delay:.1s}.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__experienceItem:nth-child(2){animation-delay:.25s}.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__skillGroup:first-child{animation-delay:.1s}.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__skillGroup:nth-child(2){animation-delay:.2s}.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__skillGroup:nth-child(3){animation-delay:.3s}.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__skillGroup:nth-child(4){animation-delay:.4s}.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__galleryItem:first-child{animation-delay:50ms}.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__galleryItem:nth-child(2){animation-delay:.1s}.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__galleryItem:nth-child(3){animation-delay:.15s}.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__galleryItem:nth-child(4){animation-delay:.2s}.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__galleryItem:nth-child(5){animation-delay:.25s}.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__galleryItem:nth-child(6){animation-delay:.3s}@keyframes About-module__5t0ELG__fadeSlideIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes About-module__5t0ELG__nameReveal{0%{opacity:0;filter:blur(8px);transform:translateY(-20px)}to{opacity:1;filter:blur();transform:translateY(0)}}.About-module__5t0ELG__nameAnimated{animation:.8s forwards About-module__5t0ELG__nameReveal}.About-module__5t0ELG__titleAnimated{opacity:0;animation:.8s .3s forwards About-module__5t0ELG__nameReveal}.About-module__5t0ELG__taglineAnimated{opacity:0;animation:.8s .5s forwards About-module__5t0ELG__nameReveal}@media (prefers-reduced-motion:reduce){.About-module__5t0ELG__highlight,.About-module__5t0ELG__highlight:after,.About-module__5t0ELG__sectionFadeIn{transition:none}.About-module__5t0ELG__sectionFadeIn{opacity:1;transform:none}.About-module__5t0ELG__highlight{background-size:100% 100%}.About-module__5t0ELG__highlight:after{width:100%}.About-module__5t0ELG__nameAnimated,.About-module__5t0ELG__titleAnimated,.About-module__5t0ELG__taglineAnimated,.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__aboutText p,.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__experienceItem,.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__skillGroup,.About-module__5t0ELG__sectionVisible .About-module__5t0ELG__galleryItem{opacity:1;animation:none}}.About-module__5t0ELG__experienceItem{border-radius:8px;gap:2rem;margin:0 -1.5rem 1rem;padding:1.5rem;transition:all .25s;display:flex}.About-module__5t0ELG__experienceItem:hover{background:rgba(var(--ctp-accent-rgb), .05)}.About-module__5t0ELG__expDate{color:var(--ctp-overlay0);text-transform:uppercase;letter-spacing:.05em;min-width:120px;padding-top:.25rem;font-size:.75rem;font-weight:600}.About-module__5t0ELG__expContent{flex:1}.About-module__5t0ELG__expTitle{color:var(--ctp-text);margin:0 0 .5rem;font-size:1rem;font-weight:500;line-height:1.4}.About-module__5t0ELG__expCompany{color:var(--ctp-accent)}.About-module__5t0ELG__expDescription{color:var(--ctp-subtext0);margin:0 0 1rem;font-size:.875rem;line-height:1.6}.About-module__5t0ELG__tags{flex-wrap:wrap;gap:.5rem;display:flex}.About-module__5t0ELG__tag{color:var(--ctp-accent);background:rgba(var(--ctp-accent-rgb), .1);border-radius:4px;padding:.2rem .5rem;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:500}.About-module__5t0ELG__skillsGrid{flex-direction:column;gap:2rem;display:flex}.About-module__5t0ELG__skillGroup{border-radius:8px;margin:0 -1.5rem;padding:1.5rem;transition:all .25s}.About-module__5t0ELG__skillGroup:hover{background:rgba(var(--ctp-accent-rgb), .05)}.About-module__5t0ELG__skillGroupTitle{color:var(--ctp-text);margin:0 0 1rem;font-size:.875rem;font-weight:600}.About-module__5t0ELG__gallerySubtext{color:var(--ctp-subtext0);margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}.About-module__5t0ELG__galleryGrid{grid-template-columns:repeat(2,1fr);grid-auto-rows:220px;grid-auto-flow:dense;gap:1rem;display:grid}.About-module__5t0ELG__galleryItem{border:1px solid var(--ctp-surface0);background:var(--ctp-mantle);border-radius:12px;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.About-module__5t0ELG__galleryItem:hover{border-color:var(--ctp-surface1);z-index:1;transform:translateY(-3px);box-shadow:0 8px 24px #00000040}.About-module__5t0ELG__galleryItem img,.About-module__5t0ELG__galleryItem video{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.About-module__5t0ELG__galleryItem:hover img,.About-module__5t0ELG__galleryItem:hover video{transform:scale(1.05)}.About-module__5t0ELG__gallerySquare{grid-area:span 1/span 1}.About-module__5t0ELG__galleryLandscape{grid-area:span 1/span 2}.About-module__5t0ELG__galleryPortrait{grid-area:span 2/span 1}.About-module__5t0ELG__galleryHero{grid-area:span 2/span 2}@media (max-width:1024px){.About-module__5t0ELG__container{flex-direction:column}.About-module__5t0ELG__sidebar{width:100%;max-width:none;height:auto;padding:4rem 2rem 2rem;position:relative}.About-module__5t0ELG__nav{display:none}.About-module__5t0ELG__profileImageWrap{width:min(260px,100%);margin-bottom:1.5rem}.About-module__5t0ELG__main{max-width:none;padding:2rem}.About-module__5t0ELG__sectionTitle{z-index:10;background:inherit;padding:1rem 0;position:sticky;top:0}}@media (max-width:640px){.About-module__5t0ELG__name{font-size:2.25rem}.About-module__5t0ELG__profileImageWrap{width:100%}.About-module__5t0ELG__experienceItem{flex-direction:column;gap:.5rem}.About-module__5t0ELG__expDate{min-width:auto}.About-module__5t0ELG__galleryGrid{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px;gap:.5rem}}
