/* CapitalArc typography alignment — loaded after the main stylesheet. */
body,
button,
input,
textarea {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
.cards h3,
.panel h3 {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 650;
  letter-spacing: -0.035em;
}

header img {
  width: 245px;
}

h1 {
  max-width: 900px;
  font-size: clamp(48px, 6.2vw, 82px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

h2 {
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.12;
}

.lead {
  max-width: 700px;
  font-size: 18px;
  font-weight: 400;
}

nav,
.primary,
.secondary,
.label {
  letter-spacing: 0.08em;
}

@media (max-width: 850px) {
  header img { width: 205px; }
  h1 { font-size: clamp(45px, 10vw, 68px); }
}

@media (max-width: 560px) {
  header img { width: 180px; }
  h1 { font-size: clamp(40px, 12vw, 56px); }
}
