/* Anaheim-only additions for /healthcare/nursing/lvn/salary/ca/anaheim/ */

.anaheim-data-map,
.anaheim-care-landscape,
.anaheim-salary-network {
  --anaheim-ink: #12263a;
  --anaheim-navy: #173b57;
  --anaheim-teal: #087f8c;
  --anaheim-aqua: #dff5f3;
  --anaheim-gold: #f2b84b;
  --anaheim-cream: #fffaf0;
  --anaheim-line: #d9e5ea;
  --anaheim-white: #fff;
  color: var(--anaheim-ink);
}

.anaheim-data-map *,
.anaheim-care-landscape *,
.anaheim-salary-network * {
  box-sizing: border-box;
}

.anaheim-data-map {
  position: relative;
  overflow: hidden;
  padding: 72px 24px;
  background:
    radial-gradient(circle at 88% 14%, rgba(242, 184, 75, .2), transparent 24rem),
    linear-gradient(135deg, #102b40 0%, #174b63 56%, #087f8c 100%);
}

.anaheim-data-map::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  pointer-events: none;
}

.anaheim-data-map__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 28px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.anaheim-data-map__copy {
  grid-row: span 2;
  align-self: center;
  max-width: 690px;
}

.anaheim-data-map__eyebrow,
.anaheim-section-kicker {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--anaheim-gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.anaheim-data-map__copy h2 {
  margin: 0 0 18px;
  color: var(--anaheim-white);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
}

.anaheim-data-map__copy p {
  max-width: 65ch;
  margin: 0;
  color: #e7f3f6;
  font-size: 1.05rem;
  line-height: 1.75;
}

.anaheim-data-map__region,
.anaheim-data-map__release,
.anaheim-data-map__note {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 18px 46px rgba(4, 24, 38, .18);
  backdrop-filter: blur(8px);
}

.anaheim-data-map__region {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 25px 22px;
  color: #dcecef;
}

.anaheim-data-map__region span,
.anaheim-data-map__region strong {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(7, 26, 39, .28);
  font-size: .9rem;
}

.anaheim-data-map__region strong {
  background: var(--anaheim-gold);
  color: #392900;
}

.anaheim-data-map__region small {
  flex-basis: 100%;
  color: #bfdae1;
  text-align: center;
}

.anaheim-data-map__release {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
}

.anaheim-data-map__release span,
.anaheim-data-map__release strong {
  display: block;
}

.anaheim-data-map__release span {
  color: #bfdae1;
  font-size: .8rem;
}

.anaheim-data-map__release strong {
  margin-top: 3px;
  color: var(--anaheim-white);
  font-size: 1.25rem;
}

.anaheim-data-map__release a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 11px 15px;
  border-radius: 10px;
  background: var(--anaheim-gold);
  color: #392900;
  font-size: .84rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.anaheim-data-map__release a:hover,
.anaheim-data-map__release a:focus-visible {
  background: #ffd37b;
  transform: translateY(-2px);
}

.anaheim-data-map__note {
  grid-column: 1 / -1;
  display: flex;
  gap: 12px;
  padding: 17px 20px;
  color: #e7f3f6;
}

.anaheim-data-map__note i {
  margin-top: 4px;
  color: var(--anaheim-gold);
}

.anaheim-data-map__note p {
  margin: 0;
  line-height: 1.6;
}

.anaheim-care-landscape {
  padding: 76px 24px;
  background: var(--anaheim-cream);
}

.anaheim-care-container,
.anaheim-network-container {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.anaheim-care-heading {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(320px, 1.15fr);
  column-gap: 48px;
  margin-bottom: 34px;
}

.anaheim-care-heading .anaheim-section-kicker {
  grid-column: 1 / -1;
  color: var(--anaheim-teal);
}

.anaheim-care-heading h2 {
  margin: 0;
  color: var(--anaheim-navy);
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  line-height: 1.14;
}

.anaheim-care-heading > p:last-child {
  margin: 0;
  color: #4b5e6c;
  line-height: 1.75;
}

.anaheim-facility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.anaheim-facility-card {
  position: relative;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--anaheim-line);
  border-top: 4px solid var(--anaheim-teal);
  border-radius: 16px;
  background: var(--anaheim-white);
  box-shadow: 0 10px 28px rgba(18, 38, 58, .07);
}

.anaheim-facility-card-snf {
  border-top-color: var(--anaheim-gold);
}

.anaheim-facility-type {
  align-self: flex-start;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--anaheim-aqua);
  color: #075c65;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.anaheim-facility-card-snf .anaheim-facility-type {
  background: #fff0c9;
  color: #6f4a00;
}

.anaheim-facility-card h3 {
  margin: 18px 0 12px;
  color: var(--anaheim-navy);
  font-size: 1.12rem;
  line-height: 1.35;
}

.anaheim-facility-card p {
  margin: 0 0 20px;
  color: #506473;
}

.anaheim-facility-card p strong {
  color: var(--anaheim-ink);
  font-size: 1.55rem;
}

.anaheim-facility-card a {
  margin-top: auto;
  color: var(--anaheim-teal);
  font-size: .88rem;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.anaheim-facility-card:hover {
  border-color: #b8d4d9;
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(18, 38, 58, .11);
}

.anaheim-evidence-note {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 4px solid var(--anaheim-gold);
  border-radius: 10px;
  background: #fff4d8;
}

.anaheim-evidence-note i {
  margin-top: 4px;
  color: #9d6900;
}

.anaheim-evidence-note p {
  margin: 0;
  line-height: 1.65;
}

.anaheim-evidence-note a {
  color: #075f69;
  font-weight: 700;
}

.anaheim-salary-network {
  padding: 70px 24px;
  background: #edf6f7;
}

.anaheim-network-intro {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(320px, 1.15fr);
  column-gap: 48px;
  margin-bottom: 28px;
}

.anaheim-network-intro .anaheim-section-kicker {
  grid-column: 1 / -1;
  color: var(--anaheim-teal);
}

.anaheim-network-intro h2 {
  margin: 0;
  color: var(--anaheim-navy);
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  line-height: 1.15;
}

.anaheim-network-intro > p:last-child {
  margin: 0;
  color: #506473;
  line-height: 1.75;
}

.anaheim-network-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.anaheim-network-link {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid #c9dfe3;
  border-radius: 13px;
  background: var(--anaheim-white);
  color: var(--anaheim-navy);
  text-decoration: none;
}

.anaheim-network-link span {
  color: #617683;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.anaheim-network-link strong {
  font-size: 1.08rem;
}

.anaheim-network-link-featured {
  border-color: var(--anaheim-navy);
  background: var(--anaheim-navy);
  color: var(--anaheim-white);
}

.anaheim-network-link-featured span {
  color: #bcd6df;
}

.anaheim-network-link.is-current {
  border-color: var(--anaheim-gold);
  background: #fff5db;
  box-shadow: inset 0 0 0 1px var(--anaheim-gold);
}

.anaheim-network-link:not(.is-current):hover,
.anaheim-network-link:not(.is-current):focus-visible {
  border-color: var(--anaheim-teal);
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(18, 38, 58, .1);
}

.anaheim-data-map__release a,
.anaheim-facility-card,
.anaheim-network-link {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

@media (max-width: 900px) {
  .anaheim-data-map__container,
  .anaheim-care-heading,
  .anaheim-network-intro {
    grid-template-columns: 1fr;
  }

  .anaheim-data-map__copy {
    grid-row: auto;
  }

  .anaheim-data-map__region,
  .anaheim-data-map__release {
    grid-column: 1;
  }

  .anaheim-care-heading,
  .anaheim-network-intro {
    row-gap: 15px;
  }

  .anaheim-facility-grid,
  .anaheim-network-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .anaheim-data-map,
  .anaheim-care-landscape,
  .anaheim-salary-network {
    padding: 54px 18px;
  }

  .anaheim-data-map__release {
    align-items: stretch;
    flex-direction: column;
  }

  .anaheim-data-map__region i {
    display: none;
  }

  .anaheim-facility-grid,
  .anaheim-network-grid {
    grid-template-columns: 1fr;
  }

  .anaheim-facility-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .anaheim-data-map__release a,
  .anaheim-facility-card,
  .anaheim-network-link {
    transition: none;
  }
}
