/* ============================================
   FAITH & SERVICE PAGE — leonmagara.com
   Personal, essay-style. Let the words carry.
   ============================================ */

/* --- Page Header --- */
.faith-header {
  text-align: center;
  padding: var(--spacing-section) 1.5rem 3rem;
  max-width: var(--max-width);
  margin: 0 auto;
}

/* --- Essay Body --- */
.faith-essay {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Section label — subtle, not competing */
.faith-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-blue);
  margin-bottom: 1.5rem;
  margin-top: 4rem;
}

.faith-label:first-child {
  margin-top: 0;
}

/* Paragraphs */
.faith-essay p {
  font-size: 1.125rem;
  line-height: 1.85;
  color: var(--color-slate);
  margin-bottom: 1.5rem;
}

/* Pull quote */
.faith-pullquote {
  max-width: 720px;
  margin: 3rem auto;
  padding: 2.5rem 1.5rem;
  text-align: center;
}

.faith-pullquote p {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.3;
  font-style: italic;
}

/* Service areas */
.faith-service-area {
  margin-bottom: 1.5rem;
}

.faith-service-area strong {
  color: var(--color-navy);
  font-weight: 600;
}

/* Closing line */
.faith-closing {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #E2E8F0;
}

.faith-closing p {
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.85;
  color: var(--color-navy);
}

/* Bottom spacing before footer */
.faith-end-spacer {
  height: var(--spacing-section);
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .faith-pullquote p {
    font-size: 1.375rem;
  }

  .faith-label {
    margin-top: 3rem;
  }
}

@media (max-width: 480px) {
  .faith-essay {
    padding: 0 1rem;
  }

  .faith-pullquote {
    padding: 2rem 1rem;
  }

  .faith-pullquote p {
    font-size: 1.25rem;
  }
}
