/* Photographie immersive, galerie déployable et parcours éditorial interactif. */
.expertise-modern { padding-top: 95px; padding-bottom: 48px; background: #111318; }
.expertise-modern .expertise-head { grid-template-columns: 1.2fr .6fr; gap: 50px; margin-bottom: 48px; }
.expertise-modern .expertise-head h2 { font-size: clamp(48px,6.5vw,90px); line-height: 1; }
.expertise-modern h2 em { color: #fa6973; font-style: normal; }
.expertise-modern .expertise-head > p { max-width: 330px; font-size: 17px; }
.dossier-gallery { display: flex; gap: 6px; height: 590px; }
.dossier-scene { flex: 1; min-width: 0; position: relative; isolation: isolate; overflow: hidden; background: #292a2d; transition: flex .7s cubic-bezier(.22,.68,0,1); }
.dossier-scene:first-child { flex: 1.7; }
.dossier-gallery:has(.dossier-scene:hover) .dossier-scene, .dossier-gallery:has(.dossier-scene:focus-visible) .dossier-scene { flex: 1; }
.dossier-gallery .dossier-scene:hover, .dossier-gallery .dossier-scene:focus-visible { flex: 2.4; }
.dossier-scene > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% center; filter: saturate(.35); transition: transform 1s, filter .6s; z-index: -2; }
.dossier-scene:nth-child(3) > img, .dossier-scene:nth-child(4) > img { object-position: 44% center; }
.dossier-scene::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg,rgba(7,9,12,.25),transparent 25%,rgba(7,9,12,.45) 55%,#090b10 100%); }
.dossier-scene:hover > img, .dossier-scene:focus-visible > img { transform: scale(1.06); filter: saturate(.9); }
.scene-index { position: absolute; top: 25px; left: 22px; font-size: 10px; letter-spacing: .12em; color: #fff; white-space: nowrap; }
.scene-caption { position: absolute; left: 22px; right: 20px; bottom: 27px; }
.scene-caption h3 { font: 600 clamp(20px,2vw,30px)/1.08 Archivo,sans-serif; letter-spacing: -.04em; overflow-wrap: normal; hyphens: auto; }
.scene-caption p { color: #d6d7da; font-size: 13px; line-height: 1.6; margin: 15px 0 22px; }
.scene-link { display: flex; align-items: center; justify-content: space-between; gap: 6px; padding-top: 17px; border-top: 1px solid #ffffff50; font-size: 11px; }
.scene-link > span { font-size: 25px; color: #ff7780; transition: transform .3s; }
.dossier-scene:hover .scene-link > span { transform: rotate(45deg); }
.expertise-disclaimer { margin: 25px 0 0; color: #a4a9b4; font-size: 12px; }
.process-modern { background: #eeede9; overflow: hidden; }
.process-modern .process-head h2 { font-size: clamp(42px,5.5vw,76px); }
.journey { display: grid; grid-template-columns: 1fr 1.05fr; margin-top: 55px; background: #fff; }
.journey-visual { position: relative; min-height: 600px; overflow: hidden; }
.journey-visual::after { content: ''; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent,#0c1116c9); }
.journey-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 46% center; transition: transform 1s; }
.journey[data-active="1"] .journey-visual img { transform: scale(1.08); }
.journey[data-active="2"] .journey-visual img { transform: scale(1.15); }
.journey-stamp { position: absolute; z-index: 1; left: 35px; bottom: 35px; color: #fff; font: 600 clamp(30px,3.4vw,46px)/1.1 Archivo,sans-serif; letter-spacing: -.04em; }
.journey-content { padding: 35px clamp(25px,3.5vw,50px); display: flex; flex-direction: column; }
.journey-tabs { display: flex; border-bottom: 1px solid #d9dbdf; }
.journey-tabs button { position: relative; flex: 1; border: 0; background: transparent; text-align: left; padding: 0 8px 20px 0; font: 500 12px/1.4 Inter,sans-serif; color: #646975; cursor: pointer; }
.journey-tabs button > span { display: block; margin-bottom: 10px; font-size: 19px; }
.journey-tabs button::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .35s; }
.journey-tabs button[aria-pressed="true"] { color: var(--red-dark); }
.journey-tabs button[aria-pressed="true"]::after { transform: scaleX(1); }
.journey-panel { padding: 26px 0 35px; animation: chapter-in .45s ease both; }
.journey-panel[hidden] { display: none; }
.journey-number { display: block; color: #e1e2e5; font: 650 clamp(75px,8vw,110px)/1 Archivo,sans-serif; letter-spacing: -.08em; margin-bottom: 20px; }
.journey-panel h3 { max-width: 370px; font: 600 clamp(28px,3vw,42px)/1.08 Archivo,sans-serif; letter-spacing: -.04em; margin: 0 0 20px; }
.journey-panel p { font-size: 16px; color: #646975; max-width: 370px; }
.journey-panel small { display: block; margin-top: 28px; color: #777d87; font-size: 11px; }
.journey-cta { display: flex; justify-content: space-between; align-items: center; margin-top: auto; border-top: 1px solid #d9dbdf; padding-top: 22px; font-size: 13px; font-weight: 600; }
.journey-cta span { color: var(--red-dark); font-size: 27px; }
.trust-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px,8vw,120px); align-items: start; background: #f7f6f2; }
.trust-intro { position: sticky; top: 120px; }
.trust-intro h2 { max-width: 660px; font-size: clamp(42px,5.2vw,74px); line-height: 1.02; }
.trust-intro h2 em { color: #b51f2b; font-style: normal; }
.trust-intro > p { max-width: 490px; margin: 28px 0 34px; color: #626873; font-size: 17px; line-height: 1.75; }
.review-score { display: flex; align-items: center; gap: 22px; margin: 0 0 35px; padding: 24px 0; border-top: 1px solid #d8d5ce; border-bottom: 1px solid #d8d5ce; }
.review-score > strong { font: 650 clamp(42px,5vw,64px)/.9 Archivo,sans-serif; letter-spacing: -.07em; color: #171a20; }
.review-score > strong small { font-size: 18px; letter-spacing: -.03em; }
.review-score > div { display: grid; gap: 7px; color: #6a6f78; font-size: 12px; }
.review-stars { color: #b51f2b; font-size: 16px; letter-spacing: .14em; }
.trust-proof { position: relative; min-height: 610px; padding: clamp(35px,5vw,72px); color: #fff; background: #b51f2b; overflow: hidden; }
.trust-proof::after { content: ''; position: absolute; width: 310px; height: 310px; right: -145px; top: -145px; border: 1px solid #ffffff45; border-radius: 50%; box-shadow: 0 0 0 55px #ffffff0b,0 0 0 110px #ffffff0b; }
.review-carousel { display: flex; flex-direction: column; }
.review-topline { position: relative; z-index: 1; display: flex; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid #ffffff52; color: #ffd4d7; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.review-slides { position: relative; z-index: 1; flex: 1; display: flex; align-items: center; }
.review-slide { width: 100%; padding: 42px 0 28px; animation: chapter-in .45s ease both; }
.review-slide[hidden] { display: none; }
.review-rating { margin-bottom: 24px; color: #fff; font-size: 16px; letter-spacing: .14em; }
.review-rating span { color: #d67880; }
.review-slide h3 { max-width: 580px; margin: 0 0 25px; font: 600 clamp(28px,3.2vw,47px)/1.05 Archivo,sans-serif; letter-spacing: -.045em; }
.review-slide blockquote { max-width: 620px; margin: 0; color: #ffecef; font-size: clamp(16px,1.45vw,20px); line-height: 1.7; }
.review-slide footer { display: flex; justify-content: space-between; gap: 25px; margin-top: 42px; padding-top: 22px; border-top: 1px solid #ffffff52; color: #f7d9dc; font-size: 12px; }
.review-slide footer strong { color: #fff; font: 600 15px Archivo,sans-serif; }
.review-controls { position: relative; z-index: 1; display: flex; gap: 8px; margin-top: 12px; }
.review-controls button { display: grid; place-items: center; width: 49px; height: 49px; border: 1px solid #ffffff70; border-radius: 50%; color: #fff; background: transparent; font-size: 21px; cursor: pointer; transition: background .25s,color .25s,transform .25s; }
.review-controls button:hover,.review-controls button:focus-visible { color: #b51f2b; background: #fff; transform: translateY(-2px); }
.faq-modern { background: #15181e; color: white; gap: 70px; }
.faq-modern .faq-heading { padding-top: 10px; }
.faq-monogram { display: block; font: 500 130px/.9 Archivo,sans-serif; color: #fa6973; margin-bottom: 30px; }
.faq-modern .section-kicker { color: #fa6973; }
.faq-modern .faq-heading h2 { font-size: clamp(36px,3.9vw,54px); }
.faq-modern .faq-heading > p { color: #aeb4bf; }
.faq-modern .faq-source { color: #fff; font-size: 12px; border-bottom-color: #626772; }
.faq-modern .accordion { border-top: 1px solid #444951; counter-reset: question; }
.faq-modern details { padding: 0; border-bottom: 1px solid #444951; }
.faq-modern summary { padding: 29px 0; font-size: 18px; line-height: 1.5; gap: 20px; align-items: center; }
.faq-modern summary::before { counter-increment: question; content: counter(question,decimal-leading-zero); flex: 0 0 22px; color: #a3a8b2; font-size: 11px; }
.faq-modern summary > span { margin-left: auto; flex-shrink: 0; }
.faq-modern details[open] summary { color: #ff858e; }
.faq-modern details p { color: #bec3cc; padding: 0 35px 28px 42px; font-size: 15px; line-height: 1.8; }
.faq-modern details[open] p { animation: chapter-in .35s ease both; }
.partner-section { background: #fff; }
.partner-heading { display: grid; grid-template-columns: .45fr 1.15fr .6fr; gap: 45px; align-items: end; margin-bottom: 65px; }
.partner-heading .section-kicker { align-self: start; margin-top: 13px; }
.partner-heading h2 { margin: 0; font-size: clamp(42px,5vw,72px); line-height: 1.02; }
.partner-heading > p { margin: 0 0 7px; color: #626873; font-size: 15px; line-height: 1.7; }
.partner-logos { display: grid; grid-template-columns: repeat(6,1fr); border-top: 1px solid #d8dade; border-bottom: 1px solid #d8dade; }
.partner-logos figure { position: relative; display: grid; place-items: center; min-width: 0; min-height: 205px; margin: 0; padding: 34px 24px; border-right: 1px solid #d8dade; background: #fff; overflow: hidden; transition: background .35s,transform .35s,box-shadow .35s; }
.partner-logos figure:last-child { border-right: 0; }
.partner-logos figure::before { content: ''; position: absolute; inset: auto 0 0; height: 3px; background: #b51f2b; transform: scaleX(0); transition: transform .35s; }
.partner-logos figure:hover { z-index: 1; background: #faf9f6; transform: translateY(-7px); box-shadow: 0 18px 40px #171a2014; }
.partner-logos figure:hover::before { transform: scaleX(1); }
.partner-logos img { width: 100%; max-width: 150px; height: 78px; object-fit: contain; filter: grayscale(1); opacity: .58; mix-blend-mode: multiply; transition: filter .35s,opacity .35s,transform .35s; }
.partner-logos figure:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.04); }
.partner-logos figcaption { position: absolute; left: 20px; bottom: 14px; color: #868b94; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.partner-note { max-width: 820px; margin: 25px 0 0 auto; color: #7b808a; font-size: 12px; line-height: 1.65; text-align: right; }
.closing-modern { position: relative; min-height: 450px; align-items: center; background: #b51f2b; overflow: hidden; }
.closing-modern h2 { font-size: clamp(48px,6.7vw,96px); line-height: 1; }
.closing-modern h2 em { font-style: normal; color: #ffbec4; }
.closing-action { display: flex; flex-direction: column; align-items: center; gap: 22px; flex-shrink: 0; font-size: 13px; font-weight: 600; }
.closing-arrow { display: grid; place-items: center; width: 145px; height: 145px; border: 1px solid #ffffff80; border-radius: 50%; font-size: 74px; transition: transform .45s,background .45s,color .45s; }
.closing-action:hover .closing-arrow, .closing-action:focus-visible .closing-arrow { transform: rotate(45deg); background: white; color: #b51f2b; }
@keyframes chapter-in { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
@media(max-width:1100px) {
 .dossier-gallery { display: grid; grid-template-columns: repeat(6,1fr); height: auto; gap: 10px; }
 .dossier-scene { grid-column: span 2; min-height: 370px; }
 .dossier-scene:nth-child(-n+2) { grid-column: span 3; min-height: 410px; }
 .scene-caption h3 { font-size: 27px; }
 .journey { grid-template-columns: .85fr 1fr; }
 .journey-content { padding: 28px; }
 .faq-modern { gap: 40px; }
 .trust-section { gap: 48px; }
 .partner-heading { grid-template-columns: 1fr 1fr; }
 .partner-heading .section-kicker { grid-column: 1 / -1; }
 .partner-logos { grid-template-columns: repeat(3,1fr); }
 .partner-logos figure { min-height: 190px; border-bottom: 1px solid #d8dade; }
 .partner-logos figure:nth-child(3n) { border-right: 0; }
 .partner-logos figure:nth-child(n+4) { border-bottom: 0; }
}
@media(max-width:700px) {
 .expertise-modern .expertise-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 35px; }
 .dossier-gallery { display: flex; height: 470px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 14px; scrollbar-color: #d93443 #34383e; }
 .dossier-gallery .dossier-scene, .dossier-gallery .dossier-scene:hover, .dossier-gallery .dossier-scene:focus-visible { flex: 0 0 85%; min-height: 0; scroll-snap-align: start; }
 .scene-caption h3 { font-size: 36px; max-width: 270px; }
 .scene-caption p { font-size: 15px; }
 .scene-link { font-size: 13px; }
 .journey { grid-template-columns: 1fr; margin-top: 35px; }
 .journey-visual { min-height: 290px; }
 .journey-visual img { object-position: center 40%; }
 .journey-stamp { font-size: 34px; left: 25px; bottom: 25px; }
 .journey-content { padding: 25px; }
 .journey-panel { min-height: 335px; }
 .journey-panel h3 { font-size: 34px; }
 .faq-modern { grid-template-columns: 1fr; gap: 35px; }
 .faq-modern .faq-heading { position: static; }
 .faq-monogram { font-size: 90px; }
 .faq-modern summary { font-size: 16px; gap: 13px; }
 .faq-modern details p { padding-left: 35px; padding-right: 0; }
 .trust-section { grid-template-columns: 1fr; gap: 35px; }
 .trust-intro { position: static; }
 .trust-proof { min-height: 0; padding: 32px 24px; }
 .trust-statement { margin-bottom: 45px; }
 .partner-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
 .partner-heading .section-kicker { grid-column: auto; }
 .partner-heading h2 { font-size: 42px; }
 .partner-logos { grid-template-columns: repeat(2,1fr); }
 .partner-logos figure { min-height: 160px; padding: 28px 20px; border-right: 1px solid #d8dade; border-bottom: 1px solid #d8dade; }
 .partner-logos figure:nth-child(3n) { border-right: 1px solid #d8dade; }
 .partner-logos figure:nth-child(2n) { border-right: 0; }
 .partner-logos figure:nth-child(n+4) { border-bottom: 1px solid #d8dade; }
 .partner-logos figure:nth-child(n+5) { border-bottom: 0; }
 .partner-logos img { height: 65px; }
 .partner-note { text-align: left; }
 .closing-modern { min-height: 0; }
 .closing-action { flex-direction: row; gap: 18px; }
 .closing-arrow { width: 75px; height: 75px; font-size: 42px; }
}
@media(prefers-reduced-motion:reduce) {
 .dossier-scene, .dossier-scene > img, .journey-visual img, .trust-proof, .partner-logos figure, .partner-logos img, .closing-arrow { transition: none; transform: none !important; }
 .journey-panel, .review-slide, .faq-modern details[open] p { animation: none; }
}
