.location-hub,
html[data-theme="light"] .location-hub {
  --lh-bg: #f8fafc;
  --lh-surface: #ffffff;
  --lh-soft: #f1f5f9;
  --lh-glass: rgba(15, 23, 42, 0.06);
  --lh-text: #0f172a;
  --lh-muted: #475569;
  --lh-border: rgba(15, 23, 42, 0.12);
  --lh-border-strong: rgba(15, 23, 42, 0.2);
  --lh-accent: #1d4ed8;
  --lh-accent-hover: #1e40af;
  --lh-on-accent: #ffffff;
  --lh-focus: #1d4ed8;
  --lh-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
  background: var(--lh-bg);
  color: var(--lh-text);
  overflow: clip;
}

html[data-theme="dark"] .location-hub {
  --lh-bg: #0c0c1f;
  --lh-surface: #18182b;
  --lh-soft: #161a28;
  --lh-glass: rgba(255, 255, 255, 0.03);
  --lh-text: #eaf4ff;
  --lh-muted: #cfe3ff;
  --lh-border: rgba(96, 165, 250, 0.12);
  --lh-border-strong: rgba(96, 165, 250, 0.2);
  --lh-accent: #60a5fa;
  --lh-accent-hover: #93c5fd;
  --lh-on-accent: #ffffff;
  --lh-focus: #60a5fa;
  --lh-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.location-hub *,
.location-hub *::before,
.location-hub *::after { box-sizing: border-box; }

.location-hub__shell { width: min(calc(100% - 32px), 1120px); margin-inline: auto; }
.location-hub__narrow { max-width: 860px; }
.location-hub__section { padding: clamp(48px, 7vw, 88px) 0; }
.location-hub__section--surface { background: var(--lh-soft); }
.location-hub__section--index { background: linear-gradient(180deg, var(--lh-bg), var(--lh-soft)); }
.location-hub__section--faq { background: var(--lh-soft); }

.location-hub__hero {
  position: relative;
  padding: clamp(56px, 9vw, 120px) 0 clamp(48px, 8vw, 96px);
  background:
    radial-gradient(circle at 16% 12%, color-mix(in srgb, var(--lh-accent) 16%, transparent), transparent 34%),
    linear-gradient(180deg, var(--lh-bg), color-mix(in srgb, var(--lh-bg) 88%, var(--lh-soft)));
}

.location-hub__hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--lh-border-strong), transparent);
}

.location-hub__hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr); gap: clamp(32px, 6vw, 72px); align-items: center; }
.location-hub__hero-grid--solo { grid-template-columns: minmax(0, 820px); }
.location-hub__hero-copy { min-width: 0; }
.location-hub__eyebrow { display: inline-flex; width: fit-content; max-width: 100%; margin: 0 0 18px; padding: 8px 13px; border: 1px solid var(--lh-border-strong); border-radius: 999px; background: var(--lh-glass); color: var(--lh-accent); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; line-height: 1.3; text-transform: uppercase; overflow-wrap: anywhere; }
.location-hub h1 { max-width: 900px; margin: 0; color: var(--lh-text); font-size: clamp(2.5rem, 7vw, 5.7rem); font-weight: 800; letter-spacing: -0.055em; line-height: 0.98; text-wrap: balance; overflow-wrap: anywhere; }
.location-hub__lead { max-width: 720px; margin: 24px 0 0; color: var(--lh-muted); font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.7; }
.location-hub__hero-media { margin: 0; padding: 8px; border: 1px solid var(--lh-border); border-radius: 30px; background: var(--lh-glass); box-shadow: var(--lh-shadow); transform: rotate(1deg); }
.location-hub__hero-media img { display: block; width: 100%; aspect-ratio: 4 / 3; border-radius: 22px; object-fit: cover; }

.location-hub__section-title { max-width: 760px; margin: 0 0 28px; color: var(--lh-text); font-size: clamp(2rem, 4vw, 3.25rem); letter-spacing: -0.04em; line-height: 1.08; text-wrap: balance; }
.location-hub__prose { max-width: 820px; color: var(--lh-muted); font-size: clamp(1rem, 1.3vw, 1.12rem); line-height: 1.8; }
.location-hub__prose > :first-child { margin-top: 0; }
.location-hub__prose > :last-child { margin-bottom: 0; }
.location-hub__prose h2,
.location-hub__prose h3,
.location-hub__prose h4,
.location-hub__prose h5,
.location-hub__prose h6 { color: var(--lh-text); letter-spacing: -0.025em; line-height: 1.2; }
.location-hub__prose h2 { margin: 2.3em 0 0.65em; font-size: clamp(1.7rem, 3vw, 2.45rem); }
.location-hub__prose h3 { margin: 1.9em 0 0.55em; font-size: clamp(1.35rem, 2.3vw, 1.8rem); }
.location-hub__prose p,
.location-hub__prose ul,
.location-hub__prose ol,
.location-hub__prose blockquote { margin: 0 0 1.25em; }
.location-hub__prose ul,
.location-hub__prose ol { padding-left: 1.4em; }
.location-hub__prose li + li { margin-top: 0.55em; }
.location-hub__prose a { color: var(--lh-accent); font-weight: 700; text-decoration-thickness: 0.09em; text-underline-offset: 0.18em; }
.location-hub__prose blockquote { padding: 18px 22px; border-left: 4px solid var(--lh-accent); border-radius: 0 16px 16px 0; background: var(--lh-glass); color: var(--lh-text); }
.location-hub__prose img { display: block; max-width: 100%; height: auto; border-radius: 20px; }
.location-hub__prose table { display: block; width: 100%; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.location-hub__prose th,
.location-hub__prose td { min-width: 130px; padding: 12px; border: 1px solid var(--lh-border); text-align: left; }
.location-hub__prose pre { max-width: 100%; padding: 18px; overflow-x: auto; border: 1px solid var(--lh-border); border-radius: 16px; background: var(--lh-soft); }

.location-hub__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.location-hub__card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--lh-border); border-radius: 24px; background: var(--lh-surface); box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06); transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.location-hub__card:hover { transform: translateY(-3px); border-color: var(--lh-border-strong); box-shadow: var(--lh-shadow); }
.location-hub__card-image { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.location-hub__card-body { padding: 24px; }
.location-hub__card h3 { margin: 0; color: var(--lh-text); font-size: clamp(1.15rem, 2vw, 1.38rem); line-height: 1.25; }
.location-hub__card h3 a { color: inherit; text-decoration: none; overflow-wrap: anywhere; }
.location-hub__card h3 a::after { position: absolute; inset: 0; content: ""; }
.location-hub__card p { margin: 12px 0 0; color: var(--lh-muted); line-height: 1.65; }

.location-hub__faq-list { display: grid; gap: 12px; }
.location-hub__faq { border: 1px solid var(--lh-border); border-radius: 18px; background: var(--lh-surface); overflow: clip; }
.location-hub__faq summary { min-height: 52px; padding: 18px 54px 18px 20px; color: var(--lh-text); font-weight: 750; line-height: 1.45; cursor: pointer; }
.location-hub__faq[open] { border-color: var(--lh-border-strong); }
.location-hub__faq-answer { padding: 0 20px 20px; color: var(--lh-muted); line-height: 1.7; }
.location-hub__faq-answer > :first-child { margin-top: 0; }
.location-hub__faq-answer > :last-child { margin-bottom: 0; }

.location-hub__section--cta { background: var(--lh-bg); }
.location-hub__cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: clamp(28px, 5vw, 48px); border: 1px solid var(--lh-border-strong); border-radius: 28px; background: var(--lh-surface); box-shadow: var(--lh-shadow); }
.location-hub__cta h2 { margin: 0; color: var(--lh-text); font-size: clamp(1.8rem, 4vw, 2.8rem); letter-spacing: -0.04em; }
.location-hub__cta p { max-width: 680px; margin: 10px 0 0; color: var(--lh-muted); line-height: 1.65; }
.location-hub__button { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; background: #1d4ed8; color: var(--lh-on-accent); font-weight: 800; text-align: center; text-decoration: none; }
.location-hub__button:hover { background: #1e40af; color: #ffffff; }

.location-hub a:focus-visible,
.location-hub summary:focus-visible { outline: 3px solid var(--lh-focus); outline-offset: 4px; border-radius: 8px; }

@media (max-width: 900px) {
  .location-hub__hero-grid { grid-template-columns: 1fr; }
  .location-hub__hero-media { max-width: 620px; transform: none; }
  .location-hub__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .location-hub__shell { width: min(calc(100% - 24px), 1120px); }
  .location-hub__hero { padding-top: 42px; }
  .location-hub__grid { grid-template-columns: 1fr; }
  .location-hub__cta { align-items: stretch; flex-direction: column; }
  .location-hub__button { width: 100%; }
  .location-hub__card-body { padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .location-hub__card { transition: none; }
  .location-hub__card:hover { transform: none; }
}

@media (forced-colors: active) {
  .location-hub__card,
  .location-hub__faq,
  .location-hub__cta,
  .location-hub__hero-media { border: 1px solid CanvasText; }
  .location-hub__button { border-color: ButtonText; }
}
