.ruzz-showcase {
    --ruzz-surface: rgba(8, 12, 26, 0.82);
    --ruzz-surface-strong: rgba(10, 15, 30, 0.94);
    --ruzz-border: rgba(170, 223, 255, 0.16);
    --ruzz-copy: rgba(235, 242, 255, 0.82);
    --ruzz-muted: rgba(199, 216, 243, 0.68);
    --ruzz-accent: #8fd7ff;
    --ruzz-accent-strong: #1db954;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 4rem 0 0;
    padding: clamp(1.25rem, 2.2vw, 2rem) 0 0;
    border: 0;
    border-radius: 0;
    overflow: visible;
    isolation: isolate;
    background: transparent;
    box-shadow: none;
    height: auto;
    
}

.ruzz-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background: none;
    pointer-events: none;
    z-index: 0;
}

.ruzz-showcase__trail {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.95;
}

.ruzz-showcase__lead-square {
    position: absolute;
    top: clamp(0.5rem, 2.5vw, 1.5rem);
    right: clamp(0.5rem, 2.5vw, 1.5rem);
    width: clamp(2rem, 4.5vw, 3.5rem);
    height: clamp(2rem, 4.5vw, 3.5rem);
    border-radius: 6px;
    background: var(--vw-lead-color, #fe18d3);
    box-shadow: 0 0 1.6rem var(--vw-lead-color, #fe18d3), inset 0 0 0.6rem rgba(255,255,255,0.06);
    z-index: 3;
    pointer-events: none;
    transition: background 180ms linear, box-shadow 220ms linear, transform 180ms ease;
}

.ruzz-showcase__trail-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.ruzz-showcase__content {
    position: relative;
    z-index: 1;
    display: grid;
    row-gap: 1.5rem;
    width: min(100%, 96vw);
    margin: 0 auto;
}

.ruzz-showcase__intro {
    display: grid;
    row-gap: 0.85rem;
    max-width: 56rem;
    margin: 0 auto;
    justify-items: center;
    text-align: center;
}

.ruzz-showcase__eyebrow {
    margin: 0;
    font-size: 0.76rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--ruzz-accent);
}

.ruzz-showcase__intro h2 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 4.3rem);
    line-height: 0.95;
    color: #f7fbff;
    text-transform: uppercase;
}

.ruzz-showcase__copy {
    margin: 0;
    max-width: 48rem;
    font-size: clamp(1rem, 1.3vw, 1.1rem);
    line-height: 1.65;
    color: var(--ruzz-copy);
}

.ruzz-showcase__spotify-link {
    --shiny-cta-bg: #0b120d;
    --shiny-cta-bg-subtle: #132018;
    --shiny-cta-fg: #f3fff7;
    --shiny-cta-highlight: #1db954;
    --shiny-cta-highlight-subtle: #7dffad;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    width: fit-content;
    margin: 0 auto;
    padding: 0.85rem 1rem 0.85rem 0.9rem;
    text-decoration: none;
}

.ruzz-showcase__spotify-link:hover,
.ruzz-showcase__spotify-link:focus-visible {
    transform: translateY(-2px);
}

.ruzz-showcase__spotify-link:focus-visible {
    outline-color: rgba(125, 255, 173, 0.72);
}

.ruzz-showcase__spotify-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: calc(0.98rem + 0.82rem + 0.42rem);
    min-width: 0;
    padding: 0;
    border-radius: 0;
    background: none;

}

.ruzz-showcase__spotify-chip img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: contain;
    padding: 0;
}

.ruzz-showcase__spotify-text {
    display: grid;
    row-gap: 0.12rem;
}

.ruzz-showcase__spotify-text strong {
    font-size: 0.98rem;
}

.ruzz-showcase__spotify-text span {
    font-size: 0.82rem;
    color: rgba(235, 255, 240, 0.78);
}

.ruzz-showcase__video-stage {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
    width: 100%;
    padding-bottom: 0;
    opacity: 99%;
    border-radius: 14px;
    overflow: hidden;
}

.ruzz-showcase__video {
    opacity: 0.95;
    width: 100%;
  max-width: 80vw;
    height: auto;
    box-sizing: border-box;
    max-height: none;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    border: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 14px;
    margin-bottom: 0%;
}

@media (max-width: 980px) {
    .ruzz-showcase {
        margin: 3rem 0 0;
    }

    .ruzz-showcase__copy{
        margin: 0 15px;
    }

    .ruzz-showcase__video-stage {
        row-gap: 0;
        padding-bottom: 0;  
        
        

    }

    .ruzz-showcase__video {
        padding: 10px 20px;
        max-width: 100vw;
        margin-bottom: 0;
        border-radius: 0px;
    }
}

@media (max-width: 720px) {
    .ruzz-showcase__content {
        width: 100%;
    }

    .ruzz-showcase__spotify-link {
        width: fit-content;
        max-width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    .ruzz-showcase {
        padding: 0;
        border-radius: 24px;
    }

    .ruzz-showcase__spotify-link {
        align-items: flex-start;
        border-radius: 24px;
    }

    .ruzz-showcase__spotify-chip {
        min-width: 0;
    }
}

/* Custom inverted cursor — outline circle with separate scale ring */
.custom-cursor {
    /* size applies to both width & height to keep the cursor perfectly circular */
    --cursor-size: 16px; /* increased by 2px */
    --cursor-border: 2px;
    --cursor-scale: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: var(--cursor-size);
    height: var(--cursor-size);
    pointer-events: none;
    z-index: 999999;
    transform: translate3d(-9999px, -9999px, 0);
    transition: opacity 160ms linear; /* translate is immediate (no transition) */
    opacity: 0;
    will-change: transform, opacity;
}

.custom-cursor__ring {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    border: var(--cursor-border) solid #ffffff;
    mix-blend-mode: difference;
    transform-origin: 50% 50%;
    transform: scale(var(--cursor-scale)) translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
    transition: transform 140ms cubic-bezier(.2,.9,.2,1);
    pointer-events: none;
}

/* subtle fallback stroke to ensure visibility if blend doesn't take effect */
.custom-cursor__ring::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.14);
    pointer-events: none;
    z-index: -1;
    mix-blend-mode: normal;
}

/* hover state: scale the inner ring only */
.custom-cursor.is-hover .custom-cursor__ring {
    transform: scale(1.6);
}

/* helper class to hide native pointer when custom cursor is active */
/* Hide native cursor for the body and all descendants while custom cursor is active */
.hide-native-cursor, .hide-native-cursor * { cursor: none !important; }

/* Disable on touch / small devices */
@media (pointer: coarse), (max-width: 800px) {
    .custom-cursor { display: none !important; }
    .hide-native-cursor { cursor: auto !important; }
}