:root {
  color-scheme: dark;
  --bg: #000000;
  --surface: #171717;
  --text: #f6f5f1;
  --muted: #aaa9a3;
  --gold: #c7ab66;
  --rule: #292929;
  --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; background: var(--bg); color: var(--text); font: 1.0625rem/1.7 var(--sans); }
img { display: block; max-width: 100%; height: auto; }
figure, blockquote { margin: 0; }
a { color: var(--gold); text-underline-offset: .28em; text-decoration-thickness: 1px; }
a:hover { color: var(--text); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
button { font: 1rem/1.2 var(--sans); }
h1, h2, h3 { margin: 0 0 1.25rem; font-family: var(--serif); font-weight: 400; line-height: 1.1; text-wrap: balance; }
h1 { font-size: clamp(3rem, 5.4vw, 5.25rem); color: var(--gold); letter-spacing: -.035em; }
h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); color: var(--gold); letter-spacing: -.025em; }
h3 { font-size: 2rem; }
p { margin: 0 0 1.4rem; }
p:last-child { margin-bottom: 0; }
blockquote p { font-family: var(--serif); }
blockquote footer { color: var(--muted); font: 1rem/1.65 var(--sans); margin-top: 1.35rem; }
blockquote footer span { font-size: .92rem; }
cite { font-style: italic; }
.container { width: min(100% - 6rem, 1240px); margin-inline: auto; }
.section { padding-block: 6rem; }
.section-surface, .giving-band { background: var(--surface); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.reading-width { max-width: 780px; }
.narrow-intro { max-width: 920px; }
.small, figcaption { font-size: .875rem; line-height: 1.6; }
.muted, figcaption { color: var(--muted); }
figcaption { margin-top: .9rem; }
.skip-link { position: absolute; top: 1rem; left: 1rem; padding: .8rem 1.2rem; background: var(--gold); color: #000; z-index: 20; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); color: #000; }
.site-header { border-bottom: 1px solid transparent; }
.header-inner { display: flex; justify-content: space-between; align-items: center; min-height: 104px; gap: 2rem; }
.wordmark { display: inline-flex; flex-direction: column; align-items: center; color: var(--text); text-decoration: none; flex-shrink: 0; }
.wordmark-name { font: 2rem/1.08 var(--serif); letter-spacing: -.02em; }
.wordmark-sub { color: var(--gold); text-transform: uppercase; font: .61rem/1.8 var(--sans); letter-spacing: .54em; margin-left: .54em; margin-top: .35rem; }
.site-nav { display: flex; gap: 2.6rem; align-items: center; }
.site-nav a { color: var(--text); text-decoration: none; font-size: .95rem; padding-block: .55rem; }
.site-nav a:hover, .site-nav [aria-current="page"] { color: var(--gold); }
.site-nav [aria-current="page"] { text-decoration: underline; text-underline-offset: .6em; }
.menu-toggle { display: none; color: var(--text); background: none; border: 1px solid var(--rule); padding: .7rem .8rem; align-items: center; gap: .65rem; min-height: 44px; cursor: pointer; }
.hero { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; column-gap: 5rem; padding-block: 2rem 4.5rem; min-height: 710px; }
.hero-copy { padding-block: 2rem; }
.hero h1 { margin-bottom: 1.5rem; font-size: clamp(3rem, 6.2vw, 5.5rem); }
.hero-subtitle { font: clamp(1.3rem, 2.25vw, 2rem)/1.42 var(--serif); color: var(--text); }
.hero-description { max-width: 28rem; color: var(--muted); font-size: 1.2rem; margin-block: 1.65rem 2.3rem; }
.hero-cover { display: block; width: min(100%, 480px); justify-self: center; transition: opacity 180ms ease; }
.hero-cover:hover { opacity: .92; }
.hero-cover img { width: 100%; border: 1px solid var(--rule); }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 1rem 1.6rem; min-height: 50px; border: 1px solid var(--gold); background: var(--gold); color: #000; text-decoration: none; font: 600 .95rem/1.35 var(--sans); text-align: center; transition: background 160ms ease, color 160ms ease; }
.button:hover { background: var(--text); border-color: var(--text); color: #000; }
.text-link { display: inline-block; font: 1rem/1.6 var(--sans); text-decoration: underline; padding-block: .45rem; }
.quote-band { border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding-block: 3.5rem; text-align: center; }
.quote-band blockquote p { font-size: clamp(1.8rem, 3.4vw, 2.8rem); line-height: 1.3; margin: 0; }
.author-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 5rem; }
.author-split figure img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
.author-split .text-link { margin-top: 1rem; }
.serif-lead { font: clamp(1.5rem, 2.6vw, 2rem)/1.4 var(--serif); color: var(--text); margin-bottom: 1.75rem; }
.author-split p:not(.serif-lead), .split > p { color: var(--muted); }
.ministry-home { padding-top: 2rem; }
.section-intro { margin-bottom: 2.5rem; }
.ministry-row { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; border-bottom: 1px solid var(--rule); padding: 1.8rem 0; }
.ministry-row:first-child { border-top: 1px solid var(--rule); }
.ministry-row h3 { margin: 0; }
.ministry-row p { margin-bottom: .5rem; }
.ministry-row p:last-child { margin: 0; }
.ministry-next { margin-top: 1.6rem; align-items: center; }
.ministry-next .text-link { justify-self: start; }
.ministry-next p { font-size: .94rem; }
.home-endorsement { border-top: 1px solid var(--rule); padding-top: 4.5rem; text-align: center; }
.home-endorsement h2 { font-size: 2rem; }
.home-endorsement blockquote { max-width: 850px; margin: 1.8rem auto; }
.home-endorsement blockquote p { font-size: 2rem; line-height: 1.45; }
.giving-band { padding-block: 3.2rem; }
.giving-band .split { align-items: center; }
.giving-band h2 { margin: 0; font-size: 2.7rem; }
.giving-band p { color: var(--text); font-size: 1.125rem; }
.site-footer { padding-block: 3rem 2rem; border-top: 1px solid var(--rule); }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 1.8rem; }
.site-footer nav a { color: var(--text); font-size: .9rem; text-decoration: none; padding-block: .5rem; }
.site-footer nav a:hover { color: var(--gold); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-top: 2rem; }
.footer-bottom p, .footer-bottom nav a { font-size: .8rem; color: var(--muted); margin: 0; }
.page-intro { padding-block: 4.5rem 5rem; }
.page-intro h1 { margin-bottom: 1.75rem; }
.page-intro.narrow-intro > p { max-width: 740px; }
.page-intro.narrow-intro > p:not(.serif-lead) { color: var(--muted); }
.page-intro + .section.container { border-top: 1px solid var(--rule); }
.reading-quote { margin-block: 2rem; padding-left: 1.75rem; border-left: 2px solid var(--gold); }
.reading-quote p { font-size: 1.65rem; line-height: 1.5; color: var(--text); }
.art-story { display: grid; grid-template-columns: 1fr .72fr; gap: 7rem; align-items: center; }
.art-story figure { max-width: 390px; justify-self: center; }
.art-story img { max-height: 590px; width: auto; }
.book-heading { text-align: center; padding-block: 3rem 2.5rem; }
.book-heading h1 { font-size: clamp(2.8rem, 4.8vw, 4.6rem); }
.book-heading .hero-subtitle { margin-bottom: .7rem; }
.byline { font: 1.3rem/1.5 var(--serif); color: var(--gold); }
.book-layout { display: grid; grid-template-columns: 1.7fr 1fr; gap: 3.5rem; align-items: start; }
.cover-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.cover-gallery img { border: 1px solid var(--rule); width: 100%; }
.cover-gallery figcaption { font-size: .8rem; }
.book-description h2 { font-size: 1.85rem; }
.book-description p { font-size: 1rem; }
.ordering { border-top: 1px solid var(--rule); padding-top: 1.7rem; margin-top: 1.8rem; }
.ordering h2 { font-size: 1.6rem; }
.ordering .button { width: 100%; padding-inline: 1rem; }
.ordering .giving-note { color: var(--muted); font-size: .9rem; margin-top: 1.4rem; }
.edition { padding-block: 2rem; }
.edition h2 { font-size: 1.6rem; }
.edition dl { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 2rem; margin: 0; }
.edition dt { font-size: .8rem; color: var(--muted); }
.edition dd { margin: 0; font-size: .94rem; }
.imprimatur { border-top: 1px solid var(--rule); padding-block: 2rem 3rem; display: grid; grid-template-columns: .55fr 1.45fr; gap: 3rem; }
.imprimatur h2 { font-size: 1.7rem; }
.imprimatur p { color: var(--muted); font-size: .9rem; }
.endorsements { max-width: 920px; }
.endorsements blockquote { padding-block: 2.2rem; border-bottom: 1px solid var(--rule); }
.endorsements blockquote p { font-size: clamp(1.35rem, 2.3vw, 1.65rem); line-height: 1.5; }
.endorsements > .small { margin-top: 2rem; }
.contact-email { display: inline-block; max-width: 100%; overflow-wrap: anywhere; font: clamp(1.3rem, 3.5vw, 2rem)/1.6 var(--serif); margin-block: .5rem 1rem; }
.legal { padding-bottom: 6rem; }
.legal h2 { font-size: 1.8rem; margin-top: 2.6rem; }
.legal p { color: var(--muted); }
.updated { color: var(--muted); font-size: .85rem; }
.simple-page { min-height: 65vh; }
@media (max-width: 62rem) {
  .container { width: calc(100% - 4rem); }
  .site-nav { gap: 1.6rem; }
  .hero { gap: 3rem; min-height: 620px; }
  .hero h1 { font-size: 4rem; }
  .author-split, .split, .ministry-row { gap: 3rem; }
  .book-layout { gap: 2rem; grid-template-columns: 1.35fr 1fr; }
  .art-story { gap: 4rem; }
}
@media (max-width: 48rem) {
  .container { width: calc(100% - 3rem); }
  .header-inner { min-height: 90px; flex-wrap: wrap; gap: 1rem; padding-block: 1rem; }
  .wordmark-name { font-size: 1.75rem; }
  .site-nav { width: 100%; gap: 1rem 2rem; flex-wrap: wrap; padding-bottom: .4rem; }
  .site-nav a { min-height: 44px; display: inline-flex; align-items: center; }
  .nav-enhanced .menu-toggle { display: inline-flex; }
  .nav-enhanced .site-nav { display: none; }
  .nav-enhanced .site-nav[data-open="true"] { display: flex; }
  .hero { grid-template-columns: 1fr; padding-block: 1rem 3.5rem; gap: 1.5rem; min-height: auto; }
  .hero h1 { font-size: clamp(2.8rem, 7.5vw, 4rem); }
  .hero-copy { padding-block: 1.5rem .7rem; }
  .hero-subtitle { max-width: 35rem; font-size: 1.5rem; }
  .hero-description { max-width: 31rem; margin-block: 1.3rem 1.6rem; }
  .hero-cover { width: min(100%, 360px); }
  .hero .actions { margin-top: 1.5rem; }
  .section { padding-block: 4rem; }
  .quote-band { padding-block: 2.7rem; }
  .desktop-break { display: none; }
  .author-split { grid-template-columns: 1fr; gap: 2.5rem; }
  .author-split figure { max-width: 580px; }
  .split { grid-template-columns: 1fr; gap: 1.25rem; }
  .ministry-row { grid-template-columns: .8fr 1.2fr; gap: 1.8rem; }
  .ministry-row h3 { font-size: 1.75rem; }
  .ministry-home { padding-top: 1rem; }
  .ministry-next { gap: .5rem; }
  .home-endorsement h2 { font-size: 1.8rem; }
  .home-endorsement blockquote p { font-size: 1.7rem; }
  .giving-band { padding-block: 2.5rem; }
  .giving-band h2 { font-size: 2.25rem; }
  .giving-band h2 br { display: none; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 1.4rem; }
  .site-footer nav { gap: .5rem 1.5rem; }
  .footer-bottom { margin-top: 1.5rem; }
  .page-intro { padding-block: 2.5rem 3.5rem; }
  .art-story { grid-template-columns: 1fr; gap: 2.5rem; }
  .art-story figure { justify-self: start; max-width: 350px; }
  .book-heading { text-align: left; padding-block: 2.3rem 1.8rem; }
  .book-heading h1 { font-size: 3rem; }
  .book-layout { grid-template-columns: 1fr; gap: 1rem; }
  .book-layout > div:first-child { display: contents; }
  .cover-gallery { order: 0; }
  .book-description { order: 1; }
  .edition { order: 2; }
  .cover-gallery { max-width: 650px; }
  .book-description { padding-block: .5rem 2.5rem; }
  .book-description .button { width: auto; }
  .imprimatur { grid-template-columns: 1fr; gap: .3rem; }
  .reading-quote { padding-left: 1.2rem; }
  .reading-quote p { font-size: 1.5rem; }
}
@media (max-width: 31rem) {
  .container { width: calc(100% - 2.5rem); }
  .hero h1, .page-intro h1, .book-heading h1 { font-size: 2.8rem; }
  .hero-subtitle { font-size: 1.35rem; }
  .actions { gap: 1rem 1.5rem; }
  .button { padding: .9rem 1.2rem; font-size: .9rem; }
  .hero-cover { width: min(100%, 300px); }
  .ministry-row { grid-template-columns: 1fr; gap: .75rem; }
  .cover-gallery { grid-template-columns: 1fr 1fr; gap: .75rem; max-width: 100%; }
  .edition dl { grid-template-columns: 1fr; }
  .site-footer nav { gap: .35rem 1.1rem; }
  .footer-bottom p { max-width: 28ch; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
