.art-carousel-item {
  color: inherit;
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
}

/* Images keep their natural/intrinsic aspect ratio (no fixed height, no
   object-fit crop) so slides vary in shape and height. */
.art-carousel-item__image img {
  display: block;
  height: auto;
  width: 100%;
}

.art-carousel-item__body {
  margin-top: 16px;
}

.art-carousel-item__eyebrow {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.art-carousel-item__title {
  margin: 0;
}

/* Transparent overlay makes the whole slide clickable (same pattern as card). */
.art-carousel-item__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.art-carousel-item:has(.art-carousel-item__link:hover) .art-carousel-item__title,
.art-carousel-item:has(.art-carousel-item__link:focus) .art-carousel-item__title {
  text-decoration: underline;
}
