.about-hero{min-height:80vh;padding:calc(var(--nav-height) + 4rem) 5% 2rem;max-width:var(--container-width);justify-content:center;align-items:center;margin:0 auto;display:flex}.about-hero-content{align-items:center;gap:4rem;width:100%;display:flex}.about-avatar{flex-shrink:0}.avatar-ring{background:linear-gradient(135deg, var(--accent-1), var(--accent-2), var(--accent-3));background-size:200% 200%;border-radius:50%;width:200px;height:200px;padding:4px;animation:6s infinite gradientFlow}.avatar-placeholder{background:var(--bg-color);width:100%;height:100%;font-family:var(--font-heading);color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;font-size:5rem;font-weight:900;transition:background .4s;display:flex}.about-intro{flex:1}.about-intro h1{letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem)}.about-bio{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.8}.about-stats{gap:1.5rem;display:flex}.stat-item{text-align:center;min-width:140px;transition:var(--trans-smooth);padding:1.5rem 2rem}.stat-item:hover{border-color:var(--accent-1);transform:translateY(-5px);box-shadow:0 15px 30px #0003}.stat-number{font-family:var(--font-heading);background:linear-gradient(135deg, var(--accent-1), var(--accent-2));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:2rem;font-weight:800;display:block}.stat-label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.timeline-section{max-width:var(--container-width);margin:0 auto}.timeline{max-width:900px;margin:0 auto;padding:2rem 0;position:relative}.timeline-line{background:linear-gradient(to bottom, transparent, var(--accent-1), var(--accent-2), var(--accent-3), transparent);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-item{opacity:0;width:50%;padding:1.5rem 3rem;transition:all .6s cubic-bezier(.16,1,.3,1);position:relative;transform:translateY(30px)}.timeline-item.active{opacity:1;transform:translateY(0)}.timeline-item.left{text-align:right;padding-right:3rem;left:0}.timeline-item.right{text-align:left;padding-left:3rem;left:50%}.timeline-dot{background:var(--accent-1);border:3px solid var(--bg-color);z-index:2;border-radius:50%;width:16px;height:16px;transition:background .4s,border-color .4s;position:absolute;top:2.5rem;box-shadow:0 0 15px #8b5cf666}.timeline-item.left .timeline-dot{right:-8px}.timeline-item.right .timeline-dot{left:-8px}.timeline-card{transition:var(--trans-smooth);padding:2rem}.timeline-card:hover{border-color:#8b5cf64d;transform:translateY(-5px);box-shadow:0 20px 40px #0003}.timeline-date{text-transform:uppercase;letter-spacing:1.5px;color:var(--accent-1);margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.timeline-tag{border-radius:100px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.tag-work{color:var(--accent-1);background:#8b5cf626}.tag-edu{color:var(--accent-3);background:#06b6d426}.tag-milestone{color:var(--accent-2);background:#ec489926}.timeline-card h3{margin-bottom:.25rem;font-size:1.35rem}.timeline-company{color:var(--text-secondary);margin-bottom:.75rem;font-size:.9rem;font-weight:500}.timeline-card p:last-child{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.achievements-section{max-width:var(--container-width);margin:0 auto}.achievements-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.achievement-card{text-align:center;transition:var(--trans-smooth);padding:2.5rem}.achievement-card:hover{border-color:#8b5cf64d;transform:translateY(-8px);box-shadow:0 25px 50px #0000004d}.achievement-icon{margin-bottom:1.25rem;font-size:3rem}.achievement-card h3{margin-bottom:.75rem;font-size:1.25rem}.achievement-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.about-cta{max-width:800px;margin:0 auto}.cta-card{text-align:center;padding:4rem}.cta-card h2{margin-bottom:1rem;font-size:3rem}.cta-card p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.125rem}.active-link{position:relative;color:var(--text-primary)!important}.active-link:after{content:"";background:var(--accent-1);border-radius:1px;height:2px;position:absolute;bottom:-4px;left:0;right:0}@media (width<=900px){.about-hero-content{text-align:center;flex-direction:column}.about-intro{flex-direction:column;align-items:center;display:flex}.about-bio{text-align:center}.about-stats{flex-wrap:wrap;justify-content:center}.avatar-ring{width:150px;height:150px}.avatar-placeholder{font-size:3.5rem}}@media (width<=768px){.timeline-line{left:20px}.timeline-item{width:100%;text-align:left!important;padding-left:50px!important;padding-right:1rem!important}.timeline-item.left,.timeline-item.right{left:0}.timeline-item.left .timeline-dot,.timeline-item.right .timeline-dot{left:12px;right:auto}.about-stats{gap:1rem}.stat-item{min-width:100px;padding:1rem 1.25rem}.stat-number{font-size:1.5rem}.cta-card{padding:2.5rem}.cta-card h2{font-size:2rem}}
