/* Positive Theme — pop-up Lustery. Porté de components/Positive Popup.dc.html,
   sélecteurs scopés sous .pm-pop pour ne pas déborder sur le reste du site. */

@keyframes pmFade { from { opacity: 0 } to { opacity: 1 } }
@keyframes pmPop  { from { opacity: 0; transform: translateY(24px) scale(.96) } to { opacity: 1; transform: none } }

.pm-pop[hidden] { display: none }
.pm-pop * { box-sizing: border-box }
.pm-pop a { text-decoration: none }
.pm-pop img { display: block; max-width: 100% }

.pm-pop .pm-ov {
  position: fixed; inset: 0; z-index: 9999; background: rgba(20,20,20,.72);
  display: flex; align-items: center; justify-content: center; padding: 24px;
  animation: pmFade .2s ease-out;
}
.pm-pop .pm-pop__card {
  position: relative; width: 100%; max-width: 880px; background: var(--pm-ink);
  box-shadow: 12px 12px 0 var(--pm-rose);
  display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1fr);
  animation: pmPop .24s cubic-bezier(.2,.9,.3,1.2);
}
.pm-pop .pm-shot { background: var(--pm-grad-brand); overflow: hidden; min-height: 340px }
.pm-pop .pm-shot img { width: 100%; height: 100%; object-fit: cover }
.pm-pop .pm-in { padding: 38px 62px 34px 36px; display: flex; flex-direction: column; align-items: flex-start }

.pm-pop .pm-t {
  font-family: var(--pm-font-display); font-weight: 400; text-transform: uppercase;
  font-size: 34px; line-height: 1; color: #fff; margin: 0 0 14px; text-wrap: balance;
}
.pm-pop .pm-name {
  font-family: var(--pm-font-display); font-weight: 400; text-transform: uppercase;
  font-size: 44px; line-height: 1; color: var(--pm-rose); letter-spacing: .02em; margin: 0 0 10px;
}
.pm-pop .pm-q { font: 600 17px/1.5 var(--pm-font-body); color: var(--pm-rose-pale); margin: 0 0 12px }
.pm-pop .pm-d { font: 400 15.5px/1.62 var(--pm-font-body); color: rgba(255,255,255,.86); margin: 0 0 22px }

.pm-pop .pm-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--pm-rose); color: #fff; font: 800 12.5px/1 var(--pm-font-body);
  letter-spacing: .12em; text-transform: uppercase; padding: 18px 26px; border-radius: 999px;
  box-shadow: 5px 5px 0 #fff; transition: transform .15s, box-shadow .15s, background .15s; min-height: 44px;
}
.pm-pop .pm-cta:hover { background: #fff; color: var(--pm-ink); transform: translate(-2px,-2px); box-shadow: 7px 7px 0 var(--pm-rose) }

.pm-pop .pm-fine { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px }
.pm-pop .pm-fine li { font: 600 12.5px/1.4 var(--pm-font-body); color: rgba(255,255,255,.7); display: flex; gap: 9px; align-items: flex-start }
.pm-pop .pm-fine li::before { content: ""; flex: none; width: 8px; height: 8px; margin-top: 4px; border-radius: 50%; background: var(--pm-rose) }

.pm-pop .pm-no {
  background: none; border: 0; cursor: pointer; font: 700 12.5px/1 var(--pm-font-body);
  letter-spacing: .06em; color: rgba(255,255,255,.6); text-decoration: underline;
  text-underline-offset: 3px; margin-top: 22px; padding: 12px 0; min-height: 44px;
}
.pm-pop .pm-no:hover { color: #fff }

.pm-pop .pm-x {
  position: absolute; top: 12px; right: 12px; width: 44px; height: 44px;
  background: #fff; color: var(--pm-ink); border: 0; box-shadow: 3px 3px 0 var(--pm-rose);
  font: 400 26px/1 var(--pm-font-display); cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: background .15s, color .15s;
}
.pm-pop .pm-x:hover { background: var(--pm-rose); color: #fff }

@media (max-width: 820px) {
  .pm-pop .pm-ov { padding: 16px; align-items: flex-start; overflow-y: auto }
  .pm-pop .pm-pop__card { grid-template-columns: 1fr; max-width: 460px; margin: 16px auto; box-shadow: 8px 8px 0 var(--pm-rose) }
  .pm-pop .pm-shot { min-height: 0; height: 190px }
  .pm-pop .pm-in { padding: 26px 22px 24px }
  .pm-pop .pm-t { font-size: 26px }
  .pm-pop .pm-name { font-size: 34px }
  .pm-pop .pm-q { font-size: 15.5px }
  .pm-pop .pm-d { font-size: 14.5px }
  .pm-pop .pm-x { top: 10px; right: 10px; width: 42px; height: 42px }
}
