:root {
  --csp-ink: #07111f;
  --csp-navy-deep: #091625;
  --csp-navy-velvet: #0d1c30;
  --csp-navy-surface: #12253d;
  --csp-gold-refined: #d4b85c;
  --csp-gold-muted: rgba(212, 184, 92, 0.34);
  --csp-glass: rgba(9, 22, 37, 0.78);
  --csp-shadow-luxe: 0 18px 48px rgba(0, 0, 0, 0.34), 0 2px 9px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  --csp-ease-luxe: cubic-bezier(0.16, 1, 0.3, 1);
}

html,
body {
  background: var(--csp-ink);
}

.csp-footer {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background:
    radial-gradient(60rem 26rem at 5% 100%, rgba(29, 66, 112, 0.26), transparent 68%),
    radial-gradient(42rem 24rem at 95% 5%, rgba(212, 184, 92, 0.10), transparent 72%),
    linear-gradient(145deg, var(--csp-ink) 0%, var(--csp-navy-deep) 48%, #081321 100%);
  border-top: 1px solid rgba(212, 184, 92, 0.20);
}

.csp-footer::before,
.csp-footer::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.csp-footer::before {
  inset: 0;
  opacity: 0.52;
  background-image: linear-gradient(115deg, transparent 44%, rgba(255, 255, 255, 0.025) 49%, transparent 54%);
}

.csp-footer::after {
  top: 0;
  left: 50%;
  width: min(44rem, 74vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(212, 184, 92, 0.86), transparent);
  box-shadow: 0 0 18px rgba(212, 184, 92, 0.62);
}

.csp-footer__container {
  position: relative;
}

.csp-footer__nav-list a,
.csp-footer__legal a,
.csp-footer__contact-list a {
  position: relative;
  transition: color 280ms var(--csp-ease-luxe), transform 280ms var(--csp-ease-luxe), opacity 280ms var(--csp-ease-luxe);
}

.csp-footer__nav-list a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.28rem;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--csp-gold-refined), transparent);
  transition: transform 320ms var(--csp-ease-luxe);
}

.csp-footer__nav-list a:hover,
.csp-footer__nav-list a:focus-visible,
.csp-footer__legal a:hover,
.csp-footer__legal a:focus-visible,
.csp-footer__contact-list a:hover,
.csp-footer__contact-list a:focus-visible {
  color: var(--csp-gold-refined);
}

.csp-footer__nav-list a:hover::after,
.csp-footer__nav-list a:focus-visible::after {
  transform: scaleX(1);
}

.csp-footer a:focus-visible,
#csp-back-to-top:focus-visible {
  outline: 2px solid var(--csp-gold-refined);
  outline-offset: 4px;
}

.csp-footer__bottom {
  border-top-color: rgba(212, 184, 92, 0.17);
}

/* Le bouton reste volontairement hors des flux du footer : cette feuille saine
   rétablit ses propriétés même si une ancienne règle minifiée devenait invalide. */
#csp-back-to-top.csp-back-to-top {
  box-sizing: border-box !important;
  position: fixed !important;
  z-index: 9998 !important;
  bottom: 1.5rem !important;
  left: 1.5rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2.9rem !important;
  height: 2.9rem !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(212, 184, 92, 0.43) !important;
  border-radius: 999px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background:
    linear-gradient(145deg, rgba(31, 52, 79, 0.94), rgba(7, 17, 31, 0.96)) !important;
  color: var(--csp-gold-refined) !important;
  box-shadow: var(--csp-shadow-luxe), 0 0 0 1px rgba(255, 255, 255, 0.025), 0 0 24px rgba(212, 184, 92, 0.10) !important;
  cursor: pointer !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(0.7rem) scale(0.94) !important;
  transition: opacity 320ms var(--csp-ease-luxe), transform 320ms var(--csp-ease-luxe), border-color 260ms ease, box-shadow 260ms ease, background 260ms ease !important;
}

#csp-back-to-top.csp-back-to-top::before {
  content: "";
  position: absolute;
  inset: 0.22rem;
  border: 1px solid rgba(212, 184, 92, 0.14);
  border-radius: inherit;
  pointer-events: none;
}

#csp-back-to-top.csp-back-to-top svg {
  position: relative;
  width: 1.12rem;
  height: 1.12rem;
  filter: drop-shadow(0 0 5px rgba(212, 184, 92, 0.44));
  transition: transform 300ms var(--csp-ease-luxe);
}

#csp-back-to-top.csp-back-to-top.csp-back-to-top--visible {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) scale(1) !important;
}

#csp-back-to-top.csp-back-to-top:hover {
  border-color: rgba(212, 184, 92, 0.82) !important;
  background: linear-gradient(145deg, rgba(41, 67, 99, 0.98), rgba(10, 25, 43, 0.98)) !important;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.43), 0 0 0 1px rgba(212, 184, 92, 0.24), 0 0 32px rgba(212, 184, 92, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  transform: translateY(-0.18rem) scale(1.045) !important;
}

#csp-back-to-top.csp-back-to-top:hover svg {
  transform: translateY(-0.14rem);
}

#csp-back-to-top.csp-back-to-top:active {
  transform: translateY(0.04rem) scale(0.97) !important;
}

@media (max-width: 768px) {
  #csp-back-to-top.csp-back-to-top {
    bottom: max(1rem, env(safe-area-inset-bottom)) !important;
    left: 1rem !important;
    width: 2.65rem !important;
    height: 2.65rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #csp-back-to-top.csp-back-to-top,
  #csp-back-to-top.csp-back-to-top svg,
  .csp-footer__nav-list a,
  .csp-footer__nav-list a::after,
  .csp-footer__legal a,
  .csp-footer__contact-list a {
    transition-duration: 1ms !important;
  }
}

/* --------------------------------------------------------------------------
   Navigation principale — direction artistique premium, comportement intact.
   Les liens, l’ouverture mobile et les classes JS existantes sont préservés.
   -------------------------------------------------------------------------- */
.csp-navbar {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9997 !important;
  isolation: isolate;
  background:
    linear-gradient(108deg, rgba(6, 15, 27, 0.93) 0%, rgba(11, 28, 48, 0.84) 52%, rgba(8, 18, 33, 0.92) 100%) !important;
  border-bottom: 1px solid rgba(212, 184, 92, 0.16) !important;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.18), inset 0 -1px 0 rgba(255, 255, 255, 0.025) !important;
  backdrop-filter: blur(18px) saturate(128%);
  -webkit-backdrop-filter: blur(18px) saturate(128%);
  transition: background 400ms var(--csp-ease-luxe), box-shadow 400ms var(--csp-ease-luxe), border-color 400ms var(--csp-ease-luxe) !important;
}

.csp-navbar::before,
.csp-navbar::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.csp-navbar::before {
  z-index: -1;
  inset: 0;
  opacity: 0.8;
  background:
    radial-gradient(20rem 7rem at 18% -120%, rgba(212, 184, 92, 0.20), transparent 68%),
    linear-gradient(90deg, transparent 2%, rgba(255, 255, 255, 0.025) 50%, transparent 98%);
}

.csp-navbar::after {
  right: 9%;
  bottom: -1px;
  left: 9%;
  height: 1px;
  opacity: 0.54;
  background: linear-gradient(90deg, transparent, rgba(212, 184, 92, 0.72), transparent);
  box-shadow: 0 0 16px rgba(212, 184, 92, 0.35);
  transform: scaleX(0.65);
  transition: transform 400ms var(--csp-ease-luxe), opacity 400ms var(--csp-ease-luxe);
}

.csp-navbar.csp-navbar--scrolled {
  background:
    linear-gradient(108deg, rgba(5, 13, 24, 0.97) 0%, rgba(9, 23, 39, 0.95) 52%, rgba(5, 14, 25, 0.97) 100%) !important;
  border-bottom-color: rgba(212, 184, 92, 0.28) !important;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.32), 0 1px 0 rgba(212, 184, 92, 0.06) !important;
}

.csp-navbar.csp-navbar--scrolled::after {
  opacity: 0.88;
  transform: scaleX(0.88);
}

.csp-navbar__container {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  width: min(100%, 92rem);
  min-height: 4.85rem;
  margin: 0 auto;
  padding: 0.78rem clamp(1rem, 2.4vw, 2.35rem) !important;
  gap: clamp(0.58rem, 1.5vw, 1.55rem);
}

.csp-navbar__logo {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  transition: transform 260ms var(--csp-ease-luxe), filter 260ms var(--csp-ease-luxe);
}

.csp-navbar__logo::after {
  display: none;
}

.csp-navbar__logo:hover,
.csp-navbar__logo:focus-visible {
  filter: brightness(1.12) drop-shadow(0 0 8px rgba(226, 199, 104, 0.26));
  transform: translateY(-0.05rem);
}

.csp-navbar__logo-img {
  position: relative;
  z-index: 1;
  width: 2.72rem !important;
  height: auto !important;
  max-height: 2.72rem;
  object-fit: contain;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.34));
}

.csp-navbar__nav {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  gap: clamp(0.28rem, 0.72vw, 0.78rem);
  list-style: none;
}

.csp-navbar__nav li {
  min-width: 0;
}

.csp-navbar__nav li > a {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  min-height: 2.72rem;
  padding: 0.58rem clamp(0.46rem, 0.68vw, 0.78rem);
  border-radius: 999px;
  color: rgba(255, 253, 245, 0.90) !important;
  font-family: "Inter", sans-serif !important;
  font-size: clamp(0.78rem, 0.88vw, 0.92rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0.065em !important;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 260ms var(--csp-ease-luxe), background 260ms var(--csp-ease-luxe), transform 260ms var(--csp-ease-luxe), box-shadow 260ms var(--csp-ease-luxe) !important;
}

.csp-navbar__nav li > a::after {
  content: "";
  position: absolute;
  right: 22%;
  bottom: 0.26rem;
  left: 22%;
  height: 1px;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(90deg, transparent, var(--csp-gold-refined), transparent);
  box-shadow: 0 0 8px rgba(212, 184, 92, 0.68);
  transform: scaleX(0.28);
  transition: transform 260ms var(--csp-ease-luxe), opacity 260ms var(--csp-ease-luxe);
}

.csp-navbar__nav li > a:hover,
.csp-navbar__nav li > a:focus-visible {
  color: #fff9e7 !important;
  background: linear-gradient(145deg, rgba(212, 184, 92, 0.15), rgba(255, 255, 255, 0.025)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 5px 14px rgba(0, 0, 0, 0.17);
  transform: translateY(-0.06rem);
}

.csp-navbar__nav li > a:hover::after,
.csp-navbar__nav li > a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.csp-navbar__cta {
  position: relative;
  isolation: isolate;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 2.82rem;
  padding: 0.68rem clamp(0.84rem, 1vw, 1.08rem) !important;
  overflow: hidden;
  border: 1px solid rgba(255, 237, 158, 0.66) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #f3d976 0%, #cda94e 49%, #b98d34 100%) !important;
  color: #101b2b !important;
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.27), 0 0 18px rgba(212, 184, 92, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.52) !important;
  font-family: "Inter", sans-serif !important;
  font-size: clamp(0.76rem, 0.82vw, 0.86rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.085em !important;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform 280ms var(--csp-ease-luxe), box-shadow 280ms var(--csp-ease-luxe), filter 280ms var(--csp-ease-luxe) !important;
}

.csp-navbar__cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -80%;
  left: -34%;
  width: 42%;
  height: 250%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.68), transparent);
  transform: rotate(22deg);
  transition: left 600ms var(--csp-ease-luxe);
}

.csp-navbar__cta svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.38rem;
  stroke-width: 2.35;
}

.csp-navbar__cta:hover,
.csp-navbar__cta:focus-visible {
  color: #091625 !important;
  filter: brightness(1.065) saturate(1.06);
  box-shadow: 0 12px 27px rgba(0, 0, 0, 0.34), 0 0 28px rgba(212, 184, 92, 0.37), inset 0 1px 0 rgba(255, 255, 255, 0.68) !important;
  transform: translateY(-0.13rem) scale(1.015);
}

.csp-navbar__cta:hover::before,
.csp-navbar__cta:focus-visible::before {
  left: 106%;
}

.csp-navbar__cta:active {
  transform: translateY(0.03rem) scale(0.985);
}

.csp-navbar__admin-lock {
  align-self: center;
  padding: 0.35rem !important;
  border: 1px solid transparent;
  border-radius: 50%;
  color: rgba(244, 240, 231, 0.42) !important;
  transition: color 240ms var(--csp-ease-luxe), border-color 240ms var(--csp-ease-luxe), background 240ms var(--csp-ease-luxe) !important;
}

.csp-navbar__admin-lock:hover,
.csp-navbar__admin-lock:focus-visible {
  border-color: rgba(212, 184, 92, 0.25);
  background: rgba(212, 184, 92, 0.08);
  color: rgba(244, 240, 231, 0.80) !important;
}

.csp-navbar__burger {
  display: none;
  width: 2.65rem;
  height: 2.65rem;
  padding: 0 !important;
  border: 1px solid rgba(212, 184, 92, 0.28) !important;
  border-radius: 50% !important;
  background: rgba(8, 20, 35, 0.62) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 7px 19px rgba(0, 0, 0, 0.22);
  transition: border-color 260ms var(--csp-ease-luxe), background 260ms var(--csp-ease-luxe), transform 260ms var(--csp-ease-luxe) !important;
}

.csp-navbar__burger span {
  width: 1.05rem !important;
  height: 1px !important;
  margin: 0.16rem auto !important;
  border-radius: 99px;
  background: var(--csp-gold-refined) !important;
  box-shadow: 0 0 7px rgba(212, 184, 92, 0.36);
  transition: transform 260ms var(--csp-ease-luxe), opacity 200ms ease !important;
}

.csp-navbar__burger:hover,
.csp-navbar__burger:focus-visible {
  border-color: rgba(212, 184, 92, 0.66) !important;
  background: rgba(30, 52, 78, 0.76) !important;
  transform: translateY(-0.08rem);
}

/* Repère des créneaux de référence — lecture éditoriale, sans incidence sur le calendrier dynamique. */
.csp-tarifs__schedule {
  display: grid;
  grid-template-columns: minmax(12rem, 0.9fr) repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  max-width: 72rem;
  margin: 0.55rem auto 1.45rem;
  padding: 1rem 0 0.88rem;
  border-top: 1px solid rgba(212, 184, 92, 0.30);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.csp-tarifs__schedule-heading {
  padding: 0.15rem 1.55rem 0.15rem 0.18rem;
}

.csp-tarifs__schedule-kicker {
  display: block;
  margin-bottom: 0.38rem;
  color: #efd274;
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.145em;
  line-height: 1.25;
  text-transform: uppercase;
}

.csp-tarifs__schedule-heading p {
  margin: 0;
  color: rgba(255, 249, 231, 0.62);
  font-family: "Inter", sans-serif;
  font-size: 0.88rem;
  font-weight: 450;
  line-height: 1.45;
}

.csp-tarifs__schedule-list {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.csp-tarifs__schedule-item {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
  padding: 0.15rem clamp(0.8rem, 1.5vw, 1.3rem);
  border-left: 1px solid rgba(255, 255, 255, 0.10);
  transition: color 260ms var(--csp-ease-luxe), background 260ms var(--csp-ease-luxe);
}

.csp-tarifs__schedule-item span {
  color: rgba(255, 255, 255, 0.42);
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.095em;
  line-height: 1.2;
  text-transform: uppercase;
}

.csp-tarifs__schedule-item strong {
  color: rgba(255, 249, 231, 0.94);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.12rem, 1.48vw, 1.3rem);
  font-weight: 650;
  letter-spacing: 0.018em;
  line-height: 1.1;
  white-space: nowrap;
}

.csp-tarifs__schedule-item strong em {
  margin-inline: 0.12em;
  color: #e8cc76;
  font-style: normal;
}

.csp-tarifs__schedule-note {
  grid-column: 1 / -1;
  margin: 0.88rem 0 0;
  padding-left: 0.18rem;
  color: rgba(255, 255, 255, 0.38);
  font-family: "Inter", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.018em;
  line-height: 1.35;
}

.csp-tarifs:has(.csp-tarifs__tab[data-tab="nuitee"].csp-tarifs__tab--active) .csp-tarifs__schedule {
  display: none;
}

/* Cartes de tarifs — même matière, même rythme et même hiérarchie que les composants premium du site. */
.csp-tarifs .csp-tarifs__grid {
  align-items: stretch;
  gap: clamp(0.9rem, 1.6vw, 1.35rem);
}

.csp-tarifs .csp-tarif-card,
.csp-tarifs .csp-tarifs__inclus {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 12% -10%, rgba(212, 184, 92, 0.09), transparent 36%),
    linear-gradient(145deg, rgba(20, 45, 77, 0.83), rgba(8, 22, 40, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 18px 36px rgba(0, 0, 0, 0.18);
}

.csp-tarifs .csp-tarif-card {
  padding: clamp(1.35rem, 2.3vw, 1.9rem);
  transition: border-color 320ms var(--csp-ease-luxe), box-shadow 320ms var(--csp-ease-luxe), transform 320ms var(--csp-ease-luxe), background 320ms var(--csp-ease-luxe);
}

.csp-tarifs .csp-tarif-card::before,
.csp-tarifs .csp-tarifs__inclus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.35rem;
  width: min(8.5rem, 44%);
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 184, 92, 0.78), rgba(212, 184, 92, 0));
  box-shadow: 0 0 10px rgba(212, 184, 92, 0.38);
}

.csp-tarifs .csp-tarif-card:hover {
  border-color: rgba(212, 184, 92, 0.48);
  background:
    radial-gradient(circle at 12% -10%, rgba(212, 184, 92, 0.16), transparent 38%),
    linear-gradient(145deg, rgba(24, 54, 90, 0.91), rgba(8, 22, 40, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 22px 42px rgba(0, 0, 0, 0.26), 0 0 28px rgba(212, 184, 92, 0.08);
  transform: translateY(-0.22rem);
}

.csp-tarifs .csp-tarif-card--populaire {
  border-color: rgba(227, 194, 93, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 247, 209, 0.12), 0 18px 38px rgba(0, 0, 0, 0.22), 0 0 30px rgba(212, 184, 92, 0.09);
}

.csp-tarifs .csp-tarif-card__badge-pop {
  top: 1rem;
  right: 1rem;
  padding: 0.34rem 0.62rem;
  border: 1px solid rgba(255, 242, 171, 0.74);
  border-radius: 999px;
  background: linear-gradient(135deg, #f3d976, #c99f41);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.52);
  font-size: 0.68rem;
  letter-spacing: 0.105em;
}

.csp-tarifs .csp-tarif-card__periode {
  margin: 0 3.7rem 0.16rem 0;
  color: #fff8e6;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.78rem);
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1.05;
}

.csp-tarifs .csp-tarif-card__sous-titre {
  margin: 0 0 1.15rem;
  color: rgba(255, 255, 255, 0.57);
  font-family: "Inter", sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.045em;
  line-height: 1.45;
}

.csp-tarifs .csp-tarif-card__ligne {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 0.85rem;
  row-gap: 0.18rem;
  align-items: baseline;
  padding: 0.76rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.csp-tarifs .csp-tarif-card__ligne:last-child {
  padding-bottom: 0.08rem;
  border-bottom: 0;
}

.csp-tarifs .csp-tarif-card__session {
  color: rgba(255, 255, 255, 0.88);
  font-family: "Inter", sans-serif;
  font-size: 0.94rem;
  font-weight: 650;
}

.csp-tarifs .csp-tarif-card__prix {
  color: #f0d476;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.42rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

.csp-tarifs .csp-tarif-card__supp {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.44);
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.035em;
}

.csp-tarifs .csp-tarifs__inclus {
  padding: clamp(1.35rem, 2.3vw, 1.85rem);
}

.csp-tarifs .csp-tarifs__inclus-titre {
  margin: 0 0 1rem;
  color: #efd274;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  font-weight: 650;
  line-height: 1.08;
}

.csp-tarifs .csp-tarifs__inclus-list {
  display: grid;
  gap: 0.62rem;
  margin: 0;
  padding: 0;
}

.csp-tarifs .csp-tarifs__inclus-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.77);
  font-family: "Inter", sans-serif;
  font-size: 0.90rem;
  line-height: 1.4;
}

.csp-tarifs .csp-tarifs__inclus-list li::before {
  content: "✦";
  flex: 0 0 auto;
  color: #6fe4d7;
  font-size: 0.72rem;
  line-height: 1.65;
}

@media (min-width: 1280px) {
  .csp-navbar__nav li:nth-child(5),
  .csp-navbar__nav li:nth-child(6) {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .csp-navbar__nav li:nth-child(2),
  .csp-navbar__nav li:nth-child(5),
  .csp-navbar__nav li:nth-child(6) {
    display: none;
  }

  .csp-navbar__container {
    gap: 0.42rem;
  }
}

@media (max-width: 1024px) {
  .csp-navbar__container {
    grid-template-columns: auto 1fr auto auto;
    min-height: 4.35rem;
    padding: 0.6rem 1rem !important;
  }

  .csp-navbar__nav {
    position: absolute;
    top: calc(100% + 0.6rem);
    right: 0.75rem;
    left: 0.75rem;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.26rem;
    padding: 0.6rem !important;
    border: 1px solid rgba(212, 184, 92, 0.22);
    border-radius: 1.25rem;
    background: linear-gradient(145deg, rgba(11, 27, 46, 0.97), rgba(5, 15, 27, 0.98));
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px) saturate(130%);
    -webkit-backdrop-filter: blur(18px) saturate(130%);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.7rem) scale(0.985);
    transform-origin: top center;
    transition: opacity 260ms var(--csp-ease-luxe), transform 260ms var(--csp-ease-luxe) !important;
  }

  .csp-navbar__nav.csp-navbar__nav--open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .csp-navbar__nav li,
  .csp-navbar__nav li:nth-child(2),
  .csp-navbar__nav li:nth-child(5),
  .csp-navbar__nav li:nth-child(6) {
    display: block;
  }

  .csp-navbar__nav li > a {
    justify-content: flex-start;
    width: 100%;
    min-height: 2.65rem;
    padding: 0.6rem 0.78rem;
    border: 1px solid transparent;
    font-size: 0.66rem !important;
    letter-spacing: 0.08em !important;
  }

  .csp-navbar__nav li > a:hover,
  .csp-navbar__nav li > a:focus-visible {
    border-color: rgba(212, 184, 92, 0.25);
  }

  .csp-navbar__cta {
    min-height: 2.45rem;
    min-width: 8.65rem;
    padding: 0.58rem 0.86rem !important;
    font-size: 0.66rem !important;
    letter-spacing: 0.08em !important;
  }

  .csp-navbar__cta svg {
    margin-right: 0.36rem;
  }

  .csp-navbar__cta svg {
    width: 1rem;
    height: 1rem;
  }

  .csp-navbar__admin-lock {
    display: none !important;
  }

  .csp-navbar__burger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .csp-navbar__container {
    grid-template-columns: auto 1fr auto auto;
    gap: 0.32rem;
  }

  .csp-navbar__logo {
    flex: 0 0 3.12rem;
    width: 3.12rem;
    height: 3.12rem;
  }

  .csp-navbar__logo-img {
    width: 3.12rem !important;
    max-height: 3.12rem;
  }

  .csp-navbar__nav {
    grid-template-columns: 1fr;
    max-height: min(72vh, 34rem);
    overflow: auto;
    overscroll-behavior: contain;
  }

  .csp-navbar__nav li > a {
    min-height: 2.48rem;
  }

  .csp-tarifs__schedule {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin: 0.5rem auto 1.2rem;
    padding: 0.95rem 0 0.82rem;
  }

  .csp-tarifs__schedule-heading {
    padding: 0;
    text-align: center;
  }

  .csp-tarifs__schedule-heading p {
    max-width: 20rem;
    margin-inline: auto;
    font-size: 0.84rem;
  }

  .csp-tarifs__schedule-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .csp-tarifs__schedule-item {
    padding: 0.2rem 0.4rem;
    text-align: center;
  }

  .csp-tarifs__schedule-item:first-child {
    border-left: 0;
  }

  .csp-tarifs__schedule-item span {
    font-size: 0.58rem;
    letter-spacing: 0.07em;
  }

  .csp-tarifs__schedule-item strong {
    font-size: clamp(0.94rem, 4.05vw, 1.06rem);
  }

  .csp-tarifs__schedule-note {
    margin-top: 0.05rem;
    padding: 0;
    font-size: 0.66rem;
    text-align: center;
  }

  .csp-tarifs .csp-tarif-card,
  .csp-tarifs .csp-tarifs__inclus {
    border-radius: 1.08rem;
  }

  .csp-tarifs .csp-tarif-card {
    padding: 1.22rem;
  }

  .csp-tarifs .csp-tarif-card__ligne {
    padding: 0.70rem 0;
  }
}

@media (max-width: 390px) {
  .csp-navbar__container {
    padding-right: 0.78rem !important;
    padding-left: 0.78rem !important;
    gap: 0.32rem;
  }

  .csp-navbar__logo-img {
    width: 2.85rem !important;
    max-height: 2.85rem;
  }

  .csp-navbar__cta {
    min-width: 2.55rem;
    padding: 0.58rem !important;
    font-size: 0 !important;
  }

  .csp-navbar__cta svg {
    width: 1.02rem;
    height: 1.02rem;
    margin-right: 0;
  }
}

/* --------------------------------------------------------------------------
   Rythme éditorial global — sections publiques hors hero uniquement.
   Le hero n'utilise pas .csp-section et reste donc strictement intact.
   -------------------------------------------------------------------------- */
:root {
  --csp-space-section: clamp(4.75rem, 8vw, 8.25rem);
  --csp-space-section-dense: clamp(3.75rem, 6vw, 6.25rem);
  --csp-space-header-to-content: clamp(1.85rem, 3.5vw, 3.2rem);
  --csp-space-copy: clamp(0.85rem, 1.5vw, 1.15rem);
  --csp-content-readable: 46rem;
  --csp-text-soft: rgba(244, 241, 233, 0.72);
  --csp-text-faint: rgba(244, 241, 233, 0.52);
}

.csp-section {
  position: relative;
  padding-block: var(--csp-space-section);
}

.csp-options,
.csp-avis,
.csp-contact,
.csp-regles {
  padding-block: var(--csp-space-section-dense);
}

.csp-section > .csp-section__header {
  display: grid;
  justify-items: center;
  max-width: var(--csp-content-readable);
  margin: 0 auto var(--csp-space-header-to-content);
  text-align: center;
}

.csp-section > .csp-section__header .csp-section__label,
.csp-histoire .csp-section__label,
.csp-cta-final .csp-section__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.9rem;
  padding: 0.4em 1.2em;
  border-radius: 999px;
  background: rgba(201, 168, 76, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #e7cb73;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.62rem, 0.72vw, 0.72rem);
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.1;
  text-transform: uppercase;
}

.csp-section > .csp-section__header .csp-section__label::before,
.csp-histoire .csp-section__label::before,
.csp-cta-final .csp-section__label::before {
  width: 1.55rem;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, currentColor);
  opacity: 0.8;
}

.csp-section .csp-section__title {
  max-width: 13ch;
  margin: 0;
  color: #fff9ec;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.3rem, 4.3vw, 4.3rem);
  font-weight: 620;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
}

.csp-section .csp-section__title .text-italic {
  color: #e8cc76;
  font-weight: 560;
}

.csp-section .csp-section__desc {
  max-width: 42rem;
  margin: 1.15rem auto 0;
  color: var(--csp-text-soft);
  font-family: "Inter", sans-serif;
  font-size: clamp(0.95rem, 1.3vw, 1.08rem);
  font-weight: 400;
  letter-spacing: 0.003em;
  line-height: 1.7;
  text-wrap: pretty;
}

.csp-histoire__paragraphs p,
.csp-histoire__contact-item,
.csp-cta-final__note {
  color: var(--csp-text-soft);
  line-height: 1.7;
}

.csp-histoire__paragraphs p + p {
  margin-top: var(--csp-space-copy);
}

.csp-section :is(.btn-csp, .csp-btn) {
  min-height: 3rem;
  letter-spacing: 0.09em;
  transition: transform 260ms var(--csp-ease-luxe), box-shadow 260ms var(--csp-ease-luxe), border-color 260ms var(--csp-ease-luxe), background 260ms var(--csp-ease-luxe), color 260ms var(--csp-ease-luxe);
}

.csp-section :is(.btn-csp, .csp-btn):focus-visible,
.csp-section :is(button, a, input, select, textarea):focus-visible {
  outline: 2px solid #e8cc76;
  outline-offset: 4px;
}

@media (max-width: 768px) {
  .csp-section {
    padding-block: clamp(4rem, 13vw, 5.5rem);
  }

  .csp-options,
  .csp-avis,
  .csp-contact,
  .csp-regles {
    padding-block: clamp(3.35rem, 10vw, 4.5rem);
  }

  .csp-section > .csp-section__header {
    margin-bottom: clamp(1.75rem, 7vw, 2.35rem);
    padding-inline: 0.15rem;
  }

  .csp-section .csp-section__title {
    max-width: 12ch;
    font-size: clamp(2.15rem, 10vw, 3.1rem);
    line-height: 1;
  }

  .csp-section .csp-section__desc {
    margin-top: 0.95rem;
    font-size: 0.96rem;
    line-height: 1.62;
  }
}

@media (prefers-reduced-motion: reduce) {
  .csp-section :is(.btn-csp, .csp-btn) {
    transition-duration: 1ms;
  }
}

/* --------------------------------------------------------------------------
   Détails d'interaction — réseaux, contrôles flottants et partage.
   Les structures et scripts existants sont volontairement conservés.
   -------------------------------------------------------------------------- */
.csp-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.csp-social-links a,
.csp-share-inline__btn,
.csp-fab__action,
.csp-share-fab__item {
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgba(232, 204, 118, 0.2);
  border-radius: 0.9rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(7, 23, 50, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0.5rem 1.25rem rgba(0, 0, 0, 0.16);
  color: rgba(255, 249, 236, 0.8);
  transition: transform 260ms var(--csp-ease-luxe), border-color 260ms var(--csp-ease-luxe), background 260ms var(--csp-ease-luxe), box-shadow 260ms var(--csp-ease-luxe), color 260ms var(--csp-ease-luxe);
}

.csp-social-links a:hover,
.csp-share-inline__btn:hover,
.csp-fab__action:hover,
.csp-share-fab__item:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 204, 118, 0.64);
  background:
    radial-gradient(circle at 50% 0%, rgba(238, 211, 125, 0.2), transparent 60%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025)),
    rgba(15, 35, 65, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 0.8rem 1.8rem rgba(0, 0, 0, 0.26), 0 0 1.25rem rgba(232, 204, 118, 0.13);
  color: #f6da83;
}

.csp-social-links a:active,
.csp-share-inline__btn:active,
.csp-fab__action:active,
.csp-share-fab__item:active {
  transform: translateY(0) scale(0.96);
}

.csp-social-links a:focus-visible,
.csp-share-inline__btn:focus-visible,
.csp-fab__main:focus-visible,
.csp-share-fab__toggle:focus-visible,
.csp-fab__action:focus-visible,
.csp-share-fab__item:focus-visible,
.csp-back-to-top:focus-visible {
  outline: 2px solid #e8cc76;
  outline-offset: 4px;
}

.csp-fab__main,
.csp-share-fab__toggle,
.csp-back-to-top {
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(232, 204, 118, 0.34);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 35% 18%, rgba(244, 214, 118, 0.22), transparent 45%),
    linear-gradient(145deg, rgba(26, 52, 93, 0.96), rgba(7, 19, 43, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13), 0 0.75rem 2rem rgba(0, 0, 0, 0.3);
  color: #f4d676;
  transition: transform 260ms var(--csp-ease-luxe), border-color 260ms var(--csp-ease-luxe), box-shadow 260ms var(--csp-ease-luxe), background 260ms var(--csp-ease-luxe), color 260ms var(--csp-ease-luxe);
}

.csp-fab__main:hover,
.csp-share-fab__toggle:hover,
.csp-back-to-top:hover {
  transform: translateY(-2px);
  border-color: rgba(250, 225, 145, 0.84);
  background:
    radial-gradient(circle at 40% 15%, rgba(255, 232, 150, 0.32), transparent 48%),
    linear-gradient(145deg, rgba(36, 70, 118, 0.98), rgba(7, 19, 43, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1rem 2.25rem rgba(0, 0, 0, 0.36), 0 0 1.5rem rgba(232, 204, 118, 0.16);
}

.csp-fab__main:active,
.csp-share-fab__toggle:active,
.csp-back-to-top:active {
  transform: scale(0.95);
}

.csp-floating-cta {
  min-height: 2.9rem;
  border-radius: 999px;
  letter-spacing: 0.105em;
  transition: transform 260ms var(--csp-ease-luxe), box-shadow 260ms var(--csp-ease-luxe), filter 260ms var(--csp-ease-luxe);
}

.csp-floating-cta:hover {
  transform: translateY(-2px);
  filter: saturate(1.08) brightness(1.04);
}

:is(.csp-social-links a, .csp-share-inline__btn, .csp-fab__main, .csp-share-fab__toggle, .csp-fab__action, .csp-share-fab__item, .csp-back-to-top)[disabled],
:is(.csp-social-links a, .csp-share-inline__btn, .csp-fab__main, .csp-share-fab__toggle, .csp-fab__action, .csp-share-fab__item, .csp-back-to-top).is-disabled {
  cursor: not-allowed;
  opacity: 0.42;
  pointer-events: none;
}

@media (max-width: 768px) {
  .csp-social-links {
    gap: 0.55rem;
    margin-top: 1.15rem;
  }

  .csp-social-links a,
  .csp-share-inline__btn,
  .csp-fab__action,
  .csp-share-fab__item {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.82rem;
  }

  .csp-fab__main,
  .csp-share-fab__toggle,
  .csp-back-to-top {
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 0.9rem;
  }
}

/* --------------------------------------------------------------------------
   Nuitée + Spa — même univers que les offres journée, avec une lecture
   d'hospitalité plus posée. La structure et toutes les données restent intactes.
   -------------------------------------------------------------------------- */
.csp-tarifs .csp-tarifs__grid--nuitee {
  gap: clamp(1rem, 2vw, 1.6rem);
  align-items: stretch;
}

.csp-tarifs .csp-nuitee-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  padding: clamp(1.45rem, 2.6vw, 2.15rem);
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at 0% 0%, rgba(106, 227, 211, 0.07), transparent 31%),
    linear-gradient(145deg, rgba(20, 45, 77, 0.9), rgba(7, 20, 38, 0.97));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 18px 36px rgba(0, 0, 0, 0.18);
  transition: transform 320ms var(--csp-ease-luxe), border-color 320ms var(--csp-ease-luxe), box-shadow 320ms var(--csp-ease-luxe), background 320ms var(--csp-ease-luxe);
}

.csp-tarifs .csp-nuitee-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.45rem;
  width: min(10rem, 44%);
  height: 1px;
  background: linear-gradient(90deg, rgba(111, 228, 215, 0.88), rgba(111, 228, 215, 0));
  box-shadow: 0 0 13px rgba(111, 228, 215, 0.3);
}

.csp-tarifs .csp-nuitee-card:hover,
.csp-tarifs .csp-nuitee-card:focus-within {
  transform: translateY(-0.24rem);
  border-color: rgba(111, 228, 215, 0.42);
  background:
    radial-gradient(circle at 0% 0%, rgba(111, 228, 215, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(25, 57, 94, 0.96), rgba(7, 20, 38, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 24px 44px rgba(0, 0, 0, 0.27), 0 0 28px rgba(111, 228, 215, 0.07);
}

.csp-tarifs .csp-nuitee-card--populaire {
  border-color: rgba(233, 205, 113, 0.72);
  background:
    radial-gradient(circle at 0% 0%, rgba(232, 204, 118, 0.12), transparent 35%),
    linear-gradient(145deg, rgba(28, 56, 92, 0.94), rgba(8, 21, 40, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 248, 214, 0.13), 0 20px 42px rgba(0, 0, 0, 0.24), 0 0 32px rgba(232, 204, 118, 0.09);
}

.csp-tarifs .csp-nuitee-card--populaire::before {
  width: min(13rem, 58%);
  background: linear-gradient(90deg, rgba(238, 212, 122, 0.94), rgba(238, 212, 122, 0));
  box-shadow: 0 0 14px rgba(238, 212, 122, 0.4);
}

.csp-tarifs .csp-nuitee-card__badge-pop {
  top: 1rem;
  right: 1rem;
  padding: 0.38rem 0.66rem;
  border: 1px solid rgba(255, 241, 171, 0.78);
  border-radius: 999px;
  background: linear-gradient(135deg, #f3d976, #c99f41);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.52);
  color: #0b1d36;
  font-family: "Inter", sans-serif;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.105em;
}

.csp-tarifs .csp-nuitee-card__titre {
  margin: 0 4.4rem 0.24rem 0;
  color: #fff8e6;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.48rem, 2.35vw, 2rem);
  font-weight: 650;
  letter-spacing: -0.012em;
  line-height: 1.04;
}

.csp-tarifs .csp-nuitee-card__sous-titre {
  margin: 0 0 1.3rem;
  color: rgba(255, 255, 255, 0.60);
  font-family: "Inter", sans-serif;
  font-size: clamp(0.78rem, 1vw, 0.88rem);
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.45;
}

.csp-tarifs .csp-nuitee-card__prix-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0 0 1rem;
}

.csp-tarifs .csp-nuitee-card__prix-col {
  min-width: 0;
  padding: 0.9rem 0.75rem 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.92rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.018));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  text-align: center;
}

.csp-tarifs .csp-nuitee-card__prix-label {
  display: block;
  margin-bottom: 0.18rem;
  color: rgba(255, 255, 255, 0.61);
  font-family: "Inter", sans-serif;
  font-size: clamp(0.72rem, 0.90vw, 0.80rem);
  font-weight: 800;
  letter-spacing: 0.09em;
}

.csp-tarifs .csp-nuitee-card__prix-detail {
  display: block;
  min-height: 2.2em;
  margin: 0 auto 0.42rem;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Inter", sans-serif;
  font-size: clamp(0.80rem, 1vw, 0.88rem);
  font-weight: 550;
  line-height: 1.32;
}

.csp-tarifs .csp-nuitee-card__prix-value {
  color: #efd274;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 2.35vw, 2.12rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.95;
}

.csp-tarifs .csp-nuitee-card__badge-info {
  align-self: flex-start;
  margin: 0 0 1.15rem;
  padding: 0.38rem 0.62rem;
  border: 1px solid rgba(111, 228, 215, 0.23);
  border-radius: 0.55rem;
  background: rgba(111, 228, 215, 0.08);
  color: #8eeade;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.80rem, 0.98vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.35;
}

.csp-tarifs .csp-nuitee-card__badge-info--gold {
  border-color: rgba(232, 204, 118, 0.26);
  background: rgba(232, 204, 118, 0.08);
  color: #efd274;
}

.csp-tarifs .csp-nuitee-card__inclus,
.csp-tarifs .csp-nuitee-card__supp,
.csp-tarifs .csp-nuitee-card__heures-supp {
  margin-top: 1.05rem;
  padding-top: 1.05rem;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.csp-tarifs .csp-nuitee-card__inclus h4,
.csp-tarifs .csp-nuitee-card__supp h4,
.csp-tarifs .csp-nuitee-card__heures-supp h4 {
  margin: 0 0 0.75rem;
  color: rgba(255, 248, 230, 0.92);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.14rem, 1.55vw, 1.32rem);
  font-weight: 650;
  line-height: 1.08;
}

.csp-tarifs .csp-nuitee-card__inclus ul {
  display: grid;
  gap: 0.52rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.csp-tarifs .csp-nuitee-card__inclus li {
  position: relative;
  padding: 0 0 0 1.15rem;
  color: rgba(255, 255, 255, 0.83);
  font-family: "Inter", sans-serif;
  font-size: clamp(0.90rem, 1.08vw, 0.98rem);
  font-weight: 500;
  line-height: 1.42;
}

.csp-tarifs .csp-nuitee-card__inclus li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #75e0d5;
  font-size: 0.56rem;
  line-height: 1.7;
}

.csp-tarifs .csp-nuitee-card__supp p,
.csp-tarifs .csp-nuitee-card__heures-supp p {
  margin: 0 0 0.32rem;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Inter", sans-serif;
  font-size: clamp(0.88rem, 1.06vw, 0.94rem);
  font-weight: 500;
  line-height: 1.48;
}

@media (max-width: 768px) {
  .csp-tarifs .csp-nuitee-card {
    padding: 1.3rem;
    border-radius: 1.12rem;
  }

  .csp-tarifs .csp-nuitee-card__titre {
    font-size: 1.62rem;
  }

  .csp-tarifs .csp-nuitee-card__prix-col {
    padding: 0.8rem 0.45rem 0.72rem;
  }

  .csp-tarifs .csp-nuitee-card__prix-detail {
    font-size: 0.82rem;
  }

  .csp-tarifs .csp-nuitee-card__prix-value {
    font-size: 1.62rem;
  }

  .csp-tarifs .csp-nuitee-card__sous-titre {
    font-size: 0.90rem;
  }

  .csp-tarifs .csp-nuitee-card__inclus li {
    font-size: 0.90rem;
  }

  .csp-tarifs .csp-nuitee-card__supp p,
  .csp-tarifs .csp-nuitee-card__heures-supp p {
    font-size: 0.88rem;
  }
}

/* --------------------------------------------------------------------------
   Options & suppléments — l'accordéon devient une invitation tactile claire,
   sans modifier son script, ses catégories ou ses données.
   -------------------------------------------------------------------------- */
.csp-options .csp-options__accordion {
  display: grid;
  gap: 0.72rem;
  max-width: 47rem;
  margin-inline: auto;
}

.csp-options .csp-options__accordion-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  background:
    linear-gradient(104deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(9, 28, 51, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 7px 18px rgba(0, 0, 0, 0.09);
  transition: border-color 250ms var(--csp-ease-luxe), background 250ms var(--csp-ease-luxe), box-shadow 250ms var(--csp-ease-luxe), transform 250ms var(--csp-ease-luxe);
}

.csp-options .csp-options__accordion-item::before {
  position: absolute;
  top: 0;
  left: 1.25rem;
  width: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, #efd274, rgba(239, 210, 116, 0));
  box-shadow: 0 0 14px rgba(239, 210, 116, 0.45);
  transition: width 330ms var(--csp-ease-luxe);
}

.csp-options .csp-options__accordion-item:hover,
.csp-options .csp-options__accordion-item:focus-within {
  border-color: rgba(232, 204, 118, 0.37);
  background:
    radial-gradient(circle at 0% 0%, rgba(232, 204, 118, 0.09), transparent 31%),
    linear-gradient(104deg, rgba(255, 255, 255, 0.056), rgba(255, 255, 255, 0.017)),
    rgba(9, 28, 51, 0.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 12px 28px rgba(0, 0, 0, 0.15);
}

.csp-options .csp-options__accordion-item:hover::before,
.csp-options .csp-options__accordion-item:focus-within::before,
.csp-options .csp-options__accordion-item--open::before {
  width: min(12rem, 42%);
}

.csp-options .csp-options__accordion-item--open {
  border-color: rgba(232, 204, 118, 0.43);
  background:
    radial-gradient(circle at 0% 0%, rgba(232, 204, 118, 0.10), transparent 34%),
    linear-gradient(112deg, rgba(17, 46, 78, 0.87), rgba(8, 27, 50, 0.93));
  box-shadow: inset 0 1px 0 rgba(255, 248, 218, 0.08), 0 16px 34px rgba(0, 0, 0, 0.17), 0 0 22px rgba(232, 204, 118, 0.045);
}

.csp-options .csp-options__accordion-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 4.45rem;
  padding: 1.05rem 1.1rem 1.05rem 1.3rem;
  border: 0;
  background: transparent;
  color: #fff9ec;
  cursor: pointer;
  text-align: left;
  transition: background 220ms var(--csp-ease-luxe), color 220ms var(--csp-ease-luxe);
}

.csp-options .csp-options__accordion-header::before {
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.8rem;
  border-radius: 50%;
  content: "";
  background: rgba(232, 204, 118, 0.75);
  box-shadow: 0 0 0 4px rgba(232, 204, 118, 0.075), 0 0 11px rgba(232, 204, 118, 0.32);
  transition: transform 280ms var(--csp-ease-luxe), background 280ms var(--csp-ease-luxe), box-shadow 280ms var(--csp-ease-luxe);
}

.csp-options .csp-options__accordion-header:hover::before,
.csp-options .csp-options__accordion-header:focus-visible::before,
.csp-options .csp-options__accordion-item--open .csp-options__accordion-header::before {
  transform: scale(1.22);
  background: #fff0a3;
  box-shadow: 0 0 0 5px rgba(232, 204, 118, 0.10), 0 0 14px rgba(232, 204, 118, 0.46);
}

.csp-options .csp-options__accordion-header .csp-options__cat-title {
  flex: 1;
  margin: 0;
  color: inherit;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.16rem, 1.8vw, 1.42rem);
  font-weight: 650;
  letter-spacing: -0.008em;
  line-height: 1.08;
}

.csp-options .csp-options__accordion-icon {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  place-items: center;
  border: 1px solid rgba(232, 204, 118, 0.32);
  border-radius: 50%;
  background: rgba(232, 204, 118, 0.07);
  color: #efd274;
  transform: none;
  transition: transform 280ms var(--csp-ease-luxe), background 280ms var(--csp-ease-luxe), border-color 280ms var(--csp-ease-luxe), box-shadow 280ms var(--csp-ease-luxe);
}

.csp-options .csp-options__accordion-icon svg {
  width: 0.88rem;
  height: 0.88rem;
}

.csp-options .csp-options__accordion-header:hover .csp-options__accordion-icon,
.csp-options .csp-options__accordion-header:focus-visible .csp-options__accordion-icon,
.csp-options .csp-options__accordion-item--open .csp-options__accordion-icon {
  border-color: rgba(255, 239, 163, 0.78);
  background: linear-gradient(145deg, #f2d977, #c99d3e);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.48);
  color: #102641;
}

.csp-options .csp-options__accordion-item--open .csp-options__accordion-icon {
  transform: rotate(180deg);
}

.csp-options .csp-options__accordion-body {
  padding-inline: 1.3rem;
  transition: max-height 420ms var(--csp-ease-luxe), padding 340ms var(--csp-ease-luxe);
}

.csp-options .csp-options__accordion-item--open .csp-options__accordion-body {
  padding: 0 1.3rem 1.15rem;
}

.csp-options .csp-options__accordion-body .csp-options__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.76rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  transition: padding 220ms var(--csp-ease-luxe), background 220ms var(--csp-ease-luxe);
}

.csp-options .csp-options__accordion-body .csp-options__item:hover {
  padding-inline: 0.42rem;
  background: linear-gradient(90deg, rgba(232, 204, 118, 0.075), transparent 80%);
}

.csp-options .csp-options__item-info {
  display: grid;
  gap: 0.16rem;
  min-width: 0;
}

.csp-options .csp-options__item-name {
  color: rgba(255, 249, 236, 0.92);
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.25;
}

.csp-options .csp-options__item-detail {
  color: rgba(255, 255, 255, 0.48);
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
  line-height: 1.25;
}

.csp-options .csp-options__item-prix {
  flex: 0 0 auto;
  color: #efd274;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.csp-options .csp-options__footer {
  display: grid;
  justify-items: center;
  gap: 1rem;
  max-width: 36rem;
  margin: clamp(1.7rem, 3vw, 2.55rem) auto 0;
  text-align: center;
}

.csp-options .csp-options__note {
  margin: 0;
  color: var(--csp-text-soft);
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  line-height: 1.55;
}

@media (max-width: 768px) {
  .csp-options .csp-options__accordion {
    gap: 0.62rem;
  }

  .csp-options .csp-options__accordion-header {
    min-height: 4.1rem;
    padding: 0.92rem 0.88rem 0.92rem 1.02rem;
  }

  .csp-options .csp-options__accordion-header::before {
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.64rem;
  }

  .csp-options .csp-options__accordion-header .csp-options__cat-title {
    font-size: 1.18rem;
  }

  .csp-options .csp-options__accordion-icon {
    width: 1.86rem;
    height: 1.86rem;
    margin-left: 0.68rem;
  }

  .csp-options .csp-options__accordion-body,
  .csp-options .csp-options__accordion-item--open .csp-options__accordion-body {
    padding-inline: 1.02rem;
  }

  .csp-options .csp-options__accordion-item--open .csp-options__accordion-body {
    padding-bottom: 0.95rem;
  }

  .csp-options .csp-options__accordion-body .csp-options__item {
    gap: 0.65rem;
    padding-block: 0.70rem;
  }

  .csp-options .csp-options__item-name {
    font-size: 0.88rem;
  }

  .csp-options .csp-options__item-detail {
    font-size: 0.76rem;
  }

  .csp-options .csp-options__item-prix {
    font-size: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .csp-options :is(.csp-options__accordion-item, .csp-options__accordion-icon, .csp-options__accordion-body, .csp-options__accordion-body .csp-options__item) {
    transition-duration: 1ms;
  }
}

/* --------------------------------------------------------------------------
   Lecture descriptive — seuil de confort commun hors hero. Les descriptions
   utiles ne sont jamais réduites à des micro-libellés décoratifs.
   -------------------------------------------------------------------------- */
.csp-section__desc,
.csp-histoire__content p,
.csp-histoire__paragraphs p,
.csp-equip-card__desc {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.28vw, 1.12rem);
  font-weight: 400;
  line-height: 1.72;
}

.csp-contact__info-note,
.csp-cta-final__note {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.94rem, 1.08vw, 1rem);
  font-weight: 400;
  line-height: 1.58;
}

.csp-avis__card-texte {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.98rem, 1.12vw, 1.06rem);
  font-weight: 400;
  line-height: 1.64;
}

.csp-tarifs__groupe-desc,
.csp-tarif-card__sous-titre,
.csp-tarifs__note-text,
.csp-tarifs__schedule-note {
  color: rgba(255, 255, 255, 0.73);
  font-size: clamp(0.88rem, 1vw, 0.96rem);
  font-weight: 500;
  line-height: 1.48;
}

.csp-contact__info-note,
.csp-cta-final__note {
  font-style: normal;
}

.csp-histoire__contact-item {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.65;
}

.csp-histoire__coord {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  line-height: 1.58;
}

.csp-equip-card__desc,
.csp-avis__card-texte,
.csp-tarif-card__sous-titre,
.csp-tarifs__groupe-desc,
.csp-tarifs__note-text,
.csp-tarifs__schedule-note {
  text-wrap: pretty;
}

@media (max-width: 768px) {
  .csp-section__desc,
  .csp-histoire__content p,
  .csp-histoire__paragraphs p {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .csp-contact__info-note,
  .csp-cta-final__note {
    font-size: 0.91rem;
    line-height: 1.56;
  }

  .csp-avis__card-texte {
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .csp-histoire__contact-item {
    font-size: 0.98rem;
  }

  .csp-histoire__coord {
    font-size: 0.96rem;
  }

  .csp-tarifs__groupe-desc,
  .csp-tarif-card__sous-titre,
  .csp-tarifs__note-text,
  .csp-tarifs__schedule-note {
    font-size: 0.84rem;
    line-height: 1.46;
  }
}

/* Contact — informations pratiques et réassurance, sans toucher au formulaire. */
.csp-contact__info-title,
.csp-contact__form-title {
  font-size: clamp(1.55rem, 2.1vw, 1.85rem);
  line-height: 1.08;
}

.csp-contact__info-item p,
.csp-contact__phone-alt {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.52;
}

.csp-contact__notice p,
.csp-contact__info-note {
  color: rgba(255, 255, 255, 0.69);
  font-size: 0.92rem;
  line-height: 1.58;
}

.csp-contact__quick-btn {
  font-size: 0.88rem;
}

@media (max-width: 768px) {
  .csp-contact__info-item p,
  .csp-contact__phone-alt { font-size: 0.96rem; }
  .csp-contact__notice p,
  .csp-contact__info-note { font-size: 0.88rem; }
}

/* Règles — clarté rassurante, catégories identifiables et lecture confortable. */
.csp-regles__tabs {
  gap: 0.72rem;
}

.csp-regles__tab {
  min-height: 4.35rem;
  padding: 0.82rem 1rem;
  border-radius: 1rem;
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, rgba(26, 48, 80, 0.72), rgba(11, 25, 46, 0.74));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.045), 0 0.65rem 1.5rem rgba(0,0,0,0.12);
  transition: transform 220ms var(--csp-ease-premium), border-color 220ms var(--csp-ease-premium), background 220ms var(--csp-ease-premium), box-shadow 220ms var(--csp-ease-premium);
}

.csp-regles__tab-text {
  color: rgba(255,255,255,0.88);
  font-size: clamp(0.9rem, 1.12vw, 1rem);
  font-weight: 650;
  line-height: 1.26;
}

.csp-regles__tab:hover,
.csp-regles__tab:focus-visible {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--tab-color) 62%, rgba(255,255,255,.22));
  background: linear-gradient(145deg, rgba(32, 59, 96, 0.86), rgba(14, 30, 54, 0.9));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 0.9rem 1.9rem rgba(0,0,0,0.17);
}

.csp-regles__tab:focus-visible,
.csp-accordion__header:focus-visible {
  outline: 2px solid rgba(232, 207, 118, 0.92);
  outline-offset: 3px;
}

.csp-regles__tab--active {
  border-color: color-mix(in srgb, var(--tab-color) 70%, rgba(255,255,255,.22));
  background: linear-gradient(145deg, color-mix(in srgb, var(--tab-color) 18%, rgba(21, 45, 79, .94)), rgba(11, 27, 50, 0.96));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 0 0 1px color-mix(in srgb, var(--tab-color) 22%, transparent), 0 0.85rem 1.8rem rgba(0,0,0,0.18);
}

.csp-accordion {
  border-radius: 1rem;
  overflow: clip;
  border-color: rgba(255,255,255,0.105);
  background: rgba(11, 25, 46, 0.5);
}

.csp-accordion__header {
  min-height: 4.15rem;
  padding: 0.9rem 1.1rem;
}

.csp-accordion__title {
  color: rgba(255,255,255,0.9);
  font-size: clamp(0.98rem, 1.22vw, 1.08rem);
  font-weight: 650;
  line-height: 1.35;
}

.csp-accordion__body {
  color: rgba(255,255,255,0.76);
  font-size: 1rem;
  line-height: 1.68;
}

.csp-accordion__body p + p { margin-top: 0.7rem; }

.csp-regles__footer-text {
  color: #fff4ce;
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: clamp(1.35rem, 2.25vw, 1.8rem);
  font-weight: 600;
  line-height: 1.16;
}

.csp-regles__footer-sub {
  color: rgba(255,255,255,0.78);
  font-size: 1rem;
  line-height: 1.58;
}

@media (max-width: 768px) {
  .csp-regles__tabs { gap: 0.55rem; }
  .csp-regles__tab { min-height: 3.9rem; padding: 0.72rem 0.78rem; }
  .csp-regles__tab-text { font-size: 0.86rem; }
  .csp-accordion__header { min-height: 3.9rem; padding: 0.82rem 0.9rem; }
  .csp-accordion__title { font-size: 0.94rem; }
  .csp-accordion__body { font-size: 0.94rem; line-height: 1.62; }
  .csp-regles__footer-sub { font-size: 0.92rem; }
}

/* Entrée de la page Règles : respiration sous navigation fixe, sans toucher au hero. */
.csp-regles > .csp-section__header {
  padding-top: clamp(1.75rem, 3.2vw, 3.1rem);
}

@media (max-width: 768px) {
  .csp-regles > .csp-section__header {
    padding-top: 2rem;
  }
}

/* Entrée Contact : le titre reste intégralement visible sous la navbar mobile fixe. */
.csp-contact > .csp-section__header {
  padding-top: clamp(1.75rem, 3.2vw, 3.1rem);
}

@media (max-width: 768px) {
  .csp-contact > .csp-section__header {
    padding-top: 2rem;
  }
}

/* Galerie — même grammaire de contrôle que le reste du site, sans changer filtres ni lightbox. */
.csp-galerie__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin: 0 auto clamp(1.8rem, 3vw, 2.6rem);
}
.csp-galerie__filter {
  min-height: 2.7rem;
  padding: 0.56rem 1rem;
  border: 1px solid rgba(228,197,114,0.24);
  border-radius: 999px;
  background: rgba(255,255,255,0.035);
  color: rgba(255,255,255,0.8);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1;
  transition: background-color 220ms cubic-bezier(.2,.8,.2,1), border-color 220ms cubic-bezier(.2,.8,.2,1), color 220ms cubic-bezier(.2,.8,.2,1), transform 220ms cubic-bezier(.2,.8,.2,1), box-shadow 220ms cubic-bezier(.2,.8,.2,1);
}
.csp-galerie__filter:hover,
.csp-galerie__filter:focus-visible {
  border-color: rgba(238,207,124,0.72);
  background: rgba(228,197,114,0.1);
  color: #fff6d7;
  box-shadow: 0 10px 24px rgba(0,0,0,0.17), inset 0 1px 0 rgba(255,255,255,0.07);
  transform: translateY(-1px);
  outline: none;
}
.csp-galerie__filter--active {
  border-color: transparent;
  background: linear-gradient(135deg,#e2c36e 0%,#bd913d 100%);
  color: #142036;
  box-shadow: 0 8px 22px rgba(213,175,72,0.24), inset 0 1px 0 rgba(255,255,255,0.4);
}
.csp-galerie__item,
.csp-galerie-extras__item {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1rem;
  background: #101d31;
  box-shadow: 0 14px 32px rgba(2,9,22,0.18);
}
.csp-galerie__link {
  display: block;
  position: relative;
}
.csp-galerie__overlay {
  display: grid;
  place-items: center;
  background: linear-gradient(180deg,rgba(7,15,29,0.02),rgba(7,15,29,0.58));
  opacity: 0;
  transition: opacity 260ms cubic-bezier(.2,.8,.2,1);
}
.csp-galerie__zoom {
  display: grid;
  place-items: center;
  width: 2.85rem;
  height: 2.85rem;
  border: 1px solid rgba(255,247,218,0.62);
  border-radius: 50%;
  background: rgba(8,18,34,0.48);
  color: #fff7df;
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
  transform: translateY(0.5rem) scale(0.94);
  transition: transform 260ms cubic-bezier(.2,.8,.2,1), background-color 260ms cubic-bezier(.2,.8,.2,1);
}
.csp-galerie__link:hover .csp-galerie__overlay,
.csp-galerie__link:focus-visible .csp-galerie__overlay { opacity: 1; }
.csp-galerie__link:hover .csp-galerie__zoom,
.csp-galerie__link:focus-visible .csp-galerie__zoom {
  background: rgba(191,148,62,0.76);
  transform: translateY(0) scale(1);
}
.csp-galerie__link:focus-visible {
  outline: 2px solid #e5c56e;
  outline-offset: 4px;
}
.csp-galerie-extras__label,
.csp-share-inline__label {
  color: rgba(255,255,255,0.83);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}
.csp-galerie-extras__btn {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(228,197,114,0.3);
  border-radius: 50%;
  background: rgba(255,255,255,0.035);
  color: #fff4cf;
  font-size: 1.1rem;
  transition: transform 220ms cubic-bezier(.2,.8,.2,1), background-color 220ms cubic-bezier(.2,.8,.2,1), border-color 220ms cubic-bezier(.2,.8,.2,1);
}
.csp-galerie-extras__btn:hover,
.csp-galerie-extras__btn:focus-visible {
  border-color: rgba(238,207,124,0.72);
  background: rgba(228,197,114,0.14);
  transform: translateY(-1px);
  outline: none;
}
@media (max-width: 768px) {
  .csp-galerie__filters { justify-content: flex-start; gap: 0.5rem; padding-inline: 0.15rem; }
  .csp-galerie__filter { min-height: 2.65rem; padding: 0.54rem 0.86rem; font-size: 0.9rem; }
  .csp-galerie__item,
  .csp-galerie-extras__item { border-radius: 0.82rem; }
  .csp-galerie__zoom { width: 2.65rem; height: 2.65rem; }
}

/* Consolidation mobile : textes actionnables et repères de créneaux lisibles. */
@media (max-width: 768px) {
  .csp-navbar__nav li > a { font-size: 0.78rem !important; }
  .csp-navbar__cta { font-size: 0.76rem !important; }
}

@media (max-width: 560px) {
  .csp-tarifs__schedule-heading p { font-size: 0.94rem; line-height: 1.5; }
  .csp-tarifs__schedule-item span { font-size: 0.68rem; line-height: 1.35; }
  .csp-tarifs__schedule-item strong { font-size: clamp(0.98rem, 4.05vw, 1.08rem); line-height: 1.2; }
  .csp-tarifs__schedule-note { font-size: 0.78rem; line-height: 1.5; }
}

@media (max-width: 390px) {
  .csp-navbar__cta { font-size: 0 !important; }
}

/* Ajustements mobiles ciblés : commandes flottantes et entrée Contact. */
@media (max-width: 768px) {
  .csp-floating-cta {
    bottom: calc(env(safe-area-inset-bottom) + 0.35rem) !important;
  }

  .csp-contact > .csp-section__header,
  .csp-contact > .csp-section__header .csp-section__title {
    width: 100%;
    text-align: center;
  }

  .csp-contact > .csp-section__header .csp-section__title {
    margin-inline: auto;
  }
}

/* Notre Histoire : entrée alignée comme les autres sections, prose conservée à gauche. */
@media (max-width: 768px) {
  .csp-histoire__text > .csp-section__label {
    display: flex;
    width: fit-content;
    margin-inline: auto;
  }

  .csp-histoire__text > .csp-section__title {
    max-width: 19ch;
    margin-inline: auto;
    text-align: center;
  }
}

/* Histoire : même largeur de lecture mobile que les autres sections. */
@media (max-width: 768px) {
  .csp-histoire__inner {
    padding-inline: 0;
  }
}

/* Hiérarchie mobile réversible des commandes flottantes : lecture d’abord. */
@media (max-width: 768px) {
  .csp-back-to-top {
    bottom: calc(env(safe-area-inset-bottom) + 8.25rem) !important;
  }
}

/* Réservation & Contact : centrage explicite des deux lignes de titre sur mobile. */
@media (max-width: 768px) {
  .csp-contact > .csp-section__header {
    display: grid !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .csp-contact > .csp-section__header > .csp-section__label,
  .csp-contact > .csp-section__header > .csp-section__title {
    justify-self: center !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  .csp-contact > .csp-section__header > .csp-section__title > span {
    display: inline-block;
    text-align: center;
  }
}

/* Page Règles : le surtitre doit rester entièrement visible sous la navbar mobile. */
@media (max-width: 768px) {
  .csp-regles {
    padding-top: calc(5.55rem + env(safe-area-inset-top)) !important;
  }

  .csp-contact {
    padding-top: calc(5.55rem + env(safe-area-inset-top)) !important;
  }
}

/* Commandes flottantes mobile : conversion centrale, assistance latérale, lecture préservée. */
@media (max-width: 768px) {
  .csp-share-fab {
    bottom: calc(env(safe-area-inset-bottom) + 4.25rem) !important;
    left: 1rem !important;
  }

  .csp-fab {
    bottom: calc(env(safe-area-inset-bottom) + 4.25rem) !important;
    right: 1rem !important;
  }

  .csp-back-to-top {
    bottom: calc(env(safe-area-inset-bottom) + 8rem) !important;
    left: 1rem !important;
  }
}


/* Accueil téléphone — navigation sans barre : le hero reste seul à l’écran.
   Le menu est conservé par une commande flottante, sans logo ni CTA dupliqué. */
@media (max-width: 640px) {
  body.home .csp-navbar,
  body.page-template-front-page .csp-navbar,
  body.page-template-front_page .csp-navbar {
    min-height: 0 !important;
    background: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.home .csp-navbar::before,
  body.home .csp-navbar::after,
  body.page-template-front-page .csp-navbar::before,
  body.page-template-front-page .csp-navbar::after,
  body.page-template-front_page .csp-navbar::before,
  body.page-template-front_page .csp-navbar::after {
    display: none !important;
  }

  body.home .csp-navbar__container,
  body.page-template-front-page .csp-navbar__container,
  body.page-template-front_page .csp-navbar__container {
    width: 100% !important;
    min-height: 0 !important;
    height: 0 !important;
    padding: 0 !important;
  }

  body.home .csp-navbar__logo,
  body.home .csp-navbar__cta,
  body.home .csp-navbar__admin-lock,
  body.page-template-front-page .csp-navbar__logo,
  body.page-template-front-page .csp-navbar__cta,
  body.page-template-front-page .csp-navbar__admin-lock,
  body.page-template-front_page .csp-navbar__logo,
  body.page-template-front_page .csp-navbar__cta,
  body.page-template-front_page .csp-navbar__admin-lock {
    display: none !important;
  }

  body.home .csp-navbar__burger,
  body.page-template-front-page .csp-navbar__burger,
  body.page-template-front_page .csp-navbar__burger {
    position: fixed !important;
    top: max(0.9rem, env(safe-area-inset-top)) !important;
    right: 1rem !important;
    z-index: 4 !important;
    display: inline-flex !important;
    width: 2.7rem !important;
    height: 2.7rem !important;
    overflow: visible !important;
    border: 1px solid rgba(232, 206, 119, 0.48) !important;
    border-radius: 50% !important;
    background: radial-gradient(circle at 31% 22%, rgba(255, 242, 187, 0.16), transparent 34%), linear-gradient(145deg, rgba(13, 32, 52, 0.88), rgba(4, 13, 25, 0.92)) !important;
    box-shadow: 0 0.9rem 2.2rem rgba(0, 0, 0, 0.31), 0 0 0 0.28rem rgba(9, 21, 37, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.14), inset 0 -1px 0 rgba(212, 184, 92, 0.10) !important;
    backdrop-filter: blur(12px) saturate(125%);
    -webkit-backdrop-filter: blur(12px) saturate(125%);
    transition: border-color 300ms var(--csp-ease-luxe), background 300ms var(--csp-ease-luxe), box-shadow 300ms var(--csp-ease-luxe), transform 300ms var(--csp-ease-luxe) !important;
  }

  body.home .csp-navbar__burger::before,
  body.page-template-front-page .csp-navbar__burger::before,
  body.page-template-front_page .csp-navbar__burger::before {
    position: absolute;
    inset: -0.42rem;
    z-index: -1;
    content: "";
    border: 1px solid rgba(212, 184, 92, 0.16);
    border-radius: inherit;
    opacity: 0.92;
    transition: inset 360ms var(--csp-ease-luxe), border-color 360ms var(--csp-ease-luxe), opacity 240ms ease;
  }

  body.home .csp-navbar__burger span,
  body.page-template-front-page .csp-navbar__burger span,
  body.page-template-front_page .csp-navbar__burger span {
    width: 1.12rem !important;
    margin: 0.18rem auto !important;
    background: linear-gradient(90deg, #e8d983, #fff3bc, #d0ab54) !important;
    box-shadow: 0 0 8px rgba(239, 210, 115, 0.46) !important;
  }

  body.home .csp-navbar__burger:hover,
  body.home .csp-navbar__burger:focus-visible,
  body.page-template-front-page .csp-navbar__burger:hover,
  body.page-template-front-page .csp-navbar__burger:focus-visible,
  body.page-template-front_page .csp-navbar__burger:hover,
  body.page-template-front_page .csp-navbar__burger:focus-visible {
    border-color: rgba(248, 222, 131, 0.84) !important;
    background: radial-gradient(circle at 31% 22%, rgba(255, 242, 187, 0.22), transparent 36%), linear-gradient(145deg, rgba(19, 43, 68, 0.93), rgba(5, 15, 29, 0.96)) !important;
    box-shadow: 0 1rem 2.45rem rgba(0, 0, 0, 0.36), 0 0 1.35rem rgba(212, 184, 92, 0.18), 0 0 0 0.35rem rgba(9, 21, 37, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.17) !important;
    transform: translateY(-0.10rem) scale(1.025) !important;
  }

  body.home .csp-navbar__burger--open,
  body.page-template-front-page .csp-navbar__burger--open,
  body.page-template-front_page .csp-navbar__burger--open {
    border-color: rgba(255, 232, 146, 0.92) !important;
    background: radial-gradient(circle at 50% 50%, rgba(255, 237, 165, 0.15), transparent 51%), linear-gradient(145deg, rgba(23, 46, 69, 0.96), rgba(5, 15, 28, 0.98)) !important;
    box-shadow: 0 1rem 2.55rem rgba(0, 0, 0, 0.38), 0 0 1.7rem rgba(212, 184, 92, 0.26), 0 0 0 0.38rem rgba(10, 24, 41, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
    transform: rotate(90deg) !important;
  }

  body.home .csp-navbar__burger--open::before,
  body.page-template-front-page .csp-navbar__burger--open::before,
  body.page-template-front_page .csp-navbar__burger--open::before {
    inset: -0.58rem;
    border-color: rgba(235, 204, 105, 0.48);
    opacity: 1;
  }

  body.home .csp-navbar__nav,
  body.page-template-front-page .csp-navbar__nav,
  body.page-template-front_page .csp-navbar__nav {
    top: calc(env(safe-area-inset-top) + 4.35rem) !important;
    right: 0.8rem !important;
    left: 0.8rem !important;
    gap: 0.38rem !important;
    padding: 0.78rem !important;
    border-color: rgba(226, 196, 98, 0.32) !important;
    border-radius: 1.5rem !important;
    background: radial-gradient(26rem 11rem at 100% 0%, rgba(212, 184, 92, 0.16), transparent 61%), linear-gradient(142deg, rgba(15, 35, 56, 0.985), rgba(5, 15, 28, 0.99)) !important;
    box-shadow: 0 1.7rem 4rem rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(255, 255, 255, 0.035) inset, 0 1px 0 rgba(255, 241, 182, 0.18) inset !important;
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0 100%);
    transform: translateY(-1.1rem) scale(0.965) !important;
    transform-origin: 94% 0 !important;
    transition: opacity 360ms var(--csp-ease-luxe), transform 430ms var(--csp-ease-luxe) !important;
  }

  body.home .csp-navbar__nav::before,
  body.page-template-front-page .csp-navbar__nav::before,
  body.page-template-front_page .csp-navbar__nav::before {
    position: absolute;
    top: 0.5rem;
    right: 1.15rem;
    left: 1.15rem;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(246, 223, 133, 0.78), transparent);
    box-shadow: 0 0 0.75rem rgba(212, 184, 92, 0.35);
  }

  body.home .csp-navbar__nav.csp-navbar__nav--open,
  body.page-template-front-page .csp-navbar__nav.csp-navbar__nav--open,
  body.page-template-front_page .csp-navbar__nav.csp-navbar__nav--open {
    transform: translateY(0) scale(1) !important;
  }

  body.home .csp-navbar__nav li,
  body.page-template-front-page .csp-navbar__nav li,
  body.page-template-front_page .csp-navbar__nav li {
    opacity: 0;
    transform: translateY(-0.4rem);
  }

  body.home .csp-navbar__nav.csp-navbar__nav--open li,
  body.page-template-front-page .csp-navbar__nav.csp-navbar__nav--open li,
  body.page-template-front_page .csp-navbar__nav.csp-navbar__nav--open li {
    animation: csp-mobile-menu-link-reveal 420ms var(--csp-ease-luxe) forwards;
  }

  body.home .csp-navbar__nav.csp-navbar__nav--open li:nth-child(1), body.page-template-front-page .csp-navbar__nav.csp-navbar__nav--open li:nth-child(1), body.page-template-front_page .csp-navbar__nav.csp-navbar__nav--open li:nth-child(1) { animation-delay: 55ms; }
  body.home .csp-navbar__nav.csp-navbar__nav--open li:nth-child(2), body.page-template-front-page .csp-navbar__nav.csp-navbar__nav--open li:nth-child(2), body.page-template-front_page .csp-navbar__nav.csp-navbar__nav--open li:nth-child(2) { animation-delay: 85ms; }
  body.home .csp-navbar__nav.csp-navbar__nav--open li:nth-child(3), body.page-template-front-page .csp-navbar__nav.csp-navbar__nav--open li:nth-child(3), body.page-template-front_page .csp-navbar__nav.csp-navbar__nav--open li:nth-child(3) { animation-delay: 115ms; }
  body.home .csp-navbar__nav.csp-navbar__nav--open li:nth-child(4), body.page-template-front-page .csp-navbar__nav.csp-navbar__nav--open li:nth-child(4), body.page-template-front_page .csp-navbar__nav.csp-navbar__nav--open li:nth-child(4) { animation-delay: 145ms; }
  body.home .csp-navbar__nav.csp-navbar__nav--open li:nth-child(n + 5), body.page-template-front-page .csp-navbar__nav.csp-navbar__nav--open li:nth-child(n + 5), body.page-template-front_page .csp-navbar__nav.csp-navbar__nav--open li:nth-child(n + 5) { animation-delay: 175ms; }

  body.home .csp-navbar__nav li > a,
  body.page-template-front-page .csp-navbar__nav li > a,
  body.page-template-front_page .csp-navbar__nav li > a {
    min-height: 2.82rem !important;
    padding: 0.72rem 0.86rem !important;
    border-color: rgba(255, 255, 255, 0.028) !important;
    border-radius: 0.76rem !important;
    background: linear-gradient(100deg, rgba(255, 255, 255, 0.035), rgba(212, 184, 92, 0.035)) !important;
    color: rgba(250, 245, 226, 0.90) !important;
    letter-spacing: 0.105em !important;
  }

  body.home .csp-navbar__nav li > a:hover,
  body.home .csp-navbar__nav li > a:focus-visible,
  body.page-template-front-page .csp-navbar__nav li > a:hover,
  body.page-template-front-page .csp-navbar__nav li > a:focus-visible,
  body.page-template-front_page .csp-navbar__nav li > a:hover,
  body.page-template-front_page .csp-navbar__nav li > a:focus-visible {
    border-color: rgba(231, 201, 106, 0.36) !important;
    background: linear-gradient(100deg, rgba(255, 255, 255, 0.07), rgba(212, 184, 92, 0.13)) !important;
    color: #fff9e7 !important;
  }
}

@keyframes csp-mobile-menu-link-reveal {
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  body.home .csp-navbar__burger,
  body.home .csp-navbar__burger::before,
  body.home .csp-navbar__nav,
  body.home .csp-navbar__nav li,
  body.page-template-front-page .csp-navbar__burger,
  body.page-template-front-page .csp-navbar__burger::before,
  body.page-template-front-page .csp-navbar__nav,
  body.page-template-front-page .csp-navbar__nav li,
  body.page-template-front_page .csp-navbar__burger,
  body.page-template-front_page .csp-navbar__burger::before,
  body.page-template-front_page .csp-navbar__nav,
  body.page-template-front_page .csp-navbar__nav li {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
  }
}


/* Pages éditoriales mobile — même maison, rythme plus léger que l’accueil.
   Règles, Carte cadeau et Contact conservent un repère discret au-dessus
   du contenu, sans CTA concurrent ni bandeau massif. */
@media (max-width: 640px) {
  body:is(.page-template-page-regles, .page-id-515, .page-id-41) .csp-navbar {
    background: linear-gradient(100deg, rgba(7, 19, 34, 0.84), rgba(11, 27, 47, 0.68), rgba(7, 19, 34, 0.84)) !important;
    border-bottom-color: rgba(212, 184, 92, 0.14) !important;
    box-shadow: 0 0.55rem 1.6rem rgba(0, 0, 0, 0.14), inset 0 -1px 0 rgba(255, 255, 255, 0.018) !important;
    backdrop-filter: blur(13px) saturate(125%);
    -webkit-backdrop-filter: blur(13px) saturate(125%);
  }

  body:is(.page-template-page-regles, .page-id-515, .page-id-41) .csp-navbar::before {
    opacity: 0.42;
    background: radial-gradient(14rem 5rem at 15% -110%, rgba(212, 184, 92, 0.18), transparent 69%);
  }

  body:is(.page-template-page-regles, .page-id-515, .page-id-41) .csp-navbar::after {
    right: 1.15rem;
    left: 1.15rem;
    opacity: 0.42;
    transform: scaleX(1);
  }

  body:is(.page-template-page-regles, .page-id-515, .page-id-41) .csp-navbar__container {
    grid-template-columns: auto 1fr auto !important;
    min-height: 3.82rem;
    padding: 0.43rem 0.92rem !important;
    gap: 0.55rem;
  }

  body:is(.page-template-page-regles, .page-id-515, .page-id-41) .csp-navbar__logo {
    display: inline-flex !important;
    width: 2.35rem;
    height: 2.35rem;
    padding: 0.18rem;
    border: 1px solid rgba(212, 184, 92, 0.18);
    border-radius: 50%;
    background: radial-gradient(circle at 36% 24%, rgba(255, 242, 187, 0.08), transparent 44%), rgba(7, 18, 32, 0.42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0.36rem 0.9rem rgba(0, 0, 0, 0.16);
  }

  body:is(.page-template-page-regles, .page-id-515, .page-id-41) .csp-navbar__logo-img {
    width: 1.82rem !important;
    max-height: 1.82rem;
    opacity: 0.92;
  }

  body:is(.page-template-page-regles, .page-id-515, .page-id-41) .csp-navbar__cta,
  body:is(.page-template-page-regles, .page-id-515, .page-id-41) .csp-navbar__admin-lock {
    display: none !important;
  }

  body:is(.page-template-page-regles, .page-id-515, .page-id-41) .csp-navbar__burger {
    grid-column: 3;
    width: 2.42rem;
    height: 2.42rem;
    border-color: rgba(212, 184, 92, 0.36) !important;
    background: linear-gradient(145deg, rgba(14, 33, 52, 0.72), rgba(5, 16, 29, 0.78)) !important;
    box-shadow: 0 0.48rem 1.12rem rgba(0, 0, 0, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.09) !important;
  }

  body:is(.page-template-page-regles, .page-id-515, .page-id-41) .csp-navbar__burger span {
    width: 1rem !important;
    margin: 0.15rem auto !important;
  }

  body.page-id-515 .csp-navbar__burger:hover,
  body.page-id-515 .csp-navbar__burger:focus-visible,
  body.page-id-515 .csp-navbar__burger--open {
    border-color: rgba(242, 215, 122, 0.76) !important;
    box-shadow: 0 0.58rem 1.32rem rgba(0, 0, 0, 0.24), 0 0 1.05rem rgba(212, 184, 92, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.11) !important;
  }

  body.page-id-41 .csp-navbar__burger:hover,
  body.page-id-41 .csp-navbar__burger:focus-visible,
  body.page-id-41 .csp-navbar__burger--open {
    border-color: rgba(97, 222, 228, 0.74) !important;
    box-shadow: 0 0.58rem 1.32rem rgba(0, 0, 0, 0.24), 0 0 1.05rem rgba(73, 208, 215, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.11) !important;
  }

  body:is(.page-template-page-regles, .page-id-515, .page-id-41) .csp-navbar__nav {
    top: calc(100% + 0.38rem);
    right: 0.78rem;
    left: 0.78rem;
    gap: 0.3rem;
    padding: 0.7rem !important;
    border-color: rgba(212, 184, 92, 0.26);
    border-radius: 1.18rem;
    background: radial-gradient(22rem 9rem at 100% 0%, rgba(212, 184, 92, 0.13), transparent 62%), linear-gradient(145deg, rgba(13, 31, 51, 0.975), rgba(5, 15, 27, 0.985)) !important;
    box-shadow: 0 1.25rem 2.9rem rgba(0, 0, 0, 0.43), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    transform-origin: top right;
  }

  body:is(.page-template-page-regles, .page-id-515, .page-id-41) .csp-navbar__nav li > a {
    min-height: 2.56rem;
    padding: 0.58rem 0.72rem;
    border-radius: 0.68rem;
    font-size: 0.64rem !important;
    letter-spacing: 0.095em !important;
  }
}


/* Bloc final de l’accueil : le titre reprend exactement l’axe de la section. */
body.home .csp-cta-final__inner {
  width: min(100%, 43.75rem);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body.home .csp-cta-final .csp-section__title {
  display: block;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-wrap: balance;
}


/* Hero : image mobile distincte, sélectionnée dans le même volet Customizer, sans incidence ordinateur-tablette. */
@media (max-width: 640px) {
  body.home .csp-hero {
    background-image: var(--csp-hero-bg-mobile) !important;
    background-position: center center;
  }
}
