/*
Theme Name: Elevate Premium Fitness
Theme URI: https://elevate-fitness.fr
Author: Atlas Stratégie
Description: Thème sur mesure Elevate Premium Fitness. v0.3 : page d'accueil éditable en blocs natifs via la page Accueil.
Version: 2.2.2
Requires at least: 6.5
Requires PHP: 8.1
License: Proprietary
Text Domain: elevate
*/
/* ============================================================
   ELEVATE — Design System v2
   Luxe organique · sans serif · grain · formes fluides
   ============================================================ */



:root {
  /* Colors */
  --c-bg: #08080A;
  --c-bg-warm: #08080A; /* unifié : noir lisse partout */
  --c-bg-elev-1: #111114;
  --c-bg-elev-2: #1A1A1E;
  --c-bg-elev-3: #25252A;
  --c-line: rgba(255, 255, 255, 0.07);
  --c-line-strong: rgba(255, 255, 255, 0.14);

  --c-gold: #D4A857;
  --c-gold-soft: #E8CFA0;
  --c-gold-deep: #9A7B3B;
  --c-gold-glow: rgba(212, 168, 87, 0.16);
  --c-bronze: #A87B4E;

  --c-white: #FCFAF6;
  --c-off:   #EBE6DA;
  --c-text: #ECEAE4;
  --c-text-muted: #9B9AA2;
  --c-text-dim: #6A6A72;

  --c-success: #5DD3A8;
  --c-danger:  #E5736E;
  --c-rose:    #C98B85;

  /* Type */
  --ff-display: 'Poppins', system-ui, sans-serif;
  --ff-body:    'Poppins', system-ui, sans-serif;

  /* Sizing */
  --container: 1280px;
  --container-narrow: 920px;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --radius-xl: 40px;
  --radius-pill: 999px;

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast: 180ms;
  --dur: 320ms;
  --dur-slow: 700ms;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.4);
  --shadow:    0 24px 80px -20px rgba(0,0,0,0.6), 0 4px 12px rgba(0,0,0,0.45);
  --shadow-gold: 0 20px 80px -16px rgba(212, 168, 87, 0.32);

  /* Grain (subtle SVG noise) */
  --grain-url: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* ============================================================
   RESET
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--c-bg);
  color: var(--c-text);
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.62;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, video, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }

/* Body-level grain */
body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: var(--grain-url);
  background-size: 200px 200px;
  opacity: 0.05;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}

/* ============================================================
   TYPOGRAPHY  (Outfit display + Inter body, all sans)
   ============================================================ */
h1, h2, h3, h4 {
  font-family: var(--ff-display);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 0 0 0.5em;
  color: var(--c-white);
}
h1 {
  font-size: clamp(3rem, 8vw, 7.4rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.05em;
}
h2 {
  font-size: clamp(2.2rem, 4.6vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}
h3 {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -0.025em;
}
h4 { font-size: 1.2rem; font-weight: 600; letter-spacing: -0.01em; }

/* Emphasis variants — replace italic with weight contrast */
.thin { font-weight: 250; }
.heavy { font-weight: 700; }
.fade { color: var(--c-text-muted); }
.gold { color: var(--c-gold); }
.gold-soft { color: var(--c-gold-soft); }

p { margin: 0 0 1em; color: var(--c-text-muted); line-height: 1.68; }
p.lead {
  font-size: clamp(1.05rem, 1.3vw, 1.22rem);
  color: var(--c-off);
  font-weight: 300;
  max-width: 56ch;
  line-height: 1.55;
}

.eyebrow {
  font-family: var(--ff-body);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--c-gold);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: '';
  width: 34px; height: 1px;
  background: linear-gradient(90deg, var(--c-gold), transparent);
}
.eyebrow.center::after {
  content: '';
  width: 34px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--c-gold));
}
.eyebrow.center { justify-content: center; }

/* ============================================================
   LAYOUT
   ============================================================ */
.container { width: 100%; max-width: var(--container); padding: 0 28px; margin: 0 auto; position: relative; z-index: 2; }
.container--narrow { max-width: var(--container-narrow); }

section { padding: clamp(52px, 7vw, 84px) 0; position: relative; z-index: 1; }
section.tight { padding: clamp(40px, 6vw, 80px) 0; }

.grid { display: grid; gap: 24px; }
.g2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.g3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.g4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

.flex { display: flex; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.gap-s { gap: 8px; } .gap-m { gap: 16px; } .gap-l { gap: 32px; }

/* ============================================================
   ORGANIC SHAPES
   ============================================================ */
.organic-1 { border-radius: 62% 38% 56% 44% / 44% 56% 38% 62%; }
.organic-2 { border-radius: 42% 58% 64% 36% / 58% 42% 64% 36%; }
.organic-3 { border-radius: 70% 30% 50% 50% / 38% 62% 50% 50%; }
.organic-4 { border-radius: 50% 50% 36% 64% / 64% 36% 50% 50%; }

/* Blobs */
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.blob--gold { background: radial-gradient(circle, var(--c-gold-glow), transparent 70%); }
.blob--warm { background: radial-gradient(circle, rgba(168, 123, 78, 0.4), transparent 70%); }
.blob--rose { background: radial-gradient(circle, rgba(201, 139, 133, 0.22), transparent 70%); }
.blob--green { background: radial-gradient(circle, rgba(93, 211, 168, 0.16), transparent 70%); }

/* ============================================================
   IMAGE PLACEHOLDERS (intentional, no dashed border)
   ============================================================ */
.ph {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 25%, rgba(212, 168, 87, 0.18), transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(168, 123, 78, 0.14), transparent 55%),
    linear-gradient(140deg, #1A1813 0%, #232024 50%, #161519 100%);
}
.ph::before {
  content: '';
  position: absolute; inset: 0;
  background-image: var(--grain-url);
  background-size: 220px 220px;
  opacity: 0.12;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.ph::after {
  content: 'IMG';
  position: absolute; bottom: 14px; left: 16px;
  font-size: 0.62rem; letter-spacing: 0.32em; font-weight: 500;
  color: rgba(255, 255, 255, 0.18);
  font-family: var(--ff-body);
}
.ph--photo::after { content: 'PHOTO'; }
.ph--portrait::after { content: 'PORTRAIT'; }
.ph--club::after { content: 'CLUB'; }
.ph--lifestyle::after { content: 'LIFESTYLE'; }
.ph--detail::after { content: 'DÉTAIL'; }
.ph--cool {
  background:
    radial-gradient(circle at 30% 25%, rgba(93, 211, 168, 0.14), transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(58, 142, 196, 0.10), transparent 55%),
    linear-gradient(140deg, #131516 0%, #1A2023 50%, #131618 100%);
}
.ph--rose {
  background:
    radial-gradient(circle at 30% 25%, rgba(201, 139, 133, 0.20), transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(168, 90, 90, 0.12), transparent 55%),
    linear-gradient(140deg, #1B1416 0%, #1F1818 50%, #15110F 100%);
}
.ph--warm {
  background:
    radial-gradient(circle at 30% 25%, rgba(212, 168, 87, 0.22), transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(154, 123, 59, 0.14), transparent 55%),
    linear-gradient(140deg, #1C1814 0%, #221C16 50%, #181410 100%);
}
.ph .ph-icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 80px; height: 80px;
  color: rgba(212, 168, 87, 0.28);
}
.ph .ph-icon svg { width: 100%; height: 100%; }
.ph .ph-corner {
  position: absolute;
  font-family: var(--ff-display);
  font-size: 0.66rem;
  letter-spacing: 0.32em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.32);
  top: 14px; right: 16px;
  text-transform: uppercase;
}
.ph.no-tag::after { display: none; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: var(--radius-pill);
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0;
  transition: all var(--dur) var(--ease);
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn--primary {
  background: linear-gradient(135deg, var(--c-gold-soft), var(--c-gold) 60%, var(--c-gold-deep));
  color: #FFFFFF;
  box-shadow: var(--shadow-gold);
}
.btn--primary:hover { transform: translateY(-2px); filter: brightness(1.06); }
.btn--ghost {
  background: rgba(255, 255, 255, 0.02);
  color: var(--c-white);
  border-color: var(--c-line-strong);
  backdrop-filter: blur(8px);
}
.btn--ghost:hover { border-color: var(--c-gold); color: var(--c-gold); background: rgba(212, 168, 87, 0.04); }
.btn--gold-line {
  background: transparent;
  border-color: var(--c-gold);
  color: var(--c-gold);
}
.btn--gold-line:hover { background: var(--c-gold); color: #1A1408; }
.btn--sm { padding: 9px 18px; font-size: 0.84rem; }
.btn--lg { padding: 19px 36px; font-size: 1rem; }
.btn .arrow { display: inline-block; transition: transform var(--dur) var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

/* ============================================================
   HEADER / NAV — pill island, fond crème, flottante
   ============================================================ */
.site-header {
  position: fixed;
  top: 18px;
  left: 0; right: 0;
  z-index: 100;
  padding: 0 24px;
  pointer-events: none;
  transition: top var(--dur) var(--ease);
}
.site-header .container { pointer-events: auto; padding: 0; }
.site-header.scrolled { top: 10px; }

.nav-island {
  background: rgba(252, 250, 246, 0.92);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  color: #0A0A0B;
  border-radius: 60px;
  padding: 9px 9px 9px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 22px 50px -14px rgba(0, 0, 0, 0.5), 0 4px 12px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.45);
  position: relative;
}
.site-header.scrolled .nav-island {
  background: rgba(252, 250, 246, 0.96);
}

.nav-island .logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-family: var(--ff-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.38em;
  color: #0A0A0B;
  text-transform: uppercase;
  flex-shrink: 0;
  line-height: 1;
}
.nav-island .logo .mark { display: inline-block; transform: scaleX(-1); margin-left: 2px; }
.nav-island .logo .logo-img {
  height: 34px;
  width: auto;
  max-width: 180px;
  display: block;
  object-fit: contain;
}
.site-header.scrolled .nav-island .logo .logo-img { height: 30px; transition: height var(--dur) var(--ease); }
.site-footer .logo .logo-img {
  height: 30px;
  width: auto;
  max-width: 200px;
  display: block;
  object-fit: contain;
}

.nav-island .nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  justify-content: center;
}
.nav-island .nav-links a {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(10, 10, 11, 0.7);
  border-radius: var(--radius-pill);
  transition: color var(--dur) var(--ease), background var(--dur) var(--ease);
  white-space: nowrap;
}
.nav-island .nav-links a:hover { color: #0A0A0B; background: rgba(10, 10, 11, 0.05); }
.nav-island .nav-links a.active { color: #8B6A2E; background: rgba(212, 168, 87, 0.14); }

.nav-island .nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.nav-island .lang-switch {
  display: inline-flex;
  align-items: center;
  background: rgba(10, 10, 11, 0.06);
  border: 1px solid rgba(10, 10, 11, 0.08);
  border-radius: var(--radius-pill);
  padding: 3px;
  backdrop-filter: none;
}
.nav-island .lang-switch button {
  padding: 6px 11px;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(10, 10, 11, 0.55);
  border-radius: var(--radius-pill);
  letter-spacing: 0.08em;
  transition: all var(--dur) var(--ease);
}
.nav-island .lang-switch button.active {
  background: #0A0A0B;
  color: var(--c-gold-soft);
}

.signin-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0A0A0B;
  color: var(--c-gold);
  transition: all var(--dur) var(--ease);
  border: 0;
  position: relative;
  flex-shrink: 0;
}
.signin-icon:hover {
  background: #1A1408;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px -6px rgba(212, 168, 87, 0.6);
}
.signin-icon svg { width: 18px; height: 18px; }
.signin-icon.signed::after {
  content: '';
  position: absolute;
  top: 4px; right: 4px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--c-success);
  border: 2px solid rgba(252, 250, 246, 1);
}

.hamburger-island {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(10, 10, 11, 0.1);
  background: rgba(10, 10, 11, 0.04);
  display: none;
  align-items: center; justify-content: center;
}
.hamburger-island span {
  display: block; width: 16px; height: 1.5px; background: #0A0A0B; position: relative;
}
.hamburger-island span::before, .hamburger-island span::after {
  content: ''; position: absolute; left: 0;
  width: 16px; height: 1.5px;
  background: #0A0A0B;
  transition: transform var(--dur) var(--ease);
}
.hamburger-island span::before { top: -6px; }
.hamburger-island span::after  { top: 6px; }

@media (max-width: 1080px) {
  .nav-island .nav-links a { padding: 8px 10px; font-size: 0.84rem; }
}
@media (max-width: 940px) {
  .nav-island { padding: 9px 9px 9px 22px; }
  .nav-island .nav-links { display: none; }
  .hamburger-island { display: inline-flex; }
  .nav-island .nav-links.open {
    display: flex; flex-direction: column;
    position: absolute; top: calc(100% + 10px); left: 0; right: 0;
    background: rgba(252, 250, 246, 0.96);
    backdrop-filter: blur(22px);
    padding: 16px;
    gap: 2px;
    border-radius: 28px;
    box-shadow: 0 22px 50px -14px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.06);
  }
  .nav-island .nav-links.open a { padding: 12px 16px; font-size: 0.98rem; justify-content: flex-start; }
}

/* ============================================================
   FOOTER — fond clair, texte foncé
   ============================================================ */
.site-footer {
  background: var(--c-white); /* crème clair #FCFAF6 */
  color: #0A0A0B;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 100px 0 36px;
  position: relative;
  overflow: hidden;
}
.site-footer .blob {
  top: -40%; left: 30%; width: 700px; height: 700px;
  opacity: 0.15; /* discret sur fond clair */
}
.site-footer .blob--gold {
  background: radial-gradient(circle, rgba(212, 168, 87, 0.5), transparent 70%);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  gap: 40px;
  position: relative;
}
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-col h5 {
  font-family: var(--ff-body);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #0A0A0B;
  margin: 0 0 20px;
}
.footer-col a, .footer-col p {
  color: rgba(10, 10, 11, 0.62);
  margin: 6px 0;
  font-size: 0.92rem;
  display: block;
  transition: color var(--dur) var(--ease);
}
.footer-col a:hover { color: var(--c-gold-deep); }
.footer-bottom {
  margin-top: 70px;
  padding-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px;
  font-size: 0.82rem;
  color: rgba(10, 10, 11, 0.45);
}
/* Fallback texte du logo dans le footer (si le PNG manque) */
.site-footer .logo .logo-text { color: #0A0A0B; }

/* ============================================================
   CARDS
   ============================================================ */
.card {
  background: var(--c-bg-elev-1);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
  padding: 30px;
  transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease), background var(--dur) var(--ease);
  position: relative;
  overflow: hidden;
}
.card:hover { transform: translateY(-4px); border-color: var(--c-line-strong); background: var(--c-bg-elev-2); }
.card--media { padding: 0; overflow: hidden; }
.card--media .card-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--c-bg-elev-2);
}
.card--media .card-body { padding: 24px 26px 28px; }

.icon-disc {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: radial-gradient(circle, rgba(212, 168, 87, 0.22), rgba(212, 168, 87, 0.04));
  color: var(--c-gold);
  margin-bottom: 18px;
  border: 1px solid var(--c-gold-glow);
}
.icon-disc svg { width: 24px; height: 24px; }

/* ============================================================
   FORMS
   ============================================================ */
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.field label {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--c-text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.input, .textarea, .select {
  width: 100%;
  padding: 13px 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  color: var(--c-text);
  font-size: 0.92rem;
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
}
.input:focus, .textarea:focus, .select:focus {
  outline: none;
  border-color: var(--c-line-strong);
  background: rgba(255, 255, 255, 0.035);
}
.textarea { resize: vertical; min-height: 130px; }
/* Select minimaliste : petit chevron stroke discret, pas de flèche dorée pleine */
.select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A6A29B' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px 14px;
  padding-right: 38px;
  cursor: pointer;
}
.select:hover {
  border-color: var(--c-line-strong);
}
/* Date input minimaliste */
input[type="date"], input[type="time"] {
  color-scheme: dark;
  cursor: pointer;
}

.choice-grid { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.choice {
  display: flex; align-items: center; gap: 14px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  cursor: pointer;
  transition: all var(--dur) var(--ease);
}
.choice:hover { border-color: var(--c-line-strong); background: rgba(255,255,255,0.03); }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice .bullet {
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 1.5px solid var(--c-line-strong);
  flex: 0 0 22px;
  position: relative;
  transition: all var(--dur) var(--ease);
}
.choice .bullet::after {
  content: ''; position: absolute; inset: 4px;
  border-radius: 50%; background: var(--c-gold);
  opacity: 0; transform: scale(0.4);
  transition: all var(--dur) var(--ease);
}
.choice.selected { border-color: var(--c-gold); background: rgba(212, 168, 87, 0.06); }
.choice.selected .bullet { border-color: var(--c-gold); }
.choice.selected .bullet::after { opacity: 1; transform: scale(1); }
.choice .label { font-weight: 500; color: var(--c-text); }
.choice .desc { color: var(--c-text-dim); font-size: 0.84rem; margin-top: 2px; }

/* Pill chips */
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 16px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--c-line);
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--c-text-muted);
  transition: all var(--dur) var(--ease);
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.2;
}
.chip:hover { border-color: var(--c-line-strong); color: var(--c-text); }
.chip.active { background: var(--c-gold); color: #1A1408; border-color: var(--c-gold); }
.chip svg { width: 14px; height: 14px; flex-shrink: 0; }
.chip > span { display: inline-flex; align-items: center; }

/* ============================================================
   BADGES & TAGS
   ============================================================ */
.tag {
  display: inline-block;
  padding: 5px 12px;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
  background: rgba(212, 168, 87, 0.1);
  color: var(--c-gold);
  border: 1px solid var(--c-gold-glow);
}
.tag--neutral { background: rgba(255,255,255,0.04); color: var(--c-text-muted); border-color: var(--c-line); }
.tag--success { background: rgba(93, 211, 168, 0.1); color: var(--c-success); border-color: rgba(93, 211, 168, 0.2); }
.tag--rose    { background: rgba(229, 115, 110, 0.1); color: var(--c-danger); border-color: rgba(229, 115, 110, 0.2); }

/* ============================================================
   TABS / TAB PANELS
   ============================================================ */
.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 36px; }
.tab {
  padding: 12px 22px;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--c-line);
  color: var(--c-text-muted);
  font-family: var(--ff-display);
  font-size: 0.95rem;
  font-weight: 400;
  transition: all var(--dur) var(--ease);
  cursor: pointer;
}
.tab:hover { color: var(--c-white); border-color: var(--c-line-strong); }
.tab.active {
  background: linear-gradient(135deg, var(--c-gold-soft), var(--c-gold));
  color: #1A1408; border-color: transparent;
}
.tab-panel { display: none; animation: fadeUp var(--dur-slow) var(--ease-out); }
.tab-panel.active { display: block; }

/* ============================================================
   SCHEDULE / CALENDAR
   ============================================================ */
.schedule {
  background: var(--c-bg-elev-1);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
  padding: 8px;
  overflow: hidden;
}
.schedule-head {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: var(--c-bg-elev-2);
  border-radius: var(--radius);
  padding: 18px 0;
  position: sticky; top: 0;
  gap: 4px;
}
.schedule-head > div {
  padding: 0 14px;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-text-muted);
  text-align: center;
}
.schedule-head .day-number {
  display: block;
  font-family: var(--ff-display);
  font-size: 1.6rem;
  color: var(--c-white);
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-top: 6px;
}
.schedule-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  padding-top: 6px;
}
/* "Sem." cell masquée — la grille n'a plus de colonne d'index à gauche */
.schedule-grid .hour-cell { display: none; }
.schedule-grid .day-col {
  padding: 10px 8px;
  min-height: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.schedule-grid .day-col + .day-col {
  border-left: 1px solid var(--c-line);
}
.event {
  background: linear-gradient(135deg, rgba(212, 168, 87, 0.18), rgba(212, 168, 87, 0.07));
  border: 1px solid var(--c-gold-glow);
  border-left: 3px solid var(--c-gold);
  border-radius: 10px;
  padding: 11px 13px;
  cursor: pointer;
  transition: all var(--dur) var(--ease);
  width: 100%;
  text-align: left;
}
.event:hover {
  background: linear-gradient(135deg, rgba(212, 168, 87, 0.32), rgba(212, 168, 87, 0.14));
  transform: translateY(-1px);
}
.event .e-title {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--c-white);
  margin-bottom: 4px;
  font-family: var(--ff-display);
  letter-spacing: -0.01em;
}
.event .e-meta {
  font-size: 0.74rem;
  color: var(--c-text-muted);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  line-height: 1.4;
}
.event--full { opacity: 0.5; cursor: not-allowed; }
.event--booked {
  background: linear-gradient(135deg, rgba(93, 211, 168, 0.18), rgba(93, 211, 168, 0.07));
  border-color: rgba(93, 211, 168, 0.3);
  border-left-color: var(--c-success);
}

@media (max-width: 1200px) {
  .schedule-head, .schedule-grid { grid-template-columns: repeat(7, 1fr); }
}
@media (max-width: 880px) {
  .schedule { overflow-x: auto; }
  .schedule-head, .schedule-grid { grid-template-columns: repeat(7, 140px); min-width: 980px; }
}

/* ============================================================
   MODAL
   ============================================================ */
.modal-backdrop {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(10px);
  z-index: 200;
  display: none;
  align-items: center; justify-content: center;
  padding: 20px;
  animation: fadeIn var(--dur) var(--ease);
}
.modal-backdrop.open { display: flex; }
.modal {
  background: var(--c-bg-elev-1);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
  max-width: 560px;
  width: 100%;
  padding: 40px;
  position: relative;
  animation: fadeUp var(--dur-slow) var(--ease-out);
}
.modal-close {
  position: absolute; top: 18px; right: 18px;
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--c-line);
  color: var(--c-text-muted);
}
.modal-close:hover { border-color: var(--c-gold); color: var(--c-gold); }

/* ============================================================
   PROGRESS
   ============================================================ */
.progress { display: flex; gap: 6px; margin-bottom: 40px; }
.progress .step { flex: 1; height: 3px; border-radius: 3px; background: var(--c-line); position: relative; overflow: hidden; }
.progress .step.done { background: var(--c-gold); }
.progress .step.current { background: linear-gradient(90deg, var(--c-gold) 50%, var(--c-line) 50%); }

/* ============================================================
   PRICING
   ============================================================ */
.price-card {
  position: relative;
  padding: 38px 34px;
  background: var(--c-bg-elev-1);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
  display: flex; flex-direction: column;
  transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease);
  overflow: hidden;
}
.price-card:hover { transform: translateY(-6px); }
.price-card.featured {
  border-color: var(--c-gold);
  background: linear-gradient(180deg, rgba(212, 168, 87, 0.06), var(--c-bg-elev-1));
}
.price-card.featured::before {
  content: 'Le plus choisi';
  position: absolute; top: -12px; left: 34px;
  background: var(--c-gold); color: #1A1408;
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.price-card h3 { font-family: var(--ff-display); font-size: 1.12rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; }
.price-card .amount { font-family: var(--ff-display); font-size: 3.8rem; font-weight: 250; color: var(--c-white); line-height: 1; margin: 18px 0 6px; letter-spacing: -0.04em; }
.price-card .amount .currency { font-size: 1.6rem; vertical-align: top; margin-right: 4px; color: var(--c-gold); font-weight: 300; }
.price-card .period { font-size: 0.86rem; color: var(--c-text-dim); }
.price-card ul { list-style: none; padding: 0; margin: 28px 0; }
.price-card li { padding: 10px 0; font-size: 0.94rem; color: var(--c-text); display: flex; gap: 12px; align-items: flex-start; line-height: 1.4; }
.price-card li::before { content: '✓'; color: var(--c-gold); font-weight: 700; }
.price-card li.muted { color: var(--c-text-dim); }
.price-card li.muted::before { content: '—'; color: var(--c-text-dim); }
.price-card .btn { margin-top: auto; }

/* ============================================================
   CLUB TILE
   ============================================================ */
.club-tile {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  transition: transform var(--dur) var(--ease);
  cursor: pointer;
  display: block;
}
.club-tile:hover { transform: translateY(-6px); }
.club-tile .bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.club-tile .gradient {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.85));
}
.club-tile .info {
  position: absolute; inset: 0;
  padding: 28px;
  display: flex; flex-direction: column; justify-content: flex-end;
  color: var(--c-white);
}
.club-tile .info h3 {
  font-size: 1.8rem; margin-bottom: 4px;
  font-weight: 350;
}
.club-tile .info p { color: rgba(255,255,255,0.78); margin: 0; font-size: 0.9rem; }
.club-tile .badge {
  position: absolute; top: 18px; right: 18px;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.16);
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ============================================================
   STEP CONTENT (formulaire)
   ============================================================ */
.step-content { animation: fadeUp var(--dur-slow) var(--ease-out); }
.step-content h2 { margin-bottom: 16px; }

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.reveal { opacity: 0; transform: translateY(28px); transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out); }
.reveal.in { opacity: 1; transform: translateY(0); }
.float-slow { animation: float 6s ease-in-out infinite; }

/* Marquee */
.marquee {
  display: flex; gap: 60px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}
.marquee-track {
  display: flex; gap: 60px;
  animation: marquee 70s linear infinite;
  white-space: nowrap;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   UTILITY
   ============================================================ */
.text-center { text-align: center; }
.mt-s { margin-top: 12px; } .mt-m { margin-top: 24px; } .mt-l { margin-top: 48px; } .mt-xl { margin-top: 80px; }
.mb-s { margin-bottom: 12px; } .mb-m { margin-bottom: 24px; } .mb-l { margin-bottom: 48px; } .mb-xl { margin-bottom: 80px; }
.hidden { display: none !important; }
.full { width: 100%; }
.divider { height: 1px; background: var(--c-line); margin: 32px 0; }
.divider--gold { background: linear-gradient(90deg, transparent, var(--c-gold), transparent); }
.hide-sm { display: inline-flex; }
@media (max-width: 640px) { .hide-sm { display: none !important; } }

.page-head {
  padding-top: 200px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.page-head .blob { width: 700px; height: 700px; top: -250px; right: -200px; }
.page-head .eyebrow { margin-bottom: 22px; }
.page-head h1 {
  font-size: clamp(2.4rem, 5.4vw, 4.6rem);
  line-height: 1;
}
.page-head h1 .thin { font-weight: 300; }
.page-head h1 .fade { color: var(--c-text-muted); }


.checklist { list-style: none; padding: 0; margin: 0; }
.checklist li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 10px 0;
  color: var(--c-text);
}
.checklist li svg { flex: 0 0 18px; margin-top: 4px; color: var(--c-gold); }

/* Toast */
.toast {
  position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%) translateY(20px);
  background: var(--c-bg-elev-2);
  border: 1px solid var(--c-line-strong);
  padding: 14px 24px;
  border-radius: var(--radius-pill);
  font-size: 0.92rem;
  opacity: 0; pointer-events: none;
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease);
  z-index: 1000;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast.toast--success { border-color: rgba(93, 211, 168, 0.5); }


/* ============================================================
   RESPONSIVE FOUNDATIONS (Phase 1)
   Breakpoints : 1024 (tablet) · 768 (mobile-l) · 480 (mobile)
   WCAG AA : touch targets 44px · focus visible · contrastes
   ============================================================ */

/* --- Container fluide --- */
@media (max-width: 1024px) {
  .container { padding: 0 24px; }
}
@media (max-width: 768px) {
  .container { padding: 0 20px; }
  section { padding: clamp(56px, 9vw, 80px) 0; }
  section.tight { padding: clamp(32px, 6vw, 56px) 0; }
}
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  body { font-size: 15px; }
}

/* --- Typo plus serrée sur mobile pour ne plus déborder --- */
@media (max-width: 768px) {
  h1 { font-size: clamp(2.4rem, 9vw, 3.4rem); letter-spacing: -0.04em; }
  h2 { font-size: clamp(1.9rem, 7vw, 2.6rem); letter-spacing: -0.03em; }
  h3 { font-size: clamp(1.4rem, 5vw, 1.8rem); }
  p.lead { font-size: 1rem; line-height: 1.55; }
  .eyebrow { font-size: 0.7rem; letter-spacing: 0.22em; gap: 10px; }
  .eyebrow::before, .eyebrow.center::after { width: 24px; }
}
@media (max-width: 480px) {
  h1 { font-size: clamp(2rem, 10vw, 2.8rem); }
  h2 { font-size: clamp(1.6rem, 8vw, 2.1rem); }
}

/* --- Touch targets WCAG AA : tout bouton/lien tappable doit faire au moins 44px --- */
@media (max-width: 768px) {
  .btn { min-height: 44px; padding: 12px 22px; }
  .btn--sm { min-height: 40px; padding: 10px 18px; }
  .chip { min-height: 36px; padding: 8px 14px; }
  .input, .textarea, .select { min-height: 44px; }
  /* Liens dans le footer / nav avec plus de zone de tap */
  .site-footer a, .nav-links a { padding-block: 6px; }
}

/* --- Focus visible accessible (WCAG AA) --- */
:focus { outline: none; }
:focus-visible {
  outline: 2px solid var(--c-gold);
  outline-offset: 3px;
  border-radius: 4px;
}
.btn:focus-visible,
.chip:focus-visible {
  outline-offset: 4px;
}

/* --- Skip link accessible --- */
.skip-link {
  position: absolute;
  top: -40px; left: 0;
  background: var(--c-gold);
  color: #1A1408;
  padding: 8px 16px;
  z-index: 9999;
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 0 0 8px 0;
  transition: top 200ms var(--ease);
}
.skip-link:focus { top: 0; }

/* --- Page head responsive --- */
@media (max-width: 768px) {
  
  .page-head h1 { font-size: clamp(2rem, 7vw, 2.8rem) !important; line-height: 1.05; max-width: none !important; }
  .page-head .lead { font-size: 0.95rem; line-height: 1.5; }
}

/* --- Grids universels qui s'effondrent proprement --- */
@media (max-width: 640px) {
  .grid { gap: 16px; }
  .g2, .g3, .g4 { grid-template-columns: 1fr; }
}

/* --- Cards génériques mobile-friendly --- */
@media (max-width: 480px) {
  [class*="card"] { padding: 20px 18px; border-radius: var(--radius); }
}

/* --- Nav island : meilleure version mobile --- */
@media (max-width: 880px) {
  .nav-island {
    padding: 8px 12px;
    gap: 8px;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 64px;
    left: 0; right: 0;
    background: rgba(20, 18, 14, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 14px;
    flex-direction: column;
    gap: 4px;
    border: 1px solid var(--c-line);
    box-shadow: 0 30px 60px -16px rgba(0,0,0,0.7);
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links li a {
    display: block;
    padding: 14px 18px;
    color: var(--c-white);
    font-size: 0.95rem;
    border-radius: 12px;
    transition: background var(--dur) var(--ease);
  }
  .nav-links li a:hover, .nav-links li a.active { background: rgba(212, 168, 87, 0.1); color: var(--c-gold); }
  .hamburger-island { display: flex !important; }
  .lang-switch { display: none; }
}
@media (min-width: 881px) {
  .hamburger-island { display: none; }
}

/* --- Hamburger style --- */
.hamburger-island {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.6);
  display: none;
  align-items: center; justify-content: center;
  cursor: pointer;
  position: relative;
}
.hamburger-island span,
.hamburger-island span::before,
.hamburger-island span::after {
  display: block;
  width: 16px; height: 2px;
  background: #1A1408;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  transition: transform var(--dur) var(--ease), top var(--dur) var(--ease);
}
.hamburger-island span { top: 50%; margin-top: -1px; }
.hamburger-island span::before { content: ''; top: -6px; }
.hamburger-island span::after { content: ''; top: 6px; }

/* --- Footer responsive --- */
@media (max-width: 880px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
  }
}
@media (max-width: 540px) {
  .footer-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

/* --- Table scrollable horizontalement --- */
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-scroll::-webkit-scrollbar { height: 6px; }
.table-scroll::-webkit-scrollbar-thumb { background: var(--c-line-strong); border-radius: 3px; }

/* --- Modal mobile : prend toute la hauteur dispo --- */
@media (max-width: 540px) {
  .modal {
    max-height: 92vh;
    overflow-y: auto;
    width: calc(100% - 24px);
    border-radius: 20px;
  }
  .modal-card { width: 100%; max-width: none; }
}

/* --- Choice cards mobile --- */
@media (max-width: 540px) {
  .popup-choices.two-cols { grid-template-columns: 1fr !important; }
}

/* --- Inputs touch friendly --- */
input, select, textarea, button {
  font-size: 16px; /* iOS ne zoom plus quand on tape */
}

/* --- Reduce motion : accessibilité --- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* --- High contrast / forced colors --- */
@media (forced-colors: active) {
  .btn, .chip { border: 1px solid CanvasText; }
}


/* ============================================================
   FIX OVERFLOW MOBILE (réparation post-audit)
   Spécificité maintenue pour vaincre les règles existantes
   ============================================================ */

/* Containment global : aucun élément ne doit dépasser le viewport */
html, body { overflow-x: hidden; max-width: 100vw; }
.container { overflow-x: visible; }

/* NAVBAR : lang-switch caché au profit du hamburger sur mobile */
@media (max-width: 940px) {
  .nav-island .lang-switch { display: none !important; }
  .nav-island {
    gap: 10px !important;
    padding: 8px 8px 8px 16px !important;
    max-width: 100%;
  }
  .nav-island .logo .logo-img { height: 26px; }
  .nav-island .logo .logo-text { font-size: 0.95rem; letter-spacing: 0.3em; }
  .nav-island .signin-icon {
    width: 36px; height: 36px;
    flex-shrink: 0;
  }
  .nav-island .hamburger-island {
    width: 36px; height: 36px;
    flex-shrink: 0;
  }
  .nav-island .nav-actions { gap: 6px; }
  .site-header .container { padding: 0 16px; }
}

/* TRUST STRIP : scroll horizontal propre au lieu d'overflow */
.trust-strip .clubs {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .trust-strip {
    margin-top: 32px;
    padding-top: 20px;
  }
  .trust-strip .clubs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    gap: 14px;
    scrollbar-width: none;
  }
  .trust-strip .clubs::-webkit-scrollbar { display: none; }
  .trust-strip .clubs a {
    white-space: nowrap;
    flex-shrink: 0;
  }
}

/* HERO PHOTO-STACK : containment strict sur mobile */
@media (max-width: 1000px) {
  .hero-visual {
    width: 100%;
    max-width: 100%;
    overflow: visible;
    position: relative;
  }
}
@media (max-width: 768px) {
  .hero-edit {
    padding: 100px 0 40px;
    overflow: hidden;
  }
  .hero-edit-grid {
    gap: 32px !important;
  }
  .hero-visual {
    max-height: 360px;
    margin: 0 auto;
    width: 100%;
  }
  .stack-photo {
    max-width: 100%;
  }
  .stack-photo.stack-a, .stack-photo.stack-b, .stack-photo.stack-c {
    right: 0;
    width: 78% !important;
  }
  .stack-photo.stack-a { right: 0; }
  .stack-photo.stack-b { right: 8%; }
  .stack-photo.stack-c { right: 16%; }

  .stack-meta {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: -40px;
    z-index: 5;
  }
}
@media (max-width: 480px) {
  .hero-visual { max-height: 280px; }
  .stack-photo.stack-a, .stack-photo.stack-b, .stack-photo.stack-c {
    width: 82% !important;
  }
  .stack-meta {
    margin-top: -24px;
    padding: 14px 16px !important;
  }
  .stack-meta .name { font-size: 1.25rem !important; }
}

/* HERO CTA : boutons stack vertical full-width sur petit mobile */
@media (max-width: 480px) {
  .hero-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }
  .hero-cta .btn {
    width: 100%;
    justify-content: center;
  }
}

/* SECTIONS : pas de margin négative qui dépasse */
section { overflow-x: clip; }

/* HERO TITLE — vraiment serré sur petit écran */
@media (max-width: 480px) {
  .hero-edit h1 {
    font-size: clamp(2.4rem, 11vw, 3.4rem) !important;
    line-height: 1.0;
    margin-bottom: 16px;
  }
  .hero-edit .lead {
    font-size: 0.95rem;
    margin-bottom: 24px;
  }
}


/* ============================================================
   FIX MOBILE V2 — Boutons + espacements + photo-stack
   ============================================================ */

/* Espace navbar → contenu : padding-top sur le hero ET page-head */
@media (max-width: 880px) {
  .site-header { padding-top: 16px; padding-bottom: 12px; }
  .hero-edit { padding-top: 130px !important; }
  
}
@media (max-width: 480px) {
  .site-header { padding-top: 12px; padding-bottom: 10px; }
  .hero-edit { padding-top: 120px !important; }
  
}

/* BOUTONS : pas étirés full-width sauf si demandé explicitement */
@media (max-width: 768px) {
  .btn {
    width: auto;
    min-width: 200px;
    max-width: 320px;
    padding: 14px 28px;
    font-size: 0.95rem;
  }
  .hero-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .hero-cta .btn {
    width: auto;
    min-width: 220px;
    max-width: 320px;
    align-self: flex-start;
  }
}

/* TRUST STRIP : pas de débordement, scroll smooth ou wrap clean */
@media (max-width: 768px) {
  .trust-strip {
    overflow: hidden;
    max-width: 100%;
  }
  .trust-strip .clubs {
    flex-wrap: wrap;
    overflow-x: visible;
    gap: 8px 14px;
  }
  .trust-strip .clubs a {
    font-size: 0.84rem;
    white-space: nowrap;
  }
}

/* HERO PHOTO-STACK : containment STRICT */
@media (max-width: 1000px) {
  .hero-visual {
    position: relative;
    margin: 32px 0 0;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4/3;
    height: auto !important;
    max-height: 380px;
    overflow: visible;
  }
  .stack-photo {
    position: absolute;
    border-radius: 24px;
    transition: opacity 800ms var(--ease);
  }
  .stack-photo.stack-a {
    top: 0; left: 4%; right: 4%;
    width: 92% !important;
    height: 80%;
    z-index: 3;
  }
  .stack-photo.stack-b {
    top: 5%; left: 8%; right: 8%;
    width: 84% !important;
    height: 75%;
    z-index: 2;
    transform: rotate(-2deg);
  }
  .stack-photo.stack-c {
    top: 8%; left: 12%; right: 12%;
    width: 76% !important;
    height: 70%;
    z-index: 1;
    transform: rotate(-4deg);
  }
}

/* STACK META (cartouche Saint-Augustin) : contenue dans la largeur dispo */
@media (max-width: 1000px) {
  .stack-meta {
    position: absolute !important;
    bottom: -20px !important;
    left: 0 !important;
    right: 0 !important;
    width: 92% !important;
    max-width: 92% !important;
    margin: 0 auto !important;
    padding: 16px 20px !important;
    z-index: 10;
  }
}
@media (max-width: 480px) {
  .hero-visual { max-height: 320px; }
  .stack-meta {
    bottom: -16px !important;
    width: 96% !important;
    max-width: 96% !important;
    padding: 14px 18px !important;
  }
  .stack-meta .name { font-size: 1.2rem !important; }
  .stack-meta .stack-next {
    width: 36px !important;
    height: 36px !important;
  }
}

/* Section hero : suffisamment de marge bas pour ne pas couper la cartouche */
@media (max-width: 1000px) {
  .hero-edit { padding-bottom: 80px; }
}
@media (max-width: 480px) {
  .hero-edit { padding-bottom: 60px; }
}

/* SECTIONS suivantes : padding cohérent */
@media (max-width: 768px) {
  section { padding: 60px 0; }
  section.tight { padding: 40px 0; }
}
@media (max-width: 480px) {
  section { padding: 50px 0; }
}


/* ============================================================
   MOBILE PROFESSIONNEL V3 (≤880px)
   Référence : Aesop, Equinox, Soho House, Apple HIG
   Principes : centered hero, single photo, vertical rhythm
   ============================================================ */
@media (max-width: 880px) {

  /* CONTAINER mobile généreux */
  .container { padding: 0 24px !important; }

  /* HERO HOME : layout mobile-first centré */
  .hero-edit {
    padding: 130px 0 60px !important;
    min-height: auto !important;
  }
  .hero-edit-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important;
    text-align: center;
    align-items: center;
  }
  .hero-edit-grid > div {
    width: 100%;
    text-align: center !important;
  }

  /* TITRE hero centré, taille raisonnable */
  .hero-edit h1 {
    font-size: clamp(2.4rem, 11vw, 3.6rem) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.04em !important;
    text-align: center !important;
    margin: 0 0 20px !important;
  }
  .hero-edit h1 .line {
    display: block;
    text-align: center;
  }

  /* LEAD centré */
  .hero-edit .lead {
    font-size: 1rem !important;
    line-height: 1.55 !important;
    text-align: center !important;
    max-width: 38ch !important;
    margin: 0 auto 32px !important;
  }

  /* CTA centrés, dimensions fixes harmonieuses */
  .hero-cta {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 auto !important;
    width: 100%;
    max-width: 360px;
  }
  .hero-cta .btn {
    width: 100% !important;
    max-width: 320px !important;
    min-width: 0 !important;
    height: 52px !important;
    padding: 0 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.94rem !important;
  }

  /* TRUST STRIP : centrée, wrap propre */
  .trust-strip {
    margin-top: 40px !important;
    padding-top: 24px !important;
    text-align: center;
    border-top: 1px solid var(--c-line);
  }
  .trust-strip .clubs {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px 18px !important;
    overflow: visible !important;
    max-width: 100%;
  }
  .trust-strip .clubs a {
    font-size: 0.82rem !important;
    white-space: nowrap;
  }

  /* PHOTO-STACK mobile : photo UNIQUE (pas 3 superposées) */
  .hero-visual {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
    aspect-ratio: 4/3 !important;
    max-height: 360px !important;
    height: auto !important;
    overflow: visible !important;
  }
  .stack-photo.stack-b,
  .stack-photo.stack-c {
    display: none !important;
  }
  .stack-photo.stack-a {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    border-radius: 22px !important;
    overflow: hidden !important;
  }
  .stack-photo.stack-a .img {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 22px;
  }

  /* CARTOUCHE info club : positionnée en bas dans la photo, bien centrée */
  .stack-meta {
    position: absolute !important;
    bottom: 16px !important;
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    background: rgba(20, 18, 14, 0.78) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 16px !important;
    z-index: 10;
  }
  .stack-meta .name {
    font-size: 1.2rem !important;
    margin-bottom: 10px !important;
  }
  .stack-meta .actions {
    padding-top: 10px !important;
  }
}

@media (max-width: 480px) {
  .container { padding: 0 20px !important; }

  .hero-edit { padding-top: 120px !important; }
  .hero-edit h1 { font-size: clamp(2.1rem, 10vw, 3rem) !important; }
  .hero-edit .lead { font-size: 0.94rem !important; }

  .hero-cta .btn {
    height: 50px !important;
    font-size: 0.92rem !important;
  }

  .trust-strip .clubs a { font-size: 0.78rem !important; }
  .trust-strip .clubs { gap: 6px 14px !important; }

  .hero-visual { max-height: 320px !important; }
  .stack-meta {
    bottom: 12px !important;
    left: 12px !important;
    right: 12px !important;
    padding: 12px 14px !important;
  }
  .stack-meta .name { font-size: 1.1rem !important; }
  .stack-meta .stack-next {
    width: 34px !important;
    height: 34px !important;
  }
}

/* MARQUEE : ne déborde pas, padding propre */
@media (max-width: 768px) {
  .marquee {
    margin: 0 -24px;
    padding: 0;
  }
  .marquee-chip {
    margin: 0 4px;
    padding: 8px 14px;
    font-size: 0.84rem;
  }
}


/* ============================================================
   FIX MOBILE V4 — Photos visibles + centrage hero parfait
   ============================================================ */
@media (max-width: 880px) {

  /* HERO : align center vraiment via container interne */
  .hero-edit > .container {
    text-align: center;
  }
  .hero-edit-grid {
    align-items: center !important;
    justify-content: center !important;
  }
  .hero-edit .lead {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* PHOTOS visibles : on garde l'absolute + on FORCE les dimensions du parent */
  .hero-visual {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 4/3 !important;
    min-height: 280px !important;
    height: auto !important;
    max-height: 380px !important;
    position: relative !important;
    overflow: visible !important;
    margin: 0 auto !important;
  }

  /* Photo unique en absolute qui couvre la zone */
  .stack-photo.stack-a {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    z-index: 2;
  }
  .stack-photo.stack-a .img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 22px !important;
  }

  /* Cartouche en bas de la photo */
  .stack-meta {
    position: absolute !important;
    bottom: 14px !important;
    left: 14px !important;
    right: 14px !important;
    top: auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    z-index: 10;
    background: rgba(20, 18, 14, 0.82) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
  }
}

@media (max-width: 480px) {
  .hero-visual {
    aspect-ratio: 4/3 !important;
    min-height: 240px !important;
    max-height: 320px !important;
  }
  .stack-meta {
    bottom: 12px !important;
    left: 12px !important;
    right: 12px !important;
    padding: 12px 14px !important;
  }
}


/* ============================================================
   NAVBAR MOBILE V2 : burger | logo centré | signin
   ============================================================ */
@media (max-width: 940px) {

  /* Grid 3 colonnes : burger - logo - signin */
  .nav-island {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 44px 1fr 44px !important;
    align-items: center !important;
    padding: 8px 12px !important;
    gap: 8px !important;
  }

  /* Hamburger : 1ère colonne (gauche) */
  .nav-island .hamburger-island {
    grid-column: 1 !important;
    order: 1 !important;
    justify-self: start !important;
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    position: static !important;
  }

  /* Logo : colonne centrale, centré dans sa zone */
  .nav-island .logo {
    grid-column: 2 !important;
    order: 2 !important;
    justify-self: center !important;
    margin: 0 !important;
  }
  .nav-island .logo .logo-img {
    height: 22px !important;
    max-width: 130px !important;
  }
  .nav-island .logo .logo-text {
    font-size: 0.86rem !important;
    letter-spacing: 0.32em !important;
  }

  /* nav-actions : devient un wrapper transparent (display: contents) */
  .nav-island .nav-actions {
    display: contents !important;
  }

  /* Signin icon : 3ème colonne (droite) */
  .nav-island .signin-icon {
    grid-column: 3 !important;
    order: 3 !important;
    justify-self: end !important;
    width: 40px !important;
    height: 40px !important;
  }

  /* Cache lang-switch sur mobile (changement via menu hamburger ouvert) */
  .nav-island .lang-switch {
    display: none !important;
  }

  /* nav-links : popover absolute sous la navbar quand ouvert */
  .nav-island .nav-links {
    grid-column: 1 / -1 !important;
    order: 4 !important;
  }
}


/* FIX hamburger : doit être position: relative pour contenir ses barres */
@media (max-width: 940px) {
  .nav-island .hamburger-island {
    position: relative !important;
  }
}


/* ============================================================
   SPLASH SCREEN — barre or sur fond noir, simple et fiable
   ============================================================ */
.elevate-splash {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #08080A;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  /* Transition explicite pour le fade-out */
  transition: opacity 1100ms cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0ms 1100ms;
  pointer-events: none;
}
.elevate-splash.hidden {
  opacity: 0;
  visibility: hidden;
}

/* Barre de progression — fond rail discret + remplissage or */
.elevate-splash-bar {
  position: relative;
  width: 260px;
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
}
.elevate-splash-bar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 0;
  background: linear-gradient(90deg, #E8CFA0, #D4A857);
  box-shadow: 0 0 16px rgba(212, 168, 87, 0.7);
  border-radius: 2px;
  animation: splashFill 1400ms cubic-bezier(0.4, 0, 0.2, 1) 100ms forwards;
}
@keyframes splashFill {
  0%   { width: 0; }
  100% { width: 100%; }
}
@media (max-width: 540px) {
  .elevate-splash-bar { width: 70vw; max-width: 280px; }
}

/* Contenu du site sous le splash : fade-in quand le splash sort */
body.elevate-loaded > *:not(.elevate-splash) {
  animation: splashContentReveal 800ms cubic-bezier(0.4, 0, 0.2, 1) 200ms backwards;
}
@keyframes splashContentReveal {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}



/* ===== V2 FINAL — Typographie Poppins + Oswald ===== */
h1, h2 { font-weight: 600; letter-spacing: -0.02em; }
.eyebrow { font-family: 'Oswald', sans-serif; font-weight: 500; letter-spacing: 0.2em; }
.btn { font-family: 'Oswald', sans-serif; font-weight: 500; letter-spacing: 0.07em; text-transform: uppercase; }

/* ===== V2 FINAL — Pilule assouplie 20px ===== */
.btn, .btn--lg, .btn--sm, .stack-cta, .stack-next { border-radius: 20px; }
.nav-island { border-radius: 24px; }
.lang-switch { border-radius: 12px; }
.lang-switch button { border-radius: 10px; }
.signin-icon { border-radius: 14px; }

/* ===== V2 FINAL — Bouton or durci (aucune trace sombre aux extrémités) ===== */
.btn--primary {
  border: 1px solid rgba(233, 207, 159, 0.9);
  background-image: linear-gradient(110deg, #EAD1A2 0%, var(--c-gold) 42%, #C99F52 76%, var(--c-gold-deep) 100%);
  background-origin: border-box;
  background-clip: border-box;
  background-repeat: no-repeat;
  isolation: isolate;
}


/* ===== Styles de la page d accueil ===== */

    /* ====================================================
       HOME — éditorial luxe organique
       ==================================================== */


    /* ==== HERO LUMIÈRE — marbre réel, voile blanc progressif, fondu vers la nuit ==== */
    .hero-edit.hero-light {
      background:
        linear-gradient(180deg, rgba(255,255,255,0.30) 0%, rgba(254,252,247,0.58) 46%, rgba(252,249,242,0.96) 100%),
        linear-gradient(90deg, rgba(255,255,255,0.50) 0%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0) 68%),
        url('assets/img/textures/marble-elevate.webp') center / cover no-repeat #F6F3EC;
    }
    .hero-light .blob { display: none; }
    .hero-light h1 { color: #15130F; }
    .hero-light h1 .accent { color: #9A7B3B; }
    .hero-light h1 .ghost { color: #8B8578; }
    .hero-light .lead { color: #4B473F; }
    .hero-light .trust-strip { border-color: rgba(20,18,14,0.14); }
    .hero-light .trust-strip .clubs a { color: #575249; }
    .hero-light .trust-strip .clubs a:hover { color: #9A7B3B; }
    .hero-light .trust-strip .clubs a.soon { color: #9A7B3B; }
    .hero-light .trust-strip .clubs a sup { font-size: 0.58em; letter-spacing: 0.08em; margin-left: 2px; }
    .hero-light .btn--ghost { border-color: rgba(20,18,14,0.30); color: #201D17; }
    .hero-light .btn--ghost:hover { border-color: #9A7B3B; color: #9A7B3B; background: rgba(154,123,59,0.06); }
    .hero-light .stack-photo { box-shadow: 0 30px 90px -24px rgba(30,26,18,0.38), 0 6px 18px rgba(30,26,18,0.20); }
    .hero-transition {
      height: 20vh;
      background: linear-gradient(180deg,
        #F6F2E9 0%, #E4DDCE 14%, #C4BCAB 28%, #9B9384 42%,
        #6E675C 56%, #46423A 68%, #26231E 80%, #131110 90%, var(--c-bg) 100%);
    }

    /* HERO */
    .hero-edit {
      min-height: 100vh;
      padding: 122px 0 44px;
      display: flex; align-items: center;
      position: relative;
      overflow: hidden;
    }
    .hero-edit .blob1 { width: 720px; height: 720px; top: -200px; right: -220px; }
    .hero-edit .blob2 { width: 540px; height: 540px; bottom: -260px; left: -180px; opacity: 0.4; }

    .hero-edit-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 96px;
      align-items: center;
    }
    @media (max-width: 1200px) { .hero-edit-grid { gap: 64px; } }
    @media (max-width: 1000px) { .hero-edit-grid { grid-template-columns: 1fr; gap: 64px; } }

    .hero-edit h1 {
      font-size: clamp(2.6rem, 6.2vw, 5.4rem);
      line-height: 0.95;
      margin-bottom: 24px;
    }
    .hero-edit h1 .line { display: block; white-space: normal; overflow-wrap: break-word; }
    .hero-edit h1 .accent { color: var(--c-gold); }
    .hero-edit h1 .ghost { color: var(--c-text-muted); font-weight: 250; }

    @media (max-width: 1000px) {
      .hero-edit h1 { font-size: clamp(2.4rem, 7.4vw, 4.2rem); }
    }
    @media (max-width: 540px) {
      .hero-edit h1 .line { white-space: normal; }
    }

    .hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }

    /* ============================================================
       HERO RIGHT — photo-stack éditorial cascadant
       Trois photos clubs empilées en éventail, rotation auto.
       ============================================================ */
    .hero-visual {
      position: relative;
      aspect-ratio: 4/5;
      max-height: 640px;
      perspective: 1400px;
    }
    .stack-photo {
      position: absolute;
      width: 76%;
      height: 78%;
      border-radius: 28px;
      overflow: hidden;
      transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1),
                  opacity 800ms cubic-bezier(0.22, 1, 0.36, 1),
                  filter 800ms cubic-bezier(0.22, 1, 0.36, 1),
                  box-shadow 600ms ease;
    }
    .stack-photo .img {
      position: absolute;
      inset: -10%;
      background-size: cover;
      background-position: center;
      transition: background-image 800ms ease, transform 1.2s ease;
      animation: kenburns-soft 18s ease-in-out infinite alternate;
    }
    @keyframes kenburns-soft {
      0%   { transform: scale(1.02) translate(0%, 0%); }
      100% { transform: scale(1.10) translate(-2%, -1.5%); }
    }
    /* Gold thin border ring */
    .stack-photo::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: inherit;
      border: 1px solid rgba(212, 168, 87, 0.32);
      pointer-events: none;
      z-index: 2;
    }
    .stack-photo::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: inherit;
      box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35);
      pointer-events: none;
      z-index: 2;
    }

    /* Front photo */
    .stack-a {
      top: 8%; right: 4%;
      transform: rotate(-2.5deg);
      z-index: 4;
      box-shadow: 0 40px 70px -16px rgba(0, 0, 0, 0.7), 0 12px 24px rgba(0, 0, 0, 0.4);
      cursor: pointer;
    }
    .stack-a:hover { transform: rotate(-2.5deg) translateY(-6px) scale(1.01); }
    /* Middle photo */
    .stack-b {
      top: 3%; right: 19%;
      transform: rotate(4deg);
      z-index: 3;
      opacity: 0.92;
      box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.55);
      cursor: pointer;
    }
    .stack-b:hover { opacity: 1; transform: rotate(4deg) translateY(-4px); }
    /* Back photo */
    .stack-c {
      top: 13%; right: 30%;
      transform: rotate(-6deg);
      z-index: 2;
      opacity: 0.7;
      filter: saturate(0.85) brightness(0.85);
    }

    /* Editorial meta card */
    .stack-meta {
      position: absolute;
      bottom: 0; right: 2%;
      z-index: 5;
      padding: 18px 24px;
      background: rgba(8, 8, 10, 0.82);
      backdrop-filter: blur(22px) saturate(160%);
      -webkit-backdrop-filter: blur(22px) saturate(160%);
      border: 1px solid rgba(212, 168, 87, 0.28);
      border-radius: 18px;
      box-shadow: 0 30px 60px -16px rgba(0, 0, 0, 0.6);
      min-width: 260px;
      max-width: 78%;
      animation: meta-float 8s ease-in-out infinite;
    }
    @keyframes meta-float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-4px); }
    }
    .stack-meta .name {
      font-family: var(--ff-display);
      font-size: clamp(1.4rem, 2vw, 1.7rem);
      font-weight: 600;
      letter-spacing: -0.025em;
      color: var(--c-white);
      margin: 0 0 14px;
      transition: opacity 400ms ease;
    }
    .stack-meta .actions {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding-top: 12px;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    .stack-meta .actions-right {
      display: inline-flex;
      align-items: center;
      gap: 12px;
    }
    .stack-meta .dots {
      display: flex;
      gap: 6px;
      align-items: center;
    }
    .stack-meta .dot {
      width: 6px; height: 6px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.18);
      transition: all 400ms var(--ease);
      cursor: pointer;
    }
    .stack-meta .dot.active {
      background: var(--c-gold);
      width: 20px;
      border-radius: 4px;
    }
    .stack-meta .actions {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
    }
    .stack-meta .stack-cta {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 0.82rem;
      font-weight: 500;
      color: var(--c-gold-soft);
      transition: color var(--dur) var(--ease);
      text-decoration: none;
    }
    .stack-meta .stack-cta:hover { color: var(--c-gold); }
    .stack-meta .stack-next {
      width: 36px; height: 36px;
      border-radius: 50%;
      background: var(--c-gold);
      color: #1A1408;
      display: inline-flex; align-items: center; justify-content: center;
      font-weight: 600;
      border: none;
      cursor: pointer;
      transition: transform var(--dur) var(--ease), background var(--dur) var(--ease);
      flex-shrink: 0;
    }
    .stack-meta .stack-next:hover {
      transform: translateX(2px);
      background: var(--c-gold-soft);
    }
    .stack-meta .stack-next .arrow {
      font-size: 1.05rem;
      line-height: 1;
    }

    @media (max-width: 1000px) {
      .hero-visual { max-height: 520px; }
      .stack-meta { min-width: 220px; padding: 14px 18px; }
      .stack-meta .name { font-size: 1.3rem; }
    }
    @media (max-width: 640px) {
      .hero-visual { max-height: 460px; }
      .stack-photo { width: 84%; height: 75%; }
      .stack-a { right: 0; top: 5%; }
      .stack-b { right: 12%; top: 3%; }
      .stack-c { right: 22%; top: 8%; }
      .stack-meta { left: 0; right: auto; min-width: 0; width: 100%; }
    }

    /* TRUST strip */
    .trust-strip {
      margin-top: 48px;
      padding-top: 28px;
      border-top: 1px solid var(--c-line);
      display: flex; align-items: center; flex-wrap: wrap;
      gap: 36px;
      color: var(--c-text-dim);
    }
    .trust-strip .label { font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 500; }
    .trust-strip .clubs { display: flex; gap: 24px; flex-wrap: wrap; }
    .trust-strip .clubs a {
      font-family: var(--ff-display);
      font-size: 1rem; font-weight: 500;
      letter-spacing: -0.01em;
      color: var(--c-text-muted);
      transition: color var(--dur) var(--ease);
    }
    .trust-strip .clubs a:hover { color: var(--c-gold); }

    /* ====================================================
       MARQUEE
       ==================================================== */
    .marquee-chip {
      display: inline-flex; align-items: center; gap: 14px;
      padding: 18px 32px;
      border: 1px solid var(--c-line);
      border-radius: var(--radius-pill);
      color: var(--c-text);
      font-family: var(--ff-display);
      font-size: 1.1rem;
      font-weight: 350;
      letter-spacing: -0.01em;
      background: rgba(255,255,255,0.015);
    }
    .marquee-chip .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--c-gold); }

    /* ====================================================
       EN CHIFFRES
       ==================================================== */
    .numbers {
      padding: 72px 0;
      background: var(--c-bg);
      color: var(--c-text);
    }
    .numbers .eyebrow {
      color: var(--c-gold);
    }
    .numbers h2 {
      color: var(--c-white);
    }
    .numbers h2 .thin.fade {
      color: rgba(244, 240, 232, 0.38);
    }
    .numbers-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 32px;
    }
    @media (max-width: 880px) { .numbers-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }

    .stat-bigger {
      display: flex; flex-direction: column;
      padding-right: 12px;
      border-right: 1px solid rgba(255, 255, 255, 0.10);
    }
    .stat-bigger:last-child { border-right: 0; }
    .stat-bigger .v {
      font-family: var(--ff-display);
      font-size: clamp(3.4rem, 6.8vw, 5.6rem);
      font-weight: 200;
      color: var(--c-white);
      letter-spacing: -0.05em;
      line-height: 0.95;
    }
    .stat-bigger .v .small { font-size: 0.5em; color: var(--c-gold); margin-right: 4px; vertical-align: super; font-weight: 300; }
    .stat-bigger .v .tail { color: var(--c-gold); font-weight: 250; }
    .stat-bigger .lbl {
      font-size: 0.78rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(244, 240, 232, 0.60);
      margin-top: 18px;
      font-weight: 500;
    }
    .stat-bigger .desc {
      color: rgba(244, 240, 232, 0.50);
      font-size: 0.92rem;
      margin-top: 10px;
      line-height: 1.45;
    }

    /* ====================================================
       SIX PROMESSES — grille moderne (verbatim du vrai site)
       ==================================================== */
    .promesses-head {
      max-width: 720px;
      margin-bottom: 64px;
    }
    .promesses-head h2 { margin: 16px 0 0; }

    .promesses-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }
    @media (max-width: 1000px) { .promesses-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 540px)  { .promesses-grid { grid-template-columns: 1fr; } }

    .promesse-card {
      position: relative;
      padding: 34px 32px 32px;
      background: var(--c-bg-elev-1);
      border: 1px solid var(--c-line);
      border-radius: var(--radius-lg);
      overflow: hidden;
      transition: transform 500ms var(--ease), border-color 500ms var(--ease), background 500ms var(--ease);
      display: flex; flex-direction: column;
      min-height: 240px;
    }
    .promesse-card:hover {
      transform: translateY(-3px);
      border-color: rgba(212, 168, 87, 0.32);
      background: var(--c-bg-elev-2);
    }
    .promesse-card::before {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(circle at 0% 0%, rgba(212, 168, 87, 0.08), transparent 55%);
      opacity: 0;
      transition: opacity 500ms var(--ease);
      pointer-events: none;
    }
    .promesse-card:hover::before { opacity: 1; }
    .promesse-card .top {
      display: flex; align-items: flex-start; justify-content: space-between;
      margin-bottom: 20px;
      position: relative; z-index: 1;
    }
    .promesse-card .num {
      font-family: var(--ff-display);
      font-size: clamp(3.4rem, 4.6vw, 4.4rem);
      font-weight: 300;
      letter-spacing: -0.06em;
      line-height: 0.82;
      color: var(--c-gold);
    }
    .promesse-card .icon {
      width: 44px; height: 44px;
      border-radius: 50%;
      border: 1px solid var(--c-line-strong);
      display: flex; align-items: center; justify-content: center;
      color: var(--c-gold-soft);
      flex-shrink: 0;
      transition: all 400ms var(--ease);
    }
    .promesse-card .icon svg { width: 18px; height: 18px; stroke-width: 1.6; }
    .promesse-card:hover .icon {
      border-color: var(--c-gold);
      background: rgba(212, 168, 87, 0.1);
      color: var(--c-gold-soft);
      transform: rotate(-6deg);
    }
    .promesse-card h3 {
      font-family: var(--ff-display);
      font-size: clamp(1.3rem, 1.8vw, 1.6rem);
      font-weight: 600;
      letter-spacing: -0.025em;
      color: var(--c-white);
      margin: 0 0 10px;
      max-width: 18ch;
      position: relative; z-index: 1;
    }
    .promesse-card p {
      font-size: 0.94rem;
      color: var(--c-text-muted);
      line-height: 1.55;
      margin: 0;
      max-width: 32ch;
      position: relative; z-index: 1;
    }

    /* ====================================================
       ÉQUIPE — preview coachs sur la home
       ==================================================== */
    .team-preview-head {
      display: flex; align-items: flex-end; justify-content: space-between;
      gap: 32px; flex-wrap: wrap;
      margin-bottom: 56px;
    }
    .team-preview-head .left { max-width: 640px; }
    .team-preview-head h2 { margin: 16px 0 0; }
    .team-preview-head p.lead { margin-top: 18px; }

    .team-preview-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }
    @media (max-width: 1000px) { .team-preview-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 540px)  { .team-preview-grid { grid-template-columns: 1fr; } }

    .team-card {
      background: var(--c-bg-elev-1);
      border: 1px solid var(--c-line);
      border-radius: var(--radius-lg);
      overflow: hidden;
      transition: transform 500ms var(--ease), border-color 500ms var(--ease);
    }
    .team-card:hover {
      transform: translateY(-4px);
      border-color: rgba(212, 168, 87, 0.32);
    }
    .team-photo {
      aspect-ratio: 4/5;
      background:
        radial-gradient(circle at 50% 35%, rgba(212, 168, 87, 0.18), transparent 55%),
        linear-gradient(155deg, #1F1A14, #14110D 60%, #0E0C09);
      display: flex; align-items: center; justify-content: center;
      position: relative;
      overflow: hidden;
    }
    .team-photo::before {
      content: '';
      position: absolute; inset: 0;
      background-image: var(--grain-url);
      background-size: 220px;
      opacity: 0.08;
      mix-blend-mode: overlay;
      pointer-events: none;
    }
    .team-photo .initial {
      font-family: var(--ff-display);
      font-size: clamp(4.5rem, 7vw, 6rem);
      font-weight: 600;
      color: var(--c-gold);
      letter-spacing: -0.04em;
      z-index: 1;
      transition: transform 600ms var(--ease);
    }
    .team-card:hover .team-photo .initial {
      transform: scale(1.08);
    }
    .team-body {
      padding: 20px 22px 24px;
    }
    .team-body h4 {
      font-family: var(--ff-display);
      font-size: 1.25rem;
      font-weight: 600;
      letter-spacing: -0.02em;
      color: var(--c-white);
      margin: 0 0 4px;
    }
    .team-body .role {
      font-size: 0.82rem;
      color: var(--c-text-muted);
      margin: 0 0 14px;
    }
    .team-body .specs {
      display: flex; flex-wrap: wrap; gap: 6px;
    }
    .team-body .specs .chip {
      font-size: 0.7rem;
      padding: 4px 10px;
      cursor: default;
    }

    .team-cta-row {
      display: flex; justify-content: center; align-items: center;
      margin-top: 48px;
      gap: 16px;
    }

    /* ====================================================
       FAQ — avant le footer
       ==================================================== */
    .faq-head {
      max-width: 720px;
      margin: 0 auto 56px;
      text-align: center;
    }
    .faq-head .eyebrow { justify-content: center; }
    .faq-head .eyebrow::after {
      content: '';
      width: 34px; height: 1px;
      background: linear-gradient(90deg, transparent, var(--c-gold));
    }
    .faq-head h2 { margin: 16px 0 0; }
    .faq-head p.lead { margin: 18px auto 0; }

    .faq-list {
      max-width: 920px;
      margin: 0 auto;
      border-top: 1px solid var(--c-line);
    }

    /* ====================================================
       POPUP DIAGNOSTIC — première visite
       ==================================================== */
    /* ====================================================
       POPUP DIAGNOSTIC — version refondue, mise en page propre
       ==================================================== */
    .popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.78);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      z-index: 1000;
      display: none;
      align-items: center; justify-content: center;
      padding: 24px;
      opacity: 0;
      transition: opacity 400ms var(--ease);
    }
    .popup-overlay.open { display: flex; opacity: 1; }

    .popup-card {
      position: relative;
      width: 100%;
      max-width: 580px;
      background: linear-gradient(160deg, #1A1612, #100C09);
      border: 1px solid rgba(212, 168, 87, 0.22);
      border-radius: 24px;
      padding: 0;
      box-shadow: 0 50px 100px rgba(0, 0, 0, 0.7);
      transform: translateY(20px);
      transition: transform 500ms var(--ease-out);
      display: flex;
      flex-direction: column;
      overflow: hidden;
    }
    .popup-overlay.open .popup-card { transform: translateY(0); }
    .popup-card::before {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(circle at 75% 0%, rgba(212, 168, 87, 0.12), transparent 55%);
      border-radius: inherit;
      pointer-events: none;
    }

    /* HEADER : barre de progression continue + compteur + close */
    .popup-head {
      position: relative;
      padding: 22px 28px 0;
      z-index: 2;
      display: flex;
      align-items: center;
      gap: 16px;
    }
    .popup-progress {
      position: relative;
      flex: 1;
      height: 3px;
      background: rgba(255, 255, 255, 0.08);
      border-radius: 999px;
      overflow: hidden;
    }
    .popup-progress-fill {
      position: absolute;
      top: 0; left: 0; bottom: 0;
      width: 0%;
      background: linear-gradient(90deg, var(--c-gold-soft), var(--c-gold));
      border-radius: 999px;
      box-shadow: 0 0 12px rgba(212, 168, 87, 0.5);
      transition: width 650ms cubic-bezier(0.65, 0, 0.35, 1);
    }
    .popup-counter {
      font-family: var(--ff-display);
      font-size: 0.78rem;
      font-weight: 500;
      color: var(--c-text-muted);
      letter-spacing: 0.08em;
      white-space: nowrap;
      flex-shrink: 0;
    }
    .popup-counter .cur {
      color: var(--c-gold);
      font-weight: 600;
    }
    .popup-counter .sep {
      margin: 0 4px;
      opacity: 0.5;
    }

    .popup-close {
      width: 32px; height: 32px;
      border-radius: 50%;
      border: 1px solid var(--c-line);
      background: rgba(255, 255, 255, 0.02);
      color: var(--c-text-muted);
      display: flex; align-items: center; justify-content: center;
      transition: all var(--dur) var(--ease);
      cursor: pointer;
      flex-shrink: 0;
    }
    .popup-close:hover {
      border-color: var(--c-text-muted);
      color: var(--c-white);
    }
    .popup-close svg { width: 13px; height: 13px; }

    /* BODY : badge, titre, sous-titre, choix */
    .popup-content {
      padding: 28px 36px 8px;
      position: relative;
      z-index: 1;
    }
    @media (max-width: 540px) { .popup-content { padding: 24px 22px 8px; } }

    .popup-badge {
      display: inline-flex; align-items: center; gap: 7px;
      padding: 5px 11px 5px 8px;
      background: rgba(212, 168, 87, 0.08);
      border: 1px solid rgba(212, 168, 87, 0.22);
      border-radius: var(--radius-pill);
      font-size: 0.66rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--c-gold-soft);
      font-weight: 600;
      margin-bottom: 18px;
    }
    .popup-badge::before {
      content: '';
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--c-gold);
      box-shadow: 0 0 6px rgba(212, 168, 87, 0.6);
    }
    .popup-badge.hidden { display: none; }

    .popup-title {
      font-family: var(--ff-display);
      font-size: clamp(1.4rem, 2.6vw, 1.7rem);
      font-weight: 600;
      letter-spacing: -0.025em;
      color: var(--c-white);
      margin: 0 0 8px;
      line-height: 1.2;
    }
    .popup-sub {
      color: var(--c-text-muted);
      font-size: 0.88rem;
      margin: 0 0 24px;
      line-height: 1.5;
    }

    .popup-body { margin-bottom: 0; }
    .popup-body.step-content { animation: fadeUp 400ms var(--ease-out); }

    .popup-choices {
      display: grid;
      gap: 10px;
    }
    .popup-choices.two-cols { grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 480px) { .popup-choices.two-cols { grid-template-columns: 1fr; } }
    .popup-choice {
      display: flex; align-items: flex-start; gap: 12px;
      padding: 14px 16px;
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid var(--c-line);
      border-radius: 12px;
      cursor: pointer;
      transition: transform 180ms var(--ease), border-color 220ms var(--ease), background 220ms var(--ease), box-shadow 220ms var(--ease);
      text-align: left;
      position: relative;
    }
    .popup-choice:hover {
      border-color: var(--c-line-strong);
      background: rgba(255, 255, 255, 0.04);
      transform: translateY(-1px);
    }
    .popup-choice:active { transform: translateY(0) scale(0.99); }
    .popup-choice.selected {
      border-color: var(--c-gold);
      background: rgba(212, 168, 87, 0.08);
      box-shadow: 0 0 0 1px rgba(212, 168, 87, 0.25), 0 8px 24px -8px rgba(212, 168, 87, 0.35);
    }
    .popup-choice .bullet {
      width: 18px; height: 18px;
      border-radius: 50%;
      border: 1.5px solid var(--c-line-strong);
      flex-shrink: 0;
      position: relative;
      margin-top: 1px;
      transition: all var(--dur) var(--ease);
    }
    .popup-choice .bullet::after {
      content: '';
      position: absolute; inset: 3px;
      border-radius: 50%;
      background: var(--c-gold);
      opacity: 0; transform: scale(0.5);
      transition: all var(--dur) var(--ease);
    }
    .popup-choice.selected .bullet { border-color: var(--c-gold); }
    .popup-choice.selected .bullet::after { opacity: 1; transform: scale(1); }
    .popup-choice .label {
      font-size: 0.9rem;
      color: var(--c-white);
      font-weight: 500;
      line-height: 1.3;
    }
    .popup-choice .desc {
      font-size: 0.76rem;
      color: var(--c-text-dim);
      display: block;
      margin-top: 3px;
      line-height: 1.4;
    }

    .popup-form {
      display: flex; flex-direction: column;
      gap: 10px;
    }
    .popup-form input {
      padding: 13px 16px;
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid var(--c-line);
      border-radius: 12px;
      color: var(--c-text);
      font-size: 0.92rem;
      font-family: inherit;
      transition: all var(--dur) var(--ease);
    }
    .popup-form input:focus {
      outline: none;
      border-color: var(--c-gold);
      background: rgba(212, 168, 87, 0.04);
    }
    .popup-form input::placeholder { color: var(--c-text-dim); }

    /* FOOTER : actions */
    .popup-actions {
      display: flex; align-items: center; justify-content: space-between;
      gap: 14px;
      padding: 20px 36px 24px;
      border-top: 1px solid var(--c-line);
      margin-top: 24px;
      position: relative;
      z-index: 1;
    }
    @media (max-width: 540px) { .popup-actions { padding: 18px 22px 22px; } }
    .popup-actions .popup-back {
      font-size: 0.84rem;
      color: var(--c-text-muted);
      padding: 8px 0;
      background: none; border: none;
      cursor: pointer;
      transition: color var(--dur) var(--ease);
    }
    .popup-actions .popup-back:hover { color: var(--c-white); }
    .popup-actions .popup-next { flex: 0 1 auto; }
    .popup-actions .popup-next:disabled {
      opacity: 0.4; cursor: not-allowed; pointer-events: none;
    }

    .popup-done {
      text-align: center;
      padding: 20px 0;
      position: relative; z-index: 1;
    }
    .popup-done .check-icon {
      width: 72px; height: 72px;
      border-radius: 50%;
      background: rgba(212, 168, 87, 0.14);
      border: 1px solid rgba(212, 168, 87, 0.4);
      display: inline-flex; align-items: center; justify-content: center;
      color: var(--c-gold);
      margin-bottom: 20px;
    }
    .popup-done .check-icon svg { width: 30px; height: 30px; stroke-width: 2; }
    .popup-done h3 {
      font-size: clamp(1.3rem, 2.4vw, 1.7rem);
      margin: 0 0 10px;
    }
    .popup-done p {
      margin: 0 auto 24px;
      max-width: 38ch;
      color: var(--c-text-muted);
    }
    .faq-item {
      border-bottom: 1px solid var(--c-line);
    }
    .faq-item summary {
      padding: 30px 0;
      cursor: pointer;
      list-style: none;
      display: flex; align-items: center; justify-content: space-between;
      gap: 24px;
      font-family: var(--ff-display);
      font-size: clamp(1.05rem, 1.6vw, 1.35rem);
      font-weight: 600;
      color: var(--c-white);
      letter-spacing: -0.015em;
      transition: color 300ms var(--ease);
    }
    .faq-item summary::-webkit-details-marker { display: none; }
    .faq-item summary:hover { color: var(--c-gold-soft); }
    .faq-toggle {
      width: 42px; height: 42px;
      border-radius: 50%;
      border: 1px solid var(--c-line-strong);
      display: flex; align-items: center; justify-content: center;
      color: var(--c-gold);
      flex-shrink: 0;
      transition: all 300ms var(--ease);
    }
    .faq-toggle svg { width: 16px; height: 16px; transition: transform 300ms var(--ease); }
    .faq-item:hover .faq-toggle {
      border-color: var(--c-gold);
    }
    .faq-item[open] .faq-toggle {
      background: var(--c-gold);
      color: #0A0A0B;
      border-color: var(--c-gold);
    }
    .faq-item[open] .faq-toggle svg { transform: rotate(45deg); }
    .faq-item[open] summary { color: var(--c-gold-soft); }
    .faq-answer {
      padding: 0 60px 32px 0;
      color: var(--c-text-muted);
      font-size: 1.02rem;
      line-height: 1.6;
      max-width: 64ch;
      animation: faq-open 400ms var(--ease-out);
    }
    .faq-answer a {
      color: var(--c-gold);
      border-bottom: 1px solid var(--c-gold-glow);
      padding-bottom: 1px;
      transition: border-color 300ms var(--ease);
    }
    .faq-answer a:hover { border-bottom-color: var(--c-gold); }
    @keyframes faq-open {
      from { opacity: 0; transform: translateY(-6px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .faq-footer-line {
      margin-top: 50px;
      text-align: center;
      color: var(--c-text-muted);
      font-size: 0.96rem;
    }
    .faq-footer-line a {
      color: var(--c-gold);
      border-bottom: 1px solid var(--c-gold-glow);
      padding-bottom: 1px;
    }
    .faq-footer-line a:hover { color: var(--c-gold-soft); }

    /* legacy bento CSS gardé inactif (sera retiré si besoin) */
    /* ====================================================
       BENTO — ancien, conservé pour rétro-compat
       ==================================================== */
    .bento-head {
      display: flex; align-items: flex-end; justify-content: space-between;
      gap: 32px; flex-wrap: wrap;
      margin-bottom: 56px;
    }
    .bento-head .left { max-width: 620px; }
    .bento-head h2 { margin: 16px 0 0; }

    .bento-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(2, 280px);
      gap: 14px;
    }
    .bento-card {
      position: relative;
      background: var(--c-bg-elev-1);
      border: 1px solid var(--c-line);
      border-radius: 26px;
      padding: 28px;
      overflow: hidden;
      transition: transform 500ms var(--ease), border-color 500ms var(--ease), background 500ms var(--ease);
      display: flex;
      flex-direction: column;
      cursor: default;
    }
    .bento-card:hover {
      transform: translateY(-3px);
      border-color: rgba(212, 168, 87, 0.32);
      background: var(--c-bg-elev-2);
    }
    .bento-wide { grid-column: span 2; }
    .bento-tall { grid-row: span 2; }
    @media (max-width: 1000px) {
      .bento-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
      .bento-wide { grid-column: span 2; }
      .bento-tall { grid-row: span 1; min-height: 320px; }
    }
    @media (max-width: 640px) {
      .bento-grid { grid-template-columns: 1fr; }
      .bento-card { grid-column: span 1 !important; min-height: 280px; }
    }

    .bento-card h3 {
      font-family: var(--ff-display);
      font-weight: 600;
      letter-spacing: -0.02em;
      color: var(--c-white);
      margin: 0;
    }
    .bento-card p {
      color: var(--c-text-muted);
      font-size: 0.94rem;
      line-height: 1.5;
      margin: 0;
    }
    .bento-card .lbl {
      font-family: var(--ff-body);
      font-size: 0.7rem;
      font-weight: 600;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--c-gold);
    }

    /* — Card "Les Mills" (wide) — */
    .bento-lesmills {
      background: linear-gradient(135deg, rgba(212, 168, 87, 0.10), var(--c-bg-elev-1) 60%);
    }
    .bento-lesmills .top-row {
      display: flex; align-items: center; justify-content: space-between;
      margin-bottom: auto;
    }
    .bento-lesmills .ext-icon {
      width: 36px; height: 36px;
      border-radius: 50%;
      background: rgba(212, 168, 87, 0.1);
      border: 1px solid rgba(212, 168, 87, 0.3);
      display: inline-flex; align-items: center; justify-content: center;
      color: var(--c-gold);
      transition: transform var(--dur) var(--ease), background var(--dur) var(--ease);
    }
    .bento-lesmills:hover .ext-icon { background: var(--c-gold); color: #0A0A0B; transform: rotate(-45deg); }
    .bento-lesmills .ext-icon svg { width: 14px; height: 14px; }
    .bento-lesmills h3 { font-size: clamp(2rem, 3.4vw, 2.8rem); margin: auto 0 12px; }
    .bento-lesmills p { max-width: 36ch; margin-bottom: 16px; }
    .bento-lesmills .chips-row {
      display: flex; flex-wrap: wrap; gap: 6px;
    }
    .bento-lesmills .chips-row .chip {
      font-size: 0.74rem;
      padding: 6px 12px;
      background: rgba(255,255,255,0.04);
      border-color: rgba(255, 255, 255, 0.1);
      color: var(--c-off);
      cursor: default;
    }

    /* — Card "Agathe" (tall) — */
    .bento-agathe {
      padding: 0;
    }
    .bento-agathe .agathe-photo {
      position: relative;
      flex: 1;
      min-height: 220px;
      background:
        radial-gradient(circle at 50% 30%, rgba(212, 168, 87, 0.22), transparent 55%),
        linear-gradient(165deg, #2A1E15, #1A1410 70%);
      overflow: hidden;
    }
    .bento-agathe .agathe-photo::before {
      content: '';
      position: absolute; inset: 0;
      background-image: var(--grain-url);
      background-size: 200px;
      opacity: 0.1;
      mix-blend-mode: overlay;
    }
    .bento-agathe .agathe-photo::after {
      content: 'AGATHE';
      position: absolute; bottom: 18px; left: 18px;
      font-family: var(--ff-display);
      font-size: 4.2rem;
      font-weight: 600;
      letter-spacing: -0.03em;
      color: var(--c-white);
      line-height: 0.9;
    }
    .bento-agathe .agathe-circle {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -55%);
      width: 110px; height: 110px;
      border-radius: 50%;
      border: 1px solid rgba(212, 168, 87, 0.45);
      background:
        radial-gradient(circle, rgba(212, 168, 87, 0.20), transparent 70%),
        linear-gradient(140deg, #1F1812, #100C09);
      display: flex; align-items: center; justify-content: center;
      color: var(--c-gold-soft);
      font-family: var(--ff-display);
      font-size: 2.6rem;
      font-weight: 600;
      transition: transform 500ms var(--ease);
    }
    .bento-agathe:hover .agathe-circle {
      transform: translate(-50%, -55%) scale(1.05);
    }
    .bento-agathe .agathe-body {
      padding: 24px 28px 28px;
    }
    .bento-agathe .lbl { margin-bottom: 10px; display: block; }
    .bento-agathe h3 { font-size: 1.2rem; margin-bottom: 8px; }
    .bento-agathe p { font-size: 0.88rem; }

    /* — Card "App Elevate" — */
    .bento-app .app-visual {
      display: flex; align-items: center; gap: 14px;
      margin-bottom: auto;
    }
    .bento-app .app-icon {
      width: 56px; height: 56px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--c-gold-soft), var(--c-gold-deep));
      box-shadow: 0 12px 22px -8px rgba(212, 168, 87, 0.45);
      display: flex; align-items: center; justify-content: center;
      color: #1A1408;
      font-family: var(--ff-display);
      font-size: 1.6rem;
      font-weight: 700;
      letter-spacing: -0.04em;
    }
    .bento-app .stores {
      display: flex; flex-direction: column; gap: 4px;
      font-size: 0.78rem;
      color: var(--c-text-muted);
    }
    .bento-app .stores b { color: var(--c-off); font-weight: 600; letter-spacing: 0.04em; }
    .bento-app h3 { font-size: 1.4rem; margin-top: 18px; }
    .bento-app p { font-size: 0.88rem; margin-top: 6px; }

    /* — Card "22 disciplines" (wide) — */
    .bento-disciplines {
      position: relative;
      overflow: hidden;
    }
    .bento-disciplines .big-num {
      font-family: var(--ff-display);
      font-size: clamp(4rem, 7vw, 6.4rem);
      font-weight: 250;
      letter-spacing: -0.06em;
      color: var(--c-white);
      line-height: 1;
      margin-bottom: 6px;
    }
    .bento-disciplines .big-num .plus { color: var(--c-gold); font-weight: 500; }
    .bento-disciplines h3 { font-size: 1.1rem; font-weight: 500; color: var(--c-text); margin-bottom: 18px; }
    .bento-disciplines .mini-marquee {
      margin: auto -28px -28px;
      padding: 14px 0;
      overflow: hidden;
      mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
      border-top: 1px solid var(--c-line);
    }
    .bento-disciplines .mini-marquee-track {
      display: flex; gap: 28px;
      animation: marquee 60s linear infinite;
      white-space: nowrap;
      font-family: var(--ff-display);
      font-size: 0.95rem;
      color: var(--c-text-muted);
    }
    .bento-disciplines .mini-marquee-track span {
      display: inline-flex; align-items: center; gap: 12px;
    }
    .bento-disciplines .mini-marquee-track span::after {
      content: '·';
      color: var(--c-gold);
      margin-left: 28px;
    }

    /* — Card "Bassins à flot 7j/7" — */
    .bento-247 {
      background: linear-gradient(135deg, rgba(70, 120, 160, 0.10), var(--c-bg-elev-1) 70%);
    }
    .bento-247 .live-wrap {
      display: inline-flex; align-items: center; gap: 8px;
      margin-bottom: auto;
      font-family: var(--ff-body);
      font-size: 0.7rem;
      font-weight: 600;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--c-success);
    }
    .bento-247 .live-dot {
      width: 8px; height: 8px; border-radius: 50%;
      background: var(--c-success);
      box-shadow: 0 0 10px rgba(93, 211, 168, 0.7);
      animation: pulse-247 2s ease-in-out infinite;
    }
    @keyframes pulse-247 {
      0%, 100% { opacity: 1; transform: scale(1); }
      50% { opacity: 0.5; transform: scale(0.75); }
    }
    .bento-247 .hour-line {
      font-family: var(--ff-display);
      font-size: clamp(1.7rem, 2.4vw, 2.2rem);
      font-weight: 600;
      letter-spacing: -0.02em;
      color: var(--c-white);
      line-height: 1.05;
      margin: auto 0 8px;
    }
    .bento-247 .hour-line .sep { color: var(--c-gold); font-weight: 300; margin: 0 6px; }
    .bento-247 p { font-size: 0.86rem; }

    /* — Card "Resofit" — */
    .bento-resofit {
      grid-column: span 2;
    }
    .bento-resofit .top { display: flex; align-items: center; justify-content: space-between; margin-bottom: auto; }
    .bento-resofit .net {
      position: relative;
      width: 100%;
      height: 60px;
      margin: 12px 0 18px;
    }
    .bento-resofit .net svg { width: 100%; height: 100%; }
    .bento-resofit h3 { font-size: 1.4rem; }
    .bento-resofit p { font-size: 0.88rem; margin-top: 6px; }
    .bento-resofit .ext {
      font-size: 0.74rem;
      color: var(--c-gold-soft);
      letter-spacing: 0.16em;
      text-transform: uppercase;
      font-weight: 600;
    }
    .manifesto-head {
      position: relative;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 32px;
      align-items: end;
      margin-bottom: 50px;
    }
    .manifesto-head .big-num {
      font-family: var(--ff-display);
      font-size: clamp(7rem, 18vw, 18rem);
      font-weight: 250;
      line-height: 0.82;
      letter-spacing: -0.07em;
      color: transparent;
      -webkit-text-stroke: 1px rgba(212, 168, 87, 0.32);
      text-stroke: 1px rgba(212, 168, 87, 0.32);
      align-self: flex-end;
      pointer-events: none;
      user-select: none;
    }
    @media (max-width: 880px) { .manifesto-head { grid-template-columns: 1fr; } .manifesto-head .big-num { font-size: 7rem; opacity: 0.6; } }

    .manifesto-marquee {
      margin: 0 0 80px;
    }
    .manifesto-marquee .marquee-track {
      animation-duration: 90s;
    }
    .manifesto-marquee-chip {
      display: inline-flex; align-items: center; gap: 18px;
      padding: 18px 32px;
      border: 1px solid rgba(212, 168, 87, 0.22);
      border-radius: var(--radius-pill);
      color: var(--c-gold-soft);
      font-family: var(--ff-display);
      font-size: 1.15rem;
      font-weight: 500;
      letter-spacing: -0.01em;
      background: rgba(212, 168, 87, 0.03);
      white-space: nowrap;
    }
    .manifesto-marquee-chip .x {
      color: var(--c-gold);
      font-size: 0.7rem;
      letter-spacing: 0.3em;
      font-weight: 700;
      text-transform: uppercase;
    }

    .manifesto-list {
      position: relative;
      border-top: 1px solid var(--c-line);
    }
    .manifesto-row {
      display: grid;
      grid-template-columns: 220px 1fr 60px;
      gap: 48px;
      padding: 44px 0;
      border-bottom: 1px solid var(--c-line);
      align-items: start;
      position: relative;
      transition: background var(--dur-slow) var(--ease);
    }
    .manifesto-row::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(212, 168, 87, 0.06), transparent 60%);
      opacity: 0;
      transition: opacity var(--dur-slow) var(--ease);
      pointer-events: none;
    }
    .manifesto-row:hover::before { opacity: 1; }
    .manifesto-row .label-cell {
      display: flex; flex-direction: column;
      gap: 8px;
      padding-top: 6px;
    }
    .manifesto-row .num {
      font-family: var(--ff-display);
      font-size: 2rem;
      font-weight: 300;
      color: var(--c-gold);
      line-height: 1;
      letter-spacing: -0.03em;
      transition: color var(--dur) var(--ease), transform var(--dur) var(--ease);
    }
    .manifesto-row:hover .num {
      color: var(--c-gold-soft);
      transform: translateX(6px);
    }
    .manifesto-row .cat {
      font-family: var(--ff-body);
      font-size: 0.78rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--c-text-muted);
      font-weight: 600;
    }
    .manifesto-row .content-cell {
      max-width: 56ch;
    }
    .manifesto-row .refusal {
      font-family: var(--ff-display);
      font-size: clamp(1.6rem, 2.8vw, 2.6rem);
      font-weight: 600;
      letter-spacing: -0.03em;
      color: var(--c-white);
      line-height: 1.05;
      margin: 0 0 14px;
      transition: color var(--dur) var(--ease);
    }
    .manifesto-row:hover .refusal { color: var(--c-gold-soft); }
    .manifesto-row .refusal .pas {
      color: var(--c-gold);
      font-weight: 700;
    }
    .manifesto-row .counter {
      font-size: 1.04rem;
      color: var(--c-text-muted);
      line-height: 1.5;
      margin: 0;
    }
    .manifesto-row .counter b {
      color: var(--c-text);
      font-weight: 500;
    }
    .manifesto-row .end-mark {
      display: flex; align-items: center; justify-content: flex-end;
      padding-top: 16px;
    }
    .manifesto-row .end-mark svg {
      width: 28px; height: 28px;
      color: rgba(212, 168, 87, 0.3);
      transition: color var(--dur) var(--ease), transform var(--dur) var(--ease);
    }
    .manifesto-row:hover .end-mark svg {
      color: var(--c-gold);
      transform: translateX(8px) rotate(-3deg);
    }

    @media (max-width: 1000px) {
      .manifesto-row { grid-template-columns: 160px 1fr; gap: 32px; padding: 36px 0; }
      .manifesto-row .end-mark { display: none; }
    }
    @media (max-width: 640px) {
      .manifesto-row { grid-template-columns: 1fr; gap: 14px; padding: 32px 0; }
      .manifesto-row .label-cell { flex-direction: row; align-items: baseline; gap: 16px; }
      .manifesto-row .num { font-size: 1.4rem; }
    }

    /* Footer du manifeste : la signature */
    .manifesto-sign {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
      padding-top: 60px;
      margin-top: 0;
      color: var(--c-text-dim);
      font-family: var(--ff-display);
      font-size: 0.96rem;
      font-weight: 400;
    }
    .manifesto-sign .seal {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      font-size: 0.74rem;
      color: var(--c-gold-soft);
    }
    .manifesto-sign .seal-dot {
      width: 8px; height: 8px; border-radius: 50%;
      background: var(--c-gold);
      box-shadow: 0 0 12px rgba(212, 168, 87, 0.5);
    }

    /* ====================================================
       UNIVERS (3 univers / disciplines preview)
       ==================================================== */
    .universe-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    @media (max-width: 1000px) { .universe-grid { grid-template-columns: 1fr; } }

    .universe {
      position: relative;
      border-radius: var(--radius-lg);
      overflow: hidden;
      aspect-ratio: 3/4;
      cursor: pointer;
      transition: transform var(--dur) var(--ease);
    }
    .universe:hover { transform: translateY(-6px); }
    .universe .ph {
      position: absolute; inset: 0;
      transition: transform var(--dur-slow) var(--ease);
    }
    .universe:hover .ph { transform: scale(1.05); }
    .universe .gradient {
      position: absolute; inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, transparent 40%, rgba(0,0,0,0.85) 100%);
    }
    .universe .ph .ph-icon {
      width: 120px; height: 120px;
      top: 42%; left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0.35;
    }
    .universe .body {
      position: absolute; inset: 0;
      padding: 32px;
      display: flex; flex-direction: column; justify-content: space-between;
      align-items: center;
      text-align: center;
    }
    .universe .tag-top {
      display: inline-flex; align-items: center;
      padding: 7px 14px;
      background: rgba(0,0,0,0.45); backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.16);
      border-radius: var(--radius-pill);
      font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--c-white);
    }
    .universe h3 {
      font-size: clamp(1.7rem, 2.4vw, 2.4rem);
      font-weight: 300;
      color: var(--c-white);
      margin: 0 0 10px;
    }
    .universe p { color: rgba(255,255,255,0.82); margin: 0 auto 16px; max-width: 30ch; font-size: 0.94rem; line-height: 1.45; }
    .universe ul { list-style: none; padding: 0; margin: 0 0 14px; display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }
    .universe ul li {
      font-size: 0.78rem; color: rgba(255,255,255,0.7);
      padding: 4px 10px;
      background: rgba(255,255,255,0.08);
      border-radius: var(--radius-pill);
      border: 1px solid rgba(255,255,255,0.1);
    }
    .universe .more {
      display: inline-flex; align-items: center; gap: 8px;
      font-size: 0.86rem; color: var(--c-gold-soft);
      transition: gap var(--dur) var(--ease);
    }
    .universe:hover .more { gap: 14px; }

    /* ====================================================
       LES CLUBS — magazine masonry
       ==================================================== */
    .clubs-mag {
      display: grid;
      grid-template-columns: 1.4fr 1fr 1fr;
      grid-template-rows: repeat(2, 280px);
      gap: 20px;
    }
    .clubs-mag .club-tile:nth-child(1) { grid-row: span 2; }
    @media (max-width: 1000px) {
      .clubs-mag { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
      .clubs-mag .club-tile:nth-child(1) { grid-row: span 2; min-height: 480px; }
    }
    @media (max-width: 640px) {
      .clubs-mag { grid-template-columns: 1fr; }
      .clubs-mag .club-tile { grid-row: auto !important; min-height: 320px; }
    }
    .clubs-mag .club-tile { aspect-ratio: auto; height: 100%; min-height: 100%; }

    /* ====================================================
       COULISSES — testimonial + portrait
       ==================================================== */
    .coulisses {
      padding: 84px 0;
      background: var(--c-bg-warm);
      position: relative;
      overflow: hidden;
    }
    .coulisses .blob { width: 700px; height: 700px; top: -200px; right: -150px; opacity: 0.4; }
    .coulisses-grid {
      display: grid;
      grid-template-columns: 0.85fr 1.15fr;
      gap: 80px;
      align-items: center;
    }
    @media (max-width: 1000px) { .coulisses-grid { grid-template-columns: 1fr; gap: 40px; } }
    .coulisses .portrait {
      aspect-ratio: 4/5;
      max-height: 580px;
      border-radius: 56% 44% 48% 52% / 50% 56% 44% 50%;
      overflow: hidden;
      position: relative;
    }
    .coulisses .quote-block { padding: 20px 0; }
    .coulisses .quote {
      font-family: var(--ff-display);
      font-size: clamp(1.8rem, 3vw, 2.6rem);
      font-weight: 250;
      line-height: 1.18;
      color: var(--c-white);
      letter-spacing: -0.02em;
      margin: 24px 0 32px;
    }
    .coulisses .quote .open { color: var(--c-gold); font-size: 1.4em; line-height: 0; margin-right: 8px; vertical-align: -0.2em; }
    .coulisses .author {
      display: flex; align-items: center; gap: 16px;
      padding-top: 24px;
      border-top: 1px solid var(--c-line);
    }
    .coulisses .author .avatar {
      width: 56px; height: 56px;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
    }
    .coulisses .author .name { font-family: var(--ff-display); font-size: 1.05rem; color: var(--c-white); margin-bottom: 4px; }
    .coulisses .author .meta { color: var(--c-text-muted); font-size: 0.85rem; }

    /* ====================================================
       CTA FINAL — marbre doré sur card claire
       ==================================================== */
    .cta-marble-section {
      padding: clamp(80px, 11vw, 140px) 0;
    }
    .cta-marble {
      position: relative;
      background-color: #FAF6F0;
      background-image: url('assets/img/textures/marble-gold.webp');
      background-size: cover;
      background-position: center;
      border-radius: 40px;
      padding: clamp(90px, 13vw, 160px) clamp(28px, 6vw, 80px);
      text-align: center;
      overflow: hidden;
      box-shadow: 0 50px 100px -22px rgba(0, 0, 0, 0.5), 0 8px 24px rgba(0, 0, 0, 0.18);
      border: 1px solid rgba(212, 168, 87, 0.18);
    }
    /* Soft overlay pour lisibilité du texte */
    .cta-marble::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at center, rgba(252, 250, 246, 0.4) 0%, transparent 65%);
      pointer-events: none;
    }
    .cta-marble-inner {
      position: relative;
      z-index: 1;
      max-width: 760px;
      margin: 0 auto;
    }
    .cta-marble h2 {
      color: #0A0A0B;
      font-size: clamp(2.8rem, 6vw, 5rem);
      font-weight: 600;
      letter-spacing: -0.045em;
      line-height: 0.98;
      margin: 0 0 32px;
    }
    .cta-marble h2 .accent {
      background: linear-gradient(135deg, #C49A4F 0%, #8A6A33 50%, #B58B47 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }
    .cta-marble p {
      font-size: clamp(1.02rem, 1.3vw, 1.18rem);
      color: rgba(10, 10, 11, 0.62);
      margin: 0 auto 48px;
      max-width: 44ch;
      line-height: 1.55;
    }
    .cta-marble .btn {
      padding: 19px 40px;
      font-size: 1rem;
    }

    /* ====================================================
       SECTION HEADERS
       ==================================================== */
    .sec-head {
      display: flex; align-items: flex-end; justify-content: space-between;
      gap: 24px; flex-wrap: wrap;
      margin-bottom: 40px;
    }
    .sec-head .left { max-width: 640px; }
    .sec-head h2 { margin: 12px 0 0; }
    .sec-head .right { display: flex; align-items: center; gap: 14px; }

    /* ====================================================
       RESPONSIVE — POLISH GLOBAL (HOME)
       Ajouts ciblés : 1024 / 768 / 480 / 360
       ==================================================== */

    /* ---------- 1024px : tablet ---------- */
    @media (max-width: 1024px) {
      .hero-edit { padding: 110px 0 50px; }
      .hero-edit-grid { gap: 56px; }
      .hero-visual { max-height: 560px; }
      .stack-meta { min-width: 220px; padding: 16px 20px; }
      .stack-meta .name { font-size: 1.25rem; }

      .trust-strip { gap: 24px; margin-top: 36px; padding-top: 22px; }
      .trust-strip .clubs { gap: 18px; }

      .numbers { padding: 64px 0; }
      .numbers-grid { gap: 28px; }

      .promesses-grid { gap: 14px; }
      .promesse-card { padding: 28px 26px 26px; min-height: 220px; }

      .team-preview-grid { gap: 14px; }
      .team-preview-head { margin-bottom: 44px; }

      .universe-grid { gap: 16px; }
      .universe .body { padding: 26px; }

      .clubs-mag { gap: 16px; }

      .sec-head { margin-bottom: 48px; }
      .sec-head .right { flex-wrap: wrap; }
    }

    /* ---------- 768px : mobile landscape ---------- */
    @media (max-width: 768px) {
      body { font-size: 15px; }

      /* HERO */
      .hero-edit { padding: 96px 0 44px; min-height: auto; }
      .hero-edit-grid { gap: 48px; }
      .hero-edit h1 {
        font-size: clamp(2.2rem, 8vw, 3.4rem);
        margin-bottom: 18px;
      }
      .hero-edit h1 .line { white-space: normal; }
      .hero-cta {
        gap: 10px;
        margin-top: 28px;
      }
      .hero-cta .btn,
      .hero-cta a {
        min-height: 44px;
      }

      /* photo-stack */
      .hero-visual {
        aspect-ratio: auto;
        max-height: 300px;
        height: 300px;
      }
      .stack-photo { width: 78%; height: 88%; }
      .stack-a { right: 0; top: 0; }
      .stack-b { right: 11%; top: 2%; }
      .stack-c { right: 22%; top: 6%; }
      .stack-meta {
        position: relative;
        bottom: auto;
        right: auto;
        left: 0;
        width: 100%;
        max-width: 100%;
        margin-top: 18px;
        padding: 14px 18px;
      }
      .stack-meta .name { font-size: 1.15rem; margin-bottom: 10px; }
      .stack-meta .actions { padding-top: 10px; gap: 12px; }
      .stack-meta .stack-next { width: 38px; height: 38px; min-width: 38px; }

      /* TRUST STRIP : enable horizontal scroll fallback */
      .trust-strip {
        gap: 16px;
        margin-top: 32px;
        padding-top: 20px;
        flex-wrap: wrap;
      }
      .trust-strip .label { font-size: 0.62rem; letter-spacing: 0.22em; }
      .trust-strip .clubs { gap: 14px; }
      .trust-strip .clubs a { font-size: 0.92rem; }

      /* MARQUEE */
      .marquee-chip {
        padding: 14px 22px;
        font-size: 0.96rem;
        gap: 10px;
      }

      /* EN CHIFFRES */
      .numbers { padding: 72px 0; }
      .numbers-grid { gap: 28px; }
      .stat-bigger .v { font-size: clamp(2.6rem, 8vw, 3.8rem); }
      .stat-bigger .lbl { font-size: 0.72rem; margin-top: 14px; }
      .stat-bigger .desc { font-size: 0.88rem; margin-top: 8px; }

      /* SIX PROMESSES */
      .promesses-head { margin-bottom: 44px; }
      .promesse-card {
        padding: 24px 20px 22px;
        min-height: 200px;
      }
      .promesse-card .top { margin-bottom: 14px; }
      .promesse-card .num { font-size: clamp(2.6rem, 8vw, 3.4rem); }
      .promesse-card .icon { width: 38px; height: 38px; }
      .promesse-card .icon svg { width: 16px; height: 16px; }
      .promesse-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
      .promesse-card p { font-size: 0.9rem; }

      /* TEAM */
      .team-preview-head {
        gap: 18px;
        margin-bottom: 36px;
      }
      .team-preview-head .right { width: 100%; }
      .team-body { padding: 16px 18px 20px; }
      .team-body h4 { font-size: 1.1rem; }
      .team-body .role { font-size: 0.78rem; margin-bottom: 10px; }
      .team-body .specs .chip { font-size: 0.66rem; padding: 3px 8px; }
      .team-cta-row { margin-top: 36px; gap: 12px; flex-wrap: wrap; justify-content: center; }
      .team-cta-row .btn { min-height: 44px; }

      /* UNIVERSE */
      .universe-grid { gap: 14px; }
      .universe { aspect-ratio: 4/5; }
      .universe .body { padding: 22px; }
      .universe h3 { font-size: clamp(1.5rem, 5vw, 2rem); }
      .universe p { font-size: 0.88rem; margin-bottom: 14px; }

      /* CLUBS MASONRY */
      .clubs-mag { gap: 14px; }

      /* FAQ */
      .faq-head { margin-bottom: 40px; }
      .faq-list { border-top: 1px solid var(--c-line); }
      .faq-item summary {
        padding: 22px 0;
        font-size: clamp(0.98rem, 3.4vw, 1.15rem);
        gap: 14px;
        min-height: 44px;
      }
      .faq-toggle { width: 36px; height: 36px; }
      .faq-toggle svg { width: 14px; height: 14px; }
      .faq-answer {
        padding: 0 0 24px 0;
        font-size: 0.94rem;
        line-height: 1.55;
      }
      .faq-footer-line { margin-top: 36px; font-size: 0.9rem; }

      /* CTA FINAL */
      .cta-marble-section { padding: 72px 0; }
      .cta-marble {
        padding: 64px 22px;
        border-radius: 28px;
        max-width: 92vw;
        margin: 0 auto;
      }
      .cta-marble h2 { font-size: clamp(2rem, 7vw, 2.8rem); margin-bottom: 22px; }
      .cta-marble p { font-size: 0.96rem; margin-bottom: 32px; }
      .cta-marble .btn { padding: 16px 30px; min-height: 44px; }

      /* POPUP DIAGNOSTIC */
      .popup-overlay { padding: 16px; }
      .popup-card { max-width: 100%; border-radius: 20px; }
      .popup-head { padding: 18px 22px 0; gap: 12px; }
      .popup-content { padding: 22px 22px 8px; }
      .popup-title { font-size: clamp(1.2rem, 4.6vw, 1.5rem); }
      .popup-actions { padding: 18px 22px 22px; gap: 12px; }
      .popup-actions .btn { min-height: 44px; }

      /* SECTION HEADERS */
      .sec-head { gap: 18px; margin-bottom: 40px; }
      .sec-head .right { width: 100%; }
      .sec-head .right .btn { min-height: 44px; }
    }

    /* ---------- 480px : mobile portrait ---------- */
    @media (max-width: 480px) {
      body { font-size: 14px; }

      /* HERO */
      .hero-edit { padding: 84px 0 36px; }
      .hero-edit-grid { gap: 36px; }
      .hero-edit h1 { font-size: clamp(2rem, 9.4vw, 2.8rem); line-height: 0.98; }
      .hero-cta { flex-direction: column; align-items: stretch; gap: 10px; margin-top: 22px; }
      .hero-cta .btn,
      .hero-cta a {
        width: 100%;
        justify-content: center;
        text-align: center;
      }

      /* photo-stack tight */
      .hero-visual { max-height: 220px; height: 220px; }
      .stack-photo { width: 82%; height: 92%; }
      .stack-a { right: 0; top: 0; }
      .stack-b { right: 9%; top: 2%; }
      .stack-c { right: 18%; top: 5%; }
      .stack-meta { padding: 12px 14px; margin-top: 14px; border-radius: 14px; }
      .stack-meta .name { font-size: 1rem; margin-bottom: 8px; }
      .stack-meta .actions { gap: 10px; }
      .stack-meta .stack-cta { font-size: 0.76rem; }
      .stack-meta .stack-next { width: 32px; height: 32px; min-width: 32px; }

      /* TRUST STRIP : horizontal scroll on very small */
      .trust-strip {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 14px;
        padding-bottom: 4px;
        scrollbar-width: none;
      }
      .trust-strip::-webkit-scrollbar { display: none; }
      .trust-strip .label { flex-shrink: 0; }
      .trust-strip .clubs {
        flex-wrap: nowrap;
        gap: 12px;
      }
      .trust-strip .clubs a {
        flex-shrink: 0;
        white-space: nowrap;
        font-size: 0.88rem;
      }

      /* MARQUEE */
      .marquee-chip {
        padding: 11px 18px;
        font-size: 0.78rem;
        gap: 8px;
      }
      .marquee-chip .dot { width: 4px; height: 4px; }
      .manifesto-marquee-chip { padding: 12px 20px; font-size: 0.88rem; gap: 12px; }

      /* EN CHIFFRES — 1 col w/ horizontal layout */
      .numbers { padding: 56px 0; }
      .numbers-grid { grid-template-columns: 1fr; gap: 18px; }
      .stat-bigger {
        flex-direction: row;
        align-items: center;
        gap: 18px;
        border-right: 0;
        border-bottom: 1px solid rgba(26, 20, 8, 0.12);
        padding: 0 0 18px 0;
      }
      .stat-bigger:last-child { border-bottom: 0; padding-bottom: 0; }
      .stat-bigger .v {
        font-size: clamp(2.2rem, 11vw, 3.2rem);
        flex-shrink: 0;
        min-width: 38%;
      }
      .stat-bigger .lbl { margin-top: 0; font-size: 0.66rem; }
      .stat-bigger .desc { margin-top: 4px; font-size: 0.82rem; }

      /* SIX PROMESSES — 1 col confirmed */
      .promesses-head { margin-bottom: 32px; }
      .promesse-card {
        padding: 22px 18px 20px;
        min-height: 0;
      }
      .promesse-card .top { margin-bottom: 12px; }
      .promesse-card .num { font-size: clamp(2.4rem, 11vw, 3rem); }
      .promesse-card h3 { font-size: 1.05rem; }
      .promesse-card p { font-size: 0.88rem; }

      /* TEAM — 2 cols on small */
      .team-preview-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
      .team-body { padding: 12px 14px 16px; }
      .team-body h4 { font-size: 1rem; }
      .team-body .role { font-size: 0.74rem; margin-bottom: 8px; }
      .team-body .specs { gap: 4px; }

      /* UNIVERSE */
      .universe { aspect-ratio: 5/6; }
      .universe .body { padding: 18px; }
      .universe h3 { font-size: 1.4rem; }
      .universe p { font-size: 0.84rem; margin-bottom: 12px; }
      .universe ul li { font-size: 0.72rem; padding: 3px 8px; }
      .universe .more { font-size: 0.82rem; }
      .universe .ph .ph-icon { width: 80px; height: 80px; }

      /* CLUBS */
      .clubs-mag .club-tile { min-height: 280px; }

      /* FAQ */
      .faq-head { margin-bottom: 32px; }
      .faq-item summary {
        padding: 18px 0;
        font-size: 0.98rem;
        gap: 10px;
      }
      .faq-toggle { width: 32px; height: 32px; }
      .faq-toggle svg { width: 13px; height: 13px; }
      .faq-answer {
        padding: 0 0 20px 0;
        font-size: 0.9rem;
      }

      /* CTA FINAL */
      .cta-marble-section { padding: 56px 0; }
      .cta-marble {
        padding: 48px 18px;
        border-radius: 22px;
        max-width: 94vw;
      }
      .cta-marble h2 { font-size: clamp(1.8rem, 8vw, 2.4rem); }
      .cta-marble p { font-size: 0.92rem; margin-bottom: 26px; }
      .cta-marble .btn {
        width: 100%;
        padding: 16px 24px;
        justify-content: center;
      }

      /* POPUP */
      .popup-overlay { padding: 12px; }
      .popup-card { border-radius: 18px; }
      .popup-head { padding: 16px 18px 0; gap: 10px; }
      .popup-content { padding: 18px 18px 6px; }
      .popup-title { font-size: 1.15rem; }
      .popup-sub { font-size: 0.84rem; margin-bottom: 18px; }
      .popup-choice { padding: 12px 14px; }
      .popup-choice .label { font-size: 0.86rem; }
      .popup-choice .desc { font-size: 0.72rem; }
      .popup-form input {
        padding: 14px 14px;
        font-size: 16px; /* prevent iOS zoom */
      }
      .popup-actions { padding: 14px 18px 18px; gap: 10px; }

      /* SECTION HEAD */
      .sec-head { margin-bottom: 32px; }
    }

    /* ---------- 360px : very small ---------- */
    @media (max-width: 360px) {
      .hero-edit { padding: 72px 0 28px; }
      .hero-edit h1 { font-size: clamp(1.8rem, 10vw, 2.4rem); }
      .hero-cta { margin-top: 18px; }

      .hero-visual { max-height: 200px; height: 200px; }
      .stack-meta { padding: 10px 12px; }
      .stack-meta .name { font-size: 0.94rem; }

      .marquee-chip { padding: 9px 14px; font-size: 0.72rem; }

      .numbers { padding: 44px 0; }
      .stat-bigger .v { font-size: 2.4rem; }

      .promesse-card { padding: 18px 16px; }
      .promesse-card h3 { font-size: 1rem; }
      .promesse-card p { font-size: 0.84rem; }

      /* TEAM goes to 1 col on very small */
      .team-preview-grid { grid-template-columns: 1fr; }
      .team-body h4 { font-size: 1.05rem; }

      .universe .body { padding: 16px; }
      .universe h3 { font-size: 1.25rem; }
      .universe ul { gap: 4px; }

      .clubs-mag .club-tile { min-height: 240px; }

      .faq-item summary { padding: 16px 0; font-size: 0.92rem; }
      .faq-answer { font-size: 0.86rem; }

      .cta-marble { padding: 36px 14px; border-radius: 18px; }
      .cta-marble h2 { font-size: 1.7rem; }
      .cta-marble p { font-size: 0.88rem; }

      .popup-head { padding: 14px 14px 0; }
      .popup-content { padding: 16px 14px 4px; }
      .popup-title { font-size: 1.05rem; }
      .popup-actions { padding: 12px 14px 16px; }
    }

    /* ---------- Touch / a11y safety net ---------- */
    @media (max-width: 768px) {
      input, select, textarea { font-size: 16px; }
      .btn { min-height: 44px; }
    }
  
/* ===== Pont WordPress ===== */
.wp-site-blocks { padding: 0; }
body.admin-bar .site-header { top: 32px; }
body { overflow-x: clip; }

/* ===== v0.2.1 — jonctions soudées, zéro interstice entre sections ===== */
.wp-site-blocks > * + * { margin-block-start: 0 !important; }
.hero-transition { margin-top: -1px; }
.hero-edit.hero-light { margin-bottom: 0; }

/* ===== v0.2.2 — scroll compresse ===== */
section { padding: clamp(34px, 4.5vw, 54px) 0; }
.hero-edit.hero-light { padding-bottom: 26px; }
.hero-transition { height: 12vh; }
.numbers { padding: 46px 0; }
.cta-marble-section { padding: 54px 0; }
.faq-section { padding: 48px 0 64px; }
.sec-head, .promesses-head, .team-preview-head, .faq-head { margin-bottom: 30px; }
.numbers-grid { gap: 24px; }

/* ===== v0.2.3 — mobile serré, footer allégé, CTA centrés ===== */
.site-footer { padding: 48px 0 24px; }
.footer-grid { row-gap: 28px; }
.footer-bottom { margin-top: 28px; padding-top: 20px; }
@media (max-width: 820px) {
  section { padding: 26px 0; }
  .hero-transition { height: 8vh; }
  .hero-edit.hero-light { padding-bottom: 18px; }
  .numbers { padding: 30px 0; }
  .cta-marble-section { padding: 32px 0; }
  .faq-section { padding: 28px 0 38px; }
  .sec-head, .promesses-head, .team-preview-head, .faq-head { margin-bottom: 20px; }
  .site-footer { padding: 32px 0 16px; }
  .footer-grid { row-gap: 20px; }
  .footer-bottom { margin-top: 20px; padding-top: 14px; }
  .hero-cta { display: flex; flex-direction: column; align-items: stretch; gap: 12px; max-width: 420px; margin-inline: auto; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .trust-strip, .trust-strip .clubs { justify-content: center; }
}

/* ===== v0.2.4 — centrage CTA prioritaire, couture marbre, pastilles resserrées ===== */
.marquee, .marquee-track { gap: 30px; }
.hero-transition {
  margin-top: -2px;
  background: linear-gradient(180deg,
    #FBF9F3 0%, #F4F0E7 10%, #C4BCAB 26%, #9B9384 40%,
    #6E675C 54%, #46423A 66%, #26231E 78%, #131110 89%, var(--c-bg) 100%);
}
@media (max-width: 820px) {
  .marquee, .marquee-track { gap: 18px; }
  .hero-edit .hero-cta {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
  }
  .hero-edit .hero-cta .btn {
    width: 100% !important;
    max-width: 420px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
}

/* ===== v0.2.5 — couture marbre/fondu indestructible (haute densité mobile) ===== */
.hero-edit.hero-light { background-color: #FBF9F3; border-bottom: 0 !important; }
.hero-transition { position: relative; margin-top: -4px; }
.hero-transition::before {
  content: '';
  position: absolute;
  left: 0; right: 0; top: -5px;
  height: 8px;
  background: #FBF9F3;
}
@media (max-width: 820px) {
  .hero-transition { margin-top: -6px; }
  .hero-transition::before { top: -7px; height: 10px; }
}

/* ===== v0.2.6 — fondu par voile transparent : l'ombre des photos s'enchaîne directement ===== */
.hero-transition::before { display: none; }
.hero-transition {
  position: relative;
  z-index: 2;
  height: 120px;
  margin-top: -52px;
  background: linear-gradient(180deg,
    rgba(8, 8, 10, 0) 0%,
    rgba(8, 8, 10, 0.30) 22%,
    rgba(8, 8, 10, 0.70) 36%,
    #08080A 50%,
    #08080A 100%);
}
@media (max-width: 820px) {
  .hero-transition { height: 92px; margin-top: -40px; }
}

/* ===== v0.2.7 — CTA final : le même marbre que le hero ===== */
.cta-marble {
  background-color: #FBF9F3;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(253, 251, 246, 0.55) 100%),
    url('assets/img/textures/marble-elevate.webp');
  background-size: cover, cover;
  background-position: center, center;
  padding: clamp(64px, 9vw, 110px) clamp(28px, 6vw, 80px);
}

/* ===== v0.2.8 — le voile s'arrête au bord du marbre, pastilles rapprochées ===== */
.hero-transition { height: 64px; margin-top: -52px; }
@media (max-width: 820px) {
  .hero-transition { height: 48px; margin-top: -40px; }
}

/* ===== v0.3 — mise en page de la tete de section chiffres ===== */
.numbers-head { max-width: 700px; margin-bottom: 26px; }

/* ===== v0.4 — sections natives : bandeau et FAQ ===== */
.marquee-section { padding: 6px 0 20px; }
.marquee-track p.marquee-chip { margin: 0; }
.faq-q {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  color: var(--c-white);
  font-weight: 500;
  margin: 0;
}
.faq-q::after {
  content: '+';
  color: var(--c-gold);
  font-size: 1.2em;
  line-height: 1;
  transition: transform 0.25s ease;
}
.faq-item.open .faq-q::after { content: '\2013'; }
.faq-item .faq-answer { display: none; padding-top: 10px; margin: 0; }
.faq-item.open .faq-answer { display: block; }

/* ===== v0.5 — blocs natifs : adaptations front ===== */
.hero-visual figure.club-slide { display: none; }
.hero-visual figure, .team-card figure, .club-tile figure { margin: 0; }
figure.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.club-tile figure.tile-bg { position: absolute; inset: 0; }
.club-tile figure.tile-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.club-tile .info { position: relative; z-index: 2; }
.universe ul { list-style: none; }
.team-preview-head .left, .sec-head .left { min-width: 0; }
/* FAQ : retrouver les proportions des accordéons d'origine */
.faq-item .faq-q { padding: 30px 0; font-size: 1.05rem; }
.faq-item.open .faq-q { color: var(--c-gold-soft); }
.faq-item .faq-answer { padding: 0 0 26px; max-width: 720px; color: var(--c-text-2, #CFC9BD); }

/* ===== v0.5 — tout natif : correctifs et composants ===== */
/* Titre équipe aligné à gauche (annule la mise en flex héritée) */
.team-preview-head { display: block; }

/* FAQ : retrouver les proportions d'origine */
.faq-list { border-top: 1px solid var(--c-line); }
.faq-item { border-bottom: 1px solid var(--c-line); background: none; padding: 0; }
.faq-q { padding: 20px 0; font-size: 1.05rem; }
.faq-item .faq-answer { padding: 0 0 20px; max-width: 760px; color: var(--c-muted); }

/* Têtes de sections empilées (univers, temple) */
.sec-head-stack { max-width: 700px; margin-bottom: 28px; }
.sec-head-stack .eyebrow { margin-bottom: 10px; }

/* Carrousel : les images natives nourrissent le moteur, masquées à l'affichage */
.hero-visual .wp-block-image.club-slide { display: none; }

/* Univers : listes natives en pastilles */
.universe .wp-block-list { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 12px 0 0; list-style: none; }

/* Tuiles clubs natives */
.clubs-mag-nat {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 16px;
}
.club-card-nat { position: relative; border-radius: 20px; overflow: hidden; }
.club-card-nat .club-card-photo { margin: 0; }
.club-card-nat .club-card-photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; display: block; }
.club-card-nat::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(5, 5, 6, 0.85) 100%);
  pointer-events: none;
}
.club-card-nat .club-card-info {
  position: absolute; left: 18px; right: 14px; bottom: 14px; z-index: 2;
}
.club-card-nat .club-card-info h3 { color: #FFFFFF; margin: 0 0 2px; font-size: 1.15rem; }
.club-card-nat .club-card-info p { color: rgba(244, 240, 232, 0.75); margin: 0; font-size: 0.85rem; }

/* Photos coachs natives */
.team-card .team-photo-nat { margin: 0 0 12px; }
.team-card .team-photo-nat img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; object-position: center top; border-radius: 14px; display: block; }

/* ===== v0.6 — marbres en blocs Image de fond, voiles gérés par le thème ===== */
.hero-edit { position: relative; }
.hero-edit.hero-light { background: #FBF9F3; }
.hero-edit.hero-light::before {
  content: '';
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.30) 0%, rgba(254, 252, 247, 0.58) 46%, rgba(252, 249, 242, 0.96) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0) 68%);
}
.hero-edit .section-bg { position: absolute; inset: 0; margin: 0; z-index: 0; }
.hero-edit .section-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-edit .container { position: relative; z-index: 2; }

.cta-marble { position: relative; overflow: hidden; background: #FBF9F3; background-image: none; }
.cta-marble::before {
  content: '';
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(253, 251, 246, 0.55) 100%);
}
.cta-marble .section-bg { position: absolute; inset: 0; margin: 0; z-index: 0; }
.cta-marble .section-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cta-marble-inner { position: relative; z-index: 2; }

/* ===== v0.6.1 — cartes univers en flux normal (correctif vérifié) ===== */
.universe {
  aspect-ratio: auto !important;
  min-height: 0;
  cursor: default;
  padding: 28px;
  border: 1px solid var(--c-line);
  background: rgba(255, 255, 255, 0.02);
}
.universe .body {
  position: static !important;
  inset: auto !important;
  padding: 0 !important;
  display: block !important;
}
.universe .tag-top { margin-bottom: 16px; }
.universe h3 { font-size: 1.5rem; margin: 0 0 10px; }
.universe p { color: var(--c-muted); }

/* ===== v0.6.2 — fonds photo des cartes univers (comme l'ancien site) ===== */
.universe { min-height: 430px; display: flex; flex-direction: column; justify-content: flex-end; }
.universe::before {
  content: '';
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 5, 6, 0.35) 0%, rgba(5, 5, 6, 0.62) 55%, rgba(5, 5, 6, 0.88) 100%);
}
.universe .universe-bg { position: absolute; inset: 0; margin: 0; z-index: 0; }
.universe .universe-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.universe .body { position: relative !important; z-index: 2; }
@media (max-width: 820px) {
  .universe { min-height: 360px; }
}

/* ===== v0.6.2 — fonds photo des cartes univers (esprit ancien site) ===== */
.universe { position: relative; overflow: hidden; min-height: 400px; display: flex; flex-direction: column; justify-content: flex-end; }
.universe .universe-bg { position: absolute; inset: 0; margin: 0; z-index: 0; }
.universe .universe-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.universe::before {
  content: '';
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 8, 10, 0.40) 0%, rgba(8, 8, 10, 0.72) 55%, rgba(8, 8, 10, 0.92) 100%);
}
.universe .body { position: relative; z-index: 2; }

/* ===== v0.9 — page Clubs : fiches natives ===== */
.page-head { padding: 10px 0 18px; }
.page-head h1 { font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1; margin: 10px 0 18px; }
.page-head h1 .gold { color: var(--c-gold); }
.page-head-lead { color: var(--c-muted); max-width: 640px; }

.club-sheets { display: grid; gap: 22px; }
.club-sheet {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: 0;
  border: 1px solid var(--c-line);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}
.club-sheet .sheet-photo { margin: 0; }
.club-sheet .sheet-photo img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; display: block; }
.club-sheet .sheet-body { padding: 30px 34px; }
.club-sheet h2 { font-size: 1.7rem; margin: 0 0 4px; }
.sheet-tag { color: var(--c-gold); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; margin: 0 0 10px; }
.sheet-addr { color: var(--c-text); margin: 8px 0 2px; }
.sheet-contact { margin: 0 0 12px; font-size: 0.92rem; }
.sheet-contact a { color: var(--c-gold); }
.sheet-hours { color: var(--c-muted); font-size: 0.92rem; line-height: 1.8; margin: 0 0 14px; }
.sheet-hours strong { color: var(--c-text); font-weight: 500; }
.sheet-equip { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 18px; }
.sheet-equip .chip {
  border: 1px solid var(--c-line-strong);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 0.78rem;
  color: var(--c-muted);
}
.sheet-ctas { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; }
.cta-clubs-final { text-align: center; padding-bottom: 70px; }
.cta-clubs-final p { color: var(--c-muted); max-width: 560px; margin: 10px auto 22px; }
@media (max-width: 820px) {
  .page-head { padding: 6px 0 12px; }
  .club-sheet { grid-template-columns: 1fr; }
  .club-sheet .sheet-photo img { min-height: 210px; max-height: 260px; }
  .club-sheet .sheet-body { padding: 22px 20px; }
}

/* ===== v0.9.1 — page Clubs façon maquette : onglets + panneau immersif ===== */
.page-head--clubs { padding-bottom: 8px; }
.club-pill {
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--c-text);
  background: none;
  border: 1px solid var(--c-line-strong);
  border-radius: 999px;
  padding: 12px 22px;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex; align-items: center; gap: 10px;
}
.club-pill em {
  font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase;
  border: 1px solid var(--c-gold); color: var(--c-gold);
  border-radius: 999px; padding: 3px 9px;
}

.club-panel { display: none; }
.club-panel.active { display: block; }
body.no-js .club-panel { display: block; margin-bottom: 40px; }

.club-hero { position: relative; border-radius: 26px; overflow: hidden; }
.club-hero .club-hero-photo { margin: 0; }
.club-hero .club-hero-photo img { width: 100%; aspect-ratio: 21 / 10; object-fit: cover; display: block; }
.club-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(5, 5, 6, 0.82) 100%);
  pointer-events: none;
}
.club-hero-caption {
  position: absolute; left: 30px; right: 30px; bottom: 22px; z-index: 2;
  display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap;
}
.club-hero-caption h2 { font-size: clamp(2rem, 4.4vw, 3.4rem); margin: 0; color: #FFFFFF; line-height: 1; }
.club-hero-caption .hero-addr { margin: 0; color: rgba(244, 240, 232, 0.85); }

.club-panel-info { padding: 26px 8px 0; max-width: 860px; }
@media (max-width: 820px) {
  .club-hero .club-hero-photo img { aspect-ratio: 4 / 3; }
  .club-hero-caption { left: 18px; right: 18px; bottom: 14px; }
  .club-panel-info { padding: 20px 2px 0; }
}

/* ===== v0.9.1 — page Clubs fidele a la maquette : pastilles + panneaux immersifs ===== */
.club-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; }
.club-pill {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--c-line-strong);
  border-radius: 999px;
  padding: 10px 20px;
  color: var(--c-text);
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.25s ease;
}
.club-pill em { font-style: normal; font-family: 'Oswald', sans-serif; font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-gold); border: 1px solid rgba(212,168,87,0.45); border-radius: 999px; padding: 3px 8px; }
.club-pill:hover { border-color: var(--c-gold); }
.club-pill.active { background: rgba(212, 168, 87, 0.14); border-color: var(--c-gold); color: var(--c-white); }

.club-panels.tabbed .club-panel { display: none; }
.club-panels.tabbed .club-panel.active { display: block; }
.club-panel { scroll-margin-top: 110px; }

.panel-hero { position: relative; border-radius: 28px; overflow: hidden; }
.panel-hero .panel-hero-img { margin: 0; }
.panel-hero .panel-hero-img img { width: 100%; height: clamp(320px, 48vw, 560px); object-fit: cover; display: block; }
.panel-hero::after { content:''; position:absolute; inset:0; background: linear-gradient(180deg, transparent 50%, rgba(5,5,6,0.72) 100%); pointer-events:none; }
.panel-overlay { position: absolute; left: 34px; right: 34px; bottom: 24px; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.panel-overlay h2 { font-size: clamp(2rem, 4.5vw, 3.4rem); margin: 0; color: #fff; }
.panel-overlay .panel-addr { margin: 0 0 8px; color: rgba(252,250,246,0.85); }

.panel-below { display: grid; grid-template-columns: 1.35fr 1fr; gap: 22px; margin-top: 22px; }
.video-facade {
  position: relative; border-radius: 22px; overflow: hidden; cursor: pointer;
  background-size: cover; background-position: center; min-height: 320px;
  display: flex; align-items: center; justify-content: center;
}
.video-facade::before { content:''; position:absolute; inset:0; background: rgba(5,5,6,0.45); }
.video-facade .vf-play { position: relative; z-index:2; width: 74px; height: 74px; border-radius: 50%; border: none; cursor: pointer; background: linear-gradient(110deg, #EAD1A2, #D4A857 42%, #9A7B3B); color:#fff; font-size: 1.2rem; display:flex; align-items:center; justify-content:center; box-shadow: var(--shadow-gold); }
.video-facade .vf-label { position:absolute; left: 20px; bottom: 16px; z-index:2; color: rgba(252,250,246,0.9); font-size: 0.9rem; }
.video-facade iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.panel-info { border: 1px solid var(--c-line); border-radius: 22px; padding: 26px 28px; background: rgba(255,255,255,0.02); }
.panel-info h3 { font-size: 1.5rem; margin: 0 0 6px; }
@media (max-width: 900px) {
  .panel-below { grid-template-columns: 1fr; }
  .panel-overlay { left: 20px; right: 20px; bottom: 16px; }
  .video-facade { min-height: 220px; }
}

/* ===== v0.9.2 — CTA centré, façades vidéo par bloc Image, planning Deciplus ===== */
.cta-clubs-final .sheet-ctas { justify-content: center; }

.video-poster { position: relative; border-radius: 22px; overflow: hidden; margin: 0; cursor: pointer; }
.video-poster img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; display: block; }
.video-poster::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(5, 5, 6, 0.42); pointer-events: none; transition: background 0.25s ease;
}
.video-poster::after {
  content: '▶'; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 74px; height: 74px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(110deg, #EAD1A2, #D4A857 42%, #9A7B3B);
  color: #FFFFFF; font-size: 1.15rem; padding-left: 5px;
  box-shadow: var(--shadow-gold); pointer-events: none;
}
.video-poster:hover::before { background: rgba(5, 5, 6, 0.28); }
.video-poster.playing::before, .video-poster.playing::after { display: none; }
.video-poster iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 3; }

/* Ancien systeme : masquer le bouton une fois la video lancee */
.video-facade[data-loaded]::before, .video-facade[data-loaded] .vf-play, .video-facade[data-loaded] .vf-label { display: none; }
.video-facade iframe { z-index: 3; }

.planning-section { scroll-margin-top: 110px; }
.planning-lead { color: var(--c-muted); margin: 8px 0 22px; }
.deciplus-embed {
  border: 1px solid var(--c-line);
  border-radius: 24px;
  overflow: hidden;
  background: #FFFFFF;
}
.deciplus-embed iframe { width: 100%; height: 900px; border: 0; display: block; }
@media (max-width: 820px) { .deciplus-embed iframe { height: 760px; } }

/* ===== v0.9.3 — grille planning par club (API), iframe en repli ===== */
.planning-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  border: 1px solid var(--c-line);
  border-radius: 24px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
}
.pg-day {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--c-muted);
  text-align: center;
  padding: 6px 0 12px;
}
.pg-card {
  border: 1px solid rgba(212, 168, 87, 0.28);
  background: linear-gradient(160deg, rgba(212, 168, 87, 0.10), rgba(212, 168, 87, 0.03));
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 8px;
}
.pg-card strong { display: block; font-weight: 600; font-size: 0.88rem; color: var(--c-white); }
.pg-card span { font-size: 0.76rem; color: var(--c-muted); }
.pg-soon { grid-column: 1 / -1; text-align: center; padding: 40px 20px; }
.pg-soon strong { display: block; font-size: 1.2rem; margin-bottom: 6px; }
.pg-soon span { color: var(--c-muted); }
@media (max-width: 900px) {
  .planning-grid { grid-template-columns: 1fr; }
  .pg-day { text-align: left; padding: 10px 0 6px; border-top: 1px solid var(--c-line); }
  .pg-col:first-child .pg-day { border-top: 0; }
}

/* ===== v0.9.5 — encart préventes Bastide dans la zone planning ===== */
.planning-soon { text-align: center; padding: 70px 24px; color: #08080A; }
.planning-soon strong { display: block; font-size: 1.3rem; margin-bottom: 8px; }
.planning-soon span { color: #5A554B; }

/* ===== v0.9.6 — vue hebdomadaire : l'iframe passe au-dessus du seuil 1280px documenté ===== */
.deciplus-embed {
  position: relative;
  width: min(100vw - 32px, 1600px);
  left: 50%;
  transform: translateX(-50%);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.deciplus-embed iframe { width: 100%; min-width: 1280px; height: 950px; }
@media (max-width: 820px) {
  .deciplus-embed iframe { min-width: 0; height: 780px; }
}

/* ===== v0.9.8 — ceinture : neutralisation du composant etranger club-tabs ===== */
.club-tabs { display: none !important; }

/* ===== v0.9.9 — planning par club en image mediatheque ===== */
.planning-title { font-size: 1.15rem; margin: 26px 0 12px; }
.planning-image { margin: 0; border: 1px solid var(--c-line); border-radius: 20px; overflow: hidden; }
.planning-image img { width: 100%; display: block; }
.planning-soon-note { margin: 22px 0 0; padding: 22px 26px; border: 1px solid rgba(212,168,87,0.35); border-radius: 16px; color: var(--c-muted); }
.planning-soon-note strong { color: var(--c-white); }

/* ===== v1.0.0 — grille planning temps reel : places restantes ===== */
.pg-card em { display: block; font-style: normal; font-size: 0.7rem; color: var(--c-gold); margin-top: 3px; }

/* ===== v1.1.0 — navigation de semaine + lecteurs video integres ===== */
.plan-nav { display: flex; align-items: center; gap: 14px; margin: 0 0 14px; }
.plan-nav-btn {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid var(--c-line-strong); background: none;
  color: var(--c-text); font-size: 1.1rem; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: all 0.2s ease;
}
.plan-nav-btn:hover { border-color: var(--c-gold); color: var(--c-gold); }
.plan-week { font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.78rem; color: var(--c-muted); }
.plan-loading, .plan-empty { border: 1px solid var(--c-line); border-radius: 20px; padding: 34px 24px; text-align: center; color: var(--c-muted); }
.elevate-video { border-radius: 22px; overflow: hidden; margin: 0; }
.elevate-video .wp-block-embed__wrapper { position: relative; aspect-ratio: 16 / 9; }
.elevate-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ===== v1.1.1 — un emplacement video par club, masque tant qu'il est vide ===== */
.elevate-video:not(:has(iframe)):not(:has(.wp-block-embed__wrapper > *)) { display: none; }

/* ===== v1.1.2 — menu mobile deroulant (classe nav-open posee par le burger) ===== */
@media (max-width: 940px) {
  .nav-island { position: relative; }
  body.nav-open .nav-island .nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #FCFAF6;
    border-radius: 22px;
    padding: 12px;
    box-shadow: 0 24px 60px -18px rgba(0, 0, 0, 0.45);
    z-index: 80;
  }
  body.nav-open .nav-island .nav-links a {
    display: flex;
    padding: 13px 16px;
    font-size: 1rem;
    border-radius: 14px;
  }
  body.nav-open .hamburger-island span { background: transparent; }
  body.nav-open .hamburger-island span::before { transform: rotate(45deg); top: 0; }
  body.nav-open .hamburger-island span::after { transform: rotate(-45deg); top: 0; }
}

/* ===== v1.2.0 — page Activites : grille filtrable par univers ===== */
.act-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; }
.act-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.act-card {
  border: 1px solid var(--c-line); border-radius: 20px;
  padding: 24px 26px; background: rgba(255,255,255,0.02);
  border-top: 2px solid var(--cat, var(--c-gold));
}
.act-card.cat-weight { --cat: #E5736E; }
.act-card.cat-well { --cat: #5DD3A8; }
.act-card.cat-muscle { --cat: #D4A857; }
.act-card h3 { font-size: 1.25rem; margin: 0 0 10px; }
.act-meta { display: flex; gap: 6px; flex-wrap: wrap; margin: 0 0 10px; }
.act-meta .chip, .act-equip .chip { border: 1px solid var(--c-line-strong); border-radius: 20px; padding: 4px 12px; font-size: 0.76rem; color: var(--c-muted); }
.act-meta .int-high { border-color: rgba(229,115,110,0.5); color: #E5736E; }
.act-meta .int-mid { border-color: rgba(212,168,87,0.5); color: var(--c-gold); }
.act-meta .int-low { border-color: rgba(93,211,168,0.5); color: #5DD3A8; }
.act-desc { color: var(--c-muted); margin: 0 0 12px; }
.act-equip { display: flex; gap: 6px; flex-wrap: wrap; margin: 0; }
.act-grid[data-filter="weight"] .act-card:not(.cat-weight),
.act-grid[data-filter="well"] .act-card:not(.cat-well),
.act-grid[data-filter="muscle"] .act-card:not(.cat-muscle) { display: none; }
@media (max-width: 980px) { .act-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .act-grid { grid-template-columns: 1fr; } }

/* ===== v1.2.1 — page Contact ===== */
.contact-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 26px; align-items: start; }
.contact-form-col, .contact-info-col {
  border: 1px solid var(--c-line); border-radius: 24px;
  padding: 30px 32px; background: rgba(255,255,255,0.02);
}
.contact-form-col h2, .contact-info-col h2 { font-size: 1.5rem; margin: 0 0 8px; }
.contact-club { padding: 14px 0; border-bottom: 1px solid var(--c-line); margin: 0; }
.contact-club:last-child { border-bottom: 0; }
.contact-club strong { color: var(--c-white); }
.contact-club a { color: var(--c-gold); }
.contact-form-col .wpforms-container input[type=text],
.contact-form-col .wpforms-container input[type=email],
.contact-form-col .wpforms-container textarea {
  background: var(--c-bg-elev-1); border: 1px solid var(--c-line-strong);
  border-radius: 14px; color: var(--c-text); padding: 12px 14px; width: 100%;
}
.contact-form-col .wpforms-container label { color: var(--c-text); }
.contact-form-col .wpforms-container button[type=submit] {
  background: linear-gradient(110deg, #EAD1A2, #D4A857 42%, #9A7B3B);
  color: #1A1508; border: 0; border-radius: 20px; padding: 14px 26px;
  font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 0.12em;
  cursor: pointer;
}
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } }

/* ===== v1.3.0 — Activites v2 : vignettes photo par categorie ===== */
.act-section { padding-top: 30px; }
.act-section h2 { margin-bottom: 22px; }
.act-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.act-tile .tile-img { margin: 0; border-radius: 18px; overflow: hidden; border: 1px solid var(--c-line); }
.act-tile .tile-img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; transition: transform 0.4s ease; }
.act-tile:hover .tile-img img { transform: scale(1.05); }
.act-tile .tile-name { margin: 10px 2px 0; font-family: 'Oswald', sans-serif; font-size: 0.86rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; }
.act-tile .tile-name a { color: var(--c-text); text-decoration: none; transition: color 0.2s ease; }
.act-tile:hover .tile-name a { color: var(--c-gold); }
@media (max-width: 1020px) { .act-tiles { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .act-tiles { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* ===== v1.3.1 — selecteur de categories Activites ===== */
.act-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; }

/* ===== v1.3.2 — selecteur d'activites sur une seule ligne en desktop ===== */
.page-head p.act-pills { max-width: none; }
@media (min-width: 941px) {
  .page-head p.act-pills { flex-wrap: nowrap; }
  .act-pills .act-pill { white-space: nowrap; padding: 10px 18px; font-size: 0.9rem; }
}

/* ===== v1.3.3 — gabarit des pages legales ===== */
.legal-section { padding: 10px 0 70px; }
.legal-body { counter-reset: legal-article; }
.legal-body h2 {
  counter-increment: legal-article;
  font-size: 1.5rem; margin: 44px 0 16px;
  padding-top: 28px; border-top: 1px solid var(--c-line);
}
.legal-body h2:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
.legal-body h3 { font-size: 1.08rem; margin: 26px 0 10px; color: var(--c-gold); font-weight: 600; }
.legal-body p { color: var(--c-muted); line-height: 1.75; margin: 0 0 14px; }
.legal-body p strong { color: var(--c-text); }
.legal-body ul { margin: 0 0 16px; padding-left: 18px; }
.legal-body ul li { color: var(--c-muted); line-height: 1.7; margin-bottom: 10px; padding-left: 6px; }
.legal-body ul li::marker { color: var(--c-gold); }

/* ===== v1.4.0 — gabarit fiche activite ===== */
.fiche-hero { position: relative; }
.fiche-hero .fiche-hero-img { margin: 0; }
.fiche-hero .fiche-hero-img img { width: 100%; height: clamp(340px, 52vh, 560px); object-fit: cover; display: block; }
.fiche-hero::after { content:''; position:absolute; inset:0; background: linear-gradient(180deg, rgba(5,5,6,0.25) 0%, rgba(5,5,6,0.55) 55%, var(--c-bg, #050506) 100%); pointer-events:none; }
.fiche-overlay { position: absolute; left: 0; right: 0; bottom: 34px; z-index: 2; padding: 0 max(24px, calc((100vw - 1180px) / 2)); }
.fiche-overlay h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); margin: 8px 0 6px; color: #fff; }
.fiche-sub { color: rgba(252,250,246,0.85); font-size: 1.05rem; margin: 0; }
.fiche-section { padding: 34px 0 10px; }
.fiche-section h2 { margin-bottom: 18px; }
.fiche-lead { font-size: 1.06rem; color: var(--c-text); line-height: 1.75; }
.fiche-section p { color: var(--c-muted); line-height: 1.75; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { border: 1px solid var(--c-line); border-radius: 20px; padding: 26px 28px; background: rgba(255,255,255,0.02); border-top: 2px solid var(--c-gold); }
.benefit-card h3 { font-size: 1.05rem; margin: 0 0 10px; }
.benefit-card p { margin: 0; font-size: 0.95rem; }
.fiche-retour { padding: 6px 0 0; }
.fiche-back a { color: var(--c-muted); text-decoration: none; font-size: 0.9rem; }
.fiche-back a:hover { color: var(--c-gold); }
@media (max-width: 900px) {
  .benefit-grid { grid-template-columns: 1fr; }
  .fiche-overlay { bottom: 20px; }
}

/* ===== v1.4.1 — typo unifiee des fiches + boutons centres sur mobile ===== */
.fiche-lead { font-size: 1rem; }
.fiche-section p, .benefit-card p { font-size: 1rem; }
@media (max-width: 820px) {
  .sheet-ctas { justify-content: center; }
  .sheet-ctas .btn { text-align: center; }
  .fiche-overlay .eyebrow { font-size: 0.7rem; }
}

/* ===== v1.4.2 — respiration avant les boutons des fiches ===== */
.fiche-section .sheet-ctas { margin-top: 26px; }

/* ===== v1.4.3 — boutons des fiches centres desktop et mobile ===== */
.fiche-section .sheet-ctas { justify-content: center; }

/* ===== v1.4.4 — bannieres video des fiches ===== */
.fiche-hero .fiche-hero-video { margin: 0; }
.fiche-hero .fiche-hero-video video {
  width: 100%; height: clamp(340px, 52vh, 560px);
  object-fit: cover; display: block;
}

/* ===== v1.4.5 — titre pose sur la video, cale pres du bord bas ===== */
.fiche-hero { height: clamp(340px, 52vh, 560px); overflow: hidden; }
.fiche-hero .fiche-hero-video, .fiche-hero .fiche-hero-img { margin: 0; height: 100%; }
.fiche-hero .fiche-hero-video video, .fiche-hero .fiche-hero-img img { height: 100%; width: 100%; object-fit: cover; display: block; }
.fiche-hero .fiche-overlay { bottom: 22px; }

/* ===== v1.4.6 — titre remonte, degrade allege, espace reduit avant Le cours ===== */
.fiche-hero .fiche-overlay { bottom: 64px; }
.fiche-hero::after {
  background: linear-gradient(180deg, rgba(5,5,6,0.15) 0%, rgba(5,5,6,0.35) 55%, rgba(5,5,6,0.78) 100%);
}
.fiche-hero + .fiche-section { padding-top: 26px; }
.fiche-hero + .fiche-section h2 { margin-top: 0; }
@media (max-width: 820px) {
  .fiche-hero .fiche-overlay { bottom: 34px; }
}

/* ===== v1.4.7 — cadrage de la banniere Gym Posturale (sujet en bas de photo) ===== */
.fiche-hero .fiche-hero-img img[src*="gym-posturale"] { object-position: center 78%; }

/* ===== v1.4.8 — section plan permanente en bas de page Clubs ===== */
.clubs-plan { padding: 44px 0 10px; }
.clubs-plan h2 { margin-top: 0; }
.clubs-plan .wpgmza_map, .clubs-plan .wpgmza-map { border-radius: 14px; overflow: hidden; }

/* ===== v1.4.9 — respiration entre l'intro et la carte ===== */
.clubs-plan .wp-block-shortcode { margin-top: 28px; }

/* ===== v1.5.0 — menus editables (blocs Navigation), retours pre-validation Moses ===== */
/* Carte : respiration entre l'intro et la carte */
.clubs-plan p { margin-bottom: 26px; }

/* Compat bloc Navigation dans le header */
.nav-island .nav-links ul { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav-island .nav-links a { color: inherit; }
.nav-island .nav-links a[aria-current] { color: var(--c-gold-deep, inherit); }
@media (min-width: 941px) {
  .nav-island .nav-links a { font-size: 1.04rem; }
}
@media (max-width: 940px) {
  .nav-island .nav-links ul { flex-direction: column; align-items: stretch; width: 100%; gap: 4px; }
}

/* Compat blocs Navigation dans le footer */
.footer-col .wp-block-navigation, .footer-col .footer-nav { display: block; }
.footer-col .footer-nav ul { display: block; list-style: none; margin: 0; padding: 0; }
.footer-col .footer-nav a { color: rgba(10, 10, 11, 0.62); margin: 6px 0; font-size: 0.92rem; display: block; transition: color var(--dur) var(--ease); }
.footer-col .footer-nav a:hover { color: var(--c-gold-deep); }

/* Footer mobile : version minimale */
@media (max-width: 640px) {
  .site-footer { padding: 30px 0 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 14px 20px; }
  .footer-col--brand { grid-column: 1 / -1; }
  .footer-col--brand p { margin: 4px 0 0; font-size: 0.82rem; }
  .footer-col--clubs { display: none; }
  .logo-img--footer { max-height: 26px; }
  .footer-col h5 { font-size: 0.66rem; margin: 0 0 4px; }
  .footer-col .footer-nav a, .footer-col a { font-size: 0.84rem; margin: 3px 0; }
  .footer-bottom { margin-top: 22px; padding-top: 12px; font-size: 0.72rem; }
}

/* ===== v1.5.1 — clubs du hero en bloc Navigation + footer mobile vraiment minuscule ===== */
.trust-strip .clubs ul { display: flex; flex-wrap: wrap; align-items: center; gap: 0; list-style: none; margin: 0; padding: 0; }
.trust-strip .clubs a { color: inherit; }

@media (max-width: 640px) {
  .site-footer { padding: 20px 0 10px !important; }
  .footer-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 8px 18px !important; }
  .footer-grid > .footer-col:first-child, .footer-col--brand { grid-column: 1 / -1 !important; }
  .footer-grid > .footer-col:first-child p, .footer-col--brand p { display: none !important; }
  .footer-grid > .footer-col:nth-child(3), .footer-col--clubs { display: none !important; }
  .logo-img--footer { max-height: 20px !important; }
  .footer-col h5 { font-size: 0.6rem !important; margin: 0 0 2px !important; letter-spacing: 0.16em !important; }
  .footer-col a, .footer-col .footer-nav a, .footer-col p { font-size: 0.78rem !important; margin: 2px 0 !important; }
  .footer-bottom { margin-top: 12px !important; padding-top: 8px !important; font-size: 0.66rem !important; }
}

/* ===== v1.5.4 — espaces clubs du hero, temple 6 colonnes, footer mobile accordeon ===== */
/* 1) Les noms de clubs respirent a nouveau */
.trust-strip .clubs ul { gap: 6px 22px; }

/* 2) Temple : 6 clubs sur une seule ligne des 1100px */
@media (min-width: 1100px) {
  .clubs-mag-nat { grid-template-columns: repeat(6, 1fr); gap: 14px; }
}

/* 3) Footer mobile : accordeons par section */
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr !important; gap: 0 !important; }
  .footer-grid > .footer-col:nth-child(3), .footer-col--clubs { display: block !important; }
  .footer-col { border-bottom: 1px solid rgba(10, 10, 11, 0.10); }
  .footer-col--brand, .footer-grid > .footer-col:first-child { border-bottom: none; padding-bottom: 6px; }
  .footer-col h5 {
    display: flex !important; align-items: center; justify-content: space-between;
    margin: 0 !important; padding: 11px 0 !important;
    font-size: 0.68rem !important; letter-spacing: 0.18em !important;
    cursor: pointer; user-select: none;
  }
  .footer-col h5::after { content: '+'; font-size: 1rem; font-weight: 400; color: rgba(10,10,11,0.45); transition: transform 0.25s ease; }
  .footer-col.fc-open h5::after { content: '–'; }
  .footer-col .footer-nav, .footer-col > a { display: none !important; }
  .footer-col.fc-open .footer-nav { display: block !important; padding: 0 0 10px; }
  .footer-col.fc-open > a { display: block !important; }
}

/* ===== v1.5.5 — vignettes temple sur mobile : texte remonte sur la photo, arrondis retablis ===== */
@media (max-width: 640px) {
  .club-card-nat { border-radius: 16px !important; overflow: hidden !important; }
  .club-card-nat .club-card-photo, .club-card-nat figure { margin: 0 !important; }
  .club-card-nat .club-card-photo img { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 16px; }
  .club-card-nat .club-card-info { bottom: 24px !important; left: 14px !important; right: 12px !important; }
  .club-card-nat .club-card-info h3 { font-size: 1.05rem; }
  .club-card-nat .club-card-info p { font-size: 0.8rem; }
}

/* ===== v1.5.6 — vignettes temple mobile : texte centre et remonte, sans debordement ===== */
@media (max-width: 640px) {
  .club-card-nat .club-card-info {
    left: 8px !important; right: 8px !important; bottom: 34px !important;
    text-align: center !important;
    overflow-wrap: break-word;
  }
  .club-card-nat .club-card-info h3 { font-size: 1rem; line-height: 1.2; margin: 0 0 2px; }
  .club-card-nat .club-card-info h3 a { color: #FFFFFF; text-decoration: none; }
  .club-card-nat .club-card-info p { font-size: 0.76rem; line-height: 1.25; }
}

/* ===== v1.5.7 — vignettes temple mobile : espacement reduit de moitie ===== */
@media (max-width: 640px) {
  .clubs-mag-nat { gap: 6px !important; }
}

/* ===== v1.5.8 — temple mobile : neutralisation des marges auto de WordPress entre vignettes ===== */
@media (max-width: 640px) {
  .clubs-mag-nat { gap: 6px !important; }
  .clubs-mag-nat > .club-card-nat, .clubs-mag-nat > * { margin: 0 !important; margin-block-start: 0 !important; }
}

/* ===== v1.5.9 — slider automatique de la team (8 par vue desktop, 4 par vue mobile) ===== */
.team-preview-grid.team-sliding { display: block; }
.team-preview-grid .team-page { display: none; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.team-preview-grid .team-page.tp-active { display: grid; animation: tpFade 0.55s ease; }
@keyframes tpFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.team-dots { display: flex; justify-content: center; gap: 8px; margin-top: 22px; }
.team-dots .dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(244, 240, 232, 0.25); transition: background 0.3s; }
.team-dots .dot.active { background: var(--c-gold, #D4A857); }
@media (max-width: 640px) {
  .team-preview-grid .team-page { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .team-preview-grid .team-page > .team-card, .team-preview-grid .team-page > * { margin: 0 !important; margin-block-start: 0 !important; }
}

/* ===== v1.5.10 — slider team : fleches precedent/suivant, rythme ralenti ===== */
.team-nav { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 22px; }
.team-nav .team-dots { margin-top: 0; }
.team-arrow {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(212, 168, 87, 0.45); background: none;
  color: var(--c-gold, #D4A857); font-size: 1.15rem; line-height: 1;
  cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
  transition: background 0.25s, color 0.25s;
}
.team-arrow:hover { background: var(--c-gold, #D4A857); color: #08080A; }

/* ===== v1.5.11 — sections Avis Google (accueil + panneaux clubs) ===== */
.avis-home { padding: 76px 0; }
.avis-home .avis-head { margin-bottom: 34px; }
.avis-wrap { max-width: 1080px; margin: 0 auto; }
.club-avis { margin-top: 34px; padding-top: 26px; border-top: 1px solid rgba(244, 240, 232, 0.12); }
.club-avis-title { font-size: 1.1rem; letter-spacing: 0.04em; margin: 0 0 18px; }
@media (max-width: 640px) {
  .avis-home { padding: 48px 0; }
  .club-avis { margin-top: 26px; padding-top: 20px; }
}

/* ===== v1.5.13 — temple : cadre etanche a toutes tailles ; footer : credit Atlas ===== */
/* Vignettes temple : arrondis fermes, aucune fuite sous la carte, desktop compris */
.club-card-nat { position: relative; overflow: hidden !important; border-radius: 18px !important; }
.club-card-nat .club-card-photo, .club-card-nat figure { margin: 0 !important; }
.club-card-nat .club-card-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.club-card-nat .club-card-photo a { display: block; height: 100%; }
.clubs-mag-nat > * { margin: 0 !important; margin-block-start: 0 !important; }
/* Univers cliquables : le lien enveloppe l'image sans casser la carte */
.universe .universe-bg a { display: block; position: absolute; inset: 0; }
.universe .universe-bg a img { width: 100%; height: 100%; object-fit: cover; }
.universe .body h3 a { color: inherit; text-decoration: none; }
@media (max-width: 640px) {
  .clubs-mag-nat { gap: 4px !important; }
}
/* Credit Atlas Strategie dans le pied de page */
.footer-bottom .credit-atlas { color: inherit; }
.footer-bottom .credit-atlas:hover { color: var(--c-gold-deep, inherit); }

/* ===== v1.6.0 — retours Moses : hero video, snap, header mobile, banniere, marbre noir ===== */
/* Hero video */
.hero-edit.hero-video { color: #F4F0E8; }
.hero-video .hero-video-stack { position: absolute; inset: 0; overflow: hidden; z-index: 1; }
.hero-video .hero-video-stack video { width: 100%; height: 100%; object-fit: cover; }
.hero-video .hero-video-stack::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,8,10,0.55), rgba(8,8,10,0.30) 42%, rgba(8,8,10,0.82)); }
.hero-video .hero-video-stack.hv-blocked { display: none; }
.hero-video .container { position: relative; z-index: 2; }
.hero-video .hero-edit-grid { grid-template-columns: 1fr; }
.hero-video h1, .hero-video .lead { color: #F4F0E8; }
.hero-video .btn--ghost { border-color: rgba(244,240,232,0.55); color: #F4F0E8; }
.hero-video .trust-strip .clubs a { color: rgba(244,240,232,0.82); }
.hero-price a { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 9px 18px; border: 1px solid rgba(212,168,87,0.6); border-radius: 20px; color: #F4F0E8; text-decoration: none; font-size: 0.95rem; letter-spacing: 0.02em; transition: background 0.25s; }
.hero-price a strong { color: var(--c-gold, #D4A857); font-weight: 700; }
.hero-price a:hover { background: rgba(212,168,87,0.14); }

/* Defilement par sections : accueil desktop uniquement, accroche douce */
@media (min-width: 941px) {
  html:has(body.home) { scroll-snap-type: y proximity; }
  body.home section.wp-block-group { scroll-snap-align: start; scroll-margin-top: 64px; }
  body.home .marquee-section, body.home .site-footer { scroll-snap-align: none; }
}

/* Header mobile : se masque a la descente, revient a la remontee */
.site-header { transition: transform 0.3s ease; }
@media (max-width: 940px) {
  .site-header.hdr-hide { transform: translateY(-120%); }
}

/* CTA marbre noir : texte clair */
.cta-marble--dark .cta-marble-inner h2, .cta-marble--dark .cta-marble-inner p { color: #F4F0E8; }
.cta-marble--dark .cta-marble-inner h2 .accent { color: var(--c-gold, #D4A857); }

/* Banniere promo fixe */
.promo-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 900; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 44px 11px 16px; background: linear-gradient(90deg, #C99B3F, #E3BE6C 50%, #C99B3F); box-shadow: 0 -6px 24px rgba(8,8,10,0.35); }
.promo-banner a { display: flex; align-items: baseline; gap: 10px; color: #08080A; text-decoration: none; font-family: 'Oswald', sans-serif; letter-spacing: 0.06em; }
.promo-banner a strong { font-size: 1rem; text-transform: uppercase; }
.promo-banner a span { font-size: 0.85rem; opacity: 0.85; }
.promo-banner .pb-close { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; border: none; background: rgba(8,8,10,0.14); border-radius: 50%; color: #08080A; font-size: 1rem; line-height: 1; cursor: pointer; }
@media (max-width: 640px) {
  .promo-banner { padding: 9px 40px 9px 12px; }
  .promo-banner a span { display: none; }
  .promo-banner a strong { font-size: 0.85rem; }
}

/* ===== v1.6.1 — marbre noir sans voile, vignettes mobile serrees, banniere bouton ===== */
/* CTA sombre : suppression du voile blanc et du fond creme */
.cta-marble--dark { background-color: #0B0B0D !important; background-image: none !important; }
.cta-marble--dark::before { display: none !important; }

/* Vignettes temple mobile : espacement minimal, toutes sources de marge ecrasees */
@media (max-width: 640px) {
  body .clubs-mag-nat { display: grid !important; grid-template-columns: 1fr !important; gap: 5px !important; row-gap: 5px !important; }
  body .clubs-mag-nat > .club-card-nat { margin: 0 !important; margin-block: 0 !important; }
  body .clubs-mag-nat > .club-card-nat + .club-card-nat { margin-top: 0 !important; }
}

/* Banniere : libelle + bouton */
.promo-banner .pb-btn { display: inline-block; padding: 7px 16px; background: #08080A; color: #F4F0E8; border-radius: 18px; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; }
.promo-banner a { align-items: center; }
@media (max-width: 640px) {
  .promo-banner a span.pb-btn { display: inline-block; padding: 6px 12px; font-size: 0.72rem; }
}

/* ===== v1.6.2 — planning : replie sur desktop, onglets par jour sur mobile ===== */
.plan-days { display: none; }
@media (min-width: 641px) {
  .plan-clip { max-height: 400px; overflow: hidden; position: relative; }
  .plan-clip:not(.pl-open)::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 90px; background: linear-gradient(180deg, transparent, #0B0B0D); pointer-events: none; }
  .plan-clip.pl-open { max-height: none; }
  .plan-more { display: block; margin: 12px auto 0; padding: 9px 22px; border-radius: 18px; border: 1px solid rgba(212, 168, 87, 0.55); background: none; color: var(--c-gold, #D4A857); cursor: pointer; font-size: 0.85rem; letter-spacing: 0.05em; transition: background 0.25s; }
  .plan-more:hover { background: rgba(212, 168, 87, 0.12); }
}
@media (max-width: 640px) {
  .plan-days { display: flex; gap: 6px; overflow-x: auto; margin: 10px 0 12px; padding-bottom: 4px; -webkit-overflow-scrolling: touch; }
  .plan-day-tab { flex: 0 0 auto; padding: 7px 13px; border-radius: 16px; border: 1px solid rgba(244, 240, 232, 0.22); background: none; color: inherit; font-size: 0.8rem; letter-spacing: 0.04em; cursor: pointer; }
  .plan-day-tab.active { background: var(--c-gold, #D4A857); color: #08080A; border-color: var(--c-gold, #D4A857); }
  .planning-grid { display: block !important; }
  .planning-grid .pg-col { display: none; }
  .planning-grid .pg-col.pg-active { display: block; }
  .planning-grid .pg-col .pg-day { display: none; }
  .plan-clip { max-height: none !important; }
  .plan-more { display: none !important; }
}

/* ===== v1.6.3 — vignettes temple : ecarts reduits de moitie SUR TOUS LES ECRANS, pleine largeur mobile ===== */
.clubs-mag-nat { gap: 8px !important; }
@media (min-width: 1100px) {
  .clubs-mag-nat { gap: 7px !important; }
}
@media (max-width: 640px) {
  body .clubs-mag-nat { margin-left: -18px !important; margin-right: -18px !important; gap: 5px !important; }
  body .clubs-mag-nat .club-card-nat { border-radius: 12px !important; }
}

/* ===== v1.7.0 — vague A Moses : pleine largeur, hero v14, compteurs, banniere verrouillee ===== */
/* Pleine largeur avec gouttiere de metier */
.container { max-width: none; width: calc(100% - 48px); margin-left: auto; margin-right: auto; }
@media (min-width: 1500px) { .container { width: calc(100% - 72px); } }
/* Les blocs de lecture gardent une largeur confortable */
.faq-list { max-width: 1050px; margin-left: auto; margin-right: auto; }
.cta-marble-inner { max-width: 760px; }

/* Hero v14 */
.hero-topbadge a { display: inline-flex; align-items: center; gap: 6px; padding: 7px 15px; border: 1px solid rgba(212,168,87,0.5); border-radius: 18px; color: #F4F0E8; text-decoration: none; font-size: 0.82rem; letter-spacing: 0.04em; }
.hero-topbadge a strong { color: var(--c-gold, #D4A857); }
.hero-topbadge a:hover { background: rgba(212,168,87,0.14); }
.hero-video .eyebrow { color: rgba(244,240,232,0.75); margin-top: 18px; }
.hero-avis { display: flex; align-items: center; gap: 10px; color: rgba(244,240,232,0.9); font-size: 0.95rem; margin: 14px 0 6px; }
.hero-avis .stars { color: var(--c-gold, #D4A857); letter-spacing: 3px; font-size: 0.9rem; }
.hero-video .hero-cta { margin-top: 18px; }

/* Barre de compteurs */
.counters-bar { display: flex; justify-content: center; align-items: baseline; gap: clamp(28px, 8vw, 130px); padding: 6px 0 2px; }
.counters-bar .cnt { text-align: center; }
.counters-bar .cnt .v { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: clamp(2.4rem, 5.5vw, 4.2rem); line-height: 1; color: var(--c-gold, #D4A857); margin: 0; }
.counters-bar .cnt .lbl { margin: 8px 0 0; font-size: clamp(0.6rem, 1.1vw, 0.78rem); letter-spacing: 0.18em; text-transform: uppercase; color: rgba(244,240,232,0.62); }
@media (max-width: 640px) {
  .counters-bar { gap: 22px; justify-content: space-between; }
}

/* Banniere : verrouillee, sans croix, hors de portee des barres iOS */
.promo-banner { padding-right: 16px; padding-bottom: calc(11px + env(safe-area-inset-bottom, 0px)); z-index: 2147483000; }

/* ===== v1.7.1 — vague B (doublon de securite des regles embarquees dans la page) ===== */
@media (max-width: 640px) {
  .promesses-grid { display: flex !important; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; padding-bottom: 8px; scrollbar-width: none; }
  .promesses-grid::-webkit-scrollbar { display: none; }
  .promesses-grid .promesse-card { flex: 0 0 80%; scroll-snap-align: center; }
}

/* ===== v1.7.3 — planning mobile 2 jours, credit discret, doublons de securite ===== */
@media (max-width: 640px) {
  .planning-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 6px; }
  .planning-grid .pg-col { display: none; }
  .planning-grid .pg-col.pg-active, .planning-grid .pg-col.pg-next { display: block; }
  .planning-grid .pg-col .pg-day { display: block; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(212,168,87,0.85); margin-bottom: 6px; }
  .promesses-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 6px !important; }
  .promesses-grid .promesse-card { flex: none; }
  .promesses-grid .promesse-card p { display: none !important; }
  .hero-avis { justify-content: center !important; }
}
.footer-bottom .credit-atlas { font-size: 0.68rem; opacity: 0.55; }
.footer-bottom .credit-atlas:hover { opacity: 1; }

/* ===== v1.7.4 — credit au-dessus de la banniere, hero mobile plein ecran (doublon), repli planning raccourci ===== */
.site-footer { padding-bottom: calc(62px + env(safe-area-inset-bottom, 0px)) !important; }
@media (max-width: 640px) {
  .hero-edit.hero-video { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; box-sizing: border-box; }
  .hero-edit.hero-video .container { width: 100%; }
}
@media (min-width: 641px) {
  .plan-clip { max-height: 290px; }
}

/* ===== v1.7.5 — planning mobile : replie aussi, bouton "Voir le planning complet" tot ===== */
@media (max-width: 640px) {
  .plan-clip { max-height: 300px !important; overflow: hidden; position: relative; }
  .plan-clip:not(.pl-open)::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 70px; background: linear-gradient(180deg, transparent, #0B0B0D); pointer-events: none; }
  .plan-clip.pl-open { max-height: none !important; }
  .plan-more { display: block !important; margin: 10px auto 0; padding: 8px 20px; border-radius: 18px; border: 1px solid rgba(212, 168, 87, 0.55); background: none; color: var(--c-gold, #D4A857); cursor: pointer; font-size: 0.82rem; letter-spacing: 0.05em; }
}

/* ===== v1.7.6 — credit et ligne de copyright centres absolument ===== */
.footer-bottom { display: flex !important; justify-content: center !important; text-align: center !important; width: 100%; }
.footer-bottom span { display: block; width: 100%; text-align: center; }

/* ===== v1.7.7 — banniere hauteur stable, membre compact a droite, largeurs de texte liberees ===== */
/* Banniere : coussin fixe (le coussin dynamique env() causait la double hauteur avant premier geste) */
.promo-banner { padding-bottom: 11px !important; }
@media (max-width: 640px) { .promo-banner { padding-bottom: 10px !important; } }

/* (v1.7.8) Regles nav v1.7.7 retirees : elles cassaient la grille mobile V2 du header */

/* Largeurs de texte : toute la largeur disponible, partout */
.faq-item .faq-answer { max-width: none !important; }
.faq-list { max-width: none !important; }
.cta-marble-inner { max-width: 1150px !important; }
.hero-topbadge a { font-size: 0.98rem; padding: 9px 20px; }

/* ============================================================
   v1.8.0 — PEAU WPFORMS : sombre, or, Oswald (funnel Elevate)
   ============================================================ */
.wpforms-container { color: #F4F0E8; }
.wpforms-container .wpforms-field { padding: 14px 0; }
.wpforms-container .wpforms-field-label {
  color: #F4F0E8; font-family: 'Oswald', sans-serif; font-weight: 500;
  font-size: 1.05rem; letter-spacing: 0.02em; margin-bottom: 10px;
}
.wpforms-container .wpforms-field-sublabel, .wpforms-container .wpforms-field-description {
  color: rgba(244,240,232,0.55); font-size: 0.8rem;
}
.wpforms-container .wpforms-required-label { color: var(--c-gold, #D4A857); }

/* Champs de saisie */
.wpforms-container input[type=text], .wpforms-container input[type=email],
.wpforms-container input[type=tel], .wpforms-container input[type=number],
.wpforms-container select, .wpforms-container textarea {
  background: #0B0B0D !important; color: #F4F0E8 !important;
  border: 1px solid rgba(244,240,232,0.18) !important; border-radius: 10px !important;
  padding: 12px 14px !important; box-shadow: none !important; max-width: 100%;
}
.wpforms-container input:focus, .wpforms-container select:focus, .wpforms-container textarea:focus {
  border-color: var(--c-gold, #D4A857) !important;
  box-shadow: 0 0 0 3px rgba(212,168,87,0.18) !important; outline: none !important;
}

/* Choix (cases et radios) en cartes */
.wpforms-container .wpforms-field-checkbox ul li, .wpforms-container .wpforms-field-radio ul li,
.wpforms-container .wpforms-field-gdpr-checkbox ul li {
  background: #0B0B0D; border: 1px solid rgba(244,240,232,0.16); border-radius: 12px;
  padding: 12px 14px; margin: 8px 0; transition: border-color 0.18s, background 0.18s;
}
.wpforms-container .wpforms-field-checkbox ul li:hover, .wpforms-container .wpforms-field-radio ul li:hover {
  border-color: rgba(212,168,87,0.6);
}
.wpforms-container .wpforms-field-checkbox ul li:has(input:checked),
.wpforms-container .wpforms-field-radio ul li:has(input:checked),
.wpforms-container .wpforms-field-gdpr-checkbox ul li:has(input:checked) {
  border-color: var(--c-gold, #D4A857); background: rgba(212,168,87,0.1);
}
.wpforms-container .wpforms-field input[type=checkbox], .wpforms-container .wpforms-field input[type=radio] {
  accent-color: var(--c-gold, #D4A857);
}
.wpforms-container .wpforms-field-checkbox ul li label, .wpforms-container .wpforms-field-radio ul li label {
  color: rgba(244,240,232,0.9); cursor: pointer;
}

/* Indicateur d'etapes */
.wpforms-container .wpforms-page-indicator.progress {
  background: rgba(244,240,232,0.1); border-radius: 999px; overflow: hidden;
}
.wpforms-container .wpforms-page-indicator-page-progress {
  background: linear-gradient(90deg, #C99B3F, #E3BE6C) !important;
}
.wpforms-container .wpforms-page-indicator-steps { color: rgba(244,240,232,0.7); }

/* Boutons */
.wpforms-container button[type=submit], .wpforms-container .wpforms-page-next {
  background: linear-gradient(90deg, #C99B3F, #E3BE6C 50%, #C99B3F) !important;
  color: #08080A !important; border: none !important; border-radius: 26px !important;
  padding: 14px 30px !important; font-family: 'Oswald', sans-serif; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; font-size: 0.92rem !important; cursor: pointer;
}
.wpforms-container button[type=submit]:hover, .wpforms-container .wpforms-page-next:hover { filter: brightness(1.06); }
.wpforms-container .wpforms-page-prev {
  background: none !important; color: rgba(244,240,232,0.7) !important;
  border: 1px solid rgba(244,240,232,0.25) !important; border-radius: 26px !important; padding: 13px 22px !important;
}

/* Signature, fichiers, note */
.wpforms-container .wpforms-signature-wrap, .wpforms-container .wpforms-signature-canvas {
  background: #FFFFFF; border-radius: 12px; border: 1px solid rgba(244,240,232,0.2);
}
.wpforms-container .wpforms-uploader {
  background: #0B0B0D !important; border: 1.5px dashed rgba(212,168,87,0.55) !important;
  border-radius: 12px !important; color: rgba(244,240,232,0.75) !important;
}
.wpforms-container .wpforms-field-rating svg { filter: drop-shadow(0 1px 4px rgba(212,168,87,0.35)); }

/* Erreurs et confirmations */
.wpforms-container label.wpforms-error { color: #E4756B !important; font-size: 0.8rem; }
.wpforms-container .wpforms-field-required.wpforms-has-error input { border-color: #E4756B !important; }
.wpforms-confirmation-container-full {
  background: #101114 !important; border: 1px solid rgba(212,168,87,0.55) !important;
  border-radius: 16px !important; color: #F4F0E8 !important; padding: 26px 28px !important;
}
.wpforms-confirmation-container-full p { color: rgba(244,240,232,0.88); }

/* ===== v1.8.1 — moteur moderne WPForms : pilotage par variables + indicateur assaini ===== */
.wpforms-container, .wpforms-container-full, .wpforms-container .wpforms-form {
  --wpforms-label-color: #F4F0E8 !important;
  --wpforms-label-sublabel-color: rgba(244,240,232,0.6) !important;
  --wpforms-label-error-color: #E4756B !important;
  --wpforms-field-text-color: #F4F0E8 !important;
  --wpforms-field-background-color: #0B0B0D !important;
  --wpforms-field-border-color: rgba(244,240,232,0.2) !important;
  --wpforms-field-border-radius: 10px !important;
  --wpforms-field-menu-color: #101114 !important;
  --wpforms-button-background-color: #D4A857 !important;
  --wpforms-button-border-color: #D4A857 !important;
  --wpforms-button-text-color: #08080A !important;
  --wpforms-button-border-radius: 26px !important;
  --wpforms-page-break-color: #D4A857 !important;
  --wpforms-background-color: transparent !important;
}
/* Filet universel : tout texte du formulaire en clair */
.wpforms-container, .wpforms-container label, .wpforms-container legend,
.wpforms-container .wpforms-field span, .wpforms-container p {
  color: #F4F0E8;
}
.wpforms-container .wpforms-field-description, .wpforms-container .wpforms-field-sublabel {
  color: rgba(244,240,232,0.6);
}
/* Indicateur d'etapes : barre fine propre, etiquette au-dessus, zero bulle */
.wpforms-container .wpforms-page-indicator.progress {
  background: none; border: none; border-radius: 0; padding: 0; margin: 0 0 22px; overflow: visible; height: auto;
}
.wpforms-container .wpforms-page-indicator-steps {
  position: static !important; display: block; background: none !important; border: none !important;
  box-shadow: none !important; padding: 0 0 8px !important; margin: 0 !important;
  color: rgba(244,240,232,0.75); font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase;
}
.wpforms-container .wpforms-page-indicator-steps::before, .wpforms-container .wpforms-page-indicator-steps::after {
  display: none !important; content: none !important;
}
.wpforms-container .wpforms-page-indicator-page-progress-wrap {
  background: rgba(244,240,232,0.12); border-radius: 999px; height: 7px; overflow: hidden; display: block;
}
.wpforms-container .wpforms-page-indicator-page-progress {
  background: linear-gradient(90deg, #C99B3F, #E3BE6C) !important; height: 7px !important; border-radius: 999px;
  position: static !important;
}

/* ===== v1.8.2 — largeur totale sur les pages a gabarit standard + barre d'etapes reconstruite ===== */
/* Le layout "constrained" de WordPress plafonne les enfants de main : neutralise definitivement */
main.wp-block-group > * { max-width: none !important; }
main.wp-block-group { padding-left: 0 !important; padding-right: 0 !important; }

/* Barre d'etapes : geometrie deterministe (piste et remplissage dessines ici, hauteurs identiques) */
.wpforms-container .wpforms-page-indicator.progress {
  position: relative; background: none !important; border: none !important; box-shadow: none !important;
  height: auto !important; padding: 0 0 7px !important; margin: 0 0 24px !important; overflow: visible !important;
}
.wpforms-container .wpforms-page-indicator.progress::before {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 7px;
  border-radius: 999px; background: rgba(244,240,232,0.14);
}
.wpforms-container .wpforms-page-indicator-page-progress,
.wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
  position: absolute !important; left: 0 !important; bottom: 0 !important; top: auto !important;
  height: 7px !important; max-height: 7px !important; border-radius: 999px !important;
  background: linear-gradient(90deg, #C99B3F, #E3BE6C) !important; z-index: 1;
  margin: 0 !important; padding: 0 !important; border: none !important; box-shadow: none !important;
}
.wpforms-container .wpforms-page-indicator-steps {
  position: static !important; display: block !important; background: none !important; border: none !important;
  box-shadow: none !important; padding: 0 0 10px !important; margin: 0 !important; height: auto !important;
  color: rgba(244,240,232,0.75) !important; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase;
}

/* ===== v1.8.3 — barre native supprimee, pages funnel remontees ===== */
.wpforms-container .wpforms-page-indicator { display: none !important; }

/* Le gabarit impose 160px en dur au sommet : ecrase, et serre sur mobile */
main.wp-block-group { padding-top: 108px !important; padding-bottom: 60px !important; }
.page-head--funnel { padding-bottom: 18px !important; }
.page-head--funnel h1 { margin: 6px 0 10px; }
.page-head--funnel .page-lead { margin: 0; }
.sec-form { padding-top: 10px !important; }
@media (max-width: 640px) {
  main.wp-block-group { padding-top: 84px !important; padding-bottom: 40px !important; }
  .page-head--funnel { padding-bottom: 12px !important; }
  .page-head--funnel h1 { font-size: clamp(1.9rem, 8vw, 2.6rem); }
  .sec-form { padding-top: 6px !important; }
  .form-stage { padding: 16px 14px; }
  .sec-bravo { padding-top: 8px !important; }
}

/* ============================================================
   v1.9.0 — DOCTRINE GLOBALE : degagement unique, largeur totale partout
   ============================================================ */
main.wp-block-group { padding-top: 108px !important; padding-bottom: 56px !important; }
main.wp-block-group > *, main .entry-content > *, main .wp-block-post-content > * { max-width: none !important; }
main .container { max-width: none !important; width: calc(100% - 48px) !important; margin-left: auto !important; margin-right: auto !important; }
.page-head, .page-head--funnel { padding-top: 10px !important; padding-bottom: 16px !important; }
@media (max-width: 640px) {
  main.wp-block-group { padding-top: 98px !important; padding-bottom: 36px !important; }
  main .container { width: calc(100% - 32px) !important; }
  .page-head, .page-head--funnel { padding-top: 6px !important; padding-bottom: 12px !important; }
}

/* v1.9.1 — les textes eux-memes a pleine largeur sur toutes les pages a gabarit standard */
main h1, main h2, main h3, main h4, main h5, main h6, main p, main li { max-width: none !important; }

/* v1.9.4 — ligne de copyright : taille unique (la plus petite) pour tout, texte et liens */
.footer-bottom, .footer-bottom p, .footer-bottom a, .footer-bottom span, .footer-bottom strong {
  font-size: 0.78rem !important; font-weight: 400 !important; line-height: 1.6 !important;
}

/* v1.9.8 — bouton d'envoi : le texte ne deborde jamais ; popup mobile compacte */
.wpforms-container button[type=submit] {
  white-space: normal !important; line-height: 1.3 !important; width: 100%; text-align: center;
}
@media (max-width: 640px) {
  .wpforms-container button[type=submit] { font-size: 0.78rem !important; padding: 12px 14px !important; letter-spacing: 0.04em; }
  #elevatePopup { padding: 10px 10px 80px !important; }
  #elevatePopupCard { padding: 16px 14px !important; }
  .wpforms-container .wpforms-field { padding: 10px 0; }
}

/* v1.9.9 — bouton final : blanc, taille maitrisee ; champ telephone : drapeau decolle du texte */
.wpforms-container button[type=submit] {
  color: #FFFFFF !important; font-size: 0.82rem !important; letter-spacing: 0.03em !important;
  padding: 15px 18px !important;
}
@media (max-width: 640px) {
  .wpforms-container button[type=submit] { font-size: 0.72rem !important; padding: 13px 12px !important; letter-spacing: 0.02em !important; }
}
/* Le selecteur de pays (drapeau) ne recouvre plus la saisie */
.wpforms-container .iti input[type=tel] { padding-left: 64px !important; }
.wpforms-container .iti__selected-country { padding: 0 10px 0 12px; background: transparent !important; }
.wpforms-container .iti__country-container { border-right: 1px solid rgba(244,240,232,0.15); }
.wpforms-container .iti__dropdown-content { background: #101114 !important; color: #F4F0E8 !important; border: 1px solid rgba(244,240,232,0.2) !important; }
.wpforms-container .iti__country-list li { background: transparent; color: #F4F0E8; }
.wpforms-container .iti__country-list li:hover { background: rgba(212,168,87,0.15); }

/* v2.0.0 — icone espace membre : recentree verticalement dans la barre mobile, sans toucher la grille */
@media (max-width: 640px) {
  .nav-island .signin-icon { display: none !important; }
}

/* v2.0.3 — icone ronde supprimee du header : le lien de menu "Espace membre" est l'unique acces, partout */
.signin-icon { display: none !important; }

/* v2.0.5 — signature sur fond BLANC (lisible), confirmations et textes de formulaire en BLANC partout */
.wpforms-container .wpforms-field-signature .wpforms-signature-wrap,
.wpforms-container .wpforms-field-signature canvas,
.wpforms-container .wpforms-signature-canvas {
  background: #FFFFFF !important; border-radius: 12px;
}
.wpforms-container .wpforms-field-signature .wpforms-signature-wrap { border: 1px solid rgba(244,240,232,0.25) !important; padding: 4px; }
.wpforms-confirmation-container, .wpforms-confirmation-container-full,
.wpforms-confirmation-container p, .wpforms-confirmation-container-full p,
.wpforms-confirmation-container *, .wpforms-confirmation-container-full * {
  color: #F4F0E8 !important;
}
.wpforms-confirmation-container, .wpforms-confirmation-container-full {
  background: #101114 !important; border: 1px solid rgba(212,168,87,0.55) !important;
  border-radius: 16px !important; padding: 24px 26px !important;
}

/* Planning : le jour actif occupe tout l'ecran mobile, en deux colonnes equilibrees */
@media (max-width: 640px) {
  .planning-grid { display: block !important; width: 100% !important; grid-template-columns: none !important; }
  .planning-grid .pg-col { display: none !important; }
  .planning-grid .pg-col.pg-active {
    display: block !important; width: 100% !important; max-width: none !important;
    column-count: 2; column-gap: 10px;
  }
  .planning-grid .pg-col.pg-active .pg-day { column-span: all; }
  .planning-grid .pg-col.pg-active .pg-card { break-inside: avoid; margin-bottom: 8px; width: 100%; }
}

/* v2.2.1 — bouton d'envoi : hauteur elastique, texte replie toujours centre et contenu */
.wpforms-container button[type=submit] {
  height: auto !important; min-height: 0 !important;
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
}
@media (max-width: 640px) {
  .wpforms-container button[type=submit] { padding: 14px 12px !important; line-height: 1.35 !important; }
}
