@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";:root{--ink:#3f202a;color:var(--ink);font-synthesis:none;text-rendering:optimizelegibility;background:#fff;font-family:Space Grotesk,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{scroll-behavior:smooth;background:#fff;width:100%;min-height:100%;margin:0;padding:0;overflow-x:hidden}#root{width:100%;min-height:100vh}a{color:inherit;text-decoration:none}.site-shell{background:#fff;flex-direction:column;width:100%;min-height:100vh;padding-top:68px;display:flex}.container{width:100%;max-width:1120px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.header-sticky{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#fffffff2;border-bottom:1px solid #f0f0f0;width:100%;position:fixed;top:0;left:0}.nav{justify-content:space-between;align-items:center;height:68px;display:flex}.brand{letter-spacing:-.03em;color:#333;align-items:center;font-size:15px;font-weight:700;display:flex}.nav-links{align-items:center;gap:27px;font-size:12px;font-weight:600;display:flex}.nav-links a{transition:color .2s,opacity .2s}.nav-links>a:not(.resume-button){color:#333}.nav-links>a.is-active:not(.resume-button){color:#8c8c8c}.nav-links a:hover{opacity:.55}.resume-button{background:var(--ink);color:#fff;border-radius:3px;align-items:center;gap:7px;padding:10px 14px;display:inline-flex}.menu-toggle{cursor:pointer;background:0 0;border:0;display:none}.hero{background:#fff;width:100%;padding:32px 0 40px;scroll-margin-top:84px}.skills-section,.experience-section,.projects-section,.contact-section{scroll-margin-top:84px}.hero-inner{align-items:center;display:flex}.hero-copy{text-align:left;width:min(100%,860px)}.eyebrow{margin:0 0 16px;font-size:21px;font-weight:400;line-height:1.15}.hero h1{letter-spacing:-.05em;color:#333;margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(42px,6vw,76px);font-weight:700;line-height:1.04}.hero-line{display:block}.hero h1 strong{font-weight:700}.hero-name,.hero-location{color:var(--ink)}.hero h1 span{color:#333;font-family:Space Grotesk,sans-serif;font-weight:700}.hero h1 em{font-size:.3em;font-style:italic;font-weight:500}.intro{color:#3f4650;text-align:left;max-width:720px;margin:28px 0 27px;font-size:15px;line-height:1.65}.social-row{justify-content:flex-start;align-items:center;gap:13px;display:flex}.social-link{border:1px solid var(--ink);border-radius:3px;place-items:center;width:36px;height:36px;transition:background .2s,color .2s,transform .2s;display:grid}.social-link:hover{background:var(--ink);color:#fff;transform:translateY(-3px)}.hero-skeleton{width:min(100%,720px)}.hero-skeleton-line{background:#3f202a1a;border-radius:4px;height:16px;animation:1.4s ease-in-out infinite hero-skeleton-pulse;display:block}.hero-skeleton-eyebrow{width:90px;height:14px;margin-bottom:20px}.hero-skeleton-title{width:80%;height:32px;margin-bottom:14px}.hero-skeleton-title-short{width:55%;margin-bottom:28px}.hero-skeleton-intro{width:100%;margin-bottom:10px}.hero-skeleton-intro-short{width:65%;margin-bottom:27px}.hero-skeleton-social{gap:13px;display:flex}.hero-skeleton-circle{background:#3f202a1a;border-radius:3px;width:36px;height:36px;animation:1.4s ease-in-out infinite hero-skeleton-pulse}@keyframes hero-skeleton-pulse{50%{opacity:.45}}.skills-section{background:#fff;width:100%;padding:32px 0 71px}.section-heading{text-align:center;letter-spacing:-.05em;margin-bottom:37px;font-family:Space Grotesk,sans-serif;font-size:27px;font-weight:700}.skills-section .section-heading,.projects-section .section-heading{color:#333}.section-heading span{font-weight:400}.skills-marquee{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 64px calc(100% - 64px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 64px calc(100% - 64px),#0000 100%)}.skills-track{cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;will-change:transform;gap:20px;width:max-content;display:flex}.skills-track.is-dragging{cursor:grabbing}.skill-card{color:#333;border:1px solid #666;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:19px;width:180px;min-height:135px;font-size:12px;font-weight:700;transition:transform .2s,background .2s,color .2s;display:flex}.skill-card:hover{background:var(--ink);transform:translateY(-4px);color:#fff!important}.skill-card:hover .skill-mark,.skill-card:hover .skill-mark *{color:#fff!important;fill:#fff!important;stroke:#fff!important}.skill-card:hover .skill-mark img{filter:brightness(0)invert()!important}.skill-mark{color:#333;place-items:center;min-width:30px;min-height:31px;font-family:Space Grotesk,sans-serif;font-size:26px;font-weight:700;line-height:1;display:grid}.skill-card.dark .skill-mark{color:#333;padding:5px;font-size:14px}.skill-card.light .skill-mark{color:#333}.experience-section{width:100%;color:var(--ink);background:#fff;padding:60px 0 74px}.light-heading{color:var(--ink);margin-bottom:39px}.light-heading span{font-weight:700}.experience-list{gap:20px;max-width:960px;margin:0 auto;display:grid}.experience-card{border:1px solid var(--ink);background:#fff;border-radius:7px;gap:23px;padding:24px 25px;transition:border-color .2s,background .2s,box-shadow .2s,color .2s,transform .2s;display:flex;box-shadow:0 4px 14px #3f202a0d}.experience-card:hover{border-color:var(--ink);background:var(--ink);color:#fff;transform:translateY(-4px);box-shadow:0 6px 18px #3f202a26}.experience-title-row span,.experience-card p,.company-logo{transition:color .2s}.experience-card:hover .experience-title-row span,.experience-card:hover p{color:#ffffffbf}.experience-card:hover .company-logo{color:#fff}.featured-experience{background:#fff}.company-logo{flex:0 0 25px;place-items:center;width:25px;height:25px;font-size:20px;font-weight:700;display:grid}.company-logo img{object-fit:contain;width:25px;height:25px;display:block}.company-logo a{place-items:center;width:25px;height:25px;display:grid}.google-logo{color:#4285f4;text-shadow:2px 0 #ea4335}.youtube-logo{color:#ff1f35;padding-top:2px;font-size:17px}.experience-content{flex:1}.experience-title-row{justify-content:space-between;align-items:baseline;gap:20px;display:flex}.experience-role-company{align-items:baseline;gap:8px;display:flex}.experience-title-row h3{margin:0;font-size:15px;font-weight:600}.experience-title-row span{color:#3f202a8c;white-space:nowrap;font-size:10px}.experience-card p{color:#3f202aa6;text-align:left;margin:12px 0 0;font-size:11px;line-height:1.55}.education-section{width:100%;color:var(--ink);background:#fff;padding:60px 0 74px;scroll-margin-top:84px}.education-timeline{max-width:720px;margin:0 auto;padding-left:36px;position:relative}.education-timeline:before{content:"";background:linear-gradient(180deg, #3f202a1f, var(--ink), #3f202a1f);border-radius:2px;width:2px;position:absolute;top:6px;bottom:6px;left:5px}.education-item{padding-bottom:28px;position:relative}.education-item:last-child{padding-bottom:0}.education-dot{background:var(--ink);border-radius:50%;width:12px;height:12px;position:absolute;top:8px;left:-36px;box-shadow:0 0 0 4px #3f202a1f,0 0 12px 2px #3f202a8c}.education-card{background:#fff;border:1px solid #3f202a59;border-radius:10px;padding:20px 22px;transition:border-color .2s,box-shadow .2s,transform .2s;box-shadow:0 4px 18px #3f202a1f,0 0 22px #3f202a14}.education-card:hover{border-color:var(--ink);transform:translateY(-3px);box-shadow:0 6px 22px #3f202a33,0 0 26px #3f202a26}.education-card-header{align-items:center;gap:14px;display:flex}.school-logo{width:34px;height:34px;color:var(--ink);background:#3f202a14;border-radius:50%;flex:0 0 34px;place-items:center;font-size:15px;font-weight:700;display:grid;overflow:hidden}.school-logo img{object-fit:contain;width:100%;height:100%;display:block}.education-title-group{text-align:left}.education-title-group h3{text-align:left;margin:0;font-size:15px;font-weight:600}.education-meta{flex-wrap:wrap;align-items:baseline;gap:8px;margin-top:2px;display:flex}.education-degree{color:#3f202ab3;margin:0;font-size:12px}.education-dates{color:#3f202a8c;white-space:nowrap;font-size:10px}.education-description{color:#3f202aa6;text-align:left;margin:10px 0 0;font-size:11px;line-height:1.55}.education-loading{justify-content:center;padding:40px 0;display:flex}.education-error{text-align:center;color:#3f202ab3;font-size:13px}.projects-section{background:#fff;width:100%;padding:74px 0 82px}.projects-heading-row{align-items:center;gap:30px;display:flex}.projects-heading{text-align:left;white-space:nowrap;margin:0}.projects-heading span{font-weight:700}.projects-rule{background:#d7d7d7;flex:1;height:1px}.projects-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:35px;display:grid}.projects-loading{grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:18px;min-height:254px;display:grid;position:relative}.loading-spinner{z-index:1;border:3px solid #d8d8d8;border-top-color:var(--ink);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite project-spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.project-skeleton{background:#f4f4f4;border:1px solid #e4e4e4;border-radius:5px;min-height:254px;animation:1.4s ease-in-out infinite project-pulse;box-shadow:0 8px 24px #0000000f}@keyframes project-spin{to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes project-pulse{50%{opacity:.55}}.project-card{text-align:center;border:1px solid #cfcfcf;border-radius:5px;flex-direction:column;align-items:center;min-height:254px;padding:24px 22px 21px;transition:background .2s,color .2s,transform .2s;display:flex;position:relative}.project-card:hover{border-color:var(--ink);background:var(--ink);color:#fff;transform:translateY(-5px)}.project-number{color:#8c8c8c;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:700}.project-card-content{text-align:center;flex-direction:column;align-items:center;width:100%;margin-top:auto;display:flex}.project-card h3{letter-spacing:-.04em;margin:0 0 11px;font-family:Space Grotesk,sans-serif;font-size:18px}.project-card p{color:#6c6c6c;max-width:250px;margin:0 auto;font-size:11px;line-height:1.55;transition:color .2s}.project-card:hover p{color:#bcbcbc}.project-tags{flex-wrap:wrap;justify-content:center;gap:7px;margin-top:20px;display:flex}.project-tags span{color:#5e5e5e;border:1px solid #d4d4d4;border-radius:2px;padding:5px 8px;font-size:9px;font-weight:700}.project-card:hover .project-tags span{color:#e2e2e2;border-color:#555}.project-link{border:1px solid var(--ink);border-radius:50%;place-items:center;width:33px;height:33px;transition:background .2s,color .2s;display:grid;position:absolute;top:12px;right:12px}.project-card:hover .project-link{color:var(--ink);background:#fff;border-color:#fff}.contact-section{background:#fff;width:100%;padding-top:82px;padding-bottom:82px}.contact-inner{justify-content:space-between;align-items:center;gap:30px;display:flex}.contact-section h2{letter-spacing:-.06em;color:#333;margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(29px,4vw,48px);line-height:1.1}.contact-section h2 span{color:var(--ink)}.contact-button{border:1px solid var(--ink);align-items:center;gap:9px;padding:15px 20px;font-size:12px;font-weight:700;transition:background .2s,color .2s;display:inline-flex}.contact-button:hover{background:var(--ink);color:#fff}.footer{background:#fff;border-top:1px solid #ddd;width:100%}.footer-inner{color:#777;justify-content:space-between;padding-top:20px;padding-bottom:26px;font-size:10px;display:flex}@media (width<=760px){.menu-toggle{z-index:5;display:block}.nav-links{z-index:4;background:#fff;border:1px solid #ddd;border-radius:5px;flex-direction:column;align-items:stretch;gap:0;padding:12px;display:none;position:absolute;top:70px;left:20px;right:20px;box-shadow:0 12px 30px #0000001a}.nav-links.is-open{display:flex}.nav-links a{padding:14px 12px}.resume-button{justify-content:center;margin-top:7px}.hero{min-height:auto;padding:58px 0 62px}.hero-inner{min-height:0}.hero h1{font-size:clamp(38px,12vw,54px);line-height:1.08}.intro{max-width:680px;margin-top:24px;font-size:14px}.skills-section{padding:50px 0 57px}.skills-track{gap:12px}.skill-card{width:140px;min-height:115px}.experience-section{padding:51px 0 60px}.experience-card{gap:15px;padding:18px}.experience-title-row{display:block}.experience-role-company{display:flex}.experience-title-row span{margin-top:8px;display:block}.education-section{padding:51px 0 60px}.education-timeline{padding-left:28px}.education-dot{width:10px;height:10px;left:-28px}.education-card{padding:16px 18px}.projects-section{padding:58px 0 65px}.projects-heading-row{display:block}.projects-rule{display:none}.projects-heading{text-align:center}.projects-grid{grid-template-columns:1fr;gap:13px;margin-top:28px}.projects-loading{grid-template-columns:1fr;gap:13px}.project-card{min-height:220px}.contact-section{padding-top:65px;padding-bottom:65px}.contact-inner{flex-direction:column;align-items:flex-start}.footer-inner{gap:15px}}.reveal{opacity:0;transition:opacity .7s ease-out,transform .7s ease-out;transform:translateY(30px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-item{opacity:0;transition:opacity .7s ease-out,transform .7s ease-out;transform:translateY(30px)}.reveal.is-visible .reveal-item{opacity:1;transform:translateY(0)}.reveal.is-visible .reveal-item:nth-child(2){transition-delay:60ms}.reveal.is-visible .reveal-item:nth-child(3){transition-delay:.12s}.reveal.is-visible .reveal-item:nth-child(4){transition-delay:.18s}.reveal.is-visible .reveal-item:nth-child(5){transition-delay:.24s}.reveal.is-visible .reveal-item:nth-child(6){transition-delay:.3s}.reveal.is-visible .reveal-item:nth-child(n+7){transition-delay:.36s}.reveal-instant,.reveal-instant .reveal-item{transition:none}@media (prefers-reduced-motion:reduce){.reveal,.reveal-item{opacity:1;transition:none;transform:none}}
