/* Dr.ShivamPT premium visual layer — original site-specific design
   Copyright (c) 2026 Dr.ShivamPT / Shivam Chaudhary. All rights reserved. */

:root{
  --ink:#10231d;
  --ink-2:#1b3029;
  --green:#102a22;
  --green-2:#1c493a;
  --paper:#f5f0e8;
  --card:#fffdf9;
  --muted:#66706b;
  --accent:#b7865f;
  --accent-dark:#875f43;
  --line:rgba(19,43,35,.12);
  --soft:#ece4d8;
  --shadow:0 24px 70px rgba(16,35,29,.11);
  --shadow-soft:0 14px 40px rgba(16,35,29,.075);
}

html{background:#10231d}
body{
  background:
    radial-gradient(circle at 8% 3%,rgba(183,134,95,.14),transparent 26rem),
    radial-gradient(circle at 92% 15%,rgba(67,112,92,.11),transparent 30rem),
    linear-gradient(180deg,#f7f3ec 0%,#f4efe7 55%,#f7f3ec 100%);
  letter-spacing:-.006em;
  text-rendering:optimizeLegibility;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.3;
  background-image:linear-gradient(rgba(16,35,29,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(16,35,29,.025) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 70%);
}

::selection{background:#d9c0a7;color:#10231d}

.topline{
  background:linear-gradient(90deg,#0c1915,#153128 55%,#0f211b);
  border-bottom:1px solid rgba(255,255,255,.06);
  color:rgba(255,255,255,.78);
}
.topline .container{height:30px}

.site-header{
  background:rgba(247,243,236,.78);
  border-bottom:1px solid rgba(16,35,29,.09);
  box-shadow:0 10px 34px rgba(16,35,29,.035);
  backdrop-filter:blur(24px) saturate(1.25);
  -webkit-backdrop-filter:blur(24px) saturate(1.25);
}
.nav{height:80px}
.brand{gap:13px}
.brand-mark{
  width:48px;
  height:48px;
  border-radius:16px;
  background:#050505 url('/api/branding-logo?v=active') center/contain no-repeat;
  color:transparent!important;
  font-size:0!important;
  overflow:hidden;
  box-shadow:0 9px 22px rgba(16,35,29,.14),inset 0 0 0 1px rgba(255,255,255,.08);
}
.brand-copy strong{
  font-size:1.02rem;
  letter-spacing:-.025em;
  font-weight:850;
}
.brand-copy strong::after{
  content:"™";
  display:inline-block;
  margin-left:3px;
  vertical-align:top;
  font-size:.48em;
  color:var(--accent-dark);
  transform:translateY(-1px);
}
.brand-copy small{letter-spacing:.135em;color:#6e7772}
.nav-links{gap:27px;font-size:.82rem}
.nav-links>a:not(.btn){color:#31433c}
.nav-links>a:not(.btn):after{height:2px;border-radius:3px;background:linear-gradient(90deg,var(--accent),var(--green-2))}

.btn{
  min-height:49px;
  padding:12px 21px;
  border-radius:15px;
  letter-spacing:-.01em;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;
}
.btn-primary{
  background:linear-gradient(135deg,#10231d,#1c4437);
  color:#fffdf8;
  box-shadow:0 10px 26px rgba(16,35,29,.16),inset 0 1px 0 rgba(255,255,255,.08);
}
.btn-primary:hover{background:linear-gradient(135deg,#163127,#255442);box-shadow:0 14px 30px rgba(16,35,29,.2);transform:translateY(-2px)}
.btn-ghost{
  border-color:rgba(16,35,29,.13);
  background:rgba(255,255,255,.5);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
  backdrop-filter:blur(12px);
}
.btn-ghost:hover{border-color:rgba(16,35,29,.22);background:rgba(255,255,255,.72)}
.btn-sm{min-height:40px;border-radius:12px}

.hero{
  padding:82px 0 94px;
  background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,0));
}
.hero::before{
  width:680px;
  height:680px;
  top:-300px;
  right:-180px;
  background:radial-gradient(circle,rgba(183,134,95,.22),rgba(183,134,95,.06) 40%,transparent 69%);
}
.hero::after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  left:-240px;
  bottom:-240px;
  border:1px solid rgba(16,35,29,.08);
  border-radius:50%;
  box-shadow:0 0 0 52px rgba(16,35,29,.018),0 0 0 104px rgba(16,35,29,.012);
  pointer-events:none;
}
.hero-grid{gap:72px}
.hero h1{font-size:clamp(3.4rem,6.7vw,6.1rem);max-width:760px}
.hero h1 em{color:#8e6548}
.hero .lead{max-width:650px;margin:24px 0 22px;color:#58635e}
.hero #hero-identity{
  max-width:610px;
  margin:0 0 25px;
  color:#40504a;
  font-size:.92rem;
}
.hero #hero-identity strong{color:#20342d}
.hero-actions{margin-bottom:27px}
.trust-row{gap:11px 18px;color:#52615b}
.trust-row span{
  padding:7px 10px;
  border:1px solid rgba(16,35,29,.09);
  border-radius:999px;
  background:rgba(255,255,255,.38);
}
.trust-dot{background:#b7865f;box-shadow:0 0 0 4px rgba(183,134,95,.11)}

.portrait-shell{
  min-height:628px;
  border-radius:58px 184px 58px 58px;
  background:#d8cec1;
  box-shadow:0 35px 90px rgba(16,35,29,.16);
  outline:1px solid rgba(16,35,29,.08);
  outline-offset:8px;
}
.portrait-shell::after{inset:24px;border-radius:42px 158px 42px 42px;border-color:rgba(255,255,255,.58)}
.photo-shade{background:linear-gradient(180deg,rgba(7,19,15,.02) 44%,rgba(7,19,15,.31) 100%)}
.hero-badge{
  left:24px;
  bottom:24px;
  max-width:275px;
  border:1px solid rgba(255,255,255,.5);
  background:rgba(255,253,248,.91);
  backdrop-filter:blur(18px);
  border-radius:18px;
  box-shadow:0 20px 50px rgba(16,35,29,.17);
}

.intro-strip{
  border-color:rgba(16,35,29,.1);
  background:rgba(237,230,220,.7);
  backdrop-filter:blur(12px);
}
.strip-item{padding:25px 30px;border-color:rgba(16,35,29,.1)}
.strip-item strong{font-size:1.08rem;color:#1a342b}
.strip-item span{color:#67716d}

.section{padding:104px 0}
.section-tight{padding:76px 0}
.section-head{margin-bottom:44px}
.section-head .copy h2{margin-top:12px}
.eyebrow{color:#8c6245;font-size:.69rem;letter-spacing:.155em}
h1,h2,h3{color:#142920}
h2{font-size:clamp(2.35rem,4.25vw,4.05rem)}
.lead{color:#65706b}

.treatment-grid{gap:18px}
.treatment-card{
  min-height:390px;
  border-color:rgba(16,35,29,.1);
  border-radius:28px;
  padding:27px;
  background:linear-gradient(145deg,rgba(255,255,255,.83),rgba(252,248,241,.72));
  box-shadow:0 14px 34px rgba(16,35,29,.045);
  backdrop-filter:blur(12px);
}
.treatment-card:hover{transform:translateY(-6px);box-shadow:0 24px 54px rgba(16,35,29,.1);border-color:rgba(16,35,29,.16)}
.treatment-card.featured{
  background:linear-gradient(150deg,#12271f 0%,#1a3b2f 67%,#28513f 100%);
  border-color:rgba(255,255,255,.07);
  box-shadow:0 18px 42px rgba(16,35,29,.12);
}
.treatment-card.featured:nth-child(2n){background:linear-gradient(150deg,#172c25,#214438 70%,#315845)}
.treatment-card .art{height:96px}
.treatment-card .art::before{border-radius:32% 68% 52% 48%;opacity:.12}
.treatment-card .art::after{background:linear-gradient(135deg,#d2a47c,#8f6547);opacity:.34;box-shadow:0 0 0 13px rgba(255,255,255,.025)}
.treatment-card h3{font-size:1.62rem}
.treatment-card.featured h3{color:#fffaf3}

.feature-grid{gap:68px}
.profile-photo-card{
  border-radius:44px;
  box-shadow:0 28px 70px rgba(16,35,29,.12);
  outline:1px solid rgba(16,35,29,.07);
  outline-offset:7px;
}
.profile-photo-card::after{inset:22px;border-radius:28px}
.profile-photo-overlay{padding:38px;background:linear-gradient(180deg,transparent 5%,rgba(7,17,14,.92) 100%)}
.profile-photo-overlay h3{color:#fff}
.feature-item{border-color:rgba(16,35,29,.1)}
.feature-item .index{color:#9a6f50}

.rehab-media-slider{
  border-radius:32px!important;
  border-color:rgba(16,35,29,.1)!important;
  box-shadow:0 28px 70px rgba(16,35,29,.13)!important;
  outline:1px solid rgba(255,255,255,.66);
  outline-offset:-7px;
}
.rehab-media-note{background:rgba(14,34,27,.82)!important;border-color:rgba(255,255,255,.34)!important}

.section-dark{
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,#0c1d17 0%,#132f26 55%,#1a3d31 100%);
}
.section-dark::after{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-260px;
  top:-280px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:50%;
  box-shadow:0 0 0 70px rgba(255,255,255,.018),0 0 0 140px rgba(255,255,255,.012);
}
.section-dark>.container{position:relative;z-index:1}
.section-dark h2,.section-dark h3{color:#fffaf2}

/* Keep treatment-page safety notice readable on the dark green panel.
   The global premium heading color must not override the section's light text. */
.section-green h1,
.section-green h2,
.section-green h3{color:#fffaf2}
.section-green .eyebrow,
.section-green .u-accent-light{color:#e5c7aa}
.section-green p,
.section-green .lead{color:rgba(255,255,255,.86)}

.condition{
  border-color:rgba(255,255,255,.12);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}

.process{border-color:rgba(16,35,29,.11)}
.step::before{background:#b7865f;box-shadow:0 0 0 5px #efe3d7}

.principle-grid{gap:18px}
.principle,.principle-card{
  padding:29px;
  border:1px solid rgba(16,35,29,.1);
  border-radius:26px;
  background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(250,246,239,.78));
  box-shadow:0 13px 34px rgba(16,35,29,.045);
}
.principle-card h3{margin:5px 0 10px;font-size:1.45rem}
.principle-card p{color:var(--muted);font-size:.91rem}
.principle-icon{background:linear-gradient(145deg,#eadbca,#f4ece2);box-shadow:inset 0 0 0 1px rgba(16,35,29,.06)}

.faq details{border-color:rgba(16,35,29,.11)}
.faq summary{color:#233a32}
.faq details[open]{background:rgba(255,255,255,.28);border-radius:16px;padding-left:15px;padding-right:15px}

.blog-card,.content-card,.contact-card{
  border-color:rgba(16,35,29,.1);
  background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(252,248,241,.73));
  box-shadow:0 13px 34px rgba(16,35,29,.045);
}
.blog-card{border-radius:26px}
.blog-art{background:linear-gradient(145deg,#d8c9b8,#eee7dd)}
.blog-art.has-guide-thumbnail:before{display:none}
.guide-card-thumbnail{
  position:absolute;
  z-index:2;
  width:120px;
  height:120px;
  right:30px;
  top:26px;
  border-radius:50%;
  object-fit:cover;
  object-position:center;
  border:2px solid rgba(255,255,255,.84);
  box-shadow:0 12px 28px rgba(16,35,29,.16);
  background:#e8dfd4;
}
.content-card{border-radius:26px}
.contact-card{border-radius:22px}

.page-hero,.treatment-hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,0));
}
.page-hero::after,.treatment-hero::after{
  content:"";
  position:absolute;
  width:430px;
  height:430px;
  right:-250px;
  top:-260px;
  border:1px solid rgba(16,35,29,.08);
  border-radius:50%;
  box-shadow:0 0 0 60px rgba(16,35,29,.018),0 0 0 120px rgba(16,35,29,.012);
  pointer-events:none;
}
.page-hero>.container,.treatment-hero>.container{position:relative;z-index:1}

.mini-cta{
  border-radius:28px;
  background:linear-gradient(145deg,#10291f,#214838);
  box-shadow:0 24px 60px rgba(16,35,29,.15);
  border:1px solid rgba(255,255,255,.07);
}
.mini-cta h3{color:#fffaf3}

.booking-card{
  border-radius:32px;
  box-shadow:0 30px 90px rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.5);
}
input,select,textarea{
  border-color:rgba(16,35,29,.12);
  background:rgba(250,247,241,.9);
  border-radius:14px;
}
input:focus,select:focus,textarea:focus{border-color:#b7865f;box-shadow:0 0 0 4px rgba(183,134,95,.1)}

.cta-band{
  background:linear-gradient(105deg,#eadfd2,#f4eee6 58%,#e6ddd1);
  border-top:1px solid rgba(16,35,29,.07);
  border-bottom:1px solid rgba(16,35,29,.07);
}
.cta-inner h3{color:#1a322a}

.site-footer{
  background:
    radial-gradient(circle at 14% 8%,rgba(183,134,95,.14),transparent 22rem),
    linear-gradient(145deg,#091711,#10261e 62%,#17352a);
  color:#f7f1e8;
  border-top:1px solid rgba(255,255,255,.06);
}
.brand-footer .brand-mark{background:#10231d url('/assets/drshivampt-logo.png?v=20260920-1') center/100% 100% no-repeat!important}
.brand-footer .brand-copy strong{color:#fff}
.footer-col h4{color:#d6b899}
.footer-col a{color:rgba(255,255,255,.67)}
.footer-col a:hover{color:#fff}
.footer-bottom{border-color:rgba(255,255,255,.1)}

.mobile-actions{
  background:rgba(255,253,248,.9);
  border-color:rgba(16,35,29,.1);
  box-shadow:0 20px 55px rgba(16,35,29,.18);
  backdrop-filter:blur(22px) saturate(1.2);
}
.mobile-actions button,.mobile-actions a{border-radius:11px}
.mobile-actions .book{background:linear-gradient(135deg,#10231d,#214438)}

.modal{background:rgba(7,16,13,.66);backdrop-filter:blur(10px)}
.modal-card{border-radius:28px;border:1px solid rgba(16,35,29,.08);box-shadow:0 30px 90px rgba(0,0,0,.22)}

.coverage-card,.info-callout{
  border-color:rgba(16,35,29,.1);
  background:linear-gradient(145deg,rgba(238,230,220,.82),rgba(247,243,236,.86));
}

@media(max-width:980px){
  .nav-links.open{
    background:rgba(255,253,248,.96);
    border-color:rgba(16,35,29,.1);
    border-radius:22px;
    box-shadow:0 24px 70px rgba(16,35,29,.18);
    backdrop-filter:blur(22px);
  }
  .nav-links.open a{border-color:rgba(16,35,29,.09)}
  .portrait-shell{max-width:660px}
}

@media(max-width:680px){
  body::before{background-size:48px 48px;opacity:.24}
  .topline .container{height:28px}
  .nav{height:70px}
  .brand-mark{width:42px;height:42px;border-radius:14px}
  .brand-copy strong{font-size:.94rem}
  .brand-copy small{font-size:.54rem;letter-spacing:.11em}
  .hero{padding:38px 0 64px}
  .hero-grid{gap:34px}
  .hero h1{font-size:clamp(3rem,13.5vw,4.45rem);letter-spacing:-.048em}
  .hero .lead{font-size:1rem;line-height:1.62}
  .hero #hero-identity{font-size:.86rem;line-height:1.55}
  .trust-row{gap:7px}
  .trust-row span{font-size:.72rem;padding:6px 8px}
  .portrait-shell{
    min-height:535px;
    border-radius:34px 112px 34px 34px;
    outline-offset:5px;
  }
  .portrait-shell::after{inset:17px;border-radius:24px 95px 24px 24px}
  .hero-badge{left:16px;right:16px;bottom:16px;max-width:none;padding:16px 17px}
  .section{padding:72px 0}
  .section-tight{padding:55px 0}
  h2{font-size:clamp(2.2rem,10vw,3.05rem)}
  .treatment-card{min-height:325px;border-radius:24px}
  .profile-photo-card{border-radius:30px;outline-offset:4px}
  .profile-photo-card::after{inset:17px;border-radius:20px}
  .principle,.principle-card,.content-card{border-radius:22px}
  .guide-card-thumbnail{width:108px;height:108px;right:20px;top:28px}
  .rehab-media-slider{border-radius:24px!important}
  .mobile-actions{border-radius:16px}
}

@media(prefers-reduced-motion:reduce){
  .btn,.treatment-card{transition:none!important}
}


/* Engagement-based booking nudge: non-modal and intentionally non-interruptive. */
.booking-nudge{position:fixed;right:18px;bottom:22px;z-index:86;display:none;width:min(390px,calc(100% - 28px));padding:22px;border:1px solid rgba(16,35,29,.12);border-radius:24px;background:rgba(255,253,248,.96);box-shadow:0 24px 70px rgba(16,35,29,.2);backdrop-filter:blur(20px) saturate(1.15);-webkit-backdrop-filter:blur(20px) saturate(1.15)}
.booking-nudge.show{display:block;animation:bookingNudgeIn .28s ease-out}.booking-nudge h3{margin:8px 32px 8px 0;font-size:1.55rem}.booking-nudge p{margin:0 0 16px;color:var(--muted);font-size:.9rem;line-height:1.55}.booking-nudge-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:9px}.booking-nudge-x{position:absolute;right:12px;top:10px;width:36px;height:36px;border:0;border-radius:50%;background:transparent;color:var(--muted);font-size:1.35rem;cursor:pointer}.booking-nudge-x:hover{background:rgba(16,35,29,.06);color:var(--ink)}.booking-nudge-later{margin-top:10px;border:0;background:transparent;color:var(--muted);font-size:.78rem;font-weight:800;cursor:pointer}.review-intake-card .btn{margin-top:18px}.review-publish-card small{display:block;margin-top:12px;color:var(--muted);line-height:1.5}
@keyframes bookingNudgeIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:680px){.booking-nudge{left:12px;right:12px;bottom:92px;width:auto;padding:18px;border-radius:20px}.booking-nudge h3{font-size:1.35rem}.booking-nudge-actions{grid-template-columns:1fr 1.2fr}}@media(prefers-reduced-motion:reduce){.booking-nudge.show{animation:none}}


/* Verified patient reviews published through the Dr.ShivamPT admin portal. */
.published-review-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:22px}
.published-review-card{padding:24px;border:1px solid rgba(16,35,29,.1);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(250,246,239,.82));box-shadow:0 13px 34px rgba(16,35,29,.045)}
.published-review-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}
.published-review-top strong{font-size:.94rem;color:var(--ink)}
.published-review-top span{font-size:.88rem;letter-spacing:.05em;color:#a36f30;white-space:nowrap}
.published-review-card p{margin:0;color:var(--muted);line-height:1.65}
.published-review-card small{display:block;margin-top:14px;color:#7b817e;font-size:.75rem}
@media(max-width:900px){.published-review-list{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.published-review-list{grid-template-columns:1fr}.published-review-card{border-radius:20px}}


/* Admin-managed public content. */
.cms-extra-section{padding:72px 0}
.cms-extra-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.cms-extra-card,.cms-media-card{padding:25px;border:1px solid rgba(16,35,29,.1);border-radius:24px;background:rgba(255,253,249,.85);box-shadow:0 13px 34px rgba(16,35,29,.05)}
.cms-extra-card h3{margin:0 0 10px}.cms-extra-card p{margin:0;color:var(--muted);line-height:1.65;white-space:pre-line}
.cms-media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}
.cms-media-card{padding:0;overflow:hidden}.cms-media-card img,.cms-media-card video{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:#07110d}
.cms-media-copy{padding:16px}.cms-media-copy strong{display:block}.cms-media-copy p{margin:6px 0 0;color:var(--muted);font-size:.84rem}
.published-review-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:22px}
.published-review-card{padding:24px;border:1px solid rgba(16,35,29,.1);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(250,246,239,.82));box-shadow:0 13px 34px rgba(16,35,29,.045)}
.published-review-top{display:flex;justify-content:space-between;gap:14px;margin-bottom:12px}.published-review-top span{color:#a36f30}
@media(max-width:760px){.cms-extra-grid,.cms-media-grid,.published-review-list{grid-template-columns:1fr}}


/* Patient booking journey */
.booking-path{padding:28px 0 10px}
.booking-path-card{
  display:grid;
  grid-template-columns:minmax(250px,.8fr) minmax(0,1.2fr);
  gap:34px;
  padding:28px;
  border:1px solid rgba(16,35,29,.1);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.84),rgba(246,240,232,.88));
  box-shadow:0 18px 46px rgba(16,35,29,.07);
}
.booking-path-copy h2{font-size:clamp(1.8rem,3vw,2.7rem);margin:8px 0 12px}
.booking-path-copy p{color:#65706b;line-height:1.6}
.booking-path-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.booking-path-step{padding:18px;border-radius:20px;border:1px solid rgba(16,35,29,.09);background:rgba(255,253,248,.82)}
.booking-path-step>span{display:inline-grid;place-items:center;width:34px;height:34px;margin-bottom:14px;border-radius:50%;background:#173b2e;color:#fff;font-size:.7rem;font-weight:850;letter-spacing:.06em}
.booking-path-step strong{display:block;color:#17352a;margin-bottom:7px}
.booking-path-step small{display:block;color:#68736e;line-height:1.5}
@media(max-width:820px){.booking-path-card{grid-template-columns:1fr}.booking-path-steps{grid-template-columns:1fr}}


/* Distinct, lightweight service pictograms replace the generic decorative circles. */
.treatment-card .service-art{height:104px;display:flex;justify-content:flex-end;align-items:center;margin:8px 0 10px}
.treatment-card .service-art::before,
.treatment-card .service-art::after{display:none}
.service-art .service-icon{
  width:78px;
  height:78px;
  display:grid;
  place-items:center;
  border-radius:24px;
  color:#e2bc95;
  background:linear-gradient(145deg,rgba(230,190,150,.16),rgba(255,255,255,.035));
  border:1px solid rgba(236,203,169,.2);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
}
.service-art .service-icon svg{width:50px;height:50px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.treatment-card:hover .service-icon{transform:translateY(-2px);border-color:rgba(236,203,169,.34)}
.service-icon{transition:transform .2s ease,border-color .2s ease}
@media(max-width:680px){
  .treatment-card .service-art{height:82px}
  .service-art .service-icon{width:66px;height:66px;border-radius:20px}
  .service-art .service-icon svg{width:42px;height:42px}
}


/* Final patient-accessibility polish */
html,body{max-width:100%;overflow-x:clip}
main,section,.container,.feature-grid,.treatment-page-grid,.section-head,
.treatment-page-grid>*,.feature-grid>*,.section-head>*{min-width:0}
img,video{max-width:100%;height:auto}
h1,h2,h3,p,li,a,small,strong{overflow-wrap:break-word}

:where(a,button,input,select,textarea,summary):focus-visible{
  outline:3px solid #c18a61;
  outline-offset:3px;
  border-radius:8px;
}
.mobile-menu:focus-visible{border-radius:12px}
.faq summary{min-height:48px}
.treatment-page-grid .content-card ul{
  display:grid;
  gap:9px;
  margin-top:16px;
  padding-left:1.18rem;
}
.treatment-page-grid .content-card li{
  color:#56625d;
  line-height:1.5;
}
.treatment-page-grid .content-card li::marker{color:#9a6f50}
.treatment-page-grid .content-card h3{margin-top:8px}
.treatment-page-grid .content-card{
  box-shadow:0 16px 36px rgba(16,35,29,.055);
  border-color:rgba(16,35,29,.11);
}
@media(max-width:680px){
  .guide-card-thumbnail{width:124px;height:124px;right:16px;top:20px}
  .btn,.mobile-actions a,.mobile-actions button{min-height:48px}
  .mobile-menu{min-width:48px;min-height:48px}
  .nav-links a{min-height:44px;display:flex;align-items:center}
  .treatment-page-grid .content-card{padding:22px}
  .treatment-page-grid .content-card ul{gap:8px}
}
@media(max-width:430px){
  .guide-card-thumbnail{width:114px;height:114px;right:14px;top:22px}
}


/* Stronger section typography for mobile readability */
.section-head .copy h2,
.u-center-max760 > h2{
  font-size:clamp(2.9rem,5.4vw,4.8rem);
  line-height:1.02;
  letter-spacing:-.04em;
}
.section-head .eyebrow,
.u-center-max760 > .eyebrow{
  font-size:.82rem;
  letter-spacing:.16em;
  line-height:1.35;
}
.process .step h3,
.principle h3,
.principle-card h3{
  font-size:1.72rem;
  line-height:1.12;
}
@media(max-width:680px){
  .section-head .copy h2,
  .u-center-max760 > h2{
    font-size:clamp(2.65rem,10.8vw,3.55rem);
    line-height:1.01;
  }
  .section-head .eyebrow,
  .u-center-max760 > .eyebrow{
    font-size:.8rem;
  }
  .process .step h3,
  .principle h3,
  .principle-card h3{
    font-size:1.62rem;
  }
}


/* Living interface: guide carousel and restrained motion */
.guide-carousel{position:relative;min-width:0}
.guide-carousel-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:2px 0 16px}
.guide-carousel-hint{color:#75807b;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.guide-carousel-buttons{display:flex;gap:8px}
.guide-carousel-buttons button{width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(16,35,29,.12);border-radius:50%;background:rgba(255,253,248,.9);color:#17352a;font-size:1.2rem;font-weight:800;box-shadow:0 10px 26px rgba(16,35,29,.07);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.guide-carousel-buttons button:hover{transform:translateY(-2px);background:#fff;box-shadow:0 14px 30px rgba(16,35,29,.11)}
.blog-grid.guide-carousel-track{position:relative;display:flex;grid-template-columns:none;gap:18px;margin-top:0;padding:5px 3px 20px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scroll-padding-inline:3px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.blog-grid.guide-carousel-track::-webkit-scrollbar{display:none}
.guide-carousel-track .blog-card{flex:0 0 calc((100% - 18px)/2);min-width:0;scroll-snap-align:start;scroll-snap-stop:always;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.guide-carousel-track .blog-card:hover{transform:translateY(-5px);box-shadow:0 22px 46px rgba(16,35,29,.1);border-color:rgba(16,35,29,.17)}
.guide-carousel-dots{min-height:28px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:3px}
.guide-carousel-dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgba(23,53,42,.22);transition:width .25s ease,background .25s ease,transform .25s ease}
.guide-carousel-dots button.is-active{width:28px;background:#173b2e}
.motion-ready .motion-reveal{opacity:0;transform:translateY(22px) scale(.99);filter:blur(2px);transition:opacity .68s cubic-bezier(.22,.61,.36,1) var(--reveal-delay,0ms),transform .68s cubic-bezier(.22,.61,.36,1) var(--reveal-delay,0ms),filter .55s ease var(--reveal-delay,0ms)}
.motion-ready .motion-reveal.is-visible{opacity:1;transform:none;filter:none}
@media(hover:hover){
  .principle,.principle-card,.content-card,.contact-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
  .principle:hover,.principle-card:hover,.content-card:hover,.contact-card:hover{transform:translateY(-3px);box-shadow:0 20px 44px rgba(16,35,29,.08);border-color:rgba(16,35,29,.16)}
}
@media(prefers-reduced-motion:no-preference){
  .treatment-card .service-icon{animation:serviceIconFloat 6s ease-in-out infinite}
  .treatment-card:nth-child(2n) .service-icon{animation-delay:-1.5s}
  .treatment-card:nth-child(3n) .service-icon{animation-delay:-3s}
}
@keyframes serviceIconFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
@media(max-width:760px){
  .guide-carousel-toolbar{margin-bottom:12px}
  .guide-carousel-hint{font-size:.7rem}
  .guide-carousel-buttons button{width:44px;height:44px}
  .guide-carousel-track .blog-card{flex-basis:88%}
}
@media(max-width:430px){.guide-carousel-track .blog-card{flex-basis:91%}}
@media(prefers-reduced-motion:reduce){
  .motion-ready .motion-reveal{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}
  .guide-carousel-track,.guide-carousel-track .blog-card,.guide-carousel-buttons button,.guide-carousel-dots button,.service-icon{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}


/* Compact verified review carousel */
.rehab-media-note,.guide-carousel-hint{display:none!important}
.guide-carousel-toolbar{justify-content:flex-end}
.review-compact-head{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:18px 0 4px}
.review-compact-head>div{display:grid;gap:4px}
.review-compact-head strong{font-size:1rem;color:#17352a}
.review-compact-head span{font-size:.84rem;color:#68736e;line-height:1.45}
.published-review-carousel{max-width:780px;margin:24px auto 0}
.published-review-single{min-height:250px;display:flex;flex-direction:column;justify-content:center;padding:34px 36px;border:1px solid rgba(16,35,29,.1);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(250,246,239,.86));box-shadow:0 18px 46px rgba(16,35,29,.07)}
.published-review-stars{font-size:1rem;letter-spacing:.08em;color:#a36f30;margin-bottom:14px}
.published-review-quote{margin:0;color:#294138;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.35rem,2.6vw,2rem);line-height:1.35}
.published-review-person{display:flex;align-items:center;gap:12px;margin-top:24px;padding-top:18px;border-top:1px solid rgba(16,35,29,.08)}
.published-review-avatar{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:50%;overflow:hidden;background:linear-gradient(145deg,#173b2e,#2d5d49);color:#fff;font-weight:850;font-size:1rem;box-shadow:0 7px 18px rgba(16,35,29,.15)}
.published-review-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.published-review-person strong{display:block;color:#17352a;font-size:.95rem}
.published-review-person small{display:block;margin-top:3px;color:#7a837f;font-size:.74rem}
.published-review-dots{display:flex;justify-content:center;gap:8px;margin-top:14px}
.published-review-dots button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:rgba(23,59,46,.22);transition:width .22s ease,background .22s ease}
.published-review-dots button.is-active{width:26px;background:#173b2e}
.published-review-single.review-enter{animation:reviewSwapIn .42s ease both}
@keyframes reviewSwapIn{from{opacity:.2;transform:translateY(6px)}to{opacity:1;transform:none}}
@media(max-width:680px){.review-compact-head{align-items:flex-start;flex-direction:column}.review-compact-head .btn{width:100%}.published-review-single{min-height:270px;padding:26px 22px;border-radius:22px}}
@media(prefers-reduced-motion:reduce){.published-review-single.review-enter{animation:none}}


/* Professional doctor-style profile explorer — compact, structured and premium. */
.profile-explorer-section{
  background:
    radial-gradient(circle at 86% 6%,rgba(183,134,95,.09),transparent 28rem),
    linear-gradient(180deg,rgba(255,255,255,.20),rgba(255,255,255,0));
}
.profile-explorer-head{align-items:end;margin-bottom:26px}
.profile-explorer-head .copy{max-width:820px}
.profile-explorer-head>p{max-width:560px}
.profile-explorer-head .eyebrow,
#about .eyebrow,
#home-physio .eyebrow,
#conditions .eyebrow,
#reviews .eyebrow,
#faq .eyebrow,
.section .section-head .eyebrow{
  font-size:clamp(.78rem,.82vw,.9rem);
  font-weight:860;
  letter-spacing:.145em;
}
.profile-explorer-head h2{
  font-size:clamp(2.35rem,4.6vw,4.6rem);
  line-height:.98;
  max-width:900px;
}
.doctor-profile-shell{
  display:grid;
  grid-template-columns:230px minmax(0,1fr);
  overflow:hidden;
  border:1px solid rgba(16,35,29,.12);
  border-radius:30px;
  background:linear-gradient(145deg,rgba(255,255,255,.90),rgba(247,241,232,.94));
  box-shadow:0 26px 72px rgba(16,35,29,.09);
}
.doctor-profile-rail{
  position:relative;
  top:auto;
  z-index:1;
  display:flex;
  flex-direction:column;
  gap:6px;
  overflow:visible;
  padding:16px;
  border-right:1px solid rgba(16,35,29,.10);
  border-bottom:0;
  background:
    linear-gradient(180deg,rgba(246,239,230,.94),rgba(251,248,243,.88));
}
.doctor-profile-rail::before{
  content:"PROFILE";
  display:block;
  padding:6px 10px 12px;
  color:#9a6f50;
  font-size:.66rem;
  font-weight:900;
  letter-spacing:.17em;
}
.doctor-profile-rail .profile-tab{
  width:100%;
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:11px 14px;
  border:1px solid transparent;
  border-radius:14px;
  background:transparent;
  color:#5d6863;
  text-align:left;
  font-size:.82rem;
  font-weight:820;
}
.doctor-profile-rail .profile-tab::after{
  content:"›";
  color:#a57a58;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.3rem;
  line-height:1;
}
.doctor-profile-rail .profile-tab:hover{
  background:rgba(16,35,29,.045);
  color:#17352a;
}
.doctor-profile-rail .profile-tab.is-active{
  background:#173a2d;
  color:#fff;
  border-color:#173a2d;
  box-shadow:0 10px 24px rgba(16,35,29,.14);
}
.doctor-profile-rail .profile-tab.is-active::after{color:#e8c7aa}
.profile-panel{
  min-width:0;
  min-height:350px;
  padding:34px 38px;
  background:
    radial-gradient(circle at 96% 4%,rgba(183,134,95,.07),transparent 18rem);
}
.profile-panel[hidden]{display:none!important}
.profile-panel.is-active{animation:profileDirectoryIn .28s ease both}
.profile-panel-grid{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(260px,.82fr);
  gap:32px;
  align-items:start;
}
.profile-kicker{
  display:block;
  margin-bottom:10px;
  color:#9a6f50;
  font-size:.72rem;
  font-weight:880;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.profile-panel h3{
  max-width:780px;
  margin:0 0 13px;
  color:#18352b;
  font-size:clamp(1.8rem,2.8vw,2.75rem);
  line-height:1.05;
}
.profile-panel p{
  max-width:800px;
  margin:0;
  color:#64706a;
  line-height:1.68;
}
.profile-fact-list{display:grid;gap:9px}
.profile-fact-list>div{
  padding:16px 17px;
  border:1px solid rgba(16,35,29,.09);
  border-radius:16px;
  background:rgba(255,253,248,.78);
}
.profile-fact-list>div[hidden]{display:none!important}
.profile-fact-list small{
  display:block;
  margin-bottom:4px;
  color:#8f684b;
  font-size:.66rem;
  font-weight:860;
  letter-spacing:.115em;
  text-transform:uppercase;
}
.profile-fact-list strong{
  display:block;
  color:#1d3a30;
  line-height:1.42;
}
.profile-care-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:22px;
}
.profile-care-links a{
  min-height:66px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:15px 17px;
  border:1px solid rgba(16,35,29,.1);
  border-radius:16px;
  background:rgba(255,253,248,.78);
  color:#203b31;
  font-weight:760;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.profile-care-links a:hover{
  transform:translateY(-2px);
  border-color:rgba(154,116,85,.34);
  box-shadow:0 12px 28px rgba(16,35,29,.075);
}
.profile-care-links b{color:#9a6f50}
.profile-actions{margin-top:20px}
.profile-mini-faq{display:grid}
.profile-mini-faq details{
  padding:17px 0;
  border-top:1px solid rgba(16,35,29,.1);
}
.profile-mini-faq details:last-child{border-bottom:1px solid rgba(16,35,29,.1)}
.profile-mini-faq summary{
  cursor:pointer;
  list-style:none;
  display:flex;
  justify-content:space-between;
  gap:16px;
  color:#20382f;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.18rem;
}
.profile-mini-faq summary::-webkit-details-marker{display:none}
.profile-mini-faq summary::after{content:"+";font-family:system-ui;font-weight:400}
.profile-mini-faq details[open] summary::after{content:"−"}
.profile-mini-faq p{padding-top:10px}
.profile-all-faqs{
  display:inline-flex;
  margin-top:18px;
  color:#8e6547;
  font-weight:850;
  text-decoration:underline;
  text-underline-offset:4px;
}
@keyframes profileDirectoryIn{
  from{opacity:.2;transform:translateY(6px)}
  to{opacity:1;transform:none}
}

/* Keep key section labels equally readable across the homepage. */
#about .eyebrow,
#home-physio .eyebrow,
#conditions .eyebrow,
#reviews .eyebrow,
#faq .eyebrow,
.profile-explorer-section .eyebrow{
  color:#91684b;
}
#about h2,
#home-physio h2,
#conditions h2,
#reviews h2,
#faq h2{
  text-wrap:balance;
}

/* New profile shell follows the existing night palette when a theme controller is active. */
html[data-theme="night"] .doctor-profile-shell{
  border-color:rgba(255,255,255,.12);
  background:linear-gradient(145deg,rgba(23,38,31,.96),rgba(13,24,20,.98));
  box-shadow:0 26px 72px rgba(0,0,0,.24);
}
html[data-theme="night"] .doctor-profile-rail{
  border-color:rgba(255,255,255,.10);
  background:linear-gradient(180deg,rgba(16,29,24,.98),rgba(20,34,28,.94));
}
html[data-theme="night"] .doctor-profile-rail .profile-tab{color:#b8c1bc}
html[data-theme="night"] .doctor-profile-rail .profile-tab:hover{color:#fff;background:rgba(255,255,255,.06)}
html[data-theme="night"] .doctor-profile-rail .profile-tab.is-active{background:#d0a27c;color:#10231d;border-color:#d0a27c}
html[data-theme="night"] .profile-panel h3,
html[data-theme="night"] .profile-fact-list strong,
html[data-theme="night"] .profile-care-links a,
html[data-theme="night"] .profile-mini-faq summary{color:#f2ede5}
html[data-theme="night"] .profile-panel p{color:#b8c1bc}
html[data-theme="night"] .profile-fact-list>div,
html[data-theme="night"] .profile-care-links a{
  border-color:rgba(255,255,255,.11);
  background:rgba(255,255,255,.045);
}

@media(max-width:900px){
  .profile-explorer-head{display:block}
  .profile-explorer-head>p{margin-top:14px}
  .doctor-profile-shell{display:block;border-radius:24px}
  .doctor-profile-rail{
    display:flex;
    flex-direction:row;
    gap:6px;
    overflow-x:auto;
    padding:10px;
    border-right:0;
    border-bottom:1px solid rgba(16,35,29,.1);
    scrollbar-width:none;
  }
  .doctor-profile-rail::-webkit-scrollbar{display:none}
  .doctor-profile-rail::before{display:none}
  .doctor-profile-rail .profile-tab{
    flex:0 0 auto;
    width:auto;
    min-height:44px;
    border-radius:999px;
    padding:10px 15px;
    white-space:nowrap;
  }
  .doctor-profile-rail .profile-tab::after{display:none}
  .profile-panel{min-height:0;padding:26px 22px}
  .profile-panel-grid{grid-template-columns:1fr;gap:22px}
}
@media(max-width:620px){
  .profile-explorer-head h2{font-size:clamp(2rem,11vw,3rem)}
  .profile-panel{padding:24px 18px}
  .profile-panel h3{font-size:clamp(1.7rem,8.3vw,2.3rem)}
  .profile-care-links{grid-template-columns:1fr}
  .profile-fact-list>div{padding:14px 15px}
}


/* Compact homepage + off-canvas professional information sidebar */
.nav-info-button{
  appearance:none;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  font-weight:760;
  cursor:pointer;
  padding:0;
}
.nav-info-button:hover{color:#956b4d}
body.info-drawer-open{overflow:hidden}

/* Replace the tall professional profile block with one concise launch card. */
.profile-launch-section{
  padding-top:54px;
  padding-bottom:54px;
}
.profile-launch-card{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);
  gap:34px;
  align-items:center;
  padding:30px 32px;
  border:1px solid rgba(16,35,29,.11);
  border-radius:28px;
  background:
    radial-gradient(circle at 94% 8%,rgba(183,134,95,.10),transparent 18rem),
    linear-gradient(145deg,rgba(255,255,255,.91),rgba(247,241,232,.93));
  box-shadow:0 22px 58px rgba(16,35,29,.075);
}
.profile-launch-copy h2{
  margin:10px 0 10px;
  font-size:clamp(2rem,3.8vw,3.65rem);
  line-height:1;
}
.profile-launch-copy p{
  max-width:670px;
  margin:0;
  color:#68716c;
  line-height:1.65;
}
.profile-launch-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.profile-launch-actions button,
.compact-info-actions button{
  appearance:none;
  cursor:pointer;
  border:1px solid rgba(16,35,29,.11);
  background:rgba(255,253,248,.78);
  color:#18352b;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:58px;
  padding:14px 16px;
  border-radius:16px;
  text-align:left;
  font:inherit;
  font-weight:820;
  box-shadow:0 8px 22px rgba(16,35,29,.035);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.profile-launch-actions button:hover,
.compact-info-actions button:hover{
  transform:translateY(-2px);
  border-color:rgba(151,105,75,.34);
  background:#fffdfa;
  box-shadow:0 12px 26px rgba(16,35,29,.07);
}
.profile-launch-actions b,
.compact-info-actions b{color:#a37552;font-size:1.05rem}

/* Keep the treatment-gallery moment, but remove unnecessary vertical copy. */
.home-physio-compact{padding-top:58px;padding-bottom:58px}
.home-physio-compact .feature-grid{
  align-items:center;
  gap:36px;
}
.home-physio-compact .rehab-slide-media{
  height:clamp(300px,34vw,430px);
}
.home-physio-compact .rehab-slide-media img{
  height:100%;
  object-fit:cover;
}
.home-physio-compact-copy h2{
  font-size:clamp(2.2rem,4vw,4rem);
  line-height:1.02;
}
.home-physio-compact-copy .lead{max-width:610px}

/* One compact patient-information row replaces three long homepage sections. */
.compact-info-hub{
  border-top:1px solid rgba(16,35,29,.08);
  border-bottom:1px solid rgba(16,35,29,.08);
  background:
    linear-gradient(180deg,rgba(236,228,216,.55),rgba(248,244,237,.46));
}
.compact-info-head{margin-bottom:22px}
.compact-info-head h2{
  font-size:clamp(2.15rem,4.1vw,4rem);
  line-height:1;
}
.compact-info-actions{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.compact-info-actions button{
  min-height:86px;
  align-items:center;
}
.compact-info-actions button span{display:grid;gap:5px}
.compact-info-actions small{
  color:#9a6f50;
  font-size:.65rem;
  font-weight:900;
  letter-spacing:.13em;
}
.compact-info-actions strong{font-size:.88rem;line-height:1.35}

/* Off-canvas side panel: detailed information no longer lengthens the homepage. */
.info-drawer-backdrop{
  position:fixed;
  inset:0;
  z-index:299;
  background:rgba(8,17,14,.42);
  opacity:0;
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
  transition:opacity .22s ease;
}
.info-drawer-backdrop.is-open{opacity:1}
.info-drawer{
  position:fixed;
  inset:0 0 0 auto;
  z-index:300;
  width:min(760px,94vw);
  height:100dvh;
  padding:14px;
  transform:translateX(102%);
  transition:transform .24s cubic-bezier(.2,.72,.2,1);
  outline:0;
}
.info-drawer.is-open{transform:none}
.info-drawer[hidden],
.info-drawer-backdrop[hidden]{display:none!important}
.info-drawer-shell{
  height:100%;
  overflow:hidden;
  border:1px solid rgba(16,35,29,.14);
  border-radius:28px;
  background:
    radial-gradient(circle at 94% 4%,rgba(183,134,95,.12),transparent 22rem),
    linear-gradient(180deg,#fbf8f2,#f3ece2);
  box-shadow:-30px 0 80px rgba(8,22,17,.22);
}
.info-drawer-header{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 20px 16px 24px;
  border-bottom:1px solid rgba(16,35,29,.10);
  background:rgba(252,249,244,.88);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.info-drawer-header h2{
  margin:5px 0 0;
  font-size:clamp(1.65rem,2.5vw,2.4rem);
  line-height:1;
}
.info-drawer-close{
  width:44px;
  height:44px;
  flex:0 0 44px;
  display:grid;
  place-items:center;
  cursor:pointer;
  border:1px solid rgba(16,35,29,.12);
  border-radius:50%;
  background:#fffdfa;
  color:#20372f;
  font-size:1.8rem;
  line-height:1;
}
.info-drawer-layout{
  height:calc(100% - 92px);
  display:grid;
  grid-template-columns:185px minmax(0,1fr);
}
.info-drawer-nav{
  overflow:auto;
  padding:14px 10px;
  border-right:1px solid rgba(16,35,29,.09);
  background:rgba(240,232,221,.54);
}
.info-drawer-nav button{
  width:100%;
  appearance:none;
  cursor:pointer;
  border:0;
  border-radius:13px;
  background:transparent;
  color:#5e6964;
  padding:11px 12px;
  text-align:left;
  font:inherit;
  font-size:.78rem;
  font-weight:800;
}
.info-drawer-nav button:hover{
  color:#17352a;
  background:rgba(16,35,29,.045);
}
.info-drawer-nav button.is-active{
  color:#fff;
  background:#173b2e;
  box-shadow:0 8px 20px rgba(16,35,29,.13);
}
.info-drawer-content{
  overflow:auto;
  overscroll-behavior:contain;
  padding:30px 30px 44px;
  scroll-behavior:smooth;
}
.info-drawer-panel[hidden]{display:none!important}
.info-drawer-panel.is-active{animation:drawerPanelIn .24s ease both}
.info-drawer-panel h3{
  max-width:590px;
  margin:0 0 13px;
  color:#18352b;
  font-size:clamp(2rem,3.8vw,3.3rem);
  line-height:1.02;
}
.info-drawer-panel>p{
  max-width:600px;
  margin:0;
  color:#65706b;
  line-height:1.68;
}
.drawer-fact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:22px;
}
.drawer-fact-grid>div,
.drawer-service-coverage{
  padding:15px 16px;
  border:1px solid rgba(16,35,29,.09);
  border-radius:16px;
  background:rgba(255,253,248,.78);
}
.drawer-fact-grid>div[hidden]{display:none!important}
.drawer-fact-grid small,
.drawer-service-coverage small{
  display:block;
  margin-bottom:4px;
  color:#946c4f;
  font-size:.65rem;
  font-weight:880;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.drawer-fact-grid strong,
.drawer-service-coverage strong{
  color:#1e3b31;
  line-height:1.42;
}
.drawer-feature-list,
.drawer-process{
  display:grid;
  margin-top:22px;
  border-top:1px solid rgba(16,35,29,.1);
}
.drawer-feature-list>div,
.drawer-process>div{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:13px;
  padding:15px 0;
  border-bottom:1px solid rgba(16,35,29,.1);
}
.drawer-feature-list small,
.drawer-process small{
  color:#a2714e;
  font-weight:900;
  letter-spacing:.08em;
}
.drawer-feature-list strong,
.drawer-process strong{
  display:block;
  margin-bottom:4px;
  color:#1d392f;
}
.drawer-feature-list p,
.drawer-process p{
  margin:0;
  color:#69736e;
  line-height:1.55;
}
.drawer-service-coverage{margin-top:18px}
.drawer-condition-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:22px;
}
.drawer-condition-grid>div{
  padding:15px;
  border:1px solid rgba(16,35,29,.09);
  border-radius:15px;
  background:rgba(255,253,248,.74);
}
.drawer-condition-grid strong{display:block;color:#19382e}
.drawer-condition-grid span{display:block;margin-top:5px;color:#6b756f;font-size:.78rem}
.drawer-principles{
  display:grid;
  gap:10px;
  margin-top:22px;
}
.drawer-principles article{
  padding:17px 18px;
  border:1px solid rgba(16,35,29,.09);
  border-radius:16px;
  background:rgba(255,253,248,.76);
}
.drawer-principles small{
  color:#9e714f;
  font-weight:900;
  letter-spacing:.12em;
}
.drawer-principles h4{
  margin:7px 0 5px;
  color:#19382e;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.25rem;
}
.drawer-principles p{margin:0;color:#68736d;line-height:1.55}
.drawer-faq{margin-top:20px}
.drawer-faq details{padding:16px 0}
.drawer-faq summary{font-size:1.05rem}
@keyframes drawerPanelIn{
  from{opacity:.25;transform:translateX(8px)}
  to{opacity:1;transform:none}
}

/* Night palette for the information drawer if night mode is active. */
html[data-theme="night"] .profile-launch-card,
html[data-theme="night"] .compact-info-hub,
html[data-theme="night"] .info-drawer-shell{
  border-color:rgba(255,255,255,.11);
  background:linear-gradient(145deg,#14231d,#0f1a16);
}
html[data-theme="night"] .profile-launch-copy p,
html[data-theme="night"] .info-drawer-panel>p,
html[data-theme="night"] .drawer-feature-list p,
html[data-theme="night"] .drawer-process p,
html[data-theme="night"] .drawer-principles p,
html[data-theme="night"] .drawer-condition-grid span{color:#b5bfba}
html[data-theme="night"] .profile-launch-actions button,
html[data-theme="night"] .compact-info-actions button,
html[data-theme="night"] .drawer-fact-grid>div,
html[data-theme="night"] .drawer-service-coverage,
html[data-theme="night"] .drawer-condition-grid>div,
html[data-theme="night"] .drawer-principles article{
  color:#f2ede5;
  border-color:rgba(255,255,255,.11);
  background:rgba(255,255,255,.045);
}
html[data-theme="night"] .profile-launch-actions button,
html[data-theme="night"] .compact-info-actions button,
html[data-theme="night"] .info-drawer-panel h3,
html[data-theme="night"] .drawer-fact-grid strong,
html[data-theme="night"] .drawer-service-coverage strong,
html[data-theme="night"] .drawer-feature-list strong,
html[data-theme="night"] .drawer-process strong,
html[data-theme="night"] .drawer-condition-grid strong,
html[data-theme="night"] .drawer-principles h4{color:#f2ede5}
html[data-theme="night"] .info-drawer-header{
  border-color:rgba(255,255,255,.1);
  background:rgba(14,25,21,.9);
}
html[data-theme="night"] .info-drawer-nav{
  border-color:rgba(255,255,255,.1);
  background:rgba(255,255,255,.025);
}
html[data-theme="night"] .info-drawer-nav button{color:#b4beb9}
html[data-theme="night"] .info-drawer-close{
  color:#f1e9df;
  border-color:rgba(255,255,255,.13);
  background:#1b2b24;
}

@media(max-width:980px){
  .nav-info-button{
    width:100%;
    min-height:46px;
    display:flex;
    align-items:center;
    border-bottom:1px solid rgba(16,35,29,.08);
    text-align:left;
  }
  .profile-launch-card{grid-template-columns:1fr;gap:22px}
  .compact-info-actions{
    display:flex;
    gap:9px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    padding-bottom:4px;
  }
  .compact-info-actions::-webkit-scrollbar{display:none}
  .compact-info-actions button{
    flex:0 0 min(285px,82vw);
    scroll-snap-align:start;
  }
}
@media(max-width:720px){
  .profile-launch-section{padding-top:38px;padding-bottom:38px}
  .profile-launch-card{padding:22px 18px;border-radius:22px}
  .profile-launch-actions{grid-template-columns:1fr 1fr}
  .profile-launch-actions button{min-height:54px;padding:12px 13px;font-size:.78rem}
  .home-physio-compact{padding-top:42px;padding-bottom:42px}
  .home-physio-compact .feature-grid{gap:22px}
  .home-physio-compact .rehab-slide-media{height:300px}
  .compact-info-hub{padding-top:44px;padding-bottom:44px}
  .info-drawer{width:100%;padding:0}
  .info-drawer-shell{border:0;border-radius:0}
  .info-drawer-header{min-height:84px;padding:16px 16px 14px 18px}
  .info-drawer-layout{
    height:calc(100% - 84px);
    display:block;
  }
  .info-drawer-nav{
    display:flex;
    gap:7px;
    overflow-x:auto;
    padding:9px 10px;
    border-right:0;
    border-bottom:1px solid rgba(16,35,29,.09);
    scrollbar-width:none;
  }
  .info-drawer-nav::-webkit-scrollbar{display:none}
  .info-drawer-nav button{
    flex:0 0 auto;
    width:auto;
    white-space:nowrap;
    padding:10px 12px;
    border-radius:999px;
  }
  .info-drawer-content{
    height:calc(100% - 58px);
    padding:24px 18px 120px;
  }
  .info-drawer-panel h3{font-size:clamp(1.9rem,9vw,2.75rem)}
  .drawer-fact-grid,
  .drawer-condition-grid{grid-template-columns:1fr}
  .profile-care-links{grid-template-columns:1fr}
}
@media(max-width:430px){
  .profile-launch-actions{grid-template-columns:1fr}
  .profile-launch-card{padding:20px 16px}
  .home-physio-compact .rehab-slide-media{height:270px}
}


/* Further length reduction: concise About copy + swipe-first treatment row on phones. */
.about-compact{padding-top:66px;padding-bottom:66px}
.about-compact .about-grid{align-items:center;gap:46px}
.about-compact-copy{max-width:650px}
.about-compact-copy h2{font-size:clamp(2.25rem,4.1vw,4rem);line-height:1.02}
.about-compact .profile-photo-card{min-height:0;height:clamp(420px,50vw,560px)}
.about-compact .profile-photo-viewport,
.about-compact .profile-photo-track,
.about-compact .profile-photo-slide{height:100%}
.about-compact .profile-photo-slide img{width:100%;height:100%;object-fit:cover}

@media(max-width:720px){
  #treatments{padding-bottom:56px}
  #treatments .section-head{margin-bottom:24px}
  #treatments .treatment-grid{
    display:flex;
    gap:12px;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    padding:2px 18px 8px;
    margin-left:-18px;
    margin-right:-18px;
  }
  #treatments .treatment-grid::-webkit-scrollbar{display:none}
  #treatments .treatment-card{
    flex:0 0 min(78vw,340px);
    min-height:330px;
    scroll-snap-align:start;
    border-radius:24px;
    padding:22px;
  }
  #treatments .treatment-card .art{height:78px}
  #treatments .treatment-card h3{font-size:1.42rem}
  .about-compact{padding-top:48px;padding-bottom:48px}
  .about-compact .about-grid{gap:26px}
  .about-compact .profile-photo-card{height:min(112vw,500px)}
}


/* Restore the professional portrait proportions used before the compact-page pass.
   This keeps the identity caption at the lower edge instead of letting it dominate
   or visually overlap the portrait on phones. */
.about-compact .profile-photo-card{
  height:auto;
  min-height:650px;
}
.about-compact .profile-photo-viewport,
.about-compact .profile-photo-track,
.about-compact .profile-photo-slide{
  height:auto;
}
.about-compact .profile-photo-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 48%;
}
.about-compact .profile-photo-overlay{
  left:0;
  right:0;
  bottom:0;
  padding:38px;
  background:linear-gradient(180deg,transparent 12%,rgba(7,17,14,.90) 100%);
}
.about-compact .profile-photo-overlay h3{
  margin:8px 0 9px;
  font-size:2rem;
  line-height:1.08;
}
.about-compact .profile-photo-overlay p{
  max-width:540px;
  font-size:.95rem;
  line-height:1.55;
}

@media(max-width:680px){
  .about-compact .profile-photo-card{
    height:auto;
    min-height:570px;
  }
  .about-compact .profile-photo-overlay{
    padding:28px;
  }
  .about-compact .profile-photo-overlay h3{
    font-size:1.55rem;
  }
  .about-compact .profile-photo-overlay p{
    font-size:.82rem;
    line-height:1.5;
    max-width:92%;
  }
}


/* Keep the compact professional profile immediately visible near the top. */
.profile-launch-top{
  padding-top:34px;
  padding-bottom:20px;
}
.profile-launch-top + .hero{
  padding-top:46px;
}

@media(max-width:680px){
  .profile-launch-top{
    padding-top:20px;
    padding-bottom:12px;
  }
  .profile-launch-top + .hero{
    padding-top:34px;
  }
}


/* Organized primary navigation: clear professional and patient groups on mobile. */
.nav-section-label{display:none}
.nav-profile-button span{display:inline-flex;align-items:center}
.nav-profile-button small{display:none}

@media(max-width:980px){
  .nav-links.open{
    top:110px;
    left:14px;
    right:14px;
    padding:14px;
    gap:8px;
    max-height:calc(100dvh - 205px);
    overflow-y:auto;
    overscroll-behavior:contain;
    border-radius:26px;
    background:rgba(255,253,248,.985);
    box-shadow:0 30px 78px rgba(16,35,29,.20);
  }
  .nav-section-label{
    display:block;
    padding:7px 10px 1px;
    color:#966d50;
    font-size:.66rem;
    line-height:1;
    font-weight:850;
    letter-spacing:.16em;
    text-transform:uppercase;
  }
  .nav-links.open > a:not(.btn),
  .nav-links.open > .nav-info-button{
    min-height:52px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 14px;
    border:1px solid rgba(16,35,29,.09);
    border-radius:15px;
    background:rgba(255,255,255,.58);
    color:#19372d;
    text-align:left;
    font-size:.94rem;
    font-weight:760;
    box-shadow:0 8px 20px rgba(16,35,29,.035);
  }
  .nav-links.open > a:not(.btn)::after,
  .nav-links.open > .nav-info-button::after{
    content:"›";
    position:static;
    width:auto;
    height:auto;
    background:none;
    color:#9a6f50;
    font-size:1.2rem;
    font-weight:700;
    transform:none;
  }
  .nav-links.open > a:not(.btn):hover,
  .nav-links.open > .nav-info-button:hover{
    background:#fff;
    border-color:rgba(16,35,29,.16);
    transform:none;
  }
  .nav-profile-button{
    min-height:68px!important;
    background:linear-gradient(135deg,rgba(235,244,239,.98),rgba(255,253,248,.98))!important;
    border-color:rgba(20,74,57,.18)!important;
  }
  .nav-profile-button span{
    display:grid;
    gap:2px;
  }
  .nav-profile-button strong{
    font-size:.98rem;
    color:#12372b;
  }
  .nav-profile-button small{
    display:block;
    color:#6b7771;
    font-size:.69rem;
    font-weight:650;
    line-height:1.35;
  }
  .nav-links.open .nav-book-button{
    min-height:54px;
    margin-top:4px;
    border:0;
    border-radius:16px;
    background:linear-gradient(135deg,#102f25,#1d5a45);
    color:#fff;
    box-shadow:0 14px 30px rgba(16,47,37,.2);
  }
  .nav-links.open .nav-book-button::after{display:none}
}

@media(max-width:680px){
  .nav-links.open{
    top:101px;
    max-height:calc(100dvh - 195px);
  }
}


/* Research publication proof — compact, source-linked and clearly separated from clinical credentials. */
.publication-proof{
  display:grid;
  grid-template-columns:minmax(0,1fr) 220px;
  gap:20px;
  align-items:center;
  margin-top:22px;
  padding:18px;
  border:1px solid rgba(16,35,29,.10);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(255,253,248,.92),rgba(241,233,222,.82));
  box-shadow:0 12px 30px rgba(16,35,29,.055);
}
.publication-proof-kicker{
  display:block;
  margin-bottom:8px;
  color:#946c4f;
  font-size:.67rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.publication-proof h4{
  margin:0;
  color:#17372c;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.28rem;
  line-height:1.26;
}
.publication-proof-copy>p{
  margin:10px 0 0;
  color:#64706a;
  font-size:.82rem;
  line-height:1.58;
}
.publication-proof-actions,
.publication-card-links{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:14px;
}
.publication-proof-actions a,
.publication-card-links a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:10px 13px;
  border:1px solid rgba(16,35,29,.12);
  border-radius:12px;
  background:#fffdfa;
  color:#18382d;
  font-size:.75rem;
  font-weight:850;
  text-decoration:none;
}
.publication-proof-actions a:hover,
.publication-card-links a:hover{
  border-color:rgba(151,105,75,.35);
  box-shadow:0 8px 18px rgba(16,35,29,.06);
}
.publication-proof-certificate{
  position:relative;
  display:block;
  overflow:hidden;
  border:1px solid rgba(16,35,29,.12);
  border-radius:16px;
  background:#101a16;
  box-shadow:0 10px 26px rgba(16,35,29,.12);
}
.publication-proof-certificate img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:480/340;
  object-fit:cover;
}
.publication-proof-certificate span{
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  padding:7px 9px;
  border-radius:9px;
  background:rgba(9,20,16,.78);
  color:#fff;
  font-size:.68rem;
  font-weight:800;
  text-align:center;
  backdrop-filter:blur(8px);
}
.publication-proof-note{
  margin-top:10px!important;
  color:#77817c!important;
  font-size:.72rem!important;
  line-height:1.5!important;
}
.publication-card{
  border-color:rgba(151,105,75,.20);
  background:linear-gradient(145deg,rgba(255,253,248,.96),rgba(244,236,225,.9));
}
.publication-card h3{font-size:1.45rem}
.publication-card p{line-height:1.62}
html[data-theme="night"] .publication-proof,
html[data-theme="night"] .publication-card{
  border-color:rgba(255,255,255,.11);
  background:linear-gradient(145deg,#162720,#101c17);
}
html[data-theme="night"] .publication-proof h4{color:#f2ede5}
html[data-theme="night"] .publication-proof-copy>p,
html[data-theme="night"] .publication-proof-note{color:#b5bfba!important}
html[data-theme="night"] .publication-proof-actions a,
html[data-theme="night"] .publication-card-links a{
  color:#f2ede5;
  border-color:rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
}
@media(max-width:720px){
  .publication-proof{
    grid-template-columns:1fr;
    gap:16px;
    padding:15px;
  }
  .publication-proof-certificate{
    width:min(100%,440px);
  }
  .publication-proof-actions a,
  .publication-card-links a{
    flex:1 1 145px;
    justify-content:center;
  }
}


/* Patient-information topics now live in the mobile hamburger instead of a homepage strip. */
.nav-patient-topic{display:none}
@media(max-width:980px){
  .nav-links.open > .nav-patient-topic{
    display:flex;
  }
}


/* 2026-09-25: keep treatment gallery on homepage, move Home Physiotherapy details to hamburger,
   and always show the full treatment image instead of cropping it. */
.home-physio-compact{
  padding-top:48px;
  padding-bottom:48px;
}
.home-physio-compact .feature-grid{
  grid-template-columns:minmax(0,860px);
  justify-content:center;
  gap:0;
}
.home-physio-compact .rehab-media-slider{
  width:100%;
  max-width:860px;
  margin:0 auto;
}
.home-physio-compact .rehab-slide-media{
  height:auto;
  aspect-ratio:4/3;
  max-height:none;
}
.home-physio-compact .rehab-slide-media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
@media(max-width:720px){
  .home-physio-compact{
    padding-top:34px;
    padding-bottom:34px;
  }
  .home-physio-compact .feature-grid{
    display:block;
  }
  .home-physio-compact .rehab-slide-media{
    height:auto;
    aspect-ratio:4/3;
  }
}


/* Premium mobile navigation: one Patient Information group instead of five competing top-level rows. */
.nav-patient-group{display:none}
.nav-patient-desktop{display:inline-flex}
@media(max-width:980px){
  .nav-patient-desktop{display:none!important}
  .nav-patient-group{
    display:block;
    width:100%;
    border:1px solid rgba(16,35,29,.09);
    border-radius:15px;
    background:rgba(255,255,255,.58);
    overflow:hidden;
    box-shadow:0 8px 20px rgba(16,35,29,.035);
  }
  .nav-patient-group summary{
    list-style:none;
    min-height:52px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:12px 14px;
    color:#19372d;
    font-size:.94rem;
    font-weight:800;
    cursor:pointer;
  }
  .nav-patient-group summary::-webkit-details-marker{display:none}
  .nav-patient-group summary::after{
    content:"⌄";
    color:#9a6f50;
    font-size:1rem;
    transition:transform .18s ease;
  }
  .nav-patient-group[open] summary::after{transform:rotate(180deg)}
  .nav-patient-submenu{
    display:grid;
    gap:4px;
    padding:4px 8px 9px;
    border-top:1px solid rgba(16,35,29,.07);
  }
  .nav-patient-submenu button{
    appearance:none;
    width:100%;
    min-height:42px;
    padding:9px 10px;
    border:0;
    border-radius:10px;
    background:transparent;
    color:#53615b;
    text-align:left;
    font:inherit;
    font-size:.79rem;
    font-weight:730;
    cursor:pointer;
  }
  .nav-patient-submenu button:hover,
  .nav-patient-submenu button:focus-visible{
    background:rgba(16,35,29,.055);
    color:#17382d;
    outline:none;
  }
}


/* Final homepage refinement: clearer hierarchy, quieter spacing, and intentional review testing state. */
body[data-admin-page="home"] #treatments{
  padding-top:88px;
  padding-bottom:82px;
}
.treatment-practice-section{
  padding-top:72px;
  padding-bottom:72px;
  border-top:1px solid rgba(16,35,29,.08);
  border-bottom:1px solid rgba(16,35,29,.08);
  background:linear-gradient(180deg,rgba(238,231,221,.46),rgba(249,246,240,.72));
}
.treatment-practice-head{
  margin-bottom:30px;
}
.treatment-practice-head h2{
  font-size:clamp(2.25rem,4.4vw,4.15rem);
  line-height:1.02;
  letter-spacing:-.035em;
}
.treatment-practice-head>p{
  max-width:520px;
  line-height:1.62;
}
.section-review{
  padding-top:78px;
  padding-bottom:78px;
}
.review-empty-state{
  display:flex;
  align-items:flex-start;
  gap:14px;
  max-width:720px;
  margin:0 0 24px;
  padding:18px 20px;
  border:1px solid rgba(16,35,29,.10);
  border-radius:18px;
  background:rgba(255,253,248,.72);
  box-shadow:0 10px 28px rgba(16,35,29,.045);
}
.review-empty-state[hidden]{display:none!important}
.review-empty-icon{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#173b2e;
  color:#fff;
  font-size:.82rem;
  font-weight:900;
}
.review-empty-state strong{
  display:block;
  color:#19382e;
  font-size:.94rem;
}
.review-empty-state p{
  margin:4px 0 0;
  color:#707a75;
  font-size:.8rem;
  line-height:1.55;
}
.about-compact{
  border-top:1px solid rgba(16,35,29,.08);
}
body[data-admin-page="home"] .section-head{
  margin-bottom:38px;
}
body[data-admin-page="home"] .section-head .copy h2{
  letter-spacing:-.032em;
}
body[data-admin-page="home"] .profile-launch-card{
  box-shadow:0 18px 46px rgba(16,35,29,.065);
}
html[data-theme="night"] .review-empty-state{
  border-color:rgba(255,255,255,.11);
  background:rgba(255,255,255,.045);
}
html[data-theme="night"] .review-empty-state strong{color:#f2ede5}
html[data-theme="night"] .review-empty-state p{color:#b5bfba}
@media(max-width:720px){
  body[data-admin-page="home"] #treatments{
    padding-top:62px;
    padding-bottom:56px;
  }
  .treatment-practice-section{
    padding-top:50px;
    padding-bottom:50px;
  }
  .treatment-practice-head{
    display:block;
    margin-bottom:24px;
  }
  .treatment-practice-head h2{
    font-size:clamp(2rem,10vw,2.8rem);
  }
  .treatment-practice-head>p{
    margin-top:14px;
    font-size:.9rem;
  }
  .section-review{
    padding-top:56px;
    padding-bottom:58px;
  }
  body[data-admin-page="home"] .section-head{
    margin-bottom:28px;
  }
  .review-empty-state{
    margin-bottom:18px;
    padding:16px;
    border-radius:16px;
  }
  .about-compact{
    padding-top:56px;
    padding-bottom:62px;
  }
}


/* 2026-09-25 gallery correction: true autoplay + full-image, screen-fit treatment cards. */
.treatment-practice-section .feature-grid{
  width:100%;
}
.treatment-practice-section .rehab-media-slider{
  width:100%!important;
  max-width:900px!important;
}
.treatment-practice-section .rehab-slide-media{
  aspect-ratio:var(--rehab-media-ratio,4/3)!important;
  height:auto!important;
  max-height:none!important;
}
.treatment-practice-section .rehab-slide-media img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}
@media(max-width:720px){
  .treatment-practice-section .container{
    width:100%;
  }
  .treatment-practice-section .treatment-practice-head{
    width:calc(100% - 28px);
    margin-left:auto;
    margin-right:auto;
  }
  .treatment-practice-section .feature-grid{
    width:100%;
  }
  .treatment-practice-section .rehab-media-slider{
    width:calc(100% - 24px)!important;
    max-width:none!important;
    margin-left:12px!important;
    margin-right:12px!important;
    border-radius:22px!important;
  }
  .treatment-practice-section .rehab-slide-caption{
    min-height:118px;
    padding:16px 18px 18px;
  }
  .treatment-practice-section .rehab-media-slider{
    padding-bottom:38px;
  }
  .treatment-practice-section .rehab-slider-dots{
    bottom:14px;
  }
}

/* Site language selector — native, private, no third-party translation service. */
.language-switcher{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:5px 9px;border:1px solid rgba(16,35,29,.11);border-radius:999px;background:rgba(255,253,248,.78);color:#19372d}
.language-switcher-icon{font-size:.8rem;font-weight:900;color:#946c4f}
.language-switcher select{width:auto;max-width:142px;padding:0 18px 0 0;border:0;background:transparent;color:inherit;font:inherit;font-size:.72rem;font-weight:800;outline:none}
html[data-theme="night"] .language-switcher{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#f2ede5}
@media(max-width:980px){.nav-links.open .language-switcher{width:100%;min-height:48px;justify-content:space-between;padding:10px 14px;border-radius:14px;background:rgba(247,243,236,.84)}.nav-links.open .language-switcher::before{content:"Language";margin-right:auto;color:#6a756f;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.nav-links.open .language-switcher select{max-width:190px;font-size:.82rem}}

/* Telephysiotherapy feature strip */
.telephysio-feature{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:22px;align-items:center;margin-top:18px;padding:24px 26px;border:1px solid rgba(16,35,29,.12);border-radius:26px;background:linear-gradient(135deg,#f4eee5,#fffdf8);box-shadow:0 16px 42px rgba(16,35,29,.06);transition:transform .2s ease,box-shadow .2s ease}
.telephysio-feature:hover{transform:translateY(-2px);box-shadow:0 22px 50px rgba(16,35,29,.09)}
.telephysio-feature-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:20px;background:#173b2e;color:#fff}
.telephysio-feature-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.telephysio-feature-copy>span{display:block;margin-bottom:6px;color:#946c4f;font-size:.66rem;font-weight:900;letter-spacing:.13em}
.telephysio-feature-copy h3{font-size:1.6rem;margin-bottom:6px}
.telephysio-feature-copy p{max-width:780px;color:#66716c;font-size:.88rem}
.telephysio-feature>strong{white-space:nowrap;color:#173b2e;font-size:.8rem}
.telephysio-hero .mini-cta{background:linear-gradient(145deg,#173b2e,#245541)}
@media(max-width:720px){.telephysio-feature{grid-template-columns:48px 1fr;padding:18px;border-radius:20px}.telephysio-feature-icon{width:48px;height:48px;border-radius:15px}.telephysio-feature-icon svg{width:26px;height:26px}.telephysio-feature>strong{grid-column:2;white-space:normal}.telephysio-feature-copy h3{font-size:1.35rem}}
