/* =================================================================
   BASE — squelette commun aux 3 versions (classique · 80s · futuriste)
   Les thèmes ne touchent qu'aux variables, fonts, fonds animés.
   ================================================================= */

*, *::before, *::after { box-sizing: border-box; }

:root {
  --container: 1240px;
  --gutter: clamp(16px, 4vw, 44px);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --t: .25s ease;
}

html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  min-height: 100vh;
  font-family: var(--font-body, system-ui, sans-serif);
  color: var(--c-text);
  background-color: var(--c-bg);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

h1, h2, h3, h4 { font-family: var(--font-display, var(--font-body)); margin: 0; line-height: 1.15; }

em { font-style: italic; color: var(--c-accent); }

/* =================================================================
   FOND ANIMÉ — change selon le thème actif
   ================================================================= */
.theme-bg {
  position: fixed; inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.theme-bg > * { position: absolute; inset: 0; display: none; }
html[data-theme="classique"] .theme-bg .bg-classique { display: block; }
html[data-theme="80s"]       .theme-bg .bg-80s       { display: block; }
html[data-theme="futuriste"] .theme-bg .bg-fut       { display: block; }

/* ── BG CLASSIQUE : papier crème + ornements ── */
.bg-classique {
  background: var(--c-bg);
}
.bg-classique__paper {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 18% 12%, rgba(201,169,97,.08), transparent 45%),
    radial-gradient(circle at 82% 88%, rgba(139,46,46,.06), transparent 45%),
    radial-gradient(rgba(0,0,0,.025) 1px, transparent 1px);
  background-size: auto, auto, 3px 3px;
}
.bg-classique__ornament {
  position: absolute;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(201,169,97,.18) 0%, transparent 60%);
  filter: blur(40px);
}
.bg-classique__ornament--tl { top: -80px; left: -80px; }
.bg-classique__ornament--br { bottom: -80px; right: -80px; background: radial-gradient(circle, rgba(139,46,46,.15) 0%, transparent 60%); }

/* ── BG 80s : grille perspective + soleil + scanlines ── */
.bg-80s {
  background: linear-gradient(180deg, #1a0033 0%, #240046 35%, #5a189a 70%, #c9184a 100%);
}
.bg-80s__sky {
  position: absolute; left: 0; right: 0; top: 0; height: 65%;
  background:
    radial-gradient(2px 2px at 20% 30%, #fff, transparent),
    radial-gradient(1px 1px at 60% 20%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 85% 45%, #fff, transparent),
    radial-gradient(1px 1px at 35% 50%, rgba(255,255,255,.5), transparent),
    radial-gradient(1px 1px at 75% 15%, rgba(255,255,255,.6), transparent);
  background-size: 800px 400px;
  animation: stars-drift 60s linear infinite;
}
@keyframes stars-drift { 100% { background-position: -800px 0; } }
.bg-80s__sun {
  position: absolute;
  left: 50%; top: 38%;
  width: 520px; height: 520px;
  margin-left: -260px;
  border-radius: 50%;
  background:
    linear-gradient(180deg,
      transparent 0, transparent 36%,
      #1a0033 36%, #1a0033 39%,
      transparent 39%, transparent 46%,
      #1a0033 46%, #1a0033 48%,
      transparent 48%, transparent 54%,
      #1a0033 54%, #1a0033 55.5%,
      transparent 55.5%, transparent 60%,
      #1a0033 60%, #1a0033 61%,
      transparent 61%
    ),
    linear-gradient(180deg, #ffe600 0%, #ff5e00 50%, #ff006e 100%);
  filter: drop-shadow(0 0 60px rgba(255,94,0,.55)) drop-shadow(0 0 120px rgba(255,0,110,.35));
  animation: sun-pulse 5s ease-in-out infinite;
}
@keyframes sun-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}
.bg-80s__grid {
  position: absolute; left: 50%; bottom: 0;
  width: 200vw; height: 65vh;
  margin-left: -100vw;
  background:
    linear-gradient(180deg, transparent 0%, rgba(255,0,228,.5) 50%, transparent 100%),
    repeating-linear-gradient(0deg, transparent 0, transparent 40px, #ff00e4 41px, #ff00e4 42px),
    repeating-linear-gradient(90deg, transparent 0, transparent 40px, #00f5ff 41px, #00f5ff 42px);
  background-blend-mode: normal, screen, screen;
  transform: perspective(380px) rotateX(60deg);
  transform-origin: 50% 100%;
  opacity: .9;
  animation: grid-march 1.6s linear infinite;
}
@keyframes grid-march {
  0% { background-position: 0 0, 0 0, 0 0; }
  100% { background-position: 0 0, 0 42px, 0 0; }
}
.bg-80s__scanlines {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(0deg, rgba(0,0,0,.12) 0px, rgba(0,0,0,.12) 1px, transparent 1px, transparent 3px);
  pointer-events: none;
  mix-blend-mode: multiply;
}

/* ── BG FUTURISTE : grille + orbes + circuits + scan ── */
.bg-fut {
  background:
    radial-gradient(1200px 700px at 15% 0%, rgba(34,211,238,.14), transparent 55%),
    radial-gradient(1000px 600px at 85% 100%, rgba(167,139,250,.16), transparent 55%),
    linear-gradient(180deg, #03061a 0%, #0a0e2e 100%);
}

/* Étoiles qui défilent en arrière-plan */
.bg-fut__stars {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(2px 2px at 12% 18%, #fff, transparent),
    radial-gradient(1px 1px at 28% 42%, rgba(34,211,238,.85), transparent),
    radial-gradient(1.5px 1.5px at 55% 12%, #fff, transparent),
    radial-gradient(1px 1px at 72% 56%, rgba(167,139,250,.85), transparent),
    radial-gradient(2px 2px at 88% 28%, #fff, transparent),
    radial-gradient(1px 1px at 38% 78%, rgba(34,211,238,.7), transparent),
    radial-gradient(1.5px 1.5px at 65% 88%, rgba(255,77,141,.6), transparent),
    radial-gradient(1px 1px at 8% 70%, #fff, transparent);
  background-size: 800px 600px;
  animation: fut-stars 80s linear infinite;
}
@keyframes fut-stars {
  0% { background-position: 0 0; }
  100% { background-position: -800px -600px; }
}

/* Grille cyber animée */
.bg-fut__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(34,211,238,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34,211,238,.10) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 50%, black 30%, transparent 85%);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 50%, black 30%, transparent 85%);
  animation: fut-grid 12s linear infinite;
}
@keyframes fut-grid {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 44px 0, 0 44px; }
}

/* Hexagones translucides (couche subtile) */
.bg-fut__hex {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 50% 50%, rgba(34,211,238,.04) 1.5px, transparent 2px),
    radial-gradient(circle at 50% 50%, rgba(167,139,250,.04) 1.5px, transparent 2px);
  background-size: 110px 96px, 110px 96px;
  background-position: 0 0, 55px 48px;
  opacity: .6;
  mask-image: linear-gradient(180deg, black, transparent 90%);
  -webkit-mask-image: linear-gradient(180deg, black, transparent 90%);
}

/* Orbes plus visibles */
.bg-fut__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  animation: orb-float 14s ease-in-out infinite;
  mix-blend-mode: screen;
}
.bg-fut__orb--1 {
  width: 520px; height: 520px;
  top: -120px; right: -140px;
  background: radial-gradient(circle, rgba(34,211,238,.7) 0%, rgba(34,211,238,.3) 35%, transparent 70%);
}
.bg-fut__orb--2 {
  width: 420px; height: 420px;
  bottom: 8%; left: -100px;
  background: radial-gradient(circle, rgba(167,139,250,.65) 0%, rgba(167,139,250,.25) 35%, transparent 70%);
  animation-delay: -5s;
}
.bg-fut__orb--3 {
  width: 360px; height: 360px;
  top: 45%; right: 25%;
  background: radial-gradient(circle, rgba(255,77,141,.5) 0%, rgba(255,77,141,.18) 35%, transparent 70%);
  animation-delay: -9s;
}
@keyframes orb-float {
  0%, 100% { transform: translate(0,0) scale(1); }
  33% { transform: translate(50px,-40px) scale(1.08); }
  66% { transform: translate(-40px,30px) scale(.94); }
}

/* Circuits SVG : tracés qui se dessinent + nœuds qui pulsent */
.bg-fut__circuit {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  opacity: .9;
  filter: drop-shadow(0 0 6px rgba(34,211,238,.6));
}
.bg-fut__circuit-paths path {
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: circuit-draw 8s ease-in-out infinite;
}
.bg-fut__circuit-paths path:nth-child(1) { animation-delay: 0s; }
.bg-fut__circuit-paths path:nth-child(2) { animation-delay: 1.2s; }
.bg-fut__circuit-paths path:nth-child(3) { animation-delay: 2.4s; }
.bg-fut__circuit-paths path:nth-child(4) { animation-delay: 3.6s; }
@keyframes circuit-draw {
  0% { stroke-dashoffset: 1400; opacity: .2; }
  30% { opacity: 1; }
  70% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: -1400; opacity: .2; }
}
.bg-fut__circuit-nodes circle {
  filter: drop-shadow(0 0 5px #22D3EE);
  animation: node-pulse 2.4s ease-in-out infinite;
}
.bg-fut__circuit-nodes circle:nth-child(2) { animation-delay: -.4s; }
.bg-fut__circuit-nodes circle:nth-child(3) { animation-delay: -.8s; }
.bg-fut__circuit-nodes circle:nth-child(4) { animation-delay: -1.2s; }
.bg-fut__circuit-nodes circle:nth-child(5) { animation-delay: -1.6s; }
.bg-fut__circuit-nodes circle:nth-child(6) { animation-delay: -2s; }
@keyframes node-pulse {
  0%, 100% { r: 3; opacity: .6; }
  50% { r: 6; opacity: 1; }
}

/* Balayage diagonal */
.bg-fut__beam {
  position: absolute; inset: 0;
  background: linear-gradient(115deg,
    transparent 30%,
    rgba(34,211,238,.10) 47%,
    rgba(167,139,250,.10) 53%,
    transparent 70%);
  background-size: 250% 100%;
  animation: beam-sweep 9s linear infinite;
}
@keyframes beam-sweep { 100% { background-position: -250% 0; } }

/* Scanline horizontale qui descend */
.bg-fut__scanline {
  position: absolute; left: 0; right: 0;
  height: 90px;
  background: linear-gradient(180deg, transparent 0%, rgba(34,211,238,.18) 50%, transparent 100%);
  animation: scanline-down 7s linear infinite;
  pointer-events: none;
}
@keyframes scanline-down {
  0% { top: -100px; }
  100% { top: 110%; }
}

/* =================================================================
   HEADER STICKY : 3-version switcher + 5-section nav
   ================================================================= */

.vswitch {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--c-bar-bg);
  backdrop-filter: blur(16px) saturate(1.1);
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  border-bottom: 1px solid var(--c-border);
  transition: background-color .35s ease, border-color .35s ease;
}
.vswitch__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 12px var(--gutter);
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  align-items: center;
  gap: 24px;
}

/* ── SÉLECTEUR DE LANGUE (option) ── */
.lang-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border-radius: 100px;
  background: var(--c-bg);
  border: 1px solid var(--c-border);
}
.lang-switch[data-opt-disabled="true"] { display: none !important; }
.lang-switch__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  padding: 5px 10px;
  border: 0;
  background: transparent;
  border-radius: 100px;
  font-family: inherit;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .03em;
  color: var(--c-muted);
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.lang-switch__btn:hover { color: var(--c-text); }
.lang-switch__btn[aria-pressed="true"] {
  background: var(--c-accent);
  color: var(--c-on-accent, #FFFFFF);
}
.lang-switch .opt-badge {
  position: absolute;
  top: -8px; right: -8px;
}
@media (max-width: 1080px) {
  .lang-switch__btn { min-width: 28px; padding: 4px 8px; font-size: .72rem; }
}
@media (max-width: 560px) {
  .lang-switch__btn { padding: 3px 6px; }
}

.vswitch__brand {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; color: inherit;
}
.vswitch__brand-mark { color: var(--c-accent); display: inline-flex; }
.vswitch__brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.vswitch__brand-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .01em;
  color: var(--c-heading);
}
.vswitch__brand-tag {
  font-size: .7rem;
  opacity: .65;
  letter-spacing: .04em;
  margin-top: 2px;
}

.vswitch__nav {
  display: flex; gap: 4px; justify-content: center;
}
.vswitch__nav a {
  position: relative;
  padding: 8px 14px;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--c-muted);
  text-decoration: none;
  border-radius: 8px;
  transition: var(--t);
}
.vswitch__nav a::after {
  content: "";
  position: absolute;
  left: 14px; right: 14px; bottom: 4px;
  height: 2px;
  background: var(--c-accent);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .25s ease;
}
.vswitch__nav a:hover { color: var(--c-text); }
.vswitch__nav a:hover::after { transform: scaleX(1); }

.vswitch__themes-wrap {
  display: inline-flex; align-items: center; gap: 10px;
}
.vswitch__themes-label {
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--c-muted);
}
.vswitch__themes {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: var(--c-pill-track);
  border: 1px solid var(--c-border);
}
.vbtn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
  color: var(--c-muted);
  transition: var(--t);
  white-space: nowrap;
}
.vbtn:hover { color: var(--c-text); }
.vbtn[aria-pressed="true"] {
  background: var(--c-pill-active);
  color: var(--c-pill-active-text);
  box-shadow: var(--shadow-pill);
}
.vbtn__dot {
  width: 8px; height: 8px; border-radius: 50%;
  display: inline-block;
}
.vbtn__dot--c { background: linear-gradient(135deg, #C9A961, #8B2E2E); }
.vbtn__dot--r { background: linear-gradient(135deg, #ff00e4, #00f5ff); box-shadow: 0 0 6px #ff00e4; }
.vbtn__dot--f { background: linear-gradient(135deg, #22D3EE, #A78BFA); box-shadow: 0 0 6px #22D3EE; }

.vswitch__menu-toggle {
  display: none;
  width: 38px; height: 38px;
  border-radius: 8px;
  flex-direction: column; gap: 4px;
  align-items: center; justify-content: center;
}
.vswitch__menu-toggle span {
  display: block;
  width: 18px; height: 2px;
  background: var(--c-text);
  transition: var(--t);
}

.vswitch__mobile {
  display: none;
  flex-direction: column;
  padding: 12px var(--gutter) 18px;
  gap: 4px;
  border-top: 1px solid var(--c-border);
}
.vswitch__mobile a {
  padding: 12px 14px;
  font-size: .95rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--c-text);
  border-radius: 8px;
}
.vswitch__mobile a:hover { background: var(--c-pill-track); color: var(--c-accent); }

@media (max-width: 1080px) {
  .vswitch__inner { grid-template-columns: auto 1fr auto auto; }
  .vswitch__nav { display: none; }
  .vswitch__themes-label { display: none; }
}
@media (max-width: 720px) {
  .vswitch__inner { grid-template-columns: auto auto auto auto; gap: 10px; }
  .vswitch__brand-tag { display: none; }
  .vswitch__themes-wrap { order: 3; }
  .vswitch__menu-toggle { display: inline-flex; order: 2; }
  .vbtn__label { display: none; }
  .vbtn { padding: 8px 10px; }
  .vbtn__dot { width: 12px; height: 12px; }
  .vswitch__mobile[data-open="true"] { display: flex; }
}

/* ── PROMO BANNER ─────────────────────────────────────────────── */
.promo-banner {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 11px var(--gutter);
  background: var(--c-promo-bg);
  color: var(--c-promo-text);
  font-size: .9rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid var(--c-border);
  position: relative;
}
.promo-banner__icon { font-size: 1.1em; }

/* ── LAYOUT PRIMITIVES ────────────────────────────────────────── */
.section { padding: clamp(56px, 9vw, 100px) 0; position: relative; }
.section__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(40px, 5vw, 64px) clamp(24px, 4vw, 52px);
  position: relative;
  border: 1.5px solid var(--c-border);
  border-radius: var(--radius-lg);
  box-shadow: 0 1px 0 rgba(255,255,255,.04) inset, 0 6px 24px rgba(0,0,0,.04);
}
.section__eyebrow {
  display: block;
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--c-accent);
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}
.section__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--c-heading);
  text-align: center;
  letter-spacing: -.01em;
}
.section__sub, .section__lead {
  color: var(--c-muted);
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.75;
}
.section__lead { font-size: 1.08rem; }

/* ── BUTTONS ──────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: .98rem;
  text-decoration: none;
  transition: var(--t);
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  letter-spacing: .01em;
}
.btn--sm { padding: 10px 18px; font-size: .88rem; }
.btn--lg { padding: 18px 34px; font-size: 1.05rem; }
.btn--primary {
  background: var(--c-btn-primary-bg);
  color: var(--c-btn-primary-text);
  box-shadow: var(--shadow-btn);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-btn-hover); }
.btn--secondary {
  background: var(--c-btn-secondary-bg);
  color: var(--c-btn-secondary-text);
  border: 1px solid var(--c-btn-secondary-border, transparent);
}
.btn--secondary:hover { transform: translateY(-2px); }

/* ── BOUTON RDV — animation continue + shimmer + snip ────────── */
.btn[data-action="open-booking"] {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  animation: rdv-breathe 2.8s ease-in-out infinite;
  transition: transform .25s ease, box-shadow .25s ease;
  z-index: 0;
}
/* Pulsation douce qui appelle le clic */
@keyframes rdv-breathe {
  0%, 100% { box-shadow: var(--shadow-btn), 0 0 0 0 rgba(201,169,97,.55); }
  50%      { box-shadow: var(--shadow-btn), 0 0 0 12px rgba(201,169,97,0);  }
}

/* Shimmer doré qui balaie le bouton en boucle */
.btn[data-action="open-booking"]::before {
  content: "";
  position: absolute;
  top: 0; left: -60%;
  width: 50%; height: 100%;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255,255,255,0) 30%,
    rgba(201,169,97,.45) 50%,
    rgba(255,255,255,0) 70%,
    transparent 100%
  );
  transform: skewX(-18deg);
  animation: rdv-shimmer 3.4s ease-in-out 1s infinite;
  pointer-events: none;
  z-index: -1;
}
@keyframes rdv-shimmer {
  0%   { left: -60%; }
  60%  { left: 120%; }
  100% { left: 120%; }
}

/* Hover : lift + glow renforcé + scissors qui "snip" */
.btn[data-action="open-booking"]:hover {
  animation-play-state: paused;
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--shadow-btn-hover), 0 0 26px rgba(201,169,97,.5);
}
.btn[data-action="open-booking"]:hover::before {
  animation-duration: 1s;
}

/* Effet "snip" sur l'emoji ciseaux au survol */
.btn[data-action="open-booking"] > span[aria-hidden] {
  display: inline-block;
  transform-origin: center;
  animation: rdv-scissor-idle 4s ease-in-out infinite;
}
.btn[data-action="open-booking"]:hover > span[aria-hidden] {
  animation: rdv-scissor-snip .55s ease-in-out infinite;
}
@keyframes rdv-scissor-idle {
  0%, 90%, 100% { transform: rotate(0deg); }
  93%           { transform: rotate(-12deg); }
  96%           { transform: rotate(8deg); }
}
@keyframes rdv-scissor-snip {
  0%, 100% { transform: rotate(0deg); }
  35%      { transform: rotate(-22deg); }
  70%      { transform: rotate(10deg); }
}

@media (prefers-reduced-motion: reduce) {
  .btn[data-action="open-booking"],
  .btn[data-action="open-booking"]::before,
  .btn[data-action="open-booking"] > span[aria-hidden] { animation: none; }
}

/* ── HERO ─────────────────────────────────────────────────────── */
.hero {
  position: relative;
  padding: clamp(72px, 11vw, 130px) var(--gutter) clamp(64px, 9vw, 110px);
  overflow: hidden;
  text-align: center;
}
.hero__bg {
  position: absolute; inset: 0;
  background: var(--c-hero-bg);
  z-index: 0;
}
.hero__inner {
  position: relative; z-index: 1;
  max-width: 940px;
  margin: 0 auto;
}
.hero__title {
  font-size: clamp(2.6rem, 7.5vw, 5.4rem);
  color: var(--c-hero-title);
  margin-bottom: 14px;
  font-weight: 700;
}
.hero__slogan {
  font-size: clamp(1.05rem, 2.4vw, 1.4rem);
  color: var(--c-muted);
  margin: 0 0 8px;
}
.hero__baseline {
  font-size: .8rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin: 0 0 32px;
  font-weight: 600;
}
.hero__actions {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
  margin-bottom: 32px;
}
.hero__rating {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .92rem; color: var(--c-muted);
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--c-card);
  border: 1px solid var(--c-border);
}
.hero__stars { letter-spacing: 1px; color: var(--c-star); font-size: 1.05rem; }

/* ── STATUS PILL ──────────────────────────────────────────────── */
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px 7px 14px;
  margin-bottom: 22px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
  background: var(--c-status-bg);
  color: var(--c-status-text);
  border: 1px solid var(--c-status-border);
}
.status-pill--mini { margin: 14px 0 0; font-size: .78rem; padding: 5px 12px 5px 10px; }
.status-pill__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--c-status-dot-closed);
  box-shadow: 0 0 0 0 currentColor;
}
.status-pill[data-open="true"] .status-pill__dot {
  background: var(--c-status-dot-open);
  animation: pulse 1.8s ease-out infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 var(--c-status-dot-open); }
  100% { box-shadow: 0 0 0 8px transparent; }
}

/* ── ABOUT META ───────────────────────────────────────────────── */
.about__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 720px;
  margin: 36px auto 0;
}
.about__meta-item {
  text-align: center;
  padding: 24px 14px;
  border-radius: var(--radius-md);
  background: var(--c-card);
  border: 1px solid var(--c-border);
  position: relative;
  overflow: hidden;
}
.about__meta-num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.8vw, 2.6rem);
  font-weight: 800;
  color: var(--c-accent);
  line-height: 1;
}
.about__meta-num small { font-size: .55em; opacity: .7; font-weight: 600; }
.about__meta-label {
  display: block; margin-top: 6px;
  font-size: .82rem; color: var(--c-muted);
  letter-spacing: .04em;
}
@media (max-width: 600px) {
  .about__meta { grid-template-columns: 1fr; }
}

/* ── MENU GRID ────────────────────────────────────────────────── */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.menu-card {
  background: var(--c-card);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform .35s ease, border-color var(--t), box-shadow .35s ease;
  position: relative;
}
.menu-card:hover { transform: translateY(-6px); border-color: var(--c-border-hover); box-shadow: var(--shadow-card-hover); }
.menu-card__media {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--c-skeleton);
}
.menu-card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.menu-card:hover .menu-card__media img { transform: scale(1.06); }
.menu-card__body { padding: 20px 22px 24px; }
.menu-card__head {
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  margin-bottom: 8px;
}
.menu-card__name {
  font-family: var(--font-display);
  font-size: 1.18rem;
  color: var(--c-heading);
  margin: 0;
  font-weight: 700;
}
.menu-card__price {
  font-weight: 800;
  color: var(--c-accent);
  white-space: nowrap;
  font-size: 1.05rem;
}
.menu-card__desc {
  margin: 0;
  font-size: .92rem;
  color: var(--c-muted);
  line-height: 1.6;
}

/* ── PRESTATION CARD (extension de menu-card) ────────────────── */
.prestation-card { position: relative; overflow: hidden; }
.prestation-card .menu-card__body { padding: 22px 22px 18px; }
.prestation-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px dashed var(--c-border);
}
.prestation-card__cat {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--c-pill-track);
  border: 1px solid var(--c-border);
  color: var(--c-muted);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.prestation-card[data-categorie="Coupe"] .prestation-card__cat { color: #1F4068; border-color: rgba(31,64,104,.3); }
.prestation-card[data-categorie="Barbe"] .prestation-card__cat { color: var(--c-accent); border-color: var(--c-accent); }
.prestation-card[data-categorie="Soins"] .prestation-card__cat { color: #2E8B57; border-color: rgba(46,139,87,.4); }
.prestation-card__duration {
  display: inline-flex;
  align-items: center;
  font-size: .82rem;
  color: var(--c-muted);
  font-weight: 600;
}
.prestation-card__duration::before {
  content: "⏱";
  margin-right: 6px;
  font-size: .9em;
  opacity: .65;
}
.prestation-card__ribbon {
  display: none;
  position: absolute;
  top: 14px; right: -32px;
  transform: rotate(45deg);
  width: 130px;
  text-align: center;
  padding: 5px 0;
  background: linear-gradient(135deg, #C9A961 0%, #E2C068 100%);
  color: #1A1A1A;
  font-family: var(--font-display, serif);
  font-style: italic;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
  z-index: 2;
  pointer-events: none;
}
.prestation-card--featured .prestation-card__ribbon { display: block; }
.prestation-card--featured {
  border-width: 2px;
  border-color: var(--c-border-hover);
}

/* ── BARBER STRIP (poteau de barbier déroulé en bandeau horizontal) ── */
.barber-strip {
  height: 8px;
  background: repeating-linear-gradient(
    -45deg,
    #C0392B 0, #C0392B 14px,
    #FFFFFF 14px, #FFFFFF 28px,
    #1F3A93 28px, #1F3A93 42px,
    #FFFFFF 42px, #FFFFFF 56px
  );
  background-size: 56px 100%;
  animation: barber-strip 2.5s linear infinite;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
}
@keyframes barber-strip {
  0% { background-position: 0 0; }
  100% { background-position: -56px 0; }
}

/* ── DECORATIONS (ciseaux, rasoir, peigne, mustache, pole en SVG) ── */
.deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: .08;
  color: var(--c-heading);
}
.deco--scissors-tl { top: 24px;     left: 24px;    width: 72px; height: 72px; transform: rotate(-12deg); }
.deco--scissors-br { bottom: 24px;  right: 24px;   width: 88px; height: 88px; transform: rotate(168deg); }
.deco--mustache-br { bottom: 30px;  right: 30px;   width: 96px; height: 48px; }
.deco--razor-tr    { top: 28px;     right: 28px;   width: 100px; height: 100px; transform: rotate(-22deg); color: var(--c-accent); opacity: .12; }
.deco--comb-bl     { bottom: 30px;  left: 30px;    width: 104px; height: 52px; transform: rotate(-8deg); }
.deco--pole-r      { top: 50%;       right: 24px;  width: 26px;  height: 130px; transform: translateY(-50%); opacity: .9; }

/* Outils latéraux pour la section Prestations (gauche & droite)
   — décor plus grand et rapproché du contenu central. */
.deco--scissors-lt { top: 10%;       left: clamp(40px, 8vw, 140px);  width: 200px; height: 200px; transform: rotate(-25deg); color: var(--c-accent);  opacity: .22; }
.deco--comb-lb     { bottom: 8%;     left: clamp(30px, 6vw, 120px);  width: 220px; height: 110px; transform: rotate(8deg);   color: var(--c-heading); opacity: .18; }
.deco--razor-rt    { top: 10%;       right: clamp(40px, 8vw, 140px); width: 210px; height: 210px; transform: rotate(28deg);  color: var(--c-accent);  opacity: .22; }
.deco--mustache-rb { bottom: 10%;    right: clamp(30px, 6vw, 120px); width: 220px; height: 110px; transform: rotate(-6deg);  color: var(--c-heading); opacity: .20; }
@media (max-width: 980px) {
  /* Sur mobile/tablet ces décors lateraux disparaissent (pas la place) */
  .deco--scissors-lt, .deco--comb-lb,
  .deco--razor-rt, .deco--mustache-rb { display: none; }
}

.section { overflow: hidden; }

@media (max-width: 720px) {
  .deco { display: none; }
}

/* ── ÉQUIPE — staggered (cards en quinconce vertical) ────────── */
.team-grid {
  align-items: start;
}
.team-grid > .team-card:nth-child(even) {
  transform: translateY(28px);
}
@media (max-width: 720px) {
  .team-grid > .team-card:nth-child(even) { transform: none; }
}

/* ── PRÉSENTATION — décor latéral GAUCHE : portrait masculin vintage ── */
.section--about { position: relative; }

.about-deco {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
  display: none;
}
.about-deco--left {
  /* Calage : portrait collé au bord gauche du contenu, légère pénétration */
  left: calc(50% - var(--container) / 2 + 20px - 320px);
}
.about-deco__icon {
  width: 320px;
  height: 435px;
  opacity: .8;
  color: #6E4A28;
  transition: opacity .4s ease, transform .8s cubic-bezier(.2,.8,.2,1);
}
.about-deco__icon:hover {
  opacity: 1;
  transform: scale(1.02);
}

/* Visible à partir de 1500px (sous, le portrait serait coupé par le viewport) */
@media (min-width: 1500px) {
  .about-deco--left { display: block; }
}

/* ── Adaptation par thème ── */
[data-theme="80s"]       .about-deco__icon { color: #FF00FF; filter: drop-shadow(0 0 12px rgba(255,0,255,.55)); opacity: .65; }
[data-theme="futuriste"] .about-deco__icon { color: #A78BFA; filter: drop-shadow(0 0 10px rgba(167,139,250,.5));  opacity: .65; }


/* ── ÉQUIPE — décor latéral (trio de silhouettes connectées) ─── */
.section--equipe { position: relative; }

.equipe-deco {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
  display: none; /* visible uniquement sur écrans larges */
}
/* Calage proche du contenu : un petit gap de ~20px entre la déco et le bord
   gauche de section__inner (au lieu d'une pénétration). Plus aéré. */
.equipe-deco--left { left: calc(50% - var(--container) / 2 - 20px - 340px); }
.equipe-deco__icon {
  width: 340px;
  height: 540px;
  opacity: .7;
  color: #6E4A28; /* encre brune chaleureuse, identique aux autres décos */
}

/* Animation de l'arc d'unité — pointillés qui défilent doucement */
.equipe-deco__arc path {
  stroke-dasharray: 3 4;
  stroke-dashoffset: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .equipe-deco__arc path {
    animation: equipe-arc-drift 6s linear infinite;
  }
}
@keyframes equipe-arc-drift {
  to { stroke-dashoffset: -28; }
}

/* Visible à partir de 1500px : sous cette taille, la déco serait trop coupée
   par le bord du viewport (mais body overflow-x:hidden masque l'éventuel débord). */
@media (min-width: 1500px) {
  .equipe-deco--left { display: block; }
}

/* ── Adaptation par thème ── */
[data-theme="80s"]      .equipe-deco__icon { color: #FF00FF; filter: drop-shadow(0 0 8px rgba(255,0,255,.6)); opacity: .55; }
[data-theme="futuriste"].equipe-deco__icon { color: #A78BFA; filter: drop-shadow(0 0 8px rgba(167,139,250,.5)); opacity: .55; }

/* ── ÉQUIPE ──────────────────────────────────────────────────── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}
.team-card {
  background: var(--c-card);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--t);
  text-align: center;
}
.team-card:hover { transform: translateY(-4px); border-color: var(--c-border-hover); box-shadow: var(--shadow-card-hover); }
.team-card__media {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: var(--c-skeleton);
}
.team-card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.team-card:hover .team-card__media img { transform: scale(1.06); }
.team-card__body { padding: 18px 18px 22px; }
.team-card__name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--c-heading);
  margin: 0 0 4px;
}
.team-card__role {
  margin: 0 0 10px;
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-accent);
  font-weight: 700;
}
.team-card__bio {
  margin: 0;
  font-size: .88rem;
  color: var(--c-muted);
  line-height: 1.6;
}

/* ── GALERIE ──────────────────────────────────────────────────── */
.galerie-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.galerie-item {
  margin: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--c-skeleton);
  cursor: zoom-in;
  transition: transform var(--t), box-shadow var(--t);
}
.galerie-item:hover { transform: scale(1.02); box-shadow: var(--shadow-card-hover); }
.galerie-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.galerie-item:hover img { transform: scale(1.1); }

/* ── AVIS — Section retravaillée ───────────────────────────────── */
.section--avis {
  position: relative;
  overflow: hidden;
}
/* Grosses guillemets décoratives en filigrane sur les côtés */
.avis-quote-bg {
  position: absolute;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(280px, 36vw, 520px);
  font-weight: 700;
  line-height: .82;
  color: var(--c-accent);
  opacity: .055;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.avis-quote-bg--l { left: -3vw;  top: 8%; }
.avis-quote-bg--r { right: -3vw; bottom: 4%; }
.section--avis .section__inner { position: relative; z-index: 1; }

/* HERO — note globale en mise en avant */
.avis-hero {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(20px, 4vw, 40px);
  max-width: 720px;
  margin: 0 auto clamp(40px, 6vw, 64px);
  padding: clamp(24px, 4vw, 36px) clamp(28px, 5vw, 48px);
  background: linear-gradient(135deg, var(--c-card) 0%, var(--c-skeleton, #f3ead6) 100%);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 50px rgba(0,0,0,.06);
  position: relative;
}
.avis-hero::before {
  content: '';
  position: absolute;
  top: -1px; left: 12%; right: 12%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--c-border-hover, var(--c-accent)) 30%, var(--c-accent) 50%, var(--c-border-hover, var(--c-accent)) 70%, transparent);
  border-radius: 3px;
}
.avis-hero__rating {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.avis-hero__big {
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 7vw, 5rem);
  font-weight: 800;
  color: var(--c-accent);
  line-height: .95;
  letter-spacing: -.02em;
  font-feature-settings: "tnum" 1, "lnum" 1;
}
.avis-hero__sur {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 600;
  color: var(--c-muted);
}
.avis-hero__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-left: 1px solid var(--c-border);
  padding-left: clamp(20px, 3vw, 32px);
}
.avis-hero__stars {
  font-size: 1.5rem;
  color: var(--c-star);
  letter-spacing: 3px;
  line-height: 1;
}
.avis-hero__count {
  font-size: .92rem;
  color: var(--c-muted);
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}
.avis-hero__count strong {
  color: var(--c-heading);
  font-weight: 700;
  font-size: 1rem;
}
.avis-hero__src {
  font-weight: 600;
  color: var(--c-text);
}
.avis-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  background: var(--c-accent);
  color: var(--c-on-accent);
  border-radius: 100px;
  font-family: var(--font-display);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
  transform: rotate(2deg);
}
@media (max-width: 700px) {
  .avis-hero {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 18px;
  }
  .avis-hero__rating { justify-content: center; }
  .avis-hero__meta {
    border-left: none;
    border-top: 1px solid var(--c-border);
    padding-left: 0; padding-top: 18px;
    align-items: center;
  }
  .avis-hero__badge { justify-self: center; transform: none; }
}

/* Compat ancien layout (au cas où d'autres pages l'utilisent encore) */
.avis-summary {
  display: flex; align-items: baseline; justify-content: center;
  gap: 14px; margin-bottom: 40px; flex-wrap: wrap;
}
.avis-summary__big { font-family: var(--font-display); font-size: 3.6rem; font-weight: 800; color: var(--c-accent); line-height: 1; }
.avis-summary__stars { font-size: 1.4rem; color: var(--c-star); letter-spacing: 2px; }
.avis-summary__count { color: var(--c-muted); font-size: .94rem; }

/* GRILLE — 2 colonnes proprement symétriques */
.avis-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(18px, 2.5vw, 28px);
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 720px) {
  .avis-grid { grid-template-columns: 1fr; }
}

/* CARTE AVIS — typographie soignée + grand guillemet */
.avis-card {
  position: relative;
  padding: clamp(24px, 3vw, 32px) clamp(24px, 3vw, 36px);
  background: var(--c-card);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  display: flex; flex-direction: column; gap: 16px;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  overflow: hidden;
}
.avis-card::before {
  content: '\201C';
  position: absolute;
  top: -8px; left: 18px;
  font-family: var(--font-display, Georgia, serif);
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--c-accent);
  opacity: .14;
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}
.avis-card::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, transparent 0%, var(--c-accent) 30%, var(--c-accent) 70%, transparent 100%);
  opacity: 0;
  transition: opacity .35s ease;
}
.avis-card:hover {
  transform: translateY(-4px);
  border-color: var(--c-border-hover);
  box-shadow: 0 18px 40px rgba(0,0,0,.10);
}
.avis-card:hover::before { opacity: .22; transform: translateY(-2px); }
.avis-card:hover::after  { opacity: 1; }

.avis-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 1;
}
.avis-card__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-accent) 0%, var(--c-border-hover, var(--c-accent)) 100%);
  color: var(--c-on-accent);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-family: var(--font-display);
  font-size: 1.05rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
  border: 2px solid var(--c-card);
}
.avis-card__author-block {
  display: flex; flex-direction: column;
  line-height: 1.25; flex: 1; min-width: 0;
}
.avis-card__author {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--c-heading);
  font-size: 1rem;
}
.avis-card__date {
  font-size: .78rem;
  color: var(--c-muted);
  margin-top: 3px;
  letter-spacing: .02em;
}
.avis-card__stars {
  color: var(--c-star);
  letter-spacing: 2px;
  font-size: 1rem;
}
.avis-card__text {
  margin: 0;
  font-size: 1rem;
  color: var(--c-text);
  line-height: 1.75;
  font-style: italic;
  position: relative;
  z-index: 1;
}
.avis-card__text::after {
  content: '\201D';
  display: inline-block;
  margin-left: 4px;
  color: var(--c-accent);
  opacity: .35;
  font-weight: 700;
  font-style: normal;
}

/* ── CONTACT ──────────────────────────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr;
  gap: 22px;
}
.contact-card {
  padding: 26px;
  background: var(--c-card);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  transition: var(--t);
}
.contact-card:hover { border-color: var(--c-border-hover); }
.contact-card__title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--c-heading);
  margin: 0 0 16px;
  font-weight: 700;
}
.contact-card__map-head {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 14px;
}
.contact-card__map-head .contact-card__title { margin: 0; }
.contact-card__addr { margin: 0 0 14px; }
.contact-card__line { margin: 0 0 8px; }
.contact-card__line a { text-decoration: none; transition: var(--t); }
.contact-card__line a:hover { color: var(--c-accent); }
.contact-card__cta { margin: 18px 0 0; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }

.horaires-list { list-style: none; padding: 0; margin: 0; font-size: .92rem; }
.horaires-list li {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed var(--c-border);
}
.horaires-list li:last-child { border-bottom: 0; }
.horaires-list .day { color: var(--c-muted); text-transform: capitalize; }
.horaires-list .hrs { color: var(--c-text); font-weight: 500; text-align: right; }
.horaires-list .day--today { color: var(--c-accent); font-weight: 800; }
.horaires-list .hrs--today { color: var(--c-accent); font-weight: 800; }

.map-frame {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: var(--radius-sm);
  background: var(--c-skeleton);
  border: 1px solid var(--c-border);
}
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: var(--map-filter, none); }

@media (max-width: 980px) {
  .contact-grid { grid-template-columns: 1fr; }
}

/* ── OPTIONS RECAP ────────────────────────────────────────────── */
.options-recap {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}
.options-recap li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 16px 18px;
  background: var(--c-card);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  font-size: .92rem;
  transition: var(--t);
}
.options-recap li:hover { border-color: var(--c-border-hover); transform: translateY(-2px); }
.options-recap li::before {
  content: "✓";
  flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--c-accent);
  color: var(--c-on-accent);
  font-weight: 800;
  font-size: .9rem;
}

/* =================================================================
   OPT-BADGE — pastille ✨ avec hover-reveal sur l'élément parent
   ================================================================= */
.opt-badge {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--c-accent);
  color: var(--c-on-accent);
  font-size: .85em;
  cursor: help;
  position: relative;
  flex-shrink: 0;
  transition: transform var(--t), box-shadow var(--t);
  vertical-align: middle;
  box-shadow: 0 0 0 0 var(--c-accent);
  animation: badge-pulse 2.4s ease-out infinite;
}
.opt-badge::before { content: "✨"; }
.opt-badge:hover { transform: scale(1.25); animation: none; box-shadow: 0 0 0 8px transparent; }
.opt-badge--inline { width: 18px; height: 18px; font-size: .72em; margin-left: 4px; animation: none; }
@keyframes badge-pulse {
  0% { box-shadow: 0 0 0 0 var(--c-accent-glow, currentColor); }
  70% { box-shadow: 0 0 0 10px transparent; }
  100% { box-shadow: 0 0 0 10px transparent; }
}

/* Hover-reveal : quand on survole un élément avec data-option, il reçoit un cadre lumineux */
[data-option] {
  position: relative;
  transition: box-shadow .35s ease, transform .35s ease, border-color .35s ease;
}
[data-option]:hover {
  box-shadow: var(--shadow-option-hover, 0 0 0 2px var(--c-accent), 0 12px 40px rgba(0,0,0,.18));
  z-index: 5;
}
.section[data-option]:hover { box-shadow: none; }
.section[data-option]:hover .section__inner::before {
  content: attr(data-opt-section-label, "Option activée");
}

.opt-tooltip {
  position: fixed;
  z-index: 200;
  max-width: 280px;
  padding: 10px 14px;
  background: var(--c-tooltip-bg);
  color: var(--c-tooltip-text);
  border: 1px solid var(--c-tooltip-border);
  border-radius: var(--radius-sm);
  font-size: .82rem;
  line-height: 1.5;
  box-shadow: 0 16px 40px rgba(0,0,0,.5);
  pointer-events: none;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.opt-tooltip[hidden] { display: none; }
.opt-tooltip__name { font-weight: 700; }
.opt-tooltip__price {
  font-size: .72rem;
  font-weight: 800;
  color: var(--c-accent);
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* ── SOCIAL RAIL (gauche) ─────────────────────────────────────── */
.social-rail {
  position: fixed;
  left: 22px; top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  display: flex; flex-direction: column;
  align-items: center;
  gap: 16px;
}
.social-rail::before,
.social-rail::after {
  content: "";
  display: block;
  width: 1px;
  height: 64px;
  background: linear-gradient(to bottom, transparent, #F97316 50%, transparent);
  margin: 8px auto;
  opacity: .8;
}
.srail__link {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  width: 60px; height: 60px;
  border-radius: 50%;
  color: #F97316;
  background: transparent;
  border: 2px solid rgba(249,115,22,.55);
  text-decoration: none;
  overflow: hidden;
  transition: transform .25s cubic-bezier(.4,0,.2,1), box-shadow .25s, border-color .25s, color .25s;
}
.srail__link svg { width: 28px; height: 28px; }
.srail__link::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .25s;
  z-index: 0;
}
.srail__link svg { position: relative; z-index: 1; }
.srail__link--fb::before { background: linear-gradient(135deg, #1877F2 0%, #0a5fc7 100%); }
.srail__link--ig::before { background: linear-gradient(45deg, #F58529 0%, #DD2A7B 35%, #8134AF 65%, #515BD4 100%); }
.srail__link--tw::before { background: linear-gradient(135deg, #1d1d1d 0%, #000 100%); }
.srail__link:hover {
  transform: translateX(2px) scale(1.08);
  border-color: transparent;
  color: #fff;
}
.srail__link:hover::before { opacity: 1; }
.srail__link[data-social-disabled="true"] { display: none; }
.srail__badge {
  position: absolute;
  right: -6px; top: -6px;
  width: 20px; height: 20px;
  font-size: .75em;
}

@media (max-width: 720px) {
  .social-rail {
    left: 50%; top: auto; bottom: 90px;
    transform: translateX(-50%);
    flex-direction: row;
  }
  .srail__link:hover { transform: scale(1.08); }
}

/* ── WHATSAPP FAB ─────────────────────────────────────────────── */
.wa-fab {
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 90;
  width: 72px; height: 72px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  box-shadow: 0 10px 32px rgba(37,211,102,.55), 0 4px 14px rgba(0,0,0,.28);
  text-decoration: none;
  transition: transform var(--t), box-shadow var(--t);
}
.wa-fab svg { width: 34px; height: 34px; }
.wa-fab:hover { transform: scale(1.1); box-shadow: 0 14px 38px rgba(37,211,102,.7); }
.wa-fab__badge {
  position: absolute;
  top: -4px; right: -4px;
  width: 22px; height: 22px;
}
.wa-fab::after {
  content: "Discuter";
  position: absolute;
  right: 70px;
  background: rgba(0,0,0,.85);
  color: #fff;
  padding: 7px 12px;
  border-radius: 8px;
  font-size: .82rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity .25s, transform .25s;
  pointer-events: none;
}
.wa-fab:hover::after { opacity: 1; transform: translateX(0); }

/* ── POP-UP DE BIENVENUE ──────────────────────────────────────── */
.popup {
  position: fixed; inset: 0; z-index: 150;
  background: rgba(0,0,0,.55);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  backdrop-filter: blur(4px);
}
.popup[hidden] { display: none; }
.popup__panel {
  position: relative;
  max-width: 420px; width: 100%;
  background: var(--c-card);
  border: 1px solid var(--c-border-hover);
  border-radius: var(--radius-lg);
  padding: 32px 28px 28px;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0,0,0,.4);
  animation: popup-in .45s cubic-bezier(.2,.9,.3,1.2);
}
@keyframes popup-in {
  0% { opacity: 0; transform: translateY(40px) scale(.92); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
.popup__close {
  position: absolute; top: 12px; right: 12px;
  width: 32px; height: 32px;
  border-radius: 50%;
  font-size: 1.4rem;
  color: var(--c-muted);
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
}
.popup__close:hover { background: var(--c-pill-track); color: var(--c-text); }
.popup__eyebrow {
  display: block;
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--c-accent);
  font-weight: 700;
  margin-bottom: 8px;
}
.popup__title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  margin: 0 0 10px;
  color: var(--c-heading);
  font-weight: 800;
}
.popup__text { color: var(--c-muted); margin: 0 0 22px; font-size: .95rem; }
.popup__form {
  display: flex; gap: 8px; flex-wrap: wrap;
}
.popup__form input {
  flex: 1 1 200px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--c-border);
  background: var(--c-bg);
  color: var(--c-text);
  font: inherit;
}
.popup__form button {
  padding: 12px 20px;
  border-radius: 10px;
  background: var(--c-btn-primary-bg);
  color: var(--c-btn-primary-text);
  font-weight: 700;
  cursor: pointer;
}
.popup__badge { position: absolute; top: -12px; left: 50%; margin-left: -11px; }

/* ── SITE FOOTER — version complète multi-colonnes ─────────────── */
.site-footer {
  padding: clamp(48px, 7vw, 80px) var(--gutter) clamp(24px, 3vw, 36px);
  background: var(--c-footer-bg);
  color: rgba(245,230,184,.75);
  font-size: .92rem;
  line-height: 1.6;
  position: relative;
}
.site-footer__inner {
  max-width: var(--container);
  margin: 0 auto;
}

/* Bloc haut : grille 4 colonnes */
.site-footer__top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  margin-bottom: clamp(36px, 5vw, 56px);
  text-align: left;
}
@media (max-width: 920px) {
  .site-footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .site-footer__top { grid-template-columns: 1fr; }
}

/* Marque */
.site-footer__brand { display: flex; flex-direction: column; gap: 14px; }
.site-footer__logo {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none;
  color: #FFFFFF;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: .01em;
  width: fit-content;
}
.site-footer__logo-mark {
  display: flex; align-items: center; justify-content: center;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: var(--c-accent);
}
.site-footer__logo-text { color: #FFFFFF; font-style: italic; }
.site-footer__tagline {
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  color: rgba(245,230,184,.95);
  font-size: 1rem;
}
.site-footer__about {
  margin: 0;
  font-size: .9rem;
  color: rgba(245,230,184,.65);
  max-width: 320px;
  line-height: 1.65;
}
.site-footer__social {
  display: flex; gap: 10px;
  list-style: none; padding: 0; margin: 8px 0 0;
}
.site-footer__sa {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  color: rgba(245,230,184,.85);
  text-decoration: none;
  transition: background .25s ease, color .25s ease, transform .25s ease;
  border: 1px solid rgba(255,255,255,.08);
}
.site-footer__sa:hover {
  background: var(--c-accent);
  color: var(--c-on-accent, #fff);
  transform: translateY(-2px);
  border-color: transparent;
}
.site-footer__sa[data-social-disabled] { opacity: .25; pointer-events: none; }

/* Colonnes de liens */
.site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-footer__col h4 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.site-footer__col a {
  color: rgba(245,230,184,.72);
  text-decoration: none;
  font-size: .92rem;
  transition: color .2s ease, transform .2s ease;
  display: inline-block;
  width: fit-content;
}
.site-footer__col a:hover {
  color: var(--c-accent);
  transform: translateX(3px);
}

/* Colonne info — adresse + horaires */
.site-footer__addr {
  margin: 0;
  font-size: .92rem;
  color: rgba(245,230,184,.85);
  line-height: 1.6;
}
.site-footer__hours {
  margin: 14px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.site-footer__hours-label {
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(245,230,184,.6);
}
.site-footer__hours-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 100px;
  font-size: .85rem;
  color: rgba(245,230,184,.92);
  width: fit-content;
}
.site-footer__hours-pill .status-pill__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--c-status-dot-closed, #B8350F);
  box-shadow: 0 0 0 3px rgba(184,53,15,.18);
}
.site-footer__hours-pill[data-open="true"] .status-pill__dot {
  background: var(--c-status-dot-open, #2E8B57);
  box-shadow: 0 0 0 3px rgba(46,139,87,.2);
  animation: footerDotPulse 2.4s ease-in-out infinite;
}
@keyframes footerDotPulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(46,139,87,.2); }
  50%      { box-shadow: 0 0 0 6px rgba(46,139,87,0); }
}

/* Filet doré décoratif entre top et bottom */
.site-footer__rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,169,97,.45) 30%, rgba(201,169,97,.45) 70%, transparent);
  margin-bottom: 20px;
}

/* Bloc bas */
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: .85rem;
  color: rgba(245,230,184,.55);
}
.site-footer__copy { margin: 0; }
.site-footer__copy strong { color: rgba(245,230,184,.85); font-weight: 600; }
.site-footer__credit { margin: 0; }
.site-footer__credit a {
  color: rgba(245,230,184,.85);
  text-decoration: none;
  font-weight: 600;
  transition: color .2s ease;
}
.site-footer__credit a:hover { color: var(--c-accent); }
.site-footer__credit span { margin: 0 6px; opacity: .5; }

@media (max-width: 540px) {
  .site-footer__bottom { flex-direction: column; align-items: flex-start; }
}

/* ── HIDE OPTIONS NON ACTIVÉES ───────────────────────────────── */
[data-option][data-opt-disabled="true"] { display: none !important; }

/* ── BOOKING MODAL ─────────────────────────────────────────────
   Modale de réservation (date / heure / personnes / contact).
   Utilise <dialog> natif — backdrop géré par le navigateur. */
.booking-modal {
  border: 0;
  padding: 0;
  background: transparent;
  max-width: 640px;
  width: calc(100vw - 32px);
  border-radius: 16px;
  color: var(--c-fg, #1a1a1a);
}
.booking-modal::backdrop {
  background: rgba(0, 0, 0, .65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.booking-modal[open] {
  animation: bkIn .25s cubic-bezier(.2,.9,.3,1);
}
@keyframes bkIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0);    }
}

.booking-modal__panel {
  background: var(--c-bg, #fff);
  border: 1px solid var(--c-border, rgba(0,0,0,.08));
  border-radius: 16px;
  padding: 28px 30px 24px;
  position: relative;
  box-shadow: 0 24px 60px rgba(0,0,0,.4);
}
.booking-modal__close {
  position: absolute;
  top: 14px; right: 14px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--c-bg-2, #f5f5f5);
  border: 1px solid var(--c-border, rgba(0,0,0,.08));
  color: var(--c-fg, #1a1a1a);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s, background .2s;
}
.booking-modal__close:hover {
  transform: rotate(90deg);
  background: var(--c-accent, #c9a04b);
  color: #fff;
}

.booking-modal__header {
  margin-bottom: 22px;
  padding-right: 36px;
}
.booking-modal__eyebrow {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--c-accent, #c9a04b);
  margin-bottom: 6px;
}
.booking-modal__title {
  font-family: var(--c-font-h, inherit);
  font-size: 1.6rem;
  margin: 0 0 6px;
  line-height: 1.15;
}
.booking-modal__title em {
  font-style: italic;
  color: var(--c-accent, #c9a04b);
}
.booking-modal__sub {
  font-size: .9rem;
  color: var(--c-muted, rgba(0,0,0,.6));
  margin: 0;
}

.booking-modal__body { display: flex; flex-direction: column; gap: 14px; margin-bottom: 22px; }
.booking-modal__row {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
}
.booking-modal__row > .booking-modal__field { min-width: 0; }
.booking-modal__field { display: flex; flex-direction: column; gap: 6px; }
.booking-modal__field label {
  font-size: .8rem;
  font-weight: 600;
  color: var(--c-fg, #1a1a1a);
}
.booking-modal__opt { color: var(--c-muted, rgba(0,0,0,.45)); font-weight: 400; font-size: .75em; }
.booking-modal__field input,
.booking-modal__field select,
.booking-modal__field textarea {
  font: inherit;
  font-size: .95rem;
  padding: 10px 12px;
  border: 1px solid var(--c-border, rgba(0,0,0,.15));
  border-radius: 8px;
  background: var(--c-bg, #fff);
  color: var(--c-fg, #1a1a1a);
  transition: border-color .15s, box-shadow .15s;
}
.booking-modal__field input:focus,
.booking-modal__field select:focus,
.booking-modal__field textarea:focus {
  outline: none;
  border-color: var(--c-accent, #c9a04b);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--c-accent, #c9a04b) 22%, transparent);
}

.booking-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--c-border, rgba(0,0,0,.08));
}

/* Confirmation post-submit */
.booking-modal__success {
  text-align: center;
  padding: 48px 30px 36px;
}
.booking-modal__success-icon {
  display: inline-flex;
  width: 64px; height: 64px;
  border-radius: 50%;
  background: color-mix(in srgb, #16a34a 15%, var(--c-bg, #fff));
  color: #16a34a;
  font-size: 2rem;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  box-shadow: 0 0 0 6px color-mix(in srgb, #16a34a 8%, transparent);
}
.booking-modal__success h3 {
  font-family: var(--c-font-h, inherit);
  font-size: 1.4rem;
  margin: 0 0 8px;
}
.booking-modal__success p {
  color: var(--c-muted, rgba(0,0,0,.6));
  margin: 0 auto 24px;
  max-width: 400px;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .booking-modal__panel { padding: 22px 20px 20px; }
  .booking-modal__row { grid-template-columns: 1fr; }
  .booking-modal__title { font-size: 1.35rem; }
  .booking-modal__footer { flex-direction: column-reverse; }
  .booking-modal__footer .btn { width: 100%; }
}

/* ================================================================
   FORMULAIRE DE CONTACT — utilise les tokens --c-* du template
   ================================================================ */
.contact-form {
  max-width: 720px;
  margin: 32px auto 0;
  background: var(--c-card);
  border: 1px solid var(--c-border);
  border-radius: 18px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--c-text);
}
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-form__label {
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--c-heading);
}
.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
  font-family: inherit;
  font-size: .95rem;
  color: var(--c-heading);
  background: rgba(255,255,255,.06);
  border: 1.5px solid var(--c-border);
  border-radius: 10px;
  padding: 11px 14px;
  width: 100%;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
}
.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
  color: var(--c-muted);
  opacity: .85;
}
.contact-form__field input:focus,
.contact-form__field select:focus,
.contact-form__field textarea:focus {
  border-color: var(--c-accent);
  box-shadow: 0 0 0 3px var(--c-accent-glow, rgba(34,211,238,.25));
}
.contact-form__field textarea { resize: vertical; min-height: 120px; }

/* Neutralise le fond auto-rempli de Chrome qui force du crème/bleu */
.contact-form__field input:-webkit-autofill,
.contact-form__field input:-webkit-autofill:hover,
.contact-form__field input:-webkit-autofill:focus,
.contact-form__field textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--c-card) inset !important;
  -webkit-text-fill-color: var(--c-text) !important;
  caret-color: var(--c-accent);
  transition: background-color 5000s ease-in-out 0s;
}
.contact-form__field input.invalid,
.contact-form__field select.invalid,
.contact-form__field textarea.invalid {
  border-color: #FF4D8B;
  box-shadow: 0 0 0 3px rgba(255,77,139,.25);
}
.contact-form__check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: .85rem;
  line-height: 1.55;
  color: var(--c-text);
  cursor: pointer;
}
.contact-form__check.invalid { color: #FF4D8B; }
.contact-form__check input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--c-accent);
}
.contact-form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.contact-form__hint {
  font-size: .8rem;
  color: var(--c-muted);
}
.contact-form__success {
  background: rgba(0, 255, 178, .10);
  border: 1px solid rgba(0, 255, 178, .45);
  border-radius: 12px;
  padding: 16px 18px;
  color: var(--c-heading);
}
.contact-form__success strong { color: #00FFB2; font-size: 1rem; }
.contact-form__success p { margin: 4px 0 0; font-size: .88rem; color: var(--c-muted); }

/* ── Variantes par thème ── */

/* CLASSIQUE — formulaire papier sur fond crème */
[data-theme="classique"] .contact-form {
  background: #FFFFFF;
  border-color: rgba(43,30,24,.12);
  box-shadow: 0 8px 32px rgba(43,30,24,.08);
}
[data-theme="classique"] .contact-form__field input,
[data-theme="classique"] .contact-form__field select,
[data-theme="classique"] .contact-form__field textarea {
  background: #FBF6EE;
  color: #2C1F18;
  border-color: rgba(43,30,24,.14);
}
[data-theme="classique"] .contact-form__field input::placeholder,
[data-theme="classique"] .contact-form__field textarea::placeholder {
  color: rgba(43,30,24,.45);
}
[data-theme="classique"] .contact-form__label { color: #2C1F18; }
[data-theme="classique"] .contact-form__check  { color: #5B4B3E; }
[data-theme="classique"] .contact-form__hint   { color: #8B7B6E; }
[data-theme="classique"] .contact-form__success {
  background: rgba(16,185,129,.08);
  border-color: rgba(16,185,129,.30);
  color: #2C1F18;
}
[data-theme="classique"] .contact-form__success strong { color: #047857; }
[data-theme="classique"] .contact-form__success p { color: #5B4B3E; }

/* 80s — néon magenta/cyan */
[data-theme="80s"] .contact-form {
  background: rgba(15, 0, 35, .85);
  border: 2px solid #FF00FF;
  box-shadow: 0 0 24px rgba(255, 0, 255, .35), inset 0 0 18px rgba(255, 0, 255, .12);
}
[data-theme="80s"] .contact-form__label {
  color: #00FFFF;
  font-family: "VT323", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .95rem;
}
[data-theme="80s"] .contact-form__field input,
[data-theme="80s"] .contact-form__field select,
[data-theme="80s"] .contact-form__field textarea {
  background: rgba(0, 0, 30, .65);
  border-color: rgba(255, 0, 255, .55);
  color: #FFE6FA;
}
[data-theme="80s"] .contact-form__field input::placeholder,
[data-theme="80s"] .contact-form__field textarea::placeholder {
  color: rgba(255, 182, 255, .55);
}
[data-theme="80s"] .contact-form__field input:focus,
[data-theme="80s"] .contact-form__field select:focus,
[data-theme="80s"] .contact-form__field textarea:focus {
  border-color: #00FFFF;
  box-shadow: 0 0 0 3px rgba(0, 255, 255, .25);
}
[data-theme="80s"] .contact-form__check { color: #FFB6FF; }
[data-theme="80s"] .contact-form__hint  { color: #FFD000; font-family: "VT323", monospace; letter-spacing: .06em; }

/* FUTURISTE — texte clair garanti, glow cyan/violet */
[data-theme="futuriste"] .contact-form {
  background: rgba(3, 6, 26, .55);
  border-color: rgba(34, 211, 238, .35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .55), 0 0 28px rgba(34, 211, 238, .18);
}
[data-theme="futuriste"] .contact-form__label {
  color: #FFFFFF;
  font-family: "Orbitron", sans-serif;
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
[data-theme="futuriste"] .contact-form__field input,
[data-theme="futuriste"] .contact-form__field select,
[data-theme="futuriste"] .contact-form__field textarea {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(34, 211, 238, .35);
  color: #FFFFFF;
}
[data-theme="futuriste"] .contact-form__field input::placeholder,
[data-theme="futuriste"] .contact-form__field textarea::placeholder {
  color: rgba(226, 232, 240, .50);
}
[data-theme="futuriste"] .contact-form__field input:focus,
[data-theme="futuriste"] .contact-form__field select:focus,
[data-theme="futuriste"] .contact-form__field textarea:focus {
  border-color: #22D3EE;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, .25), 0 0 18px rgba(34, 211, 238, .35);
}
[data-theme="futuriste"] .contact-form__check { color: #C2D6F2; }
[data-theme="futuriste"] .contact-form__hint  { color: #22D3EE; font-family: "Orbitron", sans-serif; font-size: .72rem; letter-spacing: .1em; }
[data-theme="futuriste"] .contact-form select option { background: #03061a; color: #FFFFFF; }

@media (max-width: 600px) {
  .contact-form { padding: 22px 18px; }
  .contact-form__row { grid-template-columns: 1fr; }
  .contact-form__actions { flex-direction: column; align-items: stretch; }
  .contact-form__actions .btn { width: 100%; }
}
