/* =====================================================================
   STUDIOS ZENOVIA — PRODUCTION & EVENTS
   Feuille de style partagée — thème premium noir & or cinématographique
   ===================================================================== */

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

:root {
  /* ---- Couleurs : noir & or ---- */
  --noir:        #18161C;   /* fond page */
  --noir-2:      #1E1B22;   /* sections alternées */
  --noir-3:      #242129;   /* cartes */
  --noir-4:      #2C2831;   /* cartes survol / champs */
  --or:          #C9A24B;   /* or principal */
  --or-clair:    #E7CD86;   /* or clair / dégradés */
  --or-profond:  #A07E2E;   /* or profond */
  --creme:       #F4EEE2;   /* texte clair titres */
  --texte:       #B7B2A8;   /* texte courant */
  --texte-doux:  #8A867E;   /* texte secondaire */
  --ligne:       rgba(201,162,75,.20);
  --ligne-douce: rgba(255,255,255,.07);
  --rouge:       #9E1B22;   /* tapis rouge (accent rare) */

  --grad-or:   linear-gradient(135deg, #E7CD86 0%, #C9A24B 45%, #A07E2E 100%);
  --grad-noir: linear-gradient(180deg, rgba(10,10,12,0) 0%, rgba(10,10,12,.55) 55%, rgba(10,10,12,.96) 100%);

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-sans:    'DM Sans', system-ui, sans-serif;

  --container: 1200px;
  --radius:    14px;
  --radius-sm: 8px;
  --shadow:    0 18px 50px rgba(0,0,0,.45);
  --shadow-or: 0 14px 40px rgba(201,162,75,.14);
  --ease:      .3s cubic-bezier(.22,.61,.36,1);
}

html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: var(--font-sans);
  font-size: 16px; line-height: 1.7;
  color: var(--texte);
  background: var(--noir);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; color: var(--creme); font-weight: 600; }
h1 { font-size: clamp(2.1rem, 4.4vw, 3.7rem); font-weight: 700; letter-spacing: -.01em; }
h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
h3 { font-size: 1.35rem; }
h4 { font-size: 1.05rem; }
p  { margin-bottom: 0; }
a  { color: inherit; text-decoration: none; transition: var(--ease); }
ul { list-style: none; }
img { max-width: 100%; display: block; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 26px; }
.accent { color: var(--or); }
.text-gold { background: var(--grad-or); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* ===== Étiquettes de section ===== */
.label {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: .72rem; font-weight: 500; letter-spacing: .32em; text-transform: uppercase;
  color: var(--or); margin-bottom: 18px;
}
.label::before { content: ''; width: 34px; height: 1px; background: var(--grad-or); }
.label--center { justify-content: center; }

.section { padding: clamp(56px, 7vw, 96px) 0; }
.section--alt { background: var(--noir-2); }
.section-head { max-width: 720px; margin-bottom: 54px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { margin-top: 16px; color: var(--texte); font-size: 1.02rem; }
.lead { font-size: 1.12rem; color: var(--texte); }

/* ===== Boutons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 32px; border-radius: 50px;
  font-family: var(--font-sans); font-size: .82rem; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase;
  cursor: pointer; border: 1px solid transparent; white-space: nowrap;
  transition: var(--ease);
}
.btn--gold { background: var(--grad-or); color: #14100A; box-shadow: var(--shadow-or); }
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 20px 48px rgba(201,162,75,.30); }
.btn--ghost { background: transparent; color: var(--creme); border-color: var(--ligne); }
.btn--ghost:hover { border-color: var(--or); color: var(--or); }
.btn--full { width: 100%; }
.btn--sm { padding: 11px 22px; font-size: .74rem; }

/* ===== En-tête / navigation ===== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: #08070A; transition: var(--ease);
  border-bottom: 1px solid var(--ligne-douce);
}
.site-header.scrolled { border-bottom-color: var(--ligne); box-shadow: 0 12px 34px rgba(0,0,0,.45); }
.nav { display: flex; align-items: center; gap: 22px; padding: 11px 0; }

/* Logo officiel (fond noir → se fond dans l'en-tête noir) */
.brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand__logo { height: 56px; width: auto; display: block; }
.brand__slot { display: flex; align-items: center; justify-content: center; height: 58px; }
.footer__brand .brand__logo { height: 96px; margin-bottom: 18px; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; letter-spacing: .04em; color: var(--creme); }
.brand__sub { font-family: var(--font-sans); font-size: .58rem; font-weight: 400; letter-spacing: .42em; text-transform: uppercase; color: var(--or); margin-top: 5px; }

/* Menu centré */
.nav__menu { display: flex; align-items: center; gap: 19px; margin: 0 auto; }
.nav__link {
  font-size: .82rem; font-weight: 500; color: var(--texte);
  position: relative; padding: 4px 0; white-space: nowrap;
}
.nav__link::after {
  content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 1px;
  background: var(--grad-or); transition: var(--ease);
}
.nav__link:hover, .nav__link.active { color: var(--creme); }
.nav__link:hover::after, .nav__link.active::after { width: 100%; }

/* Zone droite : langue + date/heure + devis */
.nav__right { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.lang { display: inline-flex; align-items: center; gap: 5px; border: 1px solid var(--ligne); border-radius: 6px; padding: 4px 9px; }
.lang__opt { background: none; border: none; cursor: pointer; text-decoration: none; font-family: var(--font-sans); font-size: .74rem; font-weight: 600; letter-spacing: .05em; color: var(--texte-doux); padding: 0 1px; transition: var(--ease); }
.lang__opt.active { color: var(--or); }
.lang__opt:hover { color: var(--creme); }
.lang__sep { color: var(--ligne); font-size: .72rem; }
.nav__datetime { font-size: .62rem; line-height: 1.45; letter-spacing: .03em; color: var(--texte-doux); text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.nav__datetime b { color: var(--creme); font-weight: 500; }
.nav__datetime .he { color: var(--or); }
.nav__datetime .flag-ca { vertical-align: -1px; margin-left: 2px; border-radius: 1.5px; }

/* Burger */
.nav__burger { display: none; flex-direction: column; gap: 6px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav__burger span { width: 26px; height: 2px; background: var(--creme); transition: var(--ease); }

/* Barre qui défile (ticker) */
.ticker {
  overflow: hidden;
  background: linear-gradient(180deg, #24202A 0%, #1C1822 100%);
  border-top: 1px solid rgba(201,162,75,.4);
  border-bottom: 1px solid rgba(201,162,75,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}
.ticker__track { display: inline-flex; white-space: nowrap; animation: ticker 45s linear infinite; }
.ticker__group { display: inline-flex; align-items: center; padding: 9px 0; }
.ticker__group span { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--creme); padding: 0 26px; position: relative; }
.ticker__group span::after { content: '✦'; position: absolute; right: -7px; top: 50%; transform: translateY(-50%); color: var(--or); font-size: .72rem; text-shadow: 0 0 6px rgba(201,162,75,.5); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== Hero ===== */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: flex-end;
  padding: 150px 0 80px; overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media::after { content: ''; position: absolute; inset: 0; background: var(--grad-noir); }
.hero__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero__media--photo::after {
  background:
    linear-gradient(90deg, rgba(10,10,12,.88) 0%, rgba(10,10,12,.55) 34%, rgba(10,10,12,.12) 62%, transparent 80%),
    linear-gradient(0deg, rgba(10,10,12,.85) 0%, rgba(10,10,12,.2) 34%, transparent 55%);
}
/* Fond premium (dégradé + halo doré + grain) tant que le visuel officiel n'est pas fourni */
.hero__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(1200px 600px at 72% 18%, rgba(201,162,75,.20), transparent 60%),
    radial-gradient(800px 500px at 10% 90%, rgba(158,27,34,.16), transparent 60%),
    linear-gradient(160deg, #27232B 0%, #18161C 55%, #121016 100%);
}
.hero__bg::before {
  content: ''; position: absolute; inset: 0; opacity: .5;
  background-image:
    repeating-linear-gradient(115deg, rgba(255,255,255,.015) 0 2px, transparent 2px 7px);
}
.hero__inner { position: relative; z-index: 2; width: 100%; text-align: left; }
.hero__inner .label { justify-content: flex-start; }
.hero__title { margin: 8px 0 22px; max-width: 620px; }
.hero__slogan {
  font-family: var(--font-display); font-style: italic; font-size: clamp(1.3rem, 2.6vw, 1.9rem);
  color: var(--or-clair); margin-bottom: 24px; font-weight: 500; max-width: 620px;
}
.hero__text { font-size: 1.1rem; max-width: 540px; color: var(--creme); margin: 0 0 38px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 16px; justify-content: flex-start; }
.hero__scroll {
  position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); z-index: 2;
  font-size: .66rem; letter-spacing: .3em; text-transform: uppercase; color: var(--texte-doux);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.hero__scroll span { width: 1px; height: 46px; background: linear-gradient(var(--or), transparent); }

/* ===== Page-hero (pages intérieures) ===== */
.page-hero {
  position: relative; padding: 190px 0 84px; overflow: hidden;
  border-bottom: 1px solid var(--ligne); min-height: 480px; display: flex; align-items: center;
}
.page-hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(900px 500px at 80% 10%, rgba(201,162,75,.16), transparent 60%),
    linear-gradient(160deg, #27232B 0%, #18161C 60%);
}
.page-hero .container { position: relative; z-index: 3; text-align: center; width: 100%; }
.page-hero__title { max-width: 860px; margin-left: auto; margin-right: auto; }
.page-hero__text { max-width: 640px; margin: 18px auto 0; font-size: 1.08rem; }

/* Carrousel de fond (3 photos par page, autoplay + flèches + points) */
.page-hero__slides { position: absolute; inset: 0; z-index: 0; }
.page-hero__slide {
  position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s ease;
}
.page-hero__slide.is-active { opacity: 1; z-index: 1; }
.page-hero__slide img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.page-hero__overlay {
  position: absolute; inset: 0; z-index: 2;
  background:
    radial-gradient(700px 420px at 50% 30%, rgba(10,10,12,.35), transparent 65%),
    linear-gradient(0deg, rgba(10,10,12,.92) 0%, rgba(10,10,12,.62) 42%, rgba(10,10,12,.55) 100%);
}
.page-hero__arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 4;
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(10,10,12,.35); border: 1px solid rgba(201,162,75,.4); color: var(--creme);
  display: flex; align-items: center; justify-content: center; cursor: pointer; transition: var(--ease);
}
.page-hero__arrow:hover { background: var(--grad-or); color: #14100A; border-color: transparent; }
.page-hero__arrow svg { width: 18px; height: 18px; }
.page-hero__arrow--prev { left: 22px; }
.page-hero__arrow--next { right: 22px; }
.page-hero__dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 4; display: flex; gap: 9px; }
.page-hero__dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.35); border: none; cursor: pointer; padding: 0; transition: var(--ease); }
.page-hero__dot.is-active { background: var(--or); transform: scale(1.25); }
@media (max-width: 640px) {
  .page-hero__arrow { width: 34px; height: 34px; }
  .page-hero__arrow--prev { left: 10px; }
  .page-hero__arrow--next { right: 10px; }
}
.breadcrumb { font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--texte-doux); margin-bottom: 18px; }
.breadcrumb a:hover { color: var(--or); }

/* ===== Emplacement visuel réservé (premium, jamais vide) ===== */
.media-slot {
  position: relative; overflow: hidden; border-radius: var(--radius);
  background:
    radial-gradient(600px 300px at 70% 20%, rgba(201,162,75,.14), transparent 65%),
    linear-gradient(150deg, #29262F 0%, #201D24 100%);
  border: 1px solid var(--ligne);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 34px; min-height: 260px;
}
.media-slot::after {
  content: ''; position: absolute; inset: 12px; border: 1px solid var(--ligne-douce);
  border-radius: 8px; pointer-events: none;
}
.media-slot__icon {
  width: 58px; height: 58px; margin-bottom: 18px; color: var(--or);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--ligne); border-radius: 50%;
}
.media-slot__icon svg { width: 26px; height: 26px; }
.media-slot__label { font-family: var(--font-display); font-size: 1.25rem; color: var(--creme); font-style: italic; }
.media-slot__note { font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; color: var(--texte-doux); margin-top: 10px; }
.media-slot--tall { min-height: 440px; }
.media-slot--wide { min-height: 320px; }

/* Emplacement rempli par une vraie photo */
.media-slot__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; z-index: 0; }
.media-slot--photo { padding: 0; }
.media-slot--photo::after { z-index: 1; }
/* Emplacements verticaux : format portrait pour épouser les images (évite de couper les têtes) */
.media-slot--tall.media-slot--photo { aspect-ratio: 3 / 4; min-height: 0; }
/* Exception : image en paysage placée dans un emplacement vertical */
.media-slot--tall.media-slot--land.media-slot--photo { aspect-ratio: 4 / 3; }
.media-slot__caption {
  position: relative; z-index: 2; align-self: stretch; margin-top: auto;
  padding: 40px 22px 18px; text-align: left;
  background: linear-gradient(to top, rgba(10,10,12,.86) 0%, rgba(10,10,12,.35) 65%, transparent 100%);
}
.media-slot__caption strong { display: block; font-family: var(--font-display); font-style: italic; font-size: 1.15rem; color: var(--creme); }

/* Ratio helpers */
.ratio-16-9 { aspect-ratio: 16 / 9; min-height: 0; }
.ratio-9-16 { aspect-ratio: 9 / 16; min-height: 0; }
.ratio-1-1  { aspect-ratio: 1 / 1; min-height: 0; }
.ratio-4-3  { aspect-ratio: 4 / 3; min-height: 0; }

/* ===== Bloc showreel / vidéo ===== */
.showreel {
  position: relative; border-radius: var(--radius); overflow: hidden;
  background:
    radial-gradient(700px 360px at 50% 0%, rgba(201,162,75,.16), transparent 70%),
    linear-gradient(160deg, #2A262F 0%, #1D1A21 100%);
  border: 1px solid var(--ligne);
  aspect-ratio: 16 / 9; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 40px;
}
.showreel__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.showreel--photo::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(10,10,12,.15) 0%, rgba(10,10,12,.55) 65%, rgba(10,10,12,.88) 100%);
}
.showreel--photo > * { position: relative; z-index: 2; }
.showreel__play {
  width: 88px; height: 88px; border-radius: 50%; margin-bottom: 24px;
  background: var(--grad-or); color: #14100A;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 10px rgba(201,162,75,.10), var(--shadow-or); cursor: pointer;
  transition: var(--ease);
}
.showreel__play:hover { transform: scale(1.06); }
.showreel__play svg { width: 30px; height: 30px; margin-left: 4px; }
.showreel__title { font-family: var(--font-display); font-style: italic; font-size: 1.6rem; color: var(--creme); }
.showreel__note { font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; color: var(--or); margin-top: 12px; }
.showreel__text { color: var(--texte); margin-top: 14px; max-width: 460px; }

/* ===== Grilles & cartes ===== */
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-5 { grid-template-columns: repeat(5, 1fr); }

.card {
  background: var(--noir-3); border: 1px solid var(--ligne-douce);
  border-radius: var(--radius); overflow: hidden; transition: var(--ease);
  display: flex; flex-direction: column;
}
.card:hover { border-color: var(--ligne); transform: translateY(-4px); box-shadow: var(--shadow); }

/* Carte domaine / service illustrée */
.card__media { position: relative; }
.card__body { padding: 26px 26px 30px; flex: 1; display: flex; flex-direction: column; }
.card__num { font-family: var(--font-display); font-size: .95rem; color: var(--or); letter-spacing: .1em; margin-bottom: 12px; }
.card__title { color: var(--creme); margin-bottom: 12px; }
.card__text { font-size: .95rem; color: var(--texte); }
.card__link { margin-top: 18px; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--or); display: inline-flex; align-items: center; gap: 8px; }
.card__link:hover { gap: 12px; }
.card__list { margin-top: 16px; display: flex; flex-direction: column; gap: 9px; }
.card__list li { position: relative; padding-left: 20px; font-size: .92rem; color: var(--texte); }
.card__list li::before { content: ''; position: absolute; left: 0; top: 11px; width: 7px; height: 7px; background: var(--grad-or); border-radius: 50%; }

/* Carte icône premium */
.icard { background: var(--noir-3); border: 1px solid var(--ligne-douce); border-radius: var(--radius); padding: 34px 28px; transition: var(--ease); }
.icard:hover { border-color: var(--ligne); transform: translateY(-4px); }
.icard__icon {
  width: 60px; height: 60px; border-radius: 14px; margin-bottom: 22px;
  display: flex; align-items: center; justify-content: center; color: var(--or);
  background: rgba(201,162,75,.08); border: 1px solid var(--ligne);
}
.icard__icon svg { width: 28px; height: 28px; }
.icard h3 { color: var(--creme); margin-bottom: 12px; font-size: 1.25rem; }
.icard p { font-size: .95rem; color: var(--texte); }

/* Statuts / badges */
.badge {
  display: inline-flex; align-items: center; gap: 7px; padding: 6px 14px; border-radius: 50px;
  font-size: .68rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase;
}
.badge--gold { background: rgba(201,162,75,.12); color: var(--or-clair); border: 1px solid var(--ligne); }
.badge--soon { background: rgba(255,255,255,.05); color: var(--texte-doux); border: 1px solid var(--ligne-douce); }
.badge--done { background: rgba(94,152,94,.12); color: #9BCF9B; border: 1px solid rgba(94,152,94,.28); }
.badge--dev  { background: rgba(158,27,34,.14); color: #E29aa0; border: 1px solid rgba(158,27,34,.3); }
.badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

/* ===== Split (texte + visuel) ===== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 66px); align-items: center; }
.split--reverse .split__media { order: -1; }
.split__text h2 { margin-bottom: 20px; }
.split__text p + p { margin-top: 16px; }

/* ===== Liste de points (pourquoi / valeurs) ===== */
.checklist { display: grid; gap: 16px; margin-top: 10px; }
.checklist li { display: flex; gap: 14px; align-items: flex-start; }
.checklist .ck {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; margin-top: 2px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(201,162,75,.1); color: var(--or); border: 1px solid var(--ligne);
}
.checklist .ck svg { width: 13px; height: 13px; }
.checklist strong { color: var(--creme); font-weight: 500; }

/* ===== Étapes (méthode) ===== */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; counter-reset: step; }
.step { position: relative; padding: 30px 22px; background: var(--noir-3); border: 1px solid var(--ligne-douce); border-radius: var(--radius); }
.step__num { font-family: var(--font-display); font-size: 2.2rem; color: var(--or); line-height: 1; margin-bottom: 14px; }
.step h4 { color: var(--creme); margin-bottom: 8px; }
.step p { font-size: .88rem; }

/* ===== Carrousel ===== */
.carousel { position: relative; }
.carousel__track {
  display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: 12px; scrollbar-width: none;
}
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__item { scroll-snap-align: start; flex: 0 0 340px; max-width: 340px; }
@media (max-width: 640px){ .carousel__item { flex-basis: 82%; max-width: 82%; } }
.carousel__nav { display: flex; gap: 12px; justify-content: flex-end; margin-top: 22px; }
.carousel__btn {
  width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--ligne);
  background: transparent; color: var(--or); cursor: pointer; transition: var(--ease);
  display: flex; align-items: center; justify-content: center;
}
.carousel__btn:hover { background: var(--grad-or); color: #14100A; border-color: transparent; }
.carousel__btn svg { width: 18px; height: 18px; }

/* ===== Filtres ===== */
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.filter {
  padding: 9px 20px; border-radius: 50px; border: 1px solid var(--ligne-douce);
  background: transparent; color: var(--texte); font-family: var(--font-sans);
  font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: var(--ease);
}
.filter:hover { color: var(--creme); border-color: var(--ligne); }
.filter.active { background: var(--grad-or); color: #14100A; border-color: transparent; }

/* ===== Galerie ===== */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery__item { border-radius: var(--radius-sm); overflow: hidden; }
.gallery__item.span-2 { grid-column: span 2; grid-row: span 2; }

/* ===== FAQ accordéon ===== */
.faq { max-width: 820px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid var(--ligne-douce); }
.faq__q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 26px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  font-family: var(--font-display); font-size: 1.2rem; color: var(--creme);
}
.faq__q:hover { color: var(--or); }
.faq__icon { flex-shrink: 0; width: 30px; height: 30px; border: 1px solid var(--ligne); border-radius: 50%; color: var(--or); display: flex; align-items: center; justify-content: center; position: relative; transition: var(--ease); }
.faq__icon::before, .faq__icon::after { content: ''; position: absolute; background: var(--or); border-radius: 2px; }
.faq__icon::before { width: 12px; height: 2px; }
.faq__icon::after  { width: 2px; height: 12px; transition: var(--ease); }
.faq__item.open .faq__icon::after { transform: rotate(90deg); opacity: 0; }
.faq__item.open .faq__icon { background: rgba(201,162,75,.12); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq__a p { padding: 0 0 26px; color: var(--texte); max-width: 680px; }

/* ===== Formulaires ===== */
.form { display: grid; gap: 20px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--texte-doux); }
.field input, .field select, .field textarea {
  background: var(--noir-4); border: 1px solid var(--ligne-douce); border-radius: var(--radius-sm);
  padding: 14px 16px; color: var(--creme); font-family: var(--font-sans); font-size: .95rem;
  transition: var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: var(--texte-doux); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--or); background: #322E38; }
.field textarea { resize: vertical; min-height: 130px; }
.field select { appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23C9A24B' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; padding-right: 42px;
}
.field--full { grid-column: 1 / -1; }
.form__note { font-size: .82rem; color: var(--texte-doux); }

/* ===== Bandeau CTA ===== */
.cta-band {
  position: relative; overflow: hidden; text-align: center;
  background:
    radial-gradient(700px 340px at 50% 0%, rgba(201,162,75,.16), transparent 70%),
    linear-gradient(160deg, #2A262F 0%, #18161C 70%);
  border-top: 1px solid var(--ligne); border-bottom: 1px solid var(--ligne);
}
.cta-band .container { position: relative; z-index: 2; }
.cta-band h2 { margin-bottom: 26px; max-width: 760px; margin-left: auto; margin-right: auto; }
.cta-band__btns { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }

/* ===== Info contact ===== */
.contact-info { display: grid; gap: 26px; }
.contact-line { display: flex; gap: 16px; align-items: flex-start; }
.contact-line__icon { flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px; background: rgba(201,162,75,.08); border: 1px solid var(--ligne); color: var(--or); display: flex; align-items: center; justify-content: center; }
.contact-line__icon svg { width: 20px; height: 20px; }
.contact-line h4 { color: var(--creme); margin-bottom: 4px; }
.contact-line p, .contact-line a { color: var(--texte); font-size: .95rem; }
.contact-line a:hover { color: var(--or); }

.socials { display: flex; gap: 14px; flex-wrap: wrap; }
.social {
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--ligne);
  display: flex; align-items: center; justify-content: center; color: var(--texte); transition: var(--ease);
}
.social:hover { background: var(--grad-or); color: #14100A; border-color: transparent; transform: translateY(-3px); }
.social svg { width: 19px; height: 19px; }

/* ===== Pied de page ===== */
.footer { background: #131116; border-top: 1px solid var(--ligne); padding: 70px 0 34px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
.footer__brand .brand__name { font-size: 1.3rem; }
.footer__about { margin-top: 18px; font-size: .92rem; color: var(--texte-doux); max-width: 320px; }
.footer__col h4 { color: var(--creme); font-family: var(--font-sans); font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 20px; }
.footer__col ul { display: grid; gap: 12px; }
.footer__col a { font-size: .92rem; color: var(--texte-doux); }
.footer__col a:hover { color: var(--or); }
.footer__bottom { border-top: 1px solid var(--ligne-douce); padding-top: 26px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; }
.footer__legal { font-size: .82rem; color: var(--texte-doux); }
.footer__legal strong { color: var(--texte); font-weight: 400; }
.footer__socials { display: flex; gap: 12px; }
.footer__socials .social { width: 40px; height: 40px; }
.footer__socials .social svg { width: 16px; height: 16px; }

/* ===== Ruban de mots-clés / bandeau défilant ===== */
.marquee { overflow: hidden; border-top: 1px solid var(--ligne-douce); border-bottom: 1px solid var(--ligne-douce); padding: 20px 0; }
.marquee__track { display: flex; gap: 44px; white-space: nowrap; animation: marquee 32s linear infinite; }
.marquee__track span { font-family: var(--font-display); font-style: italic; font-size: 1.3rem; color: var(--texte-doux); display: inline-flex; align-items: center; gap: 44px; }
.marquee__track span::after { content: '✦'; color: var(--or); font-style: normal; font-size: .8rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ===== Chiffres / points forts ===== */
.pillars { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.pillar { text-align: center; padding: 26px 16px; border: 1px solid var(--ligne-douce); border-radius: var(--radius); background: var(--noir-3); }
.pillar__icon { width: 46px; height: 46px; margin: 0 auto 14px; color: var(--or); display: flex; align-items: center; justify-content: center; }
.pillar__icon svg { width: 26px; height: 26px; }
.pillar h4 { color: var(--creme); font-size: 1rem; }

/* ===== Reveal (amélioration progressive — visible par défaut) ===== */
.reveal { opacity: 1; }
.js-reveal .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js-reveal .reveal.in { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .grid-3, .grid-4, .grid-5 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
/* En-tête : repli en menu burger */
@media (max-width: 1160px) {
  .nav__menu {
    position: fixed; inset: 0 0 0 auto; width: min(82%, 340px);
    flex-direction: column; align-items: flex-start; justify-content: center; gap: 26px;
    background: rgba(8,7,10,.98); backdrop-filter: blur(16px); padding: 40px; margin: 0;
    transform: translateX(100%); transition: var(--ease); border-left: 1px solid var(--ligne);
  }
  .nav__menu.open { transform: translateX(0); }
  .nav__burger { display: flex; z-index: 101; }
  .nav__burger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav__burger.open span:nth-child(2) { opacity: 0; }
  .nav__burger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .nav__datetime { display: none; }
  .nav__right { margin-left: auto; }
}
@media (max-width: 760px) {
  .form__row { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .lang { display: none; }
}
@media (max-width: 560px) {
  .grid-3, .grid-4, .grid-5 { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .hero__cta { flex-direction: column; }
  .hero__cta .btn { width: 100%; }
}

/* ===== Carrousel vitrine (panneau texte + image, style bloc événementiel ZenoviaSports) ===== */
.showcase {
  display: grid; grid-template-columns: 42% 58%;
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--ligne); box-shadow: var(--shadow);
  background: var(--noir-3);
}
.showcase--b { grid-template-columns: 58% 42%; }
.showcase--b .showcase__panel { order: 2; }
.showcase--b .showcase__media { order: 1; }

/* Panneau texte sombre premium */
.showcase__panel {
  position: relative; display: grid;
  padding: clamp(32px, 3.6vw, 56px) clamp(30px, 3.4vw, 52px) clamp(88px, 8vw, 104px);
  background:
    radial-gradient(560px 380px at 18% 12%, rgba(201,162,75,.10), transparent 60%),
    linear-gradient(160deg, #211D27 0%, #16141B 100%);
  min-height: 420px;
}
.showcase__slide-text {
  grid-area: 1 / 1; align-self: center; max-width: 470px;
  display: flex; flex-direction: column; gap: 16px;
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: opacity .6s ease, transform .6s ease, visibility .6s;
}
.showcase__slide-text.is-active { opacity: 1; visibility: visible; transform: none; }
.showcase__label { font-size: .72rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: var(--or); display: inline-flex; align-items: center; gap: 12px; }
.showcase__label::before { content: ''; width: 28px; height: 1px; background: var(--grad-or); }
.showcase__title { font-family: var(--font-display); font-size: clamp(1.55rem, 2.4vw, 2.05rem); line-height: 1.15; color: var(--creme); font-weight: 600; }
.showcase__desc { font-size: .97rem; line-height: 1.62; color: var(--texte); }
.showcase__slide-text .btn { align-self: flex-start; margin-top: 4px; }

/* Côté image */
.showcase__media { position: relative; min-height: 420px; overflow: hidden; background: var(--noir); }
.showcase__slide-img { position: absolute; inset: 0; opacity: 0; transition: opacity .9s ease; }
.showcase__slide-img.is-active { opacity: 1; }
.showcase__slide-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; }

/* Contrôles (dans le panneau texte, en bas) */
.showcase__controls {
  position: absolute; z-index: 3;
  left: clamp(30px, 3.4vw, 52px); bottom: clamp(30px, 3.4vw, 44px);
  display: flex; align-items: center; gap: 16px;
}
.showcase__arrow {
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--ligne);
  background: transparent; color: var(--or); cursor: pointer; transition: var(--ease);
  display: flex; align-items: center; justify-content: center;
}
.showcase__arrow:hover { background: var(--grad-or); color: #14100A; border-color: transparent; }
.showcase__arrow svg { width: 17px; height: 17px; }
.showcase__dots { display: flex; gap: 8px; }
.showcase__dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.28); border: none; padding: 0; cursor: pointer; transition: var(--ease); }
.showcase__dot.is-active { background: var(--or); transform: scale(1.3); }

@media (max-width: 860px) {
  .showcase, .showcase--b { grid-template-columns: 1fr; }
  .showcase--b .showcase__panel { order: 2; }
  .showcase__media { order: -1; min-height: 0; height: 260px; }
  .showcase__panel { min-height: 0; }
}
