/* ============================================================================
   BHARATCLINIC · HC-00 · HEALTH CONCERNS HUB · PAGE STYLES
   Scope: every rule lives under .bc-hc — zero leakage into global WP styles.
   Token family: SOL v2 (matches the eight vertical hubs).
   Signature: "Eight Doors, One Lamp" scroll experience (.hc-lamps).
   ========================================================================== */

.bc-hc {
  /* ---- tokens (scoped) ---- */
  --maroon: #5c1a1b;
  --maroon-deep: #481315;
  --ivory: #fdfbf7;
  --paper: rgba(234, 223, 203, 0.32);
  --gold: #c49a2a;
  --green: #3c6e47;
  --green-press: #2f5639;
  --chamber: #1e3d2e;
  --chamber-deep: #153125;
  --ink: #2d2d2d;
  --muted: #6b6b6b;
  --line: #eadfcb;
  --head: "Cormorant Garamond", Georgia, serif;
  --body: "Mukta", "Mukta Mahee", "Noto Sans Gurmukhi", system-ui, sans-serif;
  --wrap: min(1180px, calc(100% - 40px));
  --shadow: 0 2px 6px rgba(45, 45, 45, 0.06), 0 14px 30px rgba(45, 45, 45, 0.1);

  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.bc-hc *,
.bc-hc *::before,
.bc-hc *::after { box-sizing: border-box; }

.bc-hc img,
.bc-hc svg { max-width: 100%; }

.bc-hc a {
  color: inherit;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.bc-hc :focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.bc-hc .hc-wrap { width: var(--wrap); margin-inline: auto; }

.bc-hc .hc-sr {
  position: absolute !important;
  width: 1px !important; height: 1px !important;
  padding: 0 !important; margin: -1px !important;
  overflow: hidden !important; clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important; border: 0 !important;
}

.bc-hc .hc-defs { position: absolute; width: 0; height: 0; overflow: hidden; }

/* ---- shared editorial atoms ---- */

.bc-hc .hc-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0 0 13px;
  color: var(--maroon);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.16em; line-height: 1.35; text-transform: uppercase;
}
.bc-hc .hc-eyebrow::before {
  width: 25px; height: 1px; background: var(--gold); content: "";
}

.bc-hc .hc-title {
  max-width: 17ch; margin: 0;
  color: var(--maroon);
  font-family: var(--head);
  font-size: clamp(38px, 4.8vw, 62px);
  font-weight: 600; letter-spacing: -0.025em; line-height: 0.98;
  text-wrap: balance;
}

.bc-hc .hc-lede {
  max-width: 64ch; margin: 18px 0 0;
  color: var(--muted); font-size: 18px; line-height: 1.7;
}

.bc-hc .hc-btn {
  display: inline-flex; min-height: 46px;
  align-items: center; justify-content: center; gap: 9px;
  padding: 11px 18px;
  border: 1px solid var(--green); border-radius: 999px;
  color: var(--ivory); background: var(--green);
  font-size: 15px; font-weight: 600; line-height: 1.15;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.bc-hc .hc-btn:hover {
  border-color: var(--chamber); background: var(--chamber);
  transform: translateY(-1px);
}
.bc-hc .hc-btn--outline {
  color: var(--maroon);
  border-color: rgba(92, 26, 27, 0.45);
  background: transparent;
}
.bc-hc .hc-btn--outline:hover {
  color: var(--ivory); border-color: var(--maroon); background: var(--maroon);
}

/* ============================================================================
   01 · HERO
   ========================================================================== */

.bc-hc .hc-hero {
  position: relative; overflow: hidden;
  padding: clamp(64px, 8vw, 110px) 0 clamp(52px, 6vw, 84px);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 86% 19%, rgba(196, 154, 42, 0.08), transparent 25%),
    linear-gradient(180deg, var(--ivory), var(--ivory));
}
.bc-hc .hc-hero::after {
  position: absolute; right: -170px; bottom: -250px;
  width: 540px; aspect-ratio: 1;
  border: 1px solid rgba(196, 154, 42, 0.18); border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(196, 154, 42, 0.035), 0 0 0 92px rgba(196, 154, 42, 0.02);
  content: ""; pointer-events: none;
}
.bc-hc .hc-hero .hc-wrap { position: relative; z-index: 1; }

.bc-hc .hc-crumb {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.bc-hc .hc-crumb a { display: inline-flex; min-height: 32px; align-items: center; text-decoration: none; }
.bc-hc .hc-crumb a:hover { color: var(--maroon); }
.bc-hc .hc-crumb span[aria-hidden] { color: var(--gold); }
.bc-hc .hc-crumb b { color: var(--maroon); font-weight: 600; }

.bc-hc .hc-hero h1 {
  max-width: 13ch; margin: 0;
  color: var(--maroon);
  font-family: var(--head);
  font-size: clamp(50px, 6.4vw, 84px);
  font-weight: 600; letter-spacing: -0.04em; line-height: 0.9;
  text-wrap: balance;
}
.bc-hc .hc-hero-lede {
  max-width: 60ch; margin: 24px 0 0;
  color: rgba(45, 45, 45, 0.82);
  font-size: clamp(18px, 1.7vw, 21px); line-height: 1.65;
}
.bc-hc .hc-hero-actions {
  display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px;
}
.bc-hc .hc-hero-trust {
  margin: 14px 0 0;
  color: var(--muted); font-size: 13px;
}
.bc-hc .hc-hero-trust b { color: var(--green); font-weight: 600; }

.bc-hc .hc-hero-facts {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(30px, 4vw, 44px);
  border-top: 1px solid var(--line);
  max-width: 720px;
}
.bc-hc .hc-hero-fact { padding: 15px 15px 0; border-right: 1px solid var(--line); }
.bc-hc .hc-hero-fact:first-child { padding-left: 0; }
.bc-hc .hc-hero-fact:last-child { padding-right: 0; border-right: 0; }
.bc-hc .hc-hero-fact b { display: block; color: var(--maroon); font-size: 13px; font-weight: 600; }
.bc-hc .hc-hero-fact span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.35; }

/* ============================================================================
   02 · SIGNATURE — "EIGHT DOORS, ONE LAMP"  (.hc-lamps)
   Default markup state = finished map (data-stage="9", not enhanced).
   JS enhancement turns on the scrub track + sticky stage.
   ========================================================================== */

.bc-hc .hc-lamps {
  position: relative; overflow: clip;
  color: var(--ivory);
  border-block: 1px solid rgba(196, 154, 42, 0.28);
  background:
    radial-gradient(circle at 14% 10%, rgba(196, 154, 42, 0.08), transparent 26%),
    radial-gradient(circle at 88% 80%, rgba(92, 26, 27, 0.14), transparent 30%),
    linear-gradient(160deg, var(--chamber), var(--chamber-deep));
}
.bc-hc .hc-lamps::before {
  position: absolute; top: -280px; right: -140px;
  width: 430px; aspect-ratio: 1;
  border: 1px solid rgba(196, 154, 42, 0.1); border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(196, 154, 42, 0.025), 0 0 0 78px rgba(196, 154, 42, 0.018);
  content: ""; pointer-events: none;
}

/* track + sticky stage */
.bc-hc .hc-lamps-track { position: relative; }
.bc-hc[data-hc-enhanced="true"] .hc-lamps-track { height: 520vh; }

.bc-hc .hc-lamps-stage {
  padding: clamp(54px, 7vw, 88px) 0;
}
.bc-hc[data-hc-enhanced="true"] .hc-lamps-stage {
  position: sticky; top: 0;
  display: flex; align-items: center;
  height: 100vh; height: 100svh;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  /* opaque stage: prevents compositor tile bleed from content beneath the sticky */
  background:
    radial-gradient(circle at 14% 10%, rgba(196, 154, 42, 0.08), transparent 26%),
    radial-gradient(circle at 88% 80%, rgba(92, 26, 27, 0.14), transparent 30%),
    linear-gradient(160deg, var(--chamber), var(--chamber-deep));
}

.bc-hc .hc-lamps-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
  gap: clamp(34px, 5vw, 80px);
  align-items: center;
  width: 100%;
}

/* header line above scene (static + finale) */
.bc-hc .hc-lamps-kicker {
  display: inline-flex; align-items: center; gap: 11px;
  margin: 0 0 20px;
  color: rgba(253, 251, 247, 0.67);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.17em; line-height: 1.35; text-transform: uppercase;
}
.bc-hc .hc-lamps-kicker::before { width: 27px; height: 1px; background: var(--gold); content: ""; }

/* ---- the corridor scene ---- */

.bc-hc .hc-scene {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 380 / 640;
  margin-inline: auto;
  contain: layout style;
}

.bc-hc .hc-scene-arch {
  position: absolute; inset: 0;
  border: 1px solid rgba(196, 154, 42, 0.5);
  border-radius: 46% 46% 18px 18px / 30% 30% 18px 18px;
  background:
    radial-gradient(circle at 50% 24%, rgba(196, 154, 42, 0.07), transparent 40%),
    linear-gradient(180deg, rgba(13, 40, 29, 0.72), rgba(16, 48, 35, 0.92));
  box-shadow: inset 0 0 44px rgba(0, 0, 0, 0.18), 0 24px 58px rgba(0, 0, 0, 0.16);
  pointer-events: none;
}
.bc-hc .hc-scene-arch::after {
  position: absolute; right: 8%; bottom: 4.5%; left: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 154, 42, 0.45), transparent);
  content: "";
}

.bc-hc .hc-thread {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  overflow: visible;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
.bc-hc .hc-thread-base {
  fill: none;
  stroke: rgba(253, 251, 247, 0.1);
  stroke-width: 1;
}
.bc-hc .hc-thread-lit {
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.6;
  stroke-linecap: round;
  filter: drop-shadow(0 0 6px rgba(196, 154, 42, 0.4));
}
.bc-hc .hc-thread-tip {
  fill: var(--ivory);
  stroke: var(--gold);
  stroke-width: 1.4;
  filter: drop-shadow(0 0 8px rgba(196, 154, 42, 0.55));
}
.bc-hc .hc-thread-flow {
  fill: none;
  stroke: rgba(196, 154, 42, 0.55);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 3 14;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.bc-hc [data-hc-stage="2"] .hc-thread-flow {
  opacity: 1;
  animation: hcFlowDown 1.6s linear infinite;
}
@keyframes hcFlowDown { to { stroke-dashoffset: -17; } }

/* static / finale: thread fully drawn but quiet */
.bc-hc [data-hc-stage="9"] .hc-thread { opacity: 0; }
.bc-hc:not([data-hc-enhanced="true"]) .hc-thread { display: none; }

.bc-hc[data-hc-enhanced="true"] .hc-scene {
  width: auto;
  height: 86vh;
  height: 86svh;
  max-height: 724px;
  max-width: 100%;
}
.bc-hc[data-hc-enhanced="true"] .hc-lamps-h2,
.bc-hc[data-hc-enhanced="true"] .hc-lamps-sub { display: none; }

/* ---- lamps / doors (always real links) ---- */

.bc-hc .hc-lamp {
  position: absolute;
  left: var(--mx); top: var(--my);
  width: 138px;
  margin-left: -69px; margin-top: -66px;
  display: grid; justify-items: center; gap: 7px;
  padding: 14px 8px 10px;
  text-align: center; text-decoration: none;
  color: rgba(253, 251, 247, 0.88);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}
/* the doorframe plate — appears in map state */
.bc-hc .hc-lamp::before {
  position: absolute; inset: 0;
  border: 1px solid rgba(196, 154, 42, 0.55);
  border-radius: 62px 62px 12px 12px;
  background: rgba(253, 251, 247, 0.04);
  content: "";
  opacity: 1;
  transition: opacity 0.55s ease 0.25s, background 0.2s ease, border-color 0.2s ease;
}
.bc-hc .hc-lamp:hover::before {
  background: rgba(196, 154, 42, 0.12);
  border-color: var(--gold);
}
.bc-hc .hc-lamp-emblem {
  position: relative;
  width: 52px; height: 52px;
  color: var(--gold);
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.bc-hc .hc-lamp-emblem .hc-em-soft { stroke: rgba(253, 251, 247, 0.72); }
.bc-hc .hc-lamp-name {
  position: relative;
  font-size: 13px; font-weight: 600; line-height: 1.25;
  color: var(--ivory);
  transition: opacity 0.5s ease 0.3s;
}
.bc-hc .hc-lamp-go {
  position: relative;
  font-size: 11px; color: var(--gold);
  transition: opacity 0.5s ease 0.35s;
}

/* corridor (scrub) placement: JS sets --dx/--dy px offsets; scale keeps it lamp-sized */
.bc-hc[data-hc-enhanced="true"] .hc-lamps:not([data-hc-stage="9"]) .hc-lamp {
  transform: translate3d(var(--dx, 0px), var(--dy, 0px), 0) scale(0.58);
}
.bc-hc[data-hc-enhanced="true"] .hc-lamps:not([data-hc-stage="9"]) .hc-lamp::before,
.bc-hc[data-hc-enhanced="true"] .hc-lamps:not([data-hc-stage="9"]) .hc-lamp-name,
.bc-hc[data-hc-enhanced="true"] .hc-lamps:not([data-hc-stage="9"]) .hc-lamp-go {
  opacity: 0; transition-delay: 0s;
}
/* unlit lamp during scrub */
.bc-hc[data-hc-enhanced="true"] .hc-lamps:not([data-hc-stage="9"]) .hc-lamp .hc-lamp-emblem {
  opacity: 0.42; color: rgba(253, 251, 247, 0.6);
  transform: scale(0.9);
}
/* lit lamp during scrub */
.bc-hc[data-hc-enhanced="true"] .hc-lamps:not([data-hc-stage="9"]) .hc-lamp.is-lit .hc-lamp-emblem {
  opacity: 1; color: var(--gold);
  transform: scale(1.45);
  filter: drop-shadow(0 0 10px rgba(196, 154, 42, 0.5));
}
/* the currently-active lamp breathes (transform-only, one element) */
.bc-hc[data-hc-enhanced="true"] .hc-lamp.is-now .hc-lamp-emblem {
  animation: hcLampBreathe 2.4s ease-in-out infinite;
}
@keyframes hcLampBreathe {
  0%, 100% { transform: scale(1.45); }
  50% { transform: scale(1.56); }
}
/* sleep stage: whole scene calms — slower, softer */
.bc-hc [data-hc-stage="8"] .hc-lamp.is-now .hc-lamp-emblem {
  animation-duration: 4.6s;
}

/* ---- caption column ---- */

.bc-hc .hc-lamps-copy { min-width: 0; }

.bc-hc .hc-lamps-h2 {
  max-width: 12ch; margin: 0 0 14px;
  color: var(--ivory);
  font-family: var(--head);
  font-size: clamp(38px, 4.6vw, 58px);
  font-weight: 600; letter-spacing: -0.03em; line-height: 0.96;
  text-wrap: balance;
  text-shadow: 0 0 26px rgba(196, 154, 42, 0.16);
}
.bc-hc .hc-lamps-sub {
  max-width: 52ch; margin: 0 0 22px;
  color: rgba(253, 251, 247, 0.75);
  font-size: 16.5px; line-height: 1.66;
}

/* stacked caption states (scrub) */
.bc-hc .hc-caps { position: relative; min-height: 250px; }
.bc-hc:not([data-hc-enhanced="true"]) .hc-caps { display: none; }
.bc-hc .hc-cap {
  position: absolute; inset: 0;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.bc-hc .hc-cap.is-active { opacity: 1; transform: none; }
.bc-hc .hc-cap-n {
  display: block; margin-bottom: 10px;
  color: var(--gold);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.17em; text-transform: uppercase;
}
.bc-hc .hc-cap-t {
  margin: 0 0 9px;
  color: var(--ivory);
  font-family: var(--head);
  font-size: clamp(33px, 3.8vw, 50px);
  font-weight: 600; letter-spacing: -0.025em; line-height: 0.98;
  text-wrap: balance;
}
.bc-hc .hc-cap-cues {
  margin: 0;
  color: rgba(253, 251, 247, 0.78);
  font-size: 16px; line-height: 1.55;
}
.bc-hc .hc-cap-cues b { color: var(--ivory); font-weight: 600; }

/* museum label */
.bc-hc .hc-label {
  margin-top: 18px; padding: 11px 0 0 16px;
  border-left: 2px solid var(--gold);
  max-width: 44ch;
}
.bc-hc .hc-label b {
  display: block;
  color: var(--gold);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
}
.bc-hc .hc-label span {
  display: block; margin-top: 4px;
  color: rgba(253, 251, 247, 0.68);
  font-size: 13.5px; line-height: 1.55;
}

/* scrub progress + hint */
.bc-hc .hc-lamps-meta {
  display: flex; align-items: center; gap: 14px;
  margin-top: 22px;
  color: rgba(253, 251, 247, 0.55);
  font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600;
}
.bc-hc:not([data-hc-enhanced="true"]) .hc-lamps-meta { display: none; }
.bc-hc .hc-lamps-bar {
  position: relative; flex: 1; max-width: 190px; height: 2px;
  background: rgba(253, 251, 247, 0.14); border-radius: 2px;
}
.bc-hc .hc-lamps-bar i {
  position: absolute; inset: 0;
  background: var(--gold); border-radius: 2px;
  transform-origin: left; transform: scaleX(var(--hc-p, 0));
}

/* static key (visible when NOT enhanced: no-JS / reduced motion) */
.bc-hc .hc-lamps-static { margin-top: 6px; }
.bc-hc[data-hc-enhanced="true"] .hc-lamps-static { display: none; }
.bc-hc .hc-lamps-static p {
  margin: 0 0 14px;
  color: rgba(253, 251, 247, 0.72);
  font-size: 15px; line-height: 1.6; max-width: 52ch;
}
.bc-hc .hc-key {
  display: grid; gap: 7px 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0; padding: 0; list-style: none;
}
.bc-hc .hc-key li {
  padding: 7px 0;
  border-bottom: 1px solid rgba(196, 154, 42, 0.22);
  color: rgba(253, 251, 247, 0.72);
  font-size: 13px; line-height: 1.45;
}
.bc-hc .hc-key b { color: var(--gold); font-weight: 600; }

/* ============================================================================
   03 · THE EIGHT DOORS (concern cards)
   ========================================================================== */

.bc-hc .hc-doors {
  padding: clamp(72px, 8.6vw, 116px) 0;
  background:
    radial-gradient(circle at 4% 93%, rgba(196, 154, 42, 0.055), transparent 23%),
    var(--ivory);
}
.bc-hc .hc-doors-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(38px, 7vw, 90px);
  align-items: end;
  margin-bottom: clamp(34px, 4vw, 48px);
}
.bc-hc .hc-doors-intro { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }

.bc-hc .hc-door-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}
.bc-hc .hc-door {
  position: relative;
  display: flex; flex-direction: column;
  padding: 20px 18px 16px;
  border: 1px solid var(--line); border-radius: 15px;
  background: rgba(253, 251, 247, 0.75);
  box-shadow: 0 12px 34px rgba(45, 45, 45, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.bc-hc .hc-door:hover {
  border-color: rgba(196, 154, 42, 0.75);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}
.bc-hc .hc-door-plate {
  display: grid; place-items: center;
  width: 74px; height: 88px;
  margin-bottom: 15px;
  border: 1px solid rgba(196, 154, 42, 0.55);
  border-radius: 37px 37px 9px 9px;
  color: var(--gold);
  background:
    radial-gradient(circle at 50% 34%, rgba(196, 154, 42, 0.14), transparent 55%),
    linear-gradient(165deg, var(--chamber), var(--chamber-deep));
}
.bc-hc .hc-door-plate svg { width: 40px; height: 40px; }
.bc-hc .hc-door-plate .hc-em-soft { stroke: rgba(253, 251, 247, 0.72); }
.bc-hc .hc-door-n {
  position: absolute; top: 16px; right: 17px;
  color: rgba(196, 154, 42, 0.55);
  font-family: var(--head); font-size: 26px; font-weight: 600;
}
.bc-hc .hc-door h3 a { text-decoration: none; }
.bc-hc .hc-door h3 a:hover { text-decoration: underline; text-decoration-color: var(--gold); }
.bc-hc .hc-door h3 {
  margin: 0;
  color: var(--maroon);
  font-family: var(--head);
  font-size: 24px; font-weight: 600; line-height: 1.04;
}
.bc-hc .hc-door > p {
  margin: 9px 0 12px;
  color: var(--muted);
  font-size: 13.5px; line-height: 1.55;
}
.bc-hc .hc-door-kids {
  display: flex; flex-wrap: wrap; gap: 5px 6px;
  margin: 0 0 14px; padding: 0; list-style: none;
}
.bc-hc .hc-door-kids li { display: contents; }
.bc-hc .hc-door-kids a,
.bc-hc .hc-door-kids span {
  display: inline-flex; align-items: center;
  min-height: 26px; padding: 2px 9px;
  border: 1px solid var(--line); border-radius: 999px;
  color: var(--muted);
  font-size: 11.5px; line-height: 1.3;
  text-decoration: none;
}
.bc-hc .hc-door-kids a:hover {
  color: var(--maroon); border-color: rgba(196, 154, 42, 0.7);
  background: rgba(196, 154, 42, 0.07);
}
.bc-hc .hc-door-go {
  display: inline-flex; align-items: center; gap: 7px;
  margin-top: auto; min-height: 40px;
  color: var(--green);
  font-size: 13.5px; font-weight: 600;
  text-decoration: none;
}
.bc-hc .hc-door-go::after { content: "→"; transition: transform 0.16s ease; }
.bc-hc .hc-door-go:hover { color: var(--maroon); }
.bc-hc .hc-door-go:hover::after { transform: translateX(3px); }

.bc-hc .hc-doors-release {
  display: flex; justify-content: space-between; align-items: center; gap: 25px;
  margin-top: 28px; padding-top: 23px;
  border-top: 1px solid var(--line);
}
.bc-hc .hc-doors-release p { max-width: 63ch; margin: 0; color: var(--muted); font-size: 15px; }

/* ============================================================================
   04 · START WITH A SYMPTOM
   ========================================================================== */

.bc-hc .hc-symptoms {
  padding: clamp(72px, 8.6vw, 112px) 0;
  background: var(--paper);
}
.bc-hc .hc-symptoms-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
}
.bc-hc .hc-symptoms-copy p { max-width: 54ch; color: var(--muted); }
.bc-hc .hc-sym-list { border-top: 1px solid var(--line); }
.bc-hc .hc-sym {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 18px; align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.bc-hc .hc-sym b { color: var(--ink); font-size: 15.5px; font-weight: 600; line-height: 1.4; }
.bc-hc .hc-sym a {
  justify-self: end;
  display: inline-flex; align-items: center; gap: 7px;
  min-height: 38px;
  color: var(--maroon);
  font-size: 13.5px; font-weight: 600; text-decoration: none;
  white-space: nowrap;
}
.bc-hc .hc-sym a::after { content: "→"; color: var(--green); transition: transform 0.16s ease; }
.bc-hc .hc-sym a:hover { text-decoration: underline; text-decoration-color: var(--gold); }
.bc-hc .hc-sym a:hover::after { transform: translateX(3px); }
.bc-hc .hc-sym-note {
  margin: 16px 0 0;
  color: var(--muted); font-size: 14px; line-height: 1.6; max-width: 60ch;
}

/* ============================================================================
   05 · NO SELF-DIAGNOSIS
   ========================================================================== */

.bc-hc .hc-nodx { padding: clamp(72px, 8.6vw, 112px) 0; background: var(--ivory); }
.bc-hc .hc-nodx-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
}
.bc-hc .hc-nodx-copy p { max-width: 56ch; color: var(--muted); }
.bc-hc .hc-nodx-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.bc-hc .hc-nodx-list li {
  padding: 16px 18px;
  border: 1px solid var(--line); border-left: 3px solid var(--gold);
  border-radius: 0 12px 12px 0;
  background: rgba(253, 251, 247, 0.8);
  color: var(--muted);
  font-size: 15px; line-height: 1.6;
}
.bc-hc .hc-nodx-list b { color: var(--maroon); }

/* ============================================================================
   06 · SAFETY THRESHOLD (maroon)
   ========================================================================== */

.bc-hc .hc-safety {
  position: relative; overflow: hidden;
  color: var(--ivory);
  background:
    radial-gradient(circle at 90% 20%, rgba(196, 154, 42, 0.09), transparent 26%),
    linear-gradient(145deg, var(--maroon), var(--maroon-deep));
}
.bc-hc .hc-safety-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(42px, 8vw, 105px);
  padding-block: clamp(64px, 7.6vw, 96px);
}
.bc-hc .hc-safety .hc-eyebrow,
.bc-hc .hc-safety .hc-title { color: var(--ivory); }
.bc-hc .hc-safety .hc-title { max-width: 12ch; }
.bc-hc .hc-safety-copy > p { max-width: 54ch; margin: 0; color: rgba(253, 251, 247, 0.76); }
.bc-hc .hc-safety-signals {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px; margin-top: 26px;
}
.bc-hc .hc-safety-signal {
  padding: 12px 0;
  border-bottom: 1px solid rgba(196, 154, 42, 0.28);
  color: rgba(253, 251, 247, 0.92);
  font-size: 15px; line-height: 1.45;
}
.bc-hc .hc-safety-close {
  margin-top: 24px; padding: 14px 16px;
  border: 1px solid rgba(253, 251, 247, 0.2); border-radius: 10px;
  color: rgba(253, 251, 247, 0.82);
  background: rgba(253, 251, 247, 0.055);
  font-size: 14px; line-height: 1.55;
}

/* ============================================================================
   07 · AYURVEDIC LENS + GLOSSARY STRIP
   ========================================================================== */

.bc-hc .hc-lens { padding: clamp(72px, 8.6vw, 112px) 0; background: var(--ivory); }
.bc-hc .hc-lens-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
  margin-bottom: clamp(36px, 5vw, 56px);
}
.bc-hc .hc-lens-copy p { max-width: 58ch; color: var(--muted); }
.bc-hc .hc-lens-boundary {
  margin-top: 18px; padding: 13px 16px;
  border: 1px solid rgba(92, 26, 27, 0.3); border-left: 3px solid var(--maroon);
  border-radius: 0 10px 10px 0;
  color: rgba(45, 45, 45, 0.78);
  background: rgba(92, 26, 27, 0.025);
  font-size: 14px; line-height: 1.55;
  max-width: 60ch;
}
.bc-hc .hc-lens-boundary strong { color: var(--maroon); }

.bc-hc .hc-gloss {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  border: 1px solid var(--line); border-radius: 16px;
  background: var(--line);
  overflow: hidden;
}
.bc-hc .hc-gloss > div { padding: 18px 18px 16px; background: rgba(253, 251, 247, 0.85); }
.bc-hc .hc-gloss dt {
  margin: 0;
  color: var(--maroon);
  font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.13em; text-transform: uppercase;
}
.bc-hc .hc-gloss dt i { font-style: normal; color: var(--gold); font-weight: 500; letter-spacing: 0; text-transform: none; }
.bc-hc .hc-gloss dd {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13.5px; line-height: 1.55;
}
.bc-hc .hc-gloss dd b { color: var(--ink); font-weight: 600; }

/* ============================================================================
   08 · DOCTOR BRIDGE
   ========================================================================== */

.bc-hc .hc-doctor { padding: clamp(72px, 8.6vw, 112px) 0; background: var(--paper); }
.bc-hc .hc-doctor-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, 0.95fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
}
.bc-hc .hc-doctor-copy p { max-width: 58ch; color: var(--muted); }
.bc-hc .hc-doctor-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 24px; }

.bc-hc .hc-doc-card {
  position: relative; overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line); border-radius: 18px;
  background:
    radial-gradient(circle at 87% 13%, rgba(196, 154, 42, 0.11), transparent 26%),
    rgba(253, 251, 247, 0.85);
  box-shadow: var(--shadow);
}
.bc-hc .hc-doc-monogram {
  display: grid; place-items: center;
  width: 106px; height: 132px;
  margin-bottom: 24px;
  border: 1px solid var(--gold); border-radius: 53px 53px 12px 12px;
  color: var(--ivory); background: var(--chamber);
  font-family: var(--head); font-size: 42px; font-weight: 600;
}
.bc-hc .hc-doc-card h3 {
  margin: 0;
  color: var(--maroon);
  font-family: var(--head);
  font-size: 34px; font-weight: 600; line-height: 1;
}
.bc-hc .hc-doc-card > p { margin: 10px 0 0; color: var(--muted); font-size: 15px; }
.bc-hc .hc-doc-facts { margin-top: 22px; border-top: 1px solid var(--line); }
.bc-hc .hc-doc-fact {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.bc-hc .hc-doc-fact b { color: var(--maroon); }
.bc-hc .hc-doc-fact span { color: var(--muted); }
.bc-hc .hc-doc-review {
  margin: 16px 0 0;
  color: var(--muted); font-size: 12.5px; line-height: 1.5;
}

/* ============================================================================
   09 · LUDHIANA CONSULTATION (chamber)
   ========================================================================== */

.bc-hc .hc-visit {
  padding: clamp(68px, 8vw, 104px) 0;
  color: var(--ivory);
  background:
    linear-gradient(90deg, rgba(196, 154, 42, 0.05), transparent 45%),
    var(--chamber);
}
.bc-hc .hc-visit-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(42px, 8vw, 100px);
  align-items: start;
}
.bc-hc .hc-visit .hc-eyebrow,
.bc-hc .hc-visit .hc-title { color: var(--ivory); }
.bc-hc .hc-visit .hc-title { max-width: 12ch; }
.bc-hc .hc-visit-copy { margin: 18px 0 0; color: rgba(253, 251, 247, 0.72); max-width: 52ch; }
.bc-hc .hc-visit-copy a { color: var(--ivory); }
.bc-hc .hc-visit-list {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.bc-hc .hc-visit-item {
  min-height: 104px;
  padding: 17px 16px;
  border: 1px solid rgba(196, 154, 42, 0.33); border-radius: 12px;
  background: rgba(253, 251, 247, 0.035);
}
.bc-hc .hc-visit-item b {
  display: block;
  color: var(--gold);
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
}
.bc-hc .hc-visit-item span {
  display: block; margin-top: 7px;
  color: rgba(253, 251, 247, 0.78);
  font-size: 14px; line-height: 1.52;
}
.bc-hc .hc-visit-item a { color: var(--ivory); }

/* ============================================================================
   10 · HEALTH GUIDES BRIDGE
   ========================================================================== */

.bc-hc .hc-guides { padding: clamp(68px, 8vw, 104px) 0; background: var(--ivory); }
.bc-hc .hc-guides-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px; align-items: end;
  margin-bottom: clamp(26px, 3.4vw, 38px);
}
.bc-hc .hc-guide-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.bc-hc .hc-guide {
  display: flex; flex-direction: column;
  cursor: default;
  padding: 20px 19px 16px;
  border: 1px solid var(--line); border-radius: 14px;
  background: rgba(253, 251, 247, 0.75);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.bc-hc .hc-guide b {
  display: block; margin-bottom: 8px;
  color: var(--gold);
  font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
}
.bc-hc .hc-guide h3 {
  margin: 0 0 8px;
  color: var(--maroon);
  font-family: var(--head);
  font-size: 22px; font-weight: 600; line-height: 1.08;
}
.bc-hc .hc-guide p { margin: 0 0 14px; color: var(--muted); font-size: 13.5px; line-height: 1.55; }
.bc-hc .hc-guide i {
  margin-top: auto;
  color: var(--green);
  font-style: normal; font-size: 13px; font-weight: 600;
}

/* ============================================================================
   11 · FAQ
   ========================================================================== */

.bc-hc .hc-faq { padding: clamp(72px, 8.6vw, 112px) 0; background: var(--paper); }
.bc-hc .hc-faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
}
.bc-hc .hc-faq-list { border-top: 1px solid rgba(196, 154, 42, 0.35); }
.bc-hc .hc-faq details { border-bottom: 1px solid rgba(196, 154, 42, 0.35); }
.bc-hc .hc-faq summary {
  position: relative;
  padding: 17px 42px 17px 0;
  color: var(--maroon);
  cursor: pointer;
  font-family: var(--head);
  font-size: 21px; font-weight: 600; line-height: 1.15;
  list-style: none;
}
.bc-hc .hc-faq summary::-webkit-details-marker { display: none; }
.bc-hc .hc-faq summary::after {
  position: absolute; top: 17px; right: 4px;
  color: var(--gold);
  content: "+";
  font-family: var(--body); font-size: 20px; font-weight: 400;
}
.bc-hc .hc-faq details[open] summary::after { content: "–"; }
.bc-hc .hc-faq details p {
  max-width: 66ch; margin: -2px 0 18px;
  color: var(--muted);
  font-size: 15px; line-height: 1.65;
}

/* ============================================================================
   12 · CLOSE + FOOTER BRIDGE
   ========================================================================== */

.bc-hc .hc-close {
  padding: clamp(68px, 8vw, 100px) 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 120%, rgba(196, 154, 42, 0.11), transparent 38%),
    var(--ivory);
}
.bc-hc .hc-close .hc-title { max-width: 15ch; margin-inline: auto; }
.bc-hc .hc-close p { max-width: 60ch; margin: 20px auto 0; color: var(--muted); }
.bc-hc .hc-close-actions {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 11px;
  margin-top: 27px;
}
.bc-hc .hc-close-privacy { margin-top: 14px; font-size: 13px; color: var(--muted); }

.bc-hc .hc-bridge {
  padding: 22px 0 26px;
  border-top: 1px solid var(--line);
  background: var(--ivory);
}
.bc-hc .hc-bridge nav {
  display: flex; flex-wrap: wrap; gap: 4px 24px;
  align-items: center;
}
.bc-hc .hc-bridge b {
  color: var(--maroon);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  margin-right: 4px;
}
.bc-hc .hc-bridge a {
  display: inline-flex; align-items: center; min-height: 40px;
  color: var(--muted);
  font-size: 13.5px; text-decoration: none;
}
.bc-hc .hc-bridge a:hover { color: var(--maroon); text-decoration: underline; text-decoration-color: var(--gold); }
.bc-hc .hc-bridge-note {
  margin: 10px 0 0;
  color: rgba(45, 45, 45, 0.55);
  font-size: 12px; line-height: 1.5;
}

/* ============================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1080px) {
  .bc-hc .hc-door-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bc-hc .hc-gloss { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bc-hc .hc-guide-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .bc-hc .hc-lamps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    align-content: center;
  }
  .bc-hc[data-hc-enhanced="true"] .hc-lamps-track { height: 440vh; }
  .bc-hc[data-hc-enhanced="true"] .hc-lamps-stage { align-items: stretch; }
  .bc-hc[data-hc-enhanced="true"] .hc-lamps-grid {
    grid-template-rows: minmax(0, 1fr) auto;
    height: 100%;
    padding-block: 70px 18px;
  }
  .bc-hc[data-hc-enhanced="true"] .hc-scene {
    height: 100%; width: auto;
    max-height: 44vh;
    max-height: 44svh;
    aspect-ratio: 380 / 560;
  }
  .bc-hc[data-hc-enhanced="true"] .hc-lamps-kicker { display: none; }
  .bc-hc[data-hc-enhanced="true"] .hc-lamps-copy { align-self: end; }
  .bc-hc .hc-caps { min-height: 196px; }
  .bc-hc .hc-cap-t { font-size: clamp(28px, 7.6vw, 36px); }
  .bc-hc .hc-lamp { width: 118px; margin-left: -59px; margin-top: -57px; }
  .bc-hc .hc-lamp-emblem { width: 44px; height: 44px; }
  /* enhanced mobile finale: compact doors so 8 fit a 44svh scene */
  .bc-hc[data-hc-enhanced="true"] .hc-lamps[data-hc-stage="9"] .hc-lamp {
    width: 102px; margin-left: -51px; margin-top: -46px;
    padding: 9px 5px 7px; gap: 4px;
  }
  .bc-hc[data-hc-enhanced="true"] .hc-lamps[data-hc-stage="9"] .hc-lamp::before {
    border-radius: 46px 46px 9px 9px;
  }
  .bc-hc[data-hc-enhanced="true"] .hc-lamps[data-hc-stage="9"] .hc-lamp-emblem {
    width: 34px; height: 34px;
  }
  .bc-hc[data-hc-enhanced="true"] .hc-lamps[data-hc-stage="9"] .hc-lamp-name {
    font-size: 10.5px; line-height: 1.2;
  }
  .bc-hc[data-hc-enhanced="true"] .hc-lamps[data-hc-stage="9"] .hc-lamp-go {
    display: none;
  }

  .bc-hc .hc-doors-head,
  .bc-hc .hc-symptoms-grid,
  .bc-hc .hc-nodx-grid,
  .bc-hc .hc-safety-inner,
  .bc-hc .hc-lens-grid,
  .bc-hc .hc-doctor-grid,
  .bc-hc .hc-visit-grid,
  .bc-hc .hc-faq-grid { grid-template-columns: 1fr; gap: 36px; }
  .bc-hc .hc-guides-head { grid-template-columns: 1fr; align-items: start; gap: 16px; }
  .bc-hc .hc-guide-row { grid-template-columns: 1fr; }
  .bc-hc .hc-doc-card { width: min(100%, 620px); }
}

@media (max-width: 620px) {
  .bc-hc { font-size: 16px; }
  .bc-hc .hc-hero h1 { font-size: clamp(44px, 13.5vw, 62px); line-height: 0.93; }
  .bc-hc .hc-hero-facts { grid-template-columns: 1fr; }
  .bc-hc .hc-hero-fact { padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .bc-hc .hc-hero-fact:last-child { border-bottom: 0; }

  .bc-hc .hc-door-grid { grid-template-columns: 1fr; }
  .bc-hc .hc-doors-release { display: grid; }
  .bc-hc .hc-safety-signals { grid-template-columns: 1fr; gap: 0; }
  .bc-hc .hc-gloss { grid-template-columns: 1fr; }
  .bc-hc .hc-visit-list { grid-template-columns: 1fr; }
  .bc-hc .hc-visit-item { min-height: 0; }
  .bc-hc .hc-sym { grid-template-columns: 1fr; gap: 4px; padding: 12px 0; }
  .bc-hc .hc-sym a { justify-self: start; }
  .bc-hc .hc-doc-fact { grid-template-columns: 1fr; gap: 3px; }
  .bc-hc .hc-faq summary { font-size: 19px; }
  .bc-hc .hc-key { grid-template-columns: 1fr; }
}

@media (max-width: 380px) {
  .bc-hc .hc-lamp { width: 104px; margin-left: -52px; margin-top: -52px; }
  .bc-hc .hc-lamp-emblem { width: 38px; height: 38px; }
  .bc-hc .hc-lamp-name { font-size: 12px; }
  .bc-hc .hc-cap-t { font-size: 27px; }
  .bc-hc .hc-caps { min-height: 224px; }
}

/* ============================================================================
   REDUCED MOTION — the story never enhances; the finished map is the design.
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  .bc-hc *,
  .bc-hc *::before,
  .bc-hc *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* ============================================================================
   DOCTOR PORTRAIT — real approved photograph in the existing arch frame.
   Same 106x132 footprint and arch radius the monogram used; photo is cropped
   to the frame with the face kept in view. No layout shift: explicit box.
   ========================================================================== */
.bc-hc .hc-doc-photo {
  display: block;
  width: 106px; height: 132px;
  margin-bottom: 24px;
  border: 1px solid var(--gold); border-radius: 53px 53px 12px 12px;
  background: var(--chamber);
  object-fit: cover; object-position: 50% 12%;
}
