/* Shared typography and wordmarks from wonderai.ai. */
:root {
  --sans: 'Wonder Sans', Arial, sans-serif;
  --serif: 'Wonder Serif', Georgia, serif;
  --brand-gold: #d2b37e;
}

h1, h2 {
  font-family: var(--serif);
  font-weight: 400;
}

h3, h4 {
  font-weight: 400;
}

.sources h2 {
  font-weight: 400;
}

em, .deck {
  font-style: normal;
}

.hero-clean h1 {
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.047em;
}

.brand-wordmark {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  font-family: var(--sans);
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.7px;
  white-space: nowrap;
}

.brand-wordmark > span {
  color: var(--brand-gold);
}

.brand-wordmark > i {
  margin-left: 13px;
  color: var(--brand-gold);
  font-family: var(--sans);
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.brand.brand-wordmark {
  display: inline-flex;
  font-weight: 400;
}

.intelligence-lockup.brand-wordmark {
  width: max-content;
  height: auto;
  aspect-ratio: auto;
  overflow: visible;
  margin-bottom: 30px;
  color: #f1f1e9;
}

.model-core .wonderai-symbol {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.model-core {
  filter: drop-shadow(0 0 25px #d2b37e33);
}

.site-header nav, .hero-actions, .button, .text-link {
  font-weight: 400;
}

@media (max-width: 1100px) {
  .brand.brand-wordmark {
    font-size: 29px;
    letter-spacing: -1.4px;
  }

  .brand.brand-wordmark > i {
    margin-left: 10px;
    font-size: 24px;
  }
}

@media (max-width: 540px) {
  body > header:not(.site-header) {
    flex-wrap: wrap;
    gap: 18px;
    padding-block: 20px;
  }

  .header-inner {
    gap: 12px;
  }

  .brand.brand-wordmark {
    font-size: 25px;
    letter-spacing: -1.2px;
  }

  .brand.brand-wordmark > i {
    margin-left: 8px;
    font-size: 21px;
  }

  .intelligence-lockup.brand-wordmark {
    font-size: 30px;
    letter-spacing: -1.45px;
  }

  .intelligence-lockup.brand-wordmark > i {
    margin-left: 10px;
    font-size: 24px;
  }

  .hero-clean h1 {
    letter-spacing: -.047em;
    line-height: 1.07;
  }
}

@media (max-width: 380px) {
  .site-header .brand img {
    width: 178px;
  }
}
