/* Location page styles — extracted verbatim from location-*.html inline <style> */
    /* ───────── LOCATION-SPECIFIC ───────── */

    .loc-hero {
      background: var(--sj-navy);
      color: #fff;
      padding: 28px 0 72px;
      position: relative;
    }
    @media (max-width: 960px) {
      .loc-hero { overflow: hidden; }
    }
    @media (min-width: 961px) {
      .loc-hero .sj-form-card {
        position: sticky;
        top: 96px;
        align-self: start;
      }
    }
    .loc-hero::before {
      content: ''; position: absolute; inset: 0; pointer-events: none;
      background: radial-gradient(closest-side at 80% 30%, rgba(255,255,0,.09), transparent 60%),
                  radial-gradient(closest-side at -10% 110%, rgba(60,90,220,.18), transparent 70%);
    }
    .loc-hero__grid {
      position: relative;
      display: grid;
      grid-template-columns: 1.12fr 0.88fr;
      gap: 64px; align-items: start;
    }
    .loc-hero__chip {
      display: inline-flex; align-items: center; gap: 10px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 999px;
      padding: 8px 14px;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: -0.005em;
      color: rgba(255,255,255,0.9);
    }
    .loc-hero__title {
      font-family: var(--sj-font-display);
      font-weight: 800;
      letter-spacing: -0.04em;
      line-height: 1;
      font-size: clamp(38px, 5.2vw, 72px);
      margin: 18px 0 22px;
      color: #fff;
    }
    .loc-hero__title em { color: var(--sj-gold); font-weight: 800; }
    .loc-hero__lede {
      font-size: 20px;
      line-height: 1.55;
      max-width: 540px;
      color: rgba(255,255,255,0.78);
      margin: 0 0 28px;
    }
    .loc-hero__lede b { color: #fff; font-weight: 800; }
    .loc-hero__photo {
      margin-top: 28px;
      aspect-ratio: 16/9;
      border-radius: var(--sj-r-2xl);
      overflow: hidden;
      background: #0a1254;
      box-shadow: var(--sj-shadow-lg);
      position: relative;
    }
    .loc-hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
    .loc-hero__press {
      margin-top: 14px;
      padding-top: 8px;
          }

    /* section heads */
    .loc-head { max-width: 760px; margin-bottom: 32px; }
    /* results-title one-line override */
    @media (min-width: 961px) {
      .la-results-band .loc-head { max-width: none; }
      .la-results-band #results-title { white-space: nowrap; }
    }
    .loc-head--center { max-width: 720px; margin-left: auto; margin-right: auto; text-align: center; }
    .loc-head .sj-display { margin-top: 14px; color: #003399; }
    .loc-head .sj-display em { font-weight: 800; color: #003399; }
    .loc-head__sub {
      margin-top: 16px;
      font-size: 19px;
      color: var(--sj-ink-soft);
      line-height: 1.6;
      max-width: 640px;
    }

    /* ───── LOCAL CONTEXT + NAP ───── */
    .local-context {
      background: var(--sj-white);
      color: var(--sj-ink);
      padding: 96px 0;
    }
    .local-context__grid {
      display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 72px; align-items: center;
    }
    .come-chips {
      display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px;
    }
    .come-chip {
      background: var(--sj-paper);
      color: var(--sj-ink);
      font-weight: 500;
      font-size: 13px;
      padding: 8px 14px;
      border-radius: 999px;
      border: 1px solid var(--sj-line);
      letter-spacing: -0.005em;
    }

    .local-stats {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 12px; margin-top: 28px;
    }
    .local-stat {
      background: var(--sj-paper);
      border: 1px solid var(--sj-line);
      border-radius: var(--sj-r);
      padding: 18px 20px;
    }
    .local-stat__num {
      font-family: var(--sj-font-display);
      font-weight: 800;
      letter-spacing: -0.03em;
      font-size: 28px;
      line-height: 1;
      color: var(--sj-ink);
    }
    .local-stat__lbl {
      font-size: 12px;
      letter-spacing: -0.005em;
      color: var(--sj-muted);
      margin-top: 6px;
    }

    /* NAP card */
    .nap {
      background: var(--sj-navy);
      color: var(--sj-white);
      border-radius: var(--sj-r-2xl);
      padding: 36px;
      box-shadow: var(--sj-shadow-lg);
      display: grid; gap: 24px;
      position: relative;
      overflow: hidden;
    }
    .nap::before {
      content: ''; position: absolute; pointer-events: none;
      top: -40px; right: -40px; width: 220px; height: 220px;
      background: radial-gradient(closest-side, rgba(255,255,0,.10), transparent 70%);
    }
    .nap__head {
      display: flex; align-items: center; gap: 16px;
      position: relative;
    }
    .nap__pin {
      width: 52px; height: 52px; border-radius: var(--sj-r);
      background: var(--sj-gold); color: var(--sj-ink);
      display: grid; place-items: center;
      flex: 0 0 52px;
    }
    .nap__pin svg { width: 26px; height: 26px; }
    .nap__heading {
      font-weight: 700; font-size: 19px;
      letter-spacing: -0.015em;
    }
    .nap__sub {
      font-size: 13px;
      color: rgba(255,255,255,0.65);
      margin-top: 2px;
    }
    .nap__rows {
      display: grid; gap: 0;
      font-size: 14px;
      position: relative;
    }
    .nap__rows .row {
      display: grid; grid-template-columns: 110px 1fr; gap: 14px;
      padding: 14px 0;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .nap__rows .row:last-child { border-bottom: 0; }
    .nap__rows .k {
      font-size: 11px;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.6);
      font-weight: 800;
      padding-top: 2px;
    }
    .nap__rows .v {
      line-height: 1.55;
      color: rgba(255,255,255,0.92);
    }
    .nap__rows .v a { color: var(--sj-gold); font-weight: 800; }
    .nap__rows .v b { color: #fff; font-weight: 800; }
    .nap__cta {
      display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
      margin-top: 4px;
      position: relative;
    }
    .nap__cta .sj-btn { min-width: 0; }

    /* ───── PRACTICE IN LA ───── */
    .la-practice-band { background: var(--sj-paper); padding: 96px 0; color: var(--sj-ink); }
    .la-practice {
      display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
    }
    .la-practice .sj-link-card__title {
      font-size: 34px;
      letter-spacing: -0.025em;
      font-weight: 700;
      line-height: 1.05;
    }
    .la-practice .sj-link-card__sub {
      font-size: 16px;
      margin-top: 8px;
    }
    .la-practice .sj-link-card {
      min-height: 200px;
      padding: 26px 24px;
    }
    .la-practice .sj-link-card {
      flex-direction: column;
      align-items: flex-start;
      min-height: 200px;
    }
    .la-practice .sj-link-card__arrow {
      align-self: flex-end;
      margin-top: auto;
    }

    /* ───── RESULTS (LA) ───── */
    .la-results-band { background: var(--sj-paper); padding: 96px 0; color: var(--sj-ink); }

    /* ───── NEIGHBORHOODS ───── */
    .neighborhoods-band { background: var(--sj-paper); padding: 96px 0; color: var(--sj-ink); }
    .neighborhoods {
      display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px;
    }
    .neighborhood {
      background: var(--sj-white);
      border: 1px solid var(--sj-line);
      border-radius: var(--sj-r-full);
      padding: 12px 18px;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.005em;
      color: var(--sj-ink);
      text-align: center;
      transition: background var(--sj-dur), border-color var(--sj-dur), color var(--sj-dur);
    }
    .neighborhood:hover {
      background: var(--sj-navy);
      border-color: var(--sj-navy);
      color: #fff;
    }

    /* ───── REVIEWS (navy) ───── */
    .la-reviews-band { background: var(--sj-navy); padding: 96px 0; color: var(--sj-white); }
    .la-reviews-band .sj-eyebrow.sj-eyebrow--dark { color: var(--sj-gold); }
    .la-reviews-band .sj-display { color: var(--sj-white); }
    .la-reviews-band .sj-display em { color: var(--sj-gold); }
    .la-reviews-band .sj-stars-caption { color: rgba(255,255,255,0.7); }

    /* ───── FAQ (LA) ───── */
    .la-faq-band { background: var(--sj-paper); padding: 96px 0; color: var(--sj-ink); }
    .faq__grid {
      display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px;
    }

    /* ───── FINAL CTA ───── */
    .final-cta { background: #0a1254;
      color: #fff;
      padding: 96px 0;
      position: relative;
      overflow: hidden;
    }
    .final-cta::before {
      content: ''; position: absolute; pointer-events: none;
      bottom: -180px; left: -160px; width: 480px; height: 480px;
      background: radial-gradient(closest-side, rgba(255,255,0,0.10), transparent 70%);
    }
    .final-cta__grid {
      position: relative;
      display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center;
    }
    .final-cta__h2 {
      font-family: var(--sj-font-display);
      font-weight: 800;
      letter-spacing: -0.04em;
      font-size: clamp(34px, 4.6vw, 60px);
      line-height: 1;
      margin: 14px 0 18px;
    }
    .final-cta__h2 em { color: var(--sj-gold); font-weight: 800; }
    .final-cta__sub {
      font-size: 19px;
      line-height: 1.55;
      color: rgba(255,255,255,0.72);
      max-width: 480px;
      margin: 0 0 32px;
    }

    @media (max-width: 1100px) {
      .la-practice { grid-template-columns: repeat(3, 1fr); }
      .neighborhoods { grid-template-columns: repeat(4, 1fr); }
    }
    @media (max-width: 960px) {
      .loc-hero { padding: 24px 0 64px; }
      .loc-hero__grid,
      .local-context__grid,
      .final-cta__grid { grid-template-columns: 1fr; gap: 48px; }
      .faq__grid { grid-template-columns: 1fr; gap: 40px; }
      .la-practice { grid-template-columns: repeat(2, 1fr); }
      .neighborhoods { grid-template-columns: repeat(2, 1fr); }
      .local-stats { grid-template-columns: 1fr; gap: 8px; }
    }
    /* 2-col intermediate (audit fix) */
    @media (max-width: 720px) and (min-width: 421px) {
      .la-practice { grid-template-columns: repeat(2, 1fr); gap: 12px; }
      .neighborhoods { grid-template-columns: repeat(3, 1fr); gap: 8px; }
    }
    @media (max-width: 420px) {
      .la-practice { grid-template-columns: 1fr; }
      .neighborhoods { grid-template-columns: repeat(2, 1fr); gap: 8px; }
      .neighborhood { font-size: 13px; padding: 10px 12px; }
      .nap__cta { grid-template-columns: 1fr; }
      .nap { padding: 24px; }
      .nap__rows .row { grid-template-columns: 1fr; gap: 2px; }
    }

    /* Local section bands */
    .map-band { background: var(--sj-white); padding: 96px 0; color: var(--sj-ink); }
    .map-band__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
    @media (max-width: 880px) { .map-band__grid { grid-template-columns: 1fr; gap: 28px; } }
    /* desktop map size override */
    @media (min-width: 961px) {
      .map-band__grid .sj-map { aspect-ratio: 1 / 1; min-height: 520px; max-width: 100%; }
    }
    .greviews-band { background: var(--sj-paper); padding: 96px 0; color: var(--sj-ink); }
    .byline-band { background: var(--sj-white); padding: 24px 0 0; }
  
    /* locations-carousel-override */
    .locations__grid.sj-h-carousel__track {
      display: grid;
      grid-auto-flow: column;
      grid-template-columns: none !important;
      grid-auto-columns: calc((100% - 28px) / 3);
      gap: 14px;
    }
    @media (max-width: 960px) {
      .locations__grid.sj-h-carousel__track { grid-auto-columns: calc((100% - 14px) / 2); gap: 14px; }
    }
    @media (max-width: 720px) {
      .locations__grid.sj-h-carousel__track { grid-auto-columns: 80%; gap: 12px; }
    }
  