/* Shared structure; six independent visual systems follow below. */
:root{--bg:#f7f5ef;--surface:#fff;--ink:#233f35;--muted:#63736b;--accent:#284e40;--accent-ink:#fff;--soft:#e9ede3;--line:#d7dcd2;--display:'Cormorant Garamond',Georgia,serif;--body:'Manrope',sans-serif;--radius:4px;--page:1264px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--body);font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button,a,summary{touch-action:manipulation}a,button,summary{outline-offset:5px}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent)}img{display:block;max-width:100%;object-fit:cover}h1,h2,h3,p{margin:0}h1,h2{font-family:var(--display);font-weight:500;line-height:1.07;letter-spacing:-.045em}h1{font-size:clamp(56px,5.2vw,80px)}h2{font-size:clamp(40px,4vw,60px)}h1 em,h2 em{font-weight:inherit}h3{font-size:18px;line-height:1.4;font-weight:600}p{color:var(--muted)}svg{flex-shrink:0}.icon{width:24px;height:24px}em{color:var(--accent)}::selection{background:var(--accent);color:var(--accent-ink)}.section{max-width:var(--page);margin:auto;padding:104px 32px}.eyebrow{display:flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;line-height:1.8}.status-dot,.availability-dot{width:7px;height:7px;background:var(--accent);border-radius:50%;display:inline-block;flex-shrink:0}.status-dot{box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 10%,transparent)}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:15px 22px;border-radius:var(--radius);font-size:12px;font-weight:700;line-height:1.5;border:1px solid transparent;transition:background .2s,transform .2s,box-shadow .2s}.button>.icon{width:17px;height:17px}.button>span[aria-hidden]{margin-left:10px;font-size:19px}.button:hover{transform:translateY(-3px);box-shadow:0 7px 18px #00000012}.primary{background:var(--accent);color:var(--accent-ink)}.secondary{border-color:var(--line);background:var(--surface)}.text-link{display:inline-flex;align-items:center;gap:18px;font-size:12px;font-weight:700;padding-block:12px}.text-link>span[aria-hidden]{font-size:20px;transition:transform .2s}.text-link:hover>span[aria-hidden]{transform:translate(3px,-3px)}.skip-link{position:fixed;top:-100px;left:16px;padding:12px 20px;background:var(--accent);color:var(--accent-ink);z-index:100}.skip-link:focus{top:12px}.reading-progress{height:2px;position:fixed;inset:0 0 auto;background:var(--accent);transform:scaleX(0);transform-origin:left;z-index:60}.site-header{position:relative;z-index:40;max-width:var(--page);padding:28px 32px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand-symbol{width:43px;height:43px;background:var(--accent);color:var(--accent-ink);border-radius:50%;display:grid;place-items:center}.brand-symbol .icon{width:22px;height:22px}.brand-text strong{display:block;font-size:15px;line-height:1.5;letter-spacing:-.035em}.brand-text small{display:block;color:var(--muted);font-size:9px;letter-spacing:.015em}.main-nav{display:flex;gap:29px;font-size:11px;font-weight:600}.main-nav a{position:relative;padding:12px 0}.main-nav a:after{content:'';position:absolute;inset:auto 0 6px;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .2s}.main-nav a:hover:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:24px}.language-switch{display:flex;align-items:center;gap:3px}.language-switch button{background:none;border:0;color:var(--muted);font-size:10px;padding:8px 9px;min-height:38px;min-width:40px;border-radius:4px}.language-switch button[aria-pressed=true]{background:var(--soft);color:var(--ink);font-weight:800}.header-call{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:700}.header-call .icon{width:16px;height:16px}.menu-toggle{display:none}.hero{max-width:var(--page);margin:auto;padding:66px 32px 72px;position:relative;display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:64px;min-height:695px}.hero-copy{position:relative;z-index:2}.hero h1{margin-top:25px;max-width:650px}.hero h1 em{display:block}.hero-intro{max-width:420px;font-size:14px;line-height:1.9;margin-top:25px}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:32px}.hero-micro{display:flex;align-items:center;gap:8px;font-size:10px;color:var(--muted);margin-top:36px;flex-wrap:wrap}.hero-micro .icon{width:15px;height:15px}.separator{margin:0 4px;color:var(--line)}.hero-visual{position:relative;min-width:0}.portrait{width:100%;height:100%;object-position:center 25%}.portrait-label{display:flex;align-items:center;gap:14px;background:var(--surface);padding:18px 23px;box-shadow:0 12px 35px #162c1f0d}.portrait-label strong{font-size:13px;display:block}.portrait-label div>span{display:block;font-size:9px;margin-top:2px;color:var(--muted)}.label-icon{display:grid;place-items:center;background:var(--soft);width:40px;height:40px;border-radius:50%}.credentials-strip{display:grid;grid-template-columns:1.1fr repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-width:calc(var(--page) - 64px);margin:auto;padding:30px 0;gap:24px}.credentials-caption{font-size:12px;line-height:1.8;padding-right:22px;border-right:1px solid var(--line)}.credentials-caption>span,.credentials-caption strong{display:block}.credential strong{font-size:18px;font-weight:600;letter-spacing:-.04em;display:block;line-height:1.5}.credential>span{font-size:9px;line-height:1.65;display:block;color:var(--muted);max-width:165px;margin-top:5px}.about-section{display:grid;grid-template-columns:.9fr 1fr;gap:100px;align-items:center}.about-visual{position:relative;max-width:480px}.about-photo{width:100%;height:520px;border-radius:var(--radius);object-position:26% center}.about-photo-note{position:absolute;bottom:22px;left:22px;right:22px;padding:16px 20px;background:var(--surface);font-size:11px;display:flex;align-items:center;gap:14px}.about-copy h2{margin:18px 0 26px}.about-copy h2 em{display:block}.about-copy h3{font-size:19px}.role{color:var(--accent);font-size:11px;margin-top:7px}.bio{font-size:13px;line-height:1.95;margin-top:20px}.care-values{margin-block:24px;display:grid;gap:11px}.care-values>div{display:flex;gap:12px;align-items:center;font-size:11px}.care-values .icon{width:17px;height:17px;color:var(--accent)}.expertise-section{background:var(--soft);max-width:none;padding-inline:max(32px,calc((100vw - var(--page))/2 + 32px))}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:70px;margin-bottom:45px}.section-heading h2{margin-top:16px;max-width:660px}.section-heading h2 em{display:block}.section-heading>p{max-width:300px;font-size:12px}.services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:start}.service-card{background:var(--bg);border:1px solid transparent;border-radius:var(--radius);transition:background .2s,border-color .2s,transform .2s}.service-card:hover{border-color:var(--accent);transform:translateY(-3px)}summary{list-style:none;cursor:pointer}summary::-webkit-details-marker{display:none}.service-card summary{position:relative;padding:24px;min-height:205px}.service-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.service-top .icon{width:32px;height:32px;color:var(--accent)}.service-number{color:var(--muted);font-size:10px}.service-card h3{font-size:14px;max-width:180px;padding-right:15px}.service-expand{position:absolute;bottom:20px;right:22px;font-size:23px;line-height:1;transition:transform .2s}.service-card[open] .service-expand{transform:rotate(45deg)}.service-card[open]{border-color:var(--accent)}.service-content{padding:0 24px 15px;font-size:12px}.service-content .text-link{font-size:10px}.support-strip{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:35px;padding-top:28px;border-top:1px solid var(--line)}.support-strip>div{display:flex;align-items:center;gap:18px}.support-strip h3{font-size:13px}.support-strip p{font-size:10px;max-width:400px;margin-top:5px}.support-strip>div>.icon{width:26px;height:26px}.support-strip a{font-size:24px;margin-left:auto;padding:10px}.support-strip .availability-dot{margin-left:auto}.approach-section .section-heading h2{max-width:500px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:55px}.steps article{border-top:1px solid var(--line);padding-top:25px}.step-number{font-family:var(--display);font-size:38px;color:var(--accent)}.steps h3{margin-top:16px;font-size:17px}.steps p{font-size:12px;max-width:300px;margin-top:12px}.faq-section{border-top:1px solid var(--line);display:grid;grid-template-columns:.8fr 1.2fr;gap:110px;padding-top:80px}.faq-section h2{margin-top:16px}.faq-section h2 em{display:block}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;justify-content:space-between;gap:25px;padding:22px 0;font-size:13px;font-weight:600}.faq-list summary>span[aria-hidden]{font-size:23px;line-height:1;transition:transform .2s}.faq-list details[open] summary>span[aria-hidden]{transform:rotate(45deg)}.faq-list p{padding:0 30px 25px 0;font-size:12px;line-height:1.9}.contact-section{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;background:var(--accent);color:var(--accent-ink);max-width:calc(var(--page) - 64px);padding:66px;margin-bottom:80px;border-radius:var(--radius)}.contact-section h2{font-size:54px;margin-top:20px}.contact-section h2 em{color:inherit;display:block}.contact-copy>p{font-size:12px;max-width:380px;margin-top:23px;color:inherit;opacity:.8}.phone-number{font-size:clamp(22px,2.5vw,33px);font-weight:500;display:flex;gap:25px;margin-top:30px;line-height:1.5;letter-spacing:-.03em}.contact-actions{display:flex;gap:25px;align-items:center;margin-top:25px;flex-wrap:wrap}.contact-actions .secondary{background:var(--accent-ink);color:var(--accent);border:0}.contact-hours{display:flex;gap:10px;align-items:center;font-size:10px;margin-top:23px;opacity:.8}.contact-hours .icon{width:15px;height:15px}.hospital-card{background:var(--bg);color:var(--ink);border-radius:var(--radius);overflow:hidden;align-self:stretch}.hospital-illustration{background:var(--soft);padding:10px 20px 0;height:170px;overflow:hidden}.hospital-illustration svg{width:100%;height:100%;stroke:var(--accent);stroke-width:1.4;opacity:.7}.hospital-info{padding:28px}.hospital-info .eyebrow{font-size:9px;letter-spacing:.1em}.hospital-info .eyebrow .icon{width:15px;height:15px}.hospital-info h3{font-size:23px;margin-top:12px}.hospital-info address{font-style:normal;font-size:12px;color:var(--muted);margin-top:10px}.directions{border:1px solid var(--line);width:100%;margin-top:22px;justify-content:space-between;min-height:45px;padding:11px 15px}.emergency-note{display:flex;gap:8px;align-items:center;font-size:9px;margin-top:20px}.site-footer{max-width:var(--page);padding:0 32px 75px;margin:auto;display:flex;flex-wrap:wrap;gap:35px;align-items:center;justify-content:space-between}.footer-brand{display:flex;align-items:center;gap:13px}.footer-brand strong{display:block;font-size:15px}.footer-brand small{font-size:9px;color:var(--muted);display:block;max-width:340px}.footer-contact{display:grid;text-align:right;font-size:11px;gap:5px}.footer-contact span{color:var(--muted)}.footer-bottom{display:flex;justify-content:space-between;gap:25px;border-top:1px solid var(--line);padding-top:24px;width:100%;font-size:9px;color:var(--muted)}.mobile-contact{display:none}.preview-badge{position:fixed;bottom:15px;left:16px;background:#ffffffed;color:#28372f;border:1px solid #ddd;border-radius:30px;box-shadow:0 3px 20px #00000012;z-index:50;display:flex;align-items:center;font:10px 'Manrope',sans-serif;backdrop-filter:blur(12px)}.preview-badge a{padding:10px 14px;font-weight:700}.preview-badge>span{padding:0 14px;border-left:1px solid #ddd;color:#69716c}.will-reveal{opacity:0;transform:translateY(18px);transition:opacity .65s,transform .65s}.will-reveal.visible{opacity:1;transform:none}
/* 01 — warm editorial, architectural portrait, quiet ivory and forest. */
.theme-sage{--radius:3px}.hero-sage{padding-top:58px;gap:60px}.hero-sage h1{font-size:clamp(58px,5.65vw,82px)}.hero-sage .hero-visual{padding:18px 25px 20px 35px}.portrait-frame{height:515px;position:relative;overflow:hidden;border-radius:250px 250px 3px 3px;z-index:1}.portrait-frame .portrait{object-position:center 23%}.orbit{position:absolute;inset:0 4px 45px 12px;border:1px solid #bdc9b8;border-radius:260px 260px 4px 4px;transform:rotate(5deg)}.hero-sage .portrait-label{position:absolute;bottom:0;left:0;z-index:3;min-width:290px}.portrait-stamp{position:absolute;right:-5px;top:50px;background:#e8eddb;border:6px solid var(--bg);width:107px;height:107px;border-radius:50%;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;transform:rotate(13deg)}.portrait-stamp .icon{width:21px;height:21px}.portrait-stamp>span{font-size:8px;line-height:1.45;letter-spacing:.1em;text-align:center;font-weight:700}.vertical-label{position:absolute;right:-17px;bottom:110px;writing-mode:vertical-rl;font-size:8px;letter-spacing:.21em}.theme-sage .about-photo{border-radius:3px 140px 3px 3px}.theme-sage .contact-section{--accent:#284e40}
/* 02 — clean blue, a structured image collage and functional panels. */
.theme-blue{--bg:#fff;--surface:#fff;--ink:#122c52;--muted:#5d6e85;--accent:#1553bf;--accent-ink:#fff;--soft:#edf4ff;--line:#dce5f1;--display:'Plus Jakarta Sans',sans-serif;--body:'Plus Jakarta Sans',sans-serif;--radius:16px}.theme-blue .site-header{border-bottom:0}.theme-blue .brand-symbol{border-radius:12px}.theme-blue .header-call{background:var(--accent);color:white;padding:12px 16px;border-radius:9px}.theme-blue h1{font-size:clamp(46px,4.6vw,67px);line-height:1.12;font-weight:700;letter-spacing:-.055em}.theme-blue h1 em,.theme-blue h2 em{font-style:normal}.theme-blue h2{font-size:43px;font-weight:650;line-height:1.17}.hero-blue{padding:35px 32px 45px;gap:50px;min-height:650px}.hero-blue .hero-copy{padding:10px 0}.hero-blue .eyebrow{color:var(--accent);background:var(--soft);padding:7px 12px;border-radius:6px;display:inline-flex;font-size:9px}.hero-blue .hero-visual{display:grid;gap:15px}.blue-photo{height:355px;border-radius:18px;position:relative;overflow:hidden;background:#d4e7ff}.blue-photo .portrait{object-position:22% 45%}.photo-corner{position:absolute;right:22px;top:5px;font-size:60px;font-weight:300;color:white}.blue-photo .portrait-label{position:absolute;bottom:15px;left:15px;right:15px;padding:12px 15px;border-radius:10px;background:#fffffff0}.blue-mini{display:grid;grid-template-columns:1.25fr 1fr;gap:15px}.mini-note{height:132px;background:var(--soft);padding:20px;display:flex;flex-direction:column;justify-content:space-between;border-radius:16px}.mini-note strong{font-size:13px;line-height:1.6}.emergency-tile{background:var(--accent);color:white;border-radius:16px;padding:15px 20px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3px}.emergency-tile strong{font-size:28px;justify-self:end}.emergency-tile>span:not([aria-hidden]){font-size:10px}.emergency-tile>span[aria-hidden]{justify-self:end;font-size:23px}.theme-blue .credentials-strip{background:var(--soft);max-width:calc(var(--page) - 64px);border:0;border-radius:14px;padding:25px;margin-top:0}.theme-blue .credentials-caption{font-size:10px}.theme-blue .credential strong{font-size:16px}.theme-blue .expertise-section{background:var(--bg);padding-top:80px;padding-bottom:80px}.theme-blue .service-card{background:var(--soft)}.theme-blue .service-card summary{min-height:194px}.theme-blue .service-card h3{font-size:13px}.theme-blue .about-section{background:var(--soft);max-width:none;padding-inline:max(32px,calc((100vw - var(--page))/2 + 32px))}.theme-blue .about-photo-note{border-radius:10px}.theme-blue .step-number{font-size:16px;background:var(--soft);border-radius:50%;width:46px;height:46px;display:grid;place-items:center}.theme-blue .steps article{border:0}.theme-blue .contact-section h2{font-size:41px}.theme-blue .hospital-info h3{font-size:22px}
/* 03 — cinematic charcoal, precision marks, clinical imagery. */
.theme-dark{--bg:#111c1c;--surface:#1c2b2a;--ink:#ecf2ec;--muted:#a5b8b2;--accent:#b9dfb3;--accent-ink:#142520;--soft:#182625;--line:#334440;--display:'Sora',sans-serif;--body:'Sora',sans-serif;--radius:2px}.theme-dark .brand-symbol{background:none;color:var(--accent);border:1px solid var(--accent);border-radius:0}.theme-dark .header-call{color:var(--accent)}.theme-dark h1{font-size:clamp(45px,4.45vw,64px);font-weight:500;line-height:1.15;letter-spacing:-.06em}.theme-dark h1 em,.theme-dark h2 em{font-style:normal}.theme-dark h2{font-size:42px;font-weight:400;line-height:1.2;letter-spacing:-.05em}.hero-dark{min-height:705px;grid-template-columns:1.1fr 1fr;padding-block:85px 110px;gap:25px;overflow:hidden}.hero-dark .hero-copy{max-width:630px}.hero-dark .hero-visual{position:absolute;inset:0 0 50px auto;width:49%;height:calc(100% - 50px)}.hero-dark .portrait{opacity:.6;object-position:center 20%;filter:saturate(.6)}.hero-dark .hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--bg),transparent 45%),linear-gradient(0deg,var(--bg),transparent 30%)}.hero-dark .hero-intro{max-width:385px;font-size:12px}.hero-dark .eyebrow{color:var(--accent);font-size:9px}.hero-dark .hero-actions{gap:17px}.hero-dark .button{font-size:10px}.precision-grid{position:absolute;inset:0;background-image:linear-gradient(#a1cbb407 1px,transparent 1px),linear-gradient(90deg,#a1cbb407 1px,transparent 1px);background-size:70px 70px}.crosshair{position:absolute;font-size:32px;font-weight:200;color:var(--accent);z-index:2}.crosshair-one{top:30px;left:65px}.crosshair-two{bottom:80px;right:35px}.dark-image-note{position:absolute;right:40px;bottom:35px;z-index:2;font-size:10px;display:flex;gap:12px;align-items:center;color:var(--accent)}.technical-label{position:absolute;bottom:22px;left:32px;right:32px;display:flex;justify-content:space-between;gap:25px;font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.theme-dark .credential strong{color:var(--accent);font-size:16px}.theme-dark .about-photo{filter:saturate(.55)}.theme-dark .about-photo-note{background:#182625ef}.theme-dark .services-grid{gap:0}.theme-dark .service-card{border-color:var(--line);background:transparent}.theme-dark .service-card:hover,.theme-dark .service-card[open]{background:#20322b;border-color:var(--accent)}.theme-dark .contact-section{background:#b9dfb3;color:#142520}.theme-dark .contact-section h2{font-size:42px}.theme-dark .contact-section .hospital-card{background:#142520;color:#ecf2ec}.theme-dark .contact-hours{opacity:1}.theme-dark .contact-actions .secondary{color:#b9dfb3;background:#142520}.theme-dark .hospital-info address{color:#a5b8b2}.theme-dark .preview-badge{background:#20302bea;color:#e3eadf;border-color:#58665c}.theme-dark .preview-badge>span{color:#bdc8bf;border-color:#58665c}
/* 04 — Rajasthan-inspired arches, a terracotta and olive palette. */
.theme-earth{--bg:#f8f2e7;--surface:#fffcf5;--ink:#443f2c;--muted:#776f5b;--accent:#874932;--accent-ink:#fff9ee;--soft:#eee6d4;--line:#d9ceba;--display:'Fraunces',Georgia,serif;--body:'DM Sans',sans-serif;--radius:0}.theme-earth .site-header{padding-block:25px}.theme-earth .brand-symbol{background:var(--accent);border-radius:50% 50% 3px 3px}.theme-earth .header-call{border-bottom:1px solid var(--accent);padding-bottom:4px;color:var(--accent)}.theme-earth h1{font-size:clamp(53px,5.5vw,76px);line-height:1.15;letter-spacing:-.065em}.theme-earth h2{font-size:47px;line-height:1.15}.hero-earth{grid-template-columns:.9fr 1.1fr;gap:95px;padding-block:65px 100px}.hero-earth .hero-visual{padding:0 22px 0 15px}.earth-arch{height:470px;border-radius:47% 47% 0 0;overflow:hidden;outline:1px solid var(--line);outline-offset:10px}.earth-arch .portrait{object-position:center 25%}.earth-caption{display:flex;justify-content:space-between;align-items:center;gap:15px;padding-top:24px;font-size:10px}.earth-caption>span:last-child{font-size:9px;color:var(--muted);max-width:120px;text-align:right}.sun-mark{position:absolute;right:-15px;top:15px;font-size:104px;color:var(--accent);line-height:1;animation:gentle-turn 45s linear infinite}.hero-earth .hero-copy{padding-right:10px}.hero-earth .hero-intro{max-width:360px}.hero-earth .hero-actions{flex-wrap:wrap;gap:12px 25px}.hero-earth .button{background:#545a3c}.earth-footnote{position:absolute;bottom:26px;left:32px;right:32px;display:flex;align-items:center;justify-content:center;gap:15px;font-size:10px;letter-spacing:.04em}.earth-footnote:before,.earth-footnote:after{content:'';height:1px;background:var(--line);flex:1}.earth-footnote .icon{width:16px;height:16px}.theme-earth .credentials-strip{border-top:0}.theme-earth .credential strong{color:var(--accent)}.theme-earth .about-visual{order:2}.theme-earth .about-section{grid-template-columns:1.1fr .9fr;gap:85px}.theme-earth .about-photo{height:500px;border-radius:50% 50% 0 0}.theme-earth .about-photo-note{left:0;right:0;bottom:0;background:var(--soft)}.theme-earth .services-grid{grid-template-columns:repeat(2,1fr);gap:0 40px}.theme-earth .service-card{border:0;border-bottom:1px solid var(--line);background:none}.theme-earth .service-card summary{min-height:105px;padding:24px 35px 24px 58px;display:flex;align-items:center}.theme-earth .service-top{position:absolute;left:0;margin:0}.theme-earth .service-number{display:none}.theme-earth .service-card h3{max-width:90%;font-size:16px}.theme-earth .service-expand{bottom:40px}.theme-earth .service-content{padding-left:58px}.theme-earth .service-card:hover{background:#f8f2e777;transform:none}.theme-earth .step-number{font-style:italic}.theme-earth .contact-section{background:#545a3c}.theme-earth .contact-section h2{font-size:47px}.theme-earth .contact-actions .secondary{color:#545a3c}
/* 05 — approachable, generous rounded forms, peach and lime. */
.theme-friendly{--bg:#fcfaf5;--surface:#fff;--ink:#294940;--muted:#65736b;--accent:#294940;--accent-ink:#fff;--soft:#edf0de;--line:#dce0d3;--display:'Outfit',sans-serif;--body:'Outfit',sans-serif;--radius:23px}.theme-friendly .site-header{margin-top:20px;background:var(--surface);border:1px solid var(--line);border-radius:70px;max-width:calc(var(--page) - 64px);padding:18px 25px}.theme-friendly .brand-symbol{background:#d9ec99;color:var(--ink)}.theme-friendly .brand-text strong{font-size:17px}.theme-friendly .brand-text small{font-size:10px}.theme-friendly .header-call{background:var(--accent);color:#fff;padding:11px 19px;border-radius:30px}.theme-friendly h1{font-size:clamp(50px,4.8vw,69px);font-weight:600;line-height:1.07;letter-spacing:-.04em}.theme-friendly h1 em,.theme-friendly h2 em{font-style:normal}.theme-friendly h1 em{color:#697e42}.theme-friendly h2{font-size:49px;font-weight:500;letter-spacing:-.04em;line-height:1.12}.hero-friendly{gap:60px;min-height:710px;padding-block:65px 120px}.hero-friendly .hero-visual{padding:20px 25px 20px 20px}.friendly-photo{height:450px;overflow:hidden;border-radius:140px 140px 100px 25px;transform:rotate(3deg);background:#f6d6bd}.friendly-photo .portrait{object-position:50% 55%;transform:scale(1.05) rotate(-3deg)}.hello-sticker{position:absolute;top:0;left:-10px;background:#d9ec99;border-radius:18px;padding:17px 24px;font-size:20px;line-height:1.2;transform:rotate(-9deg);box-shadow:0 5px 0 #29494012}.hello-sticker>span[aria-hidden]{position:absolute;right:-30px;top:-16px;font-size:59px;color:#294940}.friendly-note{position:absolute;bottom:0;right:0;background:#f5d3bc;border:5px solid var(--bg);padding:17px 22px;border-radius:22px;display:flex;align-items:center;gap:13px;font-size:13px;max-width:290px;transform:rotate(-4deg)}.friendly-note .icon{width:30px;height:30px}.friendly-ribbon{position:absolute;bottom:20px;left:32px;right:32px;background:#d9ec99;border-radius:15px;display:flex;align-items:center;justify-content:space-evenly;gap:20px;padding:15px;font-size:13px;font-weight:500}.friendly-ribbon>span[aria-hidden]{font-size:23px}.theme-friendly .credentials-strip{border:0;padding-block:15px 40px}.theme-friendly .credential strong{font-size:19px}.theme-friendly .expertise-section{background:#f6eee4}.theme-friendly .service-card{background:var(--bg);border-radius:20px}.theme-friendly .service-card:nth-child(3n+1){background:#edf0de}.theme-friendly .service-card:nth-child(3n+2){background:#fce1cf}.theme-friendly .service-card summary{min-height:195px}.theme-friendly .service-top .icon{background:#ffffffaa;border-radius:12px;padding:8px;width:44px;height:44px}.theme-friendly .service-top{margin-bottom:18px}.theme-friendly .service-card h3{font-size:16px}.theme-friendly .service-expand{width:27px;height:27px;background:var(--ink);color:white;border-radius:50%;font-size:21px;text-align:center;line-height:25px}.theme-friendly .about-photo{border-radius:120px 25px 25px 25px}.theme-friendly .about-photo-note{border-radius:18px}.theme-friendly .steps{gap:20px}.theme-friendly .steps article{border:0;border-radius:24px;padding:30px;background:var(--soft)}.theme-friendly .steps article:nth-child(2){background:#fce1cf}.theme-friendly .steps article:nth-child(3){background:#e7edee}.theme-friendly .step-number{font-size:20px;background:#ffffffaa;border-radius:50%;width:45px;height:45px;display:grid;place-items:center}.theme-friendly .contact-section{background:#d9ec99;color:var(--ink);border-radius:35px}.theme-friendly .contact-section h2{font-size:50px}.theme-friendly .contact-actions .secondary{background:var(--ink);color:white}.theme-friendly .hospital-card{border-radius:20px}
/* 06 — a typographic signature, restrained monochrome and photographic panorama. */
.theme-minimal{--bg:#fbfaf7;--surface:#fff;--ink:#242724;--muted:#747772;--accent:#474f43;--accent-ink:#fff;--soft:#efeee8;--line:#d9dcd4;--display:'Bodoni Moda',Georgia,serif;--body:'DM Sans',sans-serif;--radius:0}.theme-minimal .site-header{padding-block:28px}.theme-minimal .brand-symbol{background:transparent;color:var(--ink);border:1px solid var(--ink);border-radius:0;width:34px;height:40px}.theme-minimal .brand-symbol .icon{width:18px;height:18px}.theme-minimal .header-call{border-bottom:1px solid var(--ink);padding-block:6px}.theme-minimal .brand-text strong{font-size:14px;letter-spacing:-.04em}.theme-minimal .brand-text small{font-size:9px}.theme-minimal h1{font-size:clamp(59px,6.8vw,100px);line-height:1.02;letter-spacing:-.045em}.theme-minimal h2{font-size:52px;line-height:1.1}.hero-minimal{display:block;padding:45px 32px 0;min-height:auto}.minimal-title{padding-bottom:35px}.minimal-title .eyebrow{font-size:9px;letter-spacing:.2em}.hero-minimal h1{margin-top:22px;max-width:none}.hero-minimal h1 em{display:block;padding-left:19%;color:var(--ink)}.minimal-bottom{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.minimal-intro>span{font-size:11px;line-height:1.7;display:block;max-width:260px}.minimal-intro .hero-intro{font-size:12px;max-width:325px;margin-top:16px}.minimal-intro .hero-actions{display:block;margin-top:22px}.minimal-intro .hero-actions>.text-link{display:block;margin-top:7px}.minimal-intro .hero-actions>.text-link>span[aria-hidden]{margin-left:20px}.minimal-intro .button{background:var(--ink);font-size:10px;min-height:47px;padding:12px 17px}.hero-minimal .hero-visual{height:265px;overflow:hidden}.hero-minimal .portrait{object-position:50% 42%;filter:saturate(.5)}.minimal-caption{position:absolute;bottom:15px;left:20px;right:20px;font-size:9px;color:var(--ink);background:#fffffff0;padding:10px 15px;display:flex;justify-content:space-between}.minimal-location{display:flex;justify-content:space-between;align-items:center;padding:24px 0}.minimal-location .hero-micro{margin:0}.minimal-location>a{font-size:10px}.theme-minimal .credentials-strip{padding:22px 0;gap:35px}.theme-minimal .credential strong{font-family:var(--display);font-size:22px;font-weight:500}.theme-minimal .credentials-caption{font-size:10px}.theme-minimal .about-section{grid-template-columns:.8fr 1fr;gap:130px}.theme-minimal .about-visual{padding-bottom:30px}.theme-minimal .about-photo{height:500px;filter:saturate(.4)}.theme-minimal .about-photo-note{left:0;bottom:0;background:var(--bg);padding-left:0;font-size:9px}.theme-minimal .services-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 55px}.theme-minimal .service-card{border:0;border-top:1px solid var(--line);background:transparent}.theme-minimal .service-card:hover{transform:none;background:#e7e7de77}.theme-minimal .service-card summary{min-height:100px;padding:25px 40px 25px 65px;display:flex;align-items:center}.theme-minimal .service-top{position:absolute;left:0;margin:0}.theme-minimal .service-top .icon{display:none}.theme-minimal .service-number{font-family:var(--display);font-size:25px;color:var(--ink)}.theme-minimal .service-card h3{font-size:15px;max-width:none;font-weight:500}.theme-minimal .service-expand{bottom:38px}.theme-minimal .service-content{padding-left:65px}.theme-minimal .contact-section{background:var(--soft);color:var(--ink);padding:60px}.theme-minimal .contact-section h2{font-size:50px}.theme-minimal .contact-actions .secondary{background:var(--ink);color:white}.theme-minimal .contact-section .hospital-card{background:var(--bg)}.theme-minimal .hospital-illustration{background:#e5e5da}
/* Hindi uses a complete Devanagari family and additional line-height. */
html[lang=hi] body{font-family:'Noto Sans Devanagari',var(--body)}html[lang=hi] h1,html[lang=hi] h2{font-family:'Noto Sans Devanagari',sans-serif;font-weight:500;letter-spacing:-.025em;line-height:1.38}html[lang=hi] h1{font-size:clamp(40px,4vw,58px)}html[lang=hi] h2{font-size:39px}html[lang=hi] h1 em,html[lang=hi] h2 em{font-style:normal}html[lang=hi] .eyebrow{letter-spacing:.025em}html[lang=hi] .brand-text small{font-size:9px}html[lang=hi] .main-nav{font-size:11px}html[lang=hi] .hero-intro{line-height:1.95}html[lang=hi] .hero-minimal h1{font-size:clamp(45px,5vw,72px)}html[lang=hi] .hero-minimal h1 em{padding-left:10%}html[lang=hi] .contact-section h2{font-size:37px}html[lang=hi] .service-card h3{line-height:1.7}html[lang=hi] .portrait-stamp,html[lang=hi] .vertical-label,html[lang=hi] .technical-label>span[aria-hidden]{display:none}
@keyframes gentle-turn{to{transform:rotate(360deg)}}
@media(min-width:1500px){.hero{min-height:720px}.hero-minimal{min-height:0}}
@media(max-width:1100px){.main-nav{gap:18px}.site-header{gap:20px}.header-actions{gap:14px}.header-call{display:none!important}.hero{gap:35px}.hero-sage h1{font-size:65px}.hero-actions{gap:15px;flex-wrap:wrap}.hero-earth{gap:50px}.hero-earth h1{font-size:62px}.about-section{gap:55px}.theme-minimal .about-section{gap:70px}.contact-section{gap:40px;padding:45px}.credentials-strip{gap:20px}.credential strong{font-size:16px}.theme-friendly .hero-visual{padding-right:10px}.theme-friendly h1{font-size:57px}.section-heading{gap:40px}.theme-blue h1{font-size:55px}.hero-dark .hero-copy{max-width:520px}.hero-dark h1{font-size:53px}.faq-section{gap:60px}}
@media(max-width:800px){html{scroll-padding-top:20px}.site-header{padding:20px 24px}.main-nav{position:absolute;top:100%;left:16px;right:16px;background:var(--bg);border:1px solid var(--line);padding:15px 22px;box-shadow:0 12px 20px #00000010;display:none;flex-direction:column;gap:0}.main-nav.open{display:flex}.main-nav a{padding:13px 0}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;width:38px;height:40px;background:none;border:1px solid var(--line);border-radius:6px;padding:10px}.menu-toggle span{height:1px;width:100%;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.full-language{display:none}.brand-text strong{font-size:14px}.brand-text small{font-size:8px}.brand-symbol{width:35px;height:35px}.brand{gap:9px}.header-actions{gap:10px}.hero{padding:45px 24px 55px;gap:40px;min-height:0}.hero h1,.hero-sage h1,.theme-blue h1,.theme-dark h1,.theme-friendly h1,.theme-earth h1{font-size:48px}.hero-intro{font-size:12px}.hero-actions{gap:10px;margin-top:25px}.hero .button{font-size:10px;padding:12px 15px;min-height:47px}.hero .button>.icon{display:none}.hero .text-link{font-size:10px}.hero-micro{font-size:8px;margin-top:25px}.hero-sage .hero-visual{padding:15px 15px 10px}.portrait-frame{height:400px}.portrait-stamp{width:80px;height:80px;right:-7px;top:30px}.portrait-stamp>span{font-size:6px}.portrait-stamp .icon{width:17px;height:17px}.portrait-label{padding:13px;gap:9px}.hero-sage .portrait-label{min-width:245px;left:-20px;bottom:-12px}.portrait-label strong{font-size:11px}.portrait-label div>span{font-size:8px}.label-icon{width:34px;height:34px}.vertical-label{display:none}.credentials-strip{margin-inline:24px;grid-template-columns:repeat(4,1fr);gap:18px;padding-block:24px}.credentials-caption{display:none}.credential strong,.theme-blue .credential strong,.theme-dark .credential strong{font-size:14px}.credential>span{font-size:8px}.section{padding:65px 24px}.about-section,.theme-earth .about-section,.theme-minimal .about-section{gap:40px}.about-photo,.theme-earth .about-photo,.theme-minimal .about-photo{height:430px}.about-photo-note{font-size:9px;left:14px;right:14px;padding:12px;gap:9px}.about-copy h2,h2,.theme-blue h2,.theme-dark h2,.theme-earth h2,.theme-friendly h2,.theme-minimal h2{font-size:37px}.about-copy h3{font-size:16px}.bio{font-size:12px}.role{font-size:10px}.section-heading{gap:30px}.section-heading>p{font-size:11px;max-width:240px}.services-grid{grid-template-columns:repeat(2,1fr)}.service-card summary{min-height:175px}.service-card h3{max-width:220px}.support-strip{gap:25px}.support-strip>div{gap:12px}.support-strip h3{font-size:12px}.support-strip p{font-size:9px}.steps{gap:25px;margin-top:35px}.steps p{font-size:11px}.steps h3{font-size:15px}.faq-section{gap:35px}.contact-section{margin-inline:24px;max-width:none;padding:35px;gap:30px;margin-bottom:55px}.contact-section h2,.theme-blue .contact-section h2,.theme-dark .contact-section h2,.theme-earth .contact-section h2,.theme-friendly .contact-section h2,.theme-minimal .contact-section h2{font-size:35px}.contact-copy>p{font-size:11px}.contact-actions{gap:10px}.contact-hours{font-size:9px}.hospital-info{padding:20px}.hospital-info h3{font-size:20px}.hospital-illustration{height:130px}.site-footer{padding-inline:24px}.blue-photo{height:330px}.blue-mini{gap:10px;grid-template-columns:1fr 1fr}.mini-note{padding:15px;height:120px}.mini-note strong{font-size:10px}.emergency-tile{padding:12px}.emergency-tile strong{font-size:22px}.emergency-tile>span:not([aria-hidden]){font-size:9px}.theme-blue .credentials-strip{margin:0 24px;padding:20px}.hero-dark{padding-bottom:85px;min-height:590px}.hero-dark .hero-copy{max-width:400px}.hero-dark .hero-visual{width:51%}.hero-dark .hero-intro{max-width:290px;font-size:11px}.dark-image-note{right:15px;bottom:25px;font-size:8px}.technical-label{left:24px;right:24px;font-size:7px}.earth-arch{height:390px}.hero-earth{padding-bottom:85px;gap:30px}.hero-earth .hero-visual{padding:0 15px 0 7px}.sun-mark{font-size:75px;right:-10px}.earth-caption{font-size:9px;align-items:flex-start;flex-direction:column;gap:3px}.earth-caption>span:last-child{text-align:left;max-width:none}.earth-footnote{left:24px;right:24px;font-size:8px;gap:10px}.theme-earth .services-grid{gap:0 25px}.theme-earth .service-card h3{font-size:14px}.theme-friendly .site-header{margin:14px 24px 0;padding:14px 20px;max-width:none}.theme-friendly .brand-text strong{font-size:14px}.theme-friendly .brand-text small{font-size:8px}.hero-friendly{padding-bottom:125px}.friendly-photo{height:400px;border-radius:110px 110px 80px 20px}.hello-sticker{font-size:16px;padding:13px 18px}.hello-sticker>span[aria-hidden]{font-size:45px}.friendly-note{font-size:10px;max-width:235px;padding:14px}.friendly-ribbon{left:24px;right:24px;font-size:11px}.theme-friendly .steps article{padding:20px}.hero-minimal{padding-top:35px;padding-bottom:0}.theme-minimal .hero-minimal h1{font-size:72px}.minimal-bottom{gap:35px;grid-template-columns:1fr 1.2fr}.hero-minimal .hero-visual{height:275px}.minimal-intro .hero-intro{font-size:11px}.minimal-location .hero-micro{font-size:8px}.theme-minimal .services-grid{gap:0 25px}.theme-minimal .service-card h3{font-size:13px}.theme-minimal .contact-section{padding:35px}.theme-minimal .credentials-strip{gap:20px}.theme-minimal .credential strong{font-size:19px}html[lang=hi] h1{font-size:38px!important}html[lang=hi] h2,html[lang=hi] .contact-section h2{font-size:31px!important}}
@media(max-width:600px){body{font-size:14px}.site-header{padding:17px 18px;gap:10px}.brand-symbol{width:32px;height:32px}.brand-symbol .icon{width:18px;height:18px}.brand-text strong{font-size:12px}.brand-text small{font-size:7px;letter-spacing:0;max-width:180px}.header-actions{gap:6px}.language-switch{gap:0}.language-switch button{padding:7px 6px;min-width:32px;font-size:9px}.menu-toggle{width:32px;height:34px;padding:8px}.hero{grid-template-columns:1fr;gap:38px;padding:35px 22px 45px}.hero h1,.hero-sage h1{font-size:58px;max-width:430px;margin-top:21px}.hero .eyebrow{font-size:9px}.hero-intro{font-size:13px;margin-top:21px;max-width:420px}.hero-actions{gap:20px;margin-top:25px}.hero .button{font-size:11px;padding:14px 18px;min-height:49px}.hero .button>.icon{display:block;width:16px;height:16px}.hero .text-link{font-size:11px}.hero-micro{font-size:9px;margin-top:25px}.hero-sage .hero-visual{width:100%;max-width:380px;margin:auto;padding:13px 22px 13px 22px}.portrait-frame{height:420px}.hero-sage .portrait-label{left:4px;bottom:0;min-width:260px}.portrait-stamp{right:0;top:37px;width:87px;height:87px}.portrait-stamp>span{font-size:7px}.orbit{inset:0 11px 42px 9px}.credentials-strip{margin-inline:22px;grid-template-columns:repeat(2,1fr);gap:25px 20px;padding:25px 0}.credential strong,.theme-blue .credential strong,.theme-dark .credential strong{font-size:17px}.credential>span{font-size:9px;max-width:190px}.section{padding:60px 22px}.about-section,.theme-earth .about-section,.theme-minimal .about-section{grid-template-columns:1fr;gap:32px}.about-visual{max-width:none}.about-photo,.theme-earth .about-photo,.theme-minimal .about-photo{height:390px;object-position:25% 35%}.about-copy h2,h2,.theme-blue h2,.theme-dark h2,.theme-earth h2,.theme-friendly h2,.theme-minimal h2{font-size:41px}.about-copy h2{margin-bottom:23px}.about-copy h3{font-size:19px}.bio{font-size:13px}.role{font-size:11px}.care-values>div{font-size:12px}.about-photo-note{padding:15px;font-size:10px}.section-heading{display:block;margin-bottom:29px}.section-heading>p{max-width:400px;font-size:12px;margin-top:20px}.services-grid{gap:10px}.service-card summary,.theme-blue .service-card summary,.theme-friendly .service-card summary{padding:18px;min-height:195px}.service-card h3,.theme-blue .service-card h3,.theme-friendly .service-card h3{font-size:13px;padding-right:3px}.service-top{margin-bottom:23px}.service-top .icon{width:29px;height:29px}.service-expand{bottom:14px;right:15px;font-size:20px}.service-content{padding:0 18px 13px;font-size:11px}.service-content .text-link{gap:8px;font-size:10px}.support-strip{grid-template-columns:1fr;gap:22px;margin-top:25px;padding-top:23px}.support-strip>div{gap:17px}.support-strip h3{font-size:14px}.support-strip p{font-size:11px}.support-strip>div+div{border-top:1px solid var(--line);padding-top:23px}.steps{grid-template-columns:1fr;gap:28px;margin-top:30px}.steps article{position:relative;padding:24px 0 0 65px}.step-number{position:absolute;left:0;top:20px;font-size:33px}.steps h3{margin-top:0;font-size:17px}.steps p{font-size:12px;max-width:none;margin-top:9px}.faq-section{grid-template-columns:1fr;gap:23px}.faq-list summary{font-size:13px;line-height:1.7}.faq-list p{font-size:12px}.contact-section,.theme-minimal .contact-section{grid-template-columns:1fr;margin-inline:14px;padding:35px 24px;gap:32px;border-radius:var(--radius);margin-bottom:45px}.contact-section h2,.theme-blue .contact-section h2,.theme-dark .contact-section h2,.theme-earth .contact-section h2,.theme-friendly .contact-section h2,.theme-minimal .contact-section h2{font-size:42px}.contact-copy>p{font-size:12px}.phone-number{font-size:29px;gap:18px;margin-top:24px}.contact-actions{gap:17px}.contact-hours{font-size:10px}.hospital-illustration{height:145px}.hospital-info{padding:23px}.hospital-info h3{font-size:25px}.hospital-info address{font-size:13px}.hospital-info .eyebrow{font-size:9px}.emergency-note{font-size:10px}.site-footer{padding:0 22px 155px;gap:23px}.footer-brand strong{font-size:15px}.footer-brand small{font-size:9px;max-width:285px}.footer-contact{text-align:left;padding-left:45px;font-size:11px}.footer-bottom{font-size:9px;align-items:flex-start;line-height:1.8}.footer-bottom>span{max-width:240px}.footer-bottom>a{white-space:nowrap}.mobile-contact{display:grid;grid-template-columns:1fr 1fr;position:fixed;bottom:0;left:0;right:0;background:var(--bg);padding:8px 12px max(8px,env(safe-area-inset-bottom));gap:8px;z-index:45;border-top:1px solid var(--line);box-shadow:0 -3px 15px #00000006}.mobile-contact .button{font-size:10px;gap:7px;padding:10px 8px;min-height:44px;line-height:1.5}.mobile-contact .button>span[aria-hidden]{display:none}.mobile-contact .icon{width:15px;height:15px}.preview-badge{bottom:74px;left:12px;font-size:8px}.preview-badge a{padding:8px 12px}.preview-badge>span{padding:0 10px}.blue-photo{height:340px}.blue-mini{grid-template-columns:1.3fr 1fr}.mini-note{height:125px;padding:20px}.mini-note strong{font-size:13px}.emergency-tile{padding:16px 20px}.emergency-tile strong{font-size:30px}.emergency-tile>span:not([aria-hidden]){font-size:10px}.theme-blue h1{font-size:48px}.theme-blue .credentials-strip{margin:0 22px;padding:25px;gap:25px 15px}.theme-blue .expertise-section{padding:60px 22px}.theme-blue .about-section{padding-inline:22px}.theme-blue h2{font-size:36px}.theme-blue .step-number{top:20px;font-size:15px;width:43px;height:43px}.hero-dark{display:flex;flex-direction:column;align-items:stretch;padding:42px 22px 55px;min-height:0;gap:30px}.hero-dark .hero-copy{max-width:none}.theme-dark h1{font-size:47px}.hero-dark .hero-intro{font-size:12px;max-width:360px}.hero-dark .hero-visual{position:relative;inset:auto;width:100%;height:350px}.hero-dark .portrait{object-position:center 15%;opacity:.75}.hero-dark .hero-visual:after{background:linear-gradient(0deg,var(--bg),transparent 40%)}.crosshair-one{top:15px;left:12px}.crosshair-two{bottom:45px;right:15px}.dark-image-note{right:20px;bottom:15px;font-size:10px}.technical-label{bottom:18px;left:22px;right:22px;font-size:7px}.technical-label>span:first-child{max-width:220px}.theme-dark h2{font-size:36px}.theme-dark .service-card summary{min-height:195px}.hero-earth{display:flex;flex-direction:column;align-items:stretch;padding-bottom:70px;gap:32px}.hero-earth .hero-copy{order:0}.hero-earth .hero-visual{order:1;width:100%;max-width:350px;margin:auto;padding:0 17px}.hero-earth h1{font-size:59px}.earth-arch{height:405px}.earth-caption{flex-direction:row;padding-top:22px;font-size:9px;gap:15px}.earth-caption>span:last-child{max-width:100px;text-align:right}.sun-mark{font-size:88px;right:-7px;top:-15px}.earth-footnote{bottom:20px;gap:8px;font-size:8px;left:22px;right:22px}.earth-footnote .icon{display:none}.theme-earth .about-visual{order:0}.theme-earth .services-grid,.theme-minimal .services-grid{grid-template-columns:1fr;gap:0}.theme-earth .service-card summary{min-height:100px;padding-left:55px}.theme-earth .service-card h3{font-size:15px}.theme-earth .service-expand{bottom:40px}.theme-earth .service-content{padding-left:55px;font-size:12px}.theme-earth .service-top{margin:0}.theme-earth .about-photo{border-radius:45% 45% 0 0;height:430px}.theme-friendly .site-header{margin:12px 12px 0;padding:13px 15px;gap:8px}.theme-friendly .brand-text strong{font-size:12px}.theme-friendly .brand-text small{font-size:7px}.theme-friendly .brand{gap:8px}.theme-friendly .hero-friendly{padding-top:40px;padding-bottom:110px}.theme-friendly h1{font-size:52px}.hero-friendly .hero-visual{max-width:375px;width:100%;margin:auto;padding:20px 15px}.friendly-photo{height:420px;border-radius:140px 140px 90px 25px}.hello-sticker{left:0;font-size:20px;padding:16px 20px}.friendly-note{font-size:12px;max-width:265px;right:0}.friendly-ribbon{left:14px;right:14px;gap:9px;font-size:10px;padding:14px 12px;text-align:center;bottom:20px}.friendly-ribbon>span[aria-hidden]{font-size:20px}.theme-friendly .credentials-strip{padding:15px 0 35px}.theme-friendly .service-card summary{min-height:210px}.theme-friendly .service-top .icon{width:39px;height:39px}.theme-friendly .service-expand{font-size:20px}.theme-friendly .steps article{padding:27px 24px 27px 86px}.theme-friendly .step-number{left:23px;top:25px;font-size:17px}.theme-friendly .contact-section{border-radius:28px}.theme-minimal .site-header{padding-block:19px}.theme-minimal .brand-text strong{font-size:12px}.theme-minimal .brand-text small{font-size:7px}.theme-minimal .brand-symbol{width:28px;height:35px}.theme-minimal .hero-minimal{padding:35px 22px 0}.theme-minimal .hero-minimal h1{font-size:53px;line-height:1.1}.hero-minimal h1 em{padding-left:0}.minimal-title{padding-bottom:26px}.minimal-bottom{grid-template-columns:1fr;gap:30px}.minimal-intro>span{font-size:12px;max-width:320px}.minimal-intro .hero-intro{max-width:380px;font-size:12px}.minimal-intro .hero-actions{display:flex;gap:20px}.minimal-intro .hero-actions>.text-link{margin:0}.hero-minimal .hero-visual{height:275px}.hero-minimal .portrait{object-position:65% center}.minimal-location{gap:20px}.minimal-location>a{font-size:9px;white-space:nowrap}.minimal-location .hero-micro{font-size:8px;gap:5px}.minimal-location .separator{display:none}.minimal-location .hero-micro>span:last-child{flex-basis:100%;padding-left:20px}.theme-minimal .about-photo{height:400px}.theme-minimal .service-card summary{min-height:100px;padding-left:55px}.theme-minimal .service-card h3{font-size:15px}.theme-minimal .service-top{margin:0}.theme-minimal .service-expand{bottom:38px}.theme-minimal .service-content{padding-left:55px;font-size:12px}.theme-minimal .credential strong{font-size:23px}html[lang=hi] h1{font-size:42px!important}html[lang=hi] h2,html[lang=hi] .contact-section h2{font-size:34px!important}html[lang=hi] .brand-text strong{font-size:11px}html[lang=hi] .brand-text small{font-size:7px}html[lang=hi] .hero-minimal h1 em{padding-left:0}html[lang=hi] .hero .button{font-size:11px}html[lang=hi] .mobile-contact .button{font-size:10px}html[lang=hi] .contact-hours{font-size:9px}html[lang=hi] .service-card h3{font-size:13px}html[lang=hi] .service-card summary{min-height:210px}html[lang=hi] .theme-earth .service-card summary,html[lang=hi] .theme-minimal .service-card summary{min-height:110px}}
@media(max-width:360px){.brand-text strong{font-size:11px}.brand-text small{max-width:135px;font-size:6px}.site-header{padding-inline:14px}.hero h1,.hero-sage h1,.theme-earth h1{font-size:49px}.theme-blue h1,.theme-dark h1,.theme-friendly h1{font-size:43px}.theme-minimal .hero-minimal h1{font-size:47px}.hero-actions{gap:10px}.hero .button{font-size:10px;padding:13px}.hero .button>span[aria-hidden]{margin-left:0}.phone-number{font-size:25px}.service-card summary{padding:15px}.service-card h3{font-size:12px}.theme-friendly .brand-text small{font-size:6px}.theme-friendly .brand-symbol{width:27px;height:27px}.theme-friendly .site-header{padding-inline:11px}.theme-friendly .brand-text strong{font-size:11px}.contact-section,.theme-minimal .contact-section{padding-inline:21px}.hero-micro{font-size:8px}html[lang=hi] h1{font-size:36px!important}html[lang=hi] h2,html[lang=hi] .contact-section h2{font-size:30px!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.will-reveal{opacity:1;transform:none}}
@media print{.site-header,.preview-badge,.mobile-contact,.reading-progress{display:none}.will-reveal{opacity:1;transform:none}body{background:white;color:black}.section{break-inside:avoid;padding-block:30px}.contact-section{background:#eee;color:#111}a{color:inherit}}
