:root {
  --black: #0a0a0c;
  --charcoal: #17171b;
  --silver: #d8d8dc;
  --white: #ffffff;
  --orange: #f26a1b;
  --orange-dark: #b9420d;
  --blue: #2877d4;
  --purple: #7b4aa8;
  --text: #25252a;
  --muted: #686870;
  --shadow: 0 18px 50px rgba(0,0,0,.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Montserrat', sans-serif; color: var(--text); background: #f6f6f7; line-height: 1.65; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(10,10,12,.94); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: white; text-decoration: none; font-family: 'Cinzel', serif; font-weight: 700; line-height: 1.05; letter-spacing: .04em; }
.brand img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.brand small { font-family: 'Montserrat', sans-serif; font-size: .67rem; font-weight: 500; color: #bbb; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 20px; }
.site-nav a { color: #eee; text-decoration: none; font-size: .83rem; font-weight: 600; }
.site-nav a:hover { color: var(--orange); }
.nav-toggle { display: none; background: none; border: 0; color: white; font-size: 1.7rem; }
.hero { background: #09090b; color: white; }
.hero-banner { width: 100%; height: auto; display: block; }
.hero-linkbar { background: #09090b; border-top: 1px solid rgba(255,255,255,.08); }
.hero-linkbar .hero-actions { justify-content: center; margin-top: 0; padding: 22px 0; }
.section { padding: 96px 0; }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading > p:last-child { color: var(--muted); }
.belief-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card { background: white; padding: 34px; border-radius: 10px; box-shadow: var(--shadow); border-top: 4px solid var(--orange); }
.card:nth-child(2) { border-top-color: var(--blue); }
.card:nth-child(3) { border-top-color: var(--purple); }
.card ul { padding-left: 20px; margin-bottom: 0; }
.card li { margin-bottom: 14px; }
.card li span { display: block; color: var(--muted); font-size: .82rem; margin-top: 3px; }
.scripture-card { background: linear-gradient(145deg,#151519,#25232a); color: white; border-top-color: #d8d8dc; }
.scripture-card p { color: #d4d4d7; }
.section-dark { background: var(--charcoal); color: white; }
.section-dark p { color: #d1d1d4; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.accent-copy { color: var(--orange) !important; font-weight: 700; font-size: 1.15rem; }
.contact-form { display: grid; gap: 15px; padding: 28px; border-radius: 10px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); }
.contact-form label { display: grid; gap: 6px; font-size: .8rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); border-radius: 4px; background: rgba(255,255,255,.08); color: white; padding: 13px 14px; font: inherit; }
.contact-form textarea { resize: vertical; }
.contact-form .check { display: flex; grid-template-columns: auto 1fr; align-items: center; gap: 9px; text-transform: none; letter-spacing: 0; }
.contact-form .check input { width: auto; }
.contact-form small { color: #aaa; }
.contact-form.light { background: white; border-color: #ddd; box-shadow: var(--shadow); }
.contact-form.light label { color: var(--text); }
.contact-form.light input, .contact-form.light textarea { color: var(--text); background: #f7f7f8; border-color: #d8d8dc; }
.partner-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.partner-card { padding: 38px; background: white; text-decoration: none; border-radius: 10px; box-shadow: var(--shadow); border-left: 5px solid var(--orange); }
.partner-card:nth-child(2) { border-left-color: var(--blue); }
.partner-card p { color: var(--muted); }
.partner-card span { color: var(--orange-dark); font-weight: 700; }
.prayer-section { background: linear-gradient(135deg,#f4eef9,#f7f7f8); }
.prayer-layout { align-items: center; }
.prayer-image img { border-radius: 10px; box-shadow: var(--shadow); }
.prayer-layout blockquote { color: var(--text); }
.prayer-layout a { color: var(--purple); font-weight: 700; }
.join-box { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.join-box > div:first-child { max-width: 760px; }
.resources { background: #ececef; }
.book-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.book-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 430px; padding: 34px; border-radius: 10px; background: white; box-shadow: var(--shadow); }
.book-card:before { content: ''; position: absolute; top: 0; right: 0; width: 110px; height: 110px; background: linear-gradient(135deg, transparent 50%, rgba(242,106,27,.12) 50%); }
.book-card.featured { background: linear-gradient(145deg,#17171b,#27242d); color: white; transform: translateY(-12px); }
.book-number { font-family: 'Cinzel', serif; font-size: 3.8rem; color: rgba(0,0,0,.08); line-height: 1; }
.featured .book-number { color: rgba(255,255,255,.08); }
.book-type { color: var(--orange); font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.book-card p:not(.book-type) { color: var(--muted); }
.book-card.featured p:not(.book-type) { color: #d1d1d4; }
.book-card .btn { margin-top: auto; align-self: flex-start; }

.format-note { max-width: 850px; margin: -18px auto 38px; padding: 18px 22px; text-align: center; background: white; border-left: 4px solid var(--purple); border-radius: 6px; box-shadow: 0 10px 30px rgba(0,0,0,.08); color: var(--text); }
.book-card .availability { margin-top: 4px; color: var(--purple) !important; }
.book-card.featured .availability { color: #dcbcff !important; }
.resource-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 34px; }
.resource-card { background: white; padding: 30px 34px; border-radius: 10px; box-shadow: var(--shadow); border-top: 4px solid var(--purple); }
.resource-card:nth-child(2) { border-top-color: var(--orange); }
.resource-card ul { margin: 0; padding-left: 20px; }
.resource-card li { margin: 10px 0; }
.resource-card a { color: var(--purple); font-weight: 700; text-decoration: none; }
.resource-card a:hover { text-decoration: underline; }

footer { background: #09090b; color: #d5d5d8; padding: 54px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr .8fr; gap: 40px; align-items: center; }
.footer-brand { display: flex; gap: 15px; align-items: center; }
.footer-brand img { width: 70px; border-radius: 50%; }
.footer-brand strong { color: white; font-family: 'Cinzel', serif; }
.footer-brand span { color: #888; font-size: .85rem; }
.footer-links, .footer-contact { display: grid; gap: 8px; }
.footer-links a, .footer-contact a { color: #bbb; text-decoration: none; font-size: .9rem; }
.copyright { margin-top: 36px; padding-top: 20px; border-top: 1px solid #242429; color: #777; font-size: .8rem; text-align: center; }
@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 78px; left: 0; right: 0; display: none; flex-direction: column; align-items: flex-start; padding: 24px; background: #111114; }
  .site-nav.open { display: flex; }
  .two-column { grid-template-columns: 1fr; }
  .book-grid, .resource-groups { grid-template-columns: 1fr; }
  .book-card.featured { transform: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 26px, 1180px); }
  .brand span { display: none; }
  .hero-linkbar .hero-actions { padding: 16px 0; }
  .belief-grid, .partner-grid { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .join-box { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
}
