.tt-mobile-equipment {
  display: none;
}

@media (max-width: 1199.98px) {
  .tt-mobile-equipment {
    --tt-equipment-fg: #dcdcdc;
    --tt-equipment-accent: #ff5c17;
    --tt-equipment-gutter: 20px;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: clamp(680px, 92svh, 740px);
    min-height: 680px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #272727;
    background-image:
      linear-gradient(rgba(18, 18, 18, .52), rgba(18, 18, 18, .52)),
      url("../img/equipment/USM_GO.webp");
    background-position: center, 42% center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--tt-equipment-fg);
    isolation: isolate;
  }

  .tt-mobile-equipment::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    opacity: .5;
    background:
      linear-gradient(90deg, transparent calc(33.333% - .5px), rgba(220, 220, 220, .1) calc(33.333% - .5px), rgba(220, 220, 220, .1) calc(33.333% + .5px), transparent calc(33.333% + .5px)),
      linear-gradient(90deg, transparent calc(33.333% + 7.5px), rgba(220, 220, 220, .1) calc(33.333% + 7.5px), rgba(220, 220, 220, .1) calc(33.333% + 8.5px), transparent calc(33.333% + 8.5px)),
      linear-gradient(90deg, transparent calc(66.666% - .5px), rgba(220, 220, 220, .1) calc(66.666% - .5px), rgba(220, 220, 220, .1) calc(66.666% + .5px), transparent calc(66.666% + .5px)),
      linear-gradient(90deg, transparent calc(66.666% + 7.5px), rgba(220, 220, 220, .1) calc(66.666% + 7.5px), rgba(220, 220, 220, .1) calc(66.666% + 8.5px), transparent calc(66.666% + 8.5px));
  }

  .tt-mobile-equipment__note,
  .tt-mobile-equipment__mark {
    position: absolute;
    z-index: 4;
    color: rgba(220, 220, 220, .78);
    font-family: "DotGothic16", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .tt-mobile-equipment__note--left {
    top: 38px;
    left: var(--tt-equipment-gutter);
  }

  .tt-mobile-equipment__note--right {
    top: 38px;
    right: var(--tt-equipment-gutter);
  }

  .tt-mobile-equipment__note--bottom {
    bottom: 28px;
    left: var(--tt-equipment-gutter);
  }

  .tt-mobile-equipment__mark {
    right: var(--tt-equipment-gutter);
    bottom: 28px;
  }

  .tt-mobile-equipment__items {
    position: absolute;
    z-index: 4;
    right: var(--tt-equipment-gutter);
    left: var(--tt-equipment-gutter);
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--tt-equipment-fg);
    font-family: "Manrope", sans-serif;
    font-size: clamp(15px, 4.5vw, 20px);
    font-weight: 400;
    line-height: 1.55;
    text-align: center;
    white-space: nowrap;
  }

  .tt-mobile-equipment__items--lead {
    top: 122px;
  }

  .tt-mobile-equipment__items--secondary {
    top: 296px;
  }

  .tt-mobile-equipment__items li span {
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: color 160ms ease;
  }

  .tt-mobile-equipment__items a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  .tt-mobile-equipment__items a:focus-visible {
    outline: 1px solid var(--tt-equipment-accent);
    outline-offset: 3px;
  }

  @media (hover: hover) and (pointer: fine) {
    .tt-mobile-equipment__items a:hover span {
      color: var(--tt-equipment-accent);
    }
  }

  .tt-mobile-equipment__items li.is-active span {
    color: #111111;
  }

  .tt-mobile-equipment__title {
    position: absolute;
    z-index: 4;
    top: 234px;
    right: var(--tt-equipment-gutter);
    left: var(--tt-equipment-gutter);
    margin: 0;
    color: var(--tt-equipment-fg);
    font-family: "Space Mono", monospace;
    font-size: clamp(35px, 11vw, 56px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.055em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .tt-mobile-equipment__button {
    position: absolute;
    z-index: 4;
    top: 466px;
    right: var(--tt-equipment-gutter);
    left: var(--tt-equipment-gutter);
    display: flex;
    height: 38px;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    color: var(--tt-equipment-fg);
    font-family: "Space Mono", monospace;
    font-size: clamp(10px, 3.3vw, 14px);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
  }

  .tt-mobile-equipment__button.is-active {
    color: #333333;
  }

  .tt-mobile-equipment__arrow {
    display: inline-block;
    font-size: 1.25em;
    animation: tt-mobile-equipment-arrow 900ms cubic-bezier(.45, 0, .25, 1) infinite alternate;
  }

  .tt-mobile-equipment__scanline {
    position: absolute;
    z-index: 3;
    top: var(--tt-equipment-scan-top, 122px);
    left: var(--tt-equipment-scan-left, 50%);
    width: var(--tt-equipment-scan-width, 0px);
    height: var(--tt-equipment-scan-height, 25px);
    background: var(--tt-equipment-scan-color, rgba(220, 220, 220, .82));
    opacity: 0;
    pointer-events: none;
    transition:
      top 320ms cubic-bezier(.22, 1, .36, 1),
      left 320ms cubic-bezier(.22, 1, .36, 1),
      width 320ms cubic-bezier(.22, 1, .36, 1),
      height 320ms cubic-bezier(.22, 1, .36, 1),
      background-color 180ms ease,
      opacity 180ms ease;
  }

  .tt-mobile-equipment.has-active-target .tt-mobile-equipment__scanline {
    opacity: 1;
  }

  @keyframes tt-mobile-equipment-arrow {
    from { transform: translateX(-2px); }
    to { transform: translateX(5px); }
  }

  html body .tt-stage .tt-stage__inner .rent-equipment-block {
    display: none !important;
  }
}

@media (max-width: 359px) {
  .tt-mobile-equipment {
    --tt-equipment-gutter: 16px;
  }

  .tt-mobile-equipment__items {
    font-size: 14px;
  }

  .tt-mobile-equipment__button {
    font-size: 9px;
  }
}

@media (max-width: 429px) {
  .tt-mobile-equipment__title {
    right: 0;
    left: 0;
    letter-spacing: -.07em;
  }
}

@media (min-width: 640px) and (max-width: 1199.98px) {
  .tt-mobile-equipment__title {
    font-size: clamp(52px, 7vw, 76px);
  }
}

@media (min-width: 880px) and (max-width: 1199.98px) {
  .tt-mobile-equipment__items--secondary {
    top: 322px;
  }

  .tt-mobile-equipment__button {
    top: 492px;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .tt-mobile-equipment__scanline,
  .tt-mobile-equipment__items li span {
    transition: none;
  }

  .tt-mobile-equipment__arrow {
    animation: none;
  }
}

/* Compact phones: equipment block call-to-action. */
@media (max-width: 480px) {
  .tt-mobile-equipment__button {
    font-size: 16px !important;
  }
}
