/* Beyond Med – live.css
   Single-file cascade (consolidated). Mobile overrides: mobile.css.
   Generated by scripts/consolidate-css.py — re-run after bulk edits.
*/

/* —— Base & tokens —— */
:root {
  --green-dark: #2a4030;
  --font: "Wix Madefor Text", "madefor-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --gutter: clamp(1rem, 4vw, 2.5rem);
  --touch-min: 44px;
  --lavender: #bdc1fe;
  --offwhite: #edebea;
  --max: 1280px;
  --lavender-border: #d7d9fb;
  --font-display: "Wix Madefor Display", "madefor-display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --gutter-sm: clamp(.75rem, 3vw, 1.25rem);
  --header-h: clamp(60px, 10vw, 72px);
  --ink-soft: #35303a;
  --ink: #2f2b36;
  --green: #406245;
  --white: #ffffff;
  --section-pad: clamp(2.5rem, 6vw, 4.5rem);
  --moss: #3a4f3a;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  padding-right: env(safe-area-inset-right, 0);
  padding-left: env(safe-area-inset-left, 0);
  overflow-x: hidden;
  background: #ebe8e4;
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body.nav-open {
  overflow: hidden;
  touch-action: none;
}
body.page-cc .cc-cta__box {
  display: none;
}
body.page-legal main {
  background: #f6f1ea;
}
body.page-longe .cc-head {
  max-width: none;
  text-align: left;
}
body.page-longe .cc-head--center {
  margin-inline: 0;
  text-align: left;
}
body.page-longe .cc-hero {
  align-items: center;
  justify-content: center;
  text-align: center;
}
body.page-longe .cc-hero__actions {
  justify-content: center;
}
body.page-longe .cc-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 36rem;
  margin-inline: auto;
  text-align: center;
}
body.page-longe .cc-hero__text {
  margin-right: auto;
  margin-left: auto;
}
body.page-longe .cc-wrap {
  width: min(100% - 2.5rem, 1080px);
  margin-inline: auto;
}
body.page-longe .container {
  width: min(100% - 2.5rem, 1080px);
  margin-inline: auto;
}
body.page-longe .footer__bottom .container {
  width: min(100% - 2.5rem, 1080px);
}
body.page-longe .footer__intro .container {
  width: min(100% - 2.5rem, 1080px);
}
body.page-longe .footer__main .container {
  width: min(100% - 2.5rem, 1080px);
}
body.page-longe .longe-banner {
  width: 100%;
}
body.page-longe .longe-block {
  width: 100%;
  padding: 1.5rem 1.6rem 1.55rem;
  border: 1px solid rgba(74, 60, 50, .09);
  border-radius: 16px;
  box-shadow: 0 8px 24px #4a3c320a;
  background: #fff;
}
body.page-longe .longe-block .svc-prose {
  width: 100%;
  max-width: none;
}
body.page-longe .longe-block .svc-prose p {
  max-width: none;
}
body.page-longe .longe-block h2 {
  margin: 0 0 1rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
}
body.page-longe .longe-blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
body.page-longe .longe-blocks--legacy {
  display: grid;
  gap: 1.25rem;
  width: 100%;
  max-width: none;
  margin: 0;
}
body.page-longe .longe-explain {
  padding: 3.25rem 0 2.75rem;
}
body.page-longe .longe-explain .cc-explain__copy {
  display: block;
  justify-content: flex-start;
  height: auto;
  padding: 0;
}
body.page-longe .longe-explain .cc-explain__copy > p {
  max-width: none;
  margin: 0 0 .95rem;
}
body.page-longe .longe-explain .cc-explain__copy > p:last-child {
  margin-bottom: 0;
}
body.page-longe .longe-explain__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  align-items: start;
  gap: 2rem 2.5rem;
}
body.page-longe .longe-explain__photo {
  display: block;
  align-self: start;
  height: auto;
  margin: 0;
}
body.page-longe .longe-explain__photo img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}
body.page-longe .longe-explain__photo picture {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 18px 40px #4a3c321f;
}
body.page-longe .svc-faq {
  width: 100%;
  max-width: none;
}
body.page-longe .svc-faq details {
  transition: transform .15s, box-shadow .15s;
}
body.page-longe .svc-faq details[open] {
  box-shadow: 0 10px 28px #4a3c3214;
}
body.page-longe .svc-prose {
  max-width: none;
}
body.page-quiz main {
  background: transparent;
}
body.page-sub.page-cc {
  background: #ebe8e4;
  color: var(--ink);
}
body.page-sub.page-legal {
  background: #ebe8e4;
  color: var(--ink);
}
body.page-sub.page-quiz {
  background: #ebe8e4;
  color: var(--ink);
}
body.page-sub.page-svc {
  background: #ebe8e4;
  color: var(--ink);
}
body.page-svc .cc-ablauf {
  padding: clamp(3.25rem, 6vw, 4.5rem) 0;
  border-top: 1px solid rgba(47, 43, 54, .04);
  background: #f7f6f4;
}
body.page-svc .cc-cta {
  padding: .5rem 0 3.5rem;
}
body.page-svc .cc-cta__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.45) saturate(.9);
}
body.page-svc .cc-explain {
  padding: clamp(3.25rem, 6vw, 4.5rem) 0;
  background: #f7f6f4;
}
body.page-svc .cc-explain__grid {
  align-items: start;
  gap: 2rem 2.5rem;
}
body.page-svc .cc-explain__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
body.page-svc .cc-explain__photo--praxis img {
  object-position: 42% 50%;
  filter: none;
}
body.page-svc .cc-facts {
  margin-top: 1.5rem;
}
body.page-svc .cc-head {
  max-width: 40rem;
  margin-bottom: .35rem;
  margin-inline: auto;
  text-align: center;
}
body.page-svc .cc-head + .ov-areas {
  margin-top: 1.65rem;
}
body.page-svc .cc-head + .ov-grid {
  margin-top: 1.65rem;
}
body.page-svc .cc-head + .ov-therapy {
  margin-top: 1.65rem;
}
body.page-svc .cc-head + .svc-benefits {
  margin-top: 1.65rem;
}
body.page-svc .cc-head + .svc-faq {
  margin-top: 1.65rem;
}
body.page-svc .cc-head + .svc-list {
  margin-top: 1.65rem;
}
body.page-svc .cc-head + .svc-prose {
  margin-top: 1.65rem;
}
body.page-svc .cc-head + .svc-spec {
  margin-top: 1.65rem;
}
body.page-svc .cc-head + .svc-split {
  margin-top: 1.65rem;
}
body.page-svc .cc-head + .svc-timeline {
  margin-top: 1.65rem;
}
body.page-svc .cc-head > p:not(.cc-label) {
  max-width: 42ch;
  margin: .55rem auto 0;
  color: #433e49;
  font-size: 1.02rem;
  line-height: 1.5;
}
body.page-svc .cc-mood {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  padding: 0;
  overflow: hidden;
}
body.page-svc .cc-mood__img {
  position: absolute;
  inset: 0;
  min-height: 100%;
  max-height: none;
}
body.page-svc .cc-mood__img img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}
body.page-svc .cc-mood__quote {
  position: relative;
  z-index: 1;
  max-width: 30ch;
  margin: 0;
  padding: 1.5rem 1.25rem;
  color: #fff;
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}
body.page-svc .ov-areas .area-card {
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
}
body.page-svc .ov-areas .area-card__label {
  padding: .85rem 1rem;
  font-size: clamp(.88rem, 1.3vw, 1rem);
}
body.page-svc .ov-areas.areas__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  width: 100%;
}
body.page-svc .svc-section .svc-faq {
  max-width: 52rem;
  margin-inline: auto;
}
body.page-svc .svc-section .svc-lit {
  max-width: 48rem;
  margin-inline: auto;
  text-align: left;
}
body.page-svc .svc-section .svc-prose {
  max-width: 46rem;
  margin-inline: auto;
  text-align: left;
}
html {
  scroll-behavior: smooth;
}
html.hero-shader-ready .hero--shader .hero__fallback {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}
html.hero-shader-ready .hero__mesh {
  opacity: 0;
}
/* Static hero (Firefox / mobile / reduced-motion): praxis photo, no canvas */
html.hero-static .hero--shader .hero__bg {
  background: #ebe8e4;
}
html.hero-static .hero--shader .hero__fallback {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 0;
}
html.hero-static .hero--shader .hero__fallback img,
html.hero-static .hero--shader .hero__fallback-img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: saturate(.9) brightness(1.04);
}
html.hero-static .hero--shader .hero__shader,
html.hero-ff-static .hero--shader .hero__shader,
html.hero-safari-static .hero--shader .hero__shader {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
html.hero-static .hero--shader .hero__overlay {
  /* Keep headline/portrait readable over reception photo */
  background: linear-gradient(
    105deg,
    rgba(247, 244, 239, .9) 0%,
    rgba(247, 244, 239, .72) 38%,
    rgba(247, 244, 239, .38) 68%,
    rgba(247, 244, 239, .18) 100%
  );
}
html.hero-static .hero__mesh {
  opacity: 0;
  pointer-events: none;
}
html.hero-static:not(.no-motion) .hero__mesh-blob--a {
  animation: none;
}
html.hero-static:not(.no-motion) .hero__mesh-blob--b {
  animation: none;
}
html.hero-static:not(.no-motion) .hero__mesh-blob--c {
  animation: none;
}
html.no-motion .hero--shader .hero__bg {
  background: linear-gradient(165deg, #f5f2ed, #ebe8e4 42%, #e6e3df);
}
html.no-motion .hero__mesh {
  opacity: 1;
}

/* —— Header & navigation —— */
.lang-switch {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0;
  margin-left: .35rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  background: #0000002e;
}
.lang-switch__btn {
  appearance: none;
  min-width: 2.35rem;
  min-height: 34px;
  padding: .42rem .62rem;
  border: 0;
  background: transparent;
  color: #ffffffc7;
  font-family: var(--font);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  cursor: pointer;
  transition: background .15s, color .15s;
}
.lang-switch__btn.is-active {
  background: #bdc1fef2;
  color: var(--ink);
}
.lang-switch__btn:hover {
  background: #ffffff1a;
  color: #fff;
}
.lang-switch__btn[aria-pressed=true] {
  background: #bdc1fef2;
  color: var(--ink);
}
.nav-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: var(--touch-min);
  min-height: var(--touch-min);
  padding: 8px;
  touch-action: manipulation;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
}
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  height: var(--header-h);
  background: #5a5a5ab8;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background .25s ease;
}
.site-header.is-scrolled {
  background: #464646e6;
}
.site-header__cta {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: .55rem 1.15rem;
  border-radius: 999px;
  box-shadow: 0 4px 16px #bdc1fe59;
  background: var(--lavender);
  color: var(--ink);
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .01em;
  white-space: nowrap;
  transition: transform .15s, filter .15s, background .15s;
}
.site-header__cta:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.25rem;
  width: min(calc(100% - 2 * var(--gutter-sm)), 1400px);
  height: 100%;
  margin-inline: auto;
  padding-inline: env(safe-area-inset-left, 0) env(safe-area-inset-right, 0);
}
.site-header__logo img {
  width: auto;
  height: clamp(36px, 8vw, 52px);
}
.site-header__logo picture {
  display: block;
  line-height: 0;
}
/* Menu / header UI text: upright (not italic) */
.site-nav,
.site-nav__link,
.site-nav__dropdown,
.site-nav__dropdown a,
.site-header__cta,
.lang-switch,
.lang-switch__btn,
.nav-toggle {
  font-style: normal !important;
  font-synthesis: none;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: .15rem;
}
.site-nav__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  min-width: 240px;
  padding: .5rem 0;
  border-radius: 8px;
  box-shadow: 0 12px 40px #0000002e;
  background: var(--white);
}
.site-nav__dropdown a {
  display: block;
  padding: .55rem 1.1rem;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
}
.site-nav__dropdown a:hover {
  background: #f3f2f8;
}
.site-nav__item {
  position: relative;
}
.site-nav__item:hover .site-nav__dropdown {
  display: block;
}
.site-nav__link {
  padding: .85rem 1.1rem;
  color: var(--white);
  font-family: var(--font);
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -.01em;
}
.site-nav__link.is-active {
  opacity: 1;
  color: var(--lavender);
}
.site-nav__link:hover {
  opacity: .85;
}
.header__logo img {
  width: auto;
  height: clamp(36px, 8vw, 52px);
}
.header__logo picture {
  display: block;
  line-height: 0;
}

/* —— Hero —— */
.cc-hero {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: min(72vh, 640px);
  padding: calc(var(--header-h) + 2.5rem) 0 3.5rem;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.cc-hero h1 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.8vw, 3.85rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -.03em;
  text-wrap: balance;
}
.cc-hero:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: clamp(3.5rem, 11vh, 6.5rem);
  background: linear-gradient(180deg, transparent 0%, #f7f6f4 100%);
  pointer-events: none;
}
.cc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
}
.cc-hero__actions .btn {
  min-width: 10.5rem;
  min-height: 48px;
  font-weight: 600;
}
.cc-hero__btn-primary {
  box-shadow: 0 8px 24px #0003;
}
.cc-hero__inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 2 * var(--gutter)), 1180px);
  max-width: 40rem;
  margin-inline: auto;
}
.cc-hero__media {
  position: absolute;
  inset: 0;
  background: #1a1816;
}
.cc-hero__media img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(.9) brightness(.92);
}
.cc-hero__media video {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(.9) brightness(.92);
  background: #1a1816;
}
.cc-hero__media video:not([src]):not([data-src]) {
  opacity: 0;
  pointer-events: none;
}
/* Hide static poster frame once the hero video is loading/playing */
.cc-hero__media:has(video[src]) > img,
.cc-hero__media:has(video[data-loaded="1"]) > img {
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease;
}
.cc-hero__media video[data-loaded="1"],
.cc-hero__media video[src] {
  opacity: 1;
}
.cc-hero__shade {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 45%, #191c1e40, #191c1e8c), linear-gradient(180deg, #191c1e59, #191c1e73 55%, #191c1e8c);
}
.cc-hero__text {
  opacity: .94;
  max-width: 32ch;
  margin: 0 auto 1.75rem;
  font-size: clamp(1.05rem, 1.4vw, 1.15rem);
  line-height: 1.55;
  text-wrap: balance;
}
.hero {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 100dvh;
  overflow: hidden;
  color: var(--white);
}
.hero--shader {
  background: #ebe8e4;
  isolation: isolate;
  color: var(--ink);
}
.hero--shader .hero__bg {
  z-index: 0;
  background: #ebe8e4;
}
.hero--shader .hero__content {
  z-index: 3;
  pointer-events: none;
}
.hero--shader .hero__content a {
  pointer-events: auto;
}
.hero--shader .hero__cta-primary {
  background: var(--ink);
  color: #fff;
}
.hero--shader .hero__doctolib {
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 1px #ffffff8c inset, 0 8px 28px #2f2b361a;
  background: #ffffff8c;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: var(--ink);
  font-weight: 500;
  letter-spacing: .01em;
}
.hero--shader .hero__doctolib img {
  opacity: .78;
  filter: brightness(0) saturate(100%);
}
.hero--shader .hero__doctolib:focus-visible {
  outline: 2px solid rgba(64, 98, 69, .5);
  outline-offset: 3px;
}
.hero--shader .hero__doctolib:hover {
  box-shadow: 0 1px #ffffffa6 inset, 0 12px 32px #2f2b3624;
  background: #ffffffc7;
  filter: none;
  transform: translateY(-1px);
}
.hero--shader .hero__doctor {
  color: var(--ink);
  font-size: clamp(1.12rem, 1.9vw, 1.28rem);
  letter-spacing: -.02em;
}
.hero--shader .hero__fallback {
  z-index: 0;
}
.hero--shader .hero__fallback img {
  object-fit: cover;
  filter: saturate(.85) brightness(1.05);
}
.hero--shader .hero__identity {
  margin-top: clamp(1.35rem, 2.8vw, 1.85rem);
  padding-top: clamp(1.15rem, 2.2vw, 1.4rem);
  border-top: 1px solid rgba(47, 43, 54, .09);
}
.hero--shader .hero__kicker {
  margin-bottom: clamp(.85rem, 1.8vw, 1.15rem);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
}
.hero--shader .hero__lead {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.5vw, 2.85rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.hero--shader .hero__line--accent {
  color: #406245e0;
  font-size: .9em;
  font-weight: 500;
  letter-spacing: -.02em;
}
.hero--shader .hero__line--lead {
  font-weight: 700;
  letter-spacing: -.04em;
}
.hero--shader .hero__overlay {
  z-index: 2;
  background: linear-gradient(105deg, #f7f4ef94, #f7f4ef47 42%, #f7f4ef0d);
  pointer-events: none;
}
.hero--shader .hero__portrait {
  border-color: #2f2b361f;
}
.hero--shader .hero__poster {
  object-fit: cover;
  filter: saturate(.85) brightness(1.05);
}
.hero--shader .hero__role {
  opacity: 1;
  color: #4f4a55;
  font-family: var(--font);
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: .01em;
}
.hero--shader .hero__scroll {
  z-index: 3;
  color: #5a5460;
  pointer-events: auto;
}
.hero--shader .hero__scroll:hover {
  color: var(--ink);
}
.hero--shader .hero__scroll:hover .hero__scroll-label {
  opacity: .85;
}
.hero--shader .hero__shader {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  touch-action: none;
}
.hero--shader .hero__shader[hidden] {
  display: none;
}
.hero--shader:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: clamp(4.5rem, 13vh, 8.5rem);
  background: linear-gradient(180deg, transparent 0%, rgba(247, 246, 244, .35) 38%, #f7f6f4 100%);
  pointer-events: none;
}
.hero--video {
  background: #1a1816;
  color: var(--white);
}
.hero--video .hero__bg {
  background: #1a1816;
}
.hero--video .hero__bg picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.hero--video .hero__content {
  z-index: 3;
}
.hero--video .hero__doctor {
  color: var(--white);
  text-shadow: 0 1px 18px rgba(0, 0, 0, .35);
}
.hero--video .hero__kicker {
  color: #ffffffd1;
}
.hero--video .hero__lead {
  color: var(--white);
  text-shadow: 0 1px 18px rgba(0, 0, 0, .35);
}
.hero--video .hero__overlay {
  z-index: 2;
  background: linear-gradient(105deg, #191c1eb8, #191c1e6b 48%, #191c1e38);
}
.hero--video .hero__poster {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero--video .hero__role {
  color: var(--white);
  text-shadow: 0 1px 18px rgba(0, 0, 0, .35);
}
.hero--video .hero__scroll {
  color: #ffffffe0;
}
.hero--video .hero__video {
  opacity: 0;
  z-index: 1;
}
/* LCP-safe: hero copy is immediately paintable (was opacity:0 + long delay) */
.hero-enter {
  opacity: 1;
  filter: none;
  transform: none;
  --hero-i: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-enter {
    animation: heroLineIn .55s cubic-bezier(.22, 1, .36, 1) both;
    animation-delay: calc(var(--hero-i) * .06s);
  }
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem 1rem;
  margin-top: .35rem;
}
.hero__actions .hero__doctolib {
  opacity: .92;
  margin-top: 0;
  transform: scale(.94);
  transform-origin: left center;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #1a1a1a;
}
.hero__bg picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero__content {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 2 * var(--gutter)), var(--max));
  max-width: 560px;
  padding-inline: 0;
}
.hero__cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .7rem 1.45rem;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  box-shadow: 0 8px 24px #2f2b3633;
  background: var(--ink);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  transition: transform .15s, background .15s;
}
.hero__cta-primary:hover {
  background: var(--ink-soft);
  transform: translateY(-1px);
}
.hero__doctolib {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  height: 48px;
  margin-top: 1.35rem;
  padding: 0 24px;
  border-radius: 24px;
  box-shadow: 0 4px 16px #107aca59;
  background: #107aca;
  color: #fff;
  font-family: Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: filter .15s, transform .15s;
}
.hero__doctolib img {
  display: block;
  width: auto;
  height: 19px;
}
.hero__doctolib:focus-visible {
  outline: 2px solid #107aca;
  outline-offset: 3px;
}
.hero__doctolib:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
.hero__doctor {
  margin-bottom: .15rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.4;
}
/* Hidden by default so Chrome never flashes the photo before WebGPU shader */
.hero__fallback {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
}
.hero__fallback img,
.hero__fallback-img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero__identity {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: .35rem 0 0;
}
.hero__identity .hero__doctor {
  margin-bottom: .1rem;
}
.hero__identity .hero__role {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
}
.hero__identity-text {
  min-width: 0;
}
.hero__identity-text .hero__doctolib {
  opacity: 1;
  margin-top: .85rem;
  transform: none;
}
.hero__kicker {
  margin: 0 0 1rem;
  color: var(--green);
  font-family: var(--font);
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.hero__layout {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 2 * var(--gutter)), var(--max));
  margin-inline: auto;
  padding-top: calc(var(--header-h) + 2rem);
  padding-bottom: clamp(3rem, 7vh, 4.5rem);
}
.hero__lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .06em;
  margin-bottom: 1.75rem;
  color: var(--white);
  font-family: var(--font);
  font-size: clamp(1.65rem, 2.4vw, 2rem);
  font-weight: 400;
  line-height: 1.35;
}
.hero__lead strong {
  font-weight: 400;
}
.hero__line {
  display: block;
  will-change: transform, opacity, filter;
}
.hero__mesh {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  transition: opacity .55s ease;
}
.hero__mesh-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  will-change: transform;
}
.hero__mesh-blob--a {
  top: -18%;
  left: -12%;
  width: min(72vw, 640px);
  height: min(72vw, 640px);
  background: radial-gradient(circle, rgba(189, 193, 254, .72) 0%, transparent 68%);
}
.hero__mesh-blob--b {
  top: 8%;
  right: -14%;
  width: min(58vw, 520px);
  height: min(58vw, 520px);
  background: radial-gradient(circle, rgba(107, 143, 112, .38) 0%, transparent 70%);
}
.hero__mesh-blob--c {
  bottom: -8%;
  left: 28%;
  width: min(48vw, 420px);
  height: min(48vw, 420px);
  background: radial-gradient(circle, rgba(189, 193, 254, .42) 0%, transparent 72%);
}
.hero__mesh-blob--d {
  right: 18%;
  bottom: 22%;
  width: min(36vw, 300px);
  height: min(36vw, 300px);
  background: radial-gradient(circle, rgba(64, 98, 69, .18) 0%, transparent 70%);
}
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(100deg, #191c1e8c, #191c1e47 48%, #191c1e1f);
}
.hero__portrait {
  flex-shrink: 0;
  width: clamp(104px, 14vw, 132px);
  height: clamp(130px, 17.5vw, 168px);
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .55);
  border-radius: 16px;
  box-shadow: 0 12px 32px #1e1c1a33;
}
.hero__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1.18);
  transform-origin: center 22%;
}
.hero__poster {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero__role {
  opacity: .95;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}
.hero__scroll {
  display: inline-flex;
  position: absolute;
  bottom: 1.5rem;
  left: max(4.5rem, calc((100% - var(--max)) / 2 + 1.5rem));
  z-index: 3;
  flex-direction: column;
  align-items: center;
  gap: .2rem;
  color: #ffffffd9;
  font-size: 1.75rem;
  line-height: 1;
  text-decoration: none;
}
.hero__scroll-icon {
  animation: heroBob 1.8s ease-in-out infinite;
}
.hero__scroll-label {
  opacity: .55;
  font-family: var(--font);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero__shader {
  display: block;
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: auto;
  transition: opacity .8s ease;
}
.hero__shader.is-ready {
  opacity: 1;
}
/* Recorded WebGPU shader loop (Safari / no-WebGPU) */
video.hero__shader-video {
  display: block;
  object-fit: cover;
  object-position: center center;
  background: #ebe8e4;
  pointer-events: none;
}
video.hero__shader-video[hidden] {
  display: none !important;
}
html.hero-static video.hero__shader-video {
  display: none !important;
}
.hero__video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.sub-hero {
  position: relative;
  padding: calc(var(--header-h) + 2.75rem) 0 2.5rem;
  overflow: hidden;
  background: linear-gradient(165deg, #2f2b36, #3a3530 48%, #2a4030);
  color: #fff;
}
.sub-hero .cc-label {
  color: #ffffffb3;
}
.sub-hero h1 {
  margin: 0 0 .65rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.sub-hero p {
  opacity: .88;
  max-width: 40ch;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
}
.sub-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 88% 18%, rgba(189, 193, 254, .22), transparent 55%);
  pointer-events: none;
}
.sub-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 2.5rem, 1080px);
  max-width: 40rem;
  margin-inline: auto;
}

/* —— Home sections —— */
.areas {
  position: relative;
  z-index: 2;
  padding: clamp(3.25rem, 6vw, 4.75rem) 0 clamp(3rem, 5vw, 4rem);
  border-top: 1px solid rgba(47, 43, 54, .04);
  background: radial-gradient(80% 60% at 100% 0%, rgba(189, 193, 254, .1), transparent 55%), #f7f6f4;
  /* content-visibility disabled: Firefox left post-services homepage blank */
  content-visibility: visible;
  contain: none;
}
.areas .container {
  width: min(calc(100% - 2 * var(--gutter)), 1180px);
}
.areas h2 {
  margin: 0 0 .75rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.03em;
  text-align: center;
}
.areas__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.85rem, 1.5vw, 1.15rem);
}
.areas__head {
  max-width: 40rem;
  margin: 0 auto clamp(1.75rem, 3.5vw, 2.5rem);
  text-align: center;
}
.areas__head .areas__intro {
  margin-bottom: 0;
}
.areas__head h2 {
  margin-bottom: .65rem;
}
.areas__intro {
  max-width: 40rem;
  margin: 0 auto clamp(1.75rem, 3.5vw, 2.5rem);
  color: #413c47;
  font-size: clamp(1.02rem, 1.3vw, 1.12rem);
  line-height: 1.55;
  text-align: center;
  text-wrap: balance;
}
.areas__kicker {
  margin: 0 0 .55rem;
  color: var(--green);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.diagnostics {
  padding: 5rem 0 4.5rem;
  background: #f4f2ef;
  content-visibility: auto;
  contain-intrinsic-size: auto 520px;
}
.diagnostics h2 {
  margin-bottom: 3rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.5vw, 3.2rem);
  font-weight: 400;
  letter-spacing: -.02em;
  text-align: center;
}
.diagnostics__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem 1.25rem;
  max-width: 1120px;
  margin-inline: auto;
}
.has-scroll-anim .services-strip__grid {
  opacity: 1;
  transform: none;
}
.no-motion .services-strip__grid {
  opacity: 1;
  transform: none;
  transition: none;
}
.no-motion .welcome__media {
  opacity: 1;
  transform: none;
  transition: none;
}
.ov-areas {
  margin-top: 1.5rem;
}
.packages-cta {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  min-height: clamp(280px, 32vw, 380px);
  margin-top: 0;
  overflow: hidden;
  border-top: 1px solid rgba(47, 43, 54, .05);
  border-bottom: 1px solid rgba(47, 43, 54, .05);
  background: radial-gradient(90% 120% at 0% 50%, rgba(189, 193, 254, .16), transparent 55%), #f7f6f4;
  color: var(--ink);
  content-visibility: visible;
  contain: none;
}
.packages-cta__bg {
  opacity: .22;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.packages-cta__bg img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.packages-cta__bg picture {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.packages-cta__bg video {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.packages-cta__bg-fallback {
  z-index: 0;
}
.packages-cta__btn {
  min-height: 44px;
  padding: .72rem 1.7rem;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  box-shadow: 0 10px 28px #2f2b3629;
  background: var(--ink);
  color: #fff;
  font-size: .95rem;
  font-weight: 600;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.packages-cta__btn:hover {
  border-color: var(--ink-soft);
  background: var(--ink-soft);
  color: #fff;
  transform: translateY(-1px);
}
.packages-cta__copy {
  max-width: 26ch;
  margin: 0;
  padding: 0;
  color: #3b3641;
  font-family: var(--font);
  font-size: clamp(1.08rem, 1.7vw, 1.45rem);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-wrap: balance;
}
.packages-cta__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: .85rem;
  min-height: 0;
  padding-left: clamp(1.35rem, 2.8vw, 2.25rem);
  border-left: 1px solid rgba(47, 43, 54, .12);
}
.packages-cta__eyebrow {
  margin: 0;
  color: var(--green);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.packages-cta__headline {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.4vw, 3.1rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.03em;
  text-wrap: balance;
}
.packages-cta__inner {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: auto minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  width: min(calc(100% - 2 * var(--gutter)), 1180px);
  min-height: 0;
  margin-inline: auto;
  padding: clamp(2.25rem, 4.5vw, 3.25rem) 0;
}
.packages-cta__mark {
  position: relative;
  flex-shrink: 0;
  width: var(--mark-w);
  height: auto;
  aspect-ratio: 1503 / 2000;
  background: transparent;
  isolation: isolate;
  transform: translateZ(0);
  will-change: transform;
  mask-position: center;
  mask-mode: alpha;
  -webkit-mask-position: center;
  --mark-w: clamp(112px, 11vw, 168px);
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-image: url(../assets/images/live/icons/logo-b-mask.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-mode: alpha;
  mask-image: url(../assets/images/live/icons/logo-b-mask.png);
  mask-repeat: no-repeat;
}
.packages-cta__mark img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.packages-cta__mark picture {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.packages-cta__mark video,
.packages-cta__video {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  background: transparent;
}
.packages-cta__mark-fallback {
  z-index: 0;
}
/* Once the loop is loaded, hide the static poster under the video */
.packages-cta__mark:has(video[data-loaded="1"]) .packages-cta__mark-fallback {
  opacity: 0;
  transition: opacity .35s ease;
}
.packages-cta__video[data-loaded="1"] {
  opacity: 1;
}
.no-motion .packages-cta__video {
  display: none;
}
.no-motion .packages-cta__mark:has(video[data-loaded="1"]) .packages-cta__mark-fallback {
  opacity: 1;
}
.packages-cta__secondary {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border-bottom: 1px solid transparent;
  color: #4f4a55;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s ease, border-color .15s ease;
}
.packages-cta__secondary:after {
  content: "→";
  font-size: .95em;
  transition: transform .15s ease;
}
.packages-cta__secondary:hover {
  color: var(--ink);
  border-bottom-color: #2f2b3659;
}
.packages-cta__secondary:hover:after {
  transform: translate(3px);
}
.packages-cta__visual {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 0;
  filter: drop-shadow(0 16px 32px rgba(30, 40, 60, .14));
}
.page-overview .diagnostics {
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
}
.service-card {
  position: relative;
  aspect-ratio: 310 / 449;
  overflow: hidden;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 22px;
  box-shadow: 0 1px #ffffff1f inset, 0 18px 40px #1e1c1a1f;
  background: #1a1816;
  color: var(--white);
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease, border-color .3s ease;
}
.service-card .btn {
  align-self: center;
  min-width: 148px;
  height: 40px;
  margin-top: auto;
  padding: 0 1.2rem;
  border: 1px solid rgba(255, 255, 255, .38);
  box-shadow: 0 8px 20px #0000002e;
  background: #ffffff24;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-size: .9rem;
  font-weight: 500;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.service-card .btn:hover {
  border-color: #ffffff8c;
  background: #ffffff38;
  color: #fff;
  transform: translateY(-1px);
}
.service-card:hover {
  border-color: #2f2b361a;
  box-shadow: 0 1px #ffffff29 inset, 0 24px 48px #1e1c1a29;
  transform: translateY(-3px);
}
.service-card:hover .service-card__photo {
  transform: scale(1.045);
}
.service-card__body {
  display: flex;
  position: absolute;
  inset: 0;
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: .5rem;
  padding: 1.4rem 1.2rem 1.35rem;
  color: #fff;
  pointer-events: none;
}
.service-card__body .btn {
  pointer-events: auto;
}
.service-card__img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.service-card__img img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .65s cubic-bezier(.22, 1, .36, 1);
}
.service-card__img picture {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .65s cubic-bezier(.22, 1, .36, 1);
}
.service-card__photo {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .65s cubic-bezier(.22, 1, .36, 1);
}
.service-card__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, #1412188c, #14121838 38%, #1412182e 55%, #1412187a 78%, #141218c7);
  pointer-events: none;
}
.service-card__text {
  max-width: 95%;
  color: #ffffffe6;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.45;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .35), 0 6px 16px rgba(0, 0, 0, .22);
}
.service-card__title {
  margin-top: .1rem;
  color: #fff;
  font-family: var(--font-display, var(--font));
  font-size: clamp(1.15rem, 1.45vw, 1.55rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.02em;
  text-transform: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 8px 24px rgba(0, 0, 0, .28);
}
.services-strip {
  position: relative;
  z-index: 5;
  margin-top: 0;
  padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(3.5rem, 6vw, 5rem);
  background: #f7f6f4;
}
.services-strip__grid {
  display: grid;
  opacity: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.35rem);
  width: min(calc(100% - 2 * var(--gutter)), 1180px);
  margin-inline: auto;
  padding: 0;
  overflow: visible;
  transform: none;
}
.services-strip__head {
  width: min(calc(100% - 2 * var(--gutter)), 1180px);
  margin: 0 auto clamp(1.35rem, 3vw, 2rem);
  text-align: center;
}
.services-strip__kicker {
  margin: 0 0 .55rem;
  color: var(--green);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.services-strip__title {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.03em;
  text-wrap: balance;
}
.symptoms {
  position: relative;
  z-index: 2;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  border-top: 1px solid rgba(47, 43, 54, .04);
  background: radial-gradient(70% 50% at 0% 100%, rgba(189, 193, 254, .08), transparent 50%), #f7f6f4;
  content-visibility: visible;
  contain: none;
  contain-intrinsic-size: auto 520px;
}
.symptoms .container.symptoms__grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.15fr) minmax(240px, .95fr);
  align-items: stretch;
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
  width: min(calc(100% - 2 * var(--gutter)), 1180px);
  margin-inline: auto;
}
.symptoms__cta {
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: 440px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(47, 43, 54, .08);
  border-radius: 22px;
  box-shadow: 0 1px #ffffff14 inset, 0 18px 40px #141e1629;
  background: #0c1210;
  isolation: isolate;
  color: var(--lavender);
  --cta-pad: clamp(1.35rem, 2.2vw, 1.75rem);
}
.symptoms__cta .btn--book {
  flex: 1 1 auto;
  order: 1;
  min-height: 44px;
  padding: .65rem 1.15rem;
  border: 1.5px solid var(--lavender);
  background: var(--lavender);
  color: var(--green-dark);
  font-size: .9rem;
  font-weight: 600;
  white-space: nowrap;
}
.symptoms__cta .btn--book:hover {
  background: var(--lavender);
  filter: brightness(1.05);
  transform: translateY(-1px);
}
.symptoms__cta .btn--more {
  flex: 1 1 auto;
  order: 2;
  min-height: 44px;
  padding: .65rem 1.15rem;
  border: 1.5px solid rgba(232, 233, 255, .85);
  background: transparent;
  color: #e8e9ff;
  font-size: .9rem;
  font-weight: 500;
  white-space: nowrap;
}
.symptoms__cta .btn--more:hover {
  background: #ffffff1a;
  filter: none;
  transform: translateY(-1px);
}
.symptoms__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  width: 100%;
  min-width: 0;
  margin-top: .25rem;
}
.symptoms__cta-content {
  box-sizing: border-box;
  display: flex;
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
  min-height: 440px;
  padding: var(--cta-pad);
  overflow: visible;
}
.symptoms__cta-fallback {
  display: block;
  position: absolute;
  inset: -6%;
  z-index: 0;
  width: 112%;
  max-width: none;
  height: 112%;
  object-fit: cover;
  object-position: center center;
}
.symptoms__cta-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: .65rem 1rem;
  width: 100%;
  min-width: 0;
}
.symptoms__cta-kicker {
  flex: 1 1 7.5rem;
  min-width: 7.5rem;
  max-width: 14ch;
  margin: 0;
  padding-bottom: .15em;
  color: #dcdeffe6;
  font-family: var(--font);
  font-size: clamp(.82rem, 1.1vw, .95rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .04em;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .35);
  overflow-wrap: normal;
  hyphens: manual;
}
.symptoms__cta-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
}
.symptoms__cta-media img {
  display: block;
  position: absolute;
  inset: -6%;
  width: 112%;
  max-width: none;
  height: 112%;
  object-fit: cover;
  object-position: center center;
}
.symptoms__cta-media img, .symptoms__cta-media video, .symptoms__cta-fallback, .symptoms__cta-video {
  display: block;
  position: absolute;
  inset: -6%;
  width: 112%;
  max-width: none;
  height: 112%;
  object-fit: cover;
  object-position: center center;
}
.symptoms__cta-media video {
  display: block;
  position: absolute;
  inset: -6%;
  width: 112%;
  max-width: none;
  height: 112%;
  object-fit: cover;
  object-position: center center;
}
.symptoms__cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(165deg, #0a0e0c59, #0a0e0c8c 42%, #080c0ad1);
  pointer-events: none;
}
.symptoms__cta-title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #f0f1ff;
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 3.4vw, 3.15rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.03em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}
.symptoms__cta-video {
  display: block;
  position: absolute;
  inset: -6%;
  z-index: 1;
  width: 112%;
  max-width: none;
  height: 112%;
  object-fit: cover;
  object-position: center center;
}
.symptoms__cta-video[data-loaded="1"] + .symptoms__cta-fallback {
  opacity: 0;
}
.symptoms__grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.15fr) minmax(240px, .95fr);
  align-items: stretch;
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
  width: min(calc(100% - 2 * var(--gutter)), 1180px);
  margin-inline: auto;
}
.symptoms__heading {
  max-width: 9ch;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4.2vw, 3.6rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.03em;
}
.symptoms__heading:before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2px;
  margin-bottom: .85rem;
  border-radius: 1px;
  background: #4062458c;
}
.symptoms__intro {
  display: flex;
  align-items: flex-start;
}
.symptoms__item {
  padding: .95rem 0 1rem;
  border-bottom: 1px solid rgba(47, 43, 54, .1);
  transition: background .2s ease, padding-left .2s ease;
}
.symptoms__item span {
  display: block;
  color: #413c47;
  font-size: .92rem;
  line-height: 1.4;
}
.symptoms__item strong {
  display: block;
  margin-bottom: .2rem;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -.01em;
}
.symptoms__item:hover {
  padding-left: .35rem;
}
.symptoms__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(47, 43, 54, .1);
  list-style: none;
}
.welcome {
  position: relative;
  z-index: 4;
  margin-top: calc(-1*clamp(2.75rem, 7vh, 5rem));
  padding: clamp(2rem, 4.5vw, 3rem) 0 clamp(2rem, 4vw, 3rem);
  overflow: hidden;
  background: radial-gradient(90% 70% at 0% 0%, rgba(189, 193, 254, .12), transparent 50%), #f7f6f4;
}
.welcome + .services-strip {
  padding-top: .25rem;
}
.welcome__closing {
  margin-top: .25rem;
  margin-bottom: 0;
  padding-top: .5rem;
  color: #413c47;
  font-family: var(--font-display, var(--font));
  font-size: clamp(1.05rem, 1.3vw, 1.15rem);
  line-height: 1.55;
}
.welcome__copy {
  max-width: 38rem;
}
.welcome__copy p {
  margin: 0 0 1.1rem;
  color: #3a3540;
  font-size: clamp(1.02rem, 1.2vw, 1.1rem);
  line-height: 1.68;
}
.welcome__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .88fr);
  align-items: center;
  gap: clamp(1.75rem, 4vw, 3.25rem);
}
.welcome__head {
  max-width: 34rem;
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}
.welcome__inner {
  width: min(calc(100% - 2 * var(--gutter)), 1180px);
  margin-inline: auto;
}
.welcome__kicker {
  margin: 0 0 .65rem;
  color: var(--green);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.welcome__lead {
  color: var(--ink);
  font-size: clamp(1.12rem, 1.45vw, 1.22rem);
  line-height: 1.58;
}
.welcome__media {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: min(520px, 62vh);
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(47, 43, 54, .07);
  border-radius: 20px;
  box-shadow: 0 1px #ffffff2e inset, 0 22px 48px #1e1c1a1c;
  background: #1a1816;
  transform-origin: center center;
  will-change: transform;
}
.welcome__media video {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.welcome__poster {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.welcome__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.welcome__sign {
  display: block;
  margin-top: .45rem;
  color: #5c5662;
  font-family: var(--font);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.welcome__title {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display, var(--font));
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.03em;
  text-wrap: balance;
}
.welcome__title:before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2px;
  margin-bottom: .9rem;
  border-radius: 1px;
  background: #4062458c;
}
.welcome__video {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* —— Complete Check —— */
.cc-ablauf {
  padding: clamp(3.5rem, 7vw, 5rem) 0;
  border-top: 1px solid rgba(47, 43, 54, .04);
  background: #f7f6f4;
}
.cc-cta {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0 clamp(3.5rem, 7vw, 5rem);
  border-top: 1px solid rgba(47, 43, 54, .04);
  background: #f7f6f4;
  content-visibility: auto;
  contain-intrinsic-size: auto 520px;
}
.cc-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}
.cc-cta__actions .btn {
  min-height: 48px;
  font-weight: 600;
}
.cc-cta__bg video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.42) saturate(.9);
}
.cc-cta__content {
  max-width: 40rem;
}
.cc-cta__content > p {
  max-width: 42ch;
  margin: 0 0 1.5rem;
  color: #3b3641;
  font-size: 1.05rem;
  line-height: 1.55;
}
.cc-cta__content h2 {
  margin: 0 0 .75rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  font-weight: 400;
  letter-spacing: -.03em;
}
.cc-cta__panel {
  padding: clamp(2rem, 4vw, 2.75rem) clamp(1.5rem, 3.5vw, 2.5rem);
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 22px;
  box-shadow: 0 1px 2px #1e1c1a08, 0 16px 40px #1e1c1a0f;
  background: #fff;
}
.cc-explain {
  padding: clamp(3.5rem, 7vw, 5rem) 0 clamp(3rem, 6vw, 4.25rem);
  background: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(189, 193, 254, .14), transparent 55%), #f7f6f4;
}
.cc-explain h2 {
  margin: 0 0 1.15rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.8vw, 2.4rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.03em;
  text-wrap: balance;
}
.cc-explain h2:before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2px;
  margin-bottom: .9rem;
  border-radius: 1px;
  background: #4062458c;
}
.cc-explain__copy .svc-prose p {
  max-width: 42ch;
  margin: 0 0 1rem;
  color: #3a3540;
  font-size: 1.05rem;
  line-height: 1.65;
}
.cc-explain__copy .svc-prose p:last-child {
  margin-bottom: 0;
}
.cc-explain__copy > p {
  max-width: 42ch;
  margin: 0 0 1rem;
  color: #3a3540;
  font-size: 1.05rem;
  line-height: 1.65;
}
.cc-explain__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 3.5rem);
}
.cc-explain__lead {
  color: var(--ink);
  font-size: clamp(1.08rem, 1.35vw, 1.18rem);
  line-height: 1.55;
}
.cc-explain__photo {
  position: relative;
  margin: 0;
}
.cc-explain__media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(47, 43, 54, .07);
  border-radius: 20px;
  box-shadow: 0 1px #ffffff2e inset, 0 22px 48px #1e1c1a1c;
  background: #1a1816;
}
.cc-explain__media img,
.cc-explain__media picture,
.cc-explain__media video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.cc-explain__fallback {
  display: block;
  position: relative;
  z-index: 0;
  transition: opacity 0.35s ease;
}
.cc-explain__video,
.cc-explain__video--desktop {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #1a1816;
}
/* Hide still poster as soon as the video has a real source / is armed */
.cc-explain__media:has(video[src]) .cc-explain__fallback,
.cc-explain__media:has(video[data-loaded="1"]) .cc-explain__fallback,
.cc-explain__media:has(video[data-vid-armed="1"]) .cc-explain__fallback {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.cc-explain__photo > img {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(47, 43, 54, .07);
  border-radius: 20px;
  box-shadow: 0 1px #ffffff2e inset, 0 22px 48px #1e1c1a1c;
}
.cc-explain__photo figcaption {
  margin-top: .9rem;
  color: #413c47;
  font-size: .92rem;
  line-height: 1.4;
}
.cc-explain__photo figcaption span {
  display: block;
  margin-bottom: .2rem;
  color: var(--green);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.cc-explain__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(.95);
}
.cc-explain__photo picture {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(47, 43, 54, .07);
  border-radius: 20px;
  box-shadow: 0 1px #ffffff2e inset, 0 22px 48px #1e1c1a1c;
}
.cc-explain__photo--product img {
  padding: 1.25rem;
  object-fit: contain;
  background: #fff;
  filter: none;
}
.cc-explain__photo--product picture {
  border-radius: 22px;
  background: #fff;
}
.cc-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}
.cc-facts .cc-facts__icon {
  opacity: .9;
  width: 22px;
  height: 22px;
  margin-bottom: .35rem;
}
.cc-facts li {
  display: grid;
  position: relative;
  gap: .25rem;
  padding: 1.05rem 1.15rem;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 18px;
  box-shadow: 0 1px 2px #1e1c1a08;
  background: #fff;
}
.cc-facts span {
  color: var(--ink);
  font-size: .95rem;
  line-height: 1.4;
}
.cc-facts strong {
  color: var(--green);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.cc-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.cc-flow > li {
  position: relative;
  padding: 1.5rem 1.15rem 1.55rem;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 18px;
  box-shadow: 0 1px 2px #1e1c1a08, 0 12px 28px #1e1c1a0d;
  background: #fff;
  text-align: center;
}
.cc-flow p {
  margin: 0;
  color: #413c47;
  font-size: .92rem;
  line-height: 1.45;
}
.cc-flow strong {
  display: block;
  margin-bottom: .35rem;
  color: var(--ink);
  font-size: 1.05rem;
}
.cc-flow__icon {
  display: inline-flex;
  margin-bottom: .75rem;
}
.cc-flow__icon img {
  opacity: .9;
  width: 40px;
  height: 40px;
}
.cc-flow__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  margin: 0 auto .65rem;
  border-radius: 999px;
  background: #bdc1fe8c;
  color: var(--green-dark);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .02em;
}
.cc-fuer {
  padding: clamp(3.25rem, 6vw, 4.5rem) 0;
  border-top: 1px solid rgba(47, 43, 54, .04);
  background: radial-gradient(70% 50% at 100% 0%, rgba(189, 193, 254, .1), transparent 50%), #f7f6f4;
}
.cc-fuer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(1.25rem, 3vw, 2rem);
}
.cc-fuer__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cc-fuer__list li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 16px;
  box-shadow: 0 1px 2px #1e1c1a08;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.cc-fuer__list li:hover {
  border-color: #2f2b361a;
  box-shadow: 0 10px 24px #1e1c1a0f;
  transform: translateY(-1px);
}
.cc-fuer__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  align-items: stretch;
  align-self: stretch;
  gap: .75rem;
  min-height: 0;
}
/* Doctor photo left (tall); ECG + device stacked right */
.cc-fuer__media--triple {
  grid-template-columns: 1.15fr 1fr;
  grid-template-rows: 1fr 1fr;
  min-height: clamp(280px, 36vw, 420px);
}
.cc-fuer__media--triple .cc-fuer__visual--primary {
  grid-row: 1 / -1;
  aspect-ratio: auto;
  min-height: 0;
  height: 100%;
}
.cc-fuer__media--triple .cc-fuer__visual--secondary,
.cc-fuer__media--triple .cc-fuer__visual--tertiary {
  aspect-ratio: auto;
  min-height: 0;
  height: 100%;
}
.cc-fuer__media--triple .cc-fuer__visual--tertiary img {
  object-position: center 40%;
}
.cc-fuer__num {
  opacity: .85;
  flex-shrink: 0;
  padding-top: .15rem;
  color: var(--green);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
}
.cc-fuer__text {
  color: var(--ink);
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.35;
}
.cc-fuer__visual {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 20px;
  box-shadow: 0 1px #ffffff26 inset, 0 14px 32px #1e1c1a1a;
  background: #1a1816;
}
.cc-fuer__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cc-fuer__visual picture {
  display: block;
  width: 100%;
  height: 100%;
}
.cc-fuer__visual--secondary {
  border-radius: 20px;
}
.cc-fuer__visual--secondary img {
  object-position: center 45%;
}
.cc-fuer__visual:first-child img {
  object-position: center 28%;
}
.cc-head {
  max-width: 36rem;
  margin-bottom: 2.25rem;
}
.cc-head h2 {
  margin: 0 0 .65rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.03em;
}
.cc-head p {
  margin: 0;
  color: #413c47;
  font-size: 1.02rem;
  line-height: 1.5;
}
.cc-head--center {
  margin-inline: auto;
  text-align: center;
}
.cc-label {
  margin: 0 0 .65rem;
  color: #ffffffd1;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.cc-label--dark {
  color: var(--green);
}
.cc-mood {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: clamp(260px, 32vw, 360px);
  overflow: hidden;
}
.cc-mood__img {
  position: absolute;
  inset: 0;
}
.cc-mood__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.48) saturate(.88);
}
.cc-mood__video {
  position: absolute;
  inset: 0;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.48) saturate(.88);
}
/* Mood videos: desktop only (mobile keeps static poster/image) */
@media (min-width: 821px) {
  .cc-mood__video--desktop {
    display: block;
  }
  .cc-mood__img:has(.cc-mood__video--desktop[data-loaded="1"]) .cc-mood__fallback,
  .cc-mood__img:has(.cc-mood__video--desktop[src]) .cc-mood__fallback {
    opacity: 0;
  }
  .cc-mood__fallback {
    transition: opacity 0.4s ease;
  }
}
@media (max-width: 820px) {
  .cc-mood__video--desktop {
    display: none !important;
  }
}
.cc-mood__inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2 * var(--gutter)), 36rem);
  padding: 2.5rem 0;
  text-align: center;
}
.cc-mood__quote {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.8vw, 2.05rem);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -.02em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .3);
  text-wrap: balance;
}
.cc-pakete {
  padding: clamp(3.5rem, 7vw, 5rem) 0 clamp(3.25rem, 6vw, 4.5rem);
  border-top: 1px solid rgba(47, 43, 54, .04);
  background: radial-gradient(ellipse 70% 50% at 0% 100%, rgba(189, 193, 254, .12), transparent 50%), #f7f6f4;
}
.cc-pakete__note {
  margin: 1.85rem 0 0;
  color: #413c47;
  font-size: .98rem;
  text-align: center;
}
.cc-pakete__note a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cc-pakete__note a + a {
  margin-left: 0;
}
.cc-tabelle {
  padding: clamp(3.5rem, 7vw, 5rem) 0;
  border-top: 1px solid rgba(47, 43, 54, .04);
  background: #f7f6f4;
  content-visibility: auto;
  contain-intrinsic-size: auto 520px;
}
.cc-table {
  width: 100%;
  min-width: 640px;
  font-size: .92rem;
  border-collapse: collapse;
}
.cc-table tbody td {
  width: 18%;
  color: var(--green);
  font-weight: 600;
}
.cc-table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  width: 44%;
  box-shadow: 4px 0 10px #1e1c1a0a;
  background: #fff;
  font-weight: 500;
  text-align: left;
}
.cc-table tbody tr:hover {
  background: #bdc1fe1f;
}
.cc-table tbody tr:hover th {
  background: #bdc1fe1f;
}
.cc-table tbody tr:last-child td {
  border-bottom: none;
}
.cc-table tbody tr:last-child th {
  border-bottom: none;
}
.cc-table td {
  padding: .75rem .9rem;
  border-bottom: 1px solid rgba(47, 43, 54, .07);
  text-align: center;
}
.cc-table th {
  padding: .75rem .9rem;
  border-bottom: 1px solid rgba(47, 43, 54, .07);
  text-align: center;
}
.cc-table thead th {
  background: #40624514;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.cc-table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  box-shadow: 4px 0 10px #1e1c1a0a;
  background: #40624514;
  text-align: left;
}
.cc-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 18px;
  box-shadow: 0 1px 2px #1e1c1a08, 0 14px 32px #1e1c1a0d;
  background: #fff;
  overscroll-behavior-x: contain;
}
.cc-tier {
  display: flex;
  opacity: 1;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 22px;
  box-shadow: 0 1px #ffffff1f inset, 0 18px 40px #1e1c1a1a;
  background: #fff;
  transform: none;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.cc-tier li {
  position: relative;
  padding-left: 1.05rem;
  color: var(--ink);
  font-size: .88rem;
  line-height: 1.4;
}
.cc-tier li:before {
  content: "";
  position: absolute;
  top: .45em;
  left: 0;
  width: .38rem;
  height: .38rem;
  border-radius: 50%;
  background: var(--green);
}
.cc-tier ul {
  display: grid;
  flex: 1;
  gap: .42rem;
  margin: 0 0 1.15rem;
  padding: 0;
  list-style: none;
}
.cc-tier--mid {
  border-color: #2f2b3614;
  box-shadow: 0 1px #ffffff1f inset, 0 18px 40px #1e1c1a1a;
}
.cc-tier--mid .cc-tier__link {
  border-color: #2f2b3638;
  background: transparent;
  color: var(--ink);
}
.cc-tier--mid .cc-tier__link:hover {
  border-color: var(--ink);
  background: var(--ink);
  filter: none;
  color: #fff;
}
.cc-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(1rem, 1.8vw, 1.35rem);
  min-height: 720px;
  padding-bottom: 1rem;
}
.cc-tier:hover .cc-tier__visual img {
  transform: scale(1.04);
}
.cc-tier__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 1.3rem 1.25rem 1.45rem;
  background: #fff;
}
.cc-tier__body ul {
  flex: 1 1 auto;
}
.cc-tier__lead {
  margin: 0 0 .95rem;
  color: var(--green);
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.4;
}
.cc-tier__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: auto;
  padding: .65rem 1.15rem;
  border: 1.5px solid rgba(47, 43, 54, .22);
  border-radius: 999px;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 600;
  transition: background .2s, border-color .2s, color .2s, transform .15s;
}
.cc-tier__link:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
  transform: translateY(-1px);
}
.cc-tier__num {
  display: block;
  opacity: .85;
  margin-bottom: .35rem;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: .06em;
}
.cc-tier__pill {
  position: absolute;
  top: .9rem;
  right: .9rem;
  z-index: 2;
  padding: .4rem .75rem;
  border-radius: 999px;
  box-shadow: 0 4px 14px #0000001f;
  background: var(--lavender);
  color: var(--green-dark);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cc-tier__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #0c0a0c0d 15%, #0c0a0c47 48%, #0c0a0cc7);
  pointer-events: none;
}
.cc-tier__titleblock {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 1.25rem 1.2rem 1.35rem;
  color: #fff;
}
.cc-tier__titleblock h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.7vw, 1.5rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -.02em;
}
.cc-tier__visual {
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 4 / 3.6;
  overflow: hidden;
  background: #1a1816;
}
.cc-tier__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.95) contrast(1.03);
  transition: transform .5s ease;
}
.cc-tier__visual picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cc-wrap {
  width: min(calc(100% - 2 * var(--gutter)), 1180px);
  margin-inline: auto;
}
.has-scroll-anim .cc-cta__box {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .75s ease, transform .8s ease;
}
.has-scroll-anim .cc-cta__box.is-in {
  opacity: 1;
  transform: none;
}
.has-scroll-anim .cc-cta__panel {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .75s ease, transform .8s ease;
}
.has-scroll-anim .cc-cta__panel.is-in {
  opacity: 1;
  transform: none;
}
.has-scroll-anim .cc-explain__copy {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .75s ease, transform .8s ease;
}
.has-scroll-anim .cc-explain__copy.is-in {
  opacity: 1;
  transform: none;
}
.has-scroll-anim .cc-explain__photo {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .75s ease, transform .8s ease;
}
.has-scroll-anim .cc-explain__photo.is-in {
  opacity: 1;
  transform: none;
}
.has-scroll-anim .cc-flow > li {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .75s ease, transform .8s ease;
}
.has-scroll-anim .cc-flow > li.is-in {
  opacity: 1;
  transform: none;
}
.has-scroll-anim .cc-fuer__list li {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .75s ease, transform .8s ease;
}
.has-scroll-anim .cc-fuer__list li.is-in {
  opacity: 1;
  transform: none;
}
.has-scroll-anim .cc-fuer__visual {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .75s ease, transform .8s ease;
}
.has-scroll-anim .cc-fuer__visual.is-in {
  opacity: 1;
  transform: none;
}
.has-scroll-anim .cc-head {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .75s ease, transform .8s ease;
}
.has-scroll-anim .cc-head.is-in {
  opacity: 1;
  transform: none;
}
.has-scroll-anim .cc-mood__quote {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .75s ease, transform .8s ease;
}
.has-scroll-anim .cc-mood__quote.is-in {
  opacity: 1;
  transform: none;
}
.has-scroll-anim .cc-table-scroll {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .75s ease, transform .8s ease;
}
.has-scroll-anim .cc-table-scroll.is-in {
  opacity: 1;
  transform: none;
}
.longe-chapter__head .cc-label {
  margin: 0;
}
.longe-explain .cc-explain__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.longe-explain .cc-explain__copy > p {
  max-width: none;
  margin: 0 0 .95rem;
  font-size: 1.02rem;
  line-height: 1.62;
}
.longe-explain .cc-explain__copy > p:last-child {
  margin-bottom: 0;
}
.longe-factors .cc-head {
  margin-bottom: 1.1rem;
}
.svc-split__overlay .cc-label {
  color: #bdc1fef2;
}
.svc-st-cta .cc-head p:not(.cc-label) {
  max-width: 46ch;
  margin-inline: auto;
}
.svc-stack .cc-head {
  margin-bottom: 1rem;
}
.svc-stack .cc-head h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
}

/* —— Service / quiz / longevity —— */
.longe-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .9fr);
  align-items: stretch;
  gap: 1.5rem 2rem;
  overflow: hidden;
  border: 1px solid rgba(74, 60, 50, .08);
  border-radius: 20px;
  box-shadow: 0 14px 36px #4a3c320f;
  background: #fff;
}
.longe-banner__copy {
  padding: 2rem 1.75rem 2rem 2rem;
}
.longe-banner__copy h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  font-weight: 500;
  line-height: 1.25;
}
.longe-banner__copy p {
  margin: 0 0 .9rem;
  color: #35303a;
  font-size: 1.02rem;
  line-height: 1.6;
}
.longe-banner__visual {
  min-height: 100%;
  margin: 0;
}
.longe-banner__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}
.longe-banner__visual picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}
.longe-blocks {
  content-visibility: auto;
  contain-intrinsic-size: auto 520px;
}
.longe-callout {
  margin-top: 1.15rem;
  padding: .95rem 1.1rem;
  border: 1px solid rgba(189, 193, 254, .45);
  border-radius: 12px;
  background: #bdc1fe38;
}
.longe-callout p {
  margin: 0;
  color: var(--ink);
  font-size: .95rem;
  line-height: 1.5;
}
.longe-card {
  padding: 1.1rem 1.15rem 1.15rem;
  border: 1px solid rgba(74, 60, 50, .1);
  border-radius: 16px;
  box-shadow: 0 8px 22px #4a3c320a;
  background: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .18s, box-shadow .18s, border-color .18s;
}
.longe-card:focus-visible {
  border-color: #bdc1fee6;
  outline: none;
  box-shadow: 0 14px 32px #4a3c321a;
  transform: translateY(-3px);
}
.longe-card:hover {
  border-color: #bdc1fee6;
  outline: none;
  box-shadow: 0 14px 32px #4a3c321a;
  transform: translateY(-3px);
}
.longe-card__hint {
  display: block;
  color: #4a4550;
  font-size: .85rem;
}
.longe-card__num {
  display: block;
  margin-bottom: .4rem;
  color: #4a6b4f;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
}
.longe-card__title {
  display: block;
  margin-bottom: .25rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.25;
}
.longe-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin: 0 0 1.75rem;
}
.longe-chapter {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(74, 60, 50, .09);
  border-radius: 18px;
  box-shadow: 0 10px 28px #4a3c320a;
  background: #fff;
  transition: box-shadow .2s, border-color .2s;
}
.longe-chapter.is-active {
  border-color: #bdc1fed9;
  box-shadow: 0 14px 36px #4a3c3214;
}
.longe-chapter.is-open .longe-chapter__body {
  display: block;
  animation: longeFade .35s ease;
}
.longe-chapter.is-open .longe-chapter__chev {
  margin-top: .25rem;
  transform: rotate(-135deg);
}
.longe-chapter__body {
  display: none;
  padding: 0 1.35rem 1.4rem;
  border-top: 1px solid rgba(74, 60, 50, .07);
}
.longe-chapter__body .svc-prose {
  max-width: none;
  padding-top: 1.15rem;
}
.longe-chapter__chev {
  width: .55rem;
  height: .55rem;
  margin-right: .35rem;
  border-right: 2px solid rgba(47, 43, 54, .45);
  border-bottom: 2px solid rgba(47, 43, 54, .45);
  transform: rotate(45deg);
  transition: transform .2s;
}
.longe-chapter__head {
  display: grid;
  gap: .15rem;
  min-width: 0;
}
.longe-chapter__num {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #eef0ff;
  color: var(--ink);
  font-size: .75rem;
  font-weight: 700;
}
.longe-chapter__num:empty {
  display: none;
}
.longe-chapter__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}
.longe-chapter__title {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 600;
  line-height: 1.25;
}
.longe-chapter__toggle {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: .85rem 1rem;
  width: 100%;
  padding: 1.15rem 1.25rem;
  border: none;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.longe-chapters {
  display: grid;
  gap: .85rem;
  min-width: 0;
}
.longe-chip {
  padding: .5rem .95rem;
  border: 1px solid rgba(74, 60, 50, .12);
  border-radius: 999px;
  background: #f6f1ea;
  color: var(--ink-soft);
  font: inherit;
  font-size: .9rem;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s, transform .15s;
}
.longe-chip.is-active {
  border-color: #2f2b36;
  background: #2f2b36;
  color: #fff;
}
.longe-chip:hover {
  border-color: #bdc1fee6;
  transform: translateY(-1px);
}
.longe-explain {
  padding: 3.25rem 0 2.75rem;
}
.longe-explain__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .92fr);
  align-items: stretch;
  gap: 1.75rem 2rem;
}
.longe-explain__photo {
  display: flex;
  height: 100%;
  min-height: 100%;
  margin: 0;
}
.longe-explain__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.95);
}
.longe-explain__photo picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 18px 40px #4a3c321f;
}
.longe-explain__strip {
  flex-shrink: 0;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
}
.longe-explain__strip figure {
  aspect-ratio: 4 / 3;
}
.longe-factors {
  padding: 1.35rem 1.35rem 1.45rem;
  border: 1px solid rgba(74, 60, 50, .09);
  border-radius: 18px;
  box-shadow: 0 10px 28px #4a3c320a;
  background: #fff;
}
.longe-factors__chips {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-bottom: 1rem;
}
.longe-factors__panel {
  min-height: 4.5rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(74, 60, 50, .08);
  border-radius: 12px;
  background: #faf7f2;
}
.longe-factors__panel p {
  margin: 0;
  color: #342f39;
  font-size: .98rem;
  line-height: 1.55;
  animation: longeFade .3s ease;
}
.longe-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  height: 3px;
  background: transparent;
  pointer-events: none;
}
.longe-progress__bar {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #bdc1fe, #406245);
  transition: width .08s linear;
}
.longe-rail {
  position: sticky;
  top: var(--header-h);
  z-index: 40;
  padding: .55rem 0;
  border-bottom: 1px solid rgba(74, 60, 50, .1);
  background: #f6f1eaeb;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.longe-rail__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .85rem 1.25rem;
}
.longe-rail__label {
  display: none;
  flex-shrink: 0;
  margin: 0;
  color: #4a6b4f;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.longe-rail__links {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}
.longe-rail__links a {
  padding: .35rem .75rem;
  border: 1px solid rgba(74, 60, 50, .1);
  border-radius: 999px;
  background: #fff;
  color: var(--ink-soft);
  font-size: .84rem;
  transition: background .15s, border-color .15s, color .15s;
}
.longe-rail__links a.is-active {
  border-color: #2f2b36;
  background: #2f2b36;
  color: #fff;
}
.longe-rail__links a:hover {
  border-color: #2f2b36;
  background: #2f2b36;
  color: #fff;
}
.longe-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .55rem;
  margin-top: 1.25rem;
}
.longe-steps__item {
  padding: .85rem .75rem;
  border: 1px solid rgba(74, 60, 50, .08);
  border-radius: 12px;
  background: #faf7f2;
  text-align: center;
}
.longe-steps__item p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .82rem;
  line-height: 1.35;
}
.longe-steps__item span {
  display: inline-grid;
  place-items: center;
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: .4rem;
  border-radius: 50%;
  background: #bdc1fe;
  font-size: .75rem;
  font-weight: 700;
}
.longe-toc {
  position: sticky;
  top: calc(var(--header-h) + 3.25rem);
  padding: 1.15rem 1.15rem 1.25rem;
  border: 1px solid rgba(74, 60, 50, .08);
  border-radius: 16px;
  box-shadow: 0 10px 28px #4a3c320d;
  background: #fff;
}
.longe-toc__cta {
  display: inline-flex;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(42, 64, 48, .3);
  color: var(--green-dark);
  font-size: .88rem;
  font-weight: 500;
}
.longe-toc__list {
  display: grid;
  gap: .35rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}
.longe-toc__list a {
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .4rem .35rem;
  border-radius: 8px;
  color: var(--ink-soft);
  font-size: .9rem;
  transition: background .15s, color .15s;
}
.longe-toc__list a span {
  opacity: .85;
  min-width: 1.4rem;
  color: #4a6b4f;
  font-size: .72rem;
  font-weight: 700;
}
.longe-toc__list a.is-active {
  background: #bdc1fe47;
  color: var(--ink);
}
.longe-toc__list a:hover {
  background: #bdc1fe47;
  color: var(--ink);
}
.longe-toc__title {
  display: none;
  margin: 0 0 .85rem;
  color: #4a6b4f;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.longe-wissen {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
  gap: 2rem 2.5rem;
}
.pub-book {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(47, 43, 54, .07);
  border-radius: 20px;
  box-shadow: 0 1px 2px #1e1c1a08, 0 14px 32px #1e1c1a0c;
  background: #fff;
}
.pub-book__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: .35rem;
  padding: 1.15rem 1.2rem 1.3rem;
}
.pub-book__buy {
  align-self: flex-start;
  margin-top: auto;
}
.pub-book__cover {
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  padding: 1.15rem 1.15rem .55rem;
  overflow: hidden;
  background: #f3f1ee;
}
.pub-book__face {
  display: block;
  width: min(100%, 200px);
}
.pub-book__face img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 10px 28px #1e1c1a2e;
}
.pub-book__face--flat {
  transition: opacity .35s ease;
}
.pub-book__face--mockup {
  opacity: 0;
  position: absolute;
  z-index: 1;
  bottom: .55rem;
  left: 50%;
  width: min(100%, 220px);
  pointer-events: none;
  transform: translate(-50%);
  transition: opacity .35s ease;
}
.pub-book__face--mockup img {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 10px 20px rgba(30, 28, 26, .2));
}
.pub-book__meta {
  margin: 0;
  color: var(--green);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.pub-book__text {
  flex: 1 1 auto;
  margin: .15rem 0 .75rem;
  color: #413c47;
  font-size: .92rem;
  line-height: 1.5;
}
.pub-book__title {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.pub-books {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.35rem);
}
.pub-highlight {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  margin: clamp(1.75rem, 4vw, 2.5rem) 0 clamp(2rem, 4vw, 2.75rem);
}
.pub-highlight figcaption {
  margin-top: .75rem;
  color: #45404b;
  font-size: .9rem;
  line-height: 1.4;
}
.pub-highlight figcaption span {
  display: block;
  margin-bottom: .2rem;
  color: var(--green);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pub-highlight figure {
  margin: 0;
}
.pub-highlight img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(47, 43, 54, .07);
  border-radius: 18px;
  box-shadow: 0 1px #ffffff2e inset, 0 18px 40px #1e1c1a14;
}
.pub-highlight__poster img {
  object-position: center top;
}
.pub-intro {
  max-width: 40rem;
  margin: .85rem auto 0;
  color: #3c3742;
  font-size: 1.02rem;
  line-height: 1.6;
}
.quiz {
  margin-top: .5rem;
}
.quiz--form .quiz__question--form {
  padding: 1.15rem 0 1.25rem;
  border-bottom: 1px solid rgba(47, 43, 54, .08);
}
.quiz--form .quiz__question--form:last-of-type {
  border-bottom: none;
}
.quiz--loading {
  padding: 2rem 1rem 1.5rem;
  text-align: center;
}
.quiz-body {
  padding: clamp(2rem, 5vw, 3.25rem) 0 clamp(3rem, 6vw, 4.5rem);
  background: #f7f6f4;
}
.quiz-body .literature-list {
  margin: .35rem 0 0 1.15rem;
  padding: 0;
  color: #46414c;
  font-size: .88rem;
  line-height: 1.55;
}
.quiz-body .notice-box {
  margin: 1rem 0;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(47, 43, 54, .06);
  border-left: 3px solid var(--green);
  border-radius: 14px;
  background: #bdc1fe24;
  color: #38333e;
  font-size: .94rem;
  line-height: 1.55;
}
.quiz-body > .sub-wrap > .content-block {
  max-width: 640px;
  margin: 1.5rem auto 0;
}
.quiz-body h2 {
  margin: 0 0 .65rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
}
.quiz-howto {
  margin-top: 1rem;
}
.quiz-lit {
  max-width: 720px;
  margin: 1.75rem auto 0;
  padding: 1.5rem 0 0;
}
.quiz-lit h2 {
  margin: 0 0 .75rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: -.02em;
}
.quiz-more {
  max-width: 720px;
  margin: 1.5rem auto 0;
  color: #4a4550;
  font-size: .95rem;
  text-align: center;
}
.quiz-more a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.quiz-panel {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 22px;
  box-shadow: 0 1px 2px #1e1c1a08, 0 16px 40px #1e1c1a0f;
  background: #fff;
}
.quiz-panel .content-block {
  margin: 0 0 1.25rem;
}
.quiz-panel .content-block p {
  color: #3a3540;
  font-size: 1.02rem;
  line-height: 1.62;
}
.quiz-panel .content-block:last-child {
  margin-bottom: 0;
}
.quiz-panel .notice-box {
  margin: 1rem 0;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(47, 43, 54, .06);
  border-left: 3px solid var(--green);
  border-radius: 14px;
  background: #bdc1fe24;
  color: #38333e;
  font-size: .94rem;
  line-height: 1.55;
}
.quiz-panel p {
  margin: 0 0 .85rem;
  color: #35303a;
  font-size: .98rem;
  line-height: 1.55;
}
.quiz-panel--wide {
  max-width: 760px;
}
.quiz__form-error {
  margin: .85rem 0 0;
  color: #8b3a3a;
  font-size: .95rem;
  font-weight: 500;
  text-align: center;
}
.quiz__form-hint {
  margin: -.5rem 0 1rem;
  color: #4f4a55;
  font-size: .88rem;
}
.quiz__loading-bar {
  max-width: 280px;
  height: 6px;
  margin: 0 auto .85rem;
  overflow: hidden;
  border-radius: 999px;
  background: #2f2b3614;
}
.quiz__loading-fill {
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--lavender));
  animation: quizLoad 1.7s ease-out forwards;
}
.quiz__loading-msg {
  margin: 0;
  color: #4a4550;
  font-size: .92rem;
}
.quiz__loading-title {
  margin: 0 0 1rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.25rem;
}
.quiz__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-top: 1.5rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(47, 43, 54, .08);
}
.quiz__nav .btn:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none;
}
.quiz__nav--form {
  justify-content: center;
  margin-top: .5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(47, 43, 54, .08);
}
.quiz__nav--form .btn {
  min-width: min(100%, 280px);
  min-height: 50px;
}
.quiz__option {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  padding: .95rem 1.05rem;
  border: 1.5px solid rgba(47, 43, 54, .1);
  border-radius: 14px;
  background: #faf9f7;
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.quiz__option input {
  flex-shrink: 0;
  margin-top: .2rem;
  accent-color: var(--green);
}
.quiz__option label {
  color: #322e37;
  font-size: .98rem;
  line-height: 1.45;
  cursor: pointer;
}
.quiz__option--selected {
  border-color: var(--green);
  box-shadow: 0 0 0 1px #4062451f;
  background: #bdc1fe2e;
}
.quiz__option:has(input:checked) {
  border-color: var(--green);
  box-shadow: 0 0 0 1px #4062451f;
  background: #bdc1fe2e;
}
.quiz__option:hover {
  border-color: #40624559;
  background: #fff;
}
.quiz__options {
  display: grid;
  gap: .65rem;
}
.quiz__packages {
  margin: 1rem 0 1.15rem;
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(47, 43, 54, .07);
  border-radius: 14px;
  background: #faf9f7;
}
.quiz__packages-intro {
  margin: 0 0 .65rem;
  color: #3b3641;
  font-size: .95rem;
}
.quiz__packages-list {
  margin: 0 0 .85rem;
  padding-left: 1.15rem;
  color: #3a3540;
  font-size: .92rem;
  line-height: 1.5;
}
.quiz__packages-list li {
  margin-bottom: .4rem;
}
.quiz__packages-primary {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
}
.quiz__progress {
  height: 4px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 999px;
  background: #2f2b3614;
}
.quiz__progress-bar {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green) 0%, #6b8f70 55%, var(--lavender) 100%);
  transition: width .35s ease;
}
.quiz__question-number {
  margin: 0 0 .5rem;
  color: var(--green);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.quiz__question-text {
  margin: 0 0 1.25rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -.02em;
}
.quiz__result {
  text-align: left;
}
.quiz__result h3 {
  margin: 0 0 .75rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 400;
  letter-spacing: -.02em;
}
.quiz__result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}
.quiz__result-kicker {
  margin: 0 0 .45rem;
  color: var(--green);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.quiz__result-msg {
  margin: 0 0 .85rem;
  color: #37323c;
  font-size: 1.02rem;
  line-height: 1.6;
}
.quiz__result-note {
  margin: 0 0 1.35rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 12px;
  background: #bdc1fe24;
  color: #46414c;
  font-size: .94rem;
  line-height: 1.55;
}
.quiz__result-score {
  margin: 0 0 1rem;
  color: #433e49;
  font-size: 1.05rem;
}
.quiz__result-score span {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 500;
  letter-spacing: -.02em;
}
.st-card {
  display: flex;
  flex-direction: column;
  gap: .55rem;
  min-height: 100%;
  padding: 1.4rem 1.35rem 1.35rem;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 20px;
  box-shadow: 0 1px 2px #1e1c1a08, 0 14px 32px #1e1c1a0d;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.st-card:hover {
  border-color: #2f2b361a;
  box-shadow: 0 1px #ffffff80 inset, 0 18px 40px #1e1c1a1a;
  transform: translateY(-2px);
}
.st-card__cta {
  margin-top: .35rem;
  color: var(--green-dark);
  font-size: .92rem;
  font-weight: 600;
}
.st-card__kicker {
  color: var(--green);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.st-card__text {
  flex: 1;
  margin: 0;
  color: #413c47;
  font-size: .95rem;
  line-height: 1.5;
}
.st-card__title {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.st-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}
.st-overview-notice {
  max-width: 720px;
  margin: 0 auto 1.75rem;
}
.svc-band {
  position: relative;
  min-height: 200px;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 14px 34px #4a3c3214;
}
.svc-band figcaption {
  position: absolute;
  bottom: 1rem;
  left: 1.25rem;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.05rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}
.svc-band img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  filter: brightness(.88) saturate(.92);
}
.svc-benefit {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: .85rem 1rem;
  min-height: 100%;
  padding: 1.2rem 1.2rem 1.25rem;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 16px;
  box-shadow: 0 8px 22px #1e1c1a0a;
  background: #fff;
}
.svc-benefit > h3 {
  grid-column: 1 / -1;
}
.svc-benefit > p {
  grid-column: 1 / -1;
}
.svc-benefit h3 {
  margin: 0 0 .35rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 600;
}
.svc-benefit p {
  margin: 0;
  color: #3b3641;
  font-size: .92rem;
  line-height: 1.48;
}
.svc-benefit__body h3 {
  margin: 0 0 .35rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 600;
}
.svc-benefit__body p {
  margin: 0;
  color: #3b3641;
  font-size: .92rem;
  line-height: 1.48;
}
.svc-benefit__icon {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #bdc1fe47;
}
.svc-benefit__icon img {
  display: block;
  width: 26px;
  height: 26px;
}
.svc-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: .9rem;
  margin-top: 1.5rem;
}
.svc-faq {
  display: grid;
  gap: .5rem;
  max-width: 48rem;
  margin-top: 1.15rem;
}
.svc-faq details {
  padding: 0 1.1rem;
  border: 1px solid rgba(74, 60, 50, .08);
  border-radius: 12px;
  background: #fff;
}
.svc-faq details p {
  margin: 0 0 .95rem;
  color: #3b3641;
  font-size: .93rem;
  line-height: 1.55;
}
.svc-faq details[open] summary:after {
  content: "–";
}
.svc-faq summary {
  padding: .9rem 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: .98rem;
  font-weight: 600;
  list-style: none;
  cursor: pointer;
}
.svc-faq summary::-webkit-details-marker {
  display: none;
}
.svc-faq summary:after {
  content: "+";
  opacity: .4;
  float: right;
  font-weight: 400;
}
.svc-list {
  display: grid;
  gap: .5rem;
  max-width: none;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}
.svc-list li {
  position: relative;
  padding: .8rem 1rem .8rem 2.35rem;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 12px;
  box-shadow: 0 6px 16px #1e1c1a08;
  background: #fff;
  color: #37323c;
  font-size: .95rem;
  line-height: 1.45;
}
.svc-list li:before {
  content: "";
  position: absolute;
  top: 1.05rem;
  left: .95rem;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--lavender);
}
.svc-list--grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.svc-lit {
  display: grid;
  gap: .4rem;
  max-width: 48rem;
  margin-top: .85rem;
}
.svc-lit p {
  margin: 0;
  color: #4a4550;
  font-size: .8rem;
  line-height: 1.45;
}
.svc-media-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 2rem;
}
.svc-media-strip figcaption {
  position: absolute;
}
.svc-media-strip figure {
  aspect-ratio: 5 / 4;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 16px;
  box-shadow: 0 10px 24px #1e1c1a0f;
  background: #e4e0db;
}
.svc-media-strip img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.95);
}
.svc-media-strip picture {
  display: block;
  width: 100%;
  height: 100%;
}
.svc-media-strip--captioned .svc-media-strip__img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.svc-media-strip--captioned figcaption {
  position: static;
  padding: .65rem .85rem .8rem;
  background: #fff;
  color: #3f3a45;
  font-size: .82rem;
  line-height: 1.35;
}
.svc-media-strip--captioned figure {
  display: flex;
  flex-direction: column;
  aspect-ratio: auto;
}
/* Two or three clinical example images — full width of .cc-wrap (align with cards above) */
.svc-media-strip--pair,
.svc-media-strip--trio {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  margin-top: 1.5rem;
  gap: .9rem; /* match .svc-benefits gap */
}
.svc-media-strip--pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.svc-media-strip--trio {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.svc-media-strip--pair .svc-media-strip__img,
.svc-media-strip--trio .svc-media-strip__img {
  aspect-ratio: 1 / 1;
}
.svc-media-strip--pair img,
.svc-media-strip--trio img {
  filter: none;
}
.svc-media-strip--pair figcaption,
.svc-media-strip--trio figcaption {
  font-size: 0.88rem;
  line-height: 1.4;
  padding: 0.75rem 0.95rem 0.95rem;
}
.svc-media-strip--pair figcaption strong,
.svc-media-strip--trio figcaption strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--ink);
  font-weight: 600;
}

/* Praxis gallery (team page) */
.praxis-gallery {
  max-width: 960px;
  margin: 0 auto;
}
.praxis-gallery__stage {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.5rem;
}
.praxis-gallery__viewport {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(47, 43, 54, 0.08);
  background: #1a1816;
  box-shadow: 0 18px 40px rgba(30, 28, 26, 0.12);
}
.praxis-gallery__slide {
  margin: 0;
  display: none;
}
.praxis-gallery__slide.is-active {
  display: block;
}
.praxis-gallery__slide picture {
  display: block;
  width: 100%;
}
.praxis-gallery__slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
}
.praxis-gallery__slide figcaption {
  padding: 0.85rem 1.1rem 1rem;
  background: #fff;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.4;
}
.praxis-gallery__slide figcaption strong {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--ink);
  font-weight: 650;
}
.praxis-gallery__nav {
  appearance: none;
  border: 1px solid rgba(47, 43, 54, 0.12);
  background: #fff;
  color: var(--ink);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(30, 28, 26, 0.08);
  transition: background 0.15s, transform 0.15s;
}
.praxis-gallery__nav:hover {
  background: #f7f6f4;
  transform: scale(1.04);
}
.praxis-gallery__nav:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}
.praxis-gallery__dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1rem;
}
.praxis-gallery__dot {
  appearance: none;
  border: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(47, 43, 54, 0.22);
  cursor: pointer;
  padding: 0;
  transition: background 0.15s, transform 0.15s;
}
.praxis-gallery__dot.is-active {
  background: var(--green);
  transform: scale(1.15);
}
.praxis-gallery__thumbs {
  display: none;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 1rem;
}
.praxis-gallery__thumb {
  appearance: none;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  background: #ddd;
  opacity: 0.72;
  transition: opacity 0.15s, border-color 0.15s;
}
.praxis-gallery__thumb.is-active {
  opacity: 1;
  border-color: var(--green);
}
.praxis-gallery__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
@media (min-width: 821px) {
  .praxis-gallery__thumbs {
    display: grid;
  }
}
@media (max-width: 820px) {
  .praxis-gallery__stage {
    grid-template-columns: 1fr;
  }
  .praxis-gallery__nav {
    position: absolute;
    z-index: 2;
    top: 42%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.92);
  }
  .praxis-gallery__nav--prev { left: 0.5rem; }
  .praxis-gallery__nav--next { right: 0.5rem; }
  .praxis-gallery__slide img {
    aspect-ratio: 4 / 3;
  }
}

/* Clinical media: blur until user unlocks */
.media-reveal {
  position: relative;
}
.media-reveal__note {
  grid-column: 1 / -1;
  margin: 0 0 0.15rem;
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--ink-soft);
  text-align: center;
}
.media-reveal:not(:has(.media-reveal__item.is-locked)) .media-reveal__note {
  display: none;
}
.media-reveal__frame {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.media-reveal__item.is-locked .media-reveal__frame img,
.media-reveal__item.is-locked .media-reveal__frame picture {
  filter: blur(18px) saturate(0.85);
  transform: scale(1.08);
  transform-origin: center;
  transition: filter 0.35s ease, transform 0.35s ease;
}
.media-reveal__item:not(.is-locked) .media-reveal__frame img,
.media-reveal__item:not(.is-locked) .media-reveal__frame picture {
  filter: none;
  transform: none;
  transition: filter 0.35s ease, transform 0.35s ease;
}
.media-reveal__item.is-locked .media-reveal__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(20, 18, 24, 0.22);
  pointer-events: none;
}
.media-reveal__btn {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 1rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
}
.media-reveal__btn-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 24px rgba(20, 18, 24, 0.18);
  border: 1px solid rgba(47, 43, 54, 0.1);
  transition: background 0.15s, transform 0.15s;
}
.media-reveal__btn:hover .media-reveal__btn-label,
.media-reveal__btn:focus-visible .media-reveal__btn-label {
  background: #fff;
  transform: translateY(-1px);
}
.media-reveal__btn:focus-visible {
  outline: none;
}
.media-reveal__btn:focus-visible .media-reveal__btn-label {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}
.media-reveal__item:not(.is-locked) .media-reveal__btn {
  display: none;
}
.svc-notice {
  max-width: none;
  margin-top: 1.75rem;
  padding: 1.15rem 1.3rem;
  border: 1px solid rgba(47, 43, 54, .07);
  border-left: 3px solid var(--green);
  border-radius: 14px;
  background: #fff;
  color: #38333e;
  font-size: .92rem;
  line-height: 1.55;
}
.svc-notice strong {
  color: var(--ink);
}
.svc-prose {
  max-width: 40rem;
}
.svc-prose p {
  margin: 0 0 .9rem;
  color: #35303a;
  font-size: 1.02rem;
  line-height: 1.62;
}
.svc-prose p:last-child {
  margin-bottom: 0;
}
.svc-prose strong {
  color: var(--ink);
  font-weight: 600;
}
.svc-section {
  padding: clamp(3rem, 5.5vw, 4.25rem) 0;
  border-top: 1px solid rgba(47, 43, 54, .05);
  background: #ebe8e4;
  content-visibility: auto;
  contain-intrinsic-size: auto 520px;
}
.svc-section--alt {
  background: #f7f6f4;
}
.svc-section--flush-top {
  border-top: none;
}
.svc-section--media {
  padding-top: 0;
  padding-bottom: clamp(2.5rem, 4vw, 3.25rem);
  border-top: none;
  background: transparent;
}
.svc-section--media .svc-media-strip {
  margin-top: 0;
}
.svc-section--soft {
  background: #f7f6f4;
}
.svc-section--soft:has( + #publikationen) {
  padding-bottom: 1.15rem;
}
/* Clinical examples → Ablauf: avoid stacked section padding (gap looked empty) */
.svc-section:has(+ #ablauf) {
  padding-bottom: 1.1rem;
}
body.page-svc .svc-section + .cc-ablauf {
  padding-top: clamp(1.75rem, 3.5vw, 2.5rem);
}
.svc-spec {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 1.15rem;
}
.svc-spec article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: .75rem .9rem;
  padding: 1.05rem 1.15rem;
  border: 1px solid rgba(74, 60, 50, .08);
  border-radius: 12px;
  background: #fff;
}
.svc-spec h4 {
  margin: 0 0 .35rem;
  font-family: var(--font-display);
  font-size: 1rem;
}
.svc-spec p {
  margin: 0;
  color: #3f3a45;
  font-size: .9rem;
  line-height: 1.45;
}
.svc-spec__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #eef0ff;
}
.svc-spec__icon img {
  width: 24px;
  height: 24px;
}
.svc-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 1.15rem 1.5rem;
  margin-top: 1.65rem;
}
.svc-split .svc-list {
  align-content: stretch;
  gap: .55rem;
  height: 100%;
  margin-top: 0;
}
.svc-split .svc-list li {
  display: flex;
  align-items: center;
  min-height: 3.1rem;
}
.svc-split__overlay {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 280px;
  padding: 1.5rem;
  background: linear-gradient(180deg, transparent 20%, rgba(32, 28, 26, .78) 100%);
  color: #fff;
}
.svc-split__overlay h3 {
  margin: 0 0 .4rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 400;
  line-height: 1.2;
}
.svc-split__overlay p {
  opacity: .92;
  max-width: 28ch;
  margin: 0;
  font-size: .95rem;
  line-height: 1.45;
}
.svc-split__visual {
  position: relative;
  min-height: 100%;
  aspect-ratio: auto;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 16px 36px #1e1c1a1a;
  background: #1a1816;
}
.svc-split__visual img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.88) saturate(.95);
}
.svc-split__visual picture {
  display: block;
  position: absolute;
  inset: 0;
}
.svc-split__visual--product img {
  object-position: center 45%;
  filter: brightness(.92) saturate(1);
}
.svc-st-cta {
  background: #f7f6f4;
}
.svc-st-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .65rem .75rem;
  margin-top: 1.15rem;
}
.svc-st-cta__more {
  margin: 1rem 0 0;
  color: #433e49;
  font-size: .92rem;
  line-height: 1.5;
  text-align: center;
}
.svc-st-cta__more a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: .15em;
}
.svc-st-cta__more a:hover {
  color: var(--green);
}
.svc-stack {
  display: grid;
  gap: 2.5rem;
}
.svc-stack > article {
  padding-bottom: 2.25rem;
  border-bottom: 1px solid rgba(74, 60, 50, .1);
}
.svc-stack > article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.svc-team {
  display: grid;
  grid-template-columns: minmax(200px, 280px) 1fr;
  align-items: start;
  gap: 1.75rem 2rem;
  padding: 1.35rem;
  border: 1px solid rgba(74, 60, 50, .08);
  border-radius: 18px;
  background: #fff;
}
.svc-team .btn {
  margin-top: .35rem;
}
.svc-team h2 {
  margin: 0 0 .85rem;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  font-weight: 500;
}
.svc-team p {
  margin: 0 0 .75rem;
  color: #38333e;
  font-size: .95rem;
  line-height: 1.55;
}
.svc-team__photo {
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 14px;
  background: #e8e2d8;
}
.svc-team__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.svc-team__role {
  margin: 0 0 .5rem;
  color: #4a6b4f;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.svc-timeline {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  max-width: none;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}
.svc-timeline > li {
  display: grid;
  grid-template-columns: 2.35rem minmax(0, 1fr);
  align-items: start;
  gap: .75rem .9rem;
  min-height: 100%;
  padding: 1rem 1.05rem 1.05rem;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 16px;
  box-shadow: 0 8px 22px #1e1c1a0a;
  background: #fff;
}
.svc-timeline:before {
  display: none;
}
.svc-timeline__body {
  padding: .1rem 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.svc-timeline__body h3 {
  margin: 0 0 .3rem;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.015em;
}
.svc-timeline__body p {
  margin: 0;
  color: #3d3843;
  font-size: .9rem;
  line-height: 1.48;
}
.svc-timeline__num {
  display: grid;
  z-index: 1;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid rgba(189, 193, 254, .75);
  border-radius: 50%;
  background: #bdc1fe59;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: .72rem;
  font-weight: 700;
}

/* —— Footer & contact forms —— */
.site-footer {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-top: 1px solid rgba(47, 43, 54, .06);
  background: #f7f6f4;
  color: var(--ink);
}
.site-footer .container {
  width: min(calc(100% - 2 * var(--gutter)), 1180px);
}
.site-footer--cc .footer__intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.25rem;
}
.site-footer--cc .footer__intro-actions .btn {
  min-height: 46px;
  font-weight: 600;
}
.site-footer--cc .footer__intro-copy {
  max-width: 42rem;
}
.site-footer--luxe {
  isolation: isolate;
}
.contact-form {
  display: grid;
  gap: .9rem;
}
.contact-form .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  width: 100%;
  height: 50px;
  margin-top: .45rem;
  border: none;
  border-radius: 999px;
  background: var(--ink);
  color: #f7f4ef;
  font-size: .98rem;
  font-weight: 500;
  letter-spacing: .01em;
  transition: background .15s, transform .15s;
}
.contact-form .btn:hover {
  background: var(--ink-soft);
  transform: translateY(-1px);
}
.contact-form .form-privacy {
  width: 100%;
  margin: 0.35rem 0 0;
  padding: 0;
}
.contact-form .form-privacy__check {
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  display: inline-block;
  position: relative;
  top: 0;
  flex: 0 0 1.2rem;
  width: 1.2rem;
  min-width: 1.2rem;
  max-width: 1.2rem;
  height: 1.2rem;
  min-height: 1.2rem;
  max-height: 1.2rem;
  margin: 0;
  padding: 0;
  border: 1.5px solid rgba(47, 43, 54, 0.35);
  border-radius: 4px;
  box-shadow: none;
  background: #fff;
  vertical-align: middle;
  accent-color: var(--green);
  cursor: pointer;
}
.contact-form .form-privacy__label {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  cursor: pointer;
}
.contact-form .form-privacy__text {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  text-align: left;
}
.contact-form .form-privacy__text a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact-form .radios {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1rem;
  font-size: .93rem;
}
.contact-form .radios input {
  width: auto;
  margin: 0;
  accent-color: var(--green);
}
.contact-form .radios label {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin: 0;
  padding: .45rem .85rem;
  border: 1px solid rgba(47, 43, 54, .12);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 400;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.contact-form .radios label:hover {
  border-color: #bdc1fee6;
  background: #bdc1fe1f;
}
.contact-form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem;
}
.contact-form input {
  width: 100%;
  padding: .78rem 1rem;
  border: 1px solid rgba(47, 43, 54, .12);
  border-radius: 14px;
  background: #faf9f7;
  color: var(--ink);
  font-family: inherit;
  font-size: .95rem;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.contact-form input::placeholder {
  color: #6a6470;
}
.contact-form input:focus {
  border-color: #bdc1fef2;
  outline: none;
  box-shadow: 0 0 0 3px #bdc1fe59;
  background: #fff;
}
.contact-form input:hover {
  border-color: #2f2b3647;
}
.contact-form input[type="checkbox"] {
  width: 1.15rem;
  min-width: 1.15rem;
  max-width: 1.15rem;
  height: 1.15rem;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  accent-color: var(--green);
}
.contact-form input[type="checkbox"], .contact-form input[type="radio"] {
  width: 1.15rem;
  min-width: 1.15rem;
  max-width: 1.15rem;
  height: 1.15rem;
  min-height: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  accent-color: var(--green);
}
.contact-form input[type="radio"] {
  width: 1.15rem;
  min-width: 1.15rem;
  max-width: 1.15rem;
  height: 1.15rem;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  accent-color: var(--green);
}
.contact-form label {
  display: block;
  margin-bottom: .35rem;
  color: var(--ink-soft);
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .01em;
}
.contact-form select {
  appearance: none;
  width: 100%;
  padding: .78rem 2.2rem .78rem 1rem;
  border: 1px solid rgba(47, 43, 54, .12);
  border-radius: 14px;
  background: #faf9f7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%232f2b36' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
  background-position: right .95rem center;
  background-repeat: no-repeat;
  color: var(--ink);
  font-family: inherit;
  font-size: .95rem;
  cursor: pointer;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.contact-form select:focus {
  border-color: #bdc1fef2;
  outline: none;
  box-shadow: 0 0 0 3px #bdc1fe59;
  background: #fff;
}
.contact-form select:hover {
  border-color: #2f2b3647;
}
.contact-form textarea {
  width: 100%;
  min-height: 88px;
  padding: .78rem 1rem;
  border: 1px solid rgba(47, 43, 54, .12);
  border-radius: 14px;
  background: #faf9f7;
  color: var(--ink);
  font-family: inherit;
  font-size: .95rem;
  resize: vertical;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.contact-form textarea::placeholder {
  color: #6a6470;
}
.contact-form textarea:focus {
  border-color: #bdc1fef2;
  outline: none;
  box-shadow: 0 0 0 3px #bdc1fe59;
  background: #fff;
}
.contact-form textarea:hover {
  border-color: #2f2b3647;
}
.contact-form__group-label {
  display: block;
  margin-bottom: .35rem;
  color: var(--ink-soft);
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .01em;
}
.contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  width: 100%;
  height: 50px;
  margin-top: .45rem;
  border: none;
  border-radius: 999px;
  background: var(--ink);
  color: #f7f4ef;
  font-size: .98rem;
  font-weight: 500;
  letter-spacing: .01em;
  transition: background .15s, transform .15s;
}
.contact-form__submit svg {
  transition: transform .2s;
}
.contact-form__submit:hover {
  background: var(--ink-soft);
  transform: translateY(-1px);
}
.contact-form__submit:hover svg {
  transform: translate(3px);
}
.footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 520px;
}
.footer__address {
  margin-top: .75rem;
}
.footer__aside {
  display: flex;
  flex-direction: column;
  gap: .9rem;
}
.footer__book {
  padding: 1.4rem 1.35rem 1.3rem;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 20px;
  box-shadow: 0 16px 36px #2a403029;
  background: var(--green-dark);
  color: #f7f6f4;
}
.footer__book-btn {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-bottom: .6rem;
  padding: .75rem 1.15rem;
  border: 1px solid var(--lavender);
  border-radius: 999px;
  background: var(--lavender);
  color: var(--green-dark);
  font-weight: 600;
  transition: background .15s, transform .15s;
}
.footer__book-btn:hover {
  background: #cdd0ff;
  filter: brightness(1.04);
  transform: translateY(-1px);
}
.footer__book-kicker {
  opacity: .65;
  margin-bottom: .4rem;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer__book-phone {
  display: block;
  opacity: .8;
  font-size: .86rem;
  text-align: center;
}
.footer__book-phone:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer__book-text {
  opacity: .88;
  margin-bottom: 1rem;
  font-size: .9rem;
  line-height: 1.45;
}
.footer__book-title {
  margin-bottom: .45rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.footer__bottom {
  padding: 1.1rem 0;
  border-top: none;
  background: var(--ink);
  color: #edebeab8;
  font-size: .86rem;
}
.footer__bottom p {
  margin: 0;
}
.footer__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}
.footer__brand img {
  width: auto;
  height: 48px;
  margin-bottom: .75rem;
}
.footer__brand p {
  max-width: 28ch;
  font-size: .95rem;
  line-height: 1.4;
}
.footer__contact {
  margin-top: 1rem;
}
.footer__contact a {
  display: block;
  margin-bottom: .35rem;
  font-family: var(--font-display);
  font-size: 1.6rem;
}
.footer__contact-item {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  min-height: 100%;
  padding: 1.05rem 1.2rem;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 18px;
  box-shadow: 0 1px 2px #1e1c1a08;
  background: #fff;
  transition: border-color .25s ease, box-shadow .3s ease, transform .25s ease;
}
.footer__contact-item--static {
  cursor: default;
}
.footer__contact-label {
  display: block;
  opacity: .7;
  color: var(--ink-soft);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer__contact-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__contact-value {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.35;
}
.footer__display {
  margin: 0 0 .65rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.03em;
}
.footer__email {
  font-size: 1.05rem;
}
.footer__eyebrow {
  margin-bottom: .4rem;
  color: #5c5662;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer__form-card {
  padding: 1.75rem 1.85rem 1.6rem;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 22px;
  box-shadow: 0 1px 2px #1e1c1a08, 0 14px 32px #1e1c1a0a;
  background: #fff;
}
.footer__form-head {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(47, 43, 54, .08);
}
.footer__form-lead {
  margin: 0;
  color: var(--ink-soft);
  font-size: .95rem;
  line-height: 1.45;
}
.footer__form-title {
  margin: 0 0 .35rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2vw, 1.55rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -.02em;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr .85fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.footer__heading {
  margin-bottom: .75rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: .9rem;
  font-weight: 600;
}
.footer__heading--large {
  margin-bottom: 1.25rem;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.35;
}
.footer__hours {
  margin-top: 1rem;
  font-size: .98rem;
  line-height: 1.7;
}
.footer__intro {
  padding: clamp(2.75rem, 5vw, 3.5rem) 0 clamp(1.75rem, 3vw, 2.15rem);
  border-bottom: 1px solid rgba(47, 43, 54, .06);
  background: #f7f6f4;
}
.footer__intro-copy {
  max-width: 40rem;
  margin-bottom: 1.75rem;
}
.footer__intro-lead {
  max-width: 46ch;
  margin: 0;
  color: #413c47;
  font-size: 1.02rem;
  line-height: 1.55;
}
.footer__iso {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: #edebeaa6;
  font-size: .82rem;
}
.footer__iso img {
  width: auto;
  height: 28px;
  filter: brightness(1.15);
}
.footer__kicker {
  margin-bottom: .55rem;
  color: #5c5662;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.footer__legal a {
  color: #edebeab8;
  transition: color .15s;
}
.footer__legal a:hover {
  color: #dfe1ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer__links {
  display: flex;
  gap: 1.25rem;
}
.footer__links a:hover {
  text-decoration: underline;
}
.footer__links--col {
  flex-direction: column;
  gap: .5rem;
}
.footer__links-panel {
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 20px;
  box-shadow: 0 1px 2px #1e1c1a08;
  background: #fff;
}
.footer__main {
  padding: clamp(2rem, 4vw, 2.75rem) 0 clamp(2.5rem, 4.5vw, 3.25rem);
  background: #f7f6f4;
}
.footer__phone-lg {
  font-size: 1.5rem;
  font-weight: 400;
}
.footer__pills {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__pills a {
  display: inline-flex;
  padding: .4rem .8rem;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 999px;
  background: #f7f6f4;
  color: #413c47;
  font-size: .85rem;
  transition: background .2s, border-color .2s, color .2s, transform .2s;
}
.footer__pills a:hover {
  border-color: #bdc1fea6;
  background: #fff;
  color: var(--ink);
  transform: translateY(-1px);
}
.footer__qr-link {
  display: inline-block;
  flex-shrink: 0;
  width: fit-content;
  overflow: hidden;
  border: 1px solid rgba(47, 43, 54, .1);
  border-radius: 10px;
  background: #fff;
}
.footer__quote {
  margin: 0;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 20px;
  box-shadow: 0 1px 2px #1e1c1a08;
  background: #fff;
}
.footer__quote cite {
  opacity: .75;
  color: var(--ink-soft);
  font-size: .8rem;
  font-style: normal;
}
.footer__quote p {
  margin: 0 0 .5rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.35;
}
.footer__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, .85fr);
  align-items: start;
  gap: 1.25rem;
}
.footer__social img {
  display: block;
  width: 76px;
  height: auto;
}
.footer__social--card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 20px;
  box-shadow: 0 1px 2px #1e1c1a08;
  background: #fff;
}
.footer__social-text {
  max-width: 22ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: .88rem;
  line-height: 1.4;
}
.form-privacy {
  color: var(--ink-soft);
  font-size: .86rem;
  line-height: 1.45;
}
.form-privacy a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-privacy input {
  flex-shrink: 0;
  width: auto;
  margin-top: .2rem;
  accent-color: var(--green);
}
a.footer__contact-item:hover {
  border-color: #2f2b361a;
  box-shadow: 0 12px 28px #1e1c1a14;
  transform: translateY(-2px);
}

/* —— Cookie banner —— */
.cookie-banner {
  position: fixed;
  inset: auto 0 0;
  z-index: 10050;
  padding: .4rem;
  padding-bottom: max(.4rem, env(safe-area-inset-bottom));
  pointer-events: none;
}
.cookie-banner__actions {
  display: flex;
  flex: 0 0 auto;
  gap: .3rem;
  margin: 0;
}
.cookie-banner__btn {
  appearance: none;
  min-height: 34px;
  padding: .4rem .65rem;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
  cursor: pointer;
}
.cookie-banner__btn--accept {
  background: var(--ink);
  color: #fff;
}
.cookie-banner__btn--accept:hover {
  background: #1f1c24;
}
.cookie-banner__btn--reject {
  border: 1.5px solid rgba(47, 43, 54, .28);
  background: transparent;
  color: var(--ink);
}
.cookie-banner__btn--reject:hover {
  background: #2f2b360a;
}
.cookie-banner__link {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: .08em;
  white-space: nowrap;
}
.cookie-banner__panel {
  width: min(100%, 34rem);
  margin: 0 auto;
  padding: .45rem .55rem;
  border: 1px solid rgba(47, 43, 54, .1);
  border-radius: 10px;
  box-shadow: 0 6px 22px #1e1c1a24;
  background: #fffffffa;
  color: var(--ink);
  pointer-events: auto;
}
.cookie-banner__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem .5rem;
}
.cookie-banner__text {
  flex: 1 1 10rem;
  margin: 0;
  color: #3b3641;
  font-size: .72rem;
  line-height: 1.3;
}

/* —— Misc —— */
#publikationen {
  padding-top: 1.35rem;
}
.area-card {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 20px;
  box-shadow: 0 1px #ffffff1a inset, 0 14px 32px #1e1c1a1a;
  background: #1a1816;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease, border-color .3s ease;
}
a.area-card {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a.area-card:focus-visible {
  outline: 2px solid var(--lavender);
  outline-offset: 3px;
}

/* Symptom / Themen-Hubs */
body.page-topic .topic-hero .cc-hero__inner {
  max-width: 40rem;
}
body.page-topic .topic-hero__shade,
.topic-hero__shade {
  background:
    linear-gradient(105deg, rgba(20, 18, 16, .62) 0%, rgba(20, 18, 16, .38) 45%, rgba(20, 18, 16, .22) 100%),
    linear-gradient(0deg, rgba(20, 18, 16, .35) 0%, transparent 55%);
}
.topic-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem .55rem;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, .78);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .02em;
}
.topic-breadcrumb a {
  color: rgba(255, 255, 255, .92);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
}
.topic-breadcrumb a:hover {
  border-bottom-color: rgba(255, 255, 255, .7);
}
.topic-breadcrumb [aria-current="page"] {
  color: #fff;
}

.topic-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}
.topic-facts li {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(47, 43, 54, .07);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(30, 28, 26, .04);
}
.topic-facts strong {
  color: var(--green);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.topic-facts span {
  color: var(--ink);
  font-size: .92rem;
  font-weight: 500;
  line-height: 1.35;
}

.topic-when {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.topic-when > li {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  min-height: 100%;
  padding: 1.15rem 1.15rem 1.2rem;
  border: 1px solid rgba(47, 43, 54, .07);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(30, 28, 26, .05);
}
.topic-when__num {
  color: var(--green);
  font-family: var(--font-display, var(--font));
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .04em;
}
.topic-when p {
  margin: 0;
  color: #3a3540;
  font-size: .95rem;
  line-height: 1.5;
}
#wann .svc-notice {
  margin-top: 1.35rem;
}

.topic-section-head {
  max-width: 36rem;
  margin-inline: auto;
}
.topic-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 1.75rem;
  align-items: stretch;
}
.topic-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .95fr);
  gap: 1.15rem;
  margin-top: 1.75rem;
  align-items: stretch;
}
.topic-panel--prep {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr);
}
.topic-checklist {
  display: flex;
  flex-direction: column;
  gap: .85rem;
  margin: .25rem 0 0;
  padding: 0;
  list-style: none;
}
.topic-checklist > li {
  display: grid;
  gap: .2rem;
  padding: .95rem 1.05rem;
  border: 1px solid rgba(47, 43, 54, .07);
  border-radius: 14px;
  background: #faf9f7;
}
.topic-checklist strong {
  color: var(--ink);
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: -.01em;
}
.topic-checklist span {
  color: #3f3a45;
  font-size: .9rem;
  line-height: 1.5;
}
.topic-checklist--compact > li {
  background: #fff;
  padding: .85rem .95rem;
}
.topic-chips a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(64, 98, 69, .28);
}
.topic-chips a:hover {
  border-bottom-color: rgba(64, 98, 69, .7);
}
.topic-offers--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 52rem;
  margin-inline: auto;
}
.topic-card {
  padding: 1.5rem 1.5rem 1.45rem;
  border: 1px solid rgba(47, 43, 54, .07);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(30, 28, 26, .055);
}
.topic-card--wide {
  display: flex;
  flex-direction: column;
}
.topic-card__label {
  margin: 0 0 .55rem;
  color: var(--green);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.topic-card h3,
.topic-approach__head h3 {
  margin: 0 0 1rem;
  color: var(--ink);
  font-family: var(--font-display, var(--font));
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.18;
}
.topic-card .svc-prose {
  max-width: none;
}
.topic-card .svc-prose p {
  font-size: .98rem;
  line-height: 1.6;
}
.topic-chips__label {
  margin: 1.15rem 0 .55rem;
  color: #4a4550;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.topic-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.topic-chips li {
  padding: .4rem .7rem;
  border: 1px solid rgba(64, 98, 69, .18);
  border-radius: 999px;
  background: rgba(64, 98, 69, .06);
  color: #2f3d32;
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.25;
}
.topic-card__notice {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.topic-approach {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.4rem 1.35rem;
  border: 1px solid rgba(47, 43, 54, .08);
  border-radius: 18px;
  background: #f7f6f4;
  box-shadow: 0 12px 28px rgba(30, 28, 26, .04);
}
.topic-approach__head p:not(.topic-card__label) {
  margin: 0 0 1.15rem;
  color: #3f3a45;
  font-size: .95rem;
  line-height: 1.55;
}
.topic-steps {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}
.topic-steps > li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .85rem;
  align-items: start;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 14px;
  background: #fff;
}
.topic-steps__num {
  color: var(--green);
  font-family: var(--font-display, var(--font));
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.3;
  padding-top: .1rem;
}
.topic-steps h4 {
  margin: 0 0 .3rem;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -.015em;
  line-height: 1.25;
}
.topic-steps p {
  margin: 0;
  color: #3f3a45;
  font-size: .9rem;
  line-height: 1.45;
}
.topic-approach__cta {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.15rem;
}
.topic-approach__cta .btn {
  min-height: 44px;
}

.topic-offers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.topic-offer {
  display: flex;
  flex-direction: column;
  gap: .55rem;
  padding: 1.25rem 1.3rem 1.2rem;
  border: 1px solid rgba(47, 43, 54, .07);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(30, 28, 26, .05);
  color: inherit;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.topic-offer:hover {
  border-color: rgba(47, 43, 54, .12);
  box-shadow: 0 14px 32px rgba(30, 28, 26, .09);
  transform: translateY(-2px);
}
.topic-offer:focus-visible {
  outline: 2px solid var(--lavender);
  outline-offset: 2px;
}
.topic-offer--featured {
  border-color: rgba(64, 98, 69, .22);
  background: linear-gradient(165deg, #fff 0%, #f4f6f2 100%);
  box-shadow: 0 12px 28px rgba(64, 98, 69, .08);
}
.topic-offer--featured .topic-offer__kicker {
  color: var(--green);
}
.topic-offer__kicker {
  color: var(--green);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.topic-offer h3 {
  margin: 0;
  font-family: var(--font-display, var(--font));
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.25;
}
.topic-offer p {
  margin: 0;
  flex: 1;
  color: #3f3a45;
  font-size: .92rem;
  line-height: 1.5;
}
.topic-offer__link {
  margin-top: .35rem;
  color: var(--ink);
  font-size: .88rem;
  font-weight: 600;
}
.topic-offer__link::after {
  content: " →";
}
.topic-legal {
  margin-top: 2rem;
  max-width: 48rem;
  margin-inline: auto;
}

@media (max-width: 900px) {
  .topic-facts {
    grid-template-columns: 1fr;
  }
  .topic-when {
    grid-template-columns: 1fr;
  }
  .topic-panel,
  .topic-panel--prep,
  .topic-value-grid {
    grid-template-columns: 1fr;
  }
  .topic-offers,
  .topic-offers--two {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 701px) and (max-width: 1100px) {
  .topic-when {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .topic-offers:not(.topic-offers--two) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.area-card.reveal {
  transform: translate3d(0, 36px, 0) scale(.96);
}
.area-card.reveal.is-in {
  transform: translateZ(0) scale(1);
}
.area-card:hover {
  border-color: #2f2b361a;
  box-shadow: 0 1px #ffffff24 inset, 0 20px 40px #1e1c1a24;
  transform: translateY(-2px);
}
.area-card:hover .area-card__media img {
  transform: scale(1.045);
}
.area-card:hover .area-card__media video {
  transform: scale(1.045);
}
.area-card__fallback {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .65s cubic-bezier(.22, 1, .36, 1);
}
.area-card__label {
  display: flex;
  position: absolute;
  inset: 0;
  z-index: 3;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 1.2rem;
  color: #fff;
  font-family: var(--font-display, var(--font));
  font-size: clamp(.95rem, 1.15vw, 1.05rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.015em;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .45), 0 8px 22px rgba(0, 0, 0, .35);
  pointer-events: none;
}
.area-card__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.area-card__media img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .65s cubic-bezier(.22, 1, .36, 1);
}
.area-card__media picture {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.area-card__media video {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .65s cubic-bezier(.22, 1, .36, 1);
}
.area-card__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, #14121838, #14121861 42%, #1412189e);
  pointer-events: none;
}
.area-card__video {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.area-card__video[data-loaded="1"] + .area-card__fallback {
  opacity: 0;
  pointer-events: none;
}
.booking-strip {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 280px;
  overflow: hidden;
  color: var(--white);
  content-visibility: auto;
  contain-intrinsic-size: auto 520px;
}
.booking-strip h2 {
  max-width: 14ch;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400;
  line-height: 1.2;
}
.booking-strip__action {
  text-align: right;
}
.booking-strip__action p {
  margin-bottom: .75rem;
  font-size: 1.5rem;
}
.booking-strip__bg {
  position: absolute;
  inset: 0;
}
.booking-strip__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.55);
}
.booking-strip__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.booking-strip__inner {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
  padding: 3rem 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .7rem 1.35rem;
  border-radius: 999px;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  transition: background .2s, color .2s, border-color .2s, transform .15s;
}
.btn--dark {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
}
.btn--dark:hover {
  background: var(--ink-soft);
}
.btn--lavender {
  border: 1px solid var(--lavender-border);
  background: var(--lavender);
  color: var(--ink);
}
.btn--outline-dark {
  border: 1.5px solid var(--ink);
  background: transparent;
  color: var(--ink);
}
.btn--outline-dark:hover {
  background: var(--ink);
  color: var(--white);
}
.btn--outline-lavender {
  border: 1.5px solid var(--lavender);
  background: transparent;
  color: var(--lavender);
}
.btn--outline-light {
  border: 1.5px solid rgba(255, 255, 255, .85);
  background: transparent;
  color: var(--white);
}
.btn--outline-light:hover {
  background: #ffffff1f;
}
.btn--pill-green {
  border: 1px solid var(--lavender-border);
  background: var(--lavender);
  color: var(--green);
}
.btn--solid-light {
  border: 1.5px solid #fff;
  background: #fff;
  color: var(--ink);
}
.btn--solid-light:hover {
  background: #f7f6f4;
}
.btn:hover {
  transform: translateY(-1px);
}
.container {
  width: min(calc(100% - 2 * var(--gutter)), var(--max));
  margin-inline: auto;
}
.diag-item {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  min-height: 118px;
  padding: 1.25rem 1.3rem 1.3rem;
  border: 1px solid rgba(47, 43, 54, .08);
  border-radius: 10px;
  box-shadow: 0 1px #fffc inset;
  background: #ffffffb8;
  color: inherit;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.diag-item p {
  margin: 0;
  color: #413c47;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.45;
}
.diag-item strong {
  display: block;
  color: var(--ink);
  font-family: var(--font);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.01em;
}
.diag-item:hover {
  border-color: #2f2b3629;
  box-shadow: 0 8px 24px #2f2b360f;
  transform: translateY(-2px);
}
.form-note {
  opacity: .75;
  font-size: .82rem;
  line-height: 1.4;
}
.form-note a {
  text-decoration: underline;
}
.form-status {
  padding: .75rem .9rem;
  border-radius: 10px;
  background: rgba(64, 98, 69, 0.12);
  color: var(--green-dark);
  font-size: .95rem;
  line-height: 1.4;
  outline: none;
}
.form-status--pending {
  background: rgba(47, 43, 54, 0.08);
  color: var(--ink-soft);
}
.form-status--ok {
  background: rgba(64, 98, 69, 0.14);
  color: var(--green-dark);
  border: 1px solid rgba(64, 98, 69, 0.28);
}
.form-status--err {
  background: rgba(140, 40, 40, 0.08);
  color: #6b1f1f;
  border: 1px solid rgba(140, 40, 40, 0.22);
}
.site-faq {
  margin: clamp(2.5rem, 5vw, 3.5rem) 0 0;
  max-width: 40rem;
}
.site-faq__title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  color: var(--ink);
}
.site-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.site-faq__item {
  border: 1px solid rgba(47, 43, 54, 0.1);
  border-radius: 14px;
  background: #fff;
  padding: 0.15rem 0.95rem;
}
.site-faq__item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.35;
  padding: 0.85rem 0;
  color: var(--ink);
}
.site-faq__item summary::-webkit-details-marker {
  display: none;
}
.site-faq__item summary::after {
  content: "+";
  float: right;
  font-weight: 500;
  color: var(--green);
}
.site-faq__item[open] summary::after {
  content: "–";
}
.site-faq__item p {
  margin: 0 0 0.95rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
.site-faq__item a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.has-scroll-anim .therapy-row__icon {
  opacity: .25;
  transform: translate3d(-120px, 200px, 0) scale(.82);
}
.legal-body {
  padding: 3rem 0 4rem;
}
.legal-body a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-body h2 {
  margin: 2rem 0 .65rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
}
.legal-body h3 {
  margin: 1.35rem 0 .5rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
}
.legal-body li {
  margin-bottom: .35rem;
  color: #35303a;
  font-size: .98rem;
  line-height: 1.6;
}
.legal-body ol {
  margin: 0 0 1rem 1.15rem;
  padding: 0;
}
.legal-body p {
  margin: 0 0 .85rem;
  color: #35303a;
  font-size: .98rem;
  line-height: 1.6;
}
.legal-body ul {
  margin: 0 0 1rem 1.15rem;
  padding: 0;
}
.legal-meta {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(74, 60, 50, .1);
  color: #4a4550;
  font-size: .9rem;
}
.mood-strip {
  position: relative;
  z-index: 5;
  margin-top: -.25rem;
  padding: 0 0 3.5rem;
  background: #ebe8e4;
}
.mood-strip__intro {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: .5rem 1.5rem;
  width: min(calc(100% - 2 * var(--gutter)), var(--max));
  margin: 0 auto 1.25rem;
}
.mood-strip__kicker {
  margin: 0;
  color: var(--green);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mood-strip__poster {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.mood-strip__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mood-strip__title {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -.02em;
}
.mood-strip__wide {
  position: relative;
  width: min(calc(100% - 2 * var(--gutter-sm)), 1400px);
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 14px;
  background: #1a1816;
}
.mood-strip__wide video {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.no-motion .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}
.no-motion .therapy-row__icon {
  opacity: 1;
  transform: none;
  transition: none;
}
.no-motion .therapy-row__icon img {
  animation: none !important;
}
.ov-card {
  min-height: 100%;
  margin: 0;
  padding: 1.15rem 1.2rem 1.25rem;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 18px;
  box-shadow: 0 10px 28px #1e1c1a0d;
  background: #fff;
}
.ov-card h3 {
  margin: 0 0 .4rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.ov-card p {
  margin: 0;
  color: #413c47;
  font-size: .92rem;
  line-height: 1.45;
}
.ov-card--link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ov-card--link:hover {
  border-color: #bdc1feb3;
  box-shadow: 0 14px 32px #1e1c1a14;
  transform: translateY(-2px);
}
.ov-card__more {
  margin-top: auto;
  padding-top: .75rem;
  color: var(--green);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .02em;
}
.ov-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin-top: 1.5rem;
}
.ov-therapy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.ov-therapy__card {
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.3rem 1.4rem;
  border: 1px solid rgba(47, 43, 54, .06);
  border-radius: 20px;
  box-shadow: 0 12px 30px #1e1c1a0d;
  background: #fff;
}
.ov-therapy__card h3 {
  margin: 0 0 .5rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.ov-therapy__card p {
  flex: 1;
  margin: 0 0 1rem;
  color: #3b3641;
  font-size: .95rem;
  line-height: 1.5;
}
.ov-therapy__icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: .85rem;
  border-radius: 14px;
  background: #bdc1fe47;
}
.ov-therapy__icon img {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
}
.ov-therapy__link {
  color: var(--green);
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}
.ov-therapy__link:hover {
  text-decoration: underline;
}
.page-overview {
  padding-top: var(--header-h);
  background: #ebe8e4;
}
.quote-band {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  overflow: hidden;
  color: var(--white);
  text-align: center;
  content-visibility: auto;
  contain-intrinsic-size: auto 520px;
}
.quote-band .btn {
  margin-top: 1rem;
  border-color: var(--ink);
  background: var(--ink);
  color: var(--offwhite);
}
.quote-band__bg {
  position: absolute;
  inset: 0;
}
.quote-band__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.45) saturate(.9);
}
.quote-band__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.quote-band__content {
  position: relative;
  z-index: 1;
  width: min(100% - 2.5rem, 980px);
  padding: 5rem 0;
}
.quote-band__content p {
  margin-bottom: 1.5rem;
  font-family: var(--font);
  font-size: clamp(1.75rem, 3.8vw, 3.6rem);
  font-weight: 400;
  line-height: 1.2;
}
/* Reveal animations must NEVER hide content (Firefox was blanking the homepage).
   Keep a light motion only after .is-in; default state is fully visible. */
.reveal,
html.has-scroll-anim .reveal,
html.has-scroll-anim .reveal:not(.is-in),
.reveal.is-in,
html.has-scroll-anim .reveal.is-in,
.area-card.reveal,
.area-card.reveal.is-in,
.no-motion .reveal {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  visibility: visible !important;
  transition: none;
}
.selftests-strip {
  padding: 2.75rem 0;
  background: var(--ink);
  color: var(--offwhite);
  content-visibility: auto;
  contain-intrinsic-size: auto 520px;
}
.selftests-strip h2 {
  margin-bottom: .5rem;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  font-weight: 600;
}
.selftests-strip p {
  opacity: .85;
  max-width: 42ch;
  line-height: 1.45;
}
.selftests-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem 2rem;
}
.selftests-strip__links {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}
.selftests-strip__links a {
  display: inline-flex;
  padding: .55rem 1rem;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  font-size: .92rem;
  transition: background .2s, border-color .2s;
}
.selftests-strip__links a:hover {
  border-color: #ffffff80;
  background: #ffffff1a;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 2000;
  padding: .65rem 1rem;
  border-radius: 6px;
  background: var(--ink);
  color: var(--white);
  font-weight: 600;
}
.skip-link:focus {
  top: 1rem;
}
.sub-wrap {
  width: min(calc(100% - 2 * var(--gutter)), 1180px);
  margin-inline: auto;
}
.sub-wrap--narrow {
  width: min(calc(100% - 2 * var(--gutter)), 760px);
}
.sub-wrap--wide {
  width: min(calc(100% - 2 * var(--gutter)), 1100px);
  margin-inline: auto;
}
.therapies {
  padding: 4.5rem 0 3.5rem;
  background: #ebe8e4;
  content-visibility: auto;
  contain-intrinsic-size: auto 520px;
}
.therapies h2 {
  margin-bottom: .45rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.4vw, 3.2rem);
  font-weight: 400;
  text-align: center;
}
.therapies__list {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  max-width: 1100px;
  margin-inline: auto;
}
.therapies__sub {
  margin-bottom: 2.75rem;
  color: var(--ink);
  font-size: 1rem;
  text-align: center;
}
.therapy-row {
  display: grid;
  grid-template-columns: 80px minmax(180px, 230px) minmax(0, 1fr) 240px;
  align-items: center;
  gap: 1.25rem 1.75rem;
}
.therapy-row h3 {
  margin: 0;
  color: #111;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.8vw, 1.7rem);
  font-weight: 400;
  line-height: 1.2;
}
.therapy-row p {
  max-width: none;
  margin: 0;
  color: var(--ink-soft);
  font-size: .98rem;
  line-height: 1.5;
}
.therapy-row:nth-child(2) .therapy-row__icon img {
  animation-duration: 4s;
  animation-delay: .5s;
}
.therapy-row:nth-child(3) .therapy-row__icon img {
  animation-duration: 3.4s;
  animation-delay: 1s;
}
.therapy-row__action {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding-left: 1.25rem;
  border-left: 1px solid rgba(47, 43, 54, .22);
}
.therapy-row__action .btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  width: 100%;
  max-width: 220px;
  min-height: 44px;
  padding: .6rem .9rem;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font-size: .9rem;
  white-space: nowrap;
}
.therapy-row__action .btn:hover {
  background: var(--ink);
  color: var(--white);
}
.therapy-row__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  transform-origin: center center;
  will-change: transform, opacity;
}
.therapy-row__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: iconFloat 3.6s ease-in-out infinite;
}
:focus-visible {
  outline: 2px solid var(--lavender);
  outline-offset: 3px;
}
a {
  color: inherit;
  text-decoration: none;
}
a.diag-item {
  cursor: pointer;
}
a.diag-item:hover {
  border-color: #2f2b3629;
  box-shadow: 0 8px 24px #2f2b360f;
  transform: translateY(-2px);
}
button {
  border: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
}
iframe {
  max-width: 100%;
}
img {
  display: block;
  max-width: 100%;
}
picture {
  max-width: 100%;
}
ul {
  list-style: none;
}
video {
  max-width: 100%;
}

/* —— Keyframes —— */
@keyframes heroBob {
  0%,to {
    transform: translateY(0);
    opacity: .75;
  }
  50% {
    transform: translateY(6px);
    opacity: 1;
  }
}
@keyframes heroLineIn {
  0% {
    /* Stay readable for LCP; only a light motion accent */
    opacity: 1;
    transform: translate3d(0, .4em, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes iconFloat {
  0%,to {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-6px) scale(1.04);
  }
}
@keyframes longeFade {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes meshDriftA {
  0%,to {
    transform: translateZ(0) scale(1);
  }
  50% {
    transform: translate3d(3%, 2%, 0) scale(1.04);
  }
}
@keyframes meshDriftB {
  0%,to {
    transform: translateZ(0) scale(1);
  }
  50% {
    transform: translate3d(-2.5%, 3%, 0) scale(1.05);
  }
}
@keyframes quizLoad {
  0% {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .cookie-banner__actions {
    width: 100%;
  }

  .cookie-banner__btn {
    flex: 1 1 0;
    min-height: 38px;
  }
}

@media (max-width: 380px) {
  .site-header__cta {
    display: none;
  }

  #ccTierGrid {
    gap: .4rem;
  }

  .area-card__label {
    padding: .75rem .9rem;
    font-size: .9rem;
  }

  .cc-table {
    font-size: .66rem;
  }

  .cc-table tbody th {
    font-size: .64rem;
  }

  .cc-table thead th {
    font-size: .58rem;
  }

  .cc-tier h3 {
    font-size: .8rem;
  }

  .cc-tier li {
    padding-left: .75rem;
    font-size: .64rem;
  }

  .cc-tier li:before {
    width: .28rem;
    height: .28rem;
  }

  .cc-tier-grid {
    gap: .4rem;
  }

  .cc-tier__body li {
    padding-left: .75rem;
    font-size: .64rem;
  }

  .cc-tier__lead {
    font-size: .68rem;
  }

  .cc-tier__titleblock h3 {
    font-size: .8rem;
  }

  .cc-tier__visual {
    aspect-ratio: 1 / 1;
  }

  .hero__identity {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .hero__portrait {
    width: 64px;
    height: 80px;
  }

  .service-card__img {
    height: 96px;
  }

  .service-card__shade {
    height: 96px;
  }

  .service-card__text {
    font-size: .74rem;
    -webkit-line-clamp: 2;
  }

  .service-card__title {
    font-size: .9rem;
  }

  .svc-media-strip {
    gap: .35rem;
  }

  .svc-media-strip figure {
    border-radius: 10px;
  }
}

@media (max-width: 390px) {
  .site-header__cta {
    max-width: 38vw;
    font-size: .75rem;
  }

  .hero--shader .hero__lead {
    font-size: 1.28rem;
  }
}

@media (max-width: 480px) {
  .btn {
    min-height: var(--touch-min);
    padding: .75rem 1.15rem;
    text-align: center;
    white-space: normal;
  }

  .contact-form input {
    min-height: var(--touch-min);
    font-size: 16px;
  }

  .contact-form select {
    min-height: var(--touch-min);
    font-size: 16px;
  }

  .contact-form textarea {
    min-height: var(--touch-min);
    font-size: 16px;
  }

  .contact-form__submit {
    width: 100%;
    min-height: var(--touch-min);
  }

  .hero {
    min-height: 100svh;
  }

  .hero__doctolib {
    justify-content: center;
    width: 100%;
    max-width: 20rem;
  }

  .hero__doctor {
    font-size: 1.15rem;
  }

  .hero__role {
    font-size: 1.05rem;
  }

  .mood-strip {
    padding-bottom: 2.5rem;
  }

  .mood-strip__wide {
    width: min(100% - 1rem, 1400px);
    border-radius: 10px;
  }

  .service-card__img {
    height: 140px;
  }

  .service-card__shade {
    height: 140px;
  }

  .service-card__text {
    font-size: .92rem;
  }

  .service-card__title {
    font-size: 1.12rem;
  }

  .services-strip {
    margin-top: 0;
    padding-top: 1.25rem;
  }

  .symptoms__item {
    padding: .8rem 0 .9rem;
  }

  .symptoms__item:hover {
    padding-left: 0;
  }
}

@media (max-width: 520px) {
  .site-footer--cc .footer__intro-actions {
    flex-direction: column;
  }

  .site-footer--cc .footer__intro-actions .btn {
    width: 100%;
  }

  .cc-explain h2:before {
    margin-inline: auto;
  }

  .cc-explain__copy {
    text-align: center;
  }

  .cc-explain__copy > p {
    margin-inline: auto;
  }

  .cc-explain__lead {
    margin-inline: auto;
  }

  .cc-facts {
    text-align: left;
  }

  .cc-fuer__media {
    grid-template-columns: 1fr 1fr;
    gap: .45rem;
  }

  .cc-fuer__visual {
    aspect-ratio: 3 / 4;
    border-radius: 14px;
  }

  .pub-book {
    flex-direction: column;
  }

  .pub-book__body {
    padding: 1rem 1.15rem 1.25rem;
  }

  .pub-book__cover {
    flex: none;
    max-width: none;
  }

  .pub-book__face {
    width: min(100%, 180px);
  }

  .pub-book__face--mockup {
    width: min(100%, 200px);
  }
}

@media (max-width: 560px) {
  body.page-svc .ov-areas.areas__grid {
    grid-template-columns: 1fr;
  }

  .site-header__logo img {
    height: 40px;
  }

  .area-card {
    aspect-ratio: 16 / 9;
    border-radius: 18px;
  }

  .areas__grid {
    grid-template-columns: 1fr;
  }

  .diagnostics__grid {
    grid-template-columns: 1fr;
  }

  .footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: .65rem;
  }

  .hero--shader .hero__lead {
    font-size: clamp(1.4rem, 6.5vw, 1.75rem);
  }

  .hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__actions .hero__doctolib {
    transform: none;
  }

  .hero__cta-primary {
    width: 100%;
    max-width: 280px;
  }

  .hero__doctor {
    font-size: 1.05rem;
  }

  .hero__portrait {
    width: 76px;
    height: 96px;
    border-radius: 14px;
  }

  .hero__portrait img {
    object-position: center 16%;
    transform: scale(1.22);
    transform-origin: center 18%;
  }

  .hero__role {
    font-size: .88rem;
  }

  .longe-cards {
    grid-template-columns: 1fr;
  }

  .longe-rail__links {
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: .15rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .longe-rail__links a {
    white-space: nowrap;
  }

  .ov-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 200px;
    aspect-ratio: 16 / 11;
  }

  .service-card .btn {
    align-self: flex-start;
    width: auto;
    min-width: 140px;
  }

  .service-card__body {
    justify-content: flex-end;
    background: linear-gradient(180deg, transparent 0%, rgba(20, 18, 24, .55) 100%);
  }

  .service-card__shade {
    background: linear-gradient(180deg, #14121833, #14121826 40%, #141218b8);
  }

  .service-card__text {
    max-width: 100%;
    -webkit-line-clamp: 2;
  }

  .services-strip__grid {
    grid-template-columns: 1fr;
  }

  .svc-benefit {
    grid-template-columns: 1fr;
  }

  .svc-media-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  #publikationen {
    padding-top: 1rem;
  }

  .booking-strip h2 {
    max-width: none;
  }

  .booking-strip__action p {
    font-size: clamp(1.1rem, 4.5vw, 1.35rem);
  }

  .booking-strip__inner {
    gap: 1.25rem;
    padding: 2rem 0;
  }

  .cc-cta__actions .btn {
    width: 100%;
    min-width: 0;
  }

  .cc-facts {
    grid-template-columns: 1fr;
  }

  .cc-flow {
    grid-template-columns: 1fr;
  }

  .cc-fuer__list {
    grid-template-columns: 1fr;
  }

  .cc-hero {
    min-height: min(58svh, 480px);
    padding-bottom: 2.5rem;
  }

  .cc-hero h1 {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .cc-hero__actions {
    flex-direction: column;
    width: 100%;
  }

  .cc-hero__actions .btn {
    width: 100%;
    min-width: 0;
  }

  .cc-table-scroll {
    margin-inline: calc(-1 * var(--gutter-sm));
    padding-inline: var(--gutter-sm);
    border-radius: 0;
  }

  .cc-table-scroll:after {
    content: "→ Wischen";
    display: block;
    padding-top: .35rem;
    color: #56515d;
    font-size: .72rem;
    text-align: center;
  }

  .cc-wrap {
    width: min(calc(100% - 2 * var(--gutter-sm)), 1080px);
  }

  .footer__book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--touch-min);
  }

  .footer__contact-list {
    gap: .65rem;
  }

  .footer__display {
    font-size: clamp(1.75rem, 7vw, 2.4rem);
  }

  .footer__form-card {
    padding: 1.2rem 1rem;
  }

  .footer__intro {
    padding: 2rem 0 1.25rem;
  }

  .footer__pills a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--touch-min);
  }

  .longe-steps {
    grid-template-columns: 1fr;
  }

  .packages-cta__btn {
    width: 100%;
    max-width: 280px;
  }

  .packages-cta__copy {
    max-width: 30ch;
    font-size: clamp(1.1rem, 4.6vw, 1.35rem);
  }

  .packages-cta__headline {
    font-size: clamp(1.85rem, 8vw, 2.45rem);
  }

  .packages-cta__inner {
    padding: 2.25rem var(--gutter);
  }

  .packages-cta__mark {
    --mark-w: min(152px, 42vw);
  }

  .quiz-panel {
    padding: 1.25rem 1.1rem;
  }

  .quote-band {
    min-height: 50svh;
  }

  .quote-band__content {
    padding: 2.5rem 0;
  }

  .quote-band__content p {
    font-size: clamp(1.35rem, 5.5vw, 1.85rem);
  }

  .sub-hero {
    padding: calc(var(--header-h) + 2rem) 0 2rem;
  }

  .sub-hero__inner {
    width: min(calc(100% - 2 * var(--gutter-sm)), 1080px);
  }

  .sub-wrap {
    width: min(calc(100% - 2 * var(--gutter-sm)), 1080px);
  }

  .svc-media-strip {
    grid-template-columns: 1fr;
  }

  .svc-section {
    padding: 2.5rem 0;
  }

  .svc-section--soft:has( + #publikationen) {
    padding-bottom: .85rem;
  }

  .svc-section:has(+ #ablauf) {
    padding-bottom: 0.9rem;
  }

  body.page-svc .svc-section + .cc-ablauf {
    padding-top: 1.5rem;
  }

  .therapies {
    padding: var(--section-pad) 0 2.5rem;
  }

  .therapy-row h3 {
    font-size: clamp(1.15rem, 4.5vw, 1.35rem);
  }
}

@media (max-width: 640px) {
  .svc-list--grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  :root {
    --gutter: 1rem;
    --gutter-sm: .85rem;
  }

  body {
    overflow-x: hidden;
  }

  .site-footer .container {
    width: min(calc(100% - 2 * var(--gutter)), 1180px);
  }

  .site-header__cta {
    min-height: 40px;
    padding: .45rem .75rem;
    font-size: .8rem;
  }

  .site-header__inner {
    gap: .5rem;
    padding-inline: var(--gutter);
  }

  .site-header__logo img {
    height: 36px;
  }

  .area-card {
    min-height: 120px;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
  }

  .area-card:hover {
    transform: none;
  }

  .area-card__label {
    align-items: flex-end;
    justify-content: flex-start;
    padding: .85rem 1rem;
    font-size: 1rem;
    text-align: left;
  }

  .area-card__shade {
    background: linear-gradient(180deg, #1412181a, #1412188c);
  }

  .areas {
    padding: 2rem 0 2.25rem;
  }

  .areas .container {
    width: min(calc(100% - 2 * var(--gutter)), 1180px);
  }

  .areas h2 {
    font-size: clamp(1.55rem, 6vw, 1.9rem);
    text-align: left;
  }

  .areas__grid {
    grid-template-columns: 1fr;
    gap: .7rem;
  }

  .areas__intro {
    max-width: none;
    margin: 0 0 1.15rem;
    font-size: 1rem;
    text-align: left;
  }

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

  .contact-form input {
    min-height: 44px;
    font-size: 16px;
  }

  .contact-form select {
    min-height: 44px;
    font-size: 16px;
  }

  .contact-form textarea {
    min-height: 44px;
    font-size: 16px;
  }

  .contact-form__submit {
    width: 100%;
    min-height: 48px;
  }

  .footer__aside {
    display: flex;
    flex-direction: column;
    gap: .75rem;
  }

  .footer__book {
    padding: 1.15rem 1.1rem;
    border-radius: 16px;
  }

  .footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: .55rem;
  }

  .footer__contact-item {
    padding: .9rem 1rem;
    border-radius: 14px;
  }

  .footer__contact-list {
    grid-template-columns: 1fr;
    gap: .65rem;
  }

  .footer__display {
    font-size: clamp(1.55rem, 6.5vw, 1.95rem);
  }

  .footer__form-card {
    padding: 1.25rem 1.15rem 1.2rem;
    border-radius: 16px;
  }

  .footer__intro {
    padding: 1.75rem 0 1.35rem;
  }

  .footer__intro-copy {
    margin-bottom: 1.15rem;
  }

  .footer__intro-lead {
    max-width: none;
    font-size: .98rem;
  }

  .footer__links-panel {
    border-radius: 16px;
  }

  .footer__main {
    padding: 1.35rem 0 1.75rem;
  }

  .footer__quote {
    border-radius: 16px;
  }

  .footer__shell {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .footer__social--card {
    display: none;
  }

  .has-scroll-anim .services-strip__grid {
    display: grid;
    opacity: 1;
    grid-template-columns: 1fr;
    gap: .75rem;
    width: min(calc(100% - 2 * var(--gutter)), 1180px);
    margin-inline: auto;
    padding: 0;
    overflow: visible;
    transform: none;
  }

  .has-scroll-anim .therapy-row__icon {
    opacity: 1;
    transform: none;
  }

  .hero {
    align-items: flex-start;
    min-height: 0;
  }

  .hero--shader {
    align-items: flex-start;
    min-height: 0;
  }

  .hero--shader .hero__doctolib {
    display: inline-flex;
  }

  .hero--shader .hero__identity {
    margin-top: 1rem;
    padding-top: 0;
    border-top: none;
  }

  .hero--shader .hero__overlay {
    background: linear-gradient(180deg, #f7f6f4bf, #f7f6f48c);
  }

  .hero--shader .hero__shader {
    display: none;
  }

  .hero--shader:after {
    height: 2.5rem;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: .65rem;
    width: 100%;
  }

  .hero__content {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .hero__cta-primary {
    justify-content: center;
    width: 100%;
    max-width: none;
    min-height: 48px;
  }

  .hero__doctolib {
    display: inline-flex;
  }

  .hero__doctor {
    margin-bottom: .2rem;
    font-size: 1.02rem;
  }

  .hero__identity {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: .75rem .9rem;
    margin-bottom: 0;
  }

  .hero__kicker {
    margin-bottom: .65rem;
    font-size: .75rem;
  }

  .hero__layout {
    width: 100%;
    max-width: none;
    padding: calc(var(--header-h) + .85rem) var(--gutter) 1.75rem;
  }

  .hero__lead {
    margin-bottom: 1.1rem;
    font-size: clamp(1.28rem, 5.5vw, 1.55rem);
    line-height: 1.3;
  }

  .hero__line {
    display: block;
  }

  .hero__mesh {
    opacity: 1;
  }

  .hero__mesh-blob {
    filter: blur(36px);
  }

  .hero__portrait {
    width: 72px;
    height: 90px;
    border-radius: 12px;
  }

  .hero__portrait img {
    object-position: center 18%;
    transform: scale(1.15);
  }

  .hero__role {
    font-size: .88rem;
    line-height: 1.35;
  }

  .hero__scroll {
    display: none;
  }

  .hero__shader {
    display: none;
  }

  .no-motion .services-strip__grid {
    display: grid;
    opacity: 1;
    grid-template-columns: 1fr;
    gap: .75rem;
    width: min(calc(100% - 2 * var(--gutter)), 1180px);
    margin-inline: auto;
    padding: 0;
    overflow: visible;
    transform: none;
  }

  .packages-cta {
    min-height: 0;
    border-top: 1px solid rgba(47, 43, 54, .06);
    border-bottom: 1px solid rgba(47, 43, 54, .06);
  }

  .packages-cta__bg {
    display: none;
  }

  .packages-cta__btn {
    justify-content: center;
    width: 100%;
    max-width: none;
  }

  .packages-cta__copy {
    max-width: none;
    margin: 0;
    font-size: 1.05rem;
    text-align: left;
  }

  .packages-cta__cta {
    align-items: stretch;
    gap: .9rem;
    padding: 0;
    border-top: none;
    border-left: none;
  }

  .packages-cta__headline {
    font-size: clamp(1.65rem, 7vw, 2.1rem);
    text-align: left;
  }

  .packages-cta__headline br {
    display: none;
  }

  .packages-cta__inner {
    grid-template-columns: 1fr;
    gap: 1rem;
    width: min(calc(100% - 2 * var(--gutter)), 1180px);
    padding: 1.75rem 0 2rem;
    text-align: left;
  }

  .packages-cta__visual {
    display: none;
  }

  .quiz__nav {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .quiz__nav .btn {
    width: 100%;
  }

  .quiz__result-actions {
    flex-direction: column;
  }

  .quiz__result-actions .btn {
    width: 100%;
    text-align: center;
  }

  .radios {
    flex-direction: column;
    align-items: flex-start;
    gap: .55rem;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .service-card {
    display: flex;
    flex: none;
    flex-direction: column;
    min-height: 0;
    aspect-ratio: auto;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    color: var(--ink);
    transform: none;
  }

  .service-card .btn {
    align-self: stretch;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 44px;
    margin-top: .55rem;
    border: 1px solid var(--ink);
    box-shadow: none;
    background: var(--ink);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: #fff;
  }

  .service-card .btn:hover {
    border-color: var(--ink-soft);
    background: var(--ink-soft);
    color: #fff;
    transform: none;
  }

  .service-card:hover {
    transform: none;
  }

  .service-card__body {
    display: flex;
    position: relative;
    inset: auto;
    z-index: 3;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .45rem;
    min-height: 0;
    padding: 1.05rem 1.1rem 1.15rem;
    background: #fff;
    color: var(--ink);
    pointer-events: auto;
  }

  .service-card__img {
    position: relative;
    inset: auto;
    flex: 0 0 auto;
    width: 100%;
    height: 160px;
  }

  .service-card__img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .service-card__img picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .service-card__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .service-card__shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    height: 160px;
    background: linear-gradient(180deg, #1412180d, #14121840);
  }

  .service-card__text {
    display: block;
    max-width: none;
    overflow: visible;
    color: #3b3641;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.45;
    text-shadow: none;
    -webkit-line-clamp: unset;
  }

  .service-card__title {
    color: var(--ink);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.02em;
    text-transform: none;
    text-shadow: none;
  }

  .service-card__title br {
    content: "";
    display: block;
  }

  .services-strip {
    padding: .5rem 0 2.25rem;
  }

  .services-strip__grid {
    display: grid;
    opacity: 1;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: min(100% - 2 * var(--gutter), 1180px);
    margin-inline: auto;
    padding: 0;
    overflow: visible;
    transform: none;
  }

  .st-grid {
    grid-template-columns: 1fr;
  }

  .svc-timeline {
    grid-template-columns: 1fr;
  }

  .symptoms {
    padding: 2rem 0 2.25rem;
  }

  .symptoms .container.symptoms__grid {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    width: min(calc(100% - 2 * var(--gutter)), 1180px);
  }

  .symptoms__cta {
    min-height: 0;
    border-radius: 18px;
  }

  .symptoms__cta .btn--book {
    flex: none;
    justify-content: center;
    width: 100%;
  }

  .symptoms__cta .btn--more {
    flex: none;
    justify-content: center;
    width: 100%;
  }

  .symptoms__cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .symptoms__cta-content {
    gap: .85rem;
    min-height: 0;
    padding: 1.25rem 1.15rem 1.3rem;
  }

  .symptoms__cta-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: .4rem;
  }

  .symptoms__cta-kicker {
    flex: none;
    min-width: 0;
    max-width: none;
    font-size: .85rem;
    text-align: left;
  }

  .symptoms__cta-title {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }

  .symptoms__grid {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    width: min(calc(100% - 2 * var(--gutter)), 1180px);
  }

  .symptoms__heading {
    max-width: none;
    font-size: clamp(1.65rem, 7vw, 2.15rem);
    line-height: 1.12;
  }

  .symptoms__item {
    padding: .75rem 0 .85rem;
  }

  .symptoms__item span {
    font-size: .9rem;
  }

  .symptoms__item strong {
    font-size: 1rem;
  }

  .symptoms__item:hover {
    padding-left: 0;
  }

  .welcome {
    margin-top: -1rem;
    padding: 1.5rem 0 1.75rem;
  }

  .welcome__copy p {
    margin-bottom: .85rem;
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .welcome__head {
    margin-bottom: 1rem;
  }

  .welcome__media {
    max-height: min(220px, 34vh);
    aspect-ratio: 16 / 10;
    border-radius: 16px;
    box-shadow: 0 10px 24px #1e1c1a1a;
  }

  .welcome__title {
    font-size: clamp(1.4rem, 5.8vw, 1.75rem);
    line-height: 1.2;
  }

  a.footer__contact-item:hover {
    transform: none;
  }
}

@media (max-width: 800px) {
  body.page-longe .longe-blocks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  body.nav-open .site-header {
    height: var(--header-h);
    overflow: visible;
    background: #1a1a1a;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.nav-open .site-nav.is-open {
    display: flex;
    visibility: visible;
    opacity: 1;
    position: fixed;
    top: var(--header-h);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin: 0;
    padding: .75rem var(--gutter) calc(1.5rem + env(safe-area-inset-bottom, 0px));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    box-shadow: none;
    background: #1a1a1a;
    pointer-events: auto;
    transform: none;
  }

  body.nav-open main {
    visibility: hidden;
  }

  .lang-switch {
    margin-right: .15rem;
    margin-left: .15rem;
  }

  .lang-switch__btn {
    min-height: 32px;
    padding: .38rem .52rem;
    font-size: .68rem;
  }

  .nav-toggle {
    display: flex;
    position: relative;
    z-index: 1003;
  }

  .nav-toggle span {
    background: #fff;
  }

  .site-header {
    overflow: visible;
  }

  .site-header__cta {
    flex-shrink: 1;
    min-width: 0;
    max-width: 42vw;
    min-height: 40px;
    margin-right: .35rem;
    margin-left: auto;
    padding: .5rem .9rem;
    padding-inline: .7rem;
    overflow: hidden;
    font-size: .85rem;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .site-header__inner {
    position: relative;
    z-index: 1002;
    min-width: 0;
    overflow: visible;
  }

  .site-nav {
    display: none;
  }

  .site-nav.is-open {
    display: flex;
    visibility: visible;
    opacity: 1;
    position: fixed;
    top: var(--header-h);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin: 0;
    padding: .75rem var(--gutter) calc(1.5rem + env(safe-area-inset-bottom, 0px));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    box-shadow: none;
    background: #1a1a1a;
    pointer-events: auto;
    transform: none;
  }

  .site-nav.is-open .site-nav__dropdown {
    display: none;
    position: static;
    width: 100%;
    min-width: 0;
    padding: 0 0 .35rem .75rem;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .site-nav.is-open .site-nav__dropdown a {
    display: flex;
    opacity: 1;
    align-items: center;
    min-height: 44px;
    padding: .55rem .5rem;
    background: transparent;
    color: #ffffffe6;
    font-size: 1rem;
    font-weight: 500;
  }

  .site-nav.is-open .site-nav__dropdown a:hover {
    background: #ffffff14;
  }

  .site-nav.is-open .site-nav__item > .site-nav__link {
    display: flex;
    opacity: 1;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: .85rem .35rem;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    text-shadow: none;
  }

  .site-nav.is-open .site-nav__item.is-open .site-nav__dropdown {
    display: block;
  }

  .site-nav.is-open .site-nav__link {
    display: flex;
    opacity: 1;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: .85rem .35rem;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    text-shadow: none;
  }

  .site-nav.is-open .site-nav__link.is-active {
    color: var(--lavender);
  }

  .site-nav__dropdown {
    display: none;
    position: static;
    padding-left: .75rem;
    box-shadow: none;
    background: transparent;
  }

  .site-nav__dropdown a {
    display: flex;
    opacity: .85;
    align-items: center;
    min-height: var(--touch-min);
    padding: .65rem .75rem;
    color: var(--white);
    font-size: 1rem;
  }

  .site-nav__item.is-open .site-nav__dropdown {
    display: block;
  }

  #heroShader {
    display: none;
    pointer-events: none;
  }

  .area-card {
    aspect-ratio: 5 / 4;
    border-radius: 16px;
  }

  .area-card__label {
    padding: .75rem;
    font-size: .9rem;
  }

  .areas {
    padding: 2.5rem 0 2.25rem;
  }

  .areas h2 {
    font-size: clamp(1.55rem, 5.5vw, 2rem);
    text-align: left;
  }

  .areas__grid {
    grid-template-columns: 1fr 1fr;
    gap: .7rem;
  }

  .areas__head {
    margin-bottom: 1.35rem;
    text-align: left;
  }

  .areas__intro {
    margin-inline: 0;
    text-align: left;
  }

  .booking-strip__action {
    text-align: center;
  }

  .booking-strip__inner {
    flex-direction: column;
    text-align: center;
  }

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

  .footer__aside {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .footer__book {
    grid-column: auto;
    width: 100%;
  }

  .footer__form-card {
    padding: 1.4rem 1.2rem 1.25rem;
  }

  .footer__intro {
    padding: 2.5rem 0 1.5rem;
  }

  .footer__links-panel {
    grid-column: auto;
    width: 100%;
    text-align: center;
  }

  .footer__links-panel .footer__heading {
    text-align: center;
  }

  .footer__main {
    padding: 1.5rem 0 2rem;
  }

  .footer__pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
  }

  .footer__quote {
    grid-column: auto;
    width: 100%;
    text-align: center;
  }

  .footer__social--card {
    grid-column: auto;
  }

  .has-scroll-anim .services-strip__grid {
    opacity: 1;
    width: min(100% - 2 * var(--gutter), 1180px);
    margin-inline: auto;
    transform: none;
  }

  .hero {
    box-sizing: border-box;
    align-items: flex-start;
    min-width: 0;
    max-width: 100%;
    min-height: auto;
  }

  .hero--shader {
    box-sizing: border-box;
    align-items: flex-start;
    min-width: 0;
    max-width: 100%;
    min-height: auto;
  }

  .hero--shader .hero__bg {
    background: linear-gradient(165deg, #f5f2ed, #ebe8e4 48%, #e4e1dc);
  }

  .hero--shader .hero__doctolib {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    max-width: 22rem;
    min-height: 48px;
    margin-top: .95rem;
    margin-inline: auto;
  }

  .hero--shader .hero__identity {
    margin-top: 1.15rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(47, 43, 54, .09);
  }

  .hero--shader .hero__lead {
    margin-bottom: 1.15rem;
    font-size: clamp(1.35rem, 5.8vw, 1.85rem);
    line-height: 1.18;
  }

  .hero--shader .hero__line--accent {
    font-size: .92em;
  }

  .hero--shader .hero__overlay {
    background: linear-gradient(180deg, #f7f6f459, #f7f6f41f 55%, #f7f6f48c);
  }

  .hero--shader .hero__shader {
    display: none;
    pointer-events: none;
  }

  .hero--shader:after {
    height: clamp(2rem, 6vh, 3.5rem);
  }

  .hero__content {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .hero__doctolib {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    max-width: 22rem;
    min-height: 48px;
    margin-top: .95rem;
  }

  .hero__doctor {
    font-size: clamp(1.05rem, 3.8vw, 1.25rem);
  }

  .hero__identity {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: .9rem;
    width: 100%;
    min-width: 0;
    text-align: left;
  }

  .hero__identity-text {
    flex: 1 1 auto;
    min-width: 0;
  }

  .hero__identity-text .hero__doctolib {
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    margin-top: .95rem;
  }

  .hero__layout {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: calc(var(--header-h) + 1rem) var(--gutter) 2rem;
  }

  .hero__lead {
    box-sizing: border-box;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .hero__line {
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .hero__mesh {
    opacity: 1;
  }

  .hero__portrait {
    width: 88px;
    height: 110px;
    border-radius: 14px;
  }

  .hero__role {
    font-size: .92rem;
  }

  .hero__scroll {
    display: none;
    bottom: calc(1rem + env(safe-area-inset-bottom, 0));
    left: 50%;
    transform: translate(-50%);
  }

  .hero__shader {
    display: none;
    pointer-events: none;
  }

  .packages-cta__btn {
    width: 100%;
    max-width: 20rem;
  }

  .packages-cta__copy {
    max-width: 32ch;
    margin-inline: auto;
    font-size: 1.05rem;
    text-align: center;
  }

  .packages-cta__cta {
    align-items: center;
    padding: 1.15rem 0 0;
    border-top: 1px solid rgba(47, 43, 54, .1);
    border-left: none;
  }

  .packages-cta__headline {
    font-size: clamp(1.65rem, 6.5vw, 2.2rem);
    text-align: center;
  }

  .packages-cta__inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 2.25rem 0;
    text-align: center;
  }

  .packages-cta__mark {
    margin-inline: auto;
    --mark-w: min(148px, 40vw);
  }

  .packages-cta__visual {
    justify-content: center;
  }

  .service-card {
    aspect-ratio: 3 / 4;
    border-radius: 18px;
  }

  .service-card .btn {
    width: 100%;
    min-width: 0;
    height: 38px;
    font-size: .85rem;
  }

  .service-card__body {
    padding: 1rem .9rem;
  }

  .service-card__text {
    display: -webkit-box;
    overflow: hidden;
    font-size: .86rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .service-card__title {
    font-size: clamp(1.05rem, 3.8vw, 1.25rem);
  }

  .services-strip {
    margin-top: 0;
    padding: .25rem 0 2.5rem;
  }

  .services-strip__grid {
    opacity: 1;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
    width: min(100% - 2 * var(--gutter), 1180px);
    margin-inline: auto;
    transform: none;
  }

  .services-strip__head {
    margin-bottom: 1.15rem;
    text-align: left;
  }

  .services-strip__title {
    font-size: clamp(1.35rem, 5vw, 1.7rem);
  }

  .symptoms {
    padding: 2.5rem 0;
  }

  .symptoms__cta {
    min-height: 0;
    border-radius: 18px;
  }

  .symptoms__cta .btn--book {
    flex: none;
    justify-content: center;
    width: 100%;
  }

  .symptoms__cta .btn--more {
    flex: none;
    justify-content: center;
    width: 100%;
  }

  .symptoms__cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .symptoms__cta-content {
    min-height: 320px;
    padding: 1.25rem 1.15rem 1.3rem;
  }

  .symptoms__cta-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: .45rem;
  }

  .symptoms__cta-kicker {
    flex: 0 0 auto;
    order: -1;
    min-width: 0;
    max-width: none;
    padding-bottom: 0;
    text-align: left;
  }

  .symptoms__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .symptoms__heading {
    max-width: none;
    font-size: clamp(1.85rem, 7vw, 2.45rem);
    text-align: left;
  }

  .symptoms__intro {
    grid-column: auto;
  }

  .welcome {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    margin-top: -1.5rem;
    padding: 1.75rem 0 2rem;
  }

  .welcome__copy {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
  }

  .welcome__copy p {
    max-width: 100%;
    font-size: clamp(1.02rem, 3.8vw, 1.1rem);
    overflow-wrap: break-word;
  }

  .welcome__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .welcome__head {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    margin-bottom: 1.25rem;
  }

  .welcome__inner {
    box-sizing: border-box;
    width: min(100% - 2 * var(--gutter), 1180px);
    min-width: 0;
    max-width: 100%;
  }

  .welcome__media {
    order: -1;
    max-height: min(260px, 40vh);
    aspect-ratio: 16 / 10;
    border-radius: 18px;
  }

  .welcome__title {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    font-size: clamp(1.4rem, 5.5vw, 1.85rem);
    line-height: 1.18;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
  }
}

@media (max-width: 900px) {
  body.page-legal .header {
    padding-right: env(safe-area-inset-right, 0);
    padding-left: env(safe-area-inset-left, 0);
  }

  body.page-legal .nav__link {
    display: flex;
    align-items: center;
    min-height: var(--touch-min);
  }

  body.page-longe .longe-explain__grid {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  body.page-longe .longe-explain__photo {
    order: -1;
  }

  body.page-longe .longe-explain__photo img {
    aspect-ratio: 16 / 10;
  }

  body.page-quiz .header {
    padding-right: env(safe-area-inset-right, 0);
    padding-left: env(safe-area-inset-left, 0);
  }

  body.page-quiz .nav__link {
    display: flex;
    align-items: center;
    min-height: var(--touch-min);
  }

  body.page-svc .cc-explain__grid {
    align-items: start;
  }

  body.page-svc .cc-head {
    text-align: center;
  }

  body.page-svc .ov-areas.areas__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .area-card {
    opacity: 1;
    position: relative;
    min-height: 0;
    aspect-ratio: auto;
    overflow: visible;
    border: 0;
    border-bottom: 1px solid rgba(47, 43, 54, .08);
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    transform: none;
  }

  .area-card img {
    display: none;
  }

  .area-card picture {
    display: none;
  }

  .area-card:last-child {
    border-bottom: 0;
  }

  .area-card__label {
    display: block;
    position: relative;
    inset: auto;
    padding: .85rem 1rem;
    background: transparent;
    color: var(--ink);
    font-size: .95rem;
    font-weight: 500;
    line-height: 1.35;
    text-shadow: none;
  }

  .area-card__label:before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: .45rem;
    height: .45rem;
    margin-right: .65rem;
    border-radius: 999px;
    background: var(--green);
    vertical-align: .15em;
  }

  .area-card__media {
    display: none;
  }

  .area-card__shade {
    display: none;
  }

  .areas__grid {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(47, 43, 54, .08);
    border-radius: 16px;
    box-shadow: 0 1px 2px #1e1c1a0a;
    background: #fff;
  }

  .has-scroll-anim .area-card {
    opacity: 1;
    position: relative;
    min-height: 0;
    aspect-ratio: auto;
    overflow: visible;
    border: 0;
    border-bottom: 1px solid rgba(47, 43, 54, .08);
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    transform: none;
  }

  .has-scroll-anim .areas__grid {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(47, 43, 54, .08);
    border-radius: 16px;
    box-shadow: 0 1px 2px #1e1c1a0a;
    background: #fff;
  }

  .has-scroll-anim .services-strip__grid {
    display: grid;
    opacity: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    width: min(100% - 2 * var(--gutter), 1180px);
    margin-inline: auto;
    padding: 0;
    overflow: visible;
    transform: none;
  }

  .has-scroll-anim .services-strip__grid > .service-card {
    display: grid;
    flex: none;
    flex-direction: column;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
    min-width: 0;
    max-width: none;
    min-height: 0;
    aspect-ratio: auto;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    color: var(--ink);
    transform: none;
  }

  .longe-banner {
    grid-template-columns: 1fr;
  }

  .longe-banner__visual {
    min-height: 200px;
    max-height: 240px;
  }

  .longe-banner__visual img {
    min-height: 200px;
  }

  .mood-strip__wide {
    border-radius: 12px;
  }

  .no-motion .services-strip__grid {
    display: grid;
    opacity: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    width: min(100% - 2 * var(--gutter), 1180px);
    margin-inline: auto;
    padding: 0;
    overflow: visible;
    transform: none;
  }

  .ov-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ov-therapy {
    grid-template-columns: 1fr;
  }

  .service-card {
    display: flex;
    flex: none;
    flex-direction: column;
    min-height: 0;
    aspect-ratio: auto;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    color: var(--ink);
    transform: none;
  }

  .service-card .btn {
    align-self: stretch;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 36px;
    margin-top: auto;
    padding: .45rem .6rem;
    border: 1px solid var(--ink);
    box-shadow: none;
    background: var(--ink);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: #fff;
    font-size: .78rem;
  }

  .service-card .btn:hover {
    border-color: var(--ink-soft);
    background: var(--ink-soft);
    color: #fff;
    transform: none;
  }

  .service-card:hover {
    transform: none;
  }

  .service-card__body {
    display: flex;
    position: relative;
    inset: auto;
    z-index: 3;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .35rem;
    min-height: 0;
    padding: .8rem .75rem .9rem;
    background: #fff;
    color: var(--ink);
    pointer-events: auto;
  }

  .service-card__img {
    position: relative;
    inset: auto;
    flex: 0 0 auto;
    width: 100%;
    height: 110px;
  }

  .service-card__img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .service-card__img picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .service-card__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .service-card__shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    height: 110px;
    background: linear-gradient(180deg, #1412180d, #14121838);
  }

  .service-card__text {
    display: -webkit-box;
    max-width: none;
    overflow: hidden;
    color: #413c47;
    font-size: .78rem;
    line-height: 1.35;
    text-shadow: none;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .service-card__title {
    color: var(--ink);
    font-size: .98rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.02em;
    text-shadow: none;
  }

  .service-card__title br {
    display: block;
  }

  .services-strip .services-strip__grid {
    display: grid;
    opacity: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    width: min(100% - 2 * var(--gutter), 1180px);
    margin-inline: auto;
    padding: 0;
    overflow: visible;
    transform: none;
  }

  .services-strip__grid {
    display: grid;
    opacity: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    width: min(100% - 2 * var(--gutter), 1180px);
    margin-inline: auto;
    padding: 0;
    overflow: visible;
    transform: none;
  }

  .services-strip__grid > .service-card {
    display: grid;
    flex: none;
    flex-direction: column;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
    min-width: 0;
    max-width: none;
    min-height: 0;
    aspect-ratio: auto;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    color: var(--ink);
    transform: none;
  }

  .svc-media-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .5rem;
    margin-top: 1.25rem;
  }

  .svc-media-strip figure {
    min-width: 0;
    aspect-ratio: 1 / 1;
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
  }

  .svc-media-strip figure:last-child:nth-child(3) {
    grid-column: auto;
  }

  .svc-media-strip img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .svc-media-strip picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .svc-section--media .svc-media-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .5rem;
    margin-top: 1.25rem;
  }

  .svc-spec {
    grid-template-columns: 1fr;
  }

  .svc-split {
    grid-template-columns: 1fr;
  }

  .svc-split__visual {
    min-height: 240px;
  }

  .svc-team {
    grid-template-columns: 1fr;
  }

  .svc-team__photo {
    max-width: 280px;
    margin-inline: auto;
  }

  .welcome__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .welcome__media {
    order: -1;
    max-height: min(300px, 44vh);
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 900px) and (min-width: 561px) {
  .areas__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
  }

  .diagnostics__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  #ccTierGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: .55rem;
    max-width: none;
    min-height: 0;
    margin-inline: 0;
    padding-bottom: .5rem;
  }

  .cc-explain__grid {
    grid-template-columns: 1fr;
  }

  .cc-explain__photo {
    max-width: 400px;
    margin-inline: auto;
  }

  .cc-flow {
    grid-template-columns: 1fr 1fr;
  }

  .cc-fuer__grid {
    grid-template-columns: 1fr;
  }

  .cc-fuer__list {
    grid-template-columns: 1fr;
  }

  .cc-fuer__media {
    grid-template-columns: 1fr 1fr;
    gap: .55rem;
  }

  .cc-fuer__visual {
    aspect-ratio: 1 / 1;
  }

  .cc-fuer__media--triple {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
  }

  .cc-fuer__media--triple .cc-fuer__visual--primary {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }


  .cc-hero {
    align-items: center;
    justify-content: center;
    min-height: min(68vh, 560px);
    text-align: center;
  }

  .cc-hero__actions {
    justify-content: center;
  }

  .cc-hero__inner {
    max-width: 34rem;
  }

  .cc-table {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    font-size: .72rem;
    table-layout: fixed;
  }

  .cc-table tbody td {
    width: 20%;
    font-size: .85rem;
  }

  .cc-table tbody th {
    position: static;
    width: 40%;
    box-shadow: none;
    background: transparent;
    font-size: .7rem;
    font-weight: 500;
    line-height: 1.25;
  }

  .cc-table tbody tr:hover th {
    background: transparent;
  }

  .cc-table td {
    padding: .45rem .28rem;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
    vertical-align: middle;
  }

  .cc-table th {
    padding: .45rem .28rem;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
    vertical-align: middle;
  }

  .cc-table thead th {
    padding: .5rem .25rem;
    font-size: .62rem;
    line-height: 1.2;
    letter-spacing: .02em;
  }

  .cc-table thead th:first-child {
    position: static;
    box-shadow: none;
  }

  .cc-table-scroll {
    margin-inline: 0;
    padding-inline: 0;
    overflow: visible;
    -webkit-overflow-scrolling: auto;
    border-radius: 14px;
  }

  .cc-table-scroll:after {
    content: none;
    display: none;
  }

  .cc-tier {
    opacity: 1;
    order: 0;
    min-width: 0;
    height: auto;
    border-radius: 14px;
    transform: none;
  }

  .cc-tier a.cc-tier__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 36px;
    margin-top: auto;
    padding: .4rem .35rem;
    border-radius: 999px;
    font-size: .7rem;
    line-height: 1.2;
    text-align: center;
  }

  .cc-tier h3 {
    margin: 0;
    font-size: .88rem;
    line-height: 1.15;
  }

  .cc-tier li {
    position: relative;
    margin: 0;
    padding: 0 0 0 .85rem;
    color: var(--ink);
    font-size: .7rem;
    line-height: 1.3;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .cc-tier li:before {
    content: "";
    position: absolute;
    top: .4em;
    left: 0;
    flex-shrink: 0;
    width: .32rem;
    height: .32rem;
    border-radius: 50%;
    background: var(--green);
  }

  .cc-tier ul {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: .28rem;
    margin: 0 0 .5rem;
    padding: 0;
    list-style: none;
  }

  .cc-tier--mid {
    opacity: 1;
    order: 0;
    min-width: 0;
    height: auto;
    border-radius: 14px;
    transform: none;
  }

  .cc-tier-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: .55rem;
    max-width: none;
    min-height: 0;
    margin-inline: 0;
    padding-bottom: .5rem;
  }

  .cc-tier__body {
    flex: 1 1 auto;
    gap: .4rem;
    padding: .7rem .6rem .8rem;
  }

  .cc-tier__body .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 36px;
    margin-top: auto;
    padding: .4rem .35rem;
    border-radius: 999px;
    font-size: .7rem;
    line-height: 1.2;
    text-align: center;
  }

  .cc-tier__body li {
    position: relative;
    margin: 0;
    padding: 0 0 0 .85rem;
    color: var(--ink);
    font-size: .7rem;
    line-height: 1.3;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .cc-tier__body li:before {
    content: "";
    position: absolute;
    top: .4em;
    left: 0;
    flex-shrink: 0;
    width: .32rem;
    height: .32rem;
    border-radius: 50%;
    background: var(--green);
  }

  .cc-tier__body ul {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: .28rem;
    margin: 0 0 .5rem;
    padding: 0;
    list-style: none;
  }

  .cc-tier__lead {
    margin: 0 0 .35rem;
    font-size: .74rem;
    line-height: 1.3;
  }

  .cc-tier__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 36px;
    margin-top: auto;
    padding: .4rem .35rem;
    border-radius: 999px;
    font-size: .7rem;
    line-height: 1.2;
    text-align: center;
  }

  .cc-tier__num {
    font-size: .62rem;
    letter-spacing: .04em;
  }

  .cc-tier__titleblock {
    padding: .5rem .45rem;
  }

  .cc-tier__titleblock h3 {
    margin: 0;
    font-size: .88rem;
    line-height: 1.15;
  }

  .cc-tier__visual {
    aspect-ratio: 5 / 4;
  }

  .longe-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .longe-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .longe-toc {
    display: flex;
    position: static;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem 1rem;
  }

  .longe-toc__list {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: .25rem;
    margin: 0;
  }

  .longe-wissen {
    grid-template-columns: 1fr;
  }

  .pub-book {
    flex-direction: row;
    align-items: stretch;
  }

  .pub-book__body {
    padding: 1rem 1.1rem 1.1rem .35rem;
  }

  .pub-book__cover {
    flex: 0 0 38%;
    align-items: center;
    max-width: 160px;
    padding: .85rem;
  }

  .pub-book__face {
    width: 100%;
  }

  .pub-book__face--mockup {
    bottom: .85rem;
    width: 100%;
  }

  .pub-books {
    grid-template-columns: 1fr;
    max-width: 28rem;
    margin-inline: auto;
  }

  .pub-highlight {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) and (min-width: 821px) {
  .site-nav {
    gap: 0;
  }

  .site-nav__link {
    padding: .55rem;
    font-size: .95rem;
  }
}

@media (max-width: 1100px) {
  .site-nav__link {
    padding: .6rem .7rem;
    font-size: clamp(.9rem, 1.6vw, 1.1rem);
  }

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

  .diagnostics__grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer__aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .9rem;
  }

  .footer__book {
    grid-column: 1 / -1;
  }

  .footer__contact-list {
    grid-template-columns: 1fr;
  }

  .footer__grid {
    grid-template-columns: 1fr;
  }

  .footer__quote {
    grid-column: 1 / -1;
  }

  .footer__shell {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .footer__social--card {
    grid-column: 1 / -1;
  }

  .packages-cta {
    min-height: 0;
  }

  .packages-cta__copy {
    max-width: 28ch;
    margin-inline: auto;
    text-align: center;
  }

  .packages-cta__cta {
    align-items: center;
    min-height: 0;
    padding: 1.25rem 0 0;
    border-top: 1px solid rgba(47, 43, 54, .1);
    border-left: none;
  }

  .packages-cta__headline {
    text-align: center;
  }

  .packages-cta__inner {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    min-height: 0;
    padding: 2.75rem var(--gutter);
    text-align: center;
  }

  .packages-cta__mark {
    margin: 0 auto;
    --mark-w: min(176px, 44vw);
  }

  .packages-cta__visual {
    justify-content: center;
    min-height: 0;
  }

  .services-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .symptoms__cta {
    min-height: 380px;
  }

  .symptoms__cta-content {
    min-height: 380px;
  }

  .symptoms__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem 2rem;
  }

  .symptoms__heading {
    max-width: none;
  }

  .symptoms__intro {
    grid-column: 1 / -1;
  }

  .therapy-row {
    grid-template-columns: 64px 1fr;
    gap: .75rem 1rem;
  }

  .therapy-row p {
    grid-column: 1 / -1;
    max-width: none;
  }

  .therapy-row__action {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding: .85rem 0 0;
    border-top: 1px solid rgba(47, 43, 54, .15);
    border-left: none;
  }

  .therapy-row__action .btn {
    width: auto;
    max-width: none;
    padding: .65rem 1.25rem;
  }
}

@media (min-width: 821px) {
  html.hero-shader-ready .hero--shader .hero__mesh {
    opacity: 0;
  }

  html.hero-static .hero--shader .hero__mesh {
    opacity: 1;
  }

  .hero--shader {
    align-items: center;
    min-height: min(100dvh, 920px);
  }

  .hero--shader .hero__layout {
    padding-top: calc(var(--header-h) + clamp(1.5rem, 4vh, 3rem));
    padding-bottom: clamp(3rem, 8vh, 5rem);
  }

  .hero--shader .hero__mesh {
    opacity: .55;
  }

  .hero__content {
    margin-left: max(4rem, calc((100% - var(--max)) / 2 + 1.5rem));
  }
}

@media (hover: hover) and (pointer: fine) {
  .pub-book:focus-within .pub-book__face--flat {
    opacity: 0;
  }

  .pub-book:focus-within .pub-book__face--mockup {
    opacity: 1;
  }

  .pub-book:hover .pub-book__face--flat {
    opacity: 0;
  }

  .pub-book:hover .pub-book__face--mockup {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .has-scroll-anim .cc-cta__box {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .has-scroll-anim .cc-cta__panel {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .has-scroll-anim .cc-explain__copy {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .has-scroll-anim .cc-explain__photo {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .has-scroll-anim .cc-flow > li {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .has-scroll-anim .cc-fuer__list li {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .has-scroll-anim .cc-fuer__visual {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .has-scroll-anim .cc-head {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .has-scroll-anim .cc-mood__quote {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .has-scroll-anim .cc-table-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .has-scroll-anim .cc-tier {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .has-scroll-anim .services-strip__grid {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .has-scroll-anim .therapy-row__icon {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-enter {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
  }

  .hero__mesh-blob {
    animation: none !important;
  }

  .longe-card {
    transition: none;
    animation: none !important;
  }

  .longe-chapter__body {
    transition: none;
    animation: none !important;
  }

  .longe-factors__panel p {
    transition: none;
    animation: none !important;
  }

  .pub-book__face--flat {
    transition: none;
  }

  .pub-book__face--mockup {
    transition: none;
  }

  .quiz__loading-fill {
    width: 100%;
    animation: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .therapy-row__icon img {
    animation: none !important;
  }
}

@media print {
  .site-header {
    position: static;
  }

  .hero__shader {
    display: none;
  }

  video {
    display: none;
  }
}

/* —— Literature index page —— */
.lit-toc {
  margin: 1.5rem 0 2.25rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(47, 43, 54, 0.1);
  background: #fff;
}
.lit-toc__title {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 700;
}
.lit-toc__list {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.35rem;
}
.lit-toc__list a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.lit-section {
  margin: 0 0 2.25rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(47, 43, 54, 0.08);
}
.lit-section:last-of-type {
  border-bottom: 0;
}
.lit-section h2 {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
}
.lit-source {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.lit-source a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.lit-list {
  margin: 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 0.55rem;
}
.lit-list li {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--ink);
  overflow-wrap: anywhere;
}
.lit-list a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: break-all;
}


/* Firefox paint safety: never skip painting main marketing sections */
main,
.welcome,
.services-strip,
.services-strip__grid,
.service-card,
.service-card__img,
.service-card__photo,
.areas,
.areas__grid,
.area-card,
.symptoms,
.symptoms__grid,
.packages-cta,
.site-footer,
.svc-section,
.cc-explain,
.cc-ablauf,
.cc-hero,
.cc-tier,
.cc-tier-grid {
  content-visibility: visible !important;
  contain: none !important;
  contain-intrinsic-size: none !important;
}

/* Homepage + marketing: force paint (no scroll-in hide, no blank sections) */
.welcome,
.services-strip,
.services-strip__grid,
.service-card,
.areas,
.areas__head,
.areas__grid,
.area-card,
.area-card__media,
.area-card__label,
.area-card__shade,
.symptoms,
.symptoms__grid,
.symptoms__item,
.packages-cta,
.packages-cta__inner,
.packages-cta__copy,
.site-footer,
.footer__intro,
.footer__main,
.reveal,
.reveal:not(.is-in),
.has-scroll-anim .reveal,
.has-scroll-anim .reveal:not(.is-in),
.has-scroll-anim .cc-cta__box,
.has-scroll-anim .cc-cta__panel,
.has-scroll-anim .cc-explain__copy,
.has-scroll-anim .cc-explain__photo,
.has-scroll-anim .cc-flow > li,
.has-scroll-anim .cc-fuer__list li,
.has-scroll-anim .cc-fuer__visual,
.has-scroll-anim .cc-head,
.has-scroll-anim .cc-mood__quote,
.has-scroll-anim .cc-table-scroll,
.has-scroll-anim .cc-tier,
.has-scroll-anim .therapy-row__icon,
.has-scroll-anim .services-strip__grid,
.has-scroll-anim .area-card,
.has-scroll-anim .areas__grid,
.cc-tier {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  filter: none !important;
}

/* Service cards: force photos visible (Firefox was showing black shells + alt text) */
.service-card {
  background: #1a1816;
}
.service-card__img,
.service-card__img picture,
.service-card__img img,
.service-card__photo {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 0 !important;
}
.service-card__shade {
  z-index: 1 !important;
  opacity: 1 !important;
}
.service-card__body {
  z-index: 2 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Area cards: same paint guarantee as service cards */
.area-card {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.area-card__media,
.area-card__media picture,
.area-card__media img,
.area-card__fallback {
  opacity: 1 !important;
  visibility: visible !important;
}
.area-card__label {
  opacity: 1 !important;
  visibility: visible !important;
  color: #fff !important;
}
