/* ===== VIDEO — reels slider (Splide, 3-up loop) ===== */
.vid { background: transparent; }
.vid__title { color: #000; }

.vcard { position: relative; display: block; width: 100%; aspect-ratio: 302 / 519; border-radius: 10px; overflow: hidden; }
.vcard__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vcard__grad { position: absolute; inset: auto 0 0 0; height: 34%; background: linear-gradient(to top, var(--green-900) 0%, rgba(14,13,44,0) 100%); }
.vcard__play { position: absolute; left: 50%; top: 62%; transform: translate(-50%, -50%); width: 30%; max-width: 91px; aspect-ratio: 1; height: auto; z-index: 2; }
.vcard__cap {
  position: absolute; left: 15px; right: 15px; bottom: 22px; text-align: center;
  font-family: var(--font-num); font-size: 22px; line-height: 26px; color: #fff; z-index: 2;
}

@media (max-width: 1024px) {
  .vcard__cap { font-size: 16px; line-height: 20px; bottom: 16px; }
}
