/* NOW.HERE supporting event-information / FAQ carousel */
.faq-support-piece {
  margin-top: 72px;
  padding-top: 48px;
  border-top: 1px solid var(--line);
}

.faq-support-layout {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(300px, 470px) minmax(280px, 1fr);
  align-items: center;
  gap: clamp(42px, 6vw, 88px);
}

.faq-phone {
  width: min(100%, 450px);
  justify-self: center;
}

.faq-carousel-viewport {
  background: #080808;
  aspect-ratio: 1 / 1;
}

.faq-carousel-viewport .carousel-slide,
.faq-carousel-viewport .carousel-slide img {
  width: 100%;
  height: 100%;
}

.faq-carousel-viewport .carousel-slide img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.faq-support-copy {
  max-width: 650px;
}

.faq-support-index {
  display: block;
  font-family: var(--mono);
  color: var(--accent);
  font-size: 10px;
  letter-spacing: .12em;
  margin-bottom: 18px;
}

.faq-support-copy h6 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 48px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.faq-support-copy > p {
  margin-top: 22px;
  color: var(--muted);
  font-size: clamp(14px, 1.3vw, 17px);
  line-height: 1.65;
  max-width: 58ch;
}

.faq-support-role {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.faq-support-role span {
  border: 1px solid var(--line);
  padding: 9px 12px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}

.faq-support-copy small {
  display: block;
  margin-top: 20px;
  font-family: var(--mono);
  color: rgba(255,255,255,.36);
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .faq-support-piece {
    margin-top: 54px;
    padding-top: 40px;
  }

  .faq-support-layout {
    margin-top: 26px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .faq-phone {
    width: min(78vw, 330px);
    max-width: calc(100vw - 64px);
  }

  .faq-carousel-viewport {
    touch-action: pan-y pinch-zoom;
  }

  .faq-phone .carousel-arrow {
    display: none !important;
  }

  .faq-phone .carousel-count {
    top: 12px;
    right: 12px;
  }

  .faq-support-copy {
    width: 100%;
    text-align: center;
    padding-inline: 4px;
  }

  .faq-support-copy h6 {
    font-size: clamp(26px, 8.2vw, 36px);
  }

  .faq-support-copy > p {
    margin-inline: auto;
    font-size: 14px;
  }

  .faq-support-role {
    justify-content: center;
  }
}
