.institutional-section {
  background: #ffffff;
  padding: 92px 0 84px;
  scroll-margin-top: 132px;
}
.institutional-inner {
  width: min(100% - 120px, 1360px);
  margin: 0 auto;
}
.section-heading {
  margin-bottom: 34px;
  text-align: center;
}
.section-heading h2 {
  margin: 0;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(30px, 3vw, 50px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #4a4a4a;
}
.gold-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
  white-space: nowrap;
}
.gold-highlight::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  width: 122%;
  height: 1.25em;
  transform: translate(-50%, -50%) rotate(-2deg);
  border: 4px solid #a97a1e;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.institutional-content {
  max-width: 1180px;
  margin: 0 auto;
}
.institutional-content p {
  margin: 0 0 24px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(15px, 0.95vw, 19px);
  line-height: 1.7;
  font-weight: 400;
  color: #6a6a6a;
}
.institutional-content .lead {
  font-size: clamp(17px, 1.4vw, 26px);
  line-height: 1.6;
  color: #666666;
  margin-bottom: 34px;
  max-width: 1240px;
}
.institutional-content strong { color: #555; font-weight: 700; }
.signature-line {
  margin: 8px 0 22px;
  font-size: 28px;
  line-height: 1;
  color: #8a8a8a;
}
.technical-note { color: #777; }
