/* ═══════════════════════════════════════════
   SCORPX DESIGN — PPF Protection Transparente
   Thème : Dark Luxury Gold · v1.0
   ═══════════════════════════════════════════ */

:root {
  --gold-hi:    #F5D78E;
  --gold:       #C9A84C;
  --gold-lo:    #9A6E2A;
  --gold-deep:  #7A5118;
  --gold-glow:  rgba(201,168,76,0.15);
  --gold-rim:   rgba(201,168,76,0.28);
  --gold-rim2:  rgba(201,168,76,0.12);
  --gold-rim3:  rgba(201,168,76,0.06);

  --bg:   #0C0A08;
  --bg2:  #100E0A;
  --bg3:  #141108;
  --bg4:  #1A160F;

  --text:   #EDE8DF;
  --muted:  rgba(237,232,223,0.50);
  --dim:    rgba(237,232,223,0.22);
  --dimmer: rgba(237,232,223,0.10);

  --font-d: 'Cinzel', serif;
  --font-s: 'Cormorant Garamond', serif;
  --font-u: 'Raleway', sans-serif;
  --ease:   cubic-bezier(0.16,1,0.3,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-u);
  font-weight: 300;
  overflow-x: hidden;
  cursor: none;
}

/* ── Grain ── */
.grain {
  position: fixed; inset: 0; z-index: 300;
  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.88' 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");
  background-size: 180px 180px;
  opacity: 0.45;
}

/* ── Cursor ── */
#cur-dot, #cur-ring {
  position: fixed; border-radius: 50%;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%,-50%);
  opacity: 0; transition: opacity 0.3s;
}
#cur-dot  { width: 6px; height: 6px; background: var(--gold); }
#cur-ring { width: 32px; height: 32px; border: 1px solid rgba(201,168,76,0.45); transition: width .25s, height .25s, opacity .3s, border-color .25s; }

/* ════════════════════════
   HEADER
════════════════════════ */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 56px;
  background: linear-gradient(to bottom, rgba(12,10,8,0.94) 0%, transparent 100%);
  transition: background .4s, border-color .4s;
}
.header.scrolled {
  background: rgba(12,10,8,0.96);
  border-bottom: 1px solid var(--gold-rim2);
  backdrop-filter: blur(14px);
}

.logo-wrap { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-hex  { width: 40px; height: 40px; flex-shrink: 0; }
.logo-text { display: flex; flex-direction: column; gap: 2px; }
.logo-name { font-family: var(--font-d); font-size: 15px; font-weight: 600; letter-spacing: .3em; background: linear-gradient(130deg, var(--gold-hi), var(--gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.logo-sub  { font-size: 7px; font-weight: 200; letter-spacing: .55em; color: var(--gold-lo); text-transform: uppercase; }

.nav { display: flex; align-items: center; gap: 36px; }
.nav a { font-size: 10px; font-weight: 300; letter-spacing: .2em; text-transform: uppercase; text-decoration: none; color: rgb(255 255 255); transition: color .3s; position: relative; }
.nav a::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.nav a:hover { color: var(--gold-hi); }
.nav a:hover::after { transform: scaleX(1); }
.nav-cta { color: var(--bg) !important; background: linear-gradient(130deg, var(--gold-hi), var(--gold)); padding: 10px 24px; font-weight: 400 !important; transition: transform .3s, box-shadow .3s !important; }
.nav-cta::after { display: none !important; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(201,168,76,.3); }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: none; padding: 4px; }
.burger span { display: block; width: 24px; height: 1px; background: var(--gold); transition: .3s; }

.mobile-nav { display: none; position: fixed; top: 70px; left: 0; right: 0; z-index: 199; background: rgba(12,10,8,.97); border-bottom: 1px solid var(--gold-rim2); padding: 32px 40px; flex-direction: column; gap: 24px; }
.mobile-nav a { font-size: 13px; letter-spacing: .2em; text-transform: uppercase; text-decoration: none; color: var(--muted); }
.mobile-nav.open { display: flex; }

/* ════════════════════════
   TYPOGRAPHIE COMMUNE
════════════════════════ */
.section-tag { font-size: 12px; font-weight: 300; letter-spacing: .45em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.section-title { font-family: var(--font-d); font-size: clamp(28px,4vw,48px); font-weight: 400; letter-spacing: .05em; line-height: 1.15; color: var(--text); margin-bottom: 18px; }
.section-title em { font-family: var(--font-s); font-style: italic; font-weight: 300; background: linear-gradient(130deg, var(--gold-hi), var(--gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.section-sub { font-family: var(--font-s); font-size: 18px; font-style: italic; color: rgb(211 210 207); line-height: 1.7; max-width: 520px; }

/* ════════════════════════
   HERO — Slider avant/après
════════════════════════ */
.hero {
  position: relative;
  height: 100vh; min-height: 600px;
  overflow: hidden;
  user-select: none;
}

.hero-layer {
  position: absolute; inset: 0;
}

.hero-img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  /* Fallback couleur si l'image n'est pas encore chargée */
  background: var(--bg3);
}

/* ── Vidéo fond ── */
.hero-video-wrap { position: absolute; inset: 0; z-index: 0; }
.hero-video { width: 100%; height: 100%; object-fit: cover; object-position: center; background: var(--bg3); }
.hero-vid-dark { position: absolute; inset: 0; background: rgba(125 125 125 / 32%); }
.hero-vid-vignette { position: absolute; inset: 0; background: radial-gradient(ellipse 75% 75% at 50% 50%, transparent 30%, rgba(4,3,2,0.82) 100%); }
.hero-vid-scanlines {
  position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(0,0,0,0.055) 3px, rgba(0,0,0,0.055) 4px);
}

/* ── Coins décoratifs hero ── */
.hero-corner {
  position: absolute; z-index: 15;
  width: 48px; height: 48px; pointer-events: none;
}
.hero-corner::before, .hero-corner::after { content:''; position:absolute; background:var(--gold); opacity:.45; }
.hero-corner::before { width:100%; height:1px; }
.hero-corner::after  { width:1px; height:100%; }
.hc-tl { top:80px; left:32px; }
.hc-tl::before,.hc-tl::after { top:0; left:0; }
.hc-tr { top:80px; right:32px; transform:rotate(90deg); }
.hc-tr::before,.hc-tr::after { top:0; left:0; }
.hc-bl { bottom:32px; left:32px; transform:rotate(-90deg); }
.hc-bl::before,.hc-bl::after { top:0; left:0; }
.hc-br { bottom:32px; right:32px; transform:rotate(180deg); }
.hc-br::before,.hc-br::after { top:0; left:0; }

/* ── Scroll indicator ── */
.hero-scroll-line {
  position: absolute; bottom:36px; left:50%; transform:translateX(-50%);
  display:flex; flex-direction:column; align-items:center; gap:10px;
  z-index:15; pointer-events:none;
  animation: fadeIn 1s 1.2s ease both;
}
.scroll-track { width:1px; height:48px; background:linear-gradient(to bottom,var(--gold-rim),transparent); animation:scrollPulse 2s ease-in-out infinite; }
.scroll-txt { font-size:8px; letter-spacing:.4em; text-transform:uppercase; color:var(--dim); }
@keyframes scrollPulse { 0%,100%{transform:scaleY(1)} 50%{transform:scaleY(.55)} }
@keyframes fadeIn { from{opacity:0}to{opacity:1} }

/* ── Contenu hero ── */
.hero-content {
  position: absolute; inset: 0; z-index: 20;
  display: flex; flex-direction: column; justify-content: center;
  padding: 0 8%;
  pointer-events: none;
  animation: heroFadeUp .9s var(--ease) both;
}
@keyframes heroFadeUp { from { opacity:0; transform:translateY(28px); } to { opacity:1; transform:translateY(0); } }

.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 9px; font-weight: 300; letter-spacing: .42em; text-transform: uppercase;
  color: var(--gold); border: 1px solid var(--gold-rim);
  padding: 8px 20px 8px 16px;
  background: rgba(12,10,8,0.45); backdrop-filter: blur(8px);
  margin-bottom: 32px; width: fit-content;
  animation: heroFadeUp .8s .2s var(--ease) both;
}
.badge-dot { width:5px; height:5px; border-radius:50%; background:var(--gold); animation:pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.7)} }

.hero-title {
  font-family: var(--font-d);
  font-size: clamp(48px,7.5vw,100px);
  font-weight: 900; letter-spacing:-.01em; line-height:1;
  color: var(--text); margin-bottom: 16px;
  animation: heroFadeUp .8s .35s var(--ease) both;
}
.hero-title em {
  font-family: var(--font-s); font-style:italic; font-weight:300;
  font-size: clamp(42px,6.5vw,88px);
  background: linear-gradient(160deg,var(--gold-hi) 0%,var(--gold) 55%,var(--gold-deep) 100%);
  -webkit-background-clip:text; -webkit-text-fill-color:transparent;
  display:block;
}

.hero-desc-main {
  font-family: var(--font-s); font-size: clamp(18px,2vw,24px); font-style:italic;
  color: rgb(255 255 255); margin-bottom: 40px; letter-spacing:.03em;
  animation: heroFadeUp .8s .5s var(--ease) both;
}

/* Stats inline dans le hero */
.hero-stats {
  display: flex; align-items: center; gap: 0;
  margin-bottom: 48px;
  border: 1px solid rgb(201 168 76 / 65%);
  width: fit-content;
  background: rgb(167 167 167 / 14%); backdrop-filter:blur(10px);
  animation: heroFadeUp .8s .65s var(--ease) both;
}
.hstat { padding: 18px 32px; display:flex; flex-direction:column; gap:5px; }
.hstat-val { font-family:var(--font-d); font-size:20px; font-weight:600; background:linear-gradient(130deg,var(--gold-hi),var(--gold)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.hstat-label { font-size:9px; letter-spacing:.2em; text-transform:uppercase; color:rgb(255 255 255); }
.hstat-sep { padding:0 4px; color:var(--gold-deep); font-size:10px; border-left:1px solid var(--gold-rim2); border-right:1px solid var(--gold-rim2); padding:18px 10px; }

.hero-scroll-cta {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 10px; font-weight: 400; letter-spacing:.22em; text-transform: uppercase;
  text-decoration: none; color: var(--bg);
  background: linear-gradient(130deg,var(--gold-hi),var(--gold));
  padding: 16px 38px; width: fit-content;
  pointer-events: all;
  position: relative; overflow: hidden;
  transition: transform .3s, box-shadow .3s;
  animation: heroFadeUp .8s .8s var(--ease) both;
}
.hero-scroll-cta::before { content:''; position:absolute; inset:0; background:linear-gradient(130deg,var(--gold),var(--gold-lo)); opacity:0; transition:opacity .35s; }
.hero-scroll-cta:hover { transform:translateY(-3px); box-shadow:0 18px 45px rgba(201,168,76,.35); }
.hero-scroll-cta:hover::before { opacity:1; }
.hero-scroll-cta span, .hero-scroll-cta .scroll-arrow { position:relative; z-index:1; }
.scroll-arrow { font-size:14px; transition:transform .3s; }
.hero-scroll-cta:hover .scroll-arrow { transform:translateY(4px); }

/* ════════════════════════
   INTRO
════════════════════════ */
.intro-section {
  padding: 120px 7%;
  background: var(--bg2);
  border-top: 1px solid var(--gold-rim2);
}

.intro-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 100px; align-items: center;
}

.intro-desc {
  font-size: 14px; line-height: 1.9; color:rgb(255 255 255 / 98%);
  margin-bottom: 20px;
}
.intro-desc strong { color: var(--gold-hi); font-weight: 400; }

.intro-specs {
  display: flex; gap: 40px; margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--gold);
}
.spec-item { display: flex; flex-direction: column; gap: 6px; }
.spec-val { font-family: var(--font-d); font-size: 22px; font-weight: 600; background: linear-gradient(130deg,var(--gold-hi),var(--gold)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.spec-label { font-size: 10px; letter-spacing: .15em; color: rgb(233 222 201); text-transform: uppercase; }

/* Image intro avec effet hover */
.intro-visual { position: relative; }

.intro-img-wrap {
  position: relative; overflow: hidden;
  border: 1px solid var(--gold-rim2);
  cursor: crosshair;
}
.intro-img {
  display: block; width: 100%; height: 440px;
  object-fit: cover; object-position: center;
  background: var(--bg3);
}
.intro-img-base { position: relative; z-index: 1; }
.intro-img-glow {
  position: absolute; inset: 0; z-index: 2;
  width: 100%; height: 100%;
  object-fit: cover;
  /* Masque radial qui suit la souris — mis à jour en JS */
  -webkit-mask-image: radial-gradient(circle 120px at 50% 50%, black 0%, transparent 100%);
  mask-image: radial-gradient(circle 120px at 50% 50%, black 0%, transparent 100%);
  opacity: 0;
  transition: opacity .3s;
}
.intro-img-wrap:hover .intro-img-glow { opacity: 1; }

.intro-img-label {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  font-size: 9px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--dim); white-space: nowrap;
  z-index: 3; pointer-events: none;
}

/* Coins décoratifs */
.intro-corner {
  position: absolute; width: 24px; height: 24px;
  pointer-events: none;
}
.intro-corner::before, .intro-corner::after { content:''; position:absolute; background: var(--gold); opacity:.5; }
.intro-corner::before { width:100%; height:1px; }
.intro-corner::after  { width:1px; height:100%; }
.intro-corner.tl { top:-8px; left:-8px; }
.intro-corner.tl::before,.intro-corner.tl::after { top:0; left:0; }
.intro-corner.tr { top:-8px; right:-8px; transform:rotate(90deg); }
.intro-corner.tr::before,.intro-corner.tr::after { top:0; left:0; }
.intro-corner.bl { bottom:-8px; left:-8px; transform:rotate(-90deg); }
.intro-corner.bl::before,.intro-corner.bl::after { top:0; left:0; }
.intro-corner.br { bottom:-8px; right:-8px; transform:rotate(180deg); }
.intro-corner.br::before,.intro-corner.br::after { top:0; left:0; }

/* ════════════════════════
   ZONES INTERACTIVES
════════════════════════ */
.zones-section {
  padding: 120px 7%;
  border-top: 1px solid var(--gold-rim2);
}
.zones-header { margin-bottom: 60px; }

.zones-stage {
  display: grid; grid-template-columns: 1fr 360px;
  gap: 48px; align-items: start;
}

.car-stage {
  position: relative;
  border: 1px solid var(--gold-rim2);
  overflow: hidden;
  background: #454442;
  box-shadow: rgb(201 168 76 / 65%) 0px 0px 11px, var(--gold-hi) 0px 0px 20px, var(--gold-hi) 0px 0px 6px, var(--gold-hi) -1px 0px 19px, var(--gold-hi) 0px 0px 6px;
  border-radius: 20px;
}

.car-zones-img {
  display: block; width: 100%;
  height: 480px; object-fit: cover; object-position: center;
  background: #454442;
}

/* Surbrillance de zone — masque dégradé positionné en JS */
.zone-highlight {
  position: absolute; inset: 0;
  pointer-events: none; z-index: 2;
  background: radial-gradient(circle 180px at 50% 50%, rgba(201,168,76,0.22) 0%, transparent 75%);
  opacity: 0;
  transition: opacity .4s ease;
}
.zone-highlight.visible { opacity: 1; }

/* Hotspots */
.hotspot {
  position: absolute; z-index: 5;
  width: 32px; height: 32px;
  background: none; border: none; cursor: none;
  transform: translate(-50%, -50%);
}
.hs-ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid var(--gold);
  animation: hsRing 2.5s ease-in-out infinite;
}
.hs-dot {
  position: absolute; top:50%; left:50%;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold);
  transform: translate(-50%,-50%);
  transition: transform .25s;
}
.hotspot:hover .hs-dot { transform: translate(-50%,-50%) scale(1.6); }
.hotspot.active .hs-dot { background: var(--gold-hi); box-shadow: 0 0 12px rgba(201,168,76,.5); }
.hotspot.active .hs-ring { border-color: var(--gold-hi); animation-duration: 1.2s; }

@keyframes hsRing {
  0%   { transform:scale(1);   opacity:1; }
  60%  { transform:scale(2.2); opacity:0; }
  61%  { transform:scale(1);   opacity:0; }
  100% { transform:scale(1);   opacity:1; }
}

/* Panneau info */
.zone-panel {
  position: sticky; top: 100px;
  border: 1px solid var(--gold-rim2);
  background: #515151d1;
  min-height: 360px;
  display: flex; flex-direction: column; justify-content: center;
  border-radius: 15px;
}

.zone-panel-default {
  padding: 40px 32px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.zpd-icon { width: 56px; height: 56px; opacity: .6; }
.zone-panel-default p { font-family: var(--font-s); font-size: 16px; font-style: italic; color: rgb(211 210 207); line-height: 1.7; }

.zone-panel-info {
  padding: 36px 32px;
  display: none; flex-direction: column; gap: 16px; background: #5b5b5b7a;
}
.zone-panel-info.visible { display: flex; }

.zpi-tag { font-size: 9px; letter-spacing: .35em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold-rim); padding: 5px 14px; width: fit-content; }
.zpi-title { font-family: var(--font-s); font-size: 26px; font-weight: 400; color: var(--text); }
.zpi-desc { font-size: 13px; line-height: 1.8; color: rgb(211 210 207); }

.zpi-list { list-style: none; display: flex; flex-direction: column; gap: 8px; border-top: 1px solid var(--gold-rim2); padding-top: 16px; }
.zpi-list li { font-size: 14px; color: rgb(211 210 207); display: flex; align-items: center; gap: 10px; }
.zpi-list li::before { content:'—'; color: var(--gold-deep); font-size:10px; flex-shrink:0; }

.zpi-coverage { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.cov-label { font-size: 9px; letter-spacing: .25em; text-transform: uppercase; color: rgb(211 210 207); }
.cov-bar { height: 2px; background: var(--gold-rim2); }
.cov-fill { height: 100%; background: linear-gradient(to right, var(--gold-lo), var(--gold-hi)); transition: width .6s var(--ease); }
.cov-val { font-family: var(--font-d); font-size: 13px; color: var(--gold); letter-spacing: .1em; }

/* ════════════════════════
   FILMS
════════════════════════ */
.films-section {
  padding: 120px 7%;
  background: var(--bg2);
  border-top: 1px solid var(--gold-rim2);
}

.films-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; margin-top: 60px;
  background: var(--gold-rim2);
  border: 1px solid var(--gold-rim2);
}

.film-card {
  background: var(--bg2); position: relative;
  display: flex; flex-direction: column;
  overflow: hidden;
  transition: background .4s;
}
.film-card:hover { background: var(--bg4); }

.film-card.film-featured {
  background: linear-gradient(160deg, #141008 0%, #0e0c08 100%);
}
.film-card.film-featured::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}

.film-badge-top {
  position: absolute; top: 16px; right: 16px; z-index: 5;
  font-size: 8px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--bg); background: linear-gradient(130deg,var(--gold-hi),var(--gold));
  padding: 5px 14px;
}

.film-num {
  position: absolute; top: 20px; left: 20px; z-index: 5;
  font-family: var(--font-d); font-size: 10px; letter-spacing: .3em;
  color: var(--gold-deep);
}

/* Image du film avec overlay au hover */
.film-img-wrap {
  position: relative; height: 220px; overflow: hidden;
  flex-shrink: 0;
}
.film-img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  background: var(--bg3);
  transition: transform .6s var(--ease);
}
.film-card:hover .film-img { transform: scale(1.04); }

.film-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 40%, var(--bg2) 100%);
  transition: opacity .4s;
}
.film-featured .film-img-overlay {
  background: linear-gradient(to bottom, transparent 40%, #141008 100%);
}

.film-body { padding: 28px 32px 36px; flex: 1; display: flex; flex-direction: column; gap: 14px; }

.film-badge {
  display: inline-block; font-size: 9px; letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold); border: 1px solid var(--gold-rim); padding: 5px 14px; width: fit-content;
}
.film-badge-ult { color: var(--gold-hi); border-color: var(--gold-rim); }

.film-name { font-family: var(--font-s); font-size: 26px; font-weight: 400; color: var(--text); }
.film-featured .film-name { background: linear-gradient(130deg,var(--gold-hi),var(--gold)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }

.film-desc { font-size: 13px; line-height: 1.8; color: rgb(227 227 227 / 87%); }

.film-features { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.film-features li { font-size: 12px; color: rgb(227 227 227 / 87%); display: flex; align-items: center; gap: 10px; }
.film-features li::before { content:'✓'; color: var(--gold); font-size:10px; flex-shrink:0; }

.film-thickness { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--gold-rim2); display: flex; flex-direction: column; gap: 8px; }
.th-label { font-size: 9px; letter-spacing: .25em; text-transform: uppercase; color: rgb(227 227 227 / 87%); }
.th-bar { height: 2px; background: var(--gold-rim2); }
.th-fill { height: 100%; background: linear-gradient(to right, var(--gold-lo), var(--gold-hi)); transition: width .8s var(--ease); }

/* ════════════════════════
   PROCESSUS
════════════════════════ */
.process-section {
  padding: 120px 7%;
  border-top: 1px solid var(--gold-rim2);
}

.process-steps {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1px; margin-top: 60px;
  background: var(--gold-rim2);
  border: 1px solid var(--gold-rim2);
}

.process-step {
  background: var(--bg2);
  display: flex; flex-direction: column;
  overflow: hidden;
  transition: background .3s;
}
.process-step:hover { background: var(--bg3); }

.step-num {
  padding: 20px 24px 0;
  font-family: var(--font-d); font-size: 10px; letter-spacing: .3em; color: var(--gold-deep);
}

.step-visual {
  position: relative; height: 200px; overflow: hidden;
  margin: 12px 0 0;
}
.step-img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  background: var(--bg3);
  transition: transform .6s var(--ease);
}
.process-step:hover .step-img { transform: scale(1.05); }
.step-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 50%, var(--bg2) 100%);
}
.process-step:hover .step-img-overlay { background: linear-gradient(to bottom, transparent 50%, var(--bg3) 100%); }

.step-body {
  padding: 20px 24px 32px;
  display: flex; flex-direction: column; gap: 10px; flex: 1;
}
.step-body h3 { font-family: var(--font-s); font-size: 18px; font-weight: 400; color: var(--text); }
.step-body p  { font-size: 12px; line-height: 1.8; color: var(--muted); flex: 1; }
.step-duration {
  font-size: 9px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold); margin-top: 4px;
}

/* ════════════════════════
   AUTO-CICATRISATION
════════════════════════ */
.heal-section {
  padding: 120px 7%;
  background: var(--bg2);
  border-top: 1px solid var(--gold-rim2);
}

.heal-stage {
  display: grid; grid-template-columns: 1fr 400px;
  gap: 64px; align-items: start;
  margin-top: 60px;
}

/* Grand slider de comparaison */
.heal-compare {
  position: relative; overflow: hidden;
  border: 1px solid var(--gold-rim2);
  height: 520px;
  cursor: ew-resize;
  user-select: none;
  touch-action: none;
}

.heal-img { display:block; width:100%; height:100%; object-fit:cover; object-position:center; background:var(--bg3); }
.heal-img-after { position:relative; z-index:1; }

.heal-before-wrap {
  position: absolute; inset: 0; z-index: 2;
  clip-path: inset(0 50% 0 0);
}
.heal-img-before { width:100%; height:100%; object-fit:cover; object-position:center; }

/* Overlay teinté chaud côté rayé pour accentuer visuellement */
.heal-scratch-overlay {
  position: absolute; inset: 0;
  pointer-events: none;
}

/* Ligne de séparation */
.heal-divider {
  position: absolute; top:0; bottom:0;
  left: 50%; transform: translateX(-50%);
  z-index: 10; display:flex; flex-direction:column; align-items:center;
}
.heal-div-line {
  width:1px; flex:1;
  background: linear-gradient(to bottom, transparent, var(--gold) 20%, var(--gold) 80%, transparent);
}
.heal-div-handle {
  position:absolute; top:50%; transform:translateY(-50%);
  width:48px; height:48px; border-radius:50%;
  border:1px solid var(--gold-rim);
  background:rgba(12,10,8,0.85); backdrop-filter:blur(8px);
  display:flex; align-items:center; justify-content:center;
  transition:transform .25s, box-shadow .25s;
}
.heal-div-handle svg { width:24px; height:24px; }
.heal-compare:hover .heal-div-handle { transform:translateY(-50%) scale(1.12); box-shadow:0 0 24px rgba(201,168,76,.35); }

/* Icône chaleur au centre qui pulse */
.heal-heat-icon {
  position:absolute; top:calc(50% + 32px); z-index:11;
  width:32px; height:32px;
  opacity:0; transform:translateY(-50%) scale(0.7);
  transition:opacity .3s, transform .3s;
}
.heal-heat-icon svg { width:100%; height:100%; }
.heal-compare:hover .heal-heat-icon { opacity:.8; transform:translateY(0) scale(1); }

/* Tags rayé / cicatrisé */
.heal-tag {
  position:absolute; top:20px; z-index:11;
  font-size:8px; letter-spacing:.32em; text-transform:uppercase;
  padding:6px 14px;
  border:1px solid var(--gold-rim);
  background:rgba(12,10,8,0.7); backdrop-filter:blur(6px);
  transition:opacity .3s;
}
.heal-tag-l { left:20px;  color:var(--muted); }
.heal-tag-r { right:20px; color:var(--gold-hi); }

/* Hint glisser */
.heal-hint {
  position:absolute; bottom:20px; left:50%; transform:translateX(-50%);
  z-index:11;
  font-size:9px; letter-spacing:.22em; text-transform:uppercase; color:var(--dim);
  white-space:nowrap;
  background:rgba(12,10,8,0.6); backdrop-filter:blur(6px);
  padding:6px 16px; border:1px solid var(--gold-rim2);
  transition:opacity .4s;
  animation: hintPulse 3s ease-in-out infinite;
}
@keyframes hintPulse { 0%,100%{opacity:.6} 50%{opacity:1} }
.heal-hint.hidden { opacity:0; pointer-events:none; color: white  }

/* Panneau explications */
.heal-explainer {
  display:flex; flex-direction:column; gap:0;
  position:sticky; top:100px;
}

.heal-step {
  display:flex; gap:24px;
  padding:28px 0;
  border-bottom:1px solid var(--gold-rim2);
}
.heal-step:last-of-type { border-bottom:none; }

.heal-step-num {
  font-family:var(--font-d); font-size:12px; letter-spacing:.3em;
  color:#fffa2e; flex-shrink:0; padding-top:3px; width:22px;margin-left: 5px;
}
.heal-step-body h3 { font-family:var(--font-s); font-size:20px; font-weight:400; color:var(--text); margin-bottom:10px; }
.heal-step-body p  { font-size:13px; line-height:1.85; color:rgb(237 232 223 / 81%); }

.heal-connector {
  width:1px; height:0;
  background:linear-gradient(to bottom, var(--gold-rim2), var(--gold-rim));
  margin-left:11px;
}

.heal-note {
  display:flex; align-items:flex-start; gap:14px;
  margin-top:24px; padding:20px 22px;
  border:1px solid var(--gold-rim2);
  background:var(--bg3);
}
.heal-note svg { width:18px; height:18px; color:var(--gold); flex-shrink:0; margin-top:2px; }
.heal-note p { font-size:12px; line-height:1.8; color:var(--muted); }
.heal-note p strong { color:var(--gold-hi); font-weight:400; }

/* ════════════════════════
   FAQ
════════════════════════ */
.faq-section {
  padding: 120px 7%;
  border-top: 1px solid var(--gold-rim2);
}

.faq-list { display: flex; flex-direction: column; gap: 1px; margin-top: 60px; border: 1px solid var(--gold-rim2); background: var(--gold-rim2); }
.faq-item { background: var(--bg2); }

.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 28px 36px; background: none; border: none; cursor: none; text-align: left;
  font-family: var(--font-s); font-size: 20px; font-weight: 400; color: var(--text);
  transition: color .3s, background .3s;
}
.faq-q:hover, .faq-q[aria-expanded="true"] { color: var(--gold-hi); background: var(--bg3); }
.faq-arrow { width: 18px; height: 18px; flex-shrink: 0; color: var(--gold); transition: transform .35s var(--ease); }
.faq-q[aria-expanded="true"] .faq-arrow { transform: rotate(180deg); }

.faq-a { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); }
.faq-a.open { max-height: 300px; background: linear-gradient(0deg, rgb(219 201 81 / 72%) 0%, rgb(115 107 53) 27%, rgba(0, 0, 0, 1) 100%); }
.faq-a p { padding: 0 36px 28px; font-size: 14px; line-height: 1.85; color: rgb(237 232 223 / 81%); }
.faq-a p strong { color: var(--gold-hi); font-weight: 400; }
.faq-a p em { font-family: var(--font-s); font-style: italic; color: var(--gold-hi); }

/* ════════════════════════
   CTA / DEVIS — avec image de fond
════════════════════════ */
.cta-section {
  position: relative;
  padding: 140px 7%;
  border-top: 1px solid var(--gold-rim2);
  overflow: hidden;
}

.cta-bg {
  position: absolute; inset: 0; z-index: 0;
}
.cta-bg-img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  background: var(--bg3);
  filter: brightness(0.4) saturate(0.7);
}
.cta-bg-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(12,10,8,0.92) 40%, rgba(12,10,8,0.7) 100%);
}

.cta-inner {
  position: relative; z-index: 1;
  max-width: 820px; margin: 0 auto; text-align: center;
}
.cta-decor { font-size: 18px; color: var(--gold); letter-spacing: .5em; margin-bottom: 28px; opacity: .6; }
.cta-title { font-family: var(--font-d); font-size: clamp(28px,4vw,46px); font-weight: 400; letter-spacing: .06em; color: var(--text); margin-bottom: 18px; line-height: 1.2; }
.cta-title em { font-family: var(--font-s); font-style: italic; font-weight: 300; background: linear-gradient(130deg, var(--gold-hi), var(--gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.cta-sub { font-family: var(--font-s); font-size: 18px; font-style: italic; color: var(--muted); margin-bottom: 56px; line-height: 1.7; }

.cta-form { text-align: left; display: flex; flex-direction: column; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group.full { grid-column: span 2; }
.form-group label { font-size: 9px; letter-spacing: .35em; text-transform: uppercase; color: var(--gold); }
.form-group input, .form-group select, .form-group textarea {
  background: rgba(12,10,8,0.7); border: 1px solid var(--gold-rim2);
  color: var(--text); font-family: var(--font-u); font-size: 14px; font-weight: 300;
  padding: 14px 18px; outline: none; width: 100%;
  backdrop-filter: blur(8px);
  transition: border-color .3s, background .3s;
  -webkit-appearance: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); background: rgba(20,17,8,0.8); }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--dimmer); }
.form-group select { cursor: none; }
.form-group select option { background: var(--bg3); }
.form-group textarea { resize: vertical; min-height: 80px; }

.form-submit {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  align-self: center;
  font-family: var(--font-u); font-size: 10px; font-weight: 400; letter-spacing: .22em; text-transform: uppercase;
  color: var(--bg); background: linear-gradient(130deg, var(--gold-hi), var(--gold));
  padding: 18px 60px; border: none; cursor: none;
  position: relative; overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.form-submit::before { content:''; position:absolute; inset:0; background:linear-gradient(130deg,var(--gold),var(--gold-lo)); opacity:0; transition:opacity .35s; }
.form-submit:hover { transform: translateY(-2px); box-shadow: 0 16px 42px rgba(201,168,76,.38); }
.form-submit:hover::before { opacity:1; }
.form-submit span, .form-submit svg { position:relative; z-index:1; }
.form-submit svg { width:18px; transition:transform .3s; }
.form-submit:hover svg { transform:translateX(5px); }
.form-submit.sent { background: linear-gradient(130deg, #4CAF7A, #3a8a5e); }

/* ════════════════════════
   FOOTER
════════════════════════ */
.footer { border-top: 1px solid var(--gold-rim2); background: var(--bg2); }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; padding: 60px 7%; border-bottom: 1px solid var(--gold-rim2); }
.footer-brand { display:flex; flex-direction:column; gap:8px; }
.footer-logo  { font-family: var(--font-d); font-size:14px; letter-spacing:.3em; background:linear-gradient(130deg,var(--gold-hi),var(--gold)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.footer-tagline { font-family:var(--font-s); font-size:14px; font-style:italic; color:var(--dim); }
.footer-links, .footer-contact { display:flex; flex-direction:column; gap:12px; }
.footer-links a, .footer-contact a, .footer-contact span { font-size:12px; letter-spacing:.06em; color:var(--muted); text-decoration:none; transition:color .3s; }
.footer-links a:hover, .footer-contact a:hover { color:var(--gold-hi); }
.footer-bottom { display:flex; justify-content:space-between; align-items:center; padding:24px 7%; font-size:11px; color:var(--dim); letter-spacing:.05em; }

/* ════════════════════════
   REVEAL SCROLL
════════════════════════ */
.reveal {
  opacity: 0; transform: translateY(32px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
  transition-delay: var(--delay, 0s);
}
.reveal.visible { opacity:1; transform:translateY(0); background: #c9a84c30; border-radius: 15px; }

/* ════════════════════════
   RESPONSIVE
════════════════════════ */
@media (max-width:1100px) {
  .intro-inner   { grid-template-columns:1fr; gap:60px; }
  .zones-stage   { grid-template-columns:1fr; }
  .zone-panel    { position:static; }
  .films-grid    { grid-template-columns:1fr 1fr; }
  .process-steps { grid-template-columns:1fr 1fr; }
  .heal-stage    { grid-template-columns:1fr; }
  .heal-compare  { height:400px; }
  .heal-explainer{ position:static; }
}

@media (max-width:768px) {
  .header { padding:18px 24px; }
  .nav    { display:none; }
  .burger { display:flex; }
  .hero-content { padding: 0 24px; }
  .hero-stats   { flex-wrap:wrap; }
  .hstat        { padding:14px 20px; }
  .hc-tl,.hc-tr { top:80px; }
  .hc-tl,.hc-bl { left:16px; }
  .hc-tr,.hc-br { right:16px; }
  .hc-bl,.hc-br { bottom:16px; }
  .intro-section, .zones-section, .films-section, .process-section,
  .heal-section, .faq-section, .cta-section { padding:80px 24px; }
  .films-grid    { grid-template-columns:1fr; }
  .process-steps { grid-template-columns:1fr; }
  .form-row      { grid-template-columns:1fr; }
  .form-group.full { grid-column:span 1; }
  .intro-specs   { flex-wrap:wrap; gap:28px; }
  .footer-top    { grid-template-columns:1fr; gap:36px; padding:48px 24px; }
  .footer-bottom { flex-direction:column; gap:8px; text-align:center; padding:20px 24px; }
  .faq-q         { padding:20px 24px; font-size:17px; }
  .faq-a p       { padding:0 24px 22px; }
  .heal-compare  { height:280px; }
  .heal-stage    { gap:40px; }
}

