@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--teal-deep:#1a4a4a;--teal-mid:#2d7171;--teal-muted:#3d8a8a;--teal-light:#6db8b8;--aqua-soft:#c8e8e8;--aqua-pale:#eef7f7;--gold:#c9a84c;--gold-light:#e8cc7a;--charcoal:#1c2526;--charcoal-mid:#2e3d3e;--body-text:#3a4a4b;--text-muted:#6b7f80;--white:#fff;--off-white:#f8fbfb;--border:#daeaea;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--space-2xl:6rem;--space-3xl:8rem;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:24px;--radius-pill:100px;--trans-fast:.15s ease;--trans-base:.25s ease;--trans-slow:.4s ease;--shadow-sm:0 1px 4px #1a4a4a14;--shadow-md:0 4px 16px #1a4a4a1f;--shadow-lg:0 8px 32px #1a4a4a26}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--body-text);background:var(--white);font-size:1rem;line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}.display-xl{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(2.8rem,7vw,5.5rem);font-weight:400;line-height:1.08}.display-lg{font-family:var(--font-display);letter-spacing:-.015em;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:400;line-height:1.12}.display-md{font-family:var(--font-display);font-size:clamp(1.7rem,3.5vw,2.6rem);font-weight:500;line-height:1.18}.display-sm{font-family:var(--font-display);font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:500;line-height:1.25}.label-tag{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--teal-muted);font-size:.75rem;font-weight:600}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-pad{padding:var(--space-2xl) 0}.section-pad-lg{padding:var(--space-3xl) 0}.btn{border-radius:var(--radius-sm);font-family:var(--font-body);letter-spacing:.03em;transition:background var(--trans-base), color var(--trans-base), transform var(--trans-fast), box-shadow var(--trans-base);white-space:nowrap;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.875rem;font-weight:500;display:inline-flex}.btn:focus-visible{outline:2px solid var(--teal-light);outline-offset:3px}.btn-primary{background:var(--teal-deep);color:var(--white)}.btn-primary:hover{background:var(--teal-mid);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-outline{color:var(--teal-deep);border:1.5px solid var(--teal-deep);background:0 0}.btn-outline:hover{background:var(--teal-deep);color:var(--white)}.btn-ghost{color:var(--white);background:0 0;border:1.5px solid #fff9}.btn-ghost:hover{border-color:var(--white);background:#ffffff1f}.btn-gold{background:var(--gold);color:var(--charcoal);font-weight:600}.btn-gold:hover{background:var(--gold-light);box-shadow:var(--shadow-md);transform:translateY(-1px)}.divider-line{background:var(--teal-muted);width:48px;height:2px;margin:var(--space-md) 0}.divider-line.center{margin:var(--space-md) auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}img.img-placeholder{background:var(--aqua-pale);object-fit:cover}.text-center{text-align:center}.text-teal{color:var(--teal-mid)}.text-muted{color:var(--text-muted)}.text-gold{color:var(--gold)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.navbar-wrapper{z-index:100;background:var(--charcoal);position:sticky;top:0}.topbar{background:var(--charcoal-mid);border-bottom:1px solid #ffffff0f;padding:.5rem 0}.topbar-inner{justify-content:flex-end;align-items:center;gap:var(--space-lg);display:flex}.topbar-item{color:#ffffffbf;align-items:center;gap:.4rem;font-size:.8125rem;display:flex}.topbar-item svg{color:var(--teal-light);flex-shrink:0}.topbar-item strong{color:var(--white);font-weight:500}.navbar{padding:.9rem 0}.navbar-inner{justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.navbar-logo{align-items:center;gap:.6rem;text-decoration:none;display:flex}.logo-mark{background:linear-gradient(135deg, var(--teal-mid), var(--teal-deep));border-radius:50%;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.logo-text{flex-direction:column;line-height:1.15;display:flex}.logo-text-main{font-family:var(--font-display);color:var(--white);letter-spacing:.01em;font-size:1.15rem;font-weight:600}.logo-text-sub{color:var(--teal-light);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:400}.navbar-nav{align-items:center;gap:.25rem;display:flex}.nav-link{color:#ffffffbf;border-radius:var(--radius-sm);transition:color var(--trans-base), background var(--trans-base);padding:.5rem .85rem;font-size:.875rem;font-weight:500;text-decoration:none;position:relative}.nav-link:hover,.nav-link.active{color:var(--white);background:#ffffff0f}.nav-link.active:after{content:"";background:var(--teal-light);border-radius:2px;width:18px;height:2px;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.navbar-right{align-items:center;display:flex}.hamburger{cursor:pointer;border-radius:var(--radius-sm);width:36px;height:36px;transition:background var(--trans-base);background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:4px;display:none}.hamburger:hover{background:#ffffff14}.hamburger:focus-visible{outline:2px solid var(--teal-light)}.hamburger span{background:var(--white);width:22px;height:2px;transition:transform var(--trans-base), opacity var(--trans-base);transform-origin:50%;border-radius:2px;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{background:var(--charcoal);padding:var(--space-sm) 0 var(--space-md);box-shadow:var(--shadow-lg);border-top:1px solid #ffffff14;display:none;position:absolute;top:100%;left:0;right:0}.mobile-menu.open{display:block}.mobile-menu .nav-link{border-radius:0;padding:.75rem 1.5rem;display:block}.mobile-menu .nav-link.active:after{display:none}.mobile-book-btn{margin:var(--space-sm) 1.5rem 0;text-align:center;display:block}@media (width<=768px){.topbar-inner{justify-content:center;gap:var(--space-md)}.navbar-nav,.navbar-right .btn{display:none}.hamburger{display:flex}.mobile-menu{display:none}.mobile-menu.open{display:block}}.footer{background:var(--charcoal);color:#ffffffb3;padding:var(--space-2xl) 0 0}.footer-grid{gap:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid #ffffff14;grid-template-columns:1.4fr 1fr 1fr 1.2fr;display:grid}.footer-brand p{margin-top:var(--space-sm);max-width:280px;font-size:.875rem;line-height:1.75}.footer-col h4{font-family:var(--font-display);color:var(--white);margin-bottom:var(--space-md);font-size:1.1rem;font-weight:500}.footer-links{flex-direction:column;gap:.6rem;display:flex}.footer-links a{color:#ffffffa6;transition:color var(--trans-base);font-size:.875rem}.footer-links a:hover{color:var(--teal-light)}.footer-contact-item{align-items:flex-start;gap:.6rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.footer-contact-item svg{color:var(--teal-light);flex-shrink:0;margin-top:3px}.social-row{margin-top:var(--space-sm);gap:.6rem;display:flex}.social-btn{color:#ffffffb3;width:36px;height:36px;transition:background var(--trans-base), border-color var(--trans-base), color var(--trans-base);border:1.5px solid #fff3;border-radius:50%;place-items:center;display:grid}.social-btn:hover{background:var(--teal-mid);border-color:var(--teal-mid);color:var(--white)}.footer-bottom{padding:var(--space-md) 0;color:#fff6;justify-content:center;align-items:center;font-size:.8125rem;display:flex}@media (width<=900px){.footer-grid{gap:var(--space-lg);grid-template-columns:1fr 1fr}}@media (width<=520px){.footer-grid{grid-template-columns:1fr}}.hero{background:var(--off-white);grid-template-columns:1fr 1fr;min-height:100vh;display:grid;position:relative;overflow:hidden}.hero-left{padding:var(--space-3xl) var(--space-xl) var(--space-3xl) 0;z-index:2;flex-direction:column;justify-content:center;padding-left:max(1.5rem,50vw - 600px + 1.5rem);display:flex;position:relative}.hero-tagline-row{margin-bottom:var(--space-lg);align-items:center;gap:.75rem;display:flex}.hero-tagline-line{background:var(--gold);width:32px;height:1.5px}.hero-tagline-text{letter-spacing:.16em;text-transform:uppercase;color:var(--teal-muted);font-size:.75rem;font-weight:600}.hero h1{font-family:var(--font-display);letter-spacing:-.025em;color:var(--charcoal);margin-bottom:var(--space-lg);font-size:clamp(3rem,5.5vw,5.2rem);font-weight:300;line-height:1.05}.hero h1 .hero-word-healing{color:var(--teal-deep);font-weight:600}.hero h1 .hero-word-art{color:var(--teal-muted);padding-left:2rem;font-style:italic;font-weight:300;display:block}.hero-sub{color:var(--text-muted);max-width:420px;margin-bottom:var(--space-xl);font-size:1rem;line-height:1.85}.hero-cta-row{align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.hero-stat-row{gap:var(--space-lg);margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid var(--border);display:flex}.hero-stat{flex-direction:column;display:flex}.hero-stat-num{font-family:var(--font-display);color:var(--teal-deep);font-size:1.8rem;font-weight:500;line-height:1}.hero-stat-label{color:var(--text-muted);letter-spacing:.04em;margin-top:.25rem;font-size:.75rem}.hero-right{background:var(--teal-deep);position:relative;overflow:hidden}.hero-right-bg{position:absolute;inset:0}.hero-right-bg img{object-fit:cover;opacity:.22;mix-blend-mode:luminosity;width:100%;height:100%}.hero-panel-blob{background:var(--off-white);z-index:2;border-radius:0 60% 60% 0/0 40% 40% 0;width:120px;height:70%;position:absolute;top:50%;left:-60px;transform:translateY(-50%)}.hero-img-main{aspect-ratio:3/4;object-fit:cover;z-index:3;border-radius:120px 120px 80px 80px;width:62%;position:absolute;top:10%;left:14%;box-shadow:0 24px 60px #00000059}.hero-img-small{aspect-ratio:1;object-fit:cover;border:5px solid var(--off-white);z-index:4;border-radius:50%;width:38%;position:absolute;bottom:12%;right:8%;box-shadow:0 12px 32px #00000040}.hero-circle-accent{border:1.5px solid var(--gold);opacity:.5;z-index:3;border-radius:50%;width:80px;height:80px;position:absolute;top:8%;right:10%}.hero-credential{background:var(--white);border-radius:var(--radius-pill);z-index:5;align-items:center;gap:.6rem;padding:.6rem 1.1rem .6rem .6rem;display:flex;position:absolute;bottom:28%;left:6%;box-shadow:0 8px 24px #0000002e}.hero-credential-dot{background:var(--teal-deep);width:32px;height:32px;color:var(--white);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.hero-credential-text{color:var(--charcoal);font-size:.75rem;font-weight:600;line-height:1.3}.hero-credential-text span{color:var(--text-muted);font-size:.68rem;font-weight:400;display:block}.hero-wave{z-index:10;pointer-events:none;line-height:0;position:absolute;bottom:-1px;left:0;right:0}@media (width<=1024px){.hero{grid-template-columns:1fr;min-height:auto}.hero-left{padding:var(--space-2xl) 1.5rem;order:2}.hero-right{order:1;min-height:420px}.hero-panel-blob,.hero-wave,.hero-stat-row{display:none}}@media (width<=640px){.hero-right{min-height:320px}.hero h1{font-size:clamp(2.4rem,8vw,3.2rem)}.hero h1 .hero-word-art{padding-left:1rem}.hero-cta-row{flex-direction:column;align-items:flex-start}.hero-img-main{border-radius:80px 80px 60px 60px;width:55%}.hero-img-small{width:32%}.hero-credential{display:none}}.therapies-home{background:var(--off-white)}.section-header{text-align:center;max-width:600px;margin:0 auto var(--space-xl)}.section-header .label-tag{margin-bottom:var(--space-xs);display:block}.section-header p{color:var(--text-muted);margin-top:var(--space-sm);font-size:1rem}.therapies-layout{grid-template-columns:1fr 1fr;gap:2px;display:grid}.therapy-featured{border-radius:var(--radius-lg) 0 0 var(--radius-lg);grid-area:1/1/3;min-height:480px;position:relative;overflow:hidden}.therapy-featured img{object-fit:cover;width:100%;height:100%}.therapy-featured-overlay{padding:var(--space-lg);background:linear-gradient(#0000 0%,#1a4a4a4d 40%,#1a4a4aeb 100%);flex-direction:column;justify-content:flex-end;display:flex;position:absolute;inset:0}.therapy-featured-overlay .display-md{color:var(--white);margin-bottom:.5rem}.therapy-featured-overlay p{color:#fffc;font-size:.9375rem;line-height:1.6}.therapy-featured-overlay .btn{margin-top:var(--space-md);align-self:flex-start}.therapy-grid-right{grid-column:2;grid-template-rows:1fr 1fr;gap:2px;display:grid}.therapy-card-sm{background:var(--white);padding:var(--space-lg);transition:background var(--trans-base);border-radius:0;flex-direction:column;gap:.75rem;display:flex}.therapy-card-sm:first-child{border-radius:0 var(--radius-lg) 0 0}.therapy-card-sm:last-child{border-radius:0 0 var(--radius-lg) 0}.therapy-card-sm:hover{background:var(--aqua-pale)}.therapy-icon{background:var(--aqua-pale);border-radius:var(--radius-md);width:44px;height:44px;color:var(--teal-mid);flex-shrink:0;place-items:center;display:grid}.therapy-card-sm h3{font-family:var(--font-display);color:var(--charcoal);font-size:1.3rem;font-weight:500}.therapy-card-sm p{color:var(--text-muted);flex:1;font-size:.9rem;line-height:1.65}.therapy-card-sm a{color:var(--teal-mid);transition:gap var(--trans-fast), color var(--trans-fast);align-items:center;gap:.35rem;font-size:.8125rem;font-weight:600;display:inline-flex}.therapy-card-sm a:hover{color:var(--teal-deep);gap:.6rem}.therapies-cta{text-align:center;margin-top:var(--space-xl)}.about-section{background:var(--white);overflow:hidden}.about-grid{gap:var(--space-2xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.about-image-wrap{position:relative}.about-img-main{aspect-ratio:3/4;object-fit:cover;border-radius:var(--radius-xl);background:var(--aqua-pale);width:100%}.about-img-accent{background:var(--aqua-pale);z-index:-1;border-radius:40% 60% 50% 50%/50% 40% 60% 50%;width:140px;height:140px;position:absolute;bottom:-24px;right:-24px}.about-badge{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);align-items:center;gap:.6rem;padding:.75rem 1rem;display:flex;position:absolute;top:24px;right:-20px}.about-badge-icon{color:var(--teal-mid)}.about-badge span{color:var(--charcoal);font-size:.8rem;font-weight:500;line-height:1.3}.about-content .label-tag{margin-bottom:var(--space-xs);display:block}.about-content .display-md{color:var(--charcoal);margin-bottom:var(--space-sm)}.about-content p{color:var(--body-text);margin-bottom:var(--space-sm);font-size:.9375rem;line-height:1.8}.about-credentials{margin:var(--space-md) 0;flex-direction:column;gap:.5rem;display:flex}.credential-item{color:var(--body-text);align-items:flex-start;gap:.6rem;font-size:.875rem;display:flex}.credential-dot{background:var(--teal-muted);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.55rem}.gallery-section{background:var(--off-white);overflow:hidden}.gallery-intro{gap:var(--space-xl);margin-bottom:var(--space-xl);grid-template-columns:1fr 1fr;align-items:flex-end;display:grid}.gallery-intro-left .label-tag{margin-bottom:.5rem;display:block}.gallery-intro-left h2{font-family:var(--font-display);color:var(--charcoal);letter-spacing:-.02em;font-size:clamp(2.4rem,4vw,3.8rem);font-weight:300;line-height:1.08}.gallery-intro-left h2 em{color:var(--teal-mid);font-style:italic}.gallery-intro-right{padding-bottom:.5rem}.gallery-intro-right p{color:var(--text-muted);max-width:380px;margin-bottom:var(--space-md);font-size:.9375rem;line-height:1.8}.gallery-mosaic{grid-template-rows:280px 220px;grid-template-columns:2fr 1fr 1fr;gap:8px;display:grid}.gallery-cell{background:var(--border);position:relative;overflow:hidden}.gallery-cell img{object-fit:cover;width:100%;height:100%;transition:transform .55s;display:block}.gallery-cell:hover img{transform:scale(1.06)}.gallery-cell.feature{border-radius:var(--radius-lg) 0 0 var(--radius-lg);grid-area:1/1/3}.gallery-cell.top-mid{border-radius:0;grid-area:1/2}.gallery-cell.top-right{border-radius:0 var(--radius-lg) 0 0;grid-area:1/3}.gallery-cell.bot-mid{border-radius:0;grid-area:2/2}.gallery-cell.bot-right{border-radius:0 0 var(--radius-lg) 0;grid-area:2/3}.gallery-cell-label{letter-spacing:.06em;text-transform:uppercase;color:#ffffffeb;opacity:0;transition:opacity var(--trans-base);background:linear-gradient(#0000 0%,#1a4a4ae0 100%);padding:2rem 1rem .85rem;font-size:.78rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.gallery-cell:hover .gallery-cell-label{opacity:1}.gallery-cell.feature .gallery-cell-label{opacity:1;letter-spacing:.02em;text-transform:none;background:linear-gradient(#0000 40%,#1a4a4abf 100%);padding:2.5rem 1.25rem 1.25rem;font-size:1rem;font-weight:500}.gallery-tags{margin-top:var(--space-md);flex-wrap:wrap;gap:.5rem;display:flex}.gallery-tag{color:var(--teal-deep);border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--white);letter-spacing:.04em;padding:.3rem .85rem;font-size:.72rem;font-weight:500}.workshop-section{background:var(--white);overflow:visible}.workshop-header{gap:var(--space-2xl);margin-bottom:var(--space-xl);grid-template-columns:auto 1fr;align-items:flex-start;display:grid}.workshop-header-left .label-tag{margin-bottom:.5rem;display:block}.workshop-title{font-family:var(--font-display);color:var(--charcoal);letter-spacing:-.025em;white-space:nowrap;font-size:clamp(2.4rem,5vw,4rem);font-weight:300;line-height:1.05}.workshop-title em{color:var(--teal-mid);font-style:italic}.workshop-header-right{max-width:480px;padding-top:.5rem}.workshop-header-right p{color:var(--text-muted);margin-bottom:var(--space-md);font-size:.9375rem;line-height:1.8}.workshop-badge{background:var(--teal-deep);border-radius:var(--radius-md);flex-direction:column;padding:.6rem 1.1rem;display:inline-flex}.workshop-badge-org{color:var(--white);font-size:.85rem;font-weight:600}.workshop-badge-label{color:var(--teal-light);letter-spacing:.08em;text-transform:uppercase;margin-top:.1rem;font-size:.68rem}.workshop-cards{padding:var(--space-lg) 0 var(--space-xl);grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.workshop-card{background:var(--white);border:1px solid var(--border);width:100%;transform:rotate(var(--rotate,0deg));transition:transform var(--trans-base), box-shadow var(--trans-base);border-radius:4px;padding:10px 10px 48px;box-shadow:0 4px 16px #1a4a4a1a,0 1px 3px #00000014}.workshop-card:hover{z-index:2;transform:rotate(0)translateY(-6px)scale(1.02);box-shadow:0 12px 32px #1a4a4a29}.workshop-card-img{aspect-ratio:4/3;background:var(--aqua-pale);border-radius:2px;width:100%;overflow:hidden}.workshop-card-img img{object-fit:cover;width:100%;height:100%;display:block}.workshop-card-caption{text-align:center;font-family:var(--font-display);color:var(--charcoal);padding-top:10px;font-size:.9rem;font-style:italic}.testimonials-section{background:var(--off-white)}.testimonials-inner{text-align:center;max-width:760px;margin:0 auto}.testimonials-inner .label-tag{margin-bottom:var(--space-xs);display:block}.testimonials-inner .display-md{color:var(--charcoal);margin-bottom:var(--space-xl)}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-xl) var(--space-lg);box-shadow:var(--shadow-sm);position:relative}.quote-mark{font-family:var(--font-display);color:var(--aqua-soft);-webkit-user-select:none;user-select:none;font-size:5rem;line-height:.7;position:absolute;top:1.5rem;left:2rem}.stars{margin-bottom:var(--space-md);justify-content:center;gap:.25rem;display:flex}.star{color:var(--gold);font-size:1rem}.testimonial-text{color:var(--body-text);z-index:1;font-size:1rem;line-height:1.8;position:relative}.testimonial-author{margin-top:var(--space-lg);justify-content:center;align-items:center;gap:var(--space-sm);display:flex}.author-avatar{object-fit:cover;background:var(--aqua-pale);border-radius:50%;width:48px;height:48px}.author-info{text-align:left}.author-name{color:var(--charcoal);font-size:.9375rem;font-weight:600}.author-label{color:var(--text-muted);font-size:.8125rem}.testimonial-controls{justify-content:center;align-items:center;gap:var(--space-md);margin-top:var(--space-lg);display:flex}.testimonial-btn{border:1.5px solid var(--border);background:var(--white);width:42px;height:42px;color:var(--teal-mid);transition:background var(--trans-base), border-color var(--trans-base), color var(--trans-base);border-radius:50%;place-items:center;display:grid}.testimonial-btn:hover:not(:disabled){background:var(--teal-deep);border-color:var(--teal-deep);color:var(--white)}.testimonial-btn:disabled{opacity:.35;cursor:default}.testimonial-dots{gap:.4rem;display:flex}.t-dot{background:var(--border);width:6px;height:6px;transition:width var(--trans-base), background var(--trans-base);cursor:pointer;border:none;border-radius:3px}.t-dot.active{background:var(--teal-mid);width:20px}.cta-banner{background:var(--teal-deep);position:relative;overflow:hidden}.cta-banner-shape{z-index:0;width:400px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.cta-banner-shape-inner{background:#ffffff0a;border-radius:40% 60% 50% 50%;width:500px;height:500px;position:absolute;top:-100px;right:-100px}.cta-banner-content{z-index:1;align-items:center;gap:var(--space-lg);padding:var(--space-2xl) 0;grid-template-columns:1fr auto;display:grid;position:relative}.cta-banner-image{opacity:.18;width:35%;position:absolute;top:0;bottom:0;right:0;overflow:hidden}.cta-banner-image img{object-fit:cover;width:100%;height:100%}.cta-banner-text .label-tag{color:var(--teal-light);margin-bottom:var(--space-sm);display:block}.cta-banner-text .display-md{color:var(--white);margin-bottom:var(--space-sm)}.cta-banner-text p{color:#ffffffbf;max-width:500px;font-size:.9375rem}.contact-section{background:var(--white)}.contact-grid{gap:var(--space-2xl);grid-template-columns:1fr 1.1fr;align-items:flex-start;display:grid}.contact-info .label-tag{margin-bottom:var(--space-xs);display:block}.contact-info .display-md{color:var(--charcoal);margin-bottom:var(--space-sm)}.contact-info>p{color:var(--text-muted);margin-bottom:var(--space-lg);font-size:.9375rem}.contact-detail{margin-bottom:var(--space-md);align-items:flex-start;gap:.9rem;display:flex}.contact-icon-wrap{border-radius:var(--radius-md);background:var(--aqua-pale);width:40px;height:40px;color:var(--teal-mid);flex-shrink:0;place-items:center;display:grid}.contact-detail-content label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.2rem;font-size:.75rem;font-weight:600;display:block}.contact-detail-content p,.contact-detail-content a{color:var(--charcoal);font-size:.9375rem;font-weight:400;line-height:1.5}.contact-detail-content a:hover{color:var(--teal-mid)}.contact-social{margin-top:var(--space-lg);gap:.6rem;display:flex}.contact-social-btn{border-radius:var(--radius-sm);transition:opacity var(--trans-base), transform var(--trans-fast);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-size:.8125rem;font-weight:500;display:flex}.contact-social-btn:hover{opacity:.88;transform:translateY(-1px)}.contact-social-btn.instagram{color:var(--white);background:#e1306c}.contact-social-btn.whatsapp{color:var(--white);background:#25d366}.appointment-form{background:var(--off-white);border-radius:var(--radius-xl);padding:var(--space-xl)}.appointment-form h3{font-family:var(--font-display);color:var(--charcoal);margin-bottom:var(--space-lg);font-size:1.6rem;font-weight:500}.form-row{gap:var(--space-sm);grid-template-columns:1fr 1fr;display:grid}.form-group{margin-bottom:var(--space-sm);flex-direction:column;gap:.35rem;display:flex}.form-group label{color:var(--charcoal);font-size:.8125rem;font-weight:500}.form-group input,.form-group textarea{font-family:var(--font-body);color:var(--charcoal);background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-md);transition:border-color var(--trans-base), box-shadow var(--trans-base);width:100%;padding:.75rem 1rem;font-size:.9375rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--teal-muted);outline:none;box-shadow:0 0 0 3px #3d8a8a1f}.form-group input.error,.form-group textarea.error{border-color:#d94f4f;box-shadow:0 0 0 3px #d94f4f1a}.form-group textarea{resize:vertical;min-height:120px}.form-error{color:#d94f4f;font-size:.8rem;font-weight:500}.form-success{text-align:center;padding:var(--space-xl)}.form-success-icon{background:var(--aqua-pale);width:64px;height:64px;margin:0 auto var(--space-md);color:var(--teal-mid);border-radius:50%;place-items:center;display:grid}.form-success h4{font-family:var(--font-display);color:var(--charcoal);margin-bottom:.5rem;font-size:1.5rem}.form-success p{color:var(--text-muted);font-size:.9375rem}.form-submit-btn{width:100%;margin-top:var(--space-sm);padding:.875rem}@media (width<=1024px){.therapies-layout{grid-template-columns:1fr}.therapy-featured{border-radius:var(--radius-lg) var(--radius-lg) 0 0;grid-area:1/1;min-height:340px}.therapy-grid-right{grid-column:1;grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:2px}.therapy-card-sm:first-child{border-radius:0 0 0 var(--radius-lg)}.therapy-card-sm:last-child{border-radius:0 0 var(--radius-lg) 0}.about-grid{gap:var(--space-xl);grid-template-columns:1fr}.about-image-wrap{max-width:420px;margin:0 auto}.about-img-accent,.about-badge{display:none}.gallery-intro{gap:var(--space-md);grid-template-columns:1fr}.gallery-intro-right p{max-width:none}.gallery-mosaic{grid-template-rows:240px 200px 200px;grid-template-columns:1fr 1fr}.gallery-cell.feature{border-radius:var(--radius-lg) var(--radius-lg) 0 0;grid-area:1/1/auto/3}.gallery-cell.top-mid{border-radius:0;grid-area:2/1}.gallery-cell.top-right{border-radius:0;grid-area:2/2}.gallery-cell.bot-mid{border-radius:0 0 0 var(--radius-lg);grid-area:3/1}.gallery-cell.bot-right{border-radius:0 0 var(--radius-lg) 0;grid-area:3/2}.cta-banner-content{text-align:center;grid-template-columns:1fr}.cta-banner-content .btn{margin:0 auto}.cta-banner-image{display:none}.contact-grid{grid-template-columns:1fr}.workshop-header{gap:var(--space-md);grid-template-columns:1fr}.workshop-title{white-space:normal}.workshop-cards{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (width<=768px){.gallery-mosaic{grid-template-rows:200px 160px 160px;grid-template-columns:1fr 1fr}.therapy-grid-right{grid-template-columns:1fr}.therapy-card-sm:first-child{border-radius:0}.therapy-card-sm:last-child{border-radius:0 0 var(--radius-lg) var(--radius-lg)}.form-row{grid-template-columns:1fr}.hero-cta-row{flex-direction:column;align-items:flex-start}.workshop-cards{grid-template-columns:repeat(2,1fr);gap:1rem}.workshop-card{padding:8px 8px 40px}}@media (width<=480px){.gallery-mosaic{grid-template-rows:240px 160px 160px 160px 160px;grid-template-columns:1fr}.gallery-cell.feature{border-radius:var(--radius-lg) var(--radius-lg) 0 0;grid-area:1/1}.gallery-cell.top-mid{border-radius:0;grid-area:2/1}.gallery-cell.top-right{border-radius:0;grid-area:3/1}.gallery-cell.bot-mid{border-radius:0;grid-area:4/1}.gallery-cell.bot-right{border-radius:0 0 var(--radius-lg) var(--radius-lg);grid-area:5/1}.appointment-form{padding:var(--space-lg) var(--space-md)}.contact-social{flex-direction:column}.workshop-cards{grid-template-columns:repeat(2,1fr);gap:.75rem}}.therapies-equal-grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}.therapy-equal-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);transition:box-shadow var(--trans-base), transform var(--trans-base);overflow:hidden}.therapy-equal-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.therapy-equal-img{aspect-ratio:16/10;background:var(--aqua-pale);width:100%;overflow:hidden}.therapy-equal-img img{object-fit:cover;width:100%;height:100%;transition:transform var(--trans-slow)}.therapy-equal-card:hover .therapy-equal-img img{transform:scale(1.04)}.therapy-equal-body{padding:var(--space-lg);flex-direction:column;gap:.75rem;display:flex}.therapy-equal-body h3{font-family:var(--font-display);color:var(--charcoal);font-size:1.3rem;font-weight:500}.therapy-equal-body p{color:var(--text-muted);font-size:.9rem;line-height:1.65}.therapy-equal-body a{color:var(--teal-mid);transition:gap var(--trans-fast), color var(--trans-fast);align-items:center;gap:.35rem;font-size:.8125rem;font-weight:600;display:inline-flex}.therapy-equal-body a:hover{color:var(--teal-deep);gap:.6rem}@media (width<=768px){.therapies-equal-grid{grid-template-columns:1fr}}@media (width<=480px){.therapies-equal-grid{grid-template-columns:1fr}}.therapies-hero{background:var(--off-white);padding:var(--space-3xl) 0 0;border-bottom:1px solid var(--border);position:relative;overflow:hidden}.therapies-hero-inner{align-items:flex-end;gap:var(--space-2xl);grid-template-columns:1fr 340px;display:grid}.therapies-hero-text{padding-bottom:var(--space-xl)}.therapies-hero-kicker{margin-bottom:var(--space-md);align-items:center;gap:.75rem;display:inline-flex}.therapies-hero-kicker-bar{background:var(--teal-muted);width:36px;height:2px}.therapies-hero-kicker span{letter-spacing:.15em;text-transform:uppercase;color:var(--teal-muted);font-size:.72rem;font-weight:600}.therapies-hero-heading{font-family:var(--font-display);color:var(--charcoal);letter-spacing:-.04em;margin-bottom:var(--space-lg);font-size:clamp(4rem,10vw,9rem);font-weight:300;line-height:.9}.therapies-hero-heading-accent{display:inline-block;position:relative}.therapies-hero-heading-accent:after{content:"";background:var(--teal-light);border-radius:2px;width:100%;height:.06em;position:absolute;bottom:.06em;left:0}.therapies-hero-sub{color:var(--text-muted);max-width:480px;margin-bottom:var(--space-lg);font-size:.9375rem;line-height:1.8}.therapies-hero-services{flex-wrap:wrap;gap:.5rem;display:flex}.therapies-hero-service-pill{color:var(--teal-deep);border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--white);letter-spacing:.03em;padding:.3rem .85rem;font-size:.75rem;font-weight:500}.therapies-hero-image{align-self:stretch;min-height:360px;position:relative}.therapies-hero-image img{object-fit:cover;border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;height:100%;display:block}.therapies-hero-image-tag{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);color:var(--charcoal);white-space:nowrap;padding:.6rem 1rem;font-size:.78rem;font-weight:600;position:absolute;top:1.25rem;left:-1.5rem}.therapies-hero-image-tag span{color:var(--teal-muted);margin-top:.1rem;font-size:.68rem;font-weight:400;display:block}.therapies-intro{background:var(--white);padding:var(--space-xl) 0;text-align:center}.therapies-intro p{max-width:680px;color:var(--body-text);margin:0 auto;font-size:1rem;line-height:1.85}.therapies-intro em{color:var(--teal-mid);font-style:normal;font-weight:500}.therapy-block{padding:var(--space-2xl) 0;background:var(--white)}.therapy-block:nth-child(2n){background:var(--off-white)}.therapy-block-inner{gap:var(--space-2xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.therapy-block-inner.reversed{direction:rtl}.therapy-block-inner.reversed>*{direction:ltr}.therapy-block-image{border-radius:var(--radius-xl);aspect-ratio:4/3;background:var(--aqua-pale);position:relative;overflow:hidden}.therapy-block-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.therapy-block:hover .therapy-block-image img{transform:scale(1.03)}.therapy-block-image:before{content:"";border-radius:var(--radius-xl);z-index:1;border:1.5px solid #3d8a8a26;position:absolute;inset:0}.therapy-block-label{letter-spacing:.12em;text-transform:uppercase;color:var(--teal-muted);margin-bottom:var(--space-xs);font-size:.75rem;font-weight:600;display:block}.therapy-block-content h2{font-family:var(--font-display);color:var(--charcoal);margin-bottom:var(--space-sm);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:500;line-height:1.15}.therapy-block-content p{color:var(--body-text);margin-bottom:var(--space-lg);max-width:520px;font-size:.9375rem;line-height:1.85}.how-to-book{background:var(--teal-deep);padding:var(--space-2xl) 0}.how-to-book-header{text-align:center;margin-bottom:var(--space-xl)}.how-to-book-header h2{font-family:var(--font-display);color:var(--white);font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:400}.how-to-book-header p{color:#ffffffa6;margin-top:.5rem}.htb-divider{background:var(--teal-light);width:48px;height:2px;margin:var(--space-sm) auto 0}.how-to-book-steps{gap:var(--space-md);grid-template-columns:repeat(4,1fr);display:grid}.htb-step{border-radius:var(--radius-lg);padding:var(--space-lg);text-align:center;background:#ffffff0f;border:1px solid #ffffff1a}.htb-step-num{font-family:var(--font-display);color:#6db8b84d;margin-bottom:var(--space-sm);font-size:3.5rem;font-weight:300;line-height:1}.htb-step h4{color:var(--white);margin-bottom:.4rem;font-size:.9375rem;font-weight:500}.htb-step p{color:#fff9;font-size:.8375rem;line-height:1.6}@media (width<=1024px){.how-to-book-steps{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.therapies-hero-inner{grid-template-columns:1fr}.therapies-hero-image{border-radius:var(--radius-xl) var(--radius-xl) 0 0;min-height:240px;overflow:hidden}.therapies-hero-image img{border-radius:0}.therapies-hero-image-tag{display:none}.therapies-hero-heading{font-size:clamp(3.5rem,12vw,5.5rem)}}@media (width<=768px){.therapy-block-inner{gap:var(--space-lg);grid-template-columns:1fr}.therapy-block-inner.reversed{direction:ltr}.therapy-block-content p{max-width:none}.how-to-book-steps{grid-template-columns:1fr 1fr}}@media (width<=480px){.therapies-hero{padding-top:var(--space-2xl)}.therapies-hero-heading{font-size:clamp(3rem,14vw,4rem)}.how-to-book-steps{grid-template-columns:1fr}}.blog-intro{background:var(--white);padding:var(--space-xl) 0;text-align:center;border-bottom:1px solid var(--border)}.blog-intro p{max-width:600px;color:var(--text-muted);margin:0 auto;font-size:.9375rem;line-height:1.75}.blog-list-section{background:var(--white);padding:var(--space-2xl) 0}.blog-grid{gap:var(--space-xl);display:grid}.blog-card{gap:var(--space-lg);padding-bottom:var(--space-xl);border-bottom:1px solid var(--border);grid-template-columns:280px 1fr;align-items:flex-start;display:grid}.blog-card:last-child{border-bottom:none;padding-bottom:0}.blog-card-image{border-radius:var(--radius-lg);aspect-ratio:4/3;background:var(--aqua-pale);flex-shrink:0;overflow:hidden}.blog-card-image img{object-fit:cover;width:100%;height:100%;transition:transform var(--trans-slow)}.blog-card:hover .blog-card-image img{transform:scale(1.04)}.blog-card-body{padding-top:.25rem}.blog-category{letter-spacing:.12em;text-transform:uppercase;color:var(--teal-muted);background:var(--aqua-pale);border-radius:var(--radius-pill);margin-bottom:.75rem;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.blog-card-title{font-family:var(--font-display);color:var(--charcoal);transition:color var(--trans-base);margin-bottom:.4rem;font-size:clamp(1.25rem,2vw,1.7rem);font-weight:500;line-height:1.25}.blog-card:hover .blog-card-title{color:var(--teal-mid)}.blog-date{color:var(--text-muted);margin-bottom:var(--space-sm);font-size:.8125rem}.blog-excerpt{color:var(--body-text);margin-bottom:var(--space-md);-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:.9375rem;line-height:1.75;display:-webkit-box;overflow:hidden}.read-more-link{color:var(--teal-mid);border:1.5px solid var(--border);border-radius:var(--radius-sm);transition:background var(--trans-base), color var(--trans-base), border-color var(--trans-base), gap var(--trans-fast);align-items:center;gap:.4rem;padding:.5rem 1.1rem;font-size:.875rem;font-weight:600;display:inline-flex}.read-more-link:hover{background:var(--teal-deep);color:var(--white);border-color:var(--teal-deep);gap:.65rem}.blog-empty{text-align:center;padding:var(--space-3xl) var(--space-lg);color:var(--text-muted)}.blog-empty svg{color:var(--aqua-soft);margin:0 auto var(--space-md)}.blog-empty h3{font-family:var(--font-display);color:var(--charcoal);margin-bottom:.5rem;font-size:1.5rem}.blog-detail-hero{background:var(--charcoal);align-items:flex-end;min-height:420px;display:flex;position:relative}.blog-detail-hero-bg{position:absolute;inset:0}.blog-detail-hero-bg img{object-fit:cover;opacity:.3;width:100%;height:100%}.blog-detail-hero-content{z-index:1;padding-bottom:var(--space-2xl);padding-top:var(--space-xl);position:relative}.blog-detail-hero .blog-category{margin-bottom:var(--space-sm)}.blog-detail-hero h1{font-family:var(--font-display);color:var(--white);margin-bottom:var(--space-sm);max-width:800px;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:400;line-height:1.15}.blog-detail-hero .blog-date{color:#ffffff8c;font-size:.875rem}.blog-detail-body{background:var(--white);padding:var(--space-2xl) 0}.blog-detail-grid{gap:var(--space-2xl);grid-template-columns:1fr 300px;align-items:flex-start;display:grid}.blog-article{color:var(--body-text);max-width:680px;font-size:1rem;line-height:1.9}.blog-article p{margin-bottom:var(--space-md)}.blog-article h2{font-family:var(--font-display);color:var(--charcoal);margin:var(--space-lg) 0 var(--space-sm);font-size:1.8rem;font-weight:500}.blog-article h3{font-family:var(--font-display);color:var(--charcoal);margin:var(--space-md) 0 .5rem;font-size:1.4rem;font-weight:500}.blog-back-btn{color:var(--teal-mid);margin-bottom:var(--space-lg);transition:gap var(--trans-fast), color var(--trans-base);align-items:center;gap:.4rem;font-size:.875rem;font-weight:500;display:inline-flex}.blog-back-btn:hover{color:var(--teal-deep);gap:.65rem}.blog-sidebar{position:sticky;top:100px}.blog-sidebar h4{font-family:var(--font-display);color:var(--charcoal);margin-bottom:var(--space-md);border-bottom:2px solid var(--aqua-soft);padding-bottom:.5rem;font-size:1.2rem;font-weight:500}.related-post{margin-bottom:var(--space-md);align-items:flex-start;gap:.75rem;display:flex}.related-post-img{border-radius:var(--radius-sm);object-fit:cover;background:var(--aqua-pale);flex-shrink:0;width:64px;height:64px}.related-post-title{color:var(--charcoal);-webkit-line-clamp:2;transition:color var(--trans-base);-webkit-box-orient:vertical;font-size:.875rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.related-post:hover .related-post-title{color:var(--teal-mid)}.related-post-date{color:var(--text-muted);margin-top:.25rem;font-size:.75rem}@media (width<=900px){.blog-detail-grid{grid-template-columns:1fr}.blog-sidebar{position:static}}@media (width<=768px){.blog-card{gap:var(--space-md);grid-template-columns:1fr}.blog-card-image{aspect-ratio:16/9}}.blog-hero{background:var(--off-white);padding:var(--space-3xl) 0 0;border-bottom:1px solid var(--border);position:relative;overflow:hidden}.blog-hero-inner{align-items:flex-end;gap:var(--space-2xl);grid-template-columns:1fr 340px;display:grid}.blog-hero-text{padding-bottom:var(--space-xl)}.blog-hero-kicker{margin-bottom:var(--space-md);align-items:center;gap:.75rem;display:inline-flex}.blog-hero-kicker-bar{background:var(--teal-muted);width:36px;height:2px}.blog-hero-kicker span{letter-spacing:.15em;text-transform:uppercase;color:var(--teal-muted);font-size:.72rem;font-weight:600}.blog-hero-heading{font-family:var(--font-display);color:var(--charcoal);letter-spacing:-.04em;margin-bottom:var(--space-lg);font-size:clamp(4rem,10vw,9rem);font-weight:300;line-height:.9;position:relative}.blog-hero-heading-accent{display:inline-block;position:relative}.blog-hero-heading-accent:after{content:"";background:var(--teal-light);border-radius:2px;width:100%;height:.06em;position:absolute;bottom:.06em;left:0}.blog-hero-sub{color:var(--text-muted);max-width:480px;margin-bottom:var(--space-lg);font-size:.9375rem;line-height:1.8}.blog-hero-count{background:var(--teal-deep);color:var(--white);border-radius:var(--radius-pill);align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.blog-hero-count-dot{background:var(--gold);border-radius:50%;width:6px;height:6px}.blog-hero-image{align-self:stretch;min-height:360px;position:relative}.blog-hero-image img{object-fit:cover;border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;height:100%;display:block}.blog-hero-image-tag{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);color:var(--charcoal);white-space:nowrap;padding:.6rem 1rem;font-size:.78rem;font-weight:600;position:absolute;top:1.25rem;left:-1.5rem}.blog-hero-image-tag span{color:var(--teal-muted);margin-top:.1rem;font-size:.68rem;font-weight:400;display:block}@media (width<=900px){.blog-hero-inner{grid-template-columns:1fr}.blog-hero-image{border-radius:var(--radius-xl) var(--radius-xl) 0 0;min-height:240px;overflow:hidden}.blog-hero-image img{border-radius:0}.blog-hero-image-tag{display:none}.blog-hero-heading{font-size:clamp(3.5rem,12vw,5.5rem)}}@media (width<=480px){.blog-hero{padding-top:var(--space-2xl)}.blog-hero-heading{font-size:clamp(3rem,14vw,4rem)}}
