/* ==========================================================================
   Sens & Thérapie — pages intérieures (Le Centre, Thérapeutes, Approches,
   Actualités, Vous êtes thérapeute ?, Prendre rendez-vous, Contact, Boutique)
   ========================================================================== */

/* ---------- Héros de page & fil d'ariane ---------- */
.stp-hero {
  background: linear-gradient(170deg, #F3E9EE, #F8F2EB 70%);
  border-bottom: 1px solid rgba(124, 74, 134, 0.09);
}
.stp-hero__inner { max-width: 1240px; margin: 0 auto; padding: 72px 40px 60px; }
.stp-hero--photo { position: relative; overflow: hidden; background: none; border-bottom: none; }
.stp-hero--photo .stp-hero__img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.stp-hero--photo .stp-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(246,238,231,0.97) 0%, rgba(246,238,231,0.9) 30%, rgba(246,238,231,0.42) 58%, rgba(246,238,231,0.05) 82%);
}
.stp-hero--photo .stp-hero__inner { position: relative; }
.stp-hero--deco { position: relative; overflow: hidden; background: linear-gradient(160deg, #F3E9EE, #F8F2EB 62%); border-bottom: none; }
.stp-hero--deco::before {
  content: ''; position: absolute; top: -140px; right: -90px; width: 420px; height: 420px;
  border-radius: 50%; background: radial-gradient(circle, rgba(139,90,142,0.14), transparent 68%); pointer-events: none;
}
.stp-hero--deco .stp-hero__inner { position: relative; padding-bottom: 56px; }
.stp-hero--dark { position: relative; overflow: hidden; background: var(--st-dark); color: #F5ECDF; border-bottom: none; }
.stp-hero--dark .stp-hero__inner { position: relative; padding: 84px 40px 76px; }
.stp-hero__lotus { position: absolute; right: -60px; top: -50px; opacity: .06; }

.st-breadcrumb { display: flex; align-items: center; gap: 9px; font-size: 12.5px; color: var(--st-muted-4); margin-bottom: 24px; }
.st-breadcrumb a { color: var(--st-muted-4); }
.st-breadcrumb a:hover { color: var(--st-accent-deep); }
.st-breadcrumb .is-current { color: var(--st-muted-3); }
.stp-hero--dark .st-breadcrumb, .stp-hero--dark .st-breadcrumb a { color: rgba(255,255,255,0.45); }
.stp-hero--dark .st-breadcrumb .is-current { color: rgba(255,255,255,0.7); }

.stp-hero__kicker { font-size: 13px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--st-gold-deep); margin-bottom: 20px; }
.stp-hero__title {
  font-family: var(--st-serif); font-weight: 500; font-size: 56px; line-height: 1.03;
  letter-spacing: -0.015em; margin: 0 0 20px; color: var(--st-ink); max-width: 760px;
}
.stp-hero__title em { font-style: italic; color: var(--st-accent); }
.stp-hero--dark .stp-hero__title { color: #F5ECDF; font-size: 58px; line-height: 1.02; margin-bottom: 22px; max-width: 720px; }
.stp-hero__text { font-size: 17.5px; line-height: 1.65; color: #544A5C; max-width: 620px; margin: 0; }
.stp-hero--dark .stp-hero__text { color: rgba(255,255,255,0.7); max-width: 600px; margin-bottom: 34px; }
.stp-hero__text a { font-weight: 600; }
.stp-hero__text--suite { margin-top: 14px; }
.stp-hero__grid { display: grid; grid-template-columns: 1.25fr 0.85fr; gap: 52px; align-items: end; }
.stp-hero__title--58 { font-size: 58px; }
.st-h2--44 { font-size: 44px; }
.st-h2--40 { font-size: 40px; }
.st-btn--gold-lg { padding: 15px 28px; font-size: 15px; gap: 10px; }

/* ---------- Listes de définitions ---------- */
.st-deflist__row {
  display: grid; grid-template-columns: 150px 1fr; gap: 20px 32px;
  padding: 22px 0; border-top: 1px solid rgba(124, 74, 134, 0.16);
}
.st-deflist__row:last-child { border-bottom: 1px solid rgba(124, 74, 134, 0.16); }
.st-deflist__term {
  font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase;
  color: var(--st-gold-deep); padding-top: 3px;
}
.st-deflist__def { font-size: 15.5px; line-height: 1.65; color: var(--st-muted-2); }
.st-deflist__def a { font-weight: 600; }
.st-deflist__def .st-note { color: var(--st-muted-4); font-size: 13.5px; }

/* ==========================================================================
   PAGE LE CENTRE
   ========================================================================== */
.st-histoire { max-width: 1120px; margin: 0 auto; padding: 104px 40px; }
.st-histoire__grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: start; }
.st-histoire__quote { font-family: var(--st-serif); font-style: italic; font-size: 28px; line-height: 1.4; color: var(--st-ink); margin: 0; }
.st-histoire__author { margin-top: 20px; font-size: 13.5px; color: var(--st-muted-4); }
.st-histoire__text p { font-size: 16.5px; line-height: 1.78; color: var(--st-muted-2); margin: 0 0 20px; }
.st-histoire__text p:last-child { margin-bottom: 0; }

.st-philo { background: linear-gradient(140deg, #6E4475, #A05F84); color: #F5ECDF; padding: 100px 0; }
.st-philo__title { font-family: var(--st-serif); font-weight: 500; font-size: 44px; line-height: 1.06; margin: 0 0 12px; color: #fff; max-width: 600px; }
.st-philo__intro { font-size: 16.5px; line-height: 1.7; color: rgba(255,255,255,0.75); max-width: 620px; margin: 0 0 48px; }
.st-philo__grid { display: grid; grid-template-columns: 150px 1fr; gap: 0 40px; }
.st-philo__term { font-family: var(--st-serif); font-size: 26px; color: #F0D9A8; padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.22); }
.st-philo__def { font-size: 15.5px; line-height: 1.7; color: rgba(255,255,255,0.88); padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.22); }
.st-philo__term:last-of-type, .st-philo__def:last-of-type { border-bottom: 1px solid rgba(255,255,255,0.22); }

.st-cabinets { max-width: 1240px; margin: 0 auto; padding: 104px 40px; }
.st-cabinets__head { margin-bottom: 36px; }
.st-cabinets__intro { font-size: 16.5px; line-height: 1.65; color: var(--st-muted-2); margin: 16px 0 0; max-width: 680px; }
.st-cabtabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 30px; }
.st-cabtab {
  display: inline-flex; align-items: center; gap: 9px; padding: 11px 18px; border-radius: 100px;
  font-family: var(--st-sans); font-size: 13.5px; cursor: pointer; transition: all .2s ease;
  border: 1px solid rgba(124, 74, 134, 0.22); background: transparent; color: #5A4660; font-weight: 500;
}
.st-cabtab.is-active { border-color: var(--st-ink); background: var(--st-ink); color: var(--st-bg); font-weight: 700; }
.st-cabtab__dot { width: 10px; height: 10px; border-radius: 50%; flex: none; }
.st-cabpanel {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 0; border-radius: 18px; overflow: hidden;
  border: 1px solid rgba(124, 74, 134, 0.12); background: #fff;
}
.st-cabpanel__photo { min-height: 330px; background-color: #EAE0EC; background-size: cover; background-position: center; }
.st-cabpanel__body { padding: 44px 46px; display: flex; flex-direction: column; justify-content: center; }
.st-cabpanel__label { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.st-cabpanel__dot { width: 14px; height: 14px; border-radius: 50%; }
.st-cabpanel__stone { font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #9387A0; }
.st-cabpanel__title { font-family: var(--st-serif); font-weight: 600; font-size: 34px; line-height: 1.08; margin: 0 0 14px; color: var(--st-ink); }
.st-cabpanel__desc { font-size: 16.5px; line-height: 1.7; color: var(--st-muted-2); margin: 0 0 22px; }
.st-cabpanel__meta { font-size: 14px; color: var(--st-muted); line-height: 1.6; }

.st-acces { background: #fff; padding: 100px 0; border-top: 1px solid rgba(124, 74, 134, 0.08); }
.st-acces__inner { max-width: 1240px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.st-acces__title { font-family: var(--st-serif); font-weight: 500; font-size: 40px; line-height: 1.1; margin: 0 0 26px; color: var(--st-ink); }
.st-acces .st-deflist__row { padding: 16px 0; border-top-color: rgba(124, 74, 134, 0.14); gap: 0 32px; }
.st-acces .st-deflist__def { font-size: 15px; line-height: 1.6; color: var(--st-text); }
.st-acces__map { aspect-ratio: 1.4; border-radius: 18px; overflow: hidden; position: relative; border: 1px solid rgba(124, 74, 134, 0.1); }
.st-acces__btn { margin-top: 20px; box-shadow: none; }

/* Section « Qui sommes-nous » (page Le Centre) */
.st-quisommes { max-width: 1180px; margin: 0 auto; padding: 104px 40px 0; }
.st-quisommes__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 52px; align-items: start; }
.st-quisommes__texte p { font-size: 16.5px; line-height: 1.78; color: var(--st-muted-2); margin: 0 0 20px; }
.st-quisommes__card { background: #fff; border: 1px solid rgba(124, 74, 134, 0.12); border-radius: 16px; padding: 32px 34px; }
.st-quisommes__card-title { font-family: var(--st-serif); font-size: 23px; font-weight: 600; color: var(--st-ink); margin: 0 0 16px; }
.st-quisommes__item { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; line-height: 1.6; color: var(--st-muted-2); padding: 9px 0; border-top: 1px solid rgba(124, 74, 134, 0.1); }
.st-quisommes__item:first-of-type { border-top: none; padding-top: 0; }
.st-quisommes__item svg { flex: none; margin-top: 3px; color: var(--st-gold-deep); }
.st-quisommes__vision { margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(124, 74, 134, 0.14); }

.st-fondatrice { background: #fff; padding: 100px 0; border-top: 1px solid rgba(124, 74, 134, 0.08); }
.st-fondatrice__inner { max-width: 900px; margin: 0 auto; padding: 0 40px; }
.st-fondatrice__text p { font-size: 16.5px; line-height: 1.78; color: var(--st-muted-2); margin: 0 0 20px; }
.st-fondatrice__sign { font-family: var(--st-serif); font-size: 24px; color: var(--st-ink); margin-top: 28px; }
.st-fondatrice__role { font-size: 13.5px; color: var(--st-muted-4); margin-top: 4px; }

/* ==========================================================================
   PAGE LES THÉRAPEUTES
   ========================================================================== */
.st-equipe { max-width: 1240px; margin: 0 auto; padding: 104px 40px; }
.st-filtres { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 40px; }
.st-filtres__label { font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--st-muted-4); margin-right: 6px; }
.st-chip {
  padding: 9px 16px; border-radius: 100px; font-family: var(--st-sans); font-size: 13px; cursor: pointer;
  transition: all .2s ease; border: 1px solid rgba(124, 74, 134, 0.22); background: transparent; color: #5A4660; font-weight: 500;
}
.st-chip.is-active { border-color: var(--st-accent); background: var(--st-accent); color: #fff; font-weight: 700; }
.st-equipe__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.st-tcard {
  background: #fff; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column;
  border: 1px solid rgba(124, 74, 134, 0.1);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.st-tcard.is-selected { border: 1.5px solid var(--st-accent); box-shadow: 0 26px 54px -34px rgba(80, 46, 90, 0.5); }
.st-tcard.is-hidden { display: none; }
.st-tcard__photo { aspect-ratio: 1/1; overflow: hidden; background-color: #EAE0EC; background-size: cover; background-position: center top; background-repeat: no-repeat; }
.st-tcard__body { padding: 22px 24px 24px; border-top: 1px solid rgba(124, 74, 134, 0.08); display: flex; flex-direction: column; flex: 1; }
.st-tcard__salon { display: flex; align-items: center; gap: 8px; margin-bottom: 9px; }
.st-tcard__salon-dot { width: 9px; height: 9px; border-radius: 50%; }
.st-tcard__salon-name { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #9387A0; }
.st-tcard__guest { margin-left: auto; font-size: 10.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--st-gold-deep); background: rgba(193,145,47,0.14); padding: 3px 9px; border-radius: 100px; }
.st-tcard__name { font-family: var(--st-serif); font-weight: 600; font-size: 25px; margin: 0 0 3px; color: var(--st-ink); }
.st-tcard__role { font-size: 13.5px; font-weight: 600; color: var(--st-accent); margin-bottom: 12px; }
.st-tcard__short { font-size: 13.5px; line-height: 1.6; color: var(--st-muted); margin: 0 0 16px; flex: 1; }
.st-tcard__tags { font-size: 12.5px; color: var(--st-muted-4); margin-bottom: 18px; }
.st-tcard__actions { display: flex; align-items: center; gap: 10px; }
.st-tcard__btn-resa {
  flex: 1; padding: 11px 14px; border: none; border-radius: 100px; background: var(--st-accent); color: #fff;
  font-family: var(--st-sans); font-size: 13.5px; font-weight: 600; cursor: pointer; transition: all .2s ease; text-align: center;
}
.st-tcard__btn-resa:hover { background: var(--st-accent-deep); color: #fff; }
.st-tcard__btn-profil {
  padding: 11px 16px; border: 1px solid rgba(124, 74, 134, 0.28); border-radius: 100px; background: transparent;
  color: #5A4660; font-family: var(--st-sans); font-size: 13.5px; font-weight: 600; cursor: pointer; transition: all .2s ease;
}
.st-tcard__btn-profil:hover { background: rgba(139, 90, 142, 0.07); }
.st-equipe__count { font-size: 13.5px; color: var(--st-muted-4); margin: 26px 0 0; }

.st-fiche { background: #fff; padding: 100px 0; border-top: 1px solid rgba(124, 74, 134, 0.08); }
.st-fiche__inner { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.st-fiche__empty { max-width: 640px; }
.st-fiche__empty .st-h2 { font-size: 40px; line-height: 1.08; margin-bottom: 16px; }
.st-fiche__empty p { font-size: 16.5px; line-height: 1.7; color: var(--st-muted-2); margin: 0 0 24px; }
.st-fiche__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 52px; align-items: start; margin-bottom: 54px; }
.st-fiche__name { font-family: var(--st-serif); font-weight: 500; font-size: 48px; line-height: 1.04; margin: 0 0 8px; color: var(--st-ink); }
.st-fiche__role { font-size: 15.5px; font-weight: 600; color: var(--st-accent); margin-bottom: 22px; }
.st-fiche__bio { font-size: 16px; line-height: 1.72; color: var(--st-muted-2); margin: 0 0 26px; }
.st-fiche__meta {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 24px; padding: 24px 0;
  border-top: 1px solid rgba(124, 74, 134, 0.14); border-bottom: 1px solid rgba(124, 74, 134, 0.14); margin-bottom: 26px;
}
.st-fiche__meta-label { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--st-gold-deep); margin-bottom: 6px; }
.st-fiche__meta-value { font-size: 14px; color: var(--st-text); line-height: 1.5; }
.st-fiche__meta-value a { font-weight: 600; color: var(--st-accent); }
.st-fiche__presta-label { font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--st-muted-4); margin-bottom: 14px; }
.st-fiche__presta { display: flex; align-items: baseline; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(124, 74, 134, 0.1); }
.st-fiche__presta-name { font-family: var(--st-serif); font-size: 19px; font-weight: 600; color: var(--st-ink); }
.st-fiche__presta-dots { flex: 1; border-bottom: 1px dotted rgba(124, 74, 134, 0.35); transform: translateY(-3px); }
.st-fiche__presta-dur { font-size: 12.5px; color: var(--st-muted-4); white-space: nowrap; }
.st-fiche__photo {
  border-radius: 16px; overflow: hidden; border: 1px solid rgba(124, 74, 134, 0.12); margin-bottom: 18px;
  aspect-ratio: 4/3.1; background-color: #EAE0EC; background-size: cover; background-position: center top; background-repeat: no-repeat;
}
.st-infocard { display: flex; align-items: flex-start; gap: 12px; background: var(--st-card); border: 1px solid rgba(124, 74, 134, 0.12); border-radius: 14px; padding: 18px 20px; }
.st-infocard__icon { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 10px; background: rgba(139, 90, 142, 0.12); color: var(--st-accent); flex: none; }
.st-infocard p { font-size: 13.5px; line-height: 1.6; color: var(--st-muted-2); margin: 0; }
.st-infocard strong { color: var(--st-ink); }

.st-cta-band { max-width: 1240px; margin: 0 auto; padding: 104px 40px; }
.st-cta-band__inner { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; padding-top: 34px; border-top: 1px solid rgba(124, 74, 134, 0.2); }
.st-cta-band__title { font-family: var(--st-serif); font-weight: 500; font-size: 34px; line-height: 1.1; margin: 0 0 10px; color: var(--st-ink); }
.st-cta-band__text { font-size: 15.5px; line-height: 1.68; color: var(--st-muted-2); margin: 0; max-width: 560px; }
.st-cta-band__link {
  display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; font-size: 15px; font-weight: 600;
  color: var(--st-accent-deep); border-bottom: 1.5px solid rgba(124, 74, 134, 0.35); padding-bottom: 4px;
}

/* Bandeau des quatre catégories (page Les thérapeutes) */
.st-categories { max-width: 1240px; margin: 0 auto; padding: 56px 40px 0; }
.st-categories + .st-equipe { padding-top: 64px; }
.st-categories__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.st-categorie { background: #fff; border: 1px solid rgba(124, 74, 134, 0.12); border-radius: 14px; padding: 22px 24px; }
.st-categorie__label { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; }
.st-categorie__dot { width: 11px; height: 11px; border-radius: 50%; flex: none; }
.st-categorie__nom { font-family: var(--st-serif); font-size: 19px; font-weight: 600; color: var(--st-ink); line-height: 1.15; }
.st-categorie__texte { font-size: 13px; line-height: 1.6; color: var(--st-muted); margin: 0; }

/* ==========================================================================
   PAGE LES APPROCHES
   ========================================================================== */
.st-explorateur { max-width: 1240px; margin: 0 auto; padding: 104px 40px; }
.st-explorateur__grid { display: grid; grid-template-columns: 300px 1fr; gap: 52px; align-items: start; }
.st-famtabs__label { font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--st-muted-4); margin-bottom: 16px; }
.st-famtab {
  display: flex; align-items: center; gap: 14px; width: 100%; text-align: left; padding: 16px 4px;
  background: transparent; border: none; border-bottom: 1px solid rgba(124, 74, 134, 0.14);
  cursor: pointer; font-family: var(--st-sans); transition: all .2s ease; color: #7B6E82;
}
.st-famtab.is-active { color: var(--st-ink); }
.st-famtab__bar { flex: none; width: 4px; height: 34px; border-radius: 2px; background: rgba(124, 74, 134, 0.16); }
.st-famtab.is-active .st-famtab__bar { background: var(--fam-color, #8B5A8E); }
.st-famtab__name { font-family: var(--st-serif); font-size: 21px; font-weight: 600; display: block; }
.st-famtab__count { font-size: 12.5px; color: var(--st-muted-4); display: block; margin-top: 3px; }
.st-famaide { margin-top: 26px; padding: 20px 22px; background: #fff; border: 1px solid rgba(124, 74, 134, 0.12); border-radius: 14px; }
.st-famaide p { font-size: 13.5px; line-height: 1.65; color: var(--st-muted); margin: 0 0 12px; }
.st-famaide a { font-size: 14px; font-weight: 700; color: var(--st-accent); }
html.js .st-fampanel { display: none; }
html.js .st-fampanel.is-active { display: block; }
html:not(.js) .st-fampanel + .st-fampanel { margin-top: 44px; padding-top: 36px; border-top: 1px solid rgba(124, 74, 134, 0.16); }
.st-fampanel__tag { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.st-fampanel__bar { width: 32px; height: 3px; border-radius: 2px; }
.st-fampanel__index { font-size: 11.5px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: #9387A0; }
.st-fampanel__title { font-family: var(--st-serif); font-weight: 500; font-size: 44px; line-height: 1.05; margin: 0 0 8px; color: var(--st-ink); }
.st-fampanel__subtitle { font-family: var(--st-serif); font-style: italic; font-size: 22px; color: var(--st-accent); margin: 0 0 16px; }
.st-fampanel__intro { font-size: 17px; line-height: 1.72; color: var(--st-muted-2); margin: 0 0 12px; max-width: 680px; }
.st-fampanel__for { font-size: 15px; line-height: 1.7; color: var(--st-muted); margin: 0 0 18px; max-width: 680px; }
.st-fampanel__for strong { color: var(--st-ink); }
.st-fampanel__pratiques { font-size: 14px; line-height: 1.7; color: var(--st-muted-4); margin: 0; padding-top: 18px; border-top: 1px solid rgba(124, 74, 134, 0.16); max-width: 680px; }
.st-explorateur__footer { margin-top: 44px; padding-top: 28px; border-top: 1px solid rgba(124, 74, 134, 0.16); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.st-explorateur__footer p { font-size: 15px; line-height: 1.65; color: var(--st-muted-2); margin: 0; max-width: 560px; }

.st-choisir { background: var(--st-dark); color: #F5ECDF; padding: 100px 0; }
.st-choisir__inner { max-width: 1180px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
.st-choisir__title { font-family: var(--st-serif); font-weight: 500; font-size: 44px; line-height: 1.06; margin: 0 0 18px; color: #F5ECDF; }
.st-choisir__text { font-size: 16.5px; line-height: 1.75; color: rgba(255,255,255,0.68); margin: 0 0 26px; }
.st-choisir__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.st-btn--gold-flat {
  display: inline-flex; align-items: center; gap: 9px; padding: 14px 24px; border-radius: 100px;
  background: var(--st-gold); color: var(--st-dark); font-size: 14.5px; font-weight: 700; border: none; cursor: pointer;
}
.st-btn--gold-flat:hover { background: var(--st-gold-light); color: var(--st-dark); }
.st-btn--outline-light {
  display: inline-flex; align-items: center; gap: 9px; padding: 14px 24px; border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.28); color: #F5ECDF; font-size: 14.5px; font-weight: 600; background: transparent;
}
.st-btn--outline-light:hover { color: #fff; border-color: rgba(255,255,255,0.5); }
.st-choisir__savoir-label { font-size: 12.5px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--st-gold-light); margin-bottom: 20px; }
.st-choisir__savoir { font-size: 15.5px; line-height: 1.7; color: rgba(255,255,255,0.78); padding: 18px 0; border-top: 1px solid rgba(255,255,255,0.14); }
.st-choisir__savoir:last-child { border-bottom: 1px solid rgba(255,255,255,0.14); }
.st-choisir__savoir strong { color: #F5ECDF; }

/* ==========================================================================
   PAGE ACTUALITÉS
   ========================================================================== */
.st-agenda { max-width: 1180px; margin: 0 auto; padding: 104px 40px; }
.st-agenda__head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 34px; }
.st-agenda__title { font-family: var(--st-serif); font-weight: 500; font-size: 40px; line-height: 1.06; margin: 0; color: var(--st-ink); }
.st-agenda__note { font-size: 13.5px; color: var(--st-muted-4); }
.st-event { display: grid; grid-template-columns: 92px 1fr; gap: 0 28px; padding: 26px 0; border-top: 1px solid rgba(124, 74, 134, 0.16); }
.st-event:last-child { border-bottom: 1px solid rgba(124, 74, 134, 0.16); }
.st-event__date { text-align: center; padding-top: 4px; }
.st-event__day { font-family: var(--st-serif); font-size: 34px; font-weight: 600; color: var(--st-accent); line-height: 1; }
.st-event__month { font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--st-gold-deep); margin-top: 5px; }
.st-event__body { display: grid; grid-template-columns: 1fr auto; gap: 16px 26px; align-items: start; }
.st-event__meta { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.st-event__kind { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.st-event__time { font-size: 12.5px; color: var(--st-muted-4); }
.st-event__title { font-family: var(--st-serif); font-weight: 600; font-size: 25px; margin: 0 0 8px; color: var(--st-ink); }
.st-event__desc { font-size: 14.5px; line-height: 1.65; color: var(--st-muted); margin: 0 0 8px; max-width: 560px; }
.st-event__host { font-size: 13px; color: var(--st-muted-4); }
.st-event__btn {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; padding: 11px 20px;
  border-radius: 100px; background: var(--st-accent); color: #fff; font-size: 13.5px; font-weight: 600; transition: all .2s ease;
}
.st-event__btn:hover { background: var(--st-accent-deep); color: #fff; }

.st-journal { background: #fff; padding: 100px 0; border-top: 1px solid rgba(124, 74, 134, 0.08); }
.st-journal__inner { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.st-journal__head { margin-bottom: 38px; }
.st-journal__title { font-family: var(--st-serif); font-weight: 500; font-size: 40px; line-height: 1.06; margin: 0; color: var(--st-ink); }
.st-journal__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.st-post {
  border: 1px solid rgba(124, 74, 134, 0.12); border-radius: 14px; overflow: hidden; background: var(--st-card);
  display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease;
}
.st-post:hover { transform: translateY(-3px); box-shadow: 0 26px 52px -34px rgba(80, 46, 90, 0.42); }
.st-post__bar { height: 6px; }
.st-post__body { padding: 28px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.st-post__date { font-size: 12px; color: var(--st-muted-4); margin-bottom: 12px; }
.st-post__title { font-family: var(--st-serif); font-weight: 600; font-size: 24px; line-height: 1.15; margin: 0 0 10px; color: var(--st-ink); }
.st-post__excerpt { font-size: 14px; line-height: 1.65; color: var(--st-muted); margin: 0 0 18px; flex: 1; }
.st-post__author { font-size: 13px; font-weight: 600; color: var(--st-accent); }

/* ==========================================================================
   PAGE VOUS ÊTES THÉRAPEUTE ?
   ========================================================================== */
.st-contraste { max-width: 1180px; margin: 0 auto; padding: 104px 40px; }
.st-contraste__title { font-family: var(--st-serif); font-weight: 500; font-size: 44px; line-height: 1.06; margin: 0 0 44px; color: var(--st-ink); max-width: 620px; }
.st-contraste__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.st-contraste__card { background: #fff; border: 1px solid rgba(124, 74, 134, 0.14); border-radius: 16px; padding: 36px 38px; }
.st-contraste__card--soft { background: var(--st-card); }
.st-contraste__label { font-size: 11.5px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 22px; }
.st-contraste__label--vert { color: #1F7C73; }
.st-contraste__label--or { color: var(--st-gold-deep); }
.st-contraste__list { display: flex; flex-direction: column; gap: 16px; }
.st-contraste__item { font-size: 15.5px; line-height: 1.6; color: var(--st-text); }
.st-contraste__card--soft .st-contraste__item { color: var(--st-muted); }

.st-etapes { background: #fff; padding: 100px 0; border-top: 1px solid rgba(124, 74, 134, 0.08); border-bottom: 1px solid rgba(124, 74, 134, 0.08); }
.st-etapes__inner { max-width: 900px; margin: 0 auto; padding: 0 40px; }
.st-etapes__title { font-family: var(--st-serif); font-weight: 500; font-size: 40px; line-height: 1.08; margin: 0 0 12px; color: var(--st-ink); }
.st-etapes__intro { font-size: 16px; line-height: 1.7; color: var(--st-muted-2); margin: 0 0 40px; max-width: 620px; }
.st-etape { display: grid; grid-template-columns: 44px 1fr; gap: 22px; padding: 24px 0; border-top: 1px solid rgba(124, 74, 134, 0.16); }
.st-etape:last-of-type { border-bottom: 1px solid rgba(124, 74, 134, 0.16); }
.st-etape__num { font-family: var(--st-serif); font-size: 24px; color: var(--st-gold); }
.st-etape__title { font-size: 17px; font-weight: 700; color: var(--st-ink); margin-bottom: 6px; }
.st-etape__text { font-size: 15px; line-height: 1.65; color: var(--st-muted-2); margin: 0; }
.st-etapes__note { display: flex; align-items: flex-start; gap: 13px; margin-top: 32px; background: var(--st-card); border: 1px solid rgba(124, 74, 134, 0.12); border-radius: 14px; padding: 20px 24px; }
.st-etapes__note p { font-size: 14.5px; line-height: 1.65; color: var(--st-muted-2); margin: 0; }
.st-etapes__note strong { color: var(--st-ink); }

.st-candidature { max-width: 1180px; margin: 0 auto; padding: 104px 40px; }
.st-candidature__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 52px; align-items: start; }
.st-candidature__title { font-family: var(--st-serif); font-weight: 500; font-size: 40px; line-height: 1.08; margin: 0 0 18px; color: var(--st-ink); }
.st-candidature__text { font-size: 16px; line-height: 1.7; color: var(--st-muted-2); margin: 0 0 26px; }
.st-candidature__callout { font-size: 14.5px; line-height: 1.7; color: var(--st-muted); border-left: 2px solid var(--st-gold); padding-left: 16px; }

/* ---------- Formulaires ---------- */
.st-formcard { background: #fff; border: 1px solid rgba(124, 74, 134, 0.12); border-radius: 18px; padding: 40px 42px; }
.st-form__row2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-bottom: 18px; }
.st-form__group { margin-bottom: 18px; }
.st-form .st-form__label { display: block; font-size: 12.5px; font-weight: 700; letter-spacing: .04em; color: var(--st-muted-3); margin-bottom: 7px; }
.st-form .required { color: #B4553F; }
.st-field {
  width: 100%; font-family: var(--st-sans); font-size: 15px; color: var(--st-ink-2); background: #fff;
  border: 1px solid rgba(124, 74, 134, 0.22); border-radius: 10px; padding: 13px 15px; outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.st-field::placeholder { color: #A79BAC; }
.st-field:focus { border-color: var(--st-accent); box-shadow: 0 0 0 3px rgba(139, 90, 142, 0.13); }
textarea.st-field { resize: vertical; min-height: 150px; line-height: 1.6; }
.st-choices { display: flex; flex-wrap: wrap; gap: 9px; }
.st-choice {
  padding: 9px 15px; border-radius: 100px; font-family: var(--st-sans); font-size: 13px; cursor: pointer;
  transition: all .2s ease; border: 1px solid rgba(124, 74, 134, 0.22); background: transparent; color: #5A4660; font-weight: 500;
}
.st-choice.is-active { border-color: var(--st-accent); background: var(--st-accent); color: #fff; font-weight: 700; }
.st-form__consent { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 24px; cursor: pointer; }
.st-form__consent input { margin-top: 3px; width: 17px; height: 17px; accent-color: var(--st-accent); flex: none; }
.st-form__consent span { font-size: 13px; line-height: 1.6; color: var(--st-muted); }
.st-form__submit {
  width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px;
  border: none; border-radius: 100px; background: var(--st-accent); color: #fff; font-family: var(--st-sans);
  font-size: 15.5px; font-weight: 600; cursor: pointer; box-shadow: 0 16px 34px -16px rgba(139, 90, 142, 0.9); transition: all .2s ease;
}
.st-form__submit:hover { background: var(--st-accent-deep); }
.st-form__success { text-align: center; padding: 40px 10px; }
.st-form__success-icon { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 50%; background: rgba(47, 165, 155, 0.14); color: #1F7C73; margin-bottom: 20px; }
.st-form__success h2, .st-form__success h3 { font-family: var(--st-serif); font-weight: 600; font-size: 30px; margin: 0 0 12px; color: var(--st-ink); }
.st-form__success p { font-size: 15.5px; line-height: 1.65; color: var(--st-muted-2); margin: 0 0 24px; }
.st-form__hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.st-form__error { background: rgba(180, 85, 63, 0.09); border: 1px solid rgba(180, 85, 63, 0.3); color: #8C3E2C; border-radius: 10px; padding: 13px 16px; font-size: 14px; margin-bottom: 18px; }
.st-fileinput { display: flex; align-items: center; gap: 14px; border: 1px dashed rgba(124, 74, 134, 0.32); border-radius: 10px; padding: 16px 18px; background: var(--st-card); cursor: pointer; position: relative; }
.st-fileinput input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.st-fileinput__icon { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 10px; background: rgba(139, 90, 142, 0.12); color: var(--st-accent); flex: none; }
.st-fileinput__text { font-size: 13.5px; color: var(--st-muted); line-height: 1.5; }
.st-fileinput__text .accent { color: var(--st-accent); font-weight: 600; }
.st-fileinput__text .hint { font-size: 12px; color: #A79BAC; }

/* ==========================================================================
   PAGE PRENDRE RENDEZ-VOUS
   ========================================================================== */
.st-rdvcard { background: #fff; border: 1px solid rgba(124, 74, 134, 0.12); border-radius: 16px; padding: 30px 34px; }
.st-rdvcard__title { font-family: var(--st-serif); font-size: 22px; color: var(--st-ink); margin-bottom: 18px; }
.st-rdvcard__tel { display: block; font-family: var(--st-serif); font-size: 29px; font-weight: 600; color: var(--st-accent); margin-bottom: 6px; }
.st-rdvcard__tel--sm { font-size: 22px; }
.st-rdvcard__text { font-size: 13.5px; line-height: 1.6; color: var(--st-muted); margin: 0 0 18px; }
.st-rdvcard__addr { padding-top: 16px; border-top: 1px solid rgba(124, 74, 134, 0.12); font-size: 13.5px; color: var(--st-muted-3); line-height: 1.6; }
.st-booking { background: #fff; padding: 100px 0; border-bottom: 1px solid rgba(124, 74, 134, 0.08); }
.st-booking__inner { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.st-booking__head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 34px; }
.st-booking__title { font-family: var(--st-serif); font-weight: 500; font-size: 44px; line-height: 1.05; margin: 0; color: var(--st-ink); }
.st-booking__note { font-size: 14.5px; color: var(--st-muted); margin: 0; max-width: 340px; }
.st-booking__note a { font-weight: 600; }
.st-booking__widget img { border-radius: 12px; box-shadow: 0 30px 70px -40px rgba(80, 46, 90, 0.55); width: 100%; }
.st-conditions { max-width: 1000px; margin: 0 auto; padding: 104px 40px; }
.st-conditions__title { font-family: var(--st-serif); font-weight: 500; font-size: 40px; line-height: 1.08; margin: 0 0 40px; color: var(--st-ink); }
.st-faq { background: var(--st-card); padding: 100px 0; border-top: 1px solid rgba(124, 74, 134, 0.08); }
.st-faq__inner { max-width: 1000px; margin: 0 auto; padding: 0 40px; }
.st-faq__title { font-family: var(--st-serif); font-weight: 500; font-size: 40px; line-height: 1.08; margin: 0 0 36px; color: var(--st-ink); }
.st-faq__item { border-bottom: 1px solid rgba(124, 74, 134, 0.16); }
.st-faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left;
  padding: 22px 0; background: transparent; border: none; cursor: pointer;
  font-family: var(--st-serif); font-size: 22px; font-weight: 600; color: var(--st-ink);
}
.st-faq__icon {
  flex: none; width: 26px; height: 26px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; border: 1px solid rgba(124, 74, 134, 0.28); color: var(--st-accent);
  font-family: var(--st-sans); font-size: 17px; line-height: 1; transition: transform .25s ease, background .25s ease;
}
.st-faq__item.is-open .st-faq__icon { transform: rotate(45deg); background: rgba(139, 90, 142, 0.1); }
.st-faq__a { font-size: 15.5px; line-height: 1.7; color: var(--st-muted-2); padding: 0 60px 24px 0; max-width: 760px; }
html.js .st-faq__item:not(.is-open) .st-faq__a { display: none; }
.st-faq__more { font-size: 15px; line-height: 1.65; color: var(--st-muted-2); margin: 34px 0 0; }
.st-faq__more a { font-weight: 600; }

/* ==========================================================================
   PAGE CONTACT
   ========================================================================== */
.st-contactpage { max-width: 1240px; margin: 0 auto; padding: 104px 40px; }
.st-contactpage__grid { display: grid; grid-template-columns: 1.25fr 0.85fr; gap: 52px; align-items: start; }
.st-contactpage__form-title { font-family: var(--st-serif); font-weight: 500; font-size: 32px; line-height: 1.1; margin: 0 0 8px; color: var(--st-ink); }
.st-contactpage__form-note { font-size: 14.5px; color: var(--st-muted-4); margin: 0 0 28px; }
.st-contactpage__side { display: flex; flex-direction: column; gap: 18px; }
.st-sidecard { background: #fff; border: 1px solid rgba(124, 74, 134, 0.12); border-radius: 16px; padding: 30px 32px; }
.st-sidecard__title { font-family: var(--st-serif); font-size: 23px; color: var(--st-ink); margin-bottom: 18px; }
.st-sidecard__text { font-size: 15px; line-height: 1.7; color: var(--st-muted-2); margin-bottom: 18px; }
.st-sidecard__section { padding-top: 18px; border-top: 1px solid rgba(124, 74, 134, 0.12); }
.st-sidecard__section + .st-sidecard__section { margin-top: 18px; }
.st-sidecard__label { font-size: 11.5px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; color: var(--st-gold-deep); margin-bottom: 7px; }
.st-sidecard__value { font-size: 15px; line-height: 1.6; color: var(--st-muted-2); }
.st-sidecard__value .st-note { font-size: 13.5px; color: var(--st-muted-4); }
.st-sidecard__tel { font-family: var(--st-serif); font-size: 26px; font-weight: 600; color: var(--st-accent); display: inline-block; }
.st-sidecard__tel--sm { font-size: 20px; }
.st-contactpage__map { border-radius: 16px; overflow: hidden; position: relative; aspect-ratio: 1.25; border: 1px solid rgba(124, 74, 134, 0.12); }
.st-minicard { background: var(--st-card); border: 1px solid rgba(124, 74, 134, 0.12); border-radius: 16px; padding: 26px 30px; }
.st-minicard__title { font-size: 15px; font-weight: 700; color: var(--st-ink); margin-bottom: 8px; }
.st-minicard p { font-size: 14px; line-height: 1.6; color: var(--st-muted); margin: 0 0 14px; }
.st-minicard a { font-size: 14px; font-weight: 600; border-bottom: 1.5px solid rgba(139, 90, 142, 0.35); padding-bottom: 2px; }

/* ==========================================================================
   PAGE LA BOUTIQUE
   ========================================================================== */
.st-boutique-intro { max-width: 1180px; margin: 0 auto; padding: 96px 40px 72px; }
.st-boutique-intro__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.st-boutique-intro__text p { font-size: 16.5px; line-height: 1.75; color: var(--st-muted-2); margin: 0 0 18px; }
.st-boutique-intro__photo { aspect-ratio: 4/3.2; border-radius: 24px; overflow: hidden; background-color: #EAE0EC; background-size: cover; background-position: center; border: 1px solid rgba(124, 74, 134, 0.1); position: relative; }
.st-boutique-intro__badge {
  position: absolute; top: -16px; left: -16px; background: var(--st-gold); color: #fff; font-size: 12.5px; font-weight: 700;
  letter-spacing: .04em; padding: 10px 16px; border-radius: 100px;
  box-shadow: 0 16px 32px -14px rgba(193, 145, 47, 0.8); z-index: 2;
}
.st-boutique-intro__photo-wrap { position: relative; }
.st-boutique-cats { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.st-boutique-cats span {
  font-size: 13.5px; color: #5A4660; background: #fff; border: 1px solid rgba(124, 74, 134, 0.12);
  padding: 9px 16px; border-radius: 100px;
}
.st-produits { background: #fff; padding: 100px 0; border-top: 1px solid rgba(124, 74, 134, 0.08); }
.st-produits__inner { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.st-produits__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 40px; flex-wrap: wrap; }
.st-produits__note { font-size: 13.5px; line-height: 1.6; color: var(--st-muted); margin: 0 0 8px; max-width: 300px; }
.st-produits__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.st-produit {
  background: var(--st-card); border: 1px solid rgba(124, 74, 134, 0.12); border-radius: 16px; overflow: hidden;
  display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; position: relative;
}
.st-produit:hover { transform: translateY(-3px); box-shadow: 0 26px 52px -34px rgba(80, 46, 90, 0.42); }
.st-produit__photo { aspect-ratio: 1/1; background-color: #EAE0EC; background-size: cover; background-position: center; }
.st-produit__badge {
  position: absolute; top: 14px; left: 14px; font-size: 11px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: #fff; padding: 6px 12px; border-radius: 100px; background: var(--st-accent);
}
.st-produit__badge--promo { background: var(--st-gold); }
.st-produit__body { padding: 20px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.st-produit__cat { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #9387A0; margin-bottom: 8px; }
.st-produit__name { font-family: var(--st-serif); font-weight: 600; font-size: 22px; line-height: 1.15; margin: 0 0 8px; color: var(--st-ink); }
.st-produit__desc { font-size: 13.5px; line-height: 1.6; color: var(--st-muted); margin: 0 0 14px; flex: 1; }
.st-produit__price { display: flex; align-items: baseline; gap: 9px; }
.st-produit__price-current { font-size: 16px; font-weight: 700; color: var(--st-ink); }
.st-produit__price-old { font-size: 13.5px; color: var(--st-muted-4); text-decoration: line-through; }
.st-produits__empty { border: 1px dashed rgba(124, 74, 134, 0.3); border-radius: 16px; padding: 44px 40px; text-align: center; }
.st-produits__empty h3 { font-family: var(--st-serif); font-weight: 600; font-size: 26px; color: var(--st-ink); margin: 0 0 10px; }
.st-produits__empty p { font-size: 15px; line-height: 1.65; color: var(--st-muted); margin: 0; }
.st-boutique-note { max-width: 1240px; margin: 0 auto; padding: 72px 40px 104px; }
.st-boutique-note__card {
  display: grid; grid-template-columns: 1fr auto; gap: 24px 40px; align-items: center;
  background: linear-gradient(140deg, #6E4475, #A05F84); color: #fff; border-radius: 18px; padding: 40px 44px;
}
.st-boutique-note__title { font-family: var(--st-serif); font-weight: 500; font-size: 30px; line-height: 1.1; margin: 0 0 8px; color: #fff; }
.st-boutique-note__text { font-size: 15px; line-height: 1.65; color: rgba(255,255,255,0.85); margin: 0; max-width: 560px; }
.st-boutique-note__btn {
  display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; padding: 13px 24px;
  border-radius: 100px; background: #fff; color: #6E4475; font-size: 14.5px; font-weight: 700;
}
.st-boutique-note__btn:hover { color: #5E3A66; }

/* ==========================================================================
   RESPONSIVE PAGES
   ========================================================================== */
@media (max-width: 1024px) {
  .st-histoire__grid, .st-cabpanel, .st-acces__inner, .st-fiche__grid,
  .st-choisir__inner, .st-contraste__grid, .st-candidature__grid,
  .stp-hero__grid, .st-contactpage__grid, .st-boutique-intro__grid { grid-template-columns: 1fr; }
  .st-explorateur__grid { grid-template-columns: 1fr; gap: 28px; }
  .st-equipe__grid { grid-template-columns: repeat(2, 1fr); }
  .st-journal__grid, .st-produits__grid, .st-categories__grid { grid-template-columns: repeat(2, 1fr); }
  .st-quisommes__grid { grid-template-columns: 1fr; }
  .st-quisommes, .st-categories { padding-left: 30px; padding-right: 30px; }
  .stp-hero__inner, .st-histoire, .st-cabinets, .st-equipe, .st-explorateur,
  .st-agenda, .st-contraste, .st-candidature, .st-conditions, .st-contactpage,
  .st-cta-band, .st-boutique-intro, .st-boutique-note { padding-left: 30px; padding-right: 30px; }
}
@media (max-width: 680px) {
  .stp-hero__inner { padding: 44px 22px 36px; }
  .stp-hero--dark .stp-hero__inner { padding: 48px 22px 44px; }
  .stp-hero__title { font-size: 34px; }
  .stp-hero--dark .stp-hero__title { font-size: 34px; }
  .st-histoire, .st-cabinets, .st-equipe, .st-explorateur, .st-agenda,
  .st-contraste, .st-candidature, .st-conditions, .st-contactpage,
  .st-cta-band, .st-boutique-intro { padding: 56px 22px; }
  .st-philo, .st-acces, .st-fiche, .st-etapes, .st-choisir, .st-journal,
  .st-booking, .st-faq, .st-produits, .st-fondatrice { padding: 56px 0; }
  .st-acces__inner, .st-fiche__inner, .st-etapes__inner, .st-choisir__inner,
  .st-journal__inner, .st-booking__inner, .st-faq__inner, .st-produits__inner,
  .st-fondatrice__inner { padding-left: 22px; padding-right: 22px; }
  .st-boutique-note { padding: 40px 22px 56px; }
  .st-philo__title, .st-contraste__title, .st-choisir__title, .st-booking__title { font-size: 28px; }
  .st-acces__title, .st-agenda__title, .st-journal__title, .st-etapes__title,
  .st-candidature__title, .st-conditions__title, .st-faq__title { font-size: 27px; }
  .st-fiche__name { font-size: 29px; }
  .st-fiche__empty .st-h2 { font-size: 27px; }
  .st-cta-band__title { font-size: 25px; }
  .st-h2--44 { font-size: 28px; }
  .st-h2--40 { font-size: 27px; }
  .stp-hero__title--58 { font-size: 34px; }
  .st-cabpanel__title { font-size: 25px; }
  .st-fampanel__title { font-size: 28px; }
  .st-quisommes { padding: 56px 22px 0; }
  .st-categories { padding: 36px 22px 0; }
  .st-categories__grid { grid-template-columns: 1fr; }
  .st-histoire__quote { font-size: 21px; }
  .st-philo__grid, .st-deflist__row, .st-fiche__meta { grid-template-columns: 1fr; }
  .st-philo__grid { gap: 0; }
  .st-philo__term { padding-bottom: 4px; }
  .st-philo__def { border-top: none; padding-top: 0; }
  .st-philo__term:last-of-type { border-bottom: none; }
  .st-deflist__row { gap: 4px 0; }
  .st-event { grid-template-columns: 1fr; gap: 8px 0; }
  .st-event__date { text-align: left; display: flex; align-items: baseline; gap: 8px; }
  .st-event__body { grid-template-columns: 1fr; }
  .st-etape { grid-template-columns: 1fr; gap: 6px; }
  .st-equipe__grid, .st-journal__grid, .st-produits__grid { grid-template-columns: 1fr; }
  .st-form__row2 { grid-template-columns: 1fr; }
  .st-formcard { padding: 28px 24px; }
  .st-rdvcard { padding: 24px 22px; }
  .st-sidecard { padding: 24px 22px; }
  .st-boutique-note__card { grid-template-columns: 1fr; padding: 28px 24px; }
  .st-faq__q { font-size: 19px; }
  .st-faq__a { padding-right: 0; }
  .st-cta-band__inner { grid-template-columns: 1fr; align-items: start; }
}

/* ---------- Formulaires : anti-spam & reCAPTCHA (v1.1) ---------- */
.st-form__hp { position: absolute !important; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.st-recaptcha { min-height: 78px; margin: 0 0 20px; }
.st-form__captcha-msg { margin: -6px 0 16px; font-size: 13.5px; line-height: 1.5; color: #8C3E2C; }
.st-form__captcha-msg[hidden] { display: none; }
.st-recaptcha-note { margin: 14px 0 0; font-size: 11.5px; line-height: 1.55; color: #A79BAC; text-align: center; }
.st-recaptcha-note a { color: inherit; text-decoration: underline; }
.grecaptcha-badge { visibility: hidden !important; } /* Badge masqué : mention affichée sous le formulaire. */
.st-form.is-sending .st-form__submit, .st-form__submit[disabled] { opacity: .72; cursor: progress; }
@media (max-width: 380px) { .st-recaptcha { transform: scale(.88); transform-origin: 0 0; } }

