/* ════════════════════════════════════════════════════════════════════
   NOSK8 — Page À PROPOS (Marque & Média) - DA officielle, mobile-first
   Palette : noir #0a0f1a / bleu nuit #1a2744 / blanc / gris #6b7896
   Bebas Neue (titres) · Inter (corps)
   ════════════════════════════════════════════════════════════════════ */

.n8-about {
    --n8a-ink: #0a0f1a;
    --n8a-navy: #1a2744;
    --n8a-navy-soft: #2a3a5c;
    --n8a-paper: #ffffff;
    --n8a-cream: #f7f5f0;
    --n8a-muted: #6b7896;
    --n8a-line: #e6e9ef;
    --n8a-accent: #1a2744;

    color: var(--n8a-ink);
    background: var(--n8a-paper);
    font-family: 'Inter', system-ui, sans-serif;
    overflow-x: hidden;
}

/* Reset le padding-top que Blocksy met pour header sticky
   + casse les contraintes max-width de Blocksy/Elementor pour que le hero
   full-bleed couvre vraiment 100vw (correctif 2026-05-17). */
body.page-template-page-nosk8-about main.site-main,
body.page-template-page-nosk8-about #main,
body.page-template-page-nosk8-about .ct-page-content,
body.page-template-page-nosk8-about .entry-content,
body.page-template-page-nosk8-contact main.site-main,
body.page-template-page-nosk8-contact #main,
body.page-template-page-nosk8-contact .ct-page-content,
body.page-template-page-nosk8-contact .entry-content,
body.page-template-page-nosk8-faq main.site-main,
body.page-template-page-nosk8-faq #main,
body.page-template-page-nosk8-faq .ct-page-content,
body.page-template-page-nosk8-faq .entry-content,
body.page-template-page-nosk8-news main.site-main,
body.page-template-page-nosk8-news #main,
body.page-template-page-nosk8-news .ct-page-content,
body.page-template-page-nosk8-news .entry-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

.n8-about__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22px;
}
.n8-about__inner--narrow { max-width: 760px; }

/* ── Petits marqueurs ® et ⓘ utilisés dans les eyebrows & twin link ─── */
.n8a-mark {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    line-height: 1;
    margin-left: 1px;
    vertical-align: super;
}
.n8a-mark--r {
    font-size: 0.55em;
    font-weight: 600;
    position: relative;
    top: -0.05em;
}
.n8a-mark--i {
    width: 1.25em;
    height: 1.25em;
    border: 1.4px solid currentColor;
    border-radius: 50%;
    text-align: center;
    font-style: italic;
    font-weight: 700;
    font-size: 0.45em;
    line-height: 1.2em;
    box-sizing: border-box;
    position: relative;
    top: -0.05em;
}

/* ════════════════════════════════════════════════════════════════════
   HERO — bandeau image full-bleed + overlay + texte centré.
   Hauteur réduite (bandeau, pas pleine page) — révisé 2026-05-16.
   Break-out width:100vw pour échapper au container .site-main de Blocksy
   et couvrir TOUTE la largeur du viewport (édge-à-édge).
   ════════════════════════════════════════════════════════════════════ */
.n8-about__hero {
    position: relative;
    min-height: 38svh;
    min-height: 38vh;
    max-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--n8a-paper);
    overflow: hidden;
    text-align: center;
    /* Full-bleed : sortir du container parent (.site-main) pour couvrir 100vw */
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    /* Fond sombre : si l'image ne charge pas ou est trop petite, on a un noir
       cohérent au lieu de bandes blanches (David 2026-05-17). */
    background: #0a0f1a;
}
.n8-about__hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.n8-about__hero-media img {
    /* L'image DOIT couvrir 100% du container quelle que soit la résolution
       source. Combo width/height 100% + min 100% + object-fit cover empêche
       toute bande blanche, même si l'image originale est plus petite. */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}
.n8-about__hero-overlay {
    position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(10,15,26,0.55) 0%, rgba(10,15,26,0.45) 40%, rgba(10,15,26,0.75) 100%);
}
.n8-about__hero-inner {
    position: relative;
    z-index: 1;
    padding: 40px 22px 44px;
    max-width: 900px;
}
.n8-about__eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin: 0 0 14px;
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
}
.n8-about__eyebrow-tag {
    background: rgba(255,255,255,0.13);
    padding: 4px 10px;
    border-radius: 4px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.n8-about__h1 {
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-weight: 400;
    font-size: clamp(32px, 5.4vw, 60px);
    line-height: 0.98;
    letter-spacing: 0.005em;
    margin: 0 0 12px;
    color: #ffffff;
}
.n8-about__lead {
    font-family: 'Inter', sans-serif;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.5;
    color: rgba(255,255,255,0.92);
    max-width: 580px;
    margin: 0 auto;
    font-weight: 400;
}
.n8-about__hero-scroll {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    padding: 8px 16px;
    border: 1.5px solid rgba(255,255,255,0.35);
    border-radius: 999px;
    color: #ffffff !important;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.n8-about__hero-scroll:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.6);
}
.n8-about__hero-scroll svg {
    width: 14px; height: 14px;
    animation: n8a-bounce 1.6s ease-in-out infinite;
}
@keyframes n8a-bounce {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(3px); }
}
@media (prefers-reduced-motion: reduce) {
    .n8-about__hero-scroll svg { animation: none; }
}

/* ════════════════════════════════════════════════════════════════════
   Label de section commun (eyebrow petit format)
   ════════════════════════════════════════════════════════════════════ */
.n8-about__section-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--n8a-muted);
    margin: 0 0 32px;
    position: relative;
    padding-left: 36px;
}
.n8-about__section-label::before {
    content: "";
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 24px; height: 2px;
    background: var(--n8a-navy);
}

/* ════════════════════════════════════════════════════════════════════
   MANIFESTE — 3 mots forts, taille Bebas généreuse
   ════════════════════════════════════════════════════════════════════ */
.n8-about__manifesto {
    padding: 90px 0 80px;
    background: var(--n8a-paper);
}
.n8-about__manifesto-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}
@media (min-width: 900px) {
    .n8-about__manifesto-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 48px;
    }
}
.n8-about__manifesto-item {
    padding-left: 0;
    border-left: 0;
    position: relative;
}
@media (min-width: 900px) {
    .n8-about__manifesto-item + .n8-about__manifesto-item {
        border-left: 1px solid var(--n8a-line);
        padding-left: 36px;
    }
}
.n8-about__manifesto-num {
    font-family: 'Space Mono', 'SF Mono', monospace;
    font-size: 11px;
    color: var(--n8a-muted);
    letter-spacing: 0.1em;
    display: inline-block;
    margin-bottom: 14px;
}
.n8-about__manifesto-word {
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-weight: 400;
    font-size: clamp(40px, 5.4vw, 64px);
    line-height: 1;
    color: var(--n8a-ink);
    margin: 0 0 14px;
    letter-spacing: 0.01em;
}
.n8-about__manifesto-desc {
    font-size: 15px;
    line-height: 1.5;
    color: var(--n8a-navy);
    margin: 0;
}

/* ════════════════════════════════════════════════════════════════════
   INTRO — bloc texte centré, sobre
   ════════════════════════════════════════════════════════════════════ */
.n8-about__intro {
    padding: 60px 0 80px;
    background: var(--n8a-cream);
}
.n8-about__intro-title {
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-weight: 400;
    font-size: clamp(32px, 4.6vw, 52px);
    line-height: 1.05;
    color: var(--n8a-ink);
    margin: 0 0 22px;
    letter-spacing: 0.01em;
}
.n8-about__intro-body {
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.65;
    color: var(--n8a-navy);
}
.n8-about__intro-body em {
    font-style: italic;
    color: var(--n8a-ink);
}

/* ════════════════════════════════════════════════════════════════════
   PILIERS — grille 2×2 (4 cartes)
   ════════════════════════════════════════════════════════════════════ */
.n8-about__pillars {
    padding: 90px 0 80px;
    background: var(--n8a-paper);
}
.n8-about__pillars-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}
@media (min-width: 700px) {
    .n8-about__pillars-grid {
        grid-template-columns: 1fr 1fr;
        gap: 22px;
    }
}
@media (min-width: 1050px) {
    .n8-about__pillars-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 22px;
    }
}
.n8-about__pillar {
    padding: 32px 26px;
    border: 1.5px solid var(--n8a-line);
    border-radius: 14px;
    background: var(--n8a-paper);
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.n8-about__pillar:hover {
    border-color: var(--n8a-navy);
    transform: translateY(-3px);
    box-shadow: 0 14px 40px -20px rgba(26,39,68,0.25);
}
.n8-about__pillar-icon {
    display: inline-flex;
    align-items: center; justify-content: center;
    width: 46px; height: 46px;
    color: var(--n8a-navy);
    margin-bottom: 18px;
}
.n8-about__pillar-icon svg { width: 46px; height: 46px; }
.n8-about__pillar-title {
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.05;
    color: var(--n8a-ink);
    margin: 0 0 10px;
    letter-spacing: 0.02em;
}
.n8-about__pillar-desc {
    font-size: 14px;
    line-height: 1.55;
    color: var(--n8a-muted);
    margin: 0;
}

/* ════════════════════════════════════════════════════════════════════
   SIGNATURE — split 50/50 image + texte
   ════════════════════════════════════════════════════════════════════ */
.n8-about__signature {
    background: var(--n8a-ink);
    color: var(--n8a-paper);
    overflow: hidden;
}
.n8-about__signature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 1400px;
    margin: 0 auto;
}
@media (min-width: 900px) {
    .n8-about__signature-grid {
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
    }
}
.n8-about__signature-media {
    min-height: 320px;
    overflow: hidden;
    background: #111;
}
.n8-about__signature-media img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    min-height: 320px;
}
@media (min-width: 900px) {
    .n8-about__signature-media,
    .n8-about__signature-media img { min-height: 520px; }
}
.n8-about__signature-text {
    padding: 60px 30px;
}
@media (min-width: 900px) {
    .n8-about__signature-text {
        padding: 80px 60px;
        display: flex; flex-direction: column; justify-content: center;
    }
}
.n8-about__signature-text .n8-about__section-label { color: rgba(255,255,255,0.55); }
.n8-about__signature-text .n8-about__section-label::before { background: rgba(255,255,255,0.45); }
.n8-about__signature-title {
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-weight: 400;
    font-size: clamp(34px, 4.8vw, 56px);
    line-height: 1.02;
    color: #ffffff;
    margin: 0 0 24px;
    letter-spacing: 0.01em;
}
.n8-about__signature-body {
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.65;
    color: rgba(255,255,255,0.85);
    margin: 0;
}
.n8-about__signature-body em { color: #ffffff; font-style: italic; }

/* ════════════════════════════════════════════════════════════════════
   CTA FINAL + twin link vers l'autre page (Marque ⇆ Média)
   ════════════════════════════════════════════════════════════════════ */
.n8-about__cta {
    padding: 100px 0 90px;
    background: var(--n8a-paper);
    text-align: center;
}
.n8-about__cta-kicker {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--n8a-muted);
    margin: 0 0 18px;
}
.n8-about__cta-title {
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-weight: 400;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.04;
    color: var(--n8a-ink);
    margin: 0 0 18px;
    letter-spacing: 0.01em;
}
.n8-about__cta-body {
    font-size: 16px;
    line-height: 1.55;
    color: var(--n8a-muted);
    max-width: 580px;
    margin: 0 auto 36px;
}
.n8-about__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 28px;
    background: var(--n8a-ink);
    color: #ffffff !important;
    border-radius: 999px;
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}
.n8-about__cta-btn:hover {
    background: var(--n8a-navy);
    transform: translateY(-2px);
}
.n8-about__cta-btn svg {
    width: 18px; height: 18px;
    transition: transform 0.2s;
}
.n8-about__cta-btn:hover svg { transform: translateX(3px); }

.n8-about__twin-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-top: 40px;
    padding: 14px 22px;
    border-top: 1px solid var(--n8a-line);
    border-radius: 0;
    text-decoration: none;
    color: var(--n8a-muted);
    transition: color 0.2s;
    line-height: 1.3;
}
.n8-about__twin-link:hover { color: var(--n8a-ink); }
.n8-about__twin-label {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--n8a-muted);
}
.n8-about__twin-title {
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-size: 22px;
    letter-spacing: 0.03em;
    color: var(--n8a-ink);
}
