.brand {
  gap: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.brand em {
  margin-top: 3px;
  font-size: 9px;
  letter-spacing: .2em;
}

.brand-mark {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  overflow: hidden;
  border: 0;
  border-radius: 13px;
  background: #c8ff3d;
  color: #14251d;
  box-shadow: inset 0 0 0 1px rgba(20, 37, 29, .08);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.16em;
}

.brand-mark b {
  position: relative;
  z-index: 1;
  font: inherit;
}

.brand-mark::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: rgba(20, 37, 29, .28);
  transform: rotate(-42deg);
}

.brand {
  gap: 0;
}

.brand > span:last-child {
  position: relative;
  z-index: 2;
  margin-left: -11px;
}

.brand-mark.racket-mark {
  width: 76px;
  height: 42px;
  flex-basis: 76px;
  justify-content: flex-start;
  gap: 1px;
  padding-left: 13px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #c8ff3d;
  font-size: 16px;
  letter-spacing: -.15em;
}

.brand-mark.racket-mark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 47px;
  height: 34px;
  border: 2px solid #c8ff3d;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 47%, rgba(200,255,61,.28) 48% 52%, transparent 53%),
    linear-gradient(transparent 47%, rgba(200,255,61,.28) 48% 52%, transparent 53%);
}

.brand-mark.racket-mark::after {
  content: "";
  position: absolute;
  left: 44px;
  top: 18px;
  width: 34px;
  height: 6px;
  border: 2px solid #c8ff3d;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  background: transparent;
  transform: none;
}

/* Original JJ logo */
.brand {
  gap: 12px;
  text-transform: none;
  letter-spacing: .02em;
}

.brand > span:last-child {
  margin-left: 0;
  position: static;
  display: block;
  white-space: nowrap;
  line-height: .95;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.035em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  box-shadow: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.1em;
}

.brand-mark::before,
.brand-mark::after {
  content: none;
}

.brand em {
  margin-top: 0;
  font-size: inherit;
  letter-spacing: inherit;
}

.button .call-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  transform: rotate(-38deg);
}

.button .call-icon::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 10px;
  height: 13px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.button .call-icon::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 0;
  width: 14px;
  height: 5px;
  border-left: 4px solid currentColor;
  border-right: 4px solid currentColor;
  border-radius: 3px;
}

.button .call-icon-image {
  width: 19px;
  height: 19px;
  object-fit: contain;
  flex: 0 0 19px;
}

@media (max-width: 800px) {
  .footer-contact {
    display: none;
  }
}
