.page-cms nav.breadcrumb,
.page-cms .breadcrumb,
.page-cms #main > header.page-header,
.page-cms #main .page-header {
  display: none !important;
}

.pt-locality-page,
.ptklocality-page {
  color: #2f2f2f;
  padding: 0 20px;
}

.ptklocality-hero {
  position: relative;
  min-height: 68vh;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.ptklocality-hero-image {
  width: 100%;
  height: 68vh;
  object-fit: cover;
  display: block;
}

.ptklocality-hero-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  z-index: 2;
}

.ptklocality-hero-content {
  width: 100%;
  max-width: none;
  padding-bottom: 48px;
}

.ptklocality-hero-content::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  z-index: -1;
}

.ptklocality-title {
  max-width: 760px;
  margin: 0 0 10px;
  font-size: clamp(38px, 5vw, 56px);
  line-height: 0.98;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.2);
}

.ptklocality-subtitle {
  margin: 0;
  max-width: 620px;
  font-size: clamp(18px, 1.9vw, 24px);
  line-height: 1.45;
  color: #fff !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.18);
}

.ptklocality-intro-wrap {
  padding: 40px 0 30px;
}

.pt-locality-intro,
.ptklocality-intro {
  max-width: 900px;
  margin: 50px auto 30px;
  padding-left: 18px;
  border-left: 3px solid #6BAF45;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #2c2c2c;
  text-align: left;
}

.pt-locality-intro:hover,
.ptklocality-intro:hover {
  border-left-color: #5a9c3a;
}

.ptklocality-body-wrap {
  padding: 26px 0 52px;
}

.pt-locality-content,
.ptklocality-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  line-height: 1.75;
  color: #444;
}

.pt-locality-content p:first-child,
.ptklocality-body p:first-child {
  margin-top: 0;
}

.pt-locality-content p:last-child,
.ptklocality-body p:last-child {
  margin-bottom: 0;
}

.pt-locality-content p {
  margin-bottom: 18px;
}

.pt-locality-content strong,
.ptklocality-body strong {
  color: #5d4a22;
}

.pt-locality-content a,
.ptklocality-body a {
  color: #3d6f8e;
  text-decoration: none;
  font-weight: 500;
}

.pt-locality-content a:hover,
.ptklocality-body a:hover {
  text-decoration: underline;
}

.pt-locality-content h2,
.ptklocality-body h2 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  color: #2c2c2c;
}

.pt-locality-cta,
.ptklocality-cta-wrap {
  max-width: 900px;
  margin: 60px auto 80px;
  padding: 0;
}

.ptklocality-cta-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ptklocality-cta-title {
  margin: 0 0 30px;
  font-size: 28px;
  line-height: 1.18;
  color: #213121;
}

.pt-btn,
.ptklocality-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 10px 18px;
  border-radius: 20px;
  background: #6BAF45;
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0;
  transition: background 0.2s ease;
  box-shadow: none;
}

.pt-btn:hover,
.ptklocality-cta-button:hover {
  background: #5a9c3a;
  color: #fff;
}

@media (max-width: 991px) {
  .ptklocality-hero {
    min-height: 54vh;
  }

  .ptklocality-hero-image {
    height: 54vh;
  }

  .ptklocality-hero-content {
    padding-bottom: 38px;
  }

  .pt-locality-intro,
  .ptklocality-intro {
    font-size: 1.02rem;
  }

  .ptklocality-body {
    font-size: 18px;
    line-height: 1.82;
  }

}

@media (max-width: 767px) {
  .ptklocality-hero {
    min-height: 380px;
  }

  .ptklocality-hero-image {
    height: 380px;
  }

  .ptklocality-hero-content {
    padding-bottom: 28px;
  }

  .ptklocality-title {
    font-size: 42px;
  }

  .ptklocality-subtitle {
    font-size: 17px;
  }

  .ptklocality-intro-wrap {
    padding-top: 34px;
  }

  .pt-locality-intro,
  .ptklocality-intro {
    padding-left: 16px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .pt-locality-content,
  .ptklocality-body {
    font-size: 17px;
    line-height: 1.75;
  }

  .ptklocality-cta-title {
    font-size: 26px;
  }

  .pt-btn,
  .ptklocality-cta-button {
    width: auto;
  }
}
