/* ═══════════════════════════════════════════════
   Page d'accueil 2026 — template-salso-2026.php
   ═══════════════════════════════════════════════ */

.home-2026 {
    background: #f5f5f3;
}

/* ── Hero ── */
.hero {
    position: relative;
    height: 80vh;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background-color: #252525;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: #0d0d0d;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.75;
    transform: scale(1.03);
}

.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.1) 0%,
        rgba(0,0,0,0.15) 20%,
        rgba(0,0,0,0.75) 75%,
        rgba(0,0,0,0.92) 100%
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 0 60px 72px;
    max-width: 900px;
}

.hero-label {
    display:inline-block;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color:black;
    background-color: #C9E58D;
    margin-bottom: 18px;
}

.hero-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(52px, 8vw, 100px);
    font-weight: 800;
    line-height: 0.92;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 24px;
}

.hero-title em {
    font-style: italic;
    color: #C9E58D;
    font-weight: 600;
}

.hero-sub {
    font-size: clamp(15px, 1.5vw, 18px);
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255,255,255,0.75);
    max-width: 540px;
    margin-bottom: 36px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.btn-primary {
    background: #C9E58D;
    color: #1a1a1a;
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 32px;
    border-radius: 3px;
    transition: background 0.2s, transform 0.15s;
    display: inline-block;
}

.btn-primary:hover {
    background: #7aaa63;
    transform: translateY(-1px);
    color: #1a1a1a;
}

.btn-ghost {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.15s;
}

.btn-ghost:hover { color: #fff; }
.btn-ghost svg { transition: transform 0.2s; }
.btn-ghost:hover svg { transform: translateX(3px); }


/* ── Stats bar ── */
.stats-bar {
    background: #1a1a1a;
    padding: 0 60px;
}

.stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

.stat-item {
    flex: 1;
    padding: 28px 40px;
    border-right: 1px solid rgba(255,255,255,0.08);
    text-align: center;
}
/*
.stat-item:first-child { padding-left: 0; text-align: left; }
.stat-item:last-child  { border-right: none; padding-right: 0; text-align: right; }
*/
.stat-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #C9E58D;
    line-height: 1;
    display: block;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
}

/* ── À propos ── */
.about {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.section-eyebrow {
    display:inline-block;
    padding: 0 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color:black;
    background-color: #C9E58D;
    margin-bottom: 16px;
}

.about-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: 1;
    color: #1a1a1a;
    margin-bottom: 28px;
}

.about-body {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.about-body strong { color: #1a1a1a; font-weight: 700; }

.about-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 2px solid #C9E58D;
    padding-bottom: 2px;
    transition: color 0.15s;
    margin-top: 12px;
}

.about-link:hover { color: #C9E58D; }

.about-visuals {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 12px;
}

.about-img-main {
    grid-column: 1 / -1;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 2px;
}

.about-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
}

.about-img-main:hover img { transform: scale(1.03); }

.about-img-sm {
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 2px;
}

.about-img-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
}

.about-img-sm:hover img { transform: scale(1.04); }

.about-img-trigger { cursor: zoom-in; }

/* ── Valeurs ── */
.values-strip {
    background: #1a1a1a;
    padding: 60px;
}

.values-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.value-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #C9E58D;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}

.value-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    color: #fff;
    margin-bottom: 10px;
}

.value-body {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.55);
}

/* ── Spectacles en vedette ── */
.shows-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 60px;
}

.section-header {
    margin-bottom: 40px;
}

.section-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 44px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: 1;
    color: #1a1a1a;
    margin: 0;
}

.section-cta {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 2px solid #C9E58D;
    padding-bottom: 2px;
    margin-top: 8px;
    transition: color 0.15s;
}

.section-cta:hover { color: #C9E58D; }
.section-cta svg { transition: transform 0.2s; }
.section-cta:hover svg { transform: translateX(3px); }

/* Badge "En vedette" sur les cartes */
.card-vedette {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #C9E58D;
    color: #1a1a1a;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 9px;
    border-radius: 2px;
}

/* ── Responsive ── */
@media (max-width: 960px) {
    .hero-content  { padding: 0 32px 60px; }
    .hero-scroll   { right: 32px; }
    .stats-bar     { padding: 0 32px; }
    .stats-inner   { flex-wrap: wrap; }
    .stat-item     { flex: 1 1 40%; }
    .about         { grid-template-columns: 1fr; gap: 48px; padding: 60px 32px; }
    .values-strip  { padding: 60px 32px; }
    .values-inner  { grid-template-columns: 1fr; gap: 32px; }
    .shows-section { padding: 60px 32px; }
}

@media (max-width: 600px) {    
    .hero-content  { padding: 0 20px 60px; }
.hero-scroll    { display: none; }
    .stat-item      { flex: 1 1 100%; text-align: left; padding-left: 0; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
    .stat-item:last-child { border-bottom: none; }
}
