:root{--cream: #f3ede3;--cream-dark: #e8e0d4;--off-white: #f8f5f0;--white: #ffffff;--plum: #5c5549;--plum-dark: #454038;--mint: #ede4d4;--mint-light: #f5efe3;--gold: #b8956a;--gold-light: #d4bc94;--text: rgba(58, 54, 48, .92);--text-muted: rgba(58, 54, 48, .68);--text-light: rgba(58, 54, 48, .45);--border: rgba(92, 85, 73, .14);--shadow: 0 4px 24px rgba(74, 68, 60, .07);--shadow-lg: 0 12px 48px rgba(74, 68, 60, .11);--radius: 12px;--radius-lg: 20px;--font-serif: "Baskervville", Georgia, serif;--font-sans: "Manrope", system-ui, sans-serif;--container: 1280px;--header-h: 88px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-gutter:stable;color-scheme:light;overflow-x:clip}body{font-family:var(--font-sans);background:var(--cream);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip;max-width:100%}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none}ul{list-style:none}.container{width:min(100% - 2.5rem,var(--container));margin-inline:auto}.italic{font-style:italic;font-weight:400}.reveal{opacity:0;transform:translateY(32px);transition:opacity .85s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1)}.reveal--left{transform:translate(-40px)}.reveal--right{transform:translate(40px)}.reveal.revealed{opacity:1;transform:translate(0)}.reveal--delay-1{transition-delay:.15s}.reveal--delay-2{transition-delay:.3s}.reveal-stagger>*{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal-stagger.revealed>*{opacity:1;transform:translateY(0)}.reveal-stagger.revealed>*:nth-child(1){transition-delay:.05s}.reveal-stagger.revealed>*:nth-child(2){transition-delay:.12s}.reveal-stagger.revealed>*:nth-child(3){transition-delay:.19s}.reveal-stagger.revealed>*:nth-child(4){transition-delay:.26s}.reveal-stagger.revealed>*:nth-child(5){transition-delay:.33s}.reveal-stagger.revealed>*:nth-child(6){transition-delay:.4s}.reveal-stagger.revealed>*:nth-child(7){transition-delay:.47s}.reveal-stagger.revealed>*:nth-child(8){transition-delay:.54s}@media(prefers-reduced-motion:reduce){.reveal,.reveal-stagger>*{opacity:1;transform:none;transition:none}}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid transparent;transition:background .35s ease,backdrop-filter .35s ease,border-color .3s,box-shadow .3s}.header.scrolled{background:#f3ede3eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-color:var(--border);box-shadow:var(--shadow)}.header:not(.scrolled) .logo,.header:not(.scrolled) .nav__links a{color:#fffffff2;text-shadow:0 1px 12px rgba(0,0,0,.25)}.header:not(.scrolled) .nav__links a:hover{color:var(--white)}.header:not(.scrolled) .menu-toggle span{background:var(--white)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:100%}.logo{font-family:var(--font-serif);font-size:1.75rem;font-weight:500;font-style:italic;color:var(--plum);letter-spacing:-.02em;transition:color .3s ease}.logo span{font-weight:400}.nav{display:flex;align-items:center;gap:2rem;flex-shrink:0}.nav__book{flex-shrink:0;white-space:nowrap}.nav__links{display:flex;gap:1.75rem}.nav__links a{font-size:.9rem;font-weight:500;color:var(--text);transition:color .2s}.nav__links a:hover{color:var(--plum)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.9rem;font-weight:500;border-radius:50px;transition:all .25s}.btn--primary{background:var(--plum);color:var(--cream);border-radius:80px;padding:1rem 1.875rem;font-weight:700;font-size:.875rem}.btn--primary:hover{background:var(--gold);color:var(--white);transform:translateY(-1px)}.btn--outline{border:1.5px solid var(--plum);color:var(--plum);background:transparent;border-radius:80px}.btn--outline:hover{background:var(--plum);color:var(--cream)}.btn--light{background:var(--white);color:var(--plum)}.btn--light:hover{background:var(--cream)}.menu-toggle{display:none;flex-direction:column;gap:5px;padding:4px;flex-shrink:0;width:32px;height:32px;align-items:center;justify-content:center;background:transparent}.menu-toggle span{display:block;width:24px;height:2px;background:var(--text);transition:.3s}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/therapy-room.jpg);background-size:cover;background-repeat:no-repeat;background-position:center}.hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#2a262273,#2a2622ad)}.hero__inner{position:relative;z-index:1;width:100%;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:calc(var(--header-h) + 2rem) 0 3rem;box-sizing:border-box}.hero__content{text-align:center;max-width:720px}.hero__title{font-family:var(--font-serif);font-size:clamp(2.25rem,4.2vw,3.75rem);font-weight:400;line-height:1.08;letter-spacing:-.03em;color:var(--white);margin-bottom:1.75rem;text-shadow:0 2px 24px rgba(0,0,0,.2)}.hero__subtitle-row{display:flex;align-items:center;gap:1.25rem;margin-bottom:2rem}.hero__divider{display:block;width:80px;height:1px;background:var(--border);flex-shrink:0}.hero__subtitle{font-size:1rem;font-weight:500;color:var(--text);line-height:1.7}.hero__subtitle strong{font-weight:700}.hero__heading-2{font-family:var(--font-serif);font-size:clamp(1.75rem,3.5vw,3rem);font-weight:400;line-height:1.2;color:var(--plum);margin-bottom:1rem}.hero__desc{font-size:1rem;color:#ffffffe6;max-width:100%;margin-bottom:2.5rem;line-height:1.7}.hero__cta-wrap{display:flex;justify-content:center}.hero__cta-wrap .btn{gap:.75rem}.hero__cta-wrap .btn svg{width:18px;height:18px;transition:transform .25s}.hero__cta-wrap .btn:hover svg{transform:translate(4px)}.hero__eyebrow{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2.125rem);font-weight:400;color:var(--plum);margin-bottom:1rem;line-height:1.3}.hero__eyebrow .rotate-word{font-style:italic;display:inline-block;min-width:3.5ch}.rotate-word{transition:opacity .4s ease}.section{padding:5rem 0}.section--white{background:var(--white)}.section--plum{background:var(--plum);color:var(--white)}.section__label{font-size:.8rem;font-weight:600;letter-spacing:.14em;color:var(--plum);margin-bottom:1rem}.section--plum .section__label{color:#ffffffb3}.section__title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.15;color:var(--plum);margin-bottom:1rem;letter-spacing:-.02em}.section--plum .section__title{color:var(--white)}.section__desc{font-size:1.05rem;color:var(--text-muted);max-width:600px}.section--plum .section__desc{color:#fffc}.section__header{text-align:center;margin-bottom:3.5rem}.section__header .section__desc{margin-inline:auto}.section__header--left{text-align:left;margin-bottom:2rem}.section__header--left .section__desc{margin-inline:0}.empathy{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.education-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:stretch;max-width:560px}.education-grid .empathy__box{margin-bottom:0;height:100%}.empathy__visual{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4 / 5;box-shadow:var(--shadow-lg)}.empathy__visual img{width:100%;height:100%;object-fit:cover;object-position:center}.empathy__content h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:500;color:var(--plum);margin-bottom:.5rem}.empathy__content h2,.empathy__title{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,2.75rem);font-weight:400;color:var(--plum);margin-bottom:2rem;line-height:1.2;text-align:left}.empathy__box-title{font-family:var(--font-serif);font-size:1.25rem;font-weight:500;margin-bottom:1rem;color:var(--plum)}.empathy__box{background:var(--white);border-radius:var(--radius);padding:2rem;margin-bottom:1.5rem;box-shadow:var(--shadow)}.empathy__box h4{font-family:var(--font-serif);font-size:1.25rem;font-weight:500;margin-bottom:1rem;color:var(--plum)}.empathy__box p{color:var(--text-muted);line-height:1.8}.empathy__box--accent{background:var(--cream);border:1px solid var(--border)}.empathy__highlight{font-family:var(--font-serif);font-size:1.25rem;color:var(--plum);font-weight:400}.empathy__content .section__title{text-align:left;margin-bottom:2rem}.empathy__content .empathy__box{margin-bottom:1.25rem}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.benefit-card{background:var(--white);border-radius:var(--radius);padding:2rem 1.5rem;text-align:center;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s}.benefit-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.benefit-card__icon{width:56px;height:56px;margin:0 auto 1.25rem;background:var(--mint);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.benefit-card h4{font-family:var(--font-serif);font-size:1.35rem;font-weight:500;color:var(--plum);margin-bottom:.75rem}.benefit-card p{font-size:.9rem;color:var(--text-muted);line-height:1.7}.bookable-services{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2.5rem}.bookable-services .service-featured{margin-bottom:0;height:100%;display:flex;flex-direction:column}.bookable-services .service-featured__desc{flex:1}.bookable-services .service-featured__footer{margin-top:auto}.services-topics-label{font-size:.8rem;font-weight:600;letter-spacing:.1em;color:var(--text-muted);text-align:center;margin-bottom:1.5rem}.service-featured{background:var(--cream);border-radius:var(--radius-lg);padding:2.5rem 2.5rem 2rem;border:1px solid var(--border);transition:box-shadow .3s}.primary-services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:2rem}.primary-services-grid .service-featured{margin-bottom:0}.primary-services-grid .service-featured__title{margin-bottom:1.75rem}.service-featured:hover{box-shadow:var(--shadow-lg)}.service-featured__badge{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.08em;color:var(--plum-dark);background:var(--gold-light);padding:.35rem .85rem;border-radius:50px;margin-bottom:1.25rem}.service-featured__title{font-family:var(--font-serif);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;color:var(--plum);margin-bottom:1rem;line-height:1.2}.service-featured__desc{font-size:.95rem;color:var(--text-muted);line-height:1.85;margin-bottom:1.75rem;max-width:900px}.service-featured__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:1.25rem;border-top:1px solid var(--border)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.service-card{background:var(--cream);border-radius:var(--radius-lg);padding:2.5rem 2rem;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s;border:1px solid transparent}.service-card--compact{padding:1.75rem 1.5rem;min-height:140px;justify-content:space-between}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--border)}.service-card h3{font-family:var(--font-serif);font-size:1.75rem;font-weight:500;color:var(--plum);margin-bottom:1rem;line-height:1.2}.service-card--compact h3{font-size:1.15rem;font-weight:400;margin-bottom:1rem;flex:1}.service-card__duration{font-size:.85rem;font-weight:600;color:var(--plum);letter-spacing:.02em}.service-card p{font-size:.95rem;color:var(--text-muted);margin-bottom:1.5rem;flex:1;line-height:1.75}.service-card ul{margin-bottom:1.5rem}.service-card li{font-size:.9rem;color:var(--text-muted);padding:.4rem 0 .4rem 1.25rem;position:relative}.service-card li:before{content:"";position:absolute;left:0;top:.85rem;width:6px;height:6px;background:var(--plum);border-radius:50%}.service-card__link{font-size:.9rem;font-weight:600;color:var(--plum);display:inline-flex;align-items:center;gap:.4rem;transition:gap .2s;background:none;border:none;padding:0;font-family:inherit;cursor:pointer}.service-card__link:hover{gap:.7rem}.quote-strip{padding:3.5rem 0;background:var(--mint-light);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.quote-strip__inner{max-width:720px;margin:0 auto;text-align:center}.quote-strip__inner p{font-family:var(--font-serif);font-size:clamp(1.25rem,2.5vw,1.65rem);font-style:italic;font-weight:400;color:var(--plum);line-height:1.65;margin-bottom:1rem}.quote-strip__inner cite{display:block;font-size:.9rem;font-style:normal;color:var(--text-muted);letter-spacing:.02em}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about__image{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4 / 5;box-shadow:var(--shadow-lg)}.about__image img{width:100%;height:100%;object-fit:cover;object-position:center top}.about__content .section__label{text-align:left}.about-block{margin-bottom:2.5rem}.about-block:last-child{margin-bottom:0}.about-block__title{font-family:var(--font-serif);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:400;color:var(--plum);margin-bottom:.5rem;line-height:1.25}.about-block__lead{font-family:var(--font-serif);font-size:1.15rem;color:var(--text-muted);margin-bottom:1.25rem;line-height:1.4}.about-block__text{font-size:.95rem;color:var(--text-muted);line-height:1.85}.about__cta{margin-top:2rem}.about__cta .btn{gap:.75rem}.about__cta .btn svg{width:18px;height:18px;transition:transform .25s}.about__cta .btn:hover svg{transform:translate(4px)}.about-block__subtitle{font-family:var(--font-serif);font-size:1.15rem;font-weight:400;color:var(--plum);margin-bottom:.5rem;margin-top:1.25rem}.about-block__subtitle:first-of-type{margin-top:0}.about-block__list{list-style:none;padding:0;margin:0}.about-block__list li{font-size:.95rem;color:var(--text-muted);line-height:1.85;padding:.5rem 0 .5rem 1.25rem;position:relative}.about-block__list li:before{content:"";position:absolute;left:0;top:1rem;width:6px;height:6px;background:var(--gold);border-radius:50%}.testimonials-carousel{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem;max-width:820px;margin:0 auto}.testimonials-viewport{overflow:hidden;width:100%;min-width:0;touch-action:pan-y;cursor:grab;user-select:none;-webkit-user-select:none}.testimonials-viewport:active{cursor:grabbing}.testimonials-track{display:flex;transition:transform .55s cubic-bezier(.4,0,.2,1);will-change:transform}.testimonials-track--dragging{transition:none}.testimonials-arrow{flex-shrink:0;width:48px;height:48px;border-radius:50%;border:1.5px solid var(--plum);background:transparent;color:var(--plum);display:flex;align-items:center;justify-content:center;transition:background .25s,color .25s,transform .25s}.testimonials-arrow svg{width:22px;height:22px}.testimonials-arrow:hover{background:var(--plum);color:var(--cream);transform:scale(1.05)}.testimonials-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.testimonials-dot{width:8px;height:8px;border-radius:50%;background:var(--border);border:none;padding:0;transition:background .25s,transform .25s;cursor:pointer}.testimonials-dot.active{background:var(--plum);transform:scale(1.2)}.testimonial-card{flex:0 0 auto;box-sizing:border-box;background:var(--white);border-radius:var(--radius-lg);padding:2.5rem 2rem;display:flex;flex-direction:column;box-shadow:var(--shadow);border:1px solid var(--border)}.testimonial-card blockquote{font-size:.95rem;color:var(--text-muted);line-height:1.85;flex:1;margin-bottom:1.75rem;font-style:italic;overflow-wrap:anywhere}.testimonial-card__stars{color:var(--gold);font-size:.9rem;letter-spacing:2px;margin-bottom:1.25rem}.testimonial-card__stars span{font-family:var(--font-sans);font-size:.8rem;font-weight:600;letter-spacing:0;margin-left:.5rem;color:var(--text-muted)}.testimonial-card__author{font-weight:600;font-size:.95rem;color:var(--plum)}.testimonial-card__role{font-size:.8rem;color:var(--text-light);margin-top:.2rem}.contact-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info,.calendly-booking{min-width:0}.contact-info__image{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16 / 10;margin-bottom:2rem;box-shadow:var(--shadow)}.contact-info__image img{width:100%;height:100%;object-fit:cover;object-position:center}.contact-info h2{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,2.75rem);font-weight:500;color:var(--plum);margin-bottom:1rem;line-height:1.15}.contact-info>p{color:var(--text-muted);margin-bottom:2rem;line-height:1.75}.contact-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.contact-details a{font-size:1.1rem;font-weight:500;color:var(--plum);transition:color .2s;overflow-wrap:anywhere}.contact-details a:hover{color:var(--plum)}.contact-details__address{display:inline-block;font-size:.95rem;color:var(--text-muted);line-height:1.6;max-width:280px;transition:color .2s}.contact-details__address:hover{color:var(--plum)}.contact-form,.calendly-booking{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.contact-form{background:var(--white);padding:2.5rem}.calendly-booking{background:var(--white);border:1px solid var(--border);position:relative;border-radius:var(--radius-lg);overflow:visible}.calendly-booking:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold) 0%,var(--gold-light) 50%,var(--gold) 100%)}.calendly-booking__header{padding:2rem 2.5rem 1.5rem;background:var(--white);border-bottom:1px solid var(--border);min-width:0}.calendly-booking__header .section__label{margin-bottom:.65rem;color:var(--gold)}.calendly-booking__header h3{font-family:var(--font-serif);font-size:clamp(1.5rem,2.5vw,1.85rem);font-weight:500;color:var(--plum);margin-bottom:.5rem;line-height:1.2;overflow-wrap:break-word}.calendly-booking__desc{color:var(--text-muted);font-size:.95rem;line-height:1.65;max-width:100%;overflow-wrap:break-word}.calendly-booking__widget{width:100%;min-width:0;max-width:100%;height:700px;padding:0 1.25rem 1.5rem;background:var(--white);color-scheme:light;border-radius:0 0 var(--radius-lg) var(--radius-lg);overflow:hidden}.calendly-inline-widget iframe,.calendly-booking__widget iframe{border:none;color-scheme:light}.calendly-booking__back{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:1rem;padding:0;font-size:.85rem;font-weight:600;color:var(--plum);background:transparent;transition:color .2s}.calendly-booking__back:hover{color:var(--gold)}.contact-form h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:500;color:var(--plum);margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.4rem;color:var(--text)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.85rem 1rem;border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:.9rem;background:var(--cream);color:var(--text);transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--plum)}.form-group textarea{resize:vertical;min-height:100px}.contact-form .btn{width:100%;margin-top:.5rem}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:4rem}.step-card{text-align:center}.step-card__num{width:48px;height:48px;margin:0 auto 1.25rem;background:var(--plum);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.25rem;font-weight:600}.step-card h4{font-family:var(--font-serif);font-size:1.15rem;font-weight:500;color:var(--plum);margin-bottom:.75rem}.step-card p{font-size:.9rem;color:var(--text-muted);line-height:1.7}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 0;font-family:var(--font-serif);font-size:1.15rem;font-weight:500;color:var(--plum);text-align:left;background:transparent}.faq-question .icon{font-size:1.5rem;color:var(--plum);transition:transform .3s;flex-shrink:0}.faq-item.open .faq-question .icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.faq-item.open .faq-answer{max-height:300px;padding-bottom:1.5rem}.faq-answer p{font-size:.95rem;color:var(--text-muted);line-height:1.75}.footer{background:var(--plum);color:#fffc;padding:4rem 0 2rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer__brand h3{font-family:var(--font-serif);font-size:1.75rem;font-weight:500;font-style:italic;color:var(--white);margin-bottom:.75rem}.footer__brand h3 span{font-weight:400}.footer__brand p{font-size:.9rem;line-height:1.7;max-width:300px}.social-links{display:flex;align-items:center;gap:.75rem}.social-links__item{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;transition:background .2s,color .2s,transform .2s}.social-links__item svg{width:20px;height:20px}.social-links--footer{margin-top:1.5rem}.social-links--footer .social-links__item{color:#ffffffd9;background:#ffffff14;border:1px solid rgba(255,255,255,.14)}.social-links--footer .social-links__item:hover{color:var(--white);background:#ffffff29;transform:translateY(-2px)}.social-links--mobile{margin-top:auto;padding-top:1.5rem;border-top:1px solid var(--border);justify-content:center}.social-links--mobile .social-links__item{color:var(--white);background:var(--plum);border:none}.social-links--mobile .social-links__item svg{color:var(--white)}.social-links--mobile .social-links__item:hover{color:var(--white);background:var(--gold);transform:translateY(-2px)}.footer__col h4{font-size:.85rem;font-weight:600;letter-spacing:.1em;color:var(--white);margin-bottom:1.25rem}.footer__col a{display:block;font-size:.9rem;padding:.35rem 0;transition:color .2s;overflow-wrap:anywhere}.footer__col a:hover{color:var(--white)}.footer__address{display:block;font-size:.9rem;line-height:1.6;padding:.35rem 0;transition:color .2s}.footer__address:hover{color:var(--white)}.footer__bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:2rem;display:flex;align-items:center;justify-content:space-between;font-size:.85rem}.footer__bottom-links{display:flex;gap:1.5rem}.footer__bottom-links a:hover{color:var(--white)}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;background:var(--plum);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:all .3s;z-index:90}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background:var(--plum);transform:translateY(-2px)}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#2a2a2a80}.mobile-nav.open{display:block}.mobile-nav__panel{position:absolute;top:0;right:0;width:min(320px,85vw);height:100%;background:var(--cream);padding:2rem;display:flex;flex-direction:column;gap:1.5rem;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-nav__close{align-self:flex-end;font-size:1.5rem;color:var(--text);background:transparent}.mobile-nav a:not(.mobile-nav__book):not(.social-links__item){font-family:var(--font-serif);font-size:1.35rem;color:var(--plum);padding:.5rem 0}.mobile-nav .social-links--mobile .social-links__item{color:var(--white);background:var(--plum);padding:0;font-family:inherit}.mobile-nav .social-links--mobile .social-links__item svg{color:var(--white)}.mobile-nav .social-links--mobile .social-links__item:hover{color:var(--white);background:var(--gold)}.mobile-nav__book{width:100%;margin-top:.5rem;text-align:center}@media(max-width:1024px){.nav__links,.nav{gap:1rem}.nav__links a{font-size:.85rem}.nav__book{padding:.75rem 1.25rem;font-size:.8rem}.hero__inner{padding:calc(var(--header-h) + 1.5rem) 0 2.5rem}.benefits-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.testimonials-carousel{gap:.75rem}.testimonials-arrow{width:40px;height:40px}}@media(max-width:768px){html{scrollbar-gutter:auto}.container{width:min(100% - 2rem,var(--container))}.reveal--left,.reveal--right{transform:translateY(32px)}.contact-section>*,.calendly-booking,.testimonials-carousel{min-width:0}.calendly-booking__header{padding:1.5rem 1.25rem 1.25rem}.calendly-booking__widget{padding:0 .75rem 1.25rem}.nav__links{display:none}.menu-toggle{display:flex}.header__inner{gap:.75rem}.logo{font-size:1.35rem;flex:1;min-width:0}.nav{gap:.5rem;flex-shrink:0}.nav__book{display:none}.empathy,.about-grid,.contact-section{grid-template-columns:1fr;gap:2rem}.about__content{order:1}.about__image{order:2}.services-grid,.primary-services-grid,.bookable-services,.benefits-grid,.education-grid,.steps-grid,.form-row{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}.section{padding:3.5rem 0}.testimonials-carousel{gap:.75rem;max-width:100%}.testimonials-arrow{width:36px;height:36px}.testimonials-arrow svg{width:18px;height:18px}.testimonial-card{padding:1.75rem 1.25rem}.testimonial-card blockquote{font-size:.9rem;line-height:1.75;margin-bottom:1.25rem}.testimonials-dots{margin-top:1.5rem}}
