:root {
  color-scheme: light;
  --ink: #f5f0e6;
  --muted: rgba(245, 240, 230, 0.68);
  --paper: #031f17;
  --ivory: rgba(245, 240, 230, 0.94);
  --cream: rgba(245, 240, 230, 0.08);
  --cream-soft: rgba(245, 240, 230, 0.14);
  --mist: #062f22;
  --teal: #e8ddc1;
  --green: #06291f;
  --gold: #c8b27a;
  --line: rgba(245, 240, 230, 0.16);
  --wrap: min(1240px, calc(100% - 72px));
  --hero-prayer-bg: url("assets/hero-prayer-bible-720.webp");
}

@media (min-width: 760px) {
  :root {
    --hero-prayer-bg: url("assets/hero-prayer-bible-1600.webp");
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background:
    radial-gradient(circle at 72% 72%, rgba(232, 221, 193, 0.08), transparent 32%),
    radial-gradient(circle at 20% 20%, rgba(11, 58, 42, 0.74), transparent 36%),
    linear-gradient(135deg, #031f17 0%, #062f22 52%, #0b3a2a 88%, #052b20 100%);
  color: var(--ink);
  opacity: 0;
  animation: heroFadeIn 900ms ease forwards;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 64%, rgba(200, 178, 122, 0.11), transparent 34%),
    linear-gradient(rgba(245, 240, 230, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 240, 230, 0.014) 1px, transparent 1px);
  background-size: 5px 5px;
  opacity: 0.4;
}

.hero::after {
  content: "";
  position: absolute;
  right: -2vw;
  bottom: -2vh;
  width: min(980px, 62vw);
  height: min(760px, 78vh);
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(3, 31, 23, 0) 0%, rgba(3, 31, 23, 0.16) 44%, rgba(3, 31, 23, 0.74) 78%, #031f17 100%),
    linear-gradient(90deg, rgba(3, 31, 23, 0.02), rgba(3, 31, 23, 0.42)),
    var(--hero-prayer-bg);
  background-position: center;
  background-size: cover;
  filter: saturate(0.92) contrast(0.96);
  opacity: 0.24;
  mask-image: radial-gradient(ellipse at 50% 50%, #000 0%, rgba(0, 0, 0, 0.68) 46%, transparent 80%);
}


.nav {
  position: relative;
  z-index: 2;
  left: auto;
  width: var(--wrap);
  transform: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: clamp(22px, 3vw, 36px) 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(245, 240, 230, 0.9);
  font-size: 0.98rem;
  font-weight: 600;
  white-space: nowrap;
}

.nav__items {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav__items a {
  color: rgba(245, 240, 230, 0.72);
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 180ms ease;
}

.nav__items a:hover {
  color: #f5f0e6;
}

.nav-toggle {
  display: none;
}

.success-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 50% 17%, rgba(200, 178, 122, 0.14), transparent 11%),
    radial-gradient(circle at 26% 28%, rgba(232, 221, 193, 0.08), transparent 22%),
    radial-gradient(circle at 78% 34%, rgba(9, 79, 58, 0.5), transparent 28%),
    linear-gradient(180deg, #031f17 0%, #041812 48%, #031f17 100%);
}

.success-shell {
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr;
}

.success-nav {
  grid-row: 1;
}

.success-panel {
  width: min(1240px, calc(100% - 56px));
  align-self: start;
  display: grid;
  gap: clamp(76px, 9vw, 128px);
  margin: 0 auto;
  padding: clamp(54px, 7vw, 92px) 0 clamp(64px, 8vw, 110px);
  text-align: center;
}

.success-hero-copy {
  position: relative;
  max-width: 1180px;
  justify-self: center;
}

.success-check {
  position: relative;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border: 1px solid rgba(232, 221, 193, 0.2);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 48%, rgba(200, 178, 122, 0.18), rgba(6, 47, 34, 0.68) 58%, rgba(3, 31, 23, 0.2) 100%);
  box-shadow: 0 0 44px rgba(200, 178, 122, 0.16);
}

.success-check::before {
  content: "";
  position: absolute;
  inset: -14px;
  border: 1px solid rgba(232, 221, 193, 0.08);
  border-radius: 50%;
}

.success-check span {
  width: 24px;
  height: 14px;
  border-left: 3px solid #f5f0e6;
  border-bottom: 3px solid #f5f0e6;
  transform: rotate(-45deg) translate(2px, -2px);
}

.success-panel h1 {
  max-width: 1120px;
  margin: 0 auto 22px;
  color: #f5f0e6;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 5.4vw, 5rem);
  font-weight: 600;
  line-height: 1;
}

.success-message {
  max-width: 650px;
  margin: 0 auto;
  color: rgba(245, 240, 230, 0.78);
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  line-height: 1.75;
}

.success-verse-ref {
  display: block;
  margin-top: 12px;
  color: #c8b27a;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.success-actions {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.success-next,
.success-scripture,
.success-receipt,
.success-help {
  border-top: 1px solid rgba(245, 240, 230, 0.12);
  padding-top: clamp(42px, 5vw, 64px);
}

.success-next h2,
.success-help h2 {
  margin: 0 auto;
  color: #f5f0e6;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  line-height: 1.2;
}

.success-small-scripture {
  max-width: 620px;
  margin: 18px auto 0;
  color: rgba(232, 221, 193, 0.78);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.25;
}

.success-small-scripture span {
  display: block;
  margin-top: 10px;
  color: #c8b27a;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.success-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 70px);
  margin-top: 38px;
}

.success-steps article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
}

.success-steps article + article::before {
  content: "";
  position: absolute;
  top: 24px;
  right: calc(50% + 38px);
  width: min(120px, 45%);
  height: 1px;
  background: rgba(245, 240, 230, 0.16);
}

.success-steps span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e8ddc1;
  color: #06291f;
  box-shadow: 0 0 34px rgba(200, 178, 122, 0.2);
  font-weight: 800;
}

.success-steps h3 {
  margin: 8px 0 0;
  color: #f5f0e6;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.05rem;
}

.success-steps p,
.success-help p {
  max-width: 310px;
  margin: 0;
  color: rgba(245, 240, 230, 0.72);
  font-size: 0.95rem;
  line-height: 1.65;
}

.success-scripture {
  max-width: 790px;
  justify-self: center;
}

.success-scripture p {
  margin: 0;
  color: #f5f0e6;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4.4vw, 4.2rem);
  font-weight: 600;
  line-height: 1.02;
}

.success-scripture span {
  display: block;
  margin-top: 22px;
  color: #c8b27a;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.success-receipt {
  justify-self: center;
  width: min(620px, 100%);
}

.success-receipt.is-hidden {
  display: none;
}

.success-details {
  display: grid;
  gap: 18px;
  margin: 26px 0 0;
}

.success-details:empty {
  display: none;
}

.success-details div {
  min-width: 0;
}

.success-details dt {
  margin-bottom: 6px;
  color: #c8b27a;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.success-details dd {
  margin: 0;
  color: rgba(245, 240, 230, 0.9);
  font-size: 1.02rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.success-help {
  justify-self: center;
  max-width: 760px;
}

.success-help p {
  max-width: 620px;
  margin: 16px auto 0;
}

.success-help blockquote {
  max-width: 720px;
  margin: 34px auto 0;
  color: #f5f0e6;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.8vw, 2.8rem);
  line-height: 1.12;
}

.success-help cite {
  display: block;
  margin-top: 14px;
  color: #c8b27a;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  align-self: center;
  padding: 40px 0 80px;
  text-align: center;
}

.hero__reference {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0;
  animation: fadeInSoft 800ms ease 180ms forwards;
}


h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

h1 {
  max-width: 920px;
  margin: 0 auto;
  color: #f5f0e6;
  font-size: clamp(64px, 7vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  opacity: 0;
  animation: fadeUpSoft 900ms ease 320ms forwards;
}

h2 {
  font-size: clamp(2.25rem, 3.1vw, 3.55rem);
}

.hero__copy {
  max-width: 680px;
  margin: 30px auto 0;
  color: rgba(245, 240, 230, 0.74);
  font-size: clamp(21px, 1.55vw, 24px);
  line-height: 1.62;
  opacity: 0;
  animation: fadeUpSoft 900ms ease 470ms forwards;
}


.hero__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
  opacity: 0;
  animation: fadeUpSoft 900ms ease 620ms forwards;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 34px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: #e8ddc1;
  color: #06291f;
}

.button--ghost {
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(245, 240, 230, 0.28);
  color: #f5f0e6;
}

.mobile-label {
  display: none;
}

.hero__microcopy {
  max-width: 560px;
  margin: 24px auto 0;
  color: rgba(245, 240, 230, 0.56);
  font-size: 0.94rem;
  line-height: 1.6;
  opacity: 0;
  animation: fadeUpSoft 900ms ease 760ms forwards;
}

.hero__bottom {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 24px 56px;
  color: rgba(245, 240, 230, 0.55);
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
}


.button--wide {
  width: 100%;
}

.prayer-section {
  width: 100%;
  position: relative;
  padding: clamp(86px, 10vw, 132px) max(36px, calc((100vw - 1180px) / 2)) clamp(154px, 12vw, 196px);
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(520px, 0.55fr);
  gap: clamp(56px, 7vw, 96px);
  align-items: center;
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 178, 122, 0.09), transparent 26%),
    linear-gradient(180deg, #052b20 0%, #062f22 100%);
}

.prayer-section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 128px;
  pointer-events: none;
  background: linear-gradient(180deg, #031f17 0%, rgba(5, 43, 32, 0.78) 46%, rgba(6, 47, 34, 0) 100%);
}

.prayer-copy {
  position: relative;
  z-index: 1;
  max-width: 540px;
}

.section-label {
  margin: 0 0 22px;
  color: #c8b27a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.prayer-copy h2 {
  max-width: 560px;
  color: #f5f0e6;
  font-size: clamp(3.4rem, 5vw, 5.5rem);
  line-height: 0.96;
}

.prayer-copy > p,
footer p {
  color: var(--muted);
  line-height: 1.8;
}

.prayer-copy > p {
  max-width: 520px;
  margin: 28px 0 0;
  font-size: 1.08rem;
}

.verse-card {
  width: min(390px, 100%);
  margin: 72px 0 0;
  padding: 28px 30px;
  border: 1px solid rgba(245, 240, 230, 0.1);
  border-radius: 24px;
  background: rgba(245, 240, 230, 0.06);
  box-shadow: none;
}

.verse-card p {
  margin: 0;
  color: #f5f0e6;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.2;
}

.verse-card cite {
  display: block;
  margin-top: 16px;
  color: rgba(245, 240, 230, 0.58);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.quiet-fruit {
  width: min(460px, 100%);
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(245, 240, 230, 0.14);
}

.quiet-fruit__label {
  margin: 0;
  color: rgba(200, 178, 122, 0.78);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.quiet-fruit p:not(.quiet-fruit__label) {
  margin: 12px 0 0;
  color: rgba(245, 240, 230, 0.68);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 1.6vw, 1.62rem);
  line-height: 1.22;
}

.prayer-form {
  position: relative;
  z-index: 1;
  width: min(580px, 100%);
  justify-self: end;
  display: grid;
  gap: 20px;
  padding: 48px;
  background: #f4efe3;
  border: 1px solid rgba(245, 240, 230, 0.3);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
}

.form-heading {
  margin-bottom: 30px;
}

.form-heading h3 {
  margin: 0;
  margin-bottom: 14px;
  color: #09271e;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.25rem, 3vw, 3rem);
  line-height: 1;
}

.form-heading p {
  margin: 0;
  color: rgba(9, 39, 30, 0.72);
  font-size: 1rem;
  line-height: 1.65;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.bot-field {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.bot-field input {
  width: auto;
  padding: 0;
  border: 0;
}

label {
  display: grid;
  gap: 8px;
  color: #09271e;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

label em {
  color: rgba(9, 39, 30, 0.52);
  font-style: normal;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(9, 39, 30, 0.12);
  border-radius: 14px;
  background: #fbf7ed;
  color: #09271e;
  padding: 15px 16px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

input::placeholder,
textarea::placeholder {
  color: rgba(9, 39, 30, 0.42);
}

textarea {
  min-height: 180px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(9, 39, 30, 0.34);
  background: #fffbf2;
  box-shadow: 0 0 0 3px rgba(9, 39, 30, 0.08);
}

.form-note,
.form-success {
  margin: 0;
  color: rgba(9, 39, 30, 0.62);
  font-size: 0.82rem;
  line-height: 1.65;
}

.form-note {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(9, 39, 30, 0.05);
  color: rgba(9, 39, 30, 0.68);
  font-size: 13px;
  line-height: 1.55;
}

.form-success {
  display: none;
  padding: 14px 15px;
  background: rgba(9, 39, 30, 0.07);
  color: #09271e;
  font-weight: 700;
}

.form-success.is-visible {
  display: block;
}

.form-success.is-error,
.circle-form__success.is-error {
  background: rgba(139, 54, 34, 0.12);
  color: #7a2d1e;
}

.button--submit {
  min-height: 56px;
  background: #09271e;
  color: #f5f0e6;
  border-radius: 999px;
}

.mission-bridge {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 5vw, 72px);
  width: 100%;
  margin: clamp(-72px, -5vw, -52px) 0 clamp(-42px, -3vw, -30px);
  padding: clamp(18px, 1.8vw, 24px) max(36px, calc((100vw - 1280px) / 2));
  border-top: 1px solid rgba(6, 41, 31, 0.1);
  border-bottom: 1px solid rgba(6, 41, 31, 0.1);
  background:
    linear-gradient(rgba(6, 41, 31, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 41, 31, 0.015) 1px, transparent 1px),
    #f4efe3;
  background-size: 18px 18px;
  color: #06291f;
}

.mission-bridge__copy {
  width: min(920px, 100%);
}

.mission-bridge__copy h2 {
  margin: 0;
  color: #06291f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 2.25vw, 2.55rem);
  font-weight: 700;
  line-height: 1.04;
}

.mission-bridge__copy p {
  margin: 8px 0 0;
  color: rgba(6, 41, 31, 0.7);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.45;
}

.mission-bridge__button {
  flex: 0 0 auto;
  min-height: 52px;
  border-color: #06291f;
  background: #06291f;
  color: #f4efe3;
  padding: 0 32px;
}

.support-strip {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: clamp(-46px, -3.6vw, -32px);
  padding: clamp(150px, 12vw, 192px) max(36px, calc((100vw - 1280px) / 2)) clamp(96px, 8vw, 132px);
  background:
    radial-gradient(circle at 50% 18%, rgba(232, 221, 193, 0.12), transparent 34%),
    radial-gradient(circle at 16% 72%, rgba(9, 76, 58, 0.5), transparent 30%),
    linear-gradient(180deg, #05261f 0%, #031f17 58%, #05261f 100%);
}

.support-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(245, 240, 230, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 240, 230, 0.016) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
}

.mission-block {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1280px, 100%);
  gap: clamp(32px, 4vw, 50px);
  margin: 0 auto;
}

.mission-header {
  width: min(1140px, 100%);
  justify-self: center;
  text-align: center;
}

.mission-header .section-label {
  margin-bottom: 18px;
}

.mission-header h2 {
  max-width: none;
  margin: 0 auto;
  color: #f5f0e6;
  font-size: clamp(4rem, 6.05vw, 6.9rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.02em;
}

.mission-header > p:not(.section-label) {
  max-width: 820px;
  margin: 20px auto 0;
  color: rgba(245, 240, 230, 0.68);
  font-size: clamp(1rem, 1.24vw, 1.16rem);
  line-height: 1.75;
}

.mission-support-stage {
  position: relative;
  display: grid;
  justify-items: center;
  padding-bottom: clamp(178px, 14vw, 210px);
}

.mission-photo {
  width: min(1220px, 100%);
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
  aspect-ratio: 1220 / 520;
  background: rgba(244, 239, 227, 0.08);
}

.mission-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.94) brightness(0.82);
}

.mission-photo picture {
  display: block;
  width: 100%;
  height: 100%;
}

.support-panel {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  width: min(1120px, calc(100% - 116px));
  transform: translateX(-50%);
  overflow: hidden;
  padding: clamp(22px, 2.5vw, 30px) clamp(32px, 3.6vw, 44px);
  background: #f4efe3;
  border: 1px solid rgba(6, 41, 31, 0.09);
  border-radius: 0;
  color: #163126;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.16);
  --corner-cut: 22px;
  -webkit-mask:
    radial-gradient(circle at 0 0, transparent 0 var(--corner-cut), #000 calc(var(--corner-cut) + 1px)) top left / 51% 51% no-repeat,
    radial-gradient(circle at 100% 0, transparent 0 var(--corner-cut), #000 calc(var(--corner-cut) + 1px)) top right / 51% 51% no-repeat,
    radial-gradient(circle at 0 100%, transparent 0 var(--corner-cut), #000 calc(var(--corner-cut) + 1px)) bottom left / 51% 51% no-repeat,
    radial-gradient(circle at 100% 100%, transparent 0 var(--corner-cut), #000 calc(var(--corner-cut) + 1px)) bottom right / 51% 51% no-repeat;
  mask:
    radial-gradient(circle at 0 0, transparent 0 var(--corner-cut), #000 calc(var(--corner-cut) + 1px)) top left / 51% 51% no-repeat,
    radial-gradient(circle at 100% 0, transparent 0 var(--corner-cut), #000 calc(var(--corner-cut) + 1px)) top right / 51% 51% no-repeat,
    radial-gradient(circle at 0 100%, transparent 0 var(--corner-cut), #000 calc(var(--corner-cut) + 1px)) bottom left / 51% 51% no-repeat,
    radial-gradient(circle at 100% 100%, transparent 0 var(--corner-cut), #000 calc(var(--corner-cut) + 1px)) bottom right / 51% 51% no-repeat;
}

.support-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(6, 41, 31, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 41, 31, 0.016) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.48;
}

.support-panel::after {
  content: "";
  position: absolute;
  inset: 9px;
  pointer-events: none;
  border: 1px solid rgba(6, 41, 31, 0.055);
}


.support-panel__top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.36fr) minmax(540px, 0.64fr);
  gap: clamp(34px, 4.6vw, 58px);
  align-items: center;
}

.support-quote {
  margin: 0;
  padding: 0 clamp(26px, 3.6vw, 42px) 0 0;
  border-right: 1px solid rgba(6, 41, 31, 0.16);
}

.support-quote p {
  margin: 0;
  color: #06291f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 2.55vw, 2.75rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.01em;
}

.support-quote cite {
  display: block;
  margin-top: 20px;
  color: rgba(6, 41, 31, 0.58);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.support-form {
  display: grid;
  gap: 10px;
  margin: 0;
}

.support-helper {
  margin: 0;
  color: rgba(22, 49, 38, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
}

.amount-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
  margin: 0;
  padding: 0;
  border: 0;
}

.amount-option {
  min-height: 45px;
  border: 1px solid rgba(6, 41, 31, 0.13);
  border-radius: 7px;
  background: rgba(255, 252, 244, 0.42);
  color: #163126;
  cursor: pointer;
  font-size: 1.02rem;
  font-weight: 700;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.amount-option:hover {
  transform: translateY(-1px);
  border-color: rgba(6, 41, 31, 0.28);
  background: rgba(255, 252, 244, 0.72);
}

.amount-option.is-selected {
  border-color: #07382c;
  background: #07382c;
  color: #f5f0e6;
}

.custom-amount {
  display: none;
  margin-top: 2px;
  color: #163126;
}

.custom-amount.is-visible {
  display: grid;
}

.custom-amount span {
  color: rgba(22, 49, 38, 0.62);
}

.support-panel .support-cta {
  width: 100%;
  min-height: 51px;
  border-radius: 999px;
  background: #07382c;
  color: #f5f0e6;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(7, 56, 44, 0.18);
}

.support-microcopy {
  margin: 0;
  color: rgba(22, 49, 38, 0.62);
  font-size: 0.76rem;
  line-height: 1.45;
  text-align: center;
}

.support-status {
  display: none;
  margin: 0;
  color: #07382c;
  font-size: 0.84rem;
  font-weight: 600;
  text-align: center;
}

.support-status.is-visible {
  display: block;
}

.support-impact {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(18px, 2vw, 23px);
  padding-top: clamp(18px, 2vw, 22px);
  border-top: 1px solid rgba(6, 41, 31, 0.13);
}

.support-impact article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 0 clamp(18px, 2.6vw, 32px);
}

.support-impact article + article {
  border-left: 1px solid rgba(6, 41, 31, 0.12);
}

.impact-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #07382c;
  color: #e8ddc1;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
}

.support-impact h3 {
  margin: 0;
  color: #163126;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.2rem, 1.38vw, 1.52rem);
  font-weight: 600;
  line-height: 1.08;
}

.support-impact p {
  margin: 6px 0 0;
  color: rgba(22, 49, 38, 0.68);
  font-size: 0.84rem;
  line-height: 1.42;
}

.support-remembrance {
  position: relative;
  z-index: 1;
  margin: clamp(16px, 1.8vw, 22px) auto 0;
  max-width: 760px;
  color: rgba(22, 49, 38, 0.68);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
}

.support-remembrance span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journey-support {
  display: grid;
  gap: clamp(54px, 6vw, 82px);
  min-height: 0;
  padding: clamp(86px, 9vw, 126px) max(28px, calc((100vw - 1380px) / 2));
  background:
    radial-gradient(circle at 50% 12%, rgba(200, 178, 122, 0.12), transparent 34%),
    #f4efe3;
  color: #09271e;
}

.why-pray-intro {
  width: min(860px, 100%);
  justify-self: center;
  text-align: center;
}

.why-pray-intro .section-label {
  color: #7f6b37;
}

.why-pray-intro h2 {
  margin: 0;
  color: #09271e;
  font-size: clamp(3rem, 5.4vw, 5.8rem);
  line-height: 0.96;
}

.why-pray-intro p:not(.section-label) {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(9, 39, 30, 0.68);
  font-size: clamp(1.04rem, 1.4vw, 1.18rem);
  line-height: 1.72;
}

.prayer-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 2.8vw, 38px);
  width: min(1220px, 100%);
  justify-self: center;
}

.prayer-image-item {
  display: grid;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 252, 244, 0.34), rgba(255, 252, 244, 0.16)),
    rgba(9, 39, 30, 0.035);
  transition:
    transform 420ms ease,
    background-color 420ms ease;
}

.prayer-image-slot {
  position: relative;
  display: grid;
  aspect-ratio: 1200 / 760;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(9, 39, 30, 0.055), transparent 48%),
    rgba(9, 39, 30, 0.035);
}

.prayer-image-slot::before {
  content: none;
}

.prayer-image-slot picture,
.prayer-image-slot img {
  width: 100%;
  height: 100%;
  display: block;
}

.prayer-image-slot img {
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
  will-change: transform;
}

.prayer-image-item:hover,
.prayer-image-item:focus-within {
  transform: translateY(-6px);
  background:
    linear-gradient(180deg, rgba(255, 252, 244, 0.48), rgba(255, 252, 244, 0.22)),
    rgba(9, 39, 30, 0.04);
}

.prayer-image-item:hover .prayer-image-slot img,
.prayer-image-item:focus-within .prayer-image-slot img {
  transform: scale(1.045);
}

.prayer-verse-overlay {
  position: absolute;
  left: clamp(22px, 3vw, 38px);
  right: clamp(22px, 3vw, 38px);
  bottom: clamp(20px, 2.8vw, 34px);
  z-index: 2;
  color: #f5f0e6;
}

.prayer-image-slot .prayer-verse-overlay p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.08rem, 1.45vw, 1.42rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.01em;
  text-shadow: none;
}

.prayer-image-slot .prayer-verse-overlay span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: none;
}

.prayer-image-item figcaption {
  max-width: 100%;
  padding: clamp(26px, 3.2vw, 42px);
}

.prayer-image-item h3 {
  margin: 0;
  color: #09271e;
  font-size: clamp(2rem, 2.45vw, 2.8rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.01em;
}

.prayer-image-item p {
  margin: 13px 0 0;
  color: rgba(9, 39, 30, 0.66);
  font-size: 0.98rem;
  line-height: 1.62;
}

.reach-prayer {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 9vw, 132px) max(36px, calc((100vw - 1240px) / 2));
  border-top: 1px solid rgba(9, 39, 30, 0.08);
  background:
    radial-gradient(circle at 14% 8%, rgba(200, 178, 122, 0.16), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(6, 41, 31, 0.08), transparent 28%),
    linear-gradient(180deg, #fbf7ed 0%, #f4efe3 100%);
  color: #09271e;
}

.reach-prayer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(9, 39, 30, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 39, 30, 0.035) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
  opacity: 0.46;
}

.reach-prayer__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(42px, 6vw, 72px);
}

.reach-prayer__header {
  width: min(920px, 100%);
  margin: 0 auto;
  text-align: center;
}

.reach-prayer__header .section-label {
  color: #8c7438;
}

.reach-prayer__header h2 {
  max-width: 1120px;
  margin: 14px auto 0;
  color: #09271e;
  font-size: clamp(3.2rem, 5.9vw, 6.35rem);
  font-weight: 500;
  line-height: 0.98;
}

.reach-prayer__header p:not(.section-label) {
  width: min(760px, 100%);
  margin: 26px auto 0;
  color: rgba(9, 39, 30, 0.7);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.78;
}

.prayer-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(9, 39, 30, 0.18);
  border-left: 1px solid rgba(9, 39, 30, 0.12);
}

.prayer-field {
  position: relative;
  min-height: 410px;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 38px);
  border-right: 1px solid rgba(9, 39, 30, 0.12);
  border-bottom: 1px solid rgba(9, 39, 30, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.36), rgba(244, 239, 227, 0.08)),
    rgba(244, 239, 227, 0.28);
}

.prayer-field::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(140, 116, 56, 0.28);
  border-radius: 50%;
  opacity: 0.62;
}

.prayer-field span {
  color: #8c7438;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.prayer-field h3 {
  max-width: 360px;
  margin: 32px 0 0;
  color: #09271e;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 1.95vw, 2.18rem);
  font-weight: 600;
  line-height: 1.04;
}

.prayer-field p {
  margin: 17px 0 0;
  color: rgba(9, 39, 30, 0.66);
  font-size: 0.91rem;
  line-height: 1.62;
}

.prayer-field cite {
  margin-top: auto;
  padding-top: 24px;
  color: rgba(9, 39, 30, 0.78);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.02rem, 1.18vw, 1.28rem);
  font-style: normal;
  line-height: 1.24;
}

.quiet-answers {
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  padding: clamp(22px, 2.6vw, 32px) clamp(30px, 4vw, 52px);
  background:
    radial-gradient(circle at 18% 18%, rgba(200, 178, 122, 0.13), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(245, 240, 230, 0.07), transparent 26%),
    linear-gradient(135deg, #05261f 0%, #06291f 62%, #0a3428 100%);
  color: #f5f0e6;
}

.quiet-answers .section-label {
  color: rgba(232, 221, 193, 0.76);
  text-align: center;
}

.quiet-answers__header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.quiet-answers__list {
  margin: 8px 0 0;
  color: rgba(245, 240, 230, 0.9);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 3.05vw, 3.55rem);
  line-height: 0.98;
  white-space: nowrap;
}

.quiet-answers__bottom {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(360px, 0.38fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding-top: clamp(14px, 1.8vw, 22px);
  border-top: 1px solid rgba(245, 240, 230, 0.18);
}

.quiet-answers blockquote p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.04rem, 1.25vw, 1.36rem);
  line-height: 1.22;
}

.quiet-answers blockquote cite {
  display: block;
  margin-top: 10px;
  color: rgba(245, 240, 230, 0.62);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.quiet-answers__cta {
  display: grid;
  justify-items: end;
  gap: 12px;
  text-align: right;
}

.quiet-answers__cta p {
  max-width: none;
  margin: 0;
  color: rgba(245, 240, 230, 0.7);
  font-size: 0.9rem;
  line-height: 1.5;
  white-space: nowrap;
}

.quiet-answers .button {
  min-height: 48px;
  padding: 0 28px;
}

.button--cream {
  border-color: #f4efe3;
  background: #f4efe3;
  color: #06291f;
}

.prayer-circle {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) minmax(520px, 0.56fr);
  gap: clamp(52px, 7vw, 96px);
  align-items: center;
  padding: clamp(86px, 9vw, 126px) max(36px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(200, 178, 122, 0.12), transparent 28%),
    radial-gradient(circle at 12% 86%, rgba(245, 240, 230, 0.07), transparent 32%),
    linear-gradient(135deg, #031f17 0%, #06291f 58%, #083426 100%);
  color: #f5f0e6;
}

.prayer-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(245, 240, 230, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 240, 230, 0.016) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.38;
}

.prayer-circle__copy,
.circle-form {
  position: relative;
  z-index: 1;
}

.prayer-circle__copy {
  max-width: 560px;
}

.prayer-circle__copy h2 {
  margin: 0;
  color: #f5f0e6;
  font-size: clamp(3.3rem, 5.1vw, 5.7rem);
  font-weight: 500;
  line-height: 0.96;
}

.prayer-circle__copy > p:not(.section-label) {
  margin: 28px 0 0;
  color: rgba(245, 240, 230, 0.72);
  font-size: 1.05rem;
  line-height: 1.78;
}

.why-stand {
  display: grid;
  gap: 16px;
  width: min(500px, 100%);
  margin-top: 34px;
  padding: 22px 0;
  border-top: 1px solid rgba(245, 240, 230, 0.14);
  border-bottom: 1px solid rgba(245, 240, 230, 0.14);
}

.why-stand__label {
  margin: 0;
  color: rgba(200, 178, 122, 0.82);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.why-stand__item {
  display: grid;
  gap: 7px;
}

.why-stand__item p {
  margin: 0;
  color: rgba(245, 240, 230, 0.86);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.28rem, 1.65vw, 1.72rem);
  line-height: 1.16;
}

.why-stand__item cite {
  color: rgba(245, 240, 230, 0.54);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.prayer-circle__note {
  max-width: 430px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 0;
}

.circle-form {
  display: grid;
  gap: 20px;
  width: min(620px, 100%);
  justify-self: end;
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid rgba(245, 240, 230, 0.3);
  background:
    linear-gradient(rgba(6, 41, 31, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 41, 31, 0.016) 1px, transparent 1px),
    #f4efe3;
  background-size: 18px 18px;
  color: #09271e;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.circle-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.circle-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(9, 39, 30, 0.1);
  background: rgba(9, 39, 30, 0.045);
  color: rgba(9, 39, 30, 0.76);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.48;
}

.circle-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #07382c;
}

.circle-form__cta {
  width: 100%;
  min-height: 58px;
  background: #07382c;
  color: #f5f0e6;
}

.circle-form__privacy,
.circle-form__success {
  margin: 0;
  color: rgba(9, 39, 30, 0.64);
  font-size: 0.82rem;
  line-height: 1.55;
  text-align: center;
}

.circle-form__success {
  display: none;
  padding: 14px 16px;
  background: rgba(9, 39, 30, 0.07);
  color: #09271e;
  font-weight: 700;
}

.circle-form__success.is-visible {
  display: block;
}
footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px max(36px, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--line);
}

footer p {
  margin: 0;
  font-size: 0.84rem;
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInSoft {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeUpSoft {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  :root {
    --wrap: calc(100% - 40px);
  }

  .success-panel {
    width: min(100% - 40px, 840px);
  }

  .success-steps {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .success-steps article + article::before {
    display: none;
  }

  .hero {
    min-height: 100svh;
  }

  .nav {
    padding: 22px 0;
    flex-wrap: wrap;
  }

  .nav__items {
    display: none;
  }

  h1 {
    max-width: 620px;
    font-size: clamp(3rem, 10vw, 4.3rem);
  }

  .hero__content {
    width: min(760px, calc(100% - 40px));
    padding: 34px 0 68px;
  }

  .prayer-section {
    grid-template-columns: 1fr;
    gap: 56px;
    padding: 72px 28px 150px;
  }

  .prayer-copy,
  .prayer-form {
    width: min(680px, 100%);
    justify-self: center;
  }

  .prayer-copy {
    max-width: 680px;
  }

  .support-strip,
  .journey-support,
  .reach-prayer,
  .prayer-circle {
    min-height: 0;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .support-strip {
    margin-top: -32px;
    padding-top: 142px;
  }

  .journey-support {
    grid-template-columns: 1fr;
  }

  .mission-block {
    gap: 42px;
  }

  .journey-support,
  .reach-prayer,
  .prayer-circle,
  .support-strip {
    padding-left: 28px;
    padding-right: 28px;
  }

  .mission-bridge {
    flex-wrap: wrap;
    width: min(920px, calc(100% - 56px));
    margin-top: -90px;
    margin-bottom: -68px;
  }

  .mission-bridge__button {
    min-height: 48px;
  }

  .prayer-circle {
    grid-template-columns: 1fr;
  }

  .prayer-circle__copy,
  .circle-form {
    width: min(680px, 100%);
    justify-self: center;
  }

  .mission-header h2 {
    font-size: clamp(2.8rem, 8.8vw, 4.2rem);
  }

  .mission-support-stage {
    padding-bottom: 0;
  }

  .mission-photo {
    width: min(760px, 100%);
    aspect-ratio: 1.45 / 1;
  }

  .support-panel {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(720px, 100%);
    margin-top: -54px;
    transform: none;
  }

  .support-panel__top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .support-quote {
    padding: 0 0 26px;
    border-right: 0;
    border-bottom: 1px solid rgba(6, 41, 31, 0.14);
    text-align: center;
  }

  .support-impact {
    grid-template-columns: 1fr;
  }

  .support-impact article {
    padding: 22px 0;
  }

  .support-impact article + article {
    border-left: 0;
    border-top: 1px solid rgba(6, 41, 31, 0.12);
  }

  .prayer-image-grid {
    width: 100%;
  }

  .why-pray-intro h2 {
    font-size: clamp(2.8rem, 8.5vw, 4.4rem);
  }

  .prayer-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .prayer-field {
    min-height: 390px;
  }

  .quiet-answers {
    grid-template-columns: 1fr;
  }

  .quiet-answers__bottom {
    grid-template-columns: 1fr;
  }

  .quiet-answers__list,
  .quiet-answers__cta p {
    white-space: normal;
  }

  .quiet-answers__cta {
    justify-items: start;
    padding-top: 4px;
    text-align: left;
  }
}

@media (max-width: 560px) {
  :root {
    --wrap: calc(100% - 32px);
  }

  .success-panel {
    width: min(100% - 32px, 560px);
    gap: 58px;
    padding-top: 28px;
  }

  .success-panel h1 {
    font-size: clamp(2.55rem, 11vw, 3.45rem);
    line-height: 0.98;
  }

  .success-actions .button {
    width: 100%;
  }

  .success-check {
    width: 66px;
    height: 66px;
  }

  .success-scripture p {
    font-size: clamp(2rem, 12vw, 3.3rem);
  }

  .brand {
    font-size: 0.82rem;
  }

  .hero {
    min-height: 100svh;
  }

  .hero::after {
    right: -28vw;
    bottom: 7vh;
    width: 118vw;
    height: 42vh;
    background-position: 58% 50%;
    opacity: 0.28;
    mask-image: radial-gradient(ellipse at 50% 50%, #000 0%, rgba(0, 0, 0, 0.7) 44%, transparent 82%);
  }

  body.menu-open {
    overflow: hidden;
  }

  h1 {
    font-size: clamp(2.75rem, 13vw, 3.5rem);
    line-height: 1;
  }

  .nav {
    align-items: flex-start;
    position: relative;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
    gap: 1px;
    width: 28px;
    height: 28px;
    margin-top: -4px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #f5f0e6;
    cursor: pointer;
  }

  .nav.is-open .nav-toggle {
    position: fixed;
    top: 28px;
    right: 24px;
    z-index: 25;
    background: transparent;
  }

  .nav-toggle span {
    display: block;
    width: 17px;
    height: 1.6px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav.is-open .nav-toggle span:nth-child(1) {
    transform: translateY(3.6px) rotate(45deg);
  }

  .nav.is-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .nav.is-open .nav-toggle span:nth-child(3) {
    transform: translateY(-3.6px) rotate(-45deg);
  }

  .nav__items {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: grid;
    align-content: start;
    width: min(74vw, 430px);
    height: 100svh;
    min-width: 0;
    gap: 0;
    padding: 118px 22px 32px;
    border-right: 0;
    background:
      radial-gradient(circle at 20% 8%, rgba(200, 178, 122, 0.1), transparent 28%),
      #031f17;
    box-shadow: none;
    pointer-events: none;
    transform: translateX(calc(-100% - 96px));
    transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .nav.is-open .nav__items {
    border-right: 1px solid rgba(245, 240, 230, 0.16);
    box-shadow: 24px 0 80px rgba(0, 0, 0, 0.34);
    pointer-events: auto;
    transform: translateX(0);
  }

  .nav__items a {
    padding: 18px 0;
    color: rgba(245, 240, 230, 0.88);
    font-size: clamp(1.22rem, 5.2vw, 1.55rem);
    font-weight: 500;
    line-height: 1.18;
    border-bottom: 1px solid rgba(245, 240, 230, 0.14);
  }

  .nav__items a:last-child {
    border-bottom: 0;
  }

  .hero__reference {
    margin-bottom: 18px;
    font-size: 0.68rem;
  }

  .hero__copy {
    margin-top: 24px;
    font-size: clamp(17px, 4.5vw, 19px);
    line-height: 1.58;
  }

  .hero__actions {
    display: grid;
    justify-items: center;
    gap: 8px;
    margin-top: 30px;
  }

  .hero__microcopy {
    margin-top: 20px;
    font-size: 0.86rem;
  }

  .hero__bottom {
    padding-bottom: 22px;
    font-size: 0.78rem;
  }


  .button {
    width: 100%;
  }

  .hero__actions .button {
    width: min(300px, 100%);
  }

  .hero__actions .button--primary {
    min-height: 48px;
    padding: 0 26px;
    font-size: 0.94rem;
  }

  .hero__actions .button--ghost {
    min-height: 34px;
    padding: 0 10px;
    border-color: transparent;
    background: transparent;
    color: rgba(245, 240, 230, 0.72);
    font-size: 0.88rem;
    font-weight: 600;
  }

  .hero__actions .button--ghost:hover {
    transform: none;
    color: #f5f0e6;
  }

  .desktop-label {
    display: none;
  }

  .mobile-label {
    display: inline;
  }


  .field-row {
    grid-template-columns: 1fr;
  }

  .prayer-form {
    width: 100%;
    padding: 28px;
  }

  .prayer-section,
  .support-strip,
  .journey-support,
  .reach-prayer,
  .prayer-circle {
    padding-left: 18px;
    padding-right: 18px;
  }

  .prayer-section {
    padding-bottom: 140px;
  }

  .support-strip {
    margin-top: -28px;
    padding-top: 132px;
  }

  .mission-bridge {
    width: 100%;
    margin-top: -78px;
    margin-bottom: -58px;
    padding: 18px;
  }

  .mission-bridge__copy h2 {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .mission-bridge__copy p {
    font-size: 0.95rem;
  }

  .mission-bridge__button {
    width: 100%;
  }

  .prayer-copy h2 {
    font-size: clamp(2.65rem, 13vw, 3.4rem);
  }

  .prayer-copy > p {
    font-size: 1rem;
  }

  .verse-card {
    margin-top: 42px;
    padding: 22px;
  }

  .quiet-fruit {
    margin-top: 22px;
    padding-top: 20px;
  }

  .quiet-fruit p:not(.quiet-fruit__label) {
    font-size: 1.28rem;
  }

  .form-heading h3 {
    font-size: 2.25rem;
  }

  .mission-header h2 {
    font-size: clamp(2.35rem, 12vw, 3.3rem);
  }

  .mission-header {
    text-align: left;
  }

  .mission-header > p:not(.section-label) {
    margin-left: 0;
    margin-right: 0;
  }

  .mission-support-stage {
    gap: 0;
  }

  .mission-photo {
    aspect-ratio: 1.05 / 1;
  }

  .support-panel {
    width: 100%;
    margin-top: -28px;
    padding: 26px 20px;
    border-radius: 12px;
    clip-path: none;
  }

  .support-quote {
    text-align: left;
  }

  .amount-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .prayer-image-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .journey-support {
    background: #f4efe3;
  }

  .prayer-image-item {
    background: transparent;
  }

  .why-pray-intro {
    text-align: left;
  }

  .why-pray-intro h2 {
    font-size: clamp(2.5rem, 12vw, 3.35rem);
  }

  .why-pray-intro p:not(.section-label) {
    font-size: 1rem;
  }

  .prayer-image-item figcaption {
    margin-top: 18px;
  }

  .prayer-verse-overlay {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .prayer-image-slot .prayer-verse-overlay p {
    font-size: 1rem;
  }

  .prayer-image-slot .prayer-verse-overlay span {
    font-size: 0.6rem;
  }

  .prayer-image-item h3 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .mission-header h2 {
    font-size: clamp(2.45rem, 12vw, 3.35rem);
  }

  .support-quote p {
    font-size: clamp(2rem, 10vw, 2.85rem);
  }

  .prayer-circle__copy h2 {
    font-size: clamp(2.65rem, 12vw, 3.55rem);
  }

  .prayer-circle__copy > p:not(.section-label) {
    font-size: 1rem;
  }

  .why-stand {
    margin-top: 28px;
    padding: 20px 0;
  }

  .why-stand__item p {
    font-size: 1.28rem;
  }

  .circle-form {
    padding: 28px 20px;
  }

  .circle-form__grid {
    grid-template-columns: 1fr;
  }

  .reach-prayer__header {
    text-align: left;
  }

  .reach-prayer__header h2 {
    font-size: clamp(2.75rem, 13vw, 3.7rem);
  }

  .reach-prayer__header p:not(.section-label) {
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
  }

  .prayer-fields {
    grid-template-columns: 1fr;
  }

  .prayer-field {
    min-height: 0;
    padding: 28px 22px;
  }

  .prayer-field h3 {
    margin-top: 26px;
    font-size: clamp(1.85rem, 9.5vw, 2.45rem);
  }

  .prayer-field cite {
    padding-top: 24px;
  }

  .quiet-answers {
    padding: 22px 18px;
  }

  .quiet-answers__list {
    font-size: clamp(2rem, 9.2vw, 2.7rem);
    line-height: 1.02;
  }

  .quiet-answers blockquote p {
    font-size: clamp(1.12rem, 5.8vw, 1.48rem);
  }

  .quiet-answers .button {
    min-height: 46px;
  }
  footer {
    display: grid;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .prayer-image-item:hover,
  .prayer-image-item:focus-within,
  .prayer-image-item:hover .prayer-image-slot img,
  .prayer-image-item:focus-within .prayer-image-slot img {
    transform: none;
  }
}
