@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500&family=DM+Serif+Display&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;700&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;700&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;700&display=swap";.header{z-index:100;background:#fff;border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;height:68px;padding:0 3rem;font-family:DM Sans,sans-serif;display:flex;position:sticky;top:0}.header__logo{color:#111;letter-spacing:-.3px;cursor:pointer;font-family:DM Serif Display,serif;font-size:30px;text-decoration:none}.header__dot{color:#2563eb}.header__nav{align-items:center;gap:2.5rem;display:flex}.header__link{color:#555;letter-spacing:.2px;font-size:15px;font-weight:400;text-decoration:none;transition:color .2s;position:relative}.header__link:after{content:"";background:#2563eb;width:0;height:1.5px;transition:width .25s;position:absolute;bottom:-3px;left:0}.header__link:hover{color:#111}.header__link:hover:after{width:100%}.header__link--active{color:#111;font-weight:500}.header__link--active:after{width:100%}@media (width<=600px){.header{flex-direction:column;align-items:flex-start;gap:.5rem;height:auto;padding:.75rem 1.25rem}.header__logo{font-size:20px}.header__nav{gap:1.5rem;width:100%}.header__link{font-size:14px}}.home{background:#f5f5f5;justify-content:center;align-items:center;min-height:calc(100vh - 68px);padding:3rem 1.5rem;display:flex}.home__container{background:#fff;border-radius:24px;grid-template-columns:300px 1fr;justify-content:center;align-items:center;gap:4rem;width:100%;max-width:950px;padding:3rem;transition:transform .3s,box-shadow .3s;animation:.8s containerFade;display:grid;box-shadow:0 1px 3px #0000000a,0 20px 40px #0000000a}.home__container:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000000f,0 25px 60px #00000014}.home__photo{opacity:0;border:1px solid #e5e5e5;border-radius:50%;flex-shrink:0;width:300px;height:300px;animation:.8s forwards photoReveal;overflow:hidden;transform:translate(-30px)}.home__photo-image{object-fit:cover;object-position:center top;width:100%;height:100%;display:block;transform:scale(1.1)translate(-5px)translateY(-2px)}.home__content{max-width:550px}.home__heading{color:#1a1a1a;opacity:0;margin-top:2rem;margin-bottom:2rem;font-family:DM Sans,sans-serif;font-size:clamp(3.5rem,7vw,5.5rem);font-weight:700;line-height:.9;animation:.8s .2s forwards fadeUp;transform:translateY(20px)}.home__subheading{color:#2d2d2d;opacity:0;margin-bottom:1.75rem;font-family:DM Sans,sans-serif;font-size:1.5rem;font-weight:600;animation:.8s .4s forwards fadeUp;transform:translateY(20px)}.home__text{color:#555;opacity:0;margin-bottom:1.25rem;font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.8;animation:.8s .6s forwards fadeUp;transform:translateY(20px)}@keyframes containerFade{0%{opacity:0}to{opacity:1}}@keyframes photoReveal{to{opacity:1;transform:translate(0)}}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media (width<=900px){.home__container{text-align:center;flex-direction:column;grid-template-columns:1fr;gap:2rem}.home__content{max-width:100%}.home__photo{width:320px;height:320px;margin:0 auto}}@media (width<=768px){.home{padding:2rem 1rem}.home__container{padding:2rem}.home__photo{width:240px;height:240px}.home__heading{font-size:3.5rem}.home__subheading{font-size:1.25rem}.home__text{font-size:.95rem}}@media (width<=480px){.home__container{padding:1.5rem}.home__heading{font-size:3rem}.home__photo{width:180px;height:180px}}.resume{background:#f5f4f1;min-height:100vh;padding:90px 24px 100px;font-family:DM Sans,sans-serif}.resume__inner{max-width:1020px;margin:0 auto}.resume__actionbar{justify-content:flex-end;align-items:center;gap:12px;margin-bottom:20px;display:flex}.resume__download{color:#fff;white-space:nowrap;background:#111;border-radius:7px;align-items:center;gap:7px;padding:10px 20px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.resume__download:hover{background:#333}.resume__body{grid-template-columns:260px 1fr;align-items:start;gap:20px;display:grid}.resume__block{background:#fff;border-radius:10px;margin-bottom:16px;padding:24px}.resume__block:last-child{margin-bottom:0}.resume__block-title{color:#aaa;letter-spacing:1.6px;text-transform:uppercase;border-bottom:1px solid #f0efec;margin:0 0 18px;padding-bottom:10px;font-size:10px;font-weight:500}.resume__sidebar{position:sticky;top:80px}.resume__skill-group{margin-bottom:16px}.resume__skill-group:last-child{margin-bottom:0}.resume__skill-cat{color:#999;letter-spacing:.2px;margin-bottom:7px;font-size:11.5px;font-weight:500;display:block}.resume__tags{flex-wrap:wrap;gap:6px;display:flex}.resume__tag{color:#333;background:#f2f1ee;border-radius:4px;padding:3px 10px;font-size:12px;font-weight:400}.resume__cert-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.resume__cert-list li{flex-direction:column;gap:2px;display:flex}.resume__cert-name{color:#222;font-size:13px;font-weight:400;line-height:1.4}.resume__cert-code{color:#aaa;font-family:DM Mono,monospace;font-size:11.5px}.resume__edu-degree{color:#222;margin:0 0 4px;font-size:13.5px;font-weight:500}.resume__edu-school{color:#666;margin:0 0 2px;font-size:13px}.resume__edu-year{color:#aaa;margin:0;font-size:12px}.resume__award-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.resume__award-list li{flex-direction:column;gap:3px;display:flex}.resume__award-title{color:#222;font-size:13px;font-weight:400;line-height:1.4}.resume__award-meta{color:#aaa;font-size:12px}.resume__main .resume__block{margin-bottom:0}.resume__timeline{flex-direction:column;gap:36px;display:flex}.resume__job{border-bottom:1px solid #f0efec;padding-bottom:36px}.resume__job:last-child{border-bottom:none;padding-bottom:0}.resume__job-meta{align-items:center;gap:12px;margin-bottom:8px;display:flex}.resume__job-period{color:#fff;letter-spacing:.2px;background:#111;border-radius:4px;padding:3px 10px;font-size:12px;font-weight:500}.resume__job-location{color:#aaa;font-size:12px}.resume__job-role{color:#111;margin:0 0 4px;font-size:16px;font-weight:500}.resume__job-company{color:#888;margin:0 0 14px;font-size:13px}.resume__bullets{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.resume__bullets li{color:#444;padding-left:14px;font-size:13.5px;font-weight:300;line-height:1.65;position:relative}.resume__bullets li:before{content:"·";color:#ccc;font-size:16px;line-height:1.4;position:absolute;left:0}@media (width<=720px){.resume__hero{flex-direction:column;align-items:flex-start;padding:28px 24px}.resume__body{grid-template-columns:1fr}.resume__sidebar{position:static}}.resume__focus-btn{color:#111;cursor:pointer;background:#fff;border:1px solid #dcdcdc;border-radius:7px;justify-content:center;align-items:center;padding:10px 18px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.resume__focus-btn:hover{background:#f5f5f5}.resume__body--focus{grid-template-columns:1fr}.resume__body--focus .resume__sidebar{display:none}.resume__body--focus .resume__main{width:100%;max-width:900px;margin:0 auto}.resume__body--focus .resume__job{padding-bottom:48px}.resume__body--focus .resume__job-role{font-size:20px}.resume__body--focus .resume__job-company{font-size:14px}.resume__body--focus .resume__bullets li{font-size:15px;line-height:1.85}.footer{background:#fff;border-top:1px solid #e8e8e8;justify-content:space-between;align-items:center;height:68px;padding:0 5rem;font-family:DM Sans,sans-serif;display:flex}.footer__left{align-items:center;gap:24px;display:flex}.footer__contact,.footer__socials a{color:#555;justify-content:center;align-items:center;text-decoration:none;transition:color .2s;display:flex}.footer__socials svg{font-size:16px;display:block}.footer__socials{align-items:center;gap:16px;display:flex}.footer__copyright{color:#555;letter-spacing:.2px;font-size:15px;font-weight:400}.footer__contact:hover,.footer__socials a:hover{color:#111}@media (width<=600px){.footer{text-align:center;flex-direction:column;align-items:center;gap:.75rem;height:auto;padding:1rem 1.25rem}.footer__left{flex-direction:column;align-items:center;gap:.5rem}.footer__copyright{font-size:13px}}.contact{background:#f5f5f5;justify-content:center;align-items:center;min-height:calc(100vh - 68px);padding:3rem 1.5rem;display:flex}.contact__container{background:#fff;border-radius:24px;width:100%;max-width:620px;padding:3rem;transition:transform .3s,box-shadow .3s;animation:.8s containerFade;box-shadow:0 1px 3px #0000000a,0 20px 40px #0000000a}.contact__container:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000000f,0 25px 60px #00000014}.contact__heading{color:#1a1a1a;opacity:0;margin:0 0 .5rem;font-family:DM Sans,sans-serif;font-size:clamp(2rem,5vw,2.75rem);font-weight:700;line-height:1.1;animation:.8s .1s forwards fadeUp;transform:translateY(20px)}.contact__subheading{color:#888;opacity:0;margin:0 0 1.5rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:400;animation:.8s .2s forwards fadeUp;transform:translateY(20px)}.contact__card{opacity:0;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;animation:.8s .3s forwards fadeUp;display:flex;transform:translateY(20px)}.contact__row{color:inherit;cursor:pointer;background:#f9f9f9;border:1px solid #eee;border-radius:12px;align-items:center;gap:1rem;padding:.875rem 1rem;text-decoration:none;transition:background .2s,border-color .2s,transform .2s;display:flex}.contact__row:not(.contact__row--static):hover{background:#f0f0f0;border-color:#ddd;transform:translate(3px)}.contact__row--static{cursor:default}.contact__icon-wrap{color:#444;background:#fff;border:1px solid #e5e5e5;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.contact__row-body{flex:1;min-width:0}.contact__label{letter-spacing:.06em;text-transform:uppercase;color:#aaa;margin:0 0 .15rem;font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:500}.contact__value{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;margin:0;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;overflow:hidden}.contact__arrow{color:#ccc;flex-shrink:0;transition:color .2s,transform .2s}.contact__row:hover .contact__arrow{color:#888;transform:translate(2px,-2px)}.contact__copy-btn{color:#aaa;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;gap:4px;height:28px;padding:0 8px;transition:background .2s,border-color .2s,color .2s;display:flex}.contact__copy-btn:hover{background:#f0f0f0;border-color:#ccc}.contact__copy-btn--copied{color:#22c55e;background:#ecfdf5;border-color:#d1fae5}.contact__copy-label{white-space:nowrap;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:500}.contact__socials{opacity:0;justify-content:center;gap:.625rem;animation:.8s .4s forwards fadeUp;display:flex;transform:translateY(20px)}.contact__social-btn{color:#333;background:#fff;border:1px solid #e5e5e5;border-radius:8px;align-items:center;gap:.5rem;padding:.55rem 1rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.contact__social-btn:hover{color:#fff;background:#1a1a1a;border-color:#1a1a1a}@media (width<=768px){.contact{padding:2rem 1rem}.contact__container{padding:2rem}.contact__heading{font-size:2rem}}@media (width<=480px){.contact__container{padding:1.5rem}.contact__socials{flex-wrap:wrap}.contact__heading{font-size:1.75rem}}.projects{background:#f5f5f5;flex-direction:column;align-items:center;min-height:calc(100vh - 68px);padding:6rem 1.5rem;display:flex}.projects__header{opacity:0;width:100%;max-width:1100px;margin-bottom:4rem;animation:.8s .1s forwards fadeUp;transform:translateY(20px)}.projects__title{color:#1a1a1a;margin:0 0 .5rem;font-family:DM Sans,sans-serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:.9}.projects__grid{opacity:0;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem;width:100%;max-width:1100px;animation:.8s .3s forwards containerFade;display:grid}.project-card{background:#fff;border-radius:24px;flex-direction:column;justify-content:space-between;gap:1.25rem;padding:1.75rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 1px 3px #0000000a,0 20px 40px #0000000a}.project-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000000f,0 25px 60px #00000014}.project-card__body{flex-direction:column;gap:.75rem;display:flex}.project-card__title{color:#1a1a1a;letter-spacing:-.2px;margin:0;font-family:DM Sans,sans-serif;font-size:1.15rem;font-weight:700}.project-card__description{color:#555;margin:0;font-family:DM Sans,sans-serif;font-size:.95rem;line-height:1.8}.project-card__tags{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.project-card__tag{color:#2563eb;letter-spacing:.1px;background:#eff6ff;border-radius:4px;padding:.2rem .55rem;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500}.project-card__links{border-top:1px solid #f0f0f0;align-items:center;gap:1rem;padding-top:1rem;display:flex}.project-card__link{color:#555;align-items:center;gap:.4rem;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.project-card__link:hover{color:#111}.project-card__link--live{color:#2563eb}.project-card__link--live:hover{color:#1d4ed8}@media (width<=900px){.projects__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}@media (width<=768px){.projects{padding:2rem 1rem}.projects__title{font-size:2.5rem}}@media (width<=480px){.projects{padding:1.5rem 1rem}.projects__grid{grid-template-columns:1fr}.project-card{padding:1.25rem}}
