body.page-template-page-locations,
body.single-dka_location {
  background: var(--white);
}

.locations-breadcrumbs {
  background: var(--navy);
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.locations-breadcrumbs nav {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.locations-breadcrumbs a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
}

.locations-breadcrumbs a:hover,
.locations-breadcrumbs .current {
  color: var(--gold);
}

.locations-breadcrumbs .sep {
  color: rgba(255, 255, 255, 0.2);
}

.lh-hero,
.state-hero,
.sp-hero,
.sp-map-section,
.lh-section-navy,
.bg-navy,
.sp-cta {
  position: relative;
  overflow: hidden;
}

.lh-hero::before,
.state-hero::before,
.sp-hero::before,
.sp-map-section::before,
.lh-section-navy::before,
.bg-navy::before,
.sp-cta::before {
  content: "";
  position: absolute;
  inset: 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: 64px 64px;
  pointer-events: none;
}

.lh-hero {
  background: var(--navy);
  padding: 122px 0 68px;
}

.lh-hero-wm {
  position: absolute;
  right: -40px;
  top: 60px;
  font-family: var(--font-head);
  font-size: 280px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.015);
  line-height: 1;
}

.lh-hero-inner,
.state-hero-grid,
.sp-hero-inner {
  position: relative;
  z-index: 1;
}

.lh-hero h1,
.state-hero-content h1,
.sp-hero h1 {
  font-family: var(--font-head);
  font-weight: 800;
  letter-spacing: -1.4px;
}

.lh-hero h1 {
  max-width: 700px;
  color: var(--white);
  font-size: clamp(2.6rem, 5vw, 3.3rem);
  line-height: 1.05;
  margin-bottom: 42px;
}

.lh-hero h1 em {
  color: var(--gold);
  font-style: normal;
}

.lh-hero p,
.sp-hero-subtitle,
.state-hero-content p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.75;
}

.lh-hero p {
  max-width: 640px;
  margin-bottom: 56px;
}

.lh-cta-row,
.hero-actions,
.sp-hero-ctas,
.final-cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.lh-cta-row {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.btn-locations,
.btn-square-primary,
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: var(--navy);
  text-decoration: none;
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn-locations:hover,
.btn-square-primary:hover,
.btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.btn-services,
.btn-square-secondary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--white);
  text-decoration: none;
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  padding: 16px 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn-services:hover,
.btn-square-secondary:hover,
.btn-secondary:hover {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

.lh-search-section {
  background: var(--offwhite);
  padding: 48px 0;
  border-bottom: 1px solid var(--stone);
  position: sticky;
  top: 0;
  z-index: 12;
}

.lh-search-inner {
  display: flex;
  gap: 24px;
  max-width: 720px;
  margin: 0 auto;
  align-items: center;
}

.lh-search-label,
.eyebrow,
.sp-section-label {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
}

.lh-search-label {
  color: var(--navy);
  white-space: nowrap;
}

.lh-search-wrap {
  position: relative;
  flex: 1;
}

.lh-search-input {
  width: 100%;
  border: 1px solid var(--stone);
  border-radius: 6px;
  padding: 16px 20px 16px 50px;
  font: 400 16px var(--font-body);
  color: var(--body-text);
  background: var(--white);
}

.lh-search-input:focus {
  outline: none;
  border-color: rgba(200, 164, 90, 0.5);
  box-shadow: 0 0 0 4px rgba(200, 164, 90, 0.08);
}

.lh-search-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
}

.lh-search-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: var(--white);
  border: 1px solid var(--stone);
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(15, 45, 82, 0.08);
  max-height: 320px;
  overflow-y: auto;
  display: none;
}

.lh-search-results.show {
  display: block;
}

.lh-search-result {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  text-decoration: none;
  color: var(--body-text);
  border-bottom: 1px solid var(--stone);
}

.lh-search-result:last-child {
  border-bottom: 0;
}

.lh-search-result:hover {
  background: var(--offwhite);
}

.lh-search-result-location {
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--navy);
}

.lh-search-result-state {
  color: #6b7280;
  font-size: 13px;
}

.lh-regions,
.lh-section,
.sp-section,
section {
  padding: 88px 0;
}

.lh-region-group {
  margin-bottom: 56px;
}

.lh-region-header {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 0;
  cursor: pointer;
  border-bottom: 1px solid var(--stone);
  color: var(--navy);
}

.lh-region-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: var(--navy);
}

.lh-region-title {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 700;
}

.lh-region-count {
  margin-left: auto;
  color: #6b7280;
  font-size: 14px;
}

.lh-region-panel {
  padding-top: 28px;
}

.lh-region-panel[hidden] {
  display: none;
}

.lh-state-card,
.sharp-card,
.city-block,
.sp-team-card,
.sp-industry-card,
.sp-approach-card,
.sp-result-card,
.sp-quote-card,
.sp-sibling-link,
.sp-faq-item {
  border-radius: 6px;
}

.lh-state-card {
  padding: 32px;
  margin-bottom: 28px;
  background: var(--offwhite);
  border: 1px solid var(--stone);
}

.lh-state-head {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}

.lh-state-head h2,
.state-section-header h2,
.landscape-header h2,
.opp-text h2,
.index-sidebar h2,
.final-cta h2,
.sp-section-header h2,
.sp-map-heading {
  color: var(--navy);
  font-family: var(--font-head);
  font-weight: 800;
  letter-spacing: -1px;
}

.lh-state-head h2 a,
.lh-state-link,
.btn-link-sharp,
.sp-approach-card a,
.sp-sibling-link {
  text-decoration: none;
}

.lh-state-head h2 a {
  color: var(--navy);
}

.lh-state-head h2 {
  font-size: clamp(2.1rem, 4vw, 2.7rem);
  line-height: 1.12;
  margin-bottom: 12px;
}

.lh-state-head p {
  font-size: 26px;
  line-height: 1.35;
  color: var(--navy);
  max-width: 760px;
}

.lh-state-link,
.btn-link-sharp,
.sp-approach-card a {
  color: var(--navy);
  font-family: var(--font-head);
  font-weight: 700;
}

.lh-city-grid,
.lh-card-grid,
.lh-pill-grid,
.sharp-grid,
.sp-approach-grid,
.sp-results-grid,
.sp-quotes-grid,
.sp-sibling-grid {
  display: grid;
  gap: 18px;
}

.lh-city-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.lh-city-card,
.serving-city-tag,
.sp-sibling-link {
  display: block;
  padding: 18px 20px;
  background: var(--white);
  border: 1px solid var(--stone);
  text-decoration: none;
  color: var(--navy);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lh-city-card strong {
  display: block;
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
}

.lh-city-card:hover,
.lh-info-card:hover,
.lh-pill-card:hover,
.lh-coverage-card:hover,
.serving-city-tag:hover,
.sp-sibling-link:hover,
.sharp-card:hover,
.city-block:hover,
.sp-industry-card:hover,
.sp-approach-card:hover,
.sp-result-card:hover,
.sp-quote-card:hover {
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 18px 36px rgba(15, 45, 82, 0.08);
  border-color: rgba(200, 164, 90, 0.32);
}

.lh-card-grid,
.sharp-grid,
.sp-results-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.lh-section-offwhite,
.bg-offwhite,
.sp-section--off {
  background: var(--offwhite);
}

.lh-section-navy,
.bg-navy,
.sp-map-section,
.sp-cta,
.final-cta {
  background: var(--navy);
}

.lh-section-header,
.state-section-header,
.sp-section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.lh-section-header h2,
.state-section-header h2,
.sp-section-header h2,
.sp-map-heading {
  font-size: clamp(2rem, 4vw, 2.65rem);
  font-weight: 800;
}

.lh-section-navy .lh-section-header h2,
.bg-navy .opp-text h2,
.sp-map-section .sp-map-heading,
.sp-cta h2,
.final-cta h2 {
  color: var(--white);
}

.lh-section-navy p,
.bg-navy p,
.final-cta p,
.sp-map-copy,
.sp-cta p {
  color: rgba(255, 255, 255, 0.72);
}

.lh-pill-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.lh-services {
  background: var(--offwhite);
  padding: 88px 0;
  border-top: 1px solid var(--stone);
  border-bottom: 1px solid var(--stone);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--navy);
  color: var(--navy);
  text-decoration: none;
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  padding: 16px 24px;
  border-radius: 16px;
  background: transparent;
}

.lh-industries {
  background: var(--navy);
  padding: 64px 0;
  overflow: hidden;
}

.lh-industries .lh-section-header h2 {
  color: var(--white);
  font-weight: 800;
}

.lh-industries-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  scrollbar-width: none;
  padding-bottom: 8px;
}

.lh-industries-inner::-webkit-scrollbar {
  display: none;
}

.lh-industry-card {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: var(--white);
  text-decoration: none;
  padding: 20px 24px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.lh-industry-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(200, 164, 90, 0.3);
}

.lh-industry-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--gold);
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.lh-industry-label {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
}

.lh-coverage {
  background: var(--charcoal);
  padding: 88px 0;
  position: relative;
}

.lh-coverage::before {
  content: "";
  position: absolute;
  inset: 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: 64px 64px;
  opacity: 0.4;
}

.lh-coverage-inner {
  max-width: 760px;
  position: relative;
  z-index: 1;
}

.lh-coverage-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.lh-coverage-inner h2 {
  color: var(--offwhite);
  font-family: var(--font-head);
  font-size: clamp(2rem, 4vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.lh-coverage-inner > div > p {
  color: rgba(247, 245, 240, 0.72);
  font-size: 17px;
  margin-bottom: 24px;
}

.lh-coverage-list {
  display: grid;
  gap: 16px;
}

.lh-coverage-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border-bottom: 0;
  color: #a8b5c7;
}

.lh-coverage-list {
  display: grid;
  gap: 18px;
}

.lh-coverage-plus {
  color: var(--gold);
  font-family: var(--font-head);
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  margin-top: -2px;
}

.lh-coverage-item strong {
  display: inline-block;
  color: var(--offwhite);
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  min-width: 140px;
  margin-bottom: 0;
}

.lh-coverage-item span:last-child {
  color: rgba(247, 245, 240, 0.72);
}

.state-hero {
  background: var(--navy);
  padding: 96px 0;
}

.state-hero-grid,
.serving-layout,
.sp-map-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: stretch;
}

.state-hero-content h1 {
  color: var(--white);
  font-size: clamp(2.5rem, 5vw, 3.35rem);
  line-height: 1.1;
  margin-bottom: 16px;
}

.state-hero-content .sub-h1 {
  color: var(--gold);
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: 400;
}

.state-hero-content p {
  margin-bottom: 24px;
  max-width: 600px;
}

.state-hero-content p:last-of-type {
  margin-bottom: 0;
}

.hero-actions {
  margin-top: 40px;
}

.state-hero-art {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  align-self: stretch;
}

.state-hero-art span {
  font-family: var(--font-head);
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(7rem, 16vw, 12rem);
  font-weight: 800;
  letter-spacing: -6px;
}

.state-landscape-section {
  background: var(--white);
  position: relative;
  z-index: 2;
}

.state-landscape-section .container {
  position: relative;
  z-index: 2;
}

.state-landscape-section .landscape-header,
.state-landscape-section .landscape-body > div {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.state-landscape-section .landscape-header {
  max-width: 800px;
  margin-bottom: 48px;
}

.state-landscape-section .landscape-header .eyebrow {
  display: inline-block;
  margin-bottom: 18px;
}

.state-landscape-section .landscape-header h2 {
  font-size: clamp(2.2rem, 4.4vw, 2.85rem);
  letter-spacing: -1.2px;
  color: var(--navy);
  line-height: 1.2;
}

.state-landscape-section .landscape-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  font-size: 18px;
  color: var(--body-text);
}

.state-landscape-section .landscape-body p {
  margin-bottom: 24px;
  color: var(--body-text);
}

.landscape-body,
.opp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.landscape-body p,
.opp-text p,
.sp-content p {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 22px;
}

.landscape-header.is-visible,
.landscape-body .is-visible {
  opacity: 1;
  transform: none;
}

.index-layout {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 60px;
}

.index-sidebar {
  position: sticky;
  top: 40px;
  align-self: start;
}

.index-sidebar .eyebrow {
  margin-bottom: 18px;
  display: inline-block;
}

.index-sidebar h2 {
  font-size: 40px;
  line-height: 1.15;
  margin-bottom: 20px;
}

.index-sidebar p {
  font-size: 18px;
  line-height: 1.75;
  color: #6b7280;
}

.city-block,
.sharp-card,
.opp-list,
.sp-team-card,
.sp-approach-card,
.sp-result-card,
.sp-quote-card {
  background: var(--white);
  border: 1px solid var(--stone);
  padding: 28px;
}

.city-block {
  margin-bottom: 32px;
  padding: 48px;
}

.city-block h3 {
  font-size: 30px;
  line-height: 1.18;
  margin-bottom: 18px;
  color: var(--navy);
}

.city-block p {
  font-size: 15px;
  line-height: 1.7;
  color: #5a6474;
  margin-bottom: 22px;
}

.opp-list {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.1);
  padding: 40px;
}

.opp-list-item {
  display: flex;
  gap: 14px;
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.opp-list-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.opp-list-dot {
  width: 8px;
  height: 8px;
  margin-top: 9px;
  border-radius: 999px;
  background: var(--gold);
  flex: 0 0 auto;
}

.opp-list-text {
  color: rgba(255,255,255,0.9);
}

.opp-bottom {
  margin-top: 28px;
  max-width: 760px;
  color: rgba(255,255,255,0.72);
}

.opp-text h2 {
  font-size: clamp(2.2rem, 4.5vw, 2.8rem);
  margin-bottom: 28px;
}

.state-section-intro {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.7;
  color: #5b6777;
}

.sharp-grid {
  gap: 24px;
  margin-top: 40px;
}

.sharp-card {
  padding: 40px;
}

.sharp-card-industry h4,
.sharp-card-approach h4 {
  margin-bottom: 18px;
}

.sharp-card-industry h4,
.sharp-card-industry h4 a {
  color: var(--gold);
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.sharp-card-industry p {
  font-size: 15px;
  line-height: 1.72;
  color: #566172;
}

.sharp-grid-approach {
  margin-top: 0;
}

.sharp-card-approach {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.sharp-card-approach-wide {
  grid-column: 1 / -1;
}

.sharp-card-approach h4 {
  color: var(--navy);
  font-size: 22px;
  font-weight: 700;
}

.sharp-card-approach p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--body-text);
}

.serving-copy h2 {
  font-size: clamp(2rem, 4vw, 2.4rem);
  font-weight: 800;
  margin-bottom: 24px;
  color: var(--navy);
}

.serving-copy p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 18px;
  color: var(--body-text);
}

.serving-copy p:last-of-type {
  margin-bottom: 0;
}

.serving-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.serving-cities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.state-map-embed {
  margin-top: 0;
}

.location-map-embed,
.location-map-embed iframe {
  width: 100%;
}

.location-map-embed {
  margin-top: 24px;
  min-height: 320px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid var(--stone);
}

.location-map-embed iframe {
  min-height: 320px;
  border: 0;
  display: block;
}

.final-cta {
  text-align: center;
}

.final-cta .btn-square-secondary {
  color: var(--white);
}

.final-cta-panel {
  max-width: 800px;
  margin: 0 auto;
}

.final-cta-actions {
  justify-content: center;
}

.sp-hero {
  background: var(--navy);
  padding: 112px 0 88px;
}

.sp-hero-location {
  position: absolute;
  right: 32px;
  top: 72px;
  font-family: var(--font-head);
  font-size: clamp(4.8rem, 10vw, 8.5rem);
  color: rgba(255, 255, 255, 0.025);
  font-weight: 800;
  letter-spacing: -4px;
}

.sp-hero-inner {
  text-align: center;
}

.sp-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  padding: 8px 16px;
  background: rgba(200, 164, 90, 0.12);
  border: 1px solid rgba(200, 164, 90, 0.22);
  border-radius: 999px;
  color: var(--gold);
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sp-hero h1 {
  max-width: 920px;
  margin: 0 auto 22px;
  color: var(--white);
  font-size: clamp(2.6rem, 5vw, 3.4rem);
  line-height: 1.08;
}

.sp-hero-subtitle {
  max-width: 760px;
  margin: 0 auto 18px;
}

.sp-hero-fit {
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  padding: 12px 22px;
  margin-bottom: 40px;
  color: rgba(255,255,255,0.62);
  font-family: var(--font-head);
  font-size: 14px;
}

.sp-hero-ctas {
  justify-content: center;
}

.sp-team-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 36px 0 48px;
}

.sp-team-card,
.sp-approach-card {
  background: var(--navy);
  border-color: rgba(255,255,255,0.08);
}

.sp-team-num,
.sp-approach-num {
  font-family: var(--font-head);
  font-size: 40px;
  font-weight: 800;
  color: rgba(200, 164, 90, 0.2);
  margin-bottom: 12px;
}

.sp-team-card h3,
.sp-approach-card h3,
.sp-result-card strong,
.sp-faq-item summary {
  font-family: var(--font-head);
}

.sp-team-card h3,
.sp-approach-card h3 {
  color: var(--white);
  margin-bottom: 12px;
}

.sp-team-card p,
.sp-approach-card p {
  color: rgba(255,255,255,0.74);
  margin: 0;
}

.sp-industry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.sp-industry-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: var(--navy);
  flex: 0 0 auto;
}

.align-left {
  justify-content: flex-start;
}

.sp-map-layout {
  align-items: center;
}

.sp-map-heading {
  margin-bottom: 20px;
}

.sp-map-copy {
  margin-bottom: 18px;
}

.sp-map-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sp-map-areas {
  margin: 4px 0 0;
  color: rgba(200, 164, 90, 0.92);
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}

.sp-map-markers {
  display: grid;
  gap: 8px;
}

.sp-map-markers div {
  color: #a8b5c7;
  font-size: 15px;
  line-height: 1.65;
}

.sp-map-bullets {
  margin: 0 0 24px;
  padding-left: 20px;
  color: #a8b5c7;
}

.sp-map-bullets li {
  margin-bottom: 8px;
}

.sp-approach-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.sp-approach-card a {
  display: inline-block;
  margin-top: 14px;
  color: var(--gold);
}

.sp-results-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.sp-result-card strong {
  display: block;
  color: var(--navy);
  font-size: 32px;
  margin-bottom: 8px;
}

.sp-result-card span {
  color: #5d6776;
}

.sp-quotes-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.sp-quote-card {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--body-text);
}

.sp-sibling-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.sp-faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.sp-faq-item {
  margin-bottom: 16px;
  background: var(--white);
}

.sp-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 24px;
  color: var(--navy);
  position: relative;
}

.sp-faq-item summary::-webkit-details-marker {
  display: none;
}

.sp-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 24px;
}

.sp-faq-item[open] summary::after {
  content: "−";
}

.sp-faq-item div {
  padding: 0 24px 22px;
  color: #55606f;
}

.sp-cta-stack {
  display: grid;
  gap: 28px;
}

.sp-content--centered {
  text-align: center;
  max-width: 680px;
}

.sp-team-card strong {
  color: var(--white);
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 800;
}

.sp-team-card p {
  line-height: 1.72;
}

.sp-section-label--left {
  justify-content: flex-start;
}

.sp-section-label--left::before {
  display: none;
}

.sp-section-label--muted {
  color: rgba(200, 164, 90, 0.72);
}

.sp-map-section-inner {
  position: relative;
  z-index: 1;
}

.sp-map-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 72px;
  align-items: start;
}

.sp-map-left h2 {
  font-size: clamp(2rem, 4vw, 2.25rem);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  line-height: 1.15;
}

.sp-map-left .sp-map-copy {
  margin-bottom: 18px;
}

.sp-map-section .sp-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 28px 0;
  color: #a8b5c7 !important;
}

.sp-map-section .sp-list-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 16px;
  line-height: 1.65;
  color: #a8b5c7 !important;
}

.sp-map-section .sp-list-dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  background: rgba(200, 164, 90, 0.6);
  border-radius: 50%;
  margin-top: 9px;
}

.sp-map-areas-label {
  font-family: "Sora", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(200, 164, 90, 0.6);
  margin: 32px 0 16px;
}

.sp-map-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sp-map-area-tag {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #a8b5c7 !important;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 6px;
}

.sp-results {
  background: var(--charcoal);
  padding: 72px 0;
  position: relative;
}

.sp-results::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 164, 90, 0.25), transparent);
}

.sp-results .sp-section-header {
  margin-bottom: 48px;
}

.sp-results .sp-section-header h2 {
  color: var(--white);
}

.sp-results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.sp-result-item {
  padding: 40px 32px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.sp-result-value {
  font-family: var(--font-head);
  font-size: 34px;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 10px;
}

.sp-result-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.sp-results-cta {
  margin-top: 48px;
  text-align: center;
}

.sp-state-links {
  background: var(--navy);
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.sp-state-links-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

.sp-state-links-label {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3d5a80;
  white-space: nowrap;
}

.sp-state-links-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.sp-state-link {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.04);
  color: #6b8ab5;
  text-decoration: none;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.sp-state-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  transform: translateY(-1px);
}

.sp-state-link--ghost {
  background: transparent;
  color: #3d5a80;
}

.sp-faq {
  padding: 96px 0;
  background: var(--white);
}

.sp-cta {
  padding: 88px 0;
}

.sp-cta.sp-cta--inline {
  padding: 84px 0;
}

.sp-cta-inner {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.sp-cta h2 {
  margin-bottom: 20px;
}

.sp-cta p {
  max-width: 640px;
  margin: 0 auto 32px;
  font-size: 17px;
  line-height: 1.8;
  color: #6b8ab5;
}

.sp-cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.sp-content--centered p {
  margin-bottom: 18px;
}

.sp-industry-note {
  margin-top: 40px;
}

.sp-industry-note p {
  color: var(--body-text);
  font-size: 15px;
}

.sp-industry-card {
  text-decoration: none;
  color: inherit;
  align-items: flex-start;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.sp-industry-card:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 164, 90, 0.32);
  box-shadow: 0 16px 32px rgba(15, 45, 82, 0.06);
}

.sp-industry-card h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.sp-industry-card p {
  font-size: 14px;
  line-height: 1.7;
}

.sp-approach-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sp-approach-item {
  background: var(--white);
  border: 1px solid var(--stone);
  padding: 28px 26px;
  min-height: 100%;
}

.sp-approach-item--featured {
  background: var(--navy);
  border-color: rgba(255, 255, 255, 0.08);
}

.sp-approach-item h4 {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px;
}

.sp-approach-item p {
  color: var(--body-text);
  line-height: 1.72;
  margin: 0;
}

.sp-approach-item--featured h4 {
  color: var(--white);
}

.sp-approach-item--featured p {
  color: #6b8ab5;
  margin-bottom: 20px;
}

.sp-approach-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 12px 22px;
  background: var(--gold);
  color: var(--navy);
  text-decoration: none;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  border-radius: 10px;
}

.sp-region-followup {
  background: var(--white);
  padding: 0 0 96px;
}

.sp-region-list {
  margin: 0 0 24px;
  padding-left: 20px;
  color: var(--body-text);
  column-count: 2;
  column-gap: 32px;
}

.sp-region-list li {
  margin-bottom: 8px;
  break-inside: avoid;
}

.sp-quote-card {
  padding: 28px;
}

.sp-quote-mark {
  display: block;
  margin-bottom: 14px;
  color: var(--gold);
  font-family: var(--font-head);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.sp-quote-card p {
  margin: 0;
}

.sp-faq-item summary {
  font-weight: 700;
  font-size: 17px;
}

.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .state-hero-grid,
  .serving-layout,
  .sp-map-layout,
  .sp-map-grid,
  .landscape-body,
  .opp-grid,
  .index-layout,
  .sp-team-cards,
  .sp-industry-grid {
    grid-template-columns: 1fr;
  }

  .index-sidebar {
    position: static;
  }

  .state-hero-art {
    min-height: 320px;
  }

  .sp-state-links-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .sp-results-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sp-approach-grid {
    grid-template-columns: 1fr;
  }

  .sp-region-list {
    column-count: 1;
  }

  body.single-dka_location .sp-map-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  body.single-dka_location .sp-map-right {
    order: -1;
    margin-bottom: 8px;
  }

  body.single-dka_location .sp-map-left,
  body.single-dka_location .sp-map-right {
    width: 100%;
  }

  body.single-dka_location .sp-results-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
  }
}

@media (max-width: 680px) {
  body.single-dka_location .sp-map-section {
    padding: 72px 0 !important;
  }

  body.single-dka_location .sp-map-right {
    gap: 22px !important;
    margin-bottom: 14px !important;
  }

  body.single-dka_location .sp-map-left .sp-map-copy,
  body.single-dka_location .sp-map-bullets {
    margin-bottom: 20px !important;
  }

  body.single-dka_location .sp-results-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body.single-dka_location .sp-result-item {
    padding: 28px 24px !important;
  }
}

body.single-dka_location .sp-hero-inner {
  text-align: center !important;
}

body.single-dka_location .sp-hero-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.single-dka_location .sp-hero-ctas,
body.single-dka_location .sp-cta-actions {
  width: 100%;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

body.single-dka_location .sp-cta,
body.single-dka_location .sp-cta.sp-cta--inline {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

body.single-dka_location .sp-cta-inner h2 {
  font-size: clamp(2rem, 4vw, 2.35rem) !important;
  font-weight: 800 !important;
}

body.single-dka_location .sp-cta-inner p {
  font-size: 18px !important;
  line-height: 1.8 !important;
}

body.single-dka_location .sp-team-cards {
  margin: 40px 0 56px !important;
}

body.single-dka_location .sp-content--centered {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.single-dka_location .sp-content--centered p:last-child {
  margin-bottom: 0 !important;
}

body.single-dka_location .sp-industry-grid {
  max-width: 900px;
  margin: 0 auto;
}

body.single-dka_location .sp-industry-card {
  display: flex !important;
  background: var(--white) !important;
  border: 1px solid var(--stone) !important;
  padding: 28px 32px !important;
  gap: 18px !important;
}

body.single-dka_location .sp-approach-grid {
  display: grid !important;
}

@media (min-width: 1025px) {
  body.single-dka_location .sp-map-grid {
    grid-template-columns: minmax(0, 1fr) 400px !important;
    gap: 36px !important;
    align-items: start !important;
  }

  body.single-dka_location .sp-map-left {
    text-align: left !important;
  }

  body.single-dka_location .sp-map-right {
    order: 0;
    text-align: left !important;
  }

  body.single-dka_location .sp-region-followup {
    margin-top: -48px;
  }

  body.single-dka_location .sp-results {
    background: var(--charcoal) !important;
  }

  body.single-dka_location .sp-results-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

body.single-dka_location .sp-quote-card {
  background: var(--white) !important;
  border: 1px solid var(--stone) !important;
}

body.single-dka_location .sp-state-links-list {
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

body.single-dka_location .sp-state-link {
  display: inline-flex !important;
}

body.single-dka_location .sp-faq-item summary {
  font-weight: 800 !important;
}

.city-powerful-copy {
  background: var(--charcoal);
}

.city-powerful-copy::before {
  background: radial-gradient(circle at 80% 20%, rgba(200, 164, 90, 0.08) 0%, transparent 60%);
}

.city-powerful-copy h2 {
  color: var(--white);
}

.city-powerful-copy .copy-content {
  color: rgba(255, 255, 255, 0.78);
}

.city-powerful-copy .guarantee-box {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(200, 164, 90, 0.22);
}

.city-powerful-copy .guarantee-box p {
  color: #d5ddea;
}

@media (max-width: 720px) {
  .lh-search-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .lh-state-head {
    flex-direction: column;
  }

  .serving-cities {
    grid-template-columns: 1fr;
  }

  .lh-hero,
  .state-hero,
  .sp-hero,
  .lh-section,
  .sp-section,
  section {
    padding: 72px 0;
  }
}
