/* Keep the introduction readable without changing the manufacturing film. */
.experience-v2 .cinema-inner { padding-top: 3.5rem; padding-bottom: 12rem; }
.experience-v2 .cinema-copy { width: 52%; max-width: 600px; }
.experience-v2 .cinema-eyebrow { margin-bottom: 1.25rem; }
.experience-v2 .cinema-copy h1 {
  font-size: clamp(2.25rem, 3.7vw, 3.625rem); line-height: 1.24;
  letter-spacing: -.025em; text-wrap: initial; overflow-wrap: break-word;
  margin-bottom: 1.65rem;
}
.experience-v2 .cinema-title-line { display: block; }
.experience-v2 .cinema-title-line:last-child { color: #9be5ef; }
.experience-v2 .cinema-description { max-width: 480px; font-size: 1rem; line-height: 1.8; color: #c4d0d9; overflow-wrap: break-word; }
.experience-v2 .cinema-description p { margin: 0; }
.experience-v2 .cinema-description p + p { margin-top: .45rem; }
.experience-v2 .cinema-description p:last-child { margin-top: 1rem; }
.experience-v2 .cinema-partner {
  max-width: 480px; padding-left: 0; border: 0;
  margin: 1.5rem 0 0; color: #b1c1cd; font-size: .9375rem; line-height: 1.75;
  word-break: keep-all; overflow-wrap: break-word;
}
.experience-v2 .cinema-partner strong { display: block; margin-top: .2rem; color: #eef7fb; font-weight: 600; letter-spacing: .035em; }
.experience-v2 .cinema-actions { margin-top: 1.75rem; }

/* The arrow has its own fixed space, independent of the label's line count. */
.experience-v2 .connection-path {
  grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3rem;
  padding: 1.25rem 0;
}
.experience-v2 .connection-path li {
  display: flex; align-items: center; justify-content: center;
  min-width: 0; min-height: 3rem; padding: .35rem .5rem;
  font-size: 1rem; line-height: 1.6; word-break: keep-all;
  overflow-wrap: break-word;
}
.experience-v2 .connection-path li::after { content: none; }
.experience-v2 .connection-arrow {
  position: absolute; inset: 50% -3rem auto auto;
  display: grid; place-items: center; width: 3rem; height: 2rem;
  transform: translateY(-50%); color: #087d95; font-size: 1.4rem; line-height: 1;
}
@media (max-width: 1000px) {
  .experience-v2 .experience-hero { display: flex; flex-direction: column; min-height: 0; }
  .experience-v2 .cinema-inner { order: 1; width: 100%; min-height: 0; padding: 2.6rem 5% 0; }
  .experience-v2 .cinema-copy { width: 100%; max-width: 640px; }
  .experience-v2 .cinema-copy h1 { font-size: clamp(1.875rem, 5.5vw, 2.625rem); line-height: 1.3; }
  .experience-v2 .cinema-description { max-width: 580px; }
  .experience-v2 .cinema-partner { max-width: 580px; }
  .experience-v2 .hero-film { position: relative; inset: auto; order: 2; width: 100%; height: auto; aspect-ratio: 16 / 9; align-self: stretch; margin: 1.5rem 0 0; }
  .experience-v2 .hero-film video { object-fit: contain; }
  .experience-v2 .cinema-shade { display: none; }
  .experience-v2 .film-console { position: relative; order: 3; left: auto; bottom: auto; transform: none; width: auto; margin: 0 5% 1.6rem; }
}
@media (max-width: 600px) {
  .experience-v2 .cinema-partner { margin-top: 1.2rem; }
  .experience-v2 .cinema-description { line-height: 1.75; }
  .experience-v2 .connection-path { grid-template-columns: minmax(0, 1fr); gap: 1.75rem; padding-block: 1rem; }
  .experience-v2 .connection-path li { min-height: 2.5rem; padding: .25rem .75rem; }
  .experience-v2 .connection-arrow {
    inset: auto auto -1.75rem 50%; width: 1.75rem; height: 1.75rem;
    transform: translateX(-50%) rotate(90deg); font-size: 1.25rem;
  }
}
@media print { .experience-v2 .cinema-partner { color: #15212b; } }
