:root {
  --navy: #092d52;
  --navy-deep: #061f3a;
  --blue: #0b4d86;
  --gold: #d5a333;
  --gold-light: #f1cc71;
  --cream: #f7f2e7;
  --ink: #132b42;
  --muted: #617386;
  --line: #dbe2e8;
  --white: #ffffff;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { min-width: 0; margin: 0; overflow-x: clip; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
main, section, header, footer { min-width: 0; }
img, svg { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { max-width: 100%; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header { height: 86px; padding: 0 clamp(24px, 5.5vw, 88px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #fff; border-bottom: 1px solid #e9edf1; position: relative; z-index: 20; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 39px; height: 39px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: #fff; font-size: 19px; box-shadow: 0 0 0 5px rgba(213,163,51,.13); }
.brand > span:last-child, .footer-brand > span:last-child { display: flex; flex-direction: column; line-height: .95; letter-spacing: .11em; font-size: 12px; }
.brand b, .footer-brand b { font-family: Georgia, serif; font-size: 20px; letter-spacing: .05em; color: var(--gold); margin-top: 5px; }
.site-header nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; color: #405a70; }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover { color: var(--gold); }
.header-cta { border: 1px solid var(--navy); padding: 13px 20px; border-radius: 3px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--navy); }

.hero { min-height: 690px; padding: 84px clamp(24px, 8vw, 130px); color: white; background: linear-gradient(118deg, #071f3b 0%, #0b355e 66%, #0d3c69 100%); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(180deg, transparent, rgba(3,19,34,.3)); }
.hero-content { max-width: 690px; position: relative; z-index: 3; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--gold); font-size: 11px; letter-spacing: .2em; font-weight: 900; margin: 0 0 22px; }
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--gold-light); }
.eyebrow.centered { justify-content: center; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(58px, 6vw, 92px); line-height: .98; letter-spacing: -.045em; font-weight: 400; }
.hero h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.hero-copy { max-width: 610px; margin: 30px 0 0; color: #d5e1ea; font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { min-height: 52px; padding: 0 25px; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border-radius: 3px; text-transform: uppercase; letter-spacing: .07em; font-size: 12px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #112a42; background: linear-gradient(135deg, #e2b850, #f1cf7a); box-shadow: 0 13px 30px rgba(0,0,0,.2); }
.button-blue { color: #fff; background: var(--navy); }
.text-link { color: #fff; border-bottom: 1px solid rgba(255,255,255,.5); padding: 5px 0; font-size: 13px; }
.hero-verse { display: grid; grid-template-columns: 38px 1fr; margin-top: 45px; max-width: 520px; border-left: 1px solid rgba(226,184,80,.6); padding-left: 20px; }
.hero-verse .quote-mark { grid-row: span 2; font-family: Georgia, serif; color: var(--gold-light); font-size: 45px; line-height: .8; }
.hero-verse p { margin: 0 0 8px; color: #e5edf3; font-family: Georgia, serif; font-style: italic; font-size: 16px; }
.hero-verse strong { color: var(--gold-light); font-size: 10px; letter-spacing: .14em; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 500px; height: 500px; right: -90px; top: 20px; background: radial-gradient(circle, rgba(56,112,155,.36), transparent 70%); }
.hero-glow-two { width: 420px; height: 420px; left: 34%; bottom: -260px; border: 1px solid rgba(240,202,113,.12); }
.cross-scene { width: min(38vw, 510px); height: 590px; position: relative; z-index: 2; justify-self: center; filter: drop-shadow(0 25px 35px rgba(0,0,0,.28)); }
.cross-rays { position: absolute; width: 460px; height: 460px; left: 50%; top: 42%; transform: translate(-50%,-50%); background: repeating-conic-gradient(from 0deg, rgba(241,204,113,.06) 0deg 4deg, transparent 4deg 14deg); border-radius: 50%; mask-image: radial-gradient(circle, #000 0 34%, transparent 72%); }
.cross-vertical, .cross-horizontal { position: absolute; left: 50%; top: 45%; transform: translate(-50%,-50%); border-radius: 3px; background: linear-gradient(90deg, #8f6220, #f0c766 45%, #b77d26 100%); box-shadow: 0 0 40px rgba(232,188,82,.4), inset 2px 0 7px rgba(255,255,255,.45); }
.cross-vertical { width: 70px; height: 390px; }
.cross-horizontal { width: 255px; height: 66px; top: 34%; }
.ground-line { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, rgba(231,193,100,.7), transparent); transform: rotate(-8deg); }
.ground-line-one { width: 420px; bottom: 88px; left: 35px; }
.ground-line-two { width: 350px; bottom: 65px; left: 85px; transform: rotate(5deg); opacity: .45; }
.star { position: absolute; color: var(--gold-light); animation: twinkle 2.5s ease-in-out infinite; }
.star-one { top: 17%; right: 12%; font-size: 22px; }
.star-two { top: 34%; left: 6%; font-size: 12px; animation-delay: .8s; }
.star-three { bottom: 23%; right: 1%; font-size: 10px; animation-delay: 1.5s; }
@keyframes twinkle { 0%,100% { opacity: .25; transform: scale(.7); } 50% { opacity: 1; transform: scale(1.15); } }

.intro-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(24px, 7vw, 110px); background: #fff; box-shadow: 0 -10px 30px rgba(2,18,32,.08); position: relative; z-index: 5; }
.intro-strip article { padding: 31px 35px 28px; border-right: 1px solid #e2e7ec; }
.intro-strip article:last-child { border-right: 0; }
.intro-strip p { color: #476174; font-family: Georgia, serif; font-size: 14px; line-height: 1.55; margin: 0 0 12px; }
.intro-strip strong { color: var(--gold); font-size: 10px; letter-spacing: .12em; }

.decision-section { padding: 115px clamp(24px, 8vw, 130px); background: var(--cream); display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(60px, 8vw, 135px); align-items: center; }
.decision-copy h2, .why-heading h2, .section-heading h2, .prayer-card h2, .next-steps h2 { font-family: Georgia, serif; color: var(--navy); font-size: clamp(42px, 4vw, 64px); line-height: 1.05; letter-spacing: -.035em; font-weight: 400; margin: 0 0 25px; }
.decision-copy h2 em, .why-heading h2 em, .section-heading h2 em, .prayer-card h2 em, .next-steps h2 em { color: var(--gold); }
.decision-copy > p { font-size: 16px; line-height: 1.8; color: #50687a; }
.decision-copy ul { padding: 0; margin: 30px 0; list-style: none; display: grid; gap: 15px; color: var(--navy); font-weight: 700; }
.decision-copy li span { display: inline-grid; place-items: center; width: 23px; height: 23px; margin-right: 10px; border-radius: 50%; color: white; background: var(--gold); font-size: 12px; }
.decision-copy blockquote { margin: 35px 0 0; border-left: 3px solid var(--gold); padding: 4px 0 4px 22px; color: #4c6477; font: italic 16px/1.7 Georgia, serif; }
.decision-copy blockquote strong { display: block; margin-top: 12px; color: var(--navy); font: 900 10px/1 Arial, sans-serif; letter-spacing: .14em; }
.decision-form { position: relative; padding: 50px clamp(28px, 4vw, 55px) 40px; background: white; border: 1px solid #e0e5e9; box-shadow: 0 20px 60px rgba(15,46,72,.12); }
.form-topline { position: absolute; top: 0; left: 0; right: 0; height: 6px; background: linear-gradient(90deg, var(--gold), #f2d180); }
.form-kicker { margin: 0 0 10px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.decision-form h3 { color: var(--navy); font: 400 37px/1.1 Georgia, serif; margin-bottom: 10px; }
.form-intro { color: #6a7b8b; line-height: 1.6; font-size: 13px; }
.decision-form fieldset { margin: 28px 0 22px; padding: 0; border: 0; }
.decision-form legend, .decision-form label { display: block; margin-bottom: 18px; color: var(--navy); font-size: 11px; font-weight: 900; letter-spacing: .07em; }
.decision-form label span { color: #8b9aa7; font-weight: 400; }
.declaration-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 9px; }
.declaration-options button { min-height: 49px; padding: 8px 12px; border: 1px solid #d9e0e6; color: #5a7183; background: #fff; cursor: pointer; font-weight: 700; font-size: 13px; }
.declaration-options button span { display: inline-grid; width: 18px; margin-right: 4px; color: var(--gold); }
.declaration-options button.active { border-color: var(--gold); background: #fffbf1; color: var(--navy); }
.decision-form input, .decision-form textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid #d8e0e5; border-radius: 2px; color: var(--ink); background: #fbfcfd; outline: none; resize: vertical; font-size: 14px; font-weight: 400; letter-spacing: 0; transition: border .2s, box-shadow .2s; }
.decision-form input:focus, .decision-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(213,163,51,.12); }
.decision-form input::placeholder, .decision-form textarea::placeholder { color: #98a5b0; }
.submit-button { width: 100%; min-height: 56px; border: 0; border-radius: 2px; color: white; background: linear-gradient(135deg, #0a365f, #0a4b80); text-transform: uppercase; letter-spacing: .08em; font-weight: 900; font-size: 12px; cursor: pointer; box-shadow: 0 10px 24px rgba(9,45,82,.18); }
.submit-button:disabled { opacity: .6; cursor: wait; }
.privacy-note { margin: 16px 0 0; text-align: center; color: #8b98a4; font-size: 10px; line-height: 1.5; }
.privacy-note span { color: var(--gold); }
.success-message, .error-message { margin: 18px 0 0; padding: 14px; border-radius: 3px; text-align: center; font-size: 13px; line-height: 1.55; }
.success-message { color: #1b5a38; background: #ecf8f1; border: 1px solid #bfe4ce; }
.error-message { color: #842d2d; background: #fff0f0; border: 1px solid #ecc5c5; }

.decisions-wall { padding: 105px clamp(24px, 7vw, 110px) 120px; background: #fff; }
.section-heading { max-width: 720px; margin: 0 auto 55px; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 15px; line-height: 1.7; }
.decision-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1200px; margin: 0 auto; }
.decision-cards article { min-height: 245px; padding: 34px 32px 28px; border: 1px solid #e0e6eb; position: relative; display: flex; flex-direction: column; background: linear-gradient(145deg, #fff, #fbfcfd); box-shadow: 0 12px 30px rgba(18,54,83,.06); }
.card-quote { position: absolute; right: 25px; top: 20px; font: 60px/1 Georgia, serif; color: rgba(213,163,51,.16); }
.decision-cards article > strong { max-width: 80%; color: var(--navy); font: 400 24px/1.25 Georgia, serif; }
.decision-cards article > p { margin: 15px 0 25px; color: #5e7384; font-size: 13px; line-height: 1.65; }
.decision-cards article footer { margin-top: auto; display: flex; align-items: center; gap: 11px; }
.decision-cards article footer > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--navy); font: 19px Georgia, serif; }
.decision-cards article footer div { display: flex; flex-direction: column; gap: 3px; }
.decision-cards article footer b { color: var(--navy); font-size: 12px; }
.decision-cards article footer small { color: #8897a4; font-size: 10px; }
.pagination { max-width: 1200px; margin: 38px auto 0; display: flex; align-items: center; justify-content: center; gap: 18px; color: #617386; font-size: 12px; }
.pagination button { width: 44px; height: 44px; border: 1px solid #d7e0e6; border-radius: 50%; background: #fff; color: var(--navy); cursor: pointer; font-size: 18px; transition: .2s ease; }
.pagination button:hover:not(:disabled) { border-color: var(--gold); background: #fffbf1; transform: translateY(-1px); }
.pagination button:disabled { opacity: .35; cursor: not-allowed; }
.pagination strong { color: var(--navy); }
.empty-decisions { max-width: 650px; margin: 0 auto; padding: 50px; text-align: center; border: 1px dashed #d3dce3; background: #fbfcfd; }
.empty-decisions > span { color: var(--gold); font-size: 30px; }
.empty-decisions h3 { margin: 15px 0 10px; color: var(--navy); font: 30px Georgia, serif; }
.empty-decisions p { color: var(--muted); line-height: 1.7; }
.empty-decisions a { color: var(--gold); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid var(--gold); }
.loading-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1200px; margin: 0 auto; }
.loading-cards i { height: 245px; background: linear-gradient(90deg, #f3f5f7, #fafbfc, #f3f5f7); background-size: 200% 100%; animation: loading 1.4s infinite; }
@keyframes loading { to { background-position: -200% 0; } }

.why-section { padding: 120px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 9vw, 145px); background: #f7f3e9; }
.why-heading { position: sticky; top: 120px; align-self: start; }
.article-meta { color: #8a7650; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.why-content { color: #465e71; font: 16px/1.9 Georgia, serif; }
.why-content .lead { color: var(--navy); font-size: 22px; font-weight: 700; }
.why-content blockquote { margin: 38px 0; padding: 30px; border-left: 4px solid var(--gold); color: var(--navy); background: rgba(255,255,255,.66); font-size: 20px; font-style: italic; line-height: 1.55; }
.why-content blockquote strong { display: block; margin-top: 15px; color: var(--gold); font: 900 10px Arial, sans-serif; letter-spacing: .15em; }

.prayer-section { padding: 120px 24px; color: white; background: linear-gradient(135deg, #051d36, #0b3c69); }
.prayer-card { max-width: 820px; margin: 0 auto; text-align: center; }
.prayer-icon { width: 60px; height: 60px; margin: 0 auto 26px; display: grid; place-items: center; border: 1px solid rgba(241,204,113,.4); color: var(--gold-light); border-radius: 50%; font-size: 24px; }
.prayer-card h2 { color: white; }
.prayer-text { margin: 40px 0; padding: 42px clamp(24px, 6vw, 70px); border: 1px solid rgba(241,204,113,.25); background: rgba(255,255,255,.04); color: #e2eaf0; font: italic 17px/1.9 Georgia, serif; }
.prayer-text p:last-child { margin-bottom: 0; color: var(--gold-light); }

.next-steps { padding: 115px clamp(24px, 7vw, 110px); background: #fff; }
.section-heading.compact { max-width: 660px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 1260px; margin: 0 auto; }
.steps-grid article { min-height: 300px; padding: 28px; border-top: 3px solid var(--gold); background: #f8fafb; position: relative; }
.steps-grid article > span { position: absolute; right: 22px; top: 18px; color: #d7dfe5; font: 30px Georgia, serif; }
.step-symbol { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--navy); font-size: 22px; }
.steps-grid h3 { margin: 28px 0 12px; color: var(--navy); font: 26px Georgia, serif; }
.steps-grid p { color: #65798a; font-size: 13px; line-height: 1.75; }

.final-call { padding: 100px 24px; text-align: center; color: white; background: var(--navy); position: relative; overflow: hidden; }
.final-call::before, .final-call::after { content: ""; position: absolute; width: 340px; height: 340px; border: 1px solid rgba(241,204,113,.12); border-radius: 50%; top: -170px; }
.final-call::before { left: -80px; }.final-call::after { right: -80px; }
.final-star { display: block; margin-bottom: 24px; color: var(--gold-light); font-size: 32px; }
.final-call h2 { margin: 0 0 15px; font: 400 clamp(42px,5vw,68px) Georgia, serif; }
.final-call > p:not(.eyebrow) { margin-bottom: 32px; color: #c9d9e4; }

footer { padding: 55px clamp(24px, 7vw, 110px) 28px; text-align: center; background: #051a2f; color: #aebdcc; }
.footer-brand { color: white; margin-bottom: 24px; }
footer > p { max-width: 600px; margin: 0 auto 24px; font-size: 12px; line-height: 1.7; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; margin-bottom: 35px; color: white; font-size: 11px; font-weight: 700; }
footer small { display: block; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); font-size: 9px; }

.admin-page { min-height: 100vh; background: #f3f6f8; }
.admin-page > header { height: 76px; padding: 0 clamp(20px,5vw,70px); display: flex; align-items: center; justify-content: space-between; color: white; background: var(--navy); }
.admin-page > header > a { font-size: 12px; font-weight: 700; }
.admin-page > header > div { display: flex; align-items: center; gap: 13px; font-size: 12px; letter-spacing: .12em; }
.admin-page > header .brand-mark { width: 32px; height: 32px; font-size: 14px; }
.admin-shell { max-width: 1080px; margin: 0 auto; padding: 75px 24px 110px; }
.admin-shell h1 { margin: 0; color: var(--navy); font: 52px Georgia, serif; }
.admin-intro { margin: 12px 0 35px; color: var(--muted); }
.admin-status { padding: 25px; border: 1px solid #d8e0e6; color: var(--muted); background: white; text-align: center; }
.admin-list { display: grid; gap: 12px; }
.admin-list article { display: grid; grid-template-columns: 48px 1fr auto; gap: 18px; align-items: start; padding: 24px; border: 1px solid #dce3e8; background: white; box-shadow: 0 8px 24px rgba(10,45,82,.04); }
.admin-avatar { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--navy); font: 23px Georgia, serif; }
.admin-entry > div { display: flex; gap: 10px; align-items: baseline; }.admin-entry > div strong { color: var(--navy); }.admin-entry > div span, .admin-entry small { color: #8494a1; font-size: 11px; }
.admin-entry > b { display: block; margin-top: 10px; color: var(--gold); font: 20px Georgia, serif; }.admin-entry p { margin: 8px 0; color: #5b7182; font-size: 13px; line-height: 1.6; }
.admin-list button { border: 1px solid #e0bcbc; padding: 9px 13px; color: #9b3434; background: #fff7f7; cursor: pointer; font-size: 11px; font-weight: 800; }
.admin-actions { display: flex; flex-direction: column; gap: 8px; align-items: stretch; }
.admin-list .approve-button { border-color: #a9d7ba; color: #16613a; background: #effaf3; }
.admin-list .pending-button { border-color: #e7d19a; color: #7b5b0f; background: #fffaf0; }

@media (max-width: 1000px) {
  .site-header { height: auto; min-height: 86px; flex-wrap: wrap; padding-block: 12px; }
  .site-header nav { order: 3; width: 100%; display: flex; gap: 24px; overflow-x: auto; padding: 12px 0 2px; border-top: 1px solid #edf0f3; white-space: nowrap; scrollbar-width: none; }
  .site-header nav::-webkit-scrollbar { display: none; }
  .hero { grid-template-columns: 1fr; padding-bottom: 40px; }
  .hero-content { max-width: 720px; }
  .cross-scene { position: absolute; opacity: .26; right: -80px; top: 60px; }
  .decision-section, .why-section { grid-template-columns: 1fr; }
  .decision-copy { max-width: 720px; }
  .decision-form, .why-content { width: 100%; max-width: 760px; }
  .why-heading { position: static; }
  .decision-cards { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .site-header { min-height: 74px; padding: 10px 18px; gap: 10px 12px; }.site-header nav { gap: 20px; padding-top: 10px; font-size: 12px; }.header-cta { display: none; }.brand { min-width: 0; }.brand-mark { width: 34px; height: 34px; flex: 0 0 34px; }.brand b { font-size: 17px; }
  .hero { min-height: 0; padding: 72px 20px 64px; }.hero-content { width: 100%; }.hero h1 { font-size: clamp(43px, 13vw, 62px); line-height: 1.01; }.hero-copy { margin-top: 24px; font-size: 15px; line-height: 1.68; }.hero-actions { width: 100%; align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 28px; }.hero-actions .button { width: 100%; }.hero-verse { grid-template-columns: 30px minmax(0, 1fr); margin-top: 34px; padding-left: 14px; }.hero-verse p { font-size: 15px; line-height: 1.5; }
  .cross-scene { width: 360px; height: 520px; right: -175px; top: 100px; }.cross-vertical { height: 330px; width: 58px; }.cross-horizontal { width: 210px; height: 56px; }
  .intro-strip { grid-template-columns: 1fr; padding: 10px 24px; }.intro-strip article { padding: 22px 0; border-right: 0; border-bottom: 1px solid #e2e7ec; }.intro-strip article:last-child { border-bottom: 0; }
  .eyebrow { gap: 8px; font-size: 10px; letter-spacing: .16em; line-height: 1.45; }.eyebrow > span { flex: 0 0 24px; width: 24px; }
  .decision-section, .decisions-wall, .why-section, .next-steps { padding: 74px 18px; }.decision-copy h2, .why-heading h2, .section-heading h2, .prayer-card h2, .next-steps h2 { font-size: clamp(36px, 10.5vw, 43px); }.decision-section { gap: 46px; }.decision-copy > p { font-size: 15px; }.decision-copy ul { font-size: 15px; }.decision-form { padding: 38px 18px 28px; }.decision-form h3 { font-size: 33px; }.decision-form input, .decision-form textarea { min-height: 50px; font-size: 16px; }.declaration-options { grid-template-columns: 1fr; }.declaration-options button { min-height: 52px; }.submit-button { min-height: 58px; padding: 12px; line-height: 1.4; }.privacy-note { font-size: 11px; }
  .decision-cards, .loading-cards, .steps-grid { grid-template-columns: 1fr; }.decision-cards article { min-height: 0; padding: 30px 24px; }.empty-decisions { padding: 38px 22px; }.steps-grid article { min-height: 0; }
  .why-content { font-size: 15px; }.why-content blockquote { padding: 24px 20px; font-size: 18px; }
  .prayer-section { padding: 78px 18px; }.prayer-text { margin: 32px 0; padding: 30px 18px; font-size: 15px; }.prayer-card .button { width: 100%; }
  .final-call { padding: 78px 18px; }.final-call h2 { font-size: clamp(38px, 11vw, 50px); }.final-call .button { width: 100%; }.footer-links { flex-direction: column; gap: 14px; }
  footer { padding: 48px 18px 24px; }.footer-brand { justify-content: center; }.footer-links a { padding: 5px; }
  .admin-page > header { min-height: 72px; height: auto; padding: 14px 18px; gap: 16px; }.admin-shell { padding: 58px 16px 80px; }.admin-list article { grid-template-columns: 42px minmax(0, 1fr); padding: 20px 16px; gap: 14px; }.admin-actions { grid-column: 2; flex-direction: row; flex-wrap: wrap; }.admin-list button { min-height: 44px; }.admin-entry > div { align-items: flex-start; flex-direction: column; gap: 3px; }.admin-entry > b, .admin-entry p { overflow-wrap: anywhere; }.admin-shell h1 { font-size: 40px; }
}

@media (max-width: 420px) {
  .site-header { min-height: 68px; padding: 9px 14px; }.site-header nav { gap: 18px; }.brand-mark { width: 32px; height: 32px; flex-basis: 32px; font-size: 16px; }.brand > span:last-child { font-size: 10px; }.brand b { margin-top: 4px; font-size: 15px; }
  .hero { padding: 60px 16px 56px; }.hero h1 { font-size: clamp(38px, 12.2vw, 48px); }.hero-copy { font-size: 14px; }.button { width: 100%; min-height: 54px; padding: 0 18px; gap: 16px; }.hero-verse { grid-template-columns: 24px minmax(0, 1fr); padding-left: 10px; }.hero-verse .quote-mark { font-size: 36px; }.hero-verse p { font-size: 14px; }
  .intro-strip { padding: 8px 16px; }
  .decision-section, .decisions-wall, .why-section, .next-steps { padding: 62px 16px; }.decision-copy h2, .why-heading h2, .section-heading h2, .prayer-card h2, .next-steps h2 { font-size: 34px; }.decision-copy li { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 8px; align-items: center; }.decision-copy li span { margin-right: 0; }.decision-copy blockquote { margin-top: 28px; padding-left: 16px; font-size: 15px; }.decision-form { padding: 36px 14px 26px; }.decision-form h3 { font-size: 30px; }.form-kicker { letter-spacing: .12em; line-height: 1.5; }.declaration-options button { padding: 9px 10px; }.submit-button { font-size: 11px; letter-spacing: .045em; }.decision-cards article { padding: 28px 20px; }.pagination { gap: 10px; }.empty-decisions h3 { font-size: 26px; }
  .why-content blockquote { margin: 28px 0; padding: 22px 16px; font-size: 17px; }.prayer-section { padding: 66px 16px; }.prayer-text { padding: 26px 14px; line-height: 1.75; }.next-steps .section-heading { margin-bottom: 40px; }
  .final-call { padding: 66px 16px; }.final-call h2 { font-size: 37px; } footer { padding-inline: 16px; }
  .admin-page > header { align-items: flex-start; flex-direction: column; }.admin-page > header > a { align-self: flex-end; }.admin-shell h1 { font-size: 34px; }.admin-actions { grid-column: 1 / -1; }.admin-actions button { flex: 1 1 100%; width: 100%; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .star, .loading-cards i { animation: none; } }
