.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;border-bottom:1px solid transparent}.header.scrolled{box-shadow:0 2px 10px #0000001a;border-bottom-color:var(--border-color)}.nav{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-brand a{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none;transition:color .3s ease}.nav-brand a:hover{color:var(--secondary-color)}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:var(--text-color);text-decoration:none;font-weight:500;transition:color .3s ease;cursor:pointer}.nav-links a:hover{color:var(--primary-color)}@media (max-width: 768px){.nav{padding:1rem}.nav-links{gap:1rem;font-size:.9rem}}.footer{background:var(--text-color);color:#fff;padding:2rem;text-align:center}.footer .container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--primary-color)}@media (max-width: 768px){.footer .container{flex-direction:column}.footer-links{gap:1rem}}.hero{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,var(--bg-light) 0%,var(--bg-color) 100%)}.hero-content{max-width:800px;text-align:center}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;color:var(--text-color);line-height:1.2}.highlight{color:var(--primary-color);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;color:var(--text-light);margin-bottom:1.5rem;font-weight:500}.hero-description{font-size:1.1rem;color:var(--text-light);margin-bottom:2.5rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.875rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;border:2px solid transparent}.btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #6366f14d}.btn-secondary{background:transparent;color:var(--primary-color);border-color:var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}}.about{padding:5rem 2rem;background:var(--bg-color)}.about-content{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:300px 1fr;gap:3rem;align-items:center}.about-image-wrapper{display:flex;justify-content:center;align-items:center}.about-headshot{width:100%;max-width:300px;height:auto;border-radius:.5rem;object-fit:cover;box-shadow:0 10px 30px #0000001a}.about-text-wrapper{display:flex;flex-direction:column;gap:1.5rem}.about-text{font-size:1.1rem;color:var(--text-light);line-height:1.8;text-align:left}@media (max-width: 768px){.about{padding:3rem 1rem}.about-content{grid-template-columns:1fr;gap:2rem;text-align:center}.about-headshot{max-width:250px}.about-text{font-size:1rem;text-align:center}}.experience{padding:5rem 2rem;background:var(--bg-color)}.experience-timeline{max-width:900px;margin:3rem auto 0;display:flex;flex-direction:column;gap:2.5rem}.experience-item{background:var(--bg-light);padding:2rem;border:1px solid var(--border-color);transition:all .3s ease}.experience-item:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000001a;border-color:var(--primary-color)}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.experience-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:var(--text-color)}.experience-company{font-size:1.1rem;font-weight:500;color:var(--primary-color);margin-bottom:.25rem}.experience-location{font-size:.95rem;color:var(--text-light)}.experience-period{font-size:.95rem;color:var(--text-light);font-weight:500;white-space:nowrap}.experience-description{color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.experience-technologies{display:flex;flex-wrap:wrap;gap:.5rem}@media (max-width: 768px){.experience{padding:3rem 1rem}.section-title{font-size:2rem}.experience-header{flex-direction:column}.experience-period{align-self:flex-start}.experience-title{font-size:1.25rem}}.projects{padding:5rem 2rem;background:var(--bg-color)}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--text-color)}.section-subtitle{text-align:center;color:var(--text-light);font-size:1.1rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.project-card{background:var(--bg-light);padding:2rem;transition:all .3s ease;border:1px solid var(--border-color)}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-color:var(--primary-color)}.project-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-color)}.project-description{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:var(--primary-color);color:#fff;padding:.25rem .75rem;border-radius:.25rem;font-size:.875rem;font-weight:500}.project-links{display:flex;gap:1rem}.project-link{color:var(--primary-color);text-decoration:none;font-weight:600;transition:color .3s ease}.project-link:hover{color:var(--secondary-color)}@media (max-width: 768px){.projects{padding:3rem 1rem}.section-title{font-size:2rem}.projects-grid{grid-template-columns:1fr}}.hobbies{padding:5rem 2rem;background:var(--bg-color)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-auto-rows:300px;gap:1.5rem;margin-top:3rem}.gallery-item{overflow:hidden;border-radius:.5rem;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;background:var(--bg-light);box-shadow:0 4px 6px #0000001a;position:relative;width:100%}.gallery-item.square{grid-row:span 1}.gallery-item.wide{grid-column:span 2}.gallery-item.tall{grid-row:span 2}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0003}.gallery-image{width:100%;height:100%;display:block;object-fit:cover;transition:transform .3s ease}.gallery-item:hover .gallery-image{transform:scale(1.05)}@media (max-width: 768px){.hobbies{padding:3rem 1rem}.section-title{font-size:2rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-auto-rows:250px;gap:1rem}.gallery-item.wide{grid-column:span 1}.gallery-item.tall{grid-row:span 1}}@media (max-width: 480px){.gallery-grid{grid-template-columns:1fr;grid-auto-rows:300px}.gallery-item.wide,.gallery-item.tall{grid-column:span 1;grid-row:span 1}}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding-top:80px}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #3b82f6;--secondary-color: #60a5fa;--text-color: #1f2937;--text-light: #6b7280;--bg-color: #ffffff;--bg-light: #f9fafb;--border-color: #e5e7eb}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;color:var(--text-color);line-height:1.6}html{scroll-behavior:smooth}
