/* ============================================================
   Voyage Nosy Be — Homepage éditoriale cinématique 2026
   Palette Mozambique : ivoire + encre + turquoise/tsingy/ylang
   Cormorant Garamond (serif) + DM Sans + JetBrains Mono
   Scopé via body.vnb-2026 sur <body.home> (évite collisions)
   ============================================================ */

body.vnb-2026 { background: #F3ECE0; margin: 0; }

/* Masquer les anciens éléments WP remplacés par l'éditorial */
body.vnb-2026 .site-header,
body.vnb-2026 .site-footer,
body.vnb-2026 .vnb-sticky-cta { display: none !important; }
body.vnb-2026 .vnb-whatsapp { bottom: 1.5rem; right: 1.5rem; }

body.vnb-2026 {
  --ivory: #F3ECE0;
  --ivory-2: #EAE1D1;
  --ink: #17140F;
  --ink-2: #2B2620;
  --muted: #6B6357;
  --line: #D8CEBD;
  --accent: oklch(0.58 0.11 210);
  --accent-2: oklch(0.62 0.14 45);
  --accent-3: oklch(0.72 0.09 95);
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.vnb-2026 .vnb-home *,
body.vnb-2026 .v26-nav *,
body.vnb-2026 .v26-footer *,
body.vnb-2026 .v26-page * { box-sizing: border-box; }
body.vnb-2026 .vnb-home img,
body.vnb-2026 .v26-page img { display: block; max-width: 100%; height: auto; }

/* film grain */
body.vnb-2026::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 9999;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mix-blend-mode: multiply;
  opacity: 0.45;
}

body.vnb-2026 .mono { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
body.vnb-2026 .serif { font-family: var(--serif); font-weight: 400; }

/* ============ NAV ============ */
body.vnb-2026 .v26-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 40px;
  mix-blend-mode: difference;
  color: #F3ECE0;
  transition: background .3s, color .3s, mix-blend-mode .3s;
}
body.vnb-2026 .v26-nav.scrolled {
  background: rgba(243,236,224,.92);
  backdrop-filter: blur(12px);
  color: var(--ink);
  mix-blend-mode: normal;
  border-bottom: 1px solid var(--line);
}
body.vnb-2026 .v26-brand {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: flex; align-items: baseline; gap: 10px;
  text-decoration: none;
  color: inherit;
}
body.vnb-2026 .v26-brand i { font-style: italic; font-weight: 400; }
body.vnb-2026 .v26-brand small { font-family: var(--mono); font-size: 9px; letter-spacing: 0.2em; opacity: 0.6; }
body.vnb-2026 .v26-nav ul { display: flex; gap: 32px; list-style: none; font-size: 13px; letter-spacing: 0.04em; }
body.vnb-2026 .v26-nav ul a { color: inherit; text-decoration: none; opacity: 0.85; transition: opacity .2s; }
body.vnb-2026 .v26-nav ul a:hover { opacity: 1; }
body.vnb-2026 .v26-nav .v26-cta-nav {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 10px 18px; border: 1px solid currentColor; border-radius: 999px;
  text-decoration: none; color: inherit;
  transition: background .2s, color .2s;
}
body.vnb-2026 .v26-nav .v26-cta-nav:hover { background: currentColor; color: var(--ivory); }

/* ============ HERO ============ */
body.vnb-2026 .v26-hero {
  position: relative;
  min-height: 100vh;
  padding: 120px 40px 60px;
  display: flex; flex-direction: column;
  background: var(--ink);
  color: var(--ivory);
  overflow: hidden;
}
body.vnb-2026 .v26-hero-meta {
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em;
  opacity: 0.6; text-transform: uppercase;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(243,236,224,.15);
}
body.vnb-2026 .v26-hero-meta { position: relative; z-index: 2; }
body.vnb-2026 .v26-hero-main {
  flex: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: end;
  padding-top: 40px;
  position: relative; z-index: 2;
}
body.vnb-2026 .v26-hero-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(56px, 11vw, 180px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--ivory);
}
body.vnb-2026 .v26-hero-title em { font-style: italic; font-weight: 300; color: var(--accent); }
body.vnb-2026 .v26-hero-title .line { display: block; }
body.vnb-2026 .v26-hero-title .line.indent { padding-left: 1.5em; }
body.vnb-2026 .v26-hero-side { display: flex; flex-direction: column; gap: 28px; padding-bottom: 20px; }
body.vnb-2026 .v26-hero-lead {
  font-family: var(--serif); font-size: 22px; line-height: 1.35; font-weight: 300;
  max-width: 36ch; opacity: 0.9; color: var(--ivory);
}
body.vnb-2026 .v26-hero-lead::first-letter {
  font-size: 2em; float: left; line-height: 0.9; padding: 4px 10px 0 0; color: var(--accent);
}
body.vnb-2026 .v26-hero-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; padding-top: 24px;
  border-top: 1px solid rgba(243,236,224,.15);
}
body.vnb-2026 .v26-stat b {
  font-family: var(--serif); font-weight: 300;
  font-size: 42px; display: block; line-height: 1; color: var(--ivory);
}
body.vnb-2026 .v26-stat span {
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.18em;
  text-transform: uppercase; opacity: 0.55;
}

/* hero background image full-bleed */
body.vnb-2026 .v26-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  overflow: hidden;
}
body.vnb-2026 .v26-hero-bg img {
  width: 100%; height: 100%; object-fit: cover;
  animation: v26heroZoom 18s ease-out forwards;
}
body.vnb-2026 .v26-hero-bg__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(23,20,15,.55) 0%, rgba(23,20,15,.35) 35%, rgba(23,20,15,.85) 100%),
    linear-gradient(90deg, rgba(23,20,15,.45) 0%, transparent 55%);
}
@keyframes v26heroZoom {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}

/* hero mosaic */
body.vnb-2026 .v26-hero-mosaic { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
body.vnb-2026 .v26-hero-mosaic .tile {
  position: absolute; overflow: hidden; opacity: 0;
  transform: translateY(20px) scale(0.98);
  animation: v26tilein 1.4s cubic-bezier(.2,.7,.2,1) forwards;
}
body.vnb-2026 .v26-hero-mosaic .tile img { width: 100%; height: 100%; object-fit: cover; }
body.vnb-2026 .v26-hero-mosaic .t1 { top: 18%; right: 4%; width: 22vw; height: 30vh; animation-delay: 0.3s; }
body.vnb-2026 .v26-hero-mosaic .t2 { top: 58%; right: 22%; width: 14vw; height: 18vh; animation-delay: 0.6s; }
body.vnb-2026 .v26-hero-mosaic .t3 { top: 66%; right: 2%; width: 16vw; height: 22vh; animation-delay: 0.9s; }
@keyframes v26tilein { to { opacity: 1; transform: none; } }

/* ============ SECTIONS ============ */
body.vnb-2026 .v26-section { padding: 120px 40px; position: relative; }
body.vnb-2026 .v26-section-head {
  display: grid; grid-template-columns: 1fr 2fr;
  gap: 60px; margin-bottom: 60px; align-items: end;
}
body.vnb-2026 .v26-kicker { display: flex; align-items: center; gap: 12px; }
body.vnb-2026 .v26-kicker::before { content: ""; width: 40px; height: 1px; background: currentColor; }
body.vnb-2026 .v26-title {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(42px, 6vw, 88px);
  line-height: 1.0; letter-spacing: -0.02em; color: var(--ink);
}
body.vnb-2026 .v26-title em { font-style: italic; color: var(--accent); }

/* ============ MARQUEE ============ */
body.vnb-2026 .v26-marquee {
  padding: 40px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  overflow: hidden; white-space: nowrap;
}
body.vnb-2026 .v26-marquee-inner {
  display: inline-flex; gap: 48px;
  animation: v26scroll 40s linear infinite;
  font-family: var(--serif); font-size: 56px; font-weight: 300; font-style: italic;
}
body.vnb-2026 .v26-marquee-inner span { display: inline-flex; align-items: center; gap: 48px; color: var(--ink); }
body.vnb-2026 .v26-marquee-inner span::after { content: "✦"; font-style: normal; font-size: 22px; color: var(--accent); }
@keyframes v26scroll { to { transform: translateX(-50%); } }

/* ============ DESTINATIONS ============ */
body.vnb-2026 .v26-dest-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; margin-top: 40px; }
body.vnb-2026 .v26-dest {
  position: relative; cursor: pointer; overflow: hidden;
  transition: transform .6s cubic-bezier(.2,.7,.2,1);
  text-decoration: none; color: inherit;
}
body.vnb-2026 .v26-dest:hover { transform: translateY(-6px); }
body.vnb-2026 .v26-dest img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
body.vnb-2026 .v26-dest:hover img { transform: scale(1.05); }
body.vnb-2026 .v26-dest::before {
  content: ""; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.65));
  opacity: 0; transition: opacity .4s;
}
body.vnb-2026 .v26-dest:hover::before { opacity: 1; }
body.vnb-2026 .v26-dest-label {
  position: absolute; left: 20px; right: 20px; bottom: 20px; z-index: 3;
  color: #fff; opacity: 0; transform: translateY(10px);
  transition: opacity .4s, transform .4s;
}
body.vnb-2026 .v26-dest:hover .v26-dest-label { opacity: 1; transform: none; }
body.vnb-2026 .v26-dest-label h4 { font-family: var(--serif); font-size: 26px; font-weight: 400; color: #fff; }
body.vnb-2026 .v26-dest-label p { font-size: 13px; opacity: 0.85; margin-top: 4px; }
body.vnb-2026 .v26-dest-num {
  position: absolute; top: 16px; left: 16px; z-index: 3;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em;
  color: #fff;
  background: rgba(0,0,0,.3); padding: 4px 8px; backdrop-filter: blur(4px);
}
body.vnb-2026 .v26-dest.d1 { grid-column: span 7; height: 520px; }
body.vnb-2026 .v26-dest.d2 { grid-column: span 5; height: 520px; }
body.vnb-2026 .v26-dest.d3 { grid-column: span 4; height: 380px; }
body.vnb-2026 .v26-dest.d4 { grid-column: span 4; height: 380px; }
body.vnb-2026 .v26-dest.d5 { grid-column: span 4; height: 380px; }
body.vnb-2026 .v26-dest.d6 { grid-column: span 6; height: 420px; }
body.vnb-2026 .v26-dest.d7 { grid-column: span 6; height: 420px; }

/* ============ CIRCUITS ============ */
body.vnb-2026 .v26-circuits { background: var(--ink); color: var(--ivory); padding: 140px 40px; }
body.vnb-2026 .v26-circuits .v26-title { color: var(--ivory); }
body.vnb-2026 .v26-circuits .v26-title em { color: var(--accent-3); }
body.vnb-2026 .v26-circuit-list { border-top: 1px solid rgba(243,236,224,.15); }
body.vnb-2026 .v26-circuit {
  display: grid;
  grid-template-columns: 60px 1.2fr 2fr 1fr 180px;
  gap: 30px; align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid rgba(243,236,224,.15);
  transition: padding .4s ease;
  position: relative;
  text-decoration: none; color: inherit;
}
body.vnb-2026 .v26-circuit::before {
  content: ""; position: absolute; inset: 0; left: -40px; right: -40px;
  background: var(--accent); opacity: 0; z-index: 0; transition: opacity .4s;
}
body.vnb-2026 .v26-circuit:hover { padding-left: 20px; color: var(--ivory); }
body.vnb-2026 .v26-circuit:hover::before { opacity: 0.08; }
body.vnb-2026 .v26-circuit > * { position: relative; z-index: 1; }
body.vnb-2026 .v26-c-num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; opacity: 0.5; }
body.vnb-2026 .v26-c-title { font-family: var(--serif); font-size: 32px; font-weight: 400; line-height: 1.1; color: var(--ivory); }
body.vnb-2026 .v26-c-title em { font-style: italic; color: var(--accent-3); }
body.vnb-2026 .v26-c-desc { font-size: 14px; opacity: 0.7; line-height: 1.55; max-width: 42ch; }
body.vnb-2026 .v26-c-meta { font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.6; }
body.vnb-2026 .v26-c-meta span { display: block; }
body.vnb-2026 .v26-c-price { text-align: right; font-family: var(--serif); font-size: 26px; font-weight: 300; color: var(--ivory); }
body.vnb-2026 .v26-c-price small { display: block; font-family: var(--mono); font-size: 9px; letter-spacing: 0.2em; opacity: 0.5; margin-top: 4px; }

/* ============ EXPERIENCE ============ */
body.vnb-2026 .v26-experience {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 80vh; padding: 0;
}
body.vnb-2026 .v26-exp-image { position: relative; }
body.vnb-2026 .v26-exp-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
body.vnb-2026 .v26-floater {
  position: absolute; bottom: 40px; right: -60px;
  width: 200px; height: 260px;
  border: 8px solid var(--ivory);
  box-shadow: 0 30px 60px rgba(0,0,0,.25);
  z-index: 3; overflow: hidden;
}
body.vnb-2026 .v26-floater img { width: 100%; height: 100%; object-fit: cover; }
body.vnb-2026 .v26-exp-content {
  padding: 120px 80px;
  display: flex; flex-direction: column; justify-content: center;
  gap: 32px;
}
body.vnb-2026 .v26-exp-content h3 {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: 1.05; letter-spacing: -0.02em;
}
body.vnb-2026 .v26-exp-content h3 em { font-style: italic; color: var(--accent); }
body.vnb-2026 .v26-exp-content p { font-size: 16px; line-height: 1.7; max-width: 52ch; color: var(--muted); }
body.vnb-2026 .v26-exp-signature {
  font-family: var(--serif); font-style: italic; font-size: 32px;
  color: var(--accent); letter-spacing: -0.01em; margin-top: 8px;
}
body.vnb-2026 .v26-exp-signature small {
  display: block; font-family: var(--mono); font-style: normal;
  font-size: 10px; letter-spacing: 0.2em; color: var(--muted); margin-top: 6px; text-transform: uppercase;
}

/* ============ MAP ============ */
body.vnb-2026 .v26-map-section { background: var(--ivory-2); padding: 140px 40px; }
body.vnb-2026 .v26-map-wrap { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; }
body.vnb-2026 .v26-map-text p { color: var(--muted); font-size: 16px; line-height: 1.7; max-width: 48ch; margin-top: 24px; }
body.vnb-2026 .v26-legend { margin-top: 40px; display: flex; flex-direction: column; gap: 0; list-style: none; }
body.vnb-2026 .v26-legend li {
  display: grid; grid-template-columns: 40px 1fr auto;
  gap: 16px; align-items: center;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 0; border-bottom: 1px dashed var(--line);
  transition: padding-left .3s;
}
body.vnb-2026 .v26-legend li:hover { padding-left: 12px; color: var(--accent); }
body.vnb-2026 .v26-legend li a { color: inherit; text-decoration: none; display: contents; }
body.vnb-2026 .v26-legend b {
  font-family: var(--serif); font-weight: 400;
  font-size: 15px; letter-spacing: 0; text-transform: none; color: var(--ink);
}
body.vnb-2026 .v26-dot {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--accent); color: var(--ivory);
  display: grid; place-items: center; font-size: 10px;
}
body.vnb-2026 .v26-map-svg {
  width: 100%; aspect-ratio: 1 / 1.05;
  background: var(--ivory); border: 1px solid var(--line);
  position: relative; overflow: hidden;
}
body.vnb-2026 .v26-map-svg::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(0,0,0,.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,.04) 1px, transparent 1px);
  background-size: 40px 40px;
}
body.vnb-2026 .v26-map-svg svg { position: absolute; inset: 0; width: 100%; height: 100%; }
body.vnb-2026 .v26-pin {
  position: absolute; width: 14px; height: 14px; border-radius: 50%;
  background: var(--accent); transform: translate(-50%, -50%); cursor: pointer;
}
body.vnb-2026 .v26-pin::before {
  content: ""; position: absolute; inset: -8px;
  border: 1px solid var(--accent); border-radius: 50%;
  animation: v26pulse 2s ease-out infinite;
}
body.vnb-2026 .v26-pin:nth-child(even)::before { animation-delay: 1s; }
@keyframes v26pulse { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(2.5); opacity: 0; } }
body.vnb-2026 .v26-pin span {
  position: absolute; top: -28px; left: 50%; transform: translateX(-50%);
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em;
  white-space: nowrap; background: var(--ink); color: var(--ivory);
  padding: 3px 8px; border-radius: 2px;
  opacity: 0; transition: opacity .2s; pointer-events: none;
}
body.vnb-2026 .v26-pin:hover span { opacity: 1; }

/* ============ TESTIMONIAL ============ */
body.vnb-2026 .v26-testimonial { padding: 160px 40px; text-align: center; }
body.vnb-2026 .v26-testimonial blockquote {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(32px, 4vw, 58px); line-height: 1.2;
  max-width: 22ch; margin: 0 auto; letter-spacing: -0.01em; color: var(--ink);
}
body.vnb-2026 .v26-testimonial blockquote em { font-style: italic; color: var(--accent); }
body.vnb-2026 .v26-testimonial cite {
  display: block; margin-top: 40px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em;
  text-transform: uppercase; font-style: normal; color: var(--muted);
}
body.vnb-2026 .v26-tmarks { display: inline-flex; gap: 6px; margin-bottom: 24px; color: var(--accent); }

/* ============ CTA ============ */
body.vnb-2026 .v26-cta {
  background: var(--accent); color: var(--ivory);
  padding: 140px 40px; position: relative; overflow: hidden;
}
body.vnb-2026 .v26-cta-grid {
  display: grid; grid-template-columns: 1.3fr 1fr;
  gap: 60px; align-items: end; position: relative; z-index: 2;
}
body.vnb-2026 .v26-cta h2 {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(56px, 8vw, 130px);
  line-height: 0.95; letter-spacing: -0.02em; color: var(--ivory);
}
body.vnb-2026 .v26-cta h2 em { font-style: italic; }
body.vnb-2026 .v26-cta p { color: var(--ivory); opacity: .9; }
body.vnb-2026 .v26-cta-form {
  background: rgba(243,236,224,.08);
  padding: 36px;
  border: 1px solid rgba(243,236,224,.2);
  backdrop-filter: blur(8px);
}
body.vnb-2026 .v26-cta-form label {
  display: block; font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em;
  text-transform: uppercase; opacity: 0.7; margin-bottom: 8px;
  color: var(--ivory);
}
body.vnb-2026 .v26-cta-form .v26-field {
  display: flex; align-items: center; gap: 12px;
  border-bottom: 1px solid rgba(243,236,224,.3);
  padding: 12px 0; margin-bottom: 20px;
}
body.vnb-2026 .v26-cta-form input,
body.vnb-2026 .v26-cta-form select {
  background: transparent; border: none; outline: none;
  color: var(--ivory); font-family: var(--serif); font-size: 20px; width: 100%;
}
body.vnb-2026 .v26-cta-form option { color: var(--ink); }
body.vnb-2026 .v26-cta-form input::placeholder { color: rgba(243,236,224,.5); }
body.vnb-2026 .v26-cta-form button {
  width: 100%; margin-top: 12px; padding: 18px;
  background: var(--ivory); color: var(--ink);
  border: none; cursor: pointer;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  transition: transform .2s;
}
body.vnb-2026 .v26-cta-form button:hover { transform: translateY(-2px); }
body.vnb-2026 .v26-cta::before {
  content: "NOSY BE"; position: absolute; bottom: -40px; right: -20px;
  font-family: var(--serif); font-style: italic;
  font-size: 30vw; font-weight: 300;
  color: rgba(243,236,224,.06);
  letter-spacing: -0.04em; z-index: 1; pointer-events: none;
  white-space: nowrap;
}

/* ============ SCROLL REVEAL ============ */
body.vnb-2026 .reveal { opacity: 0; transform: translateY(24px); transition: opacity 1s ease, transform 1s cubic-bezier(.2,.7,.2,1); }
body.vnb-2026 .reveal.in { opacity: 1; transform: none; }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  body.vnb-2026 .v26-hero { padding: 100px 20px 40px; }
  body.vnb-2026 .v26-hero-main { grid-template-columns: 1fr; gap: 30px; }
  body.vnb-2026 .v26-hero-mosaic { display: none; }
  body.vnb-2026 .v26-section { padding: 80px 20px; }
  body.vnb-2026 .v26-section-head { grid-template-columns: 1fr; gap: 20px; }
  body.vnb-2026 .v26-dest { grid-column: span 12 !important; height: 280px !important; }
  body.vnb-2026 .v26-experience { grid-template-columns: 1fr; }
  body.vnb-2026 .v26-exp-image { min-height: 50vh; }
  body.vnb-2026 .v26-exp-content { padding: 60px 20px; }
  body.vnb-2026 .v26-floater { display: none; }
  body.vnb-2026 .v26-map-wrap { grid-template-columns: 1fr; gap: 40px; }
  body.vnb-2026 .v26-circuit { grid-template-columns: 40px 1fr; gap: 10px; padding: 24px 0; }
  body.vnb-2026 .v26-circuit .v26-c-desc,
  body.vnb-2026 .v26-circuit .v26-c-meta { display: none; }
  body.vnb-2026 .v26-circuit .v26-c-price { grid-column: 2; text-align: left; font-size: 20px; }
  body.vnb-2026 .v26-cta-grid { grid-template-columns: 1fr; }
  body.vnb-2026 .v26-cta { padding: 80px 20px; }
  body.vnb-2026 .v26-circuits { padding: 80px 20px; }
  body.vnb-2026 .v26-nav { padding: 14px 20px; }
  body.vnb-2026 .v26-nav ul { display: none; }
  body.vnb-2026 .v26-marquee-inner { font-size: 36px; }
}

/* ============================================================
   SITE-WIDE — NAV INNER PAGES, FOOTER, INNER PAGE LAYOUTS
   ============================================================ */

/* Nav sur pages internes — toujours en style "scrolled" ivoire */
body.vnb-2026 .v26-nav--inner {
  position: sticky;
  mix-blend-mode: normal;
  background: rgba(243,236,224,.95);
  backdrop-filter: blur(12px);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
body.vnb-2026 .v26-nav--inner.scrolled,
body.vnb-2026 .v26-nav.scrolled { background: rgba(243,236,224,.98); }

body.vnb-2026 .v26-nav-list { display: flex; gap: 32px; list-style: none; font-size: 13px; letter-spacing: 0.04em; margin: 0; padding: 0; }
body.vnb-2026 .v26-nav-list li { list-style: none; }
body.vnb-2026 .v26-nav-list a { color: inherit; text-decoration: none; opacity: 0.85; transition: opacity .2s; }
body.vnb-2026 .v26-nav-list a:hover { opacity: 1; }

/* Menu toggle mobile */
body.vnb-2026 .v26-nav-toggle {
  display: none;
  background: none; border: none; cursor: pointer;
  width: 32px; height: 32px;
  flex-direction: column; justify-content: center; gap: 5px;
  padding: 0;
}
body.vnb-2026 .v26-nav-toggle span {
  display: block; width: 24px; height: 1.5px; background: currentColor;
  transition: transform .3s, opacity .3s;
}

/* ============ PAGE TEMPLATES ============ */
body.vnb-2026 .site-main {
  min-height: 40vh;
}
body.vnb-2026 .v26-page {
  padding: 140px 40px 80px;
  max-width: 1400px;
  margin: 0 auto;
}
body.vnb-2026 .v26-page-narrow { max-width: 820px; }

body.vnb-2026 .v26-page-hero {
  padding: 160px 40px 80px;
  background: var(--ivory);
  position: relative;
}
body.vnb-2026 .v26-page-hero--dark {
  background: var(--ink);
  color: var(--ivory);
  padding: 200px 40px 100px;
}
body.vnb-2026 .v26-page-hero--dark h1,
body.vnb-2026 .v26-page-hero--dark .v26-page-hero__sub { color: var(--ivory); }
body.vnb-2026 .v26-page-hero--image {
  min-height: 60vh;
  background: var(--ink);
  color: var(--ivory);
  display: flex; align-items: flex-end;
  padding: 160px 40px 60px;
  position: relative;
  overflow: hidden;
}
body.vnb-2026 .v26-page-hero__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
body.vnb-2026 .v26-page-hero--image::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(23,20,15,.3) 0%, rgba(23,20,15,.75) 100%);
}
body.vnb-2026 .v26-page-hero__inner {
  max-width: 1400px; margin: 0 auto; width: 100%;
  position: relative; z-index: 2;
}
body.vnb-2026 .v26-page-hero h1 {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(42px, 7vw, 110px);
  line-height: 0.95; letter-spacing: -0.02em;
  color: var(--ink); margin: 20px 0 0;
}
body.vnb-2026 .v26-page-hero--image h1,
body.vnb-2026 .v26-page-hero--dark h1 { color: var(--ivory); }
body.vnb-2026 .v26-page-hero h1 em { font-style: italic; color: var(--accent); }
body.vnb-2026 .v26-page-hero__sub {
  font-family: var(--serif); font-size: 22px; font-weight: 300;
  max-width: 52ch; margin-top: 24px; line-height: 1.4;
  color: var(--muted);
}
body.vnb-2026 .v26-page-hero--image .v26-page-hero__sub { color: rgba(243,236,224,.9); }
body.vnb-2026 .v26-breadcrumb {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; opacity: 0.6;
  margin-bottom: 16px;
}
body.vnb-2026 .v26-breadcrumb a { color: inherit; text-decoration: none; }
body.vnb-2026 .v26-breadcrumb a:hover { color: var(--accent); }

/* ============ PROSE CONTENT ============ */
body.vnb-2026 .v26-prose {
  font-family: var(--sans); font-size: 17px; font-weight: 300; line-height: 1.7;
  color: var(--ink-2); max-width: 72ch;
}
body.vnb-2026 .v26-prose > * { margin: 0 0 1.25em; }
body.vnb-2026 .v26-prose h2 {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(32px, 3.5vw, 48px); line-height: 1.1;
  letter-spacing: -0.01em; color: var(--ink);
  margin-top: 2em;
}
body.vnb-2026 .v26-prose h2 em { font-style: italic; color: var(--accent); }
body.vnb-2026 .v26-prose h3 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(22px, 2vw, 28px);
  color: var(--ink); margin-top: 1.8em;
}
body.vnb-2026 .v26-prose p { font-size: 17px; line-height: 1.75; }
body.vnb-2026 .v26-prose a {
  color: var(--accent); text-decoration: none;
  background-image: linear-gradient(to right, var(--accent), var(--accent));
  background-size: 100% 1px; background-position: 0 100%;
  background-repeat: no-repeat;
}
body.vnb-2026 .v26-prose a:hover { background-size: 100% 2px; }
body.vnb-2026 .v26-prose ul, body.vnb-2026 .v26-prose ol { padding-left: 1.5em; }
body.vnb-2026 .v26-prose li { margin-bottom: .5em; }
body.vnb-2026 .v26-prose .lead {
  font-family: var(--serif); font-size: 26px; font-weight: 300; line-height: 1.4;
  color: var(--ink); margin: 0 0 2em;
  padding: 0; border: 0; background: transparent;
  max-width: 56ch;
}
body.vnb-2026 .v26-prose table {
  width: 100%; border-collapse: collapse; margin: 2em 0;
  font-family: var(--sans); font-size: 14px;
}
body.vnb-2026 .v26-prose th {
  background: var(--ink); color: var(--ivory);
  padding: 14px 16px; text-align: left;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase; font-weight: 500;
}
body.vnb-2026 .v26-prose td {
  padding: 14px 16px; border-bottom: 1px solid var(--line);
}
body.vnb-2026 .v26-prose tr:nth-child(even) td { background: var(--ivory-2); }
body.vnb-2026 .v26-prose blockquote {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: clamp(22px, 2.4vw, 32px); line-height: 1.4;
  color: var(--ink); border-left: 2px solid var(--accent);
  padding-left: 1.5em; margin: 2em 0;
}
body.vnb-2026 .v26-prose img { margin: 2em 0; border-radius: 2px; }

/* FAQ éditoriale */
body.vnb-2026 .v26-prose .vnb-faq { margin: 2em 0; }
body.vnb-2026 .v26-prose details {
  background: transparent; border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0; margin-bottom: 0; box-shadow: none;
}
body.vnb-2026 .v26-prose details:last-child { border-bottom: 1px solid var(--line); }
body.vnb-2026 .v26-prose summary {
  font-family: var(--serif); font-weight: 400; font-size: 22px;
  padding: 20px 40px 20px 0; color: var(--ink);
  position: relative; cursor: pointer; list-style: none;
}
body.vnb-2026 .v26-prose summary::-webkit-details-marker { display: none; }
body.vnb-2026 .v26-prose summary::after {
  content: '+'; position: absolute; right: 0; top: 50%;
  transform: translateY(-50%); font-family: var(--sans);
  font-size: 24px; font-weight: 300; color: var(--accent);
  transition: transform .2s;
}
body.vnb-2026 .v26-prose details[open] summary::after { content: '−'; }
body.vnb-2026 .v26-prose details > div {
  padding: 0 40px 20px 0;
  font-family: var(--sans); font-size: 16px; line-height: 1.7;
  color: var(--muted);
}

/* ============ LAYOUT SINGLE + SIDEBAR ============ */
body.vnb-2026 .v26-single {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 80px;
  max-width: 1400px; margin: 0 auto;
  padding: 100px 40px 120px;
}
body.vnb-2026 .v26-single__aside .widget {
  padding: 24px 0; margin-bottom: 24px;
  border-top: 1px solid var(--line);
}
body.vnb-2026 .v26-single__aside h3,
body.vnb-2026 .v26-single__aside .widget__title {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--muted);
  margin: 0 0 16px;
}

/* ============ ARCHIVE GRID EDITORIAL ============ */
body.vnb-2026 .v26-archive {
  max-width: 1400px; margin: 0 auto;
  padding: 60px 40px 120px;
}
body.vnb-2026 .v26-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
body.vnb-2026 .v26-archive-card {
  text-decoration: none; color: inherit;
  display: block;
  transition: transform .4s;
}
body.vnb-2026 .v26-archive-card:hover { transform: translateY(-4px); }
body.vnb-2026 .v26-archive-card__img-wrap {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--ivory-2);
  margin-bottom: 20px;
}
body.vnb-2026 .v26-archive-card__img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}
body.vnb-2026 .v26-archive-card:hover .v26-archive-card__img { transform: scale(1.05); }
body.vnb-2026 .v26-archive-card__num {
  position: absolute; top: 16px; left: 16px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em;
  color: #fff;
  background: rgba(0,0,0,.35); padding: 4px 8px; backdrop-filter: blur(4px);
}
body.vnb-2026 .v26-archive-card__badge {
  position: absolute; top: 16px; right: 16px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink); background: var(--accent-3); padding: 4px 10px;
}
body.vnb-2026 .v26-archive-card__title {
  font-family: var(--serif); font-weight: 400;
  font-size: 28px; line-height: 1.1;
  color: var(--ink); margin-bottom: 8px;
}
body.vnb-2026 .v26-archive-card__excerpt {
  font-size: 14px; color: var(--muted); line-height: 1.6;
  margin-bottom: 12px;
}
body.vnb-2026 .v26-archive-card__price {
  font-family: var(--serif); font-size: 18px;
  color: var(--accent);
}
body.vnb-2026 .v26-archive-card__price small {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.15em;
  text-transform: uppercase; opacity: 0.6; margin-left: 8px;
}

/* ============ FOOTER ÉDITORIAL ============ */
body.vnb-2026 .v26-footer {
  background: var(--ink); color: var(--ivory);
  padding: 100px 40px 40px;
}
body.vnb-2026 .v26-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(243,236,224,.15);
  max-width: 1400px; margin: 0 auto;
}
body.vnb-2026 .v26-footer h5 {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em;
  text-transform: uppercase; opacity: 0.5;
  margin: 0 0 20px;
}
body.vnb-2026 .v26-footer ul {
  list-style: none; display: flex; flex-direction: column; gap: 10px;
  padding: 0; margin: 0;
}
body.vnb-2026 .v26-footer ul li { list-style: none; }
body.vnb-2026 .v26-footer ul a { color: inherit; text-decoration: none; opacity: 0.8; font-size: 14px; }
body.vnb-2026 .v26-footer ul a:hover { opacity: 1; color: var(--accent-3); }
body.vnb-2026 .v26-footer__brand {
  font-family: var(--serif); font-size: 44px; font-weight: 300;
  line-height: 1; letter-spacing: -0.02em; margin-bottom: 16px;
  color: var(--ivory);
}
body.vnb-2026 .v26-footer__brand em { font-style: italic; color: var(--accent); }
body.vnb-2026 .v26-footer__tag { font-size: 14px; opacity: 0.7; max-width: 40ch; line-height: 1.6; }
body.vnb-2026 .v26-footer__bottom {
  display: flex; justify-content: space-between; gap: 20px;
  padding-top: 30px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.15em;
  text-transform: uppercase; opacity: 0.5;
  max-width: 1400px; margin: 0 auto;
  flex-wrap: wrap;
}
body.vnb-2026 .v26-footer__bottom a { color: inherit; text-decoration: none; }
body.vnb-2026 .v26-footer__bottom a:hover { color: var(--accent-3); opacity: 1; }

/* ============ BUTTONS ÉDITORIAUX ============ */
body.vnb-2026 .v26-btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 28px;
  background: var(--ink); color: var(--ivory);
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--ink);
  transition: transform .2s, background .2s, color .2s;
  cursor: pointer;
}
body.vnb-2026 .v26-btn:hover { transform: translateY(-2px); background: var(--accent); border-color: var(--accent); color: var(--ivory); }
body.vnb-2026 .v26-btn--accent { background: var(--accent); border-color: var(--accent); }
body.vnb-2026 .v26-btn--outline { background: transparent; color: var(--ink); }
body.vnb-2026 .v26-btn--outline:hover { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
body.vnb-2026 .v26-btn--lg { padding: 22px 40px; font-size: 12px; }

/* ============ RESPONSIVE ADDITIONS ============ */
@media (max-width: 900px) {
  body.vnb-2026 .v26-nav-list { display: none; }
  body.vnb-2026 .v26-nav-toggle { display: flex; }
  body.vnb-2026 .v26-nav.v26-nav-open .v26-nav-list {
    display: flex; flex-direction: column;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--ivory); padding: 24px 40px;
    border-bottom: 1px solid var(--line);
  }
  body.vnb-2026 .v26-nav.v26-nav-open .v26-nav-list a { color: var(--ink); font-size: 20px; font-family: var(--serif); }
  body.vnb-2026 .v26-footer__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  body.vnb-2026 .v26-page,
  body.vnb-2026 .v26-page-hero,
  body.vnb-2026 .v26-page-hero--dark,
  body.vnb-2026 .v26-page-hero--image { padding-left: 20px; padding-right: 20px; }
  body.vnb-2026 .v26-page-hero { padding-top: 120px; padding-bottom: 60px; }
  body.vnb-2026 .v26-single { grid-template-columns: 1fr; gap: 40px; padding: 60px 20px 80px; }
  body.vnb-2026 .v26-archive { padding: 40px 20px 80px; }
  body.vnb-2026 .v26-archive-grid { grid-template-columns: 1fr; gap: 30px; }
  body.vnb-2026 .v26-footer { padding: 60px 20px 30px; }
}
@media (max-width: 1100px) and (min-width: 901px) {
  body.vnb-2026 .v26-archive-grid { grid-template-columns: repeat(2, 1fr); }
  body.vnb-2026 .v26-footer__grid { grid-template-columns: 2fr 1fr 1fr; }
  body.vnb-2026 .v26-footer__grid > div:last-child { grid-column: span 3; }
}

/* ============================================================
   E-E-A-T & CONVERSION COMPONENTS
   ============================================================ */

/* Trust bar — sous les hero de pages intérieures */
body.vnb-2026 .v26-trust {
  background: var(--ink);
  color: var(--ivory);
  padding: 40px 40px;
  border-top: 1px solid rgba(243,236,224,.15);
  border-bottom: 1px solid rgba(243,236,224,.15);
}
body.vnb-2026 .v26-trust__inner {
  max-width: 1400px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  text-align: center;
}
body.vnb-2026 .v26-trust__item { display: flex; flex-direction: column; gap: 6px; }
body.vnb-2026 .v26-trust__item b {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(28px, 3vw, 40px); line-height: 1; color: var(--accent-3);
}
body.vnb-2026 .v26-trust__item span {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.15em;
  text-transform: uppercase; opacity: 0.7; color: var(--ivory);
}

/* Testimonials réutilisables */
body.vnb-2026 .v26-testimonials { padding: 120px 40px; background: var(--ivory); }
body.vnb-2026 .v26-testimonials--dark { background: var(--ink); color: var(--ivory); }
body.vnb-2026 .v26-testimonials--dark .v26-title { color: var(--ivory); }
body.vnb-2026 .v26-testimonials__inner { max-width: 1400px; margin: 0 auto; }
body.vnb-2026 .v26-testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 40px;
}
body.vnb-2026 .v26-testi {
  background: #fff; padding: 36px 32px;
  border: 1px solid var(--line);
  position: relative;
  transition: transform .3s;
}
body.vnb-2026 .v26-testimonials--dark .v26-testi {
  background: rgba(243,236,224,.05);
  border-color: rgba(243,236,224,.15);
}
body.vnb-2026 .v26-testi:hover { transform: translateY(-4px); }
body.vnb-2026 .v26-testi__stars {
  font-size: 18px; letter-spacing: 2px; color: var(--accent); margin-bottom: 16px;
}
body.vnb-2026 .v26-testi__text {
  font-family: var(--serif); font-size: 20px; font-weight: 300;
  line-height: 1.45; color: var(--ink);
  margin-bottom: 24px;
}
body.vnb-2026 .v26-testimonials--dark .v26-testi__text { color: var(--ivory); }
body.vnb-2026 .v26-testi__footer {
  display: flex; flex-direction: column; gap: 3px;
  border-top: 1px solid var(--line); padding-top: 16px;
}
body.vnb-2026 .v26-testi__footer strong {
  font-family: var(--sans); font-weight: 500; font-size: 14px; color: var(--ink);
}
body.vnb-2026 .v26-testimonials--dark .v26-testi__footer strong { color: var(--ivory); }
body.vnb-2026 .v26-testi__footer span { font-size: 12px; color: var(--muted); }
body.vnb-2026 .v26-testi__footer em {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--accent); font-style: normal; margin-top: 4px;
}
body.vnb-2026 .v26-testi-note {
  text-align: center; margin-top: 40px; opacity: 0.6;
}

/* CTA Band */
body.vnb-2026 .v26-cta-band { padding: 120px 40px; position: relative; overflow: hidden; }
body.vnb-2026 .v26-cta-band--ink { background: var(--ink); color: var(--ivory); }
body.vnb-2026 .v26-cta-band--accent { background: var(--accent); color: var(--ivory); }
body.vnb-2026 .v26-cta-band__inner {
  max-width: 900px; margin: 0 auto; text-align: center; position: relative; z-index: 2;
}
body.vnb-2026 .v26-cta-band h2 {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(38px, 5vw, 72px); line-height: 1.05; letter-spacing: -0.02em;
  color: inherit;
  margin: 20px 0 24px;
}
body.vnb-2026 .v26-cta-band h2 em { font-style: italic; color: var(--accent-3); }
body.vnb-2026 .v26-cta-band--accent h2 em { color: var(--ink); }
body.vnb-2026 .v26-cta-band p {
  font-size: 17px; line-height: 1.6; opacity: 0.9;
  max-width: 56ch; margin: 0 auto 36px;
}
body.vnb-2026 .v26-cta-band__actions {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 40px;
}
body.vnb-2026 .v26-cta-band__trust {
  display: flex; gap: 28px; justify-content: center; flex-wrap: wrap;
  list-style: none; padding: 0; margin: 0;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.15em;
  text-transform: uppercase; opacity: 0.75;
}
body.vnb-2026 .v26-cta-band__trust li { list-style: none; }
body.vnb-2026 .v26-cta-band--ink::after,
body.vnb-2026 .v26-cta-band--accent::after {
  content: "NOSY BE"; position: absolute;
  bottom: -40px; right: -20px;
  font-family: var(--serif); font-style: italic;
  font-size: 22vw; font-weight: 300;
  color: rgba(255,255,255,.04);
  letter-spacing: -0.04em; z-index: 1; pointer-events: none; white-space: nowrap;
}
body.vnb-2026 .v26-cta-band--ink .v26-btn--outline {
  color: var(--ivory); border-color: rgba(243,236,224,.4);
}
body.vnb-2026 .v26-cta-band--ink .v26-btn--outline:hover { background: var(--ivory); color: var(--ink); }
body.vnb-2026 .v26-cta-band--accent .v26-btn--accent { background: var(--ink); border-color: var(--ink); }
body.vnb-2026 .v26-cta-band--accent .v26-btn--outline { color: var(--ivory); border-color: rgba(243,236,224,.5); }

/* Credentials block */
body.vnb-2026 .v26-credentials { padding: 120px 40px; background: var(--ivory-2); }
body.vnb-2026 .v26-credentials__inner { max-width: 1400px; margin: 0 auto; }
body.vnb-2026 .v26-credentials__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 40px;
}
body.vnb-2026 .v26-cred {
  background: var(--ivory); padding: 32px;
  border-left: 2px solid var(--accent);
}
body.vnb-2026 .v26-cred__label {
  color: var(--accent); margin-bottom: 12px;
}
body.vnb-2026 .v26-cred h3 {
  font-family: var(--serif); font-weight: 400;
  font-size: 22px; line-height: 1.2; color: var(--ink); margin-bottom: 12px;
}
body.vnb-2026 .v26-cred p {
  font-size: 14px; line-height: 1.6; color: var(--muted); margin: 0;
}
body.vnb-2026 .v26-cred p a { color: var(--accent); text-decoration: underline; }

/* Author bio box */
body.vnb-2026 .v26-author {
  display: grid; grid-template-columns: 120px 1fr;
  gap: 32px; margin: 3em 0 2em;
  padding: 32px;
  background: var(--ivory-2);
  border-left: 2px solid var(--accent);
}
body.vnb-2026 .v26-author__avatar img { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; }
body.vnb-2026 .v26-author__label { color: var(--accent); margin-bottom: 8px; }
body.vnb-2026 .v26-author__name {
  font-family: var(--serif); font-weight: 400; font-size: 28px; color: var(--ink);
  margin: 0 0 8px;
}
body.vnb-2026 .v26-author__bio { font-size: 15px; line-height: 1.6; color: var(--muted); margin: 0 0 12px; }
body.vnb-2026 .v26-author__meta {
  font-size: 10px; letter-spacing: 0.15em; opacity: 0.7;
  display: flex; gap: 10px; flex-wrap: wrap;
}

/* FAQ section */
body.vnb-2026 .v26-faq-section { padding: 120px 40px; background: var(--ivory); }
body.vnb-2026 .v26-faq-section__inner { max-width: 820px; margin: 0 auto; }

/* Sticky mobile CTA — visible sur pages internes seulement */
body.vnb-2026 .vnb-sticky-cta { display: block !important; }
body.vnb-2026.home .vnb-sticky-cta { display: none !important; }

/* Refine v26-btn default for the CTA Band context */
body.vnb-2026 .v26-cta-band .v26-btn { text-decoration: none; }

@media (max-width: 900px) {
  body.vnb-2026 .v26-trust { padding: 30px 20px; }
  body.vnb-2026 .v26-trust__inner { grid-template-columns: repeat(2, 1fr); gap: 20px; text-align: left; }
  body.vnb-2026 .v26-testimonials,
  body.vnb-2026 .v26-cta-band,
  body.vnb-2026 .v26-credentials,
  body.vnb-2026 .v26-faq-section { padding: 80px 20px; }
  body.vnb-2026 .v26-author { grid-template-columns: 1fr; gap: 16px; padding: 24px; text-align: center; }
  body.vnb-2026 .v26-author__avatar { margin: 0 auto; }
  body.vnb-2026 .v26-author__meta { justify-content: center; }
  body.vnb-2026 .v26-cta-band__trust { gap: 12px; font-size: 9px; }
}
