
:root{--paper:#f4f3ef;--ink:#171917;--muted:#646c66;--line:#c9ccc8;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}
.wrap{width:min(var(--max),90vw);margin:auto}
header{height:70px;position:sticky;top:0;z-index:30;background:#f4f3eff7;display:flex;align-items:center;padding:0 4vw;border-bottom:1px solid #d2d4d0}
.brand{display:flex;gap:13px;align-items:baseline;margin-right:auto;text-decoration:none;color:var(--ink)}
.brand b{font-size:16px;letter-spacing:.13em}.brand span{font-size:14px;letter-spacing:.045em}
nav{display:flex;gap:22px}nav a{text-decoration:none;color:var(--ink);font-size:13px;padding-bottom:3px}
nav a.active{border-bottom:1px solid}.lang{font-size:11px;margin-left:24px}
.pagehead{padding:104px 0 74px;border-bottom:1px solid var(--line)}
.kicker{font-size:11px;letter-spacing:.19em;color:#626964;text-transform:uppercase;margin-bottom:18px}
.pagehead h1{font-size:clamp(54px,6vw,84px);line-height:.98;letter-spacing:-.055em;font-weight:500;margin:0}
.meta{font-size:10px;letter-spacing:.14em;color:#6b736d;text-transform:uppercase}
.ext,.external{font-size:12px;color:inherit;text-decoration:none;border-bottom:1px solid #929993;padding-bottom:2px}
footer{padding:40px 5vw;display:flex;justify-content:space-between;border-top:1px solid var(--line);font-size:13px}
footer p{color:#777}
@media(max-width:850px){nav,.lang{display:none}.wrap{width:88vw}.pagehead{padding:76px 0 50px}.pagehead h1{font-size:48px}footer{display:block}}

/* V5 unified page-title system */
.pagehead{padding:92px 0 66px;border-bottom:1px solid var(--line)}
.pagehead .kicker{font-size:11px;letter-spacing:.16em;margin-bottom:17px}
.pagehead h1{font-size:clamp(48px,5.25vw,72px);font-weight:500;line-height:1.01;letter-spacing:-.045em}
.big-page-link{display:inline-block;font-size:21px;line-height:1.2;font-weight:500;color:var(--ink);text-decoration:none;margin-top:28px}
.big-page-link:after{content:" →";font-weight:400}

     
      .news-list {
        padding: 20px 0 80px;
      }
      .news {
        position: relative;
        min-height: 190px;
        border-bottom: 1px solid var(--line);
        padding: 34px 0;
        display: grid;
        grid-template-columns: 1fr;
      }
      .news:first-child {
        border-top: 1px solid var(--line);
      }
      .news-copy {
        position: relative;
        z-index: 2;
        max-width: 820px;
      }
      .news h2 {
        font-size: clamp(30px, 3.6vw, 50px);
        line-height: 1.02;
        letter-spacing: -0.045em;
        font-weight: 500;
        margin: 14px 0 12px;
      }
      .news p {
        font-size: 16px;
        line-height: 1.5;
        color: var(--muted);
        margin: 0 0 18px;
      }
      .with-field {
        min-height: 320px;
        align-items: end;
      }
      .field {
        position: absolute;
        inset: 0;
        opacity: 0.33;
        background:
          repeating-linear-gradient(
            28deg,
            transparent 0 62px,
            #63746922 63px 65px
          ),
          radial-gradient(circle at 78% 35%, #fff, transparent 25%),
          linear-gradient(135deg, #d7ddd7, #adb8af);
      }
      .with-field .news-copy {
        padding: 25px 0;
      }
      .archive {
        padding: 30px 0 90px;
        text-align: left;
      }

      .section-cta {
        display: inline-block;
        font-size: 21px;
        line-height: 1.25;
        color: inherit;
        text-decoration: none;
        border-bottom: 2px solid currentColor;
        padding-bottom: 4px;
      }
      .archive {
        text-align: left !important;
      }
      
     
      /* V12 — Actualidad: archivo legible, no listado indiferenciado */
      main .activity-v12 {
        padding: 30px 0 90px;
      }
      .activity-item-v12 {
        position: relative;
        padding: 28px 0 30px;
        border-bottom: 1px solid rgba(23, 25, 23, 0.18);
      }
      .activity-item-v12:first-child {
        border-top: 1px solid rgba(23, 25, 23, 0.18);
      }
      .activity-item-v12:before {
        content: "";
        position: absolute;
        left: 0;
        top: -1px;
        width: 58px;
        height: 2px;
        background: #737b75;
      }
      .activity-meta-v12 {
        font-size: 11px;
        letter-spacing: 0.11em;
        text-transform: uppercase;
        color: var(--muted);
        margin-bottom: 12px;
      }
      .activity-title-v12 {
        width: 100%;
        border: 0;
        background: none;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 40px;
        gap: 20px;
        text-align: left;
        cursor: pointer;
        color: inherit;
        align-items: start;
      }
      .activity-title-v12 h2 {
        margin: 0;
        font-size: clamp(25px, 3vw, 39px);
        line-height: 1.08;
        letter-spacing: -0.035em;
        font-weight: 500;
      }
      .activity-arrow-v12 {
        text-align: right;
        font-size: 18px;
        transition: transform 0.25s;
      }
      .activity-summary-v12 {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition:
          max-height 0.4s ease,
          opacity 0.3s ease;
      }
      .activity-item-v12.open .activity-summary-v12 {
        max-height: 280px;
        opacity: 1;
      }
      .activity-item-v12.open .activity-arrow-v12 {
        transform: rotate(45deg);
      }
      .activity-summary-v12 p {
        max-width: 760px;
        margin: 20px 0 0;
        font-size: 16px;
        line-height: 1.55;
        color: var(--muted);
      }
      .activity-summary-v12 a {
        display: inline-block;
        margin-top: 18px;
        color: inherit;
        text-decoration: none;
        border-bottom: 1px solid currentColor;
        padding-bottom: 2px;
      }
      
     
      .activity-filters-v15 {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        margin: 0 0 34px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(23, 25, 23, 0.18);
      }
      .activity-filters-v15 button {
        border: 0;
        background: none;
        padding: 0 0 4px;
        cursor: pointer;
        font: inherit;
        font-size: 11px;
        letter-spacing: 0.09em;
        color: #737b75;
      }
      .activity-filters-v15 button.active {
        color: #111;
        border-bottom: 1px solid #111;
      }
      
     
      /* V17 — AOS Ahora: imagen + contenido, manteniendo el lenguaje editorial AOS */
      .activity-v20 {
        padding: 28px 0 90px;
      }
      .activity-filters-v20 {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        margin: 0 0 38px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(23, 25, 23, 0.18);
      }
      .activity-filters-v20 button {
        border: 0;
        background: none;
        padding: 0 0 4px;
        cursor: pointer;
        font: inherit;
        font-size: 11px;
        letter-spacing: 0.09em;
        color: #737b75;
      }
      .activity-filters-v20 button.active {
        color: #111;
        border-bottom: 1px solid #111;
      }
      .activity-item-v17 {
        display: grid;
        grid-template-columns: minmax(210px, 29%) 1fr;
        gap: 34px;
        position: relative;
        padding: 30px 0;
        border-bottom: 1px solid rgba(23, 25, 23, 0.18);
      }
      .activity-item-v17:first-of-type {
        border-top: 1px solid rgba(23, 25, 23, 0.18);
      }
      .activity-item-v17:before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        width: 58px;
        height: 2px;
        background: #737b75;
      }
      .activity-image-v17 {
        aspect-ratio: 4/3;
        overflow: hidden;
        background: #e1e3df;
      }
      .activity-image-v17 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: saturate(0.88);
      }
      .activity-copy-v17 {
        align-self: start;
        padding-top: 1px;
      }
      .activity-meta-v17 {
        font-size: 11px;
        letter-spacing: 0.105em;
        text-transform: uppercase;
        color: var(--muted);
        margin-bottom: 13px;
      }
      .activity-title-v17 {
        width: 100%;
        border: 0;
        background: none;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 36px;
        gap: 18px;
        text-align: left;
        cursor: pointer;
        color: inherit;
      }
      .activity-title-v17 h2 {
        font-size: clamp(25px, 3vw, 39px);
        line-height: 1.08;
        letter-spacing: -0.035em;
        font-weight: 500;
        margin: 0;
      }
      .activity-arrow-v17 {
        text-align: right;
        font-size: 18px;
        transition: transform 0.25s;
      }
      .activity-summary-v17 {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition:
          max-height 0.42s ease,
          opacity 0.3s ease;
      }
      .activity-item-v17.open .activity-summary-v17 {
        max-height: 420px;
        opacity: 1;
      }
      .activity-item-v17.open .activity-arrow-v17 {
        transform: rotate(45deg);
      }
      .activity-summary-v17 p {
        max-width: 760px;
        margin: 20px 0 0;
        font-size: 16px;
        line-height: 1.55;
        color: var(--muted);
      }
      .activity-summary-v17 a {
        display: inline-block;
        margin-top: 17px;
        color: inherit;
        text-decoration: none;
        border-bottom: 1px solid currentColor;
        padding-bottom: 2px;
      }
      @media (max-width: 760px) {
        .activity-item-v17 {
          grid-template-columns: 1fr;
          gap: 20px;
        }
        .activity-image-v17 {
          aspect-ratio: 16/9;
        }
      }
      
     
      /* V20 — AOS Ahora: imagen atmosférica solo al desplegar */
      .activity-v20 {
        padding: 28px 0 90px;
      }
      .activity-filters-v20 {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        margin: 0 0 38px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(23, 25, 23, 0.18);
      }
      .activity-filters-v20 button {
        border: 0;
        background: none;
        padding: 0 0 4px;
        cursor: pointer;
        font: inherit;
        font-size: 11px;
        letter-spacing: 0.09em;
        color: #737b75;
      }
      .activity-filters-v20 button.active {
        color: #111;
        border-bottom: 1px solid #111;
      }
      .activity-item-v20 {
        position: relative;
        padding: 27px 0 29px;
        border-bottom: 1px solid rgba(23, 25, 23, 0.18);
      }
      .activity-item-v20:first-of-type {
        border-top: 1px solid rgba(23, 25, 23, 0.18);
      }
      .activity-item-v20:before {
        content: "";
        position: absolute;
        left: 0;
        top: -1px;
        width: 58px;
        height: 2px;
        background: #737b75;
      }
      .activity-meta-v20 {
        font-size: 11px;
        letter-spacing: 0.105em;
        text-transform: uppercase;
        color: var(--muted);
        margin-bottom: 12px;
      }
      .activity-title-v20 {
        width: 100%;
        border: 0;
        background: none;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 40px;
        gap: 20px;
        text-align: left;
        cursor: pointer;
        color: inherit;
        align-items: start;
      }
      .activity-title-v20 h2 {
        margin: 0;
        font-size: clamp(25px, 3vw, 39px);
        line-height: 1.08;
        letter-spacing: -0.035em;
        font-weight: 500;
      }
      .activity-arrow-v20 {
        text-align: right;
        font-size: 18px;
        transition: transform 0.25s;
      }
      .activity-detail-v20 {
        position: relative;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        margin-top: 0;
        transition:
          max-height 0.46s ease,
          opacity 0.3s ease,
          margin-top 0.35s ease;
        background-image: var(--activity-image);
        background-size: cover;
        background-position: center;
      }
      .activity-detail-overlay-v20 {
        position: absolute;
        inset: 0;
        background: rgba(247, 246, 242, 0.8);
      }
      .activity-detail-content-v20 {
        position: relative;
        z-index: 1;
        min-height: 235px;
        padding: 34px 38px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
      }
      .activity-detail-content-v20 p {
        max-width: 760px;
        margin: 0;
        font-size: 16px;
        line-height: 1.55;
        color: #343a36;
      }
      .activity-detail-content-v20 a {
        align-self: flex-start;
        display: inline-block;
        margin-top: 18px;
        color: inherit;
        text-decoration: none;
        border-bottom: 1px solid currentColor;
        padding-bottom: 2px;
      }
      .activity-item-v20.open .activity-detail-v20 {
        max-height: 320px;
        opacity: 1;
        margin-top: 24px;
      }
      .activity-item-v20.open .activity-arrow-v20 {
        transform: rotate(45deg);
      }
      @media (max-width: 760px) {
        .activity-detail-content-v20 {
          min-height: 210px;
          padding: 28px 24px;
        }
      }
      
     
      /* V21 — AOS Ahora: editorial y sin imágenes */
      .activity-v21 {
        padding: 28px 0 90px;
      }
      .activity-filters-v21 {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        margin: 0 0 38px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(23, 25, 23, 0.18);
      }
      .activity-filters-v21 button {
        border: 0;
        background: none;
        padding: 0 0 4px;
        cursor: pointer;
        font: inherit;
        font-size: 11px;
        letter-spacing: 0.09em;
        color: #737b75;
      }
      .activity-filters-v21 button.active {
        color: #111;
        border-bottom: 1px solid #111;
      }
      .activity-item-v21 {
        position: relative;
        padding: 27px 0 29px;
        border-bottom: 1px solid rgba(23, 25, 23, 0.18);
      }
      .activity-item-v21:first-of-type {
        border-top: 1px solid rgba(23, 25, 23, 0.18);
      }
      .activity-item-v21:before {
        content: "";
        position: absolute;
        left: 0;
        top: -1px;
        width: 58px;
        height: 2px;
        background: #737b75;
      }
      .activity-meta-v21 {
        font-size: 11px;
        letter-spacing: 0.105em;
        text-transform: uppercase;
        color: var(--muted);
        margin-bottom: 12px;
      }
      .activity-title-v21 {
        width: 100%;
        border: 0;
        background: none;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 40px;
        gap: 20px;
        text-align: left;
        cursor: pointer;
        color: inherit;
        align-items: start;
      }
      .activity-title-v21 h2 {
        margin: 0;
        font-size: clamp(25px, 3vw, 39px);
        line-height: 1.08;
        letter-spacing: -0.035em;
        font-weight: 500;
      }
      .activity-arrow-v21 {
        text-align: right;
        font-size: 18px;
        transition: transform 0.25s;
      }
      .activity-summary-v21 {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition:
          max-height 0.42s ease,
          opacity 0.28s ease;
      }
      .activity-item-v21.open .activity-summary-v21 {
        max-height: 360px;
        opacity: 1;
      }
      .activity-item-v21.open .activity-arrow-v21 {
        transform: rotate(45deg);
      }
      .activity-summary-v21 p {
        max-width: 820px;
        margin: 20px 0 0;
        font-size: 16px;
        line-height: 1.58;
        color: var(--muted);
      }
      .activity-summary-v21 a {
        display: inline-block;
        margin-top: 18px;
        color: inherit;
        text-decoration: none;
        border-bottom: 1px solid currentColor;
        padding-bottom: 2px;
      }
      
     
      /* V27 — AOS Ahora ES, sin imágenes */
      .activity-v27 {
        padding: 28px 0 90px;
      }
      .activity-filters-v27 {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        margin: 0 0 38px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(23, 25, 23, 0.18);
      }
      .activity-filters-v27 button {
        border: 0;
        background: none;
        padding: 0 0 4px;
        cursor: pointer;
        font: inherit;
        font-size: 11px;
        letter-spacing: 0.09em;
        color: #737b75;
      }
      .activity-filters-v27 button.active {
        color: #111;
        border-bottom: 1px solid #111;
      }
      .activity-item-v27 {
        position: relative;
        padding: 27px 0 29px;
        border-bottom: 1px solid rgba(23, 25, 23, 0.18);
      }
      .activity-item-v27:first-of-type {
        border-top: 1px solid rgba(23, 25, 23, 0.18);
      }
      .activity-item-v27:before {
        content: "";
        position: absolute;
        left: 0;
        top: -1px;
        width: 58px;
        height: 2px;
        background: #737b75;
      }
      .activity-meta-v27 {
        font-size: 11px;
        letter-spacing: 0.105em;
        text-transform: uppercase;
        color: var(--muted);
        margin-bottom: 12px;
      }
      .activity-title-v27 {
        width: 100%;
        border: 0;
        background: none;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 40px;
        gap: 20px;
        text-align: left;
        cursor: pointer;
        color: inherit;
        align-items: start;
      }
      .activity-title-v27 h2 {
        margin: 0;
        font-size: clamp(25px, 3vw, 39px);
        line-height: 1.08;
        letter-spacing: -0.035em;
        font-weight: 500;
      }
      .activity-arrow-v27 {
        text-align: right;
        font-size: 18px;
        transition: transform 0.25s;
      }
      .activity-summary-v27 {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition:
          max-height 0.42s ease,
          opacity 0.28s ease;
      }
      .activity-item-v27.open .activity-summary-v27 {
        max-height: 380px;
        opacity: 1;
      }
      .activity-item-v27.open .activity-arrow-v27 {
        transform: rotate(45deg);
      }
      .activity-summary-v27 p {
        max-width: 840px;
        margin: 20px 0 0;
        font-size: 16px;
        line-height: 1.58;
        color: var(--muted);
      }
      .activity-summary-v27 a {
        display: inline-block;
        margin-top: 18px;
        color: inherit;
        text-decoration: none;
        border-bottom: 1px solid currentColor;
        padding-bottom: 2px;
      }
      .projects {
        position: relative;
        overflow: hidden;
        min-height: 720px;
      }
      .atmosphere {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        opacity: 0.2;
        filter: grayscale(0.25);
        transition:
          background-image 0.45s,
          opacity 0.45s;
      }
      .atmosphere:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
          90deg,
          rgba(244, 243, 239, 0.96) 0%,
          rgba(244, 243, 239, 0.78) 55%,
          rgba(244, 243, 239, 0.42) 100%
        );
      }
      .project-list {
        position: relative;
        padding: 38px 0 90px;
      }
      .project {
        border-bottom: 1px solid #68716866;
      }
      .project:first-child {
        border-top: 1px solid #68716866;
      }
      .project-head {
        width: 100%;
        border: 0;
        background: transparent;
        padding: 23px 0;
        display: grid;
        grid-template-columns: 1fr 50px;
        align-items: end;
        text-align: left;
        cursor: pointer;
        color: #5b635d;
      }
      .agent {
        display: block;
        font-size: 11px !important;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #69716b;
        margin: 0 0 12px !important;
      }
      .project-head h2 {
        font-size: clamp(34px, 4vw, 58px);
        font-weight: 500;
        letter-spacing: -0.05em;
        line-height: 0.96;
        margin: 0;
      }
      .plus {
        text-align: right;
        font-size: 22px;
        color: #69716b;
      }
      .project.open .project-head,
      .project:hover .project-head {
        color: #111;
      }
      .project.open .plus {
        transform: rotate(45deg);
      }
      .project-detail {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition:
          max-height 0.45s,
          opacity 0.3s;
      }
      .project.open .project-detail {
        max-height: 280px;
        opacity: 1;
      }
      .project-detail p {
        font-size: 18px;
        line-height: 1.55;
        max-width: 700px;
        margin: 2px 0 20px;
      }
      .project-detail .ext {
        display: inline-block;
        margin-bottom: 30px;
        border-bottom: 1px solid currentColor;
        text-decoration: none;
        color: inherit;
      }
   
      .people {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 42px;
        padding: 18px 0 92px;
      }
      .person {
        padding: 30px 0 34px;
        border-bottom: 1px solid var(--line);
        min-height: 205px;
      }
      .name {
        font-size: 12px;
        letter-spacing: 0.11em;
        font-weight: 700;
        margin-bottom: 9px;
      }
      .person h2 {
        font-size: 22px;
        line-height: 1.18;
        font-weight: 500;
        letter-spacing: -0.025em;
        margin: 25px 0 10px;
      }
      .person p {
        font-size: 15px;
        line-height: 1.48;
        color: var(--muted);
        margin: 0;
      }
      @media (max-width: 1050px) {
        .people {
          grid-template-columns: 1fr 1fr;
        }
      }
      @media (max-width: 700px) {
        .people {
          grid-template-columns: 1fr;
        }
        .person {
          min-height: auto;
        }
      }
      .meta-line {
        font-size: 11px;
        color: #747b76;
        display: flex;
        gap: 6px;
        align-items: center;
        flex-wrap: wrap;
        min-height: 18px;
      }
      .meta-line .dot {
        opacity: 0.55;
      }
      .meta-line .external {
        font-size: 11px;
      }
      .collaborators {
        border-top: 1px solid var(--line);
        padding: 34px 0 48px;
      }
      .collab-title {
        font-size: 11px;
        letter-spacing: 0.16em;
        color: #69716b;
        margin-bottom: 14px;
      }
      .collaborators p {
        margin: 0;
        font-size: 13px;
        line-height: 1.7;
        color: #5f6761;
      }
      .collaborators strong {
        font-weight: 600;
        color: #343a35;
      }
