.contact-section{position:relative;background:var(--primary-bg);padding:3rem 1rem;overflow:hidden}.contact-background{z-index:-1}.contact-background,.contact-grid{position:absolute;top:0;left:0;right:0;bottom:0}.contact-grid{background-image:linear-gradient(rgba(234,88,12,.5) 2px,transparent 0),linear-gradient(90deg,rgba(234,88,12,.5) 2px,transparent 0);background-size:50px 50px;animation:contactGridMove 20s linear infinite}@keyframes contactGridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.contact-gradient-orb{position:absolute;border-radius:50%;filter:blur(40px);opacity:.8;animation:contactFloat 6s ease-in-out infinite}.contact-orb-1{width:200px;height:200px;background:radial-gradient(circle,rgba(234,88,12,.6),transparent);top:20%;left:10%;animation-delay:0s}.contact-orb-2{width:150px;height:150px;background:radial-gradient(circle,rgba(251,146,60,.6),transparent);top:60%;right:20%;animation-delay:2s}.contact-orb-3{width:100px;height:100px;background:radial-gradient(circle,rgba(234,88,12,.5),transparent);top:40%;left:60%;animation-delay:4s}@keyframes contactFloat{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(120deg)}66%{transform:translateY(20px) rotate(240deg)}}@media (min-width:640px){.contact-section{padding:4rem 1.5rem}}@media (min-width:1024px){.contact-section{padding:5rem 2rem}}.contact-container{max-width:80rem;margin:0 auto;position:relative;z-index:1}@media (min-width:1280px){.contact-container{max-width:96rem}}.contact-content{text-align:center}.contact-title{margin-bottom:2rem}@media (min-width:1024px){.contact-title{margin-bottom:2.5rem}}.contact-subtitle{font-size:.875rem;color:#d1d5db;margin-bottom:2rem}@media (min-width:640px){.contact-subtitle{font-size:1rem}}@media (min-width:1024px){.contact-subtitle{font-size:1.125rem;margin-bottom:3rem}}.contact-links{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (min-width:640px){.contact-links{flex-direction:row;justify-content:center;gap:2rem}}@media (min-width:1024px){.contact-links{gap:4rem}}.contact-link{color:#9ca3af;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none}.contact-link:hover{color:#ff4d4d;transform:scale(1.1)}.contact-icon{width:1.5rem;height:1.5rem}@media (min-width:640px){.contact-icon{width:2rem;height:2rem}}.contact-email{color:#9ca3af;transition:all .3s ease;font-size:.875rem;text-align:center;text-decoration:none}@media (min-width:640px){.contact-email{font-size:1rem}}@media (min-width:1024px){.contact-email{font-size:1.125rem}}.contact-email:hover{color:#ff4d4d;transform:scale(1.1)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:0;padding-bottom:80px;overflow:hidden}.hero-background{z-index:-1}.hero-background,.hero-grid{position:absolute;top:0;left:0;right:0;bottom:0}.hero-grid{background-image:linear-gradient(rgba(234,88,12,.03) 1px,transparent 0),linear-gradient(90deg,rgba(234,88,12,.03) 1px,transparent 0);background-size:50px 50px;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.hero-gradient-orb{position:absolute;border-radius:50%;filter:blur(40px);opacity:.6;animation:float 6s ease-in-out infinite}.hero-orb-1{width:200px;height:200px;background:radial-gradient(circle,rgba(234,88,12,.4),transparent);top:20%;left:10%;animation-delay:0s}.hero-orb-2{width:150px;height:150px;background:radial-gradient(circle,rgba(251,146,60,.4),transparent);top:60%;right:20%;animation-delay:2s}.hero-orb-3{width:100px;height:100px;background:radial-gradient(circle,rgba(234,88,12,.3),transparent);top:40%;left:60%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(120deg)}66%{transform:translateY(20px) rotate(240deg)}}.hero-content{display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:center;max-width:1400px;margin:0 auto;padding:0 150px}.hero-text-content{display:flex;flex-direction:column;gap:2rem}.hero-greeting{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;color:var(--text-secondary);font-weight:500}.hero-wave{font-size:1.5rem;animation:wave 2s ease-in-out infinite}@keyframes wave{0%,to{transform:rotate(0deg)}25%{transform:rotate(20deg)}75%{transform:rotate(-10deg)}}.hero-name{font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:.9;margin:0;position:relative}.hero-name-text{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.hero-cursor{color:var(--accent-blue);animation:blink 1s infinite;margin-left:.1em;position:relative;display:inline;z-index:0}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-title{display:flex;flex-direction:column;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:600;line-height:1.2;gap:.25rem}.hero-ampersand{color:var(--text-secondary);font-size:1.5rem;align-self:flex-start;margin:.25rem 0}.hero-description{font-size:1.25rem;line-height:1.7;color:var(--text-secondary);max-width:500px;margin:1rem 0}.hero-actions{display:flex;gap:1rem;margin-top:1rem}.hero-actions .btn-primary,.hero-actions .btn-secondary{display:flex;align-items:center;gap:.5rem;font-size:1rem}.hero-avatar{display:flex;justify-content:center;align-items:center}.hero-avatar-container{position:relative;width:300px;height:300px}.hero-avatar-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--accent-gradient);border-radius:50%;filter:blur(20px);opacity:.3;animation:pulse 3s ease-in-out infinite}.hero-avatar-frame{position:relative;width:100%;height:100%;border-radius:50%;background:var(--card-bg);border:3px solid var(--border-color);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-avatar-image{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:50%}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.2}}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--text-muted)}.hero-scroll-line{width:1px;height:40px;background:var(--accent-gradient);animation:scrollLineMove 2s ease-in-out infinite}.hero-scroll-text{font-size:.8rem;text-transform:uppercase;letter-spacing:2px;writing-mode:vertical-rl;text-orientation:mixed}@keyframes scrollLineMove{0%,to{transform:scaleY(1);opacity:1}50%{transform:scaleY(.5);opacity:.5}}@media (max-width:1024px){.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-avatar{order:-1}.hero-avatar-container{width:250px;height:250px}}@media (max-width:769px){.hero-section{padding-top:0;padding-bottom:120px;min-height:calc(100vh - 120px)}.hero-content{grid-template-columns:1fr;padding:0 1.5rem;gap:2rem;text-align:center}.hero-greeting{justify-content:center;font-size:1rem}.hero-name{font-size:clamp(2.5rem,12vw,4rem);text-align:center}.hero-title{align-items:center;text-align:center;font-size:clamp(1.25rem,6vw,1.75rem)}.hero-ampersand{align-self:center;text-align:center;font-size:1.25rem}.hero-description{font-size:.9rem;line-height:1.5;text-align:center;max-width:100%;margin:.5rem 0}.hero-actions{flex-direction:column;align-items:center;gap:.75rem}.hero-actions .btn-primary,.hero-actions .btn-secondary{width:100%;max-width:280px;justify-content:center;padding:.75rem 1.5rem;font-size:.9rem}.hero-avatar{order:-1}.hero-avatar-container{width:180px;height:180px}.hero-scroll-indicator{bottom:6rem}}@media (min-width:770px) and (max-width:1280px){.hero-section{padding-top:0;padding-bottom:60px}.hero-content{max-width:1200px;margin:0 auto;padding:0 2rem;gap:3rem}.hero-greeting{justify-content:flex-start}.hero-title{align-items:flex-start;text-align:left}.hero-ampersand{align-self:flex-start;text-align:left}.hero-description{text-align:left;font-size:1.1rem;max-width:500px}.hero-actions{flex-direction:row;justify-content:flex-start;gap:1rem}.hero-actions .btn-primary,.hero-actions .btn-secondary{width:auto;max-width:none}.hero-avatar-container{width:280px;height:280px}}@media (min-width:1281px){.hero-content{max-width:1400px;margin:0 auto;padding:0 3rem;gap:4rem}.hero-description{font-size:1.25rem;max-width:550px}.hero-avatar-container{width:320px;height:320px}}.education-container{width:100%}.education-header{margin-bottom:2rem}@media (min-width:1024px){.education-header{margin-bottom:2.5rem}}.education-subtitle{font-size:.875rem;color:#d1d5db;text-align:center;margin-top:.75rem}@media (min-width:640px){.education-subtitle{font-size:1rem}}@media (min-width:1024px){.education-subtitle{font-size:1.125rem;margin-top:1rem}}.education-list{display:flex;flex-direction:column;gap:1rem}.education-card{background:linear-gradient(135deg,rgba(0,0,0,.9),rgba(26,26,26,.9) 50%,rgba(0,0,0,.9));border:1px solid rgba(255,255,255,.01);position:relative;overflow:hidden;padding:1rem;border-radius:.5rem;transition:all .3s ease}@media (max-width:769px){.education-card{padding:1rem}}@media (min-width:770px) and (max-width:1280px){.education-card{padding:1.25rem}}@media (min-width:1281px){.education-card{padding:1.5rem}}.education-card:hover{transform:translateY(-8px);border-color:var(--accent-blue);box-shadow:0 20px 40px rgba(234,88,12,.2)}.education-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.05) 50%,transparent 70%);transform:rotate(45deg);animation:cardShine 15s linear infinite}.education-card-content{display:flex;flex-direction:column;gap:.75rem}@media (max-width:769px){.education-card-content{flex-direction:column;gap:.5rem}}@media (min-width:770px) and (max-width:1280px){.education-card-content{flex-direction:column;gap:.75rem}}@media (min-width:1281px){.education-card-content{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem}}.education-info{flex:1}.education-institution{font-size:1rem;font-weight:700;color:white;margin-bottom:.5rem}@media (max-width:769px){.education-institution{font-size:.9rem;margin-bottom:.25rem}}@media (min-width:770px) and (max-width:1280px){.education-institution{font-size:1rem;margin-bottom:.375rem}}@media (min-width:1281px){.education-institution{font-size:1.125rem;margin-bottom:.5rem}}.education-degree{font-size:.875rem;color:#d1d5db}@media (min-width:640px){.education-degree{font-size:1rem}}@media (min-width:1024px){.education-degree{font-size:1.125rem}}.education-period{font-size:.75rem;font-weight:500;color:#e55a2b;flex-shrink:0}@media (min-width:640px){.education-period{font-size:.875rem}}@media (min-width:1024px){.education-period{font-size:1rem}}.projects-container{width:100%}.projects-header{margin-bottom:2rem}@media (min-width:1024px){.projects-header{margin-bottom:2.5rem}}.projects-subtitle{font-size:.875rem;color:#d1d5db;text-align:center;margin-top:.75rem}@media (min-width:640px){.projects-subtitle{font-size:1rem}}@media (min-width:1024px){.projects-subtitle{font-size:1.125rem;margin-top:1rem}}.projects-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:640px){.projects-grid{gap:2rem}}.project-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden;transition:all .3s ease;position:relative;height:fit-content}.project-card:hover{transform:translateY(-8px);border-color:var(--accent-blue);box-shadow:0 20px 40px rgba(234,88,12,.2)}.project-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.05) 50%,transparent 70%);transform:rotate(45deg);animation:cardShine 15s linear infinite;z-index:1}.project-image{height:16rem;background:linear-gradient(to bottom right,#ff4d4d,#ff8533);display:flex;align-items:flex-start;justify-content:center;position:relative;overflow:hidden}@media (max-width:769px){.project-image{height:14rem}}@media (min-width:770px) and (max-width:1280px){.project-image{height:18rem}}@media (min-width:1281px){.project-image{height:22rem}}.project-content{padding:1.25rem;position:relative;z-index:2;display:flex;flex-direction:column;gap:.75rem}@media (max-width:769px){.project-content{padding:1rem;gap:.75rem}}@media (min-width:770px) and (max-width:1280px){.project-content{padding:1.25rem;gap:1rem}}@media (min-width:1281px){.project-content{padding:1.75rem;gap:1.25rem}}.project-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2}@media (max-width:480px){.project-title{font-size:1rem}}@media (min-width:481px) and (max-width:640px){.project-title{font-size:1.125rem}}@media (min-width:641px) and (max-width:1024px){.project-title{font-size:1.25rem}}@media (min-width:1025px){.project-title{font-size:1.5rem}}.project-description{color:var(--text-secondary);font-size:.875rem;line-height:1.6;margin:0;flex-grow:1}@media (min-width:640px){.project-description{font-size:1rem}}@media (min-width:1024px){.project-description{font-size:1.125rem;line-height:1.7}}.project-technologies{margin:0}.technologies-text{color:var(--text-muted);font-size:.75rem;font-weight:500}@media (min-width:640px){.technologies-text{font-size:.875rem}}@media (min-width:1024px){.technologies-text{font-size:1rem}}.project-links{display:flex;gap:1rem;margin-top:auto}.project-link{color:var(--accent-blue);font-size:.875rem;font-weight:600;text-decoration:none;padding:.5rem 1rem;border:2px solid var(--accent-blue);border-radius:var(--radius-md);transition:all .3s ease;display:inline-flex;align-items:center;gap:.25rem}@media (min-width:640px){.project-link{font-size:1rem;padding:.75rem 1.25rem}}@media (min-width:1024px){.project-link{font-size:1.125rem;padding:.75rem 1.5rem}}.project-link:hover{background:var(--accent-blue);color:white;transform:translateY(-2px);box-shadow:0 8px 20px rgba(234,88,12,.3)}.project-image img{width:100%;height:100%;object-fit:cover;object-position:top center}.work-experience-container{width:100%}.work-experience-header{margin-bottom:2rem}@media (min-width:1024px){.work-experience-header{margin-bottom:2.5rem}}.work-experience-subtitle{font-size:.875rem;color:#d1d5db;text-align:center;margin-top:.75rem}@media (min-width:640px){.work-experience-subtitle{font-size:1rem}}@media (min-width:1024px){.work-experience-subtitle{font-size:1.125rem;margin-top:1rem}}.work-experience-list{display:flex;flex-direction:column;gap:1rem}.work-experience-card{background:linear-gradient(135deg,rgba(0,0,0,.9),rgba(26,26,26,.9) 50%,rgba(0,0,0,.9));border:1px solid rgba(255,255,255,.01);position:relative;overflow:hidden;padding:1rem;border-radius:.5rem;transition:all .3s ease}@media (max-width:769px){.work-experience-card{padding:1rem}}@media (min-width:770px) and (max-width:1280px){.work-experience-card{padding:1.25rem}}@media (min-width:1281px){.work-experience-card{padding:1.5rem}}.work-experience-card:hover{transform:translateY(-8px);border-color:var(--accent-blue);box-shadow:0 20px 40px rgba(234,88,12,.2)}.work-experience-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.05) 50%,transparent 70%);transform:rotate(45deg);animation:cardShine 15s linear infinite}.work-experience-card-content{display:flex;flex-direction:column;gap:.75rem}@media (max-width:769px){.work-experience-card-content{flex-direction:column;gap:.5rem}}@media (min-width:770px) and (max-width:1280px){.work-experience-card-content{flex-direction:column;gap:.75rem}}@media (min-width:1281px){.work-experience-card-content{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem}}.work-experience-info{flex:1}.work-experience-company{font-size:1rem;font-weight:700;color:white;margin-bottom:.5rem}@media (max-width:769px){.work-experience-company{font-size:.9rem;margin-bottom:.25rem}}@media (min-width:770px) and (max-width:1280px){.work-experience-company{font-size:1rem;margin-bottom:.375rem}}@media (min-width:1281px){.work-experience-company{font-size:1.125rem;margin-bottom:.5rem}}.work-experience-title{font-size:.875rem;color:#d1d5db}@media (min-width:640px){.work-experience-title{font-size:1rem}}@media (min-width:1024px){.work-experience-title{font-size:1.125rem}}.work-experience-period{font-size:.75rem;font-weight:500;color:#e55a2b;flex-shrink:0}@media (min-width:640px){.work-experience-period{font-size:.875rem}}@media (min-width:1024px){.work-experience-period{font-size:1rem}}@keyframes cardShine{0%{transform:rotate(45deg) translate(-100%,-100%)}50%{transform:rotate(45deg) translate(0)}to{transform:rotate(45deg) translate(100%,100%)}}.skills-container{width:100%}.skills-header{margin-bottom:2rem}@media (min-width:1024px){.skills-header{margin-bottom:2.5rem}}.skills-title{margin-bottom:15px}.skills-grid{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}@media (min-width:640px){.skills-grid{gap:1rem}}@media (min-width:1024px){.skills-grid{gap:1rem;justify-content:center}}.skill-bubble{padding:.65rem 1rem;background:rgba(255,255,255,.1);color:white;border-radius:9999px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;backdrop-filter:blur(4px);font-size:.85rem;font-weight:500;display:flex;align-items:center;justify-content:center;white-space:nowrap}@media (min-width:640px){.skill-bubble{padding:.7rem 1.2rem;font-size:.9rem}}@media (min-width:1024px){.skill-bubble{padding:.65rem 1rem;font-size:.85rem}}.skill-bubble:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.4)}