:root{color-scheme:light;--ink:#142536;--navy:#101f2e;--navy-light:#192e41;--gold:#d5b16b;--muted:#546371;--line:#dce2e6;--white:#fff;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:2rem}
body{margin:0;color:var(--ink);background:var(--white);font:1rem/1.7 var(--sans);-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block;height:auto}
a{color:inherit;text-decoration:none;text-underline-offset:.3em}
a:hover{text-decoration:underline}
a:focus-visible{outline:3px solid #a86d19;outline-offset:6px}
figure,p,h1,h2,h3{margin:0}
h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.12;text-wrap:balance}
.container{width:min(1220px,calc(100% - 6rem));margin-inline:auto}
.skip-link{position:fixed;top:1rem;left:1rem;padding:.6rem 1rem;background:#fff;color:var(--ink);z-index:10;transform:translateY(-200%)}
.skip-link:focus{transform:translateY(0)}
.site-header{background:var(--navy);color:#fff;border-bottom:1px solid #ffffff24}
.header-inner{min-height:105px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:2rem}
.wordmark{font:1.55rem/1.1 var(--serif);letter-spacing:-.025em}
.wordmark span{display:block;margin-top:.65rem;font: .75rem/1 var(--sans);letter-spacing:.28em;color:var(--gold)}
.wordmark:hover{text-decoration:none}
nav{display:flex;flex-wrap:wrap;align-items:center;gap:2.25rem;font-size:.9375rem}
.nav-shop{border:1px solid #ffffff55;padding:.65rem 1rem}
.nav-shop span{margin-left:.7rem;color:var(--gold)}
.hero{background:var(--navy);color:white;overflow:hidden}
.hero-inner{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:4rem;padding-block:5.5rem 5rem;min-height:650px}
.eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.16em;line-height:1.6}
.hero .eyebrow{color:var(--gold);margin-bottom:1.5rem}
h1{font-size:clamp(2.65rem,5.3vw,4.9rem);letter-spacing:-.045em;line-height:1.09}
h1 em{font-weight:400;color:var(--gold)}
.hero-description{font-size:1.125rem;line-height:1.75;color:#cbd4dd;max-width:450px;margin-top:1.75rem}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:1.8rem;margin-top:2.2rem}
.button{min-height:50px;padding:.8rem 1.3rem;display:inline-flex;align-items:center;justify-content:center;gap:1.8rem;font-size:.9375rem;font-weight:600;transition:background-color .2s}
.button-gold{background:var(--gold);color:#10202e}
.button-gold:hover{background:#e4c78d;text-decoration:none}
.text-link{font-size:.9375rem;display:inline-block;border-bottom:1px solid currentColor;padding-block:.25rem}
.text-link:hover{text-decoration:none;border-bottom-width:2px}
.light-link{color:#e8edf1;border-color:#698091}
.hero-book{max-width:360px;justify-self:center;width:100%;position:relative;padding-inline:1.6rem}
.hero-book img{width:100%;max-height:410px;object-fit:contain;filter:drop-shadow(10px 15px 20px #0006);transition:transform .25s}
.hero-book a:hover img{transform:translateY(-5px)}
.hero-book figcaption{border-top:1px solid #ffffff2d;margin-top:2rem;padding-top:1rem;text-align:center;font-family:var(--serif);font-size:1.125rem;color:#e3e9ee}
.hero-book figcaption span{font-family:var(--sans);font-size:.75rem;letter-spacing:.14em;color:var(--gold);display:block;margin-bottom:.35rem}
.section{padding-block:6rem}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:3rem}
.section-heading .eyebrow,.about-heading .eyebrow{color:#7d5b26;margin-bottom:.75rem}
h2{font-size:clamp(2.1rem,3.4vw,3rem);letter-spacing:-.035em}
.section-heading>p{color:var(--muted);font-size:.9375rem;line-height:1.65;max-width:280px}
.book-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;align-items:stretch}
.book-card{display:flex;flex-direction:column;min-width:0}
.cover-stage{height:340px;padding:2.4rem;display:flex;align-items:center;justify-content:center;background:#edf1f4;border:1px solid #e2e7ec;overflow:hidden}
.cover-stage img{max-height:100%;max-width:100%;width:auto;height:100%;object-fit:contain;box-shadow:7px 9px 14px #14253629;transition:transform .25s}
.cover-stage:hover img{transform:translateY(-4px)}
.stage-verdict{background:#e9edef}
.stage-tribulation{background:#eaecee}
.book-copy{padding:1.8rem 0 0;display:flex;flex-direction:column;flex:1}
.book-category{color:#7d5b26;margin-bottom:.65rem;font-size:.75rem;letter-spacing:.1em}
h3{font-size:1.9rem;letter-spacing:-.03em}
.book-subtitle{font-size:.875rem;line-height:1.55;color:var(--muted);margin-top:.65rem;min-height:2.75rem}
.book-copy>p:not(.eyebrow):not(.book-subtitle){color:#425464;line-height:1.75;margin-block:1rem 1.5rem}
.book-buy{margin-top:auto;display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:.9375rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:1rem;gap:1rem}
.book-buy span{font-size:1.1rem;color:#7d5b26}
.book-buy:hover{color:#7d5b26;text-decoration:none}
.history-book{display:grid;grid-template-columns:1.05fr 1fr;gap:4rem;border-top:1px solid var(--line);margin-top:4rem;padding-top:3rem}
.history-book .eyebrow{color:#7d5b26;margin-bottom:.7rem}
.history-subtitle{margin-top:.65rem;font-size:.9375rem;line-height:1.6;color:var(--muted)}
.history-book>p{align-self:center;color:#425464;max-width:470px}
.about-section{background:#f0f3f5;border-block:1px solid var(--line)}
.about-inner{display:grid;grid-template-columns:1fr 1.35fr;gap:6rem}
.about-heading h2{font-size:clamp(2.75rem,4.2vw,4rem)}
.gold-rule{width:55px;height:2px;background:#a77c34;margin-block:2rem 1.5rem}
.about-focus{font-size:.9375rem;color:var(--muted);line-height:1.8}
.about-copy h3{font-size:clamp(1.75rem,2.7vw,2.4rem);margin-bottom:1.7rem;line-height:1.2}
.about-copy>p{margin-top:1rem;color:#425464;max-width:570px;font-size:1.0625rem;line-height:1.8}
.about-links{display:flex;flex-direction:column;align-items:start;gap:.8rem;margin-top:2rem}
.about-links span{margin-left:.75rem;color:#7d5b26}
.site-footer{background:var(--navy);color:#c3ced7;padding-block:2.2rem}
.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.2rem;font-size:.875rem}
.footer-name{color:#fff;font:1.35rem var(--serif)}
@media(min-width:1440px){.hero-inner{min-height:690px}.hero-book img{max-height:450px}}
@media(max-width:1000px){.container{width:calc(100% - 3.5rem)}.hero-inner{gap:2rem;min-height:600px;padding-block:4rem}.hero-book{padding-inline:.75rem}.cover-stage{height:290px;padding:2rem 1.25rem}.book-grid{gap:1.5rem}h3{font-size:1.65rem}.about-inner{gap:3rem}.section{padding-block:4.5rem}nav{gap:1.4rem}}
@media(max-width:760px){.container{width:calc(100% - 2.5rem)}.header-inner{min-height:112px;align-items:flex-start;flex-direction:column;gap:1.1rem;padding-block:1.3rem}.wordmark{font-size:1.35rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.wordmark span{margin-top:0;font-size:.75rem}nav{justify-content:space-between;gap:1.1rem;width:100%;font-size:.875rem}.nav-shop{padding:0;border:0}.nav-shop span{margin-left:.15rem}.hero-inner{grid-template-columns:1fr;gap:3rem;padding-block:3.2rem 3rem;min-height:0}.hero-copy{max-width:530px}h1{font-size:clamp(2.6rem,8.7vw,4.3rem)}.desktop-break{display:none}.hero-description{font-size:1.0625rem;margin-top:1.35rem}.hero-actions{gap:1.4rem;margin-top:1.75rem}.hero-book{max-width:275px}.hero-book img{max-height:320px}.hero-book figcaption{margin-top:1.5rem}.section{padding-block:3.5rem}.section-heading{display:block;margin-bottom:2rem}.section-heading>p{margin-top:1rem;max-width:none}.section-heading>p br{display:none}.book-grid{grid-template-columns:1fr;gap:3rem}.book-card{display:grid;grid-template-columns:minmax(135px,.8fr) minmax(0,1.4fr);gap:1.25rem;align-items:start}.cover-stage{height:260px;padding:1rem}.book-copy{padding:0}.book-subtitle{min-height:0}.book-copy>p:not(.eyebrow):not(.book-subtitle){font-size:.9375rem;margin-block:1rem}.book-category{font-size:.75rem;letter-spacing:.05em}.book-buy{font-size:.875rem;padding-block:.8rem}.history-book{grid-template-columns:1fr;gap:1.25rem;margin-top:3rem;padding-top:2rem}.history-book>p{max-width:none}.about-inner{grid-template-columns:1fr;gap:2.25rem}.about-heading h2 br{display:none}.about-focus,.gold-rule{display:none}.about-copy>p{font-size:1rem}.about-copy h3{font-size:1.85rem}.site-footer{padding-block:1.75rem}.footer-inner{gap:1rem}.footer-name{flex-basis:100%}}
@media(max-width:430px){.container{width:calc(100% - 2rem)}.hero .eyebrow{font-size:.75rem;letter-spacing:.09em}.hero-actions{gap:1rem}.button{font-size:.875rem;padding:.8rem 1rem;gap:1rem}.text-link{font-size:.875rem}.book-card{display:flex;gap:0}.cover-stage{height:330px;padding:1.5rem;width:100%}.book-copy{padding-top:1.5rem}.book-copy>p:not(.eyebrow):not(.book-subtitle){font-size:1rem}.book-card h3{font-size:1.9rem}nav{gap:.6rem;font-size:.875rem}.wordmark{gap:.8rem}.footer-inner{font-size:.875rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}

/* The author’s full collection leads the page. */
.release-status{align-self:flex-start;display:inline-block;margin-top:1rem;padding:.3rem .75rem;background:#f3ead9;color:#70501f;font-size:.8rem;font-weight:600;letter-spacing:.04em}
.author-portrait{width:min(100%,360px);height:auto;aspect-ratio:1;object-fit:cover;margin-block:1.75rem 1rem}
.hero-inner{grid-template-columns:1.12fr 1fr;gap:5rem;min-height:590px;padding-block:4.75rem}
.hero-description{max-width:520px}
.hero-collection{width:100%;align-self:center}
.hero-collection>.eyebrow{margin-bottom:1rem}
.hero-collection>a{display:grid;grid-template-columns:1.8rem minmax(0,1fr) 1rem;align-items:center;gap:1rem;padding:1.25rem 0;border-top:1px solid #ffffff30}
.hero-collection>a:last-child{border-bottom:1px solid #ffffff30}
.hero-collection>a:hover{text-decoration:none;color:var(--gold)}
.collection-number{font-size:.75rem;color:#aab7c2;align-self:start;padding-top:.15rem}
.hero-collection small{display:block;font: .68rem/1.5 var(--sans);letter-spacing:.1em;color:var(--gold);margin-bottom:.4rem}
.hero-collection strong{display:block;font:1.55rem/1.2 var(--serif)}
.hero-collection>a>span:last-child{color:var(--gold)}
.book-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:3rem;row-gap:4rem}
.cover-stage,.history-panel{height:350px}
.cover-stage{padding:2rem;background:#edf0f2}
.book-copy{padding-top:1.6rem}
.book-subtitle{min-height:0}
.book-copy>p:not(.eyebrow):not(.book-subtitle){margin-block:1rem 0}
.book-buy{margin-top:1.6rem}
.history-panel{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;background:#e9e5dc;color:#25394a;border:1px solid #ddd8cc}
.history-panel .eyebrow{color:#785b2c;font-size:.7rem;letter-spacing:.12em;margin-bottom:1.2rem}
.history-panel-title{font:2.8rem/1.05 var(--serif);letter-spacing:-.03em}
.history-panel-title em{font-weight:400;color:#7b5b2b}
.history-panel-title+p{margin-top:1.2rem;font:1rem/1.5 var(--serif);color:#485963}
.history-panel>span{font-size:.64rem;letter-spacing:.12em;margin-top:1.8rem;color:#685f4e}
@media(max-width:1000px){.hero-inner{gap:2.5rem;padding-block:4rem;min-height:0}.hero-collection strong{font-size:1.35rem}.book-grid{gap:3rem 2rem}}
@media(max-width:760px){.hero-inner{grid-template-columns:1fr;gap:3rem;padding-block:3.2rem}.hero-copy{max-width:600px}.hero-description{max-width:600px}.hero-collection strong{font-size:1.5rem}.book-grid{grid-template-columns:1fr;gap:3rem}.book-card{display:grid;grid-template-columns:minmax(150px,.8fr) minmax(0,1.3fr);gap:1.5rem}.book-copy{padding:0}.cover-stage,.history-panel{height:300px}.history-panel{padding:1.2rem}.history-panel-title{font-size:2rem}.history-panel .eyebrow{font-size:.6rem}.history-panel-title+p{font-size:.875rem}.history-panel>span{font-size:.6rem}.book-copy>p:not(.eyebrow):not(.book-subtitle){margin-block:.9rem 0}.book-buy{margin-top:1.3rem}}
@media(max-width:530px){.book-card{display:flex;gap:0}.book-copy{padding-top:1.5rem}.cover-stage,.history-panel{height:350px;width:100%}.history-panel-title{font-size:2.8rem}.history-panel .eyebrow{font-size:.7rem}.history-panel-title+p{font-size:1rem}.history-panel>span{font-size:.64rem}}
