.wrap {
  max-width: 1040px;
  margin: auto;
}
.thought-project-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none;
  margin-bottom: 24px;
  color: var(--ink);
}
.thought-project-mark img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}
.thought-project-mark strong {
  color: #ee72ef;
}
.tf-section {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff03;
  scroll-margin-top: 80px;
}
.tf-title {
  font:
    500 clamp(35px, 7vw, 65px) Georgia,
    serif;
  margin: 14px 0;
}
.tf-eyebrow,
.tf-subline,
.now-playing {
  font-size: 12px;
  color: var(--muted);
}
.tf-player {
  position: relative;
  margin: 24px 0;
}
.tf-player video {
  width: 100%;
  max-height: 70vh;
  border-radius: 16px;
  background: black;
}
.unmute-hint {
  position: absolute;
  bottom: 65px;
  left: 20px;
  padding: 8px 15px;
  background: #10182ddd;
}
.gallery {
  display: flex;
  gap: 14px;
  overflow: auto;
  margin-top: 20px;
}
.gallery > * {
  flex: 0 0 220px;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff04;
}
.gallery img {
  width: 100%;
  height: 124px;
  object-fit: cover;
}
.gallery h3,
.gallery p,
.gallery .ep-title {
  font-size: 13px;
  padding: 0 10px;
}
.gallery .active {
  border-color: #ee72ef;
}
.ep-section-head {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--muted);
}
