.nvs{
    position: relative;

    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    margin-top: 28px;
    margin-bottom: 28px;
    background: #111111;
    color: #fff;
    font-family: 'cf_asty_st', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.nvs *{ box-sizing: border-box; }

.nvs img{ margin: 0 !important; max-width: 100% !important; }

.nvs-inner{
    max-width: 1600px;
    margin: 0 auto;
    padding: 48px 28px 56px;
}

.nvs-title{
    margin: 0 0 26px;
    font-size: clamp(38px, 5vw, 72px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #fff;
}

.nvs-cols{
    --nvs-h: clamp(460px, 40vw, 560px);
    display: grid;
    grid-template-columns: 380px minmax(0, 1.25fr) minmax(0, 0.9fr);
    gap: 20px;
    align-items: stretch;
}

.nvs-col{
    display: flex;
    flex-direction: column;
    min-width: 0;
    border-radius: 20px;
    padding: 22px 20px 20px;
}
.nvs-col--explained{
    background:
        radial-gradient(60% 80% at 15% 10%, rgba(255,120,90,0.55) 0%, transparent 60%),
        radial-gradient(55% 75% at 85% 100%, rgba(200,16,46,0.6) 0%, transparent 65%),
        linear-gradient(135deg, #1a0608 0%, #4a0a14 35%, #7a0f1a 70%, #b80f2a 100%);
    color: #fff;
}
.nvs-col--newswatch{
    background: #ffffff;
    color: #141414;
}
.nvs-col--explainer{
    background: #363636;
    color: #fff;
}

.nvs-col-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 34px;
    margin-bottom: 16px;
}
.nvs-col-title{
    margin: 0;
    color: inherit;
    font-size: clamp(20px, 1.7vw, 27px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.05;
}
.nvs-col--explained .nvs-col-title{ width: 100%; text-align: center; }
.nvs-col--newswatch .nvs-col-title{ width: 100%; text-align: center; }
.nvs-col--explainer .nvs-col-title{ width: 100%; text-align: center; }
.nvs-wordmark{ font-style: normal; }
.nvs-wordmark .nvs-ai{
    color: #ff8a6a;
    font-weight: 900;
}

.nvs-carousel{ position: relative; }
.nvs-track{
    display: flex;
    gap: 14px;
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: var(--nvs-h);
}
.nvs-track::-webkit-scrollbar{ display: none; }

.nvs-reels .nvs-track{
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
}
.nvs-reel{
    flex: 0 0 calc(50% - 7px);
    height: 100%;
    min-width: 0;
    scroll-snap-align: start;
}
.nvs-reels--single .nvs-reel{ flex: 0 0 100%; }
.nvs-reel-player{
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 6px 20px rgba(0,0,0,0.28);
}
.nvs-frame{
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
    display: block;
    background: #000;
}

.nvs-reel--youtube .nvs-frame{
    inset: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100% !important;
    width: auto !important;
    aspect-ratio: 16 / 9;
    max-width: none;
}

.nvs-reel-player:not(.is-interactive) .nvs-frame{ pointer-events: none; }
.nvs-reel-link{
    position: absolute;
    inset: 0;
    z-index: 5;
    background: transparent;
    transition: background .2s ease;
}
.nvs-reel-link:hover{ background: rgba(255,138,106,0.08); }

.nvs-reel-facade{ cursor: pointer; }
.nvs-reel-img{ width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.nvs-reel:hover .nvs-reel-img{ transform: scale(1.05); }
.nvs-reel-img--ph{ width: 100%; height: 100%; display: block; background: linear-gradient(135deg, #2a0d0a, #7a0f1a); }
.nvs-reel-grad{
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.12) 55%, rgba(0,0,0,0.42));
}
.nvs-reel-facade:hover .nvs-play{
    background: rgba(189,32,39,0.92);
    border-color: rgba(189,32,39,0.95);
    transform: translate(-50%, -50%) scale(1.08);
}

.nvs-vlist .nvs-track{
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    gap: 16px;
}

.nvs-vcard{ flex: 0 0 calc(50% - 8px); min-height: 0; scroll-snap-align: start; }
.nvs-vcard-link{ display: block; height: 100%; text-decoration: none; color: inherit; }
.nvs-vcard-media{
    position: relative;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}
.nvs-vcard-img{
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform .5s ease;
}
.nvs-vcard:hover .nvs-vcard-img{ transform: scale(1.05); }
.nvs-vcard-img--ph{ background: linear-gradient(135deg, #1E3161, #BD2027); }
.nvs-vcard-overlay{
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 30%, rgba(0,0,0,0.86) 100%);
}

.nvs-pill{
    position: absolute; top: 9px; left: 9px; z-index: 2;
    background: rgba(0,0,0,0.6); color: #fff;
    font-size: 9.5px; font-weight: 700; letter-spacing: .04em;
    padding: 4px 8px; border-radius: 4px; line-height: 1;
    backdrop-filter: blur(4px);
    max-width: 70%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

.nvs-play{
    position: absolute; top: 50%; left: 50%; z-index: 2;
    transform: translate(-50%, -50%);
    width: 46px; height: 46px; border-radius: 50%;
    background: rgba(255,255,255,0.16);
    border: 2px solid rgba(255,255,255,0.85);
    backdrop-filter: blur(6px);
    transition: background .25s ease, transform .25s ease, border-color .25s ease;
}
.nvs-play::before{
    content: ''; position: absolute; top: 50%; left: 52%;
    transform: translate(-50%, -50%);
    width: 0; height: 0;
    border-left: 13px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.nvs-vcard:hover .nvs-play{
    background: rgba(189,32,39,0.92);
    border-color: rgba(189,32,39,0.95);
    transform: translate(-50%, -50%) scale(1.08);
}
.nvs-vcard-title{
    position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
    margin: 0; padding: 10px 13px 12px;
    font-size: 14px; font-weight: 700; line-height: 1.3; color: #fff;
    display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
    text-shadow: 0 1px 6px rgba(0,0,0,0.55);
}

.nvs-nav{ display: flex; gap: 10px; margin-top: 16px; }
.nvs-nav-btn{
    width: 40px; height: 40px; border-radius: 50%;
    border: 1px solid currentColor; background: transparent; color: inherit;
    font-size: 19px; line-height: 1; cursor: pointer; opacity: .8;
    display: flex; align-items: center; justify-content: center;
    transition: background .2s ease, opacity .2s ease, transform .2s ease;
}
.nvs-nav-btn:hover{ background: rgba(127,127,127,0.18); opacity: 1; transform: translateY(-1px); }
.nvs-nav-btn:disabled{ opacity: .3; cursor: default; transform: none; }
.nvs-col--newswatch .nvs-nav-btn{ border-color: #d2d2d2; color: #222; }
.nvs-col--newswatch .nvs-nav-btn:hover{ background: #f2f2f2; }

@media (max-width: 1024px){
    .nvs-cols{
        grid-template-columns: 1fr;
        gap: 22px;
        --nvs-h: clamp(420px, 64vw, 560px);
    }
    .nvs-inner{ padding: 34px 18px 40px; }
    .nvs-reel{ flex: 0 0 calc(33.333% - 10px); }
    .nvs-vlist .nvs-track{ height: auto; }
    .nvs-vlist .nvs-vcard{ flex: 0 0 auto; }
    .nvs-vlist .nvs-vcard-media{ aspect-ratio: 16 / 10; height: auto; }
    .nvs-vlist .nvs-nav{ display: none; }
}

@media (max-width: 680px){
    .nvs-cols{ --nvs-h: 76vw; }
    .nvs-title{ margin-bottom: 18px; }
    .nvs-col{ padding: 18px 14px 16px; border-radius: 16px; }
    .nvs-reel{ flex: 0 0 calc(50% - 7px); }
    .nvs-vcard-title{ font-size: 14px; }
}
