/* GC Termite Control — v2026 service areas and footer */

.gc26-service-areas {
  padding: var(--gc-space-4) 0;
  color: var(--gc-ink);
  background: var(--gc-bone);
  border-top: 1px solid var(--gc-rule);
}

.gc26-service-areas__inner {
  width: 100%;
  max-width: var(--gc-content-width);
  margin-inline: auto;
  padding-inline: var(--gc-space-2);
}

.gc26-service-areas__header {
  max-width: 720px;
  margin-bottom: var(--gc-space-2);
}

.gc26-service-areas__header p,
.gc26-service-areas__header .gc26-kicker {
  margin: 0 0 0.75rem;
  color: var(--gc-ink-3);
  font-family: var(--gc-font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.gc26-service-areas__header h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.gc26-service-areas__grid,
.gc26-service-areas ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  list-style: none;
  border-top: 1px solid var(--gc-rule);
}

.gc26-service-areas li {
  margin: 0;
}

.gc26-service-areas__link,
.gc26-service-areas li a {
  min-height: 48px;
  padding: 12px 5px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gc-ink-2);
  border-bottom: 1px solid var(--gc-rule);
  font-size: 0.875rem;
  text-decoration: none;
  transition: padding 0.15s ease, color 0.15s ease;
}

.gc26-service-areas__link::before,
.gc26-service-areas li a::before {
  color: var(--gc-ink-4);
  font-size: 0.75rem;
  content: "→";
}

.gc26-service-areas__link:hover,
.gc26-service-areas li a:hover {
  padding-left: 10px;
  color: var(--gc-ink);
}

.gc26-footer {
  flex: 0 0 auto;
  color: var(--gc-bone);
  background: var(--gc-ink);
}

.gc26-footer > .gc26-shell {
  padding-bottom: 1.5rem;
}

.gc26-footer__cta {
  padding: var(--gc-space-4) 0;
  text-align: center;
  border-bottom: 1px solid rgba(244, 239, 230, 0.1);
}

.gc26-footer__cta .gc26-kicker {
  margin-bottom: 1rem;
  color: rgba(244, 239, 230, 0.62);
}

.gc26-footer__cta h2 {
  margin: 0 0 1rem;
  color: var(--gc-bone);
  font-size: clamp(2.25rem, 5vw, 4rem);
  letter-spacing: -0.02em;
}

.gc26-footer__cta > p:not(.gc26-kicker) {
  max-width: 620px;
  margin: 0 auto 1.35rem;
  color: rgba(244, 239, 230, 0.74);
  line-height: 1.65;
}

.gc26-footer__cta .gc26-button {
  color: var(--gc-bone);
  background: var(--gc-clay);
  font-family: var(--gc-font-sans);
  font-size: 0.9375rem;
  text-decoration: none;
}

.gc26-footer__cta .gc26-button:hover {
  color: var(--gc-bone);
  background: var(--gc-clay-dark);
}

.gc26-footer__inner {
  width: 100%;
  max-width: var(--gc-content-width);
  margin-inline: auto;
  padding: var(--gc-space-3) var(--gc-space-2) 1.5rem;
}

.gc26-footer__grid {
  padding-top: var(--gc-space-3);
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
  gap: 48px;
}

.gc26-footer__site-name {
  display: inline-block;
  color: var(--gc-bone);
  font-family: var(--gc-font-serif);
  font-size: 1.35rem;
  line-height: 1.2;
  text-decoration: none;
}

.gc26-footer__logo-link {
  width: max-content;
  max-width: 100%;
  margin-bottom: 1rem;
  display: block;
  text-decoration: none;
}

.gc26-footer__brand img {
  width: auto;
  height: 72px;
  filter: brightness(0) invert(1) sepia(0.3) brightness(0.96);
}

.gc26-footer__brand p {
  margin: 1.1rem 0;
  color: rgba(244, 239, 230, 0.7);
  font-size: 0.875rem;
  line-height: 1.65;
}

.gc26-footer__brand a {
  color: var(--gc-bone);
}

.gc26-footer__brand address {
  margin: 0 0 1.15rem;
  color: rgba(244, 239, 230, 0.64);
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.55;
}

.gc26-footer__menu h2,
.gc26-footer__menu h3,
.gc26-footer__heading {
  margin: 0 0 0.85rem;
  color: rgba(244, 239, 230, 0.54);
  font-family: var(--gc-font-serif);
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gc26-footer__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gc26-footer__menu a {
  padding: 5px 0;
  display: inline-block;
  color: rgba(244, 239, 230, 0.78);
  font-size: 0.875rem;
  line-height: 1.4;
  text-decoration: none;
}

.gc26-footer__menu a:hover,
.gc26-footer__menu .current-menu-item > a {
  color: var(--gc-bone);
}

.gc26-footer__social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.gc26-footer__social a {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  color: rgba(244, 239, 230, 0.74);
  border: 1px solid rgba(244, 239, 230, 0.18);
  border-radius: 50%;
}

.gc26-footer__social a:hover {
  color: var(--gc-bone);
  border-color: rgba(244, 239, 230, 0.5);
}

.gc26-footer__social svg {
  width: 18px;
  height: 18px;
}

.gc26-footer__bottom {
  margin-top: var(--gc-space-3);
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 28px;
  color: rgba(244, 239, 230, 0.54);
  border-top: 1px solid rgba(244, 239, 230, 0.1);
  font-size: 0.75rem;
}

.gc26-footer__bottom p {
  margin: 0;
}

.gc26-footer__secondary-links {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 16px;
  list-style: none;
}

.gc26-footer__bottom a {
  color: rgba(244, 239, 230, 0.72);
}

.gc26-footer__bottom a:hover {
  color: var(--gc-bone);
}

.gc26-footer__back-to-top {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.gc26-sticky-call {
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 24px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  visibility: hidden;
  opacity: 0;
  color: var(--gc-bone);
  background: var(--gc-clay);
  border-radius: 999px;
  box-shadow: 0 10px 30px -8px rgba(169, 130, 46, 0.5);
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transform: translateY(48px);
  transition: visibility 0s linear 0.2s, opacity 0.2s ease, transform 0.2s ease, background-color 0.15s ease;
}

.gc26-sticky-call.is-visible,
.gc26-sticky-call[data-visible="true"] {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.gc26-sticky-call:hover {
  color: var(--gc-bone);
  background: var(--gc-clay-dark);
}

@media (max-width: 1080px) {
  .gc26-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .gc26-service-areas {
    padding: 3.625rem 0;
  }

  .gc26-service-areas__inner,
  .gc26-footer__inner {
    padding-inline: 20px;
  }

  .gc26-service-areas__grid,
  .gc26-service-areas ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gc26-footer__cta {
    padding: 3.625rem 0;
  }

  .gc26-footer__grid {
    grid-template-columns: 1fr;
    gap: 34px;
    text-align: center;
  }

  .gc26-footer__brand img {
    margin-inline: auto;
  }

  .gc26-footer__logo-link {
    margin-inline: auto;
  }

  .gc26-footer__social {
    justify-content: center;
  }

  .gc26-footer__bottom {
    justify-content: center;
    text-align: center;
  }

  .gc26-footer__secondary-links {
    justify-content: center;
  }

  .gc26-sticky-call {
    right: 14px;
    bottom: 14px;
    padding: 12px 16px;
    font-size: 0.8125rem;
  }
}

@media (forced-colors: active) {
  .gc26-footer,
  .gc26-footer__social a,
  .gc26-sticky-call {
    border: 1px solid CanvasText;
  }
}
