@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:#cbd5e1;--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);letter-spacing:.05em;align-items:baseline;font-size:1.5rem;font-weight:700;transition:transform .2s;display:inline-flex}.navbar-logo .logo-r{color:var(--text-primary)}.navbar-logo .logo-b{color:var(--teal-light)}.navbar-logo:hover{transform:translateY(-2px)}.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);letter-spacing:.05em;margin:0;font-size:1.25rem;font-weight:700}.footer-logo .logo-r{color:var(--text-primary)}.footer-logo .logo-b{color:var(--teal-light)}.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(-60%)}.airplane-wrapper.animate{opacity:1;transform:translateX(var(--travel-distance)) translateY(30%);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-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-tiers{flex-direction:column;gap:4rem;display:flex}.skills-tier{flex-direction:column;gap:2rem;display:flex}.tier-header{border-bottom:1px solid #0f7b6c33;flex-direction:column;gap:.25rem;padding-bottom:1rem;display:flex}.tier-title{font-family:var(--font-display);color:var(--teal-light);font-size:1.5rem;font-weight:700}.tier-subtitle{color:var(--text-muted);font-size:.95rem;font-style:italic}.tier-categories{grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:2rem;display:grid}.tier-category{flex-direction:column;gap:1rem;display:flex}.tier-category-title{font-family:var(--font-display);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem;font-weight:600}.skill-tags{flex-wrap:wrap;gap:.5rem;display:flex}.skill-tag{font-family:var(--font-display);-webkit-user-select:none;user-select:none;background:var(--teal-primary);color:var(--text-primary);border:1px solid var(--teal-primary);border-radius:4px;padding:.4rem .9rem;font-size:.85rem;font-weight:500;transition:all .2s}.skill-tag-linked{cursor:pointer}.skill-tag-linked:hover{background:var(--teal-light);transform:translateY(-2px)}@media (width<=768px){.skills-tiers{gap:3rem}.tier-title{font-size:1.25rem}}.experience{background:var(--bg-secondary)}.experience-company{border-left:2px solid #0f7b6c4d;flex-direction:column;gap:2.5rem;padding-left:1.5rem;transition:border-color .2s;display:flex}.experience-company:hover{border-left-color:var(--teal-light)}.experience-company-header{border-bottom:1px solid #0f7b6c33;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;padding-bottom:1rem;display:flex}.company-name{font-family:var(--font-display);color:var(--text-primary);font-size:1.5rem;font-weight:700}.company-location{color:var(--teal-light);font-size:.95rem}.experience-roles{flex-direction:column;gap:2.5rem;display:flex}.experience-role{flex-direction:column;gap:1rem;display:flex}.role-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.role-title{font-family:var(--font-display);color:var(--teal-light);font-size:1.15rem;font-weight:600}.role-period{font-family:var(--font-display);color:var(--text-muted);white-space:nowrap;font-size:.875rem}.role-bullets{flex-direction:column;gap:1rem;padding-left:1.25rem;display:flex}.role-bullets li{color:var(--text-muted);font-size:.95rem;line-height:1.8}.role-bullets li::marker{color:var(--teal-light)}.highlight{color:var(--text-primary);font-weight:600}@media (width<=768px){.experience-company-header,.role-header{flex-direction:column;gap:.25rem}.role-bullets li{font-size:.875rem}.company-name{font-size:1.25rem}.role-title{font-size:1rem}}.experience-list{flex-direction:column;gap:4rem;display:flex}.projects{background:var(--bg-secondary)}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:2rem;display:grid}.project-card{cursor:pointer;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-planning-phase{color:#e2e8f0;background:#e2e8f014;border:1px solid #e2e8f040}.status-in-progress{color:#eab308;background:#eab3081a;border:1px solid #eab3084d}.status-complete{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e4d}.status-abandoned{color:#94a3b8;background:#94a3b81a;border:1px solid #94a3b84d}.status-live{color:var(--teal-light);background:#0f7b6c26;border:1px solid #0f7b6c4d}.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}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0d1117bf;justify-content:center;align-items:center;padding:2rem 1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-container{background:var(--bg-secondary);border:1px solid #0f7b6c4d;border-radius:8px;width:100%;max-width:720px;max-height:calc(100vh - 4rem);animation:.3s slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #00000080}.modal-close{width:36px;height:36px;color:var(--text-primary);cursor:pointer;z-index:10;background:0 0;border:1px solid #0f7b6c4d;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{border-color:var(--teal-light);color:var(--teal-light);background:#0f7b6c1a}.modal-content{padding:2.5rem 2rem 2rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.modal-backdrop{padding:1rem .75rem}.modal-container{max-height:calc(100vh - 2rem)}.modal-content{padding:2rem 1.5rem 1.5rem}.modal-close{width:32px;height:32px;top:.75rem;right:.75rem}}.project-modal{flex-direction:column;gap:1.5rem;display:flex}.project-modal-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.project-modal-title{font-family:var(--font-display);color:var(--text-primary);font-size:1.75rem;font-weight:700;line-height:1.2}.project-modal-description{color:var(--text-muted);font-size:1rem;line-height:1.8}.project-modal-section{flex-direction:column;gap:.75rem;display:flex}.project-modal-section-title{font-family:var(--font-display);letter-spacing:.15em;text-transform:uppercase;color:var(--teal-light);font-size:.75rem;font-weight:600}.project-modal-section-text{color:var(--text-muted);font-size:.95rem;line-height:1.8}.project-modal-tags{flex-wrap:wrap;gap:.5rem;display:flex}.project-modal-links{border-top:1px solid #0f7b6c26;flex-wrap:wrap;gap:1rem;margin-top:.5rem;padding-top:.5rem;display:flex}.project-modal-link{font-family:var(--font-display);border:1px solid var(--teal-primary);color:var(--teal-light);background:0 0;border-radius:4px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s}.project-modal-link:hover{background:#0f7b6c1a;transform:translateY(-2px)}.project-modal-link-primary{background:var(--teal-primary);color:var(--text-primary)}.project-modal-link-primary:hover{background:var(--teal-light);color:var(--bg-primary)}@media (width<=768px){.project-modal-title{font-size:1.4rem}.project-modal-description{font-size:.95rem}.project-modal-links{flex-direction:column}.project-modal-link{text-align:center}}.contact{background:var(--bg-primary)}.contact-intro{color:var(--text-muted);max-width:640px;margin-bottom:3rem;font-size:1.05rem;line-height:1.8}.contact-links{flex-direction:column;gap:1rem;max-width:500px;display:flex}.contact-link{color:var(--teal-light);border:1px solid #0f7b6c33;border-radius:4px;flex-direction:row;align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:.95rem;transition:all .2s;display:flex}.contact-link:hover{border-color:var(--teal-light);background:#0f7b6c0d;transform:translate(4px)}@media (width<=768px){.contact-intro{margin-bottom:2rem;font-size:1rem}.contact-link{padding:.875rem 1rem;font-size:.9rem}}
