:root {
  --iq-gutter: clamp(24px, 4.5vw, 72px);
}

body {
  font-family: "Helvetica Neue", "Arial Nova", Arial, sans-serif;
}

.site-header {
  box-sizing: border-box;
  height: 76px;
  min-height: 76px;
  padding: 0 var(--gutter, var(--iq-gutter));
  background: rgba(243, 241, 234, 0.97);
}

.site-header .wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 0;
  font-family: "Helvetica Neue", "Arial Nova", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.site-header .wordmark-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: inherit;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.site-header .wordmark-text b {
  font: inherit;
  font-weight: 800;
}

.site-header .wordmark-text > span {
  font: inherit;
  font-weight: 560;
}

.site-header .wordmark-text i {
  display: block;
  width: 2px;
  height: 0.82em;
  margin: 0;
  background: var(--accent, var(--gold, #a8782f));
}

main h1 {
  max-width: 900px;
  font-family: "Helvetica Neue", "Arial Nova", Arial, sans-serif !important;
  font-size: clamp(35px, 3.3vw, 42px) !important;
  font-weight: 520 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.02 !important;
}

.subpage .page-intro {
  padding-top: 44px;
  padding-bottom: 36px;
}

.article > header {
  padding-top: 44px;
  padding-bottom: 36px;
}

.article > header h1 {
  max-width: 820px;
}

.about-grid {
  gap: clamp(38px, 5vw, 64px);
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-grid > h2 {
  align-self: start;
  font-family: "Helvetica Neue", "Arial Nova", Arial, sans-serif;
  font-size: clamp(29px, 2.5vw, 32px) !important;
  font-weight: 520;
  letter-spacing: -0.035em;
  line-height: 1.08 !important;
}

.brief-access h2 {
  font-size: clamp(32px, 3vw, 38px) !important;
  line-height: 1.08 !important;
}

.method-access h2 {
  font-size: clamp(30px, 2.8vw, 36px) !important;
  line-height: 1.08 !important;
}

@media (max-width: 700px) {
  .site-header {
    height: 64px;
    min-height: 64px;
  }

  .site-header .wordmark {
    font-size: 18px;
  }

  .site-header .wordmark-text {
    gap: 7px;
  }

  main h1 {
    max-width: 100%;
    font-size: clamp(32px, 9vw, 40px) !important;
    letter-spacing: -0.03em !important;
  }

  .subpage .page-intro,
  .article > header {
    padding-top: 34px;
    padding-bottom: 30px;
  }

  .about-grid {
    gap: 26px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .about-grid > h2,
  .brief-access h2,
  .method-access h2 {
    font-size: 29px !important;
  }

  .site-header nav {
    top: 64px;
  }
}
