.jlh-service-map-section {
  padding: 5.5rem 1rem;
  color: #1d3557;
  background: #fff;
}

.jlh-service-map-inner {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.jlh-service-map-heading {
  max-width: 780px;
  margin: 0 auto 2.8rem;
  text-align: center;
}

.jlh-service-map-heading > span,
.jlh-service-map-detail-eyebrow {
  color: #2c9290;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.jlh-service-map-heading h2 {
  margin: 0.8rem 0 1rem;
  font-size: clamp(2rem, 4.5vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.jlh-service-map-heading p {
  max-width: 650px;
  margin: 0 auto;
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.7;
}

.jlh-service-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: stretch;
  gap: 1.5rem;
}

.jlh-service-map-canvas {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d9e7ea;
  border-radius: 1.25rem;
  background: #eaf5f8;
  box-shadow: 0 18px 45px rgba(29, 53, 87, 0.1);
}

.jlh-service-map-canvas svg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
}

.jlh-map-land {
  filter: drop-shadow(8px 0 8px rgba(29, 53, 87, 0.08));
}

.jlh-map-state-line {
  fill: none;
  stroke: rgba(29, 53, 87, 0.2);
  stroke-dasharray: 8 9;
  stroke-width: 2;
}

.jlh-map-road {
  fill: none;
  stroke: rgba(255, 255, 255, 0.85);
  stroke-linecap: round;
  stroke-width: 6;
}

.jlh-map-region-label,
.jlh-map-coast-label {
  fill: rgba(29, 53, 87, 0.4);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.jlh-map-coast-label {
  fill: rgba(29, 53, 87, 0.3);
  font-size: 13px;
}

.jlh-map-marker {
  color: #1d3557;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

.jlh-map-marker-pulse {
  fill: rgba(44, 146, 144, 0.15);
  stroke: rgba(44, 146, 144, 0.45);
  stroke-width: 1;
  transition:
    r 180ms ease,
    fill 180ms ease;
}

.jlh-map-marker-dot,
.jlh-map-marker-point {
  fill: #2c9290;
  stroke: #fff;
  stroke-width: 3;
  transition: fill 180ms ease;
}

.jlh-map-marker text {
  fill: #1d3557;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 800;
  paint-order: stroke;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-linejoin: round;
  stroke-width: 7;
}

.jlh-map-marker:hover .jlh-map-marker-pulse,
.jlh-map-marker:focus .jlh-map-marker-pulse,
.jlh-map-marker.is-active .jlh-map-marker-pulse {
  r: 28;
  fill: rgba(217, 164, 65, 0.22);
}

.jlh-map-marker:hover .jlh-map-marker-dot,
.jlh-map-marker:hover .jlh-map-marker-point,
.jlh-map-marker:focus .jlh-map-marker-dot,
.jlh-map-marker:focus .jlh-map-marker-point,
.jlh-map-marker.is-active .jlh-map-marker-dot,
.jlh-map-marker.is-active .jlh-map-marker-point {
  fill: #d9a441;
}

.jlh-map-marker:focus .jlh-map-marker-pulse {
  stroke: #1d3557;
  stroke-width: 3;
}

.jlh-service-map-detail {
  display: flex;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  flex-direction: column;
  justify-content: center;
  border-radius: 1.25rem;
  color: #fff;
  background: #1d3557;
}

.jlh-service-map-detail .jlh-service-map-detail-eyebrow {
  color: #6bc0b8;
}

.jlh-service-map-detail h3 {
  margin: 0.7rem 0 0.9rem;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.jlh-service-map-detail p {
  margin: 0 0 1.6rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
}

.jlh-service-map-detail a {
  display: inline-flex;
  align-self: flex-start;
  min-height: 3rem;
  padding: 0.75rem 1.2rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border-radius: 0.6rem;
  color: #fff;
  background: #2c9290;
  font-weight: 750;
  text-decoration: none;
}

.jlh-service-map-detail a:hover {
  color: #fff;
  background: #257d7b;
}

.jlh-service-map-links {
  display: flex;
  margin-top: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.jlh-service-map-links a {
  padding: 0.55rem 0.9rem;
  border: 1px solid #d9e7ea;
  border-radius: 999px;
  color: #526276;
  background: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.jlh-service-map-links a:hover,
.jlh-service-map-links a:focus,
.jlh-service-map-links a.is-active {
  border-color: #2c9290;
  color: #1d3557;
  background: #e8f5f3;
}

@media (max-width: 850px) {
  .jlh-service-map-layout {
    grid-template-columns: 1fr;
  }

  .jlh-service-map-canvas svg {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .jlh-service-map-section {
    padding: 4rem 1rem;
  }

  .jlh-service-map-canvas {
    overflow: hidden;
  }

  .jlh-service-map-canvas svg {
    width: 100%;
    height: auto;
    min-height: 330px;
  }

  .jlh-map-marker text {
    font-size: 21px;
    stroke-width: 10;
  }

  .jlh-service-map-detail {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jlh-map-marker-pulse,
  .jlh-map-marker-dot,
  .jlh-map-marker-point {
    transition: none;
  }
}