
.hero h1.human-triad {
  font-size: clamp(2.35rem, 4.4vw, 5.8rem);
  line-height: 1.32;
  letter-spacing: .045em;
  overflow-wrap: anywhere;
  text-wrap: balance;
  max-width: 100%;
}
.hero .human-motto {
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.9;
  letter-spacing: .06em;
}
.hero .human-purpose {
  font-size: 1rem;
  line-height: 1.85;
  margin: .6rem 0 1rem;
}
.human-mission {
  max-width: 40rem;
  padding: .8rem 0;
  border-top: 1px solid #a69b8260;
  margin-bottom: 1rem;
}
.human-mission summary {
  cursor: pointer;
  font-size: .9rem;
  letter-spacing: .06em;
}
.human-mission summary:focus-visible {
  outline: 2px solid #9e7c37;
  outline-offset: 5px;
}
.hero .human-mission p {
  font-size: .95rem;
  line-height: 1.9;
  margin: 1rem 0;
}
.human-mission small {
  display: block;
  font-size: .8rem;
  line-height: 1.8;
}
.human-mission .human-verse {
  border-left: 2px solid #b18b42;
  padding-inline-start: 1rem;
}
.voices-welcome[hidden] { display: none !important; }
.voices-welcome {
  padding: clamp(1.25rem, 4vw, 3rem);
  margin-block: 1rem 2rem;
  border-block: 1px solid #a69b8260;
  background: radial-gradient(ellipse at top left, #b18b4212, transparent 65%);
}
.voices-welcome blockquote {
  margin: .8rem 0 1rem;
  font-family: KaiTi, 'Songti SC', Georgia, serif;
  font-size: clamp(1.35rem, 2.5vw, 2.5rem);
  line-height: 1.65;
}
.voices-welcome > p:last-child {
  font-size: 1rem;
  line-height: 1.9;
}
@media (max-width: 640px) {
  .hero h1.human-triad {
    font-size: clamp(2rem, 8.7vw, 3.4rem);
    letter-spacing: .025em;
  }
}
