.page-wrapper{width:100%;min-height:100vh;display:flex}.section-left,.section-right{width:50%;padding:2rem}.section-left{background-color:var(--color-grey);display:flex}.left-content{flex-direction:column;min-height:100%;display:flex}.intro{max-width:clamp(16rem,30vw,20rem);margin-bottom:1.5rem}.intro h1{margin-bottom:1rem}.tools{max-width:clamp(16rem,30vw,20rem)}.left-content-bottom{flex-direction:column;gap:1rem;margin-top:auto;display:flex}select{background-color:inherit;color:var(--color-blue);font-size:var(--text-sm);cursor:pointer;border:none;outline:none;font-weight:800}.select-btn{background-color:inherit;color:var(--color-blue);font-size:var(--text-sm);border:.15rem solid var(--color-blue);cursor:pointer;font-weight:800}.section-right{background-color:var(--color-blue)}.section-right h1{color:var(--color-grey-light);margin-bottom:2rem}.projects-container{margin-bottom:2rem}.project-cards-wrapper{flex-direction:column;gap:2rem;display:flex}.project-cards-wrapper div{background-color:var(--color-grey);gap:1rem}.project-card{flex-direction:column;padding:1rem;display:flex}.project-status{display:flex}.project-status span{padding-right:1.5rem;font-style:italic}.project-status-tag{font-style:italic}.project-card-links{gap:2rem;font-weight:600;display:flex}.read-more-link{align-self:flex-end}.github-link{font-size:var(--text-md);color:var(--color-grey-light);font-weight:700}@media (width<=1024px){.page-wrapper{flex-direction:column}.section-left,.section-right{width:100%;padding:clamp(1.5rem,3vw,2rem)}.section-right{height:100vh}.left-content{max-width:48rem}.project-cards-wrapper{gap:1.5rem}.left-content-bottom{margin-top:2rem}}@media (width<=600px){.page-wrapper{flex-direction:column}.section-left,.section-right{width:100%;min-height:auto;padding:clamp(1.25rem,4vw,2rem)}.section-left{display:block}.intro{max-width:28rem;margin-bottom:2rem}.left-content-bottom{margin-top:2rem}}