/* ============================================
   LOCATION PAGES — Alliance Women's Clinic
   Award-winning HTML blocks for location pages
   ============================================ */

/* ── LOCATION HERO ── */
.loc-hero {
  position: relative;
  width: 100%;
  min-height: 56vh;
  background: var(--navy-deep);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(140px, 18vw, 200px) 0 0;
}

.loc-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 30%, rgba(23,184,176,0.07) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 20% 80%, rgba(241,98,130,0.05) 0%, transparent 55%);
  pointer-events: none;
}

.loc-hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

.loc-hero-state-tag {
  position: absolute;
  top: clamp(110px, 14vw, 155px);
  right: var(--gutter);
  font-family: var(--font-body);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  display: flex;
  align-items: center;
  gap: 10px;
}
.loc-hero-state-tag::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--teal);
  opacity: 0.6;
}

.loc-hero-bg-city {
  position: absolute;
  bottom: -0.12em;
  left: -0.02em;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(5rem, 18vw, 18rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.045);
  text-stroke: 1px rgba(255,255,255,0.045);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.loc-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter) clamp(56px, 8vw, 96px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 40px;
}

.loc-hero-eyebrow {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.loc-hero-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 1.5px;
  background: var(--teal);
}

.loc-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 28px;
}
.loc-hero-title em {
  font-style: italic;
  color: var(--teal);
}

.loc-hero-meta {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.loc-hero-address {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
}
.loc-hero-address strong {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 4px;
}

.loc-hero-phone-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: rgba(23,184,176,0.1);
  border: 1px solid rgba(23,184,176,0.25);
  border-radius: 2px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--teal);
  text-decoration: none;
  transition: all 0.3s var(--ease-out);
  white-space: nowrap;
}
.loc-hero-phone-pill:hover {
  background: rgba(23,184,176,0.18);
  border-color: rgba(23,184,176,0.5);
  transform: translateY(-2px);
}
.loc-hero-phone-pill svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.loc-hero-ctas {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

/* Wave transition bottom of hero */
.loc-hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.loc-hero-wave svg {
  display: block;
  width: 100%;
  height: auto;
}

/* ── LOCATION QUICK INFO BAR ── */
.loc-info-bar {
  width: 100%;
  background: var(--navy-dark);
  border-bottom: 1px solid var(--border);
}
.loc-info-bar-inner {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  gap: 0;
}
.loc-info-pill {
  padding: 18px 32px;
  border-right: 1px solid var(--border);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.2s;
}
.loc-info-pill:last-child { border-right: none; }
.loc-info-pill svg { width: 14px; height: 14px; color: var(--teal); flex-shrink: 0; }
.loc-info-pill strong { color: rgba(255,255,255,0.8); }

/* ── SERVICES SECTION ── */
.loc-services {
  position: relative;
  background: var(--navy-mid);
  padding: clamp(80px, 10vw, 120px) 0;
  overflow: hidden;
}
.loc-services::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(23,184,176,0.06) 0%, transparent 65%);
  pointer-events: none;
}

.loc-services-inner {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.loc-services-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.loc-services-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--teal);
}

.loc-services-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--white);
  margin-bottom: 24px;
}
.loc-services-heading em { font-style: italic; color: var(--teal); }

.loc-services-desc {
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 380px;
}

.loc-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.loc-service-category {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  padding: 28px 24px;
  transition: background 0.3s ease;
  position: relative;
  overflow: hidden;
}
.loc-service-category::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease-out);
}
.loc-service-category:hover { background: rgba(23,184,176,0.05); }
.loc-service-category:hover::before { transform: scaleX(1); }

.loc-service-cat-label {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 12px;
}
.loc-service-cat-label.pink { color: var(--pink-bright); }

.loc-service-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.loc-service-items li {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.65);
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.loc-service-items li:last-child { border-bottom: none; }
.loc-service-items li::before {
  content: '—';
  color: var(--teal);
  font-size: 0.625rem;
  flex-shrink: 0;
}

/* ── WAVE DIVIDER ── */
.wave-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.wave-divider svg {
  display: block;
  width: 100%;
}

/* ── HOURS & ADDRESS ── */
.loc-details {
  background: var(--navy-deep);
  padding: clamp(80px, 10vw, 120px) 0;
  position: relative;
}
.loc-details-inner {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(40px, 6vw, 80px);
}

.loc-hours-heading {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 36px;
  letter-spacing: -0.02em;
}

.loc-hours-table {
  width: 100%;
  border-collapse: collapse;
}
.loc-hours-table tr {
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.loc-hours-table tr:last-child { border-bottom: none; }
.loc-hours-table td {
  padding: 14px 0;
  font-size: 0.875rem;
}
.loc-hours-table td:first-child {
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  width: 110px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.loc-hours-table td:last-child {
  color: var(--white);
  font-weight: 500;
}
.loc-hours-table .closed td:last-child {
  color: rgba(255,255,255,0.25);
  font-style: italic;
  font-size: 0.8125rem;
}
.loc-hours-table .open td:first-child { color: var(--teal); }

.loc-address-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 36px 32px;
  position: sticky;
  top: 100px;
}

.loc-address-card-label {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 16px;
}

.loc-address-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.55;
  margin-bottom: 28px;
}

.loc-address-divider {
  width: 32px;
  height: 2px;
  background: var(--teal);
  margin-bottom: 24px;
  opacity: 0.4;
}

.loc-address-note {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.6;
  margin-bottom: 28px;
}

.loc-map-embed {
  width: 100%;
  aspect-ratio: 4/3;
  border: 1px solid var(--border);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 24px;
  background: var(--navy-mid);
  position: relative;
}
.loc-map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(30%) contrast(1.1);
}
.loc-map-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(255,255,255,0.2);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.loc-map-placeholder svg { width: 32px; height: 32px; opacity: 0.3; }

/* ── TRUST PILLARS ── */
.loc-pillars {
  background: var(--navy-brand);
  padding: clamp(72px, 9vw, 112px) 0;
  position: relative;
  overflow: hidden;
}
.loc-pillars::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.loc-pillars-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.loc-pillars-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}

.loc-pillars-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.02em;
}
.loc-pillars-title em { font-style: italic; color: var(--pink-bright); }

.loc-pillars-sub {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  max-width: 320px;
}

.loc-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.loc-pillar {
  background: rgba(255,255,255,0.04);
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}
.loc-pillar:hover { background: rgba(23,184,176,0.07); }

.loc-pillar-num {
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(255,255,255,0.04);
  position: absolute;
  top: 16px;
  right: 20px;
  pointer-events: none;
  letter-spacing: -0.05em;
}

.loc-pillar-icon {
  width: 40px;
  height: 40px;
  background: rgba(23,184,176,0.1);
  border: 1px solid rgba(23,184,176,0.2);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.loc-pillar-icon svg { width: 18px; height: 18px; color: var(--teal); }

.loc-pillar-title {
  font-family: var(--font-display);
  font-size: 1.1875rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.loc-pillar-text {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
}

/* ── DONATE CTA BLOCK ── */
.loc-donate {
  background: var(--navy-deep);
  padding: clamp(80px, 10vw, 120px) 0;
  position: relative;
  overflow: hidden;
}
.loc-donate::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 15% 50%, rgba(23,184,176,0.06) 0%, transparent 60%);
  pointer-events: none;
}

.loc-donate-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: clamp(32px, 5vw, 64px);
}

.loc-donate-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pink-bright);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.loc-donate-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--pink-bright);
}

.loc-donate-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 16px;
}
.loc-donate-title em { font-style: italic; color: var(--pink-bright); }

.loc-donate-sub {
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  max-width: 480px;
}

.loc-donate-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
  min-width: 200px;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .loc-hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .loc-hero-ctas {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .loc-services-inner {
    grid-template-columns: 1fr;
  }
  .loc-services-grid {
    grid-template-columns: 1fr 1fr;
  }
  .loc-details-inner {
    grid-template-columns: 1fr;
  }
  .loc-address-card { position: static; }
  .loc-pillars-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .loc-donate-inner {
    grid-template-columns: 1fr;
  }
  .loc-donate-ctas { flex-direction: row; }
  .loc-info-bar-inner {
    flex-wrap: wrap;
  }
  .loc-info-pill {
    padding: 14px 20px;
    border-right: none;
    border-bottom: 1px solid var(--border);
    width: 50%;
  }
}
@media (max-width: 600px) {
  .loc-services-grid { grid-template-columns: 1fr; }
  .loc-info-pill { width: 100%; }
  .loc-hero-meta { flex-direction: column; align-items: flex-start; gap: 16px; }
  .loc-donate-ctas { flex-direction: column; }
}

/* ============================================
   MISSING CLASSES — added audit fix
   ============================================ */

/* loc-hero-left / loc-services-left — wrapper divs in WI/IL/TN new pages */
.loc-hero-left { width: 100%; }
.loc-services-left { width: 100%; }

/* .closed — hours table rows */
.loc-hours-table .closed td,
td.closed {
  color: rgba(255,255,255,0.25) !important;
  font-style: italic;
}

/* ── LEGACY LOCATION PAGE STYLES (elgin-il, fargo-nd, lenoir-city-tn, schaumburg-il) ── */

/* Hero */
.location-hero {
  background: var(--navy-deep);
  padding: clamp(140px, 18vw, 180px) 0 clamp(56px, 8vw, 80px);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.location-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 70% 30%, rgba(23,184,176,0.07) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 20% 80%, rgba(241,98,130,0.05) 0%, transparent 55%);
  pointer-events: none;
}
.location-hero-inner {
  position: relative;
  z-index: 2;
}
.location-state-badge {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.location-state-badge::before {
  content: '';
  display: block;
  width: 28px;
  height: 1.5px;
  background: var(--teal);
}
.location-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--white);
  margin-bottom: 24px;
}
.location-hero h1 span {
  display: block;
  font-size: 0.45em;
  color: var(--teal);
  letter-spacing: 0.05em;
  font-style: italic;
}
.location-hero-sub {
  font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
  color: rgba(255,255,255,0.6);
  max-width: 520px;
  line-height: 1.75;
  margin-bottom: 36px;
}
.location-hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Main content grid */
.location-main {
  background: var(--navy-mid);
  padding: var(--section-pad) 0;
}
.location-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: clamp(40px, 5vw, 64px);
  align-items: start;
}
@media (max-width: 900px) {
  .location-grid { grid-template-columns: 1fr; }
}

/* Content area */
.location-content {}
.loc-section-heading {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal);
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(23,184,176,0.2);
  margin-bottom: 24px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.loc-section-heading:first-child { margin-top: 0; }
.loc-section-heading::before {
  content: '';
  display: block;
  width: 20px;
  height: 1.5px;
  background: var(--teal);
}

/* Services grid (legacy) */
.loc-legacy-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .loc-legacy-services-grid { grid-template-columns: 1fr; }
}
.loc-service-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: 3px;
  transition: background 0.25s, border-color 0.25s;
}
.loc-service-item:hover {
  background: rgba(23,184,176,0.06);
  border-color: rgba(23,184,176,0.2);
}
.loc-service-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: rgba(23,184,176,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  margin-top: 2px;
}
.loc-service-icon svg { width: 14px; height: 14px; }

/* Bring list */
.loc-bring-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 8px;
}
.loc-bring-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}
.loc-bring-dot {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  margin-top: 7px;
}

/* Trust pillars (legacy 3-col) */
.loc-legacy-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.loc-legacy-pillar {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 28px 22px;
  text-align: center;
  transition: background 0.25s, border-color 0.25s;
}
.loc-legacy-pillar:hover {
  background: rgba(23,184,176,0.06);
  border-color: rgba(23,184,176,0.2);
}
.loc-legacy-pillar-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  color: var(--teal);
}
.loc-legacy-pillar-icon svg { width: 100%; height: 100%; }
.loc-legacy-pillar h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.loc-legacy-pillar p {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
}
@media (max-width: 700px) {
  .loc-legacy-pillars { grid-template-columns: 1fr; }
}

/* Sidebar info cards */
.location-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 100px;
}
@media (max-width: 900px) {
  .location-sidebar { position: static; }
}
.loc-info-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 28px 24px;
}
.loc-card-heading {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.loc-card-heading svg { width: 14px; height: 14px; flex-shrink: 0; }
.loc-address {
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
  margin-bottom: 20px;
}
.loc-address strong { display: block; font-weight: 700; margin-bottom: 4px; }
.loc-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--teal);
  transition: color 0.2s;
}
.loc-phone:hover { color: var(--teal-light); }
.loc-phone svg { width: 16px; height: 16px; flex-shrink: 0; }

/* Hours table uses .loc-hours-table defined earlier in this file */

/* CTA strip */
.loc-cta-strip {
  background: var(--navy-brand);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.loc-cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(23,184,176,0.08) 0%, transparent 70%);
}
.loc-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.loc-cta-text h2 { margin-bottom: 8px; font-size: clamp(1.25rem, 2.5vw, 1.75rem); }
.loc-cta-text p { color: rgba(255,255,255,0.55); font-size: 0.9375rem; }
.loc-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

/* Other locations chips */
.other-locations {
  background: var(--navy-deep);
  padding: 48px 0;
  border-top: 1px solid rgba(255,255,255,0.04);
}
.other-locations-heading {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 20px;
}
.other-locs-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.other-loc-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 2px;
  padding: 10px 16px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.other-loc-chip:hover {
  color: var(--teal);
  border-color: rgba(23,184,176,0.3);
  background: rgba(23,184,176,0.06);
}
.other-loc-chip svg { width: 13px; height: 13px; flex-shrink: 0; }
