:root{--ink:#173b3c;--muted:#526568;--paper:#f8f9f6;--line:#ccd7d4;--accent:#d9ed9d;--white:#fff;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.65}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:5px}a:focus-visible{outline:3px solid #69852e;outline-offset:6px}p{margin:0 0 1.4rem}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.1;margin:0 0 1.5rem}h1{font-size:clamp(3rem,5.2vw,5.6rem);letter-spacing:-.045em}h2{font-size:clamp(2rem,3.4vw,3.5rem);letter-spacing:-.035em}h3{font-size:2.2rem;letter-spacing:-.03em}em{font-weight:400;color:#48716b}header{max-width:1440px;margin:auto;min-height:112px;padding:25px 5%;display:flex;align-items:center;gap:36px;border-bottom:1px solid var(--line)}.brand{font-size:29px;font-weight:700;line-height:1.1;letter-spacing:-1.5px;white-space:nowrap}.brand span{font-weight:400}.brand small{display:block;font-size:10px;letter-spacing:3px;margin-top:9px;font-weight:400}nav{display:flex;gap:27px;flex:1;justify-content:center;font-size:14px}nav a{padding:10px 0}.active{border-bottom:1px solid var(--ink)}.languages{display:flex;gap:7px;font-size:14px}.languages a{padding:5px 9px}.languages [aria-current]{background:var(--ink);color:white;border-radius:3px}.skip{position:absolute;left:15px;top:-100px;padding:10px;background:white;z-index:5}.skip:focus{top:10px}.hero{max-width:1440px;margin:auto;display:grid;grid-template-columns:1.15fr 1fr;gap:8%;padding:64px 5% 76px;align-items:center}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:600;line-height:1.5;margin-bottom:25px}.lead{font-size:19px;line-height:1.7;max-width:610px;color:var(--muted)}.hero .lead{max-width:500px}.actions{display:flex;gap:25px;align-items:center;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;justify-content:center;align-items:center;padding:15px 23px;background:var(--ink);color:white;font-size:14px;font-weight:600;border-radius:3px;line-height:1.5;min-height:50px}.button:hover{background:#285450;text-decoration:none}.textlink{font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:6px;line-height:1.6}.locale{font-size:11px;letter-spacing:2px;margin:43px 0 0;color:var(--muted)}.portrait{margin:0;position:relative;align-self:stretch;min-height:560px;max-height:680px;padding-bottom:60px}.portrait img{width:100%;height:100%;object-fit:cover;object-position:center 40%;display:block;border-radius:180px 180px 2px 2px}.portrait figcaption{position:absolute;bottom:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:19px 0;border-bottom:1px solid var(--line);font-size:12px}.portrait figcaption span:first-child{font-family:var(--serif);font-size:21px}.statement{background:var(--ink);color:white;padding:48px max(5%,calc((100vw - 1296px)/2));display:flex;justify-content:space-between;gap:30px;align-items:center}.statement p{font-family:var(--serif);font-size:clamp(1.8rem,2.5vw,2.6rem);line-height:1.3;margin:0}.statement span{font-size:11px;letter-spacing:2px;line-height:1.8;color:#d2e0d9}.practices{max-width:1440px;padding:80px 5%;margin:auto}.section-head{display:grid;grid-template-columns:1fr 2fr;gap:5%}.section-head .eyebrow{padding-top:12px}.cards{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:28px}.practice{background:#eaf0ec;padding:35px;display:block;position:relative;border:1px solid transparent;transition:background .2s}.practice:nth-child(2){background:#e6ecee}.practice:hover{background:#dce7df;border-color:var(--line);text-decoration:none}.practice p{max-width:460px;color:var(--muted)}.number{font-size:12px;letter-spacing:2px;display:block;margin-bottom:42px}.practice .textlink{display:block;margin-top:30px}.section{max-width:1296px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:5%;border-top:1px solid var(--line);padding:64px 0}.section>div:last-child{max-width:760px}.section p{max-width:680px;color:var(--muted)}.section>.eyebrow{padding-top:12px}.closing{margin-top:60px;background:var(--ink);text-align:center;color:white;padding:75px 6%}.closing p:not(.eyebrow){max-width:580px;margin:0 auto 26px;color:#d4e0dd}.closing .eyebrow{color:var(--accent)}.light{background:var(--accent);color:var(--ink)}.light:hover{background:#e9f6c6}footer{max-width:1440px;margin:auto;padding:55px 5% 25px;display:grid;grid-template-columns:1fr 1fr;gap:35px;font-size:14px}footer p{margin-top:16px;color:var(--muted)}footer>div:nth-child(2){justify-self:end}footer>div:nth-child(2)>a{display:block;margin-bottom:4px}footer>small{grid-column:1/-1;border-top:1px solid var(--line);padding-top:22px;font-size:12px}.page-intro{max-width:1296px;margin:auto;padding:80px 0 70px}.page-intro h1{max-width:1100px}.page-intro .lead{max-width:760px}.location-grid{max-width:1296px;margin:0 auto 60px;display:grid;grid-template-columns:1fr 1fr;gap:25px}.location-grid article{padding:40px;background:#eaf0ec}.location-grid article:nth-child(2){background:#e6ecee}.location-grid h2{font-size:2.7rem}.location-grid .note{font-size:14px;border-top:1px solid var(--line);padding-top:22px;margin-bottom:0}.contact-actions{display:flex;align-items:flex-start;flex-direction:column;gap:22px}body:has(.contact-actions) footer{border-top:1px solid var(--line)}@media(min-width:1441px){.hero{padding-top:80px;padding-bottom:90px}}@media(max-width:1439px){.section,.page-intro,.location-grid{margin-left:5%;margin-right:5%}}@media(max-width:1050px){header{gap:20px;flex-wrap:wrap}header nav{gap:22px;order:3;flex-basis:100%;justify-content:flex-start}header .languages{margin-left:auto}.hero{gap:5%;padding-top:45px}.portrait{min-height:470px}.hero h1{font-size:clamp(3rem,5.5vw,4rem)}.hero .lead{font-size:17px}.actions{gap:18px}.section-head,.section{grid-template-columns:1fr 2fr}.location-grid h2{font-size:2.2rem}}@media(max-width:700px){body{font-size:16px}header{padding:20px 6%;gap:18px}header nav{gap:13px;justify-content:space-between;flex-wrap:wrap;font-size:13px}.brand{font-size:26px}.hero{padding:38px 6% 42px;grid-template-columns:1fr;gap:35px}.hero h1{font-size:clamp(2.8rem,10vw,4.1rem)}.hero .eyebrow{font-size:11px;letter-spacing:1.6px}.locale{margin-top:28px}.portrait{min-height:0;height:500px;max-width:450px;width:100%;justify-self:center}.portrait img{object-position:50% 33%;border-radius:140px 140px 2px 2px}.statement{padding:35px 6%;display:block}.statement span{display:block;margin-top:25px}.practices{padding:50px 6%}.section-head,.section{grid-template-columns:1fr;gap:7px}.cards{grid-template-columns:1fr;margin-top:15px}.practice{padding:27px}.number{margin-bottom:26px}.section{margin-left:6%;margin-right:6%;padding:38px 0}.section>.eyebrow{margin-bottom:10px}.closing{padding:50px 6%;margin-top:30px}footer{padding:40px 6% 24px;grid-template-columns:1fr;gap:15px}footer>div:nth-child(2){justify-self:start}.page-intro{padding:45px 0 35px;margin-left:6%;margin-right:6%}.page-intro h1{font-size:clamp(2.7rem,9vw,3.8rem)}.lead{font-size:17px}.location-grid{grid-template-columns:1fr;margin:0 6% 35px}.location-grid article{padding:28px}.contact-actions a{overflow-wrap:anywhere;max-width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* The learning pathway now leads the site; in-person care remains accessible. */
.course-feature{max-width:1296px;margin:0 auto 65px;padding:50px;background:#d9ed9d;display:grid;grid-template-columns:1.6fr 1fr;gap:60px;align-items:center}.course-feature h2{font-size:clamp(2rem,3.1vw,3.2rem)}.course-feature p{max-width:650px}.course-feature em{color:var(--ink)}.course-note{border-left:1px solid #7b9655;padding-left:35px}.course-note>span{font-size:12px;letter-spacing:2px;font-weight:600}.course-note p{font-family:var(--serif);font-size:1.65rem;line-height:1.7;margin:20px 0 0}.brand small{font-size:10px;letter-spacing:1.15px}.locale{font-size:12px;letter-spacing:1.3px}.eyebrow{font-size:13px}header nav{gap:24px}.hero h1{font-size:clamp(3rem,5.3vw,5.3rem)}@media(max-width:1439px){.course-feature{margin-left:5%;margin-right:5%}}@media(max-width:1050px){.course-feature{grid-template-columns:1fr;gap:30px}.course-note{padding:25px 0 0;border-left:0;border-top:1px solid #7b9655}.hero h1{font-size:clamp(2.9rem,5.4vw,4.3rem)}}@media(max-width:700px){.course-feature{padding:30px 25px;margin:0 6% 40px}.course-note p{font-size:1.4rem}.hero h1{font-size:clamp(2.8rem,10vw,4rem)}header nav{gap:12px;font-size:14px}.brand small{font-size:10px}.hero .eyebrow{font-size:12px}}
/* SenBodywork identity and balanced clinical / embodied pathways. */
.brand-logo{display:block;width:210px;height:auto}.brand-hero{display:block;padding-top:66px;padding-bottom:52px;text-align:center}.brand-hero .hero-copy{max-width:1020px;margin:auto}.brand-hero h1{font-size:clamp(3rem,5.2vw,5.3rem)}.brand-hero .lead{max-width:820px;margin-left:auto;margin-right:auto}.brand-hero .actions{justify-content:center}.home-pathways{padding-top:35px}.three-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.three-cards .practice{padding:28px;display:flex;flex-direction:column}.three-cards h3{font-size:2rem;line-height:1.15}.three-cards .practice:nth-child(3){background:#e9eddf}.three-cards .number{margin-bottom:28px}.three-cards .textlink{margin-top:auto;padding-top:20px}.profile-section{max-width:1296px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:45px;padding:55px 0 25px;border-top:1px solid var(--line)}.profile-intro{display:flex;align-items:center;gap:25px}.small-portrait{width:128px;height:128px;object-fit:cover;border-radius:50%;flex-shrink:0}.profile-intro .eyebrow{margin-bottom:12px}.profile-intro h2{font-size:2.4rem;margin-bottom:10px}.profile-intro p:last-child{font-size:14px;margin-bottom:0}.profile-copy p{color:var(--muted)}.credentials{max-width:1296px;margin:0 auto 55px;padding:30px 0;display:flex;align-items:center;justify-content:space-between;gap:30px}.credentials p:not(.eyebrow){font-size:14px;margin:0}.credentials .eyebrow{margin-bottom:12px}.credential-marks{display:flex;align-items:center;gap:28px}.credential-marks img{height:145px;width:auto;display:block;object-fit:contain}.course-feature{margin-top:25px}.brand-hero+.home-pathways .section-head{grid-template-columns:1fr 2fr}.brand-hero .eyebrow{letter-spacing:1.7px}#percorsi{scroll-margin-top:20px}@media(max-width:1439px){.profile-section,.credentials{margin-left:5%;margin-right:5%}}@media(max-width:1050px){.three-cards{grid-template-columns:1fr}.three-cards .practice{display:block}.three-cards h3 br{display:none}.three-cards h3 br:after{content:' '}.three-cards h3{font-size:2rem}.three-cards .practice p{max-width:100%}.three-cards .number{margin-bottom:15px}.three-cards .textlink{padding-top:0;margin-top:25px}.profile-section{grid-template-columns:1fr;gap:25px}.credentials{align-items:flex-start}.credential-marks{gap:15px}.credential-marks img{height:130px}.brand-logo{width:210px}}@media(max-width:700px){.brand-hero{padding:45px 6% 30px}.brand-hero h1{font-size:clamp(2.7rem,9.5vw,3.8rem)}.brand-hero .lead{text-align:left}.brand-hero .eyebrow{font-size:12px;line-height:1.8}.brand-hero+.home-pathways .section-head{grid-template-columns:1fr}.brand-logo{width:185px}.profile-section{margin:0 6%;padding-top:35px}.profile-intro{gap:20px}.small-portrait{width:88px;height:88px}.profile-intro h2{font-size:2rem}.profile-intro .eyebrow{font-size:12px}.credentials{margin:0 6% 35px;flex-direction:column;gap:25px}.credential-marks img{height:145px}.credential-marks{gap:25px}.home-pathways{padding-top:25px}.three-cards h3{font-size:1.9rem}header nav{gap:10px 16px;justify-content:flex-start}header nav a{font-size:14px}}
/* Original SenBodywork identity, with a language-specific descriptor. */
.brand{display:block;letter-spacing:normal}.brand-logo{width:300px;max-width:100%;height:auto;margin:-10px 0 -8px}.brand .brand-descriptor{display:block;font-family:Arial,Helvetica,sans-serif;font-weight:400;font-size:12px;line-height:1.5;letter-spacing:0;white-space:normal;text-align:center;max-width:300px}header{gap:24px}header nav{gap:20px}footer .brand-logo{margin-left:-20px}footer p{max-width:340px}.three-cards h3{overflow-wrap:normal}.brand-hero .eyebrow{line-height:1.8}@media(max-width:1150px){header{flex-wrap:wrap}header nav{order:3;flex-basis:100%;justify-content:flex-start}header .languages{margin-left:auto}}@media(max-width:700px){header{gap:14px}.brand-logo{width:240px;margin:-8px 0 -6px}.brand .brand-descriptor{max-width:240px;font-size:12px}header .brand{flex:1;min-width:0;max-width:240px}header .languages{gap:3px}header .languages a{padding:5px 7px}footer .brand-logo{margin-left:-15px}.brand-hero .eyebrow{letter-spacing:1.3px}}
