*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;border-bottom:1px solid #e5e5e5}.header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo{font-size:1.75rem;font-weight:600;color:#333;text-decoration:none}.nav-icons{display:flex;gap:1rem}.nav-icon-link{text-decoration:none;color:inherit}.nav-icon{width:24px;height:24px;cursor:pointer;opacity:.7;transition:opacity .3s ease}.nav-icon:hover{opacity:1}.main-content{margin-top:80px}.hero-section{padding:6rem 0;min-height:80vh}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch;width:100%;max-width:100%;overflow:hidden}.bio-card,.hero-card{background:#f8f9fa;border:2px solid #333;border-radius:20px;text-align:left;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:center;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%;max-width:100%;min-width:0;overflow:hidden}.bio-card{min-height:400px;max-height:55rem;padding:3rem}.hero-card{min-height:55rem;width:100%;max-width:100%;margin:0;padding:1rem;text-align:center}.bio-card:hover{box-shadow:0 10px 30px #0000001a}.hero-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.bio-card h2,.hero-card h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.bio-card h3{font-size:1.4rem;font-weight:600;margin:1.5rem 0 .5rem;color:#333}.bio-card p,.hero-card p{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:1rem;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.location{font-size:1rem;color:#888;margin-bottom:.5rem!important}.contact-info{font-size:.95rem;margin-bottom:1.5rem!important}.contact-info a{color:#333;text-decoration:none}.contact-info a:hover{text-decoration:underline}.hero-image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-image{width:auto;height:50rem;object-fit:contain;border-radius:24px;transition:transform .3s ease}.hero-card:hover .hero-image{transform:scale(1.02)}.projects-section{padding:4rem 0;background:#f8f9fa}.projects-header{text-align:left;margin-bottom:3rem}.projects-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.project-card{background:#fff;border:2px solid #333;border-radius:15px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%;max-width:100%;min-width:0;overflow:hidden}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.project-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem}.project-period{font-size:.9rem;color:#888;font-weight:500;margin-bottom:.8rem!important;text-align:start}.project-card p{color:#666;font-size:.95rem;text-align:start}.latest-projects{background:#fff;border:2px solid #333;border-radius:20px;padding:2.5rem;margin-bottom:3rem;word-wrap:break-word;overflow-wrap:break-word}.latest-projects h3{font-size:1.8rem;font-weight:600;margin-bottom:2rem;text-align:center}.latest-projects p{text-align:left;line-height:1.6}.featured-projects-section{padding:4rem 0;background:#fff}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.project-header h3{font-size:1.3rem;font-weight:600;margin:0}.project-links{display:flex;gap:.5rem}.project-link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f8f9fa;border:1px solid #e5e5e5;border-radius:8px;color:#333;text-decoration:none;transition:all .3s ease}.project-link:hover{background:#333;color:#fff;border-color:#333}.project-link.private{opacity:.5;cursor:not-allowed}.project-link.private:hover{background:#f8f9fa;color:#333;border-color:#e5e5e5}.project-description{color:#666;font-size:.95rem;text-align:left;margin-bottom:1.5rem;line-height:1.5}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#f0f0f0;color:#333;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500;border:1px solid #e0e0e0}.experience-section{padding:4rem 0;background:#fff}.experience-card{background:#f8f9fa;border:2px solid #333;border-radius:20px;padding:3rem;transition:transform .3s ease,box-shadow .3s ease;word-wrap:break-word;overflow-wrap:break-word}.experience-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.experience-card h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.experience-card p{text-align:left;line-height:1.6}.contact-section{padding:4rem 0;background:#f8f9fa}.contact-card{background:#fff;border:2px solid #333;border-radius:20px;padding:3rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;word-wrap:break-word;overflow-wrap:break-word}.contact-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.contact-card h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.contact-card p{font-size:1.1rem;color:#666;margin-bottom:2rem}.cta-button{display:inline-block;background:#333;color:#fff;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:background .3s ease,transform .3s ease;border:none;cursor:pointer;font-family:inherit;font-size:1rem}.cta-button:hover{background:#555;transform:translateY(-2px)}.cta-button:disabled{background:#ccc;cursor:not-allowed;transform:none}.contact-form{margin:2rem 0;text-align:left}.contact-form .cta-button{display:block;margin:2rem auto 0;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid #e5e5e5;border-radius:8px;font-family:inherit;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#333;box-shadow:0 0 0 3px #3333331a}.form-group textarea{resize:vertical;min-height:120px}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.contact-alternative{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e5e5;text-align:center}.contact-alternative p{margin-bottom:.5rem;color:#666;font-size:.95rem}.email-link{color:#333;text-decoration:none;font-weight:600;transition:color .3s ease}.email-link:hover{color:#555}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.form-group input.error,.form-group textarea.error{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.error-message{color:#e74c3c;font-size:.8rem;margin-top:.25rem;display:block}.character-count{font-size:.8rem;color:#666;text-align:right;margin-top:.25rem}.submit-message{margin-top:1rem;padding:.75rem;border-radius:8px;font-weight:500;text-align:center}.submit-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.submit-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.cta-button.loading{background:#666;cursor:wait;opacity:.7}@media (max-width: 1024px){.container{padding:0 20px;width:100%;max-width:100%;overflow-x:hidden}.hero-grid{gap:1.5rem;width:100%;max-width:100%;overflow:hidden}.bio-card,.hero-card{padding:2.5rem;width:100%;max-width:100%;min-width:0;overflow:hidden;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.bio-card p,.hero-card p{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;width:100%}.project-card{width:100%;max-width:100%;min-width:0;overflow:hidden;box-sizing:border-box}}@media (max-width: 769px){.container{padding:0 15px;width:100%;max-width:100%;overflow-x:hidden}.hero-grid{grid-template-columns:1fr;gap:1.5rem;width:100%;max-width:100%}.hero-section{padding:3rem 0;min-height:auto;overflow-x:hidden}.projects-grid{grid-template-columns:1fr;gap:1rem;width:100%}.bio-card,.hero-card,.experience-card,.contact-card,.project-card{padding:1.5rem;width:100%;max-width:100%;min-width:0;overflow:hidden;box-sizing:border-box}.bio-card{min-height:auto;max-height:none}.hero-card{min-height:auto;padding:1rem}.hero-image{height:auto;max-height:300px;width:100%;max-width:100%;object-fit:contain}.hero-image-container{padding:.5rem;width:100%;max-width:100%;overflow:hidden}.bio-card h2,.hero-card h2,.experience-card h2,.contact-card h2{font-size:1.8rem;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word}.bio-card h3{font-size:1.2rem;margin:1rem 0 .5rem;word-wrap:break-word;overflow-wrap:break-word}.bio-card p,.hero-card p,.contact-card p{font-size:1rem;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.projects-header h2{font-size:2rem;word-wrap:break-word;overflow-wrap:break-word}.project-header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;width:100%}.project-header h3{font-size:1.1rem;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;width:100%}.project-links{align-self:flex-end;margin-top:-2rem;flex-shrink:0}.project-description{font-size:.9rem;margin-bottom:1rem;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.tech-tag{font-size:.75rem;padding:.2rem .6rem;flex-shrink:0}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;width:100%}.latest-projects{padding:1.5rem;text-align:left;width:100%;max-width:100%;box-sizing:border-box}.latest-projects h3{font-size:1.5rem;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.latest-projects p{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.projects-section,.featured-projects-section,.experience-section,.contact-section{padding:2.5rem 0;overflow-x:hidden}.contact-form{margin:1.5rem 0}.form-row{grid-template-columns:1fr;gap:0}.form-group{margin-bottom:1.25rem}.contact-card{padding:2rem}}@media (max-width: 480px){.container{padding:0 10px;width:100%;max-width:100%;overflow-x:hidden}.bio-card,.hero-card,.experience-card,.contact-card,.project-card{padding:1rem;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.latest-projects{padding:1rem;width:100%;max-width:100%;box-sizing:border-box}.bio-card h2,.hero-card h2,.experience-card h2,.contact-card h2{font-size:1.5rem;word-wrap:break-word;overflow-wrap:break-word}.bio-card h3{font-size:1.1rem;word-wrap:break-word;overflow-wrap:break-word}.bio-card p,.hero-card p,.contact-card p,.project-description{font-size:.9rem;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.projects-header h2{font-size:1.7rem;word-wrap:break-word;overflow-wrap:break-word}.project-header h3{font-size:1rem;word-wrap:break-word;overflow-wrap:break-word;width:100%}.hero-image{max-height:250px;width:100%;max-width:100%}.nav-icons{gap:.75rem;flex-shrink:0}.nav-icon{width:20px;height:20px}.logo{font-size:1.5rem;word-wrap:break-word;overflow-wrap:break-word}.tech-tag{font-size:.7rem;padding:.15rem .5rem;flex-shrink:0}.header-content{flex-wrap:nowrap;justify-content:space-between;width:100%}.contact-form{margin:1rem 0}.form-row{grid-template-columns:1fr;gap:0}.form-group{margin-bottom:1rem}.form-group input,.form-group select,.form-group textarea{padding:.6rem .8rem;font-size:.95rem}.contact-card{padding:1.5rem}.contact-card h2{font-size:2rem}.cta-button{padding:.8rem 1.5rem;font-size:.95rem;width:100%;text-align:center}}
