

:root{
  --ink:#080808;
  --ink-2:#111111;
  --paper:#efeee9;
  --paper-2:#deddd7;
  --white:#f8f8f5;
  --muted:#aaa9a4;
  --red:#ff3428;
  --line-dark:rgba(255,255,255,.16);
  --line-light:rgba(0,0,0,.16);
  --header:72px;
  --max:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:var(--header)}
body{margin:0;background:var(--ink);color:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{display:block;width:100%;height:auto}
a{color:inherit}
button{font:inherit}
.container{width:min(calc(100% - 56px),var(--max));margin-inline:auto}
.skip-link{position:fixed;top:-100px;left:20px;z-index:9999;padding:10px 14px;background:#fff;color:#000;text-decoration:none}
.skip-link:focus{top:20px}
.site-header{position:fixed;inset:0 0 auto;z-index:1000;height:var(--header);transition:background .22s ease,border-color .22s ease}
.site-header.is-scrolled{background:rgba(7,7,7,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.10)}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;flex:0 0 auto;text-decoration:none}
.brand-logo{width:132px;height:auto}
.primary-nav{display:flex;align-items:center;gap:30px}
.primary-nav a{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;opacity:.78;transition:opacity .18s ease}
.primary-nav a:hover,.primary-nav a:focus-visible{opacity:1}
.primary-nav a.nav-artists{padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.55)}
.menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;padding:10px}
.menu-toggle span{display:block;height:1px;background:#fff;margin:6px 0}

.plate{position:relative;min-height:100svh;overflow:hidden}
.plate-kicker{display:flex;align-items:center;gap:14px;font-size:.70rem;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
.plate-kicker span:first-child{opacity:.55}
.plate-title{margin:0;font-size:clamp(3.4rem,8vw,8.7rem);line-height:.82;letter-spacing:-.07em;font-weight:950;text-transform:uppercase}
.editorial-link{display:inline-flex;align-items:center;gap:18px;width:max-content;padding:12px 0 9px;border-bottom:1px solid currentColor;text-decoration:none;font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.editorial-link span{font-size:1rem;transition:transform .18s ease}
.editorial-link:hover span,.editorial-link:focus-visible span{transform:translate(4px,-3px)}
.editorial-link.is-disabled{opacity:.4}

.hero{display:flex;align-items:flex-end;background:#000}
.hero-video,.hero-overlay{position:absolute;inset:0}
.hero-video{overflow:hidden}
.hero-video iframe{position:absolute;width:177.77777778vh;min-width:100%;height:56.25vw;min-height:100%;left:50%;top:50%;transform:translate(-50%,-50%);border:0;pointer-events:none}
.hero-overlay{background:
 linear-gradient(90deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.30) 56%,rgba(0,0,0,.18) 100%),
 linear-gradient(to top,rgba(0,0,0,.82),transparent 45%)}
.hero-content{position:relative;z-index:2;width:min(calc(100% - 56px),var(--max));margin:0 auto;padding:0 0 clamp(76px,10vh,120px)}
.hero h1.hero-subtitle{margin:0;max-width:680px;font-size:clamp(2rem,4vw,3.75rem);font-weight:800;line-height:1.02;letter-spacing:-.045em}
.hero-actions{display:flex;flex-wrap:wrap;gap:28px;margin-top:34px}
.hero-scroll{position:absolute;right:28px;bottom:30px;z-index:3;font-size:.70rem;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;writing-mode:vertical-rl;opacity:.72}

.about-plate{background:var(--paper);color:var(--ink);display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr)}
.about-plate__media{align-self:stretch;display:flex;align-items:flex-start;min-height:100svh;overflow:hidden;background:#070707}
.about-plate__media img{width:100%;height:auto;object-fit:contain}
.about-plate__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(70px,8vw,130px) clamp(42px,7vw,110px)}
.about-plate__copy .plate-kicker{margin-bottom:36px}
.about-plate__copy h2{margin:0;font-size:clamp(3.4rem,6.6vw,7rem);line-height:.84;letter-spacing:-.065em}
.about-plate__copy p{margin:38px 0 34px;max-width:690px;font-size:clamp(1.08rem,1.35vw,1.35rem);line-height:1.72;color:#353532}

.team-intro{background:#0b0b0b;display:flex;align-items:flex-end;border-top:1px solid var(--line-dark)}
.team-intro__inner{width:min(calc(100% - 56px),var(--max));margin:auto;padding:120px 0 90px}
.team-intro .plate-kicker{margin-bottom:28px}
.team-intro p{max-width:680px;margin:38px 0 0;color:#a7a7a2;font-size:1.08rem}
.team-profile{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);background:#111}
.team-profile--reverse{background:#171717}
.team-profile--reverse .team-profile__media{order:2}
.team-profile--reverse .team-profile__copy{order:1}
.team-profile__media{min-height:100svh;overflow:hidden}
.team-profile__media img{height:100%;object-fit:cover;filter:saturate(.82) contrast(1.02)}
.team-profile__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(74px,7vw,112px)}
.team-profile__visual{height:100%;min-height:100svh;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(36px,5vw,72px);background:linear-gradient(145deg,#0b0b0b,#191919);border-right:1px solid rgba(255,255,255,.08)}
.team-profile__visual span{font-size:.72rem;font-weight:900;letter-spacing:.18em;color:#757570}.team-profile__visual strong{font-size:clamp(3.5rem,7vw,8rem);line-height:.8;letter-spacing:-.075em;text-transform:uppercase}.team-profile__visual small{font-size:clamp(1rem,1.8vw,1.45rem);color:#aaa9a4}.team-profile--reverse .team-profile__visual{border-right:0;border-left:1px solid rgba(255,255,255,.08);background:linear-gradient(215deg,#0e0e0e,#1c1c1c)}

.team-profile__copy .plate-kicker{margin-bottom:34px}
.team-profile__copy h3{margin:0;font-size:clamp(3.2rem,6vw,6.6rem);line-height:.84;letter-spacing:-.06em}
.role{margin:20px 0 32px;color:var(--red);font-weight:850;letter-spacing:.03em}
.team-profile__text{max-width:720px;color:#c2c2bc}
.team-profile__text p{margin:0 0 14px}
details{margin-top:28px;padding-top:18px;border-top:1px solid var(--line-dark)}
summary{cursor:pointer;font-size:.74rem;font-weight:900;letter-spacing:.10em;text-transform:uppercase}
.details-copy{padding-top:18px;color:#aaa9a4}
.details-copy p{margin:0 0 12px}

.projects-intro{background:var(--paper);color:var(--ink);display:flex;align-items:flex-end}
.projects-intro__inner{width:min(calc(100% - 56px),var(--max));margin:auto;padding:120px 0 92px}
.projects-intro .plate-kicker{margin-bottom:30px}
.projects-intro p{max-width:660px;margin:36px 0 0;font-size:1.08rem;color:#40403c}
.projects-index{background:#050505;border-top:1px solid var(--line-dark)}
.projects-index__inner{width:min(calc(100% - 56px),var(--max));margin:auto;padding:34px 0 110px}
.projects-index__head{display:grid;grid-template-columns:64px minmax(0,1fr) 90px;gap:22px;padding:0 18px 14px;border-bottom:1px solid rgba(255,255,255,.34);font-size:.66rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#777772}
.projects-index__head span:last-child{text-align:right}
.projects-index__list{display:grid}
.project-index-row{position:relative;display:grid;grid-template-columns:64px minmax(0,1fr) 90px;gap:22px;align-items:center;min-height:126px;padding:18px;border-bottom:1px solid var(--line-dark);transition:background .18s ease}
.project-index-row::before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--red);transform:scaleY(0);transform-origin:bottom;transition:transform .22s ease}
.project-index-row:hover{background:#0c0c0c}
.project-index-row:hover::before{transform:scaleY(1)}
.project-index-row.is-featured{min-height:172px;background:#0d0d0d;border-bottom-color:rgba(255,255,255,.25)}
.project-index-row.is-featured::before{transform:scaleY(1)}
.project-index-row.is-featured .project-index-row__number{color:var(--red)}
.project-index-row__number{align-self:start;padding-top:12px;color:#72726d;font-size:.68rem;font-weight:900;letter-spacing:.15em}
.project-index-row__main{display:grid;grid-template-columns:148px minmax(0,1fr);gap:28px;align-items:center;min-width:0}
.project-index-row.is-featured .project-index-row__main{grid-template-columns:210px minmax(0,1fr)}
.project-index-row__thumb{margin:0;aspect-ratio:16/9;overflow:hidden;background:#111}
.project-index-row__thumb img{height:100%;object-fit:cover;filter:saturate(.72);transition:transform .35s ease,filter .25s ease}
.project-index-row:hover .project-index-row__thumb img{transform:scale(1.035);filter:saturate(1)}
.project-index-row__copy{min-width:0}
.project-index-row__badge{display:inline-block;margin:0 0 10px;color:var(--red);font-size:.62rem;font-weight:950;letter-spacing:.16em;text-transform:uppercase}
.project-index-row__copy h3{margin:0;font-size:clamp(1.2rem,2.15vw,2rem);line-height:1.03;letter-spacing:-.035em}
.project-index-row.is-featured .project-index-row__copy h3{font-size:clamp(1.45rem,2.5vw,2.45rem)}
.project-index-row__copy p{margin:9px 0 0;max-width:720px;color:#777772;font-size:.74rem;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.project-index-row__link{justify-self:end;display:inline-flex;align-items:center;gap:9px;text-decoration:none;font-size:.7rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.project-index-row__link span:last-child{font-size:.94rem;transition:transform .18s ease}
a.project-index-row__link:hover span:last-child,a.project-index-row__link:focus-visible span:last-child{transform:translate(3px,-2px)}
.project-index-row__link.is-disabled{opacity:.35;font-size:.62rem}

.contact-plate{background:var(--paper);color:var(--ink);display:flex;align-items:center}
.contact-plate__inner{width:min(calc(100% - 56px),var(--max));margin:auto;padding:110px 0}
.contact-plate .plate-kicker{margin-bottom:34px}
.contact-plate h2{max-width:1050px;margin:0;font-size:clamp(3.7rem,8.5vw,9rem);line-height:.82;letter-spacing:-.07em}
.contact-plate p{max-width:720px;margin:40px 0 34px;font-size:clamp(1.05rem,1.35vw,1.3rem);color:#3f3f3b}
.contact-actions{display:flex;flex-wrap:wrap;gap:28px}
.contact-actions .editorial-link.is-disabled{cursor:not-allowed}

.site-footer{background:#050505;color:#85857f;padding:34px 0 42px}
.footer-inner{width:min(calc(100% - 56px),var(--max));margin:auto;display:flex;justify-content:space-between;gap:24px;font-size:.82rem}
.footer-inner p{margin:0}

/* Página independiente de artistas / catálogo */
.artist-page{background:#090909;min-height:100svh;padding-top:var(--header)}
.artist-catalog-shell{padding-bottom:110px}
.artist-archive-hero{padding-bottom:54px}
.artist-archive-hero .eyebrow{margin:0 0 24px;color:var(--red);font-size:.7rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.artist-archive-hero>p:last-child{margin:34px 0 0;max-width:680px;font-size:1.05rem;line-height:1.7}
.artist-filters{width:min(calc(100% - 56px),var(--max));margin:0 auto 22px;display:grid;grid-template-columns:minmax(260px,1.5fr) minmax(220px,.8fr) auto auto;gap:12px;align-items:end;padding:20px 0 28px;border-bottom:1px solid var(--line-dark)}
.artist-filter-field{display:grid;gap:9px}
.artist-filter-field>span{font-size:.66rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#83837d}
.artist-filter-field input,.artist-filter-field select{width:100%;height:50px;border:1px solid rgba(255,255,255,.2);border-radius:0;background:#0d0d0d;color:#fff;padding:0 15px;outline:0;font:inherit}
.artist-filter-field input::placeholder{color:#666661}
.artist-filter-field input:focus,.artist-filter-field select:focus{border-color:#fff}
.artist-filter-submit,.artist-filter-clear{height:50px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #fff;border-radius:0;padding:0 22px;background:#fff;color:#050505;text-decoration:none;font-size:.68rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}
.artist-filter-clear{background:transparent;color:#fff;border-color:rgba(255,255,255,.28)}
.artist-filter-submit:hover,.artist-filter-submit:focus-visible{background:var(--red);border-color:var(--red);color:#fff}
.artist-filter-clear:hover,.artist-filter-clear:focus-visible{border-color:#fff}
.artist-results-meta{width:min(calc(100% - 56px),var(--max));margin:0 auto 24px;display:flex;justify-content:space-between;gap:20px;color:#70706b;font-size:.66rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.artists-card-grid{width:min(calc(100% - 56px),var(--max));margin:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,285px),1fr));gap:18px}
.artist-catalog-card{background:#0d0d0d;border:1px solid rgba(255,255,255,.11);min-width:0;transition:transform .22s ease,border-color .22s ease}
.artist-catalog-card:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.32)}
.artist-catalog-card__link{display:block;text-decoration:none}
.artist-catalog-card__media{position:relative;aspect-ratio:4/5;overflow:hidden;background:#151515}
.artist-catalog-card__media::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.28),transparent 46%);pointer-events:none}
.artist-catalog-card__media img{height:100%;object-fit:cover;filter:saturate(.8);transition:transform .45s cubic-bezier(.2,.65,.3,1),filter .25s ease}
.artist-catalog-card:hover .artist-catalog-card__media img{transform:scale(1.025);filter:saturate(1)}
.artist-catalog-card__number{position:absolute;z-index:2;right:14px;top:14px;min-width:34px;height:28px;display:grid;place-items:center;background:rgba(0,0,0,.68);font-size:.64rem;font-weight:900;letter-spacing:.12em}
.artist-catalog-card__body{padding:20px 18px 22px}
.artist-catalog-card__body h2{margin:0;font-size:clamp(1.55rem,2.2vw,2.35rem);line-height:.95;letter-spacing:-.045em}
.artist-catalog-card__body p{margin:10px 0 0;color:#878781;font-size:.74rem;text-transform:uppercase;letter-spacing:.06em}
.artist-catalog-card__action{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding-top:13px;border-top:1px solid rgba(255,255,255,.18);font-size:.66rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.artist-catalog-card__action span{font-size:.9rem;transition:transform .18s ease}
.artist-catalog-card:hover .artist-catalog-card__action span{transform:translate(3px,-2px)}
.artist-empty-state{width:min(calc(100% - 56px),var(--max));margin:70px auto 20px;padding:60px 0;border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}
.artist-empty-state h2{margin:0 0 28px;max-width:680px;font-size:clamp(2rem,4vw,4rem);line-height:.95;letter-spacing:-.05em}
.artist-pagination{width:min(calc(100% - 56px),var(--max));margin:54px auto 0}
.artist-pagination ul{list-style:none;display:flex;gap:8px;padding:0;margin:0}
.artist-pagination a,.artist-pagination span{min-width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line-dark);text-decoration:none;font-size:.72rem}
.artist-pagination .current{background:#fff;color:#000}

/* Páginas internas */
.standard-page{padding-top:calc(var(--header) + 54px);min-height:70vh}
.archive-hero{width:min(calc(100% - 56px),var(--max));margin:auto;padding:90px 0 64px}
.archive-hero h1{margin:0;font-size:clamp(4rem,10vw,10rem);line-height:.78;letter-spacing:-.08em;text-transform:uppercase}
.archive-hero>p:not(.eyebrow){max-width:700px;color:#aaa9a4}
.artist-profile{width:min(calc(100% - 56px),var(--max));margin:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(50px,7vw,100px);align-items:start}
.artist-profile-media{min-height:70svh;overflow:hidden}
.artist-profile-media img{height:70svh;object-fit:cover}
.artist-profile-copy{padding-top:28px}
.artist-profile-copy h1{margin:0;font-size:clamp(3.2rem,7vw,7rem);line-height:.82;letter-spacing:-.06em}
.artist-profile-meta{color:var(--red);font-weight:800}
.artist-biography,.artist-lead{color:#b6b6b0}
.artist-links{display:flex;flex-wrap:wrap;gap:28px;margin-top:30px}
.artist-related{width:min(calc(100% - 56px),var(--max));margin:90px auto}
.artist-related .projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line-dark)}
.artist-related .project-card{background:#0b0b0b}
.artist-related .project-media{aspect-ratio:16/9;overflow:hidden}
.artist-related .project-media img{height:100%;object-fit:cover}
.artist-related .project-body{padding:24px}
.artist-related .project-body h2{margin:0 0 20px}

:focus-visible{outline:2px solid var(--red);outline-offset:4px}

@media(max-width:980px){
  .about-plate,.team-profile,.artist-profile{grid-template-columns:1fr}
  .about-plate__media{min-height:0}
  .about-plate__copy{min-height:70svh}
  .team-profile__media{min-height:60svh}
  .team-profile__copy{min-height:auto}
  .team-profile--reverse .team-profile__media,.team-profile--reverse .team-profile__copy{order:initial}
  .artist-filters{grid-template-columns:1fr 1fr auto}
  .artist-filter-clear{grid-column:1/-1;width:max-content}
}
@media(max-width:760px){
  :root{--header:66px}
  .container,.hero-content,.team-intro__inner,.projects-intro__inner,.projects-index__inner,.contact-plate__inner,.footer-inner,.archive-hero,.artist-filters,.artist-results-meta,.artists-card-grid,.artist-empty-state,.artist-pagination,.artist-profile,.artist-related{width:min(calc(100% - 28px),var(--max))}
  .menu-toggle{display:block}
  .brand-logo{width:86px}
  .primary-nav{position:absolute;top:var(--header);left:14px;right:14px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px 16px 20px;background:#0a0a0a;border:1px solid var(--line-dark)}
  .primary-nav.is-open{display:flex}
  .primary-nav a{padding:14px 8px;border-bottom:1px solid rgba(255,255,255,.08)}
  .primary-nav a.nav-artists{padding:14px 8px;border-bottom-color:rgba(255,255,255,.08)}
  .primary-nav a:last-child{border-bottom:0}
  .hero h1.hero-subtitle{max-width:11ch;font-size:clamp(2rem,10vw,2.8rem)}
  .hero-content{padding-bottom:78px}
  .hero-actions{gap:20px}
  .hero-scroll{display:none}
  .about-plate__copy,.team-profile__copy{padding:64px 22px}
  .team-intro__inner,.projects-intro__inner,.contact-plate__inner{padding:84px 0 70px}
  .projects-index__inner{padding-top:18px;padding-bottom:76px}
  .projects-index__head{display:none}
  .project-index-row{grid-template-columns:1fr;gap:14px;min-height:0;padding:20px 0 26px;overflow:hidden}
  .project-index-row__number{position:absolute;z-index:3;top:30px;left:12px;padding:5px 7px;background:rgba(5,5,5,.84);color:#fff}
  .project-index-row__main{grid-template-columns:1fr;gap:16px;width:100%;min-width:0}
  .project-index-row.is-featured{min-height:0}
  .project-index-row.is-featured .project-index-row__main{grid-template-columns:1fr}
  .project-index-row__thumb{width:100%;aspect-ratio:16/9}
  .project-index-row__copy{padding:0 14px;min-width:0}
  .project-index-row__copy h3{font-size:1.18rem;overflow-wrap:anywhere}
  .project-index-row.is-featured .project-index-row__copy h3{font-size:1.32rem}
  .project-index-row__copy p{display:none}
  .project-index-row__link,.project-index-row.is-featured .project-index-row__link{grid-column:1;justify-self:start;margin:0;padding:0 14px;font-size:.64rem}
  .footer-inner{flex-direction:column}
  .artist-filters{grid-template-columns:1fr;padding-top:0}
  .artist-filter-submit,.artist-filter-clear{width:100%}
  .artist-filter-clear{grid-column:auto}
  .artists-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .artist-catalog-card__body{padding:15px 13px 17px}
  .artist-catalog-card__body h2{font-size:1.25rem}
  .artist-catalog-card__body p{font-size:.62rem}
  .artist-related .projects-grid{grid-template-columns:1fr}
}
@media(max-width:480px){
  .artists-card-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}


.projects-archive{padding-top:var(--header);background:#050505;min-height:100vh}.projects-archive .archive-hero{padding-bottom:48px}.projects-archive .projects-index__inner{padding-top:0}.category-lead{max-width:700px;color:#a7a7a2;line-height:1.7}.category-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 0}.category-chip{display:inline-flex;padding:8px 12px;border:1px solid var(--line-dark);text-decoration:none;font-size:.67rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.category-chip:hover,.category-chip.is-active{border-color:#fff;background:#fff;color:#050505}
