.approche-page{--white:#fff;--cream:#faf6f1;--sand:#f2ebe2;--navy:#112a3f;--navy-2:#1b3a54;--terra:#c36a4b;--terra-deep:#a9532f;--ink:#1e2a34;--muted:#6b7787;--line:#ebe4db;--r-sm:16px;--r-md:24px;--r-lg:36px;--r-xl:48px;--r-pill:100px;--ease:cubic-bezier(.22, .61, .36, 1);background:var(--white);color:var(--ink);line-height:1.6}.approche-page h1,.approche-page h2,.approche-page h3,.approche-page h4{font-family:var(--font-newsreader), Georgia, serif;color:var(--navy);letter-spacing:-.005em;font-weight:500;line-height:1.14}.approche-page a{color:inherit;text-decoration:none}.approche-page img{max-width:100%;display:block}.approche-page .wrap{width:min(1180px,92vw);margin-inline:auto}.approche-page .eyebrow{font-family:var(--font-manrope), system-ui, sans-serif;letter-spacing:.2em;text-transform:uppercase;color:var(--terra);align-items:center;gap:.55rem;font-size:.7rem;font-weight:600;display:inline-flex}.approche-page .eyebrow:before{content:"";background:var(--terra);width:22px;height:1px}.approche-page .eyebrow-center{justify-content:center}.approche-page .btn{background:var(--terra);color:#fff;border-radius:var(--r-pill);cursor:pointer;white-space:nowrap;transition:transform .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease);border:none;align-items:center;gap:.5rem;padding:.9rem 1.7rem;font-size:.92rem;font-weight:600;display:inline-flex}.approche-page .btn:hover{background:var(--terra-deep);transform:translateY(-2px);box-shadow:0 12px 26px -12px #c36a4ba6}.approche-page .btn svg{stroke:currentColor;width:16px;height:16px}.approche-page .reveal{opacity:0;transition:opacity .8s var(--ease), transform .8s var(--ease);transform:translateY(24px)}.approche-page .reveal.in{opacity:1;transform:none}.approche-page .hero{border-bottom-left-radius:var(--r-xl);border-bottom-right-radius:var(--r-xl);align-items:flex-end;height:56vh;min-height:400px;display:flex;position:relative;overflow:hidden}.approche-page .hero-bg{z-index:0;position:absolute;inset:0}.approche-page .hero-bg img{object-fit:cover;width:100%;height:100%}.approche-page .hero-bg:after{content:"";background:linear-gradient(#112a3f59,#112a3f2e 36%,#112a3f73 82%,#112a3f9e);position:absolute;inset:0}.approche-page .hero-inner{z-index:2;text-align:center;flex-direction:column;align-items:center;padding-top:12vh;padding-bottom:3.5vh;display:flex;position:relative}.approche-page .hero-inner>.reveal{flex-direction:column;align-items:center;width:100%;display:flex}.approche-page .hero .eyebrow{color:#fff;justify-content:center}.approche-page .hero .eyebrow:before{background:#fff}.approche-page .hero h1{color:#fff;max-width:16ch;margin-inline:auto;font-size:clamp(2.1rem,4.6vw,3.5rem);font-weight:500}.approche-page .hero h1 em{color:#fff;font-style:italic}.approche-page .hero p{margin-top:1rem;color:#ffffffe6;max-width:48ch;margin-inline:auto;font-size:clamp(1rem,1.4vw,1.15rem)}.approche-page .manifesto{padding:clamp(3rem,6vw,5rem) 0 2rem}.approche-page .manifesto .wrap{text-align:center;max-width:760px;margin-inline:auto}.approche-page .manifesto h2{margin-top:.9rem;font-size:clamp(1.7rem,3.6vw,2.6rem);font-weight:500;line-height:1.2}.approche-page .manifesto h2 em{color:var(--terra);font-style:italic}.approche-page .manifesto p{color:var(--muted);margin-top:1.1rem;font-size:1.1rem}.approche-page .pillars{padding:2rem 0}.approche-page .pillar{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4.5rem);padding:clamp(2rem,4vw,3.5rem) 0;display:grid}.approche-page .pillar:nth-child(2n) .pillar-media{order:2}.approche-page .pillar-media{border-radius:var(--r-xl);aspect-ratio:4/5;background:var(--sand);position:relative;overflow:hidden;box-shadow:0 30px 70px -44px #112a3f80}.approche-page .pillar-media img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease)}.approche-page .pillar-media:hover img{transform:scale(1.04)}.approche-page .pillar-media .idx{z-index:2;font-family:var(--font-newsreader), Georgia, serif;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:var(--r-pill);background:#112a3f80;padding:.4rem 1rem;font-size:1rem;position:absolute;top:1.1rem;left:1.1rem}.approche-page .pillar-text .k{letter-spacing:.14em;text-transform:uppercase;color:var(--terra);font-size:.74rem;font-weight:600}.approche-page .pillar-text h3{margin:.6rem 0 .9rem;font-size:clamp(1.6rem,3.2vw,2.3rem);font-weight:500}.approche-page .pillar-text p{color:var(--ink);margin-bottom:1rem;font-size:1.05rem}.approche-page .pillar-text p.lead{color:var(--muted)}.approche-page .principles{background:var(--cream);border-radius:var(--r-xl);width:min(1240px,96vw);margin:2rem auto 0}.approche-page .principles .inner{width:min(1180px,90%);margin-inline:auto;padding:clamp(3rem,6vw,5rem) 0}.approche-page .principles .head{max-width:56ch;margin-bottom:2.4rem}.approche-page .principles .head h2{margin-top:.9rem;font-size:clamp(1.6rem,3.2vw,2.4rem);font-weight:500}.approche-page .principles .head p{color:var(--muted);margin-top:.8rem;font-size:1.04rem}.approche-page .principles-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;display:grid}.approche-page .principles-grid>.reveal{flex-direction:column;min-height:0;display:flex}.approche-page .principle{background:var(--white);border:1px solid var(--line);border-radius:var(--r-md);height:100%;transition:transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;padding:1.8rem 1.7rem}.approche-page .principle:hover{border-color:#0000;transform:translateY(-5px);box-shadow:0 26px 54px -34px #112a3f6b}.approche-page .principle .ic{background:#c36a4b1a;border-radius:14px;place-items:center;width:48px;height:48px;margin-bottom:1rem;display:grid}.approche-page .principle .ic svg{width:22px;height:22px;stroke:var(--terra);fill:none;stroke-width:1.9px}.approche-page .principle h3{margin-bottom:.5rem;font-size:1.2rem;font-weight:500}.approche-page .principle p{color:var(--muted);font-size:.95rem}.approche-page .promise{padding:clamp(3.5rem,7vw,5.5rem) 0}.approche-page .promise .head{max-width:54ch;margin-bottom:2.4rem}.approche-page .promise .head h2{margin-top:.9rem;font-size:clamp(1.6rem,3.2vw,2.4rem);font-weight:500}.approche-page .timeline{counter-reset:step;grid-template-columns:repeat(4,1fr);gap:1.2rem;display:grid}.approche-page .tl{padding-top:3.6rem;position:relative}.approche-page .tl:before{counter-increment:step;content:counter(step);background:var(--navy);color:#fff;width:40px;height:40px;font-family:var(--font-newsreader), Georgia, serif;border-radius:50%;place-items:center;font-size:1.1rem;display:grid;position:absolute;top:0;left:0}.approche-page .tl:after{content:"";background:var(--line);height:1.5px;position:absolute;top:20px;left:40px;right:-1.2rem}.approche-page .tl:last-child:after{display:none}.approche-page .tl h3{margin-bottom:.4rem;font-size:1.15rem;font-weight:500}.approche-page .tl p{color:var(--muted);font-size:.92rem}.approche-page .quoteband{background:var(--navy);border-radius:var(--r-xl);color:#fff;text-align:center;width:min(1240px,96vw);margin:0 auto}.approche-page .quoteband .inner{width:min(820px,90%);margin-inline:auto;padding:clamp(3rem,6vw,4.5rem) 0}.approche-page .quoteband .qm{font-family:var(--font-newsreader), Georgia, serif;color:var(--terra);font-size:3.5rem;line-height:.5}.approche-page .quoteband p{font-family:var(--font-newsreader), Georgia, serif;color:#fff;margin:1rem 0 1.4rem;font-size:clamp(1.4rem,3vw,2rem);font-style:italic;line-height:1.35}.approche-page .quoteband .by{color:#fff9;letter-spacing:.03em;font-size:.85rem}.approche-page .cta{text-align:center;padding:clamp(3rem,6vw,5rem) 0}.approche-page .cta-box{background:var(--cream);border-radius:var(--r-xl);width:min(1240px,96vw);margin-inline:auto;padding:clamp(3rem,6vw,4.5rem) 1.5rem}.approche-page .cta .eyebrow{justify-content:center}.approche-page .cta h2{max-width:20ch;margin:.9rem auto 0;font-size:clamp(1.8rem,3.6vw,2.7rem);font-weight:500}.approche-page .cta p{color:var(--muted);max-width:46ch;margin:1rem auto 1.8rem}@media (max-width:900px){.approche-page .pillar{grid-template-columns:1fr;gap:1.5rem}.approche-page .pillar:nth-child(2n) .pillar-media{order:0}.approche-page .pillar-media{max-width:440px;margin-inline:auto}.approche-page .pillar-text{text-align:left;width:100%;max-width:34rem;margin-inline:auto}.approche-page .principles-grid{grid-template-columns:1fr}.approche-page .principle{text-align:left}.approche-page .timeline{grid-template-columns:1fr 1fr}.approche-page .tl:after{display:none}}@media (max-width:600px){.approche-page .timeline{grid-template-columns:1fr}.approche-page .hero{min-height:48vh}}@media (prefers-reduced-motion:reduce){.approche-page *{scroll-behavior:auto;transition:none!important;animation:none!important}.approche-page .reveal{opacity:1;transform:none}}
