/* =========================================================
   Joy A. — Prayer Shop
   Design system
   ========================================================= */

:root{
  --cream:#F4EEE7;
  --cream-2:#EBE2D8;
  --cream-3:#E3D8CB;
  --white:#FFFFFF;
  --ink:#221D19;
  --ink-soft:#4A4038;
  --muted:#7A6E63;
  --espresso:#2A1A14;
  --espresso-2:#221410;
  --green:#2C3B2D;
  --green-2:#22301F;
  --gold:#B08D57;
  --gold-soft:#D9C3A0;
  --line:rgba(34,29,25,.12);
  --line-dark:rgba(255,255,255,.14);
  --radius:16px;
  --radius-lg:22px;
  --shadow-sm:0 1px 2px rgba(34,29,25,.05), 0 6px 18px rgba(34,29,25,.06);
  --shadow-md:0 2px 6px rgba(34,29,25,.06), 0 18px 40px rgba(34,29,25,.10);
  --serif:'Cormorant Garamond', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --sans:'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --maxw:1120px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%; scroll-behavior:smooth; overflow-x:hidden}
h1,h2,h3,h4,p,li,summary,a{overflow-wrap:anywhere}
a,button,summary,label,input{-webkit-tap-highlight-color:rgba(176,141,87,.18)}
body{
  margin:0;
  overflow-x:hidden;
  background:var(--cream);
  color:var(--ink);
  font-family:var(--sans);
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%; display:block}
a{color:inherit}
button{font-family:inherit}

/* ---------- Type ---------- */
.eyebrow{
  font-family:var(--sans);
  font-size:11px;
  letter-spacing:.24em;
  text-transform:uppercase;
  font-weight:500;
  color:var(--muted);
  margin:0 0 14px;
}
.eyebrow--gold{color:var(--gold)}
.eyebrow--light{color:rgba(255,255,255,.55)}

h1,h2,h3,h4{font-family:var(--serif); font-weight:500; letter-spacing:-.01em; margin:0}
h1{font-size:clamp(38px,6.2vw,64px); line-height:1.06}
h2{font-size:clamp(30px,4.6vw,50px); line-height:1.1}
h3{font-size:clamp(20px,2.4vw,26px); line-height:1.25}
em, .it{font-style:italic}
p{margin:0 0 1em}
.lead{font-size:clamp(16px,1.8vw,19px); color:var(--ink-soft); line-height:1.7}
.small{font-size:13px; color:var(--muted)}
.center{text-align:center}
.rule{width:56px; height:1px; background:var(--line); margin:26px auto; border:0}
.rule--gold{background:var(--gold); opacity:.5}
.rule--light{background:rgba(255,255,255,.28)}

/* ---------- Layout ---------- */
.wrap{width:100%; max-width:var(--maxw); margin:0 auto; padding:0 22px}
.wrap--narrow{max-width:760px}
.wrap--mid{max-width:920px}
section{padding:clamp(56px,8vw,104px) 0}
.sec-dark{background:var(--espresso); color:#F2E9E1}
.sec-dark h1,.sec-dark h2,.sec-dark h3{color:#FBF6F1}
.sec-dark .lead{color:rgba(242,233,225,.78)}
.sec-green{background:var(--green); color:#EFEDE4}
.sec-green h2,.sec-green h3{color:#FBFAF4}
.sec-alt{background:var(--cream-2)}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:17px 34px;
  border-radius:999px;
  border:1px solid transparent;
  font-family:var(--sans);
  font-size:12.5px; font-weight:500;
  letter-spacing:.16em; text-transform:uppercase;
  text-decoration:none; cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn--primary{background:var(--ink); color:#F7F2EC; box-shadow:var(--shadow-sm)}
.btn--primary:hover{background:#000; box-shadow:var(--shadow-md)}
.btn--light{background:#F7F2EC; color:var(--ink)}
.btn--light:hover{background:#fff}
.btn--gold{background:var(--gold); color:#20170F}
.btn--gold:hover{background:#C29A61}
.btn--ghost{border-color:var(--line); color:var(--ink); background:transparent}
.btn--ghost:hover{border-color:var(--ink)}
.btn--block{display:flex; width:100%}
.btn--lg{padding:20px 40px; font-size:13px}

/* ---------- Nav ---------- */
.nav{
  position:sticky; top:0; z-index:60;
  background:rgba(244,238,231,.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.nav__in{display:flex; align-items:center; justify-content:space-between; gap:20px; height:66px}
.nav__brand{font-family:var(--serif); font-size:22px; letter-spacing:.01em; text-decoration:none}
.nav__links{display:flex; gap:26px; align-items:center}
.nav__links a{
  font-size:11px; letter-spacing:.2em; text-transform:uppercase;
  text-decoration:none; color:var(--muted); transition:color .18s
}
.nav__links a:hover{color:var(--ink)}
.nav__cta{padding:12px 22px; font-size:11px}
@media(max-width:860px){ .nav__links{display:none} }

/* ---------- Start-here (link in bio) ---------- */
.hub{min-height:100dvh; display:flex; flex-direction:column; justify-content:center; padding:52px 0 40px}
.avatar{
  width:88px; height:88px; border-radius:50%; margin:0 auto 26px;
  background:var(--green); color:#EFE7DA;
  display:flex; align-items:center; justify-content:center;
  font-family:var(--serif); font-style:italic; font-size:38px;
  box-shadow:0 10px 30px rgba(34,29,25,.16);
  overflow:hidden;
}
.avatar img{width:100%; height:100%; object-fit:cover}
.hub__title{font-size:clamp(40px,7vw,58px); margin-bottom:16px}
.hub__sub{max-width:430px; margin:0 auto; font-family:var(--serif); font-size:19px; line-height:1.55; color:var(--ink-soft)}

.cards{display:flex; flex-direction:column; gap:16px; max-width:560px; margin:34px auto 0}
.card{
  display:flex; align-items:center; gap:18px;
  padding:18px;
  background:var(--white);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-sm);
  text-decoration:none; color:inherit;
  transition:transform .2s ease, box-shadow .2s ease;
}
.card:hover{transform:translateY(-2px); box-shadow:var(--shadow-md)}
.card--dark{background:var(--espresso); color:#F2E9E1}
.card--green{background:var(--green); color:#EFEDE4}
.card__thumb{
  flex:0 0 72px; width:72px; height:72px; border-radius:12px; overflow:hidden;
  background:var(--cream-2);
}
.card__thumb img{width:100%; height:100%; object-fit:cover}
.card__body{flex:1 1 auto; min-width:0}
.card__badge{
  display:inline-block; margin-bottom:7px;
  padding:4px 11px; border-radius:999px;
  background:var(--cream-3); color:var(--ink-soft);
  font-size:9.5px; letter-spacing:.16em; text-transform:uppercase; font-weight:500;
}
.card--dark .card__badge{background:rgba(217,195,160,.22); color:var(--gold-soft)}
.card--green .card__badge{background:rgba(217,195,160,.22); color:var(--gold-soft)}
.card__badge--gold{background:var(--gold); color:#231A11}
.card__title{font-family:var(--sans); font-size:17px; font-weight:500; letter-spacing:.005em; margin:0 0 4px}
.card__text{font-family:var(--serif); font-size:15.5px; line-height:1.4; color:var(--ink-soft); margin:0}
.card--dark .card__text,.card--green .card__text{color:rgba(242,233,225,.72)}
.card__arrow{flex:0 0 auto; font-size:18px; opacity:.45}
.hub__foot{max-width:520px; margin:34px auto 0; text-align:center}
.hub__foot p{font-size:11.5px; color:var(--muted); line-height:1.6}
.hub__name{margin-top:16px; font-size:10.5px; letter-spacing:.22em; text-transform:uppercase; color:var(--muted)}

/* ---------- Hero (sales page) ---------- */
.hero{padding:clamp(52px,7vw,86px) 0 clamp(48px,7vw,80px); text-align:center; position:relative; overflow:hidden}
.hero__title .it{display:block; color:var(--gold-soft)}
.hero__img{max-width:330px; margin:34px auto 30px; border-radius:10px; box-shadow:0 30px 70px rgba(0,0,0,.45)}
.hero__price{display:flex; align-items:baseline; justify-content:center; gap:12px; margin:26px 0 20px; flex-wrap:wrap}
.hero__price .label{font-size:12px; letter-spacing:.16em; text-transform:uppercase; color:rgba(242,233,225,.65)}
.hero__price .amount{font-family:var(--serif); font-size:32px}
.hero__price .strike{font-family:var(--serif); font-size:20px; opacity:.5; text-decoration:line-through}
.hero__note{font-size:12px; letter-spacing:.09em; color:rgba(242,233,225,.55); margin-top:14px}

/* ---------- Stats bar ---------- */
.stats{background:var(--cream-2); padding:34px 0}
.stats__grid{display:grid; grid-template-columns:repeat(4,1fr); gap:0; text-align:center}
.stats__item{padding:8px 16px; border-right:1px solid var(--line)}
.stats__item:last-child{border-right:0}
.stats__big{font-family:var(--serif); font-size:26px; line-height:1.1}
.stats__lab{font-size:10px; letter-spacing:.18em; text-transform:uppercase; color:var(--muted); margin-top:4px}
@media(max-width:720px){
  .stats__grid{grid-template-columns:repeat(2,1fr); gap:22px 0}
  .stats__item:nth-child(2n){border-right:0}
}

/* ---------- Checklist ---------- */
.checklist{list-style:none; margin:34px 0 0; padding:0; display:grid; gap:16px}
.checklist li{
  display:flex; gap:14px; align-items:flex-start;
  padding:18px 20px; background:var(--white); border-radius:14px; box-shadow:var(--shadow-sm);
  font-family:var(--serif); font-size:18px; line-height:1.45;
}
.checklist .tick{
  flex:0 0 auto; width:20px; height:20px; margin-top:3px; border-radius:50%;
  background:var(--green); color:#fff; display:flex; align-items:center; justify-content:center; font-size:11px;
  font-family:var(--sans);
}

/* ---------- Chapter / category grid ---------- */
.chapters{display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; margin-top:40px}
.chapter{background:var(--cream); padding:28px 26px}
.chapter__no{font-family:var(--serif); font-style:italic; font-size:15px; color:var(--gold); margin-bottom:10px}
.chapter__t{font-family:var(--serif); font-size:21px; line-height:1.25; margin-bottom:8px}
.chapter__d{font-size:14.5px; color:var(--muted); line-height:1.6; margin:0}

.catgrid{display:grid; grid-template-columns:repeat(auto-fill,minmax(200px,1fr)); gap:10px; margin-top:38px}
.cat{
  background:rgba(255,255,255,.05); border:1px solid var(--line-dark); border-radius:12px;
  padding:16px 18px;
}
.cat__no{font-family:var(--serif); font-style:italic; font-size:13px; color:var(--gold-soft)}
.cat__t{font-family:var(--serif); font-size:18px; margin-top:2px}
.cat__p{font-size:10.5px; letter-spacing:.13em; text-transform:uppercase; color:rgba(255,255,255,.4); margin-top:6px}

/* ---------- Sample prayer card ---------- */
.sample{
  background:var(--white); border-radius:var(--radius-lg); padding:clamp(28px,4vw,46px);
  box-shadow:var(--shadow-md); margin-top:36px; position:relative;
}
.sample__meta{display:flex; justify-content:space-between; font-size:10px; letter-spacing:.18em; text-transform:uppercase; color:var(--muted); margin-bottom:18px}
.sample__t{font-family:var(--serif); font-size:clamp(24px,3.4vw,34px); margin-bottom:16px}
.sample__scripture{font-family:var(--serif); font-style:italic; font-size:19px; color:var(--gold); margin-bottom:6px}
.sample__body{font-size:16px; color:var(--ink-soft); line-height:1.75}
.sample__word{margin-top:22px; padding:18px 20px; background:var(--cream-2); border-radius:12px; font-family:var(--serif); font-style:italic; font-size:17px}

/* ---------- Story ---------- */
.story{display:grid; grid-template-columns:1fr; gap:34px; align-items:center}
.story__quote{font-family:var(--serif); font-size:clamp(22px,3vw,30px); line-height:1.35; font-style:italic}

/* ---------- Testimonials ---------- */
.quotes{display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:18px; margin-top:40px}
.quote{background:var(--white); border-radius:var(--radius); padding:28px 26px; box-shadow:var(--shadow-sm)}
.quote__stars{color:var(--gold); letter-spacing:.16em; font-size:13px; margin-bottom:12px}
.quote__text{font-family:var(--serif); font-size:17px; line-height:1.55; color:var(--ink-soft)}
.quote__by{margin-top:14px; font-size:10.5px; letter-spacing:.18em; text-transform:uppercase; color:var(--muted)}

/* ---------- Offer box ---------- */
.offer{
  max-width:640px; margin:40px auto 0;
  background:var(--white); color:var(--ink);
  border-radius:var(--radius-lg); box-shadow:var(--shadow-md); overflow:hidden;
}
.sec-dark .offer .t, .sec-green .offer .t{color:var(--ink)}
.offer__head{background:var(--espresso); color:#F5EDE5; padding:26px 30px; text-align:center}
.offer__head .lab{font-size:10.5px; letter-spacing:.2em; text-transform:uppercase; color:var(--gold-soft)}
.offer__price{font-family:var(--serif); font-size:46px; line-height:1.1; margin-top:6px}
.offer__price .was{font-size:22px; opacity:.45; text-decoration:line-through; margin-left:10px}
.offer__sub{font-size:11.5px; letter-spacing:.1em; color:rgba(245,237,229,.6); margin-top:4px}
.offer__list{list-style:none; margin:0; padding:26px 30px}
.offer__list li{display:flex; gap:14px; padding:14px 0; border-bottom:1px solid var(--line)}
.offer__list li:last-child{border-bottom:0}
.offer__list .n{flex:0 0 auto; width:22px; height:22px; border-radius:50%; background:var(--cream-2); color:var(--ink); font-size:11px; display:flex; align-items:center; justify-content:center; margin-top:2px}
.offer__list .t{font-family:var(--sans); font-size:15px; font-weight:500}
.offer__list .d{font-size:13.5px; color:var(--muted); line-height:1.55}
.offer__foot{padding:0 30px 30px; text-align:center}

/* ---------- FAQ ---------- */
.faq{max-width:760px; margin:38px auto 0; border-top:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{
  list-style:none; cursor:pointer; padding:22px 40px 22px 0; position:relative;
  font-family:var(--serif); font-size:20px; line-height:1.35;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'+'; position:absolute; right:6px; top:20px; font-size:22px; color:var(--gold); transition:transform .2s}
.faq details[open] summary::after{content:'–'}
.faq .a{padding:0 0 22px; font-size:15.5px; color:var(--ink-soft); line-height:1.7}

/* ---------- Sticky buy bar ---------- */
.stickybar{
  position:fixed; left:0; right:0; bottom:0; z-index:70;
  background:var(--espresso); color:#F3EAE2;
  border-top:1px solid rgba(255,255,255,.1);
  transform:translateY(110%); transition:transform .3s ease;
}
.stickybar.is-on{transform:translateY(0)}
.stickybar__in{display:flex; align-items:center; justify-content:space-between; gap:16px; padding:12px 22px; max-width:var(--maxw); margin:0 auto}
.stickybar__lab{font-size:10px; letter-spacing:.18em; text-transform:uppercase; color:rgba(243,234,226,.55)}
.stickybar__price{font-family:var(--serif); font-size:22px}
.stickybar .btn{padding:13px 26px; font-size:11px}
@media(max-width:520px){ .stickybar__in{padding:10px 14px} .stickybar .btn{padding:12px 18px} }

/* ---------- Footer ---------- */
.footer{background:var(--cream-2); padding:52px 0 40px; text-align:center; border-top:1px solid var(--line)}
.footer__links{display:flex; gap:22px; justify-content:center; flex-wrap:wrap; margin:14px 0 18px}
.footer__links a{font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:var(--muted); text-decoration:none}
.footer__links a:hover{color:var(--ink)}
.footer__disc{max-width:640px; margin:0 auto; font-size:11.5px; color:var(--muted); line-height:1.65}

/* ---------- Forms / checkout ---------- */
.field{margin-bottom:14px}
.field label{display:block; font-size:10.5px; letter-spacing:.16em; text-transform:uppercase; color:var(--muted); margin-bottom:7px}
.input{
  width:100%; padding:15px 16px; font-size:15px; font-family:var(--sans);
  border:1px solid var(--line); border-radius:11px; background:var(--white); color:var(--ink);
  transition:border-color .18s, box-shadow .18s;
}
.input:focus{outline:none; border-color:var(--gold); box-shadow:0 0 0 3px rgba(176,141,87,.16)}
.input::placeholder{color:#A99C90}

.checkout{max-width:720px; margin:0 auto}
.panel{background:var(--white); border-radius:var(--radius-lg); box-shadow:var(--shadow-md); padding:clamp(24px,4vw,38px)}
.panel__title{font-family:var(--serif); font-size:26px; text-align:center; margin-bottom:4px}
.panel__sub{text-align:center; font-size:13.5px; color:var(--muted); margin-bottom:26px}

.linebar{display:flex; justify-content:space-between; align-items:center; gap:14px; padding:14px 0; border-bottom:1px solid var(--line); font-size:15px}
.linebar__t{font-weight:500}
.linebar__d{font-size:13px; color:var(--muted)}
.linebar__p{font-family:var(--serif); font-size:19px; white-space:nowrap}

/* order bump */
.bump{
  margin:22px 0 4px; border:2px dashed var(--gold);
  border-radius:14px; background:#FDF7E6; overflow:hidden;
}
.bump__head{display:flex; gap:12px; align-items:flex-start; padding:16px 18px; background:#FBEFC9; cursor:pointer}
.bump__head input{width:19px; height:19px; margin:2px 0 0; accent-color:#8A6B2F; cursor:pointer; flex:0 0 auto}
.bump__label{font-size:15.5px; font-weight:600; line-height:1.4; color:#3A2C12}
.bump__arrow{flex:0 0 auto; color:#C0392B; font-size:17px; line-height:1.2}
.bump__body{padding:16px 18px 20px}
.bump__body p{font-size:14px; color:#4B3E24; line-height:1.65; margin:0 0 14px}
.bump__body strong{color:#3A2C12}
.bump__preview{display:flex; gap:10px; align-items:stretch}
.bump__preview img{width:72px; border-radius:8px; object-fit:cover; box-shadow:var(--shadow-sm)}
.bump__mini{list-style:none; margin:0; padding:0; font-size:13.5px; color:#4B3E24; display:grid; gap:5px}
.bump__mini li::before{content:'✓'; color:#8A6B2F; margin-right:8px}

.total{display:flex; justify-content:space-between; align-items:baseline; padding:20px 0 6px; border-top:2px solid var(--ink); margin-top:10px}
.total__lab{font-size:11px; letter-spacing:.2em; text-transform:uppercase; color:var(--muted)}
.total__val{font-family:var(--serif); font-size:36px}

.trust{display:flex; gap:18px; justify-content:center; flex-wrap:wrap; margin-top:16px; font-size:11.5px; color:var(--muted)}
.notice{padding:14px 16px; border-radius:11px; background:#FBE9E6; color:#8C2F22; font-size:14px; margin-bottom:16px}
.notice--ok{background:#E8F1E6; color:#2C4B27}

/* download list */
.dl{display:grid; gap:14px; margin-top:26px}
.dl a{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:18px 22px; background:var(--white); border-radius:14px; box-shadow:var(--shadow-sm);
  text-decoration:none; transition:transform .18s, box-shadow .18s;
}
.dl a:hover{transform:translateY(-2px); box-shadow:var(--shadow-md)}
.dl .t{font-size:16px; font-weight:500}
.dl .s{font-size:13px; color:var(--muted)}
.dl .btn-mini{font-size:10.5px; letter-spacing:.16em; text-transform:uppercase; color:var(--gold); white-space:nowrap}

/* misc */
.badge-free{display:inline-block; padding:5px 13px; border-radius:999px; background:var(--green); color:#EFEDE4; font-size:10px; letter-spacing:.18em; text-transform:uppercase}
.hidden{display:none !important}
.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}
@keyframes spin{to{transform:rotate(360deg)}}

.legal{max-width:760px; margin:0 auto}
.legal h2{margin:34px 0 10px; font-size:26px}
.legal p, .legal li{font-size:15.5px; color:var(--ink-soft); line-height:1.75}

/* =========================================================
   MOBILE
   Everything below is tuned for phones (iPhone SE → Pro Max).
   ========================================================= */

/* iOS: inputs must be ≥16px or Safari zooms in on focus */
.input{font-size:16px}

/* Sticky bar respects the iPhone home indicator */
.stickybar__in{padding-bottom:calc(12px + env(safe-area-inset-bottom))}

@media (max-width: 900px){
  .wrap{padding:0 20px}
  section{padding:clamp(46px,10vw,72px) 0}
}

@media (max-width: 640px){
  body{font-size:15.5px}

  /* --- nav --- */
  .nav__in{height:58px; gap:12px}
  .nav__brand{font-size:19px}
  .nav__cta{padding:11px 16px; font-size:10px; letter-spacing:.12em; white-space:nowrap}

  /* --- link-in-bio hub --- */
  .hub{min-height:auto; padding:44px 0 36px}
  .avatar{width:74px; height:74px; font-size:32px; margin-bottom:20px}
  .hub__title{font-size:42px; line-height:1.05}
  .hub__sub{font-size:17.5px; max-width:340px}
  .rule{margin:22px auto}
  .cards{gap:13px; margin-top:26px}
  .card{padding:14px; gap:14px; border-radius:18px}
  .card:active{transform:scale(.985)}
  .card__thumb{flex:0 0 62px; width:62px; height:62px; border-radius:10px}
  .card__badge{font-size:9px; padding:3px 9px; letter-spacing:.13em}
  .card__title{font-size:16px}
  .card__text{font-size:14.5px; line-height:1.38}
  .card__arrow{font-size:16px}
  .hub__foot{margin-top:28px}
  .hub__foot p{font-size:10.5px}

  /* --- hero --- */
  .hero{padding:42px 0 46px}
  .hero__img{max-width:210px; margin:26px auto 24px; box-shadow:0 18px 40px rgba(0,0,0,.4)}
  .hero__price{gap:9px; margin:22px 0 18px}
  .hero__price .label{font-size:10.5px; width:100%; margin-bottom:2px}
  .hero__price .amount{font-size:29px}
  .hero__price .strike{font-size:17px}
  .hero__note{font-size:11px}
  .hero .btn{width:100%; max-width:340px}

  /* --- typography --- */
  .eyebrow{font-size:10px; letter-spacing:.18em}
  .lead{font-size:16px}

  /* --- buttons: comfortable thumb targets --- */
  .btn{padding:16px 24px; font-size:11.5px; letter-spacing:.13em}
  .btn--lg{padding:18px 26px; font-size:12px}

  /* --- stats --- */
  .stats{padding:26px 0}
  .stats__big{font-size:22px}
  .stats__lab{font-size:9px}

  /* --- checklist --- */
  .checklist{gap:11px; margin-top:26px}
  .checklist li{padding:15px 16px; font-size:16.5px; gap:11px}

  /* --- category / chapter grids --- */
  .catgrid{grid-template-columns:repeat(2,1fr); gap:8px; margin-top:26px}
  .cat{padding:13px 13px}
  .cat__t{font-size:15.5px; line-height:1.25}
  .cat__no{font-size:11.5px}
  .cat__p{font-size:9px; margin-top:5px}
  .chapters{margin-top:26px; border-radius:14px}
  .chapter{padding:22px 20px}
  .chapter__t{font-size:19px}
  .chapter__d{font-size:14px}

  /* --- sample prayer --- */
  .sample{padding:24px 20px; border-radius:18px; margin-top:26px}
  .sample__meta{font-size:9px; gap:10px}
  .sample__t{font-size:24px}
  .sample__scripture{font-size:17px}
  .sample__body{font-size:15.5px; line-height:1.7}
  .sample__word{font-size:15.5px; padding:15px 16px}

  /* --- quotes --- */
  .quotes{gap:13px; margin-top:26px}
  .quote{padding:22px 20px}
  .quote__text{font-size:16px}

  /* --- offer box --- */
  .offer{margin-top:28px; border-radius:18px}
  .offer__head{padding:22px 20px}
  .offer__price{font-size:38px}
  .offer__price .was{font-size:18px; margin-left:8px}
  .offer__list{padding:20px 20px}
  .offer__list li{gap:11px; padding:12px 0}
  .offer__list .t{font-size:14.5px}
  .offer__list .d{font-size:13px}
  .offer__foot{padding:0 20px 24px}

  /* --- FAQ --- */
  .faq{margin-top:26px}
  .faq summary{font-size:17.5px; padding:18px 34px 18px 0}
  .faq summary::after{top:16px; font-size:20px}
  .faq .a{font-size:15px; padding-bottom:18px}

  /* --- checkout --- */
  .panel{padding:22px 18px; border-radius:18px}
  .panel__title{font-size:23px}
  .panel__sub{font-size:13px; margin-bottom:20px}
  .field label{font-size:9.5px}
  .linebar{padding:12px 0; gap:10px}
  .linebar__t{font-size:14.5px}
  .linebar__d{font-size:12.5px}
  .linebar__p{font-size:17px}

  /* order bump — the most important block on mobile */
  .bump{margin:18px 0 2px; border-radius:12px}
  .bump__head{padding:13px 13px; gap:9px; align-items:flex-start}
  .bump__head input{width:22px; height:22px}
  .bump__arrow{display:none}
  .bump__label{font-size:14.5px; line-height:1.38}
  .bump__body{padding:13px 13px 16px}
  .bump__body p{font-size:13.5px}
  .bump__preview{flex-direction:column; gap:12px}
  .bump__preview img{width:100%; max-width:150px; margin:0 auto}
  .bump__mini{font-size:13px}

  .total{padding:16px 0 4px}
  .total__val{font-size:30px}
  .total__lab{font-size:10px}
  .trust{gap:10px 14px; font-size:10.5px; margin-top:14px}

  /* --- downloads --- */
  .dl a{padding:15px 16px; border-radius:12px}
  .dl .t{font-size:15px}
  .dl .s{font-size:12.5px}
  .dl .btn-mini{font-size:10px}

  /* --- sticky bar --- */
  .stickybar__lab{font-size:9px}
  .stickybar__price{font-size:19px}

  /* --- footer --- */
  .footer{padding:38px 0 34px}
  .footer__links{gap:14px; margin:12px 0 14px}
  .footer__links a{font-size:10px; letter-spacing:.12em}
  .footer__disc{font-size:10.5px; line-height:1.6}

  /* --- legal pages --- */
  .legal h1{font-size:32px !important}
  .legal h2{font-size:22px; margin:26px 0 8px}
  .legal p, .legal li{font-size:15px}
}

/* Very small phones (iPhone SE and similar) */
@media (max-width: 380px){
  .hub__title{font-size:38px}
  .card{padding:13px; gap:12px}
  .card__thumb{flex:0 0 56px; width:56px; height:56px}
  .card__arrow{display:none}
  .catgrid{grid-template-columns:1fr}
  .offer__price{font-size:34px}
  .stats__big{font-size:20px}
}

/* Tablets in portrait */
@media (min-width: 641px) and (max-width: 900px){
  .catgrid{grid-template-columns:repeat(3,1fr)}
  .hero__img{max-width:270px}
}

/* Users who prefer less motion */
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms !important; transition-duration:.001ms !important}
}

/* Keep the footer clear of the sticky buy bar */
body:has(.stickybar) .footer{padding-bottom:calc(96px + env(safe-area-inset-bottom))}

/* Rechtstexte sind sichtbar, aber (noch) nicht verlinkt */
.footer__links .footer__note{
  font-size:11px; letter-spacing:.16em; text-transform:uppercase;
  color:var(--muted); cursor:default; user-select:none;
}
@media (max-width:640px){
  .footer__links .footer__note{font-size:10px; letter-spacing:.12em}
}

/* Handle neben dem Namen in der Kopfzeile */
.nav__handle{
  font-family:var(--sans); font-size:10.5px; font-weight:400;
  letter-spacing:.16em; text-transform:uppercase; color:var(--muted);
  margin-left:8px; white-space:nowrap;
}
@media (max-width:640px){
  /* bleibt neben dem Namen, nur kleiner */
  .nav__handle{display:inline; margin-left:6px; font-size:9px; letter-spacing:.1em}
  .nav__in{gap:10px}
}
@media (max-width:380px){
  .nav__handle{font-size:8.5px; margin-left:5px}
}

/* Stripe-Bezahlformular direkt auf der Seite */
.pay-box{min-height:96px}
.pay-loading{
  display:flex; align-items:center; gap:10px; justify-content:center;
  padding:26px 16px; border:1px solid var(--line); border-radius:12px;
  font-size:14px; color:var(--muted); background:#FCFAF8;
}
.btn:disabled{opacity:.45; cursor:not-allowed; transform:none}

/* ---------- Startseite: Gratis-Karte hervorgehoben, Preise sichtbar ---------- */
.card__end{
  flex:0 0 auto; display:flex; flex-direction:column; align-items:flex-end;
  gap:6px; padding-left:4px;
}
.card__price{
  font-family:var(--serif); font-size:20px; line-height:1; color:var(--ink);
  white-space:nowrap; overflow-wrap:normal; word-break:keep-all;
}
.card--dark .card__price, .card--green .card__price{color:#F3EAE2}
.card__end .card__arrow{font-size:17px; opacity:.45}

/* die kostenlose Karte: heller, größer, mit großem Cover */
.card--feature{padding:22px; gap:22px; border-radius:24px; align-items:center}
.card--free{
  background:linear-gradient(135deg,#F7E9CE 0%,#F1DCBB 100%);
  color:var(--ink);
  border:1px solid rgba(176,141,87,.55);
  box-shadow:0 2px 6px rgba(34,29,25,.06), 0 16px 34px rgba(140,108,58,.16);
}
.card--free .card__text{color:#5A4A33}
.card--free .card__arrow{opacity:.6}
.card--feature .card__thumb{
  flex:0 0 122px; width:122px; height:150px; border-radius:12px;
  box-shadow:0 8px 22px rgba(34,29,25,.22);
}
.card--feature .card__title{font-size:22px; margin-bottom:6px}
.card--feature .card__text{font-size:16.5px; line-height:1.42}
.card__badge--free{
  background:var(--ink); color:#F6E4C4;
  font-size:13px; font-weight:600; letter-spacing:.3em;
  padding:7px 20px; margin-bottom:11px;
}

@media (max-width:640px){
  .card--feature{padding:16px; gap:15px; border-radius:20px}
  .card--feature .card__thumb{flex:0 0 104px; width:104px; height:128px}
  .card--feature .card__title{font-size:19px}
  .card--feature .card__text{font-size:14.5px; line-height:1.4}
  .card__badge--free{font-size:11.5px; padding:5px 15px; letter-spacing:.26em; margin-bottom:9px}

  /* Preise klein und nie umbrechend */
  .card__price{font-size:15px}
  .card__end{gap:5px; padding-left:2px}
  .card__end .card__arrow{font-size:15px}
  .card{gap:13px; padding:14px}
}
@media (max-width:390px){
  .card__price{font-size:14px}
  .card__end .card__arrow{display:none}
  .card--feature .card__thumb{flex:0 0 92px; width:92px; height:114px}
  .card--feature .card__title{font-size:18px}
}

/* Preis sitzt im Schildchen neben der Bezeichnung */
.card__badge{white-space:nowrap}
.card__badge-price{font-weight:700; letter-spacing:.14em}
@media (max-width:640px){
  .card__badge{font-size:9px; letter-spacing:.13em; padding:4px 10px}
  .card__badge-price{letter-spacing:.1em}
}

/* ---------- Newsletter-Feld ---------- */
.signup-box{max-width:480px; margin:4px auto 26px; text-align:center}
.signup-box__line{
  font-size:12.5px; line-height:1.55; color:var(--muted);
  margin:0 0 10px;
}
.signup{display:flex; gap:8px; align-items:center}
.signup .input{flex:1 1 auto; padding:12px 14px; font-size:15px; border-radius:999px}
.signup .btn{flex:0 0 auto; padding:10px 17px; font-size:9.5px; letter-spacing:.12em}
.signup-box__done{font-size:13.5px; color:var(--green); margin:0}
.signup--light .input{background:rgba(255,255,255,.94); border-color:transparent}
.signup--light{max-width:430px; margin:0 auto}

@media (max-width:640px){
  .signup-box{margin:2px auto 22px}
  .signup-box__line{font-size:11.5px}
  .signup .input{font-size:16px; padding:12px 14px}
  .signup .btn{padding:9px 15px; font-size:9px}
}
@media (max-width:380px){
  .signup{flex-direction:column}
  .signup .btn{width:100%}
}

/* ---------- Schreibbereich ---------- */
.tabs{display:flex; gap:8px; margin-bottom:16px; flex-wrap:wrap}
.tab{
  border:1px solid var(--line); background:transparent; color:var(--muted);
  border-radius:999px; padding:10px 18px; cursor:pointer;
  font-size:11.5px; letter-spacing:.14em; text-transform:uppercase; font-weight:500;
  transition:background .18s, color .18s, border-color .18s;
}
.tab:hover{color:var(--ink); border-color:var(--ink)}
.tab.is-on{background:var(--ink); color:#F7F2EC; border-color:var(--ink)}
.tab__n{opacity:.65; margin-left:4px}

.grid2{display:grid; grid-template-columns:1fr 1fr; gap:0 14px}
@media (max-width:640px){ .grid2{grid-template-columns:1fr} }

textarea.input{resize:vertical; line-height:1.6; font-family:var(--sans)}
.btnrow{display:flex; gap:10px; flex-wrap:wrap; margin-top:6px}
.linkrow{display:flex; gap:8px; margin-top:10px}
.linkrow .input{flex:1 1 auto; font-size:13px; padding:11px 13px}
.linkrow .btn{flex:0 0 auto; padding:11px 18px; font-size:10.5px}

.row{
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  padding:14px 0; border-bottom:1px solid var(--line);
}
.row:last-child{border-bottom:0}
.row__main{min-width:0; flex:1 1 auto}
.row__title{
  background:none; border:0; padding:0; cursor:pointer; text-align:left;
  font-family:var(--sans); font-size:16px; font-weight:500; color:var(--ink);
}
.row__title:hover{color:var(--gold)}
.row__sub{font-size:12px; color:var(--muted); margin-top:3px}
.row__url{word-break:break-all}
.row__acts{display:flex; gap:6px; flex:0 0 auto}
.chip{
  border:1px solid var(--line); background:transparent; color:var(--muted);
  border-radius:999px; padding:7px 13px; cursor:pointer;
  font-size:10px; letter-spacing:.12em; text-transform:uppercase;
}
.chip:hover{color:var(--ink); border-color:var(--ink)}
.chip--danger:hover{color:#8C2F22; border-color:#8C2F22}
@media (max-width:560px){
  .row{flex-direction:column; align-items:stretch; gap:9px}
  .row__acts{justify-content:flex-start}
}
