:root {
  --navy: #183153;
  --navy-deep: #0f223c;
  --gold: #c79b45;
  --cream: #f7f2e8;
  --white: #ffffff;
  --ink: #25364b;
  --muted: #647083;
  --line: #e6dfd2;
  --shadow: 0 18px 50px rgba(24, 49, 83, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Inter, sans-serif; line-height: 1.75; background: var(--white); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(24,49,83,.08); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Playfair Display", serif; font-weight: 700; font-size: 1.15rem; color: var(--navy); }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--gold); color: #fff; font-family: Inter, sans-serif; font-size: 17px; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: .94rem; font-weight: 600; }
.site-nav a:hover { color: var(--gold); }
.nav-button { padding: 10px 15px; border: 1px solid var(--gold); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 1.55rem; color: var(--navy); }
.hero { min-height: 760px; display: grid; place-items: center; position: relative; overflow: hidden; background: linear-gradient(135deg, #f9f6ef 0%, #fff 45%, #edf3f8 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(24,49,83,.075) 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(8px); opacity: .65; }
.hero-glow-one { width: 420px; height: 420px; background: rgba(199,155,69,.18); top: -100px; right: -80px; }
.hero-glow-two { width: 360px; height: 360px; background: rgba(73,124,166,.12); bottom: -100px; left: -70px; }
.hero-content { position: relative; text-align: center; max-width: 850px; padding: 110px 0 90px; }
.eyebrow { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 800; color: var(--gold); }
h1, h2, h3 { font-family: "Playfair Display", serif; color: var(--navy); line-height: 1.16; margin-top: 0; }
h1 { font-size: clamp(3.2rem, 7vw, 6.2rem); letter-spacing: -.045em; margin-bottom: 24px; }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); letter-spacing: -.03em; margin-bottom: 24px; }
h3 { font-size: 1.45rem; }
.hero-lead { max-width: 700px; margin: 0 auto; font-size: 1.2rem; color: var(--muted); }
.hero-truth { margin: 10px 0 28px; font-family: "Playfair Display", serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 700; color: var(--gold); }
.hero-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 700; border: 1px solid transparent; cursor: pointer; font: inherit; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--navy); box-shadow: 0 12px 30px rgba(24,49,83,.22); }
.button-primary:hover { background: var(--navy-deep); }
.button-secondary { color: var(--navy); background: rgba(255,255,255,.68); border-color: rgba(24,49,83,.2); }
.hero-verse { margin: 44px auto 0; color: var(--navy); font-family: "Playfair Display", serif; font-size: 1.18rem; }
.hero-verse span { color: var(--muted); font-family: Inter, sans-serif; font-size: .92rem; }
.intro-strip { background: var(--navy); color: #fff; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.values-grid div { padding: 28px 34px; border-right: 1px solid rgba(255,255,255,.16); }
.values-grid div:last-child { border-right: 0; }
.values-grid strong, .values-grid span { display: block; }
.values-grid strong { font-family: "Playfair Display", serif; font-size: 1.2rem; }
.values-grid span { color: rgba(255,255,255,.72); font-size: .9rem; margin-top: 4px; }
.section { padding: 110px 0; }
.content-grid, .gospel-grid, .prayer-grid { display: grid; grid-template-columns: .78fr 1.42fr; gap: 80px; align-items: start; }
.section-heading { position: sticky; top: 120px; }
.gold-line { width: 70px; height: 3px; background: var(--gold); }
.prose { font-size: 1.05rem; }
.prose p { margin: 0 0 24px; }
.prose .lead { font-size: 1.28rem; color: var(--navy); }
.callout, .mission-statement, .highlight-card { margin: 38px 0; padding: 30px; background: var(--cream); border-left: 4px solid var(--gold); border-radius: 0 14px 14px 0; }
.callout span, .callout strong, .mission-statement strong, .highlight-card span, .highlight-card strong { display: block; }
.callout strong { margin-top: 8px; font-family: "Playfair Display", serif; color: var(--navy); font-size: 2rem; }
.mission-statement strong { font-family: "Playfair Display", serif; color: var(--navy); font-size: 1.35rem; }
.scripture { margin: 40px 0 0; padding: 28px 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--navy); font-family: "Playfair Display", serif; font-size: 1.25rem; }
.scripture span { display: block; margin-top: 10px; font-family: Inter, sans-serif; font-size: .88rem; color: var(--muted); }
.soft { background: var(--cream); }
.centered { max-width: 850px; margin: 0 auto; text-align: center; }
.centered > p:not(.eyebrow) { font-size: 1.08rem; color: var(--muted); }
.highlight-card { text-align: left; max-width: 670px; margin-left: auto; margin-right: auto; background: #fff; box-shadow: var(--shadow); }
.highlight-card strong { color: var(--navy); font-family: "Playfair Display", serif; font-size: 1.6rem; margin-top: 8px; }
.dark { background: var(--navy-deep); color: rgba(255,255,255,.82); }
.dark h2, .light { color: #fff; }
.light-prose { color: rgba(255,255,255,.82); }
.scripture.inverse { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.04); }
.scripture.inverse span { color: rgba(255,255,255,.58); }
.narrow { max-width: 720px; }
.kindness-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 54px; }
.kindness-card { padding: 30px 26px; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 30px rgba(24,49,83,.06); }
.kindness-card > span { color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .14em; }
.kindness-card h3 { margin: 16px 0 8px; }
.kindness-card p { color: var(--muted); margin: 0; font-size: .94rem; }
.prayer-section { background: linear-gradient(135deg, #f4f8fb, #fff); }
.prayer-form { background: #fff; padding: 36px; border-radius: 20px; box-shadow: var(--shadow); }
.prayer-form label { display: block; color: var(--navy); font-weight: 700; font-size: .92rem; margin: 0 0 8px; }
.prayer-form label span { color: var(--muted); font-weight: 500; }
.prayer-form input[type="text"], .prayer-form input[type="email"], .prayer-form textarea { width: 100%; border: 1px solid #d7dde5; border-radius: 10px; padding: 13px 14px; font: inherit; margin-bottom: 20px; background: #fbfcfd; }
.prayer-form input:focus, .prayer-form textarea:focus { outline: 3px solid rgba(199,155,69,.2); border-color: var(--gold); }
.checkbox-row { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 500 !important; margin-bottom: 24px !important; }
.checkbox-row input { margin-top: 5px; }
.form-note, .privacy-note { color: var(--muted); font-size: .88rem; }
.form-note { margin: 14px 0 0; }
.hidden { position: absolute; left: -9999px; }
.site-footer { background: #0a192c; color: rgba(255,255,255,.66); padding: 50px 0 26px; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.footer-brand { color: #fff; }
.footer-grid p { margin-bottom: 0; }
.footer-verses { font-size: .9rem; }
.footer-verses span { color: var(--gold); padding: 0 8px; }
.copyright { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .8rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.thank-you { min-height: 100vh; display: grid; place-items: center; background: linear-gradient(135deg, #f9f6ef, #edf3f8); text-align: center; padding: 40px; }
.thank-you-card { max-width: 700px; background: #fff; border-radius: 24px; padding: 54px; box-shadow: var(--shadow); }
@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 68px; padding: 20px; border-radius: 14px; background: #fff; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .content-grid, .gospel-grid, .prayer-grid { grid-template-columns: 1fr; gap: 38px; }
  .section-heading { position: static; }
  .kindness-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .hero { min-height: 690px; }
  .hero-content { padding: 82px 0 70px; }
  h1 { font-size: 3.25rem; }
  .section { padding: 78px 0; }
  .kindness-grid { grid-template-columns: 1fr; }
  .prayer-form { padding: 24px; }
  .footer-grid { display: block; }
  .footer-verses { margin-top: 24px; }
  .thank-you-card { padding: 36px 24px; }
}
