/* Ginkgo Rénovation — V4 : sobre, chaude, élégante */
:root{
  --ink:#304156;
  --ink-2:#3c5066;
  --ink-soft:#68727e;
  --paper:#f7f3ed;
  --paper-light:#fcfaf6;
  --paper-2:#eee7df;
  --sand:#d8cbbf;
  --line:#d9d0c7;
  --white:#fffdf9;
  --shadow:0 22px 60px rgba(48,65,86,.10);
  --serif:Baskerville,'Iowan Old Style','Palatino Linotype',Palatino,Georgia,'Times New Roman',serif;
  --sans:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper-light);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.68;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{width:min(1180px,calc(100% - 48px));margin-inline:auto}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(252,250,246,.96);backdrop-filter:blur(12px);border-top:5px solid var(--ink);border-bottom:1px solid rgba(48,65,86,.09)}
.nav{min-height:98px;display:flex;align-items:center;gap:34px}
.brand{width:90px;flex:0 0 auto}
.brand img{width:90px;height:auto}
.navlinks{margin-left:auto;display:flex;align-items:center;gap:28px;font-size:14px;letter-spacing:.025em}
.navlinks a:not(.nav-contact){padding:9px 0;border-bottom:1px solid transparent}
.navlinks a:not(.nav-contact):hover{border-color:var(--ink)}
.nav-contact{border:1px solid var(--ink);padding:10px 16px;background:transparent}
.nav-contact:hover{background:var(--ink);color:#fff}
.menu-btn{display:none;margin-left:auto;border:1px solid var(--line);background:transparent;color:var(--ink);width:44px;height:44px;font-size:21px}

/* Typography */
.eyebrow{text-transform:uppercase;font-size:11px;letter-spacing:.19em;color:var(--ink-soft);margin:0 0 18px}
h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.08;margin-top:0;color:var(--ink)}
h1{font-size:clamp(46px,5.5vw,72px);letter-spacing:-.027em;margin-bottom:26px}
h2{font-size:clamp(35px,4vw,53px);letter-spacing:-.018em;margin-bottom:18px}
h3{font-size:27px;margin-bottom:11px}
.lead{font-size:19px;line-height:1.75;max-width:620px;color:#56606c;margin:0 0 30px}

/* Hero */
.hero{padding:66px 0 88px;background:var(--paper)}
.hero-grid{display:grid;grid-template-columns:.84fr 1.16fr;gap:0;align-items:stretch;box-shadow:var(--shadow);background:var(--white)}
.hero-copy{background:var(--ink);color:#fff;padding:68px 58px 64px;display:flex;flex-direction:column;justify-content:center;min-height:630px}
.hero-copy h1{color:#fff;font-size:clamp(44px,4.8vw,66px)}
.hero-copy .eyebrow{color:rgba(255,255,255,.65)}
.hero-copy .lead{color:rgba(255,255,255,.81);font-size:18px}
.hero-copy .actions{margin-top:28px}
.hero-copy .btn{background:#fff;color:var(--ink);border-color:#fff}
.hero-copy .btn.light{background:transparent;color:#fff;border-color:rgba(255,255,255,.62)}
.hero-visual{position:relative;min-height:630px;background:var(--paper-2)}
.hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-caption{position:absolute;right:22px;bottom:20px;background:rgba(252,250,246,.93);color:var(--ink);padding:11px 15px;font-size:11px;letter-spacing:.08em;text-transform:uppercase}

.actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:1px solid var(--ink);background:var(--ink);color:#fff;font-size:14px;letter-spacing:.018em;transition:.18s ease}
.btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(48,65,86,.12)}
.btn.light{background:transparent;color:var(--ink)}

/* Sections */
.section{padding:102px 0;border-top:1px solid rgba(48,65,86,.07)}
.section.alt{background:var(--paper)}
.intro-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:88px;align-items:start}
.intro-text{max-width:675px;color:#55606c}
.intro-text p:first-child{margin-top:0}
.services{display:grid;grid-template-columns:repeat(3,1fr);margin-top:62px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.service{padding:36px 34px 39px 0;border-right:1px solid var(--line)}
.service:not(:first-child){padding-left:34px}
.service:last-child{border-right:0}
.service-num{font-size:10px;letter-spacing:.17em;color:var(--ink-soft);margin-bottom:23px}
.service p{margin-bottom:0;color:#626a73;font-size:16px}

.projects-head{display:flex;justify-content:space-between;gap:42px;align-items:end;margin-bottom:48px}
.projects-head p{max-width:470px;color:#626a73;margin:0}
.project-feature{display:grid;grid-template-columns:1.13fr .87fr;gap:0;margin-bottom:68px;box-shadow:var(--shadow)}
.before-after{display:grid;grid-template-columns:1fr 1fr;gap:3px;background:var(--paper-2)}
.photo{position:relative;overflow:hidden;background:#ddd}
.photo img{width:100%;height:515px;object-fit:cover}
.photo span{position:absolute;left:14px;top:14px;background:rgba(252,250,246,.94);color:var(--ink);padding:7px 10px;font-size:10px;letter-spacing:.13em;text-transform:uppercase}
.project-info{padding:48px 45px;background:var(--ink);color:#fff;display:flex;flex-direction:column;justify-content:center}
.project-info h3{color:#fff;font-size:31px}
.project-info .eyebrow{color:rgba(255,255,255,.64)}
.project-info p{color:rgba(255,255,255,.78);margin:0 0 18px}
.project-info .meta{color:rgba(255,255,255,.58)}
.meta{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--ink-soft)}

.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.gallery-card{background:var(--white);border:1px solid rgba(48,65,86,.07)}
.gallery-card img{width:100%;height:355px;object-fit:cover}
.gallery-copy{padding:25px 26px 28px}
.gallery-copy h3{font-size:23px;margin-bottom:8px}
.gallery-copy p{margin:0;color:#66707a;font-size:15px}

/* Professionnels */
.pro-band{background:var(--ink);color:#fff;padding:88px 0}
.pro-band h2,.pro-band h3{color:#fff}
.pro-band .eyebrow{color:rgba(255,255,255,.62)}
.pro-grid{display:grid;grid-template-columns:1fr 1fr;gap:88px;align-items:start}
.pro-copy p{color:rgba(255,255,255,.78);max-width:590px}
.pro-list{border-top:1px solid rgba(255,255,255,.23)}
.pro-row{display:grid;grid-template-columns:135px 1fr;gap:24px;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.20)}
.pro-row strong{font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:500}
.pro-row span{color:rgba(255,255,255,.75)}

/* Quiet statement */
.statement-section{padding:92px 0;background:var(--paper-2)}
.statement-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px;align-items:start}
.statement-grid p{font-family:var(--serif);font-size:clamp(29px,3.6vw,43px);line-height:1.35;margin:0;color:var(--ink)}
.statement-note{font-family:var(--sans)!important;font-size:16px!important;line-height:1.75!important;color:#626b74!important;max-width:590px}

.cta{padding:78px 0;background:var(--paper-light);border-top:1px solid var(--line)}
.cta-grid{display:flex;align-items:center;justify-content:space-between;gap:35px}
.cta h2{font-size:41px;margin:0 0 10px}
.cta p{margin:0;color:#626b75}

/* Interior pages */
.page-hero{padding:76px 0 64px;background:var(--paper);border-bottom:1px solid var(--line);position:relative}
.page-hero:after{content:'';display:block;position:absolute;right:0;bottom:0;width:22%;height:7px;background:var(--ink)}
.page-hero .lead{max-width:760px}
.content-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}
.content-grid + .content-grid{margin-top:72px}
.text-block p{color:#5b6570}
.list-clean{list-style:none;padding:0;margin:30px 0 0;border-top:1px solid var(--line)}
.list-clean li{padding:15px 0;border-bottom:1px solid var(--line)}
.realisation-list{display:grid;gap:72px}
.realisation{display:grid;grid-template-columns:1.2fr .8fr;gap:0;align-items:stretch;background:var(--white);box-shadow:0 16px 45px rgba(48,65,86,.07)}
.realisation:nth-child(even){grid-template-columns:.8fr 1.2fr}
.realisation:nth-child(even) .realisation-images{order:2}
.realisation-images{display:grid;grid-template-columns:1fr 1fr;gap:3px}
.realisation-images img{height:470px;width:100%;object-fit:cover}
.realisation-copy{padding:42px 38px;display:flex;flex-direction:column;justify-content:center}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}
.contact-card{background:var(--paper);border:1px solid var(--line);padding:38px}
.contact-item{padding:20px 0;border-bottom:1px solid var(--line)}
.contact-item:last-child{border-bottom:0}
.contact-item small{display:block;text-transform:uppercase;letter-spacing:.14em;color:var(--ink-soft);font-size:11px;margin-bottom:6px}

footer{padding:47px 0 50px;background:var(--ink);color:rgba(255,255,255,.78);font-size:13px}
.footer-grid{display:flex;justify-content:space-between;gap:25px;align-items:center}
.footer-brand{display:flex;align-items:center;gap:16px}
.footer-brand img{width:62px}
.footer-links{display:flex;flex-wrap:wrap;gap:18px}
.footer-links a:hover{color:#fff}

@media (max-width:900px){
 .nav{min-height:82px}.brand,.brand img{width:76px}.navlinks{display:none;position:absolute;top:82px;left:0;right:0;background:var(--paper-light);padding:24px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.navlinks.open{display:flex}.menu-btn{display:block}
 .hero{padding:42px 0 65px}.hero-grid,.intro-grid,.pro-grid,.content-grid,.contact-grid,.project-feature,.realisation,.realisation:nth-child(even),.statement-grid{grid-template-columns:1fr;gap:0}.hero-copy{min-height:auto;padding:54px 38px}.hero-visual{min-height:540px}.services{grid-template-columns:1fr}.service,.service:not(:first-child){padding:28px 0;border-right:0;border-bottom:1px solid var(--line)}.service:last-child{border-bottom:0}.gallery-grid{grid-template-columns:1fr 1fr}.realisation:nth-child(even) .realisation-images{order:0}.realisation-copy{padding:34px}.projects-head{display:block}.projects-head p{margin-top:20px}.cta-grid,.footer-grid{align-items:flex-start;flex-direction:column}.statement-grid{gap:24px}
}
@media (max-width:600px){
 body{font-size:16px}.wrap{width:min(100% - 30px,1180px)}h1{font-size:45px}.hero-copy{padding:45px 28px}.hero-visual{min-height:430px}.hero-caption{right:12px;bottom:12px}.section{padding:72px 0}.services{margin-top:43px}.gallery-grid{grid-template-columns:1fr}.gallery-card img{height:340px}.photo img{height:360px}.project-info{padding:33px 29px}.before-after{grid-template-columns:1fr}.realisation-images{grid-template-columns:1fr}.realisation-images img{height:390px}.pro-row{grid-template-columns:1fr;gap:6px}.cta h2{font-size:34px}.statement-section{padding:70px 0}
}

/* V5 additions */
.centered{justify-content:center;margin-top:44px}
.decor-highlight{padding:0;background:var(--paper-light)}
.decor-grid{display:grid;grid-template-columns:1.08fr .92fr;min-height:560px;background:var(--white);box-shadow:var(--shadow);margin-top:92px;margin-bottom:92px}
.decor-image{min-height:560px;position:relative;overflow:hidden}
.decor-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.decor-copy{padding:70px 62px;display:flex;flex-direction:column;justify-content:center}
.decor-copy p:not(.eyebrow){color:#5d6670;max-width:500px}
.text-link{display:inline-flex;gap:13px;align-items:center;margin-top:24px;padding-bottom:5px;border-bottom:1px solid var(--ink);width:max-content;font-size:14px}
.pro-btn{background:#fff!important;color:var(--ink)!important;border-color:#fff!important;margin-top:18px}
.visual-content{align-items:center}
.image-pair{display:grid;grid-template-columns:1fr 1fr;gap:4px;background:var(--paper-2)}
.image-pair img{height:470px;width:100%;object-fit:cover}
.single-showcase{position:relative;background:var(--paper-2)}
.single-showcase img{width:100%;height:590px;object-fit:cover}
.single-showcase span{position:absolute;left:18px;bottom:18px;background:rgba(252,250,246,.94);padding:9px 12px;font-size:10px;text-transform:uppercase;letter-spacing:.12em}
.pro-note{margin-top:72px;margin-left:auto;max-width:720px;border-left:3px solid var(--sand);padding:3px 0 3px 26px;color:#5e6872}
.pro-note strong{display:block;font-family:var(--serif);font-size:26px;font-weight:400;color:var(--ink);margin-bottom:8px}
.pro-note p{margin:0}
.decor-portfolio{display:grid;grid-template-columns:1fr .7fr;gap:0;background:var(--white);box-shadow:var(--shadow)}
.decor-portfolio .single-showcase img{height:560px}
.decor-portfolio-copy{padding:52px 46px;display:flex;flex-direction:column;justify-content:center}
.decor-portfolio-copy p{color:#626c76}
@media (max-width:900px){.decor-grid,.decor-portfolio{grid-template-columns:1fr;margin-top:60px;margin-bottom:60px}.decor-image{min-height:520px}.decor-copy{padding:48px 38px}.image-pair{margin-bottom:40px}.single-showcase img{height:520px}}
@media (max-width:600px){.decor-image{min-height:430px}.decor-copy{padding:38px 28px}.image-pair{grid-template-columns:1fr}.image-pair img{height:360px}.single-showcase img,.decor-portfolio .single-showcase img{height:430px}.decor-portfolio-copy{padding:34px 28px}}

/* V6 — multiservices + footer BatiFemmes */
.services-four{grid-template-columns:repeat(4,1fr)}
.footer-grid{grid-template-columns:1.35fr .9fr auto;align-items:center;gap:36px}
.footer-network{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:170px}
.footer-network span{font-size:11px;text-transform:uppercase;letter-spacing:.14em;opacity:.72}
.footer-network img{width:165px;height:auto;object-fit:contain;display:block}
.zone-note{margin-top:28px;max-width:760px;color:var(--muted)}
@media(max-width:1000px){.services-four{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-network{grid-column:1/-1;align-items:flex-start}}
@media(max-width:650px){.services-four{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-network{grid-column:auto}.footer-network img{width:150px}}

/* Adaptation Wagtail du front final — structure V6, densité éditoriale du brief. */
.skip{position:absolute;left:-9999px}.skip:focus{left:12px;top:12px;z-index:100;background:#fff;padding:10px}
.network-band{height:126px;display:grid;place-items:center;background:#fff}.network-band img{width:165px;max-height:76px;object-fit:contain}
footer .footer-grid{display:flex;justify-content:space-between;align-items:center;gap:36px}.footer-brand a{flex:0 0 62px}.footer-brand span{max-width:620px}.footer-note{margin:0}
.hero{padding:54px 0 68px}.hero-grid,.hero-copy,.hero-visual{height:440px;min-height:440px}.hero-copy{padding:46px 45px}.hero-copy h1{font-size:clamp(39px,4vw,56px);margin-bottom:18px}.hero-copy .lead{font-size:16px;line-height:1.6;margin-bottom:8px}.hero-copy .actions{margin-top:18px}
.section{padding:76px 0}.services{margin-top:44px}.service{padding-top:28px;padding-bottom:30px}.services-four{grid-template-columns:repeat(4,1fr)}
.mini-pair{display:grid;grid-template-columns:1fr 1fr;gap:3px;background:var(--paper-2)}.mini-pair.single{grid-template-columns:1fr}.mini-pair .photo img,.home-gallery .gallery-card img{width:100%;height:230px;object-fit:cover}.home-gallery .gallery-copy .eyebrow{margin-bottom:6px}.home-gallery .gallery-copy{padding:20px 22px 23px}
.decor-grid{min-height:430px;margin-top:70px;margin-bottom:70px}.decor-image{min-height:430px}.decor-copy{padding:48px 46px}
.pro-band{padding:72px 0}.statement-section{padding:68px 0}.cta{padding:60px 0}.cta h2{font-size:36px}
.page-hero{padding:60px 0 50px}.page-hero h1{font-size:clamp(42px,5vw,62px)}
.realisation-list{gap:50px}.realisation-images img{height:280px;object-fit:contain}.realisation-copy{padding:30px 32px}.realisation-copy h2{font-size:31px}.realisation-images.single{grid-template-columns:1fr}
.prestations-top{padding:52px 0}.prestations-heading-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:56px;align-items:center}.prestations-lead-visual{height:285px;overflow:hidden}.prestations-lead-visual img{width:100%;height:100%;object-fit:cover}.prestations-editorial{padding:66px 0}.prestations-list{border-top:1px solid var(--line)}.prestation-row{display:grid;grid-template-columns:58fr 42fr;min-height:235px;border-bottom:1px solid var(--line)}.prestation-copy{display:grid;grid-template-columns:45px 1fr;grid-template-rows:auto auto auto;column-gap:18px;align-content:center;padding:24px 32px}.service-icon{grid-row:1/4;width:38px;height:38px}.service-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.2}.prestation-copy .eyebrow{margin-bottom:2px}.prestation-copy h2{font-size:32px;margin-bottom:6px}.prestation-copy>p:last-child{margin:0;color:#626a73;font-size:14px;line-height:1.45}.prestation-visual{height:235px;overflow:hidden}.prestation-visual img{width:100%;height:100%;object-fit:cover}
.professionals-main{padding:68px 0;background:var(--paper)}.professionals-grid{display:grid;grid-template-columns:58fr 42fr;grid-template-rows:auto 1fr;column-gap:58px;align-items:start}.professionnels-copy{grid-column:1;grid-row:1}.professionals-grid>.professional-audiences{grid-column:1;grid-row:2}.professional-audiences{border-top:1px solid var(--line)}.professional-audiences>div{display:grid;grid-template-columns:40px 1fr;gap:14px;padding:11px 0;border-bottom:1px solid var(--line)}.professional-audiences p{margin:0;font-size:15px;line-height:1.35}.professional-audiences small{color:var(--ink-soft);font-size:13px}.pro-icon{display:grid;width:32px;height:32px;place-items:center;border:1px solid var(--ink);border-radius:50%;font-size:10px}.professionnels-main-visual{grid-column:2;grid-row:1/3;height:520px;overflow:hidden}.professionnels-main-visual img{width:100%;height:100%;object-fit:cover}
.decoration-main{padding:68px 0;background:var(--paper)}.decoration-page .site-wrap{width:min(1180px,calc(100% - 48px));margin-inline:auto}.decoration-page .decoration-grid{display:grid;grid-template-columns:42fr 34fr 24fr;gap:16px;min-height:0;margin:0;background:transparent;box-shadow:none}.decoration-copy{display:flex;flex-direction:column;justify-content:center;padding-right:22px}.decoration-note{padding:18px;border:1px solid var(--line);background:var(--white)}.decoration-note p{margin:0;font-size:14px}.decoration-primary,.decoration-secondary{height:460px;overflow:hidden}.decoration-primary img,.decoration-secondary img{width:100%;height:100%;object-fit:cover}.decoration-extra{padding:58px 0}.decoration-extra-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.decoration-extra figure{height:250px;overflow:hidden}.decoration-extra img{width:100%;height:100%;object-fit:cover}
.contact-grid form{padding:34px;border:1px solid var(--line);background:var(--paper)}.contact-grid label{display:block;margin-bottom:14px;font-size:13px}.contact-grid input,.contact-grid textarea{display:block;width:100%;margin-top:5px;padding:10px;border:1px solid var(--line);background:#fff;font:inherit}.honeypot{position:absolute;left:-9999px}
.contact-privacy-note{margin:2px 0 16px;color:var(--ink-soft);font-size:11px;line-height:1.45}.contact-privacy-note a{text-decoration:underline;text-underline-offset:2px}
@media(max-width:900px){.hero-grid,.hero-copy{height:auto;min-height:0}.hero-visual{height:390px;min-height:390px}.services-four{grid-template-columns:repeat(2,1fr)}footer .footer-grid{align-items:flex-start;flex-direction:column}.prestations-heading-grid{grid-template-columns:1fr;gap:28px}.professionals-grid{grid-template-columns:1fr;grid-template-rows:auto}.professionnels-copy{grid-column:1;grid-row:1}.professionnels-main-visual{grid-column:1;grid-row:2;height:340px;margin:26px 0}.professionals-grid>.professional-audiences{grid-column:1;grid-row:3}.decoration-page .decoration-grid{grid-template-columns:1fr 1fr}.decoration-copy{grid-column:1/-1;padding:0 0 16px}.decoration-primary,.decoration-secondary{height:360px}.decoration-extra-grid{grid-template-columns:1fr}.realisation-images img{height:300px}}
@media(max-width:600px){.wrap,.decoration-page .site-wrap{width:min(100% - 30px,1180px)}.navlinks{top:82px}.hero{padding:30px 0 48px}.hero-copy{padding:38px 25px}.hero-copy h1{font-size:39px}.hero-visual{height:270px;min-height:270px}.section{padding:56px 0}.services-four{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr}.mini-pair .photo img,.home-gallery .gallery-card img{height:220px}.network-band{height:116px}.prestation-row{grid-template-columns:1fr}.prestation-copy{min-height:210px;padding:24px 18px}.prestation-visual{height:230px}.professionals-main{padding:54px 0}.professionnels-main-visual{height:270px}.decoration-page .decoration-grid{grid-template-columns:1fr 1fr;gap:8px}.decoration-primary,.decoration-secondary{height:270px}.decoration-extra figure{height:225px}.realisation,.realisation:nth-child(even){grid-template-columns:1fr}.realisation:nth-child(even) .realisation-images{order:0}.realisation-images{grid-template-columns:1fr 1fr}.realisation-images img{height:240px}.realisation-copy{padding:26px}.page-hero h1{font-size:42px}.cta h2{font-size:31px}}

/* Passe de validation — haut des pages calé sur le guide visuel. */
.site-header{border-top:3px solid #24364a;background:var(--ink);border-bottom:0;backdrop-filter:none}
.nav{min-height:82px;gap:28px}.brand{width:70px;height:64px;padding:3px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.88)}.brand img{width:62px;max-height:58px;object-fit:contain}
.navlinks{gap:24px;color:#fff;font-size:12px;letter-spacing:.045em;text-transform:uppercase}
.navlinks a:not(.nav-contact){padding:7px 0;border-color:transparent}.navlinks a:not(.nav-contact):hover{border-color:rgba(255,255,255,.7)}
.nav-contact{border-color:rgba(255,255,255,.6);padding:8px 13px;color:#fff}.nav-contact:hover{background:#fff;color:var(--ink)}
.menu-btn{border-color:rgba(255,255,255,.55);color:#fff}
.hero{padding:0;background:var(--paper-light);border-bottom:1px solid var(--line)}
.hero-grid{width:min(1180px,calc(100% - 48px));height:468px;min-height:468px;box-shadow:none;border:1px solid var(--line);border-top:0}
.hero-copy{height:468px;min-height:468px;background:var(--paper-light);color:var(--ink);padding:48px 42px}
.hero-copy h1{color:var(--ink);font-size:48px;line-height:1.08;margin-bottom:18px}
.hero-copy .eyebrow{color:var(--ink-soft)}.hero-copy .lead{color:#4f5a65;font-size:17px;line-height:1.58}
.hero-copy .btn{background:var(--ink);color:#fff;border-color:var(--ink)}
.hero-visual{height:468px;min-height:468px}.hero+ .section{padding-top:42px}.hero+ .section .intro-grid{margin-bottom:26px}
.page-hero{padding:46px 0 34px;background:var(--paper-light);border-bottom:0}.page-hero:after{display:none}.page-hero h1{font-size:44px;margin-bottom:13px}.page-hero .lead{font-size:17px;line-height:1.55;margin-bottom:0}
.page-hero+.section{padding-top:34px}.page-hero+.section .realisation-list{margin-top:0}
.prestations-top{padding:44px 0 34px;background:var(--paper-light)}.prestations-heading-grid{gap:42px}.prestations-heading-grid h1{font-size:44px;margin-bottom:14px}.prestations-heading-grid .lead{font-size:17px;line-height:1.55;margin-bottom:0}.prestations-lead-visual{height:245px}.prestations-editorial{padding-top:26px}
.decoration-main{padding:44px 0 42px}.decoration-copy h1,.professionnels-copy h1{font-size:44px;margin-bottom:15px}.decoration-copy .lead,.professionnels-copy .lead{font-size:17px;line-height:1.55;margin-bottom:20px}.decoration-primary,.decoration-secondary{height:430px}
.professionals-main{padding:44px 0}.professionnels-main-visual{height:505px}.professional-audiences>div{padding:9px 0}
@media(max-width:900px){.navlinks{top:82px;background:var(--ink);color:#fff}.hero-grid{grid-template-columns:1fr}.hero-grid,.hero-copy{height:auto;min-height:0}.hero-copy{padding:42px 34px}.hero-visual{height:350px;min-height:350px}.prestations-heading-grid{gap:24px}}
@media(max-width:600px){.site-header{border-top-width:2px}.nav{min-height:72px}.brand,.brand img{width:62px}.navlinks{top:72px}.hero-grid{width:100%;border-left:0;border-right:0}.hero-copy{padding:34px 24px}.hero-copy h1{font-size:39px}.hero-copy .lead{font-size:16px}.hero-visual{height:260px;min-height:260px}.hero+.section{padding-top:34px}.page-hero,.prestations-top,.decoration-main,.professionals-main{padding-top:34px;padding-bottom:30px}.page-hero h1,.prestations-heading-grid h1,.decoration-copy h1,.professionnels-copy h1{font-size:38px}.prestations-lead-visual{height:220px}.prestations-editorial{padding-top:18px}.decoration-primary,.decoration-secondary{height:260px}}

/* Accueil seul — reproduction du panneau 1 de la maquette. */
.home-final{--ginkgo-navy:#243448;--ginkgo-navy-deep:#1D2E42;--ginkgo-ivory:#F4ECE2;--ginkgo-cream:#F6EEE3;--ginkgo-warm-white:#FFFAEE;--ginkgo-greige:#B2A494;--ginkgo-line:#D3CEC7;--ginkgo-text:#26313A;--ginkgo-muted:#6B7178;background:var(--ginkgo-ivory);color:var(--ginkgo-text)}
body:has(.home-final){background:var(--ginkgo-ivory)}body:has(.home-final) .site-header{background:#243448;border-top-color:#1D2E42}body:has(.home-final) .nav{min-height:76px}body:has(.home-final) .brand{height:58px;width:64px}body:has(.home-final) .brand img{width:56px;max-height:52px}
.home-board{padding:0 0 38px;background:var(--ginkgo-ivory)}.home-board-inner{border:1px solid var(--ginkgo-line);border-top:0;background:var(--ginkgo-cream)}
.home-hero{display:grid;grid-template-columns:45% 55%;height:350px;border-bottom:1px solid var(--ginkgo-line)}
.home-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:32px 38px;background:var(--ginkgo-cream)}.home-hero-copy .eyebrow{font-size:10px;margin-bottom:10px;color:var(--ginkgo-muted)}.home-hero-copy h1{font-size:44px;line-height:1.06;color:var(--ginkgo-navy);margin:0 0 14px}.home-lead{max-width:430px;margin:0 0 19px;color:#505960;font-size:15px;line-height:1.52}.home-hero-copy .btn{align-self:flex-start;min-height:42px;padding:0 17px;background:var(--ginkgo-navy);border-color:var(--ginkgo-navy);font-size:12px;text-transform:uppercase;letter-spacing:.045em}
.home-hero-image{margin:0;overflow:hidden;background:var(--ginkgo-greige)}.home-hero-image img{width:100%;height:100%;object-fit:cover}
.home-services{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--ginkgo-line);background:var(--ginkgo-warm-white)}.home-service{min-height:154px;padding:18px 17px 16px;text-align:center;border-right:1px solid var(--ginkgo-line)}.home-service:last-child{border-right:0}.home-service-icon{display:block;width:38px;height:38px;margin:0 auto 7px;color:var(--ginkgo-navy)}.home-service-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.home-service h2{font-size:20px;line-height:1.08;margin:0 0 7px;color:var(--ginkgo-navy)}.home-service p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;color:var(--ginkgo-muted);font-size:12px;line-height:1.4}
.home-projects-head{display:flex;align-items:end;justify-content:space-between;gap:25px;padding:17px 18px 10px}.home-projects-head h2{font-family:var(--serif);font-size:21px;margin:0;color:var(--ginkgo-text)}.home-projects-head h2 span{font-family:var(--sans);font-size:13px;font-weight:400}.home-projects-head a{font-size:12px;color:var(--ginkgo-navy);border-bottom:1px solid var(--ginkgo-greige)}
.home-comparisons{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0 18px 18px}.home-comparison{min-width:0;background:var(--ginkgo-warm-white);border:1px solid var(--ginkgo-line)}.home-comparison-images{display:grid;grid-template-columns:1fr 1fr;gap:2px}.home-comparison-images.single{grid-template-columns:1fr}.home-comparison figure{position:relative;margin:0;height:152px;overflow:hidden}.home-comparison img{width:100%;height:100%;object-fit:cover}.home-comparison figcaption{position:absolute;left:0;right:0;bottom:0;padding:4px;background:rgba(255,250,238,.92);font-size:10px;text-align:center;text-transform:uppercase;letter-spacing:.06em}.home-comparison h3{margin:0;padding:7px 9px;font-family:var(--sans);font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ginkgo-text)}
.home-final>.decor-highlight{background:var(--ginkgo-ivory)}.home-final>.decor-highlight .decor-grid{margin-top:60px;margin-bottom:60px}.home-final>.cta{background:var(--ginkgo-cream)}
@media(max-width:900px){body:has(.home-final) .navlinks{top:76px}.home-hero{grid-template-columns:1fr;height:auto}.home-hero-copy{min-height:300px}.home-hero-image{height:330px}.home-services{grid-template-columns:repeat(2,1fr)}.home-service:nth-child(2){border-right:0}.home-service:nth-child(-n+2){border-bottom:1px solid var(--ginkgo-line)}.home-comparisons{grid-template-columns:1fr 1fr}.home-comparison:last-child{display:none}}
@media(max-width:600px){body:has(.home-final) .nav{min-height:70px}body:has(.home-final) .navlinks{top:70px}.home-board{padding-bottom:24px}.home-board-inner{width:100%;border-left:0;border-right:0}.home-hero-copy{min-height:272px;padding:28px 22px}.home-hero-copy h1{font-size:38px}.home-lead{font-size:14px}.home-hero-image{height:245px}.home-services{grid-template-columns:1fr 1fr}.home-service{min-height:145px;padding:15px 10px}.home-service h2{font-size:17px}.home-projects-head{display:block;padding:16px 12px 10px}.home-projects-head h2{font-size:19px;margin-bottom:7px}.home-projects-head h2 span{font-size:11px}.home-comparisons{grid-template-columns:1fr;gap:9px;padding:0 12px 15px}.home-comparison:last-child{display:block}.home-comparison figure{height:138px}.home-final>.decor-highlight .decor-grid{margin-top:40px;margin-bottom:40px}}

/* Prestations seule — reproduction du panneau 2 de la maquette. */
.prestations-page{--ginkgo-navy:#243448;--ginkgo-navy-deep:#1D2E42;--ginkgo-ivory:#F4ECE2;--ginkgo-cream:#F6EEE3;--ginkgo-warm-white:#FFFAEE;--ginkgo-greige:#B2A494;--ginkgo-line:#D3CEC7;--ginkgo-text:#26313A;--ginkgo-muted:#6B7178;background:var(--ginkgo-ivory);color:var(--ginkgo-text)}
body:has(.prestations-page){background:#F4ECE2}body:has(.prestations-page) .site-header{background:#243448;border-top-color:#1D2E42}body:has(.prestations-page) .nav{min-height:76px}body:has(.prestations-page) .brand{height:58px;width:64px}body:has(.prestations-page) .brand img{width:56px;max-height:52px}
.prestations-page .prestations-top{padding:28px 0;background:var(--ginkgo-cream);border-bottom:1px solid var(--ginkgo-line)}
.prestations-page .prestations-heading-grid{grid-template-columns:42% 58%;gap:30px;align-items:center}.prestations-page .prestations-heading-grid .eyebrow{font-size:10px;margin-bottom:10px;color:var(--ginkgo-muted)}.prestations-page .prestations-heading-grid h1{font-size:43px;line-height:1.06;margin:0 0 12px;color:var(--ginkgo-navy)}.prestations-page .prestations-heading-grid .lead{font-size:16px;line-height:1.5;margin:0;max-width:440px;color:#505960}.prestations-page .prestations-lead-visual{height:250px;margin:0;background:var(--ginkgo-greige)}.prestations-page .prestations-lead-visual img{object-fit:cover}
.prestations-page .prestations-editorial{padding:20px 0 42px;background:var(--ginkgo-ivory)}.prestations-page .prestations-list{border:1px solid var(--ginkgo-line);background:var(--ginkgo-cream)}
.prestations-page .prestation-row{grid-template-columns:60% 40%;min-height:198px;border-bottom:1px solid var(--ginkgo-line)}.prestations-page .prestation-row:last-child{border-bottom:0}.prestations-page .prestation-copy{grid-template-columns:48px 1fr;padding:20px 28px;column-gap:17px}.prestations-page .service-icon{width:42px;height:42px;padding:9px;border-radius:50%;background:var(--ginkgo-navy);color:var(--ginkgo-warm-white)}.prestations-page .service-icon svg{stroke-width:1.5}.prestations-page .prestation-copy .eyebrow{font-size:10px;letter-spacing:.16em;margin:0 0 2px;color:var(--ginkgo-muted)}.prestations-page .prestation-copy h2{font-size:29px;line-height:1.08;margin:0 0 7px;color:var(--ginkgo-navy)}.prestations-page .prestation-copy>p:last-child{font-size:13px;line-height:1.42;color:var(--ginkgo-muted)}.prestations-page .prestation-visual{height:198px;margin:0;background:var(--ginkgo-greige)}.prestations-page .prestation-visual img{width:100%;height:100%;object-fit:cover}
@media(max-width:900px){body:has(.prestations-page) .navlinks{top:76px}.prestations-page .prestations-heading-grid{grid-template-columns:1fr;gap:20px}.prestations-page .prestations-lead-visual{height:240px}.prestations-page .prestation-row{grid-template-columns:58% 42%}}
@media(max-width:600px){body:has(.prestations-page) .nav{min-height:70px}body:has(.prestations-page) .navlinks{top:70px}.prestations-page .prestations-top{padding:26px 0 20px}.prestations-page .prestations-heading-grid h1{font-size:38px}.prestations-page .prestations-heading-grid .lead{font-size:15px}.prestations-page .prestations-lead-visual{height:225px}.prestations-page .prestations-editorial{padding:16px 0 28px}.prestations-page .prestations-list{border-left:0;border-right:0}.prestations-page .prestation-row{grid-template-columns:1fr;min-height:0}.prestations-page .prestation-copy{min-height:190px;padding:20px 18px}.prestations-page .prestation-copy h2{font-size:27px}.prestations-page .prestation-visual{height:220px}}

/* Prestations — proportions finales de la capture de référence. */
.prestations-page .prestations-top{padding:34px 0 20px}.prestations-page .prestations-heading-grid{display:block}.prestations-page .prestations-heading-copy{max-width:620px}.prestations-page .prestations-heading-grid h1{font-size:37px;margin-bottom:7px}.prestations-page .prestations-heading-grid .lead{font-size:15px;max-width:610px}.prestations-page .prestations-lead-visual{width:100%;height:240px;margin:18px 0 0}
.prestations-page .prestations-editorial{padding:0 0 34px}.prestations-page .prestations-list{border:0;background:var(--ginkgo-cream)}.prestations-page .prestation-row{grid-template-columns:65% 35%;height:130px;min-height:130px;border-top:1px solid var(--ginkgo-line);border-bottom:0}.prestations-page .prestation-row:last-child{border-bottom:1px solid var(--ginkgo-line)}.prestations-page .prestation-copy{grid-template-columns:70px 1fr;display:grid;align-items:center;padding:0 18px 0 8px;column-gap:0}.prestations-page .service-icon{grid-row:auto;width:44px;height:44px;margin:auto;padding:10px}.prestations-page .prestation-content{align-self:center}.prestations-page .prestation-copy .eyebrow{font-size:10px;margin-bottom:1px}.prestations-page .prestation-copy h2{font-size:23px;margin-bottom:3px}.prestations-page .prestation-copy>p:last-child,.prestations-page .prestation-content>p:last-child{font-size:11.5px;line-height:1.23;margin:0;color:var(--ginkgo-muted)}.prestations-page .prestation-visual{height:130px}.prestations-page .prestation-visual img{object-fit:cover}
@media(max-width:900px) and (min-width:601px){.prestations-page .prestation-row{grid-template-columns:62% 38%}}
@media(max-width:600px){.prestations-page .prestations-top{padding:26px 0 18px}.prestations-page .prestations-heading-grid h1{font-size:36px}.prestations-page .prestations-lead-visual{height:180px;margin-top:15px}.prestations-page .prestations-editorial{padding:0 0 24px}.prestations-page .prestation-row{grid-template-columns:1fr;height:auto;min-height:0}.prestations-page .prestation-copy{grid-template-columns:64px 1fr;min-height:148px;padding:18px 14px 16px 8px}.prestations-page .service-icon{width:44px;height:44px}.prestations-page .prestation-copy h2{font-size:23px}.prestations-page .prestation-copy>p:last-child,.prestations-page .prestation-content>p:last-child{font-size:12px;line-height:1.28}.prestations-page .prestation-visual{height:140px}}

/* Ajustement optique d’après la référence recadrée. */
.prestations-page .wrap{width:min(1060px,calc(100% - 48px))}.prestations-page .prestations-lead-visual{margin-top:10px}
.prestations-page .prestations-list{display:grid;gap:5px;background:transparent}.prestations-page .prestation-row{grid-template-columns:60% 40%;background:var(--ginkgo-cream);border-top:1px solid var(--ginkgo-line);border-bottom:0}.prestations-page .prestation-row:last-child{border-bottom:1px solid var(--ginkgo-line)}.prestations-page .prestation-copy{grid-template-columns:62px 1fr;padding-left:5px;padding-right:8px}.prestations-page .prestation-visual{border-left:5px solid var(--ginkgo-ivory)}
@media(max-width:600px){.prestations-page .wrap{width:min(100% - 30px,1060px)}.prestations-page .prestations-list{gap:8px}.prestations-page .prestation-row{grid-template-columns:1fr}.prestations-page .prestation-copy{grid-template-columns:62px 1fr;padding-left:4px}.prestations-page .prestation-visual{border-left:0;border-top:5px solid var(--ginkgo-ivory)}}

/* Valeurs pilotées depuis Wagtail — panneau Mise en page Prestations. */
.prestations-page .wrap{width:min(var(--prestations-width,1060px),calc(100% - 48px))}.prestations-page .prestations-lead-visual{height:var(--prestations-intro-height,240px)}.prestations-page .prestations-list{gap:var(--prestations-image-gap,5px)}.prestations-page .prestation-row{grid-template-columns:var(--prestations-text-ratio,60%) calc(100% - var(--prestations-text-ratio,60%));height:var(--prestations-row-height,130px);min-height:var(--prestations-row-height,130px)}.prestations-page .prestation-visual{height:var(--prestations-row-height,130px);border-left-width:var(--prestations-image-gap,5px)}
.prestations-page.images-left .prestation-row{grid-template-columns:calc(100% - var(--prestations-text-ratio,60%)) var(--prestations-text-ratio,60%)}.prestations-page.images-left .prestation-visual{order:-1;border-left:0;border-right:var(--prestations-image-gap,5px) solid var(--ginkgo-ivory)}
@media(max-width:600px){.prestations-page .wrap{width:min(100% - 30px,var(--prestations-width,1060px))}.prestations-page .prestations-lead-visual{height:180px}.prestations-page .prestations-list{gap:8px}.prestations-page .prestation-row,.prestations-page.images-left .prestation-row{grid-template-columns:1fr;height:auto;min-height:0}.prestations-page .prestation-visual,.prestations-page.images-left .prestation-visual{order:0;height:140px;border-left:0;border-right:0;border-top:var(--prestations-image-gap,5px) solid var(--ginkgo-ivory)}}

/* Moteur visuel réutilisable : paramètres propres à chaque bloc. */
.prestations-page .prestations-lead-visual img,.prestations-page .prestation-visual img{object-position:var(--fx,50%) var(--fy,50%)}
.prestations-page .prestation-row{height:var(--row-photo-height,var(--prestations-row-height,130px));min-height:var(--row-photo-height,var(--prestations-row-height,130px))}.prestations-page .prestation-visual{height:var(--row-photo-height,var(--prestations-row-height,130px));border-left-width:var(--row-text-gap,var(--prestations-image-gap,5px))}
.prestations-page .prestation-row.image-left{grid-template-columns:calc(100% - var(--prestations-text-ratio,60%)) var(--prestations-text-ratio,60%)}.prestations-page .prestation-row.image-left .prestation-visual{order:-1;border-left:0;border-right:var(--row-text-gap,5px) solid var(--ginkgo-ivory)}
.prestations-page .prestation-row.image-below{grid-template-columns:1fr;height:auto;min-height:0}.prestations-page .prestation-row.image-below .prestation-visual{height:var(--row-photo-height,130px);border-left:0;border-top:var(--row-text-gap,5px) solid var(--ginkgo-ivory)}.prestations-page .prestation-row.image-below .prestation-copy{min-height:115px}
.prestations-page .prestation-row.align-start .prestation-content{align-self:start;padding-top:14px}.prestations-page .prestation-row.align-end .prestation-content{align-self:end;padding-bottom:14px}.prestations-page .prestation-row.density-normal .prestation-copy{padding-top:12px;padding-bottom:12px}
@media(max-width:600px){.prestations-page .prestation-row,.prestations-page .prestation-row.image-left,.prestations-page .prestation-row.image-below{grid-template-columns:1fr;height:auto;min-height:0}.prestations-page .prestation-row .prestation-visual,.prestations-page .prestation-row.image-left .prestation-visual,.prestations-page .prestation-row.image-below .prestation-visual{order:0;height:140px;border-left:0;border-right:0;border-top:var(--row-text-gap,5px) solid var(--ginkgo-ivory)}}
.prestations-page .prestations-list{display:grid}.prestations-page .prestation-row[hidden]{display:none!important}

/* Prestations : introduction compacte sans visuel principal. */
.prestations-page .prestations-top{padding:30px 0 16px}.prestations-page .prestations-heading-grid{display:block}.prestations-page .prestations-heading-copy{max-width:none}.prestations-page .prestations-heading-grid .lead{max-width:820px}.prestations-page .prestations-editorial{padding-top:0}
@media(max-width:600px){.prestations-page .prestations-top{padding:24px 0 14px}.prestations-page .prestations-editorial{padding-top:0}}

/* Décoration / valorisation : composition éditoriale compacte. */
.decoration-editorial{background:var(--ginkgo-ivory)}.decoration-editorial .decoration-intro{padding:34px 0 22px}.decoration-editorial .decoration-intro .site-wrap{padding-bottom:22px;border-bottom:1px solid var(--ginkgo-line)}.decoration-editorial .decoration-intro .eyebrow{margin-bottom:8px}.decoration-editorial .decoration-intro h1{max-width:760px;margin:0 0 10px;font-size:40px;line-height:1.08}.decoration-editorial .decoration-intro .lead{max-width:850px;margin:0;font-size:15px;line-height:1.55;color:var(--ginkgo-muted)}
.decoration-editorial .decoration-composition{padding:0 0 40px}.decoration-editorial .decoration-composition-grid{display:grid;grid-template-columns:36% 39% 25%;gap:var(--vb-gap,16px);align-items:stretch}.decoration-editorial-copy{display:flex;flex-direction:column;justify-content:center;padding:28px 26px;border:1px solid var(--ginkgo-line);background:var(--ginkgo-cream)}.decoration-editorial-copy h2{margin:0 0 12px;font-size:29px;line-height:1.12}.decoration-editorial-copy>p:not(.eyebrow){margin:0 0 18px;color:var(--ginkgo-muted);font-size:13px;line-height:1.5}.decoration-services{display:grid;gap:8px;margin:0;padding:0;list-style:none}.decoration-services li{position:relative;padding-left:18px;font-size:12.5px;line-height:1.35}.decoration-services li:before{content:'◇';position:absolute;left:0;color:var(--ginkgo-gold)}
.decoration-editorial .decoration-primary,.decoration-editorial .decoration-secondary{position:relative;height:var(--row-photo-height,460px);min-height:0;margin:0!important;overflow:hidden;background:var(--ginkgo-greige)}.decoration-editorial .decoration-primary img,.decoration-editorial .decoration-secondary img{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--fx,50%) var(--fy,50%)}.decoration-editorial figcaption{position:absolute;right:0;bottom:0;left:0;padding:20px 12px 9px;background:linear-gradient(transparent,rgba(14,35,53,.72));color:#fff;font-size:10px}
@media(max-width:900px){.decoration-editorial .decoration-composition-grid{grid-template-columns:42% 58%}.decoration-editorial-copy{grid-column:1/-1}.decoration-editorial .decoration-secondary{display:none}}
@media(max-width:600px){.decoration-editorial .decoration-intro{padding:26px 0 18px}.decoration-editorial .decoration-intro .site-wrap{padding-bottom:18px}.decoration-editorial .decoration-intro h1{font-size:35px}.decoration-editorial .decoration-intro .lead{font-size:14px}.decoration-editorial .decoration-composition{padding-bottom:28px}.decoration-editorial .decoration-composition-grid{grid-template-columns:1fr;gap:10px}.decoration-editorial-copy{padding:23px 20px}.decoration-editorial-copy h2{font-size:27px}.decoration-editorial .decoration-primary,.decoration-editorial .decoration-secondary{display:block;height:270px}.decoration-editorial .decoration-secondary{height:210px}}

/* Professionnels : page de solutions compacte, sans effet portfolio. */
.professionnels-editorial{background:var(--ginkgo-ivory)}.professionnels-editorial .professionnels-intro{padding:34px 0 22px}.professionnels-editorial .professionnels-intro .wrap{padding-bottom:22px;border-bottom:1px solid var(--ginkgo-line)}.professionnels-editorial .professionnels-intro h1{max-width:760px;margin:0 0 10px;font-size:40px;line-height:1.08}.professionnels-editorial .professionnels-intro .lead{max-width:760px;margin:0;color:var(--ginkgo-muted);font-size:15px;line-height:1.55}
.professionnels-editorial .professionnels-composition{padding:0 0 40px}.professionnels-solution-grid{display:grid;grid-template-columns:57% 43%;gap:var(--vb-gap,28px);align-items:stretch}.professionnels-solutions{border-top:1px solid var(--ginkgo-line)}.professionnel-solution{display:grid;grid-template-columns:44px 1fr;gap:13px;padding:12px 8px;border-bottom:1px solid var(--ginkgo-line)}.pro-number{display:grid;width:32px;height:32px;place-items:center;border:1px solid var(--ginkgo-navy);border-radius:50%;color:var(--ginkgo-navy);font-size:10px}.professionnel-solution h2{margin:0 0 3px;font-size:20px;line-height:1.15}.professionnel-solution p{margin:0;color:var(--ginkgo-muted);font-size:12.5px;line-height:1.4}.professionnel-solution ul{display:flex;flex-wrap:wrap;gap:3px 15px;margin:8px 0 0;padding:0;list-style:none}.professionnel-solution li{position:relative;padding-left:11px;color:var(--ginkgo-muted);font-size:11px}.professionnel-solution li:before{content:'·';position:absolute;left:0;color:var(--ginkgo-gold)}
.professionnels-visuals{display:grid;grid-template-rows:minmax(0,1fr) 150px;gap:10px;min-height:0}.professionnels-editorial .professionnels-main-visual,.professionnels-secondary-visual{position:relative;height:auto!important;min-height:0;margin:0;overflow:hidden;background:var(--ginkgo-greige)}.professionnels-editorial .professionnels-main-visual img,.professionnels-secondary-visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--fx,50%) var(--fy,50%)}.professionnels-editorial figcaption{position:absolute;right:0;bottom:0;left:0;padding:20px 12px 9px;background:linear-gradient(transparent,rgba(14,35,53,.72));color:#fff;font-size:10px}
@media(max-width:900px){.professionnels-solution-grid{grid-template-columns:1fr}.professionnels-visuals{grid-template-columns:2fr 1fr;grid-template-rows:310px}.professionnels-editorial .professionnels-main-visual{grid-column:auto;grid-row:auto;margin:0}.professionnels-secondary-visual{height:auto}}
@media(max-width:600px){.professionnels-editorial .professionnels-intro{padding:26px 0 18px}.professionnels-editorial .professionnels-intro .wrap{padding-bottom:18px}.professionnels-editorial .professionnels-intro h1{font-size:35px}.professionnels-editorial .professionnels-intro .lead{font-size:14px}.professionnels-editorial .professionnels-composition{padding-bottom:28px}.professionnels-solution-grid{gap:18px}.professionnel-solution{grid-template-columns:39px 1fr;padding:11px 4px;gap:10px}.professionnel-solution h2{font-size:19px}.professionnels-visuals{grid-template-columns:1fr;grid-template-rows:270px 150px;gap:8px}}

/* Portfolio : réalisations artisanales éditoriales, images contenues. */
.portfolio-editorial{background:var(--ginkgo-ivory)}.portfolio-editorial .portfolio-intro{padding:34px 0 22px}.portfolio-editorial .portfolio-intro .wrap{padding-bottom:22px;border-bottom:1px solid var(--ginkgo-line)}.portfolio-editorial .portfolio-intro h1{margin:0 0 8px;font-size:40px;line-height:1.08}.portfolio-editorial .portfolio-intro .lead{max-width:720px;margin:0;color:var(--ginkgo-muted);font-size:15px}.portfolio-projects{padding:0 0 44px}.portfolio-editorial .realisation-list{gap:var(--vb-gap,38px)}
.portfolio-editorial .realisation{display:grid;grid-template-columns:58% 42%;overflow:hidden;border:1px solid var(--ginkgo-line);background:var(--ginkgo-cream);box-shadow:none}.portfolio-editorial .realisation:nth-child(even){grid-template-columns:42% 58%}.portfolio-editorial .realisation:nth-child(even) .realisation-images{order:2}.portfolio-editorial .realisation-images{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;background:var(--ginkgo-ivory)}.portfolio-editorial .realisation-images.single{grid-template-columns:1fr}.portfolio-editorial .realisation-images .photo{position:relative;min-width:0}.portfolio-editorial .realisation-images img{display:block;width:100%;height:var(--row-photo-height,var(--vb-row-height,280px));object-fit:cover}.portfolio-editorial .realisation-images .photo>span{position:absolute;z-index:1;left:8px;bottom:8px;padding:4px 8px;background:rgba(14,35,53,.82);color:#fff;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.portfolio-editorial .realisation-copy{padding:25px 28px;justify-content:center}.portfolio-editorial .realisation-copy h2{margin:0 0 8px;font-size:27px;line-height:1.12}.portfolio-editorial .realisation-copy>p:not(.eyebrow){margin:0 0 12px;color:var(--ginkgo-muted);font-size:13px;line-height:1.45}.portfolio-editorial .realisation-copy .meta{font-size:10px}.project-gallery{display:flex;gap:5px;margin-top:14px;padding-top:10px;border-top:1px solid var(--ginkgo-line)}.project-gallery[hidden]{display:none}.project-gallery img{display:block;width:74px;height:50px;object-fit:cover}
.portfolio-editorial.density-normal .realisation-copy{padding:34px}.portfolio-editorial.density-normal .realisation-list{gap:var(--vb-gap,50px)}
@media(max-width:900px){.portfolio-editorial .realisation,.portfolio-editorial .realisation:nth-child(even){grid-template-columns:1fr}.portfolio-editorial .realisation:nth-child(even) .realisation-images{order:0}}
@media(max-width:600px){.portfolio-editorial .portfolio-intro{padding:26px 0 18px}.portfolio-editorial .portfolio-intro .wrap{padding-bottom:18px}.portfolio-editorial .portfolio-intro h1{font-size:35px}.portfolio-editorial .portfolio-intro .lead{font-size:14px}.portfolio-projects{padding-bottom:30px}.portfolio-editorial .realisation-list{gap:18px}.portfolio-editorial .realisation-images{grid-template-columns:1fr 1fr;gap:3px;padding:3px}.portfolio-editorial .realisation-images.single{grid-template-columns:1fr}.portfolio-editorial .realisation-images img{height:190px}.portfolio-editorial .realisation-copy{padding:20px 18px}.portfolio-editorial .realisation-copy h2{font-size:24px}}
body:has(.prestations-page) .prestations-page .prestation-row[data-visual-editor-bound]{cursor:pointer}.prestations-page .prestation-row.visual-editor-selected{outline:3px solid #007d7e;outline-offset:-3px}
.home-final{display:flex;flex-direction:column}.home-board-inner{display:flex;flex-direction:column}.home-final .wrap{width:min(var(--vb-width,1180px),calc(100% - 48px))}.home-final .home-hero{grid-template-columns:var(--vb-ratio,45%) calc(100% - var(--vb-ratio,45%));height:var(--vb-hero-height,350px)}.home-final .home-board-inner{gap:var(--vb-gap,0)}
.decoration-page .site-wrap,.professionnels-page .wrap,.configurable-editorial .wrap,.portfolio-configurable .wrap{width:min(var(--vb-width,1180px),calc(100% - 48px))}.decoration-page .decoration-grid{gap:var(--vb-gap,16px)}.decoration-page .decoration-primary,.decoration-page .decoration-secondary{height:var(--row-photo-height,460px)}.decoration-page figure img,.professionnels-page figure img,.configurable-block figure img{width:100%;height:100%;object-fit:cover;object-position:var(--fx,50%) var(--fy,50%)}.professionnels-page .professionnels-main-visual{height:var(--row-photo-height,520px)}
.configurable-editorial{padding-block:var(--vb-vmargin,32px)}.configurable-editorial .wrap{display:grid;gap:var(--vb-gap,20px)}.configurable-block{display:grid;grid-template-columns:var(--vb-ratio,60%) calc(100% - var(--vb-ratio,60%));gap:var(--row-text-gap,20px);align-items:center}.configurable-block.image-left figure{order:-1}.configurable-block.image-below{grid-template-columns:1fr}.configurable-block figure{height:var(--row-photo-height,220px);margin:0;overflow:hidden}.configurable-block.align-start{align-items:start}.configurable-block.align-end{align-items:end}.configurable-block.density-normal{padding-block:20px}
.portfolio-configurable .realisation-list{gap:var(--vb-gap,50px)}.portfolio-configurable .realisation{grid-template-columns:var(--row-ratio,var(--vb-ratio,60%)) calc(100% - var(--row-ratio,var(--vb-ratio,60%)));margin-top:var(--row-margin-before,0);margin-bottom:var(--row-margin-after,0)}.portfolio-configurable .realisation-images img{height:var(--row-photo-height,var(--vb-row-height,280px))}.portfolio-configurable.density-normal .realisation-copy{padding:40px}
[data-visual-editor-bound]{cursor:pointer}.visual-editor-selected{outline:3px solid #007d7e!important;outline-offset:-3px}
@media(max-width:900px){.home-final .home-hero,.configurable-block,.portfolio-configurable .realisation{grid-template-columns:1fr;height:auto}.home-final .home-hero-image{height:330px}.configurable-block figure{order:0!important}.decoration-page .site-wrap,.professionnels-page .wrap,.configurable-editorial .wrap,.portfolio-configurable .wrap,.home-final .wrap{width:min(100% - 30px,var(--vb-width,1180px))}}
