/* =============================================================
 * NOSK8 — Styles spécifiques par catégorie d'article
 * =============================================================
 * Charge en complément de css/article.css (qui couvre le shell commun).
 * Enqueué via nosk8/functions-article.php (uniquement sur is_singular('post')).
 *
 * Convention : sélecteurs préfixés par catégorie pour éviter collision
 *   - spots-*  / spot-*  / side-spots-*  → Spots
 *   - portrait-* / po-*  / sponsor-chip  → Portrait
 *   - tr-*  / tricks-*                   → Tricks
 *   - ev-*  / events-*                   → Events
 *   - .nosk8-article--chroniques ...     → Chroniques (modifier-scoped)
 *   - .nosk8-article--conseils   ...     → Conseils (modifier-scoped)
 *
 * Source preview : ~/agents/projects/nosk8/blocksy-refonte/preview/<cat>/index.html
 * Auteur : portage 2026-05-17 (single-source migration)
 * ============================================================= */


/* =============================================================
 *  SPOTS  — single-spots (catégorie ID 128 / slug "spots")
 * ============================================================= */

/* ─── SECTION EXPLORE : carte 50/50 + panneau réactif ─── */
.spots-explore {
    background: #f7f8fa;
    border-bottom: 1px solid #e3e6ec;
    padding: 36px 0 40px;
}
.spots-explore__wrap { max-width: 1200px; margin: 0 auto; padding: 0 18px; }
@media (min-width: 720px) { .spots-explore__wrap { padding: 0 32px; } }
.spots-explore__head { max-width: 720px; margin-bottom: 22px; }
.spots-explore__kicker {
    font-family: "Barlow Semi Condensed", system-ui, sans-serif;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #4a5970;
    margin: 0 0 8px;
}
.spots-explore__title {
    font-family: "Barlow Condensed", system-ui, sans-serif;
    font-weight: 800;
    font-size: clamp(26px, 4vw, 38px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 6px;
    color: #0a0f1a;
}
.spots-explore__sub {
    font-family: "Source Serif Pro", Georgia, serif;
    font-style: italic;
    color: #4a5970;
    margin: 0;
    font-size: 14.5px;
}
.spots-explore__split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
@media (min-width: 880px) {
    .spots-explore__split { grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
}
/* Hauteur figée : carte gauche = panneau droite. Plus de variation au survol */
.spots-explore__split { --panel-h: 460px; }
@media (min-width: 880px) { .spots-explore__split { --panel-h: 540px; } }
.spots-explore__map,
#spots-map-hero {
    width: 100%;
    height: var(--panel-h);
    border-radius: 10px;
    overflow: hidden;
    background: #0a0f1a;
    box-shadow: 0 8px 28px rgba(10,15,26,0.08);
}
.spots-explore__panel {
    background: #0a0f1a;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 28px rgba(10,15,26,0.12);
    display: flex;
    flex-direction: column;
    height: var(--panel-h);
    overflow: hidden;
    position: relative;
}
.spots-panel__status {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    font-family: "Barlow Semi Condensed", system-ui, sans-serif;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    background: rgba(0,0,0,0.18);
}
.spots-panel__status-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #6580c4;
    box-shadow: 0 0 0 3px rgba(101,128,196,0.22);
    transition: background .15s, box-shadow .15s;
}
.spots-explore__panel.is-locked .spots-panel__status { color: #fff; background: rgba(101,128,196,0.18); }
.spots-explore__panel.is-locked .spots-panel__status-dot { background: #4ade80; box-shadow: 0 0 0 3px rgba(74,222,128,0.25); }
.spots-panel__active {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 18px 22px 20px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.18) transparent;
}
.spots-panel__active::-webkit-scrollbar { width: 6px; }
.spots-panel__active::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.18); border-radius: 3px; }
.spots-panel__kpis {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.08);
    border-radius: 6px;
    overflow: hidden;
}
.spots-panel__kpis > div {
    background: #0a0f1a;
    padding: 12px 10px;
    text-align: center;
}
.spots-panel__kpi-lbl {
    font-family: "Barlow Semi Condensed", system-ui, sans-serif;
    font-weight: 700;
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.5);
    margin: 0 0 4px;
}
.spots-panel__kpi-val {
    font-family: "Barlow Condensed", system-ui, sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    margin: 0;
    letter-spacing: -0.01em;
}
.spots-panel__section-title {
    font-family: "Barlow Semi Condensed", system-ui, sans-serif;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.5);
    margin: 0 0 10px;
}
.spots-panel__levels {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.spots-panel__levels li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    line-height: 1.4;
    color: rgba(255,255,255,0.85);
    font-family: "Barlow Semi Condensed", system-ui, sans-serif;
}
.spots-panel__levels .dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}
.dot--easy { background: #4ade80; box-shadow: 0 0 0 3px rgba(74,222,128,0.18); }
.dot--medium { background: #fbbf24; box-shadow: 0 0 0 3px rgba(251,191,36,0.18); }
.dot--hard { background: #f87171; box-shadow: 0 0 0 3px rgba(248,113,113,0.18); }

.spots-panel__tip {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    padding: 14px 16px;
}
.spots-panel__tip-name {
    font-family: "Barlow Condensed", system-ui, sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.15;
    margin: 0 0 6px;
    color: #fff;
}
.spots-panel__tip-desc {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255,255,255,0.7);
    margin: 0 0 12px;
}
.spots-panel__cta {
    display: inline-block;
    background: #fff;
    color: #0a0f1a;
    padding: 9px 14px;
    border-radius: 5px;
    font-family: "Barlow Semi Condensed", system-ui, sans-serif;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: transform .15s;
}
.spots-panel__cta:hover { transform: translateY(-1px); }
.spots-panel__hint {
    margin: auto 0 0;
    text-align: center;
    font-size: 11.5px;
    color: rgba(255,255,255,0.45);
    font-family: "Barlow Semi Condensed", system-ui, sans-serif;
    letter-spacing: 0.04em;
}

/* Contenu fiche spot (toujours visible, jamais hidden) */
.spots-panel__active > * + * { margin-top: 14px; }
.spots-panel__active-img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 8px;
    background: #1a2744;
}
.spots-panel__active-rank {
    font-family: "Barlow Condensed", system-ui, sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 1;
    color: rgba(255,255,255,0.18);
    margin: 0;
    letter-spacing: -0.02em;
}
.spots-panel__active-name {
    font-family: "Barlow Condensed", system-ui, sans-serif;
    font-weight: 900;
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: -8px 0 4px;
    color: #fff;
}
.spots-panel__active-loc {
    font-family: "Barlow Semi Condensed", system-ui, sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.5);
    margin: 0;
}
.spots-panel__active-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.spots-panel__active-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.85);
    font-family: "Barlow Semi Condensed", system-ui, sans-serif;
    font-weight: 600;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 100px;
}
.spots-panel__active-pill .dot { width: 7px; height: 7px; border-radius: 50%; }
.spots-panel__active-desc {
    font-size: 13.5px;
    line-height: 1.55;
    color: rgba(255,255,255,0.85);
    margin: 0;
}
.spots-panel__active-best {
    font-family: "Barlow Semi Condensed", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #6580c4;
    margin: 0;
    letter-spacing: 0.04em;
}
.spots-panel__active-actions {
    margin-top: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}
@media (min-width: 540px) {
    .spots-panel__active-actions { grid-template-columns: 1fr 1fr; }
}
.spots-panel__active-actions a {
    text-align: center;
    padding: 11px 14px;
    border-radius: 6px;
    font-family: "Barlow Semi Condensed", system-ui, sans-serif;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: transform .15s;
}
.spots-panel__active-actions a:hover { transform: translateY(-1px); }
.spots-panel__active-actions .is-primary { background: #fff; color: #0a0f1a; }
.spots-panel__active-actions .is-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.25); }

/* ─── Sidebar : autres spots + mini-shop affiliés ─── */
.side-spots { list-style: none; padding: 0; margin: 0 0 12px; display: flex; flex-direction: column; gap: 10px; }
.side-spots__item {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    color: inherit;
    padding: 6px;
    border-radius: 8px;
    transition: background .12s;
}
.side-spots__item:hover { background: #f7f8fa; }
.side-spots__img { width: 64px; height: 64px; object-fit: cover; border-radius: 6px; background: #eef0f4; }
.side-spots__body { min-width: 0; }
.side-spots__name {
    font-family: "Barlow Condensed", system-ui, sans-serif;
    font-weight: 800;
    font-size: 15px;
    line-height: 1.15;
    color: #0a0f1a;
    margin: 0 0 4px;
    letter-spacing: -0.01em;
}
.side-spots__meta {
    font-family: "Barlow Semi Condensed", system-ui, sans-serif;
    font-size: 11.5px;
    color: #4a5970;
    margin: 0;
    line-height: 1.3;
}
.side-spots__lvl {
    display: inline-block;
    padding: 1px 6px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 2px;
}
.side-spots__lvl--easy { background: rgba(74,222,128,0.18); color: #0f5e2a; }
.side-spots__lvl--medium { background: rgba(251,191,36,0.20); color: #8a4d10; }
.side-spots__lvl--hard { background: rgba(248,113,113,0.20); color: #8e1c2e; }
.side-spots__all {
    display: block;
    text-align: center;
    background: #0a0f1a;
    color: #fff;
    padding: 9px 14px;
    border-radius: 6px;
    font-family: "Barlow Condensed", system-ui, sans-serif;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: transform .12s;
}
.side-spots__all:hover { transform: translateY(-1px); }

/* Mini-shop affiliés sidebar */
.side-shop {
    background: #f7f8fa;
    border: 1px solid #e3e6ec;
    border-radius: 10px;
    padding: 16px;
}
.side-shop__kicker {
    font-family: "Barlow Semi Condensed", system-ui, sans-serif;
    font-weight: 700;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #4a5970;
    margin: 0 0 4px;
}
.side-shop__title {
    font-family: "Barlow Condensed", system-ui, sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #0a0f1a;
    margin: 0 0 12px;
    letter-spacing: -0.01em;
}
.side-shop__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.side-shop__row {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 6px;
    border-radius: 6px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    border: 1px solid transparent;
    transition: border-color .12s, transform .12s;
}
.side-shop__row:hover { border-color: #0a0f1a; transform: translateX(2px); }
.side-shop__row img { width: 44px; height: 44px; object-fit: cover; border-radius: 4px; background: #eef0f4; }
.side-shop__name {
    font-family: "Barlow Condensed", system-ui, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    color: #0a0f1a;
    margin: 0 0 2px;
}
.side-shop__src {
    font-family: "Barlow Semi Condensed", system-ui, sans-serif;
    font-size: 10px;
    color: #6b7686;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.side-shop__src strong { color: #0a0f1a; }
.side-shop__price {
    font-family: "Barlow Condensed", system-ui, sans-serif;
    font-weight: 800;
    font-size: 14px;
    color: #0a0f1a;
    white-space: nowrap;
}

/* ─── Commentaires + mini-shop pleine largeur ─── */
.spots-incontent-shop {
    background: #f7f8fa;
    border: 1px solid #e3e6ec;
    border-radius: 12px;
    padding: 22px;
    margin: 32px 0;
}
.spots-incontent-shop__head { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.spots-incontent-shop__kicker {
    font-family: "Barlow Semi Condensed", system-ui, sans-serif;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #4a5970;
    margin: 0 0 4px;
}
.spots-incontent-shop__title {
    font-family: "Barlow Condensed", system-ui, sans-serif;
    font-weight: 800;
    font-size: clamp(20px, 3vw, 24px);
    margin: 0;
    color: #0a0f1a;
    letter-spacing: -0.01em;
}
.spots-incontent-shop__all {
    font-family: "Barlow Semi Condensed", system-ui, sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #0a0f1a;
    text-decoration: none;
}
.spots-incontent-shop__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
@media (min-width: 720px) { .spots-incontent-shop__grid { grid-template-columns: repeat(4, 1fr); } }
.spots-incontent-shop__card {
    background: #fff;
    border: 1px solid #e3e6ec;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: transform .15s, box-shadow .15s;
}
.spots-incontent-shop__card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(10,15,26,0.08); }
.spots-incontent-shop__img { width: 100%; aspect-ratio: 1/1; object-fit: cover; background: #eef0f4; }
.spots-incontent-shop__deck-size { display: flex; align-items: center; justify-content: center; aspect-ratio: 1/1; background: #eef0f4; font-family: "Barlow Condensed", system-ui, sans-serif; font-weight: 800; font-size: clamp(30px, 7vw, 40px); color: #1a2744; letter-spacing: -0.02em; line-height: 1; }
/* version post_content tout-span (anti-wpautop) */
.spots-incontent-shop__kicker, .spots-incontent-shop__title, .spots-incontent-shop__name, .spots-incontent-shop__src { display: block; }
/* Titre de taille (Conseils) cliquable -> carte produit + surbrillance carte ciblée */
.cn-sizelink { color: #1a2744; text-decoration: none; border-bottom: 2px solid rgba(26,39,68,0.28); transition: border-color .15s; white-space: nowrap; }
.cn-sizelink:hover { border-bottom-color: #1a2744; }
.cn-sizelink::after { content: " ↓"; font-weight: 800; }
.spots-incontent-shop__card { scroll-margin-top: 90px; }
.spots-incontent-shop__card:target { box-shadow: 0 0 0 3px #1a2744, 0 12px 30px rgba(26,39,68,0.28); transform: translateY(-3px); animation: n8DeckPulse 1.1s ease-out 1; }
@keyframes n8DeckPulse { 0% { box-shadow: 0 0 0 0 rgba(26,39,68,0.55); } 55% { box-shadow: 0 0 0 12px rgba(26,39,68,0.10), 0 0 0 3px #1a2744; } 100% { box-shadow: 0 0 0 3px #1a2744, 0 12px 30px rgba(26,39,68,0.28); } }
.spots-incontent-shop__body { padding: 10px 12px 12px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.spots-incontent-shop__name {
    font-family: "Barlow Condensed", system-ui, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    color: #0a0f1a;
    margin: 0;
}
.spots-incontent-shop__src {
    font-family: "Barlow Semi Condensed", system-ui, sans-serif;
    font-size: 10px;
    color: #6b7686;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.spots-incontent-shop__src strong { color: #c83a4a; }
.spots-incontent-shop__bottom { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 6px; }
.spots-incontent-shop__price {
    font-family: "Barlow Condensed", system-ui, sans-serif;
    font-weight: 800;
    font-size: 15px;
    color: #0a0f1a;
}
.spots-incontent-shop__cta {
    background: #0a0f1a;
    color: #fff;
    font-family: "Barlow Condensed", system-ui, sans-serif;
    font-weight: 800;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Section commentaires : utilise les classes mutualisées .nosk8-article__comments / .nosk8-comments__* / .nosk8-comment__* déjà définies dans css/article.css */

/* ─── FICHE INFO RAPIDE (header-card) ─── */
.spots-stats {
    background: #fff;
    border-bottom: 1px solid #e3e6ec;
    padding: 20px 0;
}
.spots-stats__wrap {
    max-width: 1200px; margin: 0 auto;
    padding: 0 18px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
@media (min-width: 720px) {
    .spots-stats__wrap { padding: 0 32px; grid-template-columns: repeat(4, 1fr); gap: 28px; }
}
.spots-stat__lbl { font-family: "Barlow Semi Condensed"; font-weight: 700; font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: #7a869c; margin: 0 0 4px; }
.spots-stat__val { font-family: "Barlow Condensed"; font-weight: 800; font-size: 18px; color: #0a0f1a; margin: 0; line-height: 1.1; }
.spots-stat__sub { font-size: 11px; color: #7a869c; }

/* ─── SPOT CARD inline (chaque spot dans l'article) ─── */
.spot-card {
    margin: 2em 0 2.4em;
    border: 1.5px solid #e3e6ec;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.spot-card__media {
    aspect-ratio: 16/9;
    background: #eef0f4;
    overflow: hidden;
}
.spot-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.spot-card__body { padding: 20px 22px; }
.spot-card__head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}
.spot-card__rank {
    font-family: "Barlow Condensed";
    font-weight: 900;
    font-size: 42px;
    line-height: 1;
    color: #0a0f1a;
    letter-spacing: -0.04em;
    flex-shrink: 0;
}
.spot-card__title-wrap { flex: 1; }
.spot-card__name {
    font-family: "Barlow Condensed";
    font-weight: 800;
    font-size: 22px;
    margin: 0;
    line-height: 1.15;
    letter-spacing: -0.01em;
}
.spot-card__loc {
    font-family: "Barlow Semi Condensed";
    font-weight: 600;
    font-size: 11px;
    color: #7a869c;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 2px;
}
.spot-card__pills {
    display: flex; flex-wrap: wrap; gap: 6px;
    margin: 6px 0 16px;
}
.spot-pill {
    display: inline-flex; align-items: center; gap: 5px;
    background: #f7f8fa;
    border: 1px solid #e3e6ec;
    border-radius: 100px;
    padding: 5px 11px;
    font-family: "Barlow Semi Condensed";
    font-weight: 600;
    font-size: 11px;
    color: #4a5970;
}
.spot-pill--easy   { background: #e9f7ef; border-color: #b7e4c7; color: #1d6b3d; }
.spot-pill--medium { background: #fff4e6; border-color: #f3c79a; color: #8a4d10; }
.spot-pill--hard   { background: #fde8ec; border-color: #f3a6b1; color: #8e1c2e; }
.spot-pill__dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.spot-card__desc { font-size: 14.5px; line-height: 1.6; color: #1a2744; margin: 0 0 14px; }
.spot-card__actions {
    display: grid; grid-template-columns: 1fr; gap: 8px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e3e6ec;
}
@media (min-width: 540px) { .spot-card__actions { grid-template-columns: 1fr 1fr; } }
.spot-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 7px;
    font-family: "Barlow Semi Condensed";
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: all .15s;
    border: 1.5px solid #0a0f1a;
}
.spot-btn--primary,
.nosk8-article__content .spot-btn--primary {
    background: #0a0f1a;
    color: #fff;
    text-decoration: none;
}
.spot-btn--primary:hover,
.nosk8-article__content .spot-btn--primary:hover { background: #1a2744; border-color: #1a2744; color: #fff; }
.spot-btn--ghost,
.nosk8-article__content .spot-btn--ghost {
    background: transparent;
    color: #0a0f1a;
    text-decoration: none;
}
.spot-btn--ghost:hover,
.nosk8-article__content .spot-btn--ghost:hover { background: #f7f8fa; color: #0a0f1a; }
/* Pictogramme externe inutile sur ces boutons même si rel="external" */
.nosk8-article__content .spot-btn::after { display: none !important; }

/* ─── CARTE RÉCAP en fin ─── */
.spots-map-full {
    background: #0a0f1a;
    padding: 48px 0 40px;
    color: #fff;
}
.spots-map-full__wrap { max-width: 1200px; margin: 0 auto; padding: 0 18px; }
@media (min-width: 720px) { .spots-map-full__wrap { padding: 0 32px; } }
.spots-map-full__title {
    font-family: "Barlow Condensed";
    font-weight: 800;
    font-size: clamp(24px, 3.5vw, 32px);
    margin: 0 0 6px;
    letter-spacing: -0.01em;
}
.spots-map-full__sub {
    font-family: "Barlow Semi Condensed";
    font-weight: 500;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin: 0 0 24px;
}
#spots-map-full {
    width: 100%; height: 480px;
    border-radius: 8px;
    overflow: hidden;
}
.spots-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.spots-filter {
    background: rgba(255,255,255,0.05);
    border: 1.5px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.8);
    padding: 8px 14px;
    border-radius: 100px;
    font-family: "Barlow Semi Condensed";
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: all .15s;
}
.spots-filter:hover { border-color: rgba(255,255,255,0.4); color: #fff; }
.spots-filter.is-active { background: #fff; color: #0a0f1a; border-color: #fff; }

/* Leaflet override styles */
.leaflet-container { font-family: "Barlow", sans-serif !important; }
.leaflet-popup-content-wrapper {
    background: #0a0f1a;
    color: #fff;
    border-radius: 8px;
    padding: 0;
}
.leaflet-popup-tip { background: #0a0f1a; }
.leaflet-popup-content { margin: 0; font-size: 13px; }
.spot-popup-rich .leaflet-popup-content-wrapper { padding: 0; overflow: hidden; }
.spot-popup-rich .leaflet-popup-content { margin: 0; width: 240px !important; }
.spot-popup-rich .leaflet-popup-close-button { color: #fff !important; opacity: 0.7; top: 6px !important; right: 8px !important; z-index: 2; font-size: 20px !important; }
.spot-tooltip-clean { background: transparent !important; border: 0 !important; padding: 0 !important; box-shadow: none !important; }
.spot-tooltip-clean::before { border-top-color: #0a0f1a !important; }
.spot-marker:hover > div { transform: scale(1.15); }


/* =============================================================
 *  PORTRAIT  — single-portrait (catégorie ID 42 / slug "portraits")
 *  Fiche athlète sticky, timeline carrière, setup matos, sponsors
 * ============================================================= */

/* ─── PORTRAIT HERO : photo plein écran + nom géant en overlay ─── */
.portrait-hero {
    position: relative;
    height: 70vh;
    min-height: 480px;
    overflow: hidden;
    background: #0a0f1a;
}
.portrait-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}
.portrait-hero__gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(10,15,26,0.3) 0%, rgba(10,15,26,0.4) 60%, rgba(10,15,26,0.95) 100%);
}
.portrait-hero__inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px 18px 36px;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}
@media (min-width: 720px) { .portrait-hero__inner { padding: 40px 32px 48px; } }
.portrait-hero__kicker {
    font-family: "Barlow Semi Condensed";
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.7);
    margin: 0 0 8px;
}
.portrait-hero__name {
    font-family: "Barlow Condensed";
    font-weight: 900;
    font-size: clamp(48px, 11vw, 120px);
    line-height: 0.92;
    letter-spacing: -0.03em;
    margin: 0 0 12px;
    color: #fff;
}
.portrait-hero__tagline {
    font-family: "Source Serif Pro";
    font-style: italic;
    font-size: clamp(16px, 2.2vw, 20px);
    line-height: 1.4;
    color: rgba(255,255,255,0.85);
    max-width: 620px;
    margin: 0 0 18px;
}
.portrait-hero__meta {
    display: flex; flex-wrap: wrap; gap: 12px;
    font-family: "Barlow Semi Condensed";
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.6);
}
.portrait-hero__meta strong { color: #fff; }

/* ─── FICHE PRO STICKY (sidebar desktop) ─── */
.portrait-card {
    background: #0a0f1a !important;
    color: #fff !important;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(10,15,26,0.18);
}
.portrait-card__top {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.portrait-card__photo {
    width: 80px; height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
    border: 2px solid rgba(255,255,255,0.15);
}
.portrait-card__name {
    font-family: "Barlow Condensed";
    font-weight: 800;
    font-size: 22px;
    line-height: 1.1;
    margin: 0 0 4px;
    letter-spacing: -0.01em;
}
.portrait-card__pos {
    font-family: "Barlow Semi Condensed";
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.5);
    margin: 0;
}
.portrait-card__stat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.08);
}
.portrait-card__stat {
    background: #0a0f1a;
    padding: 14px 16px;
}
.portrait-card__stat-lbl {
    font-family: "Barlow Semi Condensed";
    font-weight: 700;
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.5);
    margin: 0 0 4px;
}
.portrait-card__stat-val {
    font-family: "Barlow Condensed";
    font-weight: 800;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.portrait-card__section {
    padding: 16px 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.portrait-card__section-title {
    font-family: "Barlow Semi Condensed";
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.4);
    margin: 0 0 10px;
}
.portrait-card__list { list-style: none; padding: 0; margin: 0; font-size: 12.5px; }
.portrait-card__list li {
    padding: 4px 0;
    color: rgba(255,255,255,0.85);
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
.portrait-card__list li span { color: rgba(255,255,255,0.5); font-size: 11.5px; }

.portrait-card__sponsors {
    display: flex; flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.sponsor-chip {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.85);
    font-family: "Barlow Semi Condensed";
    font-weight: 600;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
/* Carte portrait = fond foncé : forcer les liens (sponsors, sources) en blanc,
   sinon ils héritent de la couleur sombre de la prose → texte noir sur fond noir. */
.portrait-card a { color: #fff !important; }
.portrait-card a:hover { color: #fff !important; opacity: 0.8; }
.sponsor-chip a { color: inherit !important; text-decoration: none; }
.sponsor-chip:hover { background: rgba(255,255,255,0.12); }
.portrait-card__socials {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(255,255,255,0.08);
    border-top: 1px solid rgba(255,255,255,0.08);
}
.portrait-card__social {
    background: #0a0f1a;
    color: #fff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    font-family: "Barlow Semi Condensed";
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: background .15s;
}
.portrait-card__social:hover { background: #1a2744; }

/* ─── Durcissement prose : si une .portrait-card est embarquée DANS le corps
   d'article (.nosk8-article__content), la cascade prose (p/h/li/span) écrase la
   couleur héritée → texte sombre sur fond sombre = invisible. On force fond +
   texte en !important sur le conteneur ET chaque élément textuel.
   Cf [[css-bg-important-in-prose]] + [[dark-bg-white-text]]. ── */
.nosk8-article__content .portrait-card { background: #0a0f1a !important; color: #fff !important; }
.nosk8-article__content .portrait-card__stat { background: #0a0f1a !important; }
.nosk8-article__content .portrait-card__name,
.nosk8-article__content .portrait-card__stat-val,
.nosk8-article__content .portrait-card__list li { color: #fff !important; }
.nosk8-article__content .portrait-card__pos,
.nosk8-article__content .portrait-card__stat-lbl,
.nosk8-article__content .portrait-card__section-title,
.nosk8-article__content .portrait-card__list li span { color: rgba(255,255,255,0.6) !important; }
.nosk8-article__content .sponsor-chip { color: rgba(255,255,255,0.85) !important; }
.nosk8-article__content .portrait-card a,
.nosk8-article__content .portrait-card__social { color: #fff !important; }

/* ─── TIMELINE carrière — bandeau sombre dramatique, spine + jalons losange ───
   Embarquée dans la prose (post_content) → bg + couleurs en !important (sinon
   la prose claire override → texte invisible). Classes réellement utilisées :
   portrait-timeline / __label / __rail / __item / __year / __event. ── */
.portrait-timeline {
    background: #0a0f1a !important;
    color: #fff !important;
    border-radius: 14px;
    padding: 28px 20px 26px;
    margin: 32px 0;
    box-shadow: 0 24px 60px rgba(10,15,26,0.22);
    position: relative;
    overflow: hidden;
}
.portrait-timeline::before {
    content: ""; position: absolute; inset: 0 0 auto 0; height: 150px;
    background: radial-gradient(120% 100% at 0% 0%, rgba(255,255,255,0.09), transparent 62%);
    pointer-events: none;
}
.portrait-timeline__label,
.portrait-timeline__title {
    font-family: "Barlow Semi Condensed";
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #fff !important;
    margin: 0 0 30px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.14);
    position: relative;
}
.portrait-timeline__label::after,
.portrait-timeline__title::after {
    content: ""; position: absolute; left: 0; bottom: -1px; width: 52px; height: 3px; background: #fff;
}
.portrait-timeline__rail {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
/* spine verticale lumineuse */
.portrait-timeline__rail::before {
    content: ""; position: absolute; left: 8px; top: 8px; bottom: 10px; width: 2px;
    background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,0.12) 100%);
}
.portrait-timeline__item {
    position: relative;
    padding: 0 0 22px 40px;
    display: flow-root; /* contient le mini-cadre floaté en desktop */
}
.portrait-timeline__item:last-child { padding-bottom: 0; }
/* jalon losange sur la spine (marqueur, pas de cercle autour d'une icône) */
.portrait-timeline__item::before {
    content: ""; position: absolute; left: 1px; top: 8px;
    width: 15px; height: 15px; background: #fff;
    transform: rotate(45deg);
    box-shadow: 0 0 0 4px #0a0f1a, 0 0 0 6px rgba(255,255,255,0.22);
}
.portrait-timeline__year {
    display: block;
    font-family: "Barlow Condensed";
    font-weight: 900;
    font-size: clamp(25px, 5vw, 36px);
    line-height: 0.92;
    letter-spacing: -0.02em;
    color: #fff !important;
    margin: 0 0 6px;
}
.portrait-timeline__event {
    display: block;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,0.82) !important;
    max-width: 62ch;
    margin: 0;
}
.portrait-timeline__event a { color: #fff !important; text-decoration: underline; }
.portrait-timeline__event em { color: #fff !important; font-style: italic; }

/* ─── Mini-cadre vidéo dans la timeline (vraie miniature YouTube, clic = vidéo) ───
   Immersion : chaque jalon "part/vidéo" montre la vraie image + triangle play +
   label chaîne, et lie directement vers la vidéo. ── */
.portrait-timeline__media {
    display: block; position: relative; width: 100%; max-width: 210px;
    aspect-ratio: 16/9; margin: 9px 0 8px; border-radius: 9px; overflow: hidden;
    border: 1px solid rgba(255,255,255,0.18); background: #000;
    box-shadow: 0 8px 22px rgba(0,0,0,0.35); text-decoration: none !important;
    transition: transform .15s, border-color .15s, box-shadow .15s;
}
.portrait-timeline__media img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(1.05) contrast(1.02); }
.portrait-timeline__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,0.55) 100%); pointer-events: none; }
.portrait-timeline__media:hover { transform: translateY(-2px); border-color: rgba(255,255,255,0.5); box-shadow: 0 12px 28px rgba(0,0,0,0.5); }
.portrait-timeline__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; display: flex; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.6)); pointer-events: none; }
.portrait-timeline__source { position: absolute; left: 8px; bottom: 6px; z-index: 2; font-family: "Barlow Semi Condensed", sans-serif; font-weight: 700; font-size: 9.5px; text-transform: uppercase; letter-spacing: 0.08em; color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.85); pointer-events: none; }

@media (min-width: 720px) {
    .portrait-timeline { padding: 36px 36px 34px; }
    .portrait-timeline__item { padding-left: 54px; }
    .portrait-timeline__rail::before { left: 11px; }
    .portrait-timeline__item::before { left: 4px; }
    .portrait-timeline__media { float: right; width: 200px; margin: 2px 0 10px 18px; }
}

/* ─── Setup (planche, wheels, etc.) ─── */
.portrait-setup {
    background: #fff;
    padding: 48px 0;
}
.portrait-setup__wrap { max-width: 1200px; margin: 0 auto; padding: 0 18px; }
@media (min-width: 720px) { .portrait-setup__wrap { padding: 0 32px; } }
.portrait-setup__title {
    font-family: "Barlow Condensed";
    font-weight: 800;
    font-size: clamp(24px, 3.5vw, 32px);
    margin: 0 0 6px;
    letter-spacing: -0.01em;
}
.portrait-setup__title::before { content: ""; display: inline-block; width: 28px; height: 3px; background: #0a0f1a; margin-right: 12px; vertical-align: middle; }
.portrait-setup__sub { font-family: "Barlow Semi Condensed"; font-weight: 500; font-size: 13px; color: #7a869c; margin: 0 0 30px; }
.portrait-setup__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
@media (min-width: 720px) { .portrait-setup__grid { grid-template-columns: repeat(4, 1fr); gap: 18px; } }
.setup-item {
    background: #f7f8fa;
    border: 1px solid #e3e6ec;
    border-radius: 10px;
    padding: 18px;
    text-align: center;
}
.setup-item__lbl { font-family: "Barlow Semi Condensed"; font-weight: 700; font-size: 9.5px; text-transform: uppercase; letter-spacing: 0.12em; color: #7a869c; margin: 0 0 6px; }
.setup-item__val { font-family: "Barlow Condensed"; font-weight: 800; font-size: 17px; margin: 0 0 2px; color: #0a0f1a; line-height: 1.1; }
.setup-item__brand { font-size: 11px; color: #4a5970; }
.setup-item a { color: #1a2744; text-decoration: none; font-weight: 600; font-size: 11.5px; display: inline-block; margin-top: 8px; }
.setup-item a:hover { text-decoration: underline; }



/* =============================================================
 *  TRICKS  — single-tricks (catégorie slug "tricks")
 *  Grille tr-tech (niveau, prérequis, temps) + tr-frames (étapes)
 * ============================================================= */

/* Spécificités Tricks : header technique (level, prérequis, temps), étapes vidéo frames, fails communs */
.tr-tech {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 24px 0;
}
@media (min-width: 540px) { .tr-tech { grid-template-columns: repeat(3, 1fr); } }
.tr-tech__item {
    background: #f7f8fa;
    border: 1px solid #e3e6ec;
    border-radius: 8px;
    padding: 14px 16px;
}
.tr-tech__lbl {
    font-family: "Barlow Semi Condensed";
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #4a5970;
    margin: 0 0 4px;
}
.tr-tech__val {
    font-family: "Barlow Condensed";
    font-weight: 800;
    font-size: 16px;
    color: #0a0f1a;
    margin: 0;
}

.tr-frames {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 28px 0;
    counter-reset: frame;
}
@media (min-width: 720px) { .tr-frames { grid-template-columns: repeat(2, 1fr); } }
.tr-frame {
    counter-increment: frame;
    background: #fff;
    border: 1px solid #e3e6ec;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.tr-frame__img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    background: #eef0f4;
    display: block;
}
.tr-frame__num {
    position: absolute;
    top: 10px; left: 10px;
    background: rgba(10,15,26,0.85);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    color: #fff;
    width: 36px; height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Barlow Condensed";
    font-weight: 900;
    font-size: 16px;
}
.tr-frame__num::before { content: counter(frame); }
.tr-frame__body { padding: 14px 16px 16px; }
.tr-frame__title {
    font-family: "Barlow Condensed";
    font-weight: 800;
    font-size: 16px;
    margin: 0 0 4px;
    color: #0a0f1a;
}
.tr-frame__text { margin: 0; line-height: 1.5; font-size: 13.5px; color: #1a2744; }

.tr-fails {
    background: rgba(200,58,74,0.05);
    border: 1px solid rgba(200,58,74,0.20);
    border-radius: 10px;
    padding: 22px;
    margin: 28px 0;
}
.tr-fails__title {
    font-family: "Barlow Condensed";
    font-weight: 800;
    font-size: 18px;
    color: #c83a4a;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.tr-fails__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.tr-fails__list li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; font-size: 14px; line-height: 1.5; color: #1a2744; }
.tr-fails__list li::before { content: "✕"; color: #c83a4a; font-weight: 800; }
.tr-fails__list strong { color: #0a0f1a; }

.tr-prereq {
    background: rgba(101,128,196,0.06);
    border-left: 4px solid #6580c4;
    padding: 16px 20px;
    border-radius: 0 8px 8px 0;
    margin: 24px 0;
}
.tr-prereq__title {
    font-family: "Barlow Semi Condensed";
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1a2744;
    margin: 0 0 8px;
}
.tr-prereq__items { display: flex; flex-wrap: wrap; gap: 6px; }
.tr-prereq__items a {
    background: #fff;
    border: 1px solid #d8dde6;
    padding: 5px 11px;
    border-radius: 100px;
    font-family: "Barlow Semi Condensed";
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    color: #0a0f1a;
}
.tr-prereq__items a:hover { border-color: #0a0f1a; }



/* =============================================================
 *  EVENTS  — single-events (catégorie ID 41 / slug "evenements"|"events")
 *  Sticky info event (date, lieu, inscription), grille ev-card
 * ============================================================= */

/* Spécificités Events : sticky info, mini-carte, countdown, lineup */
.ev-sticky {
    position: sticky; top: 56px;
    z-index: 100;
    background: rgba(10, 15, 26, 0.94);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
            backdrop-filter: blur(18px) saturate(180%);
    color: #fff;
    padding: 12px 18px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
}
.ev-sticky__info { display: flex; gap: 14px; flex-wrap: wrap; font-family: "Barlow Semi Condensed"; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(255,255,255,0.6); }
.ev-sticky__info strong { color: #fff; font-weight: 700; }
.ev-sticky__cta {
    background: #fff !important;
    color: #0a0f1a !important;
    padding: 8px 16px;
    border-radius: 5px;
    font-family: "Barlow Condensed";
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none !important;
}

.ev-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 28px 0;
}
@media (min-width: 720px) { .ev-grid { grid-template-columns: 1fr 1fr; } }
.ev-card {
    background: #f7f8fa;
    border: 1px solid #e3e6ec;
    border-radius: 10px;
    padding: 20px;
}
.ev-card__lbl {
    font-family: "Barlow Semi Condensed";
    font-weight: 700;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #4a5970;
    margin: 0 0 6px;
}
.ev-card__val {
    font-family: "Barlow Condensed";
    font-weight: 800;
    font-size: 22px;
    color: #0a0f1a;
    margin: 0 0 4px;
    line-height: 1.1;
}
.ev-card__sub { font-size: 13px; color: #4a5970; margin: 0; }

.ev-lineup {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}
@media (min-width: 720px) { .ev-lineup { grid-template-columns: 1fr 1fr; } }
.ev-lineup li {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 10px;
    background: #fff;
    border: 1px solid #e3e6ec;
    border-radius: 8px;
}
.ev-lineup img { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; background: #eef0f4; }
.ev-lineup__name { font-family: "Barlow Condensed"; font-weight: 800; font-size: 15px; margin: 0; color: #0a0f1a; }
.ev-lineup__meta { font-family: "Barlow Semi Condensed"; font-size: 11px; color: #7a869c; margin: 0; text-transform: uppercase; letter-spacing: 0.05em; }
.ev-lineup__hour {
    font-family: "Barlow Condensed";
    font-weight: 800;
    font-size: 14px;
    color: #0a0f1a;
    background: rgba(10,15,26,0.06);
    padding: 4px 10px;
    border-radius: 4px;
}



/* =============================================================
 *  CHRONIQUES  — single-43 / slug "chroniques"
 *  Drop-cap + bloc auteur signature + pull-quote (modifier .nosk8-article--chroniques)
 * ============================================================= */

/* Spécificités catégorie Chroniques : drop cap géant, auteur signature, pull quote dramatique */
.chr-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 0;
    margin: 24px 0;
    border-top: 1px solid #e3e6ec;
    border-bottom: 1px solid #e3e6ec;
}
.chr-author__avatar {
    width: 56px; height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: #1a2744;
    box-shadow: 0 4px 12px rgba(10,15,26,0.18);
    display: block;
}
.chr-author__body { min-width: 0; }
.chr-author__name {
    font-family: "Barlow Condensed";
    font-weight: 800;
    font-size: 17px;
    color: #0a0f1a;
    margin: 0 0 2px;
}
.chr-author__role {
    font-family: "Barlow Semi Condensed";
    font-size: 11.5px;
    color: #4a5970;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 6px;
}
.chr-author__bio { font-size: 13.5px; color: #1a2744; line-height: 1.5; margin: 0; }
.chr-author__bio em { font-style: italic; color: #4a5970; }

.chr-drop-cap {
    overflow: visible;
}
.chr-drop-cap::first-letter {
    font-family: "Source Serif Pro", Georgia, serif;
    font-weight: 600;
    float: left;
    font-size: 5.2em;
    line-height: 0.75;
    padding: 0 14px 0 0;
    /* margin-top négatif → la lettre monte, queue ne touche plus la ligne d'en bas */
    margin: -8px 0 0 0;
    color: #0a0f1a;
    position: relative;
    z-index: 2;
}

.chr-pullquote-dramatic,
.nosk8-article__content .chr-pullquote-dramatic {
    margin: 40px -8px;
    padding: 32px 28px;
    background: #0a0f1a !important;
    color: #fff !important;
    border-radius: 12px;
    font-family: "Source Serif Pro", Georgia, serif;
    font-style: italic;
    font-size: clamp(20px, 3vw, 26px);
    line-height: 1.35;
    text-align: center;
    position: relative;
    border: 0;
}
.chr-pullquote-dramatic::before {
    content: "\201C";
    position: absolute;
    top: -8px; left: 16px;
    font-size: 80px;
    line-height: 1;
    color: rgba(255,255,255,0.18);
    font-family: "Source Serif Pro", Georgia, serif;
}
.chr-pullquote-dramatic cite,
.nosk8-article__content .chr-pullquote-dramatic cite {
    display: block;
    margin-top: 16px;
    font-family: "Barlow Semi Condensed";
    font-style: normal;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}



/* =============================================================
 *  CONSEILS  — single-1 / slug "conseils"
 *  Callout "à retenir" + grille tips 2 cols (modifier .nosk8-article--conseils)
 * ============================================================= */

/* Spécificités catégorie Conseils : difficulté, encadrés, FAQ */
.cn-difficulty {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    background: #1a2744;
    border: 0;
    border-left: 5px solid #4ade80;
    padding: 12px 20px;
    border-radius: 8px;
    margin: 10px 0 26px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #fff;
    box-shadow: 0 6px 18px rgba(26,39,68,0.20);
}
.cn-difficulty__dot { width: 11px; height: 11px; border-radius: 50%; background: #4ade80; flex: 0 0 auto;
    box-shadow: 0 0 0 4px rgba(74,222,128,0.22), 0 0 10px #4ade80; }
.cn-difficulty--medium { border-left-color: #fbbf24; }
.cn-difficulty--medium .cn-difficulty__dot { background: #fbbf24; box-shadow: 0 0 0 4px rgba(251,191,36,0.22), 0 0 10px #fbbf24; }
.cn-difficulty--hard { border-left-color: #f87171; }
.cn-difficulty--hard .cn-difficulty__dot { background: #f87171; box-shadow: 0 0 0 4px rgba(248,113,113,0.22), 0 0 10px #f87171; }

.cn-box {
    background: #f7f8fa;
    border-left: 4px solid #0a0f1a;
    padding: 18px 22px;
    margin: 24px 0;
    border-radius: 0 8px 8px 0;
}
.cn-box--warn { border-left-color: #c83a4a; background: rgba(200,58,74,0.06); }
.cn-box--tip { border-left-color: #1a5d3e; background: rgba(26,93,62,0.06); }
.cn-box__title {
    font-family: "Barlow Condensed";
    font-weight: 800;
    font-size: 14px;
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0a0f1a;
}
.cn-box--warn .cn-box__title { color: #c83a4a; }
.cn-box--tip .cn-box__title { color: #1a5d3e; }
.cn-box p { margin: 0; line-height: 1.55; font-size: 14.5px; }

.cn-steps { list-style: none; padding: 0; margin: 24px 0; counter-reset: step; }
.cn-steps > li {
    counter-increment: step;
    position: relative;
    padding: 18px 18px 18px 70px;
    border: 1px solid #e3e6ec;
    border-radius: 8px;
    margin-bottom: 14px;
    background: #fff;
}
.cn-steps > li::before {
    content: counter(step);
    position: absolute;
    left: 16px; top: 16px;
    width: 38px; height: 38px;
    background: #0a0f1a;
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Barlow Condensed";
    font-weight: 900;
    font-size: 18px;
}
.cn-steps h3 {
    font-family: "Barlow Condensed";
    font-weight: 800;
    font-size: 18px;
    margin: 0 0 6px;
    color: #0a0f1a;
}
.cn-steps p { margin: 0; line-height: 1.55; color: #1a2744; font-size: 14.5px; }

.cn-faq { margin: 32px 0; }
.cn-faq__title {
    font-family: "Barlow Condensed";
    font-weight: 800;
    font-size: clamp(22px, 3vw, 28px);
    margin: 0 0 18px;
}
.cn-faq details {
    background: #f7f8fa;
    border: 1px solid #e3e6ec;
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 0;
}
.cn-faq details[open] { background: #fff; border-color: #0a0f1a; }
.cn-faq summary {
    cursor: pointer;
    padding: 14px 18px;
    font-family: "Barlow Condensed";
    font-weight: 700;
    font-size: 15px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cn-faq summary::-webkit-details-marker { display: none; }
.cn-faq summary::after { content: "+"; font-size: 22px; color: #0a0f1a; transition: transform .2s; }
.cn-faq details[open] summary::after { content: "−"; }
.cn-faq details > p { margin: 0; padding: 0 18px 18px; line-height: 1.55; font-size: 14.5px; color: #1a2744; }
