.testimonial[data-astro-cid-e7lonx73]{background-color:var(--color-charcoal);padding:var(--spacing-4xl) var(--padding-page-inline);text-align:center;color:var(--color-white);width:100%;margin:0}.testimonial-carousel__frame[data-astro-cid-e7lonx73]{display:flex;align-items:center;justify-content:center;gap:var(--spacing-xl);max-width:calc(var(--max-width-narrow) + 8rem);margin:0 auto}.testimonial-carousel__control[data-astro-cid-e7lonx73]{flex-shrink:0;display:block;padding:0;border:none;background:none;cursor:pointer;line-height:0;border-radius:var(--radius-full)}.testimonial-carousel__control[data-astro-cid-e7lonx73]:focus-visible{outline:2px solid var(--color-white);outline-offset:3px}.testimonial-carousel__icon[data-astro-cid-e7lonx73]{display:block;width:36px;height:36px}.testimonial-carousel__control--prev[data-astro-cid-e7lonx73] .testimonial-carousel__icon[data-astro-cid-e7lonx73]{transform:rotate(-90deg)}.testimonial-carousel__control--next[data-astro-cid-e7lonx73] .testimonial-carousel__icon[data-astro-cid-e7lonx73]{transform:rotate(90deg)}.testimonial__inner[data-astro-cid-e7lonx73]{width:100%;max-width:var(--max-width-narrow);margin:0 auto}.testimonial__quote[data-astro-cid-e7lonx73]{font-family:var(--font-body);font-size:var(--font-size-heading-md);font-weight:var(--font-weight-light);font-style:italic;margin:0 0 var(--spacing-lg) 0;line-height:var(--line-height-relaxed);color:var(--color-white)}.testimonial__author[data-astro-cid-e7lonx73]{font-family:var(--font-body);font-size:var(--font-size-body-md);font-weight:var(--font-weight-light);margin:var(--spacing-md) 0 0 0;color:var(--color-white)}.testimonial__role[data-astro-cid-e7lonx73]{font-family:var(--font-body);font-size:var(--font-size-body-sm);opacity:.8;margin:.25rem 0 0;color:var(--color-white)}.testimonial-carousel__track[data-astro-cid-e7lonx73]{display:grid;flex:1 1 auto;min-width:0;width:100%;margin:0 auto}.testimonial-carousel__slide[data-astro-cid-e7lonx73]{grid-area:1 / 1;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 1s ease;pointer-events:none}.testimonial-carousel__slide[data-astro-cid-e7lonx73].is-active{opacity:1;pointer-events:auto;z-index:1}@media(max-width:640px){.testimonial-carousel__frame[data-astro-cid-e7lonx73]{gap:var(--spacing-md);max-width:none}.testimonial-carousel__icon[data-astro-cid-e7lonx73]{width:32px;height:32px}}@media(prefers-reduced-motion:reduce){.testimonial-carousel__slide[data-astro-cid-e7lonx73]{transition:none}}.page[data-astro-cid-j7pv25f6]{width:100%;background:#fff}.hero[data-astro-cid-j7pv25f6]{--hero-min-height: 100vh;--hero-min-height: 100dvh;--hero-panel-min: calc(50dvh - (var(--hero-wedge-height) / 2));--hero-image-min: calc(50dvh + (var(--hero-wedge-height) / 2));min-height:var(--hero-min-height);width:100%;position:relative;display:flex;flex-direction:column;overflow-x:hidden}.hero__overlay[data-astro-cid-j7pv25f6]{position:relative;z-index:1;width:100%;min-height:var(--hero-min-height);background:var(--surface-hero);display:flex;justify-content:center;align-items:center;flex:0 0 auto;animation:hero-slide-mobile 2s ease-out forwards 1;animation-delay:2s}.hero__overlay[data-astro-cid-j7pv25f6]:after{content:"";display:block;background:url(../assets/img/bg-triangle-bottom.svg) no-repeat;background-size:100% 100%;position:absolute;width:100%;height:var(--hero-wedge-height);bottom:0;transform:translateY(calc(100% - 1px));pointer-events:none}.hero__content[data-astro-cid-j7pv25f6]{max-width:500px;width:100%;padding:var(--spacing-xl) var(--padding-page-inline);opacity:0;animation:hero-fade-in 2s ease-out forwards 1;animation-delay:.2s}.hero__title[data-astro-cid-j7pv25f6]{margin:0 0 var(--spacing-lg);text-align:left}.hero__text[data-astro-cid-j7pv25f6]{margin:0 0 var(--spacing-xl);font-size:var(--font-size-body-sm);line-height:var(--line-height-relaxed)}.hero__actions[data-astro-cid-j7pv25f6]{display:flex;gap:var(--spacing-md)}.hero__image[data-astro-cid-j7pv25f6]{position:relative;z-index:0;width:100%;min-height:var(--hero-image-min);flex:1 0 auto;overflow:hidden}.hero__image-zoom[data-astro-cid-j7pv25f6]{width:100%;height:100%;min-height:inherit;animation:hero-zoom-in 4s ease-out forwards 1;animation-delay:2s}.hero__image-zoom[data-astro-cid-j7pv25f6] img{width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:center top}.hero__scroll[data-astro-cid-j7pv25f6]{position:absolute;bottom:var(--spacing-xl);left:50%;transform:translate(-50%) rotate(180deg);max-width:41px;border-radius:var(--radius-full);z-index:2;animation:hero-bounce 2s infinite;animation-delay:3s}.hero__scroll-icon[data-astro-cid-j7pv25f6]{display:block;width:41px;height:41px;opacity:0;animation:hero-fade-in 1s ease-out forwards 1;animation-delay:3s}@keyframes hero-fade-in{0%{opacity:0}to{opacity:1}}@keyframes hero-slide-mobile{0%{min-height:var(--hero-min-height)}to{min-height:var(--hero-panel-min)}}@keyframes hero-unlock{to{max-height:none;overflow:visible}}@keyframes hero-zoom-in{0%{transform:scale(1)}to{transform:scale(1.05)}}@keyframes hero-bounce{0%,20%,50%,80%,to{transform:translate(-50%) rotate(180deg) translateY(0)}40%{transform:translate(-50%) rotate(180deg) translateY(-10px)}60%{transform:translate(-50%) rotate(180deg) translateY(-5px)}}@media(max-width:899px){.hero[data-astro-cid-j7pv25f6]{max-height:var(--hero-min-height);overflow:hidden;animation:hero-unlock .01s linear 4s forwards}}@media(min-width:900px){.hero[data-astro-cid-j7pv25f6]{flex-direction:row;align-items:stretch}.hero__overlay[data-astro-cid-j7pv25f6]{animation-name:hero-slide-desktop;min-height:var(--hero-min-height);align-self:stretch}.hero__overlay[data-astro-cid-j7pv25f6]:after{inset:0 0 auto auto;width:var(--hero-wedge-width);height:100%;background:url(../assets/img/bg-triangle.svg) no-repeat;background-size:100% 100%;transform:translate(calc(100% - 1px))}.hero__content[data-astro-cid-j7pv25f6]{max-width:calc(50vw - (var(--hero-wedge-width) / 2));padding:var(--spacing-4xl)}.hero__text[data-astro-cid-j7pv25f6]{font-size:var(--font-size-body-md)}.hero__image[data-astro-cid-j7pv25f6]{position:absolute;top:0;right:0;bottom:0;width:calc(40% + (var(--hero-wedge-width) / 2));min-height:0;height:auto;margin:0;flex:none}}@media(orientation:landscape)and (max-height:600px){.hero[data-astro-cid-j7pv25f6]{flex-direction:row;align-items:stretch}.hero__overlay[data-astro-cid-j7pv25f6]{animation-name:hero-slide-desktop;min-height:var(--hero-min-height);align-self:stretch}.hero__overlay[data-astro-cid-j7pv25f6]:after{inset:0 0 auto auto;width:var(--hero-wedge-width);height:100%;background:url(../assets/img/bg-triangle.svg) no-repeat;background-size:100% 100%;transform:translate(calc(100% - 1px))}.hero__content[data-astro-cid-j7pv25f6]{max-width:calc(50vw - (var(--hero-wedge-width) / 2));padding:var(--spacing-lg) var(--padding-page-inline)}.hero__title[data-astro-cid-j7pv25f6]{margin-bottom:var(--spacing-md)}.hero__text[data-astro-cid-j7pv25f6]{margin-bottom:var(--spacing-lg)}.hero__image[data-astro-cid-j7pv25f6]{position:absolute;top:0;right:0;bottom:0;width:calc(40% + (var(--hero-wedge-width) / 2));min-height:0;height:auto;margin:0;flex:none}}@media(max-width:899px)and (max-height:700px){.hero__content[data-astro-cid-j7pv25f6]{padding:var(--spacing-lg)}.hero__title[data-astro-cid-j7pv25f6]{margin-bottom:var(--spacing-md)}.hero__text[data-astro-cid-j7pv25f6]{margin-bottom:var(--spacing-lg)}}@keyframes hero-slide-desktop{0%{width:100%}to{width:calc(60% - (var(--hero-wedge-width) / 2))}}@media(prefers-reduced-motion:reduce){.hero[data-astro-cid-j7pv25f6],.hero__overlay[data-astro-cid-j7pv25f6],.hero__content[data-astro-cid-j7pv25f6],.hero__image-zoom[data-astro-cid-j7pv25f6],.hero__scroll[data-astro-cid-j7pv25f6],.hero__scroll-icon[data-astro-cid-j7pv25f6]{animation:none}.hero__content[data-astro-cid-j7pv25f6],.hero__scroll-icon[data-astro-cid-j7pv25f6]{opacity:1}.hero[data-astro-cid-j7pv25f6]{flex-direction:row;align-items:stretch;max-height:none;overflow:visible}.hero__overlay[data-astro-cid-j7pv25f6]{width:calc(60% - (var(--hero-wedge-width) / 2));min-height:var(--hero-min-height);align-self:stretch}.hero__image[data-astro-cid-j7pv25f6]{position:absolute;top:0;right:0;bottom:0;width:calc(40% + (var(--hero-wedge-width) / 2));min-height:0;height:auto;margin:0;flex:none}.hero__overlay[data-astro-cid-j7pv25f6]:after{inset:0 0 auto auto;width:var(--hero-wedge-width);height:100%;background:url(../assets/img/bg-triangle.svg) no-repeat;background-size:100% 100%;transform:translate(calc(100% - 1px))}@media(max-width:899px){.hero[data-astro-cid-j7pv25f6]{flex-direction:column}.hero__overlay[data-astro-cid-j7pv25f6]{width:100%;min-height:var(--hero-panel-min)}.hero__overlay[data-astro-cid-j7pv25f6]:after{inset:auto auto 0 0;width:100%;height:var(--hero-wedge-height);background:url(../assets/img/bg-triangle-bottom.svg) no-repeat;background-size:100% 100%;transform:translateY(calc(100% - 1px))}.hero__image[data-astro-cid-j7pv25f6]{position:relative;top:auto;right:auto;bottom:auto;width:100%;min-height:var(--hero-image-min);height:auto;margin:0;flex:1 0 auto}}}.treatments[data-astro-cid-j7pv25f6]{background:var(--color-off-white);padding:var(--spacing-6xl) var(--padding-page-inline);text-align:center}.treatments__intro[data-astro-cid-j7pv25f6]{margin:0 auto 2rem}.treatments__lead[data-astro-cid-j7pv25f6]{margin:2rem 0 0;color:var(--color-charcoal)}.treatments__grid[data-astro-cid-j7pv25f6]{max-width:var(--max-width-full);margin:3rem auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;text-align:left}.clinical-image[data-astro-cid-j7pv25f6]{width:100%;height:var(--banner-image-height);overflow:hidden}.about-snapshot[data-astro-cid-j7pv25f6]{background:var(--surface-warm);padding:var(--spacing-6xl) var(--padding-page-inline);text-align:center}.about-snapshot__text[data-astro-cid-j7pv25f6]{color:var(--color-charcoal);line-height:var(--line-height-generous);margin:2rem 0 3rem}
