/* =====================================================================
   PRÉMICES · Preview /preview-experiences-v2/  (Charte Ouverture)
   Hub « Nos expériences » refondu + aperçu du style des pages services.
   Réutilise les tokens de newhome/styles.css (--creme, --sig, --gold,
   --f-title, --f-body, --f-detail, --pad, --ease). Toutes les classes
   sont préfixées .pex2- pour éviter TOUTE collision avec la home Ouverture.
   ===================================================================== */

/* ---------- shell ---------- */
main#top { padding-top: 0; }

/* ---------- FIL D'ARIANE + AGENCE (au dessus du hero) ---------- */
.pex2-breadcrumb{
  padding: clamp(96px,12vh,140px) var(--pad) 0;
  font-family:var(--f-body);font-size:.78rem;
  letter-spacing:.14em;text-transform:uppercase;
  color:var(--text-soft);
  display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;
}
.pex2-breadcrumb a{
  color:var(--text-soft);text-decoration:none;
  border-bottom:1px solid transparent;padding-bottom:.05rem;
  transition:color .35s var(--ease), border-color .35s var(--ease);
}
.pex2-breadcrumb a:hover{color:var(--sig);border-bottom-color:var(--gold-ink)}
.pex2-breadcrumb span[aria-hidden]{color:var(--gold-ink);opacity:.7}

.pex2-tagline{
  padding: .8rem var(--pad) 0;
  margin:0;
  font-family:var(--f-title);font-style:italic;font-weight:400;
  font-size:clamp(1rem,1.25vw,1.15rem);
  color:var(--sig);letter-spacing:.01em;
}

/* ---------- HERO éditorial ---------- */
.pex2-hero{
  padding: clamp(24px,4vh,48px) var(--pad) clamp(60px,9vh,110px);
  background: var(--bg);
  color: var(--text);
  position:relative;
  overflow:hidden;
}
.pex2-hero__eyebrow{
  font-family:var(--f-title);font-weight:600;font-size:.78rem;
  letter-spacing:.34em;text-transform:uppercase;color:var(--sig);
  display:inline-flex;align-items:center;gap:.8rem;margin-bottom:1.4rem;
}
.pex2-hero__eyebrow::before{content:'';width:32px;height:1px;background:var(--gold-ink)}
.pex2-hero__title{
  font-family:var(--f-title);font-weight:500;
  font-size:clamp(3rem,7.2vw,6.2rem);
  line-height:1.02;letter-spacing:-.012em;color:var(--text);
  max-width: 22ch;
}
.pex2-hero__title em{font-style:italic;font-weight:400;color:var(--sig)}
.pex2-hero__lead{
  margin-top:1.8rem;max-width:60ch;
  font-size:clamp(1.02rem,1.25vw,1.2rem);
  color:var(--text-soft);line-height:1.75;
  font-family:var(--f-detail);font-style:italic;font-weight:400;
}
.pex2-hero__cta{
  margin-top:2.2rem;
  display:flex;flex-wrap:wrap;align-items:center;gap:1.4rem 2rem;
}
.pex2-hero__rating{
  font-family:var(--f-body);font-weight:500;
  font-size:.88rem;letter-spacing:.06em;
  color:var(--text-soft);
  display:inline-flex;align-items:center;gap:.5rem;
}
.pex2-hero__filet{
  display:block;margin-top:2.6rem;width:96px;height:1px;background:var(--gold-ink);
}
.pex2-hero__intro{
  margin: 2rem 0 0;max-width:64ch;
  font-family:var(--f-detail);font-style:italic;
  font-size:clamp(1rem,1.2vw,1.15rem);
  line-height:1.75;color:var(--text-soft);
}

/* ---------- NOTRE APPROCHE (5 cartes filet or) ---------- */
.pex2-approach{
  padding: clamp(80px,11vh,140px) var(--pad);
  background: var(--bg);
  border-top:1px solid var(--line);
}
.pex2-approach__head{
  max-width:900px;margin:0 auto clamp(48px,7vh,72px);
  display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center;
}
.pex2-approach__eyebrow{
  font-family:var(--f-title);font-weight:600;font-size:.72rem;
  letter-spacing:.34em;text-transform:uppercase;color:var(--sig);
  display:inline-flex;align-items:center;gap:.8rem;
}
.pex2-approach__eyebrow::before,
.pex2-approach__eyebrow::after{
  content:'';width:32px;height:1px;background:var(--gold-ink);
}
.pex2-approach__title{
  font-family:var(--f-title);font-weight:500;
  font-size:clamp(2rem,4.4vw,3.4rem);
  line-height:1.06;letter-spacing:-.01em;color:var(--text);
}
.pex2-approach__title em{font-style:italic;font-weight:400;color:var(--sig)}
.pex2-approach__grid{
  max-width:1280px;margin:0 auto;
  display:grid;grid-template-columns:repeat(5,1fr);
  gap: clamp(14px,1.5vw,22px);
}
.pex2-approach__card{
  background:var(--card);
  border:1px solid var(--line);
  border-top:2px solid var(--gold-ink);
  padding: clamp(24px,2.6vw,34px) clamp(20px,2.2vw,28px);
  display:flex;flex-direction:column;gap:.9rem;
  transition: transform .5s var(--ease), border-color .5s var(--ease), box-shadow .5s var(--ease);
  min-height:180px;
}
.pex2-approach__card:hover{
  transform:translateY(-4px);
  border-color:var(--gold-ink);
  box-shadow:0 24px 60px -30px rgba(10,9,8,.22);
}
.pex2-approach__ct{
  font-family:var(--f-title);font-weight:500;font-size:1.15rem;
  color:var(--text);line-height:1.22;margin:0;
}
.pex2-approach__cp{
  margin:0;color:var(--text-soft);
  font-size:.94rem;line-height:1.6;font-family:var(--f-body);
}

/* ---------- Panneaux 4 expériences (head partagé) ---------- */
.pex2-panels{
  display:flex;flex-direction:column;
  gap:0;
  background: var(--bg);
  border-top:1px solid var(--line);
}
.pex2-panels__head{
  max-width:900px;margin:0 auto;
  padding: clamp(80px,11vh,140px) var(--pad) clamp(40px,5vh,64px);
  display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center;
}
.pex2-panels__eyebrow{
  font-family:var(--f-title);font-weight:600;font-size:.72rem;
  letter-spacing:.34em;text-transform:uppercase;color:var(--sig);
  display:inline-flex;align-items:center;gap:.8rem;
}
.pex2-panels__eyebrow::before,
.pex2-panels__eyebrow::after{
  content:'';width:32px;height:1px;background:var(--gold-ink);
}
.pex2-panels__title{
  font-family:var(--f-title);font-weight:500;
  font-size:clamp(2.2rem,5vw,3.8rem);
  line-height:1.06;letter-spacing:-.01em;color:var(--text);
}
.pex2-panels__title em{font-style:italic;font-weight:400;color:var(--sig)}

.pex2-panel{
  display:grid;grid-template-columns: 6fr 4fr;
  align-items:stretch;min-height: clamp(560px,82vh,860px);
  position:relative;isolation:isolate;
}
.pex2-panel--alt{grid-template-columns: 4fr 6fr}
.pex2-panel--alt .pex2-panel__media{grid-column:2}
.pex2-panel--alt .pex2-panel__body{grid-column:1;grid-row:1}
.pex2-panel--dark{background:#0a0908;color:var(--creme)}
.pex2-panel--dark .pex2-panel__eyebrow{color:var(--gold)}
.pex2-panel--dark .pex2-panel__eyebrow::before{background:var(--gold)}
.pex2-panel--dark .pex2-panel__title{color:var(--creme)}
.pex2-panel--dark .pex2-panel__title em{color:var(--gold)}
.pex2-panel--dark .pex2-panel__lead{color:rgba(243,236,224,.72)}
.pex2-panel--dark .pex2-panel__inc li{color:rgba(243,236,224,.82);border-color:rgba(235,207,149,.22)}
.pex2-panel--dark .pex2-panel__link{color:var(--gold)}
.pex2-panel--dark .pex2-panel__link:hover{color:var(--creme)}

.pex2-panel__media{
  position:relative;overflow:hidden;background:#111;
  min-height: clamp(360px,55vh,720px);
}
.pex2-panel__img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  transform:scale(1.02);transition:transform 1.4s var(--ease);
  filter: saturate(1.02);
}
.pex2-panel.is-visible .pex2-panel__img{transform:scale(1)}
.pex2-panel__grain{
  position:absolute;inset:0;pointer-events:none;opacity:.06;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode:multiply;
}
.pex2-panel__num{
  position:absolute;left:clamp(18px,3vw,42px);top:clamp(18px,3vw,42px);
  font-family:var(--f-title);font-weight:400;font-size:clamp(2.6rem,4.5vw,4.4rem);
  color:var(--creme);opacity:.7;line-height:1;letter-spacing:-.02em;
  text-shadow:0 4px 24px rgba(0,0,0,.35);
  font-style:italic;
}
.pex2-panel__body{
  padding: clamp(48px,7vw,110px) clamp(32px,6vw,90px);
  display:flex;flex-direction:column;justify-content:center;gap:1.6rem;
}
.pex2-panel__eyebrow{
  font-family:var(--f-title);font-weight:600;font-size:.72rem;
  letter-spacing:.34em;text-transform:uppercase;color:var(--sig);
  display:inline-flex;align-items:center;gap:.8rem;
}
.pex2-panel__eyebrow::before{content:'';width:32px;height:1px;background:var(--gold-ink)}
.pex2-panel__title{
  font-family:var(--f-title);font-weight:500;
  font-size:clamp(2.2rem,4.4vw,3.6rem);
  line-height:1.05;letter-spacing:-.008em;color:var(--text);
}
.pex2-panel__title em{font-style:italic;font-weight:400;color:var(--sig)}
.pex2-panel__lead{
  color:var(--text-soft);line-height:1.75;
  font-size:1.02rem;max-width:52ch;
  text-align:justify;-webkit-hyphens:auto;hyphens:auto;
}
.pex2-panel__inc{
  list-style:none;padding:0;margin:.6rem 0 0;
  display:flex;flex-direction:column;gap:0;
}
.pex2-panel__inc li{
  font-family:var(--f-body);font-size:.94rem;color:var(--text);
  padding: .85rem 0;
  border-top:1px solid var(--line);
  display:flex;align-items:center;gap:.9rem;
}
.pex2-panel__inc li:last-child{border-bottom:1px solid var(--line)}
.pex2-panel__inc li::before{
  content:'';display:inline-block;width:6px;height:6px;border-radius:50%;
  background:var(--sig);flex:none;
}
.pex2-panel__link{
  margin-top:.6rem;display:inline-flex;align-items:center;gap:.6rem;
  font-family:var(--f-title);font-weight:500;font-style:italic;
  font-size:1.06rem;color:var(--sig);
  border-bottom:1px solid transparent;padding-bottom:.15rem;width:max-content;
  transition: gap .35s var(--ease), border-color .35s var(--ease);
}
.pex2-panel__link:hover{gap:1rem;border-bottom-color:var(--sig)}
.pex2-panel__link span{font-family:var(--f-body);font-weight:400;font-style:normal}

/* ---------- Bandeau confiance (renforce head/lead/title) ---------- */
.pex2-trust{
  padding: clamp(80px,11vh,140px) var(--pad);
  background: #0a0908;color:var(--creme);
  text-align:center;
}
.pex2-trust__eyebrow{
  font-family:var(--f-title);font-weight:600;font-size:.72rem;
  letter-spacing:.34em;text-transform:uppercase;color:var(--gold);
  margin-bottom:1.4rem;display:inline-block;
}
.pex2-trust__title{
  font-family:var(--f-title);font-weight:500;
  font-size:clamp(2rem,4.4vw,3.4rem);
  line-height:1.06;letter-spacing:-.01em;
  color:var(--creme);max-width:22ch;margin:0 auto 1.4rem;
}
.pex2-trust__title em{font-style:italic;font-weight:400;color:var(--gold)}
.pex2-trust__lead{
  max-width:60ch;margin:0 auto 2rem;
  font-family:var(--f-detail);font-style:italic;
  font-size:clamp(1rem,1.25vw,1.15rem);line-height:1.7;
  color:rgba(243,236,224,.72);
}
.pex2-trust__logos{
  display:flex;flex-wrap:wrap;justify-content:center;align-items:center;
  gap: clamp(24px,3vw,48px);
  margin: 1.4rem auto 2.6rem;max-width:1100px;
}
.pex2-trust__logos span{
  font-family:var(--f-title);font-weight:400;font-style:italic;
  font-size:clamp(1.3rem,2.4vw,1.9rem);
  color:rgba(243,236,224,.62);letter-spacing:.02em;
  transition: color .5s var(--ease);
}
.pex2-trust__logos span:hover{color:var(--gold)}
.pex2-trust__filet{
  display:block;
  width:64px;height:1px;background:var(--gold);opacity:.4;
  margin:0 auto 2rem;
}
.pex2-trust__quote{
  max-width:60ch;margin:0 auto;
  font-family:var(--f-title);font-weight:400;font-style:italic;
  font-size:clamp(1.15rem,1.7vw,1.55rem);line-height:1.6;
  color:var(--creme);
}
.pex2-trust__cite{
  display:block;margin-top:1.4rem;
  font-family:var(--f-body);font-style:normal;
  font-size:.82rem;letter-spacing:.22em;text-transform:uppercase;
  color:rgba(243,236,224,.55);
}

/* ---------- PROCESSUS (3 étapes en timeline horizontale) ---------- */
.pex2-process{
  padding: clamp(80px,11vh,140px) var(--pad);
  background: var(--bg-2);
  border-top:1px solid var(--line);
}
.pex2-process__head{
  max-width:900px;margin:0 auto clamp(48px,7vh,72px);
  display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center;
}
.pex2-process__eyebrow{
  font-family:var(--f-title);font-weight:600;font-size:.72rem;
  letter-spacing:.34em;text-transform:uppercase;color:var(--sig);
  display:inline-flex;align-items:center;gap:.8rem;
}
.pex2-process__eyebrow::before,
.pex2-process__eyebrow::after{
  content:'';width:32px;height:1px;background:var(--gold-ink);
}
.pex2-process__title{
  font-family:var(--f-title);font-weight:500;
  font-size:clamp(2rem,4.4vw,3.4rem);
  line-height:1.06;letter-spacing:-.01em;color:var(--text);
}
.pex2-process__title em{font-style:italic;font-weight:400;color:var(--sig)}
.pex2-process__list{
  list-style:none;padding:0;margin:0 auto;
  max-width:1200px;
  display:grid;grid-template-columns:repeat(3,1fr);
  gap: clamp(24px,3vw,48px);
  position:relative;
  counter-reset:pex2step;
}
.pex2-process__list::before{
  content:'';position:absolute;left:6%;right:6%;top:26px;height:1px;
  background:var(--gold-ink);opacity:.35;z-index:0;
}
.pex2-process__step{
  position:relative;z-index:1;
  display:flex;flex-direction:column;align-items:center;
  gap:1.2rem;text-align:center;padding:0 clamp(4px,1vw,12px);
}
.pex2-process__num{
  width:52px;height:52px;border-radius:50%;
  background:var(--bg-2);
  border:1px solid var(--gold-ink);
  color:var(--sig);
  font-family:var(--f-title);font-weight:500;font-style:italic;
  font-size:1.3rem;line-height:1;
  display:inline-flex;align-items:center;justify-content:center;
  box-shadow: inset 0 0 0 4px var(--bg-2);
  flex:none;
}
.pex2-process__body{display:flex;flex-direction:column;gap:.6rem;max-width:36ch;}
.pex2-process__t{
  font-family:var(--f-title);font-weight:500;font-size:1.25rem;
  color:var(--text);line-height:1.22;margin:0;
}
.pex2-process__p{
  margin:0;color:var(--text-soft);font-family:var(--f-body);
  font-size:.96rem;line-height:1.65;
}

/* ---------- La maison en services (5 tuiles) ---------- */
.pex2-services{
  padding: clamp(90px,12vh,160px) var(--pad);
  background:var(--bg);
  color:var(--text);
  border-top:1px solid var(--line);
}
.pex2-services__head{
  max-width:900px;margin:0 auto clamp(48px,7vh,80px);text-align:center;
  display:flex;flex-direction:column;gap:1.2rem;align-items:center;
}
.pex2-services__eyebrow{
  font-family:var(--f-title);font-weight:600;font-size:.72rem;
  letter-spacing:.34em;text-transform:uppercase;color:var(--sig);
}
.pex2-services__title{
  font-family:var(--f-title);font-weight:500;
  font-size:clamp(2.2rem,5vw,4rem);
  line-height:1.06;letter-spacing:-.01em;color:var(--text);
}
.pex2-services__title em{font-style:italic;font-weight:400;color:var(--sig)}
.pex2-services__lead{
  max-width:56ch;color:var(--text-soft);font-size:1.02rem;line-height:1.75;
  font-family:var(--f-detail);font-style:italic;
}
.pex2-tiles{
  display:grid;grid-template-columns:repeat(5,1fr);
  gap: clamp(14px,1.4vw,22px);
  max-width:1440px;margin:0 auto;
}
.pex2-tile{
  background:var(--card);border:1px solid var(--line);
  border-radius:2px;padding: clamp(24px,3vw,36px) clamp(20px,2.4vw,32px);
  display:flex;flex-direction:column;gap:1.1rem;
  transition: transform .5s var(--ease), border-color .5s var(--ease), box-shadow .5s var(--ease);
  min-height: 260px;position:relative;overflow:hidden;
}
.pex2-tile:hover{
  transform:translateY(-4px);
  border-color:var(--gold-ink);
  box-shadow: 0 24px 60px -30px rgba(10,9,8,.25);
}
.pex2-tile__ico{
  width:44px;height:44px;color:var(--sig);
  display:flex;align-items:center;justify-content:center;
}
.pex2-tile__ico svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.4}
.pex2-tile__name{
  font-family:var(--f-title);font-weight:500;font-size:1.2rem;
  color:var(--text);line-height:1.2;
}
.pex2-tile__d{
  color:var(--text-soft);font-size:.92rem;line-height:1.6;flex:1;
}
.pex2-tile__link{
  margin-top:auto;font-family:var(--f-title);font-weight:500;font-style:italic;
  font-size:.98rem;color:var(--sig);
  display:inline-flex;align-items:center;gap:.5rem;
  transition: gap .35s var(--ease);
}
.pex2-tile__link:hover{gap:.85rem}

/* ---------- CTA final ---------- */
.pex2-final{
  padding: clamp(90px,13vh,160px) var(--pad);
  background: var(--bg);
  text-align:center;
  display:flex;flex-direction:column;align-items:center;gap:1.4rem;
}
.pex2-final__title{
  font-family:var(--f-title);font-weight:500;
  font-size:clamp(2.4rem,5.4vw,4.4rem);
  line-height:1.06;letter-spacing:-.01em;color:var(--text);
  max-width:20ch;
}
.pex2-final__title em{font-style:italic;font-weight:400;color:var(--sig)}
.pex2-final__lead{
  max-width:52ch;color:var(--text-soft);
  font-family:var(--f-detail);font-style:italic;font-size:1.08rem;
  line-height:1.7;
}
.pex2-final .btn{margin-top:1.2rem}

/* ---------- Reveals ---------- */
.pex2-reveal{
  opacity:0;transform:translateY(28px);
  transition: opacity 1.1s var(--ease), transform 1.1s var(--ease);
  transition-delay: var(--pd,0s);
}
.pex2-reveal.is-visible{opacity:1;transform:none}

/* ---------- Mobile ---------- */
@media (max-width: 1200px){
  .pex2-approach__grid{grid-template-columns:repeat(3,1fr)}
  .pex2-tiles{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 960px){
  .pex2-breadcrumb{padding-top: clamp(88px,10vh,110px)}
  .pex2-hero__title{font-size:clamp(2.4rem,9vw,3.6rem)}
  .pex2-panel{grid-template-columns:1fr;min-height:auto}
  .pex2-panel--alt{grid-template-columns:1fr}
  .pex2-panel--alt .pex2-panel__media,
  .pex2-panel--alt .pex2-panel__body{grid-column:1;grid-row:auto}
  .pex2-panel__media{min-height:56vh;order:1}
  .pex2-panel__body{order:2;padding: clamp(36px,7vw,64px) clamp(22px,6vw,42px)}
  .pex2-approach__grid{grid-template-columns:repeat(2,1fr)}
  .pex2-tiles{grid-template-columns:1fr;overflow-x:visible}
  .pex2-tile{min-height:auto}
  .pex2-process__list{grid-template-columns:1fr;gap:2.4rem}
  .pex2-process__list::before{display:none}
}
@media (max-width: 560px){
  .pex2-approach__grid{grid-template-columns:1fr}
  .pex2-hero__cta{gap:1rem}
}
