/**
 * Direction : « Expertise terrain » — modernisme de service technique.
 * Ce fichier centralise les styles de toutes les pages Dreamweaver.
 */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Source+Sans+3:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  --petrol: #0e5368;
  --petrol-dark: #083746;
  --petrol-deep: #052b36;
  --petrol-soft: #dce9ec;
  --amber: #f2a516;
  --amber-dark: #c97800;
  --ivory: #f7f4ed;
  --paper: #fffdfa;
  --mist: #e9eff0;
  --ink: #17313a;
  --muted: #5b6f76;
  --line: #cbd8da;
  --danger: #a73b2d;
  --success: #246b4d;
  --shadow-sm: 0 8px 22px rgba(5, 43, 54, 0.09);
  --shadow-lg: 0 24px 70px rgba(5, 43, 54, 0.18);
  --content: 1180px;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body.site-body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: var(--petrol);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--petrol-dark);
}

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

button,
.button {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
}

::selection {
  background: var(--amber);
  color: var(--petrol-deep);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.container {
  width: min(calc(100% - 2.25rem), var(--content));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  background: var(--amber);
  color: var(--petrol-deep);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 160ms var(--ease-out);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-alert {
  background: var(--petrol-deep);
  color: #e8f2f4;
  font-size: 0.9rem;
}

.site-alert__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-alert p {
  margin: 0;
}

.site-alert a {
  color: #fff;
  font-weight: 700;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(255, 253, 250, 0.97);
  border-bottom: 1px solid rgba(14, 83, 104, 0.15);
  box-shadow: 0 6px 24px rgba(5, 43, 54, 0.05);
  backdrop-filter: blur(14px);
}

.header-main {
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto auto;
  align-items: center;
  gap: 1.6rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  color: var(--petrol-deep);
  text-decoration: none;
}

.brand:hover {
  color: var(--petrol-deep);
}

.brand__mark {
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand__text {
  display: grid;
  line-height: 0.95;
}

.brand__name {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.brand__tagline {
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--ink);
  text-decoration: none;
}

.header-contact__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--petrol-soft);
  color: var(--petrol);
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
}

.header-contact__icon svg {
  width: 20px;
  height: 20px;
}

.header-contact__text {
  display: grid;
  line-height: 1.05;
}

.header-contact__label {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-contact__number {
  margin-top: 0.3rem;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.72rem 1.2rem;
  border: 2px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms var(--ease-out), background-color 160ms var(--ease-out), color 160ms var(--ease-out), border-color 160ms var(--ease-out), box-shadow 160ms var(--ease-out);
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: scale(0.97);
}

.button--primary {
  background: var(--amber);
  color: var(--petrol-deep);
  box-shadow: 0 10px 24px rgba(242, 165, 22, 0.22);
}

.button--primary:hover {
  background: #ffb82b;
  color: var(--petrol-deep);
}

.button--secondary {
  background: var(--petrol);
  color: #fff;
}

.button--secondary:hover {
  background: var(--petrol-dark);
  color: #fff;
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.button--ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
}

.button svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
  color: var(--petrol-dark);
}

.menu-toggle svg {
  width: 25px;
  height: 25px;
  margin: auto;
}

.site-nav {
  background: var(--petrol);
  color: #fff;
}

.nav-list {
  min-height: 50px;
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-item {
  position: relative;
  display: flex;
}

.nav-link,
.nav-dropdown__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.78rem 1rem;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.93rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.nav-link::after,
.nav-dropdown__toggle::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 0.48rem;
  left: 1rem;
  height: 2px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms var(--ease-out);
}

.nav-link:hover,
.nav-link.is-current,
.nav-dropdown__toggle:hover,
.nav-dropdown__toggle[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.nav-link:hover::after,
.nav-link.is-current::after,
.nav-dropdown__toggle:hover::after,
.nav-dropdown__toggle[aria-expanded="true"]::after {
  transform: scaleX(1);
}

.nav-dropdown__toggle svg {
  width: 15px;
  height: 15px;
  transition: transform 180ms var(--ease-out);
}

.nav-dropdown__toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.nav-dropdown {
  position: absolute;
  z-index: 80;
  top: calc(100% + 0.5rem);
  left: 0;
  min-width: 300px;
  margin: 0;
  padding: 0.5rem;
  background: var(--paper);
  border-top: 4px solid var(--amber);
  border-radius: 2px;
  box-shadow: var(--shadow-lg);
  list-style: none;
  opacity: 0;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top left;
  pointer-events: none;
  transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out);
}

.nav-dropdown.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.nav-dropdown a {
  display: block;
  padding: 0.65rem 0.78rem;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

.nav-dropdown a:hover {
  background: var(--petrol-soft);
  color: var(--petrol-dark);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--petrol-deep);
  color: #fff;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(5, 43, 54, 0.98) 0%, rgba(5, 43, 54, 0.88) 42%, rgba(5, 43, 54, 0.28) 76%, rgba(5, 43, 54, 0.12) 100%), radial-gradient(circle at 18% 22%, rgba(242, 165, 22, 0.18), transparent 34%);
}

.hero--home {
  min-height: 610px;
  display: grid;
  align-items: center;
  background-image: url('../../images/refonte/hero-inspection.webp');
  background-position: center;
  background-size: cover;
}

.hero--home::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: repeating-linear-gradient(90deg, transparent 0, transparent 63px, rgba(255, 255, 255, 0.025) 64px);
}

.hero__content {
  width: min(720px, 64%);
  padding-block: 5.2rem 6.4rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: currentColor;
}

.hero h1,
.page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(3rem, 6.4vw, 5.8rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.92;
  text-wrap: balance;
}

.hero__lead {
  max-width: 660px;
  margin: 1.6rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero__proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1.9rem;
  margin: 2.2rem 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.88);
  list-style: none;
}

.hero__proofs li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.93rem;
  font-weight: 650;
}

.hero__proofs svg {
  width: 18px;
  height: 18px;
  color: var(--amber);
}

.service-strip {
  position: relative;
  z-index: 5;
  margin-top: -2.2rem;
}

.service-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--paper);
  border-bottom: 4px solid var(--amber);
  box-shadow: var(--shadow-lg);
}

.service-proof {
  position: relative;
  min-height: 126px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-content: center;
  gap: 0.9rem;
  padding: 1.4rem 1.6rem;
}

.service-proof + .service-proof {
  border-left: 1px solid var(--line);
}

.service-proof__number {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  color: var(--amber-dark);
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
}

.service-proof h2,
.service-proof h3 {
  margin: 0;
  color: var(--petrol-dark);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.05;
}

.service-proof p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.section {
  padding-block: clamp(4rem, 8vw, 7.2rem);
}

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

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

.section--petrol {
  background: var(--petrol-dark);
  color: #fff;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 2.6rem;
}

.section-heading h2 {
  margin: 0;
  color: var(--petrol-dark);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 0.98;
  text-wrap: balance;
}

.section--petrol .section-heading h2 {
  color: #fff;
}

.section-heading p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section--petrol .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.feature-card {
  position: relative;
  min-height: 270px;
  padding: 1.8rem;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow-sm);
  transition: transform 190ms var(--ease-out), box-shadow 190ms var(--ease-out), border-color 190ms var(--ease-out);
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 5px;
  background: var(--amber);
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(14, 83, 104, 0.42);
  box-shadow: 0 18px 45px rgba(5, 43, 54, 0.13);
}

.feature-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
  background: var(--petrol-soft);
  color: var(--petrol);
  border-radius: 4px;
}

.feature-card__icon svg {
  width: 25px;
  height: 25px;
}

.feature-card h3 {
  margin: 0;
  color: var(--petrol-dark);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.08;
}

.feature-card p {
  margin: 0.8rem 0 1.1rem;
  color: var(--muted);
  font-size: 0.96rem;
}

.feature-card a {
  font-weight: 800;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  align-items: stretch;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.split-feature__media {
  position: relative;
  min-height: 520px;
}

.split-feature__media::before {
  content: "";
  position: absolute;
  top: 26px;
  right: -22px;
  bottom: -22px;
  left: 28px;
  border: 2px solid var(--amber);
}

.split-feature__media img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: var(--shadow-lg);
}

.split-feature__content {
  align-self: center;
}

.split-feature__content h2 {
  margin: 0;
  color: var(--petrol-dark);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  font-weight: 800;
  line-height: 0.98;
}

.split-feature__content p {
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0 1.8rem;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.65rem;
  align-items: start;
}

.check-list__icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  margin-top: 0.15rem;
  background: var(--amber);
  color: var(--petrol-deep);
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 900;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--petrol-deep);
  color: #fff;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(110deg, rgba(5, 43, 54, 1) 0%, rgba(5, 43, 54, 0.95) 55%, rgba(14, 83, 104, 0.82) 100%), repeating-linear-gradient(90deg, transparent 0, transparent 63px, rgba(255, 255, 255, 0.035) 64px);
}

.page-hero__inner {
  position: relative;
  min-height: 320px;
  display: grid;
  align-content: center;
  padding-block: 3.8rem;
}

.page-hero h1 {
  max-width: 960px;
  font-size: clamp(2.8rem, 6vw, 5rem);
}

.page-hero__lead {
  max-width: 760px;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.breadcrumbs {
  margin-bottom: 1.05rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 650;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li + li::before {
  content: "/";
  margin-right: 0.45rem;
  color: var(--amber);
}

.breadcrumbs a {
  color: #fff;
}

.editorial-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
  gap: clamp(2.5rem, 6vw, 5rem);
  padding-block: clamp(3.6rem, 7vw, 6.5rem);
}

.article-content {
  min-width: 0;
}

.article-content > :first-child {
  margin-top: 0;
}

.article-content p,
.article-content li {
  max-width: 75ch;
}

.article-content p {
  margin-block: 0 1.15rem;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  color: var(--petrol-dark);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 800;
  line-height: 1.08;
  text-wrap: balance;
}

.article-content h2 {
  margin: 2.9rem 0 1rem;
  padding-left: 1rem;
  border-left: 5px solid var(--amber);
  font-size: clamp(2rem, 4vw, 3rem);
}

.article-content h3 {
  margin: 2.1rem 0 0.7rem;
  font-size: 1.65rem;
}

.article-content ul,
.article-content ol {
  display: grid;
  gap: 0.55rem;
  margin: 1.15rem 0 1.5rem;
  padding-left: 1.35rem;
}

.article-content li::marker {
  color: var(--amber-dark);
  font-weight: 800;
}

.article-content blockquote {
  margin: 2rem 0;
  padding: 1.4rem 1.6rem;
  background: var(--petrol-soft);
  border-left: 5px solid var(--petrol);
  color: var(--petrol-dark);
}

.article-content blockquote p:last-child {
  margin-bottom: 0;
}

.article-content img {
  width: 100%;
  max-height: 680px;
  margin: 2rem 0;
  object-fit: contain;
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.article-content .local-expert-figure {
  width: min(320px, 46%);
  float: left;
  margin: 0.35rem 1.6rem 1rem 0;
  overflow: hidden;
  background: var(--paper);
  border-left: 5px solid var(--amber);
  box-shadow: var(--shadow-lg);
}

.local-expert-figure__media {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--petrol-soft);
}

.article-content .local-expert-photo {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  background: var(--petrol-soft);
  box-shadow: none;
}

.local-expert-figure figcaption {
  margin: 0;
  padding: 0.65rem 0.8rem 0.75rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
  font-style: italic;
  line-height: 1.38;
}

.article-content table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
  background: var(--paper);
  font-size: 0.94rem;
}

.article-content th,
.article-content td {
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.article-content th {
  background: var(--petrol-dark);
  color: #fff;
}

.content-figure {
  margin: 0 0 2.5rem;
}

.content-figure img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  box-shadow: var(--shadow-lg);
}

.content-figure figcaption {
  margin-top: 0.65rem;
  color: var(--muted);
  font-size: 0.83rem;
}

.side-rail {
  position: sticky;
  top: 155px;
  display: grid;
  gap: 1rem;
}

.rail-card {
  padding: 1.45rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 5px solid var(--petrol);
  box-shadow: var(--shadow-sm);
}

.rail-card--action {
  background: var(--petrol-dark);
  border: 0;
  border-top: 5px solid var(--amber);
  color: #fff;
}

.rail-card h2,
.rail-card h3 {
  margin: 0;
  color: var(--petrol-dark);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.08;
}

.rail-card--action h2,
.rail-card--action h3 {
  color: #fff;
}

.rail-card p {
  margin: 0.75rem 0 1rem;
  color: var(--muted);
  font-size: 0.93rem;
}

.rail-card--action p {
  color: rgba(255, 255, 255, 0.74);
}

.rail-card .button {
  width: 100%;
}

.rail-links {
  display: grid;
  gap: 0;
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
}

.rail-links a {
  display: block;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.rail-links li:last-child a {
  border-bottom: 0;
}

.technical-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  margin: 2rem 0;
  padding: 1.3rem 1.4rem;
  background: var(--mist);
  border-left: 5px solid var(--amber);
}

.technical-note__label {
  color: var(--amber-dark);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
}

.technical-note p {
  margin: 0;
}

.city-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 2rem;
  align-items: start;
}

.city-facts {
  margin: 0;
  padding: 1.3rem;
  background: var(--petrol-soft);
  border-left: 4px solid var(--petrol);
}

.city-facts div + div {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(14, 83, 104, 0.2);
}

.city-facts dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.city-facts dd {
  margin: 0.15rem 0 0;
  color: var(--petrol-dark);
  font-weight: 800;
}

.nearby-links {
  margin-top: 3rem;
  padding: 1.5rem;
  background: var(--paper);
  border: 1px solid var(--line);
}

.nearby-links h2 {
  margin-top: 0;
  padding-left: 0;
  border: 0;
  font-size: 1.65rem;
}

.nearby-links__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.nearby-links__grid a {
  padding: 0.38rem 0.65rem;
  background: var(--petrol-soft);
  color: var(--petrol-dark);
  border-radius: 2px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin-block: 2rem;
}

.gallery-card {
  margin: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.gallery-card img {
  width: 100%;
  height: 330px;
  margin: 0;
  object-fit: cover;
  box-shadow: none;
}

.gallery-card figcaption {
  padding: 0.9rem 1rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.gallery-intro {
  margin-bottom: 2rem;
  padding: 1.2rem 1.4rem;
  background: var(--petrol-soft);
  border-left: 5px solid var(--amber);
}

.gallery-intro p {
  margin: 0;
}

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

.gallery-case {
  display: grid;
  grid-template-rows: 260px 1fr;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 5px solid var(--amber);
  box-shadow: var(--shadow-sm);
}

.gallery-case__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--petrol-deep);
}

.gallery-case__media::after {
  content: "Agrandir";
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  padding: 0.3rem 0.55rem;
  background: rgba(5, 43, 54, 0.86);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-case__media img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  background: var(--petrol-deep);
  box-shadow: none;
  transition: transform 260ms var(--ease-out);
}

.gallery-case__media:hover img {
  transform: scale(1.035);
}

.gallery-case__content {
  display: grid;
  align-content: start;
  padding: 1.25rem;
}

.gallery-case__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin: 0 0 0.75rem !important;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gallery-case__meta span {
  color: var(--amber-dark);
}

.gallery-case__meta a {
  color: var(--petrol);
}

.gallery-case h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.65rem;
}

.gallery-case__content > p:not(.gallery-case__meta) {
  margin: 0.75rem 0 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.gallery-case__local {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  font-size: 0.88rem;
  font-weight: 800;
}

.gallery-case__local svg {
  width: 16px;
  height: 16px;
}

.gallery-pagination {
  display: flex;
  justify-content: center;
  margin-top: 2.3rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
  margin-top: 2.2rem;
}

.blog-card {
  display: grid;
  grid-template-rows: 230px 1fr;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.blog-card--featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  grid-template-rows: minmax(340px, auto);
}

.blog-card__media {
  display: block;
  overflow: hidden;
  background: var(--petrol-deep);
}

.blog-card__media img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  box-shadow: none;
  transition: transform 260ms var(--ease-out);
}

.blog-card__media:hover img {
  transform: scale(1.035);
}

.blog-card__content {
  display: grid;
  align-content: start;
  padding: 1.45rem;
  border-top: 4px solid var(--amber);
}

.blog-card--featured .blog-card__content {
  align-content: center;
  border-top: 0;
  border-left: 5px solid var(--amber);
}

.blog-card__tag {
  color: var(--amber-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-card h2 {
  margin: 0.6rem 0 0;
  padding: 0;
  border: 0;
  font-size: 1.8rem;
}

.blog-card h2 a {
  color: var(--petrol-dark);
  text-decoration: none;
}

.blog-card p {
  margin: 0.85rem 0 1rem;
  color: var(--muted);
  font-size: 0.94rem;
}

.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  font-weight: 800;
}

.blog-card__link svg {
  width: 17px;
  height: 17px;
}

.article-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-block: 2rem;
}

.article-card {
  display: grid;
  min-height: 220px;
  align-content: end;
  padding: 1.5rem;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
}

.article-card:hover {
  border-color: var(--petrol);
}

.article-card__tag {
  color: var(--amber-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.article-card h2,
.article-card h3 {
  margin: 0.45rem 0 0;
  padding: 0;
  border: 0;
  font-size: 1.7rem;
}

.partner-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-block: 2rem;
}

.partner-link {
  display: block;
  padding: 1rem;
  overflow-wrap: anywhere;
  background: var(--paper);
  border-left: 4px solid var(--amber);
  box-shadow: var(--shadow-sm);
  font-weight: 700;
}

.form-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(2.2rem, 5vw, 4.5rem);
  align-items: start;
}

.quote-form {
  padding: clamp(1.35rem, 4vw, 2.6rem);
  background: var(--paper);
  border-top: 6px solid var(--amber);
  box-shadow: var(--shadow-lg);
}

.form-section + .form-section {
  margin-top: 2.2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.form-section__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
  color: var(--petrol-dark);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
}

.form-section__number {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--amber);
  color: var(--petrol-deep);
  border-radius: 50%;
  font-size: 1rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.2rem;
}

.form-field {
  display: grid;
  gap: 0.35rem;
}

.form-field--wide {
  grid-column: 1 / -1;
}

.form-field label,
.fieldset-legend {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 750;
}

.required-mark {
  color: var(--danger);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.72rem 0.8rem;
  background: #fff;
  color: var(--ink);
  border: 1px solid #aabbbf;
  border-radius: 3px;
  transition: border-color 150ms var(--ease-out), box-shadow 150ms var(--ease-out);
}

.form-field textarea {
  min-height: 160px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--petrol);
  box-shadow: 0 0 0 3px rgba(14, 83, 104, 0.13);
  outline: none;
}

.form-field [aria-invalid="true"] {
  border-color: var(--danger);
  box-shadow: 0 0 0 3px rgba(167, 59, 45, 0.1);
}

.form-error {
  min-height: 1.1em;
  color: var(--danger);
  font-size: 0.78rem;
  font-weight: 700;
}

.checkbox-field {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 0.65rem;
  align-items: start;
}

.checkbox-field input {
  width: 20px;
  height: 20px;
  margin-top: 0.17rem;
  accent-color: var(--petrol);
}

.form-hint {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.form-submit {
  margin-top: 1.5rem;
}

.form-submit .button {
  min-width: 240px;
}

.form-status {
  margin-bottom: 1.2rem;
  padding: 1rem 1.1rem;
  border-left: 5px solid currentColor;
  font-weight: 650;
}

.form-status--error {
  background: #f9e8e4;
  color: var(--danger);
}

.form-status--success {
  background: #e5f3eb;
  color: var(--success);
}

.privacy-note {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.8rem;
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding-block: 3.5rem;
  background: var(--petrol-dark);
  color: #fff;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 80% 50%, rgba(242, 165, 22, 0.17), transparent 30%), repeating-linear-gradient(90deg, transparent 0, transparent 63px, rgba(255, 255, 255, 0.03) 64px);
}

.cta-band__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
}

.cta-band h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  font-weight: 800;
  line-height: 1;
}

.cta-band p {
  max-width: 720px;
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem;
}

.legacy-links {
  margin-top: 2.5rem;
  border: 1px solid var(--line);
  background: var(--paper);
}

.legacy-links summary {
  padding: 0.9rem 1rem;
  color: var(--petrol-dark);
  font-weight: 800;
  cursor: pointer;
}

.legacy-links__content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 1rem 1rem;
}

.legacy-links__content a {
  overflow-wrap: anywhere;
  font-size: 0.8rem;
}

.site-footer {
  background: var(--petrol-deep);
  color: rgba(255, 255, 255, 0.72);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(2, minmax(170px, 0.8fr));
  gap: 3rem;
  padding-block: 4rem;
}

.footer-brand .brand {
  color: #fff;
}

.footer-brand .brand__tagline {
  color: rgba(255, 255, 255, 0.58);
}

.footer-brand > p {
  max-width: 440px;
  margin: 1.2rem 0;
}

.footer-phone {
  display: inline-block;
  color: var(--amber);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-column h2,
.footer-column h3 {
  margin: 0 0 1rem;
  color: #fff;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.footer-links {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-bottom__inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.8rem;
}

.footer-bottom a {
  color: #fff;
}

.mobile-contact-bar {
  display: none;
}

.floating-quote-cta {
  position: fixed;
  z-index: 95;
  right: clamp(1rem, 2.5vw, 2.2rem);
  bottom: clamp(1rem, 2.5vw, 2rem);
  min-height: 64px;
  display: inline-flex;
  align-items: stretch;
  overflow: hidden;
  background: var(--amber);
  color: var(--petrol-deep);
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 18px 45px rgba(5, 43, 54, 0.31), 0 0 0 1px rgba(5, 43, 54, 0.12);
  text-decoration: none;
  transform: translateZ(0);
  transition: transform 180ms var(--ease-out), box-shadow 180ms var(--ease-out), background-color 180ms var(--ease-out);
}

.floating-quote-cta::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: repeating-linear-gradient(to right, var(--petrol-deep) 0 1px, transparent 1px 9px);
  opacity: 0.35;
}

.floating-quote-cta:hover {
  background: #ffb82b;
  color: var(--petrol-deep);
  transform: translateY(-4px);
  box-shadow: 0 23px 52px rgba(5, 43, 54, 0.38), 0 0 0 1px rgba(5, 43, 54, 0.12);
}

.floating-quote-cta:active {
  transform: scale(0.97);
}

.floating-quote-cta__label {
  display: grid;
  align-content: center;
  gap: 0.1rem;
  padding: 0.78rem 1rem 0.72rem 1.05rem;
  line-height: 1;
}

.floating-quote-cta__label small {
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.floating-quote-cta__label strong {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
}

.floating-quote-cta__icon {
  width: 54px;
  display: grid;
  place-items: center;
  background: var(--petrol-deep);
  color: #fff;
}

.floating-quote-cta__icon svg {
  width: 20px;
  height: 20px;
}

.reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  @media (hover: hover) {
    .local-expert-figure__media .local-expert-photo {
      transition: transform 220ms var(--ease-out);
    }

    .local-expert-figure:hover .local-expert-photo {
      transform: scale(1.035);
    }
  }

  .reveal.is-ready {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 240ms var(--ease-out), transform 240ms var(--ease-out);
  }

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

@media (max-width: 1060px) {
  .header-main {
    grid-template-columns: minmax(240px, 1fr) auto;
  }

  .header-contact {
    display: none;
  }

  .nav-link,
  .nav-dropdown__toggle {
    padding-inline: 0.7rem;
    font-size: 0.86rem;
  }

  .hero__content {
    width: min(720px, 78%);
  }

  .editorial-shell,
  .form-shell {
    grid-template-columns: minmax(0, 1fr) 285px;
    gap: 2.3rem;
  }
}

@media (max-width: 860px) {
  body.site-body {
    padding-bottom: 70px;
    font-size: 17px;
  }

  html {
    scroll-padding-top: 88px;
  }

  .site-alert__inner {
    justify-content: center;
    text-align: center;
  }

  .site-alert__secondary {
    display: none;
  }

  .site-header {
    top: 0;
  }

  .header-main {
    min-height: 74px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.65rem;
  }

  .brand__mark {
    width: 48px;
    height: 48px;
  }

  .brand__name {
    font-size: 1.4rem;
  }

  .brand__tagline {
    display: none;
  }

  .header-main > .button {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    z-index: 90;
    top: 112px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    background: var(--petrol-deep);
    opacity: 0;
    transform: translateX(100%);
    pointer-events: none;
    transition: opacity 220ms var(--ease-out), transform 220ms var(--ease-in-out);
  }

  .site-nav.is-open {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }

  .nav-list {
    display: grid;
    align-content: start;
    padding-block: 0.8rem 3rem;
  }

  .nav-item {
    display: grid;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-link,
  .nav-dropdown__toggle {
    width: 100%;
    min-height: 52px;
    justify-content: space-between;
    padding: 0.8rem 1.2rem;
    font-size: 1rem;
    text-align: left;
  }

  .nav-link::after,
  .nav-dropdown__toggle::after {
    display: none;
  }

  .nav-dropdown {
    position: static;
    display: none;
    min-width: 0;
    padding: 0.4rem 0.7rem 0.8rem;
    background: rgba(255, 255, 255, 0.06);
    border: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .nav-dropdown.is-open {
    display: block;
  }

  .nav-dropdown a {
    color: rgba(255, 255, 255, 0.82);
  }

  .nav-dropdown a:hover {
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
  }

  .hero--home {
    min-height: 620px;
    background-position: 64% center;
  }

  .hero::after {
    background-image: linear-gradient(90deg, rgba(5, 43, 54, 0.98) 0%, rgba(5, 43, 54, 0.91) 62%, rgba(5, 43, 54, 0.42) 100%);
  }

  .hero__content {
    width: min(650px, 90%);
    padding-block: 4rem 5.5rem;
  }

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

  .service-strip .container {
    width: 100%;
  }

  .service-strip__grid {
    grid-template-columns: 1fr;
    box-shadow: none;
  }

  .service-proof {
    min-height: 108px;
  }

  .service-proof + .service-proof {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

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

  .split-feature,
  .editorial-shell,
  .form-shell {
    grid-template-columns: 1fr;
  }

  .split-feature__media {
    min-height: 440px;
  }

  .side-rail {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .city-intro {
    grid-template-columns: 1fr;
  }

  .city-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .city-facts div + div {
    margin-top: 0;
    padding-top: 0;
    padding-left: 1rem;
    border-top: 0;
    border-left: 1px solid rgba(14, 83, 104, 0.2);
  }

  .cta-band__inner {
    grid-template-columns: 1fr;
  }

  .cta-band__actions {
    justify-content: flex-start;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .mobile-contact-bar {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
    height: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--petrol-deep);
    border-top: 3px solid var(--amber);
    box-shadow: 0 -12px 28px rgba(5, 43, 54, 0.24);
  }

  .mobile-contact-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
  }

  .mobile-contact-bar svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
  }

  .mobile-contact-bar a + a {
    background: var(--amber);
    color: var(--petrol-deep);
  }

  .floating-quote-cta {
    display: none;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 1.35rem), var(--content));
  }

  .site-alert {
    font-size: 0.78rem;
  }

  .site-alert__inner {
    min-height: 34px;
  }

  .site-nav {
    top: 108px;
  }

  .brand__mark {
    width: 43px;
    height: 43px;
  }

  .brand__name {
    font-size: 1.18rem;
  }

  .hero--home {
    min-height: 610px;
    background-position: 69% center;
  }

  .hero::after {
    background-image: linear-gradient(180deg, rgba(5, 43, 54, 0.74) 0%, rgba(5, 43, 54, 0.91) 48%, rgba(5, 43, 54, 0.99) 100%);
  }

  .hero__content {
    width: 100%;
    padding-block: 3rem 4rem;
    align-self: end;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .hero__lead {
    font-size: 1.02rem;
  }

  .hero__actions,
  .hero__actions .button,
  .cta-band__actions,
  .cta-band__actions .button {
    width: 100%;
  }

  .hero__proofs {
    display: grid;
    gap: 0.7rem;
  }

  .section {
    padding-block: 3.8rem;
  }

  .feature-grid,
  .article-cards,
  .gallery-grid,
  .partner-list,
  .side-rail,
  .footer-main,
  .form-grid {
    grid-template-columns: 1fr;
  }

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

  .split-feature__media {
    min-height: 330px;
  }

  .split-feature__media::before {
    right: -8px;
    bottom: -12px;
    left: 12px;
  }

  .page-hero__inner {
    min-height: 270px;
  }

  .article-content h2 {
    font-size: 2rem;
  }

  .article-content table {
    display: block;
    overflow-x: auto;
  }

  .city-facts {
    grid-template-columns: 1fr;
  }

  .city-facts div + div {
    padding-top: 0.8rem;
    padding-left: 0;
    border-top: 1px solid rgba(14, 83, 104, 0.2);
    border-left: 0;
  }

  .gallery-card img {
    height: 260px;
  }

  .technical-note {
    grid-template-columns: 1fr;
  }

  .quote-form {
    margin-inline: -0.15rem;
  }

  .form-submit .button {
    width: 100%;
    min-width: 0;
  }

  .footer-bottom__inner {
    min-height: 88px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.2rem;
  }
}

@media (max-width: 860px) {
  .blog-card--featured {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .article-content .local-expert-figure {
    width: 100%;
    max-width: 430px;
    float: none;
    margin: 0.35rem auto 1.5rem;
  }

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

  .blog-card--featured {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 250px 1fr;
  }

  .blog-card--featured .blog-card__content {
    border-top: 4px solid var(--amber);
    border-left: 0;
  }

  .gallery-case {
    grid-template-rows: 280px 1fr;
  }
}

@media print {
  .site-alert,
  .site-header,
  .side-rail,
  .cta-band,
  .mobile-contact-bar,
  .floating-quote-cta,
  .site-footer,
  .button,
  .legacy-links {
    display: none !important;
  }

  body.site-body {
    padding: 0;
    background: #fff;
    color: #000;
    font-size: 11pt;
  }

  .page-hero {
    background: #fff;
    color: #000;
  }

  .page-hero::before {
    display: none;
  }

  .page-hero__inner,
  .editorial-shell {
    display: block;
    min-height: 0;
    padding-block: 1rem;
  }

  .breadcrumbs {
    color: #444;
  }

  .breadcrumbs a {
    color: #000;
  }
}

/* Hubs départementaux : navigation locale éditoriale et limitée */
.department-hub__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
  color: var(--muted);
  font-size: 0.92rem;
}
.department-hub__intro {
  padding: clamp(1.35rem, 3vw, 2rem);
  margin-bottom: 1.6rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}
.department-hub__eyebrow {
  margin-bottom: 0.45rem !important;
  color: var(--amber-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.department-hub__intro h2 {
  margin-top: 0;
}
.department-hub__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.1rem;
}
.department-hub__section {
  margin-top: 2rem;
}
.department-hub__section > h2 {
  padding-bottom: 0.55rem;
  border-bottom: 2px solid var(--petrol-soft);
}
.department-hub__checklist,
.department-hub__resources,
.department-hub__other ul {
  margin-bottom: 0;
}
.department-hub__city-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 0;
  list-style: none;
}
.department-hub__city {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}
.department-hub__city a {
  display: block;
  margin-bottom: 0.2rem;
  font-weight: 800;
}
.department-hub__city span {
  color: var(--muted);
  font-size: 0.9rem;
}
.local-context {
  margin: 0 0 1.25rem;
  padding: 0.7rem 0.9rem;
  border-left: 3px solid var(--amber);
  border-radius: 0 6px 6px 0;
  background: var(--mist);
  font-size: 0.94rem;
}
.local-context a {
  font-weight: 700;
}
@media (max-width: 640px) {
  .department-hub__city-grid {
    grid-template-columns: 1fr;
  }
}
