/* ==========================================================================
   CANINOVA — PAGE CÔTÉ PRO (page-consulting.php)
   Conseil et accompagnement des structures canines.

   Tout ce qui est générique vient du socle et des composants : .cn-section,
   .cn-container, .cn-card, .cn-grid, .cn-checklist, .cn-numcard, .cn-badge,
   .cn-chip, .cn-cta-band. Ce fichier ne contient que ce qu'aucun composant
   ne couvre.
   ========================================================================== */

/* ==========================================================================
   HÉRO
   ========================================================================== */

/* Les rayures de .cn-stripes--pro remplacent le fond plat de .cn-bg-teal :
   la règle de fond doit donc gagner sur celle du modificateur de section. */
.cn-pro__hero.cn-stripes--pro {
  border-bottom: 1px solid var(--cn-border);
}

.cn-pro__chip {
  margin-bottom: 22px;
}

/* Accroche en italique, au-dessus du titre : c'est la promesse, pas le titre. */
.cn-pro__hook {
  font-family: var(--cn-font-title);
  font-style: italic;
  font-size: clamp(1.19rem, 2.4vw, 1.6rem);
  line-height: 1.3;
  color: #f0b77a;
  max-width: 26em;
  margin-inline: auto;
  text-wrap: balance;
}

.cn-pro__title {
  max-width: 14em;
  margin-inline: auto;
  margin-top: 14px;
  color: var(--cn-cream);
}

/* ==========================================================================
   PHRASE DE BASCULE
   Ferme la section « problème » et ouvre sur la mission.
   ========================================================================== */

.cn-pro__pivot {
  max-width: 22em;
  color: var(--cn-teal);
  font-family: var(--cn-font-title);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

/* ==========================================================================
   PASTILLES DE CIBLES
   ========================================================================== */

.cn-pro__tags {
  gap: 10px;
}

.cn-pro__tags .cn-badge {
  font-size: var(--cn-t-meta);
  font-weight: 600;
  letter-spacing: 0;
  padding: 8px 14px;
  text-transform: none;
}

/* ==========================================================================
   CITATION D'APPROCHE
   ========================================================================== */

.cn-pro__quote {
  margin: 0;
  padding-left: 22px;
  border-left: 3px solid var(--cn-terracotta);
  font-family: var(--cn-font-title);
  font-size: clamp(1.06rem, 2vw, 1.375rem);
  font-style: italic;
  line-height: 1.4;
  color: var(--cn-cream);
  max-width: 44em;
  text-wrap: balance;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 700px) {
  .cn-pro__hook,
  .cn-pro__title,
  .cn-pro__pivot {
    max-width: none;
  }

  .cn-pro__quote {
    padding-left: 16px;
  }
}
