:root{--navy-deep:#0a1628;--navy-primary:#1a2642;--navy-light:#2d3e5f;--gold-primary:#8a6b4a;--gold-light:#d4af7a;--gold-dark:#735839;--white:#fff;--cream:#f9f8f6;--gray-ultra-light:#f5f4f2;--gray-light:#e8e6e3;--gray-medium:#767473;--gray-dark:#5a5856;--section-padding:120px;--container-width:1200px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans),"Inter",-apple-system,sans-serif;color:var(--navy-primary);background-color:var(--white);-webkit-font-smoothing:antialiased;font-weight:300;line-height:1.8}::selection{background:var(--gold-primary);color:var(--white)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--gold-primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gold-dark)}h1,h2,h3,h4{font-family:var(--font-serif),"Cormorant Garamond",Georgia,serif;color:var(--navy-deep);font-weight:400;line-height:1.3}h1{font-size:4rem}h2{font-size:2.75rem}h3{font-size:1.875rem}h4{font-size:1.375rem}.container{max-width:var(--container-width);margin:0 auto;padding:0 40px}.navbar{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#0a1628f2;border-bottom:1px solid #b8936d1f;width:100%;padding:20px 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.navbar-transparent{-webkit-backdrop-filter:none;background:0 0;border-bottom:none}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);background:#0a1628f2;border-bottom:1px solid #b8936d1f;padding:14px 0;box-shadow:0 4px 30px #00000026}.navbar .container{justify-content:space-between;align-items:center;width:100%;display:flex}.logo{object-fit:contain;filter:brightness(0)invert();width:auto;max-width:160px;height:40px;transition:opacity .3s;display:block}.nav-brand,.nav-brand span,.nav-brand img{align-items:center;display:flex}.nav-brand img{display:block}.logo:hover{opacity:.8}.nav-menu{justify-content:center;align-items:center;gap:45px;list-style:none;display:flex}.nav-menu a{color:var(--white);letter-spacing:.5px;font-size:.85rem;font-weight:400;text-decoration:none;transition:color .3s;position:relative}.nav-menu a:after{content:"";background:var(--gold-primary);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-menu a:hover:after{width:100%}.nav-menu a:hover{color:var(--gold-primary)}.nav-menu-cta-mobile{display:none}.nav-cta-desktop{white-space:nowrap;flex-shrink:0;display:inline-block}.btn-nav{border-radius:2px;padding:8px 24px;font-weight:500;line-height:1.4;background:var(--navy-primary)!important;color:var(--white)!important;transition:all .3s!important}.btn-nav:after{display:none!important}.btn-nav:hover{transform:translateY(-1px);box-shadow:0 4px 12px #b8936d4d;background:var(--gold-primary)!important}.nav-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:28px;height:22px;padding:0;display:none;position:relative}.nav-toggle span{background:var(--white);border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.nav-toggle.active span{background:var(--navy-primary)}.nav-toggle.active span:first-child{transform:translateY(10px)rotate(45deg)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:translateY(-10px)rotate(-45deg)}.hero{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;height:100vh;min-height:650px;margin-top:0;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:1;background:linear-gradient(#0a162899 0%,#0a1628cc 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:1;background:linear-gradient(#0a162899 0%,#0a1628cc 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero img{z-index:0}.hero-content{z-index:2;text-align:center;color:var(--white);position:relative}.hero-title{font-family:var(--font-serif),"Cormorant Garamond",Georgia,serif;letter-spacing:14px;color:var(--white);margin-bottom:25px;font-size:4.5rem;font-weight:300;animation:1s ease-out fadeInUp}.hero-divider{background:var(--gold-primary);width:70px;height:1px;margin:0 auto 25px;animation:.8s ease-out .3s both scaleIn}.hero-subtitle{letter-spacing:5px;text-transform:uppercase;color:var(--gold-light);margin-bottom:18px;font-size:1.15rem;font-weight:300;animation:1s ease-out .4s both fadeInUp}.hero-tagline{font-size:1.1rem;font-family:var(--font-serif),"Cormorant Garamond",Georgia,serif;color:#ffffffd9;font-style:italic;animation:1s ease-out .6s both fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{transform:scaleX(0)}to{transform:scaleX(1)}}section{padding:var(--section-padding) 0}.section-title{font-family:var(--font-serif),"Cormorant Garamond",Georgia,serif;text-align:center;letter-spacing:2px;margin-bottom:15px;font-size:2.75rem;font-weight:300}.title-divider{background:var(--gold-primary);width:60px;height:1px;margin:0 auto 50px}.section-intro{text-align:center;max-width:800px;color:var(--gray-dark);margin:0 auto 60px;font-size:1.125rem;line-height:1.9}.intro-section{background:var(--cream)}.intro-content{text-align:center;max-width:850px;margin:0 auto}.intro-lead{font-size:1.375rem;font-family:var(--font-serif),"Cormorant Garamond",Georgia,serif;color:var(--navy-primary);margin-bottom:40px;line-height:1.8}.intro-text{color:var(--gray-dark);margin-bottom:25px;font-size:1.0625rem;line-height:2}.cabinet-section{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.cabinet-section:before{content:"";z-index:1;background:#fffffff5;position:absolute;inset:0}.cabinet-section .container{z-index:2;position:relative}.cabinet-grid{grid-template-columns:1fr 1fr;gap:80px;margin-top:60px;display:grid}.cabinet-philosophy h3,.cabinet-values h3{color:var(--navy-primary);margin-bottom:30px;font-size:1.75rem}.cabinet-philosophy p{color:var(--gray-dark);margin-bottom:20px;font-size:1.0625rem;line-height:2}.value-item{gap:20px;margin-bottom:35px;display:flex}.value-icon{background:var(--cream);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;overflow:visible}.value-item:hover .value-icon{background:var(--gold-primary)}.value-item:hover .value-icon svg{color:var(--white)}.value-icon svg{color:var(--gold-primary);transition:color .3s}.value-content h4{color:var(--navy-primary);margin-bottom:8px;font-size:1.125rem}.value-content p{color:var(--gray-dark);font-size:.9375rem;line-height:1.8}.fondateurs-section{background:var(--cream)}.fondateurs-grid{grid-template-columns:1fr;gap:60px;margin:60px 0;display:grid}.fondateur-card{background:var(--white);border:1px solid var(--gray-light);border-radius:0;padding:50px 40px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0000000a}.fondateur-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #00000014}.expertise-section{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.expertise-section:before{content:"";z-index:1;background:#fffffff0;position:absolute;inset:0}.expertise-section .container{z-index:2;position:relative}.expertise-grid{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:60px;display:grid}.expertise-card{background:var(--white);border:1px solid var(--gray-light);border-left:3px solid var(--gold-primary);flex-direction:column;height:100%;padding:40px 30px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.expertise-card:before{content:"";opacity:0;background:linear-gradient(135deg,#b8936d08 0%,#0000 100%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.expertise-card:hover{border-left-color:var(--gold-light);transform:translateY(-6px);box-shadow:0 15px 40px #1a26421a}.expertise-card:hover:before{opacity:1}.expertise-number{font-family:var(--font-serif),"Cormorant Garamond",Georgia,serif;color:var(--gold-primary);opacity:.4;margin-bottom:20px;font-size:2.5rem;line-height:1}.expertise-card h3{color:var(--navy-primary);margin-bottom:15px;font-size:1.3rem;position:relative}.expertise-card p{color:var(--gray-dark);flex:1;font-size:.9375rem;line-height:1.8;position:relative}.expertise-link{color:var(--gold-primary);letter-spacing:.5px;margin-top:18px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.expertise-link:hover{color:var(--gold-dark);letter-spacing:1px}.clientele-section{background:var(--cream)}.clientele-intro{text-align:center;max-width:800px;color:var(--gray-dark);margin:0 auto 60px;font-size:1.0625rem;line-height:2}.clientele-types{grid-template-columns:repeat(4,1fr);gap:30px;margin:60px 0;display:grid}.clientele-type{text-align:center;background:var(--white);border:1px solid #0000;border-radius:2px;flex-direction:column;align-items:center;height:100%;padding:40px 25px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.clientele-type:hover{border-color:var(--gold-primary);transform:translateY(-4px);box-shadow:0 10px 30px #0000000f}.clientele-type svg{color:var(--gold-primary);margin-bottom:20px;transition:transform .3s}.clientele-type:hover svg{transform:scale(1.1)}.clientele-type h3{color:var(--navy-primary);margin-bottom:15px;font-size:1.1rem}.clientele-type p{color:var(--gray-dark);flex:1;font-size:.9rem;line-height:1.7}.clientele-criteres{text-align:center;background:var(--white);border:1px solid var(--gray-light);max-width:700px;margin:60px auto 0;padding:45px;position:relative}.clientele-criteres:before{content:"";background:var(--gold-primary);width:60px;height:3px;position:absolute;top:0;left:50%;transform:translate(-50%)}.clientele-criteres h3{color:var(--navy-primary);margin-bottom:20px;font-size:1.5rem}.clientele-criteres p{color:var(--gray-dark);margin-bottom:15px;font-size:1.0625rem;line-height:1.9}.contact-section{background:var(--white)}.contact-content{text-align:center;max-width:700px;margin:0 auto}.contact-text{color:var(--gray-dark);margin-bottom:40px;font-size:1.0625rem;line-height:2}.contact-info{flex-direction:column;gap:12px;margin:40px 0;display:flex}.contact-item{justify-content:center;align-items:center;gap:15px;font-size:1.125rem;display:flex}.contact-item svg{color:var(--gold-primary);flex-shrink:0}.contact-item a{color:var(--navy-primary);text-decoration:none;transition:color .3s}.btn-primary{background:var(--navy-primary);color:var(--white);letter-spacing:1px;margin:30px 0;padding:16px 45px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block}.btn-primary:hover{background:var(--gold-primary);transform:translateY(-2px);box-shadow:0 6px 20px #b8936d4d}.contact-note{color:var(--gray-medium);margin-top:30px;font-size:.9375rem;font-style:italic}.footer{background:var(--navy-deep);color:#fffc;border-top:3px solid var(--gold-primary);padding:70px 0 30px}.footer-content{grid-template-columns:1fr 1fr;align-items:start;gap:60px;max-width:1200px;margin:0 auto;padding:0 40px;display:grid}.footer-logo-container{margin-bottom:20px;transition:opacity .3s;display:inline-block}.footer-logo-container:hover{opacity:.8}.footer-logo{object-fit:contain;object-position:left center;width:auto;max-width:180px;height:45px;display:block}.footer-left p{color:#fff9;margin:8px 0;font-size:.9375rem;line-height:1.8}.footer-left,.footer-middle,.footer-right{flex-direction:column;display:flex}.footer-middle h4,.footer-right h4{color:var(--gold-light);font-size:.9rem;font-weight:600;font-family:var(--font-sans),"Inter",-apple-system,sans-serif;letter-spacing:2px;text-transform:uppercase;margin-bottom:20px}.footer-links{flex-direction:column;gap:12px;margin-bottom:30px;display:flex}.footer-links a{color:#fff9;font-size:.9rem;text-decoration:none;transition:all .3s}.footer-links a:hover{color:var(--gold-light);padding-left:5px}.footer-legal{max-width:1200px;margin:0 auto;padding:0 40px}.footer-legal p{color:#fff6;margin:0;font-size:.8125rem;line-height:1.8}.fondateur-header{border-bottom:1px solid var(--gray-light);align-items:center;gap:25px;margin-bottom:35px;padding-bottom:30px;display:flex}.fondateur-initials{background:var(--navy-primary);width:80px;height:80px;color:var(--white);font-size:1.5rem;font-weight:300;font-family:var(--font-serif),"Cormorant Garamond",Georgia,serif;letter-spacing:2px;justify-content:center;align-items:center;display:flex}.fondateur-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:80px;height:80px}.fondateur-info h3{color:var(--navy-deep);margin-bottom:5px;font-size:2rem}.fondateur-role{color:var(--gold-primary);letter-spacing:.5px;font-size:1.0625rem;font-weight:500}.bio-intro{color:var(--gray-dark);margin-bottom:35px;font-size:1.125rem;font-style:italic;line-height:1.9}.credentials{margin-bottom:35px}.credentials h4{color:var(--navy-primary);margin-bottom:20px;font-size:1.25rem}.credentials ul{padding:0;list-style:none}.credentials li{color:var(--gray-dark);padding:12px 0 12px 25px;font-size:.9375rem;line-height:1.7;position:relative}.credentials li:before{content:"—";color:var(--gold-primary);font-weight:700;position:absolute;left:0}.credentials strong{color:var(--navy-primary);font-weight:500}.expertise-areas h4{color:var(--navy-primary);margin-bottom:20px;font-size:1.25rem}.expertise-tags{flex-wrap:wrap;gap:10px;display:flex}.expertise-tags span{background:var(--cream);color:var(--navy-primary);border:1px solid var(--gray-light);letter-spacing:.3px;padding:8px 16px;font-size:.875rem;font-weight:500}.complementarite{text-align:center;background:var(--white);border:1px solid var(--gray-light);max-width:800px;margin:80px auto 0;padding:50px}.complementarite h3{color:var(--navy-primary);margin-bottom:25px;font-size:1.75rem}.complementarite p{color:var(--gray-dark);margin-bottom:15px;font-size:1.0625rem;line-height:2}.fondateur-bio{margin-top:0}.nav-brand{z-index:2;align-items:center;line-height:0;display:flex;position:relative}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px;max-width:1100px;margin-bottom:40px;margin-left:auto;margin-right:auto;padding:0 40px;display:grid}.footer-col h3{color:var(--gold-light);margin-bottom:20px;font-size:1.2rem;font-weight:500}.footer-col p{color:var(--gray-light);font-size:.95rem;line-height:1.8}.footer-col ul{padding:0;line-height:2.4;list-style:none}.footer-col a{color:var(--gray-light);font-size:.95rem;text-decoration:none;transition:color .3s}.footer-col a:hover{color:var(--gold-light)}.footer-bottom{text-align:center;color:var(--gray-medium);border-top:1px solid #ffffff1a;max-width:1100px;margin:0 auto;padding-top:25px;padding-left:40px;padding-right:40px;font-size:.85rem}main#main-content{min-height:100svh;display:block}.home-hero-banner{color:#fff;background:linear-gradient(#091321 0%,#0a1628 100%);height:100vh;min-height:720px;padding:0;position:relative;overflow:hidden}.home-hero-banner-expertise{min-height:760px}.home-hero-banner-landing{height:100svh;min-height:100svh}.home-hero-shell{background:linear-gradient(#091321 0%,#0a1628 100%);height:100%;min-height:0;position:relative;overflow:hidden}.home-hero-banner-landing .home-hero-shell{height:100%;min-height:100svh}.home-hero-media{background:#ceb79d;width:100%;position:absolute;inset:0;overflow:hidden}.home-hero-image{object-fit:cover;object-position:center center;transform:scale(1.01)}.home-hero-media-overlay{background:linear-gradient(#12192624 0%,#080f191a 100%),linear-gradient(90deg,#08132247 0%,#08132214 28%,#0000 48%);position:absolute;inset:0}.home-hero-banner-expertise .home-hero-media-overlay{background:linear-gradient(#1219262e 0%,#080f192e 100%),linear-gradient(90deg,#0813225c 0%,#0813221a 30%,#0000 54%)}.home-hero-banner-landing .home-hero-media-overlay{background:linear-gradient(#0a16282e 0%,#0a162842 100%),linear-gradient(90deg,#081322c2 0%,#0813227a 48%,#08132233 100%)}.home-hero-orias-badge{z-index:1;color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#ffffff1a,#ffffff06),#081322b8;border:1px solid #d4af7a80;border-radius:4px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:14px;width:min(292px,24vw);padding:16px 18px 15px 16px;display:grid;position:absolute;bottom:214px;right:clamp(28px,5vw,76px);box-shadow:0 24px 54px #00000047,inset 0 1px #ffffff1f}.home-hero-orias-badge:after{content:"";background:linear-gradient(90deg,#d4af7a94,#0000);height:1px;position:absolute;bottom:10px;left:66px;right:18px}.home-hero-orias-mark{color:#d4af7a;place-items:center;width:34px;height:34px;line-height:1;display:inline-grid}.home-hero-orias-mark svg{stroke-width:2.4px;filter:drop-shadow(0 0 10px #d4af7a52);width:15px;height:15px;display:block}.home-hero-orias-copy{gap:6px;min-width:0;display:grid}.home-hero-orias-label{color:#ffffffbd;letter-spacing:.18em;text-transform:uppercase;font-size:.64rem;font-weight:700;line-height:1.2;display:block}.home-hero-orias-number{color:#d4af7a;font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;white-space:nowrap;font-size:1.82rem;font-weight:400;line-height:1;display:block}.home-hero-panel{z-index:2;clip-path:polygon(0 0,83% 0,100% 100%,0 100%);background:radial-gradient(circle at 10% 18%,#d4af7a14,#0000 23%),linear-gradient(#081322f9 0%,#0a1628f2 100%);width:min(67.5%,1120px);min-height:100%;position:absolute;inset:0 auto 0 0}.home-hero-banner-expertise .home-hero-panel{width:min(69%,1120px)}.home-hero-banner-with-slot .home-hero-panel{clip-path:none;background:radial-gradient(circle at 10% 18%,#d4af7a1a,#0000 23%),linear-gradient(90deg,#081322f5 0%,#081322db 48%,#08132275 100%);width:100%}.home-hero-panel:before{content:"";opacity:.52;background:linear-gradient(115deg,#ffffff05 0%,#0000 42%),linear-gradient(#ffffff07 0%,#0000 100%);position:absolute;inset:0}.home-hero-panel:after{content:"";background:linear-gradient(#0000 0%,#ffffff05 100%);position:absolute;inset:68% 0 0}.home-hero-container{z-index:3;align-items:center;min-height:100%;padding-top:128px;padding-bottom:178px;display:flex;position:relative}.home-hero-container-with-slot{grid-template-columns:minmax(0,1fr) minmax(350px,420px);gap:clamp(30px,4.5vw,76px);width:min(1540px,100vw - 72px);max-width:none;margin:0 auto;display:grid}.home-hero-banner-landing.home-hero-banner-with-slot .home-hero-container{align-items:center;min-height:100svh;padding-top:clamp(118px,13vh,148px);padding-bottom:clamp(118px,13vh,148px)}.home-hero-copy{width:min(680px,100% - 96px);max-width:680px}.home-hero-banner-expertise .home-hero-copy{width:min(760px,100% - 96px);max-width:760px}.home-hero-banner-with-slot .home-hero-copy{width:min(760px,100%);max-width:760px}.home-hero-right-slot{z-index:4;justify-self:end;width:100%;max-width:420px;position:relative}.home-hero-kicker-wrap{align-items:center;gap:18px;margin-bottom:24px;display:flex}.home-hero-kicker{color:#d4af7a;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.98rem;font-weight:500}.home-hero-kicker-line{background:#d4af7aa6;width:84px;height:1px}.home-hero-title{color:#fff;letter-spacing:-.034em;margin:0;font-size:clamp(4.25rem,4.95vw,5.2rem);font-weight:300;line-height:.92}.home-hero-title-line{white-space:nowrap;display:block}.home-hero-banner-expertise .home-hero-title{letter-spacing:-.026em;font-size:clamp(3.8rem,4.35vw,5rem);line-height:.95}.home-hero-banner-landing .home-hero-title{letter-spacing:-.026em;max-width:760px;font-size:clamp(3.25rem,4.6vw,5rem);line-height:.96}.home-hero-banner-expertise .home-hero-title-line,.home-hero-banner-landing .home-hero-title-line{white-space:normal}.home-hero-title-accent{color:#d4af7a}.home-hero-intro{color:#ffffffe0;max-width:610px;margin-top:28px;font-size:1.02rem;line-height:1.85}.home-hero-banner-expertise .home-hero-intro{max-width:650px}.home-hero-banner-landing .home-hero-intro{max-width:680px}.home-hero-trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:26px;display:grid}.home-hero-trust-item{border-right:1px solid #ffffff24;align-items:flex-start;gap:14px;padding-right:12px;display:flex}.home-hero-trust-item:last-child{border-right:none;padding-right:0}.home-hero-trust-icon{color:#d4af7a;flex:none}.home-hero-trust-title{color:#d4af7a;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.92rem;font-weight:500}.home-hero-trust-description{color:#ffffffd6;margin-top:4px;font-size:.95rem;line-height:1.35}.home-hero-banner-landing .home-hero-trust-grid{grid-template-columns:1fr;gap:11px;max-width:620px;margin-top:26px}.home-hero-banner-landing .home-hero-trust-item{border-right:none;grid-template-columns:24px minmax(0,1fr);align-items:start;gap:10px;padding-right:0;display:grid}.home-hero-banner-landing .home-hero-trust-icon{line-height:1}.home-hero-banner-landing .home-hero-trust-icon svg{stroke-width:2.8px;width:16px;height:16px;margin-top:2px}.home-hero-banner-landing .home-hero-trust-title{color:#ffffffd6;letter-spacing:0;text-transform:none;font-size:.94rem;font-weight:500;line-height:1.45}.home-hero-banner-landing .home-hero-trust-description{display:none}.home-hero-actions{align-items:center;gap:30px;margin-top:40px;display:flex}.home-hero-microcopy{color:#ffffffb8;margin-top:18px;font-size:.9rem;line-height:1.6}.home-hero-primary-cta{color:#122236;letter-spacing:.025em;text-transform:uppercase;white-space:nowrap;appearance:none;background:linear-gradient(#dfbe88 0%,#d4af7a 100%);border:1px solid #dfbe8880;border-radius:2px;justify-content:center;align-items:center;gap:16px;min-width:286px;min-height:68px;padding:0 34px;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .25s,box-shadow .25s,filter .25s;display:inline-flex;box-shadow:inset 0 1px #ffffff40}.home-hero-primary-cta .home-hero-cta-icon{flex:none;width:20px;height:20px;line-height:1}.lp-btn-submit.home-hero-primary-cta{color:#122236;letter-spacing:.025em;text-transform:uppercase;white-space:nowrap;cursor:pointer;appearance:none;background:linear-gradient(#dfbe88 0%,#d4af7a 100%);border:1px solid #dfbe8880;border-radius:2px;justify-content:center;align-items:center;gap:16px;width:auto;min-width:286px;max-width:100%;min-height:68px;margin:0;padding:0 34px;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;transition:transform .25s,box-shadow .25s,filter .25s;display:inline-flex;box-shadow:inset 0 1px #ffffff40}.lp-btn-submit.home-hero-primary-cta:hover{filter:brightness(1.02);transform:translateY(-1px);box-shadow:0 14px 28px #0000002e}.home-hero-secondary-cta{color:#fff;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;appearance:none;background:#ffffff05;border:1px solid #d4af7a5c;justify-content:center;align-items:center;min-width:252px;min-height:68px;padding:0 30px;font-size:.98rem;text-decoration:none;transition:background .25s,border-color .25s,transform .25s;display:inline-flex}.home-hero-primary-cta:hover{filter:brightness(1.02);transform:translateY(-1px);box-shadow:0 14px 28px #0000002e}.home-hero-secondary-cta:hover{background:#d4af7a14;border-color:#d4af7a94;transform:translateY(-1px)}.home-hero-proofband{z-index:3;background:linear-gradient(#0a1628 0%,#091321 100%);border-top:1px solid #d4af7a2e;position:absolute;bottom:0;left:0;right:0}.home-hero-proofband-inner{grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);align-items:center;gap:48px;width:100%;padding:26px 40px 22px;display:grid}.home-hero-highlights{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.home-hero-highlight{border-right:1px solid #ffffff1f;padding:8px 28px 8px 0}.home-hero-highlight:not(:first-child){padding-left:28px}.home-hero-highlight:last-child{border-right:none}.home-hero-highlight-value,.home-hero-highlight-value.home-hero-stat-value{color:#d4af7a;font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;white-space:nowrap;margin:0;font-size:clamp(2.18rem,2.55vw,3rem)!important;line-height:.98!important}.home-hero-highlight-label{color:#ffffffc7;margin-top:8px;font-size:1.02rem;line-height:1.5}.home-hero-banner-landing .home-hero-proofband-inner{grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);gap:30px;padding:18px 40px 16px}.home-hero-banner-landing .home-hero-highlight{padding:6px 22px 6px 0}.home-hero-banner-landing .home-hero-highlight:not(:first-child){padding-left:22px}.home-hero-banner-landing .home-hero-highlight-value,.home-hero-banner-landing .home-hero-highlight-value.home-hero-stat-value,.home-hero-banner-landing .home-hero-highlight-value.home-hero-location-value{font-family:var(--font-sans), "Inter", -apple-system, sans-serif;font-weight:700;white-space:normal!important;font-size:clamp(.95rem,1.18vw,1.12rem)!important;line-height:1.25!important}.home-hero-banner-landing .home-hero-highlight-label{margin-top:6px;font-size:.82rem;line-height:1.35}.home-hero-banner-landing .home-hero-quote{padding-left:34px}.home-hero-banner-landing .home-hero-quote p{font-size:.94rem;line-height:1.45}.home-hero-banner-landing .home-hero-quote footer{margin-top:10px;font-size:.84rem}.home-hero-quote{border-left:1px solid #ffffff1f;margin:0;padding-left:48px;position:relative}.home-hero-quote:before{content:"“";color:#d4af7a;font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;font-size:3rem;line-height:1;position:absolute;top:-8px;left:18px}.home-hero-quote p{color:#ffffffeb;font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;font-size:1.04rem;line-height:1.62}.home-hero-quote footer{color:#d4af7a;margin-top:14px;font-size:.98rem}@media (max-width:1260px){.home-hero-panel{width:70.5%}.home-hero-title{font-size:4.5rem}.home-hero-orias-badge{grid-template-columns:30px minmax(0,1fr);gap:12px;width:236px;padding:14px 16px;right:32px}.home-hero-orias-mark{width:30px;height:30px;font-size:1rem}.home-hero-orias-label{font-size:.58rem}.home-hero-orias-number{font-size:1.5rem}}@media (max-height:760px) and (min-width:681px){.home-hero-container{align-items:flex-start;padding-top:118px;padding-bottom:196px}.home-hero-kicker-wrap{margin-bottom:16px}.home-hero-title{font-size:3.75rem;line-height:.94}.home-hero-banner-expertise .home-hero-title{font-size:3.4rem;line-height:.98}.home-hero-intro{margin-top:20px;font-size:.98rem;line-height:1.62}.home-hero-trust-grid,.home-hero-microcopy{display:none}.home-hero-banner-landing .home-hero-trust-grid{display:grid}.home-hero-actions{margin-top:24px}.home-hero-primary-cta,.home-hero-secondary-cta{min-height:58px}}@media (max-width:1180px){.home-hero-panel{clip-path:polygon(0 0,84% 0,100% 100%,0 100%)}.home-hero-banner-with-slot .home-hero-panel{clip-path:none}.home-hero-orias-badge{display:none}.home-hero-copy{width:min(620px,100% - 100px)}.home-hero-title{font-size:4.1rem}.home-hero-banner-expertise .home-hero-title{font-size:3.75rem}.home-hero-proofband-inner{grid-template-columns:1fr;gap:26px}.home-hero-banner-landing .home-hero-proofband-inner{grid-template-columns:1fr;gap:16px}.home-hero-quote{border-top:1px solid #ffffff1f;border-left:none;padding-top:24px;padding-left:0}.home-hero-quote:before{top:8px;left:0}}@media (max-width:940px){.home-hero-panel{clip-path:polygon(0 0,80% 0,93% 100%,0 100%);width:100%;min-height:100%}.home-hero-banner-with-slot .home-hero-panel{clip-path:none}.home-hero-container-with-slot{grid-template-columns:1fr;width:min(680px,100vw - 40px)}.home-hero-right-slot{justify-self:stretch;max-width:none}.home-hero-container{padding-top:104px}.home-hero-copy{width:min(560px,100% - 64px)}.home-hero-title{font-size:3.62rem}.home-hero-banner-expertise .home-hero-title{font-size:3.28rem}.home-hero-banner-landing .home-hero-title{font-size:3.24rem}.home-hero-title-line{white-space:nowrap}.home-hero-trust-grid{grid-template-columns:1fr;gap:16px}.home-hero-trust-item{border-right:none;padding-right:0}.home-hero-highlights{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 0}.home-hero-highlight:nth-child(2){border-right:none}}@media (max-width:680px){.home-hero-banner{height:auto;min-height:auto;display:block;overflow:visible}.home-hero-shell{min-height:100svh}.home-hero-media{width:100%;min-height:100svh;position:absolute;inset:0}.home-hero-image{object-position:64% center}.home-hero-media-overlay{background:linear-gradient(#0a162824 0%,#0a162833 24%,#0a162899 58%,#07101deb 100%),linear-gradient(90deg,#0a162880 0%,#0a16281f 44%,#0a162800 100%)}.home-hero-banner-expertise .home-hero-media-overlay{background:linear-gradient(#0a162857 0%,#0a16288a 44%,#07101df5 100%),linear-gradient(90deg,#081322d1 0%,#08132280 62%,#08132247 100%)}.home-hero-panel{clip-path:none;background:linear-gradient(#0813227a 0%,#0813229e 22%,#0a1628c7 48%,#07101df5 100%);width:100%;min-height:100svh;position:relative;inset:auto}.home-hero-banner-expertise .home-hero-panel,.home-hero-banner-with-slot .home-hero-panel{width:100%}.home-hero-banner-landing .home-hero-shell{min-height:100svh;display:grid}.home-hero-banner-landing .home-hero-media,.home-hero-banner-landing .home-hero-panel{grid-area:1/1}.home-hero-banner-landing .home-hero-media{height:auto;min-height:100%;position:relative;inset:auto}.home-hero-panel:before,.home-hero-panel:after{display:none}.home-hero-container{align-items:flex-end;min-height:100svh;padding-top:108px;padding-bottom:38px}.home-hero-container-with-slot{grid-template-columns:1fr;gap:28px;width:min(100% - 28px,680px);min-height:auto;padding-top:108px;padding-bottom:46px;display:grid}.home-hero-banner-landing.home-hero-banner-with-slot .home-hero-container{padding-top:108px;padding-bottom:46px}.home-hero-copy{width:100%}.home-hero-banner-expertise .home-hero-copy{width:100%;max-width:none}.home-hero-kicker-wrap{margin-bottom:20px}.home-hero-kicker{font-size:.82rem}.home-hero-kicker-line{width:52px}.home-hero-title{font-size:2.78rem;line-height:.97}.home-hero-banner-expertise .home-hero-title{font-size:2.46rem;line-height:1}.home-hero-banner-landing .home-hero-title{font-size:2.42rem;line-height:1}.home-hero-title-line{white-space:normal}.home-hero-intro{margin-top:22px;font-size:.98rem;line-height:1.72}.home-hero-banner-expertise .home-hero-intro{max-width:100%}.home-hero-trust-grid{margin-top:24px}.home-hero-trust-title{font-size:.82rem}.home-hero-trust-description{font-size:.92rem}.home-hero-actions{flex-direction:column;align-items:stretch;gap:16px;margin-top:28px}.home-hero-microcopy{margin-top:16px;font-size:.84rem}.home-hero-primary-cta,.home-hero-secondary-cta{justify-content:center;width:100%}.home-hero-secondary-cta{min-width:0;min-height:56px}.lp-btn-submit.home-hero-primary-cta.lp-btn-submit-compact-label{gap:10px;min-width:0;padding-left:16px;padding-right:16px}.lp-btn-submit.home-hero-primary-cta.lp-btn-submit-compact-label .lp-btn-submit-label{font-size:clamp(.68rem,3.1vw,.78rem)}.home-hero-proofband-inner{grid-template-columns:1fr;gap:26px;padding:24px 20px}.home-hero-banner-landing .home-hero-proofband-inner{padding:20px}.home-hero-proofband{position:relative}.home-hero-highlights{grid-template-columns:1fr}.home-hero-highlight,.home-hero-highlight:not(:first-child){border-bottom:1px solid #ffffff1a;border-right:none;padding:0 0 18px}.home-hero-highlight:last-child{border-bottom:none;padding-bottom:0}.home-hero-quote{padding-top:22px;padding-left:18px}.home-hero-quote:before{font-size:2rem;top:2px;left:0}.home-hero-banner-landing .home-hero-trust-grid,.home-hero-banner-landing .home-hero-microcopy{display:none}.home-hero-banner-landing .home-hero-panel{min-height:auto}.home-hero-banner-landing.home-hero-banner-with-slot .home-hero-container{min-height:auto;padding-top:104px;padding-bottom:34px}.home-hero-banner-landing .home-hero-right-slot{margin-top:4px}.home-hero-banner-mobile-compact .home-hero-shell,.home-hero-banner-mobile-compact .home-hero-panel,.home-hero-banner-mobile-compact .home-hero-container{min-height:auto}.home-hero-banner-mobile-compact .home-hero-media{min-height:100%}.home-hero-banner-mobile-compact .home-hero-container{padding-top:98px;padding-bottom:36px}.home-hero-banner-mobile-compact .home-hero-title{font-size:2.12rem;line-height:1.03}.home-hero-banner-mobile-compact .home-hero-title-line{white-space:nowrap}.home-hero-banner-mobile-compact .home-hero-trust-grid{grid-template-columns:1fr;gap:10px;margin-top:18px}.home-hero-banner-mobile-compact .home-hero-trust-item{grid-template-columns:34px minmax(0,1fr);gap:12px;display:grid}.home-hero-banner-mobile-compact .home-hero-trust-icon{width:34px;height:34px}.home-hero-banner-mobile-compact .home-hero-trust-description,.home-hero-banner-mobile-compact .home-hero-microcopy,.home-hero-banner-mobile-compact .home-hero-quote,.home-hero-banner-mobile-compact .home-hero-secondary-cta{display:none}.home-hero-banner-mobile-compact .home-hero-proofband-inner{gap:0;padding:18px 20px}.home-hero-banner-mobile-compact .home-hero-highlights{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 0}.home-hero-banner-mobile-compact .home-hero-highlight,.home-hero-banner-mobile-compact .home-hero-highlight:not(:first-child){border-bottom:0;border-right:0;padding:0}.home-hero-banner-mobile-compact .home-hero-highlight-value,.home-hero-banner-mobile-compact .home-hero-highlight-value.home-hero-stat-value,.home-hero-banner-mobile-compact .home-hero-highlight-value.home-hero-location-value{font-size:1.45rem!important;line-height:1.02!important}.home-hero-banner-mobile-compact .home-hero-highlight-label{font-size:.78rem;line-height:1.32}}@media (max-width:360px){.home-hero-banner-mobile-compact .home-hero-title{font-size:1.75rem}.home-hero-banner-mobile-compact .home-hero-container{padding-top:92px}}@media (min-width:1025px){.hero-parallax,.cabinet-parallax,.expertise-parallax{background-attachment:fixed}}@media (max-width:1024px){.hero-parallax,.cabinet-parallax,.expertise-parallax{background-attachment:scroll!important}}.nav-dropdown{position:relative}.nav-dropdown>a{align-items:center;gap:5px;display:inline-flex}.nav-dropdown-chevron{opacity:.6;transition:transform .3s}.nav-dropdown-open>a .nav-dropdown-chevron,.nav-dropdown:hover>a .nav-dropdown-chevron{opacity:1;transform:rotate(180deg)}.nav-dropdown-menu{-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;z-index:1001;background:#0a1628f7;border:1px solid #b8936d26;border-radius:6px;min-width:260px;padding:10px 0;list-style:none;transition:all .25s cubic-bezier(.4,0,.2,1);position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 12px 40px #00000040}.nav-dropdown-menu:before{content:"";border-bottom:7px solid #0a1628f7;border-left:7px solid #0000;border-right:7px solid #0000;width:0;height:0;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.nav-dropdown:hover>.nav-dropdown-menu,.nav-dropdown-open>.nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.nav-dropdown-menu li a{color:#ffffffbf;letter-spacing:.3px;padding:10px 24px;font-size:.85rem;font-weight:400;text-decoration:none;transition:all .2s;display:block;border-bottom:none!important}.nav-dropdown-menu li a:after{display:none!important}.nav-dropdown-menu li a:hover{color:var(--gold-light);background:#ffffff0d;padding-left:28px}.nav-dropdown-featured a{flex-direction:column;gap:4px;margin-bottom:4px;border-bottom:1px solid #ffffff14!important;padding:12px 24px 14px!important;display:flex!important}.nav-dropdown-featured-label{color:var(--gold-light);letter-spacing:1.5px;text-transform:uppercase;font-size:.7rem;font-weight:600}.nav-dropdown-featured-title{color:#ffffffe6;font-size:.82rem;font-weight:400;line-height:1.4}.nav-dropdown-featured a:hover .nav-dropdown-featured-title{color:var(--gold-light)}.nav-dropdown-all{border-top:1px solid #ffffff14;margin-top:6px;padding-top:6px}.nav-dropdown-all a{color:var(--gold-primary)!important;letter-spacing:.5px!important;font-size:.8rem!important;font-weight:500!important}@media (max-width:768px){.nav-dropdown:hover>.nav-dropdown-menu,.nav-dropdown-menu{background:var(--gray-ultra-light);-webkit-backdrop-filter:none;min-width:0;box-shadow:none;border:none;border-radius:4px;max-height:0;margin-top:0;padding:0;transition:max-height .3s;position:static;overflow:hidden;opacity:1!important;visibility:visible!important;transform:none!important}.nav-dropdown-menu:before{display:none}.nav-dropdown-open>.nav-dropdown-menu{max-height:500px!important;padding:6px 0!important;overflow:visible!important}.nav-dropdown-menu li{width:100%}.nav-dropdown-menu li a{color:var(--navy-light)!important;border-bottom:none!important;padding:10px 20px!important;font-size:.9rem!important}.nav-dropdown-menu li a:hover{background:0 0;color:var(--gold-primary)!important}.nav-dropdown-featured a{margin-bottom:4px;border-bottom:1px solid var(--gray-light)!important;padding-bottom:12px!important}.nav-dropdown-featured-label{color:var(--gold-primary)}.nav-dropdown-featured-title{color:var(--navy-primary);font-size:.85rem}.nav-dropdown-all{border-top:1px solid var(--gray-light);margin-top:4px;padding-top:4px}.nav-dropdown-all a{color:var(--gold-primary)!important;font-size:.85rem!important;font-weight:500!important}.nav-dropdown-chevron{color:var(--navy-light)}.nav-dropdown>a{align-items:center;gap:5px;display:flex!important}}@media (max-width:992px){:root{--section-padding:80px}.hero-title{font-size:3.5rem}.cabinet-grid,.fondateurs-grid{grid-template-columns:1fr;gap:40px}.expertise-grid,.clientele-types{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.container{padding:0 20px}.hero{height:75vh;min-height:500px}.hero-title{letter-spacing:5px;font-size:2.2rem}.hero-subtitle{letter-spacing:2px;font-size:.85rem}.hero-tagline{letter-spacing:.5px;font-size:.9rem}.section-title{font-size:1.8rem}.intro-lead{font-size:1.15rem}.intro-text{font-size:.95rem}.expertise-grid{grid-template-columns:1fr}.expertise-card{padding:30px 20px}.clientele-types{grid-template-columns:1fr}.clientele-type{padding:25px 15px}.fondateur-card{padding:30px 20px}.fondateur-header{text-align:center;flex-direction:column;gap:15px}.fondateur-initials{margin:0 auto}.fondateur-info{text-align:center}.fondateur-info h3{font-size:1.6rem}.credentials li{padding:8px 0 8px 20px;font-size:.85rem}.expertise-tags{justify-content:center}.expertise-tags span{padding:6px 12px;font-size:.8rem}.complementarite{margin-top:40px;padding:30px 20px}.complementarite h3{font-size:1.4rem}.cabinet-grid{grid-template-columns:1fr;gap:30px}.value-item{text-align:center;flex-direction:column;align-items:center}.contact-content{padding:0 10px}.contact-item{flex-wrap:wrap;justify-content:center;font-size:1rem}.btn-primary{padding:14px 30px;font-size:.9rem}.nav-toggle{display:flex}.nav-cta-desktop{display:none!important}.nav-menu.nav-menu-desktop{display:none}.nav-menu-cta-mobile,.nav-overlay{display:none!important}.btn-nav{text-align:center;margin-top:10px;border-bottom:none!important}.footer-grid{text-align:center;grid-template-columns:1fr;gap:25px;padding:0 20px}.footer-col{text-align:center}.footer-bottom{padding:20px 20px 0}.page-footer,.footer{padding:40px 0 20px}.footer-content{text-align:center;grid-template-columns:1fr;gap:30px;padding:0 20px}.footer-left,.footer-links{align-items:center}.footer-logo{height:40px;margin:0 auto}}.breadcrumb{background:var(--cream);border-bottom:1px solid var(--gray-light);margin-top:85px;padding:18px 0}.breadcrumb nav{color:var(--gray-dark);font-size:.9rem}.breadcrumb a{color:var(--navy-light);text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:var(--gold-primary)}.breadcrumb span.sep{color:var(--gray-medium);margin:0 8px}.page-article{background:var(--white);padding:80px 0}.page-article .container{max-width:880px}.page-intro{background:linear-gradient(135deg,var(--cream) 0%,var(--gray-ultra-light) 100%);border-left:4px solid var(--gold-primary);border-radius:8px;margin-bottom:50px;padding:40px}.page-intro p{color:var(--navy-deep);margin:0;font-size:1.2rem;line-height:1.9}.page-toc{background:var(--cream);border-left:4px solid var(--gold-light);border-radius:4px;margin-bottom:50px;padding:30px}.page-toc h2{color:var(--navy-deep);text-align:left;margin-bottom:20px;font-size:1.5rem}.page-toc ol{color:var(--navy-light);padding-left:20px;line-height:2.2}.page-toc a{color:var(--navy-light);text-decoration:none;transition:color .3s}.page-toc a:hover{color:var(--gold-primary)}.content-section{margin-bottom:60px;padding:0}.content-section h2{color:var(--navy-deep);border-bottom:2px solid var(--gold-primary);text-align:left;margin-bottom:25px;padding-bottom:15px;font-size:2rem;font-weight:500}.content-section h3{color:var(--navy-deep);margin-bottom:15px;font-size:1.4rem;font-weight:500}.content-section p{color:var(--navy-light);margin-bottom:20px;font-size:1.05rem;line-height:1.9}.info-box{background:linear-gradient(135deg,var(--cream) 0%,var(--gray-ultra-light) 100%);border-left:4px solid var(--gold-light);border-radius:8px;margin:30px 0;padding:30px}.info-box h3{color:var(--navy-deep);margin-bottom:12px;font-size:1.3rem}.info-box p{margin:0}.dark-box{background:linear-gradient(135deg,var(--navy-deep) 0%,var(--navy-primary) 100%);color:var(--white);border-radius:8px;margin:30px 0;padding:40px}.dark-box h3{color:var(--gold-light);text-align:center;margin-bottom:20px}.dark-box p{color:var(--gray-light)}.dark-box ul{color:var(--gray-light);padding-left:25px;font-size:1.05rem;line-height:2.2}.advantage-card{background:linear-gradient(to right,var(--cream) 0%,var(--white) 100%);border-left:4px solid var(--gold-primary);border-radius:8px;margin-bottom:20px;padding:30px}.advantage-card:nth-child(2n){border-left-color:var(--gold-light)}.advantage-card h3{color:var(--navy-deep);align-items:center;gap:12px;margin-bottom:12px;font-size:1.3rem;display:flex}.advantage-card p{margin:0}.num-circle{background:linear-gradient(135deg,var(--gold-primary),var(--gold-light));width:35px;min-width:35px;height:35px;color:var(--white);font-weight:600;font-family:var(--font-sans),"Inter",-apple-system,sans-serif;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:inline-flex}.card-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0;display:grid}.profile-card{background:var(--white);border:1px solid var(--gray-light);border-radius:8px;flex-direction:column;padding:30px;transition:all .3s;display:flex}.profile-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000014}.profile-card .icon-circle{background:linear-gradient(135deg,var(--gold-primary),var(--gold-light));width:55px;height:55px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;font-size:1.3rem;display:flex}.profile-card h3{margin-bottom:12px;font-size:1.25rem}.profile-card p{flex:1;margin:0;font-size:1rem}.comparison-table{border-collapse:collapse;border:1px solid var(--gray-light);border-radius:8px;width:100%;margin:30px 0;overflow:hidden}.comparison-table thead tr{background:linear-gradient(135deg,var(--navy-light) 0%,var(--navy-primary) 100%)}.comparison-table th{text-align:left;color:var(--gold-light);font-family:var(--font-serif),"Cormorant Garamond",Georgia,serif;padding:18px 20px;font-size:1.05rem;font-weight:500}.comparison-table td{color:var(--navy-light);border-bottom:1px solid var(--gray-light);padding:16px 20px;font-size:.95rem;line-height:1.6}.comparison-table tbody tr:nth-child(2n){background:var(--cream)}.page-cta{background:linear-gradient(135deg,var(--navy-deep) 0%,var(--navy-primary) 100%);text-align:center;border-radius:8px;margin-top:60px;padding:50px 40px}.page-cta h3{color:var(--gold-light);margin-bottom:20px;font-size:1.8rem}.page-cta p{color:var(--gray-ultra-light);max-width:650px;margin-bottom:25px;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.8}.page-cta .btn-gold{background:linear-gradient(135deg,var(--gold-primary),var(--gold-light));color:var(--white);border-radius:4px;padding:16px 40px;font-size:1.05rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #b8936d4d}.page-cta .btn-gold:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b8936d66}.related-services{border-top:2px solid var(--gray-light);margin-top:80px;padding-top:40px}.related-services h2{text-align:center;border-bottom:none;margin-bottom:30px;padding-bottom:0;font-size:1.8rem}.related-link{background:var(--white);border:1px solid var(--gray-light);border-radius:8px;flex-direction:column;padding:28px;text-decoration:none;transition:all .3s;display:flex}.related-link h3{color:var(--navy-deep);margin-bottom:10px;font-size:1.2rem}.related-link p{color:var(--navy-light);margin-bottom:12px;font-size:.95rem;line-height:1.6}.page-footer{background:linear-gradient(135deg,var(--navy-deep) 0%,var(--navy-primary) 100%);color:var(--gray-ultra-light);padding:60px 0 30px}.page-footer .footer-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px;max-width:1100px;margin-bottom:40px;margin-left:auto;margin-right:auto;padding:0 40px;display:grid}.page-footer .footer-col h3{color:var(--gold-light);margin-bottom:20px;font-size:1.2rem;font-weight:500}.page-footer .footer-col p{color:var(--gray-light);font-size:.95rem;line-height:1.8}.page-footer .footer-col ul{padding:0;line-height:2.4;list-style:none}.page-footer .footer-col a{color:var(--gray-light);font-size:.95rem;text-decoration:none;transition:color .3s}.page-footer .footer-col a:hover{color:var(--gold-light)}.page-footer .footer-bottom{text-align:center;color:var(--gray-medium);border-top:1px solid #ffffff1a;max-width:1100px;margin:0 auto;padding-top:25px;padding-left:40px;padding-right:40px;font-size:.85rem}.steps-list li{counter-increment:step;background:var(--cream);color:var(--navy-light);border-radius:8px;margin-bottom:15px;padding:20px 20px 20px 70px;font-size:1.05rem;line-height:1.7;position:relative}.steps-list li:before{content:counter(step);background:linear-gradient(135deg,var(--gold-primary),var(--gold-light));width:35px;height:35px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;display:flex;position:absolute;top:50%;left:20px;transform:translateY(-50%)}@media (max-width:768px){.page-article{padding:50px 0}.page-intro{padding:25px}.page-intro p{font-size:1.05rem}.content-section h2{font-size:1.6rem}.card-grid{grid-template-columns:1fr}.page-cta{padding:35px 25px}.page-cta h3{font-size:1.5rem}.comparison-table{font-size:.85rem}.comparison-table th,.comparison-table td{padding:12px 10px}.page-footer .footer-grid{grid-template-columns:1fr;padding:0 25px}}.navbar{-webkit-backdrop-filter:blur(18px);background:#091321e6;border-bottom:1px solid #d4af7a1a;padding:18px 0}.navbar.navbar-transparent{-webkit-backdrop-filter:blur(12px);background:linear-gradient(#091321cc 0%,#09132185 62%,#09132114 100%);border-bottom:1px solid #d4af7a0a}.navbar.scrolled{background:#091321f0;border-bottom:1px solid #d4af7a24;padding:14px 0;box-shadow:0 10px 36px #0000002e}.navbar.mobile-menu-open{z-index:10000}.nav-menu{gap:42px}.nav-menu>li>a,.nav-dropdown>a{letter-spacing:.02em;font-size:.92rem}.nav-dropdown-menu{background:#0a1628fa;border:1px solid #d4af7a29;border-radius:8px;min-width:290px;top:calc(100% + 16px);box-shadow:0 18px 45px #00000047}.nav-dropdown-menu:before{border-bottom-color:#0a1628fa}.nav-dropdown-menu li a{letter-spacing:.02em;padding:12px 24px;font-size:.86rem}.nav-dropdown-all a{color:var(--gold-light)!important}.btn-nav{letter-spacing:.025em;text-transform:uppercase;white-space:nowrap;appearance:none;border:1px solid #dfbe8880;border-radius:2px;justify-content:center;align-items:center;gap:18px;min-height:50px;padding:0 28px;font-size:.86rem;font-weight:600;line-height:1;display:inline-flex;box-shadow:inset 0 1px #ffffff40;color:#122236!important;background:linear-gradient(#dfbe88 0%,#d4af7a 100%)!important;text-decoration:none!important;transition:transform .25s,box-shadow .25s,filter .25s!important}.nav-cta-icon{flex:none;width:17px;height:17px;line-height:1;display:block;transform:translateY(-.5px)}.navbar .btn-nav.nav-cta-desktop{align-items:center;gap:18px;display:inline-flex}.btn-nav:after,.nav-cta-desktop:after{content:none!important;display:none!important}.btn-nav:link,.btn-nav:visited,.btn-nav:hover,.btn-nav:active,.nav-cta-desktop:link,.nav-cta-desktop:visited,.nav-cta-desktop:hover,.nav-cta-desktop:active{text-decoration:none!important}.btn-nav:hover{filter:brightness(1.02);border-color:#dfbe8880;transform:translateY(-1px);box-shadow:0 14px 28px #0000002e;color:#122236!important;background:linear-gradient(#dfbe88 0%,#d4af7a 100%)!important}.nav-cta-desktop,.nav-cta-desktop:link,.nav-cta-desktop:visited,.nav-cta-desktop:hover,.nav-cta-desktop:active,.nav-cta-desktop:focus{text-decoration:none!important}.page-footer .footer-col a.btn-nav.nav-cta-desktop{justify-content:center;align-items:center;gap:14px;min-height:50px;padding:0 24px;font-size:.86rem;line-height:1;display:inline-flex}.page-footer .footer-col a.btn-nav.nav-cta-desktop .nav-cta-icon{width:17px;height:17px;margin-right:14px;transform:none}.page-footer .footer-col a.btn-nav.nav-cta-desktop span{line-height:1;display:inline-block}.mobile-nav-dialog{display:none}@media (max-width:768px){.nav-toggle.active{opacity:0;pointer-events:none}.mobile-nav-dialog{z-index:10000;height:100dvh;padding:calc(18px + env(safe-area-inset-top)) 24px calc(22px + env(safe-area-inset-bottom));color:var(--white);background:linear-gradient(180deg, #d4af7a14 0%, #d4af7a00 34%), linear-gradient(135deg, #07111f 0%, var(--navy-deep) 48%, #101f36 100%);flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.mobile-nav-dialog:before{content:"";pointer-events:none;border:1px solid #d4af7a1f;position:absolute;inset:0}.mobile-nav-dialog-header{z-index:1;justify-content:space-between;align-items:center;gap:20px;min-height:48px;display:flex;position:relative}.mobile-nav-brand,.mobile-nav-logo{display:block}.mobile-nav-logo{object-fit:contain;filter:brightness(0)invert();width:auto;max-width:155px;height:38px}.mobile-nav-close{width:44px;height:44px;color:var(--white);cursor:pointer;background:#ffffff0a;border:1px solid #d4af7a52;border-radius:4px;justify-content:center;align-items:center;display:inline-flex;position:relative}.mobile-nav-close span{background:var(--gold-light);border-radius:2px;width:18px;height:2px;position:absolute}.mobile-nav-close span:first-child{transform:rotate(45deg)}.mobile-nav-close span:last-child{transform:rotate(-45deg)}.mobile-nav-viewport{z-index:1;flex:1;margin:26px -24px 22px;position:relative;overflow:hidden}.mobile-nav-track{height:100%;transform:translate3d(var(--mobile-nav-offset,0), 0, 0);transition:transform .34s cubic-bezier(.4,0,.2,1);display:flex}.mobile-nav-view{overscroll-behavior:contain;flex:0 0 100vw;min-width:100vw;padding:0 24px;overflow-y:auto}.mobile-nav-view-header{border-bottom:1px solid #d4af7a2e;min-height:98px;padding-top:4px}.mobile-nav-eyebrow,.mobile-nav-back{min-height:30px;color:var(--gold-light);letter-spacing:.16em;text-transform:uppercase;align-items:center;font-size:.72rem;font-weight:600;display:inline-flex}.mobile-nav-back{cursor:pointer;background:0 0;border:0;gap:9px;padding:0}.mobile-nav-view h2{color:var(--white);font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;margin-top:12px;font-size:2.45rem;font-weight:300;line-height:1.08}.mobile-nav-list{flex-direction:column;margin:18px 0 0;padding:0;list-style:none;display:flex}.mobile-nav-list li{width:100%}.mobile-nav-item{color:#ffffffe6;width:100%;min-height:64px;font-family:var(--font-sans), "Inter", -apple-system, sans-serif;letter-spacing:0;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;padding:18px 0;font-size:1.1rem;font-weight:400;line-height:1.35;text-decoration:none;transition:color .22s,border-color .22s,padding-left .22s;display:flex}.mobile-nav-item:hover,.mobile-nav-item:focus-visible{color:var(--gold-light);border-bottom-color:#d4af7a73}.mobile-nav-item-parent span:last-child{color:var(--gold-light);flex:none;margin-left:18px;font-size:1.2rem}.mobile-nav-cta,.mobile-nav-cta:link,.mobile-nav-cta:visited,.mobile-nav-cta:hover,.mobile-nav-cta:active{z-index:1;white-space:normal;justify-content:center;align-items:center;gap:12px;width:100%;min-height:56px;margin-top:0;padding:0 18px;line-height:1.25;display:inline-flex;position:relative;color:#122236!important;background:linear-gradient(#dfbe88 0%,#d4af7a 100%)!important;border:1px solid #dfbe8880!important;text-decoration:none!important;box-shadow:inset 0 1px #ffffff40!important}.mobile-nav-close:focus-visible,.mobile-nav-back:focus-visible,.mobile-nav-item:focus-visible,.mobile-nav-cta:focus-visible{outline:2px solid var(--gold-light);outline-offset:4px;box-shadow:0 0 0 4px #d4af7a33}}@media (max-width:768px) and (prefers-reduced-motion:reduce){.mobile-nav-track,.mobile-nav-item{transition:none}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-footer .footer-col-brand{flex-direction:column;align-items:flex-start;display:flex}.page-footer .footer-col-brand .footer-logo-wrapper{margin-bottom:18px}.page-footer .footer-col-brand .footer-tagline{color:var(--white);letter-spacing:.3px;margin-bottom:22px;font-size:.95rem;line-height:1.6}.page-footer .footer-contact{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.page-footer .footer-contact a{color:var(--gray-light);font-size:.95rem;text-decoration:none;transition:color .3s;display:block}.page-footer .footer-contact a:hover{color:var(--gold-light)}.page-footer .footer-social-links{align-items:center;gap:10px;margin-bottom:24px;display:flex}.page-footer .footer-col a.footer-social-link{width:36px;height:36px;color:var(--gold-light);background:#ffffff09;border:1px solid #d4af7a57;border-radius:50%;justify-content:center;align-items:center;transition:background .25s,border-color .25s,color .25s,transform .25s;display:inline-flex}.page-footer .footer-col a.footer-social-link svg{display:block}.page-footer .footer-col a.footer-social-link:hover,.page-footer .footer-col a.footer-social-link:focus-visible{border-color:var(--gold-light);background:var(--gold-light);color:var(--navy-deep);outline:none;transform:translateY(-1px)}.contact-form-section{background:var(--white);padding-bottom:var(--section-padding)}.form-intro{text-align:center;margin-bottom:50px}.form-intro h1{margin-bottom:15px;font-size:2.75rem}.form-intro p{color:var(--gray-dark);font-size:1.0625rem;line-height:1.8}.rdv-form{max-width:750px;margin:0 auto}.form-section{background:var(--cream);border:1px solid var(--gray-light);border-radius:8px;margin-bottom:40px;padding:35px}.form-section h3{color:var(--navy-deep);align-items:center;gap:12px;margin-bottom:25px;font-size:1.5rem;display:flex}.form-section h3 svg{color:var(--gold-primary);flex-shrink:0}.form-row{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.form-row:last-child{margin-bottom:0}.form-group{flex-direction:column;display:flex}.form-group label{color:var(--navy-primary);letter-spacing:.3px;margin-bottom:8px;font-size:.9rem;font-weight:500}.form-group .required{color:var(--gold-primary);font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--gray-light);font-family:var(--font-sans), "Inter", -apple-system, sans-serif;color:var(--navy-primary);background:var(--white);border-radius:4px;padding:12px 16px;font-size:.95rem;line-height:1.5;transition:border-color .3s,box-shadow .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold-primary);outline:none;box-shadow:0 0 0 3px #b8936d26}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray-medium)}.form-group textarea{resize:vertical;min-height:120px}.form-group select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23a8a6a3' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.form-submit{text-align:center;margin-top:10px}.btn-submit{background:linear-gradient(135deg, var(--gold-primary), var(--gold-light));color:var(--white);font-family:var(--font-sans), "Inter", -apple-system, sans-serif;letter-spacing:.5px;cursor:pointer;border:none;border-radius:4px;align-items:center;gap:10px;padding:16px 45px;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 15px #b8936d4d}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b8936d66}.btn-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-submit svg{flex-shrink:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.icon-spin{animation:1s linear infinite spin}@media (max-width:768px){.form-row{grid-template-columns:1fr;gap:15px}.form-section{padding:25px 20px}.btn-submit{justify-content:center;width:100%;padding:14px 30px}}.scroll-reveal{opacity:0;height:100%;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.scroll-reveal.scroll-revealed{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.scroll-reveal{opacity:1;transition:none;transform:none}}.case-nav-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin:40px 0 60px;display:grid}.case-nav-item{background:var(--cream);border:1px solid var(--gray-light);border-radius:6px;flex-direction:column;gap:8px;padding:24px 20px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.case-nav-item:hover{border-color:var(--gold-primary);transform:translateY(-2px);box-shadow:0 6px 20px #0000000f}.case-nav-tag{color:var(--gold-primary);letter-spacing:1px;text-transform:uppercase;font-size:.7rem;font-weight:600}.case-nav-title{font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;color:var(--navy-deep);font-size:1.1rem;font-weight:500;line-height:1.35}@media (max-width:768px){.case-nav-grid{grid-template-columns:1fr;gap:12px;margin:30px 0 40px}.case-nav-item{padding:18px 16px}.case-nav-title{font-size:1rem}}.case-study{background:var(--white);border:1px solid var(--gray-light);margin-bottom:60px;scroll-margin-top:100px;overflow:hidden}.case-header{background:linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-primary) 100%);color:var(--white);padding:40px}.case-header h2{color:var(--white);margin-bottom:8px;font-size:1.8rem}.case-tag{color:var(--gold-light);letter-spacing:1px;text-transform:uppercase;background:#b8936d33;border-radius:2px;margin-bottom:15px;padding:4px 14px;font-size:.75rem;font-weight:500;display:inline-block}.case-profile{flex-wrap:wrap;gap:30px;margin-top:20px;display:flex}.case-profile-item{color:#ffffffb3;font-size:.9rem}.case-profile-item strong{color:var(--gold-light);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px;font-size:.75rem;display:block}.case-body{padding:40px}.case-body h3{color:var(--navy-deep);font-size:1.3rem;font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;margin:30px 0 15px}.case-body h3:first-child{margin-top:0}.case-body p{color:var(--gray-dark);margin-bottom:12px;font-size:.95rem;line-height:1.9}.case-result{background:var(--cream);border-left:3px solid var(--gold-primary);margin-top:25px;padding:30px}.case-result h4{color:var(--navy-deep);font-size:1rem;font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;margin-bottom:12px}.case-result p{margin-bottom:8px}.case-tools{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.case-tool{background:var(--navy-deep);color:var(--gold-light);letter-spacing:.5px;padding:5px 14px;font-size:.75rem;font-weight:500}.case-disclaimer{color:var(--gray-medium);border-top:1px solid var(--gray-light);margin-top:15px;padding-top:15px;font-size:.8rem;font-style:italic}@media (max-width:768px){.case-header,.case-body{padding:25px}.case-profile{flex-direction:column;gap:15px}}.testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1000px;margin-top:50px;margin-left:auto;margin-right:auto;display:grid}.testimonial-card{background:var(--cream);border-left:3px solid var(--gold-primary);border-radius:8px;flex-direction:column;padding:35px;display:flex}.testimonial-quote{color:var(--navy-light);flex:1;margin-bottom:20px;font-size:1rem;font-style:italic;line-height:1.9}.testimonial-author{color:var(--gold-primary);margin:0;font-size:.9rem;font-weight:500}.testimonial-context{color:var(--gray-medium);margin:4px 0 0;font-size:.85rem}.city-services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:25px;display:grid}.city-service-card{background:var(--cream);border:1px solid var(--gray-light);border-radius:8px;flex-direction:column;padding:25px;display:flex}.city-service-card h3{color:var(--navy-deep);text-transform:capitalize;margin-bottom:10px;font-size:1.1rem}.city-service-card p{color:var(--navy-light);flex:1;font-size:.95rem;line-height:1.7}.section-mt-40{margin-top:40px}.section-mt-50{margin-top:50px}.section-mt-60{margin-top:60px}.icon-gold{color:var(--gold-primary)}.icon-gold-large{color:var(--gold-primary);justify-content:center;margin-bottom:20px;font-size:2rem;display:flex}.discover-link{color:var(--gold-primary);font-size:.9rem;font-weight:400;text-decoration:none}.discover-link:hover{color:var(--gold-dark)}.footer-cities{text-align:center;border-top:1px solid #ffffff14;padding:20px 30px}.footer-cities p{color:#fff6;letter-spacing:.3px;font-size:.8rem;line-height:2}.footer-city-link{color:#ffffff8c;text-decoration:none}.footer-city-link:hover{color:var(--gold-light)}.footer-orias{color:#ffffff73;letter-spacing:.5px;margin-bottom:8px;font-size:.75rem}.footer-orias-link{color:#ffffff8c;text-decoration:none}.footer-orias-link:hover{color:var(--gold-light)}.footer-copyright{color:#ffffff80;font-size:.8125rem}.footer-legal-link{color:#fff6;text-decoration:none}.footer-legal-link:hover{color:var(--gold-light)}.footer-logo-wrapper{margin-bottom:15px;display:inline-block}.footer-logo-img{object-fit:contain;width:180px;max-width:100%;height:45px}.page-footer .footer-grid,.page-footer .footer-cities,.page-footer .footer-bottom{width:min(100% - 64px,1080px);max-width:1080px;margin-left:auto;margin-right:auto}.page-footer .footer-grid{grid-template-columns:minmax(250px,.9fr) minmax(190px,.72fr) minmax(320px,1.1fr);gap:clamp(38px,4.5vw,64px);padding-inline:0}.page-footer .footer-col-secondary,.page-footer .footer-acquisition-groups{gap:34px;display:grid}.page-footer .footer-col-secondary{align-content:start}.page-footer .footer-secondary-links h3,.page-footer .footer-acquisition-group h4{margin-bottom:18px}.page-footer .footer-acquisition-group h4{color:var(--gold-light);font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;font-size:1.05rem;font-weight:500;line-height:1.3}.page-footer .footer-cities,.page-footer .footer-bottom{padding-left:clamp(32px,4vw,64px);padding-right:clamp(32px,4vw,64px)}@media (max-width:768px){.page-footer{text-align:center}.page-footer .footer-grid{text-align:center;grid-template-columns:1fr;justify-items:center;gap:25px;width:min(100% - 40px,420px);padding-inline:0}.page-footer .footer-col,.page-footer .footer-col-brand,.page-footer .footer-contact,.page-footer .footer-col-secondary,.page-footer .footer-acquisition-group,.page-footer .footer-secondary-links{text-align:center;place-items:center}.page-footer .footer-col-brand,.page-footer .footer-contact{flex-direction:column;align-items:center;display:flex}.page-footer .footer-social-links{justify-content:center}.page-footer .footer-acquisition-groups{text-align:center;justify-items:center}.page-footer .footer-logo-wrapper{margin-left:auto;margin-right:auto}.page-footer .footer-col ul,.page-footer .footer-col li{text-align:center}.page-footer .footer-cities,.page-footer .footer-bottom{text-align:center;width:min(100% - 40px,420px);padding-left:0;padding-right:0}}.section-white-bg{background:var(--white)}.link-gold{color:var(--gold-primary);font-weight:500;text-decoration:none}.link-gold:hover{color:var(--gold-dark)}.link-gold-light{color:var(--gold-primary);font-size:.9rem;font-weight:400;text-decoration:none}.link-gold-light:hover{color:var(--gold-dark)}.complementarite-home{margin-top:60px;margin-bottom:60px}.hero-city{height:50vh;min-height:400px}.hero-city .hero-title{font-size:2.8rem}.breadcrumb-flush{margin-top:0}.skip-link{background:var(--navy-primary);color:var(--white);z-index:9999;border-radius:0 0 4px 4px;padding:12px 24px;font-weight:500;text-decoration:none;transition:top .3s;position:absolute;top:-100%;left:50%;transform:translate(-50%)}.skip-link:focus{top:0}.article-tag{color:var(--gold-primary);letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;font-size:.8rem;font-weight:500;display:block}.article-title{font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;color:var(--navy-deep);margin-bottom:25px;font-size:2.5rem;font-weight:500;line-height:1.3}.article-section-h3{margin-top:25px;font-size:1.2rem}.sticky-cta{z-index:999;background:linear-gradient(#fff0 0%,#fffffff2 20%);padding:12px 20px;transition:transform .3s;display:none;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.sticky-cta-visible{transform:translateY(0)}.sticky-cta-button,.sticky-cta-button:link,.sticky-cta-button:visited,.sticky-cta-button:hover,.sticky-cta-button:active{z-index:1;text-align:center;letter-spacing:.5px;white-space:nowrap;border-radius:2px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:56px;margin:0;padding:0 18px;font-size:1rem;font-weight:500;line-height:1.25;display:inline-flex;position:relative;color:#122236!important;background:linear-gradient(#dfbe88 0%,#d4af7a 100%)!important;border:1px solid #dfbe8880!important;text-decoration:none!important;box-shadow:inset 0 1px #ffffff40!important}.sticky-cta-button:hover{filter:brightness(1.02)}@media (max-width:768px){.sticky-cta{display:block}.page-footer{padding-bottom:80px}}.related-articles{border-top:2px solid var(--gray-light);margin-top:80px;padding-top:40px}.related-articles h2{text-align:center;border-bottom:none;margin-bottom:30px;padding-bottom:0;font-size:1.8rem}.related-articles .card-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0;display:grid}.related-link{background:var(--white);border:1px solid var(--gray-light);border-radius:8px;padding:28px;text-decoration:none;transition:all .3s;display:block}.related-link:hover{border-color:var(--gold-primary);transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.related-link h3{color:var(--navy-deep);margin-bottom:10px;font-size:1.2rem;font-weight:500}.related-link p{color:var(--navy-light);flex:1;margin-bottom:12px;font-size:.95rem;line-height:1.6}.related-link .arrow{color:var(--gold-primary);font-size:.95rem;font-weight:500}.hero-ctas{flex-direction:column;align-items:center;gap:16px;margin-top:35px;animation:1s ease-out .8s both fadeInUp;display:flex}.hero-cta{color:var(--white);letter-spacing:1.5px;text-transform:uppercase;background:0 0;border:1px solid #ffffff80;padding:16px 42px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-block}.hero-cta:hover{background:var(--gold-primary);border-color:var(--gold-primary);color:var(--white);transform:translateY(-2px);box-shadow:0 6px 25px #8a6b4a66}.hero-cta-secondary{color:#ffffffb3;letter-spacing:.5px;border-bottom:1px solid #ffffff4d;padding-bottom:2px;font-size:.85rem;text-decoration:none;transition:color .3s}.hero-cta-secondary:hover{color:var(--gold-light);border-bottom-color:var(--gold-light)}:focus-visible{outline:2px solid var(--gold-primary);outline-offset:3px}.btn-primary:focus-visible,.btn-nav:focus-visible,.btn-submit:focus-visible,.hero-cta:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px;box-shadow:0 0 0 4px #b8936d40}.btn-primary,.btn-gold,.home-hero-primary-cta,.home-hero-secondary-cta{white-space:nowrap}.nav-menu a:focus-visible{outline:2px solid var(--gold-primary);outline-offset:2px}.chiffres-section{background:linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-primary) 100%);padding:80px 0}.chiffres-grid{text-align:center;grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.chiffre-item{position:relative}.chiffre-number{font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;color:var(--gold-light);margin-bottom:12px;font-size:3.5rem;font-weight:300;line-height:1}.chiffre-label{color:#ffffffb3;letter-spacing:.5px;font-size:.9rem;line-height:1.5}.trust-badges{border-top:1px solid #ffffff1a;justify-content:center;gap:40px;margin-top:40px;padding-top:30px;display:flex}.trust-badge{color:#fff9;letter-spacing:.3px;align-items:center;gap:10px;font-size:.85rem;display:flex}.trust-badge svg{color:var(--gold-light);width:18px;height:18px}@media (max-width:768px){.chiffres-grid{grid-template-columns:1fr;gap:25px}.chiffre-number{font-size:2.5rem}.logo{max-width:130px;height:38px}.hero-cta{letter-spacing:1px;padding:14px 30px;font-size:.8rem}.hero-cta-secondary{font-size:.8rem}.trust-badges{flex-direction:column;align-items:center;gap:15px}}.merci-header{text-align:center;margin-bottom:80px;padding:60px 20px}.merci-icon{background:linear-gradient(135deg, var(--gold-primary), var(--gold-light));width:100px;height:100px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 30px;animation:.6s ease-out merciSlideDown;display:flex}@keyframes merciSlideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.merci-header h1{margin-bottom:20px;font-size:3rem}.merci-subtitle{color:var(--gray-dark);font-size:1.25rem;line-height:1.8}.merci-confirmation{background:linear-gradient(135deg, var(--cream) 0%, var(--gray-ultra-light,#f5f5f5) 100%);border-left:4px solid var(--gold-primary);border-radius:8px;margin-bottom:60px;padding:40px}.merci-confirmation p{color:var(--navy-light);margin-bottom:15px;font-size:1.1rem;line-height:1.9}.merci-confirmation p:last-child{margin-bottom:0}.merci-confirmation strong{color:var(--gold-primary);font-weight:600}.merci-steps{margin-bottom:80px}.merci-steps h2{margin-bottom:40px}.steps-list{counter-reset:step;padding:0;list-style:none}.steps-list li{counter-increment:step;background:var(--cream);border-left:4px solid var(--gold-primary);color:var(--navy-light);border-radius:8px;margin-bottom:20px;padding:30px 30px 30px 80px;line-height:1.7;position:relative}.steps-list li strong{color:var(--navy-deep);margin-bottom:8px;font-size:1.15rem;font-weight:500;display:block}.steps-list li p{color:var(--gray-dark);margin:0;font-size:.95rem;line-height:1.7}.step-number{background:linear-gradient(135deg, var(--gold-primary), var(--gold-light));width:50px;height:50px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:600;display:flex;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.merci-testimonial,.merci-explore{margin-bottom:80px}.merci-explore h2{margin-bottom:40px}.explore-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.explore-card{background:var(--white);border:1px solid var(--gray-light);border-radius:8px;flex-direction:column;padding:35px;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.explore-card:before{content:"";background:linear-gradient(90deg, var(--gold-primary), var(--gold-light));transform-origin:0;height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.explore-card:hover{border-color:var(--gold-primary);transform:translateY(-3px);box-shadow:0 10px 30px #00000014}.explore-card:hover:before{transform:scaleX(1)}.explore-card h3{color:var(--navy-deep);margin-bottom:15px;font-size:1.3rem;font-weight:500}.explore-card p{color:var(--gray-dark);flex:1;margin-bottom:20px;font-size:.95rem;line-height:1.7}.explore-link{color:var(--gold-primary);font-size:.9rem;font-weight:500;transition:color .3s}.explore-card:hover .explore-link{color:var(--gold-dark)}.merci-contact{margin-bottom:80px}.merci-contact h2{margin-bottom:40px}.contact-options{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;display:grid}.contact-item{background:var(--cream);border-left:4px solid var(--gold-primary);border-radius:8px;gap:20px;padding:30px;display:flex}.contact-item svg{color:var(--gold-primary);flex-shrink:0;margin-top:2px}.contact-item strong{color:var(--navy-deep);margin-bottom:8px;font-weight:500;display:block}.contact-item p{color:var(--gray-dark);margin:0;font-size:.95rem}.contact-item a{color:var(--navy-primary);font-weight:500;text-decoration:none;transition:color .3s}.contact-item a:hover{color:var(--gold-primary)}.merci-cta{margin-bottom:0}@media (max-width:768px){.merci-header{margin-bottom:50px;padding:40px 20px}.merci-icon{width:80px;height:80px}.merci-header h1{font-size:2rem}.merci-subtitle{font-size:1.05rem}.merci-confirmation{margin-bottom:50px;padding:25px}.merci-confirmation p{font-size:1rem}.merci-steps{margin-bottom:50px}.steps-list li{margin-bottom:15px;padding:25px 25px 25px 65px}.step-number{width:40px;height:40px;font-size:1rem;left:12px}.merci-testimonial{margin-bottom:50px}.testimonial-card{padding:25px}.testimonial-quote{font-size:1rem}.merci-explore{margin-bottom:50px}.explore-grid{grid-template-columns:1fr;gap:20px}.explore-card{padding:25px}.merci-contact{margin-bottom:50px}.contact-options{grid-template-columns:1fr;gap:20px}.contact-item{padding:20px}}.not-found-container{color:#fff;background:linear-gradient(135deg,#0a1628 0%,#1a2642 100%);justify-content:center;align-items:center;min-height:100vh;font-family:Inter,-apple-system,sans-serif;display:flex}.not-found-container .container{text-align:center;max-width:550px;padding:40px}.not-found-container .code{color:#b8936d;margin-bottom:20px;font-family:Cormorant Garamond,serif;font-size:8rem;font-weight:300;line-height:1}.not-found-container .divider{background:#b8936d;width:60px;height:1px;margin:0 auto 30px}.not-found-container h1{color:#fff;margin-bottom:20px;font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:400}.not-found-container p{color:#ffffffb3;margin-bottom:35px;font-size:1rem;line-height:1.8}.not-found-container .btn{color:#fff;background:linear-gradient(135deg,#b8936d,#d4af7a);border-radius:4px;padding:14px 35px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.not-found-container .btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b8936d66}.not-found-container .logo{margin-bottom:50px}.not-found-container .logo img{height:40px}.error-container{text-align:center;padding:2rem}.error-container button{cursor:pointer;background:var(--navy-primary);color:var(--white);border:none;margin-top:1rem;padding:.5rem 1rem;font-size:.9rem;transition:background .3s}.error-container button:hover{background:var(--gold-primary)}.page-top-offset{margin-top:90px}.page-heading{color:var(--navy-deep);margin-bottom:40px;font-size:2.5rem}.link-gold-inline{color:var(--gold-primary);text-decoration:none;transition:color .3s}.link-gold-inline:hover{color:var(--gold-dark)}.article-featured{background:linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-primary) 100%);border-radius:8px;grid-template-columns:minmax(280px,.42fr) minmax(0,.58fr);margin-top:40px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:grid;overflow:hidden}.article-featured:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0a162840}.article-featured-visual{background:var(--navy-deep);min-height:320px;margin:0;position:relative;overflow:hidden}.article-featured-visual:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0a162814,#0a162857);position:absolute;inset:0}.article-featured-visual img{object-fit:cover;transition:transform .45s}.article-featured:hover .article-featured-visual img{transform:scale(1.035)}.article-featured-body{flex-direction:column;padding:50px 45px;display:flex}.article-featured-label{color:var(--gold-light);letter-spacing:2px;text-transform:uppercase;margin-bottom:20px;font-size:.75rem;font-weight:600}.article-featured-title{font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;color:var(--white);margin-bottom:18px;font-size:2rem;font-weight:400;line-height:1.3}.article-featured-desc{color:var(--gray-light);margin-bottom:20px;font-size:1.05rem;line-height:1.9}.article-featured-meta{color:#ffffff80;margin-bottom:20px;font-size:.85rem}.article-featured-cta{color:var(--gold-light);letter-spacing:.5px;font-size:.9rem;font-weight:500}.articles-grid{grid-template-columns:repeat(2,1fr);gap:25px;margin-top:40px;display:grid}.article-card{background:var(--cream);border:1px solid var(--gray-light);border-radius:8px;flex-direction:column;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.article-card-title{font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;color:var(--navy-deep);margin-bottom:12px;font-size:1.3rem;font-weight:500;line-height:1.35}.article-card-desc{color:var(--navy-light);flex:1;margin-bottom:15px;font-size:.95rem;line-height:1.8}.article-card-footer{border-top:1px solid var(--gray-light);justify-content:space-between;align-items:center;padding-top:15px;display:flex}.article-card-meta{color:var(--gray-medium);font-size:.8rem}.articles-section-heading{font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;color:var(--navy-deep);text-align:left;margin-top:60px;margin-bottom:5px;font-size:1.6rem;font-weight:400}.articles-section-divider{background:var(--gold-primary);width:40px;height:1px;margin-bottom:0}.editorial-eclairages-category.section-mt-60{margin-top:42px}.editorial-eclairages-category+.editorial-eclairages-category{margin-top:76px}.editorial-eclairages-category .articles-section-heading{margin-top:0;margin-bottom:8px}.editorial-eclairages-category .articles-section-divider{margin-bottom:30px}.eclairages-library-tabs{margin-top:clamp(32px,4.5vw,52px)}.eclairages-library-tablist{background:#f9f8f6db;border:1px solid #0a162814;border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:7px;display:grid}.eclairages-library-tab{min-height:62px;color:var(--navy-deep);cursor:pointer;font:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;flex-direction:column;justify-content:center;gap:0;padding:15px 18px;transition:border-color .25s,background .25s,box-shadow .25s,transform .25s;display:flex}.eclairages-library-tab span{font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;text-wrap:balance;font-size:1.1rem;line-height:1.16}.eclairages-library-tab:hover,.eclairages-library-tab.is-active{background:var(--white);border-color:#8a6b4a3d;box-shadow:0 14px 34px #0a162812}.eclairages-library-tab.is-active{transform:translateY(-1px)}.eclairages-library-panel{padding-top:36px}.eclairages-library-panel[hidden]{display:none}.eclairages-library-panel-heading{gap:8px;max-width:780px;margin-bottom:26px;display:grid}.eclairages-library-panel-heading h2{color:var(--navy-deep);text-wrap:pretty;margin:0;font-size:clamp(1.85rem,3vw,2.65rem);font-weight:300;line-height:1.05}.eclairages-library-grid{animation:.28s both eclairagesLibraryFade}.eclairages-library-grid .article-card{background:#fffdfa;min-height:100%;display:flex}.article-card-visual{aspect-ratio:16/9;background:var(--navy-deep);margin:0;display:block;position:relative;overflow:hidden}.article-card-visual:after{content:"";pointer-events:none;background:linear-gradient(#0a16280a 0%,#0a16285c 100%),linear-gradient(120deg,#b8936d2e,#0000 44%);position:absolute;inset:0}.article-card-visual img{object-fit:cover;filter:saturate(.9)contrast(1.04);transition:transform .45s,filter .45s}.article-card:hover .article-card-visual img{filter:saturate(.98)contrast(1.06);transform:scale(1.04)}@keyframes eclairagesLibraryFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.articles-grid,.article-featured{grid-template-columns:1fr}.article-featured-visual{min-height:240px}.article-featured-body{padding:30px 25px}.article-featured-title{font-size:1.5rem}.editorial-eclairages-category.section-mt-60{margin-top:34px}.editorial-eclairages-category+.editorial-eclairages-category{margin-top:56px}.editorial-eclairages-category .articles-section-divider{margin-bottom:22px}.eclairages-library-tablist{scroll-snap-type:x mandatory;gap:8px;padding:8px;display:flex;overflow-x:auto}.eclairages-library-tab{scroll-snap-align:start;min-width:min(78vw,260px);min-height:58px;padding:14px 16px}.eclairages-library-panel{padding-top:28px}.article-card-body{padding:25px 20px}.article-card-title{font-size:1.15rem}.articles-section-heading{margin-top:40px;font-size:1.35rem}}.fieldset-reset{border:none;margin:0;padding:0}.form-success{text-align:center;color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;margin-top:20px;padding:15px}.form-error{text-align:center;color:#c33;background:#fee;border-radius:6px;margin-top:20px;padding:15px}.form-error small{color:#444}.field-invalid{border-color:#c33!important;box-shadow:0 0 0 3px #cc33331a!important}.field-hint{color:#c33;margin-top:6px;font-size:.8rem;display:block}.contact-form-section-flush{padding-top:40px}.hero-title-etudes{font-size:3rem}.hero-title-eclairages{font-size:3.5rem}.breadcrumb-article{padding-top:80px}.sitemap-title{font-family:var(--font-serif);color:var(--navy-deep);margin-bottom:20px;font-size:2.5rem}.sitemap-intro{color:var(--navy-light);margin-bottom:50px;font-size:1.05rem;line-height:1.8}.sitemap-link{color:var(--gold-primary);font-weight:500;text-decoration:none;transition:color .3s}.sitemap-link:hover{color:var(--gold-dark)}.sitemap-desc{color:var(--navy-light);font-size:.95rem}.sitemap-list{color:var(--navy-light);font-size:.95rem;line-height:2.2}.sitemap-subheading{color:var(--navy-deep);margin-top:30px}.sitemap-contact{color:var(--navy-light);margin-top:20px;font-size:.95rem}.not-found-links{flex-wrap:wrap;justify-content:center;gap:25px;margin-top:50px;display:flex}.not-found-links a{color:var(--gold-light);font-size:.85rem;text-decoration:none;transition:color .3s}.not-found-links a:hover{color:var(--gold-primary)}.faq-section{padding:var(--section-padding) 0;background:#f5f3ef}.faq-list{flex-direction:column;gap:12px;max-width:800px;margin:0 auto;display:flex}.counters-section{background:linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-primary) 100%);padding:80px 0;position:relative;overflow:hidden}.counters-section:before{content:"";pointer-events:none;background:radial-gradient(#8a6b4a0f 0%,#0000 70%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.counters-grid{max-width:var(--container-width);z-index:1;grid-template-columns:repeat(4,1fr);gap:40px;margin:0 auto;padding:0 40px;display:grid;position:relative}.counter-item{text-align:center;padding:20px}.counter-value{font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;color:var(--gold-light);letter-spacing:2px;margin-bottom:12px;font-size:3.5rem;font-weight:300;line-height:1}.counter-label{color:#ffffffe6;letter-spacing:.5px;margin-bottom:8px;font-size:1rem;font-weight:500}.counter-sublabel{color:#ffffff73;max-width:220px;margin:0 auto;font-size:.8rem;line-height:1.5}@media (max-width:992px){.counters-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:768px){.counters-section{padding:50px 0}.counters-grid{grid-template-columns:1fr 1fr;gap:25px;padding:0 20px}.counter-value{font-size:2.5rem}.counter-label{font-size:.9rem}.counter-sublabel{font-size:.75rem}}.testimonials-section{background:var(--white);padding:var(--section-padding) 0}.testimonial-quote-mark{font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;color:var(--gold-primary);opacity:.3;margin-bottom:10px;font-size:4rem;line-height:.8}.testimonial-footer{border-top:1px solid var(--gray-light);margin-top:auto;padding-top:15px}.testimonial-card{flex-direction:column;height:100%;display:flex}.articles-grid{gap:25px;margin-top:40px;display:grid}.article-card{background:var(--cream);border:1px solid var(--gray-light);border-radius:8px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;overflow:hidden}.article-card:hover{border-color:var(--gold-primary);transform:translateY(-3px);box-shadow:0 8px 30px #00000014}.article-card-content{padding:35px}.article-card-body{flex-direction:column;flex:1;padding:35px;display:flex}.article-card-category{color:var(--gold-primary);letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;font-size:.8rem;font-weight:500}.article-card-title{color:var(--navy-deep);font-size:1.5rem;font-weight:500;font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;margin-bottom:15px;line-height:1.3}.article-card-desc{color:var(--navy-light);margin-bottom:15px;font-size:1rem;line-height:1.8}.article-card-cta{color:var(--gold-primary);font-size:.9rem;font-weight:500}.article-card-link{color:var(--gold-primary);font-size:.9rem;font-weight:500;transition:letter-spacing .3s}.article-card:hover .article-card-link{letter-spacing:1px}.accordion{flex-direction:column;gap:12px;margin-top:40px;display:flex}.faq-item{background:var(--white);border:1px solid var(--gray-light);border-radius:4px;transition:border-color .3s;overflow:hidden}.faq-item-open{border-color:var(--gold-primary)}.faq-question{cursor:pointer;width:100%;font-family:var(--font-sans), "Inter", -apple-system, sans-serif;color:var(--navy-deep);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;padding:22px 28px;font-size:1rem;font-weight:600;line-height:1.5;transition:color .3s;display:flex}.faq-question:hover{color:var(--gold-primary)}.faq-icon{color:var(--gold-primary);text-align:center;flex-shrink:0;width:24px;font-size:1.3rem;font-weight:300}.faq-answer-wrapper{max-height:0;transition:max-height .4s;overflow:hidden}.faq-answer{color:var(--gray-dark);margin:0;padding:0 28px 22px;font-size:.95rem;line-height:1.9}@media (max-width:768px){.faq-question{padding:18px 20px;font-size:.95rem}.faq-answer{padding:0 20px 18px;font-size:.9rem}}.accordion-item{border:1px solid var(--gray-light);border-radius:8px;transition:border-color .3s,box-shadow .3s;overflow:hidden}.accordion-item--open{border-color:var(--gold-primary);box-shadow:0 4px 20px #0000000f}.accordion-header{background:var(--cream);cursor:pointer;text-align:left;border:none;justify-content:space-between;align-items:center;width:100%;padding:22px 30px;font-family:inherit;transition:background .3s;display:flex}.accordion-item--open .accordion-header{background:linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-primary) 100%)}.accordion-header:hover{background:var(--gray-ultra-light)}.accordion-item--open .accordion-header:hover{background:linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-primary) 100%)}.accordion-header-left{flex-wrap:wrap;align-items:baseline;gap:14px;display:flex}.accordion-category{font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;color:var(--navy-deep);font-size:1.5rem;font-weight:500;line-height:1.3;transition:color .3s}.accordion-item--open .accordion-category{color:var(--gold-light)}.accordion-count{color:var(--gray-medium);letter-spacing:.5px;font-size:.8rem;font-weight:400;transition:color .3s}.accordion-item--open .accordion-count{color:#ffffff80}.accordion-chevron{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .3s cubic-bezier(.4,0,.2,1),background .3s;display:flex}.accordion-chevron svg{color:var(--gold-primary);transition:color .3s}.accordion-chevron--open{transform:rotate(180deg)}.accordion-item--open .accordion-chevron svg{color:var(--gold-light)}.accordion-panel{transition:height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.accordion-panel-inner{padding:0 30px 8px}.accordion-article{background:var(--white);border:1px solid var(--gray-light);border-radius:6px;margin-top:12px;padding:24px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.accordion-article:first-child{margin-top:16px}.accordion-article:last-child{margin-bottom:16px}.accordion-article:hover{border-color:var(--gold-primary);transform:translateY(-2px);box-shadow:0 6px 20px #0000000f}.accordion-article-content{flex-direction:column;display:flex}.accordion-article-title{font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;color:var(--navy-deep);margin-bottom:10px;font-size:1.25rem;font-weight:500;line-height:1.4}.accordion-article-desc{color:var(--gray-dark);margin-bottom:12px;font-size:.95rem;line-height:1.7}.accordion-article-link{color:var(--gold-primary);font-size:.85rem;font-weight:500;transition:letter-spacing .3s}.accordion-article:hover .accordion-article-link{letter-spacing:.5px}@media (max-width:768px){.accordion-header{padding:18px 20px}.accordion-category{font-size:1.25rem}.accordion-panel-inner{padding:0 15px 8px}.accordion-article{padding:18px}.accordion-article-title{font-size:1.1rem}.accordion-article-desc{font-size:.9rem}}.cookie-banner{background:var(--white);z-index:9999;opacity:0;visibility:hidden;padding:20px 0;transition:opacity .25s,visibility .25s;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 16px #00000014}.cookie-banner[data-visible=true]{opacity:1;visibility:visible}.cookie-banner-content{max-width:var(--container-width);align-items:center;gap:30px;margin:0 auto;padding:0 40px;display:flex}.cookie-banner-text{font-family:var(--font-sans), "Inter", -apple-system, sans-serif;color:var(--gray-dark);flex:1;margin:0;font-size:.875rem;line-height:1.6}.cookie-banner-link{color:var(--navy-primary);font-weight:500;text-decoration:underline;transition:color .3s}.cookie-banner-link:hover{color:var(--gold-primary)}.cookie-banner-actions{flex-shrink:0;gap:12px;display:flex}.cookie-btn-refuse,.cookie-btn-accept{font-family:var(--font-sans), "Inter", -apple-system, sans-serif;cursor:pointer;white-space:nowrap;border-radius:2px;padding:10px 24px;font-size:.85rem;font-weight:500;transition:all .3s}.cookie-btn-refuse{border:1px solid var(--gray-medium);color:var(--gray-medium);background:0 0}.cookie-btn-refuse:hover{border-color:var(--navy-primary);color:var(--navy-primary)}.cookie-btn-accept{background:var(--navy-primary);border:1px solid var(--navy-primary);color:var(--white)}.cookie-btn-accept:hover{background:var(--gold-primary);border-color:var(--gold-primary)}.cookie-preferences-button,.footer-cookie-preferences{color:inherit;cursor:pointer;font:inherit;text-underline-offset:3px;background:0 0;border:0;padding:0;text-decoration:underline}.cookie-preferences-button:hover,.footer-cookie-preferences:hover{color:var(--gold-light)}.cookie-preferences-inline{cursor:pointer;font:inherit;background:0 0;border:0;padding:0}@media (max-width:768px){.cookie-banner-content{text-align:center;flex-direction:column;gap:16px;padding:0 20px}.cookie-banner-actions{flex-direction:column;gap:8px;width:100%}.cookie-btn-refuse,.cookie-btn-accept{width:100%;padding:12px}}.lp-hero{text-align:center;background:#1b2a4a;padding:80px 0 70px}.lp-hero h1{font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;color:var(--white);letter-spacing:2px;margin-bottom:20px;font-size:2.75rem;font-weight:300;line-height:1.3}.lp-subtitle{color:#ffffffb3;letter-spacing:.5px;font-size:1.1rem;font-weight:300}.lp-points{background:#f5f3ef;padding:70px 0}.lp-points-grid{grid-template-columns:repeat(3,1fr);gap:35px;display:grid}.lp-point-card{text-align:center;background:var(--white);border:1px solid var(--gray-light);border-radius:4px;flex-direction:column;align-items:center;height:100%;padding:35px 25px;display:flex}.lp-point-icon{color:#b8860b;margin-bottom:20px}.lp-point-card h2{color:var(--navy-deep);margin-bottom:12px;font-size:1.2rem;font-weight:500}.lp-point-card p{color:var(--gray-dark);flex:1;font-size:.95rem;line-height:1.7}.lp-form-section{background:var(--white);padding:70px 0 80px}.lp-form-card{background:var(--white);border:1px solid var(--gray-light);border-radius:6px;max-width:520px;margin:0 auto;padding:40px 35px;box-shadow:0 8px 30px #00000014}.lp-form-card h3{font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;color:var(--navy-deep);text-align:center;margin-bottom:30px;font-size:1.5rem;font-weight:400}.lp-form-fields{flex-direction:column;gap:18px;display:flex}.lp-form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.lp-form-group{flex-direction:column;gap:6px;display:flex}.lp-form-group label{color:var(--navy-primary);letter-spacing:.3px;font-size:.85rem;font-weight:500}.lp-form-group input{border:1px solid var(--gray-light);font-family:var(--font-sans), "Inter", -apple-system, sans-serif;color:var(--navy-deep);border-radius:3px;outline:none;padding:12px 14px;font-size:.95rem;transition:border-color .3s}.lp-form-group input:focus{border-color:var(--gold-primary)}.lp-btn-submit{width:100%;color:var(--white);font-family:var(--font-sans), "Inter", -apple-system, sans-serif;cursor:pointer;letter-spacing:.5px;background:#b8860b;border:none;border-radius:3px;margin-top:25px;padding:14px;font-size:1rem;font-weight:600;transition:all .3s;display:block}.lp-btn-submit:hover{background:#9a7209;transform:translateY(-1px);box-shadow:0 4px 12px #b8860b4d}.lp-btn-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.lp-form-submit-row{justify-content:center;margin-top:25px;display:flex}.lp-btn-submit.home-hero-primary-cta{color:#122236;width:auto;min-width:286px;max-width:100%;min-height:68px;font-family:var(--font-sans), "Inter", -apple-system, sans-serif;letter-spacing:.025em;text-transform:uppercase;white-space:nowrap;cursor:pointer;appearance:none;background:linear-gradient(#dfbe88 0%,#d4af7a 100%);border:1px solid #dfbe8880;border-radius:2px;justify-content:center;align-items:center;gap:16px;margin:0;padding:0 34px;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;transition:transform .25s,box-shadow .25s,filter .25s;display:inline-flex;box-shadow:inset 0 1px #ffffff40}.lp-btn-submit.home-hero-primary-cta.lp-btn-submit-compact-label{gap:10px;padding-left:20px;padding-right:20px}.lp-btn-submit.home-hero-primary-cta .lp-btn-submit-label{text-overflow:clip;white-space:nowrap;min-width:0;max-width:100%;line-height:1.1;display:block;overflow:hidden}.lp-btn-submit.home-hero-primary-cta.lp-btn-submit-compact-label .lp-btn-submit-label{letter-spacing:.006em;font-size:clamp(.74rem,2.2vw,.84rem)}.lp-btn-submit.home-hero-primary-cta:hover{filter:brightness(1.02);background:linear-gradient(#dfbe88 0%,#d4af7a 100%);transform:translateY(-1px);box-shadow:0 14px 28px #0000002e}.lp-btn-submit.home-hero-primary-cta:disabled{opacity:.7;cursor:not-allowed;filter:none;transform:none;box-shadow:inset 0 1px #ffffff40}.lp-btn-submit.home-hero-primary-cta .home-hero-cta-icon{flex:none;width:20px;height:20px;line-height:1}.lp-form-note{text-align:center;color:var(--gray-medium);margin-top:14px;font-size:.8rem;font-style:italic}@media (max-width:768px){.lp-hero{padding:50px 0 40px}.lp-hero h1{letter-spacing:1px;font-size:1.8rem}.lp-subtitle{font-size:.95rem}.lp-points{padding:50px 0}.lp-points-grid{grid-template-columns:1fr;gap:20px}.lp-form-section{padding:50px 0 60px}.lp-form-card{padding:30px 20px}.lp-btn-submit.home-hero-primary-cta.lp-btn-submit-compact-label{gap:10px;min-width:0;padding-left:16px;padding-right:16px}.lp-btn-submit.home-hero-primary-cta.lp-btn-submit-compact-label .lp-btn-submit-label{font-size:clamp(.68rem,3.1vw,.78rem)}.lp-form-row{grid-template-columns:1fr}}.form-message{text-align:center;border-radius:6px;margin-top:20px;padding:15px}.form-message-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.form-message-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.form-message-error small{color:var(--gray-dark)}.partenaires-section{background:var(--white);padding:100px 0}.partenaires-intro{text-align:center;max-width:700px;color:var(--gray-dark);margin:0 auto 60px;font-size:1.0625rem;line-height:2}.partenaires-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:50px 60px;max-width:1000px;margin:0 auto;display:flex}.partenaire-item{justify-content:center;align-items:center;transition:all .3s;display:flex}.partenaire-item:hover{opacity:.7}.partenaire-item a{justify-content:center;align-items:center;display:flex}.partenaire-logo{object-fit:contain;width:auto;max-width:200px;height:50px}.partenaire-item--large .partenaire-logo{max-width:300px;height:120px}.partenaire-item--xl .partenaire-logo{max-width:350px;height:150px}@media (max-width:768px){.partenaires-section{padding:70px 0}.partenaires-grid{justify-content:center;gap:30px 35px}.partenaire-logo{max-width:140px;height:40px}.partenaire-item--large .partenaire-logo{max-width:180px;height:65px}.partenaire-item--xl .partenaire-logo{max-width:230px;height:85px}}@media (max-width:480px){.partenaires-section{padding:60px 0}.partenaires-grid{gap:25px 30px}.partenaire-logo{max-width:120px;height:35px}.partenaire-item--large .partenaire-logo{max-width:150px;height:55px}.partenaire-item--xl .partenaire-logo{max-width:190px;height:70px}}.fondateur-city{color:var(--gray-medium);margin-top:4px;font-size:.9rem}.home-refonte-section{background:var(--white);padding:110px 0}.home-refonte-section-cream{background:var(--cream)}.home-refonte-section-navy{background:linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-primary) 100%);color:#ffffffd1}.home-section-heading{text-align:center;max-width:860px;margin:0 auto 58px}.home-section-heading h2{color:var(--navy-deep);text-wrap:pretty;margin:12px 0 22px;font-size:2.65rem;font-weight:300}.home-nowrap{white-space:nowrap}.home-section-heading p:not(.home-section-kicker){color:var(--gray-dark);font-size:1.05rem;line-height:1.95}.home-section-heading-inverted h2{color:var(--white)}.home-section-heading-inverted p:not(.home-section-kicker){color:#ffffffb8}.home-section-kicker{color:var(--gold-primary);letter-spacing:2px;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:600;line-height:1.4}.home-persona-grid,.home-expertise-grid,.home-proof-grid,.home-article-grid,.home-appreciation-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}.home-persona-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-persona-flip-card{perspective:1400px;height:100%;min-height:500px;position:relative}.home-persona-flip-control{opacity:0;pointer-events:none;position:absolute}.home-persona-flip-inner{height:100%;min-height:inherit;transform-style:preserve-3d;transition:transform .72s cubic-bezier(.2,.72,.18,1);position:relative}@media (hover:hover) and (pointer:fine){.home-persona-flip-card:hover .home-persona-flip-inner{transform:rotateY(180deg)}}.home-persona-flip-card.is-flipped .home-persona-flip-inner,.home-persona-flip-control:checked+.home-persona-flip-inner{transform:rotateY(180deg)}.home-persona-face{background:var(--white);backface-visibility:hidden;border:1px solid #e8e6e3f2;border-radius:8px;display:flex;position:absolute;inset:0;overflow:hidden;box-shadow:0 14px 42px #0a162812}.home-persona-face-front{flex-direction:column}.home-persona-image{background:var(--navy-deep);min-height:190px;position:relative;overflow:hidden}.home-persona-image img{object-fit:cover;filter:saturate(.92)contrast(1.02)}.home-persona-image:after{content:"";background:linear-gradient(#0a162800 40%,#0a162880 100%),linear-gradient(110deg,#d4af7a29 0%,#0000 42%);position:absolute;inset:0}.home-persona-front-body{flex-direction:column;flex:1;padding:28px;display:flex}.home-persona-front-body h3,.home-persona-face-back h3{color:var(--navy-deep);margin:16px 0 12px;font-size:clamp(1.5rem,2vw,1.9rem)}.home-persona-front-body p,.home-persona-face-back p{color:var(--gray-dark);font-size:.98rem;line-height:1.72}.home-persona-flip-trigger{width:fit-content;color:var(--gold-primary);cursor:pointer;font:inherit;letter-spacing:1.3px;text-transform:uppercase;background:0 0;border:0;margin-top:auto;padding:0;font-size:.82rem;font-weight:700;display:inline-flex}.home-persona-face-back{color:var(--white);background:linear-gradient(145deg,#0a1628fa 0%,#122745f5 62%,#8a6b4ad1 100%);flex-direction:column;justify-content:center;padding:38px;transform:rotateY(180deg)}.home-persona-face-back h3,.home-persona-face-back p{color:var(--white)}.home-persona-stakes-list{gap:14px;margin:8px 0 0;padding:0;list-style:none;display:grid}.home-persona-stakes-list li{color:#ffffffdb;grid-template-columns:26px minmax(0,1fr);align-items:start;gap:12px;font-size:.98rem;line-height:1.55;display:grid}.home-persona-stakes-list li span:first-child{width:24px;height:24px;color:var(--navy-deep);background:var(--gold-light);border-radius:50%;place-items:center;line-height:1;display:inline-grid}.home-persona-stakes-list li span:first-child svg{stroke-width:2.6px;width:12px;height:12px;display:block}.home-persona-back-label{color:var(--gold-light);letter-spacing:1.8px;text-transform:uppercase;font-size:.78rem;font-weight:700}.home-persona-back-cta{width:fit-content;min-height:48px;color:var(--white);letter-spacing:.3px;border:1px solid #d4af7a80;border-radius:4px;align-items:center;margin-top:28px;padding:0 20px;font-size:.86rem;font-weight:700;text-decoration:none;display:inline-flex}.home-persona-back-cta:hover{color:var(--navy-deep);background:var(--gold-light)}.home-persona-back-close{width:34px;height:34px;color:var(--white);cursor:pointer;background:#ffffff14;border:1px solid #ffffff38;border-radius:50%;font-size:1.2rem;line-height:1;position:absolute;top:16px;right:16px}.home-steps-grid,.home-usecase-grid,.home-founder-grid,.home-comparison-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;display:grid}.home-usecase-grid,.home-appreciation-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-persona-card,.home-step-card,.home-expertise-card,.home-proof-card,.home-usecase-card,.home-founder-card,.home-comparison-card,.home-article-card,.home-appreciation-card{border:1px solid var(--gray-light);background:var(--white);border-radius:8px;height:100%;padding:32px;box-shadow:0 8px 28px #0a16280b}.home-persona-card,.home-step-card,.home-proof-card,.home-usecase-card,.home-founder-card,.home-appreciation-card{transition:border-color .25s,box-shadow .25s,transform .25s}.home-persona-card:hover,.home-step-card:hover,.home-proof-card:hover,.home-usecase-card:hover,.home-founder-card:hover,.home-appreciation-card:hover{border-color:#8a6b4a6b;transform:translateY(-3px);box-shadow:0 16px 38px #0a162814}.home-persona-card h3,.home-step-card h3,.home-expertise-card h3,.home-proof-card h3,.home-usecase-card h3,.home-founder-card h3,.home-comparison-card h3,.home-article-card h3,.home-appreciation-card h3{color:var(--navy-deep);margin:16px 0 12px;font-size:1.42rem}.home-persona-card p,.home-step-card p,.home-expertise-card p,.home-proof-card p,.home-usecase-card p,.home-founder-card p,.home-comparison-card li,.home-article-card p,.home-appreciation-card p{color:var(--gray-dark);font-size:.95rem;line-height:1.75}.home-card-icon{width:54px;height:54px;color:var(--gold-primary);background:var(--cream);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.home-card-stakes{margin-top:18px}.home-card-stakes strong,.home-usecase-card strong{color:var(--navy-primary);font-weight:600}.home-text-link{color:var(--gold-primary);letter-spacing:.2px;margin-top:18px;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.home-text-link:hover{color:var(--gold-dark)}.home-text-link-light{color:var(--gold-light)}.home-step-card{padding-top:44px;position:relative}.home-step-number{color:var(--gold-primary);font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;font-size:2.15rem;line-height:1}.home-expertise-card{min-height:290px;box-shadow:none;background:#ffffff0e;border-color:#ffffff1f;flex-direction:column;display:flex}.home-expertise-card h3{color:var(--white)}.home-expertise-card p{color:#ffffffb8;flex:1}.home-comparison-card{padding:38px}.home-comparison-card ul{margin:20px 0 0;padding:0;list-style:none}.home-comparison-card li{border-top:1px solid var(--gray-light);padding:12px 0 12px 26px;position:relative}.home-comparison-card li:before{content:"";background:var(--gold-primary);border-radius:50%;width:8px;height:8px;position:absolute;top:22px;left:0}.home-synthesis{max-width:760px;color:var(--navy-primary);font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;text-align:center;margin:48px auto 0;font-size:1.45rem;line-height:1.65}.home-usecase-card{border-top:3px solid var(--gold-primary)}.home-founders-section{background:var(--white)}.home-founder-header{border-bottom:1px solid var(--gray-light);align-items:center;gap:22px;margin-bottom:26px;padding-bottom:24px;display:flex}.home-founder-header h3{margin:0 0 4px}.home-founder-header p{color:var(--gold-primary);font-weight:500}.home-founder-avatar,.home-founder-initials{border-radius:50%;flex:none;width:96px;height:96px}.home-founder-avatar{object-fit:cover}.home-founder-initials{color:var(--white);background:var(--navy-primary);font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.home-founder-tags{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.home-founder-tags span{border:1px solid var(--gray-light);color:var(--navy-primary);background:var(--cream);padding:7px 12px;font-size:.82rem;font-weight:500}.home-article-card{color:inherit;text-decoration:none;transition:border-color .25s,transform .25s,box-shadow .25s;display:block}.home-article-card:hover{border-color:#8a6b4a6b;transform:translateY(-3px);box-shadow:0 16px 38px #0a162814}.home-article-card>span:first-child{color:var(--gold-primary);letter-spacing:1.6px;text-transform:uppercase;font-size:.76rem;font-weight:600}.home-appreciation-card svg{color:var(--gold-primary)}.home-rdv-section{background:var(--navy-deep);padding:90px 0}.home-rdv-panel{background:linear-gradient(135deg,#fff1 0%,#ffffff06 100%);border:1px solid #d4af7a38;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:46px;padding:52px;display:grid}.home-rdv-panel h2{color:var(--white);margin:12px 0 18px;font-size:2.5rem;font-weight:300}.home-rdv-panel p{color:#ffffffc7;max-width:760px;font-size:1rem;line-height:1.8}.home-rdv-note{margin-top:18px;color:#ffffff9e!important;font-size:.92rem!important}.home-rdv-actions{flex-direction:column;gap:14px;min-width:220px;display:flex}.home-rdv-primary,.home-rdv-secondary{letter-spacing:.4px;text-transform:uppercase;white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;min-height:54px;padding:0 24px;font-size:.88rem;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.home-rdv-primary{color:var(--navy-deep);background:var(--gold-light)}.home-rdv-secondary{color:var(--white);cursor:pointer;appearance:none;background:0 0;border:1px solid #ffffff38}.home-centered-action{text-align:center;margin-top:50px}.home-centered-action .btn-primary{max-width:100%}.home-faq-section{background:var(--cream);padding-top:100px}.home-hero-highlight-value,.home-hero-highlight-value.home-hero-stat-value{white-space:nowrap!important;font-size:clamp(2.18rem,2.55vw,3rem)!important;line-height:.98!important}.home-hero-highlight-value.home-hero-location-value{font-size:clamp(1.66rem,2vw,2.18rem)!important;line-height:1.04!important}.home-partners-section{background:var(--white);border-bottom:1px solid var(--gray-light);padding:58px 0 66px}.home-partners-head{text-align:center;margin-bottom:34px}.home-partners-head h2{color:var(--navy-deep);font-family:var(--font-serif);letter-spacing:0;margin:0;font-size:clamp(2rem,4vw,3.2rem);font-weight:300}.home-partners-carousel{gap:14px;margin:0 -18px;padding:4px 18px 10px;display:grid;position:relative;overflow:hidden}.home-partners-carousel:before,.home-partners-carousel:after{content:"";z-index:2;pointer-events:none;width:96px;position:absolute;top:0;bottom:0}.home-partners-carousel:before{background:linear-gradient(90deg, var(--white) 0%, #fff0 100%);left:0}.home-partners-carousel:after{background:linear-gradient(270deg, var(--white) 0%, #fff0 100%);right:0}.home-partners-row{will-change:transform;gap:14px;width:max-content;animation:32s linear infinite homePartnersMarqueeLeft;display:flex}.home-partners-row-reverse{animation-name:homePartnersMarqueeRight;animation-duration:36s}.home-partners-carousel:hover .home-partners-row{animation-play-state:paused}.home-partner-item{background:linear-gradient(#fff 0%,#fbfaf8 100%);border:1px solid #e8e6e3f2;border-radius:8px;flex:0 0 178px;justify-content:center;align-items:center;min-height:84px;padding:16px 20px;transition:border-color .25s,box-shadow .25s,transform .25s;display:flex;box-shadow:0 8px 24px #0a162809}.home-partner-item:hover{border-color:#8a6b4a47;transform:translateY(-2px);box-shadow:0 14px 34px #0a162813}.home-partner-logo{object-fit:contain;filter:grayscale()saturate(0)contrast(1.06)opacity(.72);width:auto;max-width:138px;height:42px;transition:filter .25s,opacity .25s,transform .25s}.home-partner-item:hover .home-partner-logo{filter:none;opacity:1;transform:scale(1.02)}@keyframes homePartnersMarqueeLeft{0%{transform:translate(0)}to{transform:translate(calc(-50% - 7px))}}@keyframes homePartnersMarqueeRight{0%{transform:translate(calc(-50% - 7px))}to{transform:translate(0)}}.home-visual-split{grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);align-items:center;gap:58px;margin-bottom:58px;display:grid}.home-visual-split-reverse{grid-template-columns:minmax(340px,.85fr) minmax(0,1.15fr)}.home-section-heading-left{text-align:left;margin:0}.home-photo-panel{background:var(--navy-deep);border:1px solid #8a6b4a38;border-radius:8px;min-height:420px;position:relative;overflow:hidden;box-shadow:0 22px 52px #0a162824}.home-photo-panel-short{min-height:360px}.home-photo-panel:after{content:"";background:linear-gradient(#0a162814 0%,#0a16289e 100%),linear-gradient(115deg,#d4af7a24 0%,#0000 45%);position:absolute;inset:0}.home-photo-panel-navy:after{background:linear-gradient(#0a162833 0%,#0a1628b8 100%),linear-gradient(115deg,#d4af7a33 0%,#0000 48%)}.home-photo-panel-image{object-fit:cover}.home-photo-caption{z-index:2;color:#ffffffe6;letter-spacing:.5px;border-top:1px solid #d4af7a61;padding-top:18px;font-size:.88rem;line-height:1.6;position:absolute;bottom:24px;left:24px;right:24px}.home-expertise-light-section .home-expertise-card{border-color:#e8e6e3f2;border-top:3px solid var(--gold-primary);background:linear-gradient(#fffffff5 0%,#f9f8f6f0 100%);min-height:300px;box-shadow:0 8px 28px #0a16280e}.home-expertise-light-section .home-expertise-card h3{color:var(--navy-deep)}.home-expertise-light-section .home-expertise-card p{color:var(--gray-dark)}.home-articles-carousel{margin:0 -40px;padding:8px 0 18px;position:relative;overflow:hidden}.home-articles-carousel:before,.home-articles-carousel:after{content:"";z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.home-articles-carousel:before{background:linear-gradient(90deg, var(--cream) 0%, #f9f8f600 100%);left:0}.home-articles-carousel:after{background:linear-gradient(270deg, var(--cream) 0%, #f9f8f600 100%);right:0}.home-articles-track{gap:24px;width:max-content;animation:32s linear infinite homeArticlesLoop;display:flex}.home-articles-carousel:hover .home-articles-track{animation-play-state:paused}.home-carousel-card{flex:none;width:min(420px,82vw);min-height:260px}@keyframes homeArticlesLoop{0%{transform:translate(0)}to{transform:translate(calc(-50% - 12px))}}.home-rdv-section{background:linear-gradient(90deg,#0a1628eb 0%,#0a1628c7 48%,#0a162894 100%),url(/images/hero-haussmann-paris.webp) 50%/cover no-repeat;align-items:center;min-height:100svh;display:flex}.home-rdv-container{justify-content:center;align-items:center;width:100%;display:flex}.callback-modal-root{z-index:5000;pointer-events:none;position:fixed;inset:0}.callback-modal-root:empty{display:none}.callback-modal-root .callback-modal{pointer-events:auto}.callback-modal{justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.callback-modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#0a1628b8;border:0;position:absolute;inset:0}.callback-modal-panel{z-index:1;background:var(--white);border:1px solid #d4af7a47;border-radius:8px;width:min(560px,100%);max-height:min(760px,100svh - 48px);padding:38px;position:relative;overflow-y:auto;box-shadow:0 28px 80px #0000003d}.callback-modal-close{border:1px solid var(--gray-light);width:36px;height:36px;color:var(--navy-primary);background:var(--cream);cursor:pointer;border-radius:50%;font-size:1.35rem;line-height:1;position:absolute;top:14px;right:16px}.callback-modal-panel h3{margin:12px 0 14px;font-size:2.1rem;font-weight:300}.callback-modal-panel p{color:var(--gray-dark);line-height:1.75}.callback-modal-form{gap:18px;margin-top:26px;display:grid}.callback-modal-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.callback-modal-form label{color:var(--navy-primary);gap:8px;font-size:.86rem;font-weight:600;display:grid}.callback-modal-form input,.callback-modal-form select{border:1px solid var(--gray-light);width:100%;min-height:48px;color:var(--navy-primary);background:var(--cream);font:inherit;border-radius:4px;padding:0 14px;font-weight:400}.callback-modal-submit{min-height:54px;color:var(--white);background:var(--navy-primary);cursor:pointer;letter-spacing:.5px;text-transform:uppercase;border:none;border-radius:4px;font-size:.88rem;font-weight:600}.callback-modal-submit:disabled{cursor:wait;opacity:.72}.callback-modal-error{font-size:.9rem;color:#8a2f2f!important}.callback-modal-success{color:var(--navy-primary);background:var(--cream);border:1px solid #8a6b4a38;border-radius:8px;margin-top:24px;padding:18px}@media (max-width:1100px){.home-visual-split,.home-visual-split-reverse{grid-template-columns:1fr}.home-photo-panel{min-height:360px}.home-persona-grid,.home-expertise-grid,.home-proof-grid,.home-article-grid,.home-usecase-grid,.home-appreciation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-rdv-panel{grid-template-columns:1fr}.home-rdv-actions{flex-direction:row;min-width:0}}@media (max-width:768px){.home-partners-section{padding:42px 0 50px}.home-partners-head{margin-bottom:22px}.home-partners-carousel{margin:0 -16px;padding-inline:16px}.home-partners-carousel:before,.home-partners-carousel:after{width:44px}.home-partner-item{flex-basis:154px;min-height:78px;padding:14px 16px}.home-partner-logo{max-width:118px;height:36px}.home-photo-panel{min-height:300px}.home-refonte-section{padding:72px 0}.home-section-heading{text-align:left;margin-bottom:42px}.home-section-heading h2,.home-rdv-panel h2{font-size:2.05rem}.home-persona-grid,.home-steps-grid,.home-expertise-grid,.home-proof-grid,.home-usecase-grid,.home-founder-grid,.home-comparison-grid,.home-article-grid,.home-appreciation-grid{grid-template-columns:1fr;gap:22px}.home-persona-flip-card{min-height:520px}.home-persona-image{min-height:170px}.home-persona-front-body,.home-persona-face-back{padding:24px}.home-persona-card,.home-step-card,.home-expertise-card,.home-proof-card,.home-usecase-card,.home-founder-card,.home-comparison-card,.home-article-card,.home-appreciation-card{padding:26px}.home-founder-header{align-items:flex-start}.home-rdv-panel{padding:30px}.home-rdv-actions{flex-direction:column}.home-rdv-section{min-height:100svh}.home-articles-carousel{margin:0 -20px}.home-articles-carousel:before,.home-articles-carousel:after{width:40px}.callback-modal-panel{padding:30px 24px}.callback-modal-row{grid-template-columns:1fr}}@media (max-width:480px){.home-partners-row{animation-duration:26s}.home-partners-row-reverse{animation-duration:30s}.home-section-heading h2,.home-rdv-panel h2{font-size:1.82rem}.home-founder-header{flex-direction:column}.home-rdv-panel{padding:24px}}.expertise-home-page .home-refonte-section{position:relative}.expertise-home-page .home-visual-split,.expertise-home-split-copy{margin-bottom:0}.expertise-home-split-extra{color:var(--navy-primary);gap:12px;margin-top:26px;display:grid}.expertise-home-split-extra p{color:var(--gray-dark);margin:0;font-size:.96rem;line-height:1.7}.expertise-home-card-grid{margin-top:42px}.expertise-home-card{background:linear-gradient(145deg,#fffffffa,#f9f8f6e6),radial-gradient(circle at 100% 0,#d4af7a2e,#0000 34%);border-color:currentColor #e8e6e3f2 #e8e6e3f2;border-top-style:none;border-top-width:0;min-height:320px;position:relative;box-shadow:0 16px 44px #0a16280f}.expertise-home-card h3{color:var(--navy-deep)}.expertise-home-card p{color:var(--gray-dark)}.expertise-home-card-index{color:#8a6b4a52;font-family:var(--font-serif);font-size:2rem;line-height:1;position:absolute;top:30px;right:30px}.expertise-home-method-heading{max-width:900px}.expertise-home-page .home-approach-timeline{grid-template-columns:42px minmax(0,.92fr) minmax(340px,.72fr);align-items:stretch;gap:30px;margin-top:56px;display:grid;position:relative}.expertise-home-page .home-approach-rail{background:#8a6b4a2e;width:2px;min-height:100%;margin:12px auto;position:relative;overflow:hidden}.expertise-home-page .home-approach-rail span{background:linear-gradient(180deg, var(--gold-light), var(--gold-primary));width:100%;transition:height .35s;position:absolute;top:0;left:0}.expertise-home-page .home-approach-steps{gap:16px;display:grid}.expertise-home-page .home-approach-step{cursor:pointer;text-align:left;background:#ffffffb8;border:1px solid #e8e6e3f2;border-radius:8px;grid-template-columns:54px minmax(0,1fr);align-items:start;gap:16px;padding:22px 24px;transition:border-color .25s,box-shadow .25s,transform .25s,background .25s;display:grid}.expertise-home-page .home-approach-step-title{color:var(--navy-deep);font-family:var(--font-serif);flex-wrap:wrap;align-items:baseline;gap:8px;font-size:1.42rem;display:flex}.expertise-home-page .home-approach-step-number{width:44px;height:44px;color:var(--gold-primary);letter-spacing:.8px;border:1px solid #8a6b4a52;border-radius:50%;justify-content:center;align-items:center;font-weight:800;display:inline-flex;font-family:var(--font-sans)!important;font-size:.82rem!important}.expertise-home-page .home-approach-step-content{gap:8px;min-width:0;display:grid}.expertise-home-page .home-approach-step small{color:var(--gray-dark);font-size:.93rem;line-height:1.6}.expertise-home-page .home-approach-step.is-active{background:var(--white);border-color:#8a6b4a61;transform:translate(6px);box-shadow:0 18px 42px #0a162814}.expertise-home-page .home-approach-step.is-active .home-approach-step-number{color:var(--navy-deep);background:var(--gold-light);border-color:var(--gold-light)}.expertise-home-page .home-approach-detail{min-height:360px;color:var(--white);background:linear-gradient(145deg,#0a1628fa,#122745f0);border-radius:8px;align-self:start;padding:38px;position:sticky;top:120px;box-shadow:0 24px 58px #0a162829}.expertise-home-page .home-approach-detail h3{color:var(--white);margin:0 0 30px;font-size:clamp(2rem,4vw,3.4rem);font-weight:300;line-height:.96}.expertise-home-page .home-approach-detail-list,.expertise-home-page .home-usecase-contribution-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.expertise-home-page .home-approach-detail-list li,.expertise-home-page .home-usecase-contribution-list li{color:#ffffffd6;grid-template-columns:26px minmax(0,1fr);align-items:start;gap:12px;line-height:1.55;display:grid}.expertise-home-page .home-approach-next{min-height:50px;color:var(--navy-deep);background:var(--gold-light);cursor:pointer;font:inherit;letter-spacing:.5px;text-transform:uppercase;border:1px solid #d4af7a7a;border-radius:4px;justify-content:center;align-items:center;gap:12px;margin-top:30px;padding:0 22px;font-size:.84rem;font-weight:700;text-decoration:none;display:inline-flex}.expertise-home-page .home-approach-detail-list li span:first-child,.expertise-home-page .home-usecase-contribution-list li span:first-child{width:24px;height:24px;color:var(--navy-deep);background:var(--gold-light);border-radius:50%;place-items:center;line-height:0;display:grid}.expertise-home-page .home-proof-bento{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:minmax(228px,auto);gap:22px;width:min(1360px,100vw - 64px);margin-left:50%;display:grid;transform:translate(-50%)}.expertise-home-page .home-proof-bento>.scroll-reveal{min-width:0;display:grid}.expertise-home-page .home-proof-bento>.scroll-reveal:first-child{grid-area:1/1/span 2/span 5}.expertise-home-page .home-proof-bento>.scroll-reveal:nth-child(2){grid-area:1/6/auto/span 3}.expertise-home-page .home-proof-bento>.scroll-reveal:nth-child(3){grid-area:1/9/auto/span 4}.expertise-home-page .home-proof-bento>.scroll-reveal:nth-child(4){grid-area:2/6/auto/span 7}.expertise-home-page .home-proof-bento-card{background:var(--navy-deep);border:1px solid #e8e6e3c7;border-radius:8px;min-height:100%;position:relative;overflow:hidden;box-shadow:0 18px 50px #0a16281a}.expertise-home-page .home-proof-bento-card.has-image:after{content:"";z-index:1;background:linear-gradient(#0a162814 0%,#0a1628d1 100%),linear-gradient(110deg,#0a1628d1,#0a162829 52%,#8a6b4a6b);position:absolute;inset:0}.expertise-home-page .home-proof-bento-card.is-text-only{background:linear-gradient(145deg,#fffffffa,#f9f8f6eb),radial-gradient(circle at 18% 0,#d4af7a3d,#0000 42%);border-color:#d4af7a47}.expertise-home-page .home-proof-bento-image{position:absolute;inset:0}.expertise-home-page .home-proof-bento-image img{object-fit:cover;filter:saturate(.9)contrast(1.04)}.expertise-home-page .home-proof-bento-content{z-index:2;flex-direction:column;justify-content:flex-end;min-height:100%;padding:clamp(26px,3.2vw,40px);display:flex;position:relative}.expertise-home-page .home-proof-bento-card.is-text-only .home-proof-bento-content{justify-content:center}.expertise-home-page .home-proof-bento-content h3{color:var(--white);margin:18px 0 10px;font-size:clamp(1.55rem,2.6vw,2.25rem);line-height:1.08}.expertise-home-page .home-proof-bento-card.is-text-only h3{color:var(--navy-deep)}.expertise-home-page .home-proof-bento-content p{color:#ffffffd1;max-width:540px;font-size:.96rem;line-height:1.7}.expertise-home-page .home-proof-bento-card.is-text-only p{color:var(--gray-dark)}.expertise-home-page .home-usecase-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;width:min(1440px,100vw - 64px);max-width:none;margin-left:50%;margin-right:auto;transform:translate(-50%)}.expertise-home-page .home-usecase-grid>.scroll-reveal{display:flex}.expertise-home-page .home-usecase-flip-card{perspective:1300px;width:100%;min-height:382px}.expertise-home-page .home-usecase-flip-inner{min-height:inherit;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.2,.72,.18,1);display:grid;position:relative}@media (hover:hover) and (pointer:fine){.expertise-home-page .home-usecase-flip-card:hover .home-usecase-flip-inner{transform:rotateY(180deg)}}.expertise-home-page .home-usecase-flip-card.is-flipped .home-usecase-flip-inner{transform:rotateY(180deg)}.expertise-home-page .home-usecase-face{min-height:inherit;background:var(--white);backface-visibility:hidden;border:1px solid #e8e6e3f2;border-radius:8px;flex-direction:column;grid-area:1/1;padding:32px;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 42px #0a162812}.expertise-home-page .home-usecase-face h3{color:var(--navy-deep);margin:0 0 12px;font-size:1.55rem}.expertise-home-page .home-usecase-face p{color:var(--gray-dark);line-height:1.62}.expertise-home-page .home-usecase-icon-badge{width:46px;height:46px;color:var(--gold-primary);background:linear-gradient(145deg,#fffffff0,#f6f1ead6),radial-gradient(circle at 35% 20%,#d4af7a38,#0000 58%);border:1px solid #8a6b4a42;border-radius:50%;place-items:center;margin-bottom:22px;display:inline-grid}.expertise-home-page .home-usecase-flip-trigger{width:fit-content;color:var(--gold-primary);cursor:pointer;font:inherit;letter-spacing:1.3px;text-transform:uppercase;background:0 0;border:0;margin-top:auto;padding:28px 0 0;font-size:.82rem;font-weight:700;display:inline-flex}.expertise-home-page .home-usecase-face-back{color:var(--white);background:linear-gradient(145deg,#0a1628fa,#8a6b4ad1);gap:18px;transform:rotateY(180deg)}.expertise-home-page .home-usecase-face-back h3,.expertise-home-page .home-usecase-face-back p{color:var(--white)}.expertise-home-page .home-usecase-face-back>span{color:var(--gold-light);letter-spacing:1.8px;text-transform:uppercase;font-size:.78rem;font-weight:700}.expertise-home-page .home-usecase-back-cta{width:fit-content;max-width:100%;min-height:46px;color:var(--white);white-space:nowrap;border:1px solid #d4af7a80;border-radius:4px;align-items:center;margin-top:4px;padding:0 22px;font-size:.82rem;font-weight:700;text-decoration:none;display:inline-flex}.expertise-home-page .home-usecase-back-close{width:34px;height:34px;color:var(--white);cursor:pointer;background:#ffffff14;border:1px solid #ffffff38;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:inline-flex;position:absolute;top:16px;right:16px}@media (max-width:1100px){.expertise-home-page .home-approach-timeline{grid-template-columns:1fr}.expertise-home-page .home-approach-rail{display:none}.expertise-home-page .home-approach-detail{position:relative;top:auto}.expertise-home-page .home-proof-bento,.expertise-home-page .home-usecase-grid{grid-template-columns:1fr;width:100%;margin-left:0;transform:none}.expertise-home-page .home-proof-bento>.scroll-reveal,.expertise-home-page .home-proof-bento>.scroll-reveal:first-child,.expertise-home-page .home-proof-bento>.scroll-reveal:nth-child(2),.expertise-home-page .home-proof-bento>.scroll-reveal:nth-child(3),.expertise-home-page .home-proof-bento>.scroll-reveal:nth-child(4){grid-area:auto}}@media (max-width:768px){.expertise-home-page .home-approach-step{padding:20px}.expertise-home-page .home-usecase-flip-card{min-height:430px}}.premium-page-hero{min-height:760px;color:var(--white);background:var(--navy-deep);align-items:center;padding:150px 0 90px;display:flex;position:relative;overflow:hidden}.premium-page-hero-image{object-fit:cover;object-position:center;transform:scale(1.01)}.premium-page-hero-overlay{z-index:1;background:linear-gradient(90deg,#070f1ae6 0%,#070f1ab8 42%,#070f1a57 100%),linear-gradient(#070f1a14 0%,#070f1a8c 100%);position:absolute;inset:0}.premium-page-hero-container{z-index:2;grid-template-columns:minmax(0,.92fr) minmax(260px,.38fr);align-items:end;gap:56px;display:grid;position:relative}.premium-page-hero-copy{max-width:820px}.premium-page-hero-kicker{color:var(--gold-light)}.premium-page-hero h1{max-width:860px;color:var(--white);letter-spacing:0;margin:16px 0 26px;font-size:clamp(3.2rem,6vw,5.8rem);font-weight:300;line-height:.96}.premium-page-hero-subtitle{color:#ffffffd1;max-width:680px;font-size:1.12rem;line-height:1.8}.premium-page-hero-actions,.aida-final-actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.premium-page-proof-panel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#ffffff1a,#ffffff08),#0a16288f;border:1px solid #d4af7a57;border-radius:8px;gap:14px;padding:28px;display:grid}.premium-page-proof-panel span{color:#ffffffe6;letter-spacing:1.1px;text-transform:uppercase;border-bottom:1px solid #ffffff1f;padding-bottom:14px;font-size:.84rem;font-weight:600}.premium-page-proof-panel span:last-child{border-bottom:0;padding-bottom:0}.aida-page{background:var(--white);overflow-x:clip}.aida-section{padding:110px 0}.aida-section-cream{background:var(--cream)}.aida-section-navy{color:#ffffffc7;background:linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-primary) 100%)}.aida-point-grid,.aida-method-grid,.aida-proof-band,.aida-usecase-grid,.aida-related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;display:grid}.aida-method-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.aida-point-card,.aida-method-step,.aida-proof-item,.aida-usecase-card{background:var(--white);border:1px solid #e8e6e3f2;border-radius:8px;min-height:100%;padding:30px;box-shadow:0 12px 34px #0a16280d}.aida-point-card h3,.aida-method-step h3,.aida-proof-item h3,.aida-usecase-card h3{color:var(--navy-deep);margin:0 0 12px;font-size:1.42rem}.aida-point-card p,.aida-method-step p,.aida-proof-item p,.aida-usecase-card p{color:var(--gray-dark);margin:0;font-size:.96rem;line-height:1.75}.aida-method-step{padding-top:72px;position:relative}.aida-method-step>span{color:var(--gold-primary);letter-spacing:1.6px;font-size:.8rem;font-weight:800;position:absolute;top:28px;left:30px}.aida-section-navy .aida-proof-item,.aida-section-navy .aida-usecase-card{box-shadow:none;background:#ffffff0e;border-color:#ffffff1f}.aida-section-navy .aida-proof-item h3,.aida-section-navy .aida-usecase-card h3{color:var(--white)}.aida-section-navy .aida-proof-item p,.aida-section-navy .aida-usecase-card p{color:#ffffffb8}.aida-usecase-grid{margin-top:28px}.aida-usecase-card>span{color:var(--gold-light);letter-spacing:1.8px;text-transform:uppercase;margin-bottom:18px;font-size:.76rem;font-weight:800;display:inline-flex}.aida-final-cta{color:var(--white);background:linear-gradient(135deg, #0a1628fa, #122745f5), var(--navy-deep);border:1px solid #d4af7a3d;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(240px,.38fr);align-items:center;gap:40px;padding:52px;display:grid;box-shadow:0 22px 56px #0a162829}.aida-final-cta h2{color:var(--white);margin:12px 0 16px;font-size:clamp(2rem,4vw,3rem);font-weight:300}.aida-final-cta p{color:#ffffffc2;max-width:760px;line-height:1.75}.aida-final-proofline{gap:12px;display:grid}.aida-final-proofline span{color:var(--gold-light);letter-spacing:1.1px;text-transform:uppercase;border:1px solid #d4af7a38;border-radius:4px;padding:14px 16px;font-size:.82rem;font-weight:700}.aida-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.aida-custom-section{background:var(--white);padding:100px 0}.aida-custom-section-cream{background:var(--cream)}.aida-article-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.aida-article-grid .article-card,.aida-article-grid .article-featured{min-height:100%}.aida-form-wrap{max-width:860px;margin:0 auto}.aida-form-wrap .rdv-form{max-width:100%}.aida-article-hero{color:var(--white);background:linear-gradient(90deg,#0a1628f0,#0a1628c7),url(/images/refonte/aida-confidential-office.webp) 50%/cover no-repeat;padding:150px 0 70px}.aida-article-hero .container{max-width:960px}.aida-article-hero h1{color:var(--white);margin:14px 0 18px;font-size:clamp(2.6rem,5vw,4.6rem);font-weight:300;line-height:1.02}.aida-article-hero p{color:#ffffffd1;max-width:760px;font-size:1.05rem;line-height:1.75}.aida-article-meta{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.aida-article-meta span{color:var(--gold-light);letter-spacing:1px;text-transform:uppercase;border:1px solid #d4af7a52;border-radius:4px;padding:8px 12px;font-size:.78rem;font-weight:700}@media (max-width:1100px){.premium-page-hero-container,.aida-final-cta{grid-template-columns:1fr}.aida-method-grid,.aida-point-grid,.aida-proof-band,.aida-usecase-grid,.aida-related-grid,.aida-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.premium-page-hero{min-height:680px;padding:130px 0 70px}.premium-page-hero h1{font-size:2.65rem;line-height:1.04}.premium-page-hero-subtitle{font-size:1rem}.premium-page-proof-panel,.aida-final-cta{padding:26px}.aida-section,.aida-custom-section{padding:72px 0}.aida-method-grid,.aida-point-grid,.aida-proof-band,.aida-usecase-grid,.aida-related-grid,.aida-article-grid{grid-template-columns:1fr}.premium-page-hero-actions,.aida-final-actions{flex-direction:column}.premium-page-hero-actions a,.aida-final-actions a{width:100%}.aida-article-hero{padding:132px 0 58px}}.editorial-hero{min-height:740px;color:var(--white);background:var(--navy-deep);align-items:center;padding:148px 0 88px;display:flex;position:relative;overflow:hidden}.editorial-hero-image{object-fit:cover;object-position:center}.editorial-hero-overlay{z-index:1;background:linear-gradient(90deg,#070f1aeb 0%,#070f1ac2 44%,#070f1a47 100%),linear-gradient(#070f1a14 0%,#070f1aa8 100%);position:absolute;inset:0}.editorial-hero-inner{z-index:2;grid-template-columns:minmax(0,.9fr) minmax(250px,.36fr);align-items:end;gap:64px;display:grid;position:relative}.editorial-hero-copy{max-width:820px}.editorial-hero-kicker{color:var(--gold-light)}.editorial-hero h1{max-width:900px;color:var(--white);letter-spacing:0;margin:16px 0 26px;font-size:clamp(3.1rem,5.8vw,5.6rem);font-weight:300;line-height:.98}.editorial-hero-copy>p:not(.home-section-kicker){color:#ffffffd1;max-width:690px;font-size:1.08rem;line-height:1.85}.editorial-hero-eclairages .editorial-hero-inner{text-align:center;grid-template-columns:minmax(0,920px);justify-content:center;justify-items:center}.editorial-hero-eclairages .editorial-hero-copy{justify-items:center;max-width:920px;display:grid}.editorial-hero-eclairages .editorial-hero-actions{justify-content:center}.editorial-hero-actions,.editorial-final-actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.editorial-hero-proof{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a16289e;border:1px solid #d4af7a52;border-radius:8px;gap:13px;padding:28px;display:grid}.editorial-hero-proof span{color:#ffffffe0;letter-spacing:1.1px;text-transform:uppercase;border-bottom:1px solid #ffffff1f;padding-bottom:13px;font-size:.82rem;font-weight:700}.editorial-hero-proof span:last-child{border-bottom:0;padding-bottom:0}.editorial-hero-meta{color:var(--gold-light)!important}.editorial-page{background:var(--white);overflow-x:clip}.editorial-section{padding:110px 0}.editorial-section-cream{background:var(--cream)}.editorial-section-navy{color:#ffffffc7;background:linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-primary) 100%)}.editorial-section-navy h2,.editorial-section-navy h3{color:var(--white)}.editorial-breadcrumb{padding:24px 0}.editorial-split{grid-template-columns:minmax(0,.92fr) minmax(320px,.52fr);align-items:center;gap:68px;display:grid}.editorial-split-reverse{grid-template-columns:minmax(320px,.52fr) minmax(0,.92fr)}.editorial-split-reverse .editorial-split-copy{order:2}.editorial-split-extra{max-width:720px;margin-top:28px}.editorial-photo-panel{background:var(--navy-deep);border-radius:8px;min-height:520px;position:relative;overflow:hidden;box-shadow:0 22px 58px #0a162824}.editorial-photo-panel:after{content:"";background:linear-gradient(#0a162814,#0a16287a);position:absolute;inset:0}.editorial-photo-panel img{object-fit:cover}.editorial-photo-panel span{z-index:2;max-width:300px;color:var(--gold-light);letter-spacing:1.3px;text-transform:uppercase;background:#0a1628b8;border:1px solid #d4af7a59;border-radius:4px;padding:12px 16px;font-size:.72rem;font-weight:700;position:absolute;bottom:22px;right:22px}.editorial-issue-grid,.editorial-usecase-row,.editorial-related-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.editorial-issue-card,.editorial-usecase-item,.editorial-proof-card{background:var(--white);border:1px solid #e8e6e3f2;border-radius:8px;min-height:100%;padding:30px;box-shadow:0 12px 34px #0a16280d}.editorial-issue-card>span,.editorial-method-item>span,.editorial-usecase-item>span{color:var(--gold-primary);letter-spacing:1.6px;text-transform:uppercase;margin-bottom:18px;font-size:.75rem;font-weight:800;display:inline-flex}.editorial-issue-card h3,.editorial-usecase-item h3,.editorial-proof-card h3{color:var(--navy-deep);margin:0 0 12px;font-size:1.42rem}.editorial-issue-card p,.editorial-usecase-item p,.editorial-proof-card p{color:var(--gray-dark);margin:0;font-size:.96rem;line-height:1.75}.editorial-method-rail{gap:18px;max-width:980px;margin:48px auto 0;display:grid;position:relative}.editorial-method-rail:before{content:"";background:#d4af7a52;width:1px;position:absolute;top:20px;bottom:20px;left:28px}.editorial-method-item{background:var(--white);border:1px solid #e8e6e3e6;border-radius:8px;grid-template-columns:56px minmax(0,1fr);align-items:start;gap:22px;padding:24px 28px;display:grid;position:relative}.editorial-method-item>span{z-index:1;background:var(--cream);border:1px solid #d4af7a6b;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0}.editorial-method-item h3{color:var(--navy-deep);margin:0 0 8px;font-size:1.45rem}.editorial-method-item p{color:var(--gray-dark);margin:0;line-height:1.75}.editorial-proof-bento{grid-template-columns:repeat(6,minmax(0,1fr));gap:22px;margin-top:42px;display:grid}.editorial-proof-card{box-shadow:none;grid-column:span 2}.editorial-proof-card-image{background:var(--navy-deep);border:0;grid-column:span 3;min-height:340px;padding:0;position:relative;overflow:hidden}.editorial-proof-card-image img{object-fit:cover}.editorial-section-navy .editorial-proof-card,.editorial-section-navy .editorial-issue-card,.editorial-section-navy .editorial-usecase-item{box-shadow:none;background:#ffffff0f;border-color:#ffffff21}.editorial-section-navy .editorial-proof-card p,.editorial-section-navy .editorial-issue-card p,.editorial-section-navy .editorial-usecase-item p{color:#ffffffb8}.editorial-section-navy .editorial-usecase-item>span{color:var(--gold-light)}.editorial-usecase-row{margin-top:34px}.editorial-quote-band{border-left:3px solid var(--gold-primary);background:var(--cream);max-width:980px;margin:0 auto;padding:54px}.editorial-quote-band blockquote{color:var(--navy-deep);font-family:var(--font-serif), "Cormorant Garamond", Georgia, serif;margin:0;font-size:clamp(2rem,4vw,3.2rem);font-weight:300;line-height:1.18}.editorial-quote-band figcaption{color:var(--gold-primary);letter-spacing:1.4px;text-transform:uppercase;margin-top:24px;font-size:.78rem;font-weight:800}.editorial-final-cta{color:var(--white);background:linear-gradient(135deg, #0a1628fa, #1a2642f5), var(--navy-deep);border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(240px,.36fr);align-items:center;gap:44px;padding:56px;display:grid}.editorial-final-cta h2{color:var(--white);margin:12px 0 16px;font-size:clamp(2rem,4vw,3rem);font-weight:300}.editorial-final-cta p{color:#ffffffc2;max-width:720px;line-height:1.75}.editorial-final-proofline{gap:12px;display:grid}.editorial-final-proofline span{color:var(--gold-light);letter-spacing:1.1px;text-transform:uppercase;border:1px solid #d4af7a3d;border-radius:4px;padding:13px 15px;font-size:.8rem;font-weight:800}.editorial-faq-wrap{max-width:960px;margin:0 auto}.editorial-related-links{margin-top:34px}.article-magazine-hero{color:var(--white);background:linear-gradient(90deg, #0a1628f2, #0a1628c7, #0a162885), var(--article-hero-image,url(/images/refonte/eclairages-article-header-premium.webp)) center / cover no-repeat;padding:148px 0 78px;position:relative;overflow:hidden}.article-magazine-hero .container{max-width:1040px}.article-magazine-hero h1{max-width:940px;color:var(--white);margin:14px 0 18px;font-size:clamp(2.8rem,5vw,4.8rem);font-weight:300;line-height:1.02}.article-magazine-hero p:not(.home-section-kicker){color:#ffffffd1;max-width:760px;font-size:1.05rem;line-height:1.75}.article-magazine-meta{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.article-magazine-meta span,.article-reading-aside span{color:var(--gold-light);letter-spacing:1px;text-transform:uppercase;border:1px solid #d4af7a52;border-radius:4px;padding:8px 12px;font-size:.76rem;font-weight:800}.article-reading-shell{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:56px;padding:82px 0 110px;display:grid}.article-reading-main{min-width:0}.article-reading-main>.article-context-note{margin-bottom:clamp(42px,5vw,68px)}.article-reading-main>.page-toc,.article-reading-main .page-toc{display:none}.page-cta .btn-gold{color:#122236;letter-spacing:.025em;text-transform:uppercase;white-space:nowrap;background:linear-gradient(#dfbe88 0%,#d4af7a 100%);border:1px solid #dfbe8880;border-radius:2px;justify-content:center;align-items:center;gap:18px;min-height:50px;padding:0 28px;font-size:.86rem;font-weight:600;line-height:1;text-decoration:none;transition:transform .25s,box-shadow .25s,filter .25s;display:inline-flex;box-shadow:inset 0 1px #ffffff40}.page-cta .btn-gold:before{content:"";background:currentColor;flex:none;width:17px;height:17px;display:block;transform:translateY(-.5px);-webkit-mask:url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2V6M16 2V6M3.5 9.09H20.5M5.5 4H18.5C19.6046 4 20.5 4.89543 20.5 6V19C20.5 20.1046 19.6046 21 18.5 21H5.5C4.39543 21 3.5 20.1046 3.5 19V6C3.5 4.89543 4.39543 4 5.5 4Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2V6M16 2V6M3.5 9.09H20.5M5.5 4H18.5C19.6046 4 20.5 4.89543 20.5 6V19C20.5 20.1046 19.6046 21 18.5 21H5.5C4.39543 21 3.5 20.1046 3.5 19V6C3.5 4.89543 4.39543 4 5.5 4Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat}.page-cta .btn-gold:hover{color:#122236;filter:brightness(1.02);background:linear-gradient(#dfbe88 0%,#d4af7a 100%);border-color:#dfbe8880;transform:translateY(-1px);box-shadow:0 14px 28px #0000002e}.page-cta .btn-gold:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px;box-shadow:0 0 0 4px #b8936d40}.article-reading-aside{gap:18px;display:grid;position:sticky;top:112px}.article-toc-card,.article-context-note,.article-conversion-panel{border:1px solid var(--gray-light);background:var(--cream);border-radius:8px;padding:24px}.article-toc-card h2,.article-context-note h2,.article-conversion-panel h2{color:var(--navy-deep);margin:0 0 12px;font-size:1.28rem}.article-toc-card ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.article-toc-card li{color:var(--gray-dark);font-size:.92rem;line-height:1.55}.article-scroll-toc{max-height:calc(100svh - 140px);overflow:auto}.article-scroll-toc>span{margin-bottom:18px;display:inline-flex}.article-scroll-toc ol{gap:4px;margin:0;padding:0;list-style:none;display:grid}.article-scroll-toc li{margin:0}.article-scroll-toc a{color:var(--gray-dark);border-left:2px solid #0000;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:10px;padding:10px 0;font-size:.9rem;line-height:1.42;text-decoration:none;transition:border-color .22s,color .22s,padding-left .22s;display:grid}.article-scroll-toc a span{color:#8a6b4a9e;letter-spacing:.8px;border:0;width:fit-content;padding:0;font-size:.72rem;font-weight:800;display:inline-flex}.article-scroll-toc a:hover,.article-scroll-toc a.is-active{border-left-color:var(--gold-primary);color:var(--navy-deep);padding-left:10px}.article-scroll-toc a.is-active span{color:var(--gold-primary)}.article-scroll-toc p{color:var(--gray-dark);margin:0;font-size:.9rem;line-height:1.55}.article-context-note{border-left:3px solid var(--gold-primary)}.article-context-note p,.article-conversion-panel p{color:var(--gray-dark);margin:0;line-height:1.75}.article-conversion-panel{color:var(--white);background:var(--navy-deep)}.article-conversion-panel h2{color:var(--white)}.article-conversion-panel p{color:#ffffffc2}.article-conversion-panel a{margin-top:18px}.expertises-index-page{background:var(--white)}.expertises-index-list>.container{max-width:none;padding-inline:clamp(24px,5vw,72px)}.expertises-index-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:24px;display:grid}.expertises-index-card{min-height:430px;color:var(--white);background:var(--navy-deep);isolation:isolate;border:1px solid #0a162814;border-radius:8px;grid-column:span 4;text-decoration:none;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 54px #0a16281a}.expertises-index-card-featured{grid-column:span 7;min-height:540px}.expertises-index-card:nth-child(2){grid-column:span 5}.expertises-index-card-media,.expertises-index-card-media img{display:block;position:absolute;inset:0}.expertises-index-card-media img{object-fit:cover;transition:transform .55s}.expertises-index-card:after{content:"";z-index:1;background:linear-gradient(#0a16281a 0%,#0a1628d1 76%),linear-gradient(90deg,#0a16288f,#0a16281a);position:absolute;inset:0}.expertises-index-card:hover .expertises-index-card-media img{transform:scale(1.035)}.expertises-index-card-body{z-index:2;flex-direction:column;justify-content:flex-end;width:100%;padding:34px;display:flex;position:relative}.expertises-index-card-featured .expertises-index-card-body{padding:clamp(38px,4.8vw,58px)}.expertises-index-card-meta{color:var(--gold-light);letter-spacing:1.7px;text-transform:uppercase;justify-content:space-between;align-items:center;gap:16px;margin-bottom:auto;font-size:.72rem;font-weight:800;display:flex}.expertises-index-card .home-card-icon{color:var(--gold-light);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;margin-top:120px}.expertises-index-card-featured .home-card-icon{margin-top:170px}.expertises-index-card h3{max-width:560px;color:var(--white);margin:18px 0 12px;font-size:clamp(1.9rem,2.5vw,2.65rem);font-weight:300;line-height:1.05}.expertises-index-card:not(.expertises-index-card-featured) h3{font-size:clamp(1.55rem,1.8vw,2rem)}.expertises-index-card p{color:#ffffffc2;max-width:620px;font-size:.98rem;line-height:1.72}.expertises-index-card .home-text-link{color:var(--gold-light)}.expertises-index-orientation{background:linear-gradient(135deg,#fffffff5,#f9f8f6e6),radial-gradient(circle at 0 0,#d4af7a2e,#0000 42%);border:1px solid #8a6b4a38;border-radius:8px;justify-content:space-between;align-items:center;gap:24px;width:min(820px,100%);margin:clamp(34px,4vw,52px) auto 0;padding:18px 20px 18px 28px;display:flex;box-shadow:0 18px 48px #0a16280f}.expertises-index-orientation p{color:var(--navy-deep);font-family:var(--font-serif);margin:0;font-size:clamp(1.35rem,2vw,1.85rem);line-height:1.15}.expertises-index-orientation .btn-primary{flex:none;margin:0}.expertise-index-decision-card{min-height:250px}.cabinet-story-hero{min-height:92svh;color:var(--white);background:linear-gradient(90deg, #0a1628fa, #0a1628e6 48%, #0a1628b8), var(--navy-deep);padding:154px 0 92px;position:relative;overflow:hidden}.cabinet-story-hero:after{content:"";background:#d4af7a42;height:1px;position:absolute;inset:auto 0 0}.cabinet-story-hero-grid{grid-template-columns:minmax(0,.92fr) minmax(380px,.7fr);align-items:center;gap:clamp(48px,7vw,104px);width:min(100%,1680px);max-width:none;padding-inline:clamp(24px,5vw,80px);display:grid}.cabinet-story-hero-copy h1{max-width:920px;color:var(--white);font-family:var(--font-serif);text-wrap:pretty;margin:18px 0 26px;font-size:clamp(3.35rem,6vw,6.3rem);font-weight:300;line-height:.96}.cabinet-story-hero-copy>p:not(.home-section-kicker){color:#ffffffc2;max-width:680px;font-size:1.08rem;line-height:1.85}.cabinet-story-proofline{flex-wrap:wrap;gap:10px;margin-top:34px;display:flex}.cabinet-story-proofline span{color:#ffffffd1;letter-spacing:.8px;text-transform:uppercase;border:1px solid #d4af7a57;border-radius:999px;padding:10px 13px;font-size:.78rem;font-weight:700}.cabinet-story-hero-photo,.cabinet-founder-photo{background:var(--navy-primary);border-radius:8px;position:relative;overflow:hidden;box-shadow:0 28px 80px #00000047}.cabinet-story-hero-photo{min-height:min(68svh,680px);margin:0}.cabinet-story-hero-photo img,.cabinet-founder-photo img{object-fit:cover}.cabinet-story-hero-photo:after,.cabinet-founder-photo:after{content:"";background:linear-gradient(#0a162805,#0a16288a);position:absolute;inset:0}.cabinet-story-hero-photo figcaption,.cabinet-founder-photo figcaption{z-index:2;color:#ffffffd1;border-top:1px solid #d4af7a61;padding-top:18px;font-size:.92rem;line-height:1.55;position:absolute;bottom:24px;left:24px;right:24px}.cabinet-story-hero-photo figcaption span{color:var(--gold-light);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:8px;font-size:.72rem;font-weight:800;display:block}.cabinet-story-page{background:var(--white)}.cabinet-story-origin{background:var(--white);padding-bottom:0}.cabinet-story-prose-grid{grid-template-columns:minmax(0,.84fr);align-items:start;gap:clamp(48px,7vw,92px);display:grid}.cabinet-story-prose{max-width:820px}.cabinet-story-prose h2,.cabinet-story-section-heading h2{color:var(--navy-deep);text-wrap:pretty;margin:12px 0 24px;font-size:clamp(2.5rem,4vw,4.5rem);font-weight:300;line-height:1.02}.cabinet-story-prose p:not(.home-section-kicker),.cabinet-founder-copy>p{color:var(--gray-dark);font-size:1.03rem;line-height:1.9}.cabinet-founder-copy blockquote p,.cabinet-story-conviction p{color:var(--navy-deep);font-family:var(--font-serif);margin:0;font-size:clamp(1.55rem,2.2vw,2.35rem);font-weight:300;line-height:1.1}.cabinet-story-founders{background:var(--cream)}.cabinet-story-founders .cabinet-story-section-heading{margin-bottom:clamp(86px,8vw,132px)}.cabinet-story-reading-quote{min-height:460px;color:var(--white);background:linear-gradient(120deg,#0a1628eb,#122745c2),url(/images/home/quote-architecture-premium.jpg) 50%/cover no-repeat;align-items:center;margin-top:78px;padding:96px clamp(26px,6vw,88px);display:flex;box-shadow:0 26px 70px #0a162829}.cabinet-story-reading-quote .home-reading-quote{color:#ffffff3b;max-width:1040px;font-family:var(--font-serif);letter-spacing:0;margin:0;font-size:clamp(2.45rem,6vw,5.5rem);font-weight:300;line-height:1.08}.cabinet-story-reading-quote .home-reading-quote span{transition:color .28s,text-shadow .28s}.cabinet-story-reading-quote .home-reading-quote span.is-read{color:var(--white);text-shadow:0 0 28px #d4af7a2e}.cabinet-story-section-heading{text-align:center;max-width:860px;margin:0 auto 66px}.cabinet-story-section-heading-left{text-align:left;margin:0}.approche-doctrine-section{background:linear-gradient(180deg, #f9f8f68a, #fffffff5), var(--white)}.approche-doctrine-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:clamp(42px,5vw,64px);display:grid}.approche-doctrine-card{background:linear-gradient(#fffffffa,#f9f8f6eb),radial-gradient(circle at 18% 0,#d4af7a2e,#0000 42%);border:1px solid #e8e6e3e6;border-radius:8px;min-height:320px;padding:clamp(30px,4vw,44px);position:relative;box-shadow:0 20px 50px #0a16280f}.approche-doctrine-card>span{width:44px;height:44px;color:var(--gold-primary);font-family:var(--font-sans);letter-spacing:.08em;border:1px solid #8a6b4a47;border-radius:50%;justify-content:center;align-items:center;margin-bottom:54px;font-size:.78rem;font-weight:800;display:inline-flex}.approche-doctrine-card h3{max-width:320px;color:var(--navy-deep);margin-bottom:16px;font-size:clamp(1.55rem,2.4vw,2rem);line-height:1.08}.approche-doctrine-card p{color:var(--gray-dark);font-size:.98rem;line-height:1.75}.approche-reading-section{min-height:78svh;color:var(--white);background:linear-gradient(120deg,#0a1628eb,#122745c2),url(/images/home/quote-architecture-premium.jpg) 50%/cover no-repeat;align-items:center;padding:0;display:flex;overflow:hidden}.approche-reading-section .cabinet-story-reading-quote{width:min(calc(100% - 80px), var(--container-width));max-width:var(--container-width);min-height:78svh;box-shadow:none;background:0 0;margin-top:0;margin-left:auto;margin-right:auto}.approche-links-section{background:var(--white)}.cabinet-founder-stack{gap:clamp(124px,12vw,188px);display:grid}.cabinet-founder-story{grid-template-columns:minmax(320px,.46fr) minmax(0,.74fr);align-items:center;gap:clamp(42px,6vw,84px);display:grid}.cabinet-founder-story-reverse{grid-template-columns:minmax(0,.74fr) minmax(320px,.46fr)}.cabinet-founder-story-reverse .cabinet-founder-photo{order:2}.cabinet-founder-photo{min-height:640px;margin:0}.cabinet-founder-photo figcaption{color:var(--gold-light);letter-spacing:1.6px;text-align:right;text-transform:uppercase;font-size:.72rem;font-weight:800;left:auto}.cabinet-founder-copy h3{color:var(--navy-deep);margin:8px 0 10px;font-size:clamp(2.35rem,4vw,4.15rem);font-weight:300;line-height:1}.cabinet-founder-role{letter-spacing:1.2px;text-transform:uppercase;margin:0 0 34px;font-weight:800;color:var(--gold-primary)!important;font-size:.78rem!important;line-height:1.5!important}.cabinet-founder-copy blockquote{border-left:1px solid #8a6b4a6b;margin:0 0 34px;padding:30px 0 30px 34px}.cabinet-story-convictions{color:var(--white);background:var(--navy-deep)}.cabinet-story-convictions-inner{grid-template-columns:minmax(280px,.42fr) minmax(0,.72fr);gap:clamp(42px,6vw,88px);display:grid}.cabinet-story-convictions h2{color:var(--white)}.cabinet-story-quote-list{background:#d4af7a2e;gap:1px;display:grid}.cabinet-story-conviction{background:var(--navy-deep);margin:0;padding:34px 0 34px 34px}.cabinet-story-conviction span{color:var(--gold-light);letter-spacing:1.6px;text-transform:uppercase;margin-bottom:16px;font-size:.72rem;font-weight:800;display:inline-flex}.cabinet-story-conviction p{color:#ffffffe6}@media (max-width:1100px){.editorial-hero-inner,.editorial-split,.editorial-split-reverse,.editorial-final-cta,.article-reading-shell{grid-template-columns:1fr}.editorial-split-reverse .editorial-split-copy{order:0}.editorial-issue-grid,.editorial-usecase-row,.editorial-related-links{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-proof-card,.editorial-proof-card-image{grid-column:span 3}.article-reading-aside{grid-template-columns:repeat(3,minmax(0,1fr));position:static}.approche-doctrine-grid{grid-template-columns:1fr}.approche-doctrine-card{min-height:auto}.approche-doctrine-card>span{margin-bottom:30px}.expertises-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.expertises-index-card,.expertises-index-card-featured,.expertises-index-card:nth-child(2){grid-column:auto;min-height:450px}.cabinet-story-hero-grid,.cabinet-story-prose-grid,.cabinet-founder-story,.cabinet-founder-story-reverse,.cabinet-story-convictions-inner{grid-template-columns:1fr}.cabinet-founder-story-reverse .cabinet-founder-photo{order:0}.cabinet-story-reading-quote{min-height:360px;margin-top:56px;padding:64px 24px}}@media (max-width:768px){.editorial-hero{min-height:680px;padding:130px 0 70px}.editorial-hero h1{font-size:2.62rem;line-height:1.04}.editorial-section{padding:74px 0}.editorial-photo-panel{min-height:380px}.editorial-issue-grid,.editorial-usecase-row,.editorial-related-links,.article-reading-aside,.editorial-proof-bento{grid-template-columns:1fr}.editorial-proof-card,.editorial-proof-card-image{grid-column:auto}.editorial-hero-actions,.editorial-final-actions{flex-direction:column}.editorial-hero-actions a,.editorial-final-actions a{width:100%}.editorial-final-cta,.editorial-quote-band{padding:28px}.article-magazine-hero{padding:132px 0 58px}.article-reading-shell{gap:30px;padding:52px 20px 78px}.article-reading-main{padding:0 2px}.article-reading-aside{order:-1}.article-scroll-toc{max-height:none}.expertises-index-grid{grid-template-columns:1fr}.expertises-index-card,.expertises-index-card-featured,.expertises-index-card:nth-child(2){min-height:420px}.expertises-index-card-body,.expertises-index-card-featured .expertises-index-card-body{padding:28px}.expertises-index-card .home-card-icon,.expertises-index-card-featured .home-card-icon{margin-top:120px}.expertises-index-orientation{text-align:center;flex-direction:column;align-items:stretch;padding:24px}.expertises-index-orientation .btn-primary{width:100%}.cabinet-story-hero{padding:132px 0 72px}.cabinet-story-hero-photo,.cabinet-founder-photo{min-height:520px}.cabinet-founder-stack{gap:86px}.cabinet-story-conviction{padding-left:0}}.mobile-density-relaxed{--mobile-section-padding:64px}.landing-page-experience.lp-home-mobile-trim{overflow-x:clip}@media (max-width:768px){.mobile-density-relaxed .home-refonte-section,.landing-page-experience.lp-home-mobile-trim .home-refonte-section{padding:var(--mobile-section-padding) 0}.mobile-density-relaxed .home-section-heading,.landing-page-experience.lp-home-mobile-trim .home-section-heading{margin-bottom:36px}.mobile-density-relaxed .home-section-heading h2,.landing-page-experience.lp-home-mobile-trim .home-section-heading h2{margin-bottom:16px}.mobile-density-relaxed .home-persona-grid,.mobile-density-relaxed .home-steps-grid,.mobile-density-relaxed .home-expertise-grid,.mobile-density-relaxed .home-proof-grid,.mobile-density-relaxed .home-usecase-grid,.mobile-density-relaxed .home-founder-grid,.mobile-density-relaxed .home-comparison-grid,.mobile-density-relaxed .home-appreciation-grid,.landing-page-experience.lp-home-mobile-trim .home-expertise-grid,.landing-page-experience.lp-home-mobile-trim .home-proof-bento,.landing-page-experience.lp-home-mobile-trim .home-approach-steps{gap:18px}.mobile-density-relaxed .home-persona-card,.mobile-density-relaxed .home-step-card,.mobile-density-relaxed .home-expertise-card,.mobile-density-relaxed .home-proof-card,.mobile-density-relaxed .home-usecase-card,.mobile-density-relaxed .home-founder-card,.mobile-density-relaxed .home-comparison-card,.mobile-density-relaxed .home-appreciation-card,.landing-page-experience.lp-home-mobile-trim .home-expertise-card,.landing-page-experience.lp-home-mobile-trim .home-proof-bento-content,.landing-page-experience.lp-home-mobile-trim .home-approach-step{padding:22px}.mobile-density-relaxed .home-expertise-card,.landing-page-experience.lp-home-mobile-trim .home-expertise-card{min-height:auto}.home-mobile-secondary-detail{display:none}.home-persona-flip-card{min-height:430px}.home-usecase-flip-card{min-height:360px}.home-articles-track,.home-partners-row,.home-partners-row-reverse{animation:none}.home-articles-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin:0 -20px;padding:8px 20px 24px;scroll-padding:0 20px;overflow:auto visible}.home-articles-carousel:before,.home-articles-carousel:after,.home-hero-banner-mobile-compact .home-hero-secondary-cta{display:none}.home-articles-track{gap:18px;width:max-content;min-width:100%;padding-right:20px;transform:none}.home-carousel-card{scroll-snap-align:start;width:min(310px,82vw)}.lp-home-mobile-trim .lp-home-solution-panel{margin-top:18px;padding:18px}.lp-home-mobile-trim .lp-home-solution-panel h2{font-size:1.42rem}.lp-home-mobile-trim .lp-home-solution-panel p{line-height:1.55}.lp-home-mobile-trim .home-hero-trust-grid{display:none}.premium-page-hero-actions a,.aida-final-actions a,.editorial-hero-actions a,.editorial-final-actions a{justify-content:center}.premium-page-proof-panel,.editorial-hero-proof{gap:10px;padding:20px}.footer-acquisition-groups{gap:18px}}@media (max-width:480px){.mobile-density-relaxed,.landing-page-experience.lp-home-mobile-trim{--mobile-section-padding:56px}.mobile-density-relaxed .home-section-heading,.landing-page-experience.lp-home-mobile-trim .home-section-heading{margin-bottom:32px}.sticky-cta{padding:10px 16px calc(10px + env(safe-area-inset-bottom))}.sticky-cta-button,.sticky-cta-button:link,.sticky-cta-button:visited,.sticky-cta-button:hover,.sticky-cta-button:active{letter-spacing:.25px;min-height:52px;font-size:.92rem}}
