@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#0d1117;--bg-secondary:#111827;--teal-primary:#0f7b6c;--teal-light:#14b8a6;--text-primary:#e2e8f0;--text-muted:#64748b;--font-display:"Space Grotesk", sans-serif;--font-body:"Inter", sans-serif}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;width:100%;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.2}a{color:var(--teal-light);text-decoration:none;transition:color .2s}a:hover{color:var(--teal-primary)}::selection{background:var(--teal-primary);color:var(--text-primary)}.section-padding{box-sizing:border-box;width:100%;padding:8rem 2rem}.section-inner{box-sizing:border-box;width:100%;max-width:1100px;margin:0 auto;padding:0 2rem}.section-eyebrow{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--teal-light);margin-bottom:1rem;font-size:.875rem;font-weight:500}.section-title{color:var(--text-primary);margin-bottom:3rem;font-size:clamp(1.75rem,4vw,3rem);font-weight:700;line-height:1.2}.btn-primary{background:var(--teal-primary);color:var(--text-primary);font-family:var(--font-display);cursor:pointer;border:none;border-radius:4px;padding:.875rem 2rem;font-size:.95rem;font-weight:500;transition:background .2s,transform .2s}.btn-primary:hover{background:var(--teal-light);color:var(--bg-primary);transform:translateY(-2px)}.btn-secondary{border:1px solid var(--teal-primary);color:var(--teal-light);font-family:var(--font-display);cursor:pointer;background:0 0;border-radius:4px;padding:.875rem 2rem;font-size:.95rem;font-weight:500;transition:all .2s}.btn-secondary:hover{background:#0f7b6c1a;transform:translateY(-2px)}@media (width<=900px){.section-padding{padding:6rem 1.5rem}}@media (width<=768px){.section-padding{padding:5rem 1.25rem}}@media (width<=480px){.section-padding{padding:4rem 1rem}.section-inner{padding:0 .25rem}}.app{flex-direction:column;width:100%;max-width:100%;min-height:100vh;display:flex;overflow-x:hidden}.navbar{z-index:100;padding:1.5rem 2rem;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar-scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d1117e6;border-bottom:1px solid #0f7b6c33;padding:1rem 2rem}.navbar-inner{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;display:flex}.navbar-logo{font-family:var(--font-display);color:var(--teal-light);letter-spacing:.1em;font-size:1.25rem;font-weight:700}.navbar-logo:hover{color:var(--text-primary)}.navbar-links{gap:2.5rem;list-style:none;display:flex}.navbar-links a{font-family:var(--font-body);letter-spacing:.05em;color:var(--text-muted);font-size:.875rem;font-weight:500;transition:color .2s;position:relative}.navbar-links a:after{content:"";background:var(--teal-light);width:0;height:1px;transition:width .2s;position:absolute;bottom:-4px;left:0}.navbar-links a:hover{color:var(--teal-light)}.navbar-links a:hover:after{width:100%}@media (width<=768px){.navbar-links{gap:1.25rem}.navbar-links a{font-size:.75rem}}@media (width<=480px){.navbar-inner{flex-direction:column;align-items:flex-start;gap:1rem}.navbar-links{flex-wrap:wrap;gap:1rem}}.footer{background:var(--bg-secondary);border-top:1px solid #0f7b6c33;padding:3rem 2rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;max-width:1100px;margin:0 auto;display:flex}.footer-logo{font-family:var(--font-display);color:var(--teal-light);letter-spacing:.1em;font-size:1.25rem;font-weight:700}.footer-copy{color:var(--text-muted);font-size:.875rem}.footer-links{gap:2rem;display:flex}.footer-links a{color:var(--text-muted);font-size:.875rem;transition:color .2s}.footer-links a:hover{color:var(--teal-light)}.hero{justify-content:center;align-items:center;min-height:100vh;padding:0 2rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#0f7b6c26 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-20%;right:-10%}.hero-content{width:100%;max-width:800px}.hero-eyebrow{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--teal-light);margin-bottom:1.5rem;font-size:.875rem;font-weight:500}.hero-title{color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:700}.hero-name{color:var(--text-primary);clip-path:inset(0 100% 0 0);transition:clip-path 1.2s .3s;display:inline-block;position:relative}.hero-name.animate{clip-path:inset(0 -10% 0 0)}.hero-name:after{display:none}.hero-name-wrapper:after{content:"";background:repeating-linear-gradient(90deg, var(--teal-light) 0px, var(--teal-light) 6px, transparent 6px, transparent 10px);width:0;height:3px;transition:width 1.2s .3s;position:absolute;bottom:-4px;left:0}.hero-name-wrapper.animate:after{width:112%}.hero-subtitle{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.8}.hero-cta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-name-wrapper{display:inline-block;position:relative}.airplane-wrapper{opacity:0;transition:none;position:absolute;left:0;transform:translate(0)translateY(50%)}.airplane-wrapper.animate{opacity:1;transform:translateX(var(--travel-distance)) translateY(40%);transition:opacity .1s .3s,transform 1.2s .3s}.airplane-icon{width:clamp(16px,2.5vw,28px);height:clamp(16px,2.5vw,28px)}.btn-oval{background:var(--teal-primary);color:var(--text-primary);font-family:var(--font-display);border-radius:50px;align-items:center;gap:.625rem;padding:.875rem 2rem;font-size:.95rem;font-weight:500;transition:background .2s,transform .2s;display:inline-flex}.btn-oval:hover{background:var(--teal-light);color:var(--bg-primary);transform:translateY(-2px)}.btn-icon-only{border:1px solid var(--teal-primary);width:52px;height:52px;color:var(--teal-light);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.btn-icon-only:hover{background:#0f7b6c1a;transform:translateY(-2px)}.about{background:var(--bg-secondary)}.about-inner{max-width:1100px;margin:0 auto}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;width:100%;display:grid}.about-text{flex-direction:column;gap:1.5rem;display:flex}.about-text p{color:var(--text-muted);font-size:1rem;line-height:1.8}.about-stats{grid-template-columns:1fr 1fr;gap:2rem;padding-right:1rem;display:grid}.stat{word-break:break-word;box-sizing:border-box;border:1px solid #0f7b6c33;border-radius:4px;flex-direction:column;justify-content:center;gap:.5rem;min-width:0;height:160px;padding:1.5rem;transition:border-color .2s;display:flex}.stat:hover{border-color:var(--teal-light)}.stat-number{font-family:var(--font-display);color:var(--teal-light);font-size:1.75rem;font-weight:700;line-height:1.2}.stat-text{font-family:var(--font-display);color:var(--teal-light);font-size:1.1rem;font-weight:600;line-height:1.3}.stat-label{color:var(--text-muted);font-size:.8rem;line-height:1.4}@media (width<=1200px){.about-grid{gap:2rem}}@media (width<=900px){.about-grid{grid-template-columns:1fr;gap:2rem}.about-stats{grid-template-columns:1fr 1fr;gap:1rem}.stat{height:140px;padding:1rem}.stat-number{font-size:1.5rem}}@media (width<=480px){.about-stats{grid-template-columns:1fr 1fr;gap:.75rem}.stat{height:130px;padding:.75rem}.stat-number{font-size:1.25rem}}.skills{background:var(--bg-primary)}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:3rem;display:grid}.skill-category{flex-direction:column;gap:1.5rem;display:flex}.skill-category-title{font-family:var(--font-display);color:var(--text-primary);border-bottom:1px solid #0f7b6c33;padding-bottom:.75rem;font-size:1rem;font-weight:600}.skill-list{flex-direction:column;gap:1.25rem;display:flex}.skill-item{flex-direction:column;gap:.5rem;display:flex}.skill-header{justify-content:space-between;align-items:center;display:flex}.skill-name{color:var(--text-primary);font-size:.875rem;font-weight:500}.skill-percent{color:var(--teal-light);font-size:.75rem;font-family:var(--font-display)}.skill-bar{background:#ffffff0d;border-radius:2px;height:4px;overflow:hidden}.skill-bar-fill{background:linear-gradient(90deg, var(--teal-primary), var(--teal-light));border-radius:2px;height:100%;transition:width 1s}.experience{background:var(--bg-secondary)}.experience-list{flex-direction:column;gap:4rem;display:flex}.experience-item{border-left:2px solid #0f7b6c4d;flex-direction:column;gap:1.5rem;padding-left:1.5rem;transition:border-color .2s;display:flex}.experience-item:hover{border-left-color:var(--teal-light)}.experience-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.experience-left{flex-direction:column;gap:.25rem;display:flex}.experience-role{font-family:var(--font-display);color:var(--text-primary);font-size:1.25rem;font-weight:600}.experience-company{color:var(--teal-light);font-size:.95rem}.experience-period{font-family:var(--font-display);color:var(--text-muted);white-space:nowrap;font-size:.875rem}.experience-bullets{flex-direction:column;gap:.75rem;padding-left:1.25rem;display:flex}.experience-bullets li{color:var(--text-muted);font-size:.95rem;line-height:1.8}.experience-bullets li::marker{color:var(--teal-light)}@media (width<=768px){.experience-header{flex-direction:column}.experience-bullets li{font-size:.875rem}.experience-role{font-size:1.1rem}}.projects{background:var(--bg-secondary)}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:2rem;display:grid}.project-card{background:#ffffff05;border:1px solid #0f7b6c33;border-radius:6px;flex-direction:column;gap:1.25rem;padding:2rem;transition:border-color .2s,transform .2s;display:flex}.project-card:hover{border-color:var(--teal-light);transform:translateY(-4px)}.project-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.project-title{font-family:var(--font-display);color:var(--text-primary);font-size:1.1rem;font-weight:600}.project-status{letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;border-radius:20px;padding:.25rem .75rem;font-size:.7rem;font-weight:600}.status-shipped{color:var(--teal-light);background:#0f7b6c26;border:1px solid #0f7b6c4d}.status-progress{color:#eab308;background:#eab3081a;border:1px solid #eab3084d}.project-description{color:var(--text-muted);flex:1;font-size:.9rem;line-height:1.8}.project-tags{flex-wrap:wrap;gap:.5rem;display:flex}.project-tag{color:var(--teal-light);background:#0f7b6c1a;border:1px solid #0f7b6c33;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.contact{background:var(--bg-primary)}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.contact-intro{color:var(--text-muted);margin-bottom:2.5rem;font-size:1rem;line-height:1.8}.contact-details{flex-direction:column;gap:1.5rem;display:flex}.contact-detail{color:var(--teal-light);flex-direction:row;align-items:center;gap:.75rem;display:flex}.contact-value{color:var(--text-muted);font-size:.95rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-primary);font-size:.875rem;font-weight:500}.form-group input,.form-group textarea{color:var(--text-primary);font-family:var(--font-body);resize:none;background:#ffffff08;border:1px solid #0f7b6c33;border-radius:4px;padding:.875rem 1rem;font-size:.95rem;transition:border-color .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group input:focus,.form-group textarea:focus{border-color:var(--teal-light);outline:none}.form-success{text-align:center;border:1px solid #0f7b6c4d;border-radius:6px;flex-direction:column;gap:1rem;padding:3rem 2rem;display:flex}.form-success h3{font-family:var(--font-display);color:var(--teal-light);font-size:1.5rem}.form-success p{color:var(--text-muted)}@media (width<=768px){.contact-grid{grid-template-columns:1fr;gap:2rem}}
