.page-module___8aEwW__page{--background:#0a0a0a;--foreground:#fff;--text-primary:#000;--text-secondary:#666;--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;--button-secondary-border:#ebebeb;min-height:100vh;font-family:var(--font-geist-sans);background-color:var(--background);justify-content:center;align-items:center;display:flex}.page-module___8aEwW__main{background-color:var(--foreground);flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;max-width:95%;min-height:100vh;padding:120px 60px;display:flex}.page-module___8aEwW__intro{text-align:left;flex-direction:column;align-items:flex-start;gap:24px;display:flex}.page-module___8aEwW__intro h1{letter-spacing:-2.4px;text-wrap:balance;max-width:320px;color:var(--text-primary);font-size:40px;font-weight:600;line-height:48px}.page-module___8aEwW__intro p{text-wrap:balance;max-width:440px;color:var(--text-secondary);font-size:18px;line-height:32px}.page-module___8aEwW__intro a{color:var(--text-primary);font-weight:500}.page-module___8aEwW__ctas{flex-direction:row;gap:16px;width:100%;max-width:440px;font-size:14px;display:flex}.page-module___8aEwW__ctas a{cursor:pointer;border:1px solid #0000;border-radius:128px;justify-content:center;align-items:center;width:fit-content;height:40px;padding:0 16px;font-weight:500;transition:all .2s;display:flex}a.page-module___8aEwW__primary{background:var(--text-primary);color:var(--background);gap:8px}a.page-module___8aEwW__secondary{border-color:var(--button-secondary-border)}@media (hover:hover) and (pointer:fine){a.page-module___8aEwW__primary:hover{background:var(--button-primary-hover);border-color:#0000}a.page-module___8aEwW__secondary:hover{background:var(--button-secondary-hover);border-color:#0000}}.page-module___8aEwW__profileExperienceWrapper{width:100%;max-width:var(--max-width);flex-direction:column;gap:3rem;margin:0 auto;padding:5rem 1rem;display:flex}@media (min-width:1024px){.page-module___8aEwW__profileExperienceWrapper{flex-direction:row;justify-content:space-between;align-items:stretch}.page-module___8aEwW__profileColumn,.page-module___8aEwW__experienceColumn{flex:1;width:50%}.page-module___8aEwW__profileColumn{padding-right:1.5rem}.page-module___8aEwW__experienceColumn{padding-left:1.5rem}}.page-module___8aEwW__sectionTitle{color:var(--foreground);margin-bottom:2rem;font-size:2.5rem;font-weight:700;line-height:1.2;display:inline-block;position:relative}.page-module___8aEwW__sectionTitle:after{content:"";background-color:var(--primary);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-.5rem;left:0}.page-module___8aEwW__experienceCardsContainer{flex-direction:column;gap:1.5rem;display:flex}.page-module___8aEwW__projectGrid{grid-template-columns:1fr;gap:1.5rem;width:100%;display:grid}@media (min-width:1200px){.page-module___8aEwW__projectGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px) and (max-width:1199px){.page-module___8aEwW__projectGrid{grid-template-columns:repeat(2,1fr)}}.page-module___8aEwW__aboutGrid{grid-template-columns:1fr;gap:1.5rem;width:100%;display:grid}.page-module___8aEwW__aboutCard{background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;flex-direction:column;height:100%;padding:1.5rem;transition:transform .2s,border-color .2s;display:flex}.page-module___8aEwW__aboutCard:hover{border-color:var(--primary);background:#ffffff14;transform:translateY(-2px)}.page-module___8aEwW__profileImages{gap:1rem;width:100%;margin-top:1.5rem;display:flex}.page-module___8aEwW__profileImageContainer{aspect-ratio:4/3;border:1px solid #ffffff1a;border-radius:8px;flex:1;position:relative;overflow:hidden}.page-module___8aEwW__aboutCard:hover .page-module___8aEwW__profileImageContainer{border-color:#fff3}.page-module___8aEwW__cardTitle{color:var(--primary);border-bottom:2px solid #ffffff1a;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600}.page-module___8aEwW__cardText{color:#e0e0e0;font-size:1rem;line-height:1.6}.page-module___8aEwW__cardList{margin:0;padding:0;list-style:none}.page-module___8aEwW__cardListItem{color:#d1d5db;margin-bottom:.75rem;padding-left:1.25rem;line-height:1.5;position:relative}.page-module___8aEwW__cardListItem strong{color:var(--foreground);font-weight:600}.page-module___8aEwW__cardListItem:before{content:"▹";color:var(--primary);position:absolute;left:0}@media (max-width:600px){.page-module___8aEwW__main{padding:48px 24px}.page-module___8aEwW__intro{gap:16px}.page-module___8aEwW__intro h1{letter-spacing:-1.92px;font-size:32px;line-height:40px}}@media (prefers-color-scheme:dark){.page-module___8aEwW__logo{filter:invert()}.page-module___8aEwW__page{--background:#000;--foreground:#000;--text-primary:#ededed;--text-secondary:#999;--button-primary-hover:#ccc;--button-secondary-hover:#1a1a1a;--button-secondary-border:#1a1a1a}}
.Navbar-module__cJzEcG__navbar{width:100%;height:var(--nav-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background-color:#0f172ae6;border-bottom:1px solid #ffffff0d;justify-content:center;align-items:center;transition:all .3s;display:flex;position:sticky;top:0}.Navbar-module__cJzEcG__container{width:100%;max-width:var(--max-width);justify-content:center;align-items:center;padding:0 1.5rem;display:flex}.Navbar-module__cJzEcG__links{justify-content:center;align-items:center;gap:5rem;width:100%;display:flex}.Navbar-module__cJzEcG__link{color:#fbbf24;letter-spacing:.05em;text-transform:uppercase;font-size:1.25rem;font-weight:600;transition:all .3s;position:relative}.Navbar-module__cJzEcG__link:hover{color:#fcd34d;text-shadow:0 0 20px #fbbf2499;transform:scale(1.05)}.Navbar-module__cJzEcG__resumeLink{color:#fbbf24;text-transform:uppercase;letter-spacing:.05em;background-color:#0000;border:2px solid #fbbf24;border-radius:9999px;align-items:center;margin-left:2rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.Navbar-module__cJzEcG__resumeLink:hover{color:#fbbf24;background-color:#fbbf241a;transform:translateY(-2px);box-shadow:0 0 20px #fbbf2466}.Navbar-module__cJzEcG__mobileMenuButton{cursor:pointer;z-index:1002;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:.5rem;display:none}.Navbar-module__cJzEcG__hamburger{flex-direction:column;justify-content:space-between;width:30px;height:20px;display:flex;position:relative}.Navbar-module__cJzEcG__hamburger span{background-color:#fbbf24;border-radius:3px;width:100%;height:3px;transition:all .3s ease-in-out;display:block}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:first-child{transform:translateY(8px)rotate(45deg)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1001;background-color:#0f172afa;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100vh;transition:right .3s ease-in-out;display:flex;position:fixed;top:0;right:-100%}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__showMenu{right:0}.Navbar-module__cJzEcG__mobileLink{color:#e2e8f0;text-transform:uppercase;font-size:2rem;font-weight:700;text-decoration:none;transition:color .3s}.Navbar-module__cJzEcG__mobileLink:hover{color:#fbbf24}.Navbar-module__cJzEcG__mobileResumeLink{color:#fbbf24;text-transform:uppercase;background-color:#0000;border:3px solid #fbbf24;border-radius:9999px;padding:1rem 3rem;font-size:1.5rem;font-weight:700;text-decoration:none;transition:all .3s}.Navbar-module__cJzEcG__mobileResumeLink:hover{background-color:#fbbf241a;box-shadow:0 0 30px #fbbf2466}@media (max-width:900px){.Navbar-module__cJzEcG__links{gap:2rem}}@media (max-width:768px){.Navbar-module__cJzEcG__links{display:none}.Navbar-module__cJzEcG__mobileMenuButton{margin-left:auto;display:block}.Navbar-module__cJzEcG__container{justify-content:space-between}}
.Hero-module__ZARIfG__hero{min-height:90vh;padding-top:var(--nav-height);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__container{width:100%;max-width:var(--max-width);justify-content:space-between;align-items:flex-start;gap:4rem;padding:0 1.5rem;display:flex}.Hero-module__ZARIfG__content{flex:1;max-width:650px}.Hero-module__ZARIfG__greeting{color:var(--primary);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.Hero-module__ZARIfG__name{background:linear-gradient(90deg,#f8fafc,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:4.5rem;line-height:1.1}.Hero-module__ZARIfG__roleWrapper{color:var(--secondary);align-items:center;height:3rem;margin-bottom:2rem;font-size:1.75rem;display:flex}.Hero-module__ZARIfG__dynamicRole{color:var(--accent);margin-left:.5rem;font-weight:600}.Hero-module__ZARIfG__bio{color:#cbd5e1;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.Hero-module__ZARIfG__socials{gap:1.5rem;display:flex}.Hero-module__ZARIfG__socialLink{color:var(--primary);background-color:#38bdf81a;border:1px solid #38bdf833;border-radius:9999px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.Hero-module__ZARIfG__socialLink:hover{background-color:var(--primary);color:var(--background);transform:translateY(-2px);box-shadow:0 4px 12px #38bdf84d}.Hero-module__ZARIfG__imageWrapper{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__ZARIfG__placeholderImage{background:linear-gradient(135deg,var(--card-bg),#0f172a);border:2px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;width:350px;height:350px;transition:transform .3s;display:flex;position:relative;overflow:hidden;transform:rotate(3deg);box-shadow:0 20px 50px -12px #00000080}.Hero-module__ZARIfG__placeholderImage:hover{transform:rotate(0)scale(1.02)}.Hero-module__ZARIfG__headshot{object-fit:cover;border-radius:20px}@media (max-width:900px){.Hero-module__ZARIfG__hero{min-height:auto;padding:3rem 0}.Hero-module__ZARIfG__container{text-align:center;flex-direction:column-reverse;align-items:center;gap:3rem}.Hero-module__ZARIfG__roleWrapper,.Hero-module__ZARIfG__socials{justify-content:center}.Hero-module__ZARIfG__bio{text-align:left}}
.Section-module__A23O5q__section{justify-content:center;padding:5rem 1rem;display:flex}.Section-module__A23O5q__section:nth-of-type(2n){background-color:var(--card-bg)}.Section-module__A23O5q__container{width:100%;max-width:var(--max-width)}.Section-module__A23O5q__title{color:var(--foreground);margin-bottom:2rem;font-size:2.5rem;display:inline-block;position:relative}.Section-module__A23O5q__title:after{content:"";background-color:var(--primary);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-.5rem;left:0}
.ProjectCard-module__U_VZua__card{background:var(--card-bg);border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;height:100%;padding:1.5rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.ProjectCard-module__U_VZua__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px -10px #00000080}.ProjectCard-module__U_VZua__header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.ProjectCard-module__U_VZua__title{color:var(--foreground);max-width:70%;margin-bottom:.5rem;font-size:1.75rem}.ProjectCard-module__U_VZua__links{align-items:center;gap:1rem;display:flex}.ProjectCard-module__U_VZua__iconLink{color:var(--primary);border:1px solid var(--primary);background:#ff8c001a;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:color .2s;display:inline-flex}.ProjectCard-module__U_VZua__iconLink:hover{background:var(--primary);color:#000;box-shadow:0 0 10px var(--primary)}.ProjectCard-module__U_VZua__completedBadge{background-color:var(--success);color:#000;text-transform:uppercase;letter-spacing:.5px;border-radius:12px;width:fit-content;margin-bottom:.5rem;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-block}.ProjectCard-module__U_VZua__demoButton{background-color:var(--primary);color:var(--background);border:1px solid var(--primary);border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.ProjectCard-module__U_VZua__demoButton:hover{color:var(--primary);background-color:#0000;box-shadow:0 0 10px #38bdf84d}.ProjectCard-module__U_VZua__description{color:#f0f0f0;margin-bottom:1.5rem;line-height:1.6}.ProjectCard-module__U_VZua__techStack{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;margin-bottom:1.5rem;display:flex}.ProjectCard-module__U_VZua__techItem{color:var(--primary);background-color:#38bdf81a;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.ProjectCard-module__U_VZua__features{margin-top:1.5rem}.ProjectCard-module__U_VZua__featureTitle{color:var(--accent);border-bottom:1px solid #ffffff0d;margin-bottom:.75rem;padding-bottom:.25rem;font-size:1.1rem;font-weight:600;display:block}.ProjectCard-module__U_VZua__featureList{padding:0;list-style:none}.ProjectCard-module__U_VZua__featureItem{color:var(--secondary);margin-bottom:.5rem;padding-left:1.25rem;position:relative}.ProjectCard-module__U_VZua__featureItem:before{content:"▹";color:var(--primary);position:absolute;left:0}@media (max-width:768px){.ProjectCard-module__U_VZua__header{flex-direction:column;gap:1rem}.ProjectCard-module__U_VZua__title{max-width:100%}}
.EndorsementCard-module__siYEKW__card{background-color:var(--card-bg);border:1px solid #ffffff0d;border-radius:12px;margin-bottom:2rem;padding:2rem;transition:transform .3s,box-shadow .3s}.EndorsementCard-module__siYEKW__card:hover{border-color:#38bdf833;transform:translateY(-5px);box-shadow:0 10px 30px -10px #00000080}.EndorsementCard-module__siYEKW__header{border-bottom:1px solid #ffffff0d;margin-bottom:1.5rem;padding-bottom:1rem}.EndorsementCard-module__siYEKW__name{color:var(--foreground);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.EndorsementCard-module__siYEKW__role{color:var(--secondary);font-size:.95rem;font-weight:500;line-height:1.4}.EndorsementCard-module__siYEKW__body{border-left:3px solid var(--primary);padding-left:1.5rem;position:relative}.EndorsementCard-module__siYEKW__text{color:#e2e8f0;margin-bottom:1.5rem;font-size:1.05rem;font-style:italic;line-height:1.7}.EndorsementCard-module__siYEKW__footer{color:var(--secondary);flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:1rem;font-size:.85rem;display:flex}.EndorsementCard-module__siYEKW__date{opacity:.8}.EndorsementCard-module__siYEKW__relationship{color:var(--accent);font-weight:500}
.ExperienceCard-module__5XoMqW__card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;height:100%;padding:1.5rem;transition:all .3s}.ExperienceCard-module__5XoMqW__card:hover,.ExperienceCard-module__5XoMqW__card.ExperienceCard-module__5XoMqW__expanded{background:#ffffff0f;border-color:#fff3;transform:translateY(-2px)}.ExperienceCard-module__5XoMqW__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.ExperienceCard-module__5XoMqW__role{color:var(--primary);margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.ExperienceCard-module__5XoMqW__company{color:var(--foreground);font-size:1.1rem;font-weight:500}.ExperienceCard-module__5XoMqW__date{color:#888;font-family:monospace;font-size:.9rem}.ExperienceCard-module__5XoMqW__location{color:#666;margin-top:.25rem;font-size:.9rem}.ExperienceCard-module__5XoMqW__dateAndArrow{align-items:center;gap:.5rem;display:flex}.ExperienceCard-module__5XoMqW__chevron{color:var(--primary);transition:transform .3s ease-in-out}.ExperienceCard-module__5XoMqW__chevronExpanded{transform:rotate(180deg)}.ExperienceCard-module__5XoMqW__listContainer{grid-template-rows:0fr;transition:grid-template-rows .3s ease-in-out;display:grid}.ExperienceCard-module__5XoMqW__card.ExperienceCard-module__5XoMqW__expanded .ExperienceCard-module__5XoMqW__listContainer{grid-template-rows:1fr}.ExperienceCard-module__5XoMqW__list{opacity:0;margin:0;padding:0;list-style:none;transition:opacity .3s ease-in-out,margin-top .3s ease-in-out;overflow:hidden}.ExperienceCard-module__5XoMqW__card.ExperienceCard-module__5XoMqW__expanded .ExperienceCard-module__5XoMqW__list{opacity:1;margin-top:1rem}.ExperienceCard-module__5XoMqW__listItem{color:#ccc;margin-bottom:.75rem;padding-left:1.25rem;font-size:.95rem;line-height:1.6;position:relative}.ExperienceCard-module__5XoMqW__listItem:before{content:"▹";color:var(--primary);position:absolute;left:0}.ExperienceCard-module__5XoMqW__listItem:last-child{margin-bottom:0}
