.brand {
  min-width: 230px;
}

.brand strong {
  font: 700 17px 'Space Grotesk';
  letter-spacing: 0;
}

.brand small {
  margin-top: 1px;
  font-size: 9px;
}

.brand-mark {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font: 700 19px 'Space Grotesk';
  letter-spacing: -4px;
  box-shadow: inset 0 0 0 2px var(--lime);
}

.brand-mark::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid var(--lime);
  border-radius: 50%;
  opacity: .75;
}

.brand-mark b {
  transform: translateX(-3px);
}

.brand-mark i {
  color: #fff;
  font-style: normal;
  transform: translate(5px, 2px);
}

.brand-mark::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 12px -4px 0 rgba(184, 227, 107, .85), -8px 7px 0 rgba(184, 227, 107, .7);
}

.hero-visual {
  border: 1px solid rgba(14, 124, 88, .12);
  box-shadow: 0 22px 55px rgba(23, 37, 31, .08);
}

.float-card small {
  letter-spacing: .2px;
}

.stats-strip strong,
.club-price strong,
.transaction-balance b {
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: 0;
}

.main-nav a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
}

.main-nav a small {
  direction: ltr;
  font: 600 8px 'Space Grotesk';
  letter-spacing: .4px;
  opacity: .6;
  text-transform: uppercase;
}

.hero-copy h1 small {
  display: block;
  color: var(--muted);
  direction: ltr;
  font: 600 13px 'Space Grotesk';
  letter-spacing: 0;
  margin-top: 12px;
}

.hero-copy p span {
  direction: ltr;
  display: inline-block;
  font: 500 11px 'Space Grotesk';
  opacity: .8;
}

.primary-button small,
.text-button small {
  direction: ltr;
  font: 600 9px 'Space Grotesk';
  opacity: .65;
}

.section-heading h2 small {
  direction: ltr;
  color: var(--muted);
  font: 600 12px 'Space Grotesk';
  letter-spacing: 0;
  margin-right: 7px;
}

@media (max-width: 700px) {
  .brand {
    min-width: auto;
  }

  .brand strong {
    font-size: 14px;
  }

  .main-nav {
    gap: 12px;
  }
}
