:root{--beige:#f5ede4;--beige-dark:#edd9c8;--pink:#c8857a;--pink-light:#e8b5a8;--pink-pale:#f2d8d2;--green:#7a9e7e;--green-light:#a8c5a0;--green-pale:#d6e8d4;--brown:#6b4f3a;--brown-light:#8b6e56;--text-dark:#3d2b1f;--text-mid:#6b5244;--text-light:#9e8070;--white:#faf8f5;--hero-bg:#f7f0eb;--f-head:"Alef", system-ui, sans-serif;--f-body:"Alef", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--f-body);color:var(--text-dark);direction:rtl;background-color:#faf8f5;overflow-x:hidden}nav{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff7;border-bottom:1px solid #c8857a1f;justify-content:space-between;align-items:center;width:100%;padding:2rem 2.5rem;display:flex;position:fixed;top:0}nav .logo{align-items:center;gap:.6rem;display:flex}nav .logo span{color:var(--pink);letter-spacing:.05em;font-size:.75rem;font-weight:400;display:block}nav ul{gap:2rem;list-style:none;display:flex}nav ul a{color:var(--text-mid);font-size:.9rem;font-weight:400;text-decoration:none;transition:color .2s}nav ul a:hover{color:var(--pink)}.nav-cta{background:var(--pink);border-radius:50px;padding:.5rem 1.3rem;color:#fff!important;font-size:.85rem!important;transition:background .2s!important}.nav-cta:hover{background:var(--brown-light)!important}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:.35rem;display:none}.nav-toggle span{background:var(--text-dark);border-radius:2px;width:26px;height:2px;transition:transform .25s,opacity .25s;display:block}.hero{background-color:var(--hero-bg);flex-direction:column;align-items:center;padding-top:0;display:flex;overflow:visible}.hero-text-block{text-align:center;max-width:700px;padding:4rem 2rem 2.5rem;animation:.9s both fadeInDown}.hero-headline{font-family:var(--f-head);color:var(--text-dark);margin-bottom:1.3rem;font-size:clamp(2rem,4.2vw,3.2rem);font-weight:400;line-height:1.38}.hero-headline .accent{color:var(--pink)}.hero-sub{color:var(--text-mid);max-width:540px;margin-bottom:2.4rem;margin-left:auto;margin-right:auto;font-size:1.07rem;line-height:1.85;animation:.9s .15s both fadeInDown}.hero-cta-group{flex-wrap:wrap;justify-content:center;gap:1rem;animation:.9s .25s both fadeInDown;display:flex}.btn-primary{background:var(--pink);color:#fff;font-family:var(--f-head);cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.95rem 2.1rem;font-size:1rem;font-weight:400;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 22px #c8857a59}.btn-primary:hover{background:var(--brown-light);transform:translateY(-2px);box-shadow:0 6px 28px #c8857a73}.btn-secondary{color:var(--text-mid);font-family:var(--f-head);cursor:pointer;background:0 0;border:1.5px solid #6b524440;border-radius:50px;padding:.95rem 1.9rem;font-size:.95rem;font-weight:400;text-decoration:none;transition:all .3s}.btn-secondary:hover{border-color:var(--pink-light);color:var(--pink);background:#f8f8f8}section{padding:5rem 2rem;position:relative}.container{width:100%;max-width:1100px;margin:0 auto}.section-label{color:var(--green);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.8rem;font-weight:400;display:inline-flex}.section-title{font-family:var(--f-head);color:var(--text-dark);margin-bottom:1rem;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:400;line-height:1.4}.section-desc{color:var(--text-mid);max-width:600px;font-size:1.05rem;line-height:1.8}.sec-head-center{text-align:center}.sec-head-center .section-label,.sec-head-center .section-title{justify-content:center}.pain-section{background:#fff}.pain-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.pain-card{background:#fafafa;border:1px solid #c8857a21;border-radius:20px;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 2px 12px #6b4f3a12}.pain-card:before{content:"";opacity:.55;background:#f8f8f8;border-radius:0 20px 0 70px;width:70px;height:70px;position:absolute;top:0;right:0}.pain-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #6b4f3a1a}.pain-icon{margin-bottom:.9rem;font-size:1.9rem;display:block}.pain-card h3{font-family:var(--f-head);color:var(--text-dark);margin-bottom:.5rem;font-size:1.1rem;font-weight:400}.pain-card p{color:var(--text-mid);font-size:.9rem;line-height:1.7}.services-section{background:#fff}.services-header{grid-template-columns:1fr 1fr;align-items:end;gap:3rem;margin-bottom:3rem;display:grid}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.service-card{background:#fff;border:1px solid #7a9e7e2e;border-radius:24px;padding:2.5rem 2rem;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden}.service-card:hover{transform:translateY(-6px);box-shadow:0 16px 50px #7a9e7e33}.service-num{margin-bottom:1rem;font-size:2.4rem;line-height:1}.service-card h3{font-family:var(--f-head);color:var(--text-dark);margin-bottom:.75rem;font-size:1.2rem;font-weight:400;line-height:1.4}.service-card p{color:var(--text-mid);font-size:.9rem;line-height:1.75}.service-tag{color:var(--green);background:#f8f8f8;border-radius:50px;margin-top:1.2rem;padding:.3rem .8rem;font-size:.75rem;font-weight:400;display:inline-block}.sub-cards{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.sub-card{box-shadow:none;text-align:center;transition:transform .35s var(--ease,ease);background:0 0;border:none;padding:1.5rem 1.25rem}.sub-card:hover{transform:translateY(-4px)}.sub-card-icon{border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.1rem;display:flex}.sub-card-icon svg{width:30px;height:30px}.sub-card:first-child .sub-card-icon{background:var(--pink-pale);color:var(--pink)}.sub-card:nth-child(2) .sub-card-icon{background:var(--green-pale);color:var(--green)}.sub-card:nth-child(3) .sub-card-icon{color:var(--brown-light);background:#8b6e5624}.sub-card h3{font-family:var(--f-head);color:var(--text-dark);text-align:center;margin-bottom:.75rem;font-size:1.1rem;font-weight:400;line-height:1.45}.sub-card p{color:var(--text-mid);text-align:start;font-size:.9rem;line-height:1.8}@media (max-width:900px){.sub-cards{grid-template-columns:1fr;gap:.5rem}}.about-section{background:#fff}.about-grid{grid-template-columns:380px 1fr;align-items:start;gap:4rem;display:grid}.about-visual{position:relative}.about-card-main{background:#f8f8f8;border:1px solid #c8857a2e;border-radius:28px;padding:3rem 2.5rem;position:relative;overflow:hidden}.about-card-main:after{content:"✦";color:var(--pink-pale);font-size:3rem;position:absolute;bottom:1.5rem;left:1.5rem}.about-name{font-family:var(--f-head);color:var(--text-dark);margin-bottom:.25rem;font-size:1.6rem;font-weight:400}.about-title-label{color:var(--pink);margin-bottom:1.5rem;font-size:.9rem;font-weight:400}.about-quote{color:var(--text-mid);border-right:3px solid var(--pink-light);padding-right:1rem;font-size:.95rem;font-style:italic;line-height:1.8}.about-content h2{margin-bottom:1.25rem}.about-content p{color:var(--text-mid);margin-bottom:1rem;font-size:1rem;line-height:1.85}.highlights{flex-direction:column;gap:.75rem;margin-top:2rem;display:flex}.highlight-item{background:#f8f8f8;border:1px solid #c8857a1f;border-radius:14px;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;display:flex}.highlight-icon{background:#f8f8f8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;display:flex}.highlight-item p{color:var(--text-mid);margin:0;font-size:.9rem}.process-section{background:#fff;overflow:hidden}.process-steps{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:3rem;display:grid;position:relative}.process-steps:before{content:"";z-index:0;background:linear-gradient(90deg,#e0e0e0,#c8c8c8);width:75%;height:2px;position:absolute;top:28px;right:12.5%}.process-step{text-align:center;z-index:1;position:relative}.step-circle{border:2px solid var(--pink-light);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;font-size:1.2rem;display:flex;box-shadow:0 4px 16px #c8857a26}.step-circle.green{border-color:var(--green-light)}.process-step h4{font-family:var(--f-head);color:var(--text-dark);margin-bottom:.5rem;font-size:1rem;font-weight:400}.process-step p{color:var(--text-light);font-size:.82rem;line-height:1.6}.contact-section{padding:5rem 2rem;position:relative;overflow:hidden}.section-spacer{background:#fff;height:3rem}.contact-info h2{margin-bottom:1rem}.contact-info p{color:var(--text-mid);margin-bottom:2rem;font-size:1rem;line-height:1.8}.contact-details{flex-direction:column;gap:1rem;display:flex}.contact-row{background:#fff;border:1px solid #c8857a21;border-radius:16px;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.contact-row-icon{text-align:center;width:36px;font-size:1.2rem}.contact-row-text strong{color:var(--text-light);margin-bottom:.1rem;font-size:.8rem;display:block}.contact-row-text span{color:var(--text-dark);font-size:1rem;font-weight:400}.contact-form-card{background:#fff;border-radius:28px;padding:2.5rem;box-shadow:0 8px 40px #6b4f3a1f}.contact-form-card h3{font-family:var(--f-head);color:var(--text-dark);margin-bottom:1.5rem;font-size:1.3rem;font-weight:400}.form-field{margin-bottom:1.1rem}.form-field label{color:var(--text-mid);margin-bottom:.4rem;font-size:.82rem;font-weight:400;display:block}.form-field input,.form-field textarea{width:100%;font-family:var(--f-body);color:var(--text-dark);direction:rtl;background:#f8f8f8;border:1.5px solid #6b4f3a47;border-radius:12px;outline:none;padding:.8rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-field input:focus,.form-field textarea:focus{border-color:var(--pink);box-shadow:0 0 0 3px #c8857a2e}.form-field textarea{resize:vertical;min-height:90px}.form-submit{background:var(--pink);color:#fff;width:100%;font-family:var(--f-body);cursor:pointer;border:none;border-radius:50px;padding:1rem;font-size:1rem;font-weight:400;transition:all .3s;box-shadow:0 4px 20px #c8857a4d}.form-submit:hover{background:var(--brown-light);transform:translateY(-1px)}footer{background:linear-gradient(135deg, var(--beige-dark) 0%, var(--pink-pale) 100%);color:var(--text-mid);text-align:center;padding:2rem;font-size:.85rem}footer strong{color:var(--pink)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:900px){nav{flex-wrap:wrap;padding:1.25rem 1.5rem}.nav-toggle{display:flex}nav ul{flex-direction:column;align-items:flex-start;gap:1.1rem;width:100%;padding-top:1.5rem;display:none}nav.nav--open ul{display:flex}nav.nav--open .nav-toggle span:first-child{transform:translateY(7px)rotate(45deg)}nav.nav--open .nav-toggle span:nth-child(2){opacity:0}nav.nav--open .nav-toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-dropdown-menu{min-width:0;box-shadow:none;background:0 0;border:none;padding:.4rem 0 0;display:block;position:static}.nav-dropdown-menu li a{padding:.4rem .9rem}.hero-img-band img{object-fit:contain;max-height:none}.services-header{grid-template-columns:1fr;gap:1rem}.services-grid{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr;gap:2rem}.about-visual{display:none}.process-steps{grid-template-columns:repeat(2,1fr)}.process-steps:before{display:none}.contact-inner{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:600px){section{padding:4rem 1.25rem}.pain-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr 1fr}}a.phone-link{color:var(--text-dark);font-size:1.1rem;font-weight:400;text-decoration:none}a.phone-link:hover{color:var(--pink)}.footer-logo-wrap{justify-content:center;margin-bottom:1rem;display:flex}.footer-logo-img{opacity:.85;width:min(500px,70%)}.req{color:var(--pink);font-size:.8rem}.opt{color:var(--text-light);margin-right:.3rem;font-size:.75rem;font-weight:400}.hero-parallax-wrap{width:100%;height:100%;position:absolute;top:0;left:0}.hero-parallax-img{object-fit:cover;object-position:center center;will-change:transform;width:100%;height:140%;display:block;position:absolute;top:0;left:0}.art-therapy-section{background:linear-gradient(160deg, var(--beige) 0%, var(--green-pale) 100%)}.art-therapy-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.art-therapy-body p{color:var(--text-mid);margin-bottom:1.2rem;font-size:1rem;line-height:1.9}.art-therapy-highlights{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;display:grid}.at-item{background:#f8f8f8;border:1px solid #c8857a1f;border-radius:16px;align-items:flex-start;gap:.75rem;padding:1.1rem 1.2rem;display:flex}.at-icon{flex-shrink:0;margin-top:.1rem;font-size:1.4rem}.at-item strong{font-family:var(--f-head);color:var(--text-dark);margin-bottom:.25rem;font-size:.95rem;font-weight:400;display:block}.at-item p{color:var(--text-mid);font-size:.85rem;line-height:1.6;margin:0!important}@media (max-width:900px){.art-therapy-highlights{grid-template-columns:1fr}}.about-belief{background:#f8f8f8;border:1px solid #c8857a2e;border-radius:18px;margin:1.8rem 0 1.2rem;padding:1.5rem 1.75rem}.about-belief h3{font-family:var(--f-head);color:var(--pink);margin-bottom:.75rem;font-size:1rem;font-weight:400}.about-belief p{color:var(--text-mid);margin-bottom:.75rem;font-size:.95rem;line-height:1.85}.about-belief p:last-child{margin-bottom:0}.about-belief-quote{color:var(--pink);border-right:3px solid var(--pink-light);padding-right:1rem;font-size:1.05rem;font-style:italic;line-height:1.85;margin-bottom:1.2rem!important}.at-divider{background:#c8857a26;height:1px;margin:2.5rem 0}.at-extended p{color:var(--text-mid);margin-bottom:1rem;font-size:.97rem;line-height:1.85}.at-sub-title{font-family:var(--f-head);color:var(--text-dark);margin-bottom:1rem;font-size:1.3rem;font-weight:400}.at-sub-h4{font-family:var(--f-head);color:var(--pink);margin:1.5rem 0 .6rem;font-size:1.05rem;font-weight:400}.at-list{flex-direction:column;gap:.5rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.at-list li{color:var(--text-mid);padding-right:1.1rem;font-size:.93rem;line-height:1.7;position:relative}.at-list li:before{content:"◆";color:var(--pink-light);font-size:.55rem;position:absolute;top:.45rem;right:0}.contact-action-btns{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.cta-btn{font-family:var(--f-head);border-radius:50px;align-items:center;gap:.6rem;padding:.8rem 1.5rem;font-size:.95rem;font-weight:400;text-decoration:none;transition:all .3s;display:inline-flex}.cta-whatsapp{color:#fff;background:#25d366;box-shadow:0 4px 16px #25d3664d}.cta-whatsapp:hover{background:#1ebe5d;transform:translateY(-2px)}.cta-call{background:var(--pink);color:#fff;box-shadow:0 4px 16px #c8857a4d}.cta-call:hover{background:var(--brown-light);transform:translateY(-2px)}.about-photo-caption{color:#fff;font-family:var(--f-head);text-align:center;background:linear-gradient(#0000,#3d2b1fb8);padding:2rem 1.25rem 1.1rem;font-size:1.1rem;font-weight:400;position:absolute;bottom:0;left:0;right:0}.about-photo-caption span{opacity:.85;letter-spacing:.04em;margin-top:.15rem;font-size:.8rem;font-weight:400;display:block}.about-block{margin-bottom:1.4rem}.about-block-title{font-family:var(--f-head);color:var(--pink);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem;font-size:.85rem;font-weight:400}.about-block p{color:var(--text-mid);margin:0;font-size:.97rem;line-height:1.85}.at-intro-card{border-right:4px solid var(--pink-light);background:#f8f8f8;border-radius:16px;margin-bottom:1.75rem;padding:1.25rem 1.5rem}.at-intro-card p{color:var(--text-mid);margin:0;font-size:.97rem;line-height:1.85}.at-section-block{background:#fff;border:1px solid #c8857a21;border-radius:18px;margin-bottom:1.25rem;padding:1.5rem 1.75rem;box-shadow:0 2px 12px #6b4f3a0d}.at-section-last{margin-bottom:0}.at-section-header{align-items:center;gap:.65rem;margin-bottom:.85rem;display:flex}.at-section-icon{flex-shrink:0;font-size:1.2rem}.at-section-header h4{font-family:var(--f-head);color:var(--text-dark);margin:0;font-size:1.05rem;font-weight:400}.at-section-block>p{color:var(--text-mid);margin-bottom:1rem;font-size:.93rem;line-height:1.8}.at-tags-list{flex-direction:column;gap:.75rem;display:flex}.at-tag-item{background:#f8f8f8;border-radius:12px;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;display:flex}.at-tag-dot{background:var(--pink);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:.35rem}.at-tag-dot.green{background:var(--green)}.at-tag-item strong{color:var(--text-dark);margin-bottom:.2rem;font-size:.88rem;font-weight:400;display:block}.at-tag-item p{color:var(--text-mid);margin:0;font-size:.83rem;line-height:1.65}.wa-float{z-index:999;color:#fff;background:#25d366;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.1rem;text-decoration:none;transition:transform .2s,box-shadow .2s;animation:2.5s ease-in-out infinite wa-pulse;display:flex;position:fixed;bottom:2rem;left:2rem;box-shadow:0 6px 24px #25d36673}.wa-float:hover{animation:none;transform:scale(1.07)translateY(-2px);box-shadow:0 10px 32px #25d3668c}.wa-float-label{font-family:var(--f-head);letter-spacing:.02em;font-size:.88rem;font-weight:400}@keyframes wa-pulse{0%,to{transform:scale(1);box-shadow:0 6px 24px #25d36673}50%{transform:scale(1.05);box-shadow:0 8px 30px #25d36699}}@media (max-width:600px){.wa-float{padding:.65rem .9rem;bottom:1.2rem;left:1.2rem}.wa-float-label{display:none}}.contact-map-wrap{margin-bottom:1.5rem}.contact-map-link{border-radius:16px;text-decoration:none;display:block;position:relative;overflow:hidden}.map-overlay{color:#fff;font-family:var(--f-head);background:linear-gradient(#0000,#3d2b1fbf);align-items:center;gap:.5rem;padding:1rem 1.25rem .85rem;font-size:.88rem;font-weight:400;transition:background .2s;display:flex;position:absolute;bottom:0;left:0;right:0}.contact-map-link:hover .map-overlay{background:linear-gradient(#0000,#3d2b1fe6)}.footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1rem;margin-bottom:.75rem;display:flex}.footer-link{color:var(--text-mid);align-items:center;gap:.4rem;font-size:.9rem;font-weight:400;text-decoration:none;transition:color .2s;display:inline-flex}.footer-link:hover{color:var(--pink)}.footer-sep{color:var(--text-light);font-size:.9rem}.footer-copy{color:var(--text-light);margin-top:.25rem;font-size:.8rem}.contact-simple{text-align:center;flex-direction:column;align-items:center;gap:2rem;max-width:540px;margin:0 auto;display:flex;transform:translate(-130px)}@media (max-width:1000px){.contact-simple{transform:translate(-50px)}}@media (max-width:800px){.contact-simple{max-width:620px;transform:none}}.contact-header{width:100%}.contact-header p{color:var(--text-mid);margin-top:1rem;font-size:1rem;line-height:1.8}.contact-form-card{text-align:right;width:100%}.footer-social{justify-content:center;gap:1rem;margin-bottom:.75rem;display:flex}.social-icon{width:40px;height:40px;color:var(--text-mid);background:#6b52441a;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .25s;display:flex}.social-icon:hover{background:var(--pink);color:#fff;transform:translateY(-2px)}.services-grid-2{grid-template-columns:repeat(2,1fr)}@media (max-width:900px){.services-grid-2{grid-template-columns:1fr}}.about-belief-block{background:#c8857a14;border:1px solid #c8857a2e;border-radius:14px;padding:1rem 1.25rem}.about-belief-block p{margin-bottom:.6rem}.about-belief-block p:last-child{margin-bottom:0}.nav-dropdown{position:relative}.nav-dropdown-toggle{cursor:pointer}.nav-dropdown-menu{z-index:200;background:#fff;border:1px solid #c8857a1f;border-top:none;border-radius:0 0 14px 14px;min-width:210px;padding:.75rem 0 .5rem;list-style:none;display:none;position:absolute;top:100%;right:0;box-shadow:0 8px 30px #6b4f3a1f}.nav-dropdown-menu li a{color:var(--text-mid);white-space:nowrap;padding:.6rem 1.25rem;font-size:.88rem;text-decoration:none;transition:background .15s,color .15s;display:block}.nav-dropdown-menu li a:hover{color:var(--pink);background:#f8f8f8}.nav-dropdown:hover .nav-dropdown-menu{display:block}nav .logo{font-family:var(--f-head);color:var(--text-dark);font-size:1.1rem;font-weight:400}.pain-hero-block{text-align:center;max-width:800px;margin:0 auto}.pain-hero-text{color:var(--text-mid);margin-top:1.2rem;font-size:1.08rem;line-height:1.95}.hero-portrait-wrap{background-color:var(--hero-bg);justify-content:center;padding:1rem 2rem 0;display:flex}.hero-portrait{object-fit:cover;border:3px solid #c8857a33;border-radius:24px;width:min(320px,55%);box-shadow:0 12px 40px #6b4f3a26}.at-photo-row{justify-content:center;margin-bottom:2rem;display:flex}.at-section-photo{object-fit:cover;object-position:center top;border:3px solid #7a9e7e33;border-radius:20px;width:min(340px,80%);max-height:420px;box-shadow:0 8px 30px #6b4f3a21}.about-main-photo-wrap{border:3px solid #c8857a33;border-radius:20px;margin-bottom:1.2rem;overflow:hidden;box-shadow:0 10px 36px #6b4f3a26}.about-main-photo{object-fit:cover;aspect-ratio:3/4;object-position:center top;width:100%;display:block}.process-photo-top{justify-content:center;margin-top:2rem;margin-bottom:2.5rem;display:flex}.process-top-photo{object-fit:cover;aspect-ratio:3/4;object-position:center top;border:3px solid #7a9e7e33;border-radius:20px;width:min(260px,60%);box-shadow:0 8px 28px #6b4f3a26}.art-therapy-intro-row{grid-template-columns:1fr 200px;align-items:start;gap:2rem;margin-bottom:0;display:grid}.art-intro-photo{object-fit:cover;aspect-ratio:3/4;object-position:center top;border:3px solid #c8857a2e;border-radius:16px;width:100%;position:sticky;top:5rem;box-shadow:0 6px 22px #6b4f3a21}@media (max-width:900px){.process-with-photo{grid-template-columns:1fr}.process-photo-side{display:none}.art-therapy-intro-row{grid-template-columns:1fr}.art-intro-photo{max-width:200px;margin:0 auto 1.5rem;display:block}}.at-belief-card{border-right:4px solid var(--pink-light);background:#f8f8f8;border-radius:0 14px 14px 0;margin:1.75rem 0;padding:1.25rem 1.5rem}.at-belief-card p{color:var(--text-mid);margin-bottom:.75rem;font-size:.97rem;font-style:italic;line-height:1.85}.at-belief-card p:last-child{margin-bottom:0}.modal-overlay{z-index:2000;background:#3d2b1f8c;justify-content:center;align-items:center;padding:1.5rem;display:none;position:fixed;inset:0}.modal-box{direction:rtl;background:#fff;border-radius:24px;width:100%;max-width:560px;max-height:80vh;padding:2.5rem;position:relative;overflow-y:auto;box-shadow:0 20px 60px #3d2b1f33}.modal-close{cursor:pointer;color:var(--text-light);background:0 0;border:none;border-radius:6px;padding:.25rem .5rem;font-size:1.2rem;transition:color .2s;position:absolute;top:1rem;left:1rem}.modal-close:hover{color:var(--pink)}.modal-title{font-family:var(--f-head);color:var(--text-dark);margin-bottom:1.25rem;font-size:1.5rem;font-weight:400}.modal-box h3{font-family:var(--f-head);color:var(--pink);margin:1.2rem 0 .4rem;font-size:1rem;font-weight:400}.modal-box p{color:var(--text-mid);font-size:.93rem;line-height:1.8}.modal-box a{color:var(--pink)}.footer-privacy-link{color:var(--text-light);text-decoration:underline}.footer-privacy-link:hover{color:var(--pink)}body.high-contrast{filter:contrast(1.5)brightness(.95)}a.logo{align-items:center;gap:.6rem;text-decoration:none;display:flex}.nav-logo-text{font-family:var(--f-head);color:var(--text-dark);font-size:1.05rem;font-weight:400;line-height:1.25}.nav-logo-text span{color:var(--pink);letter-spacing:.04em;font-size:.72rem;font-weight:400;display:block}.nav-logo-img{object-fit:contain;width:auto;height:42px}.top-logo-band{height:70vh;max-height:640px;margin-top:6.5rem;position:relative;overflow:hidden}.parallax-blob{filter:blur(80px);opacity:.12;pointer-events:none;z-index:0;will-change:transform;border-radius:50%;position:fixed}.parallax-blob-1{background:var(--pink-light);width:500px;height:500px;top:10vh;right:-100px}.parallax-blob-2{background:var(--green-light);width:400px;height:400px;top:50vh;left:-80px}.parallax-blob-3{background:#f5f5f5;width:350px;height:350px;top:80vh;right:20%}.section-title,.pain-card,.service-card,.process-step{will-change:transform}.at-bg-photo-wrap{pointer-events:none;z-index:0;width:42%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.at-bg-photo{object-fit:cover;object-position:center top;opacity:.18;filter:saturate(.7);will-change:transform;width:100%;height:130%}.art-therapy-section .container{z-index:1;position:relative}@media (max-width:900px){.at-bg-photo-wrap{opacity:.1;width:100%}.at-bg-photo{opacity:.12}}.parallax-divider{background:#faf8f5;border:none;height:620px;margin:0;padding:0;position:relative;overflow:hidden}.parallax-divider-inner{will-change:transform;background-position:50%;background-size:cover;width:100%;height:160%;position:absolute;top:-30%;left:0}.parallax-divider--flip .parallax-divider-inner{background-position:50%;transform:scaleX(-1)}.parallax-divider-overlay{display:none}@media (max-width:600px){.parallax-divider{background:#faf8f5;border:none;height:620px;margin:0;padding:0;position:relative;overflow:hidden}}.art-therapy-section{padding:0;overflow:hidden}.art-therapy-split{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.art-therapy-text-col{background:linear-gradient(160deg, var(--beige) 0%, var(--green-pale) 100%);z-index:1;align-items:center;display:flex;position:relative}.art-therapy-text-inner{max-width:600px;padding:5rem 3rem 5rem 2rem}.art-therapy-text-inner .section-label{margin-bottom:.75rem}.art-therapy-text-inner .section-title{margin-bottom:1.5rem}.art-therapy-photo-col{position:relative;overflow:hidden}.art-therapy-photo-inner{will-change:transform;filter:brightness(.95)saturate(1.15);background-position:50%;background-size:cover;width:100%;height:140%;position:absolute;top:-20%;left:0}@media (max-width:900px){.art-therapy-split{grid-template-columns:1fr}.art-therapy-photo-col{order:-1;height:320px}.art-therapy-photo-inner{height:160%}.art-therapy-text-inner{padding:3rem 1.5rem}}.at-split-text-inner{max-width:900px;margin:0 auto;padding:5rem 2rem}@media (max-width:900px){.at-split{direction:ltr;grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.at-split-img{order:1;height:300px;position:relative}.at-split-photo{height:150%;margin-top:-25%}.at-split-text{direction:rtl;background:#fff;align-items:flex-start;display:flex}.at-split-text-inner{padding:3rem 1.5rem}}.at-split-text-inner{width:100%;padding:5rem 3rem}.at-split-img{height:100vh;position:sticky;top:0;overflow:hidden}@media (max-width:900px){.at-split{direction:ltr;grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.at-split-img{height:320px;position:relative}.at-split-photo{height:150%;margin-top:-25%}.at-split-text-inner{padding:3rem 1.5rem}}.at-split-img{order:0;height:100vh;position:sticky;top:0;overflow:hidden}.at-split-photo{object-fit:cover;object-position:center top;will-change:transform;width:100%;height:130%;margin-top:-15%;display:block}@media (max-width:900px){.at-split{direction:ltr;grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.at-split-img{order:0;height:320px;position:relative;top:0}.at-split-photo{height:160%;margin-top:-30%}.at-split-text{direction:rtl;background:#fff;align-items:flex-start;display:flex}.at-split-text-inner{padding:3rem 1.5rem}}.art-therapy-section{background:#fff;padding:0;overflow:hidden}.at-split{direction:ltr;grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.at-split-img{will-change:transform;min-height:100%;position:relative;overflow:hidden}.at-split-photo{object-fit:cover;object-position:center;will-change:transform;width:100%;height:170%;display:block;position:absolute;top:-35%;left:0}.at-split-text{direction:rtl;background:#fff;align-items:flex-start;display:flex}.at-split-text-inner{padding:5rem 3rem 5rem 2.5rem}.at-split-text-inner p{color:var(--text-mid);margin-bottom:1.1rem;font-size:.97rem;line-height:1.85}.at-split-text-inner .section-title{margin-bottom:1.5rem}@media (max-width:900px){.at-split{direction:ltr;grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.at-split-img{height:320px;min-height:320px}.at-split-text-inner{padding:3rem 1.5rem}}.pain-text-block{text-align:center;max-width:760px;margin:0 auto}.pain-paragraph{color:var(--text-mid);margin-top:1.1rem;font-size:1.05rem;line-height:1.9}.about-rect-photo-wrap{border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #6b4f3a1f}.about-rect-photo{object-fit:contain;border-radius:16px;width:100%;height:auto;display:block}.about-flex{justify-content:center;align-items:center;gap:clamp(2rem,5vw,4rem);max-width:1000px;margin:0 auto;display:flex}.about-photo{flex:0 0 clamp(280px,34vw,380px)}.about-text{flex:1}.about-text .section-title{margin-bottom:1.2rem}.about-para{color:var(--text-mid);max-width:62ch;margin-bottom:1rem;font-size:1rem;line-height:1.9}.about-para:last-child{margin-bottom:0}@media (max-width:820px){.about-flex{text-align:center;flex-direction:column}.about-photo{flex:none;width:min(340px,80%)}.about-text .section-title{justify-content:center}.about-para{text-align:right;max-width:none}}.contact-bg-wrap{z-index:0;position:absolute;inset:0}.contact-bg-img{object-fit:cover;object-position:center;will-change:transform;filter:brightness(.7);width:100%;height:130%;margin-top:-15%;display:block}.contact-bg-overlay{z-index:1;background:#1e140f2e;position:absolute;inset:0}.contact-content-above{z-index:2;position:relative}.contact-section .section-title{color:#fff}.contact-section .section-label{color:#fffc}.contact-section .section-label:before{background:#fff9}.contact-section h2{color:#fff}.contact-section p{color:#ffffffe0}.contact-form-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2!important}b,strong{font-weight:400}.services-page{background:var(--white)}.svc-hero{height:46vh;max-height:440px;position:relative;overflow:hidden}.svc-hero-img{object-fit:cover;object-position:center 35%;will-change:transform;width:100%;height:130%;position:absolute;top:-15%;left:0}.svc-hero-overlay{z-index:1;text-align:center;color:#fff;background:linear-gradient(#3d2b1f33,#3d2b1f99);flex-direction:column;justify-content:center;align-items:center;gap:.6rem;padding:1rem;display:flex;position:absolute;inset:0}.svc-hero-overlay .section-label{color:#ffffffe6;justify-content:center}.svc-hero-overlay .section-label:before{background:#ffffffb3}.svc-hero-overlay h1{font-family:var(--f-head);font-size:clamp(1.8rem,4vw,2.9rem);line-height:1.3}.svc-rows{flex-direction:column;gap:clamp(3rem,6vw,4.5rem);max-width:1100px;margin:0 auto;padding:4rem 2rem 5rem;display:flex}.svc-back{align-self:flex-start}.svc-row{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,4vw,3.5rem);display:grid}.svc-photo-wrap{border-radius:22px;height:360px;position:relative;overflow:hidden;box-shadow:0 10px 30px #6b4f3a1a}.svc-photo{object-fit:cover;object-position:center;will-change:transform;width:100%;height:130%;position:absolute;top:-15%;left:0}.svc-text .at-sub-title{margin-bottom:.85rem}.svc-text p{color:var(--text-mid);margin:0;font-size:1rem;line-height:1.9}.svc-cta{text-align:center;margin-top:1rem}@media (max-width:820px){.svc-row{grid-template-columns:1fr;gap:1.5rem}.svc-photo-wrap{height:260px}.svc-row--reverse .svc-photo-wrap{order:-1}}.art-therapy-section .at-split{background:#fff;gap:0}.art-therapy-section .at-split-img{border:none}.art-therapy-section .at-split-text{z-index:1;background:#fff;border:none;margin-left:-2px;margin-right:-2px;position:relative}.acc-fab{z-index:1000;background:var(--brown);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .2s,background .2s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 6px 24px #3d2b1f66}.acc-fab:hover{background:var(--brown-light);transform:scale(1.06)}.acc-fab:focus-visible{outline:3px solid var(--pink-light);outline-offset:2px}@media (max-width:600px){.acc-fab{width:46px;height:46px;bottom:1.2rem;right:1.2rem}}.acc-overlay{z-index:1001;background:#00000040;justify-content:flex-start;align-items:flex-end;padding:1.5rem;display:flex;position:fixed;inset:0}.acc-panel{color:var(--text-dark);width:min(320px,92vw);font-family:var(--f-body);background:#fff;border-radius:18px;padding:1.25rem;box-shadow:0 12px 48px #3d2b1f47}.acc-panel-head{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.acc-panel-head h2{font-family:var(--f-head);margin:0;font-size:1.2rem;font-weight:400}.acc-close{cursor:pointer;color:var(--text-mid);background:0 0;border:none;padding:.25rem;font-size:1.1rem;line-height:1}.acc-row{background:#f6f2ee;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:.6rem;padding:.6rem .8rem;font-size:.95rem;display:flex}.acc-stepper{align-items:center;gap:.6rem;display:flex}.acc-stepper button{width:30px;height:30px;color:var(--text-dark);cursor:pointer;background:#fff;border:1px solid #6b4f3a40;border-radius:8px;font-size:1.1rem;line-height:1}.acc-stepper button:disabled{opacity:.4;cursor:default}.acc-scale{text-align:center;min-width:3ch;font-size:.9rem}.acc-toggle{text-align:start;width:100%;color:var(--text-dark);font-family:var(--f-body);cursor:pointer;background:#fff;border:1.5px solid #6b4f3a33;border-radius:12px;margin-bottom:.5rem;padding:.7rem .9rem;font-size:.95rem;transition:background .15s,border-color .15s;display:block}.acc-toggle:hover{border-color:var(--pink-light)}.acc-toggle.is-on{background:var(--green-pale);border-color:var(--green)}.acc-toggle.is-on:after{content:" ✓";color:var(--green);font-weight:700}.acc-reset{width:100%;color:var(--pink);cursor:pointer;background:0 0;border:none;margin-top:.4rem;padding:.6rem;font-size:.9rem;text-decoration:underline;display:block}.acc-statement-note{color:var(--text-light);text-align:center;margin-top:.6rem;font-size:.78rem;display:block}.acc-fab:focus-visible,.acc-toggle:focus-visible,.acc-stepper button:focus-visible,.acc-close:focus-visible,.acc-reset:focus-visible{outline:3px solid var(--pink-light);outline-offset:2px}html.acc-links a{text-underline-offset:3px;outline-offset:2px;outline:1px dashed;text-decoration:underline!important}html.acc-readable,html.acc-readable body{letter-spacing:.01em;font-family:Arial,Segoe UI,sans-serif!important}html.acc-readable h1,html.acc-readable h2,html.acc-readable h3,html.acc-readable h4,html.acc-readable p,html.acc-readable a,html.acc-readable span,html.acc-readable li,html.acc-readable label,html.acc-readable .section-title,html.acc-readable .about-para{font-family:Arial,Segoe UI,sans-serif!important}html.acc-readable p,html.acc-readable li,html.acc-readable .about-para{line-height:1.95!important}html.acc-no-motion *,html.acc-no-motion :before,html.acc-no-motion :after{transition:none!important;animation:none!important}html.acc-no-motion{scroll-behavior:auto!important}html.acc-contrast,html.acc-contrast body{color:#000!important;background:#fff!important}html.acc-contrast h1,html.acc-contrast h2,html.acc-contrast h3,html.acc-contrast h4,html.acc-contrast p,html.acc-contrast li,html.acc-contrast label,html.acc-contrast .section-title,html.acc-contrast .section-desc,html.acc-contrast .about-para,html.acc-contrast .sub-card h3,html.acc-contrast .service-card h3,html.acc-contrast .at-sub-title{color:#000!important}html.acc-contrast a{color:#0b3ea8!important;text-decoration:underline!important}html.acc-contrast nav,html.acc-contrast .service-card,html.acc-contrast .sub-card,html.acc-contrast .contact-form-card,html.acc-contrast .pain-card,html.acc-contrast .contact-row{background:#fff!important;border:1px solid #000!important}html.acc-contrast .btn-primary,html.acc-contrast .nav-cta,html.acc-contrast .form-submit{color:#fff!important;background:#000!important;border:1px solid #000!important}html.acc-contrast .form-field input,html.acc-contrast .form-field textarea{color:#000!important;background:#fff!important;border:1.5px solid #000!important}html.acc-contrast .parallax-blob{display:none!important}@media (max-width:820px){.art-therapy-section .at-split{grid-template-columns:1fr;min-height:0}.art-therapy-section .at-split-img{order:-1;height:280px;min-height:280px;position:relative}.art-therapy-section .at-split-photo{object-fit:cover;width:100%;height:150%;position:absolute;top:-25%;left:0}.art-therapy-section .at-split-text{margin-left:0;margin-right:0}.art-therapy-section .at-split-text-inner{padding:2.5rem 1.5rem}}
