:root {
  --brown-sugar: #c56e46;
  --black: #000c0c;
  --isabelline: #f9f5f1;
  --jasmine: #ffd276;
  --celadon: #b8d4bd;
  --celadon-deep: #65745e;
  --celadon-soft: rgba(184, 212, 189, 0.28);
  --jasmine-soft: rgba(255, 210, 118, 0.24);
  --brown-soft: rgba(197, 110, 70, 0.12);
  --paper: var(--isabelline);
  --muted: rgba(0, 12, 12, 0.68);
  --line: rgba(0, 12, 12, 0.12);
  --shadow: 0 18px 45px rgba(0, 12, 12, 0.1);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.05rem;
  color: var(--black);
  background: var(--paper);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(249, 245, 241, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(0, 12, 12, 0.06);
}

.topbar .container {
  width: min(1280px, calc(100% - 48px));
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  min-width: 0;
  flex-shrink: 0;
}
.brand img { width: 120px; height: auto; }
.brand span {
  max-width: 220px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  line-height: 1.25;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
  color: var(--black);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 0.96rem;
}

.nav a { white-space: nowrap; }
.nav a:not(.btn) { position: relative; }
.nav a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 1px;
  background: var(--brown-sugar);
  transition: width 180ms ease;
}
.nav a:not(.btn):hover::after { width: 100%; }
.nav-disabled, .footer-disabled { color: rgba(0, 12, 12, 0.34); cursor: default; pointer-events: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--brown-sugar); color: var(--isabelline); border-color: var(--brown-sugar); }
.btn-primary:hover { background: var(--black); border-color: var(--black); }
.btn-secondary { background: rgba(249, 245, 241, 0.82); border-color: var(--line); color: var(--black); }
.btn-secondary:hover { border-color: var(--brown-sugar); }
.btn-small { min-height: 40px; padding: 0 18px; font-size: 0.94rem; }
.nav .btn {
  border-radius: 999px;
  min-width: max-content;
  padding-inline: 24px;
  white-space: nowrap;
}

.section { padding: 78px 0; }
.section-soft { background: linear-gradient(180deg, var(--isabelline) 0%, rgba(184, 212, 189, 0.18) 100%); }
.section-head { max-width: 720px; margin: 0 auto 34px; text-align: center; }
.kicker, .section-kicker {
  margin-bottom: 14px;
  font-family: "Figtree", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brown-sugar);
}

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
h1 { max-width: 560px; margin-bottom: 26px; font-size: clamp(3.35rem, 7vw, 6.4rem); }
.hero h1 { font-size: clamp(2.05rem, 4.15vw, 3.75rem); font-weight: 500; }
h2 { margin-bottom: 18px; font-size: clamp(2.45rem, 4.35vw, 4rem); }
h3 { margin-bottom: 12px; font-size: 1.82rem; }
p { color: var(--muted); }

.hero {
  min-height: calc(100vh - 86px);
  display: grid;
  align-items: stretch;
  background-color: var(--isabelline);
  background-image:
    radial-gradient(circle at 16% 34%, rgba(184, 212, 189, 0.34) 0%, rgba(184, 212, 189, 0.16) 28%, rgba(184, 212, 189, 0) 52%),
    linear-gradient(90deg, rgba(249, 245, 241, 1) 0%, rgba(249, 245, 241, 1) 42%, rgba(249, 245, 241, 0.86) 54%, rgba(249, 245, 241, 0.58) 66%, rgba(249, 245, 241, 0.26) 80%, rgba(249, 245, 241, 0.06) 94%),
    linear-gradient(90deg, rgba(197, 110, 70, 0) 48%, rgba(197, 110, 70, 0.06) 72%, rgba(184, 212, 189, 0.16) 100%),
    url("assets/hero-therapie-adulte.jpg");
  background-position: center center, center center, center center, 82% center;
  background-size: cover, cover, cover, auto 100%;
  background-repeat: no-repeat;
}

.hero .container {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 86px);
  padding: 72px 0 58px;
}

.hero-copy { width: min(560px, 100%); }
.lead { max-width: 560px; margin-bottom: 18px; font-size: 1.16rem; color: var(--black); }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 26px; }
.micro-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.micro-proof span {
  border: 1px solid rgba(184, 212, 189, 0.7);
  border-radius: 999px;
  padding: 8px 13px;
  background: var(--celadon-soft);
  color: var(--black);
  font-size: 0.94rem;
}

.audience-grid, .services { display: grid; gap: 24px; }
.audience-grid { grid-template-columns: repeat(4, 1fr); }
.audience-card, .service-card {
  border: 1px solid var(--line);
  background: rgba(249, 245, 241, 0.88);
  box-shadow: 0 10px 28px rgba(0, 12, 12, 0.06);
}

.audience-card {
  min-height: 260px;
  padding: 34px 24px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.audience-icon {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--celadon);
  color: var(--black);
}
.audience-icon svg {
  width: 48px;
  height: 48px;
  fill: currentColor;
  stroke: none;
}
.audience-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.audience-icon img.icon-children-teens {
  width: 62px;
  height: 62px;
}
.audience-icon-line svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.audience-card:nth-child(even) .audience-icon { background: var(--brown-sugar); color: var(--isabelline); }
.audience-card p, .service-card p { margin-bottom: 16px; font-size: 1.04rem; }
.text-link {
  margin-top: auto;
  font-family: "Figtree", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--brown-sugar);
}

.approach-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.98fr) minmax(250px, 0.72fr);
  gap: 18px;
  align-items: stretch;
  padding: 16px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 24px 70px rgba(0, 12, 12, 0.06);
}
.media-panel, .approach-copy, .principles { min-height: 360px; }
.media-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(0, 12, 12, 0.08);
}
.media-panel img, .media-panel video, .professional-photo img, .service-card img { width: 100%; height: 100%; object-fit: cover; }
.media-panel video {
  display: block;
  background: var(--black);
}
.play-button {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(249, 245, 241, 0.8);
  background: rgba(249, 245, 241, 0.76);
  color: var(--celadon-deep);
  font-size: 1.35rem;
  box-shadow: var(--shadow);
  backdrop-filter: blur(4px);
}
.approach-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px 34px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(0, 12, 12, 0.06);
}
.approach-copy .section-kicker {
  margin-bottom: 16px;
}
.approach-copy h2 {
  font-size: clamp(1.55rem, 2.35vw, 2.15rem);
  line-height: 1.08;
}
.approach-copy h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin: 16px 0 18px;
  background: var(--brown-sugar);
  opacity: 0.55;
}
.approach-copy p {
  max-width: 36ch;
  margin-bottom: 20px;
}
.principles {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 28px 24px;
  border-radius: 18px;
  background: rgba(249, 245, 241, 0.82);
  border: 1px solid rgba(0, 12, 12, 0.06);
}
.principle {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 0;
  color: var(--black);
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}
.principle-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--celadon-deep);
  border: 1px solid rgba(0, 12, 12, 0.07);
}
.principle-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.services { grid-template-columns: repeat(3, 1fr); }
.service-card { overflow: hidden; }
.service-card img { height: 245px; object-fit: cover; }
.service-body { padding: 28px; }
.service-result {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--black);
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 1.04rem;
}

.professionals-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 1080px;
  margin: 0 auto;
}
.professional-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
  min-height: clamp(370px, 32vw, 460px);
  border: 1px solid var(--line);
  background: var(--paper);
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 12, 12, 0.08);
}
.professional-photo {
  min-height: 100%;
  height: 100%;
  border-right: 1px solid var(--line);
}
.professional-photo-mylene {
  overflow: hidden;
  background: var(--isabelline);
}
.professional-photo-mylene img {
  object-fit: cover;
  object-position: 42% 50%;
}
.professional-photo-contain {
  background: var(--isabelline);
}
.professional-photo-contain img {
  object-fit: cover;
  object-position: center 18%;
}
.professional-photo-julie {
  overflow: hidden;
}
.professional-photo-julie img {
  object-fit: cover;
  object-position: 58% 50%;
}
.professional-copy {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(28px, 3.4vw, 40px);
  align-self: stretch;
}
.clientele-block {
  margin: auto 0 0;
  padding-top: 20px;
}
.clientele-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--black);
  font-family: "Figtree", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.expertise-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
.profile-cta {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.profile-cta .btn {
  min-width: 190px;
}
.expertise-badge {
  display: inline-flex;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.expertise-badge::after {
  content: attr(aria-label);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  z-index: 4;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--black);
  color: var(--isabelline);
  font-family: "Figtree", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.expertise-badge:hover::after,
.expertise-badge:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}
.expertise-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 50%;
  background: var(--celadon);
  color: var(--black);
}
.expertise-icon-alt {
  background: var(--brown-sugar);
  color: var(--isabelline);
}
.expertise-icon svg,
.expertise-icon img {
  width: 21px;
  height: 21px;
  object-fit: contain;
  fill: currentColor;
}
.expertise-icon img.icon-children-teens {
  width: 28px;
  height: 28px;
}
.credentials { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 1.04rem; }
.credentials li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--brown-sugar);
  transform: translateY(-1px);
}

.values-band { background: var(--black); color: var(--isabelline); padding: 42px; box-shadow: var(--shadow); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.value-item { min-height: 150px; padding-right: 22px; border-right: 1px solid rgba(249, 245, 241, 0.22); }
.value-item:last-child { border-right: 0; }
.value-icon { margin-bottom: 18px; font-size: 2.15rem; color: var(--jasmine); }
.value-item strong { display: block; margin-bottom: 8px; font-size: 1.18rem; line-height: 1.25; }
.value-item p { margin: 0; color: rgba(249, 245, 241, 0.78); font-size: 1rem; }

.contact-section { padding: 78px 0 0; }
.contact-panel {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 42px;
  align-items: center;
  padding: 56px;
  background:
    linear-gradient(90deg, rgba(249, 245, 241, 0.98), rgba(249, 245, 241, 0.9)),
    url("assets/approche-local.jpg") center right / cover no-repeat;
  border: 1px solid rgba(0, 12, 12, 0.08);
}
.contact-details {
  display: grid;
  gap: 14px;
  color: var(--black);
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}
.faq-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.faq-card { padding: 28px; border: 1px solid var(--line); background: var(--paper); }
.faq-card strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Figtree", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.site-footer {
  background: var(--black);
  color: rgba(249, 245, 241, 0.86);
  padding: 46px 0 24px;
  font-size: 0.96rem;
}
.site-footer .container {
  display: grid;
  gap: 30px;
}
.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(150px, 1fr));
  gap: 34px;
  align-items: start;
}
.footer-brand img {
  width: 172px;
  height: auto;
  margin-bottom: 12px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}
.footer-brand p,
.footer-column span {
  margin: 0;
  color: rgba(249, 245, 241, 0.68);
}
.footer-column {
  display: grid;
  gap: 9px;
}
.footer-column strong {
  margin-bottom: 4px;
  color: var(--isabelline);
  font-family: "Figtree", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.footer-column a {
  color: rgba(249, 245, 241, 0.82);
}
.footer-column a:hover {
  color: var(--jasmine);
}
.footer-disabled { color: rgba(249, 245, 241, 0.42) !important; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(249, 245, 241, 0.14);
  color: rgba(249, 245, 241, 0.58);
  font-size: 0.88rem;
}

@media (max-width: 1200px) {
  .topbar .container { align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .nav { width: 100%; justify-content: flex-start; flex-wrap: wrap; gap: 14px 20px; }
  .hero {
    min-height: auto;
    background-image:
      radial-gradient(circle at 14% 34%, rgba(184, 212, 189, 0.28) 0%, rgba(184, 212, 189, 0.1) 40%, rgba(184, 212, 189, 0) 62%),
      linear-gradient(90deg, rgba(249, 245, 241, 1) 0%, rgba(249, 245, 241, 1) 50%, rgba(249, 245, 241, 0.76) 68%, rgba(249, 245, 241, 0.36) 86%, rgba(249, 245, 241, 0.08) 100%),
      linear-gradient(90deg, rgba(197, 110, 70, 0) 50%, rgba(197, 110, 70, 0.05) 78%, rgba(184, 212, 189, 0.13) 100%),
      url("assets/hero-therapie-adulte.jpg");
    background-position: center center, center center, center center, 82% center;
    background-size: cover, cover, cover, auto 100%;
    background-repeat: no-repeat;
  }
  .hero .container { min-height: 720px; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-grid, .services, .professionals-grid, .contact-panel, .faq-list { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .value-item:nth-child(2) { border-right: 0; }
}

@media (max-width: 860px) {
  .professional-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .professional-photo {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .professional-photo-mylene img {
    object-position: 42% 48%;
  }
  .professional-photo-julie img {
    object-position: 58% 42%;
  }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--max)); }
  .topbar .container { gap: 16px; }
  .brand { align-items: center; }
  .brand img { width: 112px; }
  .brand span { font-size: 0.66rem; }
  .nav { gap: 12px 14px; font-size: 0.94rem; }
  .nav .btn { width: 100%; }
  .hero .container { min-height: auto; padding: 70px 0 92px; }
  .hero {
    background-image:
      linear-gradient(180deg, rgba(249, 245, 241, 1) 0%, rgba(249, 245, 241, 0.88) 58%, rgba(249, 245, 241, 0.38) 100%),
      url("assets/hero-therapie-adulte.jpg");
    background-position: center top, center bottom;
    background-size: cover, 118% auto;
    background-repeat: no-repeat;
  }
  h1 { font-size: clamp(2.9rem, 15vw, 4.35rem); }
  .hero h1 { font-size: clamp(1.85rem, 8.8vw, 2.65rem); }
  h2 { font-size: clamp(2.2rem, 10.8vw, 3.25rem); }
  .audience-grid, .values-grid { grid-template-columns: 1fr; }
  .value-item { border-right: 0; border-bottom: 1px solid rgba(249, 245, 241, 0.22); padding-bottom: 20px; }
  .value-item:last-child { border-bottom: 0; }
  .professional-photo { min-height: 260px; }
  .contact-panel { padding: 34px 24px; }
  .footer-main { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { flex-direction: column; }
}
