
.prive-hero-page{display:grid;grid-template-columns:48% 52%;min-height:560px;background:var(--purple);color:#fff}
.prive-photo{overflow:hidden}
.prive-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.prive-hero-copy{padding:54px clamp(36px,5vw,72px);display:flex;flex-direction:column;justify-content:center}
.prive-hero-copy h1{margin:0;font-family:Georgia,serif;font-size:clamp(40px,4vw,58px);line-height:1.03}
.prive-hero-copy>p:not(.section-label){font-size:16px;line-height:1.5;max-width:520px}
.price{display:flex;align-items:baseline;gap:8px;margin:16px 0 0}
.price strong{font-family:Georgia,serif;font-size:40px}
.price span{font-size:14px}
.prive-hero-copy .button{margin-top:18px;align-self:flex-start}
.prive-prose{width:min(820px,84vw);margin:0 auto;padding:58px 0 62px}
.prive-prose p{font-family:Georgia,serif;font-size:20px;line-height:1.62;margin:0 0 20px}
.prive-prose blockquote{margin:32px 0 16px;padding:24px 28px;background:var(--beige);color:var(--purple);font-family:Georgia,serif;font-size:28px;line-height:1.2}
.prive-prose .hashtag{font-family:Arial,Helvetica,sans-serif;font-size:13px;color:var(--olive);font-weight:800}
.cta-band{padding:38px max(6vw,34px);display:flex;align-items:center;justify-content:space-between;gap:28px;background:var(--purple);color:#fff}
.cta-band h2{margin:0;font-family:Georgia,serif;font-size:clamp(34px,3.2vw,48px);line-height:1.02}
.cta-band .button{flex:0 0 auto}
@media(max-width:760px){
  .prive-hero-page{grid-template-columns:1fr;min-height:0}
  .prive-photo img{height:auto;object-fit:contain}
  .prive-hero-copy{padding:34px 20px 38px}
  .prive-prose{width:min(90vw,620px);padding:46px 0 50px}
  .prive-prose p{font-size:18px}
  .cta-band{align-items:flex-start;flex-direction:column;padding:32px 20px}
}

/* Final scale refinement */
.prive-hero-copy h1{font-size:clamp(36px,3.5vw,52px);font-weight:400}
.prive-prose p{font-size:18px;line-height:1.58}
.prive-prose blockquote{font-size:24px}

/* ===== PRIVÉ FINAL 2026-09-09 ===== */
.prive-hero-final{position:relative;width:100%;line-height:0;overflow:hidden;background:#fff;}
.prive-hero-final>img{display:block;width:100%;height:auto;}
.prive-hero-final .join-hotspot{position:absolute;left:53.6%;top:75.2%;width:27.1%;height:8.2%;display:block;z-index:4;}
.prive-prose{font-size:clamp(16px,1.15vw,18px)!important;line-height:1.65!important;}
