/* Passion page — copy blocks (layout unchanged) */

.jj-passion-eyebrow {
  margin: 0 0 0.65em;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(19, 20, 23, 0.55);
}

.jj-passion-youtube-intro {
  margin-top: clamp(2.5em, 5vw, 3.75em);
  max-width: 36em;
}

.jj-passion-youtube-dek {
  margin: 0;
  line-height: 1.65;
  color: rgba(19, 20, 23, 0.72);
}

.jj-flickmatch-note {
  margin: 0.35em 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(19, 20, 23, 0.55);
}

.jj-instagram-header {
  align-items: flex-start;
}

.jj-instagram-header__copy {
  display: flex;
  flex-direction: column;
  gap: 0.65em;
  max-width: 34em;
  flex: 1 1 auto;
  min-width: min(100%, 20em);
}

.jj-instagram-dek {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.62;
  color: rgba(19, 20, 23, 0.68);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .page-wrapper.passion .inner-title-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .jj-instagram-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .jj-passion-youtube-intro {
    margin-top: 0;
    max-width: none;
  }

  .jj-flickmatch-copy,
  .jj-flickmatch-note {
    max-width: none;
  }
}
