/* --- VARIABLES & RESET --- */
:root {
    --bg-color: #0d0b0a; /* Noir très légèrement brun/chaud */
    --surface-color: #1a1614; /* Brun cuir sombre */
    --surface-hover: #26211e;
    --border-color: #4a3f35; /* Rappel de la tranche du livre */
    --text-main: #e8e2d9; /* Blanc crème/parchemin */
    --text-dim: #a19382; /* Bronze désaturé */
    
    --accent: #b49a6a; /* L'or vieilli précis du titre MYST */
    --accent-alt: #94714b; /* Ocre terreux pour les rappels secondaires */
    --play-button-color: #c08457; /* L'orange brûlé de "raconté" */
    --timeline-gradient:  #c08457;
}

/* --- HERO HOME --- */
.hero-home {
    background-image: url(./images/MYST-cover.jpg);
}
