/*
Theme Name: QG des Artistes
Theme URI: https://qgdesartistes.fr
Author: Ton Nom
Description: Thème contemporain, urbain et tech pour archives d'interviews.
Version: 2.0
Text Domain: qgdesartistes
*/

/* --- DESIGN CONTEMPORAIN / BRUTALISTE LÉGER --- */
body {
    font-family: 'Inter', sans-serif;
    background-color: #F4F4F0; /* Un gris-beige très clair, façon papier recyclé ou mur brut */
    color: #1A1A1A; /* Presque noir */
    line-height: 1.7;
    margin: 0;
    padding: 0;
    font-size: 18px;
    -webkit-font-smoothing: antialiased; /* Rend le texte plus net sur écran */
}

.container {
    max-width: 720px; /* Légèrement plus étroit pour un look de colonne d'édition */
    margin: 0 auto;
    padding: 80px 20px;
}

/* Titres - Effet Galerie d'Art / Tech */
header.site-header h1, 
.interview-full h1, 
.interview-item h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    letter-spacing: -1.5px; /* Lettres très resserrées pour un look moderne */
    line-height: 1.1;
    text-transform: uppercase;
}

.interview-full h1 {
    font-size: 4rem;
    margin-bottom: 15px;
}

header.site-header h1 a,
.interview-item h2 a {
    text-decoration: none;
    color: #000;
}

/* Métadonnées en mode "Code/Archive" */
.interview-date,
.site-header a {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.site-header a:hover {
    color: #000;
}

/* Lettrine - Mode "Sticker / Pochoir" */
.interview-content > p:first-of-type::first-letter {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    float: left;
    line-height: 1;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #F4F4F0; /* Couleur du fond */
    background-color: #1A1A1A; /* Bloc noir */
    padding: 10px 15px;
    border-radius: 2px;
}

/* Style des questions (Journaliste) vs Réponses (Artiste) */
.interview-content strong {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.5px;
}

.interview-content p {
    margin-bottom: 30px;
}

/* Citation / Punchline - Ligne épaisse */
.interview-content blockquote {
    border-left: 6px solid #1A1A1A;
    margin: 50px 0;
    padding-left: 25px;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -0.5px;
}

