.lmab-hero-section {
  background-color: var(--lmab-primary);
  margin-top: -0.25rem;
  overflow: hidden;
}

.lmab-hero-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 var(--lmab-padding-desktop) var(--lmab-safe-space-desktop)
    var(--lmab-padding-desktop);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  font-family: "HammerBold", sans-serif;
  color: var(--lmab-secondary);
}

.lmab-hero-body {
  font-size: clamp(3rem, 7.05vw, 6.5rem);
  line-height: 0.95;
  color: var(--lmab-secondary);
  text-transform: uppercase;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.lmab-hero-address {
  display: block;
  text-decoration: none;
}

.lmab-hero-address-group:hover .lmab-hero-address,
.lmab-hero-address-group:focus-within .lmab-hero-address {
  color: var(--lmab-hover);
}

.lmab-hero-last-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem;
}

.lmab-hero-sub-body {
  font-family: "BradfordLLExtraBold", serif;
  text-transform: uppercase;
  font-size: clamp(1.35rem, 2vw, 2.05rem);
  line-height: 1;
  white-space: nowrap;
  margin-top: 0.55rem;
}

.lmab-hero-joke {
  font-family: "BradfordLLMedium", serif;
  text-transform: uppercase;
  font-size: clamp(1.35rem, 2vw, 2.05rem);
  line-height: 1;
  white-space: nowrap;
  margin-top: 0.55rem;
}

.lmab-hero-mobile {
  display: none;
}

.lmab-hero-desktop {
  display: flex;
}

.lmab-hero-lb {
  display: none;
}

@media (max-width: 768px) {
  .lmab-hero-wrapper {
    padding: 0 var(--lmab-padding-mobile) 2rem var(--lmab-padding-mobile);
  }

  .lmab-hero-body {
    font-size: clamp(2.15rem, 6.25vw, 3rem);
    line-height: clamp(2rem, 6.25vw, 3rem);
  }

  .lmab-hero-last-line {
    flex-direction: column;
    display: flex;
    padding: 0 1rem;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .lmab-hero-sub-body {
    font-size: clamp(0.85rem, 4vw, 1.25rem);
    line-height: clamp(0.85rem, 4vw, 1.25rem);
    margin-top: var(--lmab-safe-space-mobile);
  }

  .lmab-hero-joke {
    font-size: clamp(0.85rem, 4vw, 1.25rem);
    line-height: clamp(0.85rem, 4vw, 1.25rem);
    margin-top: 0;
  }

  .lmab-hero-lb {
    display: inline;
  }

  .lmab-hero-mobile {
    display: block;
  }

  .lmab-hero-desktop {
    display: none;
  }
}
