:root{--bg:#f7f6f1;--paper:#fffdf8;--ink:#10202a;--muted:#5f6f78;--line:#e6e0d3;--blue:#0c5c78;--cyan:#2f91ad;--red:#c92222;--gold:#d6a84f;--shadow:0 18px 45px rgba(16,32,42,.12);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.6}a{color:inherit}.site-header{position:sticky;top:0;z-index:20;background:rgba(247,246,241,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.navbar{max-width:1180px;margin:auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;gap:12px;align-items:center;text-decoration:none}.brand img{width:52px;height:52px;border-radius:14px;object-fit:cover;box-shadow:0 8px 18px rgba(16,32,42,.12)}.brand span{display:grid;line-height:1.15}.brand strong{font-size:1.05rem;letter-spacing:.08em}.brand small{color:var(--muted);font-size:.76rem}.nav-menu{display:flex;gap:26px;list-style:none;margin:0;padding:0;align-items:center}.nav-menu a{text-decoration:none;font-weight:700;color:#2a3941}.nav-menu a.active,.nav-menu a:hover{color:var(--blue)}.lang-switch{display:flex;gap:4px;padding:4px;border:1px solid var(--line);border-radius:999px;background:#fff}.lang-switch button{border:0;background:transparent;padding:7px 10px;border-radius:999px;font-weight:800;cursor:pointer;color:var(--muted)}.lang-switch button.active{background:var(--ink);color:white}.nav-toggle{display:none;border:0;background:var(--ink);color:#fff;border-radius:10px;padding:9px 11px;font-size:20px}.hero{max-width:1180px;margin:0 auto;padding:82px 24px 56px;display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.76rem;font-weight:800;color:var(--red);margin:0 0 14px}h1,h2,h3{line-height:1.08;margin:0}h1{font-family:"Source Serif 4",Georgia,serif;font-size:clamp(2.4rem,6vw,5.4rem);letter-spacing:-.04em}h2{font-size:clamp(1.8rem,3.5vw,3rem);letter-spacing:-.035em}h3{font-size:1.25rem}.lead{font-size:1.17rem;color:#40535d;max-width:760px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;text-decoration:none;font-weight:800;border:1px solid var(--ink)}.button.primary{background:var(--ink);color:#fff}.button.secondary{background:transparent}.hero-panel{background:linear-gradient(135deg,#11303e,#0e607b 70%,#238aaa);color:white;border-radius:34px;min-height:420px;padding:30px;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-panel:before{content:"";position:absolute;inset:auto -80px -90px auto;width:250px;height:250px;border-radius:50%;background:rgba(255,255,255,.13)}.project-logo-card{background:rgba(255,255,255,.95);border-radius:28px;padding:24px;text-align:center;color:var(--ink);box-shadow:0 20px 45px rgba(0,0,0,.15)}.project-logo-card img{width:min(310px,80%);border-radius:18px;display:block;margin:0 auto 18px}.section,.section-narrow{max-width:1180px;margin:0 auto;padding:64px 24px}.section-narrow{max-width:880px;text-align:center;font-size:1.25rem;color:#40535d}.section-heading{display:flex;flex-direction:column;gap:10px;margin-bottom:30px}.section-heading p:not(.eyebrow){max-width:760px;color:var(--muted)}.split{flex-direction:row;align-items:end;justify-content:space-between;gap:24px}.muted{background:#ede9df;border-radius:34px}.stats-grid,.cards{max-width:1180px;margin:0 auto;padding:20px 24px 58px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.stats-grid article,.card,.timeline article{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 10px 30px rgba(16,32,42,.06)}.stats-grid strong{display:block;font-size:2rem;color:var(--blue);margin-bottom:8px}.card p,.timeline p{color:var(--muted)}.team-grid{grid-template-columns:repeat(3,1fr);padding:0}.avatar{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:white;display:grid;place-items:center;font-weight:900;margin-bottom:16px}.timeline{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.timeline span{color:var(--red);font-weight:900;font-size:.86rem}.service-grid{grid-template-columns:repeat(3,1fr);padding:0}.service a{font-weight:900;text-decoration:none;color:var(--blue)}.search-label{font-weight:800;color:var(--muted)}.search-label input{margin-left:8px;border:1px solid var(--line);border-radius:999px;padding:12px 15px;background:#fff}.footer{margin-top:70px;background:#101820;color:#fff}.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}.footer-logos {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-shrink: 0; /* evita que se deformen */
}.footer-logos img {
  max-height: 100px;
  width: auto;
  background: white;
  border-radius: 8px;
  padding: 6px 10px;
}.funding-text{font-size:.9rem;color:#d7dee2;margin:0}

.page-hero{max-width:1180px;margin:0 auto;padding:70px 24px 34px}.


.page-hero h1 {
  font-size: 2.8rem;
  line-height: 1.2;
  max-width: 900px;
}
.page-hero p{font-size:1.15rem;color:var(--muted);max-width:820px}.empty-state{max-width:1180px;margin:20px auto;color:var(--muted);padding:0 24px}.hidden-lang{display:none!important}@media(max-width:850px){.nav-toggle{display:block}.nav-menu{display:none;position:absolute;left:16px;right:16px;top:82px;flex-direction:column;background:var(--paper);padding:18px;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.nav-menu.open{display:flex}.hero{grid-template-columns:1fr;padding-top:44px}.stats-grid,.team-grid,.service-grid,.timeline,.footer-inner{grid-template-columns:1fr}.split{flex-direction:column;align-items:flex-start}.footer-logos img{max-width:210px}.brand small{display:none}}

.pub-tag[data-pt="PT1"] { background: #c92222; }
.pub-tag[data-pt="PT2"] { background: #0c5c78; }
.pub-tag[data-pt="PT3"] { background: #2f91ad; }
.pub-tag[data-pt="PT4"] { background: #d6a84f; }

.publications-list {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}

.publication {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 8px 20px rgba(16,32,42,.05);
  transition: transform 0.15s ease;
}

.publication:hover {
  transform: translateY(-2px);
}

.pub-meta {
  margin-bottom: 8px;
}

.pub-tag {
  display: inline-block;
  background: var(--blue);
  color: white;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.05em;
}

.pub-title {
  font-size: 1.15rem;
  margin: 6px 0;
}

.pub-authors {
  font-size: 0.95rem;
  color: var(--muted);
  margin: 4px 0;
}

.pub-venue {
  font-size: 0.9rem;
  color: #40535d;
  font-style: italic;
}


.hero {
           display: block !important;
         }

         .hero-copy.full-width {
           max-width: 1200px;
           margin: 0 auto;
           width: 100%;
           padding: 0 20px;
         }
         .hero-panel {
         display: none; /* opcional si ya no lo usas */
         }
         .hero-copy h1 {
         font-size: 2.8rem;
         line-height: 1.2;
         }
         .hero-copy p {
         font-size: 1.2rem;
         line-height: 1.6;
         }