/* --- Styles généraux --- */
:root {
  --bg: #d0cdf1;
  --card: #fffaf6;
  --text: #163425;
  --muted: #6b6b6b;
  --accent: #c55a1f;
  --accent-2: #2f9bbf;
  --radius: 10px;
  --container: 1100px;
  --max-width: 1200px;
  --gap: 1.25rem;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
}

/* --- HEADER --- */
.site-header {
  padding: 0.3rem 0; /* Réduit la hauteur */
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.logo {
  height: 60px; /* Plus petit