[data-lang] {
  display: none;
}

[data-lang][hidden] {
  display: none !important;
}

html[lang="en"] [data-lang="en"],
html[lang="fr"] [data-lang="fr"] {
  display: revert;
}

.somatic-lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  color: var(--ink);
  background: rgba(248, 248, 241, 0.9);
  border: 1px solid rgba(20, 54, 41, 0.16);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(8, 31, 23, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.somatic-lang-toggle button {
  min-width: 34px;
  min-height: 28px;
  padding: 0 8px;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-family: var(--display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  opacity: 0.55;
  transition: color 180ms ease, background 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.somatic-lang-toggle button:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.somatic-lang-toggle button.is-active {
  color: #fff;
  background: var(--forest);
  opacity: 1;
}

.somatic-grounding {
  position: relative;
  z-index: 2;
  background: var(--paper-bright);
  border-bottom: 1px solid var(--line);
}

.somatic-grounding__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.somatic-grounding article {
  min-width: 0;
  padding: clamp(34px, 4vw, 56px) clamp(24px, 3.6vw, 48px);
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 16px;
  border-left: 1px solid var(--line);
}

.somatic-grounding article:last-child {
  border-right: 1px solid var(--line);
}

.somatic-grounding article > span {
  padding-top: 3px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.somatic-grounding h2 {
  margin: 0;
  font-size: clamp(18px, 1.65vw, 23px);
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.somatic-grounding p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

.somatic-experience {
  background:
    radial-gradient(circle at 88% 12%, rgba(112, 134, 107, 0.16), transparent 32%),
    var(--paper);
}

.somatic-experience__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(310px, 0.6fr);
  gap: clamp(54px, 8vw, 112px);
  align-items: start;
}

.somatic-experience .section-heading {
  max-width: 790px;
  margin-bottom: clamp(42px, 6vw, 72px);
}

.somatic-experience__note {
  max-width: 720px;
  margin: 28px 0 0;
  padding-left: 20px;
  color: var(--ink-soft);
  border-left: 2px solid var(--gold);
  font-size: 14px;
}

.somatic-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.somatic-method {
  min-width: 0;
  min-height: 310px;
  padding: clamp(26px, 3.4vw, 40px);
  background: color-mix(in srgb, var(--paper-bright) 92%, var(--moss));
  border: 1px solid var(--line);
  border-radius: 16px 44px 20px 28px / 22px 16px 42px 20px;
}

.somatic-method:nth-child(2n) {
  border-radius: 42px 16px 32px 18px / 18px 32px 16px 44px;
}

.somatic-method__number {
  display: block;
  margin-bottom: 42px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.somatic-method h3 {
  margin: 0;
  font-size: clamp(20px, 1.7vw, 26px);
  overflow-wrap: anywhere;
}

.somatic-method p {
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

.somatic-experience__visual {
  position: sticky;
  top: calc(var(--header-h) + 30px);
}

.somatic-experience__visual .image-organic {
  aspect-ratio: 4 / 5.6;
  min-height: 620px;
}

.somatic-experience__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.somatic-experience__visual p {
  margin: 22px 6px 0;
  color: var(--ink-soft);
  font-family: var(--display);
  font-size: 15px;
  line-height: 1.55;
}

.investment-section {
  position: relative;
  overflow: hidden;
  background: var(--paper-bright);
}

.investment-section::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -160px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(112, 134, 107, 0.22);
  border-radius: 46% 54% 62% 38% / 42% 46% 54% 58%;
  pointer-events: none;
}

.investment-intro {
  position: relative;
  max-width: 900px;
  margin-bottom: clamp(48px, 7vw, 82px);
}

.investment-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.78fr 1.1fr 1.12fr;
  color: #fff;
  background: var(--forest-deep);
  border-radius: 22px 72px 28px 54px / 28px 22px 64px 30px;
  overflow: hidden;
}

.investment-grid article {
  min-width: 0;
  min-height: 290px;
  padding: clamp(32px, 4.5vw, 60px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
}

.investment-grid article:last-child {
  border-right: 0;
}

.investment-label {
  margin-bottom: auto;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.investment-grid strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(26px, 3.2vw, 48px);
  font-weight: 500;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.investment-grid p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
  line-height: 1.55;
}

.investment-notes {
  width: min(940px, 100%);
  margin: clamp(42px, 6vw, 72px) auto 0;
  display: grid;
  gap: 28px;
}

.investment-notes .notice {
  padding: clamp(26px, 4vw, 38px);
  font-size: 15px;
}

.investment-referral {
  margin: 0;
  color: var(--ink-soft);
  text-align: center;
}

.collaboration-reading {
  width: min(940px, calc(100vw - 44px));
  margin-inline: auto;
}

.collaboration-copy {
  max-width: 940px;
}

.collaboration-copy .lead,
.collaboration-copy > p:not(.eyebrow) {
  max-width: 900px;
}

.collaboration-notice {
  max-width: 900px;
  margin-top: clamp(34px, 5vw, 56px);
}

html[lang="fr"] .hero h1 {
  font-size: clamp(48px, 7.7vw, 114px);
}

html[lang="fr"] .menu-primary a {
  font-size: clamp(28px, 4vw, 54px);
}

html[lang="fr"] .somatic-method h3,
html[lang="fr"] .investment-grid strong {
  hyphens: auto;
}

@media (max-width: 1120px) {
  .header-actions {
    gap: 16px;
  }

  .somatic-experience__layout {
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: 44px;
  }

  .somatic-methods {
    grid-template-columns: 1fr;
  }

  .somatic-method {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .somatic-grounding__grid,
  .investment-grid {
    grid-template-columns: 1fr;
  }

  .somatic-grounding article {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .somatic-grounding article:last-child {
    border-bottom: 0;
  }

  .somatic-experience__layout {
    grid-template-columns: 1fr;
  }

  .somatic-experience__visual {
    position: static;
  }

  .somatic-experience__visual .image-organic {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .investment-grid {
    border-radius: 18px 48px 22px 38px / 24px 18px 44px 22px;
  }

  .investment-grid article {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }

  .investment-grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .header-inner {
    gap: 10px;
  }

  .header-actions {
    gap: 9px;
  }

  .somatic-lang-toggle {
    gap: 2px;
    padding: 3px;
  }

  .somatic-lang-toggle button {
    min-width: 30px;
    min-height: 26px;
    padding: 0 5px;
    font-size: 9px;
  }

  .somatic-grounding article {
    padding-inline: 20px;
  }

  .somatic-methods {
    gap: 14px;
  }

  .somatic-method {
    padding: 28px 24px 30px;
  }

  .somatic-method__number {
    margin-bottom: 28px;
  }

  .investment-grid article {
    padding: 32px 26px;
  }

  .investment-grid strong {
    margin-top: 54px;
    font-size: clamp(26px, 8.6vw, 38px);
  }

  html[lang="fr"] .hero h1 {
    font-size: clamp(39px, 11.2vw, 58px);
  }
}

@media (max-width: 430px) {
  .brand-copy small {
    font-size: 8px;
    letter-spacing: 0.09em;
  }

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

@media (max-width: 350px) {
  .brand-copy {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .somatic-lang-toggle button {
    transition: none;
  }
}
