/* ==========================================================================
   Homepage — Cinéma utile et dynamique
   ========================================================================== */

.pta-dynamic-cinema {
  position: relative;
  padding: clamp(54px, 8vw, 96px) 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 248, 240, .08), transparent 30%),
    radial-gradient(circle at 82% 72%, rgba(139, 0, 0, .22), transparent 36%),
    #03001E;
  color: #fef8f0;
  overflow: hidden;
}

.pta-dynamic-cinema__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-left: clamp(0.4rem, 2vw, 1rem);
  padding-right: clamp(0.4rem, 2vw, 1rem);
}

.pta-dynamic-cinema__kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: rgba(254,248,240,.78);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pta-dynamic-cinema__title {
  max-width: 900px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 11vw, 5.8rem);
line-height: 0.95;
}

.pta-dynamic-cinema__subtitle {
  max-width: 760px;
  margin: 0.85rem 0 1.65rem;
  font-size: clamp(1.05rem, 3.8vw, 1.45rem);
  line-height: 1.45;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.78);
}
.pta-dynamic-cinema__questions {
  display: grid;
  gap: 10px;
  max-width: 860px;
  margin-top: 22px;
}

.pta-dynamic-cinema__questions p {
  margin: 0;
  padding: 0.2rem 1rem 0.2rem 1.25rem;
  border-left: 3px solid rgba(254, 248, 240, .26);
  color: rgba(254, 248, 240, .84);
  font-size: clamp(1rem, 1.55vw, 1.12rem);
  line-height: 1.7;
}

.pta-dynamic-cinema__lead {
  max-width: 780px;
  margin: 20px 0 0;
  color: rgba(254,248,240,.76);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.8;
}

.pta-dynamic-cinema__swiper {
  margin-top: 34px;
  overflow: hidden;
  padding: 10px 0 22px;
}

.pta-dynamic-cinema__swiper .swiper-wrapper {
  align-items: stretch;
}

.pta-dynamic-cinema__swiper .swiper-slide.pta-dynamic-cinema__card {
  width: min(520px, 100%) !important;
}

.pta-dynamic-cinema__card {
  box-sizing: border-box;
  scroll-snap-align: start;
  min-height: 260px;
  padding: clamp(2rem, 5vw, 3rem);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.022));
  box-shadow: 0 18px 46px rgba(0,0,0,.22);
}

.pta-dynamic-cinema__number {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(254,248,240,.46);
  font-size: .86rem;
  letter-spacing: .08em;
}

.pta-dynamic-cinema__card h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.38rem;
}

.pta-dynamic-cinema__card p {
  margin: 0;
  color: rgba(254,248,240,.70);
  line-height: 1.72;
  font-size: .96rem;
}

.pta-dynamic-cinema__quote {
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
  padding: clamp(2rem, 5vw, 3.2rem);
  border-left: 3px solid rgba(139,0,0,.72);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(139,0,0,.16), rgba(255,255,255,.035));
}

.pta-dynamic-cinema__quote p {
  max-width: 980px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: rgba(254,248,240,.88);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.62;
}

@media (max-width: 620px) {
  .pta-dynamic-cinema {
    padding: 48px 0;
  }

   .pta-dynamic-cinema__inner {
    width: min(100% - 28px, 1180px);
    padding-left: 0;
    padding-right: 0;
  }
  .pta-dynamic-cinema__questions {
    margin-top: 18px;
    gap: 8px;
  }

  .pta-dynamic-cinema__questions p {
    font-size: .96rem;
    line-height: 1.62;
  }

  .pta-dynamic-cinema__lead {
    display: none;
  }

  .pta-dynamic-cinema__swiper {
    margin-top: 28px;
    padding: 8px 0 16px;
  }

  .pta-dynamic-cinema__swiper .swiper-slide.pta-dynamic-cinema__card {
    width: 100% !important;
  }

  .pta-dynamic-cinema__card {
    min-height: auto;
    padding: 2rem 1.65rem;
    box-sizing: border-box;
  }
  .pta-dynamic-cinema__quote {
    margin-top: 22px;
    padding: 2rem 1.65rem;
    box-sizing: border-box;
    border-radius: 24px;
  }

  .pta-dynamic-cinema__quote p {
    font-size: 1.05rem;
    line-height: 1.55;
  }
}