/* Compact desktop type scale inspired by modern CRM interfaces.
   MOSH fonts and mobile presentation stay unchanged. */
@media (min-width: 701px) {
  .page-heading h1 {
    margin: 8px 0 6px;
    font-size: clamp(28px, 2.4vw, 34px);
    line-height: 1.18;
    letter-spacing: -.025em;
  }

  .page-heading p,
  .hero p {
    font-size: 13px;
    line-height: 1.55;
  }

  .card {
    min-height: 246px;
    padding: 22px;
  }

  .card div {
    margin: 34px 0 22px;
  }

  .card h2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.35;
  }

  .card p {
    font-size: 13px;
  }

  .hero h1 {
    margin: 8px 0;
    font-size: clamp(28px, 2.4vw, 36px);
    line-height: 1.14;
    letter-spacing: -.03em;
  }

  .metric strong {
    margin: 9px 0 5px;
    font-size: 18px;
    line-height: 1.2;
  }

  .workbench h2 {
    font-size: 19px;
    line-height: 1.3;
  }

  .summary strong {
    font-size: 17px;
    line-height: 1.2;
  }

  .table-head h2 {
    font-size: 17px;
  }

  .drawer-header h2 {
    font-size: 24px;
  }
}
