/* Vinayaka Physiotherapy Centre — static site styles */
:root{
  --bg:#fbf7fa;
  --surface:#f7f1f6;
  --card:#ffffff;
  --fg:#221a26;
  --muted:#6a6172;
  --border:#ebe1ea;
  --primary:#9c2c7c;
  --primary-deep:#6b1d56;
  --primary-soft:#f3dfee;
  --accent:#ecd5e6;
  --lavender:#efdcec;
  --grad: linear-gradient(135deg, var(--primary-deep), var(--primary));
  --grad-soft: linear-gradient(180deg, var(--primary-soft), transparent 70%);
  --shadow-card: 0 2px 8px -2px rgba(34,26,38,.06), 0 8px 32px -12px rgba(34,26,38,.08);
  --shadow-elevated: 0 12px 40px -16px rgba(156,44,124,.35);
  --shadow-soft: 0 6px 24px -10px rgba(156,44,124,.25);
  --t: 250ms cubic-bezier(.4,0,.2,1);
  --radius: 14px;
  --primary-color:var(--primary);
  --secondary-color:#c36aa6;
  --accent-color:#f0cfe4;
  --dark-color:#2b1730;
  --light-bg:#fff7fc;
  --text-color:var(--fg);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--fg);font-family:"Inter",ui-sans-serif,system-ui,sans-serif;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;line-height:1.55}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:"Fraunces","Playfair Display",Georgia,serif;letter-spacing:-.015em;margin:0 0 .6rem;font-weight:600;line-height:1.15}
p{margin:0 0 1rem}

.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1rem}
@media(min-width:640px){.container{padding-inline:1.5rem}}
@media(min-width:768px){.container{padding-inline:2rem}}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;font-size:.95rem;
  padding:.75rem 1.4rem;border-radius:9999px;transition:var(--t);cursor:pointer;border:1px solid transparent;
  line-height:1;white-space:nowrap;font-family:inherit}
.btn-primary{background:var(--grad);color:#fff;box-shadow:var(--shadow-soft)}
.btn-primary:hover,.btn-primary:focus{color:#fff!important;transform:translateY(-1px);box-shadow:var(--shadow-elevated)}
.btn-outline{background:transparent;color:var(--primary-deep);border-color:var(--primary)}
.btn-outline:hover,.btn-outline:focus{background:var(--primary-soft);color:var(--primary-deep)!important}
.btn-ghost{background:var(--card);color:var(--fg);border-color:var(--border)}
.btn-ghost:hover,.btn-ghost:focus{background:var(--surface);color:var(--primary-deep)!important}
.btn-white{background:#fff;color:var(--primary-deep)}
.btn-on-dark{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.6)}
.btn-white:hover,.btn-white:focus{color:#7b1058!important}
.btn-on-dark:hover,.btn-on-dark:focus{color:#fff!important;border-color:rgba(255,255,255,.86)}

/* Eyebrow */
.eyebrow{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;text-transform:uppercase;
  letter-spacing:.14em;color:var(--primary-deep);background:var(--primary-soft);padding:.4rem .85rem;border-radius:9999px}

/* Card */
.card{background:var(--card);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-card);transition:var(--t)}
.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-elevated);border-color:rgba(156,44,124,.3)}

/* Header */
.site-header{display:block!important;width:100%!important;max-width:none!important;margin:0!important}

.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #f0e5ee;box-shadow:0 2px 16px rgba(43,23,48,.04);transition:var(--t)}
.site-header.scrolled{background:#fff;border-bottom:1px solid #eadde7;box-shadow:0 8px 26px rgba(43,23,48,.08)}
.header-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.25rem;min-height:92px}
.logo{display:inline-flex;align-items:center;flex-shrink:0}
.logo img{height:58px;width:auto}
@media(min-width:768px){.logo img{height:62px}}

.nav{display:none;align-items:center;justify-content:center;gap:clamp(1rem,1.55vw,2rem);min-width:0}
.header-cta{display:none}
@media(min-width:1200px){.nav{display:flex}.header-cta{display:flex;align-items:center;gap:.55rem}.menu-btn{display:none}}
.nav a.nav-link, .nav .has-children > a{font-size:14px;font-weight:800;color:#21172b;padding:35px 0 33px;position:relative;transition:color var(--t);display:inline-flex;align-items:center;gap:.38rem;line-height:1;white-space:nowrap}
.nav a.nav-link:hover, .nav .has-children:hover > a{color:#9c2c7c}
.nav a.active{color:#a01876}
.nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;border-radius:3px;background:#d15da8}
.chev{display:inline-block;width:11px;height:11px;opacity:1;transition:transform var(--t);object-fit:contain}
.has-children:hover .chev{transform:rotate(180deg)}

/* Dropdown */
.has-children{position:relative}
.dropdown{position:absolute;left:50%;top:100%;transform:translateX(-50%);padding-top:0;opacity:0;visibility:hidden;
  transition:all .2s;z-index:50}
.has-children:hover .dropdown{opacity:1;visibility:visible}
.dropdown-inner{background:#fff;border:1px solid #eadde7;border-radius:8px;padding:.5rem;
  box-shadow:0 20px 45px rgba(42,23,48,.14);min-width:240px}
.dropdown-inner.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:.25rem;min-width:460px}
.dropdown a{display:block;padding:.68rem 1rem;border-radius:6px;font-size:.875rem;color:#21172b;font-weight:600;transition:var(--t)}
.dropdown a:hover,
.dropdown a.active{background:#fff4fb;color:#9c2c7c;font-weight:800}
.dropdown-inner.services-menu{
  display:grid;
  grid-template-columns:1fr 1fr 1.25fr;
  gap:.5rem;
  min-width:800px;
  max-width:min(880px, calc(100vw - 2rem));
  padding:.7rem;
}
.service-menu-group{
  display:flex;
  flex-direction:column;
  gap:.08rem;
  min-width:0;
}
.dropdown .service-menu-title{
  color:#9c2c7c;
  font-weight:800;
  background:#fff4fb;
  margin-bottom:.2rem;
}
.dropdown .service-menu-group a{
  white-space:normal;
  line-height:1.35;
}

.menu-btn{background:transparent;border:0;cursor:pointer;padding:.5rem;border-radius:8px}
.menu-btn:hover{background:var(--surface)}
.menu-btn svg,.menu-btn img{width:24px;height:24px}
.header-cta{justify-content:flex-end}
.header-phone{display:inline-flex;align-items:center;gap:.75rem;color:#21172b;font-size:14px;font-weight:800;white-space:nowrap;padding:.5rem .6rem}
.header-phone img{width:18px;height:18px;object-fit:contain}
.header-book{min-width:138px;min-height:58px;border-radius:8px!important;padding:.75rem 1.4rem!important;text-align:center;font-size:15px!important;line-height:1.12!important;font-weight:800!important;background:#95186d!important;color:#fff!important;box-shadow:none!important}
.header-book:hover,.header-book:focus{background:#7f125b!important;color:#fff7fc!important;transform:translateY(-1px)}

@media(max-width:1399px) and (min-width:1200px){
  .header-phone span{display:none}
  .header-phone{width:44px;height:44px;justify-content:center;padding:0;border-radius:50%;background:#fff4fb}
  .header-book{min-width:126px;min-height:52px;padding:.65rem 1rem!important;font-size:14px!important}
}

/* Mobile menu */
.mobile-menu{display:none;border-top:1px solid var(--border);background:var(--bg);max-height:calc(100vh - 76px);overflow-y:auto;overscroll-behavior:contain}
.mobile-menu.open{display:block}
.mobile-menu .container{padding-block:1rem;display:flex;flex-direction:column;gap:.25rem}
.mobile-menu a.m-link, .mobile-menu .m-acc > button{
  display:flex;align-items:center;justify-content:space-between;width:100%;
  padding:.85rem .5rem;font-size:1rem;font-weight:500;color:var(--fg);
  background:transparent;border:0;border-bottom:1px solid rgba(235,225,234,.6);text-align:left;cursor:pointer;font-family:inherit
}
.m-acc-body{display:none;padding:.25rem 0 .5rem 1rem;flex-direction:column}
.m-acc.open .m-acc-body{display:flex}
.m-acc.open .chev{transform:rotate(180deg)}
.m-acc-body a{padding:.5rem;border-radius:6px;font-size:.875rem;color:var(--muted);font-weight:600;transition:var(--t)}
.m-acc-body a:hover,
.m-acc-body a.active{background:#fff4fb;color:var(--primary-deep);font-weight:800}
.service-mobile-groups{gap:.7rem}
.m-service-group{
  display:flex;
  flex-direction:column;
  gap:.05rem;
}
.m-acc-body a.m-service-title{
  color:var(--primary-deep);
  font-weight:800;
  padding-top:.75rem;
  padding-bottom:.35rem;
}
.m-service-group a:not(.m-service-title){
  padding-left:1rem;
}
.mobile-cta{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}

/* Hero (home) */
.hero{position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:var(--grad-soft);z-index:-1}
.hero .container{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;padding-block:3rem 5rem}
@media(min-width:1024px){.hero .container{grid-template-columns:6fr 6fr;gap:3.5rem;padding-block:5rem 7rem}}
.hero h1{font-size:clamp(2.25rem,5vw,4.5rem);font-weight:600;line-height:1.08;letter-spacing:-.025em}
.hero h1 em{font-style:italic;color:var(--primary-deep);font-weight:600}
.hero .lead{margin-top:1.25rem;font-size:1.0625rem;color:var(--muted);max-width:560px}
.hero-cta{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem}
.hero-stats{margin-top:2.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:420px}
.hero-stats .v{font-family:"Fraunces",serif;font-size:1.75rem;font-weight:600;color:var(--primary-deep)}
.hero-stats .l{font-size:.75rem;color:var(--muted);margin-top:.25rem}
.hero-img{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-elevated)}
.hero-img img{width:100%;height:280px;object-fit:cover}
@media(min-width:640px){.hero-img img{height:380px}}
@media(min-width:768px){.hero-img img{height:480px}}
@media(min-width:1024px){.hero-img img{height:540px}}
.hero-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.25));pointer-events:none}
.hero-badge{display:none;position:absolute;bottom:-32px;left:-24px;background:#fff;border:1px solid var(--border);
  border-radius:18px;padding:1rem;align-items:center;gap:.75rem;max-width:280px;box-shadow:var(--shadow-card)}
@media(min-width:768px){.hero-badge{display:flex}}
.hero-badge .ic{width:48px;height:48px;border-radius:50%;background:var(--grad);color:#fff;display:grid;place-items:center}
.hero-badge p{margin:0}
.hero-badge .t{font-size:.875rem;font-weight:600}
.hero-badge .s{font-size:.75rem;color:var(--muted)}

/* Sections */
section{position:relative}
.section{padding-block:4rem}
@media(min-width:768px){.section{padding-block:6rem}}
.section .container{position:relative}
.section.bg-surface{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}

.section-head{text-align:center;max-width:640px;margin:0 auto 3.5rem}
.section-head h2{font-size:clamp(1.75rem,3.5vw,3rem);font-weight:600}
.section-head p{color:var(--muted);margin-top:1rem}

/* Intro */
.intro-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}
@media(min-width:1024px){.intro-grid{grid-template-columns:5fr 7fr}}
.intro-grid h2{font-size:clamp(1.75rem,3.5vw,3rem)}
.intro-grid .body{color:var(--muted);font-size:1.0625rem}
.intro-grid .body strong{color:var(--primary-deep);font-weight:600}

/* Service cards grid */
.grid-cards{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media(min-width:640px){.grid-cards{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.grid-cards{grid-template-columns:repeat(3,1fr)}}
.grid-cards.cols-4{}
@media(min-width:1024px){.grid-cards.cols-4{grid-template-columns:repeat(4,1fr)}}
.service-card{padding:1.75rem;display:flex;flex-direction:column}
.service-card .ic{width:48px;height:48px;border-radius:14px;background:var(--grad);color:#fff;display:grid;place-items:center;margin-bottom:1.25rem}
.service-card h3{font-size:1.25rem;margin-bottom:.5rem}
.service-card p{font-size:.875rem;color:var(--muted);flex:1;line-height:1.65}
.service-card .more{margin-top:1.25rem;color:var(--primary-deep);font-weight:600;font-size:.875rem;display:inline-flex;align-items:center;gap:.4rem;transition:gap var(--t)}
.service-card:hover .more{gap:.7rem}

/* Why Us */
.why-grid{display:grid;grid-template-columns:1fr;gap:3rem}
@media(min-width:1024px){.why-grid{grid-template-columns:4fr 8fr}}
.why-grid .lead-col h2{font-size:clamp(1.75rem,3.5vw,3rem)}
.why-grid .lead-col p{color:var(--muted);margin-top:1rem}
.why-items{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media(min-width:640px){.why-items{grid-template-columns:1fr 1fr}}
.why-items .card{padding:1.5rem}
.why-items .ic{width:44px;height:44px;border-radius:12px;background:var(--primary-soft);color:var(--primary-deep);
  display:grid;place-items:center;margin-bottom:1rem}
.why-items h3{font-size:1.1rem;margin-bottom:.4rem}
.why-items p{font-size:.875rem;color:var(--muted);margin:0}

/* CTA Band */
.cta-band{padding:2rem 1rem 4rem}
@media(min-width:768px){.cta-band{padding-block:2rem 5rem}}
.cta-card{position:relative;overflow:hidden;border-radius:28px;padding:3rem 1.25rem;text-align:center;color:#fff;background:var(--grad)}
@media(min-width:640px){.cta-card{padding:3.5rem 2rem}}
@media(min-width:768px){.cta-card{padding:5rem 3.5rem}}
.cta-card .eb{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;opacity:.9;margin-bottom:1rem;font-weight:600}
.cta-card h2{font-size:clamp(1.5rem,4vw,3rem);max-width:720px;margin:0 auto;line-height:1.2;color:#fff}
.cta-card p{margin-top:1rem;max-width:640px;margin-inline:auto;opacity:.9;font-size:1.0625rem}
.cta-card .cta-row{margin-top:2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}
.cta-card::before{content:"";position:absolute;top:-80px;right:-80px;width:288px;height:288px;border-radius:50%;background:#fff;opacity:.2;filter:blur(60px)}
.cta-card::after{content:"";position:absolute;bottom:-96px;left:-64px;width:288px;height:288px;border-radius:50%;background:#fff;opacity:.1;filter:blur(80px)}

/* Gallery */
.gallery-head{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:2.5rem}
.gallery-head h2{font-size:clamp(1.75rem,3.5vw,3rem);margin:0}
.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media(min-width:768px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}
.gallery-grid .g{border-radius:18px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-card)}
.gallery-grid .g img{width:100%;height:200px;object-fit:cover;transition:transform .7s}
.gallery-grid .g:hover img{transform:scale(1.05)}
@media(min-width:768px){
  .gallery-grid .g img{height:260px}
  .gallery-grid .g:first-child{grid-column:span 2;grid-row:span 2}
  .gallery-grid .g:first-child img{height:100%;min-height:540px}
}

/* Page header with banner */
.page-header{position:relative;overflow:hidden;isolation:isolate;color:#fff;text-align:center}
.page-header .bg{position:absolute;inset:0;z-index:-2}
.page-header .bg img{width:100%;height:100%;object-fit:cover}
.page-header .overlay{position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg, rgba(107,29,86,.78) 0%, rgba(107,29,86,.55) 55%, rgba(107,29,86,.70) 100%)}
.page-header .container{padding-block:5rem 4rem}
@media(min-width:768px){.page-header .container{padding-block:8rem 7rem}}
.page-header .eb{display:inline-flex;align-items:center;font-size:.7rem;font-weight:600;text-transform:uppercase;
  letter-spacing:.18em;padding:.35rem .85rem;border-radius:9999px;margin-bottom:1.25rem;
  background:rgba(255,255,255,.18);backdrop-filter:blur(6px)}
.page-header h1{font-size:clamp(1.875rem,4.5vw,4rem);max-width:780px;margin:0 auto;color:#fff;
  text-shadow:0 2px 24px rgba(0,0,0,.25)}
.page-header .sub{margin-top:1.25rem;max-width:640px;margin-inline:auto;font-size:1.0625rem;color:rgba(255,255,255,.92)}

/* Plain page header (no banner) */
.page-header.plain{color:var(--fg)}
.page-header.plain::before{content:"";position:absolute;inset:0;z-index:-1;background:var(--grad-soft)}
.page-header.plain h1{color:var(--fg);text-shadow:none}
.page-header.plain .sub{color:var(--muted)}
.page-header.plain .eb{background:var(--primary-soft);color:var(--primary-deep)}

/* Content / prose */
.prose{max-width:768px;margin:0 auto;padding-block:2.5rem 3rem;color:var(--fg);font-size:1.0625rem;line-height:1.75}
.prose p{margin-bottom:1.1rem}
.prose strong{color:var(--primary-deep)}
.related{margin-top:3rem;padding-top:2.5rem;border-top:1px solid var(--border)}
.related h3{font-size:1.1rem;color:var(--primary-deep);margin-bottom:1rem}
.related-list{display:flex;flex-wrap:wrap;gap:.75rem}

/* About section side navigation */
.about-side-section{
  background:#fff;
}
.about-side-layout{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:3rem;
  align-items:start;
  padding-block:3rem 4rem;
}
.about-side-nav{
  position:sticky;
  top:118px;
  background:#fff;
  border:1px solid #eadde7;
  border-radius:12px;
  box-shadow:0 16px 38px rgba(42,23,48,.08);
  padding:1rem;
}
.about-side-nav span{
  display:block;
  color:#9c2c7c;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  margin:0 0 .65rem;
  text-transform:uppercase;
}
.service-side-nav strong{
  display:block;
  color:#25142b;
  font-size:1.05rem;
  font-weight:800;
  line-height:1.25;
  margin:0 0 .85rem;
}
.about-side-nav nav{
  display:flex;
  flex-direction:column;
  gap:.35rem;
}
.about-side-nav a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  color:#21172b;
  border-radius:8px;
  padding:.82rem .9rem;
  font-size:.94rem;
  font-weight:700;
  line-height:1.25;
  transition:var(--t);
}
.about-side-nav a::after{
  content:"";
  width:7px;
  height:7px;
  border-top:2px solid currentColor;
  border-right:2px solid currentColor;
  transform:rotate(45deg);
  opacity:.45;
  flex:0 0 auto;
  transition:var(--t);
}
.about-side-nav a:hover,
.about-side-nav a.active{
  background:#fff4fb;
  color:#9c2c7c;
  font-weight:800;
}
.about-side-nav a:hover::after,
.about-side-nav a.active::after{
  opacity:1;
  transform:translateX(2px) rotate(45deg);
}
.about-side-content{
  min-width:0;
}
.content-heading{
  color:#25142b;
  font-family:"Inter",ui-sans-serif,system-ui,sans-serif;
  font-size:clamp(1.45rem,2.2vw,2rem);
  font-weight:800;
  letter-spacing:0;
  line-height:1.2;
  margin:0 0 1.1rem;
}
.about-side-content.prose{
  max-width:900px;
  margin:0;
  padding-block:0;
}
.about-page-content > section{
  padding-left:0;
  padding-right:0;
}
.about-page-content .container{
  max-width:none;
  padding-inline:0;
}

/* Services hub */
.services-groups{padding-block:3rem 4rem}
.services-groups section{margin-bottom:4rem}
.services-groups h2{font-size:clamp(1.4rem,2.5vw,2rem);color:var(--primary-deep);margin-bottom:1.5rem}

/* Contact */
.contact-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-block:3rem 4rem}
@media(min-width:1024px){.contact-grid{grid-template-columns:2fr 3fr}}
.info-stack{display:flex;flex-direction:column;gap:1rem}
.info-card{display:flex;gap:1rem;padding:1.25rem;align-items:flex-start}
.info-card .ic{width:44px;height:44px;border-radius:12px;background:var(--grad);color:#fff;display:grid;place-items:center;flex-shrink:0}
.info-card .t{font-weight:600;margin-bottom:.25rem}
.info-card .l{font-size:.875rem;color:var(--muted);word-break:break-word}
.form-card{padding:2rem}
@media(min-width:768px){.form-card{padding:2.5rem}}
.form-card h2{font-size:1.5rem;margin-bottom:.25rem}
.form-card .sub{color:var(--muted);font-size:.875rem;margin-bottom:1.5rem}
.form-status{
  display:none;
  margin:0 0 1.25rem;
  padding:.85rem 1rem;
  border-radius:8px;
  font-size:.9rem;
  font-weight:700;
}
.form-status.success{
  display:block;
  background:#f0f8f3;
  color:#25633a;
  border:1px solid #b9dfc6;
}
.form-status.error{
  display:block;
  background:#fff4fb;
  color:#8a0f62;
  border:1px solid #e8bed9;
}
.form-row{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}
@media(min-width:640px){.form-row.two{grid-template-columns:1fr 1fr}}
.field label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.4rem}
.field input,.field textarea,.field select{width:100%;border:1px solid var(--border);background:#fff;border-radius:14px;padding:.85rem 1rem;font-size:.9rem;font-family:inherit;color:var(--fg);transition:var(--t)}
.field select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#9c2c7c 50%),linear-gradient(135deg,#9c2c7c 50%,transparent 50%);background-position:calc(100% - 20px) 50%,calc(100% - 14px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:2.75rem}
.field select optgroup{color:#25142b;font-weight:800}
.field select option{color:var(--fg);font-weight:400}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(156,44,124,.18)}

/* Footer */
.site-footer{display:block!important;width:100%!important;max-width:none!important;margin:0!important}

.site-footer{margin-top:6rem;border-top:1px solid var(--border);background:var(--surface)}
.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;padding-block:4rem}
@media(min-width:768px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}
.footer-grid h4{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--primary-deep);margin-bottom:1rem}
.footer-grid ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}
.footer-grid li a, .footer-info li{font-size:.875rem;color:var(--muted)}
.footer-grid li a:hover{color:var(--primary-deep)}
.footer-info li{display:flex;gap:.75rem;align-items:flex-start}
.footer-info svg{width:16px;height:16px;color:var(--primary);flex-shrink:0;margin-top:2px}
.footer-info a{color:var(--muted)}
.footer-info a:hover{color:var(--primary-deep)}
.footer-logo > a > img{height:56px;margin-bottom:1rem}
.footer-bottom{border-top:1px solid var(--border);padding:1.5rem max(1rem,calc((100vw - 1200px)/2 + 1rem));display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;font-size:.75rem;color:var(--muted)}
.footer-credit{color:inherit;font-weight:700;text-decoration:none;white-space:nowrap;transition:color var(--t)}
.footer-credit:hover,.footer-credit:focus{color:var(--primary-deep)}

/* Fade-up animation */
@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
.fade-up{animation:fadeUp 700ms cubic-bezier(.16,1,.3,1) both}

.icon{width:1em;height:1em;display:inline-block;vertical-align:-.125em;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* Home page redesign based on design/home-page-design.png */

.btn{border-radius:8px;font-size:.86rem;padding:.9rem 1.35rem}
.btn img{width:16px;height:16px;object-fit:contain}
.btn-primary{background:#8f2a75;color:#fff!important;box-shadow:0 10px 22px rgba(143,42,117,.24)}
.btn-outline{background:#fff;color:#5d4b65;border-color:#eadde7;box-shadow:0 8px 18px rgba(45,27,51,.05)}
.btn-outline:hover,.btn-outline:focus{border-color:#c273aa;background:#fff6fb;color:var(--primary-deep)!important}
.btn-white{color:#8f2a75;border-color:#fff;background:#fff}
.btn-on-dark:hover,.btn-on-dark:focus,.btn-white:hover,.btn-white:focus{transform:translateY(-1px)}

.eyebrow,.section-kicker{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f7ddea;color:#b15b98;font-size:.76rem;font-weight:800;letter-spacing:0;text-transform:none;padding:.46rem 1rem}
.section-kicker{background:transparent;padding:0;color:#c777ad;text-transform:uppercase;font-size:.72rem;letter-spacing:.08em}

.home-hero{
  --vpc-hero-primary:#73114f;
  --vpc-hero-text:#1b1021;
  --vpc-hero-muted:#62596a;
  overflow:hidden;
  background:#f6e7f1;
  border-bottom:1px solid #f0e7ef;
}
.home-hero .container{
  max-width:none;
  padding-inline:0;
}
.home-hero-grid{
  display:grid;
  grid-template-columns:52% 48%;
  gap:0;
  align-items:stretch;
  min-height:650px;
  height:650px;
  position:relative;
}
.home-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  z-index:2;
  padding:62px 5vw 46px;
  background:#f6e7f1;
}
.home-hero .eyebrow{
  align-self:flex-start;
  width:max-content;
  max-width:100%;
  margin-bottom:18px;
}
.home-hero h1{
  max-width:680px;
  margin:0;
  color:var(--vpc-hero-text);
  font-size:clamp(40px,4.8vw,62px);
  line-height:1.14;
  font-weight:800;
  letter-spacing:0;
}
.home-hero h1 em{
  display:block;
  color:var(--vpc-hero-primary);
  font-style:normal;
}
.home-hero .lead{
  max-width:590px;
  margin:24px 0 28px;
  color:var(--vpc-hero-muted);
  font-size:16px;
  line-height:1.65;
}
.hero-cta{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  margin:0 0 40px;
}
.home-hero .btn{
  min-height:52px;
  padding:13px 26px;
  gap:12px;
  font-size:15px;
  font-weight:800;
  transition:all .3s ease;
}
.home-hero .btn:hover{
  transform:translateY(-4px);
}
.home-hero .btn-primary{
  background:linear-gradient(135deg,#a01876,#8a0f62);
  box-shadow:0 14px 30px rgba(138,15,98,.25);
}
.home-hero .btn-primary:hover{
  box-shadow:0 20px 42px rgba(138,15,98,.35);
}
.home-hero .btn-outline{
  color:var(--vpc-hero-text);
  border-color:rgba(138,15,98,.18);
  box-shadow:0 10px 22px rgba(37,20,43,.05);
}
.home-hero .btn-outline:hover{
  color:#fff;
  background:var(--vpc-hero-primary);
  box-shadow:0 18px 34px rgba(138,15,98,.18);
}
.home-hero .btn-outline:hover img{
  filter:brightness(0) invert(1);
}
.home-hero-image{
  position:relative;
  align-self:stretch;
  margin:0;
  height:100%;
  min-height:0;
  overflow:hidden;
}
.home-hero-image::before{
  content:"";
  position:absolute;
  left:-100px;
  top:-8%;
  width:205px;
  height:116%;
  background:#f6e7f1;
  border-right:12px solid rgba(138,15,98,.10);
  border-radius:0 100% 100% 0;
  z-index:2;
}
.home-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transition:transform .65s ease;
}
.home-hero:hover .home-hero-image img{
  transform:scale(1.04);
}
.hero-stats{
  display:grid;
  grid-template-columns:repeat(4,auto);
  gap:28px;
  align-items:center;
  max-width:680px;
  margin:0;
}
.hero-stats > div{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  transition:transform .3s ease;
}
.hero-stats > div:hover{
  transform:translateY(-5px);
}
.hero-stats img{
  width:32px;
  height:32px;
  min-width:32px;
  border-radius:50%;
  background:#f7e6f1;
  padding:7px;
  object-fit:contain;
}
.hero-stats .v{
  display:block;
  color:var(--vpc-hero-text);
  font-family:"Inter",ui-sans-serif,system-ui,sans-serif;
  font-size:23px;
  line-height:1;
  font-weight:800;
}
.hero-stats .l{
  display:block;
  color:var(--vpc-hero-muted);
  font-size:11px;
  line-height:1.3;
  margin-top:3px;
  font-weight:700;
}

.section{padding-block:4.8rem}
.section-head{margin-bottom:2.4rem}
.section-head h2{font-size:clamp(1.85rem,3.1vw,2.75rem);letter-spacing:0;color:#2d2440}
.section-head p{font-size:.95rem;color:#786e80}
.therapist-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}
.therapist-photo{margin:0;border-radius:8px;overflow:hidden;box-shadow:0 14px 34px rgba(73,54,74,.16)}
.therapist-photo-suba{border-radius:7%}
.therapist-photo img{width:100%;height:420px;object-fit:cover}
.therapist-photo-suba img{object-position:center 18%}
.therapist-copy{max-width:620px}
.therapist-copy h2{margin-top:1rem;font-size:clamp(1.75rem,3vw,2.65rem);letter-spacing:0;color:#2d2440}
.therapist-copy .role{margin-top:-.15rem;color:#a43b86;font-weight:800;font-size:.92rem}
.therapist-copy p{color:#6c6272;line-height:1.75}
.check-list{list-style:none;margin:1.5rem 0 1.9rem;padding:0;display:grid;gap:.85rem}
.check-list li{display:flex;align-items:flex-start;gap:.65rem;color:#5f5365;font-size:.92rem}
.check-list img{width:18px;height:18px;flex:0 0 auto;margin-top:.1rem}

.services-section{background:linear-gradient(180deg,#fff 0%,#fff8fd 100%)}
.service-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}
.service-card{min-height:245px;text-align:center;align-items:center;padding:2rem 1.4rem;border-radius:8px;border-color:#eadfe8;box-shadow:0 8px 22px rgba(57,40,63,.08)}
.service-card .ic,.why-card .ic,.journey-card .ic{width:70px;height:70px;border-radius:50%;background:#faeaf4;color:var(--primary);display:grid;place-items:center;margin:0 auto 1.1rem}
.service-card .ic img,.why-card .ic img,.journey-card .ic img{width:42px;height:42px;object-fit:contain}
.services-section .service-card .ic img{filter:brightness(0) saturate(100%) invert(24%) sepia(36%) saturate(2479%) hue-rotate(284deg) brightness(91%) contrast(94%);transition:filter var(--t),transform var(--t)}
.services-section .service-card .ic svg{width:42px;height:42px;color:var(--primary);fill:none;stroke:currentColor;transition:color var(--t),transform var(--t)}
.services-section .service-card:hover .ic img,.services-section .service-card:hover .ic svg{transform:translateY(-3px) scale(1.06)}
.service-card h3{font-family:"Inter",ui-sans-serif,system-ui,sans-serif;font-size:1.08rem;line-height:1.32;font-weight:800;color:#362b40}
.service-card p{font-size:.92rem;line-height:1.65;color:#746b79}
.service-card .more{font-size:.88rem;color:#b85a9d;font-weight:800}
.section-action{text-align:center;margin-top:1.4rem}

.why-section{background:#fff}
.why-card-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}
.why-card{text-align:center;padding:2rem 1.35rem;border-radius:8px}
.why-card h3{font-family:"Inter",ui-sans-serif,system-ui,sans-serif;font-size:1rem;font-weight:800;color:#382c42}
.why-card p{font-size:.83rem;line-height:1.6;color:#746b79;margin:0}

.journey-section{background:linear-gradient(180deg,#fff8fd 0%,#fff 100%);overflow:hidden}
.journey-grid{display:grid;grid-template-columns:1fr;gap:2.1rem;position:relative}
.journey-card{position:relative;text-align:center;border-radius:8px;padding:2.4rem 1.2rem 1.5rem}
.journey-card > span{position:absolute;top:-16px;left:50%;transform:translateX(-50%);width:38px;height:38px;border-radius:50%;background:#a3428b;color:#fff;display:grid;place-items:center;font-weight:800;font-size:.82rem}
.journey-card h3{font-family:"Inter",ui-sans-serif,system-ui,sans-serif;font-size:.95rem;font-weight:800}
.journey-card p{margin:0;color:#746b79;font-size:.78rem;line-height:1.55}

.testimonial-section{background:#fff}
.testimonial-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:1.5rem;
  margin-bottom:2.4rem;
}
.testimonial-head .section-head{
  text-align:left;
  max-width:640px;
  margin:0;
}
.testimonial-controls{
  display:flex;
  align-items:center;
  gap:.7rem;
  flex:0 0 auto;
}
.testimonial-arrow{
  width:44px;
  height:44px;
  border:1px solid #eadde7;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:#8f1f70;
  box-shadow:0 10px 24px rgba(57,40,63,.08);
  cursor:pointer;
  font:800 1.05rem/1 "Inter",ui-sans-serif,system-ui,sans-serif;
  transition:var(--t);
}
.testimonial-arrow:hover,
.testimonial-arrow:focus-visible{
  background:var(--primary);
  border-color:var(--primary);
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(156,44,124,.22);
  outline:none;
}
.testimonial-scroll{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(280px,88%);
  gap:1.25rem;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scroll-snap-type:x mandatory;
  padding:.25rem .12rem 1.15rem;
  margin-inline:-.12rem;
  scrollbar-color:#b34b92 #f7e4f0;
  scrollbar-width:thin;
}
.testimonial-scroll::-webkit-scrollbar{height:10px}
.testimonial-scroll::-webkit-scrollbar-track{background:#f7e4f0;border-radius:999px}
.testimonial-scroll::-webkit-scrollbar-thumb{background:#b34b92;border-radius:999px}
.testimonial-scroll::-webkit-scrollbar-thumb:hover{background:#8f1f70}
.testimonial-scroll .testimonial-card{scroll-snap-align:start}
.testimonial-card{position:relative;padding:2rem 1.6rem;border-radius:8px;min-height:230px}
.testimonial-card .quote{position:absolute;top:.7rem;left:1.2rem;color:#efc4df;font-size:5rem;line-height:1;font-family:Georgia,serif}
.testimonial-card .stars{position:relative;margin:2rem 0 .6rem;color:#f0c64b;letter-spacing:.08em;font-size:.92rem}
.testimonial-card p{position:relative;color:#5f5567;font-size:.86rem;line-height:1.65}
.patient{display:flex;align-items:center;gap:.8rem;margin-top:1.2rem}
.patient img{width:42px;height:42px;border-radius:50%;background:#f7e4f0;padding:7px}
.patient strong{display:block;color:#2f263a;font-size:.86rem}
.patient span{display:block;color:#837887;font-size:.75rem}

.home-cta{position:relative;overflow:hidden;background:#83175e;color:#fff;min-height:250px}
.home-cta::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(92,17,67,.16) 0%,#93236f 35%,#7c135a 100%);z-index:1}
.home-cta-image{position:absolute;inset:0 auto 0 0;width:34%;z-index:0}
.home-cta-image img{width:100%;height:100%;object-fit:cover}
.home-cta-content{position:relative;z-index:2;padding-block:2.8rem 3.1rem;padding-left:max(1rem,34%)}
.home-cta-content span{display:block;color:#efc8df;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.home-cta-content h2{margin-top:.5rem;color:#fff;font-size:clamp(1.65rem,3vw,2.55rem);letter-spacing:0}
.home-cta-content p{max-width:660px;color:rgba(255,255,255,.9);font-size:.95rem}
.home-cta .cta-row{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.5rem}
.home-cta .btn-white:hover,.home-cta .btn-white:focus,
.sports-cta .btn-white:hover,.sports-cta .btn-white:focus,
.contact-cta .btn-white:hover,.contact-cta .btn-white:focus,
.team-cta .btn-white:hover,.team-cta .btn-white:focus,
.subpage-cta .btn-white:hover,.subpage-cta .btn-white:focus,
.services-cta .btn-white:hover,.services-cta .btn-white:focus,
.about-cta .btn-white:hover,.about-cta .btn-white:focus{
  color:#7b1058!important;
}
.home-cta .btn-on-dark:hover,.home-cta .btn-on-dark:focus,
.sports-cta .btn-on-dark:hover,.sports-cta .btn-on-dark:focus,
.contact-cta .btn-on-dark:hover,.contact-cta .btn-on-dark:focus,
.team-cta .btn-on-dark:hover,.team-cta .btn-on-dark:focus,
.subpage-cta .btn-on-dark:hover,.subpage-cta .btn-on-dark:focus,
.services-cta .btn-on-dark:hover,.services-cta .btn-on-dark:focus,
.about-cta .btn-on-dark:hover,.about-cta .btn-on-dark:focus{
  color:#fff!important;
  border-color:rgba(255,255,255,.86);
}

.sports-cta{position:relative;overflow:hidden;background:#83175e;color:#fff;min-height:250px}
.sports-cta::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(92,17,67,.16) 0%,#93236f 35%,#7c135a 100%);z-index:1}
.sports-cta-image{position:absolute;inset:0 auto 0 0;width:34%;z-index:0}
.sports-cta-image img{width:100%;height:100%;object-fit:cover}
.sports-cta-content{position:relative;z-index:2;padding-block:2.8rem 3.1rem;padding-left:max(1rem,34%)}
.sports-cta-content span{display:block;color:#efc8df;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.sports-cta-content h2{margin-top:.5rem;color:#fff;font-size:clamp(1.65rem,3vw,2.55rem);letter-spacing:0}
.sports-cta-content p{max-width:660px;color:rgba(255,255,255,.9);font-size:.95rem}
.sports-cta .cta-row{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.5rem}
.sports-cta .btn img{width:17px;height:17px;object-fit:contain;filter:brightness(0) invert(1)}

.contact-cta{position:relative;overflow:hidden;background:#83175e;color:#fff;min-height:250px}
.contact-cta::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(92,17,67,.16) 0%,#93236f 35%,#7c135a 100%);z-index:1}
.contact-cta-image{position:absolute;inset:0 auto 0 0;width:34%;z-index:0}
.contact-cta-image img{width:100%;height:100%;object-fit:cover}
.contact-cta-content{position:relative;z-index:2;padding-block:2.8rem 3.1rem;padding-left:max(1rem,34%)}
.contact-cta-content span{display:block;color:#efc8df;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.contact-cta-content h2{margin-top:.5rem;color:#fff;font-size:clamp(1.65rem,3vw,2.55rem);letter-spacing:0}
.contact-cta-content p{max-width:660px;color:rgba(255,255,255,.9);font-size:.95rem}
.contact-cta .cta-row{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.5rem}
.contact-cta .btn img{width:17px;height:17px;object-fit:contain;filter:brightness(0) invert(1)}

.team-cta,.subpage-cta{position:relative;overflow:hidden;background:#83175e;color:#fff;min-height:250px}
.team-cta::after,.subpage-cta::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(92,17,67,.16) 0%,#93236f 35%,#7c135a 100%);z-index:1}
.team-cta-image,.subpage-cta-image{position:absolute;inset:0 auto 0 0;width:34%;z-index:0}
.team-cta-image img,.subpage-cta-image img{width:100%;height:100%;object-fit:cover}
.team-cta-content,.subpage-cta-content{position:relative;z-index:2;padding-block:2.8rem 3.1rem;padding-left:max(1rem,34%)}
.team-cta-content span,.subpage-cta-content span{display:block;color:#efc8df;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.team-cta-content h2,.subpage-cta-content h2{margin-top:.5rem;color:#fff;font-size:clamp(1.65rem,3vw,2.55rem);letter-spacing:0}
.team-cta-content p,.subpage-cta-content p{max-width:660px;color:rgba(255,255,255,.9);font-size:.95rem}
.team-cta .cta-row,.subpage-cta .cta-row{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.5rem}
.team-cta .btn img,.subpage-cta .btn img{width:17px;height:17px;object-fit:contain;filter:brightness(0) invert(1)}

.site-footer{margin-top:0;background:linear-gradient(180deg,#73114f 0%,#51113e 100%);border-top:0;color:#fff}
.footer-grid{padding-block:3rem;gap:2.5rem}
.footer-grid h4{color:#fff;letter-spacing:0;text-transform:none;font-size:.95rem}
.footer-grid li a,.footer-info li,.footer-info a,.footer-logo p{color:rgba(255,255,255,.82)!important}
.footer-grid li a:hover,.footer-info a:hover{color:#fff!important}
.footer-logo > a > img{filter:brightness(0) invert(1);height:58px}
.footer-social{display:flex;align-items:center;gap:.85rem;margin-top:1.45rem}
.footer-social a{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);transition:background var(--t),border-color var(--t),transform var(--t),box-shadow var(--t)}
.footer-social a:hover{background:#a01876;border-color:rgba(255,255,255,.42);transform:translateY(-3px);box-shadow:0 10px 24px rgba(35,5,27,.26)}
.footer-social img{display:block;width:24px;height:24px;object-fit:contain;margin:0}
.footer-info img{width:17px;height:17px;object-fit:contain;flex-shrink:0;margin-top:2px;filter:brightness(0) invert(1)}
.footer-info svg{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.78);background:rgba(46,10,36,.2)}
.site-footer .footer-credit:hover,.site-footer .footer-credit:focus{color:#fff}

@media(min-width:640px){
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .why-card-grid,.journey-grid{grid-template-columns:repeat(2,1fr)}
  .testimonial-scroll{grid-auto-columns:minmax(300px,calc((100% - 1.25rem)/2))}
}
@media(min-width:768px){
  .therapist-grid{grid-template-columns:1fr 1.05fr}
  .therapist-photo img{height:500px}
  .section{padding-block:5.2rem}
}
@media(min-width:1024px){
  .service-grid{grid-template-columns:repeat(4,1fr)}
  .why-card-grid,.journey-grid{grid-template-columns:repeat(4,1fr)}
  .testimonial-scroll{grid-auto-columns:minmax(310px,calc((100% - 2.5rem)/3))}
}
@media(min-width:1440px){
  .container{max-width:1280px}
  .service-grid{grid-template-columns:repeat(5,1fr)}
}
@media(max-width:1100px){
  .about-side-layout{
    grid-template-columns:220px minmax(0,1fr);
    gap:2rem;
  }
  .header-row{height:66px;min-height:66px}
  .home-hero-grid{
    grid-template-columns:1fr;
    height:auto;
    min-height:0;
  }
  .home-hero-copy{
    padding:60px 6vw 45px;
  }
  .home-hero-image{
    height:clamp(360px,50vw,500px);
    min-height:0;
  }
  .home-hero-image::before{
    display:none;
  }
  .hero-stats{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:640px){
  .testimonial-head{
    align-items:flex-start;
    flex-direction:column;
    gap:1rem;
  }
  .testimonial-controls{align-self:flex-end}
}
@media(max-width:767px){
  .container{padding-inline:1.15rem}
  .about-side-layout{
    display:block;
    padding-block:2rem 3rem;
  }
  .about-side-nav{
    position:relative;
    top:auto;
    margin-bottom:1.75rem;
    padding:.8rem;
  }
  .about-side-nav nav{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:.45rem;
  }
  .about-side-nav a{
    padding:.75rem .8rem;
    font-size:.9rem;
  }
  .home-hero .container{padding-inline:0}
  .home-hero-copy{
    padding:42px 20px 34px;
  }
  .footer-bottom{
    align-items:flex-start;
    flex-direction:column;
    gap:.45rem;
  }
  .home-hero .eyebrow{
    font-size:12px;
    margin-bottom:22px;
  }
  .home-hero h1{
    font-size:38px;
  }
  .home-hero .lead{
    font-size:15px;
    line-height:1.65;
    margin:22px 0 26px;
  }
  .hero-cta{
    gap:14px;
    margin-bottom:38px;
  }
  .hero-cta .btn{
    width:100%;
  }
  .hero-stats{
    grid-template-columns:1fr 1fr;
    gap:22px 18px;
  }
  .hero-stats > div{
    align-items:flex-start;
  }
  .hero-stats .v{
    font-size:21px;
  }
  .home-hero-image{
    height:clamp(280px,70vw,340px);
    min-height:0;
  }
  .therapist-photo img{height:360px}
  .section-head{margin-bottom:1.8rem}
  .home-cta-image{position:relative;width:100%;height:210px}
  .home-cta::after{background:linear-gradient(180deg,rgba(92,17,67,.2),#7c135a 48%)}
  .home-cta-content{padding:2rem 1.15rem 2.6rem}
  .home-cta .btn{width:100%}
  .sports-cta-image{position:relative;width:100%;height:210px}
  .sports-cta::after{background:linear-gradient(180deg,rgba(92,17,67,.2),#7c135a 48%)}
  .sports-cta-content{padding:2rem 1.15rem 2.6rem}
  .sports-cta .btn{width:100%}
  .contact-cta-image{position:relative;width:100%;height:210px}
  .contact-cta::after{background:linear-gradient(180deg,rgba(92,17,67,.2),#7c135a 48%)}
  .contact-cta-content{padding:2rem 1.15rem 2.6rem}
  .contact-cta .btn{width:100%}
  .team-cta-image,.subpage-cta-image{position:relative;width:100%;height:210px}
  .team-cta::after,.subpage-cta::after{background:linear-gradient(180deg,rgba(92,17,67,.2),#7c135a 48%)}
  .team-cta-content,.subpage-cta-content{padding:2rem 1.15rem 2.6rem}
  .team-cta .btn,.subpage-cta .btn{width:100%}
}
@media(max-width:420px){
  .hero-stats{grid-template-columns:1fr}
  .service-card,.why-card,.journey-card,.testimonial-card{padding-inline:1.1rem}
  .related-list .btn,
  .cta-card .btn{
    width:100%;
    white-space:normal;
    line-height:1.25;
  }
}

/* Services page redesign based on design/services-all-page.png */
.services-page{
  background:#fff;
}
.services-page .container{
  max-width:1360px;
}
.services-hero{
  background:#fff8fc;
  overflow:hidden;
  border-bottom:1px solid #f1e8ef;
}
.services-hero .container{
  max-width:none;
  padding-inline:0;
}
.services-hero-grid{
  display:grid;
  grid-template-columns:50% 50%;
  min-height:520px;
  height:520px;
  align-items:stretch;
}
.services-hero-copy{
  position:relative;
  z-index:2;
  padding:68px 5.8vw 78px;
  background:#fff8fc;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.services-hero-copy::after{
  content:"";
  position:absolute;
  right:-92px;
  top:-10%;
  width:190px;
  height:120%;
  background:#fff8fc;
  border-right:10px solid rgba(138,15,98,.09);
  border-radius:0 100% 100% 0;
  z-index:-1;
}
.breadcrumb{
  display:flex;
  align-items:center;
  gap:.75rem;
  color:#7b7180;
  font-size:.78rem;
  font-weight:700;
  margin-bottom:2.1rem;
}
.breadcrumb a:hover{color:#8a0f62}
.services-hero h1{
  font-size:clamp(2.35rem,4.2vw,4.15rem);
  line-height:1.12;
  letter-spacing:0;
  color:#25142b;
  max-width:570px;
}
.services-hero h1 span{
  display:block;
  color:#8a0f62;
}
.title-mark{
  width:78px;
  height:16px;
  margin:.7rem 0 1.6rem;
  position:relative;
}
.title-mark::before,.title-mark::after{
  content:"";
  position:absolute;
  top:7px;
  height:2px;
  width:28px;
  background:#b34291;
}
.title-mark::before{left:0}
.title-mark::after{right:0}
.title-mark{
  background:url("../icons/png/menopause.png") center/18px 18px no-repeat;
}
.services-hero p{
  color:#62596a;
  max-width:550px;
  font-size:1rem;
  line-height:1.75;
}
.services-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:1.5rem;
  margin-top:.85rem;
}
.services-hero-actions .btn{
  min-width:190px;
  min-height:56px;
  font-weight:800;
}
.services-hero-image{
  margin:0;
  overflow:hidden;
}
.services-hero-image img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  object-position:center;
  transition:transform .65s ease;
}
.services-hero:hover .services-hero-image img{
  transform:scale(1.035);
}
.services-offer{
  padding-block:4.2rem 2rem;
  background:#fff;
}
.services-offer .section-head{
  max-width:760px;
  margin-bottom:2.2rem;
}
.services-offer .section-head h2{
  font-size:clamp(2rem,3vw,3rem);
  color:#25142b;
}
.services-offer .section-head .title-mark{
  margin:.35rem auto 0;
}
.services-card-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1.5rem;
}
.services-card{
  min-height:340px;
  border-radius:8px;
  border:1px solid #eadfe8;
  box-shadow:0 10px 26px rgba(50,34,56,.07);
  padding:2.35rem 1.7rem;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.services-card .ic{
  width:86px;
  height:86px;
  border-radius:50%;
  background:#faeaf4;
  display:grid;
  place-items:center;
  margin-bottom:1.45rem;
}
.services-card .ic img{
  width:50px;
  height:50px;
  object-fit:contain;
}
.services-card h3{
  font-family:"Inter",ui-sans-serif,system-ui,sans-serif;
  color:#25142b;
  font-size:1.12rem;
  line-height:1.35;
  font-weight:800;
  letter-spacing:0;
  margin-bottom:1rem;
}
.services-card p{
  color:#62596a;
  font-size:.94rem;
  line-height:1.7;
  flex:1;
}
.services-card > span{
  color:#a01876;
  font-size:.9rem;
  font-weight:800;
  display:inline-flex;
  gap:.45rem;
  align-items:center;
}
.services-card:hover > span{gap:.7rem}
.services-feature{
  padding-block:1.3rem;
  background:#fff;
}
.women-panel{
  display:grid;
  grid-template-columns:31% 69%;
  border-radius:12px;
  overflow:hidden;
  background:linear-gradient(135deg,#fff8fc 0%,#f9eef6 100%);
  border:1px solid #f0e3ec;
}
.women-intro{
  padding:3.2rem 2.45rem;
  border-right:1px solid #e6d8e3;
}
.feature-kicker{
  display:flex;
  align-items:center;
  gap:.65rem;
  color:#c45aa0;
  text-transform:uppercase;
  font-size:.75rem;
  letter-spacing:.04em;
  font-weight:800;
  margin-bottom:1.1rem;
}
.feature-kicker img{
  width:22px;
  height:22px;
}
.women-intro h2{
  color:#25142b;
  font-size:clamp(1.8rem,2.7vw,2.7rem);
  letter-spacing:0;
}
.women-intro p{
  color:#62596a;
  line-height:1.8;
}
.women-intro .btn{
  margin-top:.85rem;
  width:100%;
  min-height:48px;
}
.women-links{
  display:grid;
  grid-template-columns:repeat(3,1fr);
}
.women-links a{
  min-height:132px;
  padding:2rem 1.7rem;
  display:flex;
  align-items:center;
  gap:1.15rem;
  color:#25142b;
  font-size:.92rem;
  line-height:1.45;
  font-weight:800;
  border-bottom:1px solid #eadde7;
}
.women-links a:nth-last-child(-n+3){border-bottom:0}
.women-links span,.sports-points span{
  width:58px;
  height:58px;
  border-radius:50%;
  background:#faeaf4;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}
.women-links img,.sports-points img{
  width:34px;
  height:34px;
  object-fit:contain;
}
.services-sports{
  padding-block:2.6rem 3rem;
}
.sports-panel{
  display:grid;
  grid-template-columns:32% 34% 34%;
  align-items:center;
  background:#fff8fc;
  border:1px solid #f0e3ec;
}
.sports-figure{
  position:relative;
  margin:0;
  height:270px;
  overflow:hidden;
}
.sports-figure::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(92,17,67,.18) 0%,rgba(147,35,111,.42) 55%,rgba(124,19,90,.62) 100%);
  z-index:1;
  pointer-events:none;
}
.sports-figure img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .65s ease;
}
.services-sports:hover .sports-figure img{
  transform:scale(1.04);
}
.sports-copy{
  padding:2.5rem 2.2rem;
}
.sports-copy h2{
  color:#25142b;
  font-size:clamp(1.55rem,2.3vw,2.25rem);
  letter-spacing:0;
}
.sports-copy .title-mark{
  margin:.35rem 0 1rem;
}
.sports-copy p{
  color:#62596a;
  font-size:.92rem;
  line-height:1.75;
}
.sports-copy .btn{
  margin-top:.7rem;
}
.sports-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1.6rem 2rem;
  padding:2.2rem;
}
.sports-points div{
  display:flex;
  align-items:center;
  gap:1rem;
  color:#25142b;
  font-size:.88rem;
  font-weight:800;
  line-height:1.45;
}
.services-cta{
  background:linear-gradient(135deg,#8a0f62 0%,#a01876 62%,#7b1058 100%);
  color:#fff;
  overflow:hidden;
}
.services-cta-grid{
  min-height:190px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:2rem;
  align-items:center;
  padding-block:2rem;
}
.services-cta h2{
  color:#fff;
  font-size:clamp(1.8rem,3vw,2.75rem);
  letter-spacing:0;
}
.services-cta p{
  max-width:690px;
  color:rgba(255,255,255,.88);
}
.services-cta .cta-row{
  display:flex;
  gap:1rem;
  flex-wrap:wrap;
}
.services-cta .btn{
  min-width:220px;
}
.services-cta .btn img{
  filter:brightness(0) invert(1);
}
.services-cta .btn-white img{
  filter:none;
}
.services-trust{
  background:#fff;
  border-bottom:1px solid #f1e8ef;
}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:2rem;
  padding-block:1.45rem;
}
.trust-grid div{
  display:flex;
  align-items:center;
  gap:1rem;
  min-width:0;
}
.trust-grid img{
  width:54px;
  height:54px;
  border-radius:50%;
  background:#faeaf4;
  padding:13px;
  flex:0 0 auto;
}
.trust-grid strong{
  display:block;
  color:#25142b;
  font-size:.88rem;
}
.trust-grid span{
  display:block;
  color:#62596a;
  font-size:.78rem;
}
.services-page + .site-footer{
  margin-top:0;
}
@media(max-width:1100px){
  .services-hero-grid{grid-template-columns:1fr;height:auto}
  .services-hero-copy::after{display:none}
  .services-hero-image{height:clamp(340px,50vw,500px)}
  .services-hero-image img{height:100%;min-height:0}
  .services-card-grid{grid-template-columns:repeat(2,1fr)}
  .women-panel,.sports-panel{grid-template-columns:1fr}
  .women-intro{border-right:0;border-bottom:1px solid #e6d8e3}
  .sports-figure{height:320px}
  .services-cta-grid{grid-template-columns:1fr}
}
@media(max-width:767px){
  .services-hero-copy{padding:3rem 1.15rem 2.5rem}
  .services-hero h1{font-size:2.55rem}
  .services-hero-actions .btn{width:100%}
  .services-card-grid,.women-links,.sports-points,.trust-grid{grid-template-columns:1fr}
  .women-links a,.women-links a:nth-last-child(-n+3){border-bottom:1px solid #eadde7}
  .women-links a:last-child{border-bottom:0}
  .women-intro{padding:2.4rem 1.4rem}
  .sports-copy,.sports-points{padding:1.8rem 1.3rem}
  .services-cta .btn{width:100%}
}

/* About page redesign based on design/vpc-about-us.png */
.about-page{
  background:#fff;
}
.about-page .container{
  max-width:1360px;
}
.about-hero{
  background:#fff8fc;
  overflow:hidden;
  border-bottom:1px solid #f1e8ef;
}
.about-hero .container{
  max-width:none;
  padding-inline:0;
}
.about-hero-grid{
  display:grid;
  grid-template-columns:50% 50%;
  height:520px;
  min-height:520px;
  align-items:stretch;
}
.about-hero-copy{
  position:relative;
  z-index:2;
  padding:56px 6.8vw 82px;
  background:#fff8fc;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.about-hero-copy::after{
  content:"";
  position:absolute;
  right:-92px;
  top:-10%;
  width:190px;
  height:120%;
  background:#fff8fc;
  border-right:10px solid rgba(138,15,98,.09);
  border-radius:0 100% 100% 0;
  z-index:-1;
}
.about-hero h1{
  color:#25142b;
  font-size:clamp(2.7rem,4.6vw,4.4rem);
  line-height:1.08;
  letter-spacing:0;
}
.about-hero .hero-lead{
  color:#62596a;
  font-size:1.08rem;
  line-height:1.6;
  margin-bottom:1rem;
}
.about-hero .hero-lead strong{
  color:#8a0f62;
}
.about-hero p{
  max-width:610px;
  color:#62596a;
  line-height:1.7;
}
.about-hero-actions{
  display:flex;
  gap:1.5rem;
  flex-wrap:wrap;
  margin-top:.85rem;
  transform:translateY(-18px);
}
.about-hero-actions .btn{
  min-width:190px;
  min-height:56px;
  font-weight:800;
}
.about-hero-image{
  margin:0;
  overflow:hidden;
}
.about-hero-image.has-signboard-overlay{
  position:relative;
}
.about-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .65s ease;
}
.about-hero-image.has-signboard-overlay > img:first-child{
  display:block;
}
.about-hero-image .signboard-overlay{
  position:absolute;
  left:31.5%;
  top:21.5%;
  width:49%;
  height:auto;
  object-fit:contain;
  transform:rotate(-1.5deg);
  transform-origin:center;
  z-index:2;
  pointer-events:none;
}
.about-hero:hover .about-hero-image img{
  transform:scale(1.035);
}
.about-hero:hover .about-hero-image .signboard-overlay{
  transform:rotate(-1.5deg) scale(1.035);
}
.about-founder{
  padding-block:3.8rem 2.4rem;
}
.founder-grid{
  display:grid;
  grid-template-columns:1fr 1.18fr;
  gap:4rem;
  align-items:center;
}
.founder-photo{
  margin:0;
  position:relative;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 18px 38px rgba(50,34,56,.12);
}
.founder-photo::before{
  content:"";
  position:absolute;
  left:-34px;
  bottom:-34px;
  width:170px;
  height:170px;
  border-radius:50%;
  background:#dca2c9;
  z-index:1;
}
.founder-photo::after{
  content:"";
  position:absolute;
  left:-34px;
  top:31%;
  width:86px;
  height:116px;
  background:radial-gradient(circle,#d88bbd 2px,transparent 3px) 0 0/16px 16px;
}
.founder-photo img{
  width:100%;
  height:500px;
  object-fit:cover;
  position:relative;
  z-index:2;
  border-radius:12px;
}
.founder-copy h2{
  color:#25142b;
  font-size:clamp(2rem,3vw,3rem);
  letter-spacing:0;
}
.founder-copy .role{
  color:#a01876;
  font-weight:800;
  font-size:1rem;
}
.founder-copy p{
  color:#62596a;
  line-height:1.75;
}
.founder-copy .btn{
  min-width:285px;
}
.about-story{
  padding-block:2.8rem 2.2rem;
}
.about-story .section-head{
  max-width:980px;
  margin-bottom:2.2rem;
}
.about-story .section-head h2{
  color:#25142b;
  font-size:clamp(1.85rem,3vw,3rem);
}
.about-story .section-head .title-mark{
  margin:.35rem auto 1rem;
}
.about-story .prose{
  max-width:1180px;
  padding-block:.4rem 2.8rem;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:.65rem 2.5rem;
  color:#62596a;
  font-size:.98rem;
  line-height:1.78;
}
.about-story .prose p{
  margin:0;
}
.about-card-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1.55rem;
}
.about-info-card{
  min-height:260px;
  text-align:center;
  border-radius:8px;
  border-color:#eadfe8;
  box-shadow:0 10px 26px rgba(50,34,56,.07);
  padding:2.2rem 1.5rem;
}
.about-info-card .ic{
  width:76px;
  height:76px;
  border-radius:50%;
  background:#faeaf4;
  display:grid;
  place-items:center;
  margin:0 auto 1.25rem;
}
.about-info-card .ic img{
  width:46px;
  height:46px;
}
.about-info-card h3{
  color:#25142b;
  font-family:"Inter",ui-sans-serif,system-ui,sans-serif;
  font-size:1.05rem;
  font-weight:800;
}
.about-info-card p{
  color:#62596a;
  font-size:.86rem;
  line-height:1.7;
  margin:0;
}
.about-certifications{
  padding-block:2.2rem;
}
.cert-panel{
  background:linear-gradient(135deg,#fff8fc 0%,#faedf6 100%);
  border:1px solid #f0e3ec;
  border-radius:10px;
  text-align:center;
  padding:2.4rem 2rem;
}
.cert-panel h2{
  color:#25142b;
  font-size:clamp(1.7rem,2.7vw,2.55rem);
  letter-spacing:0;
}
.cert-panel .title-mark{
  margin:.35rem auto 1.5rem;
}
.cert-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
}
.cert-grid div{
  padding:0 2rem;
  border-right:1px solid #dfd0dc;
}
.cert-grid div:last-child{
  border-right:0;
}
.cert-grid strong{
  display:block;
  color:#3d6fb6;
  font-family:"Fraunces",Georgia,serif;
  font-size:3rem;
  line-height:1;
}
.cert-grid div:nth-child(3) strong{
  color:#a01876;
}
.cert-grid span{
  display:block;
  color:#25142b;
  font-weight:800;
  text-transform:uppercase;
  font-size:.9rem;
}
.cert-grid p{
  color:#25142b;
  font-size:.78rem;
  margin:.45rem 0 0;
  font-weight:700;
}
.about-stats{
  padding-block:2rem 2.6rem;
}
.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1rem;
}
.stats-grid div{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:1rem;
  border-right:1px solid #e3d8e1;
}
.stats-grid div:last-child{
  border-right:0;
}
.stats-grid img{
  width:62px;
  height:62px;
  border-radius:50%;
  background:#faeaf4;
  padding:14px;
}
.stats-grid strong{
  color:#25142b;
  font-size:2rem;
  line-height:1;
}
.stats-grid span{
  color:#25142b;
  display:block;
  font-size:.82rem;
  font-weight:700;
}
.about-cta{
  position:relative;
  overflow:hidden;
  background:#83175e;
  color:#fff;
  min-height:250px;
}
.about-cta::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(92,17,67,.16) 0%,#93236f 35%,#7c135a 100%);
  z-index:1;
}
.about-cta-image{
  position:absolute;
  inset:0 auto 0 0;
  width:34%;
  z-index:0;
}
.about-cta-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.about-cta-content{
  position:relative;
  z-index:2;
  padding-block:2.8rem 3.1rem;
  padding-left:max(1rem,34%);
}
.about-cta-content span{
  display:block;
  color:#efc8df;
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:800;
}
.about-cta-content h2{
  margin-top:.5rem;
  color:#fff;
  font-size:clamp(1.65rem,3vw,2.55rem);
  letter-spacing:0;
}
.about-cta-content p{
  max-width:660px;
  color:rgba(255,255,255,.9);
  font-size:.95rem;
}
.about-cta .cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:.9rem;
  margin-top:1.5rem;
}
.about-cta .btn{
  min-width:205px;
}
.about-page + .site-footer{
  margin-top:0;
}
@media(max-width:1100px){
  .about-hero-grid,.founder-grid{
    grid-template-columns:1fr;
    height:auto;
  }
  .about-hero-copy::after{display:none}
  .about-hero-image{height:clamp(330px,50vw,500px)}
  .about-hero-image .signboard-overlay{
    left:30%;
    top:20%;
    width:52%;
  }
  .about-card-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}
  .about-page-content .cert-grid,
  .about-page-content .stats-grid{
    grid-template-columns:1fr;
  }
  .about-page-content .stats-grid div{
    border-right:0;
    justify-content:flex-start;
  }
  .cert-grid{gap:1.5rem}
  .cert-grid div{border-right:0}
  .stats-grid div:nth-child(2){border-right:0}
}
@media(max-width:767px){
  .about-hero-copy{padding:3rem 1.15rem 2.4rem}
  .about-hero h1{font-size:2.8rem}
  .about-hero-actions .btn,.founder-copy .btn,.about-cta .btn{width:100%;min-width:0}
  .about-founder{padding-block:2.8rem 1.8rem}
  .founder-grid{gap:2rem}
  .founder-photo img{height:370px}
  .about-hero-image .signboard-overlay{
    left:27%;
    top:21%;
    width:58%;
  }
  .about-card-grid,.cert-grid,.stats-grid{grid-template-columns:1fr}
  .about-story .prose{grid-template-columns:1fr;gap:1rem;padding-bottom:2rem}
  .stats-grid div{border-right:0;justify-content:flex-start}
  .cert-panel{padding:2rem 1.2rem}
  .about-cta-image{position:relative;width:100%;height:210px}
  .about-cta::after{background:linear-gradient(180deg,rgba(92,17,67,.2),#7c135a 48%)}
  .about-cta-content{padding:2rem 1.15rem 2.6rem}
}

.services-about-page .services-about-grid{
  grid-template-columns:repeat(5,1fr);
}
.services-about-page .about-info-card{
  min-height:310px;
  color:inherit;
  text-decoration:none;
  transition:transform var(--t),box-shadow var(--t),border-color var(--t);
}
.services-about-page .about-info-card .ic img{
  filter:brightness(0) saturate(100%) invert(24%) sepia(36%) saturate(2479%) hue-rotate(284deg) brightness(91%) contrast(94%);
  object-fit:contain;
  transition:filter var(--t),transform var(--t);
}
.services-about-page .about-info-card:hover .ic img{
  transform:translateY(-3px) scale(1.06);
}
.services-about-page .about-info-card .more{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  margin-top:1rem;
  color:#a01876;
  font-size:.88rem;
  font-weight:800;
  transition:gap var(--t);
}
.services-about-page .about-info-card:hover .more{
  gap:.7rem;
}
.services-about-page + .site-footer{
  margin-top:0;
}
@media(max-width:1100px){
  .services-about-page .services-about-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:767px){
  .services-about-page .services-about-grid{
    grid-template-columns:1fr;
  }
}
