.dm-showcase {
    --dm-accent: #1468d4;
    width: 100%;
    min-width: 0;
    color: #162532;
    background: #fff;
    letter-spacing: 0;
}
.dm-showcase *, .dm-showcase *::before, .dm-showcase *::after { box-sizing: border-box; }
.dm-showcase [hidden] { display: none !important; }
.dm-showcase .dm-showcase__stage {
    position: relative;
    width: 100%;
    height: min(700px, calc(100svh - 280px));
    min-height: 340px;
    overflow: hidden;
    background: #152a32;
}
.dm-showcase:not([data-ready]) .swiper-wrapper { overflow-x: auto; scroll-snap-type: x mandatory; }
.dm-showcase:not([data-ready]) .swiper-slide { scroll-snap-align: start; }
.dm-showcase .dm-showcase__slide { position: relative; height: 100%; flex-shrink: 0; width: 100%; overflow: hidden; }
.dm-showcase__media { position: absolute; inset: 0; }
.dm-showcase__preview { display: none; }
.dm-showcase .dm-showcase__picture { position: absolute; inset: 0; display: block; }
.dm-showcase .dm-showcase__picture img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; margin: 0; border-radius: 0; }
.dm-showcase [data-position="top"] .dm-showcase__picture img { object-position: center top; }
.dm-showcase [data-position="bottom"] .dm-showcase__picture img { object-position: center bottom; }
.dm-showcase [data-position="left"] .dm-showcase__picture img { object-position: left center; }
.dm-showcase [data-position="right"] .dm-showcase__picture img { object-position: right center; }
.dm-showcase__slide:has(.dm-showcase__caption)::after {
    content: "";
    position: absolute;
    inset: 15% 0 0;
    background: linear-gradient(0deg, rgba(5, 18, 22, .88), rgba(5, 18, 22, .35) 58%, transparent);
    pointer-events: none;
}
.dm-showcase .dm-showcase__caption {
    position: absolute;
    z-index: 1;
    bottom: 48px;
    left: max(32px, calc((100% - 1400px) / 2));
    width: min(690px, calc(100% - 100px));
    max-height: calc(100% - 80px);
    overflow: auto;
    color: #fff;
    text-align: left;
    overflow-wrap: anywhere;
}
.dm-showcase .dm-showcase__eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; font-size: 12px; line-height: 1.5; font-weight: 600; text-transform: uppercase; }
.dm-showcase__eyebrow::before { content: ""; width: 28px; height: 2px; background: #69d7ed; flex: 0 0 28px; }
.dm-showcase .dm-showcase__title { color: #fff; font-family: inherit; font-size: 54px; font-weight: 600; line-height: 1.08; letter-spacing: 0; margin: 0; }
.dm-showcase .dm-showcase__description { color: #f1f5f7; font-size: 17px; line-height: 1.55; max-width: 540px; margin: 18px 0 0; }
.dm-showcase .dm-showcase__cta { display: inline-flex; align-items: center; gap: 16px; margin-top: 24px; color: #fff; font-size: 15px; font-weight: 600; text-decoration: none; border-bottom: 1px solid #a5d8ee; padding: 0 0 7px; max-width: 100%; }
.dm-showcase svg { width: 22px; height: 22px; flex-shrink: 0; }
.dm-showcase .dm-showcase__expand { position: absolute; top: 24px; right: 24px; z-index: 2; display: grid; place-items: center; width: 44px; height: 44px; color: #fff; border: 1px solid #ffffff70; border-radius: 50%; background: #10252f66; }
.dm-showcase .dm-showcase__navigation { display: flex; align-items: center; gap: 24px; padding: 22px 32px; border-bottom: 1px solid #e0e7eb; }
.dm-showcase .dm-showcase__thumbnails { display: flex; gap: 10px; flex: 1; min-width: 0; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #c9d9e1 transparent; scroll-snap-type: x proximity; padding: 4px 2px 8px; }
.dm-showcase .dm-showcase__thumbnail { display: flex; align-items: center; flex: 0 0 172px; gap: 10px; min-width: 0; height: 76px; padding: 8px; border: 1px solid transparent; border-radius: 6px; background: #f4f6f7; color: #52616b; text-align: left; cursor: pointer; scroll-snap-align: start; font-family: inherit; }
.dm-showcase .dm-showcase__thumbnail img { width: 54px; height: 54px; border-radius: 3px; object-fit: cover; margin: 0; flex-shrink: 0; }
.dm-showcase .dm-showcase__thumbnail span { font-size: 12px; line-height: 1.4; font-weight: 600; min-width: 0; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow-wrap: anywhere; }
.dm-showcase .dm-showcase__thumbnail small { display: block; font-size: 10px; color: #61747f; line-height: 1.4; font-variant-numeric: tabular-nums; }
.dm-showcase .dm-showcase__thumbnail[aria-current="true"] { border-color: var(--dm-accent); background: #eef5fc; color: #084fae; }
.dm-showcase .dm-showcase__controls { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
.dm-showcase .dm-showcase__controls button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border-radius: 50%; border: 1px solid #d2dce1; background: #fff; color: #162532; cursor: pointer; }
.dm-showcase .dm-showcase__controls button:disabled { opacity: .3; cursor: default; }
.dm-showcase .dm-showcase__controls button:not(:disabled):hover, .dm-showcase .dm-showcase__thumbnail:hover { background: #eaf2f7; }
.dm-showcase .dm-showcase__count { width: 52px; text-align: center; font-size: 12px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.dm-showcase :is(button, a, [tabindex]):focus-visible { outline: 3px solid #28aee8; outline-offset: 3px; }
.dm-showcase__play span { display: flex; }
@media (min-width: 992px) {
    .dm-showcase .dm-showcase__stage {
        height: clamp(480px, calc(100svh - 300px), 680px);
        min-height: 0;
        background: #102d42;
    }
    .dm-showcase .dm-showcase__slide {
        display: block;
        background: #102d42;
    }
    .dm-showcase .dm-showcase__media {
        position: absolute;
        inset: 0;
        overflow: hidden;
        background: #102d42;
    }
    .dm-showcase .dm-showcase__picture { position: absolute; inset: 0 33%; }
    .dm-showcase .dm-showcase__slide .dm-showcase__picture img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .dm-showcase__slide:has(.dm-showcase__caption)::after { inset: 38% 33% 0; }
    .dm-showcase .dm-showcase__caption {
        position: absolute;
        z-index: 2;
        bottom: 42px;
        left: calc(33% + clamp(24px, 3vw, 56px));
        width: min(560px, calc(34% - clamp(48px, 6vw, 112px)));
        height: auto;
        max-height: calc(100% - 80px);
        padding: 0;
        color: #fff;
        text-align: left;
        overflow: auto;
    }
    .dm-showcase .dm-showcase__eyebrow { justify-content: flex-start; margin-bottom: 12px; color: #fff; }
    .dm-showcase .dm-showcase__eyebrow::before { background: #58d5ea; }
    .dm-showcase .dm-showcase__title { color: #fff; font-size: clamp(34px, 3.1vw, 56px); line-height: 1.08; }
    .dm-showcase .dm-showcase__description { max-width: 540px; margin: 15px 0 0; color: #f1f5f7; font-size: 16px; }
    .dm-showcase .dm-showcase__cta { margin-top: 20px; color: #fff; border-color: #66cee0; }
    .dm-showcase .dm-showcase__preview { position: absolute; top: 0; bottom: 0; z-index: 1; display: block; width: 33%; padding: 0; overflow: hidden; border: 0; background: #102d42; cursor: pointer; }
    .dm-showcase .dm-showcase__preview--previous { left: 0; }
    .dm-showcase .dm-showcase__preview--next { right: 0; }
    .dm-showcase .dm-showcase__preview::after { content: ''; position: absolute; inset: 0; background: rgba(6, 27, 40, .23); transition: background .25s ease; }
    .dm-showcase .dm-showcase__preview:hover::after { background: rgba(6, 27, 40, .05); }
    .dm-showcase .dm-showcase__preview img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; margin: 0; }
    .dm-showcase .dm-showcase__preview span { position: absolute; z-index: 1; top: calc(50% - 24px); left: calc(50% - 24px); display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #ffffffa0; border-radius: 50%; background: #102d42b8; color: #fff; transition: transform .25s ease; }
    .dm-showcase .dm-showcase__preview:hover span { transform: scale(1.08); }
    .dm-showcase .dm-showcase__expand { top: 20px; right: calc(33% + 20px); }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .dm-showcase .dm-showcase__picture { inset: 0 31%; }
    .dm-showcase .dm-showcase__preview { width: 31%; }
    .dm-showcase .dm-showcase__caption { left: calc(31% + 30px); width: calc(38% - 60px); }
    .dm-showcase .dm-showcase__expand { right: calc(31% + 16px); }
}
@media (max-width: 900px) {
    .dm-showcase .dm-showcase__title { font-size: 42px; }
    .dm-showcase .dm-showcase__navigation { gap: 12px; padding: 16px; }
    .dm-showcase .dm-showcase__thumbnail { flex-basis: 152px; }
}
@media (max-width: 600px) {
    .dm-showcase .dm-showcase__stage { height: min(640px, calc(100svh - 280px)); min-height: 320px; }
    .dm-showcase .dm-showcase__caption { left: 22px; bottom: 28px; width: calc(100% - 44px); max-height: calc(100% - 100px); }
    .dm-showcase .dm-showcase__title { font-size: 34px; line-height: 1.12; }
    .dm-showcase .dm-showcase__description { font-size: 15px; line-height: 1.5; margin-top: 12px; }
    .dm-showcase .dm-showcase__eyebrow { font-size: 11px; margin-bottom: 10px; }
    .dm-showcase .dm-showcase__cta { margin-top: 18px; }
    .dm-showcase .dm-showcase__expand { top: 16px; right: 16px; }
    .dm-showcase .dm-showcase__navigation { display: block; padding: 12px 16px 16px; }
    .dm-showcase .dm-showcase__controls { justify-content: flex-end; margin-top: 6px; }
    .dm-showcase .dm-showcase__thumbnail { height: 66px; }
    .dm-showcase .dm-showcase__thumbnail img { width: 46px; height: 46px; }
}
