/* ============================================================
   VIPMOOVE — Premium Moving Services
   DA : noir charbon × or champagne — codes maison de luxe
   ============================================================ */

:root {
  --noir: #0C0B09;
  --noir-2: #12100D;
  --carte: #161411;
  --carte-2: #1C1915;
  --trait: #2A2620;
  --or: #C9A45C;
  --or-clair: #E8D5A6;
  --or-sombre: #8F7238;
  --ivoire: #F5F1E8;
  --pierre: #8A8377;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", "Century Gothic", sans-serif;
  --ease: cubic-bezier(.22, .8, .26, .99);
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--noir);
  color: var(--ivoire);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Grain d'atmosphère */
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 2;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
}

::selection { background: var(--or); color: var(--noir); }

img { max-width: 100%; display: block; }
a { color: var(--or-clair); text-decoration: none; transition: color .3s var(--ease); }
a:hover { color: var(--or); }

/* ---------- Typographie ---------- */
h1, h2, h3, .vm-display {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--ivoire);
  line-height: 1.12;
  letter-spacing: .01em;
}
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: 1.45rem; }
h1 em, h2 em { font-style: italic; color: var(--or-clair); font-weight: 400; }

.vm-kicker {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: .72rem; letter-spacing: .34em; text-transform: uppercase;
  color: var(--or); font-weight: 400;
}
.vm-kicker::before { content: ""; width: 34px; height: 1px; background: var(--or); }

p { color: var(--pierre); max-width: 62ch; }
p strong { color: var(--ivoire); font-weight: 400; }
.vm-lead { font-size: 1.16rem; color: #B9B2A4; }

/* ---------- Structure ---------- */
.vm-wrap { max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }

section { position: relative; padding: clamp(84px, 11vw, 150px) 0; }

/* Numérotation romaine des sections */
.vm-num {
  position: absolute; top: clamp(30px, 5vw, 60px); right: clamp(20px, 4vw, 48px);
  font-family: var(--serif); font-style: italic;
  font-size: clamp(3rem, 7vw, 5.4rem); color: transparent;
  -webkit-text-stroke: 1px var(--trait); pointer-events: none; line-height: 1;
}

/* Filet or */
.vm-rule { height: 1px; background: linear-gradient(90deg, var(--or) 0%, var(--trait) 70%, transparent); border: 0; margin: 26px 0 0; }

/* Diagonale signature (livrée camion) */
.vm-diag { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.vm-diag::before {
  content: ""; position: absolute; top: -12%; right: 12%;
  width: 1px; height: 124%;
  background: linear-gradient(180deg, transparent, var(--or) 30%, var(--or) 65%, transparent);
  opacity: .34; transform: rotate(24deg);
}
.vm-diag::after {
  content: ""; position: absolute; top: -12%; right: calc(12% - 18px);
  width: 1px; height: 124%;
  background: var(--or); opacity: .12; transform: rotate(24deg);
}

/* ---------- Header ---------- */
.vm-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: linear-gradient(180deg, rgba(12,11,9,.92), rgba(12,11,9,.78));
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(201,164,92,.16);
}
.vm-header-in {
  max-width: 1360px; margin: 0 auto;
  padding: 0 clamp(20px, 3vw, 40px);
  display: flex; align-items: center; gap: 34px;
  height: 78px;
}
.vm-logo { display: flex; align-items: center; gap: 13px; flex-shrink: 0; }
.vm-logo svg { display: block; }
.vm-logo img { max-width: none; height: 42px; width: auto; flex-shrink: 0; }
.vm-footer-marque img { max-width: none; height: 36px; width: auto; }
.vm-logo-name {
  font-family: var(--sans); font-weight: 500; font-size: 1.06rem;
  letter-spacing: .3em; color: var(--ivoire); text-transform: uppercase;
}
.vm-logo-name b { font-weight: 300; color: var(--or); }
.vm-logo-sub {
  display: block; font-size: .53rem; letter-spacing: .3em;
  color: var(--pierre); text-transform: uppercase; margin-top: 2px;
}

.vm-nav { display: flex; gap: clamp(16px, 1.8vw, 28px); margin-left: auto; align-items: center; }
.vm-nav a {
  font-size: .74rem; letter-spacing: .14em; text-transform: uppercase;
  color: #C8C1B2; font-weight: 400; position: relative; padding: 6px 0;
  white-space: nowrap;
}
.vm-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 0; height: 1px; background: var(--or); transition: width .35s var(--ease);
}
.vm-nav a:hover { color: var(--or-clair); }
.vm-nav a:hover::after, .vm-nav a.on::after { width: 100%; }
.vm-nav a.on { color: var(--or-clair); }
/* CTA nav : vrai bouton or */
.vm-nav a.vm-nav-cta {
  border: 1px solid var(--or); color: var(--or-clair);
  padding: 11px 20px; letter-spacing: .18em;
  transition: background .35s var(--ease), color .35s var(--ease);
}
.vm-nav a.vm-nav-cta::after { display: none; }
.vm-nav a.vm-nav-cta:hover { background: var(--or); color: var(--noir); }
/* sélecteur de langue */
.vm-nav a.vm-lang {
  color: var(--pierre); font-size: .64rem; letter-spacing: .08em;
  border: 1px solid var(--trait); padding: 7px 8px;
  font-family: "Jost", "PingFang SC", "Hiragino Sans", "Microsoft YaHei", "Yu Gothic", "Noto Sans CJK SC", sans-serif;
}
.vm-nav a.vm-lang + a.vm-lang { margin-left: -14px; border-left: 0; }
.vm-nav a.vm-lang::after { display: none; }
.vm-nav a.vm-lang:hover { color: var(--or-clair); border-color: var(--or); }

.vm-tel {
  display: flex; flex-direction: column; align-items: flex-end; line-height: 1.25;
  border-left: 1px solid var(--trait); padding-left: 24px; white-space: nowrap;
}
.vm-tel small { font-size: .56rem; letter-spacing: .22em; text-transform: uppercase; color: var(--pierre); white-space: nowrap; }
.vm-tel a { font-family: var(--serif); font-size: 1.22rem; color: var(--or-clair); font-weight: 500; letter-spacing: .04em; white-space: nowrap; }

.vm-burger { display: none; background: none; border: 1px solid var(--trait); color: var(--or); width: 44px; height: 44px; cursor: pointer; font-size: 1.05rem; }

/* ---------- Boutons ---------- */
.vm-btn {
  display: inline-flex; align-items: center; gap: 14px;
  border: 1px solid var(--or); color: var(--or-clair);
  padding: 15px 34px; font-size: .78rem; letter-spacing: .26em;
  text-transform: uppercase; font-weight: 400;
  background: transparent; cursor: pointer;
  transition: all .4s var(--ease); position: relative; overflow: hidden;
}
.vm-btn::before {
  content: ""; position: absolute; inset: 0; background: var(--or);
  transform: translateX(-101%); transition: transform .45s var(--ease); z-index: 0;
}
.vm-btn span { position: relative; z-index: 1; }
.vm-btn:hover { color: var(--noir); }
.vm-btn:hover::before { transform: translateX(0); }
.vm-btn--plein { background: var(--or); color: var(--noir); }
.vm-btn--plein::before { background: var(--or-clair); }
.vm-btn--plein:hover { border-color: var(--or-clair); }

/* ---------- Hero ---------- */
.vm-hero {
  min-height: 92vh; display: flex; align-items: center;
  padding: 150px 0 90px; position: relative;
  background:
    radial-gradient(ellipse 70% 55% at 78% 20%, rgba(201,164,92,.10), transparent 60%),
    radial-gradient(ellipse 45% 40% at 12% 88%, rgba(201,164,92,.05), transparent 60%),
    var(--noir);
}
/* Hero avec photo (<img> réelle injectée par le builder) */
.vm-hero--photo {
  background: var(--noir);
  position: relative; overflow: hidden;
}
.vm-hero--photo .vm-hero-img {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  filter: saturate(.82) contrast(1.02);
}
.vm-hero--photo .vm-scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(12,11,9,.90) 0%, rgba(12,11,9,.74) 40%, rgba(12,11,9,.34) 72%, rgba(12,11,9,.16) 100%),
    linear-gradient(180deg, rgba(12,11,9,.45) 0%, transparent 26%, transparent 68%, rgba(12,11,9,.88) 100%);
}
.vm-hero--photo .vm-diag { z-index: 2; }
.vm-hero--photo .vm-wrap { position: relative; z-index: 3; }
.vm-hero-page.vm-hero--photo { min-height: 58vh; display: flex; align-items: flex-end; padding-bottom: 76px; }
.vm-hero .vm-wrap { position: relative; z-index: 3; }
/* cadre hairline intérieur */
.vm-hero::after {
  content: ""; position: absolute; inset: 96px 26px 26px;
  border: 1px solid rgba(201,164,92,.14); pointer-events: none;
}
.vm-hero h1 { max-width: 15ch; margin: 26px 0 30px; }
.vm-hero .vm-lead { max-width: 52ch; }
.vm-hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 46px; flex-wrap: wrap; }
.vm-hero-tel { font-family: var(--serif); font-size: 1.5rem; color: var(--ivoire); letter-spacing: .04em; }
.vm-hero-tel small { display: block; font-family: var(--sans); font-size: .62rem; letter-spacing: .28em; text-transform: uppercase; color: var(--pierre); }

/* stagger d'entrée */
@keyframes vmUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.vm-hero .vm-kicker, .vm-hero h1, .vm-hero .vm-lead, .vm-hero-actions, .vm-hero .vm-bandeau {
  animation: vmUp .9s var(--ease) both;
}
.vm-hero h1 { animation-delay: .12s; }
.vm-hero .vm-lead { animation-delay: .24s; }
.vm-hero-actions { animation-delay: .36s; }
.vm-hero .vm-bandeau { animation-delay: .5s; }

/* Bandeau réassurance */
.vm-bandeau {
  display: flex; flex-wrap: wrap; gap: 0;
  margin-top: 72px; border: 1px solid var(--trait); background: rgba(22,20,17,.6);
}
.vm-bandeau > div {
  flex: 1 1 200px; padding: 22px 28px;
  border-right: 1px solid var(--trait);
  display: flex; flex-direction: column; gap: 2px;
}
.vm-bandeau > div:last-child { border-right: 0; }
.vm-bandeau b { font-family: var(--serif); font-size: 1.3rem; font-weight: 500; color: var(--or-clair); }
.vm-bandeau span { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--pierre); }

/* ---------- Cartes services ---------- */
.vm-grid { display: grid; gap: 1px; background: var(--trait); border: 1px solid var(--trait); margin-top: 64px; }
.vm-grid-3 { grid-template-columns: repeat(3, 1fr); }
.vm-grid-2 { grid-template-columns: repeat(2, 1fr); }

.vm-card {
  background: var(--carte); padding: 44px 38px 40px;
  position: relative; transition: background .4s var(--ease);
  display: flex; flex-direction: column; gap: 16px;
  /* coin biseauté signature */
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
}
.vm-card:hover { background: var(--carte-2); }
.vm-card::after {
  content: ""; position: absolute; left: 38px; right: 38px; bottom: 0;
  height: 1px; background: var(--or); transform: scaleX(0);
  transform-origin: left; transition: transform .45s var(--ease);
}
.vm-card:hover::after { transform: scaleX(1); }
.vm-card .vm-card-num {
  font-family: var(--serif); font-style: italic; font-size: 1rem; color: var(--or);
}
.vm-card h3 a { color: var(--ivoire); }
.vm-card h3 a:hover { color: var(--or-clair); }
.vm-card p { font-size: .95rem; }
.vm-card .vm-card-lien {
  margin-top: auto; font-size: .72rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--or); display: inline-flex; gap: 10px; align-items: center;
}
.vm-card .vm-card-lien::after { content: "→"; transition: transform .3s var(--ease); }
.vm-card:hover .vm-card-lien::after { transform: translateX(6px); }

/* ---------- Section claire « papier ivoire » (alternance anti-monotonie) ----------
   .vm-section-carte est désormais CLAIRE : le site alterne noir / ivoire. */
.vm-section-carte {
  background: #F1ECE1;
  background-image: radial-gradient(ellipse 60% 50% at 85% 10%, rgba(201,164,92,.10), transparent 60%);
  border-top: 1px solid rgba(143,114,56,.25); border-bottom: 1px solid rgba(143,114,56,.25);
  color: #2A2620;
}
.vm-section-carte h1, .vm-section-carte h2, .vm-section-carte h3,
.vm-section-carte .vm-display { color: #1C1915; }
.vm-section-carte h1 em, .vm-section-carte h2 em { color: var(--or-sombre); }
.vm-section-carte p { color: #5C554A; }
.vm-section-carte p strong { color: #1C1915; }
.vm-section-carte .vm-lead { color: #453F35; }
.vm-section-carte .vm-kicker { color: var(--or-sombre); }
.vm-section-carte .vm-kicker::before { background: var(--or-sombre); }
.vm-section-carte .vm-num { -webkit-text-stroke-color: rgba(143,114,56,.30); }
.vm-section-carte .vm-rule { background: linear-gradient(90deg, var(--or-sombre) 0%, rgba(143,114,56,.25) 70%, transparent); }
.vm-section-carte .vm-chiffre { border-top-color: rgba(143,114,56,.35); }
.vm-section-carte .vm-chiffre b { color: var(--or-sombre); }
.vm-section-carte .vm-chiffre span { color: #756D5E; }
.vm-section-carte .vm-grid { background: rgba(143,114,56,.25); border-color: rgba(143,114,56,.25); }
.vm-section-carte .vm-card { background: #FAF6EC; }
.vm-section-carte .vm-card:hover { background: #FFFDF6; }
.vm-section-carte .vm-card h3 a { color: #1C1915; }
.vm-section-carte .vm-card h3 a:hover { color: var(--or-sombre); }
.vm-section-carte .vm-card p { color: #5C554A; }
.vm-section-carte .vm-card .vm-card-num,
.vm-section-carte .vm-card .vm-card-lien { color: var(--or-sombre); }
.vm-section-carte .vm-liste li { color: #453F35; border-bottom-color: rgba(143,114,56,.25); }
.vm-section-carte .vm-liste li strong { color: #1C1915; }
.vm-section-carte .vm-liste li::before { color: var(--or-sombre); }
.vm-section-carte .vm-faq { border-top-color: rgba(143,114,56,.3); }
.vm-section-carte .vm-faq details { border-bottom-color: rgba(143,114,56,.3); }
.vm-section-carte .vm-faq summary { color: #1C1915; }
.vm-section-carte .vm-faq summary:hover { color: var(--or-sombre); }
.vm-section-carte .vm-faq summary::after { color: var(--or-sombre); }
.vm-section-carte .vm-avis { background: #FAF6EC; border-color: rgba(143,114,56,.3); }
.vm-section-carte .vm-avis p { color: #5C554A; }
.vm-section-carte .vm-avis footer { color: #756D5E; }
.vm-section-carte .vm-avis .vm-etoiles { color: var(--or-sombre); }
.vm-section-carte .vm-manifeste blockquote,
.vm-section-carte.vm-manifeste blockquote { color: #1C1915; }
.vm-section-carte .vm-manifeste blockquote em,
.vm-section-carte.vm-manifeste blockquote em { color: var(--or-sombre); }
.vm-section-carte .vm-manifeste figcaption,
.vm-section-carte.vm-manifeste figcaption { color: #756D5E; }
/* sélection lisible sur fond clair */
.vm-section-carte ::selection { background: var(--or-sombre); color: #FAF6EC; }
.vm-section-carte .vm-maillage h3 { color: var(--or-sombre); }
.vm-section-carte .vm-maillage li { border-bottom-color: rgba(143,114,56,.2); }
.vm-section-carte .vm-maillage a { color: #453F35; }
.vm-section-carte .vm-maillage a:hover { color: var(--or-sombre); }
.vm-section-carte a { color: var(--or-sombre); }
.vm-section-carte a:hover { color: #6E5626; }
.vm-section-carte .vm-btn { border-color: var(--or-sombre); color: #6E5626; }
.vm-section-carte .vm-btn::before { background: var(--or-sombre); }
.vm-section-carte .vm-btn:hover { color: #FAF6EC; }
.vm-section-carte .vm-etape { border-top-color: rgba(143,114,56,.35); }
.vm-section-carte .vm-etape::before { color: var(--or-sombre); }

/* ---------- Figures photo ---------- */
.vm-card-photo { margin: -44px -38px 6px; overflow: hidden; aspect-ratio: 16/9; }
.vm-card-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); transition: transform .8s var(--ease); }
.vm-card:hover .vm-card-photo img { transform: scale(1.045); }

.vm-photo { position: relative; overflow: hidden; }
.vm-photo img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.85); }
.vm-photo::after {
  content: ""; position: absolute; inset: 0;
  border: 1px solid rgba(201,164,92,.4); margin: 14px; pointer-events: none;
}
.vm-photo figcaption {
  position: absolute; left: 26px; bottom: 26px; z-index: 2;
  font-size: .64rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--ivoire); background: rgba(12,11,9,.72); padding: 8px 14px;
}
.vm-2col .vm-photo { aspect-ratio: 4/5; }
.vm-2col .vm-photo--paysage { aspect-ratio: 4/3; }

/* ---------- Éditorial 2 colonnes ---------- */
.vm-2col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.vm-2col .vm-col-txt > p { margin-top: 18px; }

/* Chiffres clefs */
.vm-chiffres { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 40px; margin-top: 10px; }
.vm-chiffre b { display: block; font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 3.4rem); font-weight: 500; color: var(--or-clair); line-height: 1; }
.vm-chiffre span { font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--pierre); }
.vm-chiffre { border-top: 1px solid var(--trait); padding-top: 18px; }

/* ---------- Process (I. II. III.) ---------- */
.vm-etapes { counter-reset: etape; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(26px, 3vw, 50px); margin-top: 70px; }
.vm-etape { counter-increment: etape; position: relative; padding-top: 26px; border-top: 1px solid var(--trait); }
.vm-etape::before {
  content: counter(etape, upper-roman) ".";
  font-family: var(--serif); font-style: italic;
  font-size: 2.1rem; color: var(--or); display: block; margin-bottom: 12px; line-height: 1;
}
.vm-etape h3 { font-size: 1.2rem; margin-bottom: 8px; }
.vm-etape p { font-size: .92rem; }

/* ---------- Citation / manifeste ---------- */
.vm-manifeste { text-align: center; }
.vm-manifeste blockquote {
  font-family: var(--serif); font-size: clamp(1.7rem, 3.4vw, 2.7rem);
  font-weight: 400; font-style: italic; color: var(--ivoire);
  max-width: 26ch; margin: 30px auto 0; line-height: 1.35;
}
.vm-manifeste blockquote em { color: var(--or-clair); }
.vm-manifeste figcaption { margin-top: 26px; font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; color: var(--pierre); }

/* ---------- Listes prestations ---------- */
.vm-liste { list-style: none; margin-top: 26px; }
.vm-liste li {
  padding: 15px 0 15px 34px; border-bottom: 1px solid var(--trait);
  color: #C4BDAE; position: relative; font-size: .98rem;
}
.vm-liste li::before {
  content: "◆"; position: absolute; left: 4px; top: 16px;
  color: var(--or); font-size: .55rem;
}
.vm-liste li strong { color: var(--ivoire); font-weight: 400; }

/* ---------- FAQ ---------- */
.vm-faq { margin-top: 54px; border-top: 1px solid var(--trait); }
.vm-faq details { border-bottom: 1px solid var(--trait); }
.vm-faq summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: baseline; gap: 20px;
  padding: 24px 4px; font-family: var(--serif); font-size: 1.28rem; color: var(--ivoire); font-weight: 500;
  transition: color .3s;
}
.vm-faq summary::-webkit-details-marker { display: none; }
.vm-faq summary::after { content: "+"; font-family: var(--sans); font-weight: 300; color: var(--or); font-size: 1.5rem; transition: transform .3s var(--ease); }
.vm-faq details[open] summary::after { transform: rotate(45deg); }
.vm-faq summary:hover { color: var(--or-clair); }
.vm-faq .vm-faq-r { padding: 0 4px 26px; }
.vm-faq .vm-faq-r p { max-width: 70ch; }

/* ---------- Avis ---------- */
.vm-avis-grille { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 60px; }
.vm-avis {
  background: var(--carte); border: 1px solid var(--trait); padding: 34px 30px;
  display: flex; flex-direction: column; gap: 14px;
}
.vm-avis .vm-etoiles { color: var(--or); letter-spacing: 6px; font-size: .85rem; }
.vm-avis p { font-size: .95rem; font-style: italic; color: #B9B2A4; }
.vm-avis footer { font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--pierre); }

/* ---------- CTA final ---------- */
.vm-cta-final { text-align: center; background:
  radial-gradient(ellipse 60% 70% at 50% 110%, rgba(201,164,92,.13), transparent 65%), var(--noir-2);
  border-top: 1px solid var(--trait);
}
.vm-cta-final h2 { max-width: 20ch; margin: 24px auto 18px; }
.vm-cta-final p { margin: 0 auto; }
.vm-cta-final .vm-hero-actions { justify-content: center; }

/* ---------- Maillage / liens bas de page ---------- */
.vm-maillage { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 50px; }
.vm-maillage h3 { font-size: .78rem; font-family: var(--sans); letter-spacing: .26em; text-transform: uppercase; color: var(--or); font-weight: 400; margin-bottom: 18px; }
.vm-maillage ul { list-style: none; }
.vm-maillage li { padding: 7px 0; border-bottom: 1px solid rgba(42,38,32,.6); }
.vm-maillage a { color: #B9B2A4; font-size: .92rem; }
.vm-maillage a:hover { color: var(--or-clair); }

/* ---------- Byline EEAT (guides) ---------- */
.vm-byline {
  border-top: 1px solid var(--trait); border-bottom: 1px solid var(--trait);
  background: var(--noir-2);
}
.vm-byline .vm-wrap {
  padding-top: 13px; padding-bottom: 13px;
  font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--pierre);
}

/* ---------- Breadcrumb ---------- */
.vm-fil { padding: 104px 0 0; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }
.vm-fil ol { list-style: none; display: flex; flex-wrap: wrap; gap: 12px; }
.vm-fil li { color: var(--pierre); }
.vm-fil li + li::before { content: "—"; margin-right: 12px; color: var(--trait); }
.vm-fil a { color: var(--pierre); }
.vm-fil a:hover { color: var(--or); }
.vm-fil + section, .vm-fil + .vm-hero-page { padding-top: 46px; }

/* Hero de page intérieure */
.vm-hero-page { padding: 46px 0 70px; }
.vm-hero-page h1 { max-width: 20ch; margin: 24px 0 24px; }
.vm-hero-page .vm-lead { max-width: 58ch; }

/* ---------- Formulaire ---------- */
.vm-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 26px; margin-top: 50px; }
.vm-form .vm-form-full { grid-column: 1 / -1; }
.vm-champ label, .vm-form-champ label { display: block; font-size: .68rem; letter-spacing: .24em; text-transform: uppercase; color: var(--pierre); margin-bottom: 9px; }
.vm-champ input, .vm-champ select, .vm-champ textarea,
.vm-form-champ input, .vm-form-champ select, .vm-form-champ textarea {
  width: 100%; background: var(--carte); border: 1px solid var(--trait);
  color: var(--ivoire); font-family: var(--sans); font-weight: 300; font-size: 1rem;
  padding: 15px 16px; transition: border-color .3s; border-radius: 0;
  -webkit-appearance: none; appearance: none;
}
.vm-champ textarea, .vm-form-champ textarea { min-height: 150px; resize: vertical; }
.vm-champ input:focus, .vm-champ select:focus, .vm-champ textarea:focus,
.vm-form-champ input:focus, .vm-form-champ select:focus, .vm-form-champ textarea:focus { outline: none; border-color: var(--or); }
.vm-form-champ ::placeholder { color: #6E675C; opacity: 1; }
.vm-form-champ select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23C9A45C'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; padding-right: 42px;
}

/* Cases prestations (remplace le select multiple) */
.vm-form-cases { display: flex; flex-wrap: wrap; gap: 10px; }
.vm-form-cases label {
  display: inline-flex; align-items: center; gap: 9px; cursor: pointer;
  border: 1px solid var(--trait); padding: 11px 16px; margin: 0;
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: #C8C1B2;
  transition: all .3s var(--ease);
}
.vm-form-cases input { display: none; }
.vm-form-cases label::before {
  content: ""; width: 9px; height: 9px; border: 1px solid var(--or);
  transform: rotate(45deg); transition: background .25s;
}
.vm-form-cases label:has(input:checked) { border-color: var(--or); color: var(--or-clair); background: rgba(201,164,92,.08); }
.vm-form-cases label:has(input:checked)::before { background: var(--or); }

/* Formulaire sur section claire */
.vm-section-carte .vm-champ label, .vm-section-carte .vm-form-champ label { color: #756D5E; }
.vm-section-carte .vm-champ input, .vm-section-carte .vm-champ select, .vm-section-carte .vm-champ textarea,
.vm-section-carte .vm-form-champ input, .vm-section-carte .vm-form-champ select, .vm-section-carte .vm-form-champ textarea {
  background: #FFFDF6; border-color: rgba(143,114,56,.35); color: #1C1915;
}
.vm-section-carte .vm-form-champ ::placeholder { color: #A79E8D; }
.vm-section-carte .vm-form-champ input:focus, .vm-section-carte .vm-form-champ select:focus,
.vm-section-carte .vm-form-champ textarea:focus { border-color: var(--or-sombre); }
.vm-section-carte .vm-form-cases label { border-color: rgba(143,114,56,.35); color: #5C554A; }
.vm-section-carte .vm-form-cases label::before { border-color: var(--or-sombre); }
.vm-section-carte .vm-form-cases label:has(input:checked) { border-color: var(--or-sombre); color: #1C1915; background: rgba(143,114,56,.10); }
.vm-section-carte .vm-form-cases label:has(input:checked)::before { background: var(--or-sombre); }
.vm-section-carte .vm-btn--plein { background: var(--or-sombre); border-color: var(--or-sombre); color: #FAF6EC; }

/* ---------- Footer ---------- */
.vm-footer { border-top: 1px solid var(--trait); background: var(--noir-2); padding: 80px 0 0; margin-top: 0; }
.vm-footer-grille { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; padding-bottom: 60px; }
.vm-footer h4 { font-size: .72rem; font-family: var(--sans); letter-spacing: .26em; text-transform: uppercase; color: var(--or); font-weight: 400; margin-bottom: 20px; }
.vm-footer ul { list-style: none; }
.vm-footer li { padding: 5px 0; }
.vm-footer li a { color: #A39C8D; font-size: .9rem; }
.vm-footer li a:hover { color: var(--or-clair); }
.vm-footer-marque p { font-size: .92rem; margin-top: 18px; max-width: 34ch; }
.vm-footer-bas {
  border-top: 1px solid var(--trait); padding: 26px 0;
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-size: .74rem; color: var(--pierre); letter-spacing: .08em;
}
.vm-footer-bas a { color: var(--pierre); }
.vm-footer-bas a:hover { color: var(--or); }

/* ---------- Barre tel mobile ---------- */
.vm-tel-sticky { display: none; }

/* ---------- Reveal au scroll ---------- */
.vm-reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.vm-reveal.vu { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .vm-reveal { opacity: 1; transform: none; transition: none; }
  .vm-hero .vm-kicker, .vm-hero h1, .vm-hero .vm-lead, .vm-hero-actions, .vm-hero .vm-bandeau { animation: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1280px) {
  .vm-nav { display: none; }
  .vm-nav.ouvert {
    display: flex; position: fixed; inset: 78px 0 auto; flex-direction: column;
    background: rgba(12,11,9,.98); padding: 30px clamp(20px,4vw,40px) 40px; gap: 4px;
    border-bottom: 1px solid var(--trait);
  }
  .vm-nav.ouvert a { padding: 13px 0; border-bottom: 1px solid rgba(42,38,32,.5); font-size: .9rem; }
  .vm-burger { display: block; margin-left: auto; }
  .vm-tel { display: none; }
  .vm-grid-3 { grid-template-columns: 1fr 1fr; }
  .vm-etapes { grid-template-columns: 1fr 1fr; }
  .vm-avis-grille { grid-template-columns: 1fr; }
  .vm-2col { grid-template-columns: 1fr; }
  .vm-footer-grille { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .vm-grid-3, .vm-grid-2, .vm-etapes, .vm-maillage { grid-template-columns: 1fr; }
  .vm-form { grid-template-columns: 1fr; }
  .vm-footer-grille { grid-template-columns: 1fr; }
  .vm-hero { min-height: 78vh; padding-top: 130px; }
  .vm-hero::after { inset: 92px 14px 70px; }
  .vm-bandeau > div { border-right: 0; border-bottom: 1px solid var(--trait); }
  .vm-num { display: none; }
  .vm-tel-sticky {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    background: var(--or); color: var(--noir); justify-content: center; align-items: center; gap: 12px;
    padding: 15px; font-size: .8rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 500;
  }
  .vm-tel-sticky:hover { color: var(--noir); background: var(--or-clair); }
  body { padding-bottom: 52px; }
}
