/* ==========================================================================
   Cockpits — this page's tuning of the shared family sections
   ==========================================================================
   The shared sections (Features/shared) are written for the family and name no
   page. Where this page needs one of them to behave differently, the deviation
   is declared HERE — never back in the shared sheet, which would make one
   page's problem everybody's to read.

   Loaded by the page shell AFTER every section sheet, so these rules land last
   without needing weight of their own.
   ========================================================================== */

/* --- The manifesto's paint -------------------------------------------------- */

/* Every other page of the family states its problem in the LEAD clause of the
   manifesto — "Rien n'a été appris" — and the shared section paints that one.
   This page's sentence lands the other way round: "L'essentiel reste
   invisible" turns on its trailing clause, so the paint moves with it and the
   lead clause goes back to plain ink.

   Six values, no second copy of the gradient: `--fmn-paint` is the shared
   section's own, read from here. */
[data-translate-section='features/voip/cockpits'] .feat-manifesto {
  --fmn-accent-bg: none;
  --fmn-accent-ink: inherit;
  --fmn-accent-bleed: 0em;
  --fmn-tail-bg: var(--fmn-paint);
  --fmn-tail-ink: transparent;
  --fmn-tail-bleed: 0.05em;
}
