*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--claro:#f0f0f0;--medio:#141414;--escuro:#1a1a1a;--white:#fff;--red:#d4202c;--red-dark:#a81822;--font:'DM Sans',system-ui,sans-serif;--container:1280px}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);background:var(--escuro);color:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:var(--container);margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem)}.label{font-size:.65rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--red);margin-bottom:1.5rem}.nav{position:fixed;top:0;left:0;width:100%;z-index:100;padding:1.5rem 0;transition:all .4s;background:transparent}.nav-inner{display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:.75rem;transition:opacity .3s}.nav-logo img{height:28px;width:auto;}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.45);transition:color .3s;position:relative}.nav-links a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--red);transition:width .3s}.nav-links a:hover,.nav-links a.active{color:var(--white)}.nav-links a:hover::after,.nav-links a.active::after{width:100%}.nav-cta{padding:.6rem 1.5rem;border:1px solid rgba(255,255,255,.2);color:var(--white);font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;transition:all .3s}.nav-cta:hover{background:var(--red);border-color:var(--red);color:var(--white)}.menu-toggle{display:none;flex-direction:column;gap:5px;padding:4px}.menu-toggle span{width:24px;height:1.5px;background:var(--white);transition:all .3s}.nav.scrolled{background:rgba(20,20,20,.97);backdrop-filter:blur(20px);padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.hero{position:relative;width:100%;height:100vh;height:100dvh;overflow:hidden;background:var(--escuro)}.hero-video{position:absolute;inset:0;z-index:1}.hero-video video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;transform:translate(-50%,-50%);object-fit:cover}.hero-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(to bottom,rgba(0,0,0,.3) 0%,rgba(0,0,0,.1) 40%,rgba(0,0,0,.4) 100%)}.hero-content{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:clamp(4rem,8vh,8rem)}.hero-eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--red);margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.hero-eyebrow::before{content:'';width:40px;height:1px;background:var(--red)}.hero h1{font-size:clamp(2.8rem,6.5vw,5.5rem);font-weight:800;line-height:1.05;letter-spacing:-.02em;margin-bottom:2rem}.hero h1 em{font-style:italic;font-weight:300;color:var(--red)}.hero-sub{font-size:clamp(.95rem,1.4vw,1.1rem);font-weight:300;line-height:1.7;color:rgba(255,255,255,.6);max-width:560px;margin-bottom:3rem}.hero-stats{display:flex;gap:3rem;flex-wrap:wrap}.hero-stat-number{font-size:clamp(2.2rem,3.5vw,3rem);font-weight:800;line-height:1}.hero-stat-label{font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-top:.5rem}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(255,255,255,.25);font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;z-index:10}.hero-scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(255,255,255,.2),transparent);animation:sd 1.5s ease-in-out infinite}@keyframes sd{0%,100%{transform:scaleY(1);opacity:.3}50%{transform:scaleY(1.5);opacity:.8}}.manifesto{position:relative;overflow:hidden;background:var(--medio)}.manifesto-bg{position:absolute;inset:-25% 0;background-size:cover;background-position:right center;background-repeat:no-repeat;z-index:1;will-change:transform}.manifesto-overlay{position:absolute;inset:0;background:linear-gradient(90deg,var(--medio) 30%,rgba(20,20,20,.6) 55%,rgba(20,20,20,.1) 100%);z-index:2}.manifesto-inner{position:relative;z-index:3;padding:clamp(4rem,8vw,8rem) 0}.manifesto-grid{max-width:600px}.manifesto-text{max-width:600px}.manifesto-text h2{font-size:clamp(1.8rem,3.5vw,3.2rem);font-weight:700;line-height:1.2;margin-bottom:2rem}.manifesto-text h2 em{font-style:italic;font-weight:300;color:var(--white)}.manifesto-text p{font-size:clamp(.85rem,1.1vw,1.05rem);font-weight:300;line-height:1.8;color:rgba(255,255,255,.55);margin-bottom:1.5rem}.manifesto-sem{text-align:right}.manifesto-sem .word-sem{font-size:clamp(3rem,6vw,5.5rem);font-weight:800;line-height:.9;text-transform:lowercase;color:rgba(255,255,255,.06)}.manifesto-sem .word-main{font-size:clamp(3.5rem,7vw,7rem);font-weight:800;line-height:.85;color:var(--red)}.manifesto-sem .line-two{margin-top:2rem}.philosophy{padding:clamp(4rem,6vw,6rem) 0;background:var(--escuro)}.section-line{display:none}.philosophy-header{text-align:center;max-width:700px;margin:0 auto 3.5rem}.philosophy-header h2{font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.2}.philosophy-header h2 em{font-style:italic;font-weight:300;color:var(--red)}.philosophy-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.pillar{padding:clamp(2rem,3vw,3.5rem);background:rgba(255,255,255,.015);border:1px solid rgba(255,255,255,.04);transition:all .5s;position:relative;overflow:hidden}.pillar::before{content:'';position:absolute;top:0;left:0;width:0;height:2px;background:var(--red);transition:width .5s}.pillar:hover::before{width:100%}.pillar:hover{background:rgba(212,32,44,.03);border-color:rgba(212,32,44,.1)}.pillar-number{font-size:3rem;font-weight:800;color:rgba(255,255,255,.05);margin-bottom:1.5rem}.pillar h3{font-size:1rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem}.pillar p{font-size:.85rem;font-weight:300;line-height:1.8;color:rgba(255,255,255,.55)}.clients{padding:clamp(3rem,4vw,4rem) 0;background:var(--claro);color:#111}.clients-header{margin-bottom:3.5rem}.clients-header h2{font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.2;max-width:600px;color:#111}.client-feature{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:2px;min-height:480px;background:var(--white);border:1px solid rgba(0,0,0,.06);transition:border-color .4s}.client-feature:hover{border-color:rgba(212,32,44,.2)}.client-feature-visual{display:flex;align-items:center;justify-content:center;padding:4rem}.client-name-display{font-size:clamp(3rem,5vw,5rem);font-weight:800;line-height:1;opacity:.06;color:#111}.client-feature-info{padding:clamp(2.5rem,4vw,4rem);display:flex;flex-direction:column;justify-content:center}.client-badge{font-size:.6rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--red);margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.client-badge::before{content:'';width:6px;height:6px;background:var(--red);border-radius:50%}.client-feature-info h3{font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#111}.client-feature-info p{font-size:.9rem;font-weight:300;line-height:1.8;color:rgba(0,0,0,.5);margin-bottom:2rem}.client-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.06)}.metric-value{font-size:1.6rem;font-weight:800;line-height:1;color:#111}.metric-label{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(0,0,0,.35);margin-top:.4rem}.client-feature.reversed .client-feature-visual{order:2}.services{padding:clamp(4rem,6vw,6rem) 0 clamp(3rem,5vw,5rem) 0;background:var(--medio);position:relative;overflow:hidden}.services::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('../assets/img/bg-services.webp');background-size:cover;background-position:center top;opacity:1;z-index:0}.services::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,var(--medio) 0%,transparent 10%,transparent 95%,var(--medio) 100%);z-index:0}.services .container{position:relative;z-index:1}.services-header{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem;align-items:end}.services-header h2{font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.2}.services-header-desc{font-size:.9rem;font-weight:300;line-height:1.8;color:rgba(255,255,255,.6);align-self:end}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.service-card{padding:clamp(2rem,3vw,3rem);background:rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.08);transition:all .5s;position:relative;}.service-card::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--red);transition:width .4s}.service-card:hover::after{width:100%}.service-card:hover{background:rgba(212,32,44,.06)}.service-card h3{font-size:.95rem;font-weight:600;margin-bottom:.75rem}.service-card p{font-size:.8rem;font-weight:300;line-height:1.8;color:rgba(255,255,255,.6)}.work{padding:clamp(3rem,5vw,5rem) 0 clamp(4rem,6vw,6rem) 0;background:var(--escuro)}.work-header{display:flex;justify-content:space-between;align-items:end;margin-bottom:2.5rem}.work-header h2{font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.2}.work-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px}.work-item{position:relative;overflow:hidden;background:var(--medio);border:1px solid rgba(255,255,255,.04);padding:clamp(2.5rem,4vw,3.5rem);display:flex;flex-direction:column;justify-content:center;transition:all .5s}.work-item::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(212,32,44,.03) 0%,transparent 50%);opacity:0;transition:opacity .5s}.work-item:hover::before{opacity:1}.work-item:hover{border-color:rgba(212,32,44,.12)}.work-tag{font-size:.6rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--red);margin-bottom:1rem;position:relative;z-index:1}.work-item h3{font-size:clamp(1.4rem,2.2vw,2rem);font-weight:700;line-height:1.2;margin-bottom:.75rem;position:relative;z-index:1}.work-item p{font-size:.8rem;font-weight:300;line-height:1.7;color:rgba(255,255,255,.55);position:relative;z-index:1}.leadership{padding:clamp(3rem,4vw,4rem) 0;background:var(--claro);color:#111}.leadership-header{margin-bottom:2.5rem}.leadership-header h2{font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.2;color:#111}.leadership-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1.5rem,2vw,2rem)}.leader-card{text-align:center}.leader-photo{width:100%;aspect-ratio:3/4;overflow:hidden;margin-bottom:1.5rem;background:rgba(0,0,0,.03)}.leader-photo img{filter:grayscale(100%);transition:filter .5s ease}.leader-card:hover .leader-photo img{filter:grayscale(0%)}.leader-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:rgba(0,0,0,.06);background:rgba(0,0,0,.03)}.leader-name{font-size:.95rem;font-weight:700;margin-bottom:.3rem;color:#111}.leader-role{font-size:.65rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:rgba(0,0,0,.4);line-height:1.5}.about{padding:clamp(4rem,6vw,6rem) 0;background:var(--medio)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,8rem);align-items:start}.about-left h2{font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.2;margin-bottom:2rem}.about-left p{font-size:.9rem;font-weight:300;line-height:1.8;color:rgba(255,255,255,.6);margin-bottom:1.5rem}.about-numbers{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.about-num{padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.06)}.about-num-value{font-size:clamp(2rem,3vw,2.8rem);font-weight:800;line-height:1}.about-num-label{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-top:.5rem}.about-quote{padding:clamp(2rem,3vw,3rem);border-left:2px solid var(--red);margin-bottom:3rem}.about-quote p{font-size:clamp(1.1rem,1.8vw,1.4rem);font-weight:300;font-style:italic;line-height:1.5;color:rgba(255,255,255,.65)}.about-quote cite{display:block;font-size:.7rem;font-style:normal;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-top:1.5rem}.about-tags{display:flex;flex-wrap:wrap;gap:.5rem}.about-tag{padding:.5rem 1rem;border:1px solid rgba(255,255,255,.1);font-size:.65rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.5);transition:all .3s}.about-tag:hover{border-color:var(--red);color:var(--red)}.insights{padding:clamp(4rem,6vw,6rem) 0;background:var(--escuro)}.insights-inner{display:grid;grid-template-columns:1fr 1.3fr;gap:clamp(3rem,6vw,6rem);align-items:center}.insights-left h2{font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem}.insights-left p{font-size:.9rem;font-weight:300;line-height:1.8;color:rgba(255,255,255,.6);margin-bottom:2rem}.insights-cta{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--red);color:var(--white);font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;transition:all .3s}.insights-cta:hover{background:var(--red-dark);gap:1.25rem}.insights-cta svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}.insights-cards{display:grid;grid-template-columns:1fr 1fr;gap:2px}.insight-card{padding:clamp(1.5rem,2.5vw,2.5rem);background:var(--medio);border:1px solid rgba(255,255,255,.04);transition:all .4s}.insight-card:hover{border-color:rgba(212,32,44,.15)}.insight-card-num{font-size:2.5rem;font-weight:800;color:rgba(255,255,255,.04);margin-bottom:1rem}.insight-card h4{font-size:.85rem;font-weight:600;margin-bottom:.5rem;line-height:1.4}.insight-card p{font-size:.75rem;font-weight:300;color:rgba(255,255,255,.55);line-height:1.6}.contact{padding:clamp(3rem,5vw,5rem) 0;text-align:center;position:relative;overflow:hidden;background:var(--claro);color:#111}.contact h2{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.15;margin-bottom:1.5rem;position:relative;color:#111}.contact h2 em{font-style:italic;font-weight:300;color:var(--red)}.contact-sub{font-size:1rem;font-weight:300;color:rgba(0,0,0,.45);margin-bottom:3rem;position:relative}.contact-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1.2rem 3rem;background:var(--red);color:var(--white);font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;transition:all .3s;position:relative}.contact-btn:hover{background:var(--red-dark);gap:1.25rem}.contact-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}.contact-options{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contact-btn-alt{background:transparent;border:1px solid rgba(0,0,0,.15);color:#111}.contact-btn-alt:hover{background:var(--red);border-color:var(--red);color:var(--white)}.footer{padding:3rem 0;background:var(--medio);border-top:1px solid rgba(255,255,255,.06)}.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-copy{font-size:.7rem;color:rgba(255,255,255,.4)}.footer-links{display:flex;gap:2rem}.footer-links a{font-size:.7rem;color:rgba(255,255,255,.4);transition:color .3s}.footer-links a:hover{color:var(--white)}.footer-offices{width:100%;display:flex;gap:3rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.04);flex-wrap:wrap}.footer-office{font-size:.65rem;color:rgba(255,255,255,.4);line-height:1.6}.footer-office strong{color:rgba(255,255,255,.4);font-weight:600;display:block;margin-bottom:.25rem}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal.vis{opacity:1;transform:translateY(0)}.reveal-d1{transition-delay:.1s}.reveal-d2{transition-delay:.2s}.reveal-d3{transition-delay:.3s}.reveal-d4{transition-delay:.4s}.mobile-menu{position:fixed;inset:0;z-index:99;background:rgba(20,20,20,.97);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;opacity:0;visibility:hidden;transition:all .4s}.mobile-menu.open{opacity:1;visibility:visible}.mobile-menu a{font-size:1.5rem;font-weight:300;color:rgba(255,255,255,.6);transition:color .3s}.mobile-menu a:hover{color:var(--white)}@media(max-width:1024px){.client-feature,.services-header,.about-grid,.insights-inner{grid-template-columns:1fr}.client-feature.reversed .client-feature-visual{order:0}.services-grid,.philosophy-pillars{grid-template-columns:repeat(2,1fr)}.work-grid{grid-template-columns:1fr}.leadership-grid{grid-template-columns:repeat(2,1fr)}.manifesto-bg{background-position:center right -100px;background-size:cover;opacity:.4}.manifesto-overlay{background:linear-gradient(180deg,var(--medio) 0%,rgba(20,20,20,.5) 50%,var(--medio) 100%)}.manifesto-text{max-width:100%}}@media(max-width:768px){.nav-links{display:none}.nav-cta{display:none}.menu-toggle{display:flex}.hero{height:auto}.hero-video{position:relative}.hero-video video{position:relative;top:auto;left:auto;width:100%;height:auto;min-width:unset;min-height:unset;transform:none;object-fit:cover}.services-grid,.philosophy-pillars{grid-template-columns:1fr}.hero-stats{gap:2rem}.client-metrics{grid-template-columns:repeat(2,1fr)}.insights-cards,.about-numbers{grid-template-columns:1fr}.footer-offices{flex-direction:column;gap:1.5rem}.leadership-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.leadership-grid{grid-template-columns:1fr}}@media(max-height:500px) and (orientation:landscape){.nav-links{display:none}.nav-cta{display:none}.menu-toggle{display:flex}.hero{height:auto}.hero-video{position:relative}.hero-video video{position:relative;top:auto;left:auto;width:100%;height:auto;min-width:unset;min-height:unset;transform:none;object-fit:cover}.mobile-menu{padding:3.5rem 2rem 2rem;gap:.8rem;justify-content:flex-start;overflow-y:auto}.mobile-menu a{font-size:1rem}}.clients-marquee{padding:2.5rem 0;background:#1a1a1a;overflow:hidden}.marquee-label{text-align:center;font-size:.6rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:1.5rem}.marquee-track{overflow:hidden;white-space:nowrap}.marquee-content{display:inline-block;animation:marquee 30s linear infinite}.marquee-logo{display:inline-block;height:36px;margin:0 3rem;opacity:.6;transition:opacity .4s;vertical-align:middle}.marquee-track:hover .marquee-content{animation-play-state:paused}.marquee-track:hover .marquee-logo{opacity:1}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-33.333%)}}:focus-visible{outline:2px solid var(--red);outline-offset:2px}a:focus-visible,button:focus-visible{outline:2px solid var(--red);outline-offset:2px}@media(prefers-reduced-motion:reduce){.reveal{transition:none;opacity:1;transform:none}.marquee-content{animation:none}.hero-scroll-line{animation:none}}.section-cta{text-align:center;margin-top:clamp(3rem,5vw,4rem)}.cta-outline{display:inline-flex;align-items:center;gap:.75rem;padding:.8rem 2rem;border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.5);font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;transition:all .3s}.cta-outline:hover{border-color:var(--red);color:var(--white);gap:1rem}.cta-outline svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;width:54px;height:54px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;z-index:90;box-shadow:0 4px 16px rgba(37,211,102,.35);transition:all .3s;opacity:0;visibility:hidden;transform:scale(.8)}.whatsapp-float.visible{opacity:1;visibility:visible;transform:scale(1)}.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 6px 24px rgba(37,211,102,.45)}.whatsapp-float svg{width:26px;height:26px}@media(max-width:768px){.whatsapp-float{bottom:1.5rem;right:1.5rem;width:48px;height:48px}.whatsapp-float svg{width:22px;height:22px}}