/* Parallel Gospels — site styles
   Elevated: deep burgundy + warm paper, Garamond display, Inter UI. */

:root {
  --burgundy: #7a1f2b;
  --burgundy-dark: #5e1721;
  --burgundy-deep: #2a0f13;
  --ink: #1c1917;
  --body: #57534d;
  --muted: #948f88;
  --line: #ecebe8;
  --bg: #ffffff;
  --surface: #f7f5f2;
  --surface-rose: #faf6f6;
  --paper: #fbfaf8;
  --gold: #c8a86b;
  --maxw: 1120px;
  --radius: 12px;
  --font-serif: "EB Garamond", Georgia, "Times New Roman", serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --shadow-lg: 0 30px 70px -20px rgba(42,15,19,0.45);
  --shadow-sm: 0 1px 3px rgba(28,25,23,0.06), 0 8px 24px -12px rgba(28,25,23,0.12);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--body);
  background: var(--bg);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 {
  font-family: var(--font-serif);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em;
}
a { color: var(--burgundy); }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.centered { text-align: center; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(255,255,255,0.82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 1px 0 rgba(28,25,23,0.02); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand .mark { color: var(--burgundy); }
.brand .name { font-family: var(--font-serif); font-size: 22px; font-weight: 600; letter-spacing: -0.01em; }
.nav { display: flex; align-items: center; gap: 2px; flex-wrap: wrap; }
.nav a { color: var(--body); text-decoration: none; font-size: 15px; padding: 8px 14px; border-radius: 8px; transition: background .2s, color .2s; }
.nav a:hover { background: var(--surface); color: var(--ink); }
.nav a.nav-cta {
  margin-left: 8px; background: var(--burgundy); color: #fff; font-weight: 500;
  padding: 9px 18px; box-shadow: var(--shadow-sm);
}
.nav a.nav-cta:hover { background: var(--burgundy-dark); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1200px 600px at 78% -10%, rgba(122,31,43,0.10), transparent 60%),
    linear-gradient(180deg, var(--paper) 0%, #ffffff 60%);
  border-bottom: 1px solid var(--line);
}
.hero-glow {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(700px 380px at 85% 12%, rgba(200,168,107,0.16), transparent 65%);
}
.hero-inner {
  position: relative; max-width: 840px; margin: 0 auto;
  padding: 80px 24px 44px;
  text-align: center;
}
.hero-copy { display: flex; flex-direction: column; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--burgundy); background: var(--surface-rose);
  border: 1px solid #efdcdf; border-radius: 999px;
  font-size: 12.5px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 6px 13px; margin-bottom: 22px;
}
.hero h1 { font-size: clamp(36px, 5.2vw, 60px); margin-bottom: 20px; color: var(--ink); }
.hero .lead { font-size: 19px; max-width: 34em; margin: 0 auto 30px; color: var(--body); }

.hero-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 30px; }
.btn-store {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ink); color: #fff; text-decoration: none;
  font-weight: 500; font-size: 16px; padding: 14px 24px; border-radius: var(--radius);
  box-shadow: var(--shadow-sm); transition: transform .2s ease, background .2s ease;
}
.btn-store:hover { background: #000; transform: translateY(-1px); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 7px;
  color: var(--burgundy); text-decoration: none; font-weight: 500; font-size: 16px;
  padding: 13px 6px;
}
.btn-ghost svg { transition: transform .2s ease; }
.btn-ghost:hover svg { transform: translateY(3px); }

.trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; list-style: none; padding: 0; margin: 0; }
.trust li { position: relative; padding-left: 20px; font-size: 14.5px; color: var(--muted); }
.trust li::before {
  content: ""; position: absolute; left: 0; top: 50%; width: 13px; height: 13px; transform: translateY(-50%);
  background: no-repeat center/contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237a1f2b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}

/* Full-width screenshot showcase */
.hero-showcase {
  margin: 0 auto; padding: 0 24px 72px;
  max-width: 1360px; width: 100%;
}
.hero-showcase img {
  width: 100%; height: auto; display: block;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  background: #fff;
}
.hero-showcase figcaption {
  margin-top: 16px; text-align: center;
  font-size: 14px; color: var(--muted);
}

/* ---------- Bands ---------- */
.band { padding: 84px 0; }
.kicker {
  font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--burgundy); margin: 0 0 16px;
}
.kicker.centered { text-align: center; }
.insight { background: var(--surface); border-bottom: 1px solid var(--line); }
.band-statement {
  font-family: var(--font-serif); font-size: clamp(24px, 3.4vw, 36px);
  line-height: 1.32; color: var(--ink); max-width: 20em; margin: 0;
}

/* ---------- Features grid ---------- */
.features { padding: 90px 0; }
.features .wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 40px; }
.feat {
  position: relative; padding: 30px 28px; border-radius: var(--radius);
  border: 1px solid var(--line); background: var(--bg);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.feat:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: #e4e0db; }
.feat-num {
  position: absolute; top: 22px; right: 24px;
  font-family: var(--font-serif); font-size: 15px; color: var(--gold); letter-spacing: 0.05em;
}
.feat-icon {
  width: 46px; height: 46px; border-radius: 11px; display: grid; place-items: center;
  background: var(--surface-rose); color: var(--burgundy); margin-bottom: 18px;
}
.feat-icon svg { width: 24px; height: 24px; }
.feat h3 { font-size: 22px; margin: 0 0 8px; }
.feat p { margin: 0; font-size: 15.5px; color: var(--body); }

/* ---------- Translations ---------- */
.translations { padding: 30px 0 96px; }
.translations h2 { font-size: clamp(28px, 3.6vw, 40px); margin-bottom: 14px; }
.section-lead { max-width: 34em; margin: 0 auto 36px; font-size: 17px; color: var(--body); }
.chips {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 920px; margin: 0 auto;
}
.chips li {
  display: flex; align-items: center; gap: 11px;
  padding: 15px 16px; border: 1px solid var(--line); border-radius: 11px;
  background: var(--paper); font-size: 15px; color: var(--ink); font-weight: 500;
  transition: border-color .2s, background .2s;
}
.chips li:hover { border-color: #e4c9cd; background: #fff; }
.chips em { color: var(--muted); font-style: normal; font-weight: 400; font-size: 13.5px; }
.chip-abbr {
  flex-shrink: 0; min-width: 40px; text-align: center;
  font-family: var(--font-serif); font-weight: 600; font-size: 14px;
  color: var(--burgundy); background: var(--surface-rose);
  border: 1px solid #efdcdf; border-radius: 7px; padding: 3px 7px; letter-spacing: 0.03em;
}

/* ---------- Scripture quote ---------- */
.quote {
  background:
    radial-gradient(900px 400px at 50% -30%, rgba(122,31,43,0.5), transparent 70%),
    var(--burgundy-deep);
  color: #f3e9e6; text-align: center;
}
.quote blockquote { margin: 0 auto; max-width: 760px; }
.quote p {
  font-family: var(--font-serif); font-style: italic;
  font-size: clamp(22px, 3vw, 31px); line-height: 1.45; color: #fbf3ef; margin: 0 0 22px;
}
.quote cite {
  font-style: normal; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold);
}

/* ---------- Mini FAQ ---------- */
.mini-faq { padding: 90px 0; }
.mini-faq h2 { font-size: clamp(26px, 3.4vw, 36px); margin-bottom: 30px; }
.mini-faq .wrap { max-width: 760px; }
.mini-faq details {
  border-top: 1px solid var(--line); padding: 6px 0;
}
.mini-faq details:last-of-type { border-bottom: 1px solid var(--line); }
.mini-faq summary {
  cursor: pointer; list-style: none; padding: 16px 36px 16px 2px; position: relative;
  font-family: var(--font-serif); font-size: 20px; color: var(--ink);
}
.mini-faq summary::-webkit-details-marker { display: none; }
.mini-faq summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-family: var(--font-sans); font-size: 22px; font-weight: 400; color: var(--burgundy);
  transition: transform .2s ease;
}
.mini-faq details[open] summary::after { content: "–"; }
.mini-faq details p { margin: 0 2px 18px; font-size: 16px; color: var(--body); }
.faq-more { margin-top: 28px; text-align: center; }
.faq-more a { font-weight: 500; text-decoration: none; }
.faq-more a:hover { text-decoration: underline; }

/* ---------- Final CTA ---------- */
.cta-band {
  position: relative; overflow: hidden; text-align: center;
  padding: 100px 0;
  background: linear-gradient(180deg, var(--surface) 0%, var(--paper) 100%);
  border-top: 1px solid var(--line);
}
.cta-glow {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(700px 300px at 50% 0%, rgba(122,31,43,0.10), transparent 65%);
}
.cta-band .wrap { position: relative; }
.cta-band h2 { font-size: clamp(30px, 4.2vw, 48px); margin-bottom: 14px; }
.cta-band p { font-size: 18px; max-width: 34em; margin: 0 auto 30px; color: var(--body); }
.cta-band .btn-store { background: var(--burgundy); }
.cta-band .btn-store:hover { background: var(--burgundy-dark); }

/* ---------- Content pages (support/faq/privacy/terms) ---------- */
.page { padding: 64px 0 80px; }
.page h1 { font-size: clamp(32px, 4vw, 42px); margin-bottom: 8px; }
.page .updated { color: var(--muted); font-size: 14px; margin: 0 0 28px; }
.page h2 { font-size: 24px; margin: 36px 0 8px; }
.page p, .page li { font-size: 16.5px; }
.prose { max-width: 720px; }
.prose p { margin: 0 0 14px; }
.prose ul { padding-left: 22px; margin: 0 0 14px; }
.callout { background: var(--surface-rose); border-left: 3px solid var(--burgundy); padding: 18px 22px; margin: 0 0 26px; max-width: 720px; border-radius: 0 8px 8px 0; }
.callout h3 { font-size: 19px; margin: 0 0 6px; }
.callout p { margin: 0; font-size: 15.5px; }
.contact-card { background: var(--surface-rose); border: 1px solid #ecdcde; border-radius: var(--radius); padding: 22px 24px; max-width: 460px; margin: 0 0 22px; }
.contact-card .label { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin: 0 0 6px; }
.contact-card .email { font-size: 18px; color: var(--ink); display: flex; align-items: center; gap: 10px; margin: 0; }
.contact-card .email .ci { color: var(--burgundy); }
.faq { max-width: 760px; }
.faq .qa { border-top: 1px solid var(--line); padding: 18px 0; }
.faq .qa:last-child { border-bottom: 1px solid var(--line); }
.faq .q { font-family: var(--font-serif); font-size: 20px; color: var(--ink); margin: 0 0 6px; }
.faq .a { margin: 0; font-size: 16.5px; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); background: var(--surface); }
.site-footer .wrap { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 26px 24px; font-size: 14px; color: var(--muted); }
.site-footer a { color: var(--muted); text-decoration: none; margin-left: 20px; }
.site-footer a:hover { color: var(--ink); }
.site-footer .links { display: flex; }

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .hero-inner { padding: 60px 24px 36px; }
  .hero-showcase { padding-bottom: 56px; }
  .features .wrap { grid-template-columns: 1fr 1fr; }
  .chips { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .site-header .wrap { height: auto; padding: 12px 16px; flex-direction: column; gap: 10px; }
  .nav { justify-content: center; gap: 0; }
  .nav a { padding: 7px 10px; font-size: 14px; }
  .nav a.nav-cta { margin-left: 4px; }
  .band, .features, .mini-faq, .cta-band { padding: 60px 0; }
  .features .wrap { grid-template-columns: 1fr; }
  .chips { grid-template-columns: 1fr; }
  .hero-actions { gap: 10px; }
  .btn-store, .btn-ghost { width: 100%; justify-content: center; }
}
