.hero-section{align-items:center;min-height:100vh;padding-top:0;padding-bottom:80px;display:flex;position:relative;overflow:hidden}.hero-background{z-index:-1;position:absolute;inset:0}.hero-grid{background-image:linear-gradient(#ea580c08 1px,#0000 1px),linear-gradient(90deg,#ea580c08 1px,#0000 1px);background-size:50px 50px;animation:20s linear infinite gridMove;position:absolute;inset:0}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.hero-gradient-orb{filter:blur(40px);opacity:.6;border-radius:50%;animation:6s ease-in-out infinite float;position:absolute}.hero-orb-1{background:radial-gradient(circle,#ea580c66,#0000);width:200px;height:200px;animation-delay:0s;top:20%;left:10%}.hero-orb-2{background:radial-gradient(circle,#fb923c66,#0000);width:150px;height:150px;animation-delay:2s;top:60%;right:20%}.hero-orb-3{background:radial-gradient(circle,#ea580c4d,#0000);width:100px;height:100px;animation-delay:4s;top:40%;left:60%}@keyframes float{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-20px)rotate(120deg)}66%{transform:translateY(20px)rotate(240deg)}}.hero-content{grid-template-columns:1fr 400px;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;padding:0 150px;display:grid}.hero-text-content{flex-direction:column;gap:2rem;display:flex}.hero-greeting{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:1.2rem;font-weight:500;display:flex}.hero-wave{font-size:1.5rem;animation:2s ease-in-out infinite wave}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(20deg)}75%{transform:rotate(-10deg)}}.hero-name{margin:0;font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:.9;position:relative}.hero-name-text{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;position:relative}.hero-cursor{color:var(--accent-blue);z-index:0;margin-left:.1em;animation:1s infinite blink;display:inline;position:relative}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-title{flex-direction:column;gap:.25rem;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:600;line-height:1.2;display:flex}.hero-ampersand{color:var(--text-secondary);align-self:flex-start;margin:.25rem 0;font-size:1.5rem}.hero-description{color:var(--text-secondary);max-width:500px;margin:1rem 0;font-size:1.25rem;line-height:1.7}.hero-actions{gap:1rem;margin-top:1rem;display:flex}.hero-actions .btn-primary,.hero-actions .btn-secondary{align-items:center;gap:.5rem;font-size:1rem;display:flex}.hero-avatar{justify-content:center;align-items:center;display:flex}.hero-avatar-container{width:300px;height:300px;position:relative}.hero-avatar-bg{background:var(--accent-gradient);filter:blur(20px);opacity:.3;border-radius:50%;animation:3s ease-in-out infinite pulse;position:absolute;inset:0}.hero-avatar-frame{background:var(--card-bg);border:3px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.hero-avatar-image{object-fit:cover;object-position:center;border-radius:50%;width:100%;height:100%}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.2;transform:scale(1.1)}}.hero-scroll-indicator{color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-scroll-line{background:var(--accent-gradient);width:1px;height:40px;animation:2s ease-in-out infinite scrollLineMove}.hero-scroll-text{text-transform:uppercase;letter-spacing:2px;writing-mode:vertical-rl;text-orientation:mixed;font-size:.8rem}@keyframes scrollLineMove{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.5;transform:scaleY(.5)}}@media (max-width:1024px){.hero-content{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-avatar{order:-1}.hero-avatar-container{width:250px;height:250px}}@media (max-width:769px){.hero-section{min-height:calc(100vh - 120px);padding-top:0;padding-bottom:120px}.hero-content{text-align:center;grid-template-columns:1fr;gap:2rem;padding:0 1.5rem}.hero-greeting{justify-content:center;font-size:1rem}.hero-name{text-align:center;font-size:clamp(2.5rem,12vw,4rem)}.hero-title{text-align:center;align-items:center;font-size:clamp(1.25rem,6vw,1.75rem)}.hero-ampersand{text-align:center;align-self:center;font-size:1.25rem}.hero-description{text-align:center;max-width:100%;margin:.5rem 0;font-size:.9rem;line-height:1.5}.hero-actions{flex-direction:column;align-items:center;gap:.75rem}.hero-actions .btn-primary,.hero-actions .btn-secondary{justify-content:center;width:100%;max-width:280px;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{gap:3rem;max-width:1200px;margin:0 auto;padding:0 2rem}.hero-greeting{justify-content:flex-start}.hero-title{text-align:left;align-items:flex-start}.hero-ampersand{text-align:left;align-self:flex-start}.hero-description{text-align:left;max-width:500px;font-size:1.1rem}.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{gap:4rem;max-width:1400px;margin:0 auto;padding:0 3rem}.hero-description{max-width:550px;font-size:1.25rem}.hero-avatar-container{width:320px;height:320px}}
.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{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}@media (min-width:640px){.skills-grid{gap:1rem}}@media (min-width:1024px){.skills-grid{justify-content:center;gap:1rem}}.skill-bubble{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap;background:#ffffff1a;border:1px solid #fff3;border-radius:9999px;justify-content:center;align-items:center;padding:.65rem 1rem;font-size:.85rem;font-weight:500;transition:all .3s;display:flex}@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:#fff3;border-color:#fff6}
.education-container{width:100%}.education-header{margin-bottom:2rem}@media (min-width:1024px){.education-header{margin-bottom:2.5rem}}.education-subtitle{color:#d1d5db;text-align:center;margin-top:.75rem;font-size:.875rem}@media (min-width:640px){.education-subtitle{font-size:1rem}}@media (min-width:1024px){.education-subtitle{margin-top:1rem;font-size:1.125rem}}.education-list{flex-direction:column;gap:1rem;display:flex}.education-card{background:linear-gradient(135deg,#000000e6 0%,#1a1a1ae6 50%,#000000e6 100%);border:1px solid #ffffff03;border-radius:.5rem;padding:1rem;transition:all .3s;position:relative;overflow:hidden}@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{border-color:var(--accent-blue);transform:translateY(-8px);box-shadow:0 20px 40px #ea580c33}.education-card:before{content:"";background:linear-gradient(45deg,#0000 30%,#ffffff0d 50%,#0000 70%);width:200%;height:200%;animation:15s linear infinite cardShine;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)}.education-card-content{flex-direction:column;gap:.75rem;display:flex}@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{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:700}@media (max-width:769px){.education-institution{margin-bottom:.25rem;font-size:.9rem}}@media (min-width:770px) and (max-width:1280px){.education-institution{margin-bottom:.375rem;font-size:1rem}}@media (min-width:1281px){.education-institution{margin-bottom:.5rem;font-size:1.125rem}}.education-degree{color:#d1d5db;font-size:.875rem}@media (min-width:640px){.education-degree{font-size:1rem}}@media (min-width:1024px){.education-degree{font-size:1.125rem}}.education-period{color:#e55a2b;flex-shrink:0;font-size:.75rem;font-weight:500}@media (min-width:640px){.education-period{font-size:.875rem}}@media (min-width:1024px){.education-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%)}}
.projects-container{width:100%}.projects-header{margin-bottom:2rem}@media (min-width:1024px){.projects-header{margin-bottom:2.5rem}}.projects-subtitle{color:#d1d5db;text-align:center;margin-top:.75rem;font-size:.875rem}@media (min-width:640px){.projects-subtitle{font-size:1rem}}@media (min-width:1024px){.projects-subtitle{margin-top:1rem;font-size:1.125rem}}.projects-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@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);height:fit-content;transition:all .3s;position:relative;overflow:hidden}.project-card:hover{border-color:var(--accent-blue);transform:translateY(-8px);box-shadow:0 20px 40px #ea580c33}.project-card:before{content:"";z-index:1;background:linear-gradient(45deg,#0000 30%,#ffffff0d 50%,#0000 70%);width:200%;height:200%;animation:15s linear infinite cardShine;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)}.project-image{background:linear-gradient(to bottom right,#ff4d4d,#ff8533);justify-content:center;align-items:flex-start;height:16rem;display:flex;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{z-index:2;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex;position:relative}@media (max-width:769px){.project-content{gap:.75rem;padding:1rem}}@media (min-width:770px) and (max-width:1280px){.project-content{gap:1rem;padding:1.25rem}}@media (min-width:1281px){.project-content{gap:1.25rem;padding:1.75rem}}.project-title{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:700;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);flex-grow:1;margin:0;font-size:.875rem;line-height:1.6}@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{gap:1rem;margin-top:auto;display:flex}.project-link{color:var(--accent-blue);border:2px solid var(--accent-blue);border-radius:var(--radius-md);align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}@media (min-width:640px){.project-link{padding:.75rem 1.25rem;font-size:1rem}}@media (min-width:1024px){.project-link{padding:.75rem 1.5rem;font-size:1.125rem}}.project-link:hover{background:var(--accent-blue);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #ea580c4d}@keyframes cardShine{0%{transform:translate(-200%)translateY(-200%)rotate(45deg)}to{transform:translate(200%)translateY(200%)rotate(45deg)}}.project-image img{object-fit:cover;object-position:top center;width:100%;height:100%}.aog-image{object-position:center 20%!important}
.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{color:#d1d5db;text-align:center;margin-top:.75rem;font-size:.875rem}@media (min-width:640px){.work-experience-subtitle{font-size:1rem}}@media (min-width:1024px){.work-experience-subtitle{margin-top:1rem;font-size:1.125rem}}.work-experience-list{flex-direction:column;gap:1rem;display:flex}.work-experience-card{background:linear-gradient(135deg,#000000e6 0%,#1a1a1ae6 50%,#000000e6 100%);border:1px solid #ffffff03;border-radius:.5rem;padding:1rem;transition:all .3s;position:relative;overflow:hidden}@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{border-color:var(--accent-blue);transform:translateY(-8px);box-shadow:0 20px 40px #ea580c33}.work-experience-card:before{content:"";background:linear-gradient(45deg,#0000 30%,#ffffff0d 50%,#0000 70%);width:200%;height:200%;animation:15s linear infinite cardShine;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)}.work-experience-card-content{flex-direction:column;gap:.75rem;display:flex}@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{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:700}@media (max-width:769px){.work-experience-company{margin-bottom:.25rem;font-size:.9rem}}@media (min-width:770px) and (max-width:1280px){.work-experience-company{margin-bottom:.375rem;font-size:1rem}}@media (min-width:1281px){.work-experience-company{margin-bottom:.5rem;font-size:1.125rem}}.work-experience-title{color:#d1d5db;font-size:.875rem}@media (min-width:640px){.work-experience-title{font-size:1rem}}@media (min-width:1024px){.work-experience-title{font-size:1.125rem}}.work-experience-period{color:#e55a2b;flex-shrink:0;font-size:.75rem;font-weight:500}@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%)}}
.coming-soon-container{width:100%;margin:0 auto;padding:0}.coming-soon-content{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.25rem}@media (min-width:640px){.coming-soon-content{padding:2rem}}@media (min-width:1024px){.coming-soon-content{padding:3rem}}.coming-soon-header{text-align:center;border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;padding-bottom:1.5rem}@media (min-width:640px){.coming-soon-header{margin-bottom:1.5rem;padding-bottom:1.5rem}}@media (min-width:1024px){.coming-soon-header{margin-bottom:2rem;padding-bottom:2rem}}.header-images{flex-direction:row;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}@media (min-width:1024px){.header-images{margin-bottom:.5rem}}.header-image-wrapper{flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}@media (min-width:480px){.header-image-wrapper{width:150px;height:150px}}@media (min-width:640px){.header-image-wrapper{width:195px;height:195px}}@media (min-width:1024px){.header-image-wrapper{width:440px;height:440px}}@media (min-width:1280px){.header-image-wrapper{width:500px;height:500px}}.header-icon{object-fit:contain;filter:drop-shadow(0 4px 8px #ea580c33);transition:transform .3s;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important}.header-image-wrapper:hover .header-icon{transform:scale(1.05)}.coming-soon-title{color:var(--text-primary);letter-spacing:-.02em;margin-top:0;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}@media (min-width:640px){.coming-soon-title{font-size:2rem}}@media (min-width:1024px){.coming-soon-title{font-size:3rem}}.coming-soon-title .highlight{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.coming-soon-badge{border:1px solid var(--accent-blue);color:var(--accent-blue-light);text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#ea580c1a 0%,#fb923c1a 100%);border-radius:2rem;padding:.4rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}@media (min-width:640px){.coming-soon-badge{padding:.5rem 1.25rem;font-size:.8125rem}}@media (min-width:1024px){.coming-soon-badge{padding:.5rem 1.5rem;font-size:.875rem}}.coming-soon-description{flex-direction:column;gap:1.5rem;display:flex}@media (min-width:640px){.coming-soon-description{gap:2rem}}@media (min-width:1024px){.coming-soon-description{gap:2.5rem}}.description-section h3{color:var(--text-primary);border-bottom:2px solid var(--accent-blue);margin-bottom:.75rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:700;display:inline-block}@media (min-width:640px){.description-section h3{margin-bottom:1rem;font-size:1.5rem}}@media (min-width:1024px){.description-section h3{font-size:1.75rem}}.description-section p{color:var(--text-secondary);margin-bottom:1rem;font-size:.9375rem;line-height:1.7}@media (min-width:640px){.description-section p{font-size:1.0625rem;line-height:1.75}}@media (min-width:1024px){.description-section p{font-size:1.3125rem;line-height:1.8}}.feature-category{margin-bottom:1.25rem}@media (min-width:640px){.feature-category{margin-bottom:1.5rem}}@media (min-width:1024px){.feature-category{margin-bottom:2rem}}.feature-category h4{color:var(--accent-blue-light);margin-top:1rem;margin-bottom:.75rem;font-size:1rem;font-weight:600}@media (min-width:640px){.feature-category h4{margin-top:1.25rem;font-size:1.125rem}}@media (min-width:1024px){.feature-category h4{margin-top:1.5rem;font-size:1.25rem}}.description-section ul{margin-top:.75rem;padding-left:0;list-style:none}@media (min-width:1024px){.description-section ul{margin-top:1rem}}.description-section li{color:var(--text-secondary);margin-bottom:.625rem;padding-left:1.5rem;font-size:.875rem;line-height:1.6;position:relative}@media (min-width:640px){.description-section li{margin-bottom:.75rem;font-size:.9375rem;line-height:1.65}}@media (min-width:1024px){.description-section li{font-size:1.125rem;line-height:1.7}}.description-section li:before{content:"→";color:var(--accent-blue);font-weight:700;position:absolute;left:0}.description-section li strong{color:var(--text-primary);font-weight:600}.tech-grid{grid-template-columns:1fr;gap:1.25rem;margin-top:1rem;display:grid}@media (min-width:640px){.tech-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1024px){.tech-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:1.5rem}}.tech-column h4{color:var(--accent-blue-light);border-bottom:1px solid var(--border-color);margin-bottom:.75rem;padding-bottom:.5rem;font-size:.9375rem;font-weight:600}@media (min-width:640px){.tech-column h4{font-size:1rem}}@media (min-width:1024px){.tech-column h4{margin-bottom:1rem;font-size:1.125rem}}.tech-column ul{padding-left:0;list-style:none}.tech-column li{color:var(--text-secondary);margin-bottom:.4rem;padding-left:1.25rem;font-size:.8125rem;line-height:1.55;position:relative}@media (min-width:640px){.tech-column li{margin-bottom:.5rem;font-size:.875rem;line-height:1.6}}@media (min-width:1024px){.tech-column li{font-size:1.0625rem}}.tech-column li:before{content:"•";color:var(--accent-blue);font-size:1.25rem;line-height:1.3;position:absolute;left:0}@media (max-width:400px){.header-image-wrapper{width:110px;height:110px}.coming-soon-title{font-size:1.25rem}}
.contact-section{background:var(--primary-bg);padding:3rem 1rem;position:relative;overflow:hidden}.contact-background{z-index:-1;position:absolute;inset:0}.contact-grid{background-image:linear-gradient(#ea580c80 2px,#0000 2px),linear-gradient(90deg,#ea580c80 2px,#0000 2px);background-size:50px 50px;animation:20s linear infinite contactGridMove;position:absolute;inset:0}@keyframes contactGridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.contact-gradient-orb{filter:blur(40px);opacity:.8;border-radius:50%;animation:6s ease-in-out infinite contactFloat;position:absolute}.contact-orb-1{background:radial-gradient(circle,#ea580c99,#0000);width:200px;height:200px;animation-delay:0s;top:20%;left:10%}.contact-orb-2{background:radial-gradient(circle,#fb923c99,#0000);width:150px;height:150px;animation-delay:2s;top:60%;right:20%}.contact-orb-3{background:radial-gradient(circle,#ea580c80,#0000);width:100px;height:100px;animation-delay:4s;top:40%;left:60%}@keyframes contactFloat{0%,to{transform:translateY(0)rotate(0)}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{z-index:1;max-width:80rem;margin:0 auto;position:relative}@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{color:#d1d5db;margin-bottom:2rem;font-size:.875rem}@media (min-width:640px){.contact-subtitle{font-size:1rem}}@media (min-width:1024px){.contact-subtitle{margin-bottom:3rem;font-size:1.125rem}}.contact-links{flex-direction:column;align-items:center;gap:1.5rem;display:flex}@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;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;transition:all .3s;display:flex}.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;text-align:center;font-size:.875rem;text-decoration:none;transition:all .3s}@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{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
