:root {
  color-scheme: light;
  --paper: #fffdf7;
  --ink: #29332d;
  --muted: #676b60;
  --gold: #f0c45d;
  --gold-soft: #fff2c9;
  --accent: #795312;
  --line: #e4e1d4;
  --sans: "DM Sans", system-ui, sans-serif;
}
:root:lang(hi) { --sans: "Noto Sans Devanagari", "Kohinoor Devanagari", sans-serif; }
:root:lang(pa) { --sans: "Noto Sans Gurmukhi", "Mukta Mahee", "Raavi", sans-serif; }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.65 var(--sans); }
button, input, select, textarea { font: inherit; color: inherit; }
button, summary { cursor: pointer; }
button:disabled, select:disabled { cursor: not-allowed; opacity: .6; }
a { color: var(--accent); text-underline-offset: 4px; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid #8e671d; outline-offset: 4px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.2; text-wrap: balance; }
h1 { font-size: clamp(34px, 4.4vw, 55px); letter-spacing: -.045em; font-weight: 600; }
h2 { font-size: 30px; letter-spacing: -.025em; font-weight: 600; }
h3 { font-size: 20px; font-weight: 600; letter-spacing: -.015em; }
p + p { margin-top: 12px; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1140px, calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 12px 18px; background: white; }
.skip-link:focus { top: 10px; }
.site-header { position: sticky; top: 0; z-index: 20; background: #fffdf7f5; border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; min-height: 88px; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font: 600 24px/1.1 "DM Sans", system-ui, sans-serif; text-decoration: none; white-space: nowrap; }
.brand-symbol { display: grid; place-items: center; width: 44px; height: 48px; border: 1px solid #dabb73; border-radius: 13px 13px 6px 6px; background: var(--gold-soft); color: var(--accent); font: 30px/1 "Noto Sans Devanagari", sans-serif; }
.brand small { display: block; color: var(--muted); font: 500 9px/1.5 var(--sans); letter-spacing: .11em; margin-top: 7px; }
.main-nav { display: flex; gap: 6px; align-items: center; margin-left: auto; }
.main-nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 13px; color: var(--muted); text-decoration: none; border-radius: 8px; font-size: 13px; font-weight: 500; }
.main-nav a:hover, .main-nav a[aria-current] { color: var(--ink); background: var(--gold-soft); }
.main-nav a:last-child { color: var(--ink); background: var(--gold); padding-inline: 18px; }
.language-picker select { width: 103px; height: 44px; border: 1px solid #c5bda7; border-radius: 7px; background: transparent; font-size: 13px; padding: 6px; }
main { min-height: 65vh; padding-bottom: 56px; }
.eyebrow { color: var(--accent); font-size: 11px; font-weight: 600; line-height: 1.6; letter-spacing: .11em; margin-bottom: 14px; }
.lineage-name { color: var(--accent); font-weight: 700; }
.lead { font-size: 16px; line-height: 1.8; color: var(--muted); margin-top: 20px; max-width: 660px; }
.muted { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; font-weight: 500; text-decoration: none; }
.text-link:hover > span:first-child { text-decoration: underline; text-underline-offset: 5px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 12px 20px; min-height: 48px; border-radius: 8px; border: 1px solid transparent; text-decoration: none; font-size: 14px; font-weight: 600; text-align: center; line-height: 1.6; }
.primary { background: var(--gold); border-color: #dcb04d; color: #332b19; box-shadow: 0 3px 0 #a7781420; }
.primary:hover { background: #e9b848; }
.secondary { color: var(--ink); background: #fffdf7; border-color: #c7b27e; }
.secondary:hover { background: var(--gold-soft); }
.text-button { border: 0; background: none; min-height: 44px; padding: 8px 0; color: var(--accent); text-decoration: underline; text-underline-offset: 4px; font-size: 14px; }
.hero { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(0,1fr); gap: 76px; padding: 46px 0 40px; align-items: center; }
.hero-copy h1 { max-width: 550px; }
.hero-copy > .eyebrow { display: inline-block; padding: 5px 10px; background: var(--gold-soft); border-radius: 4px; margin-bottom: 22px; }
.hero-links { display: flex; flex-wrap: wrap; gap: 6px 26px; margin-top: 20px; }
.hero-assurance { display: flex; align-items: flex-start; gap: 12px; padding-top: 25px; margin-top: 26px; border-top: 1px solid var(--line); font-size: 13px; }
.hero-assurance p + p { margin-top: 4px; font-size: 12px; }
.assurance-mark { display: grid; place-items: center; border: 1px solid #c2ccb8; border-radius: 50%; width: 24px; height: 24px; color: #42613d; flex: 0 0 24px; font-size: 13px; }
.enquiry-panel { min-width: 0; padding: 28px; background: #fff; border: 1px solid #e2d4ad; border-top: 4px solid var(--gold); border-radius: 16px; box-shadow: 0 12px 35px #7a61250a; scroll-margin-top: 110px; }
.enquiry-panel .eyebrow { font-size: 10px; margin-bottom: 10px; }
.enquiry-panel h2 { font-size: 25px; letter-spacing: -.025em; }
.panel-intro { color: var(--muted); margin-top: 10px; font-size: 13px; }
.guide-heading { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.guide-heading .eyebrow { margin-bottom: 4px; color: var(--accent); }
.guide-mark { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; background: var(--gold-soft); color: var(--accent); font-size: 23px; }
.guide-disclosure { color: var(--muted); font-size: 12px; line-height: 1.6; }
.guide-progress { margin: 17px 0 12px; color: var(--accent); font-size: 12px; font-weight: 600; }
.guide-bubble { padding: 14px 16px; margin: 14px 0; border-radius: 0 12px 12px; background: #f6f5ef; font-size: 14px; line-height: 1.65; }
.guide-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.guide-choice { display: flex; justify-content: space-between; align-items: center; text-align: start; gap: 10px; min-height: 54px; padding: 12px; background: #fff; border: 1px solid #c9be9e; border-radius: 8px; color: var(--ink); font: inherit; font-size: 13px; line-height: 1.6; }
.guide-choice:hover, .guide-choice.recommended { background: var(--gold-soft); border-color: #b28a29; }
.guide-more { margin-top: 5px; }
.guide-answer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 13px; background: var(--gold-soft); border-radius: 12px 0 12px 12px; margin-bottom: 18px; font-size: 14px; }
.guide-answer .text-button { font-size: 12px; flex-shrink: 0; }
#guide-optional { font-weight: 400; color: var(--muted); }
@media (max-width: 380px) { .guide-options { grid-template-columns: 1fr; } .guide-answer { flex-wrap: wrap; } }
.field { min-width: 0; }
.field > label { display: block; margin-bottom: 7px; font-weight: 500; font-size: 13px; }
#enquiry-form > .field { margin-top: 18px; }
input, textarea, select { max-width: 100%; }
.field :is(input,select,textarea) { display: block; width: 100%; min-width: 0; background: #fff; border: 1px solid #bcb5a1; border-radius: 7px; padding: 11px 12px; font-size: 16px; }
.field :is(input,select) { min-height: 48px; }
.field textarea { resize: vertical; line-height: 1.55; }
input::placeholder, textarea::placeholder { color: #737168; opacity: 1; }
.optional-details { margin-top: 10px; }
summary { padding: 10px 0; min-height: 44px; color: var(--accent); font-size: 13px; }
summary small { color: var(--muted); font-size: 11px; margin-left: 4px; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; padding-block: 12px; }
.full { grid-column: 1 / -1; }
.field-help { color: var(--muted); font-size: 12px; margin-top: 7px; }
.submit { width: 100%; margin-top: 10px; }
.privacy-note { color: var(--muted); font-size: 12px; line-height: 1.65; margin-top: 12px; }
.direct-contact { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 4px 18px; margin-top: 15px; padding-top: 12px; border-top: 1px solid var(--line); }
.direct-contact .text-link { font-size: 12px; min-height: 36px; }
.error { background: #fff2ed; border-left: 3px solid #a8412d; color: #8b2d1d; padding: 12px; font-size: 13px; margin-top: 12px; }
[aria-invalid=true] { border-color: #a8412d !important; }
.notice { padding: 12px; background: var(--gold-soft); font-size: 13px; }
#message-content { white-space: pre-wrap; overflow-wrap: anywhere; font: 14px/1.8 var(--sans); padding: 18px; background: #fff9e8; border: 1px solid var(--line); border-radius: 8px; max-height: 420px; overflow-y: auto; }
.section { padding-block: 32px; }
.daily-tools { padding: 28px; border: 1px solid #e2d4ad; background: #fffaf0; border-radius: 16px; margin: 12px 0 24px; }
.daily-tools h2 { font-size: clamp(23px,2.4vw,30px); }
.daily-tools .section-heading { gap: 18px; margin-bottom: 15px; }
.panchang-controls { display: flex; align-items: end; gap: 8px; }
.panchang-controls .field > label { font-size: 12px; }
.panchang-controls .button { min-height: 48px; }
.panchang-location-line { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; font-size: 14px; }
#panchang-zone { font-size: 12px; color: var(--muted); }
.panchang-location { max-width: 620px; margin-bottom: 8px; }
.panchang-location form { background: #fff; border: 1px solid var(--line); padding: 16px; border-radius: 10px; }
.panchang-location fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.panchang-location-actions { display: flex; flex-wrap: wrap; gap: 4px 22px; }
.panchang-location .primary { margin-top: 12px; }
.panchang-date { display: block; font-size: 17px; font-weight: 600; margin-top: 12px; }
.panchang-lunar { color: var(--accent); font-size: 13px; margin-top: 6px; }
.panchang-values { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); margin: 22px 0 12px; gap: 15px; }
.panchang-values > div { min-width: 0; border-left: 2px solid #d7af50; padding-left: 12px; }
.panchang-values dt { color: var(--muted); font-size: 12px; line-height: 1.6; }
.panchang-values dd { margin: 6px 0 0; font-size: 16px; font-weight: 600; line-height: 1.55; overflow-wrap: anywhere; }
.panchang-month { margin-top: 15px; border-top: 1px solid var(--line); }
.panchang-month > summary { font-weight: 600; padding-block: 14px; }
.panchang-month-controls { display: flex; align-items: center; justify-content: space-between; gap: 10px; max-width: 560px; margin: 8px 0; }
.panchang-month-controls h3 { font-size: 18px; text-align: center; }
.panchang-month-controls .button { padding: 8px 14px; min-width: 44px; }
.panchang-table { width: 100%; max-width: 560px; border-collapse: separate; border-spacing: 3px; table-layout: fixed; }
.panchang-table th { padding: 8px 0; font-size: 12px; color: var(--muted); font-weight: 500; }
.panchang-table abbr { text-decoration: none; }
.panchang-table td { padding: 0; }
.panchang-table button { width: 100%; min-height: 44px; padding: 6px 0; border: 1px solid transparent; border-radius: 6px; background: #fff; font: inherit; font-size: 15px; color: var(--ink); }
.panchang-table button:hover { background: var(--gold-soft); border-color: var(--accent); }
.panchang-table [aria-current=date] { border-color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
.panchang-table [aria-pressed=true] { background: var(--gold); border-color: var(--accent); font-weight: 700; }
.panchang-tradition { max-width: 300px; margin-block: 16px; }
.panchang-footer { display: flex; flex-wrap: wrap; gap: 4px 24px; margin-top: 8px; }
.panchang-footer .text-link { font-size: 13px; }
@media (max-width: 960px) { .panchang-values { grid-template-columns: repeat(3,minmax(0,1fr)); row-gap: 22px; } }
@media (max-width: 600px) { .daily-tools { padding: 20px 16px; } .panchang-values { grid-template-columns: repeat(2,minmax(0,1fr)); } .panchang-location .form-grid { grid-template-columns: 1fr; } }
.section-heading { display: flex; align-items: end; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-bottom: 22px; }
.section-heading .eyebrow { margin-bottom: 9px; }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.service-card { display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: var(--ink); text-decoration: none; }
a.service-card:hover { background: #fffae9; border-color: #c7a450; }
.service-card.featured { background: #fff4ce; border-color: #e7c773; }
.service-category { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--accent); font-size: 10px; font-weight: 500; letter-spacing: .08em; margin-bottom: 18px; }
.service-category > span:last-child { color: var(--accent); letter-spacing: normal; }
.service-card :is(h2,h3) { font-size: 20px; }
.service-card > p { font-size: 13px; color: var(--muted); margin-top: 12px; line-height: 1.7; }
.card-action { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 20px; margin-top: auto; color: var(--accent); font-size: 12px; font-weight: 500; }
.people-section { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 46px; align-items: center; margin-top: 22px; border-top: 1px solid var(--line); }
.mandir-photo { overflow: hidden; max-width: 300px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.mandir-photo img { width: 100%; height: auto; }
.mandir-photo figcaption { padding: 12px 15px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.people-intro { color: var(--muted); font-size: 14px; line-height: 1.85; margin-top: 18px; }
.practitioners { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; margin-top: 24px; }
.practitioner h3 { font-size: 19px; }
.practitioner p { font-size: 12px; line-height: 1.75; }
.practitioner .practitioner-role { color: var(--accent); margin-top: 10px; font-size: 11px; }
.practitioner .text-link { margin-top: 12px; }
.people-section .text-link { margin-top: 12px; }
.free-tools { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px 32px; padding: 25px 28px; background: #fff3cf; border: 1px solid #e7d4a2; border-radius: 12px; margin-block: 28px; }
.free-tools h2 { font-size: 25px; }
.eyebrow-note { font-size: 12px; color: var(--muted); max-width: 450px; margin-bottom: 10px; }
.free-links { display: flex; flex-wrap: wrap; gap: 6px 24px; }
.free-links .text-link { font-size: 13px; }
.home-visit { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.home-visit p { color: var(--muted); font-size: 13px; max-width: 670px; margin-top: 12px; }
.archive-link { display: flex; justify-content: space-between; align-items: center; gap: 10px 24px; flex-wrap: wrap; padding-block: 18px; border-top: 1px solid var(--line); font-size: 12px; }
.page-heading { padding: 35px 0 30px; max-width: 760px; }
.page-heading h1 { font-size: 42px; }
.page-heading .lead { margin-top: 14px; }
.score-note { padding: 24px; margin-block: 24px; border: 1px solid #e7d4a2; border-radius: 10px; background: #fff8e3; }
.score-note h2 { font-size: 23px; }
.score-note p { font-size: 13px; line-height: 1.8; margin-top: 12px; color: #5c6057; }
.score-note .text-link { margin-top: 12px; }
.consultation-layout { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); gap: 48px; align-items: start; }
.booking-process { padding-top: 10px; }
.booking-process h2 { font-size: 27px; }
.booking-process ol { list-style: none; counter-reset: steps; padding: 0; margin: 22px 0 0; }
.booking-process li { display: flex; gap: 18px; align-items: start; margin-top: 22px; counter-increment: steps; }
.booking-process li::before { content: counter(steps,decimal-leading-zero); display: grid; place-items: center; flex: 0 0 34px; height: 34px; border-radius: 50%; background: var(--gold-soft); color: var(--accent); font-size: 12px; font-weight: 600; }
.booking-process h3 { font-size: 17px; }
.booking-process p { color: var(--muted); margin-top: 7px; font-size: 13px; }
.scope-note { font-size: 12px; color: var(--muted); margin-top: 20px; }
.faq-section { margin-top: 34px; padding-top: 25px; border-top: 1px solid var(--line); max-width: 800px; }
.faq-section h2 { margin-bottom: 16px; font-size: 25px; }
.faq-section details { border-bottom: 1px solid var(--line); }
.faq-section summary { padding-block: 15px; font-size: 14px; }
.faq-section details p { font-size: 14px; color: var(--muted); padding-bottom: 18px; }
.visit-layout { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 42px; align-items: start; }
.recognition { color: var(--muted); font-size: 14px; margin-bottom: 20px; }
.mandir-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.mandir-card { display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.mandir-card h3 { font-size: 21px; line-height: 1.4; }
.mandir-card address { color: var(--muted); font-size: 14px; font-style: normal; margin-block: 18px 25px; }
.mandir-card .button { margin-top: auto; align-self: start; }
.visit-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; margin-top: 24px; }
.visit-actions .text-link { flex-wrap: wrap; gap: 2px 12px; }
.travel-note { margin-top: 32px; max-width: 760px; padding-top: 26px; border-top: 1px solid var(--line); }
.travel-note h2 { font-size: 26px; }
.travel-note p { margin-block: 12px; color: var(--muted); }
.about-intro { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 48px; align-items: start; }
.service-directory { grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; }
.service-help { margin-top: 16px; border-top: 1px solid var(--line); }
.service-help > summary { padding-block: 12px; font-weight: 500; font-size: 14px; }
.service-help dl { margin: 0; }
.service-help dl > div { padding: 10px 0 14px; }
.service-help dt { font-weight: 600; font-size: 13px; color: var(--ink); }
.service-help dd { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.service-help dl > div:last-child { padding-bottom: 4px; }
.service-enquire { text-decoration: none; margin-top: 4px; min-height: 44px; }
.service-enquire:hover .card-action > span:first-child { text-decoration: underline; text-underline-offset: 4px; }
.service-directory .card-action { padding-top: 10px; min-height: 44px; font-size: 14px; }
.preparation-note { margin-bottom: 24px; padding: 20px; border-radius: 12px; background: var(--gold-soft); }
.preparation-note h2 { font-size: 23px; }
.preparation-note p { margin-top: 10px; font-size: 14px; color: var(--muted); }
.visit-seva { margin-top: 24px; border-top: 1px solid var(--line); }
.visit-timings { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin: 24px 0; }
.visit-timings > div { padding: 20px; background: var(--gold-soft); border: 1px solid #e7c773; border-radius: 10px; }
.visit-timings dt { font-weight: 500; font-size: 14px; }
.visit-timings dd { margin: 12px 0 0; }
.visit-timings strong { display: block; font-size: 23px; font-weight: 600; line-height: 1.5; }
.visit-timings dd > span { display: block; margin-top: 8px; font-size: 12px; color: var(--accent); }
.visit-activities { border-block-start: 1px solid var(--line); }
.visit-activities > summary { padding-block: 16px; font-size: 15px; font-weight: 500; }
.visit-activities > p { max-width: 750px; font-size: 14px; color: var(--muted); padding-bottom: 14px; }
.information-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; padding: 8px 0 26px; }
.information-grid h3 { font-size: 18px; }
.information-grid p { margin-top: 10px; font-size: 14px; color: var(--muted); }
.practice-section { display: grid; grid-template-columns: 1.2fr 1fr; gap: 44px; margin-top: 32px; border-top: 1px solid var(--line); }
.practice-section h2 { font-size: 27px; }
.practice-section h3 { font-size: 18px; margin-top: 24px; }
.practice-section p { margin-block: 14px; font-size: 14px; color: var(--muted); }
.practice-section aside { padding: 24px; align-self: start; background: var(--gold-soft); border-radius: 12px; }
@media (max-width: 760px) { .practice-section { grid-template-columns: 1fr; gap: 20px; } .visit-timings { grid-template-columns: 1fr; gap: 10px; } .visit-timings strong { font-size: 22px; } }
@media (max-width: 600px) { .service-grid.service-directory, .information-grid { grid-template-columns: 1fr; } .service-directory .service-card > p { font-size: 14px; } }
.about-intro .lead { font-size: 15px; }
.about-intro .practitioners { padding-top: 22px; border-top: 1px solid var(--line); }
.about-intro .practitioner p:not(.practitioner-role) { font-size: 14px; }
.katha-section { margin-top: 26px; padding-top: 30px; border-top: 1px solid var(--line); }
.section-intro { margin-top: 14px; max-width: 750px; color: var(--muted); font-size: 14px; }
.recap-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 24px; margin-top: 26px; max-width: 850px; }
.recap-grid > figure { background: white; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.recap-grid video { display: block; width: 100%; height: 340px; background: #21271f; object-fit: contain; }
.news-card > a { display: flex; height: 340px; padding: 16px; justify-content: center; background: #f4f1e7; }
.news-card img { height: 100%; width: auto; object-fit: contain; }
.recap-grid figcaption { padding: 12px 18px; font-size: 13px; }
.recap-grid figcaption .text-link { font-size: 13px; }
dialog { max-width: min(960px,calc(100% - 32px)); max-height: 90vh; padding: 22px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--paper); }
dialog::backdrop { background: #172018aa; }
body:has(dialog[open]) { overflow: hidden; }
.dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.dialog-header h2 { font-size: 20px; }
.dialog-header button { flex-shrink: 0; }
dialog img { margin-bottom: 16px; }
.prose { max-width: 780px; }
.prose section { margin-block: 28px; }
.prose h2 { font-size: 24px; margin-bottom: 12px; }
.prose p { color: var(--muted); }
.site-footer { border-top: 1px solid var(--line); background: #f7f5eb; padding-block: 30px 18px; }
.footer-top { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 40px; }
.footer-brand { font: 600 22px "DM Sans", system-ui, sans-serif; color: var(--ink); text-decoration: none; }
.footer-top p { font-size: 11px; color: var(--muted); margin-top: 9px; }
.footer-top nav { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 18px; }
.footer-top nav a, .footer-contact > a { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; color: var(--accent); text-decoration: none; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; border-top: 1px solid var(--line); padding-top: 16px; margin-top: 22px; font-size: 11px; color: var(--muted); }
.footer-bottom a { color: var(--muted); text-decoration: none; }
html:is(:lang(hi),:lang(pa)) body { line-height: 1.8; }
html:is(:lang(hi),:lang(pa)) :is(h1,h2,h3) { letter-spacing: normal; line-height: 1.5; text-wrap: pretty; }
html:is(:lang(hi),:lang(pa)) :is(.eyebrow,.service-category,.brand small) { letter-spacing: normal; }
html:is(:lang(hi),:lang(pa)) .hero h1 { font-size: clamp(30px,3.4vw,44px); }
html:is(:lang(hi),:lang(pa)) :is(.panel-intro,.privacy-note,.service-card > p,.card-action,.scope-note,.eyebrow-note,.footer-top p) { font-size: 13px; }
html:is(:lang(hi),:lang(pa)) :is(.service-category,.eyebrow) { font-size: 12px; }
html:is(:lang(hi),:lang(pa)) .brand small { font-size: 10px; }
html:is(:lang(hi),:lang(pa)) .field > label { font-size: 14px; }
html:is(:lang(hi),:lang(pa)) .field :is(input,select) { min-height: 50px; }
html:is(:lang(hi),:lang(pa)) .field textarea { line-height: 1.8; }
html:is(:lang(hi),:lang(pa)) .mandir-photo figcaption { font-size: 13px; }
@media (max-width: 1000px) {
  .header-inner { gap: 14px; }
  .brand { font-size: 21px; gap: 9px; }
  .main-nav a { padding-inline: 9px; }
  .hero { gap: 32px; }
  .hero h1 { font-size: 43px; }
  .service-card { padding: 20px; }
  .service-category { font-size: 9px; }
  .consultation-layout { gap: 26px; }
  .visit-layout, .about-intro { grid-template-columns: minmax(0,1fr) 230px; gap: 28px; }
  .mandir-cards { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1.2fr .8fr; gap: 20px; }
  .footer-contact { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; gap: 8px 30px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 145px; }
  .container { width: calc(100% - 40px); }
  .header-inner { flex-wrap: wrap; padding-top: 12px; gap: 8px; }
  .brand { font-size: 22px; }
  .brand-symbol { width: 36px; height: 40px; font-size: 27px; }
  .brand small { font-size: 8px; margin-top: 5px; }
  .language-picker { margin-left: auto; }
  .language-picker select { width: 92px; }
  .main-nav { order: 3; width: 100%; margin: 0; gap: 4px; justify-content: space-between; padding-bottom: 8px; }
  .main-nav a { font-size: 12px; padding-inline: 10px; }
  .main-nav a:last-child { padding-inline: 13px; }
  .hero { grid-template-columns: 1fr; gap: 25px; padding-block: 26px 18px; }
  .hero h1 { font-size: 38px; max-width: 560px; }
  .hero-copy > .eyebrow { margin-bottom: 16px; }
  .hero .lead { font-size: 14px; margin-top: 14px; }
  .hero-links { margin-top: 8px; gap: 0 20px; }
  .hero-links .text-link { font-size: 12px; }
  .hero-assurance { display: none; }
  .enquiry-panel { padding: 22px; }
  .enquiry-panel h2 { font-size: 24px; }
  .enquiry-panel .panel-intro { font-size: 13px; }
  h2 { font-size: 26px; }
  .section { padding-block: 26px; }
  .section-heading { margin-bottom: 18px; gap: 4px; }
  .section-heading .text-link { font-size: 12px; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .service-card { padding: 18px; }
  .service-card h3 { font-size: 18px; }
  .service-category { letter-spacing: 0; margin-bottom: 13px; }
  .service-category > span:last-child { display: none; }
  .service-card > p { font-size: 12px; }
  .card-action { font-size: 11px; gap: 7px; padding-top: 14px; }
  body[data-page=home] .service-card > p { display: none; }
  body[data-page=home] .service-card .card-action { padding-top: 16px; }
  .people-section { grid-template-columns: 1fr; gap: 24px; }
  .people-section > .mandir-photo { order: 2; width: 250px; justify-self: center; }
  .practitioners { gap: 18px; }
  .practitioner h3 { font-size: 18px; }
  .free-tools { padding: 22px; gap: 14px; }
  .free-links { gap: 0 20px; }
  .free-links .text-link { font-size: 12px; }
  .page-heading { padding-block: 26px; }
  .page-heading h1 { font-size: 34px; }
  .consultation-layout, .visit-layout, .about-intro { grid-template-columns: 1fr; }
  .booking-process { margin-top: 10px; }
  .visit-layout > .mandir-photo, .about-intro > .mandir-photo { width: 260px; justify-self: center; }
  .recap-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .recap-grid video, .news-card > a { height: 260px; }
  .news-card > a { padding: 8px; }
  .recap-grid figcaption { padding: 12px; }
  .recap-grid figcaption .text-link { font-size: 12px; }
}
@media (max-width: 420px) {
  .container { width: calc(100% - 32px); }
  .brand { font-size: 21px; }
  .hero h1 { font-size: 34px; }
  .hero-copy > .eyebrow { font-size: 10px; }
  .hero-links { display: block; }
  .enquiry-panel { padding: 20px 18px; }
  .service-card { padding: 16px 14px; }
  .service-card h3 { font-size: 17px; }
  .service-category { font-size: 9px; }
  .practitioners, .recap-grid, .form-grid { grid-template-columns: 1fr; }
  .practitioners { gap: 22px; }
  .recap-grid video { height: 360px; }
  .news-card > a { height: auto; }
  .news-card img { width: 100%; height: auto; }
  .footer-top { grid-template-columns: 1fr; gap: 18px; }
  .footer-top nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-contact { flex-direction: column; gap: 0; }
  html:is(:lang(hi),:lang(pa)) .service-grid { grid-template-columns: 1fr; }
  html:is(:lang(hi),:lang(pa)) body[data-page=home] .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  html:is(:lang(hi),:lang(pa)) .hero h1 { font-size: 30px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  .site-header, .site-footer, .skip-link, .direct-contact, #enquiry-entry, #send-message, #edit-message { display: none !important; }
  body { background: white; }
  #message-content { max-height: none; overflow: visible; }
}
