/* Accueil bundle CSS v8.7 - tokens + base + components + home-page. */

/* Source: tokens.css?v=1.1 */

:root {
  /* Raw brand palette */
  --color-white: #ffffff;
  --color-cream-050: #f5f2ea;
  --color-cream-100: #fbf9f5;
  --color-sand-200: #d9d0c5;
  --color-sand-250: #dce9e1;
  --color-clay-400: #94bba8;
  --color-terra-500: #c96b3b;
  --color-bark-700: #497266;
  --color-moss-700: #274438;
  --color-ink-900: #17352b;
  --color-ink-800: #1f3129;
  --color-muted-500: rgba(31, 49, 41, 0.68);
  --color-info-600: #1e5fa3;
  --color-danger-700: #a0121a;
  --color-sky-050: #eef5fc;

  /* Semantic colors */
  --surface-page: var(--color-cream-050);
  --surface-section: var(--color-cream-100);
  --surface-soft: var(--color-sand-200);
  --surface-card: var(--color-white);
  --surface-accent: var(--color-clay-400);
  --surface-dark: var(--color-ink-900);

  --text-strong: var(--color-ink-900);
  --text-base: var(--color-ink-800);
  --text-muted: var(--color-muted-500);
  --text-on-dark: var(--color-white);

  --border-soft: rgba(30, 26, 22, 0.1);
  --border-strong: rgba(30, 26, 22, 0.18);

  --action-primary: var(--color-terra-500);
  --action-primary-hover: #ac5128;
  --action-secondary: var(--color-bark-700);
  --status-info: var(--color-info-600);
  --status-danger: var(--color-danger-700);

  /* Typography */
  --font-body: "Roboto", Arial, sans-serif;
  --font-display: "DM Sans", Arial, sans-serif;

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;

  /* Radius */
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-pill: 999px;

  /* Shadows */
  --shadow-sm: 0 10px 30px rgba(30, 26, 22, 0.05);
  --shadow-md: 0 18px 45px rgba(30, 26, 22, 0.08);
  --shadow-lg: 0 24px 60px rgba(30, 26, 22, 0.12);

  /* Layout */
  --container-max: 1180px;
  --bp-sm: 540px;
  --bp-md: 800px;
  --bp-lg: 1080px;
  --transition-fast: 0.2s ease;
  --transition-base: 0.28s ease;

  /* Legacy aliases kept for current pages */
  --white: var(--color-white);
  --warm-white: var(--surface-page);
  --cream: var(--surface-section);
  --sand: var(--surface-soft);
  --clay: var(--surface-accent);
  --terra: var(--action-primary);
  --bark: var(--action-secondary);
  --moss: var(--color-moss-700);
  --sage: var(--color-moss-700);
  --sage-light: var(--surface-soft);
  --sage-dark: var(--text-base);
  --charcoal: var(--text-strong);
  --charcoal-muted: var(--text-base);
  --mid: var(--text-base);
  --ink: var(--text-strong);
  --warm-grey: var(--text-muted);
  --line: var(--color-sand-250);
  --blue: var(--status-info);
  --danger: var(--status-danger);
  --sky: var(--color-sky-050);
  --hero-portrait-pos: center center;

  /* Existing shared-sheet aliases */
  --c-bg: #f7f4ee;
  --c-bg-alt: var(--surface-card);
  --c-bg-soft: #efe7db;
  --c-dark: var(--text-strong);
  --c-dark-muted: #352f2a;
  --c-text: #5d5853;
  --c-text-strong: var(--text-base);
  --c-accent: #b59a6d;
  --c-accent-strong: #977c52;
  --c-border: var(--border-soft);
  --c-border-strong: var(--border-strong);
  --c-success: #4f6a52;
  --c-white: var(--color-white);

  --ff-body: var(--font-body);
  --ff-display: var(--font-display);
  --max-w: var(--container-max);
  --transition: var(--transition-base);

  /* Palette JS Ambiance Peinture */
  --JS_Logo_vert-principal: #94bba8;
  --JS_Logo_vert-Fonce: #497266;
  --JS_Logo_Terra: #bd511c;
  --JS_vert-clair-E1: #dce9e1;
  --JS_sage-soft: #a5b5a6;
  --JS_sage-dark: #5e7d6e;
  --JS_Fond-principal: #f5f2ea;
  --JS_Blanc-casse: #fbf9f5;
  --JS_Ivoire-doux: #f6f3ee;
  --JS_Vert-principal: #274438;
  --JS_Vert-profond: #17352b;
  --JS_Terracotta-CTA: #c96b3b;
  --JS_Terracotta-hover: #ac5128;
  --JS_Texte-principal: #1f3129;
  --JS_Bordures-fines: rgba(39, 68, 56, 0.14);
  --JS_Verre-depoli: rgba(251, 249, 245, 0.78);
}

/* Source: base.css?v=1.1 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--ff-body);
  color: var(--c-text);
  background: var(--c-bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 1.15rem;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--c-dark);
  font-family: var(--ff-display);
  font-weight: 500;
  line-height: 1.1;
}

main {
  display: block;
}

.container,
.section-body {
  max-width: var(--max-w);
  margin: 0 auto;
}

/* Source: components.css?v=2.3 */

.topbar {
  background: var(--c-dark);
  color: rgba(255, 255, 255, 0.84);
  text-align: center;
  padding: 0.52rem 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.topbar a {
  color: #fff;
  font-weight: 600;
}

header[role="banner"],
.site-header {
  position: sticky;
  top: 0;
  z-index: 110;
  background: rgba(247, 244, 238, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--c-border);
}

header[role="banner"] {
  padding: 0 1.5rem;
}

header[role="banner"]:not(.site-header) {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.header-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0 1.5rem;
}

.logo,
.nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  flex-shrink: 0;
}

.logo-js {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--c-accent), #d5c09a);
  color: var(--c-dark);
  font-family: var(--ff-display);
  font-size: 1.25rem;
  font-weight: 700;
}

.logo-text {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

.logo-text .main,
.nav-logo {
  color: var(--c-dark);
  font-family: var(--ff-display);
  font-size: 1.45rem;
  letter-spacing: 0.03em;
}

.logo-text .sub,
.sub {
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(30, 26, 22, 0.58);
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin: 0;
  padding: 0;
}

.nav-links a {
  font-size: 0.74rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--c-text-strong);
  transition: color var(--transition);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--c-accent-strong);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-left: auto;
}

.header-cta,
.btn-primary,
.contact-num,
.sticky-btn-call,
.sticky-btn--call,
.s-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  border: 1px solid var(--c-dark);
  background: var(--c-dark);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform var(--transition), background var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.header-cta:hover,
.btn-primary:hover,
.contact-num:hover,
.sticky-btn-call:hover,
.sticky-btn--call:hover,
.s-call:hover {
  transform: translateY(-1px);
  background: var(--c-accent-strong);
  border-color: var(--c-accent-strong);
  box-shadow: 0 10px 28px rgba(151, 124, 82, 0.26);
}

.header-cta:focus-visible,
.btn-primary:focus-visible,
.contact-num:focus-visible,
.sticky-btn-call:focus-visible,
.sticky-btn--call:focus-visible,
.s-call:focus-visible {
  outline: 3px solid rgba(181, 154, 109, 0.42);
  outline-offset: 3px;
  transform: translateY(-1px);
  background: var(--c-accent-strong);
  border-color: var(--c-accent-strong);
  box-shadow: 0 10px 28px rgba(151, 124, 82, 0.26);
}

.btn-secondary,
.s-form,
.sticky-btn--devis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  border: 1px solid var(--c-border-strong);
  background: rgba(255, 255, 255, 0.85);
  color: var(--c-dark);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform var(--transition), border-color var(--transition), background var(--transition), color var(--transition);
}

.btn-secondary:hover,
.s-form:hover,
.sticky-btn--devis:hover {
  transform: translateY(-1px);
  background: var(--c-bg-soft);
  border-color: var(--c-accent);
  color: var(--c-dark);
}

.btn-secondary:focus-visible,
.s-form:focus-visible,
.sticky-btn--devis:focus-visible {
  outline: 3px solid rgba(181, 154, 109, 0.3);
  outline-offset: 3px;
  transform: translateY(-1px);
  background: var(--c-bg-soft);
  border-color: var(--c-accent);
  color: var(--c-dark);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--c-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.nav-toggle:focus-visible,
.nav-drawer-close:focus-visible {
  outline: 3px solid rgba(181, 154, 109, 0.35);
  outline-offset: 3px;
  border-color: var(--c-accent);
  box-shadow: 0 0 0 4px rgba(181, 154, 109, 0.12);
}

.nav-toggle-lines,
.nav-toggle-lines::before,
.nav-toggle-lines::after {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--c-dark);
  display: block;
  content: "";
  transition: transform var(--transition), opacity var(--transition);
}

.nav-toggle-lines {
  position: relative;
}

.nav-toggle-lines::before {
  position: absolute;
  top: -6px;
}

.nav-toggle-lines::after {
  position: absolute;
  top: 6px;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines::before {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines::after {
  transform: translateY(-6px) rotate(-45deg);
}

.nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: none;
  pointer-events: none;
}

.nav-drawer.open {
  pointer-events: auto;
}

.nav-drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(16, 14, 12, 0.46);
  opacity: 0;
  transition: opacity var(--transition);
}

.nav-drawer.open .nav-drawer-overlay {
  opacity: 1;
}

.nav-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(88vw, 360px);
  height: 100%;
  background: var(--c-bg);
  box-shadow: -18px 0 40px rgba(0, 0, 0, 0.16);
  transform: translateX(100%);
  transition: transform var(--transition);
  padding: 1.25rem 1.1rem 1.5rem;
  display: flex;
  flex-direction: column;
}

.nav-drawer.open .nav-drawer-panel {
  transform: translateX(0);
}

.nav-drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.nav-drawer-close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--c-border);
  border-radius: 12px;
  background: #fff;
  color: var(--c-dark);
  font-size: 1.35rem;
  cursor: pointer;
}

.nav-drawer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.25rem;
}

.nav-drawer-links a {
  display: block;
  padding: 0.95rem 0.85rem;
  border-radius: 12px;
  color: var(--c-dark);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-drawer-links a:hover,
.nav-drawer-links a:focus-visible {
  background: rgba(181, 154, 109, 0.12);
}

.nav-drawer-footer {
  margin-top: auto;
  display: grid;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--c-border);
}

.breadcrumb {
  border-bottom: 1px solid rgba(30, 26, 22, 0.06);
  background: rgba(255, 255, 255, 0.72);
}

.breadcrumb-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0.8rem 1.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: rgba(30, 26, 22, 0.62);
}

.breadcrumb a {
  color: var(--c-text-strong);
}

.breadcrumb span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--c-accent);
  opacity: 0.7;
}

.breadcrumb strong {
  color: var(--c-dark);
  font-weight: 600;
}

.page-hero,
section.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top center, rgba(181, 154, 109, 0.18), transparent 42%),
    linear-gradient(135deg, #1d1a17 0%, #302923 100%);
  color: #fff;
  padding: 5rem 1.5rem 4rem;
}

.page-hero::before,
section.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.page-hero-inner,
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.hero-content {
  max-width: 820px;
  margin: 0 auto;
}

.s-label,
.s-label--light,
.section-label,
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.2rem;
  font-size: clamp(0.86rem, 0.9vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.s-label::before,
.s-label--light::before,
.section-label::before,
.hero-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.8;
}

.s-label,
.section-label {
  color: var(--c-accent-strong);
}

.s-label--light,
.page-hero .section-label,
.page-hero .hero-eyebrow,
section.hero .hero-eyebrow {
  color: rgba(255, 255, 255, 0.74);
}

.page-hero h1,
section.hero h1 {
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 400;
  margin-bottom: 1.2rem;
}

.page-hero h1 em,
section.hero h1 em,
.section-title em,
.cta-band h2 em {
  color: var(--c-accent);
  font-style: italic;
}

.page-hero-sub,
.hero-sub {
  max-width: 760px;
  margin: 0 auto 2rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.hero-cta-row,
.hero-btns,
.cta-btns,
.cta-band-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.cta-band {
  max-width: calc(var(--max-w) - 3rem);
  margin: 1rem auto 0;
  padding: 2.1rem 1.35rem;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top center, rgba(181, 154, 109, 0.18), transparent 45%),
    linear-gradient(135deg, #1c1a17, #2f2923);
  color: #fff;
  text-align: left;
  box-shadow: var(--shadow-lg);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.85fr);
  align-items: center;
  gap: 1.4rem;
}

.cta-band h2,
.cta-band .cta-band-text h2 {
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  margin-bottom: 0.8rem;
}

.cta-sub {
  display: block;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
}

.cta-band .cta-band-text p {
  max-width: 52ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.cta-band-actions {
  justify-content: flex-end;
}

.site-footer {
  margin-top: 4rem;
  background: var(--c-dark);
  color: rgba(255, 255, 255, 0.78);
}

.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 2.2rem 1.5rem 2.2rem;
  display: grid;
  gap: 1.05rem;
}

.footer-brand {
  font-family: var(--ff-display);
  font-size: 1.5rem;
  color: #fff;
}

.footer-brand small {
  display: block;
  margin-top: 0.55rem;
  font-family: var(--ff-body);
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.9rem;
}

.footer-links a {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.86);
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.footer-copy {
  margin: 0;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.5);
}

.sticky-bar,
.sticky-actions {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 120;
  display: none;
  gap: 0.8rem;
  padding: 0.8rem;
  box-sizing: border-box;
  border-radius: 18px;
  background: rgba(28, 24, 21, 0.94);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  transform: none;
}

.sticky-bar a,
.sticky-actions a {
  flex: 1;
}

.sticky-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#copyToast {
  position: fixed;
  left: 50%;
  bottom: 5.5rem;
  z-index: 200;
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  background: #1e1a16;
  color: #fdf7f2;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-50%) translateY(8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

#copyToast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 1080px) {
  header[role="banner"]:not(.site-header) {
    padding: 0 1rem;
  }

  .header-inner {
    padding: 0 1rem;
  }

  .nav-links {
    gap: 0.9rem;
  }

  .nav-links a {
    font-size: 0.72rem;
  }

  .cta-band {
    max-width: calc(var(--max-w) - 2rem);
  }
}

@media (max-width: 900px) {
  header[role="banner"]:not(.site-header),
  .header-inner {
    min-height: 74px;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    flex-wrap: nowrap;
  }

  .logo,
  .nav-logo {
    width: auto;
    justify-content: flex-start;
  }

  .nav-links {
    display: none;
  }

  .nav-actions .btn-secondary {
    display: none;
  }

  .nav-actions {
    width: auto;
    margin-left: auto;
  }

  .site-header--brand .header-inner {
    min-width: 0;
  }

  .site-header--brand .brand-logo {
    min-width: 0;
  }

  .site-header--brand .brand-logo img {
    width: min(180px, 48vw);
    height: auto;
  }

  .site-header--brand .nav-actions .header-cta {
    width: auto;
    max-width: none;
    padding-inline: 0.9rem;
    white-space: nowrap;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-drawer {
    display: block;
  }

  .page-hero,
  section.hero {
    padding: 4.5rem 1.25rem 3.5rem;
  }

  .cta-band {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cta-band .cta-band-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-band-actions {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .topbar {
    padding: 0.55rem 0.85rem;
    font-size: 0.68rem;
    line-height: 1.5;
  }

  .nav-links,
  .nav-actions .btn-secondary {
    display: none;
  }

  .nav-actions {
    width: auto;
    margin-left: auto;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-drawer {
    display: block;
  }

  .header-cta,
  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

  .page-hero,
  section.hero {
    padding: 4.25rem 1.25rem 3.2rem;
  }

  .page-hero h1,
  section.hero h1 {
    font-size: clamp(2.2rem, 9vw, 3.5rem);
  }

  .page-hero-sub,
  .hero-sub {
    font-size: 0.96rem;
    margin-bottom: 1.6rem;
  }

  .hero-cta-row,
  .hero-btns,
  .cta-btns,
  .cta-band-actions {
    flex-direction: column;
  }

  .nav-drawer-panel {
    width: min(92vw, 340px);
    padding: 1rem 0.95rem 1.25rem;
  }

  .nav-drawer-links a {
    padding: 0.85rem 0.8rem;
    font-size: 0.9rem;
  }

  .breadcrumb-inner {
    padding: 0.8rem 1rem;
  }

  .cta-band {
    max-width: none;
    margin: 0 1rem;
    padding: 2rem 1rem;
  }

  .sticky-bar,
  .sticky-actions {
    display: flex;
    left: max(0.75rem, env(safe-area-inset-left, 0px));
    right: max(0.75rem, env(safe-area-inset-right, 0px));
    bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
    width: auto;
    transform: none;
  }

  .sticky-bar a,
  .sticky-actions a {
    min-width: 0;
    white-space: nowrap;
  }

  .footer-inner {
    padding: 2rem 1rem calc(6rem + env(safe-area-inset-bottom, 0px));
  }
}

.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 120;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--JS_Terracotta-CTA, #c96b3b);
  color: #fff;
  box-shadow: 0 14px 34px rgba(31, 49, 41, 0.18);
  font: 700 1.2rem/1 var(--font-display, sans-serif);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: var(--JS_Terracotta-hover, #ac5128);
}

.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Shared 2026 pilot header */
.site-header.site-header--brand {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 130;
  background: var(--JS_Logo_vert-principal, #94bba8);
  border-bottom: 1px solid rgba(23, 53, 43, 0.2);
  box-shadow: 0 12px 30px rgba(23, 53, 43, 0.14);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-sizing: border-box;
}

body:has(.site-header--brand) {
  padding-top: 112px;
}

.site-header--brand .topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  width: 100%;
  min-height: 28px;
  padding: 0.32rem 1rem;
  margin: 0;
  background: var(--JS_Logo_vert-principal, #94bba8);
  color: var(--JS_Vert-profond, #17352b);
  border-bottom: 1px solid rgba(23, 53, 43, 0.16);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
}

.site-header--brand .topbar a {
  color: var(--JS_Vert-profond, #17352b);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  text-underline-offset: 0.18em;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.site-header--brand .topbar a:hover,
.site-header--brand .topbar a:focus-visible {
  color: var(--JS_Terracotta-hover, #ac5128);
  border-color: var(--JS_Terracotta-hover, #ac5128);
}

.site-header--brand .header-inner {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(620px, 1fr) minmax(170px, 230px);
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 0.42rem clamp(1.25rem, 3vw, 4rem);
  margin: 0;
  background: transparent;
  border: 0;
  box-sizing: border-box;
}

.site-header--brand .brand-logo {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: clamp(8.9rem, 10.5vw, 10.8rem);
  text-decoration: none;
}

.site-header--brand .brand-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 3.55rem;
  object-fit: contain;
}

.site-header--brand .brand-logo--drawer {
  width: 13.5rem;
}

.site-header--brand .main-nav {
  position: static;
  inset: auto;
  z-index: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  min-width: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  mix-blend-mode: normal;
}

.site-header--brand .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 1.45vw, 1.7rem);
  width: 100%;
  text-align: center;
}

.site-header--brand .nav-links a {
  color: var(--JS_Vert-profond, #17352b);
  font-family: var(--font-display, "DM Sans", sans-serif);
  font-size: clamp(0.92rem, 0.95vw, 1.06rem);
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.site-header--brand .nav-links a:hover,
.site-header--brand .nav-links a:focus-visible {
  color: var(--JS_Terracotta-hover, #ac5128);
}

.site-header--brand .nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  justify-self: end;
}

.site-header--brand .header-cta,
.site-header--brand .btn-secondary {
  min-height: 42px;
  width: auto;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  box-shadow: 0 9px 20px rgba(23, 53, 43, 0.12);
}

.site-header--brand .header-cta--phone {
  border-color: var(--JS_Vert-profond, #17352b);
  background: var(--JS_Vert-profond, #17352b);
  color: #fff;
}

.site-header--brand .header-cta--quote {
  border-color: var(--JS_Terracotta-CTA, #c96b3b);
  background: #9f3f12;
  color: #fff;
}

.site-header--brand .header-cta--phone:hover,
.site-header--brand .header-cta--phone:focus-visible {
  background: var(--JS_Vert-principal, #274438);
  border-color: var(--JS_Vert-principal, #274438);
}

.site-header--brand .header-cta--quote:hover,
.site-header--brand .header-cta--quote:focus-visible {
  background: var(--JS_Terracotta-hover, #ac5128);
  border-color: var(--JS_Terracotta-hover, #ac5128);
}

.site-header--brand .nav-toggle {
  display: none;
  border-color: rgba(23, 53, 43, 0.28);
  background: rgba(251, 249, 245, 0.62);
}

.site-header--brand + .nav-drawer .nav-drawer-panel {
  background: var(--JS_Blanc-casse, #fbf9f5);
}

.site-header--brand + .nav-drawer .nav-drawer-links a {
  color: var(--JS_Vert-profond, #17352b);
}

@media (max-width: 1060px) {
  .site-header--brand .header-inner {
    display: flex;
    justify-content: space-between;
  }

  .site-header--brand .main-nav {
    display: none;
  }

  .site-header--brand .nav-toggle {
    display: inline-flex;
  }

  .site-header--brand + .nav-drawer {
    display: block;
  }
}

@media (max-width: 760px) {
  .site-header--brand .topbar {
    display: none;
  }

  body:has(.site-header--brand) {
    padding-top: 68px;
  }

  .site-header--brand .header-inner {
    min-height: 68px;
    padding: 0.48rem 0.75rem;
    gap: 0.55rem;
  }

  .site-header--brand .brand-logo {
    width: clamp(8.8rem, 34vw, 11.2rem);
  }

  .site-header--brand .brand-logo img {
    max-height: 3.35rem;
  }

  .site-header--brand .nav-actions {
    gap: 0.38rem;
  }

  .site-header--brand .header-cta,
  .site-header--brand .btn-secondary {
    min-height: 38px;
    padding: 0.62rem 0.7rem;
    font-size: 0.76rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .site-header--brand .nav-toggle {
    width: 38px;
    height: 38px;
    border-radius: 999px;
  }
}

@media (max-width: 430px) {
  .site-header--brand .brand-logo {
    width: 8.45rem;
  }

  .site-header--brand .header-cta,
  .site-header--brand .btn-secondary {
    padding-inline: 0.55rem;
    font-size: 0.74rem;
  }
}

@media (max-width: 820px) {
  .back-to-top {
    right: 1rem;
    bottom: calc(5.8rem + env(safe-area-inset-bottom, 0px));
  }
}

/* Source: home-page.css?v=8.6 */

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: "DM Sans", sans-serif;
  background: var(--warm-white);
  color: var(--charcoal);
  overflow-x: hidden;
  max-width: 100vw;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 6rem;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
} /* SKIP LINK */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 9999;
  background: var(--bark);
  color: white;
  padding: 1rem;
  transition: top 0.3s;
  font-size: 0.85rem;
}
.skip-link:focus {
  top: 0;
}
.site-header {
  position: relative;
  z-index: 110;
}
a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible {
  outline: 2px solid var(--bark);
  outline-offset: 3px;
}
.btn-primary:focus-visible,
.btn-secondary:focus-visible,
.btn-save-contact:focus-visible,
.sticky-btn:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: 4px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
} /* Gestion du curseur */ /* Flèche standard pour toute la page */
body {
  cursor: default;
} /* Curseur "petite main" pour les liens et les boutons */
a,
button {
  cursor: pointer;
} /* TOPBAR */
.topbar {
  background: var(--charcoal);
  text-align: center;
  padding: 0.6rem 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: var(--sand);
}
.topbar a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
} /* NAV */
nav {
  position: fixed;
  top: 0.7rem;
  left: 0.9rem;
  right: 0.9rem;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(1rem, 2vw, 2.2rem);
  padding: 0.9rem 1.4rem;
  background: rgba(250, 247, 242, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(30, 26, 22, 0.14);
  backdrop-filter: blur(8px) saturate(125%);
  -webkit-backdrop-filter: blur(8px) saturate(125%);
  mix-blend-mode: normal;
}
.nav-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2a221a;
  text-decoration: none;
  flex: 0 0 auto;
  white-space: nowrap;
}
.nav-links {
  display: flex;
  gap: clamp(1rem, 1.6vw, 1.7rem);
  list-style: none;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}
.nav-links a {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal-muted);
  text-decoration: none;
  transition: color 0.3s;
}
.nav-links a:hover {
  color: var(--bark);
}
.nav-cta {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: var(--bark);
  padding: 0.7rem 1.6rem;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 6px 16px rgba(30, 26, 22, 0.2);
  transition:
    background 0.3s,
    transform 0.25s;
}
.nav-cta:hover {
  background: var(--charcoal);
  transform: translateY(-1px);
}
.nav-vcf {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bark);
  border: 1px solid var(--clay);
  padding: 0.6rem 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  transition:
    background 0.3s,
    color 0.3s,
    transform 0.3s;
  white-space: nowrap;
}
.nav-vcf:hover {
  background: var(--clay);
  color: var(--warm-white);
  transform: translateY(-1px);
}
.contact-vcf-btn {
  margin-bottom: 1.8rem;
} /* HERO */
.hero {
  min-height: calc(100vh - 126px);
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(18, 24, 20, 0.8) 0%, rgba(18, 24, 20, 0.68) 52%, rgba(18, 24, 20, 0.5) 100%),
    url("/img/Fonds/unis/Peintre_La-teste-de-buch-opt.webp") center center / cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(25, 22, 18, 0.52) 0%,
    rgba(25, 22, 18, 0.34) 42%,
    rgba(25, 22, 18, 0.22) 100%
  );
  pointer-events: none;
  z-index: 0;
}
.hero > * {
  position: relative;
  z-index: 1;
}
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(100%, 980px);
  padding: clamp(5rem, 9vw, 8rem) clamp(1.5rem, 6vw, 6rem);
  position: relative;
  z-index: 2;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}
.hero-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(251, 249, 245, 0.9);
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  opacity: 0;
  animation: fadeUp 0.8s 0.3s forwards;
}
.hero-eyebrow::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--bark);
  background: rgba(251, 249, 245, 0.62);
}
.hero-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  font-weight: 300;
  line-height: 1.02;
  color: #fffaf2;
  margin-bottom: 2.5rem;
  opacity: 0;
  animation: fadeUp 0.9s 0.5s forwards;
}

/* Lisibilite 2026-05-24 : textes plus lisibles sur accueil desktop/mobile */
.hero-eyebrow,
.section-label,
.zone-v3-eyebrow {
  font-size: clamp(0.82rem, 0.95vw, 0.95rem);
  line-height: 1.35;
}

.hero-sub {
  max-width: 680px;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.75;
  color: rgba(255, 250, 242, 0.96);
}

.real-card-city {
  font-size: clamp(0.72rem, 0.85vw, 0.84rem);
  line-height: 1.35;
}

.real-card-name {
  font-size: clamp(1.25rem, 1.45vw, 1.55rem);
  line-height: 1.18;
}

.reviews-subtitle,
.zone-v3-sub,
.services-intro,
.seo-content-body p,
.contact-body {
  font-size: clamp(1rem, 1.05vw, 1.14rem);
  line-height: 1.78;
}

.review-text {
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  line-height: 1.72;
}

.review-verified,
.review-author,
.review-location {
  font-size: clamp(0.84rem, 0.9vw, 0.96rem);
  line-height: 1.35;
}

.seo-content-title,
.reviews-title,
.services-title,
.realizations-title {
  text-wrap: balance;
}
.hero-title em {
  font-style: italic;
  color: var(--clay);
}

section.hero .hero-eyebrow,
section.hero .hero-title,
section.hero .hero-sub {
  color: #fffaf2;
}

section.hero .hero-title em {
  color: var(--clay);
}

section.hero .hero-eyebrow::before {
  background: rgba(251, 249, 245, 0.62);
}
.hero-sub {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255, 250, 242, 0.9);
  opacity: 0;
  max-width: 560px;
  margin-bottom: 3.5rem;
  animation: fadeUp 0.8s 0.7s forwards;
}
.hero-actions {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.8s 0.9s forwards;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-primary {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--charcoal);
  background: var(--clay);
  padding: 1rem 2.2rem;
  text-decoration: none;
  display: inline-block;
  transition:
    background 0.3s,
    transform 0.3s;
}
.btn-primary:hover {
  background: var(--warm-white);
  transform: translateY(-2px);
}
.btn-secondary {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(251, 249, 245, 0.86);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s;
}
.btn-secondary:hover {
  color: var(--warm-white);
}
.btn-secondary::after {
  content: "";
} /* BTN SAVE CONTACT */
.btn-save-contact {
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--warm-white);
  background: #bd511c;
  border: 1px solid #bd511c;
  padding: 1rem 1.8rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition:
    background 0.3s,
    color 0.3s,
    border-color 0.3s,
    transform 0.3s;
}
.btn-save-contact:hover {
  background: #9f3f12;
  color: var(--warm-white);
  border-color: #9f3f12;
  transform: translateY(-2px);
}
.hero-right {
  display: none;
}
.hero-image-fill {
  display: none;
}
.hero-brush-mark {
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-size: 16rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.12);
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  pointer-events: none;
  user-select: none;
}
.hero-portrait {
  width: min(86%, 390px);
  aspect-ratio: 4 / 5;
  border: none;
  box-shadow: 0 26px 42px rgba(30, 26, 22, 0.24);
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.hero-portrait a {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  box-shadow: inset 0 0 52px rgba(245, 240, 232, 0.36);
  pointer-events: none;
}
.hero-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02) 6%,
    rgba(30, 26, 22, 0.2) 100%
  );
  pointer-events: none;
}
.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-portrait-pos);
  display: block;
  -webkit-mask-image: none;
  mask-image: none;
}
.hero-portrait-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  padding: 0.56rem 0.9rem;
  background: #fff;
  border: 1px solid rgba(23, 53, 43, 0.08);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(7, 20, 15, 0.18);
  transition:
    background 0.15s,
    border-color 0.15s,
    color 0.15s,
    transform 0.15s;
}
.hero-portrait-caption strong {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #17352b;
  letter-spacing: 0.02em;
}
.hero-portrait-caption span {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #17352b;
  opacity: 0.76;
}
.hero-portrait a:hover .hero-portrait-caption,
.hero-portrait a:focus-visible .hero-portrait-caption {
  background: #bd511c;
  border-color: #bd511c;
  transform: translateY(-2px);
}
.hero-portrait a:hover .hero-portrait-caption strong,
.hero-portrait a:hover .hero-portrait-caption span,
.hero-portrait a:focus-visible .hero-portrait-caption strong,
.hero-portrait a:focus-visible .hero-portrait-caption span {
  color: #fff;
  opacity: 1;
}
.hero-tag {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  background: var(--warm-white);
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hero-tag-dot {
  width: 8px;
  height: 8px;
  background: var(--moss);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.6;
  }
}
.hero-tag-text {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-tag-text span {
  color: var(--moss);
  font-weight: 500;
}
.scroll-hint {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.4;
}
.scroll-hint span {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.scroll-line {
  width: 1px;
  height: 60px;
  background: var(--charcoal);
  position: relative;
  overflow: hidden;
}
.scroll-line::after {
  content: "";
  position: absolute;
  top: -100%;
  width: 100%;
  height: 100%;
  background: var(--bark);
  animation: scrollDown 2s ease-in-out infinite;
}
@keyframes scrollDown {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
} /* ABOUT */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90vh;
  overflow: hidden;
}
.about-visual {
  background: var(--sand);
  position: relative;
  overflow: hidden;
  min-height: 600px;
}
.about-visual-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse at 20% 80%,
      rgba(74, 92, 62, 0.3) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse at 80% 20%,
      rgba(196, 168, 130, 0.5) 0%,
      transparent 50%
    ),
    linear-gradient(135deg, #e8ddc8, #c4a882);
}
.about-floating-card {
  position: absolute;
  bottom: 4rem;
  right: -2rem;
  background: var(--warm-white);
  padding: 2rem;
  width: 240px;
  box-shadow: 0 20px 60px rgba(30, 26, 22, 0.15);
}
.about-card-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.about-card-text {
  font-size: 0.75rem;
  line-height: 1.7;
  color: var(--charcoal-muted);
}
.about-card-divider {
  width: 40px;
  height: 1px;
  background: var(--clay);
  margin: 1rem 0;
}
.about-values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.about-value-tag {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--cream);
  color: var(--bark);
  padding: 0.3rem 0.7rem;
}
.about-year-badge {
  position: absolute;
  top: 4rem;
  left: 3rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 8rem;
  font-weight: 300;
  color: rgba(122, 92, 58, 0.15);
  line-height: 1;
}
.about-content {
  background: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 5rem;
}
.section-label {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--bark);
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.section-label::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--bark);
  display: block;
}
.section-label.section-label--light {
  color: var(--sand);
}
.section-label.section-label--light::before {
  background: var(--sand);
}
.about-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--charcoal);
  margin-bottom: 2rem;
}
.about-title em {
  font-style: italic;
  color: var(--bark);
}
.about-body {
  font-size: 0.9rem;
  line-height: 1.9;
  color: var(--charcoal-muted);
  max-width: 440px;
  margin-bottom: 3rem;
}
.about-qualities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.quality-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.quality-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.quality-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--charcoal);
  font-weight: 500;
}
.quality-desc {
  font-size: 0.75rem;
  color: var(--charcoal-muted);
  margin-top: 0.2rem;
  line-height: 1.5;
} /* SERVICES */
.services {
  background: var(--charcoal);
  padding: 7rem 6rem;
}
.services-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5rem;
}
.services-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 300;
  color: var(--cream);
  max-width: 500px;
  line-height: 1.1;
}
.services-title em {
  font-style: italic;
  color: var(--clay);
}
.services-intro {
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.75;
  color: rgba(251, 249, 245, 0.96);
  max-width: 380px;
  text-align: right;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
  background: transparent;
}
.service-card {
  background:
    linear-gradient(180deg, rgba(251, 249, 245, 0.86), rgba(251, 249, 245, 0.78)),
    url("/img/Fonds/unis/Devis_Peinture_Bassin_Bordeaux-opt.webp") center / cover no-repeat;
  padding: 2.35rem 2rem;
  border: 8px solid #fff;
  border-radius: 18px;
  box-shadow: 0 22px 54px rgba(10, 26, 20, 0.22);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
a.service-card {
  display: block;
  color: inherit;
  text-decoration: none;
}
.service-card::after {
  content: "Voir la prestation ->";
  position: absolute;
  right: 1.3rem;
  bottom: 1.2rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: var(--bark);
  color: var(--warm-white);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease;
  pointer-events: none;
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: var(--clay);
  box-shadow: 0 32px 76px rgba(10, 26, 20, 0.32);
}
.service-card:hover::after,
.service-card:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}
.service-card:focus-visible {
  outline: 3px solid var(--clay);
  outline-offset: 4px;
  border-color: var(--clay);
}
.service-card > * {
  position: relative;
  z-index: 1;
}
.service-number {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9rem;
  color: var(--clay);
  margin-bottom: 1.5rem;
  font-style: italic;
}
.service-icon {
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
.service-name {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.55rem, 2vw, 1.95rem);
  font-weight: 600;
  color: var(--bark);
  margin-bottom: 0.8rem;
  line-height: 1.2;
}
.service-desc {
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.72;
  color: rgba(23, 53, 43, 0.96);
}
.service-arrow {
  margin-top: 2rem;
  font-size: 1rem;
  color: var(--clay);
  opacity: 0;
  transition:
    opacity 0.3s,
    transform 0.3s;
  transform: translateX(-8px);
}
.service-card:hover .service-arrow {
  opacity: 1;
  transform: translateX(0);
} /* PROCESS */
.process {
  background: var(--warm-white);
  padding: 7rem 6rem;
}
.process-header {
  text-align: center;
  margin-bottom: 5rem;
}
.process-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 300;
  color: var(--charcoal);
  margin-bottom: 1rem;
}
.process-title em {
  font-style: italic;
  color: var(--bark);
}
.process-sub {
  font-size: 0.85rem;
  color: var(--charcoal);
  max-width: 400px;
  margin: 0 auto;
  line-height: 1.7;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.process-steps::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--clay),
    var(--clay),
    transparent
  );
  z-index: 0;
}
.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}
.step-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--cream);
  border: 1px solid var(--clay);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--bark);
  margin-bottom: 2rem;
  flex-shrink: 0;
}
.step-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 0.8rem;
}
.step-desc {
  font-size: 0.78rem;
  line-height: 1.7;
  color: var(--charcoal);
} /* REALISATIONS */
.realizations {
  background: var(--cream);
  padding: 7rem clamp(1rem, 3vw, 3rem);
  width: 100%;
}
.realizations-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}
.realizations-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.1;
}
.realizations-title em {
  font-style: italic;
  color: var(--bark);
}
.realizations-view-all {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bark);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap 0.3s;
  flex-shrink: 0;
  margin-bottom: 0.5rem;
}
.realizations-view-all:hover {
  gap: 1rem;
}
.realizations-view-all::after {
  content: "";
}
.real-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  width: 100%;
}
.real-card {
  background: var(--sand);
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  color: #fff;
  text-decoration: none;
  display: block;
  isolation: isolate;
  cursor: pointer;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}
.real-card--double {
  grid-column: auto;
  grid-row: auto;
  aspect-ratio: 1/1;
}
.real-card-bg {
  position: absolute;
  inset: 0;
  transition:
    transform 0.6s ease,
    opacity 0.6s ease;
  z-index: 1;
  opacity: 0.2;
  pointer-events: none;
}
.real-card:hover .real-card-bg {
  transform: scale(1.04);
}
.real-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  z-index: 0;
}
.real-card:hover .real-card-img {
  transform: scale(1.04);
}
.real-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(12, 10, 8, 0.9) 0%,
    rgba(18, 15, 13, 0.68) 38%,
    rgba(18, 15, 13, 0.34) 70%,
    rgba(18, 15, 13, 0.1) 100%
  );
  opacity: 1;
  transition: opacity 0.4s;
  z-index: 2;
}
.real-card:hover .real-card-overlay {
  opacity: 1;
}
.real-card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(
    180deg,
    rgba(18, 15, 13, 0),
    rgba(18, 15, 13, 0.9) 30%,
    rgba(18, 15, 13, 0.98)
  );
  transform: none;
  opacity: 1;
  transition: all 0.4s;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.72);
  z-index: 4;
}
.real-card::after {
  content: "Voir la réalisation ->";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: var(--warm-white);
  color: var(--charcoal);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease;
  pointer-events: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}
.real-card:hover,
.real-card:focus-visible {
  transform: translateY(-8px);
  box-shadow: 0 30px 72px rgba(10, 26, 20, 0.34);
}
.real-card:hover::after,
.real-card:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}
.real-card:focus-visible {
  outline: 3px solid var(--clay);
  outline-offset: 4px;
}
.real-card:hover .real-card-info {
  transform: translateY(-2.35rem);
  opacity: 1;
}
.real-card-city {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #f4d6a3;
  margin-bottom: 0.3rem;
}
.real-card-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
}
.real-card-desc {
  max-width: 100%;
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.76rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.real-card:not(.real-card--double) .real-card-desc {
  display: none;
}
.real-card-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--warm-white);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bark);
  padding: 0.3rem 0.7rem;
  z-index: 4;
}
.rc0 .real-card-bg {
  background: linear-gradient(135deg, #c4a882, #8a8278);
}
.rc0 .real-card-img {
  object-fit: cover;
}
.rc1 .real-card-bg {
  background: linear-gradient(135deg, #c4a882, #7a5c3a);
}
.rc2 .real-card-bg {
  background: linear-gradient(135deg, #4a5c3e, #7a5c3a);
}
.rc3 .real-card-bg {
  background: linear-gradient(135deg, #e8ddc8, #c4a882);
}
.rc4 .real-card-bg {
  background: linear-gradient(135deg, #7a5c3a, #1e1a16);
}
.rc5 .real-card-bg {
  background: linear-gradient(135deg, #c4a882, #4a5c3e);
}
.rc6 .real-card-bg {
  background: linear-gradient(135deg, #c4a882, #1e1a16);
} /* ZONE */ /* - ZONE V2 : cartes régions fond sombre ----------------------------- - */
.zone-v3 {
  background: var(--charcoal);
  padding: 7rem 6rem;
  position: relative;
  overflow: hidden;
}
.zone-v3::before {
  content: "";
  position: absolute;
  right: -200px;
  top: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(196, 168, 130, 0.06);
  pointer-events: none;
}
.zone-v3-header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
.zone-v3-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--clay);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.zone-v3-eyebrow::before,
.zone-v3-eyebrow::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: var(--clay);
}
.zone-v3-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 0.8rem;
}
.zone-v3-title em {
  font-style: italic;
  color: var(--sand);
}
.zone-v3-sub {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.82);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.7;
}
.zone-v3-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}
.zone-v3-card {
  background: rgba(255, 255, 255, 0.04);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid rgba(251, 249, 245, 0.28);
  border-radius: 8px;
  padding: 2rem 1.8rem;
  transition:
    border-color 0.2s,
    transform 0.2s;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 18px 46px rgba(7, 20, 15, 0.22);
}
.zone-v3-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(23, 53, 43, 0.18),
    rgba(23, 53, 43, 0.26)
  );
}
.zone-v3-card:nth-child(1) {
  background-image: url("/img/Zones/Peintre_BassindArcachon_33-opt.webp");
}
.zone-v3-card:nth-child(2) {
  background-image: url("/img/Zones/Peintre_Landes_33-opt.webp");
}
.zone-v3-card:nth-child(3) {
  background-image: url("/img/Zones/Peintre_Medoc_33-opt.webp");
}
.zone-v3-card:nth-child(4) {
  background-image: url("/img/Zones/Peintre_Bordeaux_33-opt.webp");
}
.zone-v3-card:nth-child(5) {
  background-image: url("/img/Zones/Peintre_Rive-droite_33-opt.webp");
}
.zone-v3-card:hover {
  border-color: rgba(251, 249, 245, 0.52);
  transform: translateY(-2px);
}
.zone-v3-card-title {
  width: fit-content;
  font-size: 0.77rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #17352b;
  background: #fff;
  border: 1px solid rgba(23, 53, 43, 0.08);
  border-radius: 999px;
  padding: 0.42rem 0.78rem;
  box-shadow: 0 8px 22px rgba(7, 20, 15, 0.18);
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-shadow: none;
}
.zone-v3-card-title::before {
  display: none;
}
.zone-v3-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.zone-btn-dark {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(23, 53, 43, 0.08);
  color: #17352b;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition:
    background 0.15s,
    border-color 0.15s,
    color 0.15s;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(7, 20, 15, 0.14);
}
.zone-btn-dark:hover {
  background: #bd511c;
  border-color: #bd511c;
  color: #fff;
} /* - fin ZONE V2 ------------------------------------------------------ - */ /* CONTACT */
.contact {
  background: var(--cream);
  padding: 8rem 6rem;
  min-height: 70vh;
}
.contact-left {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(320px, 0.9fr);
  column-gap: 6rem;
  row-gap: 1rem;
  align-items: start;
}
.contact-left > .section-label,
.contact-left > .contact-title,
.contact-left > .contact-body {
  grid-column: 1;
}
.contact-left > .contact-phone,
.contact-left > .contact-phone-label,
.contact-left > .contact-email-btn,
.contact-left > .contact-vcf-btn,
.contact-left > .contact-highlights {
  grid-column: 2;
}
.contact-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 300;
  line-height: 1.02;
  color: var(--charcoal);
  margin-bottom: 1.3rem;
}
.contact-title em {
  font-style: italic;
  color: var(--bark);
}
.contact-body {
  font-size: 0.92rem;
  line-height: 1.85;
  color: var(--charcoal-muted);
  margin-bottom: 0.8rem;
  max-width: 520px;
}
.contact-phone {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 300;
  color: var(--charcoal);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.2rem;
  transition: color 0.3s;
}
.contact-phone:hover {
  color: var(--bark);
}
.contact-phone-label {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--charcoal-muted);
  margin-bottom: 1.2rem;
  padding-left: 0.3rem;
}
.contact-email-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  text-decoration: none;
  background: var(--charcoal);
  color: var(--warm-white);
  padding: 1rem 1.75rem;
  border: 1px solid var(--charcoal);
  border-radius: 2px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 500;
  transition:
    background 0.3s,
    transform 0.3s,
    border-color 0.3s;
  margin-bottom: 1.8rem;
  width: fit-content;
}
.contact-email-btn:hover {
  background: var(--bark);
  border-color: var(--bark);
  transform: translateY(-2px);
}
.contact-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(90px, 1fr));
  gap: 1.4rem;
  width: 100%;
  max-width: 540px;
}
.contact-right {
  background: var(--charcoal);
  padding: 3.5rem;
}
.contact-form-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--cream);
  margin-bottom: 0.5rem;
}
.contact-form-sub {
  font-size: 0.75rem;
  color: var(--charcoal);
  margin-bottom: 2.5rem;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.form-group.full {
  grid-column: span 2;
}
.form-group label {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--charcoal);
}
.form-group input,
.form-group textarea,
.form-group select {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--cream);
  padding: 0.85rem 1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.85rem;
  outline: none;
  transition: border-color 0.3s;
  resize: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--clay);
}
.form-group textarea {
  min-height: 100px;
}
.form-group select option {
  background: var(--charcoal);
}
.form-submit {
  width: 100%;
  background: var(--clay);
  color: var(--charcoal);
  border: none;
  padding: 1.1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: background 0.3s;
  margin-top: 1rem;
}
.form-submit:hover {
  background: var(--cream);
}
.form-note {
  font-size: 0.68rem;
  color: var(--charcoal);
  text-align: center;
  margin-top: 1rem;
} /* SEO CONTENT */
.seo-content {
  background: url("/img/Fonds/unis/Devis_Peinture_Bassin_Bordeaux-opt.webp") center / cover no-repeat;
  padding: 5rem 2rem;
  border-top: 1px solid rgba(39, 68, 56, 0.16);
  border-bottom: 1px solid rgba(39, 68, 56, 0.16);
}
.seo-content-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 1.05fr);
  gap: 3.5rem;
  align-items: start;
  background: rgba(251, 249, 245, 0.82);
  border: 1px solid rgba(251, 249, 245, 0.7);
  border-radius: 18px;
  padding: clamp(1.6rem, 3vw, 3rem);
  box-shadow: 0 24px 70px rgba(23, 53, 43, 0.1);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.seo-content-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  font-weight: 300;
  line-height: 1.12;
  color: var(--bark);
}
.seo-content-body p {
  font-size: 0.92rem;
  line-height: 1.9;
  color: rgba(23, 53, 43, 0.9);
  margin-bottom: 1.1rem;
  max-width: 64ch;
}
.seo-content-body p:last-child {
  margin-bottom: 0;
} /* FOOTER */
footer {
  background: var(--charcoal);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 3rem 6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--cream);
  text-decoration: none;
  flex: 1 1 150px;
  order: 2;
}
.footer-info {
  font-size: 0.72rem;
  color: var(--warm-white);
  line-height: 1.7;
  text-align: center;
  flex: 1 1 100%;
  order: 1;
}
.footer-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  flex: 1 1 100%;
  justify-content: center;
  order: 3;
}
.footer-links a {
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--warm-white);
  text-decoration: none;
  transition: opacity 0.3s;
}
.footer-links a:hover {
  opacity: 0.8;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 0 0 auto;
}
.urgence-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) 2px minmax(460px, 2.4fr) auto;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 2rem;
  padding: 1.35rem 1.8rem;
  text-decoration: none;
  border: 4px solid rgba(255, 255, 255, 0.78);
  border-radius: 14px;
  background: linear-gradient(135deg, #bd511c 0%, #a8461c 100%);
  box-shadow: 0 22px 56px rgba(10, 26, 20, 0.18);
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    background 0.25s;
}
.urgence-block:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #c85c25 0%, #9f3f12 100%);
  box-shadow: 0 28px 68px rgba(10, 26, 20, 0.24);
}
.urgence-block::before {
  content: "";
  width: 2px;
  height: 56px;
  background: rgba(255, 255, 255, 0.36);
  grid-column: 2;
  grid-row: 1;
}
.urgence-header {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  min-width: 0;
  grid-column: 1;
}
.urgence-content {
  grid-column: 3;
  min-width: 0;
}
.urgence-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 auto;
}
.urgence-badge {
  font-size: clamp(1.05rem, 1.25vw, 1.24rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.urgence-title {
  margin-bottom: 0.32rem;
  font-size: clamp(1.08rem, 1.35vw, 1.32rem);
  font-weight: 800;
  color: #fff;
}
.urgence-text {
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.94);
}
.urgence-link {
  grid-column: 4;
  margin-left: auto;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}
.stat-number {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 300;
  color: var(--bark);
}
.stat-label {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.4;
}
.footer-copy-small {
  font-size: 0.82rem;
  opacity: 0.6;
}
.section-label--center {
  justify-content: center;
}
.section-title-spaced {
  margin-top: 2.4rem;
}
.lang-switcher {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lang-link {
  color: var(--charcoal);
  text-decoration: none;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.lang-link.active {
  opacity: 1;
  color: var(--bark);
  border-bottom: 1.5px solid var(--clay);
}
.lang-divider {
  width: 1px;
  height: 10px;
  margin: 0 2px;
  background: rgba(0, 0, 0, 0.1);
}
.footer-assurance-strip {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.78);
}
.footer-social {
  width: 100%;
  margin-top: 0.6rem;
  padding-top: 1.4rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-social-title {
  margin-bottom: 0.9rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.s-form {
  background: #9f3f12;
  border-color: #9f3f12;
  color: #fff;
}
.footer-social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
}
.footer-social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-social-link:hover,
.footer-social-link:focus-visible {
  color: var(--warm-white);
}
.footer-social-link--linkedin:hover,
.footer-social-link--linkedin:focus-visible {
  color: #0a66c2;
}
.footer-social-link--instagram:hover,
.footer-social-link--instagram:focus-visible {
  color: #e1306c;
}
.footer-social-link--facebook:hover,
.footer-social-link--facebook:focus-visible {
  color: #1877f2;
}
.footer-social-label {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}
.footer-avis {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  flex: 1 1 100%;
}
.footer-avis-text {
  font-size: 0.72rem;
  color: var(--sand);
  line-height: 1.6;
}
.footer-avis-text span {
  opacity: 0.65;
}
.footer-avis-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1px solid var(--clay);
  color: var(--sand);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.55rem 1.1rem;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background 0.2s,
    color 0.2s;
}
.footer-avis-btn:hover {
  background: var(--clay);
  color: var(--charcoal);
} /* REVEAL ANIMATIONS */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 {
  transition-delay: 0.15s;
}
.reveal-delay-2 {
  transition-delay: 0.3s;
}
.reveal-delay-3 {
  transition-delay: 0.45s;
} /* RESPONSIVE */
@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-right {
    display: block;
    grid-row: 1;
    margin-bottom: 2rem;
  }
  .hero-left {
    grid-row: 2;
    padding: 2rem 1.5rem 4rem;
    text-align: center;
  }
  .hero-portrait {
    margin: 0 auto;
    width: 80%;
    max-width: 300px;
  }
  .about {
    grid-template-columns: 1fr;
  }
  .about {
    overflow: visible;
  }
  .about-visual {
    min-height: 400px;
  }
  .services {
    padding: 5rem 2rem;
  }
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
  .services-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .services-intro {
    text-align: left;
    max-width: 100%;
  }
  .process {
    padding: 5rem 2rem;
  }
  .process-steps {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .process-steps::before {
    display: none;
  }
  .realizations {
    padding: 5rem 2rem;
  }
  .real-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .real-card--double {
    grid-column: auto;
  }
  .zone-v3 {
    padding: 5rem 2rem;
  }
  .zone-v3-grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact {
    padding: 5rem 2rem;
    min-height: auto;
  }
  .contact-left {
    grid-template-columns: 1fr;
    row-gap: 0.8rem;
    text-align: center;
  }
  .contact-left > * {
    grid-column: 1;
  }
  .contact-body {
    margin-left: auto;
    margin-right: auto;
    max-width: 560px;
  }
  .contact-phone {
    justify-content: center;
  }
  .contact-phone-label {
    padding-left: 0;
  }
  .contact-email-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .contact-highlights {
    grid-template-columns: repeat(3, minmax(80px, 1fr));
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .seo-content {
    padding: 4rem 2rem;
  }
  .seo-content-inner {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .seo-content-title {
    text-align: center;
  }
  .seo-content-body p {
    margin-left: auto;
    margin-right: auto;
  }
  footer {
    flex-direction: column;
    text-align: center;
    padding: 3rem 2rem;
  }
  nav {
    top: 0.45rem;
    left: 0.45rem;
    right: 0.45rem;
    padding: 0.7rem 0.85rem;
    border-radius: 10px;
  }
  .nav-links {
    display: none;
  }
}
@media (max-width: 640px) {
  .zone-v3-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .contact {
    padding: 4.2rem 1.1rem;
    min-height: auto;
  }
  .contact-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.65rem;
    max-width: 100%;
  }
  .contact-left > * {
    grid-column: auto;
    width: 100%;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-title {
    font-size: clamp(2.6rem, 11vw, 3.3rem);
    line-height: 1.02;
    margin-bottom: 0.6rem;
    text-wrap: balance;
  }
  .contact-body {
    max-width: 28ch;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.75rem;
  }
  .contact-phone {
    justify-content: center;
    white-space: nowrap;
    gap: 0.55rem;
    font-size: clamp(1.85rem, 8.2vw, 2.25rem);
    margin-bottom: 0.1rem;
  }
  .contact-phone-label {
    max-width: 28ch;
    padding-left: 0;
    margin-bottom: 0.9rem;
  }
  .contact-email-btn {
    width: min(100%, 320px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.1rem;
  }
  .contact-highlights {
    width: 100%;
    max-width: 320px;
    grid-template-columns: repeat(3, minmax(88px, 1fr));
    gap: 0.8rem;
    margin-left: auto;
    margin-right: auto;
  }
  .about-year-badge {
    top: 1rem;
    left: 1rem;
    transform: none;
    font-size: clamp(3.5rem, 12vw, 5rem);
    color: rgba(30, 26, 22, 0.22);
    letter-spacing: 0.02em;
    z-index: 0;
    text-shadow: 0 8px 24px rgba(245, 240, 232, 0.8);
  }
}
@media (max-width: 600px) {
  nav {
    padding: 0.62rem 0.62rem;
  }
  .nav-logo {
    font-size: 0.95rem;
    letter-spacing: 0.11em;
    max-width: 52%;
    line-height: 1.1;
  }
  .nav-vcf {
    padding: 0.5rem 0.6rem;
    font-size: 0.62rem;
  }
  .nav-cta {
    white-space: nowrap;
    font-size: 0.64rem;
    letter-spacing: 0.06em;
    padding: 0.58rem 0.78rem;
    line-height: 1;
    flex: 0 0 auto;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .process-steps {
    grid-template-columns: 1fr;
  }
  .realizations {
    padding: 4rem 1rem;
  }
  .realizations-header {
    display: block;
    margin-bottom: 2rem;
  }
  .realizations-view-all {
    display: inline-flex;
    margin-top: 1rem;
  }
  .real-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .real-card--double {
    grid-column: span 1;
    grid-row: auto;
    aspect-ratio: 1/1;
  }
  .real-card-info {
    padding: 1.1rem;
  }
  .real-card-name {
    font-size: 1.12rem;
    line-height: 1.08;
  }
  .real-card-city {
    font-size: 0.58rem;
    line-height: 1.25;
  }
  .real-card-label {
    top: 0.75rem;
    left: 0.75rem;
    max-width: calc(100% - 1.5rem);
    font-size: 0.62rem;
    line-height: 1.2;
    white-space: normal;
  }
  .real-card-desc {
    display: none;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .form-group.full {
    grid-column: span 1;
  }
  .about-qualities {
    grid-template-columns: 1fr;
  }
  .contact {
    padding: 4.2rem 1.1rem;
  }
  .contact-left {
    row-gap: 0.55rem;
    text-align: center;
    justify-items: center;
  }
  .contact-title {
    font-size: clamp(2.6rem, 11vw, 3.3rem);
    line-height: 1.02;
    margin-bottom: 0.7rem;
    text-wrap: balance;
  }
  .contact-body {
    max-width: 30ch;
    font-size: 1.02rem;
    line-height: 1.62;
    margin-bottom: 1rem;
  }
  .contact-phone {
    white-space: nowrap;
    gap: 0.55rem;
    font-size: clamp(1.95rem, 9vw, 2.35rem);
    margin-bottom: 0.1rem;
  }
  .contact-phone span {
    font-size: 1.2rem;
    line-height: 1;
  }
  .contact-phone-label {
    max-width: 28ch;
    margin-bottom: 1rem;
    font-size: 0.67rem;
    line-height: 1.45;
    letter-spacing: 0.09em;
  }
  .contact-email-btn {
    width: min(100%, 300px);
    margin-bottom: 1.15rem;
    padding: 0.95rem 1rem;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }
  .contact-highlights {
    grid-template-columns: repeat(3, minmax(82px, 1fr));
    gap: 0.9rem;
    max-width: 320px;
    width: 100%;
  }
  footer {
    flex-direction: column;
    gap: 0.6rem;
  }
  .footer-info {
    order: 1;
    width: 100%;
  }
  .footer-logo {
    order: 2;
  }
  .footer-links {
    order: 3;
    justify-content: center;
    flex-wrap: wrap;
  }
  .seo-content {
    padding: 3.2rem 1.2rem;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .btn-save-contact {
    width: 100%;
    justify-content: center;
  }
} /* (media @1024px déjà défini ci-dessus - doublon supprimé) */
/* ─── STICKY ACTIONS ───────────────────────────────────────────── */
.sticky-actions {
  display: none;
  position: fixed;
  z-index: 120;
  gap: 0.8rem;
  padding: 0.8rem;
  box-sizing: border-box;
  background: rgba(28, 24, 21, 0.94);
  border-radius: var(--radius-md);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}
.sticky-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.7rem 1.6rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition:
    transform 0.2s,
    color 0.2s,
    background 0.2s;
  box-shadow: 0 8px 15px rgba(30, 26, 22, 0.25);
}
.sticky-btn--call {
  background: #7a5c3a;
  color: #fdf7f2;
  border: 1px solid transparent;
} /* Toast "Numéro copié" */
#copyToast {
  position: fixed;
  bottom: 5.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: #1e1a16;
  color: #fdf7f2;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.25s,
    transform 0.25s;
  z-index: 200;
  white-space: nowrap;
}
#copyToast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.sticky-btn--devis {
  background: rgba(253, 247, 242, 0.1);
  color: #fdf7f2;
  border: 1px solid rgba(253, 247, 242, 0.3);
}
.sticky-btn:hover {
  transform: translateY(-2px);
}
/* TEICH PROMO BAND */
.teich-promo {
  background:
    linear-gradient(90deg, rgba(23, 53, 43, 0.88) 0%, rgba(23, 53, 43, 0.72) 52%, rgba(23, 53, 43, 0.38) 100%),
    url("/img/Fonds/unis/Peintre_Le_Teich_002.webp") center 48% / cover no-repeat;
  padding: 3.8rem 6rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 3rem;
  position: relative;
  overflow: hidden;
} /* Bande animée gauche */
.teich-promo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(
    180deg,
    #d4af37,
    #2d5a27,
    #d4af37
  ); /* Or et pins au naturel */
  transform-origin: center;
  animation: teichPulse 3s ease-in-out infinite;
} /* Cercle déco fond droit */
.teich-promo::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.15); /* Or transparent */
  pointer-events: none;
}
@keyframes teichPulse {
  0% {
    opacity: 0.68;
    transform: scaleY(0.92);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 0.68;
    transform: scaleY(0.92);
  }
}
.teich-promo-left {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  min-width: 0;
  position: relative;
  z-index: 1;
} /* Point ping animé */
.teich-pin {
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teich-pin-dot {
  width: 13px;
  height: 13px;
  background: #c52127; /* Gueules / Rouge */
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.teich-pin-ring {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 2px solid #c52127;
  border-radius: 50%;
  animation: teichPing 2.4s ease-out infinite;
  opacity: 0;
}
.teich-pin-ring:nth-child(2) {
  animation-delay: 0.7s;
}
.teich-pin-ring:nth-child(3) {
  animation-delay: 1.4s;
}
@keyframes teichPing {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.teich-body {
  max-width: 900px;
  min-width: 0;
}
.teich-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d4af37; /* Or */
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
}
.teich-eyebrow::before {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: #d4af37;
}
.teich-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  font-weight: 300;
  color: #fff; /* Argent / Blanc */
  line-height: 1.12;
  margin-bottom: 0.6rem;
  max-width: 22em;
}
.teich-title em {
  font-style: italic;
  color: #d4af37;
}
.teich-sub {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78); /* Argent transparent */
  line-height: 1.65;
  max-width: 680px;
}
.teich-promo-right {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.teich-btn-call {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  justify-content: center;
  background: #bd511c;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 1rem 2rem;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #bd511c;
  box-shadow: 0 18px 34px rgba(189, 81, 28, 0.28);
  transition:
    background 0.25s,
    transform 0.2s,
    box-shadow 0.2s;
}
.teich-btn-call:hover {
  background: #9f3f12;
  border-color: #9f3f12;
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(159, 63, 18, 0.32);
}
.teich-btn-page {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: #d4af37; /* Or */
  text-decoration: none;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  transition:
    color 0.2s,
    border-color 0.2s;
}
.teich-btn-page:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.teich-btn-page::after {
  content: "";
  transition: transform 0.2s;
}
.teich-btn-page:hover::after {
  transform: translateX(4px);
}
@media (max-width: 1024px) {
  .teich-promo {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    gap: 2rem;
  }
  .teich-promo-right {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .teich-promo {
    padding: 3.2rem 1.4rem;
    background:
      linear-gradient(180deg, rgba(23, 53, 43, 0.9) 0%, rgba(23, 53, 43, 0.74) 100%),
      url("/img/Fonds/unis/Peintre_Le_Teich_002.webp") center / cover no-repeat;
  }

  .teich-promo-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
  .teich-pin {
    display: none;
  }
} /* REVIEWS */ /* - SECTION AVIS V2 - */
.reviews {
  background:
    linear-gradient(180deg, rgba(30, 26, 22, 0.34) 0%, rgba(30, 26, 22, 0.48) 48%, rgba(30, 26, 22, 0.38) 100%),
    url("/img/Fonds/premium/Peintre_en_batiment-33-opt.webp") center 42% / cover no-repeat;
  padding: 7rem 6rem;
  border-top: 1px solid rgba(122, 92, 58, 0.1);
  position: relative;
  overflow: hidden;
}
.reviews::before {
  content: "";
  position: absolute;
  left: -180px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(196, 168, 130, 0.08);
  pointer-events: none;
}
.reviews-header {
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.reviews-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.35rem, 4vw, 4rem);
  font-weight: 300;
  color: var(--cream);
  margin-bottom: 0.7rem;
  line-height: 1.1;
}
.reviews-title em {
  font-style: italic;
  color: var(--clay);
}
.reviews-subtitle {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.42);
  letter-spacing: 0.06em;
  margin-bottom: 2.25rem;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.review-card {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(196, 168, 130, 0.15);
  padding: 2.1rem;
  position: relative;
  transition:
    background 0.3s,
    border-color 0.3s,
    transform 0.3s;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.review-card::before {
  content: "\201C";
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  line-height: 1;
  color: var(--clay);
  opacity: 0.25;
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  pointer-events: none;
}
.review-card:hover {
  background: rgba(196, 168, 130, 0.1);
  border-color: rgba(196, 168, 130, 0.6);
  transform: translateY(-4px);
}
.review-stars {
  display: flex;
  gap: 4px;
  align-items: center;
  color: #f4b942;
  letter-spacing: 2px;
  font-size: 1.1rem;
}
.review-stars svg {
  width: 16px;
  height: 16px;
  fill: #f4b942;
  flex-shrink: 0;
}
.review-verified {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  margin-left: 0.6rem;
}
.review-stars-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.35rem;
}
.review-text {
  font-size: 0.88rem;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.72);
  font-style: italic;
  flex: 1;
}
.review-text strong {
  font-weight: 500;
  color: var(--clay);
  font-style: normal;
}
.review-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 0.9rem;
  margin-top: auto;
}
.review-author {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--sand);
}
.review-location {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 0.15rem;
  letter-spacing: 0.06em;
}
.reviews .review-location {
  color: var(--clay);
  font-size: 0.8rem;
  margin-top: 0.3rem;
}
.review-date {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.28);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.reviews-action {
  text-align: center;
  position: relative;
  z-index: 1;
}
.btn-google-avis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #bd511c;
  border-radius: 999px;
  padding: 0.95rem 1.9rem;
  text-decoration: none;
  transition:
    background 0.25s,
    color 0.25s,
    border-color 0.25s,
    transform 0.25s,
    box-shadow 0.25s;
  background: #bd511c;
  box-shadow: 0 18px 34px rgba(189, 81, 28, 0.28);
}
.btn-google-avis:hover {
  background: #9f3f12;
  color: #fff;
  border-color: #9f3f12;
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(159, 63, 18, 0.32);
} /* FEATURED PROJECT (CHANTIER DU MOIS) */
.featured-project {
  background: var(--sand);
  padding: 6rem 10%;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(122, 92, 58, 0.1);
  border-bottom: 1px solid rgba(122, 92, 58, 0.1);
}
.featured-project-container {
  display: flex;
  align-items: center;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.featured-project-image {
  flex: 1;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.featured-project-image img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.95);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.featured-project-image:hover img {
  transform: scale(1.05);
}
.featured-project-content {
  flex: 0.8;
}
.featured-badge {
  display: inline-block;
  background: var(--charcoal);
  color: var(--cream);
  padding: 0.5rem 1rem;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  border-radius: 4px;
  border: 1px solid var(--clay);
}
.featured-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: var(--charcoal);
}
.featured-title em {
  font-style: italic;
  color: var(--bark);
}
.featured-description {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(30, 26, 22, 0.7);
  margin-bottom: 2.5rem;
}
.featured-stats {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.featured-stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.featured-stat-value {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  color: var(--bark);
  font-weight: 500;
}
.featured-stat-label {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.6;
}
@media (max-width: 960px) {
  .featured-project-container {
    flex-direction: column;
    gap: 3rem;
    text-align: center;
  }
  .featured-project {
    padding: 5rem 2rem;
  }
  .featured-stats {
    justify-content: center;
  }
}
.btn-google-avis svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .reviews {
    padding: 5rem 2rem;
  }
} /* - GRILLE AVIS V3 : 5 cartes (3 en haut, 2 centrés en bas) - */
.reviews-grid-5 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.4rem;
  margin-bottom: 2.2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.reviews-grid-5 > .review-card {
  height: 100%;
}
.reviews-grid-5 > .review-card:nth-child(1),
.reviews-grid-5 > .review-card:nth-child(2),
.reviews-grid-5 > .review-card:nth-child(3) {
  grid-column: span 2;
}
.reviews-grid-5 > .review-card:nth-child(4) {
  grid-column: 2 / 4;
}
.reviews-grid-5 > .review-card:nth-child(5) {
  grid-column: 4 / 6;
}
@media (max-width: 1024px) {
  .reviews-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .reviews-grid-5 > .review-card {
    grid-column: span 1;
  }
}
@media (max-width: 768px) {
  .reviews-grid-5 {
    grid-template-columns: 1fr;
  }
} /* - HAMBURGER MOBILE - */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 5px;
  border-radius: 8px;
  transition: background 0.2s;
  z-index: 300;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--charcoal);
  border-radius: 2px;
  transition:
    transform 0.3s,
    opacity 0.3s;
  transform-origin: center;
}
.nav-hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-hamburger.open span:nth-child(2) {
  opacity: 0;
}
.nav-hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
} /* - DRAWER MENU - */
.nav-drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  overflow: hidden;
}
.nav-drawer.open {
  pointer-events: auto;
}
.nav-drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 26, 22, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
}
.nav-drawer.open .nav-drawer-overlay {
  opacity: 1;
}
.nav-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(85vw, 300px);
  height: 100%;
  background: var(--cream);
  padding: 5rem 2rem 2rem;
  box-shadow: -8px 0 40px rgba(30, 26, 22, 0.2);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}
.nav-drawer.open .nav-drawer-panel {
  transform: translateX(0);
}
.nav-drawer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.nav-drawer-links li {
  border-bottom: 1px solid var(--sand);
}
.nav-drawer-links a {
  display: block;
  padding: 1rem 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--charcoal);
  text-decoration: none;
  transition:
    color 0.2s,
    padding-left 0.2s;
}
.nav-drawer-links a:hover {
  color: var(--bark);
  padding-left: 0.8rem;
}
.nav-drawer-cta {
  display: block;
  margin-top: 1.8rem;
  background: var(--bark);
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s;
}
.nav-drawer-cta:hover {
  background: var(--charcoal);
}
.nav-drawer-footer {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.15rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(30, 26, 22, 0.08);
}
.nav-drawer-footer .btn-secondary {
  justify-content: center;
}
.nav-drawer-panel {
  width: min(88vw, 320px);
  padding: 4.6rem 1.3rem 1.3rem;
}
.nav-drawer-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--charcoal);
  font-size: 1.4rem;
  border-radius: 50%;
  transition: background 0.2s;
}
.nav-drawer-close:hover {
  background: var(--sand);
}
@media (max-width: 860px) {
  .nav-links,
  .nav-actions .btn-secondary {
    display: none;
  }
  .nav-hamburger {
    display: flex;
  }
  .nav-drawer {
    display: block;
  }
} /* - END HAMBURGER - */

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.hero {
  background:
    linear-gradient(90deg, rgba(18, 24, 20, 0.8) 0%, rgba(18, 24, 20, 0.68) 52%, rgba(18, 24, 20, 0.5) 100%),
    url("/img/Fonds/unis/Peintre_La-teste-de-buch-opt.webp") center center / cover no-repeat;
}
.hero::before {
  background: none;
}
.hero-left {
  background: transparent;
}
.hero-image-fill {
  display: none;
}
.review-stars {
  color: #f4b942;
  letter-spacing: 0.22em;
  font-size: 1.05rem;
}

@media (min-width: 1181px) {
  .hero {
    display: grid;
    grid-template-columns: minmax(560px, 0.95fr) minmax(360px, 0.72fr);
    align-items: stretch;
  }

  .hero-left {
    width: auto;
    max-width: none;
  }

  .hero-right {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 100%;
    padding: clamp(3rem, 5vw, 6rem) clamp(2rem, 5vw, 5rem) clamp(3rem, 5vw, 6rem) 0;
    overflow: visible;
  }

  .hero-image-fill {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 520px);
    min-height: 560px;
    position: relative;
  }

  .hero-portrait {
    width: min(76%, 390px);
    max-width: 390px;
  }
}

.reviews-visual {
  position: relative;
  display: none;
}
.reviews-visual-inner {
  display: none;
}
@media (max-width: 1180px) {
  nav {
    gap: 1rem;
    padding: 0.85rem 1rem;
  }
  .nav-links {
    gap: 1.1rem;
  }
  .hero-left {
    padding: 8rem 3rem 4rem 4rem;
  }
  .reviews,
  .reviews-visual,
  .services {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1024px) {
  .urgence-block {
    grid-template-columns: auto 1fr;
    gap: 1rem 1.25rem;
  }

  .urgence-block::before {
    display: none;
  }

  .urgence-header {
    grid-column: 1 / -1;
  }

  .urgence-content {
    grid-column: 1 / -1;
  }

  .urgence-link {
    grid-column: 1 / -1;
    margin-left: 0;
  }

  .hero {
    min-height: calc(100vh - 68px);
  }
  .hero-left {
    padding: 5rem 2rem;
    box-shadow: none;
  }
  .hero-right {
    display: none;
  }
  .hero-tag {
    left: 2rem;
    bottom: 2rem;
  }
  .scroll-hint {
    display: none;
  }
  .reviews-grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .reviews-visual-inner {
    min-height: 360px;
  }
}
@media (max-width: 860px) {
  .topbar {
    font-size: 0.68rem;
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
  }
  .nav-logo {
    max-width: 13rem;
    white-space: normal;
    line-height: 1.05;
  }
  nav {
    top: 0.6rem;
    left: 0.6rem;
    right: 0.6rem;
    gap: 0.75rem;
  }
  .nav-actions {
    gap: 0.65rem;
  }
  .lang-switcher {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero-left {
    padding: 4rem 1.25rem;
  }
  .hero-title {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }
  .hero-sub {
    max-width: none;
    margin-bottom: 2rem;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
  }
  .btn-primary,
  .btn-save-contact,
  .btn-secondary {
    width: 100%;
    justify-content: center;
  }
  .hero-right {
    display: none;
  }
  .hero-portrait {
    width: min(78%, 320px);
  }
  .hero-tag {
    position: static;
    margin: 1rem 1.25rem 0;
    width: fit-content;
  }
  .reviews {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-position: center center;
  }
  .reviews-grid-5 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .review-card {
    padding: 1.5rem;
  }
  .reviews-visual {
    display: none;
  }
  .reviews-visual-inner {
    display: none;
  }
  .services {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .services-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
  .services-intro {
    max-width: none;
    text-align: left;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }
  .service-card {
    border-width: 6px;
    border-radius: 16px;
    padding: 1.8rem;
  }
}

@media (min-width: 821px) {
  body {
    padding-bottom: 0;
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  }

  .sticky-actions {
    display: flex;
    left: max(0.75rem, env(safe-area-inset-left, 0px));
    right: max(0.75rem, env(safe-area-inset-right, 0px));
    bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
    justify-content: space-between;
  }

  .sticky-actions .sticky-btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.78rem 0.85rem;
    font-size: 0.78rem;
    white-space: nowrap;
  }

  #copyToast {
    bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: calc(100vh - 68px);
    overflow: hidden;
  }

  .hero-left {
    padding: 4rem 1.25rem;
    text-align: left;
  }

  .hero-right {
    display: none;
  }

  .hero-image-fill {
    display: none;
  }

  .hero-portrait {
    width: min(72vw, 260px);
    max-width: 260px;
    margin: 0 auto;
    aspect-ratio: 4 / 5;
  }

  .hero-portrait-caption {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    max-width: calc(100% - 1.5rem);
  }

  .hero-actions {
    align-items: stretch;
  }
}

/* ============================================================ 
   PATCH v2 - Mes Realisations + Hero mobile
   ============================================================ */

/* Grille : structure 3 colonnes */
.real-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-template-rows: repeat(4, 300px) !important;
  grid-auto-rows: 300px !important;
  gap: 1.25rem !important;
  align-items: stretch !important;
}

/* Ordre desktop : 4 lignes, 3 colonnes */
.real-grid > .real-card:nth-child(1) {
  order: 1 !important;
}

.real-grid > .real-card:nth-child(2) {
  order: 2 !important;
}

.real-grid > .real-card:nth-child(3) {
  order: 5 !important;
}

.real-grid > .real-card:nth-child(4) {
  order: 3 !important;
}

.real-grid > .real-card:nth-child(5) {
  order: 4 !important;
}

.real-grid > .real-card:nth-child(6) {
  order: 7 !important;
}

.real-grid > .real-card:nth-child(7) {
  order: 8 !important;
}

.real-grid > .real-card:nth-child(8) {
  order: 6 !important;
}

.real-grid > .real-card:nth-child(9) {
  order: 10 !important;
}

.real-grid > .real-card:nth-child(10) {
  order: 11 !important;
}

.real-grid > .real-card:nth-child(11) {
  order: 9 !important;
}

.real-grid > .real-card:nth-child(12) {
  order: 12 !important;
}

/* Carte "Derniere realisation" : vignette simple dans la grille 3x4 */
.real-card--double {
  grid-column: span 1 !important;
  height: 300px !important;
  min-height: unset !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Carte vedette (Bergonie) : vignette simple */
.real-card-featured {
  grid-column: span 1 !important;
  height: 300px !important;
  min-height: unset !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Cartes standard */
.real-card {
  height: 300px !important;
  min-height: unset !important;
  position: relative !important;
  overflow: hidden !important;
}

/* L'image remplit toujours son conteneur */
.real-card-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Overlays et infos restent au-dessus */
.real-card-bg,
.real-card-overlay {
  position: absolute !important;
  inset: 0 !important;
}

.real-card-label,
.real-card-info {
  position: absolute !important;
  z-index: 2 !important;
}

/* Tablette : 2 colonnes */
@media (min-width: 769px) and (max-width: 1100px) {
  .real-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: none !important;
  }

  .real-card--double {
    grid-column: span 1 !important;
    height: 300px !important;
  }

  .real-card-featured,
  .real-card {
    grid-column: span 1 !important;
    height: 300px !important;
  }
}

/* Mobile : 1 colonne */
@media (max-width: 768px) {
  .real-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
  }

  .real-card--double,
  .real-card-featured,
  .real-card {
    grid-column: span 1 !important;
    height: 240px !important;
  }

  .real-card-label {
    top: 0.75rem !important;
    left: 0.75rem !important;
    right: auto !important;
    max-width: calc(100% - 1.5rem) !important;
    width: fit-content !important;
    padding: 0.42rem 0.65rem !important;
    font-size: 0.6rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0.12em !important;
    white-space: normal !important;
    transform: none !important;
  }

  .real-card-info {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    max-width: 100% !important;
    padding: 1rem !important;
    background: linear-gradient(
      180deg,
      rgba(18, 15, 13, 0),
      rgba(18, 15, 13, 0.92) 30%,
      rgba(18, 15, 13, 0.98)
    ) !important;
    transform: none !important;
  }

  .real-card::after {
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    padding: 0.45rem 0.65rem !important;
    font-size: 0.62rem !important;
  }

  .real-card-city {
    font-size: 0.56rem !important;
    line-height: 1.25 !important;
    letter-spacing: 0.12em !important;
  }

  .real-card-name {
    font-size: 1.08rem !important;
    line-height: 1.08 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  /* Portrait hero mobile : photo lisible, libelle discret sur l'image */
  .hero-right {
    display: block !important;
    order: 2 !important;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    min-height: 230px !important;
    margin: 0 !important;
    z-index: 0 !important;
  }

  .hero-image-fill {
    position: relative !important;
    inset: auto !important;
    min-height: 230px !important;
    max-height: none !important;
    padding: 0.65rem 1rem 1.2rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  .hero-portrait {
    width: min(100%, 21rem) !important;
    max-width: calc(100vw - 2rem) !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 16 / 10 !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 38px rgba(7, 20, 15, 0.26) !important;
  }

  .hero-brush-mark,
  .hero-tag,
  .scroll-hint {
    display: none !important;
  }

  .hero-portrait img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 22% !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  .hero-portrait-caption {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: none !important;
    justify-content: space-between !important;
    gap: 0.45rem !important;
    padding: 0.62rem 0.78rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(90deg, rgba(23, 53, 43, 0.92), rgba(23, 53, 43, 0.72)) !important;
    box-shadow: none !important;
    color: #fff !important;
  }

  .hero-portrait-caption strong,
  .hero-portrait-caption span {
    color: #fff !important;
    opacity: 1 !important;
  }

  .hero-portrait-caption strong {
    font-size: 0.9rem !important;
    line-height: 1 !important;
  }

  .hero-portrait-caption span {
    font-size: 0.9rem !important;
    line-height: 1 !important;
    letter-spacing: 0.1em !important;
  }
}

/* ============================================================
   PATCH v5.6 - Section Mes realisations
   ============================================================ */
.realizations {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(
      180deg,
      rgba(23, 53, 43, 0.12),
      rgba(23, 53, 43, 0.18)
    ),
    url("/img/Fonds/Index_realisations.webp") center / 100% 100% no-repeat !important;
}

.realizations::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(
    circle at 50% 12%,
    rgba(255, 255, 255, 0.08),
    transparent 42%
  );
  pointer-events: none;
}

.realizations-header,
.real-grid {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.realizations-title,
.realizations-title em,
.realizations .section-label {
  color: #17352b !important;
  text-shadow: 0 1px 18px rgba(255, 255, 255, 0.34);
}

.realizations-view-all {
  color: #fffaf4 !important;
  text-shadow: 0 2px 14px rgba(23, 53, 43, 0.28);
}

.realizations .section-label::before {
  background: #bd511c !important;
}

.realizations-view-all {
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
  padding-bottom: 0.24rem;
}

.real-grid {
  justify-items: center !important;
  align-items: stretch !important;
}

.real-grid > .real-card {
  width: 100% !important;
  max-width: 360px !important;
  border: 8px solid #fff !important;
  border-radius: 18px !important;
  box-shadow: 0 24px 58px rgba(10, 26, 20, 0.28) !important;
}

.real-card-label {
  background: #fff !important;
  border: 1px solid rgba(23, 53, 43, 0.08) !important;
  border-radius: 999px !important;
  color: #17352b !important;
  font-size: 0.77rem !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  padding: 0.42rem 0.78rem !important;
  box-shadow: 0 8px 22px rgba(7, 20, 15, 0.18) !important;
  transition:
    transform 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease !important;
}

.real-card-label::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(189, 81, 28, 0.62);
  opacity: 0;
  pointer-events: none;
}

.real-card:hover .real-card-label,
.real-card:focus-within .real-card-label {
  border-color: rgba(189, 81, 28, 0.42) !important;
  color: #123428 !important;
  transform: translateY(-2px);
}

.real-card:hover .real-card-label::after,
.real-card:focus-within .real-card-label::after {
  animation: realLabelPulse 1s ease-out;
}

@keyframes realLabelPulse {
  0% {
    opacity: 0.9;
    box-shadow:
      0 0 0 0 rgba(189, 81, 28, 0.62),
      0 0 0 0 rgba(189, 81, 28, 0.28);
  }

  55% {
    opacity: 0.46;
    box-shadow:
      0 0 0 9px rgba(189, 81, 28, 0.26),
      0 0 0 17px rgba(189, 81, 28, 0.12);
  }

  100% {
    opacity: 0;
    box-shadow:
      0 0 0 16px rgba(189, 81, 28, 0),
      0 0 0 25px rgba(189, 81, 28, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .real-card:hover .real-card-label,
  .real-card:focus-within .real-card-label {
    transform: none;
  }

  .real-card:hover .real-card-label::after,
  .real-card:focus-within .real-card-label::after {
    animation: none;
  }
}

.real-card--latest .real-card-info {
  padding-bottom: 1.3rem !important;
}

@media (min-width: 769px) and (max-width: 1100px) {
  .real-grid > .real-card {
    max-width: 390px !important;
  }
}

@media (max-width: 768px) {
  .realizations {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
    background-position: 52% center !important;
  }

  .realizations-header {
    gap: 1rem;
    margin-bottom: 2rem !important;
  }

  .real-grid > .real-card {
    max-width: 420px !important;
    border-width: 6px !important;
    border-radius: 16px !important;
  }

  .realizations-view-all {
    color: #17352b !important;
    text-shadow: 0 1px 16px rgba(255, 255, 255, 0.36);
  }
}

/* Correctif mobile final : un seul header visible et photo hero lisible. */
@media (max-width: 768px) {
  body.home-page .breadcrumb,
  body:not(.city-page):not(.page-chantier) > .breadcrumb {
    display: none !important;
  }

  body.home-page .hero {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.6rem !important;
    min-height: auto !important;
    padding: 5.2rem 1.15rem 4.8rem !important;
    overflow: hidden !important;
  }

  body.home-page .hero-left {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: 24rem !important;
    padding: 0 !important;
    background: transparent !important;
  }

  body.home-page .hero-eyebrow {
    max-width: 11rem !important;
  }

  body.home-page .hero-right {
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
    top: auto !important;
    right: auto !important;
    width: min(72vw, 18rem) !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }

  body.home-page .hero-image-fill {
    display: block !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.home-page .hero-portrait {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 3 / 4 !important;
    margin: 0 !important;
    border-radius: 4px !important;
    box-shadow: 0 14px 28px rgba(7, 20, 15, 0.32) !important;
  }

  body.home-page .hero-portrait img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  body.home-page .hero-portrait-caption,
  body.home-page .hero-portrait::before,
  body.home-page .hero-portrait::after,
  body.home-page .hero-brush-mark {
    display: none !important;
  }
}

/* Correctif final lisibilite 2026-05-24, place en fin de fichier pour primer sur les anciens reglages. */
.hero-eyebrow,
.section-label,
.zone-v3-eyebrow {
  font-size: clamp(0.9rem, 0.95vw, 0.98rem);
  line-height: 1.35;
}

.hero-sub {
  max-width: 680px;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.75;
  color: rgba(255, 250, 242, 0.96);
}

.reviews-subtitle,
.zone-v3-sub,
.services-intro,
.seo-content-body p,
.contact-body {
  font-size: clamp(1rem, 1.05vw, 1.14rem);
  line-height: 1.78;
}

.review-text {
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  line-height: 1.72;
}

.real-card-city,
.review-verified,
.review-author,
.review-location {
  font-size: clamp(0.9rem, 0.95vw, 0.98rem);
  line-height: 1.35;
}

.real-card-name {
  font-size: clamp(1.25rem, 1.45vw, 1.55rem);
  line-height: 1.18;
}

@media (max-width: 640px) {
  .hero-sub,
  .reviews-subtitle,
  .services-intro,
  .seo-content-body p,
  .review-text {
    font-size: 1.05rem;
  }
}
