.about-hero{isolation:isolate;justify-content:center;align-items:center;min-height:calc(100vh - 200px);margin-top:0;padding:50px 0 40px;display:flex;position:relative;overflow:hidden}@media (max-width:1024px){.about-hero{min-height:calc(85vh - 120px);padding:40px 0 30px}}@media (max-width:768px){.about-hero{min-height:calc(75vh - 80px);padding:30px 0 25px}}@media (max-width:480px){.about-hero{min-height:calc(65vh - 60px);padding:30px 0 20px}}.about-hero__background{z-index:0;pointer-events:none;background:radial-gradient(circle at 20% 30%,#60a5fa33 0%,transparent 50%),radial-gradient(circle at 80% 70%,#8b5cf62e 0%,transparent 50%),radial-gradient(circle at 50% 50%,#3b82f61f 0%,transparent 60%),radial-gradient(circle at 10% 80%,#6366f11a 0%,transparent 45%),radial-gradient(circle at 90% 20%,#93c5fd1f 0%,transparent 45%),var(--background);background-attachment:fixed;width:200vw;position:absolute;inset:0 -50vw}[data-theme=dark] .about-hero__background{background:radial-gradient(circle at 20% 30%,#60a5fa40 0%,transparent 50%),radial-gradient(circle at 80% 70%,#8b5cf638 0%,transparent 50%),radial-gradient(circle at 50% 50%,#3b82f62e 0%,transparent 60%),radial-gradient(circle at 10% 80%,#6366f126 0%,transparent 45%),radial-gradient(circle at 90% 20%,#93c5fd2e 0%,transparent 45%),var(--background)}.about-hero__bubbles{z-index:1;pointer-events:none;width:200vw;position:absolute;inset:0 -50vw;overflow:hidden}.about-hero__bubble{filter:blur(50px);opacity:.7;animation:float var(--duration,20s)var(--delay,0s)infinite ease-in-out,pulse var(--pulse-duration,8s)var(--delay,0s)infinite ease-in-out;background:radial-gradient(circle at 30% 30%,#60a5fa66,#3b82f64d,#8b5cf633,#0000);border-radius:50%;position:absolute}[data-theme=dark] .about-hero__bubble{opacity:.9;filter:blur(60px);background:radial-gradient(circle at 30% 30%,#60a5fa80,#3b82f666,#8b5cf64d,#0000)}.about-hero__bubble:first-child{--duration:18s;--delay:0s;--pulse-duration:6s;width:250px;height:250px;top:10%;left:5%}.about-hero__bubble:nth-child(2){--duration:22s;--delay:2s;--pulse-duration:7s;width:200px;height:200px;top:5%;left:85%}.about-hero__bubble:nth-child(3){--duration:20s;--delay:4s;--pulse-duration:8s;width:220px;height:220px;top:55%;left:55%}.about-hero__bubble:nth-child(4){--duration:25s;--delay:1s;--pulse-duration:9s;width:150px;height:150px;top:75%;left:15%}.about-hero__bubble:nth-child(5){--duration:19s;--delay:3s;--pulse-duration:6.5s;width:180px;height:180px;top:45%;left:90%}.about-hero__bubble:nth-child(6){--duration:23s;--delay:5s;--pulse-duration:7.5s;width:120px;height:120px;top:45%;left:2%}.about-hero__bubble:nth-child(7){--duration:21s;--delay:2.5s;--pulse-duration:8.5s;width:160px;height:160px;top:85%;left:65%}.about-hero__bubble:nth-child(8){--duration:24s;--delay:1.5s;--pulse-duration:9.5s;width:110px;height:110px;top:10%;left:35%}.about-hero__bubble:nth-child(9){--duration:20s;--delay:4.5s;--pulse-duration:6s;width:140px;height:140px;top:35%;left:10%}.about-hero__bubble:nth-child(10){--duration:22s;--delay:3.5s;--pulse-duration:7s;width:130px;height:130px;top:25%;left:95%}.about-hero__bubble:nth-child(11){--duration:18s;--delay:6s;--pulse-duration:8s;width:200px;height:200px;top:0%;left:45%}.about-hero__bubble:nth-child(12){--duration:26s;--delay:2s;--pulse-duration:9s;width:100px;height:100px;top:90%;left:25%}.about-hero__bubble:nth-child(13){--duration:19s;--delay:5.5s;--pulse-duration:6.5s;width:170px;height:170px;top:60%;left:70%}.about-hero__bubble:nth-child(14){--duration:23s;--delay:1s;--pulse-duration:7.5s;width:125px;height:125px;top:55%;left:5%}.about-hero__bubble:nth-child(15){--duration:21s;--delay:4s;--pulse-duration:8.5s;width:145px;height:145px;top:20%;left:50%}.about-hero__bubble:nth-child(16){--duration:19s;--delay:6.5s;--pulse-duration:7s;width:160px;height:160px;top:75%;left:75%}.about-hero__bubble:nth-child(17){--duration:24s;--delay:3s;--pulse-duration:8s;width:115px;height:115px;top:15%;left:12%}.about-hero__bubble:nth-child(18){--duration:22s;--delay:5s;--pulse-duration:6.5s;width:135px;height:135px;top:60%;left:88%}.about-hero__bubble:nth-child(19){--duration:25s;--delay:2.5s;--pulse-duration:9s;width:105px;height:105px;top:80%;left:38%}.about-hero__bubble:nth-child(20){--duration:20s;--delay:7s;--pulse-duration:7.5s;width:155px;height:155px;top:12%;left:62%}@media (max-width:768px){.about-hero__bubble{filter:blur(40px);opacity:.5}[data-theme=dark] .about-hero__bubble{opacity:.7;filter:blur(50px)}}.about-hero__container{z-index:2;text-align:center;max-width:900px;margin:0 auto;position:relative}.about-hero__content{align-items:center;gap:clamp(var(--space-md),2vw,var(--space-xl));text-align:center;padding:0 var(--space-md);flex-direction:column;display:flex}@media (max-width:1024px){.about-hero__content{gap:clamp(var(--space-sm),1.5vw,var(--space-lg))}}@media (max-width:768px){.about-hero__content{gap:var(--space-md);padding:0 var(--space-sm)}}@media (max-width:480px){.about-hero__content{gap:var(--space-sm);padding:0 var(--space-xs)}}.about-hero__content .section-eyebrow{margin:0 auto;display:inline-flex}.about-hero__content h1{color:var(--foreground);max-width:100%;margin:0;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:700;line-height:1.15}@media (max-width:1024px){.about-hero__content h1{font-size:clamp(1.75rem,5vw,3rem);line-height:1.2}}@media (max-width:768px){.about-hero__content h1{font-size:clamp(1.5rem,6vw,2.5rem);line-height:1.25}}@media (max-width:480px){.about-hero__content h1{font-size:clamp(1.5rem,7vw,2rem);line-height:1.3}}.about-hero__content p{color:var(--foreground-soft);max-width:700px;margin:0;font-size:clamp(.95rem,1.6vw,1.1rem);line-height:1.7}@media (max-width:1024px){.about-hero__content p{max-width:650px;font-size:clamp(.9rem,1.8vw,1.05rem)}}@media (max-width:768px){.about-hero__content p{max-width:100%;font-size:clamp(.9rem,2vw,1rem);line-height:1.65}}@media (max-width:480px){.about-hero__content p{font-size:clamp(.85rem,2.5vw,.95rem);line-height:1.6}}.about-hero__expertise{gap:clamp(var(--space-md),2vw,var(--space-lg));margin-top:clamp(var(--space-md),2vw,var(--space-lg));grid-template-columns:repeat(3,minmax(150px,1fr));width:100%;max-width:900px;margin-bottom:0;display:grid}@media (max-width:1024px){.about-hero__expertise{gap:var(--space-md);max-width:800px;margin-top:var(--space-md)}}@media (max-width:768px){.about-hero__expertise{gap:var(--space-md);max-width:100%;margin-top:var(--space-md);grid-template-columns:1fr}}@media (max-width:480px){.about-hero__expertise{gap:var(--space-sm);margin-top:var(--space-sm)}}.about-hero__expertise-item{padding:clamp(var(--space-lg),2.5vw,var(--space-xl))clamp(var(--space-md),1.5vw,var(--space-lg));background:color-mix(in srgb,var(--surface)85%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid color-mix(in srgb,var(--border)40%,transparent);box-shadow:var(--shadow-soft);transition:transform var(--duration-base)var(--ease-smooth),border-color var(--duration-base)var(--ease-smooth),box-shadow var(--duration-base)var(--ease-smooth),background var(--duration-base)var(--ease-smooth);isolation:isolate;text-align:center;border-radius:clamp(16px,2vw,24px);position:relative;overflow:hidden}@media (max-width:768px){.about-hero__expertise-item{padding:var(--space-lg)var(--space-md);text-align:left}}@media (max-width:480px){.about-hero__expertise-item{padding:var(--space-md)}}.about-hero__expertise-item:before{content:"";opacity:0;transition:opacity var(--duration-base)var(--ease-smooth);z-index:0;background:linear-gradient(135deg,#6366f126 0%,#3b82f61f 50%,#8b5cf626 100%) 0 0/200% 200%;animation:8s ease-in-out infinite gradientShift;position:absolute;inset:0}.about-hero__expertise-item:after{content:"";border-radius:inherit;opacity:0;transition:opacity var(--duration-base)var(--ease-smooth);z-index:-1;filter:blur(12px);background:linear-gradient(135deg,#6366f1,#3b82f6,#8b5cf6,#6366f1) 0 0/200% 200%;animation:4s infinite gradientMove;position:absolute;inset:-2px}.about-hero__expertise-item h3{color:var(--foreground);margin:0 0 clamp(var(--space-xs),.8vw,var(--space-sm))0;z-index:1;transition:color var(--duration-base)var(--ease-smooth),transform var(--duration-base)var(--ease-smooth);font-size:clamp(1rem,1.4vw,1.2rem);font-weight:600;position:relative}@media (max-width:1024px){.about-hero__expertise-item h3{font-size:clamp(.95rem,1.5vw,1.15rem)}}@media (max-width:768px){.about-hero__expertise-item h3{margin-bottom:var(--space-xs);font-size:clamp(1rem,2vw,1.1rem)}}.about-hero__expertise-item p{color:var(--foreground-soft);z-index:1;transition:color var(--duration-base)var(--ease-smooth);margin:0;font-size:clamp(.85rem,1.1vw,.95rem);line-height:1.6;position:relative}@media (max-width:1024px){.about-hero__expertise-item p{font-size:clamp(.8rem,1.2vw,.9rem)}}@media (max-width:768px){.about-hero__expertise-item p{font-size:clamp(.85rem,1.8vw,.95rem)}}.about-hero__expertise-item:hover{border-color:color-mix(in srgb,var(--accent)60%,transparent);background:color-mix(in srgb,var(--surface)95%,transparent);box-shadow:0 25px 50px #0f172a33,0 0 0 1px color-mix(in srgb,var(--accent)40%,transparent),0 0 40px #6366f14d;transform:translateY(-8px)scale(1.02)}[data-theme=dark] .about-hero__expertise-item:hover{box-shadow:0 25px 50px #020617b3,0 0 0 1px color-mix(in srgb,var(--accent)40%,transparent),0 0 40px #6366f159}.about-hero__expertise-item:hover:before{opacity:1}.about-hero__expertise-item:hover:after{opacity:.4}.about-hero__expertise-item:hover h3{color:var(--accent);transform:translate(2px)}.about-hero__expertise-item:hover p{color:var(--foreground)}@keyframes float{0%{transform:translate(0)scale(1)rotate(0)}10%{transform:translate(60px,-80px)scale(1.25)rotate(12deg)}20%{transform:translate(-50px,-120px)scale(.75)rotate(-15deg)}30%{transform:translate(80px,-60px)scale(1.3)rotate(10deg)}40%{transform:translate(-70px,-100px)scale(.7)rotate(-18deg)}50%{transform:translate(100px,-40px)scale(1.2)rotate(8deg)}60%{transform:translate(-40px,-90px)scale(.85)rotate(-10deg)}70%{transform:translate(70px,-70px)scale(1.15)rotate(6deg)}80%{transform:translate(-30px,-110px)scale(.8)rotate(-12deg)}90%{transform:translate(50px,-50px)scale(1.1)rotate(4deg)}to{transform:translate(0)scale(1)rotate(0)}}@keyframes pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}@keyframes gradientMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
.about-mission{padding:clamp(var(--space-xl),5vw,var(--space-3xl))0}.about-mission__shell{gap:clamp(var(--space-lg),3vw,var(--space-2xl));grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;display:grid}@media (max-width:1024px){.about-mission__shell{gap:var(--space-lg);grid-template-columns:1fr}}@media (max-width:768px){.about-mission__shell{gap:var(--space-md)}}.about-mission__media{border-radius:clamp(var(--radius-md),4vw,36px);border:1px solid color-mix(in srgb,var(--border)60%,transparent);height:100%;min-height:450px;box-shadow:var(--shadow-medium);position:relative;overflow:hidden}@media (max-width:1024px){.about-mission__media{min-height:400px;margin-top:var(--space-lg)}}@media (max-width:768px){.about-mission__media{min-height:350px;margin-top:var(--space-md)}}.about-mission__media img{object-fit:cover}.about-mission__content{gap:clamp(var(--space-sm),1.5vw,var(--space-md));padding-left:clamp(var(--space-lg),4vw,var(--space-2xl));flex-direction:column;justify-content:center;height:100%;display:flex}@media (max-width:1024px){.about-mission__content{padding-left:0}}.about-mission__content h2{margin:0;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.2}.about-mission__content p{color:var(--foreground-soft);margin:0;font-size:clamp(.9rem,1.3vw,.95rem);line-height:1.6}.about-mission__content ul{gap:var(--space-xs);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}@media (max-width:768px){.about-mission__content ul{gap:var(--space-2xs)}}.about-mission__content ul li{padding-left:var(--space-lg);font-size:clamp(.85rem,1.2vw,.9rem);line-height:1.5;position:relative}@media (max-width:768px){.about-mission__content ul li{padding-left:var(--space-md)}}.about-mission__content ul li:before{content:"";background:var(--gradient-primary);border-radius:50%;width:8px;height:8px;position:absolute;top:.5rem;left:0}
.about-vision{padding:clamp(var(--space-lg),3vw,var(--space-2xl))0}.about-vision__shell{gap:clamp(var(--space-lg),3vw,var(--space-2xl));grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;display:grid}@media (max-width:1024px){.about-vision__shell{gap:var(--space-lg);grid-template-columns:1fr}}@media (max-width:768px){.about-vision__shell{gap:var(--space-md)}}.about-vision__content{gap:clamp(var(--space-sm),1.5vw,var(--space-md));padding-right:clamp(var(--space-lg),4vw,var(--space-2xl));flex-direction:column;justify-content:center;height:100%;display:flex}@media (max-width:1024px){.about-vision__content{order:2;padding-right:0}}.about-vision__content h2{margin:0;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.2}.about-vision__content p{color:var(--foreground-soft);margin:0;font-size:clamp(.9rem,1.3vw,.95rem);line-height:1.6}.about-vision__content ul{gap:var(--space-xs);margin:0;padding:0;list-style:none;display:grid}@media (max-width:768px){.about-vision__content ul{gap:var(--space-2xs)}}.about-vision__content ul li{padding-left:var(--space-lg);font-size:clamp(.85rem,1.2vw,.9rem);line-height:1.5;position:relative}@media (max-width:768px){.about-vision__content ul li{padding-left:var(--space-md)}}.about-vision__content ul li:before{content:"↗";color:var(--accent);font-size:.9rem;position:absolute;top:.1rem;left:0}.about-vision__media{border-radius:clamp(var(--radius-md),4vw,36px);border:1px solid color-mix(in srgb,var(--border)60%,transparent);height:100%;min-height:450px;box-shadow:var(--shadow-medium);position:relative;overflow:hidden}@media (max-width:1024px){.about-vision__media{min-height:400px;margin-bottom:var(--space-lg);order:1}}@media (max-width:768px){.about-vision__media{min-height:350px;margin-bottom:var(--space-md)}}.about-vision__media img{object-fit:cover}
.core-values{padding:clamp(var(--space-xl),5vw,var(--space-3xl))0}.core-values__shell{gap:var(--space-xl);flex-direction:column;display:flex}@media (max-width:768px){.core-values__shell{gap:var(--space-lg)}}.core-values__intro{text-align:center;align-items:center;gap:var(--space-sm);flex-direction:column;max-width:720px;margin:0 auto;display:flex}@media (max-width:768px){.core-values__intro{gap:var(--space-xs)}}.core-values__intro h2{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.2}.core-values__intro p{color:var(--foreground-soft);font-size:clamp(.95rem,1.5vw,1rem);line-height:1.6}.core-values__grid{gap:clamp(var(--space-md),2vw,var(--space-xl));grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (max-width:1024px){.core-values__grid{gap:var(--space-md);grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.core-values__grid{gap:var(--space-sm);grid-template-columns:1fr}}.core-values article{padding:clamp(var(--space-lg),2vw,var(--space-xl));background:var(--surface);border-radius:clamp(var(--radius-md),3vw,32px);border:1px solid color-mix(in srgb,var(--border)60%,transparent);gap:var(--space-sm);transition:transform var(--duration-base)var(--ease-smooth),box-shadow var(--duration-base)var(--ease-smooth);flex-direction:column;display:flex;box-shadow:0 15px 35px #0f172a14}.core-values article:hover{box-shadow:var(--shadow-strong);border-color:var(--accent);transform:translateY(-6px)}.core-values article h3{font-size:1.15rem}.core-values article p{color:var(--foreground-soft);line-height:1.6}.core-values__icon{border-radius:var(--radius-pill);background:var(--gradient-primary);width:52px;height:52px;transition:transform var(--duration-base)var(--ease-smooth),box-shadow var(--duration-base)var(--ease-smooth);justify-content:center;align-items:center;display:inline-flex;transform:translateY(0);box-shadow:0 18px 35px #2563eb40}.core-values__icon svg{fill:var(--accent-contrast);filter:drop-shadow(0 4px 12px #0f172a40);transition:transform var(--duration-base)var(--ease-smooth)}.core-values article:hover .core-values__icon{transform:translateY(-6px)scale(1.05);box-shadow:0 25px 45px #2563eb4d}.core-values article:hover .core-values__icon svg{transform:rotate(-6deg)}
.about-tech-stack{padding:clamp(var(--space-xl),5vw,var(--space-3xl))0;position:relative}.about-tech-stack__inner{gap:var(--space-xl);flex-direction:column;display:flex}@media (max-width:768px){.about-tech-stack__inner{gap:var(--space-lg)}}.about-tech-stack__header{align-items:center;gap:var(--space-sm);text-align:center;flex-direction:column;max-width:720px;margin:0 auto;display:flex}@media (max-width:768px){.about-tech-stack__header{gap:var(--space-xs)}}.about-tech-stack__header h2{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.2}.about-tech-stack__header p{color:var(--foreground-soft);font-size:clamp(.95rem,1.5vw,1rem);line-height:1.7}.about-tech-stack__grid{gap:var(--space-lg);margin-top:var(--space-md);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media (max-width:1024px){.about-tech-stack__grid{gap:var(--space-md)}}@media (max-width:768px){.about-tech-stack__grid{gap:var(--space-sm);margin-top:var(--space-sm);grid-template-columns:1fr}}.about-tech-stack__category{padding:clamp(var(--space-lg),2vw,var(--space-xl));border-radius:clamp(var(--radius-md),3vw,28px);background:color-mix(in srgb,var(--surface)98%,transparent);border:1px solid color-mix(in srgb,var(--border)50%,transparent);transition:transform var(--duration-base)var(--ease-smooth),box-shadow var(--duration-base)var(--ease-smooth),border-color var(--duration-base)var(--ease-smooth),background var(--duration-base)var(--ease-smooth);isolation:isolate;cursor:pointer;position:relative;overflow:hidden;box-shadow:0 10px 30px #0f172a14}.about-tech-stack__category:before{content:"";border-radius:inherit;opacity:0;transition:opacity var(--duration-base)var(--ease-smooth);z-index:0;background:linear-gradient(135deg,#6366f108 0%,#0000 50%,#3b82f608 100%);position:absolute;inset:0}.about-tech-stack__category>*{z-index:1;position:relative}.about-tech-stack__category:hover{border-color:color-mix(in srgb,var(--accent)40%,transparent);background:color-mix(in srgb,var(--surface)99%,transparent);transform:translateY(-4px);box-shadow:0 16px 32px #0f172a1a}.about-tech-stack__category:hover:before{opacity:1}.about-tech-stack__category:hover .about-tech-stack__category-title{color:var(--accent)}.about-tech-stack__category:hover .about-tech-stack__tag{border-color:color-mix(in srgb,var(--accent)50%,transparent);background:color-mix(in srgb,var(--surface)100%,transparent)}.about-tech-stack__category-title{color:var(--foreground);margin-bottom:var(--space-md);transition:color var(--duration-base)var(--ease-smooth);align-items:center;gap:var(--space-sm);font-size:1.35rem;font-weight:600;display:flex}.about-tech-stack__category-title:before{content:"";background:var(--gradient-primary);border-radius:var(--radius-pill);width:4px;height:20px;transition:width var(--duration-base)var(--ease-smooth)}.about-tech-stack__category:hover .about-tech-stack__category-title:before{width:6px}.about-tech-stack__tags{gap:var(--space-sm);flex-wrap:wrap;display:flex}.about-tech-stack__tag{padding:clamp(var(--space-xs),1vw,var(--space-sm))clamp(var(--space-sm),1.5vw,var(--space-md));border-radius:var(--radius-sm);background:var(--surface);border:1px solid color-mix(in srgb,var(--border)45%,transparent);color:var(--foreground);white-space:nowrap;transition:transform var(--duration-base)var(--ease-smooth),border-color var(--duration-base)var(--ease-smooth),background var(--duration-base)var(--ease-smooth),box-shadow var(--duration-base)var(--ease-smooth);cursor:pointer;font-size:clamp(.8rem,1.2vw,.9rem);font-weight:500}.about-tech-stack__tag:hover{border-color:color-mix(in srgb,var(--accent)60%,transparent);background:color-mix(in srgb,var(--surface)100%,transparent);transform:translateY(-2px);box-shadow:0 4px 12px #0f172a14}@media (max-width:1024px){.about-tech-stack__grid{gap:var(--space-lg);grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.about-tech-stack__grid{gap:var(--space-lg);grid-template-columns:1fr}.about-tech-stack__category{padding:var(--space-lg)}}@media (max-width:640px){.about-tech-stack{padding:clamp(var(--space-xl),5vw,var(--space-2xl))0}.about-tech-stack__tags{gap:var(--space-xs)}.about-tech-stack__tag{padding:var(--space-xs)var(--space-sm);font-size:.85rem}}
