/* ============================================
   SCIPYO — CLIENTÈLE (Editorial / Hakluyt direction)
   "À qui nous nous adressons" — three audiences described in prose.
   No personas cards, no icons, no fees mentioned.
   ============================================ */

.clientele {
  background: #FFFFFF;
  padding: 140px 0 160px;
  border-top: 1px solid rgba(10, 37, 64, 0.06);
}

.clientele__container {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 32px;
}

.clientele__overline {
  display: block;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: #8C9197;
  margin: 0 0 56px;
}

.clientele__lede {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 1.875rem);
  line-height: 1.36;
  color: #0A2540;
  margin: 0 0 88px;
  letter-spacing: -0.005em;
}

/* === Each audience block === */
.audience {
  padding: 48px 0;
  border-top: 1px solid rgba(10, 37, 64, 0.10);
}

.audience:last-child {
  border-bottom: 1px solid rgba(10, 37, 64, 0.10);
}

.audience__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.005em;
  color: #0A2540;
  margin: 0 0 18px;
}

.audience__body {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.72;
  color: #4A5158;
  margin: 0;
  max-width: 660px;
}

.audience__body strong {
  color: #0A2540;
  font-weight: 500;
}

/* === Footer note — protocols, languages === */
.clientele__note {
  margin-top: 88px;
  padding-top: 40px;
  border-top: 1px solid rgba(10, 37, 64, 0.10);
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 0.875rem;
  line-height: 1.65;
  color: #8C9197;
  max-width: 620px;
}

.clientele__note strong {
  color: #4A5158;
  font-weight: 500;
}

@media (max-width: 768px) {
  .clientele {
    padding: 96px 0 100px;
  }
  .clientele__container {
    padding: 0 24px;
  }
  .clientele__lede {
    font-size: 1.3125rem;
    margin-bottom: 64px;
  }
  .audience {
    padding: 36px 0;
  }
  .audience__title {
    font-size: 1.25rem;
  }
  .audience__body {
    font-size: 1rem;
  }
  .clientele__note {
    margin-top: 56px;
    font-size: 0.8125rem;
  }
}

/* === Hide legacy SaaS persona cards === */
.for-whom { display: none !important; }
.metrics { display: none !important; } /* Hide metrics band too — Hakluyt never shows numbers */
