.DotAccent-module__JaI_qW__dotAccent{color:var(--primary-accent);margin-right:.35em}
.HeroSection-module__A5OzkW__heroSection{text-align:center;height:calc(100dvh - var(--nav-height) - 100px);flex-direction:column;justify-content:center;align-items:flex-start;padding:4rem 0;display:flex}@media (max-width:768px){.HeroSection-module__A5OzkW__heroSection{height:100%;padding:0 0 2rem}}.HeroSection-module__A5OzkW__heroSectionContent{flex-direction:row;justify-content:center;align-items:center;display:flex}@media (max-width:768px){.HeroSection-module__A5OzkW__heroSectionContent{flex-direction:column}}.HeroSection-module__A5OzkW__heroSectionImage{border-radius:10px;width:400px;height:400px;margin-right:2rem;overflow:hidden}@media (max-width:768px){.HeroSection-module__A5OzkW__heroSectionImage{border-radius:0;width:100%;margin-bottom:2rem;margin-right:0}}.HeroSection-module__A5OzkW__heroSectionDescription{text-align:left;flex:65%}@media (max-width:768px){.HeroSection-module__A5OzkW__heroSectionDescription{padding:0 2rem}}.HeroSection-module__A5OzkW__heroSectionDescription h1{margin-top:0}.HeroSection-module__A5OzkW__heroSectionLinks{flex-direction:row;gap:1rem;display:flex}@media (max-width:768px){.HeroSection-module__A5OzkW__heroSectionLinks{flex-direction:column}}.HeroSection-module__A5OzkW__heroSectionLink{background-color:var(--primary-accent);color:var(--dark-background);padding:.5rem 1rem;font-weight:600}.HeroSection-module__A5OzkW__heroSectionLinkSecondary{border:1px solid var(--primary-accent);color:var(--primary-accent);background-color:#0000;padding:.5rem 1rem;transition:color .3s;position:relative;overflow:hidden}.HeroSection-module__A5OzkW__heroSectionLinkSecondary:before{content:"";background-color:var(--primary-accent);transform-origin:0;z-index:-1;will-change:transform;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.HeroSection-module__A5OzkW__heroSectionLinkSecondary:hover{color:var(--dark-background)}.HeroSection-module__A5OzkW__heroSectionLinkSecondary:hover:before{transform:scaleX(1)}@media (prefers-reduced-motion:reduce){.HeroSection-module__A5OzkW__heroSectionLinkSecondary,.HeroSection-module__A5OzkW__heroSectionLinkSecondary:before{transition:none}}.HeroSection-module__A5OzkW__heroSectionAside{color:var(--light-accent);margin:1.25rem 0 0;font-size:.95rem}.HeroSection-module__A5OzkW__heroSectionAside a{color:var(--primary-accent);text-underline-offset:3px;text-decoration:underline}.HeroSection-module__A5OzkW__heroSectionAside a:hover{color:var(--light-background)}
.Projects-module__nKw6FG__projectsSection{text-align:center;width:100%}.Projects-module__nKw6FG__projectsSection h2,.Projects-module__nKw6FG__projectsSection h1{text-align:center;margin-bottom:2rem}.Projects-module__nKw6FG__projectsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;text-decoration:none;display:grid}.Projects-module__nKw6FG__projectImage{text-align:center;border-radius:50%;margin:0 auto}
.Card-module__FwgrcG__projectCard{background-color:var(--dark-accent);border-radius:var(--border-radius);text-align:left;will-change:transform;border:1px solid #ffffff0f;flex-direction:column;padding:1.75rem;text-decoration:none;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.Card-module__FwgrcG__projectCard:before{content:"";background-color:var(--primary-accent);transform-origin:0;height:2px;transition:transform .35s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Card-module__FwgrcG__projectCard:hover{border-color:#ffffff24;transform:translateY(-4px);box-shadow:0 16px 32px #00000052}.Card-module__FwgrcG__projectCard:hover:before{transform:scaleX(1)}.Card-module__FwgrcG__projectCard:focus-visible{outline:2px solid var(--primary-accent);outline-offset:3px}.Card-module__FwgrcG__projectMeta{text-transform:uppercase;letter-spacing:.1em;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem;font-size:.72rem;font-weight:600;display:flex}.Card-module__FwgrcG__projectRole{color:var(--primary-accent)}.Card-module__FwgrcG__projectYears{color:var(--light-accent);font-variant-numeric:tabular-nums;flex-shrink:0}.Card-module__FwgrcG__projectTitle{color:#fff;margin:0 0 .6rem;font-size:1.35rem;line-height:1.25}.Card-module__FwgrcG__projectExcerpt{color:var(--light-accent);margin:0 0 1.5rem;font-size:.92rem;line-height:1.55}.Card-module__FwgrcG__projectTech{flex-wrap:wrap;gap:.4rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.Card-module__FwgrcG__projectTechItem{color:var(--light-background);background-color:#ffffff0f;border:1px solid #ffffff14;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.Card-module__FwgrcG__projectTechMore{color:var(--light-accent);background:0 0}.Card-module__FwgrcG__projectLink{color:var(--primary-accent);align-self:flex-start;margin-top:auto;padding-right:1.5rem;font-size:.9rem;font-weight:600;position:relative}.Card-module__FwgrcG__projectLink:after{content:"→";transition:transform .3s;position:absolute;right:0}.Card-module__FwgrcG__projectCard:hover .Card-module__FwgrcG__projectLink:after{transform:translate(5px)}@media (prefers-reduced-motion:reduce){.Card-module__FwgrcG__projectCard,.Card-module__FwgrcG__projectCard:before,.Card-module__FwgrcG__projectLink:after{transition:none}.Card-module__FwgrcG__projectCard:hover{transform:none}.Card-module__FwgrcG__projectCard:hover:before{transform:scaleX(1)}.Card-module__FwgrcG__projectCard:hover .Card-module__FwgrcG__projectLink:after{transform:none}}
