*{margin:0;padding:0;box-sizing:border-box}:root{--color-black: #000000;--color-white: #ffffff;--color-gray-50: #f9fafb;--color-gray-200: #e5e7eb;--color-gray-400: #9ca3af;--color-gray-700: #374151;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--color-black);background:var(--color-white)}html.page-ready body{opacity:0}html.page-ready body,html.page-loaded body,html.page-leaving body{transition:opacity .18s ease}html.page-loaded body{opacity:1}html.page-leaving body{opacity:0}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease;transition-delay:var(--reveal-delay, 0ms)}.reveal.reveal--in{opacity:1;transform:translateY(0)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.bg-black{background-color:var(--color-black)}.bg-white{background-color:var(--color-white)}.bg-gray-50{background-color:var(--color-gray-50)}.text-white{color:var(--color-white)}.section-padding{padding:var(--spacing-2xl) 0}.mt-12{margin-top:3rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;background:transparent;transition:all .3s;opacity:0;transform:translateY(-16px)}html.page-loaded .navbar{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease,background .3s ease,box-shadow .3s ease}.navbar-scrolled{background:var(--color-white);box-shadow:0 2px 8px #0000001a}.navbar-content{display:flex;align-items:center;justify-content:space-between;height:5rem}.navbar-logo{display:inline-flex;align-items:center;text-decoration:none}.navbar-logo img{height:2.5rem;width:auto;object-fit:contain}.navbar-nav{display:flex;gap:2rem;list-style:none}.navbar-nav-desktop{align-items:center}.nav-link{text-decoration:none;color:#fffffff2;font-size:.875rem;font-weight:500;transition:color .2s}.nav-link:hover,.nav-link.active{color:var(--color-white)}.navbar-scrolled .nav-link{color:var(--color-gray-700)}.navbar-scrolled .nav-link:hover,.navbar-scrolled .nav-link.active{color:var(--color-black)}.nav-cta{margin-left:.5rem;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;background:var(--color-black);color:var(--color-white);text-decoration:none;transition:opacity .2s}.nav-cta:hover{opacity:.85}.navbar-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;width:44px;height:44px;align-items:center;justify-content:center}.navbar-toggle svg{width:24px;height:24px;color:var(--color-white)}.navbar-scrolled .navbar-toggle svg{color:var(--color-black)}.mobile-menu{position:fixed;inset:0;z-index:60;background:var(--color-white);transform:translate(100%);opacity:0;transition:transform .25s ease,opacity .25s ease;display:flex;flex-direction:column;padding:1.5rem}.mobile-menu.active{transform:translate(0);opacity:1}.mobile-menu-close{align-self:flex-end;background:none;border:none;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.mobile-menu-close svg{width:24px;height:24px;color:var(--color-black)}.mobile-menu-links{margin-top:2rem;display:flex;flex-direction:column;gap:1.25rem;align-items:center;justify-content:center;flex:1}.mobile-link{font-size:2rem;font-weight:600;text-decoration:none;color:var(--color-gray-700);opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease,color .2s ease;transition-delay:calc(var(--stagger, 0) * 70ms)}.mobile-menu.active .mobile-link,.mobile-menu.active .mobile-cta{opacity:1;transform:translateY(0)}.mobile-link:hover,.mobile-link.active{color:var(--color-black)}.mobile-cta{margin-top:.75rem;display:inline-flex;padding:.9rem 2rem;background:var(--color-black);color:var(--color-white);text-decoration:none;font-weight:600;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease;transition-delay:calc(var(--stagger, 0) * 70ms)}.hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:100vh;overflow:hidden}.hero-full{min-height:100vh}.hero-background{position:absolute;inset:0;z-index:0}.hero-image{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:#0009}.hero-content{position:relative;z-index:10;text-align:center;color:var(--color-white);max-width:56rem;padding:0 1.5rem}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;margin-bottom:1.5rem;line-height:1.1}.hero-subtitle{font-size:clamp(1.125rem,2vw,1.25rem);color:#ffffffe6;margin-bottom:2.5rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;padding:.875rem 2rem;font-size:.875rem;font-weight:500;text-decoration:none;border-radius:.25rem;transition:all .2s;border:none;cursor:pointer}.btn-primary{background:var(--color-white);color:var(--color-black)}.btn-primary:hover{background:var(--color-gray-200)}.btn-secondary{background:transparent;color:var(--color-white);border:1px solid var(--color-white)}.btn-secondary:hover{background:var(--color-white);color:var(--color-black)}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:var(--color-gray-700);max-width:42rem;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:700;display:block;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:#fffc}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.project-card{background:var(--color-white);border:1px solid var(--color-gray-200);overflow:hidden;transition:all .3s;position:relative}.project-card:hover{border-color:var(--color-black)}.project-image{width:100%;height:16rem;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.project-card:hover .project-image img{transform:scale(1.1)}.project-content{padding:1.5rem}.project-hover{position:absolute;inset:0;background:#000000bf;opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;pointer-events:none}.project-hover-inner{padding:1.5rem;color:var(--color-white);width:100%}.project-hover-outcomes p{font-size:.875rem;font-weight:600;margin-bottom:.5rem}.project-hover-cta{margin-top:.75rem;font-size:.875rem;font-weight:600}.project-card:hover .project-hover{opacity:1}.project-industry{font-size:.75rem;text-transform:uppercase;color:var(--color-gray-400);letter-spacing:.05em;margin-bottom:.5rem;display:block}.project-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.project-outcomes{list-style:none;margin-bottom:1rem}.project-outcomes li{font-size:.875rem;margin-bottom:.5rem}.project-link{font-size:.875rem;font-weight:500;color:var(--color-black);text-decoration:none}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.service-card{padding:2rem;background:var(--color-white);border-radius:.5rem;border:1px solid var(--color-gray-200);transition:box-shadow .3s,border-color .3s,transform .3s}.service-card:hover{border-color:var(--color-black);box-shadow:0 10px 30px #00000014;transform:translateY(-2px)}.service-icon-box{width:3.5rem;height:3.5rem;background:var(--color-black);color:var(--color-white);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:transform .3s}.service-card:hover .service-icon-box{transform:scale(1.08)}.service-icon-box svg{width:28px;height:28px}.service-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.service-description{color:var(--color-gray-700);margin-bottom:1rem}.service-link{font-size:.875rem;font-weight:500;color:var(--color-black);text-decoration:none}.partners-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem}.partner-item{padding:1.5rem;text-align:center;color:var(--color-gray-400);font-weight:700;border:1px solid var(--color-gray-200);background:var(--color-white);transition:border-color .3s ease,color .3s ease}.partner-item:hover{border-color:var(--color-black);color:var(--color-black)}.cta-content{text-align:center;max-width:48rem;margin:0 auto}.cta-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1.5rem}.cta-text{font-size:1.25rem;color:#ffffffe6;margin-bottom:2.5rem}.footer{background:var(--color-black);color:var(--color-white);padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-col h3,.footer-col h4{margin-bottom:1rem}.footer-brand-logo{height:2.5rem;width:auto;object-fit:contain;margin-bottom:1rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.5rem}.footer-col a{color:#ffffffb3;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--color-white)}.footer-social{display:flex;gap:1rem;margin-top:1rem}.footer-social a{display:inline-flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;color:#fffc}.footer-social a:hover{color:var(--color-white)}.footer-social svg{width:20px;height:20px}.footer-contact-item{display:flex;gap:.75rem;align-items:center;color:#ffffffb3;margin-bottom:.5rem}.footer-contact-item svg{width:16px;height:16px}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9}.hero-large{min-height:80vh}.hero-medium{min-height:60vh}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.story-text{color:var(--color-gray-700);line-height:1.8}.story-text p{margin-bottom:1.5rem}.story-image{height:500px;overflow:hidden}.story-image img{width:100%;height:100%;object-fit:cover}.mission-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.mission-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.mission-text{font-size:1.125rem;color:#ffffffe6;line-height:1.8}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{text-align:center}.value-icon-box{width:4rem;height:4rem;background:var(--color-black);color:var(--color-white);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.value-icon-box svg{width:32px;height:32px}.value-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.value-description{color:var(--color-gray-700);line-height:1.6}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.team-card{background:var(--color-white);border:1px solid var(--color-gray-200);overflow:hidden;transition:all .3s}.team-card:hover{border-color:var(--color-black)}.team-image{height:20rem;overflow:hidden}.team-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .5s}.team-card:hover .team-image img{filter:grayscale(0)}.team-content{padding:1.5rem}.team-name{font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.team-role{font-size:.75rem;text-transform:uppercase;color:var(--color-gray-400);letter-spacing:.05em;margin-bottom:.75rem}.team-bio{font-size:.875rem;color:var(--color-gray-700);line-height:1.6}.team-linkedin{display:inline-flex;margin-top:.75rem;color:var(--color-gray-700);transition:color .2s}.team-linkedin:hover{color:var(--color-black)}.team-linkedin svg{width:18px;height:18px}.services-detail{display:flex;flex-direction:column;gap:4rem}.service-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.service-detail-reverse{direction:rtl}.service-detail-reverse>*{direction:ltr}.service-icon-large{font-size:4rem;margin-bottom:1.5rem}.service-detail-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.service-detail-description{font-size:1.125rem;color:var(--color-gray-700);line-height:1.8;margin-bottom:1.5rem}.service-features h4{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.service-features ul{list-style:none;margin-bottom:1.5rem}.service-features li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.5rem}.service-features li svg{width:18px;height:18px;margin-top:2px;flex-shrink:0}.service-benefits{padding:1rem;border-left:4px solid var(--color-black);background:var(--color-gray-50);font-style:italic;color:var(--color-gray-700);line-height:1.8}.service-detail-image{background:var(--color-gray-50);height:24rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.service-detail-image img{width:100%;height:100%;object-fit:cover}.service-placeholder{text-align:center}.service-illustration svg{width:120px;height:120px;color:#0003}.service-icon-large svg{width:32px;height:32px}.service-placeholder p{margin-top:1rem;font-size:.875rem;color:var(--color-gray-400)}.process-list{display:flex;flex-direction:column;gap:0}.process-item{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;padding:2rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.process-item:last-child{border-bottom:none}.process-step{font-size:3rem;font-weight:700;color:#ffffff4d}.process-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.process-description{color:#fffc;line-height:1.8}.filter-tabs-wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem}.filter-tab{padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;background:var(--color-white);color:var(--color-black);border:1px solid var(--color-black);cursor:pointer;transition:all .3s}.filter-tab:hover,.filter-tab.active{background:var(--color-black);color:var(--color-white)}.projects-grid-full{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.projects-grid-full.is-filtering{opacity:.5;transition:opacity .2s ease}.project-card-full{background:var(--color-white);border:1px solid var(--color-gray-200);overflow:hidden;cursor:pointer;transition:all .3s}.project-card-full:hover{border-color:var(--color-black)}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.project-tag{font-size:.75rem;padding:.25rem .75rem;background:var(--color-gray-50);border-radius:.25rem}.project-view-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;background:var(--color-black);color:var(--color-white);border:none;cursor:pointer;transition:background .2s}.project-view-btn:hover{background:var(--color-gray-700)}.modal{display:none;position:fixed;inset:0;background:#000c;z-index:1000;overflow-y:auto;padding:2rem;opacity:0;transition:opacity .2s ease}.modal.active{display:flex;align-items:center;justify-content:center;opacity:1}.modal-content{background:var(--color-white);max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:2rem;transform:translateY(24px);transition:transform .2s ease}.modal.active .modal-content{transform:translateY(0)}.modal.closing{opacity:0}.modal-close{position:absolute;top:1rem;right:1rem;font-size:2rem;background:none;border:none;cursor:pointer;color:var(--color-gray-700);width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:var(--color-black);color:var(--color-white)}.modal-project-image{width:100%;height:20rem;overflow:hidden;margin-bottom:2rem}.modal-project-image img{width:100%;height:100%;object-fit:cover}.modal-project-industry{font-size:.75rem;text-transform:uppercase;color:var(--color-gray-400);letter-spacing:.05em;margin-bottom:.5rem;display:block}.modal-project-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.modal-project-section{margin-bottom:2rem}.modal-project-section h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.modal-project-section p{color:var(--color-gray-700);line-height:1.8}.modal-outcomes-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.modal-outcomes-grid{grid-template-columns:1fr 1fr}}.modal-outcome{display:flex;gap:.75rem;align-items:flex-start;padding:1rem;background:var(--color-gray-50)}.modal-outcome svg{width:20px;height:20px;flex-shrink:0;margin-top:2px}.contact-grid{display:grid;grid-template-columns:1fr 2fr;gap:3rem}.contact-intro h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.contact-intro p{color:var(--color-gray-700);line-height:1.8}.contact-info-list{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.contact-info-item{display:flex;gap:1rem}.contact-info-icon{width:3rem;height:3rem;background:var(--color-black);color:var(--color-white);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info-icon svg{width:20px;height:20px}.contact-info-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.contact-info-text{color:var(--color-gray-700);font-size:.875rem}.contact-form-wrapper{background:var(--color-gray-50);padding:2rem;border-radius:.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid var(--color-gray-200);border-radius:.25rem;font-size:1rem;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-black)}.form-group input.error,.form-group textarea.error{border-color:#dc2626}.error-message{color:#dc2626;font-size:.875rem;margin-top:.25rem}.form-success{padding:1rem;background:#10b981;color:var(--color-white);border-radius:.25rem;margin-top:1rem;transform:translateY(-6px);opacity:0;transition:opacity .2s ease,transform .2s ease}.form-success.is-visible{opacity:1;transform:translateY(0)}.form-success-inner{display:flex;gap:.75rem;align-items:center}.form-success-inner svg{width:20px;height:20px}.form-note{padding:1rem;background:var(--color-gray-50);border-left:4px solid var(--color-black);color:var(--color-gray-700)}.map-section{height:24rem;background:var(--color-gray-200);position:relative;overflow:hidden}.map-placeholder{height:100%;display:flex;align-items:center;justify-content:center}.map-content{text-align:center}.map-icon{font-size:3rem;margin-bottom:1rem}.map-icon svg{width:48px;height:48px;color:#00000059}.map-text{font-weight:500;color:var(--color-gray-700);margin-bottom:.5rem}.map-subtext{font-size:.875rem;color:var(--color-gray-400)}@media(max-width:768px){.navbar-toggle{display:flex}.navbar-nav{position:absolute;top:100%;left:0;right:0;background:var(--color-white);flex-direction:column;padding:1rem;box-shadow:0 4px 6px #0000001a;display:none}.navbar-nav.mobile-open{display:flex}.navbar-nav-desktop{display:none}.hero-cta{flex-direction:column}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.story-grid,.mission-grid,.service-detail,.contact-grid{grid-template-columns:1fr}.service-detail-reverse{direction:ltr}.modal-content{padding:1rem}}
