/* Responsive typography and touch-target calibration, 2026-07-15. */
.hero h1 {
  font-size: clamp(52px, 5.8vw, 84px);
}

.page-hero .narrow {
  width: min(calc(100% - 48px), 1120px);
}

.page-hero h1 {
  font-size: clamp(50px, 5.45vw, 78px);
  line-height: 1.04;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.skip-link {
  min-height: 44px;
}

@media (max-width: 760px) {
  .hero h1 {
    font-size: clamp(36px, 10.5vw, 42px);
    line-height: 1.08;
    letter-spacing: -.045em;
  }

  .hero h1 span {
    display: inline-block;
    font-size: 1.24em;
    line-height: 1;
  }

  .brand {
    min-height: 44px;
  }

  .menu-button {
    min-width: 44px;
    min-height: 44px;
    padding: 8px;
  }

  .split-heading h2,
  .access-intro h2,
  .open-card h2 {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.14;
  }

  .manifesto-section h2 {
    font-size: clamp(38px, 10.5vw, 48px);
    line-height: 1.1;
  }

  .ymai-grid h2 {
    font-size: clamp(68px, 20vw, 86px);
  }

  .page-hero .narrow {
    width: min(calc(100% - 30px), var(--max));
  }

  .page-hero h1 {
    font-size: clamp(38px, 12vw, 48px);
    line-height: 1.08;
    letter-spacing: -.045em;
  }

  .charter-hero h1 {
    font-size: clamp(36px, 10.8vw, 44px);
    text-wrap: pretty;
  }

  .text-link,
  .footer-links a,
  .architecture-tabs button {
    min-height: 44px;
  }
}
