.local-body {
  background:
    radial-gradient(circle at top left, rgba(53, 174, 255, .18), transparent 34rem),
    linear-gradient(135deg, #07111d 0%, #0e1724 45%, #111827 100%);
}

.local-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 72px;
}

.local-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 26px;
}

.local-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.local-nav-links a,
.local-pill,
.local-outline,
.local-solid {
  border-radius: 8px;
  text-decoration: none;
}

.local-nav-links a {
  color: rgba(243, 247, 252, .76);
  border: 1px solid rgba(148, 163, 184, .18);
  padding: 10px 12px;
  font-size: .85rem;
}

.local-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr);
  gap: 22px;
  align-items: stretch;
  min-height: 560px;
}

.local-hero-copy,
.dispatch-panel,
.local-band,
.local-card,
.local-feature,
.local-route {
  border: 1px solid rgba(148, 163, 184, .18);
  background: rgba(7, 17, 29, .64);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
  backdrop-filter: blur(18px);
}

.local-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4.5vw, 54px);
  border-radius: 8px;
}

.local-kicker,
.local-label {
  color: #8bd3ff;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
}

.local-hero h1,
.local-band h2,
.local-section h2,
.dispatch-panel h2 {
  margin: 10px 0 16px;
  font-family: "Barlow Condensed", Inter, system-ui, sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

.local-hero h1 {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(3rem, 5.9vw, 5.85rem);
  font-weight: 850;
  line-height: .98;
  max-width: 12.5ch;
}

.local-hero h1 em,
.local-band em,
.local-section em {
  color: #38bdf8;
  font-style: normal;
}

.local-lead {
  color: rgba(243, 247, 252, .84);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.7;
  max-width: 58ch;
}

.local-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.local-solid,
.local-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 17px;
  font-weight: 800;
}

.local-solid {
  color: #04111f;
  background: #e7f7ff;
}

.local-outline {
  color: #f8fafc;
  border: 1px solid rgba(226, 232, 240, .28);
}

.dispatch-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 8px;
}

.dispatch-panel h2 {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.7rem, 2.7vw, 2.65rem);
  font-weight: 850;
  line-height: 1.08;
  max-width: 10ch;
}

.dispatch-panel p,
.local-card p,
.local-feature p,
.local-route p,
.local-band p,
.local-section p {
  color: rgba(226, 232, 240, .78);
  line-height: 1.65;
}

.dispatch-number {
  display: block;
  color: #fff;
  font-size: clamp(1.65rem, 3.2vw, 2.65rem);
  font-weight: 900;
  letter-spacing: 0;
}

.portal-header .header-action[href^="tel:"] {
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 8px;
  background: rgba(59, 130, 246, .92);
  box-shadow: 0 14px 34px rgba(37, 99, 235, .26);
}

.dispatch-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dispatch-list li {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-top: 1px solid rgba(148, 163, 184, .16);
}

.dispatch-list strong {
  color: #f8fafc;
}

.local-band,
.local-section {
  margin-top: 28px;
}

.local-band {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 8px;
}

.local-band h2,
.local-section h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.local-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.local-card,
.local-feature,
.local-route {
  border-radius: 8px;
  padding: 22px;
}

.local-card h3,
.local-feature h3,
.local-route h3 {
  color: #fff;
  font-size: 1.15rem;
  margin: 8px 0;
}

.local-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.local-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.local-route a {
  color: #8bd3ff;
  font-weight: 800;
}

.local-photo {
  overflow: hidden;
  border-radius: 8px;
  min-height: 320px;
  border: 1px solid rgba(148, 163, 184, .18);
}

.local-photo img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  filter: saturate(.92) contrast(1.08);
}

.sticky-dispatch {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 30;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.sticky-dispatch[hidden] {
  display: none !important;
}

.sticky-dispatch a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #04111f;
  background: #e7f7ff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .34);
}

@media (max-width: 900px) {
  .local-shell {
    width: min(100% - 24px, 680px);
    padding-top: 28px;
    padding-bottom: 92px;
  }

  .local-hero,
  .local-band,
  .local-grid,
  .local-feature-grid,
  .local-route-grid {
    grid-template-columns: 1fr;
  }

  .local-hero {
    min-height: 0;
  }

  .local-hero h1 {
    font-size: clamp(2.55rem, 12vw, 4.1rem);
  }

  .local-nav {
    align-items: flex-start;
  }

  .local-nav-links {
    width: 100%;
  }

  .sticky-dispatch {
    display: grid;
  }
}
