/*
Theme Name: Physiotherapy Villa
Theme URI: https://physiotherapyvilla.com
Author: Physiotherapy Villa
Description: Responsive physiotherapy and rehabilitation WordPress theme built for the Physiotherapy Villa site.
Version: 1.0
*/
:root{--navy:#0b2d62;--blue:#0b63c9;--light:#f3f8fd;--text:#14213d}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);line-height:1.6;background:#fff}a{color:var(--blue);text-decoration:none}.container{width:min(1120px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #e5eaf0}.nav{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center}.brand img{width:250px;max-width:52vw;height:auto}.menu{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0;font-weight:600;font-size:14px}.menu a{color:#0b1838}.menu .cta{background:var(--blue);color:#fff;padding:10px 18px;border-radius:3px}.mobile-toggle{display:none}.hero{background:var(--light)}.hero-grid{display:grid;grid-template-columns:1fr 1.45fr;min-height:410px}.hero-copy{padding:65px 30px 55px 0;display:flex;flex-direction:column;justify-content:center}.hero-copy h1{font-size:52px;line-height:.98;margin:0 0 12px;color:var(--navy);letter-spacing:1px}.hero-copy .sub{font-size:22px;color:var(--blue);font-weight:700;margin-bottom:12px}.hero-copy p{max-width:500px}.buttons{display:flex;gap:14px;margin-top:18px;flex-wrap:wrap}.btn{display:inline-block;padding:12px 22px;border-radius:3px;border:1px solid var(--blue);font-weight:700}.btn.primary{background:var(--blue);color:#fff}.hero-image{background:url('assets/hero.jpg') center/cover no-repeat;min-height:410px}.feature-strip{background:#fff;padding:18px 0;border-bottom:1px solid #e6edf5}.features{display:grid;grid-template-columns:repeat(3,1fr)}.feature{padding:12px 28px;border-right:1px solid #ddd}.feature:last-child{border:0}.feature h3{margin:0;color:var(--navy)}.section{padding:55px 0}.section.alt{background:var(--light)}.about-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:38px;align-items:center}.about-img{height:240px;background:url('assets/about.jpg') center/cover;border-radius:4px}.section h2{text-align:center;color:var(--navy);font-size:28px;margin:0 0 12px}.about-copy h2{text-align:left}.topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:25px}.topic{border-radius:5px;overflow:hidden;background:#fff;border:1px solid #dce5ee}.topic img{width:100%;height:145px;object-fit:cover}.topic h3{font-size:16px;text-align:center;margin:8px}.band{background:var(--light)}.movement{display:grid;grid-template-columns:1fr 1.6fr;gap:35px;align-items:center}.movement-img{height:170px;background:url('assets/movement.jpg') center/cover;border-radius:4px}.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.post-card{border:1px solid #dde5ed;border-radius:5px;overflow:hidden;background:#fff}.post-card img{width:100%;height:150px;object-fit:cover}.post-card .inner{padding:15px}.post-card h3{font-size:18px;line-height:1.25;margin:0 0 8px}.dark-cta{background:var(--navy);color:#fff;padding:25px 0}.dark-cta .container{display:flex;align-items:center;justify-content:space-between;gap:20px}.dark-cta h2{color:#fff;text-align:left;margin:0}.site-footer{background:#071a38;color:#dbe7f7;padding:38px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px}.site-footer h3{color:#fff}.copyright{border-top:1px solid #28405f;margin-top:25px;padding-top:18px;font-size:13px}.content-page{padding:55px 0}.content-page .entry{max-width:850px;margin:auto}.entry h1{color:var(--navy);font-size:40px;line-height:1.1}.entry img{max-width:100%;height:auto}.entry h2,.entry h3{color:var(--navy)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.screen-reader-text{position:absolute;left:-9999px}@media(max-width:900px){.menu{gap:12px;font-size:12px}.brand img{width:210px}.hero-grid{grid-template-columns:1fr}.hero-image{min-height:300px}.hero-copy{padding:45px 0}.features,.about-grid,.movement{grid-template-columns:1fr}.feature{border-right:0;border-bottom:1px solid #ddd}.topic-grid,.posts,.blog-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.mobile-toggle{display:block;background:none;border:0;font-size:25px}.menu{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;padding:18px;flex-direction:column;align-items:flex-start;border-bottom:1px solid #ddd}.menu.open{display:flex}.hero-copy h1{font-size:40px}.topic-grid,.posts,.blog-grid{grid-template-columns:1fr}.dark-cta .container{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr}}