/* A deliberate foundation moment between the founder story and final invitation. */
.scripture-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fffaf0;
  background: radial-gradient(ellipse 55% 78% at 50% 48%, rgba(44, 92, 119, .22), transparent 76%), #0d344b;
  border-bottom: 1px solid rgba(217, 170, 63, .55);
}

.scripture-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(410px, 80vw);
  height: auto;
  transform: translate(-50%, -50%);
  fill: none;
  stroke: #a5c9dc;
  stroke-width: 3;
  opacity: .068;
  pointer-events: none;
}

.scripture-shell {
  width: min(100% - 48px, 1120px);
  min-height: 474px;
  margin: 0 auto;
  padding: 72px 0 78px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.scripture-eyebrow {
  margin: 0 0 24px;
  color: #d9aa3f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.scripture-eyebrow::before {
  width: 52px;
  height: 2px;
  margin: 0 auto 23px;
  display: block;
  background: #d9aa3f;
  content: "";
}

.scripture-reference {
  margin: 0 0 27px;
  display: block;
  color: #b4cbda;
  font-size: 14px;
  font-style: normal;
  font-weight: 750;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.scripture-verse {
  margin: 0;
  padding: 0;
  border: 0;
}

.scripture-verse p {
  margin: 0;
  color: #fffaf0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 4.2vw, 58px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.22;
  text-wrap: balance;
}

.scripture-lord { color: #d9aa3f; }

.scripture-divider {
  width: 52px;
  height: 2px;
  margin: 55px auto 0;
  display: block;
  background: #d9aa3f;
}

@media (max-width: 650px) {
  .scripture-watermark { width: min(300px, 78vw); opacity: .048; }

  .scripture-shell {
    width: min(100% - 40px, 560px);
    min-height: 418px;
    padding: 68px 0 74px;
  }

  .scripture-eyebrow { margin-bottom: 21px; }
  .scripture-eyebrow::before { width: 44px; margin-bottom: 20px; }
  .scripture-reference { margin-bottom: 23px; font-size: 13px; }
  .scripture-verse p { font-size: clamp(32px, 8vw, 40px); line-height: 1.3; }
  .scripture-desktop-break { display: none; }
  .scripture-divider { margin-top: 43px; }
}
