.kg-exhibit-single {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0 0 4rem;
}

.kg-exhibit-single__hero {
  position: relative;
  margin: 0 0 2.5rem;
  min-height: clamp(280px, 54vw, 640px);
}

.kg-exhibit-single__hero-track {
  position: relative;
  min-height: inherit;
}

.kg-exhibit-single__hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.kg-exhibit-single__hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.kg-exhibit-single__hero-img,
.kg-exhibit-single__hero-placeholder {
  display: block;
  width: min(100%, 760px);
  margin: 0 auto;
  height: clamp(280px, 54vw, 640px);
  object-fit: cover;
}

.kg-exhibit-single__hero-placeholder {
  background: #eee;
}

.kg-exhibit-single__hero-dots {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.55rem;
}

.kg-exhibit-single__dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: #cfcfcf;
  cursor: pointer;
}

.kg-exhibit-single__dot.is-active {
  background: #000;
}

.kg-exhibit-single__info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 330px);
  gap: clamp(1.5rem, 4vw, 5rem);
  margin-bottom: 4.5rem;
}

.kg-exhibit-single__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.kg-exhibit-single__desc {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.45;
}

.kg-exhibit-single__meta-block {
  margin-bottom: 1rem;
  font-size: 1.05rem;
  line-height: 1.4;
  white-space: pre-line;
}

.kg-exhibit-single__actions {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.75rem;
}

.kg-exhibit-single__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  min-height: 46px;
  padding: 0.75rem 1rem;
  text-decoration: none;
  border: 1px solid #111;
  font-weight: 500;
}

.kg-exhibit-single__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.kg-exhibit-single__btn--outline {
  background: #fff;
  color: #111;
}

.kg-exhibit-single__btn--solid {
  background: #111;
  color: #fff;
}

.kg-exhibit-single__artworks-title {
  margin: 0 0 2rem;
  text-align: center;
  font-size: clamp(2rem, 4vw, 3.5rem);
  text-transform: uppercase;
}

.kg-exhibit-single__products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 2.2rem) 0;
}

.kg-exhibit-single__product {
  flex: 0 0 40%;
  max-width: 40%;
}

.kg-exhibit-single__product-link {
  color: inherit;
  text-decoration: none;
}

.kg-exhibit-single__product-img,
.kg-exhibit-single__product-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #efefef;
}

.kg-exhibit-single__product-title {
  margin: 0.1rem 0 0;
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.kg-exhibit-single__product-meta {
  margin-top: 0.45rem;
}

.kg-exhibit-single__product-artist {
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

.kg-exhibit-single__product-desc,
.kg-exhibit-single__product-dim,
.kg-exhibit-single__product-medium,
.kg-exhibit-single__product-price {
  margin-top: 0.2rem;
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

.kg-exhibit-single__product-price {
  margin-top: 0.2rem;
  font-weight: 400;
}

@media (max-width: 900px) {
  .kg-exhibit-single {
    padding: 0 0 3rem;
  }

  .kg-exhibit-single__info {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .kg-exhibit-single__products {
    justify-content: center;
  }

  .kg-exhibit-single__product {
    flex-basis: 100%;
    max-width: 100%;
  }
}
