.workbench-gallery-section {
  padding-bottom: 80px;
}

.workbench-gallery-header {
  text-align: center;
  margin: 0 auto 28px;
  max-width: 1280px;
  padding: 22px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(20, 12, 35, 0.96), rgba(9, 6, 18, 0.98));
  border: 1px solid rgba(255, 196, 77, 0.22);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.38);
}

.workbench-gallery-header h1 {
  margin: 0;
  color: #ffd27a;
  font-family: 'Cinzel', serif;
}

.workbench-gallery-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
}

.workbench-poster-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
  justify-items: center;
}

.workbench-image-card {
  position: relative;
  margin: 0;
  padding: 12px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(20, 12, 35, 0.96), rgba(9, 6, 18, 0.98));
  border: 1px solid rgba(255, 196, 77, 0.22);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.38);
}

.workbench-image-card-here {
  overflow: hidden;
}

.workbench-inline-here {
  position: absolute;
  left: 72.5%;
  top: 53.5%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.02rem 0.08rem;
  color: #d26bff;
  font-family: 'Cinzel', serif;
  font-size: clamp(1.04rem, 1.54vw, 1.58rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-shadow: 0 0 10px rgba(178, 74, 255, 0.45);
  line-height: 1;
  z-index: 2;
}

.workbench-inline-here:hover {
  color: #eea7ff;
}

.workbench-image-card-poster {
  width: min(100%, 590px);
  margin: 0 auto;
  padding: 8px;
  border: 1px solid rgba(255, 196, 77, 0.24);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(20, 12, 35, 0.96), rgba(9, 6, 18, 0.98));
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.workbench-image-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.workbench-image-card-poster img {
  aspect-ratio: 1023 / 1537;
  object-fit: contain;
  object-position: center;
  border-radius: 14px;
  background: #07030d;
  box-shadow: none;
}

.workbench-image-card-poster-top img {
  object-position: center top;
}

@media (max-width: 900px) {
  .workbench-poster-grid {
    grid-template-columns: 1fr;
  }

  .workbench-image-card-poster {
    width: min(100%, 620px);
  }
}
