.experience-item{border-left:2px solid var(--border-strong);padding-left:1rem}.experience-item__title{color:var(--foreground);font-size:1.25rem;font-weight:600}.experience-item__meta{color:var(--foreground-muted)}.experience-item__description{color:var(--foreground);margin-top:.5rem}
.project-card{border:1px solid var(--border);background-color:var(--card-bg);box-shadow:0 2px 8px var(--shadow);border-radius:.5rem;padding:1.5rem;transition:border-color .2s}.project-card:hover{border-color:var(--border-strong)}.project-card__title{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.project-card__description{color:var(--foreground);margin-bottom:1rem}.project-card__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.project-card__tag{background-color:var(--background-subtle);color:var(--foreground-muted);border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem}.project-card__link{color:var(--foreground);font-weight:500;text-decoration:underline;transition:color .2s}.project-card__link:hover{color:var(--foreground-muted)}
.education-item__degree{color:var(--foreground);font-size:1.25rem;font-weight:600}.education-item__meta{color:var(--foreground-muted)}.education-item__details{color:var(--foreground);margin-top:.5rem}
.contact-link{color:var(--foreground);font-weight:500;text-decoration:underline;transition:color .2s}.contact-link:hover{color:var(--foreground-muted)}
.page-container{background-color:var(--background);min-height:100vh}.layout-container{flex-direction:column;min-height:100vh;display:flex}@media (min-width:1024px){.layout-container{flex-direction:row}}.cover-aside{position:relative;overflow:hidden}@media (min-width:1024px){.cover-aside{width:33.3333%;height:100vh;position:sticky;top:0}}.cover-image{object-fit:cover}.shadow-overlay{pointer-events:none;position:absolute;inset:0}.main-content{padding:4rem 1.5rem}@media (min-width:640px){.main-content{padding-left:2rem;padding-right:2rem}}@media (min-width:1024px){.main-content{width:66.6667%;padding-left:3rem;padding-right:3rem}}.section{margin-bottom:4rem}.hero-title{letter-spacing:-.025em;color:var(--foreground);font-size:2.25rem;font-weight:700;line-height:1.2}@media (min-width:640px){.hero-title{font-size:3rem}}.hero-subtitle{color:var(--foreground-muted);margin-top:1rem;font-size:1.25rem}.hero-bio{max-width:42rem;color:var(--foreground);margin-top:1.5rem;font-size:1.125rem;line-height:1.75}.section-heading{color:var(--foreground);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.experience-list{flex-direction:column;gap:2rem;display:flex}.projects-grid{gap:1.5rem;display:grid}@media (min-width:640px){.projects-grid{grid-template-columns:repeat(2,1fr)}}.education-list{flex-direction:column;gap:1rem;display:flex}.contact-links{flex-wrap:wrap;gap:1rem;display:flex}
