/* ============================================================
   AUD-D MOBILE POLISH - prepared 18 Jul 2026, NOT deployed.
   Quick wins from the aud-d mobile audit (see aud-d_findings.md
   S3-3, S3-4, S3-5, S3-7, S2-9, S1-11). Additive, mobile-scoped.
   Deploy: coachfocus-child theme root + enqueue after the
   instrument CSS (same pattern as fab3_elevate.css), or append
   to the existing instrument stylesheet.
   ============================================================ */

@media (max-width: 640px){

  /* S3-3 · topic chips: reach ~40px tap height */
  a.chip{
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  /* S3-4 · language switcher: real tap target */
  #cnp-lang-btn{
    padding: 10px 12px;
    min-height: 40px;
  }

  /* S3-7 · micro-label floor: 11px minimum for the mono kickers */
  .cnp-inst-admit,
  .cnp-inst-card__label,
  .hv2-cap,
  .tg-illus,
  .g-tag{
    font-size: 11px !important;
  }

  /* S3-5 · glossary tags + chip strip scroll hint */
  .g-chip{
    min-height: 38px;
  }

  /* S1-11 · footer legal line floor */
  .footer-copy{
    font-size: 12px;
  }
}

/* S2-9 · caption contrast: muted #9A8E7E (~2.7:1) -> soft-ink
   #6E6253 (~4.6:1) for small informational captions, all widths */
figure.fig figcaption,
.cnp-diagram-fig figcaption{
  color: #6E6253;
}
