:root{
  --cream:#f8f3eb;
  --paper:#fffdf8;
  --paper-warm:#f4ecdf;
  --sage:#83927e;
  --sage-light:#b9c1ae;
  --forest:#1f4a34;
  --forest-deep:#173827;
  --olive:#69765d;
  --terracotta:#b77762;
  --blush:#d9aaa0;
  --gold:#b69a65;
  --charcoal:#2e352f;
  --ink:#243229;
  --muted:#6d756e;
  --line:rgba(35,54,43,.14);
  --shadow:0 24px 70px rgba(31,50,38,.16);
  --serif:Georgia,'Times New Roman',serif;
  --sans:ui-sans-serif,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --script:'Snell Roundhand','Segoe Script','Brush Script MT',cursive;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);line-height:1.55;-webkit-font-smoothing:antialiased}
body.reader-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 44px));margin-inline:auto}

/* Baseline-style header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(248,243,235,.92);backdrop-filter:blur(15px);border-bottom:1px solid rgba(42,64,49,.08)}
.nav{height:86px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand-mark{width:38px;height:38px;color:var(--forest);display:grid;place-items:center}
.brand-mark svg{width:100%;height:100%}
.brand-name{display:grid;line-height:1.05}
.brand-name strong{font-family:var(--serif);font-size:1.45rem;font-weight:500;letter-spacing:-.02em}
.brand-name span{font-size:.63rem;text-transform:uppercase;letter-spacing:.18em;margin-top:6px;color:#687067}
.nav-links{margin-left:auto;display:flex;align-items:center;gap:22px;font-size:.9rem}
.nav-links a{position:relative;color:#404a43}
.nav-links a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:1px;background:var(--forest);transition:right .25s ease}
.nav-links a:hover::after,.nav-links a.active::after{right:0}
.nav-cta{padding:11px 17px;border-radius:999px;background:var(--forest);color:#fff!important}
.menu-toggle{display:none;border:0;background:transparent;width:42px;height:42px;padding:10px;cursor:pointer;margin-left:auto}
.menu-toggle span{display:block;height:1.5px;background:var(--forest);margin:5px 0;transition:.25s}

.eyebrow{font-size:.74rem;text-transform:uppercase;letter-spacing:.22em;font-weight:700;color:var(--olive)}
.btn{border:1px solid transparent;border-radius:999px;padding:14px 22px;font-weight:650;display:inline-flex;align-items:center;justify-content:center;gap:11px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--forest);color:#fff;box-shadow:0 12px 28px rgba(31,74,52,.18)}
.btn-primary:hover{background:#153b29}
.btn-secondary{background:rgba(255,255,255,.42);border-color:rgba(31,74,52,.23);color:var(--forest)}
.btn-light{background:#f8f3eb;color:var(--forest-deep)}

/* Rooted landing page */
.rooted-hero{position:relative;overflow:hidden;padding:clamp(70px,8vw,118px) 0 88px;background:
  radial-gradient(circle at 12% 20%,rgba(255,255,255,.94),transparent 30%),
  radial-gradient(circle at 92% 24%,rgba(183,154,101,.22),transparent 30%),
  linear-gradient(128deg,#f8f3eb 0%,#f4eee3 58%,#e9e1d2 100%)}
.rooted-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(31,74,52,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(31,74,52,.035) 1px,transparent 1px);background-size:90px 90px;mask-image:linear-gradient(to right,#000,transparent 72%);pointer-events:none}
.rooted-hero::after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(31,74,52,.10);border-radius:50%;right:-210px;top:-180px;box-shadow:0 0 0 70px rgba(31,74,52,.025),0 0 0 140px rgba(31,74,52,.018);pointer-events:none}
.rooted-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(350px,.92fr);align-items:center;gap:clamp(52px,8vw,110px)}
.rooted-kicker{font-family:var(--script);font-size:1.7rem;color:var(--terracotta);margin:20px 0 -10px;transform:rotate(-3deg);transform-origin:left}
.rooted-hero h1{margin:0;line-height:.92;display:grid;width:max-content;max-width:100%}
.rooted-hero h1>span{font-family:var(--serif);font-size:clamp(4.6rem,10vw,8.5rem);font-weight:500;letter-spacing:-.075em;color:var(--forest-deep)}
.rooted-hero h1>small{font-family:var(--sans);font-size:.82rem;text-transform:uppercase;letter-spacing:.34em;font-weight:600;color:#786f62;margin:14px 0 0 8px}
.rooted-script{font-family:var(--script);font-size:clamp(1.75rem,3.3vw,2.6rem);line-height:1.08;color:var(--forest);margin:30px 0 20px;max-width:680px}
.rooted-lead{font-family:var(--serif);font-size:1.12rem;line-height:1.7;color:#4c564f;max-width:690px;margin:0 0 28px}
.rooted-actions{display:flex;flex-wrap:wrap;gap:12px}
.issue-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:.78rem;color:#687068;margin-top:28px}
.issue-meta strong{color:var(--forest);font-weight:700}.issue-meta i{width:3px;height:3px;border-radius:50%;background:var(--gold)}
.cover-showcase{position:relative;min-height:650px;display:grid;place-items:center}
.cover-halo{position:absolute;width:82%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.76),rgba(255,255,255,0) 68%);filter:blur(6px)}
.cover-button{position:relative;width:min(385px,78%);padding:0;border:0;background:none;cursor:pointer;transform:rotate(2.4deg);filter:drop-shadow(0 34px 34px rgba(42,43,33,.24));transition:transform .4s cubic-bezier(.2,.8,.2,1),filter .4s}
.cover-button::before{content:"";position:absolute;z-index:-1;inset:10px -16px -12px 14px;background:#ddd2bd;border-radius:2px;box-shadow:8px 7px 0 #ece3d3,14px 13px 0 rgba(113,100,79,.16)}
.cover-button:hover{transform:rotate(.8deg) translateY(-8px);filter:drop-shadow(0 40px 42px rgba(42,43,33,.28))}
.cover-button img{width:100%;aspect-ratio:1104/1356;object-fit:cover;border-radius:2px}
.cover-ribbon{position:absolute;right:-28px;top:42px;background:var(--forest);color:#fff;border-radius:999px;width:105px;height:105px;display:grid;place-content:center;text-align:center;border:4px solid #e7dfce;box-shadow:0 10px 25px rgba(31,74,52,.28);transform:rotate(8deg)}
.cover-ribbon b{font-family:var(--serif);font-size:.9rem}.cover-ribbon small{text-transform:uppercase;letter-spacing:.12em;font-size:.55rem;margin-top:4px}
.cover-note{position:absolute;right:-10px;bottom:44px;width:220px;display:flex;gap:12px;align-items:flex-start;color:#5d655e}
.cover-note span{font-family:var(--serif);font-size:2.3rem;color:rgba(31,74,52,.35);line-height:1}.cover-note p{font-size:.8rem;line-height:1.5;margin:0;border-left:1px solid rgba(31,74,52,.22);padding-left:12px}

.rooted-intro{padding:92px 0;background:#fffdf8;border-top:1px solid rgba(31,74,52,.08);border-bottom:1px solid rgba(31,74,52,.08)}
.rooted-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}
.rooted-intro h2,.author-preview h2{font-family:var(--serif);font-weight:500;font-size:clamp(2.3rem,4.6vw,4rem);line-height:1.08;letter-spacing:-.04em;margin:14px 0 0}.rooted-intro h2 em,.author-preview h2 em{font-weight:400;color:var(--terracotta)}
.rooted-intro-grid>p{margin:0;font-size:1.05rem;color:#586159;line-height:1.75;max-width:540px}
.content-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(31,74,52,.12);border:1px solid rgba(31,74,52,.12);margin-top:54px}
.content-pillars article{background:#fffdf8;padding:30px 26px;min-height:220px}.content-pillars article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;border:1px solid rgba(31,74,52,.18);font-size:1.15rem;color:var(--forest);margin-bottom:34px}.content-pillars strong{display:block;font-family:var(--serif);font-size:1.18rem;font-weight:600;margin-bottom:8px}.content-pillars p{margin:0;color:#6f776f;font-size:.88rem;line-height:1.55}
.author-preview{padding:104px 0;background:linear-gradient(135deg,#e8e3d9,#f6f0e7 65%)}
.author-preview-grid{display:grid;grid-template-columns:.84fr 1.16fr;gap:clamp(55px,8vw,110px);align-items:center}
.author-preview-photo{position:relative;max-width:440px;margin-inline:auto}.author-preview-photo::before{content:"";position:absolute;inset:28px -28px -28px 28px;border:1px solid rgba(31,74,52,.25);z-index:0}.author-preview-photo img{position:relative;z-index:1;width:100%;aspect-ratio:1/1.05;object-fit:cover;object-position:center top;filter:saturate(.82) contrast(1.03)}.author-preview-photo>span{position:absolute;z-index:2;left:-24px;bottom:40px;background:var(--forest);color:#fff;padding:11px 17px;text-transform:uppercase;letter-spacing:.16em;font-size:.66rem}
.author-preview-copy>p{font-family:var(--serif);font-size:1.07rem;line-height:1.75;color:#535e56;max-width:660px}.author-preview-card{margin:30px 0 24px;padding:20px 22px;border-left:3px solid var(--gold);background:rgba(255,255,255,.52);display:grid;gap:6px}.author-preview-card span{text-transform:uppercase;letter-spacing:.17em;font-size:.66rem;color:var(--olive);font-weight:700}.author-preview-card strong{font-family:var(--serif);font-size:1.06rem}.text-link{padding:0;border:0;background:none;color:var(--forest);font-weight:700;cursor:pointer;border-bottom:1px solid rgba(31,74,52,.28);padding-bottom:4px}.text-link span{margin-left:8px}
.rooted-cta{padding:72px 0;background:#f8f3eb}.rooted-cta-shell{background:var(--forest-deep);color:#fff;border-radius:30px;padding:clamp(34px,5vw,62px);display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;overflow:hidden}.rooted-cta-shell::after{content:"⌁";position:absolute;right:24%;top:-42px;font-family:var(--serif);font-size:11rem;color:rgba(255,255,255,.035);transform:rotate(-20deg)}.rooted-cta-shell .eyebrow{color:#bac8b6}.rooted-cta-shell h2{font-family:var(--serif);font-size:clamp(2rem,4vw,3.3rem);font-weight:500;margin:8px 0}.rooted-cta-shell p{margin:0;color:#d7ded8}

.site-footer{background:#25362d;color:#e9ede9;padding:64px 0 28px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:40px}.footer-brand h3{font-family:var(--serif);font-size:1.5rem;margin:0 0 10px;font-weight:500}.footer-brand p{color:#bdc6bf;max-width:360px}.footer-col{display:grid;align-content:start;gap:9px;font-size:.85rem}.footer-col strong{font-size:.72rem;text-transform:uppercase;letter-spacing:.16em;color:#fff;margin-bottom:7px}.footer-col a,.footer-col span{color:#c8d0ca;overflow-wrap:anywhere}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:42px;padding-top:20px;display:flex;justify-content:space-between;gap:24px;color:#aeb9b1;font-size:.75rem}

/* Reader shell */
.reader-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}
.reader-modal[hidden]{display:none}
.reader-modal.is-open{opacity:1;visibility:visible}
.reader-backdrop{position:absolute;inset:0;background:rgba(14,21,17,.80);backdrop-filter:blur(9px)}
.reader-shell{position:relative;z-index:2;width:min(1480px,calc(100vw - 40px));height:min(920px,calc(100vh - 40px));height:min(920px,calc(100dvh - 40px));border:1px solid rgba(255,255,255,.15);border-radius:20px;background:#242a27;box-shadow:0 40px 110px rgba(0,0,0,.42);display:grid;grid-template-rows:68px minmax(0,1fr) 70px;overflow:hidden;outline:none;transform:translateY(10px) scale(.988);transition:transform .3s cubic-bezier(.2,.8,.2,1)}
.reader-modal.is-open .reader-shell{transform:none}
.reader-topbar{display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid rgba(255,255,255,.09);color:#fff;background:linear-gradient(#292f2c,#222725);position:relative;z-index:10}
.reader-title-wrap{display:flex;align-items:center;gap:11px}.reader-leaf{font-size:1.8rem;color:#b9c9b8}.reader-title-wrap div{display:grid;line-height:1.08}.reader-title-wrap strong{font-family:var(--serif);letter-spacing:.05em;font-size:1rem}.reader-title-wrap span{color:#aeb9b2;font-size:.66rem;text-transform:uppercase;letter-spacing:.14em;margin-top:5px}
.reader-top-actions{display:flex;align-items:center;gap:4px}.reader-icon-btn{border:0;background:transparent;color:#d7ddda;display:flex;align-items:center;gap:7px;padding:9px 10px;border-radius:8px;cursor:pointer;font-size:.75rem}.reader-icon-btn:hover{background:rgba(255,255,255,.08);color:#fff}.reader-icon-btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}
.reader-canvas{position:relative;min-height:0;overflow:hidden;display:grid;place-items:center;background:
 radial-gradient(circle at 50% 36%,rgba(151,163,152,.16),transparent 34%),
 linear-gradient(120deg,#1d2320,#313a35 55%,#1d2320)}
.reader-canvas::before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,transparent 49.9%,rgba(255,255,255,.025) 50%,transparent 50.1%);pointer-events:none}
.desktop-book-stage{--page-w:min(38vw,530px);--page-h:min(56vw,680px);position:relative;width:calc(var(--page-w) * 2);height:var(--page-h);perspective:2600px;transform-style:preserve-3d;filter:drop-shadow(0 26px 28px rgba(0,0,0,.30));transition:transform .35s ease}
.book{position:absolute;left:25%;top:0;width:var(--page-w);height:var(--page-h);transform-style:preserve-3d;transition:left .7s cubic-bezier(.2,.8,.2,1)}
.book.is-open{left:50%}.book.is-at-end{left:75%}
.sheet{position:absolute;inset:0;transform-origin:left center;transform-style:preserve-3d;transition:transform 900ms cubic-bezier(.16,.72,.18,1);will-change:transform}
.sheet.is-flipped{transform:rotateY(-180deg)}
.mag-page{position:absolute;inset:0;overflow:hidden;background:var(--paper);backface-visibility:hidden;-webkit-backface-visibility:hidden;transform-style:preserve-3d;box-shadow:inset 0 0 30px rgba(72,58,36,.05);color:#28372e}
.mag-front{border-radius:1px 8px 8px 1px}.mag-back{transform:rotateY(180deg);border-radius:8px 1px 1px 8px}
.mag-front::after,.mag-back::after{content:"";position:absolute;top:0;bottom:0;width:14px;pointer-events:none;z-index:9}.mag-front::after{left:0;background:linear-gradient(90deg,rgba(0,0,0,.15),transparent)}.mag-back::after{right:0;background:linear-gradient(-90deg,rgba(0,0,0,.13),transparent)}
.paper-grain{position:absolute;inset:0;pointer-events:none;opacity:.22;background-image:radial-gradient(rgba(50,45,34,.10) .45px,transparent .65px);background-size:4px 4px;mix-blend-mode:multiply}
.mag-cover{background:#d7cfbe}.mag-cover img{width:100%;height:100%;object-fit:cover;object-position:center top}.cover-edge{position:absolute;top:5px;bottom:5px;right:0;width:4px;background:linear-gradient(90deg,rgba(255,255,255,.25),rgba(68,48,24,.22));box-shadow:6px 0 0 #d9d0be,10px 0 0 #ede5d7}
.mag-running-head{position:absolute;z-index:3;top:20px;left:30px;right:30px;display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:1px solid rgba(42,60,49,.17);font-size:9px;text-transform:uppercase;letter-spacing:.18em;color:#747a74}.mag-running-head b{font-family:var(--serif);font-size:10px;color:#536357;letter-spacing:.09em}.mag-kicker{text-transform:uppercase;letter-spacing:.18em;font-weight:700;font-size:10px;color:#8c7955;margin:0}.mag-page h2{font-family:var(--serif);font-weight:500;line-height:.98;letter-spacing:-.045em}.mag-page h2 em{font-weight:400;color:var(--forest);display:block}.page-number{position:absolute;bottom:17px;right:25px;font-family:var(--serif);font-size:11px;color:#7c847e}.page-number.light{color:rgba(255,255,255,.72)}

/* Author page */
.page-author{padding:55px 30px 28px}.author-page-layout{position:relative;z-index:2;height:100%;display:grid;grid-template-columns:1.08fr .92fr;gap:20px;padding-top:16px}.author-editorial h2{font-size:clamp(29px,2.8vw,42px);margin:6px 0 11px}.author-editorial h2 em{display:inline;color:var(--forest)}.mag-rule{width:62px;height:1px;background:var(--gold);margin:10px 0 12px}.author-deck{font-family:var(--serif);font-size:14px!important;font-weight:600;line-height:1.3!important;margin-bottom:11px!important}.author-editorial>p:not(.mag-kicker):not(.author-caption):not(.amazon-note){font-size:10.5px;line-height:1.42;margin:0 0 10px}.author-editorial blockquote{font-family:var(--serif);font-size:12.5px;line-height:1.32;margin:12px 0;padding-left:11px;border-left:2px solid var(--gold);font-style:italic}.author-caption{text-transform:uppercase;letter-spacing:.14em;font-size:8px;color:#7f877f}.amazon-button{margin-top:14px;background:var(--forest);color:#fff;padding:9px 13px;border-radius:6px;display:inline-flex;align-items:center;gap:10px;font-size:9px;font-weight:700;box-shadow:0 6px 12px rgba(31,74,52,.18);position:relative;z-index:10}.amazon-button:hover{background:#143b29}.amazon-note{font-size:7.6px;color:#757c76;margin-top:6px}.author-portrait-wrap{align-self:start;margin-top:14px}.author-portrait-wrap img{width:100%;aspect-ratio:1/1.27;object-fit:cover;object-position:center top;filter:saturate(.82);border:1px solid rgba(38,57,46,.14)}.portrait-caption{background:#efe8dc;padding:12px 11px;display:grid;gap:4px}.portrait-caption strong{text-transform:uppercase;letter-spacing:.09em;font-size:8px}.portrait-caption span{font-size:8px;line-height:1.35;color:#676f69}

/* Marriage page */
.page-marriage{padding:58px 36px 30px;background:linear-gradient(165deg,#fffdf8,#f4eee3)}.page-marriage h2{font-size:clamp(30px,3vw,44px);margin:8px 0 16px;max-width:92%}.mag-dropcap{font-family:var(--serif);font-size:12px;line-height:1.58;margin:0}.mag-dropcap::first-letter{float:left;font-family:var(--serif);font-size:46px;line-height:.8;padding:7px 8px 0 0;color:var(--terracotta)}.marriage-pullquote{font-family:var(--serif);font-size:18px;line-height:1.25;color:var(--forest);border-block:1px solid rgba(31,74,52,.18);padding:15px 0;margin:20px 0}.three-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.three-notes>div{border-top:2px solid var(--gold);padding-top:8px}.three-notes span{font-family:var(--serif);font-size:15px;color:#b5a489;display:block}.three-notes strong{font-size:9px;text-transform:uppercase;letter-spacing:.08em}.three-notes p{font-size:8px;line-height:1.4;color:#68716a}.script-note{font-family:var(--script);font-size:25px;color:var(--terracotta);text-align:right;margin-top:12px;transform:rotate(-2deg)}

/* Neuro page */
.page-neuro{padding:58px 34px 30px;background:linear-gradient(135deg,#f1ede6,#fffdf8 70%)}.page-neuro h2{font-size:clamp(29px,2.9vw,43px);margin:8px 0 20px;max-width:95%}.neuro-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:17px}.neuro-copy>p{font-family:var(--serif);font-size:11px;line-height:1.55;margin:0 0 12px}.scripture-box{background:var(--forest);color:#fff;padding:16px;border-radius:2px;margin-top:18px;display:grid;gap:7px}.scripture-box span{font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:#cfdace}.scripture-box strong{font-family:var(--serif);font-size:17px;line-height:1.2;font-weight:500}.scripture-box small{font-size:7px;color:#bec9c1}.gentle-list{border:1px solid rgba(31,74,52,.18);padding:15px;background:rgba(255,255,255,.55)}.gentle-list>span{text-transform:uppercase;letter-spacing:.16em;font-size:8px;font-weight:700;color:var(--olive)}.gentle-list ul{list-style:none;padding:0;margin:12px 0 0}.gentle-list li{font-family:var(--serif);font-size:10px;line-height:1.35;padding:10px 0;border-top:1px solid rgba(31,74,52,.12)}.gentle-list li::before{content:"✦";font-family:var(--sans);font-size:7px;color:var(--gold);margin-right:7px}

/* Devotional page */
.page-devotional{padding:58px 34px 30px;background:linear-gradient(180deg,#fff9ee,#f2eadb)}.devotional-hero{position:relative;padding:25px 25px 22px;background:linear-gradient(130deg,rgba(255,255,255,.7),rgba(255,243,211,.62));overflow:hidden}.sun-orb{position:absolute;width:170px;height:170px;border-radius:50%;right:-45px;top:-75px;background:radial-gradient(circle,#f1c47d 0%,rgba(241,196,125,.36) 44%,transparent 72%)}.devotional-hero>*:not(.sun-orb){position:relative;z-index:2}.devotional-hero h2{font-size:clamp(30px,3vw,44px);margin:8px 0 12px;max-width:82%}.devotional-hero>p:last-child{font-family:var(--serif);font-size:11px;line-height:1.5;max-width:88%;margin:0}.devotional-bottom{display:grid;grid-template-columns:1.16fr .84fr;gap:14px;margin-top:16px}.morning-practice,.recipe-card{padding:14px;border-top:2px solid var(--forest);background:rgba(255,255,255,.48)}.morning-practice>span,.recipe-card>span{text-transform:uppercase;letter-spacing:.14em;font-size:8px;font-weight:700;color:var(--olive)}.morning-practice ol{margin:10px 0 0;padding-left:16px}.morning-practice li{font-family:var(--serif);font-size:9px;line-height:1.38;margin-bottom:8px}.recipe-card{border-top-color:var(--terracotta);display:grid;align-content:start;gap:7px}.recipe-card strong{font-family:var(--serif);font-size:16px}.recipe-card p{font-size:8.5px;line-height:1.45;margin:0}.recipe-card small{font-size:7px;color:#7e857f}

/* Back cover */
.page-back-cover{background:linear-gradient(150deg,#173827,#2a6043);color:#fff;display:grid;place-items:center;text-align:center}.back-cover-art{position:absolute;inset:0;overflow:hidden}.back-cover-art span{position:absolute;border:1px solid rgba(255,255,255,.07);border-radius:50%}.back-cover-art span:nth-child(1){width:420px;height:420px;right:-210px;top:-160px}.back-cover-art span:nth-child(2){width:280px;height:280px;left:-145px;bottom:-90px}.back-cover-art span:nth-child(3){width:160px;height:160px;left:20px;top:60px}.back-cover-copy{position:relative;z-index:2;padding:36px}.leaf-emblem{font-size:36px;color:#c9d6c7}.back-cover-script{font-family:var(--script);font-size:37px;margin:0 0 4px;color:#e4d7b9}.back-cover-copy h2{font-size:33px;line-height:1.08;margin:0 0 16px;color:#fff}.back-cover-copy>p:not(.back-cover-script){font-family:var(--serif);font-size:12px;color:#dbe4dd}.back-rule{width:70px;height:1px;background:#bda774;margin:22px auto}.back-cover-copy>strong{font-family:var(--serif);font-size:13px;font-weight:500;line-height:1.4}.back-cover-copy>small{display:block;margin-top:13px;text-transform:uppercase;letter-spacing:.16em;font-size:7px;color:#aebfb4}

.page-arrow{position:absolute;top:50%;z-index:30;width:46px;height:46px;margin-top:-23px;border-radius:50%;border:1px solid rgba(255,255,255,.34);background:rgba(16,22,19,.52);color:#fff;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(8px);transition:.2s}.page-arrow:hover:not(:disabled){background:rgba(255,255,255,.14);transform:scale(1.06)}.page-arrow span{font-family:var(--serif);font-size:32px;line-height:.9;margin-top:-3px}.page-arrow:disabled{opacity:.18;cursor:default}.page-arrow-prev{left:22px}.page-arrow-next{right:22px}.edge-hint{position:absolute;top:50%;transform:translateY(34px);font-size:8px;text-transform:uppercase;letter-spacing:.16em;color:rgba(255,255,255,.34);pointer-events:none}.edge-hint-left{left:21px}.edge-hint-right{right:21px}
.reader-controls{display:grid;grid-template-columns:190px minmax(180px,1fr) 240px;gap:20px;align-items:center;padding:0 22px;background:#202522;border-top:1px solid rgba(255,255,255,.08);color:#fff}.reader-progress-copy{display:grid}.reader-progress-copy span{font-family:var(--serif);font-size:.9rem}.reader-progress-copy small{font-size:.63rem;text-transform:uppercase;letter-spacing:.12em;color:#8f9b94;margin-top:3px}.reader-progress{height:3px;border-radius:99px;background:rgba(255,255,255,.12);overflow:hidden}.reader-progress span{display:block;width:16.66%;height:100%;background:#d8c69a;border-radius:inherit;transition:width .5s ease}.reader-help{text-align:right;font-size:.68rem;color:#8f9b94}.mobile-help{display:none}.mobile-book-stage{display:none}

/* mobile navigation page-turner */
@media (max-width:900px), (max-width:1050px) and (max-height:720px){
  .desktop-book-stage{display:none}.mobile-book-stage{display:block;position:relative;width:min(84vw,420px,calc((100dvh - 180px) * 53 / 68));aspect-ratio:53/68;height:auto;max-height:calc(100dvh - 180px);perspective:1800px;filter:drop-shadow(0 20px 22px rgba(0,0,0,.30))}
  .mobile-page{position:absolute;inset:0;display:none;transform-style:preserve-3d;backface-visibility:hidden;transform-origin:left center;box-shadow:0 10px 26px rgba(0,0,0,.18)}
  .mobile-page.is-current{display:block;z-index:4}
  .mobile-page.is-under{display:block;z-index:2}
  .mobile-page.mobile-turn-next{display:block;z-index:5;animation:mobilePageNext 720ms cubic-bezier(.2,.74,.18,1) forwards}
  .mobile-page.mobile-turn-prev{display:block;z-index:6;animation:mobilePagePrev 720ms cubic-bezier(.2,.74,.18,1) forwards}
  @keyframes mobilePageNext{0%{transform:rotateY(0);filter:brightness(1)}45%{filter:brightness(.72)}100%{transform:rotateY(-100deg);filter:brightness(.58)}}
  @keyframes mobilePagePrev{0%{transform:rotateY(-100deg);filter:brightness(.6)}55%{filter:brightness(.82)}100%{transform:rotateY(0);filter:brightness(1)}}
  .mobile-page>.mag-page{display:block;position:absolute;inset:auto;left:0;top:0;width:100%;height:100%;transform:none;transform-origin:top left;border-radius:4px!important}.mobile-page .mag-cover{background:#d7cfbe}.mobile-page .mag-cover img{object-fit:contain;object-position:center center}
  .mobile-page>.mag-page::after{display:none}
}

@media (max-width:1050px){
  .nav-links{gap:14px;font-size:.82rem}.nav-cta{padding:10px 13px}.brand-name strong{font-size:1.22rem}
  .rooted-hero-grid{grid-template-columns:1fr .82fr;gap:40px}.cover-showcase{min-height:570px}.cover-note{display:none}
  .content-pillars{grid-template-columns:repeat(2,1fr)}
  .reader-shell{width:calc(100vw - 20px);height:calc(100dvh - 20px)}
  .desktop-book-stage{--page-w:min(41vw,500px);--page-h:min(59vw,645px)}
}
@media (max-width:860px){
  .nav{height:76px}.menu-toggle{display:block}.nav-links{position:absolute;left:0;right:0;top:76px;background:#f8f3eb;border-bottom:1px solid var(--line);padding:18px 22px 24px;display:grid;gap:3px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.22s}.nav-links.open{opacity:1;visibility:visible;transform:none}.nav-links a{padding:10px 4px}.nav-links a::after{display:none}.nav-cta{text-align:center;margin-top:7px}.brand-name strong{font-size:1.24rem}.brand-name span{font-size:.56rem}
  .rooted-hero{padding-top:66px}.rooted-hero-grid{grid-template-columns:1fr}.rooted-hero-copy{text-align:center}.rooted-hero h1{margin-inline:auto}.rooted-hero h1>small{margin-left:0}.rooted-lead{margin-inline:auto}.rooted-actions,.issue-meta{justify-content:center}.rooted-kicker{transform:none}.cover-showcase{min-height:auto;padding:30px 0 15px}.cover-button{width:min(360px,76vw)}.cover-ribbon{right:-22px;width:92px;height:92px}
  .rooted-intro-grid{grid-template-columns:1fr;gap:22px}.author-preview-grid{grid-template-columns:1fr}.author-preview-copy{max-width:700px}.rooted-cta-shell{display:grid}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid .footer-col:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column}
}
@media (max-width:760px){
  .reader-modal{padding:0}.reader-shell{width:100vw;height:100dvh;border-radius:0;border:0;grid-template-rows:58px minmax(0,1fr) 62px}.reader-topbar{padding:0 12px}.reader-title-wrap strong{font-size:.84rem}.reader-title-wrap span{font-size:.56rem}.reader-leaf{display:none}.reader-icon-btn{padding:8px}.reader-icon-btn span{display:none}.reader-icon-btn svg{width:19px;height:19px}
  .reader-canvas{padding:10px 0 18px;align-items:center}.page-arrow{width:36px;height:36px;margin-top:-18px;background:rgba(16,22,19,.70)}.page-arrow-prev{left:4px}.page-arrow-next{right:4px}.edge-hint{display:none}
  .reader-controls{grid-template-columns:110px 1fr;gap:12px;padding:0 14px}.reader-help{display:none}.reader-progress-copy span{font-size:.78rem}.reader-progress-copy small{font-size:.52rem}.mobile-help{display:inline}.desktop-help{display:none}
  .page-author,.page-marriage,.page-neuro,.page-devotional{padding-top:55px}
}
@media (max-width:620px){
  .container{width:min(100% - 32px,1180px)}.brand-name span{display:none}.brand-mark{width:33px;height:33px}.rooted-hero h1>span{font-size:clamp(4.1rem,20vw,6rem)}.rooted-hero h1>small{font-size:.62rem;letter-spacing:.26em}.rooted-script{font-size:1.8rem}.rooted-lead{font-size:1rem}.rooted-actions{display:grid}.btn{width:100%}.issue-meta{font-size:.69rem}.content-pillars{grid-template-columns:1fr}.content-pillars article{min-height:0}.author-preview{padding:78px 0}.author-preview-photo{width:88%}.rooted-cta{padding:48px 0}.rooted-cta-shell{border-radius:22px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
  .mobile-book-stage{width:min(82vw,390px,calc((100dvh - 160px) * 53 / 68));aspect-ratio:53/68;height:auto;max-height:calc(100dvh - 160px)}
  .page-author{padding:48px 21px 23px}.mag-running-head{left:21px;right:21px;top:16px}.author-page-layout{grid-template-columns:1fr .82fr;gap:12px}.author-editorial h2{font-size:28px}.author-deck{font-size:11px!important}.author-editorial>p:not(.mag-kicker):not(.author-caption):not(.amazon-note){font-size:8.3px}.author-editorial blockquote{font-size:10px;margin:8px 0}.author-portrait-wrap{margin-top:6px}.portrait-caption{padding:8px}.portrait-caption strong,.portrait-caption span{font-size:6.5px}.amazon-button{font-size:7.5px;padding:8px 9px;margin-top:9px}.amazon-note{font-size:6.2px}
  .page-marriage,.page-neuro,.page-devotional{padding:48px 24px 24px}.page-marriage h2,.page-neuro h2,.devotional-hero h2{font-size:29px}.mag-dropcap{font-size:9.5px}.marriage-pullquote{font-size:13px;margin:12px 0}.three-notes{gap:7px}.three-notes strong{font-size:7px}.three-notes p{font-size:6.8px}.script-note{font-size:20px}.neuro-copy>p{font-size:8.5px}.scripture-box{padding:11px;margin-top:10px}.scripture-box strong{font-size:13px}.gentle-list{padding:10px}.gentle-list li{font-size:7.8px;padding:7px 0}.devotional-hero{padding:17px}.devotional-hero>p:last-child{font-size:8.5px}.devotional-bottom{gap:8px}.morning-practice,.recipe-card{padding:9px}.morning-practice li{font-size:7.3px}.recipe-card strong{font-size:12px}.recipe-card p{font-size:7px}.back-cover-copy h2{font-size:28px}
}
@media (max-width:390px){
  .mobile-book-stage{width:min(80vw,calc((100dvh - 158px) * 53 / 68));aspect-ratio:53/68;height:auto;max-height:calc(100dvh - 158px)}.page-author{padding-left:17px;padding-right:17px}.author-page-layout{grid-template-columns:1.1fr .9fr}.author-editorial>p:not(.mag-kicker):not(.author-caption):not(.amazon-note){font-size:7.5px}.author-editorial blockquote{font-size:9px}.author-editorial h2{font-size:24px}.page-marriage h2,.page-neuro h2,.devotional-hero h2{font-size:25px}
}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}

@media (max-width:760px){
  .mobile-page .page-marriage .script-note{margin-top:6px}
  .mobile-page .three-notes p{margin:5px 0 0}
}

@media (max-width:900px), (max-width:1050px) and (max-height:720px){
  .mobile-page .page-neuro .page-number{bottom:8px;right:18px}
}
