
:root {
  --joym-bg: #fffaf8;
  --joym-surface: #ffffff;
  --joym-surface-soft: #f9f4fb;
  --joym-violet: #7c5b98;
  --joym-violet-dark: #604178;
  --joym-violet-deep: #4e3368;
  --joym-violet-soft: #d8c6e5;
  --joym-gold: #d1af67;
  --joym-gold-soft: #e8d9b7;
  --joym-text: #5b4a62;
  --joym-text-strong: #67457f;
  --joym-border: rgba(124, 91, 152, 0.18);
  --joym-shadow: 0 20px 60px rgba(94, 67, 115, 0.08);
  --joym-shadow-soft: 0 10px 32px rgba(94, 67, 115, 0.06);
  --joym-radius-xl: 34px;
  --joym-radius-lg: 28px;
  --joym-radius-md: 20px;
  --joym-radius-sm: 14px;
  --joym-heading: "Cormorant Garamond", Georgia, serif;
  --joym-body: "Manrope", Inter, Arial, sans-serif;
  --joym-container: min(1160px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.joym-site {
  margin: 0;
  font-family: var(--joym-body);
  color: var(--joym-text);
  line-height: 1.65;
  background:
    radial-gradient(circle at top left, rgba(232,219,243,0.9), rgba(255,250,248,0) 28%),
    linear-gradient(180deg, #fffefc 0%, #fffaf8 100%);
  overflow-x: hidden;
}
img { display:block; max-width:100%; height:auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--joym-violet-dark); }
.screen-reader-text { position:absolute; left:-9999px; }
.joym-container { width: var(--joym-container); margin: 0 auto; }

.joym-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,0.96);
  border-bottom: 1px solid rgba(124,91,152,0.09);
  backdrop-filter: blur(12px);
  transition: box-shadow .25s ease, background .25s ease;
}
.joym-header.is-scrolled { box-shadow: var(--joym-shadow-soft); }
.joym-header__inner {
  min-height: 104px; display:flex; align-items:center; justify-content:space-between; gap: 22px;
}
.joym-brand { display:flex; align-items:center; }
.joym-brand__logo { width: 176px; height:auto; max-height: 92px; object-fit: contain; }
.joym-nav { flex:1; display:flex; justify-content:center; }
.joym-nav__list { list-style:none; display:flex; gap: 30px; margin:0; padding:0; align-items:center; }
.joym-nav__list li { position:relative; }
.joym-nav__list a {
  display:inline-flex; align-items:center; justify-content:center; padding: 10px 4px;
  font-size: 15px; font-weight: 800; color: var(--joym-violet-dark); letter-spacing: .015em;
}
.joym-nav__list .current-menu-item > a::after,
.joym-nav__list .current_page_item > a::after {
  content:""; position:absolute; left:0; right:0; bottom:-2px; margin:auto; width:32px; height:2px;
  background: linear-gradient(90deg, transparent, var(--joym-gold), transparent); border-radius:99px;
}
.joym-header__cta {
  display:inline-flex; align-items:center; gap:10px; padding: 14px 18px; background: var(--joym-violet);
  color:#fff; border-radius: 14px; box-shadow: var(--joym-shadow-soft); font-weight:700; white-space:nowrap;
}
.joym-header__cta:hover { color:#fff; background: var(--joym-violet-dark); }
.joym-header__cta-icon { width:18px; height:18px; }
.joym-menu-toggle { display:none; background:none; border:0; padding:0; cursor:pointer; }
.joym-menu-toggle span { display:block; width:26px; height:2px; background: var(--joym-violet-dark); margin:6px 0; }

h1,h2,h3,h4 {
  font-family: var(--joym-heading);
  color: var(--joym-text-strong);
  line-height:1.05; margin: 0 0 12px;
}
h1 { font-size: clamp(3rem, 5vw, 5.2rem); }
h2 { font-size: clamp(2.2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.5rem, 2vw, 2rem); }
p { margin:0 0 16px; }
.joym-eyebrow {
  margin: 0 0 12px; text-transform: uppercase; letter-spacing: .26em; font-size: 12px; font-weight: 800;
  color: var(--joym-gold); font-family: var(--joym-body);
}

.joym-main { overflow: hidden; }
.joym-section { padding: 72px 0; position: relative; }
.joym-section--soft { background: linear-gradient(180deg, rgba(249,244,251,.6), rgba(255,255,255,0)); }
.joym-section--gift { padding-top: 32px; }
.joym-section--cta { padding-top: 32px; }

.joym-hero-home,
.joym-hero-page {
  position:relative;
  padding: 54px 0 24px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 40%, rgba(255,255,255,0) 100%),
    url('../images/stationery-bg.webp') left center/550px auto no-repeat;
}
.joym-hero-home::before,
.joym-hero-page::before {
  content:""; position:absolute; inset: 40px auto auto 0; width: 180px; height: 360px;
  background: url('../images/stationery-bg.webp') left top/contain no-repeat; opacity:.08; pointer-events:none;
}
.joym-hero-home__grid,
.joym-hero-page__grid { display:grid; grid-template-columns: 0.95fr 1.05fr; align-items:center; gap: 34px; }
.joym-hero-home__copy,
.joym-hero-page__copy { position:relative; padding: 30px 0; }
.joym-hero-home__copy p,
.joym-hero-page__copy p { font-size: 1.15rem; max-width: 530px; }
.joym-arc {
  position:absolute; inset: -14px auto auto -26px; width: 190px; height: 190px; border: 1.5px solid rgba(209,175,103,.5);
  border-right-color: transparent; border-bottom-color: transparent; border-radius: 50%; opacity: .7;
}
.joym-hero-home__media img,
.joym-hero-page__media img {
  width:100%; border-radius: 0 0 0 var(--joym-radius-xl); box-shadow: var(--joym-shadow);
}
.joym-actions { display:flex; gap: 14px; flex-wrap: wrap; margin-top: 24px; }
.joym-button {
  display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height: 52px;
  padding: 0 22px; border-radius: 14px; background: var(--joym-violet); color:#fff; font-weight: 700;
  border:1px solid transparent; box-shadow: var(--joym-shadow-soft); text-align:center;
}
.joym-button:hover { background: var(--joym-violet-dark); color:#fff; }
.joym-button--ghost {
  background: transparent; color: var(--joym-violet); border-color: rgba(124,91,152,.3); box-shadow:none;
}
.joym-button--ghost:hover { background: rgba(124,91,152,.06); color: var(--joym-violet-dark); }

.joym-ornament { display:flex; justify-content:center; margin-top: 14px; }
.joym-ornament__img { width: min(540px, 100%); opacity: .92; }

.joym-split { display:grid; grid-template-columns: 0.9fr 1.1fr; gap: 42px; align-items:center; }
.joym-split__media img { width:100%; border-radius: var(--joym-radius-lg); box-shadow: var(--joym-shadow); }
.joym-split__content h2 { max-width: 540px; }
.joym-split__content p { max-width: 620px; }

.joym-section-title { margin:0 auto 34px; text-align:center; }
.joym-section-title--left { text-align:left; }
.joym-divider { display:flex; justify-content:center; margin-top: 14px; }
.joym-divider__image { width:min(420px, 100%); opacity:.96; }

.joym-services-grid {
  display:grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px;
}
.joym-card {
  background: rgba(255,255,255,.9); border:1px solid rgba(124,91,152,.14); border-radius: 22px;
  box-shadow: var(--joym-shadow-soft);
}
.joym-service-card {
  padding: 26px 20px 22px; text-align:center; min-height: 240px; display:flex; flex-direction:column; align-items:center;
}
.joym-service-card__icon img { width:72px; height:72px; margin-bottom: 14px; }
.joym-service-card h3 { font-size: 1.3rem; min-height: 54px; }
.joym-meta { color: var(--joym-violet-dark); font-weight:700; font-size: .96rem; margin-bottom: 10px; }
.joym-separator {
  width: 74px; height: 10px; display:block; margin: 0 auto 8px;
  background: radial-gradient(circle, var(--joym-gold) 0 2px, transparent 3px) center / 12px 10px repeat-x;
}
.joym-price { font-family: var(--joym-heading); font-size: 2rem; color: var(--joym-violet-dark); margin-bottom: 0; }
.joym-service-card__excerpt, .joym-service-card__text {
  font-size: .94rem; line-height: 1.58;
}
.joym-service-card__excerpt { margin-top: 8px; font-weight:600; color: var(--joym-text-strong); }

.joym-testimonials-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.joym-testimonial { padding: 28px 24px; min-height: 186px; position:relative; }
.joym-quote-mark { position:absolute; left: 18px; top: 8px; font-family: var(--joym-heading); font-size: 4rem; color: rgba(124,91,152,.24); }
.joym-testimonial p { padding-top: 20px; min-height: 68px; }
.joym-testimonial strong { color: var(--joym-violet-dark); display:block; margin-bottom: 10px; }
.joym-stars { color: var(--joym-gold); letter-spacing: .18em; font-size: 1rem; }

.joym-gift-band {
  display:grid; grid-template-columns: 240px 1fr auto; gap: 26px; align-items:center;
  background: linear-gradient(90deg, rgba(248,240,249,.92), rgba(255,255,255,.98));
  border:1px solid rgba(124,91,152,.12); border-radius: 24px; padding: 18px 24px; box-shadow: var(--joym-shadow-soft);
}
.joym-gift-band__visual img { width:100%; border-radius: 16px; }
.joym-gift-band__content h2 { margin-bottom: 8px; }

.joym-values-grid,
.joym-benefits-grid,
.joym-three-up {
  display:grid; gap: 18px;
}
.joym-values-grid { grid-template-columns: repeat(3, 1fr); }
.joym-benefits-grid { grid-template-columns: repeat(4, 1fr); }
.joym-three-up { grid-template-columns: repeat(3, 1fr); margin-top: 24px; }
.joym-value,
.joym-benefit,
.joym-three-up .joym-card { padding: 28px 24px; text-align:center; }
.joym-value__icon img,
.joym-benefit__icon img { width:72px; height:72px; margin:0 auto 14px; }

.joym-contact-cta {
  display:grid; grid-template-columns: 1.1fr .9fr auto; gap: 24px; align-items:center;
  background: linear-gradient(90deg, rgba(244,236,248,.82), rgba(255,255,255,.98));
  border:1px solid rgba(124,91,152,.12); border-radius: 26px; padding: 22px 26px; box-shadow: var(--joym-shadow-soft);
}
.joym-contact-cta__intro { display:flex; gap: 18px; align-items:center; }
.joym-contact-cta__badge img { width: 110px; height:auto; }
.joym-contact-list { display:flex; flex-direction:column; gap: 14px; }
.joym-contact-list a {
  display:flex; align-items:center; gap: 12px; padding: 12px 14px; border-radius: 14px; background: rgba(255,255,255,.84);
  border:1px solid rgba(124,91,152,.12);
}
.joym-contact-list img { width:22px; height:22px; }

.joym-contact-page { display:grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.joym-contact-page__card { padding: 32px 28px; }
.joym-list { margin: 0; padding-left: 20px; }
.joym-legal-page { max-width: 920px; }
.joym-legal-page__intro { font-size: 18px; color: var(--joym-muted); max-width: 760px; }
.joym-legal-page__date { color: var(--joym-violet); font-weight: 800; margin: 16px 0 28px; }
.joym-legal-sections { display:grid; gap: 18px; }
.joym-legal-card { padding: 28px; }
.joym-legal-card h2 { margin-bottom: 12px; font-size: clamp(1.45rem, 3vw, 2rem); }
.joym-legal-card p { margin: 0 0 10px; }
.joym-legal-card p:last-child { margin-bottom: 0; }


.joym-footer {
  margin-top: 48px; color: rgba(255,255,255,.96);
  background: linear-gradient(180deg, #7c5b98, #66467f);
}
.joym-footer__inner {
  display:grid; grid-template-columns: 220px 1fr 160px; gap: 20px; align-items:center; padding: 22px 0;
}
.joym-footer__seal { width: 158px; height:auto; filter: drop-shadow(0 12px 28px rgba(0,0,0,.12)); }
.joym-footer-menu {
  display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 18px; list-style:none; padding:0; margin:0;
}
.joym-footer-menu a { color:#fff; opacity:.95; }
.joym-footer__socials { display:flex; gap: 14px; justify-content:flex-end; }
.joym-footer__socials a {
  width:42px; height:42px; border-radius:50%; border:1px solid rgba(255,255,255,.45); display:grid; place-items:center;
  font-size: 18px; color:#fff;
}
.joym-footer__bottom { border-top: 1px solid rgba(255,255,255,.14); font-size: 13px; }
.joym-footer__bottom-inner { display:flex; gap: 16px; justify-content:space-between; align-items:center; min-height: 52px; flex-wrap:wrap; }
.joym-footer__bottom a { color:#fff; }

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

@media (max-width: 1180px) {
  .joym-nav__list { gap: 20px; }
  .joym-brand__logo { width: 164px; }
}
@media (max-width: 1100px) {
  .joym-services-grid { grid-template-columns: repeat(3, 1fr); }
  .joym-benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .joym-contact-cta { grid-template-columns: 1fr; }
  .joym-contact-cta__action { justify-self:start; }
}
@media (max-width: 960px) {
  .joym-header__cta { display:none; }
  .joym-menu-toggle { display:block; }
  .joym-nav { position:absolute; top:100%; left:0; right:0; background:#fff; border-bottom:1px solid rgba(124,91,152,.12); padding: 10px 20px 18px; display:none; }
  .joym-nav.is-open { display:block; }
  .joym-nav__list { flex-direction:column; align-items:flex-start; gap: 8px; }
  .joym-nav__list a { padding: 10px 0; }
  .joym-hero-home__grid, .joym-hero-page__grid, .joym-split, .joym-gift-band, .joym-contact-page,
  .joym-footer__inner { grid-template-columns: 1fr; }
  .joym-testimonials-grid { grid-template-columns: 1fr; }
  .joym-values-grid { grid-template-columns: 1fr; }
  .joym-three-up { grid-template-columns: 1fr; }
  .joym-footer__socials { justify-content:flex-start; }
  .joym-footer-menu { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 720px) {
  .joym-brand__logo { width: 150px; max-height: 82px; }
  .joym-header__inner { min-height: 82px; }
  .joym-section { padding: 56px 0; }
  .joym-hero-home, .joym-hero-page { padding-top: 34px; }
  .joym-actions { flex-direction:column; align-items:flex-start; }
  .joym-button { width:100%; }
  .joym-services-grid { grid-template-columns: 1fr; }
  .joym-benefits-grid { grid-template-columns: 1fr; }
  .joym-gift-band { grid-template-columns: 1fr; text-align:left; }
  .joym-gift-band__action { justify-self:start; }
  .joym-contact-list a { font-size: 14px; }
  .joym-footer__bottom-inner { flex-direction:column; align-items:flex-start; padding: 12px 0; }
}

/* v2.0.3 — page À propos : présentation Julien & Stéphanie */
.joym-section--team-intro { padding-bottom: 26px; }
.joym-intro-card {
  max-width: 880px;
  margin: 0 auto;
  padding: 28px 34px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(249,244,251,.72));
  border: 1px solid rgba(124,91,152,.13);
  border-radius: var(--joym-radius-lg);
  box-shadow: var(--joym-shadow-soft);
}
.joym-intro-card p { margin: 0; font-size: 1.05rem; }
.joym-team-grid { display: grid; gap: 34px; }
.joym-practitioner {
  display: grid;
  grid-template-columns: minmax(260px, 380px) 1fr;
  gap: 36px;
  align-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at top left, rgba(232,219,243,.5), transparent 34%),
    rgba(255,255,255,.92);
  border: 1px solid rgba(124,91,152,.14);
  border-radius: var(--joym-radius-xl);
  box-shadow: var(--joym-shadow-soft);
}
.joym-practitioner--reverse { grid-template-columns: 1fr minmax(260px, 380px); }
.joym-practitioner--reverse .joym-practitioner__photo { order: 2; }
.joym-practitioner--reverse .joym-practitioner__content { order: 1; }
.joym-practitioner__photo {
  position: relative;
  padding: 12px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(232,217,183,.55), rgba(216,198,229,.45));
}
.joym-practitioner__photo::after {
  content: "";
  position: absolute;
  inset: auto 26px -14px 26px;
  height: 34px;
  background: url('../images/divider-flourish.webp') center/contain no-repeat;
  opacity: .72;
  pointer-events: none;
}
.joym-practitioner__photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--joym-shadow);
}
.joym-practitioner__content h2 { max-width: 720px; }
.joym-practitioner__content p { max-width: 760px; }
.joym-hero-page--about .joym-hero-page__media img {
  box-shadow: none;
  border-radius: 0;
  max-width: 620px;
  margin-left: auto;
  opacity: .96;
}
@media (max-width: 960px) {
  .joym-practitioner,
  .joym-practitioner--reverse { grid-template-columns: 1fr; }
  .joym-practitioner--reverse .joym-practitioner__photo,
  .joym-practitioner--reverse .joym-practitioner__content { order: initial; }
  .joym-practitioner { padding: 20px; }
}
@media (max-width: 720px) {
  .joym-intro-card { padding: 22px 20px; text-align: left; }
  .joym-practitioner__photo { padding: 8px; border-radius: 24px; }
  .joym-practitioner__photo img { border-radius: 18px; }
}


/* v2.0.4 — rééquilibrage du bloc “Prenons rendez-vous” */
.joym-contact-cta {
  grid-template-columns: minmax(420px, 1.55fr) minmax(220px, .7fr) max-content;
  gap: 18px;
  padding: 24px 28px;
  overflow: hidden;
}
.joym-contact-cta__intro {
  gap: 26px;
  min-width: 0;
}
.joym-contact-cta__badge {
  flex: 0 0 176px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.joym-contact-cta__badge img {
  width: 176px;
  max-width: 176px;
  height:auto;
  filter: drop-shadow(0 14px 22px rgba(94,67,115,.10));
}
.joym-contact-cta__intro h2 {
  font-size: clamp(2rem, 2.8vw, 2.75rem);
  max-width: 560px;
  margin-bottom: 0;
}
.joym-contact-cta .joym-eyebrow {
  margin-bottom: 8px;
}
.joym-contact-list {
  gap: 8px;
  min-width: 0;
}
.joym-contact-list a {
  padding: 9px 11px;
  gap: 9px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.2;
  min-width: 0;
}
.joym-contact-list a span {
  overflow-wrap: anywhere;
}
.joym-contact-list img {
  width:18px;
  height:18px;
  flex: 0 0 18px;
}
.joym-contact-cta__action {
  justify-self: end;
  align-self: center;
}
.joym-contact-cta__action .joym-button {
  padding: 11px 14px;
  min-height: 44px;
  border-radius: 13px;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(94,67,115,.12);
}
.joym-button img {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  object-fit: contain;
}
@media (max-width: 1100px) {
  .joym-contact-cta {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .joym-contact-cta__badge {
    flex-basis: 150px;
  }
  .joym-contact-cta__badge img {
    width: 150px;
    max-width: 150px;
  }
  .joym-contact-cta__action {
    justify-self:start;
  }
}
@media (max-width: 720px) {
  .joym-contact-cta__intro {
    flex-direction: column;
    align-items:flex-start;
    gap: 14px;
  }
  .joym-contact-cta__badge {
    flex-basis:auto;
    width: 100%;
    justify-content:flex-start;
  }
  .joym-contact-cta__badge img {
    width: 132px;
    max-width: 132px;
  }
  .joym-contact-cta__intro h2 {
    font-size: clamp(1.9rem, 9vw, 2.35rem);
  }
  .joym-contact-cta__action,
  .joym-contact-cta__action .joym-button {
    width: 100%;
  }
  .joym-contact-cta__action .joym-button {
    justify-content:center;
  }
}

/* Sélecteur de langue : deux drapeaux compacts, sans texte visible */
.joym-lang-switch {
  display:inline-flex;
  align-items:center;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(124,91,152,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 8px 22px rgba(78,54,105,.08);
  white-space: nowrap;
}
.joym-lang-switch__item {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 999px;
  line-height: 1;
  color: var(--joym-violet-dark);
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.joym-lang-switch__item:hover {
  transform: translateY(-1px);
  background: rgba(124,91,152,.08);
}
.joym-lang-switch__item.is-active {
  background: rgba(124,91,152,.14);
  box-shadow: inset 0 0 0 2px rgba(124,91,152,.32);
}
.joym-lang-switch__flag-img {
  display:block;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 2px 7px rgba(62,35,82,.16);
}

@media (max-width: 1180px) {
  .joym-header__inner { gap: 14px; }
  .joym-nav__list { gap: 16px; }
  .joym-nav__list a { font-size: 14px; }
  .joym-header__cta { padding: 12px 14px; }
}
@media (max-width: 960px) {
  .joym-lang-switch { margin-left:auto; }
  .joym-menu-toggle { order: 10; }
  .joym-nav { top:100%; }
}
@media (max-width: 520px) {
  .joym-brand__logo { width: 132px; }
}
