.highlight-projects{padding-top:var(--space-3xl);padding-bottom:var(--space-3xl)}@media(min-width:768px){.highlight-projects{padding-top:4.5rem;padding-bottom:4.5rem}}@media(min-width:1024px){.highlight-projects{padding-top:5.5rem;padding-bottom:5.5rem}}.highlight-projects{padding-bottom:var(--space-2xl)}@media(min-width:768px){.highlight-projects{padding-bottom:var(--space-2xl)}}@media(min-width:1024px){.highlight-projects{padding-bottom:var(--space-2xl)}}.highlight-projects__container{width:100%;max-width:1120px;margin-left:auto;margin-right:auto;padding-left:max(var(--space-md),env(safe-area-inset-left));padding-right:max(var(--space-md),env(safe-area-inset-right))}@media(min-width:768px){.highlight-projects__container{padding-left:max(2rem,env(safe-area-inset-left));padding-right:max(2rem,env(safe-area-inset-right))}}@media(min-width:1200px){.highlight-projects__container{padding-left:max(2.5rem,env(safe-area-inset-left));padding-right:max(2.5rem,env(safe-area-inset-right))}}.highlight-projects__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:var(--space-2xl);flex-wrap:wrap;gap:var(--space-md)}.highlight-projects__title{font-family:var(--font-family-heading);font-size:var(--font-size-4xl);font-weight:600;line-height:var(--line-height-tight);letter-spacing:-.03em}.highlight-projects__link{font-size:var(--font-size-sm);font-weight:600;color:var(--color-accent);text-decoration:none;transition:color var(--transition-base);padding:var(--space-xs) 0}.highlight-projects__link:hover{color:var(--color-accent-hover);text-decoration:underline;text-underline-offset:3px}.highlight-projects__grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}@media(min-width:768px){.highlight-projects__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.highlight-projects__grid{grid-template-columns:repeat(2,1fr)}}.recent-experience{padding-top:var(--space-3xl);padding-bottom:var(--space-3xl)}@media(min-width:768px){.recent-experience{padding-top:4.5rem;padding-bottom:4.5rem}}@media(min-width:1024px){.recent-experience{padding-top:5.5rem;padding-bottom:5.5rem}}.recent-experience{padding-top:var(--space-2xl)}@media(min-width:768px){.recent-experience{padding-top:var(--space-xl)}}.recent-experience__container{width:100%;max-width:1120px;margin-left:auto;margin-right:auto;padding-left:max(var(--space-md),env(safe-area-inset-left));padding-right:max(var(--space-md),env(safe-area-inset-right))}@media(min-width:768px){.recent-experience__container{padding-left:max(2rem,env(safe-area-inset-left));padding-right:max(2rem,env(safe-area-inset-right))}}@media(min-width:1200px){.recent-experience__container{padding-left:max(2.5rem,env(safe-area-inset-left));padding-right:max(2.5rem,env(safe-area-inset-right))}}.recent-experience__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:var(--space-2xl);flex-wrap:wrap;gap:var(--space-md)}.recent-experience__section-title{font-family:var(--font-family-heading);font-size:var(--font-size-4xl);font-weight:600;line-height:var(--line-height-tight);letter-spacing:-.03em}.recent-experience__link{font-size:var(--font-size-sm);font-weight:600;color:var(--color-accent);text-decoration:none;transition:color var(--transition-base);padding:var(--space-xs) 0}.recent-experience__link:hover{color:var(--color-accent-hover);text-decoration:underline;text-underline-offset:3px}.recent-experience__list{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}@media(min-width:768px){.recent-experience__list{grid-template-columns:repeat(2,1fr)}}.recent-experience__company{font-family:var(--font-family-heading);font-size:var(--font-size-2xl);font-weight:600;line-height:var(--line-height-tight);letter-spacing:-.02em;margin-bottom:var(--space-xs)}.recent-experience__job-title{font-size:var(--font-size-base);color:var(--color-accent)}.recent-experience__job-title,.recent-experience__timeframe{font-weight:400;line-height:var(--line-height-base);margin-bottom:var(--space-xs)}.recent-experience__location,.recent-experience__timeframe{font-size:var(--font-size-sm);color:var(--color-text-muted)}.recent-experience__location{font-weight:400;line-height:var(--line-height-base);color:var(--color-text-light)}.tech-strip{padding-top:var(--space-3xl);padding-bottom:var(--space-3xl)}@media(min-width:768px){.tech-strip{padding-top:4.5rem;padding-bottom:4.5rem}}@media(min-width:1024px){.tech-strip{padding-top:5.5rem;padding-bottom:5.5rem}}.tech-strip{background-color:var(--color-bg-elevated)}.tech-strip__container{width:100%;max-width:1120px;margin-left:auto;margin-right:auto;padding-left:max(var(--space-md),env(safe-area-inset-left));padding-right:max(var(--space-md),env(safe-area-inset-right))}@media(min-width:768px){.tech-strip__container{padding-left:max(2rem,env(safe-area-inset-left));padding-right:max(2rem,env(safe-area-inset-right))}}@media(min-width:1200px){.tech-strip__container{padding-left:max(2.5rem,env(safe-area-inset-left));padding-right:max(2.5rem,env(safe-area-inset-right))}}.tech-strip__container{text-align:center}.tech-strip__title{font-family:var(--font-family-heading);font-size:var(--font-size-4xl);font-weight:600;line-height:var(--line-height-tight);margin-bottom:var(--space-2xl);letter-spacing:-.03em}.tech-strip__rows{display:flex;flex-direction:column;gap:var(--space-md)}.tech-strip__marquee{overflow:hidden;width:100%;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.tech-strip__marquee-track{display:flex;width:max-content;will-change:transform;animation:tech-strip-marquee var(--tech-marquee-duration,40s) linear infinite}.tech-strip__marquee-group{display:flex;flex-direction:row;align-items:center;gap:var(--space-md);padding-inline:var(--space-xs);padding-right:var(--space-lg);flex-shrink:0}@keyframes tech-strip-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media(prefers-reduced-motion:reduce){.tech-strip__marquee{mask-image:none;-webkit-mask-image:none}.tech-strip__marquee-track{animation:none;flex-wrap:wrap;justify-content:center;width:100%;max-width:100%}.tech-strip__marquee-group[aria-hidden=true]{display:none}}