.item .name-story {
  font-family: 'Arial Rounded MT Bold', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  color: #072b61;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  font-weight: 750;
  letter-spacing: -.045em;
  line-height: 1.8;
  word-break: keep-all;
  margin: 16px 0 12px;
}
.name-story strong { font-size: 1.24em; font-weight: 900; }
.coral .name-story strong { color: #d95840; }
.blue .name-story strong { color: #2278ce; }
.purple .name-story strong { color: #9253ac; }
@media (max-width: 560px) { .item .name-story { font-size: 1.125rem; } }
