.artists-page { background: #111110; }

.nav .current { color: #d6aaa2; }

.artists-hero {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  align-items: end;
  gap: 8vw;
  padding: 90px 7vw 80px;
  background:
    radial-gradient(circle at 82% 22%, #6d394166 0, transparent 28%),
    linear-gradient(135deg, #151413 0%, #0c0c0b 68%);
  color: #eeeae3;
}

.artists-hero h1 {
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  font-size: clamp(4rem, 8.4vw, 8.4rem);
  font-weight: 300;
  line-height: .92;
  letter-spacing: .015em;
}

.artists-lead {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin: 0 0 12px;
  color: #beb8af;
  font-size: 1rem;
  line-height: 1.85;
}

.artist-count {
  position: absolute;
  right: 4vw;
  top: -55px;
  color: #ffffff08;
  font-size: clamp(16rem, 34vw, 34rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.09em;
}

.resident-list {
  padding: 95px 7vw;
  background: #eee9e1;
}

.resident {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 5fr) minmax(300px, 4fr);
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
  padding: 76px 0;
  border-top: 1px solid #c9c0b5;
}

.resident:first-child { padding-top: 0; border-top: 0; }
.resident:last-child { padding-bottom: 0; }

.resident:nth-child(even) .resident-visual { order: 2; }
.resident:nth-child(even) .resident-copy { order: 1; padding-left: 8%; }

.resident-visual {
  position: relative;
  height: min(680px, 64vw);
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: #171615;
}

.resident-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, #1513112e 100%);
  pointer-events: none;
}

.resident-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(100%) sepia(8%) saturate(70%) contrast(1.04) brightness(.9);
  transition: filter .45s ease, transform .7s ease;
}

.resident:hover .resident-visual img {
  filter: grayscale(58%) sepia(5%) saturate(82%) contrast(1.04) brightness(.94);
  transform: scale(1.018);
}

.pos-gaby img { object-position: 50% 26%; }
.pos-marie img { object-position: 50% 35%; }
.pos-meep img { object-position: 50% 48%; }
.pos-deathbydragon img { object-position: 50% 44%; }
.pos-vino img { object-position: 50% 28%; }
.pos-pepite img { object-position: 50% 28%; }
.pos-sixtine img { object-position: 50% 44%; }

.resident-number {
  margin: 0 0 30px;
  color: #a16a65;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .18em;
}

.resident-copy h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5.5rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: .01em;
}

.resident-style {
  margin: 20px 0 34px;
  color: #756d64;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.resident-copy > p:not(.resident-number):not(.resident-style) {
  max-width: 500px;
  margin: 0;
  color: #514d47;
  font-size: 1rem;
  line-height: 1.85;
}

.artist-instagram {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
  padding-bottom: 8px;
  border-bottom: 1px solid #938b81;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.artist-instagram span { transition: transform .25s ease; }
.artist-instagram:hover span,
.artist-instagram:focus-visible span { transform: translateX(5px); }

.artists-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  align-items: center;
  min-height: 400px;
  padding: 75px 7vw;
  background: #121211;
  color: #eeeae3;
}

.artists-cta h2 {
  margin: 14px 0 0;
  font-size: clamp(2.4rem, 4.5vw, 5rem);
  font-weight: 300;
  line-height: 1.02;
}

.artists-cta > div:last-child { max-width: 520px; }
.artists-cta p:not(.kicker) { margin: 0 0 30px; color: #bbb5ad; line-height: 1.8; }

.artists-page footer > a:nth-child(2) { font-size: 10px; letter-spacing: .14em; }

@media (max-width: 850px) {
  .artists-hero { min-height: 470px; grid-template-columns: 1fr; gap: 35px; padding: 70px 24px 55px; }
  .artists-hero h1 { font-size: clamp(3.7rem, 13vw, 6rem); }
  .artists-lead { margin: 0; }
  .artist-count { right: -3vw; top: 35px; font-size: 17rem; }
  .resident-list { padding: 65px 24px; }
  .resident { grid-template-columns: 1fr 1fr; gap: 38px; padding: 58px 0; }
  .resident-visual { min-height: 450px; height: 65vw; }
  .resident:nth-child(even) .resident-copy { padding-left: 0; }
  .artists-cta { grid-template-columns: 1fr; gap: 35px; min-height: 0; padding: 65px 24px; }
}

@media (max-width: 620px) {
  .artists-hero { min-height: 500px; }
  .resident { grid-template-columns: 1fr; gap: 30px; padding: 52px 0; }
  .resident:nth-child(even) .resident-visual,
  .resident:nth-child(even) .resident-copy { order: initial; }
  .resident-visual { height: 118vw; min-height: 430px; max-height: 620px; }
  .resident-number { margin-bottom: 18px; }
  .resident-copy h2 { font-size: clamp(2.7rem, 13vw, 4.5rem); }
  .resident-style { margin: 15px 0 22px; line-height: 1.6; }
  .artist-instagram { margin-top: 26px; }
  .artists-page footer > a:nth-child(2) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .resident-visual img,
  .artist-instagram span { transition: none; }
}
