.about-hero{position:relative;width:100vw;height:100svh;padding:8em 2em 6em;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:var(--bg);color:var(--fg);overflow:hidden}.about-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.floating-shape{position:absolute;border-radius:50%;opacity:.08;animation:floatShape 20s ease-in-out infinite}.shape-1{width:400px;height:400px;background:var(--accent1);top:10%;left:5%;animation-delay:0s}.shape-2{width:300px;height:300px;background:var(--accent3);bottom:15%;right:10%;animation-delay:-5s}.shape-3{width:250px;height:250px;background:var(--accent2);top:50%;right:15%;animation-delay:-10s}@keyframes floatShape{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(50px,-50px) rotate(120deg)}66%{transform:translate(-30px,30px) rotate(240deg)}}.about-hero .about-hero-header{text-align:center;position:relative;z-index:2}.about-hero .about-hero-header h1{font-size:8rem;position:relative;display:inline-block;background:linear-gradient(135deg,var(--fg),var(--accent1));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero .about-hero-bio{text-align:center;width:55%;display:flex;flex-direction:column;gap:2em;position:relative;z-index:2;padding:2em;background:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid var(--fg);border-radius:2em;box-shadow:8px 8px 0 var(--fg)}.about-hero .about-hero-portrait{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%) rotate(10deg);width:18%;aspect-ratio:5/7;border-radius:1.5em;overflow:hidden;border:.4em solid var(--accent3);outline:.4em solid var(--accent1);box-shadow:12px 12px 0 var(--fg);transition:all .6s cubic-bezier(.34,1.56,.64,1);z-index:3}.about-hero .about-hero-portrait:hover{transform:translate(-50%,-50%) rotate(-5deg) scale(1.05);box-shadow:16px 16px 0 var(--accent1)}.about-journey{position:relative;width:100vw;padding:8em 4em;background-color:var(--fg);color:var(--bg)}.journey-header{text-align:center;margin-bottom:4em}.journey-header h2{font-size:5rem;margin-bottom:.5em;color:var(--bg)}.journey-header p{font-size:1.2rem;opacity:.8}.journey-timeline{position:relative;max-width:1200px;margin:0 auto;padding:2em 0}.journey-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,var(--accent1),var(--accent3));transform:translate(-50%)}.timeline-item{position:relative;margin-bottom:4em;display:flex;align-items:center}.timeline-item:nth-child(odd){justify-content:flex-start}.timeline-item:nth-child(2n){justify-content:flex-end}.timeline-dot{position:absolute;left:50%;transform:translate(-50%);width:24px;height:24px;background:var(--accent1);border:4px solid var(--bg);border-radius:50%;z-index:2;box-shadow:0 0 20px var(--accent1);transition:all .4s ease}.timeline-item:hover .timeline-dot{width:32px;height:32px;box-shadow:0 0 30px var(--accent1)}.timeline-content{width:45%;padding:2em;background:var(--bg);color:var(--fg);border-radius:1.5em;border:3px solid var(--accent3);position:relative;transition:all .6s cubic-bezier(.34,1.56,.64,1)}.timeline-item:nth-child(2n) .timeline-content{border-color:var(--accent1)}.timeline-content:hover{transform:translateY(-8px);box-shadow:8px 8px 0 var(--accent1)}.timeline-content h3{font-size:3rem;margin-bottom:.5em;color:var(--accent1)}.timeline-content p.mn{color:var(--fg);font-size:1rem;margin-bottom:1em;font-weight:700}.timeline-content p.ss{opacity:.8;line-height:1.6}.skills-showcase{position:relative;width:100vw;padding:8em 4em;background:linear-gradient(135deg,var(--bg) 0%,var(--bg2) 100%)}.skills-header{text-align:center;margin-bottom:4em}.skills-header h2{font-size:5rem;margin-bottom:.5em}.skills-header p{font-size:1.2rem}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2em;max-width:1400px;margin:0 auto}.skill-card{position:relative;padding:2.5em;background:var(--bg);border:3px solid var(--fg);border-radius:1.5em;transition:all .6s cubic-bezier(.34,1.56,.64,1);cursor:pointer;overflow:hidden}.skill-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--accent1),var(--accent3));opacity:0;transition:opacity .4s ease;z-index:0}.skill-card:hover:before{opacity:.1}.skill-card:hover{transform:translateY(-12px) rotate(2deg);box-shadow:12px 12px 0 var(--fg)}.skill-card>*{position:relative;z-index:1}.skill-icon{font-size:3rem;margin-bottom:1em;display:inline-block;transition:transform .4s ease}.skill-card:hover .skill-icon{transform:scale(1.2) rotate(10deg)}.skill-card h3{font-size:2rem;margin-bottom:1em;color:var(--fg)}.skill-card p.ss{font-size:.95rem;line-height:1.6;margin-bottom:1.5em;opacity:.8}.skill-bar{width:100%;height:8px;background:var(--bg2);border-radius:4px;overflow:hidden;position:relative}.skill-progress{height:100%;background:linear-gradient(90deg,var(--accent1),var(--accent3));border-radius:4px;width:0;transition:width 1.5s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.skill-progress:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.about-philosophy{position:relative;width:100vw;padding:8em 4em;background:var(--fg);color:var(--bg);overflow:hidden}.philosophy-content{display:grid;grid-template-columns:1.5fr 1fr;gap:4em;max-width:1400px;margin:0 auto;position:relative;z-index:2}.philosophy-text h2{font-size:5rem;margin-bottom:2em;color:var(--bg)}.philosophy-points{display:flex;flex-direction:column;gap:3em}.point{display:flex;gap:2em;align-items:flex-start;transition:all .4s ease;padding:1.5em;border-radius:1em}.point:hover{background:#ffffff0d;transform:translate(12px)}.point-number{font-family:rader;font-size:4rem;font-weight:700;font-style:italic;color:var(--accent1);line-height:1;flex-shrink:0}.point-content h3{font-size:2rem;margin-bottom:.5em;color:var(--bg)}.point-content p{opacity:.8;line-height:1.6}.philosophy-visual{position:relative;display:flex;justify-content:center;align-items:center}.visual-circle{position:absolute;border-radius:50%;border:3px solid var(--bg);opacity:.3}.circle-1{width:300px;height:300px;animation:rotateCircle 20s linear infinite}.circle-2{width:200px;height:200px;animation:rotateCircle 15s linear infinite reverse}.circle-3{width:100px;height:100px;animation:rotateCircle 10s linear infinite;background:var(--accent1);opacity:.5}@keyframes rotateCircle{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stats{padding:8em 4em;display:flex;flex-direction:column;gap:2em;background:linear-gradient(135deg,var(--bg2) 0%,var(--bg) 100%)}.stats-header{text-align:center;margin-bottom:2em}.stats-header h2{font-size:5rem}.stats-row{display:flex;gap:2em;max-width:1400px;margin:0 auto;width:100%}.stats-item{flex:1;padding:3em 2em;border-radius:1.5em;border:3px solid var(--fg);text-align:center;position:relative;overflow:hidden;transition:all .6s cubic-bezier(.34,1.56,.64,1)}.stats-item:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;background:var(--accent1);opacity:.1;border-radius:50%;transition:transform .6s ease}.stats-item:hover:before{transform:translate(-50%,-50%) scale(1.5)}.stats-item:hover{transform:translateY(-12px);box-shadow:8px 8px 0 var(--fg)}.stat-number{font-family:rader;font-size:5rem;font-weight:700;font-style:italic;color:var(--fg);margin-bottom:.5em;position:relative;z-index:1}.stat-number:after{content:"+";position:absolute;right:-.3em;top:0;font-size:.5em;color:var(--accent1)}.stats-item p.mn{font-size:1rem;text-transform:uppercase;letter-spacing:.1em;position:relative;z-index:1}.stats-item-1{background-color:var(--accent1);border-color:var(--fg)}.stats-item-2{background-color:var(--accent3);border-color:var(--fg)}.stats-item-3{background-color:var(--fg);color:var(--bg)}.stats-item-3 .stat-number,.stats-item-3 p.mn{color:var(--bg)}.testimonials{position:relative;width:100vw;padding:8em 4em;background:var(--bg);overflow:hidden}.testimonials-header{text-align:center;margin-bottom:4em}.testimonials-header h2{font-size:5rem;margin-bottom:.5em}.testimonials-slider{display:grid;grid-template-columns:repeat(3,1fr);gap:2em;max-width:1400px;margin:0 auto}.testimonial-card{position:relative;padding:3em 2.5em;background:var(--bg2);border:3px solid var(--fg);border-radius:2em;transition:all .6s cubic-bezier(.34,1.56,.64,1)}.testimonial-card:hover{transform:translateY(-12px) rotate(-2deg);box-shadow:12px 12px 0 var(--accent1);border-color:var(--accent1)}.testimonial-quote{font-family:rader;font-size:8rem;font-style:italic;color:var(--accent1);opacity:.2;line-height:.5;margin-bottom:.5em}.testimonial-card p.ss{font-size:1.1rem;line-height:1.7;margin-bottom:2em;font-style:italic}.testimonial-author{padding-top:1.5em;border-top:2px solid var(--fg)}.testimonial-author p.mn{font-weight:700;margin-bottom:.3em}.testimonial-author p.ss{font-size:.9rem;opacity:.7;font-style:normal}.interests{position:relative;width:100vw;padding:8em 4em;background:linear-gradient(135deg,var(--accent2) 0%,var(--bg) 100%)}.interests-header{text-align:center;margin-bottom:4em}.interests-header h2{font-size:5rem;margin-bottom:.5em}.interests-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2em;max-width:1200px;margin:0 auto}.interest-card{padding:2.5em;background:var(--bg);border:3px solid var(--fg);border-radius:1.5em;text-align:center;transition:all .6s cubic-bezier(.34,1.56,.64,1);cursor:pointer}.interest-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:8px 8px 0 var(--fg);background:var(--accent3)}.interest-emoji{font-size:4rem;margin-bottom:1em;display:inline-block;transition:all .4s ease}.interest-card:hover .interest-emoji{transform:scale(1.3) rotate(15deg)}.interest-card h3{font-size:2rem;margin-bottom:.8em}.interest-card p.ss{font-size:1rem;line-height:1.6;opacity:.8}@media (max-width: 1200px){.skills-grid{grid-template-columns:repeat(2,1fr)}.testimonials-slider{grid-template-columns:1fr}.interests-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1000px){.about-hero{padding:8em 2em 4em}.about-hero .about-hero-header h1{font-size:4rem}.about-hero .about-hero-bio{width:100%}.about-hero .about-hero-portrait{width:30%;top:50%;transform:translate(-50%,-50%) rotate(0)}.about-journey{padding:4em 2em}.journey-header h2,.skills-header h2,.philosophy-text h2,.stats-header h2,.testimonials-header h2,.interests-header h2{font-size:3rem}.journey-timeline:before{left:20px}.timeline-item{justify-content:flex-end!important}.timeline-dot{left:20px;transform:none}.timeline-content{width:calc(100% - 80px)}.skills-showcase,.about-philosophy,.stats,.testimonials,.interests{padding:4em 2em}.skills-grid,.philosophy-content{grid-template-columns:1fr}.philosophy-visual{display:none}.stats-row{flex-direction:column}.interests-grid{grid-template-columns:1fr}}
