/* ===== SV SCENE 1 ===== */

.sv-scene[data-scene="1"]{
    background: #070A12;
}

/* Panels (AU-DESSUS du texte) */
.sv-scene[data-scene="1"] .sv-intro__panel{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    background: #05060b;
    z-index: 5;           /* important: au-dessus du texte */
    will-change: transform;
}

.sv-scene[data-scene="1"] .sv-intro__panel--left{ left: 0; }
.sv-scene[data-scene="1"] .sv-intro__panel--right{ right: 0; }

/* Content (SOUS les panels) */
.sv-scene[data-scene="1"] .sv-intro__content{
    position: relative;
    z-index: 2;
    text-align: center;
    width: min(920px, calc(100% - 40px));
    padding: 0 10px;
}

.sv-scene[data-scene="1"] .sv-intro__kicker{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    font-size: 13px;
    letter-spacing: .2px;
    margin-bottom: 14px;
}

.sv-scene[data-scene="1"] .sv-intro__dot{
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--primary, #4cc3bd);
    box-shadow: 0 0 0 4px rgba(76,195,189,.18);
}

.sv-scene[data-scene="1"] .sv-intro__title{
    font-size: clamp(34px, 4.2vw, 64px);
    line-height: 1.02;
    letter-spacing: -0.03em;
    font-weight: 900;
    margin: 0 0 12px;
}

.sv-scene[data-scene="1"] .sv-intro__grad{
    background: linear-gradient(90deg, rgba(255,255,255,.95), rgba(76,195,189,.95));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.sv-scene[data-scene="1"] .sv-intro__sub{
    color: rgba(255,255,255,.70);
    font-size: 15px;
    max-width: 70ch;
    margin: 0 auto;
}
