/* Scripture With Me — brand styles */
:root {
  --cream: #F4EFE2;
  --cream-light: #FBF8F0;
  --cream-dark: #EAE3D0;
  --olive: #6F7A46;
  --olive-dark: #5C6639;
  --forest: #2F3625;
  --forest-soft: #3C4430;
  --gold: #C9B583;
  --ink: #2B2A20;
  --ink-soft: #5D5B4C;
  --white: #FFFFFF;
  --radius: 18px;
  --shadow: 0 18px 45px rgba(47, 54, 37, 0.14);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .serif {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  line-height: 1.15;
  color: var(--ink);
}

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(244, 239, 226, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(47, 54, 37, 0.08);
}
header.site .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand .logo-mark {
  width: 40px; height: 40px; border-radius: 10px;
  background: linear-gradient(145deg, #FDFAF1 0%, #EFE6CE 55%, #DECFA8 100%);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 3px 8px rgba(47,54,37,0.18);
}
.brand .logo-mark svg { width: 24px; height: 24px; }
.brand span {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem; font-weight: 700; color: var(--ink);
}
nav.main { display: flex; align-items: center; gap: 28px; }
nav.main a {
  color: var(--ink-soft); text-decoration: none; font-size: 0.95rem; font-weight: 600;
}
nav.main a:hover { color: var(--olive-dark); }
nav.main a.cta {
  background: var(--olive); color: var(--white);
  padding: 10px 20px; border-radius: 999px;
}
nav.main a.cta:hover { background: var(--olive-dark); }
@media (max-width: 640px) { nav.main a:not(.cta) { display: none; } }

/* ---------- Buttons ---------- */
.btn-store {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--forest); color: var(--white);
  text-decoration: none; padding: 13px 26px; border-radius: 14px;
  font-weight: 600; font-size: 1rem;
  transition: transform .15s ease, background .15s ease;
}
.btn-store:hover { background: var(--forest-soft); transform: translateY(-2px); }
.btn-store svg { width: 22px; height: 22px; }
.btn-store.soon {
  background: #9A9582; cursor: default; pointer-events: none;
}
.btn-store.soon:hover { transform: none; }
.btn-store small { display: block; font-size: 0.68rem; font-weight: 400; opacity: .8; line-height: 1; }
.btn-store .btn-text { text-align: left; line-height: 1.2; }

/* ---------- Hero ---------- */
.hero {
  padding: 84px 0 40px;
  text-align: center;
  background:
    radial-gradient(900px 420px at 50% -10%, rgba(201, 181, 131, 0.28), transparent 70%),
    var(--cream);
}
.hero .eyebrow {
  display: inline-block; font-size: 0.82rem; letter-spacing: .14em;
  text-transform: uppercase; font-weight: 700; color: var(--olive-dark);
  margin-bottom: 18px;
}
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.2rem); margin-bottom: 20px; }
.hero p.lede {
  max-width: 620px; margin: 0 auto 32px; font-size: 1.18rem; color: var(--ink-soft);
}
.hero .actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 22px; }
.hero .proof { font-size: 0.95rem; color: var(--ink-soft); }
.hero .proof .stars { color: var(--gold); letter-spacing: 2px; font-size: 1.05rem; }

/* ---------- Phone mockups ---------- */
.phones {
  display: flex; justify-content: center; align-items: flex-start; gap: 28px;
  padding: 48px 24px 90px; flex-wrap: wrap;
}
.phone {
  width: 270px; flex: none; border-radius: 38px; padding: 12px;
  background: #1c1c1e; box-shadow: var(--shadow);
}
.phone .screen {
  border-radius: 28px; overflow: hidden; height: 545px;
  padding: 24px 18px; position: relative;
}
.screen-cream { background: linear-gradient(170deg, #F7F2E4 0%, #EFE7D2 100%); }
.screen-dark { background: linear-gradient(170deg, #333B27 0%, #262D1B 100%); color: #EDE9DA; }
.screen-dark h4, .screen-dark .verse { color: #F2EFE2; }
.app-chip {
  display: inline-block; font-size: 0.62rem; font-weight: 700;
  background: rgba(111, 122, 70, 0.16); color: var(--olive-dark);
  border-radius: 999px; padding: 4px 10px; margin: 0 4px 6px 0;
}
.screen-dark .app-chip { background: rgba(242, 239, 226, 0.14); color: #E8E3CE; }
.screen h4 {
  font-size: 1.28rem; margin: 8px 0 12px;
}
.screen .verse {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.02rem; font-style: italic; color: var(--ink-soft);
  border-left: 3px solid var(--gold); padding-left: 12px; margin: 12px 0;
}
.screen .ref { font-size: 0.78rem; font-weight: 700; color: var(--olive-dark); }
.screen-dark .ref { color: var(--gold); }
.phone .screen-dark .verse { color: #F2EFE2; }
.phone .screen-dark h4 { color: #F7F4E8; }
.app-card {
  background: rgba(255,255,255,0.72); border-radius: 14px;
  padding: 12px 14px; margin: 10px 0; font-size: 0.82rem; color: var(--ink-soft);
  box-shadow: 0 2px 8px rgba(47,54,37,0.06);
}
.screen-dark .app-card { background: rgba(255,255,255,0.08); color: #D9D4C0; }
.app-card b { display: block; color: var(--ink); font-size: 0.88rem; margin-bottom: 2px; }
.screen-dark .app-card b { color: #F2EFE2; }
.app-btn {
  display: block; text-align: center; background: var(--olive); color: #fff;
  border-radius: 12px; padding: 10px; font-size: 0.85rem; font-weight: 700; margin-top: 14px;
}

/* ---------- Sections ---------- */
section.feature-intro { text-align: center; padding: 70px 0 20px; }
section.feature-intro .eyebrow {
  font-size: 0.8rem; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 700; color: var(--olive-dark);
}
section.feature-intro h2 { font-size: clamp(2rem, 4.5vw, 2.9rem); margin: 12px 0 14px; }
section.feature-intro p { max-width: 640px; margin: 0 auto; color: var(--ink-soft); font-size: 1.1rem; }

.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; padding: 44px 0 80px; }
.feature-card {
  background: var(--cream-light); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: 0 6px 22px rgba(47,54,37,0.07);
  border: 1px solid rgba(47,54,37,0.05);
}
.feature-card .icon {
  width: 46px; height: 46px; border-radius: 12px; display: flex;
  align-items: center; justify-content: center; margin-bottom: 16px;
  background: rgba(111, 122, 70, 0.14);
}
.feature-card .icon svg { width: 24px; height: 24px; stroke: var(--olive-dark); }
.feature-card .tag {
  font-size: 0.75rem; letter-spacing: .1em; text-transform: uppercase;
  font-weight: 700; color: var(--olive-dark);
}
.feature-card h3 { font-size: 1.45rem; margin: 6px 0 10px; }
.feature-card p { color: var(--ink-soft); font-size: 0.98rem; }

/* ---------- Perks row ---------- */
.perks { padding: 0 0 80px; }
.perks h3.perks-title {
  text-align: center; font-size: 1.7rem; margin-bottom: 6px;
}
.perks p.perks-sub { text-align: center; color: var(--ink-soft); margin-bottom: 28px; }
.perks-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.perk {
  display: flex; align-items: flex-start; gap: 14px;
  background: rgba(251, 248, 240, 0.6); border: 1px solid rgba(47,54,37,0.08);
  border-radius: 14px; padding: 18px 20px;
}
.perk .icon {
  flex: none; width: 38px; height: 38px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(111, 122, 70, 0.14);
}
.perk .icon svg { width: 20px; height: 20px; stroke: var(--olive-dark); }
.perk b { display: block; font-size: 0.98rem; }
.perk span { font-size: 0.88rem; color: var(--ink-soft); }

/* ---------- Verse band ---------- */
.verse-band {
  background: linear-gradient(160deg, var(--forest) 0%, #242B18 100%);
  color: #EDE9DA; text-align: center; padding: 84px 24px;
}
.verse-band blockquote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.5rem, 3.4vw, 2.2rem); font-style: italic;
  max-width: 720px; margin: 0 auto 18px; color: #F4F1E3;
}
.verse-band cite { font-style: normal; font-weight: 700; color: var(--gold); letter-spacing: .06em; }

/* ---------- FAQ ---------- */
.faq { padding: 80px 0; max-width: 760px; margin: 0 auto; }
.faq h2 { text-align: center; font-size: clamp(2rem, 4.5vw, 2.7rem); margin-bottom: 34px; }
.faq details {
  background: var(--cream-light); border-radius: 14px; padding: 20px 24px;
  margin-bottom: 12px; border: 1px solid rgba(47,54,37,0.06);
}
.faq summary {
  font-weight: 700; font-size: 1.05rem; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center;
}
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--olive-dark); }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin-top: 12px; color: var(--ink-soft); }

/* ---------- Final CTA ---------- */
.final-cta { text-align: center; padding: 30px 24px 100px; }
.final-cta .logo-big {
  width: 84px; height: 84px; border-radius: 20px; margin: 0 auto 22px;
  background: linear-gradient(145deg, #FDFAF1 0%, #EFE6CE 55%, #DECFA8 100%);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(47,54,37,0.2);
}
.final-cta .logo-big svg { width: 48px; height: 48px; }
.final-cta h2 { font-size: clamp(2rem, 4.5vw, 2.8rem); margin-bottom: 14px; }
.final-cta p { color: var(--ink-soft); max-width: 540px; margin: 0 auto 28px; font-size: 1.1rem; }

/* ---------- Footer ---------- */
footer.site {
  background: var(--forest); color: #C9C5B0; padding: 46px 0 34px; font-size: 0.92rem;
}
footer.site .wrap { display: flex; flex-wrap: wrap; gap: 28px; justify-content: space-between; align-items: flex-start; }
footer.site .fbrand { display: flex; align-items: center; gap: 10px; }
footer.site .fbrand span { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.2rem; color: #F2EFE2; font-weight: 700; }
footer.site nav { display: flex; gap: 22px; flex-wrap: wrap; }
footer.site a { color: #C9C5B0; text-decoration: none; }
footer.site a:hover { color: var(--gold); }
footer.site .copy { width: 100%; border-top: 1px solid rgba(255,255,255,0.12); margin-top: 26px; padding-top: 20px; font-size: 0.85rem; }

/* ---------- Legal / conten
/* Fix: keep the dot on the i (disable fi ligature in serif headings) */
h1, h2, h3, h4, .serif { font-variant-ligatures: no-common-ligatures; font-feature-settings: "liga" 0, "clig" 0; }
(--ink-soft); font-size: 0.92rem; }
article.legal {
  max-width: 760px; margin: 0 auto; padding: 20px 24px 90px;
}
article.legal .card {
  background: var(--cream-light); border-radius: var(--radius);
  padding: 44px 46px; box-shadow: 0 8px 28px rgba(47,54,37,0.08);
  border: 1px solid rgba(47,54,37,0.05);
}
@media (max-width: 560px) { article.legal .card { padding: 30px 22px; } }
article.legal h2 { font-size: 1.6rem; margin: 34px 0 12px; }
article.legal h2:first-child { margin-top: 0; }
article.legal p { margin-bottom: 14px; color: #3E3D30; }
article.legal ul { margin: 0 0 16px 22px; color: #3E3D30; }
article.legal li { margin-bottom: 10px; }
article.legal a { color: var(--olive-dark); font-weight: 600; }
article.legal .note {
  background: rgba(111, 122, 70, 0.1); border-left: 4px solid var(--olive);
  border-radius: 8px; padding: 14px 18px; margin: 18px 0;
}
