/* Kompakte Artist-Vorstellungen und einheitlicher CHABOS-Portfolio-Frame */
.artist-profile {
  padding-bottom: 5rem;
}

.artist-profile-intro {
  grid-template-columns: minmax(250px, .58fr) minmax(0, 1.42fr);
  align-items: stretch;
}

.artist-portrait,
.artist-portrait img {
  min-height: 460px;
}

.artist-portrait img {
  object-position: center top;
}

.artist-copy {
  padding: clamp(2rem, 4vw, 3.5rem);
}

.artist-copy h2 {
  font-size: clamp(2.7rem, 5vw, 4.7rem);
}

.artist-gallery {
  gap: 1rem;
  margin-top: 1.25rem;
}

.artist-gallery figure,
.artist-gallery figure:last-child {
  aspect-ratio: 9 / 16;
  overflow: hidden;
  padding: 4px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(145deg, #d9b66f 0%, #6e2d8e 28%, #22142d 52%, #b88c47 100%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .38), 0 0 24px rgba(157, 62, 208, .14);
  isolation: isolate;
}

.artist-gallery figure::before {
  content: "";
  position: absolute;
  inset: 7px;
  z-index: 2;
  border: 1px solid rgba(238, 203, 130, .7);
  border-radius: 11px;
  box-shadow: inset 0 0 0 1px rgba(143, 60, 191, .45);
  pointer-events: none;
}

.artist-gallery img {
  width: 100%;
  height: 100%;
  padding: 3px;
  border-radius: 12px;
  background: #07050a;
  object-fit: contain;
  object-position: center;
}

.artist-gallery figure:hover img {
  transform: none;
  filter: brightness(1.04);
}

.artist-gallery figcaption {
  z-index: 3;
}

@media (max-width: 900px) {
  .artist-profile-intro {
    grid-template-columns: minmax(180px, .55fr) minmax(0, 1.45fr);
  }

  .artist-portrait,
  .artist-portrait img {
    min-height: 100%;
    max-height: none;
  }

  .artist-copy {
    padding: 1.75rem;
  }

  .artist-copy h2 {
    font-size: clamp(2.5rem, 7vw, 3.8rem);
  }

  .artist-gallery figure:last-child {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .artist-profile {
    padding-bottom: 4rem;
  }

  .artist-profile-intro {
    grid-template-columns: minmax(118px, .43fr) minmax(0, .57fr);
    border-radius: 24px;
  }

  .artist-portrait,
  .artist-portrait img {
    min-height: 100%;
    height: 100%;
    max-height: none;
  }

  .artist-portrait span {
    left: .7rem;
    bottom: .7rem;
    font-size: .78rem;
  }

  .artist-copy {
    padding: 1.25rem .9rem 1.4rem;
  }

  .artist-copy .eyebrow {
    font-size: .61rem;
    letter-spacing: .14em;
  }

  .artist-copy h2 {
    margin: .35rem 0 .8rem;
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }

  .artist-copy p,
  .artist-copy .artist-lead {
    font-size: .82rem;
    line-height: 1.48;
  }

  .artist-copy .artist-lead {
    font-size: .9rem;
  }

  .style-tags {
    gap: .35rem;
    margin: 1rem 0 1.15rem;
  }

  .style-tags span {
    padding: .35rem .5rem;
    font-size: .66rem;
  }

  .artist-cta {
    width: 100%;
    padding: .72rem .65rem;
    font-size: .72rem;
    line-height: 1.25;
  }

  .artist-gallery {
    gap: .7rem;
  }

  .artist-gallery figure,
  .artist-gallery figure:last-child {
    aspect-ratio: 9 / 16;
    border-radius: 12px;
  }

  .artist-gallery figure::before {
    inset: 6px;
    border-radius: 8px;
  }

  .artist-gallery img {
    border-radius: 9px;
  }
}

@media (max-width: 390px) {
  .artist-profile-intro {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .artist-copy {
    padding-inline: .78rem;
  }
}
