/* ========================================
   POST: Harris County SFNCP
   Slug: mayer-security-selected-harris-county-sfncp-construction-security
   ======================================== */

.entry-content {
  max-width: 860px;
  color: #1f1f1f;
}

.entry-content > p {
  font-size: 17px;
  line-height: 1.75;
  color: #222;
  margin-bottom: 1.4em;
}

.entry-content h2 {
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 800;
  line-height: 1.25;
  color: #111;
  margin-top: 2.4em;
  margin-bottom: 0.7em;
  letter-spacing: -0.01em;
}

.entry-content a {
  color: #0f5a2f;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}
.entry-content a:hover { color: #0c7a3d; }

/* Lead paragraph emphasis */
.sfncp-lead {
  font-size: 19px !important;
  line-height: 1.7 !important;
  color: #1a1a1a !important;
  font-weight: 500;
  padding: 22px 26px;
  border-left: 4px solid #C8A45A;
  background: linear-gradient(90deg, rgba(200,164,90,0.08) 0%, rgba(200,164,90,0) 100%);
  border-radius: 6px;
  margin-bottom: 2em !important;
}

/* Inline article image with soft parallax tilt on scroll */
.sfncp-figure {
  position: relative;
  width: 100%;
  margin: 2.4em 0 2.4em;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 50px -25px rgba(0,0,0,0.4);
}
.sfncp-figure img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.02);
  transition: transform 8s ease-out;
}
.sfncp-figure.ms-visible img { transform: scale(1); }
.sfncp-figure figcaption {
  font-size: 14px;
  color: #555;
  text-align: center;
  padding: 10px 16px 2px;
  font-style: italic;
}

/* Parallax break sections (overrides.css provides base .ms-parallax-break) */
.entry-content .ms-parallax-break {
  height: 420px;
  margin: 3em 0;
  border-radius: 14px;
}
.entry-content .ms-parallax-break .ms-parallax-overlay {
  background: linear-gradient(135deg, rgba(10,10,10,0.72) 0%, rgba(20,20,20,0.5) 100%);
}
.entry-content .ms-parallax-content span {
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 700;
  color: #fff;
  max-width: 780px;
  line-height: 1.35;
  text-shadow: 0 2px 16px rgba(0,0,0,0.55);
}
.entry-content .ms-parallax-content .sfncp-parallax-sub {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  color: #C8A45A;
  letter-spacing: 0.16em;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: none;
}

/* Key facts card grid (3 cols, proportional) */
.sfncp-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 2.4em 0;
}
.sfncp-facts .sfncp-fact {
  background: #111;
  color: #fff;
  padding: 26px 22px;
  border-radius: 12px;
  border: 1px solid rgba(200,164,90,0.3);
  box-shadow: 0 10px 30px -18px rgba(0,0,0,0.45);
}
.sfncp-facts .sfncp-fact h3 {
  font-size: 16px;
  margin: 0 0 10px;
  color: #C8A45A;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 700;
}
.sfncp-facts .sfncp-fact p {
  font-size: 15px;
  line-height: 1.6;
  color: #f5f5f5;
  margin: 0;
}
@media (max-width: 767px) {
  .sfncp-facts { grid-template-columns: 1fr; }
}

/* CTA */
.sfncp-cta {
  margin: 3em 0 1em;
  padding: 32px 28px;
  background: linear-gradient(135deg, #0f1a12 0%, #0a1f10 100%);
  border: 1px solid rgba(200,164,90,0.35);
  border-radius: 14px;
  text-align: center;
  color: #fff;
}
.sfncp-cta h3 {
  color: #C8A45A;
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: 800;
}
.sfncp-cta p {
  color: #f5f5f5 !important;
  margin: 0 0 20px !important;
  font-size: 16px !important;
}
.sfncp-cta .sfncp-btn-flame {
  display: inline-block;
  padding: 14px 34px;
  background: linear-gradient(135deg, #12a54a 0%, #0a7a36 100%);
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  border-radius: 999px;
  text-decoration: none !important;
  box-shadow: 0 10px 28px -10px rgba(18,165,74,0.55), inset 0 1px 0 rgba(255,255,255,0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.sfncp-cta .sfncp-btn-flame:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 16px 36px -10px rgba(18,165,74,0.65);
}

/* Hide featured image container's default no-thumb gap not needed here */

@media (prefers-reduced-motion: reduce) {
  .sfncp-figure img { transform: none; transition: none; }
}
