
.vcp-carousel-wrapper { width: 100%; position: relative; overflow: hidden; background: #000; }
#vcp-carousel .splide__slide img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0.75; transition: 0.5s; }
#vcp-carousel .splide__slide:hover img { opacity: 0.9; }
.vcp-caption { position: absolute; bottom: 60px; left: 40px; color: #fff; text-shadow: 0 4px 20px rgba(0,0,0,1); z-index: 10; max-width: 80%; }
.vcp-caption h2 { font-size: clamp(1.8rem, 4.5vw, 2.8rem); margin-bottom: 10px; line-height: 1.1; font-weight: 700; color: #fff; }
.vcp-caption p { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; font-weight: bold; border-left: 3px solid #fff; padding-left: 12px; }
.vcp-error { padding: 40px; border: 2px dashed #999; text-align: center; background: #fdfdfd; }
