@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=DM+Sans:wght@300;400;500;600;700&display=swap');

/* =========================================================
   VARIABLES
========================================================= */

:root{
  --color-navy:#1C1C1A;
  --color-navy-2:#151513;
  --color-navy-3:#0F0F0E;
  --color-gold:#B8923A;
  --color-gold-soft:#F0E3C4;
  --color-cream:#F7F4EF;
  --color-cream-2:#FBF7EF;
  --color-white:#FFFFFF;
  --color-text:#1C1C1A;
  --color-muted:#6B6050;
  --color-border:rgba(28,28,26,.10);
  --shadow-soft:0 18px 50px rgba(28,28,26,.06);
  --shadow-xl:0 34px 90px rgba(28,28,26,.16);
  --container:1180px;
}

/* =========================================================
   BASE
========================================================= */

*{
  box-sizing:border-box;
}

html{
  /* =========================================================
   CONTACT — ACCORDÉON PREMIUM / IOS SAFE
   ========================================================= */
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:'DM Sans',Arial,Helvetica,sans-serif;
  font-weight:300;
  color:var(--color-text);
  background:var(--color-cream);
  line-height:1.55;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  max-width:100%;
  display:block;
}

section{
  position:relative;
}

.container{
  width:min(var(--container),calc(100% - 48px));
  margin:0 auto;
}

/* =========================================================
   HEADER
========================================================= */

.site-header{
  position:fixed;
  inset:0 0 auto 0;
  z-index:1000;
  background:rgba(28,28,26,.96);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(16px);
  transition:.3s ease;
}

.site-header.scrolled{
  background:rgba(28,28,26,.98);
  border-bottom:1px solid rgba(255,255,255,.10);
}

.header-inner{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.brand img{
  height:44px;
  width:auto;
  filter:brightness(0) invert(1);
}

.main-nav{
  display:flex;
  align-items:center;
  gap:32px;
  color:rgba(255,255,255,.66);
  font-size:11px;
  font-weight:400;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.main-nav a{
  transition:.25s ease;
}

.main-nav a:hover{
  color:var(--color-gold);
}

.nav-cta{
  padding:11px 18px;
  color:var(--color-gold);
  border:1px solid rgba(184,146,58,.48);
}

.nav-toggle{
  display:none;
  width:40px;
  height:40px;
  padding:0;
  background:none;
  border:0;
}

.nav-toggle span{
  display:block;
  width:24px;
  height:2px;
  margin:6px auto;
  background:#fff;
}

.mobile-nav{
  display:none;
  flex-direction:column;
  gap:16px;
  padding:0 24px 24px;
  background:var(--color-navy);
  border-top:1px solid rgba(255,255,255,.08);
}

.mobile-nav.open{
  display:flex;
}

.mobile-nav a{
  color:rgba(255,255,255,.72);
}

/* =========================================================
   TYPOGRAPHIE COMMUNE
========================================================= */

.eyebrow,
.section-kicker,
.project-type{
  margin:0 0 18px;
  color:var(--color-gold);
  font-size:10px;
  line-height:1.2;
  font-weight:500;
  letter-spacing:.32em;
  text-transform:uppercase;
}

.section-head{
  max-width:760px;
  margin:0 auto 54px;
}

.section-head.center{
  text-align:center;
}

.section-head h2,
.editorial-title h2,
.split-copy h2,
.cta-v3 h2,
.contact-panel h3,
.contact-side-card h3{
  margin:0;
  font-family:'Cormorant Garamond',serif;
  font-weight:300;
  font-size:clamp(34px,4vw,58px);
  line-height:1.05;
  letter-spacing:-.025em;
}

.section-dark .section-head h2{
  color:#fff;
}

/* =========================================================
   BOUTONS
========================================================= */

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border-radius:0;
  font-size:11px;
  font-weight:500;
  letter-spacing:.18em;
  text-transform:uppercase;
  transition:.25s ease;
}

.btn-primary{
  background:transparent;
  color:var(--color-gold);
  border:1px solid rgba(184,146,58,.50);
  box-shadow:none;
}

.btn-primary:hover{
  background:var(--color-gold);
  color:#fff;
}

.btn-secondary{
  background:rgba(255,255,255,.08);
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
}

/* =========================================================
   SECTIONS
========================================================= */

.section-light{
  background:var(--color-cream);
  color:var(--color-text);
}

.section-beige{
  background:var(--color-cream-2);
}

.section-dark{
  background:var(--color-navy);
  color:#fff;
}

/* =========================================================
   HERO
========================================================= */

.hero-v3{
  --hero-marquee-height:68px;

  position:relative;
  display:block;
  min-height:0;
  height:auto;
  max-height:none;
  overflow:hidden;
  background:var(--color-navy);
}

.hero-v3-media{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:var(--hero-marquee-height);
  background:
    radial-gradient(
      ellipse at center,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 46%,
      rgba(0,0,0,.24) 74%,
      rgba(0,0,0,.68) 100%
    ),
    url('../img/hero-aurea.jpg') center center / cover no-repeat;
  opacity:1;
  filter:grayscale(6%) contrast(1.02);
  transform:none;
}

.hero-v3-overlay{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:var(--hero-marquee-height);
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.78) 0%,
      rgba(0,0,0,.56) 28%,
      rgba(0,0,0,.22) 50%,
      rgba(0,0,0,0) 72%
    );
}

.hero-v3-noise{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:var(--hero-marquee-height);
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:90px 90px;
  opacity:.14;
  pointer-events:none;
}

.hero-v3-inner{
  position:relative;
  z-index:2;
  min-height:calc(48vh - var(--hero-marquee-height));
  max-height:720px;
  display:flex;
  align-items:center;
  padding-top:118px;
  padding-bottom:72px;
}

.hero-v3 h1{
  max-width:820px;
  margin:0 0 24px;
  font-family:'Cormorant Garamond',serif;
  font-weight:300;
  font-size:clamp(42px,5.7vw,78px);
  line-height:1.04;
  letter-spacing:-.035em;
  color:#fff;
}

.hero-v3 h1 em,
.hero-v3 h1 span{
  color:var(--color-gold-soft);
  font-style:italic;
}

.hero-v3-text{
  max-width:720px;
  margin:0 0 30px;
  color:rgba(255,255,255,.84);
  font-size:17px;
  line-height:1.45;
  font-weight:500;
}

.hero-v3-text p{
  margin:0 0 10px;
  line-height:1.45;
}

.hero-v3-text p:last-child{
  margin-bottom:0;
}

.hero-v3-actions,
.cta-v3-actions{
  display:flex;
  justify-content:flex-start;
  gap:14px;
  flex-wrap:wrap;
}

.hero-v3-marquee{
  position:relative;
  z-index:3;
  height:var(--hero-marquee-height);
  overflow:hidden;
  border-top:1px solid rgba(184,146,58,.22);
  background:linear-gradient(
    90deg,
    rgba(18,18,16,.96) 0%,
    rgba(38,34,27,.94) 48%,
    rgba(18,18,16,.96) 100%
  );
  backdrop-filter:blur(12px);
}

.marquee-track{
  height:100%;
  display:flex;
  align-items:center;
  gap:34px;
  padding:0;
  white-space:nowrap;
  color:rgba(240,227,196,.88);
  font-weight:700;
  letter-spacing:.10em;
  text-transform:uppercase;
  animation:marquee 28s linear infinite;
}

@keyframes marquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

/* =========================================================
   TEXTE ENRICHI CMS
========================================================= */

.hero-v3-text,
.editorial-copy,
.lead,
.cta-v3-text,
.devis-intro,
.showcase-intro,
.timeline-intro{
  line-height:1.45;
}

.hero-v3-text p,
.editorial-copy p,
.lead p,
.cta-v3-text p,
.devis-intro p,
.showcase-intro p,
.timeline-intro p{
  margin:0 0 10px;
  line-height:1.45;
}

.hero-v3-text p:last-child,
.editorial-copy p:last-child,
.lead p:last-child,
.cta-v3-text p:last-child,
.devis-intro p:last-child,
.showcase-intro p:last-child,
.timeline-intro p:last-child{
  margin-bottom:0;
}

.hero-v3-text strong,
.editorial-copy strong,
.lead strong,
.cta-v3-text strong,
.devis-intro strong,
.showcase-intro strong,
.timeline-intro strong{
  font-weight:800;
}

.hero-v3-text em,
.editorial-copy em,
.lead em,
.cta-v3-text em,
.devis-intro em,
.showcase-intro em,
.timeline-intro em{
  font-style:italic;
}

.hero-v3-text ul,
.hero-v3-text ol,
.editorial-copy ul,
.editorial-copy ol,
.lead ul,
.lead ol,
.cta-v3-text ul,
.cta-v3-text ol,
.devis-intro ul,
.devis-intro ol,
.showcase-intro ul,
.showcase-intro ol,
.timeline-intro ul,
.timeline-intro ol{
  margin:14px 0 16px;
  padding-left:22px;
}

.hero-v3-text li,
.editorial-copy li,
.lead li,
.cta-v3-text li,
.devis-intro li,
.showcase-intro li,
.timeline-intro li{
  margin-bottom:7px;
}

.hero-v3-text a,
.editorial-copy a,
.lead a,
.cta-v3-text a,
.devis-intro a,
.showcase-intro a,
.timeline-intro a{
  color:var(--color-gold);
  text-decoration:none;
  border-bottom:1px solid rgba(184,146,58,.45);
}

/* =========================================================
   ÉDITORIAL
========================================================= */

.editorial-band{
  padding:96px 0;
}

.editorial-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:84px;
  align-items:start;
}

.editorial-title h2{
  max-width:620px;
  color:var(--color-text);
}

.editorial-title::after{
  content:"";
  display:block;
  width:72px;
  height:1px;
  margin-top:34px;
  background:var(--color-gold);
}

.editorial-copy{
  max-width:680px;
  margin-top:-2px;
  color:var(--color-muted);
  font-size:15px;
}

.editorial-copy p{
  position:relative;
  padding:0 0 18px 30px;
  border-bottom:1px solid rgba(28,28,26,.08);
  color:var(--color-muted);
}

.editorial-copy p + p{
  padding-top:18px;
}

.editorial-copy p::before{
  content:"";
  position:absolute;
  left:0;
  top:7px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--color-gold);
}

.editorial-copy p + p::before{
  top:25px;
}

.editorial-copy p:last-child{
  padding-bottom:0;
  border-bottom:none;
}
.editorial-centered{
  padding:110px 0;
  background:var(--color-navy);
  color:#fff;
  border-top:8px solid var(--color-gold);
}

.editorial-centered-inner{
  max-width:980px;
  margin:0 auto;
  text-align:center;
}

.editorial-centered .section-kicker{
  margin-bottom:42px;
  color:var(--color-gold);
}

.editorial-centered h2{
  margin:0 auto 52px;
  max-width:980px;
  font-family:'Cormorant Garamond',serif;
  font-weight:300;
  font-size:clamp(46px,5vw,76px);
  line-height:.98;
  letter-spacing:-.03em;
  color:#fff;
}

.editorial-centered h2 span{
  display:block;
}

.editorial-centered h2 em{
  display:block;
  margin-top:10px;
  color:var(--color-gold-soft);
  font-style:italic;
  font-weight:300;
}

.editorial-centered-copy{
  max-width:880px;
  margin:0 auto;
  color:rgba(255,255,255,.70);
  font-size:18px;
  line-height:1.75;
  font-weight:300;
}

.editorial-centered-copy p{
  margin:0 0 34px;
}

.editorial-centered-copy p:last-child{
  margin-bottom:0;
}

.editorial-centered-copy strong{
  color:#fff;
  font-weight:700;
}

.editorial-centered-copy em{
  color:var(--color-gold-soft);
}

.editorial-centered h2{
  margin:0 auto 46px;
  max-width:980px;
  font-family:'Cormorant Garamond',serif;
  font-weight:300;
  font-size:clamp(46px,5vw,76px);
  line-height:.98;
  letter-spacing:-.03em;
  color:#fff;
}

.editorial-centered h2 p{
  margin:0;
  line-height:.98;
}

.editorial-centered h2 br{
  display:block;
  content:"";
  margin:0;
  line-height:.72;
}

.editorial-centered h2 em{
  color:var(--color-gold-soft);
  font-style:italic;
  font-weight:300;
}

.editorial-centered-copy{
  max-width:880px;
  margin:0 auto;
  color:rgba(255,255,255,.70);
  font-size:18px;
  line-height:1.55;
  font-weight:300;
}

.editorial-centered-copy p{
  margin:0 0 22px;
  line-height:1.55;
}

.editorial-centered-copy p:last-child{
  margin-bottom:0;
}

.editorial-centered-copy br{
  line-height:1.25;
}
.story-dark{
  padding:110px 0 120px;
  background:var(--color-navy);
  color:#fff;
}

.story-dark-inner{
  max-width:900px;
  margin:0;
}

.story-dark .section-kicker{
  margin-bottom:34px;
  color:var(--color-gold);
}

.story-dark h2{
  margin:0 0 58px;
  max-width:760px;
  font-family:'Cormorant Garamond',serif;
  font-weight:300;
  font-size:clamp(48px,4.8vw,74px);
  line-height:.98;
  letter-spacing:-.025em;
  color:#fff;
}

.story-dark h2 p{
  margin:0;
  line-height:.98;
}

.story-dark h2 p + p{
  margin-top:8px;
}

.story-dark h2 br{
  display:block;
  line-height:.7;
}

.story-dark h2 em:not([style]),
.story-dark h2 i:not([style]){
  color:var(--color-gold-soft);
  font-style:italic;
  font-weight:300;
}

.story-dark-copy{
  max-width:880px;
  color:rgba(255,255,255,.72);
  font-size:18px;
  line-height:1.7;
  font-weight:300;
}

.story-dark-copy p{
  margin:0 0 34px;
  line-height:1.7;
}

.story-dark-copy p:last-child{
  margin-bottom:0;
}

.story-dark-copy strong,
.story-dark-copy b{
  font-weight:700;
}

.story-dark-copy em,
.story-dark-copy i{
  font-style:italic;
}

.story-dark-copy strong:not([style]),
.story-dark-copy b:not([style]){
  color:#fff;
}

.story-dark-copy em:not([style]),
.story-dark-copy i:not([style]){
  color:var(--color-gold-soft);
}
.story-dark-copy span[style],
.story-dark-copy strong[style],
.story-dark-copy b[style],
.story-dark-copy em[style],
.story-dark-copy i[style],
.story-dark-copy u[style],
.story-dark-copy p[style]{
  font:inherit;
}
.story-dark-copy blockquote{
  margin:42px 0;
  padding:28px 34px 28px 36px;
  max-width:760px;
  border-left:3px solid var(--color-gold);
  background:rgba(184,146,58,.08);
  color:rgba(255,255,255,.72);
  font-style:italic;
}

.story-dark-copy blockquote p{
  margin:0 0 12px;
  line-height:1.65;
}

.story-dark-copy blockquote p:last-child{
  margin-bottom:0;
}
.team-vision-v3{
  padding:110px 0 120px;
  background:#F4F0EA;
  color:var(--color-text);
}

.team-vision-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(380px,.82fr);
  gap:72px;
  align-items:center;
}

.team-vision-main{
  max-width:720px;
}

.team-vision-main .section-kicker{
  margin-bottom:30px;
  color:var(--color-gold);
}

.team-vision-main h2{
  margin:0 0 54px;
  max-width:600px;
  font-family:'Cormorant Garamond',serif;
  font-weight:300;
  font-size:clamp(46px,4.8vw,72px);
  line-height:.98;
  letter-spacing:-.025em;
  color:var(--color-text);
}

.team-vision-main h2 p{
  margin:0;
  line-height:.98;
}

.team-vision-main h2 p + p{
  margin-top:8px;
}

.team-vision-main h2 em,
.team-vision-main h2 i{
  color:#786F63;
  font-style:italic;
}

.team-vision-copy{
  color:#6B6050;
  font-size:17px;
  line-height:1.72;
  font-weight:300;
}

.team-vision-copy p{
  margin:0 0 34px;
  line-height:1.72;
}

.team-vision-copy p:last-child{
  margin-bottom:0;
}

.team-vision-copy strong,
.team-vision-copy b{
  color:var(--color-text);
  font-weight:700;
}

.team-vision-card{
  position:relative;
  padding:58px 60px 54px;
  background:var(--color-navy);
  color:#fff;
  border-top:4px solid var(--color-gold);
}

.team-vision-card .section-kicker{
  margin:0 0 28px;
  color:var(--color-gold);
}

.team-vision-card blockquote{
  margin:0 0 40px;
  color:#fff;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(27px,2.6vw,38px);
  line-height:1.35;
  font-style:italic;
  font-weight:300;
}

.team-vision-card blockquote p{
  margin:0 0 10px;
}

.team-vision-card blockquote p:last-child{
  margin-bottom:0;
}

.team-vision-card-copy{
  color:rgba(255,255,255,.70);
  font-size:16px;
  line-height:1.75;
  font-weight:300;
}

.team-vision-card-copy p{
  margin:0 0 26px;
  line-height:1.75;
}

.team-vision-card-copy p:last-child{
  margin-bottom:0;
}

.team-vision-card-copy strong,
.team-vision-card-copy b{
  color:#fff;
  font-weight:700;
}
/* =========================================================
   IMAGE + TEXTE
========================================================= */

.immersive-split{
  padding:96px 0;
}

.split-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.9fr);
  gap:42px;
  align-items:center;
}

.split-visual img{
  width:100%;
  border-radius:0;
  box-shadow:var(--shadow-xl);
}

.split-copy h2{
  color:#fff;
}

.lead{
  color:rgba(255,255,255,.78);
  font-size:15px;
}

/* =========================================================
   STATS / NUMBERS
========================================================= */

.stats-band-v3{
  padding:0;
  background:var(--color-gold);
  color:#fff;
}

.stats-band-v3 .container{
  width:100%;
  max-width:none;
}

.glass-card-bottom{
  width:100%;
  margin:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  background:var(--color-gold);
}

.metric{
  min-height:360px;
  padding:54px 42px 48px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-radius:0;
  background:var(--color-gold);
  border:0;
  border-right:1px solid rgba(255,255,255,.26);
  box-shadow:none;
  backdrop-filter:none;
}

.metric:last-child{
  border-right:0;
}

.metric strong{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  gap:8px;
  margin:0 0 26px;
  color:#fff;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(86px,8vw,132px);
  line-height:.78;
  font-weight:300;
  letter-spacing:-.045em;
}

.metric strong small{
  display:inline-block;
  margin-top:13px;
  color:#fff;
  font-family:'DM Sans',Arial,Helvetica,sans-serif;
  font-size:.24em;
  line-height:1;
  font-weight:400;
  letter-spacing:.02em;
  text-transform:none;
}

.metric span{
  display:block;
  max-width:360px;
  margin:0 auto 22px;
  color:#fff;
  font-size:12px;
  line-height:1.45;
  font-weight:600;
  letter-spacing:.24em;
  text-transform:uppercase;
}

.metric p{
  max-width:390px;
  margin:0 auto;
  color:rgba(255,255,255,.88);
  font-size:16px;
  line-height:1.55;
  font-weight:300;
}
/* =========================================================
   TIMELINE / MÉTHODE
========================================================= */
.federation-model-v3{
  padding:120px 0 130px;
  background:var(--color-navy);
  color:#fff;
}

.federation-model-grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(420px,.85fr);
  gap:90px;
  align-items:center;
}

.federation-model-main{
  max-width:760px;
}

.federation-model-main .section-kicker{
  margin-bottom:30px;
  color:var(--color-gold);
}

.federation-model-main h2{
  margin:0 0 58px;
  max-width:720px;
  font-family:'Cormorant Garamond',serif;
  font-weight:300;
  font-size:clamp(46px,4.9vw,74px);
  line-height:.98;
  letter-spacing:-.025em;
  color:#fff;
}

.federation-model-main h2 p{
  margin:0;
  line-height:.98;
}

.federation-model-main h2 p + p{
  margin-top:8px;
}

.federation-model-main h2 em,
.federation-model-main h2 i{
  color:var(--color-gold-soft);
  font-style:italic;
}

.federation-model-copy{
  max-width:760px;
  color:rgba(255,255,255,.72);
  font-size:18px;
  line-height:1.75;
  font-weight:300;
}

.federation-model-copy p{
  margin:0 0 34px;
  line-height:1.10;
}

.federation-model-copy p:last-child{
  margin-bottom:0;
}

.federation-model-copy strong,
.federation-model-copy b{
  color:#fff;
  font-weight:700;
}

.federation-model-quote{
  max-width:700px;
  margin:52px 0 0;
  padding:24px 0 24px 34px;
  border-left:3px solid var(--color-gold);
  color:rgba(255,255,255,.72);
  font-style:italic;
}

.federation-model-quote p{
  margin:0;
  line-height:1.65;
}

.federation-model-quote a,
.federation-model-quote span[style]{
  color:inherit;
}

.federation-model-timeline{
  position:relative;
  padding:22px 0;
}

.federation-model-timeline::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:2px;
  background:linear-gradient(
    180deg,
    transparent 0%,
    rgba(184,146,58,.95) 14%,
    rgba(184,146,58,.65) 82%,
    transparent 100%
  );
}

.federation-model-step{
  position:relative;
  display:grid;
  grid-template-columns:110px 1fr;
  gap:38px;
  padding:32px 0 42px 52px;
}

.federation-model-step::before{
  content:"";
  position:absolute;
  left:-6px;
  top:42px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:var(--color-gold);
  box-shadow:0 0 0 5px rgba(184,146,58,.18);
}

.federation-model-step.dark{
  opacity:.54;
}

.federation-model-year{
  color:var(--color-gold);
  font-family:'Cormorant Garamond',serif;
  font-size:34px;
  line-height:1;
  font-weight:300;
}

.federation-model-step-content h3{
  margin:0 0 16px;
  color:#fff;
  font-size:18px;
  line-height:1.35;
  font-weight:700;
}

.federation-model-step-content p{
  margin:0 0 20px;
  color:rgba(255,255,255,.58);
  font-size:16px;
  line-height:1.75;
}

.federation-model-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 16px;
  border:1px solid rgba(184,146,58,.42);
  color:var(--color-gold);
  font-size:10px;
  line-height:1;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.process-v3{
  padding:96px 0;
}

.process-line{
  max-width:1080px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.federation-timeline{
  max-width:880px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

.process-node,
.timeline-item{
  padding:34px 32px;
  border-radius:0;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 24px 70px rgba(0,0,0,.12);
}

.process-node span,
.timeline-item span{
  display:block;
  margin-bottom:20px;
  color:var(--color-gold);
  font-size:11px;
  letter-spacing:.24em;
  font-weight:850;
}

.process-node h3,
.timeline-item h3{
  margin:0 0 18px;
  color:#fff;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(26px,2.3vw,34px);
  font-weight:300;
  line-height:1.08;
}

.process-node p,
.timeline-item p{
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:15px;
  line-height:1.65;
}

.timeline-intro{
  max-width:860px;
  margin:-20px auto 56px;
  text-align:center;
  color:rgba(255,255,255,.78);
  font-size:15px;
}

.timeline-badge{
  margin-top:18px!important;
  color:var(--color-gold)!important;
  font-weight:800;
}

/* =========================================================
   GRILLES / CARTES / SHOWCASE
========================================================= */

.showcase-v3{
  padding:96px 0;
  background:var(--color-cream);
}

.showcase-grid{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  background:rgba(107,96,80,.20);
  border:1px solid rgba(107,96,80,.18);
}

.showcase-card{
  min-height:260px;
  display:flex;
  align-items:stretch;
  overflow:hidden;
  border-radius:0;
  background:var(--color-white);
  border:none;
  box-shadow:none;
  transition:.25s ease;
}

.showcase-card:hover{
  transform:none;
  box-shadow:none;
}

.showcase-card img{
  width:100%;
  height:240px;
  object-fit:cover;
}

.showcase-card.large img{
  height:360px;
}

.showcase-content{
  width:100%;
  padding:30px;
}

.showcase-content h3{
  margin:0 0 14px;
  color:var(--color-text);
  font-family:'Cormorant Garamond',serif;
  font-size:30px;
  font-weight:300;
  line-height:1.08;
}

.showcase-content p{
  margin:0;
  color:var(--color-muted);
  font-size:13px;
  line-height:1.75;
}
.principles-v3{
  padding:70px 0 90px;
  background:#F4F0EA;
  color:var(--color-text);
}

.principles-v3 .section-head{
  max-width:1180px;
  margin:0 auto 54px;
  text-align:left;
}

.principles-v3 .section-kicker{
  color:var(--color-gold);
  margin-bottom:28px;
}

.principles-v3 .section-head h2{
  max-width:520px;
  margin:0;
  color:var(--color-text);
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(46px,4.8vw,72px);
  line-height:.95;
  font-weight:300;
  letter-spacing:-.025em;
}

.principles-v3 .section-head h2 br{
  display:block;
}

.principles-v3 .section-head h2 em,
.principles-v3 .section-head h2 span{
  color:#786F63;
  font-style:italic;
}

.principles-v3 .showcase-grid{
  max-width:1180px;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  background:transparent;
  border:0;
}

.principles-v3 .showcase-card{
  min-height:300px;
  background:#fff;
  border:0;
  border-top:4px solid var(--color-gold);
  box-shadow:none;
}

.principles-v3 .showcase-content{
  padding:50px 40px 42px;
}

.principles-v3 .project-type{
  margin:0 0 24px;
  color:var(--color-gold-soft);
  font-family:'Cormorant Garamond',serif;
  font-size:46px;
  line-height:1;
  font-weight:300;
  letter-spacing:-.035em;
  text-transform:none;
}

.principles-v3 .showcase-content h3{
  margin:0 0 22px;
  color:var(--color-text);
  font-family:'DM Sans',Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.35;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.principles-v3 .showcase-content p{
  margin:0;
  color:#6B6050;
  font-size:16px;
  line-height:1.75;
  font-weight:300;
}
.card-example{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(28,28,26,.10);
  color:var(--color-muted);
  font-size:13px;
  line-height:1.75;
}

.guide-bottom-note{
  max-width:850px;
  margin:52px auto 0;
  text-align:center;
  color:var(--color-muted);
  font-size:15px;
  line-height:1.55;
}

/* =========================================================
   GUIDE DEVIS
========================================================= */

.devis-section{
  padding:110px 0;
  background:
    radial-gradient(circle at top center,rgba(184,146,58,.13),transparent 26%),
    var(--color-navy);
  color:#fff;
}

.devis-section .section-head h2{
  color:#fff;
}

.devis-intro{
  max-width:850px;
  margin:-24px auto 56px;
  text-align:center;
  color:rgba(255,255,255,.78);
  font-size:15px;
}

.devis-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.devis-card{
  min-height:300px;
  padding:30px 28px;
  border-radius:0;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
}

.devis-card.danger{
  border-color:rgba(184,146,58,.46);
  background:linear-gradient(180deg,rgba(184,146,58,.12),rgba(255,255,255,.07));
}

.devis-card-tag{
  margin-bottom:16px;
  color:var(--color-gold);
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:11px;
  font-weight:850;
}

.devis-card-title{
  margin:0 0 18px;
  color:#fff;
  font-family:'Cormorant Garamond',serif;
  font-size:30px;
  font-weight:300;
  line-height:1.12;
}

.devis-card-text{
  color:rgba(255,255,255,.78);
  font-size:15px;
  line-height:1.6;
}

.devis-card-text p{
  margin:0 0 12px;
}

.devis-card-text p:last-child{
  margin-bottom:0;
}

/* =========================================================
   CTA / CONTACT CONVERSION
========================================================= */

/* =========================================================
   CTA / CONTACT CONVERSION
========================================================= */

.cta-v3{
  padding:110px 0 120px;
  background:var(--color-navy);
  color:#fff;
}

.cta-v3-inner{
  max-width:1180px;
  margin:0 auto;
  text-align:left;
}

/* Surtitre : COMMENCER */
.contact-conversion-v3 .section-kicker{
  margin:0 0 34px;
  color:var(--color-gold);
  font-size:11px;
  line-height:1;
  font-weight:500;
  letter-spacing:.32em;
  text-transform:uppercase;
}

/* Titre principal */
.cta-v3 h2{
  max-width:760px;
  margin:0 0 68px;
  color:#fff;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(58px,6vw,94px);
  line-height:.95;
  font-weight:300;
  letter-spacing:-.035em;
  text-align:left;
}

.cta-v3 h2 p{
  margin:0;
  line-height:.95;
}

.cta-v3 h2 p + p{
  margin-top:10px;
}

.cta-v3 h2 em,
.cta-v3 h2 i{
  color:var(--color-gold);
  font-style:italic;
  font-weight:300;
}

/* Encart crème */
.contact-conversion-intro{
  width:min(760px,100%);
  max-width:760px;
  margin:0 0 28px;
  padding:48px 56px;
  background:var(--color-cream);
  color:var(--color-text);
  font-size:17px;
  line-height:1.15;
  font-weight:300;
  text-align:left;
}

.contact-conversion-intro p{
  margin:0 0 18px;
  line-height:1.15;
}

.contact-conversion-intro p:last-child{
  margin-bottom:0;
}

.contact-conversion-intro strong,
.contact-conversion-intro b{
  color:#000;
  font-weight:700;
}

.contact-conversion-intro em,
.contact-conversion-intro i{
  color:var(--color-gold);
  font-style:italic;
}

/* Cartes associés */
.contact-cards{
  width:100%;
  max-width:1180px;
  margin:0 0 48px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.contact-card{
  min-height:235px;
  padding:38px 34px 34px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  text-align:left;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(184,146,58,.24);
  border-top:3px solid var(--color-gold);
  border-radius:0;
  box-shadow:none;
  backdrop-filter:none;
  transition:.25s ease;
}

.contact-card:hover{
  transform:translateY(-3px);
  border-color:rgba(184,146,58,.46);
}

.contact-card-role{
  margin:0 0 30px;
  color:var(--color-gold);
  text-transform:uppercase;
  letter-spacing:.28em;
  font-size:10px;
  line-height:1.8;
  font-weight:500;
}

.contact-card-name{
  margin:0 0 8px;
  color:#fff;
  font-family:'Cormorant Garamond',serif;
  font-size:32px;
  line-height:1.05;
  font-weight:300;
  letter-spacing:-.015em;
}

.contact-card-title{
  margin:0 0 30px;
  color:rgba(255,255,255,.42);
  font-size:14px;
  line-height:1.55;
  font-weight:300;
}

.contact-card-info a{
  color:var(--color-gold);
  font-size:14px;
  font-weight:400;
}

/* Bouton bas gauche */
.cta-v3-actions{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:24px;
  margin-top:0;
}

.cta-v3-actions::after{
  content:"";
  display:block;
  width:64px;
  height:1px;
  background:var(--color-gold);
}

.cta-v3 .btn-primary{
  min-height:auto;
  padding:0;
  background:transparent;
  border:0;
  color:var(--color-gold);
  box-shadow:none;
  font-size:11px;
  font-weight:500;
  letter-spacing:.32em;
  text-transform:uppercase;
}

.cta-v3 .btn-primary:hover{
  background:transparent;
  color:var(--color-gold);
  transform:none;
}

/* =========================================================
   CONTACT PAGE
========================================================= */

.contact-hero{
  padding:150px 0 70px;
  background:#F4F0EA;
  color:var(--color-text);
}

.contact-hero .section-head{
  max-width:820px;
  margin:0 auto;
}

.contact-hero .section-kicker{
  color:var(--color-gold);
  margin-bottom:26px;
}

.contact-hero h2{
  margin:0 0 26px;
  color:var(--color-text);
  font-family:'Cormorant Garamond',serif;
  font-weight:300;
  font-size:clamp(52px,5.6vw,86px);
  line-height:.98;
  letter-spacing:-.035em;
}

.contact-hero .dark-text{
  max-width:720px;
  margin:0 auto;
  color:#6B6050;
  font-size:17px;
  line-height:1.75;
  font-weight:300;
}

.contact-premium-section{
  padding:0 0 120px;
  background:#F4F0EA;
  color:var(--color-text);
}

.contact-layout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);
  gap:42px;
  align-items:start;
}

.contact-panel{
  padding:58px 56px;
  background:#fff;
  border:1px solid rgba(107,96,80,.18);
  box-shadow:0 24px 70px rgba(28,28,26,.07);
}

.contact-panel h3{
  margin:0 0 18px;
  color:var(--color-text);
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(38px,3.6vw,56px);
  line-height:1.02;
  font-weight:300;
  letter-spacing:-.025em;
}

.contact-panel > p{
  max-width:620px;
  margin:0 0 42px;
  color:#6B6050;
  font-size:16px;
  line-height:1.75;
  font-weight:300;
}

.contact-form{
  margin:0;
}

.contact-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}

.contact-field{
  display:flex;
  flex-direction:column;
  gap:9px;
}

.contact-field.full{
  grid-column:1 / -1;
}

.contact-field label{
  color:var(--color-text);
  font-size:11px;
  line-height:1.2;
  font-weight:600;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.contact-field input,
.contact-field select,
.contact-field textarea{
  width:100%;
  min-height:54px;
  padding:0 18px;
  border-radius:0;
  border:1px solid rgba(28,28,26,.14);
  background:#FBF7EF;
  color:var(--color-text);
  font-family:'DM Sans',Arial,Helvetica,sans-serif;
  font-size:15px;
  font-weight:300;
  outline:none;
  transition:.22s ease;
}

.contact-field textarea{
  min-height:170px;
  padding:16px 18px;
  resize:vertical;
  line-height:1.65;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder{
  color:rgba(107,96,80,.55);
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus{
  border-color:var(--color-gold);
  background:#fff;
  box-shadow:0 0 0 4px rgba(184,146,58,.10);
}

.contact-field input[type="file"]{
  padding:15px 18px;
  height:auto;
  background:#fff;
}

.contact-field-error{
  color:#9B2C2C;
  font-size:13px;
  line-height:1.45;
}

.contact-actions{
  margin-top:34px;
  display:flex;
  justify-content:flex-start;
}

.contact-actions .btn-primary{
  min-height:52px;
  padding:0 26px;
  background:transparent;
  color:var(--color-gold);
  border:1px solid rgba(184,146,58,.55);
  box-shadow:none;
}

.contact-actions .btn-primary:hover{
  background:var(--color-gold);
  color:#fff;
}

.contact-side-card{
  position:sticky;
  top:110px;
  padding:52px 46px;
  background:var(--color-navy);
  color:#fff;
  border-top:4px solid var(--color-gold);
}

.contact-side-card .section-kicker{
  margin:0 0 28px;
  color:var(--color-gold);
}

.contact-side-card h3{
  margin:0 0 26px;
  color:#fff;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(34px,3vw,48px);
  line-height:1.05;
  font-weight:300;
  letter-spacing:-.025em;
}

.contact-side-card > p{
  margin:0 0 36px;
  color:rgba(255,255,255,.70);
  font-size:16px;
  line-height:1.75;
  font-weight:300;
}

.contact-side-points{
  display:grid;
  gap:0;
  border-top:1px solid rgba(255,255,255,.12);
}

.contact-side-points div{
  padding:18px 0;
  color:rgba(255,255,255,.82);
  border-bottom:1px solid rgba(255,255,255,.12);
  font-size:13px;
  line-height:1.45;
  font-weight:500;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.contact-side-points div::before{
  content:"";
  display:inline-block;
  width:7px;
  height:7px;
  margin-right:12px;
  border:1px solid var(--color-gold);
  vertical-align:1px;
}

.contact-errors{
  margin:0 0 28px;
  padding:16px 18px;
  background:#FFF4F4;
  border-left:3px solid #9B2C2C;
  color:#7A1F1F;
  font-size:14px;
  line-height:1.55;
}

.contact-success{
  padding:34px 32px;
  background:#F4F0EA;
  border-left:3px solid var(--color-gold);
}

.contact-success-large{
  margin-top:30px;
}

.contact-success h3{
  margin:0 0 14px;
  color:var(--color-text);
  font-family:'Cormorant Garamond',serif;
  font-size:36px;
  line-height:1.05;
  font-weight:300;
}

.contact-success p{
  margin:0;
  color:#6B6050;
  font-size:16px;
  line-height:1.7;
}

/* =========================================================
   FOOTER
========================================================= */

.site-footer{
  padding:52px 0 24px;
  background:#111110;
  color:#fff;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:24px;
  padding-bottom:36px;
}

.site-footer h3,
.site-footer h4{
  margin-top:0;
  color:#fff;
  font-family:'Cormorant Garamond',serif;
  font-size:28px;
  font-weight:300;
}

.site-footer p,
.site-footer a{
  color:rgba(255,255,255,.52);
  font-size:13px;
  line-height:1.8;
}

.footer-bottom{
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.12);
}

.footer-bottom p{
  color:rgba(255,255,255,.36);
  font-size:11px;
}

/* =========================================================
   ANIMATIONS
========================================================= */

.reveal{
  opacity:0;
  transform:translateY(26px);
  transition:opacity .8s ease,transform .8s ease;
}

.reveal-left{
  transform:translateX(-30px);
}

.reveal-right{
  transform:translateX(30px);
}

.reveal.is-visible{
  opacity:1;
  transform:none;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1180px){
  .editorial-grid,
  .split-grid{
    grid-template-columns:1fr;
  }

  .showcase-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .glass-card-bottom,
  .contact-cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:980px){
  .process-line,
  .federation-timeline,
  .devis-grid,
  .glass-card-bottom,
  .contact-cards,
  .footer-grid{
    grid-template-columns:1fr;
  }
  .contact-layout{
  grid-template-columns:1fr;
}

.contact-side-card{
  position:relative;
  top:auto;
}

.contact-grid{
  grid-template-columns:1fr;
}

.contact-panel{
  padding:42px 32px;
}

  .team-vision-grid{
  grid-template-columns:1fr;
  gap:42px;
}

.team-vision-card{
  padding:42px 32px;
}

.contact-conversion-intro{
  padding:34px 28px;
}

.cta-v3 h2{
  font-size:clamp(42px,10vw,62px);
}

.contact-card{
  padding:34px 28px;
}
  .metric,
  .devis-card,
  .contact-card{
    min-height:auto;
  }
}

@media(max-width:860px){
  .main-nav{
    display:none;
  }
.contact-hero{
  padding:130px 0 52px;
}

.contact-premium-section{
  padding-bottom:80px;
}

.contact-panel{
  padding:34px 24px;
}

.contact-side-card{
  padding:38px 28px;
}
  .nav-toggle{
    display:block;
  }

  .header-inner{
    min-height:70px;
  }

  .brand img{
    height:40px;
  }

  .container{
    width:min(100% - 32px,var(--container));
  }

  .hero-v3{
    --hero-marquee-height:60px;
  }

.hero-v3-inner{
  min-height:560px;
  max-height:660px;
  padding-top:110px;
  padding-bottom:56px;
}

  .hero-v3 h1{
    font-size:clamp(38px,11vw,56px);
  }

  .hero-v3-text{
    font-size:15px;
    line-height:1.42;
  }

  .hero-v3-text p{
    line-height:1.42;
  }

  .marquee-track{
    gap:28px;
    font-size:12px;
  }

  .editorial-band,
  .showcase-v3,
  .process-v3,
  .immersive-split,
  .devis-section,
  .cta-v3{
    padding:72px 0;
  }

  .section-head h2,
  .editorial-title h2,
  .split-copy h2,
  .cta-v3 h2{
    font-size:clamp(32px,9vw,46px);
  }

  .editorial-grid{
    gap:36px;
  }

  .editorial-copy p{
    padding-left:26px;
    font-size:15px;
    line-height:1.5;
  }

  .showcase-grid{
    grid-template-columns:1fr;
  }

  .showcase-card img,
  .showcase-card.large img{
    height:260px;
  }

  .footer-grid{
    grid-template-columns:1fr;
  }
}
/* =========================================================
   FIX FINAL — GRILLE DE PAVÉS
   Desktop = 3 colonnes
   Mobile = 1 colonne
   Style conservé : fond blanc + filet or
========================================================= */

.principles-v3 .principles-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:24px !important;
  background:transparent !important;
  border:0 !important;
}

.principles-v3 .principle-card{
  min-width:0;
  min-height:300px;
  display:flex;
  align-items:stretch;
  background:#fff !important;
  border:0 !important;
  border-top:4px solid var(--color-gold) !important;
  box-shadow:none !important;
}

.principles-v3 .principle-card .showcase-content{
  width:100%;
  padding:50px 40px 42px;
}

@media(max-width:980px){
  .principles-v3 .principles-grid{
    grid-template-columns:1fr !important;
  }

  .principles-v3 .principle-card{
    min-height:auto;
  }
}

@media(max-width:860px){
  .principles-v3 .principle-card .showcase-content{
    padding:36px 28px 32px;
  }
}
/* =========================================================
   FEDERATION MODEL — VERSION FINALE PROPRE
   Texte au-dessus / timeline en dessous
========================================================= */

.federation-model-v3{
  padding:110px 0 120px;
  background:var(--color-navy);
  color:#fff;
  overflow:hidden;
}

.federation-model-stack{
  display:block;
  width:100%;
  max-width:1180px;
  margin:0 auto;
}

.federation-model-main-full{
  width:100%;
  max-width:1180px;
  margin:0 auto 72px;
}

.federation-model-main-full h2{
  max-width:1100px;
  margin:0 0 48px;
  color:#fff;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(46px,5vw,76px);
  line-height:.98;
  font-weight:300;
  letter-spacing:-.03em;
}

.federation-model-copy{
  max-width:1180px;
  color:rgba(255,255,255,.72);
  font-size:18px;
  line-height:1.75;
}

.federation-model-copy p{
  margin:0 0 28px;
}

.federation-model-copy p:empty,
.federation-model-quote p:empty{
  display:none;
}

.federation-model-copy strong,
.federation-model-copy b{
  color:#fff;
  font-weight:700;
}

.federation-model-quote{
  max-width:1000px;
  margin:42px 0 0;
  padding:24px 0 24px 34px;
  border-left:3px solid var(--color-gold);
  color:rgba(255,255,255,.72);
  font-style:italic;
}

.federation-model-timeline{
  position:relative;
  width:100%;
  max-width:980px;
  margin:0 auto;
  padding:22px 0;
}

.federation-model-timeline::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:2px;
  background:linear-gradient(
    180deg,
    transparent 0%,
    rgba(184,146,58,.95) 14%,
    rgba(184,146,58,.65) 82%,
    transparent 100%
  );
}

.federation-model-step{
  position:relative;
  display:grid;
  grid-template-columns:120px 1fr;
  gap:38px;
  padding:32px 0 42px 52px;
}

.federation-model-step::before{
  content:"";
  position:absolute;
  left:-6px;
  top:42px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:var(--color-gold);
  box-shadow:0 0 0 5px rgba(184,146,58,.18);
}

.federation-model-step.dark{
  opacity:.54;
}

.federation-model-year{
  color:var(--color-gold);
  font-family:'Cormorant Garamond',serif;
  font-size:34px;
  line-height:1;
  font-weight:300;
}

.federation-model-step-content h3{
  margin:0 0 16px;
  color:#fff;
  font-size:18px;
  line-height:1.35;
  font-weight:700;
}

.federation-model-step-content p{
  margin:0 0 20px;
  color:rgba(255,255,255,.58);
  font-size:16px;
  line-height:1.75;
}

.federation-model-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 16px;
  border:1px solid rgba(184,146,58,.42);
  color:var(--color-gold);
  font-size:10px;
  line-height:1;
  letter-spacing:.22em;
  text-transform:uppercase;
}

@media(max-width:760px){
  .federation-model-v3{
    padding:72px 0 82px;
  }

  .federation-model-main-full{
    margin-bottom:48px;
  }

  .federation-model-main-full h2{
    font-size:clamp(36px,11vw,52px);
    line-height:1.02;
    margin-bottom:34px;
  }

  .federation-model-copy{
    font-size:15px;
    line-height:1.65;
  }

  .federation-model-copy p{
    margin-bottom:22px;
  }

  .federation-model-quote{
    margin-top:34px;
    padding:20px 0 20px 24px;
  }

  .federation-model-step{
    grid-template-columns:72px 1fr;
    gap:22px;
    padding:28px 0 34px 34px;
  }

  .federation-model-year{
    font-size:28px;
  }

  .federation-model-step-content h3{
    font-size:16px;
  }

  .federation-model-step-content p{
    font-size:14px;
    line-height:1.65;
  }
}

@media(max-width:520px){
  .federation-model-step{
    display:block;
    padding:28px 0 34px 28px;
  }

  .federation-model-year{
    margin-bottom:14px;
  }

  .federation-model-timeline::before{
    left:0;
  }

  .federation-model-step::before{
    left:-6px;
  }
}

/* =========================================================
   FEDERATION MODEL — TEXTE PLUS LARGE
========================================================= */

.federation-model-stack,
.federation-model-main-full,
.federation-model-main{
  width:100% !important;
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.federation-model-main-full h2,
.federation-model-main h2{
  width:100% !important;
  max-width:1120px !important;
}

.federation-model-copy{
  width:100% !important;
  max-width:1180px !important;
}

.federation-model-quote{
  width:100% !important;
  max-width:1040px !important;
}

/* =========================================================
   OVERRIDE ABSOLU — FEDERATION MODEL LARGEUR TEXTE
========================================================= */

.federation-model-v3 .container{
  width:min(1180px, calc(100% - 48px)) !important;
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.federation-model-v3 .federation-model-grid,
.federation-model-v3 .federation-model-stack{
  display:block !important;
  width:100% !important;
  max-width:1180px !important;
  margin:0 auto !important;
}

.federation-model-v3 .federation-model-main,
.federation-model-v3 .federation-model-main-full{
  display:block !important;
  width:100% !important;
  max-width:1180px !important;
  margin:0 auto 72px !important;
}

.federation-model-v3 .federation-model-main h2,
.federation-model-v3 .federation-model-main-full h2{
  width:100% !important;
  max-width:1180px !important;
}

.federation-model-v3 .federation-model-copy{
  width:100% !important;
  max-width:1180px !important;
}

.federation-model-v3 .federation-model-copy p{
  max-width:1180px !important;
}

.federation-model-v3 .federation-model-quote{
  width:100% !important;
  max-width:1080px !important;
}

.federation-model-v3 .federation-model-timeline{
  width:100% !important;
  max-width:980px !important;
  margin:0 auto !important;
}



.devis-intro {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.8;
}

.devis-intro p {
  margin: 0 0 14px;
}

.devis-intro p:last-child {
  margin-bottom: 0;
}

.devis-intro strong,
.devis-intro b {
  color: var(--color-white);
  font-weight: 700;
}

.devis-intro em,
.devis-intro i {
  font-style: italic;
}

.devis-intro span {
  display: inline;
}

.devis-card-text {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.96rem;
  line-height: 1.75;
}

.devis-card-text p {
  margin: 0 0 12px;
}

.devis-card-text p:last-child {
  margin-bottom: 0;
}

.devis-card-text strong,
.devis-card-text b {
  color: var(--color-white);
  font-weight: 700;
}

.devis-card-text em,
.devis-card-text i {
  font-style: italic;
}

.devis-card-text u {
  text-underline-offset: 3px;
}

.devis-card-text ul,
.devis-card-text ol {
  margin: 12px 0 0 18px;
  padding: 0;
}

.devis-card-text li {
  margin-bottom: 8px;
}

.devis-card-text a {
  color: var(--color-gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(195, 163, 93, 0.45);
}

.devis-card-text a:hover {
  border-bottom-color: var(--color-gold);
}

.devis-card-subtitle {
  margin: -4px 0 14px;
  color: var(--color-gold);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}


.editorial-centered-copy {
  max-width: 880px;
  margin: 34px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.85;
  text-align: left;
}

.editorial-centered-copy p {
  margin: 0 0 18px;
}

.editorial-centered-copy p:last-child {
  margin-bottom: 0;
}

.editorial-centered-copy strong,
.editorial-centered-copy b {
  color: var(--color-white);
  font-weight: 700;
}

.editorial-centered-copy em,
.editorial-centered-copy i {
  font-style: italic;
}

.editorial-centered-copy u {
  text-underline-offset: 4px;
}

.editorial-centered-copy h2,
.editorial-centered-copy h3,
.editorial-centered-copy h4 {
  color: var(--color-white);
  margin: 34px 0 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.editorial-centered-copy h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.editorial-centered-copy h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.editorial-centered-copy h4 {
  font-size: 1.15rem;
}

.editorial-centered-copy ul,
.editorial-centered-copy ol {
  margin: 18px 0 22px 22px;
  padding: 0;
}

.editorial-centered-copy li {
  margin-bottom: 10px;
  padding-left: 4px;
}

.editorial-centered-copy li::marker {
  color: var(--color-gold);
}

.editorial-centered-copy blockquote {
  margin: 30px 0;
  padding: 22px 26px;
  border-left: 3px solid var(--color-gold);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  line-height: 1.75;
}

.editorial-centered-copy a {
  color: var(--color-gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(195, 163, 93, 0.45);
}

.editorial-centered-copy a:hover {
  border-bottom-color: var(--color-gold);
}

.editorial-centered-copy span {
  display: inline;
}

.simple-text-section .editorial-centered-copy.simple-text-copy,
.editorial-centered .editorial-centered-copy.simple-text-copy {
  max-width: 900px !important;
  margin: 34px auto 0 !important;
  padding: 0 !important;
  text-align: left !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-family: inherit !important;
  font-size: 1.05rem !important;
  line-height: 1.85 !important;
  letter-spacing: normal !important;
}

.simple-text-section .simple-text-copy p,
.editorial-centered .simple-text-copy p {
  display: block !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-family: inherit !important;
  font-size: 1.05rem !important;
  line-height: 1.85 !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  text-align: left !important;
}

.simple-text-section .simple-text-copy p:last-child,
.editorial-centered .simple-text-copy p:last-child {
  margin-bottom: 0 !important;
}

.simple-text-section .simple-text-copy strong,
.simple-text-section .simple-text-copy b,
.editorial-centered .simple-text-copy strong,
.editorial-centered .simple-text-copy b {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.simple-text-section .simple-text-copy ul,
.simple-text-section .simple-text-copy ol,
.editorial-centered .simple-text-copy ul,
.editorial-centered .simple-text-copy ol {
  margin: 18px 0 22px 24px !important;
  padding: 0 !important;
  font-size: 1.05rem !important;
  line-height: 1.75 !important;
}

.simple-text-section .simple-text-copy li,
.editorial-centered .simple-text-copy li {
  margin-bottom: 10px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 1.05rem !important;
  line-height: 1.75 !important;
}

.simple-text-section .simple-text-copy li::marker,
.editorial-centered .simple-text-copy li::marker {
  color: var(--color-gold) !important;
}

.simple-text-copy,
.simple-text-copy * {
  font-size: 18px !important;
  line-height: 1.8 !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  text-align: left !important;
}

.simple-text-copy {
  max-width: 900px !important;
  margin: 34px auto 0 !important;
  color: rgba(255,255,255,.78) !important;
  font-family: Arial, sans-serif !important;
}

.simple-text-copy p {
  margin: 0 0 18px !important;
  padding: 0 !important;
}

.simple-text-copy p:last-child {
  margin-bottom: 0 !important;
}

.simple-text-copy strong,
.simple-text-copy b {
  color: #fff !important;
  font-weight: 700 !important;
}

//* =========================================================
   CONTACT — ACCORDÉON PREMIUM / IOS SAFE
   ========================================================= */

.contact-accordion-section {
  padding: 56px 0 88px;
  background:
    radial-gradient(circle at top left, rgba(184, 146, 58, 0.10), transparent 32%),
    var(--color-cream);
}

.contact-accordion {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}

/* Pavé global */
.contact-accordion-item {
  width: 100%;
  overflow: hidden;
  background: var(--color-white);
  border: 1px solid rgba(28, 28, 26, 0.12);
  border-top: 4px solid var(--color-gold);
  border-radius: 0;
  box-shadow: 0 24px 70px rgba(28, 28, 26, 0.07);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-accordion-item:hover {
  border-color: rgba(184, 146, 58, 0.42);
  box-shadow: 0 28px 80px rgba(28, 28, 26, 0.10);
}

/* Pavé foncé */
.contact-accordion-item-featured {
  background:
    radial-gradient(circle at top right, rgba(184, 146, 58, 0.18), transparent 34%),
    var(--color-navy);
  border-color: rgba(184, 146, 58, 0.42);
}

/* Bouton d’ouverture — reset complet iOS */
.contact-accordion-trigger {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0;
  padding: 34px 38px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

/* Empêche Safari de faire n’importe quoi avec les spans internes */
.contact-accordion-trigger > span {
  min-width: 0;
}

.contact-accordion-content-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  flex: 1 1 auto;
}

.contact-choice-kicker {
  display: block;
  color: var(--color-gold);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
}

.contact-accordion-content-head strong {
  display: block;
  margin: 0;
  color: var(--color-text);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.02;
  font-weight: 300;
  letter-spacing: -0.025em;
}

.contact-accordion-content-head span:last-child {
  display: block;
  max-width: 760px;
  color: #6B6050;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 300;
}

.contact-accordion-item-featured .contact-accordion-content-head strong {
  color: #fff;
}

.contact-accordion-item-featured .contact-accordion-content-head span:last-child {
  color: rgba(255, 255, 255, 0.74);
}

/* Action ouvrir / fermer */
.contact-accordion-action {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  color: var(--color-gold);
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.accordion-close-label {
  display: none;
}

.contact-accordion-item.is-open .accordion-open-label {
  display: none;
}

.contact-accordion-item.is-open .accordion-close-label {
  display: inline;
}

.contact-accordion-action i {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 999px;
  border: 1px solid rgba(184, 146, 58, 0.65);
}

.contact-accordion-action i::before,
.contact-accordion-action i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: var(--color-gold);
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.contact-accordion-action i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.contact-accordion-item.is-open .contact-accordion-action i::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

/* Panneau — version fiable Safari/iOS */
.contact-accordion-panel {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.38s ease, opacity 0.24s ease;
}

.contact-accordion-item.is-open .contact-accordion-panel {
  max-height: 5200px;
  opacity: 1;
}

.contact-accordion-inner {
  overflow: visible;
}

.contact-accordion-inner > * {
  margin: 0 38px 38px;
}

/* Layout intérieur */
.contact-layout-inside {
  align-items: stretch;
}

.appointment-layout-compact {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  gap: 28px;
  align-items: start;
}

.appointment-intro {
  background:
    radial-gradient(circle at top left, rgba(184, 146, 58, 0.20), transparent 34%),
    var(--color-navy);
  color: var(--color-white);
  border-top: 4px solid var(--color-gold);
  border-radius: 0;
  padding: 38px 34px;
  box-shadow: 0 22px 54px rgba(28, 28, 26, 0.18);
}

.appointment-intro .section-kicker {
  color: var(--color-gold);
}

.appointment-intro h2 {
  margin: 0 0 18px;
  color: var(--color-white);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.02;
  font-weight: 300;
  letter-spacing: -0.025em;
}

.appointment-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
}

.appointment-points {
  display: grid;
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.appointment-points div {
  position: relative;
  padding: 17px 0 17px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  background: transparent;
  border-radius: 0;
}

.appointment-points div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--color-gold);
  background: transparent;
  border-radius: 0;
}

.appointment-panel {
  background: var(--color-white);
  border: 1px solid rgba(107, 96, 80, 0.18);
  border-radius: 0;
  padding: 34px;
  box-shadow: 0 18px 46px rgba(28, 28, 26, 0.08);
}

.appointment-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.appointment-form-grid .full {
  grid-column: 1 / -1;
}

.appointment-checkboxes {
  display: grid;
  gap: 10px;
}

.appointment-checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--color-text);
}

.appointment-checkbox input {
  width: auto;
  min-height: auto;
  margin-top: 3px;
  flex: 0 0 auto;
}

/* Tablette */
@media (max-width: 980px) {
  .appointment-layout-compact,
  .contact-layout-inside {
    display: block;
  }

  .contact-side-card,
  .appointment-intro,
  .appointment-panel {
    margin-top: 22px;
  }
}

/* iPhone / iOS */
@media (max-width: 680px) {
  .contact-accordion-section {
    padding: 36px 0 64px;
  }

  .contact-accordion {
    gap: 16px;
  }

  .contact-accordion-item {
    border-radius: 0;
  }

  .contact-accordion-trigger {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 22px !important;
    width: 100% !important;
    padding: 28px 22px !important;
  }

  .contact-accordion-content-head {
    width: 100%;
    max-width: 100%;
  }

  .contact-choice-kicker {
    font-size: 10px;
    letter-spacing: 0.22em;
  }

  .contact-accordion-content-head strong {
    width: 100%;
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.02;
    word-break: normal;
    overflow-wrap: normal;
  }

  .contact-accordion-content-head span:last-child {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.65;
  }

  .contact-accordion-action {
    width: 100%;
    justify-content: space-between;
    padding-top: 18px;
    border-top: 1px solid rgba(107, 96, 80, 0.16);
  }

  .contact-accordion-item-featured .contact-accordion-action {
    border-top-color: rgba(255, 255, 255, 0.14);
  }

  .contact-accordion-inner > * {
    margin: 0 18px 22px;
  }

  .appointment-intro,
  .appointment-panel {
    padding: 26px 22px;
  }

  .appointment-intro h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .appointment-form-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   CONTACT — CALENDRIER RENDEZ-VOUS
   ========================================================= */

.appointment-calendar-box {
  border: 1px solid rgba(25, 44, 78, 0.12);
  border-radius: 22px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 12px 32px rgba(25, 44, 78, 0.06);
}

.appointment-calendar-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.appointment-calendar-toolbar strong {
  color: var(--color-navy);
  font-size: 1.05rem;
}

.appointment-calendar-nav {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(25, 44, 78, 0.12);
  border-radius: 999px;
  background: var(--color-cream);
  color: var(--color-navy);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.appointment-calendar-nav:hover {
  border-color: rgba(195, 163, 93, 0.55);
  color: var(--color-gold);
}

.appointment-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 16px;
  font-size: 0.82rem;
  color: var(--color-muted);
}

.appointment-calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
}

.legend-dot.available {
  background: #4F7D5A;
}

.legend-dot.unavailable {
  background: #D9DEE8;
}

.legend-dot.full {
  background: #E7A6A6;
}

.legend-dot.selected {
  background: var(--color-navy);
}

.appointment-calendar-weekdays,
.appointment-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.appointment-calendar-weekdays {
  margin-bottom: 8px;
}

.appointment-calendar-weekdays span {
  text-align: center;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.appointment-calendar-day {
  min-height: 42px;
  border: 1px solid rgba(25, 44, 78, 0.08);
  border-radius: 14px;
  background: #F4F6FA;
  color: #98A2B3;
  font-weight: 750;
  cursor: not-allowed;
  position: relative;
}

.appointment-calendar-day.is-empty {
  opacity: 0;
  pointer-events: none;
}

.appointment-calendar-day.is-available {
  background: rgba(79, 125, 90, 0.12);
  color: #31583B;
  border-color: rgba(79, 125, 90, 0.28);
  cursor: pointer;
}

.appointment-calendar-day.is-available:hover {
  background: rgba(195, 163, 93, 0.18);
  border-color: rgba(195, 163, 93, 0.55);
  color: var(--color-navy);
}

.appointment-calendar-day.is-full {
  background: #F7DADA;
  color: #8A2E2E;
  border-color: rgba(138, 46, 46, 0.18);
  cursor: not-allowed;
}

.appointment-calendar-day.is-selected {
  background: var(--color-navy);
  color: #fff;
  border-color: var(--color-navy);
  box-shadow: 0 10px 24px rgba(25, 44, 78, 0.22);
}

.appointment-calendar-day small {
  position: absolute;
  right: 7px;
  bottom: 5px;
  font-size: 0.66rem;
  opacity: 0.8;
}

.appointment-calendar-loading {
  grid-column: 1 / -1;
  padding: 20px;
  text-align: center;
  color: var(--color-muted);
}

.appointment-day-slots {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(25, 44, 78, 0.10);
}

.appointment-day-slots p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.92rem;
}

.appointment-slot-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.appointment-slot-button {
  border: 1px solid rgba(25, 44, 78, 0.12);
  background: var(--color-cream);
  color: var(--color-navy);
  border-radius: 999px;
  padding: 10px 13px;
  cursor: pointer;
  font-weight: 800;
  text-align: left;
}

.appointment-slot-button:hover,
.appointment-slot-button.is-selected {
  background: var(--color-navy);
  border-color: var(--color-navy);
  color: #fff;
}

.appointment-slot-button span {
  display: block;
  font-size: 0.74rem;
  font-weight: 600;
  opacity: 0.82;
  margin-top: 2px;
}

@media (max-width: 640px) {
  .appointment-calendar-box {
    padding: 14px;
    border-radius: 18px;
  }

  .appointment-calendar-weekdays,
  .appointment-calendar-grid {
    gap: 6px;
  }

  .appointment-calendar-day {
    min-height: 38px;
    border-radius: 12px;
    font-size: 0.9rem;
  }
}

.appointment-slot-button input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.appointment-slot-button {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  border: 1px solid rgba(25, 44, 78, 0.12);
  background: var(--color-cream);
  color: var(--color-navy);
  border-radius: 999px;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: 800;
  text-align: left;
}

.appointment-slot-button:hover,
.appointment-slot-button.is-selected {
  background: var(--color-navy);
  border-color: var(--color-navy);
  color: #fff;
}

.appointment-slot-main-label {
  display: block;
  font-size: 0.94rem;
  line-height: 1.2;
}

.appointment-slot-sub-label {
  display: block;
  font-size: 0.74rem;
  font-weight: 600;
  opacity: 0.82;
}

/* =========================================================
   IOS SAFARI — BUTTON RESET FINAL
   ========================================================= */

button.contact-accordion-trigger,
button.appointment-calendar-nav,
button.appointment-calendar-day {
  -webkit-appearance: none !important;
  appearance: none !important;
  font-family: inherit !important;
}

button.contact-accordion-trigger {
  color: inherit !important;
  background: transparent !important;
}

button.contact-accordion-trigger * {
  -webkit-text-size-adjust: 100%;
}

.contact-accordion-trigger span,
.contact-accordion-trigger strong,
.contact-accordion-action,
.contact-accordion-action * {
  pointer-events: none;
}
/* =========================================================
   CONTACT — ESPACE AVANT FOOTER
   ========================================================= */

.contact-accordion-section {
  padding-bottom: 150px !important;
}

@media (max-width: 680px) {
  .contact-accordion-section {
    padding-bottom: 72px !important;
  }
}

.footer-company-address {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.65;
}

.footer-company-address strong {
  color: #ffffff;
  font-weight: 600;
}
/* =========================================================
   CONTACT — PAVÉ ADRESSE APPLE BUSINESS
   ========================================================= */

.contact-address-static {
  cursor: default;
  background: transparent;
}

.contact-address-static:hover {
  transform: none;
}

.contact-address-static .contact-accordion-content-head span:last-child {
  max-width: 760px;
  color: #6B6050;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 300;
}

.contact-address-note-inline {
  flex: 0 0 auto;
  max-width: 320px;
  color: var(--color-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: right;
}

@media (max-width: 680px) {
  .contact-address-note-inline {
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding-top: 18px;
    border-top: 1px solid rgba(107, 96, 80, 0.16);
  }
}

/* =========================================================
   REALISATION — PAGE DETAIL PROJET
========================================================= */

.project-hero-v2 {
  padding: 150px 0 90px;
  background: var(--color-cream);
}

.project-hero-v2-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

.project-hero-v2-title {
  margin: 0;
  color: var(--color-text);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 5.8vw, 86px);
  line-height: .96;
  font-weight: 300;
  letter-spacing: -.04em;
}

.project-hero-v2-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--color-muted);
  font-size: 17px;
  line-height: 1.75;
}

.project-hero-v2-visual {
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-xl);
}

.project-main-visual {
  width: 100%;
  height: min(620px, 68vh);
  object-fit: cover;
}

.project-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.project-fact {
  padding: 18px;
  background: #fff;
  border-left: 3px solid var(--color-gold);
}

.project-fact span {
  display: block;
  margin-bottom: 6px;
  color: var(--color-gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.project-fact strong {
  color: var(--color-text);
  font-weight: 600;
}

.project-story {
  padding: 90px 0;
  background: var(--color-cream-2);
}

.project-story-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
}

.project-story-card {
  position: sticky;
  top: 110px;
  padding: 34px;
  background: var(--color-navy);
  color: #fff;
  border-top: 4px solid var(--color-gold);
}

.project-story-label {
  margin: 0 0 14px;
  color: var(--color-gold);
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.project-story-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.05;
}

.project-story-card p {
  color: rgba(255,255,255,.65);
}

.project-story-content h2 {
  margin: 0 0 26px;
  color: var(--color-text);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1;
  font-weight: 300;
}

.project-story-text {
  max-width: 820px;
  color: var(--color-muted);
  font-size: 17px;
  line-height: 1.85;
}

.project-gallery-v2 {
  padding: 90px 0;
  background: #fff;
}

.project-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 230px;
  gap: 18px;
}

.project-mosaic-item {
  overflow: hidden;
  background: #eee;
  cursor: pointer;
}

.project-mosaic-item-large {
  grid-column: span 2;
  grid-row: span 2;
}

.project-mosaic-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.project-mosaic-item:hover .project-mosaic-image {
  transform: scale(1.04);
}

/* Avant / Après */

.project-before-after {
  padding: 100px 0;
  background: var(--color-cream);
}

.before-after-stack {
  display: grid;
  gap: 48px;
}

.before-after-card {
  padding: 30px;
  background: #fff;
  border-top: 4px solid var(--color-gold);
  box-shadow: var(--shadow-soft);
}

.before-after-card h3 {
  margin: 0 0 22px;
  color: var(--color-text);
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  font-weight: 300;
}

.before-after-card [data-ci-before-after-before-src] {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eee;
}

/* Lightbox */

.project-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(15,15,14,.94);
}

.project-lightbox.is-open {
  display: flex;
}

.project-lightbox-inner {
  width: min(1120px, 90vw);
  text-align: center;
}

.project-lightbox-inner img {
  max-width: 100%;
  max-height: 78vh;
}

.project-lightbox-close,
.project-lightbox-nav {
  position: absolute;
  border: 0;
  background: rgba(255,255,255,.12);
  color: #fff;
  cursor: pointer;
}

.project-lightbox-close {
  top: 28px;
  right: 28px;
  width: 46px;
  height: 46px;
  font-size: 34px;
}

.project-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  font-size: 48px;
}

.project-lightbox-nav.prev {
  left: 28px;
}

.project-lightbox-nav.next {
  right: 28px;
}

.project-lightbox-meta {
  margin-top: 14px;
  color: #fff;
}

/* Responsive */

@media (max-width: 980px) {
  .project-hero-v2-grid,
  .project-story-grid {
    grid-template-columns: 1fr;
  }

  .project-mosaic {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .project-hero-v2 {
    padding: 130px 0 70px;
  }

  .project-story,
  .project-gallery-v2,
  .project-before-after {
    padding: 70px 0;
  }

  .project-facts {
    grid-template-columns: 1fr;
  }

  .project-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px;
  }

  .project-mosaic-item-large {
    grid-column: span 1;
    grid-row: span 1;
  }

  .before-after-card {
    padding: 20px;
  }
}
/* =========================================================
   AUREA — AVANT / APRÈS SLIDER MAISON
========================================================= */

.aurea-ba-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eee;
  cursor: ew-resize;
  user-select: none;
}

.aurea-ba-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aurea-ba-after-img {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.aurea-ba-before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  border-right: 2px solid #fff;
}

.aurea-ba-before-img {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--aurea-ba-width, 1000px);
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.aurea-ba-label {
  position: absolute;
  top: 18px;
  z-index: 4;
  padding: 8px 12px;
  background: rgba(28,28,26,.78);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.aurea-ba-label-before {
  left: 18px;
}

.aurea-ba-label-after {
  right: 18px;
}

.aurea-ba-handle {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  width: 44px;
  height: 100%;
  transform: translateX(-50%);
  border: 0;
  background: transparent;
  cursor: ew-resize;
}

.aurea-ba-handle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #fff;
  transform: translateX(-50%);
}

.aurea-ba-handle::after {
  content: "↔";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: var(--color-gold);
  color: #fff;
  font-size: 20px;
  box-shadow: 0 14px 34px rgba(28,28,26,.22);
}

/* =========================================================
   REALISATION — HERO FULL IMAGE 19/9
========================================================= */

.project-hero-full {
  position: relative;
  width: 100vw;
  aspect-ratio: 19 / 9;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #111;
}

.project-hero-full-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-hero-full-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.42) 46%, rgba(0,0,0,.08)),
    linear-gradient(0deg, rgba(0,0,0,.68), transparent 58%);
}

.project-hero-full-content {
  position: absolute;
  left: max(24px, calc((100vw - var(--container)) / 2));
  right: max(24px, calc((100vw - var(--container)) / 2));
  bottom: 54px;
  z-index: 2;
  color: #fff;
}

.project-hero-full-content h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 6vw, 92px);
  line-height: .95;
  font-weight: 300;
  letter-spacing: -.04em;
}

.project-hero-full-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 18px;
  line-height: 1.6;
}

.project-hero-full-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  margin-top: 34px;
  max-width: 1120px;
}

.project-hero-full-facts div {
  min-width: 150px;
  padding: 18px 22px;
  background: rgba(28,28,26,.74);
  border-left: 3px solid var(--color-gold);
  backdrop-filter: blur(10px);
}

.project-hero-full-facts span {
  display: block;
  margin-bottom: 6px;
  color: var(--color-gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.project-hero-full-facts strong {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 760px) {
  .project-hero-full {
    aspect-ratio: auto;
    min-height: 680px;
  }

  .project-hero-full-content {
    bottom: 34px;
  }

  .project-hero-full-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
/* =========================================================
   REALISATIONS — PAGE LISTE PREMIUM
========================================================= */

.projects-index-hero {
  padding: 160px 0 82px;
  background: var(--color-navy);
  color: #fff;
}

.projects-index-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 5.8vw, 86px);
  line-height: .96;
  font-weight: 300;
  letter-spacing: -.04em;
}

.projects-index-hero p:not(.section-kicker) {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 1.75;
}

.projects-index-section {
  padding: 86px 0 120px;
  background: var(--color-cream);
}

.projects-index-grid {
  display: grid;
  gap: 34px;
}

.project-index-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  min-height: 430px;
  background: #fff;
  border: 1px solid rgba(107,96,80,.16);
  box-shadow: 0 24px 70px rgba(28,28,26,.07);
  cursor: pointer;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.project-index-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 34px 90px rgba(28,28,26,.12);
}

.project-index-card-link {
  position: absolute;
  inset: 0;
  z-index: 4;
}

.project-index-card-image {
  position: relative;
  min-height: 430px;
  background: #ddd;
  overflow: hidden;
}

.project-index-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.project-index-card:hover .project-index-card-image img {
  transform: scale(1.035);
}

.project-index-card-placeholder {
  height: 100%;
  min-height: 430px;
  display: grid;
  place-items: center;
  color: var(--color-gold);
  background: var(--color-navy);
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
}

.project-index-card-content {
  position: relative;
  z-index: 2;
  padding: 48px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
  border-top: 4px solid var(--color-gold);
}

.project-index-card-content h2 {
  margin: 0 0 20px;
  color: var(--color-text);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: -.03em;
}

.project-index-card-text {
  max-width: 580px;
  margin: 0;
  color: var(--color-muted);
  font-size: 16px;
  line-height: 1.75;
}

.project-index-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.project-index-card-meta span {
  padding: 9px 12px;
  background: var(--color-cream);
  color: var(--color-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.project-index-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--color-gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.project-index-card-cta strong {
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
}

.projects-empty {
  padding: 60px;
  background: #fff;
  border-left: 4px solid var(--color-gold);
}

.projects-empty h2 {
  margin: 0 0 12px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 300;
}

.projects-empty p {
  margin: 0;
  color: var(--color-muted);
}

@media (max-width: 980px) {
  .project-index-card {
    grid-template-columns: 1fr;
  }

  .project-index-card-image {
    min-height: 320px;
  }

  .project-index-card-content {
    padding: 38px 30px;
  }
}

@media (max-width: 680px) {
  .projects-index-hero {
    padding: 132px 0 64px;
  }

  .projects-index-section {
    padding: 60px 0 82px;
  }

  .project-index-card-content {
    padding: 32px 24px;
  }

  .project-index-card-image {
    min-height: 260px;
  }
}
/* =========================================================
   REALISATION DETAIL — RESPONSIVE IPHONE
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* HERO */
.project-hero-full {
  position: relative;
  min-height: 72vh;
  width: 100%;
  overflow: hidden;
}

.project-hero-full-img {
  width: 100%;
  height: 100%;
  min-height: 72vh;
  object-fit: cover;
  display: block;
}

.project-hero-full-content {
  width: min(1120px, calc(100% - 40px));
  max-width: 100%;
}

/* MOBILE */
@media (max-width: 768px) {

  .project-hero-full {
    min-height: 620px;
  }

  .project-hero-full-img {
    min-height: 620px;
  }

  .project-hero-full-content {
    width: calc(100% - 32px);
    left: 16px;
    right: 16px;
    bottom: 34px;
  }

  .project-hero-full-content h1 {
    font-size: clamp(2rem, 10vw, 3.2rem);
    line-height: 0.95;
    word-break: normal;
  }

  .project-hero-full-lead {
    font-size: 1rem;
    line-height: 1.5;
  }

  .project-hero-full-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
  }

  .project-hero-full-facts div {
    min-width: 0;
    padding: 12px;
  }

  .project-story-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .project-story-aside {
    position: static;
  }

  .project-story-content h2 {
    font-size: 2rem;
  }

  .project-story-text {
    font-size: 1rem;
    line-height: 1.7;
  }

  .project-mosaic {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .project-mosaic-item,
  .project-mosaic-item-large,
  .project-mosaic-item-small {
    grid-column: auto !important;
    min-height: auto;
    height: auto;
  }

  .project-mosaic-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: cover;
    display: block;
    border-radius: 18px;
  }

  .before-after-stack {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .before-after-card {
    width: 100%;
    overflow: hidden;
  }

  .aurea-ba-slider {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }

  .aurea-ba-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .project-lightbox-inner {
    width: 100%;
    padding: 20px;
  }

  .project-lightbox-inner img {
    max-width: 100%;
    max-height: 78vh;
    object-fit: contain;
  }

  .project-lightbox-nav {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 480px) {

  .project-hero-full {
    min-height: 560px;
  }

  .project-hero-full-img {
    min-height: 560px;
  }

  .project-hero-full-facts {
    grid-template-columns: 1fr;
  }

  .project-hero-full-content h1 {
    font-size: 2.4rem;
  }

  .section-head h2,
  .project-story-content h2 {
    font-size: 1.9rem;
  }
}

/* =========================================================
   FIX REALISATION MOBILE — IPHONE
   ========================================================= */

@media (max-width: 768px) {

  .project-hero-full {
    min-height: auto !important;
    height: auto !important;
    overflow: hidden !important;
  }

  .project-hero-full-img {
    width: 100% !important;
    height: 540px !important;
    min-height: 540px !important;
    object-fit: cover !important;
    display: block !important;
  }

  .project-hero-full-content {
    position: absolute !important;
    left: 18px !important;
    right: 18px !important;
    bottom: 26px !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
    padding: 0 !important;
  }

  .project-hero-full-content h1 {
    font-size: 2.15rem !important;
    line-height: 1 !important;
    max-width: 100% !important;
  }

  .project-hero-full-lead {
    font-size: 0.98rem !important;
    line-height: 1.45 !important;
  }

  .project-hero-full-facts {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .project-story-grid,
  .project-mosaic,
  .before-after-stack {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .project-story-aside {
    position: static !important;
  }

  .project-mosaic-item,
  .project-mosaic-item-large,
  .project-mosaic-item-small {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .project-mosaic-image {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    display: block !important;
  }

  .aurea-ba-slider {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
  }
}

