@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Playfair+Display:wght@400;500&display=swap");

:root {
  --background: #f4f1ea;
  --background-soft: #faf8f3;
  --green: #0b352d;
  --green-soft: #375e54;
  --gold: #a48750;
  --text: #102521;
  --line: rgba(11, 53, 45, 0.14);
  --kososhi-ivory: #f4f1ea;
  --kososhi-green: #0b352d;
  --kososhi-gold: #a48750;
  --kososhi-ink: #171d1b;
}

/* =========================================================
   ET APRÈS ? — SUITE DU DIAGNOSTIC
========================================================= */

.after-section {
  position: relative;
  overflow: hidden;
  padding: clamp(120px, 12vw, 190px) 0;
  background: #e8e1d5;
  color: var(--text);
}

.after-container {
  width: min(1440px, calc(100% - 96px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(70px, 9vw, 145px);
  align-items: start;
}

.after-intro {
  position: sticky;
  top: 140px;
  min-width: 0;
  max-width: 570px;
}

.after-kicker {
  margin: 0 0 28px;
  color: var(--green);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.after-kicker::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  margin-top: 14px;
  background: var(--gold);
}

.after-title {
  max-width: 620px;
  margin: 0;
  color: var(--green);
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 4.7vw, 72px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.after-lead {
  margin: 34px 0 22px;
  color: var(--text);
  font-family: "Playfair Display", serif;
  font-size: clamp(25px, 2.1vw, 34px);
  line-height: 1.3;
}

.after-text {
  max-width: 530px;
  margin: 0;
  color: rgba(16, 37, 33, 0.66);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.after-paths {
  min-width: 0;
  border-bottom: 1px solid rgba(11, 53, 45, 0.16);
}

.after-path {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: clamp(26px, 3.5vw, 54px);
  padding: 45px 0;
  border-top: 1px solid rgba(11, 53, 45, 0.16);
}

.after-number {
  padding-top: 8px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.after-path h3 {
  margin: 0 0 17px;
  color: var(--green);
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 2.7vw, 43px);
  font-weight: 400;
  line-height: 1.12;
}

.after-path p {
  max-width: 590px;
  margin: 0;
  color: rgba(16, 37, 33, 0.66);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.78;
}

.after-signature {
  width: min(1440px, calc(100% - 96px));
  margin: clamp(75px, 8vw, 120px) auto 0;
  padding-top: clamp(50px, 5vw, 75px);
  border-top: 1px solid rgba(11, 53, 45, 0.16);
  color: var(--green);
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

@media (max-width: 900px) {
  .after-section {
    padding: 105px 0;
  }

  .after-container {
    width: calc(100% - 48px);
    grid-template-columns: minmax(0, 1fr);
    gap: 70px;
  }

  .after-intro {
    position: static;
    max-width: 680px;
  }

  .after-signature {
    width: calc(100% - 48px);
  }
}

@media (max-width: 640px) {
  .after-section {
    padding: 85px 0;
  }

  .after-container,
  .after-signature {
    width: calc(100% - 40px);
  }

  .after-container {
    gap: 52px;
  }

  .after-title {
    font-size: clamp(43px, 11.5vw, 54px);
  }

  .after-lead {
    font-size: 26px;
  }

  .after-text,
  .after-path p {
    font-size: 15px;
  }

  .after-path {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
    padding: 36px 0;
  }

  .after-number {
    padding-top: 0;
  }

  .after-path h3 {
    font-size: 31px;
  }

  .after-signature {
    margin-top: 65px;
    font-size: clamp(34px, 9.5vw, 44px);
  }
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--background);
  color: var(--text);
  font-family: "DM Sans", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}
a,
button {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 78% 42%,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(247, 244, 237, 0.58) 30%,
      rgba(244, 241, 234, 0) 58%
    ),
    var(--background);
}

#galaxy {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
/* ========================================
   SCEAU KŌSŌSHI — CŒUR DU SYSTÈME
======================================== */
.hero-symbol {
  position: absolute;
  left: 73%;
  top: 43%;
  z-index: 10;

  width: 320px;

  transform: translate(-50%, -50%);

  opacity: 0.72;

  pointer-events: none;
}

.hero-symbol img {
  display: block;

  width: 100%;
  height: auto;

  opacity: 1;

  filter: none;
  mix-blend-mode: normal;
}
.header {
  position: sticky;
  z-index: 50;
  width: min(1440px, calc(100% - 96px));
  margin: 0 auto;
  padding: 34px 0;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 40px;
  top: 0;
  transition:
    padding 0.35s ease,
    color 0.35s ease;
}
.header::before {
  content: "";

  position: absolute;
  z-index: -1;

  top: 0;
  bottom: 0;

  left: 50%;

  width: 100vw;

  transform: translateX(-50%);

  background: transparent;

  border-bottom: 1px solid transparent;

  transition:
    background 0.35s ease,
    backdrop-filter 0.35s ease,
    border-color 0.35s ease;
}

.header.scrolled {
  padding-top: 19px;
  padding-bottom: 19px;
}

.header.scrolled::before {
  background: rgba(244, 241, 234, 0.88);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-bottom-color: rgba(11, 53, 45, 0.08);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.brand-name {
  font-family: "DM Sans", sans-serif;
  font-size: 33px;
  font-weight: 450;
  letter-spacing: 0.29em;
  line-height: 1;
}

.brand-tagline {
  margin-top: 9px;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.55em;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vw, 48px);
}

.nav a {
  position: relative;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 300ms ease;
}

.nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.appointment {
  padding: 17px 24px;
  background: var(--green);
  color: white;
  border: 1px solid var(--green);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition:
    background 250ms ease,
    color 250ms ease;
}

.appointment:hover {
  background: transparent;
  color: var(--green);
}

.hero-content {
  position: relative;
  z-index: 5;
  width: min(1440px, calc(100% - 96px));
  margin: 8vh auto 0;
  pointer-events: none;
}

.hero-content > * {
  pointer-events: auto;
}

.eyebrow {
  margin: 0 0 30px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--green-soft);
}

.eyebrow::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  margin-top: 14px;
  background: var(--green);
}

h1,
h2 {
  margin: 0;
  max-width: 720px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(46px, 5vw, 79px);
  line-height: 1.06;
}

h2 {
  margin-top: 22px;
  color: var(--green-soft);
  font-size: clamp(43px, 4.7vw, 73px);
  line-height: 1.08;
}

.discover {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 48px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(11, 53, 45, 0.45);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.discover span {
  font-size: 18px;
  transition: transform 250ms ease;
}

.discover:hover span {
  transform: translateX(6px);
}

.sound-toggle {
  position: absolute;
  left: 48px;
  bottom: 42px;
  z-index: 12;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: none;
  border: 0;
  color: rgba(11, 53, 45, 0.55);
  cursor: pointer;
  font-family: inherit;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sound-toggle > span {
  width: 22px;
  height: 1px;
  background: currentColor;
}

/* ========================================
   SECTION — SYMPTÔMES
======================================== */

.symptoms-section {
  position: relative;

  padding: 48px 0 42px;

  background: linear-gradient(180deg, #f8f5ef 0%, #f4f1ea 100%);

  color: var(--text);
}

.symptoms-container {
  width: min(1440px, calc(100% - 96px));

  margin: 0 auto;
}

/* ----------------------------------------
   PETIT TITRE
---------------------------------------- */

.symptoms-kicker {
  margin: 0 0 38px;

  text-align: center;

  color: var(--green);

  font-size: 9px;

  font-weight: 600;

  letter-spacing: 0.22em;

  text-transform: uppercase;
}

/* ----------------------------------------
   GRILLE DES SYMPTÔMES
---------------------------------------- */

.symptoms-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: clamp(40px, 7vw, 110px);
}

/* ----------------------------------------
   CHAQUE SYMPTÔME
---------------------------------------- */

.symptom-item {
  position: relative;

  min-height: 135px;
}

/* Guillemets */

.quote-mark {
  display: block;

  margin-bottom: 10px;

  color: var(--green);

  font-family: "Playfair Display", serif;

  font-size: 36px;

  font-weight: 500;

  line-height: 1;
}

/* Texte */

.symptom-item p {
  margin: 0;

  font-family: "Playfair Display", serif;

  font-size: clamp(22px, 1.9vw, 31px);

  font-weight: 400;

  line-height: 1.22;

  letter-spacing: -0.015em;
}

/* Petite ligne */

.symptom-line {
  display: block;

  width: 24px;

  height: 1px;

  margin-top: 18px;

  background: rgba(11, 53, 45, 0.38);
}

/* ----------------------------------------
   QUESTION FINALE
---------------------------------------- */

.symptoms-question {
  margin: 12px 0 0;

  text-align: center;

  font-family: "Playfair Display", serif;

  font-size: clamp(18px, 1.5vw, 25px);

  font-weight: 400;

  color: var(--text);
}
/* ========================================

   SECTION — LA DISCIPLINE

======================================== */

.discipline-section {
  position: relative;

  overflow: hidden;

  padding: clamp(110px, 12vw, 190px) 0;

  background: #faf8f3;

  color: var(--text);
}

/* ========================================

   CONTENEUR

======================================== */

.discipline-container {
  width: min(1440px, calc(100% - 96px));

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, 0.85fr)
    minmax(420px, 1.15fr);

  align-items: center;

  gap: clamp(70px, 10vw, 170px);
}

/* ========================================

   TEXTE

======================================== */

.discipline-copy {
  position: relative;

  z-index: 2;

  max-width: 610px;
}

/* ----------------------------------------

   SURTITRE

---------------------------------------- */

.discipline-kicker {
  margin: 0 0 30px;

  color: var(--green);

  font-size: 9px;

  font-weight: 600;

  letter-spacing: 0.22em;

  text-transform: uppercase;
}

.discipline-kicker::after {
  content: "";

  display: block;

  width: 28px;

  height: 1px;

  margin-top: 14px;

  background: rgba(11, 53, 45, 0.55);
}

/* ----------------------------------------

   TITRE

---------------------------------------- */

.discipline-title {
  margin: 0 0 42px;

  font-family: "Playfair Display", serif;

  font-size: clamp(48px, 5vw, 76px);

  font-weight: 400;

  line-height: 1.04;

  letter-spacing: -0.035em;

  color: var(--green);
}

/* ----------------------------------------

   PARAGRAPHES

---------------------------------------- */

.discipline-intro,
.discipline-text,
.discipline-definition {
  max-width: 540px;

  margin: 0 0 25px;

  font-size: clamp(16px, 1.25vw, 19px);

  font-weight: 300;

  line-height: 1.75;

  color: rgba(16, 37, 33, 0.75);
}

/* ----------------------------------------

   PHRASE FORTE

---------------------------------------- */

.discipline-system {
  margin: 42px 0;

  font-family: "Playfair Display", serif;

  font-size: clamp(31px, 3vw, 48px);

  font-weight: 400;

  line-height: 1.15;

  color: var(--text);
}

/* ----------------------------------------

   DÉFINITION

---------------------------------------- */

.discipline-definition strong {
  color: var(--green);

  font-weight: 500;
}

/* ----------------------------------------

   SIGNATURE

---------------------------------------- */

.discipline-signature {
  margin: 48px 0 0;

  font-family: "Playfair Display", serif;

  font-size: 18px;

  font-style: italic;

  color: var(--green-soft);
}

/* ========================================

   VISUEL SYSTÈME

======================================== */

.discipline-visual {
  position: relative;

  width: min(100%, 620px);

  aspect-ratio: 1 / 0.82;

  justify-self: end;
}

/* ----------------------------------------

   LIGNES / ORBITES

---------------------------------------- */

.system-orbit {
  position: absolute;

  top: 50%;

  left: 50%;

  border: 1px solid rgba(11, 53, 45, 0.09);

  border-radius: 48% 52% 44% 56% / 55% 45% 52% 48%;

  transform: translate(
    -50%,

    -50%
  );
}

.orbit-1 {
  width: 28%;

  height: 30%;
}

.orbit-2 {
  width: 48%;

  height: 49%;

  transform: translate(
      -50%,

      -50%
    )
    rotate(8deg);
}

.orbit-3 {
  width: 70%;

  height: 68%;

  transform: translate(
      -50%,

      -50%
    )
    rotate(-5deg);
}

.orbit-4 {
  width: 94%;

  height: 88%;

  transform: translate(
      -50%,

      -50%
    )
    rotate(4deg);
}

/* ========================================

   POINT CENTRAL

======================================== */

.system-center {
  position: absolute;

  top: 50%;

  left: 50%;

  width: 8px;

  height: 8px;

  border-radius: 50%;

  background: var(--green);

  transform: translate(
    -50%,

    -50%
  );

  box-shadow: 0 0 0 10px rgba(11, 53, 45, 0.035);
}

/* ========================================

   POINTS DU SYSTÈME

======================================== */

.system-point {
  position: absolute;

  width: 5px;

  height: 5px;

  border-radius: 50%;

  background: rgba(11, 53, 45, 0.5);
}

.point-1 {
  top: 20%;

  left: 58%;
}

.point-2 {
  top: 37%;

  left: 82%;
}

.point-3 {
  top: 67%;

  left: 72%;

  background: var(--gold);
}

.point-4 {
  top: 73%;

  left: 31%;
}

.point-5 {
  top: 32%;

  left: 23%;

  background: var(--gold);
}

/* ========================================

   ANIMATION TRÈS SUBTILE

======================================== */

.system-point {
  animation: disciplinePulse 4.5s ease-in-out infinite;
}

.point-2 {
  animation-delay: 0.9s;
}

.point-3 {
  animation-delay: 1.6s;
}

.point-4 {
  animation-delay: 2.4s;
}

.point-5 {
  animation-delay: 3.1s;
}

@keyframes disciplinePulse {
  0%,
  100% {
    opacity: 0.35;

    transform: scale(0.9);
  }

  50% {
    opacity: 1;

    transform: scale(1.4);
  }
}
/* ========================================

   SECTION — LA VISION

======================================== */

.vision-section {
  position: relative;

  padding: clamp(120px, 14vw, 210px) 0;

  overflow: hidden;

  background: var(--green);

  color: #f4f1ea;
}

/* ========================================

   CONTENEUR PRINCIPAL

======================================== */

.vision-container {
  width: min(1440px, calc(100% - 96px));

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 0.85fr);

  gap: clamp(80px, 12vw, 190px);

  align-items: start;
}

/* ========================================

   SURTITRE

======================================== */

.vision-kicker {
  margin: 0 0 30px;

  color: rgba(244, 241, 234, 0.62);

  font-size: 9px;

  font-weight: 600;

  letter-spacing: 0.22em;

  text-transform: uppercase;
}

.vision-kicker::after {
  content: "";

  display: block;

  width: 28px;

  height: 1px;

  margin-top: 14px;

  background: var(--gold);
}

/* ========================================

   TITRE

======================================== */

.vision-title {
  margin: 0;

  font-family: "Playfair Display", serif;

  font-size: clamp(52px, 6vw, 90px);

  font-weight: 400;

  line-height: 1.02;

  letter-spacing: -0.04em;

  color: #f4f1ea;
}

/* ========================================

   TEXTE

======================================== */

.vision-content {
  max-width: 550px;

  padding-top: 65px;
}

.vision-content p {
  margin: 0 0 28px;

  color: rgba(244, 241, 234, 0.68);

  font-size: clamp(16px, 1.2vw, 19px);

  font-weight: 300;

  line-height: 1.8;
}

/* Phrase d'ouverture */

.vision-content .vision-lead {
  margin-bottom: 42px;

  font-family: "Playfair Display", serif;

  font-size: clamp(28px, 2.5vw, 40px);

  line-height: 1.25;

  color: #f4f1ea;
}

/* Phrase forte */

.vision-content .vision-emphasis {
  margin-top: 52px;

  color: #f4f1ea;

  font-family: "Playfair Display", serif;

  font-size: clamp(23px, 2vw, 32px);

  line-height: 1.35;
}

/* ========================================

   MANIFESTE

======================================== */

.vision-manifesto {
  width: min(1440px, calc(100% - 96px));

  margin: clamp(100px, 11vw, 165px) auto 0;

  padding-top: 42px;

  border-top: 1px solid rgba(244, 241, 234, 0.17);
}

.vision-manifesto p {
  max-width: 850px;

  margin: 0;

  font-family: "Playfair Display", serif;

  font-size: clamp(27px, 3.1vw, 48px);

  font-weight: 400;

  line-height: 1.35;

  letter-spacing: -0.02em;

  color: rgba(244, 241, 234, 0.92);
}

/* ========================================

   PETITE LUMIÈRE D'AMBIANCE

======================================== */

.vision-section::after {
  content: "";

  position: absolute;

  width: 600px;

  height: 600px;

  right: -280px;

  bottom: -300px;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(164, 135, 80, 0.1) 0%,

    rgba(164, 135, 80, 0) 70%
  );

  pointer-events: none;
}
/* ========================================

   SECTION — LA MÉTHODE

======================================== */

.method-section {
  padding: clamp(120px, 13vw, 200px) 0;

  background: #f7f4ee;

  color: var(--text);
}

.method-container {
  width: min(1440px, calc(100% - 96px));

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, 0.85fr)
    minmax(0, 1.15fr);

  gap: clamp(80px, 11vw, 180px);

  align-items: start;
}

/* ========================================

   INTRO

======================================== */

.method-intro {
  position: sticky;

  top: 140px;

  max-width: 520px;
}

.method-kicker {
  margin: 0 0 30px;

  color: var(--green);

  font-size: 9px;

  font-weight: 600;

  letter-spacing: 0.22em;

  text-transform: uppercase;
}

.method-kicker::after {
  content: "";

  display: block;

  width: 28px;

  height: 1px;

  margin-top: 14px;

  background: rgba(11, 53, 45, 0.5);
}

.method-title {
  margin: 0;

  font-family: "Playfair Display", serif;

  font-size: clamp(48px, 5vw, 74px);

  font-weight: 400;

  line-height: 1.05;

  letter-spacing: -0.035em;

  color: var(--green);
}

.method-text {
  max-width: 470px;

  margin: 38px 0 0;

  color: rgba(16, 37, 33, 0.68);

  font-size: 17px;

  font-weight: 300;

  line-height: 1.8;
}

/* ========================================

   ÉTAPES

======================================== */

.method-steps {
  display: flex;

  flex-direction: column;
}

.method-step {
  display: grid;

  grid-template-columns:
    60px
    1fr;

  gap: 28px;

  padding: 42px 0;

  border-top: 1px solid rgba(11, 53, 45, 0.12);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease;
}

.method-step:last-child {
  border-bottom: 1px solid rgba(11, 53, 45, 0.12);
}

.method-step:hover {
  transform: translateX(8px);

  border-color: rgba(164, 135, 80, 0.45);
}

/* Numéro */

.method-number {
  padding-top: 8px;

  color: var(--gold);

  font-size: 10px;

  font-weight: 600;

  letter-spacing: 0.16em;
}

/* Titre étape */

.method-step h3 {
  margin: 0;

  font-family: "Playfair Display", serif;

  font-size: clamp(31px, 2.8vw, 43px);

  font-weight: 400;

  line-height: 1.15;

  color: var(--text);
}

/* Texte étape */

.method-step p {
  max-width: 520px;

  margin: 13px 0 0;

  color: rgba(16, 37, 33, 0.62);

  font-size: 15px;

  font-weight: 300;

  line-height: 1.7;
}
/* ========================================

   SECTION — LE DIAGNOSTIC

======================================== */
/* =========================================================
   DIAGNOSTIC
========================================================= */

.diagnostic-section {
  position: relative;
  overflow: hidden;

  padding: clamp(120px, 11vw, 175px) 0;

  background: var(--background);
  color: var(--text);
}

.diagnostic-container {
  width: min(1600px, calc(100% - 96px));
  margin: 0 auto;

  display: grid;
  grid-template-columns:
    minmax(280px, 0.85fr)
    minmax(380px, 0.95fr)
    minmax(340px, 1fr);

  gap: clamp(55px, 6vw, 105px);
  align-items: center;
}

/* =========================================================
   DIAGNOSTIC — INTRODUCTION
========================================================= */

.diagnostic-intro {
  min-width: 0;
  align-self: start;

  padding-top: 20px;
}

.section-eyebrow {
  display: flex;
  flex-direction: column;
  gap: 15px;

  margin-bottom: 42px;

  color: var(--green);

  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-eyebrow-line {
  display: block;

  width: 28px;
  height: 1px;

  background: rgba(11, 53, 45, 0.5);
}

.diagnostic-title {
  max-width: 600px;

  margin: 0 0 42px;

  color: var(--green);

  font-family: "Playfair Display", serif;
  font-size: clamp(54px, 5.2vw, 86px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.diagnostic-lead {
  max-width: 500px;

  margin: 0 0 26px;

  color: var(--text);

  font-family: "Playfair Display", serif;
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.3;
}

.diagnostic-text {
  max-width: 520px;

  margin: 0;

  color: rgba(16, 37, 33, 0.64);

  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

/* =========================================================
   DIAGNOSTIC — DOCUMENT
========================================================= */

.diagnostic-document-wrapper {
  min-width: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  perspective: 1200px;
}

.diagnostic-document {
  position: relative;

  width: min(100%, 500px);
  aspect-ratio: 0.78;

  padding: 40px 36px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background: #f8f5ee;

  border: 1px solid rgba(11, 53, 45, 0.12);
  border-left: 4px solid var(--gold);

  box-shadow: 0 34px 85px rgba(17, 37, 33, 0.1);

  transform: rotate(-2deg);

  transition:
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.diagnostic-document:hover {
  transform: rotate(0deg) translateY(-9px);

  box-shadow: 0 46px 110px rgba(17, 37, 33, 0.15);
}

.diagnostic-document-top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  color: rgba(11, 53, 45, 0.48);

  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.diagnostic-document-content {
  min-width: 0;

  padding: 28px 18px;
}

.diagnostic-document-label {
  display: block;

  margin-bottom: 20px;

  color: var(--gold);

  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.diagnostic-document-content h3 {
  max-width: 100%;

  margin: 0;

  color: var(--green);

  font-family: "Playfair Display", serif;
  font-size: clamp(43px, 3.5vw, 60px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;

  overflow-wrap: break-word;
}

.diagnostic-document-line {
  display: block;

  width: 40px;
  height: 1px;

  margin: 32px 0;

  background: var(--gold);
}

.diagnostic-document-content p {
  margin: 0;

  color: rgba(16, 37, 33, 0.58);

  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
}

.diagnostic-document-footer {
  padding-top: 22px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  border-top: 1px solid rgba(11, 53, 45, 0.1);

  color: rgba(11, 53, 45, 0.42);

  font-size: 7px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

/* =========================================================
   DIAGNOSTIC — PROCESSUS
========================================================= */

.diagnostic-process {
  min-width: 0;

  border-top: 1px solid rgba(11, 53, 45, 0.14);
}

.diagnostic-step {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;

  padding: 32px 0;

  border-bottom: 1px solid rgba(11, 53, 45, 0.12);
}

.diagnostic-step-number {
  padding-top: 7px;

  color: var(--gold);

  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.diagnostic-step h3 {
  margin: 0 0 10px;

  color: var(--green);

  font-family: "Playfair Display", serif;
  font-size: clamp(29px, 2.2vw, 39px);
  font-weight: 400;
  line-height: 1.05;
}

.diagnostic-step p {
  max-width: 520px;

  margin: 0;

  color: rgba(16, 37, 33, 0.6);

  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

/* =========================================================
   DIAGNOSTIC — RÉSULTAT
========================================================= */

.diagnostic-result {
  padding-top: 48px;
}

.diagnostic-result span {
  display: block;

  margin-bottom: 15px;

  color: rgba(16, 37, 33, 0.52);

  font-size: 13px;
  font-weight: 300;
}

.diagnostic-result strong {
  display: block;

  color: var(--green);

  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 3vw, 50px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

/* =========================================================
   QUESTION FONDATRICE
========================================================= */

.health-question {
  position: relative;
  min-height: 92vh;
  overflow: hidden;

  padding: clamp(120px, 14vh, 190px) 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--green);
  color: var(--background);
}

.health-question::before {
  content: "";

  position: absolute;
  top: 50%;
  left: 50%;

  width: min(620px, 75vw);
  aspect-ratio: 1;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(164, 135, 80, 0.08) 0%,
    rgba(164, 135, 80, 0) 68%
  );

  transform: translate(-50%, -50%);

  pointer-events: none;
}

.health-question-inner {
  position: relative;
  z-index: 1;

  width: min(1100px, 100%);
  margin: 0 auto;

  text-align: center;
}

.health-question-line {
  margin: 0 auto 12px;

  color: rgba(244, 241, 234, 0.64);

  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: 300;
  line-height: 1.5;
}

.health-question-line strong {
  color: rgba(244, 241, 234, 0.96);

  font-weight: 500;
}

.health-question-divider {
  width: 1px;
  height: 68px;

  margin: 62px auto 66px;

  background: linear-gradient(
    to bottom,
    rgba(164, 135, 80, 0),
    rgba(164, 135, 80, 0.95),
    rgba(164, 135, 80, 0)
  );
}

.health-question-title {
  max-width: 950px;

  margin: 0 auto;

  color: #b59658;

  font-family: "Playfair Display", serif;
  font-size: clamp(64px, 7vw, 115px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

/* Animation */

.health-question-line,
.health-question-divider,
.health-question-title {
  opacity: 0;

  transform: translateY(24px);

  transition:
    opacity 900ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.health-question.is-visible .health-question-line,
.health-question.is-visible .health-question-divider,
.health-question.is-visible .health-question-title {
  opacity: 1;

  transform: translateY(0);
}

.health-question.is-visible .health-question-line:nth-child(1) {
  transition-delay: 100ms;
}

.health-question.is-visible .health-question-line:nth-child(2) {
  transition-delay: 250ms;
}

.health-question.is-visible .health-question-line:nth-child(3) {
  transition-delay: 400ms;
}

.health-question.is-visible .health-question-divider {
  transition-delay: 600ms;
}

.health-question.is-visible .health-question-title {
  transition-delay: 800ms;
}

/* =========================================================
   DOSSIER CLINIQUE
========================================================= */

.dossier-section {
  position: relative;

  padding: clamp(120px, 12vw, 190px) 0;

  background: var(--background-soft);
  color: var(--text);
}

.dossier-container {
  width: min(1440px, calc(100% - 96px));
  margin: 0 auto;

  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 0.9fr);

  gap: clamp(70px, 9vw, 145px);
  align-items: center;
}

/* =========================================================
   DOSSIER — VISUEL
========================================================= */

.dossier-visual {
  min-width: 0;
  min-height: 590px;
  overflow: hidden;

  display: grid;
  place-items: center;

  background: linear-gradient(135deg, #ece5d9 0%, #d9d0c2 100%);
}

.dossier-object {
  width: min(72%, 390px);
  aspect-ratio: 0.72;

  padding: 40px 32px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background: #f5f1e9;

  border-left: 16px solid var(--green);

  box-shadow: 0 34px 78px rgba(16, 37, 33, 0.17);

  transform: rotate(-5deg);

  transition:
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.dossier-object:hover {
  transform: rotate(-2deg) translateY(-7px);

  box-shadow: 0 45px 100px rgba(16, 37, 33, 0.22);
}

.dossier-object-top,
.dossier-object-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  color: rgba(11, 53, 45, 0.45);

  font-size: 7px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.dossier-object-center {
  text-align: center;
}

.dossier-small-title {
  display: block;

  margin-bottom: 12px;

  color: var(--gold);

  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.dossier-object-center h2 {
  max-width: 100%;

  margin: 0;

  color: var(--green);

  font-family: "Playfair Display", serif;
  font-size: clamp(38px, 3vw, 50px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.035em;

  overflow-wrap: anywhere;
}

.dossier-divider {
  display: block;

  width: 34px;
  height: 1px;

  margin: 28px auto;

  background: var(--gold);
}

.dossier-object-center p {
  margin: 0;

  color: rgba(16, 37, 33, 0.54);

  font-size: 12px;
  font-weight: 300;
}

/* =========================================================
   DOSSIER — TEXTE
========================================================= */

.dossier-copy {
  min-width: 0;
  max-width: 590px;
}

.dossier-kicker {
  margin: 0 0 28px;

  color: var(--green);

  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.dossier-kicker::after {
  content: "";

  display: block;

  width: 28px;
  height: 1px;

  margin-top: 14px;

  background: rgba(11, 53, 45, 0.5);
}

.dossier-title {
  max-width: 620px;

  margin: 0;

  color: var(--green);

  font-family: "Playfair Display", serif;
  font-size: clamp(46px, 4.4vw, 70px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.dossier-lead {
  margin: 34px 0 24px;

  color: var(--text);

  font-family: "Playfair Display", serif;
  font-size: clamp(26px, 2.1vw, 35px);
  font-weight: 400;
  line-height: 1.3;
}

.dossier-text {
  max-width: 540px;

  margin: 0 0 20px;

  color: rgba(16, 37, 33, 0.64);

  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.dossier-quote {
  margin: 44px 0 0;
  padding-left: 22px;

  border-left: 1px solid var(--gold);

  color: var(--text);

  font-family: "Playfair Display", serif;
  font-size: clamp(22px, 1.8vw, 29px);
  font-weight: 400;
  line-height: 1.4;
}
/* =========================================================
   SECTION — POURQUOI KŌSŌSHI
========================================================= */

.name-section {
  position: relative;
  overflow: hidden;

  padding: clamp(120px, 13vw, 200px) 0 0;

  background: var(--green);
  color: var(--background);
}

.name-container {
  width: min(1440px, calc(100% - 96px));
  margin: 0 auto;

  display: grid;
  grid-template-columns:
    minmax(0, 0.8fr)
    minmax(0, 1.2fr);

  gap: clamp(80px, 10vw, 160px);
  align-items: start;
}

/* =========================================================
   INTRODUCTION
========================================================= */

.name-intro {
  position: sticky;
  top: 140px;

  min-width: 0;
  max-width: 540px;
}

.name-kicker {
  margin: 0 0 28px;

  color: rgba(244, 241, 234, 0.62);

  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.name-kicker::after {
  content: "";

  display: block;

  width: 28px;
  height: 1px;

  margin-top: 14px;

  background: var(--gold);
}

.name-title {
  max-width: 560px;

  margin: 0;

  color: var(--background);

  font-family: "Playfair Display", serif;
  font-size: clamp(50px, 5vw, 78px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.name-lead {
  margin: 42px 0 22px;

  color: var(--background);

  font-family: "Playfair Display", serif;
  font-size: clamp(25px, 2.1vw, 34px);
  font-weight: 400;
  line-height: 1.35;
}

.name-text {
  max-width: 510px;

  margin: 0;

  color: rgba(244, 241, 234, 0.66);

  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

/* =========================================================
   PRINCIPES
========================================================= */

.name-principles {
  min-width: 0;

  display: flex;
  flex-direction: column;
}

.name-principle {
  min-width: 0;

  display: grid;
  grid-template-columns:
    minmax(130px, 0.42fr)
    minmax(0, 1fr);

  gap: clamp(35px, 5vw, 75px);

  padding: 48px 0;

  border-top: 1px solid rgba(244, 241, 234, 0.16);
}

.name-principle:last-child {
  border-bottom: 1px solid rgba(244, 241, 234, 0.16);
}

.name-syllable {
  color: var(--gold);

  font-family: "Playfair Display", serif;
  font-size: clamp(54px, 5vw, 80px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.name-principle-copy {
  min-width: 0;
}

.name-principle-number {
  display: block;

  margin-bottom: 18px;

  color: rgba(244, 241, 234, 0.42);

  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.name-principle h3 {
  margin: 0 0 16px;

  color: var(--background);

  font-family: "Playfair Display", serif;
  font-size: clamp(31px, 2.8vw, 44px);
  font-weight: 400;
  line-height: 1.1;
}

.name-principle p {
  max-width: 520px;

  margin: 0;

  color: rgba(244, 241, 234, 0.64);

  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
}

/* =========================================================
   MANIFESTE FINAL
========================================================= */

.name-manifesto {
  width: min(1440px, calc(100% - 96px));
  margin: clamp(100px, 11vw, 160px) auto 0;

  padding: clamp(70px, 8vw, 115px) 0;

  display: grid;
  grid-template-columns:
    minmax(0, 0.8fr)
    minmax(0, 1.2fr);

  gap: clamp(70px, 10vw, 160px);

  border-top: 1px solid rgba(244, 241, 234, 0.16);
}

.name-manifesto p {
  max-width: 510px;

  margin: 0;

  color: rgba(244, 241, 234, 0.58);

  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}

.name-manifesto strong {
  display: block;

  color: var(--background);

  font-family: "Playfair Display", serif;
  font-size: clamp(35px, 3.6vw, 55px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

/* =========================================================
   AMBIANCE VISUELLE
========================================================= */

.name-section::after {
  content: "";

  position: absolute;
  right: -260px;
  bottom: -280px;

  width: 620px;
  height: 620px;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(164, 135, 80, 0.1) 0%,
    rgba(164, 135, 80, 0) 70%
  );

  pointer-events: none;
}

/* =========================================================
   RESPONSIVE — TABLETTE
========================================================= */

@media (max-width: 900px) {
  .name-section {
    padding-top: 105px;
  }

  .name-container,
  .name-manifesto {
    width: calc(100% - 48px);

    grid-template-columns: minmax(0, 1fr);

    gap: 70px;
  }

  .name-intro {
    position: static;

    max-width: 680px;
  }

  .name-manifesto {
    margin-top: 90px;

    padding: 75px 0;
  }
}

/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 640px) {
  .name-section {
    padding-top: 88px;
  }

  .name-container,
  .name-manifesto {
    width: calc(100% - 40px);

    gap: 55px;
  }

  .name-kicker {
    margin-bottom: 25px;

    font-size: 8px;
  }

  .name-title {
    font-size: clamp(46px, 12.5vw, 58px);
  }

  .name-lead {
    margin-top: 30px;

    font-size: 26px;
  }

  .name-text {
    font-size: 15px;
    line-height: 1.75;
  }

  .name-principle {
    grid-template-columns: minmax(0, 1fr);

    gap: 24px;

    padding: 38px 0;
  }

  .name-syllable {
    font-size: 58px;
  }

  .name-principle h3 {
    font-size: 31px;
  }

  .name-principle p {
    font-size: 15px;
  }

  .name-manifesto {
    margin-top: 70px;

    padding: 65px 0 85px;
  }

  .name-manifesto p {
    font-size: 15px;
  }

  .name-manifesto strong {
    font-size: clamp(34px, 9.5vw, 44px);
  }
}
/* =========================================================
   À PROPOS
========================================================= */

.about-section {
  position: relative;

  padding: clamp(120px, 12vw, 190px) 0;

  background: #f1ede5;
  color: var(--text);
}

.about-container {
  width: min(1440px, calc(100% - 96px));
  margin: 0 auto;

  display: grid;
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(0, 1.1fr);

  gap: clamp(70px, 9vw, 150px);
  align-items: start;
}

.about-intro,
.about-copy {
  min-width: 0;
}

.about-kicker {
  margin: 0 0 28px;

  color: var(--green);

  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.about-kicker::after {
  content: "";

  display: block;

  width: 28px;
  height: 1px;

  margin-top: 14px;

  background: rgba(11, 53, 45, 0.5);
}

.about-title {
  max-width: 610px;

  margin: 0;

  color: var(--green);

  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 4.7vw, 74px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.about-copy {
  max-width: 600px;
}

.about-copy p {
  margin: 0 0 26px;

  color: rgba(16, 37, 33, 0.66);

  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.about-copy .about-lead {
  margin-bottom: 38px;

  color: var(--text);

  font-family: "Playfair Display", serif;
  font-size: clamp(27px, 2.4vw, 38px);
  font-weight: 400;
  line-height: 1.3;
}

.about-copy .about-emphasis {
  margin-top: 42px;

  color: var(--green);

  font-family: "Playfair Display", serif;
  font-size: clamp(25px, 2vw, 32px);
  font-weight: 400;
  line-height: 1.3;
}

/* =========================================================
   RESPONSIVE — TABLETTE
========================================================= */

@media (max-width: 1200px) {
  .diagnostic-container {
    width: min(1120px, calc(100% - 64px));

    grid-template-columns:
      minmax(0, 1fr)
      minmax(340px, 0.9fr);

    align-items: start;
  }

  .diagnostic-process {
    grid-column: 1 / -1;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 30px;

    margin-top: 20px;
  }

  .diagnostic-result {
    grid-column: 1 / -1;

    padding-top: 58px;
  }

  .dossier-container,
  .about-container {
    width: min(1120px, calc(100% - 64px));

    gap: 70px;
  }
}

/* =========================================================
   RESPONSIVE — PETITE TABLETTE
========================================================= */

@media (max-width: 900px) {
  .diagnostic-section,
  .dossier-section,
  .about-section {
    padding: 105px 0;
  }

  .diagnostic-container,
  .dossier-container,
  .about-container {
    width: calc(100% - 48px);

    grid-template-columns: minmax(0, 1fr);

    gap: 70px;
  }

  /* Diagnostic */

  .diagnostic-intro {
    padding-top: 0;
  }

  .diagnostic-document-wrapper {
    width: 100%;
  }

  .diagnostic-document {
    width: min(100%, 450px);
  }

  .diagnostic-process {
    grid-column: auto;

    display: block;

    margin-top: 0;
  }

  .diagnostic-result {
    padding-top: 48px;
  }

  /* Dossier */

  .dossier-visual {
    min-height: 520px;
  }

  .dossier-copy {
    max-width: 680px;
  }

  /* À propos */

  .about-copy {
    max-width: 680px;
  }
}

/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 640px) {
  .diagnostic-section,
  .dossier-section,
  .about-section {
    padding: 88px 0;
  }

  .diagnostic-container,
  .dossier-container,
  .about-container {
    width: calc(100% - 40px);

    gap: 58px;
  }

  /* Diagnostic */

  .section-eyebrow,
  .dossier-kicker,
  .about-kicker {
    margin-bottom: 26px;

    font-size: 8px;
  }

  .diagnostic-title {
    margin-bottom: 30px;

    font-size: clamp(50px, 14.5vw, 67px);
  }

  .diagnostic-lead {
    margin-bottom: 20px;

    font-size: clamp(24px, 7vw, 30px);
  }

  .diagnostic-text {
    font-size: 15px;
    line-height: 1.75;
  }

  .diagnostic-document-wrapper {
    padding: 0 4px;
  }

  .diagnostic-document {
    width: 100%;
    max-width: 100%;

    padding: 27px 21px;

    transform: rotate(-1deg);
  }

  .diagnostic-document:hover {
    transform: rotate(-1deg);
  }

  .diagnostic-document-content {
    padding: 18px 3px;
  }

  .diagnostic-document-content h3 {
    font-size: clamp(37px, 11.5vw, 49px);
  }

  .diagnostic-document-line {
    margin: 25px 0;
  }

  .diagnostic-document-content p {
    font-size: 12px;
  }

  .diagnostic-document-footer {
    gap: 8px;

    font-size: 6px;
    letter-spacing: 0.08em;
  }

  .diagnostic-step {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 13px;

    padding: 26px 0;
  }

  .diagnostic-step h3 {
    font-size: 30px;
  }

  .diagnostic-step p {
    font-size: 14px;
  }

  .diagnostic-result strong {
    font-size: clamp(34px, 10vw, 44px);
  }

  .diagnostic-result strong br {
    display: none;
  }

  /* Question fondatrice */

  .health-question {
    min-height: auto;

    padding: 105px 20px;
  }

  .health-question-line {
    max-width: 340px;

    margin-bottom: 14px;

    font-size: clamp(18px, 5.2vw, 22px);
    line-height: 1.55;
  }

  .health-question-divider {
    height: 48px;

    margin: 48px auto 52px;
  }

  .health-question-title {
    font-size: clamp(52px, 14.5vw, 72px);
    line-height: 0.98;
  }

  /* Dossier clinique */

  .dossier-visual {
    min-height: 430px;
  }

  .dossier-object {
    width: min(76%, 300px);

    padding: 30px 22px;

    border-left-width: 12px;
  }

  .dossier-object-center h2 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .dossier-object-top,
  .dossier-object-bottom {
    font-size: 6px;
    letter-spacing: 0.08em;
  }

  .dossier-title {
    font-size: clamp(46px, 12.5vw, 58px);
  }

  .dossier-lead {
    margin-top: 28px;

    font-size: 27px;
  }

  .dossier-text {
    font-size: 15px;
    line-height: 1.75;
  }

  .dossier-quote {
    margin-top: 36px;

    font-size: 23px;
  }

  /* À propos */

  .about-title {
    font-size: clamp(46px, 12.5vw, 58px);
  }

  .about-copy .about-lead {
    margin-bottom: 32px;

    font-size: 27px;
  }

  .about-copy p {
    margin-bottom: 22px;

    font-size: 15px;
    line-height: 1.75;
  }

  .about-copy .about-emphasis {
    margin-top: 34px;

    font-size: 25px;
  }
}

/* =========================================================
   ACCESSIBILITÉ — MOUVEMENTS RÉDUITS
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .diagnostic-document,
  .dossier-object,
  .health-question-line,
  .health-question-divider,
  .health-question-title {
    transition: none;
  }

  .diagnostic-document:hover,
  .dossier-object:hover {
    transform: none;
  }
}
/* ========================================

   SECTION — CONTACT

======================================== */

/* ========================================
   PREMIER ÉCHANGE
======================================== */

.contact-section {
  position: relative;

  padding: clamp(120px, 14vw, 210px) 0;

  background: #faf8f3;

  color: var(--text);
}

.contact-container {
  width: min(1440px, calc(100% - 96px));

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, 0.78fr)
    minmax(0, 1.22fr);

  gap: clamp(80px, 11vw, 180px);

  align-items: start;
}

/* ========================================
   INTRO
======================================== */

.contact-intro {
  position: sticky;

  top: 130px;

  max-width: 540px;
}

.contact-kicker {
  margin: 0 0 30px;

  color: var(--green);

  font-size: 9px;

  font-weight: 600;

  letter-spacing: 0.22em;

  text-transform: uppercase;
}

.contact-kicker::after {
  content: "";

  display: block;

  width: 28px;

  height: 1px;

  margin-top: 14px;

  background: rgba(11, 53, 45, 0.5);
}

.contact-title {
  margin: 0;

  font-family: "Playfair Display", serif;

  font-size: clamp(48px, 5vw, 76px);

  font-weight: 400;

  line-height: 1.06;

  letter-spacing: -0.035em;

  color: var(--green);
}

.contact-text {
  max-width: 480px;

  margin: 38px 0 0;

  color: rgba(16, 37, 33, 0.62);

  font-size: 16px;

  font-weight: 300;

  line-height: 1.8;
}

/* ========================================
   PANELS
======================================== */

.contact-journey {
  min-height: 600px;
}

.contact-panel {
  display: none;

  opacity: 0;

  transform: translateY(18px);
}

.contact-panel--active {
  display: block;

  animation: contactReveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes contactReveal {
  from {
    opacity: 0;

    transform: translateY(18px);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}

/* ========================================
   PARCOURS INTRO
======================================== */

.contact-process {
  display: flex;

  flex-direction: column;
}

.contact-process-item {
  display: grid;

  grid-template-columns:
    55px
    1fr;

  gap: 25px;

  padding: 34px 0;

  border-top: 1px solid rgba(11, 53, 45, 0.12);
}

.contact-process-item:last-child {
  border-bottom: 1px solid rgba(11, 53, 45, 0.12);
}

.contact-process-item > span {
  padding-top: 7px;

  color: var(--gold);

  font-size: 9px;

  font-weight: 600;

  letter-spacing: 0.15em;
}

.contact-process-item h3 {
  margin: 0;

  font-family: "Playfair Display", serif;

  font-size: clamp(27px, 2.3vw, 36px);

  font-weight: 400;

  line-height: 1.2;
}

.contact-process-item p {
  max-width: 550px;

  margin: 10px 0 0;

  color: rgba(16, 37, 33, 0.58);

  font-size: 14px;

  font-weight: 300;

  line-height: 1.7;
}

/* ========================================
   BOUTON PRINCIPAL
======================================== */

.contact-primary-button {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 18px;

  margin-top: 45px;

  padding: 17px 25px;

  border: 1px solid var(--green);

  background: var(--green);

  color: white;

  cursor: pointer;

  font-size: 9px;

  font-weight: 600;

  letter-spacing: 0.16em;

  text-transform: uppercase;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.contact-primary-button:hover {
  background: transparent;

  color: var(--green);

  transform: translateY(-2px);
}

.contact-primary-button span {
  font-size: 17px;
}

/* ========================================
   HEADER PANEL
======================================== */

.contact-panel-header {
  max-width: 650px;

  margin-bottom: 55px;
}

.contact-step-label {
  display: block;

  margin-bottom: 20px;

  color: var(--gold);

  font-size: 8px;

  font-weight: 600;

  letter-spacing: 0.18em;
}

.contact-panel-header h3 {
  margin: 0;

  font-family: "Playfair Display", serif;

  font-size: clamp(34px, 3.4vw, 50px);

  font-weight: 400;

  line-height: 1.15;
}

.contact-panel-header p {
  max-width: 550px;

  margin: 20px 0 0;

  color: rgba(16, 37, 33, 0.58);

  font-size: 14px;

  line-height: 1.7;
}

/* ========================================
   QUESTIONNAIRE
======================================== */

.qualification-form {
  display: flex;

  flex-direction: column;

  gap: 38px;
}

.qualification-row {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 34px;
}

.qualification-field {
  display: flex;

  flex-direction: column;

  gap: 11px;
}

.qualification-field label {
  color: rgba(11, 53, 45, 0.7);

  font-size: 9px;

  font-weight: 600;

  letter-spacing: 0.12em;

  text-transform: uppercase;
}

.qualification-field label small {
  margin-left: 5px;

  color: rgba(11, 53, 45, 0.34);

  font-size: 8px;

  font-weight: 400;
}

.qualification-field input,
.qualification-field textarea {
  width: 100%;

  padding: 12px 0;

  border: 0;

  border-bottom: 1px solid rgba(11, 53, 45, 0.16);

  border-radius: 0;

  outline: none;

  background: transparent;

  color: var(--text);

  font-family: "DM Sans", sans-serif;

  font-size: 16px;

  font-weight: 300;

  line-height: 1.6;

  transition: border-color 0.3s ease;
}

.qualification-field textarea {
  resize: vertical;
}

.qualification-field input:focus,
.qualification-field textarea:focus {
  border-bottom-color: var(--gold);
}

.qualification-footer {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 30px;

  margin-top: 10px;
}

.qualification-footer p {
  margin: 0;

  color: rgba(11, 53, 45, 0.42);

  font-size: 11px;
}

.qualification-footer .contact-primary-button {
  margin-top: 0;
}

/* ========================================
   AGENDA
======================================== */

.agenda-placeholder {
  min-height: 420px;

  padding: 60px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  border: 1px solid rgba(11, 53, 45, 0.11);

  text-align: center;
}

.agenda-placeholder-number {
  font-family: "Playfair Display", serif;

  font-size: clamp(70px, 8vw, 115px);

  line-height: 0.9;

  color: var(--green);
}

.agenda-placeholder-unit {
  margin-top: 15px;

  color: var(--gold);

  font-size: 8px;

  font-weight: 600;

  letter-spacing: 0.22em;
}

.agenda-placeholder p {
  margin: 40px 0 30px;

  color: rgba(16, 37, 33, 0.52);

  font-size: 14px;
}

.agenda-demo-button {
  padding: 15px 22px;

  border: 1px solid rgba(11, 53, 45, 0.25);

  background: transparent;

  color: var(--green);

  cursor: pointer;

  font-size: 9px;

  font-weight: 600;

  letter-spacing: 0.15em;

  text-transform: uppercase;
}
/* ========================================
   NAVIGATION ACTIVE
======================================== */

.nav a {
  opacity: 0.56;

  transition:
    opacity 0.3s ease,
    color 0.3s ease;
}

.nav a:hover {
  opacity: 1;
}

.nav a.active {
  opacity: 1;
  color: var(--green);
}

.nav a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}
/* ========================================
   REVEAL AU SCROLL
======================================== */

.reveal {
  opacity: 0;

  transform: translateY(28px);

  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.reveal-visible {
  opacity: 1;

  transform: translateY(0);
}

/* Variantes très légères */

.reveal-delay-1 {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.2s;
}

.reveal-delay-3 {
  transition-delay: 0.3s;
}

/* ========================================

   FOOTER

======================================== */

.footer {
  background: #06231e;

  color: #f4f1ea;
}

.footer-container {
  width: min(1440px, calc(100% - 96px));

  margin: 0 auto;

  padding: 80px 0 70px;

  display: grid;

  grid-template-columns:
    1.4fr
    0.7fr
    0.7fr;

  gap: 80px;
}

/* Brand */

.footer-brand {
  display: flex;

  align-items: flex-start;

  gap: 24px;
}

.footer-logo {
  width: 78px;

  height: 78px;

  flex-shrink: 0;
}

.footer-logo img {
  display: block;

  width: 100%;

  height: 100%;

  object-fit: contain;
}

.footer-brand-copy {
  display: flex;

  flex-direction: column;
}

.footer-name {
  font-size: 15px;

  letter-spacing: 0.24em;
}

.footer-tagline {
  margin-top: 6px;

  color: rgba(244, 241, 234, 0.5);

  font-size: 7px;

  letter-spacing: 0.2em;
}

.footer-brand-copy p {
  margin: 24px 0 0;

  color: rgba(244, 241, 234, 0.62);

  font-family: "Playfair Display", serif;

  font-size: 20px;
}

/* Nav footer */

.footer-nav {
  display: flex;

  flex-direction: column;

  gap: 12px;
}

.footer-nav a,
.footer-contact a {
  color: rgba(244, 241, 234, 0.68);

  font-size: 13px;

  transition: color 0.25s ease;
}

.footer-nav a:hover,
.footer-contact a:hover {
  color: white;
}

/* Contact footer */

.footer-contact {
  display: flex;

  flex-direction: column;

  gap: 12px;
}

.footer-heading {
  margin-bottom: 8px;

  color: rgba(244, 241, 234, 0.42);

  font-size: 8px;

  font-weight: 600;

  letter-spacing: 0.18em;
}

/* Bas du footer */

.footer-bottom {
  border-top: 1px solid rgba(244, 241, 234, 0.1);
}

.footer-bottom-inner {
  width: min(1440px, calc(100% - 96px));

  margin: 0 auto;

  padding: 24px 0;

  display: flex;

  justify-content: space-between;

  gap: 30px;

  color: rgba(244, 241, 234, 0.38);

  font-size: 9px;

  letter-spacing: 0.1em;

  text-transform: uppercase;
}

.footer-bottom-inner div {
  display: flex;

  gap: 24px;
}

.footer-bottom-inner a {
  color: inherit;
}
/* ========================================
   RETOUR EN HAUT
======================================== */

.back-to-top {
  position: fixed;

  right: 32px;
  bottom: 32px;

  z-index: 45;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;

  padding: 0;

  border: 0;
  background: transparent;

  color: var(--green);

  cursor: pointer;

  opacity: 0;
  visibility: hidden;

  transform: translateY(12px);

  transition:
    opacity 0.4s ease,
    visibility 0.4s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
/* Sur les sections sombres */

.back-to-top.on-dark {
  color: var(--kososhi-ivory);
}

.back-to-top.on-dark.visible {
  opacity: 0.65;
}

.back-to-top.on-dark:hover {
  opacity: 1;
}
.back-to-top.visible {
  opacity: 0.55;
  visibility: visible;

  transform: translateY(0);
}

.back-to-top:hover {
  opacity: 1;
}

.back-to-top-arrow {
  font-family: "DM Sans", sans-serif;

  font-size: 18px;
  font-weight: 300;

  line-height: 1;

  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.back-to-top:hover .back-to-top-arrow {
  transform: translateY(-4px);
}

.back-to-top-label {
  font-size: 7px;
  font-weight: 600;

  letter-spacing: 0.2em;

  writing-mode: vertical-rl;

  transform: rotate(180deg);
}
/* ========================================

   RETOUR EN HAUT — FOND SOMBRE

======================================== */

.back-to-top.on-dark {
  color: var(--kososhi-ivory);
}
/* MOBILE */

@media (max-width: 640px) {
  .back-to-top {
    right: 16px;
    bottom: 20px;
  }

  .back-to-top-label {
    display: none;
  }

  .back-to-top-arrow {
    font-size: 17px;
  }
}
/* ========================================
   MENU MOBILE KŌSŌSHI
======================================== */

.mobile-menu-toggle {
  display: none;

  position: relative;

  z-index: 101;

  width: 38px;
  height: 38px;

  padding: 0;

  border: 0;

  background: transparent;

  cursor: pointer;
}

/* Les deux traits */

.mobile-menu-toggle span {
  position: absolute;

  left: 6px;

  width: 26px;
  height: 1px;

  background: var(--green);

  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    top 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-menu-toggle span:first-child {
  top: 14px;
}

.mobile-menu-toggle span:last-child {
  top: 23px;
}

/* Transformation en croix */

.mobile-menu-toggle.is-open span:first-child {
  top: 19px;

  transform: rotate(45deg);
}

.mobile-menu-toggle.is-open span:last-child {
  top: 19px;

  transform: rotate(-45deg);
}

/* ========================================
   ÉCRAN COMPLET
======================================== */

.mobile-menu {
  position: fixed;

  inset: 0;

  z-index: 90;

  background: rgba(244, 241, 234, 0.98);

  backdrop-filter: blur(18px);

  -webkit-backdrop-filter: blur(18px);

  opacity: 0;

  visibility: hidden;

  transform: translateY(-12px);

  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.45s;
}

.mobile-menu.is-open {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}

.mobile-menu-inner {
  width: min(100% - 48px, 760px);

  height: 100%;

  margin: 0 auto;

  padding: 34px 0 38px;

  display: flex;

  flex-direction: column;
}

/* ========================================
   MARQUE
======================================== */

.mobile-menu-brand {
  display: flex;

  flex-direction: column;
}

.mobile-menu-brand > span {
  font-size: 20px;

  letter-spacing: 0.27em;
}

.mobile-menu-brand small {
  margin-top: 7px;

  font-size: 6px;

  font-weight: 500;

  letter-spacing: 0.24em;
}

/* ========================================
   NAVIGATION
======================================== */

.mobile-navigation {
  margin: auto 0;

  display: flex;

  flex-direction: column;
}

.mobile-navigation a {
  display: grid;

  grid-template-columns:
    35px
    1fr;

  align-items: center;

  gap: 10px;

  padding: 14px 0;

  border-bottom: 1px solid rgba(11, 53, 45, 0.09);

  font-family: "Playfair Display", serif;

  font-size: clamp(29px, 8vw, 42px);

  line-height: 1.1;

  color: var(--green);

  transition:
    padding-left 0.3s ease,
    color 0.3s ease;
}

.mobile-navigation a:first-child {
  border-top: 1px solid rgba(11, 53, 45, 0.09);
}

.mobile-navigation a > span {
  font-family: "DM Sans", sans-serif;

  font-size: 7px;

  font-weight: 600;

  letter-spacing: 0.14em;

  color: var(--gold);
}

.mobile-navigation a:hover {
  padding-left: 6px;
}

/* ========================================
   BAS DU MENU
======================================== */

.mobile-menu-footer {
  display: flex;

  align-items: flex-end;

  justify-content: space-between;

  gap: 24px;
}

.mobile-menu-contact {
  display: inline-flex;

  align-items: center;

  gap: 16px;

  padding-bottom: 8px;

  border-bottom: 1px solid rgba(11, 53, 45, 0.35);

  font-size: 8px;

  font-weight: 600;

  letter-spacing: 0.15em;

  text-transform: uppercase;
}

.mobile-menu-contact span {
  font-size: 16px;
}

.mobile-menu-footer p {
  margin: 0;

  font-family: "Playfair Display", serif;

  font-size: 13px;

  color: rgba(11, 53, 45, 0.55);
}

/* Bloque le scroll derrière le menu */

body.mobile-menu-open {
  overflow: hidden;
}
/* ========================================
   CORRECTION CROIX MENU MOBILE
======================================== */

@media (max-width: 1050px) {
  .header {
    z-index: 110;
  }

  .mobile-menu {
    z-index: 100;
  }

  .mobile-menu-toggle {
    z-index: 120;
  }

  .mobile-menu-toggle.is-open span {
    background: var(--green);
  }
}
/* ========================================
   CAL.COM — AGENDA KŌSŌSHI
======================================== */

.agenda-shell {
  width: 100%;

  min-height: 680px;

  overflow: hidden;

  border: 1px solid rgba(11, 53, 45, 0.1);

  background: #faf8f3;
}

.cal-inline {
  width: 100%;

  min-height: 680px;
}

/* Mobile */

@media (max-width: 640px) {
  .agenda-shell,
  .cal-inline {
    min-height: 760px;
  }
}
/* =========================================================
   PAGES LÉGALES
========================================================= */

.legal-page {
  background: #f8f6f1;
  min-height: 100vh;
  padding: 140px 24px 80px;
}

.legal-container {
  max-width: 850px;
  margin: auto;
}

.legal-container h1 {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  margin-bottom: 50px;
}

.legal-container h2 {
  margin-top: 48px;
  margin-bottom: 18px;
  font-size: 1.35rem;
  color: var(--green);
}

.legal-container p,
.legal-container li {
  line-height: 1.9;
  color: rgba(0, 0, 0, 0.78);
}

.legal-container ul {
  padding-left: 22px;
}

.legal-container a {
  color: var(--green);
  font-weight: 600;
  text-decoration: none;
}

.legal-container a:hover {
  text-decoration: underline;
}
/* =========================================================
   RESPONSIVE KŌSŌSHI
   ========================================================= */

/* =========================================================
   TABLETTE / PETITS DESKTOPS
   <= 1200px
========================================================= */

@media (max-width: 1200px) {
  /*
   * Réduction générale des marges latérales
   */

  .header,
  .hero-content,
  .symptoms-container,
  .discipline-container,
  .vision-container,
  .vision-manifesto,
  .method-container,
  .diagnostic-container,
  .diagnostic-process,
  .diagnostic-closing,
  .dossier-container,
  .about-container,
  .about-signature,
  .contact-container,
  .footer-container,
  .footer-bottom-inner {
    width: min(100% - 64px, 1180px);
  }

  /*
   * Navigation légèrement resserrée
   */

  .nav {
    gap: 24px;
  }

  .nav a {
    font-size: 8px;
  }

  /*
   * Hero
   */

  .hero-symbol {
    width: 280px;
  }

  /*
   * Espacements des grilles
   */

  .discipline-container,
  .vision-container,
  .method-container,
  .diagnostic-container,
  .dossier-container,
  .about-container,
  .contact-container {
    gap: 80px;
  }
}

/* =========================================================
   TABLETTE
   <= 1050px
========================================================= */

@media (max-width: 1050px) {
  /*
   * Header
   *
   * Pour l'instant on masque la navigation desktop.
   * On construira ensuite le menu mobile proprement.
   */

  .header {
    width: calc(100% - 48px);

    grid-template-columns:
      1fr
      auto
      auto;

    gap: 24px;
  }

  .nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  /*
   * Hero
   */

  .hero-content {
    width: calc(100% - 48px);

    margin-top: 9vh;

    max-width: 650px;
  }

  .hero-symbol {
    left: 78%;
    top: 38%;

    width: 245px;
  }

  .sound-toggle {
    left: 24px;
  }

  /*
   * Passage progressif en colonne
   */

  .discipline-container,
  .vision-container,
  .method-container,
  .diagnostic-container,
  .diagnostic-process,
  .dossier-container,
  .about-container,
  .contact-container {
    grid-template-columns: 1fr;
  }

  /*
   * Sticky désactivé sur tablette
   */

  .method-intro,
  .contact-intro {
    position: static;
  }

  /*
   * Discipline
   */

  .discipline-container {
    gap: 70px;
  }

  .discipline-copy {
    max-width: 720px;
  }

  .discipline-visual {
    width: min(100%, 620px);

    justify-self: center;
  }

  /*
   * Vision
   */

  .vision-container {
    gap: 55px;
  }

  .vision-content {
    padding-top: 0;

    max-width: 700px;
  }

  /*
   * Méthode
   */

  .method-container {
    gap: 65px;
  }

  /*
   * Diagnostic
   */

  .diagnostic-container {
    gap: 75px;
  }

  .diagnostic-object {
    justify-self: center;

    width: min(100%, 570px);
  }

  .diagnostic-process {
    gap: 60px;
  }

  /*
   * Dossier
   */

  .dossier-container {
    gap: 70px;
  }

  .dossier-visual {
    min-height: 560px;
  }

  .dossier-copy {
    max-width: 700px;
  }

  /*
   * À propos
   */

  .about-container {
    gap: 55px;
  }

  .about-copy {
    max-width: 700px;
  }

  /*
   * Contact
   */

  .contact-container {
    gap: 70px;
  }
}

/* =========================================================
   TABLETTE PORTRAIT
   <= 900px
========================================================= */

@media (max-width: 900px) {
  /*
   * Symptômes : 2 x 2
   */

  .symptoms-grid {
    grid-template-columns: repeat(2, 1fr);

    column-gap: 70px;

    row-gap: 55px;
  }

  /*
   * Footer
   */

  .footer-container {
    grid-template-columns:
      1fr
      1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  /*
   * Formulaire
   */

  .qualification-row {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   MOBILE
   <= 640px
========================================================= */

@media (max-width: 640px) {
  html {
    scroll-padding-top: 85px;
  }

  /* =======================================================
     LARGEUR GLOBALE MOBILE
  ======================================================== */

  .header,
  .hero-content,
  .symptoms-container,
  .discipline-container,
  .vision-container,
  .vision-manifesto,
  .method-container,
  .diagnostic-container,
  .diagnostic-process,
  .diagnostic-closing,
  .dossier-container,
  .about-container,
  .about-signature,
  .contact-container,
  .footer-container,
  .footer-bottom-inner {
    width: calc(100% - 40px);
  }

  /* =======================================================
     HEADER
  ======================================================== */

  .header {
    padding: 22px 0;

    gap: 16px;
  }

  .header.scrolled {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brand-name {
    font-size: 20px;

    letter-spacing: 0.24em;
  }

  .brand-tagline {
    margin-top: 6px;

    font-size: 5.5px;

    letter-spacing: 0.22em;
  }

  /*
   * CTA réduit mais conservé
   */

  .appointment {
    padding: 12px 13px;

    font-size: 6.5px;

    letter-spacing: 0.12em;
  }

  /* =======================================================
     HERO
  ======================================================== */

  .hero {
    min-height: 100svh;
  }

  /*
   * Le K devient un élément atmosphérique.
   * Il reste visible sans gêner la lecture.
   */

  .hero-symbol {
    left: 86%;

    top: 24%;

    width: 150px;

    opacity: 0.55;

    transform: translate(-50%, -50%);
  }

  .hero-content {
    position: relative;

    z-index: 6;

    max-width: 88%;
  }

  .eyebrow {
    margin-bottom: 25px;

    font-size: 8px;
  }

  h1 {
    max-width: 95%;

    font-size: clamp(40px, 11.5vw, 54px);

    line-height: 1.04;
  }

  /*
   * ATTENTION :
   * ton h2 global contrôle actuellement aussi
   * certaines sections.
   *
   * Donc on évite ici un h2 générique.
   */

  .hero-content h2 {
    margin-top: 18px;

    max-width: 95%;

    font-size: clamp(35px, 10vw, 48px);

    line-height: 1.08;
  }

  .discover {
    margin-top: 38px;

    font-size: 8px;
  }

  .sound-toggle {
    display: none;
  }

  /* =======================================================
     SECTIONS : ESPACEMENT GÉNÉRAL
  ======================================================== */

  .discipline-section,
  .vision-section,
  .method-section,
  .diagnostic-section,
  .dossier-section,
  .about-section,
  .contact-section {
    padding: 90px 0;
  }

  /* =======================================================
     SYMPTÔMES
  ======================================================== */

  .symptoms-section {
    padding: 70px 0 75px;
  }

  .symptoms-kicker {
    margin-bottom: 48px;

    font-size: 8px;
  }

  .symptoms-grid {
    grid-template-columns: 1fr;

    gap: 42px;
  }

  .symptom-item {
    min-height: auto;
  }

  .quote-mark {
    margin-bottom: 5px;

    font-size: 30px;
  }

  .symptom-item p {
    font-size: 29px;
  }

  .symptoms-question {
    max-width: 330px;

    margin: 65px auto 0;

    font-size: 22px;

    line-height: 1.4;
  }

  /* =======================================================
     DISCIPLINE
  ======================================================== */

  .discipline-container {
    gap: 65px;
  }

  .discipline-title {
    margin-bottom: 32px;

    font-size: 50px;
  }

  .discipline-intro,
  .discipline-text,
  .discipline-definition {
    font-size: 16px;
  }

  .discipline-system {
    margin: 34px 0;

    font-size: 34px;
  }

  .discipline-signature {
    margin-top: 38px;
  }

  .discipline-visual {
    width: 110%;

    margin-left: -5%;
  }

  /* =======================================================
     VISION
  ======================================================== */

  .vision-title {
    font-size: 54px;
  }

  .vision-content {
    padding-top: 0;
  }

  .vision-content .vision-lead {
    font-size: 30px;
  }

  .vision-content .vision-emphasis {
    margin-top: 42px;

    font-size: 26px;
  }

  .vision-manifesto {
    margin-top: 80px;

    padding-top: 34px;
  }

  .vision-manifesto p {
    font-size: 30px;
  }

  /* =======================================================
     MÉTHODE
  ======================================================== */

  .method-container {
    gap: 60px;
  }

  .method-title {
    font-size: 50px;
  }

  .method-text {
    font-size: 16px;
  }

  .method-step {
    grid-template-columns:
      36px
      1fr;

    gap: 16px;

    padding: 30px 0;
  }

  .method-step h3 {
    font-size: 31px;
  }

  .method-step p {
    font-size: 14px;
  }

  /*
   * Pas de décalage hover sur écran tactile
   */

  .method-step:hover {
    transform: none;
  }

  /* =======================================================
     DIAGNOSTIC
  ======================================================== */

  .diagnostic-title {
    font-size: 54px;
  }

  .diagnostic-lead {
    margin-top: 36px;

    font-size: 27px;
  }

  .diagnostic-container {
    gap: 60px;
  }

  .diagnostic-object {
    min-height: 500px;

    padding: 28px;
  }

  .diagnostic-object-center {
    padding: 35px 5px;
  }

  .diagnostic-object-center strong {
    font-size: 42px;
  }

  .diagnostic-process {
    margin-top: 100px;

    gap: 45px;
  }

  .diagnostic-process-steps article {
    grid-template-columns:
      42px
      1fr;

    gap: 16px;
  }

  .diagnostic-closing {
    margin-top: 100px;
  }

  .diagnostic-closing strong {
    font-size: 38px;
  }

  /* =======================================================
     DOSSIER CLINIQUE
  ======================================================== */

  .dossier-container {
    gap: 60px;
  }

  .dossier-visual {
    min-height: 440px;
  }

  .dossier-object {
    width: min(77%, 300px);

    padding: 32px 24px;

    border-left-width: 13px;
  }

  .dossier-title {
    font-size: 49px;
  }

  .dossier-lead {
    font-size: 29px;
  }

  .dossier-quote {
    margin-top: 40px;

    font-size: 24px;
  }

  /* =======================================================
     À PROPOS
  ======================================================== */

  .about-container {
    gap: 50px;
  }

  .about-title {
    font-size: 50px;
  }

  .about-copy .about-lead {
    font-size: 29px;
  }

  .about-signature {
    margin-top: 85px;

    padding-top: 32px;

    gap: 18px;
  }

  .about-signature-logo {
    width: 64px;
    height: 64px;
  }

  .about-signature-name {
    font-size: 13px;
  }

  /* =======================================================
     CONTACT / PARCOURS
  ======================================================== */

  .contact-title {
    font-size: 50px;
  }

  .contact-container {
    gap: 60px;
  }

  .contact-journey {
    min-height: auto;
  }

  .contact-process-item {
    grid-template-columns:
      38px
      1fr;

    gap: 15px;

    padding: 28px 0;
  }

  .contact-process-item h3 {
    font-size: 28px;
  }

  .qualification-row {
    grid-template-columns: 1fr;

    gap: 30px;
  }

  .qualification-form {
    gap: 32px;
  }

  .qualification-footer {
    align-items: flex-start;

    flex-direction: column;
  }

  .agenda-placeholder {
    min-height: 350px;

    padding: 40px 20px;
  }

  /* =======================================================
     FOOTER
  ======================================================== */

  .footer-container {
    padding: 60px 0 50px;

    grid-template-columns: 1fr;

    gap: 45px;
  }

  .footer-brand {
    grid-column: auto;

    gap: 18px;
  }

  .footer-logo {
    width: 65px;
    height: 65px;
  }

  .footer-bottom-inner {
    align-items: flex-start;

    flex-direction: column;

    gap: 16px;
  }

  .footer-bottom-inner div {
    flex-direction: column;

    gap: 8px;
  }
}

/* =========================================================
   TRÈS PETITS MOBILES
   <= 390px
========================================================= */

@media (max-width: 390px) {
  .header,
  .hero-content,
  .symptoms-container,
  .discipline-container,
  .vision-container,
  .vision-manifesto,
  .method-container,
  .diagnostic-container,
  .diagnostic-process,
  .diagnostic-closing,
  .dossier-container,
  .about-container,
  .about-signature,
  .contact-container,
  .footer-container,
  .footer-bottom-inner {
    width: calc(100% - 32px);
  }

  .brand-name {
    font-size: 18px;
  }

  /*
   * Sur les très petits écrans,
   * le CTA header prend trop de place.
   */

  .appointment {
    padding: 10px 9px;

    font-size: 5.8px;
  }

  .hero-symbol {
    left: 90%;

    top: 22%;

    width: 135px;

    opacity: 0.5;
  }

  h1 {
    font-size: 38px;
  }
  .hero-content {
    max-width: 92%;
  }
  .hero-content h2 {
    font-size: 34px;
  }

  .discipline-title,
  .method-title,
  .diagnostic-title,
  .dossier-title,
  .about-title,
  .contact-title {
    font-size: 43px;
  }
}
/* =========================================================
   DIAGNOSTIC — RESPONSIVE CORRIGÉ
========================================================= */

/* TABLETTE */
@media (max-width: 1200px) {
  .diagnostic-section {
    padding: 110px 48px 120px;
  }

  .diagnostic-container {
    width: min(100%, 1100px);

    grid-template-columns:
      minmax(0, 1fr)
      minmax(340px, 0.9fr);

    gap: 70px 55px;
    align-items: start;
  }

  .diagnostic-intro {
    padding-top: 0;
  }

  .diagnostic-document {
    width: min(100%, 460px);
  }

  .diagnostic-process {
    grid-column: 1 / -1;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 36px;

    margin-top: 30px;
  }

  .diagnostic-step {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .diagnostic-result {
    grid-column: 1 / -1;

    padding-top: 65px;
  }
}

/* PETITE TABLETTE ET MOBILE */
@media (max-width: 900px) {
  .diagnostic-section {
    padding: 95px 24px 105px;
    overflow: hidden;
  }

  .diagnostic-container {
    width: min(100%, 680px);

    display: grid;
    grid-template-columns: minmax(0, 1fr);

    gap: 72px;
  }

  .diagnostic-intro,
  .diagnostic-document-wrapper,
  .diagnostic-process {
    width: 100%;
    min-width: 0;
  }

  .section-eyebrow {
    margin-bottom: 36px;
  }

  .diagnostic-title {
    margin-bottom: 34px;

    font-size: clamp(3.4rem, 11vw, 5.4rem);
    line-height: 0.96;
  }

  .diagnostic-lead {
    max-width: 580px;

    font-size: clamp(1.45rem, 5vw, 2rem);
  }

  .diagnostic-text {
    max-width: 580px;

    font-size: 1rem;
    line-height: 1.75;
  }

  .diagnostic-document-wrapper {
    justify-content: center;

    padding: 0 8px;
  }

  .diagnostic-document {
    width: min(100%, 430px);
    max-width: 100%;

    padding: 36px 30px;

    transform: rotate(-1deg);
  }

  .diagnostic-document:hover {
    transform: rotate(-1deg);
  }

  .diagnostic-document-content {
    padding: 20px 8px;
  }

  .diagnostic-document-content h3 {
    font-size: clamp(2.6rem, 10vw, 4rem);

    overflow-wrap: anywhere;
  }

  .diagnostic-process {
    grid-column: auto;

    display: block;

    margin-top: 0;
  }

  .diagnostic-step {
    grid-template-columns: 42px minmax(0, 1fr);

    gap: 16px;

    padding: 30px 0;
  }

  .diagnostic-step h3 {
    font-size: clamp(2rem, 8vw, 2.7rem);
  }

  .diagnostic-result {
    padding-top: 50px;
  }

  .diagnostic-result strong {
    font-size: clamp(2.5rem, 9vw, 3.8rem);
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .diagnostic-section {
    padding: 82px 20px 90px;
  }

  .diagnostic-container {
    width: 100%;

    gap: 58px;
  }

  .section-eyebrow {
    gap: 14px;

    margin-bottom: 30px;

    font-size: 0.62rem;
  }

  .diagnostic-title {
    margin-bottom: 30px;

    font-size: clamp(3.15rem, 15vw, 4.4rem);
  }

  .diagnostic-lead {
    margin-bottom: 22px;

    font-size: clamp(1.35rem, 6.5vw, 1.8rem);
  }

  .diagnostic-text {
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .diagnostic-document-wrapper {
    padding: 0;
  }

  .diagnostic-document {
    width: 100%;

    aspect-ratio: 0.78;

    padding: 28px 22px;

    border-left-width: 3px;

    box-shadow: 0 24px 60px rgba(17, 37, 33, 0.11);
  }

  .diagnostic-document-top {
    font-size: 0.48rem;
    letter-spacing: 0.18em;
  }

  .diagnostic-document-content {
    padding: 18px 4px;
  }

  .diagnostic-document-label {
    margin-bottom: 18px;

    font-size: 0.5rem;
  }

  .diagnostic-document-content h3 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
    line-height: 1;
  }

  .diagnostic-document-line {
    margin: 28px 0;
  }

  .diagnostic-document-content p {
    font-size: 0.82rem;
    line-height: 1.7;
  }

  .diagnostic-document-footer {
    gap: 10px;

    font-size: 0.4rem;
    letter-spacing: 0.11em;
  }

  .diagnostic-step {
    grid-template-columns: 34px minmax(0, 1fr);

    padding: 26px 0;
  }

  .diagnostic-step-number {
    font-size: 0.58rem;
  }

  .diagnostic-step h3 {
    margin-bottom: 10px;

    font-size: 2rem;
  }

  .diagnostic-step p {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .diagnostic-result {
    padding-top: 42px;
  }

  .diagnostic-result span {
    margin-bottom: 16px;

    font-size: 0.84rem;
  }

  .diagnostic-result strong {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
    line-height: 1.08;
  }

  .diagnostic-result br {
    display: none;
  }
}
/* =========================================================
   CORRECTION MOBILE — DIAGNOSTIC / DOSSIER / À PROPOS
========================================================= */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.diagnostic-section,
.diagnostic-container,
.diagnostic-intro,
.diagnostic-document-wrapper,
.diagnostic-document,
.diagnostic-process,
.diagnostic-step,
.diagnostic-result,
.dossier-section,
.dossier-container,
.dossier-visual,
.dossier-object,
.dossier-copy,
.about-section,
.about-container,
.about-intro,
.about-copy {
  min-width: 0;
  max-width: 100%;
}

/* =========================================================
   MOBILE — JUSQU’À 640 PX
========================================================= */

@media (max-width: 640px) {
  /* ---------------------------------------------------------
     DIAGNOSTIC
  --------------------------------------------------------- */

  .diagnostic-section {
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
  }

  .diagnostic-container {
    width: calc(100% - 40px);
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    gap: 54px;
  }

  .diagnostic-intro {
    width: 100%;
    padding: 0;
  }

  .section-eyebrow {
    margin-bottom: 30px;
  }

  .diagnostic-title {
    width: 100%;
    max-width: 100%;

    margin-bottom: 32px;

    font-size: clamp(48px, 13vw, 62px);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .diagnostic-lead {
    width: 100%;
    max-width: 100%;

    margin-bottom: 22px;

    font-size: 26px;
    line-height: 1.32;
  }

  .diagnostic-text {
    width: 100%;
    max-width: 100%;

    font-size: 15px;
    line-height: 1.75;
  }

  /* ---------------------------------------------------------
     DOCUMENT DIAGNOSTIC
  --------------------------------------------------------- */

  .diagnostic-document-wrapper {
    width: 100%;
    padding: 0;
    overflow: visible;
  }

  .diagnostic-document {
    width: 100%;
    max-width: 100%;

    aspect-ratio: auto;
    min-height: 520px;

    padding: 28px 22px;

    transform: none;

    border-left-width: 3px;

    box-shadow: 0 22px 55px rgba(17, 37, 33, 0.1);
  }

  .diagnostic-document:hover {
    transform: none;
  }

  .diagnostic-document-top {
    gap: 12px;

    font-size: 7px;
    letter-spacing: 0.14em;
  }

  .diagnostic-document-content {
    width: 100%;
    min-width: 0;

    padding: 30px 0;
  }

  .diagnostic-document-label {
    margin-bottom: 18px;

    font-size: 7px;
    letter-spacing: 0.18em;
  }

  .diagnostic-document-content h3 {
    width: 100%;
    max-width: 100%;

    font-size: clamp(38px, 10.5vw, 48px);
    line-height: 1.02;
    letter-spacing: -0.04em;

    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }

  .diagnostic-document-line {
    margin: 28px 0;
  }

  .diagnostic-document-content p {
    font-size: 13px;
    line-height: 1.7;
  }

  .diagnostic-document-footer {
    width: 100%;

    gap: 8px;

    font-size: 6px;
    letter-spacing: 0.06em;
  }

  /* ---------------------------------------------------------
     ÉTAPES
  --------------------------------------------------------- */

  .diagnostic-process {
    width: 100%;
    margin: 0;
  }

  .diagnostic-step {
    width: 100%;

    grid-template-columns: 32px minmax(0, 1fr);
    gap: 14px;

    padding: 28px 0;
  }

  .diagnostic-step-number {
    font-size: 9px;
  }

  .diagnostic-step h3 {
    max-width: 100%;

    font-size: 31px;
    line-height: 1.08;
  }

  .diagnostic-step p {
    max-width: 100%;

    font-size: 14px;
    line-height: 1.65;
  }

  .diagnostic-result {
    width: 100%;

    padding-top: 46px;
  }

  .diagnostic-result span {
    max-width: 100%;

    font-size: 14px;
    line-height: 1.5;
  }

  .diagnostic-result strong {
    width: 100%;
    max-width: 100%;

    font-size: clamp(36px, 10vw, 46px);
    line-height: 1.08;

    overflow-wrap: anywhere;
  }

  .diagnostic-result strong br {
    display: none;
  }

  /* ---------------------------------------------------------
     DOSSIER CLINIQUE
  --------------------------------------------------------- */

  .dossier-section {
    width: 100%;
    overflow: hidden;

    padding: 85px 0;
  }

  .dossier-container {
    width: calc(100% - 40px);
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    gap: 56px;
  }

  .dossier-visual {
    width: 100%;
    min-height: 420px;

    padding: 35px 20px;
  }

  .dossier-object {
    width: min(82%, 300px);
    max-width: 100%;

    padding: 28px 20px;

    border-left-width: 11px;

    transform: rotate(-3deg);
  }

  .dossier-object:hover {
    transform: rotate(-3deg);
  }

  .dossier-object-center h2 {
    font-size: clamp(31px, 9vw, 40px);

    overflow-wrap: anywhere;
  }

  .dossier-copy {
    width: 100%;
  }

  .dossier-title {
    width: 100%;
    max-width: 100%;

    font-size: clamp(44px, 12vw, 56px);
    line-height: 1.07;
  }

  .dossier-lead {
    font-size: 26px;
  }

  .dossier-text {
    width: 100%;
    max-width: 100%;

    font-size: 15px;
  }

  .dossier-quote {
    font-size: 22px;
  }

  /* ---------------------------------------------------------
     À PROPOS
  --------------------------------------------------------- */

  .about-section {
    width: 100%;
    overflow: hidden;

    padding: 85px 0;
  }

  .about-container {
    width: calc(100% - 40px);
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    gap: 48px;
  }

  .about-title {
    width: 100%;
    max-width: 100%;

    font-size: clamp(44px, 12vw, 56px);
    line-height: 1.07;
  }

  .about-copy {
    width: 100%;
    max-width: 100%;
  }

  .about-copy .about-lead {
    font-size: 26px;
  }

  .about-copy p {
    width: 100%;
    max-width: 100%;

    font-size: 15px;
  }
}
