.rdh-spa-page {
  background:
    linear-gradient(
      180deg,
      #f7f5f0 0%,
      #fbfaf7 48%,
      #f4f0e8 100%
    ) !important;
}

.rdh-spa-main {
  max-width: 700px;
  margin: 0 auto;
  padding: 18px 16px 120px;
  box-sizing: border-box;
}

.rdh-spa-hero {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  padding: 38px 30px 34px;
  border-radius: 30px;

  background:
    radial-gradient(
      circle at 90% 5%,
      rgba(255,255,255,.72),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      #dce7df,
      #edf1e9 47%,
      #e7ded0
    );

  box-shadow:
    0 20px 55px rgba(42,67,57,.10);
}

.rdh-spa-eyebrow {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  color: #68796e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rdh-spa-hero h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #244136;
  font-size: clamp(34px, 8vw, 52px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.045em;
}

.rdh-spa-hero h1 em {
  color: #8d7462;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.rdh-spa-hero p {
  position: relative;
  z-index: 2;
  max-width: 430px;
  margin: 24px 0 0;
  color: #52665b;
  font-size: 15px;
  line-height: 1.65;
}

.rdh-spa-hero-decoration {
  position: absolute;
  right: -25px;
  bottom: -36px;
  width: 190px;
  height: 190px;
  opacity: .34;
  transform: rotate(-15deg);
}

.rdh-spa-hero-decoration span {
  position: absolute;
  display: block;
  width: 92px;
  height: 42px;
  border: 2px solid #688174;
  border-radius: 100% 0 100% 0;
}

.rdh-spa-hero-decoration span:nth-child(1) {
  top: 24px;
  left: 47px;
  transform: rotate(45deg);
}

.rdh-spa-hero-decoration span:nth-child(2) {
  top: 77px;
  left: 2px;
  transform: rotate(-12deg);
}

.rdh-spa-hero-decoration span:nth-child(3) {
  top: 94px;
  left: 80px;
  transform: rotate(78deg);
}

.rdh-spa-filters {
  display: flex;
  gap: 9px;
  margin: 20px -16px 0;
  padding: 4px 16px 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rdh-spa-filters::-webkit-scrollbar {
  display: none;
}

.rdh-spa-filter {
  flex: 0 0 auto;
  border: 1px solid rgba(58,85,72,.14);
  border-radius: 999px;
  padding: 10px 15px;
  background: rgba(255,255,255,.76);
  color: #52675c;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.rdh-spa-filter.is-active {
  border-color: #35594a;
  background: #35594a;
  color: #fff;
  box-shadow: 0 8px 20px rgba(53,89,74,.18);
}

.rdh-spa-map-section,
.rdh-spa-list-section {
  margin-top: 30px;
}

.rdh-spa-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.rdh-spa-kicker {
  display: block;
  margin-bottom: 5px;
  color: #9c846f;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .17em;
}

.rdh-spa-section-heading h2 {
  margin: 0;
  color: #233c32;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -.03em;
}

.rdh-spa-locate {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  padding: 10px 13px;
  background: #fff;
  color: #35594a;
  box-shadow: 0 6px 18px rgba(39,65,54,.10);
  font-size: 12px;
  font-weight: 800;
}

.rdh-spa-map-shell {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 27px;
  background: #e8ece7;
  box-shadow: 0 18px 42px rgba(40,62,53,.11);
}

.rdh-spa-map {
  width: 100%;
  aspect-ratio: 1 / .72;
  min-height: 300px;
}

.rdh-spa-map-empty {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background:
    linear-gradient(
      145deg,
      rgba(232,239,234,.96),
      rgba(244,239,230,.96)
    );
  text-align: center;
}

.rdh-spa-empty-symbol {
  margin-bottom: 12px;
  color: #9f856f;
  font-size: 34px;
}

.rdh-spa-map-empty strong {
  color: #29483b;
  font-size: 18px;
}

.rdh-spa-map-empty span {
  max-width: 280px;
  margin-top: 7px;
  color: #708077;
  font-size: 13px;
  line-height: 1.45;
}

.rdh-spa-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rdh-spa-card {
  display: grid;
  grid-template-columns:
    42px
    minmax(0, 1fr)
    auto;
  gap: 13px;
  align-items: center;
  padding: 15px;
  border: 1px solid rgba(53,89,74,.08);
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 10px 28px rgba(37,60,50,.07);
}

.rdh-spa-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #35594a;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.rdh-spa-card-content {
  min-width: 0;
}

.rdh-spa-card-category {
  color: #9a806c;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rdh-spa-card h3 {
  margin: 4px 0 4px;
  color: #263f35;
  font-size: 16px;
  line-height: 1.15;
}

.rdh-spa-card p {
  margin: 0;
  color: #75837b;
  font-size: 12px;
  line-height: 1.4;
}

.rdh-spa-distance {
  margin-top: 6px;
  color: #53695e;
  font-size: 11px;
  font-weight: 800;
}

.rdh-spa-guide {
  padding: 10px 12px;
  border-radius: 999px;
  background: #ece4d9;
  color: #6f5a49 !important;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
}

.rdh-spa-coming {
  padding: 30px 24px;
  border: 1px solid rgba(70,89,78,.09);
  border-radius: 26px;
  background: rgba(255,255,255,.78);
  text-align: center;
  box-shadow: 0 12px 34px rgba(45,66,56,.06);
}

.rdh-spa-coming-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #e3ebe4;
  color: #506e60;
  font-size: 27px;
}

.rdh-spa-coming strong {
  display: block;
  color: #29473a;
  font-size: 16px;
}

.rdh-spa-coming p {
  max-width: 400px;
  margin: 9px auto 0;
  color: #74827a;
  font-size: 13px;
  line-height: 1.55;
}

.rdh-spa-signature {
  margin-top: 34px;
  padding: 30px 18px;
  border-top: 1px solid rgba(58,81,69,.12);
  text-align: center;
}

.rdh-spa-signature span {
  display: block;
  color: #9c8572;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .22em;
}

.rdh-spa-signature strong {
  display: block;
  margin-top: 8px;
  color: #2c4a3d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.rdh-spa-signature p {
  margin: 3px 0 0;
  color: #78867e;
  font-size: 12px;
}

.rdh-spa-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #35594a;
  color: #fff;
  box-shadow: 0 5px 14px rgba(23,53,42,.28);
  font-size: 13px;
  font-weight: 900;
}

.rdh-spa-user-marker {
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #2c69b0;
  box-shadow: 0 3px 12px rgba(23,52,92,.30);
}

@media (max-width: 520px) {

  .rdh-spa-main {
    padding-left: 14px;
    padding-right: 14px;
  }

  .rdh-spa-hero {
    min-height: 275px;
    padding: 32px 23px 29px;
    border-radius: 26px;
  }

  .rdh-spa-hero h1 {
    font-size: 38px;
  }

  .rdh-spa-map {
    min-height: 285px;
  }

  .rdh-spa-card {
    grid-template-columns:
      38px
      minmax(0, 1fr);
    padding: 13px;
  }

  .rdh-spa-guide {
    grid-column: 2;
    justify-self: start;
    margin-top: 2px;
  }

}


/* =========================================================
   SPA & BIEN-ETRE
   PALETTE TURQUOISE PASTEL
   ========================================================= */

.rdh-spa-page {
  background:
    linear-gradient(
      180deg,
      #f7fbfa 0%,
      #fbfdfc 50%,
      #f4faf9 100%
    ) !important;
}


/* TITRES */

.rdh-spa-section-heading h2 {
  color: #245b5a !important;
}

.rdh-spa-kicker,
.rdh-spa-card-category {
  color: #629d98 !important;
}


/* FILTRES */

.rdh-spa-filter {
  border-color: rgba(75, 157, 151, .20) !important;

  background: rgba(255,255,255,.92) !important;

  color: #447d79 !important;

  box-shadow:
    0 5px 16px rgba(74, 145, 140, .06);
}

.rdh-spa-filter.is-active {
  border-color: #8fd5cf !important;

  background: #a9ddd7 !important;

  color: #214f4d !important;

  box-shadow:
    0 8px 22px rgba(87, 170, 163, .18) !important;
}


/* LOCALISATION */

.rdh-spa-locate {
  background: #ffffff !important;

  color: #397a76 !important;

  box-shadow:
    0 6px 18px rgba(62, 133, 128, .11) !important;
}


/* CARTE */

.rdh-spa-map-shell {
  background: #e6f3f1 !important;

  box-shadow:
    0 18px 42px rgba(54, 115, 111, .10) !important;
}


/* FICHES */

.rdh-spa-card {
  border-color: rgba(86, 166, 160, .11) !important;

  background: rgba(255,255,255,.94) !important;

  box-shadow:
    0 10px 28px rgba(45, 110, 105, .07) !important;
}

.rdh-spa-card h3 {
  color: #285e5b !important;
}

.rdh-spa-card p {
  color: #748987 !important;
}

.rdh-spa-distance {
  color: #4d8581 !important;
}


/* NUMEROS LISTE + CARTE */

.rdh-spa-number,
.rdh-spa-marker {
  background: #86cec8 !important;

  color: #174c4a !important;

  border-color: #ffffff !important;

  box-shadow:
    0 5px 14px rgba(54, 139, 133, .20) !important;
}


/* BOUTON ME GUIDER */

.rdh-spa-guide {
  background: #e0f3f1 !important;

  color: #286d68 !important;

  border: 1px solid rgba(92, 166, 160, .14);
}


/* ETAT VIDE / SIGNATURE */

.rdh-spa-coming-icon {
  background: #dff1ef !important;
  color: #4f8f8b !important;
}

.rdh-spa-coming strong {
  color: #285f5c !important;
}

.rdh-spa-signature strong {
  color: #2b625e !important;
}

.rdh-spa-signature span {
  color: #6ba39f !important;
}


/* =========================================================
   FILTRAGE
   L'attribut hidden gagne sur le display:grid des fiches
   ========================================================= */

.rdh-spa-card[hidden] {
  display: none !important;
}



/* =========================================================
   SPA & BIEN-ETRE
   ESPACEMENTS ALIGNES SUR LES AUTRES PAGES
   ========================================================= */

.rdh-spa-main {
  padding-top: 8px !important;
}

.rdh-spa-filters {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.rdh-spa-map-section {
  margin-top: 18px !important;
}

.rdh-spa-list-section {
  margin-top: 22px !important;
}

.rdh-spa-section-heading {
  margin-bottom: 12px !important;
}

@media (max-width: 520px) {

  .rdh-spa-main {
    padding-top: 6px !important;
  }

  .rdh-spa-filters {
    margin-top: 8px !important;
  }

  .rdh-spa-map-section {
    margin-top: 16px !important;
  }

}


/* =========================================================
   SPA & BIEN-ETRE
   RYTHME VERTICAL COMPACT
   ========================================================= */

/* Moins d'espace sous le titre de page */
.rdh-spa-page > .rdh-spa-page-header {
  padding-bottom: 4px !important;
}


/* Le contenu commence immédiatement après le header */
.rdh-spa-main {
  padding-top: 0 !important;
}


/* Filtres rapprochés du titre */
.rdh-spa-filters {
  margin-top: 0 !important;
  margin-bottom: 0 !important;

  padding-top: 4px !important;
  padding-bottom: 4px !important;
}


/* Bloc carte rapproché des filtres */
.rdh-spa-map-section {
  margin-top: 12px !important;
}


/* Liste : rythme similaire */
.rdh-spa-list-section {
  margin-top: 18px !important;
}


/* Titre de section plus proche de la carte */
.rdh-spa-section-heading {
  margin-bottom: 10px !important;
}


@media (max-width: 520px) {

  .rdh-spa-page > .rdh-spa-page-header {
    padding-bottom: 2px !important;
  }

  .rdh-spa-main {
    padding-top: 0 !important;
  }

  .rdh-spa-filters {
    margin-top: 0 !important;
  }

  .rdh-spa-map-section {
    margin-top: 10px !important;
  }

}
