:root {
  --ink: #171814;
  --charcoal: #202119;
  --graphite: #33352a;
  --paper: #f3f4ef;
  --mist: #e8eee8;
  --white: #ffffff;
  --forest: #0e6259;
  --forest-dark: #0a433e;
  --amber: #d99b32;
  --brick: #b65036;
  --blue: #2e5f78;
  --muted: #666b61;
  --line: rgba(23, 24, 20, 0.12);
  --line-dark: rgba(255, 255, 255, 0.18);
  --shadow: 0 22px 70px rgba(23, 24, 20, 0.16);
  --radius: 8px;
  --max: 1540px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.material-symbols-rounded {
  font-size: 1.2em;
  line-height: 1;
  vertical-align: -0.18em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.belmard-head {
  min-height: 96px;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(360px, 1fr) minmax(330px, 0.82fr) 44px;
  gap: 22px;
  align-items: center;
}

.topbar {
  color: #675747;
  background: var(--white);
  border-bottom: 1px solid rgba(103, 87, 71, 0.12);
  font-size: 0.86rem;
}

.topbar-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.topbar a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  font-weight: 800;
}

.trade-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.trade-tabs a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  color: #9b948b;
  background: #fbfbfa;
  border: 1px solid #ded9d2;
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.trade-tabs a.active {
  color: #5f5142;
  background: var(--white);
  border-color: #8d7d6b;
}

.head-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  color: #5f5142;
}

.head-contact a {
  display: grid;
  gap: 2px;
}

.head-contact strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.02rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.head-phone strong::before,
.head-write strong::after {
  font-family: "Material Symbols Rounded";
  color: var(--forest);
  font-size: 1.25rem;
  font-weight: 400;
}

.head-phone strong::before {
  content: "call";
}

.head-write strong::after {
  content: "send";
  color: #9bb69d;
}

.head-contact span {
  color: #8a8177;
  font-size: 0.76rem;
}

.nav-line {
  border-top: 1px solid rgba(98, 84, 67, 0.1);
  box-shadow: 0 6px 12px rgba(98, 84, 67, 0.06);
}

.nav-wrap {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
  min-width: 0;
}

.brand-logo {
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  object-fit: contain;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid rgba(217, 155, 50, 0.45);
  box-shadow: 0 10px 26px rgba(23, 24, 20, 0.12);
}

.brand strong {
  display: block;
  font-size: 0.98rem;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  color: #36382f;
  min-height: 62px;
  overflow-x: auto;
  font-size: 0.89rem;
  font-weight: 800;
}

.nav-menu > a,
.nav-item > a {
  padding: 18px 0;
  position: relative;
  white-space: nowrap;
}

.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 3px;
  height: 2px;
  background: var(--amber);
  transition: right 180ms ease;
}

.nav-menu a:hover::after,
.nav-menu a:focus-visible::after,
.nav-menu a.active::after {
  right: 0;
}

.nav-item {
  position: relative;
}

.mega-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  width: 310px;
  transform: translateX(-50%) translateY(8px);
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.mega-menu a {
  padding: 9px 10px;
  color: var(--graphite);
  border-radius: 6px;
  font-size: 0.82rem;
}

.mega-menu a:hover,
.mega-menu a:focus-visible {
  background: var(--mist);
}

.nav-item:hover .mega-menu,
.nav-item:focus-within .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-open .nav-toggle span {
  opacity: 0;
}

.nav-open .nav-toggle::before {
  transform: translateY(7px) rotate(45deg);
}

.nav-open .nav-toggle::after {
  transform: translateY(-7px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  border: 0;
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--white);
  background: var(--forest);
  box-shadow: 0 16px 36px rgba(14, 98, 89, 0.26);
}

.btn-primary:hover {
  background: var(--forest-dark);
}

.btn-secondary,
.btn-call {
  color: var(--charcoal);
  background: var(--white);
  border: 1px solid var(--line);
}

.btn-call {
  background: var(--amber);
  border-color: var(--amber);
  box-shadow: 0 14px 34px rgba(217, 155, 50, 0.24);
}

.text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--forest);
  font-weight: 800;
}

.text-link::after {
  content: "arrow_forward";
  margin-left: 8px;
  font-family: "Material Symbols Rounded";
  font-size: 1.1em;
}

.hero,
.page-hero {
  position: relative;
  min-height: 650px;
  display: grid;
  align-items: center;
  color: var(--white);
  overflow: hidden;
  background: var(--charcoal);
}

.page-hero {
  min-height: 430px;
}

.hero-media,
.page-hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img,
.page-hero-media img {
  height: 100%;
  object-fit: cover;
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 10, 8, 0.92), rgba(8, 10, 8, 0.66) 48%, rgba(8, 10, 8, 0.24)),
    linear-gradient(0deg, rgba(8, 10, 8, 0.62), rgba(8, 10, 8, 0.08));
}

.hero-grid,
.page-hero-content {
  position: relative;
  z-index: 2;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: end;
  padding: 88px 0;
}

.hero-copy {
  max-width: 800px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.btn,
.filter-btn {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 880px;
  margin-bottom: 18px;
  font-size: clamp(2.45rem, 5vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.page-hero h1 {
  max-width: 920px;
  font-size: clamp(2.2rem, 4.4vw, 4.45rem);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.lead,
.page-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-proof {
  padding: 26px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.hero-card-title {
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  color: var(--charcoal);
  background: var(--amber);
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.rating-box {
  display: grid;
  gap: 4px;
}

.rating-score {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 800;
}

.stars {
  color: var(--amber);
  letter-spacing: 0;
}

.hero-proof .rating-box small,
.hero-proof .proof-list span {
  color: var(--muted);
}

.proof-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.proof-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-card-call {
  width: 100%;
  margin-top: 22px;
}

.belmard-home {
  min-height: 720px;
  display: block;
  padding: 84px 0 70px;
  color: #645442;
  background: var(--white);
}

.belmard-home::before {
  content: none;
}

.belmard-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 0.9fr);
  gap: 66px;
  align-items: center;
}

.belmard-hero-copy {
  position: relative;
  max-width: 700px;
  padding-left: 34px;
}

.belmard-hero-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 194px;
  background: #ff7f3a;
}

.belmard-hero-copy .eyebrow {
  color: #ff7f3a;
}

.belmard-hero-copy h1 {
  max-width: 680px;
  margin-bottom: 24px;
  color: #625443;
  font-family: Impact, "Arial Narrow", "Manrope", Arial, sans-serif;
  font-size: clamp(3.8rem, 6.8vw, 6.35rem);
  font-weight: 800;
  line-height: 0.96;
  text-transform: uppercase;
}

.hero-checks {
  display: grid;
  gap: 13px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  color: #6e665d;
  font-size: 1.08rem;
}

.hero-checks li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-checks .material-symbols-rounded {
  color: #9bb69d;
  font-size: 1.45rem;
}

.hero-phone-tile {
  width: min(360px, 100%);
  min-height: 86px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding: 16px 22px;
  color: var(--white);
  background: linear-gradient(135deg, #ff8b3d, #e46f2b);
  border-radius: var(--radius);
  box-shadow: 0 17px 36px rgba(228, 111, 43, 0.28);
  font-weight: 800;
}

.hero-phone-tile > .material-symbols-rounded {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  background: rgba(130, 62, 29, 0.24);
  border-radius: 50%;
}

.hero-phone-tile span span,
.hero-phone-tile span {
  display: block;
}

.hero-phone-tile strong {
  display: block;
  font-size: 1.65rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.belmard-service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 680px;
}

.belmard-service-pills a {
  padding: 7px 15px;
  color: #5f5142;
  background: #f4f2ee;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.88rem;
  box-shadow: inset 0 0 0 1px rgba(98, 84, 67, 0.06);
}

.belmard-hero-art {
  position: relative;
  min-height: 540px;
}

.hero-photo-orbit {
  position: absolute;
  right: 0;
  top: 16px;
  width: min(480px, 100%);
  aspect-ratio: 1;
  border: 1px solid rgba(98, 84, 67, 0.12);
  border-radius: 50%;
}

.hero-photo-bg {
  position: absolute;
  inset: 36px;
  background: #a5bea6;
  border-radius: 50%;
}

.hero-photo-orbit img {
  position: absolute;
  inset: 58px;
  width: calc(100% - 116px);
  height: calc(100% - 116px);
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 26px 60px rgba(98, 84, 67, 0.18);
}

.hero-photo-label {
  position: absolute;
  right: 80px;
  bottom: 56px;
  padding: 9px 13px;
  color: var(--white);
  background: #665747;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.78rem;
  box-shadow: 0 12px 24px rgba(98, 84, 67, 0.22);
}

.rating-stamp {
  position: absolute;
  right: 12px;
  top: 76px;
  width: 154px;
  height: 154px;
  display: grid;
  place-items: center;
  align-content: center;
  color: #665747;
  background: var(--white);
  border: 4px solid #ff7f3a;
  clip-path: polygon(50% 0%, 57% 8%, 66% 3%, 71% 13%, 82% 12%, 84% 23%, 94% 28%, 90% 39%, 100% 47%, 92% 55%, 96% 66%, 85% 70%, 82% 82%, 70% 81%, 64% 92%, 55% 87%, 47% 100%, 39% 88%, 28% 93%, 23% 82%, 12% 83%, 10% 71%, 0% 65%, 6% 54%, 0% 45%, 9% 38%, 5% 27%, 16% 22%, 19% 10%, 31% 12%, 37% 2%, 45% 8%);
  box-shadow: 0 16px 30px rgba(98, 84, 67, 0.14);
  text-align: center;
}

.rating-stamp .stars {
  font-size: 0.9rem;
}

.rating-stamp strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.rating-stamp span:last-child {
  font-size: 0.8rem;
}

.hero-area-bubble {
  position: absolute;
  left: 0;
  bottom: 42px;
  width: 270px;
  height: 270px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  color: #665747;
  background:
    radial-gradient(circle at 52% 54%, #ff7f3a 0 8px, transparent 9px),
    radial-gradient(circle at 38% 44%, #ff7f3a 0 4px, transparent 5px),
    radial-gradient(circle at 66% 42%, #ff7f3a 0 4px, transparent 5px),
    #f1f1ef;
  border: 14px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(98, 84, 67, 0.16);
}

.hero-area-bubble .material-symbols-rounded {
  color: #ff7f3a;
  font-size: 1.55rem;
}

.hero-area-bubble strong {
  display: block;
  padding: 6px 12px;
  color: var(--white);
  background: #665747;
  border-radius: 999px;
}

.hero-area-bubble small {
  max-width: 150px;
  text-align: center;
  color: #7a7168;
  font-weight: 800;
}

.floating-review-widget {
  position: absolute;
  right: 26px;
  bottom: 28px;
  z-index: 3;
  min-width: 230px;
  padding: 18px 22px;
  color: #665747;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 20px 55px rgba(98, 84, 67, 0.13);
  text-align: center;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
}

.floating-review-widget .stars {
  display: block;
  margin-bottom: 4px;
  font-size: 1.1rem;
}

.trust-band {
  background: var(--white);
  color: #625443;
  border-top: 1px solid rgba(98, 84, 67, 0.1);
  border-bottom: 1px solid rgba(98, 84, 67, 0.1);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid div {
  min-height: 112px;
  padding: 26px 28px;
  border-right: 1px solid rgba(98, 84, 67, 0.12);
}

.trust-grid div:last-child {
  border-right: 0;
}

.trust-grid strong {
  display: block;
  color: var(--amber);
  font-size: 1.9rem;
  line-height: 1;
}

.trust-grid span {
  color: #7b7167;
}

.section {
  padding: 98px 0;
}

.section-contrast {
  background: var(--mist);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.media-frame {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.media-frame img {
  height: 100%;
  object-fit: cover;
}

.content-stack {
  max-width: 650px;
}

.content-stack p {
  color: var(--muted);
}

.feature-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  margin-top: 22px;
}

.feature-row p {
  margin-bottom: 0;
}

.feature-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--forest);
  border-radius: var(--radius);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.section-head h2 {
  max-width: 820px;
  margin-bottom: 0;
}

.section-head.left {
  display: block;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card,
.step,
.area-card,
.info-card,
.city-card,
.topic-card,
.guarantee-card,
.before-after-card,
.faq-item,
.review-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 38px rgba(23, 24, 20, 0.08);
}

.conversion-strip {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  color: var(--white);
  background: #665747;
}

.conversion-inner {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
}

.conversion-inner span,
.conversion-inner small {
  display: block;
}

.conversion-inner span {
  margin-bottom: 4px;
  color: #ffbf8b;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.conversion-inner strong {
  display: block;
  font-size: clamp(1.35rem, 2vw, 2.15rem);
  line-height: 1.08;
}

.conversion-inner small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
}

.conversion-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}

.service-card {
  min-height: 250px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--amber);
}

.service-card > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--forest);
  border-radius: var(--radius);
}

.service-card p {
  color: var(--muted);
}

.service-card ul {
  margin: 0 0 6px;
  padding-left: 18px;
  color: var(--muted);
}

.service-card .text-link {
  margin-top: auto;
}

.process-section {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(12, 18, 16, 0.88), rgba(12, 18, 16, 0.78)),
    url("../img/global-construction/photo-179.jpeg") center / cover;
}

.process-section h2,
.process-section h3 {
  color: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.step {
  min-height: 210px;
  padding: 24px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.step span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--amber);
  font-weight: 800;
}

.step p {
  color: rgba(255, 255, 255, 0.78);
}

.gallery-section {
  background: var(--paper);
}

.gallery-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.filter-btn {
  min-height: 40px;
  padding: 9px 14px;
  color: var(--graphite);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 800;
  white-space: normal;
}

.filter-btn.active {
  color: var(--white);
  background: var(--forest);
  border-color: var(--forest);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 260px;
  gap: 12px;
}

.gallery-full {
  grid-auto-rows: 240px;
}

.gallery-item {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--charcoal);
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item img {
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-item figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 10px 12px;
  color: var(--white);
  background: rgba(13, 18, 17, 0.75);
  border-radius: 6px;
  font-size: 0.86rem;
}

.gallery-item figcaption strong {
  display: block;
  color: var(--amber);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.gallery-item[hidden] {
  display: none;
}

.reviews-section {
  background: var(--white);
}

.reviews-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.reviews-head p {
  max-width: 680px;
  color: var(--muted);
}

.reviews-track,
.reviews-grid {
  display: grid;
  gap: 16px;
}

.reviews-track {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.reviews-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-card {
  padding: 24px;
}

.review-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.review-meta span,
.review-card small {
  color: var(--muted);
  font-size: 0.84rem;
}

.review-card p {
  max-height: 145px;
  overflow: hidden;
  color: var(--graphite);
}

.review-card.is-open p,
.reviews-grid .review-card p {
  max-height: none;
}

.review-toggle {
  margin-top: 12px;
  padding: 0;
  color: var(--forest);
  background: transparent;
  border: 0;
  font-weight: 800;
  cursor: pointer;
}

.review-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding: 24px;
  color: var(--white);
  background: var(--charcoal);
  border-radius: var(--radius);
}

.review-summary p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.area-grid,
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.area-card,
.info-card {
  padding: 26px;
}

.area-card strong,
.info-card h2 {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.area-card span,
.info-card p {
  color: var(--muted);
}

.guarantee-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.guarantee-card {
  min-height: 240px;
  padding: 26px;
}

.guarantee-card > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: var(--white);
  background: #665747;
  border-radius: var(--radius);
}

.guarantee-card p {
  color: var(--muted);
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.city-card {
  min-height: 255px;
  display: grid;
  grid-template-rows: 145px auto;
  overflow: hidden;
}

.city-card img {
  height: 145px;
  object-fit: cover;
}

.city-card span,
.city-card strong,
.city-card small {
  display: block;
  padding-inline: 18px;
}

.city-card span {
  padding-top: 16px;
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.city-card strong {
  margin-top: 4px;
  color: var(--charcoal);
  font-size: 1.1rem;
  line-height: 1.18;
}

.city-card small {
  padding-bottom: 18px;
  color: var(--muted);
  font-weight: 800;
}

.city-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.city-links a {
  padding: 10px 14px;
  color: #5f5142;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.topic-card {
  min-height: 190px;
  padding: 22px;
  display: grid;
  align-content: start;
  gap: 10px;
}

.topic-card span {
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.topic-card strong {
  color: var(--charcoal);
  font-size: 1.12rem;
  line-height: 1.16;
}

.topic-card small {
  color: var(--muted);
}

.before-after-grid {
  display: grid;
  gap: 18px;
}

.before-after-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 0;
  overflow: hidden;
}

.before-after-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 340px;
}

.before-after-media figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.before-after-media img {
  height: 100%;
  object-fit: cover;
}

.before-after-media figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 10px;
  color: var(--white);
  background: rgba(32, 33, 25, 0.78);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.before-after-copy {
  padding: 28px;
  display: grid;
  align-content: center;
}

.before-after-copy p {
  color: var(--muted);
}

.faq-wrap {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 54px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-item summary {
  padding: 18px 20px;
  cursor: pointer;
  color: var(--charcoal);
  font-weight: 800;
}

.faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.info-card > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: var(--white);
  background: var(--forest);
  border-radius: var(--radius);
}

.info-card a {
  color: var(--forest);
  font-weight: 800;
}

.contact-section {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(10, 16, 15, 0.9), rgba(10, 16, 15, 0.72)),
    url("../img/global-construction/photo-151.jpeg") center / cover;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 440px);
  gap: 54px;
  align-items: center;
  padding: 92px 0;
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-list a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.quote-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  color: var(--ink);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--graphite);
  font-weight: 800;
  font-size: 0.9rem;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fbfcfa;
  color: var(--ink);
}

.site-footer {
  padding: 52px 0 92px;
  color: var(--white);
  background: var(--charcoal);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 34px;
}

.footer-grid strong,
.footer-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--amber);
  font-weight: 800;
}

.footer-grid p,
.footer-grid a {
  color: rgba(255, 255, 255, 0.74);
}

.footer-grid a {
  display: block;
  margin-top: 8px;
}

.mobile-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 60;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.mobile-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  color: var(--white);
  background: var(--forest);
  border-radius: var(--radius);
  font-weight: 800;
  box-shadow: var(--shadow);
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero .reveal,
.page-hero .reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .belmard-head {
    min-height: 86px;
    grid-template-columns: minmax(0, 1fr) 44px;
  }

  .trade-tabs,
  .head-contact {
    display: none;
  }

  .nav-line {
    border-top: 0;
    box-shadow: none;
  }

  .topbar-inner {
    overflow-x: auto;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    inset: 86px 0 auto;
    max-height: calc(100vh - 86px);
    padding: 22px 20px 32px;
    display: grid;
    justify-items: start;
    gap: 8px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-120%);
    transition: transform 220ms ease;
    overflow-y: auto;
  }

  .nav-open .nav-menu {
    transform: translateY(0);
  }

  .nav-menu > a,
  .nav-item > a {
    padding: 8px 0;
    white-space: normal;
  }

  .nav-item {
    width: 100%;
  }

  .mega-menu {
    position: static;
    width: 100%;
    margin-top: 8px;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .split,
  .split.reverse,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    align-items: start;
  }

  .hero-proof {
    max-width: 440px;
  }

  .belmard-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .belmard-hero-art {
    min-height: 430px;
    max-width: 620px;
  }

  .floating-review-widget {
    display: none;
  }

  .services-grid,
  .reviews-grid,
  .reviews-track,
  .process-grid,
  .guarantee-grid,
  .city-grid,
  .topic-grid,
  .area-grid,
  .contact-cards,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .conversion-inner,
  .faq-wrap,
  .before-after-card {
    display: grid;
    grid-template-columns: 1fr;
  }

  .conversion-actions {
    justify-content: flex-start;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .topbar {
    display: none;
  }

  .nav-wrap {
    min-height: 74px;
  }

  .brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 0.86rem;
  }

  .brand-logo {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .btn-call {
    display: none;
  }

  .nav-menu {
    inset: 74px 0 auto;
    max-height: calc(100vh - 74px);
  }

  .hero,
  .page-hero {
    min-height: 610px;
  }

  .belmard-home {
    min-height: auto;
    padding: 48px 0 46px;
  }

  .page-hero {
    min-height: 430px;
  }

  .hero-grid {
    padding: 58px 0;
  }

  .belmard-hero-copy {
    padding-left: 0;
  }

  .belmard-hero-copy::before {
    display: none;
  }

  .belmard-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.65rem, 12vw, 4.1rem);
    line-height: 0.98;
  }

  .hero-checks {
    font-size: 1rem;
  }

  .hero-phone-tile {
    width: 100%;
  }

  .hero-phone-tile strong {
    font-size: 1.25rem;
  }

  .belmard-service-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .belmard-service-pills a {
    text-align: center;
  }

  .belmard-hero-art {
    min-height: 390px;
  }

  .hero-photo-orbit {
    left: 50%;
    right: auto;
    width: min(360px, 92vw);
    transform: translateX(-50%);
  }

  .rating-stamp {
    right: 0;
    top: 22px;
    width: 124px;
    height: 124px;
  }

  .rating-stamp strong {
    font-size: 1.55rem;
  }

  .hero-area-bubble {
    left: 0;
    bottom: 0;
    width: 185px;
    height: 185px;
    border-width: 10px;
  }

  h1 {
    font-size: 2.55rem;
  }

  .page-hero h1 {
    font-size: 2.05rem;
    line-height: 1.04;
  }

  h2 {
    font-size: 2rem;
  }

  .lead,
  .page-hero p {
    font-size: 1rem;
  }

  .hero-actions,
  .section-head,
  .reviews-head,
  .review-summary {
    align-items: stretch;
    flex-direction: column;
  }

  .trust-grid,
  .services-grid,
  .reviews-grid,
  .reviews-track,
  .process-grid,
  .guarantee-grid,
  .city-grid,
  .topic-grid,
  .area-grid,
  .contact-cards,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .conversion-strip {
    margin-top: 0;
  }

  .conversion-actions,
  .conversion-actions .btn {
    width: 100%;
  }

  .city-card {
    min-height: 0;
    grid-template-rows: 190px auto;
  }

  .city-card img {
    height: 190px;
  }

  .before-after-media {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .before-after-media figure {
    min-height: 240px;
  }

  .topic-card {
    min-height: 0;
  }

  .trust-grid div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(98, 84, 67, 0.12);
  }

  .section {
    padding: 68px 0;
  }

  .media-frame {
    min-height: 360px;
  }

  .gallery-grid,
  .gallery-full {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 210px;
  }

  .gallery-toolbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-btn {
    width: 100%;
  }

  .gallery-item.wide {
    grid-column: span 2;
  }

  .gallery-item figcaption {
    font-size: 0.78rem;
  }

  .contact-grid {
    padding: 66px 0;
  }

  .mobile-cta {
    display: grid;
  }
}

@media (max-width: 460px) {
  .belmard-service-pills {
    grid-template-columns: 1fr;
  }

  .belmard-hero-art {
    min-height: 330px;
  }

  .hero-photo-orbit {
    width: 300px;
  }

  .hero-photo-orbit img {
    inset: 44px;
    width: calc(100% - 88px);
    height: calc(100% - 88px);
  }

  .rating-stamp {
    width: 108px;
    height: 108px;
  }

  .hero-area-bubble {
    width: 158px;
    height: 158px;
  }

  .gallery-grid,
  .gallery-full {
    grid-template-columns: 1fr;
  }

  .gallery-item.wide {
    grid-column: span 1;
  }

  .hero-proof {
    padding: 18px;
  }
}

/* Photos métiers sur les cartes de la page d'accueil */
.service-card-media{margin:14px -2px 18px;overflow:hidden;border-radius:14px;aspect-ratio:16/10;background:#ddd}
.service-card-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.service-card:hover .service-card-media img{transform:scale(1.04)}

/* Renforcement confiance & conversion */
.proof-section{background:#fff;padding:24px 0;border-bottom:1px solid rgba(98,84,67,.12)}
.proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.proof-card{min-height:132px;padding:24px;border:1px solid rgba(98,84,67,.14);border-radius:20px;background:linear-gradient(145deg,#fff,#f7f3ed);display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.proof-card .material-symbols-rounded{position:absolute;right:18px;top:18px;font-size:34px;color:var(--accent,#b7874b);opacity:.9}
.proof-card strong{font-size:clamp(1.65rem,2.4vw,2.5rem);line-height:1;color:var(--ink,#211b16)}
.proof-card small{margin-top:8px;font-size:.92rem;font-weight:700;color:#6e6257}
.proof-card-wide strong{font-size:clamp(1.15rem,1.6vw,1.55rem);line-height:1.15;max-width:180px}
.reassurance-row{max-width:1180px;margin:18px auto 0;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.reassurance-row span{display:flex;align-items:center;justify-content:center;gap:9px;padding:13px 16px;border-radius:999px;background:#fff;border:1px solid rgba(98,84,67,.14);font-weight:800;color:#40372f;box-shadow:0 8px 24px rgba(36,28,20,.05)}
.reassurance-row i{font-style:normal;color:var(--accent,#b7874b)}
.mid-page-cta{padding:28px 0;background:linear-gradient(135deg,#201b17,#3a2f27)}
.mid-page-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;color:#fff}
.mid-page-cta-inner>div:first-child{display:grid;gap:5px}.mid-page-cta-inner span{font-weight:700}.mid-page-cta-inner strong{font-size:clamp(1.5rem,2.4vw,2.35rem)}.mid-page-cta-inner small{color:rgba(255,255,255,.75)}
.btn-large{padding:17px 24px;font-size:1rem;box-shadow:0 12px 28px rgba(183,135,75,.25)}
.desktop-quote-float{position:fixed;right:22px;bottom:22px;z-index:90;display:flex;align-items:center;gap:10px;padding:13px 17px;border-radius:16px;background:#b7874b;color:#fff;text-decoration:none;box-shadow:0 14px 40px rgba(26,20,15,.28);font-weight:800;transition:.25s transform,.25s box-shadow}
.desktop-quote-float:hover{transform:translateY(-3px);box-shadow:0 18px 46px rgba(26,20,15,.34)}
.desktop-quote-float>.material-symbols-rounded{font-size:28px}.desktop-quote-float span:last-child{display:flex;flex-direction:column;line-height:1.05}.desktop-quote-float small{margin-top:4px;font-size:.72rem;font-weight:600;opacity:.82}
.service-review-proof{background:#f6f1ea}
.service-review-inner{display:grid;grid-template-columns:190px 1fr auto;gap:30px;align-items:center;padding:34px;border-radius:24px;background:#fff;border:1px solid rgba(98,84,67,.12);box-shadow:0 15px 45px rgba(35,28,21,.06)}
.google-score{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px;border-radius:18px;background:#211b17;color:#fff}.google-score .stars{color:#f5b940;letter-spacing:2px}.google-score strong{font-size:2rem;margin:7px 0}.google-score small{color:rgba(255,255,255,.72)}
.before-after-teaser{display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:center}.before-after-teaser figure{position:relative;overflow:hidden;border-radius:22px;min-height:360px}.before-after-teaser img{width:100%;height:360px;object-fit:cover}.before-after-teaser figcaption{position:absolute;left:16px;bottom:16px;padding:9px 15px;border-radius:999px;background:rgba(20,17,14,.84);color:#fff;font-weight:800}.before-after-teaser>span{font-size:36px;color:#b7874b}
@media(max-width:900px){.proof-grid{grid-template-columns:repeat(2,1fr)}.mid-page-cta-inner,.service-review-inner{grid-template-columns:1fr;align-items:stretch}.service-review-inner{display:grid}.google-score{align-items:flex-start;text-align:left}.desktop-quote-float{display:none}}
@media(max-width:640px){.proof-grid,.reassurance-row{grid-template-columns:1fr}.proof-card{min-height:108px}.reassurance-row{padding:0 16px}.before-after-teaser{grid-template-columns:1fr}.before-after-teaser>span{transform:rotate(90deg);justify-self:center}.before-after-teaser figure,.before-after-teaser img{min-height:250px;height:250px}}


/* GC curated service galleries */
.section-intro{max-width:760px;margin-top:10px;color:var(--text-muted,#667085);line-height:1.7}.before-after-montage{margin:0;width:100%;overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.12)}.before-after-montage img{display:block;width:100%;max-height:680px;object-fit:contain;background:#f4f4f4}.before-after-montage figcaption{padding:14px 18px;font-weight:700}.home-before-after .before-after-teaser:has(.before-after-montage){display:block}.home-before-after .before-after-teaser .before-after-montage{max-width:900px;margin:auto}
/* Audit responsive et navigation 2026 */
:focus-visible{outline:3px solid var(--amber);outline-offset:3px}
.site-header{transition:box-shadow .2s ease,background .2s ease}
.site-header.is-scrolled{box-shadow:0 10px 35px rgba(23,24,20,.12)}
.nav-toggle{position:relative;z-index:102}
.nav-overlay{position:fixed;inset:0;background:rgba(12,16,14,.5);backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:.2s;z-index:48}
.nav-open .nav-overlay{opacity:1;visibility:visible}
.submenu-toggle{display:none}
.gallery-item{cursor:zoom-in}
.gallery-item img{object-position:center}
.gallery-preview .gallery-item:first-child{grid-column:span 2}
.lightbox{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:28px;background:rgba(8,10,9,.94);opacity:0;visibility:hidden;transition:.2s}
.lightbox.is-open{opacity:1;visibility:visible}.lightbox img{width:auto;max-width:min(1200px,94vw);max-height:86vh;object-fit:contain;border-radius:12px;box-shadow:0 20px 80px rgba(0,0,0,.45)}
.lightbox-close{position:absolute;top:18px;right:18px;width:48px;height:48px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(0,0,0,.35);color:#fff;font-size:28px;cursor:pointer}
.lightbox-caption{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);max-width:calc(100% - 40px);padding:8px 14px;border-radius:999px;background:rgba(0,0,0,.55);color:#fff;text-align:center;font-weight:700}
.service-card{transition:transform .25s ease,box-shadow .25s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(23,24,20,.12)}
.service-card-media{width:100%;margin:6px 0 8px;border-radius:10px}
.service-card h3{margin:0}.service-card p{margin:0}
@media (min-width:1081px) and (max-width:1280px){
 .belmard-head{grid-template-columns:minmax(230px,.85fr) minmax(320px,1fr) minmax(290px,.8fr) 0;gap:14px}
 .trade-tabs{gap:6px}.trade-tabs a{padding:8px 10px;font-size:.66rem}.head-contact{gap:12px}.head-contact strong{font-size:.88rem}.nav-menu{gap:16px;font-size:.82rem}
}
@media (max-width:1080px){
 .site-header{height:86px}.nav-line{position:static}.nav-menu{top:86px;inset:86px 0 0 auto;width:min(440px,92vw);max-height:calc(100dvh - 86px);align-content:start;transform:translateX(105%);padding:18px 18px 110px;z-index:101;border-left:1px solid var(--line);border-bottom:0;background:#fff}
 .nav-open .nav-menu{transform:translateX(0)}
 .nav-menu> a,.nav-item>a{width:100%;padding:13px 44px 13px 10px;border-bottom:1px solid var(--line);font-size:.98rem}
 .nav-menu a::after{display:none}.nav-item{position:relative}.submenu-toggle{display:grid;place-items:center;position:absolute;right:2px;top:5px;width:42px;height:42px;border:0;background:transparent;color:var(--forest);cursor:pointer;z-index:2}
 .submenu-toggle::before{content:'expand_more';font-family:'Material Symbols Rounded';font-size:26px;transition:transform .2s}.nav-item.submenu-open .submenu-toggle::before{transform:rotate(180deg)}
 .mega-menu{display:none;margin:0 0 10px;padding:8px 8px 8px 18px;border:0;border-left:3px solid var(--mist);border-radius:0;background:#f8faf7;grid-template-columns:1fr}.nav-item.submenu-open .mega-menu{display:grid}
 .mega-menu a{padding:11px 10px;border-bottom:1px solid rgba(23,24,20,.07)}
 .brand-logo{width:64px;height:64px;flex-basis:64px}.brand strong{white-space:normal;line-height:1.1}
}
@media (max-width:720px){
 body{padding-bottom:68px}.site-header{height:74px}.belmard-head{min-height:74px}.nav-menu{top:74px;max-height:calc(100dvh - 74px)}
 .belmard-hero-copy h1{font-size:clamp(2.2rem,11vw,3.35rem)}.hero-checks{padding-left:0}.rating-stamp{right:8px;top:10px}.hero-area-bubble{left:8px}
 .proof-grid{gap:10px}.proof-card{padding:20px;border-radius:14px}.proof-card strong{font-size:1.7rem}.reassurance-row span{border-radius:14px;justify-content:flex-start}
 .section{padding:54px 0}.section-head{margin-bottom:24px}.media-frame{min-height:290px}.services-grid{gap:14px}.service-card{padding:20px;min-height:0}
 .gallery-grid,.gallery-full{grid-template-columns:1fr 1fr;grid-auto-rows:180px;gap:8px}.gallery-preview .gallery-item:first-child{grid-column:span 2}.gallery-item figcaption{left:8px;right:8px;bottom:8px;padding:8px 9px}
 .conversion-inner{padding:22px 0}.conversion-actions .btn{justify-content:center}.mobile-cta{z-index:120;box-shadow:0 -8px 24px rgba(23,24,20,.14)}
 .contact-grid{padding:54px 0}.quote-form{padding:20px}.footer-grid{padding-bottom:24px}
}
@media (max-width:460px){
 .brand strong{font-size:.78rem}.brand-logo{width:52px;height:52px;flex-basis:52px}.nav-menu{width:100vw}
 .belmard-hero-art{min-height:300px}.hero-photo-orbit{width:270px}.rating-stamp{width:96px;height:96px;font-size:.72rem}.hero-area-bubble{width:140px;height:140px}
 .gallery-grid,.gallery-full{grid-template-columns:1fr;grid-auto-rows:245px}.gallery-preview .gallery-item:first-child,.gallery-item.wide{grid-column:span 1}.gallery-item figcaption{font-size:.82rem}
 .proof-card .material-symbols-rounded{font-size:28px}.lightbox{padding:14px}.lightbox-caption{bottom:10px;border-radius:10px}
}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}


/* Final conversion/navigation refinement inspired by strong trade-site UX */
.mobile-nav-intro,.mobile-nav-actions{display:none}
.service-gallery-five{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:230px}
.service-gallery-five .gallery-item:first-child{grid-column:span 2;grid-row:span 2}
.service-gallery-five .gallery-item:nth-child(n+2){grid-column:span 1}
.service-gallery-five .gallery-item img{filter:saturate(.96) contrast(1.02)}
.service-gallery-five .gallery-item figcaption{backdrop-filter:blur(6px)}
@media(max-width:1080px){
  .nav-menu{display:flex;flex-direction:column;gap:0;overflow-y:auto;overscroll-behavior:contain;box-shadow:-24px 0 55px rgba(10,18,15,.2)}
  .mobile-nav-intro{display:grid;gap:3px;padding:7px 10px 18px;margin-bottom:2px;border-bottom:1px solid var(--line)}
  .mobile-nav-intro strong{font-size:1rem;color:var(--forest)}
  .mobile-nav-intro span{font-size:.76rem;color:var(--muted)}
  .mobile-nav-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px;padding:10px 0 0}
  .mobile-nav-actions a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:48px;padding:10px;border-radius:12px;background:var(--forest);color:#fff!important;font-weight:800;text-align:center}
  .mobile-nav-actions a:last-child{background:var(--amber);color:#171814!important}
  .mobile-nav-actions .material-symbols-rounded{font-size:21px}
  .nav-item.submenu-open>.mega-menu{animation:submenuReveal .18s ease both}
  @keyframes submenuReveal{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
  .service-gallery-five{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:220px}
  .service-gallery-five .gallery-item:first-child{grid-column:span 2;grid-row:span 1}
}
@media(max-width:640px){
  .nav-menu{padding-left:16px;padding-right:16px}
  .service-gallery-five{grid-template-columns:1fr;grid-auto-rows:280px;gap:12px}
  .service-gallery-five .gallery-item:first-child{grid-column:span 1}
  .service-gallery-five .gallery-item{border-radius:16px}
  .service-gallery-five .gallery-item figcaption{font-size:.86rem}
}
@media(max-width:390px){
  .mobile-nav-actions{grid-template-columns:1fr}
  .service-gallery-five{grid-auto-rows:245px}
}


/* =========================================================
   GC FINAL HEADER, MOBILE NAV & COMPLETE GALLERY FIX
   ========================================================= */
@media (min-width:1081px){
  .nav-line{overflow:visible;background:#fff}
  .nav-line .container{width:min(calc(100% - 32px),1320px)}
  .nav-menu{overflow:visible;justify-content:center;gap:clamp(12px,1.35vw,22px);font-size:clamp(.78rem,.82vw,.89rem);min-height:56px}
  .nav-menu> a,.nav-item>a{padding:16px 0}
  .nav-menu::-webkit-scrollbar{display:none}
  .mega-menu{z-index:140}
}

.gallery-intro-bar{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}
.gallery-intro-bar h2{margin:0 0 8px;font-size:clamp(1.55rem,2.4vw,2.4rem)}
.gallery-intro-bar p{max-width:760px;margin:0;color:var(--muted);line-height:1.65}
.gallery-count{flex:0 0 auto;padding:10px 14px;border-radius:999px;background:var(--forest);color:#fff;font-size:.86rem}
.gallery-toolbar{position:relative;z-index:2}
.gallery-full{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:230px;gap:12px}
.gallery-full .gallery-item:nth-child(11n+1),.gallery-full .gallery-item:nth-child(11n+7){grid-column:span 2}
.gallery-full .gallery-item figcaption{max-height:calc(100% - 20px);overflow:hidden}
.gallery-full .gallery-item[hidden]{display:none!important}

@media (max-width:1080px){
  body.nav-open{overflow:hidden!important}
  .site-header{height:78px!important;min-height:78px}
  .belmard-head{min-height:78px!important;display:flex!important;justify-content:space-between;gap:12px}
  .trade-tabs,.head-contact{display:none!important}
  .brand{min-width:0;max-width:calc(100% - 60px)}
  .brand-logo{width:56px!important;height:56px!important;flex-basis:56px!important}
  .brand strong{font-size:.82rem;white-space:normal}.brand small{font-size:.68rem}
  .nav-toggle{display:block!important;flex:0 0 44px;z-index:155}
  .nav-line{position:fixed!important;inset:0!important;border:0!important;box-shadow:none!important;background:transparent!important;pointer-events:none;z-index:145}
  .nav-menu{
    position:fixed!important;top:78px!important;right:0!important;bottom:0!important;left:auto!important;inset:78px 0 0 auto!important;
    width:min(410px,92vw)!important;height:calc(100dvh - 78px)!important;max-height:none!important;
    margin:0!important;padding:16px 18px 96px!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;
    gap:0!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;background:#fff!important;
    border-left:1px solid var(--line)!important;box-shadow:-24px 0 55px rgba(10,18,15,.22)!important;
    transform:translate3d(102%,0,0)!important;transition:transform .24s ease!important;pointer-events:auto!important;visibility:visible!important;
  }
  .nav-open .nav-menu{transform:translate3d(0,0,0)!important}
  .nav-overlay{z-index:140!important;inset:78px 0 0!important;background:rgba(12,16,14,.58)!important}
  .mobile-nav-intro{display:grid!important;gap:3px;padding:4px 8px 16px!important;margin:0 0 4px!important;border-bottom:1px solid var(--line)}
  .mobile-nav-intro strong{font-size:1rem;color:var(--forest)}.mobile-nav-intro span{font-size:.76rem;color:var(--muted)}
  .nav-menu> a,.nav-item>a{display:flex!important;align-items:center!important;width:100%!important;min-height:48px;padding:12px 48px 12px 8px!important;margin:0!important;border-bottom:1px solid var(--line)!important;font-size:.95rem!important;white-space:normal!important}
  .nav-menu> a.active,.nav-item>a.active{color:var(--forest);background:#f4f8f6;border-radius:10px}
  .nav-item{width:100%!important;position:relative!important}
  .submenu-toggle{display:grid!important;place-items:center;position:absolute!important;right:0!important;top:3px!important;width:44px!important;height:44px!important;border:0!important;background:transparent!important;color:var(--forest)!important}
  .mega-menu{position:static!important;display:none!important;width:100%!important;margin:0 0 8px!important;padding:6px 6px 6px 14px!important;transform:none!important;opacity:1!important;pointer-events:auto!important;box-shadow:none!important;border:0!important;border-left:3px solid #dcebe6!important;border-radius:0!important;background:#f7faf8!important;grid-template-columns:1fr!important}
  .nav-item.submenu-open>.mega-menu{display:grid!important}
  .mega-menu a{position:relative!important;padding:10px!important;border-bottom:1px solid rgba(23,24,20,.07)!important;font-size:.84rem!important}
  .mobile-nav-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin:18px 0 0!important;padding:0!important}
  .mobile-nav-actions a{min-height:48px!important;padding:10px!important;border:0!important;border-radius:12px!important;color:#fff!important;background:var(--forest)!important;text-align:center!important;justify-content:center!important}
  .mobile-nav-actions a:last-child{background:var(--amber)!important;color:#171814!important}
  .gallery-full{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:210px}
  .gallery-full .gallery-item:nth-child(11n+1),.gallery-full .gallery-item:nth-child(11n+7){grid-column:span 1}
}

@media (max-width:720px){
  .site-header{height:70px!important;min-height:70px}.belmard-head{min-height:70px!important}
  .brand-logo{width:50px!important;height:50px!important;flex-basis:50px!important}.brand small{display:none}
  .nav-menu{top:70px!important;inset:70px 0 0 auto!important;height:calc(100dvh - 70px)!important;width:min(390px,94vw)!important}
  .nav-overlay{inset:70px 0 0!important}
  .gallery-intro-bar{align-items:flex-start;flex-direction:column;gap:14px}.gallery-count{align-self:flex-start}
  .gallery-toolbar{display:flex!important;flex-wrap:nowrap!important;gap:8px!important;margin:0 calc(50% - 50vw) 20px!important;padding:0 max(16px,calc((100vw - min(100vw - 32px,1320px))/2)) 8px!important;overflow-x:auto!important;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .gallery-toolbar::-webkit-scrollbar{display:none}.filter-btn{flex:0 0 auto;scroll-snap-align:start;white-space:nowrap!important}
  .gallery-full{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:190px!important;gap:9px!important}
  .gallery-full .gallery-item,.gallery-full .gallery-item.wide{grid-column:span 1!important;border-radius:12px!important}
  .gallery-full .gallery-item figcaption{left:7px;right:7px;bottom:7px;padding:7px 8px;font-size:.72rem;line-height:1.2}
  .gallery-full .gallery-item figcaption strong{font-size:.7rem}
}
@media (max-width:370px){
  .mobile-nav-actions{grid-template-columns:1fr!important}
  .gallery-full{grid-template-columns:1fr!important;grid-auto-rows:245px!important}
}

/* =========================================================
   GLOBAL CONSTRUCTION - correctif mobile/tablette final
   Navigation simple inspiree des sites d'intervention
   ========================================================= */
.site-header{z-index:1100}
.mobile-head-call{display:none}

@media (max-width:1080px){
  .site-header{height:auto!important;position:sticky;top:0;background:#fff;box-shadow:0 4px 20px rgba(23,24,20,.10)}
  .belmard-head{min-height:76px!important;height:76px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 44px 44px!important;gap:9px!important;padding-inline:0!important;align-items:center!important}
  .brand{min-width:0!important;gap:9px!important;overflow:hidden}
  .brand-logo{width:54px!important;height:54px!important;flex:0 0 54px!important;box-shadow:none!important}
  .brand span{min-width:0;overflow:hidden}
  .brand strong{font-size:.86rem!important;white-space:nowrap!important;text-overflow:ellipsis;overflow:hidden}
  .brand small{font-size:.67rem!important;white-space:nowrap!important;text-overflow:ellipsis;overflow:hidden}
  .trade-tabs,.head-contact{display:none!important}
  .mobile-head-call{display:grid;width:44px;height:44px;place-items:center;border-radius:9px;background:var(--forest);color:#fff;box-shadow:0 8px 20px rgba(14,98,89,.22)}
  .mobile-head-call .material-symbols-rounded{font-size:24px}
  .nav-toggle{display:grid!important;place-content:center;width:44px!important;height:44px!important;position:relative!important;z-index:1202!important;border-radius:9px!important}
  .nav-toggle span,.nav-toggle::before,.nav-toggle::after{width:21px!important;margin:3px auto!important}
  .nav-open .nav-toggle::before{transform:translateY(5px) rotate(45deg)!important}
  .nav-open .nav-toggle::after{transform:translateY(-5px) rotate(-45deg)!important}

  .nav-line{position:static!important;border:0!important;box-shadow:none!important}
  .nav-overlay{z-index:1150!important;background:rgba(12,16,14,.48)!important;backdrop-filter:none!important}
  .nav-menu.container{
    position:fixed!important;
    top:76px!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    width:min(430px,100vw)!important;
    max-width:none!important;
    max-height:none!important;
    min-height:0!important;
    margin:0!important;
    padding:12px 18px calc(28px + env(safe-area-inset-bottom))!important;
    display:block!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain;
    background:#fff!important;
    border:0!important;
    border-left:1px solid var(--line)!important;
    box-shadow:-18px 0 50px rgba(23,24,20,.18)!important;
    transform:translate3d(105%,0,0)!important;
    transition:transform .24s ease!important;
    z-index:1175!important;
  }
  .nav-open .nav-menu{transform:translate3d(0,0,0)!important}
  .mobile-nav-intro{display:grid!important;padding:8px 4px 16px!important;margin:0 0 4px!important;border-bottom:1px solid var(--line)!important}
  .mobile-nav-intro strong{font-size:1rem!important}
  .mobile-nav-intro span{font-size:.76rem!important}
  .nav-menu>a,.nav-item>a{display:flex!important;align-items:center!important;min-height:51px!important;width:100%!important;padding:12px 48px 12px 8px!important;border-bottom:1px solid rgba(23,24,20,.09)!important;font-size:.96rem!important;line-height:1.25!important;white-space:normal!important}
  .nav-menu>a.active,.nav-item>a.active{color:var(--forest)!important;font-weight:900!important}
  .nav-item{position:relative!important;width:100%!important}
  .submenu-toggle{display:grid!important;place-items:center!important;top:4px!important;right:0!important;width:44px!important;height:44px!important;border-radius:8px!important}
  .mega-menu{position:static!important;display:none!important;width:100%!important;margin:0!important;padding:5px 0 8px 14px!important;grid-template-columns:1fr!important;transform:none!important;opacity:1!important;pointer-events:auto!important;box-shadow:none!important;border:0!important;border-left:3px solid var(--amber)!important;border-radius:0!important;background:#f7f7f3!important}
  .nav-item.submenu-open .mega-menu{display:grid!important}
  .mega-menu a{position:relative!important;padding:10px 9px!important;border-bottom:1px solid rgba(23,24,20,.07)!important;font-size:.88rem!important}
  .mobile-nav-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;margin:18px 0 0!important;padding:0!important}
  .mobile-nav-actions a{min-height:50px!important;border-radius:9px!important}
}

@media (max-width:600px){
  .container{width:min(calc(100% - 24px),var(--max))}
  .belmard-head{min-height:70px!important;height:70px!important;grid-template-columns:minmax(0,1fr) 42px 42px!important;gap:7px!important}
  .brand-logo{width:48px!important;height:48px!important;flex-basis:48px!important}
  .brand strong{font-size:.78rem!important}
  .brand small{display:none!important}
  .mobile-head-call,.nav-toggle{width:42px!important;height:42px!important}
  .nav-menu.container{top:70px!important;width:100vw!important;padding:10px 14px calc(20px + env(safe-area-inset-bottom))!important;border-left:0!important;box-shadow:none!important}
  .nav-overlay{display:none!important}
  .mobile-nav-actions{position:sticky;bottom:0;padding:10px 0 4px!important;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff 18%,#fff)!important}
  .hero,.page-hero{margin-top:0!important}
}

/* Galerie complete : images non recadrees et proportions respectees */
.gallery-full{
  display:block!important;
  column-count:4;
  column-gap:14px;
}
.gallery-full .gallery-item,
.gallery-full .gallery-item.wide{
  display:inline-block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  margin:0 0 14px!important;
  break-inside:avoid;
  grid-column:auto!important;
  grid-row:auto!important;
  overflow:hidden;
  border-radius:14px!important;
  background:#e9e9e5;
}
.gallery-full .gallery-item[hidden]{display:none!important}
.gallery-full .gallery-item img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  background:#ecece7;
}
.gallery-full .gallery-item figcaption{
  position:static!important;
  display:block!important;
  max-height:none!important;
  padding:10px 12px!important;
  color:var(--ink)!important;
  background:#fff!important;
  font-size:.78rem!important;
  line-height:1.35!important;
  backdrop-filter:none!important;
}
.gallery-full .gallery-item figcaption strong{display:block;margin-bottom:2px;color:var(--forest);font-size:.75rem}
@media(max-width:1100px){.gallery-full{column-count:3}}
@media(max-width:760px){.gallery-full{column-count:2;column-gap:9px}.gallery-full .gallery-item{margin-bottom:9px!important;border-radius:10px!important}.gallery-full .gallery-item figcaption{padding:8px 9px!important;font-size:.7rem!important}}
@media(max-width:480px){.gallery-full{column-count:1}.gallery-full .gallery-item{margin-bottom:12px!important}.gallery-full .gallery-item figcaption{font-size:.78rem!important}}

/* Galeries des pages services : cinq photos propres et lisibles */
.service-gallery-five{grid-auto-rows:260px!important}
.service-gallery-five .gallery-item img{width:100%;height:100%!important;object-fit:cover!important}
@media(max-width:760px){
 .service-gallery-five{display:grid!important;grid-template-columns:1fr 1fr!important;grid-auto-rows:175px!important;gap:9px!important}
 .service-gallery-five .gallery-item:first-child{grid-column:1/-1!important;grid-row:auto!important;height:230px!important}
 .service-gallery-five .gallery-item{height:175px!important;margin:0!important}
 .service-gallery-five .gallery-item img{height:100%!important;object-fit:cover!important}
}
@media(max-width:430px){
 .service-gallery-five{grid-template-columns:1fr!important;grid-auto-rows:auto!important}
 .service-gallery-five .gallery-item,.service-gallery-five .gallery-item:first-child{height:auto!important;grid-column:auto!important}
 .service-gallery-five .gallery-item img{height:auto!important;aspect-ratio:4/3!important;object-fit:cover!important}
}

/* =========================================================
   CORRECTION FINALE RESPONSIVE + GALERIES TYPE BELMARD
   ========================================================= */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.site-header,
.belmard-head,
.nav-line,
.nav-menu,
main,
footer {
  max-width: 100%;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 48;
  background: rgba(16, 20, 18, .56);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
}

.nav-open .nav-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-head-call,
.mobile-nav-intro,
.mobile-nav-actions,
.submenu-toggle {
  display: none;
}

/* Galerie réalisations : grandes cartes propres et régulières */
.gallery-full {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 24px;
  align-items: start;
}

.gallery-full .gallery-item,
.gallery-full .gallery-item.wide,
.gallery-full .gallery-item:nth-child(11n+1),
.gallery-full .gallery-item:nth-child(11n+7) {
  grid-column: span 1 !important;
  grid-row: auto !important;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(23, 24, 20, .1);
  box-shadow: 0 12px 32px rgba(23, 24, 20, .08);
}

.gallery-full .gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
}

.gallery-full .gallery-item:hover img {
  transform: scale(1.025);
}

.gallery-full .gallery-item figcaption {
  position: static;
  display: block;
  max-height: none;
  padding: 18px 18px 20px;
  color: var(--ink);
  background: #fff;
  font-size: .9rem;
  line-height: 1.45;
  overflow: visible;
}

.gallery-full .gallery-item figcaption strong {
  display: block;
  margin-bottom: 5px;
  color: var(--forest);
  font-size: .76rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Cinq réalisations sur les pages métiers */
.service-gallery-five {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 18px;
}

.service-gallery-five .gallery-item,
.service-gallery-five .gallery-item:first-child,
.service-gallery-five .gallery-item:nth-child(n+2) {
  grid-column: span 1;
  grid-row: auto;
  min-height: 0;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(23, 24, 20, .1);
}

.service-gallery-five .gallery-item:first-child {
  grid-column: span 2;
}

.service-gallery-five .gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.service-gallery-five .gallery-item:first-child img {
  aspect-ratio: 16 / 8;
}

.service-gallery-five .gallery-item figcaption {
  position: static;
  padding: 14px 16px 16px;
  color: var(--ink);
  background: #fff;
  backdrop-filter: none;
  font-size: .88rem;
}

@media (max-width: 1080px) {
  .site-header {
    width: 100%;
  }

  .belmard-head {
    width: min(calc(100% - 28px), var(--max));
    min-height: 74px;
    grid-template-columns: minmax(0, 1fr) 44px 44px;
    gap: 10px;
    overflow: hidden;
  }

  .brand {
    width: auto;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .brand span {
    min-width: 0;
    overflow: hidden;
  }

  .brand strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
  }

  .mobile-head-call {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--forest);
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(14, 98, 89, .22);
  }

  .nav-toggle {
    display: block;
    position: relative;
    z-index: 52;
  }

  .nav-line {
    position: static;
    border: 0;
  }

  .nav-menu {
    position: fixed;
    z-index: 51;
    inset: 74px 0 0 0;
    width: 100%;
    max-width: none;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 20px 20px 110px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    color: var(--ink);
    background: #fff;
    border: 0;
    box-shadow: none;
    transform: translateY(-105%);
    visibility: hidden;
    transition: transform .24s ease, visibility .24s ease;
  }

  .nav-open .nav-menu {
    transform: translateY(0);
    visibility: visible;
  }

  .mobile-nav-intro {
    display: grid;
    gap: 3px;
    margin: 0 0 12px;
    padding: 15px 16px;
    background: #f1f5f1;
    border-left: 4px solid var(--forest);
  }

  .mobile-nav-intro strong {
    color: var(--forest);
    font-size: .88rem;
  }

  .mobile-nav-intro span {
    color: var(--muted);
    font-size: .76rem;
  }

  .nav-menu > a,
  .nav-item > a {
    width: 100%;
    min-height: 52px;
    padding: 14px 4px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line);
    white-space: normal;
  }

  .nav-menu a::after {
    display: none;
  }

  .nav-menu > a.active,
  .nav-item > a.active {
    color: var(--forest);
  }

  .nav-item {
    position: relative;
    width: 100%;
  }

  .submenu-toggle {
    position: absolute;
    top: 7px;
    right: 0;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .submenu-toggle::before {
    content: "+";
    color: var(--forest);
    font-size: 1.45rem;
    font-weight: 500;
  }

  .nav-item.submenu-open .submenu-toggle::before {
    content: "−";
  }

  .mega-menu {
    position: static;
    width: 100%;
    margin: 0;
    padding: 0 0 8px 12px;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    border: 0;
    box-shadow: none;
    background: #f8faf8;
    border-radius: 0;
  }

  .nav-item.submenu-open .mega-menu {
    display: grid;
  }

  .mega-menu a {
    padding: 11px 12px;
    border-bottom: 1px solid rgba(23, 24, 20, .07);
    font-size: .82rem;
  }

  .mobile-nav-actions {
    position: fixed;
    z-index: 53;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 12px max(16px, env(safe-area-inset-left)) calc(12px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-right));
    background: rgba(255, 255, 255, .98);
    border-top: 1px solid var(--line);
  }

  .mobile-nav-actions a {
    min-width: 0;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px;
    color: #fff;
    background: var(--forest);
    border-radius: 6px;
    font-size: .84rem;
    font-weight: 800;
  }

  .mobile-nav-actions a:last-child {
    background: var(--amber);
    color: var(--ink);
  }

  .gallery-full {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 720px) {
  .belmard-head {
    width: calc(100% - 20px);
    grid-template-columns: minmax(0, 1fr) 42px 42px;
    gap: 8px;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .brand strong {
    font-size: .76rem;
  }

  .mobile-head-call,
  .nav-toggle {
    width: 42px;
    height: 42px;
  }

  .nav-menu {
    top: 74px;
    padding-inline: 16px;
  }

  .gallery-full {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gallery-full .gallery-item img {
    aspect-ratio: 4 / 3;
  }

  .gallery-full .gallery-item figcaption {
    padding: 14px 15px 16px;
  }

  .service-gallery-five {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-gallery-five .gallery-item:first-child,
  .service-gallery-five .gallery-item:nth-child(n+2) {
    grid-column: span 1;
  }

  .service-gallery-five .gallery-item:first-child img,
  .service-gallery-five .gallery-item img {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 390px) {
  .brand strong {
    max-width: 150px;
    font-size: .7rem;
  }

  .mobile-nav-actions {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .nav-menu {
    padding-bottom: 160px;
  }
}

/* =========================================================
   AFFICHAGE FINAL DES PHOTOS — FORMAT ORIGINAL RESPECTE
   ========================================================= */

/* Galerie générale : mosaïque fluide sans recadrage */
.gallery-full {
  display: block !important;
  column-count: 3;
  column-gap: 20px;
}

.gallery-full .gallery-item,
.gallery-full .gallery-item:first-child,
.gallery-full .gallery-item:nth-child(n+2),
.gallery-full .gallery-item.wide {
  display: inline-block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 20px !important;
  break-inside: avoid;
  page-break-inside: avoid;
  grid-column: auto !important;
  grid-row: auto !important;
  overflow: hidden;
  vertical-align: top;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(23,24,20,.10);
  box-shadow: 0 10px 30px rgba(19,28,24,.07);
}

.gallery-full .gallery-item[hidden] {
  display: none !important;
}

.gallery-full .gallery-item img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #f2f2ef;
  cursor: zoom-in;
}

.gallery-full .gallery-item:hover img {
  transform: none !important;
}

.gallery-full .gallery-item figcaption {
  position: static !important;
  padding: 13px 15px 15px !important;
  color: var(--ink) !important;
  background: #fff !important;
  line-height: 1.4;
}

/* Pages métiers : les 5 images restent entières et lisibles */
.service-gallery-five {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-rows: auto !important;
  align-items: start;
  gap: 20px !important;
}

.service-gallery-five .gallery-item,
.service-gallery-five .gallery-item:first-child,
.service-gallery-five .gallery-item:nth-child(n+2) {
  grid-column: span 1 !important;
  grid-row: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(23,24,20,.10);
  box-shadow: 0 10px 28px rgba(19,28,24,.07);
}

.service-gallery-five .gallery-item:first-child {
  grid-column: 1 / -1 !important;
}

.service-gallery-five .gallery-item img,
.service-gallery-five .gallery-item:first-child img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: 680px;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #f2f2ef;
  cursor: zoom-in;
}

.service-gallery-five .gallery-item figcaption {
  position: static !important;
  padding: 13px 15px 15px !important;
  color: var(--ink) !important;
  background: #fff !important;
  line-height: 1.4;
}

/* Autres blocs de réalisations : éviter les coupes excessives */
.gallery-preview .gallery-item img,
.before-after-media img,
.before-after-teaser img {
  object-position: center;
}

@media (max-width: 1080px) {
  .gallery-full {
    column-count: 2;
    column-gap: 16px;
  }

  .gallery-full .gallery-item {
    margin-bottom: 16px !important;
  }
}

@media (max-width: 720px) {
  .gallery-full {
    column-count: 1;
  }

  .gallery-full .gallery-item {
    margin-bottom: 14px !important;
  }

  .gallery-full .gallery-item figcaption,
  .service-gallery-five .gallery-item figcaption {
    padding: 12px 13px 14px !important;
  }

  .service-gallery-five {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .service-gallery-five .gallery-item,
  .service-gallery-five .gallery-item:first-child,
  .service-gallery-five .gallery-item:nth-child(n+2) {
    grid-column: 1 !important;
  }

  .service-gallery-five .gallery-item img,
  .service-gallery-five .gallery-item:first-child img {
    max-height: none;
  }
}

/* =========================================================
   HEADER / NAVIGATION FINAL — INSPIRATION BELMARD
   Compact sur desktop, fixe et fiable sur mobile
   ========================================================= */

html, body {
  max-width: 100%;
  overflow-x: clip;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 3000;
  background: rgba(255,255,255,.98);
  box-shadow: 0 1px 0 rgba(23,24,20,.08);
  backdrop-filter: blur(12px);
}

.belmard-head {
  min-height: 84px;
  display: grid;
  grid-template-columns: minmax(260px,1.15fr) auto auto;
  align-items: center;
  gap: 24px;
}

.brand-logo {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
}

.brand strong { font-size: 1.02rem; }
.brand small { font-size: .76rem; }

.trade-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.trade-tabs a {
  min-height: 42px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  font-size: .76rem;
}

.head-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  white-space: nowrap;
}

.head-phone,
.head-write {
  min-width: 0;
}

.head-phone strong,
.head-write strong { font-size: .94rem; }
.head-phone span,
.head-write span { font-size: .72rem; }

.nav-line {
  position: relative;
  z-index: 5;
  border-top: 1px solid rgba(23,24,20,.07);
  border-bottom: 1px solid rgba(23,24,20,.07);
  background: #fff;
}

.nav-menu {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  overflow: visible;
}

.nav-menu > a,
.nav-menu > .nav-item > a {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  font-size: .82rem;
  font-weight: 700;
  white-space: nowrap;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 35px rgba(23,24,20,.12);
}

@media (max-width: 1240px) and (min-width: 1081px) {
  .belmard-head {
    grid-template-columns: minmax(240px,1fr) auto;
    gap: 18px;
  }
  .trade-tabs { display: none; }
  .head-contact { gap: 20px; }
  .nav-menu { gap: 20px; }
}

@media (max-width: 1080px) {
  html, body {
    overflow-x: hidden !important;
    width: 100%;
  }

  body {
    padding-top: 72px !important;
  }

  .site-header {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    width: 100% !important;
    height: 72px !important;
    min-height: 72px !important;
    z-index: 5000 !important;
    background: #fff !important;
    box-shadow: 0 4px 18px rgba(23,24,20,.12) !important;
    overflow: visible !important;
  }

  .belmard-head {
    width: 100% !important;
    max-width: none !important;
    min-height: 72px !important;
    height: 72px !important;
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 44px 44px !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 0 14px !important;
    margin: 0 !important;
  }

  .brand {
    min-width: 0 !important;
    max-width: 100% !important;
    gap: 9px !important;
    overflow: hidden !important;
  }

  .brand-logo {
    width: 48px !important;
    height: 48px !important;
    flex: 0 0 48px !important;
  }

  .brand span {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .brand strong {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: .82rem !important;
  }

  .brand small {
    display: none !important;
  }

  .trade-tabs,
  .head-contact {
    display: none !important;
  }

  .mobile-head-call,
  .nav-toggle {
    position: static !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    margin: 0 !important;
    border-radius: 10px !important;
  }

  .nav-line {
    position: static !important;
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
  }

  .nav-menu {
    position: fixed !important;
    inset: 72px 0 0 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: calc(100dvh - 72px) !important;
    max-height: none !important;
    display: block !important;
    padding: 14px 16px 120px !important;
    margin: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain;
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: translateX(100%) !important;
    transition: transform .26s ease !important;
    visibility: hidden;
    pointer-events: none;
  }

  body.nav-open .nav-menu {
    transform: translateX(0) !important;
    visibility: visible;
    pointer-events: auto;
  }

  body.nav-open {
    overflow: hidden !important;
    touch-action: none;
  }

  .nav-overlay {
    display: none !important;
  }

  .nav-menu > a,
  .nav-menu > .nav-item > a {
    min-height: 54px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 12px !important;
    border-bottom: 1px solid rgba(23,24,20,.08) !important;
    font-size: .95rem !important;
  }

  .nav-item {
    width: 100% !important;
  }

  .submenu-toggle {
    top: 7px !important;
    right: 6px !important;
    width: 40px !important;
    height: 40px !important;
  }

  .mega-menu {
    position: static !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 0 8px 12px !important;
    border: 0 !important;
    box-shadow: none !important;
    background: #f6f6f3 !important;
  }

  .mega-menu a {
    min-height: 44px !important;
    padding: 0 12px !important;
    display: flex !important;
    align-items: center !important;
    border-bottom: 1px solid rgba(23,24,20,.06) !important;
  }

  .mobile-nav-intro {
    padding: 4px 8px 14px !important;
  }

  .mobile-nav-actions {
    position: sticky !important;
    bottom: 0 !important;
    grid-template-columns: 1fr 1fr !important;
    padding: 14px 0 4px !important;
    margin-top: 18px !important;
    background: #fff !important;
  }

  .mobile-cta {
    z-index: 4900 !important;
  }
}

@media (max-width: 430px) {
  body { padding-top: 68px !important; }
  .site-header,
  .belmard-head { height: 68px !important; min-height: 68px !important; }
  .belmard-head { grid-template-columns: minmax(0,1fr) 42px 42px !important; padding: 0 10px !important; }
  .brand-logo { width: 44px !important; height: 44px !important; flex-basis: 44px !important; }
  .brand strong { font-size: .74rem !important; }
  .mobile-head-call,
  .nav-toggle { width: 42px !important; height: 42px !important; min-width: 42px !important; }
  .nav-menu { inset: 68px 0 0 0 !important; height: calc(100dvh - 68px) !important; padding-inline: 12px !important; }
}

@media (max-width: 360px) {
  .brand strong { max-width: 118px !important; }
  .mobile-nav-actions { grid-template-columns: 1fr !important; }
}

/* =========================================================
   CORRECTIF FINAL — CTA MOBILE + ACTIVITES STYLE EDITORIAL
   Inspiration: structure claire, grandes images et cartes sobres.
   ========================================================= */

/* Toutes les photos de contenu restent visuellement centrées */
img:not(.brand-logo):not(.footer-logo) {
  object-position: center center !important;
}

.service-card-media img,
.gallery-item img,
.media-frame img,
.before-after-media img,
.before-after-teaser img,
.city-card img,
.topic-card img,
.hero-visual img,
.belmard-hero-art img {
  object-position: center center !important;
}

/* Bloc devis : largeur maîtrisée sur toutes les tailles */
.conversion-strip,
.conversion-inner,
.conversion-inner > div,
.conversion-actions,
.conversion-actions .btn {
  min-width: 0;
  max-width: 100%;
}

.conversion-inner > div:first-child {
  flex: 1 1 420px;
}

.conversion-actions {
  flex: 0 1 auto;
}

.conversion-actions .btn {
  white-space: normal;
  text-align: center;
}

/* Cartes activités plus visuelles et plus éditoriales */
.section-contrast {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(242,245,241,.96), rgba(255,255,255,.98));
}

.section-contrast::before,
.section-contrast::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background: rgba(154, 181, 157, .18);
}

.section-contrast::before {
  width: 260px;
  height: 260px;
  left: -110px;
  top: 90px;
}

.section-contrast::after {
  width: 210px;
  height: 210px;
  right: -80px;
  bottom: 80px;
}

.services-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.service-card {
  min-height: 0;
  padding: 0 0 24px;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(71, 63, 53, .11);
  box-shadow: 0 16px 44px rgba(35, 42, 36, .09);
}

.service-card::before {
  display: none;
}

.service-card > span.material-symbols-rounded {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(15, 99, 89, .92);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(15, 99, 89, .22);
}

.service-card-media {
  order: -1;
  width: 100%;
  margin: 0 0 22px;
  border-radius: 0;
  aspect-ratio: 16 / 10;
  background: #eceeea;
}

.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center !important;
}

.service-card h3,
.service-card p,
.service-card ul,
.service-card > .text-link {
  margin-left: 24px;
  margin-right: 24px;
}

.service-card h3 {
  margin-bottom: 10px;
  color: #5d5043;
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  line-height: 1.16;
}

.service-card p {
  color: var(--muted);
  line-height: 1.65;
}

.service-card > .text-link {
  margin-top: 16px;
  align-self: flex-start;
}

/* Deux cartes mises en avant pour donner un rythme proche d'une page agence */
@media (min-width: 1081px) {
  .services-grid .service-card:nth-child(1),
  .services-grid .service-card:nth-child(6) {
    grid-column: span 2;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    grid-template-rows: auto auto 1fr auto;
    align-items: center;
    padding: 0;
  }

  .services-grid .service-card:nth-child(1) .service-card-media,
  .services-grid .service-card:nth-child(6) .service-card-media {
    grid-row: 1 / -1;
    height: 100%;
    min-height: 390px;
    margin: 0;
    aspect-ratio: auto;
  }

  .services-grid .service-card:nth-child(1) > span,
  .services-grid .service-card:nth-child(6) > span {
    left: calc(57.5% + 24px);
  }

  .services-grid .service-card:nth-child(1) h3,
  .services-grid .service-card:nth-child(6) h3 {
    margin-top: 80px;
  }

  .services-grid .service-card:nth-child(1) h3,
  .services-grid .service-card:nth-child(1) p,
  .services-grid .service-card:nth-child(1) ul,
  .services-grid .service-card:nth-child(1) > .text-link,
  .services-grid .service-card:nth-child(6) h3,
  .services-grid .service-card:nth-child(6) p,
  .services-grid .service-card:nth-child(6) ul,
  .services-grid .service-card:nth-child(6) > .text-link {
    margin-left: 34px;
    margin-right: 34px;
  }

  .services-grid .service-card:nth-child(1) > .text-link,
  .services-grid .service-card:nth-child(6) > .text-link {
    margin-bottom: 34px;
  }
}

/* Réalisations : photos régulières et centrées */
.gallery-preview .gallery-item,
.service-gallery-five .gallery-item,
.gallery-full .gallery-item {
  background: #fff;
}

.gallery-preview .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center !important;
}

.service-gallery-five .gallery-item img,
.gallery-full .gallery-item img {
  object-position: center center !important;
}

@media (max-width: 1080px) {
  /* Le CTA devient un bloc vertical et ne peut plus sortir de l'écran */
  .conversion-strip {
    overflow: hidden;
  }

  .conversion-inner {
    width: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 20px;
    padding: 32px 0;
  }

  .conversion-inner > div:first-child {
    width: 100%;
  }

  .conversion-inner strong {
    max-width: 100%;
    font-size: clamp(1.65rem, 7vw, 2.4rem);
    overflow-wrap: anywhere;
  }

  .conversion-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 10px;
  }

  .conversion-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 13px 14px;
    justify-content: center;
    overflow: hidden;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 720px) {
  .conversion-inner {
    gap: 18px;
    padding: 28px 0;
  }

  .conversion-inner span {
    font-size: .72rem;
  }

  .conversion-inner strong {
    font-size: clamp(1.65rem, 9vw, 2.15rem);
    line-height: 1.08;
  }

  .conversion-inner small {
    font-size: .86rem;
    line-height: 1.55;
  }

  .conversion-actions {
    grid-template-columns: 1fr;
  }

  .conversion-actions .btn {
    min-height: 56px;
    font-size: .9rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    border-radius: 14px;
  }

  .service-card-media {
    aspect-ratio: 4 / 3;
  }

  .service-card h3,
  .service-card p,
  .service-card ul,
  .service-card > .text-link {
    margin-left: 18px;
    margin-right: 18px;
  }

  .service-card > span.material-symbols-rounded {
    top: 14px;
    left: 14px;
    width: 42px;
    height: 42px;
  }

  /* Laisse respirer le contenu au-dessus de la barre d'actions fixe */
  body {
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 390px) {
  .conversion-inner strong {
    font-size: 1.75rem;
  }
}


/* === Refonte inspirée des codes premium Belmard, adaptée à GLOBAL CONSTRUCTION === */
.home-page .site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:linear-gradient(180deg,rgba(20,17,14,.72),rgba(20,17,14,.1));border-bottom:1px solid rgba(255,255,255,.18);box-shadow:none;transition:.28s ease}
.home-page .site-header:not(.is-scrolled) .brand strong,.home-page .site-header:not(.is-scrolled) .brand small,.home-page .site-header:not(.is-scrolled) .head-contact strong,.home-page .site-header:not(.is-scrolled) .head-contact span,.home-page .site-header:not(.is-scrolled) .nav-menu>a,.home-page .site-header:not(.is-scrolled) .nav-item>a{color:#fff}
.home-page .site-header:not(.is-scrolled) .trade-tabs a{color:#fff;border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.07)}
.home-page .site-header:not(.is-scrolled) .nav-line{background:rgba(20,17,14,.12);border-color:rgba(255,255,255,.15)}
.home-page .site-header.is-scrolled{background:#fff;box-shadow:0 8px 28px rgba(40,31,24,.12);border-color:#ece8e2}
.cinematic-home-hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden;color:#fff;background:#17130f}
.cinematic-bg,.cinematic-overlay{position:absolute;inset:0}.cinematic-bg img{width:100%;height:100%;object-fit:cover;object-position:center 55%}.cinematic-overlay{background:linear-gradient(90deg,rgba(24,20,16,.72) 0%,rgba(24,20,16,.38) 52%,rgba(24,20,16,.28) 100%)}
.cinematic-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:center;gap:80px;padding-top:190px;padding-bottom:130px}
.cinematic-kicker{font-size:.78rem;letter-spacing:.16em;font-weight:800}.cinematic-copy h1{font-size:clamp(3.4rem,7vw,7rem);line-height:.88;letter-spacing:-.055em;max-width:900px;margin:20px 0 28px}.cinematic-subtitle{font-size:clamp(1.15rem,2vw,1.65rem);max-width:650px;line-height:1.45}
.cinematic-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.cinematic-btn-primary{background:#a9c9ad;color:#183128}.cinematic-btn-ghost{border:1px solid rgba(255,255,255,.7);color:#fff;background:rgba(255,255,255,.06)}
.cinematic-project-card{padding:34px;border-radius:22px;background:rgba(52,48,44,.54);border:1px solid rgba(255,255,255,.28);box-shadow:0 24px 70px rgba(0,0,0,.28);backdrop-filter:blur(14px)}.cinematic-project-card>p{font-size:1.55rem;font-weight:800;text-align:center}.cinematic-project-card ul{display:grid;gap:18px;margin:28px 0}.cinematic-project-card li{display:flex;gap:12px;align-items:flex-start}.cinematic-project-card .material-symbols-rounded{font-size:22px}.cinematic-project-card .btn{width:100%;margin-top:10px}.cinematic-card-secondary{border:1px solid rgba(255,255,255,.42);color:#fff}.cinematic-card-primary{background:#a9c9ad;color:#183128}
.hero-scroll-cue{position:absolute;z-index:3;left:50%;bottom:-26px;transform:translateX(-50%);width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#87a98d;box-shadow:0 10px 30px rgba(0,0,0,.15)}
.home-review-ribbon{position:relative;z-index:3;background:#fff;padding:46px 0 34px}.home-review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.home-review-grid article{padding:24px;border:1px solid #ebe7e1;border-radius:16px;min-width:0}.home-review-grid article>div{display:flex;justify-content:space-between;gap:10px;align-items:center}.home-review-grid h3{font-size:1rem;margin:22px 0 12px}.home-review-grid p{font-size:.88rem;line-height:1.6;color:#726b64}.home-review-grid .stars{font-size:.85rem}

.trade-service-hero{position:relative;overflow:hidden;background:#fff;padding:80px 0 70px}.trade-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);gap:70px;align-items:center}.trade-eyebrow{color:#f07b2f;font-weight:800;letter-spacing:.12em;font-size:.78rem}.trade-hero-copy h1{font-size:clamp(3rem,6vw,6.3rem);line-height:.9;letter-spacing:-.055em;color:#5a493c;margin:18px 0 30px;max-width:850px}.trade-description{font-size:1.1rem;line-height:1.7;max-width:650px;color:#6d655e}.trade-benefits{display:grid;gap:15px;margin:28px 0}.trade-benefits li{display:flex;gap:12px;align-items:center;color:#6d655e}.trade-benefits .material-symbols-rounded{color:#9fbea5}.trade-phone-card{display:inline-flex;gap:16px;align-items:center;background:#f57b2d;color:#fff;padding:16px 24px;border-radius:10px;box-shadow:0 16px 34px rgba(245,123,45,.25)}.trade-phone-card>span:last-child{display:grid}.trade-phone-card strong{font-size:1.65rem}.trade-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.trade-tags span{background:#f5f3f0;border-radius:999px;padding:9px 14px;font-size:.8rem;font-weight:700;color:#65584c}
.trade-hero-visual{position:relative;min-height:620px;display:grid;place-items:center}.trade-orbit{position:absolute;width:78%;aspect-ratio:1;border-radius:50%;background:#afcdb4;right:3%;top:3%}.trade-hero-visual>img{position:relative;z-index:2;width:74%;aspect-ratio:4/5;object-fit:cover;object-position:center;border-radius:48% 48% 44% 44% / 38% 38% 46% 46%;box-shadow:0 25px 65px rgba(54,45,38,.17)}.trade-rating{position:absolute;z-index:4;right:0;top:7%;background:#fff7eb;border:4px solid #f57b2d;clip-path:polygon(50% 0%,60% 10%,73% 4%,79% 17%,94% 17%,94% 32%,100% 43%,90% 53%,96% 67%,83% 74%,82% 89%,67% 89%,57% 100%,46% 90%,31% 96%,24% 82%,10% 79%,12% 64%,0 55%,9% 43%,3% 29%,17% 22%,19% 7%,35% 9%);width:145px;height:145px;display:flex;flex-direction:column;align-items:center;justify-content:center}.trade-rating strong{font-size:1.55rem;color:#5a493c}.trade-rating small{font-size:.72rem}.trade-location{position:absolute;z-index:4;left:0;bottom:10%;width:190px;height:190px;border-radius:50%;background:#f3f3f3;border:12px solid #fff;box-shadow:0 16px 34px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#665548}.trade-location .material-symbols-rounded{color:#f57b2d}.trade-review-corner{position:absolute;right:28px;bottom:18px;background:#fff;border-radius:12px;padding:16px 22px;box-shadow:0 15px 35px rgba(0,0,0,.08);display:grid;text-align:center}.trade-review-corner small{font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#685c52}

/* Images toujours centrées */
img{object-position:center center}.gallery-item img,.service-card-media img,.media-frame img,.before-after-media img,.before-after-teaser img{object-position:center center!important}
/* CTA mobile robuste */
@media(max-width:1080px){.home-page .site-header{background:#fff}.home-page .site-header .brand strong,.home-page .site-header .brand small{color:inherit}.cinematic-inner{grid-template-columns:1fr;padding-top:130px;gap:36px}.cinematic-project-card{max-width:520px}.home-review-grid{grid-template-columns:repeat(2,1fr)}.trade-hero-grid{grid-template-columns:1fr}.trade-hero-visual{min-height:540px;max-width:650px;margin:auto;width:100%}.trade-service-hero{padding-top:110px}.trade-hero-copy h1{font-size:clamp(3rem,9vw,5.2rem)}}
@media(max-width:720px){.cinematic-home-hero{min-height:auto}.cinematic-inner{padding:115px 18px 86px}.cinematic-copy h1{font-size:clamp(2.7rem,14vw,4.2rem)}.cinematic-project-card{padding:24px}.cinematic-actions{display:grid}.cinematic-actions .btn{width:100%}.home-review-grid{grid-template-columns:1fr;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.home-review-grid article{min-width:84vw;scroll-snap-align:start}.trade-service-hero{padding:100px 0 40px}.trade-hero-grid{gap:28px}.trade-hero-copy h1{font-size:clamp(2.65rem,14vw,4rem)}.trade-description{font-size:1rem}.trade-phone-card{width:100%;justify-content:center}.trade-phone-card strong{font-size:1.35rem}.trade-hero-visual{min-height:420px}.trade-hero-visual>img{width:78%;aspect-ratio:3/4}.trade-rating{width:105px;height:105px;right:2%;top:3%;border-width:3px}.trade-rating strong{font-size:1.05rem}.trade-rating .stars{font-size:.65rem}.trade-rating small{font-size:.58rem}.trade-location{width:132px;height:132px;left:0;bottom:2%;border-width:8px}.trade-review-corner{display:none}.mid-page-cta-inner,.conversion-inner{grid-template-columns:1fr!important}.conversion-actions{width:100%;grid-template-columns:1fr!important}.conversion-actions .btn{width:100%;min-width:0;white-space:normal;text-align:center;justify-content:center}}


/* Cartes réalisations métiers — inspiration éditoriale Belmard */
.service-projects-section {
  background: #fff;
}
.service-projects-section .section-head {
  max-width: 760px;
  margin-bottom: 36px;
}
.service-project-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}
.service-project-card {
  margin: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(32,33,25,.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(25,28,22,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 46px rgba(25,28,22,.12);
}
.service-project-card > img,
.service-project-card .service-project-image {
  display: block;
  width: 100%;
  height: 300px;
  aspect-ratio: 4 / 3;
  object-fit: cover !important;
  object-position: center center !important;
  background: #edf0eb;
}
.service-project-card figcaption {
  position: static !important;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 24px 24px 22px;
  color: var(--ink);
  background: #fff !important;
  text-align: left;
}
.service-project-kicker {
  color: var(--forest);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.service-project-card h3 {
  margin: 0;
  color: #5b4938;
  font-size: clamp(1.08rem, 1.4vw, 1.35rem);
  line-height: 1.28;
}
.service-project-card p {
  margin: 0;
  color: #64665f;
  line-height: 1.7;
}
.service-project-actions {
  width: 100%;
  margin-top: auto;
  padding-top: 12px;
}
.service-project-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 11px 17px;
  border-radius: 8px;
  color: #fff;
  background: #5b4938;
  font-weight: 800;
  text-decoration: none;
}
.service-project-link:hover { background: var(--forest); }
.service-project-link span { font-size: 1.15em; }
@media (max-width: 1024px) {
  .service-project-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .service-project-card > img,
  .service-project-card .service-project-image { height: 270px; }
}
@media (max-width: 640px) {
  .service-projects-section .section-head { margin-bottom: 24px; }
  .service-project-cards { grid-template-columns: 1fr; gap: 20px; }
  .service-project-card { border-radius: 14px; }
  .service-project-card > img,
  .service-project-card .service-project-image {
    height: auto;
    min-height: 230px;
    max-height: 360px;
    aspect-ratio: 4 / 3;
    object-fit: cover !important;
    object-position: center center !important;
  }
  .service-project-card figcaption { padding: 20px; }
  .service-project-link { width: 100%; }
}

/* Refonte éditoriale et photos métiers */
.trade-hero-visual img,.media-frame img,.service-gallery-five img,.gallery-grid img,.service-card img,.project-card img{object-position:center center!important;}
.trade-hero-visual img{width:100%;height:100%;object-fit:cover;}
.service-gallery-five .gallery-item img{object-fit:cover;object-position:center center;}
@media(max-width:767px){.trade-service-hero{padding-top:88px}.trade-hero-grid{grid-template-columns:1fr!important}.trade-hero-visual{min-height:320px}.trade-hero-copy h1{font-size:clamp(2rem,10vw,3.2rem);line-height:1.04}.service-gallery-five{grid-template-columns:1fr!important}.service-gallery-five .gallery-item,.service-gallery-five .gallery-item.wide{grid-column:auto!important}.service-gallery-five .gallery-item img{aspect-ratio:4/3;width:100%;height:auto;object-fit:cover}}

/* GLOBAL CONSTRUCTION V2 — SEO landing pages */
.seo-breadcrumb{background:#f7f7f4;border-bottom:1px solid rgba(20,38,31,.08);padding:10px max(18px,calc((100vw - 1180px)/2));font-size:.82rem}.seo-breadcrumb ol{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:0;padding:0;list-style:none}.seo-breadcrumb li+li:before{content:"/";margin-right:8px;color:#99a19a}.seo-breadcrumb a{color:var(--forest);font-weight:700}.seo-landing-hero{padding:72px 0;background:linear-gradient(135deg,#f5f3ee,#eaf1ec)}.seo-landing-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.seo-landing-grid h1{font-size:clamp(2.5rem,5vw,5rem);line-height:1;letter-spacing:-.045em;margin:14px 0 24px;color:#4d4036}.seo-landing-grid p{font-size:1.1rem;line-height:1.8;color:#666}.seo-landing-grid figure{margin:0;border-radius:22px;overflow:hidden;box-shadow:0 24px 65px rgba(24,42,34,.15);aspect-ratio:4/3}.seo-landing-grid img{width:100%;height:100%;object-fit:cover;object-position:center}.seo-copy{max-width:950px}.seo-copy h2{margin-top:42px;font-size:clamp(1.7rem,3vw,2.7rem);color:#4d4036}.seo-copy p,.article-copy p{line-height:1.85;color:#62665f}.seo-service-list,.seo-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:24px 0}.seo-service-list a,.seo-link-grid a{display:flex;align-items:center;min-height:60px;padding:14px 16px;border-radius:12px;background:#fff;border:1px solid rgba(18,49,39,.12);font-weight:800;color:#234638;box-shadow:0 8px 24px rgba(30,50,41,.05)}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.blog-card{padding:28px;border-radius:16px;background:#fff;border:1px solid rgba(22,50,40,.12);box-shadow:0 12px 35px rgba(20,42,33,.06)}.blog-card h2{font-size:1.35rem;line-height:1.35}.blog-card p{color:#666;line-height:1.7}.article-intro{font-size:1.2rem;font-weight:600}.article-cta{margin-top:50px;padding:32px;border-radius:18px;background:#edf4ef}.article-cta h2{margin-top:0}.service-page .seo-breadcrumb{margin-top:0}.service-page .faq-section{background:#f7f7f4}
@media(max-width:900px){.seo-landing-grid{grid-template-columns:1fr}.seo-service-list,.seo-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.seo-landing-hero{padding:42px 0}.seo-landing-grid{gap:28px}.seo-landing-grid h1{font-size:clamp(2.1rem,11vw,3.3rem)}.seo-service-list,.seo-link-grid,.blog-grid{grid-template-columns:1fr}.seo-breadcrumb{padding-top:9px;padding-bottom:9px}.seo-copy h2{margin-top:32px}.article-cta{padding:22px}}


/* Corrections finales mobile : barre d’actions compacte et contenu toujours visible */
@media (max-width: 767px){
  body{padding-bottom:84px!important;}
  .mobile-cta{left:10px!important;right:10px!important;bottom:10px!important;gap:8px!important;padding:7px!important;border-radius:14px!important;box-shadow:0 10px 30px rgba(15,35,29,.22)!important;}
  .mobile-cta a{min-height:48px!important;padding:9px 12px!important;font-size:.86rem!important;border-radius:10px!important;}
  .mobile-cta .material-symbols-rounded{font-size:19px!important;}
  .lightbox{padding-bottom:88px!important;}
  main, .site-footer{overflow:visible;}
}


/* === AUDIT FINAL V3 : corrections de finition et mobile === */
@media (max-width:1080px){
  .nav-menu,.home-page .site-header:not(.is-scrolled) .nav-menu{color:#202522!important;background:#fff!important;}
  .nav-menu>a,.nav-item>a,.home-page .site-header:not(.is-scrolled) .nav-menu>a,.home-page .site-header:not(.is-scrolled) .nav-item>a{display:flex!important;color:#202522!important;opacity:1!important;visibility:visible!important;font-size:.96rem!important;line-height:1.35!important;}
  .nav-menu>a.active,.nav-item>a.active{color:#0e6259!important;background:#f1f6f4!important;}
  .mobile-nav-intro strong{color:#0e6259!important;}
  .mobile-nav-intro span{color:#626b66!important;}
  .submenu-toggle{display:block!important;color:#0e6259!important;}
  .mega-menu a{color:#28312d!important;}
  .brand span{display:block!important;}
}
@media (max-width:767px){
  body{padding-bottom:92px!important;}
  .mobile-cta{height:auto!important;min-height:58px!important;left:8px!important;right:8px!important;bottom:8px!important;padding:6px!important;gap:6px!important;}
  .mobile-cta a{min-height:46px!important;padding:8px 10px!important;font-size:.82rem!important;}
  .site-footer{padding-bottom:36px!important;}
  .gallery-item figcaption{padding-bottom:18px!important;}
}

/* V4 — pages réalisations détaillées */
.project-hero{position:relative;min-height:72vh;display:flex;align-items:flex-end;overflow:hidden;background:#16231f}.project-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.project-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,22,18,.82) 0%,rgba(10,22,18,.46) 48%,rgba(10,22,18,.08) 100%)}.project-hero-copy{position:relative;z-index:2;color:#fff;padding-top:120px;padding-bottom:72px;max-width:850px}.project-hero-copy>p{font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}.project-hero-copy h1{font-size:clamp(2.7rem,6vw,6.2rem);line-height:.98;letter-spacing:-.05em;margin:16px 0 24px}.project-hero-copy>span{display:block;font-size:clamp(1rem,2vw,1.3rem);line-height:1.7;max-width:760px}.project-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn-ghost{border:1px solid rgba(255,255,255,.65);color:#fff;background:rgba(255,255,255,.08)}.project-intro-grid,.project-work-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:start}.project-lead{font-size:1.18rem;line-height:1.9;color:#555}.project-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.project-facts article{padding:22px;border-radius:14px;background:#f4f7f5;border:1px solid rgba(14,98,89,.12)}.project-facts strong,.project-facts span{display:block}.project-facts strong{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#0e6259}.project-facts span{font-size:1.08rem;font-weight:800;margin-top:8px}.project-work-grid ul{list-style:none;padding:0;margin:28px 0 0;display:grid;gap:14px}.project-work-grid li{display:flex;gap:12px;align-items:center;font-weight:700;padding:14px 0;border-bottom:1px solid rgba(20,35,29,.1)}.project-work-grid li span{color:#0e6259}.project-result{padding:34px;border-radius:20px;background:#fff;box-shadow:0 20px 55px rgba(25,45,36,.1)}.project-result h3{font-size:1.8rem;margin-top:0}.project-result p{line-height:1.85;color:#62665f}.project-gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.project-gallery-item{grid-column:span 4;margin:0;border-radius:16px;overflow:hidden;background:#f3f3f0}.project-gallery-item:nth-child(1),.project-gallery-item:nth-child(6){grid-column:span 8}.project-gallery-item img{width:100%;height:390px;object-fit:cover;display:block}.project-gallery-item figcaption{padding:12px 14px;font-size:.82rem;color:#59615c}.project-bottom-cta{padding:80px 0;background:#173d34;color:#fff;text-align:center}.project-bottom-cta p{font-weight:800;text-transform:uppercase;letter-spacing:.1em}.project-bottom-cta h2{font-size:clamp(2rem,5vw,4rem);margin:10px 0 28px}.project-bottom-cta>div>div{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.project-bottom-cta small{display:block;margin-top:22px}.project-bottom-cta small a{color:#fff;text-decoration:underline}.featured-projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.featured-project-card{display:grid;grid-template-columns:1fr 1fr;min-height:360px;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 20px 55px rgba(24,45,36,.09);color:inherit}.featured-project-card img{width:100%;height:100%;object-fit:cover}.featured-project-card>div{padding:34px;display:flex;flex-direction:column;justify-content:center}.featured-project-card span{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:#0e6259}.featured-project-card h3{font-size:clamp(1.5rem,2.5vw,2.35rem);margin:12px 0}.featured-project-card p{line-height:1.7;color:#62665f}.featured-project-card strong{margin-top:18px;color:#0e6259}.realization-showcase{padding-bottom:30px}.project-inline-link{padding:60px 0;background:#eef4f1;text-align:center}.project-inline-link h2{font-size:clamp(1.8rem,4vw,3.3rem);max-width:900px;margin:14px auto 24px}.home-page .cinematic-bg img{object-position:center center}.home-page .cinematic-overlay{background:linear-gradient(90deg,rgba(14,30,25,.72),rgba(14,30,25,.28) 55%,rgba(14,30,25,.05))}
@media(max-width:900px){.project-intro-grid,.project-work-grid{grid-template-columns:1fr}.project-gallery-item,.project-gallery-item:nth-child(1),.project-gallery-item:nth-child(6){grid-column:span 6}.featured-projects-grid{grid-template-columns:1fr}.featured-project-card{grid-template-columns:1fr}.featured-project-card img{height:300px}}
@media(max-width:600px){.project-hero{min-height:78vh}.project-hero-copy{padding-top:100px;padding-bottom:48px}.project-hero-copy h1{font-size:2.65rem}.project-facts{grid-template-columns:1fr}.project-gallery-item,.project-gallery-item:nth-child(1),.project-gallery-item:nth-child(6){grid-column:span 12}.project-gallery-item img{height:auto;aspect-ratio:4/3}.featured-project-card img{height:240px}.featured-project-card>div{padding:24px}.project-bottom-cta{padding:58px 0}}

/* Finitions audit 2026 */
.cinematic-bg picture{display:block;width:100%;height:100%}
.cinematic-bg picture img{width:100%;height:100%;object-fit:cover}
.project-service-links h2{margin-bottom:18px}
.project-service-links nav{display:flex;flex-wrap:wrap;gap:10px}
.service-chip{display:inline-flex;align-items:center;padding:11px 16px;border:1px solid rgba(31,69,52,.22);border-radius:999px;background:#fff;color:inherit;font-weight:700;text-decoration:none;transition:.2s ease}
.service-chip:hover{transform:translateY(-2px);border-color:#1f4534;box-shadow:0 8px 22px rgba(0,0,0,.08)}
@media(max-width:700px){.service-chip{width:100%;justify-content:center}.featured-projects-section .section-head{align-items:flex-start}.cinematic-bg picture img{object-position:center center}}


/* =========================================================
   GLOBAL CONSTRUCTION V3 — Premium editorial system
   ========================================================= */
:root{--v3-deep:#102d27;--v3-green:#0e6259;--v3-sage:#eaf2ee;--v3-warm:#f5f1ea;--v3-gold:#b9935a;--v3-ink:#1e2824;--v3-muted:#66716c;--v3-radius:22px;--v3-shadow:0 24px 70px rgba(14,45,37,.12)}
html{scroll-behavior:smooth;scroll-padding-top:120px}.skip-link{position:fixed;left:14px;top:-80px;z-index:99999;padding:12px 18px;background:#fff;color:#102d27;border-radius:10px;box-shadow:var(--v3-shadow);font-weight:800}.skip-link:focus{top:14px}
.v3-trust-dock{position:relative;z-index:5;background:#fff;border-bottom:1px solid rgba(16,45,39,.08)}.v3-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.v3-trust-grid article{display:flex;align-items:center;gap:14px;padding:22px 24px;border-right:1px solid rgba(16,45,39,.09)}.v3-trust-grid article:last-child{border-right:0}.v3-trust-grid .material-symbols-rounded{color:var(--v3-green);font-size:30px}.v3-trust-grid strong,.v3-trust-grid small{display:block}.v3-trust-grid strong{font-size:.92rem;color:var(--v3-ink)}.v3-trust-grid small{margin-top:3px;color:var(--v3-muted);font-size:.76rem}
.v3-home-manifesto{padding:100px 0;background:var(--v3-warm)}.v3-manifesto-head{display:grid;grid-template-columns:1fr 1.15fr;gap:60px;align-items:end}.v3-manifesto-head .eyebrow{grid-column:1/-1}.v3-manifesto-head h2{font-size:clamp(2.5rem,5vw,5rem);line-height:1.02;letter-spacing:-.055em;margin:0;color:#4a3e35}.v3-manifesto-head>p:last-child{font-size:1.08rem;line-height:1.85;color:#68645f;margin:0}.v3-manifesto-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:60px}.v3-manifesto-stats article{padding:30px;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid rgba(91,73,56,.1)}.v3-manifesto-stats strong{display:block;font-size:clamp(2.2rem,4vw,4.2rem);line-height:1;color:var(--v3-green)}.v3-manifesto-stats span{display:block;margin-top:10px;color:#5f5b56;font-weight:700}
.v3-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}.v3-section-head>div{max-width:800px}.v3-section-head h2{margin:8px 0 0;font-size:clamp(2rem,4vw,4rem);line-height:1.05;letter-spacing:-.045em}.v3-section-head>a{display:inline-flex;align-items:center;gap:8px;color:var(--v3-green);font-weight:800;white-space:nowrap}
.v3-emblematic{padding:110px 0;background:#fff}.v3-emblematic-grid{display:grid;grid-template-columns:1.55fr .85fr;gap:24px}.v3-emblematic-grid>a{position:relative;display:flex;align-items:flex-end;min-height:580px;border-radius:var(--v3-radius);overflow:hidden;color:#fff;box-shadow:var(--v3-shadow)}.v3-emblematic-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.v3-emblematic-grid>a:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(8,24,20,.9) 100%)}.v3-emblematic-grid>a:hover img{transform:scale(1.035)}.v3-emblematic-grid>a>div{position:relative;z-index:2;padding:40px}.v3-emblematic-grid small{font-weight:800;letter-spacing:.08em;text-transform:uppercase}.v3-emblematic-grid h3{font-size:clamp(1.8rem,3.5vw,3.8rem);line-height:1.03;margin:12px 0}.v3-emblematic-grid p{max-width:620px;line-height:1.65;color:rgba(255,255,255,.86)}.v3-emblematic-grid span{display:inline-flex;align-items:center;gap:8px;margin-top:12px;font-weight:800}.v3-emblematic-side{min-height:580px!important}.v3-emblematic-side h3{font-size:clamp(1.7rem,2.5vw,2.8rem)}
.v3-service-method{background:var(--v3-warm)}.v3-method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.v3-method-grid article{position:relative;padding:30px;border-radius:18px;background:#fff;border:1px solid rgba(16,45,39,.08);transition:.25s ease}.v3-method-grid article:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(16,45,39,.09)}.v3-method-grid article>span{position:absolute;right:22px;top:20px;font-size:2.4rem;font-weight:800;color:rgba(14,98,89,.10)}.v3-method-grid i{font-style:normal;font-size:34px;color:var(--v3-green)}.v3-method-grid h3{margin:22px 0 10px;font-size:1.22rem}.v3-method-grid p{margin:0;color:var(--v3-muted);line-height:1.7}
.v3-related-projects{background:#fff}.v3-project-pair{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.v3-project-tile{position:relative;display:flex;align-items:flex-end;min-height:430px;border-radius:20px;overflow:hidden;color:#fff}.v3-project-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.6s}.v3-project-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(7,25,20,.9))}.v3-project-tile>div{position:relative;z-index:2;padding:32px}.v3-project-tile:hover img{transform:scale(1.04)}.v3-project-tile small{font-weight:800;text-transform:uppercase;letter-spacing:.08em}.v3-project-tile h3{font-size:clamp(1.5rem,3vw,2.7rem);margin:10px 0}.v3-project-tile span{font-weight:800}
.v3-local-proof{background:linear-gradient(135deg,#edf4f1,#f8f5ef)}.v3-local-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:55px;align-items:center}.v3-local-grid h2{font-size:clamp(2rem,4vw,4rem);line-height:1.05;margin:12px 0 20px}.v3-local-grid>div>p{font-size:1.05rem;line-height:1.85;color:var(--v3-muted)}.v3-local-points{display:grid;gap:12px;margin-top:28px}.v3-local-points span{display:flex;align-items:center;gap:12px;font-weight:750}.v3-local-points i{color:var(--v3-green);font-style:normal}.v3-local-grid aside{padding:34px;border-radius:20px;background:#fff;box-shadow:var(--v3-shadow)}.v3-local-grid aside strong{font-size:1.2rem}.v3-local-grid aside ul{padding-left:20px;line-height:1.9;color:var(--v3-muted)}.v3-local-grid aside .btn{width:100%}
.v3-toc{margin:28px 0 42px;padding:26px;border-radius:18px;background:#f1f6f3;border:1px solid rgba(14,98,89,.12)}.v3-toc>strong{display:block;margin-bottom:14px;font-size:1.05rem}.v3-toc a{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid rgba(16,45,39,.08);color:var(--v3-ink);font-weight:700}.v3-toc a:last-child{border-bottom:0}.v3-toc a span{color:var(--v3-green);font-size:.75rem}
.v3-final-cta{padding:90px 0;background:var(--v3-deep);color:#fff}.v3-final-cta-inner{display:grid;grid-template-columns:1.3fr .7fr;gap:50px;align-items:center}.v3-final-cta h2{font-size:clamp(2.1rem,4.5vw,4.4rem);line-height:1.02;margin:10px 0 18px}.v3-final-cta p{max-width:760px;color:rgba(255,255,255,.76);line-height:1.75}.v3-final-actions{display:grid;gap:12px}.v3-final-actions .btn{justify-content:center;min-height:56px}.v3-btn-light{background:#fff;color:var(--v3-deep)}
@media(max-width:980px){.v3-trust-grid{grid-template-columns:repeat(2,1fr)}.v3-trust-grid article:nth-child(2){border-right:0}.v3-manifesto-head,.v3-local-grid,.v3-final-cta-inner{grid-template-columns:1fr}.v3-manifesto-stats,.v3-method-grid{grid-template-columns:repeat(2,1fr)}.v3-emblematic-grid{grid-template-columns:1fr}.v3-emblematic-grid>a,.v3-emblematic-side{min-height:500px!important}}
@media(max-width:680px){.v3-trust-grid{grid-template-columns:1fr 1fr}.v3-trust-grid article{padding:16px 10px;gap:8px}.v3-trust-grid .material-symbols-rounded{font-size:24px}.v3-trust-grid strong{font-size:.78rem}.v3-trust-grid small{font-size:.68rem}.v3-home-manifesto,.v3-emblematic,.v3-final-cta{padding:65px 0}.v3-manifesto-head{gap:22px}.v3-manifesto-stats,.v3-method-grid,.v3-project-pair{grid-template-columns:1fr}.v3-manifesto-stats{gap:8px}.v3-manifesto-stats article{padding:22px}.v3-section-head{display:block}.v3-section-head>a{margin-top:18px;white-space:normal}.v3-emblematic-grid>a,.v3-emblematic-side{min-height:430px!important}.v3-emblematic-grid>a>div{padding:26px}.v3-project-tile{min-height:370px}.v3-local-grid aside{padding:25px}.v3-final-actions{width:100%}}

.v3-scroll-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:99999;background:var(--v3-gold);transform:scaleX(0);transform-origin:left center;pointer-events:none}

/* Corrections finales demandées : barre mobile compacte et contenu dégagé */
@media (max-width:700px){
  body{padding-bottom:82px!important;}
  .mobile-cta{left:8px!important;right:8px!important;bottom:8px!important;min-height:50px!important;padding:5px!important;gap:5px!important;border-radius:12px!important;}
  .mobile-cta a{min-height:40px!important;padding:7px 8px!important;font-size:.76rem!important;line-height:1.05!important;border-radius:8px!important;}
  .mobile-cta .material-symbols-rounded{font-size:17px!important;}
  .gallery-item:last-child,.contact-section:last-child,main>section:last-child{margin-bottom:16px!important;}
}

/* V4 livrable — devis sous 48 h et formulaires */
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.quote-form select{width:100%;min-height:52px;border:1px solid rgba(18,60,55,.18);border-radius:12px;padding:0 14px;background:#fff;color:#1f2927;font:inherit}.form-consent{display:flex!important;align-items:flex-start;gap:10px;font-size:13px;line-height:1.45}.form-consent input{width:18px!important;height:18px!important;margin-top:2px;flex:0 0 auto}.form-note{font-size:12px;line-height:1.5;opacity:.78;margin:0}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.quote-form button[disabled]{opacity:.7;cursor:wait}.contact-benefits{display:grid;gap:10px;margin:22px 0 0;padding:0;list-style:none}.contact-benefits li{position:relative;padding-left:28px}.contact-benefits li:before{content:'check_circle';font-family:'Material Symbols Rounded';position:absolute;left:0;color:#0e6259}.page-hero .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.local-seo-copy h2{margin-top:34px}.faq-list{display:grid;gap:12px}.faq-list details{background:#fff;border:1px solid rgba(18,60,55,.12);border-radius:14px;padding:18px 20px}.faq-list summary{cursor:pointer;font-weight:800}.faq-list p{margin:12px 0 0}.status-page{min-height:55vh;display:grid;place-items:center;text-align:center}.status-card{max-width:720px;margin:auto;padding:44px;background:#fff;border-radius:24px;box-shadow:0 20px 70px rgba(20,50,45,.12)}.status-icon{font-size:52px;color:#0e6259}.status-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:24px}
@media(max-width:720px){.form-row{grid-template-columns:1fr}.quote-form{padding-bottom:4px}.mobile-cta{min-height:58px}.mobile-cta a{padding:9px 8px;font-size:13px}.mobile-cta .material-symbols-rounded{font-size:20px}body{padding-bottom:76px}.status-card{padding:28px 20px}.page-hero .hero-actions .btn{width:100%;justify-content:center}}


/* =========================================================
   V4.1 — AFFICHAGE DES IMAGES STABILISE ET RESPONSIVE
   ========================================================= */
img{
  max-width:100%;
  height:auto;
}
img[width][height]{
  height:auto;
}

/* Les visuels de couverture remplissent leur cadre sans déformation. */
.hero-media img,
.page-hero-media img,
.project-hero>img,
.trade-hero-visual img,
.seo-landing-grid figure img,
.v3-emblematic-grid img,
.v3-project-tile img,
.featured-project-card img,
.city-card img,
.service-card-media img,
.service-project-card>img,
.service-project-card .service-project-image{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

/* Galerie principale : format original visible, sans image étirée ni coupée. */
.gallery-full{
  display:block!important;
  column-count:3!important;
  column-gap:18px!important;
}
.gallery-full .gallery-item,
.gallery-full .gallery-item.wide,
.gallery-full .gallery-item:first-child,
.gallery-full .gallery-item:nth-child(n+2){
  display:inline-block!important;
  width:100%!important;
  height:auto!important;
  margin:0 0 18px!important;
  break-inside:avoid!important;
  grid-column:auto!important;
  grid-row:auto!important;
  overflow:hidden!important;
  border-radius:14px!important;
  background:#fff!important;
  border:1px solid rgba(23,24,20,.10)!important;
  box-shadow:0 10px 28px rgba(19,28,24,.07)!important;
}
.gallery-full .gallery-item[hidden]{display:none!important}
.gallery-full .gallery-item img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#f2f2ee!important;
  transform:none;
}
.gallery-full .gallery-item:hover img{transform:none!important}
.gallery-full .gallery-item figcaption{
  position:static!important;
  display:block!important;
  max-height:none!important;
  padding:12px 14px 15px!important;
  color:var(--ink)!important;
  background:#fff!important;
  font-size:.84rem!important;
  line-height:1.45!important;
  overflow:visible!important;
  backdrop-filter:none!important;
}

/* Galeries métiers : toutes les photos restent entièrement visibles. */
.service-gallery-five{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  grid-auto-rows:auto!important;
}
.service-gallery-five .gallery-item,
.service-gallery-five .gallery-item:first-child,
.service-gallery-five .gallery-item:nth-child(n+2),
.service-gallery-five .gallery-item.wide{
  grid-column:span 1!important;
  grid-row:auto!important;
  height:auto!important;
  min-height:0!important;
  overflow:hidden!important;
  background:#f2f2ee!important;
}
.service-gallery-five .gallery-item:first-child{grid-column:1/-1!important}
.service-gallery-five .gallery-item img,
.service-gallery-five .gallery-item:first-child img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:620px!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#f2f2ee!important;
}

/* Pages réalisations : cadres réguliers, sans déformation. */
.project-gallery-item{
  background:#f2f2ee;
}
.project-gallery-item img{
  width:100%!important;
  height:auto!important;
  min-height:260px;
  max-height:580px;
  object-fit:contain!important;
  object-position:center!important;
  background:#f2f2ee;
}

/* Les photos isolées gardent leur proportion et ne débordent jamais. */
.media-frame,
.before-after-montage,
.before-after-media,
.seo-landing-grid figure{
  overflow:hidden;
}
.media-frame img,
.before-after-montage img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
}

@media(max-width:1024px){
  .gallery-full{column-count:2!important;column-gap:14px!important}
  .gallery-full .gallery-item{margin-bottom:14px!important}
}
@media(max-width:720px){
  .gallery-full{column-count:1!important}
  .gallery-full .gallery-item{margin-bottom:14px!important}
  .service-gallery-five{grid-template-columns:1fr!important;gap:14px!important}
  .service-gallery-five .gallery-item:first-child{grid-column:span 1!important}
  .service-gallery-five .gallery-item img,
  .service-gallery-five .gallery-item:first-child img{
    max-height:none!important;
  }
  .project-gallery{grid-template-columns:1fr!important;gap:14px!important}
  .project-gallery-item,
  .project-gallery-item:nth-child(1),
  .project-gallery-item:nth-child(6){grid-column:span 1!important}
  .project-gallery-item img{
    min-height:0!important;
    max-height:none!important;
  }
}


/* =========================================================
   V5 — EXPÉRIENCE IMAGE PREMIUM, LISIBLE ET IMMERSIVE
   ========================================================= */
:root{
  --image-radius:20px;
  --image-shadow:0 18px 50px rgba(22,38,31,.13);
  --image-shadow-hover:0 28px 70px rgba(22,38,31,.20);
}

/* Toutes les images interactives donnent un repère visuel clair. */
.is-lightbox-ready{position:relative;cursor:zoom-in;outline:none}
.is-lightbox-ready::after{
  content:'zoom_in';font-family:'Material Symbols Rounded';position:absolute;right:14px;top:14px;
  width:42px;height:42px;border-radius:50%;display:grid;place-items:center;
  background:rgba(255,255,255,.92);color:#214d40;box-shadow:0 8px 24px rgba(0,0,0,.16);
  opacity:0;transform:translateY(-5px);transition:.25s ease;pointer-events:none;z-index:4
}
.is-lightbox-ready:hover::after,.is-lightbox-ready:focus-visible::after{opacity:1;transform:none}
.is-lightbox-ready:focus-visible{outline:3px solid #f57b2d;outline-offset:4px}

/* Galerie principale : grandes cartes régulières, faciles à parcourir. */
.gallery-full{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
  column-count:auto!important;
}
.gallery-full .gallery-item,
.gallery-full .gallery-item.wide,
.gallery-full .gallery-item:first-child,
.gallery-full .gallery-item:nth-child(n+2){
  display:block!important;width:auto!important;height:auto!important;margin:0!important;
  border:0!important;border-radius:var(--image-radius)!important;overflow:hidden!important;
  background:#18241f!important;box-shadow:var(--image-shadow)!important;
  transition:transform .3s ease,box-shadow .3s ease!important
}
.gallery-full .gallery-item:hover{transform:translateY(-6px);box-shadow:var(--image-shadow-hover)!important}
.gallery-full .gallery-item img{
  width:100%!important;height:clamp(260px,26vw,390px)!important;max-height:none!important;
  aspect-ratio:auto!important;object-fit:cover!important;object-position:center!important;background:#e9ece9!important;
  transform:scale(1.001)!important;transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .35s ease!important
}
.gallery-full .gallery-item:hover img{transform:scale(1.055)!important;filter:saturate(1.04) contrast(1.03)}
.gallery-full .gallery-item figcaption{
  position:absolute!important;inset:auto 0 0 0!important;display:block!important;padding:48px 18px 17px!important;
  color:#fff!important;background:linear-gradient(180deg,transparent,rgba(8,18,14,.88))!important;
  font-size:.92rem!important;line-height:1.45!important;font-weight:750!important;z-index:3!important
}
.gallery-full .gallery-item[hidden]{display:none!important}
.gallery-full .gallery-item:nth-child(7n+1){grid-column:span 2}
.gallery-full .gallery-item:nth-child(7n+1) img{height:clamp(310px,34vw,500px)!important}

/* Barre de filtres plus facile à comprendre et à utiliser. */
.gallery-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;position:sticky;top:88px;z-index:20;padding:14px;border-radius:18px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);box-shadow:0 14px 38px rgba(25,43,35,.10);margin-bottom:28px}
.gallery-toolbar [data-filter]{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:10px 14px;border-radius:999px;white-space:nowrap}
.gallery-toolbar .filter-count{display:inline-grid;place-items:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:rgba(23,62,52,.09);font-size:.72rem;font-weight:900}
.gallery-toolbar [data-filter].active .filter-count{background:rgba(255,255,255,.22)}

/* Galeries services : une grande image principale puis des cartes cohérentes. */
.service-gallery-five{
  display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important;grid-auto-rows:auto!important
}
.service-gallery-five .gallery-item,
.service-gallery-five .gallery-item:first-child,
.service-gallery-five .gallery-item:nth-child(n+2),
.service-gallery-five .gallery-item.wide{
  grid-column:span 1!important;grid-row:auto!important;height:auto!important;min-height:0!important;
  border-radius:var(--image-radius)!important;overflow:hidden!important;background:#1b2a24!important;
  box-shadow:var(--image-shadow)!important;transition:transform .3s ease,box-shadow .3s ease!important
}
.service-gallery-five .gallery-item:first-child{grid-column:span 2!important;grid-row:span 2!important}
.service-gallery-five .gallery-item:hover{transform:translateY(-5px);box-shadow:var(--image-shadow-hover)!important}
.service-gallery-five .gallery-item img,
.service-gallery-five .gallery-item:first-child img{
  width:100%!important;height:100%!important;min-height:280px!important;max-height:none!important;
  aspect-ratio:4/3!important;object-fit:cover!important;object-position:center!important;background:#e9ece9!important;
  transition:transform .55s ease,filter .35s ease!important
}
.service-gallery-five .gallery-item:first-child img{min-height:580px!important;aspect-ratio:auto!important}
.service-gallery-five .gallery-item:hover img{transform:scale(1.05);filter:saturate(1.04) contrast(1.03)}
.service-gallery-five .gallery-item figcaption{position:absolute!important;inset:auto 0 0 0!important;padding:44px 16px 16px!important;color:#fff!important;background:linear-gradient(transparent,rgba(7,18,14,.9))!important;z-index:3}

/* Études de cas : mosaïque nette et cohérente. */
.project-gallery{gap:20px!important}
.project-gallery-item{border-radius:var(--image-radius)!important;overflow:hidden!important;background:#16231e!important;box-shadow:var(--image-shadow);transition:.3s ease}
.project-gallery-item:hover{transform:translateY(-5px);box-shadow:var(--image-shadow-hover)}
.project-gallery-item img{width:100%!important;height:410px!important;min-height:0!important;max-height:none!important;object-fit:cover!important;object-position:center!important;background:#e9ece9!important;transition:transform .55s ease}
.project-gallery-item:hover img{transform:scale(1.045)}
.project-gallery-item figcaption{padding:14px 16px!important;background:#fff!important;font-weight:700!important;color:#384b43!important}

/* Cartes et bannières visuelles : recadrage maîtrisé et interaction douce. */
.featured-project-card,.service-project-card,.blog-card{overflow:hidden}
.featured-project-card img,.service-project-card img,.blog-card img{transition:transform .55s ease,filter .35s ease}
.featured-project-card:hover img,.service-project-card:hover img,.blog-card:hover img{transform:scale(1.045);filter:saturate(1.03)}

/* Lightbox premium : navigation, compteur, zoom et gestes tactiles. */
body.lightbox-open{overflow:hidden!important}
.premium-lightbox{padding:24px!important;background:rgba(4,10,8,.96)!important;backdrop-filter:blur(10px)}
.premium-lightbox .lightbox-stage{position:relative;width:min(1500px,100%);height:min(92vh,980px);display:grid;place-items:center}
.premium-lightbox .lightbox-figure{margin:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}
.premium-lightbox .lightbox-image-wrap{width:100%;min-height:0;flex:1;display:grid;place-items:center;overflow:auto;overscroll-behavior:contain}
.premium-lightbox img{width:auto!important;height:auto!important;max-width:94%!important;max-height:78vh!important;object-fit:contain!important;border-radius:16px!important;box-shadow:0 30px 100px rgba(0,0,0,.55)!important;opacity:.35;transform:scale(.985);transition:opacity .25s ease,transform .25s ease}
.premium-lightbox img.is-ready{opacity:1;transform:none}
.premium-lightbox.is-zoomed img{max-width:none!important;max-height:none!important;cursor:zoom-out}
.premium-lightbox .lightbox-caption{position:static!important;transform:none!important;max-width:900px!important;padding:9px 15px!important;border-radius:12px!important;background:rgba(255,255,255,.09)!important;color:#fff!important;font-weight:650!important;line-height:1.45}
.premium-lightbox .lightbox-close,.premium-lightbox .lightbox-nav,.premium-lightbox .lightbox-tools button{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);color:#fff;backdrop-filter:blur(10px);display:grid;place-items:center;cursor:pointer;transition:.2s ease}
.premium-lightbox .lightbox-close{top:0!important;right:0!important;width:50px!important;height:50px!important;font-size:inherit!important}
.premium-lightbox .lightbox-nav{position:absolute;z-index:6;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%}
.premium-lightbox .lightbox-prev{left:4px}.premium-lightbox .lightbox-next{right:4px}
.premium-lightbox .lightbox-nav:hover,.premium-lightbox .lightbox-close:hover,.premium-lightbox .lightbox-tools button:hover{background:#f57b2d;border-color:#f57b2d}
.premium-lightbox .lightbox-tools{position:absolute;right:70px;top:4px;display:flex;align-items:center;gap:10px;color:#fff}
.premium-lightbox .lightbox-tools button{width:44px;height:44px;border-radius:50%}
.premium-lightbox .lightbox-position{min-width:64px;text-align:center;font-weight:850;font-variant-numeric:tabular-nums}

/* Les grandes images de couverture gardent le sujet lisible. */
.hero-media img,.page-hero-media img,.project-hero>img,.cinematic-bg img,.trade-hero-visual>img{object-fit:cover!important;object-position:center 45%!important}

@media(max-width:1100px){
  .gallery-full{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .gallery-full .gallery-item:nth-child(7n+1){grid-column:span 1}
  .service-gallery-five{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .service-gallery-five .gallery-item:first-child{grid-column:1/-1!important;grid-row:auto!important}
  .service-gallery-five .gallery-item:first-child img{min-height:430px!important}
}
@media(max-width:720px){
  .gallery-toolbar{position:relative;top:auto;flex-wrap:nowrap;overflow-x:auto;padding:10px;margin-left:-4px;margin-right:-4px;scrollbar-width:none}
  .gallery-toolbar::-webkit-scrollbar{display:none}
  .gallery-full{grid-template-columns:1fr!important;gap:16px!important}
  .gallery-full .gallery-item:nth-child(7n+1){grid-column:span 1}
  .gallery-full .gallery-item img,.gallery-full .gallery-item:nth-child(7n+1) img{height:clamp(280px,78vw,430px)!important}
  .gallery-full .gallery-item figcaption{font-size:.88rem!important;padding:44px 15px 15px!important}
  .service-gallery-five{grid-template-columns:1fr!important;gap:16px!important}
  .service-gallery-five .gallery-item:first-child{grid-column:span 1!important}
  .service-gallery-five .gallery-item img,.service-gallery-five .gallery-item:first-child img{min-height:0!important;height:auto!important;aspect-ratio:4/3!important;object-fit:cover!important}
  .project-gallery{grid-template-columns:1fr!important;gap:16px!important}
  .project-gallery-item,.project-gallery-item:nth-child(1),.project-gallery-item:nth-child(6){grid-column:span 1!important}
  .project-gallery-item img{height:auto!important;aspect-ratio:4/3!important}
  .premium-lightbox{padding:10px!important;padding-bottom:82px!important}
  .premium-lightbox .lightbox-stage{height:calc(100svh - 92px)}
  .premium-lightbox img{max-width:100%!important;max-height:68svh!important;border-radius:10px!important}
  .premium-lightbox .lightbox-nav{top:auto;bottom:4px;transform:none;width:48px;height:48px}
  .premium-lightbox .lightbox-prev{left:8px}.premium-lightbox .lightbox-next{right:8px}
  .premium-lightbox .lightbox-tools{top:4px;right:62px}
  .premium-lightbox .lightbox-caption{font-size:.82rem!important;max-height:72px;overflow:auto}
  .is-lightbox-ready::after{opacity:1;width:36px;height:36px;right:10px;top:10px;font-size:20px}
}
@media(prefers-reduced-motion:reduce){
  .gallery-item,.gallery-item img,.project-gallery-item,.project-gallery-item img,.featured-project-card img{transition:none!important}
}

/* ============================================================
   V5.1 — LA GALERIE A SA PROPRE IDENTITE VISUELLE
   Contrairement aux cartes promotionnelles de l'accueil, les photos
   sont présentées comme un portfolio clair, calme et facile à parcourir.
   ============================================================ */
.gallery-section .gallery-full{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:28px 22px!important;
  align-items:start!important;
  column-count:initial!important;
}
.gallery-section .gallery-full .gallery-item,
.gallery-section .gallery-full .gallery-item:first-child,
.gallery-section .gallery-full .gallery-item:nth-child(n+2),
.gallery-section .gallery-full .gallery-item:nth-child(7n+1),
.gallery-section .gallery-full .gallery-item:nth-child(11n+1),
.gallery-section .gallery-full .gallery-item:nth-child(11n+7),
.gallery-section .gallery-full .gallery-item.wide{
  display:flex!important;
  flex-direction:column!important;
  grid-column:span 1!important;
  width:100%!important;
  height:auto!important;
  margin:0!important;
  overflow:hidden!important;
  border:1px solid #e4e9e6!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 12px 34px rgba(18,43,34,.08)!important;
  transform:none!important;
}
.gallery-section .gallery-full .gallery-item:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 20px 44px rgba(18,43,34,.13)!important;
}
.gallery-section .gallery-full .gallery-item img,
.gallery-section .gallery-full .gallery-item:nth-child(7n+1) img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:4/3!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:0!important;
  background:#eef1ef!important;
  transform:none!important;
}
.gallery-section .gallery-full .gallery-item:hover img{
  transform:scale(1.025)!important;
  filter:saturate(1.025) contrast(1.015)!important;
}
.gallery-section .gallery-full .gallery-item figcaption{
  position:static!important;
  inset:auto!important;
  display:block!important;
  min-height:92px!important;
  max-height:none!important;
  padding:15px 16px 17px!important;
  overflow:visible!important;
  border-top:1px solid #edf0ee!important;
  border-radius:0!important;
  background:#fff!important;
  color:#43544d!important;
  font-size:.86rem!important;
  line-height:1.45!important;
  text-shadow:none!important;
  backdrop-filter:none!important;
}
.gallery-section .gallery-full .gallery-item figcaption strong{
  display:block!important;
  margin:0 0 5px!important;
  color:#123d33!important;
  font-size:.82rem!important;
  font-weight:850!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
}
.gallery-section .gallery-full .gallery-item::before{
  background:none!important;
  opacity:0!important;
}
.gallery-section .gallery-full .gallery-item::after{
  background:rgba(14,98,89,.92)!important;
}
.gallery-toolbar .filter-count{display:none!important}
.gallery-count{white-space:nowrap}

@media(max-width:1000px){
  .gallery-section .gallery-full{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px 16px!important}
}
@media(max-width:620px){
  .gallery-section .gallery-full{grid-template-columns:1fr!important;gap:18px!important}
  .gallery-section .gallery-full .gallery-item img,
  .gallery-section .gallery-full .gallery-item:nth-child(7n+1) img{aspect-ratio:4/3!important;height:auto!important}
  .gallery-section .gallery-full .gallery-item figcaption{min-height:0!important;padding:14px 15px 16px!important;font-size:.84rem!important}
}


/* ============================================================
   V7 — IMAGES RESPONSIVES, CONTRASTES ET FINITIONS PREMIUM
   Audit global appliqué à toutes les pages.
   ============================================================ */
:root{
  --v7-radius:18px;
  --v7-shadow:0 14px 38px rgba(18,43,34,.10);
  --v7-shadow-hover:0 22px 52px rgba(18,43,34,.16);
  --v7-overlay:linear-gradient(90deg,rgba(6,19,15,.86) 0%,rgba(6,19,15,.62) 42%,rgba(6,19,15,.18) 75%,rgba(6,19,15,.04) 100%);
}

/* Filet de sécurité universel : aucune image ne déborde de son conteneur. */
.v7-responsive-images img,
.v7-responsive-images picture,
.v7-responsive-images video{max-width:100%;}
.v7-responsive-images img{display:block;height:auto;}
.v7-responsive-images figure{max-width:100%;}

/* Couvertures : hauteur élégante sur ordinateur, jamais gigantesque sur mobile. */
.page-hero{min-height:clamp(430px,62vh,690px)!important;overflow:hidden!important;}
.page-hero-media,.page-hero-media picture{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;}
.page-hero-media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 45%!important;}
.page-hero::before{background:var(--v7-overlay)!important;opacity:1!important;z-index:1!important;}
.page-hero-content{position:relative!important;z-index:2!important;color:#fff!important;text-shadow:0 2px 18px rgba(0,0,0,.30)!important;}
.page-hero-content h1,.page-hero-content h2,.page-hero-content p,.page-hero-content li,.page-hero-content .eyebrow,.page-hero-content a:not(.btn):not(.button){color:#fff!important;}
.page-hero-content .eyebrow{opacity:.92!important;}

.cinematic-home-hero{min-height:clamp(650px,92svh,900px)!important;}
.cinematic-bg,.cinematic-bg picture,.cinematic-bg img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;}
.cinematic-bg img{object-fit:cover!important;object-position:center 48%!important;}
.cinematic-home-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,17,14,.88),rgba(7,17,14,.60) 46%,rgba(7,17,14,.12) 82%);pointer-events:none;}
.cinematic-home-hero>*:not(.cinematic-bg){position:relative;z-index:2;}
.cinematic-home-hero h1,.cinematic-home-hero h2,.cinematic-home-hero p,.cinematic-home-hero li{color:#fff!important;}

/* Les images éditoriales ont une taille contrôlée et une lecture confortable. */
.media-frame,.before-after-montage,.before-after-media,.service-project-card,.blog-card{
  overflow:hidden!important;border-radius:var(--v7-radius)!important;box-shadow:var(--v7-shadow)!important;background:#eef2ef!important;
}
.media-frame{width:100%!important;max-height:620px!important;}
.media-frame img{width:100%!important;height:clamp(300px,48vw,620px)!important;object-fit:cover!important;object-position:center!important;}
.media-frame img.image-portrait{object-position:center 38%!important;}

/* Cartes services : photos visibles sans prendre toute la page. */
.service-card{height:100%;overflow:hidden;}
.service-card-media{aspect-ratio:4/3!important;min-height:0!important;max-height:310px!important;background:#e8ece9!important;}
.service-card-media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;}
.service-card:hover .service-card-media img{transform:scale(1.035)!important;}

/* Pages métier avec grande illustration organique. */
.trade-hero-visual{min-height:520px!important;max-height:680px!important;overflow:visible!important;}
.trade-hero-visual>img{width:min(78%,620px)!important;height:clamp(430px,55vw,620px)!important;object-fit:cover!important;object-position:center!important;}

/* Vignettes villes, projets et articles : hauteurs cohérentes. */
.city-card,.v3-project-tile,.featured-project-card,.project-card{overflow:hidden!important;border-radius:var(--v7-radius)!important;}
.city-card img{width:100%!important;height:230px!important;object-fit:cover!important;}
.v3-project-tile img,.featured-project-card img,.project-card img{width:100%!important;height:clamp(250px,28vw,390px)!important;object-fit:cover!important;object-position:center!important;}

/* Avant / après : équilibre visuel et boutons jamais superposés au contenu. */
.before-after-media img,.before-after-teaser img{width:100%!important;height:clamp(280px,36vw,480px)!important;object-fit:cover!important;object-position:center!important;}
.before-after-teaser figure{min-height:0!important;}
.before-after-teaser figcaption{color:#fff!important;background:rgba(8,20,16,.86)!important;text-shadow:none!important;}

/* Galerie d'accueil : aperçu éditorial distinct de la galerie complète. */
.gallery-preview{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;}
.gallery-preview .gallery-item,.gallery-preview .gallery-item.wide{grid-column:span 1!important;border-radius:16px!important;overflow:hidden!important;box-shadow:var(--v7-shadow)!important;}
.gallery-preview .gallery-item img{width:100%!important;height:270px!important;aspect-ratio:auto!important;object-fit:cover!important;}
.gallery-preview .gallery-item figcaption{position:absolute!important;left:0!important;right:0!important;bottom:0!important;min-height:0!important;padding:38px 14px 13px!important;background:linear-gradient(transparent,rgba(4,15,11,.88))!important;color:#fff!important;text-shadow:none!important;border:0!important;}
.gallery-preview .gallery-item figcaption strong{color:#fff!important;}

/* Galerie complète : portfolio clair, sans compteur par catégorie. */
.gallery-toolbar .filter-count{display:none!important;}
.gallery-count{font-weight:800!important;color:#123d33!important;}
.gallery-section .gallery-full .gallery-item{box-shadow:var(--v7-shadow)!important;}
.gallery-section .gallery-full .gallery-item:hover{box-shadow:var(--v7-shadow-hover)!important;}
.gallery-section .gallery-full .gallery-item img{height:clamp(245px,24vw,360px)!important;aspect-ratio:4/3!important;object-fit:cover!important;}
.gallery-section .gallery-full .gallery-item figcaption{background:#fff!important;color:#43544d!important;}
.gallery-section .gallery-full .gallery-item figcaption strong{color:#123d33!important;}

/* Galeries de services et réalisations : pas d'images démesurées. */
.service-gallery-five .gallery-item img{width:100%!important;height:clamp(240px,30vw,390px)!important;min-height:0!important;object-fit:cover!important;}
.service-gallery-five .gallery-item:first-child img{height:clamp(330px,42vw,520px)!important;min-height:0!important;}
.project-gallery-item img{width:100%!important;height:clamp(270px,31vw,430px)!important;object-fit:cover!important;}
.project-gallery-item figcaption{background:#fff!important;color:#2e433b!important;}

/* Contraste : sections sombres = texte clair, sections claires = texte foncé. */
.dark-section,.section-dark,.bg-dark,.cta-section,.footer,.site-footer,[class*="dark-bg"]{color:#fff;}
.dark-section h1,.dark-section h2,.dark-section h3,.dark-section p,.dark-section li,.dark-section a,
.section-dark h1,.section-dark h2,.section-dark h3,.section-dark p,.section-dark li,.section-dark a,
.bg-dark h1,.bg-dark h2,.bg-dark h3,.bg-dark p,.bg-dark li,.bg-dark a,
.cta-section h1,.cta-section h2,.cta-section h3,.cta-section p,.cta-section li,
.footer h1,.footer h2,.footer h3,.footer p,.footer li,.footer a,
.site-footer h1,.site-footer h2,.site-footer h3,.site-footer p,.site-footer li,.site-footer a{color:#fff!important;}

/* Responsive tablette. */
@media(max-width:1000px){
  .gallery-preview{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .trade-hero-visual{min-height:460px!important;}
  .trade-hero-visual>img{height:500px!important;}
  .media-frame img{height:clamp(300px,58vw,520px)!important;}
}

/* Responsive mobile complet. */
@media(max-width:720px){
  .page-hero{min-height:520px!important;display:flex!important;align-items:flex-end!important;}
  .page-hero::before{background:linear-gradient(180deg,rgba(5,16,12,.18) 0%,rgba(5,16,12,.66) 52%,rgba(5,16,12,.94) 100%)!important;}
  .page-hero-media img{object-position:center!important;}
  .page-hero-content{width:100%!important;padding-top:150px!important;padding-bottom:44px!important;}
  .page-hero-content h1{font-size:clamp(2rem,9.5vw,3rem)!important;line-height:1.03!important;}
  .page-hero-content p{font-size:1rem!important;line-height:1.55!important;}

  .cinematic-home-hero{min-height:760px!important;align-items:flex-end!important;}
  .cinematic-home-hero::after{background:linear-gradient(180deg,rgba(5,16,12,.14) 0%,rgba(5,16,12,.62) 47%,rgba(5,16,12,.96) 100%)!important;}
  .cinematic-bg img{object-position:58% center!important;}

  .media-frame{max-height:none!important;border-radius:14px!important;}
  .media-frame img{height:auto!important;max-height:460px!important;aspect-ratio:4/3!important;object-fit:cover!important;}

  .trade-hero-visual{min-height:410px!important;max-height:470px!important;margin-top:18px!important;}
  .trade-hero-visual>img{width:84%!important;height:410px!important;border-radius:30px!important;}
  .trade-rating{width:105px!important;height:105px!important;right:0!important;}
  .trade-location{width:125px!important;height:125px!important;left:0!important;bottom:2%!important;border-width:7px!important;}

  .services-grid{grid-template-columns:1fr!important;}
  .service-card-media{max-height:none!important;aspect-ratio:16/10!important;}
  .service-card-media img{height:100%!important;}

  .gallery-preview{grid-template-columns:1fr!important;gap:16px!important;}
  .gallery-preview .gallery-item img{height:clamp(245px,72vw,390px)!important;}

  .gallery-section .gallery-full .gallery-item img{height:auto!important;aspect-ratio:4/3!important;max-height:420px!important;}
  .service-gallery-five .gallery-item img,.service-gallery-five .gallery-item:first-child img{height:auto!important;aspect-ratio:4/3!important;max-height:420px!important;}
  .project-gallery-item img{height:auto!important;aspect-ratio:4/3!important;max-height:420px!important;}

  .city-card img{height:220px!important;}
  .v3-project-tile img,.featured-project-card img,.project-card img{height:auto!important;aspect-ratio:4/3!important;max-height:430px!important;}
  .before-after-media img,.before-after-teaser img{height:auto!important;aspect-ratio:4/3!important;max-height:420px!important;}
  .before-after-teaser{grid-template-columns:1fr!important;gap:14px!important;}
  .before-after-teaser>span{transform:rotate(90deg);justify-self:center;font-size:28px!important;}
}

@media(max-width:420px){
  .page-hero{min-height:500px!important;}
  .page-hero-content{padding-bottom:34px!important;}
  .gallery-preview .gallery-item img{height:280px!important;}
  .city-card img{height:200px!important;}
  .trade-hero-visual>img{height:360px!important;}
}


/* ============================================================
   V22 — corrections cartes, galeries, signature SkyWebis
   ============================================================ */
@media (min-width: 901px){
  .service-detail-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px!important;align-items:stretch!important}
  .service-detail-grid .service-card{position:relative!important;display:grid!important;grid-template-columns:62px minmax(0,1fr)!important;grid-template-rows:auto auto 1fr auto!important;column-gap:20px!important;row-gap:12px!important;min-height:360px!important;padding:34px 34px 30px!important;overflow:hidden!important;border-radius:24px!important}
  .service-detail-grid .service-card>span.material-symbols-rounded{position:static!important;grid-column:1!important;grid-row:1/3!important;align-self:start!important;display:grid!important;place-items:center!important;width:58px!important;height:58px!important;margin:0!important;border-radius:18px!important;font-size:29px!important;transform:none!important}
  .service-detail-grid .service-card h3{grid-column:2!important;grid-row:1!important;margin:2px 0 0!important;font-size:clamp(1.7rem,2vw,2.25rem)!important;line-height:1.1!important;overflow-wrap:anywhere!important}
  .service-detail-grid .service-card p{grid-column:2!important;grid-row:2!important;margin:0!important;line-height:1.65!important}
  .service-detail-grid .service-card ul{grid-column:1/-1!important;grid-row:3!important;margin:8px 0 0!important;padding-left:24px!important;line-height:1.7!important}
  .service-detail-grid .service-card>.text-link{grid-column:1/-1!important;grid-row:4!important;align-self:end!important;margin-top:10px!important}

  .city-grid{gap:22px!important}
  .city-card{display:flex!important;flex-direction:column!important;background:#fff!important;min-height:390px!important}
  .city-card img{height:255px!important;flex:0 0 255px!important;object-fit:cover!important}
  .city-card>div{position:static!important;display:flex!important;flex:1!important;flex-direction:column!important;justify-content:center!important;padding:22px 24px 24px!important;background:#fff!important;color:#17241f!important}
  .city-card>div:before{display:none!important}
  .city-card small,.city-card span{color:#b87813!important}
  .city-card h3{color:#17241f!important;margin:7px 0 0!important;line-height:1.2!important;text-shadow:none!important}

  .featured-project-card{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)!important;min-height:390px!important}
  .featured-project-card img{height:100%!important;min-height:390px!important}
  .featured-project-card>div{padding:38px!important}
}

/* Gallery cards: readable captions below images, consistent image ratios. */
.gallery-full{display:grid!important;column-count:initial!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;align-items:start!important}
.gallery-full .gallery-item,.gallery-full .gallery-item.wide,.gallery-full .gallery-item:first-child,.gallery-full .gallery-item:nth-child(n+2){display:flex!important;flex-direction:column!important;grid-column:auto!important;grid-row:auto!important;height:auto!important;margin:0!important;border-radius:18px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 14px 34px rgba(22,42,34,.10)!important}
.gallery-full .gallery-item img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:4/3!important;object-fit:cover!important;object-position:center!important}
.gallery-full .gallery-item figcaption{position:static!important;inset:auto!important;display:block!important;min-height:78px!important;padding:14px 16px 16px!important;background:#fff!important;color:#41524b!important;font-size:.84rem!important;line-height:1.45!important;overflow:visible!important;max-height:none!important;backdrop-filter:none!important;text-shadow:none!important}
.gallery-full .gallery-item figcaption strong{display:block!important;margin-bottom:4px!important;color:#0e6259!important;font-size:.72rem!important;letter-spacing:.05em!important;text-transform:uppercase!important}
.gallery-full .gallery-item:after{display:none!important}
.gallery-full .gallery-item:hover img{transform:scale(1.025)!important}

.skywebis-signature{display:flex;align-items:center;justify-content:center;gap:7px;padding:13px 16px 16px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.72);font-size:.82rem;text-align:center}
.skywebis-signature a{color:#fff;font-weight:800;text-decoration:none}
.skywebis-signature a:hover{text-decoration:underline}

@media (max-width:1200px){.gallery-full{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media (max-width:900px){
  .gallery-full{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .gallery-full .gallery-item figcaption{min-height:72px!important;padding:11px 12px 13px!important;font-size:.76rem!important}
}
@media (max-width:520px){
  .gallery-full{grid-template-columns:1fr!important;gap:15px!important}
  .gallery-full .gallery-item img{aspect-ratio:4/3!important}
  .gallery-full .gallery-item figcaption{min-height:0!important;font-size:.82rem!important}
}


/* =========================================================
   V23 — GALERIE MOBILE COMPACTE ET LISIBLE
   Toutes les photos restent disponibles, sans cartes géantes.
   ========================================================= */
.gallery-page .gallery-section {
  overflow: hidden;
}

.gallery-page .gallery-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-page .gallery-full .gallery-item figcaption strong {
  display: block;
  margin-bottom: 4px;
}

@media (max-width: 720px) {
  .gallery-page .gallery-section {
    padding-top: 28px;
  }

  .gallery-page .gallery-intro-bar {
    display: grid !important;
    gap: 12px;
    padding: 18px !important;
    border-radius: 16px;
  }

  .gallery-page .gallery-intro-bar h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.12;
  }

  .gallery-page .gallery-count {
    width: max-content;
    max-width: 100%;
    font-size: .82rem;
  }

  .gallery-page .gallery-toolbar {
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    padding: 4px 2px 12px;
    margin-bottom: 18px;
    scrollbar-width: none;
  }

  .gallery-page .gallery-toolbar::-webkit-scrollbar {
    display: none;
  }

  .gallery-page .gallery-toolbar .filter-btn {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 10px 15px;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .gallery-page .gallery-full {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    column-count: initial !important;
    column-gap: 0 !important;
  }

  .gallery-page .gallery-full .gallery-item,
  .gallery-page .gallery-full .gallery-item:first-child,
  .gallery-page .gallery-full .gallery-item:nth-child(n+2),
  .gallery-page .gallery-full .gallery-item.wide {
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 14px !important;
    min-width: 0;
    break-inside: auto;
  }

  .gallery-page .gallery-full .gallery-item img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    object-position: center !important;
    background: #eceeea;
  }

  .gallery-page .gallery-full .gallery-item figcaption {
    display: block !important;
    min-height: 70px;
    padding: 10px 11px 12px !important;
    font-size: .72rem;
    line-height: 1.35;
  }

  .gallery-page .gallery-full .gallery-item figcaption strong {
    font-size: .74rem;
    line-height: 1.25;
    margin-bottom: 3px;
  }

  .gallery-page .realization-showcase,
  .gallery-page .issy-project-intro {
    margin-block: 26px;
  }

  .gallery-page .featured-projects-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 370px) {
  .gallery-page .gallery-full {
    gap: 9px !important;
  }

  .gallery-page .gallery-full .gallery-item figcaption {
    min-height: 64px;
    padding: 9px !important;
    font-size: .67rem;
  }

  .gallery-page .gallery-full .gallery-item figcaption strong {
    font-size: .69rem;
  }
}


/* V24 — normalisation globale des pages, en-têtes et pieds de page */
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:38px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.68);font-size:.82rem}
.footer-bottom>span:last-child{display:flex;flex-wrap:wrap;gap:18px}
.footer-bottom a{color:rgba(255,255,255,.82);text-decoration:none}
.footer-bottom a:hover{color:#fff;text-decoration:underline}
.legal-content{max-width:980px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:24px;padding:clamp(24px,4vw,52px);box-shadow:0 18px 48px rgba(30,35,30,.08)}
.legal-content h2{font-size:clamp(1.35rem,2.5vw,2rem);margin:30px 0 12px;line-height:1.2}
.legal-content h2:first-child{margin-top:0}
.legal-content p{font-size:1rem;line-height:1.75;overflow-wrap:anywhere}
.legal-content a{overflow-wrap:anywhere}
@media(max-width:1080px){
 .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .footer-about{grid-column:1/-1}
}
@media(max-width:720px){
 .site-footer{padding:42px 0 24px!important}
 .footer-grid{grid-template-columns:1fr!important;gap:28px!important}
 .footer-about{grid-column:auto}
 .footer-grid>div{min-width:0}
 .footer-grid strong,.footer-grid span{font-size:.98rem;margin-bottom:10px}
 .footer-grid p,.footer-grid a{font-size:.9rem;line-height:1.55;overflow-wrap:anywhere}
 .footer-bottom{align-items:flex-start;flex-direction:column;gap:12px;margin-top:28px;padding-top:18px}
 .footer-bottom>span:last-child{gap:14px}
 .skywebis-signature{padding:16px 18px 4px;font-size:.78rem;flex-wrap:wrap}
 .legal-content{padding:22px 18px;border-radius:18px}
 .legal-content h2{font-size:1.35rem}
 .legal-content p{font-size:.94rem;line-height:1.65}
}

/* =========================================================
   V25 — CORRECTION GLOBALE DES CARTES ET DES CHEVAUCHEMENTS
   ========================================================= */
.services-grid,.service-grid,.service-detail-grid{align-items:stretch!important}
.services-grid .service-card,.service-grid .service-card,.service-detail-grid .service-card{position:relative!important;display:flex!important;flex-direction:column!important;min-width:0!important;min-height:300px!important;height:100%!important;padding:30px!important;gap:0!important;overflow:hidden!important;border-radius:22px!important;background:#fff!important;border:1px solid rgba(30,65,54,.10)!important;box-shadow:0 16px 42px rgba(22,42,34,.08)!important;transform:none!important}
.services-grid .service-card::before,.service-grid .service-card::before,.service-detail-grid .service-card::before{display:none!important}
.services-grid .service-card>span.material-symbols-rounded,.service-grid .service-card>span.material-symbols-rounded,.service-detail-grid .service-card>span.material-symbols-rounded{position:static!important;inset:auto!important;order:0!important;display:grid!important;place-items:center!important;flex:0 0 auto!important;width:54px!important;height:54px!important;margin:0 0 20px!important;padding:0!important;color:#fff!important;background:#11756b!important;border-radius:17px!important;box-shadow:0 10px 24px rgba(17,117,107,.20)!important;font-size:28px!important;line-height:1!important;transform:none!important}
.services-grid .service-card .service-card-media,.service-grid .service-card .service-card-media,.service-detail-grid .service-card .service-card-media{order:-1!important;width:calc(100% + 60px)!important;max-width:none!important;margin:-30px -30px 24px!important;border-radius:22px 22px 0 0!important;aspect-ratio:16/10!important;min-height:0!important;overflow:hidden!important}
.services-grid .service-card .service-card-media img,.service-grid .service-card .service-card-media img,.service-detail-grid .service-card .service-card-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
.services-grid .service-card h3,.service-grid .service-card h3,.service-detail-grid .service-card h3{position:static!important;order:1!important;margin:0 0 12px!important;color:#493e34!important;font-size:clamp(1.55rem,2vw,2rem)!important;line-height:1.15!important;overflow-wrap:anywhere!important}
.services-grid .service-card p,.service-grid .service-card p,.service-detail-grid .service-card p{order:2!important;margin:0 0 15px!important;color:#5d6b65!important;font-size:1rem!important;line-height:1.65!important;overflow-wrap:anywhere!important}
.services-grid .service-card ul,.service-grid .service-card ul,.service-detail-grid .service-card ul{order:3!important;margin:3px 0 20px!important;padding-left:1.25rem!important;color:#53615b!important;line-height:1.65!important}
.services-grid .service-card>.text-link,.service-grid .service-card>.text-link,.service-detail-grid .service-card>.text-link{position:static!important;order:4!important;align-self:flex-start!important;margin:auto 0 0!important;padding-top:15px!important;font-weight:800!important}
@media(min-width:1081px){.services-grid .service-card:nth-child(1),.services-grid .service-card:nth-child(6){grid-column:auto!important;display:flex!important;grid-template-columns:none!important;grid-template-rows:none!important;padding:30px!important}.services-grid .service-card:nth-child(1) .service-card-media,.services-grid .service-card:nth-child(6) .service-card-media{height:auto!important;min-height:0!important;margin:-30px -30px 24px!important;aspect-ratio:16/10!important}.services-grid .service-card:nth-child(1)>span,.services-grid .service-card:nth-child(6)>span,.services-grid .service-card:nth-child(1) h3,.services-grid .service-card:nth-child(6) h3,.services-grid .service-card:nth-child(1) p,.services-grid .service-card:nth-child(6) p,.services-grid .service-card:nth-child(1) ul,.services-grid .service-card:nth-child(6) ul,.services-grid .service-card:nth-child(1)>.text-link,.services-grid .service-card:nth-child(6)>.text-link{margin-left:0!important;margin-right:0!important}.services-grid .service-card:nth-child(1) h3,.services-grid .service-card:nth-child(6) h3{margin-top:0!important;margin-bottom:12px!important}}
@media(max-width:900px){.services-grid,.service-grid,.service-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}.services-grid .service-card,.service-grid .service-card,.service-detail-grid .service-card{min-height:280px!important;padding:24px!important;border-radius:18px!important}.services-grid .service-card .service-card-media,.service-grid .service-card .service-card-media,.service-detail-grid .service-card .service-card-media{width:calc(100% + 48px)!important;margin:-24px -24px 21px!important;border-radius:18px 18px 0 0!important}}
@media(max-width:640px){.services-grid,.service-grid,.service-detail-grid{grid-template-columns:1fr!important;gap:15px!important}.services-grid .service-card,.service-grid .service-card,.service-detail-grid .service-card{min-height:0!important;padding:21px!important;border-radius:17px!important}.services-grid .service-card>span.material-symbols-rounded,.service-grid .service-card>span.material-symbols-rounded,.service-detail-grid .service-card>span.material-symbols-rounded{width:48px!important;height:48px!important;margin-bottom:16px!important;border-radius:15px!important;font-size:25px!important}.services-grid .service-card .service-card-media,.service-grid .service-card .service-card-media,.service-detail-grid .service-card .service-card-media{width:calc(100% + 42px)!important;margin:-21px -21px 19px!important;border-radius:17px 17px 0 0!important;aspect-ratio:4/3!important}.services-grid .service-card h3,.service-grid .service-card h3,.service-detail-grid .service-card h3{font-size:1.45rem!important}.services-grid .service-card p,.service-grid .service-card p,.service-detail-grid .service-card p{font-size:.96rem!important}}
[id]{scroll-margin-top:150px}main,section,.container,article,figure{min-width:0}h1,h2,h3,h4,p,li,a{overflow-wrap:anywhere}

/* =========================================================
   V26 — RECETTE QUALITE GLOBALE
   ========================================================= */
html{overflow-x:hidden;scroll-behavior:smooth}
body{overflow-x:hidden}
img,video,iframe{max-width:100%;height:auto}
.service-card,.trade-card,.city-card,.project-card,.info-card,.proof-card{min-width:0;overflow:hidden}
.service-card h2,.service-card h3,.trade-card h2,.trade-card h3,.city-card h2,.city-card h3,.project-card h2,.project-card h3{overflow-wrap:anywhere}
.service-card .material-symbols-rounded,.trade-card .material-symbols-rounded{position:static!important;display:inline-flex!important;flex:0 0 auto;margin:0 0 .75rem}
.footer-grid{align-items:start}
.footer-grid>div{min-width:0}
.footer-grid a{overflow-wrap:anywhere}
.skywebis-signature{padding:14px 20px;text-align:center;border-top:1px solid rgba(255,255,255,.12)}
.skywebis-signature a{font-weight:700;text-decoration:underline;text-underline-offset:3px}
.legal-content{max-width:900px}
.legal-content h2{margin-top:2rem}
.legal-content p,.legal-content li{line-height:1.75}

@media (max-width:1024px){
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px!important}
  .service-grid,.trade-grid,.city-grid,.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:720px){
  .container{width:min(100% - 32px,var(--container,1200px))}
  .section{padding-top:54px;padding-bottom:54px}
  .page-hero-content h1,.hero-content h1{font-size:clamp(2rem,10vw,3rem);line-height:1.08;overflow-wrap:anywhere}
  .page-hero-content p,.hero-content p{font-size:1rem;line-height:1.65}
  .service-grid,.trade-grid,.city-grid,.project-grid,.footer-grid{grid-template-columns:1fr!important}
  .service-card,.trade-card,.city-card,.project-card,.info-card,.proof-card{padding:22px!important}
  .service-card .btn,.trade-card .btn,.city-card .btn,.project-card .btn{width:100%;justify-content:center}
  .footer-grid{gap:24px!important}
  .footer-bottom{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:10px!important}
  .footer-bottom span:last-child{display:flex;flex-wrap:wrap;gap:12px}
  .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .gallery-card{min-width:0!important}
  .gallery-card img{aspect-ratio:4/3!important;object-fit:cover!important;width:100%!important}
  .gallery-card figcaption{font-size:.82rem!important;line-height:1.35!important;padding:10px!important}
  form .form-grid{grid-template-columns:1fr!important}
  .btn-row,.hero-actions,.cta-actions{flex-direction:column;align-items:stretch}
  .btn-row .btn,.hero-actions .btn,.cta-actions .btn{width:100%;justify-content:center}
}
@media (max-width:380px){
  .container{width:min(100% - 24px,var(--container,1200px))}
  .gallery-grid{grid-template-columns:1fr!important}
}


/* V26 CLIENT FINAL - curated gallery and legal polish */
.gallery-projects-section{padding-top:1.5rem}
.gallery-project-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}
.gallery-project-groups .featured-project-card img{aspect-ratio:16/10;object-fit:cover;width:100%}
.legal-content h2{margin-top:2rem}
.legal-content a{overflow-wrap:anywhere}
@media(max-width:760px){.gallery-project-groups{grid-template-columns:1fr}.gallery-project-groups .featured-project-card img{aspect-ratio:4/3}}


/* V28 - confiance, conversion et cohérence visuelle */
:root{--cta:#f29b22;--cta-dark:#c86f08;--section-space:clamp(64px,7vw,112px)}
.section{padding-block:var(--section-space)}
.btn-primary,.cinematic-btn-primary,.cinematic-card-primary,.desktop-quote-float{
  background:linear-gradient(135deg,var(--cta),#ffb23e)!important;color:#171814!important;border-color:transparent!important;
  box-shadow:0 14px 34px rgba(242,155,34,.28);font-weight:900;
}
.btn-primary:hover,.cinematic-btn-primary:hover,.cinematic-card-primary:hover:hover,.desktop-quote-float:hover{transform:translateY(-2px);filter:saturate(1.08);box-shadow:0 18px 42px rgba(242,155,34,.38)}
.reveal{transition:opacity .55s ease,transform .55s cubic-bezier(.2,.7,.2,1)}
.service-card,.guarantee-card,.city-card,.featured-project-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.service-card:hover,.guarantee-card:hover,.city-card:hover,.featured-project-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(23,24,20,.14)}

.global-trust-section{padding:clamp(52px,6vw,88px) 0;background:#fff;border-block:1px solid var(--line)}
.global-trust-head{text-align:center;max-width:850px;margin:0 auto 32px}.global-trust-head h2{margin:.35rem 0 .7rem;font-size:clamp(1.75rem,3vw,2.8rem)}
.global-trust-grid{display:grid;grid-template-columns:1.15fr .9fr .9fr;gap:18px;align-items:stretch}
.global-trust-card{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:22px;display:flex;flex-direction:column;justify-content:center;min-height:230px}
.global-trust-card img{width:100%;height:130px;object-fit:contain;margin-bottom:16px}.global-trust-card strong{font-size:1.06rem}.global-trust-card p{margin:.45rem 0 0;color:var(--muted);font-size:.91rem}
.global-trust-card.experience{background:linear-gradient(145deg,var(--forest-dark),var(--forest));color:#fff;align-items:flex-start}.global-trust-card.experience strong{font-size:clamp(2rem,4vw,3.8rem);line-height:1}.global-trust-card.experience p{color:rgba(255,255,255,.82)}

.mobile-contact-float{display:none}
.insurance-showcase{background:#fff}.insurance-showcase-grid{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:22px;align-items:stretch}
.insurance-visual-card,.insurance-details-card{margin:0;padding:24px;background:var(--paper);border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 50px rgba(23,24,20,.08)}
.insurance-visual-card img{height:220px;object-fit:contain}.insurance-visual-card figcaption{display:grid;gap:5px;margin-top:16px}.insurance-visual-card span,.insurance-details-card p,.insurance-details-card li{color:var(--muted)}
.insurance-details-card>.material-symbols-rounded{font-size:2.3rem;color:var(--forest)}.insurance-details-card h3{margin:.55rem 0}.insurance-details-card h4{margin:1.2rem 0 .45rem}.insurance-details-card ul{padding-left:1.15rem}.insurance-note{padding:12px 14px;background:#fff;border-left:4px solid var(--cta)}

@media(max-width:1180px){.global-trust-grid,.insurance-showcase-grid{grid-template-columns:1fr 1fr}.insurance-details-card{grid-row:span 2}}
@media(max-width:760px){
  body{padding-bottom:18px}.section{padding-block:56px}.global-trust-grid,.insurance-showcase-grid{grid-template-columns:1fr}.insurance-details-card{grid-row:auto}.global-trust-card{min-height:auto}.global-trust-card img{height:105px}.insurance-visual-card img{height:160px}
  .mobile-contact-float{position:fixed;z-index:125;right:14px;left:auto;bottom:14px;display:flex;align-items:center;gap:9px;padding:0;background:transparent;border:0;box-shadow:none;backdrop-filter:none}
  .mobile-contact-float a{width:52px;height:52px;min-height:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:0;text-decoration:none;border:2px solid rgba(255,255,255,.92);box-shadow:0 10px 26px rgba(15,35,29,.28);transition:transform .2s ease,box-shadow .2s ease}
  .mobile-contact-float a:active{transform:scale(.94)}
  .mobile-contact-float .material-symbols-rounded{font-size:24px;line-height:1}
  .mobile-contact-float .mobile-call{background:var(--forest);color:#fff}.mobile-contact-float .mobile-whatsapp{background:#25d366;color:#102116}
  .desktop-quote-float{display:none!important}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* V28.1 - galerie complète des photos client */
.gallery-all-client{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:start}
.gallery-all-client .gallery-item{margin:0;border-radius:16px;overflow:hidden;background:#fff;border:1px solid rgba(14,98,89,.12);box-shadow:0 10px 28px rgba(13,50,45,.08)}
.gallery-all-client .gallery-item img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:#edf1ef}
.gallery-all-client .gallery-item figcaption{display:grid;gap:4px;padding:13px 14px;min-height:82px}
.gallery-all-client .gallery-item figcaption strong{font-size:.9rem;color:var(--forest-dark)}
.gallery-all-client .gallery-item figcaption span{font-size:.8rem;line-height:1.4;color:var(--muted)}
.gallery-load-more-wrap{display:grid;justify-items:center;gap:10px;margin-top:34px}.gallery-load-more{min-width:240px}.gallery-progress{margin:0;color:var(--muted);font-size:.9rem}
.gallery-item[data-gallery-hidden="true"]{display:none!important}
@media(max-width:980px){.gallery-all-client{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:680px){.gallery-all-client{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.gallery-all-client .gallery-item{border-radius:12px}.gallery-all-client .gallery-item figcaption{padding:10px;min-height:70px}.gallery-all-client .gallery-item figcaption span{font-size:.74rem}.gallery-toolbar{display:flex;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px;scrollbar-width:thin}.gallery-toolbar .filter-btn{flex:0 0 auto}}
@media(max-width:380px){.gallery-all-client{grid-template-columns:1fr}}

/* =========================================================
   V28.2 — PIED DE PAGE PREMIUM ET RESPONSIVE
   ========================================================= */
.site-footer{
  padding:64px 0 0!important;
  background:#171a15!important;
  border-top:1px solid rgba(255,255,255,.08);
}
.site-footer>.container{
  width:min(1420px,calc(100% - 64px));
  max-width:none;
}
.footer-grid{
  display:grid!important;
  grid-template-columns:minmax(260px,1.35fr) minmax(165px,.8fr) minmax(245px,1.08fr) minmax(150px,.72fr) minmax(170px,.8fr)!important;
  gap:clamp(34px,4vw,72px)!important;
  align-items:start!important;
  padding-bottom:42px;
}
.footer-grid>div{min-width:0}
.footer-grid strong,
.footer-grid span{
  margin:0 0 16px!important;
  color:#f3a51f!important;
  font-size:.92rem!important;
  line-height:1.25;
  letter-spacing:.01em;
}
.footer-grid p,
.footer-grid a{
  color:rgba(255,255,255,.8)!important;
  font-size:.94rem!important;
  line-height:1.65!important;
}
.footer-grid p{margin:0 0 15px;max-width:34ch}
.footer-grid a{
  width:fit-content;
  max-width:100%;
  margin-top:9px!important;
  text-decoration:none;
  overflow-wrap:normal!important;
  word-break:normal!important;
  transition:color .2s ease,transform .2s ease;
}
.footer-grid a:hover{color:#fff!important;transform:translateX(3px)}
.footer-grid>div:nth-child(3) a[href^="mailto:"]{
  white-space:nowrap;
  font-size:.88rem!important;
}
.footer-map{max-width:30ch!important}
.footer-bottom{
  width:min(1420px,calc(100% - 64px));
  max-width:none;
  margin:0 auto!important;
  padding:22px 0!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  color:rgba(255,255,255,.62)!important;
}
.footer-bottom a{color:rgba(255,255,255,.78)!important}
.skywebis-signature{
  margin-top:0;
  padding:15px 24px 18px!important;
  background:rgba(0,0,0,.14);
  border-top:1px solid rgba(255,255,255,.08)!important;
  color:rgba(255,255,255,.65)!important;
}
.skywebis-signature a{color:#fff!important;text-underline-offset:3px}
@media(max-width:1180px){
  .site-footer>.container,.footer-bottom{width:min(100% - 48px,1100px)}
  .footer-grid{grid-template-columns:1.25fr 1fr 1.15fr!important;gap:38px 48px!important}
  .footer-grid>div:nth-child(4),.footer-grid>div:nth-child(5){grid-column:auto}
}
@media(max-width:820px){
  .site-footer{padding-top:48px!important}
  .site-footer>.container,.footer-bottom{width:calc(100% - 36px)}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:34px!important;padding-bottom:34px}
  .footer-grid>div:first-child{grid-column:1/-1}
  .footer-grid>div:nth-child(3) a[href^="mailto:"]{white-space:normal;overflow-wrap:anywhere!important}
}
@media(max-width:560px){
  .site-footer>.container,.footer-bottom{width:calc(100% - 28px)}
  .footer-grid{grid-template-columns:1fr!important;gap:28px!important}
  .footer-grid>div:first-child{grid-column:auto}
  .footer-grid p,.footer-grid a{font-size:.91rem!important}
  .footer-bottom{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}
  .skywebis-signature{font-size:.78rem!important}
}

/* V30 — boutons de contact mobiles compacts */
@media(max-width:380px){
  .mobile-contact-float{right:10px;bottom:10px;gap:7px}
  .mobile-contact-float a{width:48px;height:48px}
  .mobile-contact-float .material-symbols-rounded{font-size:22px}
}


/* =========================================================
   V32.1 — FONDATIONS PREMIUM : ACCUEIL, CONVERSION, RESPONSIVE
   ========================================================= */
:root{
  --v32-ink:#17231f;
  --v32-muted:#5d6b65;
  --v32-green:#0f675e;
  --v32-green-deep:#094a44;
  --v32-orange:#f2a11c;
  --v32-cream:#f7f4ee;
  --v32-line:rgba(15,103,94,.14);
  --v32-shadow:0 22px 60px rgba(19,42,34,.11);
}
html{scroll-behavior:smooth}
body{font-kerning:normal;text-rendering:optimizeLegibility}
main{overflow:clip}
.site-header{backdrop-filter:saturate(130%) blur(16px);-webkit-backdrop-filter:saturate(130%) blur(16px)}
.nav-menu>a,.nav-item>a{position:relative}
.nav-menu>a::after,.nav-item>a::after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;border-radius:9px;background:var(--v32-orange);transform:scaleX(0);transform-origin:center;transition:transform .22s ease}
.nav-menu>a:hover::after,.nav-menu>a.active::after,.nav-item:hover>a::after{transform:scaleX(1)}
.cinematic-home-hero{min-height:clamp(680px,88vh,900px)}
.cinematic-overlay{background:linear-gradient(90deg,rgba(7,23,19,.9) 0%,rgba(7,23,19,.73) 45%,rgba(7,23,19,.22) 76%,rgba(7,23,19,.08) 100%)}
.cinematic-copy{max-width:790px}
.cinematic-copy h1{max-width:15ch;font-size:clamp(2.7rem,5vw,5.25rem);line-height:.99;letter-spacing:-.045em;text-wrap:balance}
.cinematic-subtitle{max-width:64ch;font-size:clamp(1.03rem,1.5vw,1.28rem);line-height:1.75}
.cinematic-project-card{border:1px solid rgba(255,255,255,.22);box-shadow:0 26px 90px rgba(0,0,0,.28)}
.v32-proof-strip{position:relative;z-index:4;background:#fff;border-bottom:1px solid var(--v32-line)}
.v32-proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
.v32-proof-grid article{display:flex;align-items:center;gap:14px;min-width:0;padding:25px 22px;border-right:1px solid var(--v32-line)}
.v32-proof-grid article:first-child{padding-left:0}.v32-proof-grid article:last-child{border-right:0;padding-right:0}
.v32-proof-grid .material-symbols-rounded{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:15px;background:rgba(15,103,94,.09);color:var(--v32-green);font-size:25px}
.v32-proof-grid strong,.v32-proof-grid small{display:block}.v32-proof-grid strong{color:var(--v32-ink);font-size:.96rem;line-height:1.3}.v32-proof-grid small{margin-top:3px;color:var(--v32-muted);font-size:.79rem;line-height:1.45}
.section-head h2{text-wrap:balance}
.services-grid{gap:24px!important}
.services-grid .service-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important}
.services-grid .service-card:hover{transform:translateY(-7px)!important;box-shadow:0 28px 65px rgba(22,42,34,.14)!important;border-color:rgba(15,103,94,.25)!important}
.services-grid .service-card .service-card-media{background:#e8ece9}
.featured-projects-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important}
.featured-project-card{min-width:0;overflow:hidden;border:1px solid var(--v32-line);border-radius:24px;background:#fff;box-shadow:0 16px 44px rgba(22,42,34,.08);transition:transform .25s ease,box-shadow .25s ease}
.featured-project-card:hover{transform:translateY(-6px);box-shadow:var(--v32-shadow)}
.featured-project-card img{width:100%;aspect-ratio:16/10;object-fit:cover;background:#e7ebe8}
.featured-project-card>div{padding:24px}.featured-project-card h3{margin:.45rem 0 .65rem;color:var(--v32-ink);font-size:1.35rem}.featured-project-card p{min-height:4.9em;color:var(--v32-muted);line-height:1.65}.featured-project-card span{color:var(--v32-green);font-weight:800;font-size:.77rem;text-transform:uppercase;letter-spacing:.08em}.featured-project-card strong{color:var(--v32-green);font-size:.9rem}
.v32-expertise-section{background:linear-gradient(135deg,#f7f4ee,#fff)}
.v32-expertise-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.v32-expertise-grid article{position:relative;min-height:245px;padding:28px;border:1px solid rgba(73,62,52,.1);border-radius:22px;background:rgba(255,255,255,.88);box-shadow:0 14px 38px rgba(35,43,38,.06)}
.v32-expertise-grid article>span{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--v32-green);color:#fff;font-weight:800}.v32-expertise-grid h3{margin:24px 0 11px;color:var(--v32-ink);font-size:1.25rem}.v32-expertise-grid p{margin:0;color:var(--v32-muted);line-height:1.7}
.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:3px solid rgba(15,103,94,.16);border-color:var(--v32-green)}
.desktop-quote-float{box-shadow:0 16px 40px rgba(8,55,50,.24)!important}
@media(max-width:1100px){.v32-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.v32-proof-grid article:nth-child(2){border-right:0}.v32-proof-grid article:nth-child(-n+2){border-bottom:1px solid var(--v32-line)}.v32-proof-grid article{padding:20px}.featured-projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.v32-expertise-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.cinematic-home-hero{min-height:760px}.cinematic-overlay{background:linear-gradient(180deg,rgba(7,23,19,.76),rgba(7,23,19,.88))}.cinematic-copy h1{max-width:18ch;font-size:clamp(2.35rem,11vw,3.5rem)}.cinematic-actions{display:grid;grid-template-columns:1fr}.cinematic-actions .btn{width:100%;justify-content:center}.v32-proof-grid{grid-template-columns:1fr}.v32-proof-grid article,.v32-proof-grid article:nth-child(2){border-right:0;border-bottom:1px solid var(--v32-line);padding:17px 0}.v32-proof-grid article:last-child{border-bottom:0}.featured-projects-grid{grid-template-columns:1fr!important}.featured-project-card p{min-height:0}.v32-expertise-grid{grid-template-columns:1fr}.v32-expertise-grid article{min-height:0;padding:23px}.section{padding-top:64px!important;padding-bottom:64px!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.service-card,.featured-project-card{transition:none!important}.service-card:hover,.featured-project-card:hover{transform:none!important}}


/* V32.2 — Refonte complète des pages services */
.v32-service-main{overflow:hidden;background:#fff}.v32-service-main .lead{font-size:clamp(1.08rem,1.7vw,1.28rem);line-height:1.7;color:#dce9e6;max-width:720px}.v32-service-hero{padding:clamp(72px,8vw,120px) 0;background:linear-gradient(125deg,#083f3a 0%,#0e6259 58%,#177d70 100%);color:#fff;position:relative}.v32-service-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 10%,rgba(255,255,255,.12),transparent 34%);pointer-events:none}.v32-service-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(36px,6vw,80px);align-items:center;position:relative}.v32-service-hero h1{font-size:clamp(2.25rem,5vw,4.4rem);line-height:1.04;letter-spacing:-.045em;margin:.45rem 0 1.35rem;color:#fff}.v32-benefits{display:flex;flex-wrap:wrap;gap:12px 22px;padding:0;margin:26px 0;list-style:none}.v32-benefits li{display:flex;align-items:center;gap:7px;font-size:.94rem;font-weight:700}.v32-benefits .material-symbols-rounded{font-size:20px;color:#f3b65c}.v32-hero-actions{display:flex;flex-wrap:wrap;gap:12px}.v32-service-hero .btn-secondary{border:1px solid rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.08)}.v32-service-hero-media{margin:0;position:relative;border-radius:26px;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.28);min-height:480px}.v32-service-hero-media img{width:100%;height:100%;min-height:480px;object-fit:cover;display:block}.v32-service-hero-media figcaption{position:absolute;left:18px;right:18px;bottom:18px;padding:16px 18px;border-radius:16px;background:rgba(4,37,34,.84);backdrop-filter:blur(12px);display:flex;justify-content:space-between;gap:15px;align-items:center}.v32-service-hero-media figcaption strong{font-size:1rem}.v32-service-hero-media figcaption span{font-size:.84rem;color:#dce9e6}.v32-two-cols{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(35px,7vw,100px);align-items:start}.v32-two-cols h2,.v32-technical-copy h2,.v32-faq-grid h2{font-size:clamp(2rem,3.7vw,3.15rem);line-height:1.12;letter-spacing:-.035em;margin:.35rem 0}.v32-two-cols p,.v32-technical-copy p,.v32-faq-grid>div>p{font-size:1.04rem;line-height:1.8;color:#4f625f}.v32-scope-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.v32-scope-grid article{background:#fff;border:1px solid #e2ebe8;border-radius:18px;padding:22px;display:flex;gap:12px;align-items:flex-start;min-height:110px;box-shadow:0 10px 30px rgba(8,63,58,.05)}.v32-scope-grid span{color:#0e6259;background:#eaf5f2;border-radius:50%;padding:5px;font-size:19px}.v32-scope-grid p{margin:2px 0 0;font-weight:700;line-height:1.5;color:#183f3a}.v32-technical-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:clamp(35px,6vw,80px);align-items:start}.v32-technical-copy h3{font-size:1.35rem;margin:28px 0 12px}.v32-check-list{padding:0;list-style:none;display:grid;gap:10px}.v32-check-list li{position:relative;padding-left:26px;color:#314d49}.v32-check-list li:before{content:"check";font-family:"Material Symbols Rounded";position:absolute;left:0;color:#0e6259;font-size:19px}.v32-trust-card{background:#f3f8f6;border:1px solid #dbe9e5;border-radius:24px;padding:28px;box-shadow:0 20px 50px rgba(8,63,58,.08)}.v32-trust-card img{width:100%;max-height:150px;object-fit:contain;background:#fff;border-radius:15px;padding:10px}.v32-trust-card h3{font-size:1.45rem;margin:22px 0 8px}.v32-trust-card p{line-height:1.7;color:#536b67}.v32-trust-card a{display:inline-flex;align-items:center;gap:6px;font-weight:800;color:#0e6259}.v32-method-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.v32-method-grid article{padding:24px 20px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.06)}.v32-method-grid article>span{font-size:.75rem;font-weight:800;color:#f3b65c}.v32-method-grid h3{color:#fff;font-size:1.08rem;margin:12px 0 8px}.v32-method-grid p{color:#ccdfdb;font-size:.9rem;line-height:1.6;margin:0}.v32-case-head{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end;margin-bottom:30px}.v32-case-head h2{font-size:clamp(2rem,4vw,3.25rem);margin:.35rem 0 12px;letter-spacing:-.035em}.v32-case-head p{max-width:780px;line-height:1.75;color:#526864}.v32-case-gallery{display:grid;grid-template-columns:1.3fr .85fr .85fr;gap:16px}.v32-case-gallery figure{margin:0;border-radius:20px;overflow:hidden;min-height:330px}.v32-case-gallery img{width:100%;height:100%;min-height:330px;object-fit:cover;display:block;transition:transform .45s ease}.v32-case-gallery figure:hover img{transform:scale(1.035)}.v32-advice-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(35px,7vw,90px);align-items:center}.v32-advice-grid h2{font-size:clamp(2rem,3.8vw,3.1rem);line-height:1.15;margin:.35rem 0 15px}.v32-advice-grid p{line-height:1.75;color:#536965}.v32-advice-list{display:grid;gap:12px}.v32-advice-list article{display:flex;gap:15px;background:#fff;border:1px solid #e0ebe7;border-radius:16px;padding:18px}.v32-advice-list span{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:#eaf5f2;color:#0e6259}.v32-advice-list h3{font-size:1rem;margin:0 0 4px}.v32-advice-list p{font-size:.9rem;margin:0}.v32-faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(40px,7vw,95px);align-items:start}.v32-faq-list{border-top:1px solid #dce7e4}.v32-faq-list details{border-bottom:1px solid #dce7e4}.v32-faq-list summary{cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0;font-weight:800;color:#163f3a;list-style:none}.v32-faq-list summary::-webkit-details-marker{display:none}.v32-faq-list details p{margin:-5px 0 22px;line-height:1.7;color:#506763}.v32-faq-list details[open] summary span{transform:rotate(45deg)}.v32-faq-list summary span{transition:transform .2s}.v32-related-links{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.v32-related-links a{display:flex;justify-content:space-between;align-items:center;padding:18px;border:1px solid rgba(255,255,255,.18);border-radius:15px;color:#fff;background:rgba(255,255,255,.06);font-weight:800}.v32-related-links a:hover{background:#fff;color:#0e6259}.v32-final-cta{padding:clamp(65px,8vw,105px) 0;background:#f2b45d}.v32-final-cta-inner{display:grid;grid-template-columns:1.25fr .75fr;gap:50px;align-items:center}.v32-final-cta h2{font-size:clamp(2rem,4vw,3.45rem);line-height:1.08;letter-spacing:-.04em;margin:.4rem 0 12px;color:#153f39}.v32-final-cta p{max-width:760px;color:#31534e;line-height:1.7}.v32-final-cta-inner>div:last-child{display:grid;gap:12px;justify-items:start}.v32-phone-link{font-size:1.08rem;font-weight:900;color:#153f39;padding-left:8px}.section-soft{background:#f5f8f7}
@media(max-width:1050px){.v32-service-hero-grid{grid-template-columns:1fr}.v32-service-hero-media{min-height:400px}.v32-service-hero-media img{min-height:400px}.v32-method-grid{grid-template-columns:repeat(3,1fr)}.v32-scope-grid{grid-template-columns:repeat(2,1fr)}.v32-related-links{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.v32-service-hero{padding:58px 0}.v32-service-hero h1{font-size:2.35rem}.v32-service-hero-media,.v32-service-hero-media img{min-height:310px}.v32-service-hero-media figcaption{align-items:flex-start;flex-direction:column}.v32-two-cols,.v32-technical-grid,.v32-advice-grid,.v32-faq-grid,.v32-final-cta-inner{grid-template-columns:1fr}.v32-scope-grid,.v32-method-grid,.v32-related-links{grid-template-columns:1fr}.v32-case-head{grid-template-columns:1fr}.v32-case-gallery{grid-template-columns:1fr 1fr}.v32-case-gallery figure:first-child{grid-column:1/-1}.v32-case-gallery figure,.v32-case-gallery img{min-height:245px}.v32-hero-actions .btn{width:100%;justify-content:center}.v32-final-cta-inner>div:last-child{justify-items:stretch}.v32-final-cta .btn{text-align:center;justify-content:center}.v32-phone-link{text-align:center}}

/* V32.3.1 — Pages SEO premium, lot 1 */
.seo-premium-intro .seo-copy>p:first-of-type{font-size:1.12rem;line-height:1.85;color:var(--text,#263238)}
.seo-premium-section:nth-of-type(even){background:#f7f9f8}
.seo-premium-section .seo-copy{max-width:920px}
.seo-premium-section p{font-size:1.03rem;line-height:1.85}
.seo-premium-process{background:#0e6259;color:#fff}
.seo-premium-process h2{color:#fff;text-align:center;margin-bottom:2rem}
.seo-process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}
.seo-process-grid article{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:1.25rem}
.seo-process-grid h3{color:#fff;margin:.75rem 0 .45rem;font-size:1.05rem}
.seo-process-grid p{color:rgba(255,255,255,.86);font-size:.92rem;line-height:1.55;margin:0}
.seo-step-number{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#f4b942;color:#17332f;font-weight:800}
.seo-premium-faq .seo-copy{max-width:900px}
.seo-premium-faq details{border:1px solid #dfe8e5;border-radius:14px;padding:0 1.1rem;background:#fff;margin:.8rem 0}
.seo-premium-faq summary{cursor:pointer;font-weight:750;padding:1rem 2rem 1rem 0;position:relative}
.seo-premium-faq details p{padding:0 0 1rem;margin:0;line-height:1.7}
.seo-premium-links{background:#f7f9f8}
@media(max-width:900px){.seo-process-grid{grid-template-columns:1fr 1fr}.seo-process-grid article:last-child{grid-column:1/-1}}
@media(max-width:560px){.seo-process-grid{grid-template-columns:1fr}.seo-process-grid article:last-child{grid-column:auto}.seo-premium-section p{font-size:1rem}}

/* V32.3.1 — Pages SEO premium, lot 1 */
.seo-premium-intro .seo-copy>p:first-of-type{font-size:1.12rem;line-height:1.85;color:var(--text,#263238)}
.seo-premium-section:nth-of-type(even){background:#f7f9f8}
.seo-premium-section .seo-copy{max-width:920px}
.seo-premium-section p{font-size:1.03rem;line-height:1.85}
.seo-premium-process{background:#0e6259;color:#fff}
.seo-premium-process h2{color:#fff;text-align:center;margin-bottom:2rem}
.seo-process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}
.seo-process-grid article{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:1.25rem}
.seo-process-grid h3{color:#fff;margin:.75rem 0 .45rem;font-size:1.05rem}
.seo-process-grid p{color:rgba(255,255,255,.86);font-size:.92rem;line-height:1.55;margin:0}
.seo-step-number{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#f4b942;color:#17332f;font-weight:800}
.seo-premium-faq .seo-copy{max-width:900px}
.seo-premium-faq details{border:1px solid #dfe8e5;border-radius:14px;padding:0 1.1rem;background:#fff;margin:.8rem 0}
.seo-premium-faq summary{cursor:pointer;font-weight:750;padding:1rem 2rem 1rem 0;position:relative}
.seo-premium-faq details p{padding:0 0 1rem;margin:0;line-height:1.7}
.seo-premium-links{background:#f7f9f8}
@media(max-width:900px){.seo-process-grid{grid-template-columns:1fr 1fr}.seo-process-grid article:last-child{grid-column:1/-1}}
@media(max-width:560px){.seo-process-grid{grid-template-columns:1fr}.seo-process-grid article:last-child{grid-column:auto}.seo-premium-section p{font-size:1rem}}


/* V33 DELIVERY FINAL */
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.delivery-seo-enhancement .seo-content-block{max-width:920px;margin:0 auto 2.2rem;padding-bottom:2rem;border-bottom:1px solid rgba(15,23,42,.1)}
.delivery-seo-enhancement .seo-content-block:last-child{border-bottom:0}
.delivery-seo-enhancement .seo-content-block h2{margin-bottom:.8rem}
.delivery-seo-enhancement .check-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem 1rem;margin:1.2rem 0}
.delivery-seo-enhancement .check-list li{position:relative;padding-left:1.7rem}
.delivery-seo-enhancement .check-list li:before{content:'✓';position:absolute;left:0;color:var(--accent,#d97706);font-weight:800}
@media(max-width:720px){.delivery-seo-enhancement .check-list{grid-template-columns:1fr}.delivery-seo-enhancement .seo-content-block{margin-bottom:1.5rem;padding-bottom:1.5rem}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
:focus-visible{outline:3px solid #f59e0b!important;outline-offset:3px}
