/*
 * SEKSIONET DESKTOP — i plotë i vetëmjaftueshëm
 * Aktiv: (max-width: 768px, orientation: desktop)
 */

/* ── MEDIA GRID ── */
.seks-layer {
    position: absolute;
    inset: 0;
    z-index: 4;
    overflow: hidden;
}
.seks-grid {
    position: absolute;
    inset: 0;
    display: grid;
}
.seks-cell {
    position: relative;
    overflow: hidden;
    background: #000;
    box-sizing: border-box;
}
.seks-cell img,
.seks-cell video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.seks-cell.br { border-right:  2px solid #3e2723; }
.seks-cell.bb { border-bottom: 2px solid #3e2723; }
.seks-cell-selected::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid rgba(255,255,255,0.85);
    box-sizing: border-box;
    pointer-events: none;
    z-index: 5;
}
.seks-tekst {
    font-size: clamp(1rem, 5vw, 2.5rem);
    font-weight: 600;
    line-height: 1.4;
    word-break: break-word;
}

/* ── SPONSOR KUTI DESKTOP ── */
.sponsor-kuti {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 20;
    overflow: hidden;
    pointer-events: auto;
}
.sponsor-kuti.sponsor-top    { top: 0;    transform: translateY(-100%); }
.sponsor-kuti.sponsor-bottom { bottom: 0; transform: translateY(100%); }
.sponsor-kuti.sponsor-shfaq {
    display: block !important;
    transition: transform 0.4s ease-out;
    transform: translateY(0);
}
.sponsor-kuti.sponsor-fshih { transition: transform 0.35s ease-in; }
.sponsor-kuti.sponsor-fshih.sponsor-top    { transform: translateY(-100%); }
.sponsor-kuti.sponsor-fshih.sponsor-bottom { transform: translateY(100%); }
