:root {
  --pine-950: #315043;
  --pine-900: #5a7d6a;
  --pine-850: #5a7d6a;
  --pine-800: #4e715d;
  --pine-700: #688874;
  --pine-600: #8ea795;
  --pine-500: #a7bca9;
  --sage-500: #c4d3c3;
  --sage-300: #dde8dc;
  --sage-200: #e7efe5;
  --sage-100: #f0f5ee;
  --sage-50: #f7f9f5;
  --lime: #e1ecc6;
  --paper: #fdfdf9;
  --ink: #304e40;
  --muted: #6f8176;
  --white: #ffffff;
  --shell: 1240px;
  --gutter: clamp(20px, 5vw, 72px);
  --header: 80px;
  --font-display: "Bebas Neue", Impact, sans-serif;
  --font-body: "Montserrat", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 20px); }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--font-body); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
::selection { background: var(--lime); color: var(--pine-950); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
.shell { width: min(100% - var(--gutter) * 2, var(--shell)); margin-inline: auto; }
.hero-grid > *, .section-heading--split > *, .consequence-layout > *, .approach-layout > *, .reviews-layout > *, .location-layout > *, .questions-layout > * { min-width: 0; }
.skip-link { position: absolute; top: -60px; left: 18px; z-index: 200; padding: 12px 18px; background: var(--lime); }
.skip-link:focus { top: 12px; }

.site-loader { position: fixed; inset: 0; z-index: 150; display: grid; place-items: center; padding: 24px; background: var(--sage-100); pointer-events: none; animation: loader-exit .7s ease 3.2s forwards; transition: opacity .7s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .7s; }
.site-loader.is-loaded { opacity: 0; visibility: hidden; animation: none; }
.site-loader-brand { display: grid; justify-items: center; gap: 24px; width: min(220px, 65vw); transition: transform .7s cubic-bezier(.22, 1, .36, 1); }
.site-loader.is-loaded .site-loader-brand { transform: translateY(-6px); }
.site-loader-brand img { width: 100%; height: auto; object-fit: contain; animation: loader-logo-enter .9s cubic-bezier(.22, 1, .36, 1) .1s both; }
.site-loader-brand > span:last-child { color: var(--pine-950); font-size: 12px; letter-spacing: .1em; animation: loader-label-enter .7s ease .5s both; }
.site-loader-line { width: 104px; height: 2px; background: var(--sage-300); overflow: hidden; animation: loader-label-enter .6s ease .35s both; }
.site-loader-line::after { content: ""; display: block; width: 100%; height: 100%; background: var(--pine-800); transform-origin: left center; animation: loader-progress 1.8s cubic-bezier(.4, 0, .2, 1) .25s both; }
@keyframes loader-logo-enter { from { opacity: 0; transform: translateY(9px) scale(.975); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes loader-label-enter { from { opacity: 0; } to { opacity: 1; } }
@keyframes loader-progress { 0% { transform: scaleX(0); } 65% { transform: scaleX(.72); } 100% { transform: scaleX(1); } }
@keyframes loader-exit { to { opacity: 0; visibility: hidden; } }

.site-header { position: fixed; z-index: 80; inset: 0 0 auto; height: var(--header); background: var(--pine-900); transition: box-shadow .3s ease, height .3s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgb(41 66 51 / 13%); }
.scroll-progress { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--lime); transform: scaleX(0); transform-origin: left center; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { width: 108px; height: 70px; display: flex; align-items: center; }
.brand img { width: 108px; height: 70px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); }
.desktop-nav a { color: #d6e5d8; font-size: 12px; font-weight: 500; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--lime); }
.header-cta { min-height: 44px; padding: 0 17px; display: inline-flex; align-items: center; gap: 12px; border: 1px solid rgb(232 239 228 / 36%); border-radius: 999px; color: #eff5ef; font-size: 11px; font-weight: 600; }
.header-cta:hover { border-color: var(--lime); color: var(--lime); }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; overflow: hidden; min-height: min(820px, 100svh); padding-top: var(--header); background: var(--pine-900); color: var(--white); }
.hero .atmosphere { opacity: .66; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(32px, 5.2vw, 74px); min-height: min(740px, calc(100svh - var(--header))); align-items: center; }
.hero-copy { padding: 26px 0 44px; }
.rating-chip { display: inline-flex; align-items: center; gap: 8px; margin-bottom: clamp(17px, 2.6vh, 28px); color: #dae7dc; font-size: 11px; }
.rating-chip > span { color: var(--lime); font-size: 12px; letter-spacing: 2px; }
.rating-chip > strong { font-weight: 650; }
.hero h1 { max-width: 610px; font-family: var(--font-display); font-size: clamp(69px, 6.7vw, 98px); font-weight: 400; line-height: .87; letter-spacing: -.009em; }
.hero h1 span { display: block; color: var(--lime); }
.hero-description { max-width: 490px; margin-top: 17px; color: #edf2e9; font-size: clamp(13.5px, 1.1vw, 15px); line-height: 1.74; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 21px; }
.hero-actions .button { min-height: 50px; }
.button { display: inline-flex; min-height: 55px; padding: 0 22px; align-items: center; justify-content: center; gap: 16px; border-radius: 999px; font-size: 13px; font-weight: 650; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--lime { background: var(--lime); color: var(--pine-950); }
.button--lime:hover { background: #dce8c3; }
.button--green { background: var(--pine-800); color: var(--white); }
.button--green:hover { background: var(--pine-700); }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: var(--pine-700); font-size: 13px; font-weight: 600; }
.text-link--light { color: #e2ece2; }
.text-link:hover { color: var(--lime); }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 19px; color: #d0dfcf; font-size: 11px; }
.hero-note-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.hero-photo { position: relative; height: min(650px, calc(100svh - var(--header) - 52px)); min-height: min(450px, calc(100svh - var(--header) - 52px)); align-self: center; overflow: hidden; border: 1px solid rgb(232 239 228 / 24%); border-radius: 24px; background: var(--pine-800); }
.hero-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; filter: brightness(1.08) saturate(.9); }
.hero-photo > figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: 6px; padding: 18px 22px; background: var(--pine-850); }
.hero-photo > figcaption span { color: #c8dacb; font-size: 10px; }
.hero-photo > figcaption strong { color: var(--white); font-size: 11px; font-weight: 550; }
.hero-scroll { position: absolute; bottom: 18px; left: max(var(--gutter), calc((100vw - var(--shell)) / 2)); z-index: 3; display: flex; align-items: center; gap: 12px; color: #cbdacb; font-size: 10px; }
.hero-scroll > span { position: relative; width: 44px; height: 1px; background: #63806c; }
.hero-scroll > span::after { position: absolute; top: -1px; left: 0; width: 13px; height: 3px; background: var(--lime); content: ""; animation: glide 2.2s ease-in-out infinite; }

.atmosphere { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; pointer-events: none; transform: translate3d(0, var(--ambient-shift, 0px), 0); }
.atmosphere--dark { color: #e0ebc8; }
.atmosphere--light { color: var(--pine-600); }
.ambient-flow { animation: organic-float 15s ease-in-out infinite; }
.ambient-path { stroke: currentColor; stroke-width: 1; stroke-opacity: .11; stroke-dasharray: 1050; stroke-dashoffset: 1050; }
.ambient-visible .ambient-path { animation: trace 9s ease forwards; }
.ambient-path--two { stroke-opacity: .08; }
.ambient-visible .ambient-path--two { animation-duration: 11s; animation-delay: .4s; }
.ambient-path--three { stroke-opacity: .07; }
.ambient-visible .ambient-path--three { animation-duration: 13s; animation-delay: .8s; }
.ambient-path--four { stroke-opacity: .1; }
.ambient-visible .ambient-path--four { animation-duration: 10s; animation-delay: 1.1s; }
.ambient-alignment { transform-origin: 727px 357px; animation: alignment-breathe 11s ease-in-out infinite; }
.ambient-spine-axis { stroke: currentColor; stroke-width: 1.3; stroke-opacity: .32; stroke-dasharray: 640; stroke-dashoffset: 640; }
.ambient-visible .ambient-spine-axis { animation: trace 5.8s .3s ease forwards; }
.ambient-spine-echo { stroke: currentColor; stroke-width: .8; stroke-opacity: .15; stroke-dasharray: 620; stroke-dashoffset: 620; }
.ambient-visible .ambient-spine-echo { animation: trace 7s .9s ease forwards; }
.ambient-care-arc { stroke: currentColor; stroke-width: 1; stroke-opacity: .2; stroke-linecap: round; stroke-dasharray: 580; stroke-dashoffset: 580; }
.ambient-visible .ambient-care-arc { animation: trace 7.2s .6s ease forwards; }
.ambient-care-arc--right { stroke-opacity: .16; }
.ambient-visible .ambient-care-arc--right { animation-duration: 8.1s; animation-delay: 1s; }
.ambient-care-arc--outer { stroke-opacity: .09; }
.ambient-visible .ambient-care-arc--outer { animation-duration: 8.8s; animation-delay: 1.35s; }
.ambient-vertebra { fill: currentColor; fill-opacity: .075; stroke: currentColor; stroke-width: .9; stroke-opacity: .38; transform-box: fill-box; transform-origin: center; animation: vertebra-breathe 5.4s ease-in-out infinite; }
.ambient-vertebra--2 { animation-delay: .38s; }
.ambient-vertebra--3 { animation-delay: .76s; }
.ambient-vertebra--4 { animation-delay: 1.14s; }
.ambient-current { stroke: currentColor; stroke-width: 2.4; stroke-opacity: .58; stroke-linecap: round; stroke-dasharray: 4 135; stroke-dashoffset: 140; }
.ambient-visible .ambient-current { animation: energy-flow 9s linear infinite; }
.ambient-node { fill: currentColor; fill-opacity: .37; transform-box: fill-box; transform-origin: center; animation: node-pulse 4s ease-in-out infinite; }
.ambient-node--two { animation-delay: .45s; }
.ambient-node--three { animation-delay: .9s; }
.ambient-node--four { animation-delay: 1.35s; }
.ambient-node--five { animation-delay: 1.8s; }

.trust-strip { background: var(--sage-200); }
.trust-grid { min-height: 104px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-grid > div { display: grid; gap: 5px; padding-left: 24px; border-left: 1px solid #b7d0bd; }
.trust-grid > div:first-child { padding-left: 0; border-left: 0; }
.trust-grid strong { font-size: 15px; font-weight: 650; }
.trust-grid span { color: var(--muted); font-size: 11px; }

.section { position: relative; overflow: hidden; padding: clamp(90px, 12vw, 160px) 0; }
.section-heading h2, .approach-copy h2, .final-content h2 { font-family: var(--font-display); font-size: clamp(54px, 7.2vw, 93px); font-weight: 400; line-height: .96; letter-spacing: .005em; }
.section-heading h2, .approach-copy h2, .consequence h2, .location-copy h2, .questions-intro h2, .final-content h2 { text-wrap: balance; }
.section-heading h2 span, .approach-copy h2 span { display: block; color: var(--pine-600); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--pine-700); font-size: 11px; font-weight: 650; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { width: 22px; height: 1px; background: var(--pine-600); content: ""; }
.eyebrow--light { color: #cde1ce; }
.eyebrow--light::before { background: var(--lime); }
.section-heading--split { display: grid; grid-template-columns: 1fr .72fr; gap: 75px; align-items: end; }
.section-heading--split > p, .section-heading--center > p { color: var(--muted); font-size: 15px; line-height: 1.85; }
.section-heading--center { max-width: 830px; margin-inline: auto; text-align: center; }
.section-heading--center > p { max-width: 595px; margin: 20px auto 0; }

.signals { background: var(--sage-50); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 63px; }
.signal-card { min-height: 215px; padding: 24px 20px; border-top: 1px solid #c6d6bf; border-radius: 12px; background: var(--white); }
.signal-card > span { color: var(--pine-600); font-size: 10px; font-weight: 650; }
.signal-card > h3 { margin-top: 32px; font-size: 14px; font-weight: 650; line-height: 1.45; }
.signal-card > p { margin-top: 12px; color: var(--muted); font-size: 13.5px; line-height: 1.75; }

.consequence { position: relative; overflow: hidden; padding: clamp(86px, 12vw, 144px) 0; background: var(--pine-850); color: var(--white); }
.consequence .atmosphere { opacity: .72; }
.consequence-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .72fr; gap: 94px; align-items: center; }
.consequence h2 { font-family: var(--font-display); font-size: clamp(61px, 8.1vw, 104px); font-weight: 400; line-height: .94; }
.consequence h2 span { display: block; color: var(--lime); }
.consequence-copy { max-width: 415px; }
.consequence-copy > p { color: #d7e5d9; font-size: 14.5px; line-height: 1.85; }
.consequence-copy > p + p { margin-top: 15px; }
.consequence-copy .text-link { margin-top: 23px; }

.approach { background: var(--sage-200); }
.approach .atmosphere { opacity: .75; }
.approach-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .85fr; gap: 105px; align-items: center; }
.approach-copy h2 { font-size: clamp(60px, 7vw, 91px); }
.approach-copy > p { max-width: 510px; margin-top: 22px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.approach-copy .text-link { margin-top: 25px; }
.approach-panel { padding: clamp(31px, 5vw, 56px); border-radius: 18px; background: var(--paper); }
.panel-label { color: var(--pine-700); font-size: 12.5px; font-weight: 600; }
.resource-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.resource-list button { min-height: 44px; max-width: 100%; padding: 10px 13px; border: 1px solid #c8d8ca; border-radius: 999px; background: transparent; color: var(--pine-950); font-size: 14px; text-align: left; cursor: pointer; }
.resource-list button[aria-pressed="true"] { background: var(--pine-800); color: var(--white); border-color: var(--pine-800); }
.resource-list button:focus-visible { outline: 2px solid var(--pine-800); outline-offset: 3px; }
.resource-description { min-height: 155px; margin-top: 24px; padding-top: 23px; border-top: 1px solid #c8d8ca; }
.resource-description h3 { font-size: 17px; font-weight: 650; }
.resource-description p { margin-top: 10px; color: var(--ink); font-size: 16px; line-height: 1.7; }
.resource-fallback { margin: 0; font-size: 16px; line-height: 1.7; }
.resource-fallback > div { margin-top: 20px; }
.resource-fallback dt { font-weight: 650; }
.resource-fallback dd { margin: 8px 0 0; }
.approach-panel > p { margin-top: 26px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.service-showcase { position: relative; z-index: 1; margin-top: 64px; }
.service-showcase-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 21px; }
.service-showcase-heading > span { color: var(--pine-800); font-size: 14px; font-weight: 650; }
.service-showcase-heading > small { color: var(--muted); font-size: 13px; }
.service-gallery { display: flex; gap: 16px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding: 2px 2px 10px; }
.service-gallery::-webkit-scrollbar { display: none; }
.service-card { position: relative; display: flex; flex-direction: column; flex: 0 0 calc((100% - 32px) / 3.15); min-width: 0; overflow: hidden; scroll-snap-align: start; border-radius: 18px; background: var(--sage-200); }
.service-card > img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; object-position: center; }
.service-card > figcaption { display: flex; flex: 1; align-items: flex-start; gap: 12px; padding: 20px 18px; color: var(--ink); }
.service-card > figcaption > span { padding-top: 3px; color: var(--pine-800); font-size: 12px; font-weight: 650; }
.service-card > figcaption > div { display: grid; min-width: 0; gap: 10px; overflow-wrap: anywhere; }
.service-card > figcaption strong { font-size: 17px; font-weight: 650; line-height: 1.35; }
.service-card > figcaption small { font-size: 16px; line-height: 1.65; }

.first-session { background: var(--paper); }
.session-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 27px; margin-top: 66px; padding-top: 16px; }
.session-steps::before { position: absolute; top: 23px; right: 0; left: 0; height: 1px; background: #bdcfbf; content: ""; }
.session-step { position: relative; padding-top: 25px; }
.session-step::before { position: absolute; top: 3px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--pine-700); content: ""; }
.session-step > span { display: block; margin-bottom: 18px; color: var(--pine-600); font-size: 10px; font-weight: 650; }
.session-step h3 { font-size: 13px; font-weight: 650; }
.session-step p { margin-top: 12px; color: var(--muted); font-size: 13.5px; line-height: 1.75; }
.session-cta { min-height: 87px; display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 60px; padding: 0 20px; border-radius: 16px; background: var(--sage-100); }
.session-cta > span { color: var(--pine-800); font-size: 13px; font-weight: 550; }

.clinic { background: var(--sage-100); }
.clinic-stage { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); align-items: center; gap: clamp(28px, 5vw, 72px); margin-top: 50px; }
.clinic-stage > * { min-width: 0; }
.clinic-film { width: min(100%, 430px); justify-self: center; overflow: hidden; border-radius: 24px; background: var(--pine-950); box-shadow: 0 24px 60px rgb(49 80 67 / 12%); }
.clinic-film video { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: contain; background: var(--pine-950); }
.clinic-film figcaption { display: grid; gap: 8px; padding: 20px 24px; color: var(--white); }
.clinic-film figcaption span { color: var(--lime); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.clinic-film figcaption strong { font-size: 17px; font-weight: 500; }
.clinic-invitation > span { color: var(--pine-800); font-size: 14px; }
.clinic-invitation h3 { margin-top: 16px; font-family: var(--font-display); font-size: clamp(40px, 4.7vw, 65px); font-weight: 400; line-height: 1; }
.clinic-invitation h3 span { display: block; color: var(--pine-700); }
.clinic-invitation p { max-width: 390px; margin-top: 18px; color: var(--ink); font-size: 16px; line-height: 1.7; }
.clinic-carousel { margin-top: 32px; }
.clinic-gallery { position: relative; display: flex; gap: 19px; overflow-x: auto; overscroll-behavior-x: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding: 2px 2px 8px; cursor: grab; }
.clinic-gallery::-webkit-scrollbar { display: none; }
.clinic-gallery:active { cursor: grabbing; }
.clinic-photo { position: relative; flex: 0 0 66%; height: 320px; overflow: hidden; scroll-snap-align: start; border-radius: 20px; background: var(--sage-300); }
.clinic-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 47%; filter: brightness(1.06) saturate(.9); transition: transform .7s ease; }
.clinic-photo:nth-child(2) > img { object-position: 51% 43%; }
.clinic-photo:nth-child(3) > img { object-position: 49% 51%; }
.clinic-photo:nth-child(4) > img { object-position: 51% 44%; }
.clinic-photo:hover > img { transform: scale(1.045); }
.clinic-photo > figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; gap: 12px; align-items: center; padding: 16px 17px; background: var(--pine-950); color: #f0f5ed; font-size: 14px; line-height: 1.5; }
.clinic-photo > figcaption span { color: var(--lime); font-size: 12px; font-weight: 650; }
.gallery-navigation { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 25px; }
.gallery-hint { color: var(--ink); font-size: 14px; }
.gallery-controls { display: flex; align-items: center; gap: 15px; }
.gallery-controls button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #bdceb7; border-radius: 50%; background: transparent; color: var(--pine-700); cursor: pointer; transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
.gallery-controls button:hover, .gallery-controls button:focus-visible { border-color: var(--pine-700); background: var(--pine-700); color: var(--white); }
.gallery-controls button:first-child svg { transform: rotate(180deg); }
.gallery-status { min-width: 46px; color: var(--pine-800); font-size: 12px; font-weight: 600; text-align: center; }

.professionals { background: var(--paper); }
.professional-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 55px; margin-top: 66px; }
.professional-photo { height: clamp(440px, 53vw, 650px); overflow: hidden; border-radius: 22px; background: var(--sage-200); }
.professional-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; filter: brightness(1.06) saturate(.9); transition: transform .7s ease; }
.professional-card:nth-child(2) .professional-photo img { object-position: 50% 38%; }
.professional-card:hover .professional-photo img { transform: scale(1.035); }
.professional-copy { padding: 24px 1px 0; }
.professional-copy > span { color: var(--pine-800); font-size: 14px; font-weight: 600; letter-spacing: .035em; }
.professional-copy > h3 { margin-top: 9px; font-family: var(--font-display); font-size: 39px; font-weight: 400; line-height: 1; }
.professional-copy > p { margin-top: 14px; color: var(--ink); font-size: 16px; line-height: 1.8; }
.professional-detail { margin-top: 18px; padding-top: 15px; border-top: 1px solid #d9e5d8; color: var(--pine-800); font-size: 14px; font-weight: 550; line-height: 1.75; }

.reviews { background: var(--sage-200); }
.reviews .atmosphere { opacity: .68; }
.reviews-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .72fr 1fr; gap: 100px; align-items: center; }
.review-summary { max-width: 370px; display: grid; justify-items: start; }
.review-score { margin-top: 8px; color: var(--pine-800); font-family: var(--font-display); font-size: 135px; line-height: .9; }
.review-stars { margin-top: 10px; color: var(--pine-700); font-size: 15px; letter-spacing: 4px; }
.review-summary > p { margin-top: 16px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.google-profile-card { padding: clamp(32px, 5vw, 54px); border: 1px solid rgb(137 160 132 / 24%); border-radius: 22px; background: var(--paper); }
.google-profile-label { color: var(--pine-700); font-size: 10px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.google-profile-card h2 { margin-top: 19px; color: var(--ink); font-family: var(--font-display); font-size: clamp(49px, 5.2vw, 71px); font-weight: 400; line-height: .98; }
.google-profile-card h2 span { display: block; color: var(--pine-600); }
.google-profile-card > p { max-width: 475px; margin-top: 18px; color: var(--muted); font-size: 14.5px; line-height: 1.8; }
.google-profile-footer { display: grid; justify-items: start; gap: 17px; margin-top: 23px; padding-top: 20px; border-top: 1px solid #dbe5d5; }
.google-profile-footer > span { color: var(--muted); font-size: 12px; }
.google-profile-footer > span strong { color: var(--pine-800); }

.location { background: var(--paper); }
.location-layout { display: grid; grid-template-columns: 1.05fr .86fr; gap: 96px; align-items: center; }
.location-photo { position: relative; height: 475px; overflow: hidden; border-radius: 20px; background: var(--sage-200); }
.location-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 47% 50%; }
.location-photo figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 15px 17px; background: var(--pine-850); color: #edf4ed; font-size: 12px; }
.location-copy h2, .questions-intro h2 { font-family: var(--font-display); font-size: clamp(61px, 7vw, 83px); font-weight: 400; line-height: .96; }
.location-copy h2 span, .questions-intro h2 span { display: block; color: var(--pine-600); }
.location-copy > p { margin-top: 20px; color: var(--muted); font-size: 14.5px; line-height: 1.8; }
.location-copy address { display: grid; gap: 6px; margin-top: 22px; color: var(--muted); font-size: 13px; font-style: normal; line-height: 1.7; }
.location-copy address strong { color: var(--pine-800); font-size: 13.5px; font-weight: 650; }
.location-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 26px; }

.questions { background: var(--sage-50); }
.questions-layout { display: grid; grid-template-columns: .85fr 1fr; gap: 100px; align-items: start; }
.questions-intro > p { max-width: 420px; margin-top: 21px; color: var(--muted); font-size: 14.5px; line-height: 1.8; }
.questions-intro .text-link { margin-top: 22px; }
.question-list { border-top: 1px solid #c8d7c8; }
.question-item { border-bottom: 1px solid #c8d7c8; }
.question-item summary { min-height: 69px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--ink); font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; }
.question-item summary::-webkit-details-marker { display: none; }
.question-plus { position: relative; width: 17px; height: 17px; flex: 0 0 17px; }
.question-plus::before, .question-plus::after { position: absolute; top: 8px; left: 2px; width: 13px; height: 1px; background: var(--pine-700); content: ""; }
.question-plus::after { transform: rotate(90deg); transition: transform .2s ease; }
.question-item[open] .question-plus::after { transform: rotate(0); }
.question-item > p { max-width: 490px; padding: 0 28px 22px 0; color: var(--muted); font-size: 13.5px; line-height: 1.75; }

.final-callout { position: relative; overflow: hidden; padding: clamp(100px, 14vw, 165px) 0; background: var(--pine-900); color: var(--white); }
.final-content { position: relative; z-index: 1; max-width: 790px; text-align: center; }
.final-content h2 { color: var(--white); font-size: clamp(72px, 9vw, 112px); }
.final-content h2 span { display: block; color: var(--lime); }
.final-content > p { max-width: 545px; margin: 21px auto 0; color: #d1e0d3; font-size: 15px; line-height: 1.8; }
.final-content .button { margin-top: 31px; }

.footer { padding: 68px 0 0; background: var(--pine-950); color: #d8e4da; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr 1fr 1fr; gap: 42px; align-items: start; }
.footer-brand img { width: 126px; height: 93px; object-fit: contain; }
.footer-grid > div { display: grid; gap: 10px; font-size: 12px; line-height: 1.65; }
.footer-grid > div strong { margin-bottom: 6px; color: var(--white); font-size: 12px; font-weight: 650; }
.footer-grid a { display: inline-flex; align-items: center; gap: 7px; }
.footer-grid a:hover { color: var(--lime); }
.footer-bottom { min-height: 70px; display: flex; justify-content: space-between; align-items: center; margin-top: 52px; border-top: 1px solid #2f443a; color: #b5c8b9; font-size: 10.5px; }

.floating-whatsapp { position: fixed; right: 20px; bottom: 18px; z-index: 70; display: none; min-height: 53px; padding: 0 19px; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; background: var(--lime); color: var(--pine-950); font-size: 12.5px; font-weight: 650; box-shadow: 0 8px 26px rgb(52 78 62 / 22%); }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.signal-card:nth-child(2), .professional-card:nth-child(2) { transition-delay: 90ms; }
.signal-card:nth-child(3) { transition-delay: 180ms; }
.signal-card:nth-child(4) { transition-delay: 270ms; }

@keyframes trace { to { stroke-dashoffset: 0; } }
@keyframes organic-float { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(0, -13px, 0); } }
@keyframes energy-flow { to { stroke-dashoffset: -650; } }
@keyframes alignment-breathe { 0%, 100% { transform: rotate(-1.2deg) scale(.985); } 50% { transform: rotate(1.3deg) scale(1.012); } }
@keyframes vertebra-breathe { 0%, 100% { transform: scale(.94); fill-opacity: .05; } 50% { transform: scale(1.08); fill-opacity: .14; } }
@keyframes node-pulse { 0%, 100% { transform: scale(.8); fill-opacity: .28; } 50% { transform: scale(1.38); fill-opacity: .69; } }
@keyframes glide { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(30px); } }

@media (max-width: 1100px) {
  :root { --gutter: clamp(24px, 5vw, 50px); }
  .desktop-nav { gap: 19px; }
  .desktop-nav a { font-size: 10px; }
  .header-cta { font-size: 10px; }
  .hero-grid { grid-template-columns: 1fr .92fr; gap: 30px; }
  .hero h1 { font-size: clamp(64px, 7.8vw, 86px); }
  .hero-photo { min-height: min(425px, calc(100svh - var(--header) - 48px)); }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .consequence-layout { gap: 50px; }
  .approach-layout { gap: 55px; }
  .service-card { flex-basis: calc((100% - 16px) / 2.35); }
  .session-steps { gap: 18px; }
  .clinic-photo { flex-basis: 78%; height: 290px; }
  .professional-grid { gap: 35px; }
  .reviews-layout, .location-layout, .questions-layout { gap: 57px; }
}

@media (max-height: 740px) and (min-width: 761px) {
  :root { --header: 72px; }
  .hero-grid { min-height: calc(100svh - var(--header)); }
  .hero-copy { padding: 16px 0 23px; }
  .rating-chip { margin-bottom: 14px; }
  .hero h1 { font-size: clamp(62px, 6.05vw, 82px); line-height: .86; }
  .hero-description { margin-top: 12px; font-size: 13.5px; line-height: 1.65; }
  .hero-actions { gap: 15px; margin-top: 15px; }
  .hero-actions .button { min-height: 46px; }
  .hero-note { margin-top: 13px; }
  .hero-photo { height: calc(100svh - var(--header) - 42px); min-height: 0; }
  .hero-photo > figcaption { gap: 4px; padding: 13px 17px; }
  .hero-scroll { display: none; }
}

@media (max-width: 760px) {
  :root { --header: 70px; --gutter: 22px; }
  .brand, .brand img { width: 94px; height: 62px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { width: 42px; height: 42px; display: grid; align-content: center; justify-items: end; gap: 6px; border: 0; background: none; }
  .menu-toggle span { display: block; width: 23px; height: 1px; background: #e5eee5; transition: transform .25s ease, width .25s ease; }
  .menu-toggle span:last-child { width: 16px; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { width: 23px; transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; top: var(--header); right: 0; left: 0; display: grid; gap: 0; padding: 16px var(--gutter) 30px; background: var(--pine-900); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-menu > a { min-height: 54px; display: flex; align-items: center; color: #e4ede4; font-size: 12px; }
  .mobile-menu > a + a { border-top: 1px solid #2c493b; }
  .mobile-menu .mobile-menu-cta { justify-content: space-between; color: var(--lime); font-weight: 600; }
  .hero { min-height: auto; }
  .hero-grid { width: 100%; display: flex; flex-direction: column; gap: 0; min-height: auto; }
  .hero-copy { width: calc(100% - var(--gutter) * 2); padding: 31px 0 26px; text-align: center; }
  .rating-chip { gap: 6px; margin-bottom: 19px; font-size: 9px; }
  .rating-chip, .hero h1, .hero-description { margin-inline: auto; }
  .rating-chip > span { font-size: 10px; letter-spacing: 1px; }
  .hero h1 { max-width: 465px; font-size: clamp(60px, 14.3vw, 86px); line-height: .9; }
  .hero-description { max-width: 455px; margin-top: 14px; font-size: 13.5px; line-height: 1.72; }
  .hero-actions { justify-content: center; gap: 12px; margin-top: 18px; }
  .button { min-height: 51px; padding-inline: 16px; font-size: 12.5px; }
  .hero-actions .text-link { font-size: 12px; }
  .hero-note { justify-content: center; margin-top: 15px; font-size: 10.5px; }
  .hero-photo { width: min(calc(100% - var(--gutter) * 2), 540px); height: auto; min-height: 0; aspect-ratio: 3 / 4; align-self: center; border-radius: 19px 19px 0 0; }
  .hero-photo > img { object-position: 50% 43%; }
  .hero-photo > figcaption { padding: 15px 17px; }
  .hero-scroll { display: none; }
  .trust-grid { min-height: 105px; grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .trust-grid > div { gap: 5px; padding-left: 10px; }
  .trust-grid strong { font-size: 11px; }
  .trust-grid span { font-size: 9.5px; line-height: 1.5; }
  .section { padding: 85px 0; }
  .section-heading--split { grid-template-columns: 1fr; gap: 18px; }
  .section-heading h2, .approach-copy h2 { font-size: clamp(58px, 12.7vw, 77px); }
  .section-heading--split > p, .section-heading--center > p { font-size: 14.5px; line-height: 1.78; }
  .eyebrow { font-size: 10px; letter-spacing: .11em; }
  .signal-grid { grid-template-columns: 1fr; gap: 13px; margin-top: 37px; }
  .signal-card { min-height: auto; padding: 18px 17px 20px; }
  .signal-card > h3 { margin-top: 17px; font-size: 13px; }
  .signal-card > p { margin-top: 7px; font-size: 13.5px; }
  .consequence { padding: 90px 0; }
  .consequence-layout { grid-template-columns: 1fr; gap: 26px; text-align: center; }
  .consequence h2 { max-width: 660px; margin-inline: auto; font-size: clamp(46px, 12.8vw, 72px); line-height: .98; }
  .consequence-copy { margin-inline: auto; }
  .consequence-copy .text-link { justify-content: center; }
  .consequence-copy > p { font-size: 14.5px; }
  .approach-layout { grid-template-columns: 1fr; gap: 35px; }
  .approach-copy > p { font-size: 14.5px; }
  .approach-panel { padding: 25px 22px; }
  .service-showcase { margin-top: 43px; }
  .service-showcase-heading { margin-bottom: 15px; }
  .service-showcase-heading { flex-wrap: wrap; gap: 8px; }
  .service-card { flex-basis: 88%; border-radius: 16px; }
  .service-card > figcaption { padding: 18px 14px; }
  .session-steps { grid-template-columns: 1fr; gap: 0; margin-top: 37px; padding: 0; }
  .session-steps::before { top: 8px; bottom: 9px; left: 4px; width: 1px; height: auto; }
  .session-step { padding: 0 0 28px 27px; }
  .session-step:last-child { padding-bottom: 0; }
  .session-step::before { top: 4px; left: 0; }
  .session-step > span { margin-bottom: 10px; }
  .session-step h3 { font-size: 12px; }
  .session-step p { max-width: 420px; margin-top: 7px; font-size: 13.5px; }
  .session-cta { min-height: 0; display: grid; gap: 15px; margin-top: 33px; padding: 20px; }
  .session-cta > span { font-size: 12.5px; line-height: 1.7; }
  .session-cta .button { justify-self: start; }
  .clinic-stage { grid-template-columns: minmax(0, 1fr); gap: 35px; margin-top: 34px; }
  .clinic-film { width: min(100%, 390px); border-radius: 18px; }
  .clinic-film figcaption { padding: 18px; text-align: center; }
  .clinic-invitation { text-align: center; }
  .clinic-invitation p { margin-inline: auto; }
  .clinic-carousel { margin-top: 24px; }
  .clinic-gallery { gap: 13px; }
  .clinic-photo { flex-basis: 72%; height: clamp(260px, 74vw, 340px); border-radius: 16px; }
  .clinic-photo > figcaption { gap: 9px; padding: 13px 11px; }
  .gallery-navigation { gap: 12px; margin-top: 20px; flex-wrap: wrap; }
  .gallery-hint { line-height: 1.65; }
  .gallery-controls { gap: 8px; }
  .gallery-controls button { width: 44px; height: 44px; }
  .gallery-status { min-width: 44px; }
  .professional-grid { grid-template-columns: 1fr; gap: 47px; margin-top: 42px; }
  .professional-photo { height: auto; aspect-ratio: 3 / 4; border-radius: 18px; }
  .professional-photo img, .professional-card:nth-child(2) .professional-photo img { object-position: 50% 40%; }
  .professional-copy > h3 { font-size: 36px; }
  .reviews-layout { grid-template-columns: 1fr; gap: 35px; }
  .review-score { font-size: 112px; }
  .review-summary > p { font-size: 14px; }
  .google-profile-card { padding: 26px 23px; border-radius: 17px; }
  .google-profile-card h2 { font-size: clamp(49px, 12vw, 68px); }
  .google-profile-card > p { font-size: 14.5px; }
  .location-layout { grid-template-columns: 1fr; gap: 36px; }
  .location-photo { height: 320px; }
  .location-copy h2, .questions-intro h2 { font-size: clamp(60px, 13vw, 79px); }
  .location-copy > p, .questions-intro > p { font-size: 14.5px; }
  .location-copy address { font-size: 12.5px; }
  .location-actions { gap: 14px; }
  .questions-layout { grid-template-columns: 1fr; gap: 35px; }
  .question-item summary { min-height: 64px; font-size: 14px; line-height: 1.6; }
  .question-item > p { font-size: 13.5px; }
  .final-callout { padding: 105px 0; }
  .final-content h2 { font-size: clamp(77px, 15vw, 100px); }
  .final-content > p { font-size: 14.5px; }
  .footer { padding-top: 43px; padding-bottom: 58px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 15px; }
  .footer-brand img { width: 109px; height: 75px; }
  .footer-grid > div { gap: 8px; font-size: 11.5px; }
  .footer-bottom { min-height: 0; display: grid; gap: 9px; margin-top: 34px; padding-top: 20px; font-size: 10px; }
  .floating-whatsapp { display: inline-flex; }
}

@media (max-width: 390px) {
  :root { --gutter: 17px; }
  .hero-copy { padding-top: 27px; }
  .hero h1 { font-size: max(54px, 14.2vw); }
  .hero-actions { gap: 11px; }
  .hero-actions .button { padding-inline: 12px; }
  .trust-grid span { font-size: 9.2px; }
  .footer-grid { gap: 30px 12px; }
}

@media (max-width: 350px) {
  :root { --gutter: 15px; }
  .hero h1 { font-size: 50px; }
  .consequence h2 { font-size: 43px; }
  .section-heading h2, .approach-copy h2 { font-size: 51px; }
  .button { padding-inline: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .site-loader, .site-loader * { animation-delay: 0s !important; transition-delay: 0s !important; }
}
