:root{--bg: #1e1e1e;--line: rgba(255, 255, 255, .06);--panel-bg: rgba(33, 33, 33, .5);--fg: #f4f4f4;--fg-muted: #b3b3b3;--accent: #ff662b;--accent-light: #ff946b}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background-color:var(--bg);color:var(--fg);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.genesis{position:fixed;inset:0;z-index:0;background-color:var(--bg);background-image:repeating-linear-gradient(0deg,var(--line) 0,var(--line) 1px,transparent 1px,transparent 42px),repeating-linear-gradient(90deg,var(--line) 0,var(--line) 1px,transparent 1px,transparent 42px)}.shell{position:relative;z-index:1;display:flex;flex-direction:column;height:100vh;max-width:1200px;margin:0 auto;padding:2rem 3rem}.site-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.brand{display:flex;flex-direction:column;line-height:1.1}.brand-name{font-family:Titillium Web,sans-serif;font-style:italic;font-weight:600;font-size:2.25rem;color:#fff;letter-spacing:-.01em}.brand-name:hover{color:var(--accent-light)}.brand[aria-current=page] .brand-name{color:var(--accent)}.brand-subtitle{margin-top:.25rem;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted)}.main-nav ul{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0;font-size:1rem}.main-nav a{padding:.25rem 0;color:var(--fg)}.main-nav a:hover{color:var(--accent-light)}.main-nav a[aria-current=page]{color:var(--accent)}.lang-toggle-wrap{display:flex;justify-content:flex-end;flex-shrink:0;padding-top:.6rem}.lang-toggle{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--fg-muted)}.lang-toggle button{background:none;border:none;padding:.15rem .25rem;font:inherit;color:inherit;cursor:pointer}.lang-toggle button.active{color:var(--accent);font-weight:700}.lang-sep{opacity:.4}.panel{flex:1;min-height:0;overflow-y:auto;background-color:var(--panel-bg);border-radius:10px;padding:3rem;backdrop-filter:blur(2px);scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}.panel::-webkit-scrollbar{width:10px}.panel::-webkit-scrollbar-thumb{background-color:#ffffff26;border-radius:10px}.view{display:flex;flex-direction:column;justify-content:center;min-height:100%}.view,.project-page{animation:fade-in .35s ease both}.project-page .view{animation:none}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.view-home{text-align:center}.home-tagline{font-size:clamp(1.8rem,5vw,3.5rem);font-weight:700;max-width:18ch;margin:0 auto;background:linear-gradient(90deg,#ffffff,var(--accent-light),var(--accent),#ffffff);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:gradient-shift 8s ease-in-out infinite}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media(prefers-reduced-motion:reduce){.home-tagline,.view,.project-page{animation:none}.lightbox{transition:none}.gpp{display:none}}.nosotros-intro{max-width:65ch;color:var(--fg-muted);line-height:1.6;margin-bottom:2.5rem;text-align:justify}.heading-line{display:flex;align-items:center;gap:1rem;width:50%;min-width:220px;white-space:nowrap}.heading-line:after{content:"";flex:1 1 auto;height:1px;background:var(--line)}.how-we-work-heading{font-size:1.1rem;font-weight:600;margin-bottom:1.25rem;color:var(--fg-muted)}.how-we-work-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;list-style:none;margin:0 0 2.5rem;padding:0}.how-we-work-steps li{border-left:2px solid var(--accent);padding-left:1rem}.step-title{display:block;font-weight:700;margin-bottom:.3rem}.step-body{color:var(--fg-muted);font-size:.9rem;line-height:1.5}.team-heading{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:var(--fg-muted)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem}.team-member{text-align:center}.team-photo{width:110px;height:110px;object-fit:cover;border-radius:50%;margin-bottom:.7rem;filter:grayscale(.3)}.team-name{font-weight:700;color:var(--accent-light);margin-bottom:.5rem}.team-bio{font-size:.85rem;color:var(--fg-muted);line-height:1.5}.project-category+.project-category{margin-top:2.5rem}.project-category-heading{margin:0 0 1.25rem;font-size:1.1rem;font-weight:600;color:var(--fg-muted)}.project-menu{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1.1rem;list-style:none;margin:0 auto;padding:0;max-width:760px}.project-menu a{display:flex;flex-direction:column;gap:.35rem;height:100%;padding:1.1rem 1.25rem;text-align:center}.project-menu-label{font-size:1.05rem;font-weight:700;color:var(--fg);transition:color .2s ease}.project-menu a:hover .project-menu-label{color:var(--accent-light)}.project-menu-summary{font-size:.8rem;color:var(--fg-muted)}.project-page{display:flex;flex-direction:column;min-height:100%}.project-page .view{flex:1;min-height:0}.project-detail{max-width:65ch;margin:0 auto}.project-back{display:inline-block;margin-bottom:1.5rem;color:var(--fg-muted);font-size:.9rem;align-self:flex-start}.project-back:hover{color:var(--accent-light)}.project-title{font-size:1.6rem;font-weight:700;margin:0 0 .3rem}.project-tag{color:var(--accent-light);font-size:.85rem;margin-bottom:1.25rem}.project-body{line-height:1.7;color:var(--fg)}.project-body p{margin:0 0 1.1rem;text-align:justify;text-justify:inter-word;hyphens:auto}.project-body p:last-child{margin-bottom:0}.project-bullets{margin:0 0 1.1rem;padding-left:1.25rem;color:var(--fg)}.project-bullets li{margin-bottom:.4rem;line-height:1.6}.project-images{display:flex;flex-wrap:wrap;gap:.85rem;margin:0 0 1.1rem}.project-images img{flex:1 1 calc(33.333% - .567rem);min-width:110px;max-height:220px;object-fit:cover;border-radius:10px;cursor:zoom-in}.lightbox{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:2rem;background:#0b0b0b80;backdrop-filter:blur(6px);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;cursor:zoom-out}.lightbox.open{opacity:1;visibility:visible}.lightbox-img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:10px}.lightbox-close{position:fixed;top:1.25rem;right:1.25rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#0b0b0b80;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;transition:background .2s ease}.lightbox-close:hover,.lightbox-close:focus-visible{background:#0b0b0bcc}.project-quote{margin:2rem 0 0;padding-left:1.25rem;border-left:3px solid var(--accent)}.project-quote p{margin:0;font-size:.88rem;font-style:italic;color:var(--fg-muted);line-height:1.6;text-align:justify;text-justify:inter-word}.project-quote-author{display:block;margin-top:.6rem;font-style:normal;font-size:.85rem;color:var(--fg-muted)}.project-quote-author:before{content:"\2014  "}.project-quote-author a{color:var(--fg);font-weight:700}.project-quote-author a:hover{color:var(--accent-light)}.view-contacto{position:relative;align-items:center;text-align:center}.gpp{position:absolute;right:0;bottom:0;width:32px;height:auto;opacity:.5;transition:opacity .2s ease}.gpp:hover{opacity:1}.contact-email{font-size:clamp(1.4rem,4vw,2.25rem);font-weight:700;color:var(--accent);margin-top:1rem}.contact-email:hover{color:var(--accent-light)}.social-links{display:flex;justify-content:center;gap:1.5rem;margin-top:1.75rem}.social-link{display:inline-flex;color:var(--fg-muted)}.social-link svg{height:24px;width:auto;fill:currentColor}.social-link:hover{color:var(--accent-light)}@media(max-width:640px){.shell{padding:1.25rem}.site-header{flex-direction:column;align-items:flex-start}.main-nav{width:100%}.lang-toggle-wrap{justify-content:center}.panel{padding:1.5rem}.team-grid{grid-template-columns:repeat(2,1fr)}.project-menu{grid-template-columns:repeat(2,1fr);gap:.85rem}.project-images img{flex-basis:100%;max-height:180px}}
