/* SAS FL TOITURE - STYLES OFFICIELS & MODERNES */
:root {
  --ink: #141c24;
  --ink-deep: #0b1015;
  --ink-light: #22303c;
  --copper: #c25b28;
  --copper-hover: #da6a33;
  --copper-light: #faeee7;
  --terracotta: #ab491b;
  --zinc: #5b6f7d;
  --zinc-light: #e6ebef;
  --cream: #f9f8f5;
  --sand: #ece9e2;
  --white: #ffffff;
  --line: rgba(20, 28, 36, 0.1);
  --line-strong: rgba(20, 28, 36, 0.18);
  --text-main: #1d2731;
  --text-muted: rgba(29, 39, 49, 0.72);
  --display: "DM Serif Display", Georgia, serif;
  --body: "DM Sans", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --shadow-sm: 0 4px 14px rgba(12, 18, 24, 0.05);
  --shadow-md: 0 10px 30px rgba(12, 18, 24, 0.08);
  --shadow-lg: 0 20px 48px rgba(12, 18, 24, 0.12);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-full: 9999px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 130px; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--text-main);
  font-family: var(--body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

button, a, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; touch-action: manipulation; }
button { cursor: pointer; border: none; background: transparent; }

.page-noise {
  position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: 0.18; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.07'/%3E%3C/svg%3E");
}
.ambient { position: fixed; border-radius: 50%; pointer-events: none; z-index: -1; filter: blur(70px); }
.ambient-one { width: 38vw; height: 38vw; top: -5vh; right: -12vw; background: rgba(194, 91, 40, 0.09); animation: drift 18s ease-in-out infinite alternate; }
.ambient-two { width: 32vw; height: 32vw; left: -14vw; top: 55vh; background: rgba(91, 111, 125, 0.12); animation: drift 22s ease-in-out infinite alternate-reverse; }

@keyframes drift {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(30px, 40px) scale(1.08); }
}

.section-shell { width: min(1260px, calc(100% - 48px)); margin-inline: auto; }

/* TOP BAR */
.top-bar {
  background: var(--ink-deep);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.top-bar-features {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.top-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.top-bar-item svg { width: 14px; height: 14px; color: var(--copper); flex-shrink: 0; }
.top-bar-phone {
  font-weight: 700;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
}
.top-bar-phone:hover { color: var(--copper-hover); }
.top-bar-phone svg { width: 13px; height: 13px; fill: var(--copper); }

/* SITE HEADER */
.site-header {
  width: min(1380px, calc(100% - 32px));
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: min-height 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.site-header::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset-block: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: rgba(249, 248, 245, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: background 0.25s ease, border-color 0.25s ease;
}
.site-header.scrolled {
  min-height: 72px;
  box-shadow: 0 4px 20px rgba(12, 18, 24, 0.05);
}
.site-header.scrolled::before {
  background: rgba(249, 248, 245, 0.98);
  border-color: rgba(20, 28, 36, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}
.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.brand:hover img { transform: scale(1.05); }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong {
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 800;
  color: var(--ink);
  text-transform: uppercase;
}
.brand-copy small {
  font-size: 10px;
  color: var(--copper);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  margin-right: 30px;
}
.desktop-nav a {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-main);
  position: relative;
  padding: 6px 0;
  transition: color 0.2s ease;
}
.desktop-nav a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--copper);
  transition: width 0.25s ease;
}
.desktop-nav a:hover { color: var(--copper); }
.desktop-nav a:hover::after { width: 100%; }

.header-cta {
  height: 44px;
  padding: 0 18px;
  background: var(--ink);
  color: var(--white);
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12.5px;
  font-weight: 700;
  transition: background 0.2s ease, transform 0.2s ease;
  box-shadow: var(--shadow-sm);
}
.header-cta svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; }
.header-cta:hover { background: var(--copper); transform: translateY(-2px); color: var(--white); }

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--white);
}
.menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  max-height: calc(100dvh - 100px);
  overflow-y: auto;
  inset-inline: 0;
  background: var(--cream);
  padding: 24px;
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  flex-direction: column;
  gap: 16px;
  z-index: 99;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.mobile-nav .button { margin-top: 8px; width: 100%; }

/* HERO SECTION */
.hero {
  min-height: 580px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 4vw;
  align-items: center;
  padding: 44px 0 70px;
}
.eyebrow {
  margin: 0;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 800;
  color: var(--copper);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.eyebrow span {
  width: 26px;
  height: 2px;
  display: block;
  background: var(--copper);
}
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -0.04em; }
h1 {
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: 1.03;
  margin-bottom: 22px;
  color: var(--ink);
}
h1 em, h2 em { color: var(--copper); font-style: italic; }
.hero-text {
  color: var(--text-muted);
  max-width: 490px;
  line-height: 1.7;
  font-size: 15.5px;
  margin-bottom: 26px;
}

.hero-highlights {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
}
.hero-highlight-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
}
.hero-highlight-item svg { width: 16px; height: 16px; color: var(--copper); flex-shrink: 0; }

.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: var(--radius-full);
  min-height: 52px;
  padding: 0 26px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  box-shadow: var(--shadow-sm);
}
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-primary { background: var(--copper); color: var(--white); }
.button-primary:hover { background: var(--copper-hover); transform: translateY(-2px); box-shadow: var(--shadow-md); color: var(--white); }

.button-secondary { background: var(--ink); color: var(--white); }
.button-secondary:hover { background: var(--ink-light); transform: translateY(-2px); box-shadow: var(--shadow-md); color: var(--white); }

.button-outline {
  background: var(--white);
  border: 1px solid var(--line-strong);
  color: var(--ink);
}
.button-outline:hover {
  background: var(--white);
  border-color: var(--ink);
  transform: translateY(-2px);
}

.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--cream); transform: translateY(-2px); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  border-bottom: 2px solid var(--copper);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.text-link:hover { color: var(--copper); }
.text-link .icon-arrow { width: 16px; height: 16px; }

.hero-proof {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.rating-mark {
  padding-right: 16px;
  border-right: 1px solid var(--line);
  display: grid;
  gap: 2px;
}
.rating-mark strong {
  font-family: var(--display);
  font-size: 24px;
  color: var(--copper);
  line-height: 1;
}
.hero-proof p { margin: 0; color: var(--text-muted); font-size: 12.5px; line-height: 1.45; }
.hero-proof p strong { font-size: 13.5px; color: var(--ink); }

/* HERO VISUAL */
.hero-visual { position: relative; height: 500px; max-width: 490px; justify-self: end; width: 100%; }
.hero-frame {
  position: absolute;
  z-index: 1;
  inset: 0 0 16px 28px;
  overflow: hidden;
  border-radius: 200px 200px 18px 18px;
  background: var(--zinc-light);
  box-shadow: var(--shadow-lg);
}
.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(12, 18, 24, 0.45));
}
.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hero-visual:hover .hero-frame img { transform: scale(1.04); }
.hero-outline {
  position: absolute;
  z-index: 0;
  inset: 22px 20px 0 0;
  border: 1px solid rgba(194, 91, 40, 0.35);
  border-radius: 200px 200px 18px 18px;
}
.hero-stamp {
  position: absolute;
  z-index: 2;
  bottom: 35px;
  left: 0;
  background: var(--white);
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  box-shadow: var(--shadow-md);
}
.hero-stamp i { width: 28px; height: 2px; background: var(--copper); position: relative; }
.hero-stamp i::after { content: ""; position: absolute; right: 0; top: -3px; border: 4px solid transparent; border-left-color: var(--copper); }
.hero-tag {
  position: absolute;
  z-index: 2;
  right: -16px;
  top: 70px;
  padding: 10px 16px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  box-shadow: var(--shadow-md);
}
.tag-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 4px rgba(194, 91, 40, 0.2);
  animation: pulse 2.5s ease infinite;
}
@keyframes pulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(194, 91, 40, 0.4); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(194, 91, 40, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(194, 91, 40, 0); }
}

/* SERVICE TICKER */
.service-ticker {
  padding: 16px 0;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  white-space: nowrap;
}
.ticker-track {
  display: inline-flex;
  gap: 32px;
  align-items: center;
  min-width: max-content;
  animation: ticker 32s linear infinite;
}
.ticker-track span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ticker-spark {
  width: 10px;
  height: 10px;
  display: block;
  flex: 0 0 auto;
  background: var(--copper);
  clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0 50%, 39% 35%);
}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* SECTION BRIDGE */
.section-bridge {
  width: min(780px, calc(100% - 48px));
  min-height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: var(--text-muted);
  text-align: center;
}
.section-bridge span { display: block; width: 40px; height: 1px; flex: 0 0 auto; background: var(--copper); }
.section-bridge p { margin: 0; max-width: 580px; font-size: 13px; line-height: 1.5; font-weight: 500; }

/* STATS GRID */
.stats-strip { padding: 20px 0 50px; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.stat-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 24px 20px;
  border-radius: var(--radius-md);
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease;
}
.stat-card:hover { transform: translateY(-4px); }
.stat-num {
  font-family: var(--display);
  font-size: 32px;
  color: var(--copper);
  line-height: 1.1;
  margin-bottom: 6px;
}
.stat-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}
.stat-desc {
  font-size: 11.5px;
  color: var(--text-muted);
}

/* SECTION HEADING */
.section-label {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 800;
  color: var(--copper);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  gap: 24px;
}
.section-heading h2 {
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  line-height: 1.05;
  margin: 8px 0 0;
  color: var(--ink);
}
.section-heading > p {
  max-width: 320px;
  margin: 0;
  color: var(--text-muted);
  line-height: 1.6;
  font-size: 15px;
}

/* SERVICES GRID */
.services { padding: 40px 0 90px; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: var(--shadow-sm);
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(194, 91, 40, 0.3);
}
.service-number {
  font-size: 12px;
  font-weight: 800;
  color: var(--copper);
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.service-icon {
  width: 54px;
  height: 54px;
  background: var(--copper-light);
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--copper);
  margin-bottom: 22px;
  transition: background 0.25s ease, color 0.25s ease;
}
.service-card:hover .service-icon {
  background: var(--copper);
  color: var(--white);
}
.service-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}
.service-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 14px;
}
.service-card p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 24px;
  flex-grow: 1;
}
.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  transition: color 0.2s ease;
}
.service-card a svg { width: 14px; height: 14px; transition: transform 0.2s ease; }
.service-card a:hover { color: var(--copper); }
.service-card a:hover svg { transform: translate(3px, -3px); }

/* FEATURED SERVICE CARD */
.service-card-featured {
  padding: 0;
  overflow: hidden;
  position: relative;
  background: var(--ink);
  color: var(--white);
}
.service-card-featured .service-photo {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.service-card-featured .service-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
  transition: transform 0.8s ease, filter 0.8s ease;
}
.service-card-featured:hover .service-photo img {
  transform: scale(1.05);
  filter: brightness(0.35);
}
.service-card-overlay {
  position: relative;
  z-index: 2;
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-card-featured h3 { color: var(--white); }
.service-card-featured p { color: rgba(255, 255, 255, 0.84); }
.service-card-featured a { color: var(--white); }
.service-card-featured .service-icon {
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
}
.service-card-featured:hover .service-icon {
  background: var(--copper);
}

/* MATERIALS SECTION */
.materials-section {
  padding: 80px 0;
  background: var(--white);
  border-block: 1px solid var(--line);
}
.materials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.material-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 26px 22px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.material-card:hover { transform: translateY(-4px); border-color: var(--copper); }
.material-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--copper);
  background: var(--copper-light);
  padding: 4px 10px;
  border-radius: var(--radius-full);
  margin-bottom: 14px;
}
.material-card h4 {
  font-size: 18px;
  color: var(--ink);
  margin-bottom: 8px;
  font-weight: 700;
}
.material-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}

/* REALISATIONS / CHANTIERS AVANT-APRES */
.projects { padding: 80px 0 100px; }
.project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.project-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.project-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.project-image-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--zinc-light);
}
.project-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.project-card:hover .project-image-box img {
  transform: scale(1.04);
}
.project-pill-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(20, 28, 36, 0.82);
  backdrop-filter: blur(8px);
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
}
.project-zoom-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-md);
  z-index: 2;
  transition: background 0.2s ease, transform 0.2s ease;
}
.project-zoom-btn svg { width: 18px; height: 18px; stroke-width: 2; }
.project-card:hover .project-zoom-btn { background: var(--copper); color: var(--white); transform: scale(1.08); }

.project-details {
  padding: 26px 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.project-details h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
}
.project-details p {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 18px;
  flex-grow: 1;
}
.project-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.project-tags span {
  font-size: 11px;
  font-weight: 600;
  background: var(--cream);
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
}

/* SIGNATURE & ENGAGEMENTS */
.signature {
  background: var(--ink);
  color: var(--white);
  padding: 70px 48px;
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
  box-shadow: var(--shadow-lg);
}
.signature-logo img { width: 72px; height: auto; object-fit: contain; }
.signature-copy .section-label { color: var(--copper-hover); }
.signature-quote {
  font-family: var(--display);
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  line-height: 1.35;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
}
.signature-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 260px;
}
.signature-points li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}
.signature-points li span {
  font-family: var(--display);
  font-size: 18px;
  color: var(--copper);
}

/* PROCESS SECTION */
.process-section { padding: 80px 0; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.process-step {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 30px 24px;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.step-number {
  font-family: var(--display);
  font-size: 38px;
  color: var(--copper);
  line-height: 1;
  margin-bottom: 16px;
  opacity: 0.9;
}
.process-step h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}
.process-step p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}

/* REVIEWS SECTION */
.review-section { padding: 80px 0; }
.review-inner { display: grid; gap: 40px; }
.review-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
}
.stars {
  display: inline-flex;
  gap: 4px;
  color: #e69d27;
  margin-bottom: 16px;
}
.stars i {
  width: 14px;
  height: 14px;
  display: block;
  background: currentColor;
  clip-path: polygon(50% 0, 61% 34%, 98% 38%, 69% 60%, 79% 96%, 50% 76%, 21% 96%, 31% 60%, 2% 38%, 39% 34%);
}
.review-card blockquote {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-main);
  flex-grow: 1;
  font-style: normal;
}
.review-card footer {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  display: grid;
  gap: 2px;
}
.review-card footer strong { font-size: 14px; color: var(--ink); }
.review-card footer span { font-size: 12px; color: var(--copper); font-weight: 600; }

/* ZONES SECTION */
.zones { padding: 40px 0 80px; }
.zone-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
.zone-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
}
.zone-card h3 { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.zone-card p { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; margin: 0; }
.zone-note {
  text-align: center;
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 20px;
}
.zone-note a { color: var(--copper); font-weight: 700; text-decoration: underline; }

/* CONTACT & DEVIS GRATUIT */
.contact { padding: 40px 0 100px; }
.contact-wrapper {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  display: grid;
  grid-template-columns: 1fr 1.25fr;
}
.contact-info-panel {
  background: var(--ink);
  color: var(--white);
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.contact-info-panel .section-label { color: var(--copper-hover); }
.contact-info-panel h2 {
  font-size: clamp(2rem, 3vw, 2.6rem);
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 18px;
}
.contact-info-panel p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14.5px;
  line-height: 1.65;
  margin-bottom: 32px;
}
.contact-call-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  padding: 24px;
  margin-bottom: 28px;
}
.contact-call-card span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--copper-hover);
  font-weight: 700;
  margin-bottom: 6px;
}
.contact-call-card strong {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
}
.contact-commitments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-commitments li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}
.contact-commitments li svg { width: 16px; height: 16px; color: var(--copper); flex-shrink: 0; }

.contact-form-panel {
  padding: 50px 44px;
  display: flex;
  flex-direction: column;
}
.contact-form-panel h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}
.contact-form-panel > p {
  font-size: 13.5px;
  color: var(--text-muted);
  margin-bottom: 24px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-group.full-width { grid-column: 1 / -1; }
.form-group label {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink);
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: var(--cream);
  color: var(--ink);
  font-size: 14px;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--copper);
  background: var(--white);
}
.form-group textarea { resize: vertical; min-height: 90px; }
.form-notice {
  font-size: 11.5px;
  color: var(--text-muted);
  margin-top: 12px;
}
.form-feedback {
  display: none;
  padding: 14px;
  border-radius: var(--radius-sm);
  margin-bottom: 16px;
  font-size: 13.5px;
  font-weight: 600;
}
.form-feedback.success {
  display: block;
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}

/* FOOTER */
.site-footer {
  background: var(--ink-deep);
  color: rgba(255, 255, 255, 0.85);
  padding: 60px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand .brand-copy strong { color: var(--white); }
.footer-brand p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.6;
  margin: 14px 0 0;
  max-width: 320px;
}
.footer-col h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--copper-hover);
  margin-bottom: 16px;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.2s ease;
}
.footer-col a:hover { color: var(--white); }
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom a { color: rgba(255, 255, 255, 0.7); }
.footer-bottom a:hover { color: var(--white); }

/* LIGHTBOX DIALOG */
dialog.lightbox {
  padding: 0;
  border: none;
  background: transparent;
  max-width: min(92vw, 1200px);
  max-height: 90vh;
  outline: none;
}
dialog.lightbox::backdrop {
  background: rgba(12, 18, 24, 0.88);
  backdrop-filter: blur(8px);
}
.lightbox-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--ink);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
}
.lightbox-content img {
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  display: block;
}
.lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0.6);
  color: var(--white);
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  display: grid;
  place-items: center;
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 10;
}
.lightbox-close:hover { background: var(--copper); transform: scale(1.1); }
.lightbox-caption {
  padding: 14px 20px;
  background: var(--ink-deep);
  color: var(--white);
  font-size: 13px;
  text-align: center;
}

/* REVEAL ANIMATIONS */
.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal-pending {
  opacity: 0;
  transform: translateY(28px);
}
.reveal-pending.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  background: var(--copper);
  color: var(--white);
  padding: 10px 18px;
  z-index: 9999;
  border-radius: var(--radius-sm);
  font-weight: 700;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 16px; }

/* RESPONSIVE */
@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; gap: 40px; padding: 32px 0 60px; }
  .hero-visual { justify-self: center; max-width: 440px; height: 440px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .materials-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .signature { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .signature-points { align-items: center; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 900px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: flex; }
  .top-bar-inner { flex-direction: column; text-align: center; gap: 6px; }
  .top-bar-features { justify-content: center; }
  .project-grid { grid-template-columns: 1fr; }
  .review-list { grid-template-columns: 1fr; }
  .zone-grid { grid-template-columns: 1fr; }
  .contact-wrapper { grid-template-columns: 1fr; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 12px; }
}

@media (max-width: 600px) {
  .service-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .materials-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-info-panel, .contact-form-panel { padding: 32px 20px; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-visual { height: 360px; }
}

/* Photos complémentaires et coordonnées */
.brand img { width: 52px; height: 72px; background: white; border-radius: 6px; padding: 3px; }
.signature-logo img { width: 100px; background: white; border-radius: 8px; padding: 6px; }
.work-gallery { margin-top: 36px; }
.work-gallery h3, .city-panel h3 { font-size: 22px; margin: 0 0 8px; }
.work-gallery > p, .city-panel > p { color: var(--text-muted); font-size: 14px; margin: 0 0 20px; }
.work-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.work-photo { margin: 0; min-width: 0; }
.work-photo button { display: block; width: 100%; padding: 0; position: relative; border-radius: var(--radius-md); overflow: hidden; background: var(--sand); }
.work-photo img { display: block; width: 100%; height: 190px; object-fit: cover; transition: transform .2s ease; }
.work-photo img[src*="entretien-toiture"] { object-fit: contain; }
.work-photo button:hover img { transform: scale(1.03); }
.work-photo button span { position: absolute; right: 10px; bottom: 10px; background: var(--ink); color: white; border-radius: 50%; width: 30px; height: 30px; display: grid; place-items: center; }
.work-photo figcaption { font-size: 13px; font-weight: 600; margin-top: 9px; }
.more-photos { margin-top: 22px; }
.more-photos summary { cursor: pointer; color: var(--copper); font-weight: 700; padding: 10px 0; }
.more-photos[open] summary { margin-bottom: 12px; }
.department-list, .city-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.department-list { margin: 0 0 24px; }
.department-list li { background: var(--ink); color: white; padding: 10px 16px; border-radius: var(--radius-sm); font-size: 14px; font-weight: 600; }
.city-panel { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.city-list { margin: 0; }
.city-list a { display: block; padding: 8px 13px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: 13px; }
.city-list a:hover { color: var(--copper); border-color: var(--copper); }
.contact-address { font-style: normal; margin-bottom: 24px; }
.sms-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.sms-preview { white-space: pre-wrap; overflow-wrap: anywhere; font: inherit; margin: 12px 0; }
.form-feedback.ready { display: block; background: var(--cream); color: var(--ink); border: 1px solid var(--line); }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }
@media (min-width: 901px) and (max-width: 1180px) {
  .desktop-nav { gap: 14px; margin-right: 16px; }
  .desktop-nav a { font-size: 12px; }
  .header-cta { padding: 0 12px; font-size: 11px; }
  .brand-copy strong { font-size: 14px; }
}
@media (max-width: 1000px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: flex; }
}
@media (max-width: 700px) {
  .signature { padding: 36px 22px; grid-template-columns: minmax(0, 1fr); }
  .signature-points { min-width: 0; }
  .signature-points li { text-align: left; }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
  .work-photo img { height: 160px; }
  .city-panel { padding: 20px; }
}
@media (max-width: 380px) {
  .section-shell { width: calc(100% - 32px); }
  .hero-visual { height: 300px; }
  .work-photo img { height: 130px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal-pending { opacity: 1; transform: none; }
}

/* Pages de prestations et zones : même identité, lecture simple. */
.brand-copy strong { font-size: 14px; }
.hero h1 { font-size: clamp(2.6rem, 4.7vw, 4.25rem); }
.material-card h3 { font-size: 18px; color: var(--ink); margin-bottom: 8px; font-weight: 700; }
.footer-col h2 { font-family: var(--body); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--copper-hover); margin-bottom: 16px; }
.department-list li { padding: 0; }
.department-list a { display: block; padding: 10px 16px; border-radius: var(--radius-sm); }
.department-list a:hover { background: var(--ink-light); }
.detail-page { padding-block: 28px 72px; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 32px; color: var(--text-muted); font-size: 13px; }
.breadcrumbs li + li::before { content: '/'; margin-right: 8px; color: var(--zinc); }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }
.detail-hero { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 52px; align-items: center; margin-bottom: 56px; }
.detail-hero h1 { font-size: clamp(2.25rem, 3.8vw, 3.7rem); line-height: 1.08; }
.detail-intro { font-size: 16px; line-height: 1.8; color: var(--text-muted); margin-bottom: 24px; }
.detail-hero figure { margin: 0; }
.detail-hero img { width: 100%; height: auto; max-height: 380px; object-fit: contain; border-radius: var(--radius-md); background: var(--sand); display: block; }
.detail-hero figcaption { font-size: 12px; color: var(--text-muted); margin-top: 10px; }
.detail-content { max-width: 960px; }
.detail-content section { padding: 28px 0; border-top: 1px solid var(--line); }
.detail-content h2, .local-cta h2 { font-size: clamp(1.6rem, 2.5vw, 2.2rem); line-height: 1.2; margin-bottom: 18px; }
.detail-content p { line-height: 1.85; color: var(--text-muted); max-width: 82ch; }
.related-links { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
.related-links a { display: block; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); padding: 10px 14px; font-size: 14px; background: white; }
.related-links a:hover { border-color: var(--copper); color: var(--copper); }
.faq-item { padding: 16px 0; border-bottom: 1px solid var(--line); }
.faq-item summary { cursor: pointer; font-weight: 700; }
.faq-item p { margin: 14px 0 0; }
.city-guides { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.city-guides article { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; scroll-margin-top: 110px; }
.city-guides h3 { font-size: 19px; }
.city-guides p { font-size: 14px; }
.city-guides .city-services { color: var(--ink); font-weight: 600; margin-bottom: 0; }
.local-cta { padding: 36px; border-radius: var(--radius-lg); background: var(--ink); color: white; margin-top: 32px; }
.local-cta h2 { color: white; }
.local-cta .hours { font-size: 13px; margin: 18px 0 0; color: #d8dde1; }
.ambient { animation: none; }
.page-noise { display: none; }
.ticker-toggle { display: block; margin: 8px auto 0; padding: 6px 12px; color: white; font-size: 12px; text-decoration: underline; }
.ticker-track.is-paused { animation-play-state: paused; }
.service-ticker:hover .ticker-track { animation-play-state: paused; }
:root { --copper: #ad491f; }
.button-primary:hover { background: #973e18; }
@media (max-width: 800px) {
  .detail-hero { grid-template-columns: minmax(0, 1fr); gap: 28px; margin-bottom: 32px; }
  .detail-hero figure { max-width: 560px; }
  .city-guides { grid-template-columns: minmax(0, 1fr); }
  .local-cta { padding: 26px 20px; }
}
@media (max-width: 380px) {
  .brand-copy strong { font-size: 12px; }
  .brand-copy small { font-size: 9px; }
  .detail-hero .button, .local-cta .button { padding: 10px 16px; }
}

/* Ajustements mobiles uniquement : contenu et référencement inchangés. */
@media (max-width: 600px) {
  html { scroll-padding-top: 88px; }
  .section-shell { width: calc(100% - 32px); }
  .top-bar { padding: 8px 0; }
  .top-bar-inner { gap: 4px; }
  .top-bar-features { gap: 3px 12px; font-size: 10px; }
  .top-bar-item { gap: 5px; }
  .top-bar-phone { min-height: 36px; font-size: 12px; }
  .site-header, .site-header.scrolled { min-height: 72px; }
  .brand { gap: 9px; min-width: 0; }
  .brand img { width: 42px; height: 58px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { font-size: 9px; letter-spacing: .08em; }
  .menu-button { flex-shrink: 0; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { padding: 10px 16px 16px; gap: 2px; max-height: calc(100svh - 180px); overscroll-behavior: contain; border-radius: 0 0 14px 14px; }
  .mobile-nav a { min-height: 44px; display: flex; align-items: center; padding: 10px 0; font-size: 14px; }
  .mobile-nav .button { justify-content: center; padding: 12px 16px; }
  .hero { padding: 26px 0 40px; gap: 26px; min-height: 0; }
  .hero-copy { display: flex; flex-direction: column; }
  .hero-copy > .eyebrow { order: 0; }
  .hero-copy > h1 { order: 1; }
  .hero-copy > .hero-text { order: 2; }
  .hero-copy > .hero-actions { order: 3; }
  .hero-copy > .hero-highlights { order: 4; }
  .hero-copy > .hero-proof { order: 5; }
  .eyebrow { font-size: 10px; letter-spacing: .12em; margin-bottom: 14px; }
  .eyebrow span { flex-shrink: 0; width: 18px; }
  .hero h1 { font-size: clamp(2rem, 9.2vw, 2.65rem); line-height: 1.08; margin-bottom: 18px; }
  .hero-text { font-size: 15px; line-height: 1.65; margin-bottom: 22px; }
  .hero-actions { gap: 10px; }
  .hero-actions > .button { width: 100%; min-height: 50px; padding: 12px 18px; text-align: center; }
  .hero-actions > .text-link { font-size: 13px; margin-inline: auto; padding: 10px 0; }
  .hero-highlights { margin: 22px 0 0; gap: 10px; }
  .hero-highlight-item { align-items: flex-start; font-size: 12px; line-height: 1.55; }
  .hero-highlight-item svg { margin-top: 2px; flex-shrink: 0; }
  .hero-proof { margin-top: 22px; padding-top: 18px; gap: 12px; }
  .rating-mark strong { font-size: 20px; }
  .hero-visual { height: 330px; max-width: 380px; }
  .hero-frame { left: 14px; }
  .hero-tag { right: 0; top: 48px; font-size: 10px; padding: 9px 12px; }
  .hero-stamp { font-size: 10px; padding: 10px 12px; }
  .services, .projects, .process-section, .materials-section { padding-block: 44px; }
  .section-heading { margin-bottom: 24px; }
  .section-heading h2, .contact-info-panel h2 { font-size: 2rem; line-height: 1.12; }
  .section-heading > p { font-size: 14px; }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .stat-card { padding: 20px 12px; }
  .stat-num { font-size: 25px; overflow-wrap: anywhere; }
  .stat-label { font-size: 12px; }
  .stat-desc { font-size: 12px; }
  .service-grid, .process-grid, .project-grid { gap: 16px; }
  .service-card, .service-card-overlay { padding: 26px 22px; }
  .service-card-featured { padding: 0; }
  .project-details { padding: 22px 18px; }
  .project-pill-badge { top: 10px; left: 10px; font-size: 9px; padding: 6px 10px; }
  .work-photo img { height: 150px; }
  .work-photo figcaption { line-height: 1.5; }
  .zones { padding: 40px 0; }
  .department-list { gap: 8px; }
  .department-list a { padding: 12px; font-size: 13px; }
  .city-list { gap: 8px; }
  .city-list a { padding: 11px 12px; min-height: 44px; }
  .contact { padding: 12px 0 48px; }
  .contact-info-panel, .contact-form-panel { padding: 28px 20px; }
  .contact-info-panel p { margin-bottom: 22px; }
  .contact-call-card { padding: 20px 16px; margin-bottom: 22px; }
  .contact-call-card .button { width: 100%; padding-inline: 14px; }
  .contact-form-panel h3 { font-size: 21px; }
  .form-group input, .form-group select, .form-group textarea { font-size: 16px; min-height: 48px; }
  .form-group textarea { min-height: 120px; }
  .form-group label { font-size: 13px; }
  #quote-form > .button { padding: 12px 16px; line-height: 1.4; }
  .sms-actions > * { width: 100%; padding: 12px 14px; }
  .form-feedback { padding: 14px 12px; }
  .site-footer { padding: 36px 0 24px; }
  .footer-top { gap: 26px; margin-bottom: 28px; }
  .footer-col ul { gap: 2px; }
  .footer-col a { display: inline-flex; align-items: center; min-height: 44px; }
  .footer-bottom a { display: inline-block; padding-block: 10px; }
  .detail-page { padding-block: 20px 44px; }
  .breadcrumbs ol { margin-bottom: 24px; line-height: 1.5; }
  .detail-hero h1 { font-size: clamp(2rem, 8.5vw, 2.5rem); }
  .detail-intro { font-size: 15px; line-height: 1.7; }
  .detail-hero .button { width: 100%; padding: 12px 16px; }
  .detail-content section { padding-block: 24px; }
  .related-links a { min-height: 44px; }
  .faq-item summary { line-height: 1.5; }
  .city-guides article { padding: 20px; }
  dialog.lightbox { max-width: calc(100vw - 20px); max-height: 92svh; }
  .lightbox-close { width: 44px; height: 44px; top: 8px; right: 8px; }
  .lightbox-caption { padding: 12px; font-size: 12px; }
}
@media (max-width: 350px) {
  .brand-copy strong { font-size: 12px; }
  .brand-copy small { font-size: 8px; }
  .hero-visual { height: 290px; }
  .work-photo img { height: 130px; }
}
@media (hover: none) and (pointer: coarse) {
  .project-card:hover, .service-card:hover, .material-card:hover,
  .button:hover { transform: none; }
  .hero-visual:hover img, .project-card:hover img,
  .work-photo button:hover img { transform: none; }
}
