/* Grideval Intelligence type balance — desktop only. */
@media (min-width: 761px) {
  /* US Adjustment Map hero. */
  .hero-copy > h1 {
    font-size: clamp(50px, 4.6vw, 74px);
    font-weight: 480;
    line-height: 1;
  }

  /* Sources, Membership and Chain Pack page titles. */
  body > main > h1,
  body > main > *:first-child + h1 {
    font-size: clamp(36px, 4.6vw, 60px);
    font-weight: 480;
    line-height: 1.06;
  }

  /* Content section headings on the product subpages. */
  body > main h2 {
    font-size: clamp(25px, 2.7vw, 34px);
    font-weight: 420;
    line-height: 1.16;
  }

  /* Main map section headings: preserve their hierarchy, soften weight. */
  .workspace .section-head h2,
  .workspace .map-summary .system-capacities-title,
  .workspace .signals-copy h2,
  .workspace .signal-layer-copy h2 {
    font-weight: 440;
  }
}

@media (max-width: 760px) {
  .hero-copy > h1 {
    font-size: 40px;
    font-weight: 420;
    line-height: 1.03;
  }

  body > main > h1,
  body > main > *:first-child + h1 {
    font-size: 36px;
    font-weight: 420;
    line-height: 1.08;
    letter-spacing: -.025em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  body > main h2 {
    font-size: 27px;
    font-weight: 420;
    line-height: 1.15;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }
}
