/*
 * CSP – Direction artistique globale
 * Phase publique 1 : écrin nocturne éditorial, du macro vers le micro.
 * Aucun JavaScript, aucune logique métier, aucune modification de contenu.
 */

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) {
  --csp-gd-ink: #0a1628;
  --csp-gd-ink-deep: #07111f;
  --csp-gd-panel: rgba(16, 36, 61, 0.78);
  --csp-gd-panel-strong: rgba(13, 29, 50, 0.95);
  --csp-gd-panel-soft: rgba(255, 255, 255, 0.035);
  --csp-gd-gold: #d4b85c;
  --csp-gd-gold-bright: #f0d98a;
  --csp-gd-text: #f8f4ee;
  --csp-gd-muted: rgba(248, 244, 238, 0.72);
  --csp-gd-faint: rgba(248, 244, 238, 0.50);
  --csp-gd-border: rgba(212, 184, 92, 0.20);
  --csp-gd-border-soft: rgba(255, 255, 255, 0.09);
  --csp-gd-radius: 16px;
  --csp-gd-radius-sm: 10px;
  --csp-gd-ease: cubic-bezier(0.22, 1, 0.36, 1);
  background: var(--csp-gd-ink);
  color: var(--csp-gd-text);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) main {
  position: relative;
  isolation: isolate;
  background: var(--csp-gd-ink);
}

/* Chapitrage : une ligne de lumière répétée, presque éditoriale. */
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) main > section:not(.csp-hero):not(.csp-cta-final),
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) > .csp-partners {
  position: relative;
  isolation: isolate;
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) main > section:not(.csp-hero):not(.csp-cta-final)::before,
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) > .csp-partners::after {
  position: absolute;
  top: 0;
  right: clamp(1.25rem, 8vw, 8rem);
  left: clamp(1.25rem, 8vw, 8rem);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(212, 184, 92, 0.34) 18%, rgba(255, 255, 255, 0.16) 50%, rgba(212, 184, 92, 0.34) 82%, transparent);
  box-shadow: 0 0 14px rgba(212, 184, 92, 0.16);
  opacity: 0.72;
  pointer-events: none;
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) main > section:not(.csp-hero):not(.csp-cta-final)::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.055));
  pointer-events: none;
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-histoire::after,
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs::after,
  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-avis::after {
  background:
    radial-gradient(70rem 22rem at 50% 0%, rgba(212, 184, 92, 0.035), transparent 68%),
    linear-gradient(180deg, rgba(18, 42, 70, 0.12), transparent 24%, transparent 72%, rgba(3, 10, 20, 0.16));
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-videos::after,
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-facebook::after {
  background: linear-gradient(180deg, rgba(3, 10, 20, 0.12), transparent 30%, rgba(20, 45, 77, 0.08));
}

/* Rituel de titre : même geste sur accueil et pages éditoriales. */
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) :is(.csp-section__header, .csp-partners__header) {
  position: relative;
  z-index: 1;
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) :is(.csp-section__label, .csp-partners__eyebrow) {
  border: 1px solid rgba(212, 184, 92, 0.22);
  background: rgba(212, 184, 92, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 0 18px rgba(212, 184, 92, 0.035);
  color: var(--csp-gd-gold-bright);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) :is(.csp-section__title, .csp-partners__title) {
  color: var(--csp-gd-text);
  text-shadow: 0 0.2rem 1.8rem rgba(0, 0, 0, 0.20);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) :is(.csp-section__desc, .csp-histoire__paragraphs p) {
  color: var(--csp-gd-muted);
}

/* Surface commune : les contenus riches deviennent des écrins, jamais des panneaux blancs. */
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) :is(
  .csp-equip-card,
  .csp-tarif-card,
  .csp-nuitee-card,
  .csp-tarifs__schedule,
  .csp-tarifs__inclus,
  .csp-options__accordion-item,
  .csp-avis__card,
  .csp-contact__info,
  .csp-contact__form,
  .csp-galerie__item,
  .csp-galerie-extras__item
) {
  border: 1px solid var(--csp-gd-border-soft);
  border-radius: var(--csp-gd-radius);
  background:
    radial-gradient(30rem 12rem at 0% 0%, rgba(212, 184, 92, 0.07), transparent 62%),
    linear-gradient(145deg, rgba(22, 48, 80, 0.76), rgba(8, 20, 36, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.065), 0 1rem 2.5rem rgba(0, 0, 0, 0.18);
  transition: transform 320ms var(--csp-gd-ease), border-color 320ms var(--csp-gd-ease), box-shadow 320ms var(--csp-gd-ease), background 320ms var(--csp-gd-ease);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) :is(
  .csp-equip-card:hover,
  .csp-equip-card:focus-within,
  .csp-tarif-card:hover,
  .csp-tarif-card:focus-within,
  .csp-nuitee-card:hover,
  .csp-nuitee-card:focus-within,
  .csp-options__accordion-item:hover,
  .csp-options__accordion-item:focus-within,
  .csp-avis__card:hover,
  .csp-contact__info:hover,
  .csp-contact__form:focus-within
) {
  border-color: rgba(212, 184, 92, 0.46);
  background:
    radial-gradient(32rem 13rem at 0% 0%, rgba(212, 184, 92, 0.12), transparent 62%),
    linear-gradient(145deg, rgba(28, 60, 98, 0.88), rgba(10, 25, 44, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 1.35rem 3rem rgba(0, 0, 0, 0.26), 0 0 1.4rem rgba(212, 184, 92, 0.045);
  transform: translateY(-3px);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) :is(.csp-galerie__item, .csp-galerie-extras__item) {
  overflow: hidden;
}

/* Partenaires : card-écrin cohérente avec les surfaces du reste du site. */
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-partner-card {
  border-color: rgba(212, 184, 92, 0.26);
  background:
    radial-gradient(30rem 12rem at 0% 0%, rgba(212, 184, 92, 0.075), transparent 64%),
    linear-gradient(145deg, rgba(22, 48, 80, 0.92), rgba(8, 20, 36, 0.97));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.075), inset 0 -1px 0 rgba(212, 184, 92, 0.09), 0 1rem 2.7rem rgba(0, 0, 0, 0.26);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-partner-card__logo {
  filter: grayscale(1) saturate(0.06) brightness(1.42) contrast(0.96) opacity(0.86);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) :is(.csp-partner-card__name, .csp-partner-card__expand-hint) {
  color: var(--csp-gd-text);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-partner-card__expand-hint,
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-partner-card__back-kicker {
  color: var(--csp-gd-gold-bright);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-partner-card__platform {
  border-color: rgba(212, 184, 92, 0.42);
  background: rgba(255, 255, 255, 0.045);
  color: var(--csp-gd-gold-bright);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) :is(.csp-partner-card:hover, .csp-partner-card:focus-visible, .csp-partner-card.is-open) {
  border-color: rgba(240, 217, 138, 0.74);
  background:
    radial-gradient(32rem 14rem at 0% 0%, rgba(212, 184, 92, 0.13), transparent 64%),
    linear-gradient(145deg, rgba(29, 62, 101, 0.98), rgba(9, 24, 43, 0.99));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11), 0 1.35rem 3.2rem rgba(0, 0, 0, 0.34), 0 0 1.7rem rgba(212, 184, 92, 0.09);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-partner-card:hover .csp-partner-card__logo,
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-partner-card:focus-visible .csp-partner-card__logo {
  filter: grayscale(0.25) saturate(0.55) sepia(0.14) brightness(1.24) contrast(1.04) opacity(0.98);
}

/* Contrôles transactionnels : réservés à une phase dédiée et isolée. */

/* Navigation, hero, CTA final et footer : sanctuarisés en phase 1. */

/* Mobile : réduire la densité sans abandonner la hiérarchie. */
@media (max-width: 768px) {
  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) main > section:not(.csp-hero):not(.csp-cta-final)::before,
  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) > .csp-partners::after {
    right: 1rem;
    left: 1rem;
  }

  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) :is(
    .csp-equip-card,
    .csp-tarif-card,
    .csp-nuitee-card,
    .csp-options__accordion-item,
    .csp-avis__card,
    .csp-contact__info,
    .csp-contact__form,
    .csp-partner-card
  ) {
    border-radius: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0.8rem 1.8rem rgba(0, 0, 0, 0.18);
  }

}

@media (prefers-reduced-motion: reduce) {
  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) *,
  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) *::before,
  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Réservation, créneaux, formulaire et paiement : preview-only en phase 1. */

/* Les pages transactionnelles et contenus juridiques hors `.csp-regles` sont sanctuarisés en phase 1. */

/* Lecture longue et règlement : chapitrage calme, repérable, sans surcharge. */
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) :is(.csp-regles__tabs, .csp-regles__panels) {
  position: relative;
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-regles__tabs {
  padding: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(18, 39, 66, 0.72), rgba(7, 18, 32, 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 0.8rem 2rem rgba(0, 0, 0, 0.16);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-regles__tab {
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--csp-gd-muted);
  transition: color 240ms var(--csp-gd-ease), background 240ms var(--csp-gd-ease), border-color 240ms var(--csp-gd-ease), box-shadow 240ms var(--csp-gd-ease), transform 240ms var(--csp-gd-ease);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-regles__tab:hover,
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-regles__tab:focus-visible {
  border-color: rgba(212, 184, 92, 0.34);
  background: rgba(212, 184, 92, 0.075);
  color: var(--csp-gd-gold-bright);
  box-shadow: 0 0 1rem rgba(212, 184, 92, 0.065);
  transform: translateY(-1px);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-regles__tab--active {
  border-color: rgba(240, 217, 138, 0.56);
  background: linear-gradient(135deg, rgba(212, 184, 92, 0.16), rgba(212, 184, 92, 0.045));
  color: var(--csp-gd-gold-bright);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 1.15rem rgba(212, 184, 92, 0.07);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-accordion {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(17, 39, 66, 0.70), rgba(7, 18, 32, 0.84));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 0.65rem 1.35rem rgba(0, 0, 0, 0.12);
  transition: border-color 240ms var(--csp-gd-ease), background 240ms var(--csp-gd-ease), box-shadow 240ms var(--csp-gd-ease);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-accordion:hover,
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-accordion:has(.csp-accordion__header:focus-visible) {
  border-color: rgba(212, 184, 92, 0.34);
  background: linear-gradient(145deg, rgba(22, 48, 80, 0.82), rgba(8, 20, 36, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0.85rem 1.65rem rgba(0, 0, 0, 0.17);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-accordion__header:focus-visible {
  outline: 2px solid var(--csp-gd-gold-bright);
  outline-offset: 3px;
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-accordion__title {
  color: var(--csp-gd-text);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-accordion__header-icon,
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-accordion__icon {
  color: var(--csp-gd-gold-bright);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-regles__footer-banner {
  border: 1px solid rgba(212, 184, 92, 0.40);
  border-radius: 16px;
  background:
    radial-gradient(28rem 9rem at 50% 0%, rgba(212, 184, 92, 0.10), transparent 70%),
    linear-gradient(145deg, rgba(18, 39, 66, 0.82), rgba(7, 18, 32, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 1rem 2.2rem rgba(0, 0, 0, 0.18);
}

@media (max-width: 768px) {
  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-regles__tabs {
    border-radius: 14px;
  }

  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-accordion {
    border-radius: 12px;
  }
}

/* --------------------------------------------------------------------------
   Respiration v1.0.2 — retour à une composition ouverte.
   Les champs, onglets et cards utiles restent cadrés ; les enveloppes qui
   répétaient ces cadres sont neutralisées pour retrouver de l’air.
   -------------------------------------------------------------------------- */
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-contact__form,
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-regles__tabs {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-contact__form:hover,
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-contact__form:focus-within {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  transform: none;
}

@media (max-width: 768px) {
  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-contact__form-wrapper {
    padding-block: clamp(1.15rem, 5vw, 1.8rem);
    padding-inline: clamp(0.15rem, 2.5vw, 0.65rem);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-contact__form-wrapper .csp-form__row + .csp-form__row {
    margin-top: clamp(0.85rem, 3.5vw, 1.15rem);
  }

  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-contact__info {
    border-color: rgba(255, 255, 255, 0.075);
    background: linear-gradient(145deg, rgba(22, 48, 80, 0.42), rgba(8, 20, 36, 0.54));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 0.45rem 1.15rem rgba(0, 0, 0, 0.12);
  }

  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-regles__tabs {
    padding: 0;
  }
}


/* Harmonisation publique Partners — header uniquement, card et contenu préservés. */
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-partners__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin: 0 0 clamp(0.7rem, 1.6vw, 1rem);
  padding: 0.34rem 0.86rem;
  border: 1px solid rgba(212, 184, 92, 0.36);
  border-radius: 999px;
  background: rgba(212, 184, 92, 0.075);
  color: #f0d98a;
  font-family: Inter, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-partners__eyebrow::before,
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-partners__eyebrow::after {
  display: none;
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-partners__title {
  color: #f8f4ee;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 5.4vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.05;
  text-transform: none;
  text-shadow: 0 0.25rem 1.2rem rgba(0, 0, 0, 0.18);
}

@media (max-width: 768px) {
  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-partners__eyebrow {
    padding-inline: 0.78rem;
    font-size: 0.68rem;
    letter-spacing: 0.13em;
  }

  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-partners__title {
    font-size: clamp(1.95rem, 8.4vw, 2.55rem);
    line-height: 1.08;
  }
}


/* --------------------------------------------------------------------------
   Rythme de la journée v1.0.4 — repère horaire éditorial ouvert.
   Une seule ponctuation horizontale ; aucune carte englobante ajoutée.
   Les créneaux et la note restent strictement ceux du thème.
   -------------------------------------------------------------------------- */
.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule {
  display: grid;
  grid-template-columns: minmax(13rem, 0.82fr) repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: clamp(1rem, 2.3vw, 2.25rem);
  width: 100%;
  max-width: none;
  margin: clamp(0.8rem, 1.6vw, 1.25rem) auto clamp(2rem, 3vw, 2.75rem);
  padding: clamp(1.15rem, 1.8vw, 1.45rem) 0 1rem;
  border: 0 !important;
  border-top: 1px solid rgba(212, 184, 92, 0.34) !important;
  border-right: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-heading {
  align-self: center;
  min-width: 0;
  padding: 0;
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-kicker {
  display: block;
  margin: 0 0 0.55rem;
  color: var(--csp-gd-gold-bright);
  font-family: Inter, sans-serif;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-heading p {
  max-width: 25ch;
  margin: 0;
  color: rgba(248, 244, 238, 0.66);
  font-family: Inter, sans-serif;
  font-size: clamp(0.86rem, 1.1vw, 0.98rem);
  line-height: 1.48;
  text-wrap: balance;
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-list {
  display: contents;
  margin: 0;
  padding: 0;
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-item {
  display: grid;
  align-content: center;
  gap: 0.42rem;
  min-width: 0;
  min-height: 4.35rem;
  padding: 0.25rem clamp(0.7rem, 1.25vw, 1.2rem);
  border-left: 1px solid rgba(255, 255, 255, 0.11);
  text-align: center;
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-item span {
  color: rgba(248, 244, 238, 0.49);
  font-family: Inter, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-item strong {
  color: #fff8e6;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.28rem, 2vw, 1.82rem);
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1;
  white-space: nowrap;
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-item strong em {
  margin-inline: 0.18em;
  color: var(--csp-gd-gold-bright);
  font-style: normal;
}

.csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-note {
  grid-column: 1 / -1;
  max-width: 58ch;
  margin: 0.25rem auto 0;
  padding: 0;
  color: rgba(248, 244, 238, 0.42);
  font-family: Inter, sans-serif;
  font-size: 0.74rem;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 820px) {
  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule {
    display: block !important;
    margin-block: 0.85rem 1.55rem;
    padding: 1.05rem 0 0.85rem;
    border: 0 !important;
    border-top: 1px solid rgba(212, 184, 92, 0.34) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-heading {
    margin: 0 0 1.05rem;
    padding: 0;
    text-align: center;
  }

  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-kicker {
    margin-bottom: 0.45rem;
    font-size: 0.65rem;
    letter-spacing: 0.13em;
  }

  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-heading p {
    max-width: 30ch;
    margin-inline: auto;
    color: rgba(248, 244, 238, 0.70);
    font-size: clamp(0.84rem, 3.3vw, 0.96rem);
    line-height: 1.42;
  }

  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
  }

  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-item {
    display: grid;
    align-content: center;
    gap: 0.32rem;
    min-height: 3.55rem;
    padding: 0.2rem clamp(0.16rem, 1.2vw, 0.42rem);
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.13);
    text-align: center;
  }

  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-item:first-child {
    border-left: 0;
  }

  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-item span {
    font-size: clamp(0.52rem, 1.8vw, 0.63rem);
    letter-spacing: 0.08em;
    line-height: 1.25;
  }

  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-item strong {
    font-size: clamp(0.98rem, 4.25vw, 1.22rem);
    line-height: 1;
  }

  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-note {
    max-width: 30ch;
    margin: 1rem auto 0;
    font-size: 0.70rem;
    line-height: 1.42;
  }
}

@media (max-width: 360px) {
  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-item {
    padding-inline: 0.05rem;
  }

  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-item span {
    font-size: 0.49rem;
    letter-spacing: 0.055em;
  }

  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule-item strong {
    font-size: 0.90rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule,
  .csp-global-design-phase-one:is(.home, .page-id-41, .page-template-page-regles) .csp-tarifs__schedule * {
    transition: none !important;
  }
}

/* Visibilité contextuelle : le rythme horaire appartient uniquement à la séance journée. */
.csp-global-design-phase-one.home .csp-tarifs:has(> .csp-tarifs__tabs > .csp-tarifs__tab[data-tab="nuitee"].csp-tarifs__tab--active) > .csp-tarifs__schedule {
  display: none !important;
}

/* --------------------------------------------------------------------------
   Footer premium — preview v0.2.0
   Structure existante conservée : aucune donnée, URL ou interaction modifiée.
   -------------------------------------------------------------------------- */
.csp-global-design-phase-one footer.csp-footer {
  --csp-footer-line: rgba(212, 184, 92, 0.22);
  --csp-footer-muted: rgba(248, 244, 238, 0.66);
  padding: clamp(3.75rem, 6vw, 5.75rem) 0 0 !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 168, 76, 0.055), transparent 34%),
    linear-gradient(180deg, #0a1628 0%, #071121 58%, #040a14 100%) !important;
}

.csp-global-design-phase-one footer.csp-footer > .csp-footer__container {
  width: min(100%, 1200px);
  padding: 0 clamp(1.25rem, 3.5vw, 3rem) 0 !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
  padding-top: 0 !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__brand,
.csp-global-design-phase-one footer.csp-footer .csp-footer__nav-col,
.csp-global-design-phase-one footer.csp-footer .csp-footer__contact-col {
  min-width: 0;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__logo-wrap {
  margin: 0 0 0.85rem !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__logo {
  width: auto;
  height: clamp(4.25rem, 5vw, 5rem);
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__location {
  margin: 0.35rem 0 0.7rem !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.22em !important;
  line-height: 1.25 !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__desc {
  max-width: 31ch;
  margin: 0 !important;
  color: var(--csp-footer-muted) !important;
  font-size: 0.78rem !important;
  line-height: 1.58 !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__hours {
  margin: 1.25rem 0 0 !important;
  padding: 0.95rem 0 0 !important;
  border-top: 1px solid var(--csp-footer-line) !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__hours-title,
.csp-global-design-phase-one footer.csp-footer .csp-footer__title {
  margin: 0 0 0.85rem !important;
  color: #e8cc76 !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.19em !important;
  line-height: 1.25 !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__hours-text {
  margin: 0 !important;
  color: var(--csp-footer-muted) !important;
  font-size: 0.76rem !important;
  line-height: 1.55 !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__nav-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.2rem 1rem;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__nav-list li {
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__nav-list li:not(:last-child) a {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.2rem 0 !important;
  color: rgba(248, 244, 238, 0.72) !important;
  font-size: 0.78rem !important;
  line-height: 1.25 !important;
  text-decoration: none;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__nav-list li:last-child {
  grid-column: 1 / -1;
  margin-top: 0.7rem !important;
  padding-top: 0.8rem !important;
  border-top: 1px solid var(--csp-footer-line) !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__nav-list li:last-child a {
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem !important;
  min-height: 2.35rem;
  color: #e8cc76 !important;
  font-family: Cormorant Garamond, Georgia, serif !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-decoration: none;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__nav-list a,
.csp-global-design-phase-one footer.csp-footer .csp-footer__contact-list a,
.csp-global-design-phase-one footer.csp-footer .csp-footer__legal a {
  transition: color 280ms cubic-bezier(0.16, 1, 0.3, 1), opacity 280ms cubic-bezier(0.16, 1, 0.3, 1), transform 280ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__nav-list a:hover,
.csp-global-design-phase-one footer.csp-footer .csp-footer__nav-list a:focus-visible,
.csp-global-design-phase-one footer.csp-footer .csp-footer__contact-list a:hover,
.csp-global-design-phase-one footer.csp-footer .csp-footer__contact-list a:focus-visible,
.csp-global-design-phase-one footer.csp-footer .csp-footer__legal a:hover,
.csp-global-design-phase-one footer.csp-footer .csp-footer__legal a:focus-visible {
  color: #f3d982 !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__nav-list a:hover,
.csp-global-design-phase-one footer.csp-footer .csp-footer__contact-list a:hover {
  transform: translateX(2px);
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__contact-list {
  display: grid !important;
  gap: 0.65rem;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__contact-list li {
  margin: 0 !important;
  line-height: 1.35 !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__contact-list a,
.csp-global-design-phase-one footer.csp-footer .csp-footer__contact-list span {
  color: rgba(248, 244, 238, 0.72) !important;
  font-size: 0.78rem !important;
  line-height: 1.45 !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.15rem !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-social-links a {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 0.78rem;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__map {
  position: relative;
  width: 100vw !important;
  max-width: none !important;
  height: clamp(11.5rem, 24vw, 18rem) !important;
  margin: clamp(2.75rem, 5vw, 4.25rem) 0 0 calc(50% - 50vw) !important;
  overflow: hidden;
  border-top: 1px solid rgba(212, 184, 92, 0.2) !important;
  border-bottom: 1px solid rgba(212, 184, 92, 0.2) !important;
  border-radius: 0 !important;
  box-shadow: inset 0 1.5rem 2.5rem rgba(4, 10, 20, 0.18), inset 0 -1.5rem 2.5rem rgba(4, 10, 20, 0.28) !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4, 10, 20, 0.16), transparent 32%, transparent 68%, rgba(4, 10, 20, 0.24));
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__map iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 0 !important;
  padding: 1.35rem 0 1.75rem !important;
  border-top: 1px solid var(--csp-footer-line) !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__bottom p {
  margin: 0 !important;
  color: rgba(248, 244, 238, 0.5) !important;
  font-size: 0.7rem !important;
  line-height: 1.4 !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem 1rem;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__legal a {
  color: rgba(248, 244, 238, 0.5) !important;
  font-size: 0.68rem !important;
  line-height: 1.4 !important;
}

.csp-global-design-phase-one footer.csp-footer a:focus-visible {
  outline: 2px solid #e8cc76 !important;
  outline-offset: 4px;
  border-radius: 3px;
}

@media (max-width: 980px) {
  .csp-global-design-phase-one footer.csp-footer .csp-footer__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.75rem 2.25rem;
  }

  .csp-global-design-phase-one footer.csp-footer .csp-footer__brand {
    grid-column: 1 / -1;
  }

  .csp-global-design-phase-one footer.csp-footer .csp-footer__desc {
    max-width: 44ch;
  }
}

@media (max-width: 680px) {
  .csp-global-design-phase-one footer.csp-footer {
    padding-top: 3.25rem !important;
  }

  .csp-global-design-phase-one footer.csp-footer > .csp-footer__container {
    padding-inline: 1.25rem !important;
  }

  .csp-global-design-phase-one footer.csp-footer .csp-footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.15rem;
    text-align: center;
  }

  .csp-global-design-phase-one footer.csp-footer .csp-footer__brand,
  .csp-global-design-phase-one footer.csp-footer .csp-footer__nav-col,
  .csp-global-design-phase-one footer.csp-footer .csp-footer__contact-col {
    grid-column: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .csp-global-design-phase-one footer.csp-footer .csp-footer__logo-wrap {
    display: flex;
    justify-content: center;
  }

  .csp-global-design-phase-one footer.csp-footer .csp-footer__desc {
    max-width: 34ch;
  }

  .csp-global-design-phase-one footer.csp-footer .csp-footer__hours {
    width: min(100%, 22rem);
  }

  .csp-global-design-phase-one footer.csp-footer .csp-footer__nav-list {
    width: min(100%, 22rem);
    gap: 0.15rem 1rem;
    text-align: center;
  }

  .csp-global-design-phase-one footer.csp-footer .csp-footer__nav-list li:last-child {
    text-align: center;
  }

  .csp-global-design-phase-one footer.csp-footer .csp-footer__nav-list li:last-child a {
    justify-content: center;
  }

  .csp-global-design-phase-one footer.csp-footer .csp-footer__contact-list {
    width: min(100%, 22rem);
  }

  .csp-global-design-phase-one footer.csp-footer .csp-social-links {
    justify-content: center;
  }

  .csp-global-design-phase-one footer.csp-footer .csp-footer__map {
    height: 12rem !important;
    margin-top: 2.65rem !important;
  }

  .csp-global-design-phase-one footer.csp-footer .csp-footer__bottom {
    flex-direction: column;
    justify-content: center;
    gap: 0.8rem;
    padding: 1.25rem 0 1.5rem !important;
    text-align: center;
  }

  .csp-global-design-phase-one footer.csp-footer .csp-footer__legal {
    justify-content: center;
    gap: 0.55rem 0.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .csp-global-design-phase-one footer.csp-footer::before,
  .csp-global-design-phase-one footer.csp-footer::after,
  .csp-global-design-phase-one footer.csp-footer * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* --------------------------------------------------------------------------
   Footer premium — signature typographique v1.0.7
   Même structure, mêmes liens, mêmes interactions : typographie uniquement.
   -------------------------------------------------------------------------- */
.csp-global-design-phase-one footer.csp-footer .csp-footer__location,
.csp-global-design-phase-one footer.csp-footer .csp-footer__title,
.csp-global-design-phase-one footer.csp-footer .csp-footer__hours-title {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.18 !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__location {
  font-size: clamp(0.84rem, 0.72vw, 0.96rem) !important;
  letter-spacing: 0.20em !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__title,
.csp-global-design-phase-one footer.csp-footer .csp-footer__hours-title {
  font-size: clamp(0.82rem, 0.68vw, 0.92rem) !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__desc,
.csp-global-design-phase-one footer.csp-footer .csp-footer__hours-text,
.csp-global-design-phase-one footer.csp-footer .csp-footer__nav-list a,
.csp-global-design-phase-one footer.csp-footer .csp-footer__contact-list a,
.csp-global-design-phase-one footer.csp-footer .csp-footer__contact-list span {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__desc {
  font-size: clamp(0.82rem, 0.68vw, 0.92rem) !important;
  line-height: 1.54 !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__hours-text,
.csp-global-design-phase-one footer.csp-footer .csp-footer__nav-list li:not(:last-child) a,
.csp-global-design-phase-one footer.csp-footer .csp-footer__contact-list a,
.csp-global-design-phase-one footer.csp-footer .csp-footer__contact-list span {
  font-size: clamp(0.82rem, 0.66vw, 0.90rem) !important;
  line-height: 1.48 !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__nav-list li:last-child a {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(1.08rem, 0.95vw, 1.24rem) !important;
  font-weight: 600 !important;
  letter-spacing: 0.07em !important;
  line-height: 1.1 !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__bottom p,
.csp-global-design-phase-one footer.csp-footer .csp-footer__legal a {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__bottom p {
  font-size: clamp(0.70rem, 0.55vw, 0.76rem) !important;
  line-height: 1.42 !important;
}

.csp-global-design-phase-one footer.csp-footer .csp-footer__legal a {
  font-size: clamp(0.69rem, 0.52vw, 0.74rem) !important;
  line-height: 1.42 !important;
}

@media (max-width: 680px) {
  .csp-global-design-phase-one footer.csp-footer .csp-footer__location,
  .csp-global-design-phase-one footer.csp-footer .csp-footer__title,
  .csp-global-design-phase-one footer.csp-footer .csp-footer__hours-title {
    font-size: 0.82rem !important;
  }

  .csp-global-design-phase-one footer.csp-footer .csp-footer__desc {
    font-size: 0.84rem !important;
    line-height: 1.52 !important;
  }

  .csp-global-design-phase-one footer.csp-footer .csp-footer__hours-text,
  .csp-global-design-phase-one footer.csp-footer .csp-footer__nav-list li:not(:last-child) a,
  .csp-global-design-phase-one footer.csp-footer .csp-footer__contact-list a,
  .csp-global-design-phase-one footer.csp-footer .csp-footer__contact-list span {
    font-size: 0.84rem !important;
    line-height: 1.46 !important;
  }

  .csp-global-design-phase-one footer.csp-footer .csp-footer__legal a,
  .csp-global-design-phase-one footer.csp-footer .csp-footer__bottom p {
    font-size: 0.70rem !important;
  }
}


/*
 * Baseline d'entrée des pages internes — v1.0.8.
 * Une seule respiration entre la navigation fixe et le premier repère éditorial.
 * L'Accueil reste inchangé ; les parcours Contact et Carte cadeau restent intacts.
 */
.csp-global-design-phase-one :is(.csp-contact, .csp-regles) > .csp-section__header {
  padding-top: clamp(4.25rem, 3.2vw, 4.5rem) !important;
}

.csp-global-design-phase-one.page-id-515 #csp-gift-card-app {
  padding-top: clamp(4rem, 5vw, 4.25rem) !important;
}

@media (max-width: 768px) {
  .csp-global-design-phase-one :is(.csp-contact, .csp-regles) > .csp-section__header {
    padding-top: 1.5rem !important;
  }

  .csp-global-design-phase-one.page-id-515 #csp-gift-card-app {
    padding-top: calc(4.5rem + env(safe-area-inset-top)) !important;
  }
}


/* --------------------------------------------------------------------------
   Baseline interne v1.0.9 — alignement mobile réel.
   Contact et Règles sont déjà à la référence ; Carte cadeau les rejoint.
   Le parcours, les formules et les contrôles restent strictement inchangés.
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
  .csp-global-design-phase-one.page-id-515 #csp-gift-card-app {
    padding-top: calc(3.1rem + env(safe-area-inset-top)) !important;
  }
}

/* --------------------------------------------------------------------------
   Baseline interne v1.0.10 — correction desktop/tablette.
   Contact et Règles reprennent exactement la respiration Accueil :
   section 56 px + en-tête 30 px = 86 px entre la ligne haute et le repère.
   -------------------------------------------------------------------------- */
@media (min-width: 769px) {
  body.csp-global-design-phase-one :is(.csp-contact, .csp-regles) > .csp-section__header {
    padding-top: 1.875rem !important;
  }
}


/* --------------------------------------------------------------------------
   Baseline interne v1.0.11 — cascade responsive explicite.
   Jusqu’à 768 px, Contact et Règles suivent la même entrée que la référence
   mobile (section 88,8 px + en-tête 24 px). À partir de 769 px, la cible
   éditoriale desktop reste section 56 px + en-tête 30 px = 86 px.
   -------------------------------------------------------------------------- */
.csp-global-design-phase-one :is(.csp-contact, .csp-regles) > .csp-section__header {
  padding-top: 1.5rem !important;
}
@media (min-width: 769px) {
  body.csp-global-design-phase-one :is(.csp-contact, .csp-regles) > .csp-section__header {
    padding-top: 1.875rem !important;
  }
}
