/* ============================================================
   ELITERIDE — Design System
   Typographie : Cormorant Garamond (titres) + Inter (corps)
   Palette     : Anthracite profond · Ivoire · Bronze patiné
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Inter:wght@300;400;500;600&display=swap');

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

/* ── Variables ───────────────────────────────────────────── */
:root {

  --bg:       #09090d;
  --bg2:      #0f0f16;
  --bg3:      #16161f;
  --bronze:   #9e8055;
  --bronze-l: #b8975e;
  --slate:    #5e6a78;
  --text:     #e8e4dd;
  --muted:    #7e7c88;
  --faint:    #3a3845;
  --border:   rgba(255,255,255,0.055);
  --card:     rgba(255,255,255,0.028);
  --r:        4px;
  --r2:       8px;
  --sh:       0 24px 60px rgba(0,0,0,0.5);
}

/* ── Base ────────────────────────────────────────────────── */
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, .display {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.02em;
}

/* ── 3D Canvas ───────────────────────────────────────────── */
#bg-canvas {
  position: fixed; top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0; pointer-events: none;
}

/* Vignette globale sur le canvas — assombrit les bords pour
   que le texte central ressorte toujours, quel que soit le cycle */
#bg-canvas + .bg-vignette,
.bg-vignette {
  position: fixed; inset: 0;
  z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%,
      transparent 50%,
      rgba(4,4,14,0.06) 100%),
    linear-gradient(to bottom,
      rgba(4,4,14,0.04) 0%,
      transparent 22%,
      transparent 70%,
      rgba(4,4,14,0.06) 100%);
}

.wrap { position: relative; z-index: 1; }

/* ── Navbar ──────────────────────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 0 6%;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
  background: rgba(9,9,13,0.9);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border);
  border-top: 2px solid var(--bronze);
}
.logo {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; cursor: pointer;
}
.logo-wordmark {
  display: flex; flex-direction: column; gap: 1px;
}
.logo-main {
  font-family: 'Inter', sans-serif;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--text);
  line-height: 1;
}
.logo-main span { color: var(--bronze); }
.logo-sub {
  font-size: .58rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1;
}
.nav-links { display: flex; gap: 2.4rem; list-style: none; }
.nav-links a {
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color .25s;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute; bottom: -4px; left: 0; right: 0;
  height: 1px; background: var(--bronze);
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-links a.active::after, .nav-links a:hover::after { transform: scaleX(1); }

.nav-r { display: flex; align-items: center; gap: 1.4rem; }
.lang {
  display: flex;
  border: 1px solid var(--border);
  border-radius: 2px;
  overflow: hidden;
}
.lb {
  padding: 5px 12px;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .25s;
  color: var(--muted);
  background: none;
  border: none;
}
.lb.active { background: var(--bronze); color: var(--bg); }
.ncta {
  padding: 8px 22px;
  background: transparent;
  color: var(--text);
  border: 1px solid var(--bronze);
  border-radius: 2px;
  font-family: 'Inter', sans-serif;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .25s;
  text-decoration: none;
  display: inline-flex; align-items: center;
}
.ncta:hover { background: var(--bronze); color: var(--bg); }
.burger {
  display: none; flex-direction: column;
  gap: 5px; cursor: pointer; padding: 5px;
}
.burger span {
  display: block; width: 20px; height: 1.5px;
  background: var(--text); transition: all .3s;
}

/* ── Hero ────────────────────────────────────────────────── */
.hero {
  min-height: calc(100vh - 68px);
  padding-top: 68px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; padding: 2rem 6%;
  position: relative;
}

/* Capsule de texte vitrée — s'adapte au fond quel que soit le cycle */
.hero-glass {
  position: relative;
  display: flex; flex-direction: column; align-items: center;
  padding: 3.5rem 4rem 3rem;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
.eyebrow {
  display: flex; align-items: center; gap: 1.2rem;
  margin-bottom: 2.5rem;
}
.eyebrow-line { width: 40px; height: 1px; background: var(--bronze); }
.eyebrow-text {
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--bronze);
}
.hero h1 {
  font-size: clamp(2.8rem, 6.5vw, 5.5rem);
  font-weight: 300;
  color: var(--text);
  margin-bottom: 1.8rem;
  max-width: 820px;
  text-shadow: 0 2px 32px rgba(0,0,0,0.9), 0 0 80px rgba(0,0,0,0.5);
}
.hero h1 em {
  font-style: italic;
  color: var(--bronze);
  text-shadow: 0 0 32px rgba(158,128,85,0.35);
}
.hero-lead {
  font-size: clamp(.88rem, 1.4vw, 1rem);
  color: rgba(232,228,221,0.85);
  max-width: 480px;
  line-height: 1.85;
  font-weight: 300;
  margin-bottom: 2.8rem;
  text-shadow: 0 1px 16px rgba(0,0,0,0.85), 0 0 40px rgba(0,0,0,0.4);
}
.hbtns { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }

/* Stats bar */
.stats {
  margin-top: 5rem;
  display: flex; gap: 0; flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid var(--border);
  padding-top: 3rem;
  width: 100%; max-width: 700px;
}
.stat {
  flex: 1; min-width: 120px;
  text-align: center;
  padding: 0 2rem;
  border-right: 1px solid var(--border);
}
.stat:last-child { border-right: none; }
.stat-n {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 300;
  color: var(--text);
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: .4rem;
}
.stat-l {
  font-size: .62rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--muted);
}

/* Scroll indicator */
.scroll-ind {
  position: absolute; bottom: 2rem; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column;
  align-items: center; gap: 10px;
  animation: fl 2.5s ease-in-out infinite;
}
.scroll-ind-label {
  font-size: .6rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--faint);
}
@keyframes fl {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(-8px); }
}

/* ── Buttons ─────────────────────────────────────────────── */
.btn1 {
  padding: 13px 34px;
  background: var(--bronze);
  color: var(--bg);
  border: none;
  border-radius: 2px;
  font-family: 'Inter', sans-serif;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .25s;
  text-decoration: none;
  display: inline-flex; align-items: center;
}
.btn1:hover { background: var(--bronze-l); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(158,128,85,.25); }
.btn2 {
  padding: 13px 34px;
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 2px;
  font-family: 'Inter', sans-serif;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .25s;
  text-decoration: none;
  display: inline-flex; align-items: center;
}
.btn2:hover { border-color: var(--bronze); color: var(--bronze); }

/* ── Section helpers ─────────────────────────────────────── */
.section { padding: 6rem 6%; }
.page-hero { padding: 5.5rem 6% 2.5rem; text-align: center; }
.sh { text-align: center; margin-bottom: 4rem; }
.slabel {
  display: flex; align-items: center; justify-content: center;
  gap: .8rem;
  font-size: .62rem;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 1.2rem;
}
.slabel::before, .slabel::after {
  content: ''; display: block;
  width: 28px; height: 1px;
  background: var(--bronze);
  opacity: .5;
}
.stitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  margin-bottom: .8rem;
  color: var(--text);
}
.stitle strong { font-weight: 600; }
.stitle em { font-style: italic; color: var(--bronze); font-weight: 300; }
.ssub {
  color: var(--muted);
  max-width: 460px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: .9rem;
  font-weight: 300;
}

/* ── SVG Icons ───────────────────────────────────────────── */
.icon-wrap {
  width: 44px; height: 44px;
  border: 1px solid var(--border);
  border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.4rem;
  transition: border-color .3s;
}
.icon-wrap svg {
  width: 20px; height: 20px;
  stroke: var(--bronze);
  fill: none;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── Page hero (services, about, contact, reservation) ───── */
.page-hero {
  padding: 9rem 6% 4rem;
  text-align: center;
  position: relative;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom,
    rgba(4,4,14,0.08) 0%,
    rgba(4,4,14,0.03) 60%,
    transparent 100%);
  pointer-events: none;
}
.page-hero .slabel,
.page-hero .stitle,
.page-hero .ssub { position: relative; z-index: 1; }

/* Backdrop vitré sur les sections principales (contenu sur fond 3D) */
.section,
.about-wrap,
.form-wrap,
.srv-grid,
.cta-band {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* ── Feature Cards ───────────────────────────────────────── */
.grid4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1px;
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: var(--r2);
  overflow: hidden;
}
.card {
  background: var(--card);
  padding: 2.2rem;
  transition: all .3s;
  border: none;
}
.card:hover { background: rgba(255,255,255,.05); }
.card:hover .icon-wrap { border-color: rgba(158,128,85,.5); }
.card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: .65rem;
}
.card p { color: var(--muted); font-size: .85rem; line-height: 1.75; font-weight: 300; }
/* Cards avec photo (index features) */
.card--photo { padding: 0; display: flex; flex-direction: column; }
.card-img { position: relative; height: 155px; overflow: hidden; flex-shrink: 0; }
.card-img img { width: 100%; height: 100%; object-fit: cover; opacity: 0.38; transition: opacity .4s, transform .5s; }
.card--photo:hover .card-img img { opacity: 0.58; transform: scale(1.04); }
.card-img-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 30%, rgba(9,9,13,0.70) 100%); }
.card-content { padding: 1.3rem 1.6rem 1.7rem; flex: 1; }
.card--photo .icon-wrap { margin-bottom: .8rem; }
.card--photo h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 400; margin-bottom: .5rem; }
.card--photo p { color: var(--muted); font-size: .83rem; line-height: 1.75; font-weight: 300; }

/* Compteur animé stats */
.stat-n { transition: color .3s; }

/* Contact — photo en-tête sidebar */
.cinfo-photo { position: relative; border-radius: var(--r); overflow: hidden; margin-bottom: 0; }
.cinfo-photo img { width: 100%; height: 180px; object-fit: cover; opacity: 0.6; display: block; transition: opacity .3s; }
.cinfo-photo:hover img { opacity: 0.75; }
.cinfo-photo-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,9,13,0.5) 0%, transparent 55%); }
.cinfo-photo-label { position: absolute; bottom: .75rem; left: 1rem; font-size: .62rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--bronze); font-weight: 500; }

/* ── Photos cartes services ──────────────────────────────── */
.sc-photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.38;
  transition: opacity 0.4s ease;
}
.sc-photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(9,9,13,0.55) 0%, rgba(9,9,13,0.05) 100%);
  z-index: 1;
}
.sc-top svg { z-index: 2; }
.sc:hover .sc-photo { opacity: 0.55; }

/* ── Photo À propos ──────────────────────────────────────── */
.about-img-wrap {
  position: relative;
  border-radius: var(--r2);
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 4/3;
}
.about-img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.82;
  transition: opacity 0.4s, transform 0.6s;
}
.about-img-wrap:hover .about-img { opacity: 0.92; transform: scale(1.03); }
.about-img-badge {
  position: absolute; bottom: 1.4rem; left: 1.4rem;
  background: rgba(9,9,13,0.60);
  border: 1px solid var(--bronze);
  border-radius: var(--r);
  padding: .65rem 1.1rem;
  display: flex; flex-direction: column; align-items: flex-start;
  backdrop-filter: blur(2px);
}
.badge-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem; font-weight: 400;
  color: var(--bronze);
  line-height: 1;
}
.badge-lbl {
  font-size: .65rem; font-weight: 500;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--muted); margin-top: 3px;
}

/* ── Services ────────────────────────────────────────────── */
.srv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 1px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 6% 6rem;
  border: 1px solid var(--border);
  border-radius: var(--r2);
  overflow: hidden;
}
.sc { background: var(--card); transition: all .3s; }
.sc:hover { background: rgba(255,255,255,.04); }
.sc-top {
  height: 140px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.sc-top::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(158,128,85,.06) 0%, transparent 70%);
}
.sc-top svg {
  width: 36px; height: 36px;
  stroke: var(--bronze);
  fill: none;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .8;
  transition: opacity .3s;
  position: relative; z-index: 1;
}
.sc:hover .sc-top svg { opacity: 1; }
.sc-body { padding: 1.6rem; }
.sc-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: .6rem;
}
.sc-body p { color: var(--muted); font-size: .83rem; line-height: 1.75; margin-bottom: 1.2rem; font-weight: 300; }
.sfeat { list-style: none; display: flex; flex-direction: column; gap: .45rem; }
.sfeat li {
  font-size: .78rem;
  color: var(--muted);
  display: flex; align-items: center; gap: 10px;
  font-weight: 300;
}
.sfeat li::before {
  content: '';
  display: block;
  width: 16px; height: 1px;
  background: var(--bronze);
  flex-shrink: 0;
}

/* ── CTA Band ────────────────────────────────────────────── */
.cta-band {
  text-align: center;
  padding: 5rem 6%;
  border-top: 1px solid var(--border);
  background: linear-gradient(to bottom, transparent, rgba(158,128,85,.03));
}
.cta-band p { color: var(--muted); font-size: .85rem; margin-bottom: 2rem; font-weight: 300; }

/* ── Forms ───────────────────────────────────────────────── */
.form-wrap { max-width: 760px; margin: 0 auto; padding: 3.5rem 6% 5.5rem; }
.fcard {
  background: rgba(6,6,16,0.18);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  padding: 2.8rem;
}
.fsteps {
  display: flex; margin-bottom: 2.5rem;
  background: rgba(255,255,255,.02);
  border-radius: var(--r);
  padding: 3px;
  border: 1px solid var(--border);
}
.fstep {
  flex: 1; text-align: center;
  padding: 9px;
  border-radius: 2px;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  transition: all .25s;
}
.fstep.active { background: var(--bronze); color: var(--bg); }
.fg { margin-bottom: 1.4rem; }
.fl {
  display: block;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.fi, .fsel, .fta {
  width: 100%;
  padding: 11px 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  border-radius: var(--r);
  color: var(--text);
  font-size: .88rem;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  transition: all .25s;
  outline: none;
}
.fi:focus, .fsel:focus, .fta:focus {
  border-color: var(--bronze);
  background: rgba(158,128,85,.04);
}
.fsel option { background: #16161f; }
.fta { min-height: 95px; resize: vertical; }
.fr2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.fst {
  font-size: .62rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 1.6rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: .8rem;
}
.fst::after {
  content: ''; flex: 1; height: 1px;
  background: var(--border);
}
.vopts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.4rem;
}
.vopt {
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 1.1rem .8rem;
  text-align: center;
  cursor: pointer;
  transition: all .25s;
}
.vopt:hover { border-color: rgba(158,128,85,.4); }
.vopt.sel { border-color: var(--bronze); background: rgba(158,128,85,.03); }
.vopt svg {
  width: 28px; height: 28px;
  stroke: var(--muted);
  fill: none; stroke-width: 1.2;
  stroke-linecap: round; stroke-linejoin: round;
  margin-bottom: 8px;
  transition: stroke .25s;
}
.vopt.sel svg, .vopt:hover svg { stroke: var(--bronze); }
.vopt .vn { font-size: .75rem; font-weight: 600; letter-spacing: .5px; }
.vopt .vd { font-size: .68rem; color: var(--muted); margin-top: 3px; font-weight: 300; }
.sbtn {
  width: 100%; padding: 14px;
  background: var(--bronze);
  color: var(--bg);
  border: none; border-radius: var(--r);
  font-family: 'Inter', sans-serif;
  font-size: .7rem; font-weight: 600;
  letter-spacing: 2.5px; text-transform: uppercase;
  cursor: pointer; transition: all .25s; margin-top: 1rem;
}
.sbtn:hover { background: var(--bronze-l); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(158,128,85,.2); }
.conf { display: none; text-align: center; padding: 3rem; }
.conf.show { display: block; }
.conf-icon {
  width: 56px; height: 56px;
  border: 1px solid var(--bronze);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.8rem;
}
.conf-icon svg {
  width: 22px; height: 22px;
  stroke: var(--bronze); fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}

/* ── About ───────────────────────────────────────────────── */
.about-wrap { max-width: 1100px; margin: 0 auto; padding: 2rem 6% 5rem; }
.agrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  margin-bottom: 5.5rem;
}
.at h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 300;
  margin-bottom: 1.6rem;
  line-height: 1.2;
}
.at h2 strong { font-weight: 600; }
.at h2 em { font-style: italic; color: var(--bronze); }
.at p {
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 1.4rem;
  font-size: .88rem;
  font-weight: 300;
}
.at .accent-line {
  display: block;
  width: 40px; height: 1px;
  background: var(--bronze);
  margin-bottom: 2rem;
}
.avis {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  height: 360px;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.avis::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(158,128,85,.07), transparent 70%);
}
.avis svg {
  width: 80px; height: 80px;
  stroke: var(--bronze);
  fill: none; stroke-width: .8;
  stroke-linecap: round; stroke-linejoin: round;
  opacity: .35;
  position: relative; z-index: 1;
}
.vgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1px;
  border: 1px solid var(--border);
  border-radius: var(--r2);
  overflow: hidden;
}
.vc { background: var(--card); padding: 1.8rem; transition: all .3s; }
.vc:hover { background: rgba(255,255,255,.04); }
.vc .vc-icon {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.1rem;
}
.vc .vc-icon svg {
  width: 22px; height: 22px;
  stroke: var(--bronze); fill: none;
  stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round;
}
.vc h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-weight: 400;
  margin-bottom: .5rem;
}
.vc p { font-size: .82rem; color: var(--muted); line-height: 1.7; font-weight: 300; }

/* ── Contact ─────────────────────────────────────────────── */
.ct-wrap { max-width: 980px; margin: 0 auto; padding: 3.5rem 6% 5.5rem; }
.cgrid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 3.5rem;
  margin-top: 3rem;
}
.cinfo h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 400;
  margin-bottom: 2rem;
}
.citem { display: flex; align-items: flex-start; gap: 1.2rem; margin-bottom: 1.6rem; }
.cicon {
  width: 40px; height: 40px;
  border: 1px solid var(--border);
  border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cicon svg {
  width: 16px; height: 16px;
  stroke: var(--bronze); fill: none;
  stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round;
}
.ctext strong {
  display: block;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 3px;
}
.ctext span { font-size: .85rem; color: var(--muted); font-weight: 300; }
.cfcard {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  padding: 2.2rem;
}

/* ── Footer ──────────────────────────────────────────────── */
footer {
  background: rgba(6,6,18,0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-top: 1px solid var(--border);
  padding: 3.5rem 6%;
  position: relative; z-index: 1;
}
.fg4 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto 2.5rem;
}
.fb p {
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.8;
  margin-top: 1.1rem;
  max-width: 240px;
  font-weight: 300;
}
.fc h4 {
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 1.3rem;
}
.fc ul { list-style: none; display: flex; flex-direction: column; gap: .6rem; }
.fc ul li a {
  color: var(--muted);
  text-decoration: none;
  font-size: .8rem;
  font-weight: 300;
  transition: color .25s;
}
.fc ul li a:hover { color: var(--text); }
.fbot {
  max-width: 1100px; margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center;
  font-size: .72rem;
  color: var(--muted);
  font-weight: 300;
  letter-spacing: .5px;
}

/* ── Toast ───────────────────────────────────────────────── */
.toast {
  position: fixed; bottom: 2rem; left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: var(--bronze);
  color: var(--bg);
  padding: 11px 24px;
  border-radius: 2px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  z-index: 999;
  transition: transform .35s ease;
}
.toast.show { transform: translateX(-50%) translateY(0); }

/* ── Divider ─────────────────────────────────────────────── */
.divider {
  display: flex; align-items: center; gap: 1rem;
  padding: 0 6%; margin-bottom: 0;
  opacity: .3;
}
.divider::before, .divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.divider-dot { width: 4px; height: 4px; background: var(--bronze); transform: rotate(45deg); }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1000px) {
  .fg4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links, .ncta { display: none; }
  .burger { display: flex; }
  .fr2, .vopts { grid-template-columns: 1fr; }
  .agrid, .cgrid { grid-template-columns: 1fr; }
  .stats { gap: 0; }
  .stat { min-width: 100px; padding: 0 1rem; }
  .fg4 { grid-template-columns: 1fr; }
  .grid4 { grid-template-columns: 1fr; }
  .srv-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════
   AUTOCOMPLETE ADRESSES
══════════════════════════════════════════════════════════ */
.autocomplete-wrap { position: relative; }

.ac-list {
  position: absolute; top: calc(100% + 4px); left: 0; right: 0;
  background: #16161f;
  border: 1px solid var(--border);
  border-radius: var(--r);
  list-style: none;
  display: none;
  z-index: 50;
  max-height: 220px;
  overflow-y: auto;
  box-shadow: 0 12px 32px rgba(0,0,0,.5);
}
.ac-item {
  padding: .65rem 1rem;
  font-size: .82rem;
  color: var(--text);
  cursor: pointer;
  border-bottom: 1px solid var(--border);
  transition: background .15s;
  font-weight: 300;
  line-height: 1.4;
}
.ac-item:last-child { border-bottom: none; }
.ac-item:hover { background: rgba(158,128,85,.08); color: var(--bronze); }

/* ══════════════════════════════════════════════════════════
   CALCULATEUR DE PRIX
══════════════════════════════════════════════════════════ */
.price-box {
  display: flex; flex-direction: column; gap: .5rem;
  background: rgba(158,128,85,.03);
  border: 1px solid rgba(158,128,85,.25);
  border-radius: var(--r2);
  padding: 1rem 1.2rem;
  margin-bottom: 1.2rem;
  animation: fadeIn .3s ease;
}
@keyframes fadeIn { from { opacity:0; transform:translateY(-6px); } to { opacity:1; transform:none; } }

.price-row {
  display: flex; align-items: center; gap: 1rem;
}
.price-icon { color: var(--bronze); display:flex; flex-shrink:0; }
.price-icon svg { width: 22px; height: 22px; }
.price-details { display:flex; flex-direction:column; gap:.2rem; flex:1; }
.price-km  { font-size: .88rem; color: var(--text); font-weight: 500; }
.price-dur { font-size: .75rem; color: var(--muted); font-weight: 300; }
.price-amount {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 400;
  color: var(--bronze);
  white-space: nowrap;
}
.price-note { font-size: .68rem; color: var(--muted); letter-spacing: .5px; font-weight: 300; }

.price-loading {
  display: flex; align-items: center; gap: .6rem;
  color: var(--muted); font-size: .82rem; margin-bottom: 1rem;
}
.spinner {
  width: 16px; height: 16px;
  border: 2px solid var(--border);
  border-top-color: var(--bronze);
  border-radius: 50%;
  animation: spin .7s linear infinite;
  flex-shrink: 0;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ══════════════════════════════════════════════════════════
   BADGES VÉHICULES
══════════════════════════════════════════════════════════ */
.vbadge {
  font-size: .6rem; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase; padding: 3px 8px;
  border-radius: 99px; margin-top: 6px; display: inline-block;
}
.vbadge--ok   { background: rgba(34,197,94,.12);  color: #4ade80; border: 1px solid rgba(34,197,94,.2); }
.vbadge--warn { background: rgba(234,179,8,.12);  color: #fbbf24; border: 1px solid rgba(234,179,8,.2); }

/* ══════════════════════════════════════════════════════════
   NOTICE CAMIONNETTE
══════════════════════════════════════════════════════════ */
.veh-notice {
  display: flex; align-items: flex-start; gap: .7rem;
  background: rgba(234,179,8,.07);
  border: 1px solid rgba(234,179,8,.2);
  border-radius: var(--r);
  padding: .85rem 1rem;
  color: #fbbf24;
  font-size: .8rem;
  line-height: 1.6;
  margin-top: 1rem;
  animation: fadeIn .25s ease;
}

/* ══════════════════════════════════════════════════════════
   RÉCAPITULATIF (étape 3)
══════════════════════════════════════════════════════════ */
.recap-box {
  display: flex; flex-direction: column; gap: .4rem;
  background: rgba(255,255,255,.025);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: .9rem 1.1rem;
  margin: 1rem 0;
}
.recap-row {
  display: flex; align-items: center; gap: .7rem;
}
.recap-route { flex:1; font-size: .84rem; color: var(--text); font-weight: 300; }
.recap-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem; font-weight: 400; color: var(--bronze);
}
.recap-note { font-size: .68rem; color: var(--muted); }

/* ══════════════════════════════════════════════════════════
   PAIEMENT EN LIGNE (Stripe)
══════════════════════════════════════════════════════════ */
.pay-online-wrap { margin-top: 1.2rem; text-align: center; }

.pay-divider {
  display: flex; align-items: center; gap: 1rem;
  color: var(--muted); font-size: .72rem;
  text-transform: uppercase; letter-spacing: 1.5px;
  margin-bottom: 1rem;
}
.pay-divider::before, .pay-divider::after {
  content: ''; flex:1; height: 1px; background: var(--border);
}

.sbtn--stripe {
  display: flex; align-items: center; justify-content: center; gap: .6rem;
  width: 100%;
  background: #635bff;
  color: white;
  border: none;
  border-radius: var(--r);
  padding: 13px;
  font-size: .85rem; font-weight: 500;
  cursor: pointer;
  transition: background .25s, transform .2s;
}
.sbtn--stripe:hover { background: #4f46e5; transform: translateY(-1px); }

.pay-note {
  color: var(--muted); font-size: .68rem; margin-top: .6rem;
  letter-spacing: .3px;
}

/* Bouton confirmation (étape confirmation)*/
.conf-actions { display:flex; flex-direction:column; gap:.6rem; margin-top:1.5rem; }

/* ══════════════════════════════════════════════════════════
   FLOTTE (page À propos)
══════════════════════════════════════════════════════════ */
.fleet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto 3rem;
}
@media (max-width: 680px) { .fleet-grid { grid-template-columns: 1fr; } }

.fleet-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  overflow: hidden;
  transition: border-color .3s;
}
.fleet-card:hover { border-color: rgba(158,128,85,.3); }

.fleet-img-wrap {
  position: relative;
  height: 180px;
  overflow: hidden;
}
.fleet-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.75;
  transition: opacity .3s, transform .5s;
}
.fleet-card:hover .fleet-img-wrap img { opacity: 0.9; transform: scale(1.04); }

.fleet-badge {
  position: absolute; bottom: .7rem; left: .7rem;
  font-size: .6rem; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase; padding: 3px 9px;
  border-radius: 99px;
}
.fleet-badge--ok   { background: rgba(34,197,94,.15); color: #4ade80; border: 1px solid rgba(34,197,94,.25); }
.fleet-badge--warn { background: rgba(234,179,8,.15);  color: #fbbf24; border: 1px solid rgba(234,179,8,.25); }

.fleet-body { padding: 1.2rem 1.3rem 1.4rem; }
.fleet-body h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem; font-weight: 400;
  margin-bottom: .4rem; color: var(--text);
}
.fleet-body p { color: var(--muted); font-size: .82rem; line-height: 1.7; margin-bottom: .8rem; font-weight: 300; }

.fleet-feat { list-style: none; display: flex; flex-direction: column; gap: .3rem; }
.fleet-feat li {
  font-size: .75rem; color: var(--muted); font-weight: 300;
  display: flex; align-items: center; gap: 8px;
}
.fleet-feat li::before {
  content: ''; display: block;
  width: 12px; height: 1px;
  background: var(--bronze); flex-shrink: 0;
}

/* ══════════════════════════════════════════════════════════
   BOUTON WHATSAPP FLOTTANT
══════════════════════════════════════════════════════════ */
.wa-float {
  position: fixed; bottom: 1.6rem; right: 1.6rem;
  width: 56px; height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  z-index: 300;
  box-shadow: 0 4px 20px rgba(37,211,102,.4);
  transition: transform .25s, box-shadow .25s;
  cursor: pointer;
  text-decoration: none;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,.55); }
.wa-float svg   { width: 30px; height: 30px; fill: white; }



/* ══════════════════════════════════════════════════════════
   FLUIDITÉ GLOBALE — ILS VTC
   Entrée de page · Scroll reveal · Hover premium · Transitions
══════════════════════════════════════════════════════════ */

/* ── 1. Entrée de page : fondu depuis noir ─────────────────── */
@keyframes pageReveal {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: none; }
}
.wrap {
  animation: pageReveal 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* ── 2. Scroll reveal : apparition au scroll ───────────────── */
.sr {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity  0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sr.visible {
  opacity: 1;
  transform: none;
}
/* Délais en cascade pour les grilles */
.sr:nth-child(2) { transition-delay: 0.08s; }
.sr:nth-child(3) { transition-delay: 0.16s; }
.sr:nth-child(4) { transition-delay: 0.24s; }
.sr:nth-child(5) { transition-delay: 0.32s; }
.sr:nth-child(6) { transition-delay: 0.40s; }

/* ── 3. Nav — ombre douce au scroll ───────────────────────── */
nav { transition: background 0.5s ease, box-shadow 0.5s ease; }
nav.nav-scrolled {
  background: rgba(6,6,18,0.97) !important;
  box-shadow: 0 4px 40px rgba(0,0,0,0.5);
}

/* ── 4. Boutons — hover premium avec glow ─────────────────── */
.btn1, .ncta, .sbtn {
  transition:
    background   0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform    0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow   0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    color        0.28s ease !important;
}
.btn1:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 32px rgba(158,128,85,0.35) !important;
}
.btn2 {
  transition: border-color 0.28s ease, color 0.28s ease, transform 0.28s ease !important;
}
.btn2:hover { transform: translateY(-2px); }
.sbtn:hover { transform: translateY(-2px) !important; }

/* ── 5. Cards — lift au hover ─────────────────────────────── */
.card, .sc, .fleet-card, .vc {
  transition:
    background  0.35s ease,
    transform   0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow  0.35s ease,
    border-color 0.35s ease !important;
}
.card:hover    { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,0.35) !important; }
.sc:hover      { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.3) !important; }
.fleet-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.3) !important; }
.vc:hover      { transform: translateY(-3px); }

/* ── 6. Champs formulaire — focus smooth ─────────────────── */
.fi, .fsel, .fta {
  transition:
    border-color 0.25s ease,
    background   0.25s ease,
    box-shadow   0.25s ease !important;
}
.fi:focus, .fsel:focus, .fta:focus {
  box-shadow: 0 0 0 3px rgba(158,128,85,0.12) !important;
}

/* ── 7. Nav links — underline slide ──────────────────────── */
.nav-links a {
  position: relative;
  transition: color 0.25s ease !important;
}
.nav-links a::after {
  content: '';
  position: absolute; bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--bronze);
  transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }

/* ── 8. Logo hover ────────────────────────────────────────── */
.logo { transition: opacity 0.25s ease !important; }
.logo:hover { opacity: 0.8; }

/* ── 9. WhatsApp button — pulse discret ──────────────────── */
@keyframes waPulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,.4); }
  50%       { box-shadow: 0 4px 30px rgba(37,211,102,.65), 0 0 0 8px rgba(37,211,102,.08); }
}
.wa-float { animation: waPulse 2.8s ease-in-out infinite; }

/* ── 10. Divider dot — pulse ─────────────────────────────── */
@keyframes dotPulse {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: 1; }
  50%       { transform: translateX(-50%) scale(1.5); opacity: 0.6; }
}
.divider-dot { animation: dotPulse 2.5s ease-in-out infinite; }

/* ── 11. Scroll indicator — bounce ──────────────────────── */
.scroll-ind svg { animation: bounce 2s ease-in-out infinite; }
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(6px); }
}

/* ── 12. Photo hover scale uniforme ─────────────────────── */
.sc-photo, .about-img, .fleet-img-wrap img, .card-img img, .cinfo-photo img {
  transition: opacity 0.4s ease, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* ── 13. Eyebrow lines animation ──────────────────────────── */
@keyframes lineDraw {
  from { width: 0; opacity: 0; }
  to   { width: 40px; opacity: 1; }
}
.eyebrow-line {
  animation: lineDraw 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* ── 14. Stats — fade in depuis le bas ───────────────────── */
@keyframes statIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: none; }
}
.stat {
  animation: statIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  opacity: 0;
}
.stat:nth-child(1) { animation-delay: 0.5s; }
.stat:nth-child(2) { animation-delay: 0.65s; }
.stat:nth-child(3) { animation-delay: 0.8s; }
.stat:nth-child(4) { animation-delay: 0.95s; }

/* ── 15. Section headers fade ─────────────────────────────── */
.sh .slabel, .sh .stitle, .sh .ssub {
  transition: opacity 0.5s ease, transform 0.5s ease;
}


/* Titres H2 des sections également */
body.is-day .stitle,
body.is-day .page-hero .stitle {
  text-shadow: 0 2px 28px rgba(0,0,0,0.9), 0 0 70px rgba(0,0,0,0.4) !important;
}

/* Texte dans les cards (fond transparent) */
body.is-day .card p,
body.is-day .sc-body p,
body.is-day .fleet-body p {
  color: rgba(220, 216, 210, 0.95) !important;
  text-shadow: 0 1px 10px rgba(0,0,0,0.7);
}

/* Scroll indicator visible le jour */
body.is-day .scroll-ind svg path {
  stroke: rgba(255,255,255,0.5) !important;
}



/* ── Textes hero — nuit permanente, toujours lisibles ─────── */
.hero-lead {
  color: rgba(232, 226, 218, 0.88) !important;
  text-shadow: 0 1px 18px rgba(0,0,0,0.80), 0 0 50px rgba(0,0,0,0.35) !important;
}
.stat-l, .scroll-ind-label, .slabel, .ssub {
  color: rgba(210, 205, 198, 0.85) !important;
  text-shadow: 0 1px 12px rgba(0,0,0,0.70) !important;
}
.hero h1, .stitle, .page-hero .stitle {
  text-shadow: 0 2px 24px rgba(0,0,0,0.75), 0 0 60px rgba(0,0,0,0.25) !important;
}
