*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333}a{color:inherit;text-decoration:none}button{font-family:inherit}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem .5rem;background-color:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100;width:100%;box-sizing:border-box}.navbar-logo{font-weight:700;font-size:1.5rem;margin-left:10rem}.navbar-menu{display:flex;background-color:#f0f0f0;border-radius:50px;padding:.3rem;gap:.3rem}.nav-item{padding:.5rem 1.2rem;border:none;background-color:transparent;cursor:pointer;border-radius:50px;transition:all .3s ease;font-weight:500;font-size:.9rem}.nav-item:hover{background-color:#0000000d}.nav-item.active{background-color:#000;color:#fff;box-shadow:0 2px 4px #0003}.navbar-location{text-align:right;font-size:.9rem;color:#666;margin-right:10rem}@media (max-width: 768px){.navbar{flex-direction:column;gap:1rem;padding:1rem .25rem}.navbar-menu{width:fit-content;overflow-x:auto;justify-content:center}.navbar-logo{margin-left:0}.navbar-location{margin-right:0}}@media (max-width: 480px){.navbar{padding:.75rem .5rem}.navbar-menu{overflow-x:auto;width:100%;justify-content:flex-start;padding:.2rem;-ms-overflow-style:none;scrollbar-width:none}.navbar-menu::-webkit-scrollbar{display:none}.nav-item{padding:.4rem .8rem;font-size:.8rem;flex-shrink:0}.navbar-logo{font-size:1.25rem}.navbar-location{font-size:.8rem}}.section{min-height:100vh;padding:1.5rem}.section-container{max-width:1152px;margin-left:auto;margin-right:auto}.section-title{font-size:3.625rem;font-weight:700;margin-bottom:2rem;text-align:center;padding-top:1rem}.works-section,.skills-section{background-color:#f9fafb}.skills-section.section{min-height:unset;padding:.5rem 0}@media (max-width: 480px){.section{padding:1rem .75rem;min-height:unset}.section-title{font-size:2rem;margin-bottom:1.5rem}}.button{padding:.75rem 1.5rem;border-radius:.25rem;cursor:pointer;font-weight:500;transition:all .2s ease}.primary-button{background-color:#000;color:#fff;border:none}.primary-button:hover{background-color:#333}.secondary-button{border:1px solid #d1d5db;background-color:transparent}.secondary-button:hover{background-color:#f3f4f6}.hero-content{display:flex;align-items:center;justify-content:space-between;min-height:calc(100vh - 80px);padding:2rem 0}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:1.5rem;color:#666}.button-group{display:flex;gap:1rem}.profile-image{flex:1;display:flex;justify-content:center;align-items:center;position:relative;padding-right:2rem}.profile-image img{width:406px;height:406px;border-radius:50%;object-fit:cover;border:5px solid white;box-shadow:0 4px 10px #0000001a;position:relative;z-index:1}.profile-image:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;border:2px solid #000;z-index:0;transform:translate(20px) translateY(-20px)}@media (max-width: 768px){.hero-content{flex-direction:column;text-align:center}.hero-text{padding-right:0;margin-bottom:2rem}.button-group{justify-content:center}.profile-image{padding-right:0}.profile-image img,.profile-image:before{transform:none}}@media (max-width: 480px){.hero-content{padding:1rem 0}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.profile-image img{width:250px;height:250px}.profile-image:before{width:220px;height:220px}.button-group{flex-direction:column;width:100%;max-width:250px;margin:0 auto}.button{width:100%}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.contact-modal{background-color:#fff;border-radius:8px;padding:2rem;width:100%;max-width:500px;position:relative;box-shadow:0 10px 25px #0003}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}.contact-form{margin-top:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:1rem}.form-group textarea{resize:vertical}.form-status{padding:1rem;border-radius:4px;margin-bottom:1.5rem;text-align:center}.form-status.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-status.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.form-status p{margin:0}.contact-form button:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 480px){.contact-modal{padding:1.5rem}}.pulse-button{position:relative;box-shadow:0 0 #000000b3;animation:pulse-black 2s infinite}@keyframes pulse-black{0%{box-shadow:0 0 #000000b3}70%{box-shadow:0 0 0 10px #0000}to{box-shadow:0 0 #0000}}.works-content{display:grid;gap:2rem}.work-contents{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;padding:2rem 0;width:100%;max-width:1200px;margin:0 auto}.work-item:nth-child(2n){flex-direction:row-reverse}.work-image-container{flex:1;max-width:45%}.work-image{width:100%;height:auto;border-radius:8px;object-fit:cover;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease}.work-image:hover{transform:translateY(-5px)}.work-details{flex:1;padding:1rem}.work-title{font-size:2rem;font-weight:600;margin-bottom:1rem}.work-description{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.work-link{display:inline-block;padding:.75rem 1.5rem;background-color:#000;color:#fff;text-decoration:none;border-radius:.25rem;font-weight:500;transition:background-color .2s}.work-link:hover{background-color:#333}@media (max-width: 768px){.work-item,.work-item:nth-child(2n){flex-direction:column;text-align:center;gap:2rem}.work-image-container{max-width:100%}}@media (max-width: 500px){.work-contents{grid-template-columns:1fr;gap:1rem;padding:1rem .25rem}}@media (max-width: 480px){.work-contents{gap:3rem;padding:1rem 0}.work-title{font-size:1.5rem;margin-bottom:.75rem}.work-description{font-size:.95rem;margin-bottom:1.25rem}.work-link{padding:.5rem 1.25rem;font-size:.9rem;width:100%;text-align:center}}.work-card-image{position:relative}.project-tag{position:absolute;top:10px;right:10px;background-color:#000000b3;color:#fff;padding:4px 8px;font-size:.7rem;font-weight:500;border-radius:4px;letter-spacing:.5px;text-transform:uppercase}.work-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;width:100%;min-width:0;max-width:100%}.work-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.work-card-image img{width:100%;height:150px;object-fit:cover;display:block}.work-card-content{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.work-card-title{font-size:1rem;font-weight:600;color:#333}.work-card-description{font-size:.85rem;color:#666;flex-grow:1}.work-card-link{display:inline-block;margin-top:.5rem;padding:.5rem 1rem;background-color:#000;color:#fff;text-decoration:none;border-radius:4px;font-size:.85rem;font-weight:500;text-align:center;transition:background-color .2s ease}.work-card-link:hover{background-color:#333}@media (max-width: 900px){.work-card-image img{height:120px}}@media (max-width: 500px){.work-card{max-width:340px;margin:0 auto}}@media (max-width: 600px){.work-card-content{padding:.75rem}.work-card-image img{height:100px}.work-card-title{font-size:.95rem}.work-card-description{font-size:.8rem}.work-card-link{font-size:.8rem;padding:.4rem .8rem}}@media (max-width: 400px){.work-card-content{padding:.5rem}.work-card-image img{height:80px}}.about-content{max-width:1200px;margin:0 auto;padding:2rem 0}.about-section{display:flex;gap:3rem;margin-bottom:4rem}.about-left{flex:1}.about-right{flex:2}.about-left h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.about-right p{font-size:1.1rem;line-height:1.7;color:#333;margin-bottom:1.5rem}.about-right h2{font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.about-right h3{font-size:1.2rem;font-weight:700;margin-bottom:1rem}@media (max-width: 768px){.about-section{flex-direction:column;gap:1.5rem}.about-left,.about-right{width:100%}.about-left h1{font-size:2rem}.about-right h2{font-size:1.5rem}}.skills-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:1rem 0;max-width:1000px;margin:0 auto}.skill-category{background-color:var(--color-card-bg, #f5f5f5);border-radius:8px;padding:1.25rem;box-shadow:0 2px 10px #0000000d}.category-title{font-size:1.2rem;margin-bottom:1rem;color:var(--color-heading, #333);border-bottom:2px solid var(--color-accent, #5d78ff);padding-bottom:.5rem;display:inline-block}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-item{background-color:var(--color-bg, #fff);padding:.4rem .8rem;border-radius:4px;font-size:.9rem;border:1px solid var(--color-border, #eaeaea);color:var(--color-text, #555)}@media (min-width: 768px){.skills-content{padding:.5rem 0;gap:1.5rem}.skill-category{padding:1rem}.category-title{font-size:1.1rem;margin-bottom:.75rem}.skill-item{padding:.3rem .7rem;font-size:.85rem}}@media (max-width: 767px){.skills-content{grid-template-columns:1fr;gap:1rem;padding:.5rem 0}.skill-category{padding:1rem}}.skills-scroll-container{overflow-x:auto;width:100%;padding:1.5rem 0;display:flex;justify-content:center}.skills-scroll-row{display:flex;gap:2rem;align-items:center;min-width:400px;width:max-content;justify-content:center;margin:0 auto}.skill-icon-item{display:flex;align-items:center;justify-content:center;min-width:48px;transition:transform .2s,box-shadow .2s;border-radius:50%;padding:.5rem;cursor:pointer}.skill-icon-item:hover{background:#f0f0f0;transform:scale(1.15);box-shadow:0 4px 16px #0000001a}.skills-scroll-container::-webkit-scrollbar{display:none}.resume-content{max-width:900px;margin:0 auto;padding:1rem 0}.resume-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.resume-heading{font-size:1.5rem;font-weight:600;position:relative}.download-resume{display:inline-block;padding:.75rem 1.5rem;background-color:#000;color:#fff;text-decoration:none;border-radius:.25rem;font-weight:500;transition:all .3s ease}.download-resume:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.resume-timeline{position:relative;margin-left:1.5rem;padding-left:2rem;padding-bottom:1.5rem}.resume-timeline:before{content:"";position:absolute;left:0;top:0;height:100%;width:2px;background-color:#e5e5e5}.timeline-item{position:relative;margin-bottom:3rem}.timeline-dot{position:absolute;left:-2.5rem;top:.5rem;width:1rem;height:1rem;background-color:#000;border-radius:50%;border:3px solid white;box-shadow:0 0 0 2px #e5e5e5}.timeline-date{position:absolute;left:-7rem;top:.5rem;display:flex;flex-direction:column;font-weight:600;color:#555;text-align:right;width:4rem}.timeline-content{background-color:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 5px 15px #0000000d;transition:all .3s ease}.timeline-content:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.timeline-title{font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.timeline-company{font-size:.95rem;color:#666;margin-bottom:1rem}.timeline-description{margin-bottom:1rem;line-height:1.6}.timeline-skills{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background-color:#f5f5f5;padding:.25rem .75rem;border-radius:50px;font-size:.8rem;color:#555}.resume-divider{position:relative;text-align:center;margin:3rem 0}.resume-divider:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background-color:#e5e5e5}.resume-divider span{position:relative;background-color:#fff;padding:0 1rem;font-size:1.25rem;font-weight:600;color:#333}.cert-link{display:inline-block;margin-top:.5rem;color:#000;font-weight:500;text-decoration:underline;transition:color .2s}.cert-link:hover{color:#555}@media (max-width: 768px){.resume-timeline{margin-left:0}.timeline-date{position:static;display:inline-block;margin-bottom:.5rem;text-align:left;background-color:#f5f5f5;padding:.25rem .5rem;border-radius:4px;font-size:.85rem}.timeline-date span{display:inline-block}.timeline-date span:first-child:after{content:" - "}.resume-header{flex-direction:column;gap:1rem;align-items:flex-start}}@media (max-width: 480px){.resume-content{padding:.5rem 0}.timeline-content{padding:1rem}.timeline-title{font-size:1.1rem}.timeline-company{font-size:.85rem}.timeline-description{font-size:.9rem}.resume-divider span{font-size:1.1rem}.download-resume{padding:.6rem 1.25rem;font-size:.9rem;width:100%;text-align:center}}.footer{background-color:#000;color:#fff;padding:2rem 1rem;width:100%}.footer-container{max-width:1152px;margin:0 auto;width:100%}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:2rem}.footer-info{flex:1;min-width:200px}.footer-name{font-size:clamp(1rem,5vw,1.25rem);font-weight:600;margin-bottom:.5rem}.footer-phone{color:#9ca3af;font-size:clamp(.85rem,4vw,1rem)}.footer-social{flex:1;min-width:200px}.footer-heading{font-size:clamp(.9rem,4vw,1.1rem);font-weight:600;margin-bottom:1rem;color:#e5e7eb}.social-links{display:flex;flex-direction:column;gap:.75rem}.social-link{display:flex;align-items:center;gap:.5rem;color:#9ca3af;transition:color .2s;font-size:clamp(.85rem,4vw,1rem)}.social-link:hover{color:#fff}.footer-copyright{padding-top:1.5rem;border-top:1px solid #374151;text-align:center;color:#9ca3af;font-size:clamp(.75rem,3.5vw,.875rem)}@media (max-width: 375px){.footer{padding:1.5rem .75rem}.footer-content{flex-direction:column;gap:1.5rem}.social-links{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}}@media (min-width: 376px) and (max-width: 480px){.footer{padding:1.75rem 1rem}.footer-content{flex-direction:column;gap:1.5rem}.social-links{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}}.project-detail-wrapper{position:relative;overflow:hidden;width:100%;min-height:100vh}.blur-circle{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;z-index:-1}.circle-1{background-color:#575757;width:600px;height:600px;top:-100px;right:-50px}.circle-2{background-color:#171717;width:500px;height:500px;bottom:100px;left:-150px}.project-detail{max-width:900px;margin:0 auto;padding:2rem 1.5rem;color:#333;position:relative;z-index:1}.project-header{margin-bottom:3rem;text-align:center}.back-button{display:inline-block;margin-bottom:2rem;color:#333;text-decoration:none;font-weight:500;transition:color .2s}.back-button:hover{color:#000}.project-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.project-subtitle{font-size:1.25rem;color:#666}.project-hero{text-align:center;margin-bottom:3rem}.project-hero-image{width:65%;height:auto;object-fit:cover;border-radius:8px;box-shadow:0 5px 15px #0000001a;display:inline-block}.project-content{margin:0 auto}.project-main{line-height:1.7}.project-description h3{font-size:1.5rem;font-weight:600;margin:2rem 0 1rem}.project-description p{margin-bottom:1.5rem}.project-description ul{margin-bottom:1.5rem;padding-left:1.5rem}.project-description li{margin-bottom:.5rem}.project-info{margin:3rem 0;padding:2rem;background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 6px #0000000d}.project-info-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.project-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.info-item{margin-bottom:1rem}.info-label{font-weight:600;display:block;margin-bottom:.25rem}.tools-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tool-tag{background-color:#f0f0f0;padding:.25rem .75rem;border-radius:50px;font-size:.85rem}.project-links{margin-top:2rem;display:flex;gap:1rem}.project-link{display:inline-block;padding:.75rem 1.5rem;text-align:center;border-radius:4px;font-weight:500;text-decoration:none;transition:all .2s}.primary-link{background-color:#000;color:#fff}.primary-link:hover{background-color:#333}.secondary-link{border:1px solid #ddd;color:#333}.secondary-link:hover{background-color:#f5f5f5}.project-not-found{text-align:center;padding:5rem 1rem}.back-link{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background-color:#000;color:#fff;text-decoration:none;border-radius:4px;font-weight:500}@media (max-width: 768px){.project-title{font-size:2rem}.project-hero-image{width:100%}.project-links{flex-direction:column}}@media (max-width: 480px){.project-detail{padding:1.5rem 1rem}.project-header{margin-bottom:2rem}.project-title{font-size:1.75rem}.project-subtitle{font-size:1rem}.back-button{margin-bottom:1.5rem}.project-description h3{font-size:1.25rem;margin:1.5rem 0 .75rem}.project-info{padding:1.5rem;margin:2rem 0}.project-info-title{font-size:1.1rem}.project-info-grid{grid-template-columns:1fr}.tool-tag{font-size:.75rem}.project-link{padding:.6rem 1rem;font-size:.9rem}}.portfolio-container{width:100%}
