:root{--bg-color: #000000;--text-color: #FFFFFF;--accent-color: #333333;--font-main: "Inter", sans-serif;--spacing-unit: 1rem;--container-width: 1400px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;cursor:none}html,body{width:100%;overflow-x:hidden;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#ambient-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:#000;background-size:cover;background-position:center;transition:background-image .5s ease-in-out}#ambient-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000c;z-index:1}.cursor-dot,.cursor-outline{position:fixed;top:0;left:0;transform:translate(-50%,-50%);border-radius:50%;z-index:9999;pointer-events:none}.cursor-dot{width:8px;height:8px;background-color:#fff}.cursor-outline{width:40px;height:40px;border:1px solid rgba(255,255,255,.5);transition:width .2s,height .2s,background-color .2s}body.hovering .cursor-outline{width:60px;height:60px;background-color:#ffffff1a;border-color:transparent}h1,h2,h3,h4{font-weight:800;letter-spacing:-.03em;line-height:1.1}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 1rem}.fixed-header{position:fixed;top:0;left:0;width:100%;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;z-index:100;mix-blend-mode:difference}.brand-wrapper{display:flex;align-items:center;gap:10px}.logo{height:50px;width:auto;display:block}.brand-name{font-weight:800;font-size:1.5rem;letter-spacing:-.05em}.nav-links{display:flex;gap:2rem;list-style:none;justify-content:center}.nav-links a{font-size:14px;text-transform:uppercase;letter-spacing:.05em;opacity:.7;transition:opacity .3s}.nav-links a:hover{opacity:1}.hero-section{height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding-top:4rem}.hero-content{text-align:center;z-index:2}.hero-title{font-size:clamp(3rem,10vw,8rem);text-transform:uppercase}.hero-abstract-visual{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:.3;pointer-events:none}.NOSOTROS-section{padding:10rem 0}.NOSOTROS-text{font-size:1rem;font-weight:300;max-width:900px;line-height:1.5;overflow:visible!important;height:auto!important;max-height:none!important;box-sizing:border-box;padding-bottom:40px}.PROYECTOS-section{padding:5rem 0;position:relative}.section-title{font-size:1rem;text-transform:uppercase;margin-bottom:4rem;opacity:.5;border-bottom:1px solid #333;padding-bottom:1rem}.PROYECTOS-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:2rem}.mobile-project-img{display:block;width:100%;height:250px;object-fit:cover;margin-bottom:1.5rem;border-radius:8px}.PROYECTOS-item{grid-column:span 12;padding:3rem 0;border-bottom:1px solid #222;position:relative;transition:opacity .3s;background:transparent;display:flex;flex-direction:column}.PROYECTOS-item:hover{opacity:1}.PROYECTOS-info{display:flex;flex-direction:column;gap:.5rem;position:relative;z-index:1}.PROYECTOS-number{font-size:.8rem;opacity:.5;margin-bottom:1rem}.PROYECTOS-title{font-size:1.5rem;line-height:1.2}.PROYECTOS-cat{font-size:1rem;opacity:.6;font-weight:300}.PROYECTOS-text{line-height:1.6}@media(min-width:768px){.fixed-header{flex-direction:row;justify-content:space-between;gap:0}.nav-links a{font-size:.9rem}.mobile-project-img{display:none}.PROYECTOS-item{padding:4rem 0;display:block}.PROYECTOS-title{font-size:clamp(2rem,4vw,4rem)}.item-1{grid-column:1 / 8}.item-2{grid-column:5 / 13;margin-top:5rem}.item-3{grid-column:2 / 9;margin-top:5rem}.footer-email{font-size:clamp(1.5rem,4vw,3rem);word-break:normal}.NOSOTROS-text{font-size:clamp(1.5rem,3vw,2.5rem)}}.services-section{padding:10rem 0}.services-list{list-style:none}.services-list li{font-size:clamp(2rem,5vw,4rem);font-weight:600;border-bottom:1px solid #222;padding:2rem 0;transition:padding-left .3s}.services-list li:hover{padding-left:2rem;color:#ccc}.footer-section{padding:10rem 0 5rem;background-color:#050505}.footer-cta{font-size:clamp(2rem,6vw,5rem);margin-bottom:4rem}.footer-email{font-size:1rem;word-break:break-all;border-bottom:2px solid white;padding-bottom:.5rem;display:inline-block;margin-bottom:5rem;max-width:100%}.footer-bottom{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:2rem}.cta-button{display:inline-block;background:#fff;color:#000;border:none;padding:1.5rem 3rem;font-size:1.2rem;font-weight:600;border-radius:50px;text-transform:uppercase;transition:transform .3s}.cta-button:hover{transform:scale(1.05)}.copyright{opacity:.4;font-size:.9rem}
