:root{--ink:#12383b;--deep:#0d3033;--green:#0d8580;--mint:#dff2ed;--pale:#f2f7f5;--white:#fff;--line:#d8e3df;--text:#455e5f;--radius:18px;--shadow:0 26px 70px rgba(18,56,59,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.wrap{width:min(1240px,calc(100% - 40px));margin-inline:auto}.skip-link{position:fixed;left:12px;top:-100px;z-index:100;background:#fff;padding:10px}.skip-link:focus{top:12px}.utility{background:var(--deep);color:#d9ebe7;font-size:12px;letter-spacing:.035em}.utility__inner{display:flex;justify-content:space-between;padding:7px 0}.utility a{font-weight:700;color:#fff}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.95);border-bottom:1px solid rgba(18,56,59,.08);backdrop-filter:blur(14px)}.nav{height:84px;display:flex;align-items:center;gap:34px}.brand{width:196px;margin-right:auto}.brand img{width:100%;height:auto}.nav nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:650}.nav nav a{position:relative}.nav nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:2px;background:var(--green);transition:.25s}.nav nav a:hover:after{right:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;border-radius:999px;background:var(--green);color:#fff;padding:15px 24px;font-weight:750;font-size:14px;line-height:1.1;transition:transform .2s,background .2s}.button:hover{background:#086f6b;transform:translateY(-2px)}.button:active{transform:scale(.98)}.button--small{padding:13px 19px}.menu-button{display:none}.hero{overflow:hidden;background:linear-gradient(110deg,#f3f8f6 0%,#fff 62%);padding:70px 0 78px}.hero__grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px}.eyebrow{display:flex;align-items:center;gap:10px;color:var(--green);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;margin-bottom:21px}.eyebrow span{width:32px;height:2px;background:currentColor}.hero h1,.section h2,.cta h2{font-family:"Aptos Display","Segoe UI",sans-serif;font-weight:700;letter-spacing:-.055em;line-height:1.02;margin:0}.hero h1{font-size:clamp(50px,5vw,76px);max-width:700px}.hero h1 em{font:inherit;color:var(--green)}.hero__lead{font-size:19px;color:var(--text);max-width:590px;margin:28px 0 32px}.actions{display:flex;align-items:center;gap:28px}.text-link,.arrow-link{font-size:14px;font-weight:750;border-bottom:1px solid var(--ink);padding-bottom:3px}.hero__proof{display:flex;margin-top:52px;gap:0}.hero__proof div{display:flex;flex-direction:column;padding:0 23px;border-left:1px solid var(--line)}.hero__proof div:first-child{padding-left:0;border:0}.hero__proof strong{font-size:20px;line-height:1.2}.hero__proof span{font-size:12px;color:var(--text)}.hero__visual{position:relative;padding:0 28px 35px 0}.hero__visual:before{content:"";position:absolute;right:0;bottom:0;width:74%;height:78%;border-radius:var(--radius);background:var(--mint)}.hero__image{position:relative;height:610px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.hero__image img{width:100%;height:100%;object-fit:cover;object-position:center}.floating-note{position:absolute;left:-55px;bottom:0;display:flex;gap:13px;align-items:center;background:#fff;padding:18px 22px;border-radius:14px;box-shadow:var(--shadow)}.floating-note__mark{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:var(--mint);color:var(--green);font-weight:900}.floating-note div{display:flex;flex-direction:column}.floating-note strong{font-size:14px}.floating-note small{color:var(--text);font-size:11px}.trust-bar{border-block:1px solid var(--line)}.trust-bar__inner{display:flex;justify-content:center;align-items:center;gap:32px;min-height:78px}.trust-bar p{font-size:13px;font-weight:700;margin:0}.trust-bar i{width:5px;height:5px;background:var(--green);border-radius:50%}.section{padding:110px 0}.section-head{display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:end;margin-bottom:64px}.section h2{font-size:clamp(40px,4.5vw,64px);max-width:780px}.section-head p{color:var(--text);font-size:17px;margin:0 0 5px}.service-feature{display:grid;grid-template-columns:1.4fr .6fr;background:var(--pale);border-radius:var(--radius);overflow:hidden;margin-bottom:14px}.service-feature__image{height:460px;overflow:hidden}.service-feature img{width:100%;height:100%;object-fit:cover;transition:.5s}.service-feature:hover img{transform:scale(1.025)}.service-feature__copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:50px}.number{font-size:12px;color:var(--green);font-weight:800;letter-spacing:.12em}.service-feature h3{font-size:32px;line-height:1.1;margin:18px 0}.service-feature p{color:var(--text);margin:0 0 40px}.arrow-link{border:0}.arrow-link span{display:inline-block;margin-left:12px;transition:.2s}.arrow-link:hover span{transform:translateX(4px)}.service-row{display:grid;grid-template-columns:70px 1.1fr 1.3fr 30px;align-items:center;gap:20px;padding:27px 20px;border-bottom:1px solid var(--line);transition:.2s}.service-row:hover{background:var(--pale);padding-left:28px}.service-row h3{font-size:20px;margin:0}.service-row p{color:var(--text);margin:0}.service-row b{font-size:20px;color:var(--green)}.ndis{background:var(--deep);color:#fff;overflow:hidden}.ndis__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:center}.eyebrow--light{color:#79d2c6}.ndis__content>p{color:#c9dbd8;font-size:18px}.check-list{padding:0;margin:34px 0;list-style:none}.check-list li{border-top:1px solid rgba(255,255,255,.18);padding:15px 0 15px 30px;position:relative}.check-list li:before{content:"✓";position:absolute;left:0;color:#79d2c6;font-weight:900}.button--light{background:#fff;color:var(--deep)}.button--light:hover{background:var(--mint)}.text-link--light{border-color:#fff}.ndis__visual{position:relative}.ndis__visual>img{height:640px;width:100%;object-fit:cover;border-radius:var(--radius)}.ndis__badge{position:absolute;right:-24px;bottom:28px;width:170px;background:#fff;padding:15px;border-radius:14px;box-shadow:var(--shadow)}.process{background:var(--pale)}.process__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:110px}.process__intro{position:sticky;top:130px;align-self:start}.process__intro p{color:var(--text);font-size:17px;margin:25px 0 30px}.steps{list-style:none;padding:0;margin:0}.steps li{display:grid;grid-template-columns:80px 1fr;gap:20px;padding:38px 0;border-top:1px solid var(--line)}.steps li>span{color:var(--green);font-size:13px;font-weight:800}.steps h3{font-size:25px;margin:0 0 6px}.steps p{color:var(--text);margin:0}.story__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:100px;align-items:center}.story__images{position:relative;padding-right:70px;padding-bottom:60px}.story__main{width:100%;height:610px;object-fit:cover;border-radius:var(--radius)}.story__small{position:absolute;right:0;bottom:0;width:280px;height:205px;object-fit:cover;border:9px solid #fff;border-radius:var(--radius)}.story__copy p{font-size:17px;color:var(--text)}.story__copy .arrow-link{display:inline-block;margin-top:20px}.testimonials{background:var(--pale)}.rating{display:grid;grid-template-columns:auto auto;gap:0 12px;align-items:center}.rating strong{font-size:31px}.rating span{letter-spacing:3px;color:var(--green)}.rating small{grid-column:2;color:var(--text)}.quotes{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.quote{margin:0;background:#fff;border-radius:var(--radius);padding:36px}.quote--featured{background:var(--green);color:#fff;padding:55px}.quote blockquote{font-size:19px;line-height:1.55;margin:0 0 30px}.quote--featured blockquote{font-size:27px;line-height:1.45;letter-spacing:-.02em}.quote figcaption{display:flex;flex-direction:column}.quote figcaption span{font-size:12px;opacity:.7}.quote-stack{display:grid;gap:20px}.locations{background:#175257;color:#fff}.locations__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:center}.locations__copy p{color:#d1e1df;font-size:17px;margin:25px 0 32px}.suburbs{display:flex;flex-wrap:wrap;gap:10px}.suburbs span{border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:9px 15px;font-size:13px;background:rgba(255,255,255,.05)}.cta{padding:85px 0}.cta__inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.cta__inner>div>span{color:var(--green);font-weight:750}.cta h2{font-size:clamp(38px,4vw,58px);margin-top:8px}.cta__actions{display:flex;align-items:center;flex-direction:column;gap:14px;min-width:265px}.cta__actions>a:last-child{font-size:13px}footer{background:#09272a;color:#c9d7d5;padding:80px 0 0}.footer__grid{display:grid;grid-template-columns:1.7fr 1fr 1fr .9fr;gap:65px}.footer__brand img{width:220px;filter:brightness(0) invert(1);margin-bottom:22px}.footer__brand p{max-width:340px}.footer__grid h3{color:#fff;font-size:14px;margin:0 0 22px}.footer__grid>div:not(:first-child){display:flex;flex-direction:column;gap:9px;font-size:13px}.footer__grid p{margin:0}.socials{display:flex;gap:20px;font-size:13px;font-weight:700}.footer__bottom{margin-top:65px;border-top:1px solid rgba(255,255,255,.12);padding:22px 0;display:flex;justify-content:space-between;font-size:11px}.mobile-call{display:none}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:1000px){.nav{height:74px}.brand{width:175px}.nav nav,.nav__cta{display:none}.menu-button{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;border:0;background:transparent;width:52px;height:52px}.menu-button span{width:23px;height:2px;background:var(--ink)}.menu-button b{position:absolute;clip:rect(0,0,0,0)}.nav nav.open{display:flex;position:absolute;top:74px;left:0;right:0;background:#fff;padding:25px 20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}.hero__grid,.ndis__grid,.story__grid,.locations__grid{gap:50px}.hero__image{height:520px}.floating-note{left:-20px}.section{padding:85px 0}.process__grid{gap:65px}.footer__grid{grid-template-columns:1.4fr 1fr 1fr}.footer__grid>div:last-child{grid-column:2}.service-feature__copy{padding:35px}.story__images{padding-right:35px}.story__small{width:220px}}
@media(max-width:760px){.wrap{width:min(100% - 28px,1240px)}.utility__inner span{display:none}.utility__inner{justify-content:center}.hero{padding:44px 0 52px}.hero__grid,.section-head,.service-feature,.ndis__grid,.process__grid,.story__grid,.quotes,.locations__grid{grid-template-columns:1fr}.hero__grid{gap:45px}.hero h1{font-size:49px}.hero__lead{font-size:17px}.hero__proof{margin-top:38px;overflow-x:auto}.hero__proof div{padding:0 14px;min-width:105px}.hero__image{height:450px}.hero__visual{padding-right:14px}.floating-note{left:12px;right:-3px;bottom:0}.trust-bar__inner{justify-content:flex-start;overflow:auto;padding:18px 0;gap:18px}.trust-bar p{white-space:nowrap}.section{padding:70px 0}.section-head{gap:20px;margin-bottom:42px}.section h2{font-size:42px}.service-feature__image{height:310px}.service-feature__copy{padding:28px}.service-row{grid-template-columns:42px 1fr 24px;gap:10px;padding:23px 8px}.service-row p{grid-column:2;font-size:14px}.service-row b{grid-column:3;grid-row:1}.ndis__grid{display:flex;flex-direction:column}.ndis__content{order:2}.ndis__visual>img{height:380px}.ndis__badge{right:12px;width:135px}.actions{align-items:flex-start;flex-direction:column;gap:20px}.process__intro{position:static}.story__main{height:430px}.story__small{width:185px;height:145px}.testimonials .section-head{display:flex;flex-direction:column;align-items:flex-start}.quote--featured{padding:35px}.quote--featured blockquote{font-size:21px}.locations__grid{gap:45px}.cta{padding:65px 0 95px}.cta__inner{align-items:flex-start;flex-direction:column}.cta__actions{align-items:flex-start}.footer__grid{grid-template-columns:1fr 1fr;gap:44px 28px}.footer__brand{grid-column:1/-1}.footer__grid>div:last-child{grid-column:auto}.footer__bottom{flex-direction:column;gap:8px}.mobile-call{display:block;position:fixed;z-index:40;bottom:12px;left:14px;right:14px;text-align:center;background:var(--green);color:#fff;border-radius:999px;padding:14px;font-weight:800;box-shadow:0 8px 30px rgba(13,48,51,.3)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.service-feature img,.button{transition:none}}

/* 101 Physio-inspired refinement: recovery-led type, outcomes and stronger enquiry panel */
.hero__kicker{font-size:clamp(25px,2.5vw,37px);font-weight:700;letter-spacing:-.04em;line-height:1.1;margin:0 0 9px;color:var(--green)}.hero h1{font-size:clamp(54px,5.4vw,84px);max-width:730px}
.outcomes{background:var(--green);color:#fff}.outcomes__head{display:grid;grid-template-columns:1fr .7fr;gap:70px;align-items:end;margin-bottom:60px}.outcomes__head .eyebrow{grid-column:1/-1;margin-bottom:-35px}.outcomes__head p{color:#d7efec;font-size:17px;margin:0}.outcomes__grid{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid rgba(255,255,255,.28)}.outcome{padding:35px 30px 40px;border-right:1px solid rgba(255,255,255,.28)}.outcome:last-child{border-right:0}.outcome>span{font-size:12px;color:#bce8e2;font-weight:800}.outcome h3{font-size:23px;line-height:1.15;margin:28px 0 12px}.outcome p{font-size:14px;color:#d7efec;margin:0}
.cta{padding:90px 0;background:var(--pale)}.cta__panel{display:grid;grid-template-columns:1.15fr .85fr;background:var(--deep);color:#fff;border-radius:var(--radius);overflow:hidden}.cta__copy{padding:75px}.cta__copy p{color:#c9dbd8;font-size:18px;max-width:540px;margin:25px 0 0}.cta h2{font-size:clamp(42px,4.8vw,68px);max-width:660px}.cta__contact{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:var(--green);padding:60px}.cta__contact>span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#d7efec}.cta__phone{font-size:clamp(30px,3vw,45px);font-weight:750;letter-spacing:-.04em;line-height:1.1;margin:15px 0 3px}.cta__contact p{font-size:13px;margin:0 0 28px;color:#d7efec}.cta__referral{font-size:12px;font-weight:700;margin-top:18px;border-bottom:1px solid rgba(255,255,255,.65)}
@media(max-width:1000px){.outcomes__grid{grid-template-columns:1fr 1fr}.outcome:nth-child(2){border-right:0}.outcome:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.28)}.cta__copy{padding:55px}.cta__contact{padding:45px}}
@media(max-width:760px){.hero__kicker{font-size:26px}.hero h1{font-size:51px}.outcomes__head,.cta__panel{grid-template-columns:1fr}.outcomes__head{gap:20px}.outcomes__head .eyebrow{grid-column:auto;margin-bottom:0}.outcomes__grid{grid-template-columns:1fr}.outcome,.outcome:nth-child(2){border-right:0;border-bottom:1px solid rgba(255,255,255,.28)}.outcome:last-child{border-bottom:0}.cta__copy,.cta__contact{padding:38px 28px}}

/* Original-site partner and program marks */
.trust-partners{background:#fff}.trust-partners__head{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end;margin-bottom:48px}.trust-partners__head p{color:var(--text);font-size:17px;margin:0 0 5px}.trust-logos{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.trust-logo{min-height:185px;padding:27px 20px 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:18px;border-right:1px solid var(--line);text-align:center;transition:background .2s}.trust-logo:last-child{border-right:0}.trust-logo:hover{background:var(--pale)}.trust-logo img{width:100%;height:78px;object-fit:contain}.trust-logo span{font-size:10px;line-height:1.35;color:var(--text);font-weight:700;text-transform:uppercase;letter-spacing:.06em}
@media(max-width:1000px){.trust-logos{grid-template-columns:repeat(3,1fr)}.trust-logo:nth-child(3){border-right:0}.trust-logo:nth-child(-n+3){border-bottom:1px solid var(--line)}}
@media(max-width:760px){.trust-partners__head{grid-template-columns:1fr;gap:20px}.trust-logos{grid-template-columns:1fr 1fr}.trust-logo,.trust-logo:nth-child(3){border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-logo:nth-child(even){border-right:0}.trust-logo:nth-last-child(-n+2){border-bottom:0}.trust-logo{min-height:160px;padding:20px 14px}.trust-logo img{height:68px}}
/* Review provenance */
.review-source{display:flex;align-items:center;gap:9px;margin:0 0 20px;padding-top:19px;border-top:1px solid var(--line);font-size:11px;color:var(--text)}.quote--featured .review-source{border-color:rgba(255,255,255,.28);color:#fff}.google-mark{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#fff;color:#4285f4;font-size:15px;font-weight:800;box-shadow:0 2px 8px rgba(18,56,59,.1)}.review-source strong{font-weight:800}
/* Supplied Google rating artwork */
.rating .google-stars{display:block;width:138px;height:54px;object-fit:contain}.rating small{align-self:start}
@media(max-width:760px){.rating .google-stars{width:126px;height:48px}}