/* Togethers branding and locally hosted main video */
.brand-wordmark {
  display: flex;
  max-width: none;
  align-items: center;
  gap: 0.7rem;
}

.brand-wordmark .brand-logo {
  display: block;
  width: 3.15rem;
  height: auto;
  flex: none;
}

.brand-copy {
  display: flex;
  max-width: none;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  display: block;
  color: #a888ff;
  font-family: "Plein";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  font-feature-settings: "kern" 1, "liga" 0;
  text-rendering: geometricPrecision;
  white-space: nowrap;
}

.brand-copy small {
  margin-top: 0.42rem;
  color: #fff;
  font-family: "Plein";
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  white-space: nowrap;
}

.footer .brand-wordmark {
  width: max-content;
}

.preview {
  overflow: hidden;
}

.preview-video-frame {
  width: 87.5%;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0.5rem;
  background: transparent;
  line-height: 0;
}

.preview-video-frame > video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 0.5rem;
  background: transparent;
}

@media (max-width: 639px) {
  .brand-wordmark .brand-logo {
    width: 2.4rem;
    height: auto;
  }

  .brand-copy strong {
    font-size: 1.08rem;
  }

  .brand-copy small {
    font-size: 0.62rem;
  }
}
