/* =================================================================
   LIVE SHOPPING - Hero "aucun live prevu"
   TPL : themes/bobochic/live-shopping-hero-sans-live.tpl
   Meme rythme vertical que .ls-hero (bloc live / a venir).

   Valeurs issues du design system Bobochic. Les variables CSS
   (--font-size-*, --color-*) ne sont PAS declarees dans le theme :
   les valeurs sont donc ecrites en dur. Correspondances utilisees :
     h1 61px           = --font-size-5xl      + --letter-spacing-display -1.5px
       paliers 49 / 39 = --font-size-4xl / 3xl (39px conserve en mobile)
     chapeau 18px      = --font-size-lg
     titre puce 18px   = --font-size-lg
     texte 14px        = --font-size-md
     sur-titre 12px    = --font-size-sm  / 600 = --font-weight-medium
                       + --letter-spacing-caps 0.48px
     #0B0B0C = neutral-950   #BFBFBF = neutral-300   #A6A6A6 = neutral-400
   ================================================================= */

#liveshopping .ls-sans-live {
    background: #0B0B0C;
    color: #fff;
    padding: 40px 0 72px;
}

#liveshopping .ls-sans-live__inner {
    max-width: 1408px;
    margin: 0 auto;
    padding: 0 144px;
    display: grid;
    grid-template-columns: 1.05fr auto;
    gap: 72px;
    align-items: center;
}

/* --- Colonne texte --- */
#liveshopping .ls-sans-live__eyebrow {
    display: block;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: #A6A6A6;
}

#liveshopping .ls-sans-live__title {
    margin: 14px 0 0;
    max-width: 860px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 61px;
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -1.5px;
    color: #fff;
}

#liveshopping .ls-sans-live__intro {
    margin: 20px 0 0;
    max-width: 800px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 18px;
    line-height: 1.55;
    color: #BFBFBF;
}

#liveshopping .ls-sans-live__list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 800px;
}

#liveshopping .ls-sans-live__item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

#liveshopping .ls-sans-live__item-icon {
    flex-shrink: 0;
    margin-top: 1px;
    color: #fff;
    line-height: 0;
}

#liveshopping .ls-sans-live__item-icon svg {
    width: 22px;
    height: 22px;
}

#liveshopping .ls-sans-live__item-title {
    margin: 0;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
}

#liveshopping .ls-sans-live__item-desc {
    margin: 3px 0 0;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #A6A6A6;
}

/* --- CTA "Revoir les derniers lives" --- */
#liveshopping .ls-sans-live__actions {
    margin-top: 32px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

#liveshopping .ls-sans-live__cta {
    transform: scale(0.98);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height:40px;
    padding: 12px 22px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: transparent;
    color: #fff;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

#liveshopping .ls-sans-live__cta:hover,
#liveshopping .ls-sans-live__cta:focus {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    text-decoration: none;
}

#liveshopping .ls-sans-live__cta svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* --- Visuel : le player est 20px plus haut que dans "Comment ca marche" --- */
#liveshopping .ls-sans-live .ls-video-dan__player {
    height: 560px;
}

/* --- Responsive : aligne sur les gouttieres de .ls-hero --- */
@media (max-width: 1600px) {
    #liveshopping .ls-sans-live__inner {
        padding: 0 64px;
        gap: 48px;
    }
    #liveshopping .ls-sans-live__title { font-size: 49px; }
}

@media (max-width: 1400px) {
    #liveshopping .ls-sans-live .ls-video-dan__player { height: 500px; }
}

@media (max-width: 1100px) {
    #liveshopping .ls-sans-live__inner { gap: 36px; }
    #liveshopping .ls-sans-live .ls-video-dan__player { height: 460px; }
}

@media (max-width: 1024px) {
    #liveshopping .ls-sans-live { padding-top: 125px; }
}

@media (max-width: 950px) {
    #liveshopping .ls-sans-live__inner {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 0 32px;
    }
    #liveshopping .ls-sans-live__title { font-size: 39px; }
    #liveshopping .ls-sans-live .ls-video-dan__player { height: auto; }
}

@media (max-width: 767px) {
    #liveshopping .ls-sans-live { padding-bottom: 40px; }
    #liveshopping .ls-sans-live__inner { padding: 0 16px; }
    /* Le h1 reste a 39px (--font-size-3xl) et le CTA garde sa largeur auto :
       c'est ce que fait la maquette mobile. */
}
