/* Single-line headings requested for Projects, Impact, and the sponsorship page.
   Scope deliberately excludes other section headings and hero text. */
#projects > .container > .section-title,
#impact > .container > .section-title,
.sc-how > .container > .section-title {
  max-width: none;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
  letter-spacing: -0.025em;
}

/* Fit the complete Japanese headings inside narrow viewports without clipping. */
@media (max-width: 768px) {
  #projects > .container > .section-title,
  #impact > .container > .section-title,
  .sc-how > .container > .section-title {
    font-size: clamp(0.84rem, 4.6vw, 2.1rem);
    letter-spacing: -0.04em;
  }
}
