/*
Theme Name: BHE Électricité
Theme URI: https://bhe-electricite.fr
Author: BHE Électricité
Description: Thème WordPress sur mesure pour BHE Électricité, avec formulaire de devis et réalisations administrables.
Version: 1.0.0
Requires at least: 6.2
Requires PHP: 8.0
Text Domain: bhe-electricite
*/

:root { --navy:#071a33; --navy-2:#0d2b50; --blue:#1769e0; --yellow:#ffc928; --ink:#122033; --muted:#5f6c7b; --line:#dfe5ec; --soft:#f3f6f9; --white:#fff; --radius:18px; --shadow:0 20px 50px rgba(7,26,51,.1); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--white); color:var(--ink); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
a { color:inherit; text-decoration:none; }
button,input,textarea,select { font:inherit; }
img { display:block; max-width:100%; }
.container { width:min(1160px,calc(100% - 40px)); margin-inline:auto; }

.site-header { position:sticky; z-index:50; top:0; height:78px; border-bottom:1px solid rgba(7,26,51,.08); background:rgba(255,255,255,.96); backdrop-filter:blur(14px); }
.header-inner { height:100%; display:flex; align-items:center; gap:30px; }
.logo { display:inline-flex; align-items:center; flex:0 0 auto; }
.brand-logo { width:190px; height:auto; }
.logo-light { width:max-content; padding:9px 11px; border-radius:12px; background:white; }
.logo-light .brand-logo { width:205px; }
.desktop-nav { display:flex; align-items:center; justify-content:center; gap:30px; margin-left:auto; }
.desktop-nav a { color:#344152; font-size:14px; font-weight:700; transition:color .2s ease; }
.desktop-nav a:hover { color:var(--blue); }
.button { min-height:48px; display:inline-flex; align-items:center; justify-content:center; gap:10px; border:0; border-radius:8px; padding:0 22px; font-size:14px; font-weight:800; transition:transform .2s ease,background .2s ease,color .2s ease; }
.button:hover { transform:translateY(-2px); }
.button-small { min-height:42px; padding-inline:17px; font-size:13px; }
.button-primary { color:var(--navy); background:var(--yellow); box-shadow:0 10px 24px rgba(255,201,40,.2); }
.button-primary:hover { background:#ffd65a; }
.button-dark { color:white; background:var(--navy); }
.button-dark:hover { background:var(--navy-2); }
.button-ghost { color:white; border:1px solid rgba(255,255,255,.5); background:rgba(255,255,255,.07); }
.button-ghost:hover { background:rgba(255,255,255,.14); }
.mobile-menu { display:none; margin-left:auto; }
.mobile-menu summary { width:42px; height:42px; display:grid; place-content:center; gap:5px; cursor:pointer; list-style:none; border-radius:8px; background:var(--navy); }
.mobile-menu summary::-webkit-details-marker { display:none; }
.mobile-menu summary span { width:20px; height:2px; background:white; }
.mobile-menu nav { position:absolute; left:0; top:77px; width:100%; display:flex; flex-direction:column; gap:2px; padding:18px 20px 24px; border-bottom:1px solid var(--line); background:white; box-shadow:var(--shadow); }
.mobile-menu nav>a:not(.button) { padding:11px 6px; font-weight:750; }

.hero { position:relative; min-height:690px; display:flex; align-items:center; overflow:hidden; color:white; background:linear-gradient(100deg,#06172e 0%,#0a2d57 48%,#0c376d 100%); }
.hero::before { content:""; position:absolute; z-index:1; inset:0; background:linear-gradient(90deg,rgba(3,17,34,.98) 0%,rgba(3,17,34,.86) 43%,rgba(3,17,34,.25) 72%,rgba(3,17,34,.1) 100%); }
.hero::after { content:""; position:absolute; z-index:2; left:-8vw; bottom:-190px; width:560px; height:300px; transform:rotate(-18deg); border:1px solid rgba(42,129,255,.18); border-radius:50%; box-shadow:0 0 120px rgba(23,105,224,.17); }
.hero-photo { position:absolute; inset:0; background-image:url('assets/images/bhe-hero.webp'); background-position:center right; background-size:cover; opacity:.95; }
.hero-inner { position:relative; z-index:3; padding-block:110px; }
.hero-copy { width:min(650px,60%); }
.eyebrow { display:flex; align-items:center; gap:10px; margin:0 0 20px; color:var(--blue); font-size:12px; font-weight:900; letter-spacing:.19em; text-transform:uppercase; }
.eyebrow-light { color:#a9c9f6; }
.eyebrow-line { width:26px; height:2px; background:var(--yellow); }
.hero h1 { max-width:650px; margin:0; font-size:clamp(50px,6.1vw,78px); font-weight:850; letter-spacing:-.055em; line-height:.99; }
.hero h1 span { color:var(--yellow); }
.hero-lead { max-width:580px; margin:27px 0 0; color:#d6e2f0; font-size:19px; line-height:1.65; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:35px; }
.hero-note { display:flex; align-items:center; gap:9px; margin:28px 0 0; color:#aebed1; font-size:13px; }

.trust-strip { position:relative; z-index:4; margin-top:-1px; color:white; background:#20262e; border-top:1px solid #39414a; }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-item { min-height:110px; display:flex; align-items:center; gap:14px; padding:22px 20px; border-right:1px solid #39414a; }
.trust-item:first-child { border-left:1px solid #39414a; }
.trust-icon { width:42px; height:42px; display:grid; place-items:center; flex:0 0 auto; color:#15191f; border:0; border-radius:50%; background:#ffd329; box-shadow:0 9px 22px rgba(0,0,0,.18); }
.trust-item strong,.trust-item small { display:block; }
.trust-item strong { font-size:14px; }
.trust-item small { margin-top:4px; color:#bfc5cc; font-size:11px; }

.section { padding-block:110px; }
.section-heading { margin-bottom:46px; }
.split-heading { display:grid; grid-template-columns:1.15fr .65fr; gap:100px; align-items:end; }
.section-heading h2,.about-copy h2,.final-cta h2 { margin:0; color:var(--navy); font-size:clamp(34px,4.3vw,52px); letter-spacing:-.045em; line-height:1.08; }
.section-heading>p,.about-copy>p { margin:0; color:var(--muted); font-size:16px; line-height:1.75; }
.section-intro-note { display:flex; align-items:flex-start; gap:14px; padding:20px 22px; border-left:4px solid var(--yellow); border-radius:0 12px 12px 0; background:white; box-shadow:0 14px 32px rgba(7,26,51,.08); }
.section-intro-icon { width:38px; height:38px; display:grid; place-items:center; flex:0 0 auto; color:var(--navy); border-radius:9px; background:var(--yellow); }
.section-intro-note strong,.section-intro-note small { display:block; }
.section-intro-note strong { color:var(--navy); font-size:15px; }
.section-intro-note small { margin-top:6px; color:var(--muted); font-size:13px; line-height:1.55; }
.service-grid { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; background:white; box-shadow:0 15px 40px rgba(7,26,51,.06); }
.service-card { position:relative; min-height:330px; padding:34px 28px 28px; border-right:1px solid var(--line); transition:transform .25s ease,background .25s ease; }
.service-card:last-child { border-right:0; }
.service-card:hover { z-index:1; transform:translateY(-8px); background:var(--navy); color:white; box-shadow:var(--shadow); }
.service-number { position:absolute; right:20px; top:16px; color:#e3e8ef; font-size:29px; font-weight:900; }
.service-card:hover .service-number { color:rgba(255,255,255,.11); }
.service-icon { width:54px; height:54px; display:grid; place-items:center; margin-bottom:28px; color:var(--blue); border-radius:10px; background:#edf5ff; }
.service-card:hover .service-icon { color:var(--yellow); background:rgba(255,201,40,.1); }
.service-card h3 { margin:0; color:var(--navy); font-size:20px; line-height:1.3; }
.service-card:hover h3 { color:white; }
.service-card p { margin:15px 0 26px; color:var(--muted); font-size:14px; line-height:1.65; }
.service-card:hover p { color:#b6c5d6; }
.service-card a,.text-link { display:inline-flex; align-items:center; gap:8px; color:var(--blue); font-size:13px; font-weight:850; }
.service-card:hover a { color:var(--yellow); }
.center-action { display:flex; justify-content:center; margin-top:36px; }
.text-link { padding-bottom:5px; border-bottom:2px solid #d7e7fb; }

.about-teaser { overflow:hidden; background:var(--soft); }
.about-teaser-grid { min-height:660px; display:grid; grid-template-columns:1fr 1fr; }
.about-visual { position:relative; margin-left:calc((100vw - min(1160px,calc(100vw - 40px))) / -2); background:linear-gradient(145deg,rgba(7,26,51,.04),rgba(7,26,51,.25)),url('assets/images/proximite-artisan-clement-v5.webp') center/cover; }
.about-visual::after { content:""; position:absolute; z-index:1; top:0; right:0; width:8px; height:100%; background:var(--yellow); }
.about-card { position:absolute; z-index:2; right:-55px; bottom:55px; width:265px; padding:25px; color:white; border-radius:14px; background:var(--navy); box-shadow:var(--shadow); }
.about-card-icon { width:46px; height:46px; display:grid; place-items:center; margin-bottom:17px; color:var(--navy); border-radius:9px; background:var(--yellow); }
.about-card strong { font-size:18px; }
.about-card p { margin:8px 0 0; color:#aebed1; font-size:13px; line-height:1.6; }
.about-copy { display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:80px 0 80px 100px; }
.about-copy>p { margin-top:24px; }
.check-list { display:grid; gap:13px; margin:28px 0 32px; padding:0; list-style:none; }
.check-list li { display:flex; align-items:flex-start; gap:10px; color:#344152; font-size:14px; line-height:1.55; }
.check-list svg { flex:0 0 auto; margin-top:2px; color:var(--blue); }

.process-section { background:white; }
.centered-heading { max-width:700px; margin-inline:auto; text-align:center; }
.centered-heading .eyebrow { justify-content:center; }
.process-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.process-card { position:relative; padding:35px 32px; border:1px solid var(--line); border-radius:var(--radius); background:white; }
.process-card>span { color:var(--yellow); font-size:36px; font-weight:900; }
.process-card h3 { margin:22px 0 10px; color:var(--navy); font-size:21px; }
.process-card p { margin:0; color:var(--muted); font-size:14px; line-height:1.7; }

.final-cta { padding-block:75px; color:white; background:linear-gradient(120deg,#06172e,#0b3567); }
.final-cta-inner { display:flex; align-items:center; justify-content:space-between; gap:50px; }
.final-cta h2 { color:white; font-size:clamp(32px,4vw,48px); }
.final-cta p:not(.eyebrow) { margin:14px 0 0; color:#aebed1; }

.site-footer { padding-top:70px; color:#acbbcc; background:#041427; }
.footer-grid { display:grid; grid-template-columns:1.45fr .65fr .8fr 1fr; gap:65px; padding-bottom:60px; }
.footer-brand p { max-width:320px; margin:24px 0 0; font-size:13px; line-height:1.8; }
.site-footer h3 { margin:0 0 22px; color:white; font-size:14px; }
.site-footer ul { display:grid; gap:12px; margin:0; padding:0; list-style:none; }
.site-footer li,.site-footer p { font-size:13px; }
.site-footer a:hover { color:var(--yellow); }
.footer-zone,.footer-contact-link { display:flex; align-items:flex-start; gap:8px; line-height:1.5; }
.footer-zone svg { flex:0 0 auto; color:var(--yellow); }
.footer-contact-link { align-items:center; margin-top:18px; color:white; font-weight:800; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; padding-block:22px; border-top:1px solid rgba(255,255,255,.1); font-size:11px; }

/* Inner pages */
.page-hero { position:relative; overflow:hidden; color:white; background-color:#1a1d20; background-position:center; background-size:cover; isolation:isolate; }
.page-hero::before { content:""; position:absolute; z-index:0; inset:0; background:linear-gradient(90deg,rgba(18,20,23,.98) 0%,rgba(18,20,23,.92) 40%,rgba(18,20,23,.58) 70%,rgba(18,20,23,.24) 100%); }
.page-hero::after { content:""; position:absolute; z-index:1; left:0; right:0; bottom:0; height:6px; background:var(--yellow); }
.page-hero-about { background-image:url('assets/images/bhe-van.png'); background-position:center; }
.page-hero-realisations { background-image:url('assets/images/service-eclairage.webp'); background-position:center; }
.page-hero-contact { background-image:url('assets/images/service-interphone.webp'); background-position:60% center; }
.page-hero-inner { position:relative; z-index:1; padding-block:105px 70px; }
.page-hero h1 { max-width:790px; margin:0; font-size:clamp(45px,6.4vw,74px); line-height:1.02; letter-spacing:-.055em; }
.page-hero-inner>p:not(.eyebrow) { max-width:680px; margin:25px 0 0; color:#c6d5e5; font-size:18px; line-height:1.7; }
.page-hero-compact .page-hero-inner { padding-block:85px 62px; }
.breadcrumbs { display:flex; align-items:center; gap:9px; margin-top:42px; color:#8fa6c0; font-size:12px; }
.breadcrumbs a { color:white; }
.narrow-intro { max-width:820px; text-align:center; }
.narrow-intro .eyebrow { justify-content:center; }
.narrow-intro h2 { margin:0; color:var(--navy); font-size:clamp(35px,4.5vw,52px); letter-spacing:-.045em; line-height:1.08; }
.narrow-intro>p:last-child { margin:24px 0 0; color:var(--muted); font-size:17px; line-height:1.8; }

.services-list { padding-bottom:110px; }
.service-detail { display:grid; grid-template-columns:1fr 1fr; align-items:stretch; min-height:510px; border-top:1px solid var(--line); }
.service-detail:last-child { border-bottom:1px solid var(--line); }
.service-detail.reverse .service-detail-media { order:2; }
.service-detail-media { position:relative; overflow:hidden; background:#eaf1f7; }
.service-detail-media img { width:100%; height:100%; object-fit:cover; }
.service-detail-media::after { content:""; position:absolute; inset:0; box-shadow:inset 0 0 0 1px rgba(7,26,51,.05); pointer-events:none; }
.service-detail-media.icon-media { display:grid; place-items:center; color:var(--blue); background:linear-gradient(145deg,#edf4fb,#dce8f3); }
.service-detail-media.icon-media::before { content:""; position:absolute; width:230px; height:230px; border:1px solid rgba(23,105,224,.15); border-radius:50%; box-shadow:0 0 0 40px rgba(23,105,224,.035),0 0 0 80px rgba(23,105,224,.02); }
.service-detail-media.icon-media svg { position:relative; z-index:1; }
.service-detail-copy { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:65px 70px; }
.detail-icon { width:50px; height:50px; display:grid; place-items:center; color:var(--blue); border-radius:10px; background:#edf5ff; }
.detail-number { margin:18px 0 8px !important; color:var(--blue) !important; font-size:11px !important; font-weight:900; letter-spacing:.17em; text-transform:uppercase; }
.service-detail-copy h2 { margin:0; color:var(--navy); font-size:clamp(30px,3vw,43px); letter-spacing:-.04em; }
.service-detail-copy>p:not(.detail-number) { margin:18px 0 0; color:var(--muted); font-size:15px; line-height:1.75; }
.service-detail-copy .check-list { margin-bottom:24px; }
.service-detail-copy .text-link { margin-top:auto; }

.projects-section { background:var(--soft); }
.projects-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.project-card { padding:34px 30px; border:1px solid var(--line); border-radius:var(--radius); background:white; box-shadow:0 10px 35px rgba(7,26,51,.05); }
.project-card-top { display:flex; align-items:center; justify-content:space-between; }
.project-icon { width:52px; height:52px; display:grid; place-items:center; color:var(--blue); border-radius:10px; background:#edf5ff; }
.project-index { color:#d9e0e8; font-size:28px; font-weight:900; }
.project-tag { margin:28px 0 10px !important; color:var(--blue) !important; font-size:11px !important; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.project-card h2 { margin:0; color:var(--navy); font-size:22px; line-height:1.35; }
.project-card>p:not(.project-tag) { min-height:78px; margin:15px 0 20px; color:var(--muted); font-size:14px; line-height:1.7; }
.project-card ul { display:flex; flex-wrap:wrap; gap:7px; margin:0; padding:0; list-style:none; }
.project-card li { padding:6px 9px; color:#445268; border-radius:5px; background:var(--soft); font-size:10px; font-weight:800; }
.project-showcase { padding-block:110px; }
.project-showcase-grid { display:grid; grid-template-columns:1.08fr .92fr; gap:80px; align-items:center; }
.showcase-image { position:relative; }
.showcase-image img { width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:var(--radius); box-shadow:var(--shadow); }
.showcase-image small { display:block; margin-top:10px; color:#7c8795; font-size:10px; }
.project-showcase h2,.about-page-copy h2,.area-section h2,.contact-copy h2 { margin:0; color:var(--navy); font-size:clamp(34px,4.1vw,50px); line-height:1.08; letter-spacing:-.045em; }
.project-showcase-grid>div:last-child>p:not(.eyebrow) { margin:22px 0 0; color:var(--muted); line-height:1.8; }

.about-page-grid { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:center; }
.about-page-image { position:relative; }
.about-page-image>img { width:100%; height:620px; object-fit:cover; object-position:center; border-radius:var(--radius); box-shadow:var(--shadow); filter:saturate(.94) contrast(1.015); }
.image-badge { position:absolute; right:-35px; bottom:35px; display:flex; align-items:center; gap:14px; padding:20px 24px; color:white; border-radius:12px; background:var(--navy); box-shadow:var(--shadow); }
.image-badge>svg { color:var(--yellow); }
.image-badge strong,.image-badge small { display:block; }
.image-badge small { margin-top:4px; color:#9fb0c3; }
.about-page-copy>p:not(.eyebrow) { margin:22px 0 0; color:var(--muted); font-size:16px; line-height:1.8; }
.qualification-row { display:grid; grid-template-columns:repeat(3,1fr); margin-top:32px; padding-top:27px; border-top:1px solid var(--line); }
.qualification-row span { display:flex; flex-direction:column; }
.qualification-row strong { color:var(--blue); font-size:21px; }
.qualification-row small { margin-top:4px; color:var(--muted); font-size:11px; font-weight:750; text-transform:uppercase; }
.values-section { padding-block:110px; background:var(--soft); }
.values-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.values-grid article { padding:30px 26px; border-radius:var(--radius); background:white; }
.values-grid article>span { width:50px; height:50px; display:grid; place-items:center; color:var(--blue); border-radius:10px; background:#edf5ff; }
.values-grid h3 { margin:24px 0 10px; color:var(--navy); font-size:19px; }
.values-grid p { margin:0; color:var(--muted); font-size:13px; line-height:1.7; }
.area-section { padding-block:100px; color:white; background:linear-gradient(115deg,#06172e,#0b3567); }
.area-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:80px; align-items:center; }
.area-section h2 { color:white; }
.area-section div>p:not(.eyebrow) { max-width:670px; margin:22px 0 0; color:#b1c0d1; line-height:1.8; }
.area-card { padding:32px; border:1px solid rgba(255,255,255,.15); border-radius:var(--radius); background:rgba(255,255,255,.06); }
.area-card>svg { color:var(--yellow); }
.area-card strong { display:block; margin-top:20px; color:white; font-size:18px; }
.area-card p { font-size:13px; }

.contact-section { background:var(--soft); }
.contact-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:80px; align-items:start; }
.contact-copy>p:not(.eyebrow) { margin:22px 0 0; color:var(--muted); font-size:15px; line-height:1.8; }
.contact-cards { display:grid; gap:12px; margin-top:32px; }
.contact-cards article { display:flex; align-items:center; gap:16px; padding:18px; border:1px solid var(--line); border-radius:12px; background:white; }
.contact-cards article>span { width:43px; height:43px; display:grid; place-items:center; flex:0 0 auto; color:var(--blue); border-radius:9px; background:#edf5ff; }
.contact-cards strong,.contact-cards a,.contact-cards p { display:block; }
.contact-cards strong { color:var(--navy); font-size:13px; }
.contact-cards a,.contact-cards p { margin:4px 0 0; color:var(--muted); font-size:12px; }
.contact-advice { display:flex; gap:14px; margin-top:25px; padding:19px; color:#7b6400; border-radius:11px; background:#fff5cd; }
.contact-advice svg { flex:0 0 auto; }
.contact-advice p { margin:0 !important; color:#6c5a12 !important; font-size:12px !important; line-height:1.65 !important; }
.contact-form { padding:38px; border-radius:var(--radius); background:white; box-shadow:var(--shadow); }
.form-heading { display:flex; justify-content:space-between; gap:20px; align-items:flex-end; margin-bottom:28px; padding-bottom:20px; border-bottom:1px solid var(--line); }
.form-heading span { color:var(--navy); font-size:22px; font-weight:850; }
.form-heading small { color:#7d8793; font-size:10px; }
.contact-form label { display:grid; gap:8px; color:#26364a; font-size:12px; font-weight:800; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.contact-form>label,.contact-form>.form-row { margin-top:17px; }
.contact-form input,.contact-form select,.contact-form textarea { width:100%; border:1px solid #d8dfe7; border-radius:8px; outline:0; background:#fbfcfd; color:var(--ink); font-size:14px; font-weight:500; transition:border-color .2s,box-shadow .2s; }
.contact-form input,.contact-form select { height:48px; padding:0 14px; }
.contact-form textarea { min-height:145px; padding:14px; resize:vertical; }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(23,105,224,.1); }
.contact-form .consent { display:flex; grid-template-columns:auto 1fr; align-items:flex-start; gap:10px; color:var(--muted); font-size:11px; font-weight:500; line-height:1.5; }
.contact-form .consent input { width:16px; height:16px; margin:1px 0 0; accent-color:var(--blue); }
.form-submit { width:100%; margin-top:22px; border:0; cursor:pointer; }
.form-note { margin:12px 0 0; color:#7d8793; font-size:10px; line-height:1.55; text-align:center; }

/* Réalisations — filtres, galeries et agrandissement */
.page-hero-realisations { background-image:url('assets/images/projects/pevange-maison/sejour.webp'); background-position:center 42%; }
.realisations-section { background:var(--soft); }
.realisations-toolbar { display:flex; flex-wrap:wrap; gap:10px; margin:-6px 0 38px; }
.realisations-toolbar button { min-height:44px; padding:0 17px; cursor:pointer; color:#435064; border:1px solid #d7dee7; border-radius:999px; background:white; font-size:13px; font-weight:800; transition:color .2s,border-color .2s,background .2s; }
.realisations-toolbar button:hover { border-color:#a9b8ca; }
.realisations-toolbar button.is-active { color:white; border-color:var(--navy); background:var(--navy); }
.realisations-list { display:grid; gap:34px; }
.realisation-entry { overflow:hidden; border:1px solid var(--line); border-radius:20px; background:white; box-shadow:0 15px 42px rgba(7,26,51,.07); }
.realisation-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:38px; padding:34px 36px 28px; }
.realisation-heading>div:first-child { max-width:720px; }
.project-category { margin:0 0 9px; color:var(--blue); font-size:12px; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.realisation-heading h2 { margin:0; color:var(--navy); font-size:clamp(27px,3.4vw,42px); line-height:1.1; letter-spacing:-.04em; }
.project-meta { display:flex; flex:0 0 auto; flex-wrap:wrap; justify-content:flex-end; gap:9px; }
.project-meta span { min-height:38px; display:inline-flex; align-items:center; gap:7px; padding:0 12px; color:#49576a; border-radius:8px; background:var(--soft); font-size:12px; font-weight:750; }
.project-meta svg { color:var(--blue); }
.project-gallery-grid { height:520px; display:grid; grid-template-columns:1.55fr .75fr; grid-template-rows:1fr 1fr; gap:5px; background:#15191f; }
.project-gallery-grid.images-1 { height:560px; grid-template-columns:1fr; grid-template-rows:1fr; }
.project-gallery-grid.images-1 .project-gallery-image:first-child { grid-row:1; }
.project-gallery-grid.images-2 { height:560px; grid-template-columns:1fr 1fr; grid-template-rows:1fr; }
.project-gallery-grid.images-2 .project-gallery-image:first-child { grid-row:1; }
.project-gallery-image { position:relative; min-width:0; min-height:0; overflow:hidden; padding:0; cursor:zoom-in; border:0; background:#20262e; }
.project-gallery-image:first-child { grid-row:1 / 3; }
.project-gallery-image img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease,filter .35s ease; }
.project-gallery-image:hover img { transform:scale(1.025); filter:brightness(.88); }
.project-gallery-image>span { position:absolute; z-index:2; left:15px; top:15px; padding:8px 10px; color:var(--navy); border-radius:5px; background:var(--yellow); font-size:11px; font-weight:900; }
.project-gallery-image>i { position:absolute; z-index:2; right:15px; bottom:15px; width:42px; height:42px; display:grid; place-items:center; color:white; border-radius:50%; background:rgba(7,26,51,.78); opacity:0; transition:opacity .2s; }
.project-gallery-image:hover>i,.project-gallery-image:focus-visible>i { opacity:1; }
.project-gallery-grid.is-before-after { height:610px; grid-template-columns:1fr 1fr; grid-template-rows:1fr; }
.project-gallery-grid.is-before-after .project-gallery-image:first-child { grid-row:1; }
.project-gallery-grid.is-before-after .project-gallery-image:nth-child(2) { grid-row:1; }
.project-gallery-grid.is-before-after .project-gallery-image:nth-child(-n+2) img,
.category-tableaux:not(.realisation-before-after) .project-gallery-image:first-child img { object-fit:contain; object-position:center top; background:#15191f; }
.realisation-body { display:grid; grid-template-columns:1.15fr .85fr; gap:60px; padding:34px 36px 38px; }
.realisation-body>div:first-child>p:first-child { margin:0; color:var(--muted); font-size:16px; line-height:1.8; }
.project-note { display:flex; align-items:flex-start; gap:10px; margin:20px 0 0; padding:14px 16px; color:#665716; border-left:4px solid var(--yellow); background:#fff8db; font-size:13px; line-height:1.6; }
.project-note svg { flex:0 0 auto; margin-top:2px; }
.realisation-side { display:flex; flex-direction:column; align-items:stretch; justify-content:space-between; gap:25px; }
.realisation-side ul { display:grid; gap:11px; margin:0; padding:0; list-style:none; }
.realisation-side li { display:flex; align-items:flex-start; gap:9px; color:#435064; font-size:14px; line-height:1.5; }
.realisation-side li svg { flex:0 0 auto; margin-top:2px; color:var(--blue); }
.realisation-actions { display:flex; flex-wrap:wrap; gap:10px; align-items:center; }
.gallery-link { min-height:48px; display:inline-flex; align-items:center; gap:8px; padding:0 15px; cursor:pointer; color:var(--navy); border:1px solid #cfd8e3; border-radius:8px; background:white; font-size:13px; font-weight:850; }
.gallery-link:hover { border-color:var(--blue); color:var(--blue); }
.project-lightbox { width:min(1180px,calc(100% - 30px)); max-width:none; height:min(860px,calc(100% - 30px)); max-height:none; padding:0; overflow:hidden; color:white; border:0; border-radius:14px; background:#101419; box-shadow:0 28px 100px rgba(0,0,0,.55); }
.project-lightbox::backdrop { background:rgba(3,9,17,.86); backdrop-filter:blur(8px); }
.lightbox-inner { position:relative; width:100%; height:100%; display:grid; place-items:center; padding:24px 70px; }
.lightbox-inner figure { width:100%; height:100%; display:grid; grid-template-rows:minmax(0,1fr) auto; margin:0; }
.lightbox-inner figure img { width:100%; height:100%; min-height:0; object-fit:contain; }
.lightbox-inner figcaption { display:flex; align-items:center; gap:14px; padding:16px 2px 0; color:#b9c2cc; font-size:12px; }
.lightbox-inner figcaption span { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.lightbox-inner figcaption strong { margin-left:auto; color:white; }
.lightbox-inner figcaption small { color:#ffd329; }
.lightbox-close,.lightbox-arrow { position:absolute; z-index:3; display:grid; place-items:center; cursor:pointer; color:white; border:1px solid rgba(255,255,255,.16); border-radius:50%; background:rgba(24,31,39,.88); }
.lightbox-close { top:18px; right:18px; width:46px; height:46px; }
.lightbox-arrow { top:50%; width:48px; height:48px; transform:translateY(-50%); }
.lightbox-previous { left:14px; }
.lightbox-next { right:14px; }

/* Contact — formulaire qualifié, assurances et secteurs */
.insurance-card { display:flex; align-items:flex-start; gap:15px; margin-top:20px; padding:20px; color:white; border-radius:12px; background:var(--navy); }
.insurance-card>svg { flex:0 0 auto; color:var(--yellow); }
.insurance-card strong { display:block; font-size:14px; }
.insurance-card p { margin:7px 0 0 !important; color:#b8c5d3 !important; font-size:12px !important; line-height:1.6 !important; }
.contact-form-v2 { position:relative; }
.similar-project { display:flex; align-items:flex-start; gap:9px; margin:0 0 22px; padding:13px 14px; color:#405068; border-radius:8px; background:#edf5ff; font-size:12px; line-height:1.55; }
.similar-project svg { flex:0 0 auto; margin-top:2px; color:var(--blue); }
.file-field { padding:16px; border:1px dashed #b8c6d6; border-radius:10px; background:#f7f9fb; }
.file-field>span { display:flex; align-items:center; gap:8px; color:var(--navy); }
.file-field>span svg { color:var(--blue); }
.contact-form .file-field input { height:auto; padding:10px; background:white; }
.file-field small { color:#778394; font-size:11px; font-weight:500; line-height:1.5; }
.form-status { min-height:19px; margin:10px 0 0; color:#405068; font-size:12px; line-height:1.5; text-align:center; }
.contact-form-loading { min-height:520px; display:grid; place-items:center; color:var(--muted); }
.contact-area-section { padding-block:95px; color:white; background:linear-gradient(118deg,#06172e,#0b3567); }
.contact-area-grid { display:grid; grid-template-columns:1.08fr .92fr; gap:75px; align-items:center; }
.contact-area-grid h2 { margin:0; color:white; font-size:clamp(34px,4.1vw,50px); line-height:1.08; letter-spacing:-.045em; }
.contact-area-grid>div:first-child>p:not(.eyebrow) { margin:22px 0 0; color:#b8c6d6; font-size:16px; line-height:1.8; }
.town-list { display:flex; flex-wrap:wrap; gap:9px; }
.town-list span { min-height:40px; display:inline-flex; align-items:center; gap:7px; padding:0 12px; color:#edf4fb; border:1px solid rgba(255,255,255,.14); border-radius:7px; background:rgba(255,255,255,.06); font-size:12px; font-weight:750; }
.town-list svg { color:var(--yellow); }
.reviews-ready { padding-block:78px; background:white; }
.reviews-ready-inner { display:flex; align-items:center; gap:24px; padding:32px 36px; border:1px solid var(--line); border-radius:var(--radius); background:var(--soft); }
.reviews-ready-inner>span { width:58px; height:58px; display:grid; place-items:center; flex:0 0 auto; color:var(--navy); border-radius:12px; background:var(--yellow); }
.reviews-ready .eyebrow { margin-bottom:10px; }
.reviews-ready h2 { margin:0; color:var(--navy); font-size:clamp(25px,3vw,36px); line-height:1.15; letter-spacing:-.035em; }
.reviews-ready p:last-child { margin:10px 0 0; color:var(--muted); font-size:14px; line-height:1.65; }
.mobile-action-bar { display:none; }

/* Homepage — palette A / hero camionnette */
.hero-van { min-height:680px; background:#15191f; }
.hero-van::before { background:linear-gradient(90deg,rgba(17,22,27,.98) 0%,rgba(17,22,27,.9) 39%,rgba(17,22,27,.48) 63%,rgba(17,22,27,.08) 100%); }
.hero-van-photo { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.hero-van .hero-inner { padding-block:125px; }
.hero-van .hero-copy { width:min(620px,56%); }
.hero-van .eyebrow-light { color:#ffd329; }
.hero-van .hero-lead { color:#d5d9dd; }
.hero-van .button-ghost { border-color:#8b929a; }
.service-grid-photos { grid-template-columns:repeat(3,1fr); gap:18px; overflow:visible; border:0; background:transparent; box-shadow:none; }
.service-grid-photos .service-photo-card { min-height:0; padding:0; overflow:hidden; border:1px solid var(--line); border-radius:15px; background:white; box-shadow:0 14px 34px rgba(7,26,51,.06); }
.service-grid-photos .service-photo-card:hover { transform:translateY(-6px); color:inherit; background:white; box-shadow:0 22px 44px rgba(7,26,51,.12); }
.service-card-image { position:relative; aspect-ratio:16/10; overflow:hidden; background:#eaf1f7; }
.service-card-image img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.service-photo-card:hover .service-card-image img { transform:scale(1.035); }
.service-card-image .service-icon { position:absolute; z-index:3; left:18px; bottom:18px; width:48px; height:48px; margin:0; color:var(--navy); border:0; border-radius:10px; background:var(--yellow); box-shadow:0 9px 22px rgba(7,26,51,.24); }
.service-photo-card:hover .service-icon { color:var(--navy); background:var(--yellow); }
.service-card-body { position:relative; padding:39px 24px 24px; }
.service-card-body .service-number { top:12px; right:18px; font-size:22px; }
.service-photo-card:hover .service-number { color:#e3e8ef; }
.service-photo-card:hover h3 { color:var(--navy); }
.service-photo-card:hover p { color:var(--muted); }
.service-photo-card:hover a { color:var(--blue); }

/* Prestations version 2 */
.prestations-hero-v2 { position:relative; overflow:hidden; padding-block:92px; color:white; background:url('assets/images/service-depannage.webp') 58% center/cover; isolation:isolate; }
.prestations-hero-v2::before { content:""; position:absolute; z-index:0; inset:0; background:linear-gradient(90deg,rgba(18,20,23,.98) 0%,rgba(18,20,23,.93) 43%,rgba(18,20,23,.62) 72%,rgba(18,20,23,.26) 100%); }
.prestations-hero-v2::after { content:""; position:absolute; z-index:1; left:0; right:0; bottom:0; height:6px; background:var(--yellow); }
.prestations-hero-grid { position:relative; z-index:2; display:grid; grid-template-columns:1.08fr .92fr; gap:90px; align-items:center; }
.prestations-hero-copy h1 { max-width:690px; margin:0; color:white; font-size:clamp(48px,6vw,74px); line-height:.98; letter-spacing:-.055em; }
.prestations-hero-copy>p:not(.eyebrow) { max-width:650px; margin:25px 0 0; color:#d1d5da; font-size:17px; line-height:1.75; }
.prestations-hero-copy .hero-actions { align-items:center; }
.prestations-anchor { display:inline-flex; padding-bottom:5px; color:white; border-bottom:2px solid rgba(255,255,255,.42); font-size:13px; font-weight:850; }
.prestations-index { display:grid; grid-template-columns:1fr 1fr; gap:10px; padding:16px; border:1px solid rgba(255,255,255,.18); border-radius:20px; background:rgba(20,22,25,.72); box-shadow:0 24px 60px rgba(0,0,0,.28); backdrop-filter:blur(12px); }
.prestations-index a { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:10px; min-height:78px; padding:15px; color:white; border:1px solid rgba(255,255,255,.12); border-radius:11px; background:rgba(255,255,255,.08); transition:transform .2s,border-color .2s,background .2s; }
.prestations-index a:hover { transform:translateY(-3px); border-color:rgba(255,201,40,.5); background:rgba(255,255,255,.13); }
.prestations-index a>span { color:#92979d; font-size:11px; font-weight:900; }
.prestations-index a>svg:first-of-type { color:var(--yellow); }
.prestations-index a>svg:last-of-type { color:#aeb3b9; }
.prestations-index a>strong { color:white; font-size:12px; line-height:1.3; }
.prestations-catalog { padding-block:110px; }
.prestations-card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.prestation-card-v2 { scroll-margin-top:100px; overflow:hidden; border:1px solid var(--line); border-radius:17px; background:white; box-shadow:0 14px 38px rgba(7,26,51,.06); }
.prestation-photo { position:relative; aspect-ratio:16/10; overflow:hidden; background:#eaf1f7; }
.prestation-photo>img { width:100%; height:100%; object-fit:cover; transition:transform .35s; }
.prestation-card-v2:hover .prestation-photo>img { transform:scale(1.035); }
.prestation-photo::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%,rgba(7,26,51,.4)); }
.prestation-photo-icon { position:absolute; z-index:3; left:20px; bottom:18px; width:47px; height:47px; display:grid; place-items:center; color:var(--navy); border-radius:10px; background:var(--yellow); box-shadow:0 9px 22px rgba(7,26,51,.24); }
.prestation-photo>small { position:absolute; z-index:2; right:18px; bottom:18px; color:white; font-size:19px; font-weight:900; }
.prestation-content { padding:27px 25px 26px; }
.prestation-content h2 { margin:0; color:var(--navy); font-size:23px; line-height:1.25; }
.prestation-content>p { min-height:77px; margin:14px 0 18px; color:var(--muted); font-size:13px; line-height:1.7; }
.prestation-content ul { display:grid; gap:9px; min-height:88px; margin:0 0 22px; padding:18px 0 0; border-top:1px solid var(--line); list-style:none; }
.prestation-content li { display:flex; gap:8px; color:#435166; font-size:12px; line-height:1.45; }
.prestation-content li svg { flex:0 0 auto; color:var(--blue); }
.prestation-content>a { display:inline-flex; align-items:center; gap:8px; color:var(--blue); font-size:12px; font-weight:850; }

/* Palette comparison */
.styles-page { background:#f4f6f8; }
.styles-intro { padding-block:90px 55px; text-align:center; }
.styles-intro .eyebrow { justify-content:center; }
.styles-intro h1 { max-width:850px; margin:0 auto; color:var(--navy); font-size:clamp(45px,6vw,72px); line-height:1; letter-spacing:-.055em; }
.styles-intro>div>p:last-child { max-width:660px; margin:22px auto 0; color:var(--muted); line-height:1.7; }
.styles-list { padding-bottom:75px; }
.styles-list>.container { display:grid; gap:34px; }
.style-option { --t-bg:#071a33; --t-accent:#1769e0; --t-highlight:#ffc928; --t-paper:#f3f6f9; display:grid; grid-template-columns:.75fr 1.25fr; gap:48px; align-items:center; padding:38px; border:1px solid #dde3e9; border-radius:24px; background:white; box-shadow:0 18px 50px rgba(7,26,51,.07); }
.theme-human { --t-bg:#0d2730; --t-accent:#2f7580; --t-highlight:#e7a85a; --t-paper:#f5f1e8; }
.theme-premium { --t-bg:#181a1f; --t-accent:#343840; --t-highlight:#d7a83c; --t-paper:#f7f6f2; }
.style-label { display:flex; align-items:center; gap:10px; }
.style-label>span { color:var(--blue); font-size:11px; font-weight:900; letter-spacing:.16em; text-transform:uppercase; }
.style-label>strong { padding:5px 8px; color:#5e4b08; border-radius:5px; background:#fff1b6; font-size:9px; letter-spacing:.1em; text-transform:uppercase; }
.style-description h2 { margin:15px 0 0; color:var(--navy); font-size:36px; letter-spacing:-.04em; }
.style-description h3 { margin:6px 0 0; color:var(--t-accent); font-size:14px; }
.style-description>p { margin:17px 0 0; color:var(--muted); font-size:13px; line-height:1.7; }
.palette-swatches { display:grid; grid-template-columns:1fr 1fr; gap:11px; margin-top:25px; }
.palette-swatches>span { display:flex; align-items:center; gap:9px; }
.palette-swatches i { width:34px; height:34px; flex:0 0 auto; border:1px solid rgba(0,0,0,.08); border-radius:50%; }
.palette-swatches small,.palette-swatches b { display:block; }
.palette-swatches small { color:#536174; font-size:10px; }
.palette-swatches b { margin-top:2px; color:#99a2ad; font-size:8px; }
.mini-site { overflow:hidden; border:1px solid rgba(0,0,0,.08); border-radius:15px; background:var(--t-paper); box-shadow:0 20px 55px rgba(7,26,51,.15); }
.mini-nav { height:49px; display:flex; align-items:center; gap:17px; padding:0 16px; background:white; }
.mini-logo { display:flex; align-items:center; gap:5px; margin-right:auto; color:var(--t-bg); }
.mini-logo svg { color:var(--t-highlight); }
.mini-nav>i { width:37px; height:4px; border-radius:3px; background:#dfe4e8; }
.mini-nav button,.mini-hero button { border:0; border-radius:5px; font-size:8px; font-weight:900; }
.mini-nav button { padding:8px 10px; color:white; background:var(--t-bg); }
.mini-hero { min-height:260px; display:grid; grid-template-columns:1.08fr .92fr; color:white; background:var(--t-bg); }
.mini-hero>div { display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:28px; }
.mini-hero small { color:var(--t-highlight); font-size:7px; font-weight:900; letter-spacing:.15em; }
.mini-hero strong { max-width:260px; margin-top:10px; font-size:29px; line-height:1; letter-spacing:-.05em; }
.mini-hero p { margin:10px 0 0; color:#bfc9d0; font-size:8px; }
.mini-hero button { margin-top:17px; padding:9px 12px; color:var(--t-bg); background:var(--t-highlight); }
.mini-hero img { width:100%; height:100%; object-fit:cover; object-position:70% center; mix-blend-mode:luminosity; opacity:.8; }
.mini-services { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; padding:12px; }
.mini-services>span { display:flex; align-items:center; gap:7px; padding:11px; border-radius:7px; background:white; }
.mini-services svg { color:var(--t-accent); }
.mini-services b { color:var(--t-bg); font-size:8px; }
.styles-choice { padding-block:45px; color:white; background:var(--navy); }
.styles-choice>.container { display:flex; align-items:center; justify-content:center; gap:18px; }
.styles-choice svg { color:var(--yellow); }
.styles-choice strong { font-size:17px; }
.styles-choice p { margin:5px 0 0; color:#b7c5d4; font-size:13px; }
.styles-choice b { color:var(--yellow); }

/* Background comparison */
.backgrounds-page { background:#f3f6f9; }
.backgrounds-intro { padding-block:90px 56px; text-align:center; }
.backgrounds-intro .eyebrow { justify-content:center; }
.backgrounds-intro h1 { max-width:900px; margin:0 auto; color:var(--navy); font-size:clamp(43px,5.8vw,70px); line-height:1.02; letter-spacing:-.055em; }
.backgrounds-intro>div>p:last-child { max-width:720px; margin:22px auto 0; color:var(--muted); font-size:16px; line-height:1.75; }
.backgrounds-list { padding-bottom:80px; }
.backgrounds-list>.container { display:grid; gap:28px; }
.background-option { display:grid; grid-template-columns:320px 1fr; gap:30px; align-items:stretch; padding:24px; border:1px solid var(--line); border-radius:22px; background:white; box-shadow:0 18px 45px rgba(7,26,51,.07); }
.background-description { display:flex; flex-direction:column; justify-content:center; padding:16px 8px 16px 12px; }
.background-label { display:flex; align-items:center; gap:9px; }
.background-label>span { color:var(--blue); font-size:11px; font-weight:900; letter-spacing:.16em; text-transform:uppercase; }
.background-label>strong { padding:5px 8px; color:#66520a; border-radius:5px; background:#fff0ae; font-size:9px; letter-spacing:.09em; text-transform:uppercase; }
.background-description h2 { margin:14px 0 0; color:var(--navy); font-size:29px; letter-spacing:-.035em; }
.background-description h3 { margin:6px 0 0; color:var(--blue); font-size:13px; }
.background-description>p { margin:17px 0 0; color:var(--muted); font-size:13px; line-height:1.7; }
.background-demo { position:relative; min-height:390px; display:flex; align-items:center; overflow:hidden; color:white; border-radius:15px; isolation:isolate; }
.background-demo::before,.background-demo::after { content:""; position:absolute; inset:0; z-index:-1; pointer-events:none; }
.background-demo-copy { width:min(650px,75%); padding:52px; }
.background-demo-copy>p { display:flex; align-items:center; gap:10px; margin:0 0 23px; color:#b8d3f4; font-size:9px; font-weight:900; letter-spacing:.19em; text-transform:uppercase; }
.background-demo-copy>p span { width:25px; height:2px; background:var(--yellow); }
.background-demo-copy h2 { margin:0; color:white; font-size:clamp(28px,3.5vw,46px); line-height:1.05; letter-spacing:-.045em; }
.background-demo-copy small { display:block; max-width:590px; margin-top:22px; color:#c4d2e2; font-size:12px; line-height:1.7; }
.background-photo-dark { background:url('assets/images/service-depannage.webp') 58% center/cover; }
.background-photo-dark::before { background:linear-gradient(90deg,rgba(20,22,25,.97) 0%,rgba(20,22,25,.9) 42%,rgba(20,22,25,.5) 72%,rgba(20,22,25,.18) 100%); }
.background-photo-dark::after,.background-photo-light::after,.background-photo-warm::after,.background-photo-van::after { top:auto; height:6px; background:var(--yellow); }
.background-photo-light { color:var(--ink); background:url('assets/images/service-tableau-france.webp') 72% center/cover; }
.background-photo-light::before { background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 42%,rgba(255,255,255,.68) 67%,rgba(255,255,255,.16) 100%); }
.background-photo-light .background-demo-copy>p { color:#536174; }
.background-photo-light .background-demo-copy h2 { color:var(--navy); }
.background-photo-light .background-demo-copy small { color:#4f5d6c; }
.background-photo-warm { background:url('assets/images/service-eclairage.webp') center/cover; }
.background-photo-warm::before { background:linear-gradient(90deg,rgba(27,20,15,.98) 0%,rgba(27,20,15,.91) 43%,rgba(27,20,15,.52) 72%,rgba(27,20,15,.2) 100%); }
.background-photo-van { background:url('assets/images/bhe-van.png') center/cover; }
.background-photo-van::before { background:linear-gradient(90deg,rgba(24,27,30,.98) 0%,rgba(24,27,30,.92) 43%,rgba(24,27,30,.5) 68%,rgba(24,27,30,.12) 100%); }
.backgrounds-choice { padding-block:38px; color:white; background:var(--navy); }
.backgrounds-choice>.container { display:flex; justify-content:center; gap:9px; }
.backgrounds-choice strong { color:var(--yellow); }

@media (max-width:1000px) {
  .desktop-nav { gap:17px; } .header-cta { display:none; } .hero-copy { width:72%; }
  .trust-grid,.service-grid { grid-template-columns:repeat(2,1fr); }
  .trust-item { border-bottom:1px solid rgba(255,255,255,.11); }
  .service-card:nth-child(2) { border-right:0; } .service-card:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .split-heading { gap:45px; } .about-copy { padding-left:70px; }
  .footer-grid { grid-template-columns:1.3fr 1fr 1fr; } .footer-grid>div:last-child { grid-column:2 / -1; }
  .service-detail-copy { padding:50px 45px; }
  .projects-grid { grid-template-columns:repeat(2,1fr); }
  .project-showcase-grid,.about-page-grid { gap:50px; }
  .values-grid { grid-template-columns:repeat(2,1fr); }
  .contact-grid { gap:45px; }
  .service-grid-photos,.prestations-card-grid { grid-template-columns:repeat(2,1fr); }
  .prestations-hero-grid { gap:45px; }
  .prestations-index { grid-template-columns:1fr; }
  .style-option { grid-template-columns:1fr; }
  .background-option { grid-template-columns:1fr; }
  .realisation-heading { align-items:flex-start; flex-direction:column; }
  .project-meta { justify-content:flex-start; }
  .realisation-body { gap:38px; }
  .contact-area-grid { gap:45px; }
}
@media (max-width:760px) {
  body { padding-bottom:64px; }
  .container { width:min(100% - 28px,600px); } .site-header { height:70px; } .desktop-nav { display:none; } .mobile-menu { display:block; } .mobile-menu nav { top:69px; }
  .brand-logo { width:155px; }
  .hero { min-height:690px; align-items:flex-end; } .hero::before { background:linear-gradient(0deg,rgba(3,17,34,.99) 0%,rgba(3,17,34,.9) 60%,rgba(3,17,34,.42) 100%); }
  .hero-photo { background-position:68% center; opacity:.78; } .hero-inner { padding-block:185px 70px; } .hero-copy { width:100%; }
  .hero h1 { font-size:clamp(43px,13.5vw,60px); } .hero-lead { font-size:16px; } .hero-actions { flex-direction:column; align-items:stretch; }
  .hero-note { align-items:flex-start; line-height:1.5; } .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-item { min-height:100px; padding:17px 12px; } .trust-item:nth-child(odd) { border-left:0; } .trust-icon { width:38px; height:38px; } .trust-item small { display:none; }
  .section { padding-block:78px; } .split-heading { display:block; } .section-intro-note { margin-top:24px; }
  .service-grid { grid-template-columns:1fr; } .service-card { min-height:auto; border-right:0; border-bottom:1px solid var(--line); } .service-card:last-child { border-bottom:0; }
  .about-teaser-grid { display:flex; flex-direction:column; } .about-visual { min-height:430px; margin:0 calc((100vw - min(100vw - 28px,600px)) / -2); }
  .about-card { right:16px; bottom:24px; width:245px; } .about-copy { padding:70px 0; } .process-grid { grid-template-columns:1fr; }
  .final-cta-inner { align-items:flex-start; flex-direction:column; } .final-cta .button { width:100%; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:45px 30px; } .footer-brand { grid-column:1 / -1; } .footer-grid>div:last-child { grid-column:1 / -1; } .footer-bottom { flex-direction:column; }
  .page-hero-inner { padding-block:78px 55px; } .page-hero h1 { font-size:clamp(42px,12vw,58px); } .page-hero-inner>p:not(.eyebrow) { font-size:16px; } .breadcrumbs { margin-top:32px; }
  .page-hero::before { background:linear-gradient(0deg,rgba(18,20,23,.98) 0%,rgba(18,20,23,.91) 62%,rgba(18,20,23,.38) 100%); }
  .page-hero-about { background-position:70% center; }
  .page-hero-contact { background-position:60% center; }
  .service-detail,.service-detail.reverse { display:flex; flex-direction:column; min-height:0; }
  .service-detail.reverse .service-detail-media { order:0; }
  .service-detail-media { min-height:300px; } .service-detail-copy { padding:45px 24px 55px; }
  .projects-grid { grid-template-columns:1fr; } .project-card>p:not(.project-tag) { min-height:0; }
  .project-showcase { padding-block:78px; } .project-showcase-grid,.about-page-grid { grid-template-columns:1fr; gap:42px; }
  .about-page-image>img { height:500px; min-height:0; object-position:center 34%; } .image-badge { right:14px; bottom:18px; }
  .qualification-row { gap:10px; } .values-section { padding-block:78px; } .values-grid { grid-template-columns:1fr; }
  .area-grid { grid-template-columns:1fr; gap:38px; } .contact-grid { grid-template-columns:1fr; gap:50px; }
  .contact-form { padding:25px 18px; } .form-row { grid-template-columns:1fr; } .form-heading { align-items:flex-start; flex-direction:column; }
  .hero-van { min-height:700px; align-items:flex-end; }
  .hero-van::before { background:linear-gradient(0deg,rgba(17,22,27,.99) 0%,rgba(17,22,27,.94) 48%,rgba(17,22,27,.2) 100%); }
  .hero-van-photo { object-position:68% center; }
  .hero-van .hero-inner { padding-block:270px 64px; }
  .hero-van .hero-copy { width:100%; }
  .service-grid-photos,.prestations-card-grid { grid-template-columns:1fr; }
  .prestations-hero-v2 { padding-block:70px; }
  .prestations-hero-v2::before { background:linear-gradient(0deg,rgba(18,20,23,.98) 0%,rgba(18,20,23,.92) 66%,rgba(18,20,23,.46) 100%); }
  .prestations-hero-grid { grid-template-columns:1fr; gap:45px; }
  .prestations-hero-copy h1 { font-size:clamp(43px,12vw,58px); }
  .prestations-index { grid-template-columns:1fr 1fr; padding:10px; }
  .prestations-index a { min-height:70px; grid-template-columns:auto 1fr auto; }
  .prestations-index a>svg:first-of-type { display:none; }
  .prestations-catalog { padding-block:78px; }
  .prestation-content>p,.prestation-content ul { min-height:0; }
  .styles-intro { padding-block:70px 45px; }
  .style-option { gap:30px; padding:22px 16px; }
  .mini-nav>i { display:none; }
  .mini-hero { grid-template-columns:1fr; }
  .mini-hero img { height:180px; }
  .mini-services { grid-template-columns:1fr; }
  .styles-choice>.container { align-items:flex-start; }
  .backgrounds-intro { padding-block:68px 45px; }
  .background-option { padding:14px; }
  .background-description { padding:12px 8px 6px; }
  .background-demo { min-height:360px; }
  .background-demo-copy { width:100%; padding:32px 24px; }
  .backgrounds-choice>.container { flex-direction:column; align-items:center; }
  .mobile-action-bar { position:fixed; z-index:60; left:0; right:0; bottom:0; height:64px; display:grid; grid-template-columns:.78fr 1.22fr; padding:8px; border-top:1px solid rgba(7,26,51,.12); background:white; box-shadow:0 -10px 28px rgba(7,26,51,.12); }
  .mobile-action-bar a { display:flex; align-items:center; justify-content:center; gap:8px; color:var(--navy); font-size:13px; font-weight:850; }
  .mobile-action-bar a:last-child { color:var(--navy); border-radius:7px; background:var(--yellow); }
  .realisations-toolbar { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-bottom:26px; }
  .realisations-toolbar button { min-height:48px; padding:6px 10px; border-radius:8px; font-size:12px; }
  .realisations-toolbar button:first-child { grid-column:1 / -1; }
  .realisations-list { gap:24px; }
  .realisation-heading { gap:20px; padding:26px 20px 22px; }
  .project-meta { gap:7px; }
  .project-gallery-grid { height:auto; grid-template-columns:1fr 1fr; grid-template-rows:300px 145px; }
  .project-gallery-grid.images-1 { height:360px; grid-template-columns:1fr; grid-template-rows:1fr; }
  .project-gallery-grid.images-2 { height:auto; grid-template-columns:1fr; grid-template-rows:360px 360px; }
  .project-gallery-grid.images-2 .project-gallery-image:nth-child(1),
  .project-gallery-grid.images-2 .project-gallery-image:nth-child(2) { grid-column:1; }
  .project-gallery-grid.images-2 .project-gallery-image:nth-child(1) { grid-row:1; }
  .project-gallery-grid.images-2 .project-gallery-image:nth-child(2) { grid-row:2; }
  .project-gallery-image:first-child { grid-column:1 / -1; grid-row:1; }
  .project-gallery-grid.is-before-after { height:auto; grid-template-columns:1fr; grid-template-rows:440px 440px; }
  .project-gallery-grid.is-before-after .project-gallery-image:nth-child(1),
  .project-gallery-grid.is-before-after .project-gallery-image:nth-child(2) { grid-column:1; }
  .project-gallery-grid.is-before-after .project-gallery-image:nth-child(1) { grid-row:1; }
  .project-gallery-grid.is-before-after .project-gallery-image:nth-child(2) { grid-row:2; }
  .project-gallery-image>i { opacity:1; }
  .realisation-body { grid-template-columns:1fr; gap:28px; padding:26px 20px 30px; }
  .realisation-actions { align-items:stretch; flex-direction:column; }
  .realisation-actions>* { width:100%; }
  .gallery-link { justify-content:center; }
  .project-lightbox { width:100%; height:100%; border-radius:0; }
  .lightbox-inner { padding:65px 14px 18px; }
  .lightbox-arrow { top:auto; bottom:17px; width:44px; height:44px; transform:none; }
  .lightbox-previous { left:14px; }
  .lightbox-next { right:14px; }
  .lightbox-inner figure { padding-bottom:54px; }
  .lightbox-inner figcaption { min-height:55px; align-items:flex-start; flex-wrap:wrap; gap:5px 10px; }
  .lightbox-inner figcaption span { width:100%; }
  .lightbox-inner figcaption strong { margin-left:0; }
  .lightbox-inner figcaption small { margin-left:auto; }
  .contact-area-grid { grid-template-columns:1fr; gap:38px; }
  .reviews-ready { padding-block:58px; }
  .reviews-ready-inner { align-items:flex-start; gap:17px; padding:25px 20px; }
  .reviews-ready-inner>span { width:48px; height:48px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition-duration:.01ms !important; } }

/* WordPress integration */
.skip-link { position:fixed; z-index:9999; left:12px; top:-80px; padding:12px 16px; color:white; background:var(--navy); }
.skip-link:focus { top:12px; }
.screen-reader-text { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.project-hidden { display:none!important; }
.form-alert { margin:0 0 22px; padding:14px 16px; border-radius:8px; font-size:13px; line-height:1.55; }
.form-alert-success { color:#185d37; background:#e8f7ef; }
.form-alert-error { color:#8b2d2d; background:#fff0f0; }
.honeypot { position:absolute!important; left:-9999px!important; }
.content-page { min-height:55vh; padding-block:90px; }
.content-page .entry-content { max-width:820px; color:var(--muted); line-height:1.8; }
.admin-bar .site-header { top:32px; }
.reviews-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.reviews-grid article { padding:27px; border:1px solid var(--line); border-radius:var(--radius); background:var(--soft); }
.review-stars { color:#e8ad00; letter-spacing:.12em; }
.reviews-grid blockquote { margin:18px 0; color:var(--muted); font-size:14px; line-height:1.7; }
.reviews-grid blockquote p { margin:0; }
.reviews-grid strong,.reviews-grid small { display:block; }
.reviews-grid strong { color:var(--navy); }
.reviews-grid small { margin-top:4px; color:#7d8793; }
@media (max-width:782px) { .admin-bar .site-header { top:46px; } }
@media (max-width:760px) { .reviews-grid { grid-template-columns:1fr; } }
