/* ==========================================================================
 * PÉPITES DÉCOUVERTES — HOME.CSS (Fichier Unique Optimisé)
 * ==========================================================================
 * SOMMAIRE :
 * 1. Tokens & Base
 * 2. Splash Hero (Socle + Variantes)
 * 3. Composants Communs (Ticker, Headings)
 * 4. Sections de Contenu (A la une, TV, Films & Reels, Carnet, Agenda...)
 * 5. Utilitaires & Composants Transverses (Newsletter, Boutons)
 * 6. Home Polish (Ajustements finaux et surcharges)
 * ========================================================================== */

/* ==========================================================================
 * 1. TOKENS & BASE
 * ========================================================================== */
:root {
    --paper: #ffffff;
    --warm: #f8f9fa;
    --white: #ffffff;
    --ink: #000000;
    --ink2: #1a1a1a;
    --muted: #6c757d;
    --rule: #e9ecef;
    --acc: #ff6233;
    --acc-pale: #fff0eb;
    --S: "Montserrat", system-ui, sans-serif;
    --D: "Lora", Georgia, serif;
    --W: 1350px;
    --G: clamp(20px, 4vw, 50px);
}

:root[data-theme="dark"] {
    --ink: #ffffff;
    --ink2: #f8f9fa;
    --muted: #adb5bd;
    --paper: #111111;
    --warm: #1a1a1a;
    --rule: #2c2c2c;
    --white: #111111;
    --acc: #ff6233;
    --acc-pale: #2a1f1a;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--S);
    background: var(--paper);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    transition: background 0.3s, color 0.3s;
}

a { text-decoration: none; color: inherit; }

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.w {
    max-width: var(--W);
    margin: 0 auto;
    padding-inline: var(--G);
}

.ey {
    font-family: var(--S);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--acc);
}

.home-block-intro__text {
    max-width: 64ch;
    font-family: var(--S);
    font-size: 1.08rem;
    line-height: 1.72;
    color: var(--ink2);
}
.home-block-intro__text--chroniques { max-width: 78ch; }
.home-block-intro__text--contributors { max-width: 72ch; }

.home-section-intro {
    margin: 12px 0 22px;
    max-width: 70ch;
    font-family: var(--S);
    font-size: 1rem;
    line-height: 1.72;
    color: var(--ink2);
}
.home-section-intro--agenda { max-width: 78ch; }

.mt-20 { margin-top: 16px; }


/* ==========================================================================
 * 2. SPLASH HERO (Socle partagé)
 * ========================================================================== */
.splash-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: clamp(380px, 40vw, 540px);
    overflow: hidden;
    background: #f4f0eb;
}

.splash-hero__bg, .splash-hero__bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.splash-hero__bg img { object-fit: cover; }
.splash-hero__overlay { position: absolute; inset: 0; }

.splash-hero__inner {
    position: relative;
    z-index: 1;
    min-height: inherit;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 320px);
    grid-template-areas: "content card" "signature signature";
    align-items: end;
    column-gap: clamp(24px, 3vw, 44px);
    row-gap: clamp(16px, 2vw, 24px);
    padding-top: clamp(34px, 4vw, 56px);
    padding-bottom: clamp(28px, 3.4vw, 42px);
}

.splash-hero__content { grid-area: content; max-width: 980px; align-self: center; }
.splash-hero__media { grid-area: media; align-self: center; }

.splash-hero__media-frame {
    width: 100%;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 55px rgba(39, 24, 18, 0.14);
}
.splash-hero__media-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.splash-hero--no-featured .splash-hero__inner { grid-template-columns: minmax(0, 1fr); }

.splash-hero__brand {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: clamp(12px, 1.4vw, 18px);
    margin-bottom: 14px;
}

.splash-hero__brand-mark {
    display: block;
    width: clamp(56px, 6vw, 88px);
    height: auto;
    flex: 0 0 auto;
}

.splash-hero__brand-wordmark {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-family: var(--S);
    font-size: clamp(2.1rem, 3.35vw, 3.8rem);
    font-weight: 800;
    line-height: 0.86;
    letter-spacing: -0.035em;
}
.splash-hero__brand-wordmark span:last-child { margin-top: -2px; }

.splash-hero__eyebrow {
    font-family: var(--S);
    font-size: clamp(0.72rem, 0.85vw, 0.9rem);
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.splash-hero__title {
    font-family: var(--D);
    font-size: clamp(1.55rem, 2.35vw, 2.7rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.025em;
    max-width: none;
}

.splash-hero__lead {
    margin-top: 14px;
    max-width: 54ch;
    font-family: var(--S);
    font-size: clamp(0.98rem, 1.08vw, 1.08rem);
    line-height: 1.58;
}

.splash-hero__cta-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 20px; }
.splash-hero__socials-wrap { margin-top: 18px; }
.splash-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }

.splash-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    font-family: var(--S);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: background .18s, color .18s, border-color .18s, transform .18s;
}

.splash-btn:hover, .splash-social:hover, .splash-hero__card-cta:hover { transform: translateY(-1px); }
.splash-hero__actions .splash-btn, .splash-hero__card-cta { border-radius: 12px; }
.splash-hero__socials { display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }

.splash-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 12px;
    box-shadow: 0 10px 22px rgba(17, 19, 22, 0.12);
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.splash-social i { font-size: 1.05rem; }
.splash-social__label { display: none; }
.splash-social--instagram { color: #fff; background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 8%, #fd5949 42%, #d6249f 65%, #285AEB 100%); }
.splash-social--facebook { color: #fff; background: #1877f2; }
.splash-social--youtube { color: #fff; background: #ff0000; }
.splash-social--x { color: #fff; background: #111316; }
.splash-social--tiktok { color: #fff; background: linear-gradient(135deg, #25f4ee, #111316 44%, #fe2c55 100%); }
.splash-social--linkedin { color: #fff; background: #0a66c2; }

.splash-hero__tags { display: none; }

.splash-hero__card {
    grid-area: card;
    align-self: center;
    max-width: 340px;
    margin-left: auto;
    border-radius: 20px;
    padding: 22px 22px 20px;
    box-shadow: 0 22px 50px rgba(17, 19, 22, 0.15);
}

.splash-hero__card--inline { max-width: min(100%, 560px); margin: 22px 0 0; }
.splash-hero__card-label, .splash-hero__card-meta {
    font-family: var(--S);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.splash-hero__card-label { margin-bottom: 10px; }
.splash-hero__card-meta { margin-bottom: 10px; }
.splash-hero__card-title {
    font-family: var(--S);
    font-size: clamp(1.2rem, 1.5vw, 1.7rem);
    font-weight: 800;
    line-height: 1.08;
}
.splash-hero__card-excerpt { margin-top: 12px; font-size: 0.96rem; line-height: 1.58; }
.splash-hero__card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.splash-hero__signature {
    grid-area: signature;
    margin: 0;
    max-width: 46ch;
    font-family: var(--S);
    font-size: clamp(0.96rem, 1vw, 1.08rem);
    font-style: normal;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.015em;
}
.splash-hero__signature-line { display: block; }
.splash-hero__signature-line--top { white-space: nowrap; }
.splash-hero__signature-line--bottom { margin-top: 2px; white-space: nowrap; }
.splash-hero__signature-accent { color: inherit; }


/* --------------------------------------------------------------------------
 * 2a. VARIANTES DU HERO
 * -------------------------------------------------------------------------- */

/* Variante 0 — Dark Overlay */
.splash-hero--dark-overlay { background: #0f1114; }
.splash-hero--dark-overlay .splash-hero__overlay { background: linear-gradient(90deg, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.82) 38%, rgba(0,0,0,0.46) 64%, rgba(0,0,0,0.24) 100%); }
.splash-hero--dark-overlay .splash-hero__brand-wordmark { color: #fff; text-shadow: 0 8px 30px rgba(0,0,0,.28); }
.splash-hero--dark-overlay .splash-hero__eyebrow { color: rgba(255,255,255,0.88); }
.splash-hero--dark-overlay .splash-hero__eyebrow span, .splash-hero--dark-overlay .splash-hero__card-label, .splash-hero--dark-overlay .splash-hero__signature-line--top { color: var(--acc); }
.splash-hero--dark-overlay .splash-hero__title { color: #fff; }
.splash-hero--dark-overlay .splash-hero__lead, .splash-hero--dark-overlay .splash-hero__card-excerpt, .splash-hero--dark-overlay .splash-hero__card-meta, .splash-hero--dark-overlay .splash-hero__signature-line--bottom { color: rgba(255,255,255,0.90); }
.splash-hero--dark-overlay .splash-btn--primary { background: var(--acc); color: #fff; }
.splash-hero--dark-overlay .splash-btn--primary:hover { background: #e04a1f; }
.splash-hero--dark-overlay .splash-btn--secondary { color: #fff; border: 1px solid rgba(255,255,255,0.28); background: rgba(255,255,255,0.04); }
.splash-hero--dark-overlay .splash-btn--secondary:hover { border-color: rgba(255,255,255,0.52); background: rgba(255,255,255,0.12); }
.splash-hero--dark-overlay .splash-hero__card { background: rgba(15,17,20,0.88); border: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(8px); }
.splash-hero--dark-overlay .splash-hero__card-title { color: #fff; }
.splash-hero--dark-overlay .splash-hero__card-cta { color: #fff; border: 1px solid rgba(255,255,255,0.22); background: rgba(255,255,255,0.04); }
.splash-hero--dark-overlay .splash-hero__card-cta:hover { border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.12); }
.splash-hero--dark-overlay .splash-hero__signature { justify-self: end; align-self: end; text-align: right; border-radius: 18px; padding: 12px 16px; background: rgba(15,17,20,0.54); border: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(10px); }

/* Variante 1 — Soft Light */
.splash-hero--soft-light { background: #f3efea; }
.splash-hero--soft-light .splash-hero__overlay { background: linear-gradient(92deg, rgba(248,244,239,0.98) 0%, rgba(248,244,239,0.93) 36%, rgba(248,244,239,0.78) 58%, rgba(248,244,239,0.42) 78%, rgba(248,244,239,0.16) 100%); }
.splash-hero--soft-light .splash-hero__brand-wordmark, .splash-hero--soft-light .splash-hero__title { color: #1b2028; text-shadow: none; }
.splash-hero--soft-light .splash-hero__eyebrow { color: rgba(27,32,40,0.76); }
.splash-hero--soft-light .splash-hero__eyebrow span, .splash-hero--soft-light .splash-hero__card-label, .splash-hero--soft-light .splash-hero__signature-line--top { color: var(--acc); }
.splash-hero--soft-light .splash-hero__lead, .splash-hero--soft-light .splash-hero__card-excerpt, .splash-hero--soft-light .splash-hero__card-meta, .splash-hero--soft-light .splash-hero__signature-line--bottom { color: rgba(27,32,40,0.82); }
.splash-hero--soft-light .splash-btn--primary { background: var(--acc); color: #fff; }
.splash-hero--soft-light .splash-btn--primary:hover { background: #e04a1f; }
.splash-hero--soft-light .splash-btn--secondary { color: #111316; border: 1px solid rgba(17,19,22,0.18); background: rgba(255,255,255,0.74); }
.splash-hero--soft-light .splash-btn--secondary:hover { border-color: rgba(17,19,22,0.34); background: rgba(255,255,255,0.9); }
.splash-hero--soft-light .splash-hero__card, .splash-hero--soft-light .splash-hero__signature { background: rgba(255,255,255,0.82); border: 1px solid rgba(17,19,22,0.08); backdrop-filter: blur(10px); }
.splash-hero--soft-light .splash-hero__card-title { color: #1b2028; }
.splash-hero--soft-light .splash-hero__card-cta { color: #1b2028; border: 1px solid rgba(17,19,22,0.16); background: rgba(255,255,255,0.72); }
.splash-hero--soft-light .splash-hero__card-cta:hover { background: rgba(255,255,255,0.94); border-color: rgba(17,19,22,0.3); }
.splash-hero--soft-light .splash-hero__signature { justify-self: end; align-self: end; text-align: right; border-radius: 18px; padding: 12px 16px; }

/* Variante 2 — Editorial Split */
.splash-hero--editorial-split { background: linear-gradient(180deg, #f4f2ef 0%, #f2eeea 100%); }
.splash-hero--editorial-split .splash-hero__inner { grid-template-columns: minmax(0, 1.05fr) minmax(360px, 1fr); grid-template-areas: "content media"; align-items: center; gap: clamp(28px, 4vw, 68px); padding-top: clamp(38px, 4.4vw, 70px); padding-bottom: clamp(34px, 4vw, 56px); }
.splash-hero--editorial-split.splash-hero--no-featured .splash-hero__inner { grid-template-columns: minmax(0, 1.05fr) minmax(360px, 1fr); }
.splash-hero--editorial-split .splash-hero__content { max-width: 700px; }
.splash-hero--editorial-split .splash-hero__brand { position: relative; display: inline-block; margin-bottom: 18px; padding-right: 0; overflow: visible; }
.splash-hero--editorial-split .splash-hero__brand-line1 { position: relative; display: inline-block; }
.splash-hero--editorial-split .splash-hero__brand-mark { position: absolute; bottom: clamp(2px, 0.5vw, 8px); left: 62%; right: auto; top: auto; width: clamp(96px, 8vw, 128px); margin-top: 0; }
.splash-hero--editorial-split .splash-hero__brand-wordmark { color: #000; width: max-content; max-width: min(100%, 10ch); font-size: clamp(2.8rem, 6vw, 5.6rem); line-height: 0.9; letter-spacing: -0.055em; }
/*.splash-hero--editorial-split .splash-hero__eyebrow { display: none; }*/
.splash-hero--editorial-split .splash-hero__eyebrow {
    color: var(--acc);
}
.splash-hero--editorial-split .splash-hero__title { font-family: 'Lora', serif; font-weight: 700; margin-top: 4px; font-size: clamp(1.6rem, 2.25vw, 2.5rem); line-height: 1.04; letter-spacing: -0.02em; color: #111316; }
.splash-hero--editorial-split .splash-hero__lead { color: #15181d; font-family: var(--S); font-size: clamp(1rem, 1.08vw, 1.08rem); font-weight: 600; line-height: 1.24; }
.splash-hero--editorial-split .splash-hero__signature { margin-top: 18px; max-width: 34ch; color: #111316; background: none; border: 0; padding: 0; text-align: left; }
.splash-hero--editorial-split .splash-hero__signature-line--top, .splash-hero--editorial-split .splash-hero__signature-line--bottom { color: #111316; }
.splash-hero--editorial-split .splash-hero__signature-accent { color: var(--acc); }
.splash-hero--editorial-split .splash-btn--primary { background: var(--acc); color: #fff; box-shadow: 0 14px 28px rgba(255, 98, 51, 0.2); }
.splash-hero--editorial-split .splash-btn--secondary { color: #111316; background: rgba(255,255,255,0.72); border: 1px solid rgba(17,19,22,0.14); }
.splash-hero--editorial-split .splash-hero__media { justify-self: end; width: min(100%, 640px); }
.splash-hero--editorial-split .splash-hero__media-frame { aspect-ratio: 1.46 / 1; border: 10px solid rgba(255,255,255,0.72); border-radius: 28px; box-shadow: 0 26px 55px rgba(17,19,22,0.16); position: relative; overflow: hidden; }
.splash-hero--editorial-split .splash-hero__card { background: rgba(255,255,255,0.88); border: 1px solid rgba(17,19,22,0.08); }
.splash-hero--editorial-split .splash-hero__card-title, .splash-hero--editorial-split .splash-hero__card-excerpt, .splash-hero--editorial-split .splash-hero__card-meta { color: #111316; }
.splash-hero--editorial-split .splash-hero__card-label { color: var(--acc); }
.splash-hero--editorial-split .splash-hero__card-cta { color: #111316; border: 1px solid rgba(17,19,22,0.14); background: rgba(255,255,255,0.9); }

/* Diaporama pour Split */
.splash-hero-slideshow img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity 1.2s ease-in-out; }
.splash-hero-slideshow img.slide-active { opacity: 1; z-index: 2; }
.splash-hero-slideshow img.slide-hidden { opacity: 0; z-index: 1; }

/* Variante 3 — Signature Classic */
.splash-hero--signature-classic { background: #efe7dd; }
.splash-hero--signature-classic .splash-hero__overlay { background: linear-gradient(100deg, rgba(239,231,221,0.98) 0%, rgba(239,231,221,0.94) 34%, rgba(239,231,221,0.72) 56%, rgba(239,231,221,0.26) 78%, rgba(239,231,221,0.10) 100%); }
.splash-hero--signature-classic .splash-hero__inner { align-items: center; }
.splash-hero--signature-classic .splash-hero__content { padding: clamp(22px, 3vw, 36px); border-radius: 28px; background: rgba(255,249,242,0.78); border: 1px solid rgba(90,60,48,0.08); box-shadow: 0 26px 60px rgba(71, 47, 36, 0.1); backdrop-filter: blur(12px); }
.splash-hero--signature-classic .splash-hero__brand-wordmark, .splash-hero--signature-classic .splash-hero__title { color: #1e1815; text-shadow: none; }
.splash-hero--signature-classic .splash-hero__eyebrow { color: rgba(30,24,21,0.72); }
.splash-hero--signature-classic .splash-hero__eyebrow span, .splash-hero--signature-classic .splash-hero__card-label { color: var(--acc); }
.splash-hero--signature-classic .splash-hero__lead { color: rgba(30,24,21,0.84); }
.splash-hero--signature-classic .splash-btn--primary { background: #1e1815; color: #fff; }
.splash-hero--signature-classic .splash-btn--primary:hover { background: #000; }
.splash-hero--signature-classic .splash-btn--secondary { color: #1e1815; border: 1px solid rgba(30,24,21,0.16); background: rgba(255,255,255,0.66); }
.splash-hero--signature-classic .splash-btn--secondary:hover { background: rgba(255,255,255,0.88); }
.splash-hero--signature-classic .splash-hero__card { background: rgba(35, 23, 18, 0.82); border: 1px solid rgba(255,255,255,0.12); color: #fff; }
.splash-hero--signature-classic .splash-hero__card-title, .splash-hero--signature-classic .splash-hero__card-excerpt, .splash-hero--signature-classic .splash-hero__card-meta { color: rgba(255,255,255,0.92); }
.splash-hero--signature-classic .splash-hero__card-cta { color: #fff; border: 1px solid rgba(255,255,255,0.22); background: rgba(255,255,255,0.06); }
.splash-hero--signature-classic .splash-hero__signature { margin-top: 18px; max-width: 34ch; color: #2a1e19; background: none; border: 0; padding: 0; text-align: left; font-family: var(--D); font-style: italic; font-weight: 600; line-height: 1.28; }
.splash-hero--signature-classic .splash-hero__signature-line--top { color: #2a1e19; }
.splash-hero--signature-classic .splash-hero__signature-accent { color: var(--acc); }
.splash-hero--signature-classic .splash-hero__signature-line--bottom { color: rgba(42,30,25,0.9); }


/* ==========================================================================
 * 3. COMPOSANTS COMMUNS
 * ========================================================================== */

/* TICKER */
.ticker { background: #000000; overflow: hidden; height: 32px; display: flex; align-items: center; }
.ticker__t { display: flex; white-space: nowrap; animation: tk 44s linear infinite; }
.ticker__i { display: inline-flex; align-items: center; gap: 10px; padding: 0 30px; font-size: 0.65rem; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; color: rgba(255, 255, 255, 0.6); }
.ticker__i strong { color: #fff; font-weight: 700; }
.ticker__sep { color: var(--acc); opacity: 0.8; }
@keyframes tk { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* SECTION HEAD */
.sh { display: flex; align-items: flex-end; gap: clamp(14px, 2vw, 22px); padding: 18px 0 18px; }
.sh__t { display: inline-flex; align-items: baseline; gap: 10px; flex-wrap: wrap; font-family: var(--S); font-size: clamp(1.45rem, 2.45vw, 2.25rem); font-weight: 900; letter-spacing: 0.025em; line-height: 0.96; text-transform: uppercase; color: var(--ink); white-space: normal; text-wrap: balance; }
.sh__label { display: inline-block; }
.sh__slash { display: inline-block; color: var(--acc); font-size: 0.82em; font-weight: 900; line-height: 1; letter-spacing: -0.02em; transform: translateY(-0.02em); }
.sh__line { flex: 1; min-width: 42px; height: 2px; background: linear-gradient(90deg, color-mix(in srgb, var(--ink) 84%, transparent) 0%, color-mix(in srgb, var(--ink) 22%, transparent) 100%); opacity: 0.88; }
.sh__more { font-family: var(--S); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink2); white-space: nowrap; transition: color 0.18s; display: inline-flex; align-items: center; gap: 8px; }
.sh__more:hover { color: var(--acc); }
.sh__actions { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }


/* ==========================================================================
 * 4. SECTIONS DE CONTENU
 * ========================================================================== */

/* FOCUS HERO */
.hero { display: grid; grid-template-columns: 1.9fr 1fr; gap: clamp(26px, 3.6vw, 48px); min-height: 500px; padding-bottom: 20px; }
.hero__vis { position: relative; overflow: hidden; background: var(--rule); display: flex; flex-direction: column; justify-content: flex-end; border-radius: 4px; min-height: 410px; }
.hero__vis img { position: absolute; inset: 0; z-index: 0; transition: transform 0.9s ease; width: 100%; height: 100%; object-fit: cover; }
.hero__vis:hover img { transform: scale(1.03); }
.hero__grad { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%); pointer-events: none; }
.hero__cap { position: relative; z-index: 2; width: 100%; padding: clamp(20px, 2.6vw, 38px); margin-top: auto; }
.hero__tag { font-family: var(--S); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: #ffffff; background-color: var(--acc); padding: 6px 12px; border-radius: 4px; display: inline-block; margin-bottom: 14px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
.hero__h1 { font-family: var(--D); font-size: clamp(1.95rem, 3.25vw, 3rem); font-weight: 700; color: #fff; line-height: 1.08; max-width: 24ch; margin-bottom: 12px; }
.hero__lead { font-family: var(--S); font-size: 0.94rem; font-weight: 400; color: rgba(255, 255, 255, 0.9); line-height: 1.6; max-width: 44ch; }
.hero__side { display: flex; flex-direction: column; padding-top: 10px; }
.hero__now-label { font-family: var(--S); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); padding-bottom: 10px; border-bottom: 2px solid var(--ink); margin-bottom: 0; }
.s-item { padding: 20px 0; border-bottom: 1px solid var(--rule); cursor: pointer; display: block; }
.s-item:last-child { border-bottom: none; }
.s-item .ey { margin-bottom: 8px; }
.s-item__h { font-family: var(--D); font-size: 1.4rem; font-weight: 700; line-height: 1.2; transition: color 0.18s; color: var(--ink); }
.s-item:hover .s-item__h { color: var(--acc); }

/* PÉPITES TV */
.tv-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.tv-card { position: relative; overflow: hidden; cursor: pointer; background: #000000; display: block; border-radius: 8px; }
.tv-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.3) 55%, transparent 100%); }
.tv-card img { aspect-ratio: 9/13; transition: transform 0.6s ease; }
.tv-card:hover img { transform: scale(1.05); }
.tv-card__body { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; z-index: 1; }
.tv-card__play { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.45); background: rgba(0, 0, 0, 0.3); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 12px; transition: border-color 0.2s, transform 0.2s; }
.tv-card:hover .tv-card__play { border-color: var(--acc); transform: scale(1.1); }
.tv-card__play svg { width: 10px; height: 10px; fill: #fff; margin-left: 2px; }
.tv-card .ey { font-family: var(--S); margin-bottom: 8px; color: var(--acc-pale); opacity: 0.9; }
.tv-card__h { font-family: var(--D); font-size: 1.25rem; font-weight: 600; color: #fff; line-height: 1.2; }


/* ==========================================================================
 * PÉPITES PLAY (FILMS & REELS ASYMÉTRIQUE)
 * ========================================================================== */
.heavy-play-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    height: 600px;
}

.video-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: block;
    text-decoration: none;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.18);
}

.video-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
    transition: transform 0.8s ease, opacity 0.4s ease;
}

.video-card:hover img {
    transform: scale(1.05);
    opacity: 0.6;
}

.video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.5) 60%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    box-sizing: border-box;
    z-index: 2;
}

.badge-type {
    background-color: var(--acc);
    color: #fff;
    font-family: var(--S);
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 4px;
    align-self: flex-start;
    margin-bottom: 12px;
}

.video-title {
    color: #fff;
    font-family: var(--D);
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.video-meta {
    color: rgba(255,255,255,0.8);
    font-family: var(--S);
    font-size: 0.9rem;
    font-weight: 600;
}

/* CARTE FILM PRINCIPALE */
.featured-film {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.featured-film .video-title {
    font-size: clamp(1.4rem, 2vw, 1.8rem);
}

.featured-film .video-overlay {
    padding: clamp(25px, 3vw, 40px);
}

/* CARTES REELS */
.reel-item {
    grid-column: span 1;
    grid-row: span 1;
}

.reel-item .video-title {
    font-size: 1.1rem;
}

/* BOUTONS PLAY */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 3;
}

.play-btn-large {
    width: 80px;
    height: 80px;
    background: var(--acc);
    box-shadow: 0 0 0 0 rgba(255, 98, 51, 0.7);
    animation: pulse-orange 2s infinite;
}

.play-btn-large::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 22px;
    border-color: transparent transparent transparent white;
    margin-left: 6px;
}

@keyframes pulse-orange {
    0% { box-shadow: 0 0 0 0 rgba(255, 98, 51, 0.7); }
    70% { box-shadow: 0 0 0 20px rgba(255, 98, 51, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 98, 51, 0); }
}

.play-btn-small {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.5);
    opacity: 0;
    transform: translate(-50%, -40%);
}

.play-btn-small::after {
    content: '';
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent white;
    margin-left: 4px;
}

.video-card:hover .play-btn-small {
    opacity: 1;
    transform: translate(-50%, -50%);
    background: var(--acc);
    border-color: var(--acc);
}

/* RESPONSIVE PÉPITES PLAY */
@media (max-width: 992px) {
    .heavy-play-grid {
        height: auto;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
    .featured-film {
        grid-column: 1 / 3;
        aspect-ratio: 16/9;
    }
    .reel-item {
        aspect-ratio: 9/16;
    }
}

@media (max-width: 576px) {
    .heavy-play-grid {
        display: flex;
        flex-direction: column;
    }
    .featured-film {
        aspect-ratio: 4/3;
    }
    .reel-item {
        aspect-ratio: 16/9;
    }
    .play-btn-large {
        width: 60px; height: 60px;
    }
    .play-btn-large::after {
        border-width: 10px 0 10px 16px;
    }
}


/* À LA UNE / AUNE */
.aune { grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(28px, 3.8vw, 56px); align-items: start; display: grid; border-top: 1px solid var(--rule); padding-top: 10px; }
.aune-main { display: grid; gap: 22px; }
.aune-lead { display: grid; grid-template-columns: minmax(280px, 1.08fr) minmax(0, 0.92fr); gap: clamp(20px, 2.8vw, 32px); padding: 20px 0 24px; border-bottom: 1px solid var(--rule); text-decoration: none; }
.aune-lead__img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 14px; background: var(--warm); }
.aune-lead__img img { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; transition: transform 0.55s ease; }
.aune-lead:hover .aune-lead__img img { transform: scale(1.04); }
.aune-lead__body { display: flex; flex-direction: column; justify-content: center; padding: 8px 0; }
.aune-lead__body .ey { margin-bottom: 10px; }
.aune-lead__h { font-family: var(--D); font-size: clamp(1.9rem, 2.45vw, 2.35rem); font-weight: 700; line-height: 1.12; color: var(--ink); margin-bottom: 12px; transition: color 0.18s; }
.aune-lead:hover .aune-lead__h { color: var(--acc); }
.aune-lead__ex { font-family: var(--S); font-size: 0.96rem; line-height: 1.7; color: var(--ink2); display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.aune-lead__meta { margin-top: 14px; font-family: var(--S); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.aune-list { border-top: 1px solid var(--rule); }
.aune-item { display: grid; grid-template-columns: 112px 1fr; gap: 18px; border-bottom: 1px solid var(--rule); cursor: pointer; transition: background 0.15s; text-decoration: none; padding: 18px 0; }
.aune-item:hover { background: var(--warm); }
.aune-item:last-child { border-bottom: none; }
.aune-item__img { overflow: hidden; border-radius: 4px; }
.aune-item__img img { height: 88px; transition: transform 0.5s ease; }
.aune-item:hover .aune-item__img img { transform: scale(1.05); }
.aune-item__body { display: flex; flex-direction: column; justify-content: center; }
.aune-item__body .ey { margin-bottom: 6px; }
.aune-item__h { font-family: var(--D); font-size: 1.15rem; font-weight: 700; line-height: 1.2; color: var(--ink); margin-bottom: 6px; transition: color 0.18s; }
.aune-item:hover .aune-item__h { color: var(--acc); }
.aune-item__ex { font-family: var(--S); font-size: 0.86rem; font-weight: 400; color: var(--ink2); line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.aune-item__meta { margin-top: 8px; font-family: var(--S); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.aune__side { position: sticky; top: 120px; display: flex; flex-direction: column; gap: 24px; padding-bottom: 30px; }

/* SPONSOR SIDEBAR */
.sponsor-side { background: var(--paper); border-radius: 10px; overflow: hidden; padding: 0; border: 1px solid var(--rule); position: relative; z-index: 0; }
.sponsor-side__head { padding: 14px 18px; border-bottom: 1px solid var(--rule); background: var(--acc-pale); }
.sponsor-side__head .ey { margin: 0; color: var(--ink2); letter-spacing: 0.1em; }
.sponsor-side__media { display: flex; justify-content: center; align-items: center; padding: 14px 12px 16px; background: var(--paper); }
.sponsor-side .ad-iframe { display: block; width: min(100%, 300px); height: 250px; min-height: 250px; margin: 0 auto; border: none; background: transparent; max-width: 100%; }

/* CURATED SECTIONS (Recettes, Medias, Galeries) */
.sect-curated { padding: clamp(26px, 3.5vw, 40px); border-radius: 16px; }
.sect-curated .sh { padding-top: 0; margin-bottom: 30px; }
.sect-alt, .sect-warm { background: var(--warm); border: 1px solid var(--rule); }
.sect-dark { background: #111111; border: 1px solid #2a2a2a; }
.sect-dark .cur-head__h, .sect-dark .c-card__h, .sect-dark .sh__t { color: #ffffff; }
.sect-dark .cur-head__p { color: #adb5bd; }
.sect-dark .sh__line { background: #333333; }

.cur-grid { display: grid; grid-template-columns: minmax(240px, 280px) 1fr; gap: clamp(24px, 3vw, 44px); align-items: start; }
.cur-head { display: flex; flex-direction: column; justify-content: space-between; gap: 18px; min-height: 100%; }
.cur-head__h { font-family: var(--D); font-size: clamp(1.8rem, 2.2vw, 2.05rem); font-weight: 700; color: var(--ink); line-height: 1.1; margin-bottom: 15px; }
.cur-head__p { font-family: var(--S); font-size: 0.96rem; color: var(--ink2); line-height: 1.55; margin-bottom: 22px; max-width: 28ch; }
.cur-items { display: grid; gap: 22px; }
.cur-items--2 { grid-template-columns: 1fr 1fr; }
.cur-items--3 { grid-template-columns: 1fr 1fr 1fr; }
.c-card { display: flex; flex-direction: column; text-decoration: none; min-width: 0; }
.c-card .ey { margin-top: 2px; }
.c-card__img { border-radius: 8px; overflow: hidden; margin-bottom: 15px; background: var(--rule); aspect-ratio: 4/3; }
.c-card__img img { transition: transform 0.5s ease; }
.c-card:hover .c-card__img img { transform: scale(1.05); }
.c-card__h { font-family: var(--D); font-size: 1.18rem; font-weight: 700; color: var(--ink); line-height: 1.2; margin-top: 5px; transition: color 0.2s; }
.c-card:hover .c-card__h { color: var(--acc); }

.gal-card { position: relative; border-radius: 8px; overflow: hidden; aspect-ratio: 1/1; display: block; }
.gal-card img { transition: transform 0.6s ease; }
.gal-card:hover img { transform: scale(1.05); }
.gal-card__fallback { width: 100%; height: 100%; background: var(--ink); display: flex; align-items: center; justify-content: center; color: var(--paper); }
.gal-card__ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%); display: flex; align-items: flex-end; padding: 20px; }
.gal-card__h { font-family: var(--D); font-size: 1.2rem; color: #fff; }

/* CARNET */
.sect-carnet { background: var(--paper); border: 1px solid var(--rule); }
.sect-carnet .sh { padding-top: 0; margin-bottom: 28px; }
.carnet-grid { display: grid; grid-template-columns: minmax(240px, 300px) 1fr; gap: clamp(24px, 3vw, 42px); align-items: start; }
.carnet-copy { padding-top: 4px; }
.carnet-copy__eyebrow { font-family: var(--S); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--acc); margin-bottom: 12px; }
.carnet-copy__h { font-family: var(--D); font-size: clamp(1.85rem, 2.3vw, 2.2rem); line-height: 1.12; color: var(--ink); margin-bottom: 14px; }
.carnet-copy__p { font-family: var(--S); font-size: 0.95rem; line-height: 1.65; color: var(--ink2); max-width: 31ch; }
.carnet-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.carnet-card { display: flex; flex-direction: column; text-decoration: none; background: var(--warm); border: 1px solid var(--rule); border-radius: 12px; overflow: hidden; min-height: 100%; transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; }
.carnet-card:hover { transform: translateY(-2px); border-color: rgba(255, 98, 51, 0.32); box-shadow: 0 12px 28px rgba(17, 19, 22, 0.08); }
.carnet-card__img { aspect-ratio: 4 / 3; background: var(--rule); overflow: hidden; }
.carnet-card__img img { transition: transform 0.55s ease; }
.carnet-card:hover .carnet-card__img img { transform: scale(1.04); }
.carnet-card__body { padding: 16px 16px 18px; }
.carnet-card__body .ey { margin-bottom: 8px; }
.carnet-card__h { font-family: var(--D); font-size: 1.2rem; line-height: 1.18; color: var(--ink); transition: color 0.18s; }
.carnet-card:hover .carnet-card__h { color: var(--acc); }
.carnet-card__ex { margin-top: 10px; font-family: var(--S); font-size: 0.88rem; line-height: 1.6; color: var(--ink2); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* AGENDA BOOST & MINI */
.sh--agenda { align-items: flex-end; gap: 18px; }
.agenda-boost { margin-top: 4px; }
.agenda-boost__head-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.agenda-boost__kicker { font-family: var(--S); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink2); }
.agenda-boost__grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr); gap: 22px; }
.agenda-boost__lead { border: 1px solid var(--rule); border-radius: 16px; background: var(--white); overflow: hidden; }
.agenda-boost__lead-link { display: grid; grid-template-columns: minmax(210px, 250px) minmax(0, 1fr); min-height: 100%; color: inherit; text-decoration: none; }
.agenda-boost__poster { background: #f5f1eb; border-right: 1px solid var(--rule); display: flex; align-items: center; justify-content: center; min-height: 100%; padding: 16px; }
.agenda-boost__poster img { width: 100%; height: 100%; max-height: 360px; object-fit: contain; transition: transform 0.45s ease; }
.agenda-boost__lead:hover .agenda-boost__poster img { transform: scale(1.02); }
.agenda-boost__poster-fallback { width: 100%; min-height: 280px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(255,98,51,0.08), rgba(17,19,22,0.04)); color: var(--ink2); font-family: var(--S); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.agenda-boost__lead-body { display: flex; flex-direction: column; justify-content: center; padding: 26px 28px; }
.agenda-boost__lead-date, .agenda-mini__date { font-family: var(--S); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--acc); }
.agenda-boost__lead-title { margin-top: 10px; font-family: var(--D); font-size: clamp(1.9rem, 2.2vw, 2.35rem); line-height: 1.02; color: var(--ink); transition: color 0.18s ease; max-width: 16ch; }
.agenda-boost__lead:hover .agenda-boost__lead-title { color: var(--acc); }
.agenda-boost__lead-excerpt { margin-top: 12px; max-width: 42ch; font-family: var(--S); font-size: 0.93rem; line-height: 1.65; color: var(--ink2); }
.agenda-boost__lead-cta { margin-top: 18px; display: inline-flex; align-items: center; justify-content: center; align-self: flex-start; min-height: 44px; padding: 0 16px; border-radius: 999px; background: var(--ink); color: var(--paper); font-family: var(--S); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.04); }
.agenda-boost__rail { display: grid; gap: 12px; }
.agenda-mini { display: grid; grid-template-columns: 92px 1fr; gap: 14px; align-items: start; padding: 12px; border: 1px solid var(--rule); border-radius: 14px; background: var(--white); text-decoration: none; color: inherit; transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; }
.agenda-mini:hover { transform: translateY(-1px); border-color: rgba(255, 98, 51, 0.28); box-shadow: 0 10px 24px rgba(17,19,22,0.06); }
.agenda-mini__img { aspect-ratio: 1 / 1; border-radius: 10px; overflow: hidden; background: var(--rule); }
.agenda-mini__img img { width: 100%; height: 100%; object-fit: cover; }
.agenda-mini__title { margin-top: 8px; font-family: var(--D); font-size: 1.12rem; line-height: 1.14; color: var(--ink); transition: color 0.18s ease; }
.agenda-mini:hover .agenda-mini__title { color: var(--acc); }

.agenda-boost__bottom {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(18px, 3vw, 34px);
    align-items: center;
    margin-top: clamp(22px, 3vw, 30px);
    padding: clamp(22px, 3vw, 30px) clamp(20px, 3.4vw, 34px);
    border: 1px solid var(--ink);
    border-radius: 0;
    background: var(--ink);
    color: var(--paper);
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(17, 19, 22, 0.12);
}
.agenda-boost__bottom-copy { position: relative; z-index: 1; display: grid; gap: 8px; min-width: 0; padding-left: clamp(6px, 1vw, 12px); }
.agenda-boost__bottom-eyebrow { display: inline-flex; align-items: center; align-self: flex-start; min-height: 0; padding: 0; border-radius: 0; background: transparent; color: var(--acc); font-family: var(--S); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.agenda-boost__bottom-text { margin: 0; max-width: 68ch; color: var(--paper); font-size: clamp(1rem, 1.25vw, 1.16rem); font-weight: 800; line-height: 1.42; letter-spacing: -0.012em; }
.agenda-boost__bottom-cta.btn-dark { position: relative; z-index: 1; min-width: 240px; min-height: 46px; justify-content: center; border-radius: 999px; background: var(--paper); color: var(--ink); box-shadow: none; }


/* PAGES PICKS */
.sh--pages { padding-top: 22px; }
.pages-picks__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pages-picks__card { display: flex; flex-direction: column; min-height: 100%; border: 1px solid var(--rule); border-radius: 14px; overflow: hidden; background: var(--white); text-decoration: none; color: inherit; transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; }
.pages-picks__card:hover { transform: translateY(-2px); border-color: rgba(255, 98, 51, 0.28); box-shadow: 0 12px 28px rgba(17,19,22,0.06); }
.pages-picks__img { aspect-ratio: 16 / 10; background: var(--rule); overflow: hidden; }
.pages-picks__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; }
.pages-picks__card:hover .pages-picks__img img { transform: scale(1.03); }
.pages-picks__body { padding: 16px 16px 18px; }
.pages-picks__title { margin-top: 8px; font-family: var(--D); font-size: 1.18rem; line-height: 1.18; color: var(--ink); }
.pages-picks__excerpt { margin-top: 10px; font-family: var(--S); font-size: 0.88rem; line-height: 1.6; color: var(--ink2); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* CONTRIBUTEURS */
.contrib { display: grid; grid-template-columns: repeat(auto-fit, 118px); justify-content: center; justify-items: center; align-items: start; gap: clamp(20px, 3vw, 34px); padding: 46px var(--G) 28px; border-top: 1px solid var(--rule); }
.contrib-item { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 12px; cursor: pointer; text-decoration: none; width: 118px; max-width: 118px; }
.contrib-av { width: 104px; height: 104px; border-radius: 50%; overflow: hidden; border: 2px solid transparent; transition: border-color 0.18s, transform 0.2s; margin-inline: auto; }
.contrib-item:hover .contrib-av { border-color: var(--acc); transform: translateY(-3px); }
.contrib-av img { width: 100%; height: 100%; }
.contrib-name { font-family: var(--S); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink2); text-align: center; width: 100%; min-height: 2.8em; line-height: 1.35; }

/* CITATION & REJOINDRE */
.quote-block { text-align: center; max-width: 1040px; margin: 0 auto 30px; padding: 0 var(--G); }
.quote-block__h2 { font-family: var(--D); font-size: clamp(1.8rem, 3vw, 2.5rem); font-style: italic; color: var(--acc); line-height: 1.3; }
.quote-block__author { font-family: var(--S); font-size: 0.85rem; font-weight: 700; color: var(--muted); margin-top: 16px; text-transform: uppercase; letter-spacing: 0.1em; }
.join-block-wrap { margin-bottom: 64px; }
.join-block { background: var(--warm); border: 1px solid var(--rule); border-radius: 8px; padding: 40px 20px; text-align: center; }
.join-block__h3 { font-family: var(--D); font-size: clamp(1.35rem, 2vw, 1.75rem); font-weight: 700; color: var(--ink); margin: 12px auto 22px; max-width: 540px; line-height: 1.2; }


/* ==========================================================================
 * 5. COMPOSANTS TRANSVERSES (Newsletter, Boutons, Formulaires)
 * ========================================================================== */

/* BOUTONS GENERAUX */
.btn-primary { display: inline-block; background: var(--acc); color: #fff; padding: 14px 24px; font-family: var(--S); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; border-radius: 2px; transition: background 0.2s; white-space: nowrap; }
.btn-primary:hover { background: #e04a1f; }
.btn-outline-white { display: inline-block; border: 2px solid rgba(255,255,255,0.5); color: #fff; padding: 12px 24px; font-family: var(--S); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; border-radius: 2px; transition: border-color 0.2s, background 0.2s; white-space: nowrap; }
.btn-outline-white:hover { border-color: #fff; background: rgba(255,255,255,0.1); }
.btn-join { display: inline-block; background: var(--ink); color: var(--paper); padding: 14px 24px; font-family: var(--S); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; border-radius: 2px; transition: all 0.2s; white-space: nowrap; }
.btn-join:hover { background: var(--acc); color: #ffffff; }
.btn-dark { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 16px; border-radius: 6px; background: var(--ink); color: var(--paper); font-family: var(--S); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.04); }
.btn-dark:hover { background: var(--acc); color: #fff; }

/* PUBS */
.ad-iframe { display: block; border: none; width: 100%; }
.ad-standalone { max-width: 1200px; margin: 60px auto; }

/* NEWSLETTER GLOBALE */
.home-nl {
    --nl-bg: #fff4ee;
    --nl-bg-2: #ffe6da;
    --nl-border: #f0c1ac;
    --nl-pill-bg: rgba(255, 98, 51, 0.11);
    --nl-button-bg: #ff6233;
    --nl-button-text: #ffffff;
    --nl-ink: #1f1714;
    --nl-text: #6a4b3c;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--nl-border);
    border-radius: 12px;
    background: radial-gradient(circle at top right, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0) 38%), linear-gradient(180deg, var(--nl-bg-2) 0%, var(--nl-bg) 100%);
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.04);
}
.home-nl::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--nl-accent) 0%, rgba(255, 98, 51, 0.18) 100%); }
.home-nl__eyebrow { display: inline-flex; align-items: center; align-self: flex-start; min-height: 26px; padding: 0 10px; border-radius: 999px; background: var(--nl-pill-bg); color: var(--nl-accent); font-family: var(--S); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.home-nl__h, .home-nl__title { font-family: var(--D); font-size: clamp(1.35rem, 1.7vw, 1.72rem); font-weight: 700; line-height: 1.08; color: var(--nl-ink); text-wrap: balance; }
.home-nl__sub, .home-nl__text { color: var(--nl-text); max-width: 34ch; line-height: 1.58; }
.home-nl__btn { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 46px; padding: 0 18px; border: none; border-radius: 10px; background: var(--nl-button-bg); color: var(--nl-button-text); font-family: var(--S); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease; box-shadow: 0 10px 22px rgba(255, 98, 51, 0.18); }
.home-nl__btn:hover { transform: translateY(-1px); opacity: 0.96; }

/* NEWSLETTER HERO */
.hero__nl { border: 1px solid var(--rule); border-top: 4px solid var(--acc); padding: 26px 22px; background: var(--warm); border-radius: 4px; }
.hero__nl-t { max-width: 34ch; font-family: var(--D); font-weight: 600; line-height: 1.58; color: var(--ink); margin-bottom: 15px; }
.hero__nl.home-nl { margin-top: auto; padding: 20px 18px 18px; display: flex; flex-direction: column; gap: 12px; border-top: none; }
.hero__nl.home-nl .hero__nl-t { margin-bottom: 0; font-size: 0.95rem; line-height: 1.45; }
.hero__nl--button-only { margin-top: auto; padding: 0; border: 0; background: transparent; box-shadow: none; }
.hero__nl--button-only::before { display: none; }
.hero__nl--button-only .home-nl__btn { width: auto; min-width: 0; margin: 0; padding-inline: 18px; box-shadow: 0 10px 24px rgba(17, 17, 17, 0.14); }

/* NEWSLETTER A LA UNE */
.aune-nl { padding: 30px 26px; display: flex; flex-direction: column; justify-content: center; border-radius: 8px; border: 1px solid rgba(255, 98, 51, 0.16); background: linear-gradient(180deg, rgba(255, 98, 51, 0.08) 0%, rgba(255, 98, 51, 0.02) 48%, rgba(255,255,255,0.98) 100%), var(--warm); gap: 16px; }
.aune-nl__eyebrow { font-family: var(--S); font-size: 0.64rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--acc); }
.aune-nl__h { font-family: var(--D); font-size: clamp(1.34rem, 1.45vw, 1.62rem); font-weight: 700; color: var(--ink); line-height: 1.12; }
.aune-nl__sub { font-family: var(--S); font-size: 0.9rem; font-weight: 400; color: var(--ink2); line-height: 1.5; }
.aune-nl.home-nl { padding: 24px 22px; gap: 14px; }
.aune-nl.home-nl::before { display: block; }
.aune-nl.home-nl .aune-nl__h { max-width: none; color: var(--nl-ink); text-wrap: balance; }
.aune-nl.home-nl .aune-nl__sub { max-width: none; color: var(--nl-text); }

/* NEWSLETTER FORMS */
.nl-f { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: stretch; }
.nl-f input { flex: 1; border: 1px solid var(--rule); border-radius: 2px; padding: 12px 14px; font-family: var(--S); font-size: 0.85rem; background: var(--white); color: var(--ink); outline: none; transition: border-color 0.18s; min-height: 42px; }
.nl-f input:focus { border-color: var(--acc); }
.nl-f button { background: var(--ink); color: var(--paper); border: none; border-radius: 2px; padding: 12px 18px; font-family: var(--S); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; transition: background 0.18s; white-space: nowrap; min-height: 42px; }
.nl-f button:hover { background: var(--acc); color: #fff; }

.nl-f2 { display: grid; grid-template-columns: 1fr; gap: 10px; }
.nl-f2__row { display: contents; }
.nl-f2 input { border: 1px solid var(--rule); border-radius: 6px; padding: 12px 14px; font-family: var(--S); font-size: 0.85rem; background: rgba(255,255,255,0.96); color: var(--ink); outline: none; transition: border-color 0.18s; width: 100%; min-height: 44px; }
.nl-f2 input::placeholder { color: #7f7f7f; }
.nl-f2 input:focus { border-color: var(--acc); }
.nl-f2 button { background: var(--ink); color: var(--paper); border: none; border-radius: 6px; padding: 14px 16px; font-family: var(--S); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; cursor: pointer; transition: background 0.18s; width: 100%; min-height: 44px; white-space: nowrap; }
.nl-f2 button:hover { background: var(--acc); color: #fff; }

.nl-feedback { margin-top: 10px; font-family: var(--S); font-size: 0.82rem; line-height: 1.45; color: var(--muted); min-height: 1.2em; }
.nl-feedback.is-success { color: var(--ink); }
.nl-feedback.is-error { color: #b42318; }
.aune-nl .nl-feedback { margin-top: 2px; font-size: 0.8rem; }

/* NEWSLETTER MODAL */
.newsletter-modal { position: fixed; inset: 0; z-index: 1200; display: none; }
.newsletter-modal.is-open { display: block; }
.newsletter-modal__backdrop { position: absolute; inset: 0; background: rgba(17, 17, 17, 0.52); backdrop-filter: blur(4px); }
.newsletter-modal__dialog { position: relative; z-index: 1; width: min(760px, calc(100vw - 32px)); margin: min(8vh, 64px) auto; max-height: calc(100vh - 32px); overflow: auto; border-radius: 20px; background: var(--paper); border: 1px solid rgba(17, 17, 17, 0.08); box-shadow: 0 32px 84px rgba(0, 0, 0, 0.28); padding: 22px 22px 18px; }
.newsletter-modal__close { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border: 1px solid var(--rule); border-radius: 999px; background: var(--paper); color: var(--ink); font-size: 1.5rem; line-height: 1; cursor: pointer; }
.newsletter-modal__head { padding: 4px 28px 14px 4px; }
.newsletter-modal__eyebrow { display: inline-flex; align-items: center; min-height: 26px; padding: 0 10px; border-radius: 999px; background: rgba(255, 98, 51, 0.12); color: var(--acc); font-family: var(--S); font-size: 0.64rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.newsletter-modal__title { margin-top: 12px; font-family: var(--D); font-size: clamp(1.8rem, 2.7vw, 2.35rem); line-height: 1.04; }
.newsletter-modal__text { margin-top: 10px; max-width: 54ch; color: var(--ink2); }
.newsletter-modal__frame-wrap { border: 1px solid var(--rule); border-radius: 16px; overflow: hidden; background: var(--paper); }
.newsletter-modal__iframe { display: block; width: 100%; min-height: 520px; border: none; background: transparent; }

html.has-newsletter-modal, body.has-newsletter-modal { overflow: hidden; }


/* ==========================================================================
 * 6. OVERRIDES THEME SOMBRE (Dark Mode Global)
 * ========================================================================== */
/* Base .splash-hero / media-frame : couvert pour les variantes mais pas
 *  pour la classe de base elle-même (cas où aucune variante ne matche). */
:root[data-theme="dark"] .splash-hero { background: var(--warm); }
:root[data-theme="dark"] .splash-hero__media-frame { background: var(--paper); }

:root[data-theme="dark"] .splash-hero--editorial-split { background: radial-gradient(circle at 20% 20%, rgba(255, 98, 51, 0.10) 0%, rgba(255, 98, 51, 0) 32%), linear-gradient(180deg, #0e1116 0%, #080b10 100%); }
:root[data-theme="dark"] .splash-hero--editorial-split .splash-hero__brand-wordmark,
:root[data-theme="dark"] .splash-hero--editorial-split .splash-hero__title,
:root[data-theme="dark"] .splash-hero--editorial-split .splash-hero__lead,
:root[data-theme="dark"] .splash-hero--editorial-split .splash-hero__signature,
:root[data-theme="dark"] .splash-hero--editorial-split .splash-hero__signature-line--top,
:root[data-theme="dark"] .splash-hero--editorial-split .splash-hero__signature-line--bottom,
:root[data-theme="dark"] .splash-hero--editorial-split .splash-hero__card-title,
:root[data-theme="dark"] .splash-hero--editorial-split .splash-hero__card-excerpt,
:root[data-theme="dark"] .splash-hero--editorial-split .splash-hero__card-meta { color: #f5f1eb; }
:root[data-theme="dark"] .splash-hero--editorial-split .splash-hero__eyebrow { color: #ff8c6a; }
:root[data-theme="dark"] .splash-hero--editorial-split .splash-btn--primary { background: var(--acc); color: #fff; border: 1px solid rgba(255, 98, 51, 0.65); box-shadow: 0 16px 32px rgba(255, 98, 51, 0.24); }
:root[data-theme="dark"] .splash-hero--editorial-split .splash-btn--secondary { color: #f6f0e8; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.20); box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26); }
:root[data-theme="dark"] .splash-hero--editorial-split .splash-btn--secondary:hover { background: rgba(255, 255, 255, 0.10); border-color: rgba(255, 255, 255, 0.32); }
:root[data-theme="dark"] .splash-hero--editorial-split .splash-hero__media-frame { border-color: rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.04); box-shadow: 0 26px 56px rgba(0, 0, 0, 0.35); }
:root[data-theme="dark"] .splash-hero--editorial-split .splash-hero__card { background: rgba(14, 17, 22, 0.84); border-color: rgba(255, 255, 255, 0.10); }
:root[data-theme="dark"] .splash-hero--editorial-split .splash-hero__card-label { color: #ff8c6a; }
:root[data-theme="dark"] .splash-hero--editorial-split .splash-hero__card-cta { color: #f6f0e8; border-color: rgba(255, 255, 255, 0.18); background: rgba(255, 255, 255, 0.05); }


/* ==========================================================================
 * 7. RESPONSIVE GÉANT (Toutes les Media Queries centralisées par taille)
 * ========================================================================== */

@media (min-width: 1061px) {
    .aune-lead__img { aspect-ratio: 4 / 3; }
}

@media (max-width: 1180px) {
    .splash-hero__signature { max-width: 40ch; }
    .splash-hero__inner { grid-template-columns: 1fr; align-items: end; min-height: inherit; }
    .splash-hero__card { margin-left: 0; max-width: 420px; }
    .aune { grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; }
}

@media (max-width: 1060px) {
    .hero { grid-template-columns: 1fr; min-height: auto; }
    .hero__vis { min-height: 400px; }
    .aune { grid-template-columns: 1fr; }
    .aune__side { position: relative; top: 0; padding-top: 30px; }
    .two-col { grid-template-columns: 1fr; }
    .aune-lead { grid-template-columns: 1fr; gap: 18px; }
    .aune-lead__img img { min-height: 230px; }
    .carnet-grid { grid-template-columns: 1fr; }
    .carnet-copy__p { max-width: none; }
    .agenda-boost__grid { grid-template-columns: 1fr; }
    .agenda-boost__lead-link { grid-template-columns: 220px 1fr; }
    .pages-picks__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
    .splash-hero__title { white-space: normal; font-size: clamp(1.25rem, 2vw, 1.95rem); }
    .splash-hero__signature { max-width: 32ch; font-size: 0.88rem; }
    .splash-hero__signature-line--top, .splash-hero__signature-line--bottom { white-space: normal; }
    .splash-hero--editorial-split .splash-hero__inner, .splash-hero--editorial-split.splash-hero--no-featured .splash-hero__inner { grid-template-columns: 1fr; grid-template-areas: "content" "media"; align-items: start; padding-top: 38px; padding-bottom: 28px; }
    .splash-hero--editorial-split .splash-hero__content, .splash-hero--editorial-split .splash-hero__media { max-width: none; width: 100%; justify-self: stretch; }
    .splash-hero--editorial-split .splash-hero__brand { padding-right: 64px; padding-bottom: 16px; margin-bottom: 16px; }
    .splash-hero--editorial-split .splash-hero__brand-mark { width: 72px; bottom: 10px; left: 68%; }
    .splash-hero--editorial-split .splash-hero__brand-wordmark { max-width: min(100%, 8.6ch); font-size: clamp(2.7rem, 10vw, 4.2rem); }
    .splash-hero--editorial-split .splash-hero__title { max-width: none; }
    .splash-hero--editorial-split .splash-hero__lead { max-width: none; }
    .aune-nl.home-nl, .hero__nl.home-nl { padding: 20px 18px 18px; }
    .aune__side { position: static; top: auto; display: grid; grid-template-columns: 1fr; gap: 16px; padding-top: 8px; margin-top: 0; clear: both; }
    .aune-nl, .sponsor-side { width: 100%; max-width: none; margin: 0; }
    .hero__side { padding-top: 0; gap: 18px; }
    .hero__nl { margin-top: 0; }
    .sponsor-side__media { padding: 14px 16px 16px; }
}

@media (max-width: 900px) {
    .contrib { grid-template-columns: repeat(3, minmax(0, 108px)); gap: 22px 16px; padding: 38px var(--G) 20px; }
    .contrib-item { width: 108px; max-width: 108px; }
    .contrib-av { width: 88px; height: 88px; }
    .cur-grid { grid-template-columns: 1fr; }
    .cur-items--3 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
    .agenda-boost__bottom { grid-template-columns: 1fr; padding: 22px 20px 20px; }
    .agenda-boost__bottom-text { max-width: none; font-size: 1rem; padding-top: 0; }
    .agenda-boost__bottom-cta.btn-dark { width: 100%; min-width: 0; }
}

@media (max-width: 780px) {
    .sh--agenda { align-items: flex-start; }
    .agenda-boost__head-actions { width: 100%; }
    .agenda-boost__lead-link { grid-template-columns: 1fr; }
    .agenda-boost__poster { border-right: none; border-bottom: 1px solid var(--rule); min-height: 240px; }
    .agenda-boost__poster img { max-height: 300px; }
    .agenda-boost__lead-title { max-width: none; font-size: clamp(1.7rem, 6vw, 2.1rem); }
    .pages-picks__grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .splash-hero { min-height: 460px; }
    .splash-hero__inner { grid-template-columns: 1fr; grid-template-areas: "content" "card" "signature"; align-items: start; gap: 16px; padding-bottom: 22px; padding-top: 28px; }
    .splash-hero__content, .splash-hero__card, .splash-hero__signature, .splash-hero__media { justify-self: stretch; }
    .splash-hero__brand { gap: 12px; margin-bottom: 12px; }
    .splash-hero__brand-wordmark { font-size: 2rem; }
    .splash-hero__brand-mark { width: 58px; }
    .splash-hero__card { max-width: none; width: 100%; padding: 18px 18px 16px; border-radius: 14px; }
    .splash-hero__signature { max-width: none; font-size: 0.8rem; }
    .splash-hero__cta-row { align-items: stretch; }
    .splash-hero__socials { gap: 8px; }
    .splash-social { width: 40px; height: 40px; }
    .splash-hero--signature-classic .splash-hero__content { padding: 20px 18px; }
    .splash-hero__title { max-width: 10.5ch; font-size: clamp(2.25rem, 10vw, 3.35rem); }
    .splash-hero__lead { max-width: 30ch; font-size: 0.94rem; }
    .splash-hero__actions { gap: 10px; }
    .splash-btn { min-height: 40px; padding: 0 14px; font-size: 0.62rem; }
    .hero__nl.home-nl, .aune-nl.home-nl { padding: 18px 16px 16px; border-radius: 14px; }
    .home-nl__btn { min-height: 46px; }
    .newsletter-modal__dialog { width: min(100vw - 18px, 760px); margin: 10px auto; max-height: calc(100vh - 20px); padding: 18px 14px 14px; border-radius: 16px; }
    .newsletter-modal__head { padding: 4px 34px 12px 4px; }
    .newsletter-modal__iframe { min-height: 560px; }
    .hero__vis { min-height: 320px; }
    .hero__cap { padding: 18px 16px; }
    .hero__h1 { font-size: clamp(1.6rem, 8vw, 2.3rem); }
    .hero__lead { font-size: 0.9rem; max-width: none; }
    .hero__nl { padding: 16px; }
    .hero__nl-t { font-size: 0.96rem; line-height: 1.45; }
    .nl-f { grid-template-columns: 1fr; }
    .nl-f button { width: 100%; }
    .aune-lead { grid-template-columns: 1fr; gap: 16px; padding: 18px 0 20px; }
    .aune-lead__img img { min-height: 220px; }
    .aune-item { grid-template-columns: 88px 1fr; gap: 14px; padding: 14px 0; }
    .aune-item__img img { height: 74px; }
    .aune-nl { padding: 18px 16px; }
}

@media (max-width: 720px) {
    .tv-row { grid-template-columns: repeat(2, 1fr); }
    .aune-item { grid-template-columns: 100px 1fr; padding: 15px 0; gap: 15px; }
    .aune-item__img img { height: 80px; }
    .aune-main { gap: 18px; }
    .aune-lead { padding: 16px 0 20px; }
    .aune-item__ex { display: none; }
    .carnet-cards { grid-template-columns: 1fr; }
    .aune-nl { padding: 18px 16px; gap: 12px; }
    .aune-nl__h { max-width: none; font-size: 1.34rem; }
    .aune-nl__sub { max-width: none; font-size: 0.88rem; }
    .sponsor-side__head { padding: 12px 14px; }
    .aune-nl.home-nl--simple { padding: 18px 16px 16px; gap: 12px; }
}

@media (max-width: 640px) {
    .sh { flex-wrap: wrap; align-items: flex-start; gap: 10px 14px; padding: 14px 0 16px; }
    .sh__t { font-size: clamp(1.22rem, 5.8vw, 1.56rem); gap: 8px; }
    .sh__line { order: 3; width: 100%; flex-basis: 100%; }
    .sh__more { font-size: 0.64rem; letter-spacing: 0.12em; }
    .home-block-intro__text { font-size: 0.92rem; line-height: 1.62; }
    .contrib { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 8px; padding: 32px 18px 18px; }
    .contrib-item { width: 100%; max-width: none; justify-content: center; }
    .contrib-av { width: 82px; height: 82px; }
    .contrib-name { font-size: 0.58rem; letter-spacing: 0.12em; min-height: 2.9em; }
    .sh__actions { gap: 12px; }
    .cur-grid { gap: 22px; }
    .btn-primary, .btn-outline-white, .btn-join { width: 100%; text-align: center; }
}

@media (max-width: 600px) {
    .cur-items--2, .cur-items--3 { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .agenda-mini { grid-template-columns: 78px 1fr; gap: 12px; }
    .agenda-mini__title { font-size: 1rem; }
    .agenda-boost__lead-body { padding: 20px 18px 22px; }
    .nl-f2__row { grid-template-columns: 1fr; gap: 8px; }
    .nl-f2 input, .nl-f2 button { width: 100%; }
    .sponsor-side .ad-iframe { width: min(100%, 300px); height: auto; min-height: 250px; }
    .agenda-boost__bottom .btn-dark { width: 100%; }
    .splash-hero { min-height: 420px; }
    .splash-hero__title { font-size: clamp(1.9rem, 8.4vw, 2.6rem); }
    .splash-hero__lead { max-width: none; font-size: 0.9rem; }
    .splash-hero__actions { flex-direction: column; align-items: stretch; }
    .splash-hero__actions .splash-btn { width: 100%; }
    .splash-hero__tags { gap: 8px; }
    .hero__side { gap: 14px; }
    .sponsor-side__media { padding: 12px 12px 14px; }
}

@media (max-width: 500px) {
    .tv-row { grid-template-columns: 1fr; }
    .ag-item { grid-template-columns: 80px 1fr; gap: 15px; }
    .ag-item__img img { height: 70px; }
    .sh { flex-wrap: wrap; }
}

/* ==========================================================================
 * 8. CORRECTION DARK MODE NEWSLETTER
 * ========================================================================== */

/* 1. On assombrit les couleurs du bloc (fonds, bordures, textes) */
:root[data-theme="dark"] .home-nl {
    --nl-bg: #161211;
    --nl-bg-2: #241915;
    --nl-border: #3d251d;
    --nl-ink: #f5f1eb;
    --nl-text: #b5a7a2;
    --nl-pill-bg: rgba(255, 98, 51, 0.18);
    background: radial-gradient(circle at top right, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 38%),
    linear-gradient(180deg, var(--nl-bg-2) 0%, var(--nl-bg) 100%);
}

/* 2. On corrige les champs de saisie (fond noir, texte blanc) */
:root[data-theme="dark"] .nl-f input,
:root[data-theme="dark"] .nl-f2 input {
    background: #0d0a09;
    border-color: #3d251d;
    color: #ffffff;
}

/* 3. On ajuste la couleur du texte temporaire (placeholder) */
:root[data-theme="dark"] .nl-f input::placeholder,
:root[data-theme="dark"] .nl-f2 input::placeholder {
    color: #7a6c67;
}

/* 4. On garde le focus en orange */
:root[data-theme="dark"] .nl-f input:focus,
:root[data-theme="dark"] .nl-f2 input:focus {
    border-color: var(--acc);
}

/* 5. On force le bouton en orange pour un meilleur contraste */
:root[data-theme="dark"] .nl-f button,
:root[data-theme="dark"] .nl-f2 button {
    background: var(--acc);
    color: #ffffff;
}

:root[data-theme="dark"] .nl-f button:hover,
:root[data-theme="dark"] .nl-f2 button:hover {
    background: #e04a1f;
}


/* ==========================================================================
 * HOME — Repères pratiques
 * Règles canoniques de la section. Le titre/description restent dans le
 * système de section Home ; ce bloc ne gère que le bouton et les cartes.
 * ========================================================================== */
.home-links {
    position: relative;
    overflow: visible;
    padding: 0;
    background: transparent;
    border: 0;
}

.home-links__text {
    max-width: 760px;
    color: var(--ink2);
    font-size: clamp(.98rem, 1.2vw, 1.08rem);
    line-height: 1.65;
}

.home-links-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 18px;
    border-radius: 0;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.home-links-btn:hover { transform: translateY(-1px); }
.home-links-btn--primary { background: var(--acc); color: #fff; }
.home-links-btn--secondary { background: var(--ink); color: var(--paper); }
.home-links-btn--ghost { background: transparent; color: var(--ink); border: 1px solid color-mix(in srgb, var(--ink) 28%, transparent); }

.home-links-editorial {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(390px, .86fr);
    gap: 20px;
    align-items: stretch;
}

.home-links-editorial__feature {
    --home-links-accent: #059669;
    position: relative;
    min-height: 408px;
    overflow: hidden;
    border-radius: 9px;
    border-top: 4px solid var(--home-links-accent);
    background: #111;
    color: #fff;
    box-shadow: 0 14px 34px rgba(17, 19, 22, .10);
    isolation: isolate;
}

.home-links-editorial__feature-media,
.home-links-editorial__feature-media picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.home-links-editorial__feature-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}
.home-links-editorial__feature:hover .home-links-editorial__feature-media img { transform: scale(1.025); }
.home-links-editorial__feature-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0,.07) 0%, rgba(0,0,0,.16) 45%, rgba(0,0,0,.88) 100%);
}
.home-links-editorial__feature-badge {
    position: absolute;
    z-index: 2;
    left: 22px;
    top: 20px;
    padding: 7px 9px;
    border-radius: 2px;
    background: var(--home-links-accent);
    color: #fff;
    font-size: .61rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.home-links-editorial__feature-body {
    position: absolute;
    z-index: 2;
    left: 25px;
    right: 25px;
    bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.home-links-editorial__feature-body strong {
    max-width: 14ch;
    font-family: var(--D);
    font-size: clamp(1.9rem, 2.8vw, 2.55rem);
    line-height: 1.03;
}
.home-links-editorial__feature-text {
    margin-top: 10px;
    max-width: 44ch;
    font-size: .94rem;
    line-height: 1.5;
    color: rgba(255,255,255,.90);
}
.home-links-editorial__feature-cta {
    width: 100%;
    margin-top: 16px;
    padding-top: 13px;
    border-top: 1px solid rgba(255,255,255,.32);
    color: #fff;
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.home-links-editorial__feature-cta b { margin-left: 4px; }

.home-links-editorial__side {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.home-links-editorial__card {
    display: grid;
    grid-template-columns: minmax(160px, .86fr) minmax(0, 1.14fr);
    min-height: 194px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--home-links-accent) 22%, var(--rule));
    border-top: 4px solid var(--home-links-accent);
    border-radius: 9px;
    background: color-mix(in srgb, var(--home-links-accent) 5%, var(--paper));
    box-shadow: 0 8px 24px rgba(17,19,22,.05);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.home-links-editorial__card:hover {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--home-links-accent) 44%, var(--rule));
    box-shadow: 0 14px 30px rgba(17,19,22,.09);
}
.home-links-editorial__card-media {
    position: relative;
    overflow: hidden;
    background: var(--warm);
}
.home-links-editorial__card-media picture { display: block; width: 100%; height: 100%; }
.home-links-editorial__card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.home-links-editorial__card:hover .home-links-editorial__card-media img { transform: scale(1.03); }
.home-links-editorial__card-badge {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 6px 8px;
    border-radius: 2px;
    background: rgba(0,0,0,.73);
    color: #fff;
    font-size: .54rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.home-links-editorial__card-body {
    display: flex;
    flex-direction: column;
    padding: 18px 19px 16px;
}
.home-links-editorial__card-line {
    width: 31px;
    height: 3px;
    margin-bottom: 10px;
    border-radius: 3px;
    background: var(--home-links-accent);
}
.home-links-editorial__card-body strong {
    font-family: var(--D);
    font-size: clamp(1.35rem, 1.55vw, 1.62rem);
    line-height: 1.07;
    color: var(--ink);
}
.home-links-editorial__card-text {
    margin-top: 8px;
    max-width: 34ch;
    color: var(--ink2);
    font-size: .87rem;
    line-height: 1.45;
}
.home-links-editorial__card-cta {
    margin-top: auto;
    padding-top: 11px;
    color: var(--home-links-accent);
    font-size: .60rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.home-links-editorial__card-cta b { margin-left: 3px; }

:root[data-theme="dark"] .home-links-editorial__card {
    background: color-mix(in srgb, var(--home-links-accent) 7%, var(--paper));
    border-color: color-mix(in srgb, var(--home-links-accent) 34%, var(--rule));
}

@media (max-width: 980px) {
    .home-links-editorial { grid-template-columns: 1fr; }
    .home-links-editorial__feature { min-height: 390px; }
    .home-links-editorial__side { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; }
    .home-links-editorial__card { grid-template-columns: 1fr; min-height: 0; }
    .home-links-editorial__card-media { aspect-ratio: 16 / 9; }
    .home-links-editorial__card-body { min-height: 178px; }
}
@media (max-width: 680px) {
    .home-links-editorial { gap: 16px; }
    .home-links-editorial__feature { min-height: 350px; }
    .home-links-editorial__feature-badge { left: 16px; top: 16px; }
    .home-links-editorial__feature-body { left: 18px; right: 18px; bottom: 18px; }
    .home-links-editorial__feature-body strong { font-size: 1.9rem; }
    .home-links-editorial__feature-text { font-size: .88rem; }
    .home-links-editorial__side { grid-template-columns: 1fr; gap: 16px; }
    .home-links-editorial__card { grid-template-columns: 42% 58%; min-height: 176px; }
    .home-links-editorial__card-media { aspect-ratio: auto; }
    .home-links-editorial__card-body { min-height: 176px; padding: 16px; }
    .home-links-editorial__card-body strong { font-size: 1.25rem; }
    .home-links-editorial__card-text { font-size: .81rem; line-height: 1.4; }
}
@media (max-width: 450px) {
    .home-links-editorial__card { grid-template-columns: 1fr; }
    .home-links-editorial__card-media { aspect-ratio: 16 / 9; }
    .home-links-editorial__card-body { min-height: 0; }
}

/* ==========================================================================
 * HOME — Boost proposition agenda
 * ========================================================================== */

/* Boost visuel du bloc "proposer un événement" sans sortir de la charte:
 *  noir / blanc / orange + typographie Montserrat + ligne éditoriale nette. */
/* Accent orange façon marque Pépites, sans nouvelle couleur. */
.agenda-boost__bottom::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 7px;
    background: var(--acc);
    z-index: -1;
}

/* Grand signe graphique discret, dans le style // déjà présent sur la home. */
.agenda-boost__bottom::after {
    content: "//";
    position: absolute;
    right: clamp(18px, 4vw, 52px);
    top: 50%;
    transform: translateY(-50%) rotate(-10deg);
    font-family: var(--S);
    font-size: clamp(4.2rem, 9vw, 8rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.16em;
    color: var(--acc);
    opacity: 0.14;
    pointer-events: none;
    z-index: -1;
}

.agenda-boost__bottom-cta.btn-dark:hover {
    background: var(--acc);
    color: #fff;
}

/* Dark mode: on garde le contraste sans inventer une palette parallèle. */
:root[data-theme="dark"] .agenda-boost__poster {
    background: var(--warm);
}

:root[data-theme="dark"] .agenda-boost__bottom {
    background: var(--warm);
    color: var(--ink);
    border-color: var(--rule);
}

:root[data-theme="dark"] .agenda-boost__bottom-text {
    color: var(--ink);
}

:root[data-theme="dark"] .agenda-boost__bottom-cta.btn-dark {
    background: var(--ink);
    color: var(--paper);
}

/* Responsive: le boost reste fort mais lisible en colonne. */
@media (max-width: 860px) {
    .agenda-boost__bottom::after {
        right: 16px;
        top: 16px;
        transform: none;
        font-size: 4.5rem;
    }

}

@media (max-width: 620px) {
    .home-links__copy > .ey {
        margin-bottom: 8px;
    }

    .home-links__title {
        gap: 7px;
    }

    .agenda-boost__bottom {
        margin-top: 18px;
        padding: 20px 16px 16px;
    }

    .agenda-boost__bottom-copy {
        padding-left: 4px;
    }
}

/* ==========================================================================
 * HOME — Section À faire // autour d’ici
 * Harmonisée avec les autres sections de la homepage.
 * ========================================================================== */
.around-ideas {
    position: relative;
    padding: 0;
    border: 0;
    background: transparent;
    overflow: visible;
}

.around-ideas__head { position: relative; z-index: 1; }
.around-ideas__copy { max-width: none; }
.around-ideas__eyebrow { display: block; margin-bottom: 10px; }
.around-ideas__title-row {
    align-items: flex-end;
    gap: clamp(14px, 2vw, 22px);
    padding-top: 0;
}
.around-ideas__intro {
    max-width: 70ch;
    margin: 0 0 0;
}

.around-ideas__main-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 40px;
    padding: 11px 18px;
    border-radius: 2px;
    background: var(--acc);
    color: #fff;
    font-family: var(--S);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background .18s ease, transform .18s ease;
}

.around-ideas__main-cta:hover {
    background: #e04a1f;
    transform: translateY(-1px);
}

.around-ideas__grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(16px, 2vw, 24px);
    margin-top: clamp(28px, 3.4vw, 42px);
}

.around-ideas__grid--count-1 { grid-template-columns: minmax(0, 1fr); }
.around-ideas__grid--count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.around-ideas__grid--count-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.around-ideas__grid--count-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.around-card {
    --around-accent: var(--acc);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid color-mix(in srgb, var(--around-accent) 18%, var(--rule));
    background: var(--paper);
    box-shadow: 0 12px 28px rgba(17, 19, 22, .055);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.around-card:hover {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--around-accent) 40%, var(--rule));
    box-shadow: 0 16px 34px rgba(17, 19, 22, .095);
}

.around-card__top {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 62px;
    background: color-mix(in srgb, var(--around-accent) 6%, var(--paper));
}

.around-card__icon {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    margin-bottom: -35px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--around-accent) 22%, var(--rule));
    background: var(--paper);
    color: var(--around-accent);
    box-shadow: 0 10px 24px rgba(17, 19, 22, .10);
}

.around-card__icon svg,
.around-card__icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.around-card__icon i,
.around-card__icon .svg-inline--fa {
    width: 34px;
    height: 34px;
    font-size: 2rem;
    line-height: 1;
}

.around-card__icon-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 54px;
    padding: 4px;
    font-size: .68rem;
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
}

.around-card__media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--warm);
}

.around-card__media img { transition: transform .42s ease, filter .22s ease; }
.around-card:hover .around-card__media img { transform: scale(1.025); }

.around-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: clamp(20px, 2.4vw, 24px) clamp(16px, 2vw, 20px) 18px;
}

.around-card__title {
    font-family: var(--D);
    font-size: clamp(1.18rem, 1.55vw, 1.46rem);
    font-weight: 800;
    line-height: 1.08;
    color: var(--ink);
}

.around-card__rule {
    width: 36px;
    height: 2px;
    margin: 12px 0 14px;
    background: var(--around-accent);
}

.around-card__text {
    color: var(--ink2);
    font-family: var(--S);
    font-size: .92rem;
    line-height: 1.58;
}

.around-card__cta {
    align-self: flex-end;
    margin-top: auto;
    padding-top: 20px;
    color: var(--around-accent);
    font-family: var(--S);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
    white-space: nowrap;
}

.around-ideas__note {
    position: relative;
    z-index: 1;
    margin-top: clamp(18px, 2.4vw, 26px);
    padding: 12px 0 0;
    border-top: 1px solid var(--rule);
    background: transparent;
    color: var(--ink2);
    font-size: .9rem;
    line-height: 1.55;
}

.around-ideas__note span {
    display: inline-block;
    margin-right: 8px;
    color: var(--acc);
}

:root[data-theme="dark"] .around-card {
    background: var(--paper);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .20);
}

:root[data-theme="dark"] .around-card__icon {
    background: color-mix(in srgb, var(--paper) 94%, #ffffff 6%);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .28);
}

:root[data-theme="dark"] .around-ideas__note {
    background: transparent;
}

@media (max-width: 1060px) {
    .around-ideas__grid--count-3,
    .around-ideas__grid--count-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
    .around-ideas__title-row { align-items: flex-start; }
    .around-ideas__main-cta { width: 100%; margin-top: 4px; }
    .around-ideas__grid,
    .around-ideas__grid--count-2,
    .around-ideas__grid--count-3,
    .around-ideas__grid--count-4 { grid-template-columns: minmax(0, 1fr); }
    .around-card__top { min-height: 58px; }
    .around-card__icon { width: 66px; height: 66px; margin-bottom: -33px; }
    .around-card__icon svg,
    .around-card__icon img,
    .around-card__icon .svg-inline--fa { width: 32px; height: 32px; }
    .around-card__icon i { font-size: 1.9rem; }
}

/* Newsletter button-only — variables pilotées par le thème choisi dans
 * home-curated.json ; le bloc hérite de .home-nl sans afficher de carte. */
.hero__nl--button-only.home-nl {
    --nl-button-bg: var(--nl-button-bg, var(--nl-accent, var(--acc, #ff6233)));
    --nl-button-text: var(--nl-button-text, #ffffff);
    background: transparent;
    box-shadow: none;
}

.hero__nl--button-only.home-nl .home-nl__btn {
    background: var(--nl-button-bg, var(--nl-accent, var(--acc, #ff6233)));
    color: var(--nl-button-text, #ffffff);
}

/* ==========================================================================
 * HOME SIGNATURE V1 — 2026-08-10
 * Blocs autonomes : l’ordre de la Home peut changer sans dépendance entre
 * sections. Le wrapper global Pépites `.w` / `--W` reste la source de vérité.
 * ========================================================================== */

.home-signature-block {
    position: relative;
    width: 100%;
}

/* --------------------------------------------------------------------------
 * AU CŒUR DE L'ÉVÉNEMENT
 * Même grammaire de H2 que le reste de la Home :
 * `.sh__t` est la source de vérité pour taille / graisse / capitale / rythme.
 * -------------------------------------------------------------------------- */
.home-signature-block--media {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #0b0b0b;
}

.home-signature-block--media::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: clamp(112px, 8vw, 132px);
    height: clamp(92px, 8vw, 118px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 120' preserveAspectRatio='none'%3E%3Cpath d='M-40 82 C180 18 360 112 585 62 S1020 14 1640 68' fill='none' stroke='%23ff6233' stroke-opacity='.24' stroke-width='1'/%3E%3Cpath d='M-40 94 C195 34 375 118 600 76 S1035 28 1640 82' fill='none' stroke='%23ff6233' stroke-opacity='.17' stroke-width='1'/%3E%3Cpath d='M-40 106 C210 50 390 122 615 90 S1050 44 1640 96' fill='none' stroke='%23ff6233' stroke-opacity='.10' stroke-width='1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    pointer-events: none;
}

.home-signature-block--media > .w {
    position: relative;
    z-index: 1;
}

.home-media-signature {
    position: relative;
    color: #ffffff;
}

.home-media-signature__head {
    display: flex;
    align-items: flex-end;
    gap: clamp(14px, 2vw, 22px);
    min-width: 0;
    margin-bottom: 8px;
}

.home-media-signature__heading {
    flex: 0 1 auto;
    margin: 0;
}

.home-media-signature__heading,
.home-media-signature__heading .sh__label {
    color: #ffffff;
}

.home-media-signature__heading .sh__slash {
    color: var(--acc);
}

.home-media-signature__line {
    height: 1px;
    flex: 1 1 80px;
    min-width: 40px;
    margin-bottom: .2em;
    background: rgba(255, 255, 255, .28);
}

.home-media-signature__head > a {
    flex: 0 0 auto;
    margin-bottom: .05em;
    color: #ffffff;
    font-family: var(--S);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-media-signature__head > a span {
    color: var(--acc);
}

/* Le bloc média reprend la règle typographique commune des introductions Home.
 * Seule la couleur change pour conserver le contraste sur fond noir. */
.home-signature-block--media .home-section-intro {
    position: relative;
    z-index: 1;
    margin-bottom: clamp(28px, 3vw, 40px);
    color: rgba(255, 255, 255, .72);
}

.home-media-signature__grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(20px, 2.2vw, 28px);
    padding: 0;
    background: transparent;
}

.home-media-signature__grid--count-1 {
    grid-template-columns: minmax(0, 1fr);
}

.home-media-signature__grid--count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}

.home-media-signature__grid--count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-media-signature__grid--count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Deux reportages : même poids, séparation éditoriale nette dans le vide central. */
@media (min-width: 761px) {
    .home-media-signature__grid--count-2 {
        gap: clamp(36px, 3.5vw, 48px);
    }

    .home-media-signature__grid--count-2::before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 5%;
        bottom: 5%;
        left: 50%;
        width: 1px;
        transform: translateX(-50%);
        background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, .20) 18%,
            rgba(255, 255, 255, .20) 82%,
            rgba(255, 255, 255, 0)
        );
        pointer-events: none;
    }

    .home-media-signature__grid--count-2::after {
        content: "";
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 50%;
        width: 3px;
        height: 44px;
        transform: translate(-50%, -50%);
        background: var(--acc);
        opacity: .78;
        pointer-events: none;
    }
}

.home-media-signature__item {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #151515;
}

.home-media-signature__grid--count-1 .home-media-signature__item {
    min-height: 340px;
}

.home-media-signature__grid--count-2 .home-media-signature__item {
    aspect-ratio: 4 / 3;
    min-height: 0;
}

.home-media-signature__grid--count-3 .home-media-signature__item {
    aspect-ratio: 4 / 3;
    min-height: 0;
}

.home-media-signature__grid--count-4 .home-media-signature__item {
    aspect-ratio: 4 / 3;
    min-height: 0;
}

.home-media-signature__image {
    position: absolute;
    inset: 0;
}

.home-media-signature__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .42s ease;
}

.home-media-signature__item:hover .home-media-signature__image img {
    transform: scale(1.02);
}

.home-media-signature__veil {
    position: absolute;
    inset: 30% 0 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, .08) 28%,
        rgba(0, 0, 0, .72) 72%,
        rgba(0, 0, 0, .92) 100%
    );
    pointer-events: none;
}

.home-media-signature__body {
    position: absolute;
    z-index: 2;
    left: 24px;
    right: 24px;
    bottom: 22px;
    color: #fff;
}

.home-media-signature__body p {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    color: #ff8a68;
    font-family: var(--S);
    font-size: .59rem;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.home-media-signature__body p::after {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
    opacity: .82;
}

.home-media-signature__body h3 {
    margin: 0;
    max-width: 31ch;
    color: #fff;
    font-family: var(--D);
    font-size: clamp(1.15rem, 1.55vw, 1.48rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.022em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .42);
}

/* --------------------------------------------------------------------------
 * À FAIRE AUTOUR D'ICI
 * -------------------------------------------------------------------------- */
.home-signature-block--around {
    border-top: 1px solid #e7e1d7;
    border-bottom: 1px solid #e7e1d7;
    background:
        radial-gradient(circle at top left, rgba(255, 98, 51, .055), transparent 30%),
        #f7f4ee;
}

.home-around-signature__head {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 54px;
    align-items: center;
    margin-bottom: 30px;
}

.home-around-signature__title > p {
    margin: 0 0 7px;
    color: var(--acc);
}

.home-around-signature__title .sh__t {
    margin: 0;
}

.home-around-signature__title .sh__slash { color: var(--acc); }

.home-around-signature__intro {
    padding-left: 24px;
    border-left: 1px solid #d8d0c4;
}

.home-around-signature__intro .home-section-intro {
    margin: 0 0 13px;
    max-width: none;
}

.home-around-signature__intro .sh__more {
    display: inline-flex;
}

.home-around-signature__frame {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.home-around-signature__frame::before,
.home-around-signature__frame::after {
    display: none;
}

.home-around-signature__grid {
    display: grid;
    gap: 20px;
    align-items: stretch;
}

.home-around-signature__grid--count-1 { grid-template-columns: minmax(0, 1fr); }
.home-around-signature__grid--count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home-around-signature__grid--count-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-around-signature__grid--count-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.home-around-signature__item {
    --around-accent: var(--acc);
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e1dacf;
    background: #fff;
    box-shadow: 0 12px 28px rgba(49, 41, 31, .06);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-around-signature__item:hover {
    transform: translateY(-4px);
    border-color: #d2c6b8;
    box-shadow: 0 18px 34px rgba(49, 41, 31, .11);
}

.home-around-signature__photo {
    display: block;
    position: relative;
    aspect-ratio: 5 / 4;
    overflow: hidden;
    background: #ece6dc;
}

.home-around-signature__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
}

.home-around-signature__item:hover .home-around-signature__photo img {
    transform: scale(1.03);
}

.home-around-signature__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 176px;
    padding: 18px 22px 20px;
}

.home-around-signature__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    color: var(--around-accent);
}

.home-around-signature__label::before {
    content: "";
    flex: 0 0 18px;
    width: 18px;
    height: 2px;
    background: currentColor;
}

.home-around-signature__card-title {
    margin: 0 0 8px;
    color: var(--ink);
}

.home-around-signature__text {
    display: block;
    margin: 0;
    color: var(--ink2);
}

.home-around-signature__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    padding-top: 18px;
    color: var(--around-accent);
}

.home-around-signature__note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 18px 0 0;
    color: var(--muted);
    font-family: var(--S);
    font-size: .72rem;
    line-height: 1.5;
}

.home-around-signature__note > span { color: var(--acc); }

/* --------------------------------------------------------------------------
 * EN IMAGES
 * Traitement éditorial proche de Recettes, en conservant le gris de la rubrique.
 * -------------------------------------------------------------------------- */
.home-signature-block--galleries {
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    background: var(--warm);
}

.home-galleries-signature__head {
    display: flex;
    align-items: flex-end;
    gap: 22px;
    margin-bottom: 22px;
}

.home-galleries-signature__head .sh__t {
    margin: 0;
}

.home-galleries-signature__line {
    height: 1px;
    flex: 1;
    min-width: 40px;
    margin-bottom: .18em;
    background: var(--rule);
}

.home-galleries-signature__head .sh__more {
    flex: 0 0 auto;
    margin-bottom: .02em;
}

.home-galleries-signature > .home-section-intro {
    margin-top: -8px;
}

.home-galleries-signature__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
}

.home-galleries-signature__cell {
    min-width: 0;
    padding: 18px 18px 20px;
}

.home-galleries-signature__cell + .home-galleries-signature__cell {
    border-left: 1px solid var(--rule);
}

.home-galleries-signature__card {
    aspect-ratio: 4 / 3;
    border-radius: 4px;
}

.home-galleries-signature__card .gal-card__ov {
    padding: 18px;
}

.home-galleries-signature__card .gal-card__h {
    font-size: 1.18rem;
    line-height: 1.2;
}

/* --------------------------------------------------------------------------
 * CARNET D'ADRESSES
 * -------------------------------------------------------------------------- */
.home-carnet-signature {
    display: grid;
    grid-template-columns: 355px minmax(0, 1fr);
    border-top: 1px solid #c9c1b7;
    border-bottom: 1px solid #c9c1b7;
    background: var(--paper);
}

.home-carnet-signature__editorial {
    min-width: 0;
    padding: 32px 32px 30px;
    display: flex;
    flex-direction: column;
    background: #f3ece2;
    border-right: 1px solid #d8d0c5;
}

.home-carnet-signature__title {
    margin-bottom: 30px;
}

.home-carnet-signature__title .sh__t {
    margin: 0;
}

.home-carnet-signature__eyebrow {
    margin: 0 0 10px;
    color: var(--acc);
    font-family: var(--S);
    font-size: .64rem;
    font-weight: 850;
    letter-spacing: .145em;
    text-transform: uppercase;
}

.home-carnet-signature__copy h3 {
    margin: 0;
    max-width: 13ch;
    color: var(--ink);
    font-family: var(--D);
    font-size: 2.05rem;
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -.04em;
}

.home-carnet-signature__copy > p:last-child {
    margin: 16px 0 0;
    max-width: 31ch;
    color: var(--ink2);
    font-family: var(--S);
    font-size: .82rem;
    line-height: 1.58;
}

.home-carnet-signature__cta {
    margin-top: auto;
    padding-top: 22px;
    color: var(--ink);
    font-family: var(--S);
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.home-carnet-signature__content {
    min-width: 0;
    padding: 26px 34px 24px;
}

.home-carnet-signature__rule {
    height: 1px;
    background: #d2ccc4;
}

.home-carnet-signature__row {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr) 38px;
    gap: 22px;
    align-items: center;
    min-height: 164px;
    padding: 18px 0;
    border-bottom: 1px solid #d2ccc4;
}

.home-carnet-signature__row:last-child { border-bottom: 0; }

.home-carnet-signature__image {
    height: 128px;
    overflow: hidden;
    background: var(--warm);
}

.home-carnet-signature__body p {
    margin: 0 0 6px;
    color: var(--acc);
    font-family: var(--S);
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.home-carnet-signature__body h3 {
    margin: 0;
    color: var(--ink);
    font-family: var(--D);
    font-size: 1.48rem;
    font-weight: 700;
    line-height: 1.08;
}

.home-carnet-signature__body > span {
    display: block;
    margin-top: 9px;
    max-width: 54ch;
    color: var(--ink2);
    font-family: var(--S);
    font-size: .82rem;
    line-height: 1.52;
}

.home-carnet-signature__arrow {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid #afa79e;
    border-radius: 50%;
    color: var(--ink);
    font-size: .7rem;
}

/* --------------------------------------------------------------------------
 * RECETTES MAISON
 * -------------------------------------------------------------------------- */
.home-signature-block--recipes {
    border-top: 1px solid #e7dfd4;
    border-bottom: 1px solid #e7dfd4;
    background: #faf6ef;
}

.home-recipes-signature__head {
    display: grid;
    grid-template-columns: auto minmax(50px, 1fr) auto;
    gap: 25px;
    align-items: end;
    margin-bottom: 25px;
}

.home-recipes-signature__head .sh__t {
    margin: 0;
}

.home-recipes-signature__line {
    height: 1px;
    background: #cfc6ba;
}

.home-recipes-signature__head > a {
    color: var(--ink);
    font-family: var(--S);
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-recipes-signature__grid {
    display: grid;
    border-top: 1px solid #cfc6ba;
    border-bottom: 1px solid #cfc6ba;
}

.home-recipes-signature__grid--count-1 { grid-template-columns: minmax(0, 1fr); }
.home-recipes-signature__grid--count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home-recipes-signature__grid--count-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-recipes-signature__grid--count-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.home-recipes-signature__item {
    min-width: 0;
    padding: 20px 24px 24px;
}

.home-recipes-signature__item + .home-recipes-signature__item {
    border-left: 1px solid #cfc6ba;
}

.home-recipes-signature__image {
    margin-bottom: 16px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eae4da;
}

.home-recipes-signature__image img { transition: transform .4s ease; }
.home-recipes-signature__item:hover .home-recipes-signature__image img { transform: scale(1.02); }

.home-recipes-signature__body p {
    margin: 0 0 6px;
    color: var(--acc);
    font-family: var(--S);
    font-size: .58rem;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.home-recipes-signature__body h3 {
    margin: 0;
    max-width: 29ch;
    color: var(--ink);
    font-family: var(--D);
    font-size: clamp(1.34rem, 1.8vw, 1.72rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.026em;
}

/* --------------------------------------------------------------------------
 * DARK MODE — chaque bloc est autonome, donc il reste cohérent quel que soit
 * son ordre dans la Home.
 * -------------------------------------------------------------------------- */
:root[data-theme="dark"] .home-signature-block--around {
    border-color: #332f2a;
    background: radial-gradient(circle at top left, rgba(255, 98, 51, .08), transparent 30%), #171614;
}

:root[data-theme="dark"] .home-around-signature__intro { border-color: #45413b; }
:root[data-theme="dark"] .home-around-signature__item {
    border-color: #45413b;
    background: #1d1c1a;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
}
:root[data-theme="dark"] .home-around-signature__item:hover {
    border-color: #5a5248;
}
:root[data-theme="dark"] .home-around-signature__photo {
    background: #25231f;
}

:root[data-theme="dark"] .home-carnet-signature {
    border-color: #45413b;
    background: var(--paper);
}
:root[data-theme="dark"] .home-carnet-signature__editorial {
    border-color: #4a4138;
    background: #251f19;
}
:root[data-theme="dark"] .home-carnet-signature__rule,
:root[data-theme="dark"] .home-carnet-signature__row { border-color: #45413b; background-color: transparent; }

:root[data-theme="dark"] .home-signature-block--recipes {
    border-color: #3d352d;
    background: #171411;
}
:root[data-theme="dark"] .home-recipes-signature__line,
:root[data-theme="dark"] .home-recipes-signature__grid,
:root[data-theme="dark"] .home-recipes-signature__item + .home-recipes-signature__item { border-color: #4a4138; }

/* --------------------------------------------------------------------------
 * RESPONSIVE
 * -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
    .home-media-signature__head {
        grid-template-columns: minmax(0, 1fr) auto;
    }
    .home-media-signature__head > p { grid-column: 1 / 2; }
    .home-media-signature__head > a { grid-column: 2 / 3; grid-row: 1 / 3; }

    .home-media-signature__grid--count-2,
    .home-media-signature__grid--count-3,
    .home-media-signature__grid--count-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    .home-around-signature__head { grid-template-columns: minmax(0, 1fr); gap: 18px; }
    .home-around-signature__intro { max-width: 72ch; padding-left: 0; border-left: 0; }
    .home-around-signature__grid--count-3,
    .home-around-signature__grid--count-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .home-carnet-signature { grid-template-columns: 310px minmax(0, 1fr); }
    .home-carnet-signature__row { grid-template-columns: 210px minmax(0, 1fr) 36px; }

    .home-recipes-signature__grid--count-3,
    .home-recipes-signature__grid--count-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-recipes-signature__grid--count-3 .home-recipes-signature__item:nth-child(3),
    .home-recipes-signature__grid--count-4 .home-recipes-signature__item:nth-child(3) {
        border-left: 0;
        border-top: 1px solid #cfc6ba;
    }
    .home-recipes-signature__grid--count-4 .home-recipes-signature__item:nth-child(4) {
        border-top: 1px solid #cfc6ba;
    }
}

@media (max-width: 720px) {
    .home-media-signature { border-radius: 12px; }
    .home-media-signature__head { display: block; min-height: 0; padding: 22px 20px; }
    .home-media-signature__head > p { margin-top: 14px; }
    .home-media-signature__head > a { display: inline-block; margin-top: 18px; padding-left: 0; border-left: 0; }


    .home-signature-block--around {
    }

    .home-around-signature__frame {
        padding: 0;
    }
    .home-around-signature__grid,
    .home-around-signature__grid--count-2,
    .home-around-signature__grid--count-3,
    .home-around-signature__grid--count-4 { grid-template-columns: minmax(0, 1fr); }
    .home-around-signature__photo {
        aspect-ratio: 16 / 10;
    }
    .home-around-signature__body {
        min-height: 0;
        padding: 18px 18px 20px;
    }

    .home-carnet-signature { display: block; }
    .home-carnet-signature__editorial { padding: 26px 24px; border-right: 0; border-bottom: 1px solid #d8d0c5; }
    .home-carnet-signature__copy h3 { max-width: 18ch; font-size: 1.85rem; }
    .home-carnet-signature__content { padding: 20px; }
    .home-carnet-signature__row { grid-template-columns: 112px minmax(0, 1fr); gap: 14px; min-height: 120px; padding: 14px 0; }
    .home-carnet-signature__image { height: 92px; }
    .home-carnet-signature__body h3 { font-size: 1.2rem; }
    .home-carnet-signature__body > span { font-size: .76rem; }
    .home-carnet-signature__arrow { display: none; }

    .home-signature-block--recipes {
    }
    .home-recipes-signature__head { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 16px; }
    .home-recipes-signature__line { order: 4; flex-basis: 100%; width: 100%; }
    .home-recipes-signature__grid,
    .home-recipes-signature__grid--count-2,
    .home-recipes-signature__grid--count-3,
    .home-recipes-signature__grid--count-4 { grid-template-columns: minmax(0, 1fr); }
    .home-recipes-signature__item { padding-inline: 0; }
    .home-recipes-signature__item + .home-recipes-signature__item,
    .home-recipes-signature__grid--count-3 .home-recipes-signature__item:nth-child(3),
    .home-recipes-signature__grid--count-4 .home-recipes-signature__item:nth-child(3),
    .home-recipes-signature__grid--count-4 .home-recipes-signature__item:nth-child(4) {
        border-left: 0;
        border-top: 1px solid #cfc6ba;
    }
}


/* HOME SIGNATURE V1.3.1 — responsive média aligné sur les H2 Home */
@media (max-width: 760px) {
    .home-media-signature__head {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px 14px;
    }

    .home-media-signature__heading {
        width: 100%;
    }

    .home-signature-block--media::before {
        top: 126px;
        height: 88px;
        background-size: 180% 100%;
        opacity: .72;
    }

    .home-signature-block--media .home-section-intro {
        margin-bottom: 30px;
    }

    .home-media-signature__line {
        order: 3;
        flex-basis: 100%;
        margin: 0;
    }

    .home-media-signature__head > a {
        order: 2;
        margin-left: auto;
    }


    .home-media-signature__grid,
    .home-media-signature__grid--count-1,
    .home-media-signature__grid--count-2,
    .home-media-signature__grid--count-3,
    .home-media-signature__grid--count-4 {
        grid-template-columns: minmax(0, 1fr);
        gap: 22px;
        padding: 0 16px 18px;
        align-items: start;
    }

    .home-media-signature__grid--count-2 {
        gap: 34px;
    }

    .home-media-signature__grid--count-2::before {
        content: "";
        position: absolute;
        z-index: 2;
        top: calc(50% - 9px);
        left: 16px;
        right: 16px;
        height: 1px;
        background: rgba(255, 255, 255, .18);
        pointer-events: none;
    }

    .home-media-signature__grid--count-2::after {
        content: "";
        position: absolute;
        z-index: 3;
        top: calc(50% - 10px);
        left: 50%;
        width: 44px;
        height: 3px;
        transform: translateX(-50%);
        background: var(--acc);
        opacity: .78;
        pointer-events: none;
    }

    .home-media-signature__item,
    .home-media-signature__grid--count-1 .home-media-signature__item,
    .home-media-signature__grid--count-2 .home-media-signature__item,
    .home-media-signature__grid--count-3 .home-media-signature__item,
    .home-media-signature__grid--count-4 .home-media-signature__item {
        aspect-ratio: 4 / 3;
        min-height: 0;
    }

    .home-media-signature__body {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }
}


@media (max-width: 720px) {
    .home-signature-block--media {
    }
}


/* HOME SIGNATURE V1.5.2 — En Images responsive */
@media (max-width: 900px) {
    .home-galleries-signature__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-galleries-signature__cell:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--rule);
    }
}

@media (max-width: 720px) {
    .home-signature-block--galleries {
    }

    .home-galleries-signature__head {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 14px;
    }

    .home-galleries-signature__head .sh__t {
        width: 100%;
    }

    .home-galleries-signature__line {
        order: 4;
        flex-basis: 100%;
        width: 100%;
        margin: 0;
    }

    .home-galleries-signature__head .sh__more {
        margin-left: auto;
    }

    .home-galleries-signature__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-galleries-signature__cell,
    .home-galleries-signature__cell:nth-child(3) {
        padding: 16px 0 18px;
        border-left: 0;
        border-top: 0;
    }

    .home-galleries-signature__cell + .home-galleries-signature__cell {
        border-left: 0;
        border-top: 1px solid var(--rule);
    }

    .home-galleries-signature__card {
        aspect-ratio: 16 / 10;
    }
}

/* ========================================================================== 
 * PÉPITES — HOME / RYTHME DU FLUX DYNAMIQUE
 * Correctif structurel 2026-08-22 V6
 *
 * Une seule règle de rythme pour TOUS les blocs déplaçables :
 * - aucune marge extérieure entre les sections ;
 * - chaque section conserve une respiration INTERNE en haut ET en bas ;
 * - chaque côté ne porte que la moitié du rythme vertical cible.
 *
 * Deux sections voisines donnent donc UN seul rythme visuel :
 *   bas A (20–28px) + haut B (20–28px) = 40–56px au total.
 * Cela reste identique si une section est masquée ou déplacée, sans bande
 * blanche parasite et sans double espacement de 80–120px.
 * ========================================================================== */

.home-section-space {
    --home-section-edge-y: clamp(20px, 2vw, 28px);
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: var(--home-section-edge-y);
    padding-bottom: var(--home-section-edge-y);
}

/* Le ticker reste volontairement plus compact. */
.home-section-space--ticker {
    --home-section-edge-y: 12px;
}

/* Les surfaces graphiques suivent exactement la même règle que les autres. */
.home-signature-block--recipes.home-section-space,
.home-signature-block--media.home-section-space,
.home-signature-block--galleries.home-section-space,
.home-signature-block--around.home-section-space,
.home-signature-block--carnet.home-section-space {
    padding-top: var(--home-section-edge-y);
    padding-bottom: var(--home-section-edge-y);
}

/* Préserver uniquement les contraintes horizontales historiques. */
.quote-block.home-section-space {
    margin-left: auto;
    margin-right: auto;
}

.join-block-wrap.home-section-space {
    margin-bottom: 0;
}

.home-section-space--ad .ad-standalone {
    margin: 0 auto;
}

/* Le wrapper porte désormais toute la respiration verticale de Pages. */
.pages-picks { margin-top: 0; padding-top: 0; }

@media (max-width: 720px) {
    .home-section-space {
        --home-section-edge-y: 16px;
    }

    .home-section-space--ticker {
        --home-section-edge-y: 10px;
    }
}


/* === A VOS STYLOS === */
/* ==========================================================================
 * À vos stylos — bandeau de page d'accueil
 * Tokens hérités de home/00-tokens.css. Aucun token local.
 * ========================================================================== */

.stylos-hero{
    display:grid;
    grid-template-columns:1.9fr 1fr;
    gap:clamp(26px,3.6vw,48px);
    min-height:480px;
}
.stylos-hero--solo{grid-template-columns:minmax(0,1fr)}

/* --- le visuel de l'amorce (patron .hero__vis) --- */
.stylos-vis{
    position:relative;overflow:hidden;background:linear-gradient(145deg,#2b2b2b 0%,#1a1a1a 55%,#000 100%);
    display:flex;flex-direction:column;justify-content:flex-end;
    border-radius:4px;min-height:440px;
}
.stylos-vis__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:transform .9s ease}
.stylos-vis:hover .stylos-vis__img{transform:scale(1.03)}
.stylos-vis__grad{
    position:absolute;inset:0;z-index:1;pointer-events:none;
    background:linear-gradient(to top,rgba(0,0,0,.92) 0%,rgba(0,0,0,.45) 52%,transparent 100%);
}
.stylos-vis__cap{position:relative;z-index:2;width:100%;padding:clamp(20px,2.6vw,38px);margin-top:auto}
.stylos-vis__tag{
    display:inline-block;margin-bottom:14px;padding:6px 12px;border-radius:4px;
    background:var(--acc);color:#fff;font-size:.65rem;font-weight:800;
    letter-spacing:.15em;text-transform:uppercase;box-shadow:0 4px 10px rgba(0,0,0,.2);
}
.stylos-vis__from{
    display:block;margin-bottom:10px;font-size:.68rem;font-weight:700;
    letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.72);
}
.stylos-vis__quote{
    font-family:var(--D);font-style:italic;font-weight:600;
    font-size:clamp(1.6rem,2.7vw,2.5rem);line-height:1.14;color:#fff;max-width:22ch;
}
.stylos-vis__ask{
    font-family:var(--D);font-weight:700;
    font-size:clamp(1.7rem,3vw,2.7rem);line-height:1.1;color:#fff;max-width:18ch;
}
.stylos-vis__say{margin-top:14px;font-size:.98rem;line-height:1.62;color:rgba(255,255,255,.92);max-width:54ch}
.stylos-vis__say strong{font-weight:700;color:#fff}
.stylos-vis__actions{margin-top:22px;display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.stylos-vis__meta{
    margin-top:18px;padding-top:14px;border-top:1px solid rgba(255,255,255,.22);
    font-size:.68rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:rgba(255,255,255,.78);
}
.stylos-vis__meta b{color:#fff}
.stylos-vis__meta span{color:var(--acc)}

/* --- colonne de droite (patron .hero__side) --- */
.stylos-side{display:flex;flex-direction:column;padding-top:10px}
.stylos-side__label{
    font-size:.6rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;
    color:var(--muted);padding-bottom:10px;border-bottom:2px solid var(--ink);
}
.stylos-item{display:block;padding:20px 0;border-bottom:1px solid var(--rule)}
.stylos-item .ey{display:block;margin-bottom:8px}
.stylos-item__h{font-family:var(--D);font-size:1.4rem;font-weight:700;line-height:1.2;color:var(--ink);transition:color .18s}
.stylos-item:hover .stylos-item__h{color:var(--acc)}
.stylos-item__meta{margin-top:7px;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.stylos-side__more{margin-top:auto;padding-top:22px}

/* --- entre deux manches --- */
.stylos-rest{
    display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;
    margin-top:18px;padding:22px 24px;background:var(--warm);
    border:1px solid var(--rule);border-left:4px solid var(--acc);border-radius:14px;
}
.stylos-rest__t{font-family:var(--D);font-size:1.2rem;font-weight:700;line-height:1.3;color:var(--ink)}
.stylos-rest__p{margin-top:6px;font-size:.88rem;color:var(--ink2);max-width:62ch}

@media (max-width:1000px){
    .stylos-hero{grid-template-columns:minmax(0,1fr);min-height:0;gap:28px}
    .stylos-vis{min-height:400px}
    .stylos-side__more{margin-top:18px;padding-top:0}
}
@media (max-width:700px){
    .stylos-vis__actions .btn-primary,
    .stylos-vis__actions .btn-outline-white{width:100%;text-align:center}
}
@media (prefers-reduced-motion:reduce){
    .stylos-vis__img{transition:none}
    .stylos-vis:hover .stylos-vis__img{transform:none}
}
