*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}:root{font-family:Prestige Elite Std,Space Mono,monospace;line-height:1.5;font-weight:400;color-scheme:light;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;color:#000}a{color:#000;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0;font-weight:inherit}.app{min-height:100vh;background-color:#fff;color:#000}.nav{display:flex;gap:2rem;justify-content:flex-end}.nav-link:hover{opacity:.6}.hero{padding:8rem 2rem 4rem;animation:slideUp 1s ease-out}.hero-title{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:300;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.1;margin:0;margin-bottom:2rem;color:#000}.hero-line{display:block}.hero-subtitle{font-family:Prestige Elite Std,Space Mono,monospace;font-weight:500;font-size:1.1rem;color:#000;margin:0;letter-spacing:.02em}.featured-projects{padding:6rem 2rem}.projects-title{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:300;font-size:clamp(2rem,4vw,3rem);color:#000;margin-bottom:4rem;line-height:1.1}.project{margin-bottom:6rem}.project:last-child{margin-bottom:0}.project-image-container{width:100%;margin-bottom:1.5rem;overflow:hidden;position:relative;cursor:pointer}.project-image{width:100%;height:400px;object-fit:cover;display:block;transition:transform .3s ease,filter .3s ease}.project-image-container:hover .project-image{transform:scale(1.05);filter:brightness(.9)}.project-title{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:300;font-size:clamp(1.5rem,3vw,2rem);color:#000;margin-bottom:.5rem;line-height:1.2}.project-description{font-family:Prestige Elite Std,Space Mono,monospace;font-weight:500;font-size:1rem;color:#000;margin:0;letter-spacing:.02em;line-height:1.4}.organizations{padding:4rem 2rem 2rem;text-align:center;animation:slideUp 1s ease-out .3s backwards}.organizations-title{font-family:Prestige Elite Std,Space Mono,monospace;font-weight:500;font-size:1.1rem;color:#000;margin-bottom:0;letter-spacing:.02em;line-height:1.2}.slideshow-container{position:relative;overflow:hidden;width:100%;margin:.5rem 0}.slideshow-track{display:flex;animation:slide 40s linear infinite;width:calc(200% + 4rem)}.slideshow-item{flex:0 0 auto;width:calc(100% / 13);display:flex;justify-content:center;align-items:center;padding:0 12 px;height:120px}.company-logo{max-height:80px;max-width:200px;object-fit:contain;transition:all .3s ease}.company-logo:hover{transform:scale(1.05)}.logo-placeholder{font-family:Prestige Elite Std,Space Mono,monospace;font-weight:500;font-size:1.2rem;color:#666;padding:1rem 2rem;border:2px dashed #ccc;border-radius:8px;background-color:#f9f9f9}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonials{padding:6rem 2rem;max-width:1200px;margin:0 auto}.testimonials-title{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:300;font-size:clamp(2rem,4vw,3rem);color:#000;margin-bottom:4rem;line-height:1.1;text-align:center}.testimonials-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto}.testimonials-column{display:flex;flex-direction:column;gap:3rem}.testimonial{display:flex;flex-direction:column;gap:1rem}.testimonial-quote{font-family:Prestige Elite Std,Space Mono,monospace;font-weight:500;font-size:20px;color:#000;line-height:32px;margin:0;letter-spacing:.02em}.testimonial-author{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.testimonial-name{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:100;font-size:40px;color:#000;margin:0;line-height:72px}.testimonial-affiliation{font-family:Prestige Elite Std,Space Mono,monospace;font-weight:500;font-size:.9rem;color:#000;margin:0;line-height:1.3;letter-spacing:.02em}.footer{padding:4.2rem 2rem;text-align:left;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-color:#e8e8e8;width:100vw;margin-left:calc(-50vw + 50%)}.footer-question{font-family:Prestige Elite Std,Space Mono,monospace;font-weight:500;font-size:1rem;color:#000;margin:0 0 .75rem;letter-spacing:.02em}.footer-cta{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:300;font-size:clamp(2rem,4vw,3rem);color:#000;margin:0 0 1.5rem;line-height:1.1}.footer-links{display:flex;flex-direction:column;gap:.25rem}.footer-link{font-family:Prestige Elite Std,Space Mono,monospace;font-weight:500;font-size:1rem;color:#000;text-decoration:none;letter-spacing:.02em;transition:opacity .2s ease}.footer-link:hover{opacity:.6}@media (max-width: 768px){.header{padding:.975rem 1.5rem}.header-logo,.nav{display:none}.mobile-menu-button{display:block}.hero{padding:6rem 1.5rem 3rem}.hero-title{margin-bottom:1.5rem}.hero-subtitle{font-size:1rem}.featured-projects{padding:4rem 1.5rem}.projects-title{margin-bottom:3rem}.project{margin-bottom:4rem}.project-image{height:250px}.organizations{padding:3rem 1.5rem 1.5rem}.organizations-title{font-size:1rem;margin-bottom:0}.slideshow-item{padding:0 8px;height:100px}.company-logo{max-height:60px;max-width:150px}.testimonials{padding:4rem 1.5rem}.testimonials-title{margin-bottom:3rem}.testimonials-grid{grid-template-columns:1fr;gap:2rem}.testimonials-column{gap:2rem}.testimonial-quote{font-size:18px;line-height:28px}.testimonial-name{font-size:32px;line-height:56px}.testimonial-affiliation{font-size:.85rem}.footer{padding:2.8rem 1.5rem}.footer-question{font-size:.9rem;margin-bottom:.5rem}.footer-cta{margin-bottom:1rem}.footer-links{gap:.2rem}.footer-link{font-size:.9rem}}.about-page{min-height:100vh;background-color:#fff;color:#000}.header{position:fixed;top:0;left:0;right:0;width:100%;padding:1.3rem 2rem;z-index:1000;background-color:#fff;border-bottom:1px solid #d0d0d0;display:flex;justify-content:space-between;align-items:center}.header-logo{text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:opacity .2s ease}.header-logo:hover{opacity:.6}.logo-name{font-family:Prestige Elite Std,Space Mono,monospace;font-weight:500;font-size:.9rem;color:#000;font-variant:small-caps;letter-spacing:.05em}.logo-title{font-family:Prestige Elite Std,Space Mono,monospace;font-weight:500;font-size:.9rem;color:#666;font-variant:small-caps;letter-spacing:.05em}.nav{display:flex;gap:2rem;justify-content:flex-start}.nav-link{font-family:Prestige Elite Std,Space Mono,monospace;font-weight:500;font-size:.9rem;text-decoration:none;color:#000;text-transform:lowercase;letter-spacing:.05em;transition:opacity .2s ease}.nav-link:hover,.nav-link.active{opacity:.6}.mobile-menu-button{display:none;background:none;border:none;cursor:pointer;padding:0;width:24px;height:18px;position:relative;z-index:1001}.hamburger-line{display:block;width:100%;height:2px;background-color:#000;margin:4px 0;transition:all .3s ease;transform-origin:center}.mobile-menu-button.open .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-button.open .hamburger-line:nth-child(2){opacity:0}.mobile-menu-button.open .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-menu-overlay{position:fixed;inset:0;background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu-content{display:flex;flex-direction:column;gap:2rem;text-align:center}.mobile-logo{text-decoration:none;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;transition:opacity .2s ease}.mobile-logo:hover{opacity:.6}.mobile-logo-name{font-family:Prestige Elite Std,Space Mono,monospace;font-weight:500;font-size:1.5rem;color:#000;font-variant:small-caps;letter-spacing:.05em}.mobile-logo-title{font-family:Prestige Elite Std,Space Mono,monospace;font-weight:500;font-size:1.5rem;color:#666;font-variant:small-caps;letter-spacing:.05em}.mobile-nav-link{font-family:Prestige Elite Std,Space Mono,monospace;font-weight:500;font-size:1.5rem;text-decoration:none;color:#000;text-transform:lowercase;letter-spacing:.05em;transition:opacity .2s ease}.mobile-nav-link:hover{opacity:.6}@keyframes slideUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.about-content{padding:6rem 2rem 2rem;max-width:1200px;margin:0;animation:slideUp 1s ease-out}.about-text{text-align:left;max-width:600px;margin:0}.about-title{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:300;font-size:clamp(2rem,5vw,3.2rem);line-height:1.2;margin:0 0 2rem;color:#000}.about-description{font-family:Prestige Elite Std,Space Mono,monospace;font-weight:500;font-size:.9rem;color:#000;line-height:1.5;margin:0;letter-spacing:.02em}.about-list{font-family:Prestige Elite Std,Space Mono,monospace;font-weight:500;font-size:.9rem;color:#000;line-height:1.5;letter-spacing:.02em;list-style:none;padding:0}.about-list li{margin-bottom:.5rem}.about-gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;margin-top:2rem;margin-bottom:4rem;width:100vw;padding:0 2rem;box-sizing:border-box;animation:slideUp 1s ease-out .3s backwards}.gallery-item{position:relative;width:100%;padding-bottom:100%;overflow:hidden}.gallery-item img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item img:hover{transform:scale(1.05)}@media (max-width: 768px){.header{padding:.975rem 1.5rem}.header-logo,.nav{display:none}.mobile-menu-button{display:block}.about-content{padding:6rem 1.5rem 3rem}.about-title{margin-bottom:1.5rem}.about-description{font-size:1rem}.about-gallery{grid-template-columns:repeat(2,1fr);margin-top:3rem;margin-bottom:3rem}}
