/* =========================================
   STYLE TEMPLATE SPECIAL
   marche avec 
   header-special.php
   et single-special.php 
   footer-special.php

    decembre 2025

   ========================================= */
/*
Theme Name: Special Brutalist Style
Description: Style isolé pour le template Special
*/




@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');


:root {
    /* Namespace des variables pour éviter les conflits */
    --sp-bg: #ffffff;
    --sp-ink: #000000;
    --sp-gray: #f0f0f0;
    --sp-grid-color: #e0e0e0;
    --sp-accent: #0000ff; /* Bleu électrique */
    --sp-alert: #ff0000;
    --sp-font-main: 'Archivo', sans-serif;
    --sp-font-mono: 'Space Mono', monospace;
    --sp-border-thick: 2px solid var(--sp-ink);
    --sp-border-thin: 1px solid var(--sp-ink);
}

:root {
    --font-main-1: 'Archivo', sans-serif;
    --font-mono-1: 'Space Mono', monospace;

    --sp-font-main-2: 'Arial', sans-serif; /* Fallback safe */
    --sp-font-mono-2: 'Courier New', monospace; /* Fallback safe */
}


/* --- RESET LOCAL --- */
/* On cible body avec une classe spécifique si possible, 
   ou on utilise des sélecteurs forts */

body {
    background-color: var(--sp-bg) !important;
    color: var(--sp-ink) !important;
    font-family: var(--sp-font-main);
    cursor: crosshair; /* Curseur technique */
}

a { 
    text-decoration: none; 
    color: var(--sp-ink); 
}



/* -------- menu special 2026 ----------- */
/* --- BOUTON TRIGGER --- */
.sp-btn-reset {
    background: none;
    border: none;
    font-family: var(--sp-font-mono);
    font-size: 0.85rem;
    text-transform: uppercase;
    color: var(--sp-ink);
    cursor: pointer;
    padding: 0;
}

/* --- OVERLAY MENU (menu-special-2026) --- */
.menu-special-2026 {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background-color: var(--sp-ink); /* Fond Noir */
    color: var(--sp-bg); /* Texte Blanc */
    z-index: 9999;
    transform: translateY(-200%);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
    flex-direction: column;
}

/* CORRECTIF COULEUR LIENS */
/* On force tous les liens DANS le menu spécial à être blancs */
.menu-special-2026 a {
    color: var(--sp-bg) !important; /* Force le BLANC */
}

/* Liste des liens (Typo Massive) */
ul.sp-menu-list a {
    font-family: var(--sp-font-main);
    font-size: clamp(2rem, 6vw, 5rem);
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-text-stroke: 1px transparent; /* Par défaut pas de contour */
    transition: all 0.3s;
    display: inline-block;
}

/* Hover : Texte devient transparent avec contour blanc */
ul.sp-menu-list a:hover {
    color: transparent !important; /* Texte devient transparent */
    -webkit-text-stroke: 2px var(--sp-bg); /* Contour BLANC */
    letter-spacing: 5px;
}

/* Le reste du CSS du menu reste identique (grid-bg, header, footer...) */


/* État ouvert */
.menu-special-2026.is-active {
    transform: translateY(0);
}

/* Grille décorative en background du menu */
.sp-menu-grid-bg {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

/* Header du menu */
.sp-menu-header {
    padding: 1.5rem 5%;
    display: flex;
    justify-content: space-between;
    font-family: var(--sp-font-mono);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.sp-menu-header button {
    color: var(--sp-bg);
    font-size: 1.2rem;
}

.sp-menu-header button:hover {
    color: var(--sp-accent);
}

/* Liste des liens (Typographie Massive) */
/* =========================================
   MENU NAVIGATION - STYLE DATA-GRID BRUTALIST
   Palette: Noir (#000), Blanc (#fff), Gris (#808080)
   ========================================= */

.sp-menu-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centré verticalement */
    align-items: flex-end;   /* Aligné à droite de l'écran */
    padding: 0 5%;
    width: 100%;
}

/* Le Conteneur "Tableau" */
ul.sp-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 500px; /* Largeur contrôlée pour l'élégance */
    border-top: 2px solid #fff; /* Ligne épaisse haut */
    background: transparent;
    counter-reset: sp-menu-counter; /* Initialise le compteur */
}

/* --- LIGNE (ITEM PRINCIPAL) --- */
ul.sp-menu-list > li {
    display: grid;
    /* 3 Colonnes : Index (40px) | Contenu (Auto) | Flèche (40px) */
    grid-template-columns: 40px 1fr 40px; 
    border-bottom: 1px solid #333; /* Gris très sombre pour séparation subtile */
    background: transparent;
    transition: background 0.2s ease, border-color 0.2s ease;
    min-height: 80px; /* Hauteur minimale confortable */
}

/* Effet Survol Ligne */
ul.sp-menu-list > li:hover {
    background: #fff; /* Fond devient BLANC */
    border-bottom-color: #fff;
}

/* --- COLONNE 1 : INDEX (01, 02...) --- */
ul.sp-menu-list > li::before {
    counter-increment: sp-menu-counter;
    content: "0" counter(sp-menu-counter);
    font-family: var(--sp-font-mono); /* Ta police monospace */
    font-size: 0.8rem;
    color: #666; /* Gris moyen */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* Centre verticalement dans la case */
    border-right: 1px solid #333; /* Séparateur vertical */
    transition: color 0.2s;
}

/* Survol Index */
ul.sp-menu-list > li:hover::before {
    color: #000; /* Devient NOIR */
    border-right-color: #eee; /* Séparateur devient gris clair */
}

/* --- COLONNE 2 : CONTENU (LIEN + SOUS-MENU) --- */
/* On cible le <a> principal pour le styliser, mais attention :
   WordPress met parfois les sous-menus APRÈS le <a>, pas DEDANS.
   On doit donc cibler le LI pour le layout interne si besoin,
   mais ici on suppose que le <a> est l'élément cliquable principal. */

ul.sp-menu-list > li {
    position: relative; /* Pour positionner les enfants si besoin */
}

/* On utilise flex dans la colonne centrale pour empiler Titre et Sous-menus */
ul.sp-menu-list > li > a {
    grid-column: 2; /* Force le lien dans la colonne centrale */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 1.5rem; /* Espace interne */
    text-decoration: none;
    height: 100%;
}

/* TITRE DU LIEN */
ul.sp-menu-list > li > a {
    font-family: var(--sp-font-mono);
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff; /* BLANC par défaut */
    transition: color 0.2s;
}

/* Survol Titre */
ul.sp-menu-list > li:hover > a {
    color: #000; /* NOIR au survol */
}

/* --- SOUS-MENUS (Gestion Complexe) --- */
/* WordPress place <ul> sous-menu comme frère de <a> dans le <li> */
ul.sp-menu-list > li > ul.sub-menu {
    grid-column: 2; /* Se place aussi dans la colonne centrale */
    grid-row: 2; /* Se met théoriquement en dessous si on utilisait grid-template-rows, mais ici on va ruser */
    
    /* En fait, pour garder la grille stricte 3 colonnes, le plus simple est
       de dire que le LI est un grid container, mais le sous-menu doit
       s'afficher DANS le flux de la colonne 2.
       
       Solution : On va modifier le LI pour qu'il soit un container FLEX ou BLOCK
       et recréer la grille via des spans ou pseudo-elements ? Non trop complexe.
       
       Meilleure solution : On laisse le sub-menu en absolute ou on accepte
       qu'il s'affiche SOUS le titre dans la même case. */
    
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 0 1rem 1.5rem; /* Marge gauche alignée avec le texte */
    margin-top: -0.5rem; /* Remonte un peu vers le titre */
    list-style: none;
    pointer-events: none; /* Laisse cliquer le gros lien parent si besoin, ou auto */
    pointer-events: auto;
}

/* Si le sous-menu existe, on doit dire au LI de permettre le wrap */
ul.sp-menu-list > li.menu-item-has-children {
    display: flex; /* On passe en flex pour gérer le layout complexe */
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0;
}

/* On recrée la structure grille visuelle avec flex */
/* 1. INDEX (Pseudo element) */
ul.sp-menu-list > li.menu-item-has-children::before {
    flex: 0 0 40px; /* Largeur fixe */
    border-right: 1px solid #333;
}

/* 2. LE LIEN (Wrapper contenu) */
ul.sp-menu-list > li.menu-item-has-children > a {
    flex: 1 1 auto; /* Prend la place restante */
    width: calc(100% - 80px); /* Moins index et flèche */
    border-right: 1px solid #333;
}

/* 3. LE SOUS MENU */
ul.sp-menu-list > li.menu-item-has-children > ul.sub-menu {
    flex: 1 1 100%; /* Prend toute la largeur ligne suivante */
    padding-left: 55px; /* Aligné visuellement (40px index + 15px gap) */
    padding-bottom: 1rem;
    border-top: 0; /* Pas de bordure interne */
}

/* Style des liens sous-menu */
ul.sp-menu-list ul.sub-menu li a {
    font-size: 0.75rem;
    font-family: var(--sp-font-mono);
    color: #888 !important; /* GRIS */
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #444;
    padding: 2px 8px;
    transition: all 0.2s;
}

ul.sp-menu-list > li:hover ul.sub-menu li a {
    color: #666 !important; /* Gris foncé sur fond blanc */
    border-color: #ccc;
}

ul.sp-menu-list ul.sub-menu li a:hover {
    background: #000;
    color: #fff !important;
    border-color: #000;
}

/* --- COLONNE 3 : FLÈCHE --- */
/* Pour les items simples (Grid) */
ul.sp-menu-list > li::after {
    content: "↘"; /* Flèche diagonale technique */
    font-family: sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-weight: bold;
    grid-column: 3; /* Colonne 3 */
}

/* Pour les items complexes (Flex) */
ul.sp-menu-list > li.menu-item-has-children::after {
    content: "↘";
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    /* Position absolue hack pour le mettre en haut à droite du bloc flex */
    height: 80px; /* Hauteur estimée du header ligne */
}

ul.sp-menu-list > li:hover::after {
    color: #000;
    transform: rotate(-45deg); /* La flèche pointe vers la droite (->) au survol */
    transition: transform 0.3s;
}

/* --- MOBILE --- */
@media (max-width: 768px) {
    .sp-menu-content {
        align-items: center; /* Centré mobile */
        padding-bottom: 4rem;
    }
    ul.sp-menu-list {
        max-width: 90%;
    }
}







/* ------- contenu et block ---------- */

.sp-content-body {
    /*padding: 4rem 5%;*/
    /*max-width: 1200px;*/

    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.6;
}

/*
.sp-content-body {
    display: grid;
    grid-template-columns:
        [full-start] 1fr
        [content-start] min(1200px, 100% - 2rem) [content-end]
        1fr [full-end];
}*/

.sp-content-body {
    display: grid;
    grid-template-columns:
        [full-start] 1fr
        [wide-start] 2rem
        [content-start] min(800px, 100% - 12rem) [content-end]
        2rem [wide-end]
        1fr [full-end];
}

/* blocs centrer */
.sp-content-body > * {
    grid-column: content;
    /*border: 2px solid green;*/
}

@media (max-width: 800px) {
    .sp-content-body > * {
    grid-column: full;
    /*border: 2px solid yellow;*/
}
}




/* ------- titre ------- */
.sp-content-body h2 {
    font-family: var(--sp-font-mono);
    text-transform: uppercase;
    border-bottom: var(--sp-border-thin);
    padding-bottom: 1rem;
    margin: 3rem 0 1.5rem 0;
    font-size: 2rem;
}

/* ------- paragraphe ------- */
.sp-content-body p { 
    margin-bottom: 1.5rem; 
    font-size: 1.1em;
}



@media (max-width: 800px) {
    .sp-content-body p {
        margin-bottom: 1.3rem;
        font-size: 1em;
        padding: 10px 31px;
    }
}


/* bloc en full-width */
.sp-content-body .wp-block-quote {
    grid-column: full;
}

/* ------ le hero cover ------- */

.wp-block-quentin-hero-spotify {
    grid-column: full;
    /*border: 4px solid green;*/
}

/* titre special */
h1.wp-block-post-title {
    /* border: 1px solid red; */
    position: absolute;
    font-size: 0.8em;
    max-width: 100px;
    right: 10px;
    color: #ffffffba;
    line-height: 1em;
    text-align: right;
    font-weight: 100;
}

@media (max-width: 800px) {
    h1.wp-block-post-title {
        font-size: 0.6em;
    }
}


/* ------ les citations ------- */
.wp-block-quentin-citation-plus {
    grid-column: full;
}

.sp-content-body .wp-block-quote {
    background: #f3f3f3d4;
    padding: 10px 4%;
    border-bottom: 1px dashed var(--ink);
    border-top: 1px dashed var(--ink);
    font-size: 0.8em;
    margin: 0;
}

.sp-content-body .wp-block-quote em{
    opacity: 0.4;
}


/* ------ les citations ------- */

/* ------ data grid row ------ */
.wp-block-quentin-data-grid {
    grid-column: full;
    border: 1px solid black;
}

.grid-header {
    top: 60px;
}

.wp-block-quentin-data-grid .description h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin: 0;
    font-weight: 400;
}

.wp-block-quentin-data-grid .description p {
    font-size: 1.0rem;
    margin: 0;
    padding: 10px 0 0;
    font-weight: 400;
}

.wp-block-quentin-data-grid h2.wp-block-heading {
    /*border: 1px solid blue;*/
}

@media (max-width: 800px) {
    h2.wp-block-heading {
        /*border: 1px solid red;*/
        padding: 5px 20% 9px 31px;
        line-height: 1.3em;
        font-size: 1.6em;
        width: 100%;
    }
}

/* ------ les progress bar (label) ------ */
.wp-block-quentin-chart-progress {
    grid-column: full;
    /*border: 4px solid orange;*/
}

.chart-brutal-section {
    padding: 4rem 5%;
    background: transparent;
}

.section-label {
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
    padding: 4px 10px 1px;
    position: sticky;
    top: 59px;
    background: #fff;
    z-index: 1;
}


/* -------- block list -------- */

@media (max-width: 800px) {
    ul.wp-block-list {
        list-style: none;
        padding-left: 0;
        margin-left: 0;
        /*border: 1px solid red;*/
        background: #ddd;
    }

    .wp-block-list li {
        position: relative;
        border: 1px solid black;
        padding: 5px 5px 5px 20px; /* on décale pour le carré */
        margin: 5px;
        background: #fff;
    }

    .wp-block-list li::before {
        content: "";
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        background: #000; /* couleur du carré */
    }
}



/* --------- app review ---------*/
.app-review {
    border-left: none;
    border-right: none;
    padding: 15px;
    margin: 2rem 20px;
    grid-column: content;
    background: var(--gray) !important;
    border: 1px dashed var(--ink);
}

.review-header {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    padding-bottom: 17px;
    border-bottom: 1px dashed var(--ink);
    margin-bottom: 10px;
}

.review-app-name {
    font-family: var(--sp-font-mono);
}

.review-description {
    font-size: 0.95rem !important;
    margin-bottom: 0px !important;
}

.review-content-area {
    padding: 20px;
    margin-bottom: 0rem; 
    border-top: 0px;
    border-bottom: 0px; 
}

.app-review .review-content-area p {
    font-size: 0.8rem;
}

.review-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 0 20px;
}

.pros-section, .cons-section {
    border: 1px solid var(--ink);
    padding: 20px;
    background: var(--gray);
}


@media (max-width: 800px) {

    .app-review {
        border: 1px dashed grey;
        margin: 10px;
        padding: 10px;
        grid-column: full;
    }
    .review-grid {
        grid-template-columns: 1fr;
    }

    .review-content-area {
        padding: 10px;
    }

    .review-content-area  p {
        margin-bottom: 10px;
        padding: 10px;
    }

}



/* ------------- box step -------------- */

.conclusion-card {
    border: 3px solid var(--ink);
    border-left: none;
    border-right: none;

    grid-column: full;

    background: #fff;
    margin: 3rem 0;

    padding: 2rem 0;
}

.conclusion-header {
        padding: 10px 5%;
}

/* Container des steps - Horizontal */
.steps-flow {
    display: flex;
    align-items: center;
    gap: 0;
    overflow-x: auto;

    padding: 0.75rem 20px;
}

/* Scrollbar custom (optionnel) */
.steps-flow::-webkit-scrollbar {
    height: 6px;
}

.steps-flow::-webkit-scrollbar-track {
    background: var(--gray);
    border-radius: 3px;
}

.steps-flow::-webkit-scrollbar-thumb {
    background: var(--ink);
    border-radius: 3px;
}

/* Step box - Desktop */
.step-box {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: var(--gray);
    border: 2px solid var(--ink);
    border-radius: 12px;
    min-width: 180px;
    flex-shrink: 0;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.step-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0,0,0,0.05) 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.step-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15), 4px 4px 0 var(--ink);
}

.step-box:hover::before {
    opacity: 1;
}

/* Version mobile plus compacte */
@media (max-width: 768px) {
    .steps-flow {
        padding-bottom: 1rem;
        gap: 0.25rem;
    }
    
    .step-box {
        padding: 0.75rem 1rem;
        min-width: 140px;
        border-radius: 8px;
        gap: 0.5rem;
        border-width: 1.5px;
    }
    
    .step-box:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1), 2px 2px 0 var(--ink);
    }
}

/* Emoji optimisé */
.step-emoji {
    font-size: 1.6rem;
    min-width: 32px;
    text-align: center;
    flex-shrink: 0;
    line-height: 1;
}

/* Texte de l'étape */
.step-text {
    flex: 1;
    font-family: var(--font-mono);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0.025em;
}

/* Flèche entre les steps */
.arrow-separator {
    font-size: 1.6rem;
    font-weight: 900;
    padding: 0 1rem;
    flex-shrink: 0;
    color: var(--ink);
    opacity: 0.8;
}

@media (max-width: 800px) {
    .arrow-separator {
        font-size: 1.3rem;
        padding: 0 0.75rem;
    }
}









/* Footer du menu */
.sp-menu-footer {
    padding: 2rem 5%;
    font-family: var(--sp-font-mono);
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5);
    border-top: 1px solid rgba(255,255,255,0.2);
    text-align: right;
}












/* --- DECO GRILLE --- */
.sp-grid-line {
    position: fixed;
    top: 0; bottom: 0;
    width: 1px;
    background: var(--sp-grid-color);
    z-index: -1;
}
.sp-line-left { left: 5%; }
.sp-line-right { right: 5%; }

/* ------ logo nav ------ */
.nav-item {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-item .logo {
    font-size: 0.8em;
}

/* ------ center item ------- */
.center-item {
    margin: 0 auto;
    position: absolute;
    right: 40%;
    left: 40%;
    /* border: 1px solid red; */
    /* text-align: center; */
    display: flex;
    justify-content: center;
}

/* --- NAV --- */
.sp-nav {
    display: flex;
    justify-content: space-between;
    border-bottom: var(--sp-border-thick);
    padding: 1.5rem 5%;
    font-family: var(--sp-font-mono);
    font-size: 0.85rem;
    text-transform: uppercase;
    position: sticky;
    top: 0;
    background: var(--sp-bg);
    z-index: 100;

    align-items: center;
    height: 60px;
}

.sp-blink {
    animation: sp-blinker 1.5s linear infinite;
    color: #00ff00;
    background: black;
    padding: 0 4px;
    margin-right: 10px;
}
@keyframes sp-blinker { 50% { opacity: 0; } }

.sp-link-hover:hover {
    background: var(--sp-ink);
    color: var(--sp-bg);
}

/* --- HERO --- */

.hero-meta {
    opacity: 1;
}


.hero-intro {
    position: relative
}

.mono-text {
    background-color: #ffffff;
    color: #000000;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 4px 8px;
    line-height: 1.8;
    font-size: 1em !important;
}


@media (max-width: 800px) {
    .nav-item {
        position: relative;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .center-item {
        position: absolute;
        right: 18px;
        top: 11px;
        left: auto;
        display: flex;
        /* width: 50%; */
        flex-direction: row;
        font-size: 0.8em;
    }
    .sp-nav-links {
         position: absolute;
            right: 6px;
        bottom: 10px;
        left: auto;
    }

    .mono-text {
        padding: 3px 8px 3px 0px !important;
        font-size: 0.8em !important;
    }

}


.sp-hero {
    padding: 4rem 5%;
    border-bottom: var(--sp-border-thick);
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.sp-hero-bg {
    position: absolute;
    top: 0; right: 0;
    height: 100%; width: 50%;
    z-index: 0;
}

.sp-img-filter {
    width: 100%; height: 100%;
    object-fit: cover;
    filter: grayscale(100%) contrast(1.2) brightness(0.9);
    mix-blend-mode: multiply;
    opacity: 0.9;
}

.sp-hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
}

.sp-hero-meta {
    font-family: var(--sp-font-mono);
    font-size: 0.75rem;
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    background: var(--sp-bg);
    display: inline-flex;
    padding-right: 10px;
}

.sp-glitch-title {
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: 0.85;
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: -3px;
    mix-blend-mode: difference;
    color: #fff; /* Pour l'effet difference */
    font-weight: 900;
}

.sp-outline-text {
    font-size: 1.5rem;
    font-family: var(--sp-font-mono);
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px var(--sp-ink);
}

/* --- QUOTE SECTION --- */
.sp-quote-section {
    padding: 6rem 5%;
    display: flex;
    justify-content: center;
    border-bottom: var(--sp-border-thick);
}

.sp-quote-container {
    max-width: 900px;
    position: relative;
}

.sp-quote-mark {
    font-size: 8rem;
    position: absolute;
    top: -4rem; left: -3rem;
    opacity: 0.1;
    font-family: serif;
}

.sp-quote-text {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}

.sp-quote-author {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: var(--sp-font-mono);
    font-size: 0.8rem;
}

.sp-line {
    width: 50px; height: 1px;
    background: var(--sp-ink);
}

/* --- CONTENT BODY (Gutenberg) --- */




/* --- EXIT PROTOCOL --- */
.sp-exit-protocol {
    padding: 4rem 5%;
    background: var(--sp-ink);
    color: var(--sp-bg);
}

.sp-big-title {
    font-family: var(--sp-font-mono);
    font-size: clamp(2rem, 5vw, 4rem);
    margin-bottom: 3rem;
    border-bottom: 1px solid var(--sp-bg);
    padding-bottom: 1rem;
    color: var(--sp-bg);
}

.sp-steps-container {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.sp-step-card {
    flex: 1;
    min-width: 280px;
    border: 1px solid var(--sp-bg);
    padding: 2rem;
    transition: background 0.3s;
    display: block;
    color: var(--sp-bg);
}

.sp-step-card:hover {
    background: var(--sp-bg);
    color: var(--sp-ink) !important;
}

.sp-step-card:hover .sp-btn {
    border-color: var(--sp-ink);
    color: var(--sp-ink);
}

.sp-step-num {
    font-family: var(--sp-font-mono);
    display: block;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.sp-step-card h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.sp-btn {
    display: inline-block;
    margin-top: 1.5rem;
    border: 1px solid currentColor;
    padding: 0.5rem 1rem;
    font-family: var(--sp-font-mono);
    text-transform: uppercase;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .sp-hero { flex-direction: column; padding-top: 2rem; }


    .sp-nav { padding: 1rem 5%; }
    .sp-quote-mark { display: none; }
}

@media (max-width: 768px) {

    .hero-meta {
     background: transparent; 
    }

    .hero-bg-img {
        max-width: 80%;
        opacity: 0.5;
    }
}