/* ==========================================================================
   KiteLine Lawn Care — Location Page shared styles
   Warm White ground, reused across dedicated location pages (East Dallas,
   and future pages for other confirmed service-area cities).
   ========================================================================== */

/* ---- Breadcrumb (sits inside the hero, above the H1) ------------------------- */

.kl-breadcrumb {
  margin: 0 0 20px;
}

.kl-breadcrumb__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--kl-font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.kl-breadcrumb__list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.kl-breadcrumb__list li:not(:last-child)::after {
  content: "/";
  color: rgba(242, 194, 48, 0.6);
}

.kl-breadcrumb__list a {
  color: rgba(245, 243, 236, 0.7);
  text-decoration: none;
  text-shadow: 0 1px 12px rgba(6, 63, 50, 0.6);
}

.kl-breadcrumb__list a:hover,
.kl-breadcrumb__list a:focus-visible {
  color: var(--kl-warm-white);
  text-decoration: underline;
  text-decoration-color: var(--kl-gold);
}

.kl-breadcrumb__list [aria-current="page"] {
  color: var(--kl-gold);
  text-shadow: 0 1px 12px rgba(6, 63, 50, 0.6);
}

/* ---- Trust strip -------------------------------------------------------------- */

.kl-trust-strip {
  background: var(--kl-evergreen);
  padding: 22px 0;
}

.kl-trust-strip__inner {
  max-width: var(--kl-max-width);
  margin: 0 auto;
  padding: 0 var(--kl-gutter);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 32px;
}

.kl-trust-strip__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--kl-font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 243, 236, 0.85);
  white-space: nowrap;
}

.kl-trust-strip__item::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--kl-gold);
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .kl-trust-strip__inner {
    justify-content: flex-start;
    gap: 14px 24px;
  }
}

.kl-location {
  background: var(--kl-warm-white);
  padding: 96px 0;
  border-bottom: 1px solid var(--kl-evergreen-12);
}

.kl-location__inner {
  max-width: var(--kl-max-width);
  margin: 0 auto;
  padding: 0 var(--kl-gutter);
}

.kl-location__eyebrow {
  font-family: var(--kl-font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kl-evergreen);
  margin: 0 0 24px;
}

.kl-location__headline {
  margin: 0 0 32px;
  max-width: 20ch;
  font-family: var(--kl-font-display);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--kl-evergreen);
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.kl-location__body {
  max-width: 68ch;
}

.kl-location__body p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--kl-evergreen);
}

.kl-location__body p:last-child {
  margin-bottom: 0;
}

.kl-location__link {
  color: var(--kl-evergreen);
  font-weight: 600;
  text-decoration-color: var(--kl-gold-dark);
  text-underline-offset: 3px;
}

.kl-location__link:hover,
.kl-location__link:focus-visible {
  color: var(--kl-gold-dark);
}

/* ---- Neighborhoods list reuses .kl-neighborhood-list from service-area.css --- */

.kl-location__neighborhoods {
  margin-top: 32px;
}

/* ---- Optional local-information block ----------------------------------------- */

.kl-local-info {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid var(--kl-evergreen-12);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.kl-local-info__group .kl-neighborhoods__title {
  margin-bottom: 14px;
}

.kl-local-info__note {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--kl-evergreen-60);
  max-width: 42ch;
}

.kl-local-info__note a {
  color: var(--kl-evergreen);
  font-weight: 600;
  text-decoration-color: var(--kl-gold-dark);
}

.kl-local-info__note a:hover,
.kl-local-info__note a:focus-visible {
  color: var(--kl-gold-dark);
}

/* ---- Mini FAQ heading (list itself reuses .kl-faq-list / .kl-faq-item) ------- */

.kl-location__faq-list {
  max-width: 760px;
}

/* ---- Closing CTA -------------------------------------------------------------- */

.kl-location-cta {
  background: var(--kl-evergreen);
  padding: 112px 0;
  text-align: center;
}

.kl-location-cta__inner {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 var(--kl-gutter);
}

.kl-location-cta__eyebrow {
  margin: 0 0 20px;
  font-family: var(--kl-font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kl-gold);
}

.kl-location-cta__headline {
  margin: 0 0 20px;
  font-family: var(--kl-font-display);
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.1;
  color: var(--kl-warm-white);
}

.kl-location-cta__copy {
  margin: 0 0 36px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(245, 243, 236, 0.72);
}

.kl-location-cta__microcopy {
  margin: 16px 0 0;
  font-family: var(--kl-font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.kl-location-cta__microcopy a {
  color: rgba(245, 243, 236, 0.65);
  text-decoration-color: var(--kl-gold-dark);
}

.kl-location-cta__microcopy a:hover,
.kl-location-cta__microcopy a:focus-visible {
  color: var(--kl-warm-white);
}

/* ---- Responsive ------------------------------------------------------------------ */

@media (max-width: 640px) {
  .kl-location {
    padding: 72px 0;
  }

  .kl-location-cta {
    padding: 80px 0;
  }
}
