@media (max-width: 48rem) {
  .lux-hero--theme-13 .lux-hero__side {
    width: 100%;
    max-width: none;
    gap: 1rem;
  }

  .lux-hero--theme-13 .signature-link {
    justify-content: space-between;
    width: 100%;
    padding: .75rem 0 .9rem;
    border-bottom: 1px solid rgba(24, 18, 15, .4);
  }

  .lux-hero--theme-13 .signature-link i {
    flex: 0 0 auto;
    width: 2.55rem;
    height: 2.55rem;
  }

  .lux-hero--theme-13 .lux-hero__bottom {
    display: block;
    padding-top: clamp(.9rem, 2.2vh, 1.3rem);
    border-top: 0;
  }

  .lux-hero--theme-13 .lux-hero__bottom h1 {
    display: grid;
    gap: clamp(.3rem, 1vh, .7rem);
    font-size: initial;
    line-height: 1;
  }

  .lux-hero--theme-13 .lux-hero__bottom h1 span {
    display: block;
    font-size: clamp(3.6rem, 17.5vw, 5rem);
    font-weight: 500;
    letter-spacing: -.065em;
    line-height: .86;
  }

  .lux-hero--theme-13 .lux-hero__bottom h1 em {
    justify-self: end;
    margin: 0 .04em 0 0;
    font-size: clamp(5.2rem, 25vw, 7rem);
    letter-spacing: -.045em;
    line-height: .72;
  }
}
