/* =========================
   GLOBAL – Cozy Mind Press
   ========================= */

/* Fond général beige doux */
body {
  background-color: #f5f1eb;
  font-size: 18px;
  line-height: 1.65;
}

/* Images toujours responsives */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =========================
   HEADER – Desktop
   ========================= */

/* Couleur du header (bleu brunante doux) */
.bg-black {
  background-color: #5b6f7a !important;
}

/* Header plus étroit */
.site-header {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* Titres plus doux */
header h1 {
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* =========================
   MOBILE OPTIMIZATION
   ========================= */

@media (max-width: 600px) {

  /* Texte plus lisible sur mobile */
  body {
    font-size: 18px;
    line-height: 1.7;
  }

  /* Header encore plus mince sur mobile */
  .site-header {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* Espacement des images */
  img {
    margin: 0.5rem 0 1rem 0;
  }

  /* Couvertures centrées et pas trop larges */
  .nested-copy-line-height img {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* =========================
   LIENS
   ========================= */

a {
  text-underline-offset: 0.15em;
}
