:root{--background:#050505;--surface:#111;--surface-hover:#1f1f1f;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-tertiary:#64748b;--accent:#e2e8f0;--accent-glow:#e2e8f026;--border:#27272a;--gradient-btn:linear-gradient(135deg, #8b1414 0%, #992626df 100%);--gradient-text:linear-gradient(to right, #c58989, #8b4f4fdf);--padding-page:2rem;--max-width:1100px}@media (width>=768px){:root{--padding-page:4rem}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(circle at 10% 20%,#27272a66 0%,#0000 40%),radial-gradient(circle at 90% 80%,#27272a66 0%,#0000 40%);background-attachment:fixed;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-family:Outfit,sans-serif;font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--accent)}.section{padding:6rem var(--padding-page);max-width:var(--max-width);margin:0 auto}.mono{font-family:JetBrains Mono,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--surface-hover)}.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s,border-color .3s}.card:hover{border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 10px 30px #0006}.badge{border:1px solid var(--border);color:var(--text-secondary);background:#ffffff0d;border-radius:9999px;padding:.25rem .75rem;font-size:.85rem}.btn{background:var(--gradient-btn);color:var(--text-primary);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:transform .2s,opacity .2s;display:inline-flex}.btn:hover{opacity:.9;transform:translateY(-1px)}.btn-outline{color:var(--text-primary);border:1px solid var(--border);background:0 0}.btn-outline:hover{background:#ffffff0d}.hero-section{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-content{z-index:10;max-width:800px;position:relative}.hero-label{color:var(--accent);letter-spacing:.05em;text-transform:uppercase;background:var(--surface);border:1px solid var(--border);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.9rem;display:inline-flex}.hero-title{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:2rem;font-size:clamp(3rem,10vw,5rem);font-weight:700;line-height:1.1}.hero-subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:3rem;font-size:1.25rem;font-weight:400;line-height:1.7}.hero-subtitle strong{color:var(--text-primary);font-weight:500}.hero-cta{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.social-links{gap:.75rem;display:flex}.btn-icon{background:var(--surface);width:44px;height:44px;color:var(--text-primary);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.btn-icon:hover{background:var(--text-primary);color:var(--background);transform:translateY(-2px)}.text-gradient{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.navbar{z-index:1000;border-bottom:1px solid #0000;transition:background-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s,border-bottom-color .3s;position:fixed;top:0;left:0;right:0}.nav-scrolled{-webkit-backdrop-filter:blur(12px);background:#050505d9;border-bottom-color:#ffffff0d}.nav-top{-webkit-backdrop-filter:none;background:0 0}.nav-container{max-width:var(--max-width);padding:1rem var(--padding-page);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.nav-logo{letter-spacing:.05em;color:var(--text-primary);align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800;display:flex}.nav-links{align-items:center;gap:2rem;display:flex}.nav-item{color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;font-size:.85rem;transition:color .2s}.nav-item:hover{color:var(--accent)}.nav-cta{text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1.25rem;font-size:.85rem}@media (width<=768px){.nav-links{display:none}}.timeline-container{max-width:800px;margin:0 auto;padding:2rem 0;position:relative}.timeline-line{background:var(--border);z-index:1;width:2px;position:absolute;top:0;bottom:0;left:24px;transform:translate(-50%)}.timeline-progress{background:var(--gradient-text);transform-origin:top;width:100%;box-shadow:0 0 10px var(--accent-glow)}.timeline-item{z-index:2;margin-bottom:4rem;display:flex;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-icon-wrapper{background:var(--surface);border:2px solid var(--border);width:48px;height:48px;color:var(--accent);box-shadow:0 0 0 8px var(--background);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.timeline-content{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex:1;margin-left:2rem;padding:2rem;transition:all .3s}.timeline-content:hover{border-color:#ffffff1a;transform:translateY(-2px)}.timeline-content h4{color:var(--text-tertiary);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem}.timeline-content h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.timeline-content p{color:var(--text-secondary);line-height:1.6}@media (width>=768px){.timeline-container{padding-left:0}}.projects-grid{grid-template-columns:1fr;gap:2rem;display:grid}.project-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2.5rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s,border-color .4s;position:relative;overflow:hidden}.project-card:before{content:"";background:var(--gradient-text);opacity:0;height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.project-card:hover{border-color:#fff3;transform:translateY(-4px);box-shadow:0 20px 40px #00000080}.project-card:hover:before{opacity:1}.project-header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.project-icon{width:48px;height:48px;color:var(--accent);background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;display:flex}.project-title{letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:700}.project-tags{flex-wrap:wrap;gap:.75rem;margin-bottom:3rem;display:flex}.project-tags .badge{color:var(--text-primary);background:0 0;border-color:#ffffff1a}.case-study-details{flex-direction:column;gap:2rem;display:flex}.detail-row{grid-template-columns:1fr;gap:.5rem;display:grid}.detail-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem}.detail-text{color:var(--text-secondary);line-height:1.6}.highlight-row{border-left:2px solid var(--accent);background:#3b82f60d;border-radius:8px;padding:1.5rem}.highlight-text{color:var(--text-primary);font-weight:500}@media (width>=768px){.detail-row{grid-template-columns:180px 1fr;align-items:baseline;gap:2rem}}@media (width>=1024px){.projects-grid{grid-template-columns:1fr}}.experience-list{flex-direction:column;gap:2rem;display:flex}.experience-item{width:100%}.exp-header{border-bottom:1px solid var(--border);flex-direction:column;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.exp-role{color:var(--text-primary);margin-bottom:.25rem;font-size:1.75rem}.exp-company{font-size:1.2rem;font-weight:500;display:inline-block}.exp-period{align-self:flex-start}.exp-highlights{flex-direction:column;gap:1.5rem;display:flex}.highlight-item{gap:1.5rem;display:flex}.highlight-icon{width:32px;height:32px;color:var(--accent);background:#ffffff0d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.highlight-label{margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.highlight-text{color:var(--text-secondary);line-height:1.6}@media (width>=768px){.exp-header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.skills-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.skills-grid{grid-template-columns:repeat(2,1fr)}}.skill-card{flex-direction:column;display:flex}.skill-card-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.skill-card-header h3{margin:0;font-size:1.25rem}.skill-icon{width:40px;height:40px;color:var(--accent);background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;display:flex}.skill-desc{color:var(--text-secondary);flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.skill-tags{flex-wrap:wrap;gap:.5rem;display:flex}.skill-badge{background:var(--background);border:1px solid var(--border);color:var(--text-primary);border-radius:6px;padding:.35rem .75rem;font-size:.8rem;transition:border-color .2s,background .2s}.skill-card:hover .skill-badge{background:#ffffff08;border-color:#ffffff26}.philosophy-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=640px){.philosophy-grid{grid-template-columns:repeat(2,1fr)}}.philosophy-item{border-left:2px solid var(--border);background:0 0;padding:2rem;transition:border-color .3s;position:relative}.philosophy-item:hover{border-color:var(--accent)}.phil-icon-container{background:var(--surface);border:1px solid var(--border);width:48px;height:48px;color:var(--text-primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:transform .3s,background .3s;display:flex}.philosophy-item:hover .phil-icon-container{background:var(--text-primary);color:var(--background);transform:translateY(-5px)}.philosophy-item h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem}.philosophy-item p{color:var(--text-secondary);line-height:1.7}.contact-section{justify-content:center;align-items:center;min-height:50vh;display:flex}.contact-card{text-align:center;background:linear-gradient(135deg, var(--surface) 0%, #27272a66 100%);border:1px solid #ffffff1a;max-width:600px;padding:4rem 2rem;box-shadow:0 20px 40px #00000080}.contact-badge{color:var(--accent);letter-spacing:.05em;text-transform:uppercase;background:#ffffff0d;border-radius:9999px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;display:inline-block}.contact-title{color:var(--text-primary);background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.contact-desc{color:var(--text-secondary);max-width:500px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.7}.contact-cta{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.btn-primary{background:var(--text-primary);color:var(--background);min-width:200px}.btn-primary:hover{background:var(--accent);transform:translateY(-2px)}@media (width>=480px){.contact-cta{flex-direction:row;gap:1.5rem}}.footer-section{padding:4rem var(--padding-page);border-top:1px solid var(--border);background:var(--surface)}.footer-content{max-width:var(--max-width);margin:0 auto}.footer-top{border-bottom:1px solid #ffffff0d;flex-direction:column;gap:2rem;margin-bottom:3rem;padding-bottom:2rem;display:flex}@media (width>=640px){.footer-top{flex-direction:row;justify-content:space-between;align-items:center}}.footer-brand h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem}.footer-brand p{color:var(--text-secondary)}.footer-links{gap:1rem;display:flex}.footer-link-icon{width:40px;height:40px;color:var(--text-secondary);background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.footer-link-icon:hover{background:var(--text-primary);color:var(--background);transform:translateY(-2px)}.footer-bottom{color:var(--text-tertiary);flex-direction:column;gap:1rem;font-size:.85rem;display:flex}@media (width>=640px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer-meta{align-items:center;gap:.5rem;display:flex}.dot{color:var(--border)}
