.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 10001;
  padding: 0.75rem 1rem;
  background: #ffffff;
  color: #2d5016;
  border: 2px solid #2d5016;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.brand-name {
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.breadcrumbs {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  color: #333333;
}

.breadcrumbs a {
  color: #2d5016;
  font-weight: 700;
}

.breadcrumbs span {
  margin-left: 0.5rem;
}

.seo-support h2 {
  color: #2d5016;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.seo-service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.25rem 0 2rem;
}

.seo-service-links a {
  display: inline-block;
  padding: 0.65rem 0.9rem;
  background: #f5f7f2;
  border: 1px solid #d8e4cf;
  border-radius: 6px;
  color: #2d5016;
  font-weight: 700;
  text-decoration: none;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list dt {
  color: #2d5016;
  font-weight: 700;
}

.faq-list dd {
  margin: 0 0 0.75rem;
  color: #333333;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 3px solid #f4a226;
  outline-offset: 3px;
}

@media (max-width: 768px) {
  .brand-name {
    font-size: 1.45rem;
  }

  .seo-support h2 {
    font-size: 1.5rem;
  }
}


.service-location-hero {
  background: linear-gradient(rgba(45, 80, 22, 0.78), rgba(45, 80, 22, 0.78)), url("../images/hero-landscape.png") center/cover;
}

.two-column-seo {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 2rem;
  align-items: center;
}

.two-column-seo img,
.article-layout img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

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

.article-layout {
  max-width: 900px;
}

.seo-service-hub-callout {
  border-top: 1px solid #d8e4cf;
}

@media (max-width: 768px) {
  .two-column-seo {
    grid-template-columns: 1fr;
  }
}
