#shophand-artist-media-hub {
  box-sizing: border-box;
  width: min(1080px, 100%);
  margin: 44px auto 54px;
  padding: 0 18px;
  color: #ebe7e8;
}

#shophand-artist-media-hub *,
#shophand-artist-media-hub *::before,
#shophand-artist-media-hub *::after {
  box-sizing: border-box;
}

#shophand-artist-media-hub .shophand-artist-media-section {
  margin: 0 0 34px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 20px;
  background: rgba(11, 9, 10, .94);
}

#shophand-artist-media-hub .shophand-artist-media-section > h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.1;
}

#shophand-profile-picture {
  width: min(360px, 100%);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, .035);
}

#shophand-tattoo-gallery,
#shophand-design-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

#shophand-profile-picture .shophand-approved-media,
#shophand-tattoo-gallery .shophand-approved-media,
#shophand-design-gallery .shophand-approved-media {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  background: #0b090a;
}

#shophand-profile-picture .shophand-approved-media {
  width: 100%;
  height: 100%;
}

#shophand-profile-picture .shophand-approved-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shophand-approved-media-link {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

#shophand-tattoo-gallery .shophand-approved-image,
#shophand-design-gallery .shophand-approved-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform .25s ease;
}

.shophand-approved-media-link:hover .shophand-approved-image,
.shophand-approved-media-link:focus-visible .shophand-approved-image {
  transform: scale(1.025);
}

.shophand-approved-media figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  color: #ebe7e8;
  font-size: 13px;
  line-height: 1.3;
}

.shophand-approved-media figcaption span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shophand-approved-media figcaption strong {
  color: #ff4f7d;
  white-space: nowrap;
}

@media (max-width: 560px) {
  #shophand-artist-media-hub { margin: 30px auto 40px; padding: 0 12px; }
  #shophand-artist-media-hub .shophand-artist-media-section { padding: 16px; border-radius: 16px; }
  #shophand-tattoo-gallery,
  #shophand-design-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .shophand-approved-media figcaption { padding: 9px 10px; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  #shophand-tattoo-gallery .shophand-approved-image,
  #shophand-design-gallery .shophand-approved-image { transition: none; }
}
