:root {
  --pine-950: #24483a;
  --pine-900: #315c4b;
  --pine-850: #3e6956;
  --pine-800: #527b65;
  --pine-700: #6f927a;
  --pine-600: #91ad98;
  --pine-500: #abc1ae;
  --sage-500: #c7d8c6;
  --sage-300: #dfebdd;
  --sage-200: #eaf2e7;
  --sage-100: #f2f7ef;
  --sage-50: #f8faf6;
  --lime: #e4efc8;
  --paper: #fffefa;
  --ink: #29483a;
  --muted: #687c70;
  --white: #fff;
  --shell: 1240px;
  --gutter: clamp(22px, 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) + 18px); }
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, blockquote { margin: 0; }
.shell { width: min(100% - var(--gutter) * 2, var(--shell)); margin-inline: auto; }
.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 2.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 { position: relative; display: grid; justify-items: center; gap: 20px; width: min(220px, 65vw); }
.site-loader-brand img { position: relative; z-index: 1; width: 100%; height: auto; object-fit: contain; animation: loader-logo-enter .9s cubic-bezier(.22, 1, .36, 1) .1s both; }
.site-loader-spine { position: absolute; top: -18px; left: 50%; width: 94px; height: 142px; color: var(--pine-700); opacity: .22; transform: translateX(-50%); }
.site-loader-spine path { stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-dasharray: 210; stroke-dashoffset: 210; animation: loader-spine-trace 1.45s cubic-bezier(.4, 0, .2, 1) .15s forwards; }
.site-loader-spine ellipse { fill: var(--sage-100); stroke: currentColor; stroke-width: 1; opacity: 0; transform-box: fill-box; transform-origin: center; animation: loader-spine-segment .5s ease forwards; }
.site-loader-spine ellipse:nth-of-type(1) { animation-delay: .42s; }
.site-loader-spine ellipse:nth-of-type(2) { animation-delay: .58s; }
.site-loader-spine ellipse:nth-of-type(3) { animation-delay: .74s; }
.site-loader-spine ellipse:nth-of-type(4) { animation-delay: .9s; }
.site-loader-spine ellipse:nth-of-type(5) { animation-delay: 1.06s; }
.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; animation: loader-progress 1.8s cubic-bezier(.4, 0, .2, 1) .25s both; }

.site-header { position: fixed; z-index: 80; inset: 0 0 auto; height: var(--header); background: rgb(36 72 58 / 96%); transition: box-shadow .3s ease; }
.site-header.is-scrolled { box-shadow: 0 9px 34px rgb(29 59 47 / 17%); }
.scroll-progress { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--lime); transform: scaleX(0); transform-origin: left; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { width: 132px; height: 67px; display: flex; align-items: center; justify-content: center; align-self: flex-start; padding: 5px 12px 7px; border: 1px solid rgb(199 216 198 / 78%); border-top: 0; border-radius: 0 0 17px 17px; background: var(--paper); box-shadow: 0 9px 28px rgb(18 46 35 / 23%); transition: width .3s ease, height .3s ease; }
.brand img { width: 108px; height: 58px; object-fit: contain; }
.site-header.is-scrolled .brand { width: 120px; height: 61px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); }
.desktop-nav a { color: #dce9de; 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(236 243 232 / 35%); border-radius: 999px; color: #f3f7f1; font-size: 11px; font-weight: 650; }
.header-cta:hover { border-color: var(--lime); color: var(--lime); }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: min(900px, 100svh); overflow: hidden; padding-top: var(--header); background: var(--pine-950); color: var(--white); }
.hero::before { position: absolute; z-index: 1; top: var(--header); bottom: 0; left: 0; width: 52%; background: rgb(24 55 43 / 78%); clip-path: polygon(0 0, 91% 0, 100% 100%, 0 100%); content: ""; pointer-events: none; }
.hero::after { position: absolute; z-index: 4; inset: calc(var(--header) + 18px) max(18px, calc((100vw - var(--shell)) / 2 - 22px)) 18px; border: 1px solid rgb(235 242 228 / 17%); content: ""; pointer-events: none; }
.hero-photo { position: absolute; z-index: 0; inset: var(--header) 0 0; overflow: hidden; background: var(--pine-800); }
.hero-photo > img { width: 100%; height: calc(100% + 40px); object-fit: cover; object-position: 50% 32%; filter: brightness(.96) saturate(.86); transform: translate3d(-1%, var(--media-shift, 0px), 0) scale(1.065); will-change: transform; }
.hero-photo figcaption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); min-height: min(820px, calc(100svh - var(--header))); align-items: center; }
.hero-copy { grid-column: 1; max-width: 590px; padding: 48px 30px 58px 0; }
.rating-chip { display: inline-flex; align-items: center; gap: 8px; margin-bottom: clamp(18px, 3vh, 30px); padding: 8px 12px; border: 1px solid rgb(233 241 228 / 23%); border-radius: 999px; background: rgb(38 78 62 / 78%); color: #edf4ec; font-size: 12px; }
.rating-chip > span { color: var(--lime); font-size: 12px; letter-spacing: 2px; }
.hero h1 { max-width: 590px; font-family: var(--font-display); font-size: clamp(76px, 7vw, 106px); font-weight: 400; line-height: .88; letter-spacing: -.008em; }
.hero h1 span { display: block; color: var(--lime); }
.hero-description { max-width: 570px; margin-top: 21px; color: #f0f5ee; font-size: clamp(15px, 1.25vw, 17px); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 24px; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 20px; color: #dfe9df; font-size: 12px; }
.hero-note-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.hero-scroll { position: absolute; z-index: 5; bottom: 20px; left: max(var(--gutter), calc((100vw - var(--shell)) / 2)); display: flex; align-items: center; gap: 12px; color: #d0ddd1; font-size: 10px; }
.hero-scroll > span { position: relative; width: 44px; height: 1px; background: #688777; }
.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; }

.button { display: inline-flex; min-height: 54px; padding: 0 22px; align-items: center; justify-content: center; gap: 16px; border-radius: 999px; font-size: 14px; font-weight: 650; transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--lime { background: var(--lime); color: var(--pine-950); }
.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: 650; }
.text-link--light { color: #e5eee4; }
.text-link:hover { color: var(--lime); }

.trust-strip { position: relative; z-index: 6; 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 #bdd0be; }
.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; }

.body-story { position: relative; overflow: clip; --story-progress: 0; }
.body-story > section { position: relative; }
.story-line { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; color: #9fbaa4; }
.story-line-main, .story-line-echo { stroke: currentColor; stroke-linecap: round; vector-effect: non-scaling-stroke; stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--story-progress)); }
.story-line-main { stroke-width: 1.35; stroke-opacity: .62; }
.story-line-echo { stroke-width: .7; stroke-opacity: .25; }
.story-care-field path, .story-segments path { stroke: currentColor; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.story-care-field path { stroke-width: .8; stroke-opacity: .26; }
.story-segments path { stroke-width: 2; stroke-opacity: .42; }
.story-care-field { transform-box: fill-box; transform-origin: center; animation: care-breathe 8s ease-in-out infinite; }
.story-care-field--two { animation-delay: -3s; }

.section { position: relative; overflow: hidden; padding: clamp(90px, 11vw, 150px) 0; }
.section > .shell, .consequence > .shell, .approach-story-layout { position: relative; z-index: 6; }
.section-heading h2, .resource-explorer-heading h2, .journey-intro h2, .final-content h2 { font-family: var(--font-display); font-size: clamp(56px, 7vw, 92px); font-weight: 400; line-height: .95; letter-spacing: .004em; text-wrap: balance; }
.section-heading h2 span, .resource-explorer-heading h2 span, .journey-intro 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: #d2e3d2; }
.eyebrow--light::before { background: var(--lime); }
.section-heading--split { display: grid; grid-template-columns: 1fr .72fr; gap: 76px; align-items: end; }
.section-heading--split > p, .section-heading--center > p { color: var(--muted); font-size: 16px; line-height: 1.82; }
.section-heading--center { max-width: 860px; margin-inline: auto; text-align: center; }
.section-heading--center > p { max-width: 620px; margin: 21px auto 0; }

.signals { z-index: 2; background: var(--sage-50); }
.signal-mobile-navigation { display: none; }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 62px; }
.signal-card { position: relative; min-height: 248px; overflow: hidden; padding: 28px 22px; border: 1px solid #d7e4d7; border-top-color: #9eb8a3; background: rgb(255 255 250 / 95%); transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s ease; }
.signal-card::after { position: absolute; right: -16px; bottom: -35px; color: var(--sage-300); font-family: var(--font-display); font-size: 116px; line-height: 1; content: attr(data-index); pointer-events: none; }
.signal-card:hover { transform: translateY(-7px); box-shadow: 0 24px 54px rgb(53 84 66 / 11%); }
.signal-card > span, .signal-card > h3, .signal-card > p { position: relative; z-index: 1; }
.signal-card > span { color: var(--pine-600); font-size: 12px; font-weight: 650; }
.signal-card > h3 { margin-top: 39px; font-size: 16px; font-weight: 650; line-height: 1.45; }
.signal-card > p { margin-top: 12px; color: var(--muted); font-size: 15px; line-height: 1.75; }

.consequence { z-index: 2; overflow: hidden; padding: clamp(120px, 14vw, 190px) 0; background: var(--pine-900); color: var(--white); }
.consequence::after { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgb(229 239 224 / 14%); content: ""; }
.consequence-layout { display: grid; grid-template-columns: 1.08fr .72fr; gap: 100px; align-items: center; }
.consequence h2 { font-family: var(--font-display); font-size: clamp(66px, 8vw, 108px); font-weight: 400; line-height: .92; text-wrap: balance; }
.consequence h2 span { display: block; color: var(--lime); }
.consequence-copy { max-width: 430px; }
.consequence-copy > p { color: #e4ece3; font-size: 16px; line-height: 1.85; }
.consequence-copy > p + p { margin-top: 16px; }
.consequence-copy .text-link { margin-top: 24px; }

.approach { z-index: 2; background: var(--sage-100); }
.approach-story { position: relative; min-height: 2300px; overflow: clip; background: var(--pine-950); color: var(--white); }
.approach-story::before { position: absolute; z-index: 1; inset: 0; background: rgb(25 58 45 / 84%); content: ""; }
.approach-backdrop { position: absolute; inset: 0; overflow: hidden; }
.approach-backdrop img { width: 100%; height: calc(100% + 80px); object-fit: cover; object-position: 54% 48%; filter: saturate(.76) contrast(1.04); transform: translate3d(0, var(--media-shift, 0px), 0) scale(1.035); }
.approach-story-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, .86fr); gap: clamp(60px, 8vw, 120px); align-items: start; }
.approach-copy { position: sticky; top: calc(var(--header) + 22px); padding: 78px 0 110px; }
.approach-copy h2 { max-width: 660px; font-family: var(--font-display); font-size: clamp(65px, 7vw, 98px); font-weight: 400; line-height: .93; text-wrap: balance; }
.approach-copy h2 span { display: block; color: var(--lime); }
.approach-copy > p { max-width: 550px; margin-top: 25px; color: #e5ece3; font-size: 16px; line-height: 1.85; }
.approach-copy .text-link { margin-top: 26px; }
.care-journey { padding: 130px 0 120px; }
.journey-intro { padding-bottom: 54px; border-bottom: 1px solid rgb(231 240 224 / 24%); }
.journey-intro h2 { color: var(--white); font-size: clamp(56px, 5.4vw, 76px); }
.journey-intro h2 span { color: var(--lime); }
.journey-intro p { margin-top: 22px; color: #dce8dc; font-size: 16px; line-height: 1.8; }
.journey-track { position: relative; display: grid; gap: 38px; padding: 54px 0; }
.journey-track::before { position: absolute; top: 54px; bottom: 54px; left: 24px; width: 1px; background: rgb(228 239 200 / 32%); content: ""; }
.journey-track::after { position: absolute; top: 54px; bottom: 54px; left: 24px; width: 2px; background: var(--lime); content: ""; transform: scaleY(var(--journey-progress)); transform-origin: top; }
.journey-stage { position: relative; min-height: 300px; display: grid; grid-template-columns: 50px 1fr; gap: 24px; align-content: center; padding: 34px 34px 34px 0; border: 1px solid rgb(230 239 225 / 20%); border-left: 0; background: rgb(36 72 58 / 74%); opacity: .66; transform: translateX(20px); transition: opacity .45s ease, transform .45s cubic-bezier(.22, 1, .36, 1), background-color .45s ease; }
.journey-stage.is-current { opacity: 1; transform: translateX(0); background: rgb(51 91 73 / 94%); }
.journey-number { position: relative; z-index: 1; display: grid; place-items: center; width: 49px; height: 49px; border: 1px solid rgb(228 239 200 / 45%); border-radius: 50%; background: var(--pine-950); color: var(--lime); font-size: 11px; font-weight: 650; }
.journey-stage-name { color: var(--lime); font-size: 11px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.journey-stage h3 { margin-top: 13px; color: var(--white); font-family: var(--font-display); font-size: 42px; font-weight: 400; line-height: 1; }
.journey-stage p { margin-top: 14px; color: #e1eae0; font-size: 15px; line-height: 1.78; }
.session-cta { display: grid; gap: 21px; padding: 32px; border: 1px solid rgb(229 239 224 / 22%); background: rgb(29 62 49 / 82%); }
.session-cta > span { color: #e4ece3; font-size: 14px; line-height: 1.7; }
.session-cta .button { justify-self: start; }

.resource-zone { position: relative; z-index: 6; padding: clamp(90px, 11vw, 150px) 0; background: var(--sage-200); }
.resource-explorer { position: relative; min-height: 660px; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(45px, 8vw, 110px); align-items: center; overflow: hidden; padding: clamp(48px, 6vw, 78px); border: 1px solid rgb(229 239 225 / 20%); background: var(--pine-950); box-shadow: 0 34px 90px rgb(36 72 58 / 18%); isolation: isolate; }
.resource-explorer::after { position: absolute; z-index: -1; inset: 0; background: rgb(24 55 43 / 48%); content: ""; pointer-events: none; }
.resource-visuals { position: absolute; z-index: -2; inset: 0; overflow: hidden; background: var(--pine-950); }
.resource-visuals img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; opacity: 0; filter: saturate(.86) contrast(1.04); transform: scale(1.015); transition: opacity .55s ease, transform 5.5s ease; }
.resource-visuals img:nth-child(2) { object-position: 50% 54%; }
.resource-visuals img:nth-child(3) { object-position: 54% 48%; }
.resource-visuals img:nth-child(4) { object-position: 50% 45%; }
.resource-visuals img:nth-child(5) { object-position: 55% 48%; }
.resource-visuals img.is-active { opacity: 1; transform: scale(1.05); }
.resource-explorer-heading { position: relative; z-index: 1; }
.resource-explorer-heading h2 { font-size: clamp(62px, 6.3vw, 88px); }
.resource-explorer-heading .eyebrow { color: #d9e8d8; }
.resource-explorer-heading .eyebrow::before { background: var(--lime); }
.resource-explorer-heading h2 { color: var(--white); text-shadow: 0 4px 32px rgb(15 38 28 / 30%); }
.resource-explorer-heading h2 span { color: var(--lime); }
.approach-panel { position: relative; z-index: 1; padding: clamp(32px, 4.5vw, 54px); border: 1px solid rgb(224 235 219 / 58%); background: rgb(255 254 250 / 89%); box-shadow: 0 30px 74px rgb(16 47 33 / 19%); backdrop-filter: blur(12px); }
.panel-label { color: var(--pine-700); font-size: 12.5px; font-weight: 650; }
.resource-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.resource-list button { min-height: 44px; max-width: 100%; padding: 10px 14px; border: 1px solid #c4d6c6; border-radius: 999px; background: transparent; color: var(--pine-950); font-size: 14px; text-align: left; cursor: pointer; }
.resource-list button[aria-pressed="true"] { border-color: var(--pine-800); background: var(--pine-800); color: var(--white); }
.resource-list button:focus-visible { outline: 2px solid var(--pine-800); outline-offset: 3px; }
.resource-description { min-height: 155px; margin-top: 25px; padding-top: 24px; border-top: 1px solid #cad9ca; }
.resource-description h3 { font-size: 18px; font-weight: 650; }
.resource-description p { margin-top: 10px; color: var(--ink); font-size: 16px; line-height: 1.75; }
.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: 14px; line-height: 1.75; }

.service-showcase { margin-top: clamp(76px, 9vw, 112px); }
.service-showcase-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 24px; }
.service-showcase-heading > div:first-child { display: grid; gap: 6px; }
.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-controls { display: flex; align-items: center; gap: 12px; }
.service-controls button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #b9ceb9; border-radius: 50%; background: transparent; cursor: pointer; }
.service-controls button:first-child svg { transform: rotate(180deg); }
.service-controls button:hover, .service-controls button:focus-visible { border-color: var(--pine-800); background: var(--pine-800); color: var(--white); }
.service-controls > span { min-width: 50px; color: var(--muted); font-size: 12px; text-align: center; }
.service-gallery { display: flex; gap: 18px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 2px 2px 16px; cursor: grab; }
.service-gallery::-webkit-scrollbar { display: none; }
.service-gallery.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.service-card { display: flex; flex: 0 0 calc((100% - 72px) / 4.15); min-width: 0; flex-direction: column; overflow: hidden; scroll-snap-align: start; border: 1px solid #c8d9c8; background: var(--paper); box-shadow: 0 18px 42px rgb(48 79 61 / 9%); transition: transform .4s ease, box-shadow .4s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 28px 62px rgb(48 79 61 / 14%); }
.service-card-media { position: relative; width: 100%; aspect-ratio: 4 / 3; flex: 0 0 auto; overflow: hidden; background: var(--sage-200); contain: paint; }
.service-card-media > img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; filter: saturate(.92) contrast(1.03); transform: translateZ(0); transition: transform .65s ease; }
.service-card--1 .service-card-media > img { object-position: 50% 70%; }
.service-card--2 .service-card-media > img { object-position: 50% 36%; }
.service-card--3 .service-card-media > img { object-position: 50% 58%; }
.service-card--4 .service-card-media > img { object-position: 50% 55%; }
.service-card--5 .service-card-media > img { object-position: 50% 50%; }
.service-card:hover .service-card-media > img { transform: translateZ(0) scale(1.025); }
.service-card figcaption { display: flex; flex: 1; align-items: flex-start; gap: 13px; padding: 22px 19px 24px; }
.service-card figcaption > span { padding-top: 3px; color: var(--pine-700); 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; line-height: 1.35; }
.service-card figcaption small { font-size: 15px; line-height: 1.68; }

.clinic { background: var(--sage-50); }
.clinic-stage { position: relative; display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(330px, .58fr); align-items: start; gap: clamp(28px, 4vw, 56px); margin-top: 34px; padding: clamp(24px, 3.5vw, 46px); background: var(--pine-950); color: var(--white); box-shadow: 0 32px 86px rgb(34 66 50 / 16%); }
.clinic-stage::after { position: absolute; top: 0; right: 54px; width: 110px; height: 3px; background: var(--lime); content: ""; }
.clinic-film { width: 100%; overflow: hidden; border: 1px solid rgb(228 238 222 / 24%); background: #1f3d31; transform: scale(var(--scene-scale, .965)); transform-origin: center; }
.clinic-film video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: 50% 50%; background: var(--pine-950); }
.clinic-film figcaption { display: flex; justify-content: space-between; gap: 18px; padding: 20px 22px; 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: 16px; font-weight: 550; }
.clinic-invitation > span { color: var(--lime); font-size: 13px; }
.clinic-invitation h3 { margin-top: 15px; font-family: var(--font-display); font-size: clamp(43px, 4.8vw, 68px); font-weight: 400; line-height: .98; }
.clinic-invitation h3 span { display: block; color: var(--lime); }
.clinic-invitation p { max-width: 390px; margin-top: 18px; color: #dce7dc; font-size: 16px; line-height: 1.75; }
.clinic-carousel { margin-top: 30px; }
.clinic-gallery { display: flex; gap: 14px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 2px 2px 9px; cursor: grab; }
.clinic-gallery::-webkit-scrollbar { display: none; }
.clinic-gallery.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.clinic-photo { position: relative; flex: 0 0 79%; height: 300px; overflow: hidden; scroll-snap-align: start; border: 1px solid rgb(225 236 219 / 19%); }
.clinic-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 47%; filter: brightness(1.05) saturate(.9); transition: transform .6s ease; }
.clinic-photo:nth-child(2) img { object-position: 51% 42%; }
.clinic-photo:nth-child(3) img { object-position: 49% 50%; }
.clinic-photo:nth-child(4) img { object-position: 51% 43%; }
.clinic-photo:hover img { transform: scale(1.035); }
.clinic-photo figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; gap: 10px; align-items: center; padding: 14px; background: rgb(26 58 45 / 94%); color: #f2f6ef; font-size: 13px; line-height: 1.5; }
.clinic-photo figcaption span { color: var(--lime); font-size: 11px; font-weight: 650; }
.gallery-navigation { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 18px; }
.gallery-hint { color: #cbdcca; font-size: 11px; }
.gallery-controls { display: flex; align-items: center; gap: 10px; }
.gallery-controls button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgb(221 232 217 / 42%); border-radius: 50%; background: transparent; color: #edf3e9; cursor: pointer; }
.gallery-controls button:first-child svg { transform: rotate(180deg); }
.gallery-controls button:hover, .gallery-controls button:focus-visible { border-color: var(--lime); background: var(--lime); color: var(--pine-950); }
.gallery-status { min-width: 46px; color: #dbe7da; font-size: 12px; text-align: center; }

.professionals { background: var(--paper); }
.professional-stack { display: grid; gap: clamp(86px, 10vw, 138px); margin-top: 78px; }
.professional-feature { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: clamp(48px, 8vw, 112px); align-items: center; }
.professional-feature--2 .professional-photo { grid-column: 2; grid-row: 1; }
.professional-feature--2 .professional-copy { grid-column: 1; grid-row: 1; }
.professional-photo { position: relative; min-height: 650px; overflow: hidden; border: 1px solid #d4e2d4; background: var(--sage-200); box-shadow: 0 26px 68px rgb(42 73 56 / 10%); }
.professional-photo::after { position: absolute; inset: 20px; border: 1px solid rgb(250 253 246 / 48%); content: ""; pointer-events: none; }
.professional-photo img { width: 100%; height: calc(100% + 36px); object-fit: cover; object-position: 50% 38%; filter: brightness(1.05) saturate(.9); transform: translate3d(0, var(--media-shift, 0px), 0) scale(1.025); }
.professional-feature--2 .professional-photo img { object-position: 50% 36%; }
.professional-copy { position: relative; padding: 36px 0 36px 34px; border-left: 1px solid #adc5b0; }
.professional-feature--2 .professional-copy { padding: 36px 34px 36px 0; border-right: 1px solid #adc5b0; border-left: 0; text-align: right; }
.professional-copy > span { color: var(--pine-800); font-size: 14px; font-weight: 600; letter-spacing: .03em; }
.professional-copy > h3 { margin-top: 12px; font-family: var(--font-display); font-size: clamp(58px, 6vw, 86px); font-weight: 400; line-height: .93; }
.professional-copy > p { margin-top: 22px; color: var(--ink); font-size: 16px; line-height: 1.84; }
.professional-detail { margin-top: 22px; padding-top: 18px; border-top: 1px solid #d6e3d6; color: var(--pine-800); font-size: 14px; font-weight: 550; line-height: 1.75; }

.reviews { isolation: isolate; background: var(--sage-200); }
.reviews::after { position: absolute; z-index: 1; inset: 0; background: rgb(234 242 231 / 57%); content: ""; pointer-events: none; }
.reviews-reception { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.reviews-reception img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 54%; filter: saturate(.78) contrast(1.02); opacity: .7; transform: scale(1.025); }
.reviews > .shell { position: relative; z-index: 2; }
.reviews-layout { display: grid; grid-template-columns: .7fr 1fr; gap: 96px; 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: 16px; line-height: 1.8; }
.google-profile-card { padding: clamp(32px, 5vw, 54px); border: 1px solid #c9dbc9; background: var(--paper); box-shadow: 0 28px 72px rgb(48 79 61 / 10%); }
.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; font-family: var(--font-display); font-size: clamp(50px, 5.2vw, 72px); font-weight: 400; line-height: .98; }
.google-profile-card h2 span { display: block; color: var(--pine-600); }
.google-profile-card > p { max-width: 480px; margin-top: 18px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.google-profile-footer { display: grid; justify-items: start; gap: 17px; margin-top: 23px; padding-top: 20px; border-top: 1px solid #d8e5d7; }
.google-profile-footer > span { color: var(--muted); font-size: 12px; }
.review-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: -28px; }
.review-card { position: relative; min-height: 260px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px 25px 24px; border: 1px solid #c5d8c5; background: rgb(255 254 250 / 91%); transition: transform .35s ease, box-shadow .35s ease; }
.review-card:hover, .review-card:focus-visible { transform: translateY(-6px); box-shadow: 0 22px 56px rgb(48 79 61 / 12%); }
.review-card-stars { color: var(--pine-700); font-size: 13px; letter-spacing: 3px; }
.review-card blockquote { flex: 1; margin: 27px 0 25px; color: var(--ink); font-size: 17px; line-height: 1.68; }
.review-card-author { display: grid; gap: 5px; }
.review-card-author strong { font-size: 14px; }
.review-card-author small { color: var(--muted); font-size: 12px; }
.review-card > svg { position: absolute; right: 23px; bottom: 26px; color: var(--pine-700); }

.location { background: var(--paper); }
.location-layout { display: grid; grid-template-columns: 1.05fr .86fr; gap: 94px; align-items: center; }
.location-photo { position: relative; height: 490px; overflow: hidden; border: 1px solid #d4e2d4; background: var(--sage-200); }
.location-photo::after { position: absolute; inset: 18px; border: 1px solid rgb(252 253 249 / 46%); content: ""; pointer-events: none; }
.location-photo img { width: 100%; height: calc(100% + 42px); object-fit: cover; object-position: 47% 50%; transform: translate3d(0, var(--media-shift, 0px), 0) scale(1.035); }
.location-photo figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 15px 17px; background: var(--pine-900); color: #edf4ed; font-size: 12px; }
.location-copy h2, .questions-intro h2 { font-family: var(--font-display); font-size: clamp(62px, 7vw, 84px); font-weight: 400; line-height: .95; text-wrap: balance; }
.location-copy h2 span, .questions-intro h2 span { display: block; color: var(--pine-600); }
.location-copy > p, .questions-intro > p { margin-top: 21px; color: var(--muted); font-size: 16px; line-height: 1.82; }
.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; }
.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: 98px; align-items: start; }
.questions-intro { position: sticky; top: calc(var(--header) + 45px); }
.questions-intro > p { max-width: 430px; }
.questions-intro .text-link { margin-top: 22px; }
.question-list { border-top: 1px solid #c6d7c6; }
.question-item { border-bottom: 1px solid #c6d7c6; }
.question-item summary { min-height: 78px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 15px; 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: 500px; padding: 0 28px 27px 0; color: var(--muted); font-size: 15px; line-height: 1.8; }

.final-callout { position: relative; overflow: hidden; padding: clamp(110px, 14vw, 170px) 0; background: var(--pine-900); color: var(--white); }
.final-callout::before, .final-callout::after { position: absolute; top: 50%; width: 24%; height: 1px; background: rgb(228 239 200 / 25%); content: ""; }
.final-callout::before { left: 0; }
.final-callout::after { right: 0; }
.final-spine { position: absolute; z-index: 0; top: 50%; right: clamp(24px, 7vw, 118px); width: clamp(150px, 17vw, 240px); height: 88%; color: var(--lime); opacity: .25; transform: translateY(-50%); pointer-events: none; }
.final-spine-axis, .final-spine-echo, .final-spine-care { stroke: currentColor; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.final-spine-axis { stroke-width: 1.8; stroke-dasharray: 1; stroke-dashoffset: 1; animation: final-spine-trace 3.6s cubic-bezier(.4, 0, .2, 1) infinite alternate; }
.final-spine-echo { stroke-width: .75; opacity: .45; }
.final-spine-care { stroke-width: .8; opacity: .28; animation: care-breathe 7s ease-in-out infinite; transform-origin: center; }
.final-spine-vertebrae ellipse { fill: rgb(228 239 200 / 9%); stroke: currentColor; stroke-width: 1.1; transform-box: fill-box; transform-origin: center; animation: final-vertebra-breathe 4.8s ease-in-out infinite; }
.final-spine-vertebrae ellipse:nth-child(3n + 2) { animation-delay: -1.6s; }
.final-spine-vertebrae ellipse:nth-child(3n) { animation-delay: -3.2s; }
.final-content { position: relative; z-index: 1; max-width: 810px; text-align: center; }
.final-content h2 { color: var(--white); font-size: clamp(74px, 9vw, 114px); }
.final-content h2 span { display: block; color: var(--lime); }
.final-content > p { max-width: 555px; margin: 22px auto 0; color: #d5e2d5; font-size: 15px; line-height: 1.8; }
.final-content .button { margin-top: 32px; }

.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; }
.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 #3a5849; color: #b8cabd; font-size: 10.5px; }
.floating-whatsapp { position: fixed; right: 18px; bottom: 16px; 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 28px rgb(42 71 55 / 23%); }

[data-reveal] { opacity: 0; transform: translateY(25px); transition: opacity .75s cubic-bezier(.22, 1, .36, 1), transform .75s cubic-bezier(.22, 1, .36, 1), clip-path .9s cubic-bezier(.22, 1, .36, 1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.clinic-film[data-reveal], .location-photo[data-reveal] { clip-path: inset(0 0 9% 0); }
.clinic-film[data-reveal].is-visible, .location-photo[data-reveal].is-visible { clip-path: inset(0); }

@keyframes loader-logo-enter { from { opacity: 0; transform: translateY(9px) scale(.975); } to { opacity: 1; transform: none; } }
@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-spine-trace { to { stroke-dashoffset: 0; } }
@keyframes loader-spine-segment { from { opacity: 0; transform: scale(.72); } to { opacity: 1; transform: scale(1); } }
@keyframes loader-exit { to { opacity: 0; visibility: hidden; } }
@keyframes glide { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(30px); } }
@keyframes care-breathe { 0%, 100% { opacity: .45; transform: scale(.985); } 50% { opacity: .9; transform: scale(1.02); } }
@keyframes final-spine-trace { to { stroke-dashoffset: 0; } }
@keyframes final-vertebra-breathe { 0%, 100% { opacity: .4; transform: scale(.94); } 50% { opacity: 1; transform: scale(1.04); } }

@media (max-width: 1100px) {
  :root { --gutter: clamp(24px, 5vw, 50px); }
  .desktop-nav { gap: 19px; }
  .desktop-nav a, .header-cta { font-size: 10px; }
  .hero::before { width: 57%; }
  .hero h1 { font-size: clamp(68px, 8.7vw, 94px); }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .consequence-layout { gap: 54px; }
  .approach-story-layout { grid-template-columns: minmax(0, .9fr) minmax(380px, 1fr); gap: 48px; }
  .resource-explorer { gap: 48px; padding: 48px; }
  .service-card { flex-basis: calc((100% - 36px) / 2.75); }
  .clinic-stage { grid-template-columns: minmax(0, 1.22fr) minmax(310px, .78fr); gap: 32px; }
  .professional-feature { grid-template-columns: 1fr 1fr; gap: 48px; }
  .professional-photo { min-height: 560px; }
  .reviews-layout, .location-layout, .questions-layout { gap: 56px; }
}

@media (max-height: 740px) and (min-width: 761px) {
  :root { --header: 72px; }
  .hero-grid { min-height: calc(100svh - var(--header)); }
  .hero-copy { padding-block: 18px 24px; }
  .rating-chip { margin-bottom: 14px; }
  .hero h1 { font-size: clamp(62px, 6.7vw, 84px); }
  .hero-description { margin-top: 12px; font-size: 13.5px; line-height: 1.65; }
  .hero-actions { margin-top: 15px; }
  .hero-note { margin-top: 13px; }
  .hero-scroll { display: none; }
}

@media (max-width: 760px) {
  :root { --header: 70px; --gutter: 21px; }
  .brand { width: 112px; height: 64px; padding: 5px 9px 7px; }
  .brand img { width: 92px; height: 52px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { width: 44px; height: 44px; display: grid; align-content: center; justify-items: end; gap: 6px; border: 0; background: none; }
  .menu-toggle span { width: 23px; height: 1px; background: #e8f0e7; 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; 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: none; }
  .mobile-menu > a { min-height: 54px; display: flex; align-items: center; color: #e7efe7; font-size: 12px; }
  .mobile-menu > a + a { border-top: 1px solid #426354; }
  .mobile-menu .mobile-menu-cta { justify-content: space-between; color: var(--lime); font-weight: 650; }

  .hero { min-height: max(710px, 100svh); }
  .hero::before { z-index: 2; top: 47%; right: 0; bottom: 0; width: 100%; background: rgb(29 62 49 / 97%); clip-path: none; }
  .hero::after { z-index: 5; inset: calc(var(--header) + 11px) 11px 11px; }
  .hero-photo { inset: var(--header) 0 auto; height: 48%; }
  .hero-photo > img { height: calc(100% + 20px); object-position: 50% 22%; transform: translate3d(0, var(--media-shift, 0px), 0) scale(1.01); }
  .hero-grid { z-index: 4; display: flex; min-height: calc(max(710px, 100svh) - var(--header)); align-items: flex-end; }
  .hero-copy { width: 100%; max-width: none; padding: 0 5px 24px; text-align: center; }
  .rating-chip { margin-bottom: 14px; font-size: 10.5px; }
  .rating-chip, .hero h1, .hero-description { margin-inline: auto; }
  .rating-chip > span { font-size: 9px; letter-spacing: 1px; }
  .hero h1 { max-width: 520px; font-size: clamp(52px, 14vw, 72px); line-height: .89; }
  .hero-description { max-width: 490px; margin-top: 13px; font-size: 14px; line-height: 1.62; }
  .hero-actions { justify-content: center; gap: 11px; margin-top: 16px; }
  .button { min-height: 50px; padding-inline: 16px; font-size: 13.5px; }
  .hero-actions .text-link { font-size: 12.5px; }
  .hero-note { justify-content: center; margin-top: 13px; font-size: 11px; }
  .hero-scroll { display: none; }
  .trust-grid { min-height: 108px; grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .trust-grid > div { gap: 5px; padding-left: 9px; }
  .trust-grid strong { font-size: 11px; }
  .trust-grid span { font-size: 9.5px; line-height: 1.45; }

  .story-line { width: 115%; transform: translateX(-7%); opacity: .5; }
  .story-care-field, .story-segments { display: none; }
  .section { padding: 84px 0; }
  .section-heading--split { grid-template-columns: 1fr; gap: 18px; }
  .section-heading h2, .resource-explorer-heading h2, .journey-intro h2 { font-size: clamp(55px, 13vw, 74px); }
  .section-heading--split > p, .section-heading--center > p { font-size: 15.5px; line-height: 1.78; }
  .eyebrow { font-size: 10px; letter-spacing: .11em; }
  .signal-mobile-navigation { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: 30px; }
  .signal-mobile-navigation > span { max-width: 150px; color: var(--muted); font-size: 12px; line-height: 1.5; }
  .signal-mobile-controls { display: flex; align-items: center; gap: 8px; }
  .signal-mobile-controls button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #b9ceb9; border-radius: 50%; background: var(--paper); cursor: pointer; transition: border-color .2s ease, background-color .2s ease, color .2s ease, opacity .2s ease; }
  .signal-mobile-controls button:first-child svg { transform: rotate(180deg); }
  .signal-mobile-controls button:focus-visible { border-color: var(--pine-800); background: var(--pine-800); color: var(--white); }
  .signal-mobile-controls button:disabled { opacity: .35; cursor: default; }
  .signal-mobile-controls > span { min-width: 45px; color: var(--muted); font-size: 11px; text-align: center; }
  .signal-grid { display: flex; gap: 13px; margin-top: 14px; margin-right: calc(var(--gutter) * -1); overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-left: 0; scrollbar-width: none; touch-action: pan-x; padding: 0 var(--gutter) 11px 0; }
  .signal-grid::-webkit-scrollbar { display: none; }
  .signal-card { flex: 0 0 78%; min-height: 210px; padding: 22px 19px; scroll-snap-align: start; scroll-snap-stop: always; }
  .signal-card::after { font-size: 96px; }
  .signal-card > h3 { margin-top: 25px; }
  .signal-card > p { font-size: 15px; }

  .consequence { padding: 100px 0; }
  .consequence::after { display: none; }
  .consequence-layout { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .consequence h2 { font-size: clamp(48px, 13vw, 72px); line-height: .97; }
  .consequence-copy { margin-inline: auto; }
  .consequence-copy > p { font-size: 15.5px; }
  .consequence-copy .text-link { justify-content: center; }

  .approach-story { min-height: 0; }
  .approach-story::before { background: rgb(25 58 45 / 90%); }
  .approach-backdrop img { object-position: 52% 48%; }
  .approach-story-layout { display: block; }
  .approach-copy { position: static; padding: 68px 0 58px; text-align: center; }
  .approach-copy h2 { font-size: clamp(57px, 13vw, 75px); }
  .approach-copy > p { font-size: 15.5px; }
  .approach-copy .text-link { justify-content: center; }
  .care-journey { padding: 0 0 90px; }
  .journey-intro { text-align: center; }
  .journey-intro p { font-size: 15.5px; }
  .journey-track { gap: 15px; padding: 36px 0; }
  .journey-track::before, .journey-track::after { left: 21px; }
  .journey-stage { min-height: 0; grid-template-columns: 44px 1fr; gap: 18px; padding: 25px 20px 25px 0; opacity: 1; transform: none; }
  .journey-number { width: 43px; height: 43px; }
  .journey-stage h3 { font-size: 35px; }
  .journey-stage p { font-size: 15px; }
  .session-cta { padding: 24px 20px; }
  .session-cta .button { justify-self: stretch; }

  .resource-zone { padding: 84px 0; }
  .resource-explorer { min-height: 0; grid-template-columns: 1fr; gap: 34px; padding: 52px 21px; }
  .resource-explorer-heading { position: static; text-align: center; }
  .resource-visuals img { object-position: 50% 50%; }
  .approach-panel { padding: 25px 21px; }
  .resource-description p { font-size: 15.5px; }
  .service-showcase { margin-top: 70px; }
  .service-showcase-heading { align-items: center; }
  .service-showcase-heading small { max-width: 170px; line-height: 1.5; }
  .service-controls { gap: 7px; }
  .service-controls button { width: 42px; height: 42px; }
  .service-controls > span { display: none; }
  .service-gallery { gap: 13px; margin-right: calc(var(--gutter) * -1); padding-right: var(--gutter); }
  .service-card { flex-basis: 72%; }
  .service-card-media { height: clamp(168px, 52vw, 210px); aspect-ratio: auto; }
  .service-card figcaption { padding: 19px 15px 21px; }
  .service-card figcaption small { font-size: 15px; }

  .clinic-stage { grid-template-columns: 1fr; gap: 30px; margin-top: 24px; padding: 14px 15px 24px; }
  .clinic-stage::after { right: 22px; width: 80px; }
  .clinic-film { width: 100%; justify-self: center; transform: none; }
  .clinic-film video { aspect-ratio: 16 / 9; object-fit: cover; }
  .clinic-film figcaption { display: grid; gap: 7px; text-align: center; }
  .clinic-invitation { text-align: center; }
  .clinic-invitation p { margin-inline: auto; }
  .clinic-carousel { margin-top: 24px; }
  .clinic-photo { flex-basis: 73%; height: clamp(260px, 74vw, 340px); }
  .gallery-navigation { flex-wrap: wrap; }
  .gallery-controls button { width: 44px; height: 44px; }

  .professional-stack { gap: 78px; margin-top: 48px; }
  .professional-feature { grid-template-columns: 1fr; gap: 0; }
  .professional-feature--2 .professional-photo, .professional-feature--2 .professional-copy { grid-column: 1; }
  .professional-feature--2 .professional-photo { grid-row: 1; }
  .professional-feature--2 .professional-copy { grid-row: 2; }
  .professional-photo { min-height: 0; aspect-ratio: 3 / 4; }
  .professional-photo img, .professional-feature--2 .professional-photo img { object-position: 50% 38%; }
  .professional-copy, .professional-feature--2 .professional-copy { padding: 26px 0 0 19px; border-right: 0; border-left: 1px solid #adc5b0; text-align: left; }
  .professional-copy > h3 { font-size: 56px; }
  .professional-copy > p { font-size: 15.5px; }

  .reviews-layout { grid-template-columns: 1fr; gap: 35px; }
  .reviews::after { background: rgb(234 242 231 / 69%); }
  .reviews-reception img { object-position: 56% 50%; opacity: .62; }
  .review-grid { grid-template-columns: 1fr; gap: 13px; margin-top: 0; }
  .review-score { font-size: 112px; }
  .review-summary > p, .google-profile-card > p { font-size: 15.5px; }
  .google-profile-card { padding: 27px 23px; }
  .google-profile-card h2 { font-size: clamp(49px, 12vw, 68px); }
  .review-card { min-height: 225px; }
  .location-layout, .questions-layout { grid-template-columns: 1fr; gap: 36px; }
  .location-photo { height: 320px; }
  .location-copy h2, .questions-intro h2 { font-size: clamp(58px, 13vw, 78px); }
  .location-copy > p, .questions-intro > p { font-size: 15.5px; }
  .questions-intro { position: static; }
  .question-item summary { min-height: 72px; font-size: 15px; line-height: 1.55; }
  .question-item > p { font-size: 15px; }
  .final-callout { padding: 106px 0; }
  .final-callout::before, .final-callout::after { display: none; }
  .final-spine { right: 50%; width: 190px; height: 83%; opacity: .14; transform: translate(50%, -50%); }
  .final-content h2 { font-size: clamp(72px, 15vw, 98px); }
  .final-content > p { font-size: 15.5px; }
  .footer { padding-top: 44px; padding-bottom: 66px; }
  .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 { min-height: max(700px, 100svh); }
  .hero-grid { min-height: calc(max(700px, 100svh) - var(--header)); }
  .hero h1 { font-size: 53px; }
  .hero-description { font-size: 13.5px; }
  .hero-actions .button { padding-inline: 12px; }
  .trust-grid span { font-size: 9px; }
  .signal-card { flex-basis: 82%; }
  .service-card { flex-basis: 76%; }
}

@media (max-width: 350px) {
  :root { --gutter: 15px; }
  .hero h1 { font-size: 49px; }
  .hero-description { line-height: 1.55; }
  .hero-note { font-size: 10px; }
  .button { padding-inline: 12px; }
  .section-heading h2, .resource-explorer-heading h2, .journey-intro h2 { font-size: 50px; }
}

@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; }
  .hero-photo img, .approach-backdrop img, .professional-photo img, .location-photo img, .clinic-film { transform: none !important; }
  .story-line-main, .story-line-echo { stroke-dashoffset: 0; }
  .final-spine-axis { stroke-dashoffset: 0; }
  .site-loader, .site-loader * { animation-delay: 0s !important; transition-delay: 0s !important; }
}
