:root {
  --paper: #f7fafc;
  --white: #ffffff;
  --ink: #17314d;
  --muted: #667688;
  --sky: #dceafb;
  --rose: #9d6f6f;
  --blush: #f1d5d6;
  --line: #e0e8ef;
  --serif: "Iowan Old Style", "Baskerville", "Palatino Linotype", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid #85a9ca; outline-offset: 4px; border-radius: 4px; }
.skip-link { position: fixed; top: -60px; left: 18px; z-index: 100; padding: 12px 16px; border-radius: 8px; background: var(--ink); color: var(--white); transition: top .2s ease; }
.skip-link:focus { top: 18px; }
.shell { width: min(1120px, calc(100% - 64px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(224, 232, 239, .82); background: rgba(247, 250, 252, .94); backdrop-filter: blur(12px); }
.nav-bar { position: relative; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { font-family: var(--serif); font-size: 27px; letter-spacing: -.8px; font-weight: 600; }
.wordmark-proof { color: var(--ink); }
.main-nav { display: flex; gap: 27px; color: var(--muted); font-size: 14px; }
.main-nav a:hover, .footer-links a:hover { color: var(--ink); }
.nav-cta { padding: 11px 18px; border: 1px solid #dbe5e9; border-radius: 24px; font-size: 13px; color: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font: inherit; }
.menu-icon { position: relative; display: block; width: 22px; height: 2px; background: currentColor; }
.menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: currentColor; }
.menu-icon::before { top: -7px; }
.menu-icon::after { top: 7px; }
.menu-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.hero { min-height: 600px; display: flex; align-items: center; background: linear-gradient(180deg, #d6e6fb 0%, #e7f0fb 55%, #f7fafc 100%); }
.hero-layout { display: grid; grid-template-columns: 1.25fr .8fr; align-items: center; gap: 80px; padding-top: 84px; padding-bottom: 100px; }
.eyebrow { font-size: 12px; letter-spacing: 2px; color: var(--rose); font-weight: 700; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #c38f91; margin-right: 9px; }
.eyebrow-centered { text-align: center; }
.hero h1, .section-title, .note-quote, .purpose-card h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -2px; }
.hero h1 { font-size: clamp(58px, 7vw, 83px); line-height: 1.03; margin: 26px 0 20px; }
.hero h1 span, .section-title span { color: var(--ink); }
.hero-description { max-width: 510px; color: var(--muted); line-height: 1.85; font-size: 16px; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 23px; }
.button { font-size: 14px; }
.button-primary { padding: 14px 19px; border-radius: 26px; color: var(--white); background: var(--ink); }
.button-primary span { margin-left: 8px; }
.button-text { color: var(--muted); }
.hero-note { padding: 42px 36px; border: 1px solid rgba(255, 255, 255, .92); border-radius: 18px; background: rgba(255, 255, 255, .92); box-shadow: 0 20px 70px rgba(23, 49, 77, .08); }
.note-kicker, .card-label { font-size: 12px; letter-spacing: 1.7px; color: var(--rose); font-weight: 700; }
.note-quote { font-size: 35px; line-height: 1.29; letter-spacing: -.5px; margin: 35px 0 27px; }
.note-divider { height: 1px; background: var(--line); }
.note-description { font-size: 14px; color: var(--muted); margin: 19px 0 0; line-height: 1.7; }

.section { padding: 110px 0; }
.section-title { font-size: 54px; line-height: 1.1; margin: 21px 0 0; }
.centered { text-align: center; }
.purpose-section { background: var(--white); }
.purpose-grid { margin-top: 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.purpose-card { min-height: 268px; padding: 38px; border-radius: 16px; }
.mission-card { background: #e5effb; }
.vision-card { background: #f6e4e4; }
.purpose-card h3 { font-size: 30px; letter-spacing: -.45px; max-width: 330px; margin: 23px 0 13px; line-height: 1.18; }
.purpose-card > p:last-child { max-width: 410px; color: #65747d; font-size: 15px; line-height: 1.8; }
.prayer-opening-section { background: linear-gradient(180deg, #f0f6fc 0%, #f7fafc 100%); }
.prayer-reflection { max-width: 790px; margin: 42px auto 0; padding: 34px 42px; border: 1px solid #e9e3e6; border-radius: 18px; background: rgba(255, 255, 255, .84); box-shadow: 0 15px 44px rgba(23, 49, 77, .04); text-align: center; font-family: var(--serif); font-size: 25px; line-height: 1.65; }
.remembrance-section { background: var(--paper); }
.practice-grid { margin-top: 66px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 31px; }
.practice-card { padding-right: 10px; }
.practice-number { font-size: 12px; letter-spacing: 1px; color: var(--rose); }
.practice-card h3, .expression-card h3 { font-family: var(--serif); font-size: 27px; font-weight: 400; margin: 20px 0 8px; }
.practice-card > p:last-child, .expression-card > p:last-child { font-size: 15px; color: var(--muted); line-height: 1.8; }
.story-section { background: linear-gradient(125deg, #e8f1fa, #f9f2f2 82%); }
.story-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.story-copy p { font-size: 16px; color: var(--muted); line-height: 1.9; margin: 0 0 17px; }
.story-copy .story-emphasis { color: var(--ink); font-weight: 600; }
.expression-section { background: var(--white); }
.section-intro { max-width: 590px; margin: 20px auto 48px; text-align: center; color: var(--muted); line-height: 1.85; font-size: 15px; }
.expression-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.expression-card { padding: 35px 36px; border: 1px solid var(--line); border-radius: 16px; background: #f8fbfd; }
.digital-card { background: #edf4fc; border-color: #e2ebf4; }
.verse-section { padding: 90px 0; background: #f8eaea; }
.verse-inner { text-align: center; max-width: 760px; }
.verse-inner blockquote { font-family: var(--serif); font-size: 33px; line-height: 1.42; margin: 27px 0 18px; }
.verse-attribution { font-size: 13px; color: var(--muted); }
.contact-section { background: linear-gradient(140deg, #deebfa, #f7fafc 78%); }
.contact-inner { text-align: center; }
.contact-description { max-width: 490px; margin: 23px auto 29px; color: var(--muted); line-height: 1.85; }
.contact-email { font-family: var(--serif); font-size: 26px; color: var(--ink); border-bottom: 1px solid #afc7d5; padding-bottom: 4px; }

.site-footer { background: var(--white); padding: 47px 0 37px; }
.footer-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }
.footer-layout > div:first-child > p { color: var(--muted); font-size: 13px; margin-top: 8px; }
.footer-links { display: flex; gap: 22px; justify-content: flex-end; align-items: center; color: var(--muted); font-size: 13px; }
.copyright { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.privacy-article { max-width: 770px; padding-top: 83px; padding-bottom: 100px; }
.privacy-article > h1 { font-family: var(--serif); font-size: 63px; font-weight: 400; letter-spacing: -1.5px; margin: 21px 0 8px; }
.privacy-date { font-size: 13px; color: var(--muted); }
.privacy-intro { margin: 33px 0 36px; color: var(--muted); font-size: 16px; line-height: 1.85; }
.privacy-article section { margin: 31px 0; }
.privacy-article section h2 { font-family: var(--serif); font-size: 25px; font-weight: 400; margin: 0 0 8px; }
.privacy-article section p { color: var(--muted); font-size: 15px; line-height: 1.85; margin: 0; }
.privacy-article section a, .privacy-return a, .privacy-footer a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.privacy-return { margin-top: 43px; font-size: 15px; }
.privacy-footer { display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; }

@media (max-width: 1000px) {
  .main-nav { gap: 18px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .shell { width: calc(100% - 40px); }
  .nav-bar { min-height: 70px; }
  .wordmark { font-size: 24px; }
  .menu-toggle { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-left: auto; cursor: pointer; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 20px; right: 20px; display: none; flex-direction: column; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 18px 48px rgba(23, 49, 77, .12); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 14px; border-radius: 8px; font-size: 16px; }
  .main-nav a:hover { background: var(--paper); }
  .nav-cta { padding: 9px 12px; }
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; gap: 38px; padding-top: 80px; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(48px, 15vw, 62px); }
  .hero-note { padding: 29px; }
  .note-quote { font-size: 31px; }
  .section { padding: 82px 0; }
  .section-title { font-size: 42px; }
  .purpose-grid, .expression-grid { grid-template-columns: 1fr; gap: 15px; margin-top: 41px; }
  .purpose-card { min-height: auto; padding: 31px; }
  .prayer-reflection { margin-top: 34px; padding: 25px 23px; font-size: 21px; }
  .practice-grid { grid-template-columns: 1fr 1fr; gap: 30px 18px; margin-top: 45px; }
  .story-layout { grid-template-columns: 1fr; gap: 32px; }
  .section-intro { margin-bottom: 20px; }
  .expression-card { padding: 29px; }
  .verse-section { padding: 75px 0; }
  .verse-inner blockquote { font-size: 27px; }
  .privacy-article { padding-top: 67px; padding-bottom: 75px; }
  .privacy-article > h1 { font-size: 52px; }
  .privacy-footer { gap: 12px; flex-wrap: wrap; }
  .footer-layout { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; gap: 16px; }
  .copyright { grid-column: 1; }
}

@media (max-width: 460px) {
  .nav-cta { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .practice-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .skip-link { transition: none; }
}
