
/* Spécifiques page d'accueil */
.hero {
  position: relative;
  padding-top: calc(var(--space-6) + 10px);
  padding-bottom: var(--space-5);
  min-height: clamp(320px, 52vw, 560px);
  display: flex;
  align-items: center;
  background: url("../imgs/back.PNG") center top / cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
}
.hero .container {
  position: relative;
  z-index: 1;
}
.hero h1 {
  color: #FAF7F2;
  text-shadow: 0 2px 18px rgba(60, 53, 48, 0.55), 0 1px 4px rgba(60, 53, 48, 0.4);
}
.hero .subtitle {
  margin-top: var(--space-2);
  color: rgba(250, 247, 242, 0.92);
  text-shadow: 0 2px 14px rgba(60, 53, 48, 0.5), 0 1px 3px rgba(60, 53, 48, 0.35);
}
.hero .subtitle em {
  color: inherit;
}
.grid-3 .card h3 { margin-bottom: 8px; }
