/**
 * Hospitalité Retrouvée — charte visuelle (source unique)
 * Cormorant Garamond + Inter · crème · sauge · or
 */
:root {
  --cream: #f6f3ed;
  --cream-dark: #ebe6dc;
  --ink: #1a1a18;
  --ink-soft: #4a4843;
  --muted: #7a756c;
  --sage: #4d6b5a;
  --sage-light: #6b8f7a;
  --sage-deep: #3d5548;
  --gold: #b8954a;
  --gold-light: #d4b76a;
  --gold-deep: #8a6d2f;
  --white: #ffffff;
  --loss: #c45c5c;
  --loss-soft: #e8a0a0;
  --shadow: 0 4px 24px rgba(26, 26, 24, 0.08);
  --shadow-lg: 0 20px 60px rgba(26, 26, 24, 0.12);
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Inter', system-ui, sans-serif;
}

.serif {
  font-family: var(--font-serif);
}

/* Chiffres clés — home + site (source unique) */
.hr-keyfacts {
  margin-bottom: 14px; max-width: 520px;
}
.hr-keyfacts-row {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.hr-keyfacts-row span {
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.06em;
  padding: 9px 16px; border-radius: 100px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.22);
  color: rgba(255,255,255,0.92);
}
.hr-keyfacts-row .hl {
  background: rgba(184,149,74,0.35); border-color: rgba(212,183,106,0.5); color: #fff;
}
.hr-keyfacts-note {
  font-size: 0.72rem; color: rgba(255,255,255,0.52); line-height: 1.5;
  margin-top: 10px; font-weight: 300;
}
.hr-keyfacts--compact .hr-keyfacts-note { display: none; }
.landing-inner .hr-keyfacts { margin-left: auto; margin-right: auto; }
.landing-inner .hr-keyfacts-row { justify-content: center; }
