/* Approved Tuple B visual baseline. The symbol stays fixed; the wordmark is rendered as crisp live type. */

.clean-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  line-height: 1;
}

.brand-mark-crop,
.hero-mark-crop {
  display: block;
  background-image: url("assets/scrawny-mark-exact-clean.svg?v=tuple-b-3");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.brand-mark-crop {
  width: 128px;
  aspect-ratio: 610 / 225;
  flex: 0 0 auto;
}

.brand-wordmark,
.hero-clean-wordmark,
.footer-clean-wordmark {
  font-family: "Jura", "Segoe UI", sans-serif;
  font-weight: 400;
  letter-spacing: 0.035em;
}

.brand-wordmark {
  color: var(--bone);
  font-size: 29px;
}

.hero::before {
  display: none;
}

.hero-brand-card.clean-lockup {
  min-height: 382px;
  padding: 38px 34px 30px;
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
  justify-items: center;
  row-gap: 12px;
  margin: 0;
  border: 1px solid rgba(243, 241, 236, 0.17);
  border-radius: 28px;
  background: #12161c;
  box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.012);
}

.hero-mark-crop {
  width: min(100%, 560px);
  aspect-ratio: 610 / 225;
}

.hero-clean-wordmark {
  margin: 0;
  color: var(--bone);
  font-size: clamp(48px, 4.8vw, 68px);
  line-height: 0.95;
}

.footer-clean-wordmark {
  color: var(--bone);
  font-size: 24px;
}

.platform {
  padding-top: 40px;
  padding-bottom: 58px;
}

.product-card {
  min-height: 210px;
}

@media (max-width: 1040px) {
  .brand-mark-crop {
    width: 116px;
  }

  .brand-wordmark {
    font-size: 27px;
  }

  .hero-brand-card.clean-lockup {
    width: min(100%, 720px);
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .clean-brand {
    gap: 10px;
  }

  .brand-mark-crop {
    width: 92px;
  }

  .brand-wordmark {
    font-size: 23px;
  }

  .hero-brand-card.clean-lockup {
    min-height: 280px;
    padding: 26px 20px 22px;
    border-radius: 20px;
  }

  .hero-mark-crop {
    width: min(100%, 520px);
  }

  .hero-clean-wordmark {
    font-size: clamp(42px, 10vw, 58px);
  }

  .footer-clean-wordmark {
    font-size: 21px;
  }
}

@media (max-width: 520px) {
  .brand-mark-crop {
    width: 74px;
  }

  .brand-wordmark {
    font-size: 21px;
  }

  .hero-brand-card.clean-lockup {
    padding: 20px 14px 18px;
  }

  .hero-clean-wordmark {
    font-size: 42px;
  }
}
