/* ===========================================================
   DÉMO — Ostéopathe "Julie Moreau, D.O."
   Archétype VOLONTAIREMENT différent des autres démos :
   "clinique / réassurance" — sobre, lisible, accessible. Hero
   scindé texte/image, motifs cliquables, FAQ en accordéon,
   infos pratiques claires. Palette teal apaisant + blanc, typo
   neutre lisible (Inter). À l'opposé du lifestyle de l'esthé.
   =========================================================== */

:root {
  --s-teal:    #1d6a73;
  --s-teal-dk: #14525a;
  --s-teal-lt: #e7f1f2;
  --s-bg:      #f5f9f9;
  --s-paper:   #ffffff;
  --s-ink:     #1a2a2e;
  --s-soft:    #586a6e;
  --s-line:    #dfe9ea;
  --s-sans:    "Inter", -apple-system, sans-serif;
}

body.sante {
  margin: 0;
  background: var(--s-bg);
  color: var(--s-ink);
  font-family: var(--s-sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.sante h1, body.sante h2, body.sante h3 {
  font-family: var(--s-sans);
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.01em;
}
body.sante p { margin: 0 0 1rem; }
body.sante a { color: inherit; }

.s-kicker { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.74rem; font-weight: 700; color: var(--s-teal); margin: 0 0 0.6rem; }

/* ── Boutons ──────────────────────────────────────────────── */
.s-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: none;
  cursor: pointer;
  font-family: var(--s-sans);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.8rem 1.6rem;
  border-radius: 8px;
  transition: background 0.2s ease, transform 0.15s ease, color 0.2s ease;
  white-space: nowrap;
}
.s-btn--lg { padding: 0.95rem 1.9rem; font-size: 1.02rem; }
.s-btn--full { width: 100%; }
.s-btn--primary { background: var(--s-teal); color: #fff; }
.s-btn--primary:hover { background: var(--s-teal-dk); transform: translateY(-2px); }
.s-btn--ghost { background: transparent; color: var(--s-teal); border: 1.5px solid var(--s-line); }
.s-btn--ghost:hover { border-color: var(--s-teal); background: var(--s-teal-lt); }

/* ── Header ───────────────────────────────────────────────── */
.s-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem clamp(1.2rem, 5vw, 3rem);
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245,249,249,0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--s-line);
}
.s-logo { display: flex; flex-direction: column; line-height: 1.1; text-decoration: none; }
.s-logo strong { font-size: 1.15rem; color: var(--s-ink); }
.s-logo span { font-size: 0.82rem; color: var(--s-teal); font-weight: 600; }
.s-header__right { display: flex; align-items: center; gap: 1rem; }
.s-header__phone { font-weight: 600; text-decoration: none; color: var(--s-soft); }
.s-header__phone:hover { color: var(--s-teal); }

/* ── Hero scindé ──────────────────────────────────────────── */
.s-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  gap: 0;
}
.s-hero__text { padding: clamp(2.5rem, 7vw, 5rem) clamp(1.4rem, 4vw, 3rem); display: flex; flex-direction: column; justify-content: center; }
.s-eyebrow { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.78rem; font-weight: 700; color: var(--s-teal); margin: 0 0 0.9rem; }
.s-hero h1 { font-size: clamp(2.2rem, 5.5vw, 3.6rem); margin-bottom: 1rem; }
.s-hero__lead { font-size: 1.15rem; color: var(--s-soft); margin-bottom: 1.8rem; max-width: 460px; }
.s-hero__cta { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-bottom: 1rem; }
.s-hero__note { font-size: 0.9rem; color: var(--s-soft); margin: 0; }
.s-hero__media { min-height: 320px; background-size: cover; background-position: center; background-color: var(--s-teal-lt); border-radius: 16px 0 0 16px; }

/* ── Bandeau réassurance ──────────────────────────────────── */
.s-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.6rem;
  justify-content: center;
  align-items: center;
  background: var(--s-teal);
  padding: 1rem clamp(1.2rem, 5vw, 3rem);
}
.s-trust__badge { font-size: 0.9rem; font-weight: 500; color: #eaf4f4; }

/* ── Sections ─────────────────────────────────────────────── */
.s-block { max-width: 1100px; margin: 0 auto; padding: clamp(3rem, 7vw, 5rem) clamp(1.2rem, 5vw, 2rem); }
.s-block--alt { max-width: none; background: var(--s-paper); border-top: 1px solid var(--s-line); border-bottom: 1px solid var(--s-line); }
.s-block--alt > * { max-width: 1100px; margin-left: auto; margin-right: auto; }
.s-section-head { text-align: center; max-width: 640px; margin: 0 auto 2.4rem; }
.s-section-head h2 { font-size: clamp(1.8rem, 4.5vw, 2.7rem); }
.s-section-sub { color: var(--s-soft); margin: 0.6rem 0 0; }

/* ── Motifs ───────────────────────────────────────────────── */
.s-motifs { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1rem; }
.s-motif {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  text-align: left;
  background: var(--s-paper);
  border: 1px solid var(--s-line);
  border-radius: 12px;
  padding: 1.4rem;
  cursor: pointer;
  font-family: var(--s-sans);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.s-motif:hover { transform: translateY(-3px); box-shadow: 0 16px 32px -22px rgba(20,82,90,0.5); border-color: var(--s-teal); }
.s-motif__icon { font-size: 1.7rem; }
.s-motif__label { font-weight: 700; font-size: 1.08rem; color: var(--s-ink); }
.s-motif__desc { font-size: 0.9rem; color: var(--s-soft); }

/* ── Déroulé ──────────────────────────────────────────────── */
.s-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; }
.s-step { text-align: center; padding: 1rem; }
.s-step__n {
  display: inline-flex; width: 3rem; height: 3rem;
  align-items: center; justify-content: center;
  font-size: 1.3rem; font-weight: 700;
  background: var(--s-teal-lt); color: var(--s-teal);
  border-radius: 50%; margin-bottom: 1rem;
}
.s-step h3 { font-size: 1.3rem; margin-bottom: 0.4rem; }
.s-step p { color: var(--s-soft); margin: 0; }

/* ── Bio ──────────────────────────────────────────────────── */
.s-bio {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  align-items: stretch;
}
.s-bio__media { min-height: 360px; background-size: cover; background-position: center; background-color: var(--s-teal-lt); border-radius: 16px; }
.s-bio__text { padding: clamp(1.5rem, 5vw, 3rem); display: flex; flex-direction: column; justify-content: center; }
.s-bio__text h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 1rem; }
.s-bio__text p { color: var(--s-soft); }
.s-bio__adeli { font-size: 0.85rem; color: var(--s-soft); font-weight: 600; margin-bottom: 1.4rem; }
.s-bio__text .s-btn { align-self: flex-start; }

/* ── FAQ (accordéon) ──────────────────────────────────────── */
.s-faq { max-width: 760px; margin: 0 auto; }
.s-faq__item { border: 1px solid var(--s-line); border-radius: 12px; background: var(--s-paper); margin-bottom: 0.8rem; overflow: hidden; }
.s-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1.1rem 1.3rem;
  font-family: var(--s-sans);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--s-ink);
}
.s-faq__q:hover { color: var(--s-teal); }
.s-faq__chev { flex-shrink: 0; width: 1.7rem; height: 1.7rem; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--s-teal); transition: transform 0.2s ease; }
.s-faq__q[aria-expanded="true"] .s-faq__chev { transform: rotate(45deg); }
.s-faq__a { padding: 0 1.3rem 1.2rem; }
.s-faq__a p { margin: 0; color: var(--s-soft); }

/* ── Infos pratiques + tarifs ─────────────────────────────── */
.s-infos { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2.5rem; }
.s-infos h3 { font-size: 1.4rem; margin-bottom: 0.8rem; }
.s-infos__h3b { margin-top: 1.6rem; }
.s-infos__addr { font-weight: 600; margin-bottom: 0.3rem; }
.s-infos__access { color: var(--s-soft); font-size: 0.92rem; }
.s-hours { list-style: none; margin: 0; padding: 0; }
.s-hours li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.45rem 0; border-bottom: 1px solid var(--s-line); color: var(--s-soft); font-size: 0.92rem; }
.s-tarifs { list-style: none; margin: 0 0 1rem; padding: 0; }
.s-tarifs li { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 0.7rem 0; border-bottom: 1px solid var(--s-line); }
.s-tarifs__label { display: flex; flex-direction: column; font-weight: 600; }
.s-tarifs__label small { font-weight: 400; font-size: 0.8rem; color: var(--s-soft); }
.s-tarifs__price { font-size: 1.3rem; font-weight: 700; color: var(--s-teal); }
.s-infos__refund { font-size: 0.9rem; color: var(--s-soft); margin-bottom: 1.2rem; }

/* ── Footer ───────────────────────────────────────────────── */
.s-foot { background: var(--s-ink); color: #aebdc0; text-align: center; padding: 2.4rem 1.2rem; }
.s-foot__name { font-size: 1.3rem; font-weight: 700; color: #fff; margin-bottom: 0.3rem; }

/* ── Pastille de validation ───────────────────────────────── */
.s-check {
  width: 64px; height: 64px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--s-teal);
  color: #fff;
  font-size: 2rem;
  display: flex; align-items: center; justify-content: center;
  animation: s-pop 0.3s ease;
}

/* ===========================================================
   Prise de RDV (modale simulée)
   =========================================================== */
.bk[hidden] { display: none; }
.bk {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  padding: 1rem;
}
.bk__overlay { position: absolute; inset: 0; background: rgba(26,42,46,0.55); backdrop-filter: blur(3px); }
.bk__panel {
  position: relative;
  background: var(--s-bg);
  border-radius: 16px;
  padding: clamp(1.6rem, 5vw, 2.4rem);
  width: 100%;
  max-width: 440px;
  box-shadow: 0 30px 70px -20px rgba(26,42,46,0.5);
  animation: s-pop 0.25s ease;
}
@keyframes s-pop { from { opacity: 0; transform: translateY(12px) scale(0.98); } to { opacity: 1; transform: none; } }
.bk__x { position: absolute; top: 0.7rem; right: 1rem; border: none; background: none; font-size: 1.9rem; line-height: 1; color: var(--s-soft); cursor: pointer; }
.bk__kicker { font-size: 0.74rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--s-teal); margin: 0 0 0.3rem; }
.bk__title { font-size: 1.5rem; margin-bottom: 0.3rem; }
.bk__meta { color: var(--s-soft); margin-bottom: 1.4rem; }
.bk__label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--s-soft); font-weight: 700; margin-bottom: 0.7rem; }
.bk__slots { display: flex; flex-direction: column; gap: 0.6rem; }
.bk__slot {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.9rem 1.2rem;
  border: 1px solid var(--s-line);
  background: var(--s-paper);
  border-radius: 10px;
  cursor: pointer;
  font-family: var(--s-sans);
  transition: all 0.18s ease;
}
.bk__slot:hover { border-color: var(--s-teal); background: var(--s-teal-lt); transform: translateY(-1px); }
.bk__slot-date { text-transform: capitalize; font-size: 0.98rem; }
.bk__slot-time { font-weight: 700; color: var(--s-teal); }
.bk__reassure { font-size: 0.82rem; color: var(--s-soft); text-align: center; margin: 1rem 0 0; }
.bk__step[hidden] { display: none; }
.bk [data-bk-step="done"] { text-align: center; }
.bk__confirm { font-size: 1.05rem; margin: 0.6rem 0 1rem; line-height: 1.5; }
.bk__note { font-size: 0.82rem; color: var(--s-soft); margin-bottom: 1.4rem; }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 820px) {
  .s-hero { grid-template-columns: 1fr; }
  .s-hero__media { min-height: 240px; border-radius: 16px; order: -1; margin: 0 clamp(1.2rem,5vw,2rem); }
  .s-bio { grid-template-columns: 1fr; }
  .s-bio__media { min-height: 240px; }
}
@media (max-width: 480px) {
  .s-header__phone { display: none; }
}
