
/* ══════════════════════════════════════════
   DESIGN TOKENS
══════════════════════════════════════════ */
:root {
  --ink:    #090807;
  --ink-90: #100f0d;
  --ink-80: #181614;
  --ink-60: #252320;
  --warm:   #f4ede4;
  --warm-50: rgba(244,237,228,0.5);
  --warm-12: rgba(244,237,228,0.12);
  --warm-06: rgba(244,237,228,0.06);
  --fuchsia:   #C0197F;
  --fuchsia-h: #d0279a;
  --fuchsia-08: rgba(192,25,127,0.08);
  --fuchsia-04: rgba(192,25,127,0.04);
  --gold:    #b69040;
  --gold-l:  #cda85a;
  --muted:   #A99F95;
  --border:       rgba(244,237,228,0.07);
  --border-gold:  rgba(182,144,64,0.22);
  --ff-d: 'Playfair Display', Georgia, serif;
  --ff-b: 'DM Sans', system-ui, sans-serif;
  --ff-m: 'DM Mono', monospace;
  --ease: cubic-bezier(0.16,1,0.3,1);
  /* ── LIGHT MODE TOKENS ── */
  --cream:    #F4EDE4;
  --cream-d:  #E8DED2;
  --cream-dd: #DDD3C8;
  --ink-text: #191512;
  --ink-text-2: #3D3530;
  --muted-l:  #7A6E68;
  --border-l: rgba(25,21,18,0.1);
  --border-l-gold: rgba(182,144,64,0.3);
  --fuchsia-l: rgba(192,25,127,0.12);

}
*,*::before,*::after { margin:0; padding:0; box-sizing:border-box; }
html { font-size:16px; scroll-behavior:smooth; -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; }
body { font-family:var(--ff-b); background:var(--ink); color:var(--warm); overflow-x:hidden; }
img { display:block; max-width:100%; }
a { color:inherit; text-decoration:none; }
button { font-family:var(--ff-b); cursor:pointer; border:none; background:none; }


/* ══════════════════════════════════════════
   LIGHT SECTIONS SYSTEM
══════════════════════════════════════════ */
.sec-light {
  background: var(--cream);
  color: var(--ink-text);
}
.sec-light .ov { color: var(--fuchsia); }
.sec-light .gold-line { background: var(--gold); }
.sec-light .display { color: var(--ink-text); }
.sec-light .body-text { color: var(--ink-text-2); opacity:1; }
.sec-light p, .sec-light .pos-intro { color: var(--ink-text-2); }

/* diff cards on light bg */
.sec-light .diff-grid { background: var(--border-l); }
.sec-light .d-card {
  background: var(--cream);
  border-bottom: 1px solid transparent;
  transition: background .35s, box-shadow .35s;
}
.sec-light .d-card:hover {
  background: #fff;
  box-shadow: 0 4px 24px rgba(25,21,18,0.07);
}
.sec-light .d-card::after { background: var(--fuchsia); }
.sec-light .d-num { color: var(--border-l-gold); }
.sec-light .d-icon svg { stroke: var(--ink-text); }
.sec-light .d-card h3 { color: var(--ink-text); }
.sec-light .d-card p { color: var(--ink-text-2); }

/* exp list on light bg */
.sec-light .exp-item { border-color: var(--border-l); }
.sec-light .exp-item:first-child { border-color: var(--border-l); }
.sec-light .exp-item::before { background: var(--cream-d); }
.sec-light .exp-n { color: var(--fuchsia); opacity: 0.7; }
.sec-light .exp-body h3 { color: var(--ink-text); }
.sec-light .exp-item:hover .exp-body h3 { color: var(--fuchsia); }
.sec-light .exp-body p { color: var(--ink-text-2); }
.sec-light .exp-body .note { color: var(--gold); }
.sec-light .exp-tag {
  border-color: var(--border-l);
  color: var(--muted-l);
}
.sec-light .exp-item:hover .exp-tag {
  border-color: var(--border-l-gold);
  color: var(--gold);
}
.sec-light .divider { border-color: var(--border-l); }

/* CTA on light background */
.cta-p-dark {
  display:inline-flex; align-items:center; gap:9px;
  padding:15px 30px; background: var(--ink-text); color: var(--cream);
  font-size:0.78rem; letter-spacing:0.14em; text-transform:uppercase;
  font-weight:500; border-radius:1px;
  transition:all .32s var(--ease);
}
.cta-p-dark:hover { background: #2e2926; transform:translateY(-2px); box-shadow:0 10px 24px rgba(25,21,18,0.2); }
.cta-p-dark svg { width:13px; height:13px; stroke:currentColor; fill:none; stroke-width:1.5; transition:transform .3s; }
.cta-p-dark:hover svg { transform:translateX(3px); }

.cta-s-dark {
  display:inline-flex; align-items:center; gap:9px;
  padding:14px 28px; border:1px solid rgba(25,21,18,0.22);
  color: var(--ink-text-2); font-size:0.78rem;
  letter-spacing:0.14em; text-transform:uppercase; border-radius:1px;
  transition:all .28s;
}
.cta-s-dark:hover { border-color: var(--ink-text); color: var(--ink-text); }

/* biens on light */
.sec-light .biens-grid { background: var(--border-l); }
.sec-light .bc { background: var(--cream); }
.sec-light .bc:hover { background: #fff; }
.sec-light .bc-type { color: var(--muted-l); }
.sec-light .bc-title { color: var(--ink-text); }
.sec-light .bc-loc { color: var(--muted-l); }
.sec-light .bc-footer { border-color: var(--border-l); }
.sec-light .bc-price { color: var(--ink-text); }
.sec-light .bc-price small { color: var(--muted-l); }
.sec-light .bc-specs { color: var(--muted-l); }
.sec-light .bc-placeholder { color: rgba(25,21,18,0.14); }
.sec-light .bc-img { background: linear-gradient(145deg,var(--cream-dd),var(--cream-d)); }
.sec-light .biens-cta-strip {
  border-color: var(--border-l-gold);
  background: rgba(192,25,127,0.06);
}
.sec-light .biens-cta-strip h3 { color: var(--ink-text); }
.sec-light .biens-cta-strip p { color: var(--ink-text-2); }
.sec-light .biens-ext-link { color: var(--muted-l); }
.sec-light .biens-ext-link:hover { color: var(--ink-text); }

/* upgrade general muted readability on dark sections */
.body-text { color: #B5ADA5; }
.pos-intro  { color: #B5ADA5; }


.sec-light h1, .sec-light h2, .sec-light h3 { color: var(--ink-text); }
.sec-light .display { color: var(--ink-text); }
.sec-light .mart-h2 { color: var(--ink-text); }
.sec-light .ov { color: var(--fuchsia); }
.sec-light .pos-h2 em { color: rgba(25,21,18,0.28); }
.sec-light .exp-head .display { color: var(--ink-text); }
.sec-light .biens-header .display { color: var(--ink-text); }
.sec-light .biens-header .ov { color: var(--fuchsia); }
.sec-light .biens-ext-link { color: #8A8480; }
.sec-light .biens-ext-link:hover { color: var(--ink-text); }
.sec-light .body-text { color: var(--ink-text-2); }
.sec-light .cta-s { border-color: rgba(25,21,18,0.22); color: var(--ink-text-2); }
.sec-light .cta-s:hover { border-color: var(--ink-text); color: var(--ink-text); }
/* Agence section light heading when on dark bg is fine as-is */
/* Evaluation promise items on dark section */
.eval-promises .ep { background: rgba(244,237,228,0.04); border-color: rgba(244,237,228,0.11); }
.eval-promises .ep:hover { border-color: var(--border-gold); }


/* ── JUSTIFIED TEXT ── */
.sec-light p, .sec-light .body-text { }
.agence-quote { }
.mart-text p { }
.ep p { }
.rdv-card-head p { }
.ci p { }


/* ══════════════════════════════════════════
   EBOOKS / GUIDES PAGE
══════════════════════════════════════════ */
.ebooks-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-bottom:12px;
}
.ebook-card {
  background:#fff;
  border:1px solid rgba(25,21,18,0.1);
  border-radius:4px;
  overflow:hidden;
  transition:transform .32s var(--ease), box-shadow .32s var(--ease);
  cursor:default;
}
.ebook-card:hover {
  transform:translateY(-4px);
  box-shadow:0 12px 36px rgba(25,21,18,0.12);
}
.ebook-cover {
  aspect-ratio:3/2;
  display:flex;align-items:center;justify-content:center;
  position:relative;overflow:hidden;
}
.ebook-cover::before {
  content:'';position:absolute;inset:0;
  background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}
.ebook-cover-inner {text-align:center;padding:20px;position:relative;z-index:1}
.ebook-cat {
  display:inline-block;padding:3px 10px;
  background:rgba(192,25,127,0.8);color:#fff;
  font-family:var(--ff-m);font-size:0.58rem;letter-spacing:.14em;text-transform:uppercase;
  border-radius:1px;margin-bottom:10px;
}
.ebook-cover-title {
  font-family:var(--ff-d);font-size:1.3rem;font-weight:400;
  color:rgba(244,237,228,0.9);line-height:1.2;
}
.ebook-cover-title em {color:var(--fuchsia);font-style:italic;}
.ebook-cover-sub {
  font-family:var(--ff-m);font-size:0.6rem;letter-spacing:.14em;
  text-transform:uppercase;color:rgba(244,237,228,0.4);margin-top:8px;
}
.ebook-body {padding:20px 22px 22px;}
.ebook-body h3 {
  font-family:var(--ff-d);font-size:1.05rem;font-weight:400;
  color:var(--ink-text);margin-bottom:8px;
}
.ebook-body p {
  font-size:0.83rem;line-height:1.68;color:var(--ink-text-2);
  margin-bottom:16px;
}
.ebook-dl-btn {
  display:inline-flex;align-items:center;gap:8px;
  padding:9px 18px;background:var(--ink-text);color:var(--cream);
  font-family:var(--ff-b);font-size:0.72rem;letter-spacing:.1em;
  text-transform:uppercase;font-weight:500;border-radius:1px;
  border:none;cursor:pointer;transition:all .28s var(--ease);
}
.ebook-dl-btn svg {width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:1.5;transition:transform .28s}
.ebook-dl-btn:hover {background:var(--fuchsia);transform:translateY(-1px);box-shadow:0 6px 16px rgba(192,25,127,0.28)}
.ebook-dl-btn:hover svg {transform:translateX(2px)}

/* MODAL */
.ebook-overlay {
  display:none;position:fixed;inset:0;z-index:900;
  background:rgba(9,8,7,0.75);backdrop-filter:blur(8px);
  align-items:center;justify-content:center;padding:20px;
}
.ebook-overlay.open {display:flex;animation:fadeUp .35s var(--ease)}
.ebook-modal {
  background:var(--ink-80);border:1px solid var(--border-gold);
  border-radius:4px;max-width:720px;width:100%;
  display:grid;grid-template-columns:220px 1fr;
  overflow:hidden;position:relative;
  max-height:90vh;overflow-y:auto;
}
.ebook-modal-close {
  position:absolute;top:14px;right:16px;
  font-size:0.9rem;color:var(--muted);
  background:none;border:none;cursor:pointer;
  transition:color .2s;z-index:10;padding:4px 8px;
}
.ebook-modal-close:hover {color:var(--warm)}
.ebook-modal-left {
  background:var(--ink);padding:28px 20px;
  display:flex;flex-direction:column;gap:20px;
}
.ebook-modal-cover {
  aspect-ratio:3/4;border-radius:2px;
  display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  padding:20px;text-align:center;
  background:linear-gradient(135deg,#1a1210 0%,#2e1a28 100%);
}
.ebook-modal-promise {display:flex;flex-direction:column;gap:8px}
.emp-item {
  display:flex;align-items:flex-start;gap:8px;
  font-size:0.75rem;color:var(--muted);line-height:1.5;
}
.emp-item svg {width:13px;height:13px;flex-shrink:0;stroke:var(--gold);margin-top:1px}
.ebook-modal-right {padding:32px 28px}
.ebook-modal-right h3 {
  font-family:var(--ff-d);font-size:1.4rem;font-weight:400;
  color:var(--warm);margin-bottom:6px;
}
.ebook-modal-right > div > p {font-size:0.84rem;color:var(--muted);margin-bottom:4px;line-height:1.6}
.ebook-success {text-align:center;padding:20px 0}
.ebook-success-icon {
  width:48px;height:48px;border-radius:50%;
  background:rgba(90,200,110,0.15);border:1px solid rgba(90,200,110,0.3);
  display:flex;align-items:center;justify-content:center;
  font-size:1.2rem;color:#7ddd9e;margin:0 auto 16px;
}
.ebook-success h3 {font-family:var(--ff-d);font-size:1.4rem;color:var(--warm);margin-bottom:10px}
.ebook-success p {font-size:0.86rem;color:var(--muted);line-height:1.65}

@media(max-width:768px){
  .ebooks-grid {grid-template-columns:1fr 1fr}
  .ebook-modal {grid-template-columns:1fr}
  .ebook-modal-left {display:none}
}
@media(max-width:480px){
  .ebooks-grid {grid-template-columns:1fr}
}


/* ── EBOOK RIBBON "EN COURS DE RÉDACTION" ── */
.ebook-card {
  position: relative;
}
.ebook-ribbon {
  position: absolute;
  top: 18px;
  right: -28px;
  width: 130px;
  padding: 5px 0;
  background: rgba(10, 9, 7, 0.88);
  border-top: 1px solid rgba(182,144,64,0.35);
  border-bottom: 1px solid rgba(182,144,64,0.35);
  color: var(--gold-l);
  font-family: var(--ff-m);
  font-size: 0.54rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(30deg);
  transform-origin: center center;
  z-index: 10;
  backdrop-filter: blur(4px);
  pointer-events: none;
  user-select: none;
}
.ebook-dl-btn.disabled {
  opacity: 0.38;
  cursor: not-allowed;
  pointer-events: none;
  background: var(--ink-60, #252320);
  box-shadow: none;
  transform: none;
}
.ebook-dl-btn.disabled:hover {
  background: var(--ink-60, #252320);
  transform: none;
  box-shadow: none;
}


/* ══════════════════════════════════════════
   GLOBAL TEXT JUSTIFICATION
══════════════════════════════════════════ */
/* All body paragraphs — dark sections */
.body-text,
.pos-intro,
.hero-desc,
.agence-bio,
.agence-quote,
.d-card p,
.exp-body p,
.exp-body .note,
.eval-desc,
.ct-intro,
.mart-text p,
.mart-di p,
.ep p,
.rdv-card-head p,
.ci p,
.mentions-box p,
.dl-link p,
.f-card .sub,
.biens-cta-strip p,
.ebook-body p,
.ebook-modal-right > div > p,
.emp-item,
.f-mention,
.footer-brand p,
.agence-text .agence-bio {
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
}

/* Light sections — same treatment */
.sec-light p,
.sec-light .body-text,
.sec-light .pos-intro {
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
}

/* Disable justify on very short lines (mobile guard) */
@media (max-width: 480px) {
  .d-card p,
  .exp-body p,
  .ci p,
  .mart-di p,
  .ep p,
  .emp-item,
  .dl-link p,
  .f-mention {
    text-align: left;
    hyphens: none;
  }
}

/* Never justify: headings, labels, nav, overlines, mono text, CTAs */
.t-overline, .ov, .nav-links a, .section-label,
.hero-h1, .hero-sub-heading, .display,
.exp-body h3, .d-card h3, .ebook-body h3,
.agence-cred-item .val, .ct-label, .ct-val,
.cred-t, .cred-d, .nav-tel, .gold-line,
.portrait-name, .portrait-role, .footer-copy,
.footer-legal, .bc-type, .bc-title, .bc-loc,
.bien-price, .bien-specs, .biens-ext-link,
.exp-tag, .d-num, .cta-p, .cta-s, .btn-cta,
.eval-cta-form, .nav-btn, .f-submit,
.ebook-dl-btn, .rdv-link, .mob-menu a {
  text-align: unset;
}


/* ══════════════════════════════════════════
   MOBILE READABILITY POLISH
══════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Breathing room on all section wrappers */
  .wrap { padding: 0 20px; }
  .sec { padding: 64px 0; }
  .sec-sm { padding: 48px 0; }

  /* Hero — text not crammed */
  .hero-wrap { padding: 0 20px 56px; }
  .hero-desc {
    font-size: 0.92rem;
    line-height: 1.78;
    color: rgba(244,237,228,0.58);
  }

  /* Body text slightly larger on mobile for comfort */
  .body-text { font-size: 1rem; line-height: 1.84; }
  .agence-bio { font-size: 0.95rem; line-height: 1.84; }
  .pos-intro { font-size: 0.95rem; line-height: 1.84; }
  .eval-desc { font-size: 0.95rem; line-height: 1.84; }
  .ct-intro { font-size: 0.95rem; line-height: 1.84; }

  /* Cards — no tight edges */
  .d-card { padding: 32px 24px; }
  .exp-item { padding: 28px 0; gap: 14px; }
  .ebook-body { padding: 18px 18px 20px; }
  .bc-body { padding: 16px 18px; }
  .bc-footer { padding: 12px 18px; }

  /* Form comfort */
  .f-card { padding: 24px 20px; }
  .fg input, .fg select, .fg textarea {
    font-size: 0.95rem;
    padding: 13px 14px;
  }

  /* Ebook modal mobile */
  .ebook-modal { max-height: 85vh; overflow-y: auto; }
  .ebook-modal-right { padding: 24px 20px; }

  /* Contact items */
  .ci { padding: 14px 16px; }

  /* Agence quote slightly smaller */
  .agence-quote { font-size: clamp(1.1rem, 4vw, 1.6rem); }

  /* Section headers */
  .pos-head { gap: 28px; }
  .exp-head { margin-bottom: 32px; }

  /* Mart section text padding */
  .mart-text { padding: 56px 20px; }

  /* CTA strip */
  .biens-cta-strip { padding: 24px 20px; }
}

@media (max-width: 480px) {
  /* Even tighter screens: slightly reduce */
  .hero-h1 { font-size: clamp(2.6rem, 11vw, 3.4rem); }
  .display { font-size: clamp(1.7rem, 8vw, 2.4rem); }
  .ebooks-grid { grid-template-columns: 1fr; gap: 16px; }
  .f-card { padding: 20px 16px; }
  .frow { grid-template-columns: 1fr; gap: 12px; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .cta-p, .hero-ctas .cta-s { width: 100%; justify-content: center; }
}


/* ══════════════════════════════════════════
   RÉSEAUX SOCIAUX
══════════════════════════════════════════ */

/* ── Nav social strip (desktop) */
.nav-social {
  display: none;
}
.nav-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(244,237,228,0.1);
  border-radius: 50%;
  color: var(--muted);
  transition: border-color .25s, color .25s, background .25s;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-social a:hover {
  border-color: var(--fuchsia);
  color: var(--fuchsia);
  background: rgba(192,25,127,0.08);
}
.nav-social svg { width: 11px; height: 11px; fill: currentColor; flex-shrink: 0; }

/* ── Footer social row */
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--border-gold);
  border-radius: 50%;
  color: var(--muted);
  transition: all .28s var(--ease);
  text-decoration: none;
}
.footer-social a:hover {
  border-color: var(--fuchsia);
  color: #fff;
  background: var(--fuchsia);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(192,25,127,0.28);
}
.footer-social svg { width: 14px; height: 14px; fill: currentColor; }

/* ── Mobile menu social row */
.mob-social {
  display: flex;
  gap: 14px;
  margin-top: 4px;
}
.mob-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-gold);
  border-radius: 50%;
  color: var(--gold-l);
  transition: all .28s;
}
.mob-social a:hover {
  background: var(--fuchsia);
  border-color: var(--fuchsia);
  color: #fff;
}
.mob-social svg { width: 16px; height: 16px; fill: currentColor; }

@media (max-width: 768px) {
  .nav-social { display: none; }
}


/* ══════════════════════════════════════════
   SECTION AVIS GOOGLE
══════════════════════════════════════════ */
.avis-sec {
  background: var(--ink);
  border-top: 1px solid var(--border);
  padding: 72px 0;
}
.avis-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.avis-left {}
.avis-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
}
.avis-star {
  width: 20px;
  height: 20px;
  fill: var(--gold);
}
.avis-h2 {
  font-family: var(--ff-d);
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
  font-weight: 400;
  color: var(--warm);
  line-height: 1.2;
  margin-bottom: 14px;
}
.avis-h2 em { font-style: italic; color: var(--fuchsia); }
.avis-desc {
  font-size: 0.94rem;
  line-height: 1.8;
  color: #B5ADA5;
  margin-bottom: 28px;
  font-weight: 300;
  text-align: justify;
}
.avis-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  background: var(--warm);
  color: var(--ink-text, #111009);
  font-family: var(--ff-b);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.3s var(--ease);
  border: none;
  cursor: pointer;
}
.avis-cta:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(244,237,228,0.18);
}
.avis-cta svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.avis-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.avis-card {
  background: var(--ink-80, #181614);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 22px 24px;
  transition: border-color 0.25s;
}
.avis-card:hover { border-color: var(--border-gold); }
.avis-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.avis-card-stars {
  display: flex;
  gap: 2px;
}
.avis-card-star {
  width: 13px;
  height: 13px;
  fill: var(--gold);
}
.avis-card-date {
  font-family: var(--ff-m);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.avis-card-text {
  font-size: 0.86rem;
  line-height: 1.7;
  color: #C2BAB2;
  margin-bottom: 10px;
  font-style: italic;
  text-align: justify;
}
.avis-card-author {
  font-family: var(--ff-m);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-l);
}
.avis-placeholder {
  background: rgba(244,237,228,0.03);
  border: 1px dashed rgba(244,237,228,0.1);
  border-radius: 6px;
  padding: 22px 24px;
  text-align: center;
}
.avis-placeholder p {
  font-family: var(--ff-m);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
}

/* Footer avis link */
.footer-avis-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  font-family: var(--ff-m);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-l);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-avis-link:hover { color: var(--warm); }
.footer-avis-link svg {
  width: 11px; height: 11px;
  stroke: currentColor; fill: none; stroke-width: 1.5;
}

@media (max-width: 768px) {
  .avis-inner { grid-template-columns: 1fr; gap: 36px; padding: 0 20px; }
}


/* ── VENDOR CTA STRIP ── */
.vendor-strip {
  background: var(--fuchsia);
  padding: 28px 48px;
}
.vendor-strip-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.vendor-strip-text {
  font-family: var(--ff-d);
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  font-weight: 400;
  font-style: italic;
  color: rgba(255,255,255,0.95);
  line-height: 1.4;
}
.vendor-strip-ctas {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.vcta {
  padding: 10px 22px;
  font-family: var(--ff-b);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.25s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: none;
  white-space: nowrap;
}
.vcta-white {
  background: #fff;
  color: var(--fuchsia);
}
.vcta-white:hover { background: var(--cream); transform: translateY(-1px); }
.vcta-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.5);
}
.vcta-outline:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
.vcta svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 1.5; }
@media(max-width:768px) {
  .vendor-strip { padding: 24px 20px; }
  .vendor-strip-inner { flex-direction: column; text-align: center; }
  .vendor-strip-ctas { justify-content: center; }
}


/* ── CHIFFRES CLÉS ── */
.chiffres-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
.chiffre-item {
  text-align: center;
  padding: 16px 12px;
  background: rgba(244,237,228,0.04);
  border: 1px solid var(--border);
  border-radius: 4px;
}
.chiffre-val {
  font-family: var(--ff-d);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--warm);
  line-height: 1;
  margin-bottom: 4px;
}
.chiffre-val em { font-style: normal; color: var(--fuchsia); }
.chiffre-label {
  font-family: var(--ff-m);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.4;
}


/* ══════════════════════════════════════════
   PAGE HONORAIRES
══════════════════════════════════════════ */
.hon-hero { background:var(--ink); padding:120px 0 80px; }
.hon-intro-grid { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:start; margin-bottom:72px; }
.hon-dl-block { background:var(--ink-80,#181614); border:1px solid var(--border-gold); border-radius:6px; padding:36px; text-align:center; }
.hon-dl-block h3 { font-family:var(--ff-d); font-size:1.4rem; color:var(--warm); margin-bottom:10px; font-weight:400; }
.hon-dl-block p { font-size:0.86rem; color:var(--muted); margin-bottom:24px; line-height:1.65; }
.hon-dl-btn { display:inline-flex; align-items:center; gap:9px; padding:13px 28px; background:var(--fuchsia); color:#fff; font-family:var(--ff-b); font-size:0.78rem; font-weight:500; letter-spacing:.1em; text-transform:uppercase; border-radius:2px; text-decoration:none; transition:all .28s; border:none; cursor:pointer; }
.hon-dl-btn:hover { background:var(--fuchsia-h,#d0279a); transform:translateY(-1px); box-shadow:0 6px 18px rgba(192,25,127,.3); }
.hon-dl-btn svg { width:14px; height:14px; stroke:currentColor; fill:none; stroke-width:1.5; }
.hon-table-title { font-family:var(--ff-m); font-size:.66rem; letter-spacing:.18em; text-transform:uppercase; color:var(--gold); margin-bottom:10px; display:block; }
.hon-table { width:100%; border-collapse:collapse; margin-bottom:16px; }
.hon-table th { background:var(--fuchsia); color:#fff; font-family:var(--ff-b); font-size:.8rem; font-weight:500; padding:10px 14px; text-align:left; }
.hon-table th:last-child { text-align:right; }
.hon-table td { padding:10px 14px; font-size:.84rem; color:rgba(244,237,228,.7); border-bottom:1px solid rgba(244,237,228,.06); vertical-align:middle; }
.hon-table td:last-child { text-align:right; font-weight:500; color:var(--warm); }
.hon-table tr:nth-child(even) td { background:rgba(244,237,228,.025); }
.hon-note { font-size:.78rem; color:var(--muted); font-style:italic; padding:10px 14px; border-left:2px solid var(--gold); background:rgba(182,144,64,.05); border-radius:0 2px 2px 0; margin-bottom:14px; }
.hon-note-f { border-left-color:var(--fuchsia); background:rgba(192,25,127,.04); }
.hon-exclusif-list { display:flex; flex-direction:column; gap:0; margin-bottom:20px; }
.hon-exclusif-item { display:flex; align-items:flex-start; gap:10px; padding:7px 0; border-bottom:1px solid rgba(244,237,228,.05); font-size:.85rem; color:rgba(244,237,228,.7); }
.hon-exclusif-item::before { content:'·'; color:var(--fuchsia); font-size:1.2rem; line-height:1.2; flex-shrink:0; }
.med-block { background:var(--ink-80,#181614); border:1px solid var(--border); border-radius:6px; padding:28px 32px; margin-top:48px; }
.med-block h3 { font-family:var(--ff-d); font-size:1.15rem; color:var(--warm); margin-bottom:10px; font-weight:400; }
.med-block p { font-size:.83rem; color:var(--muted); line-height:1.72; text-align:justify; }
.med-block a { color:var(--gold-l); text-decoration:none; }
.med-block a:hover { color:var(--warm); }
@media(max-width:768px){ .hon-intro-grid{ grid-template-columns:1fr; gap:36px; } }


/* ── VENDOR CTA STRIP ── */
.vendor-strip { background:var(--fuchsia); padding:28px 48px; }
.vendor-strip-inner { max-width:1240px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.vendor-strip-text { font-family:var(--ff-d); font-size:clamp(1rem,1.8vw,1.3rem); font-weight:400; font-style:italic; color:rgba(255,255,255,.95); line-height:1.4; }
.vendor-strip-ctas { display:flex; gap:10px; flex-wrap:wrap; flex-shrink:0; }
.vcta { padding:10px 22px; font-family:var(--ff-b); font-size:.76rem; font-weight:500; letter-spacing:.1em; text-transform:uppercase; border-radius:2px; cursor:pointer; transition:all .25s; text-decoration:none; display:inline-flex; align-items:center; gap:7px; border:none; white-space:nowrap; }
.vcta-white { background:#fff; color:var(--fuchsia); }
.vcta-white:hover { background:var(--cream); transform:translateY(-1px); }
.vcta-outline { background:transparent; color:#fff; border:1px solid rgba(255,255,255,.5); }
.vcta-outline:hover { background:rgba(255,255,255,.12); border-color:#fff; }
.vcta svg { width:12px; height:12px; stroke:currentColor; fill:none; stroke-width:1.5; }
.chiffres-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:28px; }
.chiffre-item { text-align:center; padding:16px 12px; background:rgba(244,237,228,.04); border:1px solid var(--border); border-radius:4px; }
.chiffre-val { font-family:var(--ff-d); font-size:1.6rem; font-weight:400; color:var(--warm); line-height:1; margin-bottom:4px; }
.chiffre-val em { font-style:normal; color:var(--fuchsia); }
.chiffre-label { font-family:var(--ff-m); font-size:.6rem; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); line-height:1.4; }
@media(max-width:768px){ .vendor-strip{ padding:24px 20px; } .vendor-strip-inner{ flex-direction:column; text-align:center; } .vendor-strip-ctas{ justify-content:center; } }

/* ══════════════════════════════════════════
   CURSOR (desktop only)
══════════════════════════════════════════ */
.c-dot {
  width:6px; height:6px; border-radius:50%;
  background:var(--fuchsia);
  position:fixed; top:0; left:0; z-index:9999;
  pointer-events:none; mix-blend-mode:screen;
  transform:translate(-50%,-50%);
  transition:width .2s var(--ease), height .2s var(--ease);
  will-change:left,top;
}
.c-ring {
  width:28px; height:28px;
  border:1px solid rgba(192,25,127,0.35);
  border-radius:50%;
  position:fixed; top:0; left:0; z-index:9998;
  pointer-events:none;
  transform:translate(-50%,-50%);
  transition:width .45s var(--ease), height .45s var(--ease);
  will-change:left,top;
}
@media(hover:none){.c-dot,.c-ring{display:none}}

/* ══════════════════════════════════════════
   NAVBAR
══════════════════════════════════════════ */
#nav {
  position:fixed; top:0; left:0; right:0; z-index:800;
  height:64px;
  display:flex; align-items:center; justify-content:space-between;
  padding:0 48px;
  background:rgba(9,8,7,0);
  transition:background .5s, border-bottom .5s;
}
#nav.scrolled {
  background:rgba(9,8,7,0.93);
  backdrop-filter:blur(22px) saturate(1.5);
  -webkit-backdrop-filter:blur(22px) saturate(1.5);
  border-bottom:1px solid var(--border-gold);
}
.nav-brand {
  display:flex; align-items:center; gap:12px; cursor:pointer;
}
.nav-brand img { height:38px; object-fit:contain; }
.nav-brand-name {
  display:flex; flex-direction:column;
  line-height:1.15;
}
.nav-brand-name .line1 {
  font-family:var(--ff-d); font-size:0.82rem; font-weight:400;
  color:var(--warm); letter-spacing:0.02em;
}
.nav-brand-name .line2 {
  font-family:var(--ff-m); font-size:0.58rem; letter-spacing:0.18em;
  text-transform:uppercase; color:var(--gold);
}
.nav-links {
  position:absolute; left:50%; transform:translateX(-50%);
  display:flex; gap:32px; list-style:none;
}
.nav-links a {
  font-size:0.76rem; letter-spacing:0.14em; text-transform:uppercase;
  color:var(--warm-50); cursor:pointer;
  transition:color .2s;
}
.nav-links a:hover, .nav-links a.act { color:var(--warm); font-weight:500; }
.nav-right { display:flex; align-items:center; gap:12px; }
.nav-tel {
  font-family:var(--ff-m); font-size:0.68rem; letter-spacing:0.1em;
  color:var(--gold-l); padding:6px 0;
  transition:color .2s;
  font-weight:400;
}
.nav-tel:hover { color:var(--warm); }
.nav-btn {
  padding:8px 20px;
  background:var(--fuchsia); color:#fff;
  font-size:0.72rem; letter-spacing:0.12em; text-transform:uppercase;
  font-weight:500; border-radius:1px;
  transition:all .3s var(--ease);
}
.nav-btn:hover { background:var(--fuchsia-h); transform:translateY(-1px); box-shadow:0 6px 18px rgba(192,25,127,0.32); }
/* hamburger */
.nav-ham { display:none; flex-direction:column; gap:4px; padding:6px; }
.nav-ham span { display:block; width:20px; height:1px; background:var(--warm); transition:all .3s; }
/* mobile menu */
.mob-menu {
  display:none; position:fixed;
  top:62px; left:0; right:0; bottom:0; z-index:799;
  background:rgba(9,8,7,0.97); backdrop-filter:blur(24px);
  flex-direction:column; align-items:center; justify-content:center; gap:28px;
}
.mob-menu.open { display:flex; animation:fadeUp .35s var(--ease); }
.mob-menu a {
  font-family:var(--ff-d); font-size:2rem; font-style:italic;
  color:var(--warm); cursor:pointer; transition:color .2s;
}
.mob-menu a:hover { color:var(--fuchsia); }
.mob-menu-tel {
  margin-top:12px;
  font-family:var(--ff-m); font-size:0.8rem; letter-spacing:0.12em;
  color:var(--gold-l);
}
/* WA float */
.wa {
  position:fixed; bottom:28px; right:28px; z-index:700;
  width:50px; height:50px; border-radius:50%; background:#25d366;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 4px 16px rgba(37,211,102,0.28);
  transition:all .3s var(--ease);
}
.wa:hover { transform:scale(1.08); box-shadow:0 8px 22px rgba(37,211,102,0.38); }
.wa svg { width:22px; height:22px; fill:#fff; }

/* ══════════════════════════════════════════
   SPA
══════════════════════════════════════════ */
.page { display:none; }
.page.active { display:block; animation:pageIn .55s var(--ease); }
@keyframes pageIn { from{opacity:0;transform:translateY(12px)} to{opacity:1;transform:translateY(0)} }
@keyframes fadeUp { from{opacity:0} to{opacity:1} }

/* ══════════════════════════════════════════
   REVEAL ON SCROLL
══════════════════════════════════════════ */
.rv { opacity:0; transform:translateY(24px); transition:opacity .85s var(--ease), transform .85s var(--ease); }
.rv.in { opacity:1; transform:none; }
.rv.d1 { transition-delay:.1s; } .rv.d2 { transition-delay:.2s; }
.rv.d3 { transition-delay:.3s; } .rv.d4 { transition-delay:.4s; }
.rv.d5 { transition-delay:.5s; }

/* ══════════════════════════════════════════
   SHARED TYPOGRAPHY
══════════════════════════════════════════ */
.ov { font-family:var(--ff-m); font-size:0.66rem; letter-spacing:0.22em; text-transform:uppercase; color:var(--gold-l); }
.gold-line { display:block; width:32px; height:1px; background:var(--gold); margin-bottom:18px; }
.display { font-family:var(--ff-d); font-weight:400; line-height:1.08; letter-spacing:-0.025em; color:var(--warm); }
.body-text { font-size:0.97rem; line-height:1.88; font-weight:300; color:#B5ADA5; }

/* ══════════════════════════════════════════
   WRAPPER
══════════════════════════════════════════ */
.wrap { max-width:1240px; margin:0 auto; padding:0 48px; }
.sec { padding:120px 0; }
.sec-sm { padding:72px 0; }
.divider { border:none; border-top:1px solid var(--border); }

/* ══════════════════════════════════════════
   HERO
══════════════════════════════════════════ */
.hero {
  position:relative; min-height:100svh;
  display:flex; flex-direction:column; justify-content:flex-end;
  overflow:hidden;
  background:
    radial-gradient(ellipse 110% 70% at 65% 35%, rgba(192,25,127,0.055) 0%, transparent 60%),
    radial-gradient(ellipse 70% 90% at 90% 80%, rgba(182,144,64,0.035) 0%, transparent 55%),
    linear-gradient(155deg, #161210 0%, #090807 45%, #111009 100%);
}
.hero-grid-lines {
  position:absolute; inset:0; pointer-events:none;
  background-image:
    linear-gradient(rgba(244,237,228,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244,237,228,0.022) 1px, transparent 1px);
  background-size:80px 80px;
  mask-image:radial-gradient(ellipse 90% 75% at 50% 50%, black 20%, transparent 100%);
}
.hero-vline {
  position:absolute; top:0; bottom:0;
  left:calc(50% + 200px); width:1px;
  background:linear-gradient(to bottom,transparent,var(--border-gold) 25%,var(--border-gold) 75%,transparent);
  opacity:0; animation:vlineIn 1.6s .9s var(--ease) forwards;
}
@keyframes vlineIn { to{opacity:1} }
.hero-wrap {
  position:relative; z-index:2;
  max-width:1240px; margin:0 auto; padding:0 48px 76px;
  width:100%;
  display:grid; grid-template-columns:1fr 400px; gap:52px; align-items:flex-end;
}
/* left */
.hero-overline {
  display:flex; align-items:center; gap:12px; margin-bottom:26px;
  opacity:0; animation:su .9s .25s var(--ease) forwards;
}
.hero-dot { width:4px; height:4px; border-radius:50%; background:var(--fuchsia); flex-shrink:0; }
.hero-h1 {
  font-family:var(--ff-d); font-size:clamp(3rem,5.8vw,5.8rem);
  font-weight:400; line-height:1.04; letter-spacing:-0.03em; color:var(--warm);
  margin-bottom:6px;
  opacity:0; animation:su 1s .4s var(--ease) forwards;
}
.hero-h1 em { font-style:italic; color:var(--fuchsia); }
.hero-tagline-img {
  margin:18px 0 28px;
  opacity:0; animation:su 1s .58s var(--ease) forwards;
}
.hero-tagline-img img { height:28px; opacity:0.72; filter:invert(1) brightness(1.1); }
.hero-tagline-text {
  font-family: var(--ff-m);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(244,237,228,0.45);
  font-weight: 300;
}
.hero-desc {
  max-width:500px; font-size:0.95rem; line-height:1.8; font-weight:300;
  color:rgba(244,237,228,0.62);
  margin-bottom:40px;
  opacity:0; animation:su 1s .72s var(--ease) forwards;
}
.hero-ctas {
  display:flex; gap:12px; flex-wrap:wrap;
  opacity:0; animation:su 1s .86s var(--ease) forwards;
}
@keyframes su { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:none} }
/* CTA buttons */
.cta-p {
  display:inline-flex; align-items:center; gap:9px;
  padding:15px 30px; background:var(--fuchsia); color:#fff;
  font-size:0.78rem; letter-spacing:0.14em; text-transform:uppercase;
  font-weight:500; border-radius:1px;
  transition:all .32s var(--ease); position:relative; overflow:hidden;
}
.cta-p::after {
  content:''; position:absolute; inset:0;
  background:linear-gradient(135deg,rgba(255,255,255,0.09),transparent);
  opacity:0; transition:opacity .3s;
}
.cta-p:hover { transform:translateY(-2px); box-shadow:0 10px 28px rgba(192,25,127,0.36); }
.cta-p:hover::after { opacity:1; }
.cta-p svg { width:13px; height:13px; stroke:currentColor; fill:none; stroke-width:1.5; transition:transform .3s; }
.cta-p:hover svg { transform:translateX(3px); }
.cta-s {
  display:inline-flex; align-items:center; gap:9px;
  padding:14px 28px; border:1px solid rgba(244,237,228,0.16);
  color:rgba(244,237,228,0.65); font-size:0.78rem;
  letter-spacing:0.14em; text-transform:uppercase; border-radius:1px;
  transition:all .28s;
}
.cta-s:hover { border-color:rgba(244,237,228,0.45); color:var(--warm); }
/* hero panel */
.hero-panel {
  background:rgba(244,237,228,0.05); border:1px solid var(--border-gold);
  border-radius:2px; padding:32px 28px;
  opacity:0; animation:su 1.1s 1.05s var(--ease) forwards;
}
.hp-label {
  font-family:var(--ff-m); font-size:0.62rem; letter-spacing:0.2em;
  text-transform:uppercase; color:var(--gold); margin-bottom:22px;
}
.cred {
  display:flex; gap:12px; align-items:flex-start;
  padding:14px 0; border-bottom:1px solid var(--border);
}
.cred:last-child { border-bottom:none; padding-bottom:0; }
.cred-tag {
  font-family:var(--ff-m); font-size:0.64rem; color:var(--fuchsia);
  opacity:.65; min-width:30px; line-height:1.5; padding-top:1px;
}
.cred-t { font-size:0.82rem; font-weight:500; color:var(--warm); margin-bottom:3px; }
.cred-d { font-size:0.71rem; color:#B5ADA5; line-height:1.6; }
/* scroll cue */
.hero-scroll {
  position:absolute; bottom:32px; left:48px;
  display:flex; align-items:center; gap:10px;
  opacity:0; animation:fadeUp .9s 1.6s var(--ease) forwards;
}
.hero-scroll .hl { width:36px; height:1px; background:var(--gold); opacity:.35; }
.hero-scroll .ht { font-family:var(--ff-m); font-size:0.6rem; letter-spacing:0.18em; color:var(--muted); }

/* ══════════════════════════════════════════
   SECTION: POSITIONNEMENT
══════════════════════════════════════════ */
.pos-sec { background:var(--cream); border-top:1px solid rgba(25,21,18,0.08); }
.pos-head {
  display:grid; grid-template-columns:1fr 1fr; gap:80px;
  margin-bottom:72px; align-items:flex-start;
}
.pos-h2 { font-size:clamp(2rem,3.2vw,3.2rem); margin-top:10px; }
.pos-h2 em { font-style:italic; color:rgba(244,237,228,0.32); }
.pos-intro { padding-top:8px; font-size:0.97rem; line-height:1.88; color:#B5ADA5; font-weight:300; }
.diff-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--border); }
.d-card {
  background:var(--ink-90); padding:40px 32px;
  position:relative; overflow:hidden; cursor:default;
  border-radius:4px;
  transition:all .4s var(--ease);
}
.d-card::after {
  content:''; position:absolute; bottom:0; left:0; right:0; height:2px;
  background:var(--fuchsia); transform:scaleX(0); transform-origin:left;
  transition:transform .4s var(--ease);
}
.d-card:hover { background:var(--ink-80); }
.d-card:hover::after { transform:scaleX(1); }
.d-num {
  position:absolute; top:24px; right:24px;
  font-family:var(--ff-m); font-size:0.62rem; color:var(--border-gold); letter-spacing:.08em;
}
.d-icon { margin-bottom:24px; opacity:.6; }
.d-icon svg { width:32px; height:32px; stroke:var(--warm); fill:none; stroke-width:1; }
.d-card h3 { font-family:var(--ff-d); font-size:1.2rem; font-weight:400; color:var(--warm); margin-bottom:10px; }
.d-card p { font-size:0.86rem; line-height:1.78; color:var(--muted); }

/* ══════════════════════════════════════════
   SECTION: L'AGENCE — portrait éditorial
══════════════════════════════════════════ */
.agence-sec { background:#0f0d0b; }
.agence-grid { display:grid; grid-template-columns:5fr 7fr; gap:80px; align-items:center; }
/* portrait côté */
.portrait-wrap { position:relative; }
.portrait-frame {
  position:relative; overflow:hidden; border-radius:2px;
  border:1px solid var(--border-gold);
  aspect-ratio:3/4;
  background:var(--ink-80);
}
/* film grain overlay */
.portrait-frame::before {
  content:''; position:absolute; inset:0; z-index:2; pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity:.5; mix-blend-mode:overlay;
}
/* dark vignette */
.portrait-frame::after {
  content:''; position:absolute; inset:0; z-index:3;
  background:radial-gradient(ellipse 100% 100% at 50% 50%, transparent 50%, rgba(9,8,7,0.4) 100%);
}
.portrait-frame img {
  width:100%; height:100%; object-fit:cover; object-position:center top;
  filter:grayscale(1) contrast(1.04) brightness(0.95);
  transition:filter .6s;
}
.portrait-wrap:hover .portrait-frame img { filter:grayscale(0.7) contrast(1.02) brightness(0.98); }
/* geometric accent */
.portrait-deco {
  position:absolute; top:-18px; right:-18px;
  width:72px; height:72px;
  border:1px solid var(--border-gold); border-radius:50%; opacity:.4;
  pointer-events:none;
}
.portrait-deco2 {
  position:absolute; bottom:-10px; left:-10px;
  width:20px; height:20px; border-radius:50%;
  background:var(--fuchsia); opacity:.55; pointer-events:none;
}
.portrait-caption {
  position:absolute; bottom:0; left:0; right:0; z-index:4;
  padding:24px 22px 18px;
  background:linear-gradient(to top,rgba(9,8,7,0.85) 0%,transparent 100%);
}
.portrait-name { font-family:var(--ff-d); font-size:1.05rem; color:var(--warm); font-weight:400; }
.portrait-role { font-family:var(--ff-m); font-size:0.62rem; letter-spacing:.16em; text-transform:uppercase; color:var(--gold); margin-top:3px; }
/* agence text */
.agence-text {}
.agence-quote {
  font-family:var(--ff-d); font-size:clamp(1.3rem,2vw,1.85rem); font-style:italic;
  color:var(--warm); line-height:1.45; margin-bottom:28px;
  padding-left:20px; border-left:2px solid var(--fuchsia);
}
.agence-bio { font-size:0.96rem; line-height:1.88; color:#BFB9B2; margin-bottom:18px; font-weight:300; }
/* tagline image in agence */
.agence-tagline { margin:28px 0; }
.agence-tagline img { height:24px; opacity:.5; filter:invert(1) brightness(1.05); }
/* credentials table */
.cred-table {
  border:1px solid var(--border-gold); border-radius:1px;
  overflow:hidden;
}
.ct-row {
  display:flex; gap:0; border-bottom:1px solid var(--border);
}
.ct-row:last-child { border-bottom:none; }
.ct-label {
  width:160px; flex-shrink:0; padding:12px 16px;
  font-family:var(--ff-m); font-size:0.62rem; letter-spacing:.12em;
  text-transform:uppercase; color:var(--gold); border-right:1px solid var(--border);
  background:rgba(182,144,64,0.03);
}
.ct-val { padding:12px 16px; font-size:0.82rem; color:rgba(244,237,228,0.72); line-height:1.6; }

/* ══════════════════════════════════════════
   SECTION: EXPERTISES
══════════════════════════════════════════ */
.exp-sec { background:var(--cream-d,#E8DED2); border-top:1px solid rgba(25,21,18,0.08); }
.exp-head { margin-bottom:48px; }
.exp-list {}
.exp-item {
  display:grid; grid-template-columns:56px 1fr auto;
  gap:36px; align-items:center;
  padding:36px 0; border-bottom:1px solid rgba(244,237,228,0.05);
  cursor:default; position:relative;
}
.exp-item:first-child { border-top:1px solid rgba(244,237,228,0.05); }
.exp-item::before {
  content:''; position:absolute;
  left:-48px; right:-48px; top:0; bottom:0;
  background:var(--ink-80); opacity:0;
  transition:opacity .3s; z-index:0;
}
.exp-item:hover::before { opacity:1; }
.exp-item > * { position:relative; z-index:1; }
.exp-n { font-family:var(--ff-m); font-size:0.68rem; color:var(--fuchsia); opacity:.65; letter-spacing:.06em; }
.exp-body h3 { font-family:var(--ff-d); font-size:1.4rem; font-weight:400; color:var(--warm); margin-bottom:7px; transition:color .25s; }
.exp-item:hover .exp-body h3 { color:var(--fuchsia); }
.exp-body p { font-size:0.87rem; line-height:1.78; color:#B5ADA5; }
.exp-body .note { font-size:0.72rem; color:var(--gold); font-style:italic; margin-top:5px; }
.exp-tag {
  font-family:var(--ff-m); font-size:0.62rem; letter-spacing:.12em;
  text-transform:uppercase; color:var(--muted); padding:5px 12px;
  border:1px solid var(--border); border-radius:20px; white-space:nowrap;
  transition:border-color .25s, color .25s;
}
.exp-item:hover .exp-tag { border-color:var(--border-gold); color:var(--gold-l); }

/* ══════════════════════════════════════════
   SECTION: MARTINIQUE
══════════════════════════════════════════ */
.mart-sec { background:var(--ink); overflow:hidden; }
.mart-grid { display:grid; grid-template-columns:1fr 1fr; }
.mart-text {
  padding:80px 48px 80px 48px;
  border-right:1px solid rgba(182,144,64,0.12);
  display:flex; flex-direction:column; justify-content:center;
}
.mart-h2 { font-size:clamp(1.9rem,2.8vw,2.8rem); margin-top:10px; margin-bottom:22px; }
.mart-details { margin-top:32px; display:flex; flex-direction:column; gap:0; }
.mart-di {
  display:flex; gap:14px; align-items:flex-start;
  padding:14px 0; border-bottom:1px solid var(--border);
}
.mart-di:last-child { border-bottom:none; }
.mart-di-dot { width:4px; height:4px; border-radius:50%; background:var(--gold); flex-shrink:0; margin-top:7px; }
.mart-di p { font-size:0.85rem; line-height:1.7; color:#BFB9B2; }
.mart-di strong { color:rgba(244,237,228,0.72); }
.mart-vis {
  background:
    linear-gradient(180deg,rgba(9,8,7,0.55) 0%,rgba(9,8,7,0.1) 50%,rgba(9,8,7,0.75) 100%),
    radial-gradient(ellipse 100% 100% at 40% 50%,#1b3424 0%,#0c1810 50%,#060c08 100%);
  display:flex; align-items:center; justify-content:center;
  min-height:480px; position:relative; overflow:hidden;
}
.mart-vis-word {
  font-family:var(--ff-d); font-size:clamp(4rem,9vw,9rem);
  font-style:italic; color:rgba(244,237,228,0.05); line-height:1;
  user-select:none; pointer-events:none; letter-spacing:-0.04em;
}

/* ══════════════════════════════════════════
   ÉVALUATION PAGE
══════════════════════════════════════════ */
.eval-grid { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:start; }
.eval-h1 { font-size:clamp(2rem,3vw,3rem); margin-top:10px; margin-bottom:18px; }
.eval-desc { font-size:0.97rem; line-height:1.88; color:#C2BAB2; margin-bottom:32px; font-weight:300; }
.eval-promises { display:flex; flex-direction:column; gap:14px; margin-bottom:36px; }
.ep {
  display:flex; gap:14px; align-items:flex-start; padding:18px 20px;
  border:1px solid var(--border); border-radius:1px;
  background:var(--fuchsia-04); transition:border-color .25s;
}
.ep:hover { border-color:var(--border-gold); }
.ep-icon { width:32px; height:32px; flex-shrink:0; display:flex; align-items:center; justify-content:center; }
.ep-icon svg { width:16px; height:16px; stroke:var(--gold); fill:none; stroke-width:1.5; }
.ep h4 { font-size:0.86rem; font-weight:500; color:var(--warm); margin-bottom:3px; }
.ep p { font-size:0.79rem; line-height:1.65; color:#BFB9B2; }
.eval-rdv {
  display:inline-flex; align-items:center; gap:10px;
  padding:15px 28px; background:var(--fuchsia); color:#fff;
  font-size:0.78rem; letter-spacing:.12em; text-transform:uppercase;
  font-weight:500; border-radius:1px;
  transition:all .3s var(--ease); text-decoration:none;
}
.eval-rdv svg { width:14px; height:14px; stroke:currentColor; fill:none; stroke-width:1.5; transition:transform .3s; }
.eval-rdv:hover { background:var(--fuchsia-h); transform:translateY(-2px); box-shadow:0 10px 26px rgba(192,25,127,0.32); }
.eval-rdv:hover svg { transform:translateX(3px); }
.form-toggle {
  display:block; margin-top:10px;
  font-family:var(--ff-m); font-size:0.65rem; letter-spacing:.14em;
  text-transform:uppercase; color:var(--muted);
  background:none; border:none; cursor:pointer; padding:7px 0;
  transition:color .2s;
}
.form-toggle:hover { color:var(--warm); }
/* form card */
.f-card {
  background:#1e1b18; border:1px solid var(--border-gold);
  border-radius:2px; padding:36px 32px;
  position:sticky; top:80px;
}
.f-card h3 { font-family:var(--ff-d); font-size:1.5rem; font-weight:400; color:var(--warm); margin-bottom:5px; }
.f-card .sub { font-size:0.82rem; color:#BFB9B2; margin-bottom:24px; line-height:1.6; }
.ff { display:flex; flex-direction:column; gap:14px; }
.fr { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.fg { display:flex; flex-direction:column; gap:5px; }
.fg label { font-family:var(--ff-m); font-size:0.6rem; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); }
.fg input,.fg select,.fg textarea {
  background:rgba(244,237,228,0.06); border:1px solid rgba(244,237,228,0.14);
  border-radius:1px; padding:12px 14px; color:var(--warm);
  font-family:var(--ff-b); font-size:0.9rem; outline:none; width:100%;
  transition:border-color .22s, background .22s; -webkit-appearance:none;
}
.fg input:focus,.fg select:focus,.fg textarea:focus {
  border-color:var(--fuchsia); background:rgba(192,25,127,0.04);
}
.fg select option { background:var(--ink-80); }
.fg textarea { resize:vertical; min-height:85px; }
.f-submit {
  width:100%; padding:13px; background:var(--fuchsia); color:#fff;
  font-family:var(--ff-b); font-size:0.78rem; letter-spacing:.14em;
  text-transform:uppercase; font-weight:500; border:none; border-radius:1px;
  cursor:pointer; transition:all .3s var(--ease); margin-top:4px;
}
.f-submit:hover { background:var(--fuchsia-h); box-shadow:0 7px 20px rgba(192,25,127,0.28); }
.f-mention { font-size:0.68rem; color:var(--muted); text-align:center; margin-top:9px; line-height:1.6; }
.f-success {
  display:none; padding:20px; text-align:center;
  border:1px solid rgba(90,200,110,0.22); border-radius:1px;
  background:rgba(90,200,110,0.04);
  color:#7ddd9e; font-size:0.88rem; line-height:1.7; margin-top:12px;
}

/* ══════════════════════════════════════════
   BIENS
══════════════════════════════════════════ */
.biens-header {
  display:flex; justify-content:space-between; align-items:flex-end;
  margin-bottom:48px;
}
.biens-ext-link {
  display:flex; align-items:center; gap:7px;
  font-family:var(--ff-m); font-size:0.68rem;
  letter-spacing:.14em; text-transform:uppercase; color:var(--muted);
  transition:color .2s; text-decoration:none;
}
.biens-ext-link svg { width:12px; height:12px; stroke:currentColor; fill:none; stroke-width:1.5; transition:transform .25s; }
.biens-ext-link:hover { color:var(--warm); }
.biens-ext-link:hover svg { transform:translate(2px,-2px); }
.biens-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--border); }
.bc {
  background:var(--ink); overflow:hidden; cursor:default;
  transition:background .35s;
}
.bc:hover { background:var(--ink-80); }
.bc-img {
  aspect-ratio:4/3; position:relative; overflow:hidden;
  background:linear-gradient(145deg,var(--ink-80),var(--ink-60));
}
.bc-img-inner {
  position:absolute; inset:0; display:flex;
  align-items:center; justify-content:center;
}
.bc-placeholder { font-family:var(--ff-d); font-size:0.82rem; font-style:italic; color:rgba(244,237,228,0.1); text-align:center; padding:14px; }
.bc-overlay {
  position:absolute; inset:0;
  background:linear-gradient(to top,rgba(9,8,7,0.88) 0%,transparent 55%);
  opacity:0; transition:opacity .35s;
}
.bc:hover .bc-overlay { opacity:1; }
.bc-overlay-lbl {
  position:absolute; bottom:18px; left:50%; transform:translateX(-50%);
  font-family:var(--ff-m); font-size:0.6rem; letter-spacing:.16em; text-transform:uppercase;
  color:var(--warm); white-space:nowrap; opacity:0; transition:opacity .28s .08s;
}
.bc:hover .bc-overlay-lbl { opacity:1; }
.bc-badge {
  position:absolute; top:14px; left:14px;
  font-family:var(--ff-m); font-size:0.59rem; letter-spacing:.1em;
  text-transform:uppercase; padding:4px 9px;
  background:rgba(192,25,127,0.82); color:#fff; border-radius:1px;
}
.bc-body { padding:20px 24px; }
.bc-type { font-family:var(--ff-m); font-size:0.62rem; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); margin-bottom:6px; }
.bc-title { font-family:var(--ff-d); font-size:1.05rem; color:var(--warm); margin-bottom:4px; }
.bc-loc { font-size:0.78rem; color:var(--muted); }
.bc-footer {
  padding:14px 24px; border-top:1px solid var(--border);
  display:flex; justify-content:space-between; align-items:center;
}
.bc-price { font-family:var(--ff-d); font-size:1.1rem; color:var(--warm); }
.bc-price small { font-size:0.72rem; color:var(--muted); font-family:var(--ff-b); }
.bc-specs { font-family:var(--ff-m); font-size:0.62rem; color:var(--muted); letter-spacing:.06em; }
.biens-cta-strip {
  margin-top:48px; padding:32px 36px;
  border:1px solid var(--border-gold); border-radius:1px;
  background:var(--fuchsia-04);
  display:flex; justify-content:space-between; align-items:center; gap:24px;
}
.biens-cta-strip h3 { font-family:var(--ff-d); font-size:1.3rem; color:var(--warm); margin-bottom:5px; }
.biens-cta-strip p { font-size:0.84rem; color:var(--muted); max-width:480px; }

/* ══════════════════════════════════════════
   CONTACT
══════════════════════════════════════════ */
.ct-grid { display:grid; grid-template-columns:1fr 1fr; gap:72px; }
.ct-h1 { font-size:clamp(2rem,3vw,3rem); margin-top:10px; margin-bottom:16px; }
.ct-intro { font-size:0.97rem; line-height:1.88; color:#C2BAB2; margin-bottom:40px; font-weight:300; }
.ct-items { display:flex; flex-direction:column; gap:20px; margin-bottom:36px; }
.ci {
  display:flex; gap:14px; align-items:flex-start;
  padding:16px 18px; border:1px solid var(--border); border-radius:1px;
  transition:border-color .25s;
}
.ci:hover { border-color:var(--border-gold); }
.ci-ic {
  width:34px; height:34px; flex-shrink:0;
  border:1px solid var(--border-gold); border-radius:50%;
  display:flex; align-items:center; justify-content:center;
}
.ci-ic svg { width:14px; height:14px; stroke:var(--gold); fill:none; stroke-width:1.5; }
.ci h4 { font-size:0.84rem; font-weight:500; color:var(--warm); margin-bottom:3px; }
.ci p,.ci a { font-size:0.83rem; color:#C2BAB2; line-height:1.6; text-decoration:none; }
.ci a:hover { color:var(--fuchsia); }
/* right panel */
.rdv-card {
  border:1px solid var(--border-gold); border-radius:2px; overflow:hidden;
  margin-bottom:20px;
}
.rdv-card-head {
  padding:24px 26px 20px; background:#1e1b18;
  border-bottom:1px solid rgba(244,237,228,0.09);
}
.rdv-card-head h3 { font-family:var(--ff-d); font-size:1.35rem; color:var(--warm); margin-bottom:5px; }
.rdv-card-head p { font-size:0.82rem; color:#BFB9B2; line-height:1.65; }
.rdv-card-body { padding:18px 26px 24px; background:#1e1b18; }
.rdv-link {
  display:flex; align-items:center; justify-content:center; gap:9px;
  padding:13px 22px; background:#fff; color:var(--ink);
  font-family:var(--ff-b); font-size:0.78rem; letter-spacing:.1em;
  text-transform:uppercase; font-weight:500; border-radius:1px; text-decoration:none;
  transition:all .28s var(--ease);
}
.rdv-link svg { width:13px; height:13px; stroke:currentColor; fill:none; stroke-width:1.5; }
.rdv-link:hover { transform:translateY(-2px); box-shadow:0 7px 20px rgba(244,237,228,0.1); }
.dl-link {
  display:flex; align-items:center; gap:12px; padding:15px 18px;
  border:1px solid var(--border); border-radius:1px;
  background:var(--fuchsia-04); text-decoration:none;
  transition:border-color .25s, background .25s; margin-bottom:16px;
}
.dl-link:hover { border-color:var(--border-gold); background:rgba(182,144,64,0.04); }
.dl-link svg { width:16px; height:16px; stroke:var(--gold); fill:none; stroke-width:1.5; flex-shrink:0; }
.dl-link h4 { font-size:0.82rem; font-weight:500; color:var(--warm); margin-bottom:2px; }
.dl-link p { font-size:0.73rem; color:#A09990; }
.mentions-box {
  padding:18px 20px; border:1px solid var(--border); border-radius:1px;
  background:rgba(244,237,228,0.02);
}
.mentions-box h4 {
  font-family:var(--ff-m); font-size:0.6rem; letter-spacing:.16em;
  text-transform:uppercase; color:var(--gold); margin-bottom:8px;
}
.mentions-box p { font-size:0.69rem; color:#9A948E; line-height:1.85; }

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
footer {
  background:var(--ink-90); border-top:1px solid var(--border-gold);
  padding:56px 0 32px;
}
.footer-grid {
  display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:48px; margin-bottom:44px; padding-bottom:44px; border-bottom:1px solid var(--border);
}
.footer-brand img.fb-logo { height:35px; margin-bottom:12px; opacity:.75; }
.footer-brand .tagline-img { margin-top:12px; }
.footer-brand .tagline-img img { height:20px; opacity:.3; filter:invert(1); }
.footer-brand p { font-size:0.79rem; color:#9A948E; line-height:1.72; margin-top:8px; }
.footer-col h4 {
  font-family:var(--ff-m); font-size:0.61rem; letter-spacing:.18em;
  text-transform:uppercase; color:var(--gold); margin-bottom:14px;
}
.footer-col ul { list-style:none; display:flex; flex-direction:column; gap:9px; }
.footer-col ul a { font-size:0.81rem; color:#9A948E; cursor:pointer; transition:color .2s; }
.footer-col ul a:hover { color:var(--warm); }
.footer-bot {
  display:flex; justify-content:space-between; align-items:flex-start;
  gap:24px;
}
.footer-legal { font-size:0.64rem; color:rgba(180,172,165,0.55); line-height:1.85; max-width:820px; }
.footer-copy { font-size:0.62rem; color:rgba(244,237,228,0.18); white-space:nowrap; }

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media(max-width:1100px){
  .hero-wrap { grid-template-columns:1fr; padding:0 32px 60px; }
  .hero-panel { display:none; }
  .pos-head { grid-template-columns:1fr; }
  .diff-grid { grid-template-columns:1fr 1fr; }
  .agence-grid { grid-template-columns:1fr; }
  .portrait-wrap { max-width:380px; }
  .eval-grid,.ct-grid { grid-template-columns:1fr; }
  .f-card { position:static; }
  .mart-grid { grid-template-columns:1fr; }
  .mart-vis { min-height:240px; }
  .mart-text { padding:64px 32px; }
  .biens-grid { grid-template-columns:1fr 1fr; }
  .biens-cta-strip { flex-direction:column; gap:18px; text-align:center; }
  .biens-cta-strip p { margin:0 auto; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media(max-width:768px){
  #nav { padding:0 20px; }
  .nav-links,.nav-tel,.nav-btn { display:none; }
  .nav-ham { display:flex; }
  .wrap { padding:0 20px; }
  .sec { padding:72px 0; }
  .hero-wrap { padding:0 20px 52px; }
  .hero-scroll { left:20px; }
  .hero-vline { display:none; }
  .diff-grid { grid-template-columns:1fr; }
  .portrait-wrap { display:none; }
  .exp-item { grid-template-columns:36px 1fr; gap:18px; }
  .exp-tag { display:none; }
  .biens-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; gap:28px; }
  .footer-bot { flex-direction:column; gap:10px; }
}

/* ══════ ARCHITECTURE MULTIPAGE — AJOUTS LCIP ══════ */
.nav-links li.has-sub { position: relative; }
.nav-links li.has-sub > a::after { content:'\25BE'; margin-left:6px; font-size:.62em; opacity:.55; }
.sub-menu { position:absolute; top:100%; left:-20px; min-width:270px; background:var(--ink-90);
  border:1px solid var(--border); border-top:2px solid var(--fuchsia); padding:9px 0;
  opacity:0; visibility:hidden; transform:translateY(7px); transition:all .22s var(--ease); z-index:120; }
.nav-links li.has-sub:hover .sub-menu { opacity:1; visibility:visible; transform:none; }
.sub-menu a { display:block; padding:11px 22px; font-family:var(--ff-b); font-size:.78rem;
  letter-spacing:.03em; color:rgba(244,237,228,.7); white-space:nowrap; text-decoration:none; }
.sub-menu a:hover { color:var(--fuchsia-h); background:var(--warm-06); }
.nav-lcip { display:inline-flex; align-items:center; gap:6px; padding:7px 13px; margin-left:4px;
  border:1px solid var(--border-gold); font-family:var(--ff-m); font-size:.6rem; letter-spacing:.14em;
  text-transform:uppercase; color:var(--gold-l); text-decoration:none; transition:all .25s var(--ease); }
.nav-lcip:hover { background:rgba(182,144,64,.09); border-color:var(--gold); }
.crumb { font-family:var(--ff-m); font-size:.6rem; letter-spacing:.15em; text-transform:uppercase;
  color:var(--muted); margin-bottom:20px; }
.crumb a { color:var(--muted); text-decoration:none; }
.crumb a:hover { color:var(--gold-l); }
.crumb span { opacity:.45; margin:0 7px; }
.pg-lead { max-width:780px; margin-top:24px; }
.blocs { display:grid; grid-template-columns:repeat(auto-fit,minmax(270px,1fr)); gap:1px;
  background:var(--border); border:1px solid var(--border); margin-top:46px; }
.bloc { background:var(--ink-90); padding:34px 30px; }
.bloc h3 { font-family:var(--ff-d); font-size:1.22rem; font-weight:400; color:var(--warm); margin-bottom:11px; }
.bloc p { font-size:.86rem; line-height:1.8; color:#B5ADA5; text-align:justify; hyphens:auto; }
.bloc .n { font-family:var(--ff-m); font-size:.62rem; letter-spacing:.14em; color:var(--fuchsia);
  display:block; margin-bottom:14px; }
.sec-light .blocs { background:var(--border-l,rgba(25,21,18,.1)); border-color:rgba(25,21,18,.1); }
.sec-light .bloc { background:var(--cream); }
.sec-light .bloc h3 { color:var(--ink-text); }
.sec-light .bloc p { color:var(--ink-text-2,#4a4440); }
.band { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:26px;
  margin-top:56px; padding:30px 34px; border:1px solid var(--border-gold); background:var(--fuchsia-04); }
.band h3 { font-family:var(--ff-d); font-size:1.3rem; font-weight:400; color:var(--warm); margin-bottom:7px; }
.band p { font-size:.85rem; color:#B5ADA5; max-width:560px; }
.sec-light .band h3 { color:var(--ink-text); }
.sec-light .band p { color:var(--ink-text-2,#4a4440); }
.lcip-gate { max-width:520px; margin:0 auto; border:1px solid var(--border); background:var(--ink-90); padding:42px 38px; }
.lcip-gate h1 { font-family:var(--ff-d); font-size:1.9rem; font-weight:400; color:var(--warm); margin-bottom:10px; }
.lcip-note { border-left:2px solid var(--gold); padding:14px 18px; background:rgba(182,144,64,.05);
  font-size:.8rem; line-height:1.75; color:#B5ADA5; margin-top:26px; }
.legal-txt { max-width:860px; }
.legal-txt h2 { font-family:var(--ff-d); font-size:1.35rem; font-weight:400; color:var(--warm);
  margin:38px 0 12px; }
.legal-txt p, .legal-txt li { font-size:.86rem; line-height:1.82; color:#B5ADA5; text-align:justify; }
.legal-txt ul { padding-left:20px; margin:10px 0; }
.legal-txt li { margin-bottom:6px; }
.legal-txt strong { color:var(--warm); font-weight:500; }
@media (max-width:900px){ .sub-menu{ display:none; } }

/* ══════ TYPOGRAPHIE — CORRECTIONS ══════ */
/* Aucune césure : pas de mots coupés en fin de ligne */
*, *::before, *::after { hyphens: none !important; -webkit-hyphens: none !important; }
/* Justification des blocs de texte courant */
p, .body-text, .pos-intro, .hero-desc, .agence-bio, .eval-desc, .ct-intro,
.bloc p, .legal-txt p, .legal-txt li, .d-card p, .exp-body p, .ep p, .ci p,
.mart-di p, .ebook-body p, .f-card .sub, .mentions-box p {
  text-align: justify; text-justify: inter-word;
}
/* Jamais justifié : titres, libellés, boutons, lignes courtes */
h1, h2, h3, h4, h5, .display, .ov, .crumb, .gold-line, .section-label, .t-overline,
.nav-links a, .sub-menu a, .mob-menu a, .nav-tel, .nav-btn, .nav-lcip,
.cta-p, .cta-s, .btn-cta, .f-submit, .eval-cta-form, .ebook-dl-btn, .rdv-link,
.band p, .lcip-note, .f-mention, .footer-legal, .footer-copy, .footer-col a,
.bc-type, .bc-title, .bc-loc, .bc-price, .bc-specs, .biens-ext-link,
.exp-tag, .d-num, .ct-label, .ct-val, .cred-t, .cred-d, .bloc .n,
label, input, select, textarea, option, .chiffre-val, .chiffre-label,
.portrait-name, .portrait-role, .agence-quote, .hon-table-title, .emp-item {
  text-align: left; text-justify: auto;
}
/* Colonnes étroites : justifier crée des trous, on aligne à gauche */
@media (max-width: 700px) {
  p, .body-text, .bloc p, .legal-txt p, .legal-txt li, .d-card p,
  .exp-body p, .ep p, .ci p, .eval-desc, .pos-intro, .agence-bio {
    text-align: left;
  }
}

/* ══════ HEADER — REPRISE DE LA MISE EN PAGE ══════ */
/* Le menu n'est plus centré en absolu : il prend sa place dans la ligne */
#nav { gap: 18px; padding: 0 32px; flex-wrap: nowrap; }
.nav-links {
  position: static !important; left: auto !important; transform: none !important;
  flex: 1 1 auto; justify-content: center; gap: 20px; margin: 0; padding: 0;
  flex-wrap: nowrap;
}
.nav-links > li { flex: 0 0 auto; }
.nav-links a { white-space: nowrap; display: inline-block; }
.nav-brand, .nav-right { flex: 0 0 auto; }
.nav-brand img { height: 34px; }
.nav-right { gap: 10px; flex-wrap: nowrap; }
.nav-tel { white-space: nowrap; }

@media (max-width: 1500px) {
  #nav { padding: 0 24px; }
  .nav-links { gap: 15px; }
  .nav-links a { font-size: 0.69rem; letter-spacing: 0.09em; }
  .nav-tel, .nav-social { display: none !important; }
}
@media (max-width: 1280px) {
  .nav-brand-name { display: none; }
  .nav-btn { padding: 7px 13px; font-size: 0.64rem; }
  .nav-lcip { font-size: 0.54rem; padding: 6px 9px; }
}
/* Sous 1150px : menu burger */
@media (max-width: 1150px) {
  .nav-links, .nav-tel, .nav-btn, .nav-social, .nav-lcip { display: none !important; }
  .nav-ham { display: flex !important; }
  .nav-brand-name { display: flex; }
}
.mob-menu { top: 64px; overflow-y: auto; padding: 30px 20px 50px;
            justify-content: flex-start; gap: 16px; }
.mob-menu a { font-size: 1.45rem; }
/* Curseur personnalise : inutile sur petit ecran et tactile */
@media (max-width: 1080px) { .c-dot, .c-ring { display: none !important; } }
