:root {
  color-scheme: light dark;
  --paper: #f5f0e5; --paper-soft: #ebe4d5; --ink: #152018; --muted: #5d675f;
  --forest: #173b2d; --forest-2: #234c3a; --sage: #bfe0c7; --sage-strong: #8fbea0;
  --gold: #835f1d; --gold-soft: #ddbf7b; --line: rgba(21, 32, 24, .15);
  --card: rgba(255, 253, 248, .72); --shadow: 0 30px 90px rgba(26, 45, 33, .13);
  --serif: Iowan Old Style, Baskerville, Georgia, 'Times New Roman', serif;
  --sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.65; }
a { color: inherit; } img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-150%); border-radius: 999px; background: var(--ink); color: var(--paper); padding: 12px 18px; }
.skip-link:focus { transform: translateY(0); } :focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.site-header { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; min-height: 76px; padding: 12px max(clamp(20px, 5vw, 80px), env(safe-area-inset-left)); border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--paper) 88%, transparent); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; text-decoration: none; font-family: var(--serif); font-size: 1.25rem; font-weight: 700; letter-spacing: -.025em; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
nav { display: flex; gap: clamp(18px, 3vw, 38px); font-size: .92rem; font-weight: 600; }
nav a, footer a { text-underline-offset: 5px; text-decoration-color: transparent; } nav a:hover, footer a:hover { text-decoration-color: currentColor; }
.site-header > .button { justify-self: end; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 14px 24px; border: 1px solid var(--forest); border-radius: 999px; background: var(--forest); color: #fbf8ef; font-weight: 750; text-decoration: none; box-shadow: 0 12px 32px rgba(23, 59, 45, .2); transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); background: var(--forest-2); box-shadow: 0 16px 36px rgba(23, 59, 45, .26); }
.button-small { min-height: 44px; padding: 9px 17px; font-size: .89rem; }
.text-link { display: inline-flex; min-height: 48px; align-items: center; gap: 9px; color: var(--forest); font-weight: 750; text-underline-offset: 6px; } .text-link-light { color: var(--sage); }
main { overflow: clip; }
.hero, .promise, .experience, .scripture, .mission, .trust, .final-cta { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.hero { display: grid; grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr); align-items: center; gap: clamp(40px, 6vw, 94px); min-height: calc(100svh - 76px); padding: clamp(66px, 8vw, 118px) 0 clamp(76px, 10vw, 142px); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 18px; color: var(--gold); font-size: .74rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: var(--serif); text-wrap: balance; }
h1 { margin: 0; font-size: clamp(3.7rem, 7vw, 6.9rem); font-weight: 600; letter-spacing: -.057em; line-height: .92; }
h1 em, h2 em { color: var(--forest-2); font-weight: 400; }
h2 { margin: 0; font-size: clamp(2.65rem, 4.8vw, 4.9rem); font-weight: 600; letter-spacing: -.045em; line-height: 1; }
h3 { margin: 0; font-size: clamp(1.55rem, 2.1vw, 2rem); font-weight: 650; line-height: 1.12; }
.lead { max-width: 610px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1.08rem, 1.7vw, 1.32rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 21px; margin-top: 34px; }
.hero-assurance { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 38px; color: var(--muted); font-size: .78rem; font-weight: 650; }
.hero-assurance span { display: flex; gap: 7px; align-items: center; }
.hero-assurance i { display: grid; width: 18px; height: 18px; place-items: center; border: 1px solid var(--sage-strong); border-radius: 50%; color: var(--forest); font-size: .65rem; font-style: normal; }
.manuscript { position: relative; padding: 58px 0 42px; isolation: isolate; }
.manuscript-halo { position: absolute; inset: 1% 8% 0; z-index: -2; border-radius: 50%; background: radial-gradient(circle at center, rgba(186, 216, 193, .8), transparent 65%); filter: blur(22px); }
.book { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); filter: drop-shadow(0 34px 30px rgba(20, 43, 29, .17)); }
.book::before { position: absolute; inset: 7px -8px -13px; z-index: -1; border-radius: 16px 38px 38px 16px; background: #8a6737; content: ''; }
.book-spine { position: absolute; top: 0; bottom: 0; left: 50%; z-index: 4; width: 38px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, rgba(54, 40, 23, .1), rgba(255, 255, 255, .78), rgba(54, 40, 23, .12), transparent); pointer-events: none; }
.book-page { position: relative; overflow: hidden; padding: clamp(28px, 3.5vw, 48px); background: #fbf6e9; color: #1a251d; }
.book-page::after { position: absolute; inset: 0; opacity: .24; background-image: radial-gradient(rgba(76, 68, 49, .2) .5px, transparent .5px); background-size: 5px 5px; content: ''; pointer-events: none; }
.book-page-left { border-radius: 15px 5px 7px 24px; box-shadow: inset -16px 0 28px rgba(67, 51, 30, .07); }
.book-page-right { display: flex; flex-direction: column; border-radius: 5px 30px 24px 7px; box-shadow: inset 16px 0 28px rgba(67, 51, 30, .06); }
.book-brand { display: flex; align-items: center; gap: 8px; font-family: var(--serif); font-weight: 700; } .book-brand img { width: 30px; height: 30px; }
.book-date, .book-kicker { margin: 72px 0 14px; color: #835f1d; font-size: .64rem; font-weight: 800; letter-spacing: .16em; }
.book-page h2 { font-size: clamp(2.2rem, 3.5vw, 3.8rem); letter-spacing: -.05em; }
.verse-mark { height: 50px; margin-top: 30px; color: #71997c; font-family: var(--serif); font-size: 5rem; line-height: 1; }
.book-page blockquote { margin: 0; font-family: var(--serif); font-size: clamp(1.05rem, 1.45vw, 1.35rem); line-height: 1.44; }
.book-page cite { display: block; margin-top: 15px; color: #59665d; font-size: .66rem; font-style: normal; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.book-page-right .book-kicker { margin-top: 30px; } .book-page-right h3 { font-size: clamp(2.2rem, 3.3vw, 3.5rem); }
.book-page-right > p:not(.book-kicker) { color: #5f6b62; font-size: .84rem; line-height: 1.55; }
.book-page-right ol { margin: 14px 0 24px; padding: 0; list-style: none; border-top: 1px solid rgba(21, 32, 24, .15); }
.book-page-right li { display: flex; gap: 13px; padding: 11px 0; border-bottom: 1px solid rgba(21, 32, 24, .15); font-family: var(--serif); font-size: .92rem; font-weight: 650; }
.book-page-right li span { color: #835f1d; font-family: var(--sans); font-size: .58rem; font-weight: 800; letter-spacing: .08em; }
.book-action { display: flex; justify-content: space-between; align-items: center; margin-top: auto; border-radius: 999px; background: #1d4937; color: #f9f6ed; padding: 11px 16px; font-size: .72rem; font-weight: 750; }
.manuscript-note { margin: 30px auto 0; color: var(--muted); text-align: center; font-family: var(--serif); font-size: .86rem; font-style: italic; }
.promise { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; padding: 27px 0; border-block: 1px solid var(--line); color: var(--muted); text-align: center; font-family: var(--serif); font-size: clamp(1rem, 1.6vw, 1.25rem); font-style: italic; }
.promise p { margin: 0; } .promise span { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.experience { padding: clamp(105px, 13vw, 185px) 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr); gap: 64px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -38px; } .section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.08rem; }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 68px; }
.experience-card { position: relative; display: flex; min-height: 490px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 30px; background: var(--card); }
.card-number { position: absolute; top: 28px; right: 28px; color: var(--gold); font-size: .66rem; font-weight: 800; letter-spacing: .12em; }
.card-label { margin: 0 0 12px; color: var(--gold); font-size: .66rem; font-weight: 800; letter-spacing: .16em; }
.experience-card p:last-child { margin-bottom: 0; color: var(--muted); font-size: .92rem; }
.mini-orbit { position: relative; width: 160px; height: 160px; margin: 30px auto; border: 1px solid var(--line); border-radius: 50%; }
.mini-orbit::before, .mini-orbit::after { position: absolute; inset: 16%; border: 1px solid var(--line); border-radius: 50%; content: ''; }
.mini-orbit::after { inset: 35%; background: var(--sage); border: 0; box-shadow: 0 0 45px rgba(143, 190, 160, .7); }
.mini-orbit span, .mini-orbit i { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); }
.mini-orbit span { top: 9px; left: 70px; } .mini-orbit i { right: 18px; bottom: 28px; width: 7px; height: 7px; background: var(--forest); }
.dialogue { display: grid; gap: 10px; margin: 60px 0; }
.dialogue span, .dialogue i { max-width: 82%; border-radius: 18px 18px 4px 18px; background: var(--paper-soft); padding: 13px 16px; font-size: .75rem; font-style: normal; }
.dialogue i { justify-self: end; border-radius: 18px 18px 18px 4px; background: var(--forest); color: #f8f4ea; }
.rhythm-dots { display: flex; justify-content: space-between; gap: 7px; margin: 86px 0; }
.rhythm-dots i { width: 100%; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; } .rhythm-dots i:nth-child(-n+4) { background: var(--sage); border-color: var(--sage-strong); } .rhythm-dots i:nth-child(4) { box-shadow: 0 0 0 6px rgba(143, 190, 160, .18); }
.scripture { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: clamp(56px, 9vw, 130px); align-items: center; padding: clamp(72px, 10vw, 138px) clamp(28px, 7vw, 100px); border-radius: 42px; background: var(--forest); color: #f7f3e9; box-shadow: var(--shadow); }
.scripture .eyebrow { color: var(--gold-soft); } .scripture h2 { max-width: 720px; }
.source-copy > p:not(.eyebrow) { max-width: 680px; color: #c5d0c7; font-size: 1.08rem; }
.source-copy ul { display: grid; gap: 8px; margin: 25px 0 22px; padding: 0; list-style: none; color: #dbe3dc; font-size: .87rem; } .source-copy li::before { margin-right: 10px; color: var(--gold-soft); content: '—'; }
.source-seal { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 360px; padding: 30px; border: 1px solid rgba(247, 243, 233, .18); border-radius: 50% 50% 28px 28px; background: radial-gradient(circle at 50% 40%, rgba(191, 224, 199, .14), transparent 65%); text-align: center; font-family: var(--serif); }
.source-seal span { font-size: clamp(3.5rem, 6vw, 6rem); } .source-seal i { width: 30px; height: 1px; background: var(--gold-soft); } .source-seal small { grid-column: 1 / -1; color: var(--gold-soft); font-family: var(--sans); font-size: .6rem; font-weight: 800; letter-spacing: .18em; }
.mission { display: grid; grid-template-columns: .72fr 1.28fr; gap: 30px 80px; padding: clamp(110px, 14vw, 200px) 0; border-bottom: 1px solid var(--line); }
.mission .eyebrow { grid-column: 1 / -1; } .mission h2 { max-width: 730px; }
.mission-copy { max-width: 600px; color: var(--muted); font-size: 1.08rem; } .mission-copy p:first-child { margin-top: 0; color: var(--ink); }
.trust { padding: clamp(105px, 13vw, 180px) 0; } .trust-heading { max-width: 1050px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 70px; border-block: 1px solid var(--line); }
.trust-grid article { min-height: 280px; padding: 30px 25px; border-right: 1px solid var(--line); } .trust-grid article:first-child { border-left: 1px solid var(--line); }
.trust-grid article > span { display: block; height: 62px; color: var(--gold); font-family: var(--serif); font-size: 2.2rem; } .trust-grid h3 { font-size: 1.35rem; } .trust-grid p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }
.final-cta { display: grid; justify-items: center; padding: clamp(86px, 11vw, 150px) 24px; border-radius: 46px 46px 0 0; background: var(--paper-soft); text-align: center; }
.cta-symbol { display: grid; width: 100px; height: 100px; margin-bottom: 28px; place-items: center; border: 1px solid var(--line); border-radius: 50%; } .cta-symbol img { width: 72px; }
.final-cta .eyebrow { justify-content: center; } .final-cta > p:not(.eyebrow) { max-width: 640px; margin: 25px auto 30px; color: var(--muted); } .final-cta small { margin-top: 17px; color: var(--muted); font-size: .7rem; }
footer { display: grid; grid-template-columns: 1fr auto; gap: 38px; padding: 48px max(clamp(20px, 5vw, 80px), env(safe-area-inset-right)) calc(40px + env(safe-area-inset-bottom)) max(clamp(20px, 5vw, 80px), env(safe-area-inset-left)); background: var(--ink); color: #f7f2e8; }
.footer-brand p { margin: 10px 0 0; color: #aab5ac; font-size: .85rem; } .footer-links { display: flex; align-items: start; gap: 24px; font-size: .9rem; }
.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(247, 242, 232, .14); color: #839087; font-size: .72rem; }
@media (prefers-color-scheme: dark) {
  :root { --paper: #10150f; --paper-soft: #182018; --ink: #f2eee4; --muted: #adb7ae; --forest: #1a2b20; --forest-2: #b6d9be; --sage: #9fc9aa; --sage-strong: #7fb18d; --gold: #dfb867; --gold-soft: #dfb867; --line: rgba(238, 239, 227, .15); --card: rgba(29, 38, 29, .74); --shadow: 0 30px 90px rgba(0, 0, 0, .3); }
  h1 em, h2 em { color: var(--sage); } .button { color: #132017; background: #c3e2ca; border-color: #c3e2ca; } .button:hover { background: #d3ead8; } .text-link { color: var(--sage); } .scripture { background: #17231b; } .book { filter: drop-shadow(0 34px 30px rgba(0, 0, 0, .35)); } .hero-assurance i { color: var(--sage); } footer { background: #080b08; }
}
@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; } .site-header nav { display: none; } .hero { grid-template-columns: 1fr; min-height: auto; } .hero-copy { max-width: 760px; }
  .manuscript { width: min(720px, 100%); margin-inline: auto; } .experience-grid { grid-template-columns: 1fr 1fr; } .experience-card:last-child { grid-column: 1 / -1; min-height: 380px; } .rhythm-dots { max-width: 420px; margin: 50px auto; }
  .scripture, .mission { grid-template-columns: 1fr; } .source-seal { min-height: 300px; } .trust-grid { grid-template-columns: 1fr 1fr; } .trust-grid article:nth-child(3) { border-left: 1px solid var(--line); } .trust-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 640px) {
  body { font-size: 16px; } .site-header { min-height: 66px; padding: 9px max(16px, env(safe-area-inset-right)) 9px max(16px, env(safe-area-inset-left)); } .site-header .brand span { display: none; } .brand img { width: 40px; height: 40px; } .button-small { min-height: 44px; padding: 9px 14px; }
  .hero, .promise, .experience, .scripture, .mission, .trust, .final-cta { width: min(100% - 28px, 1240px); } .hero { gap: 22px; padding: 62px 0 84px; } h1 { font-size: clamp(3.25rem, 16.5vw, 4.45rem); } h2 { font-size: clamp(2.45rem, 12vw, 3.4rem); }
  .hero-actions { align-items: stretch; flex-direction: column; } .hero-actions .text-link { justify-content: center; } .hero-assurance { display: grid; gap: 10px; }
  .manuscript { margin-top: 10px; padding-top: 26px; } .book { min-height: 450px; transform: none; } .book::before { inset: 5px -4px -9px; } .book-page { padding: 22px 18px; } .book-date { margin-top: 52px; } .book-page h2 { font-size: 2rem; } .book-page blockquote { font-size: .95rem; } .verse-mark { height: 38px; margin-top: 20px; font-size: 4rem; } .book-page cite { font-size: .52rem; } .book-page-right h3 { font-size: 2rem; } .book-page-right > p:not(.book-kicker) { font-size: .72rem; } .book-page-right li { padding: 8px 0; font-size: .78rem; } .book-action { padding: 9px 11px; font-size: .61rem; }
  .promise { grid-template-columns: 1fr; gap: 7px; padding: 24px 0; } .promise span { display: none; } .section-heading { grid-template-columns: 1fr; gap: 26px; } .section-heading .eyebrow { margin-bottom: -8px; }
  .experience-grid { grid-template-columns: 1fr; } .experience-card, .experience-card:last-child { grid-column: auto; min-height: 450px; }
  .scripture { padding: 52px 24px; border-radius: 28px; } .source-seal { min-height: 250px; } .mission { gap: 30px; }
  .trust-grid { grid-template-columns: 1fr; } .trust-grid article, .trust-grid article:nth-child(3) { min-height: auto; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); } .trust-grid article:last-child { border-bottom: 0; } .trust-grid article > span { height: 48px; }
  .final-cta { border-radius: 30px 30px 0 0; } footer { grid-template-columns: 1fr; } .footer-links { flex-wrap: wrap; } .footer-meta { flex-direction: column; gap: 8px; }
}
@media (prefers-contrast: more) { :root { --line: currentColor; } .button, .book-action { border: 2px solid currentColor; } }
@media (forced-colors: active) { .button, .book-action { border: 2px solid ButtonText; } .manuscript-halo, .book-page::after { display: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
