/* Self-hosted fonts (subset from Google Fonts). Geist = Latin UI, Noto Sans Devanagari = Hindi glyph fallback. */
@font-face { font-family: 'Geist'; font-style: normal; font-weight: 300 800; font-display: swap; src: url(../assets/fonts/geist-latin-300-800.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Geist'; font-style: normal; font-weight: 300 800; font-display: swap; src: url(../assets/fonts/geist-latin-ext-300-800.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* Devanagari: rely on the system font (Noto Sans Devanagari on Android/ChromeOS, Kohinoor on iOS/macOS, Nirmala UI on Windows).
   Saves a 118 KB webfont on first load; the file is kept in assets/fonts/ if you ever want to self-host it again. */
/* =========================================================
   Krishna Dental Care — design system v2
   Reference: clean, editorial "Dentora" style — dark photo hero,
   light grey page, white cards, brand blue accent (from logo).
   Fonts: Geist (Latin) + Noto Sans Devanagari (Hindi fallback)
   ========================================================= */

:root {
  --bg: #F4F6F8;
  --surface: #FFFFFF;
  --ink: #151C26;
  --ink-2: #4B5563;
  --muted: #667386;
  --line: rgba(21, 28, 38, 0.08);
  --line-strong: rgba(21, 28, 38, 0.14);

  --accent: #1299D3;         /* logo blue */
  --accent-ink: #0B76A6;
  --accent-soft: #E4F3FB;
  --orange: #F58220;         /* logo orange */
  --orange-soft: #FDEBDA;
  --green: #75BE45;          /* logo green */
  --green-ink: #3E8A19;
  --green-soft: #E9F5DF;
  --dark: #12181F;
  --dark-2: #1B232C;

  --font: 'Geist', 'Noto Sans Devanagari', 'Kohinoor Devanagari', 'Nirmala UI', 'Mangal', system-ui, -apple-system, sans-serif;

  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --r-xl: 28px;
  --r-lg: 20px;
  --r-md: 14px;
  --r-pill: 999px;

  --shadow-soft: 0 1px 2px rgba(21, 28, 38, 0.04), 0 10px 30px -12px rgba(21, 28, 38, 0.10);
  --shadow-float: 0 2px 4px rgba(21, 28, 38, 0.04), 0 28px 70px -24px rgba(21, 28, 38, 0.24);

  --container: 1280px;
  --gutter: 20px;
  --nav-h: 72px;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.6; color: var(--ink);
  background: var(--bg); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }
img, svg, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
h1, h2, h3, h4 { font-weight: 500; letter-spacing: -0.025em; line-height: 1.08; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
.container { width: min(var(--container), 100% - var(--gutter) * 2); margin-inline: auto; }
.center { text-align: center; margin-top: 2.5rem; }
.note { margin-top: 1.5rem; font-size: 0.8rem; color: var(--muted); }

/* Hindi tuning */
html[data-lang="hi"] h1, html[data-lang="hi"] h2, html[data-lang="hi"] h3, html[data-lang="hi"] h4 { letter-spacing: 0; line-height: 1.25; font-weight: 600; }
html[data-lang="hi"] p, html[data-lang="hi"] li { line-height: 1.75; }
html[data-lang="hi"] .hero__title { font-size: clamp(2.2rem, 5.2vw, 4.4rem); }
html[data-lang="hi"] .h2 { font-size: clamp(1.75rem, 3.4vw, 2.75rem); }
html[data-lang="hi"] .statement__text { font-size: clamp(1.5rem, 3vw, 2.5rem); }
html[data-lang="hi"] .pill { letter-spacing: 0; text-transform: none; font-size: 0.8rem; }

/* ---------- type ---------- */
.h1 { font-size: clamp(2.2rem, 4.6vw, 4rem); text-wrap: balance; }
.h2 { font-size: clamp(1.9rem, 3.4vw, 2.9rem); text-wrap: balance; }
.h3 { font-size: 1.5rem; }
.h2--light, .h1--light { color: #fff; }
.lede { color: var(--ink-2); font-size: 1.02rem; max-width: 50ch; }
.h2 + .lede, .h1 + .lede, .pill + .h2, .pill + .h1, .pill + .h3 { margin-top: 1rem; }
.pill + .h2, .pill + .h1, .pill + .h3, .pill + .statement__text { margin-top: 1.1rem; }
.pill {
  display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.35rem 0.85rem; border-radius: var(--r-pill);
  background: #fff; box-shadow: inset 0 0 0 1px var(--line-strong); font-size: 0.74rem; font-weight: 500;
  color: var(--ink-2); letter-spacing: 0.01em; white-space: nowrap; align-self: flex-start;
}
.pill--light { background: rgba(255,255,255,0.14); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35); color: #fff; backdrop-filter: blur(8px); }
.section { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.sec-head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2rem 4rem; align-items: end; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.sec-head .lede { justify-self: end; }
.sec-head .reviews__nav { justify-self: end; }
@media (max-width: 860px) { .sec-head { grid-template-columns: 1fr; gap: 1rem; } .sec-head .lede, .sec-head .reviews__nav { justify-self: start; } }

/* ---------- buttons ---------- */
.btn {
  --bg: var(--ink); --fg: #fff; --ico: rgba(255,255,255,0.16);
  display: inline-flex; align-items: center; gap: 0.7rem; padding: 0.5rem 0.5rem 0.5rem 1.25rem; border-radius: var(--r-pill);
  background: var(--bg); color: var(--fg); font-weight: 500; font-size: 0.93rem; white-space: nowrap; line-height: 1;
  transition: transform 450ms var(--ease), box-shadow 450ms var(--ease), background 350ms var(--ease), color 350ms var(--ease);
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-float); }
.btn:active { transform: scale(0.98); }
.btn__icon { display: inline-grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: var(--ico); flex: none; transition: transform 450ms var(--ease), background 350ms var(--ease); }
.btn:hover .btn__icon { transform: translateX(2px); }
.btn--dark { --bg: var(--ink); --fg: #fff; }
.btn--accent { --bg: var(--accent); --fg: #fff; --ico: rgba(255,255,255,0.22); }
.btn--accent:hover { background: var(--accent-ink); }
.btn--white { --bg: #fff; --fg: var(--ink); --ico: var(--accent-soft); }
.btn--white .btn__icon { color: var(--accent-ink); }
.btn--glass { --bg: rgba(255,255,255,0.12); --fg: #fff; --ico: rgba(255,255,255,0.18); backdrop-filter: blur(10px); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.28); }
.btn--ghost { --bg: transparent; --fg: var(--ink); --ico: rgba(21,28,38,0.06); box-shadow: inset 0 0 0 1px var(--line-strong); }
.btn--ghost:hover { background: #fff; box-shadow: var(--shadow-soft), inset 0 0 0 1px var(--line-strong); }
.btn--nav { --bg: #fff; --fg: var(--ink); padding: 0.7rem 1.2rem; font-size: 0.88rem; box-shadow: inset 0 0 0 1px var(--line-strong); }
.btn--nav:hover { background: var(--ink); color: #fff; }
.btn--lg { padding: 0.6rem 0.6rem 0.6rem 1.5rem; font-size: 1rem; }
.btn--lg .btn__icon { width: 2.4rem; height: 2.4rem; }
.btn--sm { padding: 0.4rem 0.4rem 0.4rem 1rem; font-size: 0.85rem; }
.btn--sm .btn__icon { width: 1.7rem; height: 1.7rem; }
.btn--full { width: 100%; justify-content: space-between; }
.round-btn { width: 2.9rem; height: 2.9rem; border-radius: 50%; display: grid; place-items: center; background: #fff; box-shadow: inset 0 0 0 1px var(--line-strong); font-size: 1rem; transition: transform 400ms var(--ease), background 350ms var(--ease), color 350ms var(--ease); }
.round-btn:hover { transform: translateY(-2px); background: var(--ink); color: #fff; }
.round-btn--accent { background: var(--accent); color: #fff; box-shadow: none; }
.round-btn--accent:hover { background: var(--accent-ink); }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 900ms var(--ease-out) var(--d, 0ms), transform 900ms var(--ease-out) var(--d, 0ms); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* =========================================================
   LANGUAGE MODAL
   ========================================================= */
.lang-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 1.25rem; }
.lang-modal[hidden] { display: none; }
.lang-modal__backdrop { position: absolute; inset: 0; background: rgba(244,246,248,0.7); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); opacity: 0; transition: opacity 500ms var(--ease); }
.lang-modal__card { position: relative; width: min(520px, 100%); background: #fff; border-radius: var(--r-xl); padding: clamp(1.75rem, 4vw, 2.5rem); text-align: center; box-shadow: var(--shadow-float); opacity: 0; transform: translateY(20px) scale(0.98); transition: opacity 600ms var(--ease-out) 60ms, transform 700ms var(--ease-out) 60ms; }
.lang-modal.is-open .lang-modal__backdrop { opacity: 1; }
.lang-modal.is-open .lang-modal__card { opacity: 1; transform: none; }
.lang-modal__logo { margin: 0 auto 1rem; }
.lang-modal__title { font-size: clamp(1.5rem, 3vw, 2rem); display: flex; flex-direction: column; margin-top: 1rem; }
.lang-modal__title .hi { color: var(--accent-ink); }
.lang-modal__sub { color: var(--muted); font-size: 0.88rem; margin-top: 0.7rem; }
.lang-modal__choices { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-top: 1.5rem; }
@media (max-width: 480px) { .lang-modal__choices { grid-template-columns: 1fr; } }
.lang-choice { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 0.1rem; padding: 1.1rem 1.2rem; border-radius: var(--r-lg); text-align: left; background: var(--bg); box-shadow: inset 0 0 0 1px var(--line); transition: transform 450ms var(--ease), background 350ms var(--ease), color 350ms var(--ease); }
.lang-choice:hover { transform: translateY(-2px); background: var(--ink); color: #fff; }
.lang-choice b { font-size: 1.5rem; font-weight: 500; letter-spacing: -0.01em; }
.lang-choice small { font-size: 0.8rem; opacity: 0.6; }
.lang-choice .btn__icon { position: absolute; right: 0.9rem; top: 0.9rem; background: rgba(21,28,38,0.06); }
.lang-choice:hover .btn__icon { background: rgba(255,255,255,0.15); }

/* =========================================================
   NAV
   ========================================================= */
.nav-wrap { position: fixed; top: 0; left: 0; right: 0; z-index: 60; padding: 0.9rem var(--gutter) 0; pointer-events: none; }
.nav {
  pointer-events: auto; margin-inline: auto; width: min(var(--container), 100%);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.55rem 0.6rem 0.55rem 1.1rem; border-radius: var(--r-pill);
  background: rgba(255,255,255,0.86); backdrop-filter: blur(18px) saturate(160%); -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7), 0 10px 30px -14px rgba(21,28,38,0.14);
  transition: background 500ms var(--ease), box-shadow 500ms var(--ease);
}
/* over dark hero (home / treatment pages) the nav is transparent with white text until scrolled */
body.has-dark-hero .nav-wrap:not(.is-scrolled) .nav { background: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; color: #fff; }
body.has-dark-hero .nav-wrap:not(.is-scrolled) .brand__text > span { color: rgba(255,255,255,0.7); }
body.has-dark-hero .nav-wrap:not(.is-scrolled) .nav__links a { color: rgba(255,255,255,0.86); background: rgba(255,255,255,0.10); backdrop-filter: blur(10px); }
body.has-dark-hero .nav-wrap:not(.is-scrolled) .nav__links a:hover, body.has-dark-hero .nav-wrap:not(.is-scrolled) .nav__links a.is-active { background: #fff; color: var(--ink); }
body.has-dark-hero .nav-wrap:not(.is-scrolled) .lang-toggle { background: rgba(255,255,255,0.12); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25); }
body.has-dark-hero .nav-wrap:not(.is-scrolled) .lang-toggle span { color: rgba(255,255,255,0.7); }
body.has-dark-hero .nav-wrap:not(.is-scrolled) .lang-toggle span.is-active { background: #fff; color: var(--ink); }
body.has-dark-hero .nav-wrap:not(.is-scrolled) .burger { background: rgba(255,255,255,0.14); }
body.has-dark-hero .nav-wrap:not(.is-scrolled) .burger span { background: #fff; }

.brand { display: inline-flex; align-items: center; gap: 0.6rem; }
.brand__mark { width: 40px; height: 40px; object-fit: contain; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__text > b { font-weight: 600; font-size: 1.05rem; letter-spacing: -0.02em; }
.brand__text > span { font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
html[data-lang="hi"] .brand__text > span { letter-spacing: 0; text-transform: none; font-size: 0.74rem; }

.nav__links { display: flex; gap: 0.2rem; align-items: center; }
.nav__links > li { position: relative; }
.nav__links a { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.55rem 0.95rem; border-radius: var(--r-pill); font-size: 0.88rem; font-weight: 500; color: var(--ink-2); transition: background 300ms var(--ease), color 300ms var(--ease); }
.nav__links a:hover, .nav__links a.is-active { background: var(--ink); color: #fff; }
.caret { width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: 0.6; }
.mega {
  position: absolute; top: calc(100% + 0.9rem); left: 50%; transform: translate(-50%, 8px); width: 720px; padding: 0.75rem;
  background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-float), inset 0 0 0 1px var(--line);
  opacity: 0; visibility: hidden; transition: opacity 350ms var(--ease), transform 450ms var(--ease), visibility 0s 350ms; color: var(--ink);
}
.has-menu:hover .mega, .has-menu:focus-within .mega { opacity: 1; visibility: visible; transform: translate(-50%, 0); transition: opacity 350ms var(--ease), transform 450ms var(--ease); }
.has-menu::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 1rem; }
.mega__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.25rem; }
.mega__item { display: flex; gap: 0.75rem; align-items: flex-start; padding: 0.7rem 0.8rem; border-radius: var(--r-md); background: transparent !important; color: var(--ink) !important; transition: background 300ms var(--ease); }
.mega__item:hover { background: var(--bg) !important; }
.mega__item > span:last-child { display: flex; flex-direction: column; gap: 0.1rem; }
.mega__item b { font-weight: 500; font-size: 0.9rem; }
.mega__item small { color: var(--muted); font-size: 0.76rem; line-height: 1.35; }
.mega__ico { flex: none; width: 2.1rem; height: 2.1rem; border-radius: 0.65rem; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-ink); }
.mega__ico svg, .tx-card__ico svg, .tech-card__ico svg, .team-card__ico svg, .value-card__ico svg, .side-card__ico svg, .side-links__ico svg, .contact__ico svg, .emergency__ico svg, .why-card__ico svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.mega__all { display: inline-flex !important; align-items: center; gap: 0.5rem; margin: 0.5rem 0.4rem 0.2rem; padding: 0.5rem 0.75rem !important; font-size: 0.85rem !important; color: var(--accent-ink) !important; background: transparent !important; }
.mega__all .btn__icon { width: 1.6rem; height: 1.6rem; background: var(--accent-soft); }

.nav__actions { display: flex; align-items: center; gap: 0.5rem; }
.lang-toggle { display: inline-flex; align-items: center; gap: 0.2rem; padding: 0.25rem; border-radius: var(--r-pill); background: rgba(21,28,38,0.05); box-shadow: inset 0 0 0 1px var(--line); font-size: 0.74rem; font-weight: 600; }
.lang-toggle span { padding: 0.32rem 0.55rem; border-radius: var(--r-pill); color: var(--muted); transition: background 350ms var(--ease), color 350ms var(--ease); }
.lang-toggle span.is-active { background: var(--ink); color: #fff; }
.burger { display: none; width: 2.6rem; height: 2.6rem; border-radius: 50%; position: relative; background: rgba(21,28,38,0.05); }
.burger span { position: absolute; left: 50%; top: 50%; width: 16px; height: 1.5px; background: var(--ink); border-radius: 2px; transition: transform 500ms var(--ease), background 300ms; }
.burger span:first-child { transform: translate(-50%, -4px); }
.burger span:last-child { transform: translate(-50%, 3px); }
.burger.is-open span:first-child { transform: translate(-50%, -50%) rotate(45deg); }
.burger.is-open span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 55; padding: 6.5rem 1.5rem 2rem; background: rgba(244,246,248,0.9); backdrop-filter: blur(28px); -webkit-backdrop-filter: blur(28px); display: flex; flex-direction: column; justify-content: space-between; opacity: 0; visibility: hidden; transition: opacity 500ms var(--ease), visibility 0s 500ms; }
.mobile-menu.is-open { opacity: 1; visibility: visible; transition: opacity 500ms var(--ease); }
.mobile-menu ul li { transform: translateY(20px); opacity: 0; transition: transform 700ms var(--ease-out), opacity 700ms var(--ease-out); }
.mobile-menu.is-open ul li { transform: none; opacity: 1; }
.mobile-menu.is-open ul li:nth-child(n) { transition-delay: calc(60ms + var(--i, 0) * 50ms); }
.mobile-menu ul a { display: block; padding: 0.55rem 0; font-size: 1.9rem; font-weight: 500; letter-spacing: -0.02em; border-bottom: 1px solid var(--line); }
.mobile-menu__foot { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }
.mobile-menu__phone { font-weight: 500; color: var(--ink-2); }
@media (max-width: 1080px) { .nav__links { display: none; } .burger { display: block; } .nav__actions .btn--nav { display: none; } body.has-dark-hero .nav-wrap:not(.is-scrolled) .nav { color: #fff; } }

/* =========================================================
   HERO (home) — full-bleed dark photo card
   ========================================================= */
.hero {
  position: relative; margin: 12px; min-height: calc(100svh - 24px); border-radius: var(--r-xl); overflow: hidden; background: var(--dark);
  display: flex; flex-direction: column; justify-content: flex-end; color: #fff;
}
.hero__slides { position: absolute; inset: 0; }
.hero__slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.06); transition: opacity 1400ms var(--ease), transform 7s linear; }
.hero__slide.is-active { opacity: 1; transform: scale(1); }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,14,20,0.78) 0%, rgba(10,14,20,0.45) 45%, rgba(10,14,20,0.15) 100%), linear-gradient(0deg, rgba(10,14,20,0.75) 0%, rgba(10,14,20,0) 45%); }
.hero__content { position: relative; z-index: 1; padding: calc(var(--nav-h) + 4rem) clamp(1.25rem, 4vw, 3.5rem) 1.5rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex: 1; }
.hero__copy { max-width: 620px; }
.hero__title { font-size: clamp(2.6rem, 6vw, 5.4rem); font-weight: 500; letter-spacing: -0.03em; line-height: 0.98; text-wrap: balance; }
.hero__title span { display: block; padding-left: 0.9em; }
html[data-lang="hi"] .hero__title span { padding-left: 0.4em; }
.hero__sub { margin-top: 1.4rem; color: rgba(255,255,255,0.82); font-size: 1rem; max-width: 46ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.75rem; }
.hero__card {
  display: grid; grid-template-columns: 1fr; gap: 0.6rem; width: 220px; margin-top: 2.5rem; padding: 0.7rem;
  border-radius: var(--r-lg); background: rgba(255,255,255,0.14); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.22); font-size: 0.85rem; transition: transform 500ms var(--ease), background 400ms var(--ease);
}
.hero__card:hover { transform: translateY(-3px); background: rgba(255,255,255,0.2); }
.hero__card-media { position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 16 / 10; }
.hero__card-media img { width: 100%; height: 100%; object-fit: cover; }
.play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 2.1rem; height: 2.1rem; border-radius: 50%; background: rgba(255,255,255,0.9); color: var(--ink); display: grid; place-items: center; }
.hero__card-text { line-height: 1.35; }
.hero__card-meta { display: flex; align-items: center; gap: 0.35rem; font-size: 0.78rem; color: rgba(255,255,255,0.8); }
.hero__card-meta b { color: #F2B01E; }
.hero__card-meta i { margin-left: auto; font-style: normal; }
.hero__chips { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.45rem; max-width: 380px; }
.hchip { padding: 0.55rem 1rem; border-radius: var(--r-pill); font-size: 0.85rem; background: rgba(255,255,255,0.14); backdrop-filter: blur(10px); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18); color: rgba(255,255,255,0.9); transition: background 300ms var(--ease), color 300ms var(--ease), transform 300ms var(--ease); }
.hchip:hover, .hchip.is-active { background: #fff; color: var(--ink); transform: translateY(-1px); }
.hero__bar { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.9rem clamp(1.25rem, 4vw, 3.5rem) 1.25rem; border-top: 1px solid rgba(255,255,255,0.14); font-size: 0.8rem; color: rgba(255,255,255,0.75); }
.hero__counter { display: inline-flex; gap: 0.6rem; align-items: center; }
.hero__counter b { color: #fff; font-weight: 500; letter-spacing: 0.04em; }
.hero__counter button { color: #fff; padding: 0.2rem 0.4rem; border-radius: 6px; transition: background 300ms; }
.hero__counter button:hover { background: rgba(255,255,255,0.15); }
@media (max-width: 900px) {
  .hero { margin: 8px; min-height: calc(100svh - 16px); }
  .hero__content { flex-direction: column; align-items: flex-start; padding-top: calc(var(--nav-h) + 2.5rem); }
  .hero__chips { justify-content: flex-start; max-width: none; }
  .hero__card { width: 200px; margin-top: 1.75rem; }
  .hero__bar .hero__scroll { display: none; }
}
@media (max-width: 560px) { .hero__card { display: none; } .hero__chips .hchip:nth-child(n+5) { display: none; } }

/* ticker */
.ticker { padding: 1.1rem 0; }
.ticker__row { display: flex; align-items: center; gap: 1rem; font-size: 0.85rem; font-weight: 500; color: var(--ink-2); }
.ticker__row span { white-space: nowrap; }
.ticker__row i { flex: 1; height: 10px; background: repeating-linear-gradient(90deg, var(--line-strong) 0 1px, transparent 1px 4px); opacity: 0.9; }
@media (max-width: 700px) { .ticker__row span:nth-child(n+6) { display: none; } .ticker__row i:nth-child(n+6) { display: none; } }

/* =========================================================
   STATEMENT (about teaser)
   ========================================================= */
.statement__grid { display: grid; grid-template-columns: 0.8fr 1.4fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.statement__faces { display: flex; gap: 0.6rem; margin-top: 2.5rem; }
.statement__faces img { width: 96px; height: 106px; object-fit: cover; border-radius: 12px; }
.statement__trust { margin-top: 3.5rem; font-size: 0.85rem; color: var(--ink-2); }
.statement__stats { display: flex; gap: clamp(1.5rem, 4vw, 3.5rem); margin-top: 1rem; }
.statement__stats b { display: block; font-size: clamp(2rem, 3.4vw, 2.9rem); font-weight: 500; letter-spacing: -0.03em; line-height: 1; }
.statement__stats b small { font-size: 0.5em; vertical-align: super; color: #F2B01E; margin-left: 2px; }
.statement__stats span { display: block; margin-top: 0.4rem; font-size: 0.8rem; color: var(--muted); }
.statement__text { font-size: clamp(1.7rem, 3.3vw, 2.9rem); font-weight: 500; letter-spacing: -0.02em; line-height: 1.18; text-wrap: balance; }
.statement__text span { color: var(--muted); }
.statement__foot { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; margin-top: 3rem; }
.statement__img { width: 300px; aspect-ratio: 16 / 11; border-radius: var(--r-lg); overflow: hidden; }
.statement__img img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) { .statement__grid { grid-template-columns: 1fr; } .statement__trust { margin-top: 2rem; } .statement__foot { grid-template-columns: 1fr; } .statement__img { width: 100%; } }

/* =========================================================
   TREATMENT CARDS
   ========================================================= */
.tx-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.tx-grid--all { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 960px) { .tx-grid, .tx-grid--all { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .tx-grid, .tx-grid--all { grid-template-columns: 1fr; } }
.tx-card { display: flex; flex-direction: column; background: #fff; border-radius: var(--r-lg); overflow: hidden; box-shadow: inset 0 0 0 1px var(--line); transition: transform 500ms var(--ease), box-shadow 500ms var(--ease); }
.tx-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-float), inset 0 0 0 1px var(--line); }
.tx-card__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--accent-soft); }
.tx-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.tx-card:hover .tx-card__media img { transform: scale(1.04); }
.tx-card__body { position: relative; padding: 1.4rem 1.4rem 1.3rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.tx-card__ico { position: absolute; top: -1.4rem; left: 1.4rem; width: 2.8rem; height: 2.8rem; border-radius: 0.9rem; display: grid; place-items: center; background: #fff; color: var(--accent-ink); box-shadow: var(--shadow-soft), inset 0 0 0 1px var(--line); }
.tx-card h3 { font-size: 1.15rem; margin-top: 0.9rem; }
.tx-card p { color: var(--ink-2); font-size: 0.9rem; flex: 1; }
.tx-card__more { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 0.4rem; font-size: 0.85rem; font-weight: 500; color: var(--accent-ink); }
.tx-card__more .btn__icon { width: 1.6rem; height: 1.6rem; background: var(--accent-soft); }
.tx-card.is-hidden { display: none; }
.filters { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }
.chip { padding: 0.55rem 1rem; border-radius: var(--r-pill); font-size: 0.88rem; font-weight: 500; background: #fff; box-shadow: inset 0 0 0 1px var(--line-strong); transition: background 350ms var(--ease), color 350ms var(--ease), transform 350ms var(--ease); }
.chip:hover { transform: translateY(-1px); }
.chip.is-active { background: var(--ink); color: #fff; box-shadow: none; }

/* =========================================================
   FEATURE (doctor card + kpi photo)
   ========================================================= */
.feature { background: #fff; }
.feature__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.doc-card { display: grid; grid-template-columns: 200px 1fr; gap: 1.25rem; margin-top: 2.5rem; padding: 0.75rem; border-radius: var(--r-lg); background: var(--bg); box-shadow: inset 0 0 0 1px var(--line); }
.doc-card__photo { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 4 / 4.6; background: var(--accent-soft); }
.doc-card__photo > img { width: 100%; height: 100%; object-fit: cover; }
.doc-card__pip { position: absolute; top: 0.6rem; right: 0.6rem; width: 44px; height: 54px; border-radius: 8px; overflow: hidden; box-shadow: 0 0 0 2px #fff; }
.doc-card__pip img { width: 100%; height: 100%; object-fit: cover; }
.doc-card__ui { position: absolute; left: 0.6rem; right: 0.6rem; bottom: 0.6rem; display: flex; gap: 0.35rem; }
.doc-card__ui i { flex: 1; height: 26px; border-radius: 8px; background: rgba(255,255,255,0.85); }
.doc-card__ui i.end { background: #E5484D; flex: 0.7; }
.doc-card__body { display: flex; flex-direction: column; gap: 0.35rem; padding: 0.5rem 0.5rem 0.5rem 0; }
.doc-card__body h3 { font-size: 1.25rem; }
.doc-card__role { font-size: 0.8rem; color: var(--muted); }
.doc-card__rating { font-size: 0.8rem; color: var(--ink-2); }
.doc-card__rating b { color: #F2B01E; font-weight: 600; }
.doc-card__body p { font-size: 0.86rem; color: var(--ink-2); margin: 0.4rem 0 0.8rem; }
.doc-card .btn { align-self: flex-start; }
.feature__photo { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 4.2; background: var(--bg); }
.feature__photo > img { width: 100%; height: 100%; object-fit: cover; }
.kpi-card { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; padding: 1.1rem 1.2rem; border-radius: 16px; background: rgba(255,255,255,0.94); backdrop-filter: blur(12px); box-shadow: var(--shadow-float); }
.kpi-card__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding-bottom: 0.9rem; border-bottom: 1px solid var(--line); }
.kpi-card small { display: block; font-size: 0.72rem; color: var(--muted); line-height: 1.3; }
.kpi-card b { display: block; font-size: 1.6rem; font-weight: 500; letter-spacing: -0.02em; margin-top: 0.2rem; }
.kpi-card b .unit { font-size: 0.75rem; color: var(--muted); font-weight: 400; }
.kpi-card__bar { padding-top: 0.9rem; }
.kpi-card__bar-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.5rem; }
.kpi-card__bar-head b { font-size: 0.85rem; margin: 0; }
.bars { display: flex; gap: 3px; }
.bars i { flex: 1; height: 16px; border-radius: 3px; background: var(--line); }
.bars i.on { background: var(--accent); }
@media (max-width: 960px) { .feature__grid { grid-template-columns: 1fr; } .doc-card { grid-template-columns: 160px 1fr; } }
@media (max-width: 560px) { .doc-card { grid-template-columns: 1fr; } .doc-card__photo { aspect-ratio: 16 / 11; } }

/* =========================================================
   CONCERN PICKER
   ========================================================= */
.concern__card { display: grid; grid-template-columns: 1.05fr 0.95fr; background: #fff; border-radius: var(--r-xl); overflow: hidden; box-shadow: inset 0 0 0 1px var(--line); }
.concern__left { padding: clamp(1.75rem, 4vw, 3.25rem); }
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.75rem; }
.concern__right { position: relative; min-height: 440px; background: var(--dark); color: #fff; display: flex; align-items: flex-end; }
.concern__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.55; }
.concern__answer { position: relative; z-index: 1; padding: clamp(1.75rem, 4vw, 3rem); width: 100%; background: linear-gradient(to top, rgba(18,24,31,0.95) 40%, rgba(18,24,31,0.2)); }
.concern__label { display: inline-block; font-size: 0.74rem; color: #8FD3F4; font-weight: 500; margin-bottom: 0.6rem; }
.concern__answer h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin-bottom: 0.6rem; }
.concern__answer p { color: rgba(255,255,255,0.78); font-size: 0.93rem; margin-bottom: 1.4rem; }
.concern__answer.is-swap h3, .concern__answer.is-swap p { animation: swap 600ms var(--ease-out); }
@keyframes swap { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@media (max-width: 900px) { .concern__card { grid-template-columns: 1fr; } .concern__right { min-height: 360px; } }

/* =========================================================
   WHY — horizontal cards
   ========================================================= */
.why { overflow: hidden; }
.why__track { --pad: calc((100vw - min(var(--container), 100vw - var(--gutter) * 2)) / 2); display: grid; grid-auto-flow: column; grid-auto-columns: 300px; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--pad); scrollbar-width: none; padding: 0.25rem var(--pad) 0.75rem; }
.why__track::-webkit-scrollbar { display: none; }
.why-card { position: relative; scroll-snap-align: start; border-radius: var(--r-lg); overflow: hidden; min-height: 340px; background: #fff; box-shadow: inset 0 0 0 1px var(--line); display: flex; flex-direction: column; gap: 0.6rem; padding: 1.4rem; }
.why-card h3 { font-size: 1.2rem; }
.why-card p { font-size: 0.88rem; color: var(--ink-2); }
.why-card--photo { padding: 0; justify-content: flex-end; }
.why-card--photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.why-card__cap { position: relative; padding: 1.4rem; color: #fff; background: linear-gradient(to top, rgba(18,24,31,0.9), rgba(18,24,31,0)); }
.why-card__cap p { color: rgba(255,255,255,0.8); }
.why-card--green { background: var(--accent); color: #fff; justify-content: flex-end; }
.why-card--green p { color: rgba(255,255,255,0.85); }
.why-card__avatars { position: absolute; top: 1.2rem; left: 1.2rem; right: 1.2rem; display: flex; align-items: center; }
.why-card__avatars img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 2px var(--accent); margin-right: -8px; }
.why-card__avatars span { margin-left: 1rem; font-size: 0.78rem; }
.why-card__tag { align-self: flex-start; padding: 0.3rem 0.7rem; border-radius: var(--r-pill); background: rgba(255,255,255,0.18); font-size: 0.74rem; }
.why-card--stat { justify-content: flex-start; }
.why-card__big { font-size: 3rem; font-weight: 500; letter-spacing: -0.03em; line-height: 1; }
.why-card__small { font-size: 0.8rem; color: var(--muted); }
.mini-bars { display: flex; align-items: flex-end; gap: 0.6rem; height: 110px; margin-top: auto; }
.mini-bars i { flex: 1; height: var(--h); border-radius: 12px; background: var(--accent); opacity: 0.85; }
.mini-bars i:nth-child(2) { background: #8FD3F4; }
.mini-bars i:nth-child(3) { background: #4FB4E3; }
.mini-bars__labels { display: flex; justify-content: space-around; font-size: 0.7rem; color: var(--muted); }
.why-card--dark { background: var(--dark); color: #fff; }
.why-card--dark p { color: rgba(255,255,255,0.75); flex: 1; }
.why-card__ico { width: 2.6rem; height: 2.6rem; border-radius: 0.8rem; display: grid; place-items: center; background: rgba(255,255,255,0.1); color: #8FD3F4; margin-bottom: 0.5rem; }
.why-card--dark .btn { align-self: flex-start; }
@media (max-width: 600px) { .why__track { grid-auto-columns: 82vw; } }

/* =========================================================
   REVIEWS — big quote
   ========================================================= */
.reviews { background: #fff; }
.reviews__grid { display: grid; grid-template-columns: 260px 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.reviews__portrait { width: 200px; aspect-ratio: 4 / 4.6; border-radius: var(--r-lg); overflow: hidden; margin-top: 2rem; background: var(--bg); }
.reviews__portrait img { width: 100%; height: 100%; object-fit: cover; transition: opacity 500ms var(--ease); }
.reviews__meta { margin-top: 1.25rem; font-size: 0.78rem; color: var(--muted); }
.quote-slider { position: relative; min-height: 260px; }
.quote { position: absolute; inset: 0; opacity: 0; transform: translateY(12px); transition: opacity 600ms var(--ease), transform 700ms var(--ease); pointer-events: none; }
.quote.is-active { position: relative; opacity: 1; transform: none; pointer-events: auto; }
.quote blockquote { font-size: clamp(1.35rem, 2.4vw, 2rem); font-weight: 500; letter-spacing: -0.015em; line-height: 1.35; color: var(--ink); text-wrap: pretty; }
.quote__mark { color: var(--accent); font-size: 1.4em; line-height: 0; margin-right: 0.15em; vertical-align: -0.2em; }
.quote figcaption { margin-top: 1.5rem; display: flex; flex-direction: column; font-size: 0.9rem; }
.quote figcaption b { font-weight: 600; }
.quote figcaption span { color: var(--muted); font-size: 0.8rem; }
.reviews__nav { display: flex; gap: 0.5rem; justify-content: flex-end; margin-top: 2rem; }
@media (max-width: 800px) { .reviews__grid { grid-template-columns: 1fr; } .reviews__portrait { width: 140px; margin-top: 1rem; } .reviews__nav { justify-content: flex-start; } }

/* =========================================================
   INSIGHTS
   ========================================================= */
.insights__head { display: grid; grid-template-columns: auto 1fr; gap: 2rem 4rem; align-items: start; margin-bottom: 2.5rem; }
.insights__title { max-width: 26ch; justify-self: end; font-size: clamp(1.6rem, 2.8vw, 2.4rem); }
.insights__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.ins-card { display: flex; flex-direction: column; background: #fff; border-radius: var(--r-lg); overflow: hidden; box-shadow: inset 0 0 0 1px var(--line); transition: transform 500ms var(--ease), box-shadow 500ms var(--ease); }
.ins-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-float), inset 0 0 0 1px var(--line); }
.ins-card img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.ins-card > div { padding: 1.25rem 1.4rem 1.4rem; display: flex; flex-direction: column; gap: 0.4rem; }
.ins-card h3 { font-size: 1.1rem; }
.ins-card p { font-size: 0.88rem; color: var(--ink-2); }
.ins-card__more { margin-top: 0.4rem; font-size: 0.85rem; font-weight: 500; color: var(--accent-ink); }
@media (max-width: 900px) { .insights__head { grid-template-columns: 1fr; } .insights__title { justify-self: start; } .insights__grid { grid-template-columns: 1fr; } }

/* =========================================================
   FAQ
   ========================================================= */
.faq { background: #fff; }
.faq__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.faq__grid .btn { margin-top: 1.5rem; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; font-size: 1.05rem; font-weight: 500; letter-spacing: -0.01em; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary i { flex: none; width: 2rem; height: 2rem; border-radius: 50%; position: relative; background: var(--bg); transition: background 400ms var(--ease); }
.accordion summary i::before, .accordion summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 1.5px; background: var(--ink); transform: translate(-50%, -50%); }
.accordion summary i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform 500ms var(--ease); }
.accordion details[open] summary i { background: var(--ink); }
.accordion details[open] summary i::before, .accordion details[open] summary i::after { background: #fff; }
.accordion details[open] summary i::after { transform: translate(-50%, -50%) rotate(0deg); }
.accordion p { color: var(--ink-2); padding: 0 3rem 1.25rem 0; font-size: 0.95rem; animation: swap 500ms var(--ease-out); }
@media (max-width: 860px) { .faq__grid { grid-template-columns: 1fr; } }

/* =========================================================
   CTA BAND
   ========================================================= */
.cta-band { padding: 0 0 clamp(3rem, 6vw, 5rem); }
.cta-band__card, .tour-cta__card { position: relative; border-radius: var(--r-xl); overflow: hidden; background: var(--dark); color: #fff; min-height: 380px; display: flex; align-items: flex-end; }
.cta-band__bg, .tour-cta__card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.45; }
.cta-band__inner, .tour-cta__inner { position: relative; padding: clamp(2rem, 5vw, 4rem); max-width: 640px; background: linear-gradient(to top, rgba(18,24,31,0.7), rgba(18,24,31,0)); width: 100%; }
.cta-band__inner p { color: rgba(255,255,255,0.8); margin-top: 0.9rem; max-width: 50ch; }
.cta-band__btns { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: var(--dark); color: rgba(255,255,255,0.75); padding-top: clamp(3.5rem, 6vw, 5rem); border-top-left-radius: var(--r-xl); border-top-right-radius: var(--r-xl); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2.5rem; padding-bottom: 3rem; }
.footer .brand__text { color: #fff; }
.footer .brand__text > span { color: rgba(255,255,255,0.55); }
.footer__brand p { margin-top: 1.25rem; max-width: 34ch; font-size: 0.9rem; }
.socials { display: flex; gap: 0.5rem; margin-top: 1.5rem; }
.socials a { width: 2.4rem; height: 2.4rem; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,0.06); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1); color: #fff; transition: background 350ms var(--ease), transform 350ms var(--ease); }
.socials a:hover { background: var(--accent); transform: translateY(-2px); }
.footer__col { display: flex; flex-direction: column; gap: 0.55rem; font-size: 0.9rem; }
.footer__col .footer__h { color: #fff; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 0.4rem; font-weight: 600; }
html[data-lang="hi"] .footer__col .footer__h { letter-spacing: 0; text-transform: none; font-size: 0.9rem; }
.footer__col a { transition: color 300ms var(--ease); }
.footer__col a:hover { color: #8FD3F4; }
.footer__more { color: #8FD3F4; font-size: 0.85rem; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.5rem 0 2rem; border-top: 1px solid rgba(255,255,255,0.08); font-size: 0.8rem; color: rgba(255,255,255,0.5); }
.lang-toggle--foot { background: rgba(255,255,255,0.06); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1); }
.lang-toggle--foot span { color: rgba(255,255,255,0.6); }
.lang-toggle--foot span.is-active { background: #fff; color: var(--ink); }
@media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; gap: 2rem; } .footer__bottom { flex-direction: column; align-items: flex-start; } }

/* WhatsApp FAB */
.wa-fab { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 50; display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.7rem 1.1rem 0.7rem 0.8rem; border-radius: var(--r-pill); background: #0E7A6E; color: #fff; font-weight: 500; font-size: 0.88rem; box-shadow: 0 12px 32px -8px rgba(14,122,110,0.5); transition: transform 500ms var(--ease); }
.wa-fab:hover { transform: translateY(-2px) scale(1.02); }
@media (max-width: 560px) { .wa-fab span { display: none; } .wa-fab { padding: 0.85rem; } }

/* =========================================================
   INTERIOR PAGE HEADER
   ========================================================= */
.page-head { padding: calc(var(--nav-h) + 3.5rem) 0 clamp(2rem, 4vw, 3.5rem); }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; font-size: 0.8rem; color: var(--muted); margin-bottom: 1.5rem; }
.crumbs a:hover { color: var(--ink); }
.crumbs--light { color: rgba(255,255,255,0.7); }
.crumbs--light a:hover { color: #fff; }
.page-head__grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 2rem 4rem; align-items: end; }
.page-head__grid .lede { justify-self: end; }
.page-head__img { margin-top: clamp(2rem, 4vw, 3rem); border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 21 / 8; background: var(--accent-soft); }
.page-head__img img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 860px) { .page-head__grid { grid-template-columns: 1fr; gap: 1rem; } .page-head__grid .lede { justify-self: start; } .page-head__img { aspect-ratio: 16 / 9; } }

/* =========================================================
   ABOUT
   ========================================================= */
.story__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.story__text p { color: var(--ink-2); font-size: 1.02rem; }
.story__text p + p { margin-top: 1rem; }
.story__text .statement__stats { margin-top: 2.5rem; }
.doctor { background: #fff; }
.doctor__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.doctor__photo { position: relative; border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4 / 5; background: var(--bg); }
.doctor__photo img { width: 100%; height: 100%; object-fit: cover; }
.doctor__badge { position: absolute; left: 1rem; bottom: 1rem; right: 1rem; padding: 0.9rem 1.1rem; border-radius: 14px; background: rgba(255,255,255,0.94); backdrop-filter: blur(10px); display: flex; flex-direction: column; }
.doctor__badge b { font-size: 1.1rem; font-weight: 600; }
.doctor__badge span { font-size: 0.8rem; color: var(--muted); }
.doctor__quals { color: var(--accent-ink); font-weight: 500; margin-top: 0.4rem; }
.doctor__copy .lede { margin-top: 1rem; }
.quote-block { margin: 1.75rem 0; padding: 1.4rem 1.6rem; border-radius: var(--r-lg); background: var(--accent-soft); }
.quote-block p { font-size: 1.15rem; font-weight: 500; line-height: 1.4; color: var(--accent-ink); }
.quote-block footer { margin-top: 0.7rem; font-size: 0.85rem; color: var(--ink-2); }
.team__grid, .values__grid, .tech__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.values__grid { grid-template-columns: repeat(4, 1fr); }
.tech__grid { grid-template-columns: repeat(4, 1fr); }
.team-card, .value-card, .tech-card { position: relative; padding: 1.5rem; border-radius: var(--r-lg); background: #fff; box-shadow: inset 0 0 0 1px var(--line); display: flex; flex-direction: column; gap: 0.5rem; min-height: 200px; transition: transform 500ms var(--ease), box-shadow 500ms var(--ease); }
.team-card:hover, .value-card:hover, .tech-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-float), inset 0 0 0 1px var(--line); }
.team-card h3, .value-card h3, .tech-card h3 { font-size: 1.1rem; margin-top: 0.4rem; }
.team-card p, .value-card p, .tech-card p { font-size: 0.88rem; color: var(--ink-2); }
.team-card__ico, .value-card__ico, .tech-card__ico { width: 2.6rem; height: 2.6rem; border-radius: 0.8rem; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-ink); }
.value-card__num, .tech-card__num { position: absolute; top: 1.4rem; right: 1.4rem; font-size: 0.75rem; color: var(--muted); letter-spacing: 0.1em; }
@media (max-width: 960px) { .team__grid, .values__grid, .tech__grid { grid-template-columns: repeat(2, 1fr); } .story__grid, .doctor__grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .team__grid, .values__grid, .tech__grid { grid-template-columns: 1fr; } }

/* =========================================================
   TREATMENT DETAIL
   ========================================================= */
.tx-hero { position: relative; margin: 12px; min-height: 78svh; border-radius: var(--r-xl); overflow: hidden; background: var(--dark); color: #fff; display: flex; flex-direction: column; justify-content: flex-end; }
.tx-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tx-hero__content { position: relative; z-index: 1; padding: calc(var(--nav-h) + 3rem) clamp(1.25rem, 4vw, 3.5rem) 2rem; max-width: 760px; }
.tx-hero .hero__title { font-size: clamp(2.4rem, 5vw, 4.4rem); margin-top: 1rem; }
.tx-hero__facts { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0 clamp(1.25rem, 4vw, 3.5rem) 1.5rem; background: rgba(255,255,255,0.14); border-radius: 16px; overflow: hidden; backdrop-filter: blur(12px); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18); }
.tx-hero__facts > div { padding: 1rem 1.25rem; background: rgba(18,24,31,0.35); }
.tx-hero__facts small { display: block; font-size: 0.72rem; color: rgba(255,255,255,0.65); }
.tx-hero__facts b { display: block; font-size: 1.1rem; font-weight: 500; margin-top: 0.2rem; }
@media (max-width: 800px) { .tx-hero__facts { grid-template-columns: 1fr 1fr; } .tx-hero { min-height: 70svh; } }
.tx-detail__grid { display: grid; grid-template-columns: 1.4fr 0.8fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.tx-detail__main > div + div { margin-top: 3.5rem; }
.tx-detail__p { color: var(--ink-2); font-size: 1.05rem; margin-top: 1rem; }
.ticks { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem 1.5rem; margin-top: 1.25rem; }
.ticks--col { grid-template-columns: 1fr; }
.ticks li { position: relative; padding-left: 1.85rem; font-size: 0.95rem; color: var(--ink-2); }
.ticks li::before { content: ""; position: absolute; left: 0; top: 0.3rem; width: 1.15rem; height: 1.15rem; border-radius: 50%; background: var(--green); }
.ticks li::after { content: ""; position: absolute; left: 0.34rem; top: 0.6rem; width: 0.48rem; height: 0.26rem; border-left: 1.6px solid #fff; border-bottom: 1.6px solid #fff; transform: rotate(-45deg); }
.steps { display: grid; gap: 0.75rem; margin-top: 1.25rem; }
.step { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1.25rem 1.4rem; border-radius: var(--r-lg); background: #fff; box-shadow: inset 0 0 0 1px var(--line); }
.step__num { width: 2.4rem; height: 2.4rem; border-radius: 50%; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-ink); font-size: 0.8rem; font-weight: 600; }
.step h3 { font-size: 1.05rem; }
.step p { font-size: 0.9rem; color: var(--ink-2); margin-top: 0.25rem; }
.steps--row { grid-template-columns: repeat(5, 1fr); }
.steps--row .step { grid-template-columns: 1fr; gap: 0.75rem; min-height: 220px; }
@media (max-width: 1000px) { .steps--row { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps--row { grid-template-columns: 1fr; } .ticks { grid-template-columns: 1fr; } }
.tx-detail__side { position: sticky; top: calc(var(--nav-h) + 1.5rem); display: grid; gap: 1rem; }
.side-card { padding: 1.5rem; border-radius: var(--r-lg); background: var(--dark); color: #fff; display: flex; flex-direction: column; gap: 0.75rem; }
.side-card h3 { font-size: 1.25rem; }
.side-card p { font-size: 0.88rem; color: rgba(255,255,255,0.75); }
.side-card__ico { width: 2.6rem; height: 2.6rem; border-radius: 0.8rem; display: grid; place-items: center; background: rgba(255,255,255,0.1); color: #8FD3F4; }
.side-card .btn--ghost { --fg: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25); }
.side-card .btn--ghost:hover { background: rgba(255,255,255,0.1); }
.side-card__meta { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 0.5rem; padding-top: 0.9rem; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.82rem; color: rgba(255,255,255,0.75); }
.side-card__meta li { display: flex; align-items: center; gap: 0.6rem; }
.side-card__meta svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.side-card--soft { background: #fff; color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
.side-links { display: flex; flex-direction: column; margin-top: 0.4rem; }
.side-links a { display: flex; align-items: center; gap: 0.7rem; padding: 0.7rem 0; border-bottom: 1px solid var(--line); font-size: 0.9rem; font-weight: 500; }
.side-links li:last-child a { border-bottom: 0; }
.side-links a i { margin-left: auto; font-style: normal; color: var(--muted); transition: transform 300ms var(--ease); }
.side-links a:hover i { transform: translateX(3px); color: var(--accent-ink); }
.side-links__ico { width: 1.9rem; height: 1.9rem; border-radius: 0.6rem; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-ink); }
.side-links__ico svg { width: 16px; height: 16px; }
@media (max-width: 960px) { .tx-detail__grid { grid-template-columns: 1fr; } .tx-detail__side { position: static; } }

/* =========================================================
   DIGITAL / TOURISM extras
   ========================================================= */
.tech-why { background: #fff; }
.tech-why__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.tech-why__img { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4 / 3.4; }
.tech-why__img img { width: 100%; height: 100%; object-fit: cover; }
.tech-why .ticks { margin: 1.5rem 0 2rem; }
@media (max-width: 860px) { .tech-why__grid { grid-template-columns: 1fr; } }
.tour-info__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.info-card { padding: clamp(1.5rem, 3vw, 2.5rem); border-radius: var(--r-xl); background: #fff; box-shadow: inset 0 0 0 1px var(--line); }
.info-card--soft { background: var(--accent-soft); box-shadow: none; }
.info-card .ticks { margin-top: 1.25rem; }
@media (max-width: 800px) { .tour-info__grid { grid-template-columns: 1fr; } }
.tour-cta { padding-top: 0; }

/* =========================================================
   GALLERY
   ========================================================= */
.gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; grid-auto-flow: dense; gap: 1rem; }
.gal-item { position: relative; border-radius: var(--r-lg); overflow: hidden; background: var(--accent-soft); }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.gal-item:hover img { transform: scale(1.04); }
.gal-item.tall { grid-row: span 2; }
.gal-item.wide { grid-column: span 2; }
.gal-item figcaption { position: absolute; left: 0.75rem; bottom: 0.75rem; padding: 0.35rem 0.75rem; border-radius: var(--r-pill); background: rgba(255,255,255,0.9); backdrop-filter: blur(8px); font-size: 0.75rem; font-weight: 500; }
@media (max-width: 900px) { .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; } }
@media (max-width: 520px) { .gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 240px; } .gal-item.tall, .gal-item.wide { grid-row: auto; grid-column: auto; } }

/* =========================================================
   CONTACT + BOOKING
   ========================================================= */
.contact { padding-top: 0; }
.contact__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact__list { display: flex; flex-direction: column; gap: 1.25rem; }
.contact__list li { display: flex; gap: 1rem; align-items: flex-start; }
.contact__list b { display: block; font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.15rem; }
html[data-lang="hi"] .contact__list b { letter-spacing: 0; text-transform: none; font-size: 0.82rem; }
.contact__list span, .contact__list a { color: var(--ink); font-size: 1rem; }
.contact__list small { display: block; margin-top: 0.25rem; font-size: 0.82rem; color: var(--muted); }
.contact__list a:hover { color: var(--accent-ink); }
.contact__ico { flex: none; width: 2.6rem; height: 2.6rem; border-radius: 0.85rem; display: grid; place-items: center; background: #fff; box-shadow: inset 0 0 0 1px var(--line); color: var(--accent-ink); }
.contact__ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.emergency { display: flex; align-items: center; gap: 0.9rem; margin-top: 2rem; padding: 1rem 1.2rem; border-radius: var(--r-lg); background: var(--orange-soft); }
.emergency__ico { flex: none; width: 2.4rem; height: 2.4rem; border-radius: 0.75rem; display: grid; place-items: center; background: #fff; color: var(--orange); }
.emergency p { flex: 1; font-size: 0.9rem; color: var(--ink-2); }
.emergency a { font-weight: 600; white-space: nowrap; }
.contact__map { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4 / 3; background: var(--accent-soft); }
.contact__map iframe { width: 100%; height: 100%; border: 0; filter: saturate(0.9); }
@media (max-width: 900px) { .contact__grid { grid-template-columns: 1fr; } .emergency { flex-wrap: wrap; } }
.book { padding-top: 0; }
.book__card { display: grid; grid-template-columns: 0.85fr 1.15fr; border-radius: var(--r-xl); overflow: hidden; background: #fff; box-shadow: inset 0 0 0 1px var(--line); }
.book__visual { position: relative; min-height: 420px; background: var(--dark); color: #fff; }
.book__visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.55; }
.book__overlay { position: relative; z-index: 1; height: 100%; padding: clamp(1.75rem, 4vw, 3rem); display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(to top, rgba(18,24,31,0.92) 30%, rgba(18,24,31,0.1)); }
.book__overlay p { color: rgba(255,255,255,0.8); margin-top: 0.75rem; max-width: 34ch; }
.book__form { padding: clamp(1.5rem, 4vw, 3rem); }
.book-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field--full { grid-column: span 2; }
.field label { font-size: 0.8rem; font-weight: 500; color: var(--ink-2); }
.field label small { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea { font: inherit; color: var(--ink); width: 100%; padding: 0.85rem 1rem; border: 0; border-radius: 12px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--line); transition: box-shadow 300ms var(--ease), background 300ms var(--ease); }
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238A94A6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.field textarea { resize: vertical; min-height: 88px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; background: #fff; box-shadow: inset 0 0 0 1.5px var(--accent), 0 0 0 4px var(--accent-soft); }
.field input::placeholder, .field textarea::placeholder { color: var(--muted); }
.has-error input:invalid, .has-error select:invalid { box-shadow: inset 0 0 0 1.5px #E5484D; }
.book-form__note { margin-top: 0.75rem; font-size: 0.8rem; color: var(--muted); }
.book-form__error { margin-top: 0.5rem; font-size: 0.85rem; color: #E5484D; font-weight: 500; }
@media (max-width: 900px) { .book__card { grid-template-columns: 1fr; } .book__visual { min-height: 300px; } }
@media (max-width: 560px) { .book-form { grid-template-columns: 1fr; } .field--full { grid-column: span 1; } }

/* =========================================================
   DOCTORS GRID (about)
   ========================================================= */
.doc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.doc-tile { padding: 0.75rem 0.75rem 1.4rem; border-radius: var(--r-lg); background: #fff; box-shadow: inset 0 0 0 1px var(--line); display: flex; flex-direction: column; gap: 0.5rem; transition: transform 500ms var(--ease), box-shadow 500ms var(--ease); }
.doc-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-float), inset 0 0 0 1px var(--line); }
.doc-tile__photo { aspect-ratio: 4 / 4.4; border-radius: 14px; overflow: hidden; background: var(--accent-soft); margin-bottom: 0.6rem; }
.doc-tile__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.doc-tile__photo--initials { display: grid; place-items: center; background: linear-gradient(135deg, var(--accent-soft), #F3F6FA); color: var(--accent-ink); font-size: 4rem; font-weight: 500; }
.doc-tile .pill { margin: 0 0.5rem; }
.doc-tile h3 { font-size: 1.15rem; padding: 0 0.6rem; }
.doc-tile p { font-size: 0.86rem; color: var(--ink-2); padding: 0 0.6rem; }
@media (max-width: 900px) { .doc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .doc-grid { grid-template-columns: 1fr; } .doc-tile__photo { aspect-ratio: 16 / 12; } }

/* =========================================================
   MOBILE APP LAYER
   App-style shell for phones: full-width top bar, bottom tab
   bar (Home · Treatments · Book · Call · WhatsApp), quick-action
   tiles, menu sheet, horizontal snap rails, tighter rhythm.
   ========================================================= */
:root { --appbar-h: 64px; --safe-b: env(safe-area-inset-bottom, 0px); }
.mobile-only { display: none; }

/* ---------- bottom app bar ---------- */
.appbar { display: none; }
@media (max-width: 900px) {
  .mobile-only { display: block; }
  body { padding-bottom: calc(var(--appbar-h) + var(--safe-b)); }
  .wa-fab { display: none; }

  .appbar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
    display: grid; grid-template-columns: repeat(5, 1fr); align-items: end;
    height: calc(var(--appbar-h) + var(--safe-b)); padding: 0 0.25rem var(--safe-b);
    background: rgba(255,255,255,0.92); backdrop-filter: blur(20px) saturate(160%); -webkit-backdrop-filter: blur(20px) saturate(160%);
    border-top: 1px solid var(--line); box-shadow: 0 -8px 30px -20px rgba(21,28,38,0.25);
  }
  .appbar__item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.2rem; height: var(--appbar-h); font-size: 0.68rem; font-weight: 500; color: var(--ink-2); letter-spacing: 0.01em; -webkit-tap-highlight-color: transparent; }
  .appbar__ico { width: 2rem; height: 2rem; border-radius: 0.7rem; display: grid; place-items: center; transition: background 250ms var(--ease), color 250ms var(--ease), transform 250ms var(--ease); }
  .appbar__ico svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  .appbar__item.is-active { color: var(--accent-ink); }
  .appbar__item.is-active .appbar__ico { background: var(--accent-soft); }
  .appbar__item:active .appbar__ico { transform: scale(0.92); }
  .appbar__item--primary { position: relative; }
  .appbar__item--primary .appbar__ico { width: 3rem; height: 3rem; border-radius: 1rem; background: var(--accent); color: #fff; margin-top: -1.1rem; box-shadow: 0 10px 24px -8px rgba(18,153,211,0.7), 0 0 0 4px #fff; }
  .appbar__item--primary .appbar__ico svg { width: 24px; height: 24px; stroke-width: 2.2; }
  .appbar__item--primary { color: var(--accent-ink); }
  .appbar__item--primary.is-active .appbar__ico { background: var(--accent-ink); }
  html[data-lang="hi"] .appbar__item { font-size: 0.72rem; }

  /* ---------- top bar: full-width app header ---------- */
  :root { --nav-h: 60px; }
  .nav-wrap { padding: 0; }
  .nav { width: 100%; border-radius: 0; padding: calc(0.45rem + env(safe-area-inset-top, 0px)) 0.85rem 0.45rem 1rem; box-shadow: 0 1px 0 var(--line); }
  .nav-wrap.is-scrolled .nav { box-shadow: 0 1px 0 var(--line), 0 10px 30px -18px rgba(21,28,38,0.2); }
  body.has-dark-hero .nav-wrap:not(.is-scrolled) .nav { background: linear-gradient(to bottom, rgba(10,14,20,0.55), rgba(10,14,20,0)); box-shadow: none; }
  .brand__mark { width: 34px; height: 34px; }
  .brand__text > b { font-size: 0.98rem; }
  .brand__text > span { font-size: 0.62rem; }
  .nav__actions { gap: 0.4rem; }
  .lang-toggle span { padding: 0.4rem 0.55rem; }
  .burger { width: 2.75rem; height: 2.75rem; }

  /* ---------- rhythm & type ---------- */
  .container { width: min(var(--container), 100% - 2rem); }
  .section { padding-block: 3rem; }
  .sec-head { margin-bottom: 1.5rem; gap: 0.6rem; }
  .h1 { font-size: 2rem; }
  .h2 { font-size: 1.65rem; }
  .lede { font-size: 0.95rem; }
  .pill { font-size: 0.72rem; padding: 0.3rem 0.7rem; }
  .btn { padding: 0.5rem 0.5rem 0.5rem 1.15rem; font-size: 0.9rem; min-height: 2.9rem; }
  .btn--lg { padding: 0.55rem 0.55rem 0.55rem 1.3rem; }
  .btn--full { min-height: 3.2rem; }
  .center { margin-top: 1.5rem; }
  .center .btn { width: 100%; justify-content: space-between; }
  .chip { min-height: 2.6rem; padding: 0.5rem 0.95rem; }
  .round-btn { width: 2.75rem; height: 2.75rem; }
  .ticker { display: none; }
  html[data-lang="hi"] .h2 { font-size: 1.55rem; }

  /* ---------- home hero ---------- */
  .hero { margin: 0; min-height: 86svh; border-radius: 0 0 var(--r-xl) var(--r-xl); }
  .hero__content { padding: calc(var(--nav-h) + 1.75rem) 1.25rem 0.75rem; gap: 1.1rem; }
  .hero__title { font-size: clamp(2.2rem, 10.5vw, 3rem); }
  .hero__title span { padding-left: 0.5em; }
  html[data-lang="hi"] .hero__title { font-size: clamp(1.9rem, 9vw, 2.6rem); }
  .hero__sub { font-size: 0.93rem; margin-top: 0.9rem; max-width: 36ch; }
  .hero__cta { margin-top: 1.25rem; }
  .hero__cta .btn { width: 100%; justify-content: space-between; }
  .hero__card { display: none; }
  .hero__chips { display: flex; flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x proximity; scroll-padding-inline: 1.25rem; gap: 0.45rem; margin: 0 -1.25rem; padding: 0.25rem 1.25rem; max-width: none; justify-content: flex-start; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .hero__chips::-webkit-scrollbar { display: none; }
  .hchip { flex: none; scroll-snap-align: start; padding: 0.6rem 1rem; font-size: 0.85rem; }
  .hero__chips .hchip:nth-child(n+5) { display: inline-flex; }
  .hero__bar { padding: 0.65rem 1.25rem calc(0.8rem + 0px); font-size: 0.75rem; }
  .hero__tag { display: none; }
  .hero__bar .hero__scroll { display: none; }
  .hero__counter { margin-left: 0; }

  /* ---------- statement ---------- */
  .statement__grid { gap: 1.5rem; }
  .statement__faces { margin-top: 1.25rem; }
  .statement__faces img { width: 72px; height: 80px; }
  .statement__trust { margin-top: 1.25rem; }
  .statement__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; }
  .statement__stats b { font-size: 1.7rem; }
  .statement__stats span { font-size: 0.74rem; }
  .statement__text { font-size: 1.35rem; }
  .statement__foot { margin-top: 1.5rem; gap: 1rem; }
  .statement__foot .btn { width: 100%; justify-content: space-between; }
  .statement__img { aspect-ratio: 16 / 10; }

  /* ---------- horizontal snap rails ---------- */
  .rail, .services .tx-grid, .tx-more .tx-grid, .tour-tx .tx-grid, .insights__grid, .values__grid, .team__grid, .tech__grid, .doc-grid {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 0.75rem;
    margin: 0 -1rem; padding: 0.25rem 1rem 0.5rem; scroll-padding-inline: 1rem; scrollbar-width: none; -webkit-overflow-scrolling: touch;
  }
  .services .tx-grid::-webkit-scrollbar, .tx-more .tx-grid::-webkit-scrollbar, .tour-tx .tx-grid::-webkit-scrollbar, .insights__grid::-webkit-scrollbar, .values__grid::-webkit-scrollbar, .team__grid::-webkit-scrollbar, .tech__grid::-webkit-scrollbar, .doc-grid::-webkit-scrollbar { display: none; }
  .services .tx-grid > *, .tx-more .tx-grid > *, .tour-tx .tx-grid > *, .insights__grid > *, .values__grid > *, .team__grid > *, .tech__grid > *, .doc-grid > * { flex: 0 0 78%; scroll-snap-align: start; max-width: 320px; }
  .values__grid > *, .team__grid > *, .tech__grid > * { flex-basis: 70%; min-height: 0; }
  .doc-grid > * { flex-basis: 66%; }
  .why__track { --pad: 1rem; grid-auto-columns: 78vw; }
  .why-card { min-height: 300px; }

  /* treatments index: scannable list */
  .filters { flex-wrap: nowrap; overflow-x: auto; margin: 0 -1rem 1.25rem; padding: 0.15rem 1rem; scroll-padding-inline: 1rem; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filters .chip { flex: none; }
  .tx-grid--all { grid-template-columns: 1fr; gap: 0.75rem; }
  .tx-grid--all .tx-card { flex-direction: row; align-items: stretch; }
  .tx-grid--all .tx-card__media { flex: 0 0 34%; aspect-ratio: auto; min-height: 128px; }
  .tx-grid--all .tx-card__body { padding: 0.9rem 0.9rem 0.9rem 1rem; gap: 0.3rem; }
  .tx-grid--all .tx-card__ico { display: none; }
  .tx-grid--all .tx-card h3 { margin-top: 0; font-size: 1rem; }
  .tx-grid--all .tx-card p { font-size: 0.82rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .tx-grid--all .tx-card__more { font-size: 0.8rem; margin-top: 0.1rem; }
  .tx-card__body { padding: 1.2rem 1.1rem 1.1rem; }
  .tx-card h3 { font-size: 1.05rem; }
  .tx-card p { font-size: 0.86rem; }

  /* feature / doc card */
  .doc-card { margin-top: 1.5rem; }
  .feature__photo { aspect-ratio: 4 / 4.6; }
  .kpi-card { left: 0.6rem; right: 0.6rem; bottom: 0.6rem; padding: 0.9rem 1rem; }
  .kpi-card b { font-size: 1.35rem; }

  /* concern */
  .concern__left { padding: 1.5rem 1.15rem; }
  .chips { flex-wrap: nowrap; overflow-x: auto; margin: 1.25rem -1.15rem 0; padding: 0.15rem 1.15rem; scroll-padding-inline: 1.15rem; scrollbar-width: none; }
  .chips::-webkit-scrollbar { display: none; }
  .chips .chip { flex: none; }
  .concern__right { min-height: 320px; }
  .concern__answer { padding: 1.5rem 1.15rem; }
  .concern__answer .btn { width: 100%; justify-content: space-between; }

  /* reviews */
  .reviews__grid { gap: 1.25rem; }
  .reviews__portrait { width: 96px; margin-top: 0.75rem; }
  .quote-slider { min-height: 200px; }
  .quote blockquote { font-size: 1.15rem; }
  .reviews__nav { margin-top: 1.25rem; }

  /* insights */
  .insights__head { margin-bottom: 1.25rem; }
  .insights__title { font-size: 1.4rem; }

  /* faq */
  .faq__grid { gap: 1.25rem; }
  .accordion summary { font-size: 0.98rem; padding: 1rem 0; }
  .accordion p { padding-right: 2rem; font-size: 0.92rem; }

  /* cta band */
  .cta-band__card, .tour-cta__card { min-height: 320px; }
  .cta-band__inner, .tour-cta__inner { padding: 1.5rem 1.15rem; }
  .cta-band__btns .btn { width: 100%; justify-content: space-between; }

  /* interior page head */
  .page-head { padding: calc(var(--nav-h) + 1.75rem) 0 1.75rem; }
  .crumbs { margin-bottom: 1rem; }
  .page-head__img { margin-top: 1.5rem; aspect-ratio: 16 / 10; }

  /* treatment detail */
  .tx-hero { margin: 0; min-height: 66svh; border-radius: 0 0 var(--r-xl) var(--r-xl); }
  .tx-hero__content { padding: calc(var(--nav-h) + 1.5rem) 1.15rem 1.25rem; }
  .tx-hero .hero__title { font-size: 2rem; }
  .tx-hero .hero__cta { flex-direction: column; }
  .tx-hero .hero__cta .btn { width: 100%; justify-content: space-between; }
  .tx-hero__facts { margin: 0 1rem 1rem; }
  .tx-hero__facts > div { padding: 0.75rem 0.9rem; }
  .tx-detail__main > div + div { margin-top: 2.25rem; }
  .tx-detail__p { font-size: 0.98rem; }
  .step { padding: 1rem 1rem; }
  .side-card { padding: 1.25rem; }

  /* about / doctors / values */
  .story__grid, .doctor__grid { gap: 1.25rem; }
  .doctor__photo { aspect-ratio: 4 / 4.4; }
  .quote-block { padding: 1.1rem 1.2rem; }
  .quote-block p { font-size: 1.02rem; }
  .doc-tile__photo { aspect-ratio: 4 / 4.2; }

  /* gallery */
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; gap: 0.6rem; }
  .gal-item.tall { grid-row: span 2; }
  .gal-item.wide { grid-column: span 2; }
  .gal-item figcaption { left: 0.5rem; bottom: 0.5rem; font-size: 0.68rem; padding: 0.25rem 0.55rem; }

  /* contact + booking */
  .contact { padding-top: 0.5rem; }
  .contact__grid { gap: 1.5rem; }
  .contact__ctas .btn { flex: 1 1 100%; justify-content: space-between; }
  .contact__map { aspect-ratio: 4 / 3.4; }
  .book__visual { min-height: 240px; }
  .book__overlay { padding: 1.4rem 1.15rem; }
  .book__form { padding: 1.25rem 1rem 1.5rem; }
  .field input, .field select, .field textarea { font-size: 16px; padding: 0.9rem 1rem; }  /* 16px = no iOS zoom */
  .field label { font-size: 0.82rem; }

  /* footer */
  .footer { border-radius: 0; padding-top: 2.5rem; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 1.5rem 1rem; padding-bottom: 1.75rem; }
  .footer__brand { grid-column: span 2; }
  .footer__brand p { max-width: none; }
  .footer__col { gap: 0.15rem; }
  .footer__col a, .footer__col span { padding: 0.35rem 0; font-size: 0.88rem; }
  .footer__col:last-child { grid-column: span 2; }
  .footer__bottom { padding: 1.1rem 0 1.25rem; font-size: 0.75rem; }
  .socials a { width: 2.75rem; height: 2.75rem; }

  /* language modal → bottom sheet */
  .lang-modal { align-items: end; padding: 0; }
  .lang-modal__card { width: 100%; border-radius: var(--r-xl) var(--r-xl) 0 0; padding: 1.5rem 1.25rem calc(1.5rem + var(--safe-b)); transform: translateY(40px); }
  .lang-modal__title { font-size: 1.4rem; }
  .lang-modal__choices { grid-template-columns: 1fr 1fr; }
  .lang-choice { padding: 1rem 1rem; }
  .lang-choice b { font-size: 1.25rem; }
}

@media (max-width: 560px) {
  .services .tx-grid > *, .tx-more .tx-grid > *, .tour-tx .tx-grid > *, .insights__grid > * { flex-basis: 82%; }
  .why__track { grid-auto-columns: 82vw; }
  .statement__faces img { width: 64px; height: 72px; }
  .quick__tile b { font-size: 0.74rem; }
  .quick__tile small { font-size: 0.62rem; }
  .quick__tile { min-height: 5.2rem; padding-inline: 0.2rem; }
  .doc-card { grid-template-columns: 1fr; }
  .doc-card__photo { aspect-ratio: 16 / 12; }
  .tx-hero__facts { grid-template-columns: 1fr 1fr; }
}

/* mobile follow-ups */
@media (max-width: 900px) {
  .concern__left, .concern__right, .statement__right, .statement__left, .feature__left, .feature__right, .tx-detail__main, .tx-detail__side, .faq__grid > *, .reviews__right { min-width: 0; }
  .steps--row .step { min-height: 0; }
  .emergency { display: grid; grid-template-columns: auto 1fr; gap: 0.6rem 0.9rem; align-items: center; }
  .emergency a { grid-column: 2; justify-self: start; padding: 0.55rem 0.9rem; border-radius: var(--r-pill); background: #fff; }
}

/* ---------- lightbox (gallery) ---------- */
.gal-item a { display: block; width: 100%; height: 100%; }
.lightbox { border: 0; padding: 0; background: rgba(10,14,20,0.96); max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; }
.lightbox::backdrop { background: rgba(10,14,20,0.94); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox img { max-width: min(96vw, 1400px); max-height: 82vh; object-fit: contain; border-radius: 12px; box-shadow: 0 30px 80px -20px rgba(0,0,0,0.6); }
.lightbox__cap { position: absolute; left: 50%; bottom: max(1.5rem, var(--safe-b)); transform: translateX(-50%); color: #fff; font-size: 0.9rem; padding: 0.4rem 0.9rem; border-radius: var(--r-pill); background: rgba(255,255,255,0.12); backdrop-filter: blur(8px); white-space: nowrap; max-width: 90vw; overflow: hidden; text-overflow: ellipsis; }
.lightbox__close { position: absolute; top: max(1rem, env(safe-area-inset-top, 0px)); right: 1rem; }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); }
.lightbox__nav--prev { left: 0.75rem; }
.lightbox__nav--next { right: 0.75rem; }
.lightbox .round-btn { background: rgba(255,255,255,0.14); color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25); width: 2.9rem; height: 2.9rem; }
.lightbox .round-btn:hover { background: #fff; color: var(--ink); }
body.has-lightbox { overflow: hidden; }
.gal-item img { object-position: 50% 30%; }
.gal-item figcaption { white-space: nowrap; max-width: calc(100% - 1rem); overflow: hidden; text-overflow: ellipsis; }
.insights__head .pill { justify-self: start; }
.statement__stats b { white-space: nowrap; }
.crumbs a { display: inline-block; padding: 0.4rem 0.2rem; margin: -0.4rem -0.2rem; }
.side-card__meta a { display: inline-block; padding: 0.35rem 0; margin: -0.35rem 0; }
.book-form__error { margin: 0 0 0.75rem; }
.book-form__note a { font-weight: 600; color: var(--accent-ink); }
.tour-ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: -0.5rem auto 2rem; }
.filters .chip[aria-selected="true"] { background: var(--ink); color: #fff; }

/* ---------- audit follow-ups (≤900px) ---------- */
@media (max-width: 900px) {
  /* type floor 12px+ */
  .appbar__item { font-size: 0.72rem; }
  html[data-lang="hi"] .appbar__item { font-size: 0.76rem; }
  .pill { font-size: 0.75rem; }
  .quick__tile b { font-size: 0.8rem; }
  .quick__tile small { font-size: 0.72rem; }
  .lang-toggle { font-size: 0.78rem; }
  .lang-toggle span { padding: 0.5rem 0.7rem; }
  .tx-hero__facts small { font-size: 0.76rem; color: rgba(255,255,255,0.78); }
  .note { font-size: 0.85rem; color: var(--ink-2); }
  .gal-item figcaption { font-size: 0.75rem; }
  html[data-lang="hi"] .hero__sub { font-size: 1rem; line-height: 1.7; }
  html[data-lang="hi"] .tx-card p, html[data-lang="hi"] .lede { font-size: 0.95rem; }
  .footer__col a, .footer__col span { display: flex; align-items: center; min-height: 2.75rem; padding: 0.3rem 0; }
  .footer__bottom { font-size: 0.78rem; }

  /* header / menu */
  .nav-wrap.is-scrolled .nav { background: rgba(255,255,255,0.97); }
  .page-head .pill { display: none; }
  .page-head .h1 { font-size: 1.8rem; }
  .page-head__grid { gap: 0.6rem; }

  /* home hero */
  .hero { min-height: 78svh; }
  .hero__chips { align-self: stretch; }
  .hero__bar { display: none; }
  .hero__content { padding-bottom: 1.25rem; }

  /* concern */
  .concern__card { grid-template-columns: minmax(0, 1fr); }
  .chips { max-width: none; width: calc(100% + 2.3rem); }

  /* treatment hero shade + facts */
  .tx-hero .hero__shade { background: linear-gradient(0deg, rgba(10,14,20,0.92) 0%, rgba(10,14,20,0.62) 55%, rgba(10,14,20,0.28) 100%); }
  .crumbs--light { color: rgba(255,255,255,0.85); }
  .tx-more { display: none; }

  /* feature */
  .feature__photo { aspect-ratio: 16 / 10; }
  .kpi-card, .doc-card__ui { display: none; }

  /* about */
  .doctor__badge { display: none; }
  .values__grid, .tech__grid, .team__grid { align-items: flex-start; }

  /* digital: vertical compact list instead of rail */
  .tech__grid { display: grid; grid-template-columns: 1fr; gap: 0.6rem; margin: 0; padding: 0; overflow: visible; }
  .tech__grid > * { flex: none; max-width: none; }
  .tech-card { display: grid; grid-template-columns: auto 1fr; gap: 0.2rem 0.9rem; min-height: 0; padding: 1rem 1rem; }
  .tech-card__ico { grid-row: span 2; }
  .tech-card h3 { margin-top: 0; font-size: 1rem; }
  .tech-card__num { display: none; }

  /* tourism steps */
  .steps--row { gap: 0.6rem; }
  .steps--row .step { grid-template-columns: auto 1fr; gap: 0.9rem; align-items: start; padding: 1rem 1.05rem; }
  .tour-ctas { margin: -0.25rem auto 1.5rem; }
  .tour-ctas .btn { flex: 1 1 100%; justify-content: space-between; }

  /* reviews */
  .reviews__portrait, .reviews__meta { display: none; }
  .quote-slider { min-height: 0; }
  .quote { position: relative; display: none; }
  .quote.is-active { display: block; }

  /* CTA band */
  .cta-band__bg { opacity: 0.28; }
  .cta-band__inner { background: linear-gradient(to top, rgba(18,24,31,0.92) 55%, rgba(18,24,31,0.35)); }
  .cta-band__btns .btn--glass { display: none; }
  .faq__grid > div:first-child .btn { display: none; }

  /* spacing overrides that must come after the mobile .section rule */
  .section { padding-block: 2.5rem; }
  .book, .tour-cta { padding-top: 0; }
  .contact { padding-top: 1rem; }
  .quick-wrap { padding: 0.9rem 0 1rem; }
  .gallery.section { padding-top: 1rem; }
  .cta-band { padding-bottom: 2rem; }

  /* gallery captions/cropping */
  .gal-item.wide img { object-position: 50% 45%; }
}

/* ---------- menu sheet + quick tiles: apply wherever the burger is shown (≤1080px) ---------- */
.mobile-menu__ico svg, .quick__ico svg { width: 20px; height: 20px; }
@media (min-width: 1081px) { .mobile-menu { display: none; } }
@media (max-width: 1080px) {
  /* ---------- menu sheet ---------- */
  .mobile-menu { padding: 0; background: rgba(21,28,38,0.35); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); display: block; overflow: hidden; }
  .mobile-menu__sheet { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow-y: auto; overscroll-behavior: contain; background: var(--bg); padding: calc(var(--nav-h) + 0.5rem + env(safe-area-inset-top, 0px)) 1rem calc(var(--appbar-h) + var(--safe-b) + 1.5rem); transform: translateY(-12px); opacity: 0; transition: transform 500ms var(--ease-out), opacity 400ms var(--ease-out); }
  .mobile-menu.is-open .mobile-menu__sheet { transform: none; opacity: 1; }
  .mobile-menu__head { display: none; }
  .mobile-menu__close { width: 2.75rem; height: 2.75rem; font-size: 1rem; }
  .mobile-menu__label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin: 1.25rem 0 0.6rem 0.2rem; }
  html[data-lang="hi"] .mobile-menu__label { letter-spacing: 0; text-transform: none; font-size: 0.85rem; }
  .mobile-menu ul li { transform: none; opacity: 1; transition: none; }
  .mobile-menu__list { background: #fff; border-radius: var(--r-lg); box-shadow: inset 0 0 0 1px var(--line); overflow: hidden; }
  .mobile-menu__list > li + li { border-top: 1px solid var(--line); }
  .mobile-menu__list > li > a, .mobile-menu__acc > summary { display: flex; align-items: center; gap: 0.85rem; min-height: 3.4rem; padding: 0.7rem 0.9rem; font-size: 1.02rem; font-weight: 500; letter-spacing: 0; border: 0; list-style: none; cursor: pointer; }
  .mobile-menu__acc > summary::-webkit-details-marker { display: none; }
  .mobile-menu__list a i, .mobile-menu__acc > summary i { margin-left: auto; font-style: normal; color: var(--muted); font-size: 1.3rem; line-height: 1; transition: transform 300ms var(--ease); }
  .mobile-menu__acc[open] > summary i { transform: rotate(90deg); }
  .mobile-menu__list > li > a.is-active { color: var(--accent-ink); }
  .mobile-menu__list > li > a.is-active .mobile-menu__ico { background: var(--accent-soft); color: var(--accent-ink); }
  .mobile-menu__ico { flex: none; width: 2.2rem; height: 2.2rem; border-radius: 0.7rem; display: grid; place-items: center; background: var(--bg); color: var(--ink-2); }
  .mobile-menu__ico svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-menu__acc ul { padding: 0 0.6rem 0.6rem 3.4rem; display: grid; }
  .mobile-menu__acc ul a { display: block; padding: 0.6rem 0.4rem; font-size: 0.95rem; color: var(--ink-2); border-bottom: 1px solid var(--line); border-top: 0; }
  .mobile-menu__acc ul li:last-child a { border-bottom: 0; }
  .mobile-menu__all { color: var(--accent-ink) !important; font-weight: 500; }
  .mobile-menu__foot { display: block; margin-top: 1.25rem; }
  .mobile-menu__lang { display: flex; align-items: center; justify-content: space-between; padding: 0.9rem 1rem; background: #fff; border-radius: var(--r-lg); box-shadow: inset 0 0 0 1px var(--line); font-weight: 500; }
  .lang-toggle--big span { padding: 0.5rem 0.9rem; font-size: 0.85rem; }
  .mobile-menu__addr { margin-top: 1rem; padding: 0 0.25rem; font-size: 0.82rem; color: var(--muted); line-height: 1.55; }

  /* ---------- quick-action tiles ---------- */
  .quick-wrap { padding: 0.9rem 0 0.25rem; }
  .quick { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem; }
  .quick--menu { margin: 0; }
  .quick__tile { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.15rem; padding: 0.8rem 0.35rem 0.7rem; border-radius: var(--r-md); background: #fff; box-shadow: inset 0 0 0 1px var(--line); min-height: 5.6rem; transition: transform 250ms var(--ease); -webkit-tap-highlight-color: transparent; }
  .quick__tile:active { transform: scale(0.97); }
  .quick__tile b { font-size: 0.78rem; font-weight: 600; margin-top: 0.35rem; line-height: 1.2; }
  .quick__tile small { font-size: 0.66rem; color: var(--muted); line-height: 1.25; }
  .quick__ico { width: 2.4rem; height: 2.4rem; border-radius: 0.8rem; display: grid; place-items: center; color: #fff; }
  .quick__ico svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  .quick__ico--wa svg { fill: currentColor; stroke: none; }
  .quick__ico--call { background: var(--accent); }
  .quick__ico--wa { background: #1DA851; }
  .quick__ico--dir { background: var(--orange); }
  .quick__ico--book { background: var(--ink); }
  html[data-lang="hi"] .quick__tile b { font-size: 0.8rem; }

  .mobile-menu.is-open ~ * .lang-toggle, body:has(.mobile-menu.is-open) #langToggle { visibility: hidden; }
  .mobile-menu__acc > summary i { transform: rotate(90deg); }
  .mobile-menu__acc[open] > summary i { transform: rotate(-90deg); }
  .mobile-menu__acc ul a.is-active { color: var(--accent-ink); font-weight: 600; }
  .mobile-menu__lang { margin-top: 0.25rem; }
  .mobile-menu__acc > summary.is-active { color: var(--accent-ink); }
  .mobile-menu__acc > summary.is-active .mobile-menu__ico { background: var(--accent-soft); color: var(--accent-ink); }
  .mobile-menu__sheet { padding-top: calc(var(--nav-h) + 0.5rem); }
  :root { --nav-h: calc(60px + env(safe-area-inset-top, 0px)); }
  .nav-wrap { padding: 0; }
  .nav { width: 100%; border-radius: 0; padding: calc(0.45rem + env(safe-area-inset-top, 0px)) 0.85rem 0.45rem 1rem; box-shadow: 0 1px 0 var(--line); }
  .nav-wrap.is-scrolled .nav { box-shadow: 0 1px 0 var(--line), 0 10px 30px -18px rgba(21,28,38,0.2); background: rgba(255,255,255,0.97); }
  body.has-dark-hero .nav-wrap:not(.is-scrolled) .nav { background: linear-gradient(to bottom, rgba(10,14,20,0.55), rgba(10,14,20,0)); box-shadow: none; }
  .nav .brand { min-height: 44px; align-items: center; }
  .nav__links a { white-space: nowrap; }
}
@media (min-width: 1081px) and (max-width: 1180px) { .nav__links a { padding: 0.55rem 0.7rem; font-size: 0.84rem; } }

/* ---------- verify-pass fixes ---------- */
.side-card--soft .btn--ghost { --fg: var(--ink); --ico: rgba(21,28,38,0.06); box-shadow: inset 0 0 0 1px var(--line-strong); }
.side-card--soft .btn--ghost:hover { background: var(--bg); }
[id] { scroll-margin-top: calc(var(--nav-h) + 1rem); }
.lang-modal__card { max-height: 100dvh; overflow-y: auto; }
@media (max-height: 420px) { .lang-modal__logo { display: none; } .lang-modal__card { padding-top: 1rem; } }
@media (min-width: 901px) {
  .footer__bottom { padding-right: 11rem; }
  .hero__chips { margin-bottom: 1.25rem; }
  .gal-item:last-child { grid-column: span 2; }
  .tour-ctas { margin: -1.25rem auto 0; }
  .tour-why { padding-top: 3.5rem; }
}
@media (min-width: 901px) and (max-height: 840px) { .hero__content { padding-top: calc(var(--nav-h) + 2rem); } .hero__card { margin-top: 1.5rem; } }
@media (max-width: 900px) {
  .hero__shade { background: linear-gradient(180deg, rgba(10,14,20,0.62) 0%, rgba(10,14,20,0.42) 40%, rgba(10,14,20,0.25) 60%, rgba(10,14,20,0.86) 100%); }
  .hero__title, .hero__sub { text-shadow: 0 2px 18px rgba(0,0,0,0.45); }
  .hero__slide:nth-child(2) { object-position: 50% 80%; }
  .tx-hero .hero__shade { background: linear-gradient(0deg, rgba(10,14,20,0.92) 0%, rgba(10,14,20,0.62) 55%, rgba(10,14,20,0.5) 100%); }
  .crumbs--light { color: #fff; }
  .why-card__cap { padding-top: 3.5rem; background: linear-gradient(to top, rgba(18,24,31,0.95) 0%, rgba(18,24,31,0.8) 55%, rgba(18,24,31,0) 100%); }
  .hero__copy { width: 100%; max-width: none; }
  .hero__content { padding-inline: 1rem; }
  .hero__chips { margin-inline: -1rem; padding-inline: 1rem; scroll-padding-inline: 1rem; }
  .appbar__item { font-size: 0.75rem; }
  html[data-lang="hi"] .appbar__item { font-size: 0.78rem; }
  .quick__tile small { font-size: 0.75rem; text-wrap: balance; }
  .statement__stats span, .concern__label, .why-card__tag, .mini-bars__labels span, .kpi-card small { font-size: 0.75rem; }
  .brand__text > span { font-size: 0.7rem; }
  .hchip { padding: 0.7rem 1rem; }
  .chip { min-height: 2.75rem; }
  .footer__col > a, .footer__col > span { display: flex; align-items: center; min-height: 2.75rem; padding: 0.3rem 0; font-size: 0.88rem; }
  .footer__col a > span, .footer__h > span { display: inline; min-height: 0; padding: 0; font-size: inherit; }
  .footer__more { gap: 0.3em; }
  .doc-grid > * { min-width: 0; }
  .doc-tile .pill { white-space: normal; text-align: center; line-height: 1.3; }
  .quote-slider { display: grid; }
  .quote { grid-area: 1 / 1; display: block; visibility: hidden; opacity: 0; position: relative; transform: none; }
  .quote.is-active { visibility: visible; opacity: 1; }
  .insights__head { gap: 0.6rem; }
  .book-form__error { order: -1; }
}
@media (max-width: 400px) { .quick { gap: 0.4rem; } }
