@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--font-inter: "Inter", sans-serif;--background: #ffffff;--foreground: #3c3c3c;--secondary: #eef1f9;--muted-foreground: #737373;--border: #d1d1d1;--accent: #b8c5ff;--radius: 0rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-inter);background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:1024px){.container{padding:0 3rem}}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-left{opacity:0;transform:translate(-30px);transition:opacity .8s ease,transform .8s ease}.fade-left.visible{opacity:1;transform:translate(0)}.fade-right{opacity:0;transform:translate(30px);transition:opacity .8s ease,transform .8s ease}.fade-right.visible{opacity:1;transform:translate(0)}.stagger-1{transition-delay:.07s}.stagger-2{transition-delay:.14s}.stagger-3{transition-delay:.21s}.stagger-4{transition-delay:.28s}.stagger-5{transition-delay:.35s}.stagger-6{transition-delay:.42s}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;transition:background .5s ease,border-color .5s ease;border-bottom:1px solid transparent}.navbar.scrolled{background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:var(--border)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:64px}@media(min-width:1024px){.navbar__inner{height:80px}}.navbar__logo img{height:38px;width:auto}@media(min-width:1024px){.navbar__logo img{height:48px}}.navbar__links{display:none;align-items:center;gap:2rem;list-style:none}@media(min-width:1024px){.navbar__links{display:flex}}.navbar__links a{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted-foreground);transition:color .3s ease}.navbar__links a:hover{color:var(--foreground)}.navbar__right{display:flex;align-items:center;gap:1rem}.btn-book-nav{display:none;align-items:center;padding:.625rem 1.5rem;background:var(--foreground);color:var(--background);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;font-weight:500;transition:background .3s ease}.btn-book-nav:hover{background:#3c3c3ce6}@media(min-width:640px){.btn-book-nav{display:inline-flex}}.navbar__hamburger{display:flex;align-items:center;justify-content:center;color:var(--foreground)}@media(min-width:1024px){.navbar__hamburger{display:none}}.navbar__hamburger svg{width:24px;height:24px}.mobile-menu{display:none;background:var(--background);border-bottom:1px solid var(--border);overflow:hidden;max-height:0;transition:max-height .4s ease,opacity .4s ease;opacity:0}.mobile-menu.open{display:block;max-height:500px;opacity:1}.mobile-menu__inner{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.mobile-menu__inner a{font-size:.875rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted-foreground);transition:color .3s ease}.mobile-menu__inner a:hover{color:var(--foreground)}.mobile-menu__inner .btn-book-mobile{margin-top:.5rem;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:var(--foreground);color:var(--background);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;font-weight:500}.hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden;background:var(--secondary)}@media(min-width:1024px){.hero{align-items:center}}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:70% 20%}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(255,255,255,.8) 0%,rgba(255,255,255,.4) 50%,transparent 100%)}.hero__overlay-mobile{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(255,255,255,.7) 0%,transparent 60%)}@media(min-width:1024px){.hero__overlay-mobile{display:none}}.hero__content{position:relative;z-index:10;width:100%;padding-bottom:5rem;padding-top:5rem}@media(min-width:1024px){.hero__content{padding-bottom:0}}.hero__text{max-width:36rem}.hero__title{font-size:clamp(3rem,8vw,6rem);font-weight:300;line-height:.95;letter-spacing:-.02em;color:var(--foreground)}.hero__title strong{font-weight:600}.hero__subtitle{margin-top:3rem;font-size:1.05rem;color:#555;line-height:1.7;max-width:20rem}@media(min-width:1024px){.hero__subtitle{font-size:1.125rem}}.hero__cta{margin-top:2.5rem;display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.hero__cta{flex-direction:row}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:var(--foreground);color:var(--background);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;transition:background .3s ease}.btn-primary:hover{background:#3c3c3ce6}.btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border:1px solid var(--foreground);color:var(--foreground);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;transition:background .3s ease,color .3s ease}.btn-outline:hover{background:var(--foreground);color:var(--background)}.btn-outline-light{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;border:1px solid rgba(255,255,255,1);color:#fff;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;transition:background .3s ease,color .3s ease}.btn-outline-light:hover{background:#fff;color:var(--foreground)}.section{padding:3.5rem 0}@media(min-width:1024px){.section{padding:5rem 0}}.section--bg-secondary{background:var(--secondary)}.section--bg-foreground{background:var(--foreground);color:#fff}.section__heading{font-size:clamp(2rem,4vw,3.5rem);font-weight:300;line-height:1.1;color:var(--foreground)}.section__heading strong{font-weight:600}.section__heading--light{color:#fff}.section__subtext{margin-top:1.5rem;color:var(--muted-foreground);line-height:1.7;max-width:36rem}.about{background:var(--background)}.about__grid{display:grid;gap:4rem;align-items:center}@media(min-width:1024px){.about__grid{grid-template-columns:1fr 1fr;gap:6rem}}.about__title{font-size:clamp(2rem,4vw,3.25rem);font-weight:300;line-height:1.15;color:var(--foreground)}.about__title strong{font-weight:600}.about__body{margin-top:2rem;color:var(--muted-foreground);line-height:1.7}.about__img{width:100%;aspect-ratio:4/3;object-fit:cover}.about__list{margin-top:2rem}.about__list-item{border-bottom:1px solid var(--border);padding:.875rem 0}.about__list-item p{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--foreground)}.services{background:var(--secondary)}.services__grid{display:grid;gap:2rem;align-items:start}@media(min-width:1024px){.services__grid{grid-template-columns:1fr 1fr;gap:6rem}}.services__title{font-size:clamp(2rem,4vw,3.25rem);font-weight:300;line-height:1.15;color:var(--foreground)}.services__title strong{font-weight:600}.services__body{margin-top:2rem;color:var(--muted-foreground);line-height:1.7}.services__body--small{margin-top:1.5rem;font-size:.875rem;color:var(--muted-foreground)}.services__list{max-width:36rem}.services__list-item{border-bottom:1px solid var(--border);padding:1.25rem 0}.services__list-item p{font-size:.875rem;color:var(--foreground);line-height:1.6}.process{background:var(--foreground);color:#fff}.process__grid{display:grid;gap:4rem;align-items:center}@media(min-width:1024px){.process__grid{grid-template-columns:1fr 1fr;gap:6rem}}.process__img{width:100%;aspect-ratio:1/1;object-fit:cover}.process__title{font-size:clamp(2rem,4vw,3.25rem);font-weight:300;line-height:1.15;color:#fff}.process__title strong{font-weight:600}.process__intro{margin-top:1.5rem;color:#fff9;line-height:1.7;margin-bottom:3rem}.process__steps{display:grid;gap:2rem}.process__step-num{font-size:3rem;font-weight:200;color:#fff3;line-height:1}.process__step-title{margin-top:.5rem;font-size:1.125rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#fff}.process__step-desc{margin-top:.5rem;color:#fff9;line-height:1.7}.pricing{background:var(--background)}.pricing__header{text-align:center;margin-bottom:4rem}.pricing__title{font-size:clamp(2rem,4vw,3.25rem);font-weight:300;line-height:1.15;color:var(--foreground)}.pricing__title strong{font-weight:600}.pricing__subtitle{margin-top:1.5rem;color:var(--muted-foreground);max-width:28rem;margin-left:auto;margin-right:auto;line-height:1.7}.pricing__grid{display:grid;gap:1.5rem;max-width:1000px;margin:0 auto}@media(min-width:1024px){.pricing__grid{grid-template-columns:repeat(3,1fr)}}.pricing__card{padding:2rem 2.5rem;border:1px solid var(--border);background:var(--background);display:flex;flex-direction:column;transition:border-color .3s ease}.pricing__card:hover{border-color:#3c3c3c4d}.pricing__card--featured{border-color:var(--foreground);background:var(--foreground);color:#fff}.pricing__card-label{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted-foreground)}.pricing__card--featured .pricing__card-label{color:#ffffff80}.pricing__card-price{margin-top:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:300;color:var(--foreground)}.pricing__card--featured .pricing__card-price{color:#fff}.pricing__card-desc{margin-top:1.5rem;font-size:.875rem;color:var(--muted-foreground);line-height:1.7;flex-grow:1}.pricing__card--featured .pricing__card-desc{color:#ffffffb3}.pricing__card-note{margin-top:1rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500;color:var(--muted-foreground)}.pricing__card--featured .pricing__card-note{color:#ffffff80}.pricing__card-btn{margin-top:2rem;display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;transition:background .3s ease,color .3s ease;background:var(--foreground);color:var(--background)}.pricing__card-btn:hover{background:#3c3c3ce6}.pricing__card--featured .pricing__card-btn{background:var(--background);color:var(--foreground)}.pricing__card--featured .pricing__card-btn:hover{background:#ffffffe6}.results{background:var(--secondary)}.results__grid{display:grid;gap:4rem;align-items:center}@media(min-width:1024px){.results__grid{grid-template-columns:1fr 1fr;gap:6rem}}.results__img{width:100%;aspect-ratio:4/3;object-fit:cover}.results__title{font-size:clamp(2rem,4vw,3.25rem);font-weight:300;line-height:1.15;color:var(--foreground)}.results__title strong{font-weight:600}.results__body{margin-top:1.5rem;color:var(--muted-foreground);line-height:1.7}.results__testimonial{margin-top:2.5rem;padding-left:1.5rem;border-left:2px solid rgba(60,60,60,.2)}.results__stars{display:flex;gap:.25rem;margin-bottom:.75rem}.results__stars svg{width:16px;height:16px;fill:var(--foreground);color:var(--foreground)}.results__quote{font-style:italic;color:#3c3c3ccc;line-height:1.7}.results__name{margin-top:1rem;font-size:.875rem;font-weight:600;color:var(--foreground)}.testimonials{background:var(--foreground);color:#fff;padding:4rem 0;overflow:hidden}@media(min-width:1024px){.testimonials{padding:6rem 0}}.testimonials__header{text-align:center;margin-bottom:3rem}.testimonials__title{font-size:clamp(2rem,4vw,3.25rem);font-weight:300;line-height:1.15;color:#fff}.testimonials__title strong{font-weight:600}.testimonials__carousel{position:relative;max-width:48rem;margin:0 auto}.testimonials__slide{text-align:center;display:none}.testimonials__slide.active{display:block}.testimonials__stars{display:flex;justify-content:center;gap:.25rem;margin-bottom:2rem}.testimonials__stars svg{width:16px;height:16px;fill:#fff;color:#fff}.testimonials__quote{font-size:1rem;font-style:italic;color:#fffc;line-height:1.75;margin-bottom:2.5rem}@media(min-width:1024px){.testimonials__quote{font-size:1.25rem}}.testimonials__name{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.testimonials__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.testimonials__tag{font-size:.625rem;letter-spacing:.2em;text-transform:uppercase;padding:.375rem .75rem;border:1px solid rgba(255,255,255,.2);color:#ffffff80}.testimonials__nav{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem}.testimonials__nav-btn{width:40px;height:40px;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff;transition:background .3s ease;cursor:pointer}.testimonials__nav-btn:hover{background:#ffffff1a}.testimonials__nav-btn svg{width:16px;height:16px}.testimonials__dots{display:flex;gap:.5rem;align-items:center}.testimonials__dot{width:6px;height:6px;border-radius:9999px;background:#ffffff4d;cursor:pointer;transition:width .3s ease,background .3s ease;border:none}.testimonials__dot.active{background:#fff;width:24px}.footer{background:var(--foreground);color:#fff}.footer__cta{padding:5rem 0 7rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.footer__cta-title{font-size:clamp(2rem,5vw,4rem);font-weight:300;color:#fff;line-height:1.15}.footer__cta-title strong{font-weight:600}.footer__cta-btn{margin-top:2.5rem;display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;border:1px solid #ffffff;color:#fff;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;transition:background .3s ease,color .3s ease}.footer__cta-btn:hover{background:#fff;color:var(--foreground)}.footer__grid{display:grid;gap:3rem;padding:4rem 0}@media(min-width:640px){.footer__grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.footer__grid{grid-template-columns:repeat(4,1fr)}}.footer__logo img{height:40px;width:auto;filter:invert(1)}.footer__tagline{margin-top:1rem;font-size:.875rem;color:#ffffff80}.footer__col-title{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:#fff6;margin-bottom:1rem}.footer__links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer__links a{font-size:.875rem;color:#fff9;transition:color .3s ease}.footer__links a:hover{color:#fff}.footer__contact{display:flex;flex-direction:column;gap:.75rem}.footer__contact a{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#fff9;transition:color .3s ease}.footer__contact a:hover{color:#fff}.footer__contact svg{width:16px;height:16px;flex-shrink:0}.footer__address{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:#fff9;line-height:1.6}.footer__address svg{width:16px;height:16px;flex-shrink:0;margin-top:2px}.footer__appt{margin-top:.75rem;font-size:.75rem;color:#fff6}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:2rem 0;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}@media(min-width:640px){.footer__bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer__bottom p{font-size:.75rem;color:#ffffff4d}.numbered-grid{display:grid;grid-template-columns:140px 1fr;gap:4rem;align-items:start}@media(max-width:768px){.hero__bg img{object-position:30% 20%!important}.numbered-grid{grid-template-columns:1fr!important;gap:.5rem!important}.numbered-grid>span:first-child{font-size:4rem!important;margin-bottom:0!important}}html,body{overflow-x:hidden!important}
/*# sourceMappingURL=/cdn/shop/t/24/assets/theme.css.map */
