.about-header{width:100%;margin-top:10em;padding:2em;display:flex;justify-content:center;align-items:center}.about-header h1{position:relative;left:0;font-size:clamp(2.5rem,12vw,8rem);line-height:.8;margin:0 auto;text-align:center;width:100%;overflow:hidden;white-space:nowrap}.about-hero{position:relative;display:flex;justify-content:center;align-items:center;padding:4rem 2rem;min-height:80vh;margin:2em;border-radius:1em;overflow:hidden;background:linear-gradient(135deg,var(--bg100),var(--bg200));border:1px solid var(--fg200)}.about-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;width:100%}.hero-text h2{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:var(--fg);margin-bottom:1rem;line-height:1.1}.hero-text p{font-size:clamp(1rem,2vw,1.4rem);color:var(--fg300);line-height:1.5;margin-bottom:1.5rem}.hero-visual{display:flex;justify-content:center;align-items:center}.tech-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:fit-content;max-width:100%;margin:0 auto;justify-items:center;align-items:center;place-self:center}.tech-icon{font-size:2.5rem;text-align:center;padding:1rem;background:var(--bg);border-radius:1rem;border:1px solid var(--fg200);transition:all .3s ease;animation:float 3s ease-in-out infinite;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.tech-icon:nth-child(2){animation-delay:.5s}.tech-icon:nth-child(3){animation-delay:1s}.tech-icon:nth-child(4){animation-delay:1.5s}.tech-icon:nth-child(5){animation-delay:2s}.tech-icon:nth-child(6){animation-delay:2.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.about-cards{padding:4rem 2rem;background:var(--bg)}.cards-container{max-width:800px;margin:0 auto;position:relative;height:300px;perspective:1000px}.card{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--bg100);border:1px solid var(--fg200);border-radius:1rem;padding:2rem;opacity:0;transform:rotateY(90deg);transition:all .6s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}.card.active{opacity:1;transform:rotateY(0)}.card-content{text-align:center;max-width:600px}.card-content h3{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--fg);margin-bottom:1.5rem;line-height:1.2}.card-content p{font-size:clamp(1rem,2vw,1.2rem);color:var(--fg300);line-height:1.6;margin:0}.card-navigation{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.nav-dot{width:12px;height:12px;border-radius:50%;border:none;background:var(--fg200);cursor:pointer;transition:all .3s ease}.nav-dot.active{background:var(--fg);transform:scale(1.2)}.nav-dot:hover{background:var(--fg300);transform:scale(1.1)}.about-me-copy-wrapper h3{font-size:3vw;letter-spacing:-.02em;line-height:3vw}.services-intro{margin:2em;padding:4rem 2rem;text-align:center;background:var(--bg100);border-radius:1em;border:1px solid var(--fg200)}.services-intro-content{max-width:800px;margin:0 auto}.services-intro-content h4{font-size:1.5em;font-weight:600;color:var(--fg);margin-bottom:1.5em;line-height:1.4}.services-intro-content p.primary{font-size:1.2em;font-weight:600;color:var(--fg);margin:0}.services{margin:2em;padding:2em;border:1px dashed var(--fg);border-radius:1em}.services-list{display:flex;flex-direction:column;gap:1em}.service-list-row{width:100%;display:flex;gap:2em}.service-list-col:nth-child(1){flex:2}.service-list-col:nth-child(2){flex:4}.service-list-row{padding:2em 0;border-top:1px dashed var(--fg)}.about-banner-img{margin:2em;height:50svh;border-radius:1em;overflow:hidden;border:1px dashed var(--fg)}.about-banner-img-wrapper{width:100%;height:100%}.fav-tools{margin:2em;padding:6em 2em 2em;border:1px dashed var(--fg);border-radius:1em}.fav-tools-header{margin-bottom:4em;display:flex;flex-direction:column;align-items:center;gap:1.5em}.fav-tools-header p.primary{margin-bottom:1.5em}.fav-tools-header p.secondary{width:60%;text-align:center}.fav-tools-list{display:flex;flex-direction:column;gap:2em}.fav-tools-list-row{display:flex;gap:2em}.fav-tool{position:relative;flex:1;padding:1em;aspect-ratio:5/2.5;display:flex;flex-direction:column;justify-content:flex-end;gap:.5em;border:1px dashed var(--fg);border-radius:1em;overflow:hidden}.fav-tool-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;z-index:-1}.fav-tool h4,.fav-tool p{color:var(--bg)}@media (max-width: 1000px){.about-header{padding:1.25em;flex-direction:column;gap:.5em}.about-header h1{font-size:clamp(2rem,10vw,6rem);width:100%}.about-hero,.about-banner-img,.fav-tools{margin:1.25em}.about-me-copy{padding:4em 1.25em}.about-me-copy-wrapper{width:100%}.about-me-copy-wrapper h3{font-size:6vw;letter-spacing:-.02em;line-height:6vw}.fav-tools{padding:4em 1.25em 1.25em}.fav-tools-header p.secondary{width:100%}.fav-tools-list-row{flex-direction:column;gap:1.25em}.fav-tools-list{gap:1.25em}.services-intro{margin:1.25em;padding:3rem 1.25rem}.services-intro-content h4{font-size:1.3em}.services{margin:1.25em;padding:1.25em}.service-list-row{flex-direction:column;gap:1em}}.industry-expertise{padding:6rem 2rem 2rem;background:var(--bg100);margin:4rem 0 0}.industry-expertise+*{margin-top:0!important}.industry-expertise-content{max-width:1200px;margin:0 auto;text-align:center}.industry-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:var(--fg);margin-bottom:2rem;line-height:1.1}.industry-description{font-size:clamp(1.1rem,2.5vw,1.4rem);color:var(--fg300);max-width:800px;margin:0 auto 4rem;line-height:1.6}.industry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.industry-grid-horizontal{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.industry-item{background:var(--bg);padding:2rem;border-radius:1rem;border:1px solid var(--fg200);transition:all .3s ease;text-align:left}.industry-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a;border-color:var(--fg300)}.industry-item h4{font-size:1.3rem;font-weight:700;color:var(--fg);margin-bottom:1rem}.industry-item p{font-size:1rem;color:var(--fg300);line-height:1.6;margin:0}@media (max-width: 768px){.industry-expertise{padding:4rem 1rem;margin:2rem 0}.industry-grid{grid-template-columns:1fr;gap:1.5rem}.industry-grid-horizontal{grid-template-columns:repeat(2,1fr);gap:1.5rem}.industry-item{padding:1.5rem}}@media (max-width: 480px){.industry-grid-horizontal{grid-template-columns:1fr;gap:1rem}}.tech-pattern{position:relative;width:100%;height:100%;background:linear-gradient(135deg,var(--bg200),var(--bg100));border-radius:1rem;overflow:hidden}.pattern-grid{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem}.grid-item{background:#ffffff1a;border-radius:.5rem;animation:pulse 2s ease-in-out infinite}.grid-item:nth-child(1){animation-delay:0s}.grid-item:nth-child(2){animation-delay:.2s}.grid-item:nth-child(3){animation-delay:.4s}.grid-item:nth-child(4){animation-delay:.6s}.grid-item:nth-child(5){animation-delay:.8s}.grid-item:nth-child(6){animation-delay:1s}.grid-item:nth-child(7){animation-delay:1.2s}.grid-item:nth-child(8){animation-delay:1.4s}.grid-item:nth-child(9){animation-delay:1.6s}.floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;padding:2rem}.element{background:var(--bg);color:var(--fg);padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;font-weight:600;border:1px solid var(--fg200);animation:float 3s ease-in-out infinite}.element:nth-child(1){animation-delay:0s}.element:nth-child(2){animation-delay:.5s}.element:nth-child(3){animation-delay:1s}.element:nth-child(4){animation-delay:1.5s}.element:nth-child(5){animation-delay:2s}.element:nth-child(6){animation-delay:2.5s}.tech-showcase{padding:6rem 2rem;background:var(--bg200);margin:4rem 0}.tech-showcase-content{max-width:1200px;margin:0 auto;text-align:center}.tech-showcase h2{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:var(--fg);margin-bottom:4rem;line-height:1.1}.showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.showcase-item{background:var(--bg);padding:2rem;border-radius:1rem;border:1px solid var(--fg200);transition:all .3s ease;text-align:center}.showcase-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a;border-color:var(--fg300)}.showcase-icon{font-size:3rem;margin-bottom:1rem}.showcase-item h3{font-size:1.3rem;font-weight:700;color:var(--fg);margin-bottom:1rem}.showcase-item p{font-size:1rem;color:var(--fg300);line-height:1.6;margin:0}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.skills-grid-centered{display:flex;justify-content:center;margin-top:2rem}.skill-category.centered{max-width:600px;width:100%}.skill-category{background:var(--bg100);padding:2rem;border-radius:1rem;border:1px solid var(--fg200);transition:all .3s ease}.skill-category:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a;border-color:var(--fg300)}.skill-category h3{font-size:1.3rem;font-weight:700;color:var(--fg);margin-bottom:1.5rem;text-align:center}.skill-tags{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.skill-tag{background:var(--bg);color:var(--fg);padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;font-weight:600;border:1px solid var(--fg200);transition:all .3s ease}.skill-tag:hover{background:var(--fg);color:var(--bg);transform:scale(1.05)}@media (max-width: 768px){.about-hero{min-height:auto;padding:2rem 1rem;margin:1rem}.about-hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-text p{font-size:1rem;line-height:1.4}.cards-container{height:250px}.card{padding:1.5rem}.skills-grid{grid-template-columns:1fr;gap:1.5rem}.skill-category{padding:1.5rem}.showcase-grid{grid-template-columns:1fr;gap:1.5rem}}
