/* Communities: centered service-area introduction, no unverified decorative image. */
.areas-page .areas-county-section .section-head.vertical {
  width: min(900px, 100%);
  max-width: none;
  margin: 0 auto;
  text-align: center;
}

.areas-page .areas-county-section .section-head.vertical > p:not(.eyebrow) {
  max-width: 680px;
  margin: 14px auto 0;
  text-wrap: balance;
}

.areas-page .areas-county-section .areas-county-list {
  margin-top: clamp(28px, 3vw, 42px);
}

/* Keep the existing Area Spotlight copy while preventing an orphaned second line. */
.areas-page .areas-spotlight-section .section-head.vertical {
  width: min(980px, 100%);
  max-width: none;
}

.areas-page .areas-spotlight-section .section-head p:not(.eyebrow) {
  max-width: 960px;
  text-wrap: balance;
}

/* Show complete 16:9 YouTube artwork and place a conventional translucent play over it. */
.areas-page .area-video-card {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas:
    "media"
    "title"
    "meta";
}

.areas-page .area-video-card img {
  grid-area: media;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  transform: none;
  background: #06111f;
}

.areas-page .area-video-card:hover img {
  transform: none;
}

.areas-page .area-video-card strong {
  grid-area: title;
}

.areas-page .area-video-card > span {
  grid-area: meta;
}

.areas-page .area-video-card::before,
.areas-page .area-video-card::after {
  grid-area: media;
  position: relative;
  top: auto;
  left: auto;
  place-self: center;
  pointer-events: none;
}

.areas-page .area-video-card::before {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: rgba(3, 27, 49, 0.58);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(3px);
}

.areas-page .area-video-card::after {
  margin-left: 4px;
  border-left: 14px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

/* Communities CTA: exact photo-free, full-width gold-gradient family used elsewhere. */
.areas-page .home-cta-section.inner-cta {
  margin: 0;
  padding: 0;
  background: #fff;
}

.areas-page .home-cta-section.inner-cta .home-cta-panel {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  justify-content: stretch;
  justify-items: center;
  gap: 0;
  width: 100%;
  max-width: none;
  min-height: clamp(320px, 32vw, 440px);
  margin: 0;
  padding: clamp(48px, 5.4vw, 86px)
    max(var(--site-gutter), calc((100vw - var(--site-wide)) / 2 + var(--site-gutter) / 2));
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 235, 166, 0.34), transparent 28%),
    linear-gradient(135deg, #fff9e8, #fff 56%, #f6f8fb);
  box-shadow: none;
  color: var(--navy-950);
  text-align: center;
}

.areas-page .home-cta-section.inner-cta .home-cta-panel h2 {
  max-width: 760px;
  margin: 0 auto;
  color: var(--navy-950);
  font-size: clamp(36px, 3.6vw, 62px);
  line-height: 1.04;
}

.areas-page .home-cta-section.inner-cta .home-cta-panel > p:not(.eyebrow) {
  max-width: 690px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.58;
}

.areas-page .home-cta-section.inner-cta .home-cta-panel > div:last-child {
  display: flex;
  justify-content: center;
  gap: 14px;
  width: auto;
  margin-top: 24px;
}

.areas-page .home-cta-section.inner-cta .home-cta-panel :is(.primary-btn, .secondary-btn) {
  min-width: 210px;
}

.areas-page .home-cta-section.inner-cta .secondary-btn.navy {
  border-color: rgba(5, 39, 67, 0.72);
  background: transparent;
  color: var(--navy-950);
}

@media (max-width: 720px) {
  .areas-page .home-cta-section.inner-cta .home-cta-panel {
    padding: 42px 24px;
  }

  .areas-page .home-cta-section.inner-cta .home-cta-panel > div:last-child {
    width: 100%;
    flex-direction: column;
  }

  .areas-page .home-cta-section.inner-cta .home-cta-panel :is(.primary-btn, .secondary-btn) {
    width: 100%;
    min-width: 0;
  }
}
