/* ──────────────────────────────────────────────────────────────
   BCB — Locations (Texas overview) page CSS
   Source: Suzanne-supplied design (2026-05-24), canonical per L-009.
   Extracted from the upload's inline <style>; selectors scoped to
   body.page-locations; nav/footer/global resets stripped (global
   chrome handles those); .hub-subnav lives in nav.css.
   Token reconciliation: bare --navy -> --navy-500; --slate-500/600
   (undefined) -> live slate #5f7ba4 / #52709a.
   ────────────────────────────────────────────────────────────── */

body.page-locations {
  font-family: var(--font-sans);
  color: var(--navy-500);
  -webkit-font-smoothing: antialiased;
  background: var(--grad-page-v3) no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
}

/* ─── Hub hero (copy left, Texas map right) ───────────────── */
body.page-locations .hub-hero {
  position: relative;
  padding: 0;
  overflow: hidden;
}
/* Full-bleed Texas (bluebonnets) photo + scrim, darker on the copy/left side,
   matching the other hub photo heroes. The Texas map layers on top at the right. */
body.page-locations .hub-hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("/wp-content/uploads/2026/05/lactation-consultants-chiropractors-houston-sanantonio.jpg");
  background-size: cover; background-position: center;
  -webkit-mask-image: linear-gradient(180deg, black 0%, black 93%, transparent 100%);
  mask-image: linear-gradient(180deg, black 0%, black 93%, transparent 100%);
}
/* Scrim darkens only the copy/left side for the white text; the right is left
   clear so the photo's built-in fade-to-white (where the Texas map sits) shows. */
body.page-locations .hub-hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(20,28,40,0.72) 0%, rgba(20,28,40,0.42) 34%, rgba(20,28,40,0.08) 62%, rgba(20,28,40,0) 100%);
  -webkit-mask-image: linear-gradient(180deg, black 0%, black 93%, transparent 100%);
  mask-image: linear-gradient(180deg, black 0%, black 93%, transparent 100%);
}
body.page-locations .hub-hero__inner {
  position: relative; z-index: 1;
  max-width: 1180px; margin: 0 auto;
  padding: clamp(48px, 6vw, 88px) 24px clamp(44px, 5vw, 72px);
  display: grid;
  /* Copy column caps at its own width (560px) instead of 1fr, so there's no
     empty stretch between the text and the map; the pair is centered. */
  grid-template-columns: minmax(0, 560px) minmax(300px, 440px);
  gap: clamp(24px, 3vw, 44px); justify-content: center; align-items: center;
}
body.page-locations .hub-hero__title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.06; letter-spacing: -0.025em;
  color: #fff;
  margin: 0 0 18px;
  text-wrap: balance;
}
body.page-locations .hub-hero__title em { font-style: italic; color: var(--pink-300); font-weight: 700; }
body.page-locations .hub-hero__blurb {
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.6; color: rgba(255, 255, 255, 0.92);
  max-width: 560px; margin: 0;
  text-wrap: pretty;
}
body.page-locations .hub-hero__map .lh-map { position: relative; max-width: 100%; margin: 0; }
@media (max-width: 900px) {
  body.page-locations .hub-hero__inner { grid-template-columns: 1fr; text-align: center; }
  body.page-locations .hub-hero::after { background: linear-gradient(180deg, rgba(20,28,40,0.50) 0%, rgba(20,28,40,0.78) 100%); }
  body.page-locations .hub-hero__blurb { margin: 0 auto; }
  body.page-locations .hub-hero__map .lh-map { max-width: 400px; margin: 0 auto; }
}

/* ─── Texas map (lives in the hero now; sized by the .hub-hero__map column) ─── */
body.page-locations .lh-map { position: relative; }
body.page-locations .lh-map__img {
  width: 100%; height: auto; display: block;
  filter: drop-shadow(0 12px 32px rgba(31,45,64,0.10));
}
/* Invisible click-targets over the pinned regions. Positioned in % so they
   scale with the image. Each anchor wraps an aria-label for screen readers.
   NOTE: top/left %s are tuned to the design's texas-map.png; re-check live
   once the real map is uploaded and nudge if the pins drift. */
body.page-locations .lh-map__hotspot {
  position: absolute;
  width: 14%; height: 12%;
  border-radius: 50%;
  text-indent: -9999px; overflow: hidden;
  cursor: pointer;
  transition: background .25s var(--ease-out);
}
body.page-locations .lh-map__hotspot:hover,
body.page-locations .lh-map__hotspot:focus-visible {
  background: rgba(194,99,138,0.18);
  outline: 2px solid var(--pink-500);
  outline-offset: 2px;
}
body.page-locations .lh-map__hotspot--houston { top: 50%; left: 80%; }
body.page-locations .lh-map__hotspot--sa { top: 55%; left: 54%; width: 11%; height: 10%; }

body.page-locations .lh-map__legend {
  margin: 24px auto 0; max-width: 720px;
  display: flex; gap: 28px; justify-content: center; flex-wrap: wrap;
  font-family: var(--font-sans); font-size: 14px; color: var(--navy-500);
}
body.page-locations .lh-map__legend-item { display: inline-flex; align-items: center; gap: 8px; }
body.page-locations .lh-map__legend-dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--pink-500);
  box-shadow: 0 0 0 3px rgba(194,99,138,0.18);
}

/* ─── Region cards (Houston Area + San Antonio, side by side) ─── */
body.page-locations .lh-regions { padding: clamp(8px, 2vw, 20px) 24px clamp(64px, 8vw, 96px); }
body.page-locations .lh-regions__head { max-width: 880px; margin: 0 auto clamp(28px, 3vw, 40px); text-align: center; }
body.page-locations .lh-regions__eyebrow {
  font-family: var(--font-accent); font-weight: 700; font-size: 12px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--pink-700); margin: 0 0 12px;
}
body.page-locations .lh-regions__title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(28px, 3.5vw, 40px); letter-spacing: -0.02em;
  color: var(--navy-700); margin: 0 0 14px; text-wrap: balance;
}
body.page-locations .lh-regions__lede {
  font-size: 17px; line-height: 1.6; color: var(--navy-500);
  margin: 0; text-wrap: pretty;
}
body.page-locations .lh-regions__grid {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
}
@media (max-width: 880px) { body.page-locations .lh-regions__grid { grid-template-columns: 1fr; } }

body.page-locations .lh-region {
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(62,80,104,0.10);
  border-radius: var(--radius-xl);
  padding: 36px 36px 32px;
  box-shadow: 0 1px 3px rgba(31,45,64,0.05), 0 24px 56px rgba(31,45,64,0.12);
  display: flex; flex-direction: column;
}
body.page-locations .lh-region__chip {
  align-self: flex-start;
  font-family: var(--font-accent); font-weight: 700;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--pink-700);
  background: rgba(194,99,138,0.10);
  padding: 5px 12px; border-radius: 999px; margin-bottom: 18px;
}
body.page-locations .lh-region__chip--sa { color: var(--navy-700); background: rgba(94,119,158,0.12); }
body.page-locations .lh-region__title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(28px, 3vw, 38px); color: var(--navy-700);
  margin: 0 0 8px; letter-spacing: -0.02em; line-height: 1.05;
}
body.page-locations .lh-region__brand {
  font-family: var(--font-accent); font-weight: 700;
  font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--navy-400); margin: 0 0 14px;
}
body.page-locations .lh-region__stat-row {
  display: flex; gap: 24px; flex-wrap: wrap;
  margin: 0 0 22px; padding: 14px 0;
  border-block: 1px solid rgba(62,80,104,0.10);
}
body.page-locations .lh-region__stat-num {
  font-family: var(--font-display); font-weight: 800;
  font-size: 32px; color: var(--pink-500); line-height: 1; letter-spacing: -0.02em;
}
body.page-locations .lh-region__stat-label {
  font-family: var(--font-sans); font-size: 13px; color: var(--navy-500); margin-top: 4px;
}
body.page-locations .lh-region__blurb { font-size: 16px; line-height: 1.6; color: var(--navy-600); margin: 0 0 20px; }
body.page-locations .lh-region__cities { margin: 0 0 28px; }
body.page-locations .lh-region__cities-label {
  font-family: var(--font-accent); font-weight: 700;
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--navy-400); margin: 0 0 12px;
}
body.page-locations .lh-region__chips { display: flex; flex-wrap: wrap; gap: 6px; }
body.page-locations .lh-region__city-chip {
  font-family: var(--font-sans); font-weight: 500; font-size: 13.5px;
  padding: 6px 12px; background: rgba(62,80,104,0.06);
  color: var(--navy-700); border-radius: 999px;
}
body.page-locations .lh-region__cta {
  align-self: flex-start; margin-top: auto;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 24px; background: var(--pink-500); color: #fff;
  text-decoration: none; border-radius: 999px;
  font-family: var(--font-sans); font-weight: 600; font-size: 14px;
  transition: background .18s ease, transform .18s ease;
}
body.page-locations .lh-region__cta:hover { background: var(--pink-600); transform: translateY(-1px); }
body.page-locations .lh-region__cta svg { width: 16px; height: 16px; }

/* San Antonio variant uses the slate secondary accent on its CTA (sitewide
   slate is #5f7ba4 / hover #52709a; --slate-* tokens are not defined). */
body.page-locations .lh-region--sa .lh-region__cta { background: #5f7ba4; }
body.page-locations .lh-region--sa .lh-region__cta:hover { background: #52709a; }
body.page-locations .lh-region--sa .lh-region__stat-num { color: #5f7ba4; }

/* ─── Why-same-team note ──────────────────────────────────── */
body.page-locations .lh-note { position: relative; z-index: 1; max-width: 880px; margin: 0 auto; padding: clamp(40px, 5vw, 64px) 24px; text-align: center; }
body.page-locations .lh-note__inner {
  background: var(--card-lift-bg);
  backdrop-filter: var(--card-lift-blur);
  -webkit-backdrop-filter: var(--card-lift-blur);
  border: 1px solid rgba(62,80,104,0.10);
  border-radius: var(--radius-xl);
  padding: clamp(28px, 4vw, 44px);
}
body.page-locations .lh-note__eyebrow {
  font-family: var(--font-accent); font-weight: 700;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--pink-700); margin: 0 0 12px;
}
body.page-locations .lh-note__title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(22px, 2.4vw, 28px); color: var(--navy-700);
  margin: 0 0 12px; letter-spacing: -0.018em; line-height: 1.15; text-wrap: balance;
}
body.page-locations .lh-note__body { font-size: 16px; line-height: 1.65; color: var(--navy-600); margin: 0; text-wrap: pretty; }

/* ─── Final CTA (light closer; footer ombré handles the navy fade) ─── */
body.page-locations .lh-cta { padding: clamp(64px, 8vw, 96px) 32px; text-align: center; }
body.page-locations .lh-cta__inner {
  max-width: 720px; margin: 0 auto;
  background: var(--card-lift-bg);
  -webkit-backdrop-filter: var(--card-lift-blur); backdrop-filter: var(--card-lift-blur);
  border: 1px solid rgba(255,255,255,0.6); border-radius: var(--radius-xl);
  padding: clamp(40px,5.5vw,60px) clamp(28px,4vw,48px);
  box-shadow: 0 18px 50px -28px rgba(41,52,72,0.35);
}
body.page-locations .lh-cta__title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(32px, 3.4vw, 44px); color: var(--navy-700);
  margin: 0 0 14px; letter-spacing: -0.018em; line-height: 1.1; text-wrap: balance;
}
body.page-locations .lh-cta__lede { font-size: 17px; line-height: 1.6; color: var(--navy-500); margin: 0 0 28px; text-wrap: pretty; }
body.page-locations .lh-cta__row { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
body.page-locations .lh-cta__btn {
  font-family: var(--font-sans); font-weight: 600; font-size: 14.5px;
  padding: 16px 28px; border-radius: 999px; text-decoration: none;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
body.page-locations .lh-cta__btn--primary { background: var(--pink-500); color: #fff; }
body.page-locations .lh-cta__btn--primary:hover { transform: translateY(-1px); background: var(--pink-600); color: #fff; }
body.page-locations .lh-cta__btn--ghost { background: #fff; color: var(--navy-700); border: 1.5px solid var(--navy-700); }
body.page-locations .lh-cta__btn--ghost:hover { background: var(--navy-700); color: #fff; }

/* ── QA 2026-06-15 (Suzanne QA – Location Pages) ──
   Remove the arrows from the region CTA buttons (Houston Area / San Antonio). */
body.page-locations .lh-region__cta svg { display: none; }
