@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Noto+Naskh+Arabic:wght@400;500;600&display=swap');

:root {
  --ink: #17110c;
  --ink-2: #241a12;
  --panel: #21170f;
  --panel-soft: #2c2017;
  --parchment: #f4ead7;
  --muted: #cdbd9f;
  --gold: #d9a05b;
  --gold-bright: #f0c684;
  --cyan: #8fdbe4;
  --line: rgba(217, 160, 91, .28);
  --green: #8fce7f;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(ellipse at 20% 85%, #1d3320 0%, transparent 55%),
    radial-gradient(ellipse at 80% 15%, #46240a 0%, transparent 50%),
    linear-gradient(160deg, #142416 0%, #17110c 55%, #1a1e14 100%);
  background-attachment: fixed;
  color: var(--parchment);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 19px;
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 82% 12%, rgba(191,230,160,.10), transparent 38%),
    radial-gradient(circle at 15% 92%, rgba(143,224,200,.08), transparent 42%),
    linear-gradient(115deg, rgba(255,255,255,.02), transparent 45%);
}
a { color: var(--gold-bright); }
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; background: var(--parchment); color: var(--ink); padding: 10px 16px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 12px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(18, 12, 8, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand {
  flex: 0 0 auto;
  color: var(--parchment);
  font-family: 'Cinzel', serif;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: 2px;
  text-decoration: none;
}
.brand span { display: block; color: var(--gold); font-size: 9px; letter-spacing: 3px; margin-top: 4px; }
.nav-toggle { display: none; margin-left: auto; border: 1px solid var(--line); color: var(--parchment); background: transparent; padding: 9px 12px; font: 12px 'Cinzel', serif; letter-spacing: 2px; }
.site-nav { display: flex; align-items: center; gap: 15px; margin-left: auto; }
.site-nav a { color: var(--muted); font: 10px 'Cinzel', serif; letter-spacing: 1.35px; text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current='page'] { color: var(--gold-bright); }
.header-call { display: inline-flex; align-items: center; border: 1px solid var(--gold); padding: 10px 14px; color: var(--gold-bright) !important; }

.page-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(620px, 76vh, 820px);
  display: flex;
  align-items: center;
  background-color: #20160e;
  background-position: var(--hero-focus, center) center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  box-shadow: inset 0 1px rgba(244,234,215,.06), inset 0 -1px rgba(217,160,91,.16);
}
.page-hero[style*="hero-education"] { --hero-focus: 74%; }
.page-hero[style*="hero-pain"] { --hero-focus: 78%; }
.page-hero[style*="hero-rehabilitation"] { --hero-focus: 82%; }
.page-hero[style*="hero-spine"] { --hero-focus: 84%; }
.page-hero[style*="hero-joints"] { --hero-focus: 72%; }
.page-hero[style*="hero-emg-ncs"] { --hero-focus: 77%; }
.page-hero[style*="services-temple"] { --hero-focus: 70%; }
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 78% 45%, transparent 0 22%, rgba(14,9,6,.08) 52%, rgba(14,9,6,.38) 100%),
    linear-gradient(90deg, rgba(14,9,6,.95) 0%, rgba(14,9,6,.78) 34%, rgba(14,9,6,.30) 61%, rgba(14,9,6,.06) 100%),
    linear-gradient(180deg, rgba(14,9,6,.32) 0%, transparent 28%, transparent 62%, rgba(14,9,6,.48) 100%);
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  z-index: -1;
  background: linear-gradient(180deg, transparent 0%, rgba(23,17,12,.32) 38%, var(--ink) 100%);
}
.hero-inner { position: relative; width: 100%; max-width: var(--max); margin: 0 auto; padding: 88px 24px 130px; }
.hero-copy { max-width: 650px; }
.eyebrow, .section-label, .breadcrumbs {
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 11px;
  color: var(--gold);
}
.breadcrumbs { letter-spacing: 1.2px; text-transform: none; margin-bottom: 28px; color: var(--muted); }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
h1, h2, h3 { font-family: 'Cinzel', serif; font-weight: 500; line-height: 1.18; }
h1 { font-size: clamp(38px, 5vw, 68px); margin: 14px 0 20px; text-wrap: balance; }
h2 { font-size: clamp(28px, 3vw, 42px); margin: 12px 0 18px; text-wrap: balance; }
h3 { font-size: 20px; margin: 0 0 10px; color: var(--gold-bright); }
.hero-copy > p { max-width: 620px; color: #eadfc9; font-size: 22px; line-height: 1.55; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 24px; color: var(--muted); font-size: 16px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 11px 20px;
  border: 1px solid var(--gold);
  color: var(--gold-bright);
  background: rgba(23,17,12,.55);
  font: 11px 'Cinzel', serif;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover { background: var(--gold); color: var(--ink); }
.button.primary { background: var(--gold); color: var(--ink); }
.button.primary:hover { background: var(--gold-bright); }
.button.secondary { border-color: rgba(244,234,215,.42); color: var(--parchment); }

.trust-strip { border-block: 1px solid var(--line); background: #1d140e; }
.trust-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font: 15px 'Cinzel', serif; color: var(--gold-bright); }
.trust-item span { color: var(--muted); font-size: 16px; }

.content-shell { max-width: var(--max); margin: 0 auto; padding: 96px 24px; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 64px; }
.article { min-width: 0; }
.article section { margin-bottom: 88px; scroll-margin-top: 100px; }
.article p { max-width: 72ch; color: #e2d5be; line-height: 1.74; }
.article .lead { color: var(--parchment); font-size: 23px; line-height: 1.55; }
.article ul, .article ol { padding-left: 24px; color: #e2d5be; }
.article li { margin: 8px 0; padding-left: 4px; }
.note { border-left: 3px solid var(--cyan); background: rgba(143,219,228,.07); padding: 18px 22px; margin: 28px 0; color: #e6f5f4; }
.warning { border-left-color: #d98969; background: rgba(217,137,105,.08); }

.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 32px; }
.card { position: relative; padding: 30px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(49,35,24,.7), rgba(29,20,14,.8)); }
.card::before { content: ''; position: absolute; width: 38px; top: -1px; left: 24px; border-top: 2px solid var(--gold); }
.card p { margin: 0; font-size: 17px; }
.card a { text-decoration: none; }
.icon-mark { display: inline-flex; width: 34px; height: 34px; margin-bottom: 16px; align-items: center; justify-content: center; border: 1px solid var(--line); color: var(--gold); font: 14px 'Cinzel', serif; border-radius: 50%; }

.metric-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; margin: 30px 0; }
.metric-number { display: flex; flex-direction: column; justify-content: center; min-height: 190px; padding: 28px; border: 1px solid var(--gold); background: radial-gradient(circle at top right, rgba(143,219,228,.13), transparent 44%), #281c13; text-align: center; }
.metric-number strong { color: var(--gold-bright); font: clamp(40px, 6vw, 72px) 'Cinzel', serif; line-height: 1; }
.metric-number span { margin-top: 12px; color: var(--muted); font-size: 17px; }
.review-panel { display: flex; flex-direction: column; justify-content: center; min-height: 190px; padding: 28px; border: 1px solid var(--line); background: #1e150f; }
.stars { color: var(--gold-bright); font-family: Georgia, serif; font-size: 30px; letter-spacing: 8px; line-height: 1; }
.review-panel p { margin: 14px 0; }
.hours-table { width: 100%; border-collapse: collapse; margin-top: 24px; }
.hours-table th, .hours-table td { padding: 12px 14px; border-top: 1px solid var(--line); text-align: left; }
.hours-table th { width: 42%; color: var(--gold-bright); font: 13px 'Cinzel', serif; }
.hours-table td { color: var(--muted); }
.story-card { overflow: hidden; }
.story-card .story-tag { display: block; margin-bottom: 12px; color: var(--cyan); font: 10px 'Cinzel', serif; letter-spacing: 2px; text-transform: uppercase; }
.story-card .button { margin-top: 18px; }

.intro-panel {
  margin: 28px 0 46px;
  padding: 28px 30px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(217,160,91,.10), rgba(143,219,228,.05));
}
.intro-panel p:last-child { margin-bottom: 0; }
.journey-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 34px 0 10px; background: var(--line); border: 1px solid var(--line); }
.journey-step { min-height: 150px; padding: 24px; background: var(--ink-2); }
.journey-step span { display: block; margin-bottom: 12px; color: var(--gold); font: 12px 'Cinzel', serif; letter-spacing: 2px; }
.journey-step strong { display: block; color: var(--parchment); font: 16px 'Cinzel', serif; }
.journey-step p { margin: 10px 0 0; color: var(--muted); font-size: 16px; line-height: 1.5; }
.condition-index { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.condition-link { display: flex; min-height: 116px; flex-direction: column; justify-content: space-between; padding: 22px; border: 1px solid var(--line); background: rgba(37,26,18,.76); text-decoration: none; }
.condition-link strong { color: var(--parchment); font: 17px 'Cinzel', serif; line-height: 1.35; }
.condition-link span { margin-top: 14px; color: var(--muted); font-size: 15px; line-height: 1.35; }
.condition-link .article-meta { color: var(--gold); font: 10px 'Cinzel', serif; letter-spacing: 1.2px; line-height: 1.4; text-transform: uppercase; }
.condition-link:hover { border-color: var(--gold); transform: translateY(-2px); }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 30px; }
.video-card { overflow: hidden; border: 1px solid var(--line); background: var(--ink-2); }
.video-frame { position: relative; aspect-ratio: 16 / 9; background: #100b08; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-card .video-copy { padding: 22px; }
.video-card h3 { margin-bottom: 8px; }
.media-frame { overflow: hidden; border: 1px solid var(--line); background: #100b08; }
.media-frame img { width: 100%; height: auto; object-fit: contain; }
.google-profile-frame { width: 100%; min-height: 420px; border: 0; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--gold-bright); font: 12px 'Cinzel', serif; letter-spacing: 1.2px; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--parchment);
  background: #15100c;
  font: 17px 'Cormorant Garamond', Georgia, serif;
}
.field textarea { min-height: 132px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--cyan); outline-offset: 2px; }
.form-note { color: var(--muted); font-size: 15px; }

.sidebar { position: relative; }
.booking-card { position: sticky; top: 104px; padding: 28px; border: 1px solid var(--line); background: linear-gradient(155deg, #2b2017, #19110c); box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.booking-card h2 { font-size: 23px; }
.booking-card p { font-size: 17px; color: var(--muted); }
.booking-card .button { display: flex; width: 100%; margin-top: 10px; }
.booking-list { list-style: none; padding: 0; margin: 22px 0; }
.booking-list li { padding: 10px 0; border-top: 1px solid var(--line); font-size: 16px; color: var(--muted); }
.booking-list strong { display: block; color: var(--parchment); }

.care-directory {
  margin-top: 22px;
  padding: 26px;
  border: 1px solid var(--line);
  background: #19110c;
}
.care-directory-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.care-directory h2 { margin: 0; font-size: 20px; }
.care-directory-close { display: none; border: 1px solid var(--line); background: transparent; color: var(--parchment); padding: 7px 9px; font: 10px 'Cinzel', serif; }
.care-directory-group { margin-top: 22px; }
.care-directory-group h3 { margin: 0 0 8px; color: var(--gold); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; }
.care-directory-list { list-style: none; padding: 0; margin: 0; }
.care-directory-list li { margin: 0; padding: 0; border-top: 1px solid rgba(217,160,91,.16); }
.care-directory-list a { display: block; padding: 9px 0; color: var(--muted); font-size: 15px; line-height: 1.3; text-decoration: none; }
.care-directory-list a:hover, .care-directory-list a[aria-current='page'] { color: var(--gold-bright); }
.care-directory-list a[aria-current='page']::before { content: '◆'; margin-right: 8px; color: var(--cyan); font-size: 8px; }
.care-directory-toggle { display: none; }
.directory-backdrop { display: none; }

.process { counter-reset: step; display: grid; gap: 18px; }
.process-step { counter-increment: step; position: relative; padding: 18px 20px 18px 72px; border: 1px solid var(--line); }
.process-step::before { content: counter(step, upper-roman); position: absolute; left: 20px; top: 20px; color: var(--gold); font: 18px 'Cinzel', serif; }
.process-step h3 { color: var(--parchment); }

.faq details { border-top: 1px solid var(--line); padding: 20px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; color: var(--parchment); font-family: 'Cinzel', serif; font-size: 16px; line-height: 1.4; }
.faq details p { padding-right: 30px; }

.related { padding: 72px 24px; background: var(--ink-2); border-block: 1px solid var(--line); }
.related-inner { max-width: var(--max); margin: auto; }
.related .card-grid { grid-template-columns: repeat(3, 1fr); }
.site-footer { padding: 58px 24px 90px; border-top: 1px solid var(--line); color: var(--muted); background: #120c08; }
.footer-inner { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; }
.site-footer h2 { font-size: 17px; color: var(--parchment); }
.site-footer a { color: var(--muted); }
.footer-links { display: grid; gap: 8px; font-size: 16px; }
.disclaimer { max-width: var(--max); margin: 40px auto 0; padding-top: 22px; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.45; }

.mobile-actions { display: none; }
.rtl { direction: rtl; font-family: 'Noto Nastaliq Urdu', 'Noto Naskh Arabic', serif; }
.rtl h1, .rtl h2, .rtl h3, .rtl .eyebrow, .rtl .section-label { font-family: 'Noto Naskh Arabic', serif; letter-spacing: 0; }
.rtl .content-shell { grid-template-columns: 330px minmax(0,1fr); }
.rtl .article { grid-column: 2; }
.rtl .sidebar { grid-column: 1; grid-row: 1; }
.rtl .article p { max-width: 68ch; line-height: 2; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 20px 24px; background: #17100b; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .site-nav.open { display: flex; }
  .site-nav a { font-size: 12px; }
  .content-shell, .rtl .content-shell { grid-template-columns: 1fr; gap: 30px; padding-top: 64px; }
  .rtl .article, .rtl .sidebar { grid-column: 1; grid-row: auto; }
  .booking-card { position: static; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .related .card-grid { grid-template-columns: 1fr 1fr; }
  .condition-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journey-strip { grid-template-columns: repeat(2, 1fr); }
  .care-directory { position: fixed; z-index: 82; top: 0; right: 0; bottom: 0; width: min(88vw, 380px); margin: 0; padding: 24px 24px 92px; overflow-y: auto; transform: translateX(105%); transition: transform .25s ease; box-shadow: -30px 0 80px rgba(0,0,0,.46); }
  .care-directory.open { transform: translateX(0); }
  .care-directory-close { display: inline-block; }
  .care-directory-toggle { position: fixed; display: block; z-index: 78; right: 14px; bottom: 78px; padding: 11px 14px; border: 1px solid var(--gold); color: var(--ink); background: var(--gold); font: 10px 'Cinzel', serif; letter-spacing: 1.5px; box-shadow: 0 8px 25px rgba(0,0,0,.35); }
  .directory-backdrop { position: fixed; z-index: 81; inset: 0; background: rgba(5,3,2,.72); backdrop-filter: blur(2px); }
  .directory-backdrop.open { display: block; }
}

@media (max-width: 650px) {
  body { font-size: 18px; padding-bottom: 66px; }
  .site-header { min-height: 68px; padding: 10px 16px; }
  .brand { font-size: 11px; }
  .site-nav { top: 68px; }
  .page-hero {
    min-height: 740px;
    align-items: flex-end;
    background-position: var(--hero-focus, 80%) center;
    background-size: auto 100%;
  }
  .page-hero[style*="hero-education"] { --hero-focus: 82%; }
  .page-hero[style*="hero-pain"] { --hero-focus: 83%; }
  .page-hero[style*="hero-rehabilitation"] { --hero-focus: 88%; }
  .page-hero[style*="hero-spine"] { --hero-focus: 91%; }
  .page-hero[style*="hero-joints"] { --hero-focus: 74%; }
  .page-hero[style*="hero-emg-ncs"] { --hero-focus: 79%; }
  .page-hero[style*="services-temple"] { --hero-focus: 76%; }
  .page-hero::before {
    background:
      linear-gradient(90deg, rgba(14,9,6,.35), rgba(14,9,6,.04) 68%, rgba(14,9,6,.14)),
      linear-gradient(180deg, rgba(14,9,6,.04) 0%, rgba(14,9,6,.12) 30%, rgba(14,9,6,.68) 58%, rgba(14,9,6,.98) 86%, var(--ink) 100%);
  }
  .page-hero::after { height: 34%; }
  .hero-inner { padding: 300px 18px 96px; }
  .hero-copy { min-width: 0; }
  .eyebrow { overflow-wrap: anywhere; letter-spacing: 2.2px; line-height: 1.65; }
  .hero-copy > p { overflow-wrap: anywhere; }
  .actions { display: grid; grid-template-columns: minmax(0, 1fr); width: 100%; }
  .actions .button { width: 100%; min-width: 0; white-space: normal; text-align: center; }
  .hero-copy > p { font-size: 20px; }
  .trust-grid, .card-grid, .related .card-grid, .footer-inner { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .content-shell { padding: 58px 18px; }
  .article section { margin-bottom: 60px; }
  .related { padding-inline: 18px; }
  .metric-panel { grid-template-columns: 1fr; }
  .condition-index, .video-grid, .form-grid, .journey-strip { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .card { padding: 24px; }
  .hours-table th, .hours-table td { padding: 10px 8px; }
  .mobile-actions { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 66px; background: #17100b; border-top: 1px solid var(--gold); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; color: var(--parchment); text-decoration: none; font: 10px 'Cinzel', serif; letter-spacing: 1px; text-align: center; border-right: 1px solid var(--line); padding: 7px; }
  .mobile-actions a:last-child { border-right: 0; background: var(--gold); color: var(--ink); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
