.app{min-height:100vh;display:flex;flex-direction:column;background:#fff;position:relative}.home-section{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6rem;padding:2rem;position:relative;max-width:1200px;margin:0 auto}.photo-section{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.photo{width:200px;height:200px;border-radius:50%;background-image:url(/assets/pfp-C7USF3Xg.jpg);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;overflow:hidden}.photo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.1) 100%);border-radius:50%;opacity:0;transition:opacity .3s ease}.photo:hover:before{opacity:1}.photo-placeholder{display:none}.contact-links{display:flex;flex-direction:column;align-items:center;gap:.5rem}.contact-links a{color:#000;text-decoration:none;font-size:.9rem;transition:opacity .3s ease;position:relative}.contact-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#000;transition:width .3s ease}.contact-links a:hover:after{width:100%}.contact-links a:hover{opacity:.6}.menu{display:flex;flex-direction:column;gap:2rem;align-items:flex-start;justify-content:center;width:300px}.menu-item{overflow:hidden;width:100%}.menu-item button{background:none;border:none;text-decoration:none;color:#000;font-size:2.5rem;font-weight:700;letter-spacing:-.02em;text-transform:uppercase;transition:all .3s ease;display:block;width:100%;position:relative;cursor:pointer;padding:0;text-align:left}.menu-item button:disabled{cursor:default;pointer-events:none}.menu-item button:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#000;transition:width .3s ease}.menu-item button:hover:after{width:100%}.menu-item button:hover{opacity:.6}.page-container{width:100%;max-width:1100px;padding:3rem 2rem;min-height:100vh;margin:0 auto}.back-button{background:none;border:none;color:#000;font-size:1.2rem;font-weight:500;cursor:pointer;padding:.5rem 0;margin-bottom:3rem;transition:opacity .3s ease}.back-button:hover{opacity:.6}.page-content{animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.page-title{font-size:4rem;font-weight:700;margin-bottom:4rem;letter-spacing:-.03em;text-transform:uppercase;text-align:left}.content-section{margin-bottom:4rem}.content-section h2{font-size:2rem;font-weight:700;margin-bottom:2rem;text-transform:uppercase;letter-spacing:-.02em}.content-section h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.content-section h4{font-size:1.2rem;font-weight:700;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.content-section p{line-height:1.7;margin-bottom:1rem}.content-section a{color:#000;text-decoration:underline;transition:opacity .3s ease}.content-section a:hover{opacity:.6}.education-item{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid #ddd}.education-item:last-child{border-bottom:none}.degree{font-size:1.1rem;margin-bottom:.5rem}.meta{font-size:.95rem;opacity:.6;margin:.5rem 0 1rem}.coursework{margin-top:1rem;font-size:.95rem;line-height:1.6}.projects-section{min-height:100vh;padding:6rem 2rem;background:#fff;display:flex;align-items:center;justify-content:center}.projects-section>div{width:100%;max-width:1100px;margin:0 auto}.projects-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-top:0;width:100%}.project-card{background:#fff;border:3px solid #000;padding:3rem;position:relative;display:flex;flex-direction:column;align-items:flex-start}.project-number{position:absolute;top:2rem;right:2rem;font-size:5rem;font-weight:700;opacity:.1;line-height:1}.project-title{font-size:2.2rem;font-weight:700;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:-.02em;max-width:70%}.project-role{font-size:1.15rem;margin-bottom:.5rem;opacity:.8;font-weight:500}.project-meta{font-size:1rem;opacity:.6;margin-bottom:2rem}.project-details{list-style:none;padding:0;margin:0;width:100%}.project-details li{padding-left:2rem;position:relative;margin-bottom:1rem;line-height:1.7;font-size:1rem}.project-details li:before{content:"→";position:absolute;left:0;opacity:.6;font-size:1.1rem}.awards-list{list-style:none;padding:0}.awards-list li{padding-left:1.5rem;position:relative;margin-bottom:1rem;line-height:1.6}.awards-list li:before{content:"•";position:absolute;left:0;font-weight:700}.skills-section{display:flex;flex-direction:column;gap:2rem}.skill-category{padding-bottom:2rem;border-bottom:1px solid #ddd}.skill-category:last-child{border-bottom:none}.skill-category p{line-height:1.8}@media (max-width: 768px){.home-section{padding:2rem 0}.container{flex-direction:column;gap:4rem;padding:2rem 1.5rem}.projects-section{padding:4rem 1.5rem}.photo{width:160px;height:160px}.photo-placeholder{font-size:3rem}.contact-links a{font-size:.85rem}.menu{gap:1.5rem;align-items:center}.menu-item{text-align:center}.menu-item button{font-size:2rem}.page-container{padding:2rem 1.5rem}.page-title{font-size:2.5rem;margin-bottom:3rem}.content-section h2{font-size:1.5rem}.content-section h3{font-size:1.25rem}.back-button{font-size:1rem}.projects-grid{gap:2rem}.project-card{padding:2rem}.project-number{font-size:3.5rem;top:1.5rem;right:1.5rem}.project-title{font-size:1.5rem;max-width:65%}.project-role{font-size:1rem}.project-meta{font-size:.9rem}.project-details li{font-size:.95rem;padding-left:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#000;overflow-x:hidden}#root{min-height:100vh}
