*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}img{display:block;height:auto;max-width:100%}button{background:none;border:none;cursor:pointer;font-family:inherit}button:focus{outline:none}input,textarea{font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}.header{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background-color:#ffffffe6;left:0;position:fixed;right:0;top:0;z-index:40}@media (max-width:768px){.header{-webkit-backdrop-filter:initial;backdrop-filter:none;background-color:#fff}}.header-container{justify-content:space-between;margin:0 auto;max-width:1280px;padding:.7rem 1.5rem}.header-container,.logo-link{align-items:center;display:flex}.logo-link{gap:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.logo-link:hover{transform:scale(1.05) translateY(-2px)}.logo-link img{transition:all .3s cubic-bezier(.4,0,.2,1)}.logo-link:hover img{transform:scale(1.1) rotate(1deg)}.logo{height:4rem;object-fit:contain}.desktop-nav{align-items:center;display:none;gap:2rem}@media (min-width:768px){.desktop-nav{display:flex}}.nav-link{color:#374151;font-size:.875rem;font-weight:300;letter-spacing:.05em;position:relative;text-transform:uppercase;transition:all .3s}.nav-link.active,.nav-link:hover{color:#dc2626}.nav-underline{background-color:#dc2626;bottom:-.25rem;height:1px;left:0;position:absolute;transition:all .3s;width:0}.nav-link.active .nav-underline,.nav-link:hover .nav-underline{width:100%}.language-toggle{border:1px solid #e4dfdf;border-radius:2px;color:#374151;font-size:.875rem;font-weight:300;letter-spacing:.05em;margin-left:1rem;padding:2px 5px;text-transform:uppercase;transition:.3s}.language-toggle:hover{border-color:#dc2626a1;color:#dc2626a1}.mobile-menu-btn{color:#374151;display:block;opacity:.8}.mobile-menu-btn:hover{opacity:1;transition:all .2s}@media (min-width:768px){.mobile-menu-btn{display:none}}.mobile-menu{background-color:#ffffffe6;border-bottom:1px solid #e5e7eb}@media (min-width:768px){.mobile-menu{display:none!important}}.mobile-nav{align-items:flex-end;display:flex;flex-direction:column;gap:1rem;padding:0 1.5rem 1rem}.mobile-nav-link{color:#374151;font-size:.875rem;font-weight:300;letter-spacing:.05em;padding-bottom:.25rem;position:relative;text-align:right;text-transform:uppercase;transition:color .3s}.mobile-nav-link.active,.mobile-nav-link:hover{color:#dc2626}.mobile-nav-link:after{background-color:#dc2626;bottom:0;content:"";height:1px;position:absolute;right:0;transition:width .3s ease;width:0}.mobile-nav-link.active:after,.mobile-nav-link:hover:after{width:100%}.mobile-language-toggle{background:none;border:1px solid #e4dfdf;border-radius:2px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:300;letter-spacing:.05em;margin-top:.5rem;padding:2px 5px;text-align:right;text-transform:uppercase;transition:.3s}.mobile-language-toggle:hover{border-color:#dc2626a1;color:#dc2626a1}.footer{background-color:#111827;color:#fff;padding:3rem 1.5rem}.footer-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr;margin:0 auto;max-width:1280px}@media (min-width:768px){.footer-container{grid-template-columns:repeat(3,1fr)}}.footer-section{display:flex;flex-direction:column}.footer-logo{height:6rem;margin-bottom:.5rem;max-width:145px;object-fit:contain}.footer-tagline{color:#9ca3af;line-height:1.6}.footer-tagline,.footer-title{font-size:.875rem;font-weight:300}.footer-title{color:#fff;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-text{line-height:1.6}.footer-link,.footer-text{color:#9ca3af;font-size:.875rem;font-weight:300}.footer-link{transition:color .3s}.footer-link:hover{color:#dc2626}.footer-bottom{border-top:1px solid #374151;margin:3rem auto 0;max-width:1280px;padding-top:2rem}.footer-bottom-content{align-items:center;display:flex;flex-direction:column;gap:1rem;text-align:center}.footer-copyright{color:#6b7280;font-size:.875rem;font-weight:300;margin:0}.footer-legal-links{align-items:center;display:flex;gap:.75rem}.footer-legal-link{color:#6b7280;font-size:.875rem;font-weight:300;transition:color .3s}.footer-legal-link:hover{color:#dc2626}.footer-separator{color:#4b5563;font-size:.875rem}.footer-sdr,.footer-sdr:hover{text-decoration:underline}.footer-sdr:hover{transition:all;transition-duration:.2s}@media (min-width:768px){.footer-bottom-content{flex-direction:row;justify-content:space-between;text-align:left}.footer-sdr{text-decoration:none}}.hero{align-items:center;display:flex;height:90vh;justify-content:center;overflow:hidden;position:relative}.hero-background{background-position:50%;background-size:cover;inset:0;position:absolute;transform:scale(1.05);transition:transform 8s ease-out}.hero:hover .hero-background{transform:scale(1.1)}.hero-overlay{background:linear-gradient(135deg,#0009,#f7a7a74d);inset:0;position:absolute}.hero-content{color:#fff;max-width:56rem;padding:0 1.5rem;position:relative;text-align:center;z-index:10}.hero-title{animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) forwards;font-size:clamp(2.5rem,8vw,5rem);font-weight:200;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) .2s forwards;font-size:clamp(1.125rem,3vw,1.5rem);font-weight:300;letter-spacing:.02em;line-height:1.6;margin-bottom:3rem;opacity:.95}.hero-cta-group{animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) .4s forwards;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero-cta{align-items:center;border-radius:.375rem;font-size:.875rem;font-weight:700;gap:.5rem;letter-spacing:.025em;min-width:250px;padding:1.125rem 2.25rem;text-align:center;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-cta-primary{background-color:#dc2626;box-shadow:0 4px 14px #dc262666;color:#fff}.hero-cta-primary:hover{background-color:#b91c1c;box-shadow:0 8px 20px #dc262680;transform:translateY(-2px)}.hero-cta-secondary{background-color:initial;border:2px solid #fffc;color:#fff}.hero-cta-secondary:hover{background-color:#ffffff1a;border-color:#fff}.scroll-indicator{animation:bounce 2.5s infinite;background:none;border:none;bottom:2rem;color:#fffc;cursor:pointer;left:50%;position:absolute;transform:translateX(-50%);transition:color .3s}.scroll-indicator:hover{color:#fff}@keyframes bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-12px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section-container{margin:0 auto;max-width:1280px;padding:0 1.5rem}.section-title{color:#111827;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:200;letter-spacing:.02em;margin-bottom:1.5rem;text-align:center}.section-intro{color:#6b7280;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:300;line-height:1.7;margin:0 auto 1rem;max-width:48rem;text-align:center}@media (max-width:768px){.section-intro{margin:0 auto .5rem}.section-title{margin-bottom:.5rem}}.expertise-section{background:linear-gradient(180deg,#fff 0,#f9fafb);padding:2rem 1.5rem}.expertise-header{margin-bottom:1rem}.usp-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:1.5rem}@media (min-width:768px){.expertise-section{padding:3rem 1.5rem}.usp-grid{grid-template-columns:repeat(3,1fr)}.usp-card{padding:1.5rem 1rem}.expertise-header{margin-bottom:2rem}}.usp-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 1px 3px #0000000d;min-height:100%;padding:2rem 1.5rem;text-align:center;transition:all .3s}.usp-card:hover{border-color:#dc2626;box-shadow:0 12px 28px #0000001f;transform:translateY(-6px)}.usp-icon{align-items:center;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:1rem;color:#fff;display:flex;height:72px;justify-content:center;margin:0 auto 1.5rem;transition:transform .3s;width:72px}.usp-card:hover .usp-icon{transform:scale(1.1) rotate(5deg)}.usp-title{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.usp-text{color:#6b7280;font-size:1rem;font-weight:300;line-height:1.6}.expertise-cta{text-align:center}.featured-projects-section{background:#fff;padding:2rem 1.5rem}.featured-grid,.featured-header{margin-bottom:2rem}.featured-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr}@media (min-width:768px){.featured-projects-section{background:#fff;padding:3rem 1.5rem}.featured-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.featured-header{margin-bottom:1rem}}.featured-card{background:#fff;border-radius:.25rem;box-shadow:0 2px 8px #00000014;display:block;height:100%;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.featured-card:hover{box-shadow:0 16px 32px #00000026;transform:translateY(-8px)}.featured-image-wrapper{aspect-ratio:4/3;overflow:hidden;position:relative}.featured-image{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.featured-card:hover .featured-image{transform:scale(1.1)}.featured-overlay{align-items:flex-end;background:linear-gradient(0deg,#000000b3 0,#0000 50%);display:flex;inset:0;justify-content:center;opacity:0;padding:2rem;position:absolute;transition:opacity .3s}@media (max-width:767px){.featured-overlay{opacity:1}}@media (min-width:768px){.featured-card:hover .featured-overlay{opacity:1}}.featured-badge{background:#fff;border-radius:2rem;color:#dc2626;font-size:.875rem;font-weight:600;letter-spacing:.05em;padding:.625rem 1.25rem;text-transform:uppercase}.featured-content{padding:1.5rem}.featured-title{color:#111827;font-size:1.25rem;font-weight:400;margin-bottom:.5rem;transition:color .3s}.featured-card:hover .featured-title{color:#dc2626}.featured-location{color:#6b7280;font-size:.875rem;font-weight:300;letter-spacing:.05em;text-transform:uppercase}.featured-cta{text-align:center}.process-section{background:linear-gradient(135deg,#f9fafb,#fff);padding:2rem 1.5rem}.process-timeline{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr;margin:2rem auto;max-width:72rem}@media (min-width:768px){.process-section{padding:3rem 1.5rem}}@media (min-width:768px) and (max-width:1023px){.process-timeline{gap:3rem 2.5rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.process-timeline{gap:2.5rem;grid-template-columns:repeat(4,1fr)}}.process-step{display:flex;flex-direction:column;min-height:100%;padding-left:2.5rem;position:relative}.process-step:before{background:#dc2626;border-radius:2px;bottom:0;content:"";left:6px;position:absolute;top:0;width:3px}.process-number{align-items:center;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:50%;box-shadow:0 4px 12px #dc26264d;color:#fff;display:flex;font-size:1.25rem;font-weight:700;height:3.25rem;justify-content:center;left:-1.125rem;position:absolute;top:0;transition:all .3s;width:3.25rem;z-index:2}.process-step:hover .process-number{box-shadow:0 6px 16px #dc262666;transform:scale(1.15) rotate(5deg)}.process-title{color:#111827;font-size:1.25rem;font-weight:600;line-height:1.3;margin-bottom:.75rem;margin-top:12px;padding-left:.5rem}.process-text{color:#6b7280;font-size:.9375rem;font-weight:300;line-height:1.7;padding-left:.5rem}.process-step{cursor:default;transition:all .3s}.process-step:hover{transform:translateX(4px)}.process-step:hover:before{background:linear-gradient(180deg,#dc2626,#991b1b);width:4px}.process-step:hover .process-title{color:#dc2626}@media (max-width:767px){.process-step{align-items:center;padding-left:0!important;text-align:center}.process-step:before{display:none}.process-number{margin-bottom:1rem;position:static}.process-title{font-size:1.125rem;margin-bottom:.5rem;padding-left:0}.process-text{font-size:.875rem;padding-left:0}.process-step:hover{transform:translateY(-4px)}}@media (min-width:768px) and (max-width:1023px){.process-step{padding-left:2.5rem}}@media (min-width:1024px){.process-step{padding-left:2.75rem}.process-number{height:3.5rem;left:-1.25rem;width:3.5rem}.process-number,.process-title{font-size:1.375rem}.process-text{font-size:1rem}}@keyframes processSlideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.services-section{background:#fff;padding:2rem 1.5rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin:2rem auto 0;max-width:72rem}@media (min-width:768px){.services-section{background:#fff;padding:3rem 1.5rem}.services-grid{gap:2.5rem;grid-template-columns:repeat(3,1fr)}}.service-card{background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:2rem 1.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.service-card:before{background:linear-gradient(90deg,#dc2626,#991b1b);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{border-color:#dc2626;box-shadow:0 20px 40px #dc262626;transform:translateY(-8px)}.service-number{color:#f3f4f6;font-size:4rem;font-weight:200;line-height:1;position:absolute;right:2rem;top:2rem;transition:all .4s;z-index:1}.service-card:hover .service-number{color:#dc26261a;transform:scale(1.1)}.service-icon-modern{align-items:center;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:1rem;color:#dc2626;display:flex;height:80px;justify-content:center;margin-bottom:2rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:80px;z-index:2}.service-card:hover .service-icon-modern{background:linear-gradient(135deg,#dc2626,#991b1b);box-shadow:0 8px 24px #dc26264d;color:#fff;transform:scale(1.05) rotate(-5deg)}.service-title{color:#111827;font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:1rem;position:relative;z-index:2}.service-text{flex-grow:1;font-size:1rem;font-weight:300;line-height:1.7;margin-bottom:1.5rem}.service-arrow,.service-text{color:#6b7280;position:relative;z-index:2}.service-arrow{align-items:center;align-self:flex-start;background:#f9fafb;border-radius:50%;display:flex;height:40px;justify-content:center;transition:all .3s;width:40px}.service-card:hover .service-arrow{background:#dc2626;color:#fff;transform:translateX(4px)}@media (max-width:767px){.service-card{padding:1rem}.service-number{font-size:3rem;right:1.5rem;top:1.5rem}.service-icon-modern{height:70px;margin-bottom:1.5rem;width:70px}.service-title{font-size:1.375rem}.service-text{font-size:.9375rem;margin-bottom:1rem}}@keyframes serviceSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.cta-final-section{background:linear-gradient(135deg,#111827,#1f2937);color:#fff;padding:2rem 1.5rem}@media (min-width:767px){.cta-final-section{padding:3rem 1.5rem}}.cta-final-content{margin:0 auto;max-width:48rem;text-align:center}.cta-final-title{color:#fff;font-size:clamp(2rem,5vw,3rem);font-weight:300;margin-bottom:1.5rem}.cta-final-text{color:#ffffffe6;font-size:1.125rem;font-weight:300;line-height:1.7;margin-bottom:3rem}.cta-final-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-primary,.btn-primary-large{align-items:center;background-color:#dc2626;border-radius:.375rem;box-shadow:0 4px 14px #dc26264d;color:#fff;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;letter-spacing:.025em;padding:1rem 2rem;text-transform:uppercase;transition:all .3s}.btn-primary-large{font-size:1rem;padding:1.25rem 2.5rem}.btn-primary-large:hover,.btn-primary:hover{background-color:#b91c1c;box-shadow:0 8px 20px #dc262666;transform:translateY(-2px)}.btn-secondary{align-items:center;background-color:initial;border:2px solid #d1d5db;border-radius:.375rem;color:#374151;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;letter-spacing:.025em;padding:.875rem 1.75rem;text-transform:uppercase;transition:all .3s}.btn-secondary:hover{border-color:#dc2626;color:#dc2626;transform:translateY(-2px)}.btn-outline-large{align-items:center;background-color:initial;border:2px solid #ffffff4d;border-radius:.375rem;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;letter-spacing:.025em;padding:1.25rem 2.5rem;text-transform:uppercase;transition:all .3s}.btn-outline-large:hover{background-color:#ffffff1a;border-color:#fff}@media (max-width:767px){.hero{height:90vh}.process-step{padding-left:2rem}.cta-final-buttons{flex-direction:column}.btn-outline-large,.btn-primary-large{justify-content:center;width:100%}}.bio-modal-overlay{animation:fadeIn .3s ease-out;background-color:#00000080;inset:0;position:fixed;z-index:999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.bio-modal{animation:slideInRight .4s cubic-bezier(.16,1,.3,1);background:#fff;box-shadow:-4px 0 20px #00000026;display:flex;flex-direction:column;height:100vh;max-width:700px;position:fixed;right:0;top:0;width:100%;z-index:1000}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.bio-modal-header{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;justify-content:space-between;padding:2rem}.bio-modal-title{color:#111827;font-size:1.875rem;font-weight:300;letter-spacing:.025em;margin-bottom:.5rem}.bio-modal-subtitle{color:#dc2626;font-size:.875rem;font-weight:300;letter-spacing:.05em;text-transform:uppercase}.bio-modal-close{background:none;border:none;border-radius:.25rem;color:#6b7280;cursor:pointer;padding:.5rem;transition:all .3s}.bio-modal-close:hover{background-color:#f3f4f6;color:#111827}.bio-modal-content{flex:1 1;overflow-y:auto;padding:2rem}.bio-modal-content::-webkit-scrollbar{width:8px}.bio-modal-content::-webkit-scrollbar-track{background:#f3f4f6}.bio-modal-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.bio-modal-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.bio-section{margin-bottom:2.5rem}.bio-section-title{border-bottom:2px solid #dc2626;color:#dc2626;font-size:1.5rem;font-weight:400;letter-spacing:.025em;margin-bottom:1.5rem;padding-bottom:.5rem}.bio-subsection-title{color:#374151;font-size:1.125rem;font-weight:400;margin:1.5rem 0 1rem}.bio-highlight{color:#111827;font-size:1rem;font-weight:400;margin-bottom:1rem}.bio-list{list-style:none;padding:0}.bio-list li{color:#374151;font-size:.9375rem;line-height:1.6;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.bio-list li:before{color:#dc2626;content:"•";font-weight:700;left:0;position:absolute}.bio-project{border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:1.5rem}.bio-project:last-child{border-bottom:none}.bio-project-title{color:#111827;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:.25rem}.bio-project-subtitle{color:#6b7280;font-size:.9375rem;font-style:italic;margin-bottom:.75rem}.bio-project-details{list-style:none;margin-top:.75rem;padding:0}.bio-project-details li{color:#6b7280;font-size:.875rem;line-height:1.6;margin-bottom:.5rem;padding-left:1rem;position:relative}.bio-project-details li:before{color:#9ca3af;content:"→";left:0;position:absolute}.bio-project-compact{margin-bottom:1.25rem}.bio-project-compact p{font-size:.9375rem;line-height:1.6;margin-bottom:.25rem}.bio-project-compact strong{color:#111827;font-weight:400}.bio-project-details-inline{color:#6b7280;font-size:.875rem}.bio-experience{margin-bottom:1.25rem}.bio-experience-period{color:#111827;font-size:.9375rem;font-weight:400;margin-bottom:.25rem}.bio-experience-agencies{color:#6b7280;font-size:.875rem;line-height:1.6}@media (max-width:768px){.bio-modal{max-width:100%}.bio-modal-content,.bio-modal-header{padding:1.5rem}.bio-modal-title{font-size:1.5rem}.bio-section-title{font-size:1.25rem}}.agency-page{padding:2rem 1.5rem 3rem}@media (min-width:768px){.agency-page{padding:1rem 1.5rem 3rem}}.page-title{letter-spacing:.02em!important;margin-bottom:2rem!important}.agency-section{margin-bottom:0;margin-top:2rem}.agency-section.centered{margin:3rem auto;max-width:48rem}.content-grid{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.content-grid{gap:4rem;grid-template-columns:repeat(2,1fr)}}.content-grid.reverse .order-1{order:1}.content-grid.reverse .order-2{order:2}.section-heading{color:#dc2626;font-size:1.875rem;font-weight:400;letter-spacing:.025em;margin-bottom:1rem}.section-heading.centered{text-align:center}.section-text{color:#374151;font-size:1.125rem;font-weight:300;line-height:1.75}.philo-text,.section-text.centered{text-align:center}.philo-text{font-style:italic;margin:1rem auto;max-width:700px}.image-container{aspect-ratio:1.8;border-radius:3px;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.16,1,.3,1)}.image-container:hover{box-shadow:0 10px 40px #00000026;transform:translateY(-4px)}.section-image{height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1);width:100%}.image-container:hover .section-image{transform:scale(1.05)}@media (min-width:768px){.content-grid.reverse .order-1{order:2}.content-grid.reverse .order-2{order:1}.image-container{aspect-ratio:1.4}}.team-container{margin:2rem auto 0;max-width:64rem}.team-member{margin-bottom:2rem}.team-grid{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:768px){.team-grid{grid-template-columns:300px 1fr}}.team-photo{position:relative}.photo-placeholder{align-items:center;aspect-ratio:3/4;background-color:#e5e7eb;color:#9ca3af;overflow:hidden;position:relative}.photo-placeholder,.team-info{display:flex;justify-content:center}.team-info{flex-direction:column}.team-details{border-top:1px solid #d1d5db;margin-bottom:1.5rem;padding-top:1.5rem}.team-name{font-size:1.5rem;font-weight:300;letter-spacing:.025em;margin-bottom:.5rem}.team-role{color:#6b7280;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase}.team-role,.team-summary{font-weight:300;margin-bottom:1.5rem}.team-summary{color:#374151;font-size:.9375rem;line-height:1.7;text-align:justify}.bio-button{align-self:flex-start;border:1px solid #d1d5db;font-size:.875rem;font-weight:300;letter-spacing:.1em;padding:.75rem 2rem;text-transform:uppercase;transition:all .3s}.bio-button:hover{border-color:#dc2626;color:#dc2626}.partners-container{margin:1.5rem auto 0;max-width:48rem}.partners-container2{margin:1.5rem auto 0;max-width:36rem}.partners-grid{color:#374151;display:grid;font-weight:300;grid-template-columns:1fr}@media (min-width:768px){.partners-grid{grid-template-columns:repeat(2,1fr)}.partners-container2{margin:1.5rem auto 0;max-width:36rem;text-align:center}}.partner-item{font-weight:300;margin-bottom:.5rem}.partner-name{font-weight:400}.collaboration-intro{margin:2rem 0}.collaboration-intro .text-margin{margin-bottom:1.5rem}.collaboration-intro .section-text:last-child{margin-bottom:0}.projects-page{padding:2rem 1.5rem 3rem}@media (min-width:768px){.projects-page{padding:1rem 1.5rem 3rem}}.container2{max-width:1180px!important}.page-title{margin-bottom:4rem}.filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:5rem}.filter-btn{border:1px solid #d1d5db;color:#374151;font-size:.875rem;font-weight:400;letter-spacing:.1em;padding:.5rem 1.5rem;text-transform:uppercase;transition:all .3s}.filter-btn:hover{border-color:#dc2626;color:#dc2626}.filter-btn.active{background-color:#dc2626;border-color:#dc2626;color:#fff}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{display:block}.project-image-wrapper{aspect-ratio:4/2;border-radius:3px;margin-bottom:1rem;overflow:hidden;position:relative}.project-image{height:100%;object-fit:cover;transition:transform .7s;width:100%}.project-card:hover .project-image{transform:scale(1.1)}.project-overlay{align-items:flex-end;background:linear-gradient(0deg,#000c,#0006,#0000);display:flex;inset:0;opacity:0;position:absolute;transition:opacity .5s}@media (max-width:767px){.project-overlay{opacity:1}}@media (min-width:768px){.project-card:hover .project-overlay{opacity:1}}.project-description{color:#fff;font-size:.875rem;font-weight:300;line-height:1.6;padding:1.5rem}.project-title{font-size:1.125rem;font-weight:300;letter-spacing:.025em;margin-bottom:.5rem;transition:color .3s}.project-card:hover .project-title{color:#dc2626}.project-location{color:#6b7280;font-size:.875rem;font-weight:300;letter-spacing:.05em;text-transform:uppercase}.lightbox{align-items:center;background-color:#000000f2;display:flex;inset:0;justify-content:center;position:fixed;z-index:50}@media (max-width:768px){.lightbox{background-color:#000}}.lightbox-close{align-items:center;background-color:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;position:absolute;right:2rem;top:2rem;transition:all .3s;width:48px;z-index:52}.lightbox-close:hover{background-color:#fff3;border-color:#fff}@media (max-width:768px){.lightbox-close{background-color:#000000b3;border-color:#fff9;height:44px;right:1rem;top:1rem;width:44px}}.lightbox-next,.lightbox-prev{align-items:center;background-color:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:56px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s;width:56px;z-index:52}.lightbox-next:hover,.lightbox-prev:hover{background-color:#fff3;border-color:#fff;transform:translateY(-50%) scale(1.1)}.lightbox-prev{left:2rem}.lightbox-next{right:2rem}@media (max-width:768px){.lightbox-next,.lightbox-prev{background-color:#000000b3;border-color:#fff9;height:48px;width:48px}.lightbox-prev{left:.75rem}.lightbox-next{right:.75rem}}.lightbox-content{align-items:center;display:flex;flex-direction:column;justify-content:center;max-height:90vh;max-width:96rem;padding:0 5rem;width:100%}@media (max-width:768px){.lightbox-content{height:100vh;margin:0;max-height:100vh;max-width:100vw;padding:0;width:100vw}}.lightbox-image{height:auto;max-height:90vh;max-width:100%;object-fit:contain;pointer-events:none;user-select:none;-webkit-user-select:none;width:auto}@media (max-width:768px){.lightbox-image{height:100%;max-height:100vh;max-width:100vw;object-fit:contain;width:100%}}.lightbox-counter{background-color:#000000b3;border-radius:2rem;bottom:2rem;color:#fff;font-size:.875rem;font-weight:300;left:50%;letter-spacing:.05em;padding:.75rem 1.5rem;position:absolute;transform:translateX(-50%);z-index:51}@media (max-width:768px){.lightbox-counter{background-color:#000c;bottom:1.5rem;font-size:.75rem;padding:.5rem 1rem}}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.lightbox{animation:lightboxFadeIn .2s ease-out}@media (max-width:768px){.lightbox-content{cursor:grab;touch-action:pan-x}.lightbox-content:active{cursor:grabbing}}.project-detail-page{padding:1rem 1.5rem 3rem}.back-link{align-items:center;color:#6b7280;display:inline-flex;font-size:.875rem;font-weight:300;gap:.5rem;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase;transition:color .3s}.back-link:hover{color:#dc2626}.project-detail-title{font-size:2.5rem;font-weight:200;letter-spacing:-.025em;margin-bottom:.75rem}@media (min-width:768px){.project-detail-title{font-size:3rem}}.project-detail-location{color:#6b7280;font-size:1.125rem;font-weight:300;letter-spacing:.05em;text-transform:uppercase}.project-detail-subtitle{color:#9ca3af;font-size:1rem;font-style:italic;font-weight:300;line-height:1.6;margin-bottom:3rem;white-space:pre-line}.carousel-multi{margin-bottom:5rem;position:relative}.carousel-images-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.carousel-images-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.carousel-images-grid{grid-template-columns:repeat(3,1fr)}}.carousel-image-item{aspect-ratio:4/3;background-color:#f3f4f6;border-radius:.25rem;cursor:pointer;overflow:hidden;position:relative}.carousel-image{height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1);width:100%}.carousel-image-item:hover .carousel-image{transform:scale(1.08)}.carousel-image-overlay{background-color:initial;inset:0;position:absolute;transition:background-color .5s}.carousel-image-item:hover .carousel-image-overlay{background-color:#00000026}.carousel-image-hint{background-color:#000000b3;border-radius:.25rem;color:#fff;font-size:.875rem;font-weight:300;left:50%;opacity:0;padding:.75rem 1.25rem;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s;white-space:nowrap}.carousel-image-item:hover .carousel-image-hint{opacity:1}.carousel-nav{align-items:center;background-color:#fffffff2;border:none;border-radius:50%;box-shadow:0 4px 12px #00000026;cursor:pointer;display:flex;height:48px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s;width:48px;z-index:10}.carousel-nav:hover{background-color:#dc2626;box-shadow:0 6px 16px #dc26264d;color:#fff;transform:translateY(-50%) scale(1.1)}.carousel-nav-prev{left:-4rem}.carousel-nav-next{right:-4rem}@media (max-width:1023px){.carousel-nav-prev{left:.5rem}.carousel-nav-next{right:.5rem}}@media (max-width:767px){.carousel-nav{height:40px;width:40px}}.carousel-counter{background-color:#0009;border-radius:.25rem;color:#fff;font-size:.875rem;font-weight:300;left:1rem;padding:.5rem .75rem;position:absolute;top:1rem;z-index:5}.description-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:768px){.description-grid{grid-template-columns:2fr 1fr}}.description-title{color:#dc2626;font-size:1.5rem;font-weight:700;letter-spacing:.025em;margin-bottom:1.5rem}.description-text{color:#374151;font-size:1.125rem;font-weight:300;line-height:1.75;white-space:pre-line}.details-box{background-color:#f9fafb;border-radius:.5rem;padding:2rem}.details-title{color:#dc2626;font-size:1.25rem;font-weight:700;letter-spacing:.025em;margin-bottom:1.5rem}.details-list{display:flex;flex-direction:column;gap:1rem}.detail-item{font-size:.875rem}.detail-label{color:#6b7280;font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-bottom:.25rem;text-transform:uppercase}.detail-value{color:#1f2937;font-weight:300}.detail-value-multiline{line-height:1.6;white-space:pre-line}.project-bottom-actions{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:space-between;margin-top:3rem;padding-top:3rem}@media (max-width:640px){.project-bottom-actions{flex-direction:column}}.scroll-top-btn{align-items:center;background-color:#f3f4f6;border:none;border-radius:.25rem;color:#374151;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:400;gap:.5rem;letter-spacing:.05em;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s}.scroll-top-btn:hover{background-color:#dc2626;box-shadow:0 4px 12px #dc262633;color:#fff;transform:translateY(-2px)}.detail-value-multiline{display:flex;flex-direction:column;gap:.5rem}.team-member-line{color:#374151;font-weight:300;line-height:1.6;margin:0;padding:0}.team-member-line:last-child{margin-bottom:0}.team-member-line:before{color:#000;content:"• ";font-weight:600;margin-right:.3rem}@media (max-width:640px){.back-to-projects-btn,.scroll-top-btn{justify-content:center;width:100%}}.missions-page{padding:2rem 1.5rem 3rem}@media (min-width:768px){.page-title{font-size:4.5rem}.missions-page{padding:1rem 1.5rem 3rem}}.page-subtitle{margin-bottom:3rem!important}.missions-intro{margin:0 auto 1rem;max-width:56rem;text-align:center}.missions-intro-text{color:#374151;font-size:1.125rem;font-weight:300;line-height:1.8}.missions-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr;margin-bottom:2rem}@media (min-width:768px){.missions-grid{gap:3rem;grid-template-columns:repeat(2,1fr)}}.mission-card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;min-height:100%;overflow:hidden;transition:all .3s}.mission-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-4px)}.mission-image{aspect-ratio:16/9;overflow:hidden;position:relative}.mission-img{height:100%;object-fit:cover;transition:transform .7s;width:100%}.mission-card:hover .mission-img{transform:scale(1.08)}.mission-overlay{background:linear-gradient(180deg,#0000 0,#0000004d);inset:0;position:absolute;transition:background-color .5s}.mission-card:hover .mission-overlay{background:linear-gradient(180deg,#0000 0,#00000080)}.mission-icon-overlay{bottom:1.5rem;color:#fff;left:1.5rem;opacity:.9;position:absolute;transition:all .3s}.mission-card:hover .mission-icon-overlay{opacity:1;transform:scale(1.1)}.mission-content{padding:2rem 2rem 1rem}.mission-title{color:#111827;font-size:1.5rem;font-weight:400;letter-spacing:.025em;margin-bottom:1rem;transition:color .3s}.mission-card:hover .mission-title{color:#dc2626}.mission-description{color:#6b7280;font-size:1rem;font-weight:300;line-height:1.75;margin-bottom:1.5rem}.mission-highlights{list-style:none;margin:0;padding:0}.mission-highlights li{align-items:flex-start;color:#374151;display:flex;font-size:.9375rem;font-weight:300;gap:.75rem;line-height:1.6;margin-bottom:.75rem}.mission-highlights li svg{color:#dc2626;flex-shrink:0;margin-top:.3rem}.missions-approach{background-color:#f9fafb;border-radius:.5rem;margin-bottom:2rem;padding:2rem}.approach-title{color:#111827;font-size:2.5rem;font-weight:300;letter-spacing:-.025em;margin-bottom:3rem;text-align:center}.approach-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr;margin:0 auto;max-width:64rem}@media (min-width:768px){.approach-grid{grid-template-columns:repeat(2,1fr)}}.approach-item{background-color:#fff;border:1px solid hsla(0,3%,82%,.455);border-radius:3px;padding:1rem 2rem;text-align:center;transition:all .3s}.approach-item:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-4px)}.approach-item-title{color:#dc2626;font-size:1.25rem;font-weight:600;letter-spacing:.025em;margin-bottom:1rem;text-decoration:underline}.approach-item-text{color:#374151;font-size:1rem;font-weight:300;line-height:1.75}.missions-stats{padding:0;text-align:center}.stats-title{color:#111827;font-size:2.5rem;font-weight:200;letter-spacing:-.025em;margin-bottom:1rem}.stats-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr;margin:0 auto;max-width:64rem}@media (min-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-item{padding:1rem}.stat-number{color:#dc2626;font-size:2.5rem;font-weight:400;line-height:1;margin-bottom:.5rem}.stat-label{color:#6b7280;font-size:.85rem;font-weight:300;letter-spacing:.05em;text-transform:uppercase}@media (max-width:767px){.missions-approach{padding:3rem 1.5rem}.approach-title,.stats-title{font-size:2rem}.stat-number{font-size:2.5rem}}.mission-phase-section{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:3rem;margin-top:4rem;padding:3rem 2.5rem;transition:all .3s}.mission-phase-section:hover{box-shadow:0 10px 30px #00000014;transform:translateY(-2px)}.mission-phase-section.highlight{background:linear-gradient(135deg,#f9fafb,#fff);border-color:#10b981;border-width:2px}.phase-header{align-items:center;border-bottom:2px solid #e5e7eb;display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem}.mission-phase-section.highlight .phase-header{border-bottom-color:#10b981}.phase-icon{align-items:center;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:1rem;box-shadow:0 4px 12px #dc26264d;color:#fff;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.phase-icon.green{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d}.phase-title{color:#111827;font-size:2rem;font-weight:400;letter-spacing:-.025em;margin:0}.phase-content{max-width:56rem}.phase-text{color:#374151;font-size:1.0625rem;font-weight:300;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.phase-text:last-child{margin-bottom:0}.phase-subsections{display:flex;flex-direction:column;gap:2.5rem}.phase-subsection{border-left:3px solid #dc2626;padding-left:2rem}.phase-subtitle{color:#dc2626;font-size:1.375rem;font-weight:600;letter-spacing:.025em;margin-bottom:1rem}@media (max-width:767px){.mission-phase-section{margin-top:3rem;padding:2rem 1.5rem}.phase-header{flex-direction:column;gap:1rem;text-align:center}.phase-icon{height:70px;width:70px}.phase-title{font-size:1.75rem}.phase-text{font-size:1rem;text-align:left}.phase-subsection{border-left-width:2px;padding-left:1rem}.phase-subtitle{font-size:1.25rem}.phase-subsections{gap:2rem}}.approach-details{margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:64rem}.approach-detail-item{border-bottom:1px solid #e5e7eb;display:flex;gap:2rem;margin-bottom:2rem;padding-bottom:2rem}.approach-detail-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.approach-detail-number{align-items:center;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:50%;box-shadow:0 4px 12px #dc26264d;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;width:50px}.approach-detail-content{flex:1 1}.approach-detail-title{color:#111827;font-size:1.25rem;font-weight:600;letter-spacing:.025em;line-height:1.4;margin-bottom:1rem}.approach-detail-text{color:#374151;font-size:1.0625rem;font-weight:300;line-height:1.8;text-align:justify}@media (max-width:767px){.approach-details{margin-bottom:2rem}.approach-detail-item{flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.approach-detail-number{font-size:1.25rem;height:50px;width:50px}.approach-detail-title{font-size:1.125rem}.approach-detail-text{font-size:1rem;text-align:left}}.contact-page{padding:2rem 1.5rem 3rem}.page-title{margin-bottom:2rem}@media (min-width:768px){.page-title{font-size:4.5rem}.contact-page{padding:1rem 1.5rem 3rem}}.contact-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr}@media (min-width:768px){.contact-grid{grid-template-columns:repeat(2,1fr)}}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-input,.form-textarea{background-color:initial;border:none;border-bottom:1px solid #d1d5db;font-weight:300;letter-spacing:.025em;padding:.75rem 1rem;transition:border-color .3s;width:100%}.form-input:focus,.form-textarea:focus{border-bottom-color:#dc2626;outline:none}.form-textarea{resize:none}.form-submit{background-color:#dc2626;color:#fff;font-size:.875rem;font-weight:400;letter-spacing:.1em;padding:1rem;text-transform:uppercase;transition:background-color .3s;width:100%}.form-submit:hover{background-color:#b91c1c}.contact-info{display:flex;flex-direction:column;gap:1rem}.info-title{color:#dc2626;font-size:1.5rem;font-weight:300;letter-spacing:.025em}.info-item{align-items:flex-start;display:flex;gap:1rem}.info-icon{color:#dc2626;flex-shrink:0;margin-top:.25rem}.info-link,.info-text{color:#374151;font-weight:300}.info-link{transition:color .3s}.info-link:hover{color:#dc2626}.info-image{aspect-ratio:16/9;overflow:hidden;position:relative}.office-image{height:100%;object-fit:cover;width:100%}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.form-submit{align-items:center;display:flex;gap:.5rem;justify-content:center;transition:all .3s ease}.form-submit:disabled{cursor:not-allowed;opacity:.7}.form-message{align-items:center;animation:slideIn .3s ease;border-radius:8px;display:flex;font-size:.95rem;gap:.75rem;margin-top:1rem;padding:1rem 1.25rem}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-message.success{background-color:#22c55e1a;border:1px solid #22c55e4d;color:#16a34a}.form-message.error{background-color:#ef44441a;border:1px solid #ef44444d;color:#dc2626}.form-input:disabled,.form-textarea:disabled{background-color:#0000000d;cursor:not-allowed;opacity:.6}.pdf-viewer{background-color:#000000f2;display:flex;flex-direction:column;inset:0;position:fixed;z-index:50}.pdf-viewer-header{align-items:center;background-color:#111827;color:#fff;display:flex;justify-content:space-between;padding:1rem 1.5rem}.pdf-viewer-title{font-size:1.125rem;font-weight:300;letter-spacing:.025em}.pdf-viewer-close{color:#ffffffb3;transition:color .3s}.pdf-viewer-close:hover{color:#fff}.pdf-viewer-content{-webkit-overflow-scrolling:touch;background-color:#1f2937;flex:1 1;overflow:auto}.pdf-viewer-iframe{border:none;height:100%;width:100%}@media (max-width:768px){.pdf-viewer-iframe{pointer-events:auto}}.news-page{padding:2rem 1.5rem 3rem}@media (min-width:768px){.news-page{padding:1rem 1.5rem 3rem}}.page-container{max-width:1280px}.page-title{font-size:3.75rem;letter-spacing:-.025em;margin-bottom:0}.page-mb{margin-bottom:0!important}@media (min-width:768px){.page-title{font-size:4.5rem}}.page-subtitle{font-size:1.25rem;letter-spacing:.05em;margin-bottom:4rem}.news-empty{color:#9ca3af;padding:5rem 2rem;text-align:center}.news-empty svg{margin:0 auto 1.5rem;opacity:.5}.news-empty p{font-size:1.125rem;font-weight:300}.news-grid{grid-gap:3rem;align-items:stretch;display:grid;gap:3rem;grid-template-columns:1fr;margin:0 auto;max-width:56rem}@media (min-width:1024px){.news-grid{grid-template-columns:repeat(2,1fr);max-width:72rem}}.news-card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s}.news-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-4px)}.news-media-preview{aspect-ratio:16/9;background-color:#f3f4f6;overflow:hidden;position:relative}.pdf-iframe{border:none;height:100%;pointer-events:none;width:100%}.news-image{height:100%;object-fit:cover;transition:transform .7s;width:100%}.news-card:hover .news-image{transform:scale(1.05)}.media-overlay-button{align-items:flex-end;background:linear-gradient(180deg,#0000 0,#0000 60%,#000000b3);cursor:pointer;display:flex;inset:0;justify-content:center;opacity:0;padding:1.5rem;position:absolute;transition:opacity .3s}.news-card:hover .media-overlay-button{opacity:1}.expand-button{align-items:center;background-color:#fffffff2;border-radius:.25rem;box-shadow:0 4px 12px #0003;color:#dc2626;display:flex;font-size:.875rem;font-weight:300;gap:.5rem;letter-spacing:.05em;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s}.expand-button:hover{background-color:#dc2626;color:#fff;transform:scale(1.05)}.expand-button svg{transition:transform .3s}.expand-button:hover svg{transform:rotate(90deg)}.news-content{display:flex;flex:1 1;flex-direction:column;padding:2rem}.news-meta{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem}.news-category,.news-date{align-items:center;color:#6b7280;display:flex;font-size:.875rem;font-weight:300;gap:.5rem;letter-spacing:.05em;text-transform:uppercase}.news-category svg,.news-date svg{opacity:.7}.news-title{color:#111827;font-size:1.5rem;font-weight:400;letter-spacing:.025em;line-height:1.4;margin-bottom:1rem;transition:color .3s}.news-card:hover .news-title{color:#dc2626}.news-excerpt{color:#6b7280;flex:1 1 auto;font-size:.9375rem;font-weight:300;line-height:1.75;margin-bottom:1.5rem;min-height:4.5rem}.news-button{align-items:center;align-self:flex-start;background-color:initial;border:1px solid #d1d5db;border-radius:.25rem;color:#374151;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:300;gap:.5rem;letter-spacing:.05em;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s}.news-button:hover{background-color:#dc2626;border-color:#dc2626;box-shadow:0 4px 12px #dc26264d;color:#fff;transform:translateY(-2px)}.news-button svg{transition:transform .3s}.news-button:hover svg{transform:scale(1.1)}.news-card--article .news-media-preview{position:relative}.news-article-badge{border-radius:20px;font-size:.75rem;gap:5px;left:12px;letter-spacing:.04em;padding:4px 10px;position:absolute;top:12px;z-index:2}.news-article-badge,.news-card--article .news-button{align-items:center;background:#1a1a2e;color:#fff;display:inline-flex;font-weight:600}.news-card--article .news-button{border:none;border-radius:4px;cursor:pointer;font-size:.9rem;gap:8px;padding:.65rem 1.25rem;text-decoration:none;transition:background .2s}.news-card--article .news-button:hover{background:#0f3460}@media (max-width:767px){.news-meta{gap:1rem}.news-title{font-size:1.25rem}.expand-button{font-size:.8125rem;padding:.5rem 1rem}.expand-button svg{height:18px;width:18px}}.city-page{background:#fff}.city-hero{align-items:center;background:#1a1a2e;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;min-height:460px;overflow:hidden;position:relative}.city-hero-overlay{background:linear-gradient(90deg,#0a1937eb 0,#0a1937bf 55%,#0a19378c);inset:0;position:absolute}.city-hero-content{margin:0 auto;max-width:900px;padding:3rem 2rem;position:relative;width:100%;z-index:2}.city-hero-region{align-items:center;color:#dc2626;display:inline-flex;font-size:.85rem;font-weight:600;gap:6px;letter-spacing:.08em;margin-bottom:1rem;text-transform:uppercase}.city-hero-title{color:#fff;font-size:clamp(2rem,5vw,3.2rem);font-weight:700;line-height:1.15;margin-bottom:.75rem}.city-hero-subtitle{color:#ffffffbf;font-size:1.05rem;margin-bottom:2rem}.city-hero-cta{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.city-btn-primary{align-items:center;background:#dc2626;border-radius:4px;color:#fff;display:inline-flex;font-size:.95rem;font-weight:600;gap:8px;padding:.85rem 1.75rem;text-decoration:none;transition:background .2s,transform .2s}.city-btn-primary:hover{background:#b91c1c;transform:translateY(-1px)}.city-btn-primary--large{font-size:1rem;margin-top:1.5rem;padding:1rem 2rem}.city-btn-secondary{align-items:center;background:#0000;border:1.5px solid #ffffff80;border-radius:4px;color:#fff;display:inline-flex;font-size:.95rem;font-weight:500;gap:8px;padding:.85rem 1.75rem;text-decoration:none;transition:border-color .2s,background .2s}.city-btn-secondary:hover{background:#ffffff1a;border-color:#fff}.city-btn-outline{align-items:center;background:#0000;border:2px solid #1a1a2e;border-radius:4px;color:#1a1a2e;display:inline-flex;font-size:.95rem;font-weight:600;gap:8px;padding:.85rem 1.75rem;text-decoration:none;transition:background .2s,color .2s}.city-btn-outline:hover{background:#1a1a2e;color:#fff}.city-page .page-container{margin:0 auto;max-width:1100px;padding:0 2rem}.city-section-title{color:#1a1a2e;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin-bottom:1rem}.city-section-title--centered{text-align:center}.city-section-intro{color:#555;font-size:1.05rem;line-height:1.7;margin:0 auto 2.5rem;max-width:700px;text-align:center}.city-intro-section{grid-gap:3rem;align-items:start;border-bottom:1px solid #eee;display:grid;gap:3rem;grid-template-columns:1fr auto;padding:4rem 0 3rem}.city-intro-text{max-width:680px}.city-intro-body{color:#444;font-size:1.05rem;line-height:1.8;margin-bottom:1.2rem}.city-intro-context{color:#666;font-size:.97rem}.city-intro-stats{display:flex;flex-direction:column;gap:1.5rem;min-width:160px}.city-stat{background:#f8f8f8;border-left:3px solid #dc2626;border-radius:8px;padding:1.2rem 1rem;text-align:center}.city-stat-number{color:#1a1a2e;display:block;font-size:1.6rem;font-weight:800;line-height:1;margin-bottom:.3rem}.city-stat-label{color:#888;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.city-services-section{border-bottom:1px solid #eee;padding:4rem 0}.city-services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.city-service-card{background:#f9f9f9;border:1px solid #eee;border-radius:10px;padding:2rem 1.5rem;transition:border-color .2s,box-shadow .2s}.city-service-card:hover{border-color:#dc2626;box-shadow:0 4px 20px #dc262614}.city-service-icon{color:#dc2626;margin-bottom:1rem}.city-service-title{color:#1a1a2e;font-size:1.15rem;font-weight:700;margin-bottom:1rem}.city-service-list{display:flex;flex-direction:column;gap:.6rem;list-style:none;margin:0;padding:0}.city-service-list li{align-items:flex-start;color:#555;display:flex;font-size:.9rem;gap:8px;line-height:1.5}.city-service-list li svg{color:#dc2626;flex-shrink:0;margin-top:2px}.city-projects-section{border-bottom:1px solid #eee;padding:4rem 0}.city-projects-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.city-project-link{align-items:center;border-radius:8px;display:flex;font-size:.97rem;font-weight:500;gap:12px;padding:1rem 1.25rem;text-decoration:none;transition:all .2s}.city-project-link--local{background:#fff5f5;border:1px solid #fecaca;color:#1a1a2e}.city-project-link--local svg:first-child{color:#dc2626}.city-project-link--local:hover{background:#fee2e2;border-color:#dc2626}.city-project-link--nearby{background:#f8f8f8;border:1px solid #e5e5e5;color:#444}.city-project-link--nearby svg:first-child{color:#888}.city-project-link--nearby:hover{background:#f0f0f0;border-color:#ccc}.city-project-arrow{margin-left:auto;opacity:.5;transition:opacity .2s,transform .2s}.city-project-link:hover .city-project-arrow{opacity:1;transform:translateX(3px)}.city-all-projects-cta{margin-top:1.5rem;text-align:center}.city-why-section{border-bottom:1px solid #eee;padding:4rem 0}.city-why-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-top:2rem}.city-why-card{background:#fff;border:1px solid #eee;border-radius:10px;border-top:3px solid #dc2626;padding:1.75rem}.city-why-title{color:#1a1a2e;font-size:1.05rem;font-weight:700;margin-bottom:.6rem}.city-why-text{color:#666;font-size:.92rem;line-height:1.7}.city-cta-section{padding:4rem 0 5rem;text-align:center}.city-cta-content{background:linear-gradient(135deg,#1a1a2e,#0f3460);border-radius:16px;color:#fff;padding:3.5rem 2.5rem}.city-cta-title{color:#fff;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;line-height:1.3;margin-bottom:1rem}.city-cta-text{color:#ffffffbf;font-size:1rem;line-height:1.7;margin:0 auto 1.5rem;max-width:580px}.city-cta-contacts{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:.5rem}.city-contact-item{align-items:center;color:#ffffffe6;display:inline-flex;font-size:.97rem;gap:8px;text-decoration:none;transition:color .2s}.city-contact-item svg,.city-contact-item:hover{color:#dc2626}@media (max-width:900px){.city-intro-section{gap:2rem;grid-template-columns:1fr}.city-intro-stats{flex-direction:row;justify-content:flex-start}.city-stat{flex:1 1;min-width:100px}.city-services-grid,.city-why-grid{grid-template-columns:1fr}}@media (max-width:600px){.city-hero-content{padding:2.5rem 1.25rem}.city-hero-cta{align-items:flex-start;flex-direction:column}.city-page .page-container{padding:0 1.25rem}.city-intro-stats{flex-direction:column;gap:.75rem}.city-cta-content{padding:2.5rem 1.25rem}.city-cta-contacts{align-items:center;flex-direction:column;gap:1rem}}.article-page{background:#fff}.article-hero{align-items:flex-end;background-position:50%;background-size:cover;display:flex;min-height:400px;position:relative}.article-hero-overlay{background:linear-gradient(180deg,#0003 0,#000000a6);inset:0;position:absolute}.article-hero-content{margin:0 auto;max-width:900px;padding:2.5rem 2rem;position:relative;width:100%;z-index:2}.article-back-link{align-items:center;color:#fffc;display:inline-flex;font-size:.85rem;gap:6px;margin-bottom:1.25rem;text-decoration:none;transition:color .2s}.article-back-link:hover{color:#fff}.article-hero-meta{align-items:center;display:flex;gap:1rem;margin-bottom:.75rem}.article-hero-category,.article-hero-date{align-items:center;color:#ffffffd9;display:inline-flex;font-size:.82rem;gap:5px}.article-hero-category{background:#dc2626;border-radius:20px;color:#fff;font-weight:600;padding:2px 10px}.article-hero-title{color:#fff;font-size:clamp(1.5rem,4vw,2.4rem);font-weight:700;line-height:1.2;max-width:800px}.article-layout{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 320px;margin:0 auto;max-width:1100px;padding:3rem 2rem 4rem}.article-body{max-width:700px}.article-excerpt{border-left:3px solid #dc2626;color:#333;font-size:1.15rem;font-weight:500;line-height:1.8;margin-bottom:2.5rem;padding-left:1.25rem}.article-heading{color:#1a1a2e;font-size:1.4rem;font-weight:700;line-height:1.3;margin:2.5rem 0 1rem}.article-heading:first-of-type{margin-top:1.5rem}.article-paragraph{color:#444;font-size:1.02rem;line-height:1.85;margin-bottom:1.25rem}.article-inline-cta{align-items:center;background:#f8f8f8;border:1px solid #eee;border-radius:10px;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-top:3rem;padding:1.5rem}.article-inline-cta p{color:#1a1a2e;font-size:1rem;font-weight:600;margin:0}.article-cta-btn{align-items:center;background:#dc2626;border-radius:4px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:600;gap:6px;padding:.7rem 1.4rem;text-decoration:none;transition:background .2s;white-space:nowrap}.article-cta-btn:hover{background:#b91c1c}.article-sidebar{display:flex;flex-direction:column;gap:1.5rem;position:-webkit-sticky;position:sticky;top:100px}.sidebar-card{background:#fff;border:1px solid #eee;border-radius:10px;padding:1.5rem}.sidebar-title{border-bottom:2px solid #dc2626;color:#1a1a2e;font-size:1rem;font-weight:700;margin-bottom:.75rem;padding-bottom:.75rem}.sidebar-contact{background:linear-gradient(135deg,#1a1a2e,#0f3460);color:#fff}.sidebar-contact .sidebar-title{border-bottom-color:#dc2626;color:#fff}.sidebar-text{color:#ffffffbf;font-size:.88rem;line-height:1.6;margin-bottom:1rem}.sidebar-contact-link{align-items:center;color:#ffffffe6;display:flex;font-size:.88rem;gap:8px;margin-bottom:.6rem;text-decoration:none;transition:color .2s}.sidebar-contact-link:hover{color:#dc2626}.sidebar-contact-link svg{color:#dc2626;flex-shrink:0}.sidebar-cta{align-items:center;background:#dc2626;border-radius:4px;color:#fff;display:inline-flex;font-size:.88rem;font-weight:600;gap:6px;margin-top:1rem;padding:.65rem 1.25rem;text-decoration:none;transition:background .2s}.sidebar-cta:hover{background:#b91c1c}.sidebar-related-list{display:flex;flex-direction:column;gap:1rem}.sidebar-related-item{align-items:flex-start;display:flex;gap:.75rem;text-decoration:none;transition:opacity .2s}.sidebar-related-item:hover{opacity:.8}.sidebar-related-img{border-radius:6px;flex-shrink:0;height:55px;object-fit:cover;width:70px}.sidebar-related-info{flex:1 1}.sidebar-related-category{color:#dc2626;display:block;font-size:.72rem;font-weight:600;letter-spacing:.06em;margin-bottom:.2rem;text-transform:uppercase}.sidebar-related-title{color:#1a1a2e;font-size:.85rem;font-weight:500;line-height:1.4;margin:0}.sidebar-cities-list{display:flex;flex-direction:column;gap:.4rem;list-style:none;margin:0;padding:0}.sidebar-city-link{border-bottom:1px solid #f0f0f0;color:#555;display:block;font-size:.9rem;padding:.3rem 0;text-decoration:none;transition:color .2s,padding-left .2s}.sidebar-city-link:hover{color:#dc2626;padding-left:6px}@media (max-width:900px){.article-layout{gap:2rem;grid-template-columns:1fr;padding:2rem 1.5rem 3rem}.article-sidebar{position:static}.article-body{max-width:100%}}@media (max-width:600px){.article-hero-content{padding:1.5rem 1.25rem}.article-layout{padding:1.5rem 1.25rem 2.5rem}.article-inline-cta{align-items:flex-start;flex-direction:column}}.legal-page{min-height:100vh;padding:1rem 1.5rem 3rem}.page-container{margin:0 auto;max-width:900px}.page-title{font-size:3rem;font-weight:200;letter-spacing:.02em;margin-bottom:1rem;text-align:center}@media (min-width:768px){.page-title{font-size:3.75rem}}.page-subtitle{color:#6b7280;font-size:.875rem;font-style:italic;font-weight:300;margin-bottom:3rem;text-align:center}.legal-content{margin-top:3rem}.legal-section{border-bottom:1px solid #e5e7eb;margin-bottom:3rem;padding-bottom:2rem}.legal-section:last-child{border-bottom:none;padding-bottom:0}.legal-section-title{color:#dc2626;font-size:1.5rem;font-weight:400;letter-spacing:.025em;margin-bottom:1rem}.legal-section p{color:#374151;font-size:.9375rem;font-weight:300;line-height:1.8;margin-bottom:1rem}.legal-section ul{list-style:disc;margin-bottom:1rem;padding-left:2rem}.legal-section li{color:#374151;font-size:.9375rem;font-weight:300;line-height:1.8;margin-bottom:.5rem}.legal-section strong{color:#111827;font-weight:400}.legal-link{color:#dc2626;text-decoration:none;transition:opacity .3s}.legal-link:hover{opacity:.7}@media (max-width:767px){.page-title{font-size:2.5rem}.legal-section-title{font-size:1.25rem}.legal-section ul{padding-left:1.5rem}}.notfound{align-items:center;background:#fff;display:flex;justify-content:center;min-height:90vh;padding:2rem}.notfound-container{max-width:680px;text-align:center}.notfound-code{color:#dc2626;font-size:clamp(6rem,15vw,10rem);font-weight:700;letter-spacing:-.04em;line-height:1}.notfound-title{color:#111827;font-size:2rem;font-weight:500;margin:1.5rem 0 .75rem}.notfound-text{color:#4b5563;font-size:1rem;line-height:1.6;margin-bottom:2.5rem}.notfound-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.notfound-btn{align-items:center;border-radius:999px;display:inline-flex;font-size:.95rem;font-weight:500;gap:.6rem;padding:.75rem 1.4rem;text-decoration:none;transition:all .25s ease}.notfound-btn.primary{background:#dc2626;color:#fff}.notfound-btn.primary:hover{background:#b91c1c;transform:translateY(-1px)}.notfound-btn.secondary{border:1px solid #e5e7eb;color:#111827}.notfound-btn.secondary:hover{border-color:#dc2626;color:#dc2626}
/*# sourceMappingURL=main.161d5340.css.map*/