@import"https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400&family=Inter:wght@300;400;500;600&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#171717;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}.nav-container{position:fixed;top:0;left:0;right:0;z-index:50;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #f5f5f5}.nav-wrapper{max-width:1152px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-family:Crimson Text,Georgia,serif;font-size:1.5rem;color:#171717;transition:color .2s ease}.nav-logo:hover{color:#525252}.nav-desktop{display:none;align-items:center;gap:2rem}.nav-link{color:#404040;transition:color .2s ease;font-weight:400}.nav-link:hover,.nav-link.active{color:#171717;font-weight:500}.nav-mobile-btn{display:block;background:none;border:none;padding:.5rem;color:#404040;cursor:pointer;transition:color .2s ease}.nav-mobile-btn:hover{color:#171717}.nav-mobile{display:block;position:absolute;top:100%;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #f5f5f5;box-shadow:0 4px 6px -1px #0000001a}.nav-mobile-wrapper{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.nav-mobile-link{color:#404040;font-size:1.125rem;padding:.5rem 0;transition:color .2s ease;display:block}.nav-mobile-link:hover,.nav-mobile-link.active{color:#171717;font-weight:500}.main-content{padding-top:5rem}.home-container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:0 1.5rem;max-width:1024px;margin:0 auto}.home-content{display:flex;flex-direction:column;gap:2rem}.home-content-with-photo{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.home-text-content{display:flex;flex-direction:column;gap:2rem}.home-photo-section{display:flex;justify-content:center;align-items:center}.home-photo-container{position:relative;width:320px;height:380px;overflow:hidden}.home-photo-container:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#fff0 20% 80%,#fff3);pointer-events:none}.home-photo{width:100%;height:100%;object-fit:cover;object-position:center;filter:contrast(110%) brightness(110%) grayscale(100%);transition:all .3s ease;border-radius:8px;mask:linear-gradient(to bottom right,rgba(0,0,0,1) 10%,rgba(0,0,0,.98) 30%,rgba(0,0,0,.95) 70%,rgba(0,0,0,.8) 100%)}.home-photo:hover{filter:contrast(120%) brightness(115%) grayscale(80%);transform:scale(1.02)}.home-subtitle{font-size:.875rem;color:#525252;text-transform:uppercase;letter-spacing:.1em;font-weight:500}.home-title{font-family:Crimson Text,Georgia,serif;font-size:3.75rem;color:#171717;line-height:1.1;font-weight:400}.home-description{max-width:512px}.home-description p{font-size:1.125rem;color:#404040;line-height:1.7}.page-container{min-height:100vh;padding:5rem 1.5rem 2rem;max-width:1024px;margin:0 auto}.page-header{margin-bottom:4rem}.page-title{font-family:Crimson Text,Georgia,serif;font-size:3rem;color:#171717;margin-bottom:2rem;font-weight:400}.page-divider{width:6rem;height:2px;background:#d4d4d4;border:none;margin:0}.page-description{font-size:1.25rem;color:#525252;margin-top:2rem;max-width:512px;line-height:1.6}.section{margin-bottom:4rem}.section-title{font-family:Crimson Text,Georgia,serif;font-size:1.5rem;color:#171717;margin-bottom:1.5rem;font-weight:400}.section-content{color:#404040;line-height:1.7}.two-column{display:grid;gap:4rem;margin-bottom:4rem}.skills-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.skill-tag{background:#f5f5f5;color:#525252;padding:.5rem 1rem;border-radius:2px;font-size:.875rem;font-weight:400}.experience-timeline{position:relative;padding-left:2rem}.experience-timeline:before{content:"";position:absolute;left:.5rem;top:0;bottom:0;width:2px;background:#e5e5e5}.experience-item{position:relative;margin-bottom:3rem;padding-bottom:3rem}.experience-item:last-child{margin-bottom:0;padding-bottom:0}.experience-item:before{content:"";position:absolute;left:-1.5rem;top:.125rem;width:1rem;height:1rem;background:#fff;border:2px solid #d4d4d4;border-radius:50%;z-index:1}.experience-title{font-family:Crimson Text,Georgia,serif;font-size:1.25rem;color:#171717;margin-bottom:.25rem}.experience-company{font-size:1rem;color:#525252;margin-bottom:.25rem}.experience-period{font-size:.875rem;color:#737373;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.experience-description{color:#404040;line-height:1.7;margin-bottom:1rem}.projects-grid{display:grid;gap:2rem}.project-card{border:1px solid #e5e5e5;transition:border-color .2s ease;background:#fff}.project-card:hover{border-color:#d4d4d4}.project-card-content{padding:2rem}.project-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.project-title{font-family:Crimson Text,Georgia,serif;font-size:1.25rem;color:#171717;font-weight:400}.project-links{display:flex;gap:.75rem;opacity:0;transition:opacity .2s ease}.project-card:hover .project-links{opacity:1}.project-link{color:#737373;transition:color .2s ease}.project-link:hover{color:#171717}.project-description{color:#404040;line-height:1.7;margin-bottom:1.5rem}.contact-grid{display:grid;gap:4rem}.contact-links{display:flex;flex-direction:column;gap:1rem}.contact-link{display:flex;align-items:center;gap:1rem;color:#404040;transition:color .2s ease;padding:.5rem 0}.contact-link:hover{color:#171717}.contact-link svg{transition:transform .2s ease}.contact-link:hover svg{transform:scale(1.1)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-weight:500;color:#404040;font-size:.875rem}.form-input,.form-textarea{padding:.75rem 1rem;border:1px solid #d4d4d4;background:#fff;color:#171717;font-family:inherit;font-size:1rem;transition:border-color .2s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#737373}.form-textarea{resize:vertical;min-height:150px}.form-button{background:#171717;color:#fff;padding:.75rem 1.5rem;border:none;font-family:inherit;font-weight:500;cursor:pointer;transition:background-color .2s ease}.form-button:hover{background:#262626}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center;padding:2rem 0;border-top:1px solid #e5e5e5;max-width:400px;margin:0 auto}.stat-number{font-family:Crimson Text,Georgia,serif;font-size:1.875rem;color:#171717;margin-bottom:.5rem}.stat-label{color:#525252;font-size:.875rem}@media (min-width: 768px){.nav-desktop{display:flex}.nav-mobile-btn{display:none}.nav-mobile{display:none!important}.home-content-with-photo{grid-template-columns:1fr 360px;gap:4rem}.home-photo-container{width:360px;height:420px}.home-title{font-size:5rem}.home-description p{font-size:1.25rem}.page-title{font-size:4rem}.two-column,.contact-grid{grid-template-columns:1fr 1fr}.projects-grid{grid-template-columns:repeat(2,1fr)}.page-container{max-width:1152px}}@media (min-width: 1024px){.home-content-with-photo{grid-template-columns:1fr 400px;gap:5rem}.home-photo-container{width:400px;height:460px}.home-title{font-size:6rem}.page-title{font-size:5rem}}.hidden{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
