/* Seek — web skin. Tokens lifted verbatim from the app's Theme.swift so
   the site and the product read as one object. */
:root{
  --ink:#40241a;            /* Theme.ink            */
  --ink-soft:rgba(64,36,26,.55);
  --ink-faint:rgba(64,36,26,.14);
  --paper:#fcf7f0;          /* Theme.paper          */
  --deep:#6b3d29;           /* Theme.deep  (CTAs)   */
  --amber:#d98a29;          /* Theme.amber          */
  --rust:#9e330f;           /* Theme.rust           */
  --brand-dark:#3b1a12;     /* Theme.brandDark      */
  --cream:#f7f2e3;
  --card:rgba(255,255,255,.62);
  --card-stroke:rgba(255,255,255,.85);
  --wash-1:#faede3; --wash-2:#f7e3d6; --wash-3:#f5dec7;
  --maxw:1080px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  background:var(--wash-2);
}
/* The app's SeekBackground: diagonal wash + two radial glows + film grain. */
.bg{position:fixed;inset:0;z-index:-2;
  background:
    radial-gradient(620px circle at 8% 92%, rgba(217,138,41,.30), transparent 70%),
    radial-gradient(560px circle at 90% 10%, rgba(242,204,189,.55), transparent 70%),
    linear-gradient(215deg, var(--wash-1) 0%, var(--wash-2) 50%, var(--wash-3) 100%);
}
.grain{position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.28;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");}
.serif{font-family:"Instrument Serif",Georgia,serif;font-weight:400;letter-spacing:-.01em}
.serif-i{font-family:"Instrument Serif",Georgia,serif;font-style:italic;font-weight:400}
.lora{font-family:"Lora",Georgia,serif}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.caps{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-soft)}

/* nav */
nav{position:sticky;top:0;z-index:10;backdrop-filter:blur(14px);
  background:rgba(250,237,227,.72);border-bottom:1px solid rgba(255,255,255,.6)}
nav .wrap{display:flex;align-items:center;justify-content:space-between;height:64px}
.word{font-size:27px;letter-spacing:.02em}
nav a{color:var(--ink-soft);text-decoration:none;font-size:15px;margin-left:26px}
nav a:hover{color:var(--ink)}
.nav-links{display:flex;align-items:center}
@media(max-width:720px){.nav-links a:not(.pill-sm){display:none}}
.pill-sm{background:var(--deep);color:var(--paper)!important;padding:9px 18px;border-radius:99px;font-weight:600}

/* hero */
header{padding:92px 0 40px}
.hero{display:block}
.hero>div{max-width:768px}
h1{font-size:clamp(46px,6.4vw,78px);line-height:1.02;margin:14px 0 20px}
h1 em{font-style:italic}
.sub{font-size:19px;line-height:1.6;color:var(--ink-soft);max-width:30em;margin:0 0 30px}
.cta-row{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:10px;padding:16px 30px;border-radius:99px;
  text-decoration:none;font-size:16px;font-weight:600;transition:transform .18s ease,box-shadow .18s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--deep);color:var(--paper);box-shadow:0 10px 26px rgba(107,61,41,.28)}
.btn-ghost{background:var(--card);color:var(--ink);border:1px solid var(--card-stroke)}
.fineprint{font-size:13px;color:var(--ink-soft);margin-top:16px}
.hero-rule{border:0;border-top:1px solid var(--ink-faint);margin:46px 0 30px;width:100%}
.hero-verse{font-size:clamp(23px,2.7vw,30px);line-height:1.4;color:var(--ink);margin:0}
.hero-ref{font-size:11px;font-weight:700;letter-spacing:.17em;text-transform:uppercase;
  color:var(--rust);margin-top:12px}

/* sections */
section{padding:74px 0}
h2{font-size:clamp(32px,4vw,46px);line-height:1.1;margin:10px 0 16px}
.lede{font-size:17px;line-height:1.65;color:var(--ink-soft);max-width:36em}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}
@media(max-width:880px){.grid{grid-template-columns:1fr}}
.card{background:var(--card);border:1px solid var(--card-stroke);border-radius:26px;padding:28px}
.card h3{font-size:21px;margin:14px 0 9px;font-family:"Instrument Serif",Georgia,serif;font-weight:400}
.card p{font-size:15px;line-height:1.62;color:var(--ink-soft);margin:0}
.icon{width:42px;height:42px;border-radius:13px;background:rgba(217,138,41,.16);
  display:flex;align-items:center;justify-content:center;font-size:19px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
@media(max-width:880px){.split{grid-template-columns:1fr;gap:34px}}

/* verse card */
.verse{background:var(--paper);border-radius:30px;padding:44px 34px;text-align:center;
  box-shadow:0 22px 50px rgba(64,36,26,.15)}
.verse .q{font-size:25px;line-height:1.42;margin-bottom:24px}
.verse .tag{font-size:11px;font-weight:700;letter-spacing:.17em;color:var(--rust);text-transform:uppercase}
.verse .ref{font-size:12px;color:var(--ink-soft);margin-top:7px}

/* pricing */
.price-card{background:var(--paper);border-radius:30px;padding:46px 38px;max-width:470px;margin:38px auto 0;
  text-align:center;box-shadow:0 22px 50px rgba(64,36,26,.15)}
.price{font-size:52px;margin:8px 0 2px}
.price span{font-size:17px;color:var(--ink-soft)}
.plist{list-style:none;padding:0;margin:26px 0;text-align:left}
.plist li{font-size:15px;padding:9px 0;color:var(--ink);display:flex;gap:11px;align-items:flex-start}
.plist li::before{content:"✦";color:var(--amber);flex:none}

/* faq */
details{background:var(--card);border:1px solid var(--card-stroke);border-radius:20px;
  padding:20px 24px;margin-bottom:12px}
summary{cursor:pointer;font-size:17px;font-weight:600;list-style:none}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";float:right;color:var(--ink-soft);font-weight:400;font-size:21px;line-height:1}
details[open] summary::after{content:"–"}
details p{font-size:15px;line-height:1.65;color:var(--ink-soft);margin:13px 0 0}

/* closing + footer */
.closing{text-align:center;padding:96px 0}
.closing h2{max-width:15em;margin-inline:auto}
footer{border-top:1px solid rgba(255,255,255,.6);padding:44px 0 60px;background:rgba(250,237,227,.5)}
.foot{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;align-items:center}
footer a{color:var(--ink-soft);text-decoration:none;font-size:14px;margin-right:22px}
footer a:hover{color:var(--ink)}
.copy{font-size:13px;color:var(--ink-soft)}

/* legal pages */
.legal{max-width:760px;margin:0 auto;padding:64px 24px 96px}
.legal h1{font-size:44px;margin-bottom:6px}
.legal h2{font-size:23px;margin:38px 0 10px;font-family:"Instrument Serif",Georgia,serif}
.legal p,.legal li{font-size:16px;line-height:1.72;color:rgba(64,36,26,.78)}
.legal ul{padding-left:20px}
.legal .updated{font-size:13px;color:var(--ink-soft);margin-bottom:34px}

/* Keyboard focus — visible ring in the page's own ink, never a browser default blue. */
:focus-visible{outline:2px solid var(--rust);outline-offset:3px;border-radius:4px}
:focus:not(:focus-visible){outline:none}

/* Respect the system setting: no transforms, no smooth-scroll hijack. */
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;
    transition-duration:.001ms!important;scroll-behavior:auto!important}
  .btn:hover{transform:none}
}

/* ─── Motion ────────────────────────────────────────────────────────────
   Everything lives inside no-preference: users who ask for reduced motion
   never enter the hidden state at all, so there is nothing to un-hide.
   .js is set by an inline <head> script — with JS off, nothing is hidden. */
@media (prefers-reduced-motion: no-preference){
  .js .rv{opacity:0;transform:translateY(20px);
    transition:opacity .75s cubic-bezier(.22,.61,.36,1),transform .75s cubic-bezier(.22,.61,.36,1)}
  .js .rv.in{opacity:1;transform:none}

  /* stagger siblings so a row of cards arrives as a phrase, not a block */
  .js .grid .rv:nth-child(2){transition-delay:80ms}
  .js .grid .rv:nth-child(3){transition-delay:160ms}
  .js .grid .rv:nth-child(4){transition-delay:240ms}
  .js .grid .rv:nth-child(5){transition-delay:320ms}
  .js .grid .rv:nth-child(6){transition-delay:400ms}
  .js details.rv:nth-of-type(2){transition-delay:60ms}
  .js details.rv:nth-of-type(3){transition-delay:120ms}
  .js details.rv:nth-of-type(4){transition-delay:180ms}
  .js details.rv:nth-of-type(5){transition-delay:240ms}
  .js details.rv:nth-of-type(6){transition-delay:300ms}

  /* hero settles on load — no scroll required, so it never sits blank */
  .js .hero>div>*{animation:settle .85s cubic-bezier(.22,.61,.36,1) both}
  .js .hero>div>*:nth-child(1){animation-delay:.05s}
  .js .hero>div>*:nth-child(2){animation-delay:.12s}
  .js .hero>div>*:nth-child(3){animation-delay:.19s}
  .js .hero>div>*:nth-child(4){animation-delay:.26s}
  .js .hero>div>*:nth-child(5){animation-delay:.33s}
  .js .hero>div>*:nth-child(6){animation-delay:.42s}
  .js .hero>div>*:nth-child(7){animation-delay:.48s}
  .js .hero>div>*:nth-child(8){animation-delay:.54s}
  @keyframes settle{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}

  /* Keep the "+" and rotate it into an "×". Outside this block the original
     "+"/"–" content swap still runs, so reduced-motion keeps an open/closed cue. */
  summary::after{transition:transform .25s ease}
  details[open] summary::after{content:"+";transform:rotate(45deg)}
}

/* ─── Typographic craft ─────────────────────────────────────────────────
   balance keeps headline wraps even; pretty kills orphaned last words. */
h1,h2,.hero-verse,.verse .q{text-wrap:balance}
.sub,.lede,p{text-wrap:pretty}

/* Hang the opening quotation mark into the margin so the pulled scripture
   optically aligns with the text above it instead of sitting a notch right. */
.hero-verse{text-indent:-.42em}
.verse .q{text-indent:-.36em}
