.about-hero{position:relative;width:100vw;height:125svh;overflow:hidden;background-color:var(--bg)}.about-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%}.about-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:grayscale(.25) brightness(.85) contrast(1.05)}.about-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,10,.7),rgba(26,26,26,.45) 40%,rgba(10,10,10,.75));pointer-events:none}.about-hero .container{padding-top:4em;display:flex;flex-direction:column;justify-content:space-between}.about-hero .container .animated-h1{font-size:clamp(1rem,10vw,12rem);width:70%}.about-tagline{display:flex;gap:2em;width:75%}.about-tagline .col:first-child{flex:6 1}.about-tagline .col:nth-child(2){flex:2 1}.about-copy{position:relative;width:100vw;padding:8em 0}.about-copy .container{width:50%;margin:0 auto}.about-copy-wrapper{margin-top:2em}.about-copy-img{height:500px}.about-copy-img,.about-copy-img-wrapper{position:relative;width:100%;overflow:hidden}.about-copy-img-wrapper{height:100%}.about-copy-img-wrapper img{position:absolute;filter:grayscale(.25) brightness(.85) contrast(1.05)}.about-copy-img:after{content:"";position:absolute;inset:0;background:rgba(10,10,10,.55);pointer-events:none;z-index:1}.about-copy h2{font-family:dh,sans-serif}.about-copy p{margin-bottom:2em}section.expertise{position:relative;width:100vw;height:100%;min-height:100svh}.expertise-header{position:absolute;padding-top:4em;top:0;left:0;width:100vw;height:100svh;overflow:hidden;will-change:transform}.expertise-header .container{display:flex;flex-direction:column;justify-content:space-between}.expertise-header .row{display:flex;justify-content:space-between;align-items:flex-start}.expertise-heading{max-width:none;white-space:nowrap;font-size:clamp(1rem,5vw,6rem)}.expertise-img-1{width:15%}.expertise-img-1,.expertise-img-2{position:relative;aspect-ratio:3/4;overflow:hidden}.expertise-img-2{width:30%}.expertise-img-1 img,.expertise-img-2 img{filter:grayscale(.25) brightness(.85) contrast(1.05)}.expertise-img-1:after,.expertise-img-2:after{content:"";position:absolute;inset:0;background:rgba(10,10,10,.55);pointer-events:none}.services{position:relative;width:50%;margin:0 auto;display:flex;padding:5.5em 0 1em;will-change:transform}.services .col{flex:1 1}.service h2,.service h3{margin-bottom:.5em}.service h2{font-family:dh,sans-serif}.service:not(:last-child){margin-bottom:8em}.about-outro-banner{position:relative;width:100vw;height:75vh;overflow:hidden;margin:8em 0 0;background-color:var(--bg)}.about-outro-img{position:relative;width:100%;height:100%}.about-outro-img img{filter:grayscale(.25) brightness(.85) contrast(1.05)}.about-outro-img:after{content:"";position:absolute;inset:0;background:rgba(10,10,10,.55);pointer-events:none;z-index:1}.founder-voice{position:relative;width:100vw;padding:8em 0}.founder-voice .container{width:50%;margin:0 auto;border-left:1px solid rgba(255,255,255,.125)}.founder-voice .container h2{margin-bottom:3em}.founder-image{position:relative;width:200px;aspect-ratio:3/4;margin-bottom:20px;overflow:hidden}.founder-image img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:grayscale(.25) brightness(.85) contrast(1.05)}.founder-image:after{content:"";position:absolute;inset:0;background:rgba(10,10,10,.55);pointer-events:none}.placeholder-gallery{aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;text-align:center;border:1px dashed rgba(255,255,255,.25);border-radius:.5rem}.placeholder-gallery p{font-size:12px;opacity:.6}.tech-stack-heading{margin-bottom:1.5em;font-family:dh,sans-serif}.client-logos .logo-item{aspect-ratio:auto;padding:1.5em 0}.client-logos{position:relative;width:100%;padding:6em 0;background-color:var(--bg);overflow-x:hidden}.client-logos .container{width:100%;margin:0 auto;overflow:hidden}.logos-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;width:100%}.logo-item{aspect-ratio:5/3;align-items:center;justify-content:flex-start;padding:1em 0;border-top:1px solid rgba(255,255,255,.125)}.logo-details,.logo-item{display:flex;flex-direction:column;width:100%;box-sizing:border-box}.logo-details{align-items:flex-start;gap:.75em;padding:0}.tech-icon{width:32px;height:32px;color:var(--copy);opacity:.85;flex-shrink:0;transition:color .3s ease,opacity .3s ease,transform .3s ease}.logo-item:hover .tech-icon{color:var(--brand-color,var(--copy));opacity:1;transform:scale(1.1)}.logo-item:hover p{opacity:1}.logo-details p{transition:opacity .3s ease}.logo-item img{width:20%;height:auto;object-fit:contain;margin-top:20px}@media (max-width:900px){.about-hero{height:100svh}.about-hero .container .animated-h1{width:100%;font-size:12vw}.about-tagline{position:relative;top:0;width:100vw;flex-direction:column;gap:1em}.about-copy{padding:4em 0 2em}.about-copy .container{width:100%}.about-copy-img{height:300px}.expertise-header{padding-top:2em}.expertise-header .container{justify-content:flex-start;gap:1.5em}.expertise-header .row .animated-h1{max-width:100%}.expertise-heading{font-size:8vw}.expertise-img-1{display:none}.expertise-img-2,.services{width:100%}.services{padding:70vh 20px 4em}.service:not(:last-child){margin-bottom:4em}.services .col:first-child{display:none}.about-outro-banner{height:40vh;margin:4em 0 0}.founder-voice{padding:4em 0}.founder-voice .container{width:95%}.founder-voice .container h2{margin-bottom:1.5em}.client-logos{padding:3em 0}.client-logos .container{width:100%;padding:0 20px}.logos-grid{grid-template-columns:repeat(2,1fr);gap:10px}.logo-details{padding:0 10px;justify-content:center}.logo-details p:first-child{display:none}.logo-item{aspect-ratio:1;padding:1em 0}}@media (max-width:480px){.about-hero .container .animated-h1{font-size:11vw}}