/* =========================================================================
   Area landing pages (single-bb_location.php).

   A self-contained design with its own type scale and palette, scoped to
   .bbc-loc so nothing leaks into the rest of the site. Loaded only on
   bb_location singles — see bb_assets() in functions.php.

   These pages describe how patients reach the one clinic in Kandivali East
   from their own area. They are not branch pages, and must never carry a
   local address or phone number.
   ========================================================================= */

.bbc-loc {
  --magenta: #EC1289;
  --plum: #A3105F;
  --pink-tint: #FBE9F3;
  --pink-pale: #FCF0F7;
  --sky: #55B0E5;
  --blue: #1F80B4;
  --blue-tint: #E8F3FB;
  --ink: #231F20;
  --grey: #635F60;
  --line: #E9E4E8;
  --cream: #FDFBF7;
  --white: #FFFFFF;
  --display: 'Fraunces', Georgia, serif;
  --body: 'Karla', -apple-system, 'Segoe UI', sans-serif;
  --r: 14px;
  --maxw: 1280px;

  font-family: var(--body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.bbc-loc *,
.bbc-loc *::before,
.bbc-loc *::after { box-sizing: border-box; }

.bbc-loc p { margin: 0 0 1rem; }

.bbc-loc h1,
.bbc-loc h2,
.bbc-loc h3,
.bbc-loc h4 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.14;
  margin: 0 0 .6rem;
}

.bbc-loc a:not([class]) { color: inherit; }
.bbc-loc a:focus-visible { outline: 3px solid var(--sky); outline-offset: 3px; border-radius: 6px; }

.lc-wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }
.lc-section { padding: 72px 0; }

.lc-eyebrow {
  font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--magenta); margin: 0 0 14px; display: flex; align-items: center; gap: 10px;
}
.lc-eyebrow::after { content: ""; height: 1px; flex: 1; max-width: 64px; background: var(--line); }

.lc-lede { font-size: 1.05rem; color: var(--grey); max-width: 60ch; }
.lc-h2 { font-size: clamp(1.5rem, 2.6vw, 2.3rem); color: var(--ink); }

.lc-btn {
  display: inline-flex; align-items: center; gap: 9px; padding: 14px 26px; border-radius: 999px;
  font-weight: 700; font-size: .95rem; text-decoration: none; border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.lc-btn:hover { transform: translateY(-2px); }
.lc-btn--pink { background: var(--magenta); color: var(--white); box-shadow: 0 8px 22px rgba(236, 18, 137, .26); }
.lc-btn--pink:hover { background: var(--plum); color: var(--white); }
.lc-btn--out { background: var(--white); color: var(--ink); border-color: var(--line); }
.lc-btn--out:hover { border-color: var(--magenta); color: var(--plum); }
.lc-btn svg { width: 18px; height: 18px; flex: none; }

/* ---------- Hero ---------- */

.lc-hero {
  position: relative; overflow: hidden; border-bottom: 1px solid var(--line); padding: 72px 0 60px;
  background:
    radial-gradient(1100px 460px at 84% -12%, var(--pink-tint) 0%, rgba(251, 233, 243, 0) 60%),
    radial-gradient(900px 420px at 0% 108%, var(--blue-tint) 0%, rgba(232, 243, 251, 0) 58%),
    var(--cream);
}
.lc-herogrid { display: flex; flex-wrap: wrap; gap: 44px; align-items: center; }
.lc-herocol { flex: 1 1 420px; min-width: 0; }
.lc-hero h1 { font-size: clamp(1.9rem, 3.4vw, 3.1rem); max-width: 18ch; color: var(--ink); }
.lc-hero h1 em { font-style: italic; color: var(--magenta); }
.lc-hero .lc-lede { margin-top: 14px; font-size: 1.08rem; }
.lc-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.lc-honest {
  background: var(--white); border-left: 3px solid var(--sky); border-radius: 0 10px 10px 0;
  padding: 16px 20px; margin-top: 24px; font-size: .93rem; color: var(--ink); max-width: 60ch;
}

.lc-travelcard {
  flex: 1 1 360px; min-width: 0;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 30px;
  box-shadow: 0 10px 30px rgba(35, 31, 32, .05);
}
.lc-travelcard h3 { font-size: 1.2rem; color: var(--ink); margin-bottom: 16px; }
.lc-route { display: flex; gap: 14px; padding: 15px 0; border-bottom: 1px dashed var(--line); }
.lc-route:last-of-type { border-bottom: 0; }
.lc-ic {
  width: 36px; height: 36px; border-radius: 10px; background: var(--blue-tint); color: var(--blue);
  display: flex; align-items: center; justify-content: center; flex: none;
}
.lc-ic svg { width: 17px; height: 17px; }
.lc-route h4 {
  font-family: var(--body); font-size: .68rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--grey); margin: 2px 0 4px;
}
.lc-route strong { font-size: .98rem; font-weight: 600; color: var(--ink); display: block; }
.lc-route small { color: var(--grey); font-size: .84rem; }

/* ---------- Why travel ---------- */

.lc-why { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 32px; }
.lc-w {
  flex: 1 1 280px; min-width: 0;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 26px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.lc-w:hover { transform: translateY(-3px); border-color: var(--magenta); box-shadow: 0 14px 34px rgba(35, 31, 32, .07); }
.lc-w h3 { font-size: 1.16rem; color: var(--ink); margin-bottom: 8px; }
.lc-w p { font-size: .92rem; color: var(--grey); margin: 0; }

/* ---------- Services ---------- */

.lc-svc { display: flex; flex-wrap: wrap; border-top: 1px solid var(--line); margin-top: 30px; }
.lc-s { flex: 1 1 240px; min-width: 0; padding: 28px 24px 12px; border-right: 1px solid var(--line); }
.lc-s:last-child { border-right: 0; }
.lc-s h3 { font-size: 1.1rem; color: var(--ink); }
.lc-s p { font-size: .89rem; color: var(--grey); }
.lc-s a { font-size: .88rem; font-weight: 700; color: var(--magenta); text-decoration: none; }
.lc-s a:hover { text-decoration: underline; }

/* ---------- Map ---------- */

.lc-mapgrid {
  display: flex; flex-wrap: wrap; border: 1px solid var(--line);
  border-radius: var(--r); overflow: hidden; background: var(--white); margin-top: 30px;
}
.lc-map { flex: 1 1 380px; min-width: 0; min-height: 420px; }
.lc-map iframe { display: block; width: 100%; height: 100%; min-height: 420px; border: 0; filter: saturate(.94); }
.lc-mapside { flex: 1 1 320px; min-width: 0; padding: 34px; }
.lc-mapside h3 { font-size: 1.4rem; color: var(--ink); }
.lc-hours { list-style: none; margin: 18px 0 22px; padding: 0; }
.lc-hours li {
  display: flex; justify-content: space-between; gap: 14px; padding: 9px 0;
  border-bottom: 1px solid var(--line); font-size: .92rem;
}
.lc-hours li:last-child { border-bottom: 0; }
.lc-hours span:first-child { color: var(--grey); }
.lc-hours span:last-child { font-weight: 600; }

/* ---------- FAQ ---------- */

.lc-faq { max-width: 860px; margin: 26px auto 0; }
.lc-faq details { border-bottom: 1px solid var(--line); padding: 6px 0; }
.lc-faq summary {
  cursor: pointer; list-style: none; padding: 17px 40px 17px 0;
  font-weight: 600; font-size: 1.01rem; position: relative;
}
.lc-faq summary::-webkit-details-marker { display: none; }
.lc-faq summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; color: var(--magenta); line-height: 1; font-weight: 400;
}
.lc-faq details[open] summary::after { content: "–"; }
.lc-faq details p { padding: 0 40px 18px 0; color: var(--grey); font-size: .94rem; margin: 0; }

/* ---------- CTA ---------- */

.lc-cta {
  background: var(--plum); border-radius: var(--r); padding: 42px 46px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px;
}
.lc-cta h2 { color: var(--white); font-size: 1.75rem; margin-bottom: 6px; }
.lc-cta p { color: rgba(255, 255, 255, .82); margin: 0; font-size: .95rem; max-width: 54ch; }
.lc-cta .lc-btn { background: var(--white); color: var(--plum); }
.lc-cta .lc-btn:hover { background: var(--pink-tint); color: var(--plum); }

.lc-disclaimer {
  text-align: center; font-size: .82rem; color: var(--grey);
  margin: 26px auto 0; max-width: 72ch;
}

/* ---------- Responsive ---------- */

@media (max-width: 960px) { .lc-wrap { padding: 0 24px; } }

@media (max-width: 680px) {
  .lc-svc { grid-template-columns: 1fr; }
  .lc-s { border-right: 0; }
  .lc-section { padding: 46px 0; }
  .lc-hero { padding: 46px 0 40px; }
  .lc-wrap { padding: 0 18px; }
  .lc-btn { width: 100%; justify-content: center; }
  .lc-cta { padding: 28px 24px; }
  .lc-mapside { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .bbc-loc * { transition: none !important; }
  .lc-btn:hover, .lc-w:hover { transform: none; }
}
