:root {
  color-scheme: light;
  --navy: #082654;
  --navy-deep: #061b3c;
  --blue: #165da9;
  --blue-bright: #2b77c8;
  --soft: #e9eef6;
  --paper: #f7f8fb;
  --white: #ffffff;
  --ink: #0d1726;
  --muted: #647083;
  --line: rgba(8, 38, 84, 0.12);
  --shadow: 0 24px 70px rgba(8, 38, 84, 0.12);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --section: min(1180px, calc(100% - 48px));
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--navy); color: white; padding: 12px 18px; border-radius: 12px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { width: var(--section); margin: 0 auto; min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 1.18rem; font-weight: 800; text-decoration: none; letter-spacing: -0.03em; }
.wordmark img { border-radius: 10px; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a, .site-footer nav a { color: var(--muted); font-size: 0.9rem; font-weight: 650; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible, .site-footer nav a:hover, .site-footer nav a:focus-visible { color: var(--navy); }
.nav-pill { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.72); font-size: .8rem; font-weight: 750; }

.section-shell { width: var(--section); margin-inline: auto; }
.hero { min-height: 760px; padding: 78px 0 100px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; color: var(--navy-deep); font-size: clamp(4rem, 7vw, 6.7rem); line-height: .88; letter-spacing: -.075em; }
h1 span { color: var(--blue); }
.hero-lede { max-width: 610px; margin-bottom: 34px; color: #4f5d70; font-size: clamp(1.1rem, 1.7vw, 1.32rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.primary-cta { display: inline-flex; align-items: center; gap: 12px; min-height: 60px; padding: 11px 23px; border-radius: 17px; background: var(--navy); color: white; box-shadow: 0 14px 28px rgba(8,38,84,.2); }
.primary-cta svg { width: 25px; fill: currentColor; }
.primary-cta span { display: grid; font-size: 1.06rem; font-weight: 750; line-height: 1.08; }
.primary-cta small { margin-bottom: 3px; font-size: .68rem; font-weight: 500; opacity: .78; }
.text-link { color: var(--navy); font-weight: 760; text-decoration: none; text-underline-offset: 5px; }
.text-link:hover, .text-link:focus-visible { text-decoration: underline; }
.hero-note { display: flex; gap: 8px; align-items: center; margin-top: 25px; color: var(--muted); font-size: .86rem; }
.hero-note span { color: var(--blue); }

.hero-art { position: relative; display: grid; place-items: center; min-height: 620px; isolation: isolate; }
.halo { position: absolute; border-radius: 50%; filter: blur(1px); z-index: -2; }
.halo-one { width: 560px; height: 560px; background: radial-gradient(circle, rgba(96,157,222,.30), rgba(233,238,246,.18) 61%, transparent 72%); }
.halo-two { width: 460px; height: 460px; border: 1px solid rgba(22,93,169,.12); box-shadow: 0 0 0 45px rgba(255,255,255,.22), 0 0 0 90px rgba(255,255,255,.14); }
.phone-shell { position: relative; width: 348px; min-height: 712px; padding: 15px 18px 18px; overflow: hidden; border: 9px solid #0d1521; border-radius: 54px; background: #f4f5f9; box-shadow: 0 42px 95px rgba(8,38,84,.25), inset 0 0 0 1px rgba(255,255,255,.75); transform: rotate(2deg); }
.phone-status { height: 35px; display: flex; justify-content: space-between; align-items: start; padding: 0 8px; color: #0e1726; font-size: .72rem; font-weight: 800; }
.island { display: block; width: 102px; height: 28px; margin-top: -7px; border-radius: 20px; background: #050609; }
.phone-header { display: flex; align-items: center; justify-content: space-between; margin: 20px 4px 17px; }
.phone-header > div { display: grid; }
.phone-kicker { margin-bottom: 7px; color: var(--muted); font-size: .58rem; font-weight: 800; letter-spacing: .13em; }
.phone-header strong { color: var(--navy-deep); font-size: 1.55rem; letter-spacing: -.045em; }
.phone-header small { margin-top: 4px; color: #7d8695; font-size: .72rem; }
.phone-header img { object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; }
.verse-card { position: relative; height: 378px; overflow: hidden; border-radius: 27px; box-shadow: 0 18px 34px rgba(7,20,35,.15); }
.verse-card > img { width: 100%; height: 100%; object-fit: cover; }
.verse-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,11,22,.08), rgba(4,11,22,.18) 36%, rgba(2,8,17,.85)); }
.verse-content { position: absolute; left: 22px; right: 22px; bottom: 53px; color: white; }
.verse-label { margin-bottom: 10px; font-size: .58rem; font-weight: 750; letter-spacing: .12em; }
.verse-content blockquote { margin: 0 0 15px; font-family: Georgia, "Times New Roman", serif; font-size: 1.38rem; line-height: 1.28; letter-spacing: -.02em; }
.verse-reference { font-size: .65rem; font-weight: 750; }
.verse-actions { position: absolute; left: 22px; right: 22px; bottom: 15px; display: flex; gap: 22px; color: white; font-size: 1rem; }
.rhythm-preview { min-height: 82px; margin-top: 14px; display: flex; align-items: center; gap: 13px; padding: 16px; border-radius: 22px; background: white; box-shadow: 0 10px 24px rgba(8,38,84,.07); color: var(--navy); }
.mini-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--soft); }
.rhythm-preview > div { flex: 1; display: grid; gap: 4px; }
.rhythm-preview small { color: var(--muted); font-size: .55rem; font-weight: 800; letter-spacing: .1em; }
.rhythm-preview strong { font-size: .9rem; }
.phone-tabs { position: absolute; left: 18px; right: 18px; bottom: 15px; display: flex; justify-content: space-around; padding: 13px 8px; border-radius: 22px; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); box-shadow: 0 10px 28px rgba(8,38,84,.11); font-size: .58rem; }
.phone-tabs b { color: var(--blue); }

.quiet-band { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 4vw, 52px); padding: 16px 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.5); color: var(--navy); }
.quiet-band p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: .95rem; }
.quiet-band span { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); }

.purpose { padding-block: 130px; }
.section-heading { max-width: 780px; margin-bottom: 56px; }
.centered { margin-inline: auto; text-align: center; }
h2 { color: var(--navy-deep); font-size: clamp(2.6rem, 5vw, 4.6rem); line-height: 1.02; letter-spacing: -.06em; }
.section-heading > p:last-child, .feature-copy > p, .journal-copy > p, .privacy-promise > div > p { color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.purpose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.purpose-card { position: relative; min-height: 410px; padding: 34px; overflow: hidden; border-radius: var(--radius-lg); }
.card-number { position: absolute; right: 28px; top: 25px; font-size: .7rem; font-weight: 800; letter-spacing: .1em; opacity: .55; }
.purpose-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: auto; border-radius: 17px; font-size: 1.45rem; }
.purpose-card h3 { margin: 190px 0 10px; font-size: 1.48rem; letter-spacing: -.04em; }
.purpose-card p { margin: 0; line-height: 1.55; }
.card-blue { background: var(--navy); color: white; box-shadow: var(--shadow); }
.card-blue h3 { color: white; }
.card-blue .purpose-icon { background: rgba(255,255,255,.13); }
.card-blue p { color: rgba(255,255,255,.72); }
.card-light { border: 1px solid var(--line); background: white; }
.card-light .purpose-icon { background: var(--soft); color: var(--navy); }
.card-light p { color: var(--muted); }
.card-photo { color: white; }
.card-photo > img, .photo-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-overlay { background: linear-gradient(180deg, rgba(5,16,30,.07), rgba(5,16,30,.82)); }
.card-photo .card-number, .purpose-card-copy { position: relative; z-index: 1; }
.card-photo .card-number { position: absolute; }
.purpose-card-copy { height: 100%; display: flex; flex-direction: column; }
.card-photo .purpose-icon { background: rgba(255,255,255,.17); backdrop-filter: blur(10px); }
.card-photo h3 { color: white; }
.card-photo p { color: rgba(255,255,255,.78); }

.feature { padding-block: 120px; }
.feature-rhythm { background: white; }
.split-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(450px,1.1fr); align-items: center; gap: clamp(60px, 9vw, 130px); }
.reverse { grid-template-columns: minmax(450px,1.08fr) minmax(0,.92fr); }
.feature-copy h2 { margin-bottom: 24px; font-size: clamp(2.8rem, 4.8vw, 4.4rem); }
.feature-copy > p { margin-bottom: 30px; }
.feature-list { display: grid; gap: 19px; margin: 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 16px; align-items: flex-start; }
.feature-list li > span { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-size: .75rem; font-weight: 800; }
.feature-list li div { display: grid; gap: 5px; }
.feature-list strong { color: var(--navy); }
.feature-list small { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.rhythm-ui { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--paper); box-shadow: var(--shadow); }
.rhythm-top { display: flex; justify-content: space-between; color: var(--navy); font-size: .82rem; }
.rhythm-progress { display: grid; grid-template-columns: repeat(6,1fr); gap: 7px; margin: 17px 0 22px; }
.rhythm-progress > * { height: 5px; border-radius: 8px; background: #dce4ef; }
.rhythm-progress i { background: var(--blue); }
.rhythm-step { display: grid; grid-template-columns: 38px 1fr 32px; gap: 15px; align-items: center; min-height: 95px; padding: 18px; border-top: 1px solid var(--line); color: var(--navy); }
.rhythm-step b { font-size: .72rem; }
.rhythm-step div { display: grid; gap: 5px; }
.rhythm-step small { color: var(--blue); font-size: .58rem; font-weight: 850; letter-spacing: .12em; }
.rhythm-step strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; line-height: 1.4; }
.rhythm-step em { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: white; font-style: normal; box-shadow: 0 3px 9px rgba(8,38,84,.08); }
.active-step { opacity: .72; }
.timer-chip { display: flex; align-items: center; gap: 14px; margin-top: 16px; padding: 17px 18px; border-radius: 20px; background: var(--navy); color: white; }
.timer-chip > span { font-size: 1.5rem; }
.timer-chip div { flex: 1; display: grid; }
.timer-chip small { color: rgba(255,255,255,.62); font-size: .56rem; letter-spacing: .1em; }
.timer-chip strong { font-size: 1.2rem; }
.timer-chip button { border: 0; border-radius: 12px; background: white; color: var(--navy); padding: 10px 16px; font-weight: 780; }

.feature-bible { background: var(--soft); }
.reader-ui { padding: 26px clamp(24px, 4vw, 48px) 34px; border: 1px solid rgba(8,38,84,.12); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow); }
.reader-toolbar { display: flex; gap: 8px; margin-bottom: 36px; }
.reader-toolbar span { padding: 9px 12px; border-radius: 11px; background: var(--soft); color: var(--navy); font-size: .68rem; font-weight: 800; }
.reader-toolbar span:last-child { margin-left: auto; }
.reader-title { color: var(--navy-deep); font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; font-weight: 700; }
.scripture { color: #202a38; font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; line-height: 1.75; }
.scripture sup { margin-right: 6px; color: var(--blue); font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: .57em; font-weight: 800; }
.highlight { background: linear-gradient(transparent 10%, rgba(103,165,225,.24) 10%, rgba(103,165,225,.24) 91%, transparent 91%); }
.reader-note { display: flex; gap: 13px; align-items: center; margin-top: 24px; padding: 14px; border-radius: 16px; background: #f1f5fa; color: var(--navy); }
.reader-note > span { font-size: 1.3rem; }
.reader-note p { margin: 0; font-size: .82rem; line-height: 1.4; }
.reader-note small { display: block; color: var(--blue); font-size: .55rem; font-weight: 850; letter-spacing: .1em; }
.feature-pills { display: flex; gap: 9px; flex-wrap: wrap; }
.feature-pills span { padding: 9px 13px; border: 1px solid rgba(8,38,84,.13); border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.55); font-size: .78rem; font-weight: 720; }
.translation-note { margin-top: 22px; font-size: .78rem !important; }

.journal-section { padding-block: 120px; background: white; }
.journal-panel { position: relative; min-height: 600px; padding: clamp(42px, 7vw, 86px); overflow: hidden; border-radius: var(--radius-xl); background: var(--navy-deep); color: white; }
.journal-panel::before { content: ""; position: absolute; width: 580px; height: 580px; right: -190px; top: -210px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.journal-copy { position: relative; z-index: 1; max-width: 530px; }
.light-eyebrow { color: #8cc4ff; }
.journal-copy h2 { color: white; }
.journal-copy > p { color: rgba(255,255,255,.67); }
.journal-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 42px; }
.journal-stats span { display: grid; gap: 4px; min-width: 0; padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.06); }
.journal-stats strong { font-size: 1.3rem; }
.journal-stats small { color: rgba(255,255,255,.58); font-size: .67rem; }
.journal-cards { position: absolute; z-index: 1; right: clamp(34px, 7vw, 86px); top: 75px; width: 360px; }
.journal-cards article { padding: 26px; border-radius: 22px; background: white; color: var(--navy-deep); box-shadow: 0 25px 55px rgba(0,0,0,.2); transform: rotate(3deg); }
.journal-cards article + article { margin: -12px 0 0 -70px; background: #dfeaf7; transform: rotate(-4deg); }
.journal-cards small { color: var(--blue); font-size: .58rem; font-weight: 850; letter-spacing: .1em; }
.journal-cards strong { display: block; margin: 11px 0; font-size: 1.25rem; }
.journal-cards p { color: #4f5d70; font-family: Georgia, "Times New Roman", serif; line-height: 1.5; }
.journal-cards span { color: var(--blue); font-size: .7rem; font-weight: 800; }

.privacy-promise { padding-block: 130px; display: grid; grid-template-columns: 250px minmax(0,700px); justify-content: center; align-items: center; gap: clamp(50px, 9vw, 110px); }
.privacy-mark { display: grid; place-items: center; width: 230px; height: 230px; border-radius: 50%; background: radial-gradient(circle at 42% 35%, white, #dce8f5); box-shadow: 0 26px 60px rgba(8,38,84,.14), inset 0 0 0 1px rgba(8,38,84,.08); }
.privacy-mark img { width: 108px; mix-blend-mode: multiply; }
.privacy-promise h2 { font-size: clamp(2.6rem, 4.4vw, 4rem); }

.final-cta { position: relative; min-height: 720px; display: grid; place-items: center; overflow: hidden; }
.final-scenery, .final-shade { position: absolute; inset: 0; }
.final-scenery img { width: 100%; height: 100%; object-fit: cover; }
.final-shade { background: linear-gradient(180deg, rgba(5,16,32,.37), rgba(4,14,30,.78)); }
.final-content { position: relative; z-index: 1; max-width: 800px; padding: 80px 24px; color: white; text-align: center; }
.final-content > img { margin: 0 auto 30px; border-radius: 50%; filter: brightness(0) invert(1); opacity: .92; }
.final-content h2 { color: white; font-size: clamp(3.5rem, 7vw, 6rem); }
.final-content > p:not(.eyebrow) { color: rgba(255,255,255,.75); font-size: 1.12rem; }
.light-cta { margin-top: 22px; background: white; color: var(--navy); box-shadow: none; text-align: left; }

.site-footer { width: var(--section); margin: 0 auto; padding: 58px 0 40px; display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: start; }
.footer-brand > p { max-width: 420px; margin: 15px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.6; }
.site-footer nav { display: flex; gap: 24px; }
.copyright { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid var(--line); color: #7d8796; font-size: .72rem; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding-top: 60px; text-align: center; }
  .hero-copy { max-width: 720px; margin: 0 auto; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .hero-note { justify-content: center; }
  .purpose-grid { grid-template-columns: 1fr; }
  .purpose-card { min-height: 300px; }
  .purpose-card h3 { margin-top: 100px; }
  .split-layout, .reverse { grid-template-columns: 1fr; }
  .feature-copy { max-width: 720px; }
  .reverse .reader-ui { order: 2; }
  .journal-panel { padding-bottom: 500px; }
  .journal-cards { top: auto; bottom: 90px; left: 50%; right: auto; transform: translateX(-42%); }
}

@media (max-width: 680px) {
  :root { --section: min(100% - 32px, 1180px); --radius-xl: 30px; }
  .site-header { min-height: 74px; }
  .site-nav { gap: 10px; }
  .site-nav > a:not(:last-of-type) { display: none; }
  .site-nav a { font-size: .78rem; }
  .nav-pill { padding: 8px 11px; }
  .hero { min-height: auto; padding: 58px 0 70px; gap: 34px; }
  h1 { font-size: clamp(3.7rem, 18vw, 5rem); }
  h2 { font-size: clamp(2.45rem, 11vw, 3.3rem); }
  .hero-art { min-height: 610px; overflow: hidden; margin-inline: -16px; }
  .phone-shell { width: 310px; min-height: 635px; border-radius: 48px; transform: rotate(1deg) scale(.93); }
  .verse-card { height: 326px; }
  .verse-content blockquote { font-size: 1.2rem; }
  .halo-one { width: 430px; height: 430px; }
  .quiet-band { gap: 12px; overflow: hidden; }
  .quiet-band p { font-size: .78rem; }
  .purpose, .feature, .journal-section, .privacy-promise { padding-block: 82px; }
  .purpose-card { min-height: 330px; padding: 28px; }
  .split-layout { gap: 48px; }
  .rhythm-ui, .reader-ui { margin-inline: -4px; padding: 22px 18px; border-radius: 28px; }
  .rhythm-step { grid-template-columns: 30px 1fr 29px; gap: 9px; padding-inline: 8px; }
  .rhythm-step strong { font-size: .95rem; }
  .journal-panel { min-height: 800px; padding: 44px 24px 450px; }
  .journal-stats span { padding: 12px 9px; }
  .journal-cards { width: 285px; bottom: 82px; }
  .journal-cards article { padding: 21px; }
  .journal-cards article + article { margin-left: -28px; }
  .privacy-promise { grid-template-columns: 1fr; text-align: center; }
  .privacy-mark { width: 170px; height: 170px; margin: 0 auto; }
  .privacy-mark img { width: 80px; }
  .final-cta { min-height: 630px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (prefers-contrast: more) {
  :root { --muted: #3e4857; --line: rgba(8,38,84,.3); }
  .nav-pill, .feature-pills span { border-width: 2px; }
}
