/* Entre Lavande & Lumière — design system
   Source of truth: « Entre Lavande & Lumière.dc.html » (Claude Design, projet "Imagining a website")
   Palette et typographie fidèles au prototype approuvé. */

:root {
  --cream: #FBF8F2;
  --sand: #F1EBE0;
  --sand-line: #EAE2D4;
  --sand-input: #DDD3C2;
  --plum: #322C3D;
  --ink-soft: #463F53;
  --ink-mute: #5C5468;
  --lav: #6E608F;
  --lav-deep: #514470;
  --lav-soft: #E9E3F2;
  --lav-mid: #C9BEDD;
  --lav-muted: #9A8BB8;
  --gold: #C89B5E;
  --gold-soft: #D9C6A0;
  --gold-hover: #E8D9BC;
  --gold-pale: #F6E9D6;
  --error: #B0543F;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Karla', 'Helvetica Neue', sans-serif;
}

* { box-sizing: border-box; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--plum);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: var(--serif); font-weight: 500; margin: 0; text-wrap: pretty; }

a { color: var(--lav); }
a:hover { color: var(--lav-deep); }

img { max-width: 100%; display: block; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip: rect(0 0 0 0); overflow: hidden; white-space: nowrap;
}

.wrap { max-width: 1060px; margin: 0 auto; }
.wrap-narrow { max-width: 900px; margin: 0 auto; }
.wrap-tight { max-width: 820px; margin: 0 auto; }

/* ---------- Boutons ---------- */

.btn {
  font-family: var(--sans);
  font-size: 14.5px;
  font-weight: 600;
  border: none;
  border-radius: 999px;
  padding: 13px 24px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.btn-primary { color: var(--cream); background: var(--lav); }
.btn-primary:hover { background: var(--lav-deep); color: var(--cream); }
.btn-outline { color: var(--lav); background: none; border: 1.5px solid var(--lav-mid); padding: 11.5px 24px; }
.btn-outline:hover { background: var(--lav-soft); color: var(--lav); }
.btn-gold { color: var(--plum); background: var(--gold-soft); font-size: 15px; padding: 14px 28px; }
.btn-gold:hover { background: var(--gold-hover); color: var(--plum); }
.btn-sm { font-size: 13.5px; padding: 10px 20px; }

/* ---------- Navigation ---------- */

.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 248, 242, .94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--sand-line);
  padding: 14px 24px;
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 12px 20px;
}
.brand { text-decoration: none; line-height: 1.15; color: inherit; }
.brand-name { display: block; font-family: var(--serif); font-size: 21px; font-weight: 600; color: var(--plum); }
.brand-name .amp { color: var(--gold); }
.brand-tag {
  display: block; font-size: 10.5px; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--lav-muted);
}
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: auto; flex-wrap: wrap; }
.nav-link {
  font-size: 13.5px; text-decoration: none; color: var(--plum);
  padding: 7px 10px; border-radius: 8px;
  transition: background .15s ease;
}
.nav-link:hover { background: var(--sand); color: var(--plum); }
.nav-link.is-active { color: var(--lav); }
.btn-nav { font-size: 13.5px; padding: 9px 18px; margin-left: 6px; }

/* ---------- Entrée de page ---------- */

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
main { animation: fadeUp .4s ease both; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Animations (handoff « proposition d'animations » Visual Vista, 2026-07-11)
   Doux, lent, jamais tape-à-l'œil. Tout est coupé si prefers-reduced-motion. ---------- */

/* Héros : entrée en cascade */
.hero-copy > * {
  opacity: 0;
  animation: heroRise .7s cubic-bezier(.22, .8, .3, 1) both;
}
.hero-copy > .kicker    { animation-delay: .05s; }
.hero-copy > h1         { animation-delay: .18s; }
.hero-copy > .hero-lead { animation-delay: .34s; }
.hero-copy > .hero-ctas { animation-delay: .5s; }

@keyframes heroRise {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: none; }
}

/* Médaillon mobile : même entrée que la copie (inerte sur desktop, display:none) */
.hero-medallion-wrap { opacity: 0; animation: heroRise .7s cubic-bezier(.22, .8, .3, 1) both; }

/* Micro-interactions (transform réservé aux vrais pointeurs) */
@media (hover: hover) and (pointer: fine) {
  .btn:hover { transform: translateY(-1px); }
  .btn:active { transform: none; }
  .soin-card:hover { transform: translateY(-3px); }
  .arrow-link:hover { transform: translateX(3px); }
}

/* ---------- Animations douces v2 (handoff « pages Soins, À propos, Réserver » Visual Vista, 2026-07-13)
   Doux, lent, jamais tape-à-l'œil. Tout est coupé si prefers-reduced-motion. ---------- */

/* Entrée de page en cascade : class="rise" + style="--rise-delay:.15s" */
.rise {
  opacity: 0;
  animation: heroRise .7s cubic-bezier(.22, .8, .3, 1) both;
  animation-delay: var(--rise-delay, 0s);
}

/* Portrait (À propos) : il « se pose », fondu + très léger dé-zoom */
.rise-pose { opacity: 0; animation: risePose .9s cubic-bezier(.22, .8, .3, 1) both .06s; }
@keyframes risePose {
  from { opacity: 0; transform: scale(1.03) translateY(10px); }
  to   { opacity: 1; transform: none; }
}

/* Fondu long, comme une respiration (citation-parenthèse, À propos) */
.reveal-slow { opacity: 0; transition: opacity 1.6s ease; }
.reveal-slow.is-visible { opacity: 1; }

/* Soins : au reveal, la photo « se pose » (léger dé-zoom) et le texte suit en cascade */
.soin-row .soin-photo { transform: scale(1.05); }
.soin-row.is-visible .soin-photo { transform: none; }
/* :where() garde ces règles à spécificité 0 : sinon leur « transform: none »
   écraserait le .btn:hover (translateY(-1px)) des boutons de la carte. */
:where(.soin-row .soin-row-body) > * {
  opacity: 0; transform: translateY(10px);
  transition: opacity .6s cubic-bezier(.22, .8, .3, 1), transform .6s cubic-bezier(.22, .8, .3, 1);
}
:where(.soin-row.is-visible .soin-row-body) > * { opacity: 1; transform: none; }
.soin-row .soin-row-body > :nth-child(1) { transition-delay: .14s; }
.soin-row .soin-row-body > :nth-child(2) { transition-delay: .23s; }
.soin-row .soin-row-body > :nth-child(3) { transition-delay: .32s; }

/* Le bouton entre en fondu sur le dernier temps de la cascade, mais son transform
   reste au survol : lui appliquer le délai du stagger repousserait le relevé de 410 ms. */
.soin-row .soin-row-body > .btn {
  transition: opacity .6s cubic-bezier(.22, .8, .3, 1) .41s,
              background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}
@media (hover: hover) and (pointer: fine) {
  /* Respiration de la photo au survol de la carte (zoom très lent) */
  .soin-row.is-visible:hover .soin-photo { transform: scale(1.045); }
}

/* À propos : carte transformation — la phrase, puis le bouton */
:where(.transfo) > * {
  opacity: 0; transform: translateY(8px);
  transition: opacity .7s cubic-bezier(.22, .8, .3, 1), transform .7s cubic-bezier(.22, .8, .3, 1);
}
:where(.transfo.is-visible) > * { opacity: 1; transform: none; }
.transfo.is-visible > p { transition-delay: .2s; }
.transfo > .btn {
  transition: opacity .7s cubic-bezier(.22, .8, .3, 1) .55s,
              background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

/* Le transform des boutons appartient au hover, pas à la cascade (spécificité 0). */
:where(.soin-row .soin-row-body) > .btn,
:where(.transfo) > .btn { transform: none; }

/* FAQ : le « + » pivote doucement (remplace le − par un + tourné à 45°) */
.faq-item summary::after { transition: transform .35s cubic-bezier(.22, .8, .3, 1); }
.faq-item[open] summary::after { content: '+'; transform: rotate(45deg); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  main { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-copy > *, .hero-medallion-wrap { animation: none; opacity: 1; }
  .quote-slide { transition: none; }
  .btn:hover, .soin-card:hover, .arrow-link:hover { transform: none; }
  .rise, .rise-pose { animation: none; opacity: 1; }
  .reveal-slow { opacity: 1; transition: none; }
  .soin-row .soin-photo, .soin-row.is-visible:hover .soin-photo { transform: none; transition: none; }
  .soin-row .soin-row-body > *, .transfo > * { opacity: 1; transform: none; transition: none; }
  .soin-row .soin-row-body > .btn, .transfo > .btn { opacity: 1; transition: none; }
  .faq-item summary::after { transition: none; }
}

/* ---------- Placeholders photo (à remplacer par les vraies photos) ---------- */

.ph { position: relative; overflow: hidden; }
.ph-caption {
  position: absolute; left: 14px; bottom: 12px;
  font-size: 11px; font-style: italic; color: rgba(255, 255, 255, .85);
}
.ph-portrait {
  width: 170px; height: 200px; flex: none;
  border-radius: 100px 100px 16px 16px;
  background: linear-gradient(160deg, var(--lav-soft), #B7A6CF);
  display: flex; align-items: flex-end; justify-content: center;
  padding-bottom: 10px; font-size: 11px; font-style: italic; color: var(--lav);
}
.ph-portrait-lg {
  width: 230px; height: 290px; flex: none;
  border-radius: 120px 120px 18px 18px;
  background: linear-gradient(160deg, var(--lav-soft), var(--lav-muted));
  display: flex; align-items: flex-end; justify-content: center;
  padding-bottom: 12px; font-size: 11px; font-style: italic; color: var(--cream);
}
.ph-soin {
  width: 200px; min-height: 150px; flex: none; border-radius: 12px;
  display: flex; align-items: flex-end; padding: 10px;
  font-size: 10.5px; font-style: italic; color: rgba(255, 255, 255, .85);
}
.soin-photo-frame {
  width: 200px; height: 170px; flex: none;
  border-radius: 12px; overflow: hidden;
}
.soin-photo {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 1.2s cubic-bezier(.22, .8, .3, 1);
}

.grad-lav { background: linear-gradient(140deg, #DCC9E9, #8A76AD); }
.grad-gold { background: linear-gradient(140deg, var(--gold-pale), #D9A45B); }
.grad-soft { background: linear-gradient(140deg, var(--lav-soft), #B7A6CF); }
.grad-soft.ph-soin { color: var(--lav); }
.grad-dawn { background: linear-gradient(140deg, var(--gold-pale), var(--lav-mid)); }
.grad-dawn.ph-soin { color: var(--lav); }
.grad-deep { background: linear-gradient(140deg, #B7A6CF, var(--lav-deep)); }

/* ---------- Accueil : héros « double exposition » (handoff Visual Vista, 2026-07-12) ---------- */

.hero {
  position: relative;
  margin: 16px;
  border-radius: 22px;
  overflow: hidden;
  min-height: 540px;
  display: flex; align-items: flex-end;
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-massage {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: 52%; height: 100%; object-fit: cover; object-position: center 40%;
  opacity: .85;
  -webkit-mask-image: linear-gradient(105deg, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 1) 55%);
  mask-image: linear-gradient(105deg, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 1) 55%);
}
.hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(15deg, rgba(50, 44, 61, .85) 0%, rgba(50, 44, 61, .55) 45%, rgba(50, 44, 61, .15) 80%);
}
.hero-scrim-radial {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 22% 78%, rgba(50, 44, 61, .55), rgba(50, 44, 61, 0) 70%);
}
.hero-medallion-wrap { display: none; }
.hero-copy {
  position: relative;
  padding: 56px;
  max-width: 640px;
  display: flex; flex-direction: column; gap: 18px;
}
.kicker {
  margin: 0; font-size: 12px; font-weight: 600; letter-spacing: 2.4px; text-transform: uppercase;
  color: var(--gold-pale);
  text-shadow: 0 1px 2px rgba(50, 44, 61, .55), 0 2px 12px rgba(50, 44, 61, .45);
  display: flex; align-items: center; gap: 12px;
}
.kicker::before { content: ''; width: 28px; height: 1px; background: var(--gold-pale); }
.hero h1 { font-size: 56px; line-height: 1.08; color: var(--cream); }
.hero h1 em { color: var(--gold-hover); }
.hero-lead { font-size: 16px; line-height: 1.65; color: rgba(251, 248, 242, .85); margin: 0; max-width: 46ch; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.btn-ghost {
  color: var(--cream); background: none;
  border: 1.5px solid rgba(251, 248, 242, .5);
  padding: 12.5px 26px;
}
.btn-ghost:hover { background: rgba(251, 248, 242, .12); color: var(--cream); }

/* ---------- Sections communes ---------- */

.section { padding: 56px 32px; }
.section-sand { background: var(--sand); padding: 52px 32px; }
.section-lav { background: var(--lav); color: var(--cream); padding: 52px 32px; }
.section-dark { background: var(--plum); color: var(--cream); padding: 64px 32px; text-align: center; }

.section-title { font-size: 32px; margin: 0 0 8px; }
.section-title.center { text-align: center; }
.section-sub { text-align: center; color: var(--ink-mute); font-size: 14.5px; margin: 0 0 30px; }

.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }

.pain-card {
  background: var(--cream); border-radius: 14px; padding: 24px;
  display: flex; flex-direction: column; gap: 8px;
}
.pain-label { font-size: 11px; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; }
.pain-card p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); }

/* ---------- Accueil : guide (Olivia) ---------- */

.guide-intro {
  padding: 56px 32px; max-width: 900px; margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 30px; align-items: center;
}
.guide-copy { flex: 1; min-width: 280px; display: flex; flex-direction: column; gap: 12px; }
.guide-copy h2 { font-size: 32px; }
.guide-quote { margin: 0; font-size: 15px; line-height: 1.7; color: var(--ink-soft); }
.guide-bio { margin: 0; font-size: 14px; line-height: 1.7; color: var(--ink-mute); }
.arrow-link {
  font-size: 14px; font-weight: 600; cursor: pointer; text-decoration: none;
  display: inline-block; transition: transform .18s ease;
}

/* ---------- Accueil : plan 1-2-3 ---------- */

.section-lav .section-title { margin-bottom: 30px; }
.step { display: flex; flex-direction: column; gap: 8px; }
.step-num { font-family: var(--serif); font-size: 40px; color: var(--gold-soft); line-height: 1; }
.step b { font-size: 16px; }
.step p { margin: 0; font-size: 14px; line-height: 1.6; color: rgba(251, 248, 242, .85); }

/* ---------- Accueil : aperçu des soins ---------- */

.soins-head {
  display: flex; align-items: baseline; justify-content: space-between;
  flex-wrap: wrap; gap: 10px; margin-bottom: 24px;
}
.soin-card {
  display: block; text-decoration: none; color: inherit; cursor: pointer;
  background: #fff; border: 1px solid var(--sand-line); border-radius: 14px;
  overflow: hidden;
  transition: box-shadow .2s ease, transform .2s ease;
}
.soin-card:hover { box-shadow: 0 6px 18px rgba(110, 96, 143, .14); color: inherit; }
.soin-card-img { height: 120px; width: 100%; object-fit: cover; display: block; }
.soin-card-body { padding: 16px 18px; }
.soin-card-body b { font-size: 15.5px; }
.soin-card-body p { margin: 4px 0 0; font-size: 13px; color: var(--ink-mute); }

/* ---------- Accueil : témoignage ---------- */

.quote-section { background: var(--sand); padding: 56px 32px; text-align: center; }
.quote-mark { font-family: var(--serif); font-size: 56px; line-height: .5; color: var(--gold); }
.quote-text { font-family: var(--serif); font-size: 26px; font-style: italic; line-height: 1.4; margin: 0; }
.quote-attr { font-size: 13px; color: var(--ink-mute); margin: 14px 0 0; }

/* Avis clientes : défilement en fondu, doux et lent (voir main.js).
   Le sortant s'efface d'abord, l'entrant arrive ensuite : jamais deux textes superposés. */
.quote-slider { display: grid; }
.quote-slide {
  grid-area: 1 / 1; margin: 0;
  opacity: 0; visibility: hidden;
  transition: opacity .7s ease, visibility 0s linear .7s;
}
.quote-slide.is-active { opacity: 1; visibility: visible; transition: opacity .8s ease .75s; }
.quote-dots { display: flex; justify-content: center; gap: 10px; margin-top: 20px; }
.quote-dot {
  width: 9px; height: 9px; border-radius: 50%; border: none; padding: 0; cursor: pointer;
  background: var(--sand-input);
  transition: background .3s ease, transform .3s ease;
}
.quote-dot:hover { background: var(--gold-soft); }
.quote-dot[aria-pressed="true"] { background: var(--gold); transform: scale(1.25); }

/* ---------- Accueil : guide offert ---------- */

.leadmagnet {
  max-width: 720px; margin: 0 auto; background: var(--lav-soft);
  border-radius: 18px; padding: 32px;
  display: flex; flex-direction: column; gap: 14px;
}
.leadmagnet h2 { font-size: 26px; }
.leadmagnet-form { display: flex; flex-wrap: wrap; gap: 10px; }
.leadmagnet-form input {
  flex: 1; min-width: 200px; padding: 12px 16px; border-radius: 999px;
  border: 1px solid var(--lav-mid); background: var(--cream);
  font-size: 14px; outline: none; font-family: var(--sans);
}
.leadmagnet-form input:focus { border-color: var(--lav); }
.leadmagnet-note { margin: 0; font-size: 13px; color: var(--lav); }

/* ---------- CTA final ---------- */

.section-dark h2 { font-size: 36px; margin: 0 0 10px; }
.section-dark .cta-sub { margin: 0 0 24px; font-size: 15px; color: rgba(251, 248, 242, .75); }

/* ---------- Page Soins ---------- */

.page-main { padding: 48px 32px; }
.page-title { font-size: 40px; margin: 0 0 8px; }
.page-intro { color: var(--ink-mute); font-size: 15px; line-height: 1.7; margin: 0 0 36px; max-width: 56ch; }

.surmesure {
  background: var(--lav-soft); border-radius: 16px;
  padding: 28px; margin: 0 0 36px;
}
.surmesure h2 { font-size: 26px; margin: 0 0 10px; }
.surmesure p { margin: 0; font-size: 14.5px; line-height: 1.7; color: var(--ink-soft); }
.surmesure .surmesure-huiles {
  margin-top: 12px; padding-top: 12px;
  border-top: 1px dashed var(--lav-mid);
  font-size: 13.5px; color: var(--lav);
}

.soin-list { display: flex; flex-direction: column; gap: 22px; }
.soin-row {
  display: flex; flex-wrap: wrap; gap: 22px;
  background: #fff; border: 1px solid var(--sand-line);
  border-radius: 16px; padding: 22px;
}
.soin-row-body { flex: 1; min-width: 250px; display: flex; flex-direction: column; gap: 8px; }
.soin-row-body h2 { font-size: 25px; font-weight: 600; }
.soin-badge {
  font-size: 13px; font-family: var(--sans); font-weight: 600;
  color: var(--gold); letter-spacing: 1px;
}
.soin-row-body > p { margin: 0; font-size: 14px; line-height: 1.65; color: var(--ink-soft); }
.soin-meta { font-size: 13.5px; color: var(--ink-mute); }
.soin-meta b { color: var(--plum); }
.soin-row .btn { align-self: flex-start; }

.deroule { margin-top: 44px; background: var(--sand); border-radius: 16px; padding: 28px; }
.deroule h2 { font-size: 26px; margin: 0 0 18px; }
.deroule-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; }
.deroule-grid b { font-size: 14px; color: var(--lav); }
.deroule-grid p { margin: 4px 0 0; font-size: 13.5px; line-height: 1.6; color: var(--ink-soft); }

/* ---------- Page À propos ---------- */

.apropos-head { display: flex; flex-wrap: wrap; gap: 32px; align-items: flex-start; }
.apropos-copy { flex: 1; min-width: 280px; display: flex; flex-direction: column; gap: 14px; }
.apropos-copy h1 { font-size: 38px; }
.apropos-copy p { margin: 0; font-size: 14.5px; line-height: 1.75; color: var(--ink-soft); }
.apropos-copy p.lead { font-size: 15px; }

.philo { margin-top: 44px; }
.philo h2 { font-size: 28px; margin: 0 0 18px; }
.philo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.philo-card { border-radius: 14px; padding: 22px; }
.philo-card b { font-family: var(--serif); font-size: 20px; font-weight: 600; }
.philo-card p { margin: 6px 0 0; font-size: 13.5px; line-height: 1.6; color: var(--ink-soft); }
.philo-lavande { background: var(--lav-soft); }
.philo-lin { background: var(--sand); }
.philo-lumiere { background: var(--gold-pale); }

.pause-quote { margin-top: 44px; text-align: center; }
.pause-quote p {
  font-family: var(--serif); font-size: 23px; font-style: italic;
  line-height: 1.5; color: var(--ink-soft); margin: 0 auto; max-width: 36ch;
}

.transfo {
  margin-top: 44px; background: var(--plum); color: var(--cream);
  border-radius: 18px; padding: 32px; text-align: center;
}
.transfo p {
  font-family: var(--serif); font-size: 24px; font-style: italic;
  margin: 0 0 18px; line-height: 1.4;
}

/* ---------- Page Réserver : formulaire ---------- */

.booking-card {
  background: #fff; border: 1px solid var(--sand-line); border-radius: 18px;
  padding: 28px; display: flex; flex-direction: column; gap: 24px;
}
.form-step-label {
  font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--lav); margin-bottom: 10px;
}
.soin-opts { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; }
.soin-opt {
  font-family: var(--sans); text-align: left; cursor: pointer;
  border-radius: 12px; padding: 14px 16px;
  border: 1.5px solid var(--sand-line); background: var(--cream);
  transition: border-color .15s ease, background .15s ease;
}
.soin-opt b { font-size: 14px; display: block; color: var(--plum); }
.soin-opt span { font-size: 12.5px; color: var(--ink-mute); }
.soin-opt[aria-pressed="true"] { border-color: var(--lav); background: var(--lav-soft); }

.slot-hint { margin: 0 0 10px; font-size: 13px; color: var(--ink-mute); }
.slot-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.slot {
  font-family: var(--sans); font-size: 13px; padding: 9px 14px;
  border-radius: 999px; cursor: pointer;
  border: 1.5px solid var(--sand-input); background: var(--cream); color: var(--ink-soft);
  transition: border-color .15s ease, background .15s ease, color .15s ease;
}
.slot[aria-pressed="true"] { border-color: var(--lav); background: var(--lav); color: var(--cream); }

/* Calendrier des créneaux (dates exactes) */
.cal {
  border: 1.5px solid var(--sand-line); border-radius: 14px;
  padding: 14px; background: var(--cream); max-width: 380px;
}
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.cal-title { font-size: 14px; font-weight: 600; color: var(--plum); }
.cal-nav {
  width: 32px; height: 32px; border-radius: 50%; cursor: pointer;
  border: 1.5px solid var(--sand-input); background: #fff; color: var(--lav);
  font-size: 16px; line-height: 1;
  transition: border-color .15s ease, background .15s ease;
}
.cal-nav:hover:not(:disabled) { border-color: var(--lav); background: var(--lav-soft); }
.cal-nav:disabled { opacity: .35; cursor: default; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-dow {
  font-size: 10.5px; letter-spacing: 1px; text-transform: uppercase;
  color: var(--lav-muted); text-align: center; padding: 4px 0;
}
.cal-day {
  aspect-ratio: 1; border-radius: 50%; cursor: pointer;
  border: 1.5px solid transparent; background: none;
  font-family: var(--sans); font-size: 13px; color: var(--ink-soft);
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.cal-day:hover:not(:disabled) { background: var(--lav-soft); }
.cal-day:disabled { color: var(--sand-input); cursor: default; }
.cal-day[aria-pressed="true"] { background: var(--lav); color: var(--cream); }
.cal-day.has-pick { border-color: var(--gold); }

.moment-block { margin-top: 14px; }
.moment-label { margin: 0 0 8px; font-size: 13.5px; font-weight: 600; color: var(--plum); }

.slot-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.slot-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--lav-soft); color: var(--lav-deep);
  border-radius: 999px; padding: 7px 8px 7px 14px;
  font-size: 13px; font-weight: 600;
}
.slot-chip-x {
  width: 20px; height: 20px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(110, 96, 143, .18); color: var(--lav-deep);
  font-size: 13px; line-height: 1; padding: 0;
  transition: background .15s ease, color .15s ease;
}
.slot-chip-x:hover { background: var(--lav); color: var(--cream); }

.coord-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.coord-full { grid-column: 1 / -1; }
.host-note {
  margin: 2px 0 0; padding: 10px 14px;
  border: 1.5px dashed var(--sand-input); border-radius: 10px;
  font-size: 13px; line-height: 1.55; color: var(--ink-mute);
}
.contact-pref { margin-top: 14px; display: flex; flex-direction: column; gap: 8px; }
.contact-pref-label { font-size: 13px; color: var(--ink-mute); }
.contact-pref-opts { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.check-opt {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13.5px; color: var(--ink-soft); cursor: pointer;
}
.check-opt input {
  width: 17px; height: 17px; margin: 0;
  accent-color: var(--lav); cursor: pointer;
}
.captcha-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
#captcha-canvas { width: 120px; height: 40px; border: 1px solid var(--sand-line); border-radius: 10px; }
#f-captcha { width: 100px; }
.booking-card input, .booking-card textarea {
  font-family: var(--sans); padding: 12px 16px; border-radius: 12px;
  border: 1px solid var(--sand-input); background: var(--cream);
  font-size: 14px; outline: none;
}
.booking-card input:focus, .booking-card textarea:focus { border-color: var(--lav); }
.booking-card textarea {
  margin-top: 12px; width: 100%; min-height: 70px; resize: vertical;
}
.form-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.form-error { font-size: 12.5px; color: var(--error); }
.form-footnote {
  margin: 0; font-size: 12.5px; color: var(--ink-mute);
  border-top: 1px dashed var(--sand-input); padding-top: 14px;
}

/* ---------- Page Réserver : confirmation ---------- */

.confirm-card {
  background: var(--lav-soft); border-radius: 18px; padding: 36px;
  text-align: center; display: flex; flex-direction: column; gap: 12px; align-items: center;
}
.confirm-check {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--lav); color: var(--cream);
  display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.confirm-card h2 { font-size: 28px; }
.confirm-card p { margin: 0; font-size: 14.5px; line-height: 1.7; color: var(--ink-soft); max-width: 46ch; }
.link-btn {
  font-family: var(--sans); font-size: 13px; color: var(--lav);
  background: none; border: none; cursor: pointer; text-decoration: underline;
}

/* ---------- Page Réserver : cartes alternatives ---------- */

.alt-cards { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; }
.alt-card {
  flex: 1; min-width: 240px; text-decoration: none;
  background: #fff; border: 1px solid var(--sand-line); border-radius: 14px;
  padding: 18px 20px; display: flex; flex-direction: column; gap: 4px;
  transition: box-shadow .2s ease;
}
.alt-card:hover { box-shadow: 0 6px 18px rgba(110, 96, 143, .12); }
.alt-card b { font-size: 14.5px; color: var(--plum); }
.alt-card span { font-size: 13.5px; }
.alt-card-dashed { border: 1.5px dashed var(--lav-mid); }
.alt-card-dashed span { color: var(--ink-mute); }

/* ---------- FAQ ---------- */

.faq-section { margin-top: 44px; }
.faq-section h2 { font-size: 28px; margin: 0 0 16px; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: #fff; border: 1px solid var(--sand-line);
  border-radius: 12px; overflow: hidden;
}
.faq-item summary {
  list-style: none; display: flex; justify-content: space-between; gap: 10px;
  padding: 16px 18px; font-size: 14.5px; font-weight: 600;
  cursor: pointer; color: var(--plum);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--lav); }
/* état ouvert : voir « Animations douces v2 » (le + pivote en croix) */
.faq-item p {
  margin: 0; padding: 0 18px 16px;
  font-size: 14px; line-height: 1.65; color: var(--ink-soft);
}

/* ---------- Pied de page ---------- */

.footer { background: var(--sand); border-top: 1px solid var(--sand-line); padding: 32px; }
.footer-inner {
  max-width: 1060px; margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 20px 40px; align-items: flex-start;
}
.footer-brand { flex: 1; min-width: 220px; }
.footer-brand-name { font-family: var(--serif); font-size: 19px; font-weight: 600; }
.footer-brand-name .amp { color: var(--gold); }
.footer-brand-tag {
  font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--lav-muted); margin-top: 2px;
}
.footer-zone { margin: 10px 0 0; font-size: 12.5px; color: var(--ink-mute); }
.footer-col { display: flex; flex-direction: column; gap: 6px; font-size: 13px; }
.footer-col.muted { color: var(--ink-mute); }
.footer-col a { text-decoration: none; }
.footer-col a:hover { text-decoration: underline; }

/* ---------- Responsive ---------- */

@media (max-width: 640px) {
  /* Hero mobile — option 3c « médaillon en arche » (handoff 2026-07-12) */
  .hero {
    margin: 10px; border-radius: 18px; min-height: 620px;
    flex-direction: column; justify-content: flex-end; align-items: stretch;
  }
  .hero-massage { display: none; }
  .hero-scrim-radial { display: none; }
  .hero-scrim {
    background: linear-gradient(8deg, rgba(50, 44, 61, .92) 0%, rgba(50, 44, 61, .6) 45%, rgba(50, 44, 61, .25) 80%);
  }
  .hero-medallion-wrap {
    position: relative; display: flex; flex-direction: column; align-items: center;
    padding-top: 26px;
  }
  .medallion { position: relative; }
  .medallion img {
    width: 180px; height: 230px; object-fit: cover; object-position: center 40%;
    border-radius: 100px 100px 14px 14px;
    border: 1px solid rgba(251, 248, 242, .45);
    box-shadow: 0 18px 44px rgba(50, 44, 61, .45); display: block;
  }
  .medallion-badge {
    position: absolute; left: 50%; transform: translateX(-50%); bottom: -12px;
    background: var(--cream); border-radius: 999px; padding: 7px 14px;
    font-size: 11px; font-weight: 600; color: var(--plum); white-space: nowrap;
    box-shadow: 0 6px 18px rgba(50, 44, 61, .3);
    display: flex; align-items: center; gap: 7px;
  }
  .medallion-badge::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
  .hero-copy {
    padding: 30px 22px 26px; gap: 14px; max-width: none;
    align-items: center; text-align: center;
  }
  .kicker { font-size: 10.5px; letter-spacing: 2px; }
  .kicker::before { display: none; }
  .hero h1 { font-size: 34px; line-height: 1.1; }
  .hero-lead { font-size: 14.5px; line-height: 1.6; }
  .hero-ctas { flex-direction: column; width: 100%; gap: 10px; }
  .hero-ctas .btn-gold { padding: 15px 24px; }
  .hero-ctas .btn-ghost { padding: 13px 24px; font-size: 14px; }
  .section, .section-sand, .section-lav, .section-dark, .quote-section { padding-left: 20px; padding-right: 20px; }
  .page-main { padding: 36px 20px; }
  .guide-intro { padding: 44px 20px; }
  .page-title { font-size: 32px; }
  .section-dark h2 { font-size: 28px; }
  .quote-text { font-size: 22px; }
  .ph-soin { width: 100%; min-height: 130px; }
  .soin-photo-frame { width: 100%; height: 200px; }
  .footer { padding: 28px 20px; }
}

/* Portrait d'Olivia : photo réelle dans les gabarits placeholder */
img.ph-portrait, img.ph-portrait-lg { object-fit: cover; padding: 0; display: block; }
