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

:root{
  --bg:#f5f2ec;
  --paper:#fbfaf7;
  --ink:#151713;
  --muted:#6e7069;
  --line:#d9d5cc;
  --olive:#4d563d;
  --olive-dark:#30372b;
  --gold:#a27b42;
  --white:#fff;
  --max:1540px;
  --serif:'Playfair Display',Georgia,serif;
  --sans:'DM Sans',Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);line-height:1.55}
img,video{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.skip-link{position:fixed;top:-100px;left:12px;z-index:9999;background:#fff;padding:10px 14px}
.skip-link:focus{top:12px}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(251,250,247,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(21,23,19,.10)}
.nav-shell{max-width:var(--max);height:82px;margin:auto;padding:0 44px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:12px;margin-right:auto}
.brand-mark{width:48px;height:48px;display:block}
.brand-mark img{width:100%;height:100%;object-fit:contain}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font-family:var(--serif);font-size:20px;font-weight:500;letter-spacing:.06em}
.brand-copy small{font-size:8px;letter-spacing:.27em;margin-top:5px}
.primary-nav{display:flex;align-items:center;gap:26px}
.primary-nav a{position:relative;font-size:11px;font-weight:600}
.primary-nav a:after{content:'';position:absolute;left:0;right:100%;bottom:-11px;height:1px;background:var(--ink);transition:.25s}
.primary-nav a:hover:after,.primary-nav a.active:after{right:0}
.nav-cta{margin-left:6px;border:1px solid var(--ink);padding:12px 17px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;transition:.25s}
.nav-cta:hover{background:var(--ink);color:#fff}
.menu-toggle{display:none;width:42px;height:42px;border:0;background:transparent;padding:10px}
.menu-toggle span{display:block;height:1.5px;background:var(--ink);margin:6px 0}

/* Shared */
.wrap{max-width:var(--max);margin:auto;padding-left:44px;padding-right:44px}
.eyebrow{margin:0 0 12px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.17em;color:var(--gold)}
.display{font-family:var(--serif);font-weight:500;letter-spacing:-.025em;line-height:.98;margin:0}
.section{max-width:var(--max);margin:auto;padding:112px 44px}
.section-rule{border-top:1px solid var(--line)}
.text-link{display:inline-flex;align-items:center;gap:12px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;padding-bottom:5px;border-bottom:1px solid var(--ink)}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}

/* Home hero: editorial, video-led */
.v2-hero{max-width:var(--max);margin:auto;min-height:700px;display:grid;grid-template-columns:64% 36%;border-bottom:1px solid var(--line);background:var(--paper)}
.v2-hero-copy{padding:72px 76px 64px 64px;display:flex;flex-direction:column;justify-content:center}
.v2-hero-logo{display:flex;align-items:center;gap:20px;margin-bottom:42px;width:max-content}
.v2-hero-logo img{width:132px;height:132px;object-fit:contain}
.v2-hero-logo span{display:flex;flex-direction:column;line-height:1}
.v2-hero-logo strong{font-family:var(--serif);font-size:34px;font-weight:500;letter-spacing:.055em}
.v2-hero-logo small{margin-top:9px;font-size:10px;letter-spacing:.30em}
.v2-hero h1{font-size:clamp(58px,6.1vw,96px);max-width:800px}
.v2-hero-lead{margin:28px 0 34px;max-width:590px;color:#54574f;font-size:15px}
.v2-hero-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}
.btn-dark{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:51px;padding:0 22px;background:var(--ink);color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;transition:.25s}
.btn-dark:hover{background:var(--olive-dark);transform:translateY(-2px)}
.v2-auth{margin-top:62px;padding-top:20px;border-top:1px solid var(--line);display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start;max-width:620px}
.v2-auth b{width:28px;height:28px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-size:12px}
.v2-auth strong{display:block;font-family:var(--serif);font-weight:500;font-size:17px}
.v2-auth span{display:block;margin-top:4px;color:var(--muted);font-size:11px}
.v2-hero-media{position:relative;background:#111 url('images/2026-sept/video-posters/video-salle-de-bain-beige-poster.webp') center/cover no-repeat;overflow:hidden;min-height:700px}
.v2-hero-media:before{content:'';position:absolute;inset:-18px;background:inherit;filter:blur(24px) brightness(.55);transform:scale(1.06);z-index:0}
.v2-hero-media video{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;object-position:center;background:rgba(0,0,0,.18);filter:saturate(.95) contrast(1.02)}
.v2-hero-media:after{content:'';position:absolute;z-index:2;inset:0;background:linear-gradient(180deg,transparent 57%,rgba(0,0,0,.46));pointer-events:none}
.v2-project-tag{position:absolute;z-index:3;left:32px;right:32px;bottom:28px;color:#fff;display:flex;justify-content:space-between;align-items:end;gap:20px}
.v2-project-tag span{font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:rgba(255,255,255,.7)}
.v2-project-tag strong{font-family:var(--serif);font-size:28px;font-weight:500}
.v2-project-tag a{font-size:9px;text-transform:uppercase;letter-spacing:.12em;border-bottom:1px solid rgba(255,255,255,.75);padding-bottom:5px}

/* Intro statement */
.v2-statement{max-width:var(--max);margin:auto;padding:100px 44px;display:grid;grid-template-columns:.55fr 1.45fr;gap:80px;align-items:start}
.v2-statement h2{font-family:var(--serif);font-weight:500;font-size:clamp(45px,4.7vw,74px);line-height:1.02;margin:0;max-width:980px}
.v2-statement p{color:var(--muted);max-width:540px;margin:0;font-size:14px;line-height:1.8}

/* Video features */
.v2-video-section{max-width:var(--max);margin:auto;padding:105px 44px 120px;background:#171916;color:#fff}
.v2-section-head{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end;margin-bottom:38px}
.v2-section-head h2{font-family:var(--serif);font-size:clamp(42px,4.5vw,68px);font-weight:500;line-height:1;margin:0}
.v2-section-head p{max-width:430px;color:rgba(255,255,255,.63);font-size:12px;margin:0}
.v2-video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px 24px}
.v2-film{margin:0}
.v2-film-media{position:relative;background:#000;overflow:hidden;aspect-ratio:16/11}
.v2-film-media video{width:100%;height:100%;object-fit:cover;background:#000}
.v2-film-media.portrait video{object-fit:contain}
.v2-film figcaption{display:flex;justify-content:space-between;gap:30px;padding-top:15px;border-top:1px solid rgba(255,255,255,.18);margin-top:13px}
.v2-film figcaption span{font-size:9px;letter-spacing:.13em;text-transform:uppercase;color:rgba(255,255,255,.55)}
.v2-film figcaption strong{font-family:var(--serif);font-size:21px;font-weight:500;text-align:right}

/* Service index: text only */
.v2-services{max-width:var(--max);margin:auto;padding:110px 44px;background:var(--paper)}
.v2-services-head{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:52px}
.v2-services-head h2{font-family:var(--serif);font-weight:500;font-size:clamp(45px,4.2vw,66px);line-height:1.02;margin:0}
.v2-services-head p{max-width:560px;color:var(--muted);font-size:14px;align-self:end;margin:0}
.v2-service-list{border-top:1px solid var(--line)}
.v2-service-row{display:grid;grid-template-columns:70px 1fr 1fr auto;gap:28px;align-items:center;padding:26px 0;border-bottom:1px solid var(--line);transition:.25s}
.v2-service-row:hover{padding-left:8px}
.v2-service-row b{font-family:var(--serif);font-size:20px;color:var(--gold);font-weight:500}
.v2-service-row h3{font-family:var(--serif);font-weight:500;font-size:29px;margin:0}
.v2-service-row p{color:var(--muted);font-size:12px;margin:0;max-width:500px}
.v2-service-row span{font-size:18px}

/* Compact photo proof */
.v2-proof{max-width:var(--max);margin:auto;padding:100px 44px 120px;background:var(--bg)}
.v2-proof-head{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end;margin-bottom:34px}
.v2-proof-head h2{font-family:var(--serif);font-weight:500;font-size:clamp(42px,4vw,62px);line-height:1.02;margin:0}
.v2-proof-head p{color:var(--muted);max-width:560px;font-size:13px;margin:0}
.v2-thumb-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}
.v2-thumb-grid figure{margin:0;height:145px;overflow:hidden;background:#ddd;cursor:zoom-in}
.v2-thumb-grid img{width:100%;height:100%;object-fit:cover;transition:.35s}
.v2-thumb-grid figure:hover img{transform:scale(1.035)}
.v2-proof-note{margin-top:24px;padding-top:17px;border-top:1px solid var(--line);display:flex;gap:12px;align-items:flex-start;color:var(--muted);font-size:11px}
.v2-proof-note strong{color:var(--ink)}

/* About */
.v2-about{max-width:var(--max);margin:auto;padding:115px 44px;background:var(--paper);display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:center}
.v2-about-image{height:500px;overflow:hidden;background:#ddd}
.v2-about-image img{width:100%;height:100%;object-fit:cover}
.v2-about-copy h2{font-family:var(--serif);font-weight:500;font-size:clamp(46px,4.3vw,68px);line-height:1.02;margin:0 0 26px}
.v2-about-copy p{color:var(--muted);font-size:14px;max-width:650px}
.v2-about-points{margin:30px 0;border-top:1px solid var(--line)}
.v2-about-points div{padding:13px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:180px 1fr;gap:20px;font-size:12px}
.v2-about-points b{font-weight:600}
.v2-about-points span{color:var(--muted)}

/* CTA + footer */
.v2-cta{max-width:var(--max);margin:auto;padding:96px 44px;background:var(--olive-dark);color:#fff;display:flex;justify-content:space-between;align-items:end;gap:40px}
.v2-cta h2{font-family:var(--serif);font-weight:500;font-size:clamp(48px,5vw,80px);line-height:.98;margin:0;max-width:900px}
.v2-cta .btn-light{display:inline-flex;min-height:52px;align-items:center;padding:0 22px;border:1px solid rgba(255,255,255,.6);font-size:10px;text-transform:uppercase;letter-spacing:.09em}
.site-footer{max-width:var(--max);margin:auto;background:#11130f;color:#fff;padding:55px 44px 25px;display:grid;grid-template-columns:1.4fr .7fr .7fr;gap:60px}
.site-footer .brand-copy strong{color:#fff}
.footer-brand p{max-width:430px;color:rgba(255,255,255,.55);font-size:12px}
.site-footer>div:not(.footer-brand):not(.footer-bottom){display:flex;flex-direction:column;gap:8px}
.site-footer>div>strong{font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:rgba(255,255,255,.55);margin-bottom:8px}
.site-footer a:not(.brand){font-size:11px;color:rgba(255,255,255,.72)}
.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:20px;display:flex;justify-content:space-between;color:rgba(255,255,255,.38);font-size:9px}
.mobile-cta{display:none}

/* Inner pages */
.v2-page-intro{max-width:var(--max);margin:auto;background:var(--paper);padding:95px 44px 80px;display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;border-bottom:1px solid var(--line)}
.v2-page-intro h1{font-family:var(--serif);font-weight:500;font-size:clamp(70px,8vw,122px);line-height:.88;letter-spacing:-.035em;margin:0}
.v2-page-intro p{color:var(--muted);font-size:14px;max-width:570px;margin:0;line-height:1.8}
.v2-feature{max-width:var(--max);margin:auto;padding:70px 44px 110px;background:var(--paper);display:grid;grid-template-columns:1.4fr .6fr;gap:42px;align-items:start}
.v2-feature-media{background:#0c0d0b;min-height:650px;display:grid;place-items:center;overflow:hidden}
.v2-feature-media video{width:100%;height:100%;max-height:760px;object-fit:contain;background:#0c0d0b}
.v2-feature-copy{padding-top:10px}
.v2-feature-copy h2{font-family:var(--serif);font-weight:500;font-size:42px;line-height:1.04;margin:0 0 20px}
.v2-feature-copy p{color:var(--muted);font-size:13px}
.v2-meta{margin:32px 0;border-top:1px solid var(--line)}
.v2-meta div{display:grid;grid-template-columns:100px 1fr;gap:16px;padding:12px 0;border-bottom:1px solid var(--line);font-size:11px}
.v2-meta b{font-weight:600}
.v2-meta span{color:var(--muted)}
.v2-secondary-videos{max-width:var(--max);margin:auto;padding:100px 44px;background:#181a17;color:#fff}
.v2-secondary-videos h2{font-family:var(--serif);font-size:53px;font-weight:500;margin:0 0 38px}
.v2-secondary-videos .v2-video-grid{grid-template-columns:repeat(2,1fr)}
.v2-gallery-section{max-width:var(--max);margin:auto;padding:100px 44px 120px;background:var(--bg)}
.v2-gallery-section h2{font-family:var(--serif);font-size:50px;font-weight:500;margin:0 0 14px}
.v2-gallery-section>p{color:var(--muted);max-width:650px;font-size:13px;margin:0 0 30px}
.v2-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}
.v2-gallery figure{margin:0;height:155px;overflow:hidden;cursor:zoom-in;background:#ddd}
.v2-gallery img{width:100%;height:100%;object-fit:cover;transition:.35s}
.v2-gallery figure:hover img{transform:scale(1.035)}
.v2-simple-section{max-width:var(--max);margin:auto;padding:100px 44px;background:var(--paper)}
.v2-simple-section h2{font-family:var(--serif);font-size:52px;font-weight:500;margin:0 0 32px}
.v2-steps{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}
.v2-step{padding:24px 26px 25px 0;border-bottom:1px solid var(--line);margin-right:25px}
.v2-step b{font-family:var(--serif);font-weight:500;color:var(--gold);font-size:18px}
.v2-step h3{font-family:var(--serif);font-weight:500;font-size:24px;margin:7px 0}
.v2-step p{color:var(--muted);font-size:12px}

/* Realisations */
.v2-realisations-grid{max-width:var(--max);margin:auto;padding:70px 44px 110px;background:#171916;color:#fff;display:grid;grid-template-columns:repeat(2,1fr);gap:58px 24px}
.v2-realisations-grid .v2-film:first-child{grid-column:1/-1}
.v2-realisations-grid .v2-film:first-child .v2-film-media{aspect-ratio:16/8.5}
.v2-filters{max-width:var(--max);margin:auto;padding:0 44px 25px;background:var(--bg);display:flex;gap:8px;flex-wrap:wrap}
.filter-btn{border:1px solid var(--line);background:transparent;padding:9px 13px;font-size:9px;text-transform:uppercase;letter-spacing:.07em;font-weight:700;cursor:pointer}
.filter-btn.active{background:var(--ink);color:#fff;border-color:var(--ink)}
.gallery-item.hidden{display:none}

/* Contact */
.contact-wrap{max-width:var(--max);margin:auto;padding:100px 44px 120px;background:var(--paper);display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}
.contact-intro h2{font-family:var(--serif);font-size:54px;font-weight:500;line-height:1;margin:0 0 22px}
.contact-intro p{color:var(--muted);font-size:13px}
.contact-meta{margin-top:30px;border-top:1px solid var(--line)}
.contact-meta span{display:block;padding:13px 0;border-bottom:1px solid var(--line);font-size:12px}
.contact-meta b{display:inline-block;width:78px;font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:var(--gold)}
.contact-form{border-top:1px solid var(--line);padding-top:24px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.contact-form label{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.09em;font-weight:700;margin-bottom:19px}
.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:0;border-bottom:1px solid #bbb7af;background:transparent;padding:12px 0;margin-top:5px;outline:none;border-radius:0}
.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:var(--ink)}
.contact-submit{min-height:50px;padding:0 20px;background:var(--ink);color:#fff;border:0;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;cursor:pointer}
.form-note{font-size:10px;color:var(--muted)}
.form-note.success{color:#356444}

/* Lightbox */
.media-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.91);display:none;align-items:center;justify-content:center;padding:30px}
.media-lightbox.open{display:flex}
.media-lightbox img{max-width:min(92vw,1500px);max-height:90vh;object-fit:contain}
.media-lightbox button{position:absolute;right:22px;top:17px;width:44px;height:44px;border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;font-size:30px;cursor:pointer}

@media(max-width:1050px){
  .nav-shell{padding:0 22px}.primary-nav{gap:16px}.primary-nav a{font-size:10px}.nav-cta{display:none}
  .v2-hero{grid-template-columns:60% 40%}.v2-hero-copy{padding:62px 36px}.v2-hero h1{font-size:58px}.v2-hero-logo{margin-bottom:34px}.v2-hero-logo img{width:104px;height:104px}.v2-hero-logo strong{font-size:29px}.v2-auth{margin-top:38px}
  .v2-thumb-grid{grid-template-columns:repeat(4,1fr)}.v2-gallery{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:820px){
  .nav-shell{height:72px}.menu-toggle{display:block}.primary-nav{position:absolute;left:0;right:0;top:72px;background:var(--paper);border-bottom:1px solid var(--line);padding:18px 22px;display:none;flex-direction:column;align-items:flex-start;gap:4px}.primary-nav.open{display:flex}.primary-nav a{width:100%;padding:9px 0;font-size:12px}.primary-nav a:after{bottom:4px}
  .v2-hero{grid-template-columns:1fr;min-height:0}.v2-hero-copy{padding:65px 24px}.v2-hero-media{min-height:620px}.v2-hero-logo img{width:82px;height:82px}.v2-hero-logo strong{font-size:25px}.v2-hero h1{font-size:62px}.v2-auth{max-width:100%}
  .v2-statement{grid-template-columns:1fr;padding:75px 24px;gap:24px}.v2-statement h2{font-size:49px}
  .v2-video-section,.v2-services,.v2-proof,.v2-about,.v2-cta,.v2-page-intro,.v2-feature,.v2-secondary-videos,.v2-gallery-section,.v2-simple-section,.v2-realisations-grid,.v2-filters,.contact-wrap{padding-left:24px;padding-right:24px}
  .v2-video-grid{grid-template-columns:1fr}.v2-services-head,.v2-proof-head{grid-template-columns:1fr;gap:18px}.v2-service-row{grid-template-columns:48px 1fr auto}.v2-service-row p{grid-column:2/4}.v2-thumb-grid{grid-template-columns:repeat(3,1fr)}
  .v2-about{grid-template-columns:1fr;gap:40px}.v2-about-image{height:420px}.v2-cta{align-items:flex-start;flex-direction:column}
  .site-footer{grid-template-columns:1fr 1fr;padding:45px 24px 85px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:7px}
  .v2-page-intro{grid-template-columns:1fr;gap:24px}.v2-feature{grid-template-columns:1fr}.v2-feature-media{min-height:600px}.v2-gallery{grid-template-columns:repeat(3,1fr)}.v2-steps{grid-template-columns:1fr}.v2-secondary-videos .v2-video-grid{grid-template-columns:1fr}.v2-realisations-grid{grid-template-columns:1fr}.v2-realisations-grid .v2-film:first-child{grid-column:auto}.v2-realisations-grid .v2-film:first-child .v2-film-media{aspect-ratio:16/11}
  .contact-wrap{grid-template-columns:1fr}.field-row{grid-template-columns:1fr}
  .mobile-cta{position:fixed;left:10px;right:10px;bottom:10px;z-index:999;display:flex;background:#fff;padding:6px;border:1px solid var(--line);box-shadow:0 10px 30px rgba(0,0,0,.15)}.mobile-cta a{flex:1;text-align:center;background:var(--ink);color:#fff;padding:12px;font-size:9px;text-transform:uppercase;letter-spacing:.08em}
}
@media(max-width:540px){
  .brand-copy{display:none}.brand-mark{width:38px;height:38px}.nav-shell{padding:0 14px}
  .v2-hero-copy{padding:48px 20px}.v2-hero-logo{margin-bottom:28px}.v2-hero-logo img{width:76px;height:76px}.v2-hero h1{font-size:49px}.v2-hero-lead{font-size:14px}.v2-hero-media{min-height:540px}.v2-project-tag{left:18px;right:18px}.v2-project-tag strong{font-size:22px}.v2-project-tag a{display:none}
  .v2-statement{padding:62px 20px}.v2-statement h2{font-size:41px}.v2-video-section,.v2-services,.v2-proof,.v2-about,.v2-cta,.v2-page-intro,.v2-feature,.v2-secondary-videos,.v2-gallery-section,.v2-simple-section,.v2-realisations-grid,.v2-filters,.contact-wrap{padding-left:20px;padding-right:20px}
  .v2-section-head{grid-template-columns:1fr;align-items:start}.v2-film-media{aspect-ratio:4/5}.v2-film figcaption strong{font-size:18px}.v2-service-row{grid-template-columns:40px 1fr auto;gap:14px}.v2-service-row h3{font-size:24px}.v2-thumb-grid{grid-template-columns:repeat(2,1fr)}.v2-thumb-grid figure{height:125px}.v2-proof-head h2{font-size:42px}.v2-about-image{height:340px}.v2-about-points div{grid-template-columns:1fr;gap:4px}.v2-cta h2{font-size:48px}
  .v2-page-intro{padding-top:62px;padding-bottom:52px}.v2-page-intro h1{font-size:72px}.v2-feature{padding-top:45px}.v2-feature-media{min-height:500px}.v2-gallery{grid-template-columns:repeat(2,1fr)}.v2-gallery figure{height:130px}.v2-secondary-videos h2,.v2-gallery-section h2,.v2-simple-section h2{font-size:42px}
}
@media(prefers-reduced-motion:reduce){.reveal{transition:none}.v2-service-row{transition:none}.v2-thumb-grid img,.v2-gallery img{transition:none}}

/* =========================================================
   ACCUEIL v2.2 — direction éditoriale premium validée
   Scope strict: body.home-v3
   ========================================================= */
body.home-v3{
  --home-paper:#faf7f1;
  --home-paper-2:#f4eee5;
  --home-ink:#1e211b;
  --home-olive:#59633b;
  --home-gold:#a47b3d;
  --home-line:#d9cfbf;
  background:var(--home-paper);
}

body.home-v3 .home3-header{
  background:rgba(250,247,241,.96);
  border-bottom:1px solid rgba(30,33,27,.09);
}
body.home-v3 .home3-nav-shell{
  max-width:1480px;
  height:76px;
  padding:0 44px;
  gap:28px;
}
body.home-v3 .home3-wordmark{
  margin-right:auto;
  font-family:var(--serif);
  font-size:22px;
  letter-spacing:.14em;
  white-space:nowrap;
  color:var(--home-ink);
}
body.home-v3 .home3-primary-nav{gap:30px}
body.home-v3 .home3-primary-nav a{
  font-family:var(--serif);
  font-size:12px;
  font-weight:500;
  color:#2e312a;
}
body.home-v3 .home3-primary-nav a:after{background:var(--home-gold);bottom:-10px}
body.home-v3 .home3-quote{
  min-height:44px;
  border:1px solid rgba(164,123,61,.85);
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  gap:18px;
  font-family:var(--serif);
  font-size:12px;
  transition:.25s;
}
body.home-v3 .home3-quote:hover{background:var(--home-ink);color:#fff;border-color:var(--home-ink)}
body.home-v3 .home3-quote span{font-size:18px}

/* Hero */
body.home-v3 .home3-hero{
  position:relative;
  max-width:1480px;
  min-height:690px;
  margin:0 auto;
  overflow:hidden;
  background:linear-gradient(180deg,#fbf8f2 0%,#f8f3eb 100%);
  display:grid;
  grid-template-columns:minmax(580px,1.18fr) minmax(470px,.82fr);
  align-items:center;
  gap:28px;
  padding:44px 56px 36px;
  border-bottom:1px solid var(--home-line);
  isolation:isolate;
}
body.home-v3 .home3-sketch{
  position:absolute;
  z-index:0;
  color:#cfc4b4;
  opacity:.48;
  pointer-events:none;
}
body.home-v3 .home3-sketch-left{left:-42px;bottom:-78px;width:440px;opacity:.28}
body.home-v3 .home3-sketch-right{right:-18px;top:-18px;width:680px;opacity:.48}

body.home-v3 .home3-side-copy{
  position:absolute;
  z-index:2;
  color:#63665c;
  font-family:var(--serif);
  text-transform:uppercase;
  letter-spacing:.28em;
  line-height:1.7;
}
body.home-v3 .home3-side-copy i{display:block;width:42px;height:1px;background:var(--home-gold);margin-bottom:18px}
body.home-v3 .home3-side-copy p{margin:0;font-size:10px}
body.home-v3 .home3-side-copy span{display:block;margin-top:30px;padding-left:18px;border-left:1px solid #c7ae82;font-size:8px;line-height:2}
body.home-v3 .home3-side-copy-left{left:24px;top:118px}
body.home-v3 .home3-side-copy-right{right:22px;bottom:42px;text-align:left}
body.home-v3 .home3-side-copy-right i{margin-left:0;margin-bottom:13px}
body.home-v3 .home3-side-copy-right em{
  display:block;
  font-family:'Segoe Script','Brush Script MT',cursive;
  text-transform:none;
  letter-spacing:.01em;
  line-height:1.1;
  font-size:21px;
  color:#b3a691;
}
body.home-v3 .home3-side-copy-right span{border:0;padding:0;margin-top:20px;font-size:7.5px}

body.home-v3 .home3-brand-stage{
  position:relative;
  z-index:2;
  justify-self:center;
  text-align:center;
  width:min(100%,650px);
  padding-left:64px;
}
body.home-v3 .home3-emblem{
  width:clamp(230px,22vw,340px);
  height:auto;
  margin:0 auto -4px;
  object-fit:contain;
  filter:drop-shadow(0 16px 25px rgba(40,36,29,.06));
}
body.home-v3 .home3-brand-stage h1{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(76px,7.3vw,112px);
  font-weight:500;
  line-height:.92;
  letter-spacing:.005em;
  color:#20251d;
}
body.home-v3 .home3-renovation-title{
  margin:12px auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  color:var(--home-gold);
}
body.home-v3 .home3-renovation-title i{height:1px;width:66px;background:#c7a469}
body.home-v3 .home3-renovation-title span{
  font-family:var(--serif);
  font-size:23px;
  letter-spacing:.31em;
  padding-left:.31em;
  white-space:nowrap;
}
body.home-v3 .home3-brand-stage>p{
  margin:18px 0 22px;
  font-family:var(--serif);
  font-size:18px;
  color:#30332c;
}
body.home-v3 .home3-hero-actions{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:28px;
  flex-wrap:wrap;
}
body.home-v3 .home3-primary-btn{
  min-height:52px;
  padding:0 26px;
  background:var(--home-olive);
  color:#fff;
  display:inline-flex;
  align-items:center;
  gap:20px;
  font-family:var(--serif);
  font-size:12px;
  box-shadow:0 14px 26px rgba(70,79,49,.12);
  transition:.25s;
}
body.home-v3 .home3-primary-btn:hover{background:#414931;transform:translateY(-2px)}
body.home-v3 .home3-primary-btn span{font-size:17px}
body.home-v3 .home3-secondary-link{
  font-family:var(--serif);
  font-size:13px;
  border-bottom:1px solid #726c60;
  padding-bottom:4px;
}

body.home-v3 .home3-featured-wrap{
  position:relative;
  z-index:3;
  width:min(100%,360px);
  justify-self:end;
  margin-right:86px;
  padding-top:26px;
}
body.home-v3 .home3-kicker{
  margin:0 0 22px;
  text-align:center;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.29em;
  color:#81786a;
}
body.home-v3 .home3-featured-card{
  margin:0;
  padding:20px 22px 17px;
  background:rgba(249,246,239,.96);
  border:1px solid rgba(177,143,91,.62);
  box-shadow:0 18px 38px rgba(62,53,40,.12);
  position:relative;
}
body.home-v3 .home3-featured-label{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 14px;
  color:#746c5f;
}
body.home-v3 .home3-featured-label i{display:block;width:24px;height:1px;background:var(--home-gold)}
body.home-v3 .home3-featured-label span{
  font-size:8px;
  text-transform:uppercase;
  letter-spacing:.25em;
  font-weight:700;
}
body.home-v3 .home3-featured-media{
  position:relative;
  width:210px;
  aspect-ratio:9/16;
  margin:0 auto;
  overflow:hidden;
  background:#e9e2d8;
  box-shadow:0 8px 18px rgba(51,45,37,.08);
}
body.home-v3 .home3-featured-media:before{display:none}
body.home-v3 .home3-featured-media video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  background:#e9e2d8;
}
body.home-v3 .home3-featured-card figcaption{
  position:static;
  padding:14px 0 0;
  color:#2c3029;
  background:none;
  text-align:center;
  pointer-events:auto;
}
body.home-v3 .home3-featured-card figcaption small{
  display:block;
  margin-top:6px;
  font-size:7px;
  text-transform:uppercase;
  letter-spacing:.24em;
  color:#81796d;
}
body.home-v3 .home3-featured-card figcaption strong{
  display:block;
  font-family:var(--serif);
  font-size:19px;
  line-height:1.15;
  font-weight:500;
  color:#2c3029;
}

/* Engagement strip */
body.home-v3 .home3-trust{
  max-width:1480px;
  margin:0 auto;
  background:#fffdf8;
  border-bottom:1px solid var(--home-line);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  padding:17px 56px;
}
body.home-v3 .home3-trust>div{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  padding:0 24px;
  border-right:1px solid var(--home-line);
}
body.home-v3 .home3-trust>div:last-child{border-right:0}
body.home-v3 .home3-trust-icon{font-size:26px;color:#6f744d;line-height:1}
body.home-v3 .home3-trust p{
  margin:0;
  font-family:var(--serif);
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.19em;
  line-height:1.55;
  color:#5e6058;
}

/* Latest videos */
body.home-v3 .home3-latest{
  max-width:1480px;
  margin:0 auto;
  padding:58px 56px 48px;
  background:#fbf9f5;
  display:grid;
  grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr);
  gap:60px;
  border-bottom:1px solid var(--home-line);
}
body.home-v3 .home3-section-kicker{
  margin:0 0 16px;
  padding-top:1px;
  font-size:8px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.27em;
  color:#777266;
}
body.home-v3 .home3-section-kicker:before{
  content:'';
  display:inline-block;
  width:30px;
  height:1px;
  margin-right:14px;
  vertical-align:middle;
  background:var(--home-gold);
}
body.home-v3 .home3-latest-copy h2{
  margin:0 0 12px;
  font-family:var(--serif);
  font-size:clamp(34px,3.3vw,50px);
  font-weight:500;
  line-height:1.05;
}
body.home-v3 .home3-latest-copy>p:not(.home3-section-kicker){
  max-width:490px;
  margin:0 0 18px;
  color:#676960;
  font-size:12px;
}
body.home-v3 .home3-latest-copy>a{
  display:inline-flex;
  gap:12px;
  align-items:center;
  font-family:var(--serif);
  font-size:12px;
  border-bottom:1px solid #625f58;
  padding-bottom:4px;
}
body.home-v3 .home3-latest-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:17px;
}
body.home-v3 .home3-project-card{margin:0;min-width:0}
body.home-v3 .home3-project-card video{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  background:#171816;
}
body.home-v3 .home3-project-card figcaption{padding-top:10px}
body.home-v3 .home3-project-card figcaption span{
  display:block;
  font-size:7px;
  color:#8e877a;
  text-transform:uppercase;
  letter-spacing:.16em;
}
body.home-v3 .home3-project-card figcaption strong{
  display:block;
  margin-top:3px;
  font-family:var(--serif);
  font-size:13px;
  font-weight:500;
}

/* Photo preview */
body.home-v3 .home3-photo-preview{
  max-width:1480px;
  margin:0 auto;
  padding:28px 56px 64px;
  background:#f8f4ed;
  border-bottom:1px solid var(--home-line);
}
body.home-v3 .home3-photo-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:18px}
body.home-v3 .home3-photo-heading h2{
  margin:0;
  max-width:640px;
  font-family:var(--serif);
  font-weight:500;
  font-size:29px;
}
body.home-v3 .home3-photo-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr) 1.02fr;
  gap:8px;
}
body.home-v3 .home3-photo-grid figure{
  height:170px;
  margin:0;
  overflow:hidden;
  background:#ddd;
  cursor:zoom-in;
}
body.home-v3 .home3-photo-grid figure img{width:100%;height:100%;object-fit:cover;transition:.3s}
body.home-v3 .home3-photo-grid figure:hover img{transform:scale(1.035)}
body.home-v3 .home3-photo-quote{
  background:#f2ede4;
  min-height:170px;
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
body.home-v3 .home3-photo-quote p{
  margin:0 0 18px;
  font-family:var(--serif);
  font-size:17px;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:.13em;
  color:#746c5e;
}
body.home-v3 .home3-photo-quote a{
  width:max-content;
  font-family:var(--serif);
  font-size:11px;
  border-bottom:1px solid #847b6e;
  padding-bottom:4px;
}
body.home-v3 .home3-authenticity{
  margin-top:20px;
  padding-top:14px;
  border-top:1px solid var(--home-line);
  display:flex;
  align-items:flex-start;
  gap:12px;
  color:#6c6e65;
  font-size:10px;
}
body.home-v3 .home3-authenticity span{color:var(--home-gold)}
body.home-v3 .home3-authenticity p{margin:0}
body.home-v3 .home3-authenticity strong{color:#31332c}

/* Expertise */
body.home-v3 .home3-expertise{
  max-width:1480px;
  margin:0 auto;
  padding:86px 56px;
  background:#fbfaf7;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
}
body.home-v3 .home3-expertise-head h2{
  margin:0 0 18px;
  font-family:var(--serif);
  font-size:clamp(40px,4vw,60px);
  font-weight:500;
  line-height:1.03;
}
body.home-v3 .home3-expertise-head>p:last-child{max-width:470px;color:#71736b;font-size:12px}
body.home-v3 .home3-expertise-list{border-top:1px solid var(--home-line)}
body.home-v3 .home3-expertise-list a{
  display:grid;
  grid-template-columns:44px minmax(180px,.8fr) 1fr auto;
  gap:22px;
  align-items:center;
  padding:20px 0;
  border-bottom:1px solid var(--home-line);
  transition:.25s;
}
body.home-v3 .home3-expertise-list a:hover{padding-left:8px}
body.home-v3 .home3-expertise-list span{font-family:var(--serif);color:var(--home-gold)}
body.home-v3 .home3-expertise-list strong{font-family:var(--serif);font-size:22px;font-weight:500}
body.home-v3 .home3-expertise-list em{font-style:normal;color:#74766e;font-size:11px}
body.home-v3 .home3-expertise-list b{font-size:18px;font-weight:400}

body.home-v3 .home3-about{background:#f5f1e9}
body.home-v3 .home3-cta{background:#242820}

/* Responsive */
@media(max-width:1220px){
  body.home-v3 .home3-nav-shell{padding:0 28px}
  body.home-v3 .home3-primary-nav{gap:18px}
  body.home-v3 .home3-primary-nav a{font-size:11px}
  body.home-v3 .home3-hero{grid-template-columns:1.08fr .92fr;padding-left:40px;padding-right:40px}
  body.home-v3 .home3-side-copy-left{display:none}
  body.home-v3 .home3-brand-stage{padding-left:0}
  body.home-v3 .home3-featured-wrap{margin-right:28px}
  body.home-v3 .home3-emblem{width:270px}
  body.home-v3 .home3-brand-stage h1{font-size:86px}
  body.home-v3 .home3-side-copy-right{display:none}
}
@media(max-width:980px){
  body.home-v3 .home3-wordmark{font-size:19px}
  body.home-v3 .home3-quote{display:none}
  body.home-v3 .home3-hero{
    min-height:0;
    grid-template-columns:1fr;
    padding:48px 28px 54px;
    gap:34px;
  }
  body.home-v3 .home3-brand-stage{width:min(100%,690px);justify-self:center}
  body.home-v3 .home3-featured-wrap{width:min(100%,360px);justify-self:center;margin:0;padding-top:0}
  body.home-v3 .home3-kicker{text-align:center;margin-left:0}
  body.home-v3 .home3-featured-media{width:205px;height:auto;aspect-ratio:9/16}
  body.home-v3 .home3-sketch-left{width:340px;opacity:.20}
  body.home-v3 .home3-sketch-right{width:520px;opacity:.32}
  body.home-v3 .home3-trust{grid-template-columns:repeat(2,1fr);padding:14px 28px}
  body.home-v3 .home3-trust>div:nth-child(2){border-right:0}
  body.home-v3 .home3-trust>div:nth-child(-n+2){border-bottom:1px solid var(--home-line)}
  body.home-v3 .home3-latest{grid-template-columns:1fr;padding:52px 28px;gap:30px}
  body.home-v3 .home3-photo-preview{padding:28px 28px 52px}
  body.home-v3 .home3-photo-grid{grid-template-columns:repeat(3,1fr)}
  body.home-v3 .home3-photo-quote{grid-column:span 1}
  body.home-v3 .home3-expertise{grid-template-columns:1fr;padding:70px 28px;gap:32px}
}
@media(max-width:820px){
  body.home-v3 .home3-nav-shell{height:72px;padding:0 20px}
  body.home-v3 .home3-wordmark{font-size:18px;letter-spacing:.1em}
  body.home-v3 .home3-primary-nav{gap:4px}
  body.home-v3 .home3-primary-nav a{font-family:var(--sans);font-size:12px}
}
@media(max-width:650px){
  body.home-v3 .home3-hero{padding:34px 18px 42px}
  body.home-v3 .home3-emblem{width:215px}
  body.home-v3 .home3-brand-stage h1{font-size:57px}
  body.home-v3 .home3-renovation-title{gap:8px;margin-top:8px}
  body.home-v3 .home3-renovation-title i{width:28px}
  body.home-v3 .home3-renovation-title span{font-size:14px;letter-spacing:.21em;padding-left:.21em}
  body.home-v3 .home3-brand-stage>p{font-size:15px;line-height:1.35}
  body.home-v3 .home3-hero-actions{gap:15px}
  body.home-v3 .home3-primary-btn{width:100%;max-width:330px}
  body.home-v3 .home3-featured-media{width:190px;height:auto;aspect-ratio:9/16}
  body.home-v3 .home3-featured-card figcaption strong{font-size:18px}
  body.home-v3 .home3-trust{grid-template-columns:1fr;padding:0 18px}
  body.home-v3 .home3-trust>div{justify-content:flex-start;border-right:0!important;border-bottom:1px solid var(--home-line)!important;padding:12px 8px}
  body.home-v3 .home3-trust>div:last-child{border-bottom:0!important}
  body.home-v3 .home3-latest{padding:42px 18px}
  body.home-v3 .home3-latest-grid{grid-template-columns:1fr}
  body.home-v3 .home3-project-card video{aspect-ratio:16/10;object-fit:contain}
  body.home-v3 .home3-photo-preview{padding:24px 18px 44px}
  body.home-v3 .home3-photo-heading{display:block}
  body.home-v3 .home3-photo-heading h2{font-size:25px;margin-top:8px}
  body.home-v3 .home3-photo-grid{grid-template-columns:repeat(2,1fr)}
  body.home-v3 .home3-photo-grid figure{height:135px}
  body.home-v3 .home3-photo-quote{min-height:135px;padding:16px}
  body.home-v3 .home3-photo-quote p{font-size:13px}
  body.home-v3 .home3-expertise{padding:58px 18px}
  body.home-v3 .home3-expertise-list a{grid-template-columns:32px 1fr auto;gap:12px}
  body.home-v3 .home3-expertise-list em{grid-column:2/4}
}
@media(max-width:420px){
  body.home-v3 .home3-wordmark{font-size:15px}
  body.home-v3 .home3-emblem{width:190px}
  body.home-v3 .home3-brand-stage h1{font-size:50px}
  body.home-v3 .home3-featured-media{width:180px;height:auto;aspect-ratio:9/16}
  body.home-v3 .home3-photo-grid{grid-template-columns:1fr 1fr}
}


/* =========================================================
   ACCUEIL v2.2.5 — fond architectural verrouillé
   UNE SEULE MODIFICATION VISUELLE : perspective cuisine.
   ========================================================= */
body.home-v3 .home3-architecture-bg{
  position:absolute;
  z-index:0;
  inset:0;
  width:100%;
  height:100%;
  object-fit:fill;
  opacity:.82;
  pointer-events:none;
  user-select:none;
}
/* voile local pour préserver la lisibilité du logo sans effacer le dessin */
body.home-v3 .home3-hero:before{
  content:'';
  position:absolute;
  z-index:1;
  left:13%;
  top:8%;
  width:48%;
  height:82%;
  background:radial-gradient(ellipse at 48% 48%,rgba(250,247,241,.94) 0 34%,rgba(250,247,241,.64) 52%,rgba(250,247,241,.10) 78%,transparent 100%);
  pointer-events:none;
}
body.home-v3 .home3-sketch-left{z-index:0;opacity:.18}
body.home-v3 .home3-brand-stage,
body.home-v3 .home3-featured-wrap{z-index:3}
body.home-v3 .home3-side-copy{z-index:3}

@media(max-width:980px){
  body.home-v3 .home3-architecture-bg{
    width:1100px;
    height:auto;
    max-width:none;
    left:50%;
    right:auto;
    top:30px;
    bottom:auto;
    transform:translateX(-47%);
    opacity:.68;
  }
  body.home-v3 .home3-hero:before{
    left:2%;
    top:3%;
    width:96%;
    height:57%;
    background:radial-gradient(ellipse at 50% 44%,rgba(250,247,241,.94) 0 31%,rgba(250,247,241,.72) 50%,rgba(250,247,241,.08) 80%,transparent 100%);
  }
}
@media(max-width:650px){
  body.home-v3 .home3-architecture-bg{
    width:900px;
    top:18px;
    transform:translateX(-55%);
    opacity:.72;
  }
  body.home-v3 .home3-hero:before{
    left:-8%;
    top:0;
    width:116%;
    height:52%;
    background:radial-gradient(ellipse at 50% 43%,rgba(250,247,241,.91) 0 28%,rgba(250,247,241,.60) 48%,rgba(250,247,241,.05) 78%,transparent 100%);
  }
}


/* =========================================================
   ACCUEIL v2.3.0 — HERO PREMIUM SUR FONDS VERROUILLÉS
   Les fonds desktop/mobile sont les visuels validés et ne sont
   plus reconstruits en CSS/SVG.
   ========================================================= */
body.home-v3 .home3-hero{
  position:relative;
  display:block;
  max-width:1480px;
  min-height:760px;
  padding:0;
  overflow:hidden;
  background:#f8f4ed;
  border-bottom:1px solid var(--home-line);
  isolation:isolate;
}
body.home-v3 .home3-locked-bg{
  position:absolute;
  inset:0;
  z-index:0;
  display:block;
  pointer-events:none;
  user-select:none;
}
body.home-v3 .home3-locked-bg img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
}
body.home-v3 .home3-hero:before{
  content:'';
  position:absolute;
  z-index:1;
  inset:0;
  background:linear-gradient(90deg,rgba(250,247,241,.22) 0%,rgba(250,247,241,.10) 42%,rgba(250,247,241,0) 72%);
  pointer-events:none;
}
body.home-v3 .home3-brand-stage{
  position:absolute;
  z-index:3;
  left:13.5%;
  top:72px;
  width:min(620px,48%);
  padding:0;
  text-align:center;
}
body.home-v3 .home3-emblem{
  width:250px;
  height:auto;
  margin:0 auto -2px;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 15px 28px rgba(39,34,27,.06));
}
body.home-v3 .home3-brand-stage h1{
  margin:0;
  font-family:var(--serif);
  font-size:94px;
  font-weight:500;
  line-height:.9;
  letter-spacing:.01em;
  color:#20251d;
}
body.home-v3 .home3-renovation-title{
  margin:15px auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  color:var(--home-gold);
}
body.home-v3 .home3-renovation-title i{width:74px;height:1px;background:#bb9458}
body.home-v3 .home3-renovation-title span{
  font-family:var(--serif);
  font-size:23px;
  letter-spacing:.32em;
  padding-left:.32em;
}
body.home-v3 .home3-brand-stage>p{
  margin:18px 0 24px;
  font-family:var(--serif);
  font-size:19px;
  color:#30332c;
}
body.home-v3 .home3-hero-actions{gap:34px}
body.home-v3 .home3-primary-btn{
  min-height:54px;
  padding:0 30px;
  background:#59623f;
  box-shadow:0 16px 28px rgba(70,79,49,.13);
}
body.home-v3 .home3-primary-btn:hover{background:#454e34}
body.home-v3 .home3-secondary-link{font-size:14px}

body.home-v3 .home3-featured-wrap{
  position:absolute;
  z-index:4;
  top:128px;
  right:7.6%;
  width:330px;
  margin:0;
  padding:0;
}
body.home-v3 .home3-kicker{
  margin:0 0 16px;
  text-align:center;
  font-size:8px;
  letter-spacing:.30em;
  color:#7c7466;
}
body.home-v3 .home3-featured-card{
  padding:19px 21px 17px;
  background:rgba(250,247,241,.96);
  border:1px solid rgba(177,143,91,.68);
  box-shadow:0 18px 42px rgba(53,46,36,.12);
  backdrop-filter:blur(4px);
}
body.home-v3 .home3-featured-media{width:196px;aspect-ratio:9/16;box-shadow:0 8px 20px rgba(51,45,37,.10)}
body.home-v3 .home3-featured-card figcaption strong{font-size:18px}

body.home-v3 .home3-side-copy-left{
  z-index:3;
  left:26px;
  top:150px;
}
body.home-v3 .home3-side-copy-right{
  z-index:3;
  right:24px;
  bottom:42px;
}
body.home-v3 .home3-side-copy-right em{font-size:20px}

@media(max-width:1180px){
  body.home-v3 .home3-hero{min-height:720px}
  body.home-v3 .home3-brand-stage{left:8.5%;top:76px;width:55%}
  body.home-v3 .home3-emblem{width:224px}
  body.home-v3 .home3-brand-stage h1{font-size:82px}
  body.home-v3 .home3-featured-wrap{right:4%;top:126px;width:300px}
  body.home-v3 .home3-featured-media{width:182px}
  body.home-v3 .home3-side-copy{display:none}
}

@media(max-width:900px){
  body.home-v3 .home3-hero{
    min-height:1150px;
    padding:0 22px 52px;
    display:flex;
    flex-direction:column;
    align-items:center;
  }
  body.home-v3 .home3-locked-bg img{
    object-fit:cover;
    object-position:center top;
  }
  body.home-v3 .home3-hero:before{
    background:linear-gradient(180deg,rgba(250,247,241,.18) 0%,rgba(250,247,241,.08) 56%,rgba(250,247,241,.25) 100%);
  }
  body.home-v3 .home3-brand-stage{
    position:relative;
    left:auto;
    top:auto;
    width:min(96%,590px);
    margin:44px auto 0;
    padding:18px 20px 20px;
    border-radius:2px;
    background:radial-gradient(ellipse at center,rgba(250,247,241,.80) 0%,rgba(250,247,241,.58) 54%,rgba(250,247,241,0) 80%);
  }
  body.home-v3 .home3-emblem{width:220px}
  body.home-v3 .home3-brand-stage h1{font-size:75px}
  body.home-v3 .home3-renovation-title span{font-size:19px}
  body.home-v3 .home3-brand-stage>p{font-size:17px}
  body.home-v3 .home3-featured-wrap{
    position:relative;
    top:auto;
    right:auto;
    width:292px;
    margin:34px auto 0;
  }
  body.home-v3 .home3-featured-card{padding:18px 18px 16px}
  body.home-v3 .home3-featured-media{width:178px}
}

@media(max-width:650px){
  body.home-v3 .home3-hero{
    min-height:1070px;
    padding:0 16px 42px;
  }
  body.home-v3 .home3-brand-stage{
    margin-top:26px;
    width:100%;
    padding:12px 4px 18px;
  }
  body.home-v3 .home3-emblem{width:184px}
  body.home-v3 .home3-brand-stage h1{font-size:54px;line-height:.94}
  body.home-v3 .home3-renovation-title{gap:10px;margin-top:10px}
  body.home-v3 .home3-renovation-title i{width:34px}
  body.home-v3 .home3-renovation-title span{font-size:14px;letter-spacing:.24em;padding-left:.24em}
  body.home-v3 .home3-brand-stage>p{font-size:15px;margin:14px 10px 18px;line-height:1.35}
  body.home-v3 .home3-hero-actions{gap:14px;flex-direction:column}
  body.home-v3 .home3-primary-btn{min-height:50px;padding:0 22px}
  body.home-v3 .home3-secondary-link{font-size:13px}
  body.home-v3 .home3-featured-wrap{width:270px;margin-top:28px}
  body.home-v3 .home3-featured-media{width:164px}
  body.home-v3 .home3-featured-card figcaption strong{font-size:16px}
}
/* Hero critique: visible même si JavaScript n'a pas encore initialisé les animations */
body.home-v3 .home3-brand-stage.reveal,
body.home-v3 .home3-featured-wrap.reveal{
  opacity:1 !important;
  transform:none !important;
}


/* =========================================================
   ACCUEIL v2.3.1 — SUITE SOUS HERO VERROUILLÉ
   Ne modifie pas le hero v2.3.0.
   ========================================================= */
body.home-v3 .home4-intro,
body.home-v3 .home4-projects,
body.home-v3 .home4-method,
body.home-v3 .home4-proof-contact{max-width:1480px;margin:0 auto}
body.home-v3 .home4-eyebrow{margin:0 0 14px;text-transform:uppercase;letter-spacing:.20em;font-size:10px;font-weight:800;color:#65704b}
body.home-v3 .home4-intro{padding:74px 54px 0;background:#fbfaf7;border-bottom:1px solid #e6dfd3}
body.home-v3 .home4-intro-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:end;padding-bottom:48px}
body.home-v3 .home4-intro-heading h2{margin:0;font-family:var(--serif);font-size:clamp(38px,4.2vw,64px);font-weight:500;line-height:1.02;color:#20251f}
body.home-v3 .home4-intro-heading>p:last-child{margin:0;max-width:600px;line-height:1.75;color:#65655d;font-size:15px}
body.home-v3 .home4-service-row{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid #e6dfd3;background:#fff}
body.home-v3 .home4-service-row a{min-height:176px;padding:30px 18px 24px;text-align:center;border-right:1px solid #e6dfd3;color:#252922;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;transition:.25s}
body.home-v3 .home4-service-row a:last-child{border-right:0}
body.home-v3 .home4-service-row a:hover{background:#f5f3ec;transform:translateY(-2px)}
body.home-v3 .home4-service-icon{font-size:35px;line-height:1;color:#56613f;font-family:var(--serif)}
body.home-v3 .home4-service-row strong{font-family:var(--serif);font-size:17px;font-weight:600}
body.home-v3 .home4-service-row small{max-width:150px;font-size:11px;line-height:1.5;color:#77766e}

body.home-v3 .home4-projects{padding:82px 54px;background:#f8f6f1;border-bottom:1px solid #e6dfd3}
body.home-v3 .home4-section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}
body.home-v3 .home4-section-head h2{margin:0;font-family:var(--serif);font-size:clamp(38px,4vw,58px);font-weight:500;line-height:1.05;color:#20251f}
body.home-v3 .home4-outline-btn{min-height:46px;padding:0 20px;border:1px solid #7b796f;display:inline-flex;align-items:center;gap:18px;font-size:12px;color:#292b26;white-space:nowrap}
body.home-v3 .home4-video-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
body.home-v3 .home4-video-card{margin:0}
body.home-v3 .home4-video-frame{position:relative;aspect-ratio:16/10;background:#111;overflow:hidden;border-radius:2px;box-shadow:0 12px 30px rgba(58,52,43,.08)}
body.home-v3 .home4-video-frame video{width:100%;height:100%;object-fit:cover;display:block}
body.home-v3 .home4-video-card figcaption{padding:14px 2px 0;display:flex;flex-direction:column;gap:3px}
body.home-v3 .home4-video-card figcaption strong{font-family:var(--serif);font-size:17px;font-weight:600;color:#242821}
body.home-v3 .home4-video-card figcaption span{font-size:11px;color:#75736b}

body.home-v3 .home4-method{padding:82px 54px 86px;background:#fff;border-bottom:1px solid #e6dfd3}
body.home-v3 .home4-method-head h2{margin:0;font-family:var(--serif);font-size:clamp(38px,4vw,58px);font-weight:500;color:#20251f}
body.home-v3 .home4-method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:48px}
body.home-v3 .home4-method-grid article{position:relative;padding-top:42px;border-top:1px solid #cfc8ba}
body.home-v3 .home4-method-grid article span{position:absolute;top:-18px;left:0;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#5c6741;color:#fff;font-family:var(--serif);font-size:16px}
body.home-v3 .home4-method-grid strong{display:block;margin-bottom:10px;font-family:var(--serif);font-size:19px;color:#262a23}
body.home-v3 .home4-method-grid p{margin:0;max-width:260px;line-height:1.65;color:#77766d;font-size:13px}

body.home-v3 .home4-proof-contact{display:grid;grid-template-columns:1.2fr .8fr;gap:56px;padding:82px 54px 94px;background:linear-gradient(135deg,#f6f3ec,#fbfaf7)}
body.home-v3 .home4-proof h2,body.home-v3 .home4-contact-card h2{margin:0 0 22px;font-family:var(--serif);font-size:clamp(38px,4vw,58px);font-weight:500;color:#20251f}
body.home-v3 .home4-proof-points{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px}
body.home-v3 .home4-proof-points div{padding:22px 20px;background:rgba(255,255,255,.65);border:1px solid #e3dccf}
body.home-v3 .home4-proof-points strong{display:block;margin-bottom:7px;font-family:var(--serif);font-size:17px}
body.home-v3 .home4-proof-points span{display:block;font-size:12px;line-height:1.6;color:#737169}
body.home-v3 .home4-contact-card{padding:34px;background:#fff;border:1px solid #e1d9ca;box-shadow:0 18px 38px rgba(67,58,45,.07)}
body.home-v3 .home4-contact-card>p:not(.home4-eyebrow){margin:-8px 0 24px;color:#6f6d65;line-height:1.6}
body.home-v3 .home4-primary-btn{min-height:50px;padding:0 22px;background:#59623f;color:#fff;display:inline-flex;align-items:center;gap:18px;font-size:12px;font-weight:700}
body.home-v3 .home4-primary-btn:hover{background:#465034}
body.home-v3 .home4-contact-lines{display:flex;flex-direction:column;gap:10px;margin-top:24px;padding-top:22px;border-top:1px solid #ece5da;font-size:13px;color:#494c45}
body.home-v3 .home4-contact-lines a{color:#494c45}

@media(max-width:1040px){
 body.home-v3 .home4-service-row{grid-template-columns:repeat(3,1fr)}
 body.home-v3 .home4-service-row a:nth-child(3){border-right:0}
 body.home-v3 .home4-video-grid{grid-template-columns:repeat(2,1fr)}
 body.home-v3 .home4-method-grid{grid-template-columns:repeat(2,1fr);row-gap:54px}
 body.home-v3 .home4-proof-contact{grid-template-columns:1fr}
}
@media(max-width:720px){
 body.home-v3 .home4-intro,body.home-v3 .home4-projects,body.home-v3 .home4-method,body.home-v3 .home4-proof-contact{padding-left:20px;padding-right:20px}
 body.home-v3 .home4-intro{padding-top:48px}
 body.home-v3 .home4-intro-heading{grid-template-columns:1fr;gap:20px;padding-bottom:34px}
 body.home-v3 .home4-intro-heading h2,body.home-v3 .home4-section-head h2,body.home-v3 .home4-method-head h2,body.home-v3 .home4-proof h2,body.home-v3 .home4-contact-card h2{font-size:36px}
 body.home-v3 .home4-service-row{grid-template-columns:repeat(2,1fr)}
 body.home-v3 .home4-service-row a{min-height:148px;padding:23px 12px}
 body.home-v3 .home4-service-row a:nth-child(odd){border-right:1px solid #e6dfd3}
 body.home-v3 .home4-service-row a:nth-child(even){border-right:0}
 body.home-v3 .home4-section-head{align-items:flex-start;flex-direction:column}
 body.home-v3 .home4-video-grid{grid-template-columns:1fr}
 body.home-v3 .home4-method-grid{grid-template-columns:1fr;gap:48px}
 body.home-v3 .home4-proof-points{grid-template-columns:1fr}
 body.home-v3 .home4-contact-card{padding:26px 22px}
}


/* v2.3.3 — restauration des éléments validés sous le hero */
body.home-v3 .home4-intro{padding-top:48px}
body.home-v3 .home4-intro-heading{display:grid;grid-template-columns:.92fr 1.08fr;gap:64px;align-items:center;padding-bottom:34px}
body.home-v3 .home4-intro-copy{display:flex;flex-direction:column;gap:26px;align-self:center}
body.home-v3 .home4-intro-copy>p:last-child{margin:0;max-width:560px;line-height:1.7;color:#65655d;font-size:15px}
body.home-v3 .home4-intro-heading>h2{margin:0;max-width:700px}
body.home-v3 .home4-service-row{margin-top:0}
body.home-v3 .home4-projects{padding-top:70px}
body.home-v3 .site-footer{margin-top:0}
@media(max-width:760px){
  body.home-v3 .home4-intro-heading{grid-template-columns:1fr;gap:18px;padding-bottom:28px}
  body.home-v3 .home4-intro-copy{gap:14px}
}


/* =========================================================
   v2.3.4 — pages intérieures : vidéos raffinées et compactes
   Le hero de l'accueil n'est pas concerné.
   ========================================================= */
body.inner-refined .v2-page-intro{padding-top:72px;padding-bottom:58px}
body.inner-refined .v2-feature{
  grid-template-columns:minmax(240px,310px) minmax(0,560px);
  justify-content:center;
  align-items:center;
  gap:72px;
  padding-top:58px;
  padding-bottom:86px;
  border-bottom:1px solid var(--line);
}
body.inner-refined .v2-feature-media{
  min-height:0;
  background:transparent;
  overflow:visible;
  display:flex;
  justify-content:center;
}
body.inner-refined .v2-feature-copy{padding-top:0}
body.inner-refined .v2-feature-copy h2{font-size:clamp(34px,3.6vw,52px);max-width:520px}
body.inner-refined .v2-feature-copy p{font-size:13px;line-height:1.75;max-width:520px}
body.inner-refined .v2-meta{margin-top:26px;margin-bottom:24px}

.video-thumb{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:9/16;
  border:1px solid #d8cfbf;
  background:#ece7de;
  padding:0;
  overflow:hidden;
  cursor:pointer;
  box-shadow:0 16px 38px rgba(50,45,36,.10);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.video-thumb:hover{transform:translateY(-3px);box-shadow:0 20px 46px rgba(50,45,36,.15);border-color:#b49a6a}
.video-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.video-thumb-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,transparent 48%,rgba(15,16,13,.35) 100%)}
.video-thumb-play{width:58px;height:58px;border:1px solid rgba(255,255,255,.88);border-radius:50%;background:rgba(20,21,18,.28);backdrop-filter:blur(6px);color:#fff;display:grid;place-items:center;font-size:16px;padding-left:3px}
.video-thumb-duration{position:absolute;right:12px;bottom:12px;background:rgba(15,16,13,.78);color:#fff;padding:5px 8px;font-size:10px;letter-spacing:.03em}
.video-thumb-hint{position:absolute;left:12px;bottom:12px;background:rgba(250,247,241,.94);color:#2a2c26;padding:6px 10px;font-size:9px;text-transform:uppercase;letter-spacing:.09em;font-weight:700}

body.inner-refined .v2-secondary-videos{
  background:#f4f0e8;
  color:var(--ink);
  padding-top:72px;
  padding-bottom:82px;
  border-bottom:1px solid var(--line);
}
body.inner-refined .v2-secondary-videos h2{font-size:clamp(34px,3.5vw,48px);margin-bottom:28px}
body.inner-refined .v2-secondary-videos .v2-video-grid{grid-template-columns:repeat(3,minmax(0,240px));justify-content:start;gap:26px}
body.inner-refined .v2-secondary-videos .v2-film{max-width:240px}
body.inner-refined .v2-film-media{background:transparent;overflow:visible;aspect-ratio:auto}
body.inner-refined .v2-film-media.portrait{aspect-ratio:auto}
body.inner-refined .v2-film .video-thumb{max-width:240px}
body.inner-refined .v2-film figcaption{padding-top:13px;color:var(--ink)}
body.inner-refined .v2-film figcaption span{color:var(--gold);font-size:9px;text-transform:uppercase;letter-spacing:.12em}
body.inner-refined .v2-film figcaption strong{color:var(--ink);font-size:20px;font-weight:500}

body.inner-refined .v2-realisations-grid{
  background:#f6f2eb;
  color:var(--ink);
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:42px 26px;
  padding-top:64px;
  padding-bottom:88px;
}
body.inner-refined .v2-realisations-grid .v2-film:first-child{grid-column:auto}
body.inner-refined .v2-realisations-grid .v2-film:first-child .v2-film-media{aspect-ratio:auto}
body.inner-refined .v2-realisations-grid .v2-film{max-width:280px;justify-self:center;width:100%}
body.inner-refined .v2-realisations-grid .video-thumb{max-width:280px}
body.inner-refined .v2-realisations-grid figcaption{padding-top:13px}
body.inner-refined .v2-realisations-grid figcaption span{color:var(--gold)}
body.inner-refined .v2-realisations-grid figcaption strong{color:var(--ink);font-size:20px}

.video-lightbox{position:fixed;inset:0;z-index:10000;background:rgba(12,13,11,.94);display:none;align-items:center;justify-content:center;padding:30px}
.video-lightbox.open{display:flex}
.video-lightbox-panel{position:relative;width:min(92vw,520px);max-height:92vh;display:flex;justify-content:center}
.video-lightbox video{display:block;max-width:100%;max-height:88vh;width:auto;height:auto;background:#000;box-shadow:0 24px 70px rgba(0,0,0,.45)}
.video-lightbox-close{position:absolute;right:-52px;top:0;width:42px;height:42px;border:1px solid rgba(255,255,255,.4);background:rgba(0,0,0,.25);color:#fff;font-size:28px;line-height:1;cursor:pointer}

@media(max-width:900px){
  body.inner-refined .v2-feature{grid-template-columns:minmax(220px,280px) 1fr;gap:38px}
  body.inner-refined .v2-secondary-videos .v2-video-grid{grid-template-columns:repeat(2,minmax(0,220px))}
  body.inner-refined .v2-realisations-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
  body.inner-refined .v2-feature{grid-template-columns:1fr;gap:32px;justify-items:center;padding-top:36px;padding-bottom:60px}
  body.inner-refined .v2-feature-media{width:min(72vw,260px)}
  body.inner-refined .v2-feature-copy{width:100%}
  body.inner-refined .v2-secondary-videos .v2-video-grid{grid-template-columns:repeat(2,1fr);gap:20px 14px}
  body.inner-refined .v2-secondary-videos .v2-film{max-width:none}
  body.inner-refined .v2-film .video-thumb{max-width:none}
  body.inner-refined .v2-realisations-grid{grid-template-columns:repeat(2,1fr);gap:28px 14px}
  body.inner-refined .v2-realisations-grid .v2-film{max-width:none}
  .video-thumb-play{width:48px;height:48px}
  .video-thumb-hint{display:none}
  .video-lightbox-close{right:0;top:-50px}
}
