/* Shared typography and section headings */
.section-head h2 {
  font-family: "Satoshi", "Cabinet Grotesk", "MiSans", Georgia, serif;
  font-weight: 800;
}

.section-kicker,
.works-label {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-kicker {
  color: rgba(236, 232, 225, 0.38);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
}

.about-lead,
.about-detail,
.section-intro,
.contact-section .section-intro {
  margin: 0;
  line-height: 1.9;
}

.section-head {
  display: grid;
  gap: 14px;
}

.section-head-centered {
  justify-items: center;
  text-align: center;
}

html[lang="zh-CN"] .section-head-centered {
  gap: 20px;
}

.section-head h2 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(3.4rem, 6vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: rgba(248, 245, 239, 0.97);
}

html[lang="zh-CN"] .section-head h2 {
  display: block;
  width: min(16ch, 100%);
  max-width: 16ch;
  margin-inline: auto;
  justify-self: center;
  text-align: center;
  font-family: "MiSans", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 600;
  font-size: clamp(2.2rem, 3.6vw, 4rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  word-break: keep-all;
  line-break: loose;
  text-wrap: balance;
}

html[lang="zh-CN"] .contact-section .section-head h2 {
  width: fit-content;
  max-width: 22ch;
  margin-inline: auto;
  justify-self: center;
  font-size: clamp(1.8rem, 2.8vw, 3.2rem);
  line-height: 1.4;
  letter-spacing: 0.005em;
  text-align: center;
  text-wrap: balance;
}

html[lang="zh-CN"] .services-section .section-head h2 {
  width: fit-content;
  max-width: 26ch;
  margin-inline: auto;
  justify-self: center;
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  line-height: 1.3;
  letter-spacing: 0.005em;
  text-align: center;
  text-wrap: balance;
}

html[lang="zh-CN"] .contact-section .section-head {
  gap: 24px;
}

html[lang="zh-CN"] .contact-section .section-intro {
  max-width: 36ch;
  font-size: 0.88rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: rgba(235, 231, 224, 0.48);
}

.section-intro {
  max-width: 52ch;
  color: rgba(235, 231, 224, 0.68);
  font-size: 0.96rem;
}

.section-intro-dark {
  color: rgba(235, 231, 224, 0.52);
}
